/* ============ HYLA Landingpage – Staffler GbR ============ */
:root{
  --navy:#122b3d;
  --navy-light:#1e4258;
  --cream:#faf7f1;
  --white:#ffffff;
  --sage:#4f7a63;
  --sage-light:#e9f1ec;
  --gold:#c79a52;
  --text:#2a3238;
  --muted:#647079;
  --radius:18px;
  --shadow:0 10px 30px rgba(18,43,61,0.10);
  --shadow-lg:0 20px 50px rgba(18,43,61,0.16);
  --maxw:1180px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--text);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Playfair Display',Georgia,serif;
  color:var(--navy);
  margin:0 0 .5em 0;
  line-height:1.2;
  font-weight:700;
}
p{margin:0 0 1em 0;}
a{color:inherit;}
/* height:auto ist zwingend, sobald die Bilder width/height-Attribute haben –
   sonst erzwingt der Browser die Pixelhöhe und das Bild wird verzerrt. */
img{max-width:100%;height:auto;display:block;}
.container{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
.eyebrow{
  display:inline-block;
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--sage);
  font-weight:700;
  margin-bottom:14px;
}
section{padding:88px 0;}
@media(max-width:768px){section{padding:56px 0;}}

/* ---------- Aktionsleiste ganz oben ---------- */
.announce-bar{
  background:linear-gradient(90deg,var(--navy) 0%,var(--navy-light) 100%);
  color:#eaf2f5;font-size:.92rem;
}
.announce-bar .container{
  display:flex;align-items:center;justify-content:center;gap:14px;
  padding-top:11px;padding-bottom:11px;flex-wrap:wrap;text-align:center;
}
.announce-flag{
  background:var(--gold);color:#3a2708;
  font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  padding:4px 11px;border-radius:100px;flex:0 0 auto;
}
.announce-text strong{color:var(--white);}
.announce-link{
  color:var(--gold);font-weight:700;text-decoration:none;white-space:nowrap;
  border-bottom:1px solid transparent;
}
.announce-link:hover{border-bottom-color:var(--gold);}
@media(max-width:640px){
  .announce-bar{font-size:.82rem;}
  .announce-bar .container{gap:8px;}
}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(250,247,241,.94);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(18,43,61,.08);
}
.site-header .container{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding-top:12px;padding-bottom:12px;
}
.nav-actions{display:flex;align-items:center;gap:12px;}
.nav-wa{
  display:inline-flex;align-items:center;gap:7px;
  background:#25D366;color:#fff;text-decoration:none;
  padding:10px 18px;border-radius:100px;font-weight:700;font-size:.9rem;
  box-shadow:0 4px 14px rgba(37,211,102,.35);
  transition:transform .15s ease, box-shadow .15s ease;
}
.nav-wa:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(37,211,102,.45);}
.nav-wa .wa-ico{width:18px;height:18px;}
@media(max-width:720px){
  .nav-wa span{display:none;}
  .nav-wa{padding:10px;}
  .nav-cta{display:none;}
}

/* WhatsApp-Icon allgemein */
.wa-ico{width:20px;height:20px;flex:0 0 auto;}
.logo{
  font-family:'Playfair Display',serif;
  font-size:1.5rem;font-weight:700;color:var(--navy);
  text-decoration:none;display:flex;align-items:center;gap:10px;
}
.logo img{height:68px;width:auto;}
@media(max-width:900px){.logo img{height:56px;}}
@media(max-width:560px){.logo img{height:44px;}}

