/* BarbellFit Landing – edel, kraftvoll, conversion-fokussiert */

:root {
  --bg-deep: #ffffff;
  --bg-elevated: #f3f6f4;
  --bg-card: #ffffff;
  --bg-muted: #e8f0eb;
  --border-subtle: rgba(0, 0, 0, 0.1);
  --text: #111827;
  --text-muted: #4b5563;
  --accent-wa: #25d366;
  --accent-wa-hover: #1ebe57;
  --accent-glow: rgba(22, 163, 74, 0.35);
  --accent-line: #16a34a;
  --accent-line-strong: #15803d;
  --font-sans: "Outfit", system-ui, -apple-system, sans-serif;
  --font-display: "Syne", var(--font-sans);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --header-h: 72px;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --transition: 0.35s var(--ease-out-expo);
}

@media (max-width: 767px) {
  :root {
    --header-h: calc(3.35rem + env(safe-area-inset-top, 0px));
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 0.75rem);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] {
    filter: none !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg-deep);
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

body.page-legal {
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 768px) {
  body.page-legal {
    padding-bottom: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1140px, 100%);
  margin-inline: auto;
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

/* ——— Header (immer am oberen Viewport-Rand fixiert) ——— */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  margin: 0;
  padding: calc(0.65rem + env(safe-area-inset-top, 0px)) 0 0.85rem;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background var(--transition), box-shadow var(--transition), border-color 0.25s ease;
}

@media (min-width: 768px) {
  .site-header {
    padding: 1rem 0 1.25rem;
    padding-top: max(1rem, env(safe-area-inset-top, 0px));
  }
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07);
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: 2.75rem;
}

@media (min-width: 768px) {
  .header-inner {
    gap: 1rem;
    min-height: 0;
  }
}

.logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  min-width: 0;
  flex-shrink: 1;
}

/* SVG-Logo (schwarz) – kein Invert nötig */
.logo-mark {
  display: inline-block;
  line-height: 0;
  flex-shrink: 0;
}

.logo-img {
  display: block;
  height: clamp(40px, 10vw, 58px);
  width: auto;
  max-width: min(280px, calc(100vw - 8.5rem));
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 768px) {
  .logo-img {
    height: clamp(46px, 8.5vw, 58px);
    max-width: min(340px, 78vw);
  }
}

.logo-img--footer {
  height: clamp(38px, 7vw, 48px);
  max-width: min(300px, 82vw);
}

.footer-logo-link .logo-mark {
  margin-bottom: 0.35rem;
}

.footer-logo-link {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}

