/* RE:BELLE™ Media — AI Briefing App Greek Landing Page */

:root {
  --ink: #11110f;
  --ink-soft: #1a1916;
  --paper: #f3efe7;
  --paper-deep: #e7e0d5;
  --white: #fffdf8;
  --muted: #827c72;
  --line: rgba(17, 17, 15, 0.15);
  --line-light: rgba(255, 253, 248, 0.16);
  --accent: #d9d1b2;
  --accent-strong: #b8a96b;
  --rose: #c7aaa4;
  --success: #a9b798;
  --radius: 24px;
  --shadow: 0 30px 90px rgba(17, 17, 15, 0.16);
  --shell: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(.2,.8,.2,1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

::selection {
  color: var(--paper);
  background: var(--ink);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(17, 17, 15, .76);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 13px;
  letter-spacing: .17em;
}

.brand small {
  margin-top: 2px;
  color: rgba(255,255,255,.55);
  font-size: 8px;
  letter-spacing: .18em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.site-nav > a:not(.button) {
  position: relative;
}

.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--accent);
  transition: right .25s var(--ease);
}

.site-nav > a:not(.button):hover::after {
  right: 0;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: var(--white);
  transition: transform .25s ease;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  color: var(--ink);
  background: var(--paper);
}

.button-primary {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.button-primary:hover {
  color: var(--ink);
  background: var(--accent);
  border-color: var(--accent);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.button-light:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(140deg, rgba(255,255,255,.035), transparent 35%),
    var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  width: 560px;
  height: 560px;
  right: -180px;
  top: 70px;
  background: radial-gradient(circle, rgba(199,170,164,.19), transparent 66%);
}

.hero-glow-two {
  width: 460px;
  height: 460px;
  left: 20%;
  bottom: -260px;
  background: radial-gradient(circle, rgba(217,209,178,.16), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 72px;
  padding-top: 132px;
  padding-bottom: 72px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .19em;
}

.eyebrow.dark {
  color: #716b60;
}

.hero h1,
.section-intro h2,
.audience-copy h2,
.price-copy h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .98;
  letter-spacing: -.055em;
}

.hero h1 em,
.section-intro h2 em,
.audience-copy h2 em,
.price-copy h2 em,
.faq-intro h2 em,
.final-cta h2 em {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 em {
  font-size: .83em;
}

.hero-lead {
  max-width: 660px;
  margin: 32px 0 0;
  color: rgba(255,253,248,.72);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.hero .button-primary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.hero .button-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.text-link {
  padding: 10px 0;
  color: rgba(255,255,255,.74);
  border-bottom: 1px solid rgba(255,255,255,.25);
  font-size: 13px;
  font-weight: 800;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 620px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
}

.hero-meta div {
  padding-right: 16px;
}

.hero-meta div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line-light);
}

.hero-meta strong,
.hero-meta span {
  display: block;
}

.hero-meta strong {
  font-size: 19px;
}

.hero-meta span {
  margin-top: 3px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  letter-spacing: .04em;
}

.app-visual {
  position: relative;
  perspective: 1600px;
}

.browser {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: #d9d4ca;
  box-shadow: 0 50px 120px rgba(0,0,0,.48);
  transform: rotateY(-5deg) rotateX(2deg);
  transform-origin: center;
}

.browser-top {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 16px;
  color: #59554f;
  background: #ece8e0;
  border-bottom: 1px solid rgba(17,17,15,.12);
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b4ada3;
}

.browser-address {
  padding: 6px 26px;
  border-radius: 20px;
  color: #777066;
  background: rgba(17,17,15,.055);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.browser-status {
  justify-self: end;
  color: #6f7f60;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.app-frame {
  min-height: 550px;
  display: grid;
  grid-template-columns: 58px 1fr;
  background: #f3efe7;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 22px;
  background: #171714;
}

.mini-logo {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--ink);
  border-radius: 50%;
  background: var(--accent);
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.app-sidebar > span {
  width: 16px;
  height: 2px;
  background: rgba(255,255,255,.23);
}

.app-sidebar > span.active {
  width: 24px;
  background: var(--accent);
}

.app-content {
  padding: 28px;
}

.app-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  color: #33302b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.progress {
  width: 100px;
  height: 4px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(17,17,15,.1);
}

.progress i {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent-strong);
}

.module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.module-card {
  position: relative;
  min-height: 166px;
  padding: 22px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(17,17,15,.11);
  border-radius: 16px;
  background: #fffdf9;
}

.module-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -55px;
  bottom: -55px;
  border: 1px solid rgba(17,17,15,.1);
  border-radius: 50%;
}

