*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* MantisOps Display — brand display face (self-hosted, OFL; see /brand-font). */
@font-face {
  font-family: "MantisOps Display";
  src: url("/fonts/mantisops-display.woff2?v=10") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

:root {
  /* Clean-white theme (light-dominant with dark anchors: the product-dashboard
     showcase, the final CTA band, and the footer stay dark for contrast).
     Token names kept (--teal etc.) so existing rules need no change. Accent stays
     the logo blue; surfaces carry a faint cool undertone so white doesn't read
     clinical. */
  --bg:        #FFFFFF;
  --bg-mid:    #F1F5FA;   /* alternating light section */
  --bg-hi:     #E9EFF7;   /* inputs / hover / table headers */
  --bg-card:   #FFFFFF;
  --border:    #E2E9F1;
  --border-hi: #CBD7E6;
  --text:      #0F1E33;   /* dark navy ink */
  --text-sec:  #52607A;
  --text-dim:  #8493A8;
  --teal:      #2E80E0;   /* primary accent — logo blue */
  --teal-dk:   #1E5AA8;   /* deeper blue (readable on light) */
  --teal-glow: rgba(46,128,224,.14);
  --good:      #16A34A;
  --bad:       #DC2626;
  --radius:    10px;
  --font-display: 'MantisOps Display', 'Orbitron', 'Inter', 'Segoe UI', system-ui, sans-serif;
}

/* ── Orbitron Black display font on titles + their sub-captions ──────────────
   Titles get Orbitron 900 + a gradient text fill + drop shadow; the short
   sub-caption line directly under a title gets Orbitron 900 only (solid). */
.hero h1, .section-title, .page-hero h1, .page-header h1,
.feature-card h3, .why-card h3, .docs-card h3 {
  font-family: var(--font-display); font-weight: 900; letter-spacing: 0.01em;
  background: linear-gradient(180deg, #14346A 0%, #1E5AA8 55%, var(--teal, #2E80E0) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 1px 2px rgba(20,50,90,0.10));
}
/* Dark-anchor CTA keeps a light-on-dark title gradient. */
.cta-section h2 {
  font-family: var(--font-display); font-weight: 900;
  background: linear-gradient(180deg, #FFFFFF 0%, #BFD8FF 55%, #5BA0F5 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-sub, .section-sub, .section-eyebrow, .cta-section p,
.page-hero p, .page-hero .eyebrow, .page-header p, .page-header .eyebrow {
  font-family: var(--font-display); font-weight: 900;
}

/* Clip stray horizontal overflow at the ROOT — on mobile the scroll container is
   <html>, so overflow-x on <body> alone doesn't stop the sideways scroll (which left
   a white strip to the right of the fixed background). */
html { overflow-x: hidden; max-width: 100%; }
body {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F7FC 60%) fixed;
  color: var(--text);
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden; /* guard against stray horizontal overflow (white gap on mobile) */
  max-width: 100%;
}

a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── BUTTONS ───────────────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: opacity .15s, transform .1s, box-shadow .15s;
  white-space: nowrap;
}
.btn:hover { opacity: .88; text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 2px 8px rgba(46,128,224,.3); }
.btn-primary:hover { box-shadow: 0 4px 16px rgba(46,128,224,.4); }
.btn-secondary { background: transparent; border: 1.5px solid var(--border-hi); color: var(--text); }
.btn-outline { background: transparent; border: 1.5px solid var(--border-hi); color: var(--text-sec); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }
.btn-lg { padding: 13px 28px; font-size: 15px; }

/* ── NAV ───────────────────────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  /* Light fade bar: near-solid white at the top, fading translucent so content
     slides cleanly beneath it. */
  background: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.4) 100%);
  backdrop-filter: blur(8px) saturate(1.4);
  -webkit-backdrop-filter: blur(8px) saturate(1.4);
  border-bottom: none;
  height: 64px;
  /* Bottom padding shrinks the centered content box from below, lifting every
     top-bar item upward while keeping them vertically aligned with each other. */
  padding: 0 28px 8px;
  display: flex; align-items: center; gap: 12px;
  transition: background .2s;
}
nav.nav-scrolled {
  background: rgba(255,255,255,.94);
  box-shadow: 0 1px 0 var(--border), 0 6px 24px rgba(20,50,90,.06);
}

.nav-brand-link { display: flex; align-items: center; gap: 4px; text-decoration: none; flex-shrink: 0; }
.nav-brand-link:hover { text-decoration: none; }
/* Wordmark image (icon + MANTISOPS lockup) replaces the text title.
   Nudged up 4px: the mantis is bottom-heavy (alpha centroid ~56%), so a plain
   center sits the text low against the nav links — this optically centers it. */
.nav-wordmark { height: 24px; width: auto; display: block }
/* Full brand lockup (mantis icon + MANTISOPS + tagline) — replaces the separate
   nav logo + wordmark. Sized to the nav height; transparent PNG over the dark nav. */
