@import url("/assets/fonts/manrope.css");

/* ============ Tokens ============ */
:root{
  --neon:#5dff00;
  --neon-dark:#4ad600;
  --magenta:#ff2fd0;
  --dark:#252525;
  --dark-2:#2c2c2c;
  --dark-3:#333333;
  --light:#f4f4f4;
  --light-2:#ffffff;
  --ink:#1c1c1c;
  --ink-soft:#4a4a4a;
  --paper-soft:rgba(255,255,255,.78);
  --radius:10px;
  --maxw:1180px;
  --pad:clamp(1.1rem,4vw,2rem);
  --font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

/* ============ Base ============ */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--font);
  font-size:17px;
  line-height:1.6;
  color:#fff;
  background:var(--dark);
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--neon);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:3px solid var(--magenta);outline-offset:3px}

.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}
.section{padding:clamp(3.5rem,9vw,6.5rem) 0}
.section--dark{background:var(--dark);color:#fff}
.section--darker{background:#1e1e1e;color:#fff}
.section--light{background:var(--light);color:var(--ink)}
.section--light a{color:#1c1c1c;text-decoration:underline;text-decoration-color:var(--neon);text-decoration-thickness:3px;text-underline-offset:3px}

.skip{position:absolute;left:-9999px;top:0;background:#000;color:#fff;padding:.7rem 1rem;z-index:99}
.skip:focus{left:0}

/* ============ Typo ============ */
h1,h2,h3{line-height:1.08;margin:0 0 .6em;font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(2.6rem,8vw,5rem)}
h2{font-size:clamp(1.9rem,5.4vw,3.4rem);text-transform:uppercase}
h3{font-size:clamp(1.25rem,2.6vw,1.7rem);text-transform:none;font-weight:700}
p{margin:0 0 1.1em}
.lead{font-size:clamp(1.05rem,2.1vw,1.28rem)}
.center{text-align:center}
.mark{display:inline;background:var(--neon);color:#141414;padding:.06em .32em;border-radius:4px;font-style:italic;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.neon{color:var(--neon)}
.muted{opacity:.72;font-size:.92rem;line-height:1.55}

/* ============ Buttons ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:.5rem;
  font:inherit;font-weight:700;font-size:.95rem;letter-spacing:.04em;
  text-transform:uppercase;
  padding:1rem 1.6rem;
  border-radius:var(--radius);
  border:2px solid var(--neon);
  background:var(--neon);color:#0a0a0a;
  cursor:pointer;text-decoration:none;
  transition:transform .12s ease,box-shadow .18s ease,background .18s ease;
}
.btn:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 0 22px rgba(93,255,0,.45)}
.btn--ghost{background:transparent;color:var(--neon)}
.btn--ghost:hover{background:rgba(93,255,0,.12)}
.section--light .btn{color:#0a0a0a}
.section--light .btn--ghost{color:#1c1c1c;border-color:#1c1c1c}
.section--light .btn--ghost:hover{background:rgba(0,0,0,.06)}
.section--light a.btn{text-decoration:none}
.btn-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.8rem}
.btn-row--center{justify-content:center}

/* ============ WhatsApp floating ============ */
.wa{
  position:fixed;top:14px;left:14px;z-index:60;
  width:60px;height:60px;border-radius:50%;
  background:#25d366;display:grid;place-items:center;
  box-shadow:0 6px 20px rgba(0,0,0,.45);
}
.wa:hover{text-decoration:none;transform:scale(1.06)}
.wa svg{width:36px;height:36px;fill:#fff}
@media (max-width:640px){.wa{width:52px;height:52px;top:10px;left:10px}.wa svg{width:31px;height:31px}}

/* ============ Hero ============ */
.hero{
  position:relative;
  min-height:auto;
  display:grid;place-items:center;
  text-align:center;
  padding:6rem 0 4.5rem;
  background:#080808 url("/assets/img/hero.webp") center/cover no-repeat;
}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.3) 40%,rgba(20,20,20,.92) 100%);
}
.hero__inner{position:relative;z-index:2}
.hero h1{margin-bottom:.15em;text-shadow:0 4px 30px rgba(0,0,0,.7)}
.hero h1 .line2{
  display:inline-block;color:var(--neon);
  text-shadow:0 0 26px rgba(93,255,0,.45);
  position:relative;
}
.hero h1 .line2::after{
  content:"";position:absolute;left:-2%;right:12%;bottom:-.06em;height:.09em;
  background:var(--magenta);border-radius:99px;
  box-shadow:0 0 16px rgba(255,47,208,.7);
  transform:rotate(-.6deg);
}
.hero__claim{max-width:44ch;margin:1.6rem auto 0;font-size:clamp(1rem,2.1vw,1.2rem);color:rgba(255,255,255,.9)}

/* ============ Intro ============ */
.intro h2 span{display:inline}
.intro__cols{display:grid;gap:2rem;grid-template-columns:1fr}
@media (min-width:860px){.intro__cols{grid-template-columns:1.15fr .85fr;align-items:center}}

/* ============ Gallery ============ */
.gallery{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:2.4rem}
.gallery figure{margin:0;background:#2c2c2c;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(93,255,0,.28)}
.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gallery figcaption{
  padding:.7rem .9rem;font-weight:700;font-size:.95rem;
  letter-spacing:.03em;text-transform:uppercase;color:var(--neon);
  background:#252525;
}

/* ============ Feature cards ============ */
.features{display:grid;gap:1.6rem;grid-template-columns:1fr;margin-top:3rem}
@media (min-width:800px){.features{grid-template-columns:repeat(3,1fr)}}
.feature{
  background:var(--light-2);border:1px solid rgba(0,0,0,.09);
  border-radius:var(--radius);padding:1.8rem 1.5rem;text-align:center;
}
.section--dark .feature{background:var(--dark-2);border-color:rgba(93,255,0,.25)}
.feature img{width:86px;height:86px;object-fit:contain;margin:0 auto 1rem}
.feature h3{margin-bottom:.7rem}
.feature ul{list-style:none;margin:0;padding:0;font-size:1rem}
.feature li{padding:.28rem 0;border-bottom:1px dashed rgba(0,0,0,.12)}
.feature li:last-child{border-bottom:0}
.section--dark .feature li{border-bottom-color:rgba(255,255,255,.12)}

/* ============ Preise ============ */
.prices{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2.8rem}
@media (min-width:840px){.prices{grid-template-columns:repeat(3,1fr)}}
.price{
  border:2px solid var(--neon);border-radius:var(--radius);
  background:#1e1e1e;padding:2rem 1.4rem;text-align:center;
  display:flex;flex-direction:column;
}
.price h3{text-transform:uppercase;font-size:clamp(1.3rem,2.4vw,1.75rem);font-weight:800;margin-bottom:.5rem}
.price__amount{font-size:clamp(2.2rem,5vw,3rem);font-weight:800;margin:.2em 0 .6em;letter-spacing:-.03em}
.price ul{list-style:none;margin:0 0 1.4rem;padding:0;flex:1}
.price li{padding:.3rem 0;color:rgba(255,255,255,.86)}
.price .btn{width:100%}
.notice{
  margin-top:2.2rem;padding:1.1rem 1.3rem;
  border:2px dashed var(--neon);border-radius:var(--radius);
  background:rgba(93,255,0,.08);
  font-weight:700;font-size:clamp(1.02rem,2.2vw,1.2rem);text-align:center;
}
.hours{
  margin-top:2rem;display:grid;gap:.6rem;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
}
.hours div{background:var(--dark-2);border-radius:var(--radius);padding:.9rem;text-align:center}
.hours strong{display:block;color:var(--neon);font-size:1.15rem}

/* ============ Reviews ============ */
.reviews{display:grid;gap:1.4rem;grid-template-columns:1fr;margin-top:2.6rem}
@media (min-width:760px){.reviews{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1100px){.reviews{grid-template-columns:repeat(3,1fr)}}
.review{
  background:#fff;border-radius:var(--radius);padding:1.5rem;
  border:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;
}
.review .stars{color:#f5a623;letter-spacing:.1em;margin-bottom:.6rem}
.review blockquote{margin:0 0 1rem;font-size:.98rem;line-height:1.6}
.review cite{margin-top:auto;font-style:normal;font-weight:700}

/* ============ Essen ============ */
.split{display:grid;gap:2.4rem;grid-template-columns:1fr;align-items:center}
@media (min-width:860px){.split{grid-template-columns:1.1fr .9fr}}
.split img{margin-inline:auto;max-width:340px}
.tags{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-top:1rem;font-weight:600}

/* ============ FAQ ============ */
.faq{max-width:860px;margin:2.4rem auto 0}
.faq details{border-top:1px solid rgba(0,0,0,.14)}
.faq details:last-of-type{border-bottom:1px solid rgba(0,0,0,.14)}
.faq summary{
  list-style:none;cursor:pointer;
  padding:1.15rem 2.6rem 1.15rem 2.4rem;
  position:relative;font-weight:700;font-size:1.02rem;line-height:1.4;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{
  content:"?";position:absolute;left:0;top:1.1rem;
  width:26px;height:26px;border-radius:50%;
  border:2px solid var(--neon);color:#1c1c1c;
  display:grid;place-items:center;font-size:.85rem;font-weight:800;
}
.faq summary::after{
  content:"";position:absolute;right:.4rem;top:1.35rem;
  width:10px;height:10px;border-right:2px solid #1c1c1c;border-bottom:2px solid #1c1c1c;
  transform:rotate(45deg);transition:transform .2s ease;
}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq summary:hover{background:rgba(0,0,0,.03)}
.faq__a{padding:0 .4rem 1.4rem 2.4rem;font-size:.99rem}
.faq__a p{margin:0 0 .8em}
.faq__a p:last-child{margin-bottom:0}
.faq__a a{word-break:break-word}

/* ============ Anfahrt ============ */
.anfahrt img{border-radius:var(--radius);margin-inline:auto;box-shadow:0 8px 30px rgba(0,0,0,.15)}

/* ============ Footer ============ */
.footer{background:#1e1e1e;color:rgba(255,255,255,.75);padding:3rem 0 2.4rem;font-size:.94rem}
.footer__grid{display:grid;gap:1.6rem;grid-template-columns:1fr}
@media (min-width:760px){.footer__grid{grid-template-columns:repeat(3,1fr)}}
.footer h3{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--neon);margin-bottom:.6rem}
.footer a{color:rgba(255,255,255,.85);text-decoration:none}
.footer a:hover{color:var(--neon);text-decoration:underline}
.footer__bottom{
  margin-top:2.2rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;
}
.footer__links{display:flex;gap:1.2rem;flex-wrap:wrap}

/* ============ Legal pages ============ */
.legal{background:var(--light);color:var(--ink);padding:clamp(5rem,10vw,7rem) 0 4rem}
.legal .wrap{max-width:840px}
.legal h1{font-size:clamp(2rem,5vw,3rem);text-transform:uppercase}
.legal h2{font-size:clamp(1.2rem,2.6vw,1.6rem);text-transform:none;margin-top:2.2rem}
.legal a{color:#1c1c1c;text-decoration:underline;text-decoration-color:var(--neon);text-decoration-thickness:3px}
.legal ul{padding-left:1.2rem}
.legal li{margin:.3rem 0}
.legal address{font-style:normal;margin-bottom:1.2em}
.backlink{display:inline-block;margin-bottom:1.5rem;font-weight:700}

@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* ---- Intro: zentriert, ohne Bild ---- */
.intro__text{max-width:64ch;margin:2.2rem auto 0;text-align:center}
.intro__text .btn-row{margin-top:1.8rem}

/* ---- Zweispaltig: Text links, Medien rechts ---- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.split__text h2{margin-top:0}
.split__text .btn-row{margin-top:1.8rem}
@media(max-width:880px){.split{grid-template-columns:1fr}.split__media{order:-1}}

/* ---- Bild-Slider ---- */
.slider{position:relative}
.slider__viewport{overflow:hidden;border-radius:var(--radius);background:#2c2c2c;
  border:1px solid rgba(93,255,0,.3);box-shadow:0 14px 34px rgba(0,0,0,.35)}
.slider__track{display:flex;margin:0;padding:0;list-style:none;transition:transform .55s cubic-bezier(.4,0,.2,1)}
.slide{flex:0 0 100%;position:relative;margin:0}
.slide img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover}
.slide__cap{position:absolute;left:0;right:0;bottom:0;padding:.65rem .9rem;font-size:.92rem;font-weight:600;
  color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.8))}
.slider__nav{position:absolute;top:calc(50% - 22px);width:44px;height:44px;border:0;border-radius:50%;
  background:rgba(37,37,37,.88);color:var(--neon);font-size:1.7rem;line-height:1;cursor:pointer;
  display:grid;place-items:center;transition:background .2s,color .2s}
.slider__nav:hover,.slider__nav:focus-visible{background:var(--neon);color:#1a1a1a}
.slider__nav--prev{left:.65rem}
.slider__nav--next{right:.65rem}
.slider__dots{display:flex;gap:.45rem;justify-content:center;margin-top:.95rem}
.slider__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.32);transition:background .2s,width .2s}
.slider__dots button[aria-selected="true"]{background:var(--neon);width:24px;border-radius:5px}

/* Hero-Reihenfolge: Überschrift → Video → Buttons (wie im Original) */
.hero__video + .btn-row{margin-top:2.2rem}
.hero__video .videobox{box-shadow:0 0 0 1px rgba(255,255,255,.14),0 26px 60px rgba(0,0,0,.55)}
@media(max-width:700px){.hero__video{margin-top:1.6rem}.hero__video + .btn-row{margin-top:1.6rem}}

/* ---- Intro: schmal, jeder Satz auf eigener Zeile (wie Vorlage) ---- */
.intro__text{max-width:46ch}
.intro__text p{margin:0 0 1.35rem;line-height:1.5}
.intro__claim{font-size:1.05em}
.intro__hint{text-decoration:underline;text-underline-offset:.28em}
.intro h2{line-height:1.22}

/* ---- Stationen: komplett zentriert ---- */
.split__text{text-align:center}
.split__text .btn-row{justify-content:center}
.split__text p{margin:0 0 1.2rem}
.split__text h2{line-height:1.2;margin-bottom:1.6rem}

/* ---- Zustimmungs-Abfrage vor dem Video (Aufbau exakt nach Vorlage) ---- */
.consent{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:min(30.9vw,386px);            /* 1248:386 = Verhältnis der Vorlage */
  padding:2.4rem 1.6rem;text-align:center;
  background:rgba(38,38,38,.94);
  border:1px solid rgba(255,255,255,.16);border-radius:8px;
}
.consent__icon{width:26px;height:26px;fill:#fff;margin-bottom:1.15rem;opacity:.95}
.consent__title{margin:0 0 .7rem;font-size:.98rem;font-weight:700;color:#fff;line-height:1.4}
.consent__text{margin:0 0 1.5rem;max-width:46ch;font-size:.86rem;line-height:1.5;color:rgba(255,255,255,.62)}
.consent__btn{
  padding:.62rem 1.15rem;font:inherit;font-size:.88rem;color:#fff;cursor:pointer;
  background:rgba(70,70,70,.9);border:1px solid rgba(255,255,255,.28);border-radius:7px;
  transition:background .2s,border-color .2s;
}
.consent__btn:hover,.consent__btn:focus-visible{background:rgba(95,95,95,.95);border-color:rgba(255,255,255,.5)}
.hero__video iframe{width:100%;aspect-ratio:16/9;display:block;border:0;border-radius:8px}
@media(max-width:700px){
  .hero__video{width:min(92vw,1250px)}
  .consent{min-height:260px;padding:2rem 1.1rem}
  .consent__text{font-size:.82rem}
}
