.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-page .hero h1,
.home-page .hero-tagline,
.home-page .section h2,
.home-page .flow-list strong,
.home-page .signal-grid strong,
.home-page .price-teaser,
.home-page .button,
.brand-copy strong {
  font-family: "Manrope Variable", Inter, "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
}

.home-page .hero h1 {
  font-weight: 750;
  max-width: 100%;
  white-space: nowrap;
  word-break: normal;
}

.home-page .hero-tagline {
  font-weight: 690;
}

.home-page .service-pills {
  gap: 11px;
}

.home-page .service-pills li {
  align-items: center;
  display: inline-flex;
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 16px;
  font-weight: 740;
  gap: 10px;
  min-height: 48px;
  padding: 10px 15px;
}

.home-page .service-pills svg {
  display: block;
  flex: 0 0 24px;
  height: 24px;
  shape-rendering: geometricPrecision;
  width: 24px;
}

.home-page .service-pill-emphasis svg {
  flex-basis: 30px;
  height: 30px;
  width: 30px;
}

.brand-copy strong {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.brand-ai-badge,
.hero-ai-badge {
  align-items: center;
  aspect-ratio: 1;
  background: var(--yellow);
  color: #071525;
  display: inline-flex;
  font-family: "Manrope Variable", Inter, sans-serif;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
}

.brand-ai-badge {
  border-radius: 4px;
  flex: 0 0 18px;
  font-size: 8px;
  height: 18px;
  line-height: 1;
}

.hero-ai-badge {
  border-radius: 0.18em;
  font-size: 0.3em;
  height: 1.8em;
  line-height: 1;
  margin-left: 0.12em;
  position: relative;
  top: -0.06em;
  vertical-align: 0.35em;
}

.popular {
  align-items: center;
  background: rgb(255 224 138 / 8%);
  border: 1px solid rgb(255 224 138 / 34%);
  color: var(--yellow);
  display: inline-flex;
  gap: 5px;
}

.plan-price-main {
  white-space: nowrap;
}

.plan-price-unit {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 5px;
}

.plan-price small {
  font-size: 12px;
  line-height: 1.45;
}

.plan-price-total {
  color: var(--text);
  display: block;
  font-size: 17px;
  font-weight: 780;
  letter-spacing: -0.2px;
  line-height: 1.35;
  margin-top: 9px;
}

.steps-grid h2 {
  font-size: 20px;
  margin: 20px 0 10px;
}

.steps-grid article {
  display: flex;
  flex-direction: column;
  min-height: 390px;
}

.how-step-visual {
  background:
    radial-gradient(circle at 20% 10%, rgb(99 239 193 / 9%), transparent 42%),
    rgb(3 17 34 / 72%);
  border: 1px solid rgb(190 211 236 / 17%);
  border-radius: 17px;
  height: 150px;
  margin-top: 36px;
  overflow: hidden;
  position: relative;
}

.how-window-bar {
  align-items: center;
  background: rgb(12 37 63 / 88%);
  border-bottom: 1px solid rgb(190 211 236 / 14%);
  display: flex;
  gap: 5px;
  min-height: 31px;
  padding: 6px 9px;
}

.how-window-bar > span {
  background: #7890aa;
  border-radius: 50%;
  height: 5px;
  opacity: 0.65;
  width: 5px;
}

.how-window-bar > span:first-child {
  background: #ff8f99;
}

.how-window-bar > span:nth-child(2) {
  background: var(--yellow);
}

.how-window-bar > span:nth-child(3) {
  background: var(--mint);
}

.how-window-bar small {
  color: #91a3b9;
  font-size: 11px;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.how-store-item {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 109px;
  padding: 16px;
}

.how-store-logo,
.how-picker-bolt,
.how-route-bolt {
  align-items: center;
  background: rgb(255 224 138 / 10%);
  border: 1px solid rgb(255 224 138 / 30%);
  color: var(--yellow);
  display: inline-flex;
  justify-content: center;
}

.how-store-logo {
  border-radius: 12px;
  height: 42px;
  width: 42px;
}

.how-store-logo svg,
.how-picker-bolt svg,
.how-route-bolt svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 23px;
}

.how-store-name {
  min-width: 0;
}

.how-store-name strong,
.how-store-name small {
  display: block;
}

.how-store-name strong {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 13px;
  line-height: 1.25;
}

.how-store-name small {
  color: var(--dim);
  font-size: 11px;
  margin-top: 4px;
}

.how-store-action {
  background: linear-gradient(135deg, #67ecc0, #26c88d);
  border-radius: 9px;
  color: #041710;
  font-size: 11px;
  font-weight: 850;
  padding: 7px 9px;
}

.how-picker-visual {
  padding: 12px 13px;
}

.how-picker-head {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
}

.how-picker-bolt {
  border-radius: 9px;
  height: 28px;
  width: 28px;
}

.how-picker-bolt svg {
  height: 16px;
  width: 16px;
}

.how-picker-head strong {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 12px;
}

.how-picker-head small {
  color: var(--dim);
  font-size: 11px;
  font-weight: 750;
}

.how-picker-list {
  display: grid;
  gap: 5px;
  margin-top: 9px;
}

.how-picker-row,
.how-picker-service {
  align-items: center;
  display: flex;
}

.how-picker-row {
  background: rgb(8 27 49 / 75%);
  border: 1px solid rgb(190 211 236 / 10%);
  border-radius: 8px;
  justify-content: space-between;
  min-height: 24px;
  padding: 3px 7px;
}

.how-picker-service {
  gap: 6px;
  min-width: 0;
}

.how-picker-service svg {
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
}

.how-picker-service small {
  color: #d9e3ee;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.how-picker-row > i {
  background: var(--mint);
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #2fc895;
  height: 12px;
  position: relative;
  width: 22px;
}

.how-picker-row > i::after {
  background: white;
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 8px;
}

.how-server-visual {
  padding-bottom: 24px;
}

.how-server-paths {
  height: 118px;
  inset: 3px 0 auto;
  overflow: visible;
  position: absolute;
  width: 100%;
}

.how-server-paths path {
  fill: none;
  opacity: 0.82;
  stroke-linecap: round;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.how-path-one {
  stroke: var(--yellow);
}

.how-path-two {
  stroke: var(--mint);
}

.how-path-three {
  stroke: #72a7e8;
}

.how-server-services,
.how-server-pool {
  display: grid;
  gap: 5px;
  position: absolute;
  top: 14px;
  z-index: 2;
}

.how-server-services {
  left: 12px;
}

.how-server-service {
  align-items: center;
  background: rgb(8 27 49 / 94%);
  border: 1px solid rgb(190 211 236 / 18%);
  border-radius: 8px;
  display: flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.how-server-service svg {
  height: 16px;
  shape-rendering: geometricPrecision;
  width: 16px;
}

.how-server-router {
  align-items: center;
  background: #142f42;
  border: 1px solid rgb(255 224 138 / 42%);
  border-radius: 11px;
  color: var(--yellow);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 44px;
  transform: translateX(-50%);
  width: 36px;
  z-index: 3;
}

.how-server-router svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.how-server-pool {
  right: 11px;
}

.how-server-node {
  align-items: center;
  background: rgb(8 27 49 / 94%);
  border: 1px solid rgb(190 211 236 / 18%);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: 6px 1fr auto;
  height: 27px;
  padding: 0 7px;
  width: 76px;
}

.how-server-node i {
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(99 239 193 / 10%);
  height: 5px;
  width: 5px;
}

.how-server-node small {
  color: #aebed0;
  font-size: 9px;
  font-weight: 720;
}

.how-server-node strong {
  color: #eff6fb;
  font-size: 10px;
}

.how-server-caption {
  bottom: 7px;
  color: #dce8f2;
  font-size: 11px;
  font-weight: 780;
  left: 12px;
  letter-spacing: 0.01em;
  position: absolute;
  right: 12px;
  text-align: center;
}

@media (width <= 900px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid article {
    column-gap: 24px;
    display: grid;
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 218px;
  }

  .steps-grid .how-step-visual {
    align-self: center;
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 0;
    width: 100%;
  }

  .steps-grid h2 {
    align-self: end;
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 10px;
  }

  .steps-grid p {
    align-self: start;
    grid-column: 2;
    grid-row: 2;
  }
}

@media (width <= 620px) {
  .steps-grid article {
    display: flex;
    min-height: 0;
  }

  .steps-grid .how-step-visual {
    height: 142px;
    margin-top: 36px;
  }

  .steps-grid h2 {
    margin: 20px 0 10px;
  }
}

.plan-card h2 {
  font-size: 23px;
  margin: 17px 0 2px;
}

.period-tab small {
  font-size: 12px;
  line-height: 1.25;
}

.feature-service-card {
  align-items: center;
  display: grid;
  gap: 4px 22px;
  grid-template-columns: 78px minmax(0, 1fr);
}

.feature-service-card .device-orb {
  border-radius: 21px;
  grid-row: 1 / span 2;
  height: 78px;
  width: 78px;
}

.feature-service-card .device-orb svg {
  display: block;
  height: 42px;
  shape-rendering: geometricPrecision;
  width: 42px;
}

.feature-service-card h2 {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 18px;
  margin: 0;
}

.feature-service-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.legal-page {
  --legal-display: "Manrope Variable", Inter, "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  --legal-body: Inter, "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  font-family: var(--legal-body);
}

.legal-page .page-hero {
  max-width: 940px;
  padding-block: clamp(64px, 7vw, 88px) 38px;
}

.legal-page .eyebrow {
  color: var(--mint);
  font-family: var(--legal-display);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.25;
}

.legal-page .page-hero h1 {
  font-family: var(--legal-display);
  font-size: clamp(40px, 4.4vw, 56px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 14px auto 0;
  max-width: 22ch;
  text-wrap: balance;
}

.legal-page .page-hero p {
  color: #c9d4e2;
  font-family: var(--legal-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62;
  margin: 18px auto 0;
  max-width: 62ch;
  text-wrap: pretty;
}

.legal-page .section.section-first {
  padding-block: clamp(12px, 2vw, 24px) clamp(72px, 8vw, 104px);
}

.legal-page .content-grid {
  counter-reset: legal-section;
  gap: 18px;
  margin-inline: auto;
  max-width: 1120px;
  padding-bottom: 0;
}

.legal-page .legal-card {
  background:
    radial-gradient(circle at 0 0, rgb(99 239 193 / 7%), transparent 36%),
    linear-gradient(145deg, rgb(10 31 53 / 92%), rgb(4 18 36 / 94%));
  border-color: rgb(190 211 236 / 20%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
  counter-increment: legal-section;
  overflow: hidden;
  padding: clamp(26px, 3vw, 32px);
  position: relative;
}

.legal-page .legal-card::before {
  align-items: center;
  background: rgb(40 150 119 / 10%);
  border: 1px solid rgb(99 239 193 / 24%);
  border-radius: 11px;
  color: var(--mint);
  content: counter(legal-section, decimal-leading-zero);
  display: flex;
  font-family: var(--legal-display);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.04em;
  position: absolute;
  right: 24px;
  top: 23px;
  width: 36px;
}

.legal-page .legal-card::after {
  background: linear-gradient(90deg, var(--mint), transparent);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 82px;
}

.legal-page--trust .legal-card:nth-child(2)::before {
  background: rgb(255 224 138 / 7%);
  border-color: rgb(255 224 138 / 25%);
  color: var(--yellow);
}

.legal-page--trust .legal-card:nth-child(2)::after {
  background: linear-gradient(90deg, var(--yellow), transparent);
}

.legal-page .legal-card h2 {
  font-family: var(--legal-display);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 690;
  letter-spacing: -0.018em;
  line-height: 1.25;
  margin: 0;
  max-width: calc(100% - 54px);
  text-wrap: balance;
}

.legal-page .legal-card p,
.legal-page .legal-card li {
  color: #c9d4e2;
  font-family: var(--legal-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.legal-page .legal-card p {
  margin: 14px 0 0;
  max-width: 68ch;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.legal-page .legal-card.wide p {
  max-width: 76ch;
}

.legal-page .legal-card a {
  align-items: center;
  color: var(--mint);
  display: inline-flex;
  font-size: 14px;
  font-weight: 720;
  margin-top: 16px;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: rgb(99 239 193 / 38%);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.legal-page .legal-card a:hover {
  text-decoration-color: currentColor;
}

.legal-page--trust .legal-card.wide {
  background:
    radial-gradient(circle at 0 0, rgb(99 239 193 / 11%), transparent 38%),
    linear-gradient(145deg, rgb(8 34 52 / 96%), rgb(3 16 32 / 96%));
  border-color: rgb(99 239 193 / 30%);
}

.compare-visual > h2 {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  margin: 0 0 22px;
}

.compare-visual > h2:not(:first-child) {
  margin-top: 42px;
}

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

.compare-flow-card {
  background: linear-gradient(145deg, rgb(13 36 61 / 70%), rgb(4 18 36 / 88%));
  border: 1px solid var(--line);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
}

.compare-flow-card-flash {
  background:
    radial-gradient(circle at 12% 10%, rgb(36 154 121 / 15%), transparent 42%),
    linear-gradient(145deg, rgb(13 41 61 / 70%), rgb(4 18 36 / 90%));
  border-color: rgb(99 239 193 / 34%);
}

.compare-card-heading {
  align-items: center;
  display: flex;
  gap: 13px;
}

.compare-card-heading h3 {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 19px;
  margin: 0 0 5px;
}

.compare-symbol {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.compare-symbol svg {
  height: 23px;
  width: 23px;
}

.compare-symbol-flash {
  background: var(--mint);
  color: #062018;
}

.compare-symbol-flash svg {
  fill: currentColor;
}

.compare-symbol-vpn {
  color: #b8c7db;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.7px;
}

.compare-badge {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.compare-badge-neutral {
  color: #aebdd0;
}

.compare-route {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 24px;
  min-width: 0;
}

.compare-route-node {
  background: rgb(3 19 38 / 80%);
  border: 1px solid var(--line);
  border-radius: 12px;
  flex: 1 1 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  min-width: 0;
  padding: 10px 8px;
  font-size: 12px;
  text-align: center;
}

.compare-route-node-active {
  background: var(--mint);
  border-color: rgb(99 239 193 / 50%);
  color: #062018;
}

.compare-route-node-vpn {
  border-color: rgb(174 189 208 / 40%);
  color: #c7d3e2;
}

.compare-route-arrow {
  color: var(--yellow);
  flex: 0 0 auto;
  font-weight: 900;
}

.compare-direct-line {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
}

.compare-direct-line strong {
  color: var(--text);
}

.compare-flow-card > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 18px 0 0;
}

.compare-flow-card-vpn > p {
  margin-top: 32px;
}

.compare-picture-card {
  background: #031124;
  grid-column: 1 / -1;
  overflow: hidden;
  padding: 0;
}

.routing-diagram {
  background:
    radial-gradient(circle at 18% 48%, rgb(45 215 171 / 12%), transparent 29%),
    radial-gradient(circle at 74% 46%, rgb(58 139 194 / 12%), transparent 34%),
    #031124;
  color: var(--text);
  margin: 0;
  min-width: 0;
  padding: clamp(24px, 3.8vw, 48px);
}

.routing-diagram-heading {
  align-items: start;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.routing-diagram-heading h3 {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

.routing-diagram-heading h3 span {
  background: var(--yellow);
  border-radius: 0.18em;
  color: #06111f;
  display: inline-grid;
  font-size: 0.42em;
  height: 1.55em;
  letter-spacing: -0.04em;
  margin-left: 0.12em;
  place-items: center;
  transform: translateY(-0.38em);
  width: 1.55em;
}

.routing-diagram-heading p {
  color: var(--mint);
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 720;
  margin: 10px 0 0;
}

.routing-diagram-heading > strong {
  align-items: center;
  background: rgb(99 239 193 / 8%);
  border: 1px solid rgb(99 239 193 / 22%);
  border-radius: 999px;
  color: #c8f7e7;
  display: inline-flex;
  font-size: 13px;
  line-height: 1.35;
  min-height: 38px;
  padding: 8px 14px;
  text-align: center;
}

.routing-diagram-stage {
  align-items: center;
  display: grid;
  gap: clamp(22px, 3vw, 44px);
  grid-template-columns: minmax(220px, 0.8fr) minmax(118px, 0.4fr) minmax(300px, 1fr);
  min-height: 290px;
  position: relative;
}

.routing-browser,
.routing-router,
.routing-server-area {
  position: relative;
  z-index: 2;
}

.routing-browser {
  background: rgb(7 26 48 / 94%);
  border: 1px solid rgb(159 187 219 / 28%);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgb(0 5 17 / 26%);
  min-width: 0;
  overflow: hidden;
}

.routing-browser-bar {
  align-items: center;
  background: rgb(14 42 72 / 92%);
  border-bottom: 1px solid rgb(190 211 236 / 14%);
  display: flex;
  gap: 7px;
  min-height: 36px;
  padding: 8px 12px;
}

.routing-browser-bar i {
  background: #ff7885;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.routing-browser-bar i:nth-child(2) {
  background: var(--yellow);
}

.routing-browser-bar i:nth-child(3) {
  background: var(--mint);
}

.routing-browser-bar strong {
  color: #cbd8e6;
  font-size: 12px;
  margin-left: 4px;
}

.routing-browser-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 18px 14px;
}

.routing-browser-services > span {
  align-items: center;
  background: rgb(2 13 27 / 58%);
  border: 1px solid rgb(190 211 236 / 13%);
  border-radius: 10px;
  display: inline-flex;
  gap: 6px;
  min-height: 34px;
  padding: 6px 8px;
}

.routing-browser-services svg {
  flex: 0 0 18px;
  height: 18px;
  shape-rendering: geometricPrecision;
  width: 18px;
}

.routing-browser-services small {
  color: #e1e8f1;
  font-size: 11px;
  font-weight: 720;
}

.routing-router {
  align-items: center;
  background: linear-gradient(145deg, rgb(16 45 73 / 98%), rgb(4 18 36 / 98%));
  border: 2px solid var(--yellow);
  border-radius: 20px;
  box-shadow: 0 0 30px rgb(255 216 111 / 18%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: center;
  min-height: 130px;
  padding: 14px;
  text-align: center;
  width: min(100%, 142px);
}

.routing-router svg {
  fill: var(--yellow);
  filter: drop-shadow(0 0 8px rgb(255 216 111 / 34%));
  height: 48px;
  width: 48px;
}

.routing-router strong {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 12px;
  margin-top: 8px;
}

.routing-router small {
  color: var(--dim);
  font-size: 10px;
  margin-top: 3px;
}

.routing-paths {
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.routing-path {
  fill: none;
  opacity: 0.78;
  stroke-linecap: round;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.routing-path-one {
  filter: drop-shadow(0 0 5px rgb(255 216 111 / 42%));
  stroke: var(--yellow);
}

.routing-path-two,
.routing-path-three,
.routing-path-four {
  filter: drop-shadow(0 0 5px rgb(99 239 193 / 36%));
  stroke: var(--mint);
}

.routing-path-five {
  stroke: #6984a5;
}

.routing-paths circle {
  fill: #eafff8;
  filter: drop-shadow(0 0 5px rgb(99 239 193 / 60%));
}

.routing-server-area {
  min-width: 0;
}

.routing-server-area > strong {
  color: #cfe1ee;
  display: block;
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 13px;
  margin-bottom: 9px;
  text-align: center;
}

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

.routing-server {
  align-items: center;
  background: linear-gradient(145deg, rgb(13 38 65 / 96%), rgb(5 19 38 / 96%));
  border: 1px solid rgb(151 181 215 / 32%);
  border-radius: 13px;
  display: grid;
  gap: 3px;
  grid-template-columns: 8px minmax(0, 1fr);
  min-height: 65px;
  padding: 10px;
  position: relative;
}

.routing-server i {
  background: #19ed99;
  border: 2px solid #c9ffec;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(25 237 153 / 12%);
  grid-row: 1 / span 2;
  height: 8px;
  width: 8px;
}

.routing-server b {
  color: #e1ebf4;
  font-size: 11px;
  line-height: 1.2;
}

.routing-server small {
  color: var(--dim);
  font-size: 10px;
  line-height: 1.2;
}

.routing-mobile-arrow {
  display: none;
}

.routing-diagram-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4px;
}

.routing-diagram-summary > div {
  align-items: center;
  background: rgb(4 20 39 / 76%);
  border: 1px solid rgb(139 164 195 / 24%);
  border-radius: 14px;
  display: flex;
  gap: 11px;
  min-height: 64px;
  padding: 12px 14px;
}

.routing-diagram-summary .routing-summary-selected {
  border-color: rgb(99 239 193 / 58%);
}

.routing-summary-selected > svg {
  fill: var(--yellow);
  flex: 0 0 26px;
  height: 26px;
  width: 26px;
}

.routing-direct-mark {
  color: #7f98b6;
  flex: 0 0 26px;
  font-size: 28px;
}

.routing-diagram-summary span span,
.routing-diagram-summary strong,
.routing-diagram-summary small {
  display: block;
}

.routing-diagram-summary strong {
  font-size: 13px;
  line-height: 1.35;
}

.routing-diagram-summary small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px;
}

.routing-diagram figcaption {
  color: var(--dim);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 17px;
  text-align: center;
}

.compare-flow-card-vpn {
  align-items: center;
  column-gap: clamp(24px, 4vw, 54px);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
}

.compare-flow-card-vpn .compare-card-heading {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.compare-flow-card-vpn .compare-route {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
}

.compare-flow-card-vpn > p {
  grid-column: 2;
  grid-row: 2;
  margin-top: 14px;
}

.compare-matrix {
  display: grid;
  gap: 10px;
}

@media (width <= 620px) {
  .routing-diagram {
    padding: 20px 16px;
  }

  .routing-diagram-heading {
    display: block;
  }

  .routing-diagram-heading h3 {
    font-size: clamp(30px, 10vw, 38px);
  }

  .routing-diagram-heading p {
    font-size: 16px;
    margin-top: 8px;
  }

  .routing-diagram-heading > strong {
    border-radius: 12px;
    font-size: 12px;
    margin-top: 15px;
    width: 100%;
  }

  .routing-diagram-stage {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding-block: 22px;
  }

  .routing-browser,
  .routing-server-area {
    width: 100%;
  }

  .routing-router {
    min-height: 116px;
    width: 150px;
  }

  .routing-router svg {
    height: 42px;
    width: 42px;
  }

  .routing-paths {
    display: none;
  }

  .routing-mobile-arrow {
    color: var(--mint);
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
  }

  .routing-server-area > strong {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .routing-server {
    min-height: 62px;
    padding: 9px;
  }

  .routing-server b {
    font-size: 11px;
  }

  .routing-diagram-summary {
    grid-template-columns: 1fr;
  }

  .routing-diagram-summary > div {
    min-height: 70px;
  }

  .routing-diagram-summary strong {
    font-size: 14px;
  }

  .routing-diagram-summary small,
  .routing-diagram figcaption {
    font-size: 13px;
  }

  .compare-flow-card-vpn {
    display: flex;
  }

  .compare-flow-card-vpn .compare-route {
    margin-top: 24px;
  }

  .compare-flow-card-vpn > p {
    margin-top: 18px;
  }
}

.compare-row {
  background: rgb(6 23 43 / 70%);
  border: 1px solid var(--line);
  border-radius: 17px;
  display: grid;
  grid-template-columns: minmax(160px, 0.72fr) repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.compare-row h3,
.compare-cell {
  margin: 0;
  min-width: 0;
  padding: 17px 19px;
}

.compare-row h3 {
  align-content: center;
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.compare-cell {
  border-left: 1px solid var(--line);
}

.compare-cell-flash {
  background: rgb(40 150 119 / 8%);
}

.compare-cell strong {
  color: var(--mint);
  display: block;
  font-size: 12px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.compare-cell-vpn strong {
  color: #aebdd0;
}

.compare-cell p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 7px 0 0;
}

.hero-copy,
.confidence-copy,
.plan-card,
.content-card {
  min-width: 0;
}

body {
  -webkit-font-smoothing: auto;
}

.availability,
.route-legend,
.footer-bottom,
.install-action small,
.install-quick-steps {
  font-size: 12px;
}

.text-link,
.quiet-link {
  min-height: 44px;
}

@media (width > 1080px) {
  .site-header {
    gap: clamp(16px, 2vw, 28px);
  }

  .desktop-nav {
    gap: clamp(14px, 1.55vw, 24px);
    white-space: nowrap;
  }

  .desktop-nav a {
    min-height: 44px;
  }

  .desktop-nav .nav-language {
    border-left: 1px solid var(--line);
    margin-left: 2px;
    padding-left: clamp(10px, 1vw, 14px);
  }

  .home-page .hero h1 {
    font-size: clamp(72px, 6.25vw, 90px);
  }

  .home-page .route-visual {
    justify-self: end;
    width: calc(100% - clamp(18px, 2.2vw, 32px));
  }
}

@media (width <= 1080px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu nav {
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .mobile-menu a[aria-current="page"],
  .desktop-nav a[aria-current="page"] {
    color: var(--mint);
  }

  .mobile-menu .nav-language {
    border-top: 1px solid var(--line);
    margin-top: 4px;
  }

  .mobile-menu .nav-account {
    align-items: center;
    background: linear-gradient(135deg, #67ecc0, #26c88d);
    color: #041710;
    display: flex;
    font-weight: 850;
    justify-content: center;
    margin-top: 6px;
    min-height: 48px;
  }
}

.desktop-nav a[aria-current="page"] {
  color: var(--mint);
}

@media (860px < width <= 1080px) {
  .home-page .hero h1 {
    font-size: clamp(58px, 7vw, 72px);
  }

  .home-page .route-visual {
    justify-self: end;
    width: calc(100% - 18px);
  }
}

@media (width <= 860px) {
  .legal-page .content-grid {
    grid-template-columns: 1fr;
  }

  .legal-page .content-card.wide {
    grid-column: auto;
  }

  .compare-flow-grid,
  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-row h3 {
    color: var(--yellow);
    padding-bottom: 12px;
  }

  .compare-cell {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (width <= 620px) {
  .brand-copy strong {
    gap: 5px;
  }

  .brand-ai-badge {
    flex-basis: 16px;
    font-size: 7px;
    height: 16px;
  }

  .home-page .service-pills li {
    font-size: 14px;
    gap: 8px;
    min-height: 42px;
    padding: 8px 12px;
  }

  .home-page .service-pills svg {
    flex-basis: 20px;
    height: 20px;
    width: 20px;
  }

  .home-page .service-pill-emphasis svg {
    flex-basis: 24px;
    height: 24px;
    width: 24px;
  }

  .route-legend {
    font-size: 12px;
  }

  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgb(2 10 24 / 96%);
  }

  .home-page .route-visual {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .footer-grid a,
  .footer-bottom a,
  .text-link,
  .quiet-link {
    align-items: center;
    display: flex;
    min-height: 44px;
  }

  .plan-price-total {
    font-size: 16px;
  }

  .feature-service-card {
    gap: 4px 17px;
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .feature-service-card .device-orb {
    border-radius: 18px;
    height: 66px;
    width: 66px;
  }

  .feature-service-card .device-orb svg {
    height: 36px;
    width: 36px;
  }

  .feature-service-card h2 {
    font-size: 17px;
  }

  .feature-service-card p {
    font-size: 14px;
  }

  .legal-page .page-hero {
    padding-block: 52px 28px;
  }

  .legal-page .page-hero h1 {
    font-size: clamp(32px, 9.5vw, 44px);
    letter-spacing: -0.028em;
    line-height: 1.1;
  }

  .legal-page .page-hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .legal-page .section.section-first {
    padding-block: 8px 72px;
  }

  .legal-page .content-grid {
    gap: 14px;
  }

  .legal-page .legal-card {
    padding: 22px;
  }

  .legal-page .legal-card::before {
    height: 34px;
    right: 19px;
    top: 19px;
    width: 34px;
  }

  .legal-page .legal-card h2 {
    font-size: 20px;
    line-height: 1.3;
    max-width: calc(100% - 48px);
  }

  .legal-page .legal-card p,
  .legal-page .legal-card li {
    font-size: 16px;
    line-height: 1.7;
  }

  .compare-route {
    flex-wrap: wrap;
  }

  .compare-route-node {
    flex: 1 1 28%;
    font-size: 13px;
  }

  .compare-row h3 {
    font-size: 15px;
  }

  .compare-cell strong {
    font-size: 13px;
  }

  .compare-cell p,
  .compare-flow-card > p {
    font-size: 15px;
  }
}

@media (width <= 380px) {
  .compare-flow-card {
    padding: 18px;
  }

  .compare-route-node {
    font-size: 12px;
    padding-inline: 7px;
  }
}

.install-action {
  width: 100%;
}

.install-action .install-store-button {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 68px;
  padding: 11px 13px;
  overflow: hidden;
  color: #041710;
  background: linear-gradient(135deg, #78f0c7 0%, #42dbac 52%, #24c58d 100%);
  border: 1px solid #a7ffe052;
  border-radius: 17px;
  box-shadow: 0 18px 38px #14a97530, inset 0 1px 0 #ffffff63;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.install-action .install-store-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, #ffffff36 48%, transparent 76%);
  transform: translateX(-115%);
  transition: transform 420ms ease;
}

.install-action .install-store-button:hover {
  color: #041710;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 22px 44px #14a9753d, inset 0 1px 0 #ffffff73;
}

.install-action .install-store-button:hover::before {
  transform: translateX(115%);
}

.install-action .install-store-button:active {
  transform: translateY(0);
}

.chrome-store-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: conic-gradient(#e94235 0 33.33%, #fabb05 0 66.66%, #34a853 0);
  box-shadow: 0 4px 12px #0630202b;
}

.chrome-store-mark::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #4285f4;
  border: 3px solid #f7fbff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #0c62cc36;
}

.install-store-copy {
  min-width: 0;
}

.install-store-copy strong,
.install-store-copy small {
  display: block;
}

.install-store-copy strong {
  font-family: "Manrope Variable", Inter, sans-serif;
  font-size: 16px;
  font-weight: 820;
  line-height: 1.2;
}

.install-store-copy small {
  margin-top: 4px;
  color: #0e4939;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.25;
}

.install-store-arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #063629;
  background: #f2fff9ad;
  border: 1px solid #ffffff8f;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 900;
}

.install-quick-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  list-style: none;
}

.install-quick-steps li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.install-quick-steps li > span {
  display: grid;
  flex: 0 0 24px;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--mint);
  background: #2b997a17;
  border: 1px solid #63efc13b;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 900;
}

.install-action .install-help-link {
  min-height: 44px;
  margin-top: 0;
}

@media (width <= 620px) {
  .install-action .install-store-button {
    min-height: 66px;
  }
}

@media (width <= 360px) {
  .install-action .install-store-button {
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    gap: 9px;
    padding-inline: 10px;
  }

  .chrome-store-mark {
    width: 34px;
    height: 34px;
  }

  .install-store-copy strong {
    font-size: 14px;
  }

  .install-store-copy small {
    font-size: 12px;
  }

  .install-store-arrow {
    width: 28px;
    height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .install-action .install-store-button,
  .install-action .install-store-button::before {
    transition: none;
  }
}

/* Balanced readability scale: slightly larger text without changing the design. */
.desktop-nav {
  font-size: clamp(14px, 1.05vw, 15px);
  line-height: 1.25;
}

.hero-lead {
  font-size: clamp(18px, 1.35vw, 19px);
  line-height: 1.62;
}

.button {
  font-size: 17px;
  line-height: 1.25;
}

.trust-list {
  column-gap: 20px;
  font-size: 14px;
  line-height: 1.45;
}

.signal-grid article strong {
  font-size: 15px;
  line-height: 1.4;
}

.signal-grid article small {
  font-size: 13px;
  line-height: 1.45;
}

.section-heading p,
.privacy-layout > div:first-child > p,
.confidence-copy > p {
  font-size: 17px;
}

.flow-list strong {
  font-size: 18px;
}

.flow-list small {
  font-size: 14px;
}

.home-page .service-pills li {
  font-size: 17px;
}

.steps-grid h2 {
  font-size: 21px;
}

.steps-grid p,
.content-card p,
.content-card li,
.plan-card > p,
.faq-list summary,
.faq-list p {
  font-size: 17px;
}

.content-card h2 {
  font-size: 23px;
}

.feature-service-card h2 {
  font-size: 19px;
}

.feature-service-card p {
  font-size: 15px;
}

.page-hero p {
  font-size: 18px;
}

.period-tab {
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.25;
}

.popular {
  font-size: 10px;
}

.plan-card ul,
.pricing-note {
  font-size: 14px;
}

.price-teaser > span,
.quiet-link {
  font-size: 13px;
}

.price-teaser > small {
  font-size: 14px;
}

.compare-row h3 {
  font-size: 15px;
}

.compare-cell p,
.compare-flow-card > p {
  font-size: 14px;
}

.install-copy > p {
  font-size: 16px;
}

.install-trust,
.install-status,
.install-quick-steps,
.install-action small {
  font-size: 13px;
}

.footer-grid > div {
  font-size: 14px;
}

.footer-bottom {
  font-size: 13px;
  line-height: 1.45;
}

@media (width <= 620px) {
  .hero-lead {
    font-size: 16px;
  }

  .button {
    font-size: 16px;
  }

  .trust-list {
    font-size: 13px;
  }

  .section-heading p,
  .privacy-layout > div:first-child > p,
  .confidence-copy > p {
    font-size: 16px;
  }

  .home-page .service-pills li {
    font-size: 15px;
  }

  .content-card p,
  .content-card li,
  .faq-list p {
    font-size: 16px;
  }

  .feature-service-card h2 {
    font-size: 18px;
  }

  .feature-service-card p {
    font-size: 15px;
  }

  .period-tab {
    font-size: 13px;
  }

  .install-action small {
    font-size: 12px;
  }

  .footer-bottom {
    font-size: 12px;
  }
}
