:root {
  --ink: #17121d;
  --muted: #6d6571;
  --paper: #f8f4ed;
  --surface: #fffdf9;
  --soft: #eee6db;
  --line: rgba(31, 22, 36, .13);
  --purple: #7238f2;
  --pink: #ff3f95;
  --acid: #d6ff58;
  --orange: #ff7048;
  --shadow-sm: 0 12px 34px rgba(40, 26, 54, .08);
  --shadow-lg: 0 36px 90px rgba(38, 22, 55, .16);
  --spring: cubic-bezier(.34, 1.56, .64, 1);
  --glide: cubic-bezier(.16, .84, .28, 1);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: radial-gradient(circle at 12% 7%, rgba(177, 112, 255, .15), transparent 26rem), var(--paper); }
.home-page { background: radial-gradient(circle at 84% 12%, rgba(255, 83, 156, .1), transparent 23rem), linear-gradient(rgba(44, 28, 51, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(44, 28, 51, .025) 1px, transparent 1px), var(--paper); background-size: auto, 56px 56px, 56px 56px, auto; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; inset-inline-start: 12px; padding: 10px 14px; border-radius: 10px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(123, 53, 235, .45); outline-offset: 3px; }

.site-header,
.footer,
.section {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  margin-top: 14px;
  padding: 9px 10px 9px 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 36px rgba(41, 25, 57, .08);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  transition: box-shadow .35s ease, background .35s ease, transform .35s var(--glide);
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .92); box-shadow: 0 18px 48px rgba(41, 25, 57, .16); }

