/* ============================================
   BLACK SWAN GYM v2 — Dark Premium Design
   Overrides style.css. All v2-* prefixed.
   ============================================ */

:root {
  --v2-bg:      #080808;
  --v2-bg2:     #0d0d0d;
  --v2-bg3:     #131313;
  --v2-surface: rgba(255,255,255,.04);
  --v2-surface-h: rgba(255,255,255,.07);
  --v2-accent:  #9FE040;
  --v2-accent-dim: rgba(159,224,64,.12);
  --v2-accent-glow: rgba(159,224,64,.22);
  --v2-text:    #e4e4e4;
  --v2-muted:   #555;
  --v2-border:  rgba(255,255,255,.07);
  --v2-border-a: rgba(159,224,64,.4);
  --v2-r: 14px;
  --v2-t: 0.3s ease;
}

/* ── Global overrides ──────────────────────── */
body { background: var(--v2-bg) !important; color: var(--v2-text) !important; }

/* ── Header ─────────────────────────────────── */
.site-header {
  background: rgba(8,8,8,.82) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid var(--v2-border) !important;
  box-shadow: none !important;
}
.brand-text { color: #fff !important; }
.brand-slogan { color: var(--v2-muted) !important; }
.nav a { color: rgba(255,255,255,.55) !important; transition: color var(--v2-t) !important; }
.nav a:hover { color: var(--v2-accent) !important; }
.nav-btn--app { border: 1px solid var(--v2-border) !important; background: var(--v2-surface) !important; color: rgba(255,255,255,.7) !important; border-radius: 8px !important; }
.nav-btn--app:hover { border-color: var(--v2-border-a) !important; color: var(--v2-accent) !important; }
.iconbtn { color: rgba(255,255,255,.5) !important; }
.iconbtn:hover { color: #fff !important; }
/* Primary header CTA */
.header-actions .btn.primary {
  background: var(--v2-accent) !important;
  color: #080808 !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 8px !important;
  transition: all var(--v2-t) !important;
}
.header-actions .btn.primary:hover {
  background: #b5f047 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px var(--v2-accent-glow) !important;
}

/* ── V2 Buttons ─────────────────────────────── */
.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 8px;
  font-family: var(--font-body, 'Raleway', sans-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all var(--v2-t);
  white-space: nowrap;
}
.v2-btn--primary {
  background: var(--v2-accent);
  color: #080808;
}
.v2-btn--primary:hover {
  background: #b5f047;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px var(--v2-accent-glow);
  color: #080808;
}
.v2-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}
.v2-btn--ghost:hover {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
}
.v2-btn--outline {
  background: transparent;
  color: var(--v2-accent);
  border: 1px solid var(--v2-border-a);
}
.v2-btn--outline:hover {
  background: var(--v2-accent-dim);
  transform: translateY(-2px);
}
.v2-btn--full { width: 100%; }

/* ── Section base ───────────────────────────── */
.v2-section {
  padding: 100px 0;
  background: var(--v2-bg);
}
.v2-section--alt { background: var(--v2-bg2); }

.v2-kicker {
  display: block;
  font-family: var(--font-body, sans-serif);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v2-accent);
  margin: 0 0 14px;
}

.v2-h2 {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: clamp(26px, 3.6vw, 46px);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.1;
  margin: 0 0 52px;
}

.v2-accent { color: var(--v2-accent) !important; font-style: normal; }

/* ── HERO ───────────────────────────────────── */
.v2-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #050505;
}

.v2-hero-media {
  position: absolute;
  inset: -10% 0 0 0;
  background-size: cover;
  background-position: center 30%;
  will-change: transform;
}

.v2-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8,8,8,.92) 0%, rgba(8,8,8,.6) 50%, rgba(8,8,8,.25) 100%),
    linear-gradient(to bottom, rgba(8,8,8,.0) 0%, rgba(8,8,8,.55) 55%, rgba(8,8,8,.98) 100%);
}

.v2-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 22px 80px;
}

.v2-hero-content { max-width: 760px; }

.v2-hero-headline {
  font-family: var(--font-brand, 'Cinzel', serif) !important;
  font-size: clamp(52px, 8.8vw, 112px) !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  letter-spacing: 0.03em !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin: 14px 0 28px !important;
}

.v2-hero-slogan {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: clamp(16px, 2.3vw, 24px);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--v2-accent);
  margin: 0 0 26px;
}

.v2-hero-sub {
  font-size: clamp(15px, 1.7vw, 18px);
  color: rgba(255,255,255,.58);
  font-weight: 400;
  margin: 0 0 40px;
  max-width: 500px;
  line-height: 1.65;
}

.v2-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.v2-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.42);
  text-decoration: none;
  transition: color var(--v2-t);
}
.v2-hero-rating:hover { color: rgba(255,255,255,.8); }
.v2-stars { color: #FFD700; font-size: 14px; letter-spacing: 2px; }

/* Trust chips bottom of hero */
.v2-hero-trust {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.v2-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
  backdrop-filter: blur(8px);
}
.v2-trust-chip span { color: var(--v2-accent); }

/* Scroll hint arrow */
.v2-hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.2);
  animation: v2ScrollBounce 2.2s ease infinite;
  z-index: 3;
}
@keyframes v2ScrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: .4; }
  50%       { transform: translateX(-50%) translateY(10px); opacity: .15; }
}

/* ── STATS BAR ──────────────────────────────── */
.v2-stats {
  background: var(--v2-bg3);
  border-top: 1px solid var(--v2-border);
  border-bottom: 1px solid var(--v2-border);
  padding: 52px 0;
}

.v2-stats-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.v2-stat {
  flex: 1;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  transition: transform var(--v2-t);
}
.v2-stat:hover { transform: translateY(-3px); }

.v2-stat-num {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  color: var(--v2-accent);
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
  min-width: 3ch;
  text-align: center;
}

.v2-stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--v2-muted);
}

.v2-stat-divider {
  width: 1px;
  height: 50px;
  background: var(--v2-border);
  flex-shrink: 0;
}

/* ── GALLERY ────────────────────────────────── */
.v2-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 5px;
  border-radius: var(--v2-r);
  overflow: hidden;
  margin-top: 8px;
}

