.treatment-sweating-hero {
    background-image: linear-gradient(rgba(20, 20, 20, 0.45), rgba(20, 20, 20, 0.45)), url('../img/hero-excess-sweating.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.treatment-sweating-hero .hero-title {
    color: var(--primary-timberwolf);
}

.treatment-sweating-hero .hero-subtitle {
    color: var(--light-gray);
}

.treatment-sweating-hero .trust-list {
    animation: fadeInUp 1.8s ease-out 1s backwards;
}

.overview-section {
    background-color: var(--primary-lighter);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.overview-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.85;
}

.quick-view-section {
    background-color: var(--white);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.quick-view-card .card-body {
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 5.25rem;
}

.quick-view-icon {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    color: var(--accent-gold);
    font-size: 3rem;
    line-height: 1;
}
