:root {
  --page: #fff7f4;
  --soft: #fff0ee;
  --soft-2: #f7e4df;
  --peach: #ffd3d5;
  --line: #efb2b5;
  --orange: #f06433;
  --orange-2: #b91d2d;
  --rose: #ee5a7d;
  --rose-soft: #ffdbe1;
  --red: #95121e;
  --glow: #ff7433;
  --dark: #24100c;
  --brown: #3a211a;
  --muted: #80685f;
  --white: #fffdf9;
  --display: "Noto Serif Hebrew", "Frank Ruhl Libre", "David Libre", "Times New Roman", serif;
  --body: "Assistant", "Rubik", "Noto Sans Hebrew", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4eadf;
  color: var(--brown);
  font-family: var(--body);
}

a {
  color: inherit;
}

.page-shell {
  width: min(790px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 3%, rgba(232, 90, 28, 0.12), transparent 25rem),
    var(--page);
  border-inline: 1px solid rgba(58, 33, 26, 0.12);
}

.section {
  position: relative;
  padding: 74px 32px;
  text-align: center;
}

.section + .section {
  border-top: 1px solid rgba(58, 33, 26, 0.03);
}

.hero {
  padding-top: 22px;
  background:
    radial-gradient(circle at 50% 40%, rgba(232, 90, 28, 0.28), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, #ffe0d4 62%, #fff8f0 100%);
}

.pill,
.mini-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 38px;
  border: 2px solid var(--line);
  border-radius: 999px;
  color: var(--orange-2);
  background: rgba(255, 249, 242, 0.62);
  font-size: clamp(1rem, 3.6vw, 1.42rem);
  font-weight: 900;
}

.pill.thin {
  min-height: 74px;
  min-width: 330px;
  background: rgba(255, 255, 255, 0.52);
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--orange-2);
  font-size: clamp(1.08rem, 3.6vw, 1.52rem);
  font-weight: 900;
  letter-spacing: 0.06em;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