.v2-gallery figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.v2-gallery figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
  transition: opacity var(--v2-t);
}
.v2-gallery figure:hover::after { opacity: 0; }

.v2-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(.25,.46,.45,.94);
}
.v2-gallery figure:hover img { transform: scale(1.06); }

.v2-gallery-wide { grid-column: 1; grid-row: 1 / 3; }

/* ── FEATURE CARDS ──────────────────────────── */
.v2-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v2-card {
  background: var(--v2-surface);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-r);
  padding: 38px 32px;
  transition: all 0.35s cubic-bezier(.25,.46,.45,.94);
}
.v2-card:hover {
  border-color: var(--v2-border-a);
  background: var(--v2-surface-h);
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(0,0,0,.45), 0 0 48px var(--v2-accent-dim);
}

.v2-card-icon {
  width: 44px;
  height: 44px;
  color: var(--v2-accent);
  margin-bottom: 22px;
}

.v2-card h3 {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v2-card p {
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* ── HOW IT WORKS ───────────────────────────── */
.v2-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 8px;
}

.v2-step {
  flex: 1;
  padding: 36px 32px;
  border: 1px solid transparent;
  border-radius: var(--v2-r);
  transition: border-color var(--v2-t), background var(--v2-t);
}
.v2-step:hover { border-color: var(--v2-border); background: var(--v2-surface); }

.v2-step-num {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 56px;
  font-weight: 900;
  color: var(--v2-accent);
  opacity: .85;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  display: block;
}

.v2-step h3 {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 16px;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v2-step p {
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.v2-step-arrow {
  font-size: 22px;
  color: rgba(159,224,64,.25);
  padding-top: 54px;
  flex-shrink: 0;
  font-weight: 300;
}

/* ── PRICING ────────────────────────────────── */
.v2-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.v2-pricing-card {
  background: var(--v2-surface);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-r);
  padding: 38px 32px;
  transition: all 0.35s cubic-bezier(.25,.46,.45,.94);
  position: relative;
  overflow: hidden;
}

.v2-pricing-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: transparent;
  transition: background var(--v2-t);
}

.v2-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
  border-color: rgba(255,255,255,.14);
}
.v2-pricing-card:hover::before { background: var(--v2-border-a); }

.v2-pricing-card--featured {
  border-color: var(--v2-border-a);
  background: rgba(159,224,64,.04);
  animation: v2FeaturedPulse 3.5s ease infinite;
}
.v2-pricing-card--featured::before { background: var(--v2-accent); }

@keyframes v2FeaturedPulse {
  0%, 100% { box-shadow: 0 0 0 0 transparent; }
  50% { box-shadow: 0 0 0 4px rgba(159,224,64,.1), 0 24px 60px rgba(159,224,64,.07); }
}

.v2-pricing-badge {
  display: inline-block;
  background: var(--v2-accent);
  color: #080808;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.v2-pricing-laufzeit {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--v2-accent);
  background: var(--v2-accent-dim);
  border: 1px solid rgba(159,224,64,.2);
  border-radius: 999px;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 16px;
}

.v2-pricing-tier {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--v2-muted);
  margin-bottom: 14px;
}

.v2-pricing-amount {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 54px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.v2-pricing-amount small {
  font-size: 18px;
  font-weight: 400;
  color: var(--v2-muted);
  vertical-align: super;
  margin-left: 3px;
}

.v2-pricing-period {
  font-size: 12px;
  color: var(--v2-muted);
  margin-bottom: 28px;
}

.v2-pricing-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.v2-pricing-features li {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.v2-pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--v2-accent);
  font-weight: 700;
}

.v2-pricing-note {
  text-align: center;
  color: var(--v2-muted);
  font-size: 12px;
  margin-top: 28px;
  line-height: 1.7;
}

/* ── FAQ ────────────────────────────────────── */
.v2-faq-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}

.v2-faq-intro { position: sticky; top: 120px; }
.v2-faq-intro .v2-h2 { margin-bottom: 16px; }
.v2-faq-intro p { color: var(--v2-muted); font-size: 14px; line-height: 1.75; }

.v2-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.v2-faq-item {
  border-bottom: 1px solid var(--v2-border);
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.38s ease;
}
.v2-faq-item.v2--open {
  grid-template-rows: auto 1fr;
}

.v2-faq-q {
  background: none;
  border: none;
  text-align: left;
  padding: 22px 48px 22px 0;
  font-family: var(--font-body, 'Raleway', sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
  cursor: pointer;
  position: relative;
  transition: color var(--v2-t);
  width: 100%;
}
.v2-faq-q:hover { color: #fff; }

.v2-faq-q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  color: var(--v2-accent);
  line-height: 1;
  transition: transform 0.38s ease;
}
.v2-faq-item.v2--open .v2-faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}

.v2-faq-body { overflow: hidden; }

.v2-faq-a {
  padding: 0 48px 22px 0;
  font-size: 14px;
  color: var(--v2-muted);
  line-height: 1.8;
}
.v2-faq-a a { color: var(--v2-accent); text-decoration: none; }
.v2-faq-a a:hover { text-decoration: underline; }

/* ── APP SECTION ────────────────────────────── */
.v2-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.v2-app-sub {
  color: var(--v2-muted);
  margin: 0 0 40px;
  line-height: 1.75;
  max-width: 440px;
  font-size: 15px;
}

.v2-app-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.v2-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  transition: all var(--v2-t);
}
.v2-store-btn:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.v2-store-btn div { display: flex; flex-direction: column; line-height: 1.2; }
.v2-store-btn small { font-size: 10px; color: rgba(255,255,255,.42); }
.v2-store-btn span { font-size: 15px; font-weight: 700; }

/* Phone mockup */
.v2-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.v2-phone {
  width: 230px;
  height: 440px;
  background: var(--v2-bg3);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 36px;
  padding: 18px;
  position: relative;
  box-shadow: 0 50px 100px rgba(0,0,0,.65), 0 0 80px var(--v2-accent-dim), 0 0 0 8px rgba(255,255,255,.02);
}

.v2-phone::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px; height: 4px;
  background: rgba(255,255,255,.1);
  border-radius: 2px;
}

