bündelt:root{--bg:#0f120d;--panel:#171b13;--text:#f5f0e7;--muted:#b9b2a5;--line:rgba(255,255,255,.12);--accent:#b6e22e;--accent2:#e9471a;--radius:28px;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 80% 0%,rgba(182,226,46,.16),transparent 38%),var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;width:100%;background:rgba(15,18,13,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{max-width:var(--max);margin:auto;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#8f958126;color:#111;text-transform:uppercase;letter-spacing:-.08em}.brand-text span{color:var(--muted);font-weight:600}.site-nav{display:flex;gap:22px;color:var(--muted)}.site-nav a:hover{color:var(--text)}.nav-toggle{display:none}.section{max-width:var(--max);margin:auto;padding:58px 32px}.hero-carousel{max-width:none;overflow:hidden;padding:0 0 46px}.hero-carousel-inner{position:relative;max-width:var(--max);margin:auto;padding:58px 32px 0}.hero-track{position:relative;min-height:560px;overflow:visible}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:56px}.hero-slide{position:absolute;inset:0;opacity:0;transform:translateX(112%) scale(.94);filter:blur(.2px);pointer-events:none;transition:transform .72s cubic-bezier(.22,1,.36,1),opacity .72s ease,filter .72s ease}.hero-slide.is-active{opacity:1;transform:translateX(0) scale(1);filter:none;pointer-events:auto;z-index:2}.hero-slide.is-prev{opacity:.24;transform:translateX(-108%) scale(.9);z-index:1}.hero-slide.is-next{opacity:.24;transform:translateX(108%) scale(.9);z-index:1}.hero-slide.is-prev .hero-copy,.hero-slide.is-next .hero-copy{opacity:.25}.hero-slide.is-prev .hero-card,.hero-slide.is-next .hero-card{opacity:.7}.eyebrow{margin:0 0 14px;color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3rem,6.2vw,5.7rem);line-height:.92;letter-spacing:-.075em;margin-bottom:24px;max-width:850px}h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1;letter-spacing:-.05em}.lead{max-width:650px;color:var(--muted);font-size:1.12rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:800}.button-primary{background:rgba(255,255,255,.48);color:#111}.button-secondary{border:1px solid var(--line);color:var(--text)}.hero-card{align-self:stretch;display:flex;flex-direction:column;justify-content:end;min-height:340px;padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,rgba(233,71,26,.18),rgba(255,255,255,.05));box-shadow:0 30px 80px rgba(0,0,0,.26);transition:transform .22s ease,border-color .22s ease}.hero-card-link:hover{transform:translateY(-4px);border-color:rgba(182,226,46,.48)}.hero-card strong{display:block;font-size:1.7rem;line-height:1.05;letter-spacing:-.04em}.card-cta{display:inline-flex;margin-top:24px;color:var(--accent);font-weight:900}.status-dot{width:14px;height:14px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 10px rgba(182,226,46,.14);margin-bottom:auto}.carousel-arrow{position:absolute;top:338px;z-index:5;width:46px;height:46px;padding:0;border-radius:999px;border:1px solid var(--line);background:rgba(15,18,13,.72);backdrop-filter:blur(14px);color:var(--text);font-size:0;line-height:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.carousel-arrow:before{display:block;font-size:2rem;line-height:1;transform:translateY(-1px)}.carousel-arrow-prev:before{content:"‹"}.carousel-arrow-next:before{content:"›"}.carousel-arrow:hover{transform:translateY(-2px);border-color:rgba(182,226,46,.5);background:rgba(22,27,18,.9)}.carousel-arrow-prev{left:32px}.carousel-arrow-next{right:32px}.carousel-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.progress-item{appearance:none;border:0;border-radius:0;background:transparent;color:var(--muted);padding:0;text-align:left;cursor:pointer;overflow:visible}.progress-item span{display:block;margin-bottom:8px;font-weight:900;font-size:.86rem;letter-spacing:.06em;text-transform:uppercase}.progress-item i{display:block;height:3px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}.progress-item i:before{content:'';display:block;width:var(--progress,0%);height:100%;border-radius:inherit;background:var(--accent)}.progress-item.is-active{color:var(--text)}.progress-item:hover{color:var(--text)}.section-heading{max-width:760px;margin-bottom:30px}.grid{display:grid;gap:18px}.cards{grid-template-columns:repeat(4,1fr)}.card,.contact-panel{border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.045);padding:28px}.card h3{font-size:1.2rem}.card p,.contact-panel p{color:var(--muted)}.contact-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-item{display:block;border:1px solid var(--line);border-radius:20px;padding:20px;background:rgba(0,0,0,.14)}.contact-item span{display:block;color:var(--muted);font-size:.88rem}.contact-item strong{font-size:1.05rem}.site-footer{max-width:var(--max);margin:auto;padding:34px 32px 54px;display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);color:var(--muted)}.footer-links{display:flex;gap:18px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media (max-width:950px){.carousel-arrow{display:flex;top:52%;width:42px;height:42px}.carousel-arrow:before{font-size:1.7rem}.carousel-arrow-prev{left:10px}.carousel-arrow-next{right:10px}.header-inner{padding:16px 20px}.nav-toggle{display:inline-flex;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);padding:10px 14px}.site-nav{position:absolute;left:16px;right:16px;top:78px;display:none;flex-direction:column;padding:18px;border:1px solid var(--line);border-radius:20px;background:#151812}.site-nav.is-open{display:flex}.section{padding-left:20px;padding-right:20px}.hero-carousel{padding-left:0;padding-right:0}.hero-carousel-inner{padding:46px 20px 0}.hero-track{min-height:650px}.hero{grid-template-columns:1fr;gap:24px}.hero-card{min-height:205px;padding:24px}.cards,.contact-panel,.contact-grid{grid-template-columns:1fr}.carousel-progress{display:flex;justify-content:center;gap:12px;margin-top:12px}.progress-item{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.22);padding:0}.progress-item span{display:none}.progress-item i{height:100%;background:transparent}.progress-item i:before{width:100%!important;background:transparent}.progress-item.is-active{background:var(--accent)}.site-footer{flex-direction:column;padding-left:20px;padding-right:20px}h1{font-size:clamp(2.15rem,10.5vw,3.35rem);line-height:.96;margin-bottom:16px}.lead{font-size:1rem}.hero-actions{margin-top:22px}.button{min-height:48px;padding:0 18px}}@media (min-width:1500px){:root{--max:1420px}.hero{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)}}@media (max-width:650px){.hero-carousel-inner{padding-top:34px}.hero-track{min-height:560px}.hero{gap:18px}.hero-card{min-height:170px;padding:20px;border-radius:22px}.hero-card strong{font-size:1.28rem}.hero-card p{margin-bottom:14px}.card-cta{margin-top:14px}.status-dot{width:11px;height:11px;box-shadow:0 0 0 8px rgba(182,226,46,.14)}.carousel-arrow{top:49%;width:38px;height:38px}.carousel-arrow-prev{left:8px}.carousel-arrow-next{right:8px}.carousel-progress{margin-top:8px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto}.reveal{transition:none;opacity:1;transform:none}}

/* v7 polish: cleaner carousel arrows, safer gutters, compact mobile cards */
.carousel-arrow{display:grid;place-items:center;text-align:center}
.carousel-arrow:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;font-size:0;line-height:0;transform:none;margin:0}
.carousel-arrow-prev:before{transform:rotate(-135deg);margin-left:3px}
.carousel-arrow-next:before{transform:rotate(45deg);margin-right:3px}
.status-dot{flex:0 0 14px;aspect-ratio:1/1}