.hero-title,
.closing-title,
.program-teaser {
  font-family: var(--display);
  color: var(--dark);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-title {
  margin: 54px auto 56px;
  max-width: 11ch;
  font-size: clamp(3.05rem, 11vw, 5.75rem);
  line-height: 1.14;
}

h2 {
  margin-bottom: 34px;
  font-size: clamp(2.35rem, 8.4vw, 4.5rem);
  line-height: 1.2;
}

h3 {
  margin-bottom: 26px;
  font-size: clamp(1.9rem, 6.5vw, 3.25rem);
  line-height: 1.28;
}

h1 span,
h2 span,
h3 span,
.hero-title span,
.closing-title span,
.program-teaser span,
.accent {
  color: var(--orange);
}

.hero-visual {
  position: relative;
  width: 100%;
  min-height: 860px;
  margin: 0 auto 62px;
  overflow: hidden;
  border-radius: 47% 47% 48px 48px;
  background: var(--dark);
  box-shadow: 0 32px 82px rgba(232, 90, 28, 0.22);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bubble {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  max-width: 310px;
  padding: 13px 22px;
  border: 1px solid rgba(58, 33, 26, 0.18);
  border-radius: 999px;
  color: #4e403b;
  background: rgba(255, 253, 249, 0.93);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  font-weight: 900;
  line-height: 1.25;
  transform: rotate(-2deg);
}

.b1 {
  top: 28px;
  right: 24px;
}

.b2 {
  top: 168px;
  left: 24px;
}

.b3 {
  top: 296px;
  left: 38px;
}

.b4 {
  top: 410px;
  right: 18px;
}

.b5 {
  bottom: 130px;
  right: 20px;
}

.b6 {
  bottom: 44px;
  left: 26px;
}

.hero-copy,
.text-block,
.mission-intro,
.text-note,
.small-note,
.after-card,
.workshop > .text-block,
.meetings > .text-block {
  width: min(690px, 100%);
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(1.28rem, 4.65vw, 2rem);
  line-height: 1.82;
}

.hero-copy p,
.text-block p {
  margin-bottom: 24px;
}

.cta-row {
  display: grid;
  gap: 24px;
  width: min(490px, 100%);
  margin: 46px auto 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 18px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(1.4rem, 4.8vw, 2rem);
  font-weight: 950;
  line-height: 1.2;
}

.button.primary {
  color: #fff;
  background: linear-gradient(100deg, #cf3219 0%, #ff7a1f 100%);
  box-shadow: 0 22px 48px rgba(232, 90, 28, 0.22);
}

.button.ghost {
  color: var(--orange-2);
  background: rgba(255, 255, 255, 0.48);
  border: 4px solid var(--line);
}

.quiet {
  min-height: 1060px;
  padding-top: 120px;
  background: linear-gradient(180deg, #fffaf4 0%, #fffaf4 52%, #fff5ed 100%);
}

.bold-line {
  color: var(--dark) !important;
  font-weight: 950;
}

.question-card {
  position: relative;
  margin: 70px auto 80px;
  padding: 92px 34px 64px;
  border: 2px solid #f4c8bf;
  border-radius: 52px;
  background: rgba(255, 255, 255, 0.58);
}

.question-card .mini-pill {
  position: absolute;
  top: -40px;
  right: 50%;
  width: min(360px, 78%);
  transform: translateX(50%);
  color: #fff;
  background: linear-gradient(100deg, #cf3219 0%, #ff7a1f 100%);
  border: none;
  font-size: clamp(1.1rem, 4vw, 1.55rem);
}

.question-card h3 {
  margin: 0;
}

.question-open {
  width: min(660px, 100%);
  margin: 68px auto 74px;
}

.question-kicker {
  margin: 0 auto 22px;
  color: var(--rose);
  font-family: var(--hand);
  font-size: clamp(1.35rem, 4.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.25;
  -webkit-text-stroke: 0.18px currentColor;
}

.question-open h3 {
  max-width: 14ch;
  margin: 0 auto;
  font-size: clamp(2.1rem, 7.2vw, 3.75rem);
  line-height: 1.13;
}

.question-open h3 span {
  display: block;
  margin-top: 12px;
  color: var(--red);
}

.after-card {
  margin-top: 64px;
}

.about {
  background: var(--soft);
}

.about .side-emphasis,
.side-emphasis {
  margin: 38px 0;
  padding-inline-end: 18px;
  border-inline-end: 8px solid var(--orange-2);
  color: var(--dark) !important;
  font-weight: 950;
}

.about-profile {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(230px, 56vw, 340px);
  aspect-ratio: 0.84;
  margin: 8px auto 58px;
  overflow: visible;
}

.about-profile::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 126%;
  aspect-ratio: 1;
  top: 59%;
  left: 47%;
  border: 2.5px solid rgba(233, 82, 126, 0.72);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 22px 54px rgba(188, 28, 65, 0.1);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-profile::after {
  display: none;
}

.about-profile img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(6%);
}

.intuition-line {
  margin: 10px 0 54px;
  color: var(--burgundy);
  font-family: var(--display);
  font-size: clamp(2.15rem, 8vw, 4.2rem);
  font-weight: 900;
  line-height: 0.95;
}

.message-intro {
  margin-top: 46px;
  color: var(--dark) !important;
  font-weight: 700;
}

.message-gallery {
  display: grid;
  gap: 16px;
  width: min(690px, 100%);
  margin: 28px auto 54px;
  padding: 0 8px;
}

.message-shot {
  width: min(100%, 610px);
  margin: 0;
  padding: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(91, 31, 20, 0.12);
  overflow: hidden;
  animation: messageDrift 7s ease-in-out infinite;
}

.message-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.message-shot-1,
.message-shot-3 {
  justify-self: end;
  width: min(78%, 520px);
}

.message-shot-2,
.message-shot-4 {
  justify-self: start;
}

.message-shot-2 {
  animation-delay: -1.5s;
}

.message-shot-3 {
  animation-delay: -3s;
}

.message-shot-4 {
  animation-delay: -4.5s;
}

.message-shot-5 {
  justify-self: center;
  animation-delay: -6s;
}

.dependency-line {
  margin: 48px 0 0;
  color: var(--burgundy);
  font-family: var(--display);
  font-size: clamp(2.4rem, 9vw, 4.8rem);
  font-weight: 900;
  line-height: 0.95;
}

@keyframes messageDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .message-shot {
    animation: none;
  }
}

.insight {
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 90, 28, 0.16), transparent 21rem),
    var(--soft);
}

.dark-card {
  width: min(690px, 100%);
  margin: 0 auto 90px;
  padding: 70px 34px;
  border-radius: 48px;
  color: var(--white);
  background: var(--dark);
}

.dark-card p {
  color: rgba(255, 253, 249, 0.82);
  font-size: clamp(1.45rem, 5vw, 2.24rem);
  line-height: 1.7;
}

.dark-card h2,
.dark-card h3 {
  margin: 36px 0 0;
  color: var(--orange);
}

.success-context,
.mission-turn {
  width: min(660px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.26rem, 4.4vw, 1.86rem);
  line-height: 1.75;
}

.success-context p,
.mission-turn p {
  margin: 0 0 18px;
}

.success-proof-gallery {
  display: grid;
  gap: 18px;
  width: min(650px, 100%);
  margin: 36px auto 52px;
  padding-inline: 8px;
}

.success-proof {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 46px rgba(91, 31, 20, 0.12);
}

.success-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.success-proof-1 {
  justify-self: center;
  width: min(92%, 560px);
}

.success-proof-2 {
  justify-self: start;
  width: min(82%, 500px);
}

.success-proof-3 {
  justify-self: end;
  width: min(74%, 440px);
}

.mission-turn {
  margin-bottom: 36px;
  color: var(--dark);
  font-family: var(--display);
  font-size: clamp(1.55rem, 5.4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.34;
}

.mission-turn p:last-child {
  color: var(--red);
}

.mission-turn p {
  font-family: "Gagua", "Heebo", "Assistant", Arial, sans-serif;
}

.spark-list,
.long-list,
.x-list {
  display: grid;
  gap: 28px;
  margin: 42px auto;
  padding: 0;
  list-style: none;
  text-align: right;
}

.spark-list {
  width: min(520px, 100%);
}

.spark-list li,
.long-list li {
  position: relative;
  padding-inline-start: 44px;
  color: var(--dark);
  font-size: clamp(1.34rem, 4.6vw, 2rem);
  font-weight: 900;
  line-height: 1.55;
}

.spark-list li::before,
.long-list li::before {
  content: "✦";
  position: absolute;
  inset-inline-start: 0;
  color: var(--orange-2);
}

.dark {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 40%, rgba(232, 90, 28, 0.14), transparent 26rem),
    var(--dark);
}

.dark h2,
.dark h3 {
  color: var(--white);
}

.dark p {
  width: min(650px, 100%);
  margin: 0 auto 44px;
  color: rgba(255, 253, 249, 0.78);
  font-size: clamp(1.4rem, 4.8vw, 2.05rem);
  line-height: 1.78;
}

.dark h2 span,
.dark h3,
.dark h3 span {
  color: var(--orange);
}

.white-bold {
  color: var(--white) !important;
  font-weight: 950;
}

.memory {
  padding-block: 130px;
}

.memory-flow {
  display: grid;
  width: min(650px, 100%);
  margin: 46px auto 56px;
  gap: 26px;
  justify-items: center;
}

.memory-flow p {
  margin-bottom: 12px;
}

.womb-orb {
  position: relative;
  width: clamp(118px, 34vw, 178px);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(238, 90, 125, 0.72);
  border-radius: 50%;
  box-shadow: 0 22px 54px rgba(238, 90, 125, 0.18);
}

.womb-orb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 32px rgba(255, 112, 72, 0.24);
  pointer-events: none;
}

.womb-orb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.womb-orb-a {
  justify-self: start;
  transform: rotate(-4deg);
}

.womb-orb-b {
  justify-self: end;
  transform: rotate(4deg);
}

.womb-orb-c {
  justify-self: center;
  transform: rotate(-2deg);
}

.birth-proof {
  width: min(680px, 100%);
  margin: 34px auto 56px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.birth-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.truth {
  background:
    radial-gradient(circle at 60% 0%, rgba(232, 90, 28, 0.12), transparent 28rem),
    var(--page);
}

.truth-cards {
  display: grid;
  gap: 34px;
  margin: 74px auto;
}

.truth-cards article {
  min-height: 188px;
  display: grid;
  place-items: center;
  padding: 36px 42px;
  border: 2px solid #f5cbc2;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--dark);
  font-size: clamp(1.35rem, 4.9vw, 2.05rem);
  font-weight: 950;
  line-height: 1.45;
}

.closing-title {
  margin-top: 80px;
  font-size: clamp(2rem, 7vw, 3.65rem);
}

.born {
  background: linear-gradient(180deg, #fff6ed 0%, #fff9f2 100%);
}

.outline-callout {
  margin: 70px auto;
  padding: 62px 34px;
  border: 3px solid var(--orange);
  border-radius: 48px;
  color: var(--dark);
  background: rgba(255, 255, 255, 0.4);
  font-family: var(--display);
  font-size: clamp(1.75rem, 6vw, 3.05rem);
  font-weight: 900;
  line-height: 1.55;
}

.outline-callout p {
  margin: 0 0 16px;
}

.program-teaser {
  width: min(610px, 100%);
  margin: 70px auto 0;
  font-size: clamp(2rem, 7vw, 3.55rem);
}

.small-note {
  margin-top: 54px;
  font-weight: 800;
}

.workshop {
  background:
    radial-gradient(circle at 20% 0%, rgba(232, 90, 28, 0.1), transparent 20rem),
    var(--page);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin: 54px auto 72px;
}

.chips span {
  min-width: 120px;
  padding: 18px 28px;
  border: 2px solid var(--line);
  border-radius: 999px;
  color: var(--dark);
  background: rgba(255, 245, 235, 0.75);
  font-size: clamp(1.15rem, 4vw, 1.75rem);
  font-weight: 900;
}

.chips.compact span {
  min-width: 0;
  width: calc(50% - 12px);
}

.cycle-wheel {
  --wheel-size: min(560px, 100%);
  --orbit: clamp(132px, 36vw, 205px);
  position: relative;
  display: grid;
  place-items: center;
  width: var(--wheel-size);
  aspect-ratio: 1;
  margin: 58px auto 78px;
}

.cycle-wheel::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 2px solid rgba(236, 174, 162, 0.86);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 63%, rgba(255, 116, 32, 0.1) 64%, transparent 67%),
    conic-gradient(
      from 0deg,
      rgba(255, 116, 32, 0),
      rgba(255, 116, 32, 0.38),
      rgba(255, 116, 32, 0)
    );
  box-shadow:
    inset 0 0 30px rgba(255, 116, 32, 0.1),
    0 22px 60px rgba(232, 90, 28, 0.09);
  animation: cycleSpin 18s linear infinite;
}

.cycle-wheel::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow:
    0 0 0 8px rgba(255, 116, 32, 0.12),
    0 0 28px rgba(255, 116, 32, 0.58);
  transform: rotate(0deg) translateY(calc(var(--orbit) * -1));
  animation: cycleOrbit 10s linear infinite;
}

