:root {
  --brand-black: #181a1d;
  --brand-black-deep: #121315;
  --brand-charcoal: #22252a;
  --brand-charcoal-soft: #2a2e33;
  --brand-surface: #24282d;
  --brand-surface-2: #2b3036;
  --brand-surface-3: #323840;

  --brand-orange: #f28c28;
  --brand-orange-hover: #de7f23;
  --brand-orange-soft: rgba(242, 140, 40, 0.18);

  --text-light: #f3f3f1;
  --text-muted: #d2d2cd;
  --text-dark: #f1f1ef;

  --bg-light: #1c1f23;
  --surface-white: #272b30;
  --surface-soft: #2d3238;
  --surface-muted: #343a41;

  --border-warm: rgba(255, 255, 255, 0.1);
  --border-warm-soft: rgba(255, 255, 255, 0.06);

  --radius-lg: 14px;

  --shadow-soft: 0 10px 26px rgba(0, 0, 0, 0.22);
  --shadow-medium: 0 16px 32px rgba(0, 0, 0, 0.28);
  --shadow-card: 0 8px 20px rgba(0, 0, 0, 0.16);
  --shadow-card-hover: 0 14px 28px rgba(0, 0, 0, 0.24);
}

body {
  margin: 0;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  background-color: var(--bg-light);
  background-image:
    linear-gradient(180deg, #23272c 0%, #1d2024 42%, #25292e 100%),
    radial-gradient(circle at 12% 14%, rgba(242, 140, 40, 0.06), transparent 34%),
    radial-gradient(circle at 88% 42%, rgba(242, 140, 40, 0.04), transparent 30%);
  color: var(--text-light);
  line-height: 1.65;
  letter-spacing: 0.1px;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(242, 140, 40, 0.35);
  color: #ffffff;
}

/* Hero-Topbar: Logo links | zentrierte Nav | Socials rechts (alle Hauptseiten) */
.hero {
  position: relative;
  background: url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  min-height: 62vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero--parallax {
  background: none;
  overflow: hidden;
}

.hero--parallax .hero-bg {
  position: absolute;
  left: 0;
  top: -12%;
  width: 100%;
  height: 124%;
  z-index: 0;
  pointer-events: none;
  background: url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .hero--parallax .hero-bg {
    will-change: auto;
  }
}

.hero-training {
  min-height: 62vh;
  background: url("https://images.unsplash.com/photo-1534438327276-14e5300c3a48?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
}

.hero-gallery {
  min-height: 62vh;
  background: url("https://images.unsplash.com/photo-1540497077202-7c8a3999166f?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.hero-membership {
  min-height: 62vh;
  background: url("https://images.unsplash.com/photo-1549060279-7e168fcee0c2?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
}

.hero-news {
  min-height: 62vh;
  background: url("https://images.unsplash.com/photo-1571019614242-c5c5dee9f50b?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
}

.overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.84) 0%, rgba(8, 8, 8, 0.58) 42%, rgba(8, 8, 8, 0.22) 100%),
    linear-gradient(90deg, rgba(242, 140, 40, 0) 45%, rgba(242, 140, 40, 0.14) 68%, rgba(242, 140, 40, 0.3) 100%);
}

.hero--parallax .overlay {
  z-index: 1;
}

.hero-gallery .overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.84) 0%, rgba(8, 8, 8, 0.60) 42%, rgba(8, 8, 8, 0.24) 100%),
    linear-gradient(90deg, rgba(242, 140, 40, 0) 52%, rgba(242, 140, 40, 0.06) 74%, rgba(242, 140, 40, 0.14) 100%);
}

.hero-gallery .hero-content {
  max-width: 760px;
}

.hero-gallery .hero-text {
  max-width: 700px;
  line-height: 1.6;
}

.hero-topbar {
  position: absolute;
  top: 16px;
  left: 20px;
  right: 20px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.hero-topbar > * {
  pointer-events: auto;
}

.hero-topbar .hero-logo {
  width: 140px;
  max-width: 140px;
  height: auto;
  display: block;
  object-fit: contain;
  pointer-events: auto;
  filter:
    drop-shadow(0 0 6px rgba(242, 140, 40, 0.45))
    drop-shadow(0 0 14px rgba(242, 140, 40, 0.28))
    drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
}

.hero-topbar .hero-nav {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  pointer-events: auto;
}

.hero-nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(17, 17, 17, 0.28);
  border: 1px solid rgba(242, 140, 40, 0.16);
  border-radius: 999px;
  padding: 3px 8px;
  backdrop-filter: blur(4px);
}

