/*==========================================================
HERO
==========================================================*/

#hero-products{

padding:120px 0 90px;

background:#f8fafc;

overflow:hidden;

}

.hero-products-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:70px;

align-items:center;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:#fff3e8;

color:#ff7a00;

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:25px;

}

.hero-products-content h1{

font-size:58px;

line-height:1.1;

font-weight:800;

color:#101828;

margin-bottom:30px;

}

.hero-products-content h1 span{

display:block;

color:#ff7a00;

margin-top:10px;

}

.hero-description{

font-size:20px;

line-height:1.9;

color:#475467;

margin-bottom:40px;

}

.hero-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:45px;

}

.hero-highlights div{

display:flex;

align-items:center;

font-weight:600;

font-size:16px;

color:#1d2939;

}

.hero-highlights i{

margin-right:12px;

color:#ff7a00;

font-size:20px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.hero-products-image{

text-align:center;

}

.hero-products-image img{

width:100%;

max-width:650px;

filter:drop-shadow(0 35px 70px rgba(0,0,0,.20));

}

/*==========================================================
INTRO
==========================================================*/

#products-intro{

padding:120px 0;

background:linear-gradient(135deg,#0b1220,#111827);

overflow:hidden;

}

.products-intro-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.products-intro-content span{

display:inline-block;

padding:10px 20px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.10);

color:#ff7a00;

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:20px;

}

.products-intro-content h2{

font-size:46px;

font-weight:800;

color:#fff;

margin-bottom:30px;

}

.products-intro-content p{

font-size:19px;

line-height:1.9;

color:#d0d5dd;

margin-bottom:25px;

}

.products-list{

list-style:none;

padding:0;

margin-top:35px;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

}

.products-list li{

display:flex;

align-items:center;

color:#fff;

font-weight:600;

font-size:16px;

}

.products-list i{

color:#ff7a00;

margin-right:12px;

font-size:18px;

}

.products-intro-image{

text-align:center;

}

.products-intro-image img{

width:100%;

max-width:700px;

border-radius:18px;

box-shadow:0 35px 80px rgba(0,0,0,.45);

border:1px solid rgba(255,255,255,.08);

}

/*==========================================================
WHY BRELDOBOX
==========================================================*/

#why-breldobox{

padding:120px 0;

background:#f8fafc;

}

.section-header{

max-width:900px;

margin:auto;

text-align:center;

margin-bottom:80px;

}

.section-header span{

display:inline-block;

padding:10px 22px;

background:#fff3e8;

color:#ff7a00;

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:20px;

}

.section-header h2{

font-size:46px;

font-weight:800;

color:#101828;

margin-bottom:30px;

}

.section-header p{

font-size:19px;

line-height:1.9;

color:#475467;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.why-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 15px 35px rgba(15,23,42,.08);

transition:.35s;

height:100%;

}

.why-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(15,23,42,.15);

}

.why-card i{

font-size:34px;

color:#ff7a00;

margin-bottom:25px;

}

.why-card h3{

font-size:23px;

margin-bottom:15px;

color:#101828;

}

.why-card p{

font-size:16px;

line-height:1.8;

color:#475467;

}

/*==========================================================
FEATURED CARD
==========================================================*/

.featured-card{

position:relative;

overflow:hidden;

background:linear-gradient(145deg,#fffaf5,#fff3e8);

border:2px solid rgba(255,122,0,.25);

box-shadow:
0 20px 45px rgba(255,122,0,.12),
0 10px 20px rgba(15,23,42,.06);

}

.featured-card:hover{

transform:translateY(-10px);

box-shadow:
0 35px 70px rgba(255,122,0,.20),
0 15px 30px rgba(15,23,42,.10);

}

.featured-card i{

color:#ff7a00;

font-size:38px;

}

.featured-card h3{

color:#d65d00;

}

.featured-badge{

position:absolute;

top:18px;

right:-45px;

background:#ff7a00;

color:#fff;

font-size:11px;

font-weight:700;

letter-spacing:1px;

padding:8px 55px;

transform:rotate(40deg);

text-transform:uppercase;

box-shadow:0 10px 25px rgba(0,0,0,.18);

}


/*==========================================================
PRODUCT FAMILY 3.0
==========================================================*/

#product-family{
    padding:120px 0;
    background:#ffffff;
}

