/* Tap Into Your Best Money Life — contributor application page
   Palette + type per COPY-DECK.md Part 4 */

:root {
  --green: #134E36;
  --green-dark: #0E3A28;
  --green-darker: #0A2E20;
  --green-light: #17593E;
  --gold: #D4AF37;
  --gold-light: #EBD9A2;
  --cream: #F5F0E4;
  --cream-soft: rgba(245, 240, 228, 0.86);
  --cream-mute: rgba(245, 240, 228, 0.72);
  --hairline: rgba(212, 175, 55, 0.32);
  --serif: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --maxw: 1140px;
  --pad: 24px;

  /* Hero (light) palette — ivory/champagne background */
  --ivory: #FDF9F0;
  --champagne: #F2E3C4;
  --forest: #123E2E;
  --ink: #1A1A1A;
  --gold-deep: #A9791E;

  /* Apply-button accent */
  --coral: #C43D2E;
  --coral-dark: #A02F22;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--green);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
}

h1 { font-size: clamp(1.9rem, 2.9vw, 2.7rem); line-height: 1.16; }
h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.45rem); }

p { margin: 0 0 1.15em; color: var(--cream-soft); }
p:last-child { margin-bottom: 0; }

strong { color: var(--cream); font-weight: 600; }
em, i { font-style: italic; }
a { color: var(--gold-light); }

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.measure { max-width: 62ch; }

section { position: relative; }

.sec {
  padding: 92px 0;
  border-top: 1px solid var(--hairline);
}
.sec--flush { border-top: none; }
.sec--panel { background: var(--green-dark); }
.sec--deep { background: var(--green-darker); }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
  line-height: 1.5;
}

.lede { font-size: 1.14rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  min-height: 58px;
  padding: 17px 34px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #E6C25A 0%, #C89B2C 100%);
  color: #0E3A28;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 30px -14px rgba(212, 175, 55, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 38px -12px rgba(230, 194, 90, 0.7);
  transform: translateY(-1px);
}
.btn:focus-visible { outline: 2px solid var(--cream); outline-offset: 3px; }

/* Coral “Apply” button — used for every application CTA sitewide */
.btn.btn--coral {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 12px 30px -12px rgba(196, 61, 46, 0.6);
}
.btn.btn--coral:hover {
  background: var(--coral-dark);
  filter: none;
  box-shadow: 0 16px 36px -10px rgba(196, 61, 46, 0.72);
}
.btn.btn--coral:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }

.micro {
  font-size: 1rem;
  color: var(--cream-soft);
  margin: 12px 0 0;
}
.micro strong { color: var(--gold-light); font-weight: 600; }

.cta-block { margin-top: 40px; }

/* ---------- Placeholders ---------- */
.ph {
  border: 1.5px dashed rgba(212, 175, 55, 0.6);
  border-radius: 5px;
  background: rgba(212, 175, 55, 0.05);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 16px;
  min-height: 92px;
  overflow-wrap: break-word;
  hyphens: none;
}
.ph--tall { min-height: 240px; }
.ph--sq { aspect-ratio: 1 / 1; min-height: 0; }
.ph--avatar {
  width: 76px; height: 76px; min-height: 0;
  border-radius: 50%;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  padding: 8px;
  flex: 0 0 auto;
}
.ph--inline {
  display: inline-flex;
  min-height: 0;
  padding: 6px 12px;
  font-size: 0.68rem;
  vertical-align: middle;
}
.ph--note {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.86rem;
  font-weight: 400;
  font-style: italic;
  min-height: 0;
  padding: 16px 20px;
  text-align: left;
  justify-content: flex-start;
  color: var(--gold-light);
  margin-top: 26px;
}

/* ---------- Hero (ivory / champagne, light) ---------- */
.hero {
  padding: 60px 0 66px;
  background:
    radial-gradient(1100px 620px at 74% 32%, rgba(212, 175, 55, 0.22), transparent 62%),
    linear-gradient(160deg, var(--ivory) 0%, var(--champagne) 100%);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas: "left cover";
  column-gap: 64px;
  align-items: start;
}
.hero__left { grid-area: left; display: flex; flex-direction: column; }
.hero__btn { margin-top: 32px; }
.hero__visual { grid-area: cover; align-self: center; text-align: center; }

.hero .eyebrow {
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
  padding: 8px 16px;
  background: rgba(18, 62, 46, 0.07);
  border: 1.5px solid var(--forest);
  border-radius: 6px;
}
.hero .eyebrow.hero__priority-eyebrow {
  color: var(--coral);
  border-color: var(--coral);
  background: rgba(196, 61, 46, 0.08);
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.15rem;
  padding: 14px 20px;
  letter-spacing: 0.08em;
}
.hero h1 { color: var(--green-darker); font-weight: 700; margin-bottom: 20px; }
.hero h1 .accent {
  color: var(--forest);
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: var(--gold-deep);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
.hero__sub {
  font-size: 1.14rem;
  font-weight: 500;
  color: var(--ink);
  max-width: 34em;
  margin-bottom: 0;
}
.hero__sub .hero__sub-accent { color: var(--forest); font-style: italic; font-weight: 600; }

.hero__pub-bio {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 62, 46, 0.14);
}
.hero__pub-bio p {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}
.hero__pub-bio-label {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--forest);
}
.hero__credname {
  display: block;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--forest);
  margin: 0 0 8px;
}
.hero__credlist {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.hero__credlist li {
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  padding-left: 16px;
}
.hero__credlist li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: var(--gold-deep);
}