/* Persönliche Ansprache neben dem Logo */
.logo-person{
  display:flex;flex-direction:column;line-height:1.25;
  padding-left:14px;border-left:1px solid rgba(18,43,61,.16);
}
.logo-name{
  font-family:'Playfair Display',serif;font-size:1.12rem;font-weight:700;color:var(--navy);
}
.logo-role{
  font-family:'Inter',sans-serif;font-size:.7rem;font-weight:600;
  letter-spacing:.08em;text-transform:uppercase;color:var(--sage);
}
@media(max-width:900px){
  .logo-name{font-size:1rem;}
  .logo-role{font-size:.63rem;}
}
@media(max-width:620px){.logo-person{display:none;}}
.nav-cta{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--sage);color:var(--white);
  padding:11px 22px;border-radius:100px;
  font-weight:600;font-size:.92rem;
  text-decoration:none;transition:transform .15s ease, box-shadow .15s ease;
  box-shadow:var(--shadow);
  border:none;cursor:pointer;
}
.nav-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg);}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:16px 34px;border-radius:100px;font-weight:700;font-size:1rem;
  text-decoration:none;cursor:pointer;border:none;transition:all .18s ease;
}
.btn-primary{background:var(--sage);color:var(--white);box-shadow:var(--shadow);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);}
.btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--navy);}
.btn-outline:hover{background:var(--navy);color:var(--white);}
.btn-whatsapp{
  background:#25D366;color:#fff;
  box-shadow:0 6px 20px rgba(37,211,102,.38);
}
.btn-whatsapp:hover{
  background:#1fbb59;transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(37,211,102,.5);
}
.btn-block{width:100%;}

