/* Spațiere verticală compactă și consecventă pe site-ul public. */
.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-subtitle {
    margin-bottom: 1.35rem;
}

.hp-stats {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
}

.hp-services,
.hp-why {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hp-section-head {
    margin-bottom: 2rem;
}

.winmentor-banner {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.srv-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.srv-shead {
    margin-bottom: 36px;
}

#srv-types {
    padding-bottom: 20px;
}

#srv-calc {
    padding-top: 20px;
}

.srv-cta-row {
    margin-bottom: 40px;
}

.pricing-hero-section {
    padding-top: 1.5rem;
}

.pricing-hero-section .section-subtitle,
.pricing-tabs-wrap {
    margin-bottom: 1.5rem;
}

.bm-hero {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .hp-services,
    .hp-why {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hp-section-head {
        margin-bottom: 1.5rem;
    }

    .srv-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .srv-shead {
        margin-bottom: 28px;
    }

    #srv-types {
        padding-bottom: 16px;
    }

    #srv-calc {
        padding-top: 16px;
    }
}
