:root {
  --ink: #07181d;
  --ink-soft: #18343a;
  --lime: #bfff00;
  --lime-soft: #d9ff6a;
  --cyan: #1bd6df;
  --cream: #f4f3e8;
  --paper: #fbfbf6;
  --line: rgba(7, 24, 29, .13);
  --green: #1e6b44;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(1, 24, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 40px));
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; font-size: 20px; font-weight: 750; letter-spacing: -.03em; }
.brand img, .footer-brand img { border-radius: 12px; box-shadow: 0 7px 20px rgba(0,0,0,.12); }
nav { display: flex; gap: 30px; align-items: center; }
nav a { text-decoration: none; font-size: 14px; font-weight: 650; color: var(--ink-soft); }
nav a:hover { color: var(--green); }
.menu-button { display: none; }

.hero { min-height: 850px; padding: 165px 0 80px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 22px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 2px; background: var(--lime); vertical-align: middle; margin-right: 9px; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.055em; line-height: .95; }
h1 { margin-bottom: 30px; font-size: clamp(64px, 7.1vw, 105px); font-weight: 820; }
h1 em { color: var(--green); font-style: normal; }
.lede { max-width: 610px; margin: 0 0 34px; color: #486066; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; text-decoration: none; font-size: 15px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(7,24,29,.18); }
.button.primary span { color: var(--lime); }
.button.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.65); backdrop-filter: blur(14px); }
.microcopy { color: #708085; font-size: 12px; margin: 16px 0 0 4px; }

.hero-visual { position: relative; min-height: 630px; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 10% 3% 0; z-index: -3; border-radius: 48% 52% 44% 56%; background: radial-gradient(circle at 30% 25%, var(--lime-soft), #82ae35 32%, #194d3f 70%, #0a2328); transform: rotate(-6deg); }
.phone-shot { width: min(416px, 78%); filter: drop-shadow(0 35px 50px rgba(0, 20, 24, .35)); transform: translateY(65px) rotate(2.4deg); border-radius: 38px; }
.orbit { position: absolute; border: 1px solid rgba(191,255,0,.46); border-radius: 50%; z-index: -2; }
.orbit-one { width: 580px; height: 270px; transform: rotate(31deg); }
.orbit-two { width: 500px; height: 570px; transform: rotate(-24deg); border-color: rgba(27,214,223,.3); }
.glass-note { position: absolute; z-index: 3; min-width: 178px; padding: 15px 18px; display: grid; gap: 3px; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; background: rgba(5, 31, 36, .55); box-shadow: 0 16px 35px rgba(0,0,0,.2); backdrop-filter: blur(20px); }
.glass-note strong { color: var(--lime-soft); font-size: 18px; }
.glass-note span { font-size: 11px; opacity: .78; }
.note-top { top: 22%; right: -1%; }
.note-bottom { bottom: 11%; left: -3%; }

.country-strip { min-height: 100px; padding: 24px max(30px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--cream); border-block: 1px solid var(--line); color: #516166; font-size: 13px; font-weight: 650; }
.country-strip p { color: #8b9699; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.country-strip div { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.country-strip span { color: var(--ink); font-weight: 850; }

.section { padding-block: 125px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.section-heading h2, .coverage-card h2, .privacy-copy h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 82px); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { min-height: 610px; border-radius: var(--radius); overflow: hidden; background: #eef0e4; }
.feature-copy { padding: 48px; display: flex; flex-direction: column; justify-content: space-between; }
.feature-number { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); font-weight: 750; font-size: 13px; }
.feature-card h3 { max-width: 480px; margin-bottom: 25px; font-size: clamp(44px, 5vw, 70px); }
.feature-card p { color: #506469; font-size: 18px; line-height: 1.55; }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; }
.tag-row span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 650; }
.visual-card { display: flex; justify-content: center; align-items: flex-start; background: linear-gradient(145deg, #bfff00, #27835b 65%, #06262d); }
.visual-card img { width: 100%; height: 100%; object-fit: cover; }
.dark-card { color: white; background: var(--ink); }
.dark-card p { color: #a9b7b9; }
.dark-card .feature-number { border-color: rgba(255,255,255,.2); color: var(--lime); }
.metric { display: flex; align-items: center; gap: 18px; }
.metric strong { color: var(--lime); font-size: 94px; line-height: .8; }
.metric span { color: #bdc7c9; font-size: 13px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }

.privacy-section { padding-block: 130px; color: white; background: var(--ink); overflow: hidden; }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.privacy-mark { min-height: 500px; display: grid; place-items: center; background: radial-gradient(circle, rgba(191,255,0,.22), transparent 65%); }
.privacy-ring { width: min(410px, 85vw); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(191,255,0,.55); border-radius: 41% 59% 46% 54% / 56% 42% 58% 44%; box-shadow: inset 0 0 80px rgba(191,255,0,.07), 0 0 100px rgba(27,214,223,.1); transform: rotate(-8deg); }
.privacy-ring::after { content: ""; position: absolute; width: 280px; aspect-ratio: 1; border: 1px solid rgba(27,214,223,.42); border-radius: 50%; }
.privacy-ring span { position: relative; z-index: 1; color: var(--lime); font-size: 46px; font-weight: 800; line-height: .95; letter-spacing: -.05em; transform: rotate(8deg); }
.eyebrow.light, .text-link.light { color: var(--lime); }
.privacy-copy h2 { margin-bottom: 30px; }
.privacy-copy > p:not(.eyebrow) { color: #a8b6b8; font-size: 19px; line-height: 1.6; }
.check-list { margin: 32px 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #dfe5e5; }
.check-list span { color: var(--lime); }
.text-link { display: inline-flex; gap: 12px; text-decoration: none; font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.coverage-card { padding: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.coverage-card h2 { font-size: clamp(44px, 5vw, 68px); }
.coverage-card > div:last-child { align-self: end; }
.coverage-card p { color: #536569; font-size: 18px; line-height: 1.6; }
.final-cta { padding: 80px 20px 150px; text-align: center; }
.final-cta img { margin-bottom: 30px; border-radius: 25%; box-shadow: var(--shadow); }
.final-cta h2 { margin-bottom: 35px; }

.site-footer { padding-block: 35px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #526368; text-decoration: none; font-size: 13px; }
.site-footer > p { grid-column: 1 / -1; color: #8a979a; font-size: 11px; }

.legal-hero { padding: 165px 0 70px; border-bottom: 1px solid var(--line); background: var(--cream); }
.legal-hero h1 { max-width: 900px; font-size: clamp(55px, 7vw, 90px); }
.legal-hero p { max-width: 720px; color: #51656a; font-size: 19px; line-height: 1.55; }
.legal-layout { padding-block: 80px 130px; display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: space-between; gap: 70px; }
.legal-aside { position: sticky; top: 30px; align-self: start; color: #839094; font-size: 12px; line-height: 1.6; }
.legal-content section { padding-bottom: 45px; margin-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 20px; font-size: 34px; line-height: 1.08; }
.legal-content h3 { margin: 25px 0 10px; font-size: 20px; line-height: 1.2; }
.legal-content p, .legal-content li { color: #4a5f64; font-size: 16px; line-height: 1.7; }
.legal-content ul, .legal-content ol { padding-left: 20px; }
.legal-content a { color: var(--green); font-weight: 650; }
.source-card { margin: 18px 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.source-card h3 { margin-top: 0; }
.source-card p { margin-bottom: 8px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 30px 0; }
.support-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; background: white; }
.support-card strong { display: block; margin-bottom: 8px; font-size: 19px; }
.support-card span { color: #65777b; font-size: 14px; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-button { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.8); padding: 9px 14px; font-weight: 700; }
  nav { display: none; position: absolute; top: 68px; right: 0; min-width: 190px; padding: 20px; flex-direction: column; align-items: flex-start; gap: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(251,251,246,.96); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 135px; text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .lede { margin-inline: auto; }
  .microcopy { text-align: center; }
  .hero-visual { min-height: 680px; }
  .country-strip { justify-content: center; flex-wrap: wrap; }
  .country-strip p { width: 100%; text-align: center; }
  .feature-grid, .privacy-grid, .coverage-card { grid-template-columns: 1fr; }
  .privacy-grid { gap: 25px; }
  .coverage-card { padding: 45px; gap: 30px; }
  .legal-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-aside { position: static; }
}

@media (max-width: 620px) {
  .shell, .site-header { width: min(100% - 26px, 1180px); }
  .hero { min-height: auto; gap: 35px; }
  h1 { font-size: 58px; }
  .hero-visual { min-height: 560px; }
  .phone-shot { width: 82%; transform: translateY(35px) rotate(1deg); }
  .glass-note { min-width: 142px; padding: 11px 13px; }
  .note-top { right: 0; top: 19%; }
  .note-bottom { left: 0; bottom: 8%; }
  .country-strip { gap: 14px 22px; }
  .section { padding-block: 85px; }
  .feature-grid { gap: 13px; }
  .feature-card { min-height: 520px; }
  .feature-copy { padding: 30px; }
  .privacy-section { padding-block: 85px; }
  .privacy-mark { min-height: 350px; }
  .privacy-ring span { font-size: 38px; }
  .coverage-card { padding: 30px; }
  .support-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