.footer-loc {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Fallback if logo fails or missing */
.logo-fallback {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

/* Fallback nur, wenn kein gültiges src (Geschwister-~ funktioniert nicht mit .logo-mark-Wrapper) */
.logo-wrap:has(.logo-img[src]:not([src=""])) .logo-fallback {
  display: none;
}

.logo-img[src=""],
.logo-img:not([src]) {
  display: none;
}

.logo-wrap:not(:has(.logo-img[src]:not([src=""]))) .logo-fallback {
  display: block;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.35rem;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(22, 163, 74, 0.15);
  transition: transform 0.25s var(--ease-out-expo), box-shadow 0.25s var(--ease-out-expo),
    background 0.25s ease, color 0.25s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-wa {
  background: var(--accent-wa);
  color: #041b0d;
  box-shadow: 0 0 0 0 var(--accent-glow), 0 12px 32px rgba(37, 211, 102, 0.28);
}

.btn-wa:hover {
  background: var(--accent-wa-hover);
  transform: translateY(-2px);
  box-shadow: 0 0 0 4px var(--accent-glow), 0 18px 40px rgba(37, 211, 102, 0.35);
}

.btn-header {
  padding: 0.65rem 1.1rem;
  font-size: 0.88rem;
  flex-shrink: 0;
  min-height: 44px;
  min-width: 44px;
  box-sizing: border-box;
}

@media (max-width: 359px) {
  .btn-header {
    padding-inline: 0.85rem;
    font-size: 0.82rem;
  }
}

.btn-hero {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}

.btn-outline-light {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: none;
}

.btn-outline-light .wa-icon {
  filter: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2315835d'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

.btn-outline-light:hover {
  background: rgba(22, 163, 74, 0.08);
  border-color: rgba(22, 163, 74, 0.45);
  color: var(--accent-line-strong);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.btn-final {
  padding: 1.15rem 2rem;
  font-size: 1.08rem;
}

.wa-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23041b0d'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.ig-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M12%202.163c3.204%200%203.584.012%204.85.07%203.252.148%204.771%201.691%204.919%204.919.058%201.265.069%201.645.069%204.849%200%203.205-.012%203.584-.069%204.849-.149%203.225-1.664%204.771-4.919%204.919-1.266.058-1.644.07-4.85.07-3.204%200-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849%200-3.204.013-3.583.07-4.849.149-3.227%201.664-4.771%204.919-4.919%201.266-.057%201.645-.069%204.849-.069zM12%200C8.741%200%208.333.014%207.053.072%202.695.272.273%202.69.073%207.052.014%208.333%200%208.741%200%2012c0%203.259.014%203.668.072%204.948.2%204.358%202.618%206.78%206.98%206.98C8.333%2023.986%208.741%2024%2012%2024c3.259%200%203.668-.014%204.948-.072%204.354-.2%206.782-2.618%206.979-6.98.059-1.28.073-1.689.073-4.948%200-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014%2015.259%200%2012%200zm0%205.838c-3.403%200-6.162%202.759-6.162%206.162s2.759%206.163%206.162%206.163%206.162-2.759%206.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0%2010.162c-2.209%200-4-1.79-4-4%200-2.209%201.791-4%204-4s4%201.791%204%204c0%202.21-1.791%204-4%204zm6.406-11.845c-.796%200-1.441.645-1.441%201.44s.645%201.44%201.441%201.44c.795%200%201.439-.645%201.439-1.44s-.644-1.44-1.439-1.44z%27%2F%3E%3C%2Fsvg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M12%202.163c3.204%200%203.584.012%204.85.07%203.252.148%204.771%201.691%204.919%204.919.058%201.265.069%201.645.069%204.849%200%203.205-.012%203.584-.069%204.849-.149%203.225-1.664%204.771-4.919%204.919-1.266.058-1.644.07-4.85.07-3.204%200-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849%200-3.204.013-3.583.07-4.849.149-3.227%201.664-4.771%204.919-4.919%201.266-.057%201.645-.069%204.849-.069zM12%200C8.741%200%208.333.014%207.053.072%202.695.272.273%202.69.073%207.052.014%208.333%200%208.741%200%2012c0%203.259.014%203.668.072%204.948.2%204.358%202.618%206.78%206.98%206.98C8.333%2023.986%208.741%2024%2012%2024c3.259%200%203.668-.014%204.948-.072%204.354-.2%206.782-2.618%206.979-6.98.059-1.28.073-1.689.073-4.948%200-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014%2015.259%200%2012%200zm0%205.838c-3.403%200-6.162%202.759-6.162%206.162s2.759%206.163%206.162%206.163%206.162-2.759%206.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0%2010.162c-2.209%200-4-1.79-4-4%200-2.209%201.791-4%204-4s4%201.791%204%204c0%202.21-1.791%204-4%204zm6.406-11.845c-.796%200-1.441.645-1.441%201.44s.645%201.44%201.441%201.44c.795%200%201.439-.645%201.439-1.44s-.644-1.44-1.439-1.44z%27%2F%3E%3C%2Fsvg%3E")
    center / contain no-repeat;
}

.btn-instagram {
  background: transparent;
  color: var(--accent-line-strong);
  border: 1.5px solid rgba(21, 128, 61, 0.42);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.btn-instagram:hover {
  background: rgba(22, 163, 74, 0.1);
  border-color: var(--accent-line);
  color: var(--accent-line);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.15);
}

.btn-instagram--compact {
  padding: 0.65rem 1.15rem;
  font-size: 0.9rem;
}

.btn-instagram--footer {
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
}

.about-instagram {
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.instagram-cta {
  margin-top: 2.75rem;
  text-align: center;
}

.instagram-cta-text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 42ch;
  margin-inline: auto;
}

.final-cta-instagram {
  margin: 1.75rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.final-cta-instagram-label {
  font-size: 0.92rem;
  color: var(--text-muted);
}

@media (prefers-reduced-motion: reduce) {
  .btn-instagram:hover {
    transform: none;
  }
}

/* ——— Reveal animations (stärkerer Einstieg) ——— */
[data-reveal] {
  opacity: 0;
  transform: translateY(52px) scale(0.97);
  filter: blur(6px);
  transition: opacity 0.95s var(--ease-out-expo), transform 0.95s var(--ease-out-expo),
    filter 0.85s var(--ease-out-expo);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Ohne JavaScript (oder wenn Skripte blockiert sind): Inhalt nicht unsichtbar lassen */
@media (scripting: none) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

[data-reveal][data-tilt].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: perspective(var(--tilt-perspective, 1000px)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))
    translateZ(0);
}

[data-reveal].slide-left {
  transform: translateX(-40px) scale(0.98);
  filter: blur(4px);
}

[data-reveal].slide-left.is-visible {
  transform: translateX(0) scale(1);
  filter: blur(0);
}

[data-reveal].slide-right {
  transform: translateX(40px) scale(0.98);
  filter: blur(4px);
}

[data-reveal].slide-right.is-visible {
  transform: translateX(0) scale(1);
  filter: blur(0);
}

.section-wa .wa-copy[data-reveal] {
  transform: translateX(-36px) translateY(28px) scale(0.98);
  filter: blur(4px);
}

.section-wa .wa-copy[data-reveal].is-visible {
  transform: translateX(0) translateY(0) scale(1);
  filter: blur(0);
}

.section-wa .wa-card[data-reveal] {
  transform: translateX(36px) translateY(28px) scale(0.98);
  filter: blur(4px);
}

.section-wa .wa-card[data-reveal].is-visible {
  filter: blur(0);
}

@media (max-width: 640px) {
  [data-reveal] {
    filter: none;
  }
  [data-reveal].is-visible {
    filter: none;
  }
  [data-reveal].slide-left,
  [data-reveal].slide-right {
    filter: none;
  }
}

[data-reveal-delay="50"] {
  transition-delay: 50ms;
}
[data-reveal-delay="60"] {
  transition-delay: 60ms;
}
[data-reveal-delay="80"] {
  transition-delay: 80ms;
}
[data-reveal-delay="100"] {
  transition-delay: 100ms;
}
[data-reveal-delay="120"] {
  transition-delay: 120ms;
}
[data-reveal-delay="150"] {
  transition-delay: 150ms;
}
[data-reveal-delay="160"] {
  transition-delay: 160ms;
}
[data-reveal-delay="180"] {
  transition-delay: 180ms;
}
[data-reveal-delay="200"] {
  transition-delay: 200ms;
}
[data-reveal-delay="240"] {
  transition-delay: 240ms;
}
[data-reveal-delay="250"] {
  transition-delay: 250ms;
}
[data-reveal-delay="300"] {
  transition-delay: 300ms;
}
[data-reveal-delay="350"] {
  transition-delay: 350ms;
}
[data-reveal-delay="400"] {
  transition-delay: 400ms;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: min(100svh, 920px);
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2.5rem) 0 clamp(2.5rem, 8vw, 4rem);
  overflow: hidden;
}

@supports not (min-height: 100svh) {
  .hero {
    min-height: min(100vh, 920px);
  }
}

.hero-parallax {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-layer {
  position: absolute;
  inset: -15%;
  will-change: transform;
}

.hero-layer--grid {
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
}

.hero-layer--glow {
  background: radial-gradient(ellipse 55% 45% at 70% 35%, rgba(34, 197, 94, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 20% 60%, rgba(37, 211, 102, 0.1) 0%, transparent 50%);
}

.hero-layer--bars {
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 80px,
    rgba(0, 0, 0, 0.04) 80px,
    rgba(0, 0, 0, 0.04) 82px
  );
  opacity: 0.55;
  transform: rotate(-8deg) scale(1.2);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: noise-move 8s linear infinite;
}

.hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  will-change: transform;
}

.hero-orb--a {
  width: min(45vw, 340px);
  height: min(45vw, 340px);
  top: 8%;
  right: -8%;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.35) 0%, transparent 70%);
  animation: orb-float-a 14s ease-in-out infinite;
}

.hero-orb--b {
  width: min(38vw, 280px);
  height: min(38vw, 280px);
  bottom: 12%;
  left: -10%;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.26) 0%, transparent 70%);
  animation: orb-float-b 11s ease-in-out infinite 1s;
}