.v2-phone-screen {
  width: 100%; height: 100%;
  background: #0a0a0a;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2-phone-inner { text-align: center; padding: 24px; }

.v2-phone-brand {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 10px;
  color: rgba(255,255,255,.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.v2-phone-qr {
  width: 110px; height: 110px;
  margin: 0 auto 18px;
  opacity: .85;
}

.v2-phone-label {
  font-size: 10px;
  color: rgba(255,255,255,.25);
  margin: 0;
  letter-spacing: 0.08em;
}

/* ── FOOTER OVERRIDES ───────────────────────── */
.site-footer { background: #050505 !important; border-top: 1px solid var(--v2-border) !important; }
.footer-heading { color: rgba(255,255,255,.3) !important; }
.footer-links a { color: rgba(255,255,255,.45) !important; }
.footer-links a:hover { color: var(--v2-accent) !important; }
.footer-social a { color: rgba(255,255,255,.35) !important; }
.footer-social a:hover { color: var(--v2-accent) !important; }
.footer-brand-name { color: #fff !important; }
.footer-slogan { color: rgba(255,255,255,.3) !important; }
.footer-copyright, .footer-trademark { color: rgba(255,255,255,.2) !important; }
.footer-bottom { border-top-color: var(--v2-border) !important; color: rgba(255,255,255,.18) !important; }
.footer-legal a { color: rgba(255,255,255,.3) !important; }
.footer-legal a:hover { color: var(--v2-accent) !important; }

/* ── BOTTOM NAV OVERRIDE ────────────────────── */
.bottom-nav { background: rgba(8,8,8,.96) !important; border-top: 1px solid var(--v2-border) !important; backdrop-filter: blur(16px) !important; }
.bottom-nav-item { color: rgba(255,255,255,.38) !important; }
.bottom-nav-item.active, .bottom-nav-item:hover { color: var(--v2-accent) !important; }

/* ── WHATSAPP + COOKIE OVERRIDES ────────────── */
.whatsapp-fab { background: var(--v2-bg3) !important; border: 1px solid var(--v2-border) !important; color: var(--v2-accent) !important; box-shadow: 0 4px 20px rgba(0,0,0,.5) !important; }
.cookie-banner { background: var(--v2-bg3) !important; border-top: 1px solid var(--v2-border) !important; }
.cookie-banner .btn.primary { background: var(--v2-accent) !important; color: #080808 !important; }

/* ── SCROLL ANIMATIONS ──────────────────────── */
.v2-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--delay, 0s);
}

.v2--visible .v2-fade-up { opacity: 1; transform: none; }

/* Hero fires on load via animation */
.v2-hero .v2-fade-up {
  animation: v2HeroIn 0.75s ease forwards;
  animation-delay: var(--delay, 0s);
  opacity: 0;
  transition: none;
}
@keyframes v2HeroIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

/* ── EPIC DESIGN UPGRADES ───────────────────── */

/* 1. Word-split hero animation — each word from a different direction */
.v2-hero-headline { overflow: visible !important; }

.v2-word {
  display: inline-block;
  opacity: 0;
  animation: v2WordIn 0.7s cubic-bezier(.25,.46,.45,.94) forwards;
}
.v2-word--1 { transform: translateX(-60px) rotate(-3deg); animation-delay: 0.15s; }
.v2-word--2 { transform: translateY(50px) scale(.8); animation-delay: 0.3s; }
.v2-word--3 { transform: translateX(60px) rotate(3deg); animation-delay: 0.45s; }
@keyframes v2WordIn { to { opacity: 1; transform: none; } }

/* 2. Marquee strip */
.v2-marquee {
  overflow: hidden;
  background: var(--v2-accent);
  padding: 13px 0;
  cursor: default;
  user-select: none;
}
.v2-marquee:hover .v2-marquee-track { animation-play-state: paused; }

.v2-marquee-track {
  display: flex;
  width: max-content;
  animation: v2Marquee 28s linear infinite;
}

.v2-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 32px;
  font-size: 11px;
  font-weight: 800;
  color: #080808;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--font-body, sans-serif);
}

.v2-marquee-sep {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(8,8,8,.3);
  flex-shrink: 0;
}

@keyframes v2Marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* 3. Clip-path section reveal (more cinematic than fade-up) */
.v2-clip-in {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.75s cubic-bezier(.25,.46,.45,.94);
  transition-delay: var(--delay, 0s);
}
.v2--visible .v2-clip-in { clip-path: inset(0 0 0% 0); }

/* 4. Grain texture on cards */
.v2-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--v2-r);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  opacity: .5;
}
.v2-card { position: relative; overflow: hidden; }

/* 5. Featured pricing card — float loop animation */
.v2-pricing-card--featured {
  animation: v2FeaturedPulse 3.5s ease infinite, v2Float 5s ease-in-out infinite !important;
}
@keyframes v2Float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* 6. Scramble text — chars flash before resolving */
.v2-scrambling { color: var(--v2-accent) !important; }

/* 7. Sticky mobile CTA bar */
.v2-sticky-bar {
  position: fixed;
  bottom: calc(var(--bottom-bar-h, 68px) + var(--vv-bottom-offset, 0px));
  left: 0; right: 0;
  z-index: 89;
  padding: 12px 16px;
  background: rgba(6,6,6,.97);
  border-top: 1px solid rgba(159,224,64,.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  gap: 10px;
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(.25,.46,.45,.94);
  box-shadow: 0 -8px 32px rgba(0,0,0,.5);
}
.v2-sticky-bar.v2--show { transform: none; }
.v2-sticky-bar .v2-btn { flex: 1; font-size: 13px; padding: 13px 16px; }
@media (min-width: 769px) { .v2-sticky-bar { display: none; } }

/* 8. Section separator line with neon glow */
.v2-section-line {
  height: 1px;
  background: linear-gradient(to right, transparent 0%, var(--v2-border-a) 50%, transparent 100%);
  margin: 0;
}

/* 9. Depth atmosphere glow in hero (depth-1 layer) */
.v2-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0;
  animation: v2GlowPulse 4s ease-in-out infinite;
}
.v2-hero-glow--1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(159,224,64,.08) 0%, transparent 70%);
  top: -100px; left: -100px;
  animation-delay: 0s;
}
.v2-hero-glow--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(159,224,64,.05) 0%, transparent 70%);
  bottom: 0; right: 0;
  animation-delay: 2s;
}
@keyframes v2GlowPulse {
  0%, 100% { opacity: .6; transform: scale(1); }
  50%       { opacity: 1; transform: scale(1.08); }
}

