:root {
  --navy-950: #031a31;
  --navy-900: #062949;
  --navy-800: #0a3a63;
  --blue-500: #1688e8;
  --blue-300: #6bc3ff;
  --green-500: #16b879;
  --green-400: #2bd28e;
  --paper: #f6fbff;
  --ink: #072b49;
  --muted: #60788c;
  --line: #dbe8f0;
  --white: #fff;
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 40px;
  --shadow-soft: 0 28px 80px rgba(2, 30, 55, .14);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; color: var(--navy-950); background: white; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-grain { position: fixed; z-index: 90; inset: 0; pointer-events: none; opacity: .17; mix-blend-mode: soft-light; 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 80; top: 18px; left: 50%; display: flex; align-items: center; justify-content: space-between; width: min(1200px, calc(100% - 48px)); min-height: 68px; padding: 10px 12px 10px 18px; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(3,26,49,.5); box-shadow: 0 12px 45px rgba(0,0,0,.1); backdrop-filter: blur(20px); transform: translateX(-50%); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(3,26,49,.91); box-shadow: 0 14px 42px rgba(1,18,33,.22); }
.brand { display: inline-flex; height: 44px; align-items: center; padding: 5px 10px; overflow: hidden; }
.brand img { display: block; width: 104px; height: 34px; object-fit: contain; object-position: center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: 72px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.language-switcher { display: flex; align-items: center; gap: 3px; font-size: 11px; color: rgba(255,255,255,.32); }
.language-switcher button { min-width: 34px; min-height: 40px; padding: 0; color: rgba(255,255,255,.46); border: 0; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.language-switcher button[aria-pressed="true"] { color: white; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 10px 20px; border: 1px solid transparent; border-radius: 15px; cursor: pointer; font-weight: 750; transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .language-switcher button:focus-visible, .faq-item button:focus-visible { outline: 3px solid #7bd4ff; outline-offset: 3px; }
.button--small { min-height: 46px; padding-inline: 17px; color: var(--navy-950); background: white; font-size: 12px; }
.button--small svg { width: 18px; }
.button--primary { color: white; background: linear-gradient(135deg, var(--green-400), #0ea66c); box-shadow: 0 15px 38px rgba(17,181,116,.25), inset 0 1px rgba(255,255,255,.38); }
.button--primary:hover { box-shadow: 0 20px 48px rgba(17,181,116,.38), inset 0 1px rgba(255,255,255,.38); }
.button--hero { min-width: 292px; min-height: 62px; justify-content: flex-start; padding: 8px 14px 8px 9px; border-radius: 19px; }
.button--hero > span:nth-child(2) { display: block; text-align: left; }
.button--hero b { font-size: 15px; }
.button__icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; color: var(--green-500); border-radius: 13px; background: white; box-shadow: 0 8px 18px rgba(0,65,40,.15); }
.button__icon svg { width: 23px; }
.button__arrow { width: 20px; margin-left: auto; }

.hero { position: relative; min-height: 930px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 31%, #0b5e99 0, #073657 23%, transparent 47%), linear-gradient(145deg, #03172d 0%, #062f51 55%, #031a31 100%); }
.hero::after { content: ""; position: absolute; right: -15%; bottom: -32%; width: 700px; height: 700px; border: 1px solid rgba(70,185,255,.17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(42,166,255,.025), 0 0 0 160px rgba(42,166,255,.018); }
.hero-grid { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb--one { top: 180px; left: -170px; width: 430px; height: 430px; background: radial-gradient(circle at 60% 50%, rgba(9,164,255,.18), transparent 68%); }
.hero-orb--two { top: 70px; right: 12%; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.08); }
.hero__layout { position: relative; z-index: 2; display: grid; min-height: 760px; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 30px; padding-top: 128px; }
.hero__content { position: relative; z-index: 3; padding: 40px 0 80px; }
.eyebrow, .section-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-400); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { padding: 9px 13px; color: #bde9ff; border: 1px solid rgba(110,203,255,.22); border-radius: 999px; background: rgba(22,136,232,.09); }
.eyebrow__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green-400); box-shadow: 0 0 0 5px rgba(43,210,142,.12); }
.hero__title { max-width: 680px; margin: 25px 0 20px; font-size: clamp(48px, 5.5vw, 82px); font-weight: 800; line-height: .98; letter-spacing: -.065em; }
.hero__title span { display: block; }
.hero__title-accent { color: transparent; background: linear-gradient(90deg, #fff 10%, #8dd7ff 60%, #49dda6); -webkit-background-clip: text; background-clip: text; }
.hero__amount-row { display: flex; max-width: 620px; align-items: center; gap: 24px; margin: 26px 0 18px; }
.hero__amount-row strong { flex: 0 0 auto; color: var(--green-400); font-size: clamp(32px, 4vw, 53px); line-height: 1; letter-spacing: -.055em; }
.hero__amount-row span { max-width: 250px; padding-left: 24px; color: rgba(255,255,255,.7); border-left: 1px solid rgba(255,255,255,.18); font-size: 13px; line-height: 1.45; }
.hero__copy { max-width: 540px; margin: 0 0 29px; color: rgba(223,241,255,.7); font-size: 16px; line-height: 1.72; }
.hero__microtrust { display: flex; gap: 24px; margin-top: 25px; color: rgba(255,255,255,.57); font-size: 11px; font-weight: 650; }
.hero__microtrust > span { display: flex; align-items: center; gap: 7px; }
.hero__microtrust svg { width: 18px; color: var(--green-400); }

.device-stage { position: relative; height: 650px; align-self: end; }
.device-halo { position: absolute; inset: 15% -22% -15% -25%; border-radius: 50%; background: radial-gradient(circle, rgba(34,164,255,.36), rgba(19,133,221,.09) 40%, transparent 70%); filter: blur(5px); }
.flag-ribbon { position: absolute; top: 55px; right: -155px; width: 500px; height: 310px; overflow: hidden; opacity: .25; border-radius: 50%; transform: rotate(-20deg); }
.flag-ribbon::before, .flag-ribbon::after { content: ""; position: absolute; inset: 0; border: 45px solid #46b3ef; border-radius: 50%; }
.flag-ribbon::after { inset: 60px; border-color: #f0ce62; }
.phone { position: absolute; z-index: 2; right: 20px; bottom: -35px; width: 350px; height: 690px; padding: 10px; border: 2px solid rgba(255,255,255,.5); border-radius: 55px; background: linear-gradient(135deg, #ecf3f7, #556470 35%, #f6fbff 65%, #263846); box-shadow: 0 50px 100px rgba(0,0,0,.5), 0 0 65px rgba(66,182,255,.16); transform: perspective(1200px) rotateY(-7deg) rotateZ(3deg); }
.phone::before { content: ""; position: absolute; top: 110px; right: -5px; width: 5px; height: 88px; border-radius: 0 4px 4px 0; background: #70808b; }
.phone__screen { position: relative; height: 100%; overflow: hidden; padding: 24px 20px 16px; color: var(--ink); border-radius: 45px; background: linear-gradient(180deg, #f7fbfe, #edf5fa); }
.phone__island { position: absolute; z-index: 5; top: 22px; left: 50%; width: 92px; height: 25px; border-radius: 20px; background: #02080d; transform: translateX(-50%); }
.phone__top { display: flex; justify-content: space-between; font-size: 10px; }
.phone__top div { display: flex; gap: 3px; }
.phone__top i { display: block; width: 4px; height: 8px; border-radius: 2px; background: var(--ink); }
.phone__appbar { display: flex; align-items: center; justify-content: space-between; margin-top: 27px; }
.mini-brand { width: 35px; height: 35px; padding: 7px; border-radius: 50%; background: white; box-shadow: 0 5px 15px rgba(10,50,80,.08); }
.mini-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.phone__bell svg { width: 20px; }
.phone__label { margin-top: 36px; color: #718597; font-size: 11px; }
.phone__money { margin-top: 6px; color: #0bad70; font-size: 34px; font-weight: 800; letter-spacing: -.06em; }
.phone__card { display: flex; align-items: center; gap: 12px; margin: 24px -7px 0; padding: 15px; border: 1px solid #e4edf2; border-radius: 19px; background: white; box-shadow: 0 13px 30px rgba(19,68,100,.11); }
.phone__check { display: grid; width: 34px; height: 34px; place-items: center; color: white; border-radius: 50%; background: var(--green-500); font-weight: 800; }
.phone__card div { display: grid; gap: 3px; font-size: 11px; }
.phone__card small { color: #7a8c9a; font-size: 8px; }
.phone__section-title { display: flex; justify-content: space-between; margin: 32px 0 13px; font-size: 10px; }
.phone__section-title span { color: #2b79b4; }
.phone__list > div { display: grid; align-items: center; grid-template-columns: 32px 1fr auto; gap: 10px; padding: 12px 0; border-bottom: 1px solid #e1eaf0; }
.list-icon { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; border-radius: 10px; background: #f2a12c; font-size: 11px; font-weight: 800; }
.list-icon--green { background: #18b779; }.list-icon--blue { background: #2f8fda; }
.phone__list p { display: grid; gap: 3px; margin: 0; font-size: 9px; }
.phone__list small { color: #8797a3; font-size: 7px; }
.phone__list strong { color: #748897; font-size: 7px; }.phone__list strong.money { color: var(--green-500); font-size: 9px; }
.phone__nav { position: absolute; right: 16px; bottom: 13px; left: 16px; display: flex; justify-content: space-around; padding-top: 10px; border-top: 1px solid #d8e4eb; color: #80919e; }
.phone__nav span { display: grid; place-items: center; gap: 3px; font-size: 14px; }.phone__nav small { font-size: 6px; }.phone__nav .active { color: #0b68ab; }
.floating-payment { position: absolute; z-index: 4; right: 200px; bottom: 88px; display: flex; width: 235px; align-items: center; gap: 12px; padding: 14px 16px; color: var(--ink); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 24px 55px rgba(0,28,54,.3); }
.floating-payment > span { display: grid; width: 35px; height: 35px; place-items: center; color: white; border-radius: 50%; background: var(--green-500); }
.floating-payment div { display: grid; gap: 3px; }.floating-payment small { color: #657c8d; font-size: 8px; }.floating-payment b { color: #079d66; font-size: 14px; }
.trust-rail { position: relative; z-index: 5; display: grid; margin-top: -42px; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(8,52,86,.74); box-shadow: 0 22px 60px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.trust-rail article { display: flex; align-items: center; gap: 16px; padding: 25px 27px; }
.trust-rail article + article { border-left: 1px solid rgba(255,255,255,.12); }
.trust-icon { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; color: #75d4ff; border: 1px solid rgba(117,212,255,.2); border-radius: 15px; background: rgba(27,139,215,.13); }
.trust-icon svg { width: 23px; }
.trust-rail h2 { margin: 0 0 5px; font-size: 14px; }.trust-rail p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.4; }

.section { padding: 130px 0; }.section--paper { position: relative; background: linear-gradient(180deg, #f5fbff 0%, #fff 100%); }
.about-grid { display: grid; align-items: end; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-heading { max-width: 570px; }.section-heading--wide { max-width: none; text-align: center; }
.section-heading h2, .eligibility-card h2, .final-cta h2 { margin: 14px 0 20px; font-size: clamp(36px, 4.7vw, 62px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.metric-panel { display: grid; overflow: hidden; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow-soft); }
.metric-panel article { min-height: 180px; padding: 28px 23px; display: flex; flex-direction: column; justify-content: flex-end; }
.metric-panel article + article { border-left: 1px solid var(--line); }
.metric-panel strong { margin-bottom: 11px; color: var(--navy-900); font-size: 27px; letter-spacing: -.045em; }.metric-panel span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.section--steps { overflow: hidden; background: #eef6fb; }
.steps-grid { display: grid; margin-top: 58px; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.step-card { position: relative; min-height: 310px; overflow: hidden; padding: 24px; border: 1px solid #d6e6ef; border-radius: 25px; background: rgba(255,255,255,.75); transition: transform .3s var(--ease), box-shadow .3s ease, background .3s ease; }
.step-card:hover { z-index: 2; background: white; box-shadow: 0 25px 55px rgba(4,44,74,.12); transform: translateY(-7px); }
.step-number { color: #8ba0af; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.step-icon { display: grid; width: 55px; height: 55px; margin: 38px 0 42px; place-items: center; color: white; border-radius: 18px; background: linear-gradient(145deg, var(--blue-500), #0b5f9f); box-shadow: 0 13px 25px rgba(22,136,232,.25); font-size: 22px; font-weight: 800; }
.step-card:nth-child(3) .step-icon, .step-card:nth-child(4) .step-icon { background: linear-gradient(145deg, var(--green-400), #079b65); box-shadow: 0 13px 25px rgba(22,184,121,.25); }
.step-card h3 { margin: 0 0 12px; font-size: 18px; letter-spacing: -.025em; }.step-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.section--eligibility { background: white; }
.eligibility-card { position: relative; display: grid; min-height: 540px; overflow: hidden; grid-template-columns: .9fr 1.1fr; color: white; border-radius: var(--radius-lg); background: radial-gradient(circle at 17% 35%, #126ba7 0, #073d67 28%, transparent 48%), linear-gradient(135deg, var(--navy-950), #062d4d); box-shadow: 0 35px 90px rgba(4,40,69,.22); }
.eligibility-card__visual { position: relative; display: grid; min-height: 520px; place-items: center; }
.age-ring { position: relative; z-index: 2; display: grid; width: 210px; height: 210px; place-content: center; text-align: center; border: 1px solid rgba(135,215,255,.35); border-radius: 50%; background: rgba(5,47,81,.55); box-shadow: 0 0 0 28px rgba(32,156,231,.06), 0 0 70px rgba(47,180,255,.22), inset 0 0 45px rgba(76,191,255,.14); }
.age-ring::before { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(255,255,255,.2); border-radius: 50%; animation: spin 18s linear infinite; }
.age-ring strong { font-size: 67px; line-height: 1; letter-spacing: -.07em; }.age-ring span { color: var(--green-400); font-size: 11px; font-weight: 800; letter-spacing: .3em; }
.orbit { position: absolute; border: 1px solid rgba(111,204,255,.12); border-radius: 50%; }.orbit--one { width: 340px; height: 340px; }.orbit--two { width: 460px; height: 460px; }
.eligibility-card__content { padding: 90px 80px 70px 20px; }
.section-eyebrow--light { color: #7bd4ff; }
.eligibility-card h2 { max-width: 600px; font-size: clamp(36px, 4.2vw, 57px); }
.check-list { display: grid; gap: 15px; margin: 32px 0 24px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.8); font-size: 13px; }.check-list li > span:first-child { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; color: var(--navy-950); border-radius: 50%; background: var(--green-400); font-size: 11px; font-weight: 900; }
.eligibility-note { max-width: 570px; margin: 0; padding-top: 20px; color: rgba(255,255,255,.46); border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; line-height: 1.6; }
.section--faq { background: #f4f9fc; }.faq-grid { display: grid; align-items: start; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid #cfdde6; }.faq-item { border-bottom: 1px solid #cfdde6; }
.faq-item button { display: flex; width: 100%; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; color: var(--ink); border: 0; background: transparent; cursor: pointer; text-align: left; font-weight: 700; }
.faq-item button i { position: relative; width: 31px; height: 31px; flex: 0 0 31px; border: 1px solid #bed0dc; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--ink); transform: translate(-50%,-50%); transition: transform .25s ease; }.faq-item button i::after { transform: translate(-50%,-50%) rotate(90deg); }.faq-item.is-open button i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }.faq-item.is-open .faq-answer p { padding: 0 50px 24px 0; }
.final-cta { position: relative; overflow: hidden; padding: 120px 0; color: white; background: var(--navy-950); }.final-cta__mesh { position: absolute; inset: 0; background: radial-gradient(circle at 50% 110%, rgba(34,180,255,.35), transparent 45%), radial-gradient(circle at 85% 10%, rgba(43,210,142,.14), transparent 30%); }.final-cta__inner { position: relative; text-align: center; }.final-cta h2 { max-width: 740px; margin-inline: auto; }.final-cta p { max-width: 570px; margin: 0 auto 32px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.7; }
.mobile-download { display: none; }

.download-body { min-height: 100vh; color: white; background: radial-gradient(circle at 50% 0, #0b5d97 0, #052f50 31%, #031a31 72%); }
.download-body::before { content: ""; position: fixed; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at 50% 35%,black,transparent 70%); }
.download-page { position: relative; display: grid; min-height: 100vh; place-content: center; padding: 70px 20px; }
.download-language { position: absolute; top: 24px; right: 28px; }
.download-card { width: min(100%, 460px); padding: 34px 42px 39px; text-align: center; border: 1px solid rgba(255,255,255,.16); border-radius: 35px; background: rgba(7,47,80,.7); box-shadow: 0 40px 100px rgba(0,0,0,.32); backdrop-filter: blur(22px); }
.download-logo { display: inline-flex; height: 47px; margin-bottom: 45px; padding: 5px 10px; overflow: hidden; border-radius: 13px; background: white; }
.download-logo img { width: 112px; object-fit: contain; }
.download-ring { position: relative; display: grid; width: 94px; height: 94px; margin: 0 auto 28px; place-items: center; border: 1px solid rgba(103,207,255,.23); border-radius: 50%; background: rgba(22,136,232,.1); box-shadow: 0 0 50px rgba(22,136,232,.22); }
.download-ring::before { content: ""; position: absolute; inset: -5px; border: 2px solid transparent; border-top-color: var(--green-400); border-right-color: var(--green-400); border-radius: 50%; animation: spin 1.2s linear infinite; }
.download-ring span { font-size: 34px; }.download-card[data-download-status="ready"] .download-ring::before,.download-card[data-download-status="missing"] .download-ring::before,.download-card[data-download-status="error"] .download-ring::before { animation: none; border-color: var(--green-400); }
.download-card h1 { margin: 0 0 13px; font-size: clamp(31px,7vw,44px); line-height: 1.08; letter-spacing: -.055em; }.download-card > p { margin: 0 auto; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.download-file { display: flex; align-items: center; gap: 11px; margin: 22px 0 0; padding: 11px 13px; overflow: hidden; text-align: left; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.06); font-size: 11px; }
.download-file__icon { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; color: #c7edff; border-radius: 10px; background: rgba(22,136,232,.2); font-size: 8px; font-weight: 800; }.download-file span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.download-status { margin-top: 20px !important; color: #8edcff !important; font-size: 10px !important; font-weight: 700; letter-spacing: .04em; }
.download-manual { width: 100%; margin-top: 22px; }.download-manual svg { width: 19px; margin-left: auto; }
.download-back { display: inline-block; margin-top: 23px; color: rgba(255,255,255,.53); font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.download-trust { margin: 22px 0 0; text-align: center; color: rgba(255,255,255,.36); font-size: 10px; }.download-trust span { color: var(--green-400); }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .75s var(--ease) forwards; }.reveal--1 { animation-delay: .1s; }.reveal--2 { animation-delay: .18s; }.reveal--3 { animation-delay: .27s; }.reveal--4 { animation-delay: .36s; }.reveal--5 { animation-delay: .45s; }.reveal--6 { animation-delay: .54s; }
.reveal-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
@keyframes reveal { to { opacity: 1; transform: none; } } @keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.hero__layout { grid-template-columns: 1fr .8fr; }.phone { right: -65px; transform: scale(.9) rotateZ(3deg); }.floating-payment { right: 100px; }.about-grid, .faq-grid { gap: 50px; }.steps-grid { grid-template-columns: repeat(2,1fr); }.eligibility-card__content { padding-right: 45px; }
}
@media (max-width: 820px) {
  .shell, .site-header { width: min(100% - 34px, 680px); }.site-header { top: 10px; min-height: 60px; }.site-header .button--small { display: none; }.brand { height: 40px; padding: 4px 8px; }.brand img { width: 91px; height: 30px; }
  .hero { min-height: auto; padding-bottom: 75px; }.hero__layout { display: flex; min-height: 0; flex-direction: column; padding-top: 125px; }.hero__content { width: 100%; padding: 30px 0 0; }.hero__title { font-size: clamp(45px, 11vw, 67px); }.hero__amount-row { align-items: flex-start; }.device-stage { width: 100%; height: 590px; align-self: auto; }.phone { right: 50%; bottom: -65px; transform: translateX(50%) scale(.83) rotateZ(2deg); }.floating-payment { right: 50%; bottom: 62px; transform: translateX(-8%); }.trust-rail { grid-template-columns: 1fr; margin-top: 5px; }.trust-rail article + article { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .section { padding: 92px 0; }.about-grid, .faq-grid { grid-template-columns: 1fr; }.metric-panel { margin-top: 20px; }.eligibility-card { grid-template-columns: 1fr; }.eligibility-card__visual { min-height: 370px; }.eligibility-card__content { padding: 0 36px 55px; }.faq-grid { gap: 45px; }.final-cta { padding: 90px 0 115px; }
  .mobile-download { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: block; padding: 10px 16px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.15); background: rgba(3,26,49,.91); backdrop-filter: blur(18px); }.mobile-download .button { width: 100%; min-height: 54px; border-radius: 17px; }.mobile-download svg { width: 19px; margin-left: auto; }
}
@media (max-width: 540px) {
  .shell, .site-header { width: calc(100% - 28px); }.site-header { padding-inline: 12px; }.language-switcher button { min-width: 30px; }.hero__content { text-align: left; }.eyebrow { font-size: 9px; }.hero__title { margin-top: 20px; font-size: clamp(42px, 13vw, 57px); }.hero__amount-row { display: grid; gap: 13px; }.hero__amount-row strong { font-size: 42px; }.hero__amount-row span { padding: 0; border-left: 0; }.hero__copy { font-size: 14px; }.button--hero { width: 100%; min-width: 0; }.hero__microtrust { gap: 13px; flex-wrap: wrap; }.device-stage { height: 520px; }.phone { bottom: -115px; transform: translateX(50%) scale(.69) rotateZ(2deg); }.floating-payment { right: auto; bottom: 26px; left: 0; width: 215px; transform: none; }.trust-rail article { padding: 21px; }
  .section-heading h2, .eligibility-card h2, .final-cta h2 { font-size: 38px; }.metric-panel { grid-template-columns: 1fr; }.metric-panel article { min-height: 120px; }.metric-panel article + article { border-top: 1px solid var(--line); border-left: 0; }.steps-grid { grid-template-columns: 1fr; }.step-card { min-height: 265px; }.step-icon { margin-block: 27px; }.eligibility-card { border-radius: 28px; }.eligibility-card__visual { min-height: 320px; }.age-ring { width: 170px; height: 170px; }.age-ring strong { font-size: 54px; }.orbit--one { width: 260px; height: 260px; }.orbit--two { width: 340px; height: 340px; }.eligibility-card__content { padding: 0 25px 42px; }.faq-item button { min-height: 72px; font-size: 14px; }
  .download-card { padding: 28px 22px 32px; border-radius: 28px; }.download-logo { margin-bottom: 35px; }.download-language { top: 12px; right: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal, .reveal-on-scroll { opacity: 1; transform: none; }
}
