@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap');

/* Menerapkan font Open Sans ke seluruh elemen secara global */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, button, input, select, textarea {
    font-family: 'Open Sans', sans-serif !important;
}

/* --- Hero Section Purna Jual --- */
.aftersales-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('service-banner1.webp'); 
    background-size: cover;
    background-position: center;
    padding: 180px 0; 
    color: white;
}

.hero-title-as {
    font-weight: 900;
    font-size: 48px; 
    letter-spacing: 2px;
}

.hero-desc-as {
    font-size: 19px; 
    margin-top: 20px;
    max-width: 700px; 
}

/* --- Section Title --- */
.section-title-as {
    font-weight: 800;
    color: #1a3673; 
}

.title-line {
    width: 60px;
    height: 4px;
    background-color: #1a3673;
    margin: 15px auto;
    border-radius: 2px;
}

/* --- Desain Premium Card (.as-card) --- */
.as-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafd 100%);
    border: 1px solid #eef2f5;
    border-radius: 20px; 
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.as-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1a3673, #4370d3);
    z-index: -1;
}

.as-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0 20px 40px rgba(26, 54, 115, 0.15); 
    border-color: transparent;
}

/* Container Logo */
.as-img-box {
    height: 85px; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.as-img-box img {
    max-height: 100%;
    max-width: 160px; 
    object-fit: contain; 
}

/* Teks Judul dan Paragraf */
.as-card h4 {
    font-weight: 800;
    font-size: 20px;
    color: #1a3673;
    margin-bottom: 12px;
}

.as-card p {
    font-size: 14.5px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1; 
}

/* Tombol Selengkapnya */
.btn-as-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a3673;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 25px; 
    transition: all 0.3s ease;
}

.btn-as-link i {
    transition: transform 0.3s ease;
}

.btn-as-link:hover {
    color: #0d204a;
}

.btn-as-link:hover i {
    transform: translateX(5px); 
}

/* --- Promo Servis Banner Bawah --- */
.bg-blue-as {
    background-color: #1a3673;
}

/* --- Bagian Informasi Garansi --- */
.garansi-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.garansi-title {
    color: #1a3673;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.garansi-img {
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}

/* Pembungkus Tabel Garansi */
.garansi-box {
    font-size: 16px;
    background-color: #f2f2f2; 
    border-radius: 12px;
    overflow: hidden; 
    display: flex;
    flex-direction: column;
}

.garansi-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

/* Kolom Kiri */
.garansi-col-left {
    background-color: #d8d8d8; 
    font-weight: 700;
    color: #333;
    padding: 5px 25px;
    flex: 0 0 40%;
    max-width: 30%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5; 
}

/* Kolom Kanan */
.garansi-col-right {
    background-color: #f2f2f2; 
    color: #444;
    padding: 5px 25px;
    flex: 0 0 60%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border-bottom: 1px solid #e5e5e5; 
}

.garansi-row:last-child .garansi-col-left,
.garansi-row:last-child .garansi-col-right {
    border-bottom: none;
}

/* Catatan Garansi */
.garansi-notes {
    font-size: 13px;
    color: #555;
    margin-top: 20px;
}

.garansi-notes p {
    margin-bottom: 5px;
}

/* --- Penyesuaian Responsif (Mobile & Tablet) --- */
@media (max-width: 768px) {
    .aftersales-hero {
        padding: 60px 0;
        text-align: center;
    }
    .hero-title-as {
        font-size: 32px;
    }
    .hero-desc-as {
        font-size: 16px;
    }
    .as-card {
        padding: 30px 20px;
    }
    .as-img-box {
        height: 70px;
    }
    .garansi-col-left, .garansi-col-right {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: none;
    }
    .garansi-col-left {
        padding-bottom: 5px;
        background-color: #e2e2e2; 
    }
    .garansi-col-right {
        padding-top: 5px;
        padding-left: 25px;
        margin-bottom: 10px;
    }
}