:root {
  --navy: #06285f;
  --navy-deep: #041a3f;
  --ink: #07152f;
  --gold: #f6b718;
  --cream: #f7f5f0;
  --paper: #fffefa;
  --muted: #64718a;
  --line: #dedfdc;
  --mint: #e4f3eb;
  --blue: #e6eef9;
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max: 1160px;
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: var(--cream); color: var(--ink); font: 16px/1.55 var(--font); -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--ink); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { max-width: 100%; }
.container { width: min(100% - 48px, var(--max)); margin-inline: auto; }

#main-header { position: fixed; z-index: 50; top: 34px; left: 50%; width: min(calc(100% - 96px), 1080px); transform: translateX(-50%); color: white; transition: top .3s ease, width .3s ease, color .3s ease; }
.header-inner { display: flex; align-items: center; min-height: 62px; padding: 8px 10px 8px 12px; border: 1px solid transparent; border-radius: 18px; transition: background .3s ease, border .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
#main-header.is-scrolled { top: 12px; color: var(--ink); }
#main-header.is-scrolled .header-inner { border-color: rgba(7,21,47,.08); background: rgba(255,254,250,.88); box-shadow: 0 14px 40px rgba(4,26,63,.12); backdrop-filter: blur(18px); }
.logo-wrap { flex: 1; }
.logo-plate { display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 12px; background: rgba(255,255,255,.96); }
.logo-plate img { display: block; width: 142px; height: 34px; object-fit: contain; }
#header-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
#header-nav a { font-size: 13px; font-weight: 700; opacity: .82; transition: opacity .2s ease; }
#header-nav a:hover { opacity: 1; }
.header-actions { display: flex; flex: 1; justify-content: flex-end; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 12px 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.1); }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; }
#mobile-menu { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-light { min-height: 44px; background: white; color: var(--ink); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 14px 34px rgba(246,183,24,.2); }
.btn-navy { background: var(--navy); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 2px; color: white; font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.dark-link { margin-top: 22px; color: var(--navy); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 2px; background: var(--gold); content: ''; }
.eyebrow-light { color: rgba(255,255,255,.7); }

.hero { position: relative; min-height: min(900px, calc(100vh - 36px)); margin: 18px; overflow: hidden; border-radius: 24px; background: var(--navy-deep); color: white; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.035), transparent 42%); content: ''; pointer-events: none; }
.hero-glow { position: absolute; right: -12%; bottom: -45%; width: 85%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(246,183,24,.52) 0, rgba(246,183,24,.18) 27%, rgba(246,183,24,0) 68%); filter: blur(2px); }
.hero-content { position: absolute; z-index: 2; top: 50%; left: max(5%, calc((100% - 1080px)/2)); width: min(50%, 610px); transform: translateY(-43%); }
.hero h1 { margin-top: 22px; font-size: clamp(52px, 6vw, 83px); font-weight: 700; line-height: .98; letter-spacing: -.07em; }
.hero h1 span { color: var(--gold); }
.hero-content > p { max-width: 590px; margin-top: 24px; color: rgba(255,255,255,.66); font-size: clamp(16px, 1.55vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.currency-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; color: rgba(255,255,255,.52); font-size: 11px; }
.currency-row b { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.78); font-weight: 700; }
.hero-visual { position: absolute; z-index: 1; right: max(4%, calc((100% - 1080px)/2)); bottom: -9%; width: min(41vw, 480px); height: 84%; display: grid; place-items: center; }
.phone { position: relative; padding: 8px; border: 2px solid rgba(255,255,255,.18); background: #0b1220; box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.phone::before { position: absolute; z-index: 4; top: 12px; left: 50%; width: 30%; height: 18px; border-radius: 999px; background: #0b1220; content: ''; transform: translateX(-50%); }
.phone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: inherit; background: white; }
.phone-screen img { display: block; width: 100%; height: 100%; object-fit: cover; }
.phone-hero { width: min(68%, 330px); aspect-ratio: 9/18.5; border-radius: 46px; transform: rotate(2deg); animation: phoneFloat 5.5s ease-in-out infinite; }
.phone-hero .phone-screen { border-radius: 37px; }
.orbit { position: absolute; border: 1px solid rgba(246,183,24,.22); border-radius: 50%; }
.orbit-one { width: 94%; aspect-ratio: 1; }
.orbit-two { width: 70%; aspect-ratio: 1; }
.float-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 16px 40px rgba(0,0,0,.22); font-size: 11px; font-weight: 800; backdrop-filter: blur(12px); }
.float-chip span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--gold); }
.chip-search { top: 30%; left: 1%; }
.chip-delivery { right: -4%; bottom: 27%; }
@keyframes phoneFloat { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-14px); } }

