/* =========================================================
   SSP HERO V3 FINAL PREMIUM ENTERPRISE
   Security Sales Perú
========================================================= */

.ssp-hero{
    position:relative;
    min-height:780px;
    display:flex;
    align-items:center;
    overflow:hidden;
    padding:
        140px 0 90px;
    background:
        linear-gradient(
            135deg,
            #040816 0%,
            #071327 45%,
            #050816 100%
        );
}

/* =========================================================
   BACKGROUND
========================================================= */

.ssp-hero-background{
    position:absolute;
    inset:0;
    z-index:1;
    overflow:hidden;
}

.ssp-hero-background img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:scale(1.03);
    opacity:0.42;
    filter:
        brightness(0.82)
        contrast(1.05)
        saturate(1.05);
    transition:
        transform 10s ease;
}

/* =========================================================
   PARALLAX HOVER
========================================================= */

.ssp-hero:hover
.ssp-hero-background img{
    transform:
        scale(1.08);
}

/* =========================================================
   OVERLAY
========================================================= */

.ssp-hero-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(
            90deg,
            rgba(5,8,22,0.96) 0%,
            rgba(5,8,22,0.88) 35%,
            rgba(5,8,22,0.58) 65%,
            rgba(5,8,22,0.84) 100%
        );
}

/* =========================================================
   GRID EFFECT
========================================================= */

.ssp-hero-grid{
    position:absolute;
    inset:0;
    z-index:2;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.02) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.02) 1px,
            transparent 1px
        );
    background-size:70px 70px;
    opacity:0.06;
}

/* =========================================================
   LIGHT EFFECTS
========================================================= */

.ssp-hero-light{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
    z-index:1;
}

.ssp-hero-light-1{
    top:-260px;
    left:-260px;
    width:650px;
    height:650px;
    background:
        rgba(255,107,0,0.12);
}

.ssp-hero-light-2{
    bottom:-260px;
    right:-260px;
    width:700px;
    height:700px;
    background:
        rgba(0,119,255,0.10);
}

/* =========================================================
   CONTAINER
========================================================= */

.ssp-hero .container{
    position:relative;
    z-index:5;
}

/* =========================================================
   WRAPPER
========================================================= */

.ssp-hero-wrapper{
    display:flex;
    align-items:center;
    min-height:620px;
}

/* =========================================================
   CONTENT
========================================================= */

.ssp-hero-content{
    max-width:720px;
}

/* =========================================================
   SUBTITLE
========================================================= */

