header ul {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
}
.nav-buttons {
    font-size: clamp(1rem, 4vw, 1.5rem);
}
section h2,
footer h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.home-content h3,
#about h3,
.estimate-info h3,
.info-panel h3,
#support span {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

ul,
p,
.service-card,
button[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea,
.estimate-link,
.close-panel {
    font-size: clamp(1rem, 2vw, 1.25rem);
}

section .btn,
.home-content .btn {
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.special-note,
.logo-card h3 {
    font-size: clamp(1.5rem, 2vw, 1.75rem);
}

#support p {
    font-size: clamp(1.75rem, 2vw, 2.5rem);
}

.disclaimer,
.legal {
    font-size: clamp(0.7rem, 2vw, 1rem);
}

