
/* ── ACCESSIBILITY: Focus indicators ── */
*:focus-visible {
  outline: 2px solid var(--accent-cyan);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Skip link enhancement */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
}
.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 20px;
  background: var(--bg-base);
  color: var(--accent-cyan);
  border: 1px solid var(--accent-cyan);
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
}

/* =========================================================
   CARDIAC-PURR PLATFORM — COMPLETE REDESIGN v5
   Production-grade audit, accessibility & performance
   ========================================================= */


/* ═══════════════════════════════════════════════════════════
   DESIGN TOKENS — Unified color & spacing system
   No hardcoded colors anywhere below this point
   ═══════════════════════════════════════════════════════════ */
:root {
  /* Font families */
  --ff-headline: 'Orbitron', 'Microma', sans-serif;
  --ff-body: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --ff-mono: 'IBM Plex Mono', ui-monospace, monospace;

  /* Base backgrounds */
  --bg-base: #050A12;
  --bg-elevated: #071421;
  --bg-deep: #08192B;

  /* Accent colors */
  --accent-primary: #5AA9FF;
  --accent-secondary: #A9D5FF;
  --accent-success: #87F2DA;
  --accent-cyan: #00f0ff;
  --accent-cyan-dim: rgba(0, 240, 255, 0.6);

  /* Text colors */
  --text-primary: #F3F8FF;
  --text-secondary: rgba(201, 210, 223, 0.85);
  --text-muted: rgba(201, 210, 223, 0.6);
  --text-faint: rgba(201, 210, 223, 0.45);

  /* Card system */
  --card-bg: radial-gradient(circle at 50% 0, rgba(0, 240, 255, 0.105), transparent 48%), linear-gradient(180deg, rgba(0, 240, 255, 0.055), rgba(255, 255, 255, 0.018) 58%, rgba(255, 255, 255, 0.012)), rgba(9, 18, 33, 0.72);
  --card-bg-hover: radial-gradient(circle at 50% 0, rgba(0, 240, 255, 0.16), transparent 50%), linear-gradient(180deg, rgba(0, 240, 255, 0.08), rgba(255, 255, 255, 0.024) 58%, rgba(255, 255, 255, 0.016)), rgba(10, 28, 45, 0.8);
  --card-border: rgba(0, 240, 255, 0.22);
  --card-border-hover: rgba(0, 240, 255, 0.42);
  --card-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 240, 255, 0.035), 0 0 28px rgba(0, 240, 255, 0.07);
  --card-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 240, 255, 0.06), 0 0 40px rgba(0, 240, 255, 0.14);
  --card-glow-top: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.42) 18%, rgba(0,240,255,0.9) 50%, rgba(255,255,255,0.34) 82%, transparent 100%);

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 5rem;

  /* Border radius */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 0.3s;
  --duration-normal: 0.5s;
}

/* ── 1. FONT SYSTEM — Microma/Orbitron for all headlines ── */


/* All headlines use Orbitron with vertical gradient fill */
section:not(.hero-section) h2,
section:not(.hero-section) h3,
section:not(.hero-section) h4,
.gap-card h3,
.protection h4,
.layer-card h3,
.hiw-body h4,
.faq-item h4,
.brand-card strong,
.session-card .gap-title,
.cta-band h2,
.value-prop-card h2,
.value-prop-text h2,
#gov-title,
#cap-title,
#prov-title,
#hiw-title,
#brand-title,
#gaps-title,
#faq-title {
  font-family: var(--ff-headline) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Vertical gradient typography on all headlines */
section:not(.hero-section) h2,
.value-prop-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.15;
  background: linear-gradient(180deg, #ffffff 0%, #a5f3fc 40%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.2));
}

section:not(.hero-section) h2 em {
  font-style: normal;
  background: linear-gradient(180deg, #00f0ff 0%, #22d3ee 50%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.35));
}

.gap-card h3,
.protection h4,
.layer-card h3,
.hiw-body h4,
.faq-item h4,
.session-card .gap-title {
  background: linear-gradient(180deg, #ffffff 0%, #e0f2fe 60%, #67e8f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Universal headline gradient - catches all */
main h2, main h3, main h4,
.section-header h2, .section-header h3,
.value-prop-text h2, .value-prop-text h3 {
  font-family: var(--ff-headline) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

main h2, .section-header h2, .value-prop-text h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.15;
  background: linear-gradient(180deg, #ffffff 0%, #a5f3fc 40%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.2));
}

main h2 em, .section-header h2 em {
  font-style: normal;
  background: linear-gradient(180deg, #00f0ff 0%, #22d3ee 50%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.35));
}

main h3, main h4,
.gap-card h3, .protection h4, .layer-card h3,
.hiw-body h4, .faq-item h4, .session-card .gap-title {
  background: linear-gradient(180deg, #ffffff 0%, #e0f2fe 60%, #67e8f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── 2. ATMOSPHERIC CANVAS ── */
main {
  position: relative;
  z-index: 1;
  background: #050A12;
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 20% 10%, rgba(90, 169, 255, 0.03), transparent 55%),
    radial-gradient(ellipse 60% 40% at 85% 30%, rgba(135, 207, 255, 0.02), transparent 50%),
    radial-gradient(ellipse 50% 60% at 50% 90%, rgba(169, 213, 255, 0.015), transparent 45%);
  animation: auroraShift 20s ease-in-out infinite alternate;
}

@keyframes auroraShift {
  0%   { transform: translateX(-2%) translateY(-1%) scale(1.02); }
  50%  { transform: translateX(1%) translateY(1%) scale(1); }
  100% { transform: translateX(-1%) translateY(-2%) scale(1.03); }
}

main::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(90, 169, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 169, 255, 0.012) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}

/* ── 3. BACKGROUND IMAGES WITH WCAG COMPLIANCE ── */

/* Governance + Providers — Circuit background (3rd & 5th sections) */
.section-bg-circuit {
  position: relative;
  background-color: #050A12;
  background-image: url('mechanism.png');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.section-bg-circuit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 18, 0.92);
  z-index: 0;
}

/* How It Works — Mountains background */
.section-bg-mountains {
  position: relative;
  background-image: url('ChatGPT_Image_Jul_31__2026__05_16_17_PM.png');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.section-bg-mountains::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 18, 0.93);
  z-index: 0;
}

.section-bg-circuit .container,
.section-bg-mountains .container {
  position: relative;
  z-index: 1;
}


/* ── 3b. MOUNTAIN BACKGROUND FOR GAPS SECTION ── */
.section-bg-gaps-mountains {
  position: relative;
  background-image: url('mountains-bg.png');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.section-bg-gaps-mountains::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 18, 0.93);
  z-index: 0;
}

.section-bg-gaps-mountains .container {
  position: relative;
  z-index: 1;
}

/* ── ENTERPRISE BACKGROUND SYSTEM ── */
.section-enterprise-bg {
  position: relative;
  background: #050A12;
  overflow: hidden;
}

/* Layer 2: Vertical cinematic gradient */
.section-enterprise-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, #050A12 0%, #071421 45%, #08192B 100%);
  pointer-events: none;
}

/* Layer 3: Atmospheric lighting + Layer 4: Aurora fields */
.section-enterprise-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 25% 25%, rgba(90,169,255,0.04), transparent 55%),
    radial-gradient(ellipse 60% 45% at 75% 75%, rgba(135,207,255,0.03), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(169,213,255,0.025), transparent 45%);
  filter: blur(80px);
  pointer-events: none;
}

/* Layer 5: Enterprise grid */
.section-enterprise-bg .container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(90,169,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90,169,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  pointer-events: none;
}

/* Layer 8: Vignette */
.section-enterprise-bg .container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 75% 75% at 50% 50%, transparent 35%, rgba(5,10,18,0.55) 100%);
  pointer-events: none;
}

/* Ensure content sits above background layers */
.section-enterprise-bg .container {
  position: relative;
  z-index: 1;
}

/* Layer 6: Atmospheric particles */
.section-enterprise-bg .container {
  position: relative;
}

/* Atmospheric particles - very sparse, almost invisible */
.section-enterprise-bg .container > *:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(169,213,255,0.12) 1px, transparent 1px),
    radial-gradient(circle, rgba(90,169,255,0.08) 1px, transparent 1px),
    radial-gradient(circle, rgba(135,207,255,0.1) 1px, transparent 1px);
  background-size: 280px 280px, 420px 420px, 180px 180px;
  background-position: 0 0, 140px 70px, 60px 120px;
  opacity: 0.35;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent 5%, black 20%, black 80%, transparent 95%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 20%, black 80%, transparent 95%);
}

/* Layer 7: Film grain */
.section-enterprise-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.01;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* Stats strip specific - remove old backgrounds */
.stats-strip.section-enterprise-bg {
  background: #050A12 !important;
}
.stats-strip.section-enterprise-bg::before {
  background: linear-gradient(180deg, #050A12 0%, #071421 45%, #08192B 100%);
}

/* ── 4. GLASSMORPHIC CARDS ── */
/* ═══════════════════════════════════════════════════════════
   UNIFIED CARD COMPONENT — Master Design System
   All cards inherit from Layer card specification
   ═══════════════════════════════════════════════════════════ */

.card,
.gap-card,
.layer-card,
.session-card,
.protection,
.faq-item,
.brand-card,
.hiw-step,
.stat-card,
.value-prop-card,
.overview-card,
.cta-band,
.table-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  backdrop-filter: blur(40px) saturate(180%) brightness(1.15);
  -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.15);
  box-shadow: var(--card-shadow);
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    background 0.3s ease;
  will-change: transform, box-shadow;
}

/* Holographic top edge */
.card::before,
.gap-card::before,
.layer-card::before,
.session-card::before,
.protection::before,
.faq-item::before,
.brand-card::before,
.hiw-step::before,
.stat-card::before,
.value-prop-card::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1.5px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(0, 240, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.5) 80%,
    transparent 100%);
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
}

