body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #f8fafc;
    color: #374151;
}

/* HERO */
.booking-header {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid #ece8df;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .04);
    z-index: 1030;
}

.booking-logo {
    height: 44px;
    transition: .3s;
}

.booking-logo:hover {
    transform: scale(1.03);
}

.btn-back-home {
    border: 1px solid #E8E4DC;
    background: #fff;
    color: #374151;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.btn-back-home:hover {
    background: #C79A2B;
    color: #fff;
    border-color: #C79A2B;
    transform: translateY(-2px);
}

.booking-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #1F2937;
    margin: 20px 0 16px;
    line-height: 1.15;
    letter-spacing: -1px;
}

@media(max-width:768px) {
    .booking-hero-title {
        font-size: 34px;
    }
}

.booking-hero {
    padding: 90px 0 60px;
    background:
        radial-gradient(circle at top, #FFF9EC 0%, #F8FAFC 60%);
    padding: 120px 0 70px;
    text-align: center;
}

.booking-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    background: #FFF5DA;
    color: #C79A2B;
    font-weight: 700;
    border: 1px solid #F2E2B9;
    margin-bottom: 24px;
}

.booking-text {
    max-width: 700px;
    margin: auto;
    color: #6b7280;
}

/* CARD */
.booking-card {
    background: #fff;
    transition: .3s;
    border-radius: 24px;
    padding: 35px;
    margin-bottom: 21px;
    border: 1px solid #ececec;
    box-shadow:
        0 12px 35px rgba(0, 0, 0, .05);
}

@media(max-width:991px) {
    .booking-card {
        padding: 13px;
    }
}

.booking-section-title {
    display: flex;
    align-items: center;
    gap: 18px;
}

.booking-card-title {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #303030;
}

.booking-title {
    margin-top: 13px;
    color: #303030;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.booking-title .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #c69a28;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.booking-label {
    color: #303030;
    margin-bottom: 10px;
    display: block;
}

.booking-label span {
    color: #ef4444;
}

.booking-control {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e7e3dc;
    border-radius: 18px;
    overflow: hidden;
    transition: .25s;
    height: 60px;
}

.booking-control:focus-within {
    border-color: #c69a28;
    box-shadow: 0 0 0 4px rgba(198, 154, 40, .12);
}

.booking-icon {
    width: 58px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf7f1;
    color: #c69a28;
    border-right: 1px solid #ece6da;
    font-size: 20px;
}

.booking-icon.whatsapp {
    color: #25D366;
}

.booking-control input,
.booking-control select {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
    height: 100%;
    padding-left: 18px;
    font-size: 16px;
}

.booking-control input::placeholder {
    color: #8a8a8a;
}

.booking-end-icon {
    width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7f7f7f;
}

.booking-control select {
    appearance: none;
}

.booking-control:hover {
    border-color: #d6c9ab;
}

/* PRICE */
.price-card h4 {
    font-weight: 800;
    margin-bottom: 25px;
}

/* BUTTON */
.btn-booking {
    background: #f4b400;
    color: #111827;
    border: none;
    border-radius: 16px;
    padding: 15px 30px;
    font-weight: 700;
}

.btn-booking:hover {
    background: #ffd54a;
}

/* MOBILE */
@media(max-width:768px) {
    .booking-title {
        gap: 14px;
    }

    .booking-title .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .booking-title h3 {
        font-size: 24px;
    }

    .summary-row {
        padding: 15px;
    }

    .summary-total h2 {
        font-size: 21px;
    }

    .payment-card {
        padding: 16px;
    }

    .secure-card {
        flex-direction: column;
        text-align: center;
    }

    .secure-icon {
        margin: auto;
    }
}

.booking-card .bi {
    flex-shrink: 0;
}

.booking-card hr {
    opacity: .08;
}

.booking-control input[type="text"] {
    height: 100%;
}

.booking-control input:focus {
    outline: none;
}

.booking-control input::placeholder {
    color: #9CA3AF;
}

/* =========================================
   PREMIUM BOOTSTRAP DATEPICKER
   ========================================= */