.hero-nav a {
  color: var(--brand-orange);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 6px 8px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.hero-nav a:hover {
  color: #ffad5a;
  border-bottom-color: rgba(242, 140, 40, 0.65);
}

.hero-nav a.is-active {
  background-color: rgba(242, 140, 40, 0.1);
  border-bottom-color: var(--brand-orange);
  border-radius: 8px;
}

/* Desktop/Tablet: Nav + Socials liegen im Fluss (flex/grid); Wrapper unsichtbar */
.hero-topbar__menus,
.page-topbar__menus {
  display: contents;
}

.hero-topbar__brand-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.hero-topbar__brand-link:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: 3px;
  border-radius: 4px;
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(242, 140, 40, 0.38);
  background: rgba(24, 24, 24, 0.52);
  color: var(--brand-orange);
  cursor: pointer;
  flex-shrink: 0;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  position: relative;
  z-index: 3;
}

.mobile-nav-toggle:hover {
  color: #ffad5a;
  border-color: rgba(242, 140, 40, 0.62);
  background: rgba(24, 24, 24, 0.68);
}

.mobile-nav-toggle__bar {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}

.mobile-nav-toggle__bar:nth-child(1) {
  top: 17px;
}

.mobile-nav-toggle__bar:nth-child(2) {
  top: 23px;
}

.mobile-nav-toggle__bar:nth-child(3) {
  top: 29px;
}

.mobile-nav-toggle.is-open .mobile-nav-toggle__bar:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

.mobile-nav-toggle.is-open .mobile-nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.is-open .mobile-nav-toggle__bar:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

.hero-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.hero-social-link,
.page-topbar__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(242, 140, 40, 0.38);
  background: rgba(24, 24, 24, 0.52);
  color: rgba(255, 255, 255, 0.98);
  text-decoration: none;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-social-link svg,
.page-topbar__social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero-social-link:hover,
.page-topbar__social-link:hover {
  color: var(--brand-orange);
  border-color: rgba(242, 140, 40, 0.62);
  background: rgba(24, 24, 24, 0.68);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}

.hero-nav a:focus-visible,
.page-topbar__nav a:focus-visible,
.hero-social-link:focus-visible,
.page-topbar__social-link:focus-visible,
.button:focus-visible,
.button-ghost:focus-visible,
button:focus-visible,
.mobile-nav-toggle:focus-visible,
.text-link:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: 3px;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 68px 24px 28px;
  max-width: 620px;
}

.hero-content > * {
  opacity: 0;
  transform: translateY(18px);
  animation: heroFadeUp 0.75s ease forwards;
}

.hero-content .eyebrow {
  animation-delay: 0.08s;
}

.hero-content h1 {
  animation-delay: 0.18s;
}

.hero-content .hero-text {
  animation-delay: 0.32s;
}

.hero-content .hero-actions {
  animation-delay: 0.46s;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow {
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.95;
  color: var(--brand-orange);
}

.hero h1 {
  font-size: 2.15rem;
  line-height: 1.08;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  text-wrap: balance;
}

.hero-text {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 auto 28px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-actions--single {
  justify-content: center;
}

.button {
  display: inline-block;
  padding: 14px 24px;
  background-color: var(--brand-orange);
  color: var(--text-light);
  text-decoration: none;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(242, 140, 40, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  background-color: var(--brand-orange-hover);
  box-shadow: 0 14px 28px rgba(242, 140, 40, 0.34);
}

.button-ghost {
  background-color: transparent;
  border: 2px solid rgba(242, 140, 40, 0.85);
  color: var(--text-light);
  box-shadow: none;
}

.button-ghost:hover {
  background-color: rgba(242, 140, 40, 0.2);
  border-color: var(--brand-orange);
  box-shadow: none;
}

.lead-cluster {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px 30px;
  position: relative;
  z-index: 3;
}

.lead-cluster::after {
  content: "";
  display: block;
  margin-top: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(242, 140, 40, 0.35) 20%,
    var(--brand-orange) 50%,
    rgba(242, 140, 40, 0.35) 80%,
    transparent
  );
}

.stats-band {
  max-width: 900px;
  margin: -24px auto 52px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  position: relative;
}

.stat-item {
  text-align: center;
  cursor: default;
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 55%, #151515 100%);
  color: var(--text-light);
  border: 1px solid rgba(242, 140, 40, 0.38);
  border-radius: 14px;
  padding: 14px 14px 12px;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stat-value {
  display: block;
  color: var(--brand-orange);
  font-weight: 800;
  letter-spacing: 0.3px;
  margin: 0 0 6px;
}

.stat-label {
  display: block;
  color: #d2d2d2;
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.4;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 32px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.info-card {
  background: linear-gradient(180deg, rgba(50, 55, 61, 0.98) 0%, rgba(40, 44, 49, 0.98) 100%);
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-warm-soft);
  border-top: 4px solid var(--brand-orange);
}

.info-card h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.7rem;
  color: var(--text-light);
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--brand-orange);
  text-decoration: none;
  font-weight: bold;
}

.text-link:hover {
  color: var(--brand-orange-hover);
}

.quote-section {
  position: relative;
  background: linear-gradient(180deg, rgba(24, 27, 31, 0.98) 0%, rgba(18, 20, 23, 0.98) 100%);
  color: white;
  padding: 30px 24px 34px;
  text-align: center;
  margin: 0;
  border-top: 1px solid rgba(242, 140, 40, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(242, 140, 40, 0.08), transparent 72%);
  pointer-events: none;
}

.quote {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 980px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.96);
}

