.small-header {
  font-weight: 700;
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: 1.6;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.main-title {
  font-weight: 700;
  font-size: clamp(32px, 3.5vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.tagline {
  font-weight: 500;
  font-style: italic;
  font-size: clamp(12px, 1.3vw, 16px);
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.button-text {
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 16px);
  line-height: 1.6;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) and (max-height: 600px) {
  .main-title   { font-size: 24px; } 
  .button-text  { font-size: 10px; } 
}

.main-context {
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 16px);
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.stat-value {
  font-weight: 200;
  font-size: clamp(24px, 3vw, 56px);
  line-height: 1;
  color: #037856;
}

.stat-label {
  font-weight: 500;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.9;
}

@media (min-width: 768px) and (max-height: 600px) {
  .stat-value  { font-size: 20px; } 
  .stat-label  { font-size: 10px; } 
}


.content {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #333333;
}

.content ul {
    list-style: disc;
    padding-left: 1.5rem; /* space for bullets */
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.content ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.primary-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: -0.06em;
    color: #037856;
}
.secondary-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: -0.06em;
    color: #82AD37
}

.base-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -0.06em;
    color: #1A191E;
}

.plain-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.pillar-title{
    font-weight: 600;
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.min-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.newsletter-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.pillar-text{
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 16px);
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.small-pillar-text{
  font-weight: 500;
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1.6;
  letter-spacing: -0.01em;
}

@media (min-width: 1280px) and (max-width: 1535px) {
  .small-pillar-text {
    font-size: 10px; 
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  .pillar-text  { font-size: 10px; } 
}