@media (min-width:951px){
  .hero-carousel-inner{padding-left:92px;padding-right:92px;max-width:calc(var(--max) + 120px)}
  .carousel-arrow{top:50%;transform:translateY(-50%)}
  .carousel-arrow:hover{transform:translateY(calc(-50% - 2px))}
  .carousel-arrow-prev{left:24px}
  .carousel-arrow-next{right:24px}
}

@media (max-width:950px){
  .carousel-arrow:before{width:9px;height:9px;border-width:2px}
}

/* Version 04: Abmeldung in den geschützten Unterlagenbereichen */
.nav-logout{
  display:flex;
  margin:0;
}
.nav-logout button{
  min-height:36px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.56);
  color:var(--text);
  font:inherit;
  font-size:.9rem;
  font-weight:750;
  cursor:pointer;
}
.nav-logout button:hover,
.nav-logout button:focus-visible{
  border-color:rgba(174,229,31,.55);
  outline:2px solid rgba(174,229,31,.24);
  outline-offset:2px;
}

@media (max-width:950px){
  .nav-logout,
  .nav-logout button{
    width:100%;
  }
  .nav-logout button{
    min-height:42px;
    text-align:left;
  }
}

@media (max-width:650px){
  .hero-track{min-height:520px}
  .hero-card{min-height:142px;padding:17px 18px;border-radius:20px}
  .hero-card p{font-size:.92rem;line-height:1.25;margin-bottom:8px}
  .hero-card strong{font-size:1.08rem;line-height:1.07;letter-spacing:-.035em}
  .card-cta{margin-top:10px;font-size:.94rem}
  .status-dot{flex-basis:10px;width:10px;height:10px;box-shadow:0 0 0 7px rgba(182,226,46,.14)}
  .carousel-arrow{width:36px;height:36px}
}

