:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-soft: #0c1728;
  --panel: rgba(13, 22, 38, 0.94);
  --panel-2: rgba(16, 28, 47, 0.98);
  --ink: #eef4ff;
  --soft: #cfe0ff;
  --muted: #9eb2d4;
  --accent: #7cc7ff;
  --accent-2: #8b7dff;
  --success: #88f1be;
  --mint: #88f1be;
  --green: #88f1be;
  --warning: #ffd67d;
  --danger: #ff8f8f;
  --portal-purple-deep: #4c1d95;
  --portal-purple-dark: #312e81;
  --portal-purple: #7c3aed;
  --portal-purple-bright: #8b5cf6;
  --portal-purple-soft: #a495ff;
  --purple: #8b5cf6;
  --blue: #2563eb;
  --line: rgba(112, 145, 196, 0.2);
  --line-strong: rgba(124, 199, 255, 0.34);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  --max: 1440px;
  --header: 74px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 14px);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(139, 92, 246, 0.22), transparent 34%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(7, 11, 22, 1), rgba(27, 20, 58, 0.98) 54%, rgba(7, 15, 29, 1));
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.16;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: -40% -20%;
  z-index: 0;
  background: linear-gradient(115deg, transparent 42%, rgba(139, 92, 246, 0.12) 50%, transparent 58%);
  animation: ambientSweep 10s ease-in-out infinite;
  pointer-events: none;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

p {
  color: var(--muted);
}

code {
  color: #e6f7ff;
  font-size: 0.95em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.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;
}

.skip-actions {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateY(-140%);
}

.skip-actions:focus-within {
  transform: translateY(0);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  color: #06111b;
  background: var(--success);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.skip-actions .skip-link {
  position: static;
  transform: none;
}

.skip-actions .skip-link:focus {
  transform: none;
}

.skip-link--button {
  cursor: pointer;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--success);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header);
  border-bottom: 1px solid rgba(196, 181, 253, 0.16);
  background: rgba(7, 11, 22, 0.76);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: var(--header);
  padding: 0 clamp(18px, 4vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand span:last-child {
  display: grid;
  gap: 1px;
}

.brand strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 950;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(10, 18, 32, 0.98) 0 48%, transparent 49%),
    conic-gradient(from -120deg, var(--portal-purple-bright) 0 78%, rgba(148, 163, 184, 0.22) 78% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 32px rgba(139, 92, 246, 0.4),
    0 0 0 6px rgba(139, 92, 246, 0.14);
  overflow: hidden;
  animation: brandMarkGlow 3.2s ease-in-out infinite;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.brand-mark::before {
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.brand-mark::after {
  inset: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.brand-mark img {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(155, 231, 255, 0.72));
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.site-nav a,
.nav-menu > summary {
    color:#ffffff;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 12px;
  cursor: pointer;
}

.site-nav a:hover,
.nav-menu > summary:hover,
.nav-menu[open] > summary {
  color: var(--ink);
  border-color: rgba(124, 199, 255, 0.24);
  background: rgba(139, 92, 246, 0.1);
}

.nav-menu {
  position: relative;
}

.nav-menu > summary {
  list-style: none;
}

.nav-menu > summary::-webkit-details-marker {
  display: none;
}

.nav-menu > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.7;
}

.nav-menu[open] > summary::after {
  transform: rotate(225deg) translateY(-2px);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 8px;
  width: min(760px, calc(100vw - 48px));
  min-width: 0;
  border: 2px solid rgba(124, 199, 255, 0.52);
  border-radius: 18px;
  padding: 12px;
  background: linear-gradient(135deg, #090d1a, #101426 52%, #07101f);
  box-shadow:
    0 0 0 4px rgba(5, 8, 18, 0.96),
    0 32px 90px rgba(0, 0, 0, 0.88),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    inset 0 3px 0 rgba(136, 241, 190, 0.78);
  transform: translateX(-50%);
}

.nav-dropdown a {
  display: grid;
  align-items: start;
  justify-content: stretch;
  gap: 3px;
  min-height: 0;
  border-radius: 12px;
  padding: 9px 11px;
  color: #fff;
  font-weight: 850;
  line-height: 1.2;
  white-space: normal;
  background: rgba(255, 255, 255, 0.055);
}

.nav-dropdown a:hover {
  color: #fff;
  border-color: rgba(124, 199, 255, 0.5);
  background: rgba(124, 199, 255, 0.12);
}

.nav-dropdown small {
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.nav-menu:nth-of-type(2) .nav-dropdown {
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  width: min(540px, calc(100vw - 48px));
}

.header-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(167, 139, 250, 0.34);
  border-radius: 999px;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.78), rgba(139, 92, 246, 0.64), rgba(37, 99, 235, 0.58));
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.16);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(167, 139, 250, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--soft);
}

.nav-toggle__bar {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--soft);
}

.site-breadcrumbs {
  border-bottom: 1px solid rgba(196, 181, 253, 0.12);
  background:
    linear-gradient(135deg, rgba(8, 13, 27, 0.92), rgba(13, 23, 42, 0.78)),
    rgba(7, 11, 22, 0.88);
}

.site-breadcrumbs[hidden] {
  display: none;
}

.site-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 9px 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.site-breadcrumbs__list li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-breadcrumbs__list li + li::before {
  content: "/";
  margin-right: 7px;
  color: rgba(207, 224, 255, 0.48);
  font-weight: 900;
}

.site-breadcrumbs a,
.site-breadcrumbs [aria-current="page"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
}

.site-breadcrumbs a {
  color: #ffffff;
}

.site-breadcrumbs a:hover {
  color: var(--mint);
}

.site-breadcrumbs [aria-current="page"] {
  color: var(--soft);
}

.site-breadcrumbs__home-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: currentColor;
  filter: drop-shadow(0 0 8px rgba(136, 241, 190, 0.2));
}

main:focus-visible {
  outline: 3px solid var(--success);
  outline-offset: -8px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 40px;
  width: min(100%, calc(var(--max) + 64px));
  margin: 0 auto;
  padding: 34px 32px 40px;
  border-bottom: 1px solid rgba(164, 149, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(76, 29, 149, 0.25), rgba(7, 17, 31, 0.05) 52%, rgba(37, 99, 235, 0.12));
}

.hero-copy {
  display: grid;
  gap: 18px;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  border: 1px solid rgba(164, 149, 255, 0.34);
  border-radius: 8px;
  padding: 0 12px;
  color: #e9f6ff;
  background:
    linear-gradient(90deg, rgba(76, 29, 149, 0.38), rgba(10, 23, 42, 0.78)),
    rgba(10, 23, 42, 0.78);
  font-size: 0.8rem;
  font-weight: 900;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--success), #40ca8d);
  box-shadow: 0 0 12px rgba(100, 247, 174, 0.45);
}

h1 {
  max-width: 760px;
  color: #f8fbff;
  font-size: 3.75rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  color: #f8fbff;
  font-size: 2.65rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: #f8fbff;
  font-size: 1.24rem;
  line-height: 1.24;
  letter-spacing: 0;
}

h4 {
  color: #f8fbff;
  font-size: 1.05rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 680px;
  color: var(--soft);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 900;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #06111b;
  background: linear-gradient(135deg, #9de2ff 0%, var(--portal-purple-soft) 48%, var(--portal-purple-bright) 100%);
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.3);
}

.btn-secondary,
.btn-tertiary {
  color: var(--ink);
  border-color: rgba(164, 149, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(76, 29, 149, 0.18), rgba(11, 23, 40, 0.84)),
    rgba(11, 23, 40, 0.84);
}

.btn-tertiary {
  width: fit-content;
}

.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon circle {
  fill: currentColor;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-list li,
.mini-label,
.package-label {
  border: 1px solid rgba(164, 149, 255, 0.24);
  border-radius: 8px;
  padding: 7px 9px;
  color: var(--soft);
  background: rgba(9, 19, 33, 0.8);
  font-size: 0.84rem;
  font-weight: 800;
}

.deep-visual {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  transform: translateY(-clamp(4px, 1vw, 14px));
}

.deep-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(139, 92, 246, 0.18), transparent 58%),
    radial-gradient(circle at center, rgba(37, 99, 235, 0.14), transparent 72%);
  filter: blur(12px);
  z-index: -1;
}

.deep-gauge {
  --score: 94;
  --score-end: calc(var(--score) * 1%);
  position: relative;
  width: min(550px, 82vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(10, 18, 32, 0.99) 0 48%, transparent 49%),
    conic-gradient(from -120deg, #6d28d9 0, #8b5cf6 32%, #60a5fa 66%, #34d399 86%, #22c55e var(--score-end), rgba(148, 163, 184, 0.24) var(--score-end) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 60px rgba(124, 58, 237, 0.28),
    0 0 0 18px rgba(139, 92, 246, 0.11);
  animation: gaugeUndulate 3.3s ease-in-out infinite;
}

.deep-gauge::before,
.deep-gauge::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.deep-gauge::before {
  inset: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.deep-gauge::after {
  inset: 84px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.24);
}

.deep-center {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  text-align: center;
  padding: 0 44px;
  transform: scale(0.91);
  transform-origin: center;
}

.deep-label {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.deep-number {
  color: #fff;
  font-size: clamp(72px, 10vw, 148px);
  font-weight: 950;
  line-height: 0.88;
  text-shadow: 0 0 28px rgba(139, 92, 246, 0.32);
}

.deep-speed {
  color: var(--mint);
  font-size: clamp(19px, 2.4vw, 36px);
  font-weight: 900;
}

.method-panel,
.proof-visual {
  border: 1px solid rgba(164, 149, 255, 0.26);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(76, 29, 149, 0.22), rgba(17, 30, 52, 0.98) 44%, rgba(11, 20, 35, 0.96)),
    rgba(11, 20, 35, 0.96);
  box-shadow: var(--shadow);
}

.platform-band {
  position: relative;
  border-block: 1px solid rgba(164, 149, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(76, 29, 149, 0.18), rgba(37, 99, 235, 0.08) 44%, transparent 78%);
}

.platform-band > * {
  position: relative;
  z-index: 1;
}

.platform-gauge-grid,
.portal-plan-grid {
  display: grid;
  gap: 16px;
}

.platform-gauge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-gauge {
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
  min-height: 0;
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.18), rgba(37, 99, 235, 0.08)),
    rgba(10, 18, 32, 0.88);
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.1);
}

.gauge-ring {
  --score-value: var(--score, 0);
  --score-color: var(--tone, var(--portal-purple-bright));
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(10, 18, 32, 0.99) 0 48%, transparent 49%),
    radial-gradient(circle at 50% 96%, rgba(96, 165, 250, 0.72), transparent 18%),
    conic-gradient(from -120deg, var(--score-color) calc(var(--score-value) * 1%), rgba(148, 163, 184, 0.24) 0);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 54px color-mix(in srgb, var(--score-color) 38%, transparent),
    0 0 0 12px color-mix(in srgb, var(--score-color) 14%, transparent),
    0 20px 52px rgba(37, 99, 235, 0.2);
}

.gauge-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 0;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 96%, rgba(96, 165, 250, 0.12), transparent 42%),
    rgba(10, 18, 32, 0.99);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 20px rgba(0, 0, 0, 0.28);
}

.gauge-ring strong {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
}

.gauge-copy {
  display: grid;
  gap: 6px;
  text-align: center;
  min-width: 0;
}

.gauge-copy h3 {
  font-size: 1rem;
}

.gauge-copy p {
  font-size: 0.82rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.platform-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 22px;
  border: 1px solid rgba(164, 149, 255, 0.24);
  border-radius: 12px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(49, 46, 129, 0.34), rgba(76, 29, 149, 0.24) 45%, rgba(7, 14, 25, 0.86)),
    rgba(7, 14, 25, 0.86);
  box-shadow: var(--shadow);
}

.workspace-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.workspace-copy h3 {
  font-size: 2rem;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.signal-row span {
  border: 1px solid rgba(164, 149, 255, 0.24);
  border-radius: 8px;
  padding: 7px 9px;
  color: var(--soft);
  background: rgba(9, 19, 33, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
}

.product-ledger {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(124, 199, 255, 0.16);
  border-radius: 10px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(7, 14, 25, 0.72);
}

.ledger-top,
.ledger-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.ledger-top {
  border-bottom: 1px solid rgba(164, 149, 255, 0.16);
  padding: 4px 4px 12px;
}

.ledger-top span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.ledger-row {
  min-height: 48px;
  border: 1px solid rgba(164, 149, 255, 0.14);
  border-radius: 8px;
  padding: 9px 10px;
  color: var(--soft);
  background: rgba(8, 13, 26, 0.62);
}

.ledger-row strong {
  color: var(--success);
  font-size: 1.2rem;
  font-weight: 950;
}

.ledger-row em {
  color: var(--portal-purple-soft);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 900;
}

.result-board {
  display: grid;
  gap: 10px;
}

.result-row,
.detail-list div,
.credit-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  padding: 11px;
  background: rgba(7, 14, 25, 0.74);
}

.result-row span,
.detail-list span {
  color: var(--muted);
}

.result-row strong {
  color: var(--success);
  font-size: 0.88rem;
}

.deep-dive-detail,
.workflow-band,
.monitor-band {
  position: relative;
}

.detail-showcase,
.monitor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
}

.scan-table-panel,
.monitor-board,
.graph-space {
  border: 1px solid rgba(164, 149, 255, 0.24);
  border-radius: 12px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(76, 29, 149, 0.28), rgba(10, 18, 32, 0.9) 52%, rgba(37, 99, 235, 0.1)),
    rgba(10, 18, 32, 0.9);
  box-shadow: var(--shadow);
}

.scan-table {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.scan-row {
  display: grid;
  grid-template-columns: minmax(140px, 1.2fr) 86px 64px minmax(130px, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 70px;
  border: 1px solid rgba(196, 181, 253, 0.14);
  border-radius: 8px;
  padding: 12px;
  background: rgba(7, 14, 25, 0.64);
}

.scan-row h3 {
  font-size: 1rem;
}

.scan-row span,
.scan-row p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.status,
.live-chip,
.schedule-chip {
  justify-self: start;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 8px;
  color: var(--success);
  background: rgba(34, 197, 94, 0.11);
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.score,
.score-mini,
.monitor-score {
  color: var(--success);
  font-weight: 950;
}

.score {
  font-size: 1.85rem;
}

.inline-gauge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.workflow-ribbon {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.workflow-node {
  display: grid;
  gap: 13px;
  align-content: start;
  min-height: 260px;
  border: 1px solid color-mix(in srgb, var(--node-tone, var(--portal-purple-soft)) 32%, rgba(148, 163, 184, 0.2));
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--node-tone, var(--portal-purple-soft)) 18%, transparent), rgba(10, 18, 32, 0.86) 62%),
    rgba(10, 18, 32, 0.86);
  box-shadow: 0 16px 38px color-mix(in srgb, var(--node-tone, var(--portal-purple-soft)) 12%, transparent);
}

.workflow-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #07111c;
  background: var(--node-tone, var(--portal-purple-soft));
  font-weight: 950;
}

.route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.route-list span,
.route-list a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(164, 149, 255, 0.2);
  border-radius: 8px;
  padding: 6px 8px;
  color: var(--soft);
  background: rgba(7, 14, 25, 0.56);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.route-list a:hover {
  color: #fff;
  border-color: rgba(136, 241, 190, 0.34);
  background: rgba(7, 14, 25, 0.72);
}

.supplier-section {
  align-items: stretch;
}

.graph-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.graph-stats div {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(164, 149, 255, 0.2);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.62);
}

.graph-stats strong {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.graph-stats span {
  color: var(--muted);
  font-weight: 850;
}

.graph-space {
  position: relative;
  min-height: clamp(420px, 46vw, 620px);
  border: 1px solid rgba(196, 181, 253, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 52% 44%, rgba(139, 92, 246, 0.18), transparent 34%),
    radial-gradient(circle at 78% 22%, rgba(37, 99, 235, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(5, 9, 20, 0.96);
  box-shadow: var(--shadow), 0 0 80px rgba(124, 58, 237, 0.18);
  overflow: hidden;
  perspective: 1200px;
}

.graph-space::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 86px 86px, 64px 64px, 64px 64px;
  opacity: 0.14;
}

.graph-space::after {
  content: "";
  position: absolute;
  inset: -22%;
  background: conic-gradient(from 160deg, transparent, rgba(139, 92, 246, 0.16), transparent, rgba(37, 99, 235, 0.1), transparent);
  filter: blur(18px);
  animation: graphAura 10s ease-in-out infinite;
  pointer-events: none;
}

.graph-model {
  position: absolute;
  inset: 9%;
  z-index: 1;
  transform-style: preserve-3d;
  animation: graphRotate 34s linear infinite;
}

.graph-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform-style: preserve-3d;
  filter: drop-shadow(0 0 12px rgba(139, 92, 246, 0.22));
}

.graph-back {
  transform: translateZ(-130px) rotateZ(-12deg) scale(0.86);
  opacity: 0.5;
}

.graph-mid {
  transform: translateZ(0) rotateZ(6deg);
  opacity: 0.86;
}

.graph-front {
  transform: translateZ(150px) rotateZ(-5deg) scale(0.74);
  opacity: 0.78;
}

.graph-edge {
  stroke: rgba(167, 139, 250, 0.34);
  stroke-width: 0.42;
  stroke-linecap: round;
  stroke-dasharray: 3 7;
  animation: edgeFlow 4.8s linear infinite;
}

.graph-front .graph-edge {
  stroke: rgba(155, 231, 255, 0.42);
  stroke-width: 0.54;
}

.graph-point {
  fill: #a78bfa;
  stroke: rgba(255, 255, 255, 0.38);
  stroke-width: 0.28;
  filter: drop-shadow(0 0 6px rgba(167, 139, 250, 0.8));
  transform-box: fill-box;
  transform-origin: center;
  animation: pointPulse 3.8s ease-in-out infinite;
  animation-delay: calc(var(--p, 0) * -0.18s);
}

.graph-point.core {
  fill: #9be7ff;
  filter: drop-shadow(0 0 14px rgba(155, 231, 255, 0.95));
}

.graph-point.green {
  fill: var(--mint);
  filter: drop-shadow(0 0 10px rgba(167, 243, 208, 0.72));
}

.graph-point.amber {
  fill: #fbbf24;
  filter: drop-shadow(0 0 10px rgba(251, 191, 36, 0.72));
}

.graph-readout {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.graph-readout span {
  display: grid;
  align-content: center;
  min-height: 48px;
  border: 1px solid rgba(196, 181, 253, 0.16);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--muted);
  background: rgba(8, 13, 26, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
}

.graph-readout strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
}

.schedule-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.schedule-chip {
  color: var(--soft);
  border-color: rgba(164, 149, 255, 0.22);
  background: rgba(9, 19, 33, 0.78);
}

.schedule-chip.active {
  color: #07111c;
  border-color: transparent;
  background: linear-gradient(135deg, #9de2ff, var(--portal-purple-soft));
}

.monitor-board {
  display: grid;
  gap: 14px;
}

.monitor-top,
.monitor-row,
.history-row {
  display: grid;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(164, 149, 255, 0.14);
  border-radius: 8px;
  padding: 11px;
  background: rgba(7, 14, 25, 0.62);
}

.monitor-top {
  grid-template-columns: minmax(0, 1fr) auto;
}

.monitor-top div {
  display: grid;
  gap: 4px;
}

.monitor-top span:not(.live-chip),
.history-row span {
  color: var(--muted);
  font-size: 0.84rem;
}

.monitor-list {
  display: grid;
  gap: 10px;
}

.monitor-row {
  grid-template-columns: minmax(0, 1fr) 78px 56px 76px;
}

.monitor-row span {
  color: var(--muted);
  font-size: 0.82rem;
}

.history-preview {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(196, 181, 253, 0.14);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, 0.12), rgba(37, 99, 235, 0.08)),
    rgba(255, 255, 255, 0.045);
}

