:root {
  --bg: #f5f9ff;
  --bg-2: #edf6ff;
  --card: #ffffff;
  --glass: rgba(255,255,255,.78);
  --text: #0f172a;
  --muted: #64748b;
  --blue: #2f80ff;
  --blue-2: #6bb7ff;
  --blue-dark: #145ed8;
  --blue-soft: #eaf3ff;
  --cyan: #79dcff;
  --line: rgba(47,128,255,.15);
  --line-strong: rgba(47,128,255,.25);
  --shadow: 0 26px 80px rgba(47,128,255,.16);
  --shadow-soft: 0 14px 40px rgba(15,23,42,.08);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -8%, rgba(47,128,255,.20), transparent 34%),
    radial-gradient(circle at 88% 2%, rgba(121,220,255,.22), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 44%, #ffffff 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(47,128,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(47,128,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 880px; font-size: clamp(46px, 7.5vw, 92px); line-height: .9; letter-spacing: -.07em; margin-bottom: 24px; font-weight: 860; }
h2 { font-size: clamp(32px, 4.6vw, 58px); line-height: .96; letter-spacing: -.058em; margin-bottom: 14px; font-weight: 840; }
h3 { font-size: 21px; letter-spacing: -.03em; margin-bottom: 9px; font-weight: 760; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(245,249,255,.78); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid var(--line); }
.nav-shell { width: min(1180px, calc(100% - 36px)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-icon { width: 50px; height: 50px; flex: 0 0 50px; object-fit: cover; border-radius: 15px; box-shadow: 0 16px 38px rgba(47,128,255,.25); }
.brand strong { display: block; font-size: 15px; letter-spacing: .025em; text-transform: uppercase; }
.brand small { display: block; color: var(--muted); font-weight: 650; margin-top: 2px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 730; font-size: 13px; letter-spacing: .01em; padding: 10px 12px; border-radius: 999px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue-dark); background: rgba(255,255,255,.88); box-shadow: inset 0 0 0 1px var(--line); }
.nav-links a:hover { transform: translateY(-1px); }

.section-pad { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 92px 0; position: relative; }
.section-pad.compact { padding-top: 24px; }
.hero, .legal-hero { position: relative; overflow: hidden; }
.app-hero { padding-top: 78px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr); gap: clamp(34px, 6vw, 72px); align-items: center; min-height: 680px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; letter-spacing: .22em; font-weight: 850; font-size: 11px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px 8px 8px; margin-bottom: 20px; border-radius: 999px; background: rgba(255,255,255,.82); border: 1px solid var(--line); box-shadow: var(--shadow-soft); color: var(--blue-dark); font-size: 13px; font-weight: 760; }
.hero-badge img { width: 30px; height: 30px; border-radius: 9px; }
.hero-text, .page-card p, .feature-card p, .info-tile p, .policy-card p, .policy-card li, .support-card p, .section-heading p, .contact-card p, th, td { color: var(--muted); line-height: 1.72; font-weight: 470; }
.hero-text { font-size: clamp(18px, 2vw, 21px); max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 790; letter-spacing: -.01em; border: 1px solid transparent; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0a84ff); box-shadow: 0 20px 48px rgba(47,128,255,.30); }
.button.secondary { color: var(--blue-dark); background: rgba(255,255,255,.86); border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-row span { padding: 10px 12px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 650; }
.trust-row strong { color: var(--text); }

.orb { position: absolute; border-radius: 999px; filter: blur(44px); opacity: .7; pointer-events: none; animation: floaty 7s ease-in-out infinite alternate; }
.orb-one { width: 300px; height: 300px; background: rgba(47,128,255,.18); right: 14%; top: 8%; }
.orb-two { width: 240px; height: 240px; background: rgba(121,220,255,.18); left: 0; bottom: 8%; animation-delay: -2s; }
.orb-three { width: 180px; height: 180px; background: rgba(47,128,255,.10); right: 2%; bottom: 12%; animation-delay: -4s; }

.phone-stage { position: relative; min-height: 620px; display: grid; place-items: center; }
.phone-glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(47,128,255,.24), transparent 62%); filter: blur(14px); animation: pulseGlow 3.8s ease-in-out infinite alternate; }
.phone-shell { position: relative; width: min(390px, 100%); padding: 12px; border-radius: 46px; background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(232,244,255,.88)); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 42px 100px rgba(15,23,42,.16), 0 18px 62px rgba(47,128,255,.18); transform: rotate(1.2deg); }
.phone-top { height: 22px; display: grid; place-items: center; }
.phone-top span { width: 82px; height: 7px; border-radius: 99px; background: rgba(47,128,255,.18); }
.camera-preview-card { position: relative; min-height: 548px; overflow: hidden; border-radius: 36px; background: linear-gradient(180deg, #dff0ff 0%, #91cdfd 34%, #2f80ff 100%); }
.sky-line { position: absolute; inset: 0; background: radial-gradient(circle at 20% 14%, rgba(255,255,255,.8), transparent 14%), linear-gradient(160deg, transparent 42%, rgba(255,255,255,.18) 42.2%, transparent 60%); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent 8%, black 38%, black); }
.hero-route { position: absolute; left: 28px; right: 28px; top: 112px; width: calc(100% - 56px); height: 280px; fill: none; }
.hero-route path { stroke: rgba(255,255,255,.95); stroke-width: 8; stroke-linecap: round; stroke-dasharray: 18 15; animation: dash 4.8s linear infinite; filter: drop-shadow(0 8px 16px rgba(15,23,42,.12)); }
.hero-pin { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 0 0 9px rgba(255,255,255,.24), 0 12px 28px rgba(15,23,42,.16); }
.hero-pin-a { left: 70px; top: 310px; }.hero-pin-b { left: 216px; top: 198px; }.hero-pin-c { right: 56px; top: 158px; }
.live-chip { position: absolute; left: 20px; top: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; color: #fff; font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; border-radius: 999px; background: rgba(15,23,42,.22); backdrop-filter: blur(18px); }
.live-chip span { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 5px rgba(52,211,153,.18); }
.stamp-card { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 20px; border-radius: 26px; color: var(--text); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.70); box-shadow: 0 22px 52px rgba(15,23,42,.12); backdrop-filter: blur(24px); }
.stamp-card small { display: block; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 6px; }
.stamp-card strong { display: block; font-size: 25px; line-height: 1.04; letter-spacing: -.045em; }
.stamp-card p { margin: 10px 0 12px; color: var(--muted); font-weight: 650; }
.stamp-metrics { display: flex; gap: 8px; flex-wrap: wrap; }
.stamp-metrics span { padding: 8px 10px; border-radius: 999px; background: var(--blue-soft); color: var(--blue-dark); font-size: 12px; font-weight: 800; }

.feature-band { padding-bottom: 42px; }
.section-heading { max-width: 790px; margin-bottom: 26px; }
.feature-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card, .info-tile, .page-card, .policy-card, .support-card, .contact-card, .toc { background: var(--glass); border: 1px solid var(--line); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.feature-card { min-height: 246px; border-radius: 30px; padding: 26px; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; color: var(--blue-dark); background: linear-gradient(180deg, #fff, var(--blue-soft)); box-shadow: inset 0 0 0 1px var(--line); font-size: 23px; font-weight: 900; margin-bottom: 18px; }

.showcase-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; padding: clamp(26px, 5vw, 48px); border-radius: 40px; background: linear-gradient(135deg, rgba(47,128,255,.10), rgba(255,255,255,.86)); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.showcase-copy p:last-child { margin-bottom: 0; max-width: 680px; }
.mini-stack { display: grid; gap: 12px; perspective: 900px; }
.mini-stack span { display: block; padding: 18px 20px; border-radius: 22px; background: white; color: var(--text); font-weight: 820; box-shadow: var(--shadow-soft); border: 1px solid var(--line); transform: rotate(-1deg); }
.mini-stack span:nth-child(2) { transform: rotate(1.2deg); margin-left: 28px; }
.mini-stack span:nth-child(3) { transform: rotate(-.8deg); margin-left: 8px; }
.mini-stack span:nth-child(4) { transform: rotate(1deg); margin-left: 42px; }

.page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.page-card { display: block; text-decoration: none; border-radius: var(--radius); padding: 24px; min-height: 216px; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease; }
.page-card:hover { transform: translateY(-5px); background: #fff; border-color: var(--line-strong); box-shadow: var(--shadow); }
.page-card span, .info-tile span, .support-card span { display: inline-grid; place-items: center; min-width: 46px; height: 34px; padding: 0 10px; border-radius: 999px; color: var(--blue-dark); background: var(--blue-soft); font-size: 11px; font-weight: 850; letter-spacing: .11em; margin-bottom: 18px; }
.page-card h2 { font-size: 25px; margin: 0 0 10px; }
.info-tile, .support-card { border-radius: 28px; padding: 24px; }
.review-section { padding-top: 50px; }

.legal-hero { padding-bottom: 34px; }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: 24px; }
.toc { position: sticky; top: 98px; border-radius: 26px; padding: 18px; }
.toc strong { display: block; margin-bottom: 10px; font-weight: 820; }
.toc a { display: block; text-decoration: none; color: var(--muted); font-weight: 700; padding: 9px 10px; border-radius: 14px; }
.toc a:hover { color: var(--blue-dark); background: var(--blue-soft); }
.policy-card { border-radius: 34px; padding: clamp(24px, 4vw, 46px); }
.policy-card h2 { font-size: 31px; margin-top: 36px; }
.policy-card h2:first-child { margin-top: 0; }
.policy-card ul, .policy-card ol { padding-left: 23px; }
.policy-card li { margin: 9px 0; }
.policy-card a, .support-card a, .contact-card a { color: var(--blue-dark); font-weight: 780; text-decoration-thickness: 2px; text-decoration-color: rgba(47,128,255,.28); text-underline-offset: 3px; }
.table-wrap { overflow-x: auto; margin: 20px 0 8px; border-radius: 22px; border: 1px solid var(--line); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 720px; background: rgba(255,255,255,.76); }
th, td { text-align: left; vertical-align: top; padding: 15px; border-bottom: 1px solid var(--line); }
th { color: var(--text); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; }
tr:last-child td { border-bottom: 0; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-band { padding-top: 20px; }
.contact-card { border-radius: 34px; padding: clamp(24px, 4vw, 40px); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.contact-card h2 { font-size: clamp(26px, 4vw, 42px); word-break: break-word; }
.footer { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 38px 0 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); }
.footer strong { color: var(--text); }.footer p { margin: 6px 0 0; }.footer a { font-weight: 760; text-decoration: none; color: var(--blue-dark); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .10s; }.delay-2 { transition-delay: .20s; }.delay-3 { transition-delay: .30s; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.not-found-card { text-align: center; max-width: 540px; padding: 42px; border-radius: 34px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); }
.not-found-card .brand-icon { width: 88px; height: 88px; margin-bottom: 18px; border-radius: 24px; }
.not-found-card h1 { font-size: clamp(42px, 9vw, 64px); margin-bottom: 12px; }.not-found-card p { color: var(--muted); }

@keyframes floaty { to { transform: translate3d(28px, -18px, 0) scale(1.08); } }
@keyframes dash { to { stroke-dashoffset: -82; } }
@keyframes pulseGlow { to { transform: scale(1.08); opacity: .78; } }
@media (max-width: 1040px) { .hero-grid, .showcase-panel, .legal-layout { grid-template-columns: 1fr; } .phone-stage { min-height: auto; padding: 20px 0 6px; } .toc { position: static; } .page-grid, .review-grid { grid-template-columns: repeat(2, 1fr); } .feature-grid, .support-grid { grid-template-columns: repeat(2, 1fr); } .phone-shell { transform: none; } }
@media (max-width: 680px) { .nav-shell { align-items: flex-start; flex-direction: column; padding: 14px 0; } .nav-links { justify-content: flex-start; } .nav-links a { padding: 9px 10px; } .section-pad { width: min(100% - 28px, 1180px); padding: 64px 0; } .app-hero { padding-top: 52px; } .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 28px; } .page-grid, .review-grid, .feature-grid, .support-grid { grid-template-columns: 1fr; } .contact-card, .footer { flex-direction: column; align-items: flex-start; } h1 { font-size: clamp(43px, 14.8vw, 62px); } .hero-actions .button { width: 100%; } .phone-shell { width: min(360px, 100%); border-radius: 38px; } .camera-preview-card { min-height: 500px; border-radius: 30px; } .stamp-card strong { font-size: 22px; } .showcase-panel { border-radius: 30px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

/* Legal-page mobile safety: prevent grid children from forcing horizontal scroll. */
.legal-layout > *, .toc, .policy-card, .support-card, .contact-card { min-width: 0; }
.policy-card, .support-card, .contact-card { overflow-wrap: anywhere; }
@media (max-width: 1040px) { .legal-layout { grid-template-columns: minmax(0, 1fr); } }
