:root {
  --ink: #302b2c;
  --ink-soft: #655b5d;
  --forest: #4a4244;
  --forest-deep: #292526;
  --mint: #f3d9dd;
  --mint-light: #fff4f4;
  --cream: #fff8f4;
  --paper: #fffdfc;
  --coral: #ed6879;
  --coral-dark: #c83f56;
  --saffron: #efbd7a;
  --olive: #7c8a5e;
  --plum: #7a4a63;
  --line: #ead7da;
  --shadow: 0 22px 55px rgba(55, 47, 49, 0.15);
  --radius: 24px;
  --font-display: "Baloo 2", "Noto Sans Devanagari", "Poppins", sans-serif;
  --font-script: "Caveat", cursive;
}

/* subtle paper grain so flat colour fields don't read as digital-flat */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: .5;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 18px;
}

::selection {
  color: var(--forest-deep);
  background: #f3cbd2;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Poppins", "Noto Sans Devanagari", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: 800;
  font-family: var(--font-display);
}

.topbar,
main,
footer,
.mobile-bar {
  position: relative;
  z-index: 2;
}

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

a {
  color: inherit;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(200, 63, 86, .32);
  outline-offset: 4px;
}

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

.reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--saffron);
  pointer-events: none;
}

.topbar {
  min-height: 42px;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  background: #f8dfe4;
  border-bottom: 1px solid #edcbd1;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.topbar strong {
  color: #302b2c;
  background: var(--saffron);
  border-radius: 999px;
  padding: 2px 9px;
  font-size: 0.7rem;
}

.topbar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7b61;
  box-shadow: 0 0 0 5px rgba(255, 123, 97, 0.15);
  animation: pulse 1.7s infinite;
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 9px rgba(255, 123, 97, 0); }
}

.shell {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.shell.narrow {
  width: min(860px, calc(100% - 40px));
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 26px 20px 46px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.66), rgba(255,248,247,.96)),
    linear-gradient(135deg, var(--mint-light), var(--cream));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  background-image: radial-gradient(#c58f98 0.65px, transparent 0.65px);
  background-size: 18px 18px;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  width: 340px;
  height: 340px;
  top: 90px;
  left: -180px;
  background: rgba(220, 145, 158, .2);
  border-radius: 42% 58% 63% 37% / 41% 44% 56% 59%;
}

.hero-glow-two {
  width: 390px;
  height: 390px;
  right: -220px;
  bottom: -120px;
  border: 70px solid rgba(244, 185, 66, .11);
  border-radius: 63% 37% 39% 61% / 44% 61% 39% 56%;
}

.festival-corner {
  position: absolute;
  z-index: 0;
  top: 150px;
  width: 220px;
  aspect-ratio: 1;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.festival-corner-left {
  left: max(12px, calc(50% - 710px));
}

.festival-corner-right {
  right: max(12px, calc(50% - 710px));
  transform: scaleX(-1);
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.brand {
  width: fit-content;
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--forest);
  text-decoration: none;
  text-align: left;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
}

.brand-mark svg {
  width: 24px;
  fill: currentColor;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: .16em;
}

.brand small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: .58rem;
  letter-spacing: .07em;
}

.hero-kicker,
.eyebrow {
  margin-bottom: 12px;
  color: var(--coral-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow {
  position: relative;
  padding-left: 22px;
  letter-spacing: .045em;
  text-transform: none;
}

.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 15px;
  height: 2px;
  background: var(--coral-dark);
  border-radius: 2px;
  transform: rotate(-8deg);
}

.section-heading.left .eyebrow,
.audience-title .eyebrow,
.journey-copy .eyebrow,
.preview-copy .eyebrow,
.mentor-copy .eyebrow,
.final-section .eyebrow {
  padding-left: 22px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 16px;
  border: 1.5px dashed #dda3ab;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  transform: rotate(-1.6deg);
  font-family: "Poppins", "Noto Sans Devanagari", system-ui, sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: none;
}

.hero-kicker .kicker-separator {
  margin-inline: 1px;
  color: #c38f98;
  font-weight: 600;
}

.hero-kicker .kicker-time,
.hero-kicker [data-event-date-marathi] {
  white-space: nowrap;
}

.hero-kicker .kicker-time strong {
  color: inherit;
  font: inherit;
  font-weight: 800;
}

.hero h1 {
  max-width: 900px;
  margin: 0 auto 13px;
  color: var(--forest-deep);
  font-size: clamp(2.1rem, 5.2vw, 4.35rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.hero h1 span {
  color: var(--coral-dark);
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--saffron);
  text-decoration-thickness: 2.5px;
  text-underline-offset: 9px;
}

.hero h1.income-hook {
  max-width: 1120px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.hero h1.income-hook .hook-line {
  display: block;
  word-spacing: .08em;
  text-decoration: none;
}

.hero h1.income-hook .hook-line + .hook-line {
  margin-top: .06em;
}

.hero h1.income-hook .hook-line-dark {
  color: var(--forest-deep);
  text-decoration: none;
}

.hero h1.income-hook .currency-symbol {
  display: inline;
  font-family: Arial, "Noto Sans", sans-serif;
  font-size: .88em;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  vertical-align: .03em;
}

.hero-proof {
  max-width: 820px;
  margin: -3px auto 22px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hero-proof li {
  padding: 7px 11px;
  border: 1px solid rgba(200, 63, 86, .18);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, .72);
  font-size: .66rem;
  font-weight: 700;
}

.hero-proof li::before {
  content: "✓";
  margin-right: 5px;
  color: var(--coral-dark);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  width: min(720px, 100%);
  height: 285px;
  margin: 0 auto 20px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 18px 34px 18px 34px;
  box-shadow: var(--shadow);
  background: #ead4d8;
  transform: rotate(-1.1deg);
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: -14px;
  left: 46px;
  width: 74px;
  height: 30px;
  background: rgba(239, 189, 122, .82);
  border: 1px solid rgba(190, 140, 60, .35);
  box-shadow: 0 3px 6px rgba(55,40,20,.18);
  transform: rotate(-5deg);
  pointer-events: none;
}

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

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(34,31,32,.9));
}

.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 17px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
}

.hero-visual figcaption span {
  display: block;
  margin-bottom: 3px;
  color: #ffd36d;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.hero-visual figcaption strong {
  display: block;
  font-size: 1.22rem;
}

.hero-visual figcaption small {
  color: rgba(255,255,255,.78);
  font-size: .72rem;
}

.live-chip {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(45, 40, 41, .92);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.live-chip i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #ff765d;
}

.primary-cta,
.secondary-cta,
.text-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 15px 25px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #cc4057, var(--coral-dark));
  box-shadow: 0 12px 25px rgba(200,63,86,.27), inset 0 1px rgba(255,255,255,.35);
  font-family: inherit;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.primary-cta:hover,
.secondary-cta:hover,
.text-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(200,63,86,.33), inset 0 1px rgba(255,255,255,.35);
}

