/* ==========================================================================
   Speak to Lead™  —  Main Styles  (PI-inspired)
   ========================================================================== */

/* ── Reset & Base ────────────────────────────────────────────────────────── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--font-body);
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a  { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── Global Body Text ─────────────────────────────────────────────────────── */
p, li, td, th, label, span:not(.section-eyebrow), blockquote {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
}

/* ── Shared Utilities ────────────────────────────────────────────────────── */
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-dark);
}

.section-lead {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--text-mid);
  line-height: 1.65;
  margin-top: 1rem;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  background: #1a1a1a;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.875rem 2.25rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.18s ease;
  text-align: center;
  letter-spacing: 0.01em;
}
.btn-primary:hover { background: #333333; }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.875rem 2.25rem;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.45);
  cursor: pointer;
  transition: border-color 0.18s ease;
  text-align: center;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.85); }

.btn-outline--dark {
  color: var(--text-dark);
  border-color: currentColor;
}
.btn-outline--dark:hover {
  background: var(--text-dark);
  color: var(--white);
}

/* ── Content typography — ITC Cheltenham weight 400 (matches PI design language)
   UI elements (nav, buttons, eyebrows, labels, snapshot values) stay in Matter.
   ─────────────────────────────────────────────────────────────────────────── */
.hero-support,
.overview-desc-lead,
.overview-bio-text,
.overview-bullets li,
.s3-tier-detail,
.s3-tier-desc,
.why-list li,
.walkaway-intro,
.walkaway-item-desc,
.roi-intro,
.roi-list li,
.highlight-body,
.about-session-p,
.about-session-list li,
.who-for-intro,
.who-for-desc,
.who-for-closing,
.takeaway-intro,
.takeaway-desc,
.qualify-intro,
.qualify-list li,
.qualify-closing,
.qualify-card-desc,
.cmp-label,
.faq2-a p {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 20px;
  color: var(--text-mid);
}

/* Fade-up animation disabled — all content visible immediately */
.fade-up {
  opacity: 1;
  transform: none;
}


/* ══════════════════════════════════════════════════════════════════════════
   NAV
══════════════════════════════════════════════════════════════════════════ */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--cream-dk);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--section-pad-h);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--forest);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 5rem;
}

.nav-ubuntu-logo {
  height: 36px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.nav-logo .logo-tm {
  font-size: 0.6em;
  vertical-align: super;
}

.nav-cta {
  background: #1a1a1a;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.375rem;
  border-radius: 50px;
  transition: background 0.18s;
}
.nav-cta:hover { background: #333333; }


/* ══════════════════════════════════════════════════════════════════════════
   HERO  (PI-style: gradient bg, headline/copy row, video, overview)
══════════════════════════════════════════════════════════════════════════ */
.hero {
  background: #A9D7EA;
  padding: var(--section-pad-v) var(--section-pad-h);
}

.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

/* ── Row 1: Headline + Supporting copy ─────────────────────── */
.hero-top {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}

.hero-heading {
  font-family: var(--font-body);
  font-size: clamp(2.5rem, 4.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

/* Sub-line inherits Matter from parent */
.hero-heading .hero-heading-sub,
.hero-heading-group .hero-heading-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--text-dark);
  margin-top: 1.75rem;
}

.hero-support-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-dates-display {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
  text-align: center;
}

.hero-dates-display .hero-dates-amp {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
}

.hero-support {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  margin: 0;
}

/* ── Row 2: Video ──────────────────────────────────────────── */
.hero-video-wrap {
  width: 100%;
}

.hero-video-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;          /* 16:9 */
  background: #1a1a1a;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.14);
}

.hero-video-ratio iframe,
.hero-video-ratio video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ── Row 3: Workshop overview ──────────────────────────────── */
.hero-overview {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: center;
}

.hero-overview-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-overview-title {
  font-family: var(--font-body);
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2rem;
  line-height: 1.25;
  text-align: center;
}

.hero-days {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
  width: 100%;
}

.hero-day {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  font-size: 0.9375rem;
  color: var(--text-mid);
  justify-content: center;
}

.hero-day-label {
  font-family: 'ITC Cheltenham', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--text-dark);
  letter-spacing: 0;
  flex-shrink: 0;
  min-width: 4.5rem;
  text-align: right;
}