#product-family .section-header{
    max-width:850px;
    margin:0 auto 80px;
    text-align:center;
}

#product-family .section-header h2{
    font-size:46px;
    font-weight:800;
    color:#101828;
    margin:18px 0;
    line-height:1.2;
}

#product-family .section-header p{
    font-size:18px;
    line-height:1.8;
    color:#667085;
}

/*==========================================================
FAMILY BLOCK
==========================================================*/

.family-block{

    background:#f8fafc;

    border:1px solid #e4e7ec;

    border-radius:26px;

    padding:50px;

    margin-bottom:70px;

}

.family-top{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:60px;

    margin-bottom:45px;

}

.family-info{

    flex:1;

}

.family-device{

    width:340px;

    text-align:center;

}

.family-device img{

    width:100%;

    max-height:180px;

    object-fit:contain;

    transition:.35s;

}

.family-device img:hover{

    transform:scale(1.04);

}

/*==========================================================
BADGE
==========================================================*/

.family-badge{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.compact{

    background:#fff4e8;

    color:#ff7a00;

}

.performance{

    background:#eef4ff;

    color:#2962ff;

}

.family-info h3{

    font-size:34px;

    color:#101828;

    margin-bottom:18px;

    font-weight:800;

}

.family-info p{

    color:#667085;

    font-size:17px;

    line-height:1.8;

}

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

.products{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

/*==========================================================
CARD
==========================================================*/

.product-card{

    position:relative;

    background:#ffffff;

    border:1px solid #e4e7ec;

    border-radius:22px;

    padding:32px;

    transition:.35s;

    display:flex;

    flex-direction:column;

}

.product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(15,23,42,.10);

}

.product-title{

    margin-bottom:22px;

}

.product-title h4{

    font-size:30px;

    color:#101828;

    margin:0;

    font-weight:800;

}

.product-title span{

    display:inline-block;

    margin-top:8px;

    color:#ff7a00;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

}

/*==========================================================
CAPACITY
==========================================================*/

.capacity{

    text-align:center;

    background:#f8fafc;

    border-radius:18px;

    padding:24px;

    margin-bottom:24px;

}

.capacity small{

    display:block;

    color:#667085;

    font-size:14px;

}

.capacity strong{

    display:block;

    font-size:64px;

    color:#ff7a00;

    line-height:1;

    margin:12px 0;

    font-weight:800;

}

.capacity span{

    display:block;

    color:#344054;

    font-size:15px;

    font-weight:600;

}

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

.product-desc{

    color:#475467;

    line-height:1.8;

    margin-bottom:25px;

    min-height:85px;

}

/*==========================================================
FEATURES
==========================================================*/

.features{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:30px;

}

.features span{

    padding:8px 14px;

    border-radius:30px;

    background:#f2f4f7;

    color:#344054;

    font-size:13px;

    font-weight:600;

}

.features span:hover{

    background:#ff7a00;

    color:#ffffff;

}

/*==========================================================
BADGE CARD
==========================================================*/

.top-label{

    position:absolute;

    right:24px;

    top:24px;

    padding:8px 14px;

    background:#ff7a00;

    color:#ffffff;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

}

.top-label.blue{

    background:#2962ff;

}

/*==========================================================
FEATURED
==========================================================*/

.featured{

    border:2px solid #ff7a00;

}

/*==========================================================
EXCLUSIVE
==========================================================*/

.exclusive{

    background:#fff7e8;

    border-left:4px solid #ff7a00;

    padding:14px 18px;

    border-radius:12px;

    color:#101828;

    font-weight:700;

    margin-bottom:25px;

}

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

.product-card .btn{

    margin-top:auto;

}

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

@media(max-width:992px){

.family-top{

    flex-direction:column;

    text-align:center;

}

.family-device{

    width:260px;

}

.products{

    grid-template-columns:1fr;

}

#product-family .section-header h2{

    font-size:36px;

}

.family-info h3{

    font-size:28px;

}

}

