/* ==========================
SMART SEARCH
========================== */

#smart {
    width: 100%;
    max-width: 550px;
    background: #fff;
    padding: 20px;
    border-radius: 13px;
    box-shadow: 0 15px 40px rgba(0,0,0,.10);
}

#smart h4 {
    font-size: 24px;
    margin-bottom: 22px;
    text-align: center;
    font-weight: 700;
}

#smart label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

#smart .row {
    margin-bottom: 14px;
}

#smart .form-select {
    height: 46px;
    font-size: 14px;
    border-radius: 10px;
}

#smart .btn {
    margin-top: 10px;
    height: 48px;
    font-size: 16px;
    border-radius: 10px;
}

/* ==========================
   PREVIEW RUMAH
========================== */

.preview-rumah {
    padding: 80px 0;
    background: #fafafa;
}

.preview-rumah .container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
}

.preview-rumah .judul {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.preview-rumah p {
    font-size: 16px;
}

.rumah-card .card-body {
    padding: 18px;
}

.rumah-card h5 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.rumah-card h4 {
    font-size: 1.15rem;
}

.rumah-card small {
    font-size: .78rem;
}

.rumah-card {
    border-radius: 18px;
    transition: .3s;
}

.rumah-card:hover {
    transform: translateY(-6px);
}

.rumah-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* ==========================
   RUMAH SLIDER
========================== */

.rumah-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 15px;
}

.rumah-slider::-webkit-scrollbar {
    height: 8px;
}

.rumah-slider::-webkit-scrollbar-thumb {
    border-radius: 20px;
}

.rumah-slide {
    min-width: 280px;
    max-width: 280px;
}

.rumah-card {
    border-radius: 20px;
    overflow: hidden;
    transition: .3s;
}

.rumah-card:hover {
    transform: translateY(-8px);
}

.rumah-img {
    height: 180px;
    object-fit: cover;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 992px) {
    .hero-section {
        text-align: center;
    }

    .col-lg-5 {
        justify-content: center !important;
    }

    #smart {
        max-width: 500px;
        margin-top: 20px;
    }
}

/* ======================================
   TENTANG
====================================== */

.tentang-section {
    padding: 70px 0;
}

.tentang-card {
    background: #f8fbff;
    border-left: 6px solid #0d6efd;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.tentang-card .card-body {
    padding: 35px;
}

.tentang-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
}

.tentang-section h2 {
    font-weight: 700;
    color: #183153;
}

/* ======================================
   FAQ
====================================== */

.faq-section {
    padding: 70px 0;
}

.faq-section h2 {
    font-weight: 700;
    color: #183153;
}

.faq-section .accordion-item {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(92, 4, 4, 0.08);
}

.faq-section .accordion-button {
    background: #ffffff;
    color: #183153;
    font-weight: 600;
    padding: 18px 22px;
}

.faq-section .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, var(--primary), var(--gold));
    color: #ffffff;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-body {
    background: #f8fbff;
    color: #555;
    line-height: 1.8;
    padding: 20px 22px;
}

/* ==========================
   BUTTON REKOMENDASI GOLD
========================== */

.btn-rekomendasi {
    background: linear-gradient(90deg, var(--primary), var(--gold));
    color: white;
    border: none;
    font-weight: 700;
    border-radius: 25px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-rekomendasi:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(244,180,0,.35);
}
