:root {
  --ink: #0a0a0a;
  --muted: #666b73;
  --soft: #f6f6f3;
  --line: #e8e8e3;
  --yellow: #ffd400;
  --yellow-deep: #f3c900;
  --paper: #ffffff;
  --charcoal: #111214;
  --radius: 18px;
  --max: 1500px;
  --shadow: 0 30px 80px rgba(18, 18, 16, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.container { width: min(90%, var(--max)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
}
.nav { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { width: 167px; display: inline-flex; align-items: center; transform-origin: center; transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 42px; font-size: .96rem; }
.nav-links a { transition: opacity .2s ease; }
.nav-links a:hover { opacity: .56; }
.nav-actions { justify-self: end; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--yellow);
  color: #000;
  font-weight: 750;
  letter-spacing: -.01em;
  transition: transform .34s cubic-bezier(.2,.8,.2,1), background .22s ease;
}
.button:hover { background: #ffdf35; transform: scale(1.03); }
.button:active { transform: scale(.98); transition-duration: .1s; }
.button.dark { background: #050505; color: #fff; }
.button.dark:hover { background: #202020; }
.button.small { min-height: 54px; padding-inline: 38px; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  right: 7%;
  top: 48%;
  transform: translateY(-48%);
  border-radius: 50%;
  background: rgba(255, 212, 0, .26);
  filter: blur(78px);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  min-height: min(670px, calc(100svh - 250px));
  padding: 46px 0 38px;
}
.eyebrow { margin: 0 0 18px; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1, .section-title, .legal-hero h1 { margin: 0; font-size: clamp(3rem, 5.15vw, 5.4rem); line-height: 1.03; letter-spacing: -.055em; }
.accent-dot { color: var(--yellow-deep); }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 34px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.45rem); line-height: 1.42; letter-spacing: -.025em; }
.hero-cta { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.store-button { min-width: 235px; justify-content: flex-start; padding: 10px 18px 10px 11px; border-radius: 12px; }
.store-button img { width: 42px; height: 42px; border-radius: 9px; }
.store-copy { display: grid; text-align: left; line-height: 1.08; }
.store-copy small { font-size: .67rem; font-weight: 550; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.store-copy strong { margin-top: 4px; font-size: 1.06rem; }
.rating { display: flex; align-items: center; gap: 6px; border-left: 1px solid #d8d8d8; padding: 0 0 0 27px; }
.rating-score { display: grid; justify-items: center; gap: 5px; }
.rating strong { font-size: 1.55rem; line-height: 1; }
.stars { color: #ffd400; font-size: 1.9rem; letter-spacing: .02em; }
.laurel { width: 42px; height: 62px; object-fit: contain; }
.laurel-right { transform: scaleX(-1); }
.play-badge { display: block; width: clamp(200px, 17vw, 270px); flex-shrink: 0; margin-left: -14px; transform-origin: center; transition: transform .38s cubic-bezier(.2,.8,.2,1), opacity .22s ease; }
.play-badge img { width: 100%; height: auto; }
.play-badge:hover { opacity: .94; transform: scale(1.03); }
.play-badge:active { transform: scale(.98); transition-duration: .1s; }
.brand:hover { transform: scale(1.028); }
.brand:active { transform: scale(.98); transition-duration: .1s; }
:focus-visible { outline: 3px solid #9c8100; outline-offset: 5px; }
section[id] { scroll-margin-top: 110px; }
.hero-visual { position: relative; align-self: center; margin-right: -4vw; perspective: 1200px; }
.hero-picture { display: block; width: 100%; }
.hero-visual img { width: 100%; height: auto; filter: drop-shadow(0 16px 20px rgba(0,0,0,.08)); transform-style: preserve-3d; transform-origin: 50% 56%; will-change: transform; }

.benefit-strip { border-bottom: 1px solid var(--line); }
.benefit-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 32px 0; }
.benefit { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 0 24px; border-right: 1px solid var(--line); }
.benefit:first-child { padding-left: 0; }
.benefit:last-child { border-right: 0; padding-right: 0; }
.benefit-mark { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: #f5f5f5; }
.benefit-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { margin: 0 0 6px; font-size: 1.05rem; line-height: 1.25; letter-spacing: -.025em; }
.benefit p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.4; }

.section { padding: 100px 0; }
.section > .container { max-width: 1180px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 68px; }
.section-title { max-width: 780px; font-size: clamp(2.5rem, 3.8vw, 4rem); }
.section-head p { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 1.06rem; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 7vw, 100px); min-height: 600px; }
.feature-row + .feature-row { margin-top: 90px; }
.feature-row.reverse .feature-visual { order: 2; }
.feature-row.reverse .feature-copy { order: 1; }
.feature-copy .kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-weight: 800; font-size: .79rem; letter-spacing: .12em; text-transform: uppercase; }
.feature-copy .kicker::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); }
.feature-copy h3 { margin: 0; font-size: clamp(2.4rem, 3.8vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.feature-copy > p { max-width: 520px; margin: 25px 0 30px; color: var(--muted); font-size: 1.1rem; }
.feature-points { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.feature-points li { display: flex; gap: 12px; align-items: center; font-weight: 640; }
.feature-points li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,212,0,.16); }
.feature-visual { position: relative; height: 620px; min-height: 0; display: grid; place-items: start center; overflow: hidden; border-radius: 18px; background: #faf6ee; }
.feature-visual::before { content: none; }
.phone-shot { position: relative; z-index: 1; width: 100%; height: auto; margin-top: -48%; }
.phone-shot.offset { transform: none; }
.rank-card { position: absolute; z-index: 2; right: 2%; bottom: 5%; width: 33%; min-width: 175px; border-radius: 18px; box-shadow: 0 22px 55px rgba(0,0,0,.18); }

.how { background: var(--charcoal); color: #fff; overflow: hidden; }
.how .section-head p { color: #a9abb0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #333538; }
.step { position: relative; padding: 40px 34px 18px 0; border-right: 1px solid #333538; }
.step:not(:first-child) { padding-left: 34px; }
.step:last-child { border-right: 0; }
.step-number { color: var(--yellow); font-size: .8rem; font-weight: 850; letter-spacing: .12em; }
.step h3 { margin: 42px 0 12px; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.035em; }
.step p { margin: 0; color: #a9abb0; font-size: .94rem; }
.process-art { position: relative; margin-top: 76px; height: 360px; overflow: hidden; border-radius: 24px 24px 0 0; background: #1a1b1e; }
.process-art img { position: absolute; width: 320px; margin-top: -140px; border-radius: 22px 22px 0 0; box-shadow: 0 20px 55px rgba(0,0,0,.38); }
.process-art img:nth-child(1) { left: 9%; top: 40px; transform: rotate(-4deg); }
.process-art img:nth-child(2) { left: 38%; top: 10px; z-index: 2; }
.process-art img:nth-child(3) { right: 9%; top: 48px; transform: rotate(4deg); }

.plans { background: #f4f4f0; }
.plans-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 18px; }
.plan { padding: 50px; border: 1px solid #deded8; border-radius: 22px; background: #fff; }
.plan.premium { background: var(--yellow); border-color: var(--yellow); }
.plan-label { font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.plan h3 { margin: 46px 0 14px; font-size: 2.45rem; letter-spacing: -.055em; }
.plan p { max-width: 470px; margin: 0; color: #62666d; font-size: 1.03rem; }
.plan.premium p { color: rgba(0,0,0,.7); }
.plan ul { display: grid; gap: 13px; margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid #e7e7e1; list-style: none; }
.plan.premium ul { border-color: rgba(0,0,0,.17); }
.plan li { font-weight: 650; }
.plan li::before { content: "✓"; margin-right: 12px; font-weight: 900; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.faq-intro h2 { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 27px 0; cursor: pointer; font-weight: 750; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 auto; font-size: 1.5rem; font-weight: 350; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 670px; margin: -5px 0 28px; color: var(--muted); }

.final-cta { padding: 54px 0 28px; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 74px; border-radius: 26px; background: var(--charcoal); color: #fff; }
.cta-panel::after { content: none; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 760px; margin: 0; font-size: clamp(2.4rem, 4.3vw, 4.7rem); line-height: .98; letter-spacing: -.06em; }
.cta-panel p { max-width: 600px; margin: 20px 0 0; color: #afb1b4; font-size: 1.05rem; }

.site-footer { padding: 62px 0 34px; }
.footer-main { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 50px; padding-bottom: 48px; }
.footer-brand { width: 135px; }
.footer-brand img { width: 100%; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px 34px; color: #3d4146; font-size: .9rem; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: #888b90; font-size: .79rem; }

.legal-hero { padding: 92px 0 62px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; font-size: clamp(3rem, 5vw, 5.2rem); }
.legal-hero p { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }
.draft-note { display: inline-flex; margin-bottom: 22px; padding: 7px 10px; border: 1px solid #e0c000; background: #fff8cc; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.legal-content { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 80px; padding: 78px 0 120px; }
.legal-aside { color: var(--muted); font-size: .86rem; }
.legal-body h2 { margin: 52px 0 12px; font-size: 1.5rem; letter-spacing: -.03em; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { color: #555a61; }
.legal-body ul, .legal-body ol { padding-left: 22px; }
.support-card { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.support-card a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.menu-toggle, .menu-close, .mobile-scroll-cue, .story-skip, .feature-download { display: none; }
.reveal { opacity: 1; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; gap: 18px; }
  .nav-actions { display: flex; align-items: center; gap: 10px; }
  .nav-actions .button { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 45px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual { justify-self: center; margin: 30px 0 0; width: min(100%, 700px); }
  .hero-visual img { width: 100%; }
  .benefit-list { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(3) { padding-left: 0; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 50px; min-height: auto; }
  .feature-row.reverse .feature-visual, .feature-row.reverse .feature-copy { order: initial; }
  .feature-visual { min-height: 640px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(n+3) { border-top: 1px solid #333538; }
  .step:nth-child(3) { padding-left: 0; }
  .process-art img { width: 260px; }
  .process-art img:nth-child(1) { left: 1%; }
  .process-art img:nth-child(2) { left: 35%; }
  .process-art img:nth-child(3) { right: 1%; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro h2 { position: static; }
  .legal-content { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .nav { min-height: 70px; }
  .brand { width: 140px; }
  .hero-grid { min-height: auto; padding: 62px 0 30px; }
  .hero h1 { font-size: clamp(2.2rem, 9.2vw, 3.7rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1.05rem; }
  .hero-cta { align-items: center; gap: 10px; flex-wrap: nowrap; }
  .hero-cta .play-badge { width: 160px; margin-left: -8px; }
  .rating { gap: 3px; padding-left: 10px; }
  .rating strong { font-size: 1.15rem; }
  .rating .stars { font-size: 1.08rem; letter-spacing: 0; }
  .rating .laurel { width: 30px; height: 50px; }
  .hero-visual { margin-top: 34px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit, .benefit:first-child, .benefit:nth-child(3), .benefit:last-child { padding: 0; border: 0; }
  .section { padding: 88px 0; }
  .section-head { display: grid; margin-bottom: 50px; }
  .section-title { font-size: clamp(2.6rem, 13vw, 3.6rem); }
  .feature-row + .feature-row { margin-top: 86px; }
  .feature-copy h3 { font-size: 2.6rem; }
  .feature-visual { min-height: 545px; }
  .phone-shot { width: 100%; }
  .rank-card { width: 40%; min-width: 140px; }
  .steps, .plans-grid { grid-template-columns: 1fr; }
  .step, .step:not(:first-child) { padding: 30px 0; border-right: 0; border-top: 1px solid #333538; }
  .step:first-child { border-top: 0; }
  .step h3 { margin-top: 20px; }
  .process-art { height: 290px; }
  .process-art img { width: 210px; }
  .process-art img:nth-child(1) { left: -12%; }
  .process-art img:nth-child(2) { left: 22%; }
  .process-art img:nth-child(3) { right: -12%; }
  .plan { padding: 36px 28px; }
  .cta-panel { grid-template-columns: 1fr; padding: 46px 30px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-base { flex-direction: column; }
  .legal-hero { padding-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Landing-only header, scroll showcase and download dialog. */
.landing .site-header { background: transparent; transition: color .3s, background .3s, box-shadow .3s, backdrop-filter .3s; }
.landing .site-header.is-scrolled { background: rgba(255,255,255,.78); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(0,0,0,.07); }
.landing .site-header.is-dark { background: rgba(14,15,16,.88); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.12); }
.landing .site-header .brand img { transition: filter .3s; }
.landing .site-header.is-dark .brand img { filter: invert(1); }
.landing .site-header.is-dark .nav-links a { color: #fff; }
.landing .site-header.is-dark .button { color: #000; }
.landing .site-header.is-dark .menu-toggle { color: #fff; border-color: #3a3c40; background: #1d1f21; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; background: var(--yellow); transform: scaleX(0); transition: transform .3s ease; }
.nav-links a.is-active::after { transform: scaleX(1); }
.landing .hero { margin-top: -100px; padding-top: 100px; }
.feature-scroll { position: relative; height: 240vh; }
.feature-stage { position: sticky; top: 100px; height: calc(100svh - 100px); min-height: 560px; max-width: 1180px; display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.feature-screen-stack { position: relative; height: min(660px, 76svh); isolation: isolate; perspective: 1200px; }
.feature-screen-stack::before { content: ""; position: absolute; z-index: -1; inset: 13% 2%; border-radius: 50%; background: rgba(255,212,0,.2); filter: blur(64px); }
.feature-screen-tilt { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transform-origin: 50% 55%; will-change: transform; }
.feature-screen { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 0; transform: translateY(28px) scale(.985); filter: blur(3px); transition: opacity .65s ease, transform .78s cubic-bezier(.2,.72,.2,1), filter .65s ease; pointer-events: none; will-change: opacity, transform, filter; }
.feature-screen.is-active { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
.feature-screen-tilt picture:nth-child(2) .feature-screen { scale: 1.047; translate: 0 -.45%; }
.feature-tabs { display: flex; gap: 22px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.feature-tabs button { position: relative; padding: 14px 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; transition: color .35s ease; }
.feature-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: center; transition: transform .45s cubic-bezier(.2,.72,.2,1); }
.feature-tabs button[aria-selected="true"] { color: var(--ink); font-weight: 750; }
.feature-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.feature-copy-stack { position: relative; min-height: 250px; }
.feature-panel { position: absolute; inset: 0; opacity: 0; transform: translateY(18px); filter: blur(3px); pointer-events: none; transition: opacity .5s ease, transform .62s cubic-bezier(.2,.72,.2,1), filter .5s ease; }
.feature-panel h2 { margin: 0; font-size: clamp(2rem,3.8vw,3.6rem); line-height: 1.06; letter-spacing: -.05em; }
.feature-panel p { color: var(--muted); font-size: 1.13rem; margin-top: 25px; max-width: 470px; }
.feature-panel.is-active { opacity: 1; transform: none; filter: blur(0); pointer-events: auto; }
.how { padding-top: 72px; }
.how .section-head { display: block; margin-bottom: 44px; text-align: center; }
.how .section-title { max-width: none; }
.how .section-head p { max-width: none; margin: 18px 0 0; }
.accent-text { color: var(--yellow); }
.how .steps { gap: 16px; border: 0; align-items: stretch; }
.how .step, .how .step:not(:first-child) { display: flex; min-width: 0; min-height: 500px; height: 500px; flex-direction: column; padding: 26px 24px 0; overflow: hidden; border: 1px solid #35373a; border-radius: 20px; background: linear-gradient(180deg,#17191b 0%,#111214 100%); perspective: 1200px; }
.step-copy { min-height: 82px; }
.how .step h3 { margin: 0 0 12px; font-size: 1.45rem; }
.how .step p { max-width: 250px; }
.step-phone { display: block; width: min(100%, 270px); height: auto; margin: 0 auto; aspect-ratio: 2 / 3; object-fit: contain; object-position: center top; transform-style: preserve-3d; transform-origin: 50% 54%; will-change: transform; }
.step-phone-picture { display: flex; width: 100%; min-height: 0; justify-content: center; }
.download-dialog { width: min(520px, calc(100% - 32px)); padding: 48px 32px 30px; border: 0; border-radius: 20px; color: var(--ink); text-align: center; box-shadow: 0 25px 90px #0003; }
.download-dialog::backdrop { background: #0006; backdrop-filter: blur(5px); }
.download-dialog h2 { font-size: 1.9rem; letter-spacing: -.04em; margin: 8px 0 14px; }
.download-dialog p { color: var(--muted); }
.dialog-close { position: absolute; top: 12px; right: 14px; border: 0; background: #f3f3f3; border-radius: 9px; width: 38px; height: 38px; cursor: pointer; font-size: 1.7rem; }
.download-app-icon { width: 130px; height: 130px; margin: 28px auto; border-radius: 24px; }
.download-dialog .play-badge { width: 230px; margin: auto; }
body:has(.download-dialog[open]) { overflow: hidden; }
.landing .site-footer { padding: 74px 0 30px; background: #0b0c0d; color: #fff; }
.landing .footer-main { grid-template-columns: 1.25fr .7fr 1fr; gap: 10vw; padding-bottom: 66px; }
.landing .footer-column { display: grid; align-content: start; justify-items: start; gap: 18px; }
.landing .footer-column h2 { margin: 0 0 12px; font-size: 1.2rem; }
.landing .footer-column a { color: #aeb1b7; transition: color .2s ease; }
.landing .footer-column a:hover { color: #fff; }
.landing .footer-brand { width: 168px; margin-bottom: 18px; }
.landing .footer-brand img { filter: invert(1); }
.landing .footer-socials { display: grid; gap: 12px; margin-top: 10px; }
.landing .footer-socials a { display: grid; gap: 2px; color: #fff; }
.landing .footer-socials span { color: #8d9198; font-size: .9rem; }
.landing .footer-base { border-color: #292b2e; color: #797d84; }
.footer-contacts { display: grid; gap: 15px; margin-top: 10px; }
.landing .footer-contacts a { display: flex; align-items: center; gap: 12px; color: #fff; }
.footer-contacts svg { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; color: #a7abb2; }
.footer-contacts .social-dot { fill: currentColor; stroke: none; }
.footer-contacts span { display: grid; gap: 2px; }
.footer-contacts small { color: #8d9198; font: inherit; font-size: .9rem; }

.cookie-consent { position: fixed; z-index: 1000; left: 24px; bottom: 24px; width: min(720px, calc(100% - 48px)); padding: 28px 30px 26px; border: 1px solid #dedede; border-radius: 18px; background: rgba(255,255,255,.97); color: #15171a; box-shadow: 0 18px 55px rgba(0,0,0,.17); backdrop-filter: blur(16px); }
.cookie-consent[hidden] { display: none; }
.cookie-consent p { max-width: 650px; margin: 0; color: #242832; font-size: 1rem; line-height: 1.65; }
.cookie-consent p a { color: #6652e8; font-weight: 700; text-decoration: none; }
.cookie-consent p a:hover { text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 21px; }
.cookie-actions button { min-height: 42px; padding: 0 15px; border: 0; border-radius: 9px; background: transparent; color: #111; font: inherit; font-weight: 750; cursor: pointer; transition: transform .3s cubic-bezier(.2,.8,.2,1), background .2s ease; }
.cookie-actions button:hover { transform: scale(1.03); }
.cookie-actions button:active { transform: scale(.98); transition-duration: .1s; }
.cookie-actions .cookie-accept { background: var(--yellow); color: #000; }
.cookie-actions .cookie-deny { padding-inline: 14px; }

.legal-page .legal-hero { padding-bottom: 58px; }
.legal-page .legal-content { align-items: start; }
.legal-page .legal-aside { top: 128px; line-height: 1.7; }
.legal-page .legal-body { display: grid; gap: 18px; }
.legal-page .legal-body > section { padding: 28px 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-page .legal-body h2 { margin: 0 0 14px; font-size: 1.3rem; }
.legal-page .legal-body p:first-of-type { margin-top: 0; }
.legal-page .legal-body p:last-child, .legal-page .legal-body ul:last-child { margin-bottom: 0; }
.legal-page .legal-body a { text-decoration: underline; text-underline-offset: 3px; }
.legal-page .legal-meta { display: block; margin-top: 16px; color: var(--muted); font-size: .9rem; }

.not-found-page { min-height: 100%; background: #fffdf4; color: var(--ink); }
.not-found-page .site-header { position: relative; border-bottom: 1px solid rgba(17,17,17,.06); background: rgba(255,253,244,.9); }
.not-found { min-height: calc(100svh - 100px); display: grid; grid-template-rows: minmax(600px, 1fr) auto; overflow: hidden; background: radial-gradient(circle at 92% 44%, rgba(255,212,0,.13), transparent 26%), #fffdf4; }
.not-found-hero { position: relative; display: grid; place-items: center; min-height: 600px; padding: 72px 20px 88px; isolation: isolate; text-align: center; }
.not-found-number { position: absolute; z-index: -1; inset: 50% auto auto 50%; color: rgba(255,212,0,.085); font-size: clamp(19rem, 42vw, 39rem); font-weight: 900; line-height: .72; letter-spacing: -.1em; transform: translate(-51%, -48%); user-select: none; }
.not-found-card { width: min(720px, 100%); }
.not-found-icon { width: clamp(86px, 7.8vw, 118px); margin: 0 auto 24px; border-radius: 50%; box-shadow: 0 18px 42px rgba(118,91,0,.2); }
.not-found-code { display: block; color: #8e7600; font-size: .78rem; font-weight: 850; letter-spacing: .2em; }
.not-found h1 { margin: 16px 0 20px; font-size: clamp(3.25rem, 6vw, 5.65rem); line-height: .94; letter-spacing: -.065em; }
.not-found p { max-width: 570px; margin: 0 auto 32px; color: #666a70; font-size: 1.08rem; line-height: 1.55; }
.not-found-button { box-shadow: 0 14px 34px rgba(152,119,0,.18); }
.not-found-feature-strip { border-top: 1px solid rgba(17,17,17,.07); background: rgba(255,249,225,.72); }
.not-found-feature-list { min-height: 128px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 24px; }
.not-found-feature-list span { font-size: .94rem; font-weight: 760; text-align: center; }
@media (max-width: 980px) {
 .feature-stage { gap: 25px; }
 .feature-tabs { gap: 14px; }
 .how .steps { row-gap: 40px; }
 .landing .footer-main { grid-template-columns: 1fr 1fr; gap: 55px; }
 .landing .footer-identity { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
 .landing .hero { margin-top: -70px; padding-top: 70px; }
 .feature-scroll { height: auto; padding: 60px 0; }
 .feature-stage { position: static; height: auto; min-height: 0; display: flex; flex-direction: column-reverse; gap: 12px; }
 .feature-description { width: 100%; }
 .feature-tabs { justify-content: space-between; margin-bottom: 24px; }
 .feature-copy-stack { min-height: 190px; }
 .feature-panel h2 { font-size: 2.3rem; }
 .feature-panel p { font-size: 1rem; margin-top: 18px; }
 .feature-screen-stack { width: 100%; height: 470px; }
 .how .steps { grid-template-columns: 1fr; gap: 18px; }
 .how .step, .how .step:not(:first-child) { min-height: 0; height: auto; padding: 26px 24px 0; }
 .how .step h3 { font-size: 1.1rem; }
 .how .step p { font-size: .9rem; }
 .step-copy { min-height: 0; }
 .step-phone { margin-top: 0; }
 .landing .footer-main { grid-template-columns: 1fr; gap: 48px; }
 .landing .footer-identity { grid-column: auto; }
 .cookie-consent { left: 16px; bottom: 16px; width: calc(100% - 32px); padding: 22px 20px 20px; }
 .cookie-consent p { font-size: .94rem; line-height: 1.55; }
 .not-found-page { padding-top: calc(70px + env(safe-area-inset-top)); }
 .not-found-page .site-header { position: fixed; }
 .not-found { min-height: calc(100svh - 70px - env(safe-area-inset-top)); grid-template-rows: minmax(510px,1fr) auto; }
 .not-found-hero { min-height: 510px; padding: 56px 18px 64px; }
 .not-found-number { font-size: clamp(15rem, 72vw, 22rem); transform: translate(-52%, -54%); }
 .not-found-icon { width: 80px; margin-bottom: 20px; }
 .not-found h1 { font-size: clamp(2.7rem, 12.5vw, 4rem); }
 .not-found p { max-width: 360px; font-size: 1rem; }
 .not-found-feature-list { min-height: auto; grid-template-columns: repeat(2,1fr); gap: 0; padding-block: 10px; }
 .not-found-feature-list span { min-height: 64px; display: grid; place-items: center; padding: 12px 9px; font-size: .78rem; }
}
@media (prefers-reduced-motion: reduce) {
 .feature-scroll { height: auto; padding: 65px 0; }
 .feature-stage { position: static; }
 .feature-screen, .feature-panel { animation: none; transition: none; }
 .hero-visual img, .feature-screen-tilt, .step-phone { transform: none !important; will-change: auto; }
 .button, .play-badge, .brand, .cookie-actions button { transition: none; }
 .button:hover, .button:active, .play-badge:hover, .play-badge:active, .brand:hover, .brand:active, .cookie-actions button:hover, .cookie-actions button:active { transform: none; }
}

@media (hover: none), (pointer: coarse) {
 .hero-visual img, .feature-screen-tilt, .step-phone { will-change: auto; transition: transform .18s ease; }
 .hero-visual.is-pressed img, .feature-screen-stack.is-pressed .feature-screen-tilt, .step.is-pressed .step-phone { transform: scale(.985); }
}

/* Composición móvil: navegación persistente y relato de producto vertical. */
@media (max-width: 680px) {
 body { overflow-x: clip; }
 section[id] { scroll-margin-top: calc(70px + env(safe-area-inset-top)); }

 .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  padding-top: env(safe-area-inset-top);
  background: rgba(255,255,255,.92);
  box-shadow: 0 1px 0 rgba(0,0,0,.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
 }
 .landing .site-header.is-scrolled { background: rgba(255,255,255,.88); }
 .legal-page { padding-top: calc(70px + env(safe-area-inset-top)); }
 .nav { min-height: 70px; }
 .brand { width: 132px; }
 .menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgba(10,10,10,.12); border-radius: 12px; background: rgba(255,255,255,.88); color: #0a0a0a; cursor: pointer; font-size: 1.25rem; }
 .menu-close { display: grid; width: 44px; height: 44px; place-items: center; justify-self: end; margin: -6px -4px 8px auto; padding: 0; border: 1px solid #33363a; border-radius: 12px; background: #1d1f21; color: #fff; cursor: pointer; font-size: 1.75rem; line-height: 1; }
 .nav-links, .nav-links.open {
  position: fixed;
  z-index: 210;
  top: calc(82px + env(safe-area-inset-top));
  right: 15px;
  left: 15px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid #303236;
  border-radius: 18px;
  background: rgba(15,16,18,.97);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateY(-10px) scale(.985);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .3s cubic-bezier(.2,.8,.2,1), visibility 0s linear .3s;
 }
 .nav-links.open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
 .nav-links a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; border-radius: 11px; color: #fff; font-size: 1rem; font-weight: 700; }
 .nav-links a:hover, .nav-links a:focus-visible { background: #25272a; opacity: 1; }
 .nav-links a::after { right: auto; bottom: 8px; left: 14px; width: 30px; }
 body.menu-open { overflow: hidden; }

 .landing .hero { min-height: 100svh; margin-top: 0; padding: calc(70px + env(safe-area-inset-top)) 0 0; }
 .hero-grid { min-height: calc(100svh - 70px - env(safe-area-inset-top)); padding: 34px 0 18px; align-content: space-between; }
 .hero h1 { max-width: 360px; font-size: clamp(2.45rem, 11.5vw, 3.35rem); line-height: .98; }
 .hero-copy > p:not(.eyebrow), .hero-cta .rating { display: none; }
 .hero-cta { margin-top: 24px; }
 .hero-cta .play-badge { width: 176px; margin-left: -9px; }
 .hero-visual { width: min(128%, 560px); margin: -22px -14% 0; align-self: end; }
 .hero::before { width: 420px; height: 420px; right: -35%; top: 60%; background: rgba(255,212,0,.32); filter: blur(64px); }
 .mobile-scroll-cue { display: inline-flex; align-items: center; gap: 9px; width: max-content; margin-top: 17px; color: #50545a; font-size: .82rem; font-weight: 750; }
 .mobile-scroll-cue span { color: #9b8100; font-size: 1rem; animation: mobile-cue 1.8s ease-in-out infinite; }

 .benefit-strip { position: relative; z-index: 2; background: #fff; }
 .feature-scroll { height: 260svh; padding: 0; background: linear-gradient(180deg,#fff 0%,#fffdf4 100%); }
 .feature-stage { position: sticky; top: calc(70px + env(safe-area-inset-top)); height: calc(100svh - 70px - env(safe-area-inset-top)); min-height: 590px; display: grid; grid-template-rows: minmax(0,1fr) auto; grid-template-columns: 1fr; gap: 0; align-items: stretch; overflow: hidden; }
 .story-skip { display: inline-flex; position: absolute; z-index: 8; top: 12px; right: 0; align-items: center; gap: 7px; min-height: 44px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.82); color: #42464c; box-shadow: 0 8px 24px rgba(0,0,0,.08); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 750; }
 .feature-screen-stack { grid-row: 1; width: 100%; height: auto; min-height: 0; margin-top: 34px; }
 .feature-screen-stack::before { inset: 22% 8% 9%; background: rgba(255,212,0,.24); filter: blur(54px); }
 .feature-screen { object-position: center bottom; }
 .feature-description { grid-row: 2; width: 100%; padding: 12px 0 max(18px, env(safe-area-inset-bottom)); background: linear-gradient(180deg,rgba(255,255,255,0),#fff 18%); }
 .feature-tabs { gap: 0; justify-content: space-between; margin: 0 0 10px; }
 .feature-tabs button { min-height: 44px; padding: 10px 2px; font-size: .78rem; }
 .feature-copy-stack { min-height: 116px; }
 .feature-panel h2 { font-size: clamp(1.65rem, 8vw, 2.15rem); line-height: 1; }
 .feature-panel h2 br { display: none; }
 .feature-panel p { display: -webkit-box; overflow: hidden; margin: 10px 0 0; font-size: .92rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
 .feature-download { display: inline-flex; width: 100%; min-height: 48px; margin-top: 6px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .35s ease, transform .35s ease; }
 .feature-description.is-final .feature-download { opacity: 1; transform: none; pointer-events: auto; }
 .feature-screen.is-broken { display: none; }
 .feature-fallback { grid-row: 1; align-self: center; max-width: 280px; margin: 0 auto; color: var(--muted); text-align: center; }

 .how { position: relative; z-index: 2; }
}

@keyframes mobile-cue {
 0%, 100% { transform: translateY(0); }
 50% { transform: translateY(4px); }
}

@media (max-width: 380px) {
 .feature-stage { min-height: 540px; }
 .feature-copy-stack { min-height: 108px; }
 .feature-panel p { font-size: .86rem; }
}

@media (max-width: 680px) and (max-height: 650px) {
 .feature-stage { min-height: 0; }
 .feature-description { padding-top: 4px; }
 .feature-tabs { margin-bottom: 4px; }
 .feature-copy-stack { min-height: 72px; }
 .feature-panel h2 { font-size: 1.55rem; }
 .feature-panel p { display: none; }
 .feature-download { margin-top: 2px; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 680px) {
 .mobile-scroll-cue span { animation: none; }
 .feature-scroll { height: auto; padding: 54px 0; }
 .feature-stage { position: static; height: auto; min-height: 0; overflow: visible; }
 .story-skip { display: none; }
 .feature-screen-stack { height: min(62svh, 520px); min-height: 410px; margin-top: 0; }
 .feature-description { padding-bottom: 0; }
}
