:root {
  --ink: #0a141c;
  --ink-soft: #101e28;
  --panel: #10212c;
  --line: rgba(195, 219, 222, 0.16);
  --text: #f1f5f3;
  --muted: #98a8ad;
  --mint: #85e6b8;
  --cyan: #55c6cf;
  --cyan-soft: #a1dfe1;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: #0a141c;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
.page-glow { display: none; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 31px; height: 31px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; transform: rotate(45deg); }
.brand-mark span { border-radius: 2px; background: var(--cyan); }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(3) { background: var(--mint); }
.brand-name { font-size: 16px; font-weight: 800; letter-spacing: .13em; }
.brand-name span { display: block; margin-top: 1px; color: var(--cyan-soft); font-size: 9px; font-weight: 700; letter-spacing: .34em; }
nav { display: flex; align-items: center; gap: 14px; color: #b9c7d0; font-size: 12px; }
nav a { white-space: nowrap; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--white); }
.nav-cta { padding: 10px 16px; color: var(--ink) !important; border-radius: 3px; background: var(--mint); font-weight: 750; }

.hero {
  width: min(calc(100% - 40px), var(--max));
  min-height: 670px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 38px;
  padding: 74px 0 82px;
}
.eyebrow, .section-kicker { color: var(--cyan-soft); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 16px var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin: 24px 0 25px; font-size: clamp(52px, 6vw, 78px); line-height: 1.01; letter-spacing: -.052em; font-weight: 680; }
.hero-lead { max-width: 585px; color: #adbbc5; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; margin: 35px 0 42px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06131b; background: var(--mint); box-shadow: none; }
.button-primary:hover { box-shadow: 0 16px 45px rgba(63, 218, 213, .25); }
.button-primary svg { width: 19px; fill: #06131b; }
.button-ghost { border-color: var(--line); background: transparent; color: #d6e0e5; }
.trust-row { display: flex; gap: 0; }
.trust-row div { min-width: 128px; padding: 0 24px; border-left: 1px solid var(--line); }
.trust-row div:first-child { padding-left: 0; border: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--white); font-size: 15px; }
.trust-row span { margin-top: 5px; color: #758895; font-size: 11px; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; border-left: 1px solid var(--line); }
.hero-visual::before { content: ""; position: absolute; width: 370px; height: 440px; border: 1px solid rgba(130, 199, 200, .13); background: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(130,199,200,.07) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(130,199,200,.07) 40px); transform: rotate(-4deg); }
.visual-label { position: absolute; left: 35px; top: 64px; width: 145px; padding-top: 10px; border-top: 2px solid var(--mint); color: #81959d; font-size: 9px; font-weight: 800; line-height: 1.7; letter-spacing: .12em; }
.orbit { position: absolute; border: 1px solid rgba(115, 224, 228, .16); border-radius: 50%; }
.orbit-one { width: 465px; height: 465px; }
.orbit-two { width: 570px; height: 570px; border-style: dashed; opacity: .5; animation: rotate 26s linear infinite; }
.signal-dot { position: absolute; width: 8px; height: 8px; border: 2px solid #081421; border-radius: 50%; background: var(--mint); box-shadow: 0 0 17px var(--mint); }
.dot-one { top: 13%; right: 19%; }
.dot-two { left: 8%; bottom: 27%; background: var(--cyan); }
@keyframes rotate { to { transform: rotate(360deg); } }

.phone { position: relative; z-index: 2; width: 277px; height: 556px; padding: 9px; border: 1px solid rgba(192, 237, 241, .32); border-radius: 38px; background: #101f2a; box-shadow: 20px 30px 0 rgba(3, 9, 13, .26); transform: rotate(2deg); }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 32px; background: #edf4f4; color: #13242b; }
.phone-top { position: absolute; z-index: 4; top: 14px; left: 50%; width: 82px; height: 22px; transform: translateX(-50%); border-radius: 15px; background: #06101b; }
.chat-head { height: 74px; padding: 27px 15px 10px; display: flex; align-items: center; gap: 9px; color: #effbfa; background: #0b2733; }
.mini-logo { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--mint), var(--cyan)); color: #09212b; font-weight: 900; }
.chat-head strong, .chat-head small { display: block; }
.chat-head strong { font-size: 12px; }
.chat-head small { color: #7fa0aa; font-size: 9px; }
.chat-head i { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: var(--mint); }
.chat-content { padding: 17px 13px; }
.welcome-card { padding: 16px; border-radius: 13px; background: white; box-shadow: 0 8px 25px rgba(17, 49, 59, .08); }
.tiny-label { display: block; margin-bottom: 9px; color: #168a91; font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.welcome-card strong { display: block; font-size: 16px; }
.welcome-card p { margin: 7px 0 0; color: #62747a; font-size: 10px; line-height: 1.55; }
.country-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin: 12px 0; }
.country-grid span, .chat-button { padding: 11px 8px; border: 1px solid #dce8e8; border-radius: 9px; background: #f9fdfd; font-size: 9px; font-weight: 700; }
.chat-button { text-align: center; color: #0f6670; background: #dff7f3; border-color: #bcece6; }
.home-line { position: absolute; bottom: 8px; left: 50%; width: 80px; height: 3px; transform: translateX(-50%); border-radius: 4px; background: #18333d; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(175, 234, 236, .22); border-radius: 3px; background: #0b1c26; box-shadow: 10px 12px 0 rgba(3,9,13,.25); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: 3px; color: #8298a4; font-size: 8px; }
.floating-card strong { font-size: 10px; }
.card-coverage { left: 14px; top: 63%; }
.card-speed { right: -4%; bottom: 21%; }
.status-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #092218; background: var(--mint); font-weight: 900; }
.card-speed > span { color: var(--cyan); font-size: 21px; font-weight: 900; }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.ticker-track { min-width: max-content; height: 70px; display: flex; align-items: center; justify-content: center; gap: 28px; color: #90a3ad; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.ticker i { width: 4px; height: 4px; border-radius: 50%; background: #2f5661; }
.ticker .more-countries { padding: 9px 14px; border-left: 2px solid var(--mint); color: var(--mint); background: rgba(149, 245, 200, .04); }
.ticker .more-countries b { margin-left: 5px; font-size: 14px; }

.section { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 130px 0; }
.section-heading { max-width: 670px; margin-bottom: 55px; }
.section h2 { margin: 15px 0 20px; font-size: clamp(42px, 5.1vw, 62px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p, .benefit-copy p, .final-cta p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step-grid article { position: relative; min-height: 300px; padding: 38px 38px 35px 0; border-right: 1px solid var(--line); }
.step-grid article:not(:first-child) { padding-left: 38px; }
.step-grid article:last-child { border-right: 0; }
.step-number { position: absolute; right: 22px; top: 24px; color: #314956; font-size: 12px; font-weight: 800; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 60px; border: 1px solid rgba(125, 229, 221, .28); border-radius: 2px; color: var(--mint); background: transparent; font-size: 24px; }
.step-grid h3 { margin-bottom: 12px; font-size: 21px; }
.step-grid p { max-width: 260px; color: #82939e; font-size: 14px; line-height: 1.65; }

.benefits { padding-top: 45px; }
.benefit-panel { display: grid; grid-template-columns: .9fr 1.1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: #0d1b25; }
.benefit-copy { padding: 72px 64px; border-right: 1px solid var(--line); }
.benefit-copy h2 { font-size: clamp(42px, 4vw, 58px); }
.text-link { display: inline-flex; gap: 9px; margin-top: 18px; color: var(--mint); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.benefit-list div { min-height: 235px; padding: 41px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-list div:nth-child(even) { border-right: 0; }
.benefit-list div:nth-child(n+3) { border-bottom: 0; }
.benefit-list span { display: block; margin-bottom: 40px; color: var(--cyan); font-size: 11px; font-weight: 900; }
.benefit-list strong { display: block; margin-bottom: 9px; font-size: 16px; }
.benefit-list p { color: #80919b; font-size: 12px; line-height: 1.6; }

.privacy-explainer { padding-top: 55px; }
.definition-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.definition-grid article { padding: 42px; }
.definition-grid article + article { border-left: 1px solid var(--line); }
.definition-grid h3 { margin-bottom: 12px; font-size: 20px; }
.definition-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.faq { padding-top: 45px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 52px 27px 0; color: var(--text); cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--mint); font-size: 25px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 820px; margin: -4px 0 27px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.resources { padding-top: 45px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-grid a { min-height: 165px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.resource-grid a:hover { background: rgba(133, 230, 184, .05); }
.resource-grid strong, .resource-grid span { display: block; }
.resource-grid strong { margin-bottom: 13px; font-size: 18px; }
.resource-grid span { color: var(--muted); font-size: 13px; line-height: 1.65; }

.final-cta { position: relative; margin-bottom: 85px; overflow: hidden; border-top: 1px solid rgba(116, 229, 220, .19); border-bottom: 1px solid rgba(116, 229, 220, .19); text-align: center; background: #0c1b25; }
.final-cta > *:not(.cta-grid) { position: relative; z-index: 1; }
.cta-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(122, 220, 220, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(122, 220, 220, .2) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.final-cta h2 { margin-left: auto; margin-right: auto; }
.final-cta p { max-width: 610px; margin: 0 auto 32px; }
.button-large { min-height: 59px; padding: 0 29px; }

footer { width: min(calc(100% - 40px), var(--max)); min-height: 130px; margin: auto; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #758895; font-size: 12px; }
footer p { margin: 0; text-align: center; }
footer > a:not(.brand) { color: var(--cyan-soft); }
footer small { grid-column: 1 / -1; padding-bottom: 25px; text-align: center; color: #4d626e; }


@media (max-width: 900px) {
  .site-header { height: auto; min-height: 118px; padding: 16px 0 0; flex-wrap: wrap; }
  .site-header nav { order: 3; width: 100%; padding: 12px 0 13px; overflow-x: auto; border-top: 1px solid var(--line); scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header .nav-cta { order: -1; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 620px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article, .step-grid article:not(:first-child) { min-height: auto; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-grid article:last-child { border-bottom: 0; }
  .step-icon { margin-bottom: 25px; }
  .benefit-panel { grid-template-columns: 1fr; }
  .benefit-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .definition-grid { grid-template-columns: 1fr; }
  .definition-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header { height: auto; min-height: 118px; }
  .nav-cta { padding: 10px 12px; font-size: 12px; }
  .hero { width: min(calc(100% - 28px), var(--max)); padding-top: 58px; }
  h1 { font-size: 50px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-row { gap: 0; }
  .trust-row div { min-width: 0; flex: 1; padding: 0 8px; }
  .trust-row span { font-size: 9px; }
  .hero-visual { min-height: 570px; transform: scale(.9); margin: -15px -30px; }
  .orbit-two { width: 500px; height: 500px; }
  .card-coverage { left: -2%; }
  .card-speed { right: -2%; }
  .ticker-track { justify-content: flex-start; padding-left: 25px; }
  .section { width: min(calc(100% - 28px), var(--max)); padding: 90px 0; }
  .benefit-copy { padding: 45px 28px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list div { min-height: 190px; padding: 32px 28px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .benefit-list div:last-child { border-bottom: 0 !important; }
  .benefit-list span { margin-bottom: 25px; }
  .definition-grid article { padding: 32px 28px; }
  .faq-list summary { font-size: 16px; }
  .resource-grid { grid-template-columns: 1fr; }
  .final-cta { padding-left: 22px; padding-right: 22px; }
  footer { padding: 35px 0; grid-template-columns: 1fr; justify-items: center; }
  footer p { order: 3; }
  footer small { grid-column: auto; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
  * { transition: none !important; }
}
