/* =========================================================
   Miz@n Ecosystem — UAE National Implementation Study
   UAE Government-Style Theme
   ========================================================= */

:root {
  --navy: #0B2545;
  --navy-2: #143360;
  --gold: #D4A017;
  --gold-soft: #F5E6BE;
  --blue: #1E4D8C;
  --blue-soft: #DBE7F5;
  --green: #10B981;
  --ice: #E8ECF1;
  --paper: #FFFFFF;
  --paper-2: #F7F8FA;
  --paper-3: #F0F3F8;
  --text: #1F2937;
  --text-2: #445566;
  --muted: #6B7280;
  --border: #E0E5EB;

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;

  --shadow-sm: 0 1px 2px rgba(11, 37, 69, 0.06);
  --shadow-md: 0 6px 18px rgba(11, 37, 69, 0.08);
  --shadow-lg: 0 16px 40px rgba(11, 37, 69, 0.12);

  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Inter", "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
}

img, svg, canvas { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); text-decoration: underline; }

h1, h2, h3, h4 { color: var(--navy); font-family: "Playfair Display", "Inter", Georgia, serif; line-height: 1.2; margin: 0 0 0.5em; font-weight: 700; }
h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
h3 { font-size: 1.15rem; font-family: "Inter", sans-serif; font-weight: 700; }
h4 { font-size: 0.95rem; font-family: "Inter", sans-serif; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: var(--navy); }
p  { margin: 0 0 1em; }

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

.muted { color: var(--muted); }
.num { text-align: right; font-variant-numeric: tabular-nums; }
.full { grid-column: 1 / -1; }

/* ============= Buttons ============= */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 22px; border-radius: var(--r-sm); font-weight: 600; font-size: 0.95rem;
  cursor: pointer; transition: all 0.18s ease; border: 1px solid transparent; line-height: 1;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--gold); color: var(--navy); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; text-decoration: none; }

/* ============= Top bar ============= */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  max-width: var(--container); margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--navy); color: var(--gold);
  display: grid; place-items: center;
  font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 22px;
}
.brand-title { font-weight: 700; color: var(--navy); font-size: 1rem; line-height: 1.15; }
.brand-sub { font-size: 0.75rem; color: var(--muted); letter-spacing: 0.02em; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  color: var(--text-2); padding: 8px 12px; border-radius: 6px;
  font-size: 0.9rem; font-weight: 500;
}
.nav a:hover { color: var(--navy); background: var(--paper-3); text-decoration: none; }
.nav .nav-cta {
  background: var(--gold); color: var(--navy); font-weight: 700;
  margin-left: 8px;
}
.nav .nav-cta:hover { background: var(--navy); color: #fff; }

.nav-toggle {
  display: none; flex-direction: column; gap: 4px;
  background: transparent; border: 0; padding: 8px; cursor: pointer;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }

/* ============= Hero ============= */
.hero { position: relative; padding: 88px 0 96px; overflow: hidden; background: var(--paper-2); }
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 60% at 80% 20%, rgba(212,160,23,0.10), transparent 60%),
    radial-gradient(45% 50% at 10% 90%, rgba(30,77,140,0.08), transparent 60%),
    linear-gradient(180deg, #F7F8FA 0%, #FFFFFF 100%);
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.25fr 0.85fr; gap: 56px; align-items: center;
}
.kicker {
  display: inline-block;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em;
  color: var(--gold); text-transform: uppercase;
  background: rgba(212,160,23,0.08); padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(212,160,23,0.25);
  margin-bottom: 22px;
}
.hero-copy h1 { color: var(--navy); margin-bottom: 18px; }
.lede { font-size: 1.1rem; color: var(--text-2); line-height: 1.7; max-width: 60ch; }
.hero-cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 12px; align-items: center; margin-top: 26px; color: var(--muted); font-size: 0.88rem; flex-wrap: wrap; }
.hero-meta strong { color: var(--text-2); font-weight: 600; }

