/* =========================================================
   Handy-Insel — Layout & Components
   ========================================================= */

/* ---------- NAV ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; padding-block: 14px;
  transition: background .4s, backdrop-filter .4s, border-color .4s, padding .4s; border-bottom: 1px solid transparent; }
.nav--solid { background: color-mix(in oklch, var(--bg) 60%, transparent); backdrop-filter: blur(18px) saturate(1.2);
  border-bottom-color: var(--hairline); padding-block: 11px; }
.nav--scrolled { background: color-mix(in oklch, var(--bg) 78%, transparent); padding-block: 9px; }
.nav__inner { display: flex; align-items: center; gap: 28px; }
/* ---------- BRAND LOCKUP (reusable on dark backgrounds) ---------- */
.brand-lockup { display: block; aspect-ratio: 924 / 180;
  background: url("assets/logo-lockup-darknav.png") top left / 100% auto no-repeat; }
.nav__brand { display: inline-flex; align-items: center; margin-right: auto; text-decoration: none;
  transition: opacity .25s; }
.nav__brand:hover { opacity: .85; }
.nav__lockup { width: clamp(248px, 30vw, 360px); }
.nav__links { display: flex; gap: 26px; }
.nav__links a { color: var(--ink-soft); text-decoration: none; font-weight: 500; font-size: 15px; letter-spacing: -0.01em; transition: color .2s; position: relative; white-space: nowrap; }
.nav__links a:hover { color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: 14px; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); text-decoration: none; font-weight: 600; font-size: 14px; }
.nav__phone svg { width: 17px; height: 17px; stroke: var(--accent-2); }
.nav__phone:hover { color: var(--ink); }
.nav__cta { padding: 11px 20px; font-size: 15px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 38px; border: 1px solid var(--hairline-2); background: rgba(255,255,255,.04); border-radius: 11px; cursor: pointer; align-items: center; justify-content: center; }
.nav__burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.nav__sheet { display: none; }

/* ---------- HERO (shared) ---------- */
.hero { position: relative; }
.hero__content { padding-top: 150px; padding-bottom: 110px; }
.hero__content--center { text-align: center; max-width: 980px; margin-inline: auto; }
.hero .eyebrow { margin-bottom: 26px; }
.hero__content--center .eyebrow { justify-content: center; }
.hero .lead { margin-top: 26px; }
.hero__cta { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero__content--center .hero__cta { justify-content: center; }
.hero .btn .ico { width: 19px; height: 19px; }

.hero__orb { position: absolute; width: 720px; height: 720px; border-radius: 50%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle, color-mix(in oklch, var(--accent) 55%, transparent), transparent 65%);
  filter: blur(30px); opacity: .55; }

/* base oversize for any parallaxed image so movement never reveals gaps */
.media img[data-parallax] { position: absolute; left: 0; top: -12%; width: 100%; height: 124%; object-fit: cover; will-change: transform; }

/* — A · Immersive — */
.hero--immersive { min-height: 100vh; display: grid; align-items: center; overflow: hidden; }
.hero--immersive .hero__bg { position: absolute; inset: 0; z-index: 0; border: 0; border-radius: 0; }
.hero--immersive .hero__bg::after { display: none; }
.hero--immersive .hero__bg img { filter: contrast(1.04) saturate(1.05); }
.hero__scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(74% 62% at 50% 50%, color-mix(in oklch, var(--bg) 60%, transparent) 0%, color-mix(in oklch, var(--bg) 22%, transparent) 60%, transparent 78%),
    radial-gradient(130% 100% at 50% 38%, transparent 0%, color-mix(in oklch, var(--bg) 30%, transparent) 58%, color-mix(in oklch, var(--bg) 80%, transparent) 100%),
    linear-gradient(180deg, color-mix(in oklch, var(--bg) 58%, transparent) 0%, transparent 26%); }
