:root {
  --milk: #fffaf5;
  --cream: #f8efe9;
  --powder: #f1d7d5;
  --lavender: #e9e2f4;
  --mint: #d8eee8;
  --emerald: #3f8c7c;
  --emerald-deep: #236858;
  --gold: #d8bf7a;
  --gold-soft: #f7edce;
  --graphite: #292724;
  --muted: #6f6862;
  --line: rgba(41, 39, 36, 0.1);
  --white: rgba(255, 255, 255, 0.86);
  --shadow: 0 18px 44px rgba(92, 72, 64, 0.12);
  --shadow-soft: 0 12px 28px rgba(92, 72, 64, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
  --shell: 480px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: var(--graphite);
  background:
    radial-gradient(circle at 12% 0%, rgba(241, 215, 213, 0.5), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(216, 238, 232, 0.58), transparent 28rem),
    linear-gradient(180deg, var(--milk) 0%, #fffdf9 42%, #f9f3ef 100%);
  line-height: 1.68;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.shell {
  width: min(var(--shell), calc(100% - 28px));
  margin: 0 auto;
}

.section-band {
  padding: 22px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--emerald-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--graphite);
  line-height: 1.02;
}

h1 {
  font-size: clamp(1.72rem, 8.2vw, 2.18rem);
  letter-spacing: 0.015em;
  line-height: 1.08;
  text-align: center;
}

h2 {
  font-size: 2.24rem;
}

h3 {
  font-size: 2rem;
}

p {
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button:disabled {
  cursor: wait;
  opacity: 0.78;
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-deep) 100%);
}

.button--secondary {
  border: 1px solid rgba(63, 140, 124, 0.18);
  color: var(--emerald-deep);
  background:
    linear-gradient(135deg, rgba(247, 237, 206, 0.76), rgba(216, 238, 232, 0.76)),
    #fff;
}

.button--wide {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 390px;
  padding: 44px 0 38px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(25, 31, 28, 0.72) 0%, rgba(28, 42, 37, 0.66) 48%, rgba(25, 31, 28, 0.78) 100%),
    url("./images/perinatal-main.png") center 38% / cover;
  box-shadow: inset 0 -70px 90px rgba(255, 250, 245, 0.16);
}

.hero__grid {
  display: grid;
  gap: 14px;
  max-width: 620px;
}

.hero__copy {
  display: grid;
  gap: 13px;
  justify-items: center;
  text-align: center;
}

.hero h1 {
  color: #fffaf5;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.hero__lead,
.hero__microcopy,
.prose p,
.soft-panel p,
.sales-panel p,
.about p {
  color: var(--muted);
  font-size: 1rem;
}

.hero__lead {
  max-width: 360px;
  color: rgba(255, 250, 245, 0.9);
  font-size: 0.94rem;
  line-height: 1.58;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.hero__microcopy {
  display: grid;
  max-width: 390px;
  gap: 6px;
  justify-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(247, 237, 206, 0.48);
  border-radius: 18px;
  background: rgba(24, 38, 34, 0.48);
  color: #fffaf5;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.hero__microcopy span {
  font-size: 1.65rem;
  line-height: 1;
  animation: arrow-down 1200ms ease-in-out infinite;
}

.hero__portrait-wrap {
  position: relative;
  width: min(100%, 310px);
  margin: 6px auto 0;
}

.hero__halo {
  position: absolute;
  inset: -18px;
  border-radius: 44% 56% 52% 48%;
  background:
    linear-gradient(135deg, rgba(241, 215, 213, 0.8), rgba(216, 238, 232, 0.8)),
    var(--powder);
  filter: blur(0.5px);
  opacity: 0.88;
}

.hero__portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: 44% 56% 52% 48%;
  box-shadow: var(--shadow);
}

.icon-orbit {
  position: absolute;
  inset: -20px;
  pointer-events: none;
}

.line-icon {
  position: absolute;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(216, 191, 122, 0.56);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.line-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--emerald-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.line-icon--heart {
  top: 26px;
  left: -2px;
}

.line-icon--seed {
  right: 8px;
  top: 18px;
}

.line-icon--hands {
  bottom: 28px;
  left: 4px;
}

.line-icon--tree {
  right: 0;
  bottom: 50px;
}

.prose,
.soft-panel,
.sales-panel {
  display: grid;
  gap: 12px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.prose__accent {
  color: var(--emerald-deep);
  font-weight: 800;
}

.perinatal-infographic {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 8px 0 2px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 5% 14%, rgba(216, 238, 232, 0.76), transparent 12rem),
    radial-gradient(circle at 96% 10%, rgba(247, 237, 206, 0.7), transparent 13rem);
  box-shadow: none;
}

.infographic-heading h2 {
  font-size: clamp(1.8rem, 9vw, 2.35rem);
  line-height: 1.04;
  text-align: center;
}

.infographic-heading span {
  color: var(--emerald-deep);
}

.infographic-flow {
  display: grid;
  gap: 10px;
}

.info-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.info-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(216, 191, 122, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(216, 238, 232, 0.7), rgba(247, 237, 206, 0.72)),
    #fff;
}

.info-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--emerald-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.info-card h3 {
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.22;
}

.info-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.infographic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
}

