/* =========================
   B2B — FINAL CLEAN
========================= */

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: Arial, sans-serif;
}

/* =========================
   CONTAINER
========================= */
.b2b-container{
    width: 100%;
    max-width: 1600px;   /* 🔥 lebih lebar */
    margin: 0 auto;
    padding: 0 30px;     /* 🔥 margin diperkecil */
}

/* =========================
   HERO
========================= */
.b2b-hero{
    padding: 40px 0;
}

.b2b-hero-box{
    position: relative;
    height: 420px;
    overflow: hidden;
}

.b2b-hero-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b2b-hero-box::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
}

.b2b-hero-content{
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    max-width: 500px;
    color: #fff;
}

.b2b-hero-content h1{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #fff;
}

.b2b-hero-content p{
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255,255,255,0.9);
    max-width: 480px;
}
.b2b-hero-content{
    text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
/* default state */
.b2b-hero-content{
    transition: transform 0.4s ease;
}

/* saat hover */
.b2b-hero-box:hover .b2b-hero-content{
    transform: translateY(-8px);
}
/* =========================
   INTRO
========================= */
.b2b-intro{
    padding: 60px 0 40px;
}

.b2b-intro p{
    max-width: 700px;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/* =========================
   GRID
========================= */
.b2b-grid{
    padding: 40px 0;
}

.b2b-item{
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
}

.b2b-item.reverse{
    flex-direction: row-reverse;
}

.b2b-item img{
    width: 55%;
    height: 420px;
    object-fit: cover;
}

.b2b-text{
    width: 45%;
}

.b2b-text h3{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.b2b-text p{
    font-size: 14px;
    line-height: 1.9;
    color: #666;
}

/* =========================
   SERVICES
========================= */
.b2b-services{
    padding: 30px 0 50px;
    margin-top: -90px; 
}

.b2b-services h2{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.services-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}

.services-grid div{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 14px;
}

/* =========================
   CTA
========================= */
.b2b-cta{
    padding: 60px 0 70px;
    margin-top: -40px; /* 🔥 naikkan section */
    text-align: center;
}

.b2b-cta h2{
    font-size: 24px;
    margin-bottom: 15px;
}

.b2b-cta p{
    margin-bottom: 20px;
}

.b2b-cta a{
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}

.b2b-cta a:hover{
    background: #000;
    color: #fff;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

/* CONTAINER */
.b2b-container{
    padding: 0 20px;
}

/* HERO */
.b2b-hero{
    padding: 20px 0;
}

.b2b-hero-box{
    height: 260px; /* 🔥 lebih pendek */
}

.b2b-hero-content{
    left: 20px;
    right: 20px;
    max-width: 100%;
}

.b2b-hero-content h1{
    font-size: 22px;
    margin-bottom: 10px;
}

.b2b-hero-content p{
    font-size: 13px;
    line-height: 1.7;
}

/* INTRO */
.b2b-intro{
    padding: 40px 0 20px;
}

.b2b-intro p{
    font-size: 13px;
}

/* GRID */
.b2b-grid{
    padding: 20px 0;
}

.b2b-item{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.b2b-item img{
    height: 240px;
}

.b2b-text h3{
    font-size: 18px;
}

.b2b-text p{
    font-size: 13px;
}

/* SERVICES */
.b2b-services{
    padding: 30px 0;
    margin-top: -20px;
}

.services-title{
    font-size: 20px;
    margin-bottom: 20px;
}

.services-grid{
    grid-template-columns: 1fr;
    gap: 25px;
}

.service-item h3{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.service-item p{
    font-size: 12px;
}

/* CTA */
.b2b-cta{
    padding: 40px 0 60px;
    margin-top: -20px;
}

.b2b-cta h2{
    font-size: 20px;
}

.b2b-cta p{
    font-size: 13px;
    margin-bottom: 15px;
}

.b2b-cta a{
    padding: 8px 18px;
    font-size: 11px;
}

}
/* DESC */
.service-item p{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
/* 🔥 FORCE FIX SERVICE TITLE */
.b2b-services .service-item h3{
    font-size: 22px !important;      /* 🔥 lebih kecil */
    line-height: 1.3 !important;     /* 🔥 rapetin antar baris */
    margin-bottom: 6px !important;   /* 🔥 rapetin ke deskripsi */
    letter-spacing: 0.2px;
}