.nav-wordmark-full { height: 40px; width: auto; display: block; }
.nav-logo-wrap { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0; filter: drop-shadow(0 1px 2px rgba(20,50,90,0.14)); }
.nav-brand .mm { font-size: 1em; }
.nav-brand-wrap { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.nav-brand {
  font-family: 'MantisOps Display', 'Orbitron', 'Segoe UI', sans-serif; /* tech/geometric; installed in Inkscape + on Google Fonts */
  font-size: 28px; font-weight: 900; letter-spacing: 1px;
  color: #0F1E33;
}
/* "OPS" mirrors the logo's glossy blue gradient — deeper royal blue. */
.nav-brand .o {
  background: linear-gradient(180deg, #5BA0F5 0%, #2E80E0 55%, #1E5AA8 100%); /* bottoms out at the logo navy #042B5B */
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: #2E80E0;
}
.nav-brand-sub {
  font-family: 'MantisOps Display', 'Orbitron', 'Segoe UI', sans-serif;
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-dim); margin-top: 2px;
}

.nav-links {
  /* True-center the menu in the bar regardless of logo/CTA widths. */
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 4px;
}
.nav-links a {
  color: var(--text-sec); text-decoration: none;
  padding: 6px 12px; border-radius: 6px; font-size: 13px; font-weight: 500;
  transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--text); background: var(--bg-hi); text-decoration: none; }

.nav-cta-group { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.nav-demo-link { font-size: 13px; color: var(--text-sec); padding: 6px 12px; }
.nav-demo-link:hover { color: var(--text); text-decoration: none; }
.nav-cta-btn { padding: 8px 18px; font-size: 13px; }

/* Get-started dropdown */
.gs-wrap { position: relative; }
.gs-btn { cursor: pointer; }
.gs-dropdown {
  display: none; position: absolute; right: 0; top: calc(100% + 6px);
  background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px;
  min-width: 220px; padding: 6px; z-index: 200;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
}
.gs-dropdown.open { display: block; }
.gs-dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  border-radius: 7px; text-decoration: none; color: var(--text);
}
.gs-dropdown a:hover { background: var(--bg-hi); }
.gs-dropdown a strong { display: block; font-size: 13px; font-weight: 700; }
.gs-dropdown a em { display: block; font-size: 11px; color: var(--text-sec); font-style: normal; }
.gs-icon { font-size: 20px; line-height: 1; flex-shrink: 0; }

.nav-hamburger {
  display: none;
  background: none; border: 1px solid var(--border); border-radius: 6px;
  color: var(--text-sec); font-size: 16px; padding: 6px 10px; cursor: pointer;
  margin-left: auto;
}

.nav-mobile-menu {
  display: none; position: fixed; top: 80px; left: 0; right: 0; z-index: 99;
  background: var(--bg); border-bottom: 1px solid var(--border);
  padding: 16px 24px 20px; flex-direction: column; gap: 4px;
  box-shadow: 0 8px 24px rgba(20,50,90,.12);
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a { color: var(--text-sec); padding: 10px 12px; border-radius: 6px; font-size: 14px; }
.nav-mobile-menu a:hover { color: var(--text); background: var(--bg-hi); text-decoration: none; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-cta-group { display: none; }
  .nav-hamburger { display: block; }
}

/* ── HERO ──────────────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  padding: 128px 32px 108px;
  text-align: center;
  /* Clean-white tech hero: herobg texture (circuit traces + faint HUD ring) over
     a soft cool wash. A white top→transparent fade keeps the headline crisp. */
  background:
    linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.30) 42%, rgba(240,246,252,.62) 100%),
    url(/herobg.webp?v=7) center/cover no-repeat,
    #F4F9FE;
}
/* The herobg supplies the texture; the old dark dot-grid + hex + particle layers
   are hidden on the white theme. */
