:root {
  --bg: #f2f4f1;
  --surface: #ffffff;
  --ink: #111413;
  --muted: #616865;
  --line: #d9deda;
  --dark: #090b0b;
  --dark-soft: #111514;
  --dark-line: #282e2c;
  --acid: #c8ff42;
  --acid-bright: #dbff84;
  --cyan: #72dfe9;
  --amber: #ffb84d;
  --danger: #ff684d;
  --shell: 1240px;
  --header-height: 70px;
  --radius: 6px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", "Noto Sans SC", system-ui, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

button,
a,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

img,
svg,
canvas {
  display: block;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.announcement {
  position: relative;
  z-index: 20;
  min-height: 34px;
  display: flex;
  align-items: center;
  background: var(--acid);
  color: #0b0e0c;
  font-size: 12px;
  font-weight: 600;
}

.announcement-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.announcement-tag {
  padding: 2px 6px;
  background: #0b0e0c;
  color: var(--acid);
  font-size: 9px;
  font-weight: 800;
}

.announcement a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .35);
}

.announcement svg {
  width: 12px;
  height: 12px;
}

.site-header {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.site-header.sticky {
  position: fixed;
  top: 0;
  background: rgba(8, 10, 10, .9);
  border-bottom-color: rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}

.site-header.hidden {
  transform: translateY(-100%);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-en {
  margin-left: 3px;
  color: var(--acid);
  font-size: 15px;
  font-weight: 700;
}

.brand-mark {
  position: relative;
  width: 27px;
  height: 27px;
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 2px;
  padding: 5px;
  background: var(--acid);
  transform: skewX(-8deg);
}

.brand-mark b {
  display: block;
  background: #0a0d0b;
}

.brand-mark b:nth-child(1) { height: 45%; }
.brand-mark b:nth-child(2) { height: 75%; }
.brand-mark b:nth-child(3) { height: 100%; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: 24px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 500;
}

.desktop-nav a {
  position: relative;
  transition: color .2s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--acid);
  transition: right .25s ease;
}

.desktop-nav a:hover {
  color: #fff;
}

.desktop-nav a:hover::after {
  right: 0;
}

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

.login-link {
  font-size: 14px;
  color: rgba(255, 255, 255, .82);
}

.icon-button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.icon-button svg {
  width: 18px;
  height: 18px;
}

.theme-toggle {
  color: rgba(255, 255, 255, .65);
  border-color: rgba(255, 255, 255, .14);
}

.theme-toggle:hover {
  color: var(--acid);
  border-color: rgba(200, 255, 66, .45);
}

.menu-toggle {
  display: none;
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
}

.mobile-panel {
  display: none;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 17px;
  height: 17px;
}

.button-small {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 13px;
}

.button-light {
  background: #fff;
  color: #0b0e0c;
}

.button-light:hover {
  background: var(--acid);
}

.button-primary {
  background: var(--acid);
  color: #0a0d0b;
  border-color: var(--acid);
}

.button-primary:hover {
  background: var(--acid-bright);
  border-color: var(--acid-bright);
}

.button-outline {
  border-color: #b6bdb9;
  background: transparent;
  color: var(--ink);
}

.button-outline:hover {
  border-color: var(--ink);
}

.button-ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
}

.button-ghost-light:hover {
  border-color: #fff;
}

.hero {
  position: relative;
  min-height: 720px;
  height: calc(100vh - 90px);
  max-height: 940px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050706;
  color: #fff;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(.72) contrast(1.16) brightness(.7);
  transform: scale(1.03);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 5, .98) 0%, rgba(4, 6, 5, .88) 34%, rgba(4, 6, 5, .26) 67%, rgba(4, 6, 5, .45) 100%),
    linear-gradient(0deg, rgba(4, 6, 5, .88) 0%, transparent 36%, rgba(4, 6, 5, .32) 100%);
}

#hero-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .72;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .72fr);
  align-items: center;
  gap: 100px;
  padding-top: 76px;
  padding-bottom: 70px;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7b827e;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .64);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(200, 255, 66, .12), 0 0 16px var(--acid);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 78px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .75);
}

.hero-copy > p {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 600;
}

.play-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  transition: border-color .2s ease, color .2s ease;
}

.play-icon svg {
  width: 13px;
  height: 13px;
  margin-left: 2px;
}

.text-button:hover .play-icon {
  border-color: var(--acid);
  color: var(--acid);
}

.hero-proof {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 46px;
}

.hero-proof div {
  min-width: 145px;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-size: 23px;
  font-weight: 700;
}

.hero-proof span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
}