.hero--immersive .hero__orb { top: -180px; left: 50%; transform: translateX(-50%); opacity: .4; }
.hero--immersive .hero__content { z-index: 2; padding-top: 110px; padding-bottom: 130px; }
.hero--immersive.hero .display { font-size: clamp(36px, 4.9vw, 62px); }
.hero--immersive .hero__content--center { max-width: 1120px; }
.hero--immersive .display .grad-text { display: inline-block; }
.hero__scroll { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3;
  width: 26px; height: 42px; border: 2px solid var(--hairline-2); border-radius: 16px; display: grid; justify-items: center; padding-top: 7px; }
.hero__scroll span { width: 4px; height: 8px; background: var(--accent-2); border-radius: 3px; animation: scrolldot 1.8s infinite; }
@keyframes scrolldot { 0%{ transform: translateY(0); opacity: 1 } 70%{ transform: translateY(12px); opacity: 0 } 100%{ opacity: 0 } }

/* — B · Split — */
.hero--split { overflow: hidden; }
.hero--split .hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 80px); align-items: center; min-height: 92vh; padding-top: 130px; padding-bottom: 80px; }
.hero__orb--left { top: 0; left: -200px; }
.hero__visual { position: relative; }
.hero__frame { aspect-ratio: 4 / 5; border-radius: var(--r-xl); box-shadow: 0 50px 90px -40px rgba(0,0,0,.85); }
.hero__badges { position: absolute; inset: 0; pointer-events: none; }
.floatcard { position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 16px;
  background: color-mix(in oklch, var(--surface) 80%, transparent); backdrop-filter: blur(16px);
  border: 1px solid var(--hairline-2); box-shadow: 0 20px 40px -20px rgba(0,0,0,.8); pointer-events: auto; }
.floatcard b { display: block; font-size: 14px; font-weight: 700; }
.floatcard span { display: block; font-size: 12px; color: var(--ink-mute); }
.floatcard__stars { display: flex; gap: 2px; color: #ffcf4d; }
.floatcard__stars .ico { width: 14px; height: 14px; }
.floatcard:first-child { left: -34px; bottom: 48px; }
.floatcard--alt { right: -28px; top: 40px; }

/* — C · Minimal — */
.hero--minimal { text-align: center; overflow: hidden; }
.hero--minimal .hero__orb--center { top: 40px; left: 50%; transform: translateX(-50%); width: 820px; height: 620px; opacity: .5; }
.hero--minimal .hero__content { padding-top: 168px; padding-bottom: 50px; }
.hero__bigtype { font-size: clamp(48px, 9vw, 118px); letter-spacing: -0.04em; }
.hero__reveal-frame { aspect-ratio: 16 / 8.4; border-radius: var(--r-xl); margin-bottom: 30px;
  box-shadow: 0 60px 120px -50px rgba(0,0,0,.9), 0 0 0 1px var(--hairline); }

/* ---------- SECTION HEADS ---------- */
.sec-head { margin-bottom: 56px; max-width: 720px; }
.sec-head .eyebrow { margin-bottom: 20px; }
.sec-head h2 { margin-bottom: 18px; }
.sec-head--split { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; max-width: none; }
.sec-head--split h2 { margin-bottom: 0; }

/* ---------- PILLARS ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar { padding: 34px 30px 36px; display: flex; flex-direction: column; }
.pillar__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.pillar__num { font-size: 14px; font-weight: 800; letter-spacing: .1em; color: var(--ink-faint); }
.pillar h3 { margin-bottom: 12px; }
.pillar p { font-size: 16px; }

/* ---------- PARTNERS ---------- */
.partners { text-align: center; }
.partners__label { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 26px; }
.partners__row { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 6vw, 80px); flex-wrap: wrap; }
.net { font-size: clamp(22px, 3.2vw, 38px); font-weight: 800; letter-spacing: -0.025em; color: var(--ink-soft); opacity: .72; transition: opacity .3s, color .3s; }
.net:hover { opacity: 1; color: var(--ink); }