/* v8 refinements: centered arrows, safer desktop gutters, cleaner mobile carousel */
.carousel-arrow{
  display:block;
  position:absolute;
  overflow:hidden;
}
.carousel-arrow::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:10px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  margin:0;
}
.carousel-arrow-prev::before{transform:translate(-42%,-50%) rotate(-135deg)}
.carousel-arrow-next::before{transform:translate(-58%,-50%) rotate(45deg)}

@media (min-width:951px){
  .hero-carousel-inner{
    max-width:calc(var(--max) + 190px);
    padding-left:120px;
    padding-right:120px;
  }
  .carousel-arrow-prev{left:34px}
  .carousel-arrow-next{right:34px}
}

@media (max-width:950px){
  .carousel-arrow{display:none}
  .hero-track{min-height:570px}
  .hero-card{
    min-height:150px;
    padding:20px;
    justify-content:flex-start;
  }
  .hero-card strong{font-size:1.22rem;line-height:1.08}
  .hero-card p{font-size:.95rem;margin-bottom:10px}
  .card-cta{margin-top:10px}
  .status-dot{
    width:10px;
    height:10px;
    flex:0 0 10px;
    margin-bottom:20px;
    box-shadow:0 0 0 8px rgba(182,226,46,.14);
  }
  .carousel-progress{
    margin-top:20px;
    position:relative;
    z-index:4;
  }
}

@media (max-width:650px){
  .hero-track{min-height:535px}
  .hero-card{
    min-height:128px;
    padding:15px 18px;
    border-radius:20px;
  }
  .hero-card strong{font-size:1rem;line-height:1.07}
  .hero-card p{font-size:.88rem;line-height:1.2;margin-bottom:6px}
  .card-cta{font-size:.9rem;margin-top:8px}
  .status-dot{
    width:9px;
    height:9px;
    flex-basis:9px;
    margin-bottom:18px;
    box-shadow:0 0 0 7px rgba(182,226,46,.14);
  }
  .carousel-progress{margin-top:22px}
}

@media (max-width:430px){
  .hero-track{min-height:550px}
  .hero-card{min-height:118px;padding:14px 16px}
  .hero-card strong{font-size:.94rem}
  .carousel-progress{margin-top:24px}
}


/* v9 personalization: image-backed hero and brand logos */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.hero-carousel{position:relative;background:url('../img/woodbock-bg.webp') center center/cover no-repeat}
.hero-carousel::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,8,.76) 0%,rgba(8,10,8,.84) 100%);pointer-events:none}
.hero-carousel::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 8%,rgba(182,226,46,.17),transparent 36%),linear-gradient(90deg,rgba(12,15,11,.34) 0%,rgba(12,15,11,.10) 35%,rgba(12,15,11,.30) 100%);pointer-events:none}
.hero-carousel-inner{position:relative;z-index:1}

.hero-logo{display:block;width:auto;height:auto;max-width:min(100%,680px);max-height:220px;object-fit:contain;margin:0 0 20px;filter:drop-shadow(0 10px 32px rgba(0,0,0,.18))}
.hero-logo--woodbock{max-width:min(100%,760px);max-height:205px}
.hero-logo--bock{max-width:min(100%,760px);max-height:190px}
.hero-logo--tga{max-width:min(100%,780px);max-height:190px}