.hero-console {
  position: relative;
  width: 100%;
  min-height: 428px;
  align-self: center;
  padding: 25px;
  background: rgba(8, 11, 10, .64);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-top: 1px solid rgba(200, 255, 66, .45);
  mask-image: linear-gradient(90deg, #000, transparent 50%);
}

.console-head,
.feature-head,
.plan-top,
.code-head,
.code-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.console-head > div {
  display: grid;
  gap: 5px;
}

.console-head strong {
  font-size: 14px;
}

.mini-label {
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
  font-weight: 700;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  border: 1px solid rgba(200, 255, 66, .25);
  color: var(--acid);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.live-pill i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
  animation: blink 1.4s ease-in-out infinite;
}

.traffic-value {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 28px;
}

.traffic-value > span {
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}

.traffic-value small {
  color: rgba(255, 255, 255, .48);
  font-size: 15px;
}

.traffic-delta {
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 600;
}

.traffic-delta svg {
  width: 13px;
  height: 13px;
}

.traffic-delta span {
  color: rgba(255, 255, 255, .36);
  font-weight: 400;
}

.sparkline-wrap {
  margin-top: 20px;
}

.sparkline {
  width: 100%;
  height: 104px;
  overflow: visible;
}

.spark-area {
  fill: url(#lineFill);
}

.spark-path {
  fill: none;
  stroke: var(--acid);
  stroke-width: 2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 5px rgba(200, 255, 66, .6));
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: drawline 2s .35s ease forwards;
}

.chart-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  color: rgba(255, 255, 255, .25);
  font-size: 9px;
}

.console-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 24px;
  background: rgba(255, 255, 255, .1);
}

.console-stats div {
  padding: 13px 10px;
  display: grid;
  gap: 7px;
  background: rgba(9, 12, 11, .94);
}

.console-stats span {
  color: rgba(255, 255, 255, .36);
  font-size: 9px;
}

.console-stats strong {
  font-size: 13px;
}

.console-stats .healthy {
  color: var(--acid);
}

.hero-ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(5, 7, 6, .72);
  backdrop-filter: blur(12px);
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  min-width: max-content;
  padding: 0 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  text-transform: uppercase;
}

.pulse {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  animation: blink 1.5s ease-in-out infinite;
}

.pulse.green { background: var(--acid); box-shadow: 0 0 8px var(--acid); }
.pulse.amber { background: var(--amber); box-shadow: 0 0 8px var(--amber); }

.trust-strip {
  padding: 38px 0;
  background: #e6e9e6;
  border-bottom: 1px solid #d4d8d4;
}

.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.trust-inner p {
  max-width: 180px;
  margin: 0;
  color: #717874;
  font-size: 11px;
  line-height: 1.6;
}

.logo-cloud {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #8d9490;
  font-size: 15px;
  font-weight: 800;
}

.logo-cloud span:nth-child(even) {
  font-weight: 600;
}

.logo-serif {
  font-family: serif;
}

.section {
  padding: 128px 0;
}

.section-heading,
.pricing-head {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 66px;
}