.cycle-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(144px, 32vw, 205px);
  aspect-ratio: 1;
  padding: 18px;
  border: 2px solid rgba(236, 174, 162, 0.8);
  border-radius: 50%;
  color: var(--dark);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 116, 32, 0.16), transparent 54%),
    rgba(255, 253, 249, 0.88);
  box-shadow: 0 18px 42px rgba(58, 33, 26, 0.08);
  font-weight: 950;
  line-height: 1.25;
}

.cycle-core span {
  font-family: var(--display);
  font-size: clamp(1.2rem, 4vw, 1.85rem);
}

.cycle-core strong {
  color: var(--orange);
  font-size: clamp(0.78rem, 2.55vw, 1rem);
}

.cycle-item {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: clamp(106px, 24vw, 150px);
  min-height: clamp(50px, 10vw, 66px);
  padding: 12px 18px;
  border: 2px solid var(--line);
  border-radius: 999px;
  color: var(--dark);
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 12px 30px rgba(58, 33, 26, 0.06);
  font-size: clamp(0.95rem, 3.2vw, 1.35rem);
  font-weight: 950;
  line-height: 1.1;
  animation: cyclePulse 5.6s ease-in-out infinite;
}

.item-1 {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.item-2 {
  top: 14%;
  right: 5%;
  animation-delay: 0.7s;
}

.item-3 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation-delay: 1.4s;
}

