:root {
  --ink: #102738;
  --muted: #617887;
  --accent: #023448;
  --accent-2: #0c514e;
  --accent-3: #03aeb4;
  --accent-4: #62a650;
  --bg: #f2f8f8;
  --card: #ffffff;
  --shadow: rgba(2, 52, 72, 0.1);
}

body {
  font-family: "Space Grotesk", "Helvetica Neue", Helvetica, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #e9f8fb 0%, var(--bg) 36%, #edf6f1 100%);
  min-height: 100vh;
}

h1, h2, h3, h4, .display-6 {
  font-family: "Fraunces", "Georgia", serif;
}

.navbar {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid #d8e7ea;
}

.brand-logo {
  display: block;
  height: 58px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.hero {
  padding: 4rem 0 3rem;
}

.hero-business {
  overflow: hidden;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: clamp(2.1rem, 4vw, 3.9rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-top: 1rem;
  max-width: 12ch;
}

.hero-lead {
  color: #4f4c48;
  font-size: 1rem;
  line-height: 1.72;
  margin-top: 1.25rem;
  max-width: 58ch;
}

.section-intro h2,
.audience-panel h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.hero-card h3,
.value-frame h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.landing-feature-card h4 {
  font-size: 1.2rem;
  line-height: 1.25;
}

.audience-card h5 {
  font-size: 1.05rem;
}

.eyebrow-pill {
  background: rgba(3, 174, 180, 0.08);
  border: 1px solid rgba(3, 174, 180, 0.18);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.45rem 0.9rem;
  text-transform: uppercase;
}

.hero-actions {
  margin-top: 1.75rem;
}

.hero-proof-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.proof-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(216, 231, 234, 0.95);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(2, 52, 72, 0.06);
  min-height: 132px;
  padding: 1.15rem;
}

.proof-value {
  color: var(--accent-2);
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.proof-label {
  color: #4b6270;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 0.65rem;
}

.hero-orb {
  border-radius: 999px;
  filter: blur(0);
  pointer-events: none;
  position: absolute;
}

.hero-orb-left {
  background: radial-gradient(circle, rgba(3, 174, 180, 0.24) 0%, rgba(3, 174, 180, 0) 70%);
  height: 340px;
  left: -80px;
  top: -20px;
  width: 340px;
}

.hero-orb-right {
  background: radial-gradient(circle, rgba(98, 166, 80, 0.18) 0%, rgba(98, 166, 80, 0) 70%);
  height: 320px;
  right: -60px;
  top: 40px;
  width: 320px;
}

.hero-card {
  background: var(--card);
  border-radius: 18px;
  box-shadow: 0 20px 45px var(--shadow);
  padding: 2.5rem;
  border: 1px solid #d8e7ea;
}

.hero-briefing-panel {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 251, 251, 0.99) 100%);
  position: relative;
}

.briefing-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.briefing-chip {
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
}

.briefing-chip-soft {
  background: rgba(3, 174, 180, 0.1);
  color: var(--accent-2);
}

.briefing-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.briefing-item {
  border-top: 1px solid #dde8eb;
  padding-top: 1rem;
}

.briefing-item p {
  color: #506672;
  margin-bottom: 0;
}

