/* ============================================================
   AUDITABLE — Shared Stylesheet
   Brand: Cormorant Garamond + Plus Jakarta Sans
   Accent: #546F55 (Sage)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

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

/* ── BRAND TOKENS ── */
:root {
  --sage:        #546F55;
  --sage-dark:   #3D5440;
  --sage-light:  #8AAD8D;
  --sage-pale:   #EBF1EB;
  --sage-mid:    #6E8F71;
  --ink:         #1A1E1A;
  --ink-soft:    #4A504A;
  --ink-faint:   #696F69;
  --ink-ghost:   #A8AEA8;
  --cream:       #F7F4EF;
  --off-white:   #FDFCFA;
  --white:       #ffffff;
  --rule:        #DDD9D2;
  --rule-soft:   #EDE9E3;
  --red-soft:    #FFF0EE;
  --red-text:    #C44B3A;
  --amber-soft:  #FFF8EC;
  --amber-text:  #9A6B1A;
  --blue-soft:   #EEF4FF;
  --blue-text:   #3557A0;

  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'Plus Jakarta Sans', sans-serif;

  --r:           10px;
  --r-lg:        16px;
  --shadow-sm:   0 2px 12px rgba(26,30,26,0.07);
  --shadow:      0 6px 28px rgba(26,30,26,0.09);
  --shadow-lg:   0 16px 56px rgba(26,30,26,0.11);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--off-white);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── FOCUS VISIBLE — WCAG 2.4.7 / 2.4.11 ── */
:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 3px;
  border-radius: 3px;
}
:focus:not(:focus-visible) { outline: none; }

/* Underline inline links within prose — WCAG 1.4.1 */
p a:not([class]), li a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}

.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 9999;
  background: var(--sage); color: #fff; padding: 8px 16px;
  border-radius: var(--r); font-weight: 600; font-size: 14px;
  transition: top .15s;
}
.skip-link:focus { top: 16px; }

/* ── LAYOUT ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

section { padding: 96px 0; }

/* ── AUDITABLE LOGO COMPONENT ── */
.auditable-logo {
  display: inline-flex; align-items: center; gap: 14px;
  text-decoration: none; user-select: none;
}

.aud-mark { flex-shrink: 0; }
.aud-mark svg .spoke-ink  { stroke: var(--ink); }
.aud-mark svg .spoke-sage { stroke: var(--sage); }

.aud-text { display: flex; flex-direction: column; }

.aud-name {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1;
}
.aud-name em { font-style: italic; color: var(--sage); }

.aud-tag {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* Size scale */
.auditable-logo.sm { gap: 10px; }
.auditable-logo.sm .aud-name { font-size: 18px; }
.auditable-logo.sm .aud-tag  { font-size: 7.5px; margin-top: 4px; }

.auditable-logo.md { gap: 14px; }
.auditable-logo.md .aud-name { font-size: 28px; }
.auditable-logo.md .aud-tag  { font-size: 9px; margin-top: 5px; }

.auditable-logo.lg { gap: 18px; }
.auditable-logo.lg .aud-name { font-size: 40px; }
.auditable-logo.lg .aud-tag  { font-size: 10px; margin-top: 7px; letter-spacing: 0.22em; }

/* Dark variant */
.auditable-logo.dark .aud-mark svg .spoke-ink  { stroke: #fff; }
.auditable-logo.dark .aud-mark svg .spoke-sage { stroke: var(--sage-light); }
.auditable-logo.dark .aud-name                 { color: #fff; }
.auditable-logo.dark .aud-name em              { color: var(--sage-light); }
.auditable-logo.dark .aud-tag                  { color: rgba(255,255,255,0.32); }

/* No-tag modifier */
.auditable-logo.no-tag .aud-tag { display: none; }

/* ── NAV ── */
header {
  position: sticky; top: 0; z-index: 100;
}

nav {
  background: rgba(253,252,250,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow .3s;
}

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font-size: 0.875rem; color: var(--ink-soft); transition: color .15s; font-weight: 500; }
.nav-links a:hover,
.nav-links a.active { color: var(--sage-dark); }

.nav-cta { display: flex; align-items: center; gap: 10px; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-sans); font-weight: 500;
  border-radius: var(--r); cursor: pointer; border: none;
  transition: all .2s; white-space: nowrap; text-decoration: none;
}

.btn-primary {
  background: var(--sage); color: #fff;
  font-size: 0.875rem; padding: 10px 20px;
}
.btn-primary:hover { background: var(--sage-dark); transform: translateY(-1px); }

.btn-outline {
  background: transparent; color: var(--ink-soft);
  border: 1px solid var(--rule); font-size: 0.875rem; padding: 10px 20px;
}
.btn-outline:hover { border-color: var(--sage); color: var(--sage-dark); }

.btn-lg { font-size: 1rem; padding: 13px 26px; border-radius: 12px; }
.btn-xl { font-size: 1.05rem; padding: 15px 32px; border-radius: 12px; }

/* ── SECTION TYPOGRAPHY ── */
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 12px;
}
.section-tag::before { content: ''; display: block; width: 18px; height: 1px; background: var(--sage); }

.section-h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500; line-height: 1.18;
  letter-spacing: -0.02em; color: var(--ink);
  margin-bottom: 14px;
}
.section-h2 em { font-style: italic; color: var(--sage); }

