/* ============================================================
   Polln /program page styles
   Builds on polln-landing.css tokens & components. Different
   rhythm: tighter sections, more structured layouts, lower
   visual heat. The reader is doing homework.
   ============================================================ */

/* ---------- Page rhythm ---------- */
.pg-page { width: 100%; }
.pg-section { padding-block: 72px; position: relative; }
.pg-section--tight { padding-block: 56px; }
.pg-section--alt { background: var(--paper-2); }

@media (max-width: 720px) {
  .pg-section { padding-block: 56px; }
  .pg-section--tight { padding-block: 40px; }
}

/* Two-column section head: eyebrow + sentinel left, title right. */
.pg-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: baseline;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.pg-head-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.018em;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  max-width: 22ch;
  text-wrap: balance;
}
.pg-head-title em {
  font-style: italic;
  background-image: linear-gradient(transparent 62%, var(--honey-soft) 62%, var(--honey-soft) 92%, transparent 92%);
  padding: 0 0.05em;
}
.pg-head-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--honey-deep);
  font-weight: 500;
  align-self: start;
  padding-top: 8px;
}
.pg-head-sub {
  grid-column: 2 / -1;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 16px 0 0;
  max-width: 56ch;
}
@media (max-width: 720px) {
  .pg-head { grid-template-columns: 1fr; gap: 10px; }
  .pg-head-eyebrow { padding-top: 0; }
  .pg-head-sub { grid-column: 1; }
}

/* ---------- Hero (compact) ---------- */
.pg-hero {
  position: relative;
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.pg-hero-disc {
  position: absolute;
  right: -180px; top: -160px;
  width: 420px; height: 420px;
  opacity: 0.32;
  pointer-events: none;
  animation: pl-disc-spin 200s linear infinite;
}
.pg-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--honey-deep);
  font-weight: 500;
  margin-bottom: 22px;
  position: relative;
}
.pg-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--ink);
  font-weight: 400;
  margin: 0;
  max-width: 16ch;
  text-wrap: balance;
  position: relative;
}
.pg-hero-title em {
  font-style: italic;
  background-image: linear-gradient(transparent 60%, var(--honey-soft) 60%, var(--honey-soft) 92%, transparent 92%);
  padding: 0 0.05em;
}
.pg-hero-lead {
  margin: 24px 0 28px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 62ch;
  position: relative;
}
.pg-hero-cta { display: inline-flex; gap: 14px; position: relative; }

@media (max-width: 720px) {
  .pg-hero { padding: 40px 0 36px; }
  .pg-hero-disc { right: -200px; top: -120px; width: 320px; height: 320px; opacity: 0.25; }
}

/* ---------- Phases ---------- */
.pg-phases-list { display: flex; flex-direction: column; gap: 24px; }
.pg-phase {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--paper);
  padding: 36px 40px;
}

.pg-phase-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 22px;
}
.pg-phase-id {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
@media (max-width: 720px) {
  .pg-phase-head { gap: 8px; padding-bottom: 14px; }
}
.pg-phase-top {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 6px;
}
.pg-phase-n {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.92;
  color: var(--honey-deep);
  letter-spacing: -0.02em;
}
.pg-phase-name {
  font-family: var(--font-serif);
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.012em;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
}
.pg-phase-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 22px;
  font-weight: 500;
}
.pg-phase-meta .pg-dot { color: var(--honey-deep); margin: 0 6px; }
.pg-phase-intro {
  font-size: 16px;
  line-height: 1.62;
  color: var(--ink-2);
  margin: 0 0 28px;
  max-width: 70ch;
}

/* Phase columns */
.pg-phase-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 4px;
}
.pg-col-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--honey-deep);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.pg-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pg-col-list li {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
}
.pg-col-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--honey-deep);
  border-radius: 999px;
  margin-top: 9px;
}

/* ---------- Section sublabel ---------- */
.pg-modules-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--honey-deep);
  font-weight: 600;
  margin: 4px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