.briefing-kicker {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.briefing-footer {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 1.4rem;
}

.btn-accent {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}

.btn-accent:hover {
  background: #034661;
  color: #fff;
}

.section-card {
  background: var(--card);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px var(--shadow);
  border: 1px solid #dbe8eb;
}

.landing-section {
  margin-top: 2rem;
}

.section-intro {
  margin-bottom: 1.25rem;
  max-width: 52rem;
}

.section-tag {
  color: var(--accent-2);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.business-strip {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(238, 248, 249, 0.97) 100%);
  margin-top: 0.5rem;
}

.business-strip-item {
  border-left: 1px solid #dbe8eb;
  min-height: 66px;
  padding-left: 1rem;
}

.business-strip-label {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.business-strip-value {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.25rem;
  margin-top: 0.3rem;
}

.landing-feature-card {
  height: 100%;
  min-height: 220px;
}

.feature-step {
  color: var(--accent);
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
}

.landing-feature-card p,
.audience-card p,
.value-frame p {
  color: #526774;
  line-height: 1.7;
}

.audience-panel {
  height: 100%;
}

.audience-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.audience-card {
  background: #f6fbfb;
  border: 1px solid #dbe8eb;
  border-radius: 14px;
  padding: 1rem;
}

.value-frame {
  background: linear-gradient(180deg, #01263b 0%, #0c514e 100%);
  border: none;
  color: #eef8f9;
  height: 100%;
}

.value-frame .section-tag,
.value-frame h3,
.value-frame .value-list li {
  color: #eef8f9;
}

.value-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.value-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.9rem;
}

.badge-status {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

.status-pending {
  background: #fff4dd;
  color: #9b6a00;
}

.status-processing {
  background: #e8f5ff;
  color: #0b5cab;
}

.status-completed {
  background: #e6f6ed;
  color: #126b3f;
}

.status-failed {
  background: #ffe3e3;
  color: #b12424;
}

.report-section + .report-section {
  margin-top: 1.5rem;
}

.report-meta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.executive-summary-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.executive-summary-pill {
  background: #edf8f9;
  border: 1px solid #cde7ea;
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.35rem 0.8rem;
}

.executive-summary-pill-confidence {
  background: #eef7f7;
  border-color: #d2e5e5;
  color: var(--accent-2);
}

.executive-summary-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.executive-summary-card {
  background: #f8fcfc;
  border: 1px solid #dbe8eb;
  border-radius: 14px;
  padding: 1rem;
}

.workflow-board {
  background: linear-gradient(180deg, rgba(251, 254, 255, 0.98) 0%, rgba(243, 249, 250, 0.98) 100%);
}

.workflow-stage-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.workflow-stage-pill,
.workflow-mini-status,
.workflow-confidence-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
}

.workflow-confidence-pill {
  background: #eef7f7;
  border: 1px solid #d2e5e5;
  color: var(--accent-2);
}

.workflow-stage-processing,
.workflow-mini-status.workflow-stage-processing {
  background: #e8f5ff;
  color: #0b5cab;
}

.workflow-stage-completed,
.workflow-mini-status.workflow-stage-completed,
.workflow-stage-ready,
.workflow-mini-status.workflow-stage-ready,
.workflow-stage-pass,
.workflow-mini-status.workflow-stage-pass {
  background: #e6f6ed;
  color: #126b3f;
}

.workflow-stage-limited,
.workflow-mini-status.workflow-stage-limited,
.workflow-stage-warning,
.workflow-mini-status.workflow-stage-warning,
.workflow-stage-pending,
.workflow-mini-status.workflow-stage-pending {
  background: #fff4dd;
  color: #9b6a00;
}

.workflow-stage-failed,
.workflow-mini-status.workflow-stage-failed {
  background: #ffe3e3;
  color: #b12424;
}

.workflow-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dbe8eb;
  border-radius: 16px;
  height: 100%;
  padding: 1rem;
}

.workflow-card-subtitle {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0.85rem;
}

.workflow-list {
  display: grid;
  gap: 0.85rem;
}

.workflow-data-block {
  border-top: 1px solid #dbe8eb;
  margin-top: 1rem;
  padding-top: 1rem;
}

.section-heading-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.section-heading-row h3 {
  margin-bottom: 0;
}

.forecast-period-label {
  background: #edf8f9;
  border: 1px solid #cde7ea;
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
}

.market-chart-card {
  background: linear-gradient(135deg, #f8fcfc 0%, #fff 100%);
  border: 1px solid #d9e8eb;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
}

.chart-shell {
  height: 320px;
  position: relative;
}

.chart-subtitle {
  color: var(--muted);
  font-size: 0.95rem;
}

.chart-unit-pill {
  background: #edf8f9;
  border: 1px solid #cde7ea;
  border-radius: 999px;
  color: var(--accent-2);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
}

.chart-legend-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.chart-legend-item {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.9rem;
  gap: 0.45rem;
}

.chart-legend-swatch {
  border-radius: 999px;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
}

.chart-legend-historical {
  background: rgba(13, 106, 106, 0.78);
}

.chart-legend-forecast {
  background: rgba(255, 107, 44, 0.72);
}

.chart-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.9rem;
}

.trend-section-summary {
  color: #55514c;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.trend-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trend-card {
  background: linear-gradient(180deg, #fffdfa 0%, #f9fcfb 100%);
  border: 1px solid #e8ddd1;
  border-radius: 16px;
  padding: 1rem;
}

.trend-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.trend-category,
.trend-impact {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
}

.trend-category-macro {
  background: #edf4ff;
  color: #0d5db8;
}

.trend-category-consumer {
  background: #fff2e6;
  color: #a45217;
}

.trend-category-tech {
  background: #eaf7f1;
  color: #146945;
}

.trend-impact-high {
  background: #ffe8e8;
  color: #b12424;
}

.trend-impact-medium {
  background: #fff4dd;
  color: #9b6a00;
}

.trend-impact-low {
  background: #eef3f7;
  color: #52616f;
}

.trend-description {
  color: #56514c;
  line-height: 1.65;
}

.trend-meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.trend-meta-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trend-score {
  color: var(--accent-2);
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.7rem;
  line-height: 1;
  margin-top: 0.3rem;
}

.trend-horizon {
  color: #2e312e;
  font-weight: 600;
  margin-top: 0.45rem;
}

.trend-signals-block {
  border-top: 1px solid #ece1d6;
  margin-top: 1rem;
  padding-top: 0.95rem;
}

.trend-signal-list {
  color: #57524d;
  margin: 0.7rem 0 0;
  padding-left: 1.1rem;
}

.trend-signal-list li + li {
  margin-top: 0.4rem;
}

.competitive-map-description {
  background: #fcf8f3;
  border: 1px solid #efe3d8;
  border-radius: 14px;
  margin-top: 1rem;
  padding: 1rem;
}

.competitor-matrix-shell {
  margin-top: 1.25rem;
}

.competitor-matrix-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.competitor-matrix-board {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr auto;
}

.competitor-matrix-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.competitor-quadrant {
  background: linear-gradient(180deg, #fffdfa 0%, #f8fbfa 100%);
  border: 1px solid #e9ddd1;
  border-radius: 16px;
  min-height: 220px;
  padding: 1rem;
}

.competitor-quadrant-position {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.competitor-quadrant h5 {
  margin-bottom: 0.5rem;
}

.competitor-quadrant p {
  color: #57524d;
  line-height: 1.6;
}

.competitor-player-list {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
}

.competitor-player-list li + li {
  margin-top: 0.35rem;
}

.competitor-matrix-y-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.competitor-matrix-y-label-top {
  transform: rotate(180deg);
}

.competitor-matrix-y-label-bottom {
  transform: rotate(180deg);
}

.competitor-matrix-x-axis {
  color: var(--muted);
  display: flex;
  font-size: 0.85rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.04em;
  margin-top: 0.8rem;
  text-transform: uppercase;
}

.strength-weakness-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.strength-weakness-card {
  background: #fcf8f3;
  border: 1px solid #efe3d8;
  border-radius: 14px;
  padding: 1rem;
}

.opportunity-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.opportunity-card {
  background: linear-gradient(180deg, #fffdfa 0%, #f8fbfa 100%);
  border: 1px solid #e9ddd1;
  border-radius: 16px;
  padding: 1rem;
}

.opportunity-card-band-low {
  background: linear-gradient(180deg, #fff8f7 0%, #fffdfb 100%);
  border-color: #f1d6d0;
}

.opportunity-card-band-medium {
  background: linear-gradient(180deg, #fffaf0 0%, #fffdf9 100%);
  border-color: #ead9b5;
}

.opportunity-card-band-high {
  background: linear-gradient(180deg, #f3fbf7 0%, #fbfefc 100%);
  border-color: #cfe7d8;
}

.opportunity-card-topline {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.opportunity-score-block {
  text-align: right;
}

.opportunity-score-band-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  margin-top: 0.2rem;
  padding: 0.22rem 0.6rem;
}

.opportunity-score-band-pill-low {
  background: #ffe8e8;
  color: #b12424;
}

.opportunity-score-band-pill-medium {
  background: #fff4dd;
  color: #9b6a00;
}

.opportunity-score-band-pill-high {
  background: #e6f6ed;
  color: #126b3f;
}

.opportunity-score {
  color: var(--accent-2);
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.9rem;
  line-height: 1;
  margin-top: 0.2rem;
}

.opportunity-rationale {
  color: #56514c;
  line-height: 1.6;
  margin: 0.9rem 0 0;
}

.opportunity-meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.opportunity-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 0.35rem;
  padding: 0.3rem 0.7rem;
}

.opportunity-level-high {
  background: #e6f6ed;
  color: #126b3f;
}

.opportunity-level-medium {
  background: #fff4dd;
  color: #9b6a00;
}

.opportunity-level-low {
  background: #eef3f7;
  color: #52616f;
}

.strategy-option-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.strategy-option-card,
.strategy-subsection-card {
  background: linear-gradient(180deg, #fffdfa 0%, #f9fcfb 100%);
  border: 1px solid #e9ddd1;
  border-radius: 16px;
  padding: 1rem;
}

.strategy-option-label {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.strategy-option-description,
.strategy-option-when,
.strategy-mini-card p {
  color: #56514c;
  line-height: 1.65;
}

.strategy-option-list {
  margin: 0.6rem 0 1rem;
  padding-left: 1.1rem;
}

.strategy-option-list li + li {
  margin-top: 0.35rem;
}

.strategy-plan-block {
  margin-bottom: 1.25rem;
}

.strategy-table-shell {
  background: #fcf8f3;
  border: 1px solid #efe3d8;
  border-radius: 14px;
}

.strategy-table {
  margin-bottom: 0;
}

.strategy-table thead th {
  background: #f8efe4;
  border-bottom-width: 1px;
  color: #4f4b46;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.strategy-table td,
.strategy-table th {
  border-color: #efe3d8;
  padding: 0.85rem 0.9rem;
  vertical-align: middle;
}

.strategy-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
}

.strategy-pill-high {
  background: #e6f6ed;
  color: #126b3f;
}

.strategy-pill-medium {
  background: #fff4dd;
  color: #9b6a00;
}

.strategy-pill-low {
  background: #eef3f7;
  color: #52616f;
}

.strategy-pill-outline {
  background: #fff;
  border: 1px solid #d6ccc0;
  color: #5b5650;
}

.strategy-mini-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.strategy-mini-card {
  background: #fcf8f3;
  border: 1px solid #efe3d8;
  border-radius: 14px;
  padding: 0.95rem;
}

.financial-scenario-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.financial-scenario-card {
  background: linear-gradient(180deg, #fffdfa 0%, #f9fcfb 100%);
  border: 1px solid #e9ddd1;
  border-radius: 16px;
  padding: 1rem;
}

.financial-scenario-copy {
  color: #56514c;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}

.section-sources-block {
  border-top: 1px solid #efe3d8;
  margin-top: 1.25rem;
  padding-top: 1rem;
}

.section-sources-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.section-sources-list {
  display: grid;
  gap: 0.75rem;
}

.section-source-item {
  background: #fcf8f3;
  border: 1px solid #efe3d8;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
}

.section-source-link {
  color: var(--accent-2);
  font-weight: 600;
  text-decoration: none;
}

.section-source-link:hover {
  text-decoration: underline;
}

.section-source-link-muted {
  color: #56524d;
}

.section-source-note {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .chart-shell {
    height: 260px;
  }

  .hero-title {
    max-width: none;
  }

  .hero-proof-grid,
  .audience-grid,
  .executive-summary-grid,
  .trend-grid,
  .competitor-matrix-grid,
  .strength-weakness-grid,
  .strategy-option-grid,
  .financial-scenario-grid,
  .opportunity-grid,
  .opportunity-meta-grid {
    grid-template-columns: 1fr;
  }

  .competitor-matrix-board {
    grid-template-columns: 1fr;
  }

  .competitor-matrix-y-label {
    writing-mode: initial;
  }

  .competitor-matrix-y-label-top,
  .competitor-matrix-y-label-bottom {
    transform: none;
  }

  .business-strip-item {
    border-left: none;
    border-top: 1px solid #efe4d7;
    padding-left: 0;
    padding-top: 0.9rem;
  }
}

.footer-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.trend-card,
.competitive-map-description,
.competitor-quadrant,
.strength-weakness-card,
.opportunity-card,
.strategy-option-card,
.strategy-subsection-card,
.strategy-table-shell,
.strategy-mini-card,
.financial-scenario-card,
.section-source-item {
  border-color: #dbe8eb;
}

.trend-card,
.competitor-quadrant,
.opportunity-card,
.strategy-option-card,
.strategy-subsection-card,
.financial-scenario-card {
  background: linear-gradient(180deg, #fbfefe 0%, #f5f9fa 100%);
}

.competitive-map-description,
.strength-weakness-card,
.strategy-table-shell,
.strategy-mini-card,
.section-source-item {
  background: #f8fcfc;
}

.opportunity-card-band-low {
  background: linear-gradient(180deg, #f8fcfc 0%, #fbfefe 100%);
  border-color: #d8e6ea;
}

.opportunity-card-band-medium {
  background: linear-gradient(180deg, #eef9fa 0%, #fbfefe 100%);
  border-color: #bfe3e6;
}

.opportunity-card-band-high {
  background: linear-gradient(180deg, #f2faf4 0%, #fbfefe 100%);
  border-color: #cfe4d5;
}

.fade-in {
  animation: fadeIn 0.9s ease-out;
}

.stagger > * {
  animation: slideUp 0.6s ease-out;
  animation-fill-mode: both;
}

.stagger > *:nth-child(1) { animation-delay: 0.1s; }
.stagger > *:nth-child(2) { animation-delay: 0.2s; }
.stagger > *:nth-child(3) { animation-delay: 0.3s; }
.stagger > *:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