.module-card-large {
  grid-row: span 2;
  min-height: 346px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(145deg, rgba(217,209,178,.45), transparent 65%),
    #fffdf9;
}

.module-card small {
  display: block;
  color: #7b756b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
}

.module-card strong {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.28;
}

.module-card-large strong {
  font-size: 27px;
  letter-spacing: -.04em;
}

.module-tag {
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid rgba(17,17,15,.15);
  border-radius: 20px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}

.line-set {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}

.line-set i {
  display: block;
  width: 88%;
  height: 4px;
  border-radius: 20px;
  background: #e6e0d7;
}

.line-set i:nth-child(2) { width: 65%; }
.line-set i:nth-child(3) { width: 76%; }

.dark-card {
  color: var(--paper);
  background: #1c1b18;
}

.dark-card small {
  color: rgba(255,255,255,.5);
}

.voice-wave {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 22px;
}

.voice-wave i {
  width: 4px;
  height: 20%;
  border-radius: 4px;
  background: var(--accent);
}

.voice-wave i:nth-child(2) { height: 55%; }
.voice-wave i:nth-child(3) { height: 82%; }
.voice-wave i:nth-child(4) { height: 35%; }
.voice-wave i:nth-child(5) { height: 66%; }
.voice-wave i:nth-child(6) { height: 100%; }
.voice-wave i:nth-child(7) { height: 46%; }

.export-card {
  grid-column: 1 / -1;
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  background: #ded6c8;
}

.export-card strong {
  margin: 0;
}

.export-button {
  padding: 11px 13px;
  color: var(--paper);
  background: var(--ink);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .1em;
}

.floating-note {
  position: absolute;
  z-index: 3;
  min-width: 190px;
  padding: 15px 17px;
  color: var(--ink);
  border: 1px solid rgba(17,17,15,.13);
  background: rgba(255,253,248,.93);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}

.floating-note span,
.floating-note strong {
  display: block;
}

.floating-note span {
  color: #7b756c;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
}

.floating-note strong {
  margin-top: 5px;
  font-size: 11px;
}

.floating-note-one {
  left: -42px;
  bottom: 58px;
}

.floating-note-two {
  right: -18px;
  top: 92px;
}

.trust-strip {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: var(--ink);
  background: var(--accent);
}

.marquee {
  overflow: hidden;
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 17px 0;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.marquee-track i {
  font-style: normal;
  font-size: 10px;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section {
  padding: 140px 0;
}

.section-intro {
  max-width: 870px;
}

.section-intro h2,
.audience-copy h2,
.price-copy h2,
.faq-intro h2 {
  font-size: clamp(43px, 5.2vw, 76px);
}

.section-intro h2 em,
.audience-copy h2 em,
.faq-intro h2 em {
  color: #8c8261;
}

.section-intro > p:last-child,
.audience-copy > p:last-child,
.faq-intro > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: #686258;
  font-size: 18px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 74px;
  background: var(--line);
}

.problem-card {
  min-height: 340px;
  padding: 36px;
  background: var(--paper);
}

.number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #7b7467;
  font-size: 11px;
  font-weight: 900;
}

.problem-card h3 {
  max-width: 290px;
  margin: 74px 0 18px;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.problem-card p {
  margin: 0;
  color: #6e685f;
  font-size: 15px;
}

.statement {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
  padding: 38px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: clamp(22px, 3.4vw, 44px);
  letter-spacing: -.04em;
}

.statement p,
.statement strong {
  margin: 0;
}

.statement p {
  color: #8a8378;
}

.statement strong {
  text-align: right;
}

.how-section {
  color: var(--paper);
  background: var(--ink-soft);
}

.section-intro.light h2 em {
  color: var(--accent);
}

.steps {
  margin-top: 80px;
  border-top: 1px solid var(--line-light);
}

.step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 35px;
  padding: 56px 0;
  border-bottom: 1px solid var(--line-light);
}

.step-number {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 60px;
  font-style: italic;
  line-height: 1;
}

.step-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