/* Rechtstexte: schlanke Kopfzeile (Logo | Nav | Socials), ohne Hero */
.page-topbar {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 150px auto 1fr;
  align-items: center;
  gap: 12px 16px;
  padding: 18px 28px 14px;
  background: linear-gradient(180deg, rgba(22, 24, 27, 0.96) 0%, rgba(18, 20, 23, 0.96) 100%);
  border-bottom: 1px solid rgba(242, 140, 40, 0.16);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-topbar__brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
  line-height: 0;
}

.page-topbar__logo {
  width: 120px;
  max-width: 120px;
  height: auto;
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 0 6px rgba(242, 140, 40, 0.45))
    drop-shadow(0 0 14px rgba(242, 140, 40, 0.28))
    drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
}

.page-topbar__nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(17, 17, 17, 0.28);
  border: 1px solid rgba(242, 140, 40, 0.16);
  border-radius: 999px;
  padding: 3px 8px;
  backdrop-filter: blur(4px);
}

.page-topbar__nav a {
  color: var(--brand-orange);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 6px 8px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.page-topbar__nav a:hover {
  color: #ffad5a;
  border-bottom-color: rgba(242, 140, 40, 0.65);
}

.page-topbar__nav a.is-active {
  background-color: rgba(242, 140, 40, 0.1);
  border-bottom-color: var(--brand-orange);
  border-radius: 8px;
}

.page-topbar__socials {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-section {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 64px 32px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.quote-section + .content-section {
  margin-top: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.content-section::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 24px;
  width: 68px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand-orange), rgba(242, 140, 40, 0.15));
}

.content-section:nth-of-type(odd) {
  background: linear-gradient(180deg, rgba(43, 47, 53, 0.96) 0%, rgba(37, 41, 46, 0.96) 100%);
  border: 1px solid var(--border-warm-soft);
  border-radius: 14px;
}

.content-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(49, 54, 60, 0.94) 0%, rgba(41, 45, 50, 0.94) 100%);
  border: 1px solid var(--border-warm-soft);
  border-radius: 14px;
}

.content-section.contact-section,
.content-section.gallery-placeholder {
  background: linear-gradient(180deg, rgba(50, 55, 61, 0.98) 0%, rgba(38, 42, 47, 0.98) 100%);
  border: 1px solid var(--border-warm-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.contact-info-card,
.contact-form-card {
  background: linear-gradient(180deg, rgba(50, 55, 61, 0.98) 0%, rgba(40, 44, 49, 0.98) 100%);
  border: 1px solid rgba(242, 140, 40, 0.18);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.contact-intro {
  margin: 0 0 22px;
  line-height: 1.7;
  color: var(--text-light);
}

.contact-details {
  margin-bottom: 30px;
}

.contact-details p {
  margin: 0 0 12px;
}

.contact-details a {
  color: var(--text-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 140, 40, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-details a:hover,
.contact-details a:focus-visible {
  color: var(--brand-orange);
  border-bottom-color: rgba(242, 140, 40, 0.62);
}

.contact-brand {
  font-weight: 700;
  color: var(--text-light);
}

.contact-points {
  display: grid;
  gap: 14px;
}

.contact-point {
  border-left: 3px solid var(--brand-orange);
  padding-left: 14px;
}

.contact-point h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--text-light);
}

.contact-point p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-form-card .contact-form {
  margin-top: 0;
}

.contact-form-card .button {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.content-section h2 {
  margin-top: 0;
  font-size: 1.8rem;
  color: var(--text-light);
  display: inline-block;
  border-bottom: 3px solid var(--brand-orange);
  padding-bottom: 6px;
}

.benefits {
  padding-left: 20px;
}

.benefits li {
  margin-bottom: 12px;
}

.training-points {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.training-card {
  background: linear-gradient(180deg, rgba(50, 55, 61, 0.98) 0%, rgba(40, 44, 49, 0.98) 100%);
  border: 1px solid rgba(242, 140, 40, 0.18);
  border-left: 4px solid var(--brand-orange);
  border-radius: 10px;
  padding: 16px;
  box-shadow: var(--shadow-card);
}

.hasc-section {
  padding-top: 52px;
  padding-bottom: 44px;
}

.hasc-list {
  margin: 18px 0 26px;
  padding-left: 28px;
}

.hasc-list li {
  margin-bottom: 12px;
  color: var(--text-light);
  line-height: 1.6;
}

.hasc-section__top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.hasc-section__content {
  min-width: 0;
}

.hasc-section__visual {
  min-height: 320px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(242, 140, 40, 0.22);
  box-shadow: var(--shadow-card);
}

.hasc-section__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .hasc-section__top {
    grid-template-columns: 1fr;
  }

  .hasc-section__visual {
    min-height: 240px;
  }
}

.intro-section {
  padding-top: 60px;
  padding-bottom: 56px;
}

.intro-section h2 {
  margin-bottom: 22px;
  max-width: 720px;
}

.intro-section p {
  max-width: 860px;
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--text-light);
}

.intro-section p + p {
  margin-top: 18px;
}

.training-cta-kicker {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--brand-orange);
  opacity: 0.92;
}

.training-card p {
  margin: 0;
  color: var(--text-muted);
}

.content-section#training + .start-section {
  margin-top: 26px;
}

.start-section + .gallery-placeholder {
  margin-top: 26px;
}

.gallery-preview .gallery-preview-intro {
  max-width: 980px;
  margin: 0 0 26px;
  line-height: 1.7;
}

.gallery-preview .gallery-preview-cta {
  margin-top: 24px;
  text-align: center;
}

.gallery-preview .gallery-preview-hint,
.gallery-preview .gallery-preview-note {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-light);
  opacity: 0.9;
}

