/* For Dentists — flashlight / spotlight layers only.
   Typography is locked to index.css tokens below — never override fonts here. */

/* ─── Glow layers ─── */
.fd-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Hero — warm pool behind headline copy (left side) */
.fd-glow--hero {
  z-index: 1;
  background:
    radial-gradient(ellipse 42% 56% at 24% 46%, rgba(245, 230, 211, 0.14) 0%, rgba(232, 168, 124, 0.06) 48%, transparent 74%),
    radial-gradient(ellipse 28% 32% at 20% 42%, rgba(242, 149, 104, 0.08) 0%, transparent 70%);
}

.preview-hero--dentists .preview-hero__scrim {
  background: linear-gradient(
    90deg,
    rgba(11, 9, 6, 0.92) 0%,
    rgba(11, 9, 6, 0.84) 34%,
    rgba(11, 9, 6, 0.52) 54%,
    rgba(11, 9, 6, 0.18) 72%,
    transparent 100%
  );
}

@media (max-width: 720px) {
  .preview-hero--dentists .preview-hero__scrim {
    background: linear-gradient(
      0deg,
      rgba(11, 9, 6, 1) 0%,
      rgba(11, 9, 6, 0.78) 28%,
      rgba(11, 9, 6, 0.28) 58%,
      transparent 100%
    );
  }
}

/* Dark sections — shared base */
.d-finish {
  position: relative;
  overflow: hidden;
  background: #0b0906;
}

.fd-glow--dark {
  z-index: 0;
  background:
    radial-gradient(ellipse 48% 36% at 50% 32%, rgba(245, 230, 211, 0.12) 0%, rgba(232, 168, 124, 0.06) 42%, transparent 72%),
    radial-gradient(ellipse 24% 18% at 50% 28%, rgba(242, 149, 104, 0.08) 0%, transparent 68%);
}

.fd-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 24px;
  color: var(--hero-terra);
}

.fd-ornament::before,
.fd-ornament::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.fd-ornament span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

/* ─── Visual components (UI/UX Pro Max feature showcase) ─── */
.fd-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fd-kicker::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: var(--terra);
  flex-shrink: 0;
}

.fd-kicker--center {
  justify-content: center;
}

.fd-kicker--center::before,
.fd-kicker--center::after {
  content: "";
  width: 28px;
  height: 1.5px;
  background: var(--terra);
  flex-shrink: 0;
}

.fd-notice-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: clamp(16px, 2vw, 20px);
  padding: clamp(18px, 2.2vw, 22px) clamp(20px, 2.5vw, 28px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--bone);
  text-align: left;
}

.fd-notice-card__mark {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border: 2px solid var(--terra);
  border-radius: 50%;
  background: rgba(197, 75, 30, 0.12);
}

.fd-callout {
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(20px, 2.5vw, 28px) clamp(24px, 3vw, 32px);
  border-radius: var(--radius);
  text-align: center;
}

.fd-callout--terra {
  border: 1px solid rgba(197, 75, 30, 0.28);
  background: rgba(197, 75, 30, 0.06);
}

