/* ============================================================
   ASALEA Immobilien — Design-System
   Navy #0D1B2A · Champagner #C8AD7F · Cremeweiß #F6F4EE · Anthrazit #1B1B1D
   ============================================================ */
:root {
  --navy: #0D1B2A;
  --navy-soft: #16283C;
  --gold: #C8AD7F;
  --gold-dark: #B08D57;
  --cream: #F6F4EE;
  --anth: #1B1B1D;
  --white: #FFFFFF;
  --text: #2A2E33;
  --text-muted: #6B7178;
  --line: #E7E2D8;
  --serif: 'Cinzel', serif;
  --sans: 'Inter', sans-serif;
  --maxw: 1180px;
  --radius: 14px;
  --shadow: 0 6px 30px rgba(13, 27, 42, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--white); line-height: 1.7; font-size: 16.5px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

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

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 500; color: var(--navy); line-height: 1.25; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: 0.01em; }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); }
h3 { font-size: 1.15rem; }

.eyebrow { display: inline-block; font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px; }
.lead { font-size: 1.1rem; color: var(--text-muted); max-width: 640px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; padding: 15px 32px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; transition: all 0.25s ease; cursor: pointer; border: none; font-family: var(--sans); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-navy:hover { background: var(--navy-soft); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--cream); border: 1.5px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--navy); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--cream); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 12px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: 28px; flex-shrink: 0; }
.brand img { height: 44px; width: auto; }
.brand-logo { height: 46px; width: auto; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; letter-spacing: 0.28em; color: var(--navy); }
.brand-sub { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold-dark); }
.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav a { font-size: 0.9rem; font-weight: 500; color: var(--navy); position: relative; padding: 4px 0; white-space: nowrap; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--gold); transition: width 0.25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.main-nav .nav-cta { background: var(--navy); color: var(--cream); padding: 10px 16px; border-radius: 8px; white-space: nowrap; }
.main-nav .nav-cta::after { display: none; }
.main-nav .nav-cta:hover { background: var(--gold); color: var(--navy); }
.main-nav .nav-cta-gold { background: var(--gold); color: var(--navy); font-weight: 700; }
.main-nav .nav-cta-gold:hover { background: var(--gold-dark); color: var(--white); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--navy); margin: 5.5px 0; border-radius: 2px; transition: all 0.3s ease; }

/* ---------- Hero ---------- */
.hero { background: var(--navy); color: var(--cream); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -20%; right: -8%; width: 55%; height: 140%; background: radial-gradient(ellipse, rgba(200,173,127,0.13) 0%, transparent 65%); pointer-events: none; }
.hero-inner { position: relative; padding: 110px 0 120px; max-width: 720px; }
.hero h1 { color: var(--cream); margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p { font-size: 1.15rem; color: rgba(246,244,238,0.78); max-width: 560px; margin-bottom: 38px; }
.hero .eyebrow { color: var(--gold); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 34px; margin-top: 64px; flex-wrap: wrap; }
.hero-badge strong { display: block; font-family: var(--serif); font-size: 1.7rem; color: var(--gold); }
.hero-badge span { font-size: 0.82rem; color: rgba(246,244,238,0.65); }

/* ---------- Nav-Dropdown ---------- */
.main-nav .nav-item { position: relative; display: flex; align-items: center; }
.nav-item > a { display: flex; align-items: center; gap: 5px; font-size: 0.92rem; font-weight: 500; color: var(--navy); position: relative; padding: 4px 0; }
.nav-item .caret { width: 13px; height: 13px; opacity: 0.55; transition: transform 0.25s ease; }
.nav-item:hover .caret { transform: rotate(180deg); }
.dropdown { position: absolute; top: calc(100% + 14px); left: -18px; min-width: 250px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all 0.22s ease; z-index: 120; }
.dropdown::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 11px 16px; border-radius: 8px; font-size: 0.9rem; font-weight: 500; color: var(--navy); }
.dropdown a:hover, .dropdown a.active { background: var(--cream); color: var(--gold-dark); }
.dropdown a::after { display: none; }


