/* ============================================================
   Robert Jautschus – Warteliste Gruppencoaching
   Angelehnt an www.jautschus.de
   CI: #193e6a · #a7c400 · #c10088
   Fonts: Rooney (Serif, Headlines) + RooneySans (Sans, Fließtext/UI)
   Fontdateien: ../fonts/ (selbst gehostet)
   ============================================================ */

/* ── @font-face Deklarationen ── */
@font-face {
  font-family: 'Rooney';
  src: url('../fonts/Rooney-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rooney';
  src: url('../fonts/Rooney-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rooney';
  src: url('../fonts/Rooney-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RooneySans';
  src: url('../fonts/RooneySans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RooneySans';
  src: url('../fonts/RooneySans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'RooneySans', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.8;
  color: #193e6a;
  background: #ffffff;
}

h1, h2, h3 {
  font-family: 'Rooney', serif;
  font-weight: 300;
  color: #193e6a;
  line-height: 1.25;
}

/* ── Labels (kleine GROSSBUCHSTABEN über Überschriften) ── */
.label {
  font-family: 'RooneySans', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a3e6a;
  display: block;
  margin-bottom: 14px;
}
.label--green { color: #a7c400; }
.label--blue  { color: #193e6a; }

/* ── Layout ── */
.container { max-width: 880px; margin: 0 auto; padding: 0 28px; }
section { padding: 88px 0; }

/* ── Navigation ── */
nav {
  padding: 18px 0;
  border-bottom: 1px solid #f0eff4;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo img { height: 36px; display: block; }
.nav-back {
  font-size: 13px;
  color: #193e6a;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.2s;
}
.nav-back:hover { opacity: 1; }

/* ── Buttons ── */
.btn {
  display: inline-block;
  font-family: 'RooneySans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 38px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
}
.btn:hover { opacity: 0.85; transform: translateY(-1px); }
.btn--primary  { background: #1a3e6a; color: #fff; }
.btn--green    { background: #a7c400; color: #fff; }

/* ── Hero ── */
.hero { padding: 80px 0 72px; }
.hero .container {
  display: flex;
  gap: 56px;
  align-items: center;
}
.hero__text { flex: 1; }
.hero__badge {
  display: inline-block;
  background: #1a3e6a;
  color: #fff;
  font-family: 'RooneySans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 2px;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(30px, 4.5vw, 48px);
  margin-bottom: 22px;
}
.hero__sub {
  font-size: 18px;
  line-height: 1.75;
  opacity: 0.8;
  margin-bottom: 32px;
}
.hero__meta {
  font-size: 13px;
  font-weight: 700;
  color: #a7c400;
  margin-top: 18px;
  letter-spacing: 0.05em;
}
.hero__meta span { margin-right: 20px; }
.hero__image {
  width: 260px;
  flex-shrink: 0;
}
.hero__image img {
  width: 100%;
  border-radius: 50%;
  display: block;
  border: 4px solid #a7c400;
}

/* ── Referenzen-Zeile ── */
.refbar {
  padding: 28px 0;
  border-top: 1px solid #f0eff4;
  border-bottom: 1px solid #f0eff4;
  text-align: center;
}
.refbar__label {
  font-size: 12px;
  opacity: 0.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.refbar__names {
  font-size: 13px;
  opacity: 0.55;
  line-height: 1.9;
}

/* ── Pain ── */
.pain { background: #fff; }
.pain__intro {
  max-width: 680px;
  margin-bottom: 48px;
}
.pain__intro h2 { font-size: clamp(24px, 3.5vw, 36px); margin-top: 10px; }

.pain__text { max-width: 680px; }
.pain__text p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 20px;
  opacity: 0.85;
}
.pain__text strong { color: #193e6a; font-weight: 800; }

.pain__points {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pain__point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.7;
}
.pain__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a7c400;
  flex-shrink: 0;
  margin-top: 9px;
}

/* ── Program ── */
.program { background: #f8f9fb; }
.program__intro {
  max-width: 640px;
  margin-bottom: 48px;
}
.program__intro h2 { font-size: clamp(24px, 3.5vw, 36px); margin-top: 10px; }
.program__intro p { margin-top: 16px; font-size: 17px; opacity: 0.75; }

.program__list { list-style: none; max-width: 620px; }
.program__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #e8edf3;
  font-size: 16px;
  line-height: 1.7;
}
.program__list li:last-child { border-bottom: none; }
.check { color: #a7c400; font-weight: 900; font-size: 17px; flex-shrink: 0; margin-top: 2px; }

.program__price {
  margin-top: 48px;
  padding: 36px 40px;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-top: 3px solid #a7c400;
  max-width: 480px;
}
.program__price-label { font-size: 12px; opacity: 0.5; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.program__price-main  { font-family: 'Rooney', serif; font-weight: 300; font-size: 42px; }
.program__price-note  { font-size: 13px; opacity: 0.55; margin-top: 4px; }
.program__price-firma {
  font-size: 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  opacity: 0.65;
  line-height: 1.6;
}

/* ── Testimonials ── */
.testimonials { background: #fff; }
.testimonials__intro { text-align: center; margin-bottom: 52px; }
.testimonials__intro h2 { font-size: clamp(22px, 3vw, 32px); margin-top: 10px; }

.testi__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
}
.testi__card { padding: 0; }
.testi__quote {
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
  color: #193e6a;
  opacity: 0.8;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid #a7c400;
}
.testi__author { font-weight: 800; font-size: 15px; }
.testi__role   { font-size: 13px; opacity: 0.55; margin-top: 2px; }

/* ── About ── */
.about { background: #f8f9fb; }
.about__inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about__image { width: 200px; flex-shrink: 0; }
.about__image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #a7c400;
}
.about__text { flex: 1; min-width: 260px; }
.about__text h2 { font-size: clamp(22px, 3vw, 30px); margin: 10px 0 20px; }
.about__text p  { font-size: 16px; opacity: 0.85; margin-bottom: 14px; }
.about__text strong { font-weight: 800; }

/* ── Warteliste / CTA ── */
.warteliste {
  background: #193e6a;
  color: #fff;
  text-align: center;
}
.warteliste .label    { color: #a7c400; }
.warteliste h2        { color: #fff; font-size: clamp(26px, 4vw, 42px); margin: 12px 0 18px; }
.warteliste__sub      { font-size: 17px; opacity: 0.72; max-width: 520px; margin: 0 auto 36px; line-height: 1.75; }
.warteliste__spots {
  display: inline-block;
  border: 1px solid rgba(167,196,0,0.6);
  color: #a7c400;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 2px;
  margin-bottom: 40px;
}

/* ActiveCampaign embed wrapper */
.ac-form-embed { max-width: 500px; margin: 0 auto; }
.ac-form-placeholder {
  background: rgba(255,255,255,0.07);
  border: 2px dashed rgba(255,255,255,0.2);
  border-radius: 4px;
  padding: 36px;
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.7;
}

/* ── Starte Jetzt ── */
.starte {
  background: #fff;
  text-align: center;
  padding: 72px 0;
}
.starte h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 28px; }
.starte__contact {
  font-size: 15px;
  opacity: 0.65;
  margin-top: 20px;
  line-height: 2;
}
.starte__contact a { color: #193e6a; }

/* ── Footer ── */
footer {
  background: #193e6a;
  padding: 24px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__copy { font-size: 13px; color: rgba(255,255,255,0.4); }
.footer__links { display: flex; gap: 24px; }
.footer__links a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; }
.footer__links a:hover { color: #fff; }

/* ── Responsive ── */
@media (max-width: 680px) {
  section { padding: 60px 0; }
  .hero .container { flex-direction: column-reverse; text-align: center; }
  .hero__image { width: 160px; }
  .hero__image img { width: 160px; height: 160px; }
  .hero__meta span { display: block; margin: 4px 0; }
  .about__inner { flex-direction: column-reverse; align-items: center; }
  .about__image { width: 100%; text-align: center; }
  footer .container { flex-direction: column; text-align: center; }
}
