/* ==========================================================================
   WHY CHOOSE US (DESAIN ZIG-ZAG & CHECKLIST)
   ========================================================================== */
.why-choose-us-section {
    background-color: #ffffff;
    padding: 6rem 0;
    overflow: hidden;
}

.wcu-badge {
    color: #f97316;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
}

.wcu-main-title {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}

.wcu-desc {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* --- LIST CHECKLIST SEPERTI DI GAMBAR --- */
.wcu-checklist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.5rem;
}

.wcu-checklist li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1e293b;
    font-size: 1.05rem;
}

.wcu-checklist li i {
    color: #f97316;
    font-size: 1.4rem;
    margin-right: 12px;
}

/* Tombol Hubungi Kami */
.btn-wcu-contact {
    background-color: #f97316;
    color: #ffffff;
    font-weight: 700;
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: none;
}
.btn-wcu-contact:hover {
    background-color: #ea580c;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.3);
}

/* --- KARTU ZIG-ZAG DI KANAN --- */
.wcu-card {
    background: #ffffff;
    border: none;
    border-radius: 24px;
    padding: 2.5rem 2rem;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06); /* Shadow super lembut seperti awan */
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 1;
}

.wcu-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(249, 115, 22, 0.1);
}

.wcu-icon-box {
    width: 60px;
    height: 60px;
    background-color: rgba(249, 115, 22, 0.1);
    color: #f97316;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.wcu-card-title {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.wcu-card-text {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* EFEK ZIG-ZAG (Kolom kanan didorong ke bawah sedikit) */
@media (min-width: 992px) {
    .wcu-col-stagger {
        margin-top: 3.5rem;
    }
}
@media (max-width: 991.98px) {
    .wcu-main-title {
        font-size: 2rem;
    }
}
