/* StrateWie – Stylesheet nach Designbasis (Basis@1x.png) */

/* ---------- Schriften (lokal gehostet, keine Verbindung zu Google) ---------- */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/mulish-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/spline-sans-mono-latin.woff2") format("woff2");
}

/* ---------- Tokens ---------- */
:root {
  --nachtblau: #07111F;
  --tiefblau: #0D1A2D;
  --cyan: #10CBD1;
  --koralle: #F04A78;
  --hellblau: #4EA8E9;
  --rose: #FFC5CD;
  --text: #EAF5FB;
  --text-muted: #A7BFCE;
  --papier: #F7F9FC;
  --text-hell: #102136;
  --line: rgba(167, 191, 206, 0.14);
  --line-soft: rgba(167, 191, 206, 0.10);
  --font-display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Mulish", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Spline Sans Mono", Menlo, Consolas, monospace;
  --wrap: 1200px;
  --gutter: 24px;
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--nachtblau);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--cyan); text-decoration: none; }
a:hover { color: var(--text); }
h1, h2, h3, .num { font-family: var(--font-display); margin: 0; letter-spacing: -0.01em; line-height: 1.12; font-weight: 700; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.mono { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
.muted { color: var(--text-muted); }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--cyan); color: var(--nachtblau); padding: 8px 14px; border-radius: 999px; z-index: 100; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

.section { padding: 112px 0; }
.section--alt { background: var(--tiefblau); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section-head { display: flex; flex-direction: column; gap: 14px; }
.section-head h2 { font-size: 44px; max-width: 760px; }
.section-head--split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: end; }
.section-head--split .lead { max-width: 460px; justify-self: end; }
.eyebrow--cyan { color: var(--cyan); }
.eyebrow--koralle { color: var(--koralle); }

.nur-mobil { display: none; }
.card { background: var(--tiefblau); border: 1px solid var(--line); border-radius: 12px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; padding: 0 28px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px; white-space: nowrap;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--cyan); color: var(--nachtblau); }
.btn--primary:hover { background: #2fd8dd; color: var(--nachtblau); }
.btn--secondary { border: 1.5px solid rgba(234, 245, 251, 0.35); color: var(--text); }
.btn--secondary:hover { border-color: var(--text); color: var(--text); }
.btn--focus { background: var(--koralle); color: var(--text); }
.btn--focus:hover { background: #f5648c; color: var(--text); }
.btn--small { height: 44px; padding: 0 22px; font-size: 15px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7, 17, 31, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img.brand-kugel { width: 40px; height: 40px; }
.brand img.brand-wortmarke { height: 26px; width: auto; }
.nav { display: flex; align-items: center; gap: 36px; font-size: 15px; font-weight: 600; }
.nav a { color: var(--text); }
.nav a:hover { color: var(--cyan); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--text); }
.akzentlinie { height: 3px; background: linear-gradient(90deg, var(--cyan) 0 40%, var(--koralle) 40% 58%, rgba(167, 191, 206, 0.35) 58% 100%); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-glow { position: absolute; right: 40px; top: 0; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(16, 203, 209, 0.22) 0%, rgba(240, 74, 120, 0.10) 42%, rgba(7, 17, 31, 0) 70%); pointer-events: none; }
.hero .wrap { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: center; padding: 84px 0 96px; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.eyebrow-line { display: flex; align-items: center; gap: 12px; }
.eyebrow-line::before { content: ""; width: 28px; height: 2px; background: var(--koralle); }
.hero h1 { font-size: 66px; line-height: 1.06; }
.hero h1 .accent { color: var(--cyan); }
.hero-lead { font-size: 19px; color: var(--text-muted); max-width: 520px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-note { font-size: 11px; color: var(--text-muted); }
.hero-claim { font-family: var(--font-display); font-size: 20px; font-weight: 600; margin-top: -8px; }
.hero-claim::before { content: ""; display: inline-block; width: 22px; height: 2px; background: var(--cyan); vertical-align: middle; margin-right: 12px; }
.hero-visual { display: flex; justify-content: flex-end; align-items: center; }
.hero-visual img { width: 560px; height: 560px; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45)); animation: float 9s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@media (prefers-reduced-motion: reduce) { .hero-visual img { animation: none; } html { scroll-behavior: auto; } }

/* ---------- Kennzahlen ---------- */
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { display: flex; flex-direction: column; gap: 6px; padding: 36px 32px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; padding-right: 0; }
.stat .num { font-size: 44px; line-height: 1; }
.stat .muted { font-size: 15px; }

/* ---------- Gründe ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.reason { display: flex; flex-direction: column; gap: 12px; padding: 32px 36px; }
.reason h3 { font-size: 22px; font-weight: 600; }
.reason--alert { border-color: rgba(240, 74, 120, 0.45); }
.section > .wrap > .grid-2, .section > .wrap > .grid-3 { margin-top: 44px; }

/* ---------- Modell: Fundament + Säulen ---------- */
.temple { display: flex; flex-direction: column; margin-top: 56px; }
.temple-beam { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 64px; margin: 0 40px; padding: 10px 20px; border-radius: 10px 10px 0 0; background: linear-gradient(90deg, rgba(16, 203, 209, 0.18), rgba(240, 74, 120, 0.14) 50%, rgba(78, 168, 233, 0.18)); border: 1px solid rgba(167, 191, 206, 0.18); text-align: center; }
.temple-beam .mono { font-size: 13px; color: var(--text); }
.temple-beam .sep { width: 1px; height: 18px; background: rgba(234, 245, 251, 0.3); }
.temple-beam strong { font-family: var(--font-display); font-weight: 600; font-size: 19px; }
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; padding: 0 88px; }
.pillar { position: relative; display: flex; flex-direction: column; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #13223A 0%, var(--tiefblau) 100%); border: 1px solid var(--line); border-bottom: 0; }
.pillar::before { content: ""; height: 14px; border-radius: 6px 6px 0 0; background: var(--pillar-color); }
.pillar::after { content: ""; position: absolute; inset: 44px 0 0 0; background: repeating-linear-gradient(90deg, transparent 0 46px, rgba(167, 191, 206, 0.05) 46px 48px); pointer-events: none; }
.pillar--strategie { --pillar-color: var(--cyan); }
.pillar--mensch { --pillar-color: var(--koralle); }
.pillar--architektur { --pillar-color: var(--hellblau); }
.pillar-body { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 16px; padding: 30px 30px 40px; }
.pillar-top { display: flex; align-items: center; justify-content: space-between; color: var(--pillar-color); }
.pillar h3 { font-size: 28px; }
.pillar p { font-size: 16px; }
.foundation { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px; align-items: center; padding: 34px 48px; border-radius: 12px; background: linear-gradient(180deg, #13223A 0%, #0B1729 100%); border: 1px solid rgba(167, 191, 206, 0.22); box-shadow: 0 -1px 0 rgba(16, 203, 209, 0.35), 0 24px 60px rgba(0, 0, 0, 0.35); }
.foundation-title { display: flex; flex-direction: column; gap: 6px; }
.foundation h3 { font-size: 28px; }
.foundation p { font-size: 16px; }
.foundation-base { height: 8px; margin: 0 -24px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, var(--cyan) 0%, var(--koralle) 50%, var(--hellblau) 100%); opacity: 0.85; }

/* ---------- Vergleich ---------- */
.compare { margin-top: 44px; padding: 8px 24px 12px; overflow-x: auto; }
.compare table { border-collapse: collapse; width: 100%; min-width: 720px; }
.compare th, .compare td { text-align: left; padding: 20px 22px; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 16px; }
.compare tr:last-child td { border-bottom: 0; }
.compare th { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--text-muted); }
.compare th.us { color: var(--cyan); }
.compare td.us, .compare th.us { background: rgba(16, 203, 209, 0.06); }
.compare td.us { font-weight: 600; }
.compare td.label { color: var(--text-muted); }
.wortmarke-inline { display: inline-block; height: 22px; width: auto; vertical-align: middle; }
.wortmarke-inline--klein { height: 15px; margin-right: 2px; vertical-align: -2px; }
.compare-mobile { display: none; }

/* ---------- Einstiege ---------- */
.plan { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 36px; background: var(--nachtblau); }
.plan--recommended { border: 1.5px solid var(--cyan); }
.plan-badge { position: absolute; top: -12px; left: 32px; padding: 4px 12px; border-radius: 999px; background: var(--cyan); color: var(--nachtblau); font-size: 11px; }
.plan h3 { font-size: 20px; font-weight: 600; }
.plan .num { font-size: 36px; color: var(--cyan); }
.plan .num--koralle { color: var(--koralle); }
.plan p { font-size: 16px; }
.footnote { margin-top: 28px; font-size: 11px; color: var(--text-muted); }

/* ---------- Zeitstrahl ---------- */
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.timeline::before { content: ""; position: absolute; left: 8px; right: 8px; top: 7px; height: 2px; background: linear-gradient(90deg, var(--koralle) 0 52%, rgba(167, 191, 206, 0.3) 52% 100%); }
.tl-item { position: relative; display: flex; flex-direction: column; gap: 14px; }
.tl-dot { width: 16px; height: 16px; border-radius: 50%; border: 3px solid var(--nachtblau); box-shadow: 0 0 0 2px currentColor; background: currentColor; }
.tl-item--past { color: var(--koralle); }
.tl-item--future { color: var(--text-muted); }
.tl-item--future .tl-dot { background: var(--nachtblau); }
.tl-item .num { font-size: 20px; }
.tl-item--future .num { color: var(--text); }
.tl-item p { font-size: 15px; color: var(--text-muted); }
.tl-item .mono { font-size: 10px; }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 64px; align-items: start; }
.faq-item { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 20px; font-weight: 600; }

/* ---------- Team ---------- */
.section-head--center { align-items: center; text-align: center; }
.section-head--center .lead { max-width: 620px; font-size: 18px; }
.team { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.member { display: flex; flex-direction: column; gap: 22px; padding: 36px; }
.member-head { display: flex; align-items: center; gap: 20px; }
.portrait { position: relative; width: 300px; height: 300px; flex: none; }
.portrait::before { content: ""; position: absolute; inset: -14px; border-radius: 50%; background: conic-gradient(from 200deg, var(--cyan), var(--koralle), var(--hellblau), var(--cyan)); opacity: 0.55; }
.portrait img { position: relative; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 4px solid var(--tiefblau); }
.portrait--klein { width: 96px; height: 96px; }
.portrait--klein::before { inset: -5px; }
.portrait--klein img { border-width: 3px; }
.member-name { display: flex; flex-direction: column; gap: 4px; }
.member h3 { font-size: 24px; font-weight: 700; }
.member-role { color: var(--koralle); font-weight: 700; font-size: 15px; }
.member > p { font-size: 16px; }
.tags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tag { padding: 6px 12px; border-radius: 999px; font-size: 11px; }
.tag--neutral { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--text); background: rgba(167, 191, 206, 0.12); border: 1px solid var(--line); }
.tag--strategie { background: rgba(16, 203, 209, 0.14); color: var(--cyan); }
.tag--mensch { background: rgba(240, 74, 120, 0.16); color: var(--koralle); }
.tag--architektur { background: rgba(78, 168, 233, 0.16); color: var(--hellblau); }

/* ---------- CTA ---------- */
.cta { position: relative; overflow: hidden; background: var(--tiefblau); border-top: 1px solid var(--line-soft); }
.cta-glow { position: absolute; right: -180px; top: -220px; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(240, 74, 120, 0.22) 0%, rgba(16, 203, 209, 0.10) 45%, rgba(13, 26, 45, 0) 70%); pointer-events: none; }
.cta .wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: center; padding: 96px 0; }
.cta-copy { display: flex; flex-direction: column; gap: 18px; }
.cta h2 { font-size: 48px; line-height: 1.1; }
.cta-copy p { font-size: 18px; max-width: 620px; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.cta-actions .btn { height: 60px; padding: 0 36px; font-size: 17px; }
.cta-actions .mono { font-size: 11px; color: var(--text-muted); }
.cta-actions .mono a { color: var(--text-muted); }
.cta-actions .mono a:hover { color: var(--cyan); }

/* ---------- Footer ---------- */
.site-footer .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: start; padding: 48px 0 56px; }
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand img { height: 22px; width: auto; align-self: flex-start; }
.footer-brand p { font-size: 14px; line-height: 1.7; }
.footer-brand a { color: var(--text-muted); }
.footer-brand a:hover { color: var(--cyan); }
.footer-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; padding-top: 4px; }
.footer-links a { color: var(--text-muted); }
.footer-links a:hover { color: var(--cyan); }

