/* ========================================================= */
/* ==================== SERVICES HERO ====================== */
/* ========================================================= */
.services-hero {
    width: 100%;
    min-height: 660px;
    height: 100svh;
    position: relative;
    overflow: hidden;
    color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.hero-elet {
    background:
        linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
        url("../../assets/images/elet-curitiba-small.webp");
    background-size: cover;
    background-position: center;
}

.hero-encanador {
    background:
        linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
        url("../../assets/images/encanador-curitiba-small.webp");
    background-size: cover;
    background-position: center;
}

.hero-reformas {
    background:
        linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
        url("../../assets/images/reformas-e-reparos-domesticos-em-curitba-small.webp");
    background-size: cover;
    background-position: center;
}

.hero-seguranca {
    background:
        linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
        url("../../assets/images/seguranca-eletronica-curitiba-small.webp");
    background-size: cover;
    background-position: center;
}

@media (min-width: 730px) {
    .services-hero {
        height: 100svh;
        align-items: center;
    }

    .hero-elet {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/elet-curitiba-medium.webp");
    }

    .hero-encanador {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/encanador-curitiba-medium.webp");
    }

    .hero-reformas {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/reformas-e-reparos-domesticos-em-curitba-medium.webp");
    }

    .hero-seguranca {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/seguranca-eletronica-curitiba-medium.webp");
    }
}

@media (min-width: 980px) {
    .services-hero {
        background-attachment: fixed;
    }

    .hero-elet {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/elet-curitiba.webp");
    }

    .hero-encanador {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/encanador-curitiba.webp");
    }

    .hero-reformas {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/reformas-e-reparos-domesticos-em-curitba.webp");
    }

    .hero-seguranca {
        background-image:
            linear-gradient(135deg, rgba(0, 12, 26, 0.79) 0%, rgba(10, 60, 150, 0.84) 100%),
            url("../../assets/images/seguranca-eletronica-curitiba.webp");
    }
}

/* -------------------------------- */
/* INNER WRAPPER LAYOUT             */
/* -------------------------------- */
.services-wrapper-hero {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-top: 140px; /* 76px header + 20px respiro */
    padding-bottom: 60px;
}

@media (min-width: 780px) {
    .services-wrapper-hero {
        width: 70%;
        height: 100%;
        align-items: flex-start;
        text-align: left;
        padding-top: 110px;
        justify-content: center;
    }
}

/* -------------------------------- */
/* BREADCRUMBS IN SERVICE HERO      */
/* -------------------------------- */
.services-hero-breadcrumbs {
    z-index: 10;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.services-hero-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-hero-breadcrumbs li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--light);
}

.services-hero-breadcrumbs a {
    color: var(--light);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    outline: none;
    transition: color 0.3s ease;
}

.services-hero-breadcrumbs a:hover {
    color: var(--color-1);
}

.services-hero-breadcrumbs .home-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    margin-top: -2px;
}

.services-hero-breadcrumbs .separator {
    color: var(--light);
    opacity: 0.6;
    margin: 0 4px;
    font-weight: 300;
}

.services-hero-breadcrumbs .current-page {
    color: var(--color-1);
    font-weight: 700;
}

@media (min-width: 768px) {
    .services-hero-breadcrumbs li,
    .services-hero-breadcrumbs a {
        font-size: 20px;
    }
    .services-hero-breadcrumbs .home-icon {
        width: 28px;
        height: 28px;
    }
}

/* -------------------------------- */
/* TITLE & SUBTITLE IN SERVICE HERO */
/* -------------------------------- */
.services-hero-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.services-hero-title h1 {
    color: var(--light);
    font-size: 34px;
    line-height: 1.2;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
    font-weight: 800;
}

@media (min-width: 320px) {
    .services-hero-title h1 {
        font-size: 38px;
    }
}

@media (min-width: 780px) {
    .services-hero-title h1 {
        font-size: 60px;
    }
}

.services-hero-subtitle {
    font-family: sans-serif !important;
    font-size: 20px;
    color: #fff;
    font-weight: 400 !important;
    max-width: 600px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 780px) {
    .services-hero-subtitle {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

/* -------------------------------- */
/* CTA WRAPPER & BUTTONS            */
/* -------------------------------- */
.services-hero-cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
    width: 100%;
}

@media (min-width: 836px) {
    .services-hero-cta-wrapper {
        flex-direction: row;
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        width: auto;
    }
}

.services-hero .cta-button,
.services-hero .secundary-cta-button {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 286px;
    height: 52px;
    border-radius: 20px;
    padding: 0;
}

.services-hero .cta-button {
    background-color: var(--color-1);
    color: var(--light);
    border: 3px solid var(--color-1);
}

.services-hero .cta-button:hover {
    background-color: transparent !important;
    color: var(--color-1) !important;
    transform: translateY(-2px);
    backdrop-filter: blur(20px);
}

.services-hero .cta-button svg,
.services-hero .cta-button svg path {
    color: inherit;
    fill: currentColor !important;
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.services-hero .cta-button:hover svg {
    transform: scale(1.1);
}

.services-hero .secundary-cta-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--light);
    backdrop-filter: blur(10px);
    font-size: 20.5px;
}

.services-hero .secundary-cta-button:hover {
    background-color: var(--light) !important;
    color: var(--color-2) !important;
    transform: translateY(-2px);
}

.services-hero .secundary-cta-button svg,
.services-hero .secundary-cta-button svg path {
    color: inherit;
    fill: currentColor !important;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.services-hero .secundary-cta-button:hover svg {
    transform: scale(1.1);
}
