/*
Theme Name: Xpress-WebDesign
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: One-Page WordPress Theme für Valentin Kolesnichenko – Personal Trainer Bad Homburg
Version: 1.0
Text Domain: lizz
*/

/* =========================
   RESET / BASE
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(216, 183, 106, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201, 199, 192, 0.07), transparent 30%),
    linear-gradient(180deg, #07070a 0%, #0d0d12 50%, #09090d 100%);
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}

.site-main {
  position: relative;
  z-index: 2;
}

.container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.section-spacing {
  padding: 110px 0;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #D8B76A;
  text-shadow: 0 0 18px rgba(216, 183, 106, 0.22);
}

.section-title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.section-text {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
}

/* =========================
   BACKGROUND FX
========================= */
.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-bg__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.75;
}

.site-bg__orb--one {
  top: 80px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: rgba(216, 183, 106, 0.14);
}

.site-bg__orb--two {
  right: -80px;
  bottom: 80px;
  width: 420px;
  height: 420px;
  background: rgba(201, 199, 192, 0.10);
}

.site-bg__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,1), rgba(0,0,0,0.2));
  opacity: 0.28;
}

/* =========================
   HEADER
========================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(16px);
  background: rgba(8, 8, 12, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo {
  width: auto;
  max-height: 58px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1;
}

.site-nav__link {
  position: relative;
  font-size: 0.96rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #D8B76A, #C9A85C);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
  color: #ffffff;
}

.site-nav__link:hover::after,
.site-nav__link.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 12px 24px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.header-icon:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 183, 106, 0.5);
  box-shadow:
    0 18px 34px rgba(216, 183, 106, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.header-icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #ffffff;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(9, 9, 14, 0.92);
}

.mobile-nav__inner {
  display: grid;
  gap: 4px;
  padding: 14px 0 18px;
}

.mobile-nav__link {
  padding: 14px 0;
  font-weight: 700;
  color: rgba(255,255,255,0.84);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mobile-nav__link:last-child {
  border-bottom: 0;
}

/* =========================
   BUTTONS / CARDS
========================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 0.98rem;
  font-weight: 800;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(216, 183, 106, 0.96), rgba(201, 168, 92, 0.96));
  box-shadow: 0 20px 38px rgba(216, 183, 106, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 24px 44px rgba(216, 183, 106, 0.28);
}

.btn-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
}

.btn-secondary:hover {
  border-color: rgba(216, 183, 106, 0.42);
  box-shadow: 0 18px 32px rgba(216, 183, 106, 0.16);
}

/* =========================
   HERO
========================= */
.hero-section {
  padding-top: 72px;
}

.hero-box {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 22px 60px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 42px;
  min-height: 700px;
}

.hero-content {
  max-width: 720px;
}

.hero-title {
  margin: 14px 0 22px;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.hero-title span {
  display: inline-block;
  background: linear-gradient(135deg, #D8B76A 0%, #C9A85C 48%, #F4E6B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 24px rgba(216, 183, 106, 0.16);
}

.hero-text {
  max-width: 650px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.info-badge {
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 12px 28px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
}

.info-badge strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
}

.info-badge span {
  display: block;
  margin-top: 6px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.72);
}

.hero-media {
  position: relative;
}

.hero-image-card {
  position: relative;
  min-height: 620px;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 22px 52px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
}

.hero-image {
  width: 100%;
  min-height: 575px;
  object-fit: cover;
  border-radius: 24px;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.75;
  pointer-events: none;
}

.hero-glow-one {
  top: 16px;
  right: 0;
  width: 180px;
  height: 180px;
  background: rgba(216, 183, 106, 0.28);
}

.hero-glow-two {
  bottom: 8px;
  left: 0;
  width: 210px;
  height: 210px;
  background: rgba(201, 199, 192, 0.16);
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 240px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(10,10,14,0.72);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.2);
}

.floating-card strong {
  font-size: 0.92rem;
  font-weight: 800;
}

.floating-card span {
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.72);
}

.floating-card-top {
  top: 30px;
  left: 20px;
}

.floating-card-bottom {
  right: 20px;
  bottom: 30px;
}

/* =========================
   ABOUT
========================= */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
  gap: 34px;
  align-items: start;
}

.about-content p {
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.feature-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.05);
  font-weight: 700;
  color: #ffffff;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 183, 106, 0.42);
  box-shadow:
    0 18px 34px rgba(216, 183, 106, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

/* neuer About Slider */
.about-grid--slider {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
  gap: 34px;
  align-items: start;
}

.about-slider-wrap {
  position: relative;
  width: 100%;
}

.about-slider-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 20px 46px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.about-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease, transform 0.55s ease;
  transform: scale(1.02);
}