.fd-chips-block {
  padding: clamp(16px, 2vw, 20px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: rgba(31, 26, 18, 0.02);
}

.fd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fd-chips li {
  padding: 8px 14px;
  border: 1px solid rgba(31, 26, 18, 0.1);
  border-radius: 999px;
  background: var(--cream);
  color: rgba(31, 26, 18, 0.72);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.fd-chips__caption {
  margin: 14px 0 0;
  color: rgba(31, 26, 18, 0.58);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.5;
}

.fd-solution-card {
  padding: clamp(16px, 2vw, 20px) clamp(18px, 2.2vw, 22px);
  border: 1px solid rgba(197, 75, 30, 0.18);
  border-left: 3px solid var(--terra);
  border-radius: var(--radius);
  background: var(--cream);
}

.fd-win-callout {
  padding: clamp(14px, 1.8vw, 18px) clamp(16px, 2vw, 20px);
  border-radius: var(--radius);
  background: rgba(197, 75, 30, 0.08);
}

.fd-action-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(20px, 2.5vw, 28px);
}

.fd-action-card {
  margin: 0;
  padding: clamp(16px, 1.8vw, 18px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--bone);
  box-shadow: 0 20px 48px -36px rgba(11, 9, 6, 0.16);
}

.fd-action-card__num {
  display: block;
  margin-bottom: 10px;
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.fd-action-card__title {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.4vw, 19px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.fd-action-card__body {
  margin: 0;
  color: rgba(31, 26, 18, 0.72);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.5;
}

.fd-stat-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fd-stat-tile {
  padding: clamp(16px, 2vw, 20px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--cream);
  text-align: center;
}

.fd-stat-tile__label {
  display: block;
  margin-bottom: 8px;
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fd-stat-tile p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.fd-ppo-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.fd-ppo-badge span {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(197, 75, 30, 0.35);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(197, 75, 30, 0.14) 0%, rgba(197, 75, 30, 0.04) 100%),
    var(--cream);
  box-shadow: inset 0 0 0 6px rgba(250, 245, 234, 0.9);
}

.fd-ppo-badge span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 15px auto 0;
  border: 2px solid var(--terra);
  border-radius: 50%;
  background: rgba(197, 75, 30, 0.15);
}

@media (max-width: 900px) {
  .fd-action-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .fd-stat-tiles {
    grid-template-columns: 1fr;
  }
}

/* ─── Page rhythm — distinct chapters, not one text wall (UI/UX Pro Max) ─── */
main > .d-banner {
  background: var(--cream);
}

main > .d-story {
  background: #fff;
}

main > .d-ppo {
  background: var(--bone);
}

main > .d-message {
  background: var(--bone);
}

main > .d-how {
  background: var(--cream);
}

main > .d-manifesto {
  background: var(--bone);
}

main > .d-trial {
  background: var(--cream);
}

main > .d-faq {
  background: #fff;
}

main > .d-market {
  background: var(--cream);
}

/* ─── Section 2: We Reinvented the First Appointment (rebuilt) ─── */
.d-banner {
  padding: clamp(80px, 9vw, 112px) var(--section-x);
  border-bottom: 1px solid var(--hair);
}

.d-banner__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.d-banner__head {
  max-width: 38em;
  margin: 0 auto clamp(32px, 4vw, 48px);
  text-align: center;
}

.d-banner__title {
  margin: 0 0 clamp(16px, 2vw, 20px);
  color: var(--ink);
}

.d-banner__setup {
  margin: 0;
  color: rgba(31, 26, 18, 0.72);
  line-height: 1.6;
}

.d-banner__turn {
  margin: clamp(24px, 3vw, 32px) auto 0;
  padding: clamp(20px, 2.5vw, 28px) 0 0;
  border-top: 1px solid rgba(197, 75, 30, 0.16);
  max-width: 32em;
}

.d-banner__turn p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.d-banner__shift {
  margin-top: 6px;
  color: var(--terra);
  font-style: italic;
}

.d-banner__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
  margin: 0 0 clamp(36px, 4vw, 48px);
  padding: 0;
  counter-reset: d-step;
}

.d-banner__steps li {
  counter-increment: d-step;
  margin: 0;
  padding: clamp(16px, 2vw, 20px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}

.d-banner__steps li::before {
  content: counter(d-step, decimal-leading-zero);
  display: block;
  margin-bottom: 14px;
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.d-banner__steps img {
  display: block;
  width: calc(100% + 8px);
  max-width: calc(100% + 8px);
  height: clamp(140px, 14vw, 180px);
  margin: -4px -4px 18px;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 4px 4px 0 0;
  background: var(--paper);
}

.d-banner__step-text {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.55;
}

.d-banner__payoff {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  padding: 0;
  border-top: 0;
  color: var(--ink);
  text-align: center;
}

.d-banner__close {
  max-width: 38em;
  margin: 0 auto;
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(197, 75, 30, 0.16);
  text-align: center;
}

.d-banner__close-title {
  margin: 0 0 clamp(14px, 1.8vw, 18px);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: var(--h3-size);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.d-banner__pair {
  margin: 0 0 clamp(14px, 1.8vw, 18px);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  font-weight: 600;
  line-height: 1.55;
}

.d-banner__pair br {
  display: block;
  margin-top: 0.45em;
  content: "";
}

.d-banner__finale {
  margin: 0;
  padding-top: clamp(18px, 2.2vw, 22px);
  border-top: 1px solid var(--hair);
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

@media (max-width: 720px) {
  .d-banner {
    padding: 64px 24px 72px;
  }

  .d-banner__steps {
    grid-template-columns: 1fr;
  }

  .d-banner__steps img {
    height: 160px;
  }
}

.d-banner__inner,
.d-finish__wrap {
  position: relative;
  z-index: 1;
}

/* ─── Section 3: Patient profile (mock match) ─── */
.d-story {
  position: relative;
  overflow: visible;
  padding: clamp(52px, 6vw, 72px) var(--section-x);
  border-bottom: 1px solid var(--hair);
  background: #fff;
}

.d-story__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.d-story .fd-glow--story {
  opacity: 0.65;
}

.d-story__head {
  max-width: 700px;
  margin: 0 auto clamp(40px, 5vw, 52px);
  text-align: center;
}

.d-story .fd-kicker--center {
  margin-bottom: 10px;
}

.d-story__lede {
  margin: clamp(10px, 1.3vw, 14px) auto 0;
  max-width: 520px;
  color: rgba(31, 26, 18, 0.62);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.55;
}

.d-story__split {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(20px, 2.8vw, 36px);
  align-items: start;
}

.d-story__glance {
  position: relative;
  padding-top: 6px;
  max-width: 272px;
  padding-right: clamp(16px, 2vw, 24px);
}

.d-story__glance::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    rgba(31, 26, 18, 0.14) 0,
    rgba(31, 26, 18, 0.14) 4px,
    transparent 4px,
    transparent 9px
  );
}

.d-story__glance-title {
  margin: 0 0 clamp(16px, 2vw, 20px);
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.d-story__glance-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 18px);
}

.d-story__glance-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.d-story__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1.5px solid rgba(197, 75, 30, 0.36);
  border-radius: 50%;
  color: var(--terra);
  background: rgba(197, 75, 30, 0.07);
  flex-shrink: 0;
}

.d-story__icon svg {
  width: 17px;
  height: 17px;
}

.d-story__icon--depth,
.d-story__icon--cta {
  width: 46px;
  height: 46px;
}

.d-story__icon--depth svg,
.d-story__icon--cta svg {
  width: 21px;
  height: 21px;
}

.d-story__glance-label {
  margin: 0 0 2px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
}

.d-story__glance-text {
  margin: 0;
  color: rgba(31, 26, 18, 0.58);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.48;
}

.d-profile--glance {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 26, 18, 0.09);
  border-radius: calc(var(--radius) + 2px);
  background: var(--cream);
  box-shadow: 0 32px 68px -32px rgba(11, 9, 6, 0.22);
}