/* 10. prefers-reduced-motion — Epic Design requirement */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .v2-word { opacity: 1; transform: none !important; }
  .v2-marquee-track { animation: none; }
  .v2-hero-glow { display: none; }
}

/* ══════════════════════════════════════════════════════════════
   FIRMENFITNESS — epic-design rebuild
   Depth-0 bg · Depth-1 glow · Depth-4 text · Depth-3 cards
   ══════════════════════════════════════════════════════════════ */

.v2-ff {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* depth-0 */
.v2-ff-bg {
  position: absolute;
  inset: 0;
  background: #0d0d0d;
  z-index: 0;
}

/* depth-1: Atmosphären-Glow — subtil, GPU-safe */
.v2-ff-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 400px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center,
    rgba(159,224,64,.06) 0%,
    rgba(100,200,100,.03) 30%,
    transparent 65%);
  pointer-events: none;
  z-index: 1;
}

/* depth-4: Content — normaler Block-Flow, kein Flex-Shrink-Bug */
.v2-ff-content {
  position: relative;
  z-index: 4;
  text-align: center;
}

.v2-ff-kicker {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--v2-accent);
  margin: 0 0 14px;
}

.v2-ff-headline {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px;
}

.v2-ff-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  max-width: 420px;
  margin: 0 auto 36px;
}

/* depth-3: Karten-Grid — CSS Grid, zuverlässig nebeneinander */
.v2-ff-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 240px));
  gap: 20px;
  justify-content: center;
  margin: 0 auto 36px;
}

.v2-ff-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* Sichtbare Karte: deutlich mehr Kontrast als --v2-surface (.04) */
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 32px 24px 28px;
  /* Spring-Hover — Motion-inspired Overshoot */
  transition:
    transform    0.48s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-color 0.3s ease,
    box-shadow   0.3s ease,
    background   0.3s ease;
}

.v2-ff-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: rgba(159,224,64,.3);
  box-shadow:
    0 20px 60px rgba(0,0,0,.5),
    0 0 40px rgba(159,224,64,.06);
  background: rgba(255,255,255,.1);
}

/* Logo-Container: fixe Höhe → beide Logos mittig ausgerichtet */
.v2-ff-card-logo-wrap {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Float-Loop auf dem Logo — GPU-safe transform (epic-design) */
.v2-ff-logo {
  display: block;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  animation: v2-ff-float 9s ease-in-out infinite;
  will-change: transform;
}
.v2-ff-card--b .v2-ff-logo { animation-delay: -4.5s; }
.v2-ff-card:hover .v2-ff-logo { animation-play-state: paused; }

/* Wellhub — pink logo (webp).
   mix-blend-mode:screen: weiße Pixel werden transparent auf dunklem Bg. */
.v2-ff-logo--wellhub {
  height: 36px;
  max-height: 36px;
  mix-blend-mode: screen;
}

/* Hansefit weiß — weiße Pixel auf transparent, kein Filter nötig */
.v2-ff-logo--hansefit {
  height: 32px;
  max-height: 32px;
  filter: brightness(0) invert(1); /* Backup: falls Datei schwarze Elemente hat */
  opacity: 0.85;
}

/* Trennlinie zwischen Logo und Text */
.v2-ff-card-divider {
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
}

.v2-ff-card-name {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.v2-ff-card-sub {
  font-size: 11px;
  color: rgba(255,255,255,.38);
  margin: 0;
  letter-spacing: 0.04em;
}

/* Float-Loop Keyframe — nur transform, GPU-accelerated */
@keyframes v2-ff-float {
  0%, 100% { transform: translateY(0px);  }
  50%       { transform: translateY(-8px); }
}

/* CTA-Button zentriert */
.v2-ff-content .v2-btn {
  display: inline-flex;
}

/* ── prefers-reduced-motion (non-negotiable) ── */
@media (prefers-reduced-motion: reduce) {
  .v2-ff-logo       { animation: none; will-change: auto; }
  .v2-ff-card:hover { transform: none; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .v2-ff                  { padding: 60px 0; }
  .v2-ff-cards            { grid-template-columns: repeat(2, minmax(0, 160px)); gap: 14px; }
  .v2-ff-card             { padding: 24px 16px 20px; border-radius: 16px; }
  .v2-ff-headline         { font-size: clamp(1.5rem, 6vw, 2.2rem); }
}
@media (max-width: 400px) {
  .v2-ff-cards            { grid-template-columns: 1fr; max-width: 260px; margin-left: auto; margin-right: auto; }
}

/* ══════════════════════════════════════════════════════════════
   PARTNER STRIP — minimaler Firmenfitness-Banner (Homepage, unten)
   ══════════════════════════════════════════════════════════════ */

.v2-partner-strip {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 56px 0;
  background: #0d0d0d;
  position: relative;
  overflow: hidden;
}

/* subtiler Glow im Hintergrund */
.v2-partner-strip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center,
    rgba(159,224,64,.05) 0%,
    transparent 70%);
  pointer-events: none;
}

.v2-partner-strip-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.v2-partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.v2-partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
}

.v2-partner-sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
}

/* Logo-Stile (die Logo-Klassen kommen aus .v2-ff-logo--* weiter oben) */
.v2-partner-logo-item img {
  display: block;
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.5, 0.64, 1);
  opacity: 0.75;
}
.v2-partner-logo-item:hover img {
  opacity: 1;
  transform: scale(1.06);
}

@media (max-width: 480px) {
  .v2-partner-logo-item { padding: 0 22px; }
}

/* ── Spring easing auf Feature-Cards (Motion-inspired) ── */
.v2-card { transition: all 0.35s cubic-bezier(.25,.46,.45,.94); }
.v2-card:hover {
  transform: translateY(-8px) scale(1.015);
  transition: all 0.45s cubic-bezier(0.34, 1.5, 0.64, 1) !important;
}