/* ---------- Phase 1: module tiles ---------- */
.pg-modules {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.pg-module {
  background: var(--paper-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: background var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
}
.pg-module:hover {
  background: var(--paper-tint);
  transform: translateY(-1px);
}
.pg-module-n {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--honey-deep);
  font-weight: 600;
}
.pg-module-h {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.005em;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
}
.pg-module-p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
}
@media (max-width: 980px) {
  .pg-modules { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .pg-modules { grid-template-columns: 1fr 1fr; }
}

/* ---------- Phase 1: "Meanwhile, behind the scenes" rail ---------- */
.pg-behind {
  margin-top: 4px;
  padding: 18px 22px;
  background: var(--paper-2);
  border-left: 2px solid var(--honey-deep);
  border-radius: 0 8px 8px 0;
}
.pg-behind-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--honey-deep);
  font-weight: 600;
  margin-bottom: 10px;
}
.pg-behind ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pg-behind ul li {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
}
.pg-behind ul li::before {
  content: "";
  width: 4px; height: 4px;
  background: var(--honey-deep);
  border-radius: 999px;
  margin-top: 8px;
  opacity: 0.7;
}

/* ---------- Three-track grid for phase 2 ---------- */
.pg-tracks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 4px;
}
.pg-track {
  background: var(--paper-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 22px 24px;
}
.pg-track-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--honey-deep);
  font-weight: 600;
  margin-bottom: 10px;
}
.pg-track-name {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.008em;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 4px;
}
.pg-track-sub {
  font-size: 13px;
  color: var(--ink-3);
  margin: 0 0 16px;
  line-height: 1.45;
}
.pg-track ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.pg-track ul li {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 8px;
}
.pg-track ul li::before {
  content: "";
  width: 4px; height: 4px;
  background: var(--honey-deep);
  border-radius: 999px;
  margin-top: 8px;
}
@media (max-width: 920px) {
  .pg-phase { padding: 28px 24px; }
  .pg-phase-cols { grid-template-columns: 1fr; gap: 28px; }
  .pg-tracks { grid-template-columns: 1fr; }
}

/* ---------- Phase 3: continuation rows ---------- */
.pg-continues {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.pg-continue {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  align-items: start;
}
.pg-continue:first-child { border-top: 0; padding-top: 4px; }
.pg-cont-n {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--honey-deep);
  font-weight: 600;
  padding-top: 6px;
}
.pg-cont-body { display: flex; flex-direction: column; gap: 4px; }
.pg-cont-h {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.008em;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
}
.pg-cont-p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 64ch;
}
@media (max-width: 600px) {
  .pg-continue { grid-template-columns: 1fr; gap: 6px; }
}

/* ---------- Learner tiers ---------- */
.pg-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pg-tier {
  padding: 36px 32px 36px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pg-tier:not(:last-child) { padding-right: 32px; border-right: 1px solid var(--border); }
.pg-tier:not(:first-child) { padding-left: 32px; }
.pg-tier-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--honey-deep);
  font-weight: 600;
  margin-bottom: 12px;
}
.pg-tier-name {
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.012em;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 14px;
}
.pg-tier-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
}
.pg-tier-close {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.35;
  color: var(--honey-deep);
  margin: 40px auto 0;
  max-width: 60ch;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 920px) {
  .pg-tiers { grid-template-columns: 1fr; }
  .pg-tier { padding: 28px 0 !important; border-right: 0 !important; }
  .pg-tier:not(:last-child) { border-bottom: 1px solid var(--border); }
}

/* ---------- Day 90 deliverables (visual card grid) ---------- */
.pg-deliv-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.pg-deliv-card {
  background: var(--paper);
  padding: 28px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: background var(--dur-fast) var(--ease-out);
}
.pg-deliv-card:hover { background: var(--paper-tint); }
.pg-deliv-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--honey-deep);
}
.pg-deliv-art {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -6px;
}
.pg-emblem {
  width: 100%;
  max-width: 200px;
  height: 80px;
  display: block;
}
.pg-deliv-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
}
.pg-deliv-label {
  font-family: var(--font-serif);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.008em;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
}
.pg-deliv-body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
}
@media (max-width: 920px) {
  .pg-deliv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .pg-deliv-grid { grid-template-columns: 1fr; }
}

