/* aura.css — /platform/aura layout only. Colors via tokens. No base.css duplication. */

.aura-page { padding-top: var(--nav-height, 72px); }

.reading-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--dv-teal); z-index: 1000; transition: width 100ms linear;
}

/* ── Hero (always-dark, bg-hero) ── */
.aura-hero {
  background: var(--bg-hero);
  padding: var(--space-12) 0 var(--space-10);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.aura-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--border-hero) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-hero) 1px, transparent 1px);
  background-size: 48px 48px; pointer-events: none;
}
.aura-hero h1 { color: var(--text-hero-color); max-width: 820px; margin: var(--space-2) auto var(--space-3); }
.aura-hero__acronym {
  font-size: var(--text-sm); letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-hero-mute); margin: 0 auto var(--space-4);
}
.aura-hero__acronym strong { color: var(--dv-teal); }
.aura-hero__sub { color: var(--text-hero-dim); font-size: var(--text-lg); max-width: 700px; margin: 0 auto var(--space-3); line-height: 1.65; }
.aura-hero__distinction { color: var(--text-hero-mute); font-size: var(--text-sm); font-style: italic; max-width: 580px; margin: 0 auto var(--space-8); }

/* AURA 4-component diagram */
.aura-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  gap: var(--space-2);
  max-width: 640px;
  margin: 0 auto var(--space-6);
  position: relative;
}
.aura-diagram__node {
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--border-hero);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.04);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-hero-dim);
  text-align: center;
}
.aura-diagram__node--teal { border-color: var(--dv-teal); color: var(--dv-teal); }
.aura-diagram__center {
  grid-column: 2; grid-row: 2;
  display: flex; align-items: center; justify-content: center;
  width: 120px; height: 80px;
  border: 2px solid var(--dv-teal);
  border-radius: var(--radius-lg);
  background: var(--dv-teal-bg-subtle);
  font-family: var(--font-display); font-weight: 800;
  font-size: var(--text-sm); color: var(--dv-teal);
  letter-spacing: 0.05em; text-align: center; line-height: 1.3;
}
.aura-hero__badge {
  display: inline-block; font-size: var(--text-xs); color: var(--text-hero-mute);
  border: 1px solid var(--border-hero); padding: 4px 12px; border-radius: var(--radius-full);
}

/* ── S2: Why It Stalls (theme-aware) ── */
.aura-stalls { padding: var(--space-12) 0; }
.aura-stalls .eyebrow { color: var(--dv-orange); }
.aura-stalls h2 { margin: var(--space-2) 0 var(--space-2); }
.aura-stalls__sub { font-size: var(--text-lg); color: var(--text-secondary); max-width: 640px; line-height: 1.6; margin-bottom: var(--space-8); }

.aura-stalls__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}
.aura-stalls__card {
  padding: var(--space-5);
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  border-left: 3px solid var(--dv-orange);
}
.aura-stalls__card-num {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--dv-orange);
  margin-bottom: var(--space-2);
}
.aura-stalls__card-name {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  line-height: 1.3;
}
.aura-stalls__card-body {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.65;
}

.aura-stalls__payoff {
  font-size: var(--text-lg);
  color: var(--text-primary);
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--space-6);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.aura-stalls__quote {
  border-left: 3px solid var(--dv-teal);
  padding: var(--space-4) var(--space-6);
  margin: 0 auto var(--space-6);
  max-width: 760px;
  background: var(--bg-surface);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: var(--text-base);
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.7;
}

.aura-stalls__bridge {
  text-align: center;
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--text-primary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── S3: AURA Difference ── */
.aura-difference { padding: var(--space-12) 0; }
.aura-difference .eyebrow { color: var(--dv-teal); }
.aura-difference__scenario {
  font-size: var(--text-lg); color: var(--text-secondary);
  max-width: 640px; line-height: 1.6; margin-top: var(--space-3);
  font-style: italic;
}
.aura-difference__diagram {
  margin: var(--space-8) auto;
  max-width: 560px;
}
.aura-difference__diagram-img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
}

