/* === AI Governance Rating — Global Styles === */

/* === Accessibility === */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  padding: 8px 16px;
  background: var(--accent, #059669);
  color: #fff;
  z-index: 10000;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}

.skip-link:focus {
  top: 0;
}

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

@font-face {
  font-family: "QuincyCF";
  src: url("https://db.onlinewebfonts.com/t/8ca8f6527c36fecba5d7d807482b61f2.woff2") format("woff2"),
       url("https://db.onlinewebfonts.com/t/8ca8f6527c36fecba5d7d807482b61f2.woff") format("woff"),
       url("https://db.onlinewebfonts.com/t/8ca8f6527c36fecba5d7d807482b61f2.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand colors — strateg.ia Official */
  --primary: #02245A;
  --primary-light: #074494;
  --accent: #059669;
  --accent-hover: #047857;
  --accent-light: rgba(5,150,105,0.10);

  /* Rating colors — 8-level system (C to AAA) — vivid */
  --rating-c: #b91c1c;
  --rating-cc: #ef4444;
  --rating-b: #f97316;
  --rating-bb: #eab308;
  --rating-bbb: #a3e635;
  --rating-a: #4ade80;
  --rating-aa: #22c55e;
  --rating-aaa: #059669;

  /* Neutrals — Navy Dark Theme */
  --bg: #0a0f1a;
  --bg-white: #001233;
  --bg-card: #001233;
  --border: #1e3a5f;
  --text: #f1f5f9;
  --text-light: #e2e8f0;
  --text-muted: #cbd5e1;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;

  /* Typography */
  --font-body: 'Roboto Slab', serif;
  --font-brand: 'QuincyCF', Georgia, 'Times New Roman', serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  /* Layout */
  --max-width: 1120px;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  padding-top: 80px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

/* === Layout === */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.section {
  padding: var(--space-3xl) 0;
}

/* === Typography === */
h1, h2, h3, h4 {
  color: var(--text);
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--font-brand);
  letter-spacing: -0.02em;
}

h1 { font-size: 2.5rem; margin-bottom: var(--space-lg); }
h2 { font-size: 1.875rem; margin-bottom: var(--space-md); }
h3 { font-size: 1.25rem; margin-bottom: var(--space-sm); }
h4 { font-size: 1.1rem; margin-bottom: var(--space-sm); }

p { margin-bottom: var(--space-md); color: var(--text-light); }

/* === Header / Nav === */
/* ========== NAVIGATION (matching strateg.ia main site) ========== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 34, 74, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.nav-logo {
  display: flex;
  align-items: baseline;
  gap: 4px;
  text-decoration: none;
}

.nav-logo-text {
  font-family: var(--font-brand);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.nav-logo-dot { color: #42A5F5; }

/* "rate" highlight in strateg.ia logo — AAA green (#059669) */
.logo-rate { color: #059669; }

.nav-logo-product {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,0.2);
  white-space: nowrap;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: flex-end;
}

.nav-links {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: color 0.3s;
  white-space: nowrap;
  text-decoration: none;
}

.nav-links a:hover { color: #fff; text-decoration: none; }

.nav-cta {
  background: #059669 !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 6px;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.8rem !important;
  white-space: nowrap;
}

.nav-cta:hover { background: #047857 !important; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 6px 0;
  transition: all 0.3s;
}

/* ========== LANGUAGE SWITCHER ========== */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 16px;
}

.lang-btn {
  background: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px;
  opacity: 0.5;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  overflow: hidden;
}

.lang-btn:hover { opacity: 0.85; }
.lang-btn.active { opacity: 1; border-color: #42A5F5; }

.lang-btn svg { width: 28px; height: 20px; border-radius: 2px; }

.lang-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 6px;
}

.nav-linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s;
  text-decoration: none;
}

.nav-linkedin:hover { color: #fff; text-decoration: none; }

/* === Buttons === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: 12px 28px;
  border: none;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-primary {
  background: #059669;
  color: #fff;
}

.btn-primary:hover {
  background: #047857;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background: var(--bg-white);
  border-color: var(--accent);
  color: var(--accent);
  text-decoration: none;
}

.btn-large {
  padding: 16px 40px;
  font-size: 1.125rem;
  border-radius: var(--radius-lg);
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* === Cards === */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  box-shadow: var(--shadow);
}

.card-elevated {
  box-shadow: var(--shadow-lg);
}

/* === Forms === */
.form-group {
  margin-bottom: var(--space-lg);
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: var(--space-xs);
  color: var(--text);
  font-size: 0.9rem;
}

