/*
Theme Name: Nikoloski Sonnenschutz
Theme URI: https://www.rollladennikoloski.de/
Author: Nikoloski Rollladen- und Jalousienbau
Description: Individuelles Theme für Rollladen- und Jalousienbau Nikoloski (Remscheid). Dunkles Anthrazit-Design mit Koralle-Akzent. Markenfarben: #282828, #F04830, #FFFFFF, #6C9C24 (nur Kaufberater).
Version: 1.7.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: nikoloski
*/

/* =========================================================
   Markenfarben (laut Konzept – gelten überall)
   #282828 Anthrazit · #F04830 Koralle · #FFFFFF Weiß · #6C9C24 Grün (nur Kaufberater)
   ========================================================= */
:root {
  --ink: #ffffff;
  --ink-soft: #d4d4d4;
  --muted: #9a9a9a;
  --line: #3d3d3d;
  --bg: #282828;
  --bg-soft: #2f2f2f;
  --bg-dark: #1f1f1f;
  --card: #323232;
  --card-2: #3a3a3a;
  --accent: #F04830;          /* Koralle – CTAs */
  --accent-dark: #d83a25;
  --accent-soft: rgba(240,72,48,0.15);
  --green: #6C9C24;           /* NUR Kaufberater-Button */
  --green-dark: #5c8520;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 16px 40px rgba(0,0,0,0.4);
  --shadow-sm: 0 6px 18px rgba(0,0,0,0.28);
  --maxw: 1140px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --head: "Manrope", var(--font);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font); color: var(--ink-soft); background: var(--bg);
  line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1,h2,h3,h4 { font-family: var(--head); color: var(--ink); line-height: 1.18; font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.25rem; }
p { color: var(--ink-soft); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--bg-dark); }
.center { text-align: center; }
.narrow { max-width: 720px; margin-left: auto; margin-right: auto; }