/* Corner bloom */
.card::after,
.gap-card::after,
.layer-card::after,
.session-card::after,
.stat-card::after {
  content: "";
  position: absolute;
  top: -50%; left: -50%;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 0 0, rgba(0, 240, 255, 0.1), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

/* Hover */
/* will-change moved to unified card base */

.card:hover,
.gap-card:hover,
.layer-card:hover,
.session-card:hover,
.protection:hover,
.faq-item:hover,
.brand-card:hover,
.hiw-step:hover,
.stat-card:hover,
.value-prop-card:hover {
  transform: translateY(-6px) scale(1.005);
  background: var(--card-bg-hover) !important;
  border-color: var(--card-border-hover);
  box-shadow:
    0 32px 64px -12px rgba(0, 0, 0, 0.55),
    inset 0 1px 1px rgba(255, 255, 255, 0.12),
    0 0 60px rgba(0, 240, 255, 0.08);
}


/* ── CARDS OVER BUSY BACKGROUNDS — Enhanced readability ── */
/* Fallback backdrop-filter override removed - unified system */

/* ── 5. SECTION ARCHITECTURE — INCREASED SPACING ── */
section:not(.hero-section) {
  position: relative;
  isolation: isolate;
  padding: 80px 0 !important;
}

/* Floating orbs */
section:not(.hero-section)::before {
  content: "";
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.05), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  top: 10%; left: -10%;
}

section:not(.hero-section)::after {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.03), transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  bottom: 10%; right: -5%;
}

/* Section dividers */
.section-divider-wrap {
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
}
.section-divider {
  width: 100%;
  max-width: 1180px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0, 240, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(0, 240, 255, 0.2) 80%,
    transparent 100%);
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.15);
}

/* ── 6. TYPOGRAPHY & SPACING FIXES ── */

/* INCREASED margin-bottom to fix text-too-close-to-cards */
section:not(.hero-section) .section-header {
  max-width: 780px;
  margin-bottom: 72px !important;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  margin-bottom: 20px;
  text-shadow: 0 0 16px rgba(0, 240, 255, 0.5);
  padding: 6px 14px;
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 100px;
  background: rgba(0, 240, 255, 0.04);
  position: relative;
}

.eyebrow.gold {
  color: #00f0ff !important;
  border-color: rgba(0, 240, 255, 0.2) !important;
  background: rgba(0, 240, 255, 0.04) !important;
  text-shadow: 0 0 16px rgba(0, 240, 255, 0.4) !important;
}

.lede {
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 58ch;
  margin-top: 18px;
}

/* ── 7. VALUE PROPOSITION SECTION — REDESIGNED ── */
.value-prop-section {
  padding: 80px 0 !important;
  position: relative;
  z-index: 1;
  background: transparent;
}

.value-prop-card-box {
  position: relative;
  background: var(--card-bg) !important;
  backdrop-filter: blur(40px) saturate(180%) brightness(1.15);
  -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.15);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.5),
    inset 0 1px 1px rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 240, 255, 0.03);
  padding: 48px 56px;
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    background 0.3s ease;
}

/* Holographic top edge */
.value-prop-card-box::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1.5px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(0, 240, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.5) 80%,
    transparent 100%);
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
}

/* Corner bloom */
.value-prop-card-box::after {
  content: "";
  position: absolute;
  top: -50%; left: -50%;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 0 0, rgba(0, 240, 255, 0.1), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

/* Hover */
.value-prop-card-box:hover {
  transform: translateY(-6px) scale(1.005);
  background: var(--card-bg-hover) !important;
  border-color: var(--card-border-hover);
  box-shadow:
    0 32px 64px -12px rgba(0, 0, 0, 0.55),
    inset 0 1px 1px rgba(255, 255, 255, 0.12),
    0 0 60px rgba(0, 240, 255, 0.08);
}

@media (max-width: 768px) {
  .hero-logo img { width: 56px; height: 56px; }
  .hero-logo span { font-size: 17px; }
  .value-prop-card-box { padding: 36px 28px; }
}

.value-prop-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
}

.value-prop-text {
  position: relative;
  z-index: 1;
}

.value-prop-text h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.12;
  margin-bottom: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #a5f3fc 40%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.2));
}

.value-prop-chunk {
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 16px;
  max-width: 54ch;
}

.value-prop-chunk strong {
  color: var(--text-primary);
  font-weight: 600;
}

.value-prop-chunk:last-child {
  margin-bottom: 0;
}

.value-prop-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.flow-diagram {
  width: 100%;
  max-width: 420px;
}

@media (max-width: 1024px) {
  .value-prop-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .value-prop-section {
    padding: 80px 0 !important;
  }
}

/* ── 8. SPEEDOMETER STATS STRIP ── */
.stats-strip {
  padding: 12px 0 !important;
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none !important;
  border-top: none;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.stats-strip::before {
  display: none;
}

.stats-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stat-card {
  flex: 1 1 130px;
  min-width: 120px;
  max-width: 170px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* Unified card system — base styles inherited */
}

.stat-gauge {
  position: relative;
  width: 84px;
  height: 84px;
  margin-bottom: 12px;
}

.stat-gauge.stat-value-only {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-gauge.stat-value-only .stat-num-wrap {
  position: static;
  inset: auto;
}

.stat-gauge.stat-value-only .stat-num {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.gauge-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gauge-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.06);
  stroke-width: 6;
  stroke-linecap: round;
}

.gauge-fill {
  fill: none;
  stroke: url(#gaugeGradient);
  stroke-width: 6;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.5));
  transition: stroke-dashoffset 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-num-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-num {
  font-family: var(--ff-headline);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 0%, #00f0ff 60%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(0, 240, 255, 0.35));
}

.stat-num em {
  font-style: normal;
  font-size: 0.7em;
  background: linear-gradient(180deg, #00f0ff 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: 6px;
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.3);
  font-weight: 500;
}

/* ── 9. GAPS GRID — INCREASED PADDING ── */
.gaps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  padding: 0 24px;
}

.gap-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.gap-num {
  font-family: var(--ff-mono);
  font-size: 10px;
  color: var(--accent-cyan);
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  display: block;
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.4);
}

.gap-card p {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  line-height: 1.72;
}

/* ── 10. GOVERNANCE — INCREASED PADDING ── */
.protections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  padding: 0 24px;
}

.protection {
  padding: 40px;
  /* Unified card system — border-left kept as accent */
  border-left: 3px solid rgba(0, 240, 255, 0.5);
}

.protection-num {
  font-family: var(--ff-mono);
  font-size: 10px;
  color: var(--accent-cyan);
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  display: block;
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.4);
}

.protection p {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  line-height: 1.72;
}

.session-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
  padding: 0 24px;
}

.session-card {
  padding: 32px 26px;
  /* Unified card system — border-top kept as accent */
  border-top: 2px solid rgba(0, 240, 255, 0.45);
}

.session-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,240,255,0.12), rgba(45,212,191,0.06));
  border: 1px solid rgba(0, 240, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.12);
}

.session-icon svg {
  color: var(--accent-cyan);
  filter: drop-shadow(0 0 6px rgba(0, 240, 255, 0.5));
}

.session-card .gap-desc {
  font-size: var(--fs-xs);
  color: var(--text-faint);
  line-height: 1.68;
}

/* ── 11. MECHANISM SECTION — UNIFORM BACKGROUND, NO FRAMES ── */
.mechanism-section {
  margin-bottom: -20px;
  border-radius: 0;
  overflow: visible;
  border: none;
  background: transparent;
  box-shadow: none;
  position: relative;
}

/* NO animated borders, NO different background colors */
.mechanism-section::before,
.mechanism-section::after {
  display: none !important;
}

.mechanism-frame {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 80%;
  background: transparent !important;
}

.mechanism-frame iframe,
.mechanism-frame img.mechanism-fallback {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
  object-fit: contain;
  margin: 0;
  transform: scale(1.25);
  transform-origin: center center;
}

.mechanism-frame img.mechanism-fallback {
  display: none;
}

.mechanism-frame iframe.error + img.mechanism-fallback {
  display: block;
}

/* Contrasty, readable caption */
.mechanism-caption {
  padding: 10px 32px 0;
  text-align: center;
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(220, 235, 255, 0.9) !important;
  font-weight: 500;
  border-top: 1px solid rgba(0, 240, 255, 0.1);
  background: #050810;
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.2);
}

/* ── 12. LAYER GRID — ALL CYAN, NO GOLD ── */
.layer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-top: 48px;
  padding: 0 24px;
}

.layer-card {
  padding: 36px;
  min-height: auto;
}

.layer-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
  border: 1px solid rgba(0, 240, 255, 0.25);
  background: linear-gradient(135deg, rgba(0,240,255,0.1), rgba(45,212,191,0.04));
  color: var(--accent-cyan);
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.08), inset 0 1px 1px rgba(255,255,255,0.1);
  position: relative;
  backdrop-filter: blur(10px);
}

.layer-tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.layer-card > p {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  line-height: 1.72;
  margin-bottom: 20px;
}

.cap-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cap-item {
  font-size: var(--fs-xs);
  color: var(--text-faint);
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}

.cap-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 2px;
  background: linear-gradient(90deg, #00f0ff, #2dd4bf);
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(0, 240, 255, 0.5);
}

/* ── 13. PROVIDERS TABLE — REAL LOGOS + CONTRASTY NOTE ── */
.table-wrap {
  /* Unified card system — base styles inherited */
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--text-secondary);
}

.data-table thead {
  background: linear-gradient(180deg, rgba(0,240,255,0.05), rgba(0,240,255,0.01));
}

.data-table th {
  color: var(--accent-cyan);
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 20px 24px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.25);
}

.data-table td {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: var(--fs-xs);
  transition: all 0.3s ease;
}

.data-table tbody tr:hover {
  background: linear-gradient(90deg, rgba(0,240,255,0.04), rgba(0,240,255,0.01));
}

.data-table tbody tr:hover td {
  color: var(--text-primary);
}

.data-table tbody tr:last-child td {
  border-bottom: none;
}

/* Real provider logos with brand colors */
.provider-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--ff-headline);
  color: var(--text-primary);
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
}

