/* Gateproxies public library — unified with the 2026 product interface. */
:root {
  --g: #22d3ee;
  --g2: #8be9f7;
  --lime: #dfff00;
  --blue: #447cff;
  --violet: #8b5cf6;
  --bg: #03070d;
  --bg2: #07101b;
  --card: #0a1421;
  --card-2: #0d1928;
  --bd: rgba(139, 233, 247, .14);
  --tx: #f5fbff;
  --mu: #a8b7c7;
  --dim: #718195;
  --max: 1320px;
  --header: 82px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font: Inter, "Rethink Sans", system-ui, sans-serif;
}

html { color-scheme: dark; }
body {
  background:
    radial-gradient(circle at 8% 2%, rgba(34, 211, 238, .07), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgba(68, 124, 255, .06), transparent 28rem),
    var(--bg);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
::selection { background: rgba(34,211,238,.28); color: #fff; }
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-160%);
  padding: .7rem 1rem; border-radius: 10px; background: var(--lime); color: #061018; font-weight: 800;
}
.skip-link:focus { transform: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 2px solid var(--g); outline-offset: 3px;
}

/* Header */
.gp-header {
  min-height: var(--header);
  background: rgba(3, 7, 13, .76);
  border-bottom: 1px solid rgba(139,233,247,.12);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}