.history-preview > strong {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.history-row {
  grid-template-columns: minmax(0, 1fr) 72px 50px 74px;
  font-size: 0.82rem;
}

.band,
.split-section,
.proof-section,
.faq-section,
.final-cta {
  width: min(100%, calc(var(--max) + 96px));
  margin: 0 auto;
  padding: clamp(42px, 5.2vw, 76px) clamp(22px, 5vw, 86px);
}

.band--intro {
  padding-top: clamp(34px, 4.6vw, 64px);
}

.section-head {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin-bottom: 28px;
}

.section-head--wide {
  max-width: 1120px;
}

.page-band {
  width: min(100%, calc(var(--max) + 192px));
  padding-left: clamp(18px, 3vw, 48px);
  padding-right: clamp(18px, 3vw, 48px);
}

.page-band + .page-band {
  padding-top: 0;
}

.page-panel {
  width: 100%;
  border: 1px solid rgba(196, 181, 253, 0.16);
  border-radius: 30px;
  padding: clamp(24px, 3.4vw, 48px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 27, 0.7);
  box-shadow: 0 24px 70px rgba(7, 11, 22, 0.34), 0 0 44px rgba(124, 58, 237, 0.08);
}

.page-panel--hero {
  min-height: clamp(420px, 48vw, 620px);
  display: grid;
  align-content: center;
}

.page-panel > .section-head {
  max-width: 1180px;
  margin-bottom: clamp(20px, 2.8vw, 38px);
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-panel > .section-head h1,
.page-panel > .section-head h2 {
  max-width: 1160px;
}

.hero-copy,
.section-head,
.split-copy,
.proof-copy,
.detail-showcase > .workspace-copy,
.monitor-grid > .workspace-copy {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(164, 149, 255, 0.28);
  border-radius: 30px;
  padding: clamp(16px, 2vw, 24px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 27, 0.68);
  box-shadow:
    0 24px 70px rgba(7, 11, 22, 0.34),
    0 0 44px rgba(124, 58, 237, 0.08);
}

.hero-copy {
  max-width: 812px;
}

.section-head p,
.split-copy p,
.proof-copy p,
.final-cta p {
  font-size: 1rem;
  line-height: 1.72;
}

.service-grid,
.feature-matrix,
.package-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.feature-card,
.package-card,
.faq-grid article {
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  background: rgba(10, 18, 31, 0.8);
  padding: 22px;
}

.service-card {
  display: grid;
  gap: 16px;
}

.service-card--featured,
.package-card--featured {
  border-color: rgba(124, 199, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(124, 199, 255, 0.1), rgba(139, 125, 255, 0.08)),
    rgba(10, 18, 31, 0.88);
  box-shadow: 0 24px 70px rgba(7, 11, 22, 0.3);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(124, 199, 255, 0.22);
  border-radius: 8px;
  color: var(--accent);
  background: rgba(124, 199, 255, 0.08);
}

.service-card p,
.feature-card p,
.package-card p,
.faq-grid p {
  line-height: 1.66;
}

.service-card ul,
.check-list {
  display: grid;
  gap: 10px;
}

.service-card li,
.check-list li {
  position: relative;
  padding-left: 20px;
  color: var(--soft);
}

.service-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 10px rgba(136, 241, 190, 0.3);
}

.text-link {
  width: fit-content;
  color: #e9f6ff;
  border-bottom: 2px solid var(--accent);
  font-weight: 900;
}

.split-section,
.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: 48px;
  align-items: center;
}

.split-copy,
.proof-copy,
.final-cta {
  display: grid;
  gap: 18px;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.detail-list div {
  grid-template-columns: minmax(170px, 0.38fr) 1fr;
  align-items: start;
}

.detail-list strong {
  color: var(--ink);
}

.method-panel {
  padding: 24px;
}

.method-list {
  display: grid;
  gap: 14px;
}

.method-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(7, 14, 25, 0.7);
}

.method-list li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #06111b;
  background: var(--success);
  font-weight: 950;
}

.method-list p {
  margin-top: 5px;
}

.feature-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  display: grid;
  gap: 12px;
}

.feature-card .icon {
  color: var(--accent);
}

.proof-section {
  grid-template-columns: minmax(380px, 0.94fr) minmax(0, 1.06fr);
}

.proof-visual {
  padding: 18px;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.proof-cell {
  display: grid;
  gap: 8px;
  min-height: 152px;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(124, 199, 255, 0.08), rgba(139, 125, 255, 0.06)),
    rgba(7, 14, 25, 0.72);
}

.proof-cell--large {
  grid-column: span 2;
}

.mini-label {
  width: fit-content;
  min-height: auto;
  padding: 5px 8px;
  color: var(--success);
  font-size: 0.78rem;
}

.proof-cell strong {
  color: var(--ink);
  font-size: 1.2rem;
}

.site-credit-coin {
  --site-coin-size: 32px;
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  width: var(--site-coin-size);
  height: var(--site-coin-size);
  border: 2px solid #92400e;
  border-radius: 50%;
  background: linear-gradient(135deg, #fef3c7 0 18%, #fbbf24 19% 68%, #d97706 69% 100%);
  box-shadow:
    inset 0 0 0 3px rgba(255, 251, 235, 0.9),
    inset -4px -4px 0 rgba(146, 64, 14, 0.28),
    0 3px 0 #78350f,
    0 0 0 3px rgba(22, 163, 74, 0.16);
}

.site-credit-coin::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 5px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 3px;
  background: rgba(120, 53, 15, 0.58);
  box-shadow: 8px 2px 0 -2px rgba(255, 251, 235, 0.88);
}

.site-credit-coin::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 5px;
  background: rgba(255, 251, 235, 0.9);
  box-shadow: 15px 14px 0 -2px rgba(120, 53, 15, 0.38);
}

.site-credit-coin--small {
  --site-coin-size: 20px;
  border-width: 1px;
  box-shadow:
    inset 0 0 0 2px rgba(255, 251, 235, 0.9),
    inset -3px -3px 0 rgba(146, 64, 14, 0.22),
    0 2px 0 #78350f;
}

.site-credit-coin--small::before {
  top: 4px;
  width: 3px;
  height: 11px;
  box-shadow: 5px 1px 0 -1px rgba(255, 251, 235, 0.88);
}

.site-credit-coin--small::after {
  left: 4px;
  top: 4px;
  width: 3px;
  height: 3px;
  box-shadow: 9px 8px 0 -1px rgba(120, 53, 15, 0.38);
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.intent-scan-page .band,
.intent-scan-page .split-section,
.intent-scan-page .proof-section,
.intent-scan-page .faq-section {
  padding-top: clamp(24px, 3.2vw, 48px);
  padding-bottom: clamp(24px, 3.2vw, 48px);
}

.intent-scan-page .band--intro {
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.intent-scan-page .section-head {
  margin-bottom: clamp(16px, 2.2vw, 26px);
}

.intent-scan-page .feature-matrix,
.intent-scan-page .service-grid,
.intent-scan-page .pricing-credit-strip,
.intent-scan-page .pricing-product-table,
.intent-scan-page .faq-grid {
  gap: 12px;
}

.intent-hero .section-head {
  background:
    linear-gradient(135deg, rgba(12, 24, 38, 0.86), rgba(6, 11, 22, 0.82) 58%, rgba(10, 18, 31, 0.86)),
    rgba(8, 14, 26, 0.86);
}

.intent-console {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  min-height: clamp(460px, 48vw, 560px);
  background:
    radial-gradient(circle at 50% 44%, rgba(136, 241, 190, 0.16), transparent 33%),
    radial-gradient(circle at 72% 18%, rgba(157, 226, 255, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(5, 12, 22, 0.96), rgba(4, 8, 16, 0.98));
}

.intent-console::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(136, 241, 190, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(136, 241, 190, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(157, 226, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.38;
  pointer-events: none;
}

.intent-console > * {
  position: relative;
  z-index: 1;
}

.intent-console-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.intent-console-top span {
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.intent-console-top strong {
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.intent-orbit {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(5, 12, 22, 0.94) 0 18%, transparent 19%),
    repeating-radial-gradient(circle at center, transparent 0 21%, rgba(157, 226, 255, 0.13) 22%, transparent 23%),
    conic-gradient(from -24deg, rgba(136, 241, 190, 0.28), rgba(157, 226, 255, 0.14), rgba(164, 149, 255, 0.18), rgba(136, 241, 190, 0.28));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 26px 80px rgba(1, 7, 16, 0.42);
}

.intent-orbit::before,
.intent-orbit::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(136, 241, 190, 0.18);
  border-radius: 50%;
}

.intent-orbit::after {
  inset: 34%;
  border-color: rgba(157, 226, 255, 0.2);
}

.intent-node {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 92px;
  min-height: 38px;
  border: 1px solid rgba(157, 226, 255, 0.28);
  border-radius: 999px;
  padding: 0 12px;
  color: #eef9ff;
  background: rgba(5, 12, 22, 0.88);
  box-shadow: 0 12px 34px rgba(1, 7, 16, 0.34);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
}

.intent-node--core {
  left: 50%;
  top: 50%;
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff 58%, #a495ff);
  transform: translate(-50%, -50%);
  font-size: 1rem;
}

.intent-node--identity {
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
}

.intent-node--contact {
  right: 2%;
  top: 26%;
}

.intent-node--privacy {
  right: 9%;
  bottom: 15%;
}

.intent-node--pressure {
  left: 9%;
  bottom: 15%;
}

.intent-node--cookies {
  left: 2%;
  top: 26%;
}

.intent-node--third {
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
}

.intent-readout-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.intent-readout-grid div {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(7, 14, 25, 0.76);
}

.intent-readout-grid strong {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.intent-readout-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.intent-feature-matrix .feature-card {
  border-top: 3px solid rgba(136, 241, 190, 0.46);
}

.intent-contact-visual .proof-cell {
  min-height: 168px;
}

.intent-table-panel {
  display: grid;
  gap: 10px;
  background:
    linear-gradient(145deg, rgba(7, 16, 27, 0.92), rgba(4, 8, 16, 0.96)),
    rgba(4, 8, 16, 0.96);
}

.intent-table-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(7, 14, 25, 0.72);
}

.intent-table-row strong {
  color: #fff;
}

.intent-table-row span {
  color: var(--soft);
  line-height: 1.56;
}

.intent-pricing-band .pricing-credit-strip div {
  min-height: 170px;
}

.intent-download-graphic {
  width: min(78%, 1120px);
}

@media (max-width: 980px) {
  .intent-readout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intent-table-row {
    grid-template-columns: 1fr;
  }

  .intent-download-graphic {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .intent-console {
    min-height: auto;
  }

  .intent-orbit {
    width: min(100%, 320px);
  }

  .intent-node {
    min-width: 72px;
    min-height: 30px;
    padding: 0 8px;
    font-size: 0.66rem;
  }

  .intent-node--core {
    min-width: 86px;
    min-height: 86px;
    font-size: 0.82rem;
  }

  .intent-readout-grid {
    grid-template-columns: 1fr;
  }
}

.link-graph-page .band,
.link-graph-page .split-section,
.link-graph-page .proof-section,
.link-graph-page .faq-section {
  padding-top: clamp(24px, 3.2vw, 46px);
  padding-bottom: clamp(24px, 3.2vw, 46px);
}

.link-graph-page .band--intro {
  padding-bottom: clamp(8px, 1.2vw, 14px);
}

.link-graph-page .supplier-section {
  padding-top: clamp(4px, 1vw, 10px);
}

.link-graph-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.link-graph-page .feature-matrix,
.link-graph-page .service-grid,
.link-graph-page .pricing-credit-strip,
.link-graph-page .pricing-product-table,
.link-graph-page .workflow-ribbon,
.link-graph-page .faq-grid {
  gap: 12px;
}

.seo-scanner-page .band,
.seo-scanner-page .split-section,
.seo-scanner-page .proof-section,
.seo-scanner-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 42px);
  padding-bottom: clamp(22px, 3.2vw, 42px);
}

.seo-scanner-page .seo-hero {
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.seo-scanner-page .seo-gauge-band {
  padding-top: 0;
  padding-bottom: clamp(20px, 2.8vw, 34px);
}

.seo-scanner-page .seo-gauge-band + .band {
  padding-top: clamp(12px, 1.8vw, 24px);
}

.seo-scanner-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.seo-scanner-page .feature-matrix,
.seo-scanner-page .service-grid,
.seo-scanner-page .pricing-product-table,
.seo-scanner-page .pricing-credit-pack-grid,
.seo-scanner-page .faq-grid {
  gap: 12px;
}

.seo-gauge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-gauge-grid .metric-gauge {
  min-height: 250px;
}

.seo-credit-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(34, 197, 94, 0.42);
  border-radius: 18px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(22, 163, 74, 0.24), rgba(20, 83, 45, 0.28)),
    rgba(7, 14, 25, 0.78);
  box-shadow:
    0 18px 44px rgba(22, 163, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.seo-credit-banner strong {
  display: block;
  color: #f0fdf4;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.1;
}

.seo-credit-banner p {
  margin-top: 4px;
  color: #bbf7d0;
  line-height: 1.5;
}

.seo-pricing-band .pricing-credit-strip div {
  border-color: rgba(34, 197, 94, 0.24);
  background:
    linear-gradient(145deg, rgba(22, 163, 74, 0.16), rgba(7, 14, 25, 0.72)),
    rgba(7, 14, 25, 0.68);
}

.seo-pricing-band .credit-pack-card {
  --card-tone: var(--green);
  border-color: rgba(34, 197, 94, 0.22);
  background:
    linear-gradient(180deg, rgba(34, 197, 94, 0.08), rgba(255, 255, 255, 0.016)),
    rgba(8, 13, 26, 0.76);
}

.seo-credit-heading {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.seo-credit-heading .site-credit-coin,
.pricing-credit-strip .site-credit-coin {
  color: inherit;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.seo-download-graphic,
.report-download-graphic {
  display: grid;
  gap: 14px;
  width: min(72%, 1080px);
  max-width: 100%;
  margin: clamp(24px, 3vw, 36px) auto 0;
}

.seo-download-graphic figcaption,
.report-download-graphic figcaption {
  color: var(--soft);
  text-align: center;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 900;
}

.seo-download-button-row,
.seo-download-arrow-row,
.report-download-button-row,
.report-download-arrow-row {
  display: grid;
  place-items: center;
}

.seo-download-button,
.report-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  border: 1px solid rgba(136, 241, 190, 0.46);
  border-radius: 999px;
  padding: 0 28px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff 52%, #a495ff);
  box-shadow:
    0 20px 54px rgba(34, 197, 94, 0.18),
    0 0 0 6px rgba(136, 241, 190, 0.1);
}

.seo-download-button strong,
.report-download-button strong {
  color: #06111b;
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  line-height: 1;
}

.seo-download-button-icon,
.report-download-button-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.seo-download-button-icon::before,
.seo-download-button-icon::after,
.report-download-button-icon::before,
.report-download-button-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.seo-download-button-icon::before,
.report-download-button-icon::before {
  top: -10px;
  width: 3px;
  height: 22px;
  border-radius: 999px;
  background: currentColor;
}

.seo-download-button-icon::after,
.report-download-button-icon::after {
  top: 5px;
  width: 12px;
  height: 12px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.seo-download-arrow,
.report-download-arrow {
  position: relative;
  width: 3px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(136, 241, 190, 0.2), rgba(136, 241, 190, 0.9));
  box-shadow: 0 0 22px rgba(136, 241, 190, 0.34);
}

.seo-download-arrow::after,
.report-download-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 16px;
  height: 16px;
  border-right: 3px solid rgba(136, 241, 190, 0.94);
  border-bottom: 3px solid rgba(136, 241, 190, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.seo-download-format-row,
.report-download-format-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.seo-download-format,
.report-download-format {
  --download-tone: var(--accent);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 220px;
  border: 1px solid color-mix(in srgb, var(--download-tone) 42%, rgba(148, 163, 184, 0.18));
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--download-tone) 16%, transparent), rgba(7, 14, 25, 0.78)),
    rgba(7, 14, 25, 0.78);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--download-tone) 12%, transparent);
}

.seo-download-format--visual,
.report-download-format--visual {
  --download-tone: var(--portal-purple-soft);
}

.seo-download-format--client,
.report-download-format--client {
  --download-tone: var(--success);
}

.seo-download-format--json,
.report-download-format--json {
  --download-tone: var(--accent);
}

.seo-download-format--csv,
.report-download-format--csv {
  --download-tone: var(--warning);
}

.seo-download-format--txt,
.report-download-format--txt {
  --download-tone: var(--blue);
}

.seo-file-icon,
.report-file-icon {
  position: relative;
  display: grid;
  place-items: end center;
  width: 58px;
  height: 70px;
  border: 2px solid color-mix(in srgb, var(--download-tone) 74%, #ffffff);
  border-radius: 8px;
  padding-bottom: 12px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    color-mix(in srgb, var(--download-tone) 26%, rgba(8, 13, 26, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 30px color-mix(in srgb, var(--download-tone) 22%, transparent);
}

.seo-file-icon::before,
.report-file-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-left: 2px solid color-mix(in srgb, var(--download-tone) 74%, #ffffff);
  border-bottom: 2px solid color-mix(in srgb, var(--download-tone) 74%, #ffffff);
  border-radius: 0 8px 0 6px;
  background: rgba(255, 255, 255, 0.15);
}

.seo-file-icon span,
.report-file-icon span {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.seo-download-format strong,
.report-download-format strong {
  color: #fff;
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  line-height: 1.1;
}

.seo-download-format p,
.report-download-format p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.ip-forensics-page .band,
.ip-forensics-page .split-section,
.ip-forensics-page .proof-section,
.ip-forensics-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 44px);
  padding-bottom: clamp(22px, 3.2vw, 44px);
}

.ip-forensics-page .band--intro {
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.ip-forensics-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.ip-forensics-page .feature-matrix,
.ip-forensics-page .service-grid,
.ip-forensics-page .pricing-credit-strip,
.ip-forensics-page .pricing-product-table,
.ip-forensics-page .faq-grid {
  gap: 12px;
}

.ipf-hero .section-head {
  background:
    radial-gradient(circle at 13% 14%, rgba(136, 241, 190, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(8, 16, 31, 0.88), rgba(5, 10, 20, 0.9) 62%, rgba(12, 19, 36, 0.88)),
    rgba(7, 14, 25, 0.86);
}

.ipf-use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ipf-use-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  min-height: 430px;
  border: 1px solid rgba(122, 151, 197, 0.2);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 26px);
  background:
    linear-gradient(145deg, rgba(7, 14, 25, 0.88), rgba(4, 9, 18, 0.94)),
    rgba(7, 14, 25, 0.9);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ipf-use-card--capture {
  border-color: rgba(157, 226, 255, 0.3);
  background:
    linear-gradient(145deg, rgba(14, 58, 92, 0.22), rgba(4, 9, 18, 0.94)),
    rgba(7, 14, 25, 0.92);
}

.ipf-use-card--watch {
  border-color: rgba(136, 241, 190, 0.28);
  background:
    linear-gradient(145deg, rgba(10, 89, 66, 0.2), rgba(4, 9, 18, 0.94)),
    rgba(7, 14, 25, 0.92);
}

.ipf-use-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(136, 241, 190, 0.42);
  border-radius: 50%;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff);
  font-size: 1.35rem;
  font-weight: 950;
  box-shadow: 0 0 0 8px rgba(136, 241, 190, 0.08);
}

.ipf-use-card h3 {
  color: #fff;
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  line-height: 1.12;
}

.ipf-use-card p {
  color: var(--soft);
  line-height: 1.62;
}

.ipf-use-card .check-list {
  margin-top: 2px;
}

.ipf-evidence-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.ipf-radar-panel {
  display: grid;
  gap: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(136, 241, 190, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(5, 12, 22, 0.96), rgba(4, 8, 16, 0.98));
}

.ipf-radar-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ipf-radar-head strong {
  color: var(--success);
}

.ipf-radar {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(136, 241, 190, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(136, 241, 190, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle, transparent 0 24%, rgba(136, 241, 190, 0.1) 25% 25.6%, transparent 26% 48%, rgba(157, 226, 255, 0.1) 49% 49.6%, transparent 50% 72%, rgba(164, 149, 255, 0.1) 73% 73.6%, transparent 74%),
    rgba(3, 7, 14, 0.72);
  background-size: auto, auto, auto;
  box-shadow:
    inset 0 0 54px rgba(136, 241, 190, 0.08),
    0 24px 64px rgba(0, 0, 0, 0.34);
}

.ipf-radar-axis {
  position: absolute;
  left: 50%;
  top: 6%;
  width: 1px;
  height: 88%;
  background: rgba(157, 226, 255, 0.18);
  transform-origin: center;
}

.ipf-radar-axis--one {
  transform: rotate(90deg);
}

.ipf-radar-axis--two {
  transform: rotate(35deg);
}

.ipf-radar-sweep {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: conic-gradient(from 18deg, rgba(136, 241, 190, 0.28), rgba(136, 241, 190, 0.04) 22%, transparent 31%);
  animation: radarSweep 7s linear infinite;
}

.ipf-radar-pin {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 34px;
  border: 1px solid rgba(157, 226, 255, 0.28);
  border-radius: 999px;
  padding: 0 10px;
  color: #e8f8ff;
  background: rgba(7, 14, 25, 0.86);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 24px rgba(136, 241, 190, 0.12);
}

.ipf-radar-pin--one {
  left: 16%;
  top: 24%;
}

.ipf-radar-pin--two {
  right: 12%;
  top: 33%;
}

.ipf-radar-pin--three {
  left: 25%;
  bottom: 18%;
}

.ipf-radar-pin--four {
  right: 18%;
  bottom: 25%;
}

.ipf-radar-readout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ipf-radar-readout div {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(7, 14, 25, 0.76);
}

.ipf-radar-readout strong {
  color: #fff;
}

.ipf-radar-readout span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.ipf-feature-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ipf-feature-matrix .feature-card {
  border-top: 3px solid rgba(136, 241, 190, 0.46);
}

.ipf-proof-grid .proof-cell {
  min-height: 168px;
}

.ipf-pricing-band .pricing-credit-strip div {
  min-height: 170px;
}

@keyframes radarSweep {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .ipf-use-grid,
  .ipf-evidence-section {
    grid-template-columns: 1fr;
  }

  .ipf-use-card {
    min-height: auto;
  }

  .ipf-feature-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ipf-use-card {
    grid-template-columns: 1fr;
  }

  .ipf-radar {
    width: min(100%, 320px);
  }

  .ipf-radar-pin {
    min-width: 64px;
    min-height: 30px;
    font-size: 0.66rem;
  }

  .ipf-radar-readout,
  .ipf-feature-matrix {
    grid-template-columns: 1fr;
  }
}

.wide-section.report-download-home-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding-top: clamp(38px, 4.2vw, 64px);
  padding-bottom: clamp(38px, 4.2vw, 64px);
  background:
    linear-gradient(145deg, rgba(3, 7, 14, 0.98), rgba(4, 8, 16, 0.99) 56%, rgba(6, 12, 22, 0.98)),
    #03070e;
}

.wide-section.report-download-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.2;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(136, 241, 190, 0.08) 43px, transparent 47px);
  pointer-events: none;
}

.wide-section.report-download-home-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, 0.96), rgba(3, 7, 14, 0.82) 44%, rgba(3, 7, 14, 0.98)),
    rgba(3, 7, 14, 0.72);
  pointer-events: none;
}