.section-heading h2,
.pricing-head h2,
.network-copy h2,
.developer-copy h2,
.faq-intro h2,
.cta-inner h2 {
  margin: 13px 0 0;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.section-heading > p,
.network-copy > p,
.developer-copy > p,
.faq-intro > p,
.cta-inner > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.product-explorer {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 560px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.product-tabs {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.product-tab {
  min-height: 92px;
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #858c88;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.product-tab span {
  font-size: 10px;
  font-weight: 700;
}

.product-tab strong {
  font-size: 15px;
  font-weight: 600;
}

.product-tab svg {
  width: 15px;
  height: 15px;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity .2s ease, transform .2s ease;
}

.product-tab:hover,
.product-tab.active {
  background: #131716;
  color: #fff;
}

.product-tab.active span {
  color: var(--acid);
}

.product-tab:hover svg,
.product-tab.active svg {
  opacity: 1;
  transform: translateX(0);
}

.product-stage {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 50px;
  padding: 54px;
  overflow: hidden;
}

.product-copy {
  align-self: center;
}

.product-index {
  color: #929995;
  font-size: 10px;
  font-weight: 700;
}

.product-copy h3 {
  margin: 24px 0 18px;
  font-size: 34px;
  line-height: 1.28;
}

.product-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.feature-list,
.plan ul {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.feature-list li,
.plan li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 13px 0;
  color: #3d4440;
  font-size: 13px;
}

.feature-list svg,
.plan li svg {
  width: 15px;
  height: 15px;
  color: #597f00;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid #a6ada9;
  font-size: 13px;
  font-weight: 700;
}

.inline-link svg {
  width: 14px;
  height: 14px;
}

.product-visual {
  align-self: center;
  border: 1px solid #252b29;
  background: #0c0f0e;
  color: #fff;
  box-shadow: 20px 24px 0 #e5e9e4;
  transition: transform .35s ease, opacity .35s ease;
}

.product-stage.switching .product-visual,
.product-stage.switching .product-copy {
  opacity: .25;
  transform: translateY(8px);
}

.terminal-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-bottom: 1px solid #252b29;
}

.terminal-bar > span,
.code-head > div:first-child span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38413d;
}

.terminal-bar > span:nth-child(1),
.code-head > div:first-child span:nth-child(1) { background: #ff684d; }
.terminal-bar > span:nth-child(2),
.code-head > div:first-child span:nth-child(2) { background: #ffbf4d; }
.terminal-bar > span:nth-child(3),
.code-head > div:first-child span:nth-child(3) { background: var(--acid); }

.terminal-bar em {
  margin-left: auto;
  color: #65706b;
  font-size: 9px;
  font-style: normal;
}

.route-board {
  padding: 36px;
}

.route-line + .route-line {
  margin-top: 43px;
}

.route-meta,
.route-tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.route-meta span {
  color: #919a95;
  font-size: 10px;
}

.route-meta strong {
  color: #ff7e69;
  font-size: 19px;
}

.route-after .route-meta strong {
  color: var(--acid);
}

.route-track {
  position: relative;
  height: 2px;
  margin: 24px 8px 17px;
  background: #333936;
}

.route-track::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: repeating-linear-gradient(90deg, #ff735d 0 10px, transparent 10px 18px);
  animation: routeflow 1.2s linear infinite;
}

.route-after .route-track::before {
  background: linear-gradient(90deg, var(--acid), var(--cyan));
  box-shadow: 0 0 10px rgba(200, 255, 66, .4);
}

.route-track i {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #101312;
  border: 2px solid #ff735d;
  transform: translate(-50%, -50%);
}

.route-after .route-track i {
  border-color: var(--acid);
}

.route-track i:nth-child(1) { left: 0; }
.route-track i:nth-child(2) { left: 33%; }
.route-track i:nth-child(3) { left: 66%; }
.route-track i:nth-child(4) { left: 100%; }
.route-track i:nth-child(5) { left: 83%; }

.route-tags {
  color: #5e6763;
  font-size: 8px;
}

.latency-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid #252b29;
}

.latency-summary > span {
  color: #7d8682;
  font-size: 10px;
}

.latency-summary > strong {
  color: var(--acid);
  font-size: 18px;
}

.mini-bars {
  grid-column: 1 / -1;
  height: 35px;
  display: flex;
  align-items: end;
  gap: 5px;
}

.mini-bars i {
  flex: 1;
  height: 35%;
  background: #29302d;
}

.mini-bars i:nth-child(2) { height: 55%; }
.mini-bars i:nth-child(3) { height: 42%; }
.mini-bars i:nth-child(4) { height: 80%; background: #617e27; }
.mini-bars i:nth-child(5) { height: 63%; }
.mini-bars i:nth-child(6) { height: 92%; background: var(--acid); }
.mini-bars i:nth-child(7) { height: 72%; }
.mini-bars i:nth-child(8) { height: 100%; background: #79a324; }

.network-section,
.developer-section,
.faq-section,
.final-cta {
  background: var(--dark);
  color: #fff;
}

.network-section {
  min-height: 770px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.network-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 70px;
  padding: 105px 0;
}

.kicker-dark {
  color: rgba(255, 255, 255, .38);
}

.network-copy > p,
.developer-copy > p,
.faq-intro > p,
.cta-inner > div > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, .5);
}

.network-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 42px 0 35px;
  background: var(--dark-line);
}

.network-metrics div {
  display: grid;
  gap: 8px;
  padding: 17px 12px 17px 0;
  background: var(--dark);
}

.network-metrics strong {
  font-size: 23px;
}

.network-metrics span {
  color: rgba(255, 255, 255, .34);
  font-size: 9px;
}

.world-stage {
  position: relative;
  min-width: 760px;
  aspect-ratio: 1.42;
  margin-right: -150px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 38px 38px;
}

#world-map {
  width: 100%;
  height: 100%;
}

.map-scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  top: -100px;
  background: linear-gradient(180deg, transparent, rgba(200, 255, 66, .055), transparent);
  animation: scan 5s linear infinite;
}

.map-hud {
  position: absolute;
  display: grid;
  gap: 5px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(8, 11, 10, .72);
  backdrop-filter: blur(10px);
}

.map-hud-top { top: 24px; right: 160px; }
.map-hud-bottom { left: 38px; bottom: 24px; }

.map-hud span,
.map-hud em {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .36);
  font-size: 8px;
  font-style: normal;
}

.map-hud strong {
  color: var(--acid);
  font-size: 11px;
}

.map-tooltip {
  position: absolute;
  left: 57%;
  top: 43%;
  padding: 10px 12px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(200, 255, 66, .25);
  background: rgba(8, 11, 10, .85);
  pointer-events: none;
  transform: translate(12px, -100%);
  opacity: 0;
  transition: opacity .2s ease;
}

.map-tooltip.visible { opacity: 1; }
.map-tooltip strong { font-size: 11px; }
.map-tooltip span { color: rgba(255, 255, 255, .42); font-size: 8px; }

.security-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 14px;
}

.security-feature {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
}