/* Button spring hover */
.v2-btn--primary:hover { transition: all 0.4s cubic-bezier(0.34, 1.4, 0.64, 1) !important; }

/* ══════════════════════════════════════════════════════════════
   FIRMENFITNESS UNTERSEITE — neue Komponenten
   ══════════════════════════════════════════════════════════════ */

/* Trust Bar */
.v2-ff-trustbar {
  background: var(--v2-bg2);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 0;
}
.v2-ff-trustbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 18px 24px;
}
.v2-ff-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  padding: 0 24px;
  white-space: nowrap;
}
.v2-ff-trust-icon {
  display: flex;
  align-items: center;
  color: var(--v2-accent);
  flex-shrink: 0;
}
.v2-ff-trust-sep {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .v2-ff-trustbar-inner { gap: 8px; }
  .v2-ff-trust-item     { padding: 6px 12px; font-size: 12px; }
  .v2-ff-trust-sep      { display: none; }
}

/* Partner-Grid (Unterseite) — zwei große horizontale Karten */
.v2-ff-partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 8px;
}
.v2-ff-partner-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.v2-ff-partner-card:hover {
  border-color: rgba(159,224,64,.25);
  box-shadow: 0 12px 48px rgba(0,0,0,.4);
}
.v2-ff-partner-logo-wrap {
  height: 52px;
  display: flex;
  align-items: center;
}
.v2-ff-partner-body { display: flex; flex-direction: column; gap: 12px; }
.v2-ff-partner-name {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.v2-ff-partner-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.08);
  border-radius: 4px;
  padding: 3px 8px;
  font-family: var(--font-body, system-ui, sans-serif);
}
.v2-ff-partner-body > p {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  margin: 0;
}
.v2-ff-partner-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.v2-ff-partner-facts li {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  padding-left: 18px;
  position: relative;
}
.v2-ff-partner-facts li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-accent);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .v2-ff-partner-grid { grid-template-columns: 1fr; }
  .v2-ff-partner-card { padding: 28px 22px; }
}

/* 3-Schritte — horizontal mit Connector */
.v2-ff-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: start;
  margin-top: 8px;
}
.v2-ff-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 0 16px;
}
.v2-ff-step-num {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--v2-accent);
  opacity: 0.7;
}
.v2-ff-step-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-accent);
  flex-shrink: 0;
}
.v2-ff-step h3 {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.v2-ff-step p {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  margin: 0;
  max-width: 220px;
}
.v2-ff-step p strong { color: rgba(255,255,255,.8); }
.v2-ff-step-connector {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, rgba(159,224,64,.4), rgba(255,255,255,.1));
  margin-top: 46px; /* vertikale Mitte des Icons */
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .v2-ff-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .v2-ff-step-connector {
    width: 1px;
    height: 32px;
    background: linear-gradient(180deg, rgba(159,224,64,.4), rgba(255,255,255,.1));
    margin: 0 auto -16px;
  }
  .v2-ff-step p { max-width: 100%; }
}

/* CTA-Sektion — split layout */
.v2-ff-cta-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.v2-ff-cta-text { display: flex; flex-direction: column; gap: 16px; }
.v2-ff-cta-text h2 {
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.v2-ff-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  margin: 0;
  max-width: 440px;
}
.v2-ff-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.v2-ff-cta-chips {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}
.v2-ff-cta-chip {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 16px 24px;
  text-align: center;
  min-width: 110px;
  transition: border-color 0.3s ease;
}
.v2-ff-cta-chip:hover { border-color: rgba(159,224,64,.3); }
.v2-ff-cta-chip-val {
  display: block;
  font-family: var(--font-brand, 'Cinzel', serif);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.v2-ff-cta-chip-label {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.4);
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .v2-ff-cta-wrap       { grid-template-columns: 1fr; gap: 32px; }
  .v2-ff-cta-chips      { flex-direction: row; }
  .v2-ff-cta-chip       { flex: 1; min-width: 80px; padding: 14px 12px; }
}

/* ── SWAN WATERMARK ──────────────────────────── */
.v2-swan-mark {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(220px, 38vw, 620px);
  pointer-events: none;
  opacity: 0;
  animation: v2SwanReveal 1.6s cubic-bezier(.25,.46,.45,.94) forwards;
  animation-delay: 0.7s;
  z-index: 1;
}
.v2-swan-mark img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.45));
  opacity: 0.92;
}
@keyframes v2SwanReveal {
  from { opacity: 0; transform: translateY(-50%) scale(.92); }
  to   { opacity: 1; transform: translateY(-50%) scale(1); }
}
@media (max-width: 900px) {
  .v2-swan-mark { right: -8%; width: 220px; top: auto; bottom: 0; transform: none; }
  .v2-swan-mark img { opacity: 0.85; }
  @keyframes v2SwanReveal {
    from { opacity: 0; transform: scale(.92); }
    to   { opacity: 1; transform: scale(1); }
  }
}

/* Swan micro-divider between sections */
.v2-swan-div {
  display: flex; align-items: center; gap: 18px;
  padding: 8px 0; opacity: 0.14;
}
.v2-swan-div::before, .v2-swan-div::after {
  content: ''; flex: 1; height: 1px;
  background: var(--v2-border);
}
.v2-swan-div img {
  width: 28px; height: 28px;
  filter: brightness(0) invert(1);
  display: block;
}