.provider-logo.anthropic { background: linear-gradient(135deg, #D97757, #B85C3D); }
.provider-logo.openai    { background: linear-gradient(135deg, #10A37F, #0D8C6B); }
.provider-logo.google    { background: linear-gradient(135deg, #8B5CF6, #4F46E5); }
.provider-logo.azure     { background: linear-gradient(135deg, #38BDF8, #0369A1); }
.provider-logo.mistral   { background: linear-gradient(135deg, #FF7000, #E66000); }
.provider-logo.cohere    { background: linear-gradient(135deg, #39594D, #2A4338); }
.provider-logo.deepseek  { background: linear-gradient(135deg, #06B6D4, #0E7490); }
.provider-logo.xai       { background: linear-gradient(135deg, #111827, #334155); }
.provider-logo.meta      { background: linear-gradient(135deg, #84CC16, #3F6212); }
.provider-logo.custom    { background: linear-gradient(135deg, #EC4899, #BE185D); }

.provider-group th {
  padding-top: 18px;
  padding-bottom: 10px;
  color: rgba(0, 240, 255, .78);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(0, 240, 255, .018);
}

.provider-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-mono);
  font-size: 13px;
  color: var(--text-primary);
}

/* Contrasty provider note */
.provider-note {
  font-size: var(--fs-xs);
  color: rgba(180, 200, 220, 0.85) !important;
  line-height: 1.72;
  margin-top: 24px;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.provider-note a {
  color: var(--accent-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 240, 255, 0.3);
  transition: all 0.3s ease;
  font-weight: 500;
}

.provider-note a:hover {
  border-color: rgba(0, 240, 255, 0.7);
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.4);
}

/* ── 14. HOW IT WORKS — INCREASED SPACING ── */
.hiw-list {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}



.hiw-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 36px 40px;
  /* Unified card system — base styles inherited */
}

.hiw-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,240,255,0.1), rgba(45,212,191,0.05));
  border: 1.5px solid rgba(0, 240, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
}

.hiw-num span {
  font-family: var(--ff-mono);
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-cyan);
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

.hiw-body p {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  line-height: 1.75;
}

/* ── 15. BRAND CLARITY ── */
.brand-card {
  max-width: 840px;
  margin: 0 auto;
  /* Unified card system — padding inherited */
}

.brand-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.82;
  margin-bottom: 18px;
}

.brand-card strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* ── 16. FAQ ACCORDION ── */
.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.faq-item {
  padding: 0;
  /* Unified card system — border-left kept as accent */
  border-left: 3px solid rgba(0, 240, 255, 0.15);
}

.faq-item:hover {
  border-left-color: rgba(0, 240, 255, 0.45);
  background: var(--card-bg-hover) !important;
  box-shadow: var(--card-shadow-hover);
}

.faq-item.open {
  border-left-color: rgba(0, 240, 255, 0.6);
  background: var(--card-bg-hover) !important;
  box-shadow: var(--card-shadow-hover);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 36px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font-family: inherit;
}

.faq-question h4 {
  font-family: var(--ff-headline);
  font-size: var(--fs-base);
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
  background: linear-gradient(180deg, #ffffff 0%, #e0f2fe 60%, #67e8f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #00f0ff;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
}

.faq-icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(135deg);
}

.faq-item.open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s ease,
    padding 0.4s ease;
  padding: 0 36px;
}

.faq-item.open .faq-answer {
  max-height: 600px;
  opacity: 1;
  padding: 0 36px 32px;
}

.faq-answer p {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  line-height: 1.77;
}

.faq-answer p a {
  color: var(--accent-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 240, 255, 0.25);
}

.faq-answer code {
  font-family: var(--ff-mono);
  font-size: 11.5px;
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, 0.08);
  padding: 2px 6px;
  border-radius: 5px;
  border: 1px solid rgba(0, 240, 255, 0.15);
  box-shadow: 0 0 6px rgba(0, 240, 255, 0.08);
}

/* ── 17. CTA BAND ── */
.cta-band {
  padding: 80px 64px;
  text-align: center;
  border-radius: 32px;
  /* Unified card system — base styles inherited */
}

/* cta-band ::after removed — unified card system */

.cta-band h2 {
  font-family: var(--ff-headline);
  font-size: var(--fs-2xl);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 18px;
  text-wrap: balance;
  text-shadow: 0 0 50px rgba(0, 240, 255, 0.2);
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 0%, #a5f3fc 40%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-band p {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}

.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* Primary button — Linear Gradient Fill + Soft Glow */
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: none;
  border-radius: 16px;
  color: #050810;
  background: linear-gradient(135deg, #00f0ff, #22d3ee, #0891b2);
  font-family: var(--ff-headline);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow:
    0 0 32px rgba(0, 240, 255, 0.35),
    0 8px 24px rgba(0,0,0,0.3),
    inset 0 1px 1px rgba(255,255,255,0.3);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.7s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 48px rgba(0, 240, 255, 0.45),
    0 14px 36px rgba(0,0,0,0.35),
    inset 0 1px 1px rgba(255,255,255,0.4);
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--ff-headline);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  z-index: 1;
}

.btn-secondary:hover {
  border-color: rgba(0, 240, 255, 0.4);
  background: rgba(0, 240, 255, 0.08);
  box-shadow: 0 0 24px rgba(0, 240, 255, 0.12);
  transform: translateY(-2px);
}

.cta-meta {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
  position: relative;
  z-index: 1;
}

.cta-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: var(--text-faint);
  text-transform: uppercase;
}

.cta-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00f0ff;
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.6);
  animation: pulseDot 2.5s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

/* ═══════════════════════════════════════════════════════════
   GOVERNANCE ILLUSTRATION V2 — Enterprise Execution Plane
   ═══════════════════════════════════════════════════════════ */

.governance-illustration {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 380 / 620;
  margin: 0 auto;
  z-index: 1;
}

.ill-halo {
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
}
.ill-halo svg {
  width: 100%;
  height: 100%;
}
.halo-ring {
  fill: none;
  stroke: rgba(0, 240, 255, 0.06);
  stroke-width: 1;
  stroke-dasharray: 8 12;
  animation: haloRotate 30s linear infinite;
}
.halo-ring-2 {
  fill: none;
  stroke: rgba(0, 240, 255, 0.03);
  stroke-width: 0.5;
  stroke-dasharray: 4 16;
  animation: haloRotate 45s linear infinite reverse;
}
@keyframes haloRotate {
  to { stroke-dashoffset: -400; }
}

.ill-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.ill-lines path {
  fill: none;
  stroke-linecap: round;
}
.line-request {
  stroke: rgba(0, 240, 255, 0.18);
  stroke-width: 1.2;
  stroke-dasharray: 3 5;
}
.line-response {
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
  stroke-dasharray: 2 6;
}
.line-failover {
  stroke: rgba(0, 240, 255, 0.05);
  stroke-width: 0.8;
  stroke-dasharray: 2 8;
}

.particle {
  fill: #00f0ff;
  filter: drop-shadow(0 0 3px rgba(0, 240, 255, 0.6));
}
.particle-response {
  fill: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
}

.ill-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.user-node-top {
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 30px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  gap: 6px;
  padding: 0 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.user-node-top svg {
  width: 12px;
  height: 12px;
  color: var(--accent-cyan);
  opacity: 0.8;
}
.user-node-top span {
  font-family: var(--ff-mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text-primary);
}

.gov-plane {
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 190px;
  background: rgba(0, 240, 255, 0.02);
  border: 1.5px solid rgba(0, 240, 255, 0.18);
  border-radius: 20px;
  box-shadow:
    0 0 50px rgba(0, 240, 255, 0.05),
    0 20px 50px rgba(0, 0, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.06);
  flex-direction: column;
  padding: 16px 14px;
  gap: 10px;
  overflow: visible;
}
.gov-plane::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(180deg, rgba(0, 240, 255, 0.4), rgba(0, 240, 255, 0.06) 50%, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: borderPulse 4s ease-in-out infinite;
}
@keyframes borderPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
.gov-plane-glow {
  position: absolute;
  inset: -40px;
  border-radius: 32px;
  background: radial-gradient(circle at 50% 50%, rgba(0, 240, 255, 0.08), transparent 65%);
  animation: planeBreathe 5s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}
@keyframes planeBreathe {
  0%, 100% { opacity: 0.4; transform: scale(0.92); }
  50% { opacity: 0.9; transform: scale(1.06); }
}

.gov-plane-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.gov-plane-header svg {
  width: 14px;
  height: 14px;
  color: var(--accent-cyan);
  filter: drop-shadow(0 0 4px rgba(0, 240, 255, 0.4));
}
.gov-plane-header span {
  font-family: var(--ff-headline);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--accent-cyan);
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.25);
}

.gov-policies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 4px;
  width: 100%;
}
.gov-policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 5px 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease;
}
.gov-policy:hover {
  background: rgba(0, 240, 255, 0.04);
  border-color: rgba(0, 240, 255, 0.12);
}
.gov-policy svg {
  width: 11px;
  height: 11px;
  color: rgba(0, 240, 255, 0.5);
}
.gov-policy span {
  font-family: var(--ff-mono);
  font-size: 6.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.3;
}

.routing-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(0, 240, 255, 0.04);
  border: 1px solid rgba(0, 240, 255, 0.12);
  border-radius: 100px;
  z-index: 2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.routing-label svg {
  width: 10px;
  height: 10px;
  color: var(--accent-cyan);
}
.routing-label span {
  font-family: var(--ff-mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--accent-cyan);
  text-shadow: 0 0 8px rgba(0, 240, 255, 0.3);
}
.routing-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 100px;
  border: 1px solid rgba(0, 240, 255, 0.15);
  animation: routingPulse 2.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes routingPulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.15); opacity: 0; }
}

.provider-pill {
  position: absolute;
  bottom: 22%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  height: 26px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.provider-pill:hover {
  border-color: rgba(0, 240, 255, 0.2);
  background: rgba(0, 240, 255, 0.03);
  transform: translateY(-2px);
}
.provider-pill .p-initial {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-headline);
  font-size: 7px;
  font-weight: 700;
  color: #fff;
}
.provider-pill .p-name {
  font-family: var(--ff-mono);
  font-size: 7px;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
}

.p-claude  { left: 5%;  }
.p-claude .p-initial  { background: linear-gradient(135deg, #D97757, #B85C3D); }
.p-openai  { left: 24%; }
.p-openai .p-initial  { background: linear-gradient(135deg, #10A37F, #0D8C6B); }
.p-gemini  { left: 43%; }
.p-gemini .p-initial  { background: linear-gradient(135deg, #4285F4, #3367D6); }
.p-azure   { left: 62%; }
.p-azure .p-initial   { background: linear-gradient(135deg, #0078D4, #005A9E); }
.p-mistral { left: 81%; }
.p-mistral .p-initial { background: linear-gradient(135deg, #FF7000, #E66000); }

.response-validation {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  z-index: 2;
}
.response-validation svg {
  width: 10px;
  height: 10px;
  color: rgba(135, 242, 218, 0.7);
}
.response-validation span {
  font-family: var(--ff-mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.safe-response {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 28px;
  background: rgba(135, 242, 218, 0.03);
  border: 1px solid rgba(135, 242, 218, 0.12);
  border-radius: 100px;
  z-index: 2;
}
.safe-response svg {
  width: 12px;
  height: 12px;
  color: rgba(135, 242, 218, 0.7);
}
.safe-response span {
  font-family: var(--ff-mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(135, 242, 218, 0.85);
}

.telemetry-side {
  position: absolute;
  right: 2%;
  top: 22%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}
.t-bar {
  width: 3px;
  height: 18px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.t-bar span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 240, 255, 0.5), rgba(0, 240, 255, 0.05));
  border-radius: 2px;
  animation: tFlow 2s ease-in-out infinite;
}
.t-bar:nth-child(1) span { height: 55%; animation-delay: 0s; }
.t-bar:nth-child(2) span { height: 35%; animation-delay: 0.5s; animation-duration: 2.8s; }
.t-bar:nth-child(3) span { height: 70%; animation-delay: 1s; animation-duration: 2.2s; }
.t-bar:nth-child(4) span { height: 45%; animation-delay: 1.5s; animation-duration: 2.5s; }
@keyframes tFlow {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 0.9; transform: translateY(-2px); }
}

@media (max-width: 640px) {
  .governance-illustration {
    max-width: 300px;
  }
  .gov-plane {
    width: 210px;
    height: 160px;
    padding: 12px 10px;
  }
  .gov-policy span {
    font-size: 6px;
  }
  .provider-pill {
    height: 22px;
    padding: 0 8px;
  }
  .provider-pill .p-name {
    display: none;
  }
}

/* Governance overview repair - clean, readable control-plane diagram */
.product-overview-v2 {
  padding-block: clamp(72px, 8vw, 120px) !important;
}

.product-overview-v2 .overview-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding: clamp(32px, 5vw, 64px);
  overflow: visible;
}

.product-overview-v2 .overview-left,
.product-overview-v2 .overview-right {
  position: relative;
  z-index: 2;
}

.product-overview-v2 .overview-heading {
  margin: 12px 0 20px;
}

.product-overview-v2 .overview-lead {
  max-width: 58ch;
  margin-bottom: 28px;
}

.product-overview-v2 .capability-rows {
  display: grid;
  gap: 12px;
}

.product-overview-v2 .capability-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(179, 214, 242, .10);
  border-radius: 16px;
  background: rgba(9, 18, 33, .46);
}

.product-overview-v2 .capability-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, .07);
  border: 1px solid rgba(0, 240, 255, .18);
}

.product-overview-v2 .capability-icon svg {
  width: 20px;
  height: 20px;
}

.product-overview-v2 .capability-title {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 3px;
}

.product-overview-v2 .capability-desc {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.governance-illustration {
  max-width: 540px;
  aspect-ratio: 1 / 1;
  padding: 28px;
  border: 1px solid rgba(179, 214, 242, .14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 240, 255, .11), transparent 38%),
    linear-gradient(180deg, rgba(27, 43, 68, .44), rgba(4, 13, 30, .18));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 40px 90px rgba(0,0,0,.34),
    0 0 70px rgba(0, 240, 255, .07);
}

.governance-illustration::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 22px;
  border: 1px solid rgba(0, 240, 255, .08);
  background-image:
    linear-gradient(rgba(179, 214, 242, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(179, 214, 242, .045) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.governance-illustration .ill-halo {
  inset: 0;
  opacity: .9;
}

.governance-illustration .ill-lines {
  inset: 28px;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
}

.governance-illustration .line-request {
  stroke: rgba(0, 240, 255, .32);
  stroke-width: 1.4;
}

.governance-illustration .line-response {
  stroke: rgba(135, 242, 218, .18);
  stroke-width: 1.2;
}

.governance-illustration .line-failover {
  stroke: rgba(179, 214, 242, .12);
}

.governance-illustration .particle,
.governance-illustration .particle-response {
  opacity: .75;
}

.governance-illustration .ill-node,
.governance-illustration .routing-label,
.governance-illustration .response-validation,
.governance-illustration .safe-response {
  box-shadow:
    0 16px 36px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.governance-illustration .user-node-top {
  top: 7%;
  width: 96px;
  height: 36px;
  background: rgba(9, 18, 33, .78);
  border-color: rgba(179, 214, 242, .18);
}

.governance-illustration .user-node-top span {
  font-size: 9px;
}

.governance-illustration .gov-plane {
  top: 18%;
  width: min(72%, 330px);
  height: auto;
  min-height: 206px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(9, 18, 33, .74);
  border-color: rgba(0, 240, 255, .26);
}

.governance-illustration .gov-plane-header {
  justify-content: center;
  margin-bottom: 10px;
}

.governance-illustration .gov-plane-header span {
  font-size: 11px;
}

.governance-illustration .gov-policies {
  gap: 8px;
}

.governance-illustration .gov-policy {
  min-height: 56px;
  justify-content: center;
  padding: 7px 4px;
  border-color: rgba(179, 214, 242, .10);
  background: rgba(255,255,255,.025);
}

.governance-illustration .gov-policy svg {
  width: 14px;
  height: 14px;
  color: rgba(0, 240, 255, .72);
}

.governance-illustration .gov-policy span {
  font-size: 7.5px;
  color: rgba(201, 210, 223, .78);
}

.governance-illustration .routing-label {
  top: 57%;
  padding: 8px 16px;
  background: rgba(0, 240, 255, .075);
  border-color: rgba(0, 240, 255, .22);
}

.governance-illustration .routing-label span {
  font-size: 8px;
}

.governance-illustration .provider-pill {
  bottom: 25%;
  height: 32px;
  padding-inline: 10px;
  background: rgba(9, 18, 33, .72);
  border-color: rgba(179, 214, 242, .14);
}

.governance-illustration .provider-pill .p-initial {
  width: 18px;
  height: 18px;
}

.governance-illustration .provider-pill .p-name {
  font-size: 8px;
}

.governance-illustration .response-validation {
  bottom: 12%;
  padding: 7px 14px;
  background: rgba(9, 18, 33, .72);
  border-color: rgba(135, 242, 218, .18);
}

.governance-illustration .response-validation span {
  font-size: 8px;
  color: rgba(201, 210, 223, .78);
}

.governance-illustration .safe-response {
  bottom: 5%;
  height: 34px;
  background: rgba(8, 42, 37, .54);
  border-color: rgba(135, 242, 218, .22);
}

.governance-illustration .safe-response span {
  font-size: 9px;
}

.governance-illustration .telemetry-side {
  right: 7%;
  top: 30%;
  gap: 7px;
}

.governance-illustration .t-bar {
  width: 4px;
  height: 28px;
}

@media (max-width: 1080px) {
  .product-overview-v2 .overview-card {
    grid-template-columns: 1fr;
  }

  .product-overview-v2 .overview-left {
    max-width: 780px;
  }
}

@media (max-width: 720px) {
  .product-overview-v2 .overview-card {
    padding: 24px;
  }

  .governance-illustration {
    max-width: 100%;
    padding: 18px;
    border-radius: 22px;
  }

  .governance-illustration::before {
    inset: 16px;
  }

  .governance-illustration .ill-lines {
    inset: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
  }

  .governance-illustration .gov-plane {
    width: 78%;
    min-height: 178px;
    padding: 14px;
  }

  .governance-illustration .gov-policy {
    min-height: 48px;
  }

  .governance-illustration .gov-policy span {
    font-size: 6.8px;
  }

  .governance-illustration .provider-pill {
    height: 28px;
    padding-inline: 8px;
  }

  .governance-illustration .provider-pill .p-name {
    display: none;
  }

  .governance-illustration .response-validation span,
  .governance-illustration .routing-label span {
    font-size: 7px;
  }
}

/* ═══════════════════════════════════════════════════════════
   FOOTER — Premium Enterprise Redesign
   ═══════════════════════════════════════════════════════════ */

footer {
  position: relative;
  background: #050A12;
  background-image:
    radial-gradient(ellipse 85% 45% at 50% 0%, rgba(0, 240, 255, 0.04), transparent 55%),
    radial-gradient(ellipse 55% 35% at 85% 100%, rgba(0, 240, 255, 0.018), transparent 50%),
    radial-gradient(ellipse 50% 30% at 15% 100%, rgba(0, 240, 255, 0.015), transparent 45%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  padding: 120px 0 0;
  margin-top: 0;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 240, 255, 0.18) 20%, rgba(0, 240, 255, 0.62) 50%, rgba(0, 240, 255, 0.18) 80%, transparent 100%);
  box-shadow: none;
  z-index: 1;
}

footer::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

footer .container {
  position: relative;
  z-index: 1;
}

footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 56px;
  padding-bottom: 80px;
}

footer .footer-col-brand {
  max-width: 320px;
  position: relative;
  padding-right: 44px;
  border-right: 1px solid rgba(0, 240, 255, 0.16);
}

footer .footer-col-brand::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.07), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
  z-index: 0;
}

footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

footer .footer-logo {
  width: 47px;
  height: 47px;
  background: transparent !important;
  border-radius: 0;
  outline: none;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
}

footer .footer-blurb {
  color: rgba(201, 210, 223, 0.45);
  font-size: 13px;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

footer .footer-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

footer .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  transition: none;
  box-shadow: none;
}

footer .footer-socials a:nth-child(1) {
  color: #000000;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.82);
}

footer .footer-socials a:nth-child(2) {
  color: #ffffff;
  background: #0a66c2;
}

footer .footer-socials a:nth-child(3) {
  color: #ffffff;
  background: #1877f2;
}

footer .footer-socials a:nth-child(4) {
  color: #ffffff;
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 42%, #8134af 72%, #515bd4 100%);
}

footer .footer-socials a:hover,
footer .footer-socials a:focus-visible {
  box-shadow: none;
  transform: none;
}

footer .footer-socials svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

footer .footer-col-title {
  color: var(--accent-cyan);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 10px;
  width: fit-content;
  border-bottom: 1px solid rgba(0, 240, 255, 0.28);
  text-shadow: 0 0 14px rgba(0, 240, 255, 0.25);
}

footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .footer-links a {
  color: rgba(201, 210, 223, 0.5);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  padding: 2px 0 2px 12px;
  position: relative;
  width: fit-content;
}

footer .footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent-cyan);
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

footer .footer-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #00f0ff, rgba(0, 240, 255, 0.3));
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

footer .footer-links a:hover {
  color: var(--accent-cyan);
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.2);
  transform: translateX(3px);
}

footer .footer-links a:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

footer .footer-links a:hover::after {
  width: 100%;
}

footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 32px 0;
  text-align: left;
  position: relative;
}

footer .footer-copy {
  color: rgba(201, 210, 223, 0.35);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  footer .footer-col-brand {
    max-width: none;
    grid-column: 1 / -1;
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 640px) {
  footer {
    padding: 80px 0 0;
  }
  footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 48px;
  }
  footer .footer-col-brand {
    grid-column: auto;
    padding-right: 0;
    border-right: 0;
  }
}

/* Final polish: mechanism spacing, card consistency, quiet background texture. */
.mechanism-section {
  width: min(100%, 760px);
  margin: 18px auto 0;
  z-index: 1;
}

.mechanism-frame {
  max-width: 620px;
  aspect-ratio: 1 / 1;
  padding-top: 0;
  margin-inline: auto;
  background: transparent url("mechanism.png") center / contain no-repeat !important;
}

.mechanism-frame iframe,
.mechanism-frame img.mechanism-fallback {
  inset: 0;
  transform: none;
  object-fit: contain;
}

.mechanism-frame iframe {
  z-index: 2;
  pointer-events: none;
}

.mechanism-frame img.mechanism-fallback {
  display: none;
  z-index: 1;
}

.mechanism-caption {
  padding-top: 4px;
  border-top: 0;
  background: transparent;
}

.layer-grid {
  margin-top: 16px;
}

.product-overview-v2 .capability-row {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  backdrop-filter: blur(40px) saturate(180%) brightness(1.15);
  -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.15);
  box-shadow: var(--card-shadow);
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    background 0.3s ease;
}

.product-overview-v2 .capability-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.5) 20%, rgba(0,240,255,.7) 50%, rgba(255,255,255,.5) 80%, transparent 100%);
  pointer-events: none;
}

.product-overview-v2 .capability-row::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0 0, rgba(0,240,255,.1), transparent 60%);
  pointer-events: none;
}