/* Navigation klappt frueh ins Burger-Menue, damit nichts umbricht */
@media (max-width: 1240px) {
  .main-nav { position: fixed; top: 78px; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform 0.35s ease; z-index: 99; max-height: calc(100vh - 78px); overflow-y: auto; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--cream); font-size: 1rem; white-space: normal; }
  .main-nav .nav-cta { margin-top: 14px; text-align: center; }
  .main-nav .nav-item { flex-direction: column; align-items: stretch; }
  .nav-item > a { padding: 14px 4px; border-bottom: 1px solid var(--cream); font-size: 1rem; }
  .nav-item .caret { display: none; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; border: none; box-shadow: none; padding: 0 0 0 18px; min-width: 0; background: transparent; }
  .dropdown a { padding: 12px 4px; border-bottom: 1px solid var(--cream); border-radius: 0; font-size: 0.95rem; color: var(--text-muted); }
  .nav-toggle { display: block; }
  .brand img { height: 38px; }
}

/* ---------- Hero (Startseite, V2: statisches Bild) ---------- */
.hero-static { position: relative; min-height: 92vh; min-height: 92svh; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(13,27,42,0.88) 0%, rgba(13,27,42,0.64) 42%, rgba(13,27,42,0.18) 78%, rgba(13,27,42,0.30) 100%),
              linear-gradient(0deg, rgba(13,27,42,0.45) 0%, rgba(13,27,42,0) 24%); }
.hero-content { position: relative; z-index: 10; max-width: 720px; padding-top: 90px; padding-bottom: 90px; }
.hero-content h1 { color: var(--cream); margin-bottom: 22px; }
.hero-content h1 em { font-style: normal; color: var(--gold); }
.hero-content p { font-size: 1.12rem; color: rgba(246,244,238,0.85); max-width: 560px; margin-bottom: 36px; }
.hero-content .eyebrow { color: var(--gold); }
.hero-content .hero-badges { margin-top: 52px; }

/* ---------- Vorher-Nachher-Slider ---------- */
.compare { --pos: 50%; position: relative; max-width: 980px; margin: 0 auto; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); cursor: ew-resize; touch-action: pan-y; user-select: none; -webkit-user-select: none; outline-offset: 4px; }
.compare:focus-visible { outline: 2px solid var(--gold-dark); }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }
.compare-before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.compare-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); transform: translateX(-50%); width: 3px; background: var(--cream); z-index: 5; pointer-events: none; box-shadow: 0 0 12px rgba(13,27,42,0.35); }
.compare-grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; border-radius: 50%; background: var(--cream); color: var(--navy); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(13,27,42,0.35); }
.compare-grip svg { width: 24px; height: 24px; }
.compare-label { position: absolute; top: 18px; z-index: 4; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 14px; border-radius: 7px; background: rgba(13,27,42,0.72); color: var(--cream); pointer-events: none; }
.label-before { left: 18px; }
.label-after { right: 18px; }