.hero-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-md);
}
.card-title {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 18px; font-family: "Inter", sans-serif;
}
.figures { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.figure { padding: 16px; background: var(--paper-3); border-left: 3px solid var(--gold); border-radius: 4px; }
.figure-num { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 1.55rem; color: var(--navy); line-height: 1.1; }
.figure-label { font-size: 0.78rem; color: var(--text-2); margin-top: 6px; line-height: 1.4; }

/* ============= Sections ============= */
.section { padding: 88px 0; }
.section-alt { background: var(--paper-2); }
.section-head { margin-bottom: 40px; max-width: 800px; }
.section-eyebrow {
  display: inline-block;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.section-eyebrow.light { color: var(--gold); }
.section-lead { font-size: 1.05rem; color: var(--text-2); margin-top: 8px; max-width: 70ch; }

/* ============= Summary ============= */
.summary-card {
  background: var(--navy); color: #fff;
  padding: 36px 40px;
  border-radius: var(--r-lg);
  font-size: 1.05rem; line-height: 1.7;
  border-left: 6px solid var(--gold);
  margin-bottom: 36px;
}
.takeaways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.takeaway {
  background: #fff; padding: 28px; border-radius: var(--r-md);
  border: 1px solid var(--border); position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.takeaway:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.ta-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--paper-3); color: var(--gold);
  display: grid; place-items: center; font-weight: 700; font-size: 1.2rem;
  margin-bottom: 14px;
}
.takeaway h3 { color: var(--navy); margin-bottom: 6px; font-size: 1.05rem; }
.takeaway p { margin: 0; color: var(--text-2); font-size: 0.95rem; }

/* ============= Products ============= */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 36px; }
.product {
  background: #fff; padding: 24px; border-radius: var(--r-md);
  border: 1px solid var(--border); position: relative; overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.product:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.product-bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--c, var(--gold)); }
.product h3 { color: var(--navy); margin-top: 4px; }
.product p { color: var(--text-2); font-size: 0.94rem; margin: 0; }

