:root {
  --ink: #0b1220;
  --muted: #64748b;
  --line: #d8e1ec;
  --paper: #f5f8fc;
  --panel: #ffffff;
  --navy: #08111f;
  --navy-2: #0e1b2e;
  --blue: #155eef;
  --cyan: #0aa6b7;
  --green: #10b981;
  --gold: #d7a84b;
  --danger: #b42318;
  --shadow: 0 22px 70px rgba(8,17,31,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(21,94,239,.10), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, var(--paper) 100%);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
.topbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 44px;
  border-bottom: 1px solid rgba(216,225,236,.88);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  font-size: 23px;
  font-weight: 950;
  letter-spacing: 0;
  color: var(--navy);
}
.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, #155eef 0%, #0aa6b7 56%, #10b981 100%);
  box-shadow: 0 14px 32px rgba(21,94,239,.26);
  position: relative;
  overflow: hidden;
}
.logo-mark:before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 8px;
  transform: rotate(45deg);
}
.logo-mark span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  z-index: 1;
  box-shadow: 0 0 0 7px rgba(255,255,255,.18);
}
.logo-text {
  font-weight: 950;
}
nav { display: flex; align-items: center; gap: 22px; color: #334155; font-size: 14px; font-weight: 750; flex-wrap: wrap; }
main { width: 100%; margin: 0; padding: 0; }
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
  font-weight: 950;
  color: var(--blue);
}
h1, h2, h3 { letter-spacing: 0; }
h1 { font-size: 58px; line-height: 1.02; margin: 0 0 22px; }
h2 { font-size: 34px; line-height: 1.16; margin: 0 0 14px; }
h3 { font-size: 20px; line-height: 1.24; margin: 0 0 10px; }
p { margin-top: 0; }
.lead { font-size: 20px; color: #526173; max-width: 760px; }
.hero-subclaim {
  color: #e7f3ff;
  font-size: 17px;
  max-width: 720px;
  margin: -4px 0 0;
}
.button, button {
  border: 0;
  background: var(--blue);
  color: white;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-shadow: 0 12px 28px rgba(21,94,239,.22);
}
.button.secondary, button.secondary {
  background: #e9f1ff;
  color: #123b86;
  box-shadow: none;
}
.button.secondary.dark {
  background: rgba(255,255,255,.11);
  color: white;
  border: 1px solid rgba(255,255,255,.18);
}
.button.small { padding: 9px 14px; min-height: 36px; }
.button.google { width: 100%; background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.authority-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  gap: 42px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(8,17,31,.98), rgba(11,34,67,.96) 58%, rgba(8,92,104,.92));
  color: white;
  border-radius: 0;
  padding: 72px max(48px, calc((100vw - 1440px) / 2 + 48px));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.authority-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 18%, rgba(16,185,129,.22), transparent 28%),
    radial-gradient(circle at 30% 78%, rgba(21,94,239,.20), transparent 30%);
  animation: heroGlow 9s ease-in-out infinite alternate;
  pointer-events: none;
}
.authority-hero > *:not(.animated-bg) {
  position: relative;
  z-index: 2;
}
.authority-hero .lead { color: #c7d6e6; }
.authority-hero .eyebrow { color: #72e4d1; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hero-badges span {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #d9e8f5;
  padding: 8px 11px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}
.hero-console {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  animation: consoleFloat 6s ease-in-out infinite;
}
.console-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dbeafe;
  margin-bottom: 18px;
}
.console-top span { width: 10px; height: 10px; border-radius: 50%; background: #3b82f6; }
.console-top span:nth-child(2) { background: #10b981; }
.console-top span:nth-child(3) { background: #f59e0b; }
.console-top strong { margin-left: auto; font-size: 13px; }
.payment-preview {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}
.payment-preview div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(0,0,0,.18);
}
.payment-preview small { color: #93a8bf; font-weight: 800; }
.payment-preview strong { color: white; }
.protected { color: #7ee8c4 !important; }
pre {
  overflow-x: auto;
  background: #07111f;
  color: #d9f5e8;
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
}
.animated-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.rail {
  position: absolute;
  height: 1px;
  width: 58vw;
  background: linear-gradient(90deg, transparent, rgba(125,211,252,.55), transparent);
  transform: rotate(-22deg);
  opacity: .75;
  animation: railMove 7s linear infinite;
}
.rail-one { top: 18%; left: -18%; animation-delay: 0s; }
.rail-two { top: 52%; right: -16%; animation-delay: -2.2s; }
.rail-three { bottom: 18%; left: 18%; animation-delay: -4.4s; }
.pulse {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #79ffe1;
  box-shadow: 0 0 0 0 rgba(121,255,225,.4), 0 0 36px rgba(121,255,225,.85);
  animation: pulseNode 2.6s ease-out infinite;
}
.pulse-one { top: 24%; left: 54%; }
.pulse-two { top: 63%; left: 22%; animation-delay: .8s; }
.pulse-three { top: 72%; right: 18%; animation-delay: 1.4s; }
.orbit {
  position: absolute;
  border: 1px solid rgba(148,199,255,.18);
  border-radius: 50%;
  animation: orbitSpin 18s linear infinite;
}
.orbit-one { width: 520px; height: 520px; right: -120px; top: -110px; }
.orbit-two { width: 360px; height: 360px; left: -120px; bottom: -90px; animation-duration: 24s; animation-direction: reverse; }

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  background: var(--line);
}
.metric-strip div {
  background: white;
  padding: 30px 48px;
}
.metric-strip strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 8px;
}
.metric-strip span { color: var(--muted); font-weight: 800; font-size: 13px; }

.section-head {
  padding: 82px max(48px, calc((100vw - 1440px) / 2 + 48px)) 24px;
  max-width: none;
  margin: 0;
}
.section-head h2,
.section-head p {
  max-width: 860px;
}
.section-head p { color: var(--muted); font-size: 17px; }
.privacy-system {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  padding: 32px max(48px, calc((100vw - 1440px) / 2 + 48px)) 78px;
}
.privacy-copy {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
}
.privacy-copy p { color: var(--muted); font-size: 17px; }
.privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.privacy-grid article {
  min-height: 190px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.privacy-grid span {
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--blue);
  margin-bottom: 28px;
}
.flow-section {
  padding: 72px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #07111f;
  color: white;
}
.flow-section h2 { max-width: 820px; }
.flow-section .eyebrow { color: #72e4d1; }
.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  overflow: hidden;
}
.flow-steps div {
  background: rgba(255,255,255,.06);
  padding: 24px;
  min-height: 190px;
}
.flow-steps strong {
  display: block;
  color: #79ffe1;
  font-size: 24px;
  margin-bottom: 32px;
}
.flow-steps span { color: #d5e6f6; font-weight: 750; }
.feature-matrix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0 max(48px, calc((100vw - 1440px) / 2 + 48px)) 72px;
  margin-bottom: 0;
}
.usecase-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  padding: 72px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #eef6ff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.usecase-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.usecase-list p {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  margin: 0;
  color: #405064;
  font-weight: 750;
}
.feature-matrix article,
article,
.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.feature-matrix article { min-height: 260px; }
.feature-index {
  display: inline-flex;
  color: var(--blue);
  font-weight: 950;
  margin-bottom: 42px;
}
.feature-matrix p,
article p,
.panel p { color: var(--muted); }

.enterprise-band {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 34px;
  align-items: center;
  background: white;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 72px max(48px, calc((100vw - 1440px) / 2 + 48px));
  margin-bottom: 0;
}
.enterprise-band p { color: var(--muted); font-size: 17px; }
.channel-card {
  background: var(--navy);
  color: white;
  border-radius: 8px;
  padding: 18px;
}
.channel-card div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.channel-card div:last-child { border-bottom: 0; }
.channel-card span { color: #8fb3d1; font-weight: 850; }
.channel-card strong { color: white; }
.compliance-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: center;
  background: #fff8e8;
  border: 0;
  border-bottom: 1px solid #f2d49a;
  border-radius: 0;
  padding: 54px max(48px, calc((100vw - 1440px) / 2 + 48px));
}
.compliance-grid p { color: #72521a; font-weight: 750; }

.grid { display: grid; gap: 18px; margin: 24px max(48px, calc((100vw - 1440px) / 2 + 48px)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.featured { border-color: var(--cyan); box-shadow: inset 0 4px 0 var(--cyan); }
.value-band {
  margin: 30px max(48px, calc((100vw - 1440px) / 2 + 48px));
  padding: 34px;
  background: var(--navy);
  color: white;
  border-radius: 8px;
}
.value-band h2 { max-width: 980px; font-size: 30px; line-height: 1.2; }
.value-band p { color: #bdd0df; max-width: 920px; }
.value-band.warning { background: #321b1b; }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  border-top: 1px solid var(--line);
  margin: 46px max(48px, calc((100vw - 1440px) / 2 + 48px)) 0;
  padding-top: 46px;
}
.checklist { padding-left: 20px; }
.checklist li { margin: 8px 0; }
.page-head { max-width: 880px; margin: 42px max(48px, calc((100vw - 1440px) / 2 + 48px)) 28px; }
.authority-page-head {
  max-width: none;
  background: linear-gradient(135deg, #ffffff 0%, #edf5ff 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
  box-shadow: 0 12px 36px rgba(8,17,31,.06);
}
.docs-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 30px; margin: 0 max(48px, calc((100vw - 1440px) / 2 + 48px)) 80px; }
.docs-layout aside {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 8px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  color: #334155;
}
.docs-layout aside a { padding: 9px 10px; border-radius: 8px; font-weight: 800; }
.docs-layout aside a:hover { background: #eef5ff; }
.docs h2 { margin-top: 30px; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-page, .checkout { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 48px; }
.form-page .panel, .checkout .panel { width: min(580px, 100%); }
.apply-shell {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 44px;
  align-items: center;
  padding: 72px max(48px, calc((100vw - 1440px) / 2 + 48px));
}
.apply-copy h1 { max-width: 820px; }
.onboarding-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.onboarding-steps div {
  background: white;
  min-height: 120px;
  padding: 22px;
}
.onboarding-steps strong {
  display: block;
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 20px;
}
.onboarding-steps span {
  color: #2f4054;
  font-weight: 850;
}
.apply-form { box-shadow: var(--shadow); }
.auth-panel .divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: var(--muted); }
.auth-panel .divider:before, .auth-panel .divider:after { content: ""; height: 1px; background: var(--line); flex: 1; }
label { display: grid; gap: 7px; margin: 14px 0; font-weight: 800; color: var(--ink); }
input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  background: white;
}
.flash-wrap { max-width: 900px; margin: 18px auto 0; padding: 0 28px; }
.flash { padding: 12px 14px; border-radius: 8px; background: #e8f2ee; }
.flash.error { background: #f9e8e8; color: var(--danger); }
.muted { color: var(--muted); }
.policy-box {
  padding: 13px;
  background: #f6f8fa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  margin: 16px 0;
}
.qr-wrap {
  display: grid;
  place-items: center;
  width: fit-content;
  padding: 16px;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.qr-wrap img {
  display: block;
  width: 240px;
  height: 240px;
}
.dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 42px max(48px, calc((100vw - 1440px) / 2 + 48px)) 22px; }
.badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf1ef;
  font-weight: 900;
}
.badge.approved { background: #dbf4e7; color: #047857; }
.badge.rejected { background: #f9e8e8; color: var(--danger); }
.status-stack { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; border-bottom: 1px solid var(--line); padding: 12px 10px; vertical-align: top; }
code { background: #eef3f0; padding: 2px 5px; border-radius: 5px; }
.amount { font-size: 40px; font-weight: 950; margin: 10px 0; }
.price { font-size: 34px; font-weight: 950; margin: 10px 0; }
.pricing-list {
  padding-left: 18px;
  color: var(--muted);
  font-weight: 750;
}
.pricing-list li { margin: 7px 0; }
.pricing-note {
  margin: 24px max(48px, calc((100vw - 1440px) / 2 + 48px)) 80px;
  background: #fff8e8;
  border: 1px solid #f2d49a;
  border-radius: 8px;
  padding: 28px;
}
.pricing-note p { color: #72521a; font-weight: 750; }
.resource-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  padding: 72px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: linear-gradient(135deg, #ffffff 0%, #edf5ff 100%);
  border-bottom: 1px solid var(--line);
}
.resource-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  align-self: end;
}
.resource-stats div { background: white; padding: 22px; }
.resource-stats strong { display: block; font-size: 28px; color: var(--navy); }
.resource-stats span { color: var(--muted); font-weight: 800; }
.resource-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 34px max(48px, calc((100vw - 1440px) / 2 + 48px));
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 max(48px, calc((100vw - 1440px) / 2 + 48px)) 82px;
}
.resource-grid article { min-height: 300px; display: flex; flex-direction: column; }
.resource-grid .button { margin-top: auto; align-self: flex-start; }
.article-page { max-width: 920px; margin: 42px auto 80px; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 42px; }
.rich-article section { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.article-meta span {
  background: #eef5ff;
  color: #1f4f94;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
}
.article-faq {
  background: #f8fbff;
  border: 1px solid var(--line) !important;
  border-radius: 8px;
  padding: 24px !important;
}
.article-page h2 { margin-top: 34px; }
.article-page p { color: var(--muted); font-size: 17px; }
.article-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.tutorial-panel ol { padding-left: 20px; }
.inline { display: inline; }
.inline button { min-height: 34px; padding: 7px 10px; margin: 2px; }
.onboarding-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7, 16, 26, .62);
  padding: 18px;
  z-index: 50;
}
.modal-card {
  width: min(620px, 100%);
  max-width: calc(100vw - 36px);
  background: white;
  border-radius: 8px;
  padding: 28px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  overflow-x: auto;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  min-height: 34px;
  padding: 0;
  background: #eef3f8;
  color: var(--ink);
  box-shadow: none;
}
.api-overview {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.api-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.api-cards div {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.api-cards strong { display: block; margin-bottom: 8px; }
.api-cards span { color: var(--muted); font-weight: 750; }
.docs-checklist { color: var(--muted); font-weight: 750; }
.docs-checklist li { margin: 8px 0; }
.console-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: calc(100vh - 72px);
}
.console-sidebar {
  background: #07111f;
  color: white;
  padding: 34px 24px;
  position: sticky;
  top: 72px;
  height: calc(100vh - 72px);
}
.console-sidebar h2 {
  font-size: 24px;
  word-break: break-word;
}
.console-sidebar .eyebrow { color: #72e4d1; }
.console-nav { display: grid; gap: 8px; margin-top: 28px; }
.console-nav a {
  padding: 11px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  color: #d6e5f4;
  font-weight: 850;
}
.console-main {
  min-width: 0;
  padding: 34px max(34px, calc((100vw - 1440px) / 2 + 34px)) 70px;
}
.console-hero {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  background: linear-gradient(135deg, #08111f, #123666 58%, #087381);
  border: 0;
  color: white;
  border-radius: 8px;
  padding: 36px;
  margin-bottom: 18px;
  box-shadow: var(--shadow);
}
.console-hero .eyebrow { color: #72e4d1; }
.console-hero h1 { font-size: 42px; }
.console-hero p { color: #d5e6f6; }
.plan-status {
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.09);
  color: white;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 18px;
  text-align: center;
}
.plan-status strong { display: block; font-size: 28px; text-transform: uppercase; }
.plan-status span { color: #bdd0df; font-weight: 800; }
.console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0;
}
.console-grid > *,
.console-main .panel {
  min-width: 0;
}
.endpoint-list { display: grid; gap: 10px; }
.endpoint-list div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 160px;
  gap: 12px;
  align-items: center;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}
.endpoint-list strong { color: var(--blue); }
.endpoint-list code { overflow-wrap: anywhere; }
.endpoint-list span { color: var(--muted); font-weight: 750; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  background: white;
}
@keyframes heroGlow {
  from { opacity: .72; transform: scale(1); }
  to { opacity: 1; transform: scale(1.04); }
}
@keyframes consoleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes railMove {
  from { transform: translateX(-18%) rotate(-22deg); }
  to { transform: translateX(42%) rotate(-22deg); }
}
@keyframes pulseNode {
  0% { box-shadow: 0 0 0 0 rgba(121,255,225,.42), 0 0 36px rgba(121,255,225,.85); transform: scale(1); }
  80%, 100% { box-shadow: 0 0 0 24px rgba(121,255,225,0), 0 0 36px rgba(121,255,225,.25); transform: scale(.92); }
}
@keyframes orbitSpin {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
  .authority-hero:before,
  .hero-console,
  .rail,
  .pulse,
  .orbit {
    animation: none;
  }
}
@media (max-width: 960px) {
  .topbar { height: auto; align-items: flex-start; padding: 18px; flex-direction: column; }
  nav { gap: 12px; }
  main { padding: 0; }
  .authority-hero, .metric-strip, .feature-matrix, .enterprise-band, .compliance-grid, .grid.three, .grid.two, .grid.four, .split, .docs-layout, .comparison, .privacy-system, .privacy-grid, .flow-steps, .usecase-band, .usecase-list, .resource-hero, .resource-stats, .resource-categories, .resource-grid, .api-cards, .apply-shell, .onboarding-steps, .console-shell, .console-hero, .console-grid {
    grid-template-columns: 1fr;
  }
  .authority-hero { padding: 36px 18px; min-height: auto; }
  .logo-mark { width: 34px; height: 34px; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 240px; height: 240px; }
  .metric-strip div,
  .enterprise-band,
  .compliance-grid,
  .section-head,
  .feature-matrix,
  .privacy-system,
  .flow-section,
  .usecase-band,
  .docs-layout,
  .page-head,
  .grid,
  .value-band,
  .split,
  .dashboard-head,
  .pricing-note { margin-left: 18px; margin-right: 18px; padding-left: 0; padding-right: 0; }
  .enterprise-band,
  .compliance-grid,
  .flow-section,
  .usecase-band { margin-left: 0; margin-right: 0; padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 40px; }
  h2 { font-size: 28px; }
  .resource-hero,
  .resource-categories,
  .resource-grid { padding-left: 18px; padding-right: 18px; }
  .apply-shell { min-height: auto; padding: 36px 18px; }
  .console-sidebar { position: static; height: auto; }
  .console-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .console-main { padding: 18px; }
  .console-hero h1 { font-size: 34px; }
  .endpoint-list div { grid-template-columns: 1fr; }
  .console-main article,
  .console-main .panel {
    width: 100%;
    overflow-x: auto;
  }
  .pricing-list li,
  .console-main p,
  .console-main h2 {
    overflow-wrap: anywhere;
  }
  .console-main pre,
  .modal-card pre {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }
  .console-main table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .docs-layout aside { position: static; }
  .dashboard-head, .footer { flex-direction: column; align-items: flex-start; }
  .footer { padding: 24px 18px; }
}