.hero::before { content: none; }
.hero-fx, #particle-canvas { display: none !important; }
/* ── Hero effect layers (behind content, card-style) ──────────────────────── */
.hero-fx { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.fx { position: absolute; inset: 0; pointer-events: none; }
/* Hex grid clustered in the left corners (top-left + bottom-left), fading in. */
.fx-hex {
  background: url(/hex-pattern.png?v=5) repeat;
  background-size: 60px auto;
  opacity: .16;
  -webkit-mask-image: radial-gradient(58% 60% at 0% 0%, #000 0%, transparent 78%), radial-gradient(58% 60% at 0% 100%, #000 0%, transparent 78%);
          mask-image: radial-gradient(58% 60% at 0% 0%, #000 0%, transparent 78%), radial-gradient(58% 60% at 0% 100%, #000 0%, transparent 78%);
}
#particle-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}
.hero-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }

.badge-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.badge {
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px;
  border: 1px solid rgba(46,128,224,.3); color: var(--teal);
  background: rgba(46,128,224,.07);
}

.hero h1 {
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 100px; font-weight: 400; letter-spacing: 0.01em; line-height: 1.08;
  margin-bottom: 22px; color: var(--text);
}
/* Rotating tagline: JS fits all phrases to one uniform font size where they each wrap
   to two lines and sets a two-line min-height. The text stays in normal flow, so every
   phrase is the same height — no gap under short phrases, and swapping never changes the
   hero height (so its center/cover background never re-crops). */
#hero-rotator { display: block; max-width: 100%; }
#hero-rot-txt { display: block; text-align: center; max-width: 100%; overflow-wrap: break-word; transition: opacity .25s ease; }
.grad {
  background: linear-gradient(120deg, #2563EB 0%, #2E80E0 45%, #5BA0F5 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 15px; color: var(--text-sec); max-width: 680px; margin: 0 auto 38px;
  line-height: 1.85; letter-spacing: 0.01em;
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.hero-social-proof { font-size: 12px; color: var(--text-dim); letter-spacing: 0.5px; }

@media (max-width: 640px) {
  .hero { padding: 120px 20px 80px; }
  .hero h1 { font-size: 64px; }
  .hero-sub { font-size: 16px; }
}

/* ── STATS BAR ─────────────────────────────────────────────────────────── */
.stats-bar {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 32px;
  display: flex; justify-content: center; gap: 56px; flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num { font-size: 30px; font-weight: 800; color: var(--teal); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 11px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; }

/* ── SECTIONS ──────────────────────────────────────────────────────────── */
.section { padding: 88px 32px; }
.section-inner { max-width: 1160px; margin: 0 auto; }
.section-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--teal); margin-bottom: 14px;
}
.section-title {
  font-size: 40px; font-weight: 800; line-height: 1.1;
  letter-spacing: -0.5px; margin-bottom: 14px; color: var(--text);
}
.section-sub {
  font-size: 16px; color: var(--text-sec); max-width: 600px;
  line-height: 1.65; margin-bottom: 48px;
}

@media (max-width: 640px) {
  .section { padding: 60px 20px; }
  .section-title { font-size: 28px; }
}

/* ── PRODUCT TABS ──────────────────────────────────────────────────────── */
.product-tabs {
  display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap;
}
.product-tab {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 14px 22px;
  cursor: pointer; transition: border-color .2s, background .2s, box-shadow .2s;
  text-align: left; min-width: 220px;
}
.product-tab:hover { border-color: var(--border-hi); box-shadow: 0 2px 8px rgba(20,50,90,.10); }
.product-tab.active { border-color: var(--teal); background: rgba(46,128,224,.04); box-shadow: 0 0 0 3px rgba(46,128,224,.08); }
.tab-icon { font-size: 24px; flex-shrink: 0; }
.tab-label { font-size: 15px; font-weight: 700; color: var(--text); display: block; line-height: 1.2; }
.tab-desc { font-size: 12px; color: var(--text-sec); display: block; margin-top: 2px; }

/* ── FEATURE PANEL ─────────────────────────────────────────────────────── */
.feature-panel { display: none; }
.feature-panel.active { display: block; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}
.feature-card {
  background: var(--bg-card); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 24px;
  transition: border-color .2s, box-shadow .2s;
}
.feature-card:hover { border-color: var(--border-hi); box-shadow: 0 4px 16px rgba(20,50,90,.10); }
.feature-card-highlight { border-color: rgba(46,128,224,.4); background: rgba(46,128,224,.03); }
.feature-icon { font-size: 26px; margin-bottom: 12px; }
.feature-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.feature-card p { font-size: 13px; color: var(--text-sec); line-height: 1.65; }

.feature-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── WHY SECTION ───────────────────────────────────────────────────────── */
.why-section {
  background: var(--bg-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 88px 32px;
}
.why-section .section-inner { text-align: center; }
.why-section .section-title { margin-bottom: 14px; }
.why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px; max-width: 1000px; margin: 40px auto 0; text-align: left;
}
.why-card {
  background: var(--bg-card); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 24px;
  transition: border-color .2s, box-shadow .2s;
}
.why-card:hover { border-color: var(--border-hi); box-shadow: 0 4px 16px rgba(20,50,90,.10); }
.why-icon-wrap { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.why-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.why-card p { font-size: 13px; color: var(--text-sec); line-height: 1.65; }

/* ── INTEGRATIONS ──────────────────────────────────────────────────────── */
.integrations-section {
  background: var(--bg);
  padding: 88px 32px;
}
.integrations-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px; margin-top: 48px;
}
.integration-card {
  background: var(--bg-card); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 20px 22px;
  display: flex; align-items: flex-start; gap: 14px;
  transition: border-color .2s, box-shadow .2s;
}
.integration-card:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(46,128,224,.08); }
.integration-icon { font-size: 28px; flex-shrink: 0; line-height: 1; }
.integration-card h4 { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.integration-card p { font-size: 12px; color: var(--text-sec); line-height: 1.55; }
.integration-tag {
  display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .5px;
  padding: 2px 7px; border-radius: 4px; margin-top: 6px;
  background: rgba(46,128,224,.1); color: var(--teal);
}

/* ── PRICING ───────────────────────────────────────────────────────────── */
.pricing-section { background: var(--bg-mid); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pricing-section .section-sub { margin-bottom: 32px; }

.pricing-toggle-row { display: flex; gap: 0; margin-bottom: 36px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 4px; width: fit-content; }
.pricing-toggle {
  background: transparent; border: none; border-radius: 6px;
  padding: 9px 24px; font-size: 14px; font-weight: 600; cursor: pointer;
  color: var(--text-sec); transition: color .15s, background .15s;
}
.pricing-toggle.active { background: var(--teal); color: #fff; }

.pricing-panel { display: none; }
.pricing-panel.active { display: block; }

.pricing-layout {
  display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start;
}
@media (max-width: 900px) { .pricing-layout { grid-template-columns: 1fr; } }

.pricing-card-main {
  background: var(--bg-card); border: 1.5px solid var(--teal);
  border-radius: 14px; padding: 36px;
  box-shadow: 0 0 0 4px rgba(46,128,224,.07), 0 4px 24px rgba(46,128,224,.1);
}
.price-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; }
.price-display { display: flex; align-items: flex-end; gap: 6px; margin-bottom: 6px; }
.price-amount { font-size: 52px; font-weight: 800; line-height: 1; color: var(--text); }
.price-period { font-size: 16px; color: var(--text-sec); margin-bottom: 8px; }
.price-breakdown { font-size: 13px; color: var(--text-dim); margin-bottom: 28px; }

.price-calc { margin-bottom: 20px; }
.price-calc-label { font-size: 12px; color: var(--text-sec); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 12px; }
.calc-controls { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.calc-btn {
  width: 36px; height: 36px; border-radius: 8px;
  border: 1.5px solid var(--border-hi); background: var(--bg-hi);
  color: var(--text); font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: border-color .15s, background .15s; line-height: 1; flex-shrink: 0;
}
.calc-btn:hover { border-color: var(--teal); background: rgba(46,128,224,.07); }
.calc-value-wrap { display: flex; align-items: baseline; gap: 8px; }
.calc-value { font-size: 28px; font-weight: 800; color: var(--teal); line-height: 1; }
.calc-unit { font-size: 14px; color: var(--text-sec); }
.calc-sub { font-size: 12px; color: var(--text-dim); }

.price-slider {
  width: 100%; -webkit-appearance: none; appearance: none;
  height: 4px; border-radius: 2px;
  background: var(--border);
  outline: none; margin-bottom: 6px;
}
.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal); cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(46,128,224,.2), 0 2px 6px rgba(0,0,0,.12);
}
.price-slider::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal); cursor: pointer; border: 2px solid #fff;
}
.price-slider-labels { display: flex; justify-content: space-between; font-size: 11px; color: var(--text-dim); }

.price-model-note {
  font-size: 12px; color: var(--text-dim); margin-bottom: 24px;
  padding: 10px 14px; background: var(--bg-hi); border-radius: 6px; border: 1px solid var(--border);
}
.price-includes { list-style: none; margin-bottom: 24px; }
.price-includes li {
  font-size: 13px; color: var(--text-sec); padding: 5px 0;
  display: flex; align-items: flex-start; gap: 10px;
}
.price-includes li::before { content: "✓"; color: var(--good); font-weight: 700; flex-shrink: 0; }

.pricing-compare-side {
  background: var(--bg-card); border: 1.5px solid var(--border);
  border-radius: 14px; padding: 24px; position: sticky; top: 86px;
  box-shadow: 0 2px 12px rgba(20,50,90,.08);
}
.compare-side-title { font-size: 12px; color: var(--text-dim); margin-bottom: 16px; line-height: 1.4; }
.compare-side-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13px;
}
.compare-side-row:last-of-type { border-bottom: none; }
.mantis-row .compare-side-name { color: var(--teal); font-weight: 700; }
.mantis-row .compare-side-price { color: var(--teal); font-weight: 700; }
.compare-side-name { color: var(--text-sec); }
.compare-side-price { color: var(--text-dim); font-size: 12px; }
.compare-side-note { font-size: 11px; color: var(--text-dim); margin-top: 12px; line-height: 1.5; }