@media (max-width: 760px) {
  .hero-static { min-height: 86svh; }
  .hero-bg { object-position: 62% center; }
  .hero-content { padding-top: 64px; padding-bottom: 64px; }
  .hero-content .hero-badges { gap: 20px; margin-top: 36px; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .compare { aspect-ratio: 4 / 3.4; }
  .compare-grip { width: 44px; height: 44px; }
}

/* Sub-Hero (Unterseiten) */
.page-hero { background: var(--navy); color: var(--cream); padding: 84px 0 76px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -30%; right: -10%; width: 50%; height: 160%; background: radial-gradient(ellipse, rgba(200,173,127,0.12) 0%, transparent 65%); }
.page-hero h1 { color: var(--cream); position: relative; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero p { position: relative; margin-top: 16px; font-size: 1.08rem; color: rgba(246,244,238,0.75); max-width: 640px; }

/* ---------- Sections ---------- */
section { padding: 90px 0; }
section.tight { padding: 64px 0; }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy); }
.bg-navy h2, .bg-navy h3 { color: var(--cream); }
.bg-navy p { color: rgba(246,244,238,0.75); }
.section-head { margin-bottom: 54px; }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 32px; transition: all 0.3s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.card .icon { width: 52px; height: 52px; border-radius: 12px; background: var(--cream); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.card .icon svg { width: 26px; height: 26px; stroke: var(--gold-dark); }
.card h3 { margin-bottom: 12px; }
.card p { font-size: 0.95rem; color: var(--text-muted); }
.card .more { display: inline-block; margin-top: 18px; font-size: 0.88rem; font-weight: 600; color: var(--gold-dark); }
.card .more::after { content: ' →'; }

/* ---------- Referenz-Karten ---------- */
.ref-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: all 0.3s ease; }
.ref-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ref-img { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); display: flex; align-items: center; justify-content: center; position: relative; }
.ref-img img { width: 100%; height: 100%; object-fit: cover; }
.ref-img .placeholder { opacity: 0.35; width: 64px; }
.ref-tag { position: absolute; top: 14px; left: 14px; background: var(--gold); color: var(--navy); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 6px; }
.ref-body { padding: 24px 26px 28px; }
.ref-body h3 { font-size: 1.05rem; margin-bottom: 10px; }
.ref-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 0.82rem; color: var(--text-muted); }
.ref-facts span { display: flex; align-items: center; gap: 6px; }
.ref-facts svg { width: 14px; height: 14px; stroke: var(--gold-dark); flex-shrink: 0; }

/* ---------- Prozess / Steps ---------- */
.steps { counter-reset: step; }
.step { display: flex; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: none; }
.step-num { flex-shrink: 0; width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: var(--serif); font-size: 1.25rem; display: flex; align-items: center; justify-content: center; }
.step h3 { margin-bottom: 6px; }
.step p { font-size: 0.95rem; color: var(--text-muted); }

/* ---------- USP-Leiste ---------- */
.usp-band { background: var(--navy); padding: 56px 0; }
.usp-band .grid { gap: 40px; }
.usp-item { text-align: center; }
.usp-item strong { display: block; font-family: var(--serif); font-size: 2rem; color: var(--gold); margin-bottom: 4px; }
.usp-item span { font-size: 0.88rem; color: rgba(246,244,238,0.7); }

/* ---------- Team ---------- */
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.team-photo { position: relative; aspect-ratio: 1/1.05; background: linear-gradient(160deg, var(--cream) 0%, #E9E4D8 100%); display: flex; align-items: center; justify-content: center; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo .placeholder { width: 90px; opacity: 0.4; }
.team-body { padding: 30px 32px 36px; }
.team-body h3 { font-size: 1.3rem; }
.team-role { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dark); margin: 6px 0 16px; }
.team-body p { font-size: 0.95rem; color: var(--text-muted); }

/* ---------- CTA-Band ---------- */
.cta-band { background: var(--navy); text-align: center; padding: 96px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(200,173,127,0.14) 0%, transparent 60%); }
.cta-band h2 { color: var(--cream); margin-bottom: 16px; position: relative; }
.cta-band p { color: rgba(246,244,238,0.72); max-width: 540px; margin: 0 auto 36px; position: relative; }
.cta-band .btn { position: relative; }

/* ---------- Formulare ---------- */
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 44px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
.field input, .field select, .field textarea { padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 8px; font-family: var(--sans); font-size: 0.95rem; color: var(--text); background: var(--white); transition: border-color 0.2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }

/* Bewertungs-Wizard */
.wizard { max-width: 720px; margin: 0 auto; }
.wizard-progress { display: flex; gap: 8px; margin-bottom: 34px; }
.wizard-progress span { flex: 1; height: 4px; border-radius: 2px; background: var(--line); transition: background 0.3s; }
.wizard-progress span.done { background: var(--gold); }
.wizard-step { display: none; }
.wizard-step.active { display: block; animation: fadeIn 0.35s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.wizard-step h3 { font-size: 1.35rem; margin-bottom: 26px; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 30px; }
.option-tile { border: 1.5px solid var(--line); border-radius: 10px; padding: 22px 18px; text-align: center; cursor: pointer; transition: all 0.2s; font-weight: 500; color: var(--navy); background: var(--white); font-size: 0.95rem; }
.option-tile:hover { border-color: var(--gold); }
.option-tile.selected { border-color: var(--gold); background: var(--cream); box-shadow: 0 0 0 1px var(--gold); }
.option-tile svg { width: 30px; height: 30px; stroke: var(--gold-dark); margin: 0 auto 10px; display: block; }
.wizard-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 10px; }
.wizard-note { font-size: 0.8rem; color: var(--text-muted); margin-top: 18px; text-align: center; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.82rem; color: var(--text-muted); margin-top: 20px; cursor: pointer; line-height: 1.5; }
.consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--gold-dark); flex-shrink: 0; }