.gallery-preview .button {
  min-width: 206px;
}

.gallery-preview .gallery-card {
  cursor: default;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.gallery-preview .gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

.start-intro {
  margin: 10px 0 28px;
  max-width: 720px;
  line-height: 1.65;
  color: var(--text-dark);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.cta-card {
  background: linear-gradient(180deg, rgba(50, 55, 61, 0.98) 0%, rgba(40, 44, 49, 0.98) 100%);
  border: 1px solid rgba(242, 140, 40, 0.18);
  border-left: 4px solid var(--brand-orange);
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: var(--shadow-card);
  transition: none;
}

.cta-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: var(--text-light);
}

.cta-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.start-cta-wrap {
  text-align: center;
  padding-top: 4px;
}

.start-cta-hint {
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.start-cta-wrap .button {
  min-width: min(100%, 280px);
}

.start-section__top {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.start-section__intro {
  min-width: 0;
}

.start-section__visual {
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(242, 140, 40, 0.22);
  box-shadow: var(--shadow-card);
}

.start-section__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .start-section__top {
    grid-template-columns: 1fr;
  }

  .start-section__visual {
    min-height: 220px;
  }
}

.training-page-intro p {
  max-width: 760px;
  margin: 8px 0 0;
}

.training-modules {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Trainingsseite: bildbasierte Angebotsmodule + Detail-Modal */
.training-offer-card {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  min-height: 290px;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  font: inherit;
  color: inherit;
  background: #151515;
  border: 1px solid rgba(242, 140, 40, 0.3);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: none;
}

.training-offer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 140, 40, 0.6);
  box-shadow: 0 18px 36px rgba(18, 14, 12, 0.18);
}

.training-offer-card:focus {
  outline: none;
}

.training-offer-card:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.training-offer-card__media {
  position: absolute;
  inset: 0;
  background-color: #111;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.training-offer-card:hover .training-offer-card__media {
  transform: scale(1.06);
}

.training-offer-card__media--workout {
  background-image: url("data/strength.png");
}

.training-offer-card__media--functional {
  background-image: url("https://images.unsplash.com/photo-1599058918144-1ffabb6ab9a0?auto=format&fit=crop&w=900&q=80");
}

.training-offer-card__media--fitness {
  background-image: url("https://images.unsplash.com/photo-1517963879433-6ad2b056d712?auto=format&fit=crop&w=900&q=80");
}

.training-offer-card__media--cycling {
  background-image: url("data/cycling.jpg");
}

.training-offer-card__media--coaching-personal {
  background-image: url("data/coach.jpg");
  background-position: center 28%;
}

.training-offer-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 22px 20px;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.08) 0%,
    rgba(17, 17, 17, 0.38) 40%,
    rgba(10, 10, 10, 0.9) 100%
  );
  color: var(--text-light);
}

.training-offer-card__title {
  display: block;
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--brand-orange);
}

.training-offer-card__teaser {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.training-modules > .training-offer-card {
  height: 100%;
  align-self: stretch;
}

.training-offer-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.training-offer-modal.is-open {
  display: flex;
}

.training-offer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.training-offer-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: min(94vh, 940px);
  display: grid;
  grid-template-rows: minmax(330px, 50vh) minmax(0, 1fr);
  overflow: hidden;
  background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
  border-top: 1px solid rgba(242, 140, 40, 0.35);
  border-bottom: 1px solid rgba(242, 140, 40, 0.35);
  border-radius: 14px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55);
  outline: none;
}

.training-offer-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--brand-orange);
  color: var(--text-light);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.training-offer-modal__close:hover {
  background: var(--brand-orange-hover);
}

.training-offer-modal__close:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: 3px;
}

.training-offer-modal__visual {
  margin: 0;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  border-bottom: 3px solid var(--brand-orange);
}

.training-offer-modal__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 13px 13px 0 0;
}

.training-offer-modal__body {
  min-height: 0;
  overflow-y: auto;
  padding: 14px 16px 16px;
  color: #ececec;
}

.training-offer-modal__body h2 {
  margin: 0 0 14px;
  font-size: 1.55rem;
  color: var(--brand-orange);
  letter-spacing: 0.2px;
  border-bottom: none;
  display: block;
}