/* ── Context Bundle SVG (ab-*) — theme-aware (light + dark) ── */
.ab-svg {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: var(--space-6) auto;
}

/* Arrowheads */
.ab-arr-teal { fill: #28B4C8; }

/* Flow arrows — teal, substantial */
.ab-flow-arrow { stroke: #28B4C8; stroke-width: 2; fill: none; }

/* ── Trigger pill (orange — initiating event) ── */
.ab-pill--trigger { fill: #F05000; stroke: none; }
.ab-pill-label--trigger { font-family: var(--font-display); font-size: 13px; font-weight: 700; fill: #FFFFFF; }
.ab-trigger-icon { fill: #FFFFFF; opacity: 0.85; }

/* ── Live Data Slice ── */
.ab-card--live { fill: rgba(40,180,200,0.10); stroke: #28B4C8; stroke-width: 1.5; }
.ab-live-dot   { fill: #28B4C8; stroke: none; }
.ab-live-ring  { fill: none; stroke: #28B4C8; stroke-width: 1.5; opacity: 0.5; }
.ab-live-ring--outer { opacity: 0.2; }
.ab-live-eyebrow { font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; fill: #28B4C8; }
.ab-live-sub     { font-family: var(--font-body); font-size: 10px; fill: #4A4A4A; }

/* ── DvSum Platform outer box ── */
.ab-platform       { fill: rgba(40,180,200,0.03); stroke: rgba(40,180,200,0.25); stroke-width: 1.5; stroke-dasharray: 6 4; }
.ab-platform-label { font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; fill: rgba(40,180,200,0.60); }

/* ── Inner cells ── */
.ab-cell { stroke-width: 1.2; }
.ab-cell--teal   { fill: rgba(40,180,200,0.08); stroke: rgba(40,180,200,0.35); }
.ab-cell--orange { fill: rgba(240,80,0,0.07);   stroke: rgba(240,80,0,0.30); }
.ab-cell-text { font-family: var(--font-display); font-size: 11px; font-weight: 700; fill: #0E0E0E; }
.ab-cell-sub  { font-family: var(--font-body);    font-size: 9.5px; fill: #6A6A6A; }

/* Cell icons — teal */
.ab-icon-teal-fill { fill: #28B4C8; stroke: none; }
.ab-icon-teal-ring { fill: none; stroke: #28B4C8; stroke-width: 1.5; }
.ab-icon-teal-line { stroke: #28B4C8; stroke-width: 1.5; fill: none; }
/* Cell icons — orange */
.ab-icon-orange-fill { fill: #F05000; stroke: none; }
.ab-icon-orange-ring { fill: none; stroke: #F05000; stroke-width: 1.5; }
.ab-icon-orange-line { stroke: #F05000; stroke-width: 1.5; fill: none; stroke-linecap: round; }
.ab-icon-orange-arc  { fill: none; stroke: #F05000; stroke-width: 1.5; stroke-linecap: round; }

/* ── Context Bundle — centrepiece ── */
.ab-bundle        { fill: rgba(40,180,200,0.08); stroke: #28B4C8; stroke-width: 2; }
.ab-bundle-topbar { fill: #28B4C8; stroke: none; }
.ab-bundle-label  { font-family: var(--font-display); font-size: 17px; font-weight: 800; fill: #28B4C8; letter-spacing: 0.06em; }
.ab-bundle-sub    { font-family: var(--font-body); font-size: 10.5px; fill: #4A4A4A; }
.ab-bundle-dot         { stroke: none; }
.ab-bundle-dot--teal   { fill: #28B4C8; }
.ab-bundle-dot--orange { fill: #F05000; }

/* ── Agentic AI ── */
.ab-card--agent { fill: rgba(40,180,200,0.05); stroke: rgba(40,180,200,0.35); stroke-width: 1.5; }
.ab-agent-ring  { fill: none; stroke: #28B4C8; stroke-width: 1.5; }
.ab-agent-core  { fill: #28B4C8; stroke: none; }
.ab-agent-line  { stroke: #28B4C8; stroke-width: 1.5; fill: none; stroke-linecap: round; }
.ab-agent-brain      { fill: rgba(40,180,200,0.12); stroke: #28B4C8; stroke-width: 1.5; stroke-linejoin: round; }
.ab-agent-brain-line { stroke: #28B4C8; stroke-width: 1; fill: none; stroke-linecap: round; }
.ab-agent-label { font-family: var(--font-display); font-size: 15px; font-weight: 700; fill: #0E0E0E; }
.ab-agent-sub   { font-family: var(--font-body); font-size: 10px; fill: #6A6A6A; }

/* ── Answer pill (orange — output) ── */
.ab-pill--answer { fill: #F05000; stroke: none; }
.ab-pill-label--answer { font-family: var(--font-display); font-size: 14px; font-weight: 800; fill: #FFFFFF; }

/* Caption */
.ab-caption { font-family: var(--font-body); font-size: 10px; fill: #8A8A8A; font-style: italic; }

/* ── Dark mode overrides ── */
[data-theme="dark"] .ab-live-sub     { fill: #A0A0A0; }
[data-theme="dark"] .ab-cell-text    { fill: #F0F0F0; }
[data-theme="dark"] .ab-cell-sub     { fill: #707070; }
[data-theme="dark"] .ab-bundle-sub   { fill: #A0A0A0; }
[data-theme="dark"] .ab-agent-label  { fill: #F0F0F0; }
[data-theme="dark"] .ab-agent-sub    { fill: #707070; }
[data-theme="dark"] .ab-caption      { fill: #606060; }
[data-theme="dark"] .ab-platform     { fill: rgba(40,180,200,0.04); stroke: rgba(40,180,200,0.20); }
[data-theme="dark"] .ab-cell--teal   { fill: rgba(40,180,200,0.10); stroke: rgba(40,180,200,0.30); }
[data-theme="dark"] .ab-cell--orange { fill: rgba(240,80,0,0.10);   stroke: rgba(240,80,0,0.28); }
[data-theme="dark"] .ab-card--live   { fill: rgba(40,180,200,0.08); stroke: #28B4C8; }
[data-theme="dark"] .ab-card--agent  { fill: rgba(40,180,200,0.06); stroke: rgba(40,180,200,0.30); }
[data-theme="dark"] .ab-bundle       { fill: rgba(40,180,200,0.10); stroke: #28B4C8; }


/* Annotation table */
.aura-difference__table {
  margin: var(--space-6) 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.aura-diff-row {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-page);
}
.aura-diff-row:last-child { border-bottom: none; }
.aura-diff-row:nth-child(even) { background: var(--bg-surface); }
.aura-diff-row__component,
.aura-diff-row__what,
.aura-diff-row__why {
  padding: var(--space-4) var(--space-5);
  font-size: var(--text-sm);
  line-height: 1.6;
}
.aura-diff-row__component {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dv-teal);
  border-right: 1px solid var(--border-light);
  display: flex;
  align-items: center;
}
.aura-diff-row__what {
  color: var(--text-primary);
  border-right: 1px solid var(--border-light);
}
.aura-diff-row__why {
  color: var(--text-muted);
  font-style: italic;
}

.aura-difference__close {
  text-align: center;
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--text-primary);
  max-width: 680px;
  margin: var(--space-6) auto 0;
  line-height: 1.65;
}

/* ── Section 3: Context Bundle (theme-aware) ── */
.aura-bundle { padding: var(--space-12) 0; }
.aura-bundle__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); margin-top: var(--space-8); }
.aura-bundle__quad {
  /* bg, border, radius, hover inherited from .card.card--teal-hover in base.css */
  padding: var(--space-5);
}
.aura-bundle__quad-name { font-family: var(--font-display); font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dv-teal); margin-bottom: 4px; }
.aura-bundle__quad-role { font-size: var(--text-sm); color: var(--text-muted); margin-bottom: var(--space-3); font-style: italic; }
.aura-bundle__quad-list { list-style: none; padding: 0; margin: 0 0 var(--space-3); display: flex; flex-direction: column; gap: 8px; }
.aura-bundle__quad-list li { font-size: var(--text-sm); color: var(--text-secondary); line-height: 1.55; padding-left: 14px; position: relative; }
.aura-bundle__quad-list li::before { content: '→'; position: absolute; left: 0; color: var(--dv-teal); font-size: 11px; top: 1px; }
.aura-bundle__quad-close { font-size: var(--text-sm); color: var(--text-primary); font-style: italic; border-top: 1px solid var(--border-light); padding-top: var(--space-2); margin-top: var(--space-2); line-height: 1.5; }
.aura-bundle__footer { text-align: center; font-size: var(--text-base); font-style: italic; color: var(--text-secondary); margin-top: var(--space-8); padding: var(--space-5); background: var(--bg-surface); border-radius: var(--radius-lg); }

/* quad body text (new — replaces bullet list) */
.aura-bundle__quad-body {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: var(--space-3);
}

/* ── S5: Sovereignty (always-dark) ── */
.aura-sovereign { background: var(--bg-hero); padding: var(--space-10) 0; }
.aura-sovereign .eyebrow { color: var(--dv-teal); }
.aura-sovereign h2 { color: var(--text-hero-color); margin: var(--space-2) 0 var(--space-4); }
.aura-sovereign__intro {
  color: var(--text-hero-dim);
  font-size: var(--text-base);
  max-width: 680px;
  line-height: 1.65;
  margin-bottom: var(--space-8);
}
.aura-sovereign__diagram {
  margin: 0 auto var(--space-8);
  max-width: 540px;
}
.aura-sovereign__diagram-img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-hero);
}
.aura-sovereign__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); margin-bottom: var(--space-6); }
.aura-sovereign__col-name { font-family: var(--font-display); font-size: var(--text-sm); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dv-teal); margin-bottom: var(--space-2); }
.aura-sovereign__col-body { font-size: var(--text-sm); color: var(--text-hero-dim); line-height: 1.7; }
.aura-sovereign__badge { text-align: center; font-size: var(--text-sm); font-style: italic; color: var(--text-hero-mute); border-top: 1px solid var(--border-hero); padding-top: var(--space-5); }

/* ── S6: Build vs Buy ── */
.aura-buildvsbuy { padding: var(--space-12) 0; }
.aura-buildvsbuy .eyebrow { color: var(--dv-orange); }
.aura-buildvsbuy h2 { margin: var(--space-2) 0 var(--space-8); }
/* Credential cards inside build-vs-buy live on --bg-page, not hero.
   Override the always-dark hero tokens with theme-aware equivalents. */
.aura-buildvsbuy .aura-credential__card {
  background: var(--bg-surface);
  border-color: var(--border);
}
.aura-buildvsbuy .aura-credential__card-name { color: var(--dv-teal); }
.aura-buildvsbuy .aura-credential__card-body { color: var(--text-secondary); }
.aura-buildvsbuy__body {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 760px;
  margin-top: var(--space-8);
}
.aura-buildvsbuy__body strong { color: var(--text-primary); }

/* ── S7 lane pull-quote ── */
.aura-lanes__pullquote {
  border-left: 3px solid var(--dv-teal);
  padding: var(--space-3) var(--space-5);
  margin: 0 0 var(--space-8);
  background: var(--bg-surface);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 680px;
}

/* ── Sections 4 & 5: AWS + SI (theme-aware, audience panels — kept for compat) ── */
.aura-audience { padding: var(--space-10) 0; }
.aura-audience + .aura-audience { border-top: 1px solid var(--border-light); }
.aura-audience .eyebrow { color: var(--dv-orange); }
.aura-audience h2 { margin: var(--space-2) 0 var(--space-2); }
.aura-audience__sub { font-size: var(--text-lg); color: var(--text-secondary); max-width: 640px; margin-bottom: var(--space-8); line-height: 1.6; }
.aura-audience__cols { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); margin-bottom: var(--space-6); }
.aura-audience__col-label { font-family: var(--font-display); font-size: var(--text-sm); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: var(--space-3); }
.aura-audience__col-body { font-size: var(--text-base); color: var(--text-secondary); line-height: 1.7; }
.aura-audience__cta-box {
  padding: var(--space-5); border: 1px solid var(--dv-teal-border); border-radius: var(--radius-lg);
  background: var(--dv-teal-dim); display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
}
.aura-audience__cta-box p { font-size: var(--text-base); color: var(--text-primary); font-style: italic; line-height: 1.5; margin: 0; max-width: 520px; }
.aura-si-quote { text-align: center; font-size: var(--text-xl); font-style: italic; color: var(--text-secondary); max-width: 720px; margin: var(--space-6) auto; line-height: 1.5; }

/* ── Section 6: Credential (always-dark) ── */
.aura-credential { background: var(--bg-hero); padding: var(--space-10) 0; }
.aura-credential .eyebrow { color: var(--dv-orange); }
.aura-credential h2 { color: var(--text-hero-color); margin: var(--space-2) 0 var(--space-2); }
.aura-credential__sub { color: var(--text-hero-dim); font-size: var(--text-lg); max-width: 640px; line-height: 1.6; margin-bottom: var(--space-8); }
.aura-credential__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); }
.aura-credential__card {
  padding: var(--space-4); background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-hero); border-radius: var(--radius-md);
}
.aura-credential__card-name { font-family: var(--font-display); font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dv-teal); margin-bottom: var(--space-2); }
.aura-credential__card-body { font-size: var(--text-sm); color: var(--text-hero-dim); line-height: 1.65; }

/* ── Section 7: Lane Map (theme-aware) ── */
.aura-lanes { padding: var(--space-10) 0; }
.aura-lanes h2 { margin: var(--space-2) 0 var(--space-2); }
.aura-lanes__sub { font-size: var(--text-lg); color: var(--text-secondary); max-width: 680px; line-height: 1.6; margin-bottom: var(--space-8); }
.aura-lane-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 0; }
.aura-lane { padding: var(--space-5); border-right: 1px solid var(--border); }
.aura-lane:last-child { border-right: none; }
.aura-lane__name { font-family: var(--font-display); font-size: var(--text-sm); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-primary); margin-bottom: var(--space-3); }
.aura-lane__vendors { display: flex; flex-direction: column; gap: 6px; margin-bottom: var(--space-3); }
.aura-lane__vendor { font-size: var(--text-xs); color: var(--text-muted); }
.aura-lane__stops { font-size: var(--text-xs); color: var(--text-secondary); line-height: 1.55; border-top: 1px solid var(--border-light); padding-top: var(--space-2); }
.aura-lane-band {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--bg-hero); border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  border: 1px solid var(--dv-teal); border-top: 3px solid var(--dv-teal);
  overflow: hidden; padding: var(--space-4) var(--space-5);
}
.aura-lane-band__label { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.aura-lane-band__name { font-family: var(--font-display); font-size: var(--text-base); font-weight: 800; color: var(--dv-teal); letter-spacing: 0.05em; }
.aura-lane-band__sub { font-size: var(--text-xs); color: var(--text-hero-mute); }
.aura-lanes__footer { text-align: center; font-size: var(--text-sm); font-style: italic; color: var(--text-secondary); margin-top: var(--space-6); max-width: 720px; margin-left: auto; margin-right: auto; }

/* ── Section 8: Objections (theme-aware) ── */
.aura-objections { padding: var(--space-10) 0; background: var(--bg-surface); }
.aura-objections .eyebrow { color: var(--dv-orange); }
.aura-objections h2 { margin: var(--space-2) 0 var(--space-8); }
.aura-objections__cols { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); }
.aura-objection__q { font-family: var(--font-display); font-size: var(--text-xl); font-weight: 600; color: var(--text-muted); margin-bottom: var(--space-3); font-style: italic; line-height: 1.3; }
.aura-objection__a { font-size: var(--text-base); color: var(--text-secondary); line-height: 1.7; }

/* ── Section 9: CTA (always-dark) ── */
.aura-cta-section { background: var(--bg-hero); padding: var(--space-12) 0; text-align: center; }
.aura-cta-section h2 { color: var(--text-hero-color); max-width: 600px; margin: var(--space-2) auto var(--space-3); }
.aura-cta-section p { color: var(--text-hero-dim); font-size: var(--text-lg); max-width: 600px; margin: 0 auto var(--space-6); line-height: 1.65; }
.aura-cta-section__actions { display: flex; justify-content: center; gap: var(--space-3); flex-wrap: wrap; }

/* ── FAQ ── */
/* FAQ styles: use shared .faq__* component from base.css */


/* ── Sovereignty diagram SVG (sov-*) — always-dark section, hardcoded hex per SVG-fill rule ── */
.sov-svg {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: var(--space-8) auto var(--space-6);
}

/* Boxes */
/* AWS Cloud outer + Customer Network outer: teal dashed border */
.sov-box-aws  { fill: rgba(40,180,200,0.04); stroke: #28B4C8; stroke-width: 1.5; stroke-dasharray: 7 4; }
/* DvSum Layer inner box */
.sov-box-dvsum { fill: rgba(40,180,200,0.07); stroke: rgba(40,180,200,0.35); stroke-width: 1; }
/* Customer Data / DvSum Edge inner cells */
.sov-box-inner { fill: rgba(255,255,255,0.04); stroke: rgba(255,255,255,0.10); stroke-width: 1; stroke-dasharray: 5 3; }

/* Cards inside DvSum Layer */
.sov-card { fill: rgba(255,255,255,0.06); stroke: rgba(255,255,255,0.10); stroke-width: 1; }

/* Typography */
.sov-label-cloud { font-family: var(--font-display); font-size: 20px; font-weight: 700; fill: #F0F0F0; text-anchor: middle; }
.sov-label-inner { font-family: var(--font-display); font-size: 14px; font-weight: 600; fill: rgba(240,240,240,0.70); text-anchor: middle; }
.sov-card-name   { font-family: var(--font-display); font-size: 13px; font-weight: 700; fill: #F0F0F0; text-anchor: middle; }
.sov-card-sub    { font-family: var(--font-body); font-size: 11px; fill: rgba(240,240,240,0.55); text-anchor: middle; }
.sov-note        { font-family: var(--font-body); font-size: 11px; fill: rgba(240,240,240,0.45); font-style: italic; text-anchor: middle; }
.sov-edge-label  { font-family: var(--font-body); font-size: 12px; fill: rgba(240,240,240,0.75); dominant-baseline: middle; }

/* Pills */
.sov-pill-teal   { fill: rgba(40,180,200,0.12); stroke: #28B4C8; stroke-width: 1.5; }
.sov-pill-orange { fill: rgba(240,80,0,0.12); stroke: #F05000; stroke-width: 1.5; }
.sov-pill-label-teal   { font-family: var(--font-display); font-size: 13px; font-weight: 700; fill: #28B4C8; text-anchor: middle; }
.sov-pill-label-orange { font-family: var(--font-display); font-size: 13px; font-weight: 700; fill: #F05000; text-anchor: middle; }

/* Arrows */
.sov-arrow-teal    { stroke: #28B4C8; stroke-width: 2; fill: none; }
.sov-arrow-orange  { stroke: #F05000; stroke-width: 2; fill: none; stroke-dasharray: 7 4; }
.sov-arrow-teal-sm { stroke: #28B4C8; stroke-width: 1.5; fill: none; }

/* Arrowhead fills */
.sov-arr-teal-fill   { fill: #28B4C8; }
.sov-arr-orange-fill { fill: #F05000; }

/* Icon strokes / fills */
.sov-icon-line       { stroke: #28B4C8; stroke-width: 1.5; fill: none; }
.sov-icon-line-thick { stroke: rgba(240,240,240,0.30); stroke-width: 3; fill: none; stroke-linecap: round; }
.sov-icon-teal-ring  { fill: none; stroke: #28B4C8; stroke-width: 1.5; }
.sov-icon-teal-fill  { fill: #28B4C8; stroke: none; }
.sov-icon-teal-arc   { fill: none; stroke: #28B4C8; stroke-width: 1.5; }
.sov-icon-dark-fill  { fill: #0D0D0D; stroke: none; }

/* Mobile: full-width SVG, no side-clipping */
@media (max-width: 767px) {
  .sov-svg { max-width: 100%; }
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .aura-credential__cards { grid-template-columns: repeat(2, 1fr); }
  .aura-lane-grid { grid-template-columns: repeat(2, 1fr); }
  .aura-lane-band { grid-template-columns: repeat(2, 1fr); }
  .aura-lane:nth-child(2) { border-right: none; }
  .aura-lane:nth-child(3) { border-top: 1px solid var(--border); }
}
@media (max-width: 900px) {
  .aura-stalls__grid { grid-template-columns: 1fr; }
  .aura-diff-row { grid-template-columns: 1fr; }
  .aura-diff-row__component { border-right: none; border-bottom: 1px solid var(--border-light); }
  .aura-diff-row__what { border-right: none; border-bottom: 1px solid var(--border-light); }
  .aura-bundle__grid { grid-template-columns: 1fr; }
  .aura-sovereign__cols { grid-template-columns: 1fr; gap: var(--space-4); }
  .aura-audience__cols { grid-template-columns: 1fr; gap: var(--space-4); }
  .aura-audience__cta-box { flex-direction: column; }
  .aura-objections__cols { grid-template-columns: 1fr; gap: var(--space-6); }
  .aura-diagram { grid-template-columns: 1fr; grid-template-rows: auto; max-width: 320px; }
  .aura-diagram__center { width: 100%; height: 60px; }
}
@media (max-width: 767px) {
  .aura-hero { padding: var(--space-10) 0 var(--space-8); }
  .aura-hero h1 { font-size: clamp(1.75rem, 6vw, 2.5rem); }
  .aura-stalls__grid { grid-template-columns: 1fr; }
  .aura-bundle__grid { grid-template-columns: 1fr; }
  .aura-sovereign__cols { grid-template-columns: 1fr; gap: var(--space-4); }
  .aura-difference__table { overflow-x: auto; }
  .aura-diff-row { grid-template-columns: 1fr; }
  .aura-diff-row__component { border-right: none; border-bottom: 1px solid var(--border-light); }
  .aura-diff-row__what { border-right: none; border-bottom: 1px solid var(--border-light); }
  .aura-cta-section__actions { flex-direction: column; align-items: center; }
}

@media (max-width: 640px) {
  .aura-credential__cards { grid-template-columns: 1fr; }
  .aura-lane-grid { grid-template-columns: 1fr; }
  .aura-lane { border-right: none; border-bottom: 1px solid var(--border); }
  .aura-lane:last-child { border-bottom: none; }
  .aura-lane-band { grid-template-columns: 1fr; }
  .aura-cta-section__actions { flex-direction: column; align-items: center; }
}

/* Inline-style replacements */
.aura-audience__col-body--mt { margin-top: var(--space-3); }