.step h3 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 45px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.step div > p:last-child {
  max-width: 690px;
  margin: 17px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 16px;
}

.how-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 70px;
  padding: 32px;
  border: 1px solid var(--line-light);
  background: rgba(255,255,255,.035);
}

.how-cta span,
.how-cta strong {
  display: block;
}

.how-cta span {
  color: rgba(255,255,255,.47);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.how-cta strong {
  margin-top: 5px;
  font-size: 21px;
  letter-spacing: .02em;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 76px;
}

.feature-card {
  min-height: 350px;
  padding: 38px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.22);
}

.feature-wide {
  grid-column: 1 / -1;
  min-height: 300px;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: end;
  gap: 24px;
}

.feature-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #807766;
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.feature-label {
  margin: 62px 0 14px;
  color: #8a8378;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .17em;
}

.feature-wide .feature-label {
  margin-top: 0;
}

.feature-card h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(27px, 3.1vw, 42px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.feature-card > p:last-child,
.feature-card > div > p:last-child {
  max-width: 670px;
  margin: 20px 0 0;
  color: #6d665d;
}

.feature-dark {
  color: var(--paper);
  background: var(--ink);
}

.feature-dark .feature-icon {
  color: var(--accent);
  border-color: var(--line-light);
}

.feature-dark .feature-label {
  color: var(--accent);
}

.feature-dark > div > p:last-child {
  color: rgba(255,255,255,.58);
}

.comparison-section {
  padding-top: 0;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 74px 1fr;
  align-items: center;
}

.comparison-card {
  min-height: 570px;
  padding: 50px;
  border: 1px solid var(--line);
}

.comparison-card.before {
  color: #686158;
  background: #e8e1d7;
}

.comparison-card.after {
  color: var(--paper);
  background: var(--ink);
}

.comparison-label {
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}

.before .comparison-label {
  color: #837b70;
}

.after .comparison-label {
  color: var(--accent);
}

.comparison-card h3 {
  min-height: 130px;
  margin: 38px 0 44px;
  font-size: clamp(29px, 3.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.comparison-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  padding-bottom: 13px;
  border-bottom: 1px solid currentColor;
  border-color: rgba(126,118,106,.22);
  font-size: 15px;
}

.after li {
  border-color: rgba(255,255,255,.12);
}

.comparison-end {
  display: block;
  margin-top: 56px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}

.after .comparison-end {
  color: var(--accent);
}

.comparison-arrow {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 -1px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--accent);
  font-size: 25px;
}

.audience-section {
  color: var(--paper);
  background: #272620;
}

.audience-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: 90px;
}

.audience-copy h2 em {
  color: var(--accent);
}

.audience-copy > p:last-child {
  color: rgba(255,255,255,.58);
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.audience-list span {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.audience-list span:hover {
  color: var(--ink);
  border-color: var(--accent);
  background: var(--accent);
}

.price-section {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.price-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 680px;
  height: 680px;
  left: -330px;
  top: -200px;
}

.orbit-two {
  width: 500px;
  height: 500px;
  left: -240px;
  top: -110px;
}

.price-grid {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.price-copy h2 em {
  color: var(--accent);
}

.price-copy > p:last-child {
  max-width: 540px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.57);
  font-size: 18px;
}

.price-card {
  padding: 44px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.price-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  color: #746e64;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.price {
  display: flex;
  align-items: flex-start;
  padding: 30px 0 20px;
}

.price strong {
  font-size: clamp(78px, 10vw, 120px);
  line-height: .8;
  letter-spacing: -.08em;
}

.price sup {
  margin-left: 9px;
  font-size: 31px;
  line-height: 1;
}

.price > span {
  align-self: flex-end;
  margin: 0 0 5px auto;
  color: #716b61;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.price-list {
  display: grid;
  gap: 0;
  margin: 18px 0 32px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.price-list li span {
  color: #7a805d;
  font-weight: 900;
}

.secure-note {
  margin: 17px 0 0;
  color: #7b756c;
  font-size: 11px;
  text-align: center;
}

.secure-note span {
  color: #7b8a6a;
  font-size: 7px;
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
  gap: 90px;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: transform .25s ease, background .25s ease;
}

.faq-item[open] summary span {
  color: var(--paper);
  background: var(--ink);
  transform: rotate(45deg);
}

.faq-item > div {
  overflow: hidden;
}

.faq-item p {
  max-width: 700px;
  margin: 0;
  padding: 0 60px 32px 0;
  color: #6b655c;
  font-size: 15px;
}

.final-cta {
  padding: 130px 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 20% 30%, rgba(217,209,178,.13), transparent 36%),
    radial-gradient(circle at 85% 70%, rgba(199,170,164,.10), transparent 35%),
    var(--ink-soft);
}

.final-cta-inner {
  text-align: center;
}

.final-cta p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.56);
  font-size: 16px;
}

