*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}


body{

    font-family:'Manrope',sans-serif;
    background:#F8FAFC;
    color:#1E293B;

}

header{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    height:95px;

    background:#FFFFFF;

    z-index:9999;

    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.container{

   width:90%;

    max-width:1280px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    height:95px;

    padding:0 20px;

}

.logo-area{

    display:flex;
    align-items:center;
    gap:17px;
    margin-left:-20px;
}

.logo-main{

    height:65px;
    width:auto;

}

.logo-text{

    margin-top:2px;
    height:12px;
    width:auto;

}

nav ul{

    display:flex;

    list-style:none;

    gap:35px;

}

nav a{

    text-decoration:none;

    color:#1E293B;

    font-weight:600;

    font-size:15px;

    transition:.3s;

}

nav a:hover{

    color:#1E40AF;

}

nav a:hover{

    color:#0B3C6F;

}

.hero{

    height:100vh;

    padding-top:95px;

    background:
        linear-gradient(rgba(8,25,48,.45),
                        rgba(8,25,48,.45)),
        url("../image/factory.jpg");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;

}

.hero-content{

    width:1280px;
    margin:auto;
    color:white;

}

.hero h1{

    font-size:72px;

    font-weight:800;

    line-height:1.1;

}

.hero p{

    width:650px;

    margin-top:25px;

    font-size:20px;

    line-height:1.8;

}

.btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    margin-top:40px;

    padding:18px 40px;

    background:#1E40AF;

    color:white;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.btn span{

    display:inline-block;

}

.about{

    scroll-margin-top:120px;
    padding:100px 0;
    background:#ffffff;
}

.section-container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

.about h2{

    font-size:48px;
    color:#0b4a8b;
    margin-bottom:30px;
}

.about p{

    font-size:20px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
    max-width:950px;

}

.products{

    padding:100px 0;

    background:#F8FAFC;

}

.products h2{

    text-align:center;

    font-size:42px;

    color:#0B3C6F;

}

.section-title{

    text-align:center;

    margin-top:15px;

    color:#64748B;

    font-size:18px;

}

.product-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.product-card{

    background:white;

    border-radius:20px;

    padding:45px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.product-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.product-icon{

    width:80px;

    height:80px;

    background:#EEF4FF;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:30px;

}

.product-card h3{

    font-size:28px;

    color:#0B3C6F;

    margin-bottom:20px;

}

.product-card p{

    font-size:16px;

    line-height:1.7;

    color:#64748B;

    margin-bottom:30px;

}

.product-card a{

    color:#1E40AF;

    text-decoration:none;

    font-weight:700;

}

.product-image{

    width:100%;

    height:140px;

    object-fit:contain;

    margin-bottom:25px;

}

.brands{

    padding:110px 0;

    background:#ffffff;

    text-align:center;

}

.container-small{

    width:90%;

    max-width:850px;

    margin:auto;

}

.section-label{

    display:block;

    color:#0d4b8c;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:3px;

    margin-bottom:20px;

}

.brands-logo{

    width:180px;

    height:auto;

    display:block;

    margin:0 auto 25px;

}

.brands h2{

    font-size:46px;

    color:#0B3C6F;

    margin-bottom:25px;

}

.brands p{

    max-width:760px;

    margin:0 auto 45px;

    line-height:1.9;

    font-size:19px;

}

.compatible{

    margin-top:90px;

}

.compatible h3{

    color:#0B3C6F;

    font-size:28px;

    margin-bottom:30px;

}

.brand-tags{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

}

.brand-tags span{

    padding:12px 26px;

    border:1px solid #D6E2F3;

    border-radius:40px;

    background:#F8FAFC;

    color:#334155;

    font-weight:600;

    transition:.3s;

}

.brand-tags span:hover{

    background:#1E40AF;

    color:#FFFFFF;

    border-color:#1E40AF;

}

.brand-buttons{

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;

}

.brand-buttons .btn{

    width:320px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

}

/*==========================
    CONTACT
===========================*/

.contact{

    padding:110px 0;

    background:#F8FAFC;

}

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    margin-top:70px;

}

.contact-item{

    display:flex;

    gap:25px;

    margin-bottom:40px;

    align-items:flex-start;

}

.contact-item i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#EEF4FF;

    color:#1E40AF;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

}

