/* ============================================================
   RegCore — Compliance Risk Management System
   Brand Design System & Global Stylesheet
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  /* Brand core */
  --navy-900: #060d20;
  --navy-800: #0a1633;
  --navy-700: #0e1e4a;
  --navy-600: #15295e;
  --navy-500: #1d3576;

  /* Accents */
  --teal-400: #2de1c2;   /* AI / cyber accent */
  --teal-500: #14c9aa;
  --teal-600: #0fa98f;
  --indigo-400: #7c6cff; /* intelligence accent */
  --indigo-500: #6c5ce7;
  --gold-400: #f5c451;   /* premium / regulatory */

  /* Status (dashboard) */
  --green: #22c55e;
  --amber: #f5a623;
  --red: #ef4444;
  --blue: #3b82f6;

  /* Neutrals */
  --ink: #0b1228;
  --slate-900: #1a2238;
  --slate-700: #3b4664;
  --slate-500: #6b7593;
  --slate-400: #9aa3bf;
  --slate-300: #c7cde0;
  --slate-200: #e3e7f2;
  --slate-100: #f1f3fa;
  --paper: #f7f9fc;
  --white: #ffffff;

  /* Effects */
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(10,22,51,.06);
  --shadow: 0 12px 32px rgba(10,22,51,.10);
  --shadow-lg: 0 30px 70px rgba(10,22,51,.18);
  --glow-teal: 0 0 40px rgba(45,225,194,.35);

  --maxw: 1180px;
  --font-head: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;

  --grad-cyber: var(--teal-500);
  --grad-navy: var(--navy-800);
  --grad-hero: var(--navy-900);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--navy-800); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { color: var(--slate-700); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* ---------- Utility ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal-600); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad-cyber); border-radius: 2px; }
.eyebrow.light { color: var(--teal-400); }

.text-grad { color: var(--teal-500); }
.center { text-align: center; }
.muted { color: var(--slate-500); }
.lead { font-size: 1.15rem; color: var(--slate-700); max-width: 640px; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: .98rem;
  padding: 14px 26px; border-radius: 999px; border: 1px solid transparent;
  line-height: 1;
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--grad-cyber); color: #04241f; box-shadow: var(--glow-teal); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 55px rgba(45,225,194,.5); }
.btn-dark { background: var(--navy-800); color: #fff; }
.btn-dark:hover { transform: translateY(-2px); background: var(--navy-700); }
.btn-ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.22); }
.btn-ghost:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }
.btn-outline { background: transparent; color: var(--navy-800); border-color: var(--slate-300); }
.btn-outline:hover { transform: translateY(-2px); border-color: var(--teal-500); color: var(--teal-600); }
.btn-lg { padding: 17px 34px; font-size: 1.05rem; }

