/* ===============================
   HALAMAN PANDUAN PEMESANAN
   Konsisten dengan Beranda
================================ */

/* Font Family */
body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 80px; /* Ruang untuk fixed navbar */
}

.panduan-header {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('../image/BDW_WPP.png') center/cover no-repeat;
    padding: 100px 0;
}

.panduan-header h1 {
    font-family: 'Playfair Display', serif;
}

.panduan-header p {
    font-family: 'Open Sans', sans-serif;
}

.panduan-section {
    padding: 60px 0;
}

.panduan-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 34px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

/* Judul poin */
.panduan-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 18px;
}

/* List langkah */
.panduan-card ol {
    padding-left: 20px;
}

.panduan-card ol li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #444;
}

/* Gambar */
.panduan-card img {
    margin-top: 22px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

/* Responsive tweak */
@media (max-width: 768px) {
    .panduan-card {
        padding: 24px;
    }
}