.product-overview-v2 .capability-row:hover {
  transform: translateY(-6px) scale(1.005);
  background: var(--card-bg-hover);
  border-color: var(--card-border-hover);
  box-shadow:
    0 32px 64px -12px rgba(0,0,0,.55),
    inset 0 1px 1px rgba(255,255,255,.12),
    0 0 60px rgba(0,240,255,.08);
}

.product-overview-v2 .capability-icon,
.product-overview-v2 .capability-body {
  position: relative;
  z-index: 1;
}

.section-enterprise-bg:is(#company, [aria-labelledby="faq-title"], #contact)::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 560px;
  height: 560px;
  pointer-events: none;
  opacity: .018;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-300%20-300%20600%20600'%3E%3Cg%20fill='none'%20stroke='%2300f0ff'%20stroke-width='1.2'%3E%3Ccircle%20cx='0'%20cy='0'%20r='1.6'/%3E%3Ccircle%20cx='-5'%20cy='5'%20r='1.6'/%3E%3Ccircle%20cx='1'%20cy='-11'%20r='1.6'/%3E%3Ccircle%20cx='8'%20cy='10'%20r='1.6'/%3E%3Ccircle%20cx='-15'%20cy='-3'%20r='1.6'/%3E%3Ccircle%20cx='14'%20cy='-9'%20r='1.6'/%3E%3Ccircle%20cx='-5'%20cy='20'%20r='1.6'/%3E%3Ccircle%20cx='-10'%20cy='-21'%20r='1.6'/%3E%3Ccircle%20cx='22'%20cy='8'%20r='1.6'/%3E%3Ccircle%20cx='-25'%20cy='10'%20r='1.6'/%3E%3Ccircle%20cx='17'%20cy='-23'%20r='1.6'/%3E%3Ccircle%20cx='6'%20cy='31'%20r='1.6'/%3E%3Ccircle%20cx='-28'%20cy='-18'%20r='1.6'/%3E%3Ccircle%20cx='36'%20cy='-2'%20r='1.6'/%3E%3Ccircle%20cx='-28'%20cy='27'%20r='1.6'/%3E%3Ccircle%20cx='5'%20cy='-40'%20r='1.6'/%3E%3Ccircle%20cx='24'%20cy='37'%20r='1.6'/%3E%3Ccircle%20cx='-46'%20cy='-8'%20r='1.6'/%3E%3Ccircle%20cx='43'%20cy='-27'%20r='1.6'/%3E%3Ccircle%20cx='-14'%20cy='50'%20r='1.6'/%3E%3Ccircle%20cx='-27'%20cy='-47'%20r='1.6'/%3E%3Ccircle%20cx='56'%20cy='18'%20r='1.6'/%3E%3Ccircle%20cx='-58'%20cy='22'%20r='1.6'/%3E%3Ccircle%20cx='37'%20cy='-52'%20r='1.6'/%3E%3Ccircle%20cx='15'%20cy='65'%20r='1.6'/%3E%3Ccircle%20cx='-59'%20cy='-38'%20r='1.6'/%3E%3Ccircle%20cx='73'%20cy='-4'%20r='1.6'/%3E%3Ccircle%20cx='-56'%20cy='53'%20r='1.6'/%3E%3Ccircle%20cx='10'%20cy='-78'%20r='1.6'/%3E%3Ccircle%20cx='48'%20cy='73'%20r='1.6'/%3E%3Ccircle%20cx='-87'%20cy='-14'%20r='1.6'/%3E%3Ccircle%20cx='80'%20cy='-50'%20r='1.6'/%3E%3Ccircle%20cx='-27'%20cy='92'%20r='1.6'/%3E%3Ccircle%20cx='-51'%20cy='-87'%20r='1.6'/%3E%3Ccircle%20cx='103'%20cy='33'%20r='1.6'/%3E%3Ccircle%20cx='-106'%20cy='39'%20r='1.6'/%3E%3Ccircle%20cx='66'%20cy='-92'%20r='1.6'/%3E%3Ccircle%20cx='27'%20cy='116'%20r='1.6'/%3E%3Ccircle%20cx='-104'%20cy='-67'%20r='1.6'/%3E%3Ccircle%20cx='127'%20cy='-7'%20r='1.6'/%3E%3Ccircle%20cx='-97'%20cy='91'%20r='1.6'/%3E%3Ccircle%20cx='18'%20cy='-133'%20r='1.6'/%3E%3Ccircle%20cx='80'%20cy='121'%20r='1.6'/%3E%3Ccircle%20cx='-143'%20cy='-22'%20r='1.6'/%3E%3Ccircle%20cx='132'%20cy='-82'%20r='1.6'/%3E%3Ccircle%20cx='-43'%20cy='150'%20r='1.6'/%3E%3Ccircle%20cx='-84'%20cy='-143'%20r='1.6'/%3E%3Ccircle%20cx='167'%20cy='53'%20r='1.6'/%3E%3Ccircle%20cx='-170'%20cy='62'%20r='1.6'/%3E%3Ccircle%20cx='105'%20cy='-145'%20r='1.6'/%3E%3Ccircle%20cx='43'%20cy='180'%20r='1.6'/%3E%3Ccircle%20cx='-161'%20cy='-103'%20r='1.6'/%3E%3Ccircle%20cx='195'%20cy='-11'%20r='1.6'/%3E%3Ccircle%20cx='-148'%20cy='138'%20r='1.6'/%3E%3Ccircle%20cx='27'%20cy='-207'%20r='1.6'/%3E%3Ccircle%20cx='123'%20cy='184'%20r='1.6'/%3E%3Ccircle%20cx='-217'%20cy='-33'%20r='1.6'/%3E%3Ccircle%20cx='200'%20cy='-125'%20r='1.6'/%3E%3Ccircle%20cx='-64'%20cy='223'%20r='1.6'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(-18deg);
  mask-image: radial-gradient(circle, black 0%, transparent 68%);
  -webkit-mask-image: radial-gradient(circle, black 0%, transparent 68%);
  z-index: 0;
}