.hero-orb--c {
  width: min(28vw, 200px);
  height: min(28vw, 200px);
  top: 42%;
  left: 38%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.08) 0%, transparent 70%);
  animation: orb-float-c 16s ease-in-out infinite 0.5s;
}

.hero-ring {
  position: absolute;
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.hero-ring--1 {
  width: min(70vw, 520px);
  height: min(70vw, 520px);
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  animation: ring-dance 52s linear infinite;
}

.hero-ring--2 {
  width: min(54vw, 400px);
  height: min(54vw, 400px);
  top: 48%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-color: rgba(37, 211, 102, 0.15);
  animation: ring-dance 38s linear infinite reverse;
}

@media (prefers-reduced-motion: reduce) {
  .hero-noise,
  .hero-orb,
  .hero-ring {
    animation: none !important;
  }
}

@keyframes noise-move {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1.5%, 1%);
  }
  50% {
    transform: translate(1%, -0.5%);
  }
  75% {
    transform: translate(-0.5%, -1.2%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes orb-float-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-4%, 6%) scale(1.05);
  }
  66% {
    transform: translate(3%, -4%) scale(0.96);
  }
}

@keyframes orb-float-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(5%, -5%) scale(1.08);
  }
  70% {
    transform: translate(-3%, 4%) scale(0.94);
  }
}

