/* =====================================================
   HOME SUB-PAGES COMPACT OVERRIDES
   Applies to About, Blogs, Privacy, CookiePolicy
   (Home/Index has no .hero-section so it's unaffected.)
   Tightens hero spacing and pins breadcrumb to top-left.
   ===================================================== */

/* --- Hero --- */
.hero-section {
    padding: 70px 0 32px !important;
    min-height: 0 !important;
}

.hero-section h1 {
    font-size: clamp(1.8rem, 3.4vw, 2.6rem) !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.hero-section .hero-badge,
.hero-badge {
    padding: 6px 18px !important;
    font-size: 0.72rem !important;
    margin-bottom: 12px !important;
    letter-spacing: 1.2px !important;
}

.hero-section .hero-subtitle,
.hero-subtitle {
    font-size: 1rem !important;
    margin-bottom: 14px !important;
    line-height: 1.5 !important;
}

/* Breadcrumb hidden on home sub-pages */
.hero-section .breadcrumb,
.hero-section nav.breadcrumb {
    display: none !important;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .hero-section {
        padding: 60px 0 26px !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 52px 0 22px !important;
    }
}