:root {
 
  --burgundy: #8B214B;
  --burgundy-dark: #6F183B;
  --burgundy-soft: #B76A86;

  --text: #1f1f1f;
  --text-muted: #5f5a58;
  --text-light: #8d8784;

  --bg: #fcf8f4;
  --bg-alt: #f4ede7;
  --bg-soft: #efe3dd;

  --accent-soft: #d7c1bf;
  --accent-warm: #ecd6cb;
  --accent-light: #f6ebe4;

  --bg-dark: #2a1722;
  --border: #e5ddd8;

  --max: 860px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  line-height: 1.75;
 /*  font-size: 17px; */
  font-size: 1.1rem;
}

/* ── STICKY NAV ── */
.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 12px 28px;
  gap: 30px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
}

.sticky-nav .logo {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--burgundy);
  text-decoration: none;
  white-space: nowrap;
}

.sticky-nav .nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin-left: auto;
}

.sticky-nav .nav-links a {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.sticky-nav .nav-links a:hover {
  color: var(--burgundy);
}

.sticky-nav .nav-cta {
  background: var(--burgundy);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
}

.sticky-nav .nav-cta:hover {
  background: var(--burgundy-dark);
  transform: translateY(-1px);
}

/* ── BANNER ── */
.banner {
  background: linear-gradient(90deg, var(--burgundy-dark), var(--burgundy));
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.banner strong {
  color: #fff;
  font-weight: 700;
}

/* ── COMMON ── */
.section {
  padding: 76px 24px;
}

.section.alt {
  background: var(--bg-alt);
}

.inner {
  max-width: var(--max);
  margin: 0 auto;
}

.label-tag {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--burgundy);
  border-bottom: 2px solid var(--burgundy-soft);
  padding-bottom: 3px;
  margin-bottom: 18px;
}

h1, h2, h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: clamp(28px, 5vw, 46px);
}

h2 {
  font-size: clamp(22px, 3.5vw, 32px);
  margin-bottom: 14px;
}

h3 {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 8px;
}

p {
  margin-bottom: 14px;
}

p:last-child {
  margin-bottom: 0;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  background: var(--burgundy);
  color: #fff;
  padding: 16px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  text-align: center;
  box-shadow: 0 8px 20px rgba(139,33,75,0.16);
}

.btn:hover {
  background: var(--burgundy-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(139,33,75,0.2);
}

.btn-wrap {
  text-align: center;
  margin-top: 36px;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(to bottom, #fff 0%, var(--bg) 100%);
  padding: 72px 24px 0;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.hero-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.hero-text {
  padding-bottom: 72px;
}

.hero h1 {
  color: var(--text);
  margin: 18px 0 20px;
}

.hero .tagline {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--text-muted);
  font-weight: 400;
  margin-bottom: 8px;
}

.hero .transformation {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--burgundy);
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 14px 0 28px;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 24px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
}

.trust-bar span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-bar span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--burgundy-soft);
  display: inline-block;
}

.hero-image-wrap {
  /*position: relative;
  height: 100%;*/
  min-height: 420px;
  display: flex;
  align-items: center;    /* statt flex-end; */
}

.hero-img,
.hero-img-placeholder {
  width: 100%;
  height: 500px;
  border-radius: 18px 18px 0 0;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*display: block;*/
  object-position: center;
}

.hero-img-placeholder {
  background: linear-gradient(160deg, #f4ece5 0%, #eadad3 55%, #dbc7c3 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #927d7a;
  font-size: 14px;
  font-weight: 600;
  border: 2px dashed #ccb8b1;
}

.hero-img-placeholder span {
  font-size: 38px;
}

.highlight-box {
  border-left: 4px solid var(--burgundy-soft);
  padding: 18px 24px;
  margin: 28px 0;
  font-style: italic;
  font-size: 17px;
  color: var(--text);
  font-weight: 600;
  background: var(--accent-light);
  border-radius: 0 8px 8px 0;
}

.bruecke {
  text-align: center;
  padding: 56px 24px;
  background: linear-gradient(to bottom, #fff8f4, #f8eee7);
  border-bottom: 1px solid var(--border);
}

.bruecke-text {
  /* max-width: 580px; */
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(18px, 2.5vw, 23px);
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text);
}

.bruecke-text em {
  font-style: normal;
  color: var(--burgundy);
}


.problem-list {
  list-style: none;
  margin: 18px 0;
  padding: 0;
}

.problem-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: var(--text);
}

.problem-list span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: var(--accent-light);
  border: 1px solid var(--accent-soft);
  position: relative;
  flex-shrink: 0;
}

/* Aufgabe */
.icon-check::before {
  content: '✓';
  font-size: 12px;
  color: var(--burgundy);
  position: absolute;
  top: 1px;
  left: 4px;
}

/* Mail */
.icon-mail::before {
  content: '✉';
  font-size: 12px;
  color: var(--burgundy);
  position: absolute;
  top: 0;
  left: 2px;
}

/* Notiz */
.icon-note::before {
  content: '≡';
  font-size: 12px;
  color: var(--burgundy);
  position: absolute;
  top: 1px;
  left: 4px;
}

