
/* =========================================
BRANDS PAGE
========================================= */

.brands-hero-section{
    position:relative;
    overflow:hidden;
    padding:180px 0 140px;
    background:
    radial-gradient(circle at top left,
    rgba(255,0,0,0.15),
    transparent 40%),
    radial-gradient(circle at bottom right,
    rgba(255,80,0,0.12),
    transparent 40%),
    #050505;
}

.brands-hero-glow{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,0,0,0.2);
    filter:blur(140px);
    top:-100px;
    right:-100px;
}

.brands-hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    text-align:center;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 24px;
    border-radius:60px;
    background:rgba(255,0,0,0.08);
    border:1px solid rgba(255,0,0,0.2);
    color:#ff3b1d;
    font-size:13px;
    font-weight:700;
    margin-bottom:28px;
}

.brands-hero-title{
    font-size:72px;
    line-height:1.05;
    color:#ffffff;
    font-weight:900;
    letter-spacing:-2px;
    margin-bottom:30px;
}

.brands-hero-desc{
    max-width:760px;
    margin:auto;
    font-size:18px;
    line-height:2;
    color:#b5b5b5;
}

/* =========================================
SHOWCASE SECTION
========================================= */

.brand-showcase-section{
    position:relative;
    overflow:hidden;
    padding:140px 0;
    background:#070707;
}

.alternate-brand{
    background:#050505;
}

.brand-showcase-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.reverse-layout{
    direction:rtl;
}

.reverse-layout > *{
    direction:ltr;
}

.brand-label{
    display:inline-flex;
    padding:12px 22px;
    border-radius:50px;
    background:rgba(255,0,0,0.08);
    border:1px solid rgba(255,0,0,0.2);
    color:#ff3b1d;
    font-size:13px;
    font-weight:700;
    margin-bottom:24px;
}

.brand-title{
    font-size:64px;
    line-height:1.05;
    font-weight:900;
    color:#ffffff;
    margin-bottom:28px;
    letter-spacing:-2px;
}

.brand-desc{
    font-size:17px;
    line-height:2;
    color:#b5b5b5;
    margin-bottom:38px;
}

.brand-features{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:35px;
}

.brand-feature{
    padding:14px 24px;
    border-radius:50px;
    background:#111111;
    border:1px solid rgba(255,0,0,0.12);
    color:#ffffff;
    font-size:14px;
    transition:0.3s ease;
}

.brand-feature:hover{
    border-color:rgba(255,0,0,0.4);
    transform:translateY(-4px);
}

.brand-sizes{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:42px;
}

.brand-sizes span{
    width:85px;
    height:85px;
    border-radius:24px;
    background:
    linear-gradient(
    180deg,
    rgba(45,0,0,0.7),
    rgba(0,0,0,0.95)
    );
    border:1px solid rgba(255,0,0,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-weight:700;
    transition:0.4s ease;
}

.brand-sizes span:hover{
    transform:translateY(-8px);
    border-color:rgba(255,0,0,0.4);
}

.brand-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.brand-showcase-image{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.brand-image-glow{
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,0,0,0.25);
    filter:blur(120px);
}

.brand-showcase-image img{
    position:relative;
    z-index:2;
    width:100%;
    max-width:380px;
    filter:drop-shadow(0 40px 80px rgba(255,0,0,0.3));
    animation:floatBrand 5s ease-in-out infinite;
    border-radius:30px;
}

/* =========================================
HIGHLIGHTS
========================================= */

.brand-highlights-section{
    padding:140px 0;
    background:#050505;
}

.section-center{
    max-width:800px;
    margin:auto auto 80px;
    text-align:center;
}

.section-title{
    font-size:58px;
    line-height:1.1;
    color:#ffffff;
    font-weight:900;
    letter-spacing:-2px;
}

.highlights-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.highlight-card{
    position:relative;
    overflow:hidden;
    padding:50px 38px;
    border-radius:35px;
    background:
    linear-gradient(
    180deg,
    rgba(45,0,0,0.75),
    rgba(0,0,0,0.98)
    );
    border:1px solid rgba(255,0,0,0.12);
    transition:0.4s ease;
}

.highlight-card::before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,0,0,0.1);
    filter:blur(90px);
    top:-60px;
    right:-60px;
}

.highlight-card:hover{
    transform:translateY(-12px);
    border-color:rgba(255,0,0,0.35);
}

.highlight-card i{
    position:relative;
    z-index:2;
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff3300,#ff0033);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:30px;
    margin-bottom:28px;
}

.highlight-card h3{
    position:relative;
    z-index:2;
    font-size:28px;
    color:#ffffff;
    margin-bottom:18px;
    font-weight:800;
}

.highlight-card p{
    position:relative;
    z-index:2;
    font-size:15px;
    line-height:1.9;
    color:#b5b5b5;
}

/* =========================================
CTA
========================================= */

.brands-cta-section{
    padding:140px 0;
    background:#070707;
}

.brands-cta-box{
    position:relative;
    overflow:hidden;
    padding:100px 70px;
    border-radius:45px;
    text-align:center;
    background:
    linear-gradient(
    135deg,
    rgba(45,0,0,0.95),
    rgba(0,0,0,1)
    );
    border:1px solid rgba(255,0,0,0.15);
}

.brands-cta-box::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,0,0,0.16);
    filter:blur(130px);
    top:-120px;
    right:-120px;
    border-radius:50%;
}

.brands-cta-box h2{
    position:relative;
    z-index:2;
    font-size:56px;
    line-height:1.1;
    color:#ffffff;
    font-weight:900;
    margin-bottom:28px;
    letter-spacing:-2px;
}

.brands-cta-box p{
    position:relative;
    z-index:2;
    max-width:700px;
    margin:auto;
    color:#b5b5b5;
    line-height:2;
    font-size:17px;
}

.about-cta-buttons{
    position:relative;
    z-index:2;
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

/* =========================================
ANIMATION
========================================= */

@keyframes floatBrand{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-16px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px){

    .brand-showcase-wrapper{
        grid-template-columns:1fr;
        gap:70px;
    }

    .reverse-layout{
        direction:ltr;
    }

    .highlights-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .brands-hero-title{
        font-size:44px;
    }

    .brand-title{
        font-size:42px;
    }

    .section-title{
        font-size:38px;
    }

    .brands-cta-box h2{
        font-size:38px;
    }

    .highlights-grid{
        grid-template-columns:1fr;
    }

    .brands-cta-box{
        padding:70px 30px;
    }

}

@media(max-width:576px){

    .brands-hero-section{
        padding:150px 0 90px;
    }

    .brands-hero-title{
        font-size:34px;
    }

    .brand-title{
        font-size:34px;
    }

    .section-title{
        font-size:32px;
    }

    .brand-sizes span{
        width:70px;
        height:70px;
        font-size:14px;
    }

    .highlight-card{
        padding:40px 30px;
    }

    .brands-cta-box h2{
        font-size:30px;
    }

}

