/* ==========================================================================
   Ai Broker Solutions — shared design system
   Edit styling here once; every page picks it up.
   Brand: deep navy #0B1D33 · teal #1D6F6A · stone #6B7280 · gold #C9A66B
   Light gray #F1F4F6 · warm white #FAF8F6
   Fonts: Inter SemiBold (headings) · Inter Regular (body)
   ========================================================================== */

:root {
  --navy: #0B1D33;
  --teal: #1D6F6A;
  --teal-dark: #155350;
  --steel: #6B7280;   /* stone gray — keeps the old variable name so every page works */
  --gold: #C9A66B;
  --cool: #E4E9EE;
  --light: #F1F4F6;
  --warm: #FAF8F6;
  --white: #FFFFFF;
  --maxw: 1200px;
  --radius: 16px;
  --shadow-soft: 0 2px 6px rgba(11, 29, 51, 0.05);
  --shadow-lift: 0 16px 40px rgba(11, 29, 51, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: var(--navy);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

a { color: var(--teal); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ---- Buttons ---- */
.btn {
  display: inline-block; padding: 13px 24px; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
  text-decoration: none; cursor: pointer; transition: all 0.2s ease; border: none;
}
.btn-primary { background: var(--teal); color: var(--white); }
.btn-primary:hover {
  background: var(--teal-dark); transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(29, 111, 106, 0.28);
}
.btn-secondary { background: var(--white); color: var(--navy); border: 1.5px solid var(--cool); }
.btn-secondary:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.btn-ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.06); transform: translateY(-1px); }
.btn-lg { padding: 16px 34px; font-size: 16px; font-weight: 600; }

/* ---- Nav ---- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250, 248, 246, 0.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
nav.scrolled { border-bottom-color: var(--cool); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 32px; max-width: var(--maxw); margin: 0 auto;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { width: 44px; height: 44px; }
.logo-text {
  font-family: 'Inter', sans-serif; font-weight: 700;
  color: var(--navy); line-height: 1.05; font-size: 15px; letter-spacing: -0.01em;
}
.logo-text span {
  display: block; font-weight: 500; color: var(--steel);
  font-size: 11px; letter-spacing: 0.08em;
}
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  color: var(--navy); text-decoration: none;
  font-size: 14px; font-weight: 500; transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-cta { padding: 10px 18px; font-size: 13px; }
.nav-links a.nav-cta { color: var(--white); }
.nav-links a.nav-cta:hover { color: var(--white); }
.hamburger { display: none; }

/* ---- Eyebrow / section headings ---- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; background: rgba(29, 111, 106, 0.08);
  border: 1px solid rgba(29, 111, 106, 0.22); border-radius: 100px;
  color: var(--teal); font-size: 12px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 24px;
}
.eyebrow-dot {
  width: 6px; height: 6px; background: var(--teal); border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}
.section-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--teal); margin-bottom: 16px;
}
.section-title { font-size: clamp(28px, 3.5vw, 40px); color: var(--navy); margin-bottom: 20px; max-width: 760px; }
.section-lead { font-size: 17px; color: var(--steel); max-width: 660px; margin-bottom: 56px; }
section.block { padding: 100px 0; }
.center { text-align: center; }
.center .section-title, .center .section-lead { margin-left: auto; margin-right: auto; }

/* ---- Hero ---- */
.hero {
  padding: 150px 0 90px;
  background: linear-gradient(180deg, var(--warm) 0%, var(--light) 100%);
  overflow: hidden; position: relative;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(34px, 4.8vw, 54px); margin-bottom: 18px; color: var(--navy); }
.hero h1 .accent { color: var(--teal); }
.hero .lead { font-size: 18px; color: var(--steel); margin-bottom: 30px; max-width: 560px; }
.hero-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-ctas .text-link { color: var(--steel); font-weight: 600; font-size: 14px; text-decoration: none; }
.hero-ctas .text-link:hover { color: var(--teal); }
.text-link { color: var(--teal); font-weight: 600; font-size: 14px; text-decoration: none; }
.text-link:hover { color: var(--teal-dark); }
.hero-note { font-size: 13px; color: var(--steel); margin-top: 16px; }
.hero-note strong { color: var(--navy); }
.hero-visual { position: relative; max-width: 480px; margin-left: auto; }

/* ---- Trust band (At a glance) ---- */
.statband { background: var(--navy); color: var(--white); padding: 48px 0; }
.statband-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat { display: flex; gap: 14px; align-items: flex-start; text-align: left; }
.stat .t-icon {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.35); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
}
.stat .t-icon svg { width: 20px; height: 20px; }
.stat .num { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px; color: var(--white); line-height: 1.25; }
.stat .lbl { font-size: 13px; color: rgba(255,255,255,0.72); margin-top: 4px; }

