:root {
  --navy: #050816;
  --panel: #08112a;
  --panel-2: #0b1735;
  --line: rgba(145, 178, 255, .14);
  --muted: #8a96b8;
  --text: #f7fbff;
  --electric: #00A3FF;
  --green: #1eff9a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 80% 8%, rgba(0, 91, 255, .26), transparent 34rem),
    radial-gradient(circle at 8% 28%, rgba(0, 163, 255, .12), transparent 28rem),
    linear-gradient(180deg, #050816 0%, #030613 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg, canvas { max-width: 100%; }
.container-xl { max-width: 1220px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 8, 22, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: blur(22px);
}

.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.02em; }
.brand > span:last-child { font-size: 20px; }
.brand > span:last-child span { color: var(--electric); }
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 163, 255, .55);
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(0, 163, 255, .24), rgba(5, 8, 22, .72));
  box-shadow: 0 0 28px rgba(0, 163, 255, .18);
}
.brand-mark svg { width: 22px; fill: #bfeaff; }

.desktop-nav { display: flex; align-items: center; gap: 42px; font-size: 13px; font-weight: 700; color: #c9d4ee; }
.desktop-nav a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta {
  display: inline-flex;
  padding: 12px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0075ff, var(--electric));
  color: white;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(0, 96, 255, .3);
}
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 12px; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: white; border-radius: 2px; }
.mobile-nav { display: none; padding: 18px 24px 24px; border-top: 1px solid rgba(255,255,255,.06); }
.mobile-nav a { display: block; padding: 12px 0; color: #d6def3; font-weight: 700; }
.mobile-nav.open { display: block; }

.hero-section { position: relative; padding: 86px 0 56px; overflow: hidden; }
.hero-orbit { position: absolute; inset: 0; pointer-events: none; opacity: .86; }
#heroMap { position: absolute; right: -8vw; top: -30px; width: 64vw; height: 660px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1fr); gap: clamp(34px, 5vw, 70px); align-items: center; }
.hero-copy { position: relative; z-index: 4; padding-bottom: 18px; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid rgba(0, 163, 255, .24);
  border-radius: 999px;
  color: #a9dfff;
  background: rgba(0, 163, 255, .07);
  font-size: 14px;
  font-weight: 700;
}
.hero-copy h1 {
  margin: 26px 0 18px;
  font-size: clamp(50px, 6.2vw, 86px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero-copy h1 span {
  color: transparent;
  background: linear-gradient(135deg, #1478ff, #00A3FF 45%, #89e6ff);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-copy p { max-width: 540px; color: #c3cae1; font-size: 18px; line-height: 1.75; margin: 0; }

.download-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 13px; max-width: 460px; }
.download-button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.download-button.primary { background: linear-gradient(135deg, #006eff, #00A3FF); border-color: rgba(255,255,255,.2); box-shadow: 0 18px 44px rgba(0, 113, 255, .32); }
.download-button:hover { transform: translateY(-3px); border-color: rgba(0, 163, 255, .5); box-shadow: 0 20px 50px rgba(0, 163, 255, .18); }
.button-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 12px; background: rgba(255,255,255,.12); font-weight: 900; }
.button-icon img { width: 22px; height: 22px; object-fit: contain; display: block; }
.download-button:not(.primary) .button-icon img { filter: brightness(1.45) saturate(.9); }
.download-button strong, .download-button small { display: block; }
.download-button strong { font-size: 14px; }
.download-button small { color: rgba(255,255,255,.66); font-size: 11px; }

.hero-proof { margin-top: 30px; margin-bottom: 22px; display: flex; align-items: center; gap: 14px; color: white; }
.hero-proof small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.avatar-stack { display: flex; }
.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-left: -9px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid var(--navy);
  background: linear-gradient(135deg, #123e99, #09b6ff);
  font-size: 10px;
  font-weight: 900;
}
.avatar-stack span:first-child { margin-left: 0; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; padding-top: 20px; }
.hero-visual::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0,163,255,.18), transparent 57%),
    repeating-radial-gradient(circle, rgba(0,163,255,.18) 0 1px, transparent 2px 9px);
  filter: drop-shadow(0 0 40px rgba(0,163,255,.18));
  opacity: .85;
}
.route-label {
  position: absolute;
  z-index: 3;
  padding: 9px 13px;
  border: 1px solid rgba(0,163,255,.3);
  border-radius: 999px;
  background: rgba(7, 17, 43, .84);
  color: white;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 0 30px rgba(0,163,255,.16);
}
.route-user { left: 2%; top: 58%; color: #9cc9ff; }
.route-sg { right: 3%; top: 34%; }
.route-sg span { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }

.phone-hero { position: relative; z-index: 2; transform: translateY(12px) rotate(9deg); filter: drop-shadow(0 38px 80px rgba(0,0,0,.58)); }
.phone-shell {
  width: min(306px, 86vw);
  min-height: 548px;
  padding: 22px 20px;
  border: 8px solid #151a25;
  border-radius: 48px;
  background:
    radial-gradient(circle at 50% 43%, rgba(0,163,255,.13), transparent 46%),
    linear-gradient(180deg, #08152f, #050816);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 0 1px rgba(135,170,255,.22);
  overflow: hidden;
}
.phone-notch { position: absolute; left: 50%; transform: translateX(-50%); top: 15px; width: 94px; height: 24px; border-radius: 0 0 15px 15px; background: #05070f; }
.phone-top, .phone-nav { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.phone-top { color: #dfe7fb; font-size: 11px; font-weight: 800; padding: 8px 8px 18px; }
.phone-nav button { width: 24px; height: 16px; border: 0; background: linear-gradient(#9ab2dc 0 2px, transparent 2px 7px, #9ab2dc 7px 9px, transparent 9px); opacity: .8; }
.phone-logo { font-size: 13px; font-weight: 800; }
.phone-logo span { display: inline-block; width: 16px; height: 16px; margin-right: 5px; border-radius: 5px; vertical-align: -3px; background: linear-gradient(135deg, #00A3FF, #006bff); }
.profile-dot { width: 25px; height: 25px; border-radius: 50%; background: rgba(255,255,255,.1); }
.status-pill { margin: 22px auto 16px; width: fit-content; color: var(--green); font-size: 13px; font-weight: 800; text-align: center; }
.status-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.status-pill strong { display: block; margin-top: 4px; }
.mini-map { height: 118px; position: relative; margin: 0 0 4px; background: radial-gradient(circle at 50% 50%, rgba(0,163,255,.12), transparent 50%); }
.mini-map::before {
  content: "";
  position: absolute;
  inset: 18px 4px;
  opacity: .7;
  background-image: radial-gradient(rgba(0,163,255,.8) 1px, transparent 1.2px);
  background-size: 8px 8px;
  clip-path: polygon(2% 38%,16% 24%,31% 30%,37% 18%,51% 31%,62% 26%,74% 44%,91% 37%,95% 58%,77% 65%,66% 56%,51% 69%,35% 59%,22% 69%,11% 55%);
}
.mini-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 12px var(--electric); }
.mini-dot.home { left: 30%; top: 55%; }
.mini-dot.singapore { left: 73%; top: 62%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.mini-route { position: absolute; left: 32%; top: 58%; width: 42%; height: 38px; border-top: 1px dashed rgba(30,255,154,.55); border-radius: 50%; transform: rotate(8deg); }
.connect-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 2px auto 22px;
  color: white;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #083629 0 38%, #072017 39% 100%);
  box-shadow: inset 0 0 0 7px rgba(30,255,154,.18), 0 0 34px rgba(30,255,154,.38);
}
.connect-button::before { content: ""; position: absolute; inset: 12px; border: 5px solid var(--green); border-radius: 50%; box-shadow: 0 0 35px rgba(30,255,154,.58); }
.connect-button svg { width: 40px; height: 40px; position: relative; z-index: 2; }
.connect-halo { position: absolute; inset: -18px; border-radius: 50%; border: 1px solid rgba(30,255,154,.24); animation: pulseRing 2.7s infinite ease-out; }
.server-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}
.flag { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #ff4d5a, #fff); color: #06112a; font-size: 11px; font-weight: 900; }
.server-card strong, .server-card small { display: block; }
.server-card small { color: var(--muted); font-size: 11px; }
.bars { margin-left: auto; display: flex; align-items: end; gap: 3px; height: 20px; }
.bars i { width: 4px; background: var(--green); border-radius: 2px; }
.bars i:nth-child(1) { height: 8px; } .bars i:nth-child(2) { height: 13px; } .bars i:nth-child(3) { height: 19px; }

.trust-bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
  border: 1px solid rgba(75, 139, 255, .2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 25, 57, .86), rgba(7, 16, 39, .76));
  box-shadow: 0 24px 80px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.06);
}
.trust-bar div { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.08); min-width: 0; }
.trust-bar div:last-child { border-right: 0; }
.trust-bar span { display: block; font-size: 25px; font-weight: 900; letter-spacing: -.03em; }
.trust-bar small { color: var(--muted); font-weight: 700; }

.section-block { padding: 82px 0; position: relative; }
.section-block.compact { padding: 64px 0; }
.section-heading { text-align: center; max-width: 680px; margin: 0 auto 42px; }
.section-heading h2 { margin: 14px 0 8px; color: white; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: -.04em; font-weight: 900; }
.section-heading p { color: var(--muted); margin: 0; font-size: 15px; line-height: 1.7; }

.server-map {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(76, 146, 255, .18);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 57%, rgba(30,255,154,.16), transparent 14rem),
    linear-gradient(180deg, rgba(11, 24, 56, .7), rgba(5, 8, 22, .62));
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 25px 80px rgba(0,0,0,.28);
}
#worldCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.server-pin {
  position: absolute;
  z-index: 2;
  min-width: 124px;
  max-width: 170px;
  padding: 10px 12px 10px 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(4, 11, 29, .8);
  color: white;
  box-shadow: 0 12px 36px rgba(0,0,0,.32);
}
.server-pin::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 16px var(--electric);
}
.server-pin.free { border-color: rgba(30,255,154,.35); background: rgba(9, 47, 34, .82); }
.server-pin.free::before { background: var(--green); box-shadow: 0 0 20px var(--green); }
.server-pin.locked::after { content: "LOCK"; margin-left: 8px; color: #8ab9ff; font-size: 9px; font-weight: 900; }
.server-pin strong, .server-pin small { display: block; }
.server-pin strong { font-size: 13px; }
.server-pin small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.map-legend {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 28px;
  z-index: 2;
  color: #bdc8e3;
  font-size: 13px;
  font-weight: 700;
}
.map-legend i { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; }
.free-dot { background: var(--green); box-shadow: 0 0 12px var(--green); }
.lock-dot { background: var(--electric); box-shadow: 0 0 12px var(--electric); }

.platform-panel {
  padding: 32px 24px 24px;
  border: 1px solid rgba(76, 146, 255, .16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 24, 56, .72), rgba(7, 15, 36, .66));
}
.platform-grid, .feature-grid, .pricing-grid { display: grid; gap: 22px; }
.platform-grid { grid-template-columns: repeat(4, 1fr); }
.platform-grid article, .feature-card, .price-card {
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(16, 32, 72, .62), rgba(7, 15, 36, .6));
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.platform-grid article {
  min-height: 144px;
  border-radius: 16px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 22px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.platform-grid article:hover, .feature-card:hover, .price-card:hover { transform: translateY(-5px); border-color: rgba(0,163,255,.4); box-shadow: 0 22px 60px rgba(0,163,255,.09); }
.platform-grid img { height: 38px; margin-bottom: 10px; }
.platform-grid strong, .platform-grid small { display: block; }
.platform-grid small { color: var(--muted); }

.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card { border-radius: 22px; padding: 30px 24px; transition: .25s ease; height: 100%; }
.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin-bottom: 22px;
  background: rgba(0,163,255,.1);
  box-shadow: inset 0 0 0 1px rgba(0,163,255,.18), 0 0 32px rgba(0,163,255,.08);
  position: relative;
}
.feature-icon::before { content: ""; position: absolute; inset: 16px; border: 2px solid var(--electric); border-radius: 8px; }
.feature-icon.speed::before { border-radius: 50%; border-top-color: transparent; transform: rotate(-35deg); }
.feature-icon.privacy::before { border-radius: 6px 6px 9px 9px; height: 18px; top: 23px; }
.feature-icon.globe::before { border-radius: 50%; }
.feature-card h3 { font-size: 17px; font-weight: 850; margin-bottom: 10px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.app-showcase {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(76, 146, 255, .16);
  border-radius: 28px;
  background: radial-gradient(circle at 80% 50%, rgba(0,163,255,.12), transparent 28rem), rgba(7, 15, 36, .58);
}
.showcase-copy h2 { font-size: 38px; line-height: 1.06; letter-spacing: -.04em; font-weight: 900; margin: 18px 0 12px; }
.showcase-copy p { color: var(--muted); line-height: 1.7; }
.carousel-controls { display: flex; gap: 12px; margin-top: 26px; }
.carousel-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: white;
}
.carousel-controls button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.showcase-track { display: flex; gap: 18px; overflow-x: auto; padding: 20px 4px; scrollbar-width: none; scroll-snap-type: x mandatory; min-width: 0; }
.showcase-track::-webkit-scrollbar { display: none; }
.app-screen {
  flex: 0 0 188px;
  min-height: 330px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  padding: 18px;
  background: linear-gradient(180deg, #0b1836, #050816);
  scroll-snap-align: start;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.screen-notch { width: 72px; height: 14px; margin: 0 auto 18px; border-radius: 0 0 12px 12px; background: #030613; }
.screen-title { color: white; font-size: 12px; font-weight: 850; text-align: center; }
.screen-power { width: 88px; height: 88px; margin: 62px auto 20px; border-radius: 50%; border: 5px solid rgba(0,163,255,.7); box-shadow: 0 0 34px rgba(0,163,255,.28); }
.app-screen.online .screen-power { border-color: var(--green); box-shadow: 0 0 34px rgba(30,255,154,.32); }
.app-screen.loading .screen-power { border-color: #006eff; border-top-color: transparent; animation: spin 1.2s linear infinite; }
.app-screen p { text-align: center; color: var(--muted); font-size: 12px; }
.server-list { display: grid; gap: 10px; margin-top: 32px; }
.server-list span { display: flex; justify-content: space-between; gap: 10px; padding: 11px; border-radius: 12px; background: rgba(255,255,255,.055); font-size: 12px; }
.server-list small { color: var(--muted); }

.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card { position: relative; border-radius: 24px; padding: 32px 28px; transition: .25s ease; display: flex; flex-direction: column; height: 100%; }
.price-card.featured { border-color: rgba(0,163,255,.6); background: linear-gradient(180deg, rgba(0,94,255,.22), rgba(7,15,36,.76)); box-shadow: 0 0 60px rgba(0,163,255,.14); }
.best-value { position: absolute; right: 22px; top: -13px; padding: 7px 14px; border-radius: 999px; background: linear-gradient(135deg, #006eff, #00A3FF); font-size: 11px; font-weight: 900; }
.price-card h3 { font-size: 18px; font-weight: 850; }
.price { margin: 16px 0 24px; font-size: 38px; font-weight: 900; letter-spacing: -.04em; }
.price span { color: var(--muted); font-size: 14px; font-weight: 600; }
.price-card ul { padding: 0; margin: 0 0 28px; list-style: none; display: grid; gap: 13px; color: #c8d3ec; }
.price-card li::before { content: "✓"; color: var(--green); margin-right: 10px; font-weight: 900; }
.price-card a { display: block; margin-top: auto; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; text-align: center; font-weight: 850; background: rgba(255,255,255,.04); }
.price-card.featured a { background: linear-gradient(135deg, #006eff, #00A3FF); border-color: transparent; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 1000px; margin: 0 auto; }
.faq-item { border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(12, 25, 58, .72); overflow: hidden; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 0; background: transparent; color: white; text-align: left; font-weight: 750; }
.faq-item button span { color: var(--electric); transition: transform .2s ease; }
.faq-item div { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item p { margin: 0; padding: 0 20px 18px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.faq-item.active button span { transform: rotate(45deg); }

.site-footer { padding: 54px 0 24px; border-top: 1px solid rgba(255,255,255,.07); background: rgba(3, 6, 19, .62); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(5, minmax(120px, 1fr)); gap: 30px; align-items: start; }
.footer-brand p, .footer-grid a { color: var(--muted); font-size: 13px; }
.footer-grid h4 { color: white; font-size: 13px; margin: 0 0 16px; font-weight: 850; }
.footer-grid a { display: block; margin-bottom: 11px; }
.footer-grid a:hover { color: white; }
.socials { display: flex; gap: 9px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); color: white; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); color: #65708f; font-size: 12px; }

.fade-in-up { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }

@keyframes pulseRing { 0% { transform: scale(.92); opacity: 1; } 100% { transform: scale(1.18); opacity: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; text-align: center; }
  .hero-copy { max-width: 760px; margin: 0 auto; padding-bottom: 0; }
  .hero-copy p, .download-grid { margin-left: auto; margin-right: auto; }
  .hero-proof { justify-content: center; }
  #heroMap { width: 120vw; right: -40vw; opacity: .55; }
  .hero-visual { min-height: 560px; padding-top: 0; }
  .feature-grid, .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .price-card { padding: 28px 22px; }
  .app-showcase { grid-template-columns: 1fr; text-align: center; }
  .showcase-copy { max-width: 680px; margin: 0 auto; }
  .carousel-controls { justify-content: center; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; max-width: 420px; }
}

@media (max-width: 720px) {
  .container-xl { padding-left: 18px; padding-right: 18px; }
  .hero-section { padding-top: 48px; padding-bottom: 42px; }
  .brand > span:last-child { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px; }
  .nav-wrap { height: 68px; gap: 12px; }
  .nav-cta { display: none; }
  .hero-copy h1 { font-size: clamp(40px, 13vw, 52px); letter-spacing: -.045em; }
  .hero-copy p { font-size: 16px; line-height: 1.65; }
  .download-grid, .trust-bar, .feature-grid, .platform-grid, .faq-grid { grid-template-columns: 1fr; }
  .download-grid { max-width: 390px; }
  .download-button { justify-content: flex-start; }
  .trust-bar div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust-bar div:last-child { border-bottom: 0; }
  .trust-bar { text-align: center; margin-top: 4px; }
  .trust-bar div { padding: 22px; }
  .hero-visual { min-height: 500px; overflow: visible; }
  .hero-visual::before { width: 520px; height: 520px; }
  .phone-hero { transform: translateY(8px) rotate(4deg) scale(.86); }
  .route-user { left: 4%; top: 66%; }
  .route-sg { right: 4%; top: 20%; }
  .section-block { padding: 58px 0; }
  .section-block.compact { padding: 48px 0; }
  .section-heading { margin-bottom: 28px; }
  .server-map { min-height: 430px; }
  .server-pin {
    min-width: 96px;
    max-width: 112px;
    padding: 8px 9px 8px 26px;
    border-radius: 11px;
    transform: translateX(-50%);
  }
  .server-pin::before { left: 9px; top: 13px; width: 8px; height: 8px; }
  .server-pin strong { font-size: 11px; }
  .server-pin small { font-size: 9px; }
  .server-pin.locked::after { display: none; }
  .pin-singapore { left: 72% !important; top: 56% !important; }
  .pin-india { left: 58% !important; top: 68% !important; }
  .pin-usa { left: 24% !important; top: 42% !important; }
  .pin-uk { left: 48% !important; top: 30% !important; }
  .map-legend { width: 100%; justify-content: center; gap: 16px; font-size: 11px; }
  .platform-panel, .app-showcase { padding: 22px 16px; border-radius: 22px; }
  .showcase-copy h2 { font-size: 32px; }
  .showcase-track { padding-left: calc((100vw - 224px) / 2); padding-right: calc((100vw - 224px) / 2); }
  .app-screen { flex-basis: 210px; min-height: 330px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .container-xl { padding-left: 14px; padding-right: 14px; }
  .hero-section { padding-top: 34px; }
  .eyebrow, .section-kicker { font-size: 12px; padding: 7px 12px; }
  .download-grid { gap: 10px; }
  .download-button { padding: 12px; border-radius: 12px; }
  .hero-proof { margin-bottom: 18px; }
  .button-icon { width: 31px; height: 31px; flex-basis: 31px; }
  .button-icon img { width: 18px; height: 18px; }
  .hero-visual { min-height: 440px; }
  .phone-hero { transform: translateY(6px) rotate(3deg) scale(.76); }
  .route-label { font-size: 11px; padding: 7px 10px; }
  .route-user { left: 3%; top: 68%; }
  .route-sg { right: 2%; top: 18%; }
  .server-map { min-height: 380px; border-radius: 22px; }
  .server-pin {
    min-width: 82px;
    max-width: 96px;
    padding: 7px 8px 7px 22px;
  }
  .server-pin small { display: none; }
  .pin-singapore { left: 71% !important; top: 55% !important; }
  .pin-india { left: 58% !important; top: 69% !important; }
  .pin-usa { left: 24% !important; top: 43% !important; }
  .pin-uk { left: 50% !important; top: 29% !important; }
  .map-legend { bottom: 18px; flex-wrap: wrap; }
  .feature-card, .price-card { padding: 24px 20px; }
  .price { font-size: 34px; }
  .faq-item button { padding: 16px; font-size: 14px; }
  .faq-item p { padding: 0 16px 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
