/*
 * Mittelmeiers Theme - Programs Pages Styles
 * Seen & Heard, Under Pressure, Lead Together
 */

/* ── PROG HERO ──────────────────────── */
.prog-hero {
  /*margin-top: 72px;*/
  background: var(--creme);
  border-bottom: var(--linie);
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 72vh;
}

.prog-hero-text {
  padding: 7vh 5% 7vh 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: einblenden 0.8s ease both;
}

.prog-tag {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rot);
  font-weight: 600;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.prog-tag::before {
  content: '';
  width: 2.5rem;
  height: 2px;
  background: var(--rot);
  flex-shrink: 0;
}

.prog-hero-titel {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--schwarz);
  margin-bottom: 0.6rem;
  letter-spacing: -0.015em;
}

.prog-hero-untertitel {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--grau-mittel);
  margin-bottom: 1.6rem;
}

.prog-hero-lead {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--grau-tief);
  max-width: 52ch;
  margin-bottom: 2rem;
}

.prog-hero-lead strong {
  color: var(--schwarz);
  font-weight: 600;
}

.prog-hero-bild {
  overflow: hidden;
  min-height: 400px;
  background: linear-gradient(140deg, #ede8e0 0%, #d5cec5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  color: var(--grau-mittel);
  animation: einblenden 0.9s ease 0.1s both;
}

.prog-hero-bild span {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── PROBLEM SECTION ─────────────────────── */
.problem {
  max-width: 860px;
  margin: 0 auto;
  padding: 6rem 5%;
}

/* ── DIAGNOSE SECTION ───────────────────── */
.diagnose {
  background: var(--creme);
  border-top: var(--linie);
  border-bottom: var(--linie);
  padding: 5rem 5%;
}

.diagnose-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.diagnose-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--schwarz);
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.diagnose-col p {
  font-size: 0.93rem;
  line-height: 1.85;
  color: var(--grau-tief);
  margin-bottom: 0.9rem;
}

.diagnose-col p strong {
  color: var(--schwarz);
  font-weight: 600;
}

.trennstrich {
  width: 2.5rem;
  height: 2px;
  background: var(--rot);
  margin-bottom: 1.4rem;
}

/* ── STRUKTUR SECTION ───────────────────── */
.struktur {
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 5%;
}

.struktur-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

.ebene {
  border-top: 2px solid var(--rot);
  padding-top: 1.4rem;
}

.ebene-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rot);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.ebene-titel {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--schwarz);
  margin-bottom: 1.2rem;
}

.baustein-liste {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.baustein {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: var(--linie);
  align-items: baseline;
}

.baustein:last-child {
  border-bottom: none;
}

.baustein-name {
  font-size: 0.9rem;
  color: var(--schwarz);
  font-weight: 400;
}

.baustein-detail {
  font-size: 0.8rem;
  color: var(--grau-mittel);
  font-style: italic;
  text-align: right;
  white-space: nowrap;
}

.dauer-box {
  background: var(--schwarz);
  color: var(--weiss);
  padding: 1.8rem;
  margin-top: 2rem;
}

.dauer-box p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
}

.dauer-box strong {
  color: var(--weiss);
  font-weight: 600;
}

/* ── TESTIMONIALS ────────────────────────── */
.testimonials {
  background: var(--creme);
  border-top: var(--linie);
  padding: 5rem 5%;
}

.testimonials-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-top: 3rem;
}

.testimonial {
  border-top: 2px solid var(--grau-hell);
  padding-top: 1.4rem;
}

.testimonial blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 0.97rem;
  font-style: italic;
  line-height: 1.65;
  color: var(--schwarz);
  margin-bottom: 1rem;
}

.testimonial cite {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grau-mittel);
  font-style: normal;
}

/* ── PREISE SECTION ──────────────────────── */
.preise {
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 5%;
}

.preise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.preis-karte {
  border: var(--linie);
  padding: 2rem;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.preis-karte:hover {
  border-color: var(--rot);
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.preis-karte.empfohlen {
  border-color: var(--rot);
}

.empfohlen-label {
  position: absolute;
  top: -1px;
  right: 1.5rem;
  background: var(--rot);
  color: var(--weiss);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  font-weight: 600;
}

.preis-name {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grau-mittel);
  margin-bottom: 0.6rem;
  font-weight: 400;
}

.preis-titel {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--schwarz);
  margin-bottom: 1rem;
}

.preis-betrag {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--rot);
  margin-bottom: 0.3rem;
  line-height: 1;
}

.preis-hint {
  font-size: 0.78rem;
  color: var(--grau-mittel);
  margin-bottom: 1.4rem;
}

.preis-inhalt {
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--grau-tief);
  border-top: var(--linie);
  padding-top: 1rem;
}