.hero-card{isolation:isolate}
.hero-card--photo::before{content:"";position:absolute;inset:0;background-image:var(--card-bg);background-position:var(--card-bg-pos,center center);background-size:cover;background-repeat:no-repeat;opacity:var(--card-bg-opacity,.26);transform:scale(1.02);z-index:-2}
.hero-card--photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,12,9,.08) 0%,rgba(10,12,9,.18) 44%,rgba(10,12,9,.34) 100%),linear-gradient(135deg,rgba(122,68,11,.52),rgba(75,49,17,.32) 40%,rgba(46,61,23,.26) 100%);z-index:-1}
.hero-card--woodbock{--card-bg:url('../img/woodbock-stoves-lp.webp');--card-bg-pos:64% center;--card-bg-opacity:.27}
.hero-card--bock{--card-bg:url('../../Vorschau bock.png');--card-bg-pos:center top;--card-bg-opacity:.24}
.hero-card--bocks{--card-bg:url('../../Vorschau bocks.png');--card-bg-pos:center top;--card-bg-opacity:.24}

@media (max-width:1100px){
  .hero-logo{max-width:min(100%,610px);max-height:180px}
  .hero-logo--woodbock{max-height:175px}
  .hero-logo--bock,.hero-logo--tga{max-height:165px}
}

@media (max-width:950px){
  .hero-carousel::before{background:linear-gradient(180deg,rgba(8,10,8,.72) 0%,rgba(8,10,8,.82) 100%)}
  .hero-logo{max-width:100%;max-height:160px;margin-bottom:16px}
  .hero-logo--woodbock{max-height:150px}
  .hero-logo--bock,.hero-logo--tga{max-height:140px}
  .hero-card--photo::before{opacity:var(--card-bg-opacity-mobile,.18)}
  .hero-card--woodbock{--card-bg-opacity-mobile:.17}
  .hero-card--bock{--card-bg-opacity-mobile:.18}
  .hero-card--bocks{--card-bg-opacity-mobile:.18}
}

@media (max-width:650px){
  .hero-logo{max-height:124px;margin-bottom:14px}
  .hero-logo--woodbock{max-height:116px}
  .hero-logo--bock{max-height:112px}
  .hero-logo--tga{max-height:110px}
  .hero-card--photo::after{background:linear-gradient(180deg,rgba(10,12,9,.16) 0%,rgba(10,12,9,.22) 44%,rgba(10,12,9,.36) 100%),linear-gradient(135deg,rgba(122,68,11,.50),rgba(75,49,17,.28) 40%,rgba(46,61,23,.18) 100%)}
}

/* v10 fix: keep photo backgrounds clipped inside hero cards */
.hero-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(160deg,rgba(233,71,26,.18),rgba(255,255,255,.05));
  transform:translateZ(0);
}
.hero-card--photo::before,
.hero-card--photo::after{
  border-radius:inherit;
  pointer-events:none;
}
.hero-card--photo::before{
  inset:0;
  transform:none;
}
.hero-card--photo::after{
  inset:0;
}
.hero-card > *{
  position:relative;
  z-index:1;
}

/* v11 light theme: bright, clean base while keeping the existing color overlays */
:root{
  --bg:#f7f5ef;
  --panel:#ffffff;
  --text:#171914;
  --muted:#696c62;
  --line:rgba(23,25,20,.13);
  --accent:#aee51f;
  --accent2:#e9471a;
}

body{
  background:
    radial-gradient(circle at 82% 0%,rgba(182,226,46,.18),transparent 36%),
    linear-gradient(180deg,#fbfaf5 0%,#f4f2eb 100%);
  color:var(--text);
}

.site-header{
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(23,25,20,.08);
  box-shadow:0 12px 36px rgba(35,38,28,.05);
}
.brand-text span{color:rgba(23,25,20,.58)}
.site-nav{color:rgba(23,25,20,.66)}
.site-nav a:hover{color:var(--text)}
.nav-toggle{color:var(--text)}

.hero-carousel{
  background:url('../img/woodbock-bg.webp') center center/cover no-repeat;
}
.hero-carousel::before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.80) 0%,rgba(250,249,244,.84) 100%);
}
.hero-carousel::after{
  background:
    radial-gradient(circle at 78% 8%,rgba(255,255,255,.23),transparent 36%),
    radial-gradient(circle at 18% 72%,rgba(233,71,26,.10),transparent 34%),
    linear-gradient(90deg,rgba(255,255,255,.26) 0%,rgba(255,255,255,.04) 42%,rgba(182,226,46,.09) 100%);
}

