/* GOALAUSI Professional 2026 */

:root{
    --navy:#061427;
    --blue:#0088ff;
    --yellow:#fff200;
    --soft:#f4f7fb;
    --ink:#111827;
    --muted:#667085;
    --radius:24px
}

.bg-soft{
    background:var(--soft)
}

.navbar{
    background:rgba(6,20,39,.96)!important;
    backdrop-filter:blur(12px)
}

.fw-black{
    font-weight:900
}

.brand-go{
    color:var(--yellow)
}

.brand-alausi{
    color:var(--blue)
}

.btn-brand-blue{
    background:var(--blue);
    color:#fff;
    border:0
}

.btn-brand-yellow{
    background:var(--yellow);
    color:var(--navy);
    border:0;
    font-weight:800
}

/* HERO PRINCIPAL - WEBP OPTIMIZADO */

.home-hero{
    min-height:650px;
    background:
        linear-gradient(
            90deg,
            rgba(2,12,26,.92),
            rgba(2,12,26,.5)
        ),
        url('../img/hero-alausi.webp') center/cover no-repeat;
    color:#fff
}

.min-vh-75{
    min-height:650px
}

.home-hero h1{
    font-size:clamp(3rem,7vw,6.6rem);
    line-height:.95;
    font-weight:950;
    max-width:1000px
}

.home-hero p{
    font-size:1.2rem;
    color:#d6deeb;
    max-width:760px
}

.eyebrow,
.section-kicker{
    font-weight:900;
    letter-spacing:.14em;
    font-size:.78rem;
    color:var(--blue)
}

.hero-search{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:18px;
    padding:8px;
    max-width:760px;
    margin-top:28px;
    box-shadow:0 20px 50px rgba(0,0,0,.25)
}

.hero-search i{
    color:#667085;
    margin:0 14px
}

.hero-search input{
    flex:1;
    border:0;
    outline:0;
    padding:12px
}

.hero-search button{
    border:0;
    background:var(--blue);
    color:#fff;
    border-radius:12px;
    padding:14px 28px;
    font-weight:800
}

.category-strip{
    margin-top:-45px;
    position:relative;
    z-index:5
}

.category-grid-home{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:10px;
    background:#fff;
    padding:18px;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(6,20,39,.16)
}

.category-grid-home a{
    text-decoration:none;
    color:var(--ink);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:9px;
    padding:16px 8px;
    border-radius:16px;
    font-weight:800;
    transition:.2s
}

.category-grid-home a:hover{
    background:#edf7ff;
    transform:translateY(-3px)
}

.category-grid-home i{
    font-size:1.6rem;
    color:var(--blue)
}

.stats-band{
    padding:85px 0 30px
}

.stats-band strong{
    display:block;
    font-size:2rem;
    color:var(--navy)
}

.stats-band span{
    color:var(--muted);
    font-size:.88rem
}

.section-space{
    padding:80px 0
}

.section-heading{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin-bottom:28px
}

.section-heading h2{
    font-weight:900;
    font-size:2.2rem
}

.section-heading a{
    text-decoration:none;
    font-weight:800
}

.pro-card{
    height:100%;
    background:#fff;
    border:1px solid #e5eaf1;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 34px rgba(6,20,39,.08);
    transition:.25s
}

.pro-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 55px rgba(6,20,39,.14)
}

.pro-card img{
    width:100%;
    height:230px;
    object-fit:cover
}

.pro-card h2,
.pro-card h3{
    font-size:1.3rem;
    font-weight:900;
    margin:14px 0 8px
}

.pro-card h2 a,
.pro-card h3 a{
    text-decoration:none;
    color:var(--ink)
}

.pro-card p{
    color:var(--muted);
    margin-bottom:8px
}

.pill{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    background:#e8f4ff;
    color:#006bc8;
    font-size:.72rem;
    font-weight:900
}

.card-meta{
    display:flex;
    gap:15px;
    color:#7a8699;
    font-size:.78rem;
    border-top:1px solid #edf0f4;
    padding-top:12px;
    margin-top:12px
}

.card-image{
    position:relative
}

.featured-badge{
    position:absolute;
    left:14px;
    top:14px;
    background:var(--yellow);
    color:var(--navy);
    padding:7px 11px;
    border-radius:999px;
    font-weight:900;
    font-size:.72rem
}

.share-mini{
    position:absolute;
    right:14px;
    top:14px;
    border:0;
    background:#fff;
    width:42px;
    height:42px;
    border-radius:50%;
    box-shadow:0 8px 20px rgba(0,0,0,.16)
}

.card-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:16px
}

.card-bottom strong{
    color:var(--blue);
    font-size:1.1rem
}

.card-bottom a{
    text-decoration:none;
    font-weight:900
}