/* ----- Emblem animations (scroll-triggered via .polln-art-active) ----- */
.pg-emb-pop {
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
}
.polln-art-active .pg-emb-pop {
  animation: pg-pop 600ms var(--ease-out) forwards;
}
.pg-emb-fill { width: 0; }
.polln-art-active .pg-emb-fill {
  animation: pg-emb-fillgrow 1100ms var(--ease-out) forwards;
}
@keyframes pg-emb-fillgrow { to { width: 132px; } }
.pg-emb-bar {
  transform: scaleY(0);
}
.polln-art-active .pg-emb-bar {
  animation: pg-emb-bargrow 700ms var(--ease-out) forwards;
}
@keyframes pg-emb-bargrow { to { transform: scaleY(1); } }
.pg-emb-card {
  opacity: 0;
  transform-origin: center;
}
.polln-art-active .pg-emb-card {
  animation: pg-fade-in 600ms var(--ease-out) forwards;
}
.pg-emb-line {
  opacity: 0;
}
.polln-art-active .pg-emb-line {
  animation: pg-fade-in 500ms var(--ease-out) forwards;
}
@keyframes pg-fade-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pg-pop      { 0% { opacity: 0; transform: scale(0.6); } 60% { transform: scale(1.15); } 100% { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .pg-emb-pop, .pg-emb-fill, .pg-emb-bar, .pg-emb-card, .pg-emb-line {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .pg-emb-fill { width: 132px; }
}

/* ---------- One Year In — horizontal timeline ---------- */
.pg-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  position: relative;
}
.pg-timeline-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(184, 134, 11, 0)   0%,
    rgba(184, 134, 11, 0.35) 14%,
    rgba(184, 134, 11, 0.55) 50%,
    rgba(184, 134, 11, 0.35) 86%,
    rgba(184, 134, 11, 0)   100%
  );
  pointer-events: none;
}
.pg-tl-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.pg-tl-marker {
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.pg-tl-marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 48px; height: 8px;
  transform: translateY(-50%);
  background: var(--paper-2);
  z-index: 0;
}
.pg-tl-hex {
  width: 28px;
  height: 32px;
  display: block;
  position: relative;
  z-index: 1;
}
.pg-tl-label {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: var(--honey-deep);
  font-weight: 400;
}
.pg-tl-body {
  font-size: 15px;
  line-height: 1.62;
  color: var(--ink-2);
  margin: 0;
  max-width: 42ch;
}