.report-download-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 26px);
  background:
    linear-gradient(145deg, rgba(6, 12, 23, 0.9), rgba(4, 8, 16, 0.94) 58%, rgba(7, 14, 25, 0.9)),
    rgba(4, 8, 16, 0.92);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.report-download-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background:
    linear-gradient(90deg, transparent, rgba(164, 149, 255, 0.1) 42%, transparent 68%);
  pointer-events: none;
}

.report-download-feature::after {
  content: "";
  position: absolute;
  inset: 12% -4% auto -4%;
  height: 54%;
  opacity: 0.16;
  background:
    linear-gradient(100deg, transparent 8%, rgba(157, 226, 255, 0.34) 9%, transparent 11%),
    linear-gradient(105deg, transparent 30%, rgba(136, 241, 190, 0.26) 31%, transparent 34%),
    linear-gradient(112deg, transparent 58%, rgba(164, 149, 255, 0.24) 59%, transparent 61%);
  filter: blur(0.2px);
  pointer-events: none;
}

.report-download-feature > * {
  position: relative;
  z-index: 1;
}

.report-download-feature-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.report-download-feature-copy h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.95rem, 3.6vw, 3.05rem);
  line-height: 1.04;
}

.report-download-feature-copy p {
  max-width: 760px;
  margin: 10px auto 0;
  color: #dce8f5;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.48;
}

.report-download-feature .report-download-graphic {
  width: min(100%, 1160px);
  gap: clamp(8px, 1.2vw, 12px);
  margin-top: clamp(12px, 1.6vw, 18px);
}

.report-download-feature .report-download-graphic figcaption {
  color: #e8f8ff;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
}

.report-download-feature .report-download-button {
  min-height: 54px;
  padding: 0 28px;
}

.report-download-feature .report-download-button strong {
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.report-download-feature .report-download-format {
  min-height: 166px;
  gap: 8px;
  padding: 14px 12px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--download-tone) 14%, transparent), rgba(4, 10, 20, 0.93)),
    rgba(4, 10, 20, 0.93);
}

.report-download-feature .report-file-icon {
  width: 50px;
  height: 58px;
}

.report-download-feature .report-download-arrow {
  height: 24px;
}

.report-download-feature .report-download-format p {
  font-size: 0.78rem;
  line-height: 1.32;
}

@media (max-width: 980px) {
  .seo-download-graphic,
  .report-download-graphic {
    width: 100%;
  }

  .seo-download-format-row,
  .report-download-format-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-download-format:last-child,
  .report-download-format:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .seo-download-format-row,
  .report-download-format-row {
    grid-template-columns: 1fr;
  }

  .seo-download-format:last-child,
  .report-download-format:last-child {
    grid-column: auto;
  }
}

.signalscope-page .band,
.signalscope-page .split-section,
.signalscope-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 44px);
  padding-bottom: clamp(22px, 3.2vw, 44px);
}

.signalscope-page .band--intro {
  padding-top: 22px;
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.signalscope-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.signalscope-page .feature-matrix,
.signalscope-page .service-grid,
.signalscope-page .pricing-credit-strip,
.signalscope-page .workflow-ribbon,
.signalscope-page .faq-grid {
  gap: 12px;
}

.signalscope-hero .section-head {
  padding: 20px 24px;
  background:
    linear-gradient(135deg, rgba(12, 27, 50, 0.9), rgba(6, 13, 26, 0.92) 58%, rgba(20, 17, 45, 0.9)),
    rgba(7, 14, 25, 0.88);
}

.signalscope-hero h1 {
  max-width: 1040px;
  font-size: 3.55rem;
  line-height: 1.02;
}

.signalscope-console-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding-top: clamp(6px, 1.2vw, 14px);
}

.signalscope-query-board {
  display: grid;
  gap: 16px;
  overflow: hidden;
  border-color: rgba(157, 226, 255, 0.26);
  background:
    linear-gradient(145deg, rgba(5, 11, 22, 0.96), rgba(4, 8, 16, 0.98)),
    rgba(5, 11, 22, 0.96);
}

.signalscope-query-board::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background:
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(157, 226, 255, 0.16) 35px, transparent 37px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(136, 241, 190, 0.1) 35px, transparent 37px);
  pointer-events: none;
}

.signalscope-query-board > * {
  position: relative;
  z-index: 1;
}

.signalscope-query-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signalscope-query-head strong {
  color: var(--accent);
}

.signalscope-query-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid rgba(164, 149, 255, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(7, 14, 25, 0.78);
}

.signalscope-query-line span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 999px;
  padding: 0 12px;
  color: #e8f8ff;
  background: rgba(12, 27, 50, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

.signalscope-result-stack {
  display: grid;
  gap: 10px;
}

.signalscope-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(136, 241, 190, 0.24);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(10, 89, 66, 0.18), rgba(7, 14, 25, 0.88)),
    rgba(7, 14, 25, 0.86);
}

.signalscope-result-card--watch {
  border-color: rgba(245, 158, 11, 0.32);
  background:
    linear-gradient(145deg, rgba(245, 158, 11, 0.15), rgba(7, 14, 25, 0.88)),
    rgba(7, 14, 25, 0.86);
}

.signalscope-result-card--risk {
  border-color: rgba(248, 113, 113, 0.32);
  background:
    linear-gradient(145deg, rgba(248, 113, 113, 0.14), rgba(7, 14, 25, 0.88)),
    rgba(7, 14, 25, 0.86);
}

.signalscope-result-card strong,
.signalscope-result-card b {
  color: #fff;
}

.signalscope-result-card div {
  display: grid;
  gap: 4px;
}

.signalscope-result-card span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.signalscope-result-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 12px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff);
  font-size: 0.88rem;
  font-weight: 950;
}

.signalscope-board-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.signalscope-board-footer span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 12px;
  color: var(--muted);
  background: rgba(7, 14, 25, 0.78);
  font-size: 0.78rem;
}

.signalscope-board-footer strong {
  color: #fff;
  font-size: 1.22rem;
  line-height: 1;
}

.signalscope-feature-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signalscope-feature-matrix .feature-card {
  border-top: 3px solid rgba(157, 226, 255, 0.46);
}

.signalscope-searches-band {
  padding-top: clamp(18px, 2.6vw, 36px);
}

.signalscope-query-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.signalscope-query-example {
  display: grid;
  gap: 10px;
  min-height: 236px;
  border: 1px solid rgba(164, 149, 255, 0.18);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(14, 36, 62, 0.34), rgba(7, 14, 25, 0.86)),
    rgba(7, 14, 25, 0.84);
  box-shadow: 0 18px 44px rgba(1, 7, 16, 0.22);
}

.signalscope-query-example span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signalscope-query-example h3 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.15;
}

.signalscope-query-example p {
  color: var(--soft);
  line-height: 1.58;
}

.signalscope-lane-panel {
  display: grid;
  gap: 12px;
  align-content: start;
}

.signalscope-lane {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.76);
}

.signalscope-lane > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff);
  font-weight: 950;
}

.signalscope-lane div {
  display: grid;
  gap: 4px;
}

.signalscope-lane strong {
  color: #fff;
}

.signalscope-lane p {
  color: var(--muted);
  line-height: 1.45;
}

.signalscope-pricing-band .pricing-credit-strip div {
  border-color: rgba(157, 226, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(14, 36, 62, 0.22), rgba(7, 14, 25, 0.76)),
    rgba(7, 14, 25, 0.72);
}

.signalscope-workflow-ribbon .workflow-node {
  min-height: 210px;
}

@media (max-width: 980px) {
  .signalscope-console-section {
    grid-template-columns: 1fr;
  }

  .signalscope-feature-matrix,
  .signalscope-query-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .signalscope-hero h1 {
    font-size: 2.12rem;
  }

  .signalscope-hero .section-head {
    padding: 16px;
  }

  .signalscope-hero .trust-list {
    gap: 7px;
  }

  .signalscope-hero .trust-list li {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.76rem;
  }

  .signalscope-feature-matrix,
  .signalscope-query-grid,
  .signalscope-board-footer {
    grid-template-columns: 1fr;
  }

  .signalscope-result-card,
  .signalscope-lane {
    grid-template-columns: 1fr;
  }

  .signalscope-result-card b {
    justify-self: start;
  }
}

.list-builder-page .band,
.list-builder-page .split-section,
.list-builder-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 44px);
  padding-bottom: clamp(22px, 3.2vw, 44px);
}

.list-builder-page .band--intro {
  padding-top: 22px;
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.list-builder-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.list-builder-page .feature-matrix,
.list-builder-page .service-grid,
.list-builder-page .pricing-credit-strip,
.list-builder-page .workflow-ribbon,
.list-builder-page .faq-grid {
  gap: 12px;
}

.list-builder-hero .section-head {
  padding: 20px 24px;
  background:
    linear-gradient(135deg, rgba(6, 32, 46, 0.9), rgba(6, 13, 26, 0.92) 58%, rgba(19, 20, 48, 0.9)),
    rgba(7, 14, 25, 0.88);
}

.list-builder-hero h1 {
  max-width: 1080px;
  font-size: 3.45rem;
  line-height: 1.02;
}

.list-builder-console-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding-top: clamp(6px, 1.2vw, 14px);
}

.list-builder-console {
  position: relative;
  display: grid;
  gap: 16px;
  overflow: hidden;
  border-color: rgba(136, 241, 190, 0.26);
  background:
    linear-gradient(145deg, rgba(5, 13, 22, 0.96), rgba(4, 8, 16, 0.98)),
    rgba(5, 13, 22, 0.96);
}

.list-builder-console::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background:
    repeating-linear-gradient(112deg, transparent 0 26px, rgba(157, 226, 255, 0.16) 27px, transparent 30px),
    repeating-linear-gradient(68deg, transparent 0 42px, rgba(136, 241, 190, 0.1) 43px, transparent 47px);
  pointer-events: none;
}

.list-builder-console > * {
  position: relative;
  z-index: 1;
}

.list-builder-console-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.list-builder-console-head strong {
  color: var(--success);
}

.list-builder-console-list {
  display: grid;
  gap: 10px;
}

.list-builder-console-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(136, 241, 190, 0.24);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(10, 89, 66, 0.18), rgba(7, 14, 25, 0.88)),
    rgba(7, 14, 25, 0.86);
}

.list-builder-console-list div {
  display: grid;
  gap: 4px;
}

.list-builder-console-list strong,
.list-builder-console-list b {
  color: #fff;
}

.list-builder-console-list span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.list-builder-console-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 12px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff);
  font-size: 0.82rem;
  font-weight: 950;
}

.list-builder-endpoint {
  display: block;
  border: 1px solid rgba(164, 149, 255, 0.18);
  border-radius: 8px;
  padding: 12px;
  color: #dce8f5;
  background: rgba(7, 14, 25, 0.78);
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
}

.list-builder-console-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.list-builder-console-footer span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 12px;
  color: var(--muted);
  background: rgba(7, 14, 25, 0.78);
  font-size: 0.78rem;
}

.list-builder-console-footer strong {
  color: #fff;
  font-size: 1.05rem;
}

.list-builder-feature-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.list-builder-feature-matrix .feature-card {
  border-top: 3px solid rgba(136, 241, 190, 0.46);
}

.list-builder-graphic-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding-top: clamp(38px, 4.2vw, 64px);
  padding-bottom: clamp(38px, 4.2vw, 64px);
  background:
    linear-gradient(145deg, rgba(3, 7, 14, 0.98), rgba(4, 8, 16, 0.99) 56%, rgba(6, 12, 22, 0.98)),
    #03070e;
}

.list-builder-graphic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.2;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(136, 241, 190, 0.08) 43px, transparent 47px);
  pointer-events: none;
}

.list-builder-graphic-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, 0.96), rgba(3, 7, 14, 0.82) 44%, rgba(3, 7, 14, 0.98)),
    rgba(3, 7, 14, 0.72);
  pointer-events: none;
}

.list-builder-delivery-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 26px);
  background:
    linear-gradient(145deg, rgba(6, 12, 23, 0.9), rgba(4, 8, 16, 0.94) 58%, rgba(7, 14, 25, 0.9)),
    rgba(4, 8, 16, 0.92);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.list-builder-delivery-feature::before {
  content: "";
  position: absolute;
  inset: 12% -4% auto -4%;
  height: 54%;
  opacity: 0.16;
  background:
    linear-gradient(100deg, transparent 8%, rgba(157, 226, 255, 0.34) 9%, transparent 11%),
    linear-gradient(105deg, transparent 30%, rgba(136, 241, 190, 0.26) 31%, transparent 34%),
    linear-gradient(112deg, transparent 58%, rgba(164, 149, 255, 0.24) 59%, transparent 61%);
  pointer-events: none;
}

.list-builder-delivery-feature > * {
  position: relative;
  z-index: 1;
}

.list-builder-delivery-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.list-builder-delivery-copy h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.04;
}

.list-builder-delivery-copy p {
  max-width: 760px;
  margin: 10px auto 0;
  color: #dce8f5;
  font-size: 1.02rem;
  line-height: 1.48;
}

.list-builder-graphic {
  display: grid;
  gap: 12px;
  width: min(100%, 1160px);
  margin: clamp(16px, 2vw, 24px) auto 0;
}

.list-builder-graphic-start {
  display: grid;
  justify-items: center;
  gap: 8px;
  max-width: 360px;
  margin: 0 auto;
  border: 1px solid rgba(136, 241, 190, 0.46);
  border-radius: 999px;
  padding: 14px 24px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff 52%, #a495ff);
  box-shadow:
    0 20px 54px rgba(34, 197, 94, 0.18),
    0 0 0 6px rgba(136, 241, 190, 0.1);
}

.list-builder-graphic-start strong {
  color: #06111b;
  font-size: 1.12rem;
}

.list-builder-graphic-start p {
  max-width: 280px;
  margin: 0;
  color: rgba(6, 17, 27, 0.82);
  font-size: 0.78rem;
  line-height: 1.32;
  text-align: center;
}

.list-builder-scan-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.list-builder-scan-icon::before,
.list-builder-scan-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.list-builder-scan-icon::before {
  left: 6px;
  right: 6px;
  top: 8px;
  height: 2px;
}

.list-builder-scan-icon::after {
  left: 8px;
  top: 15px;
  width: 12px;
  height: 2px;
}