/* ---------- OFFERING ---------- */
.offer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer__item { display: flex; gap: 18px; align-items: flex-start; padding: 26px 26px 28px; border: 1px solid var(--hairline); border-radius: var(--r-m); background: linear-gradient(180deg, var(--surface), var(--bg-2)); }
.offer__item .icon-badge { flex: none; }
.offer__item h3 { margin-bottom: 6px; }
.offer__item p { font-size: 15px; }

/* ---------- HELP ---------- */
.help__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(34px, 5vw, 76px); align-items: center; }
.help__media { aspect-ratio: 4 / 5; border-radius: var(--r-l); box-shadow: 0 50px 90px -45px rgba(0,0,0,.85); }
.help__body .eyebrow { margin-bottom: 20px; }
.help__body h2 { margin-bottom: 18px; }
.help__list { list-style: none; margin: 32px 0 0; padding: 0; }
.help__row { display: flex; align-items: center; gap: 16px; padding: 19px 4px; border-top: 1px solid var(--hairline); font-size: 19px; font-weight: 600; letter-spacing: -0.01em; cursor: default; transition: padding .3s; }
.help__row:last-child { border-bottom: 1px solid var(--hairline); }
.help__ico { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.04); border: 1px solid var(--hairline); flex: none; }
.help__ico .ico { width: 20px; height: 20px; stroke: var(--accent-2); }
.help__arrow { margin-left: auto; color: var(--ink-faint); transition: transform .3s, color .3s; }
.help__arrow .ico { width: 20px; height: 20px; }
.help__row:hover { padding-left: 12px; }
.help__row:hover .help__arrow { color: var(--accent-2); transform: translateX(4px); }

/* ---------- VR TOUR ---------- */
.vr { display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; border-radius: var(--r-xl); }
.vr__media { position: relative; border: 0; border-radius: 0; }
.vr__overlay { position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg, transparent 30%, color-mix(in oklch, var(--surface) 92%, transparent)),
              radial-gradient(120% 100% at 0% 50%, color-mix(in oklch, var(--brand) 60%, transparent), transparent 60%); }