/* ---------- Kontakt ---------- */
.contact-info { display: flex; flex-direction: column; gap: 26px; }
.contact-row { display: flex; gap: 18px; align-items: flex-start; }
.contact-row .icon { width: 46px; height: 46px; border-radius: 10px; background: var(--cream); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-row .icon svg { width: 22px; height: 22px; stroke: var(--gold-dark); }
.contact-row strong { display: block; font-size: 0.95rem; color: var(--navy); }
.contact-row span, .contact-row a { font-size: 0.92rem; color: var(--text-muted); }

/* ---------- Text-Content (SEO-Seiten) ---------- */
.prose { max-width: 760px; }
.prose h2 { margin: 46px 0 16px; font-size: 1.55rem; }
.prose h3 { margin: 32px 0 12px; }
.prose p { margin-bottom: 18px; color: var(--text); }
.prose strong { color: var(--navy); }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px; background: var(--white); overflow: hidden; }
.faq-item summary { padding: 20px 24px; font-weight: 600; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--gold-dark); }
.faq-item[open] summary::after { content: '–'; }
.faq-item .faq-body { padding: 0 24px 20px; font-size: 0.95rem; color: var(--text-muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(246,244,238,0.7); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 54px; }
.footer-brand img { height: 52px; margin-bottom: 18px; }
.footer-logo { height: 56px; width: auto; margin-bottom: 20px; }
.footer-brand p { font-size: 0.88rem; max-width: 280px; }
.site-footer h4 { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a { font-size: 0.9rem; transition: color 0.2s; }
.site-footer ul a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(246,244,238,0.12); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; }
.footer-bottom a { color: rgba(246,244,238,0.6); margin-left: 18px; }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  section { padding: 64px 0; }
  .hero-inner { padding: 76px 0 84px; }
  .main-nav { position: fixed; top: 78px; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform 0.35s ease; z-index: 99; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--cream); font-size: 1rem; }
  .main-nav .nav-cta { margin-top: 14px; text-align: center; }
  .main-nav .nav-item { flex-direction: column; align-items: stretch; }
  .nav-item > a { padding: 14px 4px; border-bottom: 1px solid var(--cream); font-size: 1rem; }
  .nav-item .caret { display: none; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; border: none; box-shadow: none; padding: 0 0 0 18px; min-width: 0; background: transparent; }
  .dropdown a { padding: 12px 4px; border-bottom: 1px solid var(--cream); border-radius: 0; font-size: 0.95rem; color: var(--text-muted); }
  .nav-toggle { display: block; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-card { padding: 30px 22px; }
  .step { gap: 18px; }
}