.cta-classified{
    background:var(--navy);
    color:#fff;
    padding:65px 0
}

.cta-classified .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px
}

.cta-classified h2{
    font-size:2.5rem;
    font-weight:900
}

.catalog-banner{
    padding:85px 0 115px;
    background:linear-gradient(120deg,#061427,#07558c);
    color:#fff
}

.catalog-banner h1{
    font-size:clamp(2.5rem,5vw,4.5rem);
    font-weight:950
}

.catalog-banner span{
    color:var(--yellow);
    font-weight:900;
    letter-spacing:.14em
}

.filter-bar{
    display:grid;
    grid-template-columns:2fr 1fr 180px auto;
    gap:10px;
    background:#fff;
    padding:14px;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(6,20,39,.15);
    margin-top:-58px;
    margin-bottom:30px
}

.filter-bar>div{
    position:relative
}

.filter-bar i{
    position:absolute;
    left:15px;
    top:15px;
    color:#788497
}

.filter-bar input,
.filter-bar select{
    width:100%;
    height:50px;
    border:1px solid #e2e8f0;
    border-radius:13px;
    padding:0 14px
}

.filter-bar>div input{
    padding-left:43px
}

.results-head{
    display:flex;
    justify-content:space-between;
    margin-bottom:24px
}

.results-head a{
    text-decoration:none;
    font-weight:800
}

.location{
    font-size:.88rem
}

.excerpt{
    min-height:70px
}

.empty-pro{
    text-align:center;
    background:#fff;
    padding:60px;
    border-radius:26px
}

.empty-pro i{
    font-size:3rem;
    color:var(--blue)
}

.gallery-pro #galleryMain{
    position:relative;
    width:100%;
    height:500px;
    border:0;
    padding:0;
    border-radius:26px;
    overflow:hidden;
    background:#eef2f7
}

.gallery-pro #galleryMain img{
    width:100%;
    height:100%;
    object-fit:contain
}

.gallery-pro #galleryMain span{
    position:absolute;
    right:16px;
    bottom:16px;
    background:rgba(6,20,39,.85);
    color:#fff;
    padding:9px 14px;
    border-radius:999px
}

.thumb-row{
    display:flex;
    gap:10px;
    overflow:auto;
    margin-top:12px
}

.thumb-pro{
    flex:0 0 105px;
    height:85px;
    border:3px solid transparent;
    border-radius:14px;
    padding:0;
    overflow:hidden
}

.thumb-pro.active{
    border-color:var(--blue)
}

.thumb-pro img{
    width:100%;
    height:100%;
    object-fit:cover
}

.rating-line{
    display:flex;
    gap:15px;
    color:#667085
}

.stars{
    color:#f5a623;
    font-weight:900
}

.detail-price{
    font-size:1.8rem;
    font-weight:950;
    color:var(--blue);
    margin:20px 0
}

.detail-panel{
    padding:20px;
    border-radius:18px;
    background:#f5f8fc
}

.detail-panel p{
    display:flex;
    gap:10px
}

.description-pro{
    line-height:1.8;
    color:#58667a
}

.action-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px
}

.action-grid form{
    grid-column:1/-1
}

.review-box{
    margin-top:55px;
    padding:30px;
    background:#fff;
    border:1px solid #e5eaf1;
    border-radius:24px
}

.lightbox-pro{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,.94);
    align-items:center;
    justify-content:center
}

.lightbox-pro.open{
    display:flex
}

.lightbox-pro img{
    max-width:82vw;
    max-height:88vh
}

.lightbox-pro button{
    position:absolute;
    border:0;
    background:var(--yellow);
    width:50px;
    height:50px;
    border-radius:50%;
    font-size:2rem
}

.lightbox-pro #closeLight{
    right:25px;
    top:20px
}

.lightbox-pro #prevLight{
    left:25px
}

.lightbox-pro #nextLight{
    right:25px
}

.site-footer{
    background:var(--navy);
    color:#fff
}

.site-footer h2{
    font-size:.9rem;
    text-transform:uppercase;
    letter-spacing:.08em
}

.site-footer a{
    display:block;
    color:#aeb9c8;
    text-decoration:none;
    margin:8px 0
}

.footer-logo{
    font-size:1.8rem;
    font-weight:950
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    padding:22px 0;
    border-top:1px solid rgba(255,255,255,.12);
    color:#8f9aab;
    font-size:.82rem
}

.footer-bottom span a{
    display:inline;
    color:var(--yellow)
}

.stat-card{
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 12px 30px rgba(6,20,39,.08)
}

.stat-card i{
    font-size:1.5rem;
    color:var(--blue)
}

.stat-card strong{
    display:block;
    font-size:2rem
}