.d-profile--glance .d-profile__bar {
  padding: 13px 18px;
  background: linear-gradient(180deg, rgba(197, 75, 30, 0.05) 0%, var(--paper) 100%);
  border-bottom: 1px solid rgba(31, 26, 18, 0.08);
}

.d-profile--glance .d-profile__label {
  margin-bottom: 3px;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.d-profile--glance .d-profile__ref {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.d-profile--glance .d-profile__flags {
  font-size: 11px;
  line-height: 1.35;
}

.d-profile--glance .d-profile__flags span:first-child {
  color: var(--terra);
  font-weight: 700;
}

.d-profile--glance .d-profile__flags span:last-child {
  color: rgba(31, 26, 18, 0.52);
  font-weight: 500;
}

.d-profile__hero-quote {
  position: relative;
  margin: 0;
  padding: clamp(28px, 3.6vw, 40px) clamp(24px, 3.2vw, 36px);
  border-bottom: 1px solid var(--hair);
  background: var(--cream);
  overflow: hidden;
  text-align: center;
}

.d-profile__hero-quote::before {
  content: "\201C";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-120%);
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(88px, 11vw, 140px);
  line-height: 1;
  opacity: 0.12;
  pointer-events: none;
}

.d-profile__hero-quote p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 92%;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(19px, 2.2vw, 28px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.015em;
  text-align: center;
}

.d-profile__glance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
}

.d-profile--glance .d-profile__cell {
  padding: clamp(14px, 1.8vw, 18px) clamp(15px, 1.9vw, 19px);
  border-right: 1px solid rgba(31, 26, 18, 0.06);
  border-bottom: 1px solid rgba(31, 26, 18, 0.06);
}

.d-profile--glance .d-profile__cell-label {
  margin-bottom: 4px;
  font-size: 9px;
  letter-spacing: 0.13em;
}

.d-profile--glance .d-profile__cell-value,
.d-profile--glance .d-profile__cell p {
  font-size: 13px;
  line-height: 1.34;
}

.d-profile--glance .d-profile__cell-note {
  font-size: 11px;
  margin-top: 3px;
}

.d-profile__glance .d-profile__cell:nth-child(3n) {
  border-right: none;
}

.d-profile__glance .d-profile__cell:nth-last-child(-n + 3) {
  border-bottom: none;
}

.d-profile__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 18px;
  padding: 11px 16px 12px;
  border-top: 1px solid var(--hair);
  background: rgba(244, 237, 219, 0.55);
}

.d-profile--glance .d-profile__pending {
  margin: 0;
  font-size: 11px;
}

.d-profile--glance .d-profile__disclaimer {
  margin: 0;
  flex: 1;
  min-width: 160px;
  text-align: right;
  padding: 0;
  background: none;
  border: none;
  font-size: 10px;
  font-style: italic;
  color: rgba(31, 26, 18, 0.48);
  line-height: 1.35;
}

.d-story__privacy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: clamp(18px, 2.2vw, 24px);
  padding: 11px 16px;
  border: 1px solid rgba(31, 26, 18, 0.1);
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
}

.d-story__privacy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(197, 75, 30, 0.24);
  border-radius: 8px;
  color: var(--terra);
  background: rgba(197, 75, 30, 0.07);
  flex-shrink: 0;
}

.d-story__privacy-icon svg {
  width: 15px;
  height: 15px;
}

.d-story__privacy p {
  margin: 0;
  color: rgba(31, 26, 18, 0.74);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.45;
}

.d-story__privacy strong {
  color: var(--ink);
  font-weight: 700;
}

.d-story__pair {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
  margin: clamp(20px, 2.5vw, 28px) 0 0;
  align-items: stretch;
}

.d-story__panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: clamp(14px, 1.6vw, 18px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--bone);
}

.d-story__panel:nth-child(1) {
  background: var(--bone);
}

.d-story__panel--decision {
  background: var(--cream);
  border-color: rgba(197, 75, 30, 0.28);
  box-shadow: inset 3px 0 0 var(--terra);
}

.d-story__panel--eligibility {
  background: #fff;
  border-color: rgba(197, 75, 30, 0.18);
  box-shadow: inset 3px 0 0 var(--terra);
}

.d-story__panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(197, 75, 30, 0.32);
  border-radius: 50%;
  color: var(--terra);
  background: rgba(197, 75, 30, 0.06);
  flex-shrink: 0;
}

.d-story__panel-icon svg {
  width: 15px;
  height: 15px;
}

.d-story__panel h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.d-story__panel p {
  margin: 0;
  color: rgba(31, 26, 18, 0.68);
  font-family: var(--font-sans);
  font-size: clamp(13px, 0.92vw, 14px);
  line-height: 1.45;
}

.d-story__panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.d-story__panel-list li {
  position: relative;
  padding-left: 16px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 600;
  line-height: 1.4;
}

.d-story__panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--terra);
}

.d-story__panel-note {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(31, 26, 18, 0.1);
  color: rgba(31, 26, 18, 0.62) !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 600;
  line-height: 1.45 !important;
}

