:root {
  --ink:#15352f;
  --muted:#61736d;
  --green:#126f59;
  --mint:#c9eddb;
  --line:#dce5df;
  --paper:#fafbf8;
  --font:"Avenir Next",Avenir,"Segoe UI",sans-serif;
  color-scheme:light;
  font-family:var(--font);
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  text-rendering:optimizeLegibility
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}

body {
  margin:0;
  min-width:320px
}

button,input,select {
  font:inherit
}

a {
  color:inherit;
  text-decoration:none
}

button,a,input,select,summary {
  -webkit-tap-highlight-color:transparent
}

button,summary {
  cursor:pointer
}

button {
  color:inherit
}

img {
  max-width: 100%;
  display: block;
}

h1,h2,h3,p {
  margin:0
}

button,input,select {
  min-height:44px
}

a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible {
  outline:3px solid #168b6c;
  outline-offset:5px
}

::selection {
  background:#bce7d1
}

a,button {
  touch-action:manipulation
}

[hidden] {
  display:none!important
}

.container {
  width:min(1240px,calc(100% - 96px));
  margin-inline:auto
}

.skip-link {
  position:fixed;
  z-index:100;
  top:-80px;
  left:16px;
  padding:14px 20px;
  background:white;
  border:2px solid var(--green)
}

.skip-link:focus {
  top:16px
}

.environment-notice {
  display:flex;
  justify-content:center;
  gap:16px;
  padding:9px 24px;
  background:#dce9e3;
  color:#264a3d;
  font-size:12px;
  font-weight:600
}

.environment-notice span {
  font-weight:400
}

.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:#fafbf8f5;
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px)
}

.nav {
  height:88px;
  display:flex;
  align-items:center;
  gap:36px
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 29px;
  letter-spacing: -1.8px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.brand img {
  flex-shrink:0
}


.nav-links {
  display: flex;
  gap: 28px;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
}

.nav-links a,.login-link {
  display:inline-flex;
  align-items:center;
  min-height:44px
}

.nav-links a:hover,.site-footer a:hover,.login-link:hover {
  color:var(--green);
  text-decoration:underline;
  text-underline-offset:5px
}

.nav-actions {
  display:flex;
  align-items:center;
  gap:25px
}

.login-link {
  font-size: 14px;
  font-weight: 600;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid transparent;
  transition: background .18s,transform .18s;
}


.button.primary {
  color:white;
  background:var(--green);
  box-shadow:0 2px 3px #123d2910
}

.button.primary:hover {
  background:#0d5947;
  transform:translateY(-1px)
}

.button.secondary {
  border-color:var(--line);
  background:white
}

.button.secondary:hover {
  background:#edf4ec
}

.button.compact {
  min-height: 44px;
  padding: 10px 16px;
  gap: 12px;
  font-size: 13px;
}

.button.light {
  background:var(--mint);
  color:#133e2e
}

.button.light:hover {
  background:#e0f4e6
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
  white-space: normal;
  line-height: 20px;
}

.text-link:hover {
  color:#168b6c
}


.menu-toggle {
  display: none;
  width: 44px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  height: 44px;
  min-width: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
}


.mobile-menu {
  padding:12px 0 22px
}

.mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 15px;
  border-bottom: 1px solid var(--line);
  gap: 10px;
}

.hero {
  display:grid;
  grid-template-columns:1.07fr 1fr;
  gap:60px;
  align-items:center;
  padding-block:85px 90px
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:10px;
  font-weight:650;
  letter-spacing:1.65px;
  text-transform:uppercase;
  color:var(--green)
}

.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  flex-shrink:0;
  border-radius:50%;
  background:#258f69;
  box-shadow:0 0 0 4px #e7f2e8
}

.hero h1 {
  margin-top:28px;
  font-size:clamp(48px,5.8vw,79px);
  line-height:1.025;
  letter-spacing:-4.6px;
  font-weight:500
}

.hero h1 em {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  color:var(--green);
  letter-spacing:-4.9px
}

.hero-description {
  max-width: 440px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:31px;
  flex-wrap:wrap
}

.hero-actions .button {
  gap: 12px;
  font-size: 14px;
}

