.pricing-section .price-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.pricing-section .price-actions--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-section .price-actions--split .price-cta--info {
  grid-column: 1 / -1;
}

.pricing-section .price-pay,
.pricing-section .price-cta--info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 13px 16px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.pricing-section .price-pay {
  border: 1px solid rgba(5, 5, 5, 0.08);
  background: linear-gradient(135deg, #ffed00, #fff25c);
  color: #050505;
  box-shadow: 0 18px 34px rgba(255, 237, 0, 0.18);
}

.pricing-section .price-pay--secondary {
  background: #050505;
  color: #ffed00;
  border-color: rgba(5, 5, 5, 0.16);
  box-shadow: 0 14px 30px rgba(5, 5, 5, 0.16);
}

.pricing-section .price-cta--info {
  margin-top: 0;
  color: #172033;
  border: 1px solid rgba(9, 15, 25, 0.14);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.pricing-section .price-pay:hover,
.pricing-section .price-cta--info:hover {
  transform: translateY(-2px);
}

.pricing-section .price-pay:hover {
  box-shadow: 0 22px 42px rgba(255, 237, 0, 0.24);
}

.pricing-section .price-pay--secondary:hover {
  background: #171717;
  box-shadow: 0 18px 38px rgba(5, 5, 5, 0.2);
}

.pricing-section .price-cta--info:hover {
  border-color: rgba(255, 237, 0, 0.34);
  background: rgba(255, 255, 255, 0.92);
}

.lucie-yoga-teaser {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(74px, 9vw, 126px);
  background:
    radial-gradient(900px 460px at 10% 18%, rgba(255, 214, 237, 0.88), transparent 62%),
    radial-gradient(760px 420px at 90% 8%, rgba(210, 225, 255, 0.86), transparent 64%),
    radial-gradient(640px 380px at 76% 96%, rgba(226, 212, 255, 0.82), transparent 62%),
    linear-gradient(135deg, #f9e9ff 0%, #fff0f7 42%, #eaf2ff 100%);
  color: #2e2530;
}

.lucie-yoga-teaser::before,
.lucie-yoga-teaser::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -8vw;
  right: -8vw;
  height: clamp(46px, 6vw, 86px);
  background: #080808;
  pointer-events: none;
}

.lucie-yoga-teaser::before {
  top: -1px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.lucie-yoga-teaser::after {
  bottom: -1px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.lucie-yoga-teaser__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.lucie-yoga-teaser__copy {
  position: relative;
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid rgba(135, 101, 168, 0.18);
  border-radius: 36px;
  /* background: rgba(255, 255, 255, 0.48); */
  box-shadow: 0 26px 70px rgba(89, 67, 107, 0.14);
  backdrop-filter: blur(10px);
}

.lucie-yoga-new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin-right: 8px;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #7d5aa9;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(125, 90, 169, 0.24);
}

.lucie-yoga-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(125, 90, 169, 0.2);
  border-radius: 999px;
  background: rgba(232, 220, 255, 0.68);
  color: #674779;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.lucie-yoga-teaser h2 {
  max-width: 760px;
  margin: 22px 0 18px;
  padding: 18px 0px;
  /* border: 1px solid rgba(125, 90, 169, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(231, 217, 255, 0.82), rgba(255, 222, 239, 0.72)); */
  color: #2d2140;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  font-weight: 600;
  line-height: 0.98;
  text-transform: none;
}

.lucie-yoga-teaser p {
  max-width: 66ch;
  color: rgba(46, 37, 48, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 700;
  line-height: 1.75;
}

.lucie-yoga-teaser__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.lucie-yoga-teaser__chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(125, 90, 169, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #594357;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lucie-yoga-teaser__chips i {
  color: #7d5aa9;
}

.lucie-yoga-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(125, 90, 169, 0.18);
  background: linear-gradient(135deg, #d9c8ff, #f4c9df);
  color: #2d2140;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(125, 90, 169, 0.18);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.lucie-yoga-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(125, 90, 169, 0.24);
}

.lucie-yoga-teaser__media {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 46vw, 560px);
  border: 1px solid rgba(125, 90, 169, 0.22);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(89, 67, 107, 0.22);
}

.lucie-yoga-teaser__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

@media (max-width: 980px) {
  .pricing-section .price-actions--split {
    grid-template-columns: 1fr;
  }

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

  .lucie-yoga-teaser__media {
    min-height: clamp(280px, 62vw, 430px);
    order: -1;
  }
}

@media (max-width: 520px) {
  .pricing-section .price-pay,
  .pricing-section .price-cta--info {
    min-height: 46px;
    padding-inline: 12px;
    font-size: 0.7rem;
  }

  .lucie-yoga-teaser h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1;
  }

  .lucie-yoga-teaser__chips,
  .lucie-yoga-link {
    width: 100%;
  }

  .lucie-yoga-teaser__chips span {
    flex: 1 1 100%;
  }

  .lucie-yoga-teaser__media {
    border-radius: 24px;
  }
}
