body {
  font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
p {
  letter-spacing: -0.018em;
}

h1 {
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.038em;
}

.overline,
.panel-label {
  font-weight: 500;
  letter-spacing: 0.08em;
}

.brand,
.start-note strong,
.primary-button,
.secondary-button {
  font-weight: 500;
}

.question-stage h2 {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.032em;
}

.result-heading {
  padding-top: 8px;
}

.score-line {
  align-items: flex-end;
  gap: 14px;
  margin: 8px 0 34px;
}

.score-line strong {
  font-size: clamp(92px, 14vw, 148px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.035em;
}

.score-line span {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1;
}

.result-heading h2 {
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.result-heading > p:last-child {
  max-width: 680px;
  line-height: 1.6;
  letter-spacing: 0;
}

.primary-result h3,
.email-gate h4 {
  font-weight: 500;
  letter-spacing: -0.015em;
}

.closing-cta h3 {
  line-height: 1.2;
  letter-spacing: -0.015em;
}

@media (max-width: 760px) {
  .score-line {
    gap: 10px;
    margin-bottom: 28px;
  }

  .score-line strong {
    font-size: 96px;
  }

  .score-line span {
    margin-bottom: 3px;
    font-size: 16px;
  }
}