.primary-cta svg {
  width: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-cta del,
.secondary-cta del {
  color: rgba(255, 255, 255, .7);
  text-decoration-thickness: 2px;
}

.hero-event-line {
  width: min(700px, 100%);
  margin: 17px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.hero-event-line > div {
  position: relative;
  min-width: 0;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-event-line > div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #e7cbd1;
  transform: translateY(-50%);
}

.hero-event-line strong {
  color: #9e4357;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.25;
}

.hero-event-line > div > span {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: .65rem;
  font-weight: 600;
  line-height: 1.35;
}

.countdown-strip {
  width: min(950px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 13px 16px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid #ebcfd4;
  border-radius: 16px;
  background: #fff6f7;
}

.countdown-strip.countdown-decision {
  margin: 14px auto 28px;
}

.countdown-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.countdown-copy > span {
  color: var(--coral-dark);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.countdown-copy strong {
  margin-top: 2px;
  color: var(--forest-deep);
  font-size: .8rem;
  line-height: 1.4;
}

.countdown-timer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.countdown-timer div {
  min-width: 58px;
  padding: 7px 7px 6px;
  border: 1px solid #ecd6da;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.countdown-timer strong,
.countdown-timer span {
  display: block;
}

.countdown-timer strong {
  color: var(--forest-deep);
  font-size: 1rem;
  line-height: 1.15;
}

.countdown-timer span {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: .5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.countdown-timer i {
  color: #bd8c96;
  font-size: .8rem;
  font-style: normal;
}

[data-registration-state="closed"] .countdown-strip {
  justify-content: center;
}

[data-registration-state="closed"] .countdown-timer {
  display: none;
}

.is-disabled {
  opacity: .58;
  pointer-events: none;
}

.section {
  padding: 72px 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.problem-section h2,
.audience-title h2,
.preview-copy h2,
.mentor-copy h2,
.final-section h2 {
  margin-bottom: 15px;
  color: var(--forest-deep);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.section-heading h2 span,
.problem-section h2 span,
.audience-title h2 span,
.final-section h2 span {
  position: relative;
  z-index: 0;
  color: var(--coral-dark);
  background-image: linear-gradient(100deg, var(--mint) 0%, var(--mint) 100%);
  background-repeat: no-repeat;
  background-size: 100% .38em;
  background-position: 2px 92%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.audience-title h2 span {
  background-image: linear-gradient(100deg, #ecd299 0%, #ecd299 100%);
}

.section-heading > p:last-child,
.audience-title > p:last-child {
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 500;
  text-wrap: pretty;
}

.problem-section {
  background: var(--mint-light);
}

.problem-editorial {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 72px;
}

.problem-photo {
  position: relative;
  margin-bottom: 0;
}

.problem-photo {
  transform: rotate(-1.2deg);
}

.problem-photo::before {
  content: "";
  position: absolute;
  inset: 24px -20px -20px 24px;
  border: 2px solid #dfbfc4;
  border-radius: 70px 14px 70px 14px;
}

.problem-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 70px 14px 70px 14px;
  box-shadow: var(--shadow);
}

.problem-photo figcaption {
  position: relative;
  z-index: 2;
  right: auto;
  bottom: auto;
  width: min(390px, calc(100% - 18px));
  margin: 14px 0 0 auto;
  padding: 16px 19px;
  color: #fff;
  background: var(--forest-deep);
  box-shadow: 0 14px 35px rgba(47,39,41,.27);
  transform: none;
}

.problem-photo figcaption strong,
.problem-photo figcaption span {
  display: block;
}

.problem-photo figcaption strong {
  color: #ffd36d;
  font-size: .92rem;
}

.problem-photo figcaption span {
  margin-top: 4px;
  color: rgba(255,255,255,.78);
  font-size: .76rem;
  line-height: 1.55;
}

.problem-copy h2 {
  margin-bottom: 14px;
}

.problem-lead {
  margin-bottom: 23px;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 600;
}

.editorial-checks {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e3cfd2;
  list-style: none;
}

.editorial-checks li {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e3cfd2;
}

.editorial-checks li > span {
  color: #e7bcc2;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0;
  -webkit-text-stroke: 1px var(--coral-dark);
  line-height: 1;
}

.editorial-checks p {
  margin: 0;
  color: #655b5d;
  font-size: .92rem;
  font-weight: 500;
}

.concern-section {
  background: #fff;
}

.concern-heading {
  max-width: 940px;
  margin-bottom: 30px;
}

.concern-heading h2 span {
  color: var(--coral-dark);
}

.concern-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.concern-gallery figure {
  position: relative;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 4px 40px 4px 4px;
  background: #eadadd;
}

.concern-gallery figure:nth-child(2) {
  height: auto;
  border-radius: 4px;
}

.concern-gallery figure:nth-child(3) {
  border-radius: 4px 4px 4px 40px;
}

.concern-gallery figure::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(34,31,32,.9));
}

.concern-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concern-gallery figcaption {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 16px;
  bottom: 17px;
  color: #fff;
}

.concern-gallery figcaption strong,
.concern-gallery figcaption span {
  display: block;
}

.concern-gallery figcaption strong {
  font-size: .98rem;
}

.concern-gallery figcaption span {
  margin-top: 2px;
  color: rgba(255,255,255,.68);
  font-size: .7rem;
  font-weight: 600;
}

.problem-section h2 {
  max-width: 760px;
  margin-bottom: 35px;
}

.problem-list {
  display: grid;
  gap: 12px;
}

.problem-list article {
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 14px;
  border: 1px solid #ead7da;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
}

.problem-list article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--coral-dark);
  background: #fdebed;
  font-size: .72rem;
  font-weight: 800;
}

.problem-list p {
  margin: 0;
  color: #655b5d;
  font-size: .95rem;
}

.problem-list strong {
  color: var(--ink);
}

.bridge-copy {
  margin: 22px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--saffron);
  color: #655b5d;
  background: #fff8f4;
  font-size: .86rem;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.outcome-card {
  position: relative;
  min-height: 285px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: 30px 10px 30px 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(78, 55, 61, .06);
  transform: rotate(-1deg);
}

.outcome-card:nth-child(3n+2) {
  transform: rotate(0.6deg);
}

.outcome-card:nth-child(3n) {
  border-radius: 10px 30px 10px 30px;
  transform: rotate(1.1deg);
}

.outcome-card.featured {
  color: var(--ink);
  border-color: #dfb7bf;
  background: #f9e5e8;
  box-shadow: 0 20px 40px rgba(125, 65, 78, .14);
  transform: rotate(0.6deg) translateY(-10px);
}

@media (hover: hover) {
  .outcome-card:hover { transform: rotate(0deg) translateY(-3px); }
  .outcome-card.featured:hover { transform: rotate(0deg) translateY(-13px); }
}

.card-number {
  display: block;
  margin-bottom: 38px;
  color: #f1cdd2;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-stroke: 1.4px var(--coral-dark);
}

.featured .card-number {
  color: var(--coral-dark);
}

.outcome-card h3 {
  margin-bottom: 10px;
  color: var(--forest-deep);
  font-size: 1.2rem;
}

.outcome-card.featured h3 {
  color: var(--forest-deep);
}

.outcome-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: .93rem;
  font-weight: 500;
}

.outcome-card.featured p {
  color: var(--ink-soft);
}

.section-action {
  margin-top: 28px;
  text-align: center;
}

.text-cta span {
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.audience-section {
  color: var(--ink);
  background: #f8e2e6;
  border-block: 1px solid #edcfd4;
}

.audience-layout {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  align-items: center;
  gap: 70px;
}

.eyebrow.light {
  color: var(--coral-dark);
}

.audience-title h2 {
  color: var(--ink);
}

.audience-title > p:last-child {
  color: var(--ink-soft);
}

.audience-list {
  display: grid;
  gap: 12px;
}

.audience-list article {
  padding: 17px 19px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 15px;
  border: 1px solid #e7c8ce;
  border-radius: 18px 6px 18px 6px;
  background: rgba(255,255,255,.72);
}

.audience-list article:nth-child(even) {
  border-radius: 6px 18px 6px 18px;
}

.audience-list article > span {
  color: #d9838f;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: .8px var(--coral-dark);
}

.audience-list h3 {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 1rem;
}

.audience-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .86rem;
  font-weight: 500;
}

.agenda-section {
  background: #fff;
}

.agenda-list {
  border-top: 1px solid var(--line);
}

.agenda-list article {
  padding: 28px 10px;
  display: grid;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid var(--line);
}

.agenda-index {
  color: #f1cdd2;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  -webkit-text-stroke: 1.2px #d9a4ac;
}

.agenda-tag {
  margin-bottom: 4px;
  color: var(--coral-dark);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.agenda-list h3 {
  margin-bottom: 5px;
  color: var(--forest-deep);
  font-size: 1.18rem;
}

.agenda-list article > div:last-child > p:last-child {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: .93rem;
  font-weight: 500;
}

.roadmap-section {
  background: var(--cream);
}

.roadmap {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}

.roadmap article {
  min-height: 230px;
  padding: 27px 22px;
  border: 1px solid #eadfc9;
  border-radius: 20px;
  background: #fff;
}

.roadmap article span {
  width: 35px;
  height: 35px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-size: .8rem;
  font-weight: 700;
}

.roadmap article h3 {
  margin-bottom: 7px;
  color: var(--forest);
  font-size: 1.1rem;
}

.roadmap article p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .79rem;
}

.roadmap > i {
  color: var(--coral-dark);
  font-size: 1.3rem;
  font-style: normal;
}

.journey-editorial {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  align-items: center;
  gap: 72px;
}

.journey-copy h2 {
  margin-bottom: 15px;
  color: var(--forest-deep);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.journey-copy h2 span {
  position: relative;
  color: var(--coral-dark);
  background-image: linear-gradient(100deg, var(--mint) 0%, var(--mint) 100%);
  background-repeat: no-repeat;
  background-size: 100% .38em;
  background-position: 2px 92%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.journey-lead {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 600;
}

.journey-steps {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #e1d7c3;
  list-style: none;
}

.journey-steps li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #e1d7c3;
}

.journey-steps li > span {
  color: #e7bcc2;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-stroke: 1px var(--coral-dark);
}

.journey-steps h3 {
  margin-bottom: 3px;
  color: var(--forest-deep);
  font-size: 1rem;
}

.journey-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .87rem;
  font-weight: 500;
}

.journey-photo {
  position: relative;
  height: 680px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px 90px 4px 4px;
  box-shadow: var(--shadow);
}

.journey-photo::after {
  content: "";
  position: absolute;
  inset: 52% 0 0;
  background: linear-gradient(transparent, rgba(34,31,32,.94));
}

.journey-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.journey-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 25px;
  right: 22px;
  bottom: 24px;
  color: #fff;
}

.journey-photo figcaption span,
.journey-photo figcaption strong,
.journey-photo figcaption small {
  display: block;
}

.journey-photo figcaption span {
  color: #ffd36d;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.journey-photo figcaption strong {
  margin-top: 3px;
  font-size: 1.15rem;
}

.journey-photo figcaption small {
  margin-top: 5px;
  color: rgba(255,255,255,.67);
  font-size: .7rem;
}

.course-preview {
  color: var(--ink);
  background: #fff1f3;
  border-block: 1px solid #efd7db;
}

.preview-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 70px;
}

.preview-copy h2 {
  color: var(--ink);
}

.preview-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.webinar-course-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--coral);
  background: rgba(255, 255, 255, .66);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.6;
}