.item-4 {
  right: 5%;
  bottom: 14%;
  animation-delay: 2.1s;
}

.item-5 {
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 2.8s;
}

.item-6 {
  bottom: 14%;
  left: 5%;
  animation-delay: 3.5s;
}

.item-7 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation-delay: 4.2s;
}

.item-8 {
  top: 14%;
  left: 5%;
  animation-delay: 4.9s;
}

@keyframes cycleSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cycleOrbit {
  to {
    transform: rotate(360deg) translateY(calc(var(--orbit) * -1));
  }
}

@keyframes cyclePulse {
  0%,
  100% {
    border-color: var(--line);
    box-shadow: 0 12px 30px rgba(58, 33, 26, 0.06);
  }

  45%,
  55% {
    border-color: rgba(232, 90, 28, 0.65);
    box-shadow: 0 16px 38px rgba(232, 90, 28, 0.17);
  }
}

.benefits-title {
  margin: 110px auto 52px;
}

.benefit-list {
  display: grid;
  gap: 34px;
  margin: 0 auto 90px;
}

.benefit-list div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 26px;
  align-items: center;
  min-height: 145px;
  padding: 28px 34px;
  border: 2px solid #ead9c8;
  border-radius: 36px;
  color: var(--dark);
  background: rgba(255, 255, 255, 0.74);
  text-align: right;
  font-size: clamp(1.28rem, 4.6vw, 1.95rem);
  font-weight: 950;
  line-height: 1.45;
}

.benefit-list i {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--orange);
}

.benefit-list i::before {
  content: "✦";
  color: #fff;
  font-style: normal;
  font-size: 1.45rem;
}

.dark-card.mini {
  margin-bottom: 0;
  padding-block: 66px;
}

.meetings {
  background: var(--soft-2);
}

.meeting-list {
  display: grid;
  gap: 70px;
  margin-top: 72px;
}

.meeting-list article {
  position: relative;
  padding: 72px 42px 50px;
  border: 2px solid #ead9c8;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(58, 33, 26, 0.06);
}

.meeting-list article > span {
  position: absolute;
  inset-block-start: 44px;
  inset-inline-end: 42px;
  color: rgba(210, 63, 38, 0.26);
  font-family: Georgia, serif;
  font-size: clamp(3rem, 12vw, 5.4rem);
  font-weight: 900;
  line-height: 1;
}

.meeting-list h3 {
  margin-inline-end: 90px;
  text-align: right;
}

.meeting-list p {
  color: var(--muted);
  font-size: clamp(1.3rem, 4.6vw, 1.95rem);
  line-height: 1.72;
}

.meeting-list .side-emphasis {
  margin-bottom: 0;
}

.fit,
.faq,
.final {
  background: var(--page);
}

.fit-card,
.not-card {
  padding: 56px 28px;
  border: 2px solid #ead9c8;
  border-radius: 50px;
  background: rgba(255, 246, 236, 0.65);
}

.long-list {
  width: min(650px, 100%);
}

.not-card {
  background: #f5ecdf;
}

.not-card h2 {
  color: var(--muted);
}

.x-list {
  gap: 34px;
  width: min(580px, 100%);
}

.x-list li {
  position: relative;
  padding-inline-start: 42px;
  color: var(--muted);
  font-size: clamp(1.22rem, 4.5vw, 1.86rem);
  line-height: 1.55;
}

.x-list li::before {
  content: "×";
  position: absolute;
  inset-inline-start: 0;
  color: var(--muted);
  font-size: 2rem;
}

.inner-note {
  margin: 56px auto 0;
  padding: 34px;
  border-radius: 30px;
  background: #fffdf9;
  color: var(--dark);
  font-size: clamp(1.26rem, 4.7vw, 1.95rem);
  font-weight: 950;
  line-height: 1.55;
}

.inner-note p:last-child {
  color: var(--orange);
}

.investment {
  padding-bottom: 0;
}

.price-box {
  margin: 70px auto 0;
  padding: 68px 30px 8px;
  border: 4px solid var(--orange);
  border-radius: 56px 56px 0 0;
}

.price-box p {
  margin-bottom: 28px;
}

.price-line {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 28px;
  margin: 50px auto 44px;
  color: var(--orange);
}

.price-line strong {
  font-family: Georgia, serif;
  font-size: clamp(5rem, 17vw, 8rem);
  font-weight: 900;
}

.price-line .old {
  color: rgba(255, 253, 249, 0.42);
  font-size: clamp(1.7rem, 6vw, 2.5rem);
  font-weight: 900;
  text-decoration: line-through;
}

.price-box .button {
  width: min(560px, 100%);
  margin-top: 44px;
}

.before {
  padding-block: 110px;
}

.before h3 {
  color: var(--orange);
}

.faq h2 {
  margin-bottom: 72px;
}

.faq-list {
  display: grid;
  gap: 34px;
}

.faq-list details {
  border: 2px solid #ead9c8;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.68);
  text-align: right;
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  padding: 38px 42px;
  color: var(--dark);
  cursor: pointer;
  font-size: clamp(1.28rem, 4.8vw, 2rem);
  font-weight: 950;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before {
  content: "+";
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--orange-2);
  background: #f4e8d8;
  font-size: 2rem;
  font-weight: 900;
}

