/* ============================================================
   AMPLIACION 2026 — CLIMA CENTRAL MOVA
   Páginas de calefactores, equipos, cobertura y navegación
   ============================================================ */

:root {
    --mova-bg: #f5f7fa;
    --mova-ink: #131d2a;
    --mova-dark: #08111b;
    --mova-dark-2: #0d1824;
    --mova-cyan: #00c2ff;
    --mova-cyan-soft: rgba(0, 194, 255, .14);
    --mova-line: rgba(255, 255, 255, .11);
    --nav-height: 96px;
}

html {
    scroll-padding-top: var(--nav-height);
}

[id] {
    scroll-margin-top: var(--nav-height);
}

body {
    background: var(--mova-bg);
}

img {
    max-width: 100%;
}

/* Navegación: más compacta y con dropdown utilizable */
.navbar {
    min-height: var(--nav-height);
    height: var(--nav-height);
    background: linear-gradient(180deg, rgba(5, 11, 18, .88), rgba(5, 11, 18, .38));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background .25s ease, box-shadow .25s ease;
}

.navbar.navbar-scrolled {
    background: rgba(8, 17, 27, .97) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.nav-logo img {
    width: 152px;
    height: 86px;
    object-fit: contain;
}

.nav-links {
    gap: clamp(16px, 1.8vw, 30px);
    align-items: center;
}

.nav-dropdown-menu {
    min-width: 290px;
    margin-top: 12px;
    padding: 12px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
}

.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
}

.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-label {
    color: var(--mova-cyan);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: 1.4px;
    padding: 8px 12px 5px;
}

.nav-dropdown-divider {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin: 8px 4px;
}

.nav-mobile-label {
    color: var(--mova-cyan);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: 1.4px;
    margin-top: 4px;
}

/* Inicio */
.hero-bg,
.pagina-hero-bg {
    object-position: center;
}

.cards.cards-servicios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1120px;
    margin: 0 auto;
}

.card.card-principal {
    border: 1px solid rgba(0, 194, 255, .16);
}

.card.card-principal:hover {
    border-color: rgba(0, 194, 255, .55);
}

.card-service-tag {
    display: inline-flex;
    margin: 0 25px 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--mova-cyan-soft);
    color: #007fa9;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .8px;
}

.servicio-secundario {
    max-width: 1120px;
    margin: 28px auto 0;
    padding: 24px 28px;
    border: 1px solid rgba(20, 39, 56, .11);
    border-radius: 14px;
    background: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.servicio-secundario h3 {
    color: var(--mova-ink);
    font-size: 1rem;
    margin-bottom: 5px;
}

.servicio-secundario p {
    color: #68717d;
    font-size: .84rem;
    line-height: 1.6;
}

.text-link {
    color: #008fbe;
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.text-link:hover {
    color: var(--mova-cyan);
}

.equipos .equipos-grid {
    max-width: 1180px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.equipos .section-action {
    margin-top: 42px;
}

/* Héroes interiores */
.pagina-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: var(--nav-height);
}

.pagina-hero-content {
    max-width: 780px;
    padding: 90px 6vw 70px;
}

.pagina-hero-content .breadcrumb,
.interior-hero .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
    text-decoration: none;
}

.breadcrumb:hover {
    color: var(--mova-cyan);
}

.hero-service-note {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 30px;
}

.hero-service-note span {
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(8, 17, 27, .34);
    color: rgba(255, 255, 255, .86);
    font-size: .72rem;
}

.service-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 58px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 92px 40px;
}

.service-intro-copy h2 {
    color: var(--mova-ink);
    font-size: 2.15rem;
    line-height: 1.25;
    margin: 8px 0 18px;
}

.service-intro-copy p {
    color: #5d6874;
    font-size: .95rem;
    line-height: 1.8;
    margin-bottom: 22px;
}

.service-photo {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #d9e2e8;
    box-shadow: 0 28px 70px rgba(10, 27, 40, .18);
}

.service-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: inherit;
    pointer-events: none;
}

.service-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.check-list {
    list-style: none;
    display: grid;
    gap: 11px;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: #344352;
    font-size: .88rem;
    line-height: 1.55;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--mova-cyan);
    font-weight: 900;
}

.service-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 26px 25px;
    background: #eef3f6;
    border-top: 1px solid #dfe8ed;
}