.vr__body { padding: clamp(36px, 5vw, 64px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; }
.vr__body .h2 { margin: 0; }
.vr__body .btn { margin-top: 12px; }
/* Play-Button auf dem Vorschaubild */
.vr__play { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 78px; height: 78px; border-radius: 50%; cursor: pointer; display: grid; place-items: center;
  color: #fff; padding-left: 4px;
  background: linear-gradient(180deg, var(--accent), color-mix(in oklch, var(--accent) 78%, #000));
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 18px 50px -12px var(--glow), inset 0 1px 0 rgba(255,255,255,.3);
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s; }
.vr__play:hover { transform: translate(-50%,-50%) scale(1.08); box-shadow: 0 24px 60px -14px var(--glow), inset 0 1px 0 rgba(255,255,255,.4); }
/* eingebettete 360°-Tour (ersetzt nach Klick das Vorschaubild) */
.vr__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; z-index: 4; background: var(--bg-2); }
/* aktive Tour: Karte klappt auf volle Breite im Breitbild-Format auf */
.vr--active { grid-template-columns: 1fr; min-height: 0; }
.vr--active .vr__body { display: none; }
.vr--active .vr__media { aspect-ratio: 16 / 9; min-height: 0; }
@media (max-width: 880px) { .vr--active .vr__media { aspect-ratio: 4 / 3; } }

/* ---------- CONTACT ---------- */
.contact__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.contact__lead .eyebrow { margin-bottom: 20px; }
.contact__lead h2 { margin-bottom: 18px; }
.contact__cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.contact__cta .ico { width: 18px; height: 18px; }
.contact__cards { display: flex; flex-direction: column; gap: 14px; }
.infocard { display: flex; align-items: center; gap: 18px; padding: 22px 26px; text-decoration: none; color: var(--ink); }
.infocard b { display: block; font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.infocard span { display: block; font-size: 15px; color: var(--ink-mute); line-height: 1.4; }
.infocard .icon-badge { flex: none; }

/* ---- Schmale Live-Status-Leiste unter der Navigation ---- */
/* Auf der Startseite unteren Nav-Innenabstand UND Nav-Unterlinie entfernen, damit
   das Logo absolut bündig auf der Status-Leiste sitzt (kein heller Spalt). */
body.has-statusbar .nav { padding-bottom: 0; border-bottom: 0; }
.statusbar { position: fixed; left: 0; right: 0; top: 80px; z-index: 49;
  background: color-mix(in oklch, var(--bg) 80%, transparent);
  backdrop-filter: blur(18px) saturate(1.2);
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  transition: top .2s ease; }
.statusbar__inner { display: flex; align-items: center; justify-content: center;
  gap: 8px 16px; padding-block: 7px; flex-wrap: wrap; }
.statusbar__hours { font-size: 13px; color: var(--ink-mute); }
.statusbar .hours-status { font-size: 13.5px !important; }
.statusbar .hours-status.is-closed { color: var(--ink-soft) !important; }
@media (max-width: 560px) { .statusbar__hours { display: none; } .statusbar__inner { padding-block: 6px; } }

/* ---- Öffnungszeiten-Karte + Live-Status ---- */
.infocard--hours { align-items: flex-start; cursor: default; }
.infocard--hours > div { display: flex; flex-direction: column; gap: 7px; }
.hours-status { display: inline-flex !important; align-items: center; gap: 8px;
  font-size: 14px !important; font-weight: 700 !important; padding: 2px 0; }
.hours-status .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.hours-status.is-open { color: #1db954 !important; }
.hours-status.is-open .dot { background: #1db954; animation: hoursPulse 2.2s infinite; }
.hours-status.is-closed { color: var(--ink-mute) !important; }
.hours-status.is-closed .dot { background: #e0566c; }
@keyframes hoursPulse {
  0%, 100% { box-shadow: 0 0 0 3px color-mix(in oklch, #1db954 30%, transparent); }
  50%      { box-shadow: 0 0 0 7px color-mix(in oklch, #1db954 0%, transparent); }
}
.hours-table { display: flex !important; flex-direction: column; gap: 3px; margin-top: 2px; }
.hours-row { display: flex; justify-content: space-between; gap: 18px; }
.hours-row span { font-size: 13.5px !important; color: var(--ink-soft) !important; }
.hours-row span:first-child { color: var(--ink-mute) !important; }
.hours-row--muted { opacity: .65; }
.hours-note { font-size: 13px !important; font-weight: 600 !important; color: var(--accent-2) !important; margin-top: 3px; }

/* ---- Anfahrt / Karte (lokales Kartenbild + Route-Button) ---- */
.anfahrt { max-width: 600px; margin: clamp(36px, 5vw, 64px) auto 0; padding: 0;
  border: 1px solid var(--hairline-2); border-radius: 20px; overflow: hidden;
  background: var(--surface); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.anfahrt__map { position: relative; line-height: 0; }
.anfahrt__map img { width: 100%; height: auto; display: block; }
.anfahrt__open { position: absolute; inset: 0; z-index: 1; }
.anfahrt__attr { position: absolute; right: 6px; bottom: 6px; z-index: 2;
  font-size: 10px; line-height: 1.4; padding: 2px 6px; border-radius: 6px;
  background: rgba(255,255,255,.82); color: #333; }
.anfahrt__attr a { color: #333; text-decoration: underline; }
.anfahrt__bar { display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 16px 20px; }
.anfahrt__addr { font-size: 15px; color: var(--ink-soft); }
.anfahrt__addr strong { color: var(--ink); }
.anfahrt__btn { padding: 11px 20px; font-size: 15px; white-space: nowrap; }
@media (max-width: 480px) {
  .anfahrt__bar { flex-direction: column; align-items: stretch; text-align: center; }
  .anfahrt__btn { justify-content: center; }
}

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--hairline); padding-block: 64px 30px; position: relative; z-index: 1; background: color-mix(in oklch, var(--bg) 88%, #000); }
.footer__inner { display: flex; justify-content: space-between; gap: 50px; flex-wrap: wrap; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.brand-lockup--footer { width: clamp(240px, 26vw, 320px); }
.footer__cols { display: flex; gap: clamp(34px, 5vw, 70px); flex-wrap: wrap; }
.footer__col h4 { margin: 0 0 12px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; }
.footer__col p { margin: 0; color: var(--ink-mute); font-size: 15px; line-height: 1.7; }
.footer__col a { color: var(--ink-soft); text-decoration: none; }
.footer__col a:hover { color: var(--accent-2); }
.footer__bar { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; margin-top: 44px; border-top: 1px solid var(--hairline); color: var(--ink-faint); font-size: 13px; flex-wrap: wrap; gap: 12px; }
.footer__legal a { color: var(--ink-faint); text-decoration: none; margin-left: 20px; }
.footer__legal a:first-child { margin-left: 0; }
.footer__legal a:hover { color: var(--ink-soft); }

/* ---------- LEGAL (Impressum / Datenschutz) ---------- */
.legal { padding-top: clamp(120px, 16vw, 170px); }
.legal__inner { max-width: 820px; }
.legal h1 { font-size: clamp(34px, 5vw, 54px); letter-spacing: -0.03em; margin-bottom: 10px; }
.legal__lead { color: var(--ink-mute); margin: 0 0 30px; }
.legal h2 { font-size: clamp(21px, 2.6vw, 29px); letter-spacing: -0.02em; margin: 44px 0 14px; padding-top: 22px; border-top: 1px solid var(--hairline); }
.legal h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin: 26px 0 8px; }
.legal p { color: var(--ink-soft); margin: 0 0 14px; line-height: 1.75; overflow-wrap: anywhere; }
.legal a { color: var(--accent-2); }
.legal__contact { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-m); padding: 22px 26px; margin: 8px 0 24px; }
.legal__contact p { margin: 0; line-height: 1.8; color: var(--ink); }
.legal__back { margin-top: 50px; }
.legal__copyright { margin-top: 40px; font-size: 13px; color: var(--ink-faint); }
.legal ul { color: var(--ink-soft); line-height: 1.7; margin: 0 0 14px; padding-left: 22px; }
.legal ul li { margin-bottom: 4px; }

/* ---------- AKTIONS-/GEWINNSPIEL-BANNER ---------- */
.aktion-wrap { padding-block: clamp(22px, 4vw, 46px); position: relative; z-index: 1; }
.aktion { position: relative; display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  padding: 22px 26px 22px 30px; border-radius: var(--r-l); overflow: hidden;
  background: linear-gradient(120deg, color-mix(in oklch, var(--accent) 24%, var(--surface)), var(--surface-2));
  border: 1px solid var(--hairline-2); box-shadow: 0 22px 54px -30px var(--glow); }
.aktion::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent)); }
.aktion__badge { flex: none; align-self: flex-start; font-size: 12px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-ink); background: var(--accent); padding: 6px 12px; border-radius: 999px; }
.aktion__body { flex: 1 1 320px; }
.aktion__title { margin: 0 0 4px; font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.aktion__text { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.aktion__btn { flex: none; }
@media (max-width: 560px) { .aktion { padding: 20px; } .aktion__btn { width: 100%; justify-content: center; } }

/* ---------- MODAL ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px;
  overflow-y: auto; background: rgba(3,5,10,.66); backdrop-filter: blur(8px); animation: fade .3s; }
@keyframes fade { from { opacity: 0 } }
.modal__card { width: 100%; max-width: 540px; padding: 40px; position: relative; animation: pop .35s cubic-bezier(.2,.7,.2,1); }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.98) } }
.modal__x { position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--hairline-2); background: rgba(255,255,255,.04); color: var(--ink-soft); cursor: pointer; font-size: 15px; }
.modal__x:hover { background: rgba(255,255,255,.1); }
.modal__form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.field { display: flex; flex-direction: column; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13px; color: var(--ink-mute); margin-bottom: 7px; font-weight: 600; }
.field input, .field select { font: inherit; font-size: 15px; padding: 12px 14px; border-radius: 11px; background: var(--surface-2); border: 1px solid var(--hairline-2); color: var(--ink); outline: none; transition: border-color .2s; }
.field input:focus, .field select:focus { border-color: var(--accent); }
.field input::placeholder { color: var(--ink-faint); }
.modal__submit { grid-column: 1 / -1; justify-content: center; margin-top: 4px; }
.modal__call { display: inline-flex; align-items: center; gap: 8px; justify-content: center; width: 100%; margin-top: 16px; color: var(--ink-mute); text-decoration: none; font-size: 14px; font-weight: 600; }
.modal__call .ico { width: 16px; height: 16px; stroke: var(--accent-2); }
.modal__call:hover { color: var(--ink); }
.modal__privacy { margin: 14px 0 0; font-size: 12px; line-height: 1.5; color: var(--ink-faint); text-align: center; }
.modal__privacy a { color: var(--ink-mute); }

/* ---------- WhatsApp-Kontakt-Button (schwebend) ---------- */
.wa-fab { position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: #25d366; color: #fff; text-decoration: none;
  box-shadow: 0 10px 26px -6px rgba(37,211,102,.55), 0 4px 12px rgba(0,0,0,.25);
  transition: transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s; }
.wa-fab:hover { transform: scale(1.08); box-shadow: 0 14px 32px -6px rgba(37,211,102,.7), 0 6px 16px rgba(0,0,0,.3); }
.wa-fab svg { width: 32px; height: 32px; fill: #fff; }
@media (max-width: 560px) { .wa-fab { right: 16px; bottom: 16px; width: 54px; height: 54px; } }
/* Calendly im Modal: feste, an die Bildschirmhöhe angepasste Höhe (Calendly scrollt intern) */
.modal__card--wide { max-width: 760px; width: 100%; padding: 26px 28px; }
.calendly-inline-widget { width: 100%;
  height: clamp(460px, calc(100dvh - 190px), 860px);
  margin-top: 16px; border-radius: var(--r-m); overflow: hidden; }
.calendly-fallback { margin-top: 22px; padding: 30px 26px; border-radius: var(--r-m); min-height: 0;
  background: var(--surface-2); border: 1px solid var(--hairline-2); text-align: center; color: var(--ink-soft); }
.calendly-fallback p { margin: 0 0 10px; font-size: 16px; line-height: 1.6; }
.calendly-fallback p:last-child { margin-bottom: 0; }
:root:has(.calendly-fallback) .calendly-inline-widget { height: auto; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1180px) { .nav__word i { display: none; } }
@media (max-width: 1120px) { .nav__phone { display: none; } }
@media (max-width: 880px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__cta { display: none; }
  .nav__lockup { width: clamp(190px, 52vw, 248px); }
  .nav__sheet { display: flex; flex-direction: column; gap: 4px; padding: 14px var(--gut) 22px;
    background: color-mix(in oklch, var(--bg) 88%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid var(--hairline); }
  .nav__sheet a { color: var(--ink-soft); text-decoration: none; padding: 12px 4px; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--hairline); }
  .nav__sheet-phone { color: var(--accent-2) !important; }
  .hero--split .hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 56px; padding-top: 120px; }
  .hero__visual { max-width: 460px; }
  .floatcard:first-child { left: 0; } .floatcard--alt { right: 0; }
  .pillars, .offer { grid-template-columns: 1fr; }
  .sec-head--split { flex-direction: column; align-items: flex-start; }
  .help__grid { grid-template-columns: 1fr; }
  .help__media { max-width: 460px; aspect-ratio: 16/11; }
  .vr { grid-template-columns: 1fr; }
  .vr__media { min-height: 280px; }
  .vr__overlay { background: linear-gradient(0deg, color-mix(in oklch, var(--surface) 94%, transparent) 10%, transparent 70%); }
  .contact__grid { grid-template-columns: 1fr; }
  .footer__bar { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .offer { grid-template-columns: 1fr; }
  .modal__form { grid-template-columns: 1fr; }
  .modal__card { padding: 28px 22px; }
  .footer__legal a { margin-left: 0; margin-right: 16px; }
}