.form-group .optional {
  color: var(--text-muted);
  font-weight: 400;
  font-size: 0.8rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg-white);
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-light);
}

/* === Progress Bar === */
.progress-bar {
  width: 100%;
  height: 6px;
  background: var(--border);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: var(--space-lg);
}

.progress-bar .fill {
  height: 100%;
  background: var(--accent);
  border-radius: 3px;
  transition: width 0.4s ease;
}

/* === Anchoring Callout === */
.anchoring-callout {
  background: #0f2847;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  padding: var(--space-md) var(--space-lg);
  max-width: 720px;
  margin: 0 auto var(--space-xl);
}

.anchoring-callout p {
  margin: 0;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--text-light);
  line-height: 1.5;
}

/* === Confidence Badge (Results) === */
.confidence-badge {
  display: inline-block;
  margin-top: var(--space-md);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.confidence-high {
  background: #d1fae5;
  color: #065f46;
}

.confidence-good {
  background: #dbeafe;
  color: #1e40af;
}

.confidence-moderate {
  background: #fef3c7;
  color: #92400e;
}

/* === LGPD+IA Section === */
.lgpd-section h3 {
  color: var(--blue-dark);
  margin-bottom: var(--space-sm);
}

.lgpd-item {
  margin-top: var(--space-md);
  padding: var(--space-sm) 0;
  border-bottom: 1px solid #e5e7eb;
}

.lgpd-item:last-child {
  border-bottom: none;
}

.lgpd-item h4 {
  font-size: 0.95rem;
  color: var(--blue-dark);
  margin-bottom: 4px;
}

.lgpd-item p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
}

/* === Contextual Advice (Report) === */
.context-alert {
  background: #fef2f2;
  border-left: 4px solid #dc2626;
  border-radius: 8px;
  padding: var(--space-md) var(--space-lg);
  margin-bottom: var(--space-md);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #991b1b;
}

.context-tip {
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  padding: var(--space-md) var(--space-lg);
  margin-bottom: var(--space-md);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1e40af;
}

/* === Qualification Badge === */
.qualification-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: var(--space-md);
  background: var(--accent-light);
  color: var(--accent);
}

.qual-fill {
  background: var(--accent) !important;
}

.qual-hint {
  margin-top: var(--space-md);
  font-size: 0.85rem;
  font-style: italic;
  min-height: 1.2em;
}

/* === Diagnostic Question === */
.question-card {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.question-card h3 {
  font-size: 1.35rem;
  margin-bottom: var(--space-xl);
  color: var(--text);
  line-height: 1.4;
}

.dimension-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: var(--space-md);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dimension-badge.d1 { background: rgba(5,150,105,0.12); color: #059669; border: 1px solid rgba(5,150,105,0.25); }
.dimension-badge.d2 { background: rgba(5,150,105,0.12); color: #059669; border: 1px solid rgba(5,150,105,0.25); }
.dimension-badge.d3 { background: rgba(5,150,105,0.12); color: #059669; border: 1px solid rgba(5,150,105,0.25); }
.dimension-badge.d4 { background: rgba(5,150,105,0.12); color: #059669; border: 1px solid rgba(5,150,105,0.25); }
.dimension-badge.d5 { background: rgba(5,150,105,0.12); color: #059669; border: 1px solid rgba(5,150,105,0.25); }

.options-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  text-align: left;
}

.option-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-white);
  cursor: pointer;
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: var(--text);
  text-align: left;
  transition: all 0.2s;
  line-height: 1.4;
}

.option-btn:hover {
  border-color: var(--accent);
  background: var(--accent-light);
}

.option-btn.selected {
  border-color: var(--accent);
  background: var(--accent-light);
  color: var(--text);
  font-weight: 500;
}

/* === Score Display === */
.score-display {
  text-align: center;
  padding: var(--space-2xl);
}

.score-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-sm);
}

.score-letter-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 800;
  font-family: var(--font-brand);
  letter-spacing: 0.04em;
  padding: 12px 28px;
  border-radius: 14px;
  line-height: 1;
  min-width: 90px;
}

.rating-badge {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: var(--space-md) 0;
  text-transform: uppercase;
}