/* ---- Cards ---- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.cards-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.card {
  padding: 34px 30px; background: var(--white); border: 1px solid var(--cool);
  border-radius: var(--radius); transition: all 0.3s ease; text-align: left;
  box-shadow: var(--shadow-soft);
}
.card:hover { border-color: rgba(29,111,106,0.45); transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.card h3 { font-size: 19px; margin-bottom: 10px; color: var(--navy); }
.card p { font-size: 15px; color: var(--steel); }
.step-number {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; background: var(--teal); color: var(--white);
  border-radius: 50%; font-family: 'Inter', sans-serif;
  font-weight: 600; font-size: 15px; margin-bottom: 20px;
}
.card-icon { width: 44px; height: 44px; color: var(--teal); margin-bottom: 18px; }
.flag-card { border-left: 3px solid var(--teal); }
.flag-card .card-icon { width: 30px; height: 30px; margin-bottom: 14px; }
.flag-card h3 { font-size: 17px; }
.flag-card p { font-size: 14px; }

/* ---- Brand value cards (round teal icon, like the design brief) ---- */
.value-card { text-align: left; }
.value-icon {
  width: 52px; height: 52px; border-radius: 50%; background: var(--teal);
  color: var(--white); display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.value-icon svg { width: 24px; height: 24px; }

/* ---- Dark section ---- */
.dark { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.dark::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.dark .section-title { color: var(--white); }
.dark .section-lead { color: rgba(255,255,255,0.78); }

/* ---- Comparison table ---- */
.compare { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--cool); border-radius: var(--radius); overflow: hidden; }
.compare th, .compare td { padding: 18px 22px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--cool); }
.compare thead th { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; color: var(--navy); background: var(--light); }
.compare thead th.us { color: var(--teal); }
.compare td.row-label { color: var(--steel); font-weight: 500; }
.compare td.them { color: var(--steel); }
.compare td.us { color: var(--navy); font-weight: 600; }
.compare tr:last-child td { border-bottom: none; }

/* ---- Privacy differentiator ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.split-card { border-radius: var(--radius); padding: 34px; }
.split-card.them { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); }
.split-card.us { background: rgba(29,111,106,0.22); border: 1px solid rgba(105,190,183,0.45); }
.split-card h3 { font-size: 18px; color: var(--white); margin-bottom: 18px; }
.split-card ul { list-style: none; }
.split-card li { display: flex; gap: 12px; padding: 9px 0; font-size: 14px; color: rgba(255,255,255,0.85); }
.split-card .mark { flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px; }
.split-card.us .mark { color: #6FBFB8; }
.split-card.them .mark { color: #d98a8a; }

/* ---- Calculator ---- */
.calc { background: var(--white); border: 1px solid var(--cool); border-radius: var(--radius); padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; box-shadow: var(--shadow-soft); }
.calc-controls label { display: block; font-size: 14px; font-weight: 600; color: var(--navy); margin: 18px 0 8px; }
.calc-controls label:first-child { margin-top: 0; }
.calc-controls input[type=range] { width: 100%; accent-color: var(--teal); }
.calc-controls .val { color: var(--teal); font-weight: 700; }
.calc-result { background: var(--navy); color: var(--white); border-radius: 12px; padding: 32px; text-align: center; }
.calc-result .big { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 44px; color: var(--gold); line-height: 1.05; letter-spacing: -0.02em; }
.calc-result .big.sub { font-size: 30px; margin-top: 14px; }
.calc-result .cap { font-size: 14px; color: rgba(255,255,255,0.75); margin-top: 6px; }

