/*==================================================
PART 1 - HERO
==================================================*/

.eco-badge{
    display:inline-block;
    background:#EAF4FF;
    color:#0066CC;
    padding:10px 28px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:25px;
}

.eco-title{
    font-size:58px;
    font-weight:900;
    line-height:1.2;
    color:#000000;
    max-width:900px;
    margin:0 auto 25px;
}

.eco-desc{
    max-width:760px;
    margin:0 auto 40px;
    font-size:19px;
    line-height:1.8;
    color:#64748B;
}

.eco-btn-primary .button,
.eco-btn-outline .button{
    min-width:220px;
}

@media(max-width:849px){
    .eco-title{
        font-size:42px;
    }

    .eco-desc{
        font-size:17px;
    }
}

@media(max-width:549px){
    .eco-title{
        font-size:30px;
    }

    .eco-desc{
        font-size:16px;
    }
}
/*==============================
WHY ECOFLOW
==============================*/

.eco-section-title{
    text-align:center;
    font-size:44px;
    font-weight:800;
    margin-bottom:18px;
}

.eco-section-desc{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
    color:#64748B;
    font-size:18px;
    line-height:1.9;
}

.icon-box{

    border:1px solid #E7EDF5;

    border-radius:22px;

    padding:38px 28px;

    background:#fff;

    transition:.35s;

    height:100%;

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

}

.icon-box:hover{

    transform:translateY(-8px);

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

    border-color:#0066CC;

}

.icon-box-img{

    width:78px;

    height:78px;

    background:#EAF4FF;

    border-radius:50%;

    margin:auto;

}

.icon-box-img i{

    color:#0066CC;

    font-size:34px;

}

.icon-box-text h3{

    font-size:22px;

    margin-top:22px;

    margin-bottom:14px;

    font-weight:700;

}

.icon-box-text p{

    color:#64748B;

    line-height:1.8;

}

@media(max-width:849px){

.icon-box{

margin-bottom:25px;

}

}

@media(max-width:549px){

.eco-section-title{

font-size:30px;

}

.eco-section-desc{

font-size:16px;

}

}
/*============================
CATEGORY BANNER
=============================*/

.ecoflow-category{

padding:100px 0;

background:#F8FAFC;

}

.ecoflow-category .banner{

border-radius:24px;

overflow:hidden;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.ecoflow-category .banner:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.ecoflow-category .banner-bg{

transition:.5s;

}

.ecoflow-category .banner:hover .banner-bg{

transform:scale(1.08);

}

.ecoflow-category h3{

font-size:30px;

font-weight:700;

color:#fff;

margin-bottom:10px;

}

.ecoflow-category p{

color:#fff;

opacity:.95;

margin-bottom:18px;

}

.ecoflow-category .button{

border-radius:999px;

font-weight:700;

padding:0 24px;

}
/*==========================
IMAGE CARD
===========================*/

.eco-card{

background:#fff;

border-radius:24px;

overflow:hidden;

box-shadow:0 15px 45px rgba(15,23,42,.06);

transition:.35s;

height:100%;

}

.eco-card:hover{

transform:translateY(-10px);

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

}

.eco-card img{

width:100%;

height:280px;

object-fit:cover;

transition:.45s;

}

.eco-card:hover img{

transform:scale(1.08);

}

.eco-card .box-text{

padding:28px;

}

.eco-card h3{

font-size:26px;

font-weight:700;

margin-bottom:12px;

color:#111827;

}

.eco-card p{

font-size:16px;

line-height:1.8;

color:#64748B;

margin-bottom:22px;

}

.eco-card a{

display:inline-flex;

align-items:center;

gap:8px;

font-weight:700;

color:#0066CC;

text-decoration:none;

}

.eco-card a:after{

content:"→";

transition:.3s;

}

.eco-card:hover a:after{

transform:translateX(6px);

}
/*========================
ECOFLOW CATEGORY CARD
========================*/

.eco-category-card{
    overflow:hidden;
    border-radius:24px;
    transition:all .4s ease;
    box-shadow:0 15px 45px rgba(15,23,42,.12);
}

.eco-category-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(15,23,42,.18);
}

.eco-category-card .banner-bg{
    transition:transform .6s ease;
}

.eco-category-card:hover .banner-bg{
    transform:scale(1.08);
}

.eco-category-card .text-box{
    padding:30px;
}

.eco-card-title{
    color:#fff!important;
    font-size:42px!important;
    font-weight:800!important;
    line-height:1.1;
    margin-bottom:12px!important;
}

.eco-card-spec{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:10px;
}

.eco-card-desc{
    color:rgba(255,255,255,.92);
    line-height:1.7;
    margin-bottom:25px;
}

.eco-card-btn .button{
    background:#fff!important;
    color:#111827!important;
    border:none!important;
    border-radius:999px!important;
    font-weight:700!important;
    padding:0 26px!important;
    transition:.3s;
}

.eco-card-btn .button:hover{
    background:#0066CC!important;
    color:#fff!important;
}
/*==============================
USE CASE IMAGE BOX
==============================*/

.eco-usecase .box-image{
    overflow:hidden;
    border-radius:22px 22px 0 0;
}

.eco-usecase .box-image img{
    transition:.5s;
}