.list-builder-graphic-arrow {
  position: relative;
  width: 3px;
  height: 34px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(136, 241, 190, 0.2), rgba(136, 241, 190, 0.9));
  box-shadow: 0 0 22px rgba(136, 241, 190, 0.34);
}

.list-builder-graphic-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 16px;
  height: 16px;
  border-right: 3px solid rgba(136, 241, 190, 0.94);
  border-bottom: 3px solid rgba(136, 241, 190, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.list-builder-format-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.list-builder-format {
  --list-tone: var(--accent);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 188px;
  border: 1px solid color-mix(in srgb, var(--list-tone) 42%, rgba(148, 163, 184, 0.18));
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--list-tone) 16%, transparent), rgba(7, 14, 25, 0.86)),
    rgba(7, 14, 25, 0.84);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--list-tone) 12%, transparent);
}

.list-builder-format--allow {
  --list-tone: var(--success);
}

.list-builder-format--block {
  --list-tone: #f87171;
}

.list-builder-format--vlan {
  --list-tone: var(--warning);
}

.list-builder-format--api {
  --list-tone: var(--accent);
}

.list-builder-format--export {
  --list-tone: var(--portal-purple-soft);
}

.list-builder-file-icon {
  position: relative;
  display: grid;
  place-items: end center;
  width: 58px;
  height: 70px;
  border: 2px solid color-mix(in srgb, var(--list-tone) 74%, #ffffff);
  border-radius: 8px;
  padding-bottom: 12px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    color-mix(in srgb, var(--list-tone) 26%, rgba(8, 13, 26, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 30px color-mix(in srgb, var(--list-tone) 22%, transparent);
}

.list-builder-file-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-left: 2px solid color-mix(in srgb, var(--list-tone) 74%, #ffffff);
  border-bottom: 2px solid color-mix(in srgb, var(--list-tone) 74%, #ffffff);
  border-radius: 0 8px 0 6px;
  background: rgba(255, 255, 255, 0.15);
}

.list-builder-file-icon span {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
}

.list-builder-format strong {
  color: #fff;
  font-size: 1rem;
}

.list-builder-format p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.38;
}

.list-builder-format code {
  color: #fff;
  font-size: 0.72rem;
}

.list-builder-delivery-panel {
  display: grid;
  gap: 12px;
}

.list-builder-delivery-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.list-builder-delivery-panel-head strong {
  color: var(--success);
  text-align: right;
}

.list-builder-delivery-row {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.76);
}

.list-builder-delivery-row strong {
  color: #fff;
}

.list-builder-delivery-row span {
  color: var(--muted);
  line-height: 1.45;
}

.list-builder-workflow-ribbon .workflow-node {
  min-height: 210px;
}

@media (max-width: 980px) {
  .list-builder-console-section,
  .list-builder-feature-matrix {
    grid-template-columns: 1fr;
  }

  .list-builder-format-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .list-builder-format:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .list-builder-page .band--intro {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .list-builder-hero h1 {
    font-size: 1.9rem;
    line-height: 1.04;
  }

  .list-builder-hero .section-head {
    padding: 12px;
  }

  .list-builder-hero .section-head > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.44;
  }

  .list-builder-hero .trust-list {
    gap: 7px;
  }

  .list-builder-hero .trust-list li {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.76rem;
  }

  .list-builder-hero .btn {
    padding: 0.72rem 0.92rem;
  }

  .list-builder-console-list article,
  .list-builder-console-footer,
  .list-builder-format-row {
    grid-template-columns: 1fr;
  }

  .list-builder-console-list b {
    justify-self: start;
  }

  .list-builder-delivery-copy h2 {
    font-size: 1.92rem;
  }

  .list-builder-format:last-child {
    grid-column: auto;
  }
}

.studies-page .band,
.studies-page .split-section,
.studies-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 44px);
  padding-bottom: clamp(22px, 3.2vw, 44px);
}

.studies-page .band--intro {
  padding-top: 22px;
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.studies-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.studies-page .feature-matrix,
.studies-page .service-grid,
.studies-page .pricing-credit-strip,
.studies-page .workflow-ribbon,
.studies-page .faq-grid {
  gap: 12px;
}

.studies-hero .section-head {
  padding: 20px 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(136, 241, 190, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(10, 26, 42, 0.9), rgba(7, 13, 26, 0.94) 58%, rgba(24, 20, 54, 0.9)),
    rgba(7, 14, 25, 0.88);
}

.studies-hero h1 {
  max-width: 980px;
  font-size: 3.36rem;
  line-height: 1.02;
}

.studies-console-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding-top: clamp(6px, 1.2vw, 14px);
}

.studies-console {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  border-color: rgba(164, 149, 255, 0.28);
  background:
    radial-gradient(circle at 18% 12%, rgba(164, 149, 255, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(5, 13, 22, 0.96), rgba(4, 8, 16, 0.98)),
    rgba(5, 13, 22, 0.96);
}

.studies-console::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background:
    linear-gradient(90deg, rgba(157, 226, 255, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(136, 241, 190, 0.1) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
}

.studies-console > * {
  position: relative;
  z-index: 1;
}

.studies-console-head,
.studies-delivery-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studies-console-head strong,
.studies-delivery-panel-head strong {
  color: var(--success);
  text-align: right;
}

.studies-score-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(136, 241, 190, 0.24);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(10, 89, 66, 0.18), rgba(7, 14, 25, 0.86)),
    rgba(7, 14, 25, 0.86);
}

.studies-score-card span,
.studies-score-card p {
  color: var(--muted);
}

.studies-score-card span {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studies-score-card strong {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(136, 241, 190, 0.42);
  border-radius: 50%;
  color: #06111b;
  background:
    radial-gradient(circle at center, #f8fbff 0 46%, transparent 47%),
    conic-gradient(#88f1be 0 84%, rgba(122, 151, 197, 0.22) 84% 100%);
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 0 0 7px rgba(136, 241, 190, 0.08);
}

.studies-score-card p {
  margin: 0;
  line-height: 1.4;
}

.studies-console-list,
.studies-delivery-panel {
  display: grid;
  gap: 10px;
}

.studies-console-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(122, 151, 197, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.78);
}

.studies-console-list div {
  display: grid;
  gap: 4px;
}

.studies-console-list strong,
.studies-console-list b {
  color: #fff;
}

.studies-console-list span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.studies-console-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 12px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff);
  font-size: 0.82rem;
  font-weight: 950;
}

.studies-feature-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.studies-feature-matrix .feature-card {
  border-top: 3px solid rgba(164, 149, 255, 0.5);
}

.studies-graphic-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding-top: clamp(38px, 4.2vw, 64px);
  padding-bottom: clamp(38px, 4.2vw, 64px);
  background:
    linear-gradient(145deg, rgba(3, 7, 14, 0.98), rgba(4, 8, 16, 0.99) 56%, rgba(6, 12, 22, 0.98)),
    #03070e;
}

.studies-graphic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.2;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(136, 241, 190, 0.08) 43px, transparent 47px);
  pointer-events: none;
}

.studies-graphic-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, 0.96), rgba(3, 7, 14, 0.82) 44%, rgba(3, 7, 14, 0.98)),
    rgba(3, 7, 14, 0.72);
  pointer-events: none;
}

.studies-research-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 26px);
  background:
    linear-gradient(145deg, rgba(6, 12, 23, 0.9), rgba(4, 8, 16, 0.94) 58%, rgba(7, 14, 25, 0.9)),
    rgba(4, 8, 16, 0.92);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.studies-research-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background:
    linear-gradient(90deg, transparent, rgba(164, 149, 255, 0.1) 42%, transparent 68%);
  pointer-events: none;
}

.studies-research-feature::after {
  content: "";
  position: absolute;
  inset: 12% -4% auto -4%;
  height: 54%;
  opacity: 0.16;
  background:
    linear-gradient(100deg, transparent 8%, rgba(157, 226, 255, 0.34) 9%, transparent 11%),
    linear-gradient(105deg, transparent 30%, rgba(136, 241, 190, 0.26) 31%, transparent 34%),
    linear-gradient(112deg, transparent 58%, rgba(164, 149, 255, 0.24) 59%, transparent 61%);
  pointer-events: none;
}

.studies-research-feature > * {
  position: relative;
  z-index: 1;
}

.studies-research-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.studies-research-copy h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.04;
}

.studies-research-copy p {
  max-width: 760px;
  margin: 10px auto 0;
  color: #dce8f5;
  font-size: 1.02rem;
  line-height: 1.48;
}

.studies-graphic {
  display: grid;
  gap: 12px;
  width: min(100%, 1160px);
  margin: clamp(16px, 2vw, 24px) auto 0;
}

.studies-graphic-start {
  display: grid;
  justify-items: center;
  gap: 8px;
  max-width: 360px;
  margin: 0 auto;
  border: 1px solid rgba(136, 241, 190, 0.46);
  border-radius: 999px;
  padding: 14px 24px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff 52%, #a495ff);
  box-shadow:
    0 20px 54px rgba(34, 197, 94, 0.18),
    0 0 0 6px rgba(136, 241, 190, 0.1);
}

.studies-graphic-start strong {
  color: #06111b;
  font-size: 1.12rem;
}

.studies-graphic-start p {
  max-width: 290px;
  margin: 0;
  color: rgba(6, 17, 27, 0.82);
  font-size: 0.78rem;
  line-height: 1.32;
  text-align: center;
}

.studies-study-icon {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.studies-study-icon::before,
.studies-study-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.studies-study-icon::before {
  top: 9px;
}

.studies-study-icon::after {
  top: 17px;
}

.studies-graphic-arrow {
  position: relative;
  width: 3px;
  height: 34px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(136, 241, 190, 0.2), rgba(136, 241, 190, 0.9));
  box-shadow: 0 0 22px rgba(136, 241, 190, 0.34);
}

.studies-graphic-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 16px;
  height: 16px;
  border-right: 3px solid rgba(136, 241, 190, 0.94);
  border-bottom: 3px solid rgba(136, 241, 190, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.studies-format-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.studies-format {
  --study-tone: var(--accent);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 196px;
  border: 1px solid color-mix(in srgb, var(--study-tone) 42%, rgba(148, 163, 184, 0.18));
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--study-tone) 16%, transparent), rgba(7, 14, 25, 0.86)),
    rgba(7, 14, 25, 0.84);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--study-tone) 12%, transparent);
}

.studies-format--lanes {
  --study-tone: var(--success);
}

.studies-format--notes {
  --study-tone: var(--blue);
}

.studies-format--compare {
  --study-tone: var(--warning);
}

.studies-format--timeline {
  --study-tone: var(--accent);
}

.studies-format--report {
  --study-tone: var(--portal-purple-soft);
}

.studies-file-icon {
  position: relative;
  display: grid;
  place-items: end center;
  width: 58px;
  height: 70px;
  border: 2px solid color-mix(in srgb, var(--study-tone) 74%, #ffffff);
  border-radius: 8px;
  padding-bottom: 12px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    color-mix(in srgb, var(--study-tone) 26%, rgba(8, 13, 26, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 30px color-mix(in srgb, var(--study-tone) 22%, transparent);
}

.studies-file-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-left: 2px solid color-mix(in srgb, var(--study-tone) 74%, #ffffff);
  border-bottom: 2px solid color-mix(in srgb, var(--study-tone) 74%, #ffffff);
  border-radius: 0 8px 0 6px;
  background: rgba(255, 255, 255, 0.15);
}

.studies-file-icon span {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
}

.studies-format strong {
  color: #fff;
  font-size: 1rem;
}

.studies-format p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.38;
}

.studies-delivery-panel {
  display: grid;
  gap: 12px;
}

.studies-delivery-row {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.76);
}

.studies-delivery-row strong {
  color: #fff;
}

.studies-delivery-row span {
  color: var(--muted);
  line-height: 1.45;
}

.studies-workflow-ribbon .workflow-node {
  min-height: 220px;
}

@media (max-width: 980px) {
  .studies-console-section,
  .studies-feature-matrix {
    grid-template-columns: 1fr;
  }

  .studies-format-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studies-format:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .studies-page .band--intro {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .studies-hero h1 {
    font-size: 1.86rem;
    line-height: 1.04;
  }

  .studies-hero .section-head {
    padding: 12px;
  }

  .studies-hero .section-head > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.44;
  }

  .studies-hero .trust-list {
    gap: 7px;
  }

  .studies-hero .trust-list li {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.76rem;
  }

  .studies-hero .btn {
    padding: 0.72rem 0.92rem;
  }

  .studies-score-card,
  .studies-console-list article,
  .studies-format-row {
    grid-template-columns: 1fr;
  }

  .studies-score-card strong,
  .studies-console-list b {
    justify-self: start;
  }

  .studies-research-copy h2 {
    font-size: 1.92rem;
  }

  .studies-format:last-child {
    grid-column: auto;
  }
}

.compare-page .band,
.compare-page .split-section,
.compare-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 44px);
  padding-bottom: clamp(22px, 3.2vw, 44px);
}

.compare-page .band--intro {
  padding-top: 22px;
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.compare-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.compare-page .feature-matrix,
.compare-page .service-grid,
.compare-page .workflow-ribbon,
.compare-page .faq-grid {
  gap: 12px;
}

.compare-hero .section-head {
  padding: 20px 24px;
  background:
    radial-gradient(circle at 15% 18%, rgba(157, 226, 255, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(8, 24, 42, 0.9), rgba(7, 13, 26, 0.94) 58%, rgba(30, 22, 60, 0.9)),
    rgba(7, 14, 25, 0.88);
}

.compare-hero h1 {
  max-width: 1070px;
  font-size: 3.38rem;
  line-height: 1.02;
}

.compare-intro-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding-top: clamp(6px, 1.2vw, 14px);
}

.compare-difference-panel,
.compare-delivery-panel {
  display: grid;
  gap: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(157, 226, 255, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(5, 13, 22, 0.96), rgba(4, 8, 16, 0.98)),
    rgba(5, 13, 22, 0.96);
}

.compare-difference-head,
.compare-delivery-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-difference-head strong,
.compare-delivery-panel-head strong {
  color: var(--success);
  text-align: right;
}

.compare-difference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.compare-difference-grid article {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(122, 151, 197, 0.18);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(7, 14, 25, 0.9), rgba(4, 10, 20, 0.94)),
    rgba(7, 14, 25, 0.86);
}

.compare-difference-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-difference-grid strong {
  color: #fff;
  font-size: 1.32rem;
}

.compare-difference-grid p {
  margin: 0;
  color: var(--soft);
  line-height: 1.48;
}

.compare-difference-grid b {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: #06111b;
  background: linear-gradient(135deg, #88f1be, #9de2ff);
  font-size: 0.82rem;
  font-weight: 950;
}

.compare-selected-scans,
.compare-scan-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.compare-selected-scans span,
.compare-scan-mix span {
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-selected-scans strong,
.compare-scan-mix strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(136, 241, 190, 0.24);
  border-radius: 999px;
  padding: 0 11px;
  color: #e8f8ff;
  background: rgba(7, 14, 25, 0.72);
  font-size: 0.82rem;
}

.compare-scoreboard-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding-top: clamp(38px, 4.2vw, 64px);
  padding-bottom: clamp(38px, 4.2vw, 64px);
  background:
    linear-gradient(145deg, rgba(3, 7, 14, 0.98), rgba(4, 8, 16, 0.99) 56%, rgba(6, 12, 22, 0.98)),
    #03070e;
}

.compare-scoreboard-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.2;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(136, 241, 190, 0.08) 43px, transparent 47px);
  pointer-events: none;
}

.compare-scoreboard-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, 0.96), rgba(3, 7, 14, 0.82) 44%, rgba(3, 7, 14, 0.98)),
    rgba(3, 7, 14, 0.72);
  pointer-events: none;
}

.compare-scoreboard-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 26px);
  background:
    linear-gradient(145deg, rgba(6, 12, 23, 0.9), rgba(4, 8, 16, 0.94) 58%, rgba(7, 14, 25, 0.9)),
    rgba(4, 8, 16, 0.92);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.compare-scoreboard-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background:
    linear-gradient(90deg, transparent, rgba(164, 149, 255, 0.1) 42%, transparent 68%);
  pointer-events: none;
}

.compare-scoreboard-feature > * {
  position: relative;
  z-index: 1;
}

.compare-scoreboard-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.compare-scoreboard-copy h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.04;
}

.compare-scoreboard-copy p {
  max-width: 760px;
  margin: 10px auto 0;
  color: #dce8f5;
  font-size: 1.02rem;
  line-height: 1.48;
}

.compare-scoreboard {
  display: grid;
  gap: 14px;
  margin-top: clamp(16px, 2vw, 24px);
}

.compare-scan-mix {
  justify-content: center;
}

.compare-domain-rings {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.compare-domain-ring-card {
  --ring-tone: var(--accent);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 244px;
  border: 1px solid color-mix(in srgb, var(--ring-tone) 42%, rgba(148, 163, 184, 0.18));
  border-radius: 8px;
  padding: 14px 12px;
  text-align: center;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--ring-tone) 14%, transparent), rgba(7, 14, 25, 0.86)),
    rgba(7, 14, 25, 0.84);
}

.compare-domain-ring-card--safe {
  --ring-tone: var(--success);
}

.compare-domain-ring-card--watch {
  --ring-tone: var(--warning);
}

.compare-domain-ring-card--danger {
  --ring-tone: #f87171;
}

.compare-slot-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 9px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-ring {
  --score: 0;
  --ring-color: var(--ring-tone);
  display: grid;
  place-items: center;
  width: 108px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(7, 14, 25, 0.98) 0 55%, transparent 56%),
    conic-gradient(var(--ring-color) calc(var(--score) * 1%), rgba(122, 151, 197, 0.22) 0);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 16px 36px color-mix(in srgb, var(--ring-color) 18%, transparent);
}

.compare-ring span {
  display: grid;
  place-items: center;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(122, 151, 197, 0.2);
  border-radius: 50%;
  background: rgba(3, 7, 14, 0.72);
}

.compare-ring strong {
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
}

.compare-ring small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-domain-ring-card h3 {
  color: #fff;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.compare-domain-ring-card p {
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.38;
}

.compare-matrix-visual {
  display: grid;
  overflow-x: auto;
  border: 1px solid rgba(122, 151, 197, 0.18);
  border-radius: 8px;
  background: rgba(3, 7, 14, 0.72);
}

.compare-matrix-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) repeat(4, minmax(140px, 1fr));
  min-width: 760px;
}

.compare-matrix-row > * {
  display: grid;
  align-items: center;
  min-height: 48px;
  border-right: 1px solid rgba(122, 151, 197, 0.14);
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
  padding: 10px 12px;
  color: var(--soft);
  font-size: 0.82rem;
}

.compare-matrix-row > *:last-child {
  border-right: 0;
}

.compare-matrix-row:last-child > * {
  border-bottom: 0;
}