.ssp-hero-subtitle{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:24px;
    color:#ff6b00;
    font-size:0.82rem;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.ssp-hero-subtitle::before{
    content:'';
    width:46px;
    height:2px;
    background:#ff6b00;
    box-shadow:
        0 0 18px rgba(255,107,0,0.18);
}

/* =========================================================
   TITLE
========================================================= */

.ssp-hero-title{
    font-size:
        clamp(3rem, 6vw, 6rem);
    line-height:0.98;
    font-weight:900;
    letter-spacing:-4px;
    color:#ffffff;
    margin-bottom:30px;
    text-transform:uppercase;
}

.ssp-hero-title span{
    display:block;
    margin-top:10px;
    color:#ff6b00;
    text-shadow:
        0 0 35px rgba(255,107,0,0.18);
}

/* =========================================================
   DESCRIPTION
========================================================= */

.ssp-hero-description{
    max-width:640px;
    color:
        rgba(255,255,255,0.74);
    font-size:1rem;
    line-height:1.9;
    margin-bottom:40px;
}

/* =========================================================
   BUTTONS
========================================================= */

.ssp-hero-buttons{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

/* =========================================================
   PRIMARY BUTTON
========================================================= */

.ssp-btn-primary{
    position:relative;
    overflow:hidden;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:
        18px 34px;
    border-radius:18px;
    background:
        linear-gradient(
            135deg,
            #ff6b00,
            #ff8533
        );
    color:#ffffff;
    font-size:0.92rem;
    font-weight:700;
    letter-spacing:0.3px;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
    box-shadow:
        0 20px 45px rgba(255,107,0,0.24);
}

.ssp-btn-primary:hover{
    transform:
        translateY(-5px);
    box-shadow:
        0 28px 55px rgba(255,107,0,0.30);
}

/* =========================================================
   SECONDARY BUTTON
========================================================= */

.ssp-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:
        18px 34px;
    border-radius:18px;
    background:
        rgba(255,255,255,0.04);
    border:
        1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(14px);
    color:#ffffff;
    font-size:0.92rem;
    font-weight:700;
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        background 0.4s ease;
}

.ssp-btn-secondary:hover{
    transform:
        translateY(-5px);
    background:
        rgba(255,107,0,0.08);
    border-color:
        rgba(255,107,0,0.18);
}

/* =========================================================
   TAGS
========================================================= */

.ssp-hero-tags{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.ssp-hero-tags span{
    padding:
        12px 18px;
    border-radius:50px;
    background:
        rgba(255,255,255,0.04);
    border:
        1px solid rgba(255,255,255,0.06);
    color:
        rgba(255,255,255,0.76);
    font-size:0.76rem;
    font-weight:600;
    letter-spacing:0.3px;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.ssp-hero-tags span:hover{
    transform:
        translateY(-3px);
    background:
        rgba(255,107,0,0.08);
    border-color:
        rgba(255,107,0,0.18);
}

/* =========================================================
   SCROLL INDICATOR
========================================================= */

.ssp-scroll-indicator{
    position:absolute;
    left:50%;
    bottom:35px;
    transform:
        translateX(-50%);
    z-index:5;
}

.ssp-scroll-indicator span{
    position:relative;
    display:block;
    width:28px;
    height:48px;
    border-radius:30px;
    border:
        2px solid rgba(255,255,255,0.24);
}

.ssp-scroll-indicator span::before{
    content:'';
    position:absolute;
    top:8px;
    left:50%;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#ff6b00;
    transform:
        translateX(-50%);
    animation:
        scrollMove 2s infinite;
}

/* =========================================================
   ANIMATION
========================================================= */

@keyframes scrollMove{

    0%{
        opacity:0;
        transform:
            translateX(-50%)
            translateY(0);
    }

    50%{
        opacity:1;
    }

    100%{
        opacity:0;
        transform:
            translateX(-50%)
            translateY(18px);
    }

}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1200px){

    .ssp-hero{
        min-height:720px;
    }

}

@media(max-width:992px){

    .ssp-hero{
        min-height:auto;
        text-align:center;
        padding:
            140px 0 90px;
    }

    .ssp-hero-wrapper{
        justify-content:center;
        min-height:auto;
    }

    .ssp-hero-content{
        margin:auto;
    }

    .ssp-hero-subtitle{
        justify-content:center;
    }

    .ssp-hero-description{
        margin-left:auto;
        margin-right:auto;
    }

    .ssp-hero-buttons{
        justify-content:center;
    }

    .ssp-hero-tags{
        justify-content:center;
    }

}

@media(max-width:768px){

    .ssp-hero{
        padding:
            130px 0 80px;
    }

    .ssp-hero-title{
        font-size:
            clamp(2.4rem, 9vw, 4rem);
        line-height:1.05;
        letter-spacing:-2px;
    }

    .ssp-hero-description{
        font-size:0.96rem;
    }

    .ssp-hero-buttons{
        flex-direction:column;
        align-items:center;
    }

    .ssp-btn-primary,
    .ssp-btn-secondary{
        width:100%;
        max-width:320px;
    }

}

@media(max-width:576px){

    .ssp-hero{
        padding:
            120px 0 70px;
    }

    .ssp-hero-title{
        font-size:2rem;
    }

    .ssp-hero-description{
        font-size:0.90rem;
        line-height:1.8;
    }

    .ssp-hero-tags{
        gap:10px;
    }

    .ssp-hero-tags span{
        font-size:0.70rem;
        padding:
            10px 14px;
    }

    .ssp-scroll-indicator{
        display:none;
    }

}