.webinar-course-note strong {
  color: var(--coral-dark);
}

.course-roadmap {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4cdd2;
}

.preview-copy .course-roadmap li {
  min-height: 0;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border-bottom: 1px solid #e4cdd2;
  font-size: inherit;
}

.course-roadmap li > span {
  color: #e7bcc2;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  -webkit-text-stroke: 1px var(--coral-dark);
}

.course-roadmap h3 {
  margin: 0 0 3px;
  color: var(--forest-deep);
  font-size: .91rem;
}

.course-roadmap p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.55;
}

.preview-copy ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.preview-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .94rem;
  font-weight: 600;
}

.preview-copy li span {
  color: var(--coral-dark);
  font-weight: 800;
}

.preview-copy .offer-includes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.preview-copy .offer-includes li {
  min-height: 70px;
  padding: 12px 13px;
  align-items: center;
  border: 1px solid rgba(200, 63, 86, .14);
  border-radius: 14px 5px 14px 5px;
  background: rgba(255, 255, 255, .66);
  font-size: .82rem;
  line-height: 1.45;
}

.offer-bridge {
  margin: 17px 0 0;
  padding: 13px 15px;
  border-left: 4px solid var(--saffron);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .58);
  font-size: .78rem;
}

.offer-bridge strong {
  color: var(--forest-deep);
}

.preview-card {
  padding: 36px 34px;
  border: 1px solid #e7cdd2;
  border-radius: 42px 12px 42px 12px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 18px 44px rgba(80, 56, 62, .14);
  transform: rotate(1deg);
}

.preview-card > p {
  margin-bottom: 17px;
  color: var(--coral-dark);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.preview-card h3 {
  margin-bottom: 14px;
  color: var(--forest-deep);
  font-size: 1.55rem;
  line-height: 1.25;
}

.preview-card > span {
  display: block;
  color: var(--ink-soft);
  font-size: .91rem;
  font-weight: 500;
}

.offer-path {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.offer-path span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest-deep);
  background: #fff;
  font-size: .61rem;
  font-weight: 800;
}

.offer-path i {
  color: var(--coral-dark);
  font-size: .72rem;
  font-style: normal;
}

.secondary-cta {
  width: 100%;
  margin-top: 24px;
  transform: rotate(-1deg);
}

.preview-clarifier {
  display: block;
  margin-top: 11px;
  color: #7d6e71;
  font-size: .68rem;
  font-weight: 600;
  text-align: center;
}

.testimonials-section {
  background: #fff;
}

.reviews-heading {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 50px;
}

.reviews-heading h2 {
  max-width: 750px;
  margin-bottom: 0;
  color: var(--forest-deep);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.testimonial-context {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--coral);
  color: #66585c;
  background: #fff2f4;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.55;
}

.testimonial-context strong {
  color: var(--coral-dark);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  position: relative;
  min-height: 350px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 4px 28px 4px 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(78, 55, 61, .06);
  transform: rotate(-0.7deg);
}

.testimonial-card:nth-child(even) {
  border-radius: 28px 4px 28px 4px;
  transform: rotate(0.7deg);
}