.intro { padding: 130px 0 110px; }
.section-heading { max-width: 820px; margin-bottom: 52px; }
.section-heading h2, .journey h2, .story-copy h2, .final-cta h2 { margin-top: 18px; font-size: clamp(40px, 5vw, 67px); line-height: 1.04; letter-spacing: -.06em; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { position: relative; min-height: 335px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.benefit-card:nth-child(2) { background: var(--mint); }
.benefit-card:nth-child(3) { background: var(--gold); }
.card-index { position: absolute; top: 24px; right: 26px; color: rgba(7,21,47,.42); font-size: 12px; font-weight: 800; }
.benefit-icon { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(7,21,47,.12); border-radius: 18px; background: rgba(255,255,255,.6); color: var(--navy); font-size: 24px; font-weight: 800; }
.benefit-card h3 { margin-top: 90px; font-size: 26px; letter-spacing: -.04em; }
.benefit-card p { margin-top: 10px; color: rgba(7,21,47,.62); font-size: 15px; }

.journey { padding: 120px 0; background: white; }
.journey-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.journey-copy { position: sticky; top: 130px; }
.journey-copy > p { max-width: 510px; margin: 22px 0 28px; color: var(--muted); font-size: 17px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 78px 1fr; gap: 22px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.step h3 { font-size: 25px; line-height: 1.2; letter-spacing: -.03em; }
.step p { max-width: 500px; margin-top: 8px; color: var(--muted); }

.statement { padding: 150px max(24px, calc((100% - 1080px)/2)); background: var(--navy); color: white; }
.statement p { max-width: 1050px; font-size: clamp(40px, 6vw, 76px); font-weight: 600; line-height: 1.12; letter-spacing: -.06em; }
.statement em { color: var(--gold); font-style: normal; }

.feature-story { padding: 120px 0; }
.feature-story + .feature-story { padding-top: 40px; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.story-reverse { grid-template-columns: 1.2fr .8fr; }
.story-reverse .story-copy { order: 2; }
.story-reverse .story-visual { order: 1; }
.story-copy h2 { font-size: clamp(40px, 4.8vw, 62px); }
.story-copy > p { margin-top: 22px; color: var(--muted); font-size: 17px; }
.story-copy ul { display: grid; gap: 10px; margin-top: 26px; padding: 0; list-style: none; }
.story-copy li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.story-copy li::before { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); content: '✓'; font-size: 11px; }
.story-visual { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; border-radius: 28px; }
.story-visual::before, .story-visual::after { position: absolute; border-radius: 50%; background: rgba(255,255,255,.46); content: ''; }
.story-visual::before { top: -10%; right: -4%; width: 52%; aspect-ratio: 1; }
.story-visual::after { bottom: 11%; left: 7%; width: 16%; aspect-ratio: 1; }
.story-visual.mint { background: var(--mint); }
.story-visual.gold { background: #f8cc52; }
.story-visual.blue { background: var(--blue); }
.phone-story { z-index: 2; width: min(48%, 294px); aspect-ratio: 9/18.5; border-radius: 40px; transform: translateY(10%); }
.phone-story .phone-screen { border-radius: 31px; }
.visual-note { position: absolute; z-index: 3; right: 6%; bottom: 8%; padding: 11px 15px; border-radius: 999px; background: white; box-shadow: 0 12px 30px rgba(7,21,47,.12); color: var(--navy); font-size: 12px; font-weight: 800; }
.currency-large { display: flex; gap: 8px; margin-top: 28px; }
.currency-large span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy); font-weight: 800; }

.feature-strip { padding: 100px 0 130px; }
.section-heading.compact { margin-bottom: 40px; }
.section-heading.compact h2 { font-size: clamp(40px, 4.5vw, 58px); }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-list article { min-height: 210px; padding: 28px 34px; }
.feature-list article + article { border-left: 1px solid var(--line); }
.feature-list span { color: var(--muted); font-size: 11px; font-weight: 800; }
.feature-list h3 { margin-top: 54px; font-size: 21px; letter-spacing: -.03em; }
.feature-list p { margin-top: 8px; color: var(--muted); font-size: 14px; }

.final-cta { margin: 0 18px 18px; overflow: hidden; border-radius: 24px; background: var(--navy-deep); color: white; text-align: center; }
.cta-inner { position: relative; min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 24px; }
.cta-inner::before { position: absolute; bottom: -65%; width: 850px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(246,183,24,.55), rgba(246,183,24,0) 66%); content: ''; pointer-events: none; }
.final-cta h2 { position: relative; font-size: clamp(50px, 7vw, 86px); }
.final-cta p { position: relative; margin: 20px 0 28px; color: rgba(255,255,255,.66); font-size: 17px; }
.final-cta .btn, .final-cta .store-badges, .final-cta .eyebrow { position: relative; }
.store-badges { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.store-btn { min-width: 156px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); color: white; text-align: left; }
.store-btn small, .store-btn strong { display: block; }
.store-btn small { font-size: 9px; opacity: .68; }
.store-btn strong { font-size: 15px; }
.is-coming-soon { opacity: .62; }

.download-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,20,47,.72); backdrop-filter: blur(10px); }
.download-modal[hidden] { display: none; }
.download-dialog { position: relative; width: min(100%, 430px); padding: 34px; border-radius: 24px; background: var(--paper); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.modal-close { position: absolute; top: 13px; right: 13px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--cream); color: var(--ink); font-size: 25px; }
.modal-eyebrow { color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.download-dialog h2 { margin-top: 9px; font-size: 29px; line-height: 1.15; letter-spacing: -.04em; }
.download-dialog > p:not(.modal-eyebrow) { margin-top: 12px; color: var(--muted); }
.modal-store-options { display: grid; gap: 10px; margin-top: 24px; }
.modal-store-options .store-btn { width: 100%; border-color: var(--line); background: var(--cream); color: var(--ink); }

#main-footer { padding: 68px 0 28px; background: var(--cream); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 55px; }
.footer-brand p { max-width: 340px; margin-top: 16px; color: var(--muted); font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 40px; font-size: 13px; font-weight: 700; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-content.reveal { transform: translateY(calc(-43% + 34px)); }
.hero-content.reveal.is-visible { transform: translateY(-43%); }

@media (max-width: 920px) {
  #main-header { width: calc(100% - 64px); }
  #header-nav { display: none; }
  .header-actions { gap: 8px; }
  .menu-toggle { display: block; }
  #main-header.is-scrolled .menu-toggle { border-color: var(--line); background: white; }
  #mobile-menu { position: absolute; top: 72px; right: 0; left: 0; padding: 10px; border: 1px solid rgba(7,21,47,.08); border-radius: 18px; background: rgba(255,254,250,.96); color: var(--ink); box-shadow: 0 18px 50px rgba(4,26,63,.16); backdrop-filter: blur(18px); }
  #mobile-menu:not([hidden]) { display: grid; }
  #mobile-menu a { padding: 12px 14px; border-radius: 10px; font-weight: 700; }
  .hero { min-height: 980px; }
  .hero-content { top: 190px; left: 7%; width: 86%; transform: none; }
  .hero-content.reveal { transform: translateY(34px); }
  .hero-content.reveal.is-visible { transform: translateY(0); }
  .hero-visual { right: 7%; bottom: -15%; width: 58%; height: 68%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 250px; }
  .benefit-card h3 { margin-top: 65px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-copy { position: static; }
  .story-grid, .story-reverse { grid-template-columns: 1fr; }
  .story-reverse .story-copy { order: 1; }
  .story-reverse .story-visual { order: 2; }
  .story-copy { max-width: 650px; }
  .story-visual { min-height: 610px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 36px, var(--max)); }
  #main-header { top: 25px; width: calc(100% - 52px); }
  .header-inner { min-height: 54px; padding: 6px 7px; }
  .logo-plate { padding: 5px 9px; }
  .logo-plate img { width: 116px; height: 29px; }
  .header-download { display: none; }
  .hero { min-height: 920px; margin: 8px; border-radius: 19px; }
  .hero-content { top: 132px; left: 24px; width: calc(100% - 48px); }
  .hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .hero-content > p { margin-top: 19px; font-size: 15px; }
  .hero-actions { gap: 14px; margin-top: 22px; }
  .hero-actions .text-link { display: none; }
  .currency-row { position: relative; z-index: 5; width: fit-content; max-width: 100%; margin-top: 18px; padding: 9px 10px; border: 1px solid rgba(246,183,24,.42); border-radius: 14px; background: rgba(4,26,63,.94); box-shadow: 0 10px 28px rgba(0,0,0,.24); color: rgba(255,255,255,.82); backdrop-filter: blur(10px); }
  .currency-row b { border-color: rgba(246,183,24,.32); background: rgba(246,183,24,.12); color: white; }
  .hero-visual { right: 7%; bottom: -10%; width: 82%; height: 55%; }
  .phone-hero { width: 64%; border-radius: 35px; }
  .phone-hero .phone-screen { border-radius: 27px; }
  .phone::before { top: 9px; height: 13px; }
  .chip-search { top: 22%; left: -4%; }
  .chip-delivery { right: -3%; bottom: 30%; }
  .float-chip { padding: 8px 10px; font-size: 9px; }
  .float-chip span { width: 20px; height: 20px; }
  .intro, .journey, .feature-story { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .journey h2, .story-copy h2 { font-size: clamp(37px, 11vw, 48px); }
  .benefit-card { min-height: 230px; padding: 24px; }
  .benefit-card h3 { margin-top: 46px; }
  .journey-grid { gap: 50px; }
  .step { grid-template-columns: 48px 1fr; gap: 12px; padding: 27px 0; }
  .statement { padding: 100px 24px; }
  .statement p { font-size: clamp(38px, 11vw, 50px); }
  .feature-story + .feature-story { padding-top: 10px; }
  .story-grid { gap: 42px; }
  .story-copy > p { font-size: 15px; }
  .story-visual { min-height: 500px; border-radius: 22px; }
  .phone-story { width: 57%; border-radius: 32px; }
  .phone-story .phone-screen { border-radius: 24px; }
  .feature-strip { padding: 70px 0 90px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article { min-height: 155px; padding: 24px 0; }
  .feature-list article + article { border-top: 1px solid var(--line); border-left: 0; }
  .feature-list h3 { margin-top: 30px; }
  .final-cta { margin: 0 8px 8px; border-radius: 19px; }
  .cta-inner { min-height: 570px; }
  .final-cta h2 { font-size: clamp(48px, 14vw, 66px); }
  .store-badges { width: 100%; }
  .store-btn { min-width: 0; flex: 1; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { margin-top: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-content.reveal { transform: translateY(-43%); }
  @media (max-width: 920px) { .hero-content.reveal { transform: none; } }
}
