.page-sectores .sfx-main-canvas {
    background: #efefef;
}

.page-sectores .sfx-section {
    min-height: auto;
    border-bottom: 0;
}

.sfx-sector-hero {
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
}

.sfx-sector-hero img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.sfx-sector-hero::after {
    content: none;
}

.sfx-sector-hero-content {
    position: absolute;
    left: clamp(24px, 5vw, 70px);
    top: 50%;
    transform: translateY(-50%);
    width: 50vw;
    max-width: 50vw;
    z-index: 2;
    display: grid;
    gap: 16px;
    justify-items: start;
    text-align: left;
}

.sfx-sector-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.8rem, 7.2vw, 6.2rem);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.sfx-sector-hero-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1rem, 1.45vw, 1.4rem);
    line-height: 1.35;
    width: 35vw;
    max-width: 35vw;
}

.sfx-sector-section {
    padding-top: clamp(36px, 5.5vw, 72px);
    padding-bottom: clamp(42px, 6vw, 86px);
    background: #efefef;
}

.sfx-sector-jump {
    display: block;
}

.sfx-sector-jump ul {
    margin: 0;
    padding-left: 0;
    list-style: square;
    list-style-position: inside;
    color: #ffffff;
    display: grid;
    gap: 10px;
}

.sfx-sector-jump a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    color: #ffffff;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
}

.sfx-sector-jump a:hover {
    color: #e6f2ff;
    border-bottom-color: #ffffff;
}

.sfx-sector-panel {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    gap: clamp(18px, 2.2vw, 28px);
    position: relative;
}

.sfx-sector-header {
    display: grid;
    gap: 16px;
    max-width: 72ch;
    position: relative;
}

.sfx-sector-header h2 {
    margin: 0;
    font-size: clamp(2.4rem, 6.4vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    color: #404348;
    text-transform: uppercase;
}

.sfx-sector-header p {
    margin: 0;
    font-size: clamp(1rem, 1.45vw, 2rem);
    line-height: 1.28;
    color: #56606f;
    max-width: 70ch;
}

.sfx-sector-media {
    margin: 0;
}

.sfx-sector-media img,
.sfx-sector-media video {
    width: 100%;
    height: clamp(290px, 40vw, 520px);
    object-fit: cover;
    display: block;
}

.sfx-sector-dots {
    position: absolute;
    top: 6px;
    left: 0;
    right: auto;
    width: 240px;
    height: 132px;
    background-image: radial-gradient(circle, #4da74a 3px, transparent 3.5px);
    background-size: 56px 56px;
    opacity: 0.95;
    pointer-events: none;
}

.sfx-sector-panel.is-right .sfx-sector-header {
    margin-left: auto;
    text-align: right;
}

.sfx-sector-panel.is-right .sfx-sector-header p {
    margin-left: auto;
}

.sfx-sector-panel.is-left .sfx-sector-dots {
    left: auto;
    right: 0;
}

@media (max-width: 1024px) {
    .sfx-sector-hero,
    .sfx-sector-hero img {
        height: 100vh;
    }

    .sfx-sector-panel.is-right .sfx-sector-header {
        margin-left: 0;
        text-align: left;
    }

    .sfx-sector-panel.is-right .sfx-sector-header p {
        margin-left: 0;
    }

    .sfx-sector-dots {
        width: 188px;
        height: 108px;
        top: -4px;
        opacity: 0.8;
    }
}

@media (max-width: 760px) {
    .sfx-sector-hero-content {
        left: 18px;
        right: 18px;
        transform: none;
        top: 24px;
        width: auto;
        max-width: none;
    }

    .sfx-sector-hero-content p {
        width: 100%;
        max-width: 100%;
    }

    .sfx-sector-jump ul {
        gap: 8px;
        padding-left: 18px;
    }

    .sfx-sector-jump a {
        font-size: 0.72rem;
    }

    .sfx-sector-section {
        padding-top: 30px;
        padding-bottom: 44px;
    }

    .sfx-sector-header {
        gap: 12px;
    }

    .sfx-sector-header h2 {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .sfx-sector-header p {
        font-size: 1rem;
        line-height: 1.35;
    }

    .sfx-sector-media img,
    .sfx-sector-media video {
        height: 240px;
    }

    .sfx-sector-dots {
        width: 140px;
        height: 88px;
        background-size: 40px 40px;
    }
}