.hero-day-name {
  line-height: 1.4;
}

.hero-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 2rem;
  border-top: 1px solid var(--cream-dk);
  padding-top: 1.25rem;
  width: 100%;
  align-items: center;
}

.hero-detail-row {
  display: flex;
  gap: 1rem;
  font-family: 'ITC Cheltenham', sans-serif;
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
}

.hero-detail-row dt {
  font-family: 'ITC Cheltenham', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  min-width: 4.5rem;
  flex-shrink: 0;
  text-align: right;
}

.hero-detail-row dd {
  font-family: 'ITC Cheltenham', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
}

.hero-cta {
  display: inline-block;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 2: OVERVIEW + FACILITATOR
══════════════════════════════════════════════════════════════════════════ */
.overview {
  background: #FFFFFF;
  padding: var(--section-pad-v) var(--section-pad-h);
}

.overview-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Shared row layout ─────────────────────────────────────── */
.overview-row {
  display: grid;
  gap: 4rem;
  padding: 5rem 0;
}

.overview-row--what {
  grid-template-columns: 300px 1fr;
  align-items: start;
}

.overview-row--facilitator {
  grid-template-columns: 380px 1fr;
  align-items: start;
}

.overview-divider {
  border: none;
  border-top: 1px solid #E8E4E0;
  margin: 0;
}

/* ── What Is heading ───────────────────────────────────────── */
.overview-what-heading {
  font-family: var(--font-body);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 2rem;
}

/* ── Description + bullets ─────────────────────────────────── */
.overview-desc-lead {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.overview-bullets {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.overview-bullets li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.5;
}

.overview-day-label {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  flex-shrink: 0;
  min-width: 3.5rem;
}

.overview-day-desc {
  font-family: 'ITC Cheltenham', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-mid);
}

.overview-check {
  display: none;
}

/* ── Facilitator photo ─────────────────────────────────────── */
.overview-photo-wrap {
  width: 100%;
}

.overview-photo {
  width: 100%;
  border-radius: var(--radius-md);
  display: block;
  object-fit: cover;
}

.overview-photo-placeholder {
  width: 100%;
  aspect-ratio: 4/5;
  background: #F0EDE8;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px dashed #D4CFC9;
}

.overview-photo-placeholder span {
  font-size: 0.8125rem;
  color: var(--text-mid);
  letter-spacing: 0.05em;
}

/* ── Facilitator bio ───────────────────────────────────────── */
.overview-bio .section-eyebrow {
  margin-bottom: 0.5rem;
}

.overview-bio-name {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.overview-bio-role {
  font-size: 0.9375rem;
  color: var(--sage);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.overview-bio-text {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.85;
}


/* ══════════════════════════════════════════════════════════════════════════
   TRUSTED BY LOGO BAR
══════════════════════════════════════════════════════════════════════════ */
.trusted-by {
  background: #F5F5F3;
  padding: 2.75rem var(--section-pad-h);
}

.trusted-by-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

.trusted-by-label {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1F1F1F;
  margin: 0;
}

.trusted-by-logos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.trusted-logo {
  width: 210px;
  height: 96px;
  object-fit: contain;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 3: WORKSHOP OVERVIEW (full-width peach, 2-col)
══════════════════════════════════════════════════════════════════════════ */
.s3 {
  background: #F4B15E;
  padding: var(--section-pad-v) var(--section-pad-h);
}

.s3-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 5rem;
  align-items: start;
}

/* ── Left: big heading ────────────────────────────────────── */
.s3-heading {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-dark);
}

/* ── Right: stacked tiers ─────────────────────────────────── */
.s3-right {
  display: flex;
  flex-direction: column;
}

.s3-tier {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.s3-tier:first-child { padding-top: 0; }
.s3-tier--cta { border-bottom: none; }

.s3-tier-name {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.s3-tier-detail {
  font-size: 20px;
  color: var(--text-mid);
  margin-bottom: 0.25rem;
}

.s3-tier-meta {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.6;
}

.s3-tier-desc {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 440px;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 12: IS THIS RIGHT FOR ME + OFFER CARD
══════════════════════════════════════════════════════════════════════════ */
.qualify {
  background: #F4B15E;
  padding: 6rem var(--section-pad-h);
}

.qualify-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

/* ── Part 1: Qualification top ────────────────────────────── */
.qualify-top {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 6rem;
  align-items: start;
}

.qualify-heading {
  font-family: var(--font-body);
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #2F2F2F;
  margin-bottom: 2rem;
}

.qualify-content-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.qualify-intro {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.6;
}

.qualify-list {
  list-style: disc;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.qualify-list li {
  font-size: 20px;
  color: #2F2F2F;
  line-height: 1.7;
}

.qualify-closing {
  font-size: 20px;
  color: #2F2F2F;
  line-height: 1.75;
  font-style: italic;
  margin-top: 0.25rem;
}

/* ── Part 2: Offer card ───────────────────────────────────── */
.qualify-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 3.5rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}

.qualify-card-heading {
  font-family: var(--font-body);
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2F2F2F;
  margin-bottom: 1.75rem;
}

.qualify-card-desc {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 0.75rem;
  max-width: 420px;
}
.qualify-card-desc:last-child { margin-bottom: 0; }

/* ── Date blocks ──────────────────────────────────────────── */
.qualify-dates {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.qualify-date-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.qualify-date-label {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  max-width: 140px;
}

.qualify-date-card {
  width: 140px;
  border: 2.5px solid #2F2F2F;
  border-radius: 4px;
  overflow: hidden;
  background: #F4B15E;
}

.qualify-date-month {
  background: #2F2F2F;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  padding: 0.4rem 0;
  letter-spacing: 0.04em;
}

.qualify-date-num {
  font-family: var(--font-body);
  font-size: 4.5rem;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
  line-height: 1;
  padding: 0.6rem 0 0.75rem;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 11: WHAT YOU'LL WALK AWAY WITH (II)
══════════════════════════════════════════════════════════════════════════ */
.takeaway {
  background: #ffffff;
  padding: var(--section-pad-v) var(--section-pad-h);
}

.takeaway-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.takeaway-heading {
  font-family: var(--font-body);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: #2F2F2F;
  margin-bottom: 2rem;
}

.takeaway-intro {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 6rem;
}

.takeaway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 5rem;
}

.takeaway-title {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #2F2F2F;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.takeaway-desc {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.75;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 10: WHO THIS IS FOR
══════════════════════════════════════════════════════════════════════════ */
.who-for {
  background: #A9D7EA;
  padding: 6rem var(--section-pad-h);
}

.who-for-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.who-for-top {
  margin-bottom: 4rem;
}

.who-for-heading {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: #2F2F2F;
  margin-bottom: 1.75rem;
}

.who-for-intro {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-mid);
  line-height: 1.5;
}

/* ── Grid ─────────────────────────────────────────────────── */
.who-for-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.5rem;
  row-gap: 3rem;
  margin-bottom: 4rem;
}

.who-for-title {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: #2F2F2F;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.who-for-desc {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ── Closing line ─────────────────────────────────────────── */
.who-for-closing {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.6;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 9: WHAT THIS SESSION IS ABOUT
══════════════════════════════════════════════════════════════════════════ */
.about-session {
  background: #ffffff;
  padding: 6rem var(--section-pad-h);
}

.about-session-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 6rem;
  align-items: start;
}

.about-session-heading {
  font-family: var(--font-body);
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #2F2F2F;
  margin-bottom: 1rem;
}

/* ── Right ────────────────────────────────────────────────── */
.about-session-right {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.about-session-p {
  font-size: 20px;
  color: #2F2F2F;
  line-height: 1.8;
}

.about-session-list {
  list-style: disc;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: -0.25rem 0;   /* tighten gap relative to surrounding paragraphs */
}

.about-session-list li {
  font-size: 20px;
  color: #2F2F2F;
  line-height: 1.7;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 8: WORKSHOP HIGHLIGHT CARD
══════════════════════════════════════════════════════════════════════════ */
.highlight-section {
  background: #A9D7EA;
  padding: var(--section-pad-v) var(--section-pad-h);
}

.highlight-outer {
  max-width: var(--max-width);
  margin: 0 auto;
}

.highlight-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 4rem 4.5rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 5rem;
  align-items: center;
}

/* ── Left ─────────────────────────────────────────────────── */
.highlight-heading {
  font-family: var(--font-body);
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #2F2F2F;
  margin-bottom: 2rem;
}

.highlight-body {
  font-size: 20px;
  color: #2F2F2F;
  line-height: 1.75;
  margin-bottom: 1rem;
  max-width: 480px;
}
.highlight-body:last-of-type { margin-bottom: 2rem; }

.highlight-btn {
  display: inline-block;
  background: #2F2F2F;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.85rem 2.25rem;
  border-radius: 9999px;
  transition: background 0.18s;
}
.highlight-btn:hover { background: #111111; }

/* ── Right: date block ────────────────────────────────────── */
.highlight-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.highlight-right--two {
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}

.highlight-date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.highlight-date-label {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  color: #2F2F2F;
  letter-spacing: 0.02em;
  text-align: center;
}

.highlight-date-card {
  width: 180px;
  background: #A9D7EA;
  border: 2.5px solid #2F2F2F;
  border-radius: 4px;
  overflow: hidden;
}

.highlight-date-month {
  background: #2F2F2F;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 0;
  letter-spacing: 0.04em;
}

.highlight-date-num {
  font-family: var(--font-body);
  font-size: 5.5rem;
  font-weight: 700;
  color: #2F2F2F;
  text-align: center;
  line-height: 1;
  padding: 0.75rem 0 0.875rem;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 7: WORKSHOP SNAPSHOT
══════════════════════════════════════════════════════════════════════════ */
.snapshot {
  background: #ffffff;
  padding: 6rem var(--section-pad-h);
}

.snapshot-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 6rem;
  align-items: start;
}

.snapshot-heading {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: #2F2F2F;
  margin-bottom: 2rem;
}

/* ── Rows ─────────────────────────────────────────────────── */
.snapshot-right {
  display: flex;
  flex-direction: column;
}

.snapshot-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2rem;
  align-items: baseline;
  border-top: 1px solid #E0E0E0;
  padding: 2.75rem 0;
}
.snapshot-row:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.snapshot-label {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2F2F2F;
}

.snapshot-value {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 1.5;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 6: REAL ROI
══════════════════════════════════════════════════════════════════════════ */
.roi {
  background: #CFE3CF;
  padding: 6rem var(--section-pad-h);
}

.roi-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 6rem;
  align-items: center;
}

/* ── Left ─────────────────────────────────────────────────── */
.roi-heading {
  font-family: var(--font-body);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  color: #2F2F2F;
  margin-bottom: 2rem;
}

/* ── Right ────────────────────────────────────────────────── */
.roi-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.roi-intro {
  font-size: 20px;
  color: #2F2F2F;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.roi-subhead {
  font-size: 24px;
  font-weight: 600;
  color: #2F2F2F;
  margin-bottom: 1.5rem;
}

.roi-list {
  list-style: disc;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.roi-list li {
  font-size: 20px;
  color: #2F2F2F;
  line-height: 1.7;
}

.roi-list li strong {
  font-weight: 700;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 5: WHAT YOU'LL WALK AWAY WITH
══════════════════════════════════════════════════════════════════════════ */
.walkaway {
  background: #F3F3F1;
  padding: var(--section-pad-v) var(--section-pad-h);
}

.walkaway-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.walkaway-heading {
  font-family: var(--font-body);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: #2F2F2F;
  margin-bottom: 2rem;
}

.walkaway-intro {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 6rem;
}

.walkaway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 5rem;
}

.walkaway-cta {
  text-align: center;
  margin-top: 3rem;
}

.walkaway-item-title {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: #2F2F2F;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.walkaway-item-desc {
  font-size: 20px;
  color: var(--text-mid);
  line-height: 1.75;
}


/* ══════════════════════════════════════════════════════════════════════════
   SECTION 4: WHY THIS WORKSHOP
══════════════════════════════════════════════════════════════════════════ */
.why {
  background: #FFFFFF;
  padding: var(--section-pad-v) var(--section-pad-h);
}

.why-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 5rem;
  align-items: start;
}

.why-heading {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-dark);
}

.why-right {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.why-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.why-group-label {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.why-list li {
  font-size: 20px;
  line-height: 1.6;
  padding-left: 1.25rem;
  position: relative;
}

.why-list--struggle li {
  color: var(--text-mid);
}
.why-list--struggle li::before {
  content: none;
}

.why-list--helps li {
  color: var(--text-dark);
}
.why-list--helps li::before {
  content: none;
}

.why-btn { align-self: flex-start; }


/* ══════════════════════════════════════════════════════════════════════════
   PROBLEM
══════════════════════════════════════════════════════════════════════════ */
.problem {
  padding: var(--section-pad-v) var(--section-pad-h);
  background: var(--white);
}

.problem-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.problem-copy .section-title { margin-top: 0.5rem; }

.pain-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.pain-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.125rem 1.25rem;
  background: var(--cream);
  border-left: 3px solid var(--sage);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.pain-item-icon {
  flex-shrink: 0;
  color: var(--sage);
  margin-top: 0.15rem;
}

.pain-item h3 {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.2rem;
}

.pain-item p {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.6;
}


/* ══════════════════════════════════════════════════════════════════════════
   INTRO STRIP (dark mid-band)
══════════════════════════════════════════════════════════════════════════ */
.intro-strip {
  background: var(--forest);
  padding: var(--section-pad-v) var(--section-pad-h);
  text-align: center;
}

.intro-strip-inner {
  max-width: 720px;
  margin: 0 auto;
}

.intro-strip .section-eyebrow {
  color: rgba(255,255,255,0.9);
}

.intro-strip .section-title {
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-top: 0.5rem;
}

.intro-strip p {
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-top: 1.25rem;
}

.intro-strip .btn-primary {
  margin-top: 2rem;
}


/* ══════════════════════════════════════════════════════════════════════════
   CURRICULUM
══════════════════════════════════════════════════════════════════════════ */
.curriculum {
  padding: var(--section-pad-v) var(--section-pad-h);
  background: var(--cream);
}

.curriculum-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.curriculum-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.curriculum-header .section-title { margin-top: 0.5rem; }

.days-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.day-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.day-card-header {
  background: var(--forest);
  padding: 1.5rem 2rem;
}

.day-label-sm {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.4rem;
}

.day-title {
  font-family: var(--font-serif);
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.3;
}

.day-card-body {
  padding: 1.75rem 2rem;
}

.module-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.module-item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--cream-dk);
}
.module-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.module-name {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.3rem;
}

.module-desc {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.65;
}

.day-outcome {
  background: var(--sage);
  padding: 1rem 2rem;
  font-size: 0.9rem;
  color: var(--white);
  line-height: 1.6;
}


/* ══════════════════════════════════════════════════════════════════════════
   FACILITATOR
══════════════════════════════════════════════════════════════════════════ */
.facilitator {
  padding: var(--section-pad-v) var(--section-pad-h);
  background: var(--white);
}

.facilitator-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 5rem;
  align-items: center;
}

.facilitator-img-wrap {
  position: relative;
}

.facilitator-img {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  object-fit: cover;
  aspect-ratio: 3/4;
}

.facilitator-img-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, var(--cream) 0%, var(--cream-dk) 100%);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px dashed var(--cream-dk);
}
.facilitator-img-placeholder svg { opacity: 0.3; }
.facilitator-img-placeholder span {
  font-size: 0.8125rem;
  color: var(--text-mid);
  letter-spacing: 0.05em;
}

.cred-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.cred-badge {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--forest);
  background: var(--cream);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--cream-dk);
}

.facilitator-bio .section-title { margin-top: 0.5rem; }

/* ── Pricing Reassurance Strip ───────────────── */
.reassurance-strip {
  background: #f9f6f1;
  border-top: 1px solid #e8e2d8;
  border-bottom: 1px solid #e8e2d8;
  padding: 1.75rem 1.5rem;
}

.reassurance-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
}