.compare-matrix-head > * {
  min-height: 42px;
  color: #fff;
  background: rgba(164, 149, 255, 0.12);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.compare-matrix-row [role="rowheader"] {
  color: #fff;
  font-weight: 900;
}

.compare-matrix-row strong {
  justify-items: end;
  color: #fff;
  font-size: 1rem;
}

.compare-scoreboard-section {
  padding-top: 22px;
}

.compare-scoreboard-feature {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  justify-items: center;
  gap: clamp(16px, 2.2vw, 26px);
}

.compare-scoreboard-feature::before {
  display: none;
}

.compare-scoreboard {
  justify-items: center;
  gap: 16px;
  margin-top: 0;
  width: 100%;
}

.compare-portal-frame {
  position: relative;
  isolation: isolate;
  width: min(100%, 980px);
  overflow: hidden;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 16, 30, 0.98), rgba(4, 9, 18, 0.99) 58%, rgba(10, 16, 32, 0.96)),
    rgba(4, 8, 16, 0.96);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.compare-portal-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(136, 241, 190, 0.08) 43px, transparent 47px);
  transform: scaleX(-1);
  pointer-events: none;
}

.compare-portal-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid rgba(122, 151, 197, 0.16);
  padding: 16px;
  background:
    radial-gradient(circle at 12% 10%, rgba(136, 241, 190, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(12, 28, 45, 0.92), rgba(27, 22, 58, 0.86));
}

.compare-portal-kicker {
  display: block;
  color: var(--success);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.compare-portal-toolbar h2 {
  max-width: 740px;
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.82rem;
  line-height: 1.08;
}

.compare-portal-summary {
  display: grid;
  gap: 4px;
  min-width: 190px;
  border: 1px solid rgba(136, 241, 190, 0.22);
  border-radius: 8px;
  padding: 12px;
  background: rgba(3, 7, 14, 0.48);
  text-align: right;
}

.compare-portal-summary span {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.compare-portal-summary strong {
  color: #fff;
  font-size: 1rem;
}

.compare-portal-frame .compare-scan-mix {
  justify-content: flex-start;
  gap: 8px;
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
  padding: 12px 16px;
  background: rgba(3, 7, 14, 0.38);
}

.compare-table-fade-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 618px;
  background:
    linear-gradient(145deg, rgba(5, 14, 27, 0.72), rgba(3, 7, 14, 0.54)),
    rgba(3, 7, 14, 0.52);
}

.compare-table-fade-shell::before,
.compare-table-fade-shell::after {
  content: "";
  position: absolute;
  z-index: 8;
  pointer-events: none;
}

.compare-table-fade-shell::before {
  right: 0;
  bottom: 0;
  left: 0;
  height: 118px;
  background: linear-gradient(180deg, transparent, rgba(4, 8, 16, 0.72) 48%, rgba(4, 8, 16, 0.99));
}

.compare-table-fade-shell::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 190px;
  background: linear-gradient(90deg, transparent, rgba(4, 8, 16, 0.72) 48%, rgba(4, 8, 16, 0.99));
}

.compare-portal-table,
.compare-table-section-row {
  min-width: 1220px;
}

.compare-portal-table {
  display: grid;
}

.compare-table-row {
  display: grid;
  grid-template-columns: 170px repeat(5, 210px);
  min-height: 64px;
}

.compare-table-row > *,
.compare-table-section-row {
  border-right: 1px solid rgba(122, 151, 197, 0.14);
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
}

.compare-table-row > *:last-child {
  border-right: 0;
}

.compare-portal-table .compare-table-row:nth-child(odd) .compare-row-label {
  background:
    linear-gradient(90deg, rgba(164, 149, 255, 0.2), rgba(8, 22, 36, 0.86)),
    rgba(8, 22, 36, 0.86);
}

.compare-portal-table .compare-table-row:nth-child(even) .compare-row-label {
  background:
    linear-gradient(90deg, rgba(136, 241, 190, 0.16), rgba(6, 18, 30, 0.84)),
    rgba(6, 18, 30, 0.84);
}

.compare-portal-table .compare-table-row:nth-child(odd) .compare-cell {
  background:
    linear-gradient(145deg, rgba(12, 29, 48, 0.78), rgba(6, 14, 27, 0.82)),
    rgba(7, 14, 25, 0.72);
}

.compare-portal-table .compare-table-row:nth-child(even) .compare-cell {
  background:
    linear-gradient(145deg, rgba(12, 37, 32, 0.72), rgba(6, 14, 27, 0.82)),
    rgba(7, 14, 25, 0.72);
}

.compare-portal-table .compare-table-row:nth-child(4n) .compare-cell {
  background:
    linear-gradient(145deg, rgba(52, 35, 10, 0.72), rgba(6, 14, 27, 0.82)),
    rgba(7, 14, 25, 0.72);
}

.compare-row-label,
.compare-domain-column,
.compare-cell {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px;
}

.compare-row-label {
  background:
    linear-gradient(90deg, rgba(164, 149, 255, 0.12), rgba(7, 14, 25, 0.78)),
    rgba(7, 14, 25, 0.78);
  color: var(--soft);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.compare-row-label strong {
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.18;
  text-transform: none;
}

.compare-row-label small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.28;
  text-transform: none;
}

.compare-corner {
  align-content: start;
  min-height: 214px;
  padding-top: 16px;
}

.compare-domain-column {
  align-content: start;
  min-height: 214px;
  background:
    linear-gradient(145deg, rgba(10, 18, 32, 0.84), rgba(5, 12, 24, 0.9)),
    rgba(7, 14, 25, 0.78);
}

.compare-domain-column--empty {
  color: var(--muted);
  background:
    repeating-linear-gradient(135deg, rgba(122, 151, 197, 0.07) 0 10px, transparent 10px 20px),
    rgba(7, 14, 25, 0.58);
}

.compare-slot-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.compare-slot-pill,
.compare-source-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 8px;
  font-size: 0.7rem;
  font-weight: 900;
}

.compare-slot-pill {
  color: #06111b;
  background: linear-gradient(135deg, var(--success), #9de2ff);
}

.compare-source-pill {
  border: 1px solid rgba(157, 226, 255, 0.18);
  color: var(--soft);
  background: rgba(3, 7, 14, 0.46);
}

.compare-domain-title {
  display: grid;
  gap: 4px;
  min-height: 48px;
  margin-top: 2px;
}

.compare-domain-title strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.compare-domain-title span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.compare-select-mock {
  display: grid;
  gap: 3px;
  min-height: 42px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(3, 7, 14, 0.45);
  font-size: 0.7rem;
  font-weight: 750;
}

.compare-select-mock strong {
  color: var(--soft);
  font-size: 0.78rem;
}

.compare-cell {
  justify-items: end;
  text-align: right;
  background: rgba(7, 14, 25, 0.64);
}

.compare-cell strong {
  color: #fff;
  font-size: 1.28rem;
  line-height: 1;
}

.compare-cell span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.compare-cell--empty {
  color: var(--muted);
  background: rgba(7, 14, 25, 0.46);
}

.compare-table-row--score {
  min-height: 126px;
}

.compare-score-cell {
  justify-items: center;
  text-align: center;
}

.compare-score-gauge {
  --score: 0;
  --gauge-color: var(--accent);
  display: grid;
  place-items: center;
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(7, 14, 25, 0.98) 0 55%, transparent 56%),
    conic-gradient(var(--gauge-color) calc(var(--score) * 1%), rgba(122, 151, 197, 0.22) 0);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 30px color-mix(in srgb, var(--gauge-color) 18%, transparent);
}

.compare-score-gauge--safe {
  --gauge-color: var(--success);
}

.compare-score-gauge--watch {
  --gauge-color: var(--warning);
}

.compare-score-gauge--danger {
  --gauge-color: #f87171;
}

.compare-score-gauge span {
  display: grid;
  place-items: center;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(122, 151, 197, 0.2);
  border-radius: 50%;
  background: rgba(3, 7, 14, 0.72);
}

.compare-score-gauge strong {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.compare-score-gauge small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.compare-table-section-row {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  color: var(--success);
  background:
    linear-gradient(90deg, rgba(136, 241, 190, 0.14), transparent 58%),
    rgba(8, 20, 32, 0.92);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.compare-status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  color: #07111f;
  font-size: 0.78rem;
  font-weight: 950;
}

.compare-status--pass {
  background: var(--success);
}

.compare-status--fail {
  color: #fff;
  background: #ef4444;
}

.compare-status--missing {
  color: var(--soft);
  border: 1px solid rgba(157, 226, 255, 0.2);
  background: rgba(122, 151, 197, 0.12);
}

.compare-scoreboard-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.compare-scoreboard-copy h2 {
  margin: 8px auto 0;
}

.compare-scoreboard-copy p {
  max-width: 760px;
  margin: 10px auto 0;
}

.compare-download-section {
  margin-top: 0;
}

.compare-download-feature {
  text-align: left;
}

.compare-feature-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compare-feature-matrix .feature-card {
  border-top: 3px solid rgba(157, 226, 255, 0.5);
}

.compare-delivery-panel {
  gap: 12px;
}

.compare-delivery-row {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.76);
}

.compare-delivery-row strong {
  color: #fff;
}

.compare-delivery-row span {
  color: var(--muted);
  line-height: 1.45;
}

.compare-workflow-ribbon .workflow-node {
  min-height: 220px;
}

@media (max-width: 980px) {
  .compare-intro-section,
  .compare-feature-matrix {
    grid-template-columns: 1fr;
  }

  .compare-portal-toolbar {
    grid-template-columns: 1fr;
  }

  .compare-portal-summary {
    text-align: left;
  }

  .compare-domain-rings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .compare-page .band--intro {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .compare-hero h1 {
    font-size: 1.86rem;
    line-height: 1.04;
  }

  .compare-hero .section-head {
    padding: 12px;
  }

  .compare-hero .section-head > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.44;
  }

  .compare-hero .trust-list {
    gap: 7px;
  }

  .compare-hero .trust-list li {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.76rem;
  }

  .compare-hero .btn {
    padding: 0.72rem 0.92rem;
  }

  .compare-difference-grid,
  .compare-domain-rings {
    grid-template-columns: 1fr;
  }

  .compare-scoreboard-copy h2 {
    font-size: 1.92rem;
  }

  .compare-portal-toolbar {
    padding: 12px;
  }

  .compare-portal-toolbar h2 {
    font-size: 1.42rem;
  }

  .compare-portal-frame .compare-scan-mix {
    padding: 10px 12px;
  }

  .compare-table-row {
    grid-template-columns: 150px repeat(5, 180px);
  }

  .compare-portal-table,
  .compare-table-section-row {
    min-width: 1050px;
  }

  .compare-row-label,
  .compare-domain-column,
  .compare-cell {
    padding: 10px;
  }

  .compare-score-gauge {
    width: 78px;
  }

  .compare-matrix-row {
    min-width: 700px;
  }
}

.reports-page .band,
.reports-page .split-section,
.reports-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 44px);
  padding-bottom: clamp(22px, 3.2vw, 44px);
}

.reports-page .band--intro {
  padding-top: 22px;
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.reports-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.reports-page .feature-matrix,
.reports-page .service-grid,
.reports-page .workflow-ribbon,
.reports-page .faq-grid {
  gap: 12px;
}

.reports-hero .section-head {
  padding: 20px 24px;
  background:
    radial-gradient(circle at 14% 16%, rgba(136, 241, 190, 0.13), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(255, 214, 125, 0.1), transparent 28%),
    linear-gradient(135deg, rgba(9, 24, 37, 0.92), rgba(7, 13, 26, 0.95) 55%, rgba(31, 20, 62, 0.9)),
    rgba(7, 14, 25, 0.88);
}

.reports-hero h1 {
  max-width: 1040px;
  font-size: 3.28rem;
  line-height: 1.02;
}

.reports-builder-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding-top: 22px;
  padding-bottom: clamp(38px, 4.2vw, 64px);
  background:
    linear-gradient(145deg, rgba(3, 7, 14, 0.98), rgba(4, 8, 16, 0.99) 56%, rgba(6, 12, 22, 0.98)),
    #03070e;
}

.reports-builder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(136, 241, 190, 0.08) 43px, transparent 47px);
  pointer-events: none;
}

.reports-builder-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, 0.96), rgba(3, 7, 14, 0.78) 44%, rgba(3, 7, 14, 0.98)),
    rgba(3, 7, 14, 0.72);
  pointer-events: none;
}

.reports-builder-feature {
  display: grid;
  justify-items: center;
  gap: clamp(16px, 2.2vw, 26px);
}

.reports-builder-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.reports-builder-copy h2 {
  margin: 8px auto 0;
  color: #fff;
  font-size: 2.32rem;
  line-height: 1.04;
}

.reports-builder-copy p {
  max-width: 780px;
  margin: 10px auto 0;
  color: #dce8f5;
  font-size: 1.02rem;
  line-height: 1.48;
}

.reports-console-frame {
  position: relative;
  isolation: isolate;
  width: min(100%, 1100px);
  overflow: hidden;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 16, 30, 0.98), rgba(4, 9, 18, 0.99) 58%, rgba(10, 16, 32, 0.96)),
    rgba(4, 8, 16, 0.96);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.reports-console-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(255, 214, 125, 0.08) 43px, transparent 47px);
  transform: scaleX(-1);
  pointer-events: none;
}

.reports-console-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid rgba(122, 151, 197, 0.16);
  padding: 16px;
  background:
    radial-gradient(circle at 12% 10%, rgba(136, 241, 190, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(12, 28, 45, 0.92), rgba(27, 22, 58, 0.86));
}

.reports-portal-kicker {
  display: block;
  color: var(--success);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reports-console-topbar strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.52rem;
  line-height: 1.08;
}

.reports-console-topbar p {
  max-width: 680px;
  margin-top: 7px;
  color: var(--soft);
  line-height: 1.42;
}

.reports-console-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid rgba(136, 241, 190, 0.28);
  border-radius: 999px;
  padding: 0 12px;
  color: #06111b;
  background: linear-gradient(135deg, var(--success), #9de2ff);
  font-size: 0.78rem;
  font-weight: 950;
  white-space: nowrap;
}

.reports-preview-shell {
  position: relative;
  overflow: hidden;
  max-height: 760px;
  background:
    linear-gradient(145deg, rgba(5, 14, 27, 0.72), rgba(3, 7, 14, 0.54)),
    rgba(3, 7, 14, 0.52);
}

.reports-preview-shell::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  height: 100px;
  background: linear-gradient(180deg, transparent, rgba(4, 8, 16, 0.7) 48%, rgba(4, 8, 16, 0.99));
  pointer-events: none;
}

.reports-template-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(136px, 1fr);
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
  padding: 12px 16px;
  background: rgba(3, 7, 14, 0.38);
}

.reports-template {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 58px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 10px;
  color: var(--muted);
  background: rgba(7, 14, 25, 0.66);
}

.reports-template--active {
  border-color: rgba(136, 241, 190, 0.42);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(136, 241, 190, 0.18), rgba(157, 226, 255, 0.08)),
    rgba(7, 14, 25, 0.84);
}

.reports-template b {
  color: inherit;
  font-size: 0.86rem;
  line-height: 1.12;
}

.reports-template small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.2;
}

.reports-control-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
  padding: 12px 16px;
}

.reports-control-grid span {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 54px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(3, 7, 14, 0.46);
  min-width: 0;
}

.reports-control-grid small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reports-control-grid strong {
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.reports-metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
  padding: 12px 16px;
}

.reports-metric-grid article {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 116px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(10, 18, 32, 0.84), rgba(5, 12, 24, 0.9)),
    rgba(7, 14, 25, 0.78);
}

.reports-metric-grid article:nth-child(1) {
  border-color: rgba(124, 199, 255, 0.3);
}

.reports-metric-grid article:nth-child(2) {
  border-color: rgba(164, 149, 255, 0.32);
}

.reports-metric-grid article:nth-child(3) {
  border-color: rgba(255, 214, 125, 0.34);
}

.reports-metric-grid article:nth-child(4) {
  border-color: rgba(136, 241, 190, 0.28);
}

.reports-metric-grid span {
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.reports-metric-grid strong {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
}

.reports-metric-grid small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.reports-console-body {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 12px;
  padding: 12px 16px 28px;
}

.reports-trend-panel,
.reports-table-mock {
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  background: rgba(7, 14, 25, 0.7);
}

.reports-trend-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.reports-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reports-panel-head strong {
  color: var(--success);
  text-align: right;
}

.reports-bars {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  min-height: 198px;
}

.reports-bars span {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  background: rgba(3, 7, 14, 0.54);
}

.reports-bars span::before {
  content: "";
  width: 100%;
  height: var(--bar);
  min-height: 18px;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(180deg, rgba(136, 241, 190, 0.98), rgba(124, 199, 255, 0.72) 58%, rgba(164, 149, 255, 0.6));
  box-shadow: 0 -14px 30px rgba(136, 241, 190, 0.13);
}

.reports-bars b {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  color: #e9f8ff;
  font-size: 0.7rem;
  font-weight: 900;
  text-align: center;
}

.reports-audit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.reports-audit-strip span {
  display: grid;
  gap: 4px;
  min-height: 58px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 9px;
  color: var(--muted);
  background: rgba(3, 7, 14, 0.46);
  font-size: 0.72rem;
  line-height: 1.2;
}

.reports-audit-strip strong {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}

.reports-table-mock {
  display: grid;
  overflow-x: auto;
}

.reports-table-row {
  display: grid;
  grid-template-columns: minmax(190px, 1.12fr) minmax(148px, 0.86fr) minmax(150px, 0.9fr) minmax(118px, 0.62fr);
  min-width: 710px;
}

.reports-table-row > span {
  display: grid;
  align-content: center;
  gap: 3px;
  min-height: 59px;
  min-width: 0;
  border-right: 1px solid rgba(122, 151, 197, 0.14);
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
  padding: 10px 12px;
  color: var(--soft);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.reports-table-row > span:last-child {
  border-right: 0;
}

.reports-table-row:last-child > span {
  border-bottom: 0;
}

.reports-table-head > span {
  min-height: 42px;
  color: #fff;
  background: rgba(164, 149, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reports-table-row b {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.16;
}

.reports-table-row small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.24;
}

.reports-status {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  color: #07111f;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.reports-status--pass {
  background: var(--success);
}

.reports-status--review {
  color: #07111f;
  background: var(--warning);
}

.reports-status--info {
  color: #fff;
  background: var(--blue);
}

.reports-feature-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reports-feature-matrix .feature-card {
  border-top: 3px solid rgba(136, 241, 190, 0.46);
}

.reports-template-grid .service-card {
  min-height: 320px;
}

.reports-audit-section {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
}

.reports-audit-panel {
  display: grid;
  gap: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 214, 125, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(5, 13, 22, 0.96), rgba(4, 8, 16, 0.98)),
    rgba(5, 13, 22, 0.96);
}

.reports-audit-row {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.76);
}

.reports-audit-row strong {
  color: #fff;
}

.reports-audit-row span {
  color: var(--muted);
  line-height: 1.45;
}

.reports-download-section {
  margin-top: 0;
}

.reports-download-feature {
  text-align: left;
}

.reports-workflow-ribbon .workflow-node {
  min-height: 220px;
}

@media (max-width: 1080px) {
  .reports-control-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reports-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reports-console-body,
  .reports-feature-matrix,
  .reports-audit-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .reports-metric-grid,
  .reports-control-grid {
    grid-template-columns: 1fr;
  }

  .reports-audit-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .reports-page .band--intro {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .reports-hero h1 {
    font-size: 1.86rem;
    line-height: 1.04;
  }

  .reports-hero .section-head {
    padding: 12px;
  }

  .reports-hero .section-head > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.44;
  }

  .reports-hero .trust-list {
    gap: 7px;
  }

  .reports-hero .trust-list li {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.76rem;
  }

  .reports-hero .btn {
    padding: 0.72rem 0.92rem;
  }

  .reports-builder-copy h2 {
    font-size: 1.62rem;
    padding-right: 12px;
    padding-left: 12px;
  }

  .reports-builder-copy p {
    font-size: 0.94rem;
    padding-right: 12px;
    padding-left: 12px;
  }

  .reports-console-topbar {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .reports-console-topbar strong {
    font-size: 1.34rem;
  }

  .reports-console-badge {
    justify-self: start;
  }

  .reports-template-rail,
  .reports-control-grid,
  .reports-metric-grid {
    padding: 10px 12px;
  }

  .reports-console-body {
    padding: 10px 12px 24px;
  }

  .reports-bars {
    gap: 5px;
    min-height: 168px;
  }

  .reports-bars span {
    min-height: 146px;
  }

  .reports-bars b {
    font-size: 0.62rem;
  }

  .reports-metric-grid article {
    min-height: 96px;
  }

  .reports-metric-grid strong {
    font-size: 1.62rem;
  }
}

.snapshot-showcase-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding-top: 22px;
  padding-bottom: clamp(36px, 4vw, 60px);
  background:
    linear-gradient(145deg, rgba(3, 7, 14, 0.98), rgba(4, 8, 16, 0.99) 56%, rgba(6, 12, 22, 0.98)),
    #03070e;
}

.snapshot-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, rgba(157, 226, 255, 0.13) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(136, 241, 190, 0.08) 43px, transparent 47px);
  pointer-events: none;
}