.security-feature-large {
  grid-row: 1 / 3;
  min-height: 560px;
}

.feature-icon {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7eb98;
  color: #111410;
}

.feature-icon svg {
  width: 21px;
  height: 21px;
}

.live-pill.dark {
  border-color: #ccd2ce;
  color: #527500;
}

.security-feature h3 {
  margin: 28px 0 11px;
  font-size: 24px;
}

.security-feature-large h3 {
  font-size: 34px;
}

.security-feature p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.attack-chart {
  position: relative;
  height: 240px;
  margin-top: 42px;
  padding-left: 42px;
  border-bottom: 1px solid #cbd1cd;
  background-image: linear-gradient(#e5e9e6 1px, transparent 1px);
  background-size: 100% 25%;
}

.chart-axis {
  position: absolute;
  left: 0;
  top: -5px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #9aa19d;
  font-size: 8px;
}

.attack-bars {
  height: 100%;
  display: flex;
  align-items: end;
  gap: 7px;
}

.attack-bars i {
  flex: 1;
  height: var(--h);
  min-width: 5px;
  background: #b8c0bb;
  animation: bars 1.2s ease both;
  transform-origin: bottom;
}

.attack-bars .danger {
  background: var(--danger);
  box-shadow: 0 0 12px rgba(255, 104, 77, .25);
}

.attack-event {
  position: absolute;
  top: 15px;
  right: 0;
  display: grid;
  gap: 4px;
  padding: 11px 13px;
  border-left: 2px solid var(--danger);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 24px rgba(16, 20, 18, .12);
}

.attack-event span { color: #9ca39f; font-size: 8px; }
.attack-event strong { font-size: 10px; }

.rule-stream {
  margin-top: 25px;
  display: grid;
  gap: 8px;
}

.rule-stream span {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #f1f3f1;
  color: #555d59;
  font-size: 9px;
}

.rule-stream i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--danger);
}

.rule-stream b {
  color: #527400;
  font-size: 7px;
}

.bot-score {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 20px;
}

.score-ring {
  width: 72px;
  height: 72px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: conic-gradient(var(--danger) 0 94%, #e4e8e5 94% 100%);
  position: relative;
}

.score-ring::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
}

.score-ring span,
.score-ring small {
  position: relative;
  z-index: 1;
}

.score-ring span { font-size: 20px; font-weight: 800; }
.score-ring small { color: #909793; font-size: 7px; }

.score-lines {
  display: grid;
  gap: 9px;
}

.score-lines span {
  height: 5px;
  background: #e7eae8;
}

.score-lines i {
  display: block;
  width: var(--w);
  height: 100%;
  background: #7e8883;
}

.score-lines span:nth-child(3) i { background: var(--danger); }

.developer-section {
  padding: 118px 0;
  overflow: hidden;
}

.developer-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: 90px;
}

.developer-links {
  display: flex;
  gap: 22px;
  margin-top: 35px;
}

.developer-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
}

.developer-links svg {
  width: 14px;
  height: 14px;
}

.developer-links a svg:last-child {
  color: var(--acid);
}

.code-window {
  border: 1px solid #303633;
  background: #0d100f;
  box-shadow: 24px 24px 0 #171c1a;
}

.code-head {
  min-height: 50px;
  padding: 0 14px 0 18px;
  border-bottom: 1px solid #292f2c;
}

.code-head > div:first-child {
  display: flex;
  gap: 6px;
}

.code-tabs {
  align-self: stretch;
  display: flex;
}

.code-tabs button {
  min-width: 90px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #68716d;
  font-size: 10px;
  cursor: pointer;
}

.code-tabs button.active {
  border-bottom-color: var(--acid);
  color: #e9efeb;
}

.copy-code {
  color: #69736e;
  border-color: #303633;
}

.copy-code.copied {
  color: var(--acid);
  border-color: var(--acid);
}

.code-window pre {
  min-height: 365px;
  margin: 0;
  padding: 36px;
  overflow-x: auto;
  font: 13px/1.9 "SFMono-Regular", Consolas, monospace;
  color: #d4dcd7;
}