.reassurance-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: #2F2F2F;
  max-width: 280px;
}

.reassurance-check {
  color: var(--forest);
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Testimonials ─────────────────────────────── */
.testimonials {
  background: #A9D7EA;
  padding: 5rem 1.5rem;
}

.testimonials-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-inner .section-eyebrow {
  color: #000;
  display: block;
  margin-bottom: 2.5rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: left;
}

.testimonial-card {
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 12px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
}

.testimonial-quote {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--forest);
  font-style: italic;
  margin: 0;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1F1F1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  flex-shrink: 0;
}

.testimonial-attr {
  font-size: 0.82rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.03em;
  opacity: 1;
  margin: 0;
}

.facilitator-role {
  font-size: 0.9375rem;
  color: var(--sage);
  font-weight: 500;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
}

.facilitator-bio p {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.facilitator-bio p:last-of-type { margin-bottom: 0; }


/* ══════════════════════════════════════════════════════════════════════════
   OUTCOMES
══════════════════════════════════════════════════════════════════════════ */
.outcomes {
  padding: var(--section-pad-v) var(--section-pad-h);
  background: var(--cream);
}

.outcomes-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.outcomes-header {
  text-align: center;
  margin-bottom: 3rem;
}
.outcomes-header .section-title { margin-top: 0.5rem; }

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.outcome-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  border-top: 3px solid var(--sage);
}

