:root {
  --green-950: #062d25;
  --green-900: #083c31;
  --green-800: #0b4b3d;
  --green-700: #176956;
  --green-100: #e5f0ec;
  --gold: #f4b234;
  --gold-soft: #fff2d1;
  --ink: #13231e;
  --muted: #60716b;
  --paper: #ffffff;
  --warm: #f7f6f1;
  --line: #dbe5e1;
  --shadow: 0 16px 44px rgba(6, 45, 37, .10);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 2000; transform: translateY(-160%); padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.build-bar { background: var(--green-950); color: #fff; }
.build-bar .container { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: .91rem; text-align: center; }
.build-label { padding: 4px 9px; border-radius: 6px; background: var(--gold); color: #392500; font-weight: 900; white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 238px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { color: #334740; text-decoration: none; font-size: .93rem; font-weight: 780; }
.main-nav a:hover { color: var(--green-700); }
.main-nav .nav-cta { padding: 11px 16px; border-radius: 11px; background: var(--green-800); color: #fff; }
.main-nav .nav-cta:hover { color: #fff; background: var(--green-700); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; padding: 9px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 3px; margin: 5px 0; border-radius: 4px; background: var(--green-900); transition: .2s ease; }

.hero { padding: clamp(64px, 8vw, 108px) 0 clamp(68px, 8vw, 108px); background: var(--warm); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: clamp(45px, 7vw, 88px); align-items: center; }
.kicker { margin: 0 0 16px; color: var(--green-700); font-size: .82rem; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(3rem, 5.5vw, 5.7rem); line-height: .99; letter-spacing: -.06em; }
.hero h1 em { color: var(--green-700); font-style: normal; }
.hero-lead { max-width: 700px; margin: 25px 0 0; color: var(--muted); font-size: clamp(1.06rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 19px; border: 1px solid transparent; border-radius: 12px; font: inherit; font-size: .95rem; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .16s, box-shadow .16s, background .16s, border-color .16s; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green-800); color: #fff; box-shadow: 0 9px 22px rgba(11,75,61,.18); }
.button-primary:hover { background: var(--green-700); }
.button-secondary { border-color: #cbd9d4; background: #fff; color: var(--green-900); }
.button-secondary:hover { border-color: #a9bdb5; box-shadow: 0 8px 22px rgba(6,45,37,.08); }
.hero-note { margin: 20px 0 0; color: #72827c; font-size: .87rem; }

.status-card { padding: clamp(26px, 4vw, 40px); border: 1px solid #d1dfda; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.status-card .tag { display: inline-flex; padding: 7px 10px; border-radius: 7px; background: var(--gold-soft); color: #76510a; font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.status-card h2 { margin: 21px 0 10px; font-size: clamp(1.85rem, 3vw, 2.75rem); line-height: 1.08; letter-spacing: -.04em; }
.status-card > p { margin: 0; color: var(--muted); }
.status-list { display: grid; gap: 10px; margin: 25px 0; }
.status-row { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfb; }
.status-row b { display: grid; place-items: center; min-height: 32px; border-radius: 7px; background: var(--green-100); color: var(--green-800); font-size: .82rem; }
.status-row strong { display: block; font-size: .94rem; }
.status-row span { display: block; margin-top: 2px; color: var(--muted); font-size: .83rem; }
.email-box { display: block; padding: 15px 16px; border-radius: 12px; background: var(--green-900); color: #fff; font-weight: 850; text-align: center; text-decoration: none; overflow-wrap: anywhere; }
.email-box:hover { background: var(--green-700); }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 23px 30px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--green-800); font-size: .96rem; }
.trust-grid span { color: var(--muted); font-size: .86rem; }

.section { padding: clamp(76px, 9vw, 118px) 0; }
.section-soft { background: var(--warm); }
.section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(290px, .55fr); gap: clamp(34px, 7vw, 92px); align-items: end; margin-bottom: 42px; }
.section-head h2, .region-copy h2, .faq-copy h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.65rem); line-height: 1.03; letter-spacing: -.055em; }
.section-head > p, .region-copy > p, .faq-copy > p { margin: 0; color: var(--muted); font-size: 1.02rem; }

.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.offer-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 8px 24px rgba(6,45,37,.055); }
.offer-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.offer-code { padding: 6px 9px; border-radius: 6px; background: var(--green-100); color: var(--green-800); font-size: .76rem; font-weight: 900; letter-spacing: .07em; }
.offer-state { color: #7b621e; font-size: .77rem; font-weight: 800; }
.offer-card h3 { margin: 0 0 10px; font-size: 1.45rem; letter-spacing: -.025em; }
.offer-card p { margin: 0; color: var(--muted); }
.offer-items { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.offer-items span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fafcfb; color: #42564f; font-size: .82rem; font-weight: 700; }

.demand-section { background: var(--green-950); color: #fff; }
.demand-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .65fr); gap: clamp(40px, 8vw, 100px); align-items: center; }
.demand-grid h2 { margin: 0; max-width: 750px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.058em; }
.demand-grid p { max-width: 690px; margin: 22px 0 0; color: #bed0c9; font-size: 1.04rem; }
.demand-panel { padding: 29px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); background: rgba(255,255,255,.07); }
.demand-panel strong { display: block; color: var(--gold); font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.demand-panel p { margin: 10px 0 21px; color: #d6e1dd; font-size: .95rem; }
.demand-panel .button { width: 100%; background: #fff; color: var(--green-950); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; padding: 0; margin: 0; }
.steps li { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.step-no { display: inline-flex; padding: 5px 9px; border-radius: 6px; background: var(--gold-soft); color: #714a00; font-size: .78rem; font-weight: 900; }
.steps h3 { margin: 27px 0 9px; font-size: 1.27rem; }
.steps p { margin: 0; color: var(--muted); }

.region-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(44px, 8vw, 100px); align-items: center; }
.region-copy > p { margin-top: 21px; }
.region-box { padding: 34px; border-radius: var(--radius-xl); background: var(--green-800); color: #fff; box-shadow: var(--shadow); }
.region-box .location-label { display: inline-flex; padding: 6px 9px; border-radius: 6px; background: var(--gold); color: #392500; font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.region-box h3 { margin: 23px 0 6px; font-size: 2.1rem; }
.region-box p { margin: 0; color: #c3d3ce; }
.place-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.place-list span { padding: 7px 10px; border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; font-size: .82rem; }

.faq-grid { display: grid; grid-template-columns: .68fr 1fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.faq-copy { position: sticky; top: 120px; }
.faq-copy > p { margin-top: 20px; }
.faq-list { border-top: 1px solid #cbd9d4; }
details { border-bottom: 1px solid #cbd9d4; }
summary { position: relative; list-style: none; padding: 23px 44px 23px 0; cursor: pointer; font-size: 1.02rem; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 18px; color: var(--green-700); font-size: 1.45rem; font-weight: 500; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 36px 23px 0; color: var(--muted); }

.contact { padding: 0 0 clamp(76px, 9vw, 118px); background: var(--warm); }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: clamp(34px, 6vw, 62px); border-radius: var(--radius-xl); background: var(--green-950); color: #fff; }
.contact-card h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.1rem); line-height: 1.04; letter-spacing: -.05em; }
.contact-card p { max-width: 720px; margin: 16px 0 0; color: #bdd0c9; }
.contact-card .button { min-width: 260px; background: #fff; color: var(--green-950); }

.site-footer { background: #051f1a; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 58px; padding: 56px 0 42px; }
.footer-brand img { width: 230px; }
.footer-brand p { max-width: 430px; margin: 16px 0 0; color: #9fb4ad; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-col h2 { margin: 0 0 11px; color: var(--gold); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a, .footer-col button { padding: 0; border: 0; background: transparent; color: #cbd9d5; font: inherit; text-decoration: none; cursor: pointer; }
.footer-col a:hover, .footer-col button:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; border-top: 1px solid rgba(255,255,255,.1); color: #80978f; font-size: .83rem; }

.consent { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: end center; padding: 18px; background: rgba(3,27,22,.48); }
.consent[hidden] { display: none; }
.consent-card { width: min(100%, 640px); padding: 26px; border-radius: 18px; background: #fff; box-shadow: 0 28px 78px rgba(0,0,0,.28); }
.consent-card h2 { margin: 0 0 8px; font-size: 1.4rem; }
.consent-card p { margin: 0; color: var(--muted); }
.consent-actions { display: flex; gap: 10px; margin-top: 20px; }
.consent-card > a { display: inline-block; margin-top: 10px; color: var(--green-700); font-size: .87rem; font-weight: 800; }

.legal-page { min-height: 100vh; background: var(--warm); }
.legal-header { background: #fff; border-bottom: 1px solid var(--line); }
.legal-header .container { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.legal-header img { width: 218px; }
.back-link { color: var(--green-800); font-weight: 800; text-decoration: none; }
.legal-content { width: min(calc(100% - 40px), 880px); margin: 68px auto; padding: clamp(29px, 6vw, 60px); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(6,45,37,.07); }
.legal-content h1 { margin: 0 0 12px; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.legal-content h2 { margin-top: 35px; font-size: 1.3rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-warning { margin: 22px 0; padding: 17px; border: 1px solid #e9cd91; border-radius: 12px; background: #fff8e7; color: #6a4913; }
.placeholder-block { padding: 18px; border: 1px dashed #afc1ba; border-radius: 11px; background: #f8faf9; color: #42564f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

@media (max-width: 980px) {
  .hero-grid, .demand-grid, .region-grid, .faq-grid { grid-template-columns: 1fr; }
  .status-card { width: min(100%, 700px); }
  .section-head { grid-template-columns: 1fr; gap: 19px; }
  .faq-copy { position: static; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card .button { min-width: 0; width: min(100%, 400px); }
}

@media (max-width: 820px) {
  .build-bar .container { justify-content: flex-start; text-align: left; padding-block: 9px; }
  .nav { min-height: 74px; }
  .brand { width: 205px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 12px; border-radius: 9px; }
  .main-nav .nav-cta { text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .build-bar .container { gap: 9px; font-size: .78rem; line-height: 1.35; }
  .build-label { padding: 3px 7px; }
  .brand { width: 184px; }
  .hero { padding: 48px 0 64px; }
  .hero-grid { gap: 34px; }
  .kicker { font-size: .74rem; letter-spacing: .11em; }
  .hero h1 { max-width: 100%; font-size: clamp(2.55rem, 12.3vw, 3.6rem); line-height: 1.01; letter-spacing: -.052em; }
  .hero-lead { margin-top: 20px; font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .status-card { padding: 24px 20px; border-radius: 20px; }
  .status-card h2 { font-size: 1.9rem; }
  .section { padding: 70px 0; }
  .section-head h2, .region-copy h2, .faq-copy h2 { font-size: clamp(2.18rem, 10.5vw, 3.25rem); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card, .steps li { padding: 24px 21px; }
  .demand-grid h2 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .demand-panel { padding: 23px 20px; }
  .region-box { padding: 28px 22px; }
  .contact-card { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; }
  .consent-actions { flex-direction: column-reverse; }
  .legal-header .container { padding-block: 16px; flex-direction: column; align-items: flex-start; }
}

/* ---------------------------------------------------------------
   Anfrageformular
   --------------------------------------------------------------- */

.kicker-gold { color: var(--gold); }

.demand-points { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.demand-points li { position: relative; padding-left: 26px; font-size: .95rem; }
.demand-points li::before { content: ""; position: absolute; left: 0; top: .48em; width: 13px; height: 7px; border-left: 2.5px solid var(--gold); border-bottom: 2.5px solid var(--gold); transform: rotate(-45deg); }
.demand-alt { margin: 22px 0 0; font-size: .9rem; opacity: .82; }
.demand-alt a { font-weight: 800; text-underline-offset: 3px; }

.anfrage-form { display: grid; gap: 14px; }
.demand-panel .form-intro { margin: 0 0 2px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { font-size: .84rem; font-weight: 800; letter-spacing: .01em; }
.field .optional { font-weight: 600; opacity: .6; }

.anfrage-form input[type="text"],
.anfrage-form input[type="email"],
.anfrage-form input[type="tel"],
.anfrage-form select,
.anfrage-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.06);
  color: inherit;
  font: inherit;
  line-height: 1.4;
  transition: border-color .16s ease, background .16s ease;
}
.anfrage-form textarea { resize: vertical; min-height: 82px; }
.anfrage-form select { appearance: none; padding-right: 38px; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: right 17px center, right 12px center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.anfrage-form option, .anfrage-form optgroup { color: var(--ink); background: #fff; }
.anfrage-form input::placeholder, .anfrage-form textarea::placeholder { color: currentColor; opacity: .5; }
.anfrage-form input:focus-visible,
.anfrage-form select:focus-visible,
.anfrage-form textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-color: transparent; }
.anfrage-form input:hover, .anfrage-form select:hover, .anfrage-form textarea:hover { border-color: rgba(255,255,255,.5); }

.check { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-size: .84rem; line-height: 1.45; }
.check input { width: 19px; height: 19px; margin-top: 1px; accent-color: var(--gold); flex: 0 0 auto; }
.check a { font-weight: 800; }

.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-submit { width: 100%; margin-top: 4px; justify-content: center; }
.form-submit:disabled { opacity: .6; cursor: progress; }

.demand-panel .form-status, .form-status { margin: 2px 0 0; padding: 11px 13px; border-radius: var(--radius-md); font-size: .88rem; font-weight: 700; }
.form-status[data-tone="info"] { background: rgba(255,255,255,.12); }
.form-status[data-tone="ok"] { background: var(--gold); color: #392500; }
.form-status[data-tone="error"] { background: #fde7e2; color: #8c2a17; }

.anfrage-form.is-done .field,
.anfrage-form.is-done .check,
.anfrage-form.is-done .form-submit,
.anfrage-form.is-done .field-row { display: none; }

@media (max-width: 720px) {
  .field-row { grid-template-columns: 1fr; }
}