.code-muted { color: #55605b; }
.code-blue { color: var(--cyan); }
.code-green { color: var(--acid-bright); }

.code-status {
  min-height: 42px;
  padding: 0 18px;
  border-top: 1px solid #292f2c;
  color: #5d6762;
  font-size: 9px;
}

.code-status span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pricing-section {
  background: #f5f6f3;
}

.pricing-head {
  align-items: end;
}

.pricing-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.segmented {
  height: 43px;
  display: inline-flex;
  padding: 3px;
  border: 1px solid #ccd1cd;
  background: #fff;
}

.segmented button {
  padding: 0 17px;
  border: 0;
  background: transparent;
  color: #7b837f;
  font-size: 11px;
  cursor: pointer;
}

.segmented button.active {
  background: #121614;
  color: #fff;
}

.segmented button span {
  margin-left: 4px;
  color: var(--acid);
  font-size: 8px;
}

.currency-select {
  height: 43px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #ccd1cd;
  background: #fff;
  font-size: 10px;
}

.currency-select span { color: #9aa09d; }
.currency-select svg { width: 13px; height: 13px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}

.plan {
  position: relative;
  padding: 32px;
  border: 1px solid #d4d9d5;
  background: #fff;
}

.plan.featured {
  border-color: #111513;
  background: #111513;
  color: #fff;
  transform: translateY(-14px);
  box-shadow: 0 18px 40px rgba(16, 20, 18, .13);
}

.popular {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
  background: var(--acid);
  color: #0a0d0b;
  font-size: 7px;
  font-weight: 800;
}

.plan-top {
  color: #8a928e;
  font-size: 9px;
  font-weight: 700;
}

.plan-top svg {
  width: 19px;
  height: 19px;
  color: #7d8581;
}

.plan.featured .plan-top svg {
  color: var(--acid);
}

.plan h3 {
  margin: 40px 0 10px;
  font-size: 24px;
}

.plan > p {
  min-height: 42px;
  margin: 0;
  color: #848b87;
  font-size: 11px;
  line-height: 1.7;
}

.plan.featured > p {
  color: rgba(255, 255, 255, .43);
}

.price {
  height: 82px;
  display: flex;
  align-items: baseline;
  margin-top: 24px;
}

.price small {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 700;
}

.price strong {
  font-size: 47px;
  line-height: 1;
}

.price span {
  margin-left: 7px;
  color: #979e9a;
  font-size: 10px;
}

.price-text strong {
  font-size: 32px;
}

.plan .button {
  width: 100%;
}

.plan ul {
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid #e0e4e1;
}

.plan.featured ul {
  border-top-color: #2d3431;
}

.plan.featured li {
  color: rgba(255, 255, 255, .62);
}

.plan.featured li svg {
  color: var(--acid);
}

.faq-section {
  padding: 118px 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 120px;
}

.faq-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.light-link {
  margin-top: 30px;
  border-bottom-color: rgba(255, 255, 255, .28);
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.faq-item button {
  width: 100%;
  min-height: 86px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  font-size: 16px;
  font-weight: 600;
}

.faq-item button svg {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, .42);
  transition: transform .25s ease, color .25s ease;
}

.faq-item.open button svg {
  color: var(--acid);
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 13px;
  line-height: 1.8;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding-bottom: 30px;
}

.final-cta {
  position: relative;
  padding: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
}

.final-cta::after {
  content: "RUYI";
  position: absolute;
  right: -25px;
  bottom: -90px;
  color: rgba(255, 255, 255, .025);
  font-size: 250px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 100px;
  align-items: end;
}

.cta-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.site-footer {
  padding: 72px 0 24px;
  background: #050706;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 50px;
  padding-bottom: 58px;
}

.footer-brand > p {
  margin: 21px 0;
  color: rgba(255, 255, 255, .33);
  font-size: 11px;
}

.system-ok {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(200, 255, 66, .13);
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-col strong {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
}

.footer-col a {
  color: rgba(255, 255, 255, .35);
  font-size: 10px;
  transition: color .2s ease;
}

.footer-col a:hover {
  color: var(--acid);
}

.footer-bottom {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .25);
  font-size: 9px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

body.light-mode {
  --bg: #f7f8f5;
}

body.light-mode .site-header.sticky {
  background: rgba(248, 250, 247, .94);
  color: #101310;
  border-color: rgba(0, 0, 0, .08);
}

body.light-mode .site-header.sticky .desktop-nav,
body.light-mode .site-header.sticky .login-link {
  color: #303632;
}

body.light-mode .site-header.sticky .theme-toggle,
body.light-mode .site-header.sticky .menu-toggle {
  color: #151916;
  border-color: rgba(0, 0, 0, .15);
}

body.light-mode .site-header.sticky .button-light {
  background: #141815;
  color: #fff;
}

@keyframes blink {
  0%, 100% { opacity: .35; }
  50% { opacity: 1; }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes drawline {
  to { stroke-dashoffset: 0; }
}

@keyframes routeflow {
  to { background-position: 18px 0; }
}

@keyframes scan {
  to { transform: translateY(720px); }
}

@keyframes bars {
  from { transform: scaleY(.08); }
}

@media (max-width: 1180px) {
  .desktop-nav { gap: 20px; margin-right: 8px; }
  .hero-inner { gap: 50px; }
  .hero h1 { font-size: 66px; }
  .world-stage { min-width: 650px; margin-right: -180px; }
  .product-stage { padding: 40px; gap: 35px; }
  .footer-main { grid-template-columns: 1.45fr repeat(4, 1fr); gap: 30px; }
}

@media (max-width: 980px) {
  .desktop-nav,
  .login-link,
  .nav-actions .button-small,
  .theme-toggle { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-panel {
    position: fixed;
    inset: var(--header-height) 0 auto;
    padding: 22px 24px 26px;
    display: grid;
    gap: 3px;
    background: rgba(8, 10, 9, .97);
    border-top: 1px solid rgba(255, 255, 255, .1);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
  }
  .mobile-panel.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .mobile-panel a:not(.button) {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    font-size: 16px;
  }
  .mobile-panel .button { margin-top: 18px; }
  .hero { height: auto; max-height: none; padding: 150px 0 90px; }
  .hero-inner { grid-template-columns: 1fr; gap: 50px; padding: 0; }
  .hero-copy { max-width: 680px; }
  .hero-console { max-width: 560px; justify-self: end; }
  .hero-photo { object-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4, 6, 5, .96), rgba(4, 6, 5, .45)), linear-gradient(0deg, rgba(4, 6, 5, .9), transparent 55%); }
  .trust-inner { flex-direction: column; align-items: flex-start; }
  .trust-inner p { max-width: none; }
  .logo-cloud { width: 100%; flex-wrap: wrap; }
  .section { padding: 100px 0; }
  .section-heading,
  .pricing-head { grid-template-columns: 1fr; gap: 26px; }
  .section-heading > p { max-width: 590px; }
  .product-explorer { grid-template-columns: 1fr; }
  .product-tabs { flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line); overflow-x: auto; }
  .product-tab { flex: 1 0 190px; min-height: 70px; border-bottom: 0; border-right: 1px solid var(--line); }
  .product-stage { grid-template-columns: 1fr; }
  .product-copy { max-width: 600px; }
  .network-layout { grid-template-columns: 1fr; }
  .network-copy { max-width: 650px; }
  .world-stage { min-width: 0; width: 110%; margin: 0 -5%; }
  .security-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .security-feature-large { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .developer-layout,
  .faq-layout { grid-template-columns: 1fr; gap: 64px; }
  .developer-copy { max-width: 660px; }
  .code-window { max-width: 760px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .plan:last-child { grid-column: 1 / -1; }
  .plan.featured { transform: none; }
  .faq-intro { position: static; max-width: 620px; }
  .cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .cta-inner > div:last-child { max-width: 560px; }
  .footer-main { grid-template-columns: 2fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .announcement { min-height: 38px; }
  .announcement-inner { justify-content: flex-start; gap: 8px; white-space: nowrap; overflow: hidden; }
  .announcement-inner > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
  .announcement a { display: none; }
  .site-header { top: 38px; }
  .site-header.sticky { top: 0; }
  .brand { font-size: 17px; }
  .brand-mark { width: 25px; height: 25px; }
  .hero { min-height: 0; padding: 118px 0 64px; }
  .hero-photo { object-position: 72% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(4, 6, 5, .96), rgba(4, 6, 5, .6)), linear-gradient(0deg, rgba(4, 6, 5, .94), rgba(4, 6, 5, .25) 55%, rgba(4, 6, 5, .6)); }
  .hero-grid { background-size: 48px 48px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .hero h1 { font-size: 47px; line-height: 1.06; }
  .hero-copy > p { margin-top: 22px; font-size: 14px; line-height: 1.75; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 38px; }
  .hero-proof div { min-width: 0; flex: 1; padding-right: 12px; margin-right: 12px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 8px; line-height: 1.45; }
  .hero-console { min-height: 390px; padding: 20px; }
  .traffic-value > span { font-size: 45px; }
  .console-stats strong { font-size: 11px; overflow-wrap: anywhere; }
  .hero-console { display: none; }
  .trust-strip { padding: 30px 0; }
  .logo-cloud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 12px; font-size: 11px; }
  .section { padding: 82px 0; }
  .section-heading,
  .pricing-head { margin-bottom: 42px; }
  .section-heading h2,
  .pricing-head h2,
  .network-copy h2,
  .developer-copy h2,
  .faq-intro h2,
  .cta-inner h2 { font-size: 38px; }
  .product-tabs { scrollbar-width: none; }
  .product-stage { padding: 28px 20px 40px; }
  .product-copy h3 { font-size: 27px; }
  .product-visual { box-shadow: 8px 10px 0 #e5e9e4; }
  .route-board { padding: 25px 18px; }
  .route-tags { font-size: 7px; }
  .network-section { min-height: 0; }
  .network-layout { padding: 82px 0; gap: 54px; }
  .network-metrics { grid-template-columns: 1fr; }
  .network-metrics div { padding: 13px 0; grid-template-columns: auto 1fr; align-items: center; }
  .network-metrics span { text-align: right; }
  .world-stage { width: 130%; margin-left: -15%; aspect-ratio: 1.08; }
  .map-hud-top { right: 50px; }
  .map-hud-bottom { left: 22px; }
  .security-grid { grid-template-columns: 1fr; }
  .security-feature-large { grid-column: auto; min-height: 520px; }
  .security-feature { min-height: 290px; padding: 24px; }
  .security-feature-large h3 { font-size: 28px; }
  .attack-chart { height: 210px; padding-left: 32px; }
  .attack-bars { gap: 3px; }
  .attack-event { top: 10px; }
  .developer-section,
  .faq-section { padding: 82px 0; }
  .developer-links { flex-direction: column; }
  .code-window { width: 110%; margin-left: -5%; box-shadow: 8px 10px 0 #171c1a; }
  .code-tabs button { min-width: 68px; }
  .code-window pre { min-height: 330px; padding: 25px 18px; font-size: 10px; }
  .pricing-controls { justify-content: flex-start; flex-wrap: wrap; }
  .pricing-grid { grid-template-columns: 1fr; }
  .plan:last-child { grid-column: auto; }
  .plan { padding: 27px; }
  .faq-layout { gap: 45px; }
  .faq-item button { min-height: 76px; }
  .faq-item button span { font-size: 14px; }
  .final-cta { padding: 80px 0; }
  .cta-actions { flex-direction: column; }
  .final-cta::after { font-size: 140px; bottom: -40px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Keep the reconstructed map and its overlays within the available column. */
.world-stage { min-width: 0; width: 100%; margin: 0; aspect-ratio: 1.42; }
#world-map { display: block; }
.map-scanline, .map-hud { pointer-events: none; }
.map-hud-top { right: 20px; }
.map-hud-bottom { left: 20px; }
@media (max-width:680px) { .world-stage { aspect-ratio: 1.12; } .map-hud-top { top: 12px; right: 12px; } .map-hud-bottom { bottom: 36px; left: 12px; } }

/* CDN pain points: follows the existing light product sections and acid accents. */
.pain-section { background: #f0f3ef; border-bottom: 1px solid var(--line); }
.pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pain-card { position: relative; padding: 28px; background: var(--surface); border: 1px solid var(--line); transition: border-color .2s ease, transform .2s ease; }
.pain-card::before { content: ''; position: absolute; top: -1px; left: -1px; width: 48px; height: 3px; background: var(--ink); transition: width .2s ease, background .2s ease; }
.pain-card:hover { border-color: #a3b09e; transform: translateY(-3px); }
.pain-card:hover::before { width: calc(100% + 2px); background: var(--acid); }
.pain-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.pain-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--acid); color: var(--ink); }
.pain-icon svg { width: 22px; height: 22px; }
.pain-number { font: 700 42px/1 'Inter', sans-serif; letter-spacing: -2px; color: #dfe5dc; }
.pain-tag { font-size: 10px; font-weight: 600; letter-spacing: 2px; color: #6b7667; }
.pain-card h3 { margin: 12px 0 14px; font-size: 21px; line-height: 1.5; letter-spacing: -.4px; color: var(--ink); }
.pain-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.pain-next { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); }
.pain-next p { margin: 0; display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.pain-next .status-dot { background: #66822a; box-shadow: none; }
@media (max-width: 980px) { .pain-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .pain-grid { grid-template-columns: 1fr; gap: 12px; } .pain-card { padding: 24px; } .pain-card-top { margin-bottom: 20px; } .pain-card h3 { font-size: 20px; } .pain-next { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .pain-card, .pain-card::before { transition: none; } .pain-card:hover { transform: none; } }

/* Five monthly plans, matching the existing product section. */
.offers-section { background: #f0f3ef; }
.offers-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; align-items: stretch; }
.offer-card { padding: 24px 20px; display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--line); }
.offer-top { height: 26px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.offer-sequence { font-size: 11px; letter-spacing: 2px; color: #778072; }
.offer-badge { padding: 5px 9px; background: var(--acid); color: var(--ink); font-size: 10px; font-weight: 700; }
.offer-card h3 { margin: 0; font-size: 20px; line-height: 1.4; }
.offer-price { display: flex; align-items: baseline; gap: 5px; margin: 22px 0 25px; white-space: nowrap; }
.offer-price strong { font-family: 'Inter', sans-serif; font-size: clamp(32px,3.25vw,46px); letter-spacing: -2px; line-height: 1; }
.offer-price > span { color: var(--muted); font-size: 13px; }
.offer-card ul { list-style: none; padding: 22px 0 0; border-top: 1px solid var(--line); margin: 0 0 28px; flex: 1; }
.offer-card li { position: relative; padding-left: 12px; margin: 0 0 11px; font-size: 12px; line-height: 1.7; color: var(--muted); overflow-wrap: anywhere; }
.offer-card li::before { content: ''; position: absolute; width: 3px; height: 3px; background: currentColor; left: 0; top: 9px; }
.offer-card .offer-highlight { color: #486a09; font-weight: 700; }
.offer-card .button { width: 100%; min-height: 44px; padding: 12px 10px; font-size: 12px; justify-content: space-between; }
.offer-featured { background: var(--dark); border-color: var(--dark); color: #fff; box-shadow: inset 0 3px var(--acid); }
.offer-featured .offer-sequence, .offer-featured .offer-price > span, .offer-featured li { color: #b3bcb6; }
.offer-featured .offer-highlight { color: var(--acid); }
.offer-featured ul { border-color: #303830; }
.offer-custom { border-top: 3px solid var(--acid); padding-top: 22px; }
.offers-note { margin-top: 20px; padding: 20px 24px; display: flex; align-items: center; gap: 20px; border: 1px solid var(--line); background: #fff; }
.offers-note > strong { font-size: 11px; flex-shrink: 0; background: var(--acid); padding: 5px 9px; }
.offers-note p { margin: 0; flex: 1; color: var(--muted); font-size: 12px; line-height: 1.8; }
.offers-note a { font-size: 12px; font-weight: 700; white-space: nowrap; }
@media (max-width:1180px) and (min-width:981px) { .desktop-nav { gap: 14px; } .offer-card { padding-left: 14px; padding-right: 14px; } }
@media (max-width:980px) { .offers-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } .offer-price strong { font-size: 42px; } }
@media (max-width:680px) { .offers-grid { grid-template-columns: 1fr; } .offer-card { padding: 26px; } .offer-card li { font-size: 14px; } .offer-price strong { font-size: 48px; } .offers-note { flex-wrap: wrap; gap: 12px; padding: 20px; } .offers-note p { flex-basis: calc(100% - 70px); } .offers-note a { margin-left: 0; } }

/* Tighten the transition from pain points to product features. */
.pain-section { padding-bottom: 48px; }
.pain-section + .products-section { padding-top: 56px; }
@media (max-width: 680px) {
  .pain-section { padding-bottom: 28px; }
  .pain-section + .products-section { padding-top: 36px; }
}

/* Fixed customer support, independent of page navigation. */
.support-widget { position: fixed; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); z-index: 1000; color: var(--ink); }
.support-launcher { position: relative; width: 56px; height: 56px; padding: 0; display: grid; place-items: center; margin-left: auto; border: 1px solid #a8d933; border-radius: 50%; background: var(--acid); color: #111413; box-shadow: 0 6px 28px #0003; cursor: pointer; }
.support-label { position: absolute; bottom: calc(100% + 8px); right: 0; white-space: nowrap; padding: 4px 8px; border: 1px solid var(--line); border-radius: 3px; background: #fff; color: #253021; font-size: 10px; font-weight: 700; }
.support-panel { position: absolute; bottom: 78px; right: 0; width: 350px; max-width: calc(100vw - 32px); max-height: calc(100dvh - 120px); overflow-y: auto; background: #f5f7f2; border: 1px solid #cfd7c9; border-top: 3px solid var(--acid); border-radius: 6px; box-shadow: 0 16px 55px #0003; }
.support-panel[hidden] { display: none; }
.support-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.support-head strong { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.support-dot { width: 7px; height: 7px; border-radius: 50%; background: #668e26; box-shadow: 0 0 0 4px #668e261a; }
.support-close { width: 32px; height: 32px; padding: 0; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: #53644a; font: 24px/1 sans-serif; cursor: pointer; }
.support-body { padding: 13px; }
.support-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 12px; margin-bottom: 7px; border: 1px solid var(--line); background: #fff; border-radius: 4px; font-size: 12px; }
.support-row > span { color: #667160; flex-shrink: 0; }
.support-row strong { font-size: 12px; overflow-wrap: anywhere; text-align: right; }
.support-row[href]:hover { border-color: #8fa66c; background: #faffee; }
.support-contact { width: 100%; min-height: 42px; justify-content: center; font-size: 13px; margin: 7px 0 10px; }
.support-note { margin: 0; padding: 10px; border: 1px dashed #ced6c7; border-radius: 4px; color: #65705e; font-size: 11px; line-height: 1.7; }
.support-widget button:focus-visible, .support-widget a:focus-visible { outline: 2px solid #567c15; outline-offset: 3px; }
@media (max-width:680px) { .support-widget { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); } .support-launcher { width: 50px; height: 50px; } .support-panel { bottom: 74px; } }

/* Hover bridge between the launcher and its floating panel. */
.support-widget.support-open::before { content: ''; position: absolute; right: 0; bottom: 100%; width: min(350px, calc(100vw - 32px)); height: 28px; }

.protection-flow { padding: 30px 24px; display: grid; gap: 18px; }
.protection-flow > div { display: flex; align-items: center; gap: 14px; padding: 18px 14px; border: 1px solid #d9deda; background: #f4f7f0; color: #111413; font-size: 13px; line-height: 1.7; }
.protection-flow b { color: #536f16; font-size: 11px; }
.protection-flow small { color: #717a6d; font-size: 10px; }
@media (max-width: 680px) { .protection-flow { padding: 24px 14px; } }