.testimonial-card blockquote::before {
  content: "\201C";
  display: block;
  margin-bottom: -14px;
  color: var(--mint);
  font-family: Georgia, serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.sample-tag {
  position: absolute;
  top: -10px;
  right: 22px;
  padding: 5px 10px;
  color: #815d10;
  background: #fff2c7;
  box-shadow: 0 3px 6px rgba(90, 65, 10, .18);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .1em;
  border-radius: 3px;
  transform: rotate(3deg);
}

.review-stars {
  margin-bottom: 25px;
  color: #e9a81f;
  font-size: .78rem;
  letter-spacing: .12em;
}

.testimonial-card blockquote {
  margin-bottom: 28px;
  color: var(--forest-deep);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

.review-person {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 3px #f7e2e6;
}

.review-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #9c5061;
  background: linear-gradient(145deg, #fff8f8, #f7dfe4);
  border: 1px solid #e7c4cc;
  box-shadow: 0 4px 12px rgba(104, 63, 74, .12);
}

.review-avatar svg {
  width: 42px;
  height: 42px;
}

.review-avatar .avatar-body { fill: currentColor; opacity: .34; }
.review-avatar .avatar-face { fill: #fff9f8; }
.review-avatar .avatar-hair { fill: currentColor; }

.testimonial-card:nth-child(2) .review-avatar {
  color: #a26c4f;
  background: linear-gradient(145deg, #fffaf5, #f5e3d6);
  border-color: #ead0bd;
}

.testimonial-card:nth-child(3) .review-avatar {
  color: #765a82;
  background: linear-gradient(145deg, #fcf9ff, #e9dfee);
  border-color: #d9c9e0;
}

.review-person strong,
.review-person span {
  display: block;
}

.review-person strong {
  color: var(--forest-deep);
  font-size: .84rem;
}

.review-person span {
  color: var(--ink-soft);
  font-size: .67rem;
  font-weight: 500;
}

.resources-section {
  padding: 54px 0 50px;
  color: var(--ink);
  background: #f5dde2;
  border-block: 1px solid #e9c7ce;
}

.resources-section .section-heading h2 {
  color: var(--ink);
}

.bonus-intro {
  max-width: 790px;
  margin: 18px auto 0 !important;
  color: var(--ink-soft) !important;
  font-size: .92rem;
  font-weight: 500;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 14px;
}

.resource-card {
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid #e8cbd0;
  border-radius: 26px 8px 26px 8px;
  box-shadow: 0 16px 35px rgba(80, 56, 62, .09);
}

.resource-card:nth-child(2) {
  border-radius: 8px 26px 8px 26px;
  transform: translateY(14px);
}

.resource-media {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #eadadd;
}

.resource-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.resource-media span {
  position: absolute;
  left: 13px;
  bottom: 12px;
  padding: 5px 9px;
  color: var(--coral-dark);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(200,63,86,.18);
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.resource-card > div:last-child {
  padding: 23px 22px 25px;
}

.resource-card h3 {
  margin-bottom: 8px;
  color: var(--forest-deep);
  font-size: 1.02rem;
  line-height: 1.35;
}

.resource-card p {
  margin-bottom: 15px;
  color: var(--ink-soft);
  font-size: .84rem;
  font-weight: 500;
}

.resource-card small {
  color: #a0761a;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.resource-cta {
  margin-top: 28px;
  text-align: center;
}

.bonus-note {
  margin: 23px 0 -17px;
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 600;
  text-align: center;
}

.bonus-note strong {
  color: var(--coral-dark);
}

.mentor-section {
  background: var(--mint-light);
}

.mentor-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 70px;
}

.mentor-photo {
  position: relative;
  width: min(100%, 320px);
  justify-self: center;
}

.mentor-photo {
  transform: rotate(-1.4deg);
}

.mentor-photo::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 20px;
  border: 2px solid #dfbec4;
  border-radius: 90px 16px 90px 16px;
}

.mentor-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 90px 16px 90px 16px;
  box-shadow: var(--shadow);
}

.mentor-photo > span {
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: 24px;
  padding: 9px 15px;
  color: var(--forest-deep);
  background: var(--saffron);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  transform: rotate(2.4deg);
  box-shadow: 0 6px 14px rgba(90, 65, 20, .18);
}

.mentor-copy h2 {
  margin-bottom: 3px;
}

.mentor-role {
  color: var(--coral-dark);
  font-size: .86rem;
  font-weight: 700;
}

.mentor-copy > p:not(.eyebrow):not(.mentor-role) {
  color: var(--ink-soft);
  font-size: .98rem;
  font-weight: 500;
}

.mentor-credentials {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dcbfc5;
}

.mentor-credentials article {
  position: relative;
  min-height: 110px;
  padding: 18px 28px 18px 0;
  border-bottom: 1px solid #dcbfc5;
}

.mentor-credentials article:nth-child(even) {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid #dcbfc5;
}

.mentor-credentials article > span {
  display: block;
  color: var(--coral-dark);
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.mentor-credentials article strong {
  display: block;
  margin-top: 7px;
  color: var(--forest-deep);
  font-size: 1rem;
  line-height: 1.3;
}

.mentor-credentials article p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.45;
}

.mentor-reach {
  margin: 25px 0;
}

.mentor-reach > p {
  margin: 0 0 9px;
  color: #9e5363;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.mentor-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid #dcbfc5;
}

.mentor-facts span {
  padding: 15px 10px;
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.4;
  text-align: center;
}

.mentor-facts span + span {
  border-left: 1px solid #dcbfc5;
}

.mentor-facts strong {
  display: block;
  margin-bottom: 2px;
  color: var(--coral-dark);
  font-size: 1.08rem;
}

.mentor-copy blockquote {
  margin-bottom: 0;
  padding: 18px 21px;
  border-left: 4px solid var(--coral);
  color: var(--forest);
  background: #fff;
  font-size: .87rem;
  font-weight: 600;
}

.faq-section {
  padding-bottom: 36px;
  background: #fff;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 21px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--forest-deep);
  font-size: .96rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span:not([hidden]) {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: var(--mint);
  font-size: 1.1rem;
  transition: transform .18s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 750px;
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: .92rem;
  font-weight: 500;
}

.final-section {
  position: relative;
  overflow: hidden;
  padding: 68px 0;
  color: var(--ink);
  background: #f8e1e5;
  border-top: 1px solid #ebcbd1;
  text-align: center;
}

.final-section .shell {
  position: relative;
  z-index: 1;
}

.final-section h2 {
  color: var(--ink);
}

.final-section > .shell > p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto 24px;
  color: var(--ink-soft);
}

.final-cta {
  min-width: min(540px, 100%);
}

.final-section small {
  display: block;
  margin-top: 11px;
  color: #786a6d;
  font-size: .7rem;
}

.final-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(200,63,86,.14);
}

.orbit-one {
  width: 440px;
  height: 440px;
  left: -220px;
  top: -220px;
}

.orbit-two {
  width: 620px;
  height: 620px;
  right: -340px;
  bottom: -390px;
}

footer {
  padding: 34px 20px 40px;
  color: var(--ink-soft);
  background: #fff8f8;
  border-top: 1px solid #efd9dd;
  text-align: center;
}

.footer-brand {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .18em;
}

footer p {
  margin: 0;
  font-size: .69rem;
}

footer .disclaimer {
  max-width: 730px;
  margin: 10px auto 0;
  color: #8c7d80;
}

footer .footer-copyright {
  color: #64575a;
}

footer .footer-legal-copy {
  max-width: 900px;
  font-size: .62rem;
  line-height: 1.7;
}

.footer-links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.footer-links a,
.footer-support a {
  color: #8f4658;
  font-size: .68rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

footer .footer-support {
  margin-top: 10px;
  color: #8c7d80;
}

.mobile-bar {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: 12px;
  width: min(590px, calc(100% - 24px));
  padding: 7px 7px 7px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  border: 1px solid #dfb8c0;
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 250, 250, .98);
  box-shadow: 0 14px 38px rgba(91, 53, 62, .2), inset 0 1px rgba(255, 255, 255, .9);
  transform: translate(-50%, 150%);
  transition: transform .3s ease;
  backdrop-filter: blur(16px);
}

.mobile-bar.visible {
  transform: translate(-50%, 0);
}

.mobile-bar > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.22;
}

.mobile-bar > div::before {
  content: "●  LIVE WEBINAR";
  margin-bottom: 3px;
  color: var(--coral-dark);
  font-size: .49rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.mobile-bar strong {
  color: var(--forest-deep);
  font-size: .77rem;
  line-height: 1.25;
}

.mobile-bar span {
  color: var(--ink-soft);
  font-size: .58rem;
}

.mobile-bar strong [data-event-date-short],
.mobile-bar strong [data-event-time-short] {
  color: var(--forest-deep);
  font-size: inherit;
}

.mobile-bar strong [data-event-price] {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 999px;
  color: #9e3e53;
  background: #f7dfe4;
  font-family: Arial, "Noto Sans", sans-serif;
  font-size: .72rem;
  line-height: 1.35;
}

.mobile-bar a {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #d64b62, var(--coral-dark));
  box-shadow: 0 7px 16px rgba(176, 53, 76, .24), inset 0 1px rgba(255, 255, 255, .25);
  font-size: .74rem;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.mobile-bar a::after {
  content: "→";
  font-size: .95rem;
  line-height: 1;
}

@media (hover: hover) {
  .mobile-bar a:hover {
    transform: translateY(-1px);
    box-shadow: 0 9px 20px rgba(176, 53, 76, .3), inset 0 1px rgba(255, 255, 255, .25);
  }
}

@media (hover: hover) {
  .outcome-card,
  .testimonial-card,
  .resource-card,
  .preview-card {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .testimonial-card:hover,
  .resource-card:hover,
  .preview-card:hover {
    transform: translateY(-3px);
    border-color: #dbb6be;
    box-shadow: 0 18px 38px rgba(78, 55, 61, .11);
  }

  .preview-card:hover .secondary-cta {
    transform: rotate(0deg);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* Thank-you page */
.thankyou-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 10% 10%, rgba(231, 188, 194, .48), transparent 27%),
    radial-gradient(circle at 92% 90%, rgba(255, 219, 226, .7), transparent 28%),
    #fff8f8;
}

.thankyou-shell {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  overflow: hidden;
  border: 1px solid #ecd7db;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(88, 57, 66, .16);
}

.thankyou-image {
  position: relative;
  min-height: 820px;
}

.thankyou-image::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(34,31,32,.88));
}

.thankyou-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.thankyou-image-label {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 26px;
  color: #fff;
}

.thankyou-image-label span {
  display: block;
  color: #ffd36d;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.thankyou-image-label strong {
  display: block;
  font-size: 1.4rem;
}

.thankyou-image-label small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.78);
  font-size: .68rem;
  font-weight: 600;
}

.thankyou-content {
  padding: 40px 48px 38px;
}

.thankyou-wordmark {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-decoration: none;
}

.thankyou-success-row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.thankyou-success-row .success-icon {
  flex: 0 0 48px;
  margin: 0;
}

.thankyou-success-row .section-label {
  margin-bottom: 2px;
}

.thankyou-success-row > div:last-child > strong {
  color: var(--forest-deep);
  font-size: .84rem;
}

.thankyou-brand {
  margin: 0 0 35px;
}

.brand-symbol {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
}

.brand-symbol svg {
  width: 24px;
  fill: currentColor;
}

.success-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
}

.success-icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-label {
  margin-bottom: 7px;
  color: var(--coral-dark);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.thankyou-content h1 {
  margin-bottom: 10px;
  color: var(--forest-deep);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.12;
}

.thankyou-lead {
  max-width: 610px;
  color: var(--ink-soft);
  font-size: .88rem;
  line-height: 1.65;
}

.whatsapp-button {
  width: 100%;
  margin-top: 18px;
  justify-content: center;
  padding: 15px 18px;
  border-radius: 13px;
  font-size: .86rem;
  box-shadow: 0 12px 26px rgba(159, 78, 97, .2);
}

.button-helper {
  margin: 8px 0 0;
  color: #8f7e82;
  font-size: .65rem;
  text-align: center;
}

.event-ticket {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #e8cfd5;
  border-radius: 18px;
  background: #fff7f8;
}

.event-ticket-head {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--coral-dark);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.event-ticket-head b {
  padding: 4px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--coral-dark);
  font-size: .55rem;
}

.event-ticket-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr .95fr;
  gap: 0;
  border-block: 1px solid #ead6da;
}

.event-ticket-grid > div {
  min-width: 0;
  padding: 12px;
  border-right: 1px solid #ead6da;
}

.event-ticket-grid > div:first-child { padding-left: 0; }
.event-ticket-grid > div:last-child { padding-right: 0; border-right: 0; }

.event-ticket-grid > div > span,
.event-ticket-grid > div > strong {
  display: block;
}

.event-ticket-grid > div > span {
  margin-bottom: 4px;
  color: #9b7f85;
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase;
}

.event-ticket-grid > div > strong {
  color: var(--forest-deep);
  font-size: .73rem;
  line-height: 1.4;
}

.event-ticket-grid > div > strong span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  text-transform: none;
}

.event-ticket > p {
  margin: 12px 0 0;
  color: #855664;
  font-size: .69rem;
  font-weight: 600;
}