.hero__markers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero__markers li {
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.hero__markers .star { color: var(--gold-deep); }

.hero .btn.btn--coral { }
.hero .micro { color: var(--ink); }
.hero .micro strong { color: var(--forest); }

.hero__bookwrap {
  position: relative;
  display: inline-block;
}
.hero__bookwrap::before {
  content: "";
  position: absolute;
  width: 145%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.42) 0%, rgba(212, 175, 55, 0.16) 42%, rgba(212, 175, 55, 0) 70%);
  pointer-events: none;
}
.hero__bookwrap img {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: auto;
  filter:
    drop-shadow(0 32px 48px rgba(60, 42, 12, 0.3))
    drop-shadow(0 6px 14px rgba(60, 42, 12, 0.2));
}

.hero__titlecap {
  margin: 20px 0 4px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.27rem;
  color: var(--forest);
}
.hero__titlesub {
  margin: 0 0 4px;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
}

.hero__fw {
  margin: 24px auto 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 28px 26px;
  border: 3px solid var(--gold);
  border-radius: 8px;
  background: transparent;
  box-shadow: inset 0 0 0 2px var(--green), 0 18px 40px -28px rgba(60, 42, 12, 0.35);
  text-align: center;
}
.hero__fw-photo {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 14px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  box-shadow: 0 10px 24px -8px rgba(60, 42, 12, 0.4);
}
.hero__fw-label {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  letter-spacing: 0.03em;
  color: var(--forest);
  margin: 0 0 10px;
}
.hero__fw-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.08rem;
  color: var(--green-darker);
  margin: 0 0 16px;
}
.hero__fw-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.hero__fw-badges li {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-darker);
  background: var(--gold);
  border-radius: 999px;
  padding: 6px 14px;
  white-space: nowrap;
}
.hero__fw-badges li em { font-style: italic; }
.hero__fw-cred {
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
  max-width: none;
  margin: 0 auto;
}
.hero__fw-note {
  font-size: 0.87rem;
  line-height: 1.5;
  color: var(--ink);
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(212, 175, 55, 0.35);
}
.hero__fw-note strong { color: var(--forest); }
.hero__fw-cta { margin-top: 20px; text-align: center; }

/* ---------- Video placeholder (post-hero) ---------- */
.videoph { padding: 54px 0; background: var(--green-darker); }
.videoph__wrap { max-width: 760px; margin: 0 auto; text-align: center; }
.videoph-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: linear-gradient(155deg, var(--green-light), var(--green-dark));
  border: 1px solid var(--hairline);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.videoph-frame--live iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.videoph-play {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px -10px rgba(0, 0, 0, 0.5);
}
.videoph-play svg { width: 30px; height: 30px; fill: var(--green-darker); margin-left: 4px; }
.videoph-label {
  margin: 22px 0 6px;
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--cream);
}
.videoph-sub {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin: 0;
}
.videoph-cta { margin: 28px 0 0; }

/* ---------- Credibility bar ---------- */
.credbar {
  background: var(--green-darker);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 30px 0;
}
.credbar__grid {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 30px;
  align-items: start;
}
.credbar__thumb { width: 108px; flex: 0 0 auto; }
/* transparent 3D render: contain + drop-shadow so the shadow follows the book,
   not a rectangular bounding box */
.credbar__thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.55));
}
.credbar__label {
  font-family: var(--sans);
  font-size: 0.98rem;
  color: var(--cream-soft);
  margin: 0 0 14px;
  line-height: 1.6;
}
.credbar__label strong { color: var(--gold-light); }
.credbar__label em { color: var(--gold); font-style: italic; }
.credbar__gift {
  margin: 14px 0 0;
  font-size: 0.95rem;
  color: var(--gold-light);
}
.credbar__gift strong { color: var(--gold-light); font-weight: 600; }

/* ---------- Cards ---------- */
.cards {
  display: grid;
  gap: 22px;
  margin-top: 40px;
}
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  border: 1px solid var(--hairline);
  border-radius: 5px;
  background: rgba(10, 46, 32, 0.45);
  padding: 28px 26px;
}
.card h3 { margin-bottom: 10px; font-size: 1.18rem; color: var(--cream); }
.card p { font-size: 0.98rem; margin: 0; }
.card__num {
  font-family: var(--serif);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}
.card__icon { color: var(--gold); font-size: 1.1rem; margin-bottom: 12px; }

/* ---------- Panel (EFT objection) ---------- */
.panel {
  background: var(--green-light);
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  padding: 52px clamp(28px, 5vw, 64px);
  max-width: 820px;
  margin: 0 auto;
}
.panel .measure,
.panel > h2,
.panel > .answer-no,
.panel .checklist,
.panel .pullquote { max-width: none; }
.panel--plain {
  background: rgba(10, 46, 32, 0.5);
  border-left: 3px solid rgba(245, 240, 228, 0.25);
}

