:root {
  --yoga-blue: #4176d9;
  --yoga-blue-dark: #315fb5;
  --yoga-ink: #172033;
  --yoga-muted: #5d6a7e;
  --yoga-surface: #f1f5fc;
  --yoga-border: rgba(65, 118, 217, 0.14);
  --yoga-shadow: 0 22px 62px rgba(49, 95, 181, 0.12);
}

body {
  color: var(--yoga-ink);
  background:
    radial-gradient(circle at 8% 14%, rgba(65, 118, 217, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 44%, rgba(151, 191, 255, 0.16), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f7faff 46%, #ffffff 100%);
}

.yoga-hero {
  position: relative;
  min-height: clamp(380px, 48vw, 520px);
  margin-bottom: 0;
  background-image:
    linear-gradient(105deg, rgba(18, 22, 28, 0.56) 0%, rgba(34, 43, 58, 0.36) 48%, rgba(255, 255, 255, 0.14) 100%),
    url("../../images/yoga_wall.avif");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.ressourcen-hero {
  background-image:
    linear-gradient(105deg, rgba(18, 22, 28, 0.56) 0%, rgba(34, 43, 58, 0.36) 48%, rgba(255, 255, 255, 0.14) 100%),
    url("../../images/spezial_background.jpg");
}

.psychosomatic-hero {
  min-height: clamp(320px, 38vw, 440px);
  background-image:
    linear-gradient(105deg, rgba(18, 22, 28, 0.58) 0%, rgba(34, 43, 58, 0.38) 48%, rgba(255, 255, 255, 0.12) 100%),
    url("../../images/som_therapie_background.jpg");
}

.kuenstliche-hero {
  background-image:
    linear-gradient(105deg, rgba(18, 22, 28, 0.58) 0%, rgba(34, 43, 58, 0.36) 48%, rgba(255, 255, 255, 0.14) 100%),
    url("../../images/spezial_background.jpg");
}

.eltern-hero {
  background-image:
    linear-gradient(105deg, rgba(18, 22, 28, 0.58) 0%, rgba(34, 43, 58, 0.36) 48%, rgba(255, 255, 255, 0.14) 100%),
    url("../../images/spezial_background.jpg");
}

.yoga-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.18), transparent 18rem),
    linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.48) 100%);
  pointer-events: none;
}

.yoga-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -34%;
  left: -10%;
  height: 30%;
  background: rgba(255, 255, 255, 0.78);
  transform: rotate(-2deg);
}

.yoga-hero .blue-cover {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: clamp(58px, 7vw, 92px) clamp(22px, 5vw, 72px) clamp(78px, 8vw, 112px);
  background: transparent;
}

.yoga-hero .content {
  width: min(840px, 100%);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  backdrop-filter: none;
}

.yoga-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.yoga-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.yoga-breadcrumb a:hover {
  color: #eef4ff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.yoga-hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(30px, 4.1vw, 48px);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.yoga-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: clamp(22px, 3vw, 34px);
}

.yoga-hero-actions .yoga-primary-button.btn.btn-primary {
  color: #1f2933;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.92);
  min-height: 48px;
  padding: 17px 30px;
  font-size: 18px;
  box-shadow:
    0 0 0 1px rgba(31, 41, 55, 0.08),
    0 0 18px rgba(31, 41, 55, 0.18),
    0 14px 34px rgba(31, 41, 55, 0.28);
  filter: none;
}

.yoga-hero-actions .yoga-primary-button.btn.btn-primary:hover {
  color: #111827;
  background: #f4f7fb;
  border-color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(31, 41, 55, 0.1),
    0 0 22px rgba(31, 41, 55, 0.22),
    0 16px 38px rgba(31, 41, 55, 0.32);
  filter: none;
}

.yoga-story {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: clamp(34px, 5vw, 68px) auto 0;
}

.yoga-story::before {
  content: "";
  position: absolute;
  top: 88px;
  right: -42px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(65, 118, 217, 0.1);
  filter: blur(4px);
  pointer-events: none;
}

.yoga-story__header {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4.5vw, 54px);
  border: 1px solid var(--yoga-border);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--yoga-shadow);
  backdrop-filter: blur(14px);
}

.yoga-content-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--yoga-muted);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.4;
}

.yoga-content-breadcrumb a {
  color: var(--yoga-blue-dark);
  text-decoration: none;
}

.yoga-content-breadcrumb a:hover {
  color: var(--yoga-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.yoga-story__header h2 {
  max-width: 840px;
  margin: 0;
  color: var(--yoga-ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 520;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.yoga-story__header h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin: 22px 0 0;
  border-radius: 999px;
  background: var(--yoga-blue);
}

.yoga-story p {
  color: var(--yoga-muted);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.78;
}

.yoga-story__header p {
  max-width: 930px;
  margin: 24px 0 0;
}

.yoga-story__feature {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(65, 118, 217, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(241, 245, 252, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(65, 118, 217, 0.16), transparent 24rem);
  box-shadow: 0 1px 2px rgba(49, 95, 181, 0.06);
}

.yoga-story__feature::before {
  content: "";
  position: absolute;
  top: clamp(28px, 4vw, 44px);
  bottom: clamp(28px, 4vw, 44px);
  left: clamp(18px, 3vw, 30px);
  width: 4px;
  border-radius: 999px;
  background: var(--yoga-blue);
}

.yoga-story__feature p {
  margin: 0;
  padding-left: clamp(18px, 4vw, 34px);
}

.yoga-story__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.yoga-story__cards--single {
  grid-template-columns: minmax(0, 1fr);
}

.yoga-story__cards--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yoga-story__cards--single .yoga-story-card {
  min-height: auto;
}

.yoga-story-card {
  position: relative;
  min-height: 210px;
  padding: clamp(22px, 3vw, 30px);
  padding-right: clamp(78px, 7vw, 90px);
  border: 1px solid rgba(65, 118, 217, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(49, 95, 181, 0.06);
  overflow: hidden;
}

.yoga-story-card__icon {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(65, 118, 217, 0.12);
  border-radius: 50%;
  color: var(--yoga-blue);
  background: rgba(238, 244, 255, 0.92);
}

.yoga-story-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.yoga-story-card--calm {
  background: var(--yoga-surface);
}

.yoga-story-card p {
  position: relative;
  z-index: 1;
  margin: 0;
}

@media (max-width: 900px) {
  .yoga-hero {
    min-height: 430px;
    background-position: center;
  }

  .yoga-hero .blue-cover {
    align-items: flex-end;
    padding: 72px 28px 96px;
  }

  .yoga-story {
    width: min(100% - 28px, 760px);
  }

  .yoga-story__cards {
    grid-template-columns: 1fr;
  }

  .yoga-story__cards--two {
    grid-template-columns: 1fr;
  }

  .yoga-story-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .yoga-hero {
    min-height: 470px;
  }

  .yoga-hero .blue-cover {
    padding: 64px 18px 92px;
  }

  .yoga-hero .content {
    padding: 0;
  }

  .yoga-breadcrumb {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .yoga-hero-actions,
  .yoga-hero-actions .btn {
    width: 100%;
  }

  .yoga-story__header,
  .yoga-story__feature,
  .yoga-story-card {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .yoga-story-card {
    padding-top: 76px;
  }

  .yoga-story__feature::before {
    top: 22px;
    bottom: 22px;
    left: 18px;
  }

  .yoga-story__feature p {
    padding-left: 18px;
  }
}