@keyframes orb-float-c {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6%, -8%);
  }
}

@keyframes ring-dance {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1.035);
    opacity: 0.85;
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
    opacity: 0.55;
  }
  75% {
    transform: translate(-50%, -50%) rotate(270deg) scale(1.02);
    opacity: 0.75;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-layer--glow {
    animation: hero-glow-shift 18s ease-in-out infinite;
  }

  .hero-layer--grid {
    animation: grid-drift 22s linear infinite;
  }
}

@keyframes hero-glow-shift {
  0%,
  100% {
    opacity: 1;
  }
  45% {
    opacity: 0.88;
  }
}

@keyframes grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 64px 64px, -64px 64px;
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-line);
  margin: 0 0 1rem;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  max-width: 16ch;
}

.hero-highlight {
  display: inline;
  background: linear-gradient(
    120deg,
    var(--accent-line-strong) 0%,
    var(--accent-line) 35%,
    var(--accent-wa) 65%,
    var(--accent-line-strong) 100%
  );
  background-size: 220% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 500;
  color: var(--text-muted);
  margin: 0 0 1rem;
  max-width: 38ch;
}

.hero-strong {
  font-size: 1rem;
  color: var(--text);
  margin: 0 0 1.75rem;
  max-width: 44ch;
  padding-left: 1rem;
  border-left: 3px solid var(--accent-wa);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.2);
  color: var(--accent-line-strong);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-badges[data-reveal].is-visible .badge {
    animation: badge-rise 0.75s var(--ease-out-expo) both;
  }

  .hero-badges[data-reveal].is-visible .badge:nth-child(1) {
    animation-delay: 0.04s;
  }
  .hero-badges[data-reveal].is-visible .badge:nth-child(2) {
    animation-delay: 0.09s;
  }
  .hero-badges[data-reveal].is-visible .badge:nth-child(3) {
    animation-delay: 0.14s;
  }
  .hero-badges[data-reveal].is-visible .badge:nth-child(4) {
    animation-delay: 0.19s;
  }
  .hero-badges[data-reveal].is-visible .badge:nth-child(5) {
    animation-delay: 0.24s;
  }
  .hero-badges[data-reveal].is-visible .badge:nth-child(6) {
    animation-delay: 0.29s;
  }
}