/* ── FULL-BLEED STUDIO PHOTO ─────────────────── */
.v2-studio-banner {
  position: relative;
  height: clamp(280px, 38vw, 560px);
  overflow: hidden;
}
.v2-studio-banner-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  filter: saturate(.75) brightness(.65);
  transition: transform 8s ease;
  will-change: transform;
}
.v2-studio-banner:hover .v2-studio-banner-img { transform: scale(1.04); }
.v2-studio-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(8,8,8,.72) 0%, rgba(8,8,8,.18) 55%, rgba(8,8,8,.45) 100%);
}
.v2-studio-banner-text {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: clamp(24px, 4vw, 52px) clamp(20px, 6vw, 80px);
  gap: 24px;
}
.v2-studio-banner-quote {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(24px, 3.6vw, 52px);
  font-weight: 900; color: #fff;
  text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.0;
}
.v2-studio-banner-quote em { font-style: normal; color: var(--v2-accent); }
@media (max-width: 600px) {
  .v2-studio-banner-text { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ── SUBPAGE HERO ────────────────────────────── */
.v2-page-hero {
  position: relative;
  height: clamp(280px, 32vw, 440px);
  overflow: hidden;
  background: var(--v2-bg2);
  display: flex; align-items: flex-end;
}
.v2-page-hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 35%;
  filter: saturate(.7) brightness(.55);
  transform: scale(1.05);
  transition: transform 0.8s ease;
}
.v2-page-hero:hover .v2-page-hero-media { transform: scale(1.0); }
.v2-page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,.9) 0%, rgba(8,8,8,.35) 60%, rgba(8,8,8,.2) 100%);
}
.v2-page-hero-swan {
  position: absolute; right: 5%; bottom: 0;
  width: clamp(140px, 22vw, 340px);
  pointer-events: none; z-index: 1;
}
.v2-page-hero-swan img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,.45));
  opacity: 0.9;
}
.v2-page-hero-content {
  position: relative; z-index: 2;
  padding: 0 clamp(20px, 6vw, 80px) clamp(28px, 4vw, 48px);
  width: 100%;
}
.v2-page-hero-kicker {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--v2-accent);
  margin-bottom: 8px; display: block;
}
.v2-page-hero-title {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 900; color: #fff;
  text-transform: uppercase; letter-spacing: 0.03em;
  line-height: 1.0; margin: 0;
}
.v2-page-hero-title em { font-style: normal; color: var(--v2-accent); }

/* ── LEGAL PAGES (Impressum / Datenschutz) im v2-Dark-Design ── */
.v2-legal { max-width: 840px; }
.v2-legal > h2 {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(22px, 3vw, 32px); font-weight: 900; color: #fff;
  margin: 44px 0 16px;
}
.v2-legal > h2:first-child { margin-top: 0; }
.v2-legal h3 {
  font-family: var(--font-brand, Georgia, serif);
  font-size: 18px; font-weight: 700; color: var(--v2-accent);
  margin: 30px 0 8px; letter-spacing: .01em;
}
.v2-legal p, .v2-legal li { color: rgba(255,255,255,.62); line-height: 1.75; font-size: 15px; }
.v2-legal p { margin: 0 0 15px; }
.v2-legal ul { margin: 0 0 16px; padding-left: 22px; }
.v2-legal li { margin-bottom: 6px; }
.v2-legal a { color: var(--v2-accent); text-decoration: underline; text-underline-offset: 2px; }
.v2-legal strong { color: #fff; }
.v2-legal hr { border: none; border-top: 1px solid var(--v2-border); margin: 40px 0; }

/* ── LOCATION PAGE ───────────────────────────── */
.v2-location-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}
.v2-location-photos { display: flex; flex-direction: column; gap: 8px; }
.v2-location-hero-photo { border-radius: var(--v2-r); overflow: hidden; aspect-ratio: 16/10; }
.v2-location-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.85); transition: transform .5s ease; }
.v2-location-hero-photo:hover img { transform: scale(1.03); }
.v2-location-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.v2-location-grid figure { margin: 0; border-radius: 8px; overflow: hidden; aspect-ratio: 1; }
.v2-location-grid figure img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.8); transition: transform .4s ease, filter .4s ease; }
.v2-location-grid figure:hover img { transform: scale(1.06); filter: saturate(1); }

.v2-location-meta {
  position: sticky; top: 90px;
  background: var(--v2-bg3); border: 1px solid var(--v2-border);
  border-radius: var(--v2-r); padding: 32px 28px;
}
.v2-location-badge {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(44px, 5vw, 64px); font-weight: 900;
  color: var(--v2-accent); line-height: 1; letter-spacing: -.01em;
  margin-bottom: 2px;
}
.v2-location-type {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--v2-muted); margin-bottom: 14px;
}
.v2-location-title {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(18px, 2vw, 24px); font-weight: 700;
  color: #fff; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .03em;
}
.v2-location-addr { font-size: 13px; color: var(--v2-muted); margin-bottom: 14px; }
.v2-location-rating {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--v2-accent-dim); border: 1px solid rgba(159,224,64,.2);
  border-radius: 999px; padding: 6px 14px;
  font-size: 12px; font-weight: 700; color: var(--v2-text);
  text-decoration: none; margin-bottom: 18px;
}
.v2-location-rating:hover { background: rgba(159,224,64,.2); }
.v2-location-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.v2-location-actions .v2-btn { text-align: center; font-size: 12px; }
.v2-price-box {
  background: var(--v2-bg2); border: 1px solid var(--v2-border);
  border-radius: 12px; padding: 20px;
}
.v2-price-box-label { font-size: 11px; color: var(--v2-muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
.v2-price-box-amount {
  font-family: var(--font-brand, Georgia, serif);
  font-size: 28px; font-weight: 900; color: #fff;
}
.v2-price-box-amount span { font-size: 13px; color: var(--v2-muted); font-family: var(--font-body, sans-serif); }
.v2-trust-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.v2-trust-row .v2-trust-chip { font-size: 11px; }
.v2-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.v2-benefit-item { background: var(--v2-bg); border: 1px solid var(--v2-border); border-radius: 8px; padding: 12px; }
.v2-benefit-item strong { display: block; font-size: 11px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.v2-benefit-item small { font-size: 11px; color: var(--v2-muted); }

.v2-trainer-times {
  display: flex; flex-direction: column; gap: 10px; max-width: 480px; margin-top: 24px;
}
.v2-trainer-day {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; background: var(--v2-bg3); border: 1px solid var(--v2-border); border-radius: 8px;
}
.v2-trainer-day-name { font-size: 13px; font-weight: 600; color: var(--v2-text); }
.v2-trainer-day-time { font-size: 13px; color: var(--v2-accent); font-weight: 700; }

@media (max-width: 900px) {
  .v2-location-layout { grid-template-columns: 1fr; }
  .v2-location-meta { position: static; }
  .v2-location-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── DARK FORM STYLES ────────────────────────── */
.v2-form-section { padding: 80px 0; }
.v2-form-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.v2-form { display: flex; flex-direction: column; gap: 18px; }
.v2-form label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.45); margin-bottom: 6px;
}
.v2-form input,
.v2-form select,
.v2-form textarea {
  width: 100%; background: var(--v2-bg3);
  border: 1px solid var(--v2-border);
  border-radius: 8px; padding: 13px 16px;
  color: var(--v2-text); font-size: 14px;
  font-family: var(--font-body, sans-serif);
  transition: border-color .2s, box-shadow .2s;
  outline: none; appearance: none; -webkit-appearance: none;
}
.v2-form input:focus,
.v2-form select:focus,
.v2-form textarea:focus {
  border-color: rgba(159,224,64,.5);
  box-shadow: 0 0 0 3px rgba(159,224,64,.08);
}
.v2-form textarea { resize: vertical; min-height: 120px; }
.v2-form select option { background: #131313; color: #e4e4e4; }
.v2-form-check { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: var(--v2-muted); }
/* Custom-Checkbox: .v2-form input{appearance:none} entfernt bei Checkboxen die komplette
   native Optik (Kästchen + Häkchen) — accent-color allein reicht dann nicht, es bleibt
   unsichtbar. Deshalb hier bewusst selbst gezeichnet: Rahmen, gefüllter Zustand, Häkchen. */
.v2-form-check input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  flex-shrink: 0; width: 22px; height: 22px; min-width: 22px;
  margin: 1px 0 0; padding: 0;
  background: var(--v2-bg3);
  border: 2px solid rgba(255,255,255,.4);
  border-radius: 6px;
  cursor: pointer;
  display: inline-grid; place-content: center;
  transition: background .15s ease, border-color .15s ease, transform .1s ease;
}
.v2-form-check input[type="checkbox"]:hover { border-color: rgba(255,255,255,.7); }
.v2-form-check input[type="checkbox"]:checked {
  background: var(--v2-accent);
  border-color: var(--v2-accent);
}
.v2-form-check input[type="checkbox"]:active { transform: scale(.92); }
.v2-form-check input[type="checkbox"]::before {
  content: "";
  width: 12px; height: 12px;
  transform: scale(0);
  transition: transform .12s ease-in-out;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background: #080808;
}
.v2-form-check input[type="checkbox"]:checked::before { transform: scale(1); }
.v2-form-check input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--v2-accent); outline-offset: 3px;
}
/* Rot-Markierung erst NACH einem gescheiterten Absende-Versuch (Klasse via JS gesetzt),
   nicht sofort beim Laden — sonst wirkt das Formular fälschlich schon "kaputt". */