.snapshot-showcase-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 14, 0.96), rgba(3, 7, 14, 0.8) 44%, rgba(3, 7, 14, 0.98)),
    rgba(3, 7, 14, 0.72);
  pointer-events: none;
}

.snapshot-showcase-feature {
  display: grid;
  justify-items: center;
  gap: clamp(16px, 2.2vw, 26px);
}

.snapshot-showcase-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.snapshot-showcase-copy h2 {
  margin: 8px auto 0;
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 2.42rem);
  line-height: 1.04;
}

.snapshot-showcase-copy p {
  max-width: 760px;
  margin: 10px auto 0;
  color: #dce8f5;
  font-size: 1.02rem;
  line-height: 1.48;
}

.quick-snapshot-graphic {
  --snapshot-tone: var(--success);
  display: grid;
  gap: 12px;
  width: min(100%, 1040px);
  margin: 0 auto;
}

.quick-snapshot-graphic figcaption {
  color: var(--soft);
  text-align: center;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quick-snapshot-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--snapshot-tone) 34%, rgba(157, 226, 255, 0.18));
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 16, 30, 0.98), rgba(4, 9, 18, 0.99) 58%, rgba(10, 16, 32, 0.96)),
    rgba(4, 8, 16, 0.96);
  box-shadow:
    0 22px 58px rgba(1, 7, 16, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.quick-snapshot-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  background:
    repeating-linear-gradient(118deg, transparent 0 24px, color-mix(in srgb, var(--snapshot-tone) 16%, transparent) 25px, transparent 28px),
    repeating-linear-gradient(62deg, transparent 0 42px, rgba(157, 226, 255, 0.08) 43px, transparent 47px);
  transform: scaleX(-1);
  pointer-events: none;
}

.quick-snapshot-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid rgba(122, 151, 197, 0.16);
  padding: 16px;
  background:
    radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--snapshot-tone) 16%, transparent), transparent 24%),
    linear-gradient(135deg, rgba(12, 28, 45, 0.92), rgba(27, 22, 58, 0.86));
}

.quick-snapshot-head span:not(.quick-snapshot-pill) {
  display: block;
  color: var(--snapshot-tone);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.quick-snapshot-head strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: clamp(1.24rem, 2vw, 1.64rem);
  line-height: 1.08;
}

.quick-snapshot-head p {
  max-width: 720px;
  margin-top: 7px;
  color: var(--soft);
  line-height: 1.42;
}

.quick-snapshot-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid color-mix(in srgb, var(--snapshot-tone) 38%, transparent);
  border-radius: 999px;
  padding: 0 12px;
  color: #06111b;
  background: linear-gradient(135deg, var(--snapshot-tone), #9de2ff);
  font-size: 0.78rem;
  font-weight: 950;
  white-space: nowrap;
}

.quick-snapshot-main {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  gap: 12px;
  padding: 14px 16px 12px;
}

.quick-snapshot-score-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--snapshot-tone) 13%, transparent), rgba(7, 14, 25, 0.78)),
    rgba(7, 14, 25, 0.78);
}

.quick-snapshot-ring {
  --snapshot-score: 0;
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(7, 14, 25, 0.98) 0 55%, transparent 56%),
    conic-gradient(var(--snapshot-tone) calc(var(--snapshot-score) * 1%), rgba(122, 151, 197, 0.22) 0);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 30px color-mix(in srgb, var(--snapshot-tone) 18%, transparent);
}

.quick-snapshot-ring span {
  display: grid;
  place-items: center;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(122, 151, 197, 0.2);
  border-radius: 50%;
  background: rgba(3, 7, 14, 0.72);
}

.quick-snapshot-ring strong {
  color: #fff;
  font-size: 1.62rem;
  line-height: 1;
}

.quick-snapshot-ring small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.quick-snapshot-status {
  display: grid;
  gap: 7px;
}

.quick-snapshot-status strong {
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.14;
}

.quick-snapshot-status span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.quick-snapshot-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.quick-snapshot-metrics article {
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 124px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(10, 18, 32, 0.84), rgba(5, 12, 24, 0.9)),
    rgba(7, 14, 25, 0.78);
}

.quick-snapshot-metrics span,
.quick-snapshot-categories span {
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.18;
  text-transform: uppercase;
}

.quick-snapshot-metrics strong {
  color: #fff;
  font-size: clamp(1.38rem, 2.6vw, 1.88rem);
  line-height: 1;
}

.quick-snapshot-metrics small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.28;
}

.quick-snapshot-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
  border-top: 1px solid rgba(122, 151, 197, 0.14);
  padding: 12px 16px;
}

.quick-snapshot-categories article {
  --category-score: 0;
  --category-tone: var(--snapshot-tone);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 10px;
  background: rgba(3, 7, 14, 0.46);
}

.quick-snapshot-categories strong {
  color: #fff;
  font-size: 0.95rem;
}

.quick-snapshot-categories i {
  grid-column: 1 / -1;
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(122, 151, 197, 0.16);
}

.quick-snapshot-categories i::before {
  content: "";
  display: block;
  width: calc(var(--category-score) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--category-tone), #9de2ff);
}

.quick-snapshot-table {
  display: grid;
  overflow-x: auto;
  border-top: 1px solid rgba(122, 151, 197, 0.14);
}

.quick-snapshot-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(112px, 0.34fr) minmax(300px, 1fr);
  min-width: 650px;
}

.quick-snapshot-row > span {
  display: grid;
  align-content: center;
  gap: 3px;
  min-height: 54px;
  min-width: 0;
  border-right: 1px solid rgba(122, 151, 197, 0.14);
  border-bottom: 1px solid rgba(122, 151, 197, 0.14);
  padding: 10px 12px;
  color: var(--soft);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.quick-snapshot-row > span:last-child {
  border-right: 0;
}

.quick-snapshot-row:last-child > span {
  border-bottom: 0;
}

.quick-snapshot-row--head > span {
  min-height: 40px;
  color: #fff;
  background: rgba(164, 149, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quick-snapshot-state {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 9px;
  color: #07111f;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.quick-snapshot-state--pass {
  background: var(--success);
}

.quick-snapshot-state--review {
  background: var(--warning);
}

.quick-snapshot-state--fail {
  color: #fff;
  background: #ef4444;
}

.quick-snapshot-state--info {
  color: #fff;
  background: var(--blue);
}

.quick-snapshot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(122, 151, 197, 0.14);
  padding: 12px 16px 16px;
}

.quick-snapshot-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid color-mix(in srgb, var(--snapshot-tone) 26%, rgba(157, 226, 255, 0.18));
  border-radius: 999px;
  padding: 0 10px;
  color: #e8f8ff;
  background: rgba(3, 7, 14, 0.46);
  font-size: 0.78rem;
  font-weight: 850;
}

.snapshot-showcase-section--seo .quick-snapshot-graphic {
  --snapshot-tone: var(--green);
}

.snapshot-showcase-section--accessibility .quick-snapshot-graphic {
  --snapshot-tone: var(--success);
}

.snapshot-showcase-section--intent .quick-snapshot-graphic {
  --snapshot-tone: #9de2ff;
}

.platform-page .band,
.platform-page .split-section,
.platform-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 44px);
  padding-bottom: clamp(22px, 3.2vw, 44px);
}

.platform-page .band--intro {
  padding-top: 22px;
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.platform-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.platform-page .feature-matrix,
.platform-page .service-grid,
.platform-page .workflow-ribbon,
.platform-page .faq-grid {
  gap: 12px;
}

.platform-hero .section-head {
  padding: 20px 24px;
  background:
    radial-gradient(circle at 14% 16%, rgba(136, 241, 190, 0.13), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(157, 226, 255, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(9, 24, 37, 0.92), rgba(7, 13, 26, 0.95) 55%, rgba(31, 20, 62, 0.9)),
    rgba(7, 14, 25, 0.88);
}

.platform-hero h1 {
  max-width: 1060px;
  font-size: 3.32rem;
  line-height: 1.02;
}

.platform-command-section .quick-snapshot-graphic {
  --snapshot-tone: var(--success);
}

.platform-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.platform-route-card {
  --route-tone: var(--accent);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 16px;
  align-items: center;
  min-height: 132px;
  border: 1px solid color-mix(in srgb, var(--route-tone) 28%, rgba(148, 163, 184, 0.18));
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--route-tone) 12%, transparent), rgba(7, 14, 25, 0.82)),
    rgba(7, 14, 25, 0.78);
}

.platform-route-card span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.platform-route-card h3 {
  margin-top: 6px;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.12;
}

.platform-route-card p {
  grid-column: 1 / -1;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.platform-route-card a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid color-mix(in srgb, var(--route-tone) 36%, rgba(148, 163, 184, 0.24));
  border-radius: 999px;
  padding: 0 10px;
  color: #fff;
  background: rgba(3, 7, 14, 0.42);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.platform-route-card--intent,
.platform-route-card--accessibility {
  --route-tone: var(--success);
}

.platform-route-card--seo,
.platform-route-card--api {
  --route-tone: var(--accent);
}

.platform-route-card--compare,
.platform-route-card--reports {
  --route-tone: var(--portal-purple-soft);
}

.platform-route-card--forensics,
.platform-route-card--graph {
  --route-tone: var(--warning);
}

.platform-system-section {
  padding-top: clamp(16px, 2.4vw, 32px);
}

.platform-system-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  width: 100%;
}

.platform-system-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.platform-system-copy h2 {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 2.82rem);
  line-height: 1.04;
}

.platform-system-copy p {
  max-width: 680px;
  color: var(--soft);
  line-height: 1.55;
}

.platform-system-copy .check-list {
  max-width: 940px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

.platform-visual-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.platform-visual-stack .platform-mini-panel:first-child {
  grid-column: 1 / -1;
}

.platform-mini-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(157, 226, 255, 0.2);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(8, 16, 30, 0.94), rgba(4, 9, 18, 0.98)),
    rgba(4, 8, 16, 0.92);
  box-shadow: 0 20px 48px rgba(1, 7, 16, 0.3);
}

.platform-mini-panel--reports {
  position: relative;
  overflow: hidden;
  border-color: rgba(164, 149, 255, 0.28);
  background:
    radial-gradient(circle at 18% 12%, rgba(136, 241, 190, 0.12), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(164, 149, 255, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(13, 23, 42, 0.96), rgba(5, 10, 21, 0.98)),
    rgba(4, 8, 16, 0.94);
}

.platform-mini-panel--reports::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 8px;
  pointer-events: none;
}

.platform-mini-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-mini-panel-head strong {
  color: var(--success);
}

.platform-mini-matrix {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
}

.platform-mini-matrix div {
  display: grid;
  grid-template-columns: minmax(110px, 0.8fr) repeat(3, minmax(92px, 1fr));
  min-width: 420px;
}

.platform-mini-matrix span {
  border-right: 1px solid rgba(122, 151, 197, 0.13);
  border-bottom: 1px solid rgba(122, 151, 197, 0.13);
  padding: 9px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.platform-mini-matrix div:first-child span {
  color: #fff;
  background: rgba(164, 149, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-mini-matrix div:last-child span {
  border-bottom: 0;
}

.platform-mini-matrix span:last-child {
  border-right: 0;
}

.platform-mini-matrix div:nth-child(2) span {
  background:
    linear-gradient(90deg, rgba(136, 241, 190, 0.13), rgba(7, 14, 25, 0.68)),
    rgba(7, 14, 25, 0.7);
}

.platform-mini-matrix div:nth-child(3) span {
  background:
    linear-gradient(90deg, rgba(255, 214, 125, 0.13), rgba(7, 14, 25, 0.68)),
    rgba(7, 14, 25, 0.7);
}

.platform-mini-matrix div:nth-child(4) span {
  background:
    linear-gradient(90deg, rgba(248, 113, 113, 0.12), rgba(7, 14, 25, 0.68)),
    rgba(7, 14, 25, 0.7);
}

.platform-report-chart {
  position: relative;
  display: grid;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(157, 226, 255, 0.24);
  border-radius: 8px;
  padding: 14px;
  background:
    radial-gradient(circle at 24% 8%, rgba(136, 241, 190, 0.16), transparent 28%),
    radial-gradient(circle at 74% 18%, rgba(164, 149, 255, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(9, 27, 45, 0.96), rgba(4, 9, 18, 0.99)),
    rgba(4, 9, 18, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 46px rgba(0, 0, 0, 0.28);
}

.platform-report-chart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-report-chart-head div {
  display: grid;
  gap: 5px;
}

.platform-report-chart-head strong {
  color: var(--success);
  text-align: right;
}

.platform-report-chart-head em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(136, 241, 190, 0.28);
  border-radius: 999px;
  padding: 0 10px;
  color: #eafff5;
  background:
    linear-gradient(135deg, rgba(22, 163, 74, 0.26), rgba(15, 23, 42, 0.6)),
    rgba(3, 7, 14, 0.55);
  box-shadow: 0 8px 22px rgba(22, 163, 74, 0.13);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.03em;
}

.platform-report-plot {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
  align-items: end;
  min-height: 218px;
  overflow: hidden;
  border: 1px solid rgba(122, 151, 197, 0.18);
  border-radius: 8px;
  padding: 28px 14px 30px 44px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.048) 1px, transparent 1px),
    radial-gradient(circle at 58% 22%, rgba(124, 199, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.68), rgba(2, 6, 23, 0.9)),
    rgba(3, 7, 14, 0.68);
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -34px 70px rgba(0, 0, 0, 0.32);
}

.platform-report-plot::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 30px;
  left: 44px;
  z-index: 0;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(124, 199, 255, 0.18), transparent 68%);
  filter: blur(2px);
  transform: perspective(540px) rotateX(62deg) translateY(26px);
}

.platform-report-axis {
  position: absolute;
  top: 25px;
  bottom: 34px;
  left: 10px;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  align-items: start;
  width: 28px;
  color: rgba(226, 232, 240, 0.58);
  font-size: 0.58rem;
  font-weight: 900;
  pointer-events: none;
}

.platform-report-axis span:last-child {
  align-self: end;
}

.platform-report-line {
  position: absolute;
  top: 26px;
  right: 22px;
  bottom: 48px;
  left: 54px;
  z-index: 4;
  width: calc(100% - 76px);
  height: calc(100% - 74px);
  overflow: visible;
  pointer-events: none;
}

.platform-report-area {
  fill: url("#platformReportArea");
}

.platform-report-export-line {
  fill: none;
  stroke: #a495ff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url("#platformReportGlow");
}

.platform-report-points circle {
  fill: #f7f3ff;
  stroke: #a495ff;
  stroke-width: 4;
  filter: drop-shadow(0 0 8px rgba(164, 149, 255, 0.65));
}

.platform-report-plot > span {
  position: relative;
  z-index: 3;
  min-height: 158px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(3, 7, 14, 0.22);
}

.platform-report-plot > span::before,
.platform-report-plot > span::after,
.platform-report-plot > span i {
  content: "";
  position: absolute;
  bottom: 20px;
  border-radius: 8px 8px 3px 3px;
}

.platform-report-plot > span::before {
  right: 25%;
  left: 15%;
  height: var(--scan);
  min-height: 22px;
  background:
    linear-gradient(180deg, rgba(210, 255, 232, 0.98), rgba(136, 241, 190, 0.92) 36%, rgba(124, 199, 255, 0.72));
  box-shadow:
    0 -18px 34px rgba(136, 241, 190, 0.16),
    0 12px 22px rgba(3, 7, 14, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.platform-report-plot > span::after {
  right: 11%;
  left: 62%;
  height: var(--login);
  min-height: 10px;
  background:
    linear-gradient(180deg, rgba(255, 235, 176, 0.98), rgba(255, 214, 125, 0.88), rgba(245, 158, 11, 0.7));
  box-shadow:
    0 -10px 22px rgba(255, 214, 125, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.platform-report-plot > span i {
  right: 46%;
  left: 38%;
  height: var(--exports);
  min-height: 14px;
  background:
    linear-gradient(180deg, rgba(226, 216, 255, 0.98), rgba(164, 149, 255, 0.86), rgba(124, 58, 237, 0.66));
  box-shadow:
    0 -10px 22px rgba(164, 149, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.platform-report-plot b {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  color: #e9f8ff;
  font-size: 0.62rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.platform-report-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.platform-report-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  border: 1px solid rgba(157, 226, 255, 0.16);
  border-radius: 999px;
  padding: 0 9px;
  color: var(--soft);
  background: rgba(3, 7, 14, 0.42);
  font-size: 0.7rem;
  font-weight: 850;
}

.platform-report-legend span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
}

.platform-report-legend span:nth-child(2)::before {
  background: var(--warning);
}

.platform-report-legend span:nth-child(3)::before {
  background: var(--portal-purple-soft);
}

.platform-manager-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.platform-manager-row span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 8px;
  padding: 10px;
  color: var(--muted);
  background: rgba(3, 7, 14, 0.46);
  font-size: 0.74rem;
  line-height: 1.24;
}

.platform-manager-row strong {
  color: #fff;
  font-size: 1.24rem;
  line-height: 1;
}

.platform-download-compact .report-download-graphic {
  width: 100%;
  margin-top: 0;
}

.platform-download-compact .report-download-format-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.platform-download-compact .report-download-format {
  min-height: 154px;
  padding: 12px;
}

@media (max-width: 1080px) {
  .quick-snapshot-main,
  .platform-system-grid,
  .platform-route-grid,
  .platform-visual-stack,
  .platform-system-copy .check-list {
    grid-template-columns: 1fr;
  }

  .quick-snapshot-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-download-compact .report-download-format-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .quick-snapshot-head,
  .quick-snapshot-score-card,
  .quick-snapshot-categories,
  .platform-manager-row {
    grid-template-columns: 1fr;
  }

  .quick-snapshot-pill {
    justify-self: start;
  }

  .quick-snapshot-metrics {
    grid-template-columns: 1fr;
  }

  .platform-download-compact .report-download-format-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .snapshot-showcase-copy h2 {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1.62rem;
  }

  .snapshot-showcase-copy p {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.94rem;
  }

  .quick-snapshot-head,
  .quick-snapshot-main,
  .quick-snapshot-categories,
  .quick-snapshot-actions {
    padding-right: 12px;
    padding-left: 12px;
  }

  .quick-snapshot-ring {
    width: 94px;
  }

  .platform-hero h1 {
    font-size: 1.86rem;
    line-height: 1.04;
  }

  .platform-hero .section-head {
    padding: 12px;
  }

  .platform-hero .section-head > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.44;
  }

  .platform-route-card {
    grid-template-columns: 1fr;
  }

  .platform-route-card a {
    justify-self: start;
  }
}

.api-page .band,
.api-page .split-section,
.api-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 42px);
  padding-bottom: clamp(22px, 3.2vw, 42px);
}

.api-page .api-hero {
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.api-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.api-credit-band {
  padding-top: 0;
}

.api-credit-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(34, 197, 94, 0.42);
  border-radius: 8px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(22, 163, 74, 0.24), rgba(20, 83, 45, 0.28)),
    rgba(7, 14, 25, 0.78);
  box-shadow:
    0 18px 44px rgba(22, 163, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.api-credit-banner strong {
  display: block;
  color: #f0fdf4;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.1;
}

.api-credit-banner p {
  margin-top: 4px;
  color: #bbf7d0;
  line-height: 1.5;
}

.api-list-flow-band {
  padding-top: clamp(18px, 2.4vw, 32px);
}

.api-list-angle-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.api-list-angle-step {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 284px;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 8px;
  padding: 20px 20px 20px 24px;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(37, 99, 235, 0.1) 52%, rgba(8, 13, 26, 0.82)),
    rgba(8, 13, 26, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%, 18px 50%);
}

.api-list-angle-step:first-child {
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%);
}