.section-enterprise-bg:is(#company, [aria-labelledby="faq-title"], #contact):nth-of-type(even)::after {
  left: -180px;
  right: auto;
  top: -210px;
  bottom: auto;
  width: 520px;
  height: 520px;
  transform: rotate(32deg) scale(.9);
  opacity: .014;
}

.section-enterprise-bg > .container {
  position: relative;
  z-index: 1;
}

footer {
  background-color: #050A12;
  background-image:
    linear-gradient(180deg, rgba(5,10,18,0) 0%, rgba(2,7,14,.48) 100%),
    radial-gradient(ellipse 85% 35% at 50% 0%, rgba(0,240,255,.028), transparent 60%);
  border-top-color: rgba(0,240,255,.14);
}

footer::before {
  background: linear-gradient(90deg, transparent 0%, rgba(0,240,255,.2) 25%, rgba(0,240,255,.5) 50%, rgba(0,240,255,.2) 75%, transparent 100%);
  box-shadow: 0 -10px 44px rgba(0,240,255,.08);
}

footer::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-260%20-260%20520%20520'%3E%3Cg%20fill='%2300f0ff'%3E%3Ccircle%20cx='0'%20cy='0'%20r='1.3'/%3E%3Ccircle%20cx='-6'%20cy='5'%20r='1.3'/%3E%3Ccircle%20cx='1'%20cy='-12'%20r='1.3'/%3E%3Ccircle%20cx='10'%20cy='11'%20r='1.3'/%3E%3Ccircle%20cx='-17'%20cy='-3'%20r='1.3'/%3E%3Ccircle%20cx='16'%20cy='-11'%20r='1.3'/%3E%3Ccircle%20cx='-5'%20cy='23'%20r='1.3'/%3E%3Ccircle%20cx='-12'%20cy='-24'%20r='1.3'/%3E%3Ccircle%20cx='25'%20cy='9'%20r='1.3'/%3E%3Ccircle%20cx='-28'%20cy='11'%20r='1.3'/%3E%3Ccircle%20cx='20'%20cy='-27'%20r='1.3'/%3E%3Ccircle%20cx='7'%20cy='36'%20r='1.3'/%3E%3Ccircle%20cx='-32'%20cy='-21'%20r='1.3'/%3E%3Ccircle%20cx='41'%20cy='-2'%20r='1.3'/%3E%3Ccircle%20cx='-32'%20cy='31'%20r='1.3'/%3E%3Ccircle%20cx='6'%20cy='-46'%20r='1.3'/%3E%3Ccircle%20cx='28'%20cy='42'%20r='1.3'/%3E%3Ccircle%20cx='-52'%20cy='-9'%20r='1.3'/%3E%3Ccircle%20cx='49'%20cy='-31'%20r='1.3'/%3E%3Ccircle%20cx='-16'%20cy='57'%20r='1.3'/%3E%3Ccircle%20cx='-31'%20cy='-54'%20r='1.3'/%3E%3Ccircle%20cx='64'%20cy='21'%20r='1.3'/%3E%3Ccircle%20cx='-67'%20cy='25'%20r='1.3'/%3E%3Ccircle%20cx='42'%20cy='-60'%20r='1.3'/%3E%3Ccircle%20cx='18'%20cy='75'%20r='1.3'/%3E%3Ccircle%20cx='-68'%20cy='-44'%20r='1.3'/%3E%3Ccircle%20cx='84'%20cy='-4'%20r='1.3'/%3E%3Ccircle%20cx='-64'%20cy='61'%20r='1.3'/%3E%3Ccircle%20cx='12'%20cy='-90'%20r='1.3'/%3E%3Ccircle%20cx='55'%20cy='84'%20r='1.3'/%3E%3Ccircle%20cx='-100'%20cy='-16'%20r='1.3'/%3E%3Ccircle%20cx='92'%20cy='-58'%20r='1.3'/%3E%3Ccircle%20cx='-31'%20cy='106'%20r='1.3'/%3E%3Ccircle%20cx='-59'%20cy='-100'%20r='1.3'/%3E%3Ccircle%20cx='118'%20cy='38'%20r='1.3'/%3E%3Ccircle%20cx='-122'%20cy='45'%20r='1.3'/%3E%3Ccircle%20cx='76'%20cy='-106'%20r='1.3'/%3E%3Ccircle%20cx='31'%20cy='134'%20r='1.3'/%3E%3Ccircle%20cx='-120'%20cy='-77'%20r='1.3'/%3E%3Ccircle%20cx='147'%20cy='-8'%20r='1.3'/%3E%3Ccircle%20cx='-112'%20cy='105'%20r='1.3'/%3E%3Ccircle%20cx='21'%20cy='-153'%20r='1.3'/%3E%3Ccircle%20cx='92'%20cy='140'%20r='1.3'/%3E%3Ccircle%20cx='-165'%20cy='-25'%20r='1.3'/%3E%3Ccircle%20cx='153'%20cy='-95'%20r='1.3'/%3E%3Ccircle%20cx='-49'%20cy='174'%20r='1.3'/%3E%3Ccircle%20cx='-97'%20cy='-165'%20r='1.3'/%3E%3Ccircle%20cx='193'%20cy='61'%20r='1.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 22px top 42px;
  background-size: 340px 340px;
  opacity: .016;
  mask-image: radial-gradient(circle at 150px 160px, black 0%, transparent 56%);
  -webkit-mask-image: radial-gradient(circle at 150px 160px, black 0%, transparent 56%);
}