/* ---------- ELEVATE Prozessgrafik ---------- */
.ev-flow { max-width: 860px; margin: 0 auto; }
.ev-step { display: flex; gap: 28px; align-items: flex-start; }
.ev-num { flex-shrink: 0; width: 58px; height: 58px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: var(--serif); font-size: 1.35rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(13,27,42,0.18); position: relative; z-index: 2; }
.ev-card { flex: 1; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 32px; box-shadow: 0 2px 12px rgba(13,27,42,0.05); }
.ev-card h3 { margin-bottom: 10px; }
.ev-card p { font-size: 0.95rem; color: var(--text-muted); }
.ev-value { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-top: 18px; padding: 14px 18px; background: var(--cream); border-radius: 10px; border-left: 3px solid var(--gold); flex-wrap: wrap; }
.ev-value span { font-size: 0.8rem; color: var(--text-muted); }
.ev-value strong { font-family: var(--serif); font-size: 1.35rem; color: var(--navy); }
.ev-connector { display: flex; justify-content: flex-start; padding-left: 28px; }
.ev-connector span { display: block; width: 2px; height: 46px; background: linear-gradient(180deg, var(--gold), var(--gold-dark)); }
.ev-branch { flex: 1; display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: stretch; }
.ev-option { position: relative; }
.ev-or { align-self: center; font-family: var(--serif); font-size: 0.95rem; color: var(--gold-dark); padding: 8px 4px; }
.ev-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 12px; border-radius: 6px; background: var(--navy); color: var(--cream); margin-bottom: 14px; }
.ev-tag-gold { background: var(--gold); color: var(--navy); }
@media (max-width: 860px) {
  .ev-step { gap: 16px; }
  .ev-num { width: 46px; height: 46px; font-size: 1.1rem; }
  .ev-connector { padding-left: 22px; }
  .ev-branch { grid-template-columns: 1fr; }
  .ev-or { justify-self: center; }
  .ev-card { padding: 24px 22px; }
}

/* ELEVATE: Fotos im Prozess */
.ev-has-media { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; align-items: center; }
.ev-media { margin: 0; }
.ev-media img { border-radius: 10px; width: 100%; height: auto; display: block; }
.ev-media figcaption { font-size: 0.78rem; color: var(--text-muted); margin-top: 8px; }
.ev-wide { flex: 1; min-width: 0; }
.ev-wide .ev-branch { margin-bottom: 22px; }
.ev-media-full img { max-height: 340px; object-fit: cover; }
@media (max-width: 860px) {
  .ev-has-media { grid-template-columns: 1fr; }
  .ev-media { order: -1; }
}

/* ---------- Mobiler Anruf-Button ---------- */
.call-fab { display: none; }
@media (max-width: 760px) {
  .call-fab { position: fixed; right: 18px; bottom: 18px; z-index: 200; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: var(--gold); color: var(--navy); box-shadow: 0 6px 22px rgba(13,27,42,0.35); }
  .call-fab svg { width: 26px; height: 26px; }
  .call-fab:active { transform: scale(0.94); }
}

/* ---------- Standorte & Karte ---------- */
.loc-grid { display: grid; grid-template-columns: 340px 1fr; gap: 26px; align-items: stretch; }
.loc-cards { display: flex; flex-direction: column; gap: 16px; }
.loc-card { flex: 1; text-align: left; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 26px 28px; cursor: pointer; font-family: var(--sans); transition: all 0.25s ease; display: flex; flex-direction: column; gap: 8px; }
.loc-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.loc-card.active { border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 1px var(--gold), var(--shadow); }
.loc-name { font-family: var(--serif); font-size: 1.25rem; color: var(--navy); }
.loc-addr { font-size: 0.92rem; color: var(--text-muted); line-height: 1.55; }
.loc-route { font-size: 0.85rem; font-weight: 600; color: var(--gold-dark); margin-top: 6px; }
.loc-route:hover { text-decoration: underline; }
.loc-map { position: relative; min-height: 420px; border-radius: var(--radius); overflow: hidden; background: var(--navy); border: 1px solid var(--line); }
.loc-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.loc-map-consent { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; padding: 32px; background: radial-gradient(ellipse at center, rgba(200,173,127,0.14) 0%, transparent 65%), var(--navy); }
.loc-map-consent img { opacity: 0.85; }
.loc-map-consent p { font-size: 0.88rem; color: rgba(246,244,238,0.75); max-width: 380px; }
.loc-map-consent p strong { color: var(--cream); font-size: 1rem; }
.loc-map-consent a { color: var(--gold); text-decoration: underline; }
@media (max-width: 860px) {
  .loc-grid { grid-template-columns: 1fr; }
  .loc-cards { flex-direction: row; }
  .loc-card { padding: 20px; }
  .loc-map { min-height: 340px; }
}
@media (max-width: 560px) { .loc-cards { flex-direction: column; } }

