/* Schimbariclimatice.ro V4.6.1
   Corectii de contrast pentru pagina Contact si compactarea hero-urilor interne. */

/* Elimina spatierea mostenita din versiunile anterioare ale hero-ului. */
.climate-os.ui-white-v46 .page-hero {
    padding: clamp(34px, 4vw, 58px) 0 clamp(40px, 4.5vw, 66px);
}

.climate-os.ui-white-v46 .page-hero-grid {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
}

.climate-os.ui-white-v46 .page-hero h1 {
    margin-top: 10px;
    margin-bottom: 1.1rem;
}

.climate-os.ui-white-v46 .page-hero .breadcrumbs {
    margin-bottom: 1.15rem;
}

.climate-os.ui-white-v46 .page-hero .eyebrow {
    margin-bottom: .85rem;
}

/* Pagina Servicii pastra min-height-ul vechi de 710 px. */
.climate-os.ui-white-v46 .services-hero {
    min-height: 0;
    align-items: initial;
    padding: clamp(38px, 4.2vw, 64px) 0 clamp(44px, 4.8vw, 72px);
}

.climate-os.ui-white-v46 .services-hero-layout {
    align-items: center;
}

.climate-os.ui-white-v46 .services-live {
    margin-top: 16px;
}

/* Contrast complet pentru panourile laterale din pagina Contact. */
.climate-os.ui-white-v46 .contact-aside-card,
.climate-os.ui-white-v46 .contact-aside-card:first-child {
    color: var(--v46-text) !important;
    background: #ffffff !important;
    border-color: var(--v46-line) !important;
}

.climate-os.ui-white-v46 .contact-aside-card h2,
.climate-os.ui-white-v46 .contact-aside-card h3,
.climate-os.ui-white-v46 .contact-aside-card:first-child h2,
.climate-os.ui-white-v46 .contact-aside-card:first-child h3 {
    color: var(--v46-ink) !important;
}

.climate-os.ui-white-v46 .contact-aside-card p,
.climate-os.ui-white-v46 .contact-aside-card li,
.climate-os.ui-white-v46 .contact-aside-card:first-child p,
.climate-os.ui-white-v46 .contact-aside-card:first-child li {
    color: #607681 !important;
}

.climate-os.ui-white-v46 .contact-aside-card .link-arrow,
.climate-os.ui-white-v46 .contact-aside-card:first-child .link-arrow {
    color: var(--v46-petrol-dark) !important;
}

.climate-os.ui-white-v46 .contact-aside-card ul {
    margin-top: 14px;
    margin-bottom: 18px;
}

/* Prima sectiune de continut incepe mai aproape de hero. */
.climate-os.ui-white-v46:not(.page-home) .page-hero + .section,
.climate-os.ui-white-v46:not(.page-home) .page-hero + .section-surface {
    padding-top: clamp(52px, 5vw, 78px);
}

@media (max-width: 720px) {
    .climate-os.ui-white-v46 .page-hero {
        padding: 30px 0 42px;
    }

    .climate-os.ui-white-v46 .page-hero-grid {
        gap: 22px;
    }

    .climate-os.ui-white-v46 .services-hero {
        padding: 34px 0 46px;
    }

    .climate-os.ui-white-v46:not(.page-home) .page-hero + .section,
    .climate-os.ui-white-v46:not(.page-home) .page-hero + .section-surface {
        padding-top: 44px;
    }
}