.pricing-footer-note { margin-top: 28px; font-size: 13px; color: var(--text-dim); text-align: center; }

/* ── MantisOps Complete bundle banner ──────────────────────────────────── */
.bundle-banner {
  margin-top: 36px; position: relative;
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
  background: var(--bg-card); border: 1.5px solid var(--teal); border-radius: 14px;
  padding: 32px 36px;
  box-shadow: 0 0 0 4px rgba(46,128,224,.07), 0 4px 24px rgba(46,128,224,.1);
}
.bundle-banner .price-includes { margin-bottom: 0; }
.bundle-save {
  display: inline-flex; align-items: baseline; gap: 10px; margin-bottom: 12px;
  font-size: 40px; font-weight: 800; line-height: 1; color: var(--teal);
}
.bundle-save-sub { font-size: 15px; font-weight: 600; color: var(--text-sec); }
.bundle-cta { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }
@media (max-width: 760px) {
  .bundle-banner { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .bundle-cta { min-width: 0; }
}

/* ── COMPARE SECTION ───────────────────────────────────────────────────── */
.compare-section { background: var(--bg-mid); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.mini-compare-tabs { display: flex; gap: 0; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.mini-tab {
  padding: 12px 20px; font-size: 13px; font-weight: 600;
  color: var(--text-dim); background: transparent; border: none;
  border-bottom: 2px solid transparent; cursor: pointer;
  transition: color .15s, border-color .15s;
}
.mini-tab:hover { color: var(--text); }
.mini-tab.active { color: var(--teal); border-bottom-color: var(--teal); }

.mini-tab-panel { display: none; }
.mini-tab-panel.active { display: block; }

.mini-compare-wrap { overflow-x: auto; }
.mini-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 560px; }
.mini-table th, .mini-table td {
  padding: 10px 14px; text-align: left;
  vertical-align: middle;
}
.mini-table thead th {
  background: var(--bg-hi); font-size: 11px; font-weight: 700;
  letter-spacing: 0.5px; color: var(--text-sec); text-transform: uppercase;
  border-bottom: 2px solid var(--border);
  border-right: 1px solid transparent;
}
.mini-table thead th:hover { border-right-color: var(--border); }
.mini-table thead th:last-child { border-right-color: transparent; }
.mini-table tbody tr:hover td { background: rgba(46,128,224,.03); }
.col-mantis-head { background: rgba(46,128,224,.08) !important; color: var(--teal) !important; border-bottom-color: var(--teal) !important; }
.col-mantis { background: rgba(46,128,224,.03) !important; }
.yes { color: var(--good); font-weight: 700; }
.partial { color: #D97706; font-weight: 600; }
.no { color: var(--bad); }
.note { font-size: 11px; color: var(--text-dim); display: block; margin-top: 1px; }

/* ── DOCS SECTION ──────────────────────────────────────────────────────── */
.docs-section { background: var(--bg); }
.docs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.docs-card {
  background: var(--bg-card); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 24px;
  transition: border-color .2s, box-shadow .2s;
}
.docs-card:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(46,128,224,.08); }
.docs-icon { font-size: 26px; margin-bottom: 12px; }
.docs-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.docs-card p { font-size: 13px; color: var(--text-sec); line-height: 1.65; margin-bottom: 14px; }
.docs-links { list-style: none; }
.docs-links li { font-size: 13px; padding: 3px 0; }
.docs-links li a { color: var(--teal); }
.docs-links li a:hover { text-decoration: underline; }

/* ── FAQ SECTION ───────────────────────────────────────────────────────── */
.faq-section { background: var(--bg-mid); border-top: 1px solid var(--border); }
.faq-inner { max-width: 780px; }
.faq-list { margin-top: 16px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; text-align: left; background: none; border: none;
  color: var(--text); font-size: 15px; font-weight: 600;
  cursor: pointer; gap: 16px; line-height: 1.4;
  transition: color .15s;
}
.faq-question:hover { color: var(--teal); }
.faq-arrow {
  font-size: 11px; color: var(--text-dim); flex-shrink: 0;
  transition: transform .25s;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--teal); }
.faq-item.open .faq-question { color: var(--teal); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
}
.faq-item.open .faq-answer { max-height: 500px; padding-bottom: 18px; }
.faq-answer p { font-size: 14px; color: var(--text-sec); line-height: 1.7; margin-bottom: 8px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin-left: 4px; }
.faq-answer strong { color: var(--text); }
code {
  font-family: ui-monospace, 'Cascadia Code', monospace;
  font-size: 12px; background: var(--bg-hi); border: 1px solid var(--border);
  border-radius: 4px; padding: 1px 5px; color: var(--teal-dk);
}

/* ── CTA SECTION ───────────────────────────────────────────────────────── */
.cta-section {
  position: relative; text-align: center; overflow: hidden;
  padding: 100px 32px 90px;
  background: linear-gradient(135deg, #0A1826 0%, #0C2438 50%, #0A1826 100%);
  border-top: 1px solid var(--border);
}
.cta-glow { display: none; }
.cta-section h2 { font-size: 42px; font-weight: 800; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 16px; color: var(--text); }
.cta-section p { font-size: 16px; color: #B6C7DE; max-width: 520px; margin: 0 auto 36px; line-height: 1.65; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 640px) { .cta-section h2 { font-size: 28px; } }

/* ── FOOTER (dark anchor) ──────────────────────────────────────────────── */
footer {
  background: #0B1A28; border-top: none;
  padding: 48px 32px 36px;
  display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #66788F; margin-bottom: 4px; }
.footer-col a { font-size: 13px; color: #A2B0C4; }
.footer-col a:hover { color: #FFFFFF; text-decoration: none; }
footer .nav-brand { color: #EAF1F8; }
footer .footer-brand, footer .footer-brand * { color: #8395AC; }
footer .nav-logo { filter: drop-shadow(0 1px 2px rgba(0,0,0,.45)); }

/* ── FORM PAGES (rmm.html / ops.html) ─────────────────────────────────── */
.page-hero {
  padding: 120px 32px 60px; text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(240,246,252,.62)), url(/herobg.webp?v=7) center/cover no-repeat, #F4F9FE;
}
.page-hero .eyebrow { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.page-hero h1 { font-size: 38px; font-weight: 800; margin-bottom: 12px; line-height: 1.15; color: var(--text); }
.page-hero h1 span { color: var(--teal); }
.page-hero p { color: var(--text-sec); font-size: 15px; max-width: 540px; margin: 0 auto; line-height: 1.7; }
.form-wrap { display: flex; align-items: flex-start; justify-content: center; padding: 48px 24px 72px; }
.form-card {
  background: var(--bg-card); border: 1.5px solid var(--border);
  border-radius: 14px; padding: 40px; width: 100%; max-width: 500px;
  box-shadow: 0 4px 24px rgba(20,50,90,.10);
}
.form-card h2 { font-size: 22px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.form-card .sub { color: var(--text-sec); font-size: 13px; margin-bottom: 28px; }
label { display: block; font-size: 12px; color: var(--text-sec); margin-bottom: 5px; margin-top: 16px; font-weight: 600; }
input, select, textarea {
  width: 100%; background: var(--bg-hi); border: 1.5px solid var(--border);
  border-radius: 7px; color: var(--text); font-size: 14px; padding: 10px 13px; outline: none;
  font-family: inherit;
}
/* Checkboxes/radios must keep their intrinsic size — the width:100% above is
   for text fields only; without this the consent checkbox stretches full-width
   and (with flex-shrink:0) pushes the terms label outside the form. */
input[type="checkbox"], input[type="radio"] { width: auto; padding: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(46,128,224,.1); }
textarea { resize: vertical; min-height: 80px; }
.submit-btn { width: 100%; margin-top: 24px; padding: 12px; font-size: 15px; }
.success {
  display: none; background: rgba(22,163,74,.08); border: 1px solid rgba(22,163,74,.3);
  border-radius: 8px; padding: 18px; color: var(--good); font-size: 14px;
  text-align: center; margin-top: 20px;
}
.err-msg { color: var(--bad); font-size: 13px; margin-top: 10px; min-height: 18px; }
.back-link { display: block; text-align: center; margin-top: 18px; font-size: 13px; color: var(--text-sec); }

/* ── COMPARE PAGE ──────────────────────────────────────────────────────── */
.page-header {
  padding: 120px 32px 48px; text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(240,246,252,.62)), url(/herobg.webp?v=7) center/cover no-repeat, #F4F9FE;
}
.page-header .eyebrow { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.page-header h1 { font-size: 40px; font-weight: 700; margin-bottom: 14px; line-height: 1.15; color: var(--text); }
.page-header h1 span { color: var(--teal); }
.page-header p { color: var(--text-sec); font-size: 15px; max-width: 580px; margin: 0 auto; line-height: 1.7; }

.tab-nav {
  display: flex; justify-content: center; gap: 0;
  border-bottom: 1px solid var(--border); background: var(--bg);
  padding: 0 32px; flex-wrap: wrap;
}
.tab-btn {
  padding: 14px 24px; font-size: 13px; font-weight: 600; color: var(--text-dim);
  border: none; background: transparent; cursor: pointer;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
  white-space: nowrap; letter-spacing: 0.3px;
}
.tab-btn:hover { color: var(--text); }
.tab-btn.active { color: var(--teal); border-bottom-color: var(--teal); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.table-wrap { overflow-x: auto; padding: 40px 24px 56px; max-width: 1200px; margin: 0 auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 640px; }
.compare-table th, .compare-table td {
  padding: 11px 16px; text-align: left;
  vertical-align: middle;
}
.compare-table thead th {
  background: var(--bg-hi); font-size: 12px; font-weight: 700;
  letter-spacing: 0.5px; color: var(--text-sec); text-transform: uppercase;
  border-bottom: 2px solid var(--border); position: sticky; top: 0; z-index: 10;
  border-right: 1px solid transparent;
}
.compare-table thead th:hover { border-right-color: var(--border); }
.compare-table thead th:last-child { border-right-color: transparent; }
/* Hide every horizontal table separator incl. inline-styled rows/headers;
   vertical column dividers stay hover-only via th:hover border-right. */
table th, table td, table tr { border-top-color: transparent !important; border-bottom-color: transparent !important; }
.compare-table tbody tr:hover td { background: rgba(46,128,224,.03); }
.compare-table .feature-col { color: var(--text); font-size: 13px; max-width: 260px; }
.compare-table .category-row td {
  background: var(--bg-hi); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; color: var(--teal);
  padding: 10px 16px; border-bottom: 1px solid var(--border);
}
.col-mantis { background: rgba(46,128,224,.03) !important; }
.col-mantis-head { background: rgba(46,128,224,.09) !important; color: var(--teal) !important; border-bottom-color: var(--teal) !important; }
.badge-mantis {
  display: inline-block; font-size: 10px; padding: 2px 8px; border-radius: 4px;
  background: rgba(46,128,224,.12); color: var(--teal); font-weight: 700;
  margin-left: 6px; vertical-align: middle;
}

.pricing-section { padding: 48px 32px 72px; max-width: 1140px; margin: 0 auto; }
.pricing-section h2 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.pricing-section .sub { color: var(--text-sec); font-size: 14px; margin-bottom: 36px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.price-card {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: 12px; padding: 24px; position: relative; transition: border-color .2s, box-shadow .2s;
}
.price-card:hover { border-color: rgba(46,128,224,.4); box-shadow: 0 4px 16px rgba(46,128,224,.08); }
.price-card.featured { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(46,128,224,.07); }
.featured-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: #fff; font-size: 10px; font-weight: 700;
  padding: 2px 12px; border-radius: 999px; white-space: nowrap; letter-spacing: 0.5px;
}
.price-product { font-size: 12px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.price-name { font-size: 16px; font-weight: 700; margin-bottom: 12px; color: var(--text); }
.price-main { font-size: 28px; font-weight: 800; color: var(--text); line-height: 1; }
.price-main .price-unit { font-size: 13px; font-weight: 400; color: var(--text-sec); }
.price-note { font-size: 11px; color: var(--text-dim); margin-top: 4px; margin-bottom: 16px; }
.price-features { list-style: none; }
.price-features li { font-size: 12px; color: var(--text-sec); padding: 4px 0; display: flex; gap: 8px; align-items: flex-start; }
.price-features li::before { content: "✓"; color: var(--good); flex-shrink: 0; }

.verdict-section { background: var(--bg-mid); border-top: 1px solid var(--border); padding: 64px 32px; }
.verdict-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; }
.verdict-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: 10px; padding: 24px; }
.verdict-vs { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-dim); margin-bottom: 8px; }
.verdict-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.verdict-card p { font-size: 13px; color: var(--text-sec); line-height: 1.6; }
.verdict-win { color: var(--good); font-weight: 600; }

.cta-banner { text-align: center; padding: 64px 32px; }
.cta-banner h2 { font-size: 26px; font-weight: 700; margin-bottom: 12px; color: var(--text); }
.cta-banner p { color: var(--text-sec); font-size: 14px; margin-bottom: 28px; }

/* ── SLIDER TRACK FILL ─────────────────────────────────────────────────── */
.price-slider { cursor: pointer; }

/* ── LIVE DASHBOARD SHOWCASE (Mantis360 security dashboard mockup) ──────── */
.showcase-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 880px) { .showcase-inner { grid-template-columns: 1fr; gap: 32px; } }

.dash {
  background: #0A1A28; border: 1px solid #1C3145; border-radius: 14px; overflow: hidden;
  color: #E2E8F0; box-shadow: 0 24px 60px -20px rgba(46,128,224,.35), 0 8px 24px rgba(20,50,90,.10);
}
.dash-bar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; background: #0C1B28; border-bottom: 1px solid #1C3145; }
.dash-bar .dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.dash-bar .dot.r { background: #EF4444; } .dash-bar .dot.y { background: #EAB308; } .dash-bar .dot.g { background: #22C55E; }
.dash-title { margin-left: 8px; font-size: 12.5px; font-weight: 600; color: #94A3B8; }
.dash-live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #5BA0F5; }
.dash-live i { width: 8px; height: 8px; border-radius: 50%; background: #5BA0F5; animation: dashPulse 1.6s infinite; }
@keyframes dashPulse { 0% { box-shadow: 0 0 0 0 rgba(96,165,250,.6); } 70% { box-shadow: 0 0 0 9px rgba(96,165,250,0); } 100% { box-shadow: 0 0 0 0 rgba(96,165,250,0); } }

.dash-body { padding: 18px; }
.dash .kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dash .kpi { background: #0C1B28; border: 1px solid #1C3145; border-radius: 10px; padding: 12px 8px; text-align: center; }
.dash .kpi-num { font-size: 26px; font-weight: 800; color: #5BA0F5; line-height: 1; }
.dash .kpi:first-child .kpi-num { color: #F8FAFC; }
.dash .kpi-label { margin-top: 6px; font-size: 10px; color: #64748B; text-transform: uppercase; letter-spacing: .04em; }

.dash-scan { margin: 16px 0 18px; }
.dash-scan span { display: block; font-size: 11px; color: #94A3B8; margin-bottom: 7px; }
.dash-scan span::before { content: "\25B8  "; color: #5BA0F5; }
.scan-track { position: relative; height: 6px; border-radius: 6px; background: #1C3145; overflow: hidden; }
.scan-track i { position: absolute; top: 0; left: -40%; height: 100%; width: 38%; border-radius: 6px;
  background: linear-gradient(90deg, transparent, #2E80E0, #5BA0F5, transparent); animation: scanSweep 1.8s cubic-bezier(.45,0,.55,1) infinite; }
@keyframes scanSweep { 0% { left: -40%; } 100% { left: 100%; } }

.sev { display: flex; flex-direction: column; gap: 9px; }
.sev-row { display: grid; grid-template-columns: 64px 1fr 38px; align-items: center; gap: 10px; font-size: 11.5px; color: #94A3B8; }
.sev-row b { color: #E2E8F0; text-align: right; font-variant-numeric: tabular-nums; }
.sev-bar { height: 8px; border-radius: 5px; background: #1C3145; overflow: hidden; }
.sev-bar i { display: block; height: 100%; width: 0; border-radius: 5px; animation: sevGrow 1.2s cubic-bezier(.22,1,.36,1) forwards; }
.sev-bar i.c { background: #EF4444; } .sev-bar i.h { background: #F97316; }
.sev-bar i.m { background: #EAB308; } .sev-bar i.l { background: #22C55E; }
@keyframes sevGrow { to { width: var(--w); } }
@media (prefers-reduced-motion: reduce) { .scan-track i, .dash-live i, .sev-bar i { animation: none; } .sev-bar i { width: var(--w); } }

/* ── S-WAVE SECTION DIVIDERS ─────────────────────────────────────────────────
   Each section draws an S-shaped wave (::before) filled with its OWN top colour
   and positioned just ABOVE itself (bottom:100%), so the wave OVERLAPS the
   section above it. The wave's flat bottom meets the section seamlessly; its
   S-curved top edge reveals the previous section's colour, so consecutive
   sections use distinct navy tones. Pure CSS on existing selectors. */
#features, .why-section, #pricing, #compare, #docs, #faq, .cta-section, footer {
  position: relative;
  z-index: 1;
  border-top: none !important;
  border-bottom: none !important;
  /* Force full-bleed so the wave spans the whole page (a shared .pricing-section
     rule otherwise caps #pricing at 1140px and clips its curve). */
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
footer { z-index: 2; }
/* Extra bottom room so the taller wave overlaps each section's padding, not its
   content (every section here is the one a wave sits on top of). */
#showcase, #features, .why-section, #pricing, #compare, #docs, #faq, .cta-section { padding-bottom: 128px; }
#features::before, .why-section::before, #pricing::before, #compare::before,
#docs::before, #faq::before, .cta-section::before, footer::before {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 100%;
  height: 110px;
  background-color: var(--wave);
  pointer-events: none;
  /* Each section supplies its OWN curve via --wave-mask (defined below), so no
     two dividers share a shape. The filled area is BELOW the curve, so it reads
     as this section's colour waving up into the section above.
     preserveAspectRatio=none stretches it to any width. */
  -webkit-mask: var(--wave-mask);
          mask: var(--wave-mask);
}
/* Alternating tones (A deep · B elevated navy · C blue-tint); --wave = each
   section's own top colour so the wave merges into the section below it. */
/* Each section gets a DISTINCT curve via --wave-mask (broad arch · S · reverse-S ·
   double-wave · diagonal · M-shape · asymmetric · valley) so no two match. */
#features    { --wave:#EEF3F9; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,48 C360,8 1080,8 1440,48 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; background: linear-gradient(180deg, #EEF3F9 0%, #E7EEF7 100%); }  /* B */
.why-section { --wave:#FFFFFF; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,18 C480,74 960,2 1440,40 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFD 100%); }  /* A */
#pricing     { --wave:#E7F1FC; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C480,2 960,74 1440,18 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; background: linear-gradient(180deg, #E7F1FC 0%, #DDEAF8 100%); }  /* C */
#compare     { --wave:#EEF3F9; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,38 C240,8 480,60 720,36 C960,14 1200,60 1440,30 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; background: linear-gradient(180deg, #EEF3F9 0%, #E7EEF7 100%); }  /* B */
#docs        { --wave:#FFFFFF; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,12 C600,28 900,58 1440,52 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFD 100%); }  /* A */
#faq         { --wave:#E7F1FC; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,30 C360,62 540,8 720,40 C900,72 1080,18 1440,46 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; background: linear-gradient(180deg, #E7F1FC 0%, #DDEAF8 100%); }  /* C */
.cta-section { --wave:#0C2438; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,55 C720,5 1080,32 1440,14 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; background: linear-gradient(180deg, #0C2438 0%, #081A2A 100%); }
footer       { --wave:#0C1B28; --wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74' preserveAspectRatio='none'%3E%3Cpath d='M0,20 C480,70 960,70 1440,20 L1440,74 L0,74 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat; }
@media (max-width: 700px) {
  #features::before, .why-section::before, #pricing::before, #compare::before,
  #docs::before, #faq::before, .cta-section::before, footer::before { height: 64px; }
  #showcase, #features, .why-section, #pricing, #compare, #docs, #faq, .cta-section { padding-bottom: 84px; }
}

/* Table headers: 90% transparent (subtle tint) */
.result-tbl th, .agents-tbl th, table th, thead th { background: rgba(91,147,242,.05) !important; }



/* === auto-generated utility classes (inline-style refactor for CSP style-src) === */
.u1 { font-size:.42em !important; font-weight:600 !important; letter-spacing:0 !important; vertical-align:top !important; margin-left:1px !important; }
.u2 { color:var(--teal) !important; }
.u3 { font-size:13px !important; color:var(--text-dim) !important; margin-bottom:20px !important; }
.u4 { min-width:220px !important; }
.u5 { color:var(--teal) !important; font-weight:600 !important; }
.u6 { font-size:13px !important; }
.u7 { font-size:12px !important; color:var(--text-dim) !important; margin-top:16px !important; max-width:760px !important; }
.u8 { margin-top:56px !important; }
.u9 { margin-top:40px !important; padding:20px 24px !important; background:var(--bg-mid) !important; border:1px solid var(--border) !important; border-radius:10px !important; font-size:12px !important; color:var(--text-dim) !important; line-height:1.7 !important; }
.u10 { color:var(--text-sec) !important; }
.u11 { text-align:center !important; margin-bottom:40px !important; }
.u12 { font-size:26px !important; font-weight:700 !important; margin-bottom:8px !important; }
.u13 { color:var(--text-sec) !important; font-size:14px !important; max-width:560px !important; margin:0 auto !important; }
.u14 { display:flex !important; gap:14px !important; justify-content:center !important; flex-wrap:wrap !important; }
.u15 { font-size:15px !important; padding:13px 28px !important; }
.u16 { display:flex !important; gap:16px !important; flex-wrap:wrap !important; }
.u17 { color:var(--teal) !important; background:rgba(46,128,224,.1) !important; border:1.5px solid var(--teal) !important; box-shadow:none !important; }
.u18 { width:100% !important; text-align:center !important; display:block !important; padding:13px !important; }
.u19 { margin-top:8px !important; display:flex !important; gap:8px !important; flex-wrap:wrap !important; }
.u20 { flex:1 !important; text-align:center !important; }
.u21 { flex:1 1 100% !important; text-align:center !important; }
.u22 { border-color:var(--teal,#2E80E0) !important; color:var(--teal,#2E80E0) !important; text-decoration:none !important; }
.u23 { --w:64% !important; }
.u24 { --w:82% !important; }
.u25 { --w:48% !important; }
.u26 { --w:30% !important; }
.u27 { background:rgba(46,128,224,.1) !important; }
.u28 { background:rgba(63,185,80,.1) !important; }
.u29 { background:rgba(139,92,246,.1) !important; }
.u30 { background:rgba(249,115,22,.1) !important; }
.u31 { display:flex !important; gap:8px !important; margin-top:8px !important; }
.u32 { margin-top:10px !important; font-size:12px !important; color:#61728E !important; text-align:center !important; }
.u33 { text-align:left !important; }
.u34 { width:100% !important; font-size:14px !important; min-width:0 !important; }
.u35 { text-align:right !important; color:var(--teal) !important; font-weight:600 !important; }
.u36 { text-align:right !important; }
.u37 { margin-bottom:18px !important; }
.u38 { text-align:center !important; padding:13px !important; }
.u39 { text-align:center !important; margin-top:32px !important; }
.u40 { margin:8px 0 0 16px !important; color:var(--text-sec) !important; line-height:1.8 !important; }
.u41 { margin-top:8px !important; }
.u42 { background:rgba(46,128,224,.15) !important; border:1px solid var(--teal) !important; color:var(--teal) !important; }
.u43 { font-size:18px !important; }
.u44 { font-size:11px !important; color:var(--text-dim) !important; margin-top:4px !important; }
.u45 { justify-content:center !important; margin-top:22px !important; }
.u46 { padding-top:16px !important; }
.u47 { color:var(--bad) !important; }
.u48 { color:var(--text-dim) !important; }
.u49 { display:flex !important; align-items:flex-start !important; gap:8px !important; margin:14px 0 4px !important; font-size:13px !important; color:var(--text-sec) !important; font-weight:400 !important; cursor:pointer !important; }
.u50 { margin-top:3px !important; flex-shrink:0 !important; }
.u51 { margin:14px 0 !important; }
.u52 { padding-top:6px !important; }
.u53 { padding-top:8px !important; padding-bottom:26px !important; }
.u54 { padding-top:8px !important; }
