/* ─── THERAPIEN ─── */
.therapien {
  background: var(--cream);
  padding: 96px 80px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text);
}

/* Defensive resets against the WIP global theme (Plus Jakarta Sans body
   + hard h2/p rules with letter-spacing / margins). */
.therapien h2,
.therapien p,
.therapien div,
.therapien span {
  letter-spacing: normal;
}

/* ─── Section header ─── */
.therapien .section-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 16px 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.2;
}

.therapien .section-label::before {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--teal);
  display: block;
  flex-shrink: 0;
}

.therapien .section-title,
.therapien .section-title p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: var(--navy);
  padding: 0;
  text-transform: none;
}

.therapien .section-title {
  margin: 0 0 20px 0;
}

.therapien .section-title p {
  margin: 0;
}

.therapien .section-title em,
.therapien .section-title i,
.therapien .section-title p em,
.therapien .section-title p i {
  color: var(--teal);
  font-style: italic;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: inherit;
  text-transform: none;
  background: transparent;
}

.therapien .section-sub,
.therapien .section-sub p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: normal;
  color: var(--gray-500);
  max-width: 560px;
  padding: 0;
}

.therapien .section-sub {
  margin: 0;
}

.therapien .section-sub p {
  margin: 0 0 8px 0;
}

.therapien .section-sub p:last-child {
  margin-bottom: 0;
}

.therapien .section-sub em,
.therapien .section-sub i {
  color: var(--teal);
  font-style: italic;
  font-family: 'DM Sans', sans-serif;
}

/* ─── Grid ─── */
.therapien-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 64px;
}

/* ─── Card ─── */
.therapie-card {
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.therapie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(15, 31, 61, 0.15);
}

.therapie-card-header {
  padding: 40px 36px 32px;
  position: relative;
  overflow: hidden;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tc-svf .therapie-card-header {
  background: linear-gradient(135deg, var(--navy) 0%, #1a4068 100%);
}

.tc-acp .therapie-card-header {
  background: linear-gradient(135deg, #0a4a5e 0%, var(--teal) 100%);
}

.tc-nad .therapie-card-header {
  background: linear-gradient(135deg, #2a1810 0%, #7c4a15 100%);
}

.therapie-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 48px;
  opacity: 0.2;
  color: var(--white);
  line-height: 1;
}

.therapien .therapie-tag {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2;
}

.therapien .therapie-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--white);
  margin: 0;
  padding: 0;
  text-transform: none;
}

.therapie-card-body {
  padding: 32px 36px;
  height: 308px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.therapien .therapie-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: normal;
  color: var(--gray-500);
  margin: 0 0 24px 0;
  padding: 0;
}

.therapie-facts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.fact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.fact-row:last-child {
  margin-bottom: 0;
}

.therapien .fact-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--gray-500);
}

.therapien .fact-value {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--navy);
}

.therapien .therapie-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  color: var(--teal);
  text-decoration: none;
  transition: gap 0.2s;
  margin-top: auto;
  padding-top: 12px;
  line-height: 1.2;
}

.therapie-cta:hover {
  gap: 14px;
  color: var(--teal);
}

.therapie-cta::after {
  content: '→';
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .therapien {
    padding: 80px 48px;
  }

  .therapien .section-title,
  .therapien .section-title p {
    font-size: clamp(36px, 5.5vw, 52px);
  }

  .therapien .section-sub,
  .therapien .section-sub p {
    font-size: 16px;
  }

  .therapien-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
  }

  .therapie-card-header {
    padding: 32px 28px 28px;
    min-height: 160px;
  }

  .therapien .therapie-name {
    font-size: 24px;
  }

  .therapie-card-body {
    padding: 28px 24px;
    height: 362px;
  }
}

@media (max-width: 768px) {
  .therapien {
    padding: 64px 24px;
  }

  .therapien-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .therapie-card-header {
    min-height: auto;
    padding: 28px 24px 24px;
  }

  .therapie-card-body {
    height: auto;
    min-height: 300px;
  }

  .therapie-icon {
    font-size: 40px;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 480px) {
  .therapien .therapie-name {
    font-size: 22px;
  }

  .fact-row {
    flex-wrap: wrap;
    gap: 4px 0;
  }
}