.section-desc {
  font-size: 1rem; color: var(--ink-soft);
  line-height: 1.75; font-weight: 300;
  max-width: 560px;
}

.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; }
.section-header.center .section-desc { margin: 0 auto; }
.section-header.center .section-tag { justify-content: center; }
.section-header.center .section-tag::before { display: none; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: var(--cream);
  padding: 80px 0 72px;
  border-bottom: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; top: -120px; right: -60px;
  width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, rgba(84,111,85,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sage);
  background: var(--sage-pale); border: 1px solid rgba(84,111,85,0.2);
  padding: 5px 14px; border-radius: 99px;
  margin-bottom: 20px;
}
.page-hero-eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }

.page-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500; line-height: 1.12;
  letter-spacing: -0.02em; color: var(--ink);
  margin-bottom: 18px;
}
.page-hero-title em { font-style: italic; color: var(--sage); }

.page-hero-desc {
  font-size: 1.05rem; color: var(--ink-soft); line-height: 1.75;
  max-width: 580px; font-weight: 300; margin-bottom: 32px;
}

/* ── TRUST BAR ── */
.trust {
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--cream);
}

.trust-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
}

.trust-label {
  font-size: 0.7rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--ink-faint);
}

.trust-badges { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }

.trust-badge {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.82rem; font-weight: 500; color: var(--ink-faint);
}
.trust-badge svg { width: 15px; stroke: var(--sage-light); fill: none; stroke-width: 1.8; stroke-linecap: round; }

/* ── CARD BASE ── */
.card-base {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 32px;
  transition: box-shadow .2s, transform .2s;
}
.card-base:hover { box-shadow: var(--shadow); transform: translateY(-2px); }

/* ── SERVICE CARDS ── */
/* Services section: subtle tinted background so backdrop-filter has something to blur */
#services {
  position: relative;
  overflow: hidden;
}
#services::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 60%, rgba(84,111,85,0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 20%, rgba(84,111,85,0.05) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}
#services > .container { position: relative; z-index: 1; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }

.service-card {
  background: rgba(253, 252, 250, 0.76);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.68);
  box-shadow: 0 2px 16px rgba(26,30,26,0.05), inset 0 1px 0 rgba(255,255,255,0.72);
  padding: 36px 32px;
  position: relative; overflow: hidden;
  transition: background .25s, box-shadow .25s;
}
.service-card:hover {
  background: rgba(255,255,255,0.9);
  box-shadow: var(--shadow);
}
.service-card.featured {
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow);
}

/* Subtle paper/noise texture on cards — tactile quality */
.service-card::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 250px 250px;
  opacity: 0.05;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 32px; right: 32px;
  height: 2px; background: var(--sage);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.service-card:hover::after, .service-card.featured::after { transform: scaleX(1); }

/* Service card pain-point header + subtitle */
.service-name {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-faint);
  margin-bottom: 10px;
}
.service-card h3 {
  font-family: var(--font-serif); font-size: 1.15rem; font-weight: 500;
  color: var(--ink); margin-bottom: 14px; line-height: 1.3;
}
.service-card > p {
  font-size: 0.875rem; color: var(--ink-soft); line-height: 1.7;
  margin-bottom: 8px; font-weight: 300;
}
.service-card > p + p { margin-bottom: 16px; }

/* In-card "X approach vs. Auditable Standard" comparison table */
.svc-compare {
  width: 100%; border-collapse: collapse;
  border: 1px solid var(--rule); border-radius: var(--r);
  overflow: hidden; font-size: 0.775rem;
  margin: 14px 0 20px;
}
.svc-compare th {
  padding: 7px 11px; text-align: left;
  font-weight: 700; font-size: 0.67rem;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.svc-compare th.sc-mess { background: var(--red-soft); color: var(--red-text); }
.svc-compare th.sc-good { background: var(--sage-pale); color: var(--sage-dark); }
.svc-compare td {
  padding: 7px 11px; vertical-align: top;
  color: var(--ink-soft); line-height: 1.5;
  border-top: 1px solid var(--rule-soft);
}
.svc-compare tr:first-child td { border-top: none; }
.svc-compare td.sc-mess { background: var(--white); }
.svc-compare td.sc-good { background: rgba(84,111,85,0.04); }

.service-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 3px 11px; border-radius: 99px; margin-bottom: 18px;
}
.service-tag.popular  { background: var(--sage-pale); color: var(--sage-dark); }
.service-tag.standard { background: var(--cream); color: var(--ink-faint); border: 1px solid var(--rule); }