.infographic-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(63, 140, 124, 0.18);
  border-radius: 999px;
  background: rgba(216, 238, 232, 0.45);
  color: var(--emerald-deep);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.infographic-final {
  padding: 10px 0 0;
  border-radius: 0;
  background: transparent;
  color: var(--graphite);
  text-align: center;
}

.infographic-final p {
  margin: 0;
  color: var(--emerald-deep);
  font-weight: 900;
  line-height: 1.4;
}

.soft-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(233, 226, 244, 0.5)),
    var(--white);
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.section-heading--center {
  text-align: center;
}

.instruction-infographic {
  display: grid;
  gap: 14px;
  padding: 8px 0 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(241, 215, 213, 0.58), transparent 12rem),
    radial-gradient(circle at 100% 8%, rgba(216, 238, 232, 0.76), transparent 12rem);
}

.instruction-heading h2 {
  font-size: clamp(1.85rem, 9vw, 2.45rem);
  line-height: 1.04;
  text-align: center;
}

.instruction-flow {
  display: grid;
  gap: 10px;
}

.instruction-item {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 6px 0;
}

.instruction-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(216, 191, 122, 0.4);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(247, 237, 206, 0.76), rgba(216, 238, 232, 0.62)),
    #fff;
}

.instruction-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--emerald-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.instruction-item h3 {
  margin: 0 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
}

.instruction-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.instruction-toggle {
  overflow: hidden;
  border: 1px solid rgba(216, 191, 122, 0.34);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 250, 245, 0.94), rgba(216, 238, 232, 0.46)),
    var(--white);
  box-shadow: var(--shadow-soft);
}

.instruction-toggle summary {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  color: var(--emerald-deep);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

.instruction-toggle summary::-webkit-details-marker {
  display: none;
}

.instruction-toggle summary::after {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: rgba(63, 140, 124, 0.1);
  color: var(--emerald-deep);
  content: "↓";
  font-size: 1rem;
  transition: transform 180ms ease;
}

.instruction-toggle[open] summary::after {
  transform: rotate(180deg);
}

.instruction-toggle__body {
  padding: 0 14px 16px;
}

.instruction-toggle .instruction-flow {
  gap: 9px;
  padding-top: 4px;
}

.instruction-toggle .instruction-item {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  padding: 5px 0;
}

.instruction-toggle .instruction-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
}

.instruction-toggle .instruction-icon svg {
  width: 25px;
  height: 25px;
}

.steps-grid,
.cards-grid {
  display: grid;
  gap: 10px;
}

.steps-grid {
  gap: 8px;
}

.step-card,
.mini-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.step-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 11px 13px;
  border-radius: 16px;
}

.step-card span,
.mini-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--clay, #a98462);
  font-weight: 800;
}

.step-card span {
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  background: rgba(247, 237, 206, 0.72);
  font-size: 0.75rem;
}

.step-card p,
.mini-card p {
  color: var(--graphite);
}

.step-card p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.card-generator {
  padding-top: 14px;
}

.deck-widget {
  display: grid;
  gap: 12px;
}

.deck-widget__stage {
  display: grid;
  min-height: 292px;
  place-items: center;
  overflow: hidden;
  padding: 14px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(216, 238, 232, 0.62), rgba(255, 255, 255, 0.9)),
    var(--white);
  box-shadow: var(--shadow);
}