/* Überblick */
.icon-flow::before {
  content: '•';
  font-size: 18px;
  color: var(--burgundy);
  position: absolute;
  top: -3px;
  left: 5px;
}



.problem-headline {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}





.transform-grid,
.fuer-wen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 32px;
}

.transform-card,
.fw-box,
.testimonial-card,
.angebot-box {
  border-radius: 12px;
}

.transform-card {
  padding: 30px 26px;
  border: 1px solid var(--border);
}

.transform-card.before {
  background: #faf8f7;
}

.transform-card.after {
  background: #fff;
  border-color: var(--accent-soft);
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.card-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.transform-card.before .card-label {
  color: var(--text-light);
}

.transform-card.after .card-label {
  color: var(--burgundy);
}

.transform-card ul,
.fw-list,
.include-list {
  list-style: none;
}

.transform-card ul li,
.fw-list li,
.include-list li {
  padding: 9px 0;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
  line-height: 1.55;
}

.transform-card ul li:last-child,
.fw-list li:last-child,
.include-list li:last-child {
  border-bottom: none;
}

.transform-card.before ul li::before {
  content: '–';
  color: #b4a9a5;
  font-weight: 700;
}

.transform-card.after ul li::before,
.fw-box.yes .fw-list li::before,
.include-list li::before {
  content: '✓';
  color: var(--burgundy);
  font-weight: 700;
}

.fw-box {
  padding: 28px 24px;
  background: #fff;
}

.fw-box.yes {
  border: 1px solid var(--accent-soft);
  box-shadow: 0 6px 18px rgba(0,0,0,0.03);
}

.fw-box.no {
  border: 1px solid var(--border);
}

.week-item {
  display: flex;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}

.week-num {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-soft));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.week-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--burgundy);
  border: 1px solid var(--accent-soft);
  background: var(--accent-light);
  border-radius: 999px;
  padding: 4px 10px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.testimonial-card {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border);
  padding: 28px 24px;
  backdrop-filter: blur(8px);
}

.stars {
  color: var(--burgundy);
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.angebot-box {
  /* max-width: 580px; */
  max-width: 640px;
  margin: 32px auto 0;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0,0,0,0.08);
}

.angebot-header {
  background: linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
  color: #fff;
  padding: 30px 32px;
  text-align: center;
}

.angebot-body {
  padding: 34px;
  background: #fff;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
}

.price-table td {
  padding: 12px 16px;
  font-size: 15px;
  border-bottom: 1px solid var(--border);
}

.price-table td:last-child {
  text-align: right;
  font-weight: 700;
}

.price-table tr.featured td {
  background: var(--accent-light);
  font-weight: 700;
  font-size: 17px;
  color: var(--text);
  border-left: 4px solid var(--burgundy);
}

/* ── TERMINE ── */
.termine-zeit {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.termine-zeit strong {
  color: var(--text);
}

.termine-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.termine-table thead th {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light);
  padding: 0 16px 10px;
  border-bottom: 2px solid var(--border);
}

.termine-table thead th:first-child {
  padding-left: 0;
}

.termine-table tbody tr {
  border-bottom: 1px solid var(--border);
}

.termine-table tbody tr:last-child {
  border-bottom: none;
}

.termine-table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 15px;
}

.termin-woche {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--burgundy);
  white-space: nowrap;
  padding-left: 0 !important;
}

.termin-datum {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  white-space: nowrap;
  color: var(--text);
}

.termin-thema {
  color: var(--text-muted);
}

.termine-hinweis {
  font-size: 1em;
  color: var(--text-muted);
  background: var(--accent-light);
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 0;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  padding: 20px 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-item summary::after {
  content: '+';
  font-size: 22px;
  color: var(--burgundy);
}

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

.final-cta {
  background: linear-gradient(135deg, #2a1722 0%, #3b2030 100%);
  color: #fff;
  text-align: center;
  padding: 84px 24px;
}

.final-cta h2 {
  color: #fff;
  max-width: 580px;
  margin: 0 auto 14px;
  font-size: clamp(22px, 3.5vw, 34px);
}

.final-cta p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  max-width: 440px;
  margin: 0 auto 32px;
}

footer {
  text-align: center;
  padding: 28px 20px;
  font-size: 13px;
  color: var(--text-light);
  border-top: 1px solid var(--border);
  background: #fff;
}

footer a {
  color: var(--text-light);
  text-decoration: underline;
}

footer a:hover {
  color: var(--burgundy);
}

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

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

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-text {
    padding-bottom: 20px;
  }

  .hero-image-wrap {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .transform-grid,
  .fuer-wen-grid {
    grid-template-columns: 1fr;
  }

  .week-item {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .sticky-nav {
    padding: 12px 16px;
  }

  .sticky-nav .nav-links {
    display: none;
  }

  .section {
    padding: 56px 16px;
  }

  .angebot-body {
    padding: 24px 18px;
  }

  .hero-img,
  .hero-img-placeholder {
    height: 280px;
  }

  .btn {
    width: 100%;
  }
}