.service-links a {
    color: #274050;
    background: white;
    border: 1px solid #d7e3ea;
    padding: 10px 15px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .76rem;
    font-weight: 700;
    transition: .22s ease;
}

.service-links a:hover,
.service-links a[aria-current="page"] {
    color: #003e53;
    border-color: var(--mova-cyan);
    box-shadow: 0 0 0 4px rgba(0, 194, 255, .1);
}

/* Cobertura exclusiva */
.interior-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding: calc(var(--nav-height) + 74px) 6vw 72px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--mova-dark);
}

.interior-hero-bg,
.interior-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.interior-hero-bg {
    object-fit: cover;
    opacity: .72;
}

.interior-hero-overlay {
    background: linear-gradient(90deg, rgba(5, 11, 18, .97), rgba(5, 11, 18, .76) 54%, rgba(5, 11, 18, .3));
}

.interior-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.interior-hero h1 {
    color: white;
    font-size: clamp(2.2rem, 5vw, 3.7rem);
    line-height: 1.08;
    margin-bottom: 18px;
}

.interior-hero p {
    max-width: 650px;
    color: rgba(255, 255, 255, .75);
    line-height: 1.75;
}

.coverage-page {
    padding: 88px 40px 105px;
    background: var(--mova-dark);
}

.coverage-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.coverage-map-frame {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(0, 194, 255, .28);
    background: #07131d;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .03), 0 30px 90px rgba(0, 0, 0, .34);
}

.coverage-map-frame img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1717 / 916;
    object-fit: cover;
}

.coverage-map-caption {
    color: rgba(255, 255, 255, .5);
    font-size: .73rem;
    text-align: center;
    line-height: 1.6;
    margin: 18px 0 46px;
}

.zone-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.zone-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid var(--mova-line);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.zone-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -110px;
    left: -110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 194, 255, .42), transparent 68%);
    opacity: 0;
    transition: opacity .3s ease, transform .45s ease;
    pointer-events: none;
}

.zone-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 194, 255, .65);
    box-shadow: 0 18px 55px rgba(0, 194, 255, .12);
}

.zone-card:hover::before {
    opacity: 1;
    transform: translate(55px, 55px);
}

.zone-card h2 {
    color: white;
    font-size: 1.28rem;
    margin-bottom: 8px;
}

.zone-card > p {
    color: rgba(255, 255, 255, .56);
    font-size: .84rem;
    line-height: 1.65;
    margin-bottom: 23px;
}