.api-list-angle-step:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 18px 50%);
}

.api-list-step-number {
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
  border: 1px solid rgba(136, 241, 190, 0.48);
  border-radius: 8px;
  color: #f0fdf4;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.16), transparent 44%),
    rgba(22, 163, 74, 0.22);
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
}

.api-list-angle-step h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.05;
}

.api-list-angle-step p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.52;
}

.api-list-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.api-list-step-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 999px;
  padding: 0 10px;
  color: #d1fae5;
  background: rgba(34, 197, 94, 0.1);
  font-size: 0.74rem;
  font-weight: 900;
}

.api-method-table {
  display: grid;
  gap: 10px;
}

.api-method-row {
  display: grid;
  grid-template-columns: minmax(210px, 1.2fr) minmax(180px, 0.9fr) minmax(140px, 0.72fr) minmax(260px, 1.35fr);
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(22, 163, 74, 0.12), rgba(7, 14, 25, 0.78)),
    rgba(8, 13, 26, 0.72);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
}

.api-method-row div {
  min-width: 0;
}

.api-method-row span {
  color: var(--success);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.api-method-row h3 {
  margin: 5px 0 6px;
  color: #fff;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.15;
}

.api-method-row p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.api-method-row code {
  display: inline-block;
  max-width: 100%;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 8px;
  padding: 3px 6px;
  color: #f0fdf4;
  background: rgba(2, 6, 23, 0.5);
  font-size: 0.84em;
  overflow-wrap: anywhere;
}

.api-method-row > strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #f0fdf4;
  font-size: 0.95rem;
  line-height: 1.25;
}

.api-method-row > strong .site-credit-coin,
.api-price-strip .site-credit-coin {
  color: inherit;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.api-price-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.api-price-strip div {
  border-color: rgba(34, 197, 94, 0.24);
  background:
    linear-gradient(145deg, rgba(22, 163, 74, 0.16), rgba(7, 14, 25, 0.72)),
    rgba(7, 14, 25, 0.68);
}

.api-scope-panel {
  gap: 10px;
}

.api-scope-panel div {
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.68);
}

.api-scope-panel code {
  color: #f0fdf4;
  overflow-wrap: anywhere;
}

.accessibility-services-page .band,
.accessibility-services-page .proof-section,
.accessibility-services-page .faq-section {
  padding-top: clamp(24px, 3.4vw, 46px);
  padding-bottom: clamp(24px, 3.4vw, 46px);
}

.accessibility-services-hero {
  padding-top: clamp(28px, 4vw, 56px);
}

.accessibility-services-hero .section-head {
  background:
    radial-gradient(circle at 14% 16%, rgba(136, 241, 190, 0.13), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(124, 199, 255, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(10, 26, 42, 0.9), rgba(7, 13, 26, 0.94) 58%, rgba(24, 20, 54, 0.9)),
    rgba(7, 14, 25, 0.88);
}

.accessibility-services-pricing {
  scroll-margin-top: calc(var(--header) + 20px);
}

.accessibility-service-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.accessibility-service-price-card {
  --access-tone: var(--accent);
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 100%;
  border: 1px solid color-mix(in srgb, var(--access-tone) 26%, transparent);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 24px);
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--access-tone) 13%, transparent), rgba(8, 13, 26, 0.78)),
    rgba(8, 13, 26, 0.78);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.accessibility-service-price-card:nth-child(2) {
  --access-tone: var(--green);
}

.accessibility-service-price-card:nth-child(3) {
  --access-tone: var(--blue);
}

.accessibility-service-price-card:nth-child(4) {
  --access-tone: var(--warning);
}

.accessibility-service-price-card--featured {
  --access-tone: var(--purple);
  background:
    linear-gradient(155deg, rgba(124, 58, 237, 0.24), rgba(8, 13, 26, 0.78)),
    rgba(8, 13, 26, 0.82);
}

.accessibility-service-price-card span,
.accessibility-services-scope-head span,
.accessibility-services-scope-row span,
.accessibility-services-scope-total span {
  color: color-mix(in srgb, var(--access-tone, var(--accent)) 68%, #ffffff);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.accessibility-service-price-card strong {
  color: #fff;
  font-size: clamp(1.24rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

.accessibility-service-price-card p,
.accessibility-services-scope-row p {
  color: var(--muted);
  line-height: 1.55;
}

.accessibility-services-workflow {
  align-items: stretch;
}

.accessibility-services-workflow .proof-copy,
.accessibility-services-scope-card {
  min-height: 100%;
}

.accessibility-services-scope-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(164, 149, 255, 0.2);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 24px);
  background:
    radial-gradient(circle at 82% 18%, rgba(136, 241, 190, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(31, 41, 85, 0.28), rgba(7, 14, 25, 0.82)),
    rgba(7, 14, 25, 0.78);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.accessibility-services-scope-head,
.accessibility-services-scope-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.accessibility-services-scope-head strong,
.accessibility-services-scope-total strong {
  color: #fff;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  text-align: right;
}

.accessibility-services-scope-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(88px, 0.22fr) 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(7, 14, 25, 0.66);
}

.accessibility-services-scope-row strong {
  color: #fff;
  font-size: 1rem;
}

.accessibility-services-scope-total {
  border: 1px solid rgba(136, 241, 190, 0.3);
  border-radius: 8px;
  padding: 16px;
  background: rgba(22, 163, 74, 0.14);
}

.accessibility-service-scope-grid .service-card {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.04), rgba(7, 14, 25, 0.74)),
    rgba(10, 18, 31, 0.8);
}

.accessibility-scanner-page .band,
.accessibility-scanner-page .split-section,
.accessibility-scanner-page .proof-section,
.accessibility-scanner-page .faq-section {
  padding-top: clamp(22px, 3.2vw, 42px);
  padding-bottom: clamp(22px, 3.2vw, 42px);
}

.accessibility-scanner-page .accessibility-hero {
  padding-bottom: clamp(12px, 1.8vw, 22px);
}

.accessibility-scanner-page .accessibility-gauge-band {
  padding-top: 0;
  padding-bottom: clamp(20px, 2.8vw, 34px);
}

.accessibility-scanner-page .section-head {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.accessibility-scanner-page .feature-matrix,
.accessibility-scanner-page .service-grid,
.accessibility-scanner-page .pricing-product-table,
.accessibility-scanner-page .pricing-credit-pack-grid,
.accessibility-scanner-page .faq-grid {
  gap: 12px;
}

.accessibility-gauge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.accessibility-gauge-grid .metric-gauge {
  min-height: 250px;
}

.accessibility-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.accessibility-product-card {
  --card-tone: var(--green);
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  border: 1px solid color-mix(in srgb, var(--card-tone) 30%, transparent);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 24px);
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--card-tone) 16%, transparent), rgba(8, 13, 26, 0.78)),
    rgba(8, 13, 26, 0.78);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.accessibility-product-card--managed {
  --card-tone: var(--blue);
}

.accessibility-product-card--cert {
  --card-tone: var(--purple);
}

.accessibility-product-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--card-tone) 48%, transparent);
  border-radius: 999px;
  color: #fff;
  background: color-mix(in srgb, var(--card-tone) 20%, rgba(7, 14, 25, 0.88));
  font-size: 0.9rem;
  font-weight: 950;
}

.accessibility-product-card h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.accessibility-product-card p,
.accessibility-product-card li {
  line-height: 1.5;
}

.accessibility-product-card .check-list {
  gap: 9px;
}

.accessibility-product-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid color-mix(in srgb, var(--card-tone) 38%, transparent);
  border-radius: 8px;
  padding: 9px 11px;
  color: #f0fdf4;
  background: rgba(2, 6, 23, 0.36);
  font-size: 0.95rem;
  line-height: 1.25;
}

.accessibility-product-card .site-credit-coin {
  color: inherit;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.accessibility-credit-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(34, 197, 94, 0.42);
  border-radius: 8px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(22, 163, 74, 0.24), rgba(20, 83, 45, 0.28)),
    rgba(7, 14, 25, 0.78);
  box-shadow:
    0 18px 44px rgba(22, 163, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.accessibility-credit-banner strong {
  display: block;
  color: #f0fdf4;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.1;
}

.accessibility-credit-banner p {
  margin-top: 4px;
  color: #bbf7d0;
  line-height: 1.5;
}

.accessibility-pricing-band {
  scroll-margin-top: calc(var(--header) + 20px);
}

.accessibility-pricing-band .pricing-credit-strip div,
.accessibility-pricing-band .credit-pack-card {
  --card-tone: var(--green);
  border-color: rgba(34, 197, 94, 0.24);
  background:
    linear-gradient(145deg, rgba(22, 163, 74, 0.16), rgba(7, 14, 25, 0.72)),
    rgba(7, 14, 25, 0.68);
}

.accessibility-credit-heading {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.accessibility-credit-heading .site-credit-coin,
.accessibility-price-strip .site-credit-coin {
  color: inherit;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.accessibility-feature-matrix .feature-card {
  min-height: 220px;
}

.accessibility-scan-panel {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(136, 241, 190, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(22, 163, 74, 0.18), rgba(7, 14, 25, 0.84) 52%, rgba(37, 99, 235, 0.12)),
    rgba(7, 14, 25, 0.82);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.accessibility-score-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: end;
  border: 1px solid rgba(136, 241, 190, 0.22);
  border-radius: 8px;
  padding: 18px;
  background: rgba(8, 18, 30, 0.76);
}

.accessibility-score-card span,
.accessibility-issue-list span {
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.accessibility-score-card strong {
  grid-row: span 2;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.86;
}

.accessibility-score-card p {
  grid-column: 1;
  line-height: 1.5;
}

.accessibility-issue-list {
  display: grid;
  gap: 10px;
}

.accessibility-issue-list div {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(6, 13, 24, 0.68);
}

.accessibility-issue-list strong {
  color: #fff;
  font-size: 1rem;
}

.seo-feature-matrix .feature-card {
  min-height: 220px;
}

.seo-scan-panel {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(164, 149, 255, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(76, 29, 149, 0.18), rgba(7, 14, 25, 0.84) 52%, rgba(37, 99, 235, 0.12)),
    rgba(7, 14, 25, 0.82);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.seo-score-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: end;
  border: 1px solid rgba(136, 241, 190, 0.22);
  border-radius: 8px;
  padding: 18px;
  background: rgba(8, 18, 30, 0.76);
}

.seo-score-card span,
.seo-issue-list span {
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-score-card strong {
  grid-row: span 2;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.86;
}

.seo-score-card p {
  grid-column: 1;
  line-height: 1.5;
}

.seo-issue-list {
  display: grid;
  gap: 10px;
}

.seo-issue-list div {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(122, 151, 197, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(6, 13, 24, 0.68);
}

.seo-issue-list strong {
  color: #fff;
  font-size: 1rem;
}

.seo-pricing-band {
  scroll-margin-top: calc(var(--header) + 20px);
}

.seo-pricing-band .pricing-product-table,
.seo-pricing-band .pricing-credit-pack-grid {
  margin-top: 16px;
}

.seo-price-strip {
  margin-bottom: 6px;
}

.check-list {
  margin-top: 4px;
}

.pricing-band {
  padding-top: 72px;
}

.pricing-hero .section-head {
  max-width: 1180px;
}

.pricing-hero {
  padding-bottom: clamp(18px, 2vw, 30px);
}

.pricing-hero .page-panel--hero {
  min-height: clamp(290px, 24vw, 400px);
  padding-top: clamp(22px, 2.6vw, 38px);
  padding-bottom: clamp(22px, 2.6vw, 38px);
}

.pricing-detail,
.pricing-support,
.pricing-services {
  padding-top: 0;
}

.pricing-master {
  padding-top: 0;
}

.pricing-master .page-panel {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.pricing-master-head {
  margin-bottom: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  align-items: stretch;
}

.pricing-grid--plans {
  margin-top: 2px;
}

.pricing-mode-toggle {
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border: 1px solid rgba(164, 149, 255, 0.2);
  border-radius: 999px;
  padding: 4px;
  background: rgba(5, 10, 20, 0.62);
}

.pricing-mode-toggle button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 950;
  cursor: pointer;
}

.pricing-mode-toggle button.is-active {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.82), rgba(37, 99, 235, 0.52)),
    rgba(124, 58, 237, 0.38);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.22);
}

.pricing-mode-panel {
  display: grid;
  gap: clamp(18px, 2.4vw, 26px);
}

.pricing-mode-panel[hidden] {
  display: none;
}

.price-card {
  --card-tone: var(--purple);
  position: relative;
  min-height: 610px;
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid rgba(164, 149, 255, 0.18);
  border-radius: 30px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 27, 0.76);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    0 0 38px color-mix(in srgb, var(--card-tone) 10%, transparent);
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--card-tone), transparent);
}

.price-card::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -92px;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--card-tone) 18%, transparent);
  filter: blur(18px);
  opacity: 0.72;
  pointer-events: none;
}

.price-card.featured {
  border-color: rgba(164, 149, 255, 0.46);
  background:
    radial-gradient(circle at 80% 10%, rgba(164, 149, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
    rgba(9, 14, 27, 0.86);
  transform: translateY(-8px);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.36),
    0 0 60px rgba(124, 58, 237, 0.18);
}

.price-card > * {
  position: relative;
  z-index: 1;
}

.price-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--card-tone) 42%, transparent);
  border-radius: 999px;
  padding: 0 10px;
  color: #fff;
  background: color-mix(in srgb, var(--card-tone) 18%, transparent);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.price-card h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  line-height: 1;
}

.price-value {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  min-height: 78px;
  color: #fff;
}

.price-value strong {
  color: #fff;
  font-size: clamp(2.85rem, 4.7vw, 4.45rem);
  line-height: 0.86;
  text-shadow: 0 0 22px color-mix(in srgb, var(--card-tone) 36%, transparent);
}

.price-value span {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 900;
  padding-bottom: 6px;
}

.price-value--custom strong {
  font-size: clamp(2.35rem, 3.8vw, 3.65rem);
}

.price-copy {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.price-list {
  display: grid;
  gap: 10px;
}

.price-list li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.42;
}

.price-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--card-tone);
  box-shadow: 0 0 12px color-mix(in srgb, var(--card-tone) 58%, transparent);
}

.price-cta {
  align-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--card-tone) 48%, transparent);
  border-radius: 999px;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-tone) 76%, #0b1020), rgba(37, 99, 235, 0.44));
  box-shadow: 0 14px 34px color-mix(in srgb, var(--card-tone) 20%, transparent);
  font-size: 0.86rem;
  font-weight: 950;
}

.pricing-credit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pricing-credit-strip div,
.pricing-service-grid article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(164, 149, 255, 0.16);
  border-radius: 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 26, 0.72);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.pricing-credit-strip span,
.pricing-service-grid span,
.product-pricing-row span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-credit-strip strong,
.pricing-service-grid strong {
  color: #fff;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.12;
}

.pricing-credit-strip p,
.pricing-service-grid p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.pricing-subhead {
  display: grid;
  gap: 10px;
  max-width: 1120px;
  border-top: 1px solid rgba(164, 149, 255, 0.13);
  padding-top: clamp(20px, 2.6vw, 30px);
}

.pricing-subhead h3,
.pricing-master-cta h3 {
  color: #fff;
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.03;
}

.pricing-subhead p,
.pricing-master-cta p {
  max-width: 980px;
  color: var(--muted);
  line-height: 1.62;
}

.pricing-product-table {
  display: grid;
  gap: 10px;
}

.product-pricing-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.52fr) minmax(0, 1.2fr) minmax(210px, 0.45fr);
  gap: 18px;
  align-items: center;
  min-height: 108px;
  border: 1px solid rgba(196, 181, 253, 0.13);
  border-radius: 18px;
  padding: 16px 18px;
  background:
    linear-gradient(90deg, rgba(76, 29, 149, 0.13), rgba(7, 14, 25, 0.68)),
    rgba(7, 14, 25, 0.55);
}

.product-pricing-row h4 {
  color: #fff;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.18;
}

.product-pricing-row p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.product-pricing-row > strong {
  justify-self: end;
  max-width: 260px;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.32;
  text-align: right;
}

.pricing-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pricing-subhead--compact {
  border-top: 0;
  padding-top: 0;
}

.pricing-credit-pack-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 12px;
}

.credit-pack-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 300px;
  border: 1px solid rgba(164, 149, 255, 0.18);
  border-radius: 22px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 26, 0.76);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
}

.credit-pack-card span {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credit-pack-card h3 {
  color: #fff;
  font-size: clamp(1.28rem, 1.9vw, 1.6rem);
  line-height: 1.08;
}

.credit-pack-card strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.08;
}

.credit-pack-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.52;
}

.pricing-product-table--compact {
  margin-top: 2px;
}

.pricing-master-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  border-top: 1px solid rgba(164, 149, 255, 0.13);
  padding-top: clamp(20px, 2.6vw, 30px);
}

.pricing-system {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.credit-panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(164, 149, 255, 0.18);
  border-radius: 26px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 13, 26, 0.74);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.credit-panel h3 {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1;
}

.credit-row strong {
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.addon-ledger,
.service-lane-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.addon-row,
.service-lane-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.52fr) minmax(92px, max-content) minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
  min-height: 86px;
  border: 1px solid rgba(196, 181, 253, 0.13);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(7, 14, 25, 0.55);
}