.thankyou-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.calendar-button,
.back-button {
  padding: 11px 13px;
  border: 1px solid #e1c6cc;
  border-radius: 10px;
  color: #8f4658;
  background: #fff;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.calendar-button { background: #fff0f3; }

.next-steps {
  margin: 24px 0;
  display: grid;
  gap: 9px;
}

.next-steps article {
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.next-steps article > span {
  color: var(--coral-dark);
  font-size: .68rem;
  font-weight: 800;
}

.next-steps strong {
  font-size: .82rem;
}

.next-steps p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: .72rem;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 11px;
  color: #fff;
  background: var(--coral-dark);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.thankyou-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--saffron);
  color: #78676b;
  background: #fff9e9;
  font-size: .68rem;
  line-height: 1.55;
}

.thankyou-note strong {
  color: #8a5b11;
}

.thankyou-support {
  margin-top: 17px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #eadde0;
  color: #8b7a7e;
  font-size: .62rem;
}

.thankyou-support nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.thankyou-support a {
  color: #8f4658;
  font-weight: 700;
  text-underline-offset: 2px;
}

/* Event-aware festive themes. The default pink palette remains active for regular batches. */
html[data-event-theme="navaratri"] {
  --ink: #3b2b25;
  --ink-soft: #705d52;
  --forest: #695038;
  --forest-deep: #38251f;
  --mint: #f6dfb5;
  --mint-light: #fff7e6;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --coral: #e96735;
  --coral-dark: #bd4228;
  --saffron: #f2bd42;
  --line: #ead4ad;
  --shadow: 0 22px 55px rgba(111, 72, 37, .15);
}