@media(max-width:576px){

.family-block{

    padding:30px;

}

.product-card{

    padding:25px;

}

.capacity strong{

    font-size:50px;

}

.family-device{

    width:220px;

}

}

/*==========================================================
PRODUCT CTA
==========================================================*/

#product-cta{

    padding:120px 0;

    background:#ffffff;

}

#product-cta .cta-box{

    background:linear-gradient(135deg,#0f172a,#1e293b);

    border-radius:28px;

    padding:70px;

    text-align:center;

    overflow:hidden;

    position:relative;

}

#product-cta .cta-tag{

    display:inline-block;

    padding:10px 18px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    border-radius:30px;

    color:#ff7a00;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:25px;

}

#product-cta h2{

    color:#ffffff;

    font-size:44px;

    font-weight:800;

    margin-bottom:25px;

}

#product-cta p{

    max-width:820px;

    margin:auto;

    color:#cbd5e1;

    font-size:18px;

    line-height:1.9;

}

.cta-features{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

    margin:55px 0;

}

.cta-features div{

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:22px;

    color:#ffffff;

    font-weight:600;

}

.cta-features i{

    display:block;

    font-size:28px;

    color:#ff7a00;

    margin-bottom:15px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

}

.btn-outline{

    background:transparent;

    color:#ffffff;

    border:2px solid rgba(255,255,255,.25);

}

.btn-outline:hover{

    background:#ffffff;

    color:#101828;

}

@media(max-width:992px){

.cta-features{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

#product-cta .cta-box{

padding:40px 30px;

}

.cta-features{

grid-template-columns:1fr;

}

.cta-buttons{

flex-direction:column;

}

#product-cta h2{

font-size:34px;

}

}


/* ===== MOBILE FIX DEFINITIVO ===== */

@media screen and (max-width: 992px) {

    .why-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
    }

    .products{
        display:grid !important;
        grid-template-columns:1fr !important;
    }

    .products-list{
        grid-template-columns:1fr !important;
    }

    .hero-highlights{
        grid-template-columns:1fr !important;
    }

    .cta-features{
        grid-template-columns:1fr !important;
    }

    .family-top{
        display:flex !important;
        flex-direction:column !important;
    }

}

@media (max-width:992px){

.top-label{

    position:static;
    display:inline-block;

    margin-bottom:18px;

}

.product-title{

    margin-top:0;

}

}

@media (max-width:992px){

.hero-products-grid{

    display:flex !important;
    flex-direction:column !important;
    gap:40px !important;

}

.hero-products-content{

    width:100% !important;

}

.hero-products-image{

    width:100% !important;
    max-width:100% !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

}

.hero-products-image img{

    width:90% !important;
    max-width:480px !important;
    height:auto !important;

}

}

@media (max-width:992px){

.products-intro-grid{

    display:grid !important;
    grid-template-columns:1fr !important;
    gap:40px !important;

}

.products-intro-content{

    width:100% !important;

}

.products-intro-image{

    order:1;

    width:100% !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

}

.products-intro-image img{

    display:block !important;

    width:90% !important;
    max-width:500px !important;
    height:auto !important;

}

}

@media (max-width:992px){

.product-card .btn{

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    min-height:72px;
    height:auto;

    line-height:1.3;

    padding:16px 24px;

}

}

@media (max-width:992px){

.top-label{

    position:static;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    margin:0 auto 18px;

    min-height:34px;
    padding:0 16px;

}

}