/* ---------- Ivory section (alternates with dark green sections) ---------- */
.sec--ivory {
  background:
    radial-gradient(1100px 620px at 74% 32%, rgba(212, 175, 55, 0.18), transparent 62%),
    linear-gradient(160deg, var(--ivory) 0%, var(--champagne) 100%);
}
.sec--ivory .panel {
  background: rgba(255, 255, 255, 0.55);
  border-left: 3px solid var(--gold-deep);
}
.sec--ivory h2,
.sec--ivory h3,
.sec--ivory .answer-no { color: var(--green-darker); }
.sec--ivory p,
.sec--ivory strong,
.sec--ivory em { color: var(--ink); }
.sec--ivory .tm { color: var(--green-darker); }
.sec--ivory .checklist li { color: var(--ink); }
.sec--ivory .checklist li::before { color: var(--gold-deep); }
.sec--ivory .proof__subhead { color: var(--green-darker); }

/* Keep dark card boxes dark/light-text even inside an ivory section */
.sec--ivory .card { background: var(--green-darker); border-color: rgba(212, 175, 55, 0.35); }
.sec--ivory .card h3 { color: var(--cream); }
.sec--ivory .card p,
.sec--ivory .card strong,
.sec--ivory .card em { color: var(--cream-soft); }
.sec--ivory .card__quote p { color: var(--cream); }
.sec--ivory .card__quote cite { color: var(--gold); }

/* Timeline sits directly on the ivory background */
.sec--ivory .timeline li { border-left-color: rgba(19, 78, 54, 0.28); }
.sec--ivory .timeline__num { background: var(--green-darker); border-color: var(--gold-deep); color: var(--cream); }

/* Lead-magnet capture box (Chapter Story Blueprint) on ivory background */
.sec--ivory .eyebrow { color: var(--gold-deep); }
.sec--ivory .lead { background: rgba(255, 255, 255, 0.55); border-color: var(--gold-deep); }
.sec--ivory .lead__body h3 { color: var(--green-darker); }
.sec--ivory .lead__body p,
.sec--ivory .lead__note { color: var(--ink); }
.sec--ivory .arc { border-top-color: rgba(19, 78, 54, 0.25); }
.sec--ivory .arc h3 { color: var(--green-darker); }
.sec--ivory .arc p { color: var(--ink); }
.answer-no {
  font-family: var(--serif);
  font-size: 1.9rem;
  color: var(--gold);
  margin: 0 0 18px;
}

.checklist { list-style: none; margin: 8px 0 0; padding: 0; }
.checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--cream-soft);
  font-size: 1rem;
}
.checklist li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 0.85rem;
}
.checklist--cols { columns: 2; column-gap: 40px; }
.checklist--neg li { color: var(--cream-mute); }
.checklist--neg li::before {
  content: "–";
  color: rgba(245, 240, 228, 0.55);
  font-size: 1rem;
  top: -2px;
}
.checklist--cols li { break-inside: avoid; }

.pullquote {
  border-left: 2px solid var(--gold);
  padding: 6px 0 6px 22px;
  margin: 30px 0 0;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--gold-light);
  line-height: 1.5;
}

/* ---------- Proof strip ---------- */
.proof__wide { margin-top: 24px; }

/* ---------- Interview gallery ---------- */
.interviews__intro {
  max-width: 780px;
  margin: -6px 0 26px;
  color: var(--cream-soft);
}

.interviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 28px;
}

.interview {
  display: block;
  margin: 0;
  color: inherit;
}

.interview__thumb {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.interview__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.interview__meta { display: block; padding: 14px 2px 0; }

.interview__name {
  display: block;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--gold-light);
}

.interview__desc {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--cream-soft);
}

.interview__dur {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 8px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  color: var(--gold-light);
  white-space: nowrap;
}

.interviews__more { margin: 26px 0 0; }

.interviews__more a {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-light);
  text-decoration: none;
  font-size: 0.96rem;
  transition: background 0.25s ease, color 0.25s ease;
}

.interviews__more a:hover {
  background: var(--gold);
  color: var(--green-darker);
}

@media (max-width: 720px) {
  .interviews { grid-template-columns: 1fr; gap: 22px; }
  }

.proof__subhead {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--gold-light);
  margin: 38px 0 18px;
}

.proof__cover-row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  padding: 24px;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  background: rgba(10, 46, 32, 0.4);
}
.proof__cover {
  width: 150px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.6));
}
.proof__cover-text p:last-child { margin-bottom: 0; }

/* ---- Proof intro: copy left, Global Tapping Movement line-up right ---- */
.proof__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: center;
  margin-top: 8px;
}
.proof__intro-text p:last-child { margin-bottom: 0; }
.proof__movement { margin: 0; }
.proof__movement img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.7);
}
.proof__movement figcaption {
  margin-top: 12px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--cream-dim, #CFC7B4);
  text-align: center;
}