.deck-back {
  position: relative;
  width: min(72vw, 245px);
  aspect-ratio: 0.7;
  cursor: pointer;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.deck-back:hover,
.deck-back:focus-visible {
  filter: drop-shadow(0 18px 28px rgba(63, 140, 124, 0.16));
  outline: none;
  transform: translateY(-3px);
}

.deck-back__card {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(63, 140, 124, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(247, 237, 206, 0.7), rgba(255, 255, 255, 0.98)),
    var(--milk);
  box-shadow: 0 16px 34px rgba(63, 140, 124, 0.14);
}

.deck-back__card--left {
  transform: rotate(-9deg) translate(-18px, 12px);
}

.deck-back__card--right {
  transform: rotate(8deg) translate(18px, 12px);
}

.deck-back__card--front {
  display: grid;
  place-items: center;
  transform: rotate(-1deg);
}

.deck-back__card--front svg {
  width: 116px;
  height: 116px;
  fill: none;
  stroke: var(--emerald-deep);
  stroke-width: 2.4;
}

.deck-back.is-shuffling .deck-back__card--left {
  animation: shuffle-left 560ms ease;
}

.deck-back.is-shuffling .deck-back__card--right {
  animation: shuffle-right 560ms ease;
}

.deck-back.is-shuffling .deck-back__card--front {
  animation: shuffle-front 560ms ease;
}

.drawn-card {
  display: grid;
  width: min(100%, 310px);
  min-height: 310px;
  margin: 0;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(63, 140, 124, 0.24);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  animation: card-reveal 520ms ease both;
}

.drawn-card img {
  width: 100%;
  max-height: 278px;
  object-fit: contain;
}

.card-result {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.card-result.is-visible {
  border-color: rgba(216, 191, 122, 0.42);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.card-result__placeholder,
.card-result__label,
.card-result__note,
.phrase-box p,
.phrase-box small {
  margin: 0;
}

.card-result__placeholder,
#cardDescription,
.card-result__note {
  color: var(--muted);
}

.card-result__note {
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 16px;
  background: rgba(247, 237, 206, 0.32);
  font-size: 0.94rem;
  line-height: 1.55;
}

.card-result__content {
  display: grid;
  gap: 10px;
}

.card-result__label,
.phrase-box p {
  color: var(--emerald-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phrase-box {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--gold-soft), rgba(241, 215, 213, 0.6));
  text-align: center;
}

.phrase-box strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  line-height: 1.08;
}

.phrase-box small {
  color: var(--muted);
}

.sales {
  padding-top: 0;
}

.sales-panel {
  position: relative;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 650px;
  align-items: flex-end;
  margin: 0;
  overflow: hidden;
  padding: 0 0 22px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(10, 20, 18, 0.34) 0%, rgba(10, 22, 19, 0.48) 42%, rgba(8, 18, 16, 0.88) 100%),
    url("./images/inner-child.png") center 32% / cover;
  box-shadow: none;
  backdrop-filter: none;
}

.sales-panel__content {
  display: grid;
  width: min(var(--shell), calc(100% - 28px));
  gap: 11px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.sales-panel h2 {
  color: #fffaf5;
  text-align: center;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.36);
}

.sales-panel__short {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 250, 245, 0.92) !important;
  font-size: 0.98rem;
  line-height: 1.48;
  text-align: center;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.sales-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 1px 0;
}

.sales-point {
  display: grid;
  gap: 7px;
  justify-items: center;
  padding: 10px 6px;
  border: 1px solid rgba(255, 250, 245, 0.24);
  border-radius: 16px;
  background: rgba(255, 250, 245, 0.13);
  backdrop-filter: blur(8px);
  text-align: center;
}

.sales-point span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  background: rgba(247, 237, 206, 0.2);
}

.sales-point svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #fffaf5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sales-point p {
  color: #fffaf5;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.22;
  text-transform: uppercase;
}

.sales-details {
  display: grid;
  gap: 10px;
  padding-top: 16px;
}

.sales-details--inside {
  padding-top: 2px;
}

.sales-detail-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(63, 140, 124, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.sales-panel .sales-detail-card {
  border-color: rgba(255, 250, 245, 0.22);
  background: rgba(9, 24, 21, 0.52);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.sales-panel .sales-detail-card span {
  border-color: rgba(247, 237, 206, 0.34);
  background: rgba(255, 250, 245, 0.12);
}

.sales-panel .sales-detail-card svg {
  stroke: #fffaf5;
}

.sales-panel .sales-detail-card h3 {
  color: var(--gold-soft);
}

.sales-panel .sales-detail-card p {
  color: rgba(255, 250, 245, 0.86);
}

.sales-detail-card span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(216, 191, 122, 0.4);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(247, 237, 206, 0.74), rgba(216, 238, 232, 0.62)),
    #fff;
}