/* ============= Cultural frame ============= */
.cultural {
  display: flex; gap: 22px; align-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; padding: 32px 36px; border-radius: var(--r-lg); margin-bottom: 36px;
}
.cultural-icon {
  width: 64px; height: 64px; flex-shrink: 0;
  background: var(--gold); color: var(--navy);
  display: grid; place-items: center; border-radius: 50%;
  font-size: 1.8rem; font-weight: 700;
}
.cultural h3 { color: var(--gold); margin-bottom: 6px; }
.cultural h3 em { font-style: italic; color: #fff; }
.cultural p { color: rgba(255,255,255,0.88); margin: 0; }

/* ============= Instances ============= */
.instances { background: #fff; padding: 28px 32px; border-radius: var(--r-md); border: 1px solid var(--border); }
.instances h3 { color: var(--gold); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; font-family: "Inter", sans-serif; }
.instance-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; flex-wrap: wrap; }
.instance-list li strong { color: var(--navy); font-weight: 700; }
.instance-list li .muted { font-size: 0.85rem; margin-left: 6px; }
.pipeline { color: var(--text-2); font-size: 0.95rem; margin-top: 16px; margin-bottom: 0; }

/* ============= Strategic alignment ============= */
.alignments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.alignment {
  background: #fff; border-radius: var(--r-md);
  border: 1px solid var(--border); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.alignment:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.alignment > header { background: var(--navy); color: #fff; padding: 22px 24px; }
.alignment h3 { color: #fff; margin: 0; font-size: 1.2rem; font-family: "Playfair Display", Georgia, serif; }
.alignment .sub { color: var(--gold); font-size: 0.88rem; font-style: italic; margin-top: 4px; }
.alignment .tag {
  padding: 14px 24px 0; color: var(--gold);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.alignment ul { padding: 16px 24px 8px; margin: 0; list-style: none; }
.alignment ul li { position: relative; padding-left: 20px; margin-bottom: 8px; color: var(--text); font-size: 0.95rem; }
.alignment ul li::before { content: "▪"; color: var(--gold); position: absolute; left: 0; top: 0; }
.alignment .contrib {
  padding: 16px 24px 22px; margin-top: auto;
  border-top: 1px solid var(--border);
  color: var(--text-2); font-size: 0.92rem; font-style: italic;
}
.alignment .contrib span {
  display: block; font-style: normal; font-weight: 700;
  color: var(--gold); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 6px;
}

/* ============= Benefits ============= */
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 36px; }
.kpi {
  background: var(--navy); color: #fff;
  padding: 26px 22px; border-radius: var(--r-md);
  border-bottom: 4px solid var(--gold);
  text-align: center;
}
.kpi-value { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 1.6rem; color: #fff; line-height: 1.1; }
.kpi-label { font-size: 0.82rem; color: rgba(255,255,255,0.86); margin-top: 8px; }

.charts-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-bottom: 36px; }
.chart-card { background: #fff; padding: 22px; border-radius: var(--r-md); border: 1px solid var(--border); }
.chart-card h3 { color: var(--gold); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; font-family: "Inter", sans-serif; }
.chart-wrap { position: relative; height: 260px; }

.benefit-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit {
  background: #fff; padding: 22px 24px; border-radius: var(--r-md);
  border: 1px solid var(--border);
}
.benefit header {
  font-weight: 700; color: var(--navy); font-size: 1rem;
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 2px solid var(--gold);
}
.benefit header span { color: var(--gold); }
.benefit ul { padding: 0; margin: 0; list-style: none; }
.benefit ul li { position: relative; padding-left: 18px; margin-bottom: 6px; color: var(--text-2); font-size: 0.93rem; }
.benefit ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }

/* ============= Challenges ============= */
.challenges-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.challenge {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-md);
  padding: 0; overflow: hidden;
  transition: box-shadow 0.18s ease;
}
.challenge[open] { box-shadow: var(--shadow-md); }
.challenge summary {
  list-style: none; padding: 18px 22px; cursor: pointer;
  display: flex; align-items: center; gap: 14px;
  font-weight: 700; color: var(--navy);
  border-left: 4px solid #EF4444;
  transition: background 0.15s ease;
}
.challenge summary::-webkit-details-marker { display: none; }
.challenge summary:hover { background: var(--paper-3); }
.cid { background: #EF4444; color: #fff; font-weight: 700; padding: 4px 10px; border-radius: 4px; font-size: 0.82rem; }
.ch-body { padding: 0 22px; margin: 0 0 12px; color: var(--text-2); }
.mitigation {
  margin: 0 22px 22px; padding: 14px 16px;
  background: var(--paper-3); border-left: 3px solid var(--gold);
  font-size: 0.92rem; color: var(--text-2); border-radius: 0 6px 6px 0;
}
.mitigation strong { color: var(--navy); }

/* ============= Risk heatmap ============= */
.heatmap-controls { display: flex; gap: 10px; margin-bottom: 22px; flex-wrap: wrap; }
.seg {
  background: #fff; border: 1px solid var(--border); padding: 10px 18px;
  border-radius: 999px; cursor: pointer; font-weight: 600; font-size: 0.9rem; color: var(--text-2);
  transition: all 0.18s ease;
}
.seg:hover { border-color: var(--gold); color: var(--navy); }
.seg.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.heatmap-wrap { display: flex; gap: 16px; align-items: stretch; }
.heatmap-axis-y {
  writing-mode: vertical-rl; transform: rotate(180deg);
  color: var(--muted); font-size: 0.85rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.heatmap {
  display: grid;
  grid-template-columns: 60px repeat(5, 1fr); grid-template-rows: repeat(5, 70px) 40px;
  gap: 4px; flex: 1;
}
.heatmap-axis-x {
  color: var(--muted); font-size: 0.85rem; font-weight: 600;
  text-align: center; margin-top: 8px;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.heat-cell {
  display: grid; place-items: center;
  color: #fff; font-weight: 700; font-size: 1.05rem;
  border-radius: 4px; transition: transform 0.15s ease;
  position: relative;
}
.heat-cell:hover { transform: scale(1.04); }
.heat-cell.empty { color: rgba(255,255,255,0.5); }
.heat-axis {
  display: grid; place-items: center;
  font-weight: 700; color: var(--navy); background: var(--paper-3);
  border-radius: 4px; font-size: 0.85rem;
}
.heatmap-legend { display: flex; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.leg {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; color: var(--text-2);
}
.leg::before { content: ""; width: 14px; height: 14px; background: var(--c); border-radius: 3px; }

.sub-h3 { color: var(--navy); margin-top: 44px; margin-bottom: 16px; font-family: "Inter", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }

.table-wrap { background: #fff; border-radius: var(--r-md); border: 1px solid var(--border); overflow: hidden; }
.risk-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.risk-table thead th { background: var(--navy); color: #fff; text-align: left; padding: 14px 16px; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.04em; }
.risk-table thead th.num { text-align: center; }
.risk-table tbody td { padding: 12px 16px; border-bottom: 1px solid var(--border); }
.risk-table tbody tr:last-child td { border-bottom: 0; }
.risk-table tbody tr:nth-child(even) { background: var(--paper-3); }
.risk-table .pill {
  display: inline-block; min-width: 36px; text-align: center; color: #fff; font-weight: 700;
  padding: 4px 10px; border-radius: 4px; font-size: 0.85rem;
}
.risk-table .id-col { font-weight: 700; color: var(--navy); }

/* ============= Stakeholders ============= */
.tier {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-md);
  margin-bottom: 16px; overflow: hidden;
}
.tier-1 { background: var(--navy); color: #fff; border-color: var(--navy); }
.tier-1 .tier-band { padding: 26px 30px; border-left: 6px solid var(--gold); }
.tier-1 h3 { color: #fff; margin: 6px 0 4px; font-size: 1.5rem; }
.tier-1 p { color: rgba(255,255,255,0.86); margin: 0; }
.tier-label {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold);
}
.tier summary {
  list-style: none; cursor: pointer;
  padding: 18px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 700; color: var(--navy);
  border-left: 4px solid var(--blue);
  transition: background 0.15s ease;
}
.tier summary::-webkit-details-marker { display: none; }
.tier summary:hover { background: var(--paper-3); }
.tier summary::after {
  content: "+"; color: var(--gold); font-size: 1.4rem; font-weight: 700;
  width: 28px; text-align: center;
}
.tier[open] summary::after { content: "–"; }
.tier-count { color: var(--muted); font-weight: 500; font-size: 0.85rem; }
.tier-grid {
  padding: 8px 22px 22px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.entity { background: var(--paper-3); padding: 14px 16px; border-radius: 6px; border-left: 3px solid var(--gold); }
.entity h4 { font-size: 0.85rem; color: var(--navy); margin: 0 0 4px; text-transform: none; letter-spacing: 0; }
.entity p { font-size: 0.85rem; color: var(--text-2); margin: 0; line-height: 1.4; }

/* ============= Roadmap ============= */
.roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.phase {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-md);
  padding: 24px; position: relative;
  display: flex; flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.phase:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.phase::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--accent, var(--gold)); border-radius: var(--r-md) var(--r-md) 0 0;
}
.phase header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.phase-tag {
  display: inline-block; padding: 4px 10px; border-radius: 4px;
  background: var(--accent, var(--gold)); color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.phase h3 { color: var(--navy); margin: 0; font-size: 1.3rem; font-family: "Playfair Display", Georgia, serif; }
.phase-date { color: var(--gold); font-weight: 700; font-size: 0.85rem; margin-bottom: 12px; }
.phase p { color: var(--text-2); font-size: 0.92rem; flex: 1; }
.gate {
  font-size: 0.82rem; color: var(--navy);
  background: var(--paper-3); padding: 10px 12px; border-left: 3px solid var(--gold);
  border-radius: 0 4px 4px 0; margin-top: 12px;
}

/* ============= Downloads ============= */
.downloads { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.dl {
  display: flex; align-items: center; gap: 18px;
  background: #fff; padding: 22px 24px; border-radius: var(--r-md);
  border: 1px solid var(--border); text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.dl:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--gold); text-decoration: none; }
.dl-ico {
  width: 64px; height: 64px; flex-shrink: 0; border-radius: 8px;
  background: var(--navy); color: var(--gold);
  display: grid; place-items: center;
  font-weight: 700; font-size: 0.85rem; letter-spacing: 0.08em;
}
.dl-body { flex: 1; }
.dl-body h3 { color: var(--navy); margin: 0 0 4px; font-size: 1.05rem; }
.dl-body p { color: var(--text-2); margin: 0; font-size: 0.9rem; }
.dl-arrow { color: var(--gold); font-size: 1.6rem; font-weight: 700; }

/* ============= Contact ============= */
.section-contact { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding-top: 96px; padding-bottom: 96px; }
.section-contact h2 { color: #fff; }
.section-contact .lede { color: rgba(255,255,255,0.84); }
.light { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.contact-meta { display: grid; gap: 10px; margin-top: 22px; font-size: 0.95rem; }
.contact-meta strong { color: var(--gold); display: inline-block; min-width: 80px; }
.contact-meta a { color: #fff; text-decoration: underline; text-decoration-color: rgba(212,160,23,0.6); }
.contact-meta a:hover { color: var(--gold); }

.contact-form {
  background: #fff; color: var(--text);
  padding: 32px 32px 28px; border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.contact-form h3 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 1.3rem; margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid label { display: flex; flex-direction: column; gap: 4px; }
.form-grid label span { font-size: 0.82rem; font-weight: 600; color: var(--text-2); }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; padding: 11px 12px; border: 1px solid var(--border);
  border-radius: var(--r-sm); font: inherit; color: var(--text);
  background: #fff; transition: border-color 0.18s, box-shadow 0.18s;
}
.form-grid textarea { resize: vertical; min-height: 110px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus {
  outline: 0; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(11,37,69,0.12);
}
.form-grid .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-actions { margin-top: 18px; display: flex; gap: 16px; align-items: center; }
.form-status { font-size: 0.9rem; color: var(--text-2); }
.form-status.ok { color: var(--green); font-weight: 600; }
.form-status.err { color: #EF4444; font-weight: 600; }
.form-note { font-size: 0.78rem; color: var(--muted); margin: 12px 0 0; }

/* ============= Footer ============= */
.footer { background: #0A1F39; color: rgba(255,255,255,0.78); padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer h4 { color: var(--gold); font-size: 0.78rem; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 8px; font-size: 0.9rem; line-height: 1.5; }
.footer a { color: rgba(255,255,255,0.78); }
.footer a:hover { color: var(--gold); text-decoration: none; }
.footer .brand-mark { background: var(--gold); color: var(--navy); }
.footer .brand-title { color: #fff; }
.footer .brand-sub { color: rgba(255,255,255,0.66); }
.footer .muted { color: rgba(255,255,255,0.6); font-size: 0.88rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0; font-size: 0.82rem;
}
.footer-bottom .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ============= Responsive ============= */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .takeaways, .products, .charts-grid, .alignments, .roadmap, .challenges-grid, .kpi-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .benefit-rows, .downloads, .tier-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px; border-bottom: 1px solid var(--border); align-items: stretch; box-shadow: var(--shadow-md); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; border-radius: 6px; }
  .nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .nav-toggle { display: flex; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { padding: 64px 0 72px; }
  .takeaways, .products, .charts-grid, .alignments, .roadmap, .challenges-grid, .kpi-grid,
  .benefit-rows, .downloads, .tier-grid, .figures, .footer-grid, .form-grid { grid-template-columns: 1fr !important; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { text-align: center; }
  .summary-card { padding: 24px; font-size: 0.98rem; }
  .heatmap { grid-template-rows: repeat(5, 56px) 34px; }
  .heat-cell { font-size: 0.95rem; }
  .container { padding: 0 20px; }
}

/* ============= Print-friendly ============= */
@media print {
  .topbar, .nav-toggle, .hero-cta, .contact-form, .heatmap-controls, .footer-bottom { display: none; }
  body { font-size: 11pt; }
  .section { padding: 24px 0; page-break-inside: avoid; }
  .section-alt { background: #fff; }
}