.v2-form-check.v2--invalid input[type="checkbox"] {
  border-color: #ef4444;
  animation: v2CheckShake .4s ease;
}
.v2-check-error {
  display: none;
  font-size: 12px; color: #f87171; margin-top: 6px;
}
.v2-form-check.v2--invalid .v2-check-error { display: block; }
@keyframes v2CheckShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
.v2-form-check label {
  margin: 0; font-size: 13px; font-weight: 400; letter-spacing: 0;
  text-transform: none; line-height: 1.5; color: var(--v2-muted); cursor: pointer;
}
.v2-form-check a { color: var(--v2-accent); }
.v2-form-honeypot { position: absolute; opacity: 0; pointer-events: none; height: 0; }
.v2-form-error {
  background: rgba(239,68,68,.08); border: 1px solid rgba(239,68,68,.3);
  border-radius: 8px; padding: 14px 18px; color: #f87171; font-size: 13px;
}
.v2-form-success {
  background: var(--v2-accent-dim); border: 1px solid rgba(159,224,64,.3);
  border-radius: 8px; padding: 20px 24px; text-align: center;
  font-size: 15px; font-weight: 700; color: var(--v2-accent);
}
.v2-contact-card {
  background: var(--v2-bg3); border: 1px solid var(--v2-border);
  border-radius: var(--v2-r); padding: 28px 24px; position: sticky; top: 90px;
}
.v2-contact-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--v2-border); }
.v2-contact-item:last-child { border-bottom: none; padding-bottom: 0; }
.v2-contact-icon {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: var(--v2-accent-dim); border: 1px solid rgba(159,224,64,.15);
  display: flex; align-items: center; justify-content: center; color: var(--v2-accent);
}
.v2-contact-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--v2-muted); margin-bottom: 4px; }
.v2-contact-value { font-size: 14px; color: var(--v2-text); }
.v2-contact-value a { color: var(--v2-text); text-decoration: none; }
.v2-contact-value a:hover { color: var(--v2-accent); }
@media (max-width: 768px) {
  .v2-form-grid { grid-template-columns: 1fr; }
  .v2-contact-card { position: static; }
}

/* ── STANDORTE OVERVIEW ──────────────────────── */
.v2-locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.v2-loc-card {
  position: relative; border-radius: var(--v2-r); overflow: hidden;
  aspect-ratio: 4/3; display: flex; align-items: flex-end;
  cursor: pointer; text-decoration: none;
}
.v2-loc-card-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.7) brightness(.6);
  transition: transform .6s ease, filter .6s ease;
}
.v2-loc-card:hover .v2-loc-card-img { transform: scale(1.06); filter: saturate(.9) brightness(.55); }
.v2-loc-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,.9) 0%, rgba(8,8,8,.1) 60%);
}
.v2-loc-card-body {
  position: relative; z-index: 2;
  padding: 28px 24px; width: 100%;
}
.v2-loc-card-name {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(22px, 3vw, 34px); font-weight: 900;
  color: #fff; text-transform: uppercase; letter-spacing: .03em; margin: 0 0 4px;
}
.v2-loc-card-addr { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.v2-loc-card-btns { display: flex; gap: 8px; }
.v2-loc-card-btns .v2-btn { font-size: 12px; padding: 10px 16px; flex: 1; text-align: center; justify-content: center; min-width: 0; }
@media (max-width: 640px) { .v2-locations-grid { grid-template-columns: 1fr; } }

/* ── 404 PAGE ────────────────────────────────── */
.v2-404-section {
  min-height: calc(100vh - 80px);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 60px 20px;
  position: relative; overflow: hidden;
}
.v2-404-swan {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(200px, 40vw, 500px); opacity: 0.04; pointer-events: none;
}
.v2-404-swan img { width: 100%; height: auto; filter: brightness(0) invert(1); display: block; }
.v2-404-num {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(80px, 18vw, 200px); font-weight: 900; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(159,224,64,.3);
  letter-spacing: -.02em; margin-bottom: 8px; position: relative; z-index: 2;
}
.v2-404-title {
  font-family: var(--font-brand, Georgia, serif);
  font-size: clamp(20px, 3vw, 36px); font-weight: 900;
  color: #fff; text-transform: uppercase; margin-bottom: 16px; position: relative; z-index: 2;
}
.v2-404-sub { font-size: 15px; color: var(--v2-muted); max-width: 36ch; margin: 0 auto 36px; position: relative; z-index: 2; }
.v2-404-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }

/* ── PROBETRAINING v2 ────────────────────────── */
.v2-pt-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: start; }
.v2-pt-options { display: flex; flex-direction: column; gap: 16px; }
.v2-pt-option {
  background: var(--v2-bg3); border: 1px solid var(--v2-border);
  border-radius: var(--v2-r); padding: 28px 24px;
  transition: border-color .25s, box-shadow .25s;
}
.v2-pt-option--featured { border-color: rgba(159,224,64,.35); background: rgba(159,224,64,.03); }
.v2-pt-option:hover { border-color: rgba(159,224,64,.35); box-shadow: 0 12px 40px rgba(0,0,0,.3); }
.v2-pt-option-header { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 18px; }
.v2-pt-option-icon {
  width: 46px; height: 46px; border-radius: 10px; flex-shrink: 0;
  background: var(--v2-accent-dim); border: 1px solid rgba(159,224,64,.2);
  display: flex; align-items: center; justify-content: center; color: var(--v2-accent);
}
.v2-pt-option-tag {
  font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--v2-accent); margin-bottom: 3px;
}
.v2-pt-option-title {
  font-family: var(--font-brand, Georgia, serif);
  font-size: 18px; font-weight: 700; color: #fff; margin: 0;
}
.v2-pt-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.v2-pt-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--v2-text); }
.v2-pt-list li svg { color: var(--v2-accent); flex-shrink: 0; margin-top: 2px; }
.v2-pt-booking-card {
  background: var(--v2-bg3); border: 1px solid var(--v2-border);
  border-radius: var(--v2-r); padding: 32px 28px; position: sticky; top: 90px;
}
.v2-pt-iframe { border-radius: 10px; overflow: hidden; border: 1px solid var(--v2-border); margin-top: 18px; }
.v2-pt-iframe iframe { display: block; border: none; }
@media (max-width: 860px) {
  .v2-pt-grid { grid-template-columns: 1fr; }
  .v2-pt-booking-card { position: static; }
}

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width: 1024px) {
  .v2-faq-wrap { grid-template-columns: 1fr; gap: 40px; }
  .v2-faq-intro { position: static; }
  .v2-app-grid { grid-template-columns: 1fr; gap: 0; }
  .v2-phone-wrap { display: none; }
}

@media (max-width: 768px) {
  .v2-section { padding: 72px 0; }

  .v2-hero { align-items: flex-end; }
  .v2-hero-headline { font-size: clamp(44px, 13vw, 70px) !important; }
  .v2-hero-sub { font-size: 15px; }
  .v2-hero-cta { flex-direction: column; }
  .v2-btn { width: 100%; }

  .v2-stat-divider { display: none; }
  .v2-stat { min-width: 50%; flex: none; }
  .v2-stats-grid { justify-content: flex-start; }

  .v2-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 175px 175px 175px;
  }
  .v2-gallery-wide { grid-column: 1; grid-row: 1; }

  .v2-cards { grid-template-columns: 1fr; gap: 12px; }
  .v2-card { padding: 28px 22px; }

  .v2-steps { flex-direction: column; gap: 0; }
  .v2-step-arrow { display: none; }
  .v2-step { padding: 24px 0; }

  .v2-pricing { grid-template-columns: 1fr; gap: 14px; }
  .v2-pricing-card { padding: 28px 22px; }
  .v2-pricing-amount { font-size: 42px; }

  .v2-faq-q { font-size: 14px; padding-right: 36px; }
  .v2-h2 { margin-bottom: 36px; }

  .v2-app-btns { flex-direction: column; align-items: flex-start; }
  .v2-store-btn { width: 100%; }
}

@media (max-width: 480px) {
  .v2-hero-trust { gap: 8px; }
  .v2-trust-chip { font-size: 11px; padding: 6px 11px; }
}

/* ═══════════════════════════════════════════════
   MICRO-INTERACTIONS & A11Y-FEINSCHLIFF
   Nur transform/opacity, prefers-reduced-motion-sicher.
   Ergänzt die bestehenden Hover-Zustände (Tap + Fokus).
   ═══════════════════════════════════════════════ */

/* Sanftes Scrollen zu Anker-Zielen (#preise, #app-section …) */
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

/* Tap-/Press-Feedback – gibt Buttons auf dem Handy ein "Klick"-Gefühl */
.v2-btn, .v2-store-btn, .btn, .bottom-nav-item, .iconbtn { -webkit-tap-highlight-color: transparent; }
.v2-btn:active,
.btn:active,
.v2-store-btn:active { transform: translateY(0) scale(.97); }
.bottom-nav-item:active { transform: scale(.92); }
.iconbtn:active { transform: scale(.9); }
.v2-faq-q:active { opacity: .82; }

/* Sichtbarer Fokusring – nur bei Tastaturnavigation (WCAG 2.4.7) */
a:focus-visible,
button:focus-visible,
.v2-btn:focus-visible,
.btn:focus-visible,
.bottom-nav-item:focus-visible,
.iconbtn:focus-visible,
.v2-faq-q:focus-visible {
  outline: 2px solid var(--v2-accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Bewegungsreduzierung respektieren */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .v2-btn:active,
  .btn:active,
  .v2-store-btn:active,
  .bottom-nav-item:active,
  .iconbtn:active { transform: none; }
}
