:root {
  --ink: #111318;
  --ink-2: #1b1d24;
  --paper: #f4f2eb;
  --paper-2: #e7e4db;
  --blue: #84e9ff;
  --blue-deep: #19c7eb;
  --violet: #9d88ff;
  --coral: #ff755b;
  --lime: #cbff62;
  --white: #fff;
  --muted: #a8abb4;
  --border-dark: rgba(255,255,255,.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 30px 80px rgba(0,0,0,.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 12px 16px; background: white; color: black; transform: translateY(-140%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 14px; left: 50%; width: min(1180px, calc(100% - 30px)); min-height: 68px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 10px 22px; color: #fff; background: rgba(17,19,24,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; backdrop-filter: blur(18px); transition: background .3s, box-shadow .3s, top .3s; }
.site-header.scrolled { top: 8px; background: rgba(17,19,24,.9); box-shadow: 0 12px 40px rgba(0,0,0,.25); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 850; letter-spacing: -.06em; }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 25px; height: 25px; transform: rotate(-7deg); }
.brand-mark i { display: block; flex: 1; height: 21px; border: 3px solid currentColor; border-radius: 4px 4px 10px 10px; }
.brand-mark i:last-child { height: 15px; }
.desktop-nav { display: flex; gap: 30px; align-items: center; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 650; color: #d7d8db; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--blue); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.button { appearance: none; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 24px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.button-small { min-height: 45px; padding-inline: 20px; font-size: 13px; }
.button-light { background: #fff; color: var(--ink); }
.button-primary { background: var(--blue); color: var(--ink); box-shadow: 0 12px 34px rgba(25,199,235,.22); }
.button-primary:hover { background: #aaf1ff; box-shadow: 0 16px 40px rgba(25,199,235,.3); }
.button-primary svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-dark { background: var(--ink); color: white; }
.button-large { min-height: 62px; padding-inline: 32px; font-size: 15px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 880px; padding: 170px max(7vw, 30px) 60px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 60px; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .9; pointer-events: none; }
.glow-one { width: 620px; height: 620px; right: -160px; top: 50px; background: radial-gradient(circle, rgba(157,136,255,.34), rgba(157,136,255,0) 67%); }
.glow-two { width: 500px; height: 500px; left: 28%; bottom: -290px; background: radial-gradient(circle, rgba(132,233,255,.18), transparent 69%); }
.hero-grain { position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow, .section-index { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #d3d5da; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(203,255,98,.12); }
.hero h1 { margin: 0; max-width: 790px; font-size: clamp(58px, 7.2vw, 108px); font-weight: 780; line-height: .91; letter-spacing: -.075em; }
.hero h1 em { color: var(--blue); font-style: normal; font-weight: 540; }
.hero-lead { max-width: 620px; margin: 34px 0 0; color: #babdc5; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: #fff; font-size: 14px; font-weight: 720; }
.text-link span { color: var(--blue); }
.microcopy { margin: 20px 0 0; color: #777b85; font-size: 11px; }
.hero-visual { position: relative; z-index: 2; min-height: 590px; display: grid; place-items: center; }
.phone-shell { position: relative; width: 320px; padding: 11px; border-radius: 48px; background: linear-gradient(150deg, #4a4e58, #13151a 25%, #050506 78%, #353842); box-shadow: 0 55px 100px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.16); transform: rotate(4deg); animation: float 6s ease-in-out infinite; }
.phone-shell::before { content: ""; position: absolute; top: 19px; left: 50%; z-index: 3; width: 98px; height: 27px; border-radius: 20px; transform: translateX(-50%); background: #090a0c; }
.phone-screen { position: relative; height: 620px; overflow: hidden; color: var(--ink); background: #f8f8f3; border-radius: 38px; }
.real-app-screen { position: absolute; inset: 0; overflow: hidden; background: #07080a; }
.real-app-screen::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.05) 58%, rgba(5,6,8,.8) 88%, rgba(5,6,8,.96)); }
.real-app-screen img { position: absolute; z-index: 1; width: 600%; max-width: none; height: auto; left: -252%; top: -35.3%; filter: saturate(1.08) contrast(1.04); }
.live-interface-label { position: absolute; z-index: 3; top: 42px; left: 50%; width: max-content; padding: 7px 10px; display: inline-flex; align-items: center; gap: 6px; transform: translateX(-50%); color: white; background: rgba(12,14,18,.76); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; backdrop-filter: blur(9px); font-size: 7px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.live-interface-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(203,255,98,.12); }
.screen-demo-cta { position: absolute; z-index: 3; left: 16px; right: 16px; bottom: 16px; min-height: 50px; padding: 10px 14px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: rgba(132,233,255,.96); border: 1px solid rgba(255,255,255,.3); border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.4); cursor: pointer; font-size: 9px; font-weight: 820; }
.screen-demo-cta .scan-icon { width: 24px; height: 24px; }
.screen-demo-cta .scan-icon i { border-color: var(--ink); }
.screen-demo-cta b { margin-left: auto; font-size: 16px; }
.phone-status { display: flex; justify-content: space-between; padding: 13px 23px 9px; font-size: 9px; font-weight: 800; }
.phone-topbar { display: flex; align-items: center; justify-content: space-between; padding: 20px 21px 18px; }
.phone-topbar small { display: block; color: #777a81; font-size: 10px; }
.phone-topbar strong { display: block; margin-top: 3px; font-size: 16px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 800; }
.credit-card { margin: 0 16px; padding: 20px; min-height: 174px; color: #fff; border-radius: 22px; background: radial-gradient(circle at 85% 10%, rgba(157,136,255,.65), transparent 35%), linear-gradient(135deg, #171a20, #292d38); box-shadow: 0 18px 30px rgba(16,18,25,.16); }
.card-top { display: flex; justify-content: space-between; color: #bfc2ca; font-size: 9px; }
.mini-logo { color: white; font-size: 12px; font-weight: 850; letter-spacing: -.05em; }
.balance { display: block; margin: 19px 0 23px; font-size: 35px; line-height: 1; letter-spacing: -.05em; }
.limit-row { display: flex; justify-content: space-between; margin-bottom: 8px; color: #c6c8cf; font-size: 8px; }
.limit-row b { color: white; }
.limit-track { height: 5px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.18); }
.limit-track i { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--blue); transform-origin: left; animation: loadbar 1.5s .8s both; }
.scan-button { width: calc(100% - 32px); margin: 18px 16px 0; padding: 15px 16px; display: flex; align-items: center; gap: 12px; text-align: left; border: 0; border-radius: 18px; color: white; background: var(--coral); cursor: pointer; box-shadow: 0 13px 22px rgba(255,117,91,.24); }
.scan-button > span:nth-child(2) { flex: 1; }
.scan-button strong, .scan-button small { display: block; }
.scan-button strong { font-size: 12px; }
.scan-button small { margin-top: 2px; color: rgba(255,255,255,.75); font-size: 8px; }
.scan-button > b { font-size: 18px; }
.scan-icon { position: relative; width: 29px; height: 29px; }
.scan-icon i { position: absolute; width: 9px; height: 9px; border-color: white; border-style: solid; }
.scan-icon i:nth-child(1) { top: 0; left: 0; border-width: 2px 0 0 2px; }
.scan-icon i:nth-child(2) { top: 0; right: 0; border-width: 2px 2px 0 0; }
.scan-icon i:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.scan-icon i:nth-child(4) { bottom: 0; right: 0; border-width: 0 2px 2px 0; }
.recent-label { display: flex; justify-content: space-between; padding: 20px 19px 10px; font-size: 9px; font-weight: 800; }
.recent-label button { padding: 0; color: #777; border: 0; background: none; font-size: 8px; }
.empty-activity { margin: 0 16px; padding: 23px; text-align: center; color: #92949a; border: 1px dashed #d7d7d2; border-radius: 17px; font-size: 8px; }
.tiny-bubbles i { display: inline-block; width: 13px; height: 13px; margin: -2px; border: 2px solid #d4d3cc; border-radius: 50%; }
.phone-nav { position: absolute; left: 12px; right: 12px; bottom: 9px; display: flex; justify-content: space-around; padding: 11px 0 6px; background: rgba(255,255,255,.9); border: 1px solid #ecebe5; border-radius: 18px; box-shadow: 0 5px 20px rgba(0,0,0,.06); }
.phone-nav span { color: #aaabb0; font-size: 14px; text-align: center; }
.phone-nav span.active { color: var(--coral); }
.phone-nav small { display: block; margin-top: 2px; font-size: 6px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 650px; height: 650px; }
.floating-tag { position: absolute; z-index: 3; padding: 10px 15px 10px 10px; display: flex; align-items: center; gap: 8px; color: #fff; background: rgba(39,42,50,.82); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; backdrop-filter: blur(12px); box-shadow: 0 14px 30px rgba(0,0,0,.22); font-size: 11px; font-weight: 750; }
.floating-tag span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 10px; }
.tag-one { top: 25%; left: 0; animation: drift 5s ease-in-out infinite; }
.tag-two { right: -5px; bottom: 24%; animation: drift 5s 1s ease-in-out infinite; }
.tag-two span { background: var(--violet); }
.hero-foot { position: absolute; z-index: 2; left: max(7vw,30px); right: max(7vw,30px); bottom: 28px; display: flex; align-items: center; gap: 16px; color: #777b84; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.hero-foot div { flex: 1; height: 1px; background: rgba(255,255,255,.08); }
.scan-overlay { position: absolute; z-index: 5; inset: 0; padding: 75px 24px 24px; color: white; text-align: center; background: linear-gradient(180deg, rgba(11,13,18,.96), rgba(16,19,25,.99)); transform: translateY(105%); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.scan-overlay.active { transform: translateY(0); }
.scan-overlay .scan-close { position: absolute; top: 54px; right: 20px; color: white; background: none; border: 0; font-size: 24px; cursor: pointer; }
.scan-overlay > small { display: block; color: var(--blue); font-size: 8px; letter-spacing: .16em; }
.scan-overlay > strong { display: block; margin: 8px auto 42px; max-width: 200px; font-size: 18px; }
.scanner-frame { position: relative; width: 225px; height: 225px; margin: 0 auto 28px; display: grid; place-items: center; }
.scanner-frame i { position: absolute; width: 44px; height: 44px; border-color: var(--blue); border-style: solid; }
.scanner-frame i:nth-child(1) { top: 0; left: 0; border-width: 3px 0 0 3px; border-radius: 15px 0 0; }
.scanner-frame i:nth-child(2) { top: 0; right: 0; border-width: 3px 3px 0 0; border-radius: 0 15px 0 0; }
.scanner-frame i:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 3px 3px; border-radius: 0 0 0 15px; }
.scanner-frame i:nth-child(4) { right: 0; bottom: 0; border-width: 0 3px 3px 0; border-radius: 0 0 15px; }
.scanner-frame svg { width: 110px; fill: rgba(255,255,255,.9); }
.scanner-frame span { position: absolute; left: 6px; right: 6px; top: 20%; height: 2px; background: var(--coral); box-shadow: 0 0 20px var(--coral); animation: scan 2.4s ease-in-out infinite alternate; }
.scan-overlay p { color: #767a84; font-size: 8px; }

.trust-strip { overflow: hidden; padding: 18px 0; color: var(--ink); background: var(--blue); border-bottom: 1px solid rgba(0,0,0,.12); }
.marquee { width: max-content; display: flex; gap: 42px; animation: marquee 22s linear infinite; }
.marquee span { font-size: 11px; font-weight: 850; letter-spacing: .12em; white-space: nowrap; }
.marquee i { margin-left: 42px; font-style: normal; }
.section-pad { padding: 120px max(7vw, 30px); }
.section-index { color: #707279; }
.intro {
  background-color: #f4e7d1;
  background-image: url('/original-assets/chill-plans-background.png');
  background-size: cover;
  background-position: center;
}
.intro .intro-copy {
  padding: 24px;
  background: rgba(255, 247, 231, .88);
  border-radius: 18px;
  backdrop-filter: blur(5px);
}
.intro > .section-index { color: #595348; }
.intro > .section-index { margin-bottom: 52px; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.intro h2, .section-heading h2, .scan-copy h2, .security-title h2, .responsible h2, .faq h2, .final-cta h2 { margin: 0; font-size: clamp(46px, 6vw, 86px); line-height: .98; letter-spacing: -.065em; }
.intro h2 span, .security-title h2 span { color: #96979a; font-weight: 500; }
.intro h2 span { color: #655e52; }
.intro h2 .type-visual, .intro h2 .type-word, .intro h2 .type-char { color: inherit; font-weight: inherit; }
.type-word { white-space: nowrap; }
.type-ready .type-char { visibility: hidden; }
.type-ready .type-char.is-typed { visibility: visible; }
@media (prefers-reduced-motion: reduce) {
  .type-ready .type-char { visibility: visible; }
}
.intro-copy p { margin: 0; max-width: 520px; color: #4f5157; font-size: 17px; line-height: 1.65; }
.intro-copy p + p { margin-top: 18px; }
.how { background: #e5e2d9; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 64px; }
.section-heading .section-index, .security-title .section-index, .scan-copy .section-index, .faq-heading .section-index { display: block; margin-bottom: 28px; }
.section-heading h2 em, .scan-copy h2 em, .final-cta h2 em { font-style: normal; color: var(--coral); font-weight: 520; }
.section-heading > p { max-width: 340px; margin: 0 0 8px; color: #64666b; line-height: 1.6; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 570px; padding: 24px; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-lg); }
.step-number { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; opacity: .6; }
.step-art { flex: 1; min-height: 290px; display: grid; place-items: center; position: relative; }
.step-card h3 { margin: 0 0 11px; font-size: 25px; letter-spacing: -.035em; }
.step-card p { margin: 0; max-width: 340px; font-size: 14px; line-height: 1.55; opacity: .7; }
.step-dark { color: white; background: var(--ink); }
.step-blue { color: var(--ink); background: var(--blue); }
.step-cream { color: var(--ink); background: #f8f5eb; }
.id-card { position: relative; width: 235px; height: 145px; padding: 26px 20px; display: flex; gap: 18px; align-items: center; color: var(--ink); background: linear-gradient(140deg,#fff,#dedbd0); border-radius: 16px; box-shadow: 0 25px 35px rgba(0,0,0,.25); transform: rotate(-7deg); }
.id-card::after { content: "IDENTITY"; position: absolute; left: 20px; top: 10px; font-size: 6px; letter-spacing: .2em; color: #777; }
.id-card b { position: absolute; right: 15px; bottom: 12px; font-size: 19px; }
.id-photo { width: 57px; height: 70px; display: grid; place-items: end center; overflow: hidden; border-radius: 8px; background: var(--violet); }
.id-photo span { width: 35px; height: 45px; background: var(--ink); border-radius: 50% 50% 8px 8px; transform: translateY(8px); }
.id-lines { flex: 1; display: grid; gap: 8px; }
.id-lines i { height: 5px; border-radius: 10px; background: #b8b6ae; }
.id-lines i:nth-child(2) { width: 70%; }
.verified-badge { position: absolute; right: 10%; bottom: 16%; padding: 9px 13px; color: var(--ink); background: var(--lime); border-radius: 999px; box-shadow: 0 10px 20px rgba(0,0,0,.2); font-size: 9px; font-weight: 800; }
.limit-art { align-content: center; text-align: center; }
.limit-caption { margin-bottom: 15px; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.limit-art > strong { display: block; font-size: clamp(52px, 6vw, 82px); letter-spacing: -.075em; }
.limit-art > strong small { font-size: 20px; }
.approval-pill { width: max-content; margin: 22px auto 0; padding: 10px 12px 10px 15px; display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.55); border-radius: 999px; font-size: 10px; font-weight: 750; }
.approval-pill span { width: 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; }
.qr-art { overflow: hidden; }
.mini-qr { width: 170px; height: 170px; padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 8px; background: white; box-shadow: 0 18px 40px rgba(17,19,24,.12); }
.mini-qr i { background: var(--ink); }
.mini-qr i:nth-child(2), .mini-qr i:nth-child(4), .mini-qr i:nth-child(9) { background: transparent; border: 8px solid var(--ink); }
.scan-line { position: absolute; z-index: 2; width: 225px; height: 3px; background: var(--coral); box-shadow: 0 3px 20px var(--coral); animation: scan 2.2s ease-in-out infinite alternate; }
.qr-art > span { position: absolute; bottom: 16px; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.steps-note { margin: 22px 0 0; color: #767870; font-size: 11px; }

.scan-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 860px; overflow: hidden; }
.scan-copy { display: flex; flex-direction: column; justify-content: center; color: white; background: var(--coral); }
.scan-copy .section-index { color: rgba(17,19,24,.6); }
.scan-copy h2 em { color: var(--ink); }
.scan-copy > p { max-width: 520px; margin: 30px 0 0; color: rgba(17,19,24,.7); font-size: 17px; line-height: 1.65; }
.scan-list { margin: 43px 0 36px; padding: 0; list-style: none; border-top: 1px solid rgba(17,19,24,.15); }
.scan-list li { padding: 18px 0; display: flex; gap: 25px; align-items: center; border-bottom: 1px solid rgba(17,19,24,.15); font-size: 14px; font-weight: 700; }
.scan-list span { font-size: 9px; opacity: .55; }
.scan-copy .button { align-self: flex-start; }
.scan-stage { position: relative; min-height: 760px; display: grid; place-items: center; isolation: isolate; overflow: hidden; background: #07090d; }
.scan-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 54% 47%, rgba(77,242,255,.2), transparent 29%), radial-gradient(circle at 49% 55%, rgba(17,87,115,.24), transparent 48%); }
.scan-stage-glow { position: absolute; width: min(72%, 480px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(110,247,255,.27), rgba(38,180,211,.11) 35%, transparent 68%); filter: blur(14px); transform: translateY(8%); }
.scan-3d-scene { position: relative; z-index: 2; width: min(420px, 72%); transform-style: preserve-3d; will-change: transform; filter: drop-shadow(0 36px 28px rgba(0,0,0,.5)); opacity: 0; transform: perspective(1200px) translate3d(42px, 115px, -160px) rotateX(9deg) rotateY(-19deg) rotateZ(7deg) scale(.78); transition: transform 1.25s cubic-bezier(.16,1,.3,1), opacity .75s ease-out, filter .5s ease; }
.scan-3d-scene img { display: block; width: 100%; height: auto; }
.scan-stage.scan-3d-ready .scan-3d-scene { opacity: 1; transform: perspective(1200px) translate3d(var(--scan-x, 0px), var(--scan-y, 0px), 0) rotateX(var(--scan-rx, 0deg)) rotateY(var(--scan-ry, 0deg)) rotateZ(2deg) scale(1); }
.scan-stage.scan-3d-ready .scan-stage-glow { animation: scan-phone-glow 2.2s 1.05s ease-out both; }
.success-chip { position: absolute; z-index: 3; right: max(5%, 28px); bottom: 22%; padding: 12px 18px 12px 12px; display: flex; gap: 12px; align-items: center; background: white; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,.35); opacity: 0; transform: translateY(28px) scale(.9); }
.scan-stage.scan-3d-ready .success-chip { animation: success-pop .75s 1.15s cubic-bezier(.18,1.45,.5,1) both, drift 5s 1.9s ease-in-out infinite; }
.success-chip > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 850; }
.success-chip small, .success-chip strong { display: block; }
.success-chip small { font-size: 6px; letter-spacing: .12em; color: #888; }
.success-chip strong { margin-top: 3px; font-size: 11px; }
@keyframes success-pop { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes scan-phone-glow { 0% { opacity: 0; transform: translateY(8%) scale(.55); } 55% { opacity: 1; } 100% { opacity: .7; transform: translateY(8%) scale(1.08); } }

.security { background: var(--paper); }
.security-title { margin-bottom: 70px; }
.security-content { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: stretch; }
.partner-card { min-height: 480px; display: grid; grid-template-rows: minmax(230px, 1.08fr) 1fr; overflow: hidden; color: white; background: var(--ink); border-radius: var(--radius-lg); }
.partner-art { display: grid; place-items: center; min-height: 230px; overflow: hidden; background: var(--lime); }
.partner-art img { display: block; width: min(188px, 45%); height: auto; }
.partner-card-copy { display: flex; flex-direction: column; padding: 32px 38px 34px; }
.partner-card p { max-width: 440px; margin: 0; color: #c9ccd2; font-size: 16px; line-height: 1.58; }
.partner-card a { width: max-content; margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 13px; font-weight: 750; }
.partner-card a span { margin-left: 15px; color: var(--blue); }
.security-points { display: grid; }
.security-points article { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; padding: 30px 0; border-top: 1px solid #cfcdc5; }
.security-points article:last-child { border-bottom: 1px solid #cfcdc5; }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; color: var(--ink); background: var(--blue); border-radius: 16px; font-size: 23px; }
.security-points h3 { margin: 2px 0 8px; font-size: 20px; letter-spacing: -.03em; }
.security-points p { margin: 0; max-width: 450px; color: #696b70; line-height: 1.55; }
.responsible { padding-top: 0; background: var(--paper); }
.responsible-card { display: grid; grid-template-columns: auto 1fr .65fr; align-items: center; gap: 48px; padding: 50px; color: var(--ink); background: var(--lime); border-radius: var(--radius-lg); }
.responsible-icon { width: 105px; height: 105px; display: grid; place-items: center; border: 4px solid var(--ink); border-radius: 50%; font-size: 44px; font-weight: 900; letter-spacing: -.08em; }
.responsible-icon span { position: absolute; transform: translate(20px,-18px); font-size: 18px; }
.responsible h2 { margin-top: 15px; font-size: clamp(36px, 4vw, 58px); }
.responsible-card > p { margin: 0; color: rgba(17,19,24,.65); line-height: 1.6; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; color: white; background: var(--ink); }
.faq-heading { position: sticky; top: 125px; align-self: start; }
.faq-heading h2 { font-size: clamp(52px,6vw,82px); }
.faq-heading p { color: #8f929b; }
.accordion { border-top: 1px solid var(--border-dark); }
.faq-item { border-bottom: 1px solid var(--border-dark); }
.faq-item button { width: 100%; min-height: 95px; padding: 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: white; background: none; border: 0; text-align: left; cursor: pointer; }
.faq-item button span { font-size: 18px; font-weight: 700; }
.faq-item button i { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid #4c4f57; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 1px; transform: translate(-50%,-50%); background: var(--blue); }
.faq-item button i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .25s; }
.faq-item.is-open button i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { max-width: 680px; margin: -4px 0 32px; color: #9699a1; line-height: 1.7; }
.faq-item.is-open .faq-answer { max-height: 220px; }
.final-cta { position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate; overflow: hidden; text-align: center; color: white; background: #181b22; perspective: 1200px; }
.cta-image-layer { position: absolute; z-index: -3; inset: -7%; transform: translate3d(var(--cta-image-x, 0px), var(--cta-image-y, 0px), 0) scale(1.08); will-change: transform; transition: transform .7s ease-out; }
.cta-image-layer img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 51%; }
.cta-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(6,9,11,.83) 0%, rgba(6,9,11,.52) 44%, rgba(6,9,11,.28) 100%), linear-gradient(0deg, rgba(5,7,9,.45), rgba(5,7,9,.08)); }
.final-cta::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(120deg, rgba(255,232,176,.10), transparent 30%, rgba(255,255,255,.08) 66%, transparent 82%); pointer-events: none; }
.cta-orb { position: absolute; z-index: 0; width: 480px; height: 480px; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.orb-left { left: -270px; bottom: -200px; background: radial-gradient(circle,var(--coral),rgba(255,117,91,0) 68%); opacity: .38; }
.orb-right { right: -260px; top: -220px; background: radial-gradient(circle,var(--violet),rgba(157,136,255,0) 68%); opacity: .4; }
.cta-content { position: relative; z-index: 2; width: min(860px, calc(100% - 44px)); min-height: 540px; padding: 62px 54px 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 2px solid rgba(255,247,218,.78); border-radius: 46px; background: linear-gradient(135deg, rgba(255,246,218,.21), rgba(18,25,15,.36) 48%, rgba(255,214,150,.18)); box-shadow: inset 0 2px 1px rgba(255,255,255,.45), inset 0 -1px 0 rgba(255,210,145,.3), 0 32px 80px rgba(0,0,0,.36), 0 0 45px rgba(255,205,117,.22); backdrop-filter: blur(13px) saturate(1.18); transform: translate3d(var(--cta-copy-x, 0px), var(--cta-copy-y, 0px), 30px) rotateX(var(--cta-copy-rx, 0deg)) rotateY(var(--cta-copy-ry, 0deg)); will-change: transform; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.cta-content::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: linear-gradient(112deg, rgba(255,255,255,.27), transparent 22%, transparent 74%, rgba(255,245,211,.25)); pointer-events: none; }
.cta-badge { position: relative; z-index: 1; display: inline-block; margin-bottom: 34px; padding: 11px 25px; color: #efffc9; border: 1px solid rgba(245,255,223,.65); border-radius: 999px; background: rgba(18,30,16,.30); box-shadow: inset 0 1px 1px rgba(255,255,255,.25); font-size: 10px; font-weight: 850; letter-spacing: .28em; }
.final-cta h2 { position: relative; z-index: 1; font-size: clamp(52px, 7vw, 88px); line-height: .95; text-shadow: 0 4px 22px rgba(8,18,4,.38); }
.final-cta h2 em { color: #d9ffad; }
.final-cta p { position: relative; z-index: 1; margin: 26px 0 32px; color: rgba(255,255,255,.88); font-size: 19px; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.final-cta .button { position: relative; z-index: 1; margin: 0 auto; min-width: 290px; color: #171a17; background: linear-gradient(105deg, #fffdf4, #efe9d8 52%, #fff6d7); border: 1px solid rgba(255,255,255,.85); box-shadow: inset 0 1px 1px #fff, 0 12px 28px rgba(0,0,0,.22); }
.final-cta small { position: relative; z-index: 1; display: block; margin-top: 25px; color: rgba(255,255,255,.78); font-size: 10px; text-shadow: 0 1px 6px rgba(0,0,0,.38); }
.cta-bubbles { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.cta-bubbles i { position: absolute; bottom: -12%; width: var(--bubble-size); height: var(--bubble-size); border: 1px solid rgba(255,250,215,.58); border-radius: 50%; background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.82), rgba(255,255,255,.14) 28%, rgba(255,231,149,.09) 50%, transparent 70%); box-shadow: inset -2px -3px 5px rgba(255,205,114,.24), 0 0 12px rgba(255,239,177,.22); opacity: 0; animation: champagne-bubble var(--bubble-duration) var(--bubble-delay) ease-in infinite; }
.cta-bubbles i:nth-child(1) { left: 7%; --bubble-size: 12px; --bubble-duration: 5.4s; --bubble-delay: -3.2s; }
.cta-bubbles i:nth-child(2) { left: 16%; --bubble-size: 8px; --bubble-duration: 4.4s; --bubble-delay: -1.1s; }
.cta-bubbles i:nth-child(3) { left: 27%; --bubble-size: 18px; --bubble-duration: 6.2s; --bubble-delay: -4.5s; }
.cta-bubbles i:nth-child(4) { left: 38%; --bubble-size: 10px; --bubble-duration: 4.8s; --bubble-delay: -2.4s; }
.cta-bubbles i:nth-child(5) { left: 48%; --bubble-size: 15px; --bubble-duration: 5.8s; --bubble-delay: -5.1s; }
.cta-bubbles i:nth-child(6) { left: 58%; --bubble-size: 8px; --bubble-duration: 4.6s; --bubble-delay: -3.8s; }
.cta-bubbles i:nth-child(7) { left: 68%; --bubble-size: 20px; --bubble-duration: 6.4s; --bubble-delay: -1.8s; }
.cta-bubbles i:nth-child(8) { left: 78%; --bubble-size: 11px; --bubble-duration: 5.1s; --bubble-delay: -4.1s; }
.cta-bubbles i:nth-child(9) { left: 87%; --bubble-size: 16px; --bubble-duration: 6s; --bubble-delay: -2.7s; }
.cta-bubbles i:nth-child(10) { left: 12%; --bubble-size: 6px; --bubble-duration: 4.2s; --bubble-delay: -3.5s; }
.cta-bubbles i:nth-child(11) { left: 54%; --bubble-size: 7px; --bubble-duration: 4.9s; --bubble-delay: -1.4s; }
.cta-bubbles i:nth-child(12) { left: 91%; --bubble-size: 9px; --bubble-duration: 5.3s; --bubble-delay: -4.7s; }
@keyframes champagne-bubble { 0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.45); } 12% { opacity: .72; } 78% { opacity: .5; } 100% { opacity: 0; transform: translate3d(28px, -650px, 110px) scale(1.25); } }

.site-footer { padding: 80px max(7vw,30px) 30px; color: white; background: #0c0e12; }
.footer-top { display: flex; justify-content: space-between; align-items: end; padding-bottom: 55px; border-bottom: 1px solid var(--border-dark); }
.brand-large { font-size: clamp(50px,8vw,100px); }
.brand-large .brand-mark { width: 64px; height: 64px; }
.brand-large .brand-mark i { height: 53px; border-width: 7px; border-radius: 7px 7px 20px 20px; }
.brand-large .brand-mark i:last-child { height: 39px; }
.footer-top p { margin: 0; color: #8f929b; font-size: 16px; line-height: 1.5; text-align: right; }
.footer-grid { display: grid; grid-template-columns: repeat(4,1fr) 1.2fr; gap: 35px; padding: 55px 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid strong { margin-bottom: 7px; color: #626670; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: #b8bac0; font-size: 13px; }
.footer-grid a:hover { color: var(--blue); }
.footer-cta { padding-left: 35px; border-left: 1px solid var(--border-dark); }
.footer-cta > strong { color: white; font-size: 22px; letter-spacing: -.03em; text-transform: none; }
.footer-cta .button { margin-top: 8px; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 30px; color: #5f626a; border-top: 1px solid var(--border-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.eligibility-modal { width: min(540px, calc(100% - 30px)); padding: 0; overflow: visible; color: var(--ink); background: var(--paper); border: 0; border-radius: 30px; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.eligibility-modal::backdrop { background: rgba(4,5,8,.78); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 2; right: 18px; top: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #e4e2da; font-size: 21px; cursor: pointer; }
.modal-progress { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; }
.modal-progress i { height: 5px; border-radius: 8px; background: #d1cfc8; }
.modal-progress i:first-child { background: var(--blue-deep); }
.modal-step { padding: 45px; }
.modal-kicker { color: #76787c; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.modal-step h2 { margin: 15px 0 12px; font-size: 36px; line-height: 1.06; letter-spacing: -.05em; }
.modal-step > p { margin: 0 0 28px; color: #6b6d72; line-height: 1.55; }
.check-row { position: relative; margin-bottom: 10px; padding: 15px; display: flex; gap: 13px; align-items: center; border: 1px solid #d7d5cc; border-radius: 14px; cursor: pointer; }
.check-row input { position: absolute; opacity: 0; }
.check-row > span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #aaa9a3; border-radius: 7px; }
.check-row input:checked + span { color: var(--ink); background: var(--blue); border-color: var(--blue-deep); }
.check-row input:checked + span::after { content: "✓"; font-size: 14px; font-weight: 900; }
.check-row b { font-size: 13px; }
.modal-next { width: 100%; margin-top: 17px; }
.modal-next:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.modal-step > small { display: block; margin-top: 13px; color: #8b8c8f; text-align: center; font-size: 9px; }
.modal-step[hidden] { display: none; }
.modal-check { width: 64px; height: 64px; margin: 6px 0 28px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 28px; font-weight: 900; }
.modal-step[data-modal-step="2"] .button { width: 100%; margin-top: 5px; }
.text-button { width: 100%; margin-top: 18px; padding: 8px; border: 0; background: none; color: #707278; cursor: pointer; font-size: 12px; text-decoration: underline; }

[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.8,.22,1); }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(2.5deg) translateY(-12px); } }
@keyframes drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes scan { from { top: 15%; } to { top: 84%; } }
@keyframes loadbar { from { transform: scaleX(0); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1040px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; padding: 12px; display: grid; align-content: center; gap: 4px; border: 0; border-radius: 50%; background: white; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 100%; height: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: absolute; z-index: -1; top: 55px; left: 0; right: 0; padding: 40px 24px 24px; display: flex; flex-direction: column; gap: 4px; color: white; background: rgba(17,19,24,.98); border: 1px solid var(--border-dark); border-radius: 0 0 20px 20px; transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .25s; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-menu a { padding: 14px 4px; border-bottom: 1px solid var(--border-dark); font-size: 18px; }
  .mobile-menu .button { margin-top: 12px; color: var(--ink); }
  .hero { grid-template-columns: 1fr 420px; padding-inline: 35px; gap: 15px; }
  .tag-one { left: -20px; }
  .tag-two { right: -20px; }
  .section-pad { padding: 95px 35px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 500px; }
  .security-content { gap: 35px; }
  .responsible-card { grid-template-columns: auto 1fr; }
  .responsible-card > p { grid-column: 2; }
  .faq { gap: 55px; }
}

@media (max-width: 780px) {
  .intro { background-position: 75% center; }
  .site-header { min-height: 60px; }
  .hero { min-height: auto; padding: 130px 20px 65px; display: block; }
  .hero h1 { font-size: clamp(55px,17vw,82px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { margin-top: 55px; min-height: 610px; }
  .phone-shell { width: 300px; }
  .phone-screen { height: 580px; }
  .tag-one { left: 0; top: 28%; }
  .tag-two { right: 0; bottom: 20%; }
  .hero-foot { position: relative; left: auto; right: auto; bottom: auto; margin-top: 40px; flex-wrap: wrap; }
  .hero-foot div { min-width: 30px; }
  .section-pad { padding: 80px 20px; }
  .intro-grid, .scan-section, .security-content, .faq { grid-template-columns: 1fr; }
  .intro-grid { gap: 35px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .step-card { padding: 21px; border-radius: 26px; }
  .scan-copy { order: 1; }
  .scan-stage { min-height: 710px; order: 2; }
  .scan-phone { width: 285px; height: 555px; }
  .receipt { left: -40px; top: 21%; transform: scale(.83) rotate(-13deg); }
  .success-chip { right: -20px; bottom: 18%; transform: scale(.88); }
  .partner-card { min-height: 430px; }
  .partner-art { min-height: 210px; }
  .partner-card-copy { padding: 27px 30px 30px; }
  .responsible-card { grid-template-columns: 1fr; padding: 32px 25px; gap: 28px; }
  .responsible-card > p { grid-column: auto; }
  .responsible-icon { width: 80px; height: 80px; font-size: 35px; }
  .faq { gap: 55px; }
  .faq-heading { position: static; }
  .faq-item button { min-height: 88px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 24px; }
  .brand-large { font-size: 58px; }
  .brand-large .brand-mark { width: 45px; height: 45px; }
  .brand-large .brand-mark i { height: 40px; border-width: 5px; }
  .brand-large .brand-mark i:last-child { height: 30px; }
  .footer-top p { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { padding-left: 0; border-left: 0; }
  .footer-bottom { flex-direction: column; }
  .modal-step { padding: 40px 24px 28px; }
  .final-cta { min-height: 610px; }
  .cta-content { width: min(100%, 560px); min-height: 500px; padding: 38px 22px 30px; border-radius: 34px; }
  .cta-badge { margin-bottom: 26px; padding: 9px 16px; font-size: 8px; letter-spacing: .18em; }
  .final-cta h2 { font-size: clamp(48px, 13vw, 64px); }
  .final-cta p { font-size: 16px; }
  .final-cta .button { min-width: 250px; }
  .cta-image-layer { inset: -4%; }
  .cta-image-layer img { object-position: 52% center; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 52px; }
  .hero-visual { transform: scale(.92); margin-inline: -20px; }
  .floating-tag { font-size: 9px; }
  .intro h2, .section-heading h2, .scan-copy h2, .security-title h2, .responsible h2, .faq h2, .final-cta h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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