.faq-list details[open] summary::before {
  content: "×";
}

.faq-list p {
  margin: 0;
  padding: 0 42px 46px;
  color: var(--muted);
  font-size: clamp(1.22rem, 4.5vw, 1.82rem);
  line-height: 1.72;
}

.final {
  background:
    radial-gradient(circle at 35% 0%, rgba(232, 90, 28, 0.09), transparent 22rem),
    var(--soft-2);
}

.final h3 {
  margin-top: 64px;
}

strong {
  color: var(--dark);
}

@media (max-width: 560px) {
  .page-shell {
    border: 0;
  }

  .section {
    padding-inline: 24px;
  }

  .hero-visual {
    min-height: 760px;
  }

  .bubble {
    max-width: 245px;
    padding: 10px 16px;
    font-size: 0.92rem;
  }

  .b2,
  .b3 {
    left: 14px;
  }

  .b4,
  .b5 {
    right: 14px;
  }

  .button {
    min-height: 88px;
  }

  .question-card,
  .meeting-list article,
  .fit-card,
  .not-card {
    border-radius: 34px;
  }

  .meeting-list h3 {
    margin-inline-end: 68px;
  }

  .meeting-list article > span {
    inset-inline-end: 28px;
  }
}

/* Compact preview sizing */
.section {
  padding-block: 58px;
}

.pill,
.mini-pill {
  min-height: 44px;
  padding: 8px 28px;
  font-size: clamp(0.92rem, 2.8vw, 1.12rem);
}

.pill.thin {
  min-height: 58px;
  min-width: 270px;
}

.eyebrow {
  font-size: clamp(0.95rem, 2.9vw, 1.18rem);
}

.hero-title {
  margin: 38px auto 42px;
  font-size: clamp(2.5rem, 7.6vw, 4.45rem);
}

h2 {
  font-size: clamp(1.9rem, 5.7vw, 3.15rem);
}

h3 {
  font-size: clamp(1.45rem, 4.6vw, 2.25rem);
}

.hero-visual {
  min-height: 690px;
  margin-bottom: 46px;
}