/* Amazon bestseller screenshot gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 720px;
  margin: 0 auto;
}
.gallery--single {
  grid-template-columns: 1fr;
  max-width: 340px;
  margin: 0;
}
.gallery--single .gallery__item img { height: 170px; }
.gallery__item {
  margin: 0;
  background: var(--cream);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
}
.gallery__item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.gallery__item figcaption {
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--green-darker);
  background: var(--cream);
  text-align: center;
  line-height: 1.4;
}

/* Video reel — phone frame */
.reel-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 8px;
}
.reel-row--compact { gap: 28px; }
.reel-row--compact .phone-frame { width: 190px; }
.reel-row--compact .phone-frame__video { max-height: 360px; }
.phone-frame {
  flex: 0 0 auto;
  width: 260px;
  max-width: 100%;
  background: #0a0a0a;
  border-radius: 32px;
  padding: 12px;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(212, 175, 55, 0.35);
}
.phone-frame__video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 22px;
  background: #000;
}
.reel-row__text { flex: 1 1 320px; min-width: 0; }
.reel-row__text p:last-child { margin-bottom: 0; }

/* Vimeo testimonial embeds */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}
.testimonial {
  border: 1px solid var(--hairline);
  border-radius: 5px;
  padding: 20px;
  background: rgba(10, 46, 32, 0.45);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}
.video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.testimonial__meta {
  font-size: 0.9rem;
  color: var(--cream);
  line-height: 1.55;
  margin: 0;
}
.pullquote--tight {
  margin-top: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* ---------- Foreword ---------- */
.split {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 52px;
  align-items: start;
}
.split__aside .ph { min-height: 360px; }

.publisher-trio {
  margin: 56px 0 0;
  text-align: center;
}
.publisher-trio img {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid var(--hairline);
  box-shadow: 0 24px 50px -22px rgba(0, 0, 0, 0.6);
}
.publisher-trio figcaption {
  margin-top: 16px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-light);
}

.quote-big {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-style: italic;
  color: var(--gold-light);
  line-height: 1.4;
  margin: 0 0 8px;
}
.quote-attr {
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 26px;
}
.kicker {
  font-size: 1.05rem;
  color: var(--cream-soft);
  font-style: italic;
  margin: -8px 0 24px;
}

/* ---------- Offer card ---------- */
.offer {
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(19, 78, 54, 0.9), rgba(10, 46, 32, 0.95));
  padding: 52px 52px 48px;
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, 0.7);
}
.offer__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 46px;
  margin-top: 8px;
}
.offer__group h3 {
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.stack {
  margin-top: 44px;
  padding: 30px 32px 26px;
  border: 1px solid var(--hairline);
  border-radius: 5px;
  background: rgba(10, 46, 32, 0.6);
}

.stack h4 {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}

.stack__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stack__list li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.stack__list li span {
  flex: 1 1 auto;
  font-size: 0.97rem;
  line-height: 1.45;
  color: var(--cream-soft);
}

.stack__list li b {
  flex: 0 0 auto;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: var(--gold-light);
}

.stack__total {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--gold);
  font-family: var(--serif);
}

.stack__total span { flex: 1 1 auto; font-size: 1.18rem; color: var(--cream); }
.stack__total b { flex: 0 0 auto; font-size: 1.42rem; font-weight: 700; color: var(--gold); white-space: nowrap; }

.stack__note {
  margin: 10px 0 0;
  font-size: 1rem;
  font-style: italic;
  color: var(--cream-soft);
}

@media (max-width: 560px) {
  .stack { padding: 24px 20px 20px; }
  .stack__list li { flex-wrap: wrap; gap: 2px 14px; }
  .stack__list li b { flex-basis: 100%; }
  .stack__total { flex-wrap: wrap; gap: 6px; }
  .stack__total span { flex-basis: 100%; }
}
.price {
  margin-top: 44px;
  padding: 38px 32px 34px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.1), rgba(10, 46, 32, 0.65));
  text-align: center;
}
.price__label {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--gold);
  margin: 0 0 10px;
}
.price__fig {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 4.4rem);
  color: var(--gold);
  line-height: 1;
  margin: 0 0 14px;
}
.price__risk { font-size: 0.98rem; color: var(--cream-mute); margin: 22px auto 0; max-width: 44em; }

.terms {
  max-width: 34em;
  margin: 22px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--hairline);
  text-align: center;
}
.terms__head {
  font-size: 1rem;
  color: var(--cream);
  margin: 0 0 8px;
}
.terms__head strong { color: var(--gold-light); font-weight: 600; }
.terms__sub {
  font-size: 1rem;
  color: var(--cream-soft);
  margin: 0;
}

.upgrade {
  margin-top: 36px;
  padding: 26px 30px;
  border-top: 1px solid var(--hairline);
}
.upgrade h4 {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--gold-light);
  margin-bottom: 10px;
}

/* ---------- Timeline ---------- */
.timeline { list-style: none; margin: 46px 0 0; padding: 0; }
.timeline li {
  position: relative;
  padding: 0 0 40px 74px;
  border-left: 1px solid var(--hairline);
  margin-left: 20px;
}
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline__num {
  position: absolute;
  left: -20px;
  top: -4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
}
.timeline h3 { font-size: 1.22rem; margin-bottom: 8px; }
.timeline p { font-size: 1rem; margin: 0; }