.service-lane-row {
  grid-template-columns: minmax(190px, 0.54fr) minmax(0, 1.18fr) max-content;
}

.addon-row h3,
.service-lane-row h3 {
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
}

.addon-row strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  white-space: nowrap;
}

.addon-row p,
.service-lane-row p {
  line-height: 1.64;
}

.service-lane-row .text-link {
  white-space: nowrap;
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
  display: grid;
  gap: 16px;
}

.package-label {
  width: fit-content;
  color: var(--success);
}

.portal-plan-section {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  border-top: 1px solid rgba(164, 149, 255, 0.16);
  padding-top: 28px;
}

.portal-plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-plan-card {
  display: grid;
  align-content: start;
  gap: 13px;
  border: 1px solid rgba(164, 149, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(76, 29, 149, 0.2), rgba(10, 18, 31, 0.82) 58%, rgba(37, 99, 235, 0.1)),
    rgba(10, 18, 31, 0.82);
}

.portal-plan-card--featured {
  border-color: rgba(164, 149, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(76, 29, 149, 0.38), rgba(37, 99, 235, 0.14) 58%, rgba(10, 18, 31, 0.9)),
    rgba(10, 18, 31, 0.9);
  box-shadow: 0 22px 58px rgba(76, 29, 149, 0.18);
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid article {
  display: grid;
  gap: 10px;
}

.final-cta {
  max-width: 920px;
  border: 1px solid rgba(164, 149, 255, 0.28);
  border-radius: 10px;
  padding: 34px 32px;
  background:
    linear-gradient(145deg, rgba(76, 29, 149, 0.22), rgba(6, 12, 22, 0.98) 44%, rgba(10, 18, 32, 0.97)),
    rgba(6, 12, 22, 0.98);
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: left;
}

.page-panel.final-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 30px;
  padding: clamp(24px, 3.4vw, 48px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 27, 0.7);
}

.contact-hero {
  display: grid;
  gap: 18px;
  padding-bottom: 0;
}

.contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-location-note {
  display: grid;
  gap: 6px;
  border-left: 4px solid var(--success);
  border-radius: 10px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgba(136, 241, 190, 0.1), rgba(124, 199, 255, 0.05)),
    rgba(6, 12, 22, 0.72);
}

.contact-location-note span {
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 950;
}

.contact-location-note p {
  max-width: 980px;
  line-height: 1.62;
}

.contact-method,
.contact-form-card,
.contact-detail-card {
  border: 1px solid rgba(122, 151, 197, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(76, 29, 149, 0.18), rgba(6, 12, 22, 0.94) 48%, rgba(10, 18, 32, 0.94)),
    rgba(10, 18, 31, 0.86);
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-method {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.contact-method-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contact-method span {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-method strong {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.1;
}

.contact-method p {
  line-height: 1.62;
}

.community-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
}

.community-icon--reddit {
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #ff4500, #c23900);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
}

.community-icon--x {
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #111827, #000 56%, #2563eb);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.2);
}

.community-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.contact-layout {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-top: 12px;
}

.contact-form-card,
.contact-detail-card {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
}

.contact-form-card--single {
  width: 100%;
  max-width: none;
  margin: 0;
}

.contact-form-card h2,
.contact-detail-card h2 {
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.02;
}

.contact-form-prep {
  display: grid;
  gap: 12px;
  padding: 2px 0 8px;
}

.contact-form-prep h3 {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
}

.contact-form-prep .check-list {
  gap: 10px;
}

.zoho-form-slot {
  min-height: 0;
  border: 1px dashed rgba(124, 199, 255, 0.34);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(124, 199, 255, 0.08), rgba(139, 125, 255, 0.06)),
    rgba(7, 13, 25, 0.8);
}

.zoho-form-embed {
  width: 100%;
  min-height: 1180px;
}

.zoho-form-embed iframe {
  display: block;
  width: 100%;
  min-height: 1180px;
  border: 0;
  background: #fff;
}

.form-placeholder {
  min-height: 386px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.form-placeholder strong {
  color: #fff;
  font-size: 1.3rem;
}

.form-placeholder p {
  max-width: 430px;
}

.contact-detail-card .check-list {
  gap: 14px;
}

.contact-routes {
  padding-top: 26px;
}

.site-footer {
  border-top: 1px solid rgba(124, 199, 255, 0.14);
  background: rgba(5, 11, 20, 0.86);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(140px, 0.58fr));
  gap: 28px;
  width: min(100%, calc(var(--max) + 64px));
  margin: 0 auto;
  padding: 48px 32px;
}

.footer-brand {
  display: grid;
  gap: 16px;
  max-width: 420px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.footer-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(124, 199, 255, 0.28);
  border-radius: 8px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.72), rgba(37, 99, 235, 0.42));
  font-size: 0.86rem;
  font-weight: 900;
}

.footer-button.secondary {
  color: var(--soft);
  background: rgba(255, 255, 255, 0.05);
}

.footer-community-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 69, 0, 0.28);
  border-radius: 10px;
  padding: 12px;
  color: var(--soft);
  background:
    linear-gradient(135deg, rgba(255, 69, 0, 0.14), rgba(124, 58, 237, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.footer-community-link strong,
.contact-method--community strong {
  color: #fff;
}

.footer-community-link small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.footer-community-link:hover {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.brand--footer .brand-mark {
  width: 42px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column strong {
  color: var(--ink);
  margin-bottom: 4px;
}

.footer-column a {
  color: var(--muted);
}

.footer-column span {
  color: var(--muted);
}

.footer-column a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, calc(var(--max) + 64px));
  margin: 0 auto;
  border-top: 1px solid rgba(124, 199, 255, 0.12);
  padding: 18px 32px 28px;
  color: var(--muted);
  font-size: 0.88rem;
}

.method-panel,
.proof-visual,
.metric-gauge,
.platform-workspace,
.product-ledger,
.scan-table-panel,
.workflow-node,
.monitor-board,
.graph-space,
.service-card,
.feature-card,
.package-card,
.portal-plan-card,
.faq-grid article,
.proof-cell,
.result-row,
.scan-row,
.monitor-row,
.monitor-top,
.history-row,
.history-preview,
.graph-stats div,
.route-list span,
.signal-row span,
.trust-list li {
  background-color: rgba(10, 18, 32, 0.96);
}

@keyframes gaugeUndulate {
  0%, 100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 48px rgba(124, 58, 237, 0.28),
      0 0 0 10px rgba(139, 92, 246, 0.1);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.18),
      0 0 96px rgba(168, 85, 247, 0.52),
      0 0 0 24px rgba(124, 58, 237, 0.08);
  }
}

@keyframes ambientSweep {
  0%, 100% { transform: translateX(-10%); opacity: 0.38; }
  50% { transform: translateX(10%); opacity: 0.64; }
}

@keyframes brandMarkGlow {
  0%, 100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 30px rgba(139, 92, 246, 0.4),
      0 0 0 6px rgba(139, 92, 246, 0.14);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.18),
      0 0 46px rgba(167, 139, 250, 0.54),
      0 0 0 10px rgba(139, 92, 246, 0.1);
  }
}

@keyframes graphRotate {
  from { transform: rotateX(58deg) rotateZ(0deg); }
  to { transform: rotateX(58deg) rotateZ(360deg); }
}

@keyframes graphAura {
  0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.7; }
  50% { transform: rotate(18deg) scale(1.08); opacity: 0.95; }
}

@keyframes edgeFlow {
  to { stroke-dashoffset: -24; }
}

@keyframes pointPulse {
  0%, 100% { opacity: 0.78; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.32); }
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: auto auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: calc(var(--header) + 1px);
    left: 16px;
    right: 16px;
    display: none;
    grid-template-columns: 1fr;
    border: 1px solid rgba(124, 199, 255, 0.18);
    border-radius: 8px;
    padding: 10px;
    background: #07111f;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    justify-content: flex-start;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-menu > summary {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-dropdown {
    position: static;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 4px 0 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, #090d1a, #101426 56%, #07101f);
    box-shadow:
      0 0 0 2px rgba(124, 199, 255, 0.36),
      0 16px 34px rgba(0, 0, 0, 0.62),
      inset 0 3px 0 rgba(136, 241, 190, 0.72);
    transform: none;
  }

  .nav-menu:nth-of-type(2) .nav-dropdown {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-section,
  .split-section,
  .proof-section,
  .detail-showcase,
  .monitor-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .contact-quick-grid,
  .feature-matrix,
  .package-grid,
  .pricing-grid,
  .platform-gauge-grid,
  .portal-plan-grid,
  .workflow-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-system,
  .pricing-credit-strip,
  .pricing-credit-pack-grid,
  .pricing-service-grid,
  .accessibility-service-price-grid,
  .api-method-row,
  .api-list-angle-flow,
  .accessibility-product-grid,
  .addon-row,
  .service-lane-row,
  .product-pricing-row,
  .pricing-master-cta {
    grid-template-columns: 1fr;
  }

  .product-pricing-row > strong {
    justify-self: start;
    max-width: none;
    text-align: left;
  }

  .pricing-master-cta .hero-actions {
    justify-content: flex-start;
  }

  .service-lane-row .text-link {
    white-space: normal;
  }

  .accessibility-services-scope-row {
    grid-template-columns: 1fr;
  }

  .platform-workspace {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --header: 70px;
  }

  .header-inner {
    padding: 0 16px;
  }

  .header-cta {
    display: none;
  }

  .brand small {
    display: none;
  }

  .hero-section,
  .band,
  .split-section,
  .proof-section,
  .faq-section,
  .final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-section {
    padding-top: 52px;
  }

  .deep-gauge {
    width: min(86vw, 390px);
  }

  .deep-visual {
    min-height: 370px;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .service-grid,
  .feature-matrix,
  .package-grid,
  .pricing-grid,
  .platform-gauge-grid,
  .inline-gauge-grid,
  .portal-plan-grid,
  .workflow-ribbon,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-list {
    display: flex;
  }

  .metric-gauge {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 14px;
  }

  .price-card {
    min-height: auto;
  }

  .price-card.featured {
    transform: none;
  }

  .pricing-system,
  .pricing-credit-strip,
  .pricing-credit-pack-grid,
  .pricing-service-grid,
  .accessibility-service-price-grid,
  .api-method-row,
  .api-list-angle-flow,
  .accessibility-product-grid,
  .product-pricing-row,
  .pricing-master-cta,
  .addon-row,
  .service-lane-row {
    grid-template-columns: 1fr;
  }

  .api-credit-banner,
  .accessibility-credit-banner {
    align-items: flex-start;
  }

  .accessibility-services-scope-head,
  .accessibility-services-scope-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .accessibility-services-scope-head strong,
  .accessibility-services-scope-total strong {
    text-align: left;
  }

  .api-list-angle-step,
  .api-list-angle-step:first-child,
  .api-list-angle-step:last-child {
    min-height: auto;
    clip-path: none;
  }

  .gauge-ring {
    width: 76px;
    height: 76px;
    border-radius: 999px;
  }

  .gauge-ring strong {
    font-size: 1.2rem;
  }

  .platform-workspace,
  .product-ledger,
  .scan-table-panel,
  .monitor-board,
  .graph-space {
    padding: 16px;
  }

  .workspace-copy h3 {
    font-size: 1.5rem;
  }

  .detail-list div,
  .result-row,
  .ledger-top,
  .ledger-row,
  .scan-row,
  .monitor-top,
  .monitor-row,
  .history-row {
    grid-template-columns: 1fr;
  }

  .graph-space {
    min-height: 320px;
  }

  .graph-readout {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-cell--large {
    grid-column: span 1;
  }

  .contact-quick-grid {
    grid-template-columns: 1fr;
  }

  .zoho-form-slot {
    min-height: 0;
  }

  .zoho-form-embed,
  .zoho-form-embed iframe {
    min-height: 1360px;
  }

  .form-placeholder {
    min-height: 286px;
  }

  .footer-bottom {
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

html[data-site-a11y-font="large"] {
  font-size: 112.5%;
}

html[data-site-a11y-font="xlarge"] {
  font-size: 125%;
}

html[data-site-a11y-font="large"] body {
  font-size: 18px;
}

html[data-site-a11y-font="xlarge"] body {
  font-size: 20px;
}

html[data-site-a11y-font="large"] :where(button, input, select, textarea, label, p, li, td, th, .btn, .route-chip, .signal-pill, .eyebrow, .mini, .helper, .muted) {
  font-size: max(1em, 1rem) !important;
}

html[data-site-a11y-font="xlarge"] :where(button, input, select, textarea, label, p, li, td, th, .btn, .route-chip, .signal-pill, .eyebrow, .mini, .helper, .muted) {
  font-size: max(1em, 1.1rem) !important;
}

html[data-site-a11y-contrast="1"] {
  color-scheme: dark !important;
  --bg: #000000 !important;
  --bg-soft: #050505 !important;
  --panel: #050505 !important;
  --panel-2: #0a0a0a !important;
  --ink: #ffffff !important;
  --soft: #ffffff !important;
  --muted: #f3f4f6 !important;
  --accent: #7dd3fc !important;
  --accent-2: #fde047 !important;
  --success: #86efac !important;
  --mint: #86efac !important;
  --green: #86efac !important;
  --warning: #fde047 !important;
  --danger: #fca5a5 !important;
  --line: rgba(255, 255, 255, .62) !important;
  --line-strong: rgba(255, 255, 255, .82) !important;
}

html[data-site-a11y-contrast="1"] body {
  background: #000000 !important;
  color: #ffffff !important;
}

html[data-site-a11y-contrast="1"] body::before,
html[data-site-a11y-contrast="1"] body::after {
  display: none !important;
}

html[data-site-a11y-contrast="1"] :where(.site-header, .site-footer, .band, .panel, .card, .service-card, .feature-card, .price-card, .route-card, .proof-cell, .workspace-copy, .quick-snapshot-graphic) {
  border-color: rgba(255, 255, 255, .66) !important;
  box-shadow: none !important;
}

html[data-site-a11y-colorblind="1"] {
  --accent: #56b4e9 !important;
  --accent-2: #0072b2 !important;
  --success: #009e73 !important;
  --mint: #009e73 !important;
  --green: #009e73 !important;
  --warning: #e69f00 !important;
  --danger: #d55e00 !important;
}

html[data-site-a11y-colorblind="1"] a:not(.btn):not(.brand):not(.nav-link):not(.footer-button):not(.route-chip) {
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

html[data-site-a11y-colorblind="1"] :where(.signal-pill, .eyebrow, .status-pill, .route-chip, .badge, .pill) {
  border-style: dashed !important;
}

html[data-site-a11y-motion="reduce"] *,
html[data-site-a11y-motion="reduce"] *::before,
html[data-site-a11y-motion="reduce"] *::after {
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: .001ms !important;
}

html[data-site-a11y-focus="1"] :focus-visible {
  outline: 4px solid #fde047 !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, .78) !important;
}

html[data-site-a11y-spacing="1"] :where(body, p, li, td, th, input, textarea, select, button) {
  line-height: 1.65;
}

body.site-help-rail-chat-ready #zsiq_float,
body.site-help-rail-chat-ready .zsiq_floatmain {
  display: none !important;
}

.site-a11y-widget {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 9998;
  display: grid;
  justify-items: end;
  gap: 10px;
  color: var(--ink);
}

.site-help-rail {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(124, 199, 255, .30);
  border-radius: 999px;
  background: rgba(7, 11, 22, .60);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.site-a11y-launcher,
.site-chat-launcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid rgba(124, 199, 255, .56);
  border-radius: 999px;
  background: rgba(7, 11, 22, .94);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
  cursor: pointer;
}

.site-a11y-launcher:hover,
.site-a11y-launcher:focus-visible,
.site-chat-launcher:hover,
.site-chat-launcher:focus-visible {
  border-color: rgba(253, 224, 71, .88);
}

.site-a11y-launcher-mark,
.site-chat-launcher-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7dd3fc, #a78bfa);
  color: #06111b;
}

.site-chat-launcher {
  border-color: rgba(134, 239, 172, .34);
  background: rgba(18, 83, 57, .92);
}

.site-chat-launcher[aria-expanded="true"] {
  border-color: rgba(253, 224, 71, .82);
  box-shadow: 0 0 0 3px rgba(253, 224, 71, .18), 0 12px 28px rgba(0, 0, 0, .24);
}

.site-chat-launcher-mark {
  background: rgba(71, 107, 88, .95);
  color: #ffffff;
}

.site-chat-launcher-mark--close {
  display: none;
}

.site-chat-launcher[aria-expanded="true"] .site-chat-launcher-mark--chat {
  display: none;
}

.site-chat-launcher[aria-expanded="true"] .site-chat-launcher-mark--close {
  display: inline-grid;
  background: rgba(127, 29, 29, .92);
}

.site-a11y-launcher-mark svg,
.site-chat-launcher-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.site-a11y-launcher-text {
  display: none;
}

.site-chat-launcher::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 2px;
  bottom: calc(100% + 10px);
  padding: 5px 8px;
  border: 1px solid rgba(196, 181, 253, .30);
  border-radius: 999px;
  background: rgba(7, 11, 22, .95);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .14s ease, transform .14s ease;
  white-space: nowrap;
}

.site-chat-launcher:hover::after,
.site-chat-launcher:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.site-a11y-panel {
  width: min(360px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 132px));
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(196, 181, 253, .38);
  border-radius: 14px;
  background: rgba(7, 11, 22, .98);
  box-shadow: 0 28px 76px rgba(0, 0, 0, .48);
}

.site-a11y-panel[hidden] {
  display: none;
}

.site-a11y-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.site-a11y-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.site-a11y-close {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(196, 181, 253, .28);
  border-radius: 8px;
  background: rgba(196, 181, 253, .10);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.site-a11y-group {
  display: grid;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid rgba(196, 181, 253, .18);
}

.site-a11y-label {
  color: #dbeafe;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-a11y-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-a11y-stepper {
  display: grid;
  grid-template-columns: 44px minmax(96px, 1fr) 44px;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.site-a11y-step,
.site-a11y-font-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(196, 181, 253, .28);
  border-radius: 8px;
  background: rgba(196, 181, 253, .10);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}

.site-a11y-step {
  cursor: pointer;
}

.site-a11y-font-status {
  font-size: 13px;
  letter-spacing: 0;
}

.site-a11y-choice,
.site-a11y-toggle,
.site-a11y-reset {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(196, 181, 253, .28);
  border-radius: 8px;
  background: rgba(196, 181, 253, .10);
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.site-a11y-choice[aria-pressed="true"],
.site-a11y-toggle[aria-pressed="true"] {
  border-color: rgba(253, 224, 71, .88);
  background: rgba(253, 224, 71, .18);
  color: #fef9c3;
}

.site-a11y-reset {
  width: 100%;
  border-color: rgba(124, 199, 255, .42);
  background: rgba(124, 199, 255, .14);
}

.site-a11y-section-reset {
  min-height: 34px;
  border-color: rgba(196, 181, 253, .24);
  background: rgba(196, 181, 253, .08);
}

@media (max-width: 640px) {
  .site-a11y-widget {
    right: 12px;
    bottom: 18px;
  }
}