.datepicker {
    border: none !important;
    border-radius: 22px !important;
    padding: 18px !important;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Header */
.datepicker table tr th {
    border: none !important;
}

.datepicker .datepicker-switch {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    padding: 16px 0;
}

.datepicker .prev,
.datepicker .next {
    font-size: 1.5rem;
    font-weight: 700;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: .25s;
}

.datepicker .prev:hover,
.datepicker .next:hover {
    background: #f4b400;
    color: #fff;
}

/* Day Names */
.datepicker thead tr:nth-child(2) th {
    font-size: 15px;
    font-weight: 700;
    color: #6b7280;
    padding-bottom: 12px;
}

/* Date Cell */
.datepicker td {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 500;
    transition: .2s;
}

/* Hover */
.datepicker td.day:hover {
    background: #fff7e0;
    color: #111827;
}

/* Today */
.datepicker td.today {
    background: #fff2bf !important;
    color: #111827 !important;
    font-weight: 700;
    border-radius: 14px;
}

/* Selected */
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:focus {
    background: #f4b400 !important;
    color: #fff !important;
    border-radius: 14px;
    text-shadow: none;
}

/* Disabled */
.datepicker td.disabled,
.datepicker td.disabled:hover {
    color: #d1d5db !important;
}

/* Month & Year */
.datepicker span.month,
.datepicker span.year,
.datepicker span.decade,
.datepicker span.century {
    width: 30%;
    height: 64px;
    line-height: 64px;
    margin: 1%;
    border-radius: 16px;
    font-size: 16px;
    transition: .2s;
}

.datepicker span.month:hover,
.datepicker span.year:hover,
.datepicker span.decade:hover,
.datepicker span.century:hover {
    background: #fff7e0;
}

.datepicker span.active {
    background: #f4b400 !important;
    color: #fff !important;
}

/* Triangle */
.datepicker-dropdown:before,
.datepicker-dropdown:after {
    display: none;
}

/* Disabled dates */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #dc3545 !important;
    background: #fdeaea !important;
    border-radius: 50%;
    font-weight: 700;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Hover tetap merah */
.datepicker table tr td.disabled:hover {
    background: #f8d7da !important;
}

.summary-box {
    border: 1px solid #ece8df;
    border-radius: 18px;
    overflow: hidden;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #f1eee8;
}

.summary-row i {
    width: 24px;
    color: #C79A2B;
    font-size: 18px;
}

.summary-row:last-child {
    border: none;
}

.summary-row span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
}

.summary-total {
    background: #FFF8EA;
    border-top: 1px solid #f2e2b9;
    padding: 24px;
    text-align: right;
}

.summary-total small {
    color: #888;
    display: block;
}

.summary-total h2 {
    color: #C79A2B;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.summary-icon {
    width: 22px;
    color: #C79A2B;
    font-size: 18px;
    text-align: center;
}

.summary-title {
    font-weight: 600;
    color: #2b2b2b;
    line-height: 1.2;
}

.summary-item small {
    display: block;
    margin-top: 3px;
    color: #8a8a8a;
    font-size: 13px;
    line-height: 1.3;
}

.payment-option {
    display: block;
    cursor: pointer;
}

.payment-option input {
    display: none;
}

.payment-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #e8e4dc;
    border-radius: 18px;
    padding: 20px;
    transition: .3s;
}

.payment-card:hover {
    border-color: #C79A2B;
}

.payment-option input:checked+.payment-card {
    border-color: #C79A2B;
    background: #FFF8EA;
    box-shadow: 0 0 0 4px rgba(199, 154, 43, .10);
}

.payment-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: #FCF7EE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C79A2B;
    font-size: 22px;
}

.paypal {
    color: #0070BA;
}

.recommended {
    margin-left: auto;
    background: #C79A2B;
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
}

.secure-booking {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px;
    border: 1px solid #ECE8DF;
    border-radius: 18px;
    background: #FFFDF8;
}

.secure-booking-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFF4D8;
    color: #22C55E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.secure-booking-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.secure-booking-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.secure-booking-items span {
    font-size: 14px;
    color: #555;
}

.secure-booking-items i {
    color: #22C55E;
    margin-right: 6px;
}

#termsModal .modal-content {
    border-radius: 20px;
}

#termsModal .modal-header {
    border-bottom: 1px solid #eee;
}

#termsModal .modal-body {
    line-height: 1.8;
    color: #555;
}

#termsModal .modal-body h6 {
    margin-top: 20px;
    margin-bottom: 8px;
    color: #222;
}

#termsModal .modal-body h6:first-child {
    margin-top: 0;
}

#termsModal .btn-warning {
    background: #C79A2B;
    border-color: #C79A2B;
}

#termsModal .btn-warning:hover {
    background: #b58924;
    border-color: #b58924;
}