:root{
  --ink:#17202a;
  --muted:#5e6b78;
  --bg:#fbf7f1;
  --paper:#ffffff;
  --soft:#f2eadf;
  --brand:#0e5a56;
  --brand-2:#c47a36;
  --line:#e3d8ca;
  --shadow:0 18px 50px rgba(23,32,42,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{color:inherit} 
.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px clamp(18px,4vw,54px);background:rgba(251,247,241,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(227,216,202,.8)}
.brand{font-weight:850;text-decoration:none;font-size:1.08rem;color:var(--brand)}
nav{display:flex;gap:18px;flex-wrap:wrap;font-size:.95rem}nav a{text-decoration:none;color:var(--muted);font-weight:650}nav a:hover{color:var(--brand)}
.section{padding:clamp(54px,8vw,96px) clamp(18px,5vw,72px)}.narrow{max-width:1100px;margin:0 auto}.soft{background:var(--soft)}
h1,h2,h3{line-height:1.08;margin:0 0 18px}h1{font-size:clamp(2.4rem,7vw,5.8rem);letter-spacing:-.055em}h2{font-size:clamp(1.9rem,4vw,3.2rem);letter-spacing:-.035em}h3{font-size:1.15rem}.lead{font-size:clamp(1.08rem,2vw,1.35rem);color:var(--muted);max-width:780px}.eyebrow{color:var(--brand-2);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.trustline,.micro{color:var(--muted);font-size:.94rem}
.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:clamp(28px,5vw,70px);min-height:calc(100vh - 76px)}.hero-copy{max-width:900px}.hero-card{background:linear-gradient(145deg,var(--brand),#123d42);color:white;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow);min-height:360px;display:flex;flex-direction:column;justify-content:flex-end}.hero-card p{color:rgba(255,255,255,.82)}.badge{align-self:flex-start;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:7px 12px;border-radius:999px;font-weight:800;font-size:.85rem;margin-bottom:auto}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 14px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;font-weight:800;text-decoration:none;border:0;cursor:pointer;font-size:1rem}.primary{background:var(--brand);color:white;box-shadow:0 10px 24px rgba(14,90,86,.22)}.primary:hover{background:#0a4845}.secondary{background:white;color:var(--brand);border:1px solid var(--line)}.light{background:white;color:var(--brand)}
.grid{display:grid;gap:18px;margin-top:28px}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 10px 30px rgba(23,32,42,.05)}.card p{color:var(--muted);margin-bottom:0}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--brand);color:white}.cta-band p{color:rgba(255,255,255,.82);max-width:700px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.checklist{list-style:none;margin:0;padding:0;display:grid;gap:12px}.checklist li{background:white;border-radius:16px;padding:16px 18px;border:1px solid var(--line);font-weight:750}.checklist li:before{content:"✓";color:var(--brand);font-weight:900;margin-right:10px}blockquote{border-left:4px solid var(--brand-2);padding-left:18px;color:var(--muted);font-size:1.08rem}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.steps div{background:white;border:1px solid var(--line);border-radius:20px;padding:22px}.steps span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--brand);color:white;font-weight:900;margin-bottom:14px}.steps p{color:var(--muted)}
.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:start;background:#fff}.form{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,4vw,34px);box-shadow:var(--shadow);display:grid;gap:16px}.form label{display:grid;gap:7px;font-weight:750}.form input,.form select,.form textarea{width:100%;border:1px solid #d7cabc;border-radius:14px;padding:13px 14px;font:inherit;background:#fff}.form input:focus,.form select:focus,.form textarea:focus{outline:3px solid rgba(14,90,86,.18);border-color:var(--brand)}.consent{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important;color:var(--muted);font-size:.93rem}.consent input{width:auto;margin-top:.35em}.form button{justify-self:start}
.quiz-head{text-align:center}.quiz-head .lead{margin-left:auto;margin-right:auto}.quiz-form{box-shadow:none}.quiz-form fieldset{border:1px solid var(--line);border-radius:20px;padding:20px;display:grid;gap:10px}.quiz-form legend{font-size:1.12rem;font-weight:850;padding:0 8px}.quiz-form fieldset label{grid-template-columns:auto 1fr;align-items:center;font-weight:600}.quiz-form fieldset input{width:auto}.lead-box{background:var(--soft);border-radius:22px;padding:24px;display:grid;gap:16px;margin-top:6px}.thankyou{text-align:center}.thankyou .card{text-align:left;max-width:680px;margin:22px auto}
.site-footer{padding:36px clamp(18px,5vw,72px);background:#111b20;color:rgba(255,255,255,.82);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.site-footer a{color:white}
@media (max-width:900px){.hero,.split,.contact{grid-template-columns:1fr}.three,.four,.steps{grid-template-columns:1fr 1fr}.hero{min-height:auto}.cta-band{display:block}.cta-band .btn{margin-top:18px}}
@media (max-width:620px){.site-header{position:static;align-items:flex-start;flex-direction:column}.three,.four,.steps{grid-template-columns:1fr}.section{padding:44px 18px}h1{font-size:2.7rem}.hero-card{min-height:260px}.actions .btn,.btn{width:100%}.site-footer{display:block}.form button{justify-self:stretch}}
.brand{display:inline-flex;align-items:center;gap:10px}.brand img{width:42px;height:42px;object-fit:contain;border-radius:10px}.nav-cta{color:var(--brand)!important;font-weight:850}.page-hero{padding-top:clamp(60px,9vw,110px)}
@media (max-width:620px){.brand img{width:36px;height:36px}nav{gap:12px}.nav-cta{width:100%}}
/* Version 3: größere Logo-Präsenz und hochwertige Foto-Platzhalter */
.brand img{width:64px;height:64px;border-radius:14px}.brand span{font-size:1.08rem}.site-header{padding-top:14px;padding-bottom:14px}.hero{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr)}
.hero-visual{min-height:520px;border-radius:var(--radius);position:relative;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.placeholder-photo{background:#d9e6e1;isolation:isolate}.placeholder-photo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 22%,rgba(255,255,255,.92),transparent 28%),linear-gradient(135deg,rgba(14,90,86,.72),rgba(196,122,54,.24)),linear-gradient(45deg,#e8efe9,#cfded9);z-index:-2}.placeholder-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(14,28,30,.68));z-index:-1}.placeholder-photo.patients:before{background:radial-gradient(circle at 28% 28%,rgba(255,255,255,.95),transparent 26%),radial-gradient(circle at 72% 42%,rgba(255,255,255,.55),transparent 18%),linear-gradient(135deg,#dcebe5,#b9d1cc 45%,#caa173)}.placeholder-photo.coverage:before{background:radial-gradient(circle at 70% 24%,rgba(255,255,255,.95),transparent 24%),linear-gradient(135deg,#eef4f1,#c8d9d4 46%,#e0c3a5)}.placeholder-photo.guide:before{background:radial-gradient(circle at 22% 28%,rgba(255,255,255,.9),transparent 22%),linear-gradient(135deg,#f0eadf,#d8c7ac 48%,#a8c7c2)}.placeholder-photo.doctors:before{background:radial-gradient(circle at 62% 28%,rgba(255,255,255,.92),transparent 24%),linear-gradient(135deg,#e9f1f2,#c6d8dc 50%,#b7cfc8)}
.photo-label{position:absolute;left:22px;top:22px;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.65);border-radius:999px;padding:9px 14px;font-weight:850;color:var(--brand);font-size:.86rem}.hero-overlay{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(17,27,32,.72);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:24px;backdrop-filter:blur(12px)}.hero-overlay p{color:rgba(255,255,255,.82);margin-bottom:0}.hero-overlay h2{font-size:clamp(1.55rem,3vw,2.35rem)}
.page-visual{height:340px;margin-top:34px;border-radius:var(--radius);position:relative;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.quiz-visual{height:220px;margin:32px auto 0;border-radius:22px;position:relative;overflow:hidden;max-width:760px;border:1px solid var(--line)}
@media (max-width:900px){.hero{grid-template-columns:1fr}.hero-visual{min-height:380px}.brand img{width:54px;height:54px}}
@media (max-width:620px){.brand img{width:48px;height:48px}.hero-visual{min-height:330px}.photo-label{left:14px;right:14px;top:14px;text-align:center}.hero-overlay{left:14px;right:14px;bottom:14px;padding:18px}.page-visual{height:240px}.quiz-visual{height:180px}}

/* Version 4: Logo als markantes Branding, nicht als Briefmarke */
.brand img{width:92px!important;height:92px!important;border-radius:18px}.brand span{display:none}.site-header{padding-top:10px;padding-bottom:10px}.site-header nav{align-items:center}.hero{min-height:calc(100vh - 112px)}
@media (max-width:900px){.brand img{width:78px!important;height:78px!important}}
@media (max-width:620px){.brand img{width:68px!important;height:68px!important}.site-header{gap:12px}}

/* Echtes Hero-Foto */
.real-photo{background:#d9e6e1}.real-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.real-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(9,25,27,.72));z-index:0}.real-photo .hero-overlay{z-index:1}

/* Version 6: korrektes Logo als großes Header-Branding */
.brand img{width:150px!important;height:auto!important;max-height:92px!important;object-fit:contain;border-radius:0!important;background:transparent!important}.site-header{min-height:112px}.brand{flex-shrink:0}
@media (max-width:900px){.brand img{width:132px!important;max-height:82px!important}.site-header{min-height:auto}}
@media (max-width:620px){.brand img{width:118px!important;max-height:76px!important}}

/* Version 7: Header links nur Logo, Foto nur im Hero darunter */
.brand img{width:104px!important;height:104px!important;max-height:none!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}.brand span{display:none!important}.site-header{min-height:118px!important}.hero-visual.real-photo{display:block!important}
@media (max-width:900px){.brand img{width:92px!important;height:92px!important}.site-header{min-height:auto!important}}
@media (max-width:620px){.brand img{width:82px!important;height:82px!important}}

/* Version 8: echte Ratgeberartikel */
.article{max-width:900px;margin:0 auto}.article h1{font-size:clamp(2.4rem,6vw,4.7rem)}.article h2{font-size:clamp(1.55rem,3vw,2.25rem);margin-top:42px}.article p,.article li{font-size:1.08rem;color:var(--muted)}.article ul{padding-left:1.2rem}.article li{margin:.45rem 0}.article-visual{height:320px;margin:30px 0 38px;border-radius:var(--radius);position:relative;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.note{background:var(--soft);border-left:5px solid var(--brand-2);border-radius:18px;padding:20px;margin:30px 0;color:var(--ink)}.article-card{text-decoration:none;transition:transform .18s ease, box-shadow .18s ease}.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.article-card span{display:inline-block;margin-top:12px;color:var(--brand);font-weight:850}

/* Version 9: Checklisten/Fahrpläne */
.todo-list{display:grid;gap:10px;padding-left:0;list-style:none}.todo-list li{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;color:var(--ink)}.todo-list li:before{content:"□";color:var(--brand);font-weight:900;margin-right:10px}.todo-list.strong li{font-weight:750}.cta-box{margin-top:38px;background:var(--brand);color:#fff;border-radius:var(--radius);padding:28px}.cta-box p{color:rgba(255,255,255,.84)}.cta-box .secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.28)}

/* Version 10: Impressum/Datenschutz */
.legal h2{margin-top:34px}.legal a{color:var(--brand);font-weight:800}
/* Version 11: aktuelles Header-Logo, proportional statt verzerrt */
.brand img{width:170px!important;height:auto!important;max-height:96px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}.site-header{min-height:112px!important}
@media (max-width:900px){.brand img{width:145px!important;max-height:86px!important}}
@media (max-width:620px){.brand img{width:128px!important;max-height:78px!important}}

/* Version 12: DE/EN language switch */
.lang-switch{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-weight:850}.lang-switch a{text-decoration:none;color:var(--brand)}

/* Version 13: Netlify Forms Honeypot */
.hidden{display:none!important}

/* Version 21: echte Inhaltsbilder statt Platzhalter */
.image-visual{background:#d9e6e1;overflow:hidden}
.image-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