/* ---- Demo ---- */
.demo-box { background: var(--white); border: 1px solid var(--cool); border-radius: var(--radius); padding: 28px; max-width: 880px; margin: 0 auto; box-shadow: var(--shadow-lift); }
.demo-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; flex-wrap: wrap; gap: 12px; }
.demo-timer { font-family: 'Inter', sans-serif; font-weight: 700; color: var(--teal); font-size: 15px; }
.demo-rows { list-style: none; }
.demo-row { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; padding: 11px 4px; border-bottom: 1px solid var(--cool); font-size: 14px; }
.demo-row:last-child { border-bottom: none; }
.demo-merchant { color: var(--navy); font-weight: 500; }
.demo-amt { color: var(--steel); font-variant-numeric: tabular-nums; }
.demo-cat { font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 100px; opacity: 0; transform: translateX(8px); transition: all 0.3s ease; white-space: nowrap; }
.demo-cat.show { opacity: 1; transform: translateX(0); }
.demo-cat.committed { background: rgba(29,111,106,0.12); color: var(--teal-dark); }
.demo-cat.discretionary { background: rgba(107,114,128,0.12); color: var(--steel); }
.demo-cat.income { background: rgba(11,29,51,0.08); color: var(--navy); }
.demo-cat.flag { background: rgba(192,57,43,0.10); color: #b23a2e; }
.demo-summary { display: none; margin-top: 22px; padding-top: 22px; border-top: 2px solid var(--cool); grid-template-columns: repeat(3,1fr); gap: 18px; text-align: center; }
.demo-summary.show { display: grid; }
.demo-summary .s-num { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 22px; color: var(--navy); }
.demo-summary .s-num.teal { color: var(--teal); }
.demo-summary .s-lbl { font-size: 12px; color: var(--steel); margin-top: 4px; }

/* ---- Pricing ---- */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.tier { background: var(--white); border: 1.5px solid var(--cool); border-radius: var(--radius); padding: 32px 26px; display: flex; flex-direction: column; transition: all 0.2s ease; position: relative; box-shadow: var(--shadow-soft); }
.tier:hover { border-color: rgba(29,111,106,0.5); box-shadow: var(--shadow-lift); }
.tier.featured { border-color: var(--teal); }
.tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 12px; border-radius: 100px; white-space: nowrap; }
.tier-name { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 18px; color: var(--navy); margin-bottom: 4px; }
.tier-price { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 30px; color: var(--teal); line-height: 1.1; margin-bottom: 2px; letter-spacing: -0.02em; }
.tier-price span { font-size: 14px; font-weight: 500; color: var(--steel); }
.tier-price.custom { font-size: 24px; }
.tier-licences { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.tier-desc { font-size: 13px; color: var(--steel); margin-bottom: 20px; min-height: 36px; }
.tier-caps { list-style: none; margin-bottom: 24px; flex: 1; }
.tier-caps li { font-size: 13px; color: var(--steel); padding: 6px 0; border-bottom: 1px solid var(--cool); display: flex; gap: 8px; }
.tier-caps li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }
.tier-cta { display: block; text-align: center; padding: 12px 18px; border-radius: 10px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.2s ease; background: var(--teal); color: var(--white); }
.tier-cta:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(29,111,106,0.25); }
.tier-cta.outline { background: transparent; color: var(--navy); border: 1.5px solid var(--cool); }
.tier-cta.outline:hover { border-color: var(--teal); color: var(--teal); box-shadow: none; }
.pricing-foot { text-align: center; margin-top: 24px; font-size: 13px; color: var(--steel); }
.pricing-foot a { color: var(--steel); text-decoration: underline; text-underline-offset: 3px; }
.trial-flag { display: inline-flex; align-items: center; gap: 8px; background: rgba(29,111,106,0.10); border: 1px solid rgba(29,111,106,0.3); color: var(--teal-dark); font-weight: 600; font-size: 14px; padding: 8px 16px; border-radius: 100px; margin: 0 auto 32px; }
.dark .trial-flag { background: rgba(255,255,255,0.08); border-color: rgba(105,190,183,0.45); color: #9ED4CE; }

/* ---- Testimonial / quote card ---- */
.quote-card {
  max-width: 760px; margin: 0 auto; background: var(--white);
  border: 1px solid var(--cool); border-radius: var(--radius);
  padding: 44px 48px; text-align: left; box-shadow: var(--shadow-soft); position: relative;
}
.quote-card::before {
  content: '\201C'; position: absolute; top: 8px; left: 24px;
  font-size: 84px; line-height: 1; color: var(--gold); font-family: Georgia, serif; opacity: 0.85;
}
.quote-card blockquote { font-size: 20px; font-weight: 500; color: var(--navy); line-height: 1.55; margin: 0 0 18px; padding-left: 36px; }
.quote-card cite { display: block; font-style: normal; font-size: 14px; color: var(--steel); padding-left: 36px; }
.quote-card cite strong { color: var(--navy); font-weight: 600; }

/* ---- Download panel ---- */
.download-card {
  max-width: 720px; margin: 0 auto; background: var(--white);
  border: 1px solid var(--cool); border-radius: var(--radius);
  padding: 38px 40px; text-align: center; box-shadow: var(--shadow-soft);
}
.download-card h3 { font-size: 22px; color: var(--navy); margin-bottom: 10px; }
.download-card p { font-size: 15px; color: var(--steel); margin-bottom: 22px; }
.download-meta { font-size: 12.5px; color: var(--steel); margin-top: 18px; }
.download-meta code { background: var(--light); padding: 2px 8px; border-radius: 6px; font-size: 12px; color: var(--navy); }

/* ---- FAQ (accordion via <details>) ---- */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border: 1px solid var(--cool); border-radius: 12px; margin-bottom: 12px; background: var(--white); overflow: hidden; }
.faq details[open] { border-color: var(--teal); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 24px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--teal); font-size: 22px; font-weight: 400; line-height: 1; flex-shrink: 0; }
.faq details[open] summary::after { content: '\2013'; }
.faq .faq-body { padding: 0 24px 22px; color: var(--steel); font-size: 15px; line-height: 1.7; }