.training-offer-modal__lead {
  margin: 0 0 14px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.training-offer-modal__meta {
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(242, 140, 40, 0.22);
  display: grid;
  gap: 14px;
}

@media (max-width: 767px) {
  .training-offer-modal {
    padding: 6px;
  }

  .training-offer-modal__dialog {
    max-height: 94vh;
    grid-template-rows: minmax(220px, 41vh) minmax(0, 1fr);
    border-radius: 12px;
  }

  .training-offer-modal__visual {
    border-radius: 11px 11px 0 0;
  }

  .training-offer-modal__visual img {
    border-radius: 11px 11px 0 0;
  }

  .training-offer-modal__body {
    padding: 12px 12px 14px;
  }
}

.training-offer-modal__meta-row {
  display: grid;
  gap: 6px;
}

.training-offer-modal__meta dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.training-offer-modal__meta dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #dadada;
}

.program-card {
  background: linear-gradient(180deg, rgba(31, 34, 38, 0.98) 0%, rgba(24, 26, 29, 0.98) 100%);
  border: 1px solid var(--border-warm);
  border-left: 4px solid var(--brand-orange);
  border-radius: 12px;
  padding: 14px 14px 14px 16px;
}

.program-card h3 {
  margin: 0 0 8px;
  color: var(--text-light);
  letter-spacing: 0.2px;
}

.program-card p {
  margin: 0;
}

.training-quote-block {
  text-align: center;
}

.training-quote-block .button {
  margin-top: 10px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.gallery-card {
  position: relative;
  min-height: 250px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(242, 140, 40, 0.42);
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 30px rgba(18, 14, 12, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

article.gallery-card {
  cursor: default;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(18, 14, 12, 0.16);
}

.gallery-card:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  .gallery-card-overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.08) 0%,
      rgba(10, 10, 10, 0.36) 42%,
      rgba(10, 10, 10, 0.78) 100%
    );
  }
  color: var(--text-light);
}

.card-strength .gallery-card-overlay {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.04) 0%,
    rgba(10, 10, 10, 0.10) 42%,
    rgba(10, 10, 10, 0.15) 100%
  );
}

.card-strength {
  filter: brightness(1.25) contrast(1.05);
}

.card-coaching .gallery-card-overlay {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.12) 0%,
    rgba(10, 10, 10, 0.42) 42%,
    rgba(10, 10, 10, 0.82) 100%
  );
}

.card-atmosphere .gallery-card-overlay {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.08) 0%,
    rgba(10, 10, 10, 0.34) 42%,
    rgba(10, 10, 10, 0.76) 100%
  );
}

.gallery-card-overlay h3 {
  margin: 0 0 10px 0;
  color: var(--brand-orange);
}

.gallery-card-overlay p {
  margin: 0;
  line-height: 1.5;
  min-height: 4.5em;
}

.gallery-card p {
  margin: 0;
  color: #f2f2f2;
}

.gallery-page-intro p {
  max-width: 56rem;
  color: var(--text-muted);
}

.gallery-page-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.galerie-tile {
  min-height: 280px;
  border-radius: 16px;
  border: 1px solid rgba(242, 140, 40, 0.22);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 24px rgba(18, 14, 12, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.galerie-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 140, 40, 0.34);
  box-shadow: 0 14px 28px rgba(18, 14, 12, 0.12);
}

.galerie-tile:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.gallery-page-grid .gallery-card-overlay {
  display: none;
}

@media (min-width: 1100px) {
  .gallery-page-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .galerie-tile {
    min-height: 260px;
  }
}

.card-strength {
  background-image: url("data/strength.png");
}

.card-functional {
  background-image: url("https://images.unsplash.com/photo-1599058918144-1ffabb6ab9a0?auto=format&fit=crop&w=900&q=80");
}

.card-recovery {
  background-image: url("https://images.unsplash.com/photo-1518611012118-696072aa579a?auto=format&fit=crop&w=900&q=80");
}

.card-cardio {
  background-image: url("https://images.unsplash.com/photo-1517963879433-6ad2b056d712?auto=format&fit=crop&w=900&q=80");
}

.card-coaching {
  background-image: url("data/cardio.png");
}

.card-community {
  background-image: url("data/coach.jpg");
}

.card-atmosphere {
  background-image: url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=900&q=80");
}

.card-cycling {
  background-image: url("data/cycling.jpg");
}

.card-health {
  background-image: url("https://images.unsplash.com/photo-1593079831268-3381a0a4915c?auto=format&fit=crop&w=900&q=80");
}

.gallery-page button.gallery-card {
  display: block;
  width: 100%;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  min-height: 220px;
}

.gallery-page .gallery-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 14, 12, 0.13);
}