footer .footer-col-title {
  color: rgba(0,240,255,.82);
}

footer .footer-links a {
  transition:
    color 220ms cubic-bezier(.16,1,.3,1),
    transform 220ms cubic-bezier(.16,1,.3,1),
    text-shadow 220ms cubic-bezier(.16,1,.3,1);
}

footer .footer-links a::after {
  background: linear-gradient(90deg, rgba(0,240,255,.85), rgba(0,240,255,.22));
  transition: width 220ms cubic-bezier(.16,1,.3,1);
}

footer .footer-copy {
  display: grid;
  gap: 4px;
}

footer .footer-copy .footer-secondary {
  color: rgba(201,210,223,.24);
}

@media (max-width: 900px) {
  .mechanism-section {
    width: min(100%, 620px);
  }

  .mechanism-frame {
    max-width: 520px;
  }

  .layer-grid {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}

@media (max-width: 640px) {
  .mechanism-section {
    margin-top: 10px;
  }

  .mechanism-frame {
    max-width: min(100%, 420px);
  }

  .layer-grid {
    margin-top: 12px;
  }
}



.overview-card::before,
.cta-band::before,
.table-wrap::before,
.product-overview-v2 .capability-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1.5px;
  background: var(--card-glow-top);
  opacity: .8;
  z-index: 2;
  pointer-events: none;
}

.overview-card::after,
.cta-band::after,
.table-wrap::after,
.product-overview-v2 .capability-row::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0 0, rgba(0,240,255,.1), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.overview-card:hover,
.cta-band:hover,
.table-wrap:hover,
.product-overview-v2 .capability-row:hover {
  background: var(--card-bg-hover) !important;
  border-color: var(--card-border-hover);
  box-shadow: var(--card-shadow-hover);
}

.overview-card > *,
.cta-band > *,
.table-wrap > *,
.product-overview-v2 .capability-row > * {
  position: relative;
  z-index: 2;
}

footer {
  background-color: #050A12;
  background-image:
    linear-gradient(180deg, rgba(5,10,18,0) 0%, rgba(2,7,14,.48) 100%),
    radial-gradient(ellipse 85% 35% at 50% 0%, rgba(0,240,255,.026), transparent 60%);
}

footer .footer-col-brand::before {
  top: -44px;
  left: -38px;
  width: 142px;
  height: 142px;
  background: radial-gradient(circle, rgba(0,240,255,.06), transparent 68%);
}

footer .footer-blurb {
  max-width: 31em;
}

footer .footer-col-title {
  color: rgba(0,240,255,.88);
}

footer .footer-links a {
  transition:
    color 220ms cubic-bezier(.16,1,.3,1),
    transform 220ms cubic-bezier(.16,1,.3,1),
    text-shadow 220ms cubic-bezier(.16,1,.3,1);
}

footer .footer-links a::after {
  background: linear-gradient(90deg, rgba(0,240,255,.85), rgba(0,240,255,.22));
  transition: width 220ms cubic-bezier(.16,1,.3,1);
}

footer .footer-copy {
  display: grid;
  gap: 4px;
}

footer .footer-copy .footer-secondary {
  opacity: 1;
  color: rgba(201,210,223,.24);
}

.stats-strip.section-enterprise-bg > .container,
.section-enterprise-bg#company > .container,
.section-enterprise-bg[aria-labelledby="faq-title"] > .container,
.section-enterprise-bg#contact > .container,
.page-compliance .section-enterprise-bg[aria-labelledby="comp-title"] > .container,
.page-benchmarks .section-enterprise-bg[aria-labelledby="bench-title"] > .container,
.page-pricing .section-enterprise-bg[aria-labelledby="pricing-title"] > .container,
.page-use-cases .section-enterprise-bg[aria-labelledby="use-title"] > .container {
  position: relative;
  z-index: 2;
}

.section-enterprise-bg:not(.product-overview-v2):not(#capabilities) > .container {
  position: relative;
  z-index: 2;
}

.overview-bridge-line {
  margin: 20px auto 0;
  text-align: center;
  color: rgba(185, 213, 230, .78);
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: .01em;
}

.premium-router-frame {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 240, 255, .22);
  border-radius: 24px;
  background: #050b14;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 36px 88px rgba(0, 0, 0, .36),
    0 0 0 1px rgba(0, 240, 255, .025),
    0 0 58px rgba(0, 240, 255, .10);
}

.product-overview-v2 .overview-card.router-redesign-active {
  grid-template-columns: 1fr;
  gap: 34px;
}

.product-overview-v2 .overview-card.router-redesign-active .overview-left {
  max-width: 820px;
  margin-inline: auto;
}

.product-overview-v2 .overview-card.router-redesign-active .overview-right {
  width: 100%;
}

.product-overview-v2 .overview-card.router-redesign-active .capability-row {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border-color: rgba(0, 240, 255, .16);
  background:
    radial-gradient(circle at 0 0, rgba(0, 240, 255, .07), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(9, 18, 33, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 16px 34px rgba(0, 0, 0, .22),
    0 0 24px rgba(0, 240, 255, .045);
}

.product-overview-v2 .overview-card.router-redesign-active .capability-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), rgba(0,240,255,.62), rgba(255,255,255,.28), transparent);
  opacity: .72;
  pointer-events: none;
}

.product-overview-v2 .overview-card.router-redesign-active .capability-icon {
  border-radius: 12px;
  color: #00f0ff;
  border-color: rgba(0, 240, 255, .24);
  background:
    radial-gradient(circle at 50% 0, rgba(0, 240, 255, .16), transparent 55%),
    rgba(0, 240, 255, .065);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 0 18px rgba(0, 240, 255, .10);
}

.product-overview-v2 .overview-card.router-redesign-active .capability-row:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 240, 255, .36);
  background:
    radial-gradient(circle at 0 0, rgba(0, 240, 255, .11), transparent 42%),
    linear-gradient(180deg, rgba(0, 240, 255, .07), rgba(255, 255, 255, .022)),
    rgba(10, 28, 45, .80);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 18px 42px rgba(0,0,0,.30),
    0 0 34px rgba(0, 240, 255, .11);
}

@media (max-width: 720px) {
  .premium-router-frame {
    min-height: 0;
    border-radius: 22px;
  }
}

.skip-link {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  transform: none;
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed !important;
  left: 16px !important;
  top: 16px !important;
  width: auto !important;
  height: auto !important;
  clip: auto;
  clip-path: none;
  transform: none;
  white-space: normal;
}

html {
  overflow-x: hidden;
}

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

#contact.section-enterprise-bg {
  background-color: #050A12 !important;
  background-image: url("ChatGPT_Image_Jul_31__2026__05_16_17_PM.png") !important;
  background-size: 100% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.page-usecases #contact.section-enterprise-bg {
  background-image: none !important;
  background: #050A12 !important;
}

#contact.section-enterprise-bg::after {
  display: none !important;
}

#contact.section-enterprise-bg .container::before,
#contact.section-enterprise-bg .container::after {
  display: none !important;
}

#contact.section-enterprise-bg::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 240, 255, 0.18) 20%, rgba(0, 240, 255, 0.62) 50%, rgba(0, 240, 255, 0.18) 80%, transparent 100%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

#contact .cta-band {
  background:
    radial-gradient(circle at 50% 0, rgba(0, 240, 255, .11), transparent 48%),
    linear-gradient(180deg, rgba(5, 15, 25, .78), rgba(5, 12, 22, .88)) !important;
  border-color: rgba(0, 240, 255, .24);
}

#capabilities .mechanism-section {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}

#capabilities .layer-grid {
  margin-top: 72px !important;
}