.eco-usecase .box:hover img{
    transform:scale(1.08);
}

.eco-usecase .box{
    border-radius:22px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
    transition:.35s;
    height:100%;
}

.eco-usecase .box:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(15,23,42,.12);
}

.eco-usecase .box-text{
    padding:24px;
}

.eco-usecase h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.eco-usecase p{
    color:#64748b;
    line-height:1.8;
}
.eco-compare{

margin-top:60px;

overflow-x:auto;

}

.eco-compare table{

width:100%;

border-collapse:collapse;

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.eco-compare th{

background:#0066cc;

color:#fff;

padding:22px;

font-size:18px;

font-weight:700;

}

.eco-compare td{

padding:20px;

text-align:center;

border-bottom:1px solid #edf2f7;

}

.eco-compare tbody tr:hover{

background:#f8fbff;

}

.eco-btn{

display:inline-block;

padding:12px 24px;

background:#0066cc;

color:#fff;

border-radius:999px;

text-decoration:none;

font-weight:600;

}

.eco-btn:hover{

background:#004da8;

color:#fff;

}
/*=============================
SMARTONES TRUST
=============================*/

.smartones-trust {

    max-width: 1280px;

    margin: auto;

    padding: 100px 20px;

}

.trust-header {

    text-align: center;

    margin-bottom: 60px;

}

.trust-badge {

    display: inline-block;

    padding: 12px 28px;

    border-radius: 999px;

    background: #eef6ff;

    color: #0066cc;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 18px;

}

.trust-header h2 {

    font-size: 58px;

    line-height: 1.1;

    font-weight: 800;

    margin-bottom: 18px;

}

.trust-header h2 span {

    color: #0066cc;

}

.trust-header p {

    font-size: 20px;

    color: #667085;

    max-width: 760px;

    margin: auto;

    line-height: 1.8;

}

/*************/

.trust-grid {

    display: grid;

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

    gap: 30px;

}

/*************/

.trust-card {

    background: linear-gradient(145deg, #081323, #0b1d35);

    border-radius: 22px;

    padding: 35px;

    display: flex;

    align-items: center;

    gap: 20px;

    transition: .35s;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.trust-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 25px 50px rgba(0, 102, 204, .25);

}

/*************/

.trust-icon {

    width: 82px;

    height: 82px;

    flex: none;

}

.trust-icon img {

    width: 100%;

}

/*************/

.trust-content h3 {

    color: #1e7cff;

    font-size: 52px;

    margin: 0;

    line-height: 1;

}

.trust-content h4 {

    color: #fff;

    font-size: 26px;

    margin: 10px 0;

    font-weight: 700;

}

.trust-content p {

    color: #d2d8e4;

    font-size: 16px;

    line-height: 1.7;

    margin: 0;

}

/*************/

@media(max-width:850px) {

    .trust-grid {

        grid-template-columns: 1fr 1fr;

    }

}

@media(max-width:550px) {

    .smartones-trust {

        padding: 70px 20px;

    }

    .trust-header h2 {

        font-size: 38px;

    }

    .trust-header p {

        font-size: 16px;

    }

    .trust-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }

    .trust-card {

        padding: 24px;

    }

    .trust-content h3 {

        font-size: 40px;

    }

    .trust-content h4 {

        font-size: 22px;

    }

}
/*==============================
SMARTONES ABOUT
==============================*/

.smartones-about {

    max-width: 1400px;
    margin: 80px auto;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;

    display: grid;
    grid-template-columns: 55% 45%;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.about-left img {

    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

}

.about-right {

    padding: 55px;

}

.about-badge {

    display: inline-block;

    background: #eef5ff;

    color: #0b63d8;

    padding: 10px 22px;

    border-radius: 999px;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 20px;

}

.about-right h2 {

    font-size: 46px;

    font-weight: 800;

    margin-bottom: 35px;

    line-height: 1.2;

}

.about-right h2 span {

    color: #0066cc;

}

.about-list {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px 35px;

}

.about-item {

    display: flex;

    gap: 15px;

    align-items: flex-start;

}

.about-item .icon {

    width: 34px;

    height: 34px;

    border-radius: 50%;

    background: #eef5ff;

    color: #0066cc;

    font-weight: 700;

    display: flex;

    justify-content: center;

    align-items: center;

    flex: none;

}

.about-item h3 {

    margin: 0 0 8px;

    font-size: 19px;

    font-weight: 700;

}

.about-item p {

    margin: 0;

    color: #64748b;

    line-height: 1.7;

    font-size: 15px;

}

.about-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-top: 45px;

    padding: 16px 34px;

    border-radius: 999px;

    background: #0066cc;

    color: #fff;

    text-decoration: none;

    font-weight: 700;

    transition: .3s;

}

.about-btn:hover {

    background: #0055b8;

    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(0, 102, 204, .35);

}


/************** MOBILE **************/

@media(max-width:991px) {

    .smartones-about {

        grid-template-columns: 1fr;

    }

    .about-right {

        padding: 35px 25px;

    }

    .about-right h2 {

        font-size: 34px;

    }

    .about-list {

        grid-template-columns: 1fr;

        gap: 22px;

    }

    .about-btn {

        width: 100%;

    }

}