@media (max-width: 960px) {
  .d-story {
    padding: 48px 24px 56px;
  }

  .d-story__split,
  .d-story__pair {
    grid-template-columns: 1fr;
  }

  .d-story__glance {
    max-width: none;
    padding-right: 0;
  }

  .d-story__glance::after {
    display: none;
  }

  .d-profile__glance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .d-profile__glance .d-profile__cell:nth-child(3n) {
    border-right: 1px solid rgba(31, 26, 18, 0.06);
  }

  .d-profile__glance .d-profile__cell:nth-child(2n) {
    border-right: none;
  }

  .d-profile__glance .d-profile__cell:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(31, 26, 18, 0.06);
  }

  .d-profile__glance .d-profile__cell:nth-last-child(1) {
    border-bottom: none;
  }

  .d-profile__glance .d-profile__cell:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }

  .d-profile__foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .d-profile--glance .d-profile__disclaimer {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .d-story__privacy {
    flex-direction: column;
    text-align: center;
  }

  .d-profile__hero-quote p {
    font-size: clamp(17px, 4.8vw, 22px);
  }
}

/* ─── Section 4: PPO notice band ─── */
.d-ppo {
  position: relative;
  padding: clamp(56px, 7vw, 80px) var(--section-x);
  border-top: 1px solid rgba(197, 75, 30, 0.14);
  border-bottom: 1px solid rgba(197, 75, 30, 0.14);
}

.d-ppo__inner {
  max-width: 980px;
  margin: 0 auto;
}

.d-ppo__card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
  padding: 0 0 0 clamp(24px, 3vw, 32px);
  border: none;
  border-left: 4px solid var(--terra);
  border-radius: 0;
  background: transparent;
}

.d-ppo__title {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.d-ppo__intro {
  margin: 0;
  color: rgba(31, 26, 18, 0.78);
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.45;
}

.d-ppo__list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.d-ppo__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 600;
  line-height: 1.35;
}

.d-ppo__list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--terra);
}

