.guest-index-report-btn {
    background-color: #660000;
}

.guest-index-hero-section {
    background-image: url('/assets/guest/image/main-background.jpg');
    background-size: cover;
    background-position: center 90%;
    background-repeat: no-repeat;
    min-height: calc(100vh - 65px);
    width: 100%;
}

.guest-index-hero-content {
    transform: translateY(-80px);
}

.guest-index-hero-title {
    color: #660000;
}

.guest-index-hero-cta-btn {
    background-color: #660000;
    border-color: #660000;
    color: white;
}

.guest-index-langkah-section {
    background: #FBE3E5;
}

.guest-index-tentang-section {
    background: #fff7f7;
}

.guest-index-privasi-section {
    background: #f9f3f3;
}

.guest-index-privasi-content {
    max-height: 300px;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.guest-index-faq-section {
    background: #fceeee;
}

.guest-index-hubungi-section {
    background: #fff1f1;
}