.zone-chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.zone-chips span {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
    transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.zone-chips span:hover {
    color: white;
    border-color: var(--mova-cyan);
    background: rgba(0, 194, 255, .13);
    box-shadow: 0 0 22px rgba(0, 194, 255, .22);
}

/* Página de equipos */
.equipment-page {
    max-width: 1240px;
    margin: 0 auto;
    padding: 92px 40px 110px;
}

.equipment-page-heading {
    max-width: 760px;
    margin: 0 auto 54px;
    text-align: center;
}

.equipment-page-heading h2 {
    color: var(--mova-ink);
    font-size: 2.35rem;
    line-height: 1.2;
    margin-bottom: 16px;
}

.equipment-page-heading p {
    color: #63707d;
    line-height: 1.7;
}

.equipment-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.equipment-showcase {
    overflow: hidden;
    border-radius: 20px;
    background: white;
    border: 1px solid rgba(18, 45, 61, .1);
    box-shadow: 0 12px 45px rgba(15, 34, 48, .09);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.equipment-showcase:hover {
    transform: translateY(-7px);
    border-color: rgba(0, 194, 255, .45);
    box-shadow: 0 24px 65px rgba(15, 34, 48, .16);
}

.equipment-showcase img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.equipment-showcase-content {
    padding: 28px;
}

.equipment-showcase-content h2 {
    color: var(--mova-ink);
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.equipment-showcase-content p {
    color: #65717e;
    font-size: .88rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.equipment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.equipment-actions a {
    color: #006f94;
    padding: 9px 12px;
    border-radius: 8px;
    background: rgba(0, 194, 255, .1);
    text-decoration: none;
    font-size: .75rem;
    font-weight: 800;
}

.equipment-actions a:hover {
    color: #003d51;
    background: rgba(0, 194, 255, .2);
}

@media (max-width: 1180px) {
    .navbar {
        padding-inline: 24px;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-btn {
        padding-inline: 12px;
    }
}

@media (max-width: 980px) {
    .nav-links,
    .nav-btn {
        display: none;
    }

    .nav-hamburger {
        display: flex;
    }

    .service-intro,
    .equipment-showcase-grid,
    .zone-grid {
        grid-template-columns: 1fr;
    }

    .equipos .equipos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    :root {
        --nav-height: 72px;
    }

    .navbar {
        height: var(--nav-height);
        min-height: var(--nav-height);
        padding-inline: 18px;
    }

    .nav-logo img {
        width: 116px;
        height: 64px;
    }

    .nav-mobile-menu {
        top: var(--nav-height);
        max-height: calc(100vh - var(--nav-height));
        overflow-y: auto;
        gap: 13px;
        padding: 18px 24px 24px;
    }

    .cards.cards-servicios,
    .equipos .equipos-grid {
        grid-template-columns: 1fr;
    }

    .servicio-secundario {
        align-items: flex-start;
        flex-direction: column;
    }

    .pagina-hero {
        min-height: 100vh;
        min-height: 100svh;
    }

    .pagina-hero-content {
        padding: 88px 25px 58px;
    }

    .pagina-hero-content h1 {
        font-size: 2rem;
    }

    .service-intro {
        gap: 34px;
        padding: 65px 25px;
    }

    .service-intro-copy h2,
    .equipment-page-heading h2 {
        font-size: 1.78rem;
    }

    .interior-hero {
        min-height: 100vh;
        min-height: 100svh;
        padding: calc(var(--nav-height) + 52px) 25px 55px;
    }

    .coverage-page,
    .equipment-page {
        padding: 65px 25px 80px;
    }

    .zone-card,
    .equipment-showcase-content {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ============================================================
   CONSISTENCIA GLOBAL
   El primer bloque ocupa siempre una pantalla completa y todos
   los accesos de WhatsApp comparten el mismo isotipo.
   ============================================================ */
.hero,
.pagina-hero,
.interior-hero {
    min-height: 100vh;
    min-height: 100svh;
}

.nav-btn > svg,
.btn-whatsapp > svg,
.btn-cta-wa > svg,
.whatsapp-float > svg {
    display: none;
}

.nav-btn::before,
.nav-mobile-btn::before,
.btn-whatsapp::before,
.btn-cta-wa::before,
.whatsapp-float::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 1.15em;
    height: 1.15em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M13.601%202.326A7.854%207.854%200%200%200%207.994%200C3.627%200%20.068%203.558.064%207.926c0%201.399.366%202.76%201.057%203.965L0%2016l4.204-1.102a7.933%207.933%200%200%200%203.79.965h.004c4.368%200%207.926-3.558%207.93-7.93A7.898%207.898%200%200%200%2013.6%202.326zM7.994%2014.521a6.573%206.573%200%200%201-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56%206.56%200%200%201-1.007-3.505c0-3.626%202.957-6.584%206.591-6.584a6.56%206.56%200%200%201%204.66%201.931%206.557%206.557%200%200%201%201.928%204.66c-.004%203.639-2.961%206.592-6.592%206.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729%200%200%200-.529.247c-.182.198-.691.677-.691%201.654%200%20.977.71%201.916.81%202.049.098.133%201.394%202.132%203.383%202.992.47.205.84.326%201.129.418.475.152.904.129%201.246.08.38-.058%201.171-.48%201.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M13.601%202.326A7.854%207.854%200%200%200%207.994%200C3.627%200%20.068%203.558.064%207.926c0%201.399.366%202.76%201.057%203.965L0%2016l4.204-1.102a7.933%207.933%200%200%200%203.79.965h.004c4.368%200%207.926-3.558%207.93-7.93A7.898%207.898%200%200%200%2013.6%202.326zM7.994%2014.521a6.573%206.573%200%200%201-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56%206.56%200%200%201-1.007-3.505c0-3.626%202.957-6.584%206.591-6.584a6.56%206.56%200%200%201%204.66%201.931%206.557%206.557%200%200%201%201.928%204.66c-.004%203.639-2.961%206.592-6.592%206.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729%200%200%200-.529.247c-.182.198-.691.677-.691%201.654%200%20.977.71%201.916.81%202.049.098.133%201.394%202.132%203.383%202.992.47.205.84.326%201.129.418.475.152.904.129%201.246.08.38-.058%201.171-.48%201.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
}

.nav-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.whatsapp-float {
    color: white;
}

.whatsapp-float::before {
    width: 28px;
    height: 28px;
}