/* ---------- FAQ ---------- */
.faq { margin-top: 40px; border-top: 1px solid var(--hairline); }
.faq__item { border-bottom: 1px solid var(--hairline); }
.faq__q {
  width: 100%;
  background: none;
  border: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.1rem;
  text-align: left;
  padding: 22px 46px 22px 0;
  min-height: 56px;
  cursor: pointer;
  position: relative;
  line-height: 1.35;
}
.faq__q:hover { color: var(--gold-light); }
.faq__q:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.faq__q::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s ease;
}
.faq__q[aria-expanded="true"]::after { content: "–"; }
.faq__a {
  display: none;
  padding: 0 40px 26px 0;
}
.faq__a p { font-size: 1rem; margin: 0; }
.faq__item.open .faq__a { display: block; }

/* ---------- 13B. A book with a purpose ---------- */
.purpose {
  background: #17583D;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 84px 0;
  text-align: center;
}
.purpose__h { max-width: 26ch; margin: 0 auto 48px; }
.purpose__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  text-align: left;
  max-width: 940px;
  margin: 0 auto;
}
.purpose__logo {
  width: 168px;
  height: 72px;
  min-height: 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.66rem;
}
.purpose__col h3 {
  font-size: 1.16rem;
  color: var(--gold);
  margin-bottom: 12px;
  line-height: 1.3;
}
.purpose__col p { font-size: 1rem; margin: 0; }
.purpose__series {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-style: italic;
  color: var(--gold);
  line-height: 1.4;
  max-width: 30ch;
  margin: 54px auto 0;
  padding-top: 40px;
  border-top: 1px solid var(--hairline);
}

/* ---------- Final close ---------- */
.close {
  position: relative;
  padding: 104px 0;
  background: var(--green-dark);
  overflow: hidden;
  text-align: center;
  border-top: 1px solid var(--hairline);
}
.offer > .eyebrow { margin-bottom: 26px; }
.kicker .roman { font-style: normal; }

.close__mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  max-width: 90%;
  opacity: 0.05;
  filter: saturate(0.3) blur(1.5px);
  pointer-events: none;
}
.close .wrap { position: relative; }
.close h2 { max-width: 22ch; margin-left: auto; margin-right: auto; }
.close p { margin-left: auto; margin-right: auto; max-width: 46ch; }
.close .scarcity {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--gold);
  margin: 28px auto 34px;
}

/* ---------- Capture ---------- */
.capture form {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  max-width: 620px;
  flex-wrap: wrap;
}
.capture input {
  flex: 1 1 240px;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 4px;
  border: 1px solid var(--hairline);
  background: rgba(10, 46, 32, 0.7);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 1rem;
}
.capture input::placeholder { color: rgba(245, 240, 228, 0.45); }
.capture input:focus { outline: 2px solid var(--gold); outline-offset: 1px; }

/* ---------- Footer ---------- */
footer {
  background: var(--green-darker);
  border-top: 1px solid var(--hairline);
  padding: 54px 0 120px;
  text-align: center;
}
footer .f-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--gold);
  margin: 0 0 4px;
}
footer .f-sub { font-family: var(--serif); font-style: italic; color: var(--gold-light); margin: 0 0 18px; font-size: 1rem; }
footer p { font-size: 0.92rem; color: var(--cream-mute); margin: 0 0 6px; }
footer .f-mission {
  color: var(--gold-light);
  max-width: 46ch;
  margin: 10px auto 0;
}
footer .f-mission strong { color: var(--gold-light); font-weight: 600; }
footer nav { margin-top: 16px; font-size: 0.9rem; }
footer nav a { color: var(--cream-mute); text-decoration: none; margin: 0 10px; }
footer nav a:hover { color: var(--gold-light); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 40;
  background: rgba(10, 46, 32, 0.97);
  border-top: 1px solid var(--hairline);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(6px);
}
.sticky-cta .btn { flex: 1; min-height: 52px; padding: 14px 18px; font-size: 0.8rem; letter-spacing: 0.08em; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .cards--3, .testimonials { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split__aside { max-width: 320px; }
  .offer { padding: 40px 34px; }
  .hero__grid { gap: 36px; }
  .reel-row { gap: 28px; }
  .phone-frame { width: 220px; }
}

@media (max-width: 860px) {
  body { font-size: 18px; }
  .sec { padding: 64px 0; }
  .hero { padding: 36px 0 46px; }
  .hero__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "cover";
    column-gap: 0;
    row-gap: 28px;
  }
  .hero h1 { font-size: 1.7rem; margin-bottom: 15px; }
  .hero__sub { font-size: 1rem; }
  .hero__btn { margin-top: 26px; text-align: center; }
  .hero__btn .micro { margin-top: 10px; }
  .hero__markers { margin-top: 14px; gap: 6px 18px; }
  .hero__markers li { font-size: 0.86rem; }
  .hero__bookwrap img { max-width: 210px; width: auto; margin: 0 auto; }
  .hero__fw-cred { max-width: 32ch; }
  .cards--3, .cards--2, .testimonials { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .proof__cover-row { flex-direction: column; text-align: center; gap: 20px; padding: 20px; }
  .proof__intro { grid-template-columns: 1fr; gap: 28px; }
  .reel-row { flex-direction: column; gap: 24px; }
  .reel-row__text { flex: 1 1 auto; }
  .phone-frame { width: 220px; }
  .proof__subhead { margin: 40px 0 18px; }
  .credbar__grid { text-align: left; }
  .purpose { padding: 60px 0; }
  .purpose__grid { grid-template-columns: 1fr; gap: 40px; }
  .purpose__h { margin-bottom: 34px; }
  .purpose__series { margin-top: 40px; padding-top: 32px; }
  .terms { padding: 16px 18px; }
  .checklist--cols { columns: 1; }
  .offer__cols { grid-template-columns: 1fr; }
  .credbar__grid { grid-template-columns: 1fr; gap: 20px; }
  .panel { padding: 32px 24px; }
  .offer { padding: 32px 22px; }
  .timeline li { padding-left: 58px; padding-bottom: 32px; }
  .close { padding: 72px 0; }
  footer { padding-bottom: 130px; }
  .sticky-cta { display: flex; }
  .btn { width: 100%; }
  .capture form { flex-direction: column; }
  .capture input { flex: 0 0 auto; width: 100%; }
  .capture .btn { width: 100%; }
}

@media (max-width: 420px) {
  :root { --pad: 20px; }
  h1 { font-size: 1.7rem; }
  .btn { font-size: 0.8rem; letter-spacing: 0.08em; padding: 16px 18px; }
  .price__fig { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ---------- Reviews proof block (designed numbers, backed by the receipt) ---------- */
.reviews {
  display: block;
  margin-top: 6px;
}
.reviews__main { min-width: 0; max-width: 62ch; }

.reviews__hero { margin-bottom: 26px; }
.reviews__stat {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.4vw, 4rem);
  line-height: 1;
  color: var(--gold);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.reviews__stat-of {
  font-size: 0.34em;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  vertical-align: 0.5em;
  margin-left: 6px;
  white-space: nowrap;
}
.reviews__stars {
  margin: 0 0 12px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.reviews__half {
  position: relative;
  display: inline-block;
  color: rgba(212, 175, 55, 0.28);
}
.reviews__half::before {
  content: "\2605";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  color: var(--gold);
}
.reviews__label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream-soft);
}

.reviews__highlight {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  line-height: 1.25;
  color: var(--gold-light);
  margin: 0 0 28px;
  padding: 16px 0 16px 20px;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.13), rgba(212, 175, 55, 0));
  max-width: 34ch;
}