.lead,
.card p,
.contact-panel p,
.site-footer,
.progress-item,
.contact-item span{color:var(--muted)}
.button-secondary{
  border-color:rgba(23,25,20,.14);
  color:var(--text);
  background:rgba(255,255,255,.48);
}
.button-secondary:hover,
.contact-item:hover,
.footer-links a:hover{border-color:rgba(174,229,31,.42)}

.carousel-arrow{
  background:rgba(255,255,255,.72);
  color:var(--text);
  border-color:rgba(23,25,20,.14);
  box-shadow:0 18px 48px rgba(35,38,28,.10);
}
.carousel-arrow:hover{
  background:rgba(255,255,255,.94);
  border-color:rgba(174,229,31,.62);
}
.progress-item i{background:rgba(23,25,20,.14)}
.progress-item.is-active,
.progress-item:hover{color:var(--text)}

.card,
.contact-panel{
  background:rgba(255,255,255,.64);
  border-color:rgba(23,25,20,.11);
  box-shadow:0 24px 70px rgba(35,38,28,.07);
}
.contact-item{
  background:rgba(255,255,255,.54);
  border-color:rgba(23,25,20,.11);
}
.site-footer{border-top-color:rgba(23,25,20,.11)}

.hero-card{
  color:#171914;
  border-color:rgba(23,25,20,.12);
  background:linear-gradient(160deg,rgba(255,255,255,.72),rgba(255,255,255,.42));
  box-shadow:0 30px 80px rgba(35,38,28,.14);
}
.hero-card-link:hover{
  border-color:rgba(174,229,31,.62);
  box-shadow:0 36px 90px rgba(35,38,28,.18);
}
.hero-card--photo::before{opacity:var(--card-bg-opacity,.22)}
.hero-card--photo::after{
  background:
    linear-gradient(180deg,rgba(255,255,255,.24) 0%,rgba(255,255,255,.42) 48%,rgba(255,255,255,.68) 100%),
    linear-gradient(135deg,rgba(182,226,46,.13),rgba(255,255,255,.32) 38%,rgba(233,71,26,.10) 100%);
}
.card-cta{color:#000000}
.status-dot{box-shadow:0 0 0 10px rgba(174,229,31,.18)}

@media (max-width:950px){
  .site-nav{
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 44px rgba(35,38,28,.10);
  }
  .nav-toggle{background:rgba(255,255,255,.45)}
  .progress-item{background:rgba(23,25,20,.20)}
  .progress-item.is-active{background:var(--accent)}
  .hero-carousel::before{
    background:linear-gradient(180deg,rgba(255,255,255,.82) 0%,rgba(250,249,244,.88) 100%);
  }
  .hero-card--photo::before{opacity:var(--card-bg-opacity-mobile,.16)}
}

@media (max-width:650px){
  .hero-card--photo::after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.36) 0%,rgba(255,255,255,.56) 48%,rgba(255,255,255,.76) 100%),
      linear-gradient(135deg,rgba(182,226,46,.12),rgba(255,255,255,.34) 42%,rgba(233,71,26,.09) 100%);
  }
}

/* v12 refinements: clearer hero background, readable eyebrow, stronger card imagery */
.hero .eyebrow{
  color:#171914;
}

.hero-carousel::before{
  display:none !important;
  background:none !important;
}

.hero-card--photo{
  background:rgba(255,255,255,.30);
  backdrop-filter:blur(12px) saturate(112%);
}
.hero-card--photo::before{
  opacity:var(--card-bg-opacity,.68) !important;
  filter:saturate(1.02) contrast(.98);
}
.hero-card--woodbock{--card-bg-opacity:.66;--card-bg-opacity-mobile:.54}
.hero-card--bock{--card-bg-opacity:.68;--card-bg-opacity-mobile:.56}
.hero-card--bocks{--card-bg-opacity:.68;--card-bg-opacity-mobile:.56}
.hero-card--photo::after{
  background:
    linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.16) 48%,rgba(255,255,255,.36) 100%),
    linear-gradient(135deg,rgba(182,226,46,.08),rgba(255,255,255,.12) 40%,rgba(233,71,26,.08) 100%) !important;
}

@media (max-width:950px){
  .hero-carousel::before{display:none !important;background:none !important}
  .hero-card--photo::before{opacity:var(--card-bg-opacity-mobile,.54) !important}
}

