body {
    font-family: Arial, sans-serif;
    background: #f8f9fa;
}

.hero-section {
    background: linear-gradient(rgba(0, 84, 166, 0.65), rgba(0, 84, 166, 0.65)),
                url('https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.booking-card,
.summary-card {
    background: rgba(255, 255, 255, 0.95);
    color: #222;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.price-box {
    background: #eef7ff;
    border: 1px solid #d2e7ff;
    border-radius: 12px;
    padding: 16px;
}

#priceText {
    font-size: 1.5rem;
    font-weight: bold;
    color: #d38b00;
    margin-left: 8px;
}

.card {
    border: none;
    border-radius: 16px;
}