@keyframes badge-rise {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-cta-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  max-width: 26rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .hero-cta-row {
    align-items: flex-start;
    max-width: none;
    margin-inline: 0;
  }
}

.hero-cta-note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}


.hero-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.7;
}

.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, var(--accent-wa), transparent);
  animation: scroll-pulse 2.2s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleY(0.85);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (max-width: 767px) {
  .hero-scroll-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-title {
    animation: hero-title-in 1.15s var(--ease-out-expo) both, hero-title-float 8s ease-in-out 1.15s infinite;
  }

  .hero-highlight {
    animation: gradient-flow 7s ease infinite;
  }

  .btn-hero {
    animation: cta-attention 3.2s ease-in-out 1.5s infinite;
  }
}

@media (max-width: 767px) {
  @media (prefers-reduced-motion: no-preference) {
    .hero-title {
      animation: hero-title-in 1.15s var(--ease-out-expo) both;
    }

    .btn-hero {
      animation: none;
    }
  }
}

@keyframes hero-title-in {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.95);
  }
}

@keyframes hero-title-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes gradient-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes cta-attention {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45), 0 12px 32px rgba(37, 211, 102, 0.28);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0), 0 18px 44px rgba(37, 211, 102, 0.38);
  }
}

/* ——— Sections general ——— */
.section {
  position: relative;
  padding: clamp(4rem, 10vw, 6.5rem) 0;
}

main > section:nth-of-type(even) {
  background: linear-gradient(180deg, transparent, rgba(22, 163, 74, 0.04) 50%, transparent);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  max-width: 20ch;
}

.section-title.center {
  margin-inline: auto;
  text-align: center;
  max-width: 22ch;
}

.section-intro {
  margin: -0.5rem 0 2.5rem;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.lead {
  font-size: 1.15rem;
  color: var(--text);
}

/* ——— WhatsApp section ——— */
.section-wa {
  background: var(--bg-elevated);
  border-block: 1px solid var(--border-subtle);
}

.wa-split {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .wa-split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}

.wa-copy p {
  color: var(--text-muted);
}

.wa-copy p strong,
.wa-card-text strong {
  color: var(--text);
}

.wa-list {
  margin: 1.5rem 0 1.75rem;
  padding-left: 1.2rem;
  color: var(--text-muted);
}

.wa-list li {
  margin-bottom: 0.5rem;
}

.wa-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s var(--ease-out-expo), border-color 0.35s ease, box-shadow 0.35s ease;
}

.wa-card[data-tilt] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}

.wa-card[data-tilt]:hover {
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px) translateZ(4px);
  border-color: rgba(22, 163, 74, 0.35);
}

.wa-card-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-line);
  margin: 0 0 1rem;
}

.wa-card-text {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
}

/* ——— About ——— */
.about-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.about-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  object-fit: cover;
  aspect-ratio: 1024 / 682;
  box-shadow: var(--shadow-soft);
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 3.5rem;
  }
}

.about-text p {
  color: var(--text-muted);
}