@media (max-width:650px){
  .hero-card--photo::after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.22) 48%,rgba(255,255,255,.42) 100%),
      linear-gradient(135deg,rgba(182,226,46,.08),rgba(255,255,255,.14) 42%,rgba(233,71,26,.08) 100%) !important;
  }
}


/* v13 refinements: subtle bright hero overlay + top-only card imagery for better readability */
.hero-carousel::before{
  display:block !important;
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.12) 100%) !important;
  pointer-events:none;
}

.hero-card--photo{
  background:
    linear-gradient(180deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.68) 44%,rgba(255,255,255,.88) 58%,rgba(255,255,255,.92) 100%);
}
.hero-card--photo::before{
  inset:0 0 auto 0;
  height:58%;
  border-radius:inherit inherit 0 0;
  opacity:.96 !important;
  background-position:var(--card-bg-pos,center top);
  background-size:cover;
  filter:saturate(1.01) contrast(.98);
}
.hero-card--photo::after{
  inset:0 0 auto 0;
  height:60%;
  border-radius:inherit inherit 0 0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.12) 48%,rgba(255,255,255,.62) 100%),
    linear-gradient(135deg,rgba(182,226,46,.10),rgba(255,255,255,.04) 42%,rgba(233,71,26,.08) 100%) !important;
}
.hero-card > *{z-index:2}
.hero-card .status-dot{position:relative;z-index:3}
.hero-card p,
.hero-card strong,
.hero-card .card-cta{position:relative;z-index:3}

@media (max-width:950px){
  .hero-carousel::before{
    display:block !important;
    background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.10) 100%) !important;
  }
  .hero-card--photo{
    background:linear-gradient(180deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.72) 40%,rgba(255,255,255,.90) 56%,rgba(255,255,255,.94) 100%);
  }
  .hero-card--photo::before{
    height:52%;
    opacity:.94 !important;
  }
  .hero-card--photo::after{
    height:56%;
    background:
      linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.10) 40%,rgba(255,255,255,.60) 100%),
      linear-gradient(135deg,rgba(182,226,46,.09),rgba(255,255,255,.04) 42%,rgba(233,71,26,.07) 100%) !important;
  }
}

@media (max-width:650px){
  .hero-card--photo{
    background:linear-gradient(180deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.74) 34%,rgba(255,255,255,.92) 50%,rgba(255,255,255,.95) 100%);
  }
  .hero-card--photo::before{
    height:46%;
    opacity:.92 !important;
    background-position:center top;
  }
  .hero-card--photo::after{
    height:50%;
    background:
      linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.12) 44%,rgba(255,255,255,.70) 100%),
      linear-gradient(135deg,rgba(182,226,46,.08),rgba(255,255,255,.03) 42%,rgba(233,71,26,.06) 100%) !important;
  }
}


/* v14 refinements: desktop card flush bottom corners + mobile side-by-side card layout */
@media (min-width:951px){
  .hero-card{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
  }
  .hero-card--photo::before,
  .hero-card--photo::after{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
  }
}

@media (max-width:950px){
  .hero-card{
    border-radius:22px;
  }
  .hero-card--photo{
    min-height:156px;
    padding:18px 18px 18px 132px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    background:linear-gradient(180deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.90) 100%);
  }
  .hero-card--photo::before,
  .hero-card--photo::after{
    inset:auto;
    top:50%;
    left:18px;
    width:96px;
    height:96px;
    transform:translateY(-50%);
    border-radius:18px;
  }
  .hero-card--photo::before{
    opacity:.98 !important;
    background-position:center top;
    box-shadow:0 10px 28px rgba(0,0,0,.10);
  }
  .hero-card--photo::after{
    background:
      linear-gradient(180deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.10) 100%),
      linear-gradient(135deg,rgba(182,226,46,.08),rgba(255,255,255,.02) 40%,rgba(233,71,26,.06) 100%) !important;
  }
  .hero-card .status-dot{
    position:absolute;
    top:16px;
    left:16px;
    margin:0;
    z-index:4;
  }
  .hero-card p,
  .hero-card strong,
  .hero-card .card-cta{
    margin-left:0;
  }
  .hero-card p{margin:0 0 2px;font-size:.95rem;line-height:1.2}
  .hero-card strong{font-size:1rem;line-height:1.1;max-width:none}
  .card-cta{margin-top:8px}
}