.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 11px; text-decoration: none; font-size: 1.02rem; letter-spacing: -.025em; }
.brand span, .button { white-space: nowrap; }
.brand img { border-radius: 12px; box-shadow: 0 5px 16px rgba(123, 53, 235, .16); transition: transform .45s var(--spring); }
.brand:hover img { transform: rotate(-6deg) scale(1.06); }
.brand strong { font-weight: 800; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav > a:not(.button) { padding: 9px 2px; color: #57515f; font-size: .86rem; font-weight: 680; text-decoration: none; transition: color .2s ease; }
.nav > a:hover { color: var(--purple); }

/* Mobile section nav: the header drops its links below 900px, so the one-page
   site needs a reachable table of contents. Hidden on desktop. */
.anchor-strip { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(23, 19, 31, .18), inset 0 1px rgba(255, 255, 255, .14);
  transition: transform .45s var(--spring), box-shadow .3s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--purple); box-shadow: 0 18px 42px rgba(74, 32, 130, .25); }
.button:active { transform: translateY(0) scale(.97); transition-duration: .12s; }
.button-arrow { display: inline-block; transition: transform .35s var(--spring); }
.button:hover .button-arrow { transform: translate(3px, -3px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .88rem; box-shadow: none; }
.button-light { background: #fff; color: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--ink); font-weight: 740; text-decoration: none; }
.text-link:hover { color: var(--purple); }
.link-arrow { display: inline-block; transition: transform .35s var(--spring); }
.text-link:hover .link-arrow { transform: translateY(3px); }

.eyebrow { margin: 0 0 18px; color: var(--purple); font-size: .76rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-inline-end: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(248, 72, 159, .12); }
.mx-motion .hero .eyebrow span { animation: pulse-dot 2.6s ease-out 1.4s infinite; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  width: min(1220px, calc(100% - 48px));
  min-height: min(860px, calc(100svh - 80px));
  margin: 0 auto;
  padding: 92px 0 124px;
}
.home-page .hero::after { content: ""; position: absolute; inset: 48px -38px 54px; z-index: -2; border: 1px solid rgba(43, 27, 50, .08); border-radius: 52px; background: linear-gradient(135deg, rgba(255, 255, 255, .54), rgba(240, 232, 247, .46)); box-shadow: 0 30px 100px rgba(48, 29, 59, .08); }
.hero-glow { position: absolute; z-index: -1; top: -240px; left: -320px; width: 760px; height: 760px; border-radius: 50%; background: rgba(204, 153, 255, .25); filter: blur(100px); }
.hero-aurora { position: absolute; z-index: -1; inset: 0; overflow: visible; pointer-events: none; }
.hero-aurora::before, .hero-aurora::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: .5; }
.hero-aurora::before { top: 4%; right: -6%; background: radial-gradient(circle, rgba(255, 111, 176, .5), transparent 65%); }
.hero-aurora::after { bottom: -8%; left: 30%; background: radial-gradient(circle, rgba(114, 56, 242, .34), transparent 65%); }
.mx-motion .hero-aurora::before { animation: drift-a 21s ease-in-out infinite alternate; }
.mx-motion .hero-aurora::after { animation: drift-b 27s ease-in-out infinite alternate; }
.hero-copy { min-width: 0; }
.hero h1 { max-width: 680px; margin: 0; font-size: calc(clamp(4.2rem, 6.7vw, 6.2rem) * var(--hero-scale, 1)); font-weight: 790; line-height: .9; letter-spacing: -.075em; text-wrap: balance; }
.hero h1 .eyebrow { display: block; line-height: 1.6; }
.mask-lines .line { display: block; overflow: clip; padding-block: .05em .14em; margin-block: -.05em -.14em; }
.hero h1 em { background: linear-gradient(115deg, transparent 42%, rgba(255, 246, 220, .92) 50%, transparent 58%) no-repeat -80% 0 / 220% 100%, linear-gradient(110deg, var(--purple), var(--pink)); background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; }
.mx-motion .hero h1 em { animation: glint 6.5s ease-in-out 1.8s infinite; }
.mx-motion .line-inner { display: inline-block; transform: translateY(118%); animation: line-up .85s var(--glide) both; animation-delay: calc(.12s + var(--h) * .11s); }
.mx-motion .hero-item { animation: rise .7s var(--glide) both; animation-delay: calc(.16s + var(--h) * .1s); }
.hero-lede { max-width: 560px; margin: 32px 0 0; color: #5f5967; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 30px 0 0; padding: 0; color: var(--muted); font-size: .82rem; list-style: none; }
.hero-proof li::before { content: "✓"; margin-inline-end: 7px; color: var(--purple); font-weight: 900; }
.hero-visual { position: relative; min-width: 0; margin: 0; padding: 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 30px; background: linear-gradient(140deg, #6b3ab2, #151020 42%, #071713); box-shadow: 0 42px 90px rgba(41, 24, 68, .24), 0 1px 0 rgba(255, 255, 255, .45) inset; animation: hero-in .8s cubic-bezier(.2,.7,.2,1) both; }
.hero-visual::before { content: ""; position: absolute; inset: -12%; z-index: -1; border-radius: 50%; background: rgba(157, 89, 255, .22); filter: blur(55px); }
.hero-visual img { width: 100%; border-radius: 20px; }
.hero-visual figcaption { padding: 12px 8px 2px; color: rgba(255, 255, 255, .68); font-size: .72rem; line-height: 1.45; text-align: center; }

.hero-stickers { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.sticker { position: absolute; padding: 10px 14px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; font-size: .78rem; font-weight: 800; letter-spacing: -.01em; box-shadow: 4px 5px 0 rgba(23, 18, 29, .85); transform: translateY(var(--bob, 0px)) rotate(var(--rot, 0deg)); transition: opacity .5s ease, scale .5s var(--glide); }
.hero-visual:is(:hover, :focus-within) .sticker { opacity: 0; scale: .86; transition-duration: .3s; }
.st-1 { top: -18px; inset-inline-end: 7%; --rot: 5deg; background: var(--acid); }
.st-2 { bottom: 30%; inset-inline-start: -30px; --rot: -6deg; border-radius: 16px; text-align: start; }
.st-2 b { display: block; font-size: .92rem; letter-spacing: -.02em; }
.st-2 small { display: block; margin-top: 1px; color: var(--muted); font-size: .64rem; font-weight: 700; }
.mx-motion .st-1 { animation: bob 5.2s ease-in-out .4s infinite alternate, sticker-in .6s var(--spring) .9s backwards; }
.mx-motion .st-2 { animation: bob 6.4s ease-in-out 1.1s infinite alternate, sticker-in .6s var(--spring) 1.1s backwards; }

.video-trigger { position: relative; display: block; overflow: hidden; border-radius: 20px; background: #080611; color: #fff; text-decoration: none; }
.video-trigger picture { display: block; }
.video-trigger::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4, 3, 9, .82)); pointer-events: none; }
.video-poster { aspect-ratio: 16 / 9; object-fit: contain; background: #080611; transition: transform .35s ease, opacity .35s ease; }
.video-trigger:hover .video-poster { transform: scale(1.012); opacity: .9; }
.video-play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 68px; height: 68px; padding-left: 4px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 42px rgba(4, 2, 10, .34); color: var(--purple); font-size: 1.2rem; transform: translate(-50%, -50%); transition: transform .35s var(--spring); }
.video-trigger:hover .video-play { transform: translate(-50%, -50%) scale(1.12); }
.mx-motion .video-play::after { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .6); animation: play-ping 2.8s ease-out 1.8s infinite; }
.video-label { position: absolute; z-index: 2; right: 22px; bottom: 19px; left: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; text-shadow: 0 2px 12px #000; }
.video-label strong, .video-label small { display: block; }
.video-label strong { font-size: .86rem; }
.video-label small { color: rgba(255, 255, 255, .72); font-size: .7rem; }
.video-frame { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 20px; background: #080611; }
main [id] { scroll-margin-top: 100px; }

.commerce-ticker { width: 100%; margin: -36px 0 108px; overflow: hidden; border-block: 2px solid var(--ink); background: var(--ink); color: #fff; transform: rotate(-1deg); }
.ticker-track { display: flex; align-items: center; gap: 26px; width: max-content; padding: 17px 0; animation: ticker 26s linear infinite; }
.commerce-ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span { font-size: .84rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.ticker-track b { color: var(--acid); font-size: 1rem; }


.section { padding: clamp(110px, 12vw, 154px) 0; }
.home-page .evidence, .home-page .privacy, .home-page .cta { content-visibility: auto; contain-intrinsic-size: auto 760px; }
.section-heading { max-width: 760px; margin-bottom: 64px; }
.section h2, .cta h2 { margin: 0; font-size: clamp(2.9rem, 5.1vw, 5.15rem); font-weight: 770; line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
.section-heading > p:last-child, .evidence-copy > p, .privacy-copy > p { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 52px; padding: 0; list-style: none; }
.steps li { padding: 28px; border: 1px solid var(--ink); border-radius: 20px; background: rgba(255, 255, 255, .74); box-shadow: 5px 6px 0 rgba(23, 18, 29, .9); transition: transform .35s var(--spring), box-shadow .35s var(--spring); }
.steps li:hover { transform: translate(-3px, -3px) rotate(-.4deg); box-shadow: 9px 10px 0 rgba(23, 18, 29, .9); }
.steps li:nth-child(1) { background: #ffe4d8; }
.steps li:nth-child(2) { background: #eadfff; }
.steps li:nth-child(3) { background: #efffc4; }
.steps li > span { color: var(--purple); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.steps h3 { margin: 30px 0 10px; font-size: 1.12rem; }
.steps p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.wide-shot, .evidence-shot, .privacy-shot { margin: 0; padding: 11px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 26px; background: #171020; box-shadow: var(--shadow-lg); }
.wide-shot img, .evidence-shot img, .privacy-shot img { width: 100%; border-radius: 16px; }

.research-stage { position: relative; padding: 46px; overflow: hidden; border: 2px solid var(--ink); border-radius: 38px; background: radial-gradient(circle at 84% 72%, rgba(72, 255, 181, .18), transparent 26rem), radial-gradient(circle at 10% 0, rgba(167, 89, 255, .38), transparent 28rem), #0b0911; box-shadow: 12px 14px 0 var(--ink); color: #fff; }
.research-stage::before { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 52px 52px; }
.store-track { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 12px; }
.store-track span, .store-track strong { padding: 10px 15px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: rgba(255, 255, 255, .08); font-size: .72rem; letter-spacing: .06em; transition: opacity .4s ease, background .4s ease, border-color .4s ease, color .4s ease; }
.store-track strong { background: var(--acid); color: var(--ink); }
.store-track i { color: #af94ff; font-style: normal; }

.demo-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(28px, 4vw, 54px); align-items: center; margin-top: 54px; }
.offer-feed { display: grid; gap: 12px; }
.offer-row { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 16px; background: rgba(255, 255, 255, .07); backdrop-filter: blur(6px); }
.offer-name { flex: 1; min-width: 0; font-size: .88rem; font-weight: 740; letter-spacing: -.01em; }
.offer-name small { display: block; margin-top: 3px; color: rgba(255, 255, 255, .55); font-size: .68rem; font-weight: 600; letter-spacing: .02em; }
.offer-price { font-size: 1.02rem; font-weight: 820; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.offer-tag { padding: 6px 10px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; font-size: .62rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.offer-base .offer-tag { color: rgba(255, 255, 255, .72); }
.offer-reject { border-style: dashed; opacity: .72; }
.offer-reject .offer-tag { border-color: rgba(255, 143, 143, .5); color: #ffb3b3; }
.offer-reject .offer-price { color: rgba(255, 255, 255, .4); }
.offer-match { border-color: rgba(214, 255, 88, .55); background: rgba(214, 255, 88, .1); }
.offer-match .offer-tag { border-color: transparent; background: var(--acid); color: var(--ink); }
.offer-note { margin: 4px 2px 0; color: rgba(255, 255, 255, .5); font-size: .74rem; }

.receipt-card { position: relative; z-index: 2; width: min(520px, 100%); margin: 0 auto; padding: 26px; border: 2px solid var(--ink); border-radius: 24px; background: #fffdf7; box-shadow: 15px 18px 0 rgba(0, 0, 0, .42); color: var(--ink); transform: rotate(-1.5deg); }
.receipt-card header { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px dashed rgba(23, 18, 29, .3); }
.receipt-card header img { border-radius: 12px; }
.receipt-card header small, .receipt-card header strong { display: block; }
.receipt-card header small { margin-bottom: 4px; color: var(--purple); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.receipt-card header strong { font-size: .95rem; }
.receipt-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px dashed rgba(23, 18, 29, .22); }
.receipt-row span { color: var(--muted); font-size: .8rem; }
.receipt-row strong { font-size: 1.02rem; letter-spacing: -.03em; }
.receipt-winner { margin: 10px -12px 0; padding: 14px 12px; border: 1px solid rgba(74, 133, 31, .25); border-radius: 14px; background: #efffd8; }
.receipt-winner strong { color: #07854e; font-size: 1.35rem; font-variant-numeric: tabular-nums; }
.receipt-was { color: var(--muted); text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: rgba(255, 63, 149, .55); font-variant-numeric: tabular-nums; }
.receipt-meta { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 0; }
.receipt-meta span { padding: 7px 9px; border-radius: 8px; background: #f1edf4; color: #5c5361; font-size: .65rem; font-weight: 720; }
.receipt-card footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 2px -12px -12px; padding: 16px 18px; border-radius: 14px; background: var(--ink); color: #fff; font-size: .72rem; }
.receipt-stamp { position: absolute; top: 30px; inset-inline-end: 16px; z-index: 3; padding: 9px 14px; border: 3px solid #0a8a52; border-radius: 10px; color: #0a8a52; font-size: .92rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; background: rgba(255, 253, 247, .55); box-shadow: 0 10px 26px rgba(7, 133, 78, .25); transform: rotate(8deg); }
.receipt-wait { position: absolute; top: 48%; left: 50%; z-index: 1; display: inline-flex; align-items: center; gap: 10px; width: max-content; color: var(--muted); font-size: .78rem; font-weight: 720; letter-spacing: .04em; opacity: 0; transform: translate(-50%, -50%); pointer-events: none; transition: opacity .35s ease; }
.receipt-wait span { width: 9px; height: 9px; border-radius: 50%; background: var(--purple); }
.mx-motion .receipt-wait span { animation: wait-pulse 1.2s ease-in-out infinite; }
.is-live:not(.p-verify) .receipt-wait { opacity: 1; }
.demo-note { position: relative; z-index: 1; margin: 26px 0 0; color: rgba(255, 255, 255, .45); font-size: .7rem; text-align: center; letter-spacing: .04em; }

.is-live .store-track span, .is-live .store-track strong { opacity: .4; background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .16); color: #fff; }
.is-live.p-search [data-step="1"] { animation: chip-on .45s ease both; }
.is-live.p-search [data-step="2"] { animation: chip-on .45s ease .8s both; }
.is-live.p-search [data-step="3"] { animation: chip-on .45s ease 1.6s both; }
.is-live.p-done [data-step="4"] { animation: chip-win .5s ease both; }
.is-live.p-search .store-track::after { content: ""; position: absolute; top: 50%; left: 4%; width: 9px; height: 9px; margin-top: -4px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px 3px rgba(214, 255, 88, .65); animation: spark 2.45s linear both; }

.is-live .offer-row, .is-live .offer-note { opacity: 0; transform: translateY(16px) scale(.98); transition: opacity .25s ease, transform .25s ease; }
.is-live.p-offers .offer-row, .is-live.p-offers .offer-note { opacity: 1; transform: none; transition: opacity .5s var(--glide), transform .5s var(--glide); }
.is-live.p-offers [data-offer="1"] { transition-delay: .05s; }
.is-live.p-offers [data-offer="2"] { transition-delay: .55s; }
.is-live.p-offers [data-offer="3"] { transition-delay: 1.1s; }
.is-live.p-offers [data-offer="4"] { transition-delay: 1.7s; }
.is-live.p-offers .offer-reject { opacity: .72; }

.is-live .receipt-card { opacity: .45; transform: rotate(-1.5deg) scale(.975); transition: opacity .45s ease, transform .45s ease; }
.is-live.p-verify .receipt-card { opacity: 1; transform: rotate(-1.5deg) scale(1); }
.is-live [data-rrow] { opacity: 0; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.is-live.p-verify [data-rrow] { opacity: 1; transform: none; transition: opacity .45s var(--glide), transform .45s var(--glide); }
.is-live.p-verify [data-rrow="1"] { transition-delay: .1s; }
.is-live.p-verify [data-rrow="2"] { transition-delay: .5s; }
.is-live.p-verify [data-rrow="3"] { transition-delay: 1.5s; }
.is-live.p-verify [data-rrow="4"] { transition-delay: 1.8s; }
.is-live.p-verify [data-rrow="5"] { transition-delay: 2.05s; }
.is-live.p-verify [data-rrow="6"] { transition-delay: 2.3s; }
.is-live .receipt-stamp { opacity: 0; transform: rotate(9deg) scale(1.9); }
.is-live.p-done .receipt-stamp { animation: stamp-in .5s var(--spring) .15s both; }
.is-live.p-done .receipt-winner { animation: winner-flash 1.1s ease .2s 1; }

.evidence, .privacy { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.signal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 40px; }
.signal-grid div { padding: 20px; border: 1px solid var(--ink); border-radius: 17px; background: var(--surface); box-shadow: 4px 5px 0 rgba(23, 18, 29, .86); transition: transform .35s var(--spring), box-shadow .35s var(--spring); }
.signal-grid div:hover { transform: translate(-2px, -2px); box-shadow: 7px 8px 0 rgba(23, 18, 29, .86); }
.signal-grid div:nth-child(2), .signal-grid div:nth-child(3) { background: #f0e7ff; }
.signal-grid div:nth-child(4) { background: #efffc7; }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { font-size: .92rem; }
.signal-grid span { margin-top: 7px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
/* Answers the three questions every launch thread asks. Same card DNA as .signal-grid
   (hairline + hard offset shadow) so the page does not grow a fifth card style. */
.claim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.claim-grid article { padding: 26px 24px; border: 1px solid var(--ink); border-radius: 20px; background: var(--surface); box-shadow: 5px 6px 0 rgba(23, 18, 29, .86); transition: transform .35s var(--spring), box-shadow .35s var(--spring); }
.claim-grid article:hover { transform: translate(-2px, -2px); box-shadow: 8px 9px 0 rgba(23, 18, 29, .86); }
.claim-grid article:nth-child(2) { background: #f0e7ff; }
.claim-grid article:nth-child(3) { background: #efffc7; }
.claim-grid h3 { margin: 0 0 12px; font-size: 1.05rem; letter-spacing: -.015em; }
.claim-grid p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.62; }

.section-caveat { max-width: 660px; margin: 26px 0 0; padding: 18px 20px; border-inline-start: 3px solid var(--purple); border-start-end-radius: 12px; border-end-end-radius: 12px; background: rgba(114, 56, 242, .05); color: var(--muted); font-size: .92rem; line-height: 1.6; }
.section-caveat strong { color: var(--ink); }

.story { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); align-items: start; gap: clamp(38px, 6vw, 84px); }
.story-copy > p { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.story-copy > p:first-child { margin-top: 0; }
.story-more { padding-top: 28px; border-top: 1px solid var(--line); }
.story-more strong { color: var(--ink); }
.story-sign { color: var(--ink) !important; font-size: 1rem !important; }
.story-aside { position: sticky; top: 104px; padding: 30px 28px; border: 1px solid var(--ink); border-radius: 24px; background: #f0e5d5; box-shadow: 7px 8px 0 var(--ink); }
.story-stat { margin: 0 0 22px; }
.story-stat strong { display: block; font-size: clamp(2.1rem, 3.4vw, 2.9rem); font-weight: 790; line-height: 1; letter-spacing: -.05em; }
.story-stat span { display: block; margin-top: 8px; color: #625b55; font-size: .84rem; line-height: 1.45; }
.story-note { margin: 0; padding-top: 20px; border-top: 1px solid rgba(31, 22, 36, .16); color: #625b55; font-size: .88rem; line-height: 1.55; }
.check-list { margin: 34px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-block: 12px; padding-inline: 34px 0; border-bottom: 1px solid var(--line); color: #4f4957; font-weight: 650; line-height: 1.5; }
.check-list li::before { content: "✓"; position: absolute; top: 12px; inset-inline-start: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #e4fced; color: #127142; font-size: .72rem; font-weight: 900; }

.current-shot { position: relative; transform: rotate(1.5deg); }
.current-shot figcaption { padding: 12px 5px 2px; color: rgba(255, 255, 255, .66); font-size: .7rem; text-align: center; }

.privacy { margin-bottom: clamp(100px, 10vw, 140px); padding: clamp(42px, 6vw, 72px); border: 2px solid var(--ink); border-radius: 38px; background: #14101b; box-shadow: 10px 12px 0 var(--ink); color: #fff; }
.privacy .eyebrow { color: var(--acid); }
.privacy-copy > p { color: #c8becd; }
.privacy .check-list li { border-color: rgba(255, 255, 255, .13); color: #ece6ef; }
.privacy .text-link { color: #fff; }
.privacy-receipt { position: relative; width: min(480px, 100%); margin: 0 auto; padding: 28px; border: 2px solid var(--ink); border-radius: 10px 10px 24px 24px; background: #fffdf7; box-shadow: 12px 14px 0 var(--purple); color: var(--ink); transform: rotate(-1.2deg); }
.privacy-receipt > header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px dashed rgba(23, 18, 29, .32); color: var(--purple); font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.privacy-receipt > header strong { color: var(--ink); }
.privacy-receipt-hero { display: flex; align-items: center; gap: 20px; padding: 28px 0; border-bottom: 1px dashed rgba(23, 18, 29, .32); }
.privacy-receipt-hero img { flex: 0 0 auto; border-radius: 22px; box-shadow: 0 14px 34px rgba(114, 56, 242, .22); }
.privacy-receipt-hero small, .privacy-receipt-hero strong { display: block; }
.privacy-receipt-hero small { margin-bottom: 8px; color: var(--muted); font-size: .65rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.privacy-receipt-hero strong { font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.05; letter-spacing: -.05em; }
.privacy-ledger { margin: 0; }
.privacy-ledger div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px dashed rgba(23, 18, 29, .22); }
.privacy-ledger dt { color: var(--muted); font-size: .78rem; }
.privacy-ledger dd { margin: 0; font-size: .82rem; font-weight: 800; text-align: end; }
.privacy-receipt footer { display: flex; align-items: center; justify-content: space-between; margin: 18px -12px -12px; padding: 16px 18px; border-radius: 14px; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 750; }
.privacy-receipt footer strong { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--acid); color: var(--ink); }

.cta { position: relative; width: min(1220px, calc(100% - 48px)); margin: 0 auto 80px; padding: clamp(70px, 9vw, 104px) 24px; overflow: hidden; border: 2px solid var(--ink); border-radius: 38px; background: radial-gradient(circle at 50% 120%, rgba(143, 88, 255, .72), transparent 46%), linear-gradient(140deg, #171020, #0c1513); box-shadow: 10px 12px 0 var(--ink); color: #fff; text-align: center; }
.cta-aurora { position: absolute; inset: -20%; pointer-events: none; }
.cta-aurora::before, .cta-aurora::after { content: ""; position: absolute; width: 46%; aspect-ratio: 1; border-radius: 50%; filter: blur(90px); opacity: .5; }
.cta-aurora::before { left: 6%; bottom: -12%; background: radial-gradient(circle, rgba(255, 63, 149, .5), transparent 65%); }
.cta-aurora::after { right: 4%; top: -8%; background: radial-gradient(circle, rgba(114, 56, 242, .55), transparent 65%); }
.mx-motion .cta-aurora::before { animation: drift-b 24s ease-in-out infinite alternate; }
.mx-motion .cta-aurora::after { animation: drift-a 30s ease-in-out infinite alternate; }
.cta > * { position: relative; }
.cta > img { margin: 0 auto 28px; border-radius: 22px; box-shadow: 0 16px 44px rgba(247, 67, 159, .28); }
.cta .eyebrow { color: #ddaaff; }
.cta p:not(.eyebrow) { margin: 24px 0 32px; color: #c5becd; }

.footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 38px 0 50px; border-top: 1px solid var(--line); }
.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.footer nav a { color: var(--muted); font-size: .82rem; text-decoration: none; }
.footer nav a:hover { color: var(--purple); }
.footer > p { grid-column: 1 / -1; margin: 8px 0 0; color: #aaa3af; font-size: .75rem; }

.cookie-banner { position: fixed; z-index: 80; inset-inline-end: 18px; bottom: 18px; display: flex; align-items: center; gap: 20px; max-width: 590px; padding: 16px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 18px; background: rgba(255, 255, 255, .9); box-shadow: 0 24px 70px rgba(22, 14, 30, .16); backdrop-filter: blur(20px) saturate(150%); }
.cookie-text { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-btn { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: inherit; font-size: .75rem; font-weight: 750; cursor: pointer; }
.cookie-accept { background: var(--ink); color: #fff; }

.support-hero {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(42px, 7vw, 94px);
  width: min(1220px, calc(100% - 48px));
  min-height: 700px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.support-hero h1 { margin: 0; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .95; letter-spacing: -.07em; }
.support-hero > div > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 1.15rem; line-height: 1.65; }
.support-hero figure { margin: 0; padding: 10px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; background: #171020; box-shadow: var(--shadow-lg); }
.support-hero figure img { border-radius: 15px; }
.support-hero figcaption { padding: 12px 4px 3px; color: #a9a0b4; font-size: .7rem; text-align: center; }
.guide-body .support-hero { grid-template-columns: 1fr .72fr; }
.panel-preview { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 15%, rgba(132, 63, 246, .48), transparent 20rem), #0b0911 !important; }
.panel-preview::before { content: "Current interface"; position: absolute; top: 20px; left: 20px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .08); color: #fff; font-size: .58rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.support-hero .panel-preview img { width: auto; max-height: 570px; margin: 30px auto 0; border-radius: 22px; box-shadow: 0 28px 70px rgba(0, 0, 0, .4); }
.guide-section { padding-top: 80px; }
.guide-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.guide-cards article { min-height: 280px; padding: 26px; border: 1px solid var(--ink); border-radius: 20px; background: rgba(255, 255, 255, .76); box-shadow: 4px 5px 0 rgba(23, 18, 29, .88); transition: transform .35s var(--spring), box-shadow .35s var(--spring); }
.guide-cards article:hover { transform: translate(-2px, -2px); box-shadow: 7px 8px 0 rgba(23, 18, 29, .88); }
.guide-cards article:nth-child(2) { background: #ffe6da; }
.guide-cards article:nth-child(3) { background: #ece1ff; }
.guide-cards article:nth-child(4) { background: #efffc7; }
.guide-cards article > span { color: var(--purple); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.guide-cards h3 { margin: 62px 0 12px; font-size: 1.15rem; }
.guide-cards p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.result-guide { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.result-guide figure { margin: 0; padding: 10px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; background: #171020; box-shadow: var(--shadow-lg); }
.result-guide figure img { border-radius: 15px; }
.result-guide > div > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); line-height: 1.65; }
.result-facts { margin: 34px 0 0; }
.result-facts div { padding: 18px 0; border-top: 1px solid var(--line); }
.result-facts dt { font-weight: 780; }
.result-facts dd { margin: 6px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.faq { padding-top: 90px; }
.faq-list { max-width: 920px; }
.faq-list details { border-top: 1px solid var(--line); transition: background .18s ease; }
.faq-list details:hover { background: rgba(255, 255, 255, .52); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 1.02rem; font-weight: 740; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--purple); font-size: 1.3rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 0 25px; color: var(--muted); font-size: .93rem; line-height: 1.65; }
.compact-cta { margin-top: 40px; }

.simple-page { display: grid; grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr); gap: clamp(44px, 8vw, 110px); width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 140px; }
.simple-page > div:first-child { position: sticky; top: 44px; align-self: start; }
.simple-page > .single { position: static; grid-column: 1 / -1; max-width: 720px; }
.simple-page h1 { margin: 0 0 24px; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .96; letter-spacing: -.065em; }
.simple-page > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.simple-page .lede { color: var(--purple) !important; font-weight: 740; }
.simple-card { margin-bottom: 14px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .82); box-shadow: 0 10px 28px rgba(41, 25, 57, .045); }
.simple-card h2 { margin: 0 0 14px; font-size: 1.18rem; letter-spacing: -.02em; }
.simple-card p, .simple-card li { color: var(--muted); font-size: .9rem; line-height: 1.67; }
.simple-card li + li { margin-top: 7px; }
.simple-card a { color: var(--purple); }
.simple-card code { font-size: .82em; overflow-wrap: anywhere; }
.primary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font: inherit; font-size: .86rem; font-weight: 760; text-decoration: none; cursor: pointer; }
.link-button { margin: 0; border: 0; background: none; color: var(--purple); padding: 0; font: inherit; text-decoration: underline; cursor: pointer; }

.compare-hero { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0 10px; }
.compare-hero h1 { max-width: 820px; margin: 0 0 26px; font-size: clamp(3rem, 6vw, 5.2rem); line-height: .95; letter-spacing: -.06em; }
.compare-languages { display: flex; gap: 16px; margin-bottom: 24px; font-size: .95rem; }
.compare-languages a { padding: 8px 0; text-underline-offset: 5px; }
.compare-languages a[aria-current] { font-weight: 700; }
.compare-page:lang(hi) { font-family: Inter, "Kohinoor Devanagari", "Nirmala UI", "Noto Sans Devanagari", sans-serif; }
.compare-page:lang(hi) :is(h1, h2, h3, .eyebrow, .verdict-tag) { line-height: 1.4; letter-spacing: 0; }
.compare-page:lang(hi) .site-header .nav > a:not(.button):not([href="#faq"]) { display: none; }
.compare-lede { max-width: 760px; margin: 0 0 18px; color: #5f5967; font-size: 1.14rem; line-height: 1.7; }
.compare-lede em { color: var(--ink); font-style: normal; font-weight: 740; }
.compare-disclosure { max-width: 760px; margin: 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .72); color: var(--muted); font-size: .82rem; line-height: 1.6; }
.compare-disclosure a { color: var(--purple); }
.compare-page .compare-verdict, .compare-page .compare-details, .compare-page .compare-story, .compare-page .faq { width: min(1120px, calc(100% - 48px)); }
.compare-verdict { padding: 64px 0 26px; }
.verdict-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: start; gap: clamp(14px, 2.2vw, 26px); }
.verdict-grid article { border-radius: 20px; }
.verdict-grid h2 { margin: 0; letter-spacing: -.03em; }
.verdict-tag { margin: 0 0 9px; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.verdict-grid .check-list { margin: 16px 0 0; }
.verdict-grid .check-list li:last-child { border-bottom: 0; }

.verdict-primary { padding: 32px; border: 2px solid var(--ink); background: #efffc4; box-shadow: 8px 9px 0 var(--ink); }
.verdict-primary .verdict-tag { color: var(--purple); }
.verdict-primary h2 { font-size: 1.55rem; }
.verdict-primary .check-list li { font-size: .95rem; font-weight: 660; border-color: rgba(31, 22, 36, .12); }
.verdict-cta { width: 100%; min-height: 50px; margin-top: 24px; }

.verdict-alt { padding: 26px 28px; margin-top: 14px; border: 1px solid var(--line); background: rgba(255, 255, 255, .6); }
.verdict-alt .verdict-tag { color: var(--muted); }
.verdict-alt h2 { font-size: 1.18rem; color: #4b4551; }
.verdict-alt .check-list li { color: var(--muted); font-size: .88rem; font-weight: 580; }
.verdict-alt .check-list li::before { content: "•"; background: none; color: rgba(109, 101, 113, .55); font-size: 1.15rem; font-weight: 400; }
.compare-details { padding-top: 34px; }
.compare-details .section-heading { margin-bottom: 38px; }
.compare-table-wrap { overflow-x: auto; border: 2px solid var(--ink); border-radius: 22px; background: var(--surface); box-shadow: 8px 9px 0 var(--ink); }
.compare-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .9rem; }
.compare-table th, .compare-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); line-height: 1.5; text-align: start; vertical-align: top; }
.compare-table thead th { border-bottom: 2px solid var(--ink); color: var(--muted); font-size: .74rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.compare-table tbody th { width: 17%; color: var(--muted); font-size: .8rem; font-weight: 720; }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table .col-muchita { background: rgba(214, 255, 88, .15); font-weight: 640; }
.compare-table thead th.col-muchita { color: var(--ink); }
.compare-note { max-width: 800px; margin: 18px 2px 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.compare-note a { color: var(--purple); }
.compare-story { padding-top: 30px; }
.compare-story .section-heading p { max-width: 720px; margin-top: 22px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.compare-story .section-heading p em { color: var(--ink); }
.compare-page .faq { padding-top: 20px; }
.compare-page .compare-limits, .compare-page .compare-sources, .compare-page .compare-index, .compare-page .compare-scope { width: min(1120px, calc(100% - 48px)); }
.compare-limits, .compare-sources, .compare-index, .compare-scope { padding: 34px 0 0; }
.compare-limits .section-heading, .compare-sources .section-heading, .compare-index .section-heading, .compare-scope .section-heading { margin-bottom: 30px; }
.limit-list { max-width: 860px; margin: 0; padding: 0; list-style: none; }
.limit-list li { position: relative; padding-block: 13px; padding-inline: 30px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .95rem; line-height: 1.6; }
.limit-list li::before { content: "—"; position: absolute; inset-inline-start: 0; color: var(--purple); font-weight: 800; }
.limit-list strong { color: var(--ink); }
.source-list { max-width: 900px; margin: 0; padding: 0; list-style: none; }
.source-list li { padding-block: 15px; border-bottom: 1px solid var(--line); font-size: .9rem; line-height: 1.6; }
.source-list li p { margin: 5px 0 0; color: var(--muted); font-size: .84rem; }
.source-list a { color: var(--purple); font-weight: 700; overflow-wrap: anywhere; }
.source-kind { display: inline-block; min-width: 74px; margin-inline-end: 10px; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.source-date { color: var(--muted); font-size: .78rem; }
.compare-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.compare-cards li { padding: 26px 28px; border: 2px solid var(--ink); border-radius: 20px; background: var(--surface); box-shadow: 6px 7px 0 var(--ink); }
.compare-cards h3 { margin: 8px 0 0; font-size: 1.25rem; font-weight: 780; letter-spacing: -.03em; line-height: 1.15; }
.compare-cards h3 a { color: var(--ink); text-decoration: none; }
.compare-cards h3 a:hover { color: var(--purple); }
.compare-cards li > p { margin: 12px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.compare-cards li > p.compare-card-tag { margin: 0; color: var(--purple); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.compare-cards li > p.compare-card-date { margin-top: 16px; font-size: .78rem; }

.js-live.mx-motion [data-reveal] { opacity: 0; transform: translateY(26px); }
.js-live.mx-motion [data-reveal][data-reveal-x] { transform: translateX(40px); }
.js-live.mx-motion [data-reveal].in { opacity: 1; transform: none; transition: opacity .65s ease, transform .8s var(--glide); transition-delay: calc(var(--i, 0) * .1s); }

@property --bob {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@keyframes hero-in {
  from { transform: translateY(18px) scale(.985); }
  to { transform: none; }
}

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

@keyframes line-up {
  to { transform: none; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@keyframes glint {
  0%, 46% { background-position: -80% 0, 0 0; }
  78%, 100% { background-position: 190% 0, 0 0; }
}

@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 4px rgba(248, 72, 159, .16); }
  46% { box-shadow: 0 0 0 11px rgba(248, 72, 159, 0); }
  100% { box-shadow: 0 0 0 4px rgba(248, 72, 159, 0); }
}

@keyframes play-ping {
  0% { transform: scale(1); opacity: .9; }
  70%, 100% { transform: scale(1.55); opacity: 0; }
}

@keyframes bob {
  from { --bob: -5px; }
  to { --bob: 6px; }
}

@keyframes sticker-in {
  from { opacity: 0; scale: .5; }
  to { opacity: 1; scale: 1; }
}

@keyframes drift-a {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-60px, 44px) scale(1.18); }
}

@keyframes drift-b {
  from { transform: translate(0, 0) scale(1.1); }
  to { transform: translate(70px, -36px) scale(.94); }
}

@keyframes chip-on {
  to { opacity: 1; background: rgba(255, 255, 255, .18); border-color: rgba(255, 255, 255, .55); }
}

@keyframes chip-win {
  to { opacity: 1; background: var(--acid); border-color: var(--acid); color: var(--ink); }
}

@keyframes spark {
  from { left: 4%; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  to { left: 95%; opacity: 0; }
}

@keyframes stamp-in {
  from { opacity: 0; transform: rotate(24deg) scale(1.9); }
  to { opacity: 1; transform: rotate(9deg) scale(1); }
}

@keyframes winner-flash {
  0% { background: #efffd8; }
  30% { background: var(--acid); }
  100% { background: #efffd8; }
}

@keyframes wait-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.45); opacity: .55; }
}

/* Language switcher: a real <a> list so crawlers can follow every locale. The header
   picker and the footer bar point at the same absolute URLs the hreflang links use. */
.lang-picker { position: relative; }
.lang-picker > summary { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border-radius: 999px; color: #57515f; font-size: .86rem; font-weight: 680; list-style: none; cursor: pointer; transition: background .2s ease, color .2s ease; }
.lang-picker > summary::-webkit-details-marker { display: none; }
.lang-picker > summary:hover, .lang-picker[open] > summary { background: rgba(114, 56, 242, .09); color: var(--purple); }
.lang-picker ul { position: absolute; z-index: 20; top: calc(100% + 10px); inset-inline-end: 0; display: grid; gap: 2px; min-width: 170px; margin: 0; padding: 8px; border: 1px solid rgba(255, 255, 255, .82); border-radius: 16px; background: rgba(255, 255, 255, .97); box-shadow: 0 18px 48px rgba(41, 25, 57, .18); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); list-style: none; }
.lang-picker a { display: block; padding: 9px 12px; border-radius: 10px; color: #57515f; font-size: .88rem; font-weight: 650; text-decoration: none; }
.lang-picker a:hover { background: rgba(114, 56, 242, .09); color: var(--purple); }

.lang-bar { width: min(1220px, calc(100% - 48px)); margin: 0 auto 56px; padding-top: 26px; border-top: 1px solid var(--line); }
.lang-bar-label { display: block; margin-bottom: 13px; color: var(--purple); font-size: .7rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.lang-bar ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.lang-bar a, .lang-bar span { display: inline-block; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .82rem; font-weight: 650; text-decoration: none; transition: border-color .2s ease, color .2s ease; }
.lang-bar a:hover { border-color: var(--purple); color: var(--purple); }
.lang-bar span { border-color: var(--ink); background: var(--ink); color: #fff; }
.lang-bar-note { margin: 20px 0 0; max-width: 640px; color: var(--muted); font-size: .76rem; line-height: 1.55; }

/* Offered, never forced: the suggestion waits for the cookie banner and sits on the
   opposite corner so the two never stack. */
.lang-suggest { position: fixed; z-index: 79; inset-inline-start: 18px; bottom: 18px; display: flex; align-items: center; gap: 16px; max-width: 430px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 18px; background: rgba(255, 255, 255, .94); box-shadow: 0 24px 70px rgba(22, 14, 30, .16); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); }
.lang-suggest p { margin: 0; font-size: .88rem; line-height: 1.45; }
.lang-suggest-actions { display: flex; align-items: center; gap: 6px; }
.lang-suggest .button-small { min-height: 40px; }
.lang-suggest button { padding: 10px 8px; border: 0; background: none; color: var(--muted); font: inherit; font-size: .82rem; font-weight: 650; white-space: nowrap; cursor: pointer; }
.lang-suggest button:hover { color: var(--ink); }

/* Display type is tuned for Latin: the tight tracking and the largest step both break
   Hebrew, whose words do not compress the same way. Japanese is left alone - its glyphs
   are wide enough that the Latin scale still reads. */
[dir="rtl"] .hero h1 { font-size: calc(clamp(3.2rem, 5.2vw, 4.8rem) * var(--hero-scale, 1)); letter-spacing: -.03em; }
[dir="rtl"] .section h2, [dir="rtl"] .cta h2 { letter-spacing: -.035em; }
[dir="rtl"] .story-stat strong, [dir="rtl"] .product-price { letter-spacing: -.02em; }

/* Direction-aware glyphs: arrows that mean "forward" have to point the other way in RTL. */
[dir="rtl"] .link-arrow-inline,
[dir="rtl"] .store-track i,
[dir="rtl"] .button-arrow { display: inline-block; transform: scaleX(-1); }
[dir="rtl"] .receipt-stamp { transform: rotate(-8deg); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .home-page .hero::after { inset-inline: 0; }
  .hero-copy { padding-left: 0; }
  .hero-visual { width: min(900px, 100%); margin: 30px auto 0; }
  .hero-visual::before { display: none; }
  .demo-grid { grid-template-columns: 1fr; }
  .receipt-card { margin-top: 8px; }
  .evidence, .privacy { grid-template-columns: 1fr; }
  .privacy-receipt { order: 2; }
  .privacy { padding: 54px; }
  .support-hero, .guide-body .support-hero, .result-guide { grid-template-columns: 1fr; }
  .guide-cards { grid-template-columns: 1fr 1fr; }
  .claim-grid { grid-template-columns: 1fr; }
  .simple-page { grid-template-columns: 1fr; }
  .simple-page > div:first-child { position: static; }
  .story { grid-template-columns: 1fr; }
  .story-aside { position: static; order: -1; }
  .story-stat { display: flex; align-items: baseline; gap: 14px; margin-bottom: 14px; }
  .story-stat span { margin-top: 0; }
}

@media (max-width: 900px) {
  .nav > a:not(.button) { display: none; }
  /* Brand + name + install button overflows a phone header, so the picker keeps the globe only. */
  .nav { gap: 10px; }
  .lang-picker > summary { gap: 0; padding: 10px; font-size: 1.05rem; }
  .lang-picker-name { display: none; }
  .anchor-strip { position: sticky; top: 82px; z-index: 9; display: flex; gap: 8px; width: min(1220px, calc(100% - 32px)); margin: 10px auto -14px; padding: 4px; overflow-x: auto; scrollbar-width: none; border: 1px solid rgba(255, 255, 255, .82); border-radius: 999px; background: rgba(255, 255, 255, .82); box-shadow: 0 8px 24px rgba(41, 25, 57, .07); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); scroll-snap-type: x proximity; overscroll-behavior-x: contain; }
  .anchor-strip::-webkit-scrollbar { display: none; }
  .anchor-strip a { flex: 0 0 auto; padding: 9px 15px; border-radius: 999px; color: #57515f; font-size: .82rem; font-weight: 700; text-decoration: none; white-space: nowrap; scroll-snap-align: start; }
  .anchor-strip a:hover, .anchor-strip a:focus-visible { background: rgba(114, 56, 242, .1); color: var(--purple); }
}

@media (max-width: 720px) {
  .site-header, .footer, .section, .anchor-strip, .lang-bar, .cta { width: min(100% - 28px, 1220px); }
  .site-header { top: 8px; width: min(100% - 16px, 1220px); min-height: 58px; margin-top: 8px; padding: 8px; border-radius: 17px; }
  .brand { font-size: .92rem; }
  .brand img { width: 38px; height: 38px; }
  .hero { width: min(100% - 28px, 1360px); min-height: auto; padding: 80px 0 92px; }
  .hero-glow { display: none; }
  .hero-aurora::before, .hero-aurora::after { display: none; }
  .home-page .hero::after { inset: 38px -8px 42px; border-radius: 30px; }
  .hero h1 { font-size: calc(clamp(3rem, 17vw, 5.6rem) * var(--hero-scale, 1)); }
  .hero-lede { margin-top: 26px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { padding: 7px; border-radius: 18px; transform: none; }
  .hero-visual img { border-radius: 12px; }
  .hero-visual figcaption { padding: 10px 5px 1px; }
  .hero-stickers { display: none; }
  .video-trigger, .video-frame { border-radius: 12px; }
  .video-play { width: 58px; height: 58px; }
  .video-label { right: 14px; bottom: 13px; left: 14px; }
  .video-label strong { font-size: .74rem; }
  .commerce-ticker { margin-top: -22px; margin-bottom: 84px; transform: none; }
  .ticker-track { gap: 20px; padding: 14px 0; }
  .section { padding: 96px 0; }
  .section-heading { margin-bottom: 42px; }
  .section h2, .cta h2 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .steps, .signal-grid, .claim-grid { grid-template-columns: 1fr; }
  .claim-grid { gap: 10px; }
  .claim-grid article { padding: 20px; border-radius: 16px; box-shadow: 4px 5px 0 rgba(23, 18, 29, .86); }
  .steps { gap: 10px; margin-bottom: 40px; }
  .steps li { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; padding: 18px 20px; border-radius: 16px; box-shadow: 4px 5px 0 rgba(23, 18, 29, .9); }
  .steps li > span { grid-row: 1 / span 2; align-self: start; padding-top: 3px; }
  .steps h3 { margin: 0; font-size: 1.02rem; }
  .steps p { font-size: .88rem; }
  .story-copy > p { font-size: 1.04rem; }
  .story-aside { padding: 24px 22px; border-radius: 20px; box-shadow: 5px 6px 0 var(--ink); }
  .section-caveat { padding: 16px 18px; font-size: .88rem; }
  .wide-shot, .evidence-shot, .privacy-shot { padding: 6px; border-radius: 16px; transform: none; }
  .wide-shot img, .evidence-shot img, .privacy-shot img { border-radius: 11px; }
  .research-stage { padding: 24px 18px 30px; border-radius: 26px; box-shadow: 6px 7px 0 var(--ink); }
  .store-track { flex-wrap: wrap; }
  .store-track i { display: none; }
  .is-live.p-search .store-track::after { display: none; }
  .demo-grid { margin-top: 34px; }
  .offer-row { padding: 13px 14px; gap: 10px; }
  .offer-name { font-size: .8rem; }
  .offer-price { font-size: .92rem; }
  .receipt-card { width: 100%; padding: 20px; transform: none; }
  .is-live .receipt-card { transform: scale(.985); }
  .is-live.p-verify .receipt-card { transform: none; }
  .receipt-winner strong { font-size: 1.2rem; }
  .receipt-stamp { top: 24px; inset-inline-end: 10px; padding: 7px 10px; font-size: .78rem; }
  .current-shot { transform: none; }
  .privacy { margin-bottom: 96px; padding: 34px 22px; border-radius: 26px; box-shadow: 6px 7px 0 var(--ink); }
  .privacy-receipt { width: 100%; padding: 22px; box-shadow: 6px 7px 0 var(--purple); transform: none; }
  .privacy-receipt-hero { align-items: flex-start; flex-direction: column; }
  .cta { margin-bottom: 40px; border-radius: 28px; box-shadow: 6px 7px 0 var(--ink); }
  .footer { grid-template-columns: 1fr; }
  .footer nav { justify-content: flex-start; }
  .cookie-banner { inset-inline: 12px; bottom: 12px; align-items: stretch; flex-direction: column; }
  .lang-suggest { inset-inline: 12px; bottom: 12px; max-width: none; align-items: stretch; flex-direction: column; gap: 12px; }
  .lang-suggest-actions { justify-content: space-between; }
  .cookie-actions { justify-content: flex-end; }
  .support-hero { width: min(100% - 28px, 1220px); min-height: auto; padding: 72px 0 90px; }
  .support-hero h1 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .support-hero figure { padding: 6px; transform: none; }
  .support-hero .panel-preview img { max-height: 520px; margin-top: 36px; }
  .guide-cards { grid-template-columns: 1fr; }
  .guide-cards article { min-height: 230px; }
  .guide-cards h3 { margin-top: 42px; }
  .simple-page { width: min(100% - 28px, 1120px); padding: 72px 0 100px; }
  .simple-card { padding: 22px; }
  .compare-hero { width: min(100% - 28px, 1120px); padding-top: 68px; }
  .compare-page .compare-verdict, .compare-page .compare-details, .compare-page .compare-story, .compare-page .faq,
  .compare-page .compare-limits, .compare-page .compare-sources, .compare-page .compare-index, .compare-page .compare-scope { width: min(100% - 28px, 1120px); }
  .compare-cards li { border-radius: 16px; box-shadow: 5px 6px 0 var(--ink); }
  .verdict-grid { grid-template-columns: 1fr; }
  .compare-table-wrap { border-radius: 16px; box-shadow: 6px 7px 0 var(--ink); }
}

@media (max-width: 430px) {
  .site-header { gap: 10px; }
  .brand { gap: 8px; font-size: .76rem; }
  .brand img { width: 34px; height: 34px; border-radius: 10px; }
  .button-small { min-height: 40px; padding: 0 12px; font-size: .72rem; }
  .hero h1 { font-size: clamp(2.85rem, 16vw, 4.25rem); }
  .hero-lede { font-size: 1rem; }
  .ticker-track span { font-size: .7rem; }
  .receipt-row { align-items: flex-start; }
  .offer-row { flex-wrap: wrap; row-gap: 7px; }
  .offer-name { flex: 1 1 100%; }
  .offer-price { order: 2; }
  .offer-tag { order: 3; margin-inline-start: auto; }
  .section h2, .cta h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-visual { animation: none; }
}

/* Season banner: one line under the header on every locale home page, pointing at the guide. */
.season-banner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 14px; width: min(1180px, calc(100% - 40px)); margin: 14px auto 0; padding: 12px 18px; border: 1px solid rgba(41, 25, 57, .12); border-radius: 14px; background: linear-gradient(120deg, rgba(248, 72, 159, .10), rgba(124, 58, 237, .10)); color: var(--ink); font-size: .95rem; line-height: 1.4; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.season-banner:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(41, 25, 57, .12); }
.season-tag { padding: 3px 10px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .7rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.season-text { color: #4f4957; font-weight: 600; }
.season-cta { color: var(--purple); font-weight: 780; white-space: nowrap; }
@media (max-width: 720px) { .season-banner { justify-content: flex-start; font-size: .9rem; } }

/* Guides: long-form pages that reuse the comparison layout plus a summary box, a table of contents,
   regional cards and a numbered checklist. */
.guide-summary { max-width: 760px; margin: 34px 0 0; padding: 22px 26px; border-radius: 18px; background: rgba(255, 255, 255, .72); border: 1px solid var(--line); }
.guide-summary .eyebrow { margin-bottom: 10px; }
.guide-summary p { margin: 8px 0 0; color: #4f4957; font-size: 1.02rem; line-height: 1.6; }
.guide-hero { padding-bottom: 28px; }
.guide-tool-start { max-width: 760px; margin: 24px 0 0; padding-inline-start: 16px; border-inline-start: 3px solid var(--purple); color: #4f4957; font-size: 1rem; line-height: 1.6; }
.guide-toc { margin: 32px 0 0; }
.guide-toc .eyebrow { margin-bottom: 8px; }
.guide-toc ol { display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.guide-toc li { counter-increment: toc; }
.guide-toc a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .7); color: var(--ink); font-size: .88rem; font-weight: 680; text-decoration: none; }
.guide-toc a::before { content: counter(toc); color: var(--purple); font-size: .78rem; font-weight: 820; }
.guide-toc a:hover { border-color: var(--purple); color: var(--purple); }
.guide-disclosure { margin-top: 40px; }
.guide-summary p:first-of-type { margin-top: 0; }
.guide-section .section-heading p + p { margin-top: 18px; }
.guide-section .section-heading strong { color: var(--ink); }
.guide-table th[scope="row"] { min-width: 150px; }
.guide-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 34px; }
.guide-cards article { padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .7); }
.guide-cards h3 { margin: 0 0 10px; font-size: 1.05rem; }
.guide-cards p { margin: 0; color: #4f4957; line-height: 1.6; }
.guide-card-source { margin-top: 12px !important; font-size: .88rem; }
.guide-card-source a { color: var(--purple); font-weight: 700; }
.guide-list { max-width: 820px; margin: 34px 0 0; padding: 0; list-style: none; }
.guide-list li { padding: 16px 0; border-top: 1px solid var(--line); color: #4f4957; line-height: 1.6; }
.guide-list li:last-child { border-bottom: 1px solid var(--line); }
.guide-list strong { display: block; margin-bottom: 4px; color: var(--ink); }
.guide-steps { max-width: 820px; margin: 34px 0 0; padding: 0; list-style: none; counter-reset: step; }
.guide-steps li { position: relative; counter-increment: step; padding: 18px 0 18px 64px; border-top: 1px solid var(--line); }
.guide-steps li:last-child { border-bottom: 1px solid var(--line); }
.guide-steps li::before { content: counter(step); position: absolute; left: 0; top: 16px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 820; }
.guide-steps h3 { margin: 0 0 6px; font-size: 1.02rem; }
.guide-steps p { margin: 0; color: #4f4957; line-height: 1.6; }
.guide-after { max-width: 760px; margin: 28px 0 0; color: #4f4957; font-size: 1.05rem; line-height: 1.7; }
.guide-after strong { color: var(--ink); }
.source-list { max-width: 820px; margin: 0; padding: 0; list-style: none; }
.source-list li { display: flex; flex-direction: column; gap: 4px; padding: 14px 0; border-top: 1px solid var(--line); }
.source-list li:last-child { border-bottom: 1px solid var(--line); }
.source-list a { color: var(--ink); font-weight: 740; text-decoration: none; }
.source-list a:hover { color: var(--purple); }
.source-list span { color: #6b6474; font-size: .92rem; }
html[dir="rtl"] .guide-steps li { padding: 18px 64px 18px 0; }
html[dir="rtl"] .guide-steps li::before { left: auto; right: 0; }
.guide-langs { display: flex; flex-wrap: wrap; gap: 6px 10px; align-items: baseline; max-width: 820px; margin: 22px 0 0; font-size: .9rem; color: #6b6474; }
.guide-langs span { margin-inline-end: 4px; font-weight: 700; color: var(--ink); }
.guide-langs a { color: var(--purple); font-weight: 680; text-decoration: none; }
.guide-langs a:hover { text-decoration: underline; }
.guide-breadcrumbs, .guide-byline { margin: 0 0 22px; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.guide-breadcrumbs a, .guide-byline a { color: var(--purple); }
.guide-season-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 14px 24px; margin: 0; padding: 0; list-style: none; }
.guide-season-links a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 680; line-height: 1.5; text-decoration: none; }
.guide-season-links a:hover { color: var(--purple); text-decoration: underline; }
.guide-more .compare-cards h3 a { color: var(--ink); text-decoration: none; }
.guide-more .compare-cards h3 a:hover { color: var(--purple); }
html[dir="rtl"] .guide-toc a::before { order: 2; }
.guide-desktop-note { max-width: 560px; margin: 18px auto 0; line-height: 1.6; }
@media print {
  body:has(#comparison-worksheet) { background: white; color: black; }
  body:has(#comparison-worksheet) > :not(main), body:has(#comparison-worksheet) main > :not(#comparison-worksheet) { display: none !important; }
  #comparison-worksheet { width: 100%; max-width: none; margin: 0; padding: 0; }
  #comparison-worksheet .section-heading { max-width: none; margin-bottom: 16px; }
  #comparison-worksheet h2 { font-size: 20pt; letter-spacing: normal; }
  #comparison-worksheet p, #comparison-worksheet th, #comparison-worksheet td { font-size: 10pt; line-height: 1.35; color: black; }
  #comparison-worksheet .compare-table-wrap { overflow: visible; margin-top: 12px; border-radius: 0; box-shadow: none; }
  #comparison-worksheet table { min-width: 0; width: 100%; table-layout: fixed; }
  #comparison-worksheet th:first-child { width: 40%; }
  #comparison-worksheet th, #comparison-worksheet td { min-width: 0; padding: 7px; border: 1px solid #777; }
  #comparison-worksheet tr { break-inside: avoid; }
}