.about-text p strong {
  color: var(--text);
}

.placeholder-img {
  border-radius: var(--radius-lg);
  min-height: 280px;
  border: 1px solid var(--border-subtle);
  background: linear-gradient(145deg, #f3f6f4 0%, #e5ebe7 100%);
  position: relative;
  overflow: hidden;
}

.placeholder-img::after {
  content: "Platzhalter Bild";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
}

.placeholder-img--studio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(37, 211, 102, 0.15), transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(200, 255, 77, 0.1), transparent 45%);
}

.trainer-photo__img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 28% center;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  margin-inline: auto;
}

@media (min-width: 900px) {
  .trainer-photo__img {
    margin-inline: 0;
  }
}

/* ——— USPs ——— */
.usp-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 600px) {
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .usp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.usp-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--border-subtle);
  transition: transform 0.4s var(--ease-out-expo), border-color 0.35s ease, box-shadow 0.35s ease;
}

.usp-card[data-tilt] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}

.usp-card[data-tilt]:hover {
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px) translateZ(6px);
  border-color: rgba(22, 163, 74, 0.35);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.1);
}

.usp-card:not([data-tilt]):hover {
  transform: translateY(-4px);
  border-color: rgba(22, 163, 74, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.usp-icon {
  color: var(--accent-line);
  font-size: 1rem;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

.usp-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.usp-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* ——— Trainingszeiten ——— */
.section-schedule {
  border-block: 1px solid var(--border-subtle);
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-elevated) 45%, var(--bg-deep) 100%);
}


.schedule-intro {
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.schedule-board {
  display: flex;
  justify-content: center;
  max-width: min(960px, 100%);
  margin-inline: auto;
  padding: 1.35rem 1.15rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.schedule-times {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.schedule-times--row {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.6rem;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 2px;
}

.schedule-times li {
  margin: 0;
  flex-shrink: 0;
}

.schedule-row-divider {
  align-self: stretch;
  width: 1px;
  min-height: 2.75rem;
  margin: 0 0.15rem;
  padding: 0;
  list-style: none;
  background: var(--border-subtle);
  flex-shrink: 0;
}

.time-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.25rem;
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--text);
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: var(--radius);
  transition: transform 0.25s var(--ease-out-expo), border-color 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease;
}

.time-pill:hover {
  border-color: rgba(22, 163, 74, 0.45);
  background: rgba(22, 163, 74, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  .time-pill:hover {
    transform: none;
  }
}

.schedule-foot {
  text-align: center;
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 36rem;
  margin: 2rem auto 0;
  line-height: 1.6;
}

.schedule-foot a {
  color: var(--accent-line-strong);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.schedule-foot a:hover {
  color: var(--accent-line);
}

/* ——— Trainer ——— */
.section-trainer {
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-muted) 50%, var(--bg-deep) 100%);
}

.trainer-wrap {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .trainer-wrap {
    grid-template-columns: minmax(280px, 400px) 1fr;
    gap: 3.5rem;
  }
}

.trainer-copy .section-title {
  max-width: none;
}

.trainer-copy p.trainer-byline {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-line-strong);
  margin: -0.35rem 0 1.15rem;
  letter-spacing: 0.03em;
}

.trainer-copy p {
  color: var(--text-muted);
}

.trainer-copy p strong {
  color: var(--text);
}

.trainer-copy .btn {
  margin-top: 1.25rem;
}

/* ——— Expect ——— */
.expect-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .expect-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .expect-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.expect-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--border-subtle);
  transition: background 0.3s ease;
}

.expect-card:hover {
  background: rgba(22, 163, 74, 0.06);
}

.expect-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--accent-wa);
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.expect-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.expect-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.expect-cta {
  margin-top: 2.5rem;
}

.expect-cta.center {
  text-align: center;
}

/* ——— Testimonials ——— */
.section-testimonials {
  border-block: 1px solid var(--border-subtle);
}