.reviews__quote {
  margin: 0 0 26px;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--gold);
  max-width: 58ch;
}
.reviews__quote p {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.55;
  color: var(--cream);
}
.reviews__attr {
  font-family: var(--sans);
  font-size: 0.82rem;
  margin: 0;
  font-style: italic;
  color: var(--cream-mute);
}

.review-card {
  background: rgba(10, 46, 32, 0.55);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: 24px 26px;
  max-width: 58ch;
}
.review-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.review-card__stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.pill {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-darker);
  background: var(--gold);
  border-radius: 999px;
  padding: 5px 11px;
  white-space: nowrap;
}
.review-card__head {
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--cream);
  margin: 0 0 12px;
}
.review-card__body {
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--cream-soft);
  margin: 0 0 14px;
}
.review-card__attr {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  color: var(--cream-soft);
}

.reviews__receipt {
  margin: 0;
  max-width: 320px;
  justify-self: end;
}
.reviews__receipt img {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(245, 240, 228, 0.5);
}
.reviews__receipt figcaption {
  margin-top: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-mute);
  text-align: center;
}

/* ---------- Publisher portrait ---------- */
.portrait { margin: 0; }
.portrait__img {
  width: 240px;
  height: 240px;
  max-width: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--gold);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35), 0 18px 44px rgba(0, 0, 0, 0.38), 0 0 40px rgba(212, 175, 55, 0.22);
}
.portrait__cap {
  margin-top: 18px;
  max-width: 240px;
}
.portrait__name {
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--cream);
}
.portrait__role {
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.pull-line {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;
  line-height: 1.45;
  color: var(--gold-light);
  max-width: 46ch;
  margin: 0 0 22px;
}

@media (max-width: 1000px) {
  .reviews { grid-template-columns: minmax(0, 1fr) 260px; gap: 32px; }
  .reviews__receipt { max-width: 260px; }
}

@media (max-width: 860px) {
  .reviews { grid-template-columns: 1fr; gap: 30px; }
  .reviews__receipt { justify-self: start; max-width: 280px; }
  .reviews__highlight { max-width: none; }
  .review-card { padding: 20px 18px; }
  .reviews__label { font-size: 0.71rem; letter-spacing: 0.1em; }
  .reviews__quote { padding-left: 16px; }
  .reviews__quote p { font-size: 1rem; }
  .portrait__img { width: 180px; height: 180px; }
  .portrait__cap { max-width: 280px; }
}

/* ---------- Hero sub accent ---------- */
.hero__sub-accent {
  font-style: italic;
  color: var(--gold-light);
}

/* ---------- 3B. Story jogger panel ---------- */
.jogger {
  background: var(--green-light);
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  padding: 104px 0 96px;
}
.jogger__inner {
  max-width: 820px;
  text-align: center;
}
.jogger__eyebrow { font-size: 1.15rem; letter-spacing: 0.1em; margin-bottom: 22px; }
.jogger__head {
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  color: var(--cream);
  margin: 0 0 34px;
}
.jogger__mark {
  display: block;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 4.4rem);
  line-height: 0.6;
  color: var(--gold);
  margin: 0 0 22px;
}
/* Two numbered story-jogger questions: left-aligned for readability,
   block itself centred under the gold quote mark. */