.outcome-title {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.outcome-desc {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.7;
}


/* ══════════════════════════════════════════════════════════════════════════
   WHO IT'S FOR
══════════════════════════════════════════════════════════════════════════ */
.who {
  padding: var(--section-pad-v) var(--section-pad-h);
  background: var(--forest);
}

.who-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.who-copy .section-eyebrow { color: rgba(255,255,255,0.9); }
.who-copy .section-title { color: var(--white); margin-top: 0.5rem; }
.who-copy .section-lead { color: rgba(255,255,255,0.9); }

.who-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 2.25rem;
}

.who-item {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  padding: 1.125rem 1.25rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
}

.who-check { flex-shrink: 0; margin-top: 0.1rem; }

.who-item h3 {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.2rem;
}

.who-item p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}

.who-not {
  margin-top: 2.5rem;
}

.who-not-lbl {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0.75rem;
}

.who-not li {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.85);
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.who-not li::before {
  content: '×';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.25);
}


/* ══════════════════════════════════════════════════════════════════════════
   CHOOSE YOUR OPTION — Comparison Pricing Table
══════════════════════════════════════════════════════════════════════════ */
.choose {
  padding: 88px 48px;
  background: #FFFFFF;
}

.choose-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* 2-col grid: feature label | bundle col */
.choose-top,
.cmp-row {
  display: grid;
  grid-template-columns: 68% 32%;
}