.sales-detail-card svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--emerald-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sales-detail-card h3 {
  margin-bottom: 4px;
  color: var(--emerald-deep);
  font-size: 1.42rem;
  font-weight: 700;
}

.sales-detail-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.46;
}

.session h2 {
  font-weight: 700;
}

.session {
  background:
    radial-gradient(circle at 8% 8%, rgba(216, 238, 232, 0.72), transparent 12rem),
    radial-gradient(circle at 98% 20%, rgba(241, 215, 213, 0.48), transparent 13rem);
}

.session-infographic {
  display: grid;
  gap: 14px;
  padding: 8px 0 0;
  background: transparent;
}

.session-heading h2 {
  font-size: clamp(1.85rem, 9vw, 2.55rem);
  line-height: 1.04;
  text-align: center;
}

.session-flow {
  display: grid;
  gap: 10px;
}

.session-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 6px 0;
}

.session-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(216, 191, 122, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(216, 238, 232, 0.7), rgba(247, 237, 206, 0.74)),
    #fff;
}

.session-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--emerald-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.session-item p {
  margin: 0;
  color: var(--graphite);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.42;
}

.results {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
  background:
    linear-gradient(180deg, rgba(11, 24, 21, 0.86) 0%, rgba(9, 22, 19, 0.74) 48%, rgba(8, 19, 17, 0.9) 100%),
    url("./images/parents-healing.png") center 36% / cover;
}

.results::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(247, 237, 206, 0.18), transparent 17rem),
    radial-gradient(circle at 100% 88%, rgba(63, 140, 124, 0.24), transparent 18rem);
  content: "";
}

.results-infographic {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 0;
}

.results-heading h2 {
  color: #fffaf5;
  font-size: clamp(1.85rem, 9vw, 2.55rem);
  line-height: 1.04;
  text-align: center;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.results-flow {
  display: grid;
  gap: 12px;
}

.result-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 250, 245, 0.22);
  border-radius: 24px;
  background: rgba(9, 24, 21, 0.54);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.result-card::after {
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(247, 237, 206, 0.14);
  content: "";
}

.result-card--accent {
  border-color: rgba(216, 191, 122, 0.5);
  background:
    linear-gradient(145deg, rgba(247, 237, 206, 0.2), rgba(63, 140, 124, 0.34)),
    rgba(9, 24, 21, 0.58);
}

.result-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(247, 237, 206, 0.42);
  border-radius: 20px;
  background: rgba(255, 250, 245, 0.13);
}

.result-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #fffaf5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.result-card div {
  position: relative;
  z-index: 1;
}

.result-card h3 {
  margin-bottom: 5px;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold-soft);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.04;
}

.result-card p {
  margin: 0;
  color: rgba(255, 250, 245, 0.86);
  font-size: 0.92rem;
  line-height: 1.48;
}