.jogger__list {
  list-style: none;
  margin: 0 auto 36px;
  padding: 0;
  max-width: 700px;
  text-align: left;
  display: grid;
  gap: 26px;
}
.jogger__q {
  position: relative;
  padding-left: 62px;
  font-family: var(--serif);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.62rem, 3.15vw, 2.16rem);
  line-height: 1.34;
  color: var(--cream);
  text-wrap: pretty;
  margin: 0;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.jogger__q em {
  font-style: normal;
  color: var(--gold-light);
}
.tm {
  font-style: normal;
  font-size: 0.55em;
  font-weight: 600;
  margin-left: 1px;
}

.jogger__num {
  position: absolute;
  left: 0;
  top: 0.06em;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  border-radius: 50%;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--gold);
}
.jogger__body {
  max-width: 60ch;
  margin: 0 auto;
}
.jogger__body p { margin-bottom: 1.1em; }
.jogger__emph {
  font-size: 1.16rem;
  color: var(--gold-light);
  font-weight: 500;
}
.jogger__cta { margin-top: 38px; }
.jogger__cta .micro { margin-top: 14px; text-align: center; }

@media (max-width: 640px) {
  .jogger { padding: 68px 0 62px; }
  .jogger__list { gap: 22px; }
  .jogger__q { line-height: 1.45; padding-left: 48px; }
  .jogger__num { width: 34px; height: 34px; font-size: 0.85rem; }
  .jogger__cta .btn { width: 100%; }
}

/* ---------- Supporting circular portrait (Joe Vitale, foreword) ---------- */
.portrait--sm .portrait__img { width: 180px; height: 180px; }
.portrait--sm .portrait__cap { max-width: 340px; }
.portrait--sm .portrait__role { letter-spacing: 0.08em; font-size: 0.68rem; }
.portrait--sm .portrait__role em { font-style: italic; }

@media (max-width: 860px) {
  .portrait--sm .portrait__img { width: 140px; height: 140px; }
  .portrait--sm .portrait__cap { max-width: 320px; }
  .portrait--sm .portrait__role { letter-spacing: 0.06em; font-size: 0.64rem; }
}

/* ---------- Why Caryl when you have AI ---------- */
.ai-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  align-items: center;
}

.ai-split__text h2 { margin-top: 0; }
.ai-split__text p { max-width: 62ch; }
.ai-split__text p:last-child { margin-bottom: 0; }

.ai-split__book { margin: 0; text-align: center; }

.ai-split__book img {
  display: block;
  width: 100%;
  max-width: 272px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.5));
}

.ai-split__book figcaption {
  margin-top: 18px;
  font-size: 0.84rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--cream-mute);
}

.ai-split--text-only { grid-template-columns: 1fr; }
.ai-split--text-only .ai-split__text p { max-width: 72ch; }

@media (max-width: 880px) {
  .ai-split { grid-template-columns: 1fr; gap: 36px; }
  .ai-split__book img { max-width: 200px; }
}

/* ---------- First confirmed contributor ---------- */
.first {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 38px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: rgba(19, 78, 54, 0.5);
}

.first__video .video-embed {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.46);
}

.first__text h2 { margin: 0 0 14px; font-size: 1.85rem; }
.first__text p { margin: 0 0 14px; }
.first__text p:last-child { margin-bottom: 0; }

.first__cred {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--gold-light);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hairline);
}

.first__note {
  font-size: 1rem;
  font-style: italic;
  color: var(--cream-soft);
}

.first__quote {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--hairline);
}

.first__quote p {
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.62;
  color: var(--cream);
  margin: 0 0 14px;
}

.first__quote cite {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--gold);
}

@media (max-width: 880px) {
  .first { grid-template-columns: 1fr; gap: 30px; padding: 26px 22px; }
  .first__text h2 { font-size: 1.55rem; }
  .first__quote { padding-top: 22px; }
  .first__quote p { font-size: 1.08rem; }
}

/* ---------- Sign-up options ---------- */
.opts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 900px;
  margin: 28px 0 30px;
}

.opt {
  padding: 24px 26px;
  border: 1px solid var(--hairline);
  border-radius: 5px;
  background: rgba(19, 78, 54, 0.42);
}

.opt h3 {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--gold-light);
  margin: 0 0 10px;
}

.opt p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--cream-soft);
}

.picks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 18px 0 4px;
}

.pick {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.93rem;
  color: var(--cream-soft);
  cursor: pointer;
}

.pick input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--gold);
  cursor: pointer;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .opts { grid-template-columns: 1fr; gap: 16px; }
  .picks { flex-direction: column; gap: 12px; }
}

/* ---------- Caryl's own money origin story ---------- */
.mine {
  max-width: 720px;
  margin: 30px auto 34px;
  text-align: left;
  padding: 30px 34px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: rgba(10, 46, 32, 0.55);
}