@media (min-width: 640px) and (max-width: 767px) {
  .gallery-page .gallery-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.lightbox.is-open {
  display: block;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}

.lightbox-content {
  max-height: 94vh;
  overflow: hidden;
}

.lightbox-image {
  height: 43vh;
  max-height: 440px;
  object-fit: cover;
}

.lightbox-content img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 12px;
  border: 2px solid rgba(242, 140, 40, 0.8);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.45);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(242, 140, 40, 0.92);
  color: var(--text-light);
  font-size: 1.55rem;
  cursor: pointer;
  z-index: 2;
}

.lightbox-prev {
  left: -18px;
}

.lightbox-next {
  right: -18px;
}

.lightbox-nav:hover {
  background: var(--brand-orange-hover);
}

.lightbox-close {
  position: absolute;
  top: -18px;
  right: -10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--brand-orange);
  color: var(--text-light);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
}

.lightbox-close:hover {
  background: var(--brand-orange-hover);
}

#galerie-lightbox .lightbox-image-wrap {
  position: relative;
}

#galerie-lightbox .lightbox-image-wrap .lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

#galerie-lightbox .lightbox-image-wrap .lightbox-close {
  top: 10px;
  right: 10px;
  z-index: 3;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.galerie-lightbox-content {
  text-align: center;
}

.galerie-lightbox-content .lightbox-image-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 78vh;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
}

.lightbox-caption {
  margin: 14px 0 0;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

#galerie-lightbox {
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
}

#galerie-lightbox.is-open {
  display: flex;
}

#galerie-lightbox .galerie-lightbox-content {
  position: relative;
  width: min(100%, 1100px);
  margin: auto;
}

.contact-section {
  border-radius: 12px;
  margin-bottom: 52px;
  box-shadow: var(--shadow-soft);
  border-top: 4px solid var(--brand-orange);
}

/* Datenschutz / Rechtstext: Abstände und Lesbarkeit, Farben wie übrige Texte */
.legal-notice p {
  margin: 0 0 1rem;
  line-height: 1.7;
  color: var(--text-light);
  max-width: 72ch;
}

.content-section.legal-notice h2:not(:first-of-type) {
  margin-top: 2.25rem;
}

.legal-list {
  margin: 0.35rem 0 1.1rem 1.15rem;
  padding: 0;
  line-height: 1.65;
  color: var(--text-light);
  max-width: 72ch;
  list-style: disc;
}

.legal-list li {
  margin-bottom: 0.45rem;
}