/* ── TOP HEADER ROW ───────────────────────────────────────────────────── */
.choose-top {
  align-items: end;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #CFCFCF;
}

.choose-title {
  font-family: var(--font-body);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #2F2F2F;
  margin-bottom: 0;
}

.choose-top-col {
  text-align: center;
  padding: 0 1.5rem;
  border-left: 2px solid #E5E5E3;
}

.choose-top-col--addon {
  border-left: 2px dashed #C8C8C5;
  opacity: 0.85;
}

.choose-best-value {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2F2F2F;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
}

.choose-col-name {
  font-size: 16px;
  font-weight: 600;
  color: #2F2F2F;
  margin-bottom: 0.625rem;
  font-family: var(--font-body);
}

.choose-col-price {
  font-family: var(--font-body);
  font-size: 28px;
  font-weight: 700;
  color: #2F2F2F;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.choose-col-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.choose-col-before {
  font-size: 13px;
  color: #2F2F2F;
  margin-bottom: 1.125rem;
  font-family: var(--font-body);
}

.choose-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1F1F1F;
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 0 22px;
  height: 44px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.18s;
}
.choose-btn:hover { background: #333333; }

/* ── COMPARISON TABLE ─────────────────────────────────────────────────── */
.cmp-table {
  border-bottom: 1px solid #CFCFCF;
}

.cmp-row {
  border-top: 1px solid #CFCFCF;
  padding: 1rem 0;
  align-items: center;
}

.cmp-label {
  font-size: 15px;
  font-weight: 500;
  color: #2F2F2F;
  padding-right: 2rem;
  line-height: 1.5;
  font-family: var(--font-body);
}

.cmp-row--header .cmp-label {
  font-weight: 500;
  color: #2F2F2F;
}

.cmp-cell {
  text-align: center;
  font-size: 16px;
  color: var(--sage);
  font-weight: 700;
}

.cmp-cell--empty {
  color: transparent;
}

.cmp-cell--savings {
  font-size: 13px;
  font-weight: 600;
  color: #2F2F2F;
  text-align: center;
  font-family: var(--font-body);
}

/* ── BOTTOM CTA REPEAT — single col, centered ────────────────────────── */
.choose-bottom {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
  padding-top: 2.25rem;
  border-top: 1px solid #CFCFCF;
}

.choose-bottom-col {
  text-align: center;
}

.choose-addon-card {
  border-left: 1px solid #CFCFCF;
  padding-left: 3rem;
  text-align: left;
  max-width: 360px;
}

.choose-addon-desc {
  font-family: 'ITC Cheltenham', Georgia, serif;
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.6;
  margin: 1rem 0;
}

.choose-addon-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.choose-addon-features li {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-dark);
}