.mine__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.mine__head img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  flex: 0 0 auto;
}

.mine__label {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--cream);
  margin: 0 0 3px;
}

.mine__by {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

.mine__quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.mine__quote p {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--cream-soft);
  margin: 0 0 14px;
}

.mine__quote p:last-child { margin-bottom: 0; }
.mine__quote strong { color: var(--cream); }

.mine__note {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--cream-soft);
}

/* ---------- Permission quote above the price ---------- */
.permission {
  max-width: 640px;
  margin: 44px auto 0;
  padding: 30px 34px 28px;
  border: 3px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(160deg, var(--ivory) 0%, var(--champagne) 100%);
  box-shadow: 0 18px 40px -28px rgba(60, 42, 12, 0.35);
  text-align: center;
}

.permission__photo {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  box-shadow: 0 10px 24px -8px rgba(60, 42, 12, 0.4);
}

.permission p {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 12px;
}

.permission cite {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: var(--green-darker);
  font-weight: 600;
}
.permission cite::before { content: "— "; }

/* ---------- Small quote inside a benefit card ---------- */
.card__quote {
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--hairline);
}

.card__quote p {
  font-family: var(--serif);
  font-size: 0.97rem;
  line-height: 1.55;
  color: var(--cream);
  margin: 0 0 8px;
}

.card__quote cite {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  color: var(--gold);
}

@media (max-width: 560px) {
  .mine { padding: 24px 20px; }
  .mine__head { gap: 13px; }
  .mine__head img { width: 58px; height: 58px; }
  .mine__label { font-size: 1.15rem; }
  .permission p { font-size: 0.92rem; }
}

.mine__link { margin: 14px 0 0; font-size: 0.9rem; }

.mine__link a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.mine__link a:hover { color: var(--gold-light); border-bottom-color: var(--gold-light); }
.mine__link span { color: var(--cream-mute); }

.upgrade__extra {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--hairline);
  font-size: 1rem;
  color: var(--cream-soft);
}

/* ---------- On-page video lightbox ---------- */
.vmodal { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; }
.vmodal[hidden] { display: none; }

.vmodal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 26, 18, 0.92);
  backdrop-filter: blur(6px);
}

.vmodal__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 92vw);
}

.vmodal__frame {
  position: relative;
  padding-top: 56.25%;
  border: 1px solid var(--gold);
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.vmodal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.vmodal__close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 38px;
  height: 38px;
  font-size: 26px;
  line-height: 1;
  color: var(--cream);
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.vmodal__close:hover { color: var(--gold); border-color: var(--gold); }

@media (max-width: 640px) {
  .vmodal__inner { width: 94vw; }
  .vmodal__close { top: -42px; }
}

/* ---------- Lead magnet: Chapter Story Blueprint ---------- */
.lead {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 46px;
  align-items: start;
  max-width: 1000px;
  margin: 46px auto 0;
  padding: 40px;
  text-align: left;
  border: 1px solid var(--gold);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.lead__cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.5);
}

.lead__body h3 {
  margin: 10px 0 16px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.2;
  color: var(--cream);
}

.lead__body p { margin: 0 0 14px; color: var(--cream-soft); }

.lead__cta { margin: 24px 0 12px; }
.lead__cta .btn { display: inline-block; width: auto; }

.lead__note {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--cream-soft);
}

.arc {
  max-width: 1000px;
  margin: 34px auto 0;
  padding: 30px 40px;
  text-align: left;
  border-top: 1px solid var(--hairline);
}

.arc h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 26px;
  color: var(--cream);
}

.arc p { margin: 0 0 12px; color: var(--cream-soft); }
.arc p:last-child { margin-bottom: 0; }

@media (max-width: 860px) {
  .lead {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 26px;
  }
  .lead__cover { max-width: 240px; margin: 0 auto; }
  .lead__body h3 { font-size: 28px; }
  .arc { padding: 26px 4px 0; }
}

/* ---------- 2B. Why Joe's story is the model ---------- */
.joe__kicker {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--green-darker) !important;
  margin-top: 22px;
}
.joe__cred {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(176, 141, 30, 0.35);
}
.joe__cred .hero__fw-badges { justify-content: flex-start; margin-bottom: 16px; }
.joe__cred p {
  font-size: 0.95rem;
  line-height: 1.72;
}
.joe__manifesto {
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 4px solid var(--gold-deep);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.62);
}
.joe__manifesto p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.68;
}
@media (max-width: 860px) {
  .joe__cred .hero__fw-badges { justify-content: center; }
  .joe__manifesto { padding: 18px 18px; }
  .joe__cred p { font-size: 0.92rem; }
}


/* ---------- Joe Vitale audience welcome banner ---------- */
.joewelcome {
  padding: 0 0 6px;
  text-align: center;
}
.joewelcome__text {
  margin: 0;
  font-family: var(--sans);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--green-darker);
  line-height: 1.25;
}
@media (max-width: 900px) {
  .joewelcome__text { font-size: 1.5rem; }
}
@media (max-width: 640px) {
  .joewelcome { padding: 0 0 4px; }
  .joewelcome__text { font-size: 1.25rem; letter-spacing: 0.02em; }
}