.stat-card span{
    color:var(--muted)
}

.quick-admin{
    display:flex;
    gap:10px;
    flex-wrap:wrap
}

.quick-admin a{
    background:var(--navy);
    color:#fff;
    padding:12px 18px;
    border-radius:12px;
    text-decoration:none
}

.notification-row{
    display:flex;
    gap:14px;
    padding:15px 0;
    border-bottom:1px solid #edf0f4
}

.notification-row p{
    margin:3px 0;
    color:var(--muted)
}

@media(max-width:991px){

    .category-grid-home{
        grid-template-columns:repeat(4,1fr)
    }

    .filter-bar{
        grid-template-columns:1fr 1fr
    }

    .filter-bar button{
        grid-column:1/-1
    }

    .action-grid{
        grid-template-columns:1fr
    }

    .cta-classified .container{
        flex-direction:column;
        align-items:flex-start
    }
}

@media(max-width:767px){

    .home-hero h1{
        font-size:3.2rem
    }

    .hero-search{
        flex-wrap:wrap
    }

    .hero-search input{
        width:70%
    }

    .category-grid-home{
        grid-template-columns:repeat(2,1fr)
    }

    .stats-band .col-4 strong{
        font-size:1.5rem
    }

    .section-heading{
        align-items:flex-start;
        gap:15px
    }

    .filter-bar{
        grid-template-columns:1fr
    }

    .gallery-pro #galleryMain{
        height:350px
    }

    .footer-bottom{
        flex-direction:column;
        gap:8px
    }

    .pro-card img{
        height:210px
    }
}


/* Menú y categorías definitivas 2026 */

.goalausi-main-menu{
    gap:.12rem
}

.goalausi-main-menu .nav-link{
    font-size:.78rem;
    padding:.65rem .42rem;
    white-space:nowrap
}

.goalausi-main-menu .btn{
    font-size:.82rem;
    white-space:nowrap
}

.nav-icon-link{
    font-size:1rem!important
}

.category-grid-home{
    grid-template-columns:repeat(5,minmax(0,1fr))
}

.category-grid-home a{
    min-height:92px;
    justify-content:center;
    text-align:center
}

.blog-hero{
    padding:95px 0;
    background:linear-gradient(120deg,#061427,#07558c);
    color:#fff
}

.blog-hero h1{
    font-size:clamp(2.7rem,6vw,5rem);
    font-weight:950;
    margin-top:10px
}

.blog-hero p{
    max-width:680px;
    color:#d8e2ef;
    font-size:1.1rem
}

.blog-card{
    height:100%;
    background:#fff;
    border:1px solid #e5eaf1;
    border-radius:24px;
    padding:30px;
    box-shadow:0 12px 34px rgba(6,20,39,.08)
}

.blog-card>span{
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    border-radius:18px;
    background:#e8f4ff;
    color:#0088ff;
    font-size:1.5rem
}

.blog-card h2{
    font-size:1.35rem;
    font-weight:900;
    margin:22px 0 10px
}

.blog-card p{
    color:#667085;
    line-height:1.7
}

.blog-coming{
    display:inline-flex;
    margin-top:12px;
    padding:7px 11px;
    border-radius:999px;
    background:#fff7cc;
    color:#6f5c00;
    font-size:.75rem;
    font-weight:900
}

.blog-cta{
    margin-top:45px;
    padding:34px;
    border-radius:26px;
    background:#061427;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:25px
}

.blog-cta h2{
    font-weight:900
}

.blog-cta p{
    color:#b9c4d2;
    margin-bottom:0
}

@media(max-width:1399.98px){

    .goalausi-main-menu{
        padding-top:15px;
        padding-bottom:15px
    }

    .goalausi-main-menu .nav-link{
        font-size:.92rem;
        padding:.7rem 0
    }

    .goalausi-main-menu .btn{
        margin-top:8px;
        display:inline-block
    }

    .nav-icon-link{
        display:inline-block!important
    }

    .category-grid-home{
        grid-template-columns:repeat(5,minmax(0,1fr))
    }
}

@media(max-width:991px){

    .category-grid-home{
        grid-template-columns:repeat(3,minmax(0,1fr))
    }

    .blog-cta{
        align-items:flex-start;
        flex-direction:column
    }
}

@media(max-width:575px){

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

    .category-grid-home a{
        min-height:86px;
        padding:12px 6px;
        font-size:.85rem
    }
}

/* =========================================================
   CORRECCIÓN ESCRITORIO - MENÚ DE CATEGORÍAS
   Evita que el bloque blanco se monte sobre los botones del hero.
   No altera tablet ni móvil.
========================================================= */

@media (min-width: 992px) {
    .category-strip {
        margin-top: 24px;
    }
}