.eyebrow { display: inline-block; font-family: var(--head); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.section__head { margin-bottom: 48px; }
.section__head p { font-size: 1.08rem; margin-top: 12px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--head); font-weight: 700; font-size: 1rem; padding: 14px 26px; border-radius: 100px; border: 2px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s, color .15s, border-color .15s; white-space: nowrap; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 8px 22px rgba(240,72,48,.30); }
.btn--primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--accent); transform: translateY(-2px); }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }
/* GRÜN – ausschließlich für den Kaufberater */
.btn--kaufberater { background: var(--green); color: #fff; box-shadow: 0 8px 22px rgba(108,156,36,.30); }
.btn--kaufberater:hover { background: var(--green-dark); transform: translateY(-2px); }

/* Header / Nav */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(31,31,31,.88); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 13px; font-family: var(--head); font-weight: 800; color: var(--ink); }
.brand__name { font-size: 1.02rem; line-height: 1.1; }
.brand__name span { display: block; font-size: .72rem; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
.brand__name b { color: var(--accent); font-weight: 800; }
.logo-ph { flex: none; display: flex; align-items: center; justify-content: center; width: 116px; height: 46px; border: 1px dashed #5b626c; border-radius: 8px; background: var(--card); color: var(--muted); font-family: var(--head); font-weight: 700; font-size: .72rem; letter-spacing: .18em; }
.footer__brand .logo-ph { background: #151515; }

.nav__links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav__links a { display: inline-block; padding: 9px 12px; border-radius: 8px; font-weight: 600; font-size: .95rem; color: var(--ink-soft); transition: color .15s, background .15s; white-space: nowrap; }
.nav__links a:hover { color: #fff; background: var(--card); }
.nav__links a.active, .nav__links li.current-menu-item > a { color: var(--accent); }
.nav__cta { margin-left: 10px; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; border-radius: 10px; align-items: center; justify-content: center; }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { content: ""; display: block; width: 22px; height: 2px; background: var(--ink); position: relative; transition: .2s; }
.nav__toggle span::before { position: absolute; top: -7px; }
.nav__toggle span::after { position: absolute; top: 7px; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #2e2e2e 0%, #242424 100%); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 72px 0 84px; }
.hero h1 { margin-bottom: 18px; }
.hero p.lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 540px; margin-bottom: 30px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.hero__trust div { display: flex; flex-direction: column; }
.hero__trust b { font-family: var(--head); font-size: 1.5rem; color: var(--ink); }
.hero__trust small { color: var(--muted); font-size: .85rem; }
.hero__art svg { width: 100%; height: auto; filter: drop-shadow(0 20px 44px rgba(0,0,0,.5)); border-radius: var(--radius); }

/* Hero mit Foto (vollflächig, Text darüber) */
.hero--photo { background-color: #1f1f1f; background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero--photo .hero__inner { display: flex; align-items: center; min-height: 560px; padding: 70px 0; }
.hero--photo .hero__copy { max-width: 660px; }
.hero--photo h1 { text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.hero--photo p.lead { color: #eaeaea; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
.hero__hint { margin-top: 16px; color: var(--muted); font-size: .85rem; }
@media (max-width: 720px) { .hero--photo .hero__inner { min-height: 440px; padding: 48px 0; } }

/* Notfall-/Reparatur-Band */
.notfall { background: var(--accent); }
.notfall .inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 0; flex-wrap: wrap; }
.notfall .txt { display: flex; align-items: center; gap: 14px; color: #fff; }
.notfall .txt b { font-family: var(--head); font-size: 1.12rem; color: #fff; }
.notfall .txt span { color: #ffe3dc; font-size: .96rem; }
.notfall .ic { width: 44px; height: 44px; border-radius: 11px; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; color: #fff; flex: none; }
.notfall .btn--light { background: #fff; color: var(--accent); border-color: #fff; }
.notfall .btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

/* Cards / grids */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent); }
.card__icon { width: 52px; height: 52px; border-radius: 13px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--accent); }
.card h3 { margin-bottom: 8px; }
.card p { font-size: .98rem; }
.card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--accent); font-weight: 700; font-size: .95rem; }
.card__link:hover { gap: 10px; }

/* Values */
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.value { display: flex; gap: 14px; }
.value__ic { flex: none; width: 42px; height: 42px; border-radius: 10px; background: var(--card); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--accent); }
.value h3 { font-size: 1.05rem; margin-bottom: 3px; }
.value p { font-size: .93rem; }

/* Checklist */
.checklist { list-style: none; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); }
.checklist li::before { content: "✓"; flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-weight: 800; font-size: .8rem; display: flex; align-items: center; justify-content: center; margin-top: 2px; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.ph { display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center; text-align: center; background: repeating-linear-gradient(45deg, #2c2c2c, #2c2c2c 12px, #333 12px, #333 24px); color: var(--muted); font-size: .85rem; min-height: 280px; border-radius: var(--radius); border: 1px dashed #4a4a4a; padding: 20px; }
.ph strong { color: var(--ink); }
.ph small { opacity: .8; }
.niko-photo { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.split__media .niko-photo, .post__img .niko-photo { border-radius: 0; }
.post__img .ph { min-height: 180px; border-radius: 0; }

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.step { position: relative; padding-top: 8px; }
.step__num { counter-increment: step; font-family: var(--head); font-weight: 800; color: var(--accent); font-size: 1.05rem; width: 40px; height: 40px; border-radius: 50%; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step__num::before { content: counter(step); }
.step h3 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { font-size: .94rem; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, #343434 0%, #2a2a2a 100%); border: 1px solid var(--line); border-radius: 20px; padding: 54px; text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 26px; }

/* Kaufberater-Teaser (grün) */
.kb-teaser { background: linear-gradient(120deg, rgba(108,156,36,.16), rgba(108,156,36,.06)); border: 1px solid var(--green); border-radius: 20px; padding: 44px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; }
.kb-teaser .tag { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff; font-family: var(--head); font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 14px; }
.kb-teaser h2 { margin-bottom: 10px; }
.kb-teaser .kb-actions { display: flex; justify-content: flex-end; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.qa { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.qa summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--head); font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--ink); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-size: 1.5rem; color: var(--accent); flex: none; transition: transform .2s; }
.qa[open] summary::after { transform: rotate(45deg); }
.qa__body { padding: 0 24px 22px; color: var(--ink-soft); }

/* Blog/teaser cards */
.post { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post__img { min-height: 180px; }
.post__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post__meta { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.post h3 { font-size: 1.18rem; margin-bottom: 10px; }
.post p { font-size: .96rem; }
.post .card__link { margin-top: auto; }

/* Forms */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 7px; color: var(--ink); }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--font); font-size: 1rem; color: var(--ink); background: var(--card-2); transition: border-color .15s, box-shadow .15s; }
.field input::placeholder, .field textarea::placeholder { color: #7d7d7d; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.field textarea { min-height: 130px; resize: vertical; }
.field--full { grid-column: 1 / -1; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.form-status { display:none; margin-top: 14px; padding: 13px 16px; border-radius: 10px; background: var(--accent-soft); border: 1px solid var(--accent); color: #ffd9d0; font-size: .92rem; }
.form-flash { margin: 0 0 20px; padding: 14px 18px; border-radius: 10px; font-size: .95rem; font-weight: 600; }
.form-flash--ok { background: rgba(108,156,36,.16); border: 1px solid var(--green); color: #d7eeb6; }
.form-flash--err { background: var(--accent-soft); border: 1px solid var(--accent); color: #ffd9d0; }

/* Geführtes Angebotsformular */
.guided .gstep { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid var(--line); }
.guided .gstep:first-of-type { border-top: 0; padding-top: 4px; }
.gstep__no { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--head); font-weight: 800; display: flex; align-items: center; justify-content: center; }
.gstep__bd h2 { font-size: 1.3rem; margin-bottom: 16px; }
.gstep__bd h2 small { font-weight: 600; font-size: .82rem; color: var(--muted); }
.pchips { display: flex; flex-wrap: wrap; gap: 10px; }
.pchip { position: relative; display: inline-flex; align-items: center; padding: 12px 18px; border: 2px solid var(--line); border-radius: 100px; cursor: pointer; font-weight: 600; color: var(--ink); transition: border-color .15s, background .15s; user-select: none; }
.pchip input { position: absolute; opacity: 0; pointer-events: none; }
.pchip:hover { border-color: var(--accent); }
.pchip.is-checked { border-color: var(--accent); background: var(--accent); color: #fff; }
.cond { display: none; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 20px 4px; margin-bottom: 16px; background: var(--bg-soft); }
.cond.show { display: block; }
.cond legend { font-family: var(--head); font-weight: 800; color: var(--accent); padding: 0 8px; font-size: 1rem; }
@media (max-width: 560px) { .guided .gstep { grid-template-columns: 1fr; gap: 10px; } .gstep__no { display: none; } }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
.contact__info { display: grid; gap: 18px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; }
.info-row .ic { flex: none; width: 44px; height: 44px; border-radius: 11px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.info-row b { display: block; font-family: var(--head); color: var(--ink); }
.info-row a, .info-row span { color: var(--ink-soft); }

.map-embed { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; filter: grayscale(.2); }

.embed-ph { border: 2px dashed var(--green); border-radius: var(--radius); background: rgba(108,156,36,.07); padding: 44px 28px; text-align: center; }
.embed-ph .ic { width: 56px; height: 56px; border-radius: 14px; background: rgba(108,156,36,.18); color: var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.embed-ph h3 { margin-bottom: 8px; }
.embed-ph p { max-width: 540px; margin: 0 auto 20px; font-size: .96rem; }

/* Prose / legal */
.prose { max-width: 820px; }
.prose h2 { font-size: 1.4rem; margin: 36px 0 12px; color: var(--ink); }
.prose h3 { font-size: 1.1rem; margin: 24px 0 8px; color: var(--ink); }
.prose p, .prose li { color: var(--ink-soft); margin-bottom: 12px; }
.prose ul { margin: 0 0 14px 20px; }
.prose a { color: var(--accent); }
.note-box { background: var(--accent-soft); border: 1px solid var(--accent); padding: 14px 18px; border-radius: 10px; color: #ffd9d0; }
.page-head { background: var(--bg-soft); padding: 60px 0; border-bottom: 1px solid var(--line); }
.page-head .eyebrow { margin-bottom: 10px; }
.page-head p { font-size: 1.1rem; max-width: 640px; margin-top: 10px; }
.crumb { font-size: .85rem; color: var(--muted); margin-bottom: 14px; }
.crumb a:hover { color: var(--accent); }

/* Partner */
.logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.logo-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.logo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent); }
.logo-card .badge { display: inline-flex; align-items: center; justify-content: center; height: 56px; min-width: 120px; padding: 0 20px; background: #151515; color: #fff; border: 1px solid var(--line); border-radius: 10px; font-family: var(--head); font-weight: 800; font-size: 1.15rem; letter-spacing: .02em; margin-bottom: 16px; }
.logo-card h3 { margin-bottom: 6px; }
.logo-card p { font-size: .96rem; }
.prod-table { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.prod-table th, .prod-table td { text-align: left; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: .98rem; }
.prod-table th { font-family: var(--head); background: var(--bg-soft); color: var(--ink); }
.prod-table td { color: var(--ink-soft); }
.prod-table tr:last-child td { border-bottom: 0; }

/* Footer */
.site-footer { background: var(--bg-dark); color: var(--muted); padding: 64px 0 28px; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: #fff; }
.footer__links { list-style: none; display: grid; gap: 10px; font-size: .95rem; }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { color: #8b8b8b; font-size: .92rem; margin-top: 14px; max-width: 280px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: #7e7e7e; }
.footer__bottom a { margin-left: 16px; }

/* WhatsApp Sticky-Button (per JS eingefügt) */
.wa-fab { position: fixed; right: 18px; bottom: 18px; z-index: 80; display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; font-family: var(--head); font-weight: 700; padding: 13px 18px; border-radius: 100px; box-shadow: 0 10px 26px rgba(0,0,0,.35); transition: transform .15s, box-shadow .15s; }
.wa-fab:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.45); }
.wa-fab svg { width: 22px; height: 22px; flex: none; }
.wa-fab .wa-label { font-size: .95rem; }
@media (max-width: 520px) { .wa-fab .wa-label { display: none; } .wa-fab { padding: 14px; } }

/* Standort-Chips */
.standort-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip { display: inline-flex; align-items: center; background: var(--card); border: 1px solid var(--line); color: var(--ink); font-family: var(--head); font-weight: 700; font-size: .98rem; padding: 11px 20px; border-radius: 100px; transition: border-color .15s, background .15s, transform .12s; }
.chip:hover { border-color: var(--accent); color: #fff; transform: translateY(-2px); }
.footer__standorte { border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; padding-top: 22px; font-size: .9rem; color: var(--muted); }
.footer__standorte strong { color: #fff; font-family: var(--head); margin-right: 6px; }
.footer__standorte a:hover { color: #fff; }

/* Responsive */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 30px; padding: 48px 0 60px; }
  .hero__art { order: -1; max-width: 460px; }
  .grid--3, .grid--4, .values, .steps, .logos { grid-template-columns: repeat(2, 1fr); }
  .split, .contact, .kb-teaser { grid-template-columns: 1fr; gap: 28px; }
  .kb-teaser .kb-actions { justify-content: flex-start; }
}
@media (max-width: 920px) {
  .nav__toggle { display: flex; }
  .nav__links { position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--bg-dark); border-bottom: 1px solid var(--line); padding: 12px 16px 20px; gap: 4px; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s; }
  .nav__links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__cta { margin: 8px 0 0; }
}
@media (max-width: 720px) {
  .section { padding: 60px 0; }
  .grid--3, .grid--4, .values, .steps, .logos { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .cta-band, .kb-teaser { padding: 34px 22px; }
  .notfall .inner { justify-content: center; text-align: center; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 480px) { .footer__grid { grid-template-columns: 1fr; } .hero__trust { gap: 18px; } }