@media (max-width:650px){
  .hero-card--photo{
    min-height:142px;
    padding:16px 16px 16px 112px;
    gap:4px;
  }
  .hero-card--photo::before,
  .hero-card--photo::after{
    left:14px;
    width:82px;
    height:82px;
    border-radius:16px;
  }
  .hero-card .status-dot{
    top:14px;
    left:14px;
  }
  .hero-card p{font-size:.88rem}
  .hero-card strong{font-size:.95rem}
  .card-cta{font-size:.92rem}
}

@media (max-width:430px){
  .hero-card--photo{
    min-height:132px;
    padding:14px 14px 14px 100px;
  }
  .hero-card--photo::before,
  .hero-card--photo::after{
    left:12px;
    width:74px;
    height:74px;
    border-radius:14px;
  }
  .hero-card .status-dot{
    top:12px;
    left:12px;
  }
  .hero-card strong{font-size:.9rem}
  .hero-card p{font-size:.84rem}
  .card-cta{font-size:.88rem}
}


/* v15 fixes: restore card bottom rounding on desktop, hide status dot, brighten hero more */
.hero-card .status-dot{display:none !important}

.hero-carousel::before{
  display:block !important;
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.60) 0%,rgba(255,255,255,.24) 100%) !important;
  pointer-events:none;
}

@media (min-width:951px){
  .hero-card{
    border-bottom-left-radius:var(--radius) !important;
    border-bottom-right-radius:var(--radius) !important;
  }
  .hero-card--photo::before,
  .hero-card--photo::after{
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
  }
}

@media (max-width:950px){
  .hero-carousel::before{
    background:linear-gradient(180deg,rgba(255,255,255,.68) 0%,rgba(255,255,255,.22) 100%) !important;
  }
}

@media (max-width:650px){
  .hero-carousel::before{
    background:linear-gradient(180deg,rgba(255,255,255,.62) 0%,rgba(255,255,255,.24) 100%) !important;
  }
}

/* v16: accessible Unterlagen dropdown */
.site-nav{
  align-items:center;
}
.nav-dropdown{
  position:relative;
}
.nav-dropdown-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  line-height:inherit;
  cursor:pointer;
}
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.nav-dropdown.is-open .nav-dropdown-toggle{
  color:var(--text);
}
.nav-chevron{
  width:8px;
  height:8px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
  transition:transform .2s ease;
}
.nav-dropdown.is-open .nav-chevron{
  transform:translateY(2px) rotate(225deg);
}
.nav-dropdown-menu{
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  width:max-content;
  min-width:270px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.97);
  box-shadow:0 20px 54px rgba(35,38,28,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
}
.nav-dropdown.is-open .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:none;
}
.nav-dropdown-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-15px;
  height:15px;
}
.nav-dropdown-menu a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 13px;
  border-radius:11px;
  color:var(--text);
  font-weight:750;
  white-space:nowrap;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible{
  background:rgba(174,229,31,.16);
}
.nav-dropdown-menu a[aria-current="page"]{
  background:rgba(174,229,31,.16);
}
.nav-lock{
  display:inline-grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:8px;
  background:rgba(174,229,31,.22);
  font-size:.82rem;
}

@media (min-width:951px){
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:none;
  }
}

@media (max-width:950px){
  .site-nav{
    align-items:stretch;
    gap:10px;
  }
  .site-nav > a,
  .nav-dropdown-toggle{
    width:100%;
    min-height:42px;
    padding:8px 10px;
  }
  .nav-dropdown-toggle{
    justify-content:space-between;
  }
  .nav-dropdown-menu{
    position:static;
    width:100%;
    min-width:0;
    max-height:0;
    padding:0;
    border:0;
    box-shadow:none;
    opacity:1;
    visibility:hidden;
    pointer-events:none;
    overflow:hidden;
    transform:none;
    background:transparent;
    transition:max-height .24s ease,padding .24s ease,visibility .24s;
  }
  .nav-dropdown:not(.is-open) .nav-dropdown-menu{
    visibility:hidden;
    pointer-events:none;
  }
  .nav-dropdown.is-open .nav-dropdown-menu{
    max-height:180px;
    padding:4px 0 0;
    visibility:visible;
    pointer-events:auto;
  }
  .nav-dropdown-menu::before{
    display:none;
  }
  .nav-dropdown-menu a{
    padding:11px 12px;
    background:rgba(174,229,31,.10);
    white-space:normal;
  }
}