/* Timeline scroll animations */
.pg-timeline-line {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s var(--ease-out);
}
.polln-art-active .pg-timeline-line {
  transform: scaleX(1);
}
.pg-tl-hex {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out);
}
.pg-tl-block:nth-child(2) .pg-tl-hex { transition-delay: 300ms; }
.pg-tl-block:nth-child(3) .pg-tl-hex { transition-delay: 600ms; }
.pg-tl-block:nth-child(4) .pg-tl-hex { transition-delay: 900ms; }
.polln-art-active .pg-tl-hex {
  opacity: 1;
  transform: scale(1);
}
.pg-tl-block {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out);
}
.pg-tl-block:nth-child(2) { transition-delay: 200ms; }
.pg-tl-block:nth-child(3) { transition-delay: 450ms; }
.pg-tl-block:nth-child(4) { transition-delay: 700ms; }
.polln-art-active .pg-tl-block {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 860px) {
  .pg-timeline-line { transform-origin: top center; transform: scaleY(0); }
  .polln-art-active .pg-timeline-line { transform: scaleY(1); }
}
@media (prefers-reduced-motion: reduce) {
  .pg-timeline-line, .pg-tl-hex, .pg-tl-block {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Pull quote close */
.pg-tl-pull-wrap {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-tl-divider {
  width: 100%;
  height: 1px;
  border: 0;
  background: var(--border);
  margin: 0 0 40px;
}
.pg-tl-pull {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.32;
  letter-spacing: -0.008em;
  color: var(--honey-deep);
  text-align: center;
  max-width: 28ch;
  margin: 0 auto;
  text-wrap: balance;
}

@media (max-width: 860px) {
  .pg-timeline {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 28px;
  }
  .pg-timeline-line {
    top: 16px;
    bottom: 16px;
    left: 13px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(184, 134, 11, 0)   0%,
      rgba(184, 134, 11, 0.45) 12%,
      rgba(184, 134, 11, 0.45) 88%,
      rgba(184, 134, 11, 0)   100%
    );
  }
  .pg-tl-block { padding-left: 0; }
  .pg-tl-marker::before {
    top: -10px; left: 50%;
    transform: translateX(-50%);
    width: 8px; height: 48px;
  }
  .pg-tl-marker {
    margin-left: -28px;
  }
  .pg-tl-pull { font-size: 22px; }
  .pg-tl-pull-wrap { margin-top: 48px; }
}

/* ---------- FAQ accordion ---------- */
.pg-faq-list { display: flex; flex-direction: column; }
.pg-faq-item {
  border-top: 1px solid var(--border);
}
.pg-faq-item:last-child { border-bottom: 1px solid var(--border); }
.pg-faq-q {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 24px;
  align-items: center;
  text-align: left;
  padding: 22px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.008em;
  color: var(--ink);
  font-weight: 400;
  transition: color var(--dur-fast) var(--ease-out);
}
.pg-faq-q:hover { color: var(--honey-deep); }
.pg-faq-icon {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-2);
  transition: transform var(--dur-fast) var(--ease-out),
              background var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out);
}
.pg-faq-item.is-open .pg-faq-icon {
  transform: rotate(45deg);
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.pg-faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--dur-base) var(--ease-out),
              padding var(--dur-base) var(--ease-out);
}
.pg-faq-item.is-open .pg-faq-a {
  max-height: 600px;
  padding-bottom: 24px;
}
.pg-faq-a p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0;
  max-width: 72ch;
}

/* ---------- Final CTA ---------- */
.pg-final {
  padding: 96px 0 104px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pg-final-disc {
  position: absolute;
  left: 50%; top: 50%;
  width: 720px; height: 720px;
  transform: translate(-50%, -50%);
  opacity: 0.18;
  pointer-events: none;
  filter: invert(1) saturate(0.3) hue-rotate(20deg);
  animation: pl-disc-spin 200s linear infinite;
}
.pg-final-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper);
  opacity: 0.7;
  font-weight: 500;
  margin-bottom: 22px;
  position: relative;
}
.pg-final-h {
  font-family: var(--font-serif);
  font-size: clamp(40px, 5.4vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: var(--paper);
  margin: 0 auto;
  max-width: 18ch;
  text-wrap: balance;
  position: relative;
}
.pg-final-h em {
  font-style: italic;
  background-image: linear-gradient(transparent 60%, rgba(232, 199, 126, 0.45) 60%, rgba(232, 199, 126, 0.45) 92%, transparent 92%);
  padding: 0 0.05em;
}
.pg-final-lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--paper);
  opacity: 0.78;
  margin: 22px auto 0;
  max-width: 56ch;
  position: relative;
}
.pg-final-cta {
  margin-top: 32px;
  display: inline-flex;
  gap: 14px;
  position: relative;
  align-items: center;
}
.pg-final-back {
  font-size: 14px;
  color: var(--paper);
  opacity: 0.7;
  text-decoration: none;
  transition: opacity var(--dur-fast) var(--ease-out);
}
.pg-final-back:hover { opacity: 1; color: var(--paper); }