/* ══════════════════════════════════════════════════════════════════════════
   FAQ — 2-Column Categorized Accordion
══════════════════════════════════════════════════════════════════════════ */
/* ── Tabbed FAQ ───────────────────────────────── */
.faq-tabs-section {
  padding: var(--section-pad-v) var(--section-pad-h);
  background: #F3F3F1;
}

.faq-tabs-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
}

.faq-tabs-eyebrow {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 0.75rem;
}

.faq-tabs-title {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2.5rem;
}

/* Tab nav */
.faq-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 3rem;
}

.faq-tab-btn {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid #CECECE;
  border-radius: 6px;
  padding: 0.5rem 1.125rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
}

.faq-tab-btn.active {
  border-color: var(--forest);
  color: #fff;
  background: var(--forest);
}

.faq-tab-btn:not(.active):hover {
  color: var(--text-dark);
  border-color: #999;
}

/* Panels */
.faq-tabs-panels {
  text-align: left;
}

.faq-panel {
  display: none;
  animation: fadePanel 0.35s ease;
}
.faq-panel.active { display: block; }

@keyframes fadePanel {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Accordion items */
.faq-list { max-width: 760px; margin: 0 auto; }

.faq-item { border-bottom: 1px solid #DEDEDE; }
.faq-list .faq-item:first-child { border-top: 1px solid #DEDEDE; }

.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.45;
}

.faq-icon {
  font-size: 1.375rem;
  font-weight: 300;
  color: var(--text-mid);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s ease;
  display: inline-block;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-a {
  display: none;
  padding: 0 2rem 1rem 0;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.75;
}
.faq-item.open .faq-a { display: block; }


/* ══════════════════════════════════════════════════════════════════════════
   FINAL CTA
══════════════════════════════════════════════════════════════════════════ */
.final-cta {
  padding: var(--section-pad-v) var(--section-pad-h);
  background: #FFFFFF;
}

.final-cta-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 4rem;
  align-items: start;
}

.final-cta-heading h2 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
  color: #111;
}

.final-cta-body p {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.75;
  color: #111;
  margin-bottom: 0.75rem;
}

.final-cta-body ul {
  margin: 0.25rem 0 0.75rem 1.25rem;
  padding: 0;
}

.final-cta-body ul li {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.75;
  color: #111;
  margin-bottom: 0.25rem;
}

.final-cta-closer strong {
  font-family: var(--font-body);
  font-weight: 700;
}

.final-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.final-cta-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  margin-top: 1rem;
  transition: background 0.15s;
}

