@font-face {
  font-family: "BC Bebas Neue Cyrillic";
  src: url("assets/fonts/brand-fonts/BebasNeue-Cyrillic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BC Manrope";
  src: url("assets/fonts/brand-fonts/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BC Manrope";
  src: url("assets/fonts/brand-fonts/Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --display: "BC Bebas Neue Cyrillic", "Arial Narrow", sans-serif;
  --body: "BC Manrope", Arial, sans-serif;
}

body,
input,
select,
button {
  font-family: var(--body);
}

.hero h1,
.section-head h2,
.statement h2,
.speaker h2,
.price-copy h2,
.final-cta h2,
.result-day h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: .015em;
}

.program h3,
.result-card h3,
.audience-grid h3,
.faq summary,
.venue-map h3,
.situations h3,
.modal__head h2 {
  font-family: var(--body);
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(76px, 10vw, 142px);
  line-height: .82;
  max-width: 940px;
}

.section-head h2,
.statement h2,
.speaker h2,
.price-copy h2,
.final-cta h2,
.result-day h2 {
  line-height: .96;
}

.button,
.hero__facts strong,
.proofs strong,
.format-line strong,
.price-card__value,
.fact-list strong,
.result-card__number,
.eyebrow,
.program__step,
.price-card__label,
.cta-strip strong,
.venue-marker strong,
.lead-form label {
  font-family: var(--body);
  font-weight: 700;
}

.hero__content {
  display: block;
}

.hero__copy {
  max-width: 960px;
}

.result-day {
  padding: 74px 0;
  background: #171714;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.result-day__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.result-day__grid > *,
.result-day__list li > * {
  min-width: 0;
}

.result-day__intro h2 {
  margin: 0 0 20px;
  font-size: clamp(52px, 6vw, 82px);
  color: var(--cream);
}

.result-day__intro > p:last-child {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.result-day__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.result-day__list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.result-day__list span {
  color: var(--gold);
  font-weight: 700;
  font-size: 12px;
}

.result-day__list strong {
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .result-day__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(48px, 16vw, 58px);
    line-height: .84;
  }

  .result-day {
    padding: 58px 0;
  }

  .result-day__intro h2 {
    font-size: clamp(40px, 13vw, 48px);
  }

  .final-cta h2 {
    font-size: 30px;
  }
}