/* ---------- Hero ---------- */
.hero{
  position:relative;padding:64px 0 90px;overflow:hidden;
  background:linear-gradient(180deg,#fffefb 0%,var(--cream) 100%);
}
.hero .container{
  display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:9px;
  background:var(--gold);color:#3a2708;
  padding:11px 22px;border-radius:100px;font-weight:800;font-size:.92rem;
  margin-bottom:22px;letter-spacing:.01em;
  box-shadow:0 6px 20px rgba(199,154,82,.4);
}
.hero-badge .dot{
  width:9px;height:9px;border-radius:50%;background:#3a2708;
  animation:pulse 1.8s infinite;
}
@keyframes pulse{
  0%,100%{opacity:1;transform:scale(1);}
  50%{opacity:.4;transform:scale(.75);}
}
.hero h1{font-size:clamp(2.1rem,4vw,3.2rem);}
.hero .lead{font-size:1.15rem;color:var(--muted);max-width:520px;}
.hero-points{list-style:none;padding:0;margin:26px 0 34px;display:flex;flex-direction:column;gap:12px;}
.hero-points li{display:flex;align-items:flex-start;gap:12px;font-weight:600;color:var(--navy);}
.hero-points li .check{
  flex:0 0 auto;width:24px;height:24px;border-radius:50%;
  background:var(--sage-light);color:var(--sage);
  display:flex;align-items:center;justify-content:center;margin-top:1px;
}
.hero-points li .check svg{width:14px;height:14px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.hero-image-wrap{position:relative;}
.hero-image-wrap img{
  border-radius:24px;box-shadow:var(--shadow-lg);width:100%;height:auto;
  object-fit:cover;aspect-ratio:4/5;
}
.hero-image-wrap .float-card{
  position:absolute;bottom:-22px;left:-22px;
  background:var(--white);padding:16px 20px;border-radius:16px;box-shadow:var(--shadow-lg);
  display:flex;align-items:center;gap:12px;max-width:230px;
}
.hero-image-wrap .float-card .num{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--sage);font-weight:700;}
.hero-image-wrap .float-card .lbl{font-size:.78rem;color:var(--muted);line-height:1.3;}
@media(max-width:900px){
  .hero .container{grid-template-columns:1fr;}
  .hero-image-wrap{order:-1;}
  .hero-image-wrap .float-card{left:14px;bottom:-16px;}
}

/* ---------- Trust strip ---------- */
.trust-strip{background:var(--navy);color:#dfe8ec;padding:22px 0;}
.trust-strip .container{
  display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between;align-items:center;
  font-size:.92rem;font-weight:600;
}
.trust-strip span{display:flex;align-items:center;gap:9px;}
.trust-strip .ts-ico{width:17px;height:17px;color:var(--gold);flex:0 0 auto;}

/* ---------- Section heading ---------- */
.section-head{max-width:680px;margin:0 auto 52px;text-align:center;}
.section-head h2{font-size:clamp(1.7rem,3vw,2.4rem);}
.section-head p{color:var(--muted);font-size:1.05rem;}
.center{text-align:center;}

/* ---------- Problem cards ---------- */
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.problem-card{
  background:var(--white);border-radius:var(--radius);padding:32px 26px;
  box-shadow:var(--shadow);text-align:center;
}
.problem-card .ico{
  width:64px;height:64px;margin:0 auto 18px;border-radius:20px;
  background:var(--sage-light);color:var(--sage);
  display:flex;align-items:center;justify-content:center;
}
.problem-card .ico svg{width:30px;height:30px;}
.problem-card h3{font-size:1.15rem;}
.problem-card p{color:var(--muted);font-size:.95rem;margin:0;}
@media(max-width:800px){.problem-grid{grid-template-columns:1fr;}}

/* ---------- Product / feature split ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.split img{
  border-radius:22px;box-shadow:var(--shadow-lg);
  width:100%;height:auto;   /* natürliches Seitenverhältnis beibehalten */
}
.split.reverse .split-media{order:2;}
.feature-list{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:22px;}
.feature-list li{display:flex;gap:16px;align-items:flex-start;}
.feature-list .ico{
  flex:0 0 auto;width:48px;height:48px;border-radius:14px;
  background:var(--sage-light);color:var(--sage);
  display:flex;align-items:center;justify-content:center;
}
.feature-list .ico svg{width:23px;height:23px;}
.feature-list h4{margin:0 0 4px;font-size:1.05rem;font-family:'Inter',sans-serif;color:var(--navy);font-weight:700;}
.feature-list p{margin:0;color:var(--muted);font-size:.95rem;}
@media(max-width:900px){.split{grid-template-columns:1fr;}.split.reverse .split-media{order:0;}}

/* ---------- Vorteile cards (4) ---------- */
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.v-card{
  background:var(--white);padding:30px 24px;border-radius:var(--radius);box-shadow:var(--shadow);
  transition:transform .18s ease, box-shadow .18s ease;
}
.v-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.v-card .ico{
  width:54px;height:54px;border-radius:15px;background:var(--navy);color:var(--white);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.v-card .ico svg{width:26px;height:26px;}
.v-card h3{font-size:1.05rem;}
.v-card p{color:var(--muted);font-size:.92rem;margin:0;}
@media(max-width:900px){.card-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.card-grid{grid-template-columns:1fr;}}

/* ---------- Aktionsbanner (Bild) ---------- */
.offer-banner{
  display:block;border-radius:24px;overflow:hidden;
  box-shadow:var(--shadow-lg);margin-bottom:30px;
  transition:transform .2s ease, box-shadow .2s ease;
}
.offer-banner:hover{transform:translateY(-3px);}
.offer-banner img{width:100%;height:auto;display:block;}

/* ---------- Angebots-Sektion ---------- */
.offer-section{
  background:linear-gradient(180deg,#fffdf7 0%,#fdf6e6 100%);
  border-top:1px solid rgba(199,154,82,.25);
  border-bottom:1px solid rgba(199,154,82,.25);
}
.offer-eyebrow{
  background:var(--gold);color:#3a2708;
  padding:6px 16px;border-radius:100px;letter-spacing:.1em;
}
.offer-section .section-head h2{font-size:clamp(1.8rem,3.2vw,2.6rem);}

.offer{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);
  border-radius:28px;color:var(--white);padding:46px 48px;text-align:center;
  box-shadow:var(--shadow-lg);
}
.offer .eyebrow{color:var(--gold);}
.offer h2{color:var(--white);}
.offer p{color:#c9d6dd;max-width:600px;margin:0 auto 26px;}

/* Kennzahlen im Angebot */
.offer-facts{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
  margin-bottom:30px;
}
.fact{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  padding:20px 12px;border-radius:16px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
}
.fact-num{
  font-family:'Playfair Display',serif;font-size:2.1rem;font-weight:700;
  color:var(--gold);line-height:1;
}
.fact-lbl{font-size:.88rem;color:#e3edf1;font-weight:700;line-height:1.4;}
.fact-lbl small{font-weight:500;color:#a9bcc6;font-size:.78rem;}
@media(max-width:700px){.offer-facts{grid-template-columns:1fr;}}

.offer-deadline{
  background:rgba(199,154,82,.16);border:1px solid rgba(199,154,82,.4);
  border-radius:14px;padding:14px 20px;color:#f0e2c8 !important;
  font-size:.95rem;max-width:620px;margin:0 auto 28px !important;
  display:flex;align-items:center;justify-content:center;gap:10px;text-align:left;
}
.offer-deadline svg{width:20px;height:20px;color:var(--gold);flex:0 0 auto;}
.offer-deadline strong{color:var(--gold);}
.offer-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.offer-fineprint{
  font-size:.8rem;color:#8fa4af !important;margin:24px auto 0 !important;max-width:520px;
}
@media(max-width:700px){
  .offer{padding:34px 22px;}
  .offer-actions .btn{width:100%;}
}

/* ---------- Gesamtbewertung ---------- */
.rating-summary{
  display:inline-flex;align-items:center;gap:16px;
  background:var(--white);border-radius:100px;
  padding:14px 30px;box-shadow:var(--shadow);
  margin-top:20px;text-align:left;
}
.rating-score{
  font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:700;
  color:var(--navy);line-height:1;
}
.rating-stars{color:var(--gold);display:flex;gap:3px;}
.rating-stars svg{width:21px;height:21px;}
.rating-label{font-size:.85rem;color:var(--muted);font-weight:600;line-height:1.35;}
.rating-label small{font-size:.78rem;font-weight:500;color:var(--muted);}
@media(max-width:520px){
  .rating-summary{flex-direction:column;gap:8px;border-radius:20px;text-align:center;}
  .rating-label{text-align:center;}
}

/* ---------- Testimonials ---------- */
.testimonial-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  align-items:stretch;text-align:left;
}
.t-card{
  background:var(--sage-light);border-radius:var(--radius);padding:32px 28px;
  display:flex;flex-direction:column;
}
.t-card .stars{
  color:var(--gold);display:flex;gap:3px;margin-bottom:14px;
}
.t-card .stars svg{width:17px;height:17px;}
.t-card p{
  font-size:.98rem;color:var(--navy);font-style:italic;line-height:1.65;margin:0 0 16px;
}
.t-card .who{
  font-weight:700;color:var(--sage);font-style:normal;font-size:.92rem;
  margin:auto 0 0;padding-top:6px;
}
@media(max-width:980px){
  .testimonial-grid{grid-template-columns:1fr;max-width:660px;margin:0 auto;}
}

/* ---------- Quiz ---------- */
.quiz-wrap{
  background:var(--white);border-radius:28px;box-shadow:var(--shadow-lg);
  max-width:720px;margin:0 auto;padding:44px;
}
.quiz-progress{display:flex;gap:8px;margin-bottom:30px;}
.quiz-progress .bar{flex:1;height:6px;border-radius:6px;background:#e7e2d8;overflow:hidden;}
.quiz-progress .bar i{display:block;height:100%;width:0;background:var(--sage);transition:width .3s ease;}
.quiz-step{display:none;}
.quiz-step.active{display:block;animation:fade .3s ease;}
@keyframes fade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}
.quiz-step h3{font-size:1.3rem;margin-bottom:6px;}
.quiz-step .sub{color:var(--muted);margin-bottom:22px;font-size:.95rem;}
.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.quiz-options label{
  border:1.5px solid #e4dfd4;border-radius:14px;padding:16px;cursor:pointer;
  display:flex;align-items:center;gap:10px;font-weight:600;font-size:.95rem;
  transition:border-color .15s ease, background .15s ease;
}
.quiz-options label:hover{border-color:var(--sage);}
.quiz-options input{accent-color:var(--sage);width:17px;height:17px;}
.quiz-options label.checked{border-color:var(--sage);background:var(--sage-light);}
@media(max-width:560px){.quiz-options{grid-template-columns:1fr;}}

.quiz-nav{display:flex;justify-content:space-between;margin-top:32px;gap:12px;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-grid .full{grid-column:1/-1;}
.form-field label{display:block;font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:6px;}
.form-field input,.form-field textarea,.form-field select{
  width:100%;padding:13px 15px;border-radius:12px;border:1.5px solid #e4dfd4;
  font-family:inherit;font-size:.97rem;background:#fffefc;
}
.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--sage);}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:.85rem;color:var(--muted);margin-top:16px;}
.consent input{margin-top:3px;}
.form-msg{margin-top:16px;font-weight:600;font-size:.95rem;}
.form-msg.ok{color:var(--sage);}
.form-msg.err{color:#b1443a;}
.step-indicator{font-size:.82rem;color:var(--muted);font-weight:700;margin-bottom:6px;letter-spacing:.06em;text-transform:uppercase;}

/* ---------- Contact section (fallback / direct) ---------- */
.contact-alt{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:28px;}

/* ---------- Zahlungsarten ---------- */
.payments{
  margin-top:34px;text-align:center;
  background:var(--white);border-radius:var(--radius);
  padding:34px 30px;box-shadow:var(--shadow);
}
.payments h3{font-size:1.25rem;margin-bottom:6px;}
.payments > p{color:var(--muted);font-size:.95rem;margin-bottom:22px;}
.payment-list{
  list-style:none;padding:0;margin:0;
  display:flex;flex-wrap:wrap;gap:12px;justify-content:center;
}
.payment-list li{
  background:var(--cream);border:1px solid rgba(18,43,61,.12);
  color:var(--navy);font-weight:600;font-size:.9rem;
  padding:12px 18px;border-radius:12px;
  display:flex;align-items:center;gap:10px;
  transition:border-color .15s ease, transform .15s ease;
}
.payment-list li:hover{border-color:var(--sage);transform:translateY(-2px);}
.payment-list svg{
  width:22px;height:22px;flex:0 0 auto;color:var(--sage);
}
.payment-note{
  margin:22px auto 0;max-width:520px;
  font-size:.85rem;color:var(--muted);
}
@media(max-width:560px){
  .payment-list{flex-direction:column;}
  .payment-list li{justify-content:flex-start;}
}

/* ---------- Einsatzgebiet / Regionen ---------- */
.region-list{
  list-style:none;padding:0;margin:0 auto;max-width:900px;
  display:flex;flex-wrap:wrap;gap:12px;justify-content:center;
}
.region-list li{
  background:var(--sage-light);color:var(--navy);
  padding:11px 20px;border-radius:100px;
  font-weight:600;font-size:.94rem;
  border:1px solid rgba(79,122,99,.18);
}
.region-note{
  text-align:center;margin:28px auto 0;max-width:640px;
  color:var(--muted);font-size:.95rem;
}
.region-note strong{color:var(--sage);}

/* ---------- FAQ ---------- */
.faq{max-width:760px;margin:0 auto;}
.faq-item{border-bottom:1px solid rgba(18,43,61,.12);padding:22px 0;}
.faq-item summary{
  cursor:pointer;font-weight:700;color:var(--navy);font-size:1.05rem;
  list-style:none;display:flex;justify-content:space-between;align-items:center;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+';font-size:1.4rem;color:var(--sage);}
.faq-item[open] summary::after{content:'–';}
.faq-item p{color:var(--muted);margin:14px 0 0;}

/* ---------- Footer ---------- */
footer{background:var(--navy);color:#c9d6dd;padding:50px 0 26px;}
footer .foot-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-bottom:30px;}
footer h4{color:var(--white);font-family:'Inter',sans-serif;font-size:1rem;margin-bottom:12px;}
footer a{color:#c9d6dd;text-decoration:none;}
footer a:hover{color:var(--white);}
footer .legal-links{display:flex;gap:22px;flex-wrap:wrap;font-size:.88rem;}
footer .bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;font-size:.82rem;color:#93a4ac;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}

/* ---------- Quiz-Alternative (WhatsApp) ---------- */
.quiz-alt{
  display:flex;flex-direction:column;align-items:center;gap:12px;
  margin-top:28px;text-align:center;
}
.quiz-alt p{margin:0;font-size:.9rem;color:var(--muted);}
.quiz-alt a:not(.btn){color:var(--sage);font-weight:700;}
.quiz-alt-or{
  font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;
  color:var(--muted);font-weight:700;
}

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta{
  position:fixed;bottom:0;left:0;right:0;z-index:200;
  background:var(--white);box-shadow:0 -6px 20px rgba(18,43,61,.14);
  padding:12px 16px;display:none;gap:10px;
}
.sticky-cta .btn{padding:14px 18px;font-size:.95rem;}
@media(max-width:760px){.sticky-cta{display:flex;}body{padding-bottom:78px;}}

/* ---------- Schwebender WhatsApp-Button (Desktop) ---------- */
.wa-float{
  position:fixed;right:24px;bottom:24px;z-index:190;
  display:inline-flex;align-items:center;gap:0;
  background:#25D366;color:#fff;text-decoration:none;
  height:60px;padding:0 18px;border-radius:100px;
  box-shadow:0 10px 30px rgba(37,211,102,.45);
  transition:gap .25s ease, padding .25s ease, transform .2s ease;
  overflow:hidden;
}
.wa-float svg{width:28px;height:28px;flex:0 0 auto;}
.wa-float-label{
  max-width:0;opacity:0;white-space:nowrap;font-weight:700;font-size:.95rem;
  transition:max-width .3s ease, opacity .25s ease;
}
.wa-float:hover{gap:10px;transform:translateY(-2px);}
.wa-float:hover .wa-float-label{max-width:220px;opacity:1;}
@media(max-width:760px){.wa-float{display:none;}}

/* ---------- Cookie-/Consent-Banner ---------- */
.consent-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:500;
  background:var(--white);
  box-shadow:0 -8px 30px rgba(18,43,61,.18);
  border-top:3px solid var(--sage);
  padding:22px 0;
  transform:translateY(110%);
  transition:transform .35s ease;
  visibility:hidden;
}
.consent-banner.visible{transform:translateY(0);visibility:visible;}
.consent-inner{
  max-width:var(--maxw);margin:0 auto;padding:0 24px;
  display:flex;align-items:center;gap:32px;
}
.consent-text strong{
  display:block;color:var(--navy);font-family:'Playfair Display',serif;
  font-size:1.15rem;margin-bottom:6px;
}
.consent-text p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.55;}
.consent-text a{color:var(--sage);font-weight:600;}
.consent-actions{display:flex;gap:12px;flex:0 0 auto;}
.consent-actions .btn{padding:13px 24px;font-size:.92rem;white-space:nowrap;}
@media(max-width:820px){
  .consent-inner{flex-direction:column;align-items:stretch;gap:18px;}
  .consent-actions{flex-direction:column;}
  .consent-actions .btn{width:100%;}
}
/* Sticky-CTA nicht mit dem Banner überlappen lassen */
body.consent-open .sticky-cta{display:none !important;}

/* ---------- Simple page (impressum/datenschutz) ---------- */
.legal-page{padding:60px 0 90px;}
.legal-page h1{margin-bottom:10px;}
.legal-page h2{font-size:1.2rem;margin-top:34px;}
.legal-page p, .legal-page li{color:var(--text);}
.legal-page a{color:var(--sage);text-decoration:underline;}
.back-link{display:inline-block;margin-bottom:24px;font-weight:600;color:var(--sage);text-decoration:none;}