/* ---- Trusted by ---- */
.trusted { text-align: center; }
.trusted p { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--steel); margin-bottom: 22px; }
.trusted-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px; }
.trusted-logos .slot { height: 34px; min-width: 120px; border: 1px dashed var(--cool); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--steel); font-size: 12px; opacity: 0.7; }
.trust-logo { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 18px; color: var(--navy); padding: 12px 20px; border: 1px solid var(--cool); border-radius: 12px; line-height: 1.1; transition: all 0.2s ease; }
.trust-logo span { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.14em; color: var(--steel); margin-top: 3px; }
.trust-logo:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.trust-logo:hover span { color: var(--teal); }

/* ---- Signup / demo form ---- */
.signup-form { max-width: 520px; margin: 0 auto 18px; background: var(--white); border-radius: var(--radius); padding: 30px; text-align: left; box-shadow: 0 20px 50px rgba(0,0,0,0.22); }
.signup-form .field { margin-bottom: 14px; }
.signup-form label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.signup-form input { display: block; width: 100%; padding: 12px 14px; border: 1px solid var(--cool); border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 15px; color: var(--navy); background: var(--white); }
.signup-form input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(29,111,106,0.14); }
.signup-form button { width: 100%; margin-top: 8px; }
.signup-form .hp { position: absolute; left: -9999px; }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, #122c4a 100%); color: var(--white); text-align: center; padding: 100px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.cta-band h2 { font-size: clamp(28px, 4vw, 42px); color: var(--white); margin-bottom: 16px; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,0.78); max-width: 560px; margin: 0 auto 30px; }
.cta-band .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 8px; }

