/*-- Use For Custom Styling --*/

/* ===================================
   DEFIENDETUPROSTATA — Custom styles
====================================== */

.stat-wrapper{
    display:flex;
    justify-content:center;
   /* margin-bottom:40px;*/
}

/* ── Secciones hero fullscreen ── */
.section-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.section-hero .bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.section-hero .hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}


.fixed-cordon{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:33px;
    background:url('../images/cordon_1920x33.png') center center no-repeat;
    background-size:100% 33px;
    z-index:50;
    pointer-events:none;
}

.fixed-cordon.hide{
    display:none;
}

/* ── Tipografía titulares CookGothif ── */
.headline-cook {
    font-family: 'CookGothif', sans-serif;
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.headline-cook sup{
    font-size:0.35em;
    vertical-align:super;
    position:relative;
    top:-0.2em;
}

.headline-cook .azul  { color: #0095cd; }
.headline-cook .blanco { color: #ffffff; }

/* ── Stat card ── */
.stat-card {
    display: inline-flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    background: #1D1D1B;
    border-radius: 50px;
    padding: 40px 24px 40px 24px;
    margin-bottom: 30px;
	text-align: center;
	width:auto;
}


.stat-card .count_nums {
    font-family: 'CookGothif', sans-serif;
    font-weight: 900;
    font-size: 5rem;
    line-height: 1;
    color: #0095cd;
    letter-spacing: -0.02em;
}

.stat-card .stat-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #ffffff;
    /*margin-top: 4px;*/
}

/* ── Bullets con bullet-chek.svg ── */
.bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
}

.bullet-item img.bullet-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

.bullet-item p {
    margin: 0;
    line-height: 1.4;
}

/* ── Botón scroll animado ── */
.btn-scroll {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.btn-scroll img {
    width: 44px;
    height: 44px;
    animation: bounce-down 1.6s ease-in-out infinite;
}

@keyframes bounce-down {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(8px); }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}


@media (max-width: 767px){

    .feature-item{
        display:flex !important;
        align-items:flex-start;
        text-align:left !important;
    }

    .laptop-features-icon{
    display:block !important;
    width:40px !important;
    min-width:40px !important;
    margin-right:10px !important;
    margin-top:10px !important;
    }

    .features-content{
        display:block !important;
        padding-left:0 !important;
    }

}

@media (max-width: 767px){

    .headline-cook{
        font-size:3.5rem !important;
		text-align: center;
    }

}
@media (max-width: 767px){

    .features-content p{
        line-height:1.15 !important;
    }

}

@media (max-width: 767px){

    .section-hero{
        height:auto !important;
        min-height:100vh;
        padding-top:120px;
        padding-bottom:100px;
        overflow:visible;
    }

}

html{
    scroll-behavior:smooth;
}

body{
    scroll-snap-type:y mandatory;
    overflow-y:scroll;
}

.section-hero{
    scroll-snap-align:start;
}


.floating-next{
    position:fixed;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    width:60px;
    height:60px;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
}
.floating-next img{
    width:40px;
    height:40px;
}

@media(max-width:767px){

    .floating-next{
        right:15px;
        bottom:15px;
        width:50px;
        height:50px;
    }

    .floating-next img{
        width:50px;
        height:50px;
    }

}

/*.floating-next{
    position:fixed;
    right:25px;
    bottom:35px;
}*/

.video-thumb{
    width:100%;
    max-width:800px;
    height:auto;
    margin:0 auto;
    display:block;
}

.cbp-lightbox img{
    transition:all .35s ease;
}

.cbp-lightbox:hover img{
    transform:translateY(-4px);
    filter:brightness(.70);
/*    box-shadow:0 20px 40px rgba(0,0,0,.25);*/
}

.footer-references{
    max-width:1200px;
    margin:40px auto;
    text-align:left;
    color:#fff;
    font-size:13px;
    line-height:1.5;
}

.footer-references p{
    /*margin-bottom:20px;*/
}

.footer-divider{
    max-width:900px;
    margin:30px auto;
    border:0;
    border-top:1px solid rgba(255,255,255,.25);
}

.footer-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:35px;
    list-style:none;
    padding:0;
    margin:0;
}

.footer-references ol{
    list-style: decimal !important;
    padding-left: 15px;
}

.footer-references ol li{
    display: list-item !important;
    /*margin-bottom: 8px;*/
}


.footer-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:100px;
}

.footer-logos li{
    display:block !important;
}

.footer-logos li a{
    margin:0 !important;
    width:auto !important;
    height:auto !important;
    line-height:normal !important;
}

#floatingNextIcon{
    transition:transform .3s ease;
}

@media(max-width:767px){

    .floating-next{
        display:none !important;
    }

}

	
@media (min-width:768px) and (max-width:1199px){

    .headline-cook{
        text-align:center;
        max-width:100% !important;
        width:100%;
        font-size:65px;
    }

}


/* ── Fix: background-attachment:fixed roto en iOS/móvil ── */
@media (max-width: 767px) {
    .bg-img-5 {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center bottom !important;
        background-image: url('../images/fondo-inicio-mobile.jpg') !important;
    }
}

/* ── Fix background-attachment: todos los iPad y tablets Android ── */
@media (max-width: 1535px) {
    .bg-img-5 {
        background-attachment: scroll !important;
    }
}

/* ── Cordón mobile ── */
.mobile-cordon {
    display: none;
    width: 100%;
    height: 33px;
    background: url('../images/cordon_1920x33.png') center center no-repeat;
    background-size: 100% 33px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 50;
}

@media (max-width: 1535px) {
    .mobile-cordon {
        display: block;
    }
    .fixed-cordon {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-cordon {
        display: block;
    }
}


/* ── Tablet: sección exactamente 100vh para que el cordón quede al borde ── */
@media (min-width: 768px) and (max-width: 1535px) {
    .section-hero {
        height: 100dvh !important;
        min-height: 100dvh !important;
        overflow: hidden !important;
    }
}

/* ── Footer logos: grid 2 columnas en móvil ── */
@media (max-width: 767px) {
    .footer-logos {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px !important;
        align-items: center;
        justify-items: center;
        padding: 20px 10px !important;
    }

    .footer-logos li {
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}

/* ── Footer logos: menos gap en tablet ── */
@media (min-width: 768px) and (max-width: 1535px) {
    .footer-logos {
        gap: 30px !important;
    }
}

/* ── Footer links: compactar en móvil ── */
@media (max-width: 767px) {
    .footer-links {
        gap: 15px !important;
        justify-content: center !important;
    }

    .footer-links li {
        text-align: center;
    }
}