.bubble {
  max-width: 250px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

.hero-copy,
.text-block,
.mission-intro,
.text-note,
.small-note,
.after-card,
.workshop > .text-block,
.meetings > .text-block,
.dark p,
.meeting-list p,
.faq-list p {
  font-size: clamp(1.02rem, 3.2vw, 1.35rem);
  line-height: 1.72;
}

.button {
  min-height: 78px;
  padding: 14px 24px;
  font-size: clamp(1.08rem, 3.4vw, 1.38rem);
}

.question-card {
  margin: 52px auto 58px;
  padding: 70px 28px 48px;
}

.dark-card {
  padding: 54px 28px;
  margin-bottom: 64px;
}

.dark-card p {
  font-size: clamp(1.08rem, 3.5vw, 1.45rem);
}

.spark-list li,
.long-list li,
.x-list li {
  font-size: clamp(1.04rem, 3.35vw, 1.4rem);
}

.truth-cards article {
  min-height: 138px;
  padding: 28px;
  font-size: clamp(1.05rem, 3.3vw, 1.38rem);
}

.outline-callout {
  padding: 46px 28px;
  font-size: clamp(1.35rem, 4.4vw, 2.15rem);
}

.program-teaser,
.closing-title {
  font-size: clamp(1.58rem, 5vw, 2.45rem);
}

.chips {
  gap: 14px;
  margin-block: 38px 52px;
}

.chips span {
  padding: 13px 22px;
  font-size: clamp(0.98rem, 3vw, 1.2rem);
}

.benefit-list {
  gap: 22px;
}

.benefit-list div {
  min-height: 104px;
  padding: 22px 26px;
  font-size: clamp(1.02rem, 3.25vw, 1.32rem);
}

.meeting-list {
  gap: 46px;
}

.meeting-list article {
  padding: 58px 34px 42px;
}

.meeting-list article > span {
  font-size: clamp(2.4rem, 8vw, 3.8rem);
}

.price-line strong {
  font-size: clamp(4rem, 12vw, 5.8rem);
}

.faq-list summary {
  padding: 28px 32px;
  font-size: clamp(1.04rem, 3.35vw, 1.38rem);
}

.faq-list summary::before {
  width: 48px;
  height: 48px;
  font-size: 1.55rem;
}

@media (max-width: 560px) {
  .section {
    padding-block: 50px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-title {
    font-size: clamp(2.3rem, 10vw, 3.45rem);
  }

  h2 {
    font-size: clamp(1.75rem, 7vw, 2.55rem);
  }

  h3 {
    font-size: clamp(1.35rem, 5.6vw, 2rem);
  }

  .bubble {
    max-width: 214px;
    font-size: 0.82rem;
  }
}

/* Hero quote composition */
.hero-visual {
  min-height: clamp(680px, 106vw, 790px);
}

.bubble {
  --base-x: 0px;
  --base-y: 0px;
  --float-x: 0px;
  --float-y: -7px;
  --float-rot: 1deg;
  --rot: -2deg;
  width: clamp(176px, 34vw, 246px);
  max-width: none;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  text-align: center;
  font-size: clamp(0.8rem, 2.45vw, 0.96rem);
  line-height: 1.22;
  transform: translate3d(var(--base-x), var(--base-y), 0) rotate(var(--rot));
  animation: bubbleFloat 6.8s ease-in-out infinite;
  will-change: transform;
}

.b1 {
  top: 6%;
  right: auto;
  left: 50%;
  --base-x: -50%;
  --rot: -2.5deg;
  --float-x: 3px;
  animation-delay: -0.8s;
}

.b2 {
  top: 19%;
  right: auto;
  left: 8%;
  --rot: -2deg;
  --float-x: 4px;
  animation-delay: -2.2s;
}

.b3 {
  top: 33%;
  right: 8%;
  left: auto;
  --rot: 1.5deg;
  --float-x: -4px;
  animation-delay: -1.3s;
}

.b4 {
  top: 49%;
  right: auto;
  left: 7%;
  --rot: -2deg;
  --float-x: 3px;
  animation-delay: -3.4s;
}

.b5 {
  top: 64%;
  right: 7%;
  bottom: auto;
  width: clamp(210px, 42vw, 286px);
  --rot: 1.5deg;
  --float-x: -3px;
  animation-delay: -1.9s;
}

.b6 {
  right: auto;
  bottom: 7%;
  left: 15%;
  --rot: -2.5deg;
  --float-x: 4px;
  animation-delay: -4.1s;
}

@keyframes bubbleFloat {
  0%,
  100% {
    transform: translate3d(var(--base-x), var(--base-y), 0) rotate(var(--rot));
  }

  50% {
    transform:
      translate3d(
        calc(var(--base-x) + var(--float-x)),
        calc(var(--base-y) + var(--float-y)),
        0
      )
      rotate(calc(var(--rot) + var(--float-rot)));
  }
}

@media (max-width: 560px) {
  .hero-visual {
    min-height: clamp(640px, 158vw, 720px);
  }

  .bubble {
    width: clamp(150px, 42vw, 206px);
    min-height: 44px;
    padding: 8px 12px;
    font-size: clamp(0.74rem, 3.35vw, 0.86rem);
    line-height: 1.18;
  }

  .b1 {
    top: 7%;
  }

  .b2 {
    top: 19%;
    left: 6%;
  }

  .b3 {
    top: 33%;
    right: 6%;
  }

  .b4 {
    top: 47%;
    left: 6%;
  }

  .b5 {
    top: 61.5%;
    right: 6%;
    width: clamp(188px, 54vw, 238px);
  }

  .b6 {
    left: 12%;
    bottom: 6.5%;
  }
}

@media (max-width: 390px) {
  .hero-visual {
    min-height: 610px;
  }

  .bubble {
    width: 166px;
    font-size: 0.72rem;
  }

  .b5 {
    width: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bubble {
    animation: none;
  }
}

/* Stable price layout */
.price-line {
  display: grid;
  width: 100%;
  justify-items: center;
  gap: 10px;
  margin: 34px auto 40px;
  direction: ltr;
  color: var(--orange);
}

.price-line strong,
.price-line .old {
  white-space: nowrap;
  unicode-bidi: isolate;
}

.price-line strong {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  max-width: 100%;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: clamp(3.6rem, 15vw, 5.2rem);
  font-weight: 900;
  line-height: 0.95;
}

.price-line .old {
  color: rgba(255, 253, 249, 0.48);
  font-size: clamp(1.22rem, 4.4vw, 1.75rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

@media (max-width: 430px) {
  .price-box {
    padding-inline: 20px;
  }

  .price-line strong {
    font-size: clamp(3.2rem, 17vw, 4.3rem);
  }
}

/* Cycle wheel responsive tuning */
@media (max-width: 560px) {
  .cycle-wheel {
    --orbit: clamp(104px, 34vw, 132px);
    margin: 44px auto 64px;
  }

  .cycle-wheel::before {
    inset: 18%;
  }

  .cycle-core {
    width: clamp(108px, 34vw, 132px);
    padding: 14px;
  }

  .cycle-core span {
    font-size: clamp(0.98rem, 4.4vw, 1.22rem);
  }

  .cycle-core strong {
    font-size: clamp(0.64rem, 2.85vw, 0.78rem);
  }

  .cycle-item {
    min-width: clamp(88px, 28vw, 112px);
    min-height: 44px;
    padding: 9px 12px;
    font-size: clamp(0.76rem, 3.65vw, 0.94rem);
  }

  .item-2,
  .item-4 {
    right: 2%;
  }

  .item-6,
  .item-8 {
    left: 2%;
  }
}

@media (max-width: 390px) {
  .cycle-wheel {
    --orbit: 100px;
  }

  .cycle-item {
    min-width: 84px;
    padding-inline: 9px;
    font-size: 0.72rem;
  }

  .cycle-core {
    width: 106px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cycle-wheel::before,
  .cycle-wheel::after,
  .cycle-item {
    animation: none;
  }
}

/* Final section refinements */
.truth-statement {
  width: min(610px, 100%);
  margin: 38px auto 0;
  color: var(--dark);
  font-size: clamp(1.18rem, 3.9vw, 1.7rem);
  font-weight: 760;
  line-height: 1.6;
}

.fit-card .long-list {
  gap: 30px;
}

.fit-card .long-list li {
  padding-inline-start: 40px;
  color: var(--muted);
  font-size: clamp(1rem, 3.35vw, 1.34rem);
  font-weight: 600;
  line-height: 1.72;
}

.fit-card .long-list li::before {
  content: "✓";
  top: 0.04em;
  color: #3f965f;
  font-size: 1.18em;
  font-weight: 900;
}

/* Rose-red palette rebalance */
body {
  background: #f3e2dd;
}

.page-shell {
  background:
    radial-gradient(circle at 72% 3%, rgba(238, 90, 125, 0.14), transparent 24rem),
    radial-gradient(circle at 16% 28%, rgba(149, 18, 30, 0.06), transparent 22rem),
    var(--page);
}

.hero {
  background:
    radial-gradient(circle at 50% 40%, rgba(238, 90, 125, 0.24), transparent 25rem),
    radial-gradient(circle at 50% 72%, rgba(255, 116, 51, 0.16), transparent 22rem),
    linear-gradient(180deg, #fffaf7 0%, #ffdce2 58%, #fff7f4 100%);
}

h1 span,
h2 span,
h3 span,
.hero-title span,
.closing-title span,
.program-teaser span,
.accent {
  color: var(--rose);
}

.pill,
.mini-pill,
.eyebrow {
  color: var(--red);
}

.pill,
.mini-pill {
  border-color: rgba(238, 90, 125, 0.36);
  background: rgba(255, 243, 243, 0.68);
}

.button.primary,
.question-card .mini-pill {
  background: linear-gradient(105deg, var(--red) 0%, var(--rose) 58%, var(--glow) 100%);
  box-shadow: 0 22px 48px rgba(238, 90, 125, 0.2);
}

.button.ghost {
  color: var(--red);
  border-color: rgba(238, 90, 125, 0.38);
  background: rgba(255, 250, 247, 0.58);
}

.quiet,
.born {
  background: linear-gradient(180deg, #fff9f6 0%, #fff0f1 58%, #fff7f4 100%);
}

.question-card,
.truth-cards article,
.fit-card,
.not-card,
.faq-list details {
  border-color: rgba(238, 90, 125, 0.26);
}

.about .side-emphasis,
.side-emphasis {
  border-inline-end-color: var(--rose);
}

.insight,
.truth,
.workshop,
.final {
  background:
    radial-gradient(circle at 22% 0%, rgba(238, 90, 125, 0.11), transparent 20rem),
    radial-gradient(circle at 82% 18%, rgba(255, 116, 51, 0.07), transparent 18rem),
    var(--soft);
}

.dark,
.dark-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(238, 90, 125, 0.12), transparent 22rem),
    #21100d;
}

.dark-card h2,
.dark-card h3,
.dark h2 span,
.dark h3,
.dark h3 span,
.inner-note p:last-child {
  color: var(--rose);
}

.outline-callout,
.price-box {
  border-color: var(--rose);
}

.outline-callout {
  background: rgba(255, 244, 244, 0.52);
}

.cycle-wheel::before {
  border-color: rgba(238, 90, 125, 0.44);
  background:
    radial-gradient(circle, transparent 63%, rgba(238, 90, 125, 0.1) 64%, transparent 67%),
    conic-gradient(
      from 0deg,
      rgba(238, 90, 125, 0),
      rgba(238, 90, 125, 0.34),
      rgba(255, 116, 51, 0.22),
      rgba(238, 90, 125, 0)
    );
}

.cycle-wheel::after {
  background: var(--rose);
  box-shadow:
    0 0 0 8px rgba(238, 90, 125, 0.12),
    0 0 28px rgba(255, 116, 51, 0.44);
}

.cycle-core,
.cycle-item {
  border-color: rgba(238, 90, 125, 0.3);
}

.price-line,
.price-line strong {
  color: var(--rose);
}

.hero-visual {
  box-shadow: 0 32px 82px rgba(149, 18, 30, 0.18);
}

.faq-list summary::before {
  color: var(--red);
  background: #f7e1dd;
}

@keyframes cyclePulse {
  0%,
  100% {
    border-color: rgba(238, 90, 125, 0.3);
    box-shadow: 0 12px 30px rgba(58, 33, 26, 0.06);
  }

  45%,
  55% {
    border-color: rgba(238, 90, 125, 0.64);
    box-shadow: 0 16px 38px rgba(238, 90, 125, 0.16);
  }
}

/* CTA reference palette: burgundy, rose, coral */
:root {
  --red: #b31b38;
  --rose: #ef5a82;
  --glow: #ff7048;
  --orange: #ff7048;
  --orange-2: #b31b38;
  --line: #efb0ba;
  --page: #fff7f6;
  --soft: #fff0f1;
  --soft-2: #f6e2df;
  --peach: #ffd8dc;
}

.button.primary,
.question-card .mini-pill {
  background: linear-gradient(100deg, var(--red) 0%, var(--rose) 54%, var(--glow) 100%);
  box-shadow: 0 22px 48px rgba(239, 90, 130, 0.22);
}

h1 span,
h2 span,
h3 span,
.hero-title span,
.closing-title span,
.program-teaser span,
.accent {
  color: var(--red);
}

.dark-card h2,
.dark-card h3,
.dark h2 span,
.dark h3,
.dark h3 span,
.inner-note p:last-child {
  color: var(--rose);
}

.pill,
.mini-pill,
.eyebrow,
.button.ghost {
  color: var(--red);
}

.hero {
  background:
    radial-gradient(circle at 50% 38%, rgba(239, 90, 130, 0.22), transparent 25rem),
    radial-gradient(circle at 50% 72%, rgba(255, 112, 72, 0.16), transparent 22rem),
    linear-gradient(180deg, #fffaf8 0%, #ffdbe1 58%, #fff7f6 100%);
}

.page-shell {
  background:
    radial-gradient(circle at 72% 3%, rgba(239, 90, 130, 0.12), transparent 24rem),
    radial-gradient(circle at 14% 26%, rgba(179, 27, 56, 0.07), transparent 22rem),
    var(--page);
}

.insight,
.truth,
.workshop,
.final {
  background:
    radial-gradient(circle at 22% 0%, rgba(239, 90, 130, 0.1), transparent 20rem),
    radial-gradient(circle at 82% 18%, rgba(255, 112, 72, 0.06), transparent 18rem),
    var(--soft);
}

.question-card,
.truth-cards article,
.fit-card,
.not-card,
.faq-list details,
.cycle-core,
.cycle-item {
  border-color: rgba(239, 90, 130, 0.28);
}

.about .side-emphasis,
.side-emphasis,
.outline-callout,
.price-box {
  border-color: var(--rose);
}

.cycle-wheel::before {
  border-color: rgba(239, 90, 130, 0.44);
  background:
    radial-gradient(circle, transparent 63%, rgba(255, 112, 72, 0.08) 64%, transparent 67%),
    conic-gradient(
      from 0deg,
      rgba(179, 27, 56, 0.02),
      rgba(239, 90, 130, 0.34),
      rgba(255, 112, 72, 0.24),
      rgba(179, 27, 56, 0.02)
    );
}

.cycle-wheel::after {
  background: var(--rose);
  box-shadow:
    0 0 0 8px rgba(239, 90, 130, 0.12),
    0 0 28px rgba(255, 112, 72, 0.46);
}

.price-line strong {
  background: linear-gradient(100deg, var(--red) 0%, var(--rose) 52%, var(--glow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price-line {
  color: var(--rose);
}

/* Typography system: Gagua, Heebo, Dana Yad */
@font-face {
  font-family: "Gagua";
  src:
    url("assets/fonts/gagua-regular-fixed.ttf") format("truetype"),
    url("assets/fonts/x-gagua-regular.ttf") format("truetype"),
    local("Gagua"),
    local("gagua"),
    local("GAGUA"),
    local("גאגוע");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heebo Local";
  src:
    url("assets/fonts/heebo-regular.ttf") format("truetype"),
    local("Heebo Regular"),
    local("Heebo");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dana Yad";
  src:
    url("assets/fonts/dana-yad-alefalefalef.woff") format("woff"),
    url("assets/fonts/dana-yad-alefalefalef.otf") format("opentype"),
    local("Dana Yad"),
    local("DanaYadAlefAlefAlef"),
    local("DanaYad"),
    local("דנה יד");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --display: "Gagua", "Heebo", "Assistant", Arial, sans-serif;
  --body: "Heebo Local", "Heebo", "Assistant", Arial, sans-serif;
  --hand: "Dana Yad", "DanaYadAlefAlefAlef", "DanaYad", "Heebo Local", "Heebo", "Assistant", Arial, sans-serif;
}

body,
p,
li,
a,
summary,
button,
.button,
.text-block,
.hero-copy,
.mission-intro,
.after-card,
.small-note,
.meeting-list p,
.faq-list p,
.price-box p {
  font-family: var(--body);
}

h1,
h2,
h3,
.hero-title,
.closing-title,
.program-teaser,
.outline-callout,
.price-line strong {
  font-family: var(--display) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.pill,
.mini-pill,
.eyebrow,
.bubble,
.cycle-item,
.chips span,
.price-line .old {
  font-family: var(--hand) !important;
  font-weight: 700 !important;
  -webkit-text-stroke: 0.18px currentColor;
}

.hero-title {
  letter-spacing: 0;
  line-height: 1.02;
}

.bubble {
  font-weight: 700 !important;
}

.text-block,
.hero-copy,
.meeting-list p,
.faq-list p {
  font-weight: 400;
}

/* Visual tuning from the Canva glyph references */
h1,
h2,
h3,
.hero-title,
.closing-title,
.program-teaser,
.outline-callout {
  font-family: "Gagua", "Heebo", "Assistant", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0.012em;
  line-height: 1.02;
  text-wrap: balance;
  font-synthesis-weight: none;
}

.hero-title {
  max-width: 13.4ch;
  font-size: clamp(2.15rem, 6.8vw, 4.05rem);
  transform: scaleX(1.06);
  transform-origin: center;
}

.question-open h3 {
  max-width: 14ch;
  line-height: 1.13 !important;
}

.question-open h3 span {
  margin-top: 12px;
}

h2,
h3,
.closing-title,
.program-teaser {
  transform: scaleX(1.04);
  transform-origin: center;
}

body,
p,
li,
summary,
.text-block,
.hero-copy,
.meeting-list p,
.faq-list p {
  font-family: "Heebo Local", "Heebo", "Assistant", Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.pill,
.mini-pill,
.eyebrow,
.bubble,
.cycle-item,
.price-line .old {
  font-family: "Dana Yad", "DanaYadAlefAlefAlef", "DanaYad", "Heebo Local", "Heebo", "Assistant", Arial, sans-serif !important;
  font-weight: 700 !important;
  -webkit-text-stroke: 0.18px currentColor;
  letter-spacing: 0.025em;
  line-height: 1.28;
}

.bubble {
  font-size: clamp(0.84rem, 2.65vw, 1.02rem);
}

.intuition-line,
.dependency-line {
  color: #2d120d !important;
  font-family: "Gagua", "Heebo", "Assistant", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
}