/* Rating badge colors — 8 levels */
.rating-c   { background: #fef2f2; color: var(--rating-c);   border: 2px solid var(--rating-c); }
.rating-cc  { background: #fef2f2; color: var(--rating-cc);  border: 2px solid var(--rating-cc); }
.rating-b   { background: #fff7ed; color: var(--rating-b);   border: 2px solid var(--rating-b); }
.rating-bb  { background: #fffbeb; color: var(--rating-bb);  border: 2px solid var(--rating-bb); }
.rating-bbb { background: #fefce8; color: var(--rating-bbb); border: 2px solid var(--rating-bbb); }
.rating-a   { background: #f7fee7; color: var(--rating-a);   border: 2px solid var(--rating-a); }
.rating-aa  { background: #f0fdf4; color: var(--rating-aa);  border: 2px solid var(--rating-aa); }
.rating-aaa { background: #eff6ff; color: var(--rating-aaa); border: 2px solid var(--rating-aaa); }

/* === Alert Banners === */
.alert {
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-xl);
}

.alert-warning {
  background: #fef2f2;
  border: 2px solid var(--rating-cc);
  color: var(--rating-c);
}

.alert-info {
  background: #eff6ff;
  border: 1px solid var(--accent);
  color: var(--primary);
}

.alert-success {
  background: #f0fdf4;
  border: 1px solid var(--rating-aa);
  color: #065f46;
}

.alert h4 {
  color: inherit;
  margin-bottom: var(--space-sm);
}

.alert p {
  color: inherit;
  opacity: 0.85;
  margin-bottom: 0;
}

/* === Radar Chart Container === */
.chart-container {
  max-width: 480px;
  margin: var(--space-xl) auto;
}

/* === Dimension Scores Grid === */
.dimension-scores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-md);
  margin: var(--space-xl) 0;
}

.dimension-score-card {
  padding: var(--space-lg);
  border-radius: var(--radius);
  text-align: center;
}

.dimension-score-card h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-sm);
}

.dimension-score-card .dim-letter {
  font-size: 1.6rem;
  font-weight: 800;
  font-family: var(--font-brand);
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.dimension-score-card .dim-letter {
  font-size: 1.6rem;
}

.dimension-score-card .dim-rating {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: var(--space-xs);
  letter-spacing: 0.03em;
}

/* === Report Sections === */
.report-section {
  margin-bottom: var(--space-2xl);
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  background: var(--bg-white);
  border: 1px solid var(--border);
}

.report-section h3 {
  font-size: 1.3rem;
  padding-bottom: var(--space-md);
  border-bottom: 2px solid var(--border);
  margin-bottom: var(--space-lg);
}

.report-subsection {
  margin-bottom: var(--space-lg);
}

.report-subsection h4 {
  font-size: 1rem;
  color: var(--accent);
  margin-bottom: var(--space-sm);
}

.report-subsection ul {
  padding-left: var(--space-lg);
  color: var(--text-light);
}

.report-subsection li {
  margin-bottom: var(--space-sm);
  line-height: 1.5;
}

/* === Adaptive Recommendations === */
.adaptive-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #6d28d9;
  margin-top: var(--space-lg);
  margin-bottom: var(--space-sm);
  padding-top: var(--space-md);
  border-top: 1px dashed #d8b4fe;
}

.adaptive-list li {
  color: #4c1d95;
  font-style: italic;
}

/* === Template Cards === */
.template-card {
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-md);
  margin-bottom: var(--space-md);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.template-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.template-header {
  padding: var(--space-lg);
  cursor: pointer;
  position: relative;
}

.template-header::after {
  content: '\u25BC';
  position: absolute;
  right: var(--space-lg);
  top: var(--space-lg);
  font-size: 0.75rem;
  color: #9ca3af;
  transition: transform 0.2s;
}

.template-card.expanded .template-header::after {
  transform: rotate(180deg);
}

.template-header h4 {
  margin: 0 0 var(--space-xs);
  font-size: 1.05rem;
  color: var(--primary);
}

.template-desc {
  margin: 0 0 var(--space-xs);
  font-size: 0.9rem;
  color: #6b7280;
}

.template-ref {
  font-size: 0.75rem;
  color: #9ca3af;
  font-style: italic;
}

.template-body {
  display: none;
  padding: 0 var(--space-lg) var(--space-lg);
  border-top: 1px solid #f3f4f6;
}

.template-card.expanded .template-body {
  display: block;
}

.template-body h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #374151;
  margin: var(--space-lg) 0 var(--space-sm);
}

.template-body h5:first-child {
  margin-top: var(--space-md);
}

.template-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.template-checklist li {
  padding: var(--space-xs) var(--space-sm);
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.5;
  transition: background-color 0.15s;
}

.template-checklist li:hover {
  background: #f9fafb;
}

.template-checklist li.checked {
  text-decoration: line-through;
  color: #9ca3af;
}

.check-box {
  font-size: 1.1rem;
  margin-right: 4px;
}

/* === Result Dashboard (rd-) === */
.rd-dashboard {
  background: linear-gradient(180deg, #00224A 0%, #001233 100%);
  color: #fff;
  max-width: 1100px;
  margin: 48px auto 48px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}

.rd-header {
  padding: 28px 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rd-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f1f5f9;
  font-weight: 600;
}

.rd-company {
  font-size: 12px;
  color: #f1f5f9;
  margin-top: 3px;
}

.rd-rating {
  font-size: 52px;
  font-weight: 700;
  color: #f1f5f9;
  line-height: 1;
}

.rd-rating-name {
  font-size: 11px;
  color: #cbd5e1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Scale bar */
.rd-scale { padding: 20px 32px 0; }
.rd-scale-bar { display: flex; gap: 3px; }
.rd-seg {
  flex: 1;
  height: 5px;
  border-radius: 2px;
  transition: all 0.3s;
}
.rd-seg.active {
  height: 12px;
  margin-top: -3.5px;
  border-radius: 3px;
  box-shadow: 0 0 12px currentColor;
  filter: brightness(1.3);
}
.rd-scale-labels {
  display: flex;
  padding-top: 4px;
}
.rd-scale-labels span {
  flex: 1;
  text-align: center;
  font-size: 8px;
  color: #94a3b8;
  font-weight: 600;
  transition: all 0.3s;
}
.rd-scale-labels span.active {
  color: #f1f5f9;
  font-weight: 700;
  font-size: 9px;
}

/* Interpretation */
.rd-interpretation {
  padding: 18px 32px;
  font-size: 13px;
  color: #f1f5f9;
  line-height: 1.6;
  border-bottom: 1px solid #0f2847;
}

/* Dimensions */
.rd-dimensions { padding: 24px 32px; }
.rd-dim-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cbd5e1;
  margin-bottom: 16px;
}
.rd-dim-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.rd-dim-name {
  width: 180px;
  font-size: 12px;
  color: #e2e8f0;
}
.rd-dim-bar {
  flex: 1;
  height: 6px;
  background: #0f2847;
  border-radius: 3px;
  margin: 0 12px;
}
.rd-dim-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 1s ease;
}
.rd-dim-badge {
  font-size: 12px;
  font-weight: 700;
  min-width: 36px;
  text-align: right;
}

/* Insight cards */
.rd-insights {
  display: flex;
  gap: 10px;
  padding: 0 32px 24px;
}
.rd-insight {
  flex: 1;
  background: #0a1628;
  border: 1px solid #1e3a5f;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
}
.rd-insight-label {
  font-size: 12px;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.rd-insight-value {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Blur zone */
.rd-blur-zone {
  position: relative;
  padding: 0 32px 32px;
}
.rd-blur-content {
  filter: blur(6px);
  opacity: 0.3;
  pointer-events: none;
}
.rd-preview-block {
  background: #0a1628;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
}
.rd-preview-title {
  font-size: 9px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.rd-preview-text {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.5;
}

/* Unlock overlay */
.rd-unlock-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, transparent 0%, rgba(0,18,51,0.98) 30%);
}
.rd-unlock-card {
  background: rgba(0,34,74,0.98);
  border: 1px solid #1e3a5f;
  border-radius: 16px;
  padding: 28px 36px;
  text-align: center;
  box-shadow: 0 12px 48px rgba(0,0,0,0.5);
}
.rd-unlock-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rd-unlock-title {
  font-size: 20px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 8px;
}
.rd-unlock-desc {
  font-size: 14px;
  color: #cbd5e1;
  margin: 8px auto 0;
  max-width: 420px;
  line-height: 1.6;
}
.rd-unlock-price {
  font-size: 36px;
  font-weight: 700;
  color: #059669;
  margin-top: 20px;
}
.rd-unlock-btn {
  display: inline-block;
  background: #059669;
  color: #fff;
  padding: 16px 48px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}
.rd-unlock-btn:hover {
  background: #047857;
  box-shadow: 0 4px 24px rgba(5,150,105,0.35);
  transform: translateY(-1px);
}
.rd-unlock-note {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 24px;
  line-height: 1.5;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* Dashboard footer */
.rd-footer {
  padding: 12px 32px;
  border-top: 1px solid #0f2847;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #94a3b8;
}

/* Responsive dashboard */
@media (max-width: 640px) {
  .rd-dashboard { margin: 16px; border-radius: 12px; }
  .rd-header { padding: 20px 20px 0; flex-direction: column; gap: 12px; }
  .rd-header > div:last-child { text-align: left; }
  .rd-rating { font-size: 42px; }
  .rd-scale, .rd-dimensions, .rd-insights, .rd-blur-zone, .rd-interpretation, .rd-footer { padding-left: 20px; padding-right: 20px; }
  .rd-dim-name { width: 120px; font-size: 10px; }
  .rd-insights { flex-direction: column; }
  .rd-unlock-card { padding: 20px 24px; }
}

/* === Report Page — Navy Premium Styles === */

/* Context Alerts */
.ctx-alert {
  background: #fff;
  border: 1px solid #fecaca;
  border-left: 4px solid #ef4444;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #991b1b;
  line-height: 1.6;
}
.ctx-tip {
  background: #fff;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #059669;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #166534;
  line-height: 1.6;
}

/* Dimension Section */
.dim-section {
  background: #001233;
  border-radius: 16px;
  margin: 16px 0;
  overflow: hidden;
  border: 1px solid #0f2847;
}
.dim-header {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #0f2847;
}
.dim-header:hover { background: rgba(15,40,71,0.5); }
.dim-header-left { display: flex; align-items: center; gap: 12px; }
.dim-icon {
  width: 36px; height: 36px;
  background: rgba(241,245,249,0.06);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.dim-header-title { font-size: 14px; font-weight: 600; color: #f1f5f9; }
.dim-header-badge { font-size: 18px; font-weight: 700; }
.dim-body { padding: 0; }

/* Subsection tabs inside dimension */
.dim-tabs {
  display: flex;
  border-bottom: 1px solid #0f2847;
  padding: 0 24px;
}
.dim-tab {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.dim-tab.active { color: #f1f5f9; border-bottom-color: #f1f5f9; }
.dim-tab:hover { color: #cbd5e1; }

.dim-content { padding: 20px 24px; }
.dim-content h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #cbd5e1; margin-bottom: 10px; font-family: var(--font-body); }
.dim-content p { font-size: 13px; color: #e2e8f0; line-height: 1.7; margin-bottom: 12px; }
.dim-content ul { list-style: none; padding: 0; }
.dim-tab-content { display: none; }
.dim-tab-content.active { display: block; }
.dim-content li {
  font-size: 12px;
  color: #e2e8f0;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid rgba(15,40,71,0.5);
  position: relative;
  line-height: 1.5;
}
.dim-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.gaps li::before { background: #ef4444; }
.recs li::before { background: #22c55e; }
.adaptive li::before { background: #3b82f6; }
.adaptive li { color: #93c5fd; }

/* Regulatory Section */
.reg-section {
  background: #001233;
  border-radius: 12px;
  margin: 16px 24px;
  padding: 24px;
  border: 1px solid #0f2847;
}
.reg-title { font-size: 14px; font-weight: 600; color: #f1f5f9; margin-bottom: 6px; }
.reg-intro { font-size: 12px; color: #cbd5e1; line-height: 1.6; margin-bottom: 16px; }
.reg-item { margin-bottom: 14px; }
.reg-item h5 { font-size: 12px; color: #f1f5f9; font-weight: 600; margin-bottom: 4px; }
.reg-item p { font-size: 12px; color: #cbd5e1; line-height: 1.5; }

/* Template Cards */
.tpl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px 0;
}
.tpl-card {
  background: #0a1628;
  border: 1px solid #0f2847;
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.2s;
}
.tpl-card:hover { border-color: #1e3a5f; background: #0f1d32; }
.tpl-card.expanded { grid-column: 1 / -1; }
.tpl-icon { font-size: 20px; margin-bottom: 8px; }
.tpl-title { font-size: 15px; font-weight: 600; color: #f1f5f9; margin-bottom: 6px; }
.tpl-desc { font-size: 13px; color: #cbd5e1; line-height: 1.5; }
.tpl-progress {
  margin-top: 10px;
  height: 3px;
  background: #0f2847;
  border-radius: 2px;
}
.tpl-progress-fill { height: 100%; background: #22c55e; border-radius: 2px; width: 0%; }
.tpl-meta { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; color: #94a3b8; }

.tpl-expanded-body {
  margin-top: 16px;
  border-top: 1px solid #0f2847;
  padding-top: 16px;
  display: none;
}
.tpl-card.expanded .tpl-expanded-body { display: block; }
.tpl-section-title { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #cbd5e1; margin: 14px 0 8px; }
.tpl-checklist { list-style: none; padding: 0; }
.tpl-checklist li {
  font-size: 13px;
  color: #e2e8f0;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.tpl-checklist li:hover { color: #f1f5f9; }
.tpl-check { color: #475569; font-size: 14px; flex-shrink: 0; }
.tpl-checklist li.checked .tpl-check { color: #22c55e; }
.tpl-checklist li.checked { color: #64748b; text-decoration: line-through; }

/* Roadmap Timeline */
.roadmap-section {
  padding: 24px 0;
}
.roadmap-title { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #f1f5f9; font-weight: 600; margin-bottom: 20px; }
.roadmap-phases { display: flex; gap: 16px; }
.roadmap-phase {
  flex: 1;
  background: #001233;
  border: 1px solid #0f2847;
  border-radius: 16px;
  padding: 24px;
  position: relative;
}
.roadmap-phase::after {
  content: '\2192';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  font-size: 14px;
}
.roadmap-phase:last-child::after { display: none; }
.phase-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: 700; }
.phase-label.urgent { color: #ef4444; }
.phase-label.next { color: #f59e0b; }
.phase-label.future { color: #22c55e; }
.phase-title { font-size: 16px; font-weight: 700; color: #f1f5f9; margin-bottom: 6px; }
.phase-desc { font-size: 13px; color: #cbd5e1; line-height: 1.5; }
.phase-dims { margin-top: 8px; display: flex; gap: 4px; flex-wrap: wrap; }
.phase-dim-tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(241,245,249,0.06);
  color: #94a3b8;
}

/* Report Footer */

/* Gamma Template Modal */
.gamma-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gamma-modal-content {
  width: 100%;
  max-width: 1000px;
  height: 85vh;
  background: #00224A;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}
.gamma-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #1e3a5f;
  flex-shrink: 0;
}
.gamma-modal-title {
  font-size: 14px;
  font-weight: 700;
  color: #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gamma-modal-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gamma-modal-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(241, 245, 249, 0.1);
  color: #cbd5e1;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.gamma-modal-download:hover {
  background: rgba(241, 245, 249, 0.2);
  color: #f1f5f9;
}
.gamma-modal-close {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 28px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  transition: color 0.2s;
}
.gamma-modal-close:hover {
  color: #f1f5f9;
}
.gamma-modal-content iframe {
  flex: 1;
}

/* Template view badge */
.tpl-view-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(241, 245, 249, 0.15);
  color: #cbd5e1;
  font-size: 9px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tpl-card { position: relative; }

@media (max-width: 640px) {
  .gamma-modal-overlay { padding: 8px; }
  .gamma-modal-content { height: 90vh; border-radius: 12px; }
}

/* Next Steps / Consulting CTA */
.next-steps-card {
  background: linear-gradient(135deg, #001233 0%, #00224A 100%);
  border: 1px solid #1e3a5f;
  border-radius: 16px;
  padding: 36px;
  margin: 0 36px 32px;
}
.next-steps-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.next-steps-icon {
  font-size: 18px;
  font-weight: 700;
  color: #f1f5f9;
}
.next-steps-heading {
  font-size: 18px;
  font-weight: 700;
  color: #f1f5f9;
}
.next-steps-desc {
  font-size: 13px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 16px;
}
.next-steps-list {
  list-style: none;
  padding: 0;
}
.next-steps-list li {
  font-size: 13px;
  color: #e2e8f0;
  padding: 8px 0;
  border-bottom: 1px solid #0f2847;
  padding-left: 20px;
  position: relative;
}
.next-steps-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #6d28d9;
  font-weight: 700;
}
.next-steps-cta {
  display: inline-block;
  background: #f1f5f9;
  color: #00224A;
  padding: 14px 36px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}
.next-steps-cta:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(241,245,249,0.2);
}
.next-steps-note {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 10px;
}

.report-footer-bar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 36px;
  border-top: 1px solid #0f2847;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #94a3b8;
}

/* Section Label */
.section-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f1f5f9;
  padding: 24px 36px 12px;
  font-weight: 600;
}

/* Report Navy responsive */
@media (max-width: 640px) {
  .tpl-grid { grid-template-columns: 1fr; }
  .roadmap-phases { flex-direction: column; }
  .roadmap-phase::after { display: none; }
  .dim-tabs { overflow-x: auto; }
}

/* === CTA Section === */
.cta-section {
  text-align: center;
  padding: var(--space-2xl);
  background: linear-gradient(135deg, #00224A 0%, #003366 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  margin: var(--space-xl) 0;
}

.cta-section h2 {
  color: #fff;
}

.cta-section p {
  color: rgba(255,255,255,0.85);
}

.cta-section .price {
  font-size: 2.5rem;
  font-weight: 800;
  margin: var(--space-md) 0;
}

.cta-section .btn-primary {
  background: #fff;
  color: var(--primary);
}

.cta-section .btn-primary:hover {
  background: #f0f4ff;
}

/* === Footer === */
.site-footer {
  background: var(--primary);
  color: rgba(255,255,255,0.7);
  padding: var(--space-xl) 0;
  text-align: center;
  font-size: 0.875rem;
}

.site-footer a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

.site-footer a:hover { color: #fff; text-decoration: none; }

.site-footer p {
  color: rgba(255,255,255,0.7);
}

.footer-brand {
  font-family: var(--font-brand);
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: var(--space-sm);
}

.footer-brand .logo-dot { color: var(--accent); }

/* === Utilities === */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }
.hidden { display: none !important; }

/* === Landing Hero === */
.hero {
  padding: var(--space-3xl) 0;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.hero h1 {
  font-size: 3rem;
  max-width: 700px;
  margin: 0 auto var(--space-lg);
}

.hero p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto var(--space-xl);
}

/* === Features Grid === */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-xl);
}

.feature-card {
  text-align: center;
  padding: var(--space-xl);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-md);
  font-size: 1.5rem;
}

/* === Local Storage Warning === */
.localstorage-warning {
  background: #fffbeb;
  border: 1px solid #fbbf24;
  border-radius: var(--radius);
  padding: var(--space-md);
  font-size: 0.85rem;
  color: #92400e;
  margin: var(--space-lg) 0;
}

/* === Responsive === */

/* Nav: shrink gaps on intermediate screens */
@media (max-width: 1280px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 0.74rem; }
  .nav-cta { padding: 7px 12px !important; font-size: 0.76rem !important; }
  .lang-switcher { margin-left: 10px; gap: 4px; }
  .lang-btn { width: 26px; height: 18px; }
  .lang-btn svg { width: 22px; height: 16px; }
}

/* Hamburger nav: activate on screens <= 1100px */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }

  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 80px; left: 0; right: 0;
    background: rgba(0, 34, 74, 0.99);
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .nav-links.active a { font-size: 0.9rem; }
  .nav-links.active .nav-cta { font-size: 0.9rem !important; padding: 10px 24px !important; }

  /* Language switcher: always visible next to hamburger */
  .lang-switcher {
    position: absolute;
    top: 22px;
    right: 64px;
    display: flex !important;
    z-index: 1001;
  }

  .nav-logo-product { display: none; }
}

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  .hero h1 { font-size: 2.25rem; }
  h2 { font-size: 1.5rem; }
  .score-number { font-size: 3.5rem; }
  .cta-section .price { font-size: 2rem; }
  .container { padding: 0 var(--space-md); }
  .dimension-scores { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.75rem; }
  .dimension-scores { grid-template-columns: 1fr; }
}

/* === Light Theme Override === */
body.page-light {
  --bg: #E6E6E6;
  --bg-white: #FFFFFF;
  --bg-card: #FFFFFF;
  --border: #d4d4d8;
  --text: #02245A;
  --text-light: #3a3a3a;
  --text-muted: #52525b;
  --accent-light: rgba(5,150,105,0.08);
}

body.page-light p,
body.page-light li,
body.page-light .dim-content p,
body.page-light .dim-content li,
body.page-light .phase-desc,
body.page-light .reg-intro,
body.page-light .reg-item p,
body.page-light .tpl-desc,
body.page-light .rd-interpretation,
body.page-light .rd-company,
body.page-light .rd-dim-name,
body.page-light .rd-insight-value,
body.page-light .ctx-alert,
body.page-light .ctx-tip,
body.page-light .rd-unlock-desc,
body.page-light .rd-unlock-note {
  font-weight: 600;
}

body.page-light .anchoring-callout {
  background: #f0fdf4;
}

body.page-light .form-group select,
body.page-light .form-group input {
  background: #fff;
}

body.page-light .site-footer {
  background: #00224A;
  color: rgba(255,255,255,0.7);
}

/* === Light Theme — Dashboard Overrides === */
body.page-light .rd-dashboard {
  background: #fff;
  color: #02245A;
  box-shadow: 0 2px 16px rgba(2,36,90,0.06);
  border: 1px solid #d4d4d8;
}
body.page-light .rd-label {
  color: #02245A;
}
body.page-light .rd-company {
  color: #3a3a3a;
}
body.page-light .rd-rating {
  color: #02245A;
}
body.page-light .rd-rating-name {
  color: #71717a;
}
body.page-light .rd-scale-labels span {
  color: #a1a1aa;
}
body.page-light .rd-scale-labels span.active {
  color: #02245A;
}
body.page-light .rd-interpretation {
  color: #3a3a3a;
  border-bottom-color: #e4e4e7;
}
body.page-light .rd-dim-title {
  color: #71717a;
}
body.page-light .rd-dim-name {
  color: #3a3a3a;
}
body.page-light .rd-dim-bar {
  background: #e4e4e7;
}
body.page-light .rd-insight {
  background: #f4f4f5;
  border-color: #d4d4d8;
}
body.page-light .rd-insight-label {
  color: #02245A;
}
body.page-light .rd-insight-value {
  color: #3a3a3a;
}
body.page-light .rd-footer {
  background: #fafafa;
  border-top: 1px solid #e4e4e7;
  color: #71717a;
}
body.page-light .rd-blur-zone .rd-preview-block {
  background: #f4f4f5;
}
body.page-light .rd-unlock-overlay {
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.98) 30%);
}
body.page-light .rd-unlock-card {
  background: #02245A;
  border: none;
  box-shadow: 0 12px 48px rgba(2,36,90,0.25);
}

/* === Light Theme — Report Page Overrides === */
body.page-light .section-label {
  color: #02245A;
}
body.page-light .dim-section {
  background: #fff;
  border-color: #d4d4d8;
}
body.page-light .dim-header {
  border-bottom-color: #e4e4e7;
}
body.page-light .dim-header:hover {
  background: #fafafa;
}
body.page-light .dim-header-title {
  color: #02245A;
}
body.page-light .dim-icon {
  background: rgba(2,36,90,0.06);
}
body.page-light .dim-tabs {
  border-bottom-color: #e4e4e7;
}
body.page-light .dim-tab {
  color: #a1a1aa;
}
body.page-light .dim-tab.active {
  color: #02245A;
  border-bottom-color: #02245A;
}
body.page-light .dim-tab:hover {
  color: #4A4A4A;
}
body.page-light .dim-content h4 {
  color: #71717a;
}
body.page-light .dim-content p {
  color: #3a3a3a;
}
body.page-light .dim-content li {
  color: #3a3a3a;
  border-bottom-color: #f4f4f5;
}
body.page-light .adaptive li {
  color: #074494;
}

/* Roadmap */
body.page-light .roadmap-title {
  color: #02245A;
}
body.page-light .roadmap-phase {
  background: #fff;
  border-color: #d4d4d8;
}
body.page-light .roadmap-phase::after {
  color: #a1a1aa;
}
body.page-light .phase-title {
  color: #02245A;
}
body.page-light .phase-desc {
  color: #3a3a3a;
}
body.page-light .phase-dim-tag {
  background: #f4f4f5;
  color: #4A4A4A;
}

/* Regulatory */
body.page-light .reg-section {
  background: #fff;
  border-color: #d4d4d8;
}
body.page-light .reg-title {
  color: #02245A;
}
body.page-light .reg-intro {
  color: #3a3a3a;
}
body.page-light .reg-item h5 {
  color: #02245A;
}
body.page-light .reg-item p {
  color: #3a3a3a;
}

/* Templates */
body.page-light .tpl-card {
  background: #fff;
  border-color: #d4d4d8;
}
body.page-light .tpl-card:hover {
  border-color: #a1a1aa;
  background: #fafafa;
}
body.page-light .tpl-title {
  color: #02245A;
}
body.page-light .tpl-desc {
  color: #3a3a3a;
}
body.page-light .tpl-progress {
  background: #e4e4e7;
}
body.page-light .tpl-meta {
  color: #71717a;
}
body.page-light .tpl-section-title {
  color: #4A4A4A;
}
body.page-light .tpl-checklist li {
  color: #4A4A4A;
}
body.page-light .tpl-checklist li:hover {
  color: #02245A;
}
body.page-light .tpl-check {
  color: #a1a1aa;
}
body.page-light .tpl-view-badge {
  background: #f4f4f5;
  color: #71717a;
}

/* Next Steps */
body.page-light .next-steps-card {
  background: #02245A;
  border-color: transparent;
}
body.page-light .next-steps-icon {
  color: #fff;
}
body.page-light .next-steps-heading {
  color: #fff;
}
body.page-light .next-steps-desc {
  color: rgba(255,255,255,0.8);
}
body.page-light .next-steps-list li {
  color: rgba(255,255,255,0.85);
  border-bottom-color: rgba(255,255,255,0.1);
}
body.page-light .next-steps-list li::before {
  color: #059669;
}
body.page-light .next-steps-cta {
  background: #059669;
  color: #fff;
}
body.page-light .next-steps-cta:hover {
  background: #047857;
  box-shadow: 0 4px 20px rgba(5,150,105,0.3);
}
body.page-light .next-steps-note {
  color: rgba(255,255,255,0.5);
}

/* Report Footer */
body.page-light .report-footer-bar {
  border-top-color: #e4e4e7;
  color: #71717a;
}