.gp-header.scrolled {
  background: rgba(3, 7, 13, .94);
  border-bottom-color: rgba(34,211,238,.2);
  box-shadow: 0 18px 60px rgba(0,0,0,.24);
}
.logo .gp-brand, img.gp-brand { height: 42px; filter: saturate(1.08); }
.nav-item > a, .nav-item > button.nav-link { color: #9fb0c3 !important; font-weight: 600; }
.nav-item > a:hover, .nav-item > button.nav-link:hover,
.nav-item:hover > a, .nav-item:hover > button.nav-link,
.nav-item > a.active, .nav-item.open > button.nav-link { color: #fff !important; }
.dropdown {
  background: rgba(7, 16, 27, .98);
  border-color: rgba(34,211,238,.2);
  box-shadow: 0 32px 90px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.04);
}
.dropdown::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: radial-gradient(circle at 20% 0, rgba(34,211,238,.08), transparent 45%);
}
.dropdown a { position: relative; }
.dropdown a:hover { background: rgba(34,211,238,.09); }
.dropdown .dd-title { color: var(--g); }
.btn { min-height: 46px; letter-spacing: -.01em; }
.btn-primary {
  background: linear-gradient(110deg, var(--g), #54e2ef 45%, var(--blue));
  color: #041019;
  box-shadow: 0 12px 34px rgba(34,211,238,.22);
}
.btn-primary:hover { box-shadow: 0 16px 44px rgba(34,211,238,.34); }
.btn-secondary { background: rgba(255,255,255,.025); border-color: rgba(139,233,247,.17); }
.btn-secondary:hover { color: #fff; border-color: rgba(34,211,238,.52); background: rgba(34,211,238,.06); }
.btn-lime { background: var(--lime); color: #071015; box-shadow: 0 0 32px rgba(223,255,0,.18); }
.menu-toggle { background: #091421; border-color: rgba(34,211,238,.2); }

/* Hero */
.page-hero {
  min-height: clamp(600px, 74vh, 820px);
  display: grid;
  align-items: center;
  padding: calc(var(--header) + 5rem) 0 5rem;
  border-bottom: 1px solid rgba(139,233,247,.12);
  background:
    radial-gradient(circle at 76% 42%, rgba(34,211,238,.12), transparent 22rem),
    radial-gradient(circle at 91% 24%, rgba(139,92,246,.1), transparent 27rem),
    linear-gradient(140deg, rgba(3,7,13,.22), #03070d 68%);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(34,211,238,.14), transparent 1px) 0 0 / 12.5% 100%,
    linear-gradient(rgba(34,211,238,.08), transparent 1px) 0 0 / 100% 25%;
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.25) 48%, black 100%);
  opacity: .22;
}
.page-hero .container { padding-right: min(45vw, 590px); }
.crumb { color: #75879a; margin-bottom: 1.4rem; }
.crumb a { color: #a8b8c8; }
.crumb a:hover { color: var(--g); }
.eyebrow { color: var(--g); letter-spacing: .16em; }
.eyebrow::before { background: var(--lime); box-shadow: 0 0 14px rgba(223,255,0,.6); }
h1 { max-width: 14ch; font-size: clamp(2.8rem, 5.6vw, 5.8rem); line-height: .96; letter-spacing: -.065em; }
.page-hero .lead { max-width: 60ch; color: #aebdcd; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.page-hero .btn-row { margin-top: 2rem; }

/* Code-native network visual replaces decorative stock illustrations. */
.gp-network-visual {
  position: absolute; right: max(2vw, calc((100vw - var(--max)) / 2)); top: 50%;
  width: min(40vw, 530px); aspect-ratio: 1; transform: translateY(-48%);
  border: 1px solid rgba(34,211,238,.2); border-radius: 50%;
  background: radial-gradient(circle, rgba(34,211,238,.09), rgba(3,7,13,.2) 46%, transparent 67%);
  box-shadow: inset 0 0 90px rgba(34,211,238,.05), 0 0 100px rgba(34,211,238,.07);
}
.gp-net-grid {
  position: absolute; inset: 9%; border-radius: 50%; overflow: hidden; opacity: .28;
  background-image: linear-gradient(rgba(34,211,238,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(34,211,238,.18) 1px, transparent 1px);
  background-size: 34px 34px; transform: perspective(500px) rotateX(62deg) rotateZ(-18deg);
}
.gp-net-orbit { position: absolute; border: 1px solid rgba(139,233,247,.22); border-radius: 50%; }
.orbit-a { inset: 12%; animation: gpSpin 18s linear infinite; }
.orbit-b { inset: 25%; border-style: dashed; animation: gpSpin 13s linear infinite reverse; }
.gp-net-orbit::before, .gp-net-orbit::after {
  content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%;
  background: var(--g); box-shadow: 0 0 20px var(--g);
}
.gp-net-orbit::before { top: 7%; left: 23%; }
.gp-net-orbit::after { right: 3%; bottom: 33%; background: var(--lime); box-shadow: 0 0 20px var(--lime); }
.gp-net-core {
  position: absolute; inset: 34%; display: grid; place-items: center; align-content: center; border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #163047, #08131f 62%);
  border: 1px solid rgba(139,233,247,.35); box-shadow: 0 0 44px rgba(34,211,238,.2), inset 0 0 28px rgba(34,211,238,.1);
}
.gp-net-core span { color: #fff; font-size: clamp(2rem,4vw,4rem); font-weight: 850; line-height: .9; letter-spacing: -.08em; }
.gp-net-core small { color: var(--g); font-size: .55rem; letter-spacing: .18em; margin-top: .7rem; }
.gp-net-node { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #a7f4ff; box-shadow: 0 0 16px var(--g); }
.n1 { left: 12%; top: 31%; }.n2 { left: 21%; bottom: 17%; }.n3 { right: 15%; top: 27%; }.n4 { right: 8%; bottom: 35%; }
.n5 { left: 47%; top: 5%; }.n6 { left: 38%; bottom: 5%; }.n7 { left: 4%; top: 53%; }.n8 { right: 33%; top: 16%; }
.gp-net-status {
  position: absolute; left: 50%; bottom: 5%; transform: translateX(-50%); white-space: nowrap;
  padding: .55rem .85rem; border: 1px solid rgba(34,211,238,.2); border-radius: 999px;
  background: rgba(5,14,24,.88); color: #a8b8c8; font-size: .66rem; text-transform: uppercase; letter-spacing: .13em;
}
.gp-net-status i, .gp-panel-top b i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); margin-right: .4rem; }
@keyframes gpSpin { to { transform: rotate(360deg); } }
.gp-editorial-visual {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  aspect-ratio: 16 / 10;
  transform: rotate(var(--editorial-tilt, 0deg));
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(139,233,247,.18);
  border-radius: var(--editorial-radius, 34px);
  background: #07111d;
  box-shadow:
    0 34px 100px rgba(0,0,0,.52),
    0 0 72px hsla(var(--editorial-glow, 194),85%,60%,.11),
    inset 0 1px rgba(255,255,255,.08);
  isolation: isolate;
  animation: gpEditorialArrive .9s var(--ease) both;
}
.gp-editorial-visual::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 18%, transparent 82%, rgba(34,211,238,.08)),
    linear-gradient(90deg, transparent 0 93%, hsla(var(--editorial-glow, 194),90%,65%,.16));
  box-shadow: inset 0 1px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.025);
}
.gp-editorial-visual img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.015); transition: transform .8s var(--ease), filter .8s var(--ease);
}
.gp-editorial-visual:hover img { transform: scale(1.045); filter: saturate(1.05) contrast(1.025); }
.page-hero:has(> .gp-editorial-visual) {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
  column-gap: clamp(3rem, 7vw, 8rem);
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
}
.page-hero:has(> .gp-editorial-visual) > .container {
  grid-column: 1; grid-row: 1; width: 100%; padding-inline: 0;
}
.page-hero:has(> .gp-editorial-visual) > .gp-editorial-visual { grid-column: 2; grid-row: 1; }
body[data-editorial-layout="1"] .page-hero:has(> .gp-editorial-visual),
body[data-editorial-layout="4"] .page-hero:has(> .gp-editorial-visual) {
  grid-template-columns: minmax(420px, 620px) minmax(0, 1fr);
}
body[data-editorial-layout="1"] .page-hero:has(> .gp-editorial-visual) > .container,
body[data-editorial-layout="4"] .page-hero:has(> .gp-editorial-visual) > .container { grid-column: 2; }
body[data-editorial-layout="1"] .page-hero:has(> .gp-editorial-visual) > .gp-editorial-visual,
body[data-editorial-layout="4"] .page-hero:has(> .gp-editorial-visual) > .gp-editorial-visual { grid-column: 1; }
body[data-editorial-layout="2"] .gp-editorial-visual { align-self: end; margin-bottom: -1.5rem; }
body[data-editorial-layout="3"] .gp-editorial-visual { align-self: start; margin-top: 1.5rem; }
body[data-editorial-layout="4"] .gp-editorial-visual { width: 94%; justify-self: start; }
body[data-editorial-layout="5"] .gp-editorial-visual { width: 94%; justify-self: end; }
@keyframes gpEditorialArrive {
  from { opacity: 0; transform: translateY(26px) rotate(var(--editorial-tilt, 0deg)) scale(.975); }
  to { opacity: 1; transform: translateY(0) rotate(var(--editorial-tilt, 0deg)) scale(1); }
}
.split.gp-copy-only { grid-template-columns: minmax(0, 860px); justify-content: center; }
.split.gp-copy-only > * { grid-column: 1; }
.gp-hero-art .gp-network-visual--inline {
  position:relative; inset:auto; transform:none; width:min(100%,520px); margin:auto;
}
.gp-mini-mark {
  width:34px; height:34px; display:grid; place-items:center; border-radius:10px;
  background:linear-gradient(135deg,var(--g),var(--blue)); color:#041019; font-size:.75rem; letter-spacing:-.04em;
  box-shadow:0 0 22px rgba(34,211,238,.24);
}
.gp-article-network {
  min-height:250px; display:grid; place-items:center; align-content:center; gap:.55rem; border-radius:20px;
  border:1px solid rgba(34,211,238,.18); background:radial-gradient(circle,rgba(34,211,238,.12),transparent 42%),repeating-radial-gradient(circle,transparent 0 28px,rgba(34,211,238,.08) 29px 30px),#06101b;
}
.gp-article-network b { font-size:3.2rem; letter-spacing:-.08em; }
.gp-article-network span { color:var(--g); text-transform:uppercase; letter-spacing:.16em; font-size:.62rem; }

/* Page summary */
.gp-page-brief { border-bottom: 1px solid var(--bd); background: rgba(7,16,27,.72); }
.gp-page-brief .container {
  min-height: 190px; display: grid; grid-template-columns: 130px minmax(0,1fr) auto; gap: clamp(1.2rem,4vw,4.5rem); align-items: center;
}
.gp-brief-index { align-self: stretch; display: grid; place-items: center; border-inline: 1px solid var(--bd); color: #6e8297; font-size: .67rem; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }
.gp-brief-copy { padding-block: 2.3rem; }
.gp-brief-copy h2 { max-width: 24ch; font-size: clamp(1.6rem,2.7vw,2.7rem); }
.gp-brief-copy p { color: var(--mu); margin: 0; max-width: 70ch; }
.gp-brief-link { color: #d9f9ff; font-size: .86rem; font-weight: 700; padding: 1rem 0; border-bottom: 1px solid rgba(34,211,238,.36); }
.gp-brief-link span { color: var(--g); margin-left: .5rem; }
.gp-editorial-note { border-bottom:1px solid var(--bd); background:rgba(139,92,246,.035); }
.gp-editorial-note .container { min-height:76px; display:flex; align-items:center; gap:1.25rem; padding-block:1rem; }
.gp-editorial-note span { flex:0 0 auto; color:#d9cfff; font-size:.72rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.gp-editorial-note p { margin:0; color:#8192a5; font-size:.82rem; line-height:1.55; }

/* Editorial sections */
.section { padding: clamp(4.5rem,8vw,8rem) 0; }
.section.border-t { border-top-color: var(--bd); }
.section:nth-of-type(even) { background: linear-gradient(180deg, rgba(8,18,30,.52), rgba(3,7,13,.18)); }
.section-head { margin-bottom: clamp(2rem,4vw,3.4rem); }
h2 { font-size: clamp(2rem,3.8vw,3.8rem); line-height: 1.03; letter-spacing: -.055em; }
h3 { letter-spacing: -.025em; }
.lead, .muted, .prose p, .prose li { color: var(--mu); }
.prose { max-width: 760px; }
.prose p { font-size: clamp(.98rem,1.25vw,1.08rem); line-height: 1.8; }
.prose a { color: var(--g2); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--tx); }
.split { gap: clamp(2.5rem,7vw,8rem); }
.grid-3, .grid-2, .grid-4 { gap: 1px; background: var(--bd); border: 1px solid var(--bd); }
.card {
  border: 0; border-radius: 0; padding: clamp(1.5rem,2.5vw,2.35rem); min-height: 220px;
  background: linear-gradient(145deg, rgba(255,255,255,.028), transparent 45%), var(--card);
}
.card::after {
  content: ""; position: absolute; width: 74px; height: 1px; right: 0; top: 0;
  background: linear-gradient(90deg, transparent, var(--g)); opacity: .45;
}
.card:hover { transform: translateY(-4px); border-color: transparent; background-color: #0d1a29; box-shadow: 0 28px 70px rgba(0,0,0,.34); z-index: 2; }
.card .orb { background: radial-gradient(circle, rgba(34,211,238,.17), transparent 68%); }
.ico { border-radius: 14px; border-color: rgba(34,211,238,.36); background: rgba(34,211,238,.06); color: var(--g); }
.tag { background: rgba(34,211,238,.08); color: var(--g2); }
.link { color: var(--g2); }

/* Native data panel replaces repeated generated stock imagery. */
.photo.gp-signal-panel {
  min-height: 390px; aspect-ratio: 4 / 3; padding: 1rem; border-radius: 26px;
  background: linear-gradient(145deg, rgba(34,211,238,.06), rgba(68,124,255,.025) 52%), #07111d;
  border: 1px solid rgba(139,233,247,.17); box-shadow: 0 35px 90px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.035);
  display: grid; grid-template-rows: auto 1fr auto auto; gap: 1rem;
}
.gp-panel-top { display: flex; justify-content: space-between; color: #718397; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.gp-panel-top b { color: #b8c8d6; font-size: .62rem; }
.gp-panel-map {
  position: relative; min-height: 190px; overflow: hidden; border-radius: 18px;
  border: 1px solid rgba(139,233,247,.1);
  background:
    radial-gradient(circle at 50% 50%, rgba(34,211,238,.11), transparent 36%),
    linear-gradient(rgba(34,211,238,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,211,238,.07) 1px, transparent 1px), #050c14;
  background-size: auto, 30px 30px, 30px 30px, auto;
}
.gp-panel-map::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--g),transparent); box-shadow: 0 0 16px var(--g); animation: gpScan 4.5s ease-in-out infinite; }
.gp-panel-mark { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-weight: 850; font-size: 1.65rem; letter-spacing: -.08em; background: #091827; border: 1px solid rgba(34,211,238,.4); box-shadow: 0 0 40px rgba(34,211,238,.2); }
.gp-panel-map .route { position: absolute; height: 1px; width: 45%; transform-origin: left; background: linear-gradient(90deg,var(--g),transparent); left: 50%; top: 50%; opacity: .5; }
.gp-panel-map .r1 { transform: rotate(-28deg); }.gp-panel-map .r2 { transform: rotate(32deg); }.gp-panel-map .r3 { transform: rotate(166deg); }
.gp-panel-map .point { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--g); box-shadow: 0 0 16px var(--g); }
.gp-panel-map .p1 { left: 13%; top: 31%; }.gp-panel-map .p2 { right: 15%; top: 28%; }.gp-panel-map .p3 { right: 18%; bottom: 20%; }.gp-panel-map .p4 { left: 23%; bottom: 17%; background: var(--lime); }
.gp-panel-topic { color: #edfaff; font-size: clamp(1.1rem,2vw,1.55rem); font-weight: 750; letter-spacing: -.025em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gp-panel-topic small { display: block; color: #718397; font-size: .67rem; font-weight: 600; letter-spacing: .03em; margin-top: .25rem; }
.gp-panel-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--bd); }
.gp-panel-metrics span { padding: .75rem; background: #08121e; color: #708297; font-size: .58rem; text-transform: uppercase; letter-spacing: .06em; }
.gp-panel-metrics b { display: block; color: var(--g2); font-size: .73rem; margin-bottom: .15rem; }
@keyframes gpScan { 0%,100% { top: 8%; opacity: .2; } 50% { top: 91%; opacity: .8; } }

/* Tables, FAQ, CTA and special pages */
.table-wrap { border-color: var(--bd); border-radius: 18px; background: var(--card); }
th { color: var(--g2); background: rgba(34,211,238,.035); }
.faq { max-width: 900px; gap: 0; border-top: 1px solid var(--bd); }
.faq-item { border: 0; border-bottom: 1px solid var(--bd); border-radius: 0; background: transparent; }
.faq-q { padding: 1.3rem 0; font-size: 1rem; }
.faq-q .icon { border-color: rgba(34,211,238,.22); color: var(--g); }
.faq-a { padding: 0 3rem 1.4rem 0; line-height: 1.75; }
.cta {
  padding: clamp(3rem,6vw,6rem) 1.5rem; border-color: rgba(34,211,238,.22); border-radius: 28px;
  background: radial-gradient(circle at 50% 0, rgba(34,211,238,.14), transparent 38%), linear-gradient(135deg,#081520,#07101b);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 35px 90px rgba(0,0,0,.28);
}
.cta::after { background: radial-gradient(circle, rgba(68,124,255,.14), transparent 65%); }
.calc { background: linear-gradient(160deg,rgba(34,211,238,.08),transparent 40%),#08131f; border-color: rgba(34,211,238,.22); }
.tab { background:#0d1926; }.tab.is-active { background:linear-gradient(135deg,var(--g),var(--blue)); }
input[type=range] { background:linear-gradient(90deg,var(--g),rgba(34,211,238,.18)); }
input[type=range]::-webkit-slider-thumb { background:var(--lime); }
.out { background:#050b12; }.out .per { color:var(--g); }
.sitemap-cat, .sitemap-jump { background:#08131f; border-color:var(--bd); }
.sitemap-cat:hover, .sitemap-cat[open] { border-color:rgba(34,211,238,.34); }
.sitemap-cat[open] > summary { background:rgba(34,211,238,.04); }
.sitemap-cat .links a:hover { background:rgba(34,211,238,.08); }
.sitemap-jump select { background-color:#0d1926; border-color:rgba(34,211,238,.25); }
.gp-legal article, .gp-legal-head { border-color:var(--bd); }
.gp-note { border-color:var(--g); background:rgba(34,211,238,.05); }
.gp-contact-grid, .gp-steps, .gp-stat-strip { background:var(--bd); border-color:var(--bd); }
.gp-contact-card, .gp-step, .gp-stat { background:var(--bg); }
.gp-contact-card a, .gp-help-nav a:hover { color:var(--g); }
.gp-price-card { background:linear-gradient(160deg,rgba(34,211,238,.05),transparent 45%),#08131f; border-color:var(--bd); }
.gp-price-card.featured { border-color:rgba(34,211,238,.7); box-shadow:0 0 0 1px rgba(34,211,238,.12),0 28px 70px rgba(0,0,0,.34); }

/* Standalone Android download page */
.app-card { background:var(--card) !important; border-color:var(--bd) !important; box-shadow:0 24px 70px rgba(0,0,0,.34) !important; }
.app-badge { background:rgba(34,211,238,.08) !important; color:var(--g2) !important; }
.btn-gold { background:linear-gradient(110deg,var(--g),var(--blue)) !important; color:#041019 !important; box-shadow:0 12px 30px rgba(34,211,238,.22) !important; }
.btn-dark, .btn-outline { background:#0b1724 !important; border:1px solid var(--bd) !important; color:#effaff !important; }
.app-pill { background:#0b1724 !important; border-color:var(--bd) !important; color:#9fb1c4 !important; }
.app-list, .app-note { color:var(--mu) !important; }
.apk-visual { background:linear-gradient(145deg,#07111d,#0b1827) !important; border-color:var(--bd) !important; }
.apk-visual::before { background:radial-gradient(circle at 20% 10%,rgba(34,211,238,.2),transparent 35%),radial-gradient(circle at 80% 30%,rgba(139,92,246,.14),transparent 30%) !important; }
.apk-shot { background:radial-gradient(circle at 50% 28%,rgba(34,211,238,.16),transparent 22%),linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px),#050c14 !important; background-size:auto,30px 30px,30px 30px,auto !important; border-color:rgba(34,211,238,.18) !important; }

/* Footer */
.gp-footer { background: #02060b; border-top-color: rgba(139,233,247,.12); padding-top: 4rem; }
.footer-grid { gap: clamp(1.5rem,4vw,4rem); }
.footer-col h4 { color: var(--g2); }
.footer-col a { color: #8799aa; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-color: var(--bd); }

/* Family accents stay subtle; the system remains one brand. */
.gp-family-blog, body[data-page-family="blog"] { --page-accent: #8b5cf6; }
.gp-family-locations, body[data-page-family="locations"] { --page-accent: #22d3ee; }
.gp-family-integrations, body[data-page-family="integrations"] { --page-accent: #447cff; }
.gp-family-glossary, body[data-page-family="glossary"] { --page-accent: #dfff00; }
body[data-page-family] .gp-brief-index { color: var(--page-accent, var(--g)); }

@media (max-width: 1100px) {
  .page-hero .container { padding-right: 42vw; }
  .gp-network-visual { width: 40vw; right: -2vw; }
}
@media (max-width: 980px) {
  .nav { background: rgba(3,7,13,.98); }
  .page-hero { min-height: auto; padding: calc(var(--header) + 4rem) 0 4rem; }
  .page-hero .container { padding-right: 0; }
  .gp-network-visual { position: relative; right: auto; top: auto; width: min(82vw,480px); margin: 3.5rem auto 0; transform: none; }
  .page-hero:has(> .gp-editorial-visual),
  body[data-editorial-layout] .page-hero:has(> .gp-editorial-visual) {
    display: flex; flex-direction: column; padding-inline: 0;
  }
  .gp-editorial-visual,
  body[data-editorial-layout] .gp-editorial-visual {
    position: relative; right: auto; top: auto; width: min(92vw,680px);
    margin: 3rem auto 0; transform: none; align-self: center; justify-self: auto;
  }
  .page-hero { display: flex; flex-direction: column; }
  .page-hero .container { order: 1; }
  .page-hero .gp-network-visual { order: 2; }
  .page-hero .gp-editorial-visual { order: 2; }
  .gp-page-brief .container { grid-template-columns: 68px 1fr; }
  .gp-brief-link { grid-column: 2; margin-bottom: 2rem; justify-self: start; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --header: 72px; }
  .container { width: min(100% - 32px, var(--max)); }
  .logo .gp-brand, img.gp-brand { height: 36px; max-width: 170px; }
  h1 {
    max-width: 100%;
    font-size: clamp(2rem,9vw,3.25rem);
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
  }
  h2 { font-size: clamp(1.9rem,9vw,3rem); }
  .page-hero { padding-top: calc(var(--header) + 3rem); }
  .page-hero .lead { max-width:100%; }
  .page-hero:has(> .gp-editorial-visual) > .container {
    width:calc(100% - 32px);
    max-width:none;
    margin-inline:auto;
    align-self:center;
  }
  .page-hero .btn-row { display:grid; grid-template-columns:1fr; width:100%; }
  .page-hero .btn-row .btn { width:100%; justify-content:center; }
  body[data-editorial-layout] { --editorial-tilt:0deg !important; }
  body[data-editorial-layout] .gp-editorial-visual {
    width:calc(100% - 40px);
    max-width:680px;
    margin-inline:auto;
  }
  .gp-network-visual { width: min(94vw,390px); }
  .gp-page-brief .container { grid-template-columns: 1fr; }
  .gp-brief-index { display:none; }
  .gp-brief-copy { padding-bottom:0; }
  .gp-brief-link { grid-column:1; }
  .gp-editorial-note .container { align-items:flex-start; flex-direction:column; gap:.35rem; }
  .section { padding: 4rem 0; }
  .split { gap:2.25rem; }
  .photo.gp-signal-panel { min-height: 350px; padding:.75rem; }
  .gp-panel-metrics { grid-template-columns:1fr; }
  .gp-panel-metrics span:nth-child(n+2) { display:none; }
  .gp-panel-topic { font-size:1rem; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 420px) { .footer-grid { grid-template-columns:1fr; } }
@media (prefers-reduced-motion: reduce) {
  .orbit-a, .orbit-b, .gp-panel-map::after, .gp-editorial-visual { animation:none !important; }
  .gp-editorial-visual img { transition:none !important; }
}