/* ---- Footer ---- */
footer { background: var(--navy); color: rgba(255,255,255,0.55); padding: 56px 0 32px; font-size: 13px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-col h5 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 12px; color: var(--white); margin-bottom: 14px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-col p, .footer-col a { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.9; text-decoration: none; display: block; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 14px; margin-top: 14px; }
.footer-social a { display: inline-flex; }
.footer-social svg { width: 20px; height: 20px; color: rgba(255,255,255,0.55); transition: color 0.2s ease; }
.footer-social a:hover svg { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s ease; }
.footer-bottom a:hover { color: var(--gold); }

/* ---- Long-form (terms / privacy / changelog) ---- */
.doc { padding: 140px 0 90px; }
.doc-inner { max-width: 820px; margin: 0 auto; }
.doc h1 { font-size: clamp(30px, 4vw, 42px); color: var(--navy); margin-bottom: 8px; }
.doc .updated { color: var(--steel); font-size: 14px; margin-bottom: 40px; }
.doc h2 { font-size: 22px; color: var(--navy); margin: 40px 0 14px; }
.doc h3 { font-size: 17px; color: var(--navy); margin: 26px 0 10px; }
.doc p, .doc li { color: var(--steel); font-size: 16px; line-height: 1.75; }
.doc ul, .doc ol { margin: 0 0 18px 22px; }
.doc li { margin-bottom: 8px; }
.doc table.limits { width: 100%; border-collapse: collapse; margin: 20px 0; border: 1px solid var(--cool); border-radius: 10px; overflow: hidden; }
.doc table.limits th, .doc table.limits td { padding: 14px 18px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--cool); }
.doc table.limits th { font-family: 'Inter', sans-serif; font-weight: 600; background: var(--light); color: var(--navy); }
.doc table.limits td { color: var(--steel); }
.doc table.limits tr:last-child td { border-bottom: none; }

/* ---- Animated hero report ---- */
.hv-float { animation: hvFloat 6s ease-in-out infinite; }
@keyframes hvFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hv-arc1 { stroke-dashoffset: 145; animation: hvDraw1 6s ease-in-out infinite; }
.hv-arc2 { stroke-dashoffset: 182; animation: hvDraw2 6s ease-in-out infinite; }
@keyframes hvDraw1 { 0% { stroke-dashoffset: 327; } 22%,78% { stroke-dashoffset: 145; } 100% { stroke-dashoffset: 327; } }
@keyframes hvDraw2 { 0%,12% { stroke-dashoffset: 327; } 40%,78% { stroke-dashoffset: 182; } 100% { stroke-dashoffset: 327; } }
.hv-bar { transform: scaleX(1); transform-box: fill-box; transform-origin: left center; animation: hvBar 6s ease-in-out infinite; }
.hv-bar.b2 { animation-delay: 0.18s; }
.hv-bar.b3 { animation-delay: 0.36s; }
@keyframes hvBar { 0%,8% { transform: scaleX(0); } 32%,82% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
.hv-num, .hv-chip { animation: hvFade 6s ease-in-out infinite; }
.hv-chip.c2 { animation-delay: 0.2s; }
.hv-chip.c3 { animation-delay: 0.4s; }
@keyframes hvFade { 0%,22% { opacity: 0; } 40%,82% { opacity: 1; } 100% { opacity: 0; } }
.hv-dot { animation: pulse 2s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .hv-float, .hv-arc1, .hv-arc2, .hv-bar, .hv-num, .hv-chip, .hv-dot, .eyebrow-dot, .fade-up { animation: none; }
}

/* ---- Animations ---- */
.fade-up { opacity: 0; transform: translateY(20px); animation: fadeUp 0.8s cubic-bezier(0.16,1,0.3,1) forwards; }
.fade-up:nth-child(2) { animation-delay: 0.1s; }
.fade-up:nth-child(3) { animation-delay: 0.2s; }
.fade-up:nth-child(4) { animation-delay: 0.3s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ---- Responsive ---- */
@media (max-width: 1000px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .cards-5 { grid-template-columns: repeat(2, 1fr); }
  .statband-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: block; background: none; border: none; color: var(--navy); cursor: pointer; }
  .hero { padding: 120px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { max-width: 380px; margin: 0 auto; }
  .cards-3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .calc { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  section.block { padding: 70px 0; }
  .cta-band { padding: 70px 0; }
  .container { padding: 0 24px; }
  .nav-inner { padding: 14px 24px; }
  .quote-card { padding: 36px 28px; }
  .quote-card blockquote, .quote-card cite { padding-left: 24px; }
}
@media (max-width: 560px) {
  .pricing-grid, .cards-4, .cards-5, .statband-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .demo-row { grid-template-columns: 1fr auto; }
  .demo-row .demo-cat { grid-column: 1 / -1; justify-self: start; }
  .compare th, .compare td { padding: 14px; font-size: 13px; }
  .download-card { padding: 28px 22px; }
}