.card,
.stat-card,
.gap-card,
.protection,
.session-card,
.layer-card,
.faq-item,
.overview-card,
.cta-band,
.table-wrap,
.product-overview-v2 .capability-row {
  border-color: rgba(0, 240, 255, .16);
  background:
    radial-gradient(circle at 0 0, rgba(0, 240, 255, .07), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(9, 18, 33, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 16px 34px rgba(0, 0, 0, .22),
    0 0 24px rgba(0, 240, 255, .045);
}

.card:hover,
.stat-card:hover,
.gap-card:hover,
.protection:hover,
.session-card:hover,
.layer-card:hover,
.faq-item:hover,
.overview-card:hover,
.cta-band:hover,
.table-wrap:hover,
.product-overview-v2 .capability-row:hover {
  border-color: rgba(0, 240, 255, .36);
  background:
    radial-gradient(circle at 0 0, rgba(0, 240, 255, .11), transparent 42%),
    linear-gradient(180deg, rgba(0, 240, 255, .07), rgba(255, 255, 255, .022)),
    rgba(10, 28, 45, .80) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 18px 42px rgba(0,0,0,.30),
    0 0 34px rgba(0, 240, 255, .11);
}

.hero-section {
  isolation: isolate;
}

.hero-section > *,
.stats-strip.section-enterprise-bg > .container,
.section-enterprise-bg#company > .container,
.section-enterprise-bg[aria-labelledby="faq-title"] > .container,
footer > .container {
  position: relative;
  z-index: 2;
}/* Cross-page final normalization: footer menu typography and card boxes. */
body:not(.page-platform) .page-hero {
  text-align: left !important;
}

body:not(.page-platform) .page-hero h1 {
  font-family: Orbitron, Microma, sans-serif !important;
  font-size: var(--fs-2xl) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  color: var(--text-primary) !important;
  max-width: 920px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:not(.page-platform) .page-hero h1 em,
.gradient-text,
.benchmark-heading-gradient,
body:not(.page-platform) .page-hero h1 .benchmark-heading-line + em {
  font-style: normal !important;
  color: transparent !important;
  background: linear-gradient(180deg, #ffffff 0%, #a5f3fc 42%, #00f0ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
}

body:not(.page-platform) .section-title,
body:not(.page-platform) .section-head {
  max-width: 900px !important;
  margin: 0 0 44px !important;
  text-align: left !important;
}

body:not(.page-platform) .section-title h2,
body:not(.page-platform) .section-head h2 {
  font-family: Orbitron, Microma, sans-serif !important;
  font-size: var(--fs-xl) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  background: linear-gradient(180deg, #ffffff 0%, #a5f3fc 44%, #00f0ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  max-width: 920px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:not(.page-platform) .section-title p,
body:not(.page-platform) .section-head p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.section-divider-wrap {
  height: 3px !important;
  margin: 0 !important;
  background: transparent !important;
}

.section-divider {
  width: 100% !important;
  max-width: none !important;
  height: 3px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 240, 255, .18) 20%, rgba(0, 240, 255, .62) 50%, rgba(0, 240, 255, .18) 80%, transparent 100%) !important;
  box-shadow: none !important;
}

footer .footer-col-title {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  line-height: 1.6 !important;
  color: var(--accent-cyan) !important;
}

footer .footer-links a {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: rgba(201, 210, 223, 0.5) !important;
}

footer .footer-socials {
  gap: 16px !important;
}

footer .footer-socials a,
footer .footer-socials a:nth-child(1),
footer .footer-socials a:nth-child(2),
footer .footer-socials a:nth-child(3),
footer .footer-socials a:nth-child(4) {
  width: 42px !important;
  height: 42px !important;
  color: rgba(243, 248, 255, .92) !important;
  background: rgba(255, 255, 255, .035) !important;
  border: 1px solid rgba(0, 240, 255, .18) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  transition:
    color 220ms var(--ease-out),
    transform 220ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out),
    background-color 220ms var(--ease-out) !important;
}

footer .footer-socials a:hover,
footer .footer-socials a:focus-visible {
  color: var(--accent-cyan) !important;
  background: rgba(0, 240, 255, .07) !important;
  border-color: rgba(0, 240, 255, .46) !important;
  box-shadow: 0 0 22px rgba(0, 240, 255, .14), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  transform: translateY(-2px) !important;
}

footer .footer-socials svg {
  width: 20px !important;
  height: 20px !important;
  stroke: currentColor !important;
  fill: none !important;
}

.card,
.stat-card,
.gap-card,
.protection,
.session-card,
.layer-card,
.faq-item,
.overview-card,
.hiw-step,
.value-prop-card,
.value-prop-card-box,
.cta-band,
.table-wrap,
.matrix-wrap,
.article-card,
.sla-item,
.industry-card,
.product-overview-v2 .capability-row {
  border: 1px solid var(--card-border) !important;
  background: var(--card-bg) !important;
  box-shadow: var(--card-shadow) !important;
  backdrop-filter: blur(40px) saturate(180%) brightness(1.15) !important;
  -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.15) !important;
}

.card:hover,
.stat-card:hover,
.gap-card:hover,
.protection:hover,
.session-card:hover,
.layer-card:hover,
.faq-item:hover,
.overview-card:hover,
.hiw-step:hover,
.value-prop-card:hover,
.value-prop-card-box:hover,
.cta-band:hover,
.table-wrap:hover,
.matrix-wrap:hover,
.article-card:hover,
.sla-item:hover,
.industry-card:hover,
.product-overview-v2 .capability-row:hover,
.faq-item.open {
  border-color: var(--card-border-hover) !important;
  background: var(--card-bg-hover) !important;
  box-shadow: var(--card-shadow-hover) !important;
}

/* Compliance page section mountain backgrounds */
body.page-compliance .section-bg-mountains,
body.page-compliance .section-bg-gaps-mountains {
  background-image: url("mountains-violet.png") !important;
}

body.page-compliance .section-bg-mountains::before,
body.page-compliance .section-bg-gaps-mountains::before {
  background: rgba(5, 10, 18, 0.88) !important;
}

/* ═══════════════════════════════════════════════════════════════
   PHYLLOTAXIS PSEUDO-ELEMENT KILL BLOCK
   ---------------------------------------------------------------
   This file accumulated dozens of conflicting ::after / ::before
   phyllotaxis rules (lines 323, 391, 2711, 2730, 2823, 2829,
   2843, 2854, 2863, 2874, 3057, 3066, 3077, 3086, 3134, 3163,
   3177, 3187, 3197, 3206, 3216, 3244, 3410, 3493-3518, 4600+).
   These cause: symmetric doubles, tiled small patterns, dark
   transparent overlapping boxes, and patterns in every corner.

   Replacement: single phyllo-decor-X div per section in HTML,
   styled in platform.html <style id="organic-phyllotaxis">.

   This block runs LAST and overrides everything above.
   ═══════════════════════════════════════════════════════════════ */

/* Kill ALL phyllotaxis ::after on section-enterprise-bg */
html body .section-enterprise-bg::after,
html body .stats-strip.section-enterprise-bg::after,
html body .section-enterprise-bg#company::after,
html body .section-enterprise-bg[aria-labelledby="faq-title"]::after,
html body .section-enterprise-bg#contact::after,
html body .section-enterprise-bg:not(.product-overview-v2):not(#capabilities):not(#contact)::after,
html body.page-platform .section-enterprise-bg::after,
html body.page-compliance .section-enterprise-bg[aria-labelledby="comp-title"]::after,
html body.page-benchmarks .section-enterprise-bg[aria-labelledby="bench-title"]::after,
html body.page-pricing .section-enterprise-bg[aria-labelledby="pricing-title"]::after,
html body.page-use-cases .section-enterprise-bg[aria-labelledby="use-title"]::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* Kill atmospheric particles on container first-child (tiny dot grid) */
html body .section-enterprise-bg .container > *:first-child::before {
  display: none !important;
  content: none !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* Kill stats-inner ::before / ::after symmetric flanking patterns */
html body.page-platform main#main > section.stats-strip.section-enterprise-bg .stats-inner::before,
html body.page-platform main#main > section.stats-strip.section-enterprise-bg .stats-inner::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* Kill any background-image on phyllo-section wrappers that might tile */
html body.page-platform .section-enterprise-bg.phyllo-section,
html body.page-platform .section-bg-circuit.phyllo-section,
html body.page-platform .section-bg-gaps-mountains.phyllo-section {
  background-image: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   FULL-PAGE HERO SECTION SIZING FIX
   ═══════════════════════════════════════════════════════════════ */

/* Benchmark hero section — full viewport height on all screens */
body.page-benchmarks .page-hero,
body.page-benchmarks .chart-hero-section {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 80px 0 !important;
  background-color: #050A12 !important;
  position: relative !important;
}

body.page-benchmarks .page-hero .container {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  min-height: calc(100vh - 160px) !important;
}

body.page-benchmarks .page-hero h1 {
  min-height: auto !important;
  line-height: 1.12 !important;
  margin: 0 !important;
}

body.page-benchmarks .page-hero .lede {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}

/* Pricing hero section — full viewport height */
body.page-pricing .page-hero {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 80px 0 !important;
  background-color: #050A12 !important;
  position: relative !important;
}

body.page-pricing .page-hero .container {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(100vh - 160px) !important;
}

/* Use-cases hero section — full viewport height */
body.page-use-cases .page-hero {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 80px 0 !important;
  background-color: #050A12 !important;
  position: relative !important;
}

body.page-use-cases .page-hero .container {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(100vh - 160px) !important;
}

/* ═══════════════════════════════════════════════════════════════
   COMPLIANCE PAGE BACKGROUND IMAGE FIX
   ═══════════════════════════════════════════════════════════════ */

/* Fix compliance page hero background */
body.page-compliance .page-hero {
  background-image: linear-gradient(135deg, rgba(5,10,18,0.4) 0%, rgba(29,23,78,0.2) 100%), url("mountains-violet.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
}

/* Compliance page mountain sections background fix */
body.page-compliance .section-bg-mountains {
  background-image: url("mountains-violet.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: scroll !important;
}

body.page-compliance .section-bg-mountains::before {
  background: rgba(5, 10, 18, 0.88) !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   NAVIGATION BAR FIX — Compliance & Other Pages
   ═══════════════════════════════════════════════════════════════ */

/* Ensure navbar is always visible and positioned correctly */
.pedestal-wrap {
  position: fixed !important;
  top: 16px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  display: flex !important;
  justify-content: center !important;
  pointer-events: none !important;
  width: 100% !important;
}

.pedestal-inner {
  position: relative !important;
  pointer-events: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

/* Compliance page navbar premium styling */
body.page-compliance .pedestal-wrap {
  top: 12px !important;
}

body.page-compliance .pedestal-inner {
  min-height: 64px !important;
  gap: 24px !important;
  border: 1px solid rgba(0, 240, 255, 0.18) !important;
  background: rgba(5, 10, 18, 0.82) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

body.page-compliance .pedestal-logo,
body.page-benchmarks .pedestal-logo,
body.page-pricing .pedestal-logo,
body.page-use-cases .pedestal-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE ADJUSTMENTS
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  body.page-benchmarks .page-hero,
  body.page-pricing .page-hero,
  body.page-use-cases .page-hero {
    min-height: 100vh !important;
    padding: 60px 0 !important;
  }

  body.page-benchmarks .page-hero .container,
  body.page-pricing .page-hero .container,
  body.page-use-cases .page-hero .container {
    min-height: calc(100vh - 120px) !important;
  }

  .pedestal-wrap {
    top: 12px !important;
  }

  .pedestal-inner {
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
}

/* Platform nav responsive correction.
   Keep desktop pedestal navigation off tablet/mobile so compact flat-nav
   controls handle smaller widths consistently across Platform pages. */
@media (max-width: 1100px) {
  body.page-platform .pedestal-wrap,
  body.page-benchmarks .pedestal-wrap,
  body.page-compliance .pedestal-wrap,
  body.page-pricing .pedestal-wrap,
  body.page-use-cases .pedestal-wrap {
    display: none !important;
  }

  body.page-platform .flat-nav,
  body.page-benchmarks .flat-nav,
  body.page-compliance .flat-nav,
  body.page-pricing .flat-nav,
  body.page-use-cases .flat-nav {
    display: block !important;
  }
}

body.page-platform,
body.page-benchmarks,
body.page-compliance,
body.page-pricing {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

/* Mobile production repair: platform-family nav and portrait mountain art direction. */
@media (max-width: 1100px) {
  body.page-agentic .pedestal-wrap,
  body.page-use-cases .pedestal-wrap {
    display: none !important;
  }
  body.page-agentic .flat-nav,
  body.page-use-cases .flat-nav {
    display: block !important;
  }
}

@media (max-width: 760px) {
  body.page-platform .flat-nav,
  body.page-agentic .flat-nav,
  body.page-benchmarks .flat-nav,
  body.page-compliance .flat-nav,
  body.page-pricing .flat-nav,
  body.page-use-cases .flat-nav {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  body.page-platform .flat-inner,
  body.page-agentic .flat-inner,
  body.page-benchmarks .flat-inner,
  body.page-compliance .flat-inner,
  body.page-pricing .flat-inner,
  body.page-use-cases .flat-inner {
    min-height: 66px !important;
    padding: 10px 16px !important;
    gap: 12px !important;
  }
  body.page-platform .hamburger,
  body.page-agentic .hamburger,
  body.page-benchmarks .hamburger,
  body.page-compliance .hamburger,
  body.page-pricing .hamburger,
  body.page-use-cases .hamburger {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
  }
  body.page-platform #mobile-menu,
  body.page-agentic #mobile-menu,
  body.page-benchmarks #mobile-menu,
  body.page-compliance #mobile-menu,
  body.page-pricing #mobile-menu,
  body.page-use-cases #mobile-menu {
    max-height: calc(100svh - 66px) !important;
    overflow-y: auto !important;
    padding-bottom: max(18px, env(safe-area-inset-bottom)) !important;
  }
  body.page-platform #mobile-menu a,
  body.page-agentic #mobile-menu a,
  body.page-benchmarks #mobile-menu a,
  body.page-compliance #mobile-menu a,
  body.page-pricing #mobile-menu a,
  body.page-use-cases #mobile-menu a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.25 !important;
  }
  body .section-bg-gaps-mountains {
    background-image: url('mountains-bg-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  body .section-bg-mountains {
    background-image: url('mountains-cyan-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  body.page-platform [aria-labelledby="hiw-title"].section-bg-mountains,
  body.page-platform [aria-labelledby="prov-title"].section-bg-circuit,
  body.page-agentic .arch-circuit-bg,
  body.page-agentic .routing-mountain-bg,
  body.page-agentic .limits-mountain-bg,
  body.page-pricing .pricing-faq-bg {
    background-image: url('mountain-emerald-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  body.page-compliance .section-bg-mountains,
  body.page-compliance .section-bg-gaps-mountains,
  body.page-agentic .evidence-mountain-bg,
  body.page-use-cases .usecases-faq-bg {
    background-image: url('mountains-violet-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}

/* Mobile production repair: support legacy page-usecases body class used by platform-use-cases.html. */
@media (max-width: 1100px) {
  body.page-usecases .pedestal-wrap {
    display: none !important;
  }
  body.page-usecases .flat-nav {
    display: block !important;
  }
}

@media (max-width: 760px) {
  body.page-usecases .flat-nav {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  body.page-usecases .flat-inner {
    min-height: 66px !important;
    padding: 10px 16px !important;
    gap: 12px !important;
  }
  body.page-usecases .hamburger {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
  }
  body.page-usecases #mobile-menu {
    max-height: calc(100svh - 66px) !important;
    overflow-y: auto !important;
    padding-bottom: max(18px, env(safe-area-inset-bottom)) !important;
  }
  body.page-usecases #mobile-menu a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.25 !important;
  }
  body.page-usecases .usecases-faq-bg {
    background-image: url('mountains-violet-mobile.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}


/* Final mechanism diagram frame: cyan edge treatment without altering the diagram artwork. */
body.page-platform #capabilities .mechanism-frame,
#capabilities .mechanism-frame {
  border: 1px solid rgba(0, 240, 255, 0.58) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(0, 240, 255, 0.10), rgba(5, 10, 18, 0.26) 36%, rgba(0, 240, 255, 0.05)),
    rgba(2, 7, 14, 0.92) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 0 34px rgba(0, 240, 255, 0.08),
    0 0 0 1px rgba(0, 240, 255, 0.08),
    0 28px 72px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(0, 240, 255, 0.12) !important;
}
body.page-platform #capabilities .mechanism-frame::after,
#capabilities .mechanism-frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(0, 240, 255, 0.22);
  border-radius: 20px;
  pointer-events: none;
  z-index: 5;
}

/* Final governance repair: balanced premium cards, no tall narrow columns. */
body.page-platform section[aria-labelledby="gov-title"] {
  padding: clamp(64px, 7vw, 96px) 0 !important;
  overflow: hidden !important;
}
body.page-platform section[aria-labelledby="gov-title"] > .container {
  max-width: 1160px !important;
}
body.page-platform section[aria-labelledby="gov-title"] .section-header {
  max-width: 720px !important;
  margin: 0 auto 0 0 !important;
  text-align: left !important;
}
body.page-platform section[aria-labelledby="gov-title"] #gov-title {
  font-size: clamp(2rem, 3.25vw, 3.35rem) !important;
  line-height: 1.06 !important;
  letter-spacing: .01em !important;
  max-width: 700px !important;
}
body.page-platform section[aria-labelledby="gov-title"] .lede {
  max-width: 62ch !important;
  font-size: clamp(.95rem, .9rem + .18vw, 1.05rem) !important;
  line-height: 1.72 !important;
}
body.page-platform section[aria-labelledby="gov-title"] .protections {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 940px !important;
  margin: clamp(34px, 4vw, 48px) auto 0 !important;
  gap: 18px !important;
}
body.page-platform section[aria-labelledby="gov-title"] .protection {
  min-height: 150px !important;
  padding: clamp(20px, 2vw, 28px) !important;
  transform: none !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(0, 240, 255, .11), rgba(8, 17, 31, .88) 50%, rgba(5, 10, 18, .94)) !important;
}
body.page-platform section[aria-labelledby="gov-title"] .protection h4 {
  font-size: clamp(.98rem, .9rem + .25vw, 1.15rem) !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
}
body.page-platform section[aria-labelledby="gov-title"] .protection p {
  font-size: clamp(.83rem, .8rem + .12vw, .92rem) !important;
  line-height: 1.58 !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 940px !important;
  margin: clamp(20px, 3vw, 32px) auto 0 !important;
  gap: 18px !important;
  align-items: stretch !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-card {
  min-height: 0 !important;
  padding: clamp(20px, 2vw, 28px) !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  row-gap: 6px !important;
  align-content: start !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 0 0, rgba(0, 240, 255, .16), transparent 42%),
    linear-gradient(180deg, rgba(13, 30, 48, .88), rgba(7, 14, 26, .94)) !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-icon {
  grid-row: 1 / span 3 !important;
  width: 34px !important;
  height: 34px !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-card .gap-title {
  font-size: clamp(1rem, .95rem + .22vw, 1.16rem) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #f7fbff !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-card .gap-desc {
  font-size: clamp(.84rem, .8rem + .12vw, .92rem) !important;
  line-height: 1.55 !important;
  max-width: 58ch !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-card .gap-desc + .gap-desc {
  margin-top: 4px !important;
}
@media (max-width: 760px) {
  body.page-platform section[aria-labelledby="gov-title"] .protections,
  body.page-platform section[aria-labelledby="gov-title"] .session-grid {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }
  body.page-platform section[aria-labelledby="gov-title"] .session-card {
    grid-template-columns: 36px minmax(0, 1fr) !important;
  }
}


/* Keep the second and third platform section headlines aligned with the restrained Governance headline scale. */
body.page-platform .llm-router-premium-section h2,
body.page-platform .product-overview-v2 .overview-heading {
  font-size: clamp(2rem, 3.25vw, 3.35rem) !important;
  line-height: 1.06 !important;
  letter-spacing: .01em !important;
}
@media (max-width: 980px) {
  body.page-platform .llm-router-premium-section h2,
  body.page-platform .product-overview-v2 .overview-heading {
    font-size: clamp(2rem, 8.6vw, 3.2rem) !important;
  }
}


/* Keep governance card copy out of the narrow icon column. */
body.page-platform section[aria-labelledby="gov-title"] .session-icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-card .gap-title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
}
body.page-platform section[aria-labelledby="gov-title"] .session-card .gap-desc {
  grid-column: 1 / -1 !important;
  max-width: none !important;
}