.about-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.about-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* dots */
.about-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.about-slider-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.about-slider-dot.is-active {
  background: linear-gradient(135deg, #D8B76A, #C9A85C);
  transform: scale(1.15);
  box-shadow: 0 0 0 6px rgba(255, 77, 186, 0.12);
}

/* Heading in About schöner */
.about-section .section-heading {
  max-width: 940px;
  margin: 0 auto 42px;
  text-align: center;
}

.about-section .section-eyebrow {
  display: inline-block;
  white-space: normal;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1180px) {
  .about-grid,
  .about-grid--slider {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-slider-wrap {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .about-slider-wrap {
    max-width: 100%;
  }

  .about-slider-frame {
    border-radius: 24px;
  }

  .about-slider-dots {
    margin-top: 14px;
  }
}

/* =========================
   SERVICES
========================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 183, 106, 0.4);
  box-shadow:
    0 24px 46px rgba(216, 183, 106, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.service-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-card__content {
  padding: 24px 24px 26px;
}

.service-card__content h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
}

.service-card__content p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.8;
}

.services-note {
  margin-top: 34px;
  padding: 24px 26px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.services-note p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
}

/* =========================
   GALLERY
========================= */
.gallery-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.slider-track-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.slider-track {
  position: relative;
}

.slide {
  display: none;
}

.slide.is-active {
  display: block;
}

.slide img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.slider-arrow {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.slider-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 183, 106, 0.42);
  box-shadow: 0 18px 32px rgba(216, 183, 106, 0.14);
}

.slider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.slider-dot.is-active {
  background: linear-gradient(135deg, #D8B76A, #C9A85C);
  transform: scale(1.15);
  box-shadow: 0 0 0 6px rgba(255, 77, 186, 0.12);
}

.video-box {
  margin-top: 34px;
}

.video-placeholder {
  min-height: 420px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(216, 183, 106, 0.12), rgba(201, 199, 192, 0.08));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.video-placeholder span {
  max-width: 720px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
}

/* =========================
   TRAINING
========================= */
.training-box {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 20px 48px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.training-list {
  margin-top: 24px;
  display: grid;
  gap: 12px;
  list-style: none;
}

.training-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.training-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D8B76A, #C9A85C);
  box-shadow: 0 0 0 6px rgba(255, 77, 186, 0.12);
}

.training-cta {
  display: flex;
  align-items: center;
}

.training-cta__box {
  width: 100%;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(216, 183, 106, 0.12), rgba(201, 168, 92, 0.10));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.training-cta__box h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 800;
}

.training-cta__box p {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.76);
  line-height: 1.8;
}

/* =========================
   CONTACT
========================= */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-card {
  min-height: 170px;
  padding: 26px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.2),
    inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 183, 106, 0.42);
  box-shadow:
    0 22px 42px rgba(216, 183, 106, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.contact-card strong {
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
}

.contact-card span {
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
}

/* =========================
   FOOTER
========================= */
.site-footer {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding: 36px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(7,7,10,0.65);
  backdrop-filter: blur(14px);
}

.footer-inner {
  display: grid;
  gap: 24px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.footer-brand strong {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 800;
}

.footer-brand p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-contact a {
  color: rgba(255,255,255,0.78);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.64);
  font-size: 0.95rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* =========================
   REVEAL ANIMATION
========================= */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   SCROLL OFFSET
========================= */
#hero,
#about,
#services,
#gallery,
#training,
#contact {
  scroll-margin-top: 110px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1180px) {
  .site-nav {
    gap: 18px;
  }

  .hero-grid,
  .about-grid,
  .training-box,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-content {
    max-width: 100%;
  }

  .services-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .header-inner {
    min-height: 84px;
  }

  .site-logo {
    max-height: 52px;
  }

  .hero-image-card,
  .hero-image {
    min-height: 500px;
  }

  .about-gallery__item--large {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 24px, 1240px);
  }

  .section-spacing {
    padding: 84px 0;
  }

  .hero-section {
    padding-top: 46px;
  }

  .hero-box,
  .training-box {
    padding: 22px;
    border-radius: 24px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .hero-text,
  .section-text,
  .about-content p,
  .service-card__content p,
  .services-note p,
  .training-list li,
  .training-cta__box p,
  .contact-card span {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-badges,
  .feature-grid,
  .services-grid,
  .contact-grid,
  .about-gallery {
    grid-template-columns: 1fr;
  }

  .hero-image-card,
  .hero-image {
    min-height: 420px;
  }

  .floating-card {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .gallery-slider {
    gap: 10px;
  }

  .slider-arrow {
    width: 46px;
    height: 46px;
  }

  .video-placeholder {
    min-height: 260px;
  }

  .footer-bottom,
  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    gap: 8px;
  }

  .header-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 560px) {
  .site-logo {
    max-height: 44px;
  }

  .header-inner {
    gap: 10px;
    min-height: 76px;
  }

  .section-title {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .slider-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }
}

/* =====================================
   VALENTIN – PREMIUM BLACK / GOLD THEME
   dunkler Hintergrund bleibt, Akzente auf Gold/Platin
===================================== */
:root {
  --pt-black: #050505;
  --pt-black-soft: #0B0B0D;
  --pt-panel: rgba(255,255,255,0.055);
  --pt-gold: #D8B76A;
  --pt-gold-soft: #C9A85C;
  --pt-platinum: #C9C7C0;
  --pt-white: #F4F1EA;
  --pt-muted: #A7A29A;
}

body {
  background:
    radial-gradient(circle at top left, rgba(216, 183, 106, 0.09), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201, 199, 192, 0.07), transparent 32%),
    linear-gradient(180deg, #050505 0%, #0B0B0D 48%, #050505 100%) !important;
  color: var(--pt-white) !important;
}

.site-bg__orb--one,
.site-bg_orb--one { background: rgba(216, 183, 106, 0.15) !important; }
.site-bg__orb--two,
.site-bg_orb--two { background: rgba(201, 199, 192, 0.10) !important; }

.section-eyebrow,
.site-nav__link,
.mobile-nav__link,
#impressum .legal-content a,
#datenschutz .legal-content a {
  color: var(--pt-gold) !important;
  text-shadow: 0 0 18px rgba(216, 183, 106, 0.26) !important;
}

.section-title,
.hero-title,
.footer-brand strong,
.training-cta__box h3,
.service-card__content h3,
.contact-card strong {
  color: var(--pt-white) !important;
}

.section-text,
.hero-text,
.about-content p,
.service-card__content p,
.services-note p,
.training-list li,
.training-cta__box p,
.contact-card span,
.footer-brand p {
  color: rgba(244,241,234,0.78) !important;
}

.hero-title span,
.hero-title {
  background: linear-gradient(135deg, #F4F1EA 0%, #D8B76A 42%, #C9C7C0 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.site-header {
  background:
    radial-gradient(circle at 88% 50%, rgba(216, 183, 106, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(5,5,5,0.94), rgba(11,11,13,0.88)) !important;
  border-bottom: 1px solid rgba(216, 183, 106, 0.16) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.32), inset -40px 0 90px rgba(216,183,106,0.05) !important;
}

.site-nav__link:hover,
.site-nav__link.is-active,
.mobile-nav__link:hover,
.mobile-nav__link.is-active {
  color: #ffffff !important;
}

.site-nav__link::after {
  background: linear-gradient(90deg, rgba(216,183,106,0.95), rgba(201,199,192,0.85)) !important;
  box-shadow: 0 0 12px rgba(216,183,106,0.42), 0 0 22px rgba(201,199,192,0.18) !important;
}

.header-icon svg { fill: var(--pt-gold) !important; }
.header-icon:hover svg { fill: #F4E6B5 !important; transform: scale(1.08); }
.menu-toggle span { background: var(--pt-gold) !important; }
.menu-toggle:hover span { background: #F4E6B5 !important; }
.menu-toggle.is-active span { background: #ffffff !important; }

.hero-box,
.hero-image-card,
.about-slider-frame,
.service-card,
.services-note,
.training-box,
.training-cta__box,
.contact-card,
.contact-form-wrap,
.info-badge,
.feature-card,
.slider-track-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)) !important;
  border-color: rgba(216, 183, 106, 0.18) !important;
}

.btn,
a.btn,
.btn-primary,
.btn-secondary,
.forminator-button,
.forminator-button-submit {
  background: rgba(255,255,255,0.065) !important;
  background-image: none !important;
  border: 1px solid rgba(216,183,106,0.34) !important;
  color: #ffffff !important;
  box-shadow:
    0 14px 30px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 0 22px rgba(216,183,106,0.28),
    0 0 46px rgba(216,183,106,0.12) !important;
}

.btn:hover,
a.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.forminator-button:hover,
.forminator-button-submit:hover {
  border-color: rgba(216,183,106,0.62) !important;
  box-shadow:
    0 18px 38px rgba(0,0,0,0.36),
    inset 0 1px 0 rgba(255,255,255,0.24),
    0 0 30px rgba(216,183,106,0.44),
    0 0 62px rgba(216,183,106,0.20) !important;
}

.info-badge,
.feature-card {
  box-shadow:
    0 18px 36px rgba(0,0,0,0.24),
    0 0 34px rgba(216,183,106,0.24),
    0 0 90px rgba(216,183,106,0.12),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

.feature-card:hover,
.service-card:hover,
.contact-card:hover {
  border-color: rgba(216,183,106,0.44) !important;
  box-shadow:
    0 24px 46px rgba(216,183,106,0.14),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

.training-list li::before,
.about-slider-dot.is-active,
.slider-dot.is-active {
  background: linear-gradient(135deg, #D8B76A, #C9C7C0) !important;
  box-shadow: 0 0 0 6px rgba(216,183,106,0.14) !important;
}

.hero-glow-one { background: rgba(216,183,106,0.28) !important; }
.hero-glow-two { background: rgba(201,199,192,0.16) !important; }

.footer-community a::after {
  background: radial-gradient(
    ellipse at center,
    rgba(216,183,106,0.72) 0%,
    rgba(201,199,192,0.36) 38%,
    rgba(216,183,106,0.14) 66%,
    transparent 100%
  ) !important;
}

/* Die bestehenden Layout-Fixes bleiben bewusst erhalten. */