.results .button {
  display: flex;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(135deg, #fffaf5 0%, var(--gold-soft) 100%);
  color: var(--emerald-deep);
}

.price-note {
  margin: 2px 0 0;
  color: var(--emerald-deep);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
}

.sales-panel .price-note,
.price-note--dark {
  color: var(--gold-soft);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.sales-panel__note {
  color: var(--gold-soft) !important;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.sales-panel .button {
  justify-self: center;
  width: 100%;
  max-width: 390px;
  min-height: 58px;
  padding: 11px 18px;
  background: linear-gradient(135deg, #fffaf5 0%, var(--gold-soft) 100%);
  color: var(--emerald-deep);
  line-height: 1.18;
  text-align: center;
}

.final-line {
  margin: 16px 0 12px;
  color: #fffaf5;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}

.about__grid {
  display: grid;
  gap: 16px;
  text-align: center;
}

.about__visual {
  position: relative;
  justify-self: center;
  width: min(78vw, 318px);
  margin: 0;
  padding: 12px;
}

.about__visual::before {
  position: absolute;
  inset: 9% -5% -4% 8%;
  border-radius: 34% 66% 48% 52% / 46% 38% 62% 54%;
  background:
    linear-gradient(145deg, rgba(216, 238, 232, 0.72), rgba(247, 237, 206, 0.74)),
    var(--cream);
  content: "";
  transform: rotate(-5deg);
}

.about__visual::after {
  position: absolute;
  right: 0;
  bottom: 16%;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(216, 191, 122, 0.36);
  border-radius: 50%;
  background: rgba(255, 250, 245, 0.58);
  content: "";
  filter: blur(0.2px);
}

.about__glow {
  position: absolute;
  inset: -10px 8px 16px;
  border-radius: 44% 56% 52% 48%;
  background: radial-gradient(circle at 46% 22%, rgba(255, 250, 245, 0.96), rgba(247, 237, 206, 0.52) 42%, transparent 72%);
  filter: blur(10px);
}

.about__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  object-position: center 18%;
  border: 8px solid rgba(255, 250, 245, 0.8);
  border-radius: 34% 66% 44% 56% / 42% 36% 64% 58%;
  box-shadow: 0 24px 56px rgba(92, 72, 64, 0.2);
}

.about .button {
  margin-top: 8px;
}

.social-panel {
  display: grid;
  gap: 12px;
  margin-top: 4px;
  padding: 14px;
  border: 1px solid rgba(63, 140, 124, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(247, 237, 206, 0.7), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(216, 238, 232, 0.48));
  box-shadow: var(--shadow-soft);
}

.social-panel h3 {
  color: var(--emerald-deep);
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.35;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.social-link {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(63, 140, 124, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--graphite);
  font-size: 0.82rem;
  font-weight: 800;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(63, 140, 124, 0.32);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  transform: translateY(-2px);
}

.social-link span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: rgba(63, 140, 124, 0.1);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--emerald-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.social-question {
  width: 100%;
}

.deck-credit {
  padding: 0 0 28px;
}

.deck-credit p {
  color: rgba(111, 104, 98, 0.82);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.footer {
  padding: 22px 0 34px;
}

.footer p {
  color: var(--muted);
  font-size: 0.78rem;
}

@keyframes shuffle-left {
  50% {
    transform: rotate(-15deg) translate(-34px, -6px);
  }
}

@keyframes shuffle-right {
  50% {
    transform: rotate(14deg) translate(34px, -6px);
  }
}

@keyframes shuffle-front {
  50% {
    transform: rotate(2deg) translateY(-12px);
  }
}

@keyframes card-reveal {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes arrow-down {
  50% {
    transform: translateY(5px);
  }
}

@media (min-width: 760px) {
  :root {
    --shell: 1040px;
  }

  .section-band {
    padding: 34px 0;
  }

  .sales {
    padding-top: 0;
  }

  .about__grid {
    grid-template-columns: 360px minmax(0, 1fr);
    align-items: center;
  }

  .hero__grid {
    max-width: 760px;
  }

  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 3.3rem;
  }

  .perinatal-infographic {
    padding: 8px 0 0;
  }

  .infographic-heading h2 {
    max-width: 840px;
    margin: 0 auto;
    font-size: 3rem;
  }

  .infographic-flow {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }

  .info-card {
    grid-template-columns: 1fr;
    align-content: start;
    padding: 6px 0;
  }

  .info-card--wide {
    grid-column: 1 / -1;
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .info-card__icon {
    width: 58px;
    height: 58px;
  }

  .infographic-tags span {
    font-size: 0.84rem;
  }

  .instruction-heading h2 {
    max-width: 760px;
    margin: 0 auto;
    font-size: 3rem;
  }

  .instruction-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 18px;
  }

  .instruction-item {
    grid-template-columns: 1fr;
    align-content: start;
    padding: 4px 0;
  }

  .instruction-icon {
    width: 56px;
    height: 56px;
  }

  .instruction-toggle .instruction-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 14px;
  }

  .instruction-toggle .instruction-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .session-heading h2 {
    max-width: 780px;
    margin: 0 auto;
    font-size: 3rem;
  }

  .session-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 18px;
  }

  .session-item {
    grid-template-columns: 1fr;
    align-content: start;
    padding: 4px 0;
  }

  .session-item--wide {
    grid-column: span 3;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .session-icon {
    width: 56px;
    height: 56px;
  }

  .sales-panel {
    min-height: 680px;
    padding: 0 0 46px;
    background-position: center 30%;
  }

  .sales-panel__content {
    max-width: 1040px;
    padding: 24px;
  }

  .sales-details {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 22px;
  }

  .sales-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .sales-point {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .results-heading h2 {
    max-width: 820px;
    margin: 0 auto;
    font-size: 3rem;
  }

  .results-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .result-card {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 218px;
  }

  .result-card--accent {
    grid-column: span 3;
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: auto;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .deck-widget {
    max-width: 560px;
    margin: 0 auto;
  }

  .about__grid {
    text-align: left;
  }

  .about__visual {
    width: min(100%, 360px);
  }

  .social-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-result {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