.service-card h3 { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.service-card > p { font-size: 0.875rem; color: var(--ink-soft); line-height: 1.7; margin-bottom: 20px; font-weight: 300; }

.service-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.service-list li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 0.82rem; color: var(--ink-soft);
}
.service-list li::before {
  content: ''; width: 14px; height: 14px; border-radius: 50%;
  background: var(--sage-pale); flex-shrink: 0; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23546F55' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='3,7 5.5,9.5 11,4'/%3E%3C/svg%3E");
  background-size: cover;
}

/* ── WHY CARDS ── */
.why { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }

.why-card {
  background: var(--off-white); padding: 36px 28px;
  position: relative; overflow: hidden; transition: background .25s;
}
.why-card:hover { background: var(--white); }
.why-card::after {
  content: ''; position: absolute; bottom: 0; left: 28px; right: 28px;
  height: 2px; background: var(--sage);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.why-card:hover::after { transform: scaleX(1); }

.why-icon {
  width: 44px; height: 44px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.why-icon.red   { background: #FFF0EE; }
.why-icon.green { background: var(--sage-pale); }
.why-icon.blue  { background: var(--blue-soft); }
.why-icon svg   { width: 20px; stroke-width: 1.7; fill: none; stroke-linecap: round; }
.why-icon.red svg   { stroke: var(--red-text); }
.why-icon.green svg { stroke: var(--sage); }
.why-icon.blue svg  { stroke: var(--blue-text); }

.why-card h3 { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.why-stat {
  font-family: var(--font-serif); font-size: 2rem; font-weight: 500;
  letter-spacing: -0.03em; color: var(--ink); margin: 10px 0 4px;
}
.why-card p { font-size: 0.875rem; color: var(--ink-soft); line-height: 1.7; font-weight: 300; }
.why-sub { font-size: 0.72rem !important; color: var(--ink-ghost) !important; margin-bottom: 10px !important; }

/* ── PROCESS STEPS ── */
.process { background: var(--cream); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-steps::before {
  content: ''; position: absolute;
  top: 28px; left: 14%; right: 14%; height: 1px;
  background: var(--rule); z-index: 0;
}
.process-step { padding: 0 20px; text-align: center; position: relative; z-index: 1; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1.1rem; font-weight: 500;
  color: var(--sage); margin: 0 auto 20px; box-shadow: var(--shadow-sm);
}
.step-title  { font-family: var(--font-serif); font-size: 1rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.step-desc   { font-size: 0.825rem; color: var(--ink-soft); line-height: 1.7; font-weight: 300; }

/* ── DELIVERABLES ── */
.deliverables-grid  { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: center; }
.deliverables-list  { display: flex; flex-direction: column; gap: 16px; }

.deliverable-item {
  display: flex; gap: 16px; padding: 18px;
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r); transition: border-color .2s; cursor: default;
}
.deliverable-item:hover { border-color: var(--sage-light); }

.deliverable-icon {
  width: 38px; height: 38px; border-radius: 9px;
  background: var(--sage-pale); border: 1px solid rgba(84,111,85,0.15);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.deliverable-icon svg { width: 16px; stroke: var(--sage); fill: none; stroke-width: 1.8; stroke-linecap: round; }
.deliverable-item h4 { font-size: 0.875rem; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.deliverable-item p  { font-size: 0.8rem; color: var(--ink-soft); line-height: 1.6; font-weight: 300; }

/* ── REPORT MOCKUP ── */
.report-mockup {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg);
}
.rm-bar {
  background: var(--cream); padding: 10px 14px;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid var(--rule);
}
.rm-dot { width: 9px; height: 9px; border-radius: 50%; }
.rm-body { padding: 20px; }
.rm-cover {
  background: var(--sage-dark); border-radius: var(--r);
  padding: 20px; margin-bottom: 14px;
}
.rm-cover-label  { font-size: 8px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sage-light); font-weight: 600; margin-bottom: 8px; }
.rm-cover-title  { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 500; color: #fff; margin-bottom: 2px; }
.rm-cover-url    { font-size: 9px; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.rm-score-row    { display: flex; align-items: center; gap: 12px; }
.rm-score-big    { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 600; color: #fca5a5; line-height: 1; }
.rm-grade        { font-size: 13px; font-weight: 600; color: #fca5a5; }
.rm-conform-badge {
  font-size: 9px; color: #fca5a5; background: rgba(239,68,68,0.15);
  border: 1px solid rgba(239,68,68,0.25); padding: 2px 9px;
  border-radius: 99px; margin-top: 4px; display: inline-block;
}
.rm-stats { display: flex; gap: 8px; margin-top: 10px; }
.rm-stat { padding: 7px 10px; border-radius: 8px; text-align: center; flex: 1; background: rgba(255,255,255,0.07); }
.rm-stat-n { font-size: 15px; font-weight: 700; }
.rm-stat.s .rm-stat-n { color: #fca5a5; }
.rm-stat.m .rm-stat-n { color: #fcd34d; }
.rm-stat.l .rm-stat-n { color: #93c5fd; }
.rm-stat-l { font-size: 8px; color: rgba(255,255,255,0.35); margin-top: 1px; }
.rm-sections { display: flex; flex-direction: column; gap: 5px; }
.rm-section-row {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 10px; background: var(--cream);
  border-radius: 7px; font-size: 10px; color: var(--ink-soft);
}
.rm-section-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

/* ── COMPARISON TABLE ── */
.compare-section { background: var(--cream); }

/* Progressive disclosure wrapper for comparison table */
.compare-details {
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-top: 0;
}
.compare-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 28px;
  background: var(--cream);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-soft);
  user-select: none;
  list-style: none;
  transition: background .15s;
}
.compare-details summary::-webkit-details-marker { display: none; }
.compare-details summary::marker { display: none; }
.compare-details summary:hover { background: var(--white); }
.compare-details .cds-icon { flex-shrink: 0; color: var(--ink-faint); transition: transform .2s; }
.compare-details[open] .cds-icon { transform: rotate(180deg); }
.compare-details-body { border-top: 1px solid var(--rule); }
.compare-table {
  width: 100%; border-collapse: collapse;
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.compare-table th {
  padding: 14px 20px; text-align: left;
  background: var(--cream); border-bottom: 1px solid var(--rule);
  font-size: 0.8rem; font-weight: 600; color: var(--ink-soft);
}
.compare-table th.ours { background: var(--sage-pale); color: var(--sage-dark); }
.compare-table td {
  padding: 12px 20px; font-size: 0.825rem; color: var(--ink-soft);
  border-bottom: 1px solid var(--rule-soft); vertical-align: middle;
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td.ours { background: rgba(84,111,85,0.04); }
.compare-table .feature { color: var(--ink-soft); font-weight: 500; }
.check   { color: var(--sage); font-weight: 600; }
.cross   { color: var(--ink-ghost); }
.partial { color: var(--amber-text); }

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.t-card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 28px; transition: box-shadow .2s;
}
.t-card:hover { box-shadow: var(--shadow); }
.t-card:first-child { border-left: 3px solid var(--sage); }
.stars  { color: #E8A838; font-size: 12px; margin-bottom: 14px; letter-spacing: 2px; }
.t-text { font-family: var(--font-serif); font-size: 0.95rem; font-style: italic; color: var(--ink); line-height: 1.7; margin-bottom: 20px; }
.t-author { display: flex; align-items: center; gap: 11px; }
.t-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--sage-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 600; color: var(--sage-dark); flex-shrink: 0;
}
.t-name { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.t-role { font-size: 0.75rem; color: var(--ink-ghost); }

/* ── PRICING ── */
.pricing { background: var(--off-white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 32px;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s; position: relative;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.pricing-card.popular { border-color: var(--sage-light); padding-top: 52px; }
.popular-tag {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  background: var(--sage); color: #fff; font-size: 10px; font-weight: 600;
  padding: 4px 16px; border-radius: 99px; white-space: nowrap; letter-spacing: 0.06em;
}
.pricing-name { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-ghost); margin-bottom: 10px; }
.pricing-card.popular .pricing-name { color: var(--sage); }
.pricing-price { font-family: var(--font-serif); font-size: 2.6rem; font-weight: 500; color: var(--ink); letter-spacing: -0.03em; line-height: 1; margin-bottom: 4px; }
.pricing-price span { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-faint); display: block; margin-bottom: 4px; }
.pricing-period { font-size: 0.8rem; color: var(--ink-faint); margin-bottom: 18px; }
.pricing-desc   { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.65; margin-bottom: 24px; font-weight: 300; }
.pricing-list   { list-style: none; flex: 1; display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
.pricing-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.82rem; color: var(--ink-soft); }
.pricing-list li::before { content: '✓'; color: var(--sage); font-weight: 700; flex-shrink: 0; }
.pricing-list li.dim { color: var(--ink-ghost); }
.pricing-list li.dim::before { content: '–'; color: var(--ink-ghost); font-weight: 400; }
.pricing-note { font-size: 0.72rem; color: var(--ink-faint); text-align: center; margin-top: 10px; line-height: 1.5; }

/* ── PRICING ADDON (RETAINER) ── */
.pricing-addon { background: var(--cream); border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; }
.pricing-addon-inner { padding: 36px 40px; }
.pricing-addon-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-ghost); margin-bottom: 12px; }
.pricing-addon-content { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: start; }
.pricing-addon-name { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.pricing-addon-name span { color: var(--sage); }
.pricing-addon-desc { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.7; margin-bottom: 16px; font-weight: 300; }
.pricing-addon-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.pricing-addon-list li { font-size: 0.82rem; color: var(--ink-soft); display: flex; align-items: flex-start; gap: 8px; }
.pricing-addon-list li::before { content: '✓'; color: var(--sage); font-weight: 700; flex-shrink: 0; }
.pricing-addon-cta { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; min-width: 200px; }
.pricing-addon-price { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 500; color: var(--ink); letter-spacing: -0.03em; line-height: 1; white-space: nowrap; }
.pricing-addon-price span { font-family: var(--font-sans); font-size: 0.9rem; font-weight: 400; color: var(--ink-faint); }
.pricing-addon-price span:last-child { font-size: 1rem; vertical-align: baseline; }
.pricing-addon-note { font-size: 0.72rem; color: var(--ink-faint); text-align: right; line-height: 1.5; }
@media (max-width: 768px) {
  .pricing-addon-content { grid-template-columns: 1fr; gap: 24px; }
  .pricing-addon-cta { align-items: flex-start; }
  .pricing-addon-note { text-align: left; }
  .pricing-addon-inner { padding: 28px 24px; }
}

/* ── FAQ ── */
.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.faq-item { background: var(--off-white); padding: 32px 28px; transition: background .2s; }
.faq-item:hover { background: var(--white); }
.faq-item h3 { font-family: var(--font-serif); font-size: 1rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.faq-item p  { font-size: 0.875rem; color: var(--ink-soft); line-height: 1.75; font-weight: 300; }

/* ── CTA SECTION ── */
.cta-section { background: var(--sage-dark); padding: 96px 0; }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cta-section .section-tag  { color: var(--sage-light); }
.cta-section .section-tag::before { background: var(--sage-light); }
.cta-section .section-h2   { color: #fff; }
.cta-section .section-h2 em { font-style: italic; color: var(--sage-light); }
.cta-section .section-desc { color: rgba(255,255,255,0.55); max-width: 100%; }

.cta-form     { display: flex; flex-direction: column; gap: 12px; }
.cta-field    { display: flex; flex-direction: column; gap: 5px; }
.cta-field label { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.75); }

.cta-input {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13);
  border-radius: var(--r); padding: 11px 16px;
  font-family: var(--font-sans); font-size: 0.9rem; color: #fff;
  transition: border-color .2s; width: 100%;
}
.cta-input::placeholder { color: rgba(255,255,255,0.35); }
.cta-input:focus { border-color: var(--sage-light); outline: 2px solid var(--sage-light); outline-offset: 0; }

.cta-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.cta-textarea {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13);
  border-radius: var(--r); padding: 11px 16px;
  font-family: var(--font-sans); font-size: 0.9rem; color: #fff;
  transition: border-color .2s; width: 100%; min-height: 90px; resize: vertical;
}
.cta-textarea::placeholder { color: rgba(255,255,255,0.25); }
.cta-textarea:focus { border-color: var(--sage-light); outline: 2px solid var(--sage-light); outline-offset: 0; }

.btn-form {
  align-self: flex-start;
  background: var(--sage-light); color: var(--sage-dark);
  font-family: var(--font-sans); font-size: 0.95rem; font-weight: 600;
  border: none; border-radius: var(--r); padding: 13px 28px;
  cursor: pointer; transition: background .2s, transform .15s;
  display: inline-flex; align-items: center; gap: 7px;
}
.btn-form:hover { background: #fff; transform: translateY(-1px); }
.btn-form:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.btn-form svg { stroke: var(--sage-dark); stroke-width: 2.5; fill: none; stroke-linecap: round; }

/* Select matches other cta-input fields — appearance:none lets us apply full custom styling */
select.cta-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4l4 4 4-4' stroke='rgba(255,255,255,0.35)' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  color: #fff;
  cursor: pointer;
}
select.cta-input option {
  background: #2a3a2b;
  color: #fff;
}

.cta-note     { font-size: 0.75rem; color: rgba(255,255,255,0.7); margin-top: 10px; }
.cta-required-note { font-size: 0.72rem; color: rgba(255,255,255,0.75); margin-bottom: 4px; letter-spacing: 0.04em; }
.form-success { background: rgba(138,173,141,0.2); border: 1px solid rgba(138,173,141,0.4); border-radius: var(--r); padding: 16px; color: var(--sage-light); font-size: 0.9rem; display: none; }
.form-success.show { display: block; }

/* ── FOOTER ── */
footer { background: var(--ink); padding: 64px 0 36px; }

.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand p { font-size: 0.825rem; color: rgba(255,255,255,0.35); line-height: 1.7; font-weight: 300; max-width: 240px; margin: 14px 0 18px; }

.compliance-chips { display: flex; gap: 7px; flex-wrap: wrap; }
.chip {
  font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 3px 9px; border-radius: 99px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.35);
}

.footer-col h4 { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 0.85rem; color: rgba(255,255,255,0.4); transition: color .2s; }
.footer-col a:hover { color: rgba(255,255,255,0.75); }

.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.78rem; color: rgba(255,255,255,0.2); flex-wrap: wrap; gap: 10px;
}

/* ── BACKGROUND ASTERISK MARK (decorative structural element) ── */
.bg-asterisk-mark {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  color: var(--sage);
  opacity: 0.055;
}
.bg-asterisk-mark line { stroke: currentColor; stroke-linecap: round; }

/* ── HERO (homepage) ── */
.hero { padding: 112px 0 96px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; top: -160px; right: -80px;
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(84,111,85,0.09) 0%, transparent 70%);
  pointer-events: none;
}
.hero > .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 64px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sage);
  background: var(--sage-pale); border: 1px solid rgba(84,111,85,0.2);
  padding: 5px 14px; border-radius: 99px; margin-bottom: 22px;
}
.hero-eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500; line-height: 1.12;
  letter-spacing: -0.02em; color: var(--ink); margin-bottom: 20px;
}
.hero-title em { font-style: italic; color: var(--sage); }
.hero-desc { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.75; max-width: 480px; margin-bottom: 36px; font-weight: 300; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-proof { display: flex; align-items: center; gap: 14px; padding-top: 28px; border-top: 1px solid var(--rule); }
.proof-avatars { display: flex; }
.proof-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--off-white); background: var(--sage-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 600; color: var(--sage-dark);
  margin-left: -8px;
}
.proof-avatar:first-child { margin-left: 0; }
.proof-text { font-size: 0.825rem; color: var(--ink-faint); }
.proof-text strong { color: var(--ink-soft); font-weight: 500; }

/* Hero Visual (score card) */
.hero-visual { position: relative; }
.score-card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.score-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--sage), var(--sage-light));
}
.sc-bar { display: flex; align-items: center; gap: 6px; margin-bottom: 18px; }
.sc-dot { width: 9px; height: 9px; border-radius: 50%; }
.sc-score-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.sc-circle {
  width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0;
  background: conic-gradient(#C44B3A 0% 28%, #D4841A 28% 52%, var(--rule) 52% 100%);
  display: flex; align-items: center; justify-content: center;
}
.sc-circle-inner {
  width: 54px; height: 54px; border-radius: 50%; background: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.sc-num    { font-size: 18px; font-weight: 700; color: var(--red-text); line-height: 1; }
.sc-denom  { font-size: 8px; color: var(--ink-ghost); }
.sc-grade  { font-family: var(--font-serif); font-size: 2rem; font-weight: 600; color: var(--red-text); line-height: 1; }
.sc-grade-lbl { font-size: 10px; color: var(--ink-faint); margin-top: 2px; }
.sc-conform {
  font-size: 9px; font-weight: 500; letter-spacing: 0.04em;
  background: var(--red-soft); color: var(--red-text);
  border: 1px solid rgba(196,75,58,0.2);
  padding: 3px 9px; border-radius: 99px; margin-top: 6px; display: inline-block;
}
.sc-issues { display: flex; flex-direction: column; gap: 6px; }
.sc-issue {
  display: flex; align-items: center; gap: 8px;
  background: var(--cream); border-radius: 8px;
  padding: 8px 10px; border-left: 3px solid;
}
.sc-issue.sev { border-left-color: var(--red-text); }
.sc-issue.med { border-left-color: #D4841A; }
.sc-issue.low { border-left-color: var(--blue-text); }
.sc-badge { font-size: 8px; font-weight: 700; text-transform: uppercase; padding: 2px 7px; border-radius: 99px; flex-shrink: 0; }
.sc-badge.sev { background: var(--red-soft); color: var(--red-text); }
.sc-badge.med { background: var(--amber-soft); color: var(--amber-text); }
.sc-badge.low { background: var(--blue-soft); color: var(--blue-text); }
.sc-issue-text { font-size: 10px; color: var(--ink-soft); font-weight: 500; flex: 1; }
.sc-wcag { font-size: 9px; color: var(--ink-ghost); flex-shrink: 0; }
.sc-action {
  margin-top: 14px; padding: 10px; background: var(--sage-pale); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 11px; font-weight: 600; color: var(--sage-dark);
}
.float-badge {
  position: absolute; background: var(--white);
  border: 1px solid var(--rule); border-radius: 12px;
  padding: 9px 13px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; color: var(--ink-soft);
  white-space: nowrap; z-index: 2;
}
.fb-top    { top: -18px; right: -16px; }
.fb-bottom { bottom: -18px; left: -16px; }
.fb-icon {
  width: 26px; height: 26px; border-radius: 7px; background: var(--sage-pale);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.fb-icon svg { width: 13px; stroke: var(--sage); fill: none; stroke-width: 2; stroke-linecap: round; }

/* ── LEGAL PAGE ── */
.legal-content { max-width: 780px; }
.legal-content h2 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 500; color: var(--ink); margin: 48px 0 14px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p  { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.8; margin-bottom: 14px; }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
.legal-content li { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.8; margin-bottom: 6px; }
.legal-content a  { color: var(--sage); text-decoration: underline; text-underline-offset: 3px; }
.legal-last-updated { font-size: 0.78rem; color: var(--ink-ghost); margin-bottom: 40px; }

.legal-toc {
  background: var(--cream); border: 1px solid var(--rule); border-radius: var(--r);
  padding: 24px 28px; margin-bottom: 48px;
}
.legal-toc h3 { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-ghost); margin-bottom: 14px; }
.legal-toc ol  { padding-left: 18px; }
.legal-toc li  { font-size: 0.85rem; margin-bottom: 6px; }
.legal-toc a   { color: var(--sage); }
.legal-toc a:hover { color: var(--sage-dark); }

/* ── DETAIL BLOCKS (process page) ── */
.detail-block {
  display: grid; grid-template-columns: 80px 1fr; gap: 32px;
  padding: 36px 0; border-top: 1px solid var(--rule);
}
.detail-block:first-child { border-top: none; }
.detail-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--sage-pale); border: 1px solid rgba(84,111,85,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; color: var(--sage);
}
.detail-block h3 { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.detail-block p  { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.75; font-weight: 300; }
.detail-block ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.detail-block li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.85rem; color: var(--ink-soft); }
.detail-block li::before {
  content: ''; width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
  background: var(--sage-pale);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23546F55' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='3,7 5.5,9.5 11,4'/%3E%3C/svg%3E");
  background-size: cover;
}

/* ── HHS DEADLINE BANNER ── */
.deadline-banner {
  background: #7f1d1d;
  color: #fecaca;
  border-bottom: 2px solid #ef4444;
  padding: 10px 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  z-index: 99;
}
.deadline-banner a { color: #fca5a5; text-decoration: underline; text-underline-offset: 3px; }
.deadline-banner .deadline-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.deadline-banner .dl-icon { font-size: 1rem; flex-shrink: 0; }
.deadline-banner .dl-pill {
  background: #ef4444; color: #fff;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 2px 8px; border-radius: 99px; white-space: nowrap;
}

/* ── LAWS SECTION ── */
.laws-section { background: var(--cream); padding: 80px 0; border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); }

.laws-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.law-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 28px 30px;
  position: relative;
  overflow: hidden;
}
.law-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
}
.law-card.red::before    { background: #ef4444; }
.law-card.amber::before  { background: #f59e0b; }
.law-card.blue::before   { background: #3b82f6; }
.law-card.sage::before   { background: var(--sage); }

.law-card-tag {
  display: inline-block;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 99px; margin-bottom: 12px;
}
.law-card.red   .law-card-tag { background: #fef2f2; color: #b91c1c; }
.law-card.amber .law-card-tag { background: #fffbeb; color: #92400e; }
.law-card.blue  .law-card-tag { background: #eff6ff; color: #1d4ed8; }
.law-card.sage  .law-card-tag { background: var(--sage-pale); color: var(--sage-dark); }

.law-card h3 { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.law-card p  { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.7; }

.law-deadline {
  margin-top: 14px;
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 700; color: var(--ink);
  background: var(--cream); border: 1px solid var(--rule); border-radius: var(--r);
  padding: 8px 12px;
}
.law-deadline svg { flex-shrink: 0; }
.law-deadline .ld-label { color: var(--ink-faint); font-weight: 500; margin-right: 2px; }

/* ── PRICING COMPARISON CHART ── */
/* ── RISK COMPARISON TABLE (rct) ── */
.risk-section { padding: 80px 0; background: var(--off-white); }

.rct-table {
  margin-top: 48px;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.rct-header,
.rct-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 0;
}

.rct-header {
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  padding: 12px 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.rct-header > div { padding: 0 20px; }

.rct-row {
  border-bottom: 1px solid var(--rule-soft);
  align-items: stretch;
}
.rct-row:last-of-type { border-bottom: none; }

/* col 1 — scenario */
.rct-scenario {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-right: 1px solid var(--rule-soft);
}
.rct-scenario strong { font-size: 0.875rem; font-weight: 600; color: var(--ink); line-height: 1.4; }
.rct-scenario span  { font-size: 0.78rem; color: var(--ink-soft); line-height: 1.6; font-weight: 300; }
.rct-scenario a     { font-size: 0.75rem; color: var(--sage-dark); text-decoration: underline; margin-top: 4px; width: fit-content; }
.rct-scenario a:hover { color: var(--sage); }

/* col 2 & 3 — amounts */
.rct-side {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid var(--rule-soft);
}
.rct-tier-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--sage-dark);
  background: var(--sage-pale);
  padding: 2px 8px;
  border-radius: 99px;
  width: fit-content;
}
.rct-tier-tag.fine {
  color: #7f1d1d;
  background: #fef2f2;
}
.rct-dollars {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 6px;
}
.rct-side.fine .rct-dollars { color: #b91c1c; }
.rct-sub { font-size: 0.72rem; color: var(--ink-faint); line-height: 1.5; }

/* col 4 — visual */
.rct-visual {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}
.rct-pct {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  color: var(--sage-dark);
  letter-spacing: -0.03em;
  line-height: 1;
}
.rct-pct-label { font-size: 0.7rem; color: var(--ink-faint); line-height: 1.4; }
.rct-split-bar {
  display: flex;
  height: 8px;
  border-radius: 99px;
  overflow: hidden;
  margin-top: 6px;
  background: var(--rule-soft);
}
.rct-split-audit { background: var(--sage); height: 100%; min-width: 4px; }
.rct-split-fine  { background: #ef4444; height: 100%; }
.rct-split-legend {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.rct-leg {
  font-size: 0.65rem;
  color: var(--ink-faint);
  display: flex;
  align-items: center;
  gap: 4px;
}
.rct-leg::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.rct-leg.audit::before { background: var(--sage); }
.rct-leg.fine::before  { background: #ef4444; }

/* verdict + disclaimer */
.rct-verdict {
  padding: 20px 24px;
  background: var(--sage-pale);
  border-top: 2px solid var(--sage-light);
}
.rct-verdict p { font-size: 0.85rem; color: var(--sage-dark); line-height: 1.65; }
.rct-verdict strong { font-weight: 700; }
.rct-disclaimer { font-size: 0.72rem; color: var(--ink-faint); text-align: center; margin-top: 16px; line-height: 1.6; }

@media (max-width: 860px) {
  .rct-header { display: none; }
  .rct-row { grid-template-columns: 1fr 1fr; row-gap: 0; }
  .rct-scenario { grid-column: 1 / -1; border-right: none; border-bottom: 1px solid var(--rule-soft); }
  .rct-side { border-right: none; border-bottom: 1px solid var(--rule-soft); }
  .rct-side:first-of-type { border-right: 1px solid var(--rule-soft); }
  .rct-visual { grid-column: 1 / -1; border-top: 1px solid var(--rule-soft); flex-direction: row; align-items: center; gap: 16px; flex-wrap: wrap; }
  .rct-pct { font-size: 1.5rem; }
}

.risk-chart {
  margin-top: 48px;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.risk-chart-header {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  padding: 12px 20px;
  gap: 12px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint);
}

.risk-chart-row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  padding: 20px 20px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--rule-soft);
}
.risk-chart-row:last-child { border-bottom: none; }
.risk-chart-row.highlight-row { background: rgba(84,111,85,0.04); }

.risk-row-label { font-size: 0.82rem; font-weight: 600; color: var(--ink); }
.risk-row-label span { display: block; font-size: 0.72rem; font-weight: 400; color: var(--ink-faint); margin-top: 2px; }

.risk-bar-wrap { display: flex; flex-direction: column; gap: 4px; }
.risk-bar-label { font-size: 0.8rem; font-weight: 700; color: var(--ink); }
.risk-bar-track { height: 10px; border-radius: 99px; background: var(--rule-soft); overflow: hidden; }
.risk-bar-fill { height: 100%; border-radius: 99px; }
.risk-bar-fill.green, .risk-bar-fill.sage { background: var(--sage); }
.risk-bar-fill.amber { background: #f59e0b; }
.risk-bar-fill.red   { background: #ef4444; }
.risk-bar-fill.dark-red { background: #7f1d1d; }
.risk-bar-sub { font-size: 0.7rem; color: var(--ink-faint); }

.risk-outcome { font-size: 0.82rem; color: var(--ink-soft); line-height: 1.5; }
.risk-outcome strong { color: var(--ink); }

.risk-verdict { padding: 20px 20px; background: var(--sage-pale); border-top: 2px solid var(--sage-light); }
.risk-verdict p { font-size: 0.85rem; color: var(--sage-dark); line-height: 1.65; }
.risk-verdict strong { color: var(--sage-dark); font-weight: 700; }

@media (max-width: 900px) {
  .laws-grid { grid-template-columns: 1fr; }
  .risk-chart-header, .risk-chart-row { grid-template-columns: 1fr; gap: 8px; }
  .risk-chart-header { display: none; }
  .risk-row-label { font-weight: 700; font-size: 0.9rem; }
}

/* ── REVEAL ANIMATION ── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-grid, .deliverables-grid, .cta-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .why-grid, .services-grid, .testimonials-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .detail-block { grid-template-columns: 1fr; gap: 16px; }
  .detail-num { width: 52px; height: 52px; font-size: 1.2rem; }
}
@media (max-width: 600px) {
  section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .compare-table td, .compare-table th { padding: 10px 12px; }
  .cta-form-row { grid-template-columns: 1fr; }
  .page-hero { padding: 56px 0 48px; }
}

/* ── FOOTER LINK CONTRAST — WCAG 1.4.3 ── */
/* Override inline rgba(255,255,255,0.3) which fails 4.5:1 on dark footer */
.footer-bottom a { color: rgba(255,255,255,0.7) !important; }

/* ── REDUCED MOTION — WCAG 2.3.3 / user preference ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html { scroll-behavior: auto; }
  /* Immediately show reveal elements rather than fading them in */
  .reveal { opacity: 1; transform: none; transition: none; }
  .reveal.visible { opacity: 1; transform: none; }
}