/* ---------- Rechtsseiten ---------- */
.legal { padding: 72px 0 112px; }
.legal .wrap { max-width: 800px; }
.legal h1 { font-size: 44px; margin-bottom: 12px; }
.legal .stand { margin-bottom: 40px; }
.legal h2 { font-size: 24px; margin: 40px 0 12px; }
.legal p, .legal li { color: var(--text-muted); margin-bottom: 12px; }
.legal ul { list-style: disc; padding-left: 22px; }
.legal address { font-style: normal; color: var(--text-muted); margin-bottom: 12px; line-height: 1.7; }
.legal strong { color: var(--text); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero h1 { font-size: 54px; }
  .hero-visual img { width: 440px; height: 440px; }
  .pillars { gap: 28px; padding: 0 48px; }
  .faq-layout { grid-template-columns: 300px minmax(0, 1fr); gap: 40px; }
  .faq-item { grid-template-columns: 240px minmax(0, 1fr); }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .section-head h2, .legal h1 { font-size: 32px; }
  .section-head--split { grid-template-columns: 1fr; gap: 16px; }
  .section-head--split .lead { justify-self: start; font-size: 15px; }

  .site-header .wrap { height: 68px; }
  .brand img.brand-kugel { width: 34px; height: 34px; }
  .brand img.brand-wortmarke { height: 22px; }
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; left: 0; right: 0; top: 68px; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 20px; background: var(--nachtblau); border-bottom: 1px solid var(--line); }
  .nav[hidden] { display: none; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-size: 17px; }
  .nav .btn { margin-top: 16px; align-self: flex-start; }
  .header-actions { display: flex; align-items: center; gap: 12px; }
  .header-actions .btn { height: 40px; padding: 0 16px; font-size: 14px; }

  .hero .wrap { grid-template-columns: 1fr; gap: 16px; padding: 24px 0 48px; }
  .hero-visual { order: -1; justify-content: flex-end; margin: 0 -40px -30px 0; }
  .hero-visual img { width: 300px; height: 300px; }
  .hero-glow { right: -140px; top: -40px; width: 460px; height: 460px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-note { font-size: 10px; letter-spacing: 0.12em; }
  .hero-claim { font-size: 17px; margin-top: 0; }

  .stats { gap: 12px; }
  .stat { padding: 28px 0; border-right: 0; gap: 4px; }
  .stat .num { font-size: 26px; }
  .stat .muted { font-size: 12px; line-height: 1.4; }

  .grid-2, .grid-3 { grid-template-columns: 1fr; gap: 14px; }
  .section > .wrap > .grid-2, .section > .wrap > .grid-3 { margin-top: 28px; }
  .reason { padding: 22px 24px; gap: 8px; }
  .reason h3 { font-size: 19px; }
  .reason p { font-size: 15px; }

  .temple { margin-top: 32px; }
  .temple-beam { margin: 0 16px; min-height: 44px; gap: 10px; }
  .temple-beam .mono, .temple-beam .sep { display: none; }
  .temple-beam strong { font-size: 14px; }
  .pillars { gap: 10px; padding: 0 20px; }
  .pillar::before { height: 10px; }
  .pillar::after { display: none; }
  .pillar-body { padding: 14px 10px 20px; gap: 8px; align-items: center; text-align: center; }
  .pillar-top { flex-direction: column-reverse; gap: 8px; }
  .pillar-top .mono { font-size: 9px; }
  .pillar h3 { font-size: 15px; }
  .pillar p { display: none; }
  .foundation { grid-template-columns: 1fr; gap: 10px; padding: 18px 20px; text-align: center; }
  .foundation-title { gap: 2px; }
  .foundation h3 { font-size: 20px; }
  .foundation p { display: none; }
  .nur-desktop { display: none; }
  .nur-mobil { display: inline; }
  .foundation-base { height: 6px; margin: 0 -10px; }
  .pillar-details { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
  .pillar-detail { display: flex; gap: 14px; }
  .pillar-detail::before { content: ""; flex: none; width: 3px; border-radius: 2px; background: var(--pillar-color); }
  .pillar-detail h3 { font-size: 18px; }
  .pillar-detail p { font-size: 15px; }

  .compare { display: none; }
  .compare-mobile { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
  .compare-item { display: flex; flex-direction: column; gap: 10px; padding: 20px 22px; }
  .compare-item p { font-size: 14px; }
  .compare-item .us { font-size: 15px; font-weight: 700; color: var(--cyan); }

  .plan { padding: 26px; gap: 10px; }
  .plan .num { font-size: 30px; }
  .plan p { font-size: 15px; }
  .footnote { font-size: 10px; letter-spacing: 0.12em; }

  .timeline { grid-template-columns: 1fr; gap: 22px; margin-top: 28px; padding-left: 30px; }
  .timeline::before { left: 6px; right: auto; top: 10px; bottom: 10px; width: 2px; height: auto; background: linear-gradient(180deg, var(--koralle) 0 58%, rgba(167, 191, 206, 0.3) 58% 100%); }
  .tl-item { gap: 4px; }
  .tl-dot { position: absolute; left: -30px; top: 4px; width: 14px; height: 14px; }
  .tl-item .num { font-size: 18px; }
  .tl-item p { font-size: 14px; }

  .faq-layout { grid-template-columns: 1fr; gap: 20px; }
  .faq-item { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .faq-item h3 { font-size: 18px; }
  .faq-item p { font-size: 15px; }

  .section-head--center .lead { font-size: 15px; }
  .team { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .member { padding: 24px; gap: 16px; }
  .member-head { gap: 14px; }
  .portrait--klein { width: 72px; height: 72px; }
  .member h3 { font-size: 20px; }
  .member-role { font-size: 14px; }
  .member > p { font-size: 15px; }
  .tag--neutral { font-size: 12px; }

  .cta .wrap { grid-template-columns: 1fr; gap: 18px; padding: 64px 0; }
  .cta h2 { font-size: 32px; }
  .cta h2 br { display: none; }
  .cta-copy p { font-size: 16px; }
  .cta-actions { align-items: stretch; }
  .cta-actions .btn { height: 56px; }
  .cta-glow { right: -160px; top: -160px; width: 420px; height: 420px; }

  .site-footer .wrap { grid-template-columns: 1fr; gap: 14px; padding: 36px 0 44px; }
  .footer-brand img { height: 20px; }
  .footer-brand p { font-size: 13px; }
  .footer-links { gap: 20px; font-size: 13px; }

  .legal { padding: 40px 0 72px; }
  .legal h2 { font-size: 20px; }
}

@media (min-width: 901px) {
  .pillar-details { display: none; }
  .header-actions .btn--header { display: none; }
}