.final-cta-btn:hover { background: #333; }


/* ══════════════════════════════════════════════════════════════════════════
   COUNTDOWN TIMER
══════════════════════════════════════════════════════════════════════════ */
.countdown-timer {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.75rem;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0 0.5rem 0 0;
}

.countdown-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2F2F2F;
  line-height: 1;
  letter-spacing: -0.02em;
}

.countdown-unit {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2F2F2F;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.375rem;
}

.countdown-live {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: #2F2F2F;
  margin-top: 1.75rem;
}

/* ══════════════════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════════════════ */

/* ── Lead Magnet ──────────────────────────────── */
.lead-magnet {
  background: #F3F3F1;
  padding: 4rem 1.5rem;
  border-top: 1px solid #E0E0DC;
}

.lead-magnet-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.lead-magnet-heading {
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.lead-magnet-copy {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.lead-magnet-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.lead-magnet-input {
  flex: 1 1 220px;
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text-dark);
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}
.lead-magnet-input:focus { border-color: var(--forest); }

.lead-magnet-btn {
  flex-shrink: 0;
  background: #111;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s;
}
.lead-magnet-btn:hover { background: #333; }

/* ── Exit-Intent Popup ────────────────────────── */
.exit-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  padding: 1.5rem;
}

.exit-popup-overlay.visible {
  opacity: 1;
  pointer-events: all;
}

.exit-popup-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  max-width: 480px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 48px rgba(0,0,0,0.18);
}