.trust-line {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 52ch;
  margin: -0.25rem auto 2.5rem;
}

.testimonial-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card {
  margin: 0;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s var(--ease-out-expo), border-color 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-card[data-tilt] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}

.testimonial-card[data-tilt]:hover {
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px) translateZ(4px);
  border-color: rgba(37, 211, 102, 0.35);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.1);
}

.testimonial-card .stars {
  color: #fbbf24;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.testimonial-card p {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text);
  margin: 0 0 1rem;
  line-height: 1.55;
}

.testimonial-card footer {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ——— Quote ——— */
.section-quote {
  position: relative;
  padding: clamp(4rem, 12vw, 7rem) 0;
  overflow: hidden;
}

.quote-parallax {
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse at 50% 50%, rgba(37, 211, 102, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(22, 163, 74, 0.08) 0%, transparent 40%);
  pointer-events: none;
  will-change: transform;
}

.big-quote {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform 0.45s var(--ease-out-expo);
}

.big-quote[data-tilt] {
  --tilt-perspective: 1200px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}

.big-quote[data-tilt]:hover {
  transform: perspective(var(--tilt-perspective)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.015) translateZ(0);
}

.big-quote p {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 3.5vw, 2.15rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  max-width: 28ch;
  margin-inline: auto;
}

.big-quote cite {
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ——— Final CTA ——— */
.section-final-cta {
  position: relative;
  background: linear-gradient(180deg, var(--bg-elevated), #ecfdf3);
  border-top: 1px solid var(--border-subtle);
  overflow: hidden;
}

.section-final-cta::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(ellipse 50% 40% at 50% 100%, rgba(37, 211, 102, 0.18) 0%, transparent 55%);
  pointer-events: none;
  animation: final-cta-glow 9s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .section-final-cta::before {
    animation: none;
  }
}

@keyframes final-cta-glow {
  0%,
  100% {
    opacity: 0.65;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-3%) scale(1.05);
  }
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.final-cta-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}

.final-cta-text {
  color: var(--text-muted);
  margin: 0 0 1rem;
  font-size: 1.08rem;
}

.final-cta-strong {
  font-weight: 700;
  color: var(--accent-line);
  margin: 0 0 2rem;
  letter-spacing: 0.02em;
}

/* ——— Footer ——— */
.site-footer {
  padding: 3rem 0 5rem;
  border-top: 1px solid var(--border-subtle);
  background: var(--bg-elevated);
}

@media (min-width: 768px) {
  .site-footer {
    padding-bottom: 3rem;
  }
}

.footer-inner {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer-inner {
    grid-template-columns: 1.2fr 1fr;
    align-items: start;
  }
}

.footer-address {
  font-style: normal;
}

.footer-tagline {
  color: var(--text-muted);
  max-width: 48ch;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.footer-contact-line {
  font-size: 0.9rem;
  margin: 0;
  color: var(--text-muted);
}

.footer-contact-line a {
  color: var(--accent-line-strong);
  font-weight: 600;
  text-decoration: none;
}

.footer-contact-line a:hover {
  text-decoration: underline;
  color: var(--accent-line);
}

.footer-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.footer-meta p {
  margin: 0 0 0.75rem;
}

.footer-placeholder a,
.footer-social a:not(.btn-instagram) {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-placeholder a:hover,
.footer-social a:not(.btn-instagram):hover {
  color: var(--accent-wa);
}

.footer-social .btn-instagram {
  text-decoration: none;
}

.footer-social .btn-instagram:hover {
  color: var(--accent-line);
}

/* ——— Mobile: Lesbarkeit, Touch, Layout ——— */
@media (max-width: 767px) {
  .hero-title {
    max-width: none;
    font-size: clamp(1.9rem, 8.8vw, 3.35rem);
    overflow-wrap: break-word;
    hyphens: manual;
  }

  .hero-sub,
  .hero-strong {
    max-width: none;
  }

  .hero-badges {
    gap: 0.45rem;
  }

  .badge {
    font-size: 0.72rem;
    padding: 0.4rem 0.72rem;
  }

  .btn-hero {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .hero-cta-note {
    text-align: center;
    width: 100%;
  }

  .section {
    padding: clamp(2.75rem, 9vw, 4.5rem) 0;
  }

  .section-title,
  .section-title.center {
    max-width: none;
  }

  .wa-copy .btn-wa,
  .trainer-copy .btn-wa,
  .expect-cta .btn-wa {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
    min-height: 48px;
    justify-content: center;
  }

  .final-cta-inner .btn-final {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
    min-height: 52px;
    justify-content: center;
  }

  .final-cta-instagram {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
  }

  .final-cta-instagram .btn-instagram--compact {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .instagram-cta .btn-instagram {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
    min-height: 48px;
    justify-content: center;
  }

  .about-instagram .btn-instagram {
    width: 100%;
    max-width: 22rem;
    min-height: 48px;
    justify-content: center;
  }

  .schedule-foot a {
    touch-action: manipulation;
    padding: 0.2rem 0;
  }

  .footer-social .btn-instagram--footer {
    width: 100%;
    max-width: 18rem;
    margin-inline: 0;
    min-height: 48px;
    justify-content: center;
  }

  .big-quote p {
    max-width: none;
    font-size: clamp(1.2rem, 4.5vw, 2rem);
  }

  .usp-card,
  .expect-card,
  .testimonial-card {
    padding: 1.35rem 1.15rem;
  }

  .wa-card {
    padding: 1.5rem 1.2rem;
  }

  .site-footer {
    padding-bottom: calc(2.25rem + env(safe-area-inset-bottom, 0px));
  }

  .footer-contact-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
  }

  .footer-contact-line a {
    padding: 0.4rem 0.1rem;
    touch-action: manipulation;
  }
}

@media (max-width: 380px) {
  .container {
    padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
  }
}

/* ——— Rechtstexte (Impressum) ——— */
.page-legal .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
}

.legal-page {
  padding: calc(var(--header-h) + 2rem) 0 calc(3rem + env(safe-area-inset-bottom, 0px));
  min-height: 70vh;
}

@media (min-width: 768px) {
  .legal-page {
    padding-bottom: 4rem;
  }
}

.legal-back {
  margin: 0 0 1.75rem;
}

.legal-back a {
  color: var(--accent-line-strong);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}

.legal-back a:hover {
  text-decoration: underline;
}

.legal-content {
  max-width: 52rem;
  margin-inline: auto;
}

.legal-content h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  color: var(--text);
}

.legal-content h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  margin: 2.5rem 0 1rem;
  color: var(--text);
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

.legal-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.5rem 0 0.65rem;
  color: var(--text);
}

.legal-content p {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.legal-content ul {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.legal-content li {
  margin-bottom: 0.35rem;
}

.legal-content a {
  color: var(--accent-line-strong);
  text-underline-offset: 2px;
}

.legal-content a:hover {
  color: var(--accent-line);
}

.legal-meta {
  margin-bottom: 2rem;
  padding: 1.35rem 1.5rem;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
}

.legal-meta p {
  margin: 0.4rem 0;
  color: var(--text);
}

.legal-meta p:first-child {
  margin-top: 0;
}

.legal-meta p:last-child {
  margin-bottom: 0;
}

.legal-source {
  font-size: 0.88rem !important;
  color: var(--text-muted) !important;
  margin-top: 1.5rem !important;
}

.page-legal .site-footer {
  padding: 2rem 0 calc(2rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 768px) {
  .page-legal .site-footer {
    padding: 2rem 0 3rem;
  }
}

.legal-privacy-cta .legal-privacy-lead {
  margin-bottom: 1rem;
}

.legal-privacy-cta .legal-privacy-action {
  margin: 0;
}