.d-ppo__exclude {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(31, 26, 18, 0.1);
  color: rgba(31, 26, 18, 0.68);
  font-family: var(--font-sans);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .d-ppo {
    padding: 44px 20px;
  }

  .d-ppo__card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ─── Section 5: One Message Can Change Everything (text-led 2-column) ─── */
.d-message__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.d-message__text {
  min-width: 0;
}

.d-message__text .fd-ornament--left {
  margin-bottom: clamp(18px, 2vw, 24px);
  margin-left: 0;
  justify-content: flex-start;
}

.d-message__text h2 {
  margin: 0 0 clamp(10px, 1.2vw, 14px);
  text-align: left;
}

.d-message__subtitle {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.d-message__intro {
  margin: 0;
  max-width: 34em;
  line-height: 1.65;
}

.d-message__intro strong {
  color: var(--ink);
  font-weight: 700;
}

.d-message__shift {
  margin: clamp(22px, 2.6vw, 28px) 0 0;
  padding-top: clamp(18px, 2.2vw, 22px);
  border-top: 1px solid rgba(197, 75, 30, 0.16);
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.d-message__proof {
  list-style: none;
  margin: clamp(18px, 2.2vw, 24px) 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 34em;
}

.d-message__proof li {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: rgba(31, 26, 18, 0.88);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.15vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}

.d-message__proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terra);
  box-shadow: 0 0 0 3px rgba(197, 75, 30, 0.12);
}

.d-message__body {
  margin: clamp(18px, 2.2vw, 24px) 0 0;
  max-width: 34em;
  color: rgba(31, 26, 18, 0.82);
  line-height: 1.65;
}

.d-message__visual {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.d-message__phone {
  width: min(100%, 320px);
  margin: 0 auto;
  padding: 14px 12px 18px;
  border-radius: 38px;
  background: linear-gradient(165deg, #ffffff 0%, #f7f4ee 58%, #efebe3 100%);
  box-shadow:
    0 36px 72px -40px rgba(11, 9, 6, 0.28),
    inset 0 0 0 1px rgba(11, 9, 6, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.d-message__phone-bezel {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.d-message__phone-notch {
  display: block;
  width: 92px;
  height: 20px;
  border-radius: 999px;
  background: #e8e4dc;
  box-shadow: inset 0 0 0 1px rgba(11, 9, 6, 0.06);
}

.d-message__phone-screen {
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(11, 9, 6, 0.08);
}

.d-message__app {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}

.d-message__app-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 46px;
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(11, 9, 6, 0.06);
  background: #fff;
}

.d-message__app-logo {
  display: block;
  width: auto;
  height: 22px;
  max-width: 100%;
}

.d-message__app-body {
  display: flex;
  flex-direction: column;
  padding: 14px 14px 16px;
  background: #fff;
}

.d-message__card {
  display: flex;
  flex-direction: column;
  padding: 16px 14px 18px;
  border: 1px solid rgba(11, 9, 6, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px -16px rgba(11, 9, 6, 0.22);
}

.d-message__card-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.d-message__card-photo {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 12%;
  background: #f2ece2;
}

.d-message__card-greet {
  margin: 0;
  color: rgba(31, 26, 18, 0.52);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.3;
}

.d-message__card-name {
  margin: 2px 0 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.d-message__card-role {
  margin: 3px 0 0;
  color: rgba(31, 26, 18, 0.56);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.3;
}

.d-message__card-link {
  margin: 12px 0 0;
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.d-message__card-divider {
  height: 1px;
  margin: 14px 0;
  background: rgba(11, 9, 6, 0.08);
}

.d-message__card-salutation {
  margin: 0 0 10px;
  color: rgba(31, 26, 18, 0.62);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.45;
}

.d-message__card-text {
  margin: 0;
  color: rgba(31, 26, 18, 0.82);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
}

.d-message__card-sign {
  margin: 14px 0 0;
  color: rgba(31, 26, 18, 0.72);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.45;
}

.d-message__card-sign strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 600;
}

.d-message__caption {
  margin: 16px 0 0;
  max-width: 300px;
  color: rgba(31, 26, 18, 0.52);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.d-message__close {
  max-width: 38em;
  margin: clamp(56px, 6.5vw, 72px) auto 0;
  padding-top: clamp(28px, 3.5vw, 36px);
  border-top: 1px solid rgba(197, 75, 30, 0.16);
  text-align: center;
}

.d-message__close-title {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: var(--h3-size);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.d-message__pair {
  margin: 0 0 clamp(14px, 1.8vw, 18px);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  font-weight: 600;
  line-height: 1.55;
}

.d-message__pair br {
  display: block;
  margin-top: 0.45em;
  content: "";
}

.d-message__shift {
  margin: 0 0 clamp(18px, 2.2vw, 22px);
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.d-message__payoff {
  margin: 0 auto;
  max-width: 34em;
  padding-top: clamp(18px, 2.2vw, 22px);
  border-top: 1px solid var(--hair);
  color: rgba(31, 26, 18, 0.84);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .d-message__grid {
    max-width: 560px;
    margin: 0 auto;
  }

  .d-message__text h2,
  .d-message__subtitle,
  .d-message__intro,
  .d-message__shift,
  .d-message__proof,
  .d-message__body {
    max-width: none;
  }

  .d-message__phone {
    width: min(100%, 280px);
  }

  .d-message__caption {
    max-width: none;
    text-align: center;
  }
}

/* ─── Section 6: How it works ─── */
.d-how {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7.15vw, 88px) var(--section-x);
  border-bottom: 1px solid var(--hair);
}

.fd-glow--how {
  z-index: 0;
  background:
    radial-gradient(ellipse 48% 28% at 50% 16%, rgba(220, 170, 130, 0.05) 0%, transparent 72%);
}

.fd-glow--manifesto {
  z-index: 0;
  background:
    radial-gradient(ellipse 50% 44% at 84% 38%, rgba(220, 170, 130, 0.08) 0%, transparent 72%),
    radial-gradient(ellipse 36% 28% at 10% 92%, rgba(245, 230, 211, 0.1) 0%, transparent 70%);
}

.fd-glow--trial {
  z-index: 0;
  background:
    radial-gradient(ellipse 58% 52% at 78% 42%, rgba(197, 75, 30, 0.09) 0%, rgba(232, 168, 124, 0.04) 42%, transparent 72%),
    radial-gradient(ellipse 44% 36% at 14% 68%, rgba(245, 230, 211, 0.14) 0%, transparent 70%);
  animation: fd-trial-ambient 6s ease-in-out infinite;
}

@keyframes fd-trial-ambient {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

@keyframes fd-trial-glow {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes fd-trial-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@keyframes fd-trial-sweep {
  0%, 68% {
    left: -100%;
    opacity: 0;
  }
  72% { opacity: 1; }
  100% {
    left: 150%;
    opacity: 0;
  }
}

@keyframes fd-trial-price-pulse {
  0%, 100% {
    text-shadow: 0 0 18px rgba(197, 75, 30, 0.12);
  }
  50% {
    text-shadow:
      0 0 32px rgba(197, 75, 30, 0.32),
      0 0 12px rgba(232, 168, 124, 0.28);
  }
}

@keyframes fd-trial-cta-pulse {
  0%, 100% {
    box-shadow:
      0 20px 48px -20px rgba(197, 75, 30, 0.48),
      0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  }
  50% {
    box-shadow:
      0 26px 56px -14px rgba(197, 75, 30, 0.62),
      0 0 0 1px rgba(255, 255, 255, 0.18) inset,
      0 0 24px rgba(197, 75, 30, 0.22);
  }
}

.d-how__inner {
  position: relative;
  z-index: 1;
  max-width: 1188px;
  margin: 0 auto;
}

main .d-how__title {
  margin: 0 auto clamp(12px, 1.5vw, 16px);
  max-width: 28em;
  text-align: center;
}

.d-how__lede {
  margin: 0 auto clamp(26px, 3.3vw, 35px);
  max-width: 32em;
  text-align: center;
  color: rgba(31, 26, 18, 0.72);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.55;
}

.d-how--compact {
  padding: clamp(52px, 6vw, 72px) var(--section-x);
}

.d-how__steps--compact {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.d-how__steps--compact .d-how__step {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(14px, 1.8vw, 20px);
  row-gap: 4px;
  align-items: start;
  padding: clamp(16px, 2vw, 20px) clamp(18px, 2.2vw, 22px);
}

.d-how__steps--compact .d-how__step .d-how__num {
  grid-row: 1 / span 2;
  margin: 2px 0 0;
  font-size: 12px;
}

.d-how__steps--compact .d-how__step h3 {
  margin: 0;
  grid-column: 2;
}

.d-how__steps--compact .d-how__step p {
  margin: 0;
  grid-column: 2;
}

.d-how__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(13px, 1.65vw, 20px);
}

.d-how__step {
  margin: 0;
  padding: clamp(13px, 1.55vw, 15px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}

.d-how__step .d-how__num {
  display: block;
  margin-bottom: 9px;
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
}

.d-how__step img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(110px, 9.9vw, 132px);
  margin: 0 0 13px;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 4px;
  background: var(--paper);
}

.d-how__step h3 {
  margin: 0 0 7px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.d-how__step p {
  margin: 0;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.5;
  color: rgba(31, 26, 18, 0.78);
}

@media (max-width: 1024px) {
  .d-how__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .d-how {
    padding: 62px 24px 70px;
  }
}

@media (max-width: 640px) {
  .d-how__steps {
    grid-template-columns: 1fr;
  }

  .d-how__step img {
    height: 154px;
  }
}

/* ─── Section 7: Not your marketing (manifesto) ─── */
.d-manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 112px) var(--section-x);
  border-bottom: 1px solid var(--hair);
}

.d-manifesto__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.d-manifesto__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
  gap: clamp(48px, 5vw, 72px);
  align-items: center;
}

.d-manifesto__content {
  min-width: 0;
}

.d-manifesto__content .fd-ornament--left {
  margin-bottom: clamp(18px, 2vw, 24px);
}

main .d-manifesto__title {
  margin: 0 0 clamp(28px, 3.2vw, 36px);
  text-align: left;
}

.d-manifesto__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 38em;
}

.d-manifesto__channels {
  margin: 0 0 clamp(14px, 1.8vw, 18px);
  padding: clamp(18px, 2.2vw, 24px) clamp(20px, 2.4vw, 26px);
  border: 1px solid rgba(197, 75, 30, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(245, 230, 211, 0.28) 100%);
  box-shadow: 0 12px 32px -28px rgba(11, 9, 6, 0.12);
}

.d-manifesto__channels p {
  margin: 0;
  color: rgba(31, 26, 18, 0.78);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.d-manifesto__problem {
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  color: rgba(31, 26, 18, 0.58);
  line-height: 1.65;
}

.d-manifesto__close {
  margin-top: clamp(4px, 0.6vw, 8px);
}

.d-manifesto__close .d-manifesto__pivot {
  margin: 0 0 clamp(16px, 2vw, 22px);
}

.d-manifesto__pivot {
  padding: 0;
  border: 0;
  background: none;
  color: var(--terra);
  line-height: 1.35;
}

.d-manifesto__close .d-manifesto__solution {
  margin: 0 0 clamp(14px, 1.8vw, 18px);
  padding-bottom: 0;
  color: rgba(31, 26, 18, 0.88);
  line-height: 1.65;
}

.d-manifesto__solution {
  margin: 0;
  padding-bottom: clamp(22px, 2.5vw, 28px);
  color: rgba(31, 26, 18, 0.88);
  line-height: 1.65;
}

.d-manifesto__close .d-manifesto__winner {
  margin: 0;
  padding-top: clamp(18px, 2.2vw, 24px);
  border-top: 1px solid rgba(197, 75, 30, 0.14);
  color: rgba(31, 26, 18, 0.9);
  font-size: clamp(19px, calc(1.2vw + 2px), 21px);
  font-weight: 600;
  line-height: 1.65;
}

.d-manifesto__winner em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  color: var(--terra);
}

.d-manifesto__photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(31, 26, 18, 0.08);
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
  max-height: 560px;
  background: var(--cream);
  box-shadow:
    0 28px 64px -40px rgba(11, 9, 6, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.d-manifesto__photo::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 45%, rgba(220, 170, 130, 0.1) 0%, transparent 68%);
}

.d-manifesto__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

@media (max-width: 900px) {
  .d-manifesto__grid {
    grid-template-columns: 1fr;
    gap: clamp(36px, 5vw, 48px);
  }

  .d-manifesto__photo {
    order: -1;
    max-width: 480px;
    max-height: none;
    margin: 0 auto;
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 720px) {
  .d-manifesto {
    padding: 64px 24px 72px;
  }
}

/* ─── Section 8: $1 trial (premium offer) ─── */
.d-trial {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 10vw, 120px) var(--section-x);
  border-bottom: 1px solid var(--hair);
}

.d-trial__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.d-trial__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 420px);
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
}

.d-trial__pitch {
  min-width: 0;
}

.d-trial__pitch .fd-ornament--left {
  margin-bottom: clamp(18px, 2vw, 24px);
}

.d-trial__pitch h2 {
  margin: 0 0 clamp(22px, 2.8vw, 30px);
  max-width: 14em;
  text-align: left;
}

.d-trial__intro {
  margin: 0;
  max-width: 34em;
  color: rgba(31, 26, 18, 0.82);
  text-align: left;
}

.d-trial__legal {
  margin: clamp(22px, 2.8vw, 30px) 0 0;
  max-width: 34em;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(31, 26, 18, 0.46);
  text-align: left;
}

.d-trial__pricing-link {
  margin: clamp(14px, 1.8vw, 18px) 0 0;
  max-width: 34em;
}

.d-trial__pricing-link a {
  color: var(--terra);
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.05vw, 16px);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.d-trial__pricing-link a:hover {
  color: var(--terra-dark);
}

.d-trial__pricing-link span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.d-trial__pricing-link a:hover span {
  transform: translateX(3px);
}

.d-trial__offer {
  position: relative;
  isolation: isolate;
  min-width: 0;
}

.d-trial__offer::before {
  content: "";
  position: absolute;
  inset: -10% -6%;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(ellipse 72% 64% at 50% 44%, rgba(197, 75, 30, 0.16) 0%, rgba(232, 168, 124, 0.06) 42%, transparent 72%);
  animation: fd-trial-glow 4.2s ease-in-out infinite;
}

.d-trial__card {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(32px, 4vw, 44px) clamp(28px, 3.5vw, 40px) clamp(28px, 3.5vw, 36px);
  border: 1px solid rgba(197, 75, 30, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, var(--bone) 52%, rgba(245, 230, 211, 0.62) 100%);
  box-shadow:
    0 36px 88px -52px rgba(11, 9, 6, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: left;
}

.d-trial__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(
    90deg,
    rgba(197, 75, 30, 0.45) 0%,
    var(--terra) 18%,
    rgba(255, 228, 196, 0.95) 38%,
    var(--terra) 50%,
    rgba(255, 228, 196, 0.95) 62%,
    var(--terra) 82%,
    rgba(197, 75, 30, 0.45) 100%
  );
  background-size: 200% 100%;
  animation: fd-trial-shimmer 3.2s linear infinite;
}

.d-trial__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 55%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.22) 42%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.22) 58%,
    transparent 100%
  );
  animation: fd-trial-sweep 5.5s ease-in-out infinite;
}

.d-trial__card > * {
  position: relative;
  z-index: 1;
}

.d-trial__price-row {
  display: flex;
  align-items: flex-end;
  gap: clamp(12px, 1.5vw, 16px);
  margin: 0 0 clamp(22px, 2.8vw, 30px);
  padding-bottom: clamp(18px, 2.2vw, 24px);
  border-bottom: 1px solid rgba(197, 75, 30, 0.12);
}

.d-trial__price {
  margin: 0;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(68px, 9vw, 96px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  animation: fd-trial-price-pulse 3.6s ease-in-out infinite;
}

.d-trial__price-tag {
  margin: 0 0 10px;
  color: rgba(31, 26, 18, 0.58);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.d-trial__list {
  list-style: none;
  margin: 0 0 clamp(24px, 3vw, 32px);
  padding: 0;
}

.d-trial__list li {
  position: relative;
  margin: 0;
  padding: clamp(10px, 1.2vw, 12px) 0 clamp(10px, 1.2vw, 12px) 32px;
  color: rgba(31, 26, 18, 0.9);
}

.d-trial__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(197, 75, 30, 0.35);
  background: rgba(197, 75, 30, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.d-trial__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 5px;
  height: 9px;
  transform: translateY(-58%) rotate(45deg);
  border-right: 2px solid var(--terra);
  border-bottom: 2px solid var(--terra);
}

.d-trial__btn {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 58px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(17px, 1.15vw, 19px);
  letter-spacing: 0.02em;
  animation: fd-trial-cta-pulse 2.8s ease-in-out infinite;
}

.d-trial__btn-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.d-trial__btn:hover .d-trial__btn-arrow {
  transform: translateX(3px);
}

@media (max-width: 960px) {
  .d-trial__grid {
    grid-template-columns: 1fr;
    gap: clamp(40px, 5vw, 52px);
    max-width: 560px;
    margin: 0 auto;
  }

  .d-trial__pitch h2,
  .d-trial__intro,
  .d-trial__legal,
  .d-trial__pricing-link {
    max-width: none;
    text-align: center;
  }

  .d-trial__pricing-link a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .d-trial__pitch .fd-ornament--left {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .d-trial {
    padding: 72px 24px 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd-glow--trial,
  .d-trial__offer::before,
  .d-trial__card::before,
  .d-trial__card::after,
  .d-trial__price,
  .d-trial__btn {
    animation: none !important;
  }

  .d-trial__btn {
    box-shadow:
      0 20px 48px -20px rgba(197, 75, 30, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  }
}

/* ─── Section 9: FAQ ─── */
.d-faq {
  padding: clamp(80px, 9vw, 112px) var(--section-x);
  border-bottom: 1px solid var(--hair);
}

.d-faq__wrap {
  max-width: 760px;
  margin: 0 auto;
}

.d-faq__head {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.d-faq__head h2 {
  margin: 0;
  text-align: center;
}

.d-faq__panel {
  overflow: visible;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.d-faq__panel .d-faq__item {
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--cream);
  margin-bottom: 10px;
}

.d-faq__panel .d-faq__item:first-child {
  border-top: 1px solid var(--hair);
}

.d-faq__panel .d-faq__item:last-child {
  border-bottom: 1px solid var(--hair);
  margin-bottom: 0;
}

.d-faq__panel .d-faq__item summary {
  padding: clamp(18px, 2.2vw, 22px) 44px clamp(18px, 2.2vw, 22px) clamp(20px, 2.4vw, 24px);
}

.d-faq__panel .d-faq__item summary::after {
  right: clamp(18px, 2.2vw, 22px);
  font-size: 22px;
}

.d-faq__panel .d-faq__answer {
  padding: 0 clamp(20px, 2.4vw, 24px) clamp(18px, 2.2vw, 22px);
}

.d-faq__item[open] {
  background: rgba(254, 252, 245, 0.85);
}

.d-faq__item[open] summary {
  color: var(--terra);
}

@media (max-width: 720px) {
  .d-faq {
    padding: 64px 24px 72px;
  }

  .d-faq__panel .d-faq__item summary {
    padding: 16px 40px 16px 18px;
  }

  .d-faq__panel .d-faq__answer {
    padding: 0 18px 18px;
  }
}

/* ─── Section 11: Market / ZIP check (rebuild) ─── */
.d-market {
  padding: clamp(80px, 9vw, 112px) var(--section-x);
  border-bottom: 1px solid var(--hair);
}

.d-market__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.d-market__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

.d-market__photo {
  overflow: hidden;
  border: 1px solid rgba(31, 26, 18, 0.08);
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  background: var(--bone);
  box-shadow: 0 32px 72px -40px rgba(11, 9, 6, 0.16);
}

.d-market__photo img {
  object-position: center 40%;
}

.d-market__text {
  min-width: 0;
}

.d-market h2 {
  margin-bottom: 20px;
  text-align: left;
}

.d-market__body {
  max-width: none;
}

.d-market__action {
  margin-top: 24px;
  padding: clamp(18px, 2.5vw, 24px);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--bone);
  box-shadow: 0 20px 48px -40px rgba(11, 9, 6, 0.1);
}

.d-market__action .d-zip {
  max-width: none;
  margin-top: 0;
  border-color: rgba(31, 26, 18, 0.82);
  background: var(--cream);
}

.d-market__action .d-zip:focus-within {
  border-color: var(--terra);
  box-shadow: 0 0 0 3px rgba(197, 75, 30, 0.12);
}

.d-market__action .d-market__sub {
  margin: 14px 0 0;
}

.d-market__action .d-zip__result {
  margin-top: 16px;
}

.d-market__action .d-zip__result-card {
  background: var(--cream);
}

@media (max-width: 900px) {
  .d-market__grid {
    grid-template-columns: 1fr;
  }

  .d-market__photo {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .d-market {
    padding: 72px 24px;
  }
}

/* ─── Section 12: Closing CTA (final dark beat) ─── */
.d-finish {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 112px) var(--section-x);
  background: #0b0906;
  color: var(--cream);
  text-align: center;
}

.fd-glow--finish {
  z-index: 0;
  background:
    radial-gradient(ellipse 46% 38% at 50% 40%, rgba(245, 230, 211, 0.14) 0%, rgba(232, 168, 124, 0.07) 44%, transparent 72%),
    radial-gradient(ellipse 28% 22% at 50% 36%, rgba(242, 149, 104, 0.1) 0%, transparent 68%);
}

.d-finish__wrap {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.d-finish .fd-ornament {
  margin-bottom: 24px;
}

.d-finish h2 {
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  color: var(--cream);
}

.d-finish__lede {
  margin: 0 auto clamp(28px, 3.5vw, 36px);
  max-width: 34em;
  color: rgba(244, 238, 226, 0.78);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.65;
}

.d-finish__cta-wrap {
  display: flex;
  justify-content: center;
}

.d-finish__cta {
  min-width: min(100%, 300px);
  font-size: clamp(17px, 1.15vw, 19px);
  min-height: 58px;
  padding: 17px 36px;
  box-shadow: 0 22px 52px -18px rgba(197, 75, 30, 0.55);
}

@media (max-width: 720px) {
  .d-finish {
    padding: 72px 24px 80px;
  }
}

/* ─── Typography lock — one scale sitewide (index.css tokens) ─── */

/* Section titles */
main .d-banner__title,
main .d-story h2,
main .d-message h2,
main .d-how__title,
main .d-manifesto__title,
main .d-trial h2,
main .d-market h2,
main .d-finish h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.022em;
}

main .d-banner__title,
main .d-message h2,
main .d-how__title,
main .d-manifesto__title,
main .d-trial h2,
main .d-faq h2,
main .d-market h2,
main .d-finish h2 {
  font-size: var(--h2-size);
  line-height: 1.06;
}

/* Section 3 — line 1 leads; line 2 supports; profile card is the hero */
main .d-story h2 {
  margin: 0;
  font-size: var(--h2-size);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.024em;
  color: var(--ink);
}

main .d-faq h2 {
  text-align: center;
}

main .d-message h2 {
  color: var(--ink);
}

main .d-story h2 em,
main .d-message h2 em,
main .d-how__title em,
main .d-manifesto__title em,
main .d-trial h2 em,
main .d-faq h2 em,
main .d-market h2 em {
  font-style: italic;
  color: var(--terra);
}

main .d-finish h2 em {
  font-style: italic;
  color: var(--terra);
}

main .d-finish__lede {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.65;
}

main .d-story h2 em {
  display: block;
  margin-top: 8px;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.022em;
  color: var(--terra);
}

main .d-story__panel h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Subheads (h3) */
main .d-how__step h3 {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

main .d-how__step p {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.5;
  color: rgba(31, 26, 18, 0.78);
}

main .d-faq__item summary {
  font-family: var(--font-serif);
  font-size: clamp(19px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

/* Body copy */
main .d-banner__setup,
main .d-banner__pair,
main .d-story__lede,
main .d-message__intro,
main .d-message__body,
main .d-manifesto__problem,
main .d-manifesto__solution,
main .d-manifesto__winner,
main .d-market__body,
main .d-market__sub,
main .d-banner__step-text {
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.65;
}

main .d-faq__answer p {
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.15vw, 18px);
  line-height: 1.65;
}

/* Serif emphasis lines (dark + light sections) */
main .d-banner__turn p,
main .d-banner__payoff,
main .d-banner__finale,
main .d-trial__pair {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

main .d-manifesto__pivot {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--terra);
}

main .d-message__shift {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  color: var(--terra);
}

main .d-message__payoff {
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(31, 26, 18, 0.84);
}

main .d-banner__finale {
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  color: var(--terra);
}

main .d-banner__payoff {
  font-style: italic;
}

main .d-banner__shift {
  font-style: italic;
  color: var(--terra);
}

main .d-banner__payoff,
main .d-trial__pair {
  font-style: italic;
}

main .d-manifesto__winner em {
  font-style: italic;
}

/* PPO band */
main .d-ppo__title {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Trial price — display only, not a heading */
main .d-trial__price {
  font-family: var(--font-serif);
  font-size: clamp(68px, 9vw, 96px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

main .d-trial__price-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

main .d-trial__intro {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.68;
}

main .d-trial__list li {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.05vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}

main .d-trial__legal {
  font-family: var(--font-sans);
  font-size: clamp(11px, 0.82vw, 12px);
  line-height: 1.6;
}
