/* SECTION KONFIRMASI - NO BOX STYLE */
.konfirmasi-section {
    padding: 60px 20px;
    background: transparent; /* Murni ngikut latar utama web */
    text-align: center;
    font-family: 'Inter', Arial, sans-serif;
}

.section-title-custom {
    font-size: 28px;
    font-weight: 700; /* Bold tegas tapi rapi */
    color: #333333;
    margin-bottom: 20px;
}

.konfirmasi-desc {
    font-size: 15px;
    color: #b8b8b8;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 40px;
}

.subtitle-custom {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase; /* Biar mirip gaya Rodja */
}

.wa-text {
    font-size: 14px;
    color: #b8b8b8;
    max-width: 750px;
    line-height: 1.6;
    margin: 0 auto 20px;
}

/* Highlight Kuning di Nomor HP seperti di Gambar */
.highlight-wa {
    background: #ffeb3bc1;
    color: #000000;
    padding: 0 5px;
    font-weight: 700;
}

.separator-line {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin: 40px auto;
    width: 80%;
}

.sosmed-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sosmed-links p {
    margin: 0;
    font-size: 14px;
    color: #555555;
}

/* Link Biru Standar */
.sosmed-links a {
    color:  #1a73e8;    
    text-decoration: underline;
}

.sosmed-links a:hover {
    color: #551a8b;
}