html {
  scroll-behavior: smooth;
}

body {
  background-color: #FAFAF8;
}

section {
  scroll-margin-top: 80px;
}

#anmelden-headline {
  scroll-margin-top: 96px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #1E3A5F;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(30, 58, 95, 0.35);
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  background: #152A45;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(30, 58, 95, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0F172A;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid #E2E8F0;
  transition: border-color 0.2s, background 0.2s;
}

.btn-secondary:hover {
  border-color: #2563EB;
  background: #F8FAFC;
}

.hero-image-wrap img {
  transition: transform 0.6s ease;
}

.hero-image-wrap:hover img {
  transform: scale(1.02);
}

.hero-portrait-wrap {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: 0.375rem;
  border-radius: 1.875rem;
  background: linear-gradient(165deg, #F5F1EB 0%, #FAFAF8 55%, #F8FAFC 100%);
  box-shadow:
    0 24px 48px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-portrait-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 1.5rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.coach-photo-frame {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid #E8E4DE;
  background: #F5F1EB;
}

.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #64748B;
  line-height: 1.55;
}

.problem-item::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #EA580C;
}

.module-card-light {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.25s, border-color 0.25s;
}

@media (min-width: 768px) {
  .module-card-light {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem;
  }
}

.module-card-light:hover {
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.08);
}

.module-thumb {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 0.875rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .module-thumb {
    width: 120px;
    height: 120px;
  }
}

.module-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2563EB;
  background: #EFF6FF;
  padding: 0.25rem 0.6rem;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.pricing-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.06);
  position: relative;
}

.pricing-card.featured {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.12);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #1E3A5F;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  white-space: nowrap;
}

.include-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.include-item::before {
  content: "✓";
  flex-shrink: 0;
  color: #16A34A;
  font-weight: 700;
}

.process-step {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 2rem;
  position: relative;
}

.process-step:not(.last)::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 3rem;
  bottom: 0;
  width: 2px;
  background: #E2E8F0;
}

.process-num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF4FA;
  color: #1E3A5F;
  font-weight: 800;
  border-radius: 50%;
  border: 2px solid #C5D9EB;
  position: relative;
  z-index: 1;
}

.form-input {
  width: 100%;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  color: #0F172A;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  background: #fff;
}

.faq-item-light {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 1rem;
  padding: 0 1.25rem;
}

.faq-item-light summary {
  cursor: pointer;
  font-weight: 700;
  color: #0F172A;
  padding: 1.15rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item-light summary::-webkit-details-marker {
  display: none;
}

.faq-item-light summary::after {
  content: "+";
  color: #2563EB;
  font-size: 1.25rem;
  font-weight: 400;
}

.faq-item-light[open] summary::after {
  content: "−";
}

.faq-item-light p {
  color: #64748B;
  padding-bottom: 1.15rem;
  line-height: 1.6;
}

#sticky-nav.scrolled {
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn-primary:hover,
  .hero-image-wrap:hover img {
    transform: none;
  }
}