.contact-item h3{

    margin-bottom:8px;

    color:#0B3C6F;

}

.contact-item p{

    color:#64748B;

}

.contact-box{

    background:white;

    border-radius:24px;

    padding:50px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-box h3{

    font-size:34px;

    color:#0B3C6F;

    margin-bottom:25px;

}

.contact-box p{

    line-height:1.9;

    margin-bottom:35px;

}

.contact-benefit{

    list-style:none;

    margin-bottom:35px;

}

.contact-benefit li{

    margin-bottom:14px;

    color:#334155;

    font-weight:600;

}

.contact-benefit li::before{

    content:"✔";

    color:#22C55E;

    margin-right:10px;

}

    .btn-outline{

    margin-left:15px;

    background:#ffffff;

    color:#1E40AF;

    border:2px solid #1E40AF;

    }

    .btn-outline:hover{

        background:#1E40AF;

        color:#ffffff;

    }

    .wa-buttons{

    display:flex;

    flex-direction:column;

    gap:15px;

    margin-top:30px;

}

.wa-buttons a{

    text-decoration:none;

    background:#25D366;

    color:#ffffff;

    padding:15px 25px;

    border-radius:12px;

    font-weight:700;

    transition:.3s;

}

.wa-buttons a:hover{

    background:#1ea952;

}

.menu-toggle{

    display:none;

    font-size:28px;

    color:#0B3C6F;

    cursor:pointer;

}

.tokopedia-btn{

    width:320px;

    height:58px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

}

.tokopedia-btn img{

    width:34px;

    height:34px;

}

.tokopedia-logo{

    width:26px;
    height:26px;

    object-fit:contain;

    flex-shrink:0;

}

.marketplace-label{

    margin-top:35px;
    margin-bottom:18px;

    color:#64748B;

    font-size:14px;

    letter-spacing:1px;

    text-transform:uppercase;

    font-weight:700;

}

footer{

    background:#0B3C6F;
    color:#FFFFFF;

    padding:70px 20px 40px;

    text-align:center;

}

.footer-container{

    max-width:600px;
    margin:auto;

}

.footer-container h3{

    font-size:30px;

    margin-bottom:15px;

    font-weight:700;

}

.footer-container p{

    margin:12px 0;

    color:rgba(255,255,255,.88);

    line-height:1.8;

    font-size:16px;

}

.footer-container i{

    width:22px;

    color:#8DC5FF;

    margin-right:8px;

}

.copyright{

    margin-top:45px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.15);

    font-size:14px;

    color:rgba(255,255,255,.60);

}

.office-map{

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

    transition:.35s;

}

.office-map:hover{

    transform:scale(1.03);

}

/* ===================================
   MOBILE
=================================== */

@media (max-width:768px){

    .container{

        width:92%;

    }

    .hero{

        text-align:center;

    }

    .hero-content{

        width:100%;

        padding:0 25px;

    }

    .hero h1{

        font-size:42px;

        line-height:1.2;

    }

    .hero p{

        width:100%;

        font-size:18px;

        margin:auto;

        margin-top:25px;

    }

    .btn{

        margin-top:35px;

    }

    .btn:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(0,0,0,.15);

    }

    .about h2{

        font-size:38px;

    }

    .about p{

        font-size:17px;

    }

    .product-grid{

        grid-template-columns:1fr;

    }

    .feature-grid{

        grid-template-columns:1fr;

    }

    .logo{

    height:85px;

    }

    section{

        padding:80px 0;

    }

    .contact-grid{

    grid-template-columns:1fr;

    }

    .menu-toggle{

    display:block;

    }

    nav{

        display:none;

    }

    nav.active{

    display:block;

    position:absolute;

    top:95px;

    left:0;

    width:100%;

    background:white;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    }

    nav.active ul{

        flex-direction:column;

        padding:30px;

        gap:25px;

    }

}