*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-b);
  font-size: 17px;
  line-height: 1.7;
  color: var(--charcoal);
  -webkit-font-smoothing: antialiased;
}

.hero-country {
  font-size: 14px;
  font-weight: 600;
  color: var(--g2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-fact {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: clamp(38px, 8vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--terra);
  margin-bottom: 16px;
}

.hero-context {
  font-size: 18px;
  color: var(--g1);
  line-height: 1.5;
  max-width: 440px;
}

.st {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--g2);
  margin-bottom: 24px;
}

.ind-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--g1);
  margin-bottom: 8px;
}

.ind-val { font-size: 32px; font-weight: 600; line-height: 1.1; }
.ind-unit { font-size: 14px; color: var(--g1); margin-top: 4px; }
.ind-trend { font-size: 13px; color: var(--charcoal); margin-top: 6px; }
.ind-meta { font-size: 12px; color: var(--g2); margin-top: 8px; line-height: 1.4; }

.qs-val { font-size: 24px; font-weight: 600; color: var(--charcoal); }
.qs-label { font-size: 13px; color: var(--g1); margin-top: 2px; }

.cx-title { font-size: 18px; font-weight: 600; }
.cx-hook { font-size: 14px; color: var(--g1); font-style: italic; margin-top: 2px; }
.cx-src { font-size: 13px; color: var(--g2); }

.social-proof { text-align: center; padding: 48px 24px 16px; color: var(--g1); font-size: 15px; line-height: 1.5; }
.social-proof strong { color: var(--charcoal); font-weight: 600; }

.gap-label { font-size: 15px; font-weight: 600; color: var(--charcoal); margin-bottom: 16px; }
.gap-dot-label { font-size: 13px; color: var(--g1); white-space: nowrap; font-weight: 500; }
.gap-ends { display: flex; justify-content: space-between; font-size: 12px; color: var(--g2); margin-top: 4px; }

.email-fine { font-size: 12px; color: var(--g2); margin-top: 10px; }

.cta-section h3 { font-size: 26px; font-weight: 600; margin-bottom: 12px; }
.cta-section p { font-size: 16px; color: var(--g1); margin-bottom: 28px; line-height: 1.5; }
.cta-annual { font-size: 14px; color: var(--g1); margin-top: 14px; }
.cta-annual a { color: var(--g1); text-decoration: underline; text-underline-offset: 2px; }
.cta-annual a:hover { color: var(--charcoal); }
.cta-sub { font-size: 13px; color: var(--g2); margin-top: 10px; }