/* ── ANFRAGE SECTION ─────────────────────── */
.anfrage {
  background: var(--schwarz);
  padding: 6rem 5%;
}

.anfrage-inner {
  max-width: 760px;
  margin: 0 auto;
}

.anfrage-inner .section-rubrik {
  color: rgba(255,255,255,0.5);
}

.anfrage-inner .section-titel {
  color: var(--weiss);
  margin-bottom: 0.8rem;
}

.anfrage-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  max-width: 52ch;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.formular {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.form-feld {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-feld label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}

.form-feld input,
.form-feld select,
.form-feld textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--weiss);
  padding: 0.8rem 1rem;
  font-family: 'Source Serif 4', serif;
  font-size: 0.92rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.form-feld input:focus,
.form-feld select:focus,
.form-feld textarea:focus {
  border-color: rgba(255,255,255,0.5);
}

.form-feld select option {
  background: var(--schwarz);
}

.form-feld textarea {
  min-height: 120px;
  resize: vertical;
}

.form-hinweis {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
  font-style: italic;
}

/* ── CONTACT FORM 7 RESPONSES ───────────────── */
.wpcf7-response-output {
  margin: 1.5rem 0 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid transparent;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--weiss);
}

.wpcf7-validation-errors {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.5);
  color: #ffc107;
}

.wpcf7-mail-sent-ok {
  background: rgba(76, 175, 80, 0.15);
  border-color: rgba(76, 175, 80, 0.5);
  color: #81c784;
}

.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-aborted {
  background: rgba(244, 67, 54, 0.15);
  border-color: rgba(244, 67, 54, 0.5);
  color: #e57373;
}

.wpcf7-not-valid-tip {
  color: #e57373;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}

.wpcf7-not-valid {
  border-color: rgba(244, 67, 54, 0.5) !important;
}

/* Form on dark background - submit button */
.formular .wpcf7-submit {
  background: var(--rot);
  color: var(--weiss);
  border: none;
  padding: 1rem 2rem;
  font-family: 'Source Serif 4', serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  width: fit-content;
  margin-top: 0.5rem;
}

.formular .wpcf7-submit:hover {
  background: #c62828;
}

/* ── PROGRAM HERO (Alternative) ──────────── */
.program-hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: stretch;
}

.program-hero-links {
  padding: 10vh 6% 8vh 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: einblenden 0.8s ease both;
}

.program-hero-rechts {
  position: relative;
  overflow: hidden;
}

.program-hero-rechts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(10%);
}

.program-hero .hero-rubrik {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rot);
  font-weight: 600;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.program-hero .hero-rubrik::before {
  content: '';
  width: 2.5rem;
  height: 2px;
  background: var(--rot);
  flex-shrink: 0;
}

.program-hero .hero-titel {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--schwarz);
  margin-bottom: 1.6rem;
  letter-spacing: -0.015em;
}

.program-hero .hero-titel em {
  font-style: italic;
  color: var(--rot);
}

.program-hero .hero-lead {
  font-size: 1rem;
  line-height: 1.82;
  color: var(--grau-tief);
  max-width: 54ch;
  margin-bottom: 2.4rem;
}

.program-hero .hero-lead strong {
  color: var(--schwarz);
  font-weight: 600;
}

/* ── Dark Theme Hero (Under Pressure) ───── */
.program-hero-dark {
  min-height: 88vh;
  background: var(--schwarz);
  color: var(--weiss);
  padding: 10vh 5% 6vh;
  position: relative;
  overflow: hidden;
}

.program-hero-dark-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
  animation: einblenden 0.8s ease both;
}

.program-hero-dark .hero-rubrik {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rot);
  font-weight: 600;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.program-hero-dark .hero-rubrik::before {
  content: '';
  width: 2.5rem;
  height: 2px;
  background: var(--rot);
  flex-shrink: 0;
}

.program-hero-dark .hero-titel {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--weiss);
  margin-bottom: 1.6rem;
  letter-spacing: -0.015em;
}

.program-hero-dark .hero-titel em {
  font-style: italic;
  color: var(--rot);
}

.program-hero-dark .hero-lead {
  font-size: 1rem;
  line-height: 1.82;
  color: rgba(255,255,255,0.75);
  max-width: 54ch;
  margin-bottom: 2.4rem;
}

.program-hero-dark .hero-lead strong {
  color: var(--weiss);
  font-weight: 600;
}

.program-hero-dark-img {
  position: relative;
  z-index: 1;
}

.program-hero-dark-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 55vh;
}

.program-hero-dark::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  pointer-events: none;
}

/* ── PREISE 2 CARDS (Lead Together) ─────── */
.preise-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
  max-width: 780px;
}

.preis-card-2 {
  border: var(--linie);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.preis-card-2.highlighted {
  background: var(--creme);
  border-color: var(--rot);
  border-width: 2px;
}