/* ---------- Header / Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,249,252,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--slate-200);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 7px; font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--navy-800); letter-spacing: -.02em; line-height: 1; }
.brand .logo { height: 36px; width: auto; object-fit: contain; }
.brand b { color: var(--teal-600); line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; font-size: .96rem; color: var(--slate-700); transition: color .2s; line-height: 1; }
.nav-links a:hover, .nav-links a.active { color: var(--navy-800); }
.nav-links a.nav-login { color: var(--teal-600); font-weight: 600; }
.nav-links a.nav-login:hover { color: var(--teal-500); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy-800); border-radius: 2px; transition: .3s; }

@media (max-width: 940px) {
  .nav-links, .nav-cta .btn-text { display: none; }
  .nav-toggle { display: flex; margin-right: -8px; }
  .nav-cta { margin-left: auto; margin-right: 8px; }
  .nav-cta .btn { padding: 10px 16px; font-size: .88rem; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px);
    padding: 24px; gap: 18px; border-bottom: 1px solid var(--slate-200);
    box-shadow: var(--shadow); z-index: 99;
  }
}

/* ---------- Hero ---------- */
.hero { background: var(--grad-hero); color: #fff; padding: 90px 0 110px; overflow: hidden; position: relative; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: radial-gradient(800px 500px at 60% 0%, #000, transparent 75%); pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 { color: #fff; max-width: 1000px; margin: 0 auto 24px; }
.hero p { color: var(--slate-300); text-align: center; margin: 0 auto; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; text-align: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 999px;
  background: rgba(45,225,194,.12); border: 1px solid rgba(45,225,194,.3); color: var(--teal-400);
  font-size: .82rem; font-weight: 600; font-family: var(--font-head); margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 10px var(--teal-400); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 30px; justify-content: center; }
.hero-trust { display: flex; gap: 30px; flex-wrap: wrap; color: var(--slate-400); font-size: .86rem; justify-content: center; align-items: center; }
.hero-trust span { display: inline-flex; align-items: center; gap: 10px; text-align: left; }
.hero-trust .trust-icon { width: 19px; height: 19px; color: var(--teal-400); flex-shrink: 0; }
.hero-trust b { color: #fff; }

@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- Floating dashboard card (hero) ---------- */
.hero-card {
  background: rgba(10, 18, 42, 0.88);
  border: 1px solid rgba(45, 225, 194, 0.16); border-radius: var(--radius-lg);
  padding: 24px; box-shadow: var(--shadow-lg), 0 0 50px rgba(10, 22, 51, 0.4); backdrop-filter: blur(16px);
  max-width: 1100px; margin: 0 auto;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.hero-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 225, 194, 0.35);
  box-shadow: var(--shadow-lg), 0 20px 60px rgba(45, 225, 194, 0.1);
}
.hero-card .hc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 14px; }
.hero-card .hc-head-left { display: flex; flex-direction: column; gap: 4px; }
.hero-card .hc-title { font-family: var(--font-head); font-weight: 600; color: #fff; font-size: 1.1rem; }
.hero-card .system-status { display: flex; align-items: center; gap: 6px; font-size: 0.74rem; color: var(--slate-400); font-weight: 500; }
.hero-card .status-dot { width: 7px; height: 7px; background: var(--teal-500); border-radius: 50%; box-shadow: 0 0 8px var(--teal-500); animation: pulse 2s infinite; }
.hero-card .hc-tabs { display: flex; gap: 8px; }
.hero-card .hc-tab { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 6px 14px; border-radius: 999px; color: var(--slate-300); font-family: var(--font-head); font-weight: 600; font-size: 0.78rem; cursor: pointer; transition: all 0.2s ease; }
.hero-card .hc-tab.active, .hero-card .hc-tab:hover { background: var(--teal-500); border-color: var(--teal-500); color: #04241f; }
.score-ring { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.ring { width: 110px; height: 110px; flex-shrink: 0; transition: transform 0.3s ease; }
.hero-card:hover .ring { transform: scale(1.04); }
.score-meta .big { font-family: var(--font-head); font-size: 1.95rem; font-weight: 700; color: #fff; line-height: 1.15; }
.score-meta .lbl { font-size: .84rem; color: var(--slate-400); }
.score-meta .up { color: var(--teal-400); font-size: .84rem; font-weight: 600; }
.hc-bars { display: grid; gap: 14px; }
.hc-bar-group { display: grid; gap: 6px; transition: transform 0.2s ease; }
.hc-bar-group:hover { transform: translateX(4px); }
.hc-bar-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; font-size: .88rem; color: #fff; font-weight: 600; }
.hc-bar-row span:last-child { font-weight: 700; font-size: 1rem; }
.hc-track { height: 7px; background: rgba(255,255,255,.08); border-radius: 999px; overflow: hidden; }
.hc-fill { height: 100%; border-radius: 999px; transition: box-shadow 0.2s ease; }

.hc-bar-group.teal .hc-fill { background: var(--teal-500); }
.hc-bar-group.teal .hc-bar-row span:last-child { color: var(--teal-400); }
.hc-bar-group.teal:hover .hc-fill { box-shadow: 0 0 12px var(--teal-500); }

.hc-bar-group.indigo .hc-fill { background: var(--indigo-400); }
.hc-bar-group.indigo .hc-bar-row span:last-child { color: var(--indigo-400); }
.hc-bar-group.indigo:hover .hc-fill { box-shadow: 0 0 12px var(--indigo-400); }

.hc-bar-group.gold .hc-fill { background: var(--gold-400); }
.hc-bar-group.gold .hc-bar-row span:last-child { color: var(--gold-400); }
.hc-bar-group.gold:hover .hc-fill { box-shadow: 0 0 12px var(--gold-400); }

.hc-bar-group.red .hc-fill { background: var(--red); }
.hc-bar-group.red .hc-bar-row span:last-child { color: var(--red); }
.hc-bar-group.red:hover .hc-fill { box-shadow: 0 0 12px var(--red); }
.hc-foot { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; margin-top: 12px; }
.hc-foot-item { display: flex; flex-direction: column; gap: 3px; }
.hc-foot-lbl { font-size: 0.7rem; text-transform: uppercase; color: var(--slate-500); font-weight: 700; letter-spacing: 0.05em; }
.hc-foot-val { font-size: 0.86rem; color: #fff; font-weight: 600; font-family: var(--font-head); }

@media (min-width: 768px) {
  .hero-card {
    padding: 38px 44px;
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 24px 56px;
    align-items: center;
  }
  .hc-head {
    grid-column: 1 / -1;
  }
  .score-ring {
    margin-bottom: 0;
  }
}
@media (max-width: 620px) {
  .hc-foot { grid-template-columns: 1fr; gap: 12px; }
  .hero-card .hc-tabs { display: none; }
}

/* ---------- Logo strip ---------- */
.logos { padding: 38px 0; border-bottom: 1px solid var(--slate-200); background: #fff; }
.logos p { text-align: center; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--slate-400); margin-bottom: 22px; font-weight: 600; }
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 40px; align-items: center; }
.logo-chip { font-family: var(--font-head); font-weight: 600; color: var(--slate-500); font-size: 1.05rem; opacity: .8; display: flex; align-items: center; gap: 8px; }
.logo-chip svg { width: 20px; height: 20px; opacity: .7; }

/* ---------- Section shells ---------- */
.section { padding: 92px 0; }
.section.tight { padding: 64px 0; }
.section.dark { background: var(--grad-navy); color: #fff; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark p { color: var(--slate-300); }
.section.alt { background: #fff; }
.section-head { max-width: 680px; margin-bottom: 54px; }
.section-head.center { margin-left: auto; margin-right: auto; }

/* ---------- Pain points ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pain-card {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius);
  padding: 28px; position: relative; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(45,225,194,.4); }
.pain-card .pi { font-size: 1.5rem; margin-bottom: 14px; }
.pain-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.pain-card p { font-size: .94rem; }
.pain-card .quote { margin-top: 14px; font-style: italic; color: var(--slate-500); font-size: .88rem; border-left: 3px solid var(--teal-500); padding-left: 12px; }

/* ---------- Feature grid ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg);
  padding: 30px; transition: transform .25s, box-shadow .25s;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card .ficon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--slate-100);
  margin-bottom: 18px; color: var(--teal-600);
}
.feature-card .ficon svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.18rem; margin-bottom: 9px; }
.feature-card p { font-size: .95rem; }
.feature-card.dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }

/* ---------- Steps / How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 26px; position: relative;
}
.step .num {
  font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: #04241f;
  width: 38px; height: 38px; border-radius: 11px; background: var(--grad-cyber);
  display: grid; place-items: center; margin-bottom: 16px;
}
.step h3 { font-size: 1.08rem; margin-bottom: 7px; color: #fff; }
.step p { font-size: .9rem; }

/* Light theme overrides for step cards when in a light section */
.section:not(.dark) .step {
  background: var(--paper);
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.section:not(.dark) .step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(45, 225, 194, 0.4);
}
.section:not(.dark) .step h3 {
  color: var(--navy-800);
}
.section:not(.dark) .step p {
  color: var(--slate-700);
}

/* ---------- Stats ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat { text-align: center; padding: 20px; }
.stat .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(2rem, 4vw, 2.9rem); color: var(--teal-400); }
.stat .lbl { color: var(--slate-300); font-size: .92rem; margin-top: 6px; }
.section.alt .stat .num { color: var(--teal-600); }
.section.alt .stat .lbl { color: var(--slate-500); }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-media { order: -1; }
.split-media {
  background: var(--grad-navy); border-radius: var(--radius-lg); padding: 26px;
  border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow);
}
.checklist { display: grid; gap: 13px; margin-top: 22px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; color: var(--slate-700); }
.checklist .ck { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: rgba(45,225,194,.16); color: var(--teal-600); display: grid; place-items: center; font-size: .7rem; margin-top: 2px; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 32px; } .split.reverse .split-media { order: 0; } }

/* ---------- Mini dashboard mock (split media) ---------- */
.mock { display: grid; gap: 12px; }
.mock-row { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 13px 16px; }
.mock-row .ml { display: flex; align-items: center; gap: 11px; color: #fff; font-size: .9rem; font-weight: 500; }
.mock-row .dotc { width: 9px; height: 9px; border-radius: 50%; }
.pill { font-size: .74rem; font-weight: 600; padding: 4px 11px; border-radius: 999px; font-family: var(--font-head); }
.pill.g { background: rgba(34,197,94,.16); color: #5ee89a; }
.pill.a { background: rgba(245,166,35,.16); color: #f7c069; }
.pill.r { background: rgba(239,68,68,.16); color: #f88; }

/* ---------- Industries ---------- */
.ind-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ind-card {
  border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 32px; background: #fff;
  display: grid; grid-template-columns: auto 1fr; gap: 20px; transition: transform .25s, box-shadow .25s;
}
.ind-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ind-card .iicon { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-navy); color: var(--teal-400); display: grid; place-items: center; }
.ind-card .iicon svg { width: 28px; height: 28px; }
.ind-card h3 { font-size: 1.2rem; margin-bottom: 7px; }
.ind-card .reg { display: inline-block; margin-top: 12px; font-size: .78rem; font-weight: 600; color: var(--indigo-500); background: rgba(108,92,231,.1); padding: 4px 11px; border-radius: 999px; }

/* ---------- Testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.qcard { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 28px; }
.qcard .stars { color: var(--gold-400); margin-bottom: 12px; letter-spacing: 2px; }
.qcard p { font-size: .98rem; color: var(--slate-700); }
.qcard .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.qcard .av { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-cyber); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; color: #04241f; }
.qcard .who b { display: block; color: var(--navy-800); font-size: .92rem; }
.qcard .who span { font-size: .8rem; color: var(--slate-500); }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg);
  padding: 34px 30px; display: flex; flex-direction: column; position: relative; transition: transform .25s, box-shadow .25s;
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.price-card.featured { border-color: var(--teal-500); box-shadow: 0 20px 50px rgba(45,225,194,.18); transform: scale(1.02); }
.price-card .ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-cyber); color: #04241f; font-family: var(--font-head); font-weight: 700; font-size: .74rem; padding: 6px 16px; border-radius: 999px; letter-spacing: .04em; }
.price-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.price-card .ptag { font-size: .9rem; color: var(--slate-500); min-height: 42px; }
.price-card .amt { font-family: var(--font-head); font-weight: 700; font-size: 2.4rem; color: var(--navy-800); margin: 18px 0 2px; }
.price-card .amt small { font-size: .9rem; color: var(--slate-500); font-weight: 500; }
.price-card .sub { font-size: .82rem; color: var(--slate-500); margin-bottom: 22px; }
.price-card ul { display: grid; gap: 11px; margin-bottom: 26px; }
.price-card li { display: flex; gap: 10px; font-size: .92rem; color: var(--slate-700); }
.price-card li .ck { color: var(--teal-600); flex-shrink: 0; }
.price-card .btn { margin-top: auto; width: 100%; }

.pricing-note { text-align: center; margin-top: 34px; color: var(--slate-500); font-size: .92rem; }

/* table */
.cmp-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); font-size: .92rem; }
.cmp-table th, .cmp-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--slate-200); }
.cmp-table th { font-family: var(--font-head); background: var(--navy-800); color: #fff; font-size: .85rem; }
.cmp-table td:first-child { font-weight: 600; color: var(--navy-800); }
.cmp-table tr:last-child td { border-bottom: 0; }
.cmp-table .yes { color: var(--green); font-weight: 700; }
.cmp-table .no { color: var(--slate-400); }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 24px; font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; color: var(--navy-800); cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-q .pm { color: var(--teal-600); font-size: 1.4rem; transition: transform .3s; flex-shrink: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 24px; }
.faq-a p { padding-bottom: 20px; font-size: .96rem; }
.faq-item.open .faq-a { max-height: 320px; }
.faq-item.open .pm { transform: rotate(45deg); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--grad-hero); color: #fff; border-radius: var(--radius-xl); padding: 64px; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: var(--slate-300); max-width: 520px; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: var(--slate-400); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; font-family: var(--font-head); }
.footer a { display: block; color: var(--slate-400); font-size: .9rem; margin-bottom: 10px; transition: color .2s; }
.footer a:hover { color: var(--teal-400); }
.footer .brand { display: flex; align-items: center; color: #fff; margin-bottom: 14px; }
.footer .brand .logo,
.side .brand .logo { filter: brightness(0) invert(1); }
.footer .blurb { font-size: .9rem; max-width: 280px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--grad-hero); color: #fff; padding: 80px 0 70px; text-align: center; }
.page-hero h1 { color: #fff; max-width: 760px; margin: 0 auto 16px; }
.page-hero p { color: var(--slate-300); max-width: 600px; margin: 0 auto; font-size: 1.1rem; }
.crumb { font-size: .82rem; color: var(--teal-400); margin-bottom: 14px; font-family: var(--font-head); letter-spacing: .08em; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--navy-800); margin-bottom: 7px; font-family: var(--font-head); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--slate-300); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: .95rem; color: var(--ink); background: var(--paper); transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal-500); box-shadow: 0 0 0 3px rgba(45,225,194,.18); }
.form-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .82rem; color: var(--slate-500); margin-top: 6px; }

/* ---------- Responsive grids ---------- */
@media (max-width: 900px) {
  .pain-grid, .feature-grid, .quote-grid, .price-grid, .steps, .stat-grid, .ind-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { padding: 0 16px; }
  .pain-grid, .feature-grid, .quote-grid, .price-grid, .steps, .stat-grid, .ind-grid, .form-grid2 { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
  .price-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 64px 0; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.footer-text{
  color:#fff;
}

/* ---------- Browser Window Mockup Component ---------- */
.browser-mockup {
  background: rgba(10, 18, 42, 0.88);
  border: 1px solid rgba(45, 225, 194, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg), 0 0 50px rgba(10, 22, 51, 0.4);
  backdrop-filter: blur(16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.browser-mockup:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 225, 194, 0.35);
  box-shadow: var(--shadow-lg), 0 20px 60px rgba(45, 225, 194, 0.1);
}

.browser-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(10, 22, 51, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 20px;
  user-select: none;
  flex-shrink: 0;
}

.browser-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.browser-dots .dot-red { background: #ff5f56; }
.browser-dots .dot-yellow { background: #ffbd2e; }
.browser-dots .dot-green { background: #27c93f; }

.browser-address {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 4px 20px;
  font-family: var(--font-head);
  font-size: 0.76rem;
  color: var(--slate-400);
  max-width: 320px;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-address .address-lock {
  width: 11px;
  height: 11px;
  color: var(--teal-400);
  flex-shrink: 0;
}

.browser-action-dots {
  display: flex;
  gap: 3px;
}

.browser-action-dots span {
  width: 3px;
  height: 3px;
  background: var(--slate-500);
  border-radius: 50%;
}

.browser-content {
  position: relative;
  width: 100%;
  flex: 1;
}

.browser-image {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.95);
  transition: filter 0.3s ease;
}

.browser-mockup:hover .browser-image {
  filter: brightness(1.02);
}

/* Override standard hero-card layout when browser-mockup is applied */
.hero-card.browser-mockup {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-card.browser-mockup {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    align-items: stretch !important;
  }
}

/* Helper to allow clean split-media screenshot wrapping */
.split-media.browser-frame {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ---------- Dark Pain Card theme styles ---------- */
.pain-card.dark {
  background: var(--navy-800) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--slate-300) !important;
}

.pain-card.dark h3 {
  color: #fff !important;
}

.pain-card.dark p {
  color: var(--slate-300) !important;
}

.pain-card.dark .quote {
  color: var(--slate-400) !important;
  border-left-color: var(--teal-400) !important;
}

/* ---------- Dark Feature Card icon overrides ---------- */
.feature-card.dark .ficon {
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--teal-400) !important;
}