.contact-intro {
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-trust {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  background-color: rgba(58, 63, 70, 0.92);
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form textarea {
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(244, 244, 242, 0.45);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(242, 140, 40, 0.72);
  background-color: rgba(66, 71, 78, 0.96);
  box-shadow: 0 0 0 2px rgba(242, 140, 40, 0.14);
  outline: none;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  background-color: var(--brand-black);
  color: var(--text-light);
  border-top: 4px solid var(--brand-orange);
  margin-top: 20px;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.footer-brand {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.footer-copy {
  margin: 0;
  color: #d6d6d6;
}

.footer-links {
  margin-top: 6px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: var(--brand-orange);
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  color: #ffad5a;
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 2.9rem;
  }

  .content-section {
    margin-bottom: 26px;
  }

  .stats-band {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .training-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .cta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .training-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-offer-card--fullwidth {
    grid-column: 1 / -1;
  }

  .training-offer-card {
    min-height: 280px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-page .gallery-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer-links {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .gallery-page .gallery-page-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mitgliedschaftsseite — body.membership-page (Scope wie .training-page) */
.hero-membership {
  min-height: 62vh;
  background: url("https://images.unsplash.com/photo-1549060279-7e168fcee0c2?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
}

/* Visueller Break direkt nach dem Hero */
.membership-visual-break {
  padding: 0;
  overflow: hidden;
  border: none;
  background: transparent;
  box-shadow: none;
}

.membership-visual-break::before {
  display: none;
}

.membership-visual-break__image {
  position: relative;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.72) 0%, rgba(8, 8, 8, 0.48) 46%, rgba(8, 8, 8, 0.28) 100%),
    url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
  box-shadow: 0 18px 36px rgba(18, 14, 12, 0.14);
}

.membership-visual-break__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 28px 24px;
  color: var(--text-light);
}

.membership-visual-break__kicker {
  margin: 0 0 10px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--brand-orange);
  opacity: 0.95;
}

.membership-visual-break h2 {
  margin: 0 0 12px;
  max-width: 640px;
  font-size: 1.95rem;
  line-height: 1.15;
  color: var(--text-light);
  border-bottom: none;
  display: block;
  padding-bottom: 0;
}

.membership-visual-break p:last-child {
  margin: 0;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

/* Statement-Block unter dem Bild */
.membership-statement {
  max-width: 820px;
  margin: 28px auto 12px;
  padding: 12px 6px 8px;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.membership-statement::before {
  display: none;
}

.membership-statement h2 {
  margin: 0 0 16px;
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}

.membership-statement p {
  max-width: 720px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Ruhiger Leistungsbereich als Liste statt Karten */
.membership-benefits-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 10px;
}

.membership-benefit-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.membership-benefit-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.membership-benefit-row__icon {
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--brand-orange);
  box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.12);
}

.membership-benefit-row__content h3 {
  margin: 0 0 8px;
  color: var(--brand-orange);
  font-size: 1.08rem;
  line-height: 1.3;
}

.membership-benefit-row__content p {
  margin: 0;
  line-height: 1.65;
  color: var(--text-light);
  max-width: 34rem;
}

/* Preis-/Tarifbereich */
.membership-offer-section {
  padding-top: 52px;
  padding-bottom: 48px;
}

.membership-offer__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.membership-offer__intro {
  min-width: 0;
}

.membership-offer__intro h2 {
  margin-bottom: 14px;
}

.membership-offer__text {
  margin: 0;
  max-width: 640px;
  line-height: 1.7;
  color: var(--text-light);
}

.membership-offer__visual {
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(242, 140, 40, 0.22);
  box-shadow: var(--shadow-card);
}

.membership-offer__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.membership-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.membership-price-card {
  position: relative;
  background: linear-gradient(180deg, rgba(31, 34, 38, 0.98) 0%, rgba(24, 26, 29, 0.98) 100%);
  border: 1px solid rgba(242, 140, 40, 0.22);
  border-radius: 14px;
  padding: 22px 20px 20px;
  box-shadow: var(--shadow-card);
}

.membership-price-card--featured {
  border-color: rgba(242, 140, 40, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
  background: linear-gradient(180deg, rgba(36, 39, 44, 0.99) 0%, rgba(24, 26, 29, 0.99) 100%);
}

.membership-price-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(242, 140, 40, 0.14);
  border: 1px solid rgba(242, 140, 40, 0.38);
  color: var(--brand-orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-price-card__duration {
  margin: 0 0 8px;
  color: var(--text-light);
  font-size: 1rem;
  font-weight: 700;
}

.membership-price-card__price {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text-light);
}

.membership-price-card__meta {
  margin: 8px 0 14px;
  color: var(--brand-orange);
  font-size: 0.9rem;
  font-weight: 600;
}

.membership-price-card__text {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.membership-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.membership-extra-card {
  background: linear-gradient(180deg, rgba(50, 55, 61, 0.98) 0%, rgba(40, 44, 49, 0.98) 100%);
  border: 1px solid rgba(242, 140, 40, 0.18);
  border-left: 4px solid var(--brand-orange);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: var(--shadow-card);
}

.membership-extra-card__eyebrow {
  margin: 0 0 8px;
  color: var(--brand-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-extra-card h3 {
  margin: 0 0 10px;
  color: var(--text-light);
  font-size: 1.2rem;
}

.membership-extra-card__price {
  margin: 0 0 14px;
  color: var(--text-light);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
}

.membership-extra-card__text,
.membership-extra-card__note {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.membership-extra-card__note {
  margin-top: 10px;
  font-size: 0.95rem;
}

.membership-extra-card__list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.55;
}

.membership-extra-card__list li + li {
  margin-top: 4px;
}

@media (max-width: 900px) {
  .membership-offer__top {
    grid-template-columns: 1fr;
  }

  .membership-offer__visual {
    min-height: 220px;
  }

  .membership-pricing-grid,
  .membership-extra-grid {
    grid-template-columns: 1fr;
  }
}

.content-section > .training-modules {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .membership-visual-break__image,
  .membership-visual-break__overlay {
    min-height: 420px;
  }

  .membership-visual-break__overlay {
    padding: 34px 32px;
  }

  .membership-visual-break h2 {
    font-size: 2.2rem;
  }
}

@media (min-width: 900px) {
  .membership-benefits-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
  }

  .membership-benefit-row:nth-child(-n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (min-width: 768px) {
  .hero-nav__mobile-only,
  .page-topbar__nav .page-topbar__mobile-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.mobile-nav-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .hero-topbar {
    top: max(12px, env(safe-area-inset-top));
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .hero-topbar__brand-link {
    flex: 1 1 auto;
    min-width: 0;
    z-index: 901;
    position: relative;
  }

  .hero-topbar .hero-logo {
    width: 96px;
    max-width: min(96px, 44vw);
    max-height: 42px;
    height: auto;
    object-fit: contain;
    filter:
      drop-shadow(0 0 6px rgba(242, 140, 40, 0.45))
      drop-shadow(0 0 14px rgba(242, 140, 40, 0.28))
      drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
  }

  .hero-topbar .mobile-nav-toggle {
    z-index: 901;
    position: relative;
    width: 46px;
    height: 46px;
  }

  .hero-topbar .hero-nav {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin: 0;
  }

  .hero-topbar__menus:not(.is-open) {
    display: none !important;
  }

  .hero-topbar__menus.is-open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    position: fixed;
    inset: 0;
    z-index: 900;
    box-sizing: border-box;
    padding:
      calc(52px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom)) 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(10, 10, 12, 0.92);
    backdrop-filter: blur(14px);
  }

  .hero-topbar__menus.is-open .hero-nav {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 14px 16px;
    border-radius: 18px;
    gap: 2px;
  }

  .hero-topbar__menus.is-open .hero-nav a {
    display: block;
    text-align: center;
    font-size: 1.02rem;
    padding: 12px 14px;
    border-radius: 10px;
    border-bottom: 2px solid transparent;
    white-space: normal;
    line-height: 1.35;
  }

  .hero-topbar__menus.is-open .hero-nav a:hover {
    background-color: rgba(242, 140, 40, 0.1);
  }

  .hero-topbar__menus.is-open .hero-socials {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 auto;
    padding: 18px 0 8px;
    border-top: 1px solid rgba(242, 140, 40, 0.18);
    width: 100%;
    max-width: 420px;
  }

  .hero-social-link,
  .page-topbar__social-link {
    width: 48px;
    height: 48px;
  }

  .hero-social-link svg,
  .page-topbar__social-link svg {
    width: 20px;
    height: 20px;
  }

  .hero-content {
    padding-top: 72px;
  }

  .page-topbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px max(16px, env(safe-area-inset-right)) calc(14px + env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
    padding-top: calc(12px + env(safe-area-inset-top));
  }

  .page-topbar__brand {
    flex: 1 1 auto;
    min-width: 0;
    grid-column: unset;
    grid-row: unset;
    z-index: 901;
    position: relative;
  }

  .page-topbar > .mobile-nav-toggle {
    z-index: 901;
    position: relative;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
  }

  .page-topbar__menus:not(.is-open) {
    display: none !important;
  }

  .page-topbar__menus.is-open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    position: fixed;
    inset: 0;
    z-index: 900;
    box-sizing: border-box;
    padding:
      calc(56px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom)) 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(10, 10, 12, 0.94);
    backdrop-filter: blur(14px);
  }

  .page-topbar__menus.is-open .page-topbar__nav {
    grid-column: unset;
    grid-row: unset;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 14px 16px;
    border-radius: 18px;
    gap: 2px;
  }

  .page-topbar__menus.is-open .page-topbar__nav a {
    display: block;
    text-align: center;
    font-size: 1.02rem;
    padding: 12px 14px;
    border-radius: 10px;
    border-bottom: 2px solid transparent;
    white-space: normal;
    line-height: 1.35;
  }

  .page-topbar__menus.is-open .page-topbar__nav a:hover {
    background-color: rgba(242, 140, 40, 0.1);
  }

  .page-topbar__menus.is-open .page-topbar__socials {
    grid-column: unset;
    grid-row: unset;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 auto;
    padding: 18px 0 8px;
    border-top: 1px solid rgba(242, 140, 40, 0.18);
    width: 100%;
    max-width: 420px;
  }

  .page-topbar__logo {
    width: 82px;
    max-width: min(82px, 40vw);
    height: auto;
    max-height: none;
  }

  .button,
  .button-ghost {
    width: 100%;
    text-align: center;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

  .lead-cluster {
    padding-bottom: 28px;
  }

  .quote-section {
    padding: 40px 20px 44px;
  }

  .quote {
    font-size: 1.15rem;
  }
}

/* ——— News-Seite (.news-page) ——— */

.news-text-section__lead,
.news-media-section__lead {
  margin-top: 0;
  margin-bottom: 22px;
  max-width: 720px;
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.news-item {
  margin: 0;
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--brand-surface) 0%, var(--brand-charcoal-soft) 100%);
  border: 1px solid var(--border-warm-soft);
  box-shadow: var(--shadow-card);
}

.news-item__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.news-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
}

.news-item__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(242, 140, 40, 0.12);
  border: 1px solid rgba(242, 140, 40, 0.24);
  color: var(--brand-orange);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-item__title {
  margin: 0;
  font-size: 1.16rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.35;
}

.news-date {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-orange);
  white-space: nowrap;
}

.news-item p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.news-item--important {
  position: relative;
  padding-left: 26px;
  border-color: rgba(242, 140, 40, 0.35);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(242, 140, 40, 0.12);
  background:
    linear-gradient(135deg, rgba(242, 140, 40, 0.09) 0%, transparent 42%),
    linear-gradient(145deg, var(--brand-surface) 0%, var(--brand-charcoal-soft) 100%);
}

.news-item--important::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 999px;
  background: var(--brand-orange);
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.news-card {
  margin: 0;
  border-radius: calc(var(--radius-lg) + 2px);
  overflow: hidden;
  background: var(--brand-surface);
  border: 1px solid var(--border-warm-soft);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.news-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--brand-charcoal);
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.news-card__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.35;
}

.news-card__body .news-date {
  margin-top: -2px;
}

.news-card__body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.news-cta {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.news-cta .button {
  width: auto;
  max-width: 100%;
  align-self: center;
}

.news-cta__text {
  margin: 0 0 18px;
  max-width: 100%;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text-muted);
}

body.news-page #hinweise {
  margin-top: 34px;
  padding-top: 52px;
}

body.news-page #hinweise::before {
  top: 22px;
  width: 84px;
}

@media (min-width: 640px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .news-grid {
    gap: 22px;
  }
}