html[data-event-theme="navaratri"] .topbar {
  background: linear-gradient(90deg, #f9dfad, #ffd2b7 52%, #f8dfaa);
  border-bottom-color: #e8ba76;
}

html[data-event-theme="navaratri"] .topbar strong {
  background: #fff5d8;
  box-shadow: inset 0 0 0 1px rgba(189, 66, 40, .2);
}

html[data-event-theme="navaratri"] .hero {
  padding-top: 55px;
  background:
    radial-gradient(circle at 8% 26%, rgba(233, 103, 53, .15), transparent 25%),
    radial-gradient(circle at 91% 72%, rgba(242, 189, 66, .22), transparent 28%),
    linear-gradient(145deg, #fffaf0, #fff4e2 55%, #fff9ed);
}

html[data-event-theme="navaratri"] .hero::before {
  opacity: .26;
  background-image: radial-gradient(#b55b36 .8px, transparent .8px);
}

html[data-event-theme="navaratri"] .hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: url("navaratri-toran.svg") center top / 400px 48px repeat-x;
  pointer-events: none;
}

html[data-event-theme="navaratri"] .hero-glow-one { background: rgba(233, 103, 53, .13); }
html[data-event-theme="navaratri"] .hero-glow-two { border-color: rgba(78, 128, 80, .1); }
html[data-event-theme="navaratri"] .festival-corner {
  display: block;
  background-image: url("navaratri-corner.svg");
}

html[data-event-theme="navaratri"] .hero-kicker {
  color: #a43722;
  border-color: #e8b184;
  background: rgba(255, 250, 235, .88);
}

html[data-event-theme="navaratri"] .primary-cta,
html[data-event-theme="navaratri"] .secondary-cta {
  background: linear-gradient(180deg, #d95631, #b83b25);
  box-shadow: 0 12px 25px rgba(184, 59, 37, .25), inset 0 1px rgba(255,255,255,.35);
}

html[data-event-theme="navaratri"] .countdown-strip {
  border-color: #e6c58d;
  background: #fff8e9;
}

html[data-event-theme="navaratri"] .countdown-timer div {
  border-color: #ead4ae;
  background: #fffdf8;
}

html[data-event-theme="navaratri"] .problem-section,
html[data-event-theme="navaratri"] .mentor-section { background: #fff8e9; }
html[data-event-theme="navaratri"] .audience-section { background: #fae8c7; border-color: #eac78e; }
html[data-event-theme="navaratri"] .course-preview { background: #fff4df; border-color: #ead2aa; }
html[data-event-theme="navaratri"] .resources-section { background: #f7e2bc; border-color: #e3bd7a; }
html[data-event-theme="navaratri"] .outcome-card.featured { background: #fff0d6; border-color: #e6c086; }
html[data-event-theme="navaratri"] .final-section { background: #f8e4be; border-color: #e6be7d; }
html[data-event-theme="navaratri"] .faq-list summary > span:last-child { background: #f6dfb5; }
html[data-event-theme="navaratri"] .mobile-bar { background: rgba(255, 248, 233, .97); border-color: #e2c18a; }
html[data-event-theme="navaratri"] .mobile-bar a,
html[data-event-theme="navaratri"] .primary-button { background: #b83b25; }
html[data-event-theme="navaratri"] .thankyou-page {
  background: radial-gradient(circle at 12% 10%, #f7d9a2, transparent 30%), #fff7e6;
}

html[data-event-theme="navaratri"] .section-heading::before,
html[data-event-theme="navaratri"] .audience-title::before,
html[data-event-theme="navaratri"] .mentor-copy::before {
  background-image: url("navaratri-corner.svg");
}

html[data-event-theme="navaratri"] .resources-section::before,
html[data-event-theme="navaratri"] .resources-section::after {
  background-image: url("navaratri-corner.svg");
}

html[data-event-theme="navaratri"] .final-section::before {
  background-image: url("navaratri-toran.svg");
}

html[data-event-theme="diwali"] {
  --ink: #372c38;
  --ink-soft: #6e5d6c;
  --forest: #655064;
  --forest-deep: #302631;
  --mint: #f6dfb8;
  --mint-light: #fff7e9;
  --cream: #fffaf1;
  --paper: #fffdf9;
  --coral: #dc6d80;
  --coral-dark: #a84461;
  --saffron: #efbc45;
  --line: #ead4b6;
  --shadow: 0 22px 55px rgba(90, 61, 82, .15);
}

html[data-event-theme="diwali"] .topbar {
  background: linear-gradient(90deg, #f8e5b8, #f7d6d6 52%, #f8e5b8);
  border-bottom-color: #e6c78d;
}

html[data-event-theme="diwali"] .topbar strong {
  background: #fff7d9;
  box-shadow: inset 0 0 0 1px rgba(168, 68, 97, .18);
}

html[data-event-theme="diwali"] .hero {
  padding-top: 55px;
  background:
    radial-gradient(circle at 12% 24%, rgba(239, 188, 69, .2), transparent 25%),
    radial-gradient(circle at 88% 68%, rgba(220, 109, 128, .15), transparent 30%),
    linear-gradient(145deg, #fffbf0, #fff4e8 52%, #fff7f3);
}

html[data-event-theme="diwali"] .hero::before {
  opacity: .28;
  background-image:
    radial-gradient(circle, rgba(190, 139, 34, .8) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(168, 68, 97, .55) 0 .8px, transparent 1.2px);
  background-position: 0 0, 9px 9px;
  background-size: 22px 22px;
}

html[data-event-theme="diwali"] .hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: url("diwali-lights.svg") center top / 400px 48px repeat-x;
  pointer-events: none;
}

html[data-event-theme="diwali"] .hero-glow-one { background: rgba(239, 188, 69, .14); }
html[data-event-theme="diwali"] .hero-glow-two { border-color: rgba(168, 68, 97, .09); }
html[data-event-theme="diwali"] .festival-corner {
  display: block;
  background-image: url("diwali-corner.svg");
}

html[data-event-theme="diwali"] .hero-kicker {
  color: #943953;
  border-color: #e2b5b9;
  background: rgba(255, 249, 235, .9);
}

html[data-event-theme="diwali"] .primary-cta,
html[data-event-theme="diwali"] .secondary-cta {
  background: linear-gradient(180deg, #b85270, #943b59);
  box-shadow: 0 12px 25px rgba(148, 59, 89, .24), inset 0 1px rgba(255,255,255,.35);
}

html[data-event-theme="diwali"] .countdown-strip {
  border-color: #e4c995;
  background: #fff8e9;
}

html[data-event-theme="diwali"] .countdown-timer div {
  border-color: #ead6b5;
  background: #fffdf8;
}

html[data-event-theme="diwali"] .problem-section,
html[data-event-theme="diwali"] .mentor-section { background: #fff8ed; }
html[data-event-theme="diwali"] .audience-section { background: #f7e3df; border-color: #e7c2c0; }
html[data-event-theme="diwali"] .course-preview { background: #fff3e8; border-color: #ead1bc; }
html[data-event-theme="diwali"] .resources-section { background: #f4e0c3; border-color: #dfbf8d; }
html[data-event-theme="diwali"] .outcome-card.featured { background: #fbebe6; border-color: #dfb8b9; }
html[data-event-theme="diwali"] .final-section { background: #f4dfca; border-color: #dfbd93; }
html[data-event-theme="diwali"] .faq-list summary > span:last-child { background: #f4dfbc; }
html[data-event-theme="diwali"] .mobile-bar { background: rgba(255, 248, 238, .97); border-color: #dfc39c; }
html[data-event-theme="diwali"] .mobile-bar a,
html[data-event-theme="diwali"] .primary-button { background: #943b59; }
html[data-event-theme="diwali"] .thankyou-page {
  background: radial-gradient(circle at 12% 10%, #f5ddaa, transparent 30%), #fff7eb;
}

html[data-event-theme="diwali"] .section-heading::before,
html[data-event-theme="diwali"] .audience-title::before,
html[data-event-theme="diwali"] .mentor-copy::before {
  background-image: url("diwali-corner.svg");
}

html[data-event-theme="diwali"] .resources-section::before,
html[data-event-theme="diwali"] .resources-section::after {
  background-image: url("diwali-corner.svg");
}

html[data-event-theme="diwali"] .final-section::before {
  background-image: url("diwali-lights.svg");
}

html[data-event-theme="navaratri"] .section-heading::before,
html[data-event-theme="diwali"] .section-heading::before,
html[data-event-theme="navaratri"] .audience-title::before,
html[data-event-theme="diwali"] .audience-title::before,
html[data-event-theme="navaratri"] .mentor-copy::before,
html[data-event-theme="diwali"] .mentor-copy::before {
  content: "";
  width: 58px;
  height: 58px;
  display: block;
  margin-bottom: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

html[data-event-theme="navaratri"] .section-heading::before,
html[data-event-theme="diwali"] .section-heading::before {
  margin-inline: auto;
}

html[data-event-theme="navaratri"] .section-heading.left::before,
html[data-event-theme="diwali"] .section-heading.left::before {
  margin-left: 0;
}

html[data-event-theme="navaratri"] .resources-section,
html[data-event-theme="diwali"] .resources-section {
  position: relative;
  overflow: hidden;
}

html[data-event-theme="navaratri"] .resources-section::before,
html[data-event-theme="navaratri"] .resources-section::after,
html[data-event-theme="diwali"] .resources-section::before,
html[data-event-theme="diwali"] .resources-section::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .13;
  pointer-events: none;
}

html[data-event-theme="navaratri"] .resources-section::before,
html[data-event-theme="diwali"] .resources-section::before {
  top: 34px;
  left: -55px;
}

html[data-event-theme="navaratri"] .resources-section::after,
html[data-event-theme="diwali"] .resources-section::after {
  right: -55px;
  bottom: 22px;
  transform: scaleX(-1);
}

html[data-event-theme="navaratri"] .resources-section > .shell,
html[data-event-theme="diwali"] .resources-section > .shell {
  position: relative;
  z-index: 1;
}

html[data-event-theme="navaratri"] .final-section::before,
html[data-event-theme="diwali"] .final-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 460px 55px;
  opacity: .72;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .festival-corner {
    top: 165px;
    width: 130px;
    opacity: .24;
  }

  .festival-corner-left { left: -25px; }
  .festival-corner-right { right: -25px; }
}

@media (max-width: 900px) {
  .section { padding: 62px 0; }
  .audience-layout,
  .preview-layout,
  .mentor-layout,
  .problem-editorial,
  .journey-editorial { grid-template-columns: 1fr; gap: 45px; }
  .audience-title { max-width: 700px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; }
  .card-number { margin-bottom: 25px; }
  .roadmap { grid-template-columns: 1fr 1fr; }
  .roadmap > i { display: none; }
  .problem-photo { width: min(520px, calc(100% - 25px)); }
  .problem-photo img { height: auto; aspect-ratio: 4 / 3; }
  .concern-gallery figure,
  .concern-gallery figure:nth-child(2) { height: auto; aspect-ratio: 4 / 3; }
  .journey-photo { width: min(520px, 100%); height: 650px; }
  .reviews-heading { grid-template-columns: 1fr; gap: 20px; }
  .reviews-heading .testimonial-context { max-width: 620px; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { display: grid; grid-template-columns: 260px 1fr; }
  .resource-media { height: auto; min-height: 0; align-self: start; }
  .mentor-photo { width: min(480px, calc(100% - 18px)); }
  .thankyou-shell { grid-template-columns: 1fr; }
  .thankyou-image { display: none; }
  .thankyou-page { place-items: start center; }
}

@media (max-width: 600px) {
  html[data-event-theme="navaratri"] .festival-corner,
  html[data-event-theme="diwali"] .festival-corner {
    display: none;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: clip;
  }

  .topbar {
    min-height: 39px;
    padding: 8px 10px;
    gap: 6px;
    flex-wrap: wrap;
    font-size: .66rem;
    letter-spacing: .045em;
    white-space: normal;
  }

  .topbar > span {
    min-width: 0;
    line-height: 1.35;
    white-space: normal;
  }

  .topbar strong {
    padding: 2px 6px;
    font-size: .62rem;
  }

  .topbar-dot { display: none; }

  .shell,
  .shell.narrow {
    width: min(100% - 30px, 1140px);
  }

  .hero {
    min-height: auto;
    padding: 17px 15px 34px;
  }

  .hero-shell {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    min-width: 0;
  }

  .brand {
    margin-bottom: 12px;
    transform: scale(.92);
  }

  .hero-kicker {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 5px 10px;
    display: block;
    font-size: .64rem;
    letter-spacing: .09em;
    line-height: 1.45;
    white-space: normal;
  }

  .hero-kicker .kicker-separator {
    margin-inline: 5px;
  }

  .hero h1 {
    margin-bottom: 10px;
    max-width: 100%;
    font-size: clamp(1.82rem, 8.5vw, 2.25rem);
    line-height: 1.1;
    letter-spacing: -.04em;
    overflow-wrap: anywhere;
  }

  .hero h1 br { display: block; }

  .hero-proof {
    margin-bottom: 15px;
    gap: 5px;
  }

  .hero-proof li {
    padding: 5px 8px;
    font-size: .57rem;
  }

  .hero-visual {
    width: 100%;
    max-width: 100%;
    height: 248px;
    margin-bottom: 15px;
    border-width: 5px;
    border-radius: 19px;
  }

  .hero-visual img {
    object-position: center 21%;
  }

  .hero-visual figcaption {
    left: 15px;
    bottom: 13px;
  }

  .hero-visual figcaption strong { font-size: 1rem; }
  .hero-visual figcaption small { font-size: .59rem; }
  .hero-visual figcaption span { font-size: .55rem; }

  .live-chip {
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    font-size: .55rem;
  }

  .primary-cta,
  .secondary-cta,
  .text-cta {
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    padding: 13px 14px;
    border-radius: 12px;
    font-size: .9rem;
  }

  .primary-cta span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .hero-event-line {
    margin-top: 15px;
  }

  .hero-event-line > div {
    padding-inline: 8px;
  }

  .hero-event-line strong {
    font-size: .7rem;
  }

  .hero-event-line > div > span {
    font-size: .58rem;
  }

  .countdown-strip {
    width: calc(100% - 30px);
    margin-top: 10px;
    padding: 13px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .countdown-copy > span { font-size: .58rem; }
  .countdown-copy strong { font-size: .72rem; }
  .countdown-timer { width: 100%; justify-content: center; gap: 3px; }
  .countdown-timer div { min-width: 0; width: 22%; padding-inline: 4px; }
  .countdown-timer strong { font-size: .9rem; }
  .countdown-timer span { font-size: .46rem; }

  .section { padding: 42px 0; }

  .section-heading { margin-bottom: 24px; }

  .hero-kicker,
  .eyebrow {
    font-size: .63rem;
    letter-spacing: .12em;
  }

  .section-heading h2,
  .problem-section h2,
  .audience-title h2,
  .preview-copy h2,
  .mentor-copy h2,
  .final-section h2 {
    font-size: clamp(1.72rem, 8.2vw, 2.25rem);
    line-height: 1.2;
  }

  .section-heading > p:last-child,
  .audience-title > p:last-child {
    font-size: .88rem;
  }

  .problem-editorial { gap: 32px; }
  .problem-photo { width: calc(100% - 20px); }
  .problem-photo img { height: auto; aspect-ratio: 4 / 3; }
  .problem-photo figcaption { right: auto; bottom: auto; width: calc(100% - 8px); margin-top: 12px; }
  .problem-photo figcaption strong { font-size: .84rem; }
  .problem-photo figcaption span { font-size: .7rem; }
  .problem-lead { font-size: .88rem; }
  .editorial-checks li { grid-template-columns: 34px 1fr; padding: 14px 0; }
  .editorial-checks p { font-size: .82rem; }

  .concern-heading h2 br { display: none; }
  .concern-gallery { grid-template-columns: 1fr; }
  .concern-gallery figure,
  .concern-gallery figure:nth-child(2) { height: auto; aspect-ratio: 4 / 3; }
  .concern-gallery figure:nth-child(3) { grid-column: auto; height: auto; aspect-ratio: 4 / 3; }
  .concern-gallery figcaption { left: 13px; bottom: 12px; }
  .concern-gallery figcaption strong { font-size: .78rem; }
  .concern-gallery figcaption span { font-size: .58rem; }

  .problem-list article {
    padding: 16px;
    grid-template-columns: 39px 1fr;
    gap: 10px;
  }

  .problem-list article > span {
    width: 36px;
    height: 36px;
    font-size: .61rem;
  }

  .problem-list p { font-size: .81rem; }
  .bridge-copy { padding: 15px 16px; font-size: .76rem; }

  .outcome-grid { gap: 12px; }
  .outcome-card { padding: 23px 21px; }
  .outcome-card h3 { font-size: 1.08rem; }
  .outcome-card p { font-size: .8rem; }

  .audience-layout { gap: 26px; }
  .audience-list article { padding: 15px; grid-template-columns: 34px 1fr; gap: 9px; }
  .audience-list h3 { font-size: .9rem; }
  .audience-list p { font-size: .78rem; }

  .agenda-list article {
    padding: 22px 2px;
    grid-template-columns: 45px 1fr;
    gap: 5px;
  }

  .agenda-index { font-size: 1rem; }
  .agenda-list h3 { font-size: 1rem; }
  .agenda-list article > div:last-child > p:last-child { font-size: .82rem; }

  .roadmap { grid-template-columns: 1fr; gap: 10px; }
  .roadmap article { min-height: auto; padding: 20px; }
  .roadmap article span { margin-bottom: 14px; }
  .roadmap article p { font-size: .75rem; }

  .journey-copy h2 { font-size: clamp(1.72rem, 8.2vw, 2.25rem); }
  .journey-copy h2 span { background-image: none; }
  .journey-copy h2 br { display: none; }
  .journey-lead { font-size: .87rem; }
  .journey-steps li { grid-template-columns: 38px 1fr; }
  .journey-steps h3 { font-size: .91rem; }
  .journey-steps p { font-size: .79rem; }
  .journey-photo { width: 100%; height: 520px; border-radius: 3px 62px 3px 3px; }

  .preview-layout { gap: 28px; }
  .preview-copy > p:not(.eyebrow) { font-size: .87rem; }
  .preview-copy li { font-size: .84rem; }
  .webinar-course-note { font-size: .78rem; }
  .preview-copy .course-roadmap li { grid-template-columns: 35px minmax(0, 1fr); padding: 12px 0; }
  .course-roadmap h3 { font-size: .86rem; }
  .course-roadmap p { font-size: .75rem; }
  .offer-bridge { font-size: .72rem; }
  .preview-card { padding: 26px 22px; border-radius: 19px; }
  .preview-card h3 { font-size: 1.28rem; }
  .preview-card > span { font-size: .82rem; }
  .offer-path { flex-wrap: wrap; justify-content: center; }

  .reviews-heading { margin-bottom: 24px; }
  .reviews-heading h2 { font-size: clamp(1.72rem, 8.2vw, 2.25rem); }
  .testimonial-context { font-size: .7rem; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; padding: 25px 21px; }
  .testimonial-card blockquote { font-size: .87rem; line-height: 1.7; }
  .sample-tag { top: 18px; right: 17px; }
  .review-person strong { font-size: .78rem; }

  .resource-grid { gap: 12px; }
  .resource-card { display: block; }
  .resource-media { height: auto; min-height: 0; }
  .resource-card h3 { font-size: .96rem; }
  .resource-card p { font-size: .84rem; }
  .bonus-intro { font-size: .86rem; }
  .bonus-note { margin-top: 16px; font-size: .7rem; }
  .resource-cta .primary-cta { width: 100%; }
  .resources-section { padding: 32px 0 30px; }

  .section-action,
  .resource-cta { margin-top: 24px; }

  .agenda-section { padding-bottom: 34px; }
  .mentor-section { padding: 34px 0 44px; }
  .mentor-layout { gap: 22px; }
  .mentor-photo { width: min(88%, 320px); }
  .mentor-photo::before { inset: 14px -14px -14px 14px; }
  .mentor-copy > p:not(.eyebrow):not(.mentor-role) { font-size: .87rem; }
  .mentor-role { font-size: .75rem; }
  .mentor-credentials {
    margin-block: 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mentor-credentials article {
    min-height: 0;
    padding: 8px 7px 8px 0;
  }
  .mentor-credentials article:nth-child(even) {
    min-height: 0;
    padding: 8px 0 8px 7px;
    border-left: 1px solid #dcbfc5;
  }
  .mentor-credentials article > span { font-size: .46rem; line-height: 1.3; }
  .mentor-credentials article strong { margin-top: 3px; font-size: .75rem; line-height: 1.25; }
  .mentor-credentials article p { margin-top: 2px; font-size: .56rem; line-height: 1.3; }
  .mentor-reach { margin-block: 12px; }
  .mentor-reach > p { margin-bottom: 4px; }
  .mentor-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mentor-facts span { padding: 7px 5px; font-size: .64rem; text-align: center; }
  .mentor-facts span + span { border-left: 0; }
  .mentor-facts span:nth-child(even) { border-left: 1px solid #dcbfc5; }
  .mentor-facts span:nth-child(-n + 2) { border-bottom: 1px solid #dcbfc5; }
  .mentor-facts strong { width: auto; font-size: .92rem; }
  .mentor-copy blockquote { font-size: .77rem; }

  .faq-list summary { padding: 17px 0; font-size: .82rem; }
  .faq-list details p { font-size: .81rem; }
  .faq-section { padding-bottom: 22px; }

  .final-section { padding: 44px 0 48px; }
  .final-section > .shell > p:not(.eyebrow) { font-size: .81rem; }
  .final-cta { min-width: 0; }

  footer { padding-bottom: 34px; }

  .mobile-bar {
    left: 6px;
    right: 6px;
    bottom: 6px;
    width: auto;
    padding: 6px 6px 6px 11px;
    gap: 6px;
    border-radius: 16px;
    transform: translateY(150%);
  }

  .mobile-bar.visible { transform: translateY(0); }

  .mobile-bar > div::before { margin-bottom: 2px; font-size: .45rem; }
  .mobile-bar > div { max-width: 165px; }
  .mobile-bar strong { font-size: .7rem; }
  .mobile-bar > div > span:last-child { font-size: .52rem; }
  .mobile-bar strong [data-event-price] { padding-inline: 5px; font-size: .67rem; }
  .mobile-bar a { min-height: 44px; padding: 9px 11px; font-size: .69rem; }

  .thankyou-page { padding: 12px; }
  .thankyou-shell { border-radius: 20px; }
  .thankyou-content { padding: 28px 20px 25px; }
  .thankyou-wordmark { margin-bottom: 20px; }
  .thankyou-content h1 { font-size: 1.9rem; }
  .event-ticket { padding: 15px; }
  .event-ticket-grid { grid-template-columns: 1fr; }
  .event-ticket-grid > div,
  .event-ticket-grid > div:first-child,
  .event-ticket-grid > div:last-child { padding: 10px 0; border-right: 0; border-bottom: 1px solid #ead6da; }
  .event-ticket-grid > div:last-child { border-bottom: 0; }
  .thankyou-actions { grid-template-columns: 1fr; }
  .thankyou-support { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Income-promise alignment refinement */
.income-model-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 8%, rgba(230, 159, 174, .22), transparent 27%),
    radial-gradient(circle at 92% 92%, rgba(247, 208, 215, .5), transparent 30%),
    #fff9f8;
  border-block: 1px solid #efd9dd;
}

.income-model-section::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -130px;
  top: -130px;
  border: 1px solid rgba(190, 126, 140, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, .45), 0 0 0 35px rgba(190, 126, 140, .12);
  pointer-events: none;
}

.income-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1050px;
  margin: 42px auto 20px;
}

.income-model-card {
  position: relative;
  min-height: 235px;
  padding: 29px 27px 26px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid #ebd4d9;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(91, 64, 70, .08);
}

.income-model-card.featured {
  color: var(--ink);
  background: linear-gradient(145deg, #fff2f4, #ffe6eb);
  border-color: #d98fa0;
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(142, 66, 84, .14);
}

.income-model-card > span {
  display: inline-block;
  margin-bottom: 30px;
  color: #a65467;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.income-model-card.featured > span {
  color: #9d4f61;
}

.income-model-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.income-model-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .91rem;
  font-weight: 600;
}

.income-model-card.featured p {
  color: var(--ink-soft);
}

.income-model-card div {
  margin-top: 20px;
  padding-top: 18px;
  color: #9d4f61;
  border-top: 1px solid #efd9dd;
  font-size: 1.13rem;
  font-weight: 800;
  line-height: 1.35;
}

.income-model-card.featured div {
  color: #93495a;
  border-color: #e6b5bf;
}

.income-result small,
.income-result strong {
  display: block;
}

.income-result small {
  margin-bottom: 5px;
  color: #806e72;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.income-result strong {
  font-size: 1.13rem;
}

.income-card-note {
  display: block;
  margin-top: 12px;
  color: #75676a;
  font-size: .72rem;
  font-weight: 600;
}

.income-breakdown {
  display: grid;
  gap: 9px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.income-breakdown li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: .71rem;
  font-weight: 600;
  line-height: 1.4;
}

.income-breakdown strong {
  color: #93495a;
  white-space: nowrap;
}

.income-disclaimer {
  max-width: 900px;
  margin: 22px auto 0;
  color: #74666a;
  font-size: .73rem;
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}

.testimonials-section[hidden] {
  display: none !important;
}

html[data-event-theme="navaratri"] .income-model-section {
  background: radial-gradient(circle at 10% 8%, rgba(229, 161, 50, .2), transparent 28%), #fff9ed;
  border-color: #ead2aa;
}

html[data-event-theme="navaratri"] .income-model-card.featured {
  background: linear-gradient(145deg, #bd6f17, #8e4f11);
  border-color: #8e4f11;
}

html[data-event-theme="diwali"] .income-model-section {
  background: radial-gradient(circle at 90% 10%, rgba(233, 139, 41, .22), transparent 30%), #fff8ef;
  border-color: #ead1bc;
}

html[data-event-theme="diwali"] .income-model-card.featured {
  background: linear-gradient(145deg, #ad501d, #793414);
  border-color: #793414;
}

@media (max-width: 780px) {
  .hero h1.income-hook {
    max-width: 100%;
    font-size: clamp(1.72rem, 7.7vw, 2.08rem);
  }

  .hero h1.income-hook .hook-line {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-spacing: .02em;
  }

  .income-model-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .income-model-card,
  .income-model-card.featured {
    min-height: 0;
    padding: 23px 20px;
    border-radius: 17px;
    transform: none;
  }

  .income-model-card > span {
    margin-bottom: 18px;
  }

  .income-model-card h3 {
    font-size: .98rem;
  }

  .income-model-card p {
    font-size: .82rem;
  }

  .income-model-card div {
    margin-top: 15px;
    padding-top: 14px;
    font-size: 1rem;
  }

  .income-disclaimer {
    font-size: .66rem;
    text-align: left;
  }

  .countdown-strip.countdown-decision {
    margin: 8px auto 16px;
  }
}

/* Editorial thank-you page: one clear action, no dashboard-style cards. */
.thankyou-editorial-page {
  min-height: 100vh;
  display: block;
  padding: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 6% 8%, rgba(237, 191, 201, .4), transparent 22%),
    radial-gradient(circle at 94% 88%, rgba(255, 214, 223, .55), transparent 24%),
    #fffafa;
}

.ty-shell {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 32px;
}

.ty-hero {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.ty-check {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  color: var(--coral-dark);
  border: 2px solid var(--coral-dark);
  border-radius: 50%;
  box-shadow: 6px 6px 0 #f7dfe4;
  transform: rotate(-4deg);
}

.ty-check svg {
  width: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ty-eyebrow {
  margin: 0 0 9px;
  color: var(--coral-dark);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ty-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.9rem, 6vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.ty-hero h1 span {
  color: var(--coral-dark);
}

.ty-lead {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.ty-whatsapp {
  width: min(480px, 100%);
  margin: 22px auto 0;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  color: #fff;
  background: var(--coral-dark);
  box-shadow: 0 12px 26px rgba(159, 78, 97, .2);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}

.ty-whatsapp svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.ty-hero > small {
  display: block;
  margin-top: 10px;
  color: #947f84;
  font-size: .68rem;
}

.ty-event {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1.35fr 1.1fr .9fr .78fr;
  border-block: 1px solid #dfcdd1;
}

.ty-event > div {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid #dfcdd1;
}

.ty-event > div:first-child { padding-left: 0; }
.ty-event > div:last-child { padding-right: 0; border-right: 0; }

.ty-event span,
.ty-event strong {
  display: block;
}

.ty-event span {
  margin-bottom: 6px;
  color: #a08b90;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ty-event strong {
  color: var(--forest-deep);
  font-size: .8rem;
  line-height: 1.4;
}

.ty-event strong span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.ty-event .ty-no-recording strong {
  color: var(--coral-dark);
}

.ty-next {
  margin-top: 50px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: start;
  gap: 56px;
}

.ty-next-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.3vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.ty-next ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfcdd1;
  list-style: none;
}

.ty-next li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid #dfcdd1;
}

.ty-next li > span {
  color: #e9b8c2;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  -webkit-text-stroke: 1px var(--coral-dark);
}

.ty-next h3 {
  margin: 0 0 5px;
  color: var(--forest-deep);
  font-size: .92rem;
}

.ty-next p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .78rem;
  line-height: 1.55;
}

.ty-next p a {
  color: var(--coral-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

.ty-mentor-note {
  margin-top: 44px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 20px;
  border-block: 1px solid #dfcdd1;
}

.ty-mentor-note img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

.ty-mentor-note span,
.ty-mentor-note strong {
  display: block;
}

.ty-mentor-note > div > span {
  color: var(--coral-dark);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.ty-mentor-note strong {
  margin-top: 3px;
  color: var(--forest-deep);
  font-size: 1rem;
}

.ty-mentor-note p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.55;
}

.ty-mentor-note p span {
  display: inline;
}

.ty-footer {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #eadde0;
  color: #8e7c81;
  font-size: .64rem;
}

.ty-footer-disclaimer {
  margin: 0;
  padding: 13px 0 13px 16px;
  border-left: 4px solid var(--saffron);
  color: #766569;
  line-height: 1.65;
  text-align: left;
}

.ty-footer-disclaimer strong { color: #8b5d12; }

.ty-footer-legal-copy {
  margin-top: 16px;
  color: #8c7d80;
  font-size: .62rem;
  line-height: 1.7;
  text-align: left;
}

.ty-footer-legal-copy > strong {
  display: block;
  margin-bottom: 6px;
  color: #64575a;
}

.ty-footer-legal-copy p { margin: 0; }

.ty-footer-meta {
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #eadde0;
}

.ty-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
}

.ty-footer a {
  color: #8f4658;
  font-weight: 700;
  text-underline-offset: 2px;
}

html[data-event-theme="navaratri"] .thankyou-editorial-page {
  background: radial-gradient(circle at 8% 8%, rgba(232, 177, 83, .38), transparent 24%), #fffaf0;
}

html[data-event-theme="navaratri"] .ty-whatsapp { background: #b83b25; }

html[data-event-theme="diwali"] .thankyou-editorial-page {
  background: radial-gradient(circle at 8% 8%, rgba(229, 152, 67, .34), transparent 24%), #fff9f2;
}

html[data-event-theme="diwali"] .ty-whatsapp { background: #943b59; }

@media (max-width: 760px) {
  .ty-shell {
    width: min(100% - 34px, 620px);
    padding: 32px 0 22px;
  }

  .ty-check {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .ty-check svg { width: 30px; }

  .ty-hero h1 {
    font-size: clamp(2.15rem, 10.8vw, 3.15rem);
    line-height: 1.08;
  }

  .ty-lead {
    margin-top: 14px;
    font-size: .86rem;
  }

  .ty-whatsapp {
    margin-top: 18px;
    padding: 15px 16px;
    font-size: .8rem;
  }

  .ty-event {
    margin-top: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .ty-event > div,
  .ty-event > div:first-child,
  .ty-event > div:last-child {
    padding: 15px 12px;
    border-right: 1px solid #dfcdd1;
    border-bottom: 1px solid #dfcdd1;
  }

  .ty-event > div:nth-child(2n) { border-right: 0; }
  .ty-event > div:nth-last-child(-n+2) { border-bottom: 0; }
  .ty-event > div:nth-child(odd) { padding-left: 0; }

  .ty-next {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ty-next-heading h2 {
    font-size: 1.85rem;
  }

  .ty-next li {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .ty-mentor-note {
    margin-top: 36px;
    grid-template-columns: 72px 1fr;
    gap: 15px;
  }

  .ty-mentor-note img {
    width: 72px;
    height: 72px;
  }

  .ty-mentor-note p { font-size: .72rem; }

  .ty-footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