.final-cta h2 {
  font-size: clamp(48px, 6vw, 84px);
}

.final-cta h2 em {
  color: var(--accent);
}

.final-cta .button {
  margin-top: 44px;
}

.final-cta small {
  display: block;
  margin-top: 20px;
  color: rgba(255,255,255,.43);
  font-size: 10px;
  letter-spacing: .07em;
}

.site-footer {
  padding: 78px 0 34px;
  color: var(--paper);
  background: #0b0b0a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .6fr .6fr;
  gap: 70px;
}

.footer-brand {
  margin-bottom: 24px;
}

.footer-grid > div:first-child > p {
  max-width: 420px;
  color: rgba(255,255,255,.45);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 9px;
  letter-spacing: .17em;
}

.footer-links a {
  color: rgba(255,255,255,.57);
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 64px;
  padding-top: 24px;
  color: rgba(255,255,255,.34);
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 10px;
  letter-spacing: .05em;
}

.mobile-buy-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s var(--ease), transform .72s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .hero-copy {
    max-width: 830px;
  }

  .app-visual {
    max-width: 760px;
    margin-inline: auto;
  }

  .browser {
    transform: none;
  }

  .audience-grid,
  .price-grid {
    gap: 56px;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 30px, 720px);
  }

  .site-header {
    background: rgba(17,17,15,.92);
  }

  .header-inner {
    min-height: 68px;
  }

  .menu-button {
    display: block;
    z-index: 2;
  }

  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-last-child(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:not(.sr-only):last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 68px 0 auto;
    height: calc(100vh - 68px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 34px 24px;
    color: var(--paper);
    background: #121210;
    transform: translateX(100%);
    transition: transform .32s var(--ease);
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav > a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 18px;
  }

  .site-nav .button {
    margin-top: 24px;
    color: var(--ink);
    border: 0;
    background: var(--accent);
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 138px;
    padding-bottom: 100px;
  }

  .hero h1 {
    font-size: clamp(47px, 11vw, 74px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-note-two {
    right: -8px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: auto;
  }

  .problem-card h3 {
    margin-top: 44px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .feature-card {
    min-height: 300px;
  }

  .feature-wide {
    min-height: 340px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .comparison-arrow {
    margin: -1px auto;
    transform: rotate(90deg);
  }

  .audience-grid,
  .price-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 26px);
    --radius: 18px;
  }

  body {
    padding-bottom: 72px;
  }

  .brand strong {
    font-size: 11px;
  }

  .brand small {
    font-size: 7px;
  }

  .hero-grid {
    gap: 62px;
    padding-top: 120px;
    padding-bottom: 78px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(43px, 13.2vw, 64px);
    line-height: .96;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    gap: 18px;
    margin-top: 30px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-meta {
    margin-top: 38px;
  }

  .hero-meta strong {
    font-size: 16px;
  }

  .hero-meta span {
    font-size: 8px;
  }

  .hero-meta div {
    padding-right: 8px;
  }

  .hero-meta div + div {
    padding-left: 10px;
  }

  .browser-top {
    height: 38px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    padding: 0 10px;
  }

  .browser-address {
    overflow: hidden;
    padding: 5px 8px;
    font-size: 6px;
    text-align: center;
    white-space: nowrap;
  }

  .browser-status {
    font-size: 6px;
  }

  .app-frame {
    min-height: 380px;
    grid-template-columns: 38px 1fr;
  }

  .app-sidebar {
    gap: 18px;
    padding-top: 16px;
  }

  .mini-logo {
    width: 23px;
    height: 23px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .app-sidebar > span {
    width: 11px;
  }

  .app-sidebar > span.active {
    width: 17px;
  }

  .app-content {
    padding: 16px 12px;
  }

  .app-heading {
    margin-bottom: 12px;
    font-size: 6px;
  }

  .progress {
    width: 60px;
  }

  .module-grid {
    gap: 8px;
  }

  .module-card {
    min-height: 108px;
    padding: 12px;
    border-radius: 10px;
  }

  .module-card-large {
    min-height: 224px;
  }

  .module-card small {
    font-size: 5px;
  }

  .module-card strong {
    margin-top: 10px;
    font-size: 10px;
  }

  .module-card-large strong {
    font-size: 17px;
  }

  .module-tag {
    padding: 5px 7px;
    font-size: 5px;
  }

  .line-set {
    gap: 5px;
    margin-top: 14px;
  }

  .line-set i {
    height: 3px;
  }

  .voice-wave {
    height: 26px;
    margin-top: 12px;
  }

  .voice-wave i {
    width: 3px;
  }

  .export-card {
    min-height: 70px;
  }

  .export-button {
    padding: 7px;
    font-size: 4px;
  }

  .floating-note {
    min-width: 150px;
    padding: 11px 12px;
  }

  .floating-note span {
    font-size: 5px;
  }

  .floating-note strong {
    font-size: 8px;
  }

  .floating-note-one {
    left: -6px;
    bottom: -30px;
  }

  .floating-note-two {
    right: -5px;
    top: 55px;
  }

  .section {
    padding: 92px 0;
  }

  .section-intro h2,
  .audience-copy h2,
  .price-copy h2,
  .faq-intro h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .section-intro > p:last-child,
  .audience-copy > p:last-child,
  .faq-intro > p:last-child,
  .price-copy > p:last-child {
    font-size: 16px;
  }

  .problem-grid {
    margin-top: 48px;
  }

  .problem-card {
    padding: 28px;
  }

  .problem-card h3 {
    font-size: 23px;
  }

  .statement {
    flex-direction: column;
    margin-top: 52px;
    font-size: 26px;
  }

  .statement strong {
    text-align: left;
  }

  .steps {
    margin-top: 54px;
  }

  .step {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 0;
  }

  .step-number {
    font-size: 46px;
  }

  .step h3 {
    font-size: 30px;
  }

  .how-cta {
    align-items: stretch;
    flex-direction: column;
    margin-top: 48px;
    padding: 24px;
  }

  .feature-grid {
    margin-top: 48px;
  }

  .feature-card,
  .feature-wide {
    min-height: 0;
    padding: 28px;
  }

  .feature-card .feature-label {
    margin-top: 50px;
  }

  .feature-wide .feature-label {
    margin-top: 20px;
  }

  .feature-card h3 {
    font-size: 30px;
  }

  .comparison-card {
    min-height: 0;
    padding: 32px 28px;
  }

  .comparison-card h3 {
    min-height: 0;
    margin: 30px 0 38px;
    font-size: 32px;
  }

  .comparison-end {
    margin-top: 42px;
  }

  .audience-grid,
  .price-grid,
  .faq-grid {
    gap: 52px;
  }

  .audience-list span {
    flex: 1 1 auto;
    text-align: center;
  }

  .price-card {
    padding: 28px 22px;
  }

  .price strong {
    font-size: 86px;
  }

  .price sup {
    font-size: 24px;
  }

  .price-list li {
    font-size: 13px;
  }

  .faq-item summary {
    min-height: 80px;
    font-size: 16px;
  }

  .faq-item p {
    padding-right: 0;
  }

  .final-cta {
    padding: 100px 0;
  }

  .final-cta h2 {
    font-size: clamp(43px, 12vw, 62px);
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-buy-bar {
    position: fixed;
    z-index: 98;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 13px;
    color: var(--paper);
    border-top: 1px solid rgba(255,255,255,.14);
    background: rgba(17,17,15,.96);
    backdrop-filter: blur(16px);
    transform: translateY(110%);
    transition: transform .3s var(--ease);
  }

  .mobile-buy-bar.is-visible {
    transform: translateY(0);
  }

  .mobile-buy-bar strong,
  .mobile-buy-bar span {
    display: block;
  }

  .mobile-buy-bar strong {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .mobile-buy-bar span {
    color: rgba(255,255,255,.48);
    font-size: 9px;
  }

  .mobile-buy-bar a {
    min-width: 108px;
    padding: 13px 18px;
    color: var(--ink);
    background: var(--accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