.hero-note {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.network-scene {
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  border-radius: 13px;
  background: radial-gradient(ellipse at 80% 30%, #375a40 0%, transparent 58%), #112f2a;
  color: #d6e8d9;
  box-shadow: 0 15px 35px #163b2810;
  print-color-adjust: exact;
}

.network-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .2;
  background-image: radial-gradient(#c4e8d8 .65px, transparent .65px);
  background-size: 12px 12px;
  mask-image: linear-gradient(to bottom, transparent, #000 40%, #000);
}

.scene-label { display: flex; align-items: center; gap: 8px; width: 100%; margin-bottom: 26px; font-size: 10px; line-height: 16px; color: #b4cabb; }

.scene-label .status-dot { background: #bbdfaa; box-shadow: none; }

.scene-coordinate { margin-left: auto; font: 9px monospace; opacity: .65; letter-spacing: 1px; }

.orbit { position: absolute; z-index: -1; width: 540px; height: 540px; border: 1px solid #a0c6a917; border-radius: 50%; top: -23px; left: 50%; transform: translateX(-50%); }

.orbit-two { width: 415px; height: 415px; top: 40px; background: #9bb99603; }

.scene-address {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #789c7d75;
  border-radius: 8px;
  background: #314d3aea;
  font: 12px/18px monospace;
  white-space: nowrap;
  box-shadow: 0 8px 16px #0b241320;
}

.scene-address > .icon { width: 16px; height: 16px; color: #d8eabe; }

.scene-address > span:not(.address-label) { min-width: 0; overflow: hidden; text-overflow: ellipsis; }

.address-label { padding: 4px 6px; border-radius: 4px; background: #acd19622; color: #c1dfa8; font: 8px var(--font); letter-spacing: 1px; }

.scene-line { position: relative; flex: 0 0 30px; border-left: 1px dashed #9bbb9270; }

.scene-line span { position: absolute; left: -3px; top: 13px; width: 5px; height: 5px; background: #b6d596; box-shadow: 0 0 10px #b6d596; }

.cloud-hub { display: flex; align-items: center; gap: 12px; width: 100%; max-width: 360px; padding: 16px; border-radius: 12px; background: #fafcf2; color: #183c2a; box-shadow: 0 12px 28px #051c2630; }

.cloud-hub img { width: 40px; height: 40px; flex: 0 0 40px; }

.cloud-hub > div { flex: 1; min-width: 0; }

.cloud-hub strong { font-size: 20px; font-weight: 600; line-height: 24px; letter-spacing: -.6px; }

.cloud-hub div > span { display: block; margin-top: 3px; color: #6d7d68; font-size: 11px; line-height: 16px; }

.hub-indicator { flex: 0 0 6px; height: 6px; margin-left: auto; border-radius: 50%; background: #76a65b; }

.tunnel-fan { position: relative; width: 100%; height: 76px; }

.tunnel-fan > svg { display: block; width: 100%; height: 100%; overflow: visible; }

.tunnel-fan path { stroke: #a3c9ab; stroke-width: 1.2; stroke-dasharray: 3 5; stroke-linecap: round; vector-effect: non-scaling-stroke; }

.tunnel-caption { position: absolute; top: 37px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; padding: 4px 9px; border: 1px solid #8aaa9340; border-radius: 20px; background: #193b30; color: #c0d6bf; font-size: 10px; line-height: 16px; white-space: nowrap; }

.tunnel-caption > .icon { width: 12px; height: 12px; }

/* Equal-width columns keep all three tunnel endpoints centered on their servers. */

.server-network { width: 100%; }

.server-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }

.scene-server { min-width: 0; margin-inline: 6px; overflow: hidden; border: 1px solid #a0bca95a; border-radius: 11px; background: #203d33ed; box-shadow: 0 10px 22px #061d1920; }

.server-top { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 8px 12px; }

.server-top > .icon { width: 24px; height: 24px; margin-bottom: 3px; color: #a3c8b1; }

.server-top strong { font-size: 12px; line-height: 18px; font-weight: 500; white-space: nowrap; }

.server-address { color: #a6c1af; font: 10px/14px monospace; }

.online-dot { position: absolute; top: 10px; right: 10px; width: 4px; height: 4px; border-radius: 50%; background: #b6d596; }

.server-services { display: flex; justify-content: center; padding: 8px 4px; border-top: 1px solid #8ea99833; color: #bfd3c3; font-size: 10px; line-height: 16px; }

.peer-connections { display: block; width: 100%; height: 40px; overflow: visible; }

.peer-connections path { stroke: #92ba9d; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }

.server-network-note { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 6px; margin: 0; color: #c6dcca; font-size: 11px; line-height: 16px; text-align: center; }

.server-network-note > .icon { width: 14px; height: 14px; }

.server-network-note > span { width: 100%; color: #a2bea9; font-size: 10px; }

.scene-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; width: 100%; margin-top: 24px; color: #92b29f; font-size: 10px; line-height: 16px; }

.scene-footer > span { display: inline-flex; align-items: center; gap: 6px; }

.scene-footer .icon { width: 12px; height: 12px; }

@container (max-width: 340px) {
  .scene-coordinate { display: none; }
  .scene-address { gap: 6px; padding: 10px 8px; font-size: 10px; }
  .address-label { padding: 4px; font-size: 7px; }
  .cloud-hub { gap: 10px; padding: 14px; }
  .cloud-hub img { width: 36px; height: 36px; flex-basis: 36px; }
  .cloud-hub strong { font-size: 19px; }
  .cloud-hub div > span { font-size: 10px; line-height: 15px; }
  .scene-server { margin-inline: 4px; }
  .server-top { gap: 5px; padding: 14px 6px 10px; }
  .server-top > .icon { width: 22px; height: 22px; }
  .server-top strong { font-size: 11px; }
  .server-address { font-size: 9px; }
  .online-dot { top: 8px; right: 8px; }
}

@media (max-width: 639px) {
  .network-scene { padding: 20px 16px; }
}

.capability-strip {
  border-block:1px solid var(--line);
  background:#f3f6ef
}

.capability-strip .container {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-block:27px
}

.capability-strip p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

.capability-strip p strong {
  font-weight:500;
  color:var(--ink)
}

.capability-strip .container>span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}


.section {
  padding-block:105px
}

.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:48px;
  margin-bottom:44px
}

.section-heading .eyebrow {
  margin-bottom:21px
}

h2 {
  font-size:clamp(32px,3.3vw,46px);
  line-height:1.17;
  letter-spacing:-1.9px;
  font-weight:500
}

.section-heading>p {
  max-width: 340px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 3px;
}

.feature-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}

.feature {
  border:1px solid var(--line);
  padding:28px;
  border-radius:9px;
  background:#fff;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:0
}

.feature-wide {
  background:#edf3e9
}

.feature-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #cddcce;
  border-radius: 6px;
  font-weight: 400;
  flex-shrink: 0;
}

.overline {
  font: 10px monospace;
  letter-spacing: .8px;
  color: #617575;
}

.feature h3 {
  font-size:23px;
  line-height:1.25;
  letter-spacing:-.8px;
  font-weight:500
}

.feature p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 16px;
  color: var(--muted);
}

.route-preview {
  margin-top: 30px;
  background: #fbfdf9;
  border: 1px solid #d5e3d4;
  border-radius: 7px;
  padding: 6px 12px;
  font-size: 11px;
}

.route-preview>div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
}

.route-preview>div:first-child {
  border-bottom: 1px solid #e5ece1;
  font-size: 11px;
}

.route-preview code {
  font: 11px monospace;
  white-space: nowrap;
}

.route-method {
  font: 9px monospace;
  background: #e9f1e3;
  padding: 3px 4px;
  color: #477444;
}

.route-state {
  color: #62a16e;
  margin-left: auto;
  display: block;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: #62a16e;
  border-radius: 50%;
}


.route-preview>div:not(:first-child)>span:last-child {
  font: 10px monospace;
  margin-left: auto;
  color: #617575;
}

.mini-network {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:auto;
  padding-top:35px;
  gap:0;
  min-height:136px;
  font:10px monospace
}

.mini-network span {
  display:grid;
  place-items:center;
  width:90px;
  height:50px;
  border:1px solid #d7e4db;
  border-radius:7px;
  background:#f4f8f1;
  box-shadow:0 4px 0 #ecf1e8
}

.mini-network i {
  flex:1;
  max-width:40px;
  border-top:1px dashed #a0b49e
}

.metrics-preview {
  margin-top:auto;
  background:#19362e;
  border:1px solid #2e4f42;
  border-radius:7px;
  padding:14px 16px 12px;
  height:100px;
  color:#b6cbbf;
  font:9px monospace
}

.metrics-chart {
  height:62px;
  display:flex;
  align-items:end;
  gap:7px;
  border-bottom:1px solid #416052
}

.metrics-chart i {
  display:block;
  flex:1;
  min-width:6px;
  background:#b9d0ab;
  border-radius:2px 2px 0 0
}

.metrics-labels {
  display:flex;
  justify-content:space-between;
  padding-top:9px;
  color:#9ab4a5;
  font-size:8px
}

.tcp-note {
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:22px;
  padding:22px 26px;
  border:1px solid var(--line);
  border-radius:8px
}

.tcp-note h3 {
  font-size: 15px;
  font-weight: 600;
}

.tcp-note p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 5px;
  max-width: 760px;
}

.tcp-note .text-link {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 14px;
}

.how-section {
  background:#edf3e9;
  border-block:1px solid #dae5d7;
  padding-block:90px
}

.steps {
  list-style:none;
  padding:0;
  margin:50px 0 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:44px;
  counter-reset:steps
}

.steps li {
  border-top:1px solid #bdceba;
  position:relative;
  padding-top:30px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}

.steps li:before {
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#557e52;
  position:absolute;
  top:-3px;
  left:0
}

.step-number {
  font:11px monospace;
  color:#6e8d67;
  border:1px solid #c4d5bd;
  padding:6px 9px;
  border-radius:4px;
  margin-bottom:20px
}

.steps h3 {
  font-size:18px;
  letter-spacing:-.3px;
  font-weight:500
}

.steps p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 12px;
  margin-bottom: 25px;
  color: var(--muted);
  max-width: 305px;
}

.step-detail {
  font-size: 11px;
  color: #55704d;
  margin-top: auto;
}

.plans {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}

.plan {
  position:relative;
  border:1px solid var(--line);
  border-radius:9px;
  padding:28px;
  background:white;
  display:flex;
  flex-direction:column;
  min-width:0
}

.plan.recommended {
  border-color:#42765a;
  box-shadow:0 0 0 1px #42765a;
  background:#f1f6eb
}

.plan-heading {
  display:flex;
  gap:8px;
  align-items:center;
  justify-content:space-between
}

.plan h3 {
  font-size:18px;
  font-weight:600
}

.plan-badge {
  padding: 4px 7px;
  background: #e0ecce;
  border-radius: 4px;
  font-size: 11px;
  color: #49633b;
  white-space: nowrap;
}

.plan-description {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 10px;
}

.plan-price {
  display:flex;
  align-items:baseline;
  gap:6px;
  margin-top:27px;
  font-size:40px;
  line-height:1.2;
  letter-spacing:-1.8px;
  font-weight:500;
  font-variant-numeric:tabular-nums
}

.plan-price span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}

.plan-traffic {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}

.plan .button {
  margin-top: 26px;
  justify-content: space-between;
  min-height: 48px;
  font-size: 14px;
}

.check-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  font-size: 13px;
  line-height: 22px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}


.trial-note {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  margin: 22px auto 0;
  color: var(--muted);
  max-width: 700px;
}

.trial-note a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cost-calculator {
  display:grid;
  grid-template-columns:1fr 1.4fr;
  column-gap:36px;
  row-gap:15px;
  margin-top:42px;
  border:1px solid var(--line);
  padding:28px;
  border-radius:9px
}

.cost-calculator .eyebrow {
  font-size: 10px;
}

.cost-calculator h3 {
  margin-top:8px;
  font-size:19px;
  font-weight:500;
  letter-spacing:-.4px
}

.cost-calculator p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 8px;
}

.estimate-form {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  align-items: end;
}

.estimate-field {
  font-size: 12px;
  display: grid;
  gap: 8px;
  min-width: 0;
  line-height: 20px;
  align-self: stretch;
  grid-template-rows: 1fr 48px;
}

.estimate-form input,.plan-select-trigger {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid #cfdcd2;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  padding: 12px;
  height: 48px;
  line-height: 22px;
  transition: border-color 150ms, box-shadow 150ms;
}

.plan-select { position: relative; min-width: 0; }

.plan-select-trigger { display: flex; align-items: center; justify-content: space-between; gap: 8px; cursor: pointer; text-align: left; }

.plan-select-trigger:hover { border-color: #8eafa1; }

.estimate-form input:focus,
.plan-select-trigger:focus,
.plan-select-trigger[aria-expanded="true"] {
  border-color: var(--green);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px #126f5912;
}

.estimate-form input[aria-invalid=true] {
  border-color:#b34736
}

.plan-select-trigger > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.plan-select-trigger > .icon { width: 16px; height: 16px; flex-shrink: 0; color: var(--muted); transition: transform 150ms; }

.plan-select-trigger[aria-expanded="true"] > .icon { transform: rotate(180deg); }

.plan-options { position: absolute; top: calc(100% + 8px); left: 0; z-index: 40; width: 100%; min-width: 180px; max-width: calc(100vw - 40px); max-height: min(280px, 45vh); padding: 4px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 11px; background: #fff; box-shadow: 0 12px 32px #15352f24; }

.plan-options[data-side="top"] { top: auto; bottom: calc(100% + 8px); }

.plan-option { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 60px; padding: 9px 10px; border-radius: 7px; color: var(--ink); cursor: pointer; }

.plan-option-copy { display: grid; gap: 2px; min-width: 0; }

.plan-option-name { font-size: 14px; font-weight: 600; line-height: 20px; }

.plan-option-price { color: var(--muted); font-size: 11px; line-height: 16px; }

.plan-option > .icon { visibility: hidden; width: 16px; height: 16px; color: var(--green); }

.plan-option[aria-selected="true"] > .icon { visibility: visible; }

.plan-option[data-active] { background: #edf9f5; outline: 2px solid transparent; outline-offset: -2px; }

@media (forced-colors: active) {
  .estimate-form input:focus, .plan-select-trigger:focus { outline-color: Highlight; }
  .plan-options { border-color: ButtonText; }
  .plan-option[data-active] { forced-color-adjust: none; background: Highlight; color: HighlightText; outline-color: Highlight; }
  .plan-option[data-active] .plan-option-price, .plan-option[data-active] > .icon { color: HighlightText; }
}

.estimate-total {
  display: grid;
  gap: 8px;
  padding-left: 12px;
  border-left: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
  line-height: 20px;
}

.estimate-total output {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 28px;
  color: var(--green);
  font-weight: 500;
  letter-spacing: -.7px;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

.cost-calculator .estimate-note {
  grid-column: 2;
  margin-top: 0!important;
  font-size: 12px!important;
}

.faq-section {
  display:grid;
  grid-template-columns:.85fr 1.4fr;
  gap:100px;
  padding-block:5px 100px
}

.faq-section h2 {
  margin-top:20px
}

.faq-section>div>p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 28px;
}

.faq-section .text-link {
  font-size: 14px;
}

.questions {
  border-top:1px solid var(--line)
}

.questions details {
  border-bottom:1px solid var(--line);
  padding:0
}

.questions summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  min-height: 67px;
  padding: 16px 0;
}

.questions summary::-webkit-details-marker {
  display:none
}



.questions p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 520px;
  padding: 0 35px 23px 0;
}

.closing {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#133b30;
  color:#f3f7e9;
  border-radius:10px;
  padding:68px;
  min-height:360px
}

.closing:after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(ellipse at 90% 90%,#4d6e4450,transparent 65%),radial-gradient(#bcd8ad22 .65px,transparent .65px);
  background-size:auto,12px 12px
}

.closing .eyebrow {
  color:#a6caa7
}

.closing h2 {
  font-size:clamp(30px,3.7vw,51px);
  line-height:1.12;
  letter-spacing:-1.6px;
  margin-top:20px
}

.closing .button {
  margin-top:28px;
  min-width:180px;
  justify-content:space-between
}

.closing>p:last-child {
  font-size: 12px;
  color: #a2bda9;
  margin-top: 20px;
}

.closing-art {
  position: absolute;
  z-index: -1;
  right: 30px;
  top: 20px;
  line-height: 1;
  color: #acc68833;
  transform: rotate(-5deg);
  width: 420px;
  height: 420px;
}

.site-footer {
  padding-block:55px 26px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:30px
}

.site-footer .brand {
  font-size:25px;
  letter-spacing:-1.3px
}

.site-footer p {
  margin-top: 15px;
  font-size: 12px;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}

.site-footer nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 8px;
}

.footer-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 15px;
  font-size: 11px;
  color: var(--muted);
}

.site-footer .legal-links {
  display:flex;
  flex-wrap:wrap;
  width:auto;
  gap:4px 24px;
  font-size:11px;
}

.not-found {
  padding:10vh 24px;
  max-width:700px;
  margin:auto
}

.not-found .eyebrow {
  margin-top:80px
}

.not-found h1 {
  font-size:44px;
  letter-spacing:-2px;
  margin-top:25px;
  line-height:1.2
}

.not-found p {
  margin-top:20px
}

.not-found .button {
  margin-top:35px
}

@media(min-width:1450px) {
  .hero {
    padding-block:100px
  }
}

@media(max-width:1100px) {
  .container {
    width:calc(100% - 64px)
  }
  .hero {
    gap:32px
  }
  .hero h1 {
    font-size:clamp(48px,6.2vw,68px);
    letter-spacing:-3.6px
  }
  .hero h1 em {
    letter-spacing:-3.7px
  }
  .hero-actions {
    gap:8px
  }
  .hero-actions .button {
    padding-inline: 17px;
    font-size: 14px;
    gap: 12px;
  }
  .hero-description {
    font-size: 16px;
  }
  .feature-grid {
    gap:12px
  }
  .feature {
    padding:22px
  }
  .feature h3 {
    font-size:20px
  }
  .overline {
    font-size: 7px;
    font: 10px monospace;
    color: #617575;
  }
  .feature p {
    font-size: 14px;
  }
  .route-preview {
    padding-inline: 8px;
    font-size: 11px;
  }
  .route-preview code {
    font-size: 8px;
    font: 11px monospace;
  }
  .route-preview>div:not(:first-child)>span:last-child {
    font-size: 7px;
    font: 10px monospace;
    color: #617575;
  }
  .route-preview>div {
    gap: 8px;
  }
  .plan {
    padding:23px
  }
  .plan-badge {
    font-size: 11px;
  }
  .cost-calculator {
    grid-template-columns:1fr;
    gap:25px
  }
  .cost-calculator .estimate-note {
    grid-column: 1;
    font-size: 12px!important;
  }
  .faq-section {
    gap:60px
  }
}

@media(max-width:899px) {
  .nav {
    height:76px;
    gap:20px
  }
  .nav-links {
    display: none;
    font-size: 14px;
  }
  .nav-actions {
    margin-left:auto;
    gap:20px
  }
  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    min-width: 44px;
    flex: 0 0 44px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
  }
  .hero {
    padding-block:58px;
    gap:30px
  }
  .hero h1 {
    font-size:53px
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.8;
  }
  .hero-note {
    font-size: 12px;
  }
  .hero-actions .button {
    font-size: 14px;
    gap: 12px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .capability-strip .container {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px 30px
  }
  .capability-strip p {
    grid-column: 1/-1;
    font-size: 12px;
  }
  .capability-strip p br {
    display:none
  }
  .capability-strip p strong {
    margin-left:4px
  }
  .section {
    padding-block:76px
  }
  .section-heading {
    gap:30px;
    align-items:flex-start
  }
  .section-heading>p {
    max-width: 280px;
    font-size: 14px;
  }
  .section-heading .eyebrow {
    font-size:9px
  }
  .feature-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .feature-wide {
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 40px
  }
  .feature-wide .feature-heading {
    grid-column:1;
    grid-row:1;
    margin-bottom:20px
  }
  .feature-wide h3 {
    grid-column:1;
    grid-row:2
  }
  .feature-wide p {
    grid-column:1;
    grid-row:3
  }
  .feature-wide .route-preview {
    grid-column:2;
    grid-row:1/4;
    align-self:center;
    padding:15px
  }
  .route-preview code {
    font-size: 10px;
    font: 11px monospace;
  }
  .route-preview>div:not(:first-child)>span:last-child {
    font-size: 8px;
    font: 10px monospace;
    color: #617575;
  }
  .feature {
    padding:26px
  }
  .feature h3 {
    font-size:23px
  }
  .feature p {
    font-size: 14px;
  }
  .mini-network,.metrics-preview {
    margin-top:26px
  }
  .tcp-note {
    flex-wrap:wrap;
    gap:15px
  }
  .tcp-note>div {
    flex:1
  }
  .tcp-note .text-link {
    margin-left: 54px;
    font-size: 14px;
  }
  .how-section {
    padding-block:76px
  }
  .steps {
    gap:25px
  }
  .steps h3 {
    font-size:16px
  }
  .plans {
    gap:12px
  }
  .plan {
    padding:20px
  }
  .plan-heading {
    align-items:flex-start;
    flex-direction:column;
    min-height:52px;
    gap:7px
  }
  .plan-price {
    font-size:33px
  }
  .plan-description {
    font-size: 13px;
  }
  .plan .button {
    padding-inline: 14px;
    font-size: 14px;
    min-height: 48px;
  }
  .check-list {
    font-size: 13px;
    gap: 14px;
    line-height: 22px;
  }
  .faq-section {
    gap:40px;
    padding-bottom:76px
  }
  .closing {
    padding:48px
  }
  .closing-art {
    right: 30px;
    top: 20px;
    width: 420px;
    height: 420px;
  }
  .site-footer nav {
    gap: 20px;
    font-size: 13px;
  }
  .site-footer p {
    font-size: 12px;
  }
}

@media(max-width:639px) {
  .container {
    width:calc(100% - 40px)
  }
  html {
    scroll-padding-top:92px
  }
  .environment-notice {
    font-size:10px;
    gap:5px;
    padding:7px 20px;
    flex-wrap:wrap
  }
  .environment-notice span {
    font-size:9px
  }
  .nav {
    height:70px;
    gap:10px
  }
  .brand {
    font-size: 25px;
    gap: 8px;
    letter-spacing: -1.5px;
    line-height: 1;
  }
  .brand img {
    width:29px;
    height:29px
  }
  .nav-actions {
    gap:0
  }
  .nav-actions .login-link {
    display:none
  }
  .nav-actions .button {
    font-size:11px;
    padding:9px 11px;
    min-height:42px;
    gap:13px
  }
  .menu-toggle {
    width: 44px;
    border: 1px solid var(--line);
    padding: 10px;
    height: 44px;
    min-width: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
  }
  .hero {
    grid-template-columns:1fr;
    gap:42px;
    padding-block:46px 40px
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:1.4px
  }
  .hero h1 {
    font-size:clamp(48px,12vw,72px);
    letter-spacing:-3.2px;
    margin-top:25px
  }
  .hero h1 em {
    letter-spacing:-3.5px
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.85;
    margin-top: 23px;
    max-width: 460px;
  }
  .hero-actions {
    gap:12px;
    margin-top:26px
  }
  .hero-actions .button {
    font-size: 14px;
    min-height: 50px;
    padding-inline: 18px;
    gap: 12px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .hero-note {
    font-size: 12px;
    margin-top: 17px;
    max-width: 320px;
  }
  .capability-strip .container {
    padding-block:22px;
    gap:20px 15px
  }
  .capability-strip .container>span {
    font-size: 13px;
    gap: 10px;
    line-height: 20px;
  }
  .capability-strip p {
    font-size: 12px;
  }
  .section {
    padding-block:60px
  }
  .section-heading {
    flex-direction:column;
    gap:20px;
    margin-bottom:28px
  }
  .section-heading .eyebrow {
    margin-bottom:17px
  }
  h2 {
    font-size:34px;
    letter-spacing:-1.4px
  }
  .section-heading>p {
    max-width: 400px;
    font-size: 14px;
    line-height: 1.85;
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:14px
  }
  .feature {
    padding:26px
  }
  .feature-wide {
    grid-column:auto;
    display:flex;
    gap:0
  }
  .feature-wide .feature-heading {
    margin-bottom:25px
  }
  .feature h3 {
    font-size:25px
  }
  .feature p {
    font-size: 14px;
  }
  .feature-wide .route-preview {
    width:100%;
    padding:10px 15px;
    margin-top:25px
  }
  .route-preview>div {
    min-height: 36px;
    gap: 8px;
  }
  .route-preview code {
    font-size: 10px;
    font: 11px monospace;
  }
  .route-preview>div:not(:first-child)>span:last-child {
    font-size: 9px;
    font: 10px monospace;
    color: #617575;
  }
  .route-method {
    font-size: 8px;
    font: 9px monospace;
  }
  .mini-network {
    padding-top:0;
    min-height:90px;
    margin-top:20px
  }
  .mini-network span {
    width:100px
  }
  .mini-network i {
    max-width:70px
  }
  .metrics-preview {
    margin-top:25px
  }
  .tcp-note {
    padding:22px 20px;
    gap:14px
  }
  .tcp-note .feature-icon {
    align-self:flex-start
  }
  .tcp-note h3 {
    font-size: 15px;
  }
  .tcp-note p {
    font-size: 13px;
  }
  .tcp-note .text-link {
    margin-left: 48px;
    font-size: 14px;
  }
  .how-section {
    padding-block:60px
  }
  .steps {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:35px
  }
  .steps li {
    padding:24px 0 0 52px
  }
  .step-number {
    position:absolute;
    top:25px;
    left:0;
    font-size:10px
  }
  .steps h3 {
    font-size:19px
  }
  .steps p {
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .step-detail {
    font-size: 11px;
  }
  .plans {
    grid-template-columns:1fr;
    gap:20px
  }
  .plan {
    padding:28px
  }
  .plan-heading {
    flex-direction:row;
    align-items:center;
    min-height:0
  }
  .plan h3 {
    font-size:20px
  }
  .plan-badge {
    font-size: 11px;
  }
  .plan-description {
    font-size: 13px;
    max-width: 260px;
  }
  .plan-price {
    font-size:43px;
    margin-top:24px
  }
  .plan-price span {
    font-size: 13px;
  }
  .plan-traffic {
    font-size: 12px;
  }
  .plan .button {
    font-size: 14px;
    padding-inline: 20px;
    min-height: 48px;
  }
  .check-list {
    font-size: 13px;
    gap: 14px;
    line-height: 22px;
  }
  .trial-note {
    font-size: 12px;
    margin-top: 24px;
  }
  .cost-calculator {
    padding:23px;
    gap:22px;
    margin-top:30px
  }
  .cost-calculator h3 {
    font-size:22px
  }
  .cost-calculator p:not(.eyebrow) {
    font-size: 12px;
  }
  .estimate-form {
    grid-template-columns:1fr 1fr;
    gap:20px 12px
  }
  .estimate-field {
    font-size: 12px;
    line-height: 20px;
    align-self: stretch;
    grid-template-rows: 1fr 48px;
  }
  .estimate-form input,.plan-select-trigger {
    font-size: 16px;
    height: 48px;
    padding: 12px;
    line-height: 22px;
  }
  .estimate-total {
    grid-column: 1/-1;
    border-left: 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    gap: 8px;
  }
  .estimate-total output {
    font-size: 28px;
    min-height: 48px;
    line-height: 1.2;
    letter-spacing: -.7px;
  }
  .cost-calculator .estimate-note {
    font-size: 12px!important;
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:25px;
    padding-block:0 60px
  }
  .faq-section h2 br {
    display:none
  }
  .faq-section h2 {
    font-size:33px
  }
  .faq-section>div>p:not(.eyebrow) {
    margin-top: 16px;
    font-size: 14px;
  }
  .questions summary {
    font-size: 14px;
    min-height: 70px;
    padding-block: 18px;
  }
  .questions p {
    font-size: 14px;
    padding-right: 15px;
  }
  .closing {
    padding:37px 27px;
    min-height:340px
  }
  .closing .eyebrow {
    font-size:8px
  }
  .closing h2 {
    font-size:34px;
    letter-spacing:-1.2px;
    line-height:1.18
  }
  .closing-art {
    right: 30px;
    top: 20px;
    opacity: .5;
    width: 420px;
    height: 420px;
  }
  .closing>p:last-child {
    font-size: 12px;
  }
  .closing .button {
    font-size:12px
  }
  .site-footer {
    padding-block:42px 24px;
    gap:25px;
    align-items:flex-start
  }
  .site-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0 22px;
    font-size: 13px;
  }
  .site-footer p {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 11px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin-top: 0;
  }
  .not-found h1 {
    font-size:37px
  }
}


/* The same SVG geometry and fixed boxes as the dashboard keep icons on-axis. */
.icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.button > .icon, .text-link > .icon { width: 18px; height: 18px; }
.feature-icon > .icon { width: 20px; height: 20px; }
.menu-toggle .icon[data-icon="close"],
.menu-toggle[aria-expanded="true"] .icon[data-icon="menu"] { display: none; }
.menu-toggle[aria-expanded="true"] .icon[data-icon="close"] { display: block; }
.mobile-menu .icon { margin-left: auto; }
.capability-strip .icon { width: 22px; height: 22px; color: #4c7860; }
.route-preview .icon { width: 14px; height: 14px; color: #617575; }
.check-list .icon { width: 16px; height: 16px; margin-top: 3px; color: #157461; }
.check-list li > span { min-width: 0; }
.questions summary::marker { content: ""; }
.questions summary > .icon { color: #617575; transition: transform 150ms ease; }
.questions details[open] summary > .icon { transform: rotate(180deg); }
.closing-art > .icon { width: 100%; height: 100%; stroke-width: 1; }
.site-footer nav .icon { width: 14px; height: 14px; }

/* Align card headers and actions; feature lists size naturally as plans vary. */
@media (min-width: 760px) {
  @supports (grid-template-rows: subgrid) {
    .plans { row-gap: 0; }
    .plan { display: grid; grid-template-rows: subgrid; grid-row: span 6; row-gap: 0; }
    .plan-heading { min-height: 30px; align-self: start; }
    .plan-description { align-self: start; }
    .check-list { align-self: start; }
  }
}

@media (max-width: 759px) {
  .plans { grid-template-columns: 1fr; gap: 20px; }
  .plan { padding: 28px; }
  .plan-heading { flex-direction: row; align-items: center; min-height: 0; }
  .plan-description { min-height: 0; }
}

@media (max-width: 639px) {
  .nav { gap: 8px; }
  .nav .brand { font-size: 24px; }
  .nav-actions .button { min-height: 44px; font-size: 12px; padding: 10px; gap: 8px; }
  .feature-wide .route-preview { padding-inline: 10px; }
  .route-preview > div:not(:first-child) > span:last-child { font-size: 9px; }
  .tcp-note .text-link { margin-left: 50px; }
  .estimate-total { flex-wrap: wrap; }
  .capability-strip .container { column-gap: 12px; }
  .capability-strip .container > span { font-size: 11px; gap: 8px; }
  .capability-strip .icon { width: 18px; height: 18px; }
  .closing-art { width: 290px; height: 290px; right: -65px; top: 65px; }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
  .button.primary:hover {
    transform:none
  }
}

@media print {
  .site-header {
    position:static
  }
  .hero,.section,.how-section,.faq-section {
    padding-block:30px
  }
  .cost-calculator,.menu-toggle {
    display:none!important
  }
  .closing {
    break-inside:avoid
  }
  .plan,.feature {
    break-inside:avoid
  }
}

/* Hostnames and regional choices in the hero network. */
.scene-hostnames { display: grid; gap: 7px; width: 100%; max-width: 360px; }
.scene-hostnames .address-label { margin-left: auto; }
.edge-regions { width: 100%; max-width: 360px; border: 1px solid #8daa8c70; border-radius: 12px; background: #fafcf2; overflow: hidden; }
.edge-regions .cloud-hub { box-shadow: none; }
.region-choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 0 12px; }
.region-choice { display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 4px 7px; padding: 12px 9px; border: 1px solid #d4dfcf; border-radius: 7px; color: #506c59; background: #f0f3e9; }
.region-choice.selected { border-color: #29836c; background: #e0efe3; color: #145f4b; }
.region-choice .icon { width: 17px; height: 17px; }
.region-choice strong { font-size: 11px; font-weight: 600; }
.region-choice span { grid-column: 2; font-size: 9px; }
.edge-regions > p { margin: 10px 12px 12px; font-size: 9px; line-height: 15px; text-align: center; color: #60775e; }

.feature-publish { background: #edf3e9; }
.feature-access { background: #f2f5ef; }
.feature-grid .feature { gap: 0; }
.feature > p { margin-bottom: 28px; }
.feature .route-preview, .feature .host-network, .feature .console-preview, .feature .metrics-preview { margin-top: auto; }
.route-preview { padding: 10px 14px; }
.route-preview .route-host { border-bottom: 1px solid #e5ece1; }
.route-preview .route-host:not(:first-child) { margin-top: 12px; }
.route-preview .route-path { min-height: 38px; }
.route-preview .route-host > .route-state { margin-left: auto; width: 6px; height: 6px; }
.route-preview code { min-width: 0; overflow-wrap: anywhere; white-space: normal; }
.host-network { display: grid; justify-items: center; padding-top: 4px; }
.host-network-edge { display: flex; align-items: center; gap: 8px; border: 1px solid #b7cebd; border-radius: 7px; padding: 10px 16px; background: #e7f0e3; font-size: 12px; }
.host-network-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; width: 100%; margin-top: 26px; }
.host-network-grid::before { content: ''; position: absolute; top: -26px; left: 50%; height: 13px; border-left: 1px dashed #8eaf98; }
.host-network-grid > div { position: relative; display: grid; justify-items: center; gap: 8px; padding: 16px 4px; border: 1px solid #d7e4db; border-radius: 8px; background: #f4f8f1; box-shadow: 0 4px 0 #ecf1e8; }
.host-network-grid > div::before { content: ''; position: absolute; top: -14px; left: -6px; right: -6px; height: 13px; border-top: 1px dashed #8eaf98; }
.host-network-grid > div::after { content: ''; position: absolute; top: -14px; left: 50%; height: 13px; border-left: 1px dashed #8eaf98; }
.host-network-grid > div:first-child::before { left: 50%; }
.host-network-grid > div:last-child::before { right: 50%; }
.host-network-grid strong { font-size: 10px; font-weight: 500; text-align: center; }
.host-network-grid code { font: 10px monospace; }
.console-preview { overflow: hidden; border: 1px solid #2e4f42; border-radius: 8px; background: #19362e; color: #c4dbcb; }
.console-heading, .console-footer { padding: 12px 16px; font-size: 10px; }
.console-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #416052; }
.console-heading > span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.console-heading > span:last-child { color: #b9d0ab; }
.console-lines { padding: 16px; }
.console-lines p { margin: 0; font: 11px/2 monospace; color: #a9bdb1; overflow-wrap: anywhere; }
.console-lines p span, .console-lines b { color: #d0e5b7; }
.console-footer { border-top: 1px solid #416052; color: #a9bdb1; }
.feature .metrics-preview { height: auto; padding: 16px; }
.metrics-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font: 10px/18px monospace; margin-bottom: 14px; }
.metrics-chart { height: 100px; gap: 12px; }
.metrics-chart i:nth-child(1) { height: 42%; }
.metrics-chart i:nth-child(2) { height: 67%; }
.metrics-chart i:nth-child(3) { height: 51%; }
.metrics-chart i:nth-child(4) { height: 78%; }
.metrics-chart i:nth-child(5) { height: 62%; }
.metrics-chart i:nth-child(6) { height: 86%; }
.metrics-chart i:nth-child(7) { height: 70%; }
.metrics-labels { padding-top: 12px; font-size: 9px; }
@media (min-width: 640px) and (max-width: 1099px) {
  .host-network-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 10px; }
  .host-network-grid::after { content: ""; position: absolute; top: -26px; bottom: 50%; left: 50%; border-left: 1px dashed #8eaf98; }
  .host-network-grid > div:nth-child(odd)::before { left: 50%; right: -6px; }
  .host-network-grid > div:nth-child(even)::before { left: -6px; right: 50%; }
}
@media (max-width: 639px) {
  .host-network-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 10px; }
  .host-network-grid::after { content: ""; position: absolute; top: -26px; bottom: 50%; left: 50%; border-left: 1px dashed #8eaf98; }
  .host-network-grid > div:nth-child(odd)::before { left: 50%; right: -6px; }
  .host-network-grid > div:nth-child(even)::before { left: -6px; right: 50%; }
  .route-preview { padding: 8px 10px; }
  .route-preview code { font-size: 10px; }
  .route-preview .route-path > span:last-child { font-size: 9px; }
}

/* Static dashboard screenshots retain the portal's desktop and mobile layouts. */
.dashboard-demo { scroll-margin-top: 24px; }
.demo-preview { margin: 0; }
.demo-frame { overflow: hidden; border: 1px solid #c6d7cf; border-radius: 18px; background: #f6f8f8; box-shadow: 0 24px 70px -35px #15352f55; }
.demo-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 22px; border-bottom: 1px solid var(--line); background: white; font-size: 12px; font-weight: 600; }
.demo-label { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.demo-frame picture, .demo-frame img { display: block; width: 100%; }
.demo-frame img { height: auto; }
.demo-caption { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding: 20px 2px 0; }
.demo-caption p { font-size: 13px; color: var(--muted); line-height: 1.7; }
.demo-caption a { flex-shrink: 0; font-size: 13px; }
@media (max-width: 639px) {
  .demo-toolbar { padding: 14px; }
  .demo-label { font-size: 8px; letter-spacing: .08em; }
  .demo-frame { border-radius: 12px; }
  .demo-caption { flex-direction: column; gap: 12px; }
}

.demo-tabs { display: flex; gap: 4px; }
.demo-tabs button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 600; }
.demo-tabs button:hover { color: var(--green); background: #f1f7f3; }
.demo-tabs button[aria-selected="true"] { color: var(--green); border-color: #d5e7dd; background: #eaf5ef; }
.demo-tabs .icon { width: 17px; height: 17px; }
.demo-panel-title { padding: 20px; font-size: 16px; }
.demo-frame[data-enhanced] .demo-panel-title { display: none; }
[data-demo-panel]:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; }
@media (max-width: 639px) {
  .demo-toolbar { padding: 10px; }
  .demo-toolbar .demo-label, .demo-tabs .icon { display: none; }
  .demo-tabs { width: 100%; gap: 2px; }
  .demo-tabs button { flex: 1; justify-content: center; padding-inline: 6px; font-size: 11px; }
}
