/* ============================================================
   TP Weinhart GmbH – Website Stylesheet
   Brand: deep navy + copper/gold (aus dem Logo abgeleitet)
   ============================================================ */

:root {
  --navy-900: #0e2237;
  --navy-800: #13304c;
  --navy-700: #1b3e60;
  --navy-600: #244e76;
  --gold-500: #c79a4c;
  --gold-400: #d9b063;
  --gold-300: #e7c98c;
  --ink: #16222e;
  --slate: #51637a;
  --slate-light: #7c8ca0;
  --line: #e3e8ef;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --bg-softer: #eef3f9;
  --white: #ffffff;
  --green: #2e9e6b;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(16, 38, 62, .06);
  --shadow: 0 14px 40px rgba(16, 38, 62, .10);
  --shadow-lg: 0 30px 70px rgba(16, 38, 62, .18);
  --maxw: 1180px;
  --font-head: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.18; color: var(--navy-900); font-weight: 800; letter-spacing: -.01em; }
a { color: var(--navy-700); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-500); }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 96px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: linear-gradient(160deg, var(--navy-900), var(--navy-700)); color: #dce6f1; }
.section--navy h2, .section--navy h3 { color: #fff; }

/* ---------- Eyebrow / headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-500);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.section--navy .eyebrow { color: var(--gold-400); }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.section-head p { margin-top: 16px; color: var(--slate); font-size: 1.08rem; }
.section--navy .section-head p { color: #b9c8da; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem;
  padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 2px solid transparent;
  transition: transform .15s, box-shadow .2s, background .2s, color .2s; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-500), var(--gold-400)); color: #2a1c00; box-shadow: 0 10px 24px rgba(199,154,76,.35); }
.btn-gold:hover { color: #2a1c00; box-shadow: 0 14px 30px rgba(199,154,76,.5); }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-900); color: #fff; }
.btn-ghost { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy-700); color: var(--navy-900); }
.btn-light { background: #fff; color: var(--navy-800); }
.btn-light:hover { color: var(--navy-900); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.btn-outline-light:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 56px; width: auto; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font-head); font-weight: 800; color: var(--navy-900); font-size: 1.05rem; }
.brand-text span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-500); font-weight: 700; }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-family: var(--font-head); font-weight: 600; color: var(--navy-800); font-size: .96rem; }
.nav-links a:hover { color: var(--gold-500); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--navy-900); }
.nav-phone svg { color: var(--gold-500); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--navy-900); border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1){ transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity: 0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-7.5px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; padding: 150px 0 90px;
  background: linear-gradient(155deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--navy-600) 100%);
  color: #fff; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.06) 1px, transparent 0);
  background-size: 26px 26px; opacity: .5; pointer-events: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; background: rgba(217,176,99,.15);
  border: 1px solid rgba(217,176,99,.35); color: var(--gold-300);
  padding: 8px 16px; border-radius: 999px; font-size: .85rem; font-weight: 700; font-family: var(--font-head);
  margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 4px rgba(217,176,99,.25); }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.5rem); line-height: 1.08; }
.hero h1 .accent { color: var(--gold-400); }
.hero p.lead { margin-top: 22px; font-size: 1.18rem; color: #c4d2e2; max-width: 540px; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 36px; display: flex; gap: 30px; flex-wrap: wrap; }
.hero-trust .item { display: flex; flex-direction: column; }
.hero-trust .num { font-family: var(--font-head); font-weight: 800; font-size: 1.9rem; color: #fff; }
.hero-trust .lbl { font-size: .85rem; color: #9fb2c8; }

.hero-visual { position: relative; }
.hero-visual img { width: 100%; border-radius: 22px; box-shadow: var(--shadow-lg); object-fit: cover; aspect-ratio: 4/3; }
.hero-card {
  position: absolute; bottom: -26px; left: -26px; background: #fff; color: var(--ink);
  border-radius: 14px; padding: 16px 20px; box-shadow: var(--shadow); display: flex; gap: 14px; align-items: center; max-width: 260px;
}
.hero-card .ic { width: 44px; height: 44px; border-radius: 10px; background: rgba(199,154,76,.15); color: var(--gold-500); display: grid; place-items: center; flex-shrink: 0; }
.hero-card strong { display: block; font-family: var(--font-head); color: var(--navy-900); font-size: .98rem; }
.hero-card span { font-size: .82rem; color: var(--slate); }

/* logos / norms strip */
.norm-strip { background: var(--navy-900); color: #aebfd3; padding: 18px 0; }
.norm-strip .row { display: flex; flex-wrap: wrap; gap: 14px 36px; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 600; font-size: .92rem; }
.norm-strip .row span { display: inline-flex; align-items: center; gap: 9px; }
.norm-strip .row svg { color: var(--gold-400); flex-shrink: 0; }

/* ============================================================
   SERVICES
   ============================================================ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px;
  transition: transform .25s, box-shadow .25s, border-color .25s; position: relative; overflow: hidden;
}
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card .ic {
  width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600)); color: var(--gold-400);
}
.card h3 { font-size: 1.28rem; margin-bottom: 10px; }
.card p { color: var(--slate); font-size: .98rem; }
.card .tag { display: inline-block; margin-top: 16px; font-size: .78rem; font-weight: 700; font-family: var(--font-head); color: var(--gold-500); background: rgba(199,154,76,.12); padding: 5px 12px; border-radius: 999px; }

/* ============================================================
   PROCESS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step .num {
  counter-increment: step; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem;
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400)); color: #2a1c00;
}
.step .num::before { content: "0" counter(step); }
.step h4 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { color: var(--slate); font-size: .94rem; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.about-img { position: relative; }
.about-img img { border-radius: 22px; box-shadow: var(--shadow); width: 100%; }
.about-img .frame { position: absolute; inset: 18px -18px -18px 18px; border: 2px solid var(--gold-400); border-radius: 22px; z-index: -1; }
.about-text h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.about-text p { color: var(--slate); margin-top: 18px; font-size: 1.05rem; }
.about-list { margin-top: 26px; display: grid; gap: 14px; }
.about-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 1rem; }
.about-list .check { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: rgba(46,158,107,.14); color: var(--green); display: grid; place-items: center; margin-top: 2px; }

/* ============================================================
   FEATURE BANDS (generierte Illustrationen)
   ============================================================ */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature + .feature { margin-top: 80px; }
.feature .fv {
  background: linear-gradient(160deg, var(--bg-soft), var(--bg-softer));
  border: 1px solid var(--line); border-radius: 22px; padding: 26px; box-shadow: var(--shadow-sm);
}
.feature .fv img { width: 100%; display: block; }
.feature.reverse .fv { order: 2; }
.feature .ft h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
.feature .ft p { color: var(--slate); margin-top: 16px; font-size: 1.05rem; }
.feature .ft .about-list { margin-top: 24px; }
@media (max-width: 980px) {
  .feature { grid-template-columns: 1fr; gap: 34px; }
  .feature.reverse .fv, .feature .fv { order: -1; }
}

/* ============================================================
   STATS
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center; }
.stat .num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--gold-400); }
.stat .lbl { color: #c4d2e2; font-size: 1.02rem; margin-top: 4px; }

/* ============================================================
   PRICING / PROMO
   ============================================================ */
.promo-banner {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400)); color: #2a1c00;
  border-radius: var(--radius); padding: 34px 38px; display: flex; align-items: center; justify-content: space-between;
  gap: 30px; flex-wrap: wrap; box-shadow: 0 16px 40px rgba(199,154,76,.35); margin-bottom: 46px; position: relative; overflow: hidden;
}
.promo-banner::after { content: "20%"; position: absolute; right: -10px; bottom: -34px; font-family: var(--font-head); font-weight: 800; font-size: 9rem; color: rgba(255,255,255,.18); line-height: 1; }
.promo-banner .pb-text { position: relative; z-index: 2; }
.promo-banner .pb-tag { font-family: var(--font-head); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; }
.promo-banner h3 { color: #2a1c00; font-size: 1.7rem; margin: 6px 0; }
.promo-banner p { font-weight: 600; max-width: 460px; }
.promo-banner .btn { position: relative; z-index: 2; }

.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.price-table th, .price-table td { padding: 16px 20px; text-align: left; }
.price-table thead th { background: var(--navy-800); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .92rem; }
.price-table tbody tr { border-top: 1px solid var(--line); }
.price-table tbody tr:nth-child(even) { background: var(--bg-soft); }
.price-table .svc { font-weight: 600; color: var(--navy-900); }
.price-table .old { color: var(--slate-light); text-decoration: line-through; font-size: .9rem; }
.price-table .new { color: var(--green); font-weight: 800; font-family: var(--font-head); }
.price-table .badge { display: inline-block; font-size: .72rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: rgba(27,62,96,.1); color: var(--navy-700); }
.price-note { margin-top: 16px; color: var(--slate); font-size: .9rem; }

/* ============================================================
   DOWNLOADS
   ============================================================ */
.dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.dl-item {
  display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 18px 22px; transition: border-color .2s, box-shadow .2s, transform .2s;
}
.dl-item:hover { border-color: var(--gold-400); box-shadow: var(--shadow-sm); transform: translateX(3px); }
.dl-item .pdf-ic { width: 46px; height: 46px; flex-shrink: 0; border-radius: 10px; background: rgba(199,72,72,.1); color: #c44; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: .72rem; }
.dl-item .meta { flex: 1; }
.dl-item .meta strong { display: block; color: var(--navy-900); font-family: var(--font-head); font-size: .98rem; }
.dl-item .meta span { font-size: .85rem; color: var(--slate); }
.dl-item .arrow { color: var(--gold-500); flex-shrink: 0; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; background: #fff; overflow: hidden; transition: box-shadow .2s; }
.faq-item.open { box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--navy-900); }
.faq-q .ico { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--bg-softer); display: grid; place-items: center; transition: transform .3s, background .3s; color: var(--navy-700); }
.faq-item.open .faq-q .ico { transform: rotate(45deg); background: var(--gold-500); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a .inner { padding: 0 24px 22px; color: var(--slate); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.contact-info .ci-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.contact-info .ci-item .ic { width: 50px; height: 50px; flex-shrink: 0; border-radius: 12px; background: rgba(217,176,99,.15); color: var(--gold-400); display: grid; place-items: center; }
.contact-info .ci-item strong { display: block; font-family: var(--font-head); color: #fff; font-size: 1.05rem; }
.contact-info .ci-item a, .contact-info .ci-item p { color: #b9c8da; }
.contact-info .ci-item a:hover { color: var(--gold-400); }

.contact-form { background: #fff; border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.contact-form h3 { color: var(--navy-900); font-size: 1.4rem; margin-bottom: 6px; }
.contact-form > p { color: var(--slate); font-size: .95rem; margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--navy-900); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: .98rem; color: var(--ink); background: var(--bg-soft); transition: border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold-500); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .86rem; color: var(--slate); margin-bottom: 22px; }
.consent input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: var(--gold-500); }
.form-note { font-size: .82rem; color: var(--slate-light); margin-top: 14px; text-align: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy-900); color: #9fb2c8; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand p { margin-top: 18px; font-size: .94rem; max-width: 300px; }
.footer-social { margin-top: 20px; display: flex; gap: 12px; }
.footer-social a { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cfd8e3; transition: background .2s, color .2s, transform .2s; }
.footer-social a:hover { background: linear-gradient(135deg, var(--gold-500), var(--gold-400)); color: #2a1c00; transform: translateY(-2px); }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col a { color: #9fb2c8; font-size: .94rem; }
.footer-col a:hover { color: var(--gold-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .86rem; }
.footer-bottom a { color: #9fb2c8; }
.footer-bottom .legal a { margin-left: 18px; }

/* ============================================================
   COOKIE / PRIVACY BANNER
   ============================================================ */
.cookie {
  position: fixed; bottom: 20px; left: 20px; right: 20px; max-width: 460px; z-index: 200;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 22px 24px; transform: translateY(150%); transition: transform .4s ease;
}
.cookie.show { transform: translateY(0); }
.cookie h4 { font-size: 1.05rem; margin-bottom: 8px; }
.cookie p { font-size: .88rem; color: var(--slate); margin-bottom: 16px; }
.cookie .actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie .btn { padding: 10px 20px; font-size: .9rem; }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-hero { padding: 130px 0 50px; background: linear-gradient(155deg, var(--navy-900), var(--navy-700)); color: #fff; }
.legal-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); }
.legal-hero p { color: #b9c8da; margin-top: 10px; }
.legal-body { padding: 70px 0; }
.legal-body .container { max-width: 860px; }
.legal-body h2 { font-size: 1.5rem; margin: 40px 0 14px; }
.legal-body h3 { font-size: 1.15rem; margin: 26px 0 10px; color: var(--navy-800); }
.legal-body p, .legal-body li { color: var(--slate); margin-bottom: 12px; }
.legal-body ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.legal-body a { color: var(--navy-700); text-decoration: underline; }
.legal-body strong { color: var(--navy-900); }
.legal-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 10px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; max-width: 520px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img { order: -1; max-width: 520px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta .nav-phone { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0;
    background: #fff; padding: 20px 24px; gap: 18px; box-shadow: var(--shadow); border-top: 1px solid var(--line);
  }
  .section { padding: 70px 0; }
  .cards, .steps, .stats, .dl-grid, .field-row { grid-template-columns: 1fr; }
  .promo-banner { flex-direction: column; align-items: flex-start; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom .legal a { margin: 0 16px 0 0; }
  .hero-card { left: 0; }
}