/* ---------- 3 Schritte + Vergleichstabelle (Startseite) ---------- */
.step3-card { position: relative; }
.step3-num { position: absolute; top: 22px; right: 28px; font-family: var(--serif); font-size: 3rem; line-height: 1; color: var(--line); }
.vs-table { max-width: 640px; margin: 56px auto 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.vs-head { background: var(--navy); color: var(--gold); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 16px 24px; }
.vs-row { display: grid; grid-template-columns: 1.1fr 1fr 1.1fr; gap: 12px; align-items: center; padding: 15px 24px; border-top: 1px solid var(--cream); font-size: 0.92rem; }
.vs-row span { color: var(--text); font-weight: 500; }
.vs-row s { color: #A6A69E; }
.vs-row strong { color: var(--navy); text-align: right; }
@media (max-width: 560px) {
  .vs-row { grid-template-columns: 1fr; gap: 2px; padding: 13px 20px; }
  .vs-row strong { text-align: left; }
}

/* 3-Schritte-Sektion auf Navy */
.bg-navy .eyebrow { color: var(--gold); }
.bg-navy .step3-card { background: var(--navy-soft); border-color: rgba(200,173,127,0.3); }
.bg-navy .step3-card:hover { border-color: var(--gold); }
.bg-navy .step3-card h3 { color: var(--cream); }
.bg-navy .step3-num { color: rgba(200,173,127,0.35); }
.bg-navy .step3-card .icon { background: rgba(200,173,127,0.12); }
.bg-navy .vs-table { border-color: rgba(200,173,127,0.35); box-shadow: 0 10px 40px rgba(0,0,0,0.3); }

/* ---------- Kooperationspartner ---------- */
.partner-grid { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; }
.partner-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 14px 4px; width: 340px; box-shadow: var(--shadow); transition: transform 0.3s ease; }
.partner-card:hover { transform: translateY(-4px); }
.partner-photo { border-radius: 8px; overflow: hidden; aspect-ratio: 1 / 1; background: var(--cream); }
.partner-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.partner-body { padding: 20px 12px 22px; }
.partner-body h3 { font-size: 1.2rem; }
.partner-body .team-role { margin: 4px 0 14px; }
.partner-body p { font-size: 0.93rem; color: var(--text-muted); }
@media (max-width: 480px) { .partner-card { width: 100%; } }

/* Kleines Partner-Label auf dem Teamfoto */
.team-tag { position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--navy); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 11px; border-radius: 6px; }

/* Sachverständigen-Siegel (Über uns) */
.badges { display: flex; gap: 56px; justify-content: center; flex-wrap: wrap; }
.badge { text-align: center; max-width: 260px; }
.badge img { width: 180px; height: 180px; object-fit: contain; margin: 0 auto; display: block; }
.badge p { font-size: 0.9rem; color: var(--text-muted); margin-top: 14px; }
@media (max-width: 760px) {
  .badges { gap: 36px; }
  .badge { width: 100%; max-width: 100%; margin: 0 auto; }
}

/* Beispielrechnung (Restnutzungsdauer) */
.calc { max-width: 720px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.calc-block { padding: 22px 30px; border-bottom: 1px solid var(--cream); }
.calc-block h3 { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; }
.calc-row { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 7px 0; font-size: 0.95rem; }
.calc-row span { color: var(--text-muted); }
.calc-row strong { color: var(--navy); font-variant-numeric: tabular-nums; white-space: nowrap; }
.calc-highlight { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px; }
.calc-highlight span { color: var(--navy); font-weight: 600; }
.calc-highlight strong { color: var(--gold-dark); font-size: 1.15rem; }
.calc-note { padding: 22px 30px; font-size: 0.85rem; color: var(--text-muted); background: var(--cream); margin: 0; }
.calc-note strong { color: var(--navy); }
@media (max-width: 560px) {
  .calc-block, .calc-note { padding: 18px 20px; }
  .calc-row { flex-direction: column; align-items: flex-start; gap: 2px; padding: 9px 0; font-size: 0.9rem; }
  .calc-row strong { font-size: 1.05rem; }
  .calc-highlight strong { font-size: 1.2rem; }
}

/* Team-Kontaktdaten */
.team-contact { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; }
.team-contact a { color: var(--gold-dark); font-weight: 500; }
.team-contact a:hover { text-decoration: underline; }