.exit-popup-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  transition: color 0.15s;
}
.exit-popup-close:hover { color: #111; }

.exit-popup-eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 0.5rem;
}

.exit-popup-heading {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.exit-popup-copy {
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* ══════════════════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════════════════ */
.site-footer {
  background: #1F1F1F;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 2.5rem var(--section-pad-h);
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-logo {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: rgba(255,255,255,0.9);
}

.footer-copy {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.85);
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.85);
  transition: color 0.15s;
}
.footer-links a:hover { color: #fff; }

/* ── ADD-ON STRIP (interactive, below pricing card) ─────────────────── */
.addon-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  margin-top: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px;
  flex-wrap: wrap;
  cursor: pointer;
  transition: border-color 0.2s, background 0.25s;
}

.addon-strip:hover {
  border-color: rgba(0,0,0,0.25);
  background: rgba(0,0,0,0.02);
}

.addon-strip.addon-active {
  border-color: rgba(0,0,0,0.4);
  background: rgba(0,0,0,0.03);
}

.addon-toggle-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  flex: 1;
  min-width: 200px;
}

.addon-custom-check {
  width: 22px;
  height: 22px;
  border: 1.5px solid rgba(0,0,0,0.25);
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  color: #fff;
}

.addon-strip.addon-active .addon-custom-check {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.addon-strip-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.addon-strip-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
  font-family: var(--font-body);
}

.addon-strip-desc {
  font-size: 12px;
  color: rgba(0,0,0,0.55);
  margin: 0;
  line-height: 1.5;
  font-family: var(--font-body);
}

.addon-strip-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.addon-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.addon-strip-plus {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,0.5);
  font-family: var(--font-body);
}

.addon-strip-price {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: var(--font-body);
}

.addon-total-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid rgba(0,0,0,0.12);
  padding-left: 20px;
}

.addon-total-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
  font-family: var(--font-body);
}

.addon-total-price {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: var(--font-body);
}

@media (max-width: 640px) {
  .addon-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
  }
  .addon-strip-right {
    width: 100%;
    justify-content: space-between;
  }
}
