:root {
  color-scheme: light;
  --navy: #06152b;
  --navy-2: #0b2444;
  --blue: #2d82d7;
  --blue-bright: #5daefa;
  --ice: #eef6ff;
  --surface: #ffffff;
  --ink: #102136;
  --muted: #607086;
  --line: rgba(16, 33, 54, .13);
  --shadow: 0 24px 70px rgba(6, 21, 43, .13);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fbfdff; color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skipLink { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: #fff; border-radius: 10px; }
.skipLink:focus { top: 16px; }
.siteHeader { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.10); background: rgba(6,21,43,.91); backdrop-filter: blur(18px); }
.headerInner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brandLink { display: inline-flex; align-items: center; }
.brandLink img, .footerBrand img { filter: brightness(0) invert(1); }
.mainNav { display: flex; align-items: center; gap: 26px; }
.mainNav a, .languageLink { color: rgba(255,255,255,.76); text-decoration: none; font-size: 14px; font-weight: 650; }
.mainNav a:hover, .languageLink:hover { color: #fff; }
.headerActions { display: flex; align-items: center; gap: 14px; }
.headerCta, .primaryLink { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 12px; background: #fff; color: var(--navy); text-decoration: none; font-weight: 750; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 77% 20%, rgba(93,174,250,.25), transparent 30%), linear-gradient(145deg, #020a17, #071b37 58%, #0c2c51); color: #fff; }
.heroGlow { position: absolute; border-radius: 999px; filter: blur(10px); pointer-events: none; }
.heroGlowOne { width: 320px; height: 320px; right: -90px; top: 130px; background: rgba(56,146,236,.18); }
.heroGlowTwo { width: 250px; height: 250px; left: 28%; bottom: -160px; background: rgba(92,204,223,.13); }
.heroGrid { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; padding: 92px 0 80px; }
.eyebrow { margin: 0; color: #8cc8ff; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.eyebrow.dark { color: #2877be; }
h1 { max-width: 760px; margin: 18px 0 20px; font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.heroLead { max-width: 690px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.storePanel { max-width: 620px; margin-top: 34px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.storeRecommendation { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: rgba(255,255,255,.85); font-size: 13px; font-weight: 700; }
.recommendationDot { width: 8px; height: 8px; border-radius: 50%; background: #77d4ff; box-shadow: 0 0 0 6px rgba(119,212,255,.12); }
.storeButtons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.storeButton { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 62px; padding: 10px 16px; border-radius: 14px; background: #fff; color: #08182d; text-decoration: none; transition: transform .2s ease, opacity .2s ease; }
.storeButton:hover { transform: translateY(-2px); }
.storeButton[aria-disabled="true"] { opacity: .47; cursor: not-allowed; }
.storeIcon { font-size: 28px; }
.playIcon { font-size: 21px; }
.storeButton small, .storeButton strong { display: block; }
.storeButton small { font-size: 10px; }
.storeButton strong { font-size: 18px; }
.storeNote { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.trustLine { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: rgba(255,255,255,.58); font-size: 12px; }
.trustLine span::before { content: "✓"; margin-right: 6px; color: #7bd6ff; }
.deviceStage { position: relative; min-height: 590px; display: grid; place-items: center; }
.phone { width: min(340px, 86vw); padding: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 44px; background: #020710; box-shadow: 0 35px 90px rgba(0,0,0,.43); transform: rotate(2deg); }
.phoneTop { height: 24px; display: grid; place-items: center; }
.phoneTop span { width: 88px; height: 6px; border-radius: 999px; background: #121b28; }
.phoneScreen { min-height: 560px; padding: 26px 21px; overflow: hidden; border-radius: 34px; background: linear-gradient(#f7fbff, #edf5fc); color: var(--ink); }
.appHeader { display: flex; align-items: center; justify-content: space-between; }
.appHeader img { filter: none; }
.appHeaderIcons { display: flex; gap: 8px; color: #2f70a9; font-size: 12px; }
.appKicker { margin: 45px 0 8px; color: #5f738a; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.phoneScreen h2 { margin: 0; font-size: 34px; line-height: 1.05; letter-spacing: -.04em; }
.walletCard { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 16px; padding: 18px; border-radius: 20px; background: #071c35; color: #fff; }
.walletCard small, .walletCard strong { display: block; }
.walletCard small { color: #8fc9ff; font-size: 9px; }
.walletCard strong { margin-top: 6px; font-size: 28px; }
.miniCard { display: flex; align-items: center; gap: 12px; margin-top: 10px; padding: 14px; border: 1px solid #dbe7f3; border-radius: 16px; background: #fff; }
.miniIcon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #e9f4ff; color: #2477c2; }
.miniCard strong, .miniCard small { display: block; }
.miniCard small { margin-top: 3px; color: #718095; }
.captureButton { margin-top: 20px; padding: 15px; border-radius: 14px; background: #0b2a4c; color: #fff; text-align: center; font-weight: 750; }
.floatingCard { position: absolute; min-width: 170px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 15px; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: var(--shadow); }
.floatingCard span, .floatingCard strong { display: block; }
.floatingCard span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.floatingCard strong { margin-top: 4px; font-size: 14px; }
.floatingManual { left: -10px; top: 145px; }
.floatingRecall { right: -24px; bottom: 120px; }
.proofStrip { border-bottom: 1px solid var(--line); background: #fff; }
.proofGrid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proofGrid div { padding: 28px; border-right: 1px solid var(--line); }
.proofGrid div:last-child { border-right: 0; }
.proofGrid strong, .proofGrid span { display: block; }
.proofGrid strong { font-size: 15px; }
.proofGrid span { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.section { padding-top: 112px; padding-bottom: 112px; }
.sectionHeading { max-width: 760px; margin-bottom: 46px; }
.sectionHeading.narrow { max-width: 700px; }
.sectionHeading h2, .securityGrid h2, .finalCta h2 { margin: 12px 0; font-size: clamp(36px, 4.7vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.sectionHeading > p:last-child, .securityLead, .finalCta p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.featureGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featureCard { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 45px rgba(6,21,43,.06); }
.featureCard.featured { background: linear-gradient(145deg, #071c37, #0e355d); color: #fff; }
.featureCard.wide { grid-column: span 2; }
.featureNumber { color: #408bc9; font-size: 12px; font-weight: 800; }
.featureCard h3 { margin: 42px 0 12px; font-size: 25px; letter-spacing: -.02em; }
.featureCard p { color: var(--muted); line-height: 1.65; }
.featureCard.featured p { color: rgba(255,255,255,.68); }
.featureTag { display: inline-flex; margin-top: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.1); color: #a5d7ff; font-size: 11px; font-weight: 750; }
.securitySection { background: var(--navy); color: #fff; }
.securityGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.securityLead { color: rgba(255,255,255,.66); }
.textLink { display: inline-flex; gap: 10px; margin-top: 16px; color: #a9dcff; text-decoration: none; font-weight: 750; }
.securityList { border-top: 1px solid rgba(255,255,255,.14); }
.securityList > div { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.securityList > div > span { color: #75bdf6; font-size: 12px; font-weight: 800; }
.securityList strong { font-size: 18px; }
.securityList p { margin: 7px 0 0; color: rgba(255,255,255,.62); line-height: 1.55; }
.creditGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.creditGrid article { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.creditGrid article > span { color: #2877be; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.creditGrid h3 { margin: 20px 0 8px; font-size: 20px; }
.creditGrid p { margin: 0; color: var(--muted); line-height: 1.55; }
.creditNotice { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 12px 20px; align-items: center; margin-top: 22px; padding: 22px; border-radius: 18px; background: var(--ice); }
.creditNotice strong { color: #175f9e; }
.creditNotice span { color: var(--muted); }
.finalCta { background: linear-gradient(135deg, #ddecfb, #f5faff); }
.finalCtaInner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.finalCtaInner > div { max-width: 760px; }
.primaryLink { background: var(--navy); color: #fff; white-space: nowrap; }
.faqGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
details { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
summary { cursor: pointer; font-weight: 750; }
details p { color: var(--muted); line-height: 1.6; }
.siteFooter { padding: 66px 0 28px; background: #041020; color: #fff; }
.footerGrid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 42px; }
.footerGrid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footerGrid a { color: rgba(255,255,255,.66); text-decoration: none; font-size: 13px; }
.footerGrid span, .footerBrand p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.5; }
.footerBottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 12px; }
@media (max-width: 980px) {
  .mainNav { display: none; }
  .heroGrid, .securityGrid { grid-template-columns: 1fr; }
  .heroGrid { padding-top: 70px; }
  .deviceStage { min-height: 540px; }
  .featureGrid { grid-template-columns: repeat(2, 1fr); }
  .creditGrid { grid-template-columns: repeat(2, 1fr); }
  .footerGrid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footerGrid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .siteHeader { position: relative; }
  .headerInner { min-height: 72px; }
  .brandLink img { width: 128px; height: auto; }
  .headerCta { display: none; }
  .heroGrid { min-height: auto; gap: 35px; padding: 58px 0 62px; }
  h1 { font-size: 48px; }
  .heroLead { font-size: 16px; }
  .storeButtons, .proofGrid, .featureGrid, .creditGrid, .faqGrid, .footerGrid { grid-template-columns: 1fr; }
  .proofGrid div { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; padding-right: 0; }
  .proofGrid div:last-child { border-bottom: 0; }
  .deviceStage { min-height: 520px; }
  .floatingCard { display: none; }
  .phone { width: 310px; }
  .phoneScreen { min-height: 520px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .featureCard.wide { grid-column: auto; }
  .creditNotice { grid-template-columns: 1fr; }
  .finalCtaInner, .footerBottom { align-items: flex-start; flex-direction: column; }
  .footerGrid > div:last-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
