.booking-checkout-hero,
.booking-payment-section {
    padding: 42px 0 20px;
    background:
        radial-gradient(circle at top left, rgba(215, 179, 68, 0.14), transparent 28%),
        linear-gradient(180deg, #231711 0%, #f7f1e5 58%);
}

.booking-checkout-shell,
.booking-payment-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.booking-checkout-copy,
.booking-payment-card {
    color: #fff8ed;
}

.booking-kicker,
.booking-form-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f3dfae;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.booking-checkout-copy h1,
.booking-payment-card h1 {
    margin: 14px 0 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.booking-checkout-copy p,
.booking-payment-card > p {
    margin-top: 16px;
    max-width: 58ch;
    color: rgba(255, 248, 236, 0.82);
    line-height: 1.75;
}

.booking-summary-card,
.booking-form-card,
.booking-payment-card {
    border-radius: 24px;
    background: rgba(255, 252, 245, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 20px 38px rgba(32, 20, 16, 0.16);
    overflow: hidden;
}

.booking-form-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.booking-form-fieldset:disabled {
    opacity: 1;
}

.booking-form-fieldset:disabled .booking-form-grid,
.booking-form-fieldset:disabled .booking-date-picker {
    pointer-events: none;
}

.booking-form-fieldset:disabled input,
.booking-form-fieldset:disabled select,
.booking-form-fieldset:disabled textarea,
.booking-form-fieldset:disabled button {
    cursor: not-allowed;
}

.booking-form-locked-banner {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff3e8;
    border: 1px solid #f1c8ad;
    color: #7a2814;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.5;
}

.booking-form-card .booking-form-locked-banner {
    margin-top: 0;
}

.booking-summary-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.booking-summary-body,
.booking-form-card,
.booking-payment-card {
    padding: 22px;
}

.booking-summary-tag {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f6ebcf;
    color: #876b12;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.booking-summary-body h2,
.booking-form-header h2 {
    margin: 12px 0 0;
    color: #231711;
    font-size: 1.5rem;
    line-height: 1.12;
}

.booking-summary-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.booking-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid #ebdfbf;
    color: #5e5146;
}

.booking-summary-list strong,
.booking-summary-list span {
    font-size: 0.92rem;
}

.booking-summary-list strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.booking-summary-rate {
    margin-top: 16px;
    color: #761b05;
    font-weight: 800;
}

.booking-date-edit-card {
    display: grid;
    gap: 14px;
    margin-top: 20px;
    padding: 18px;
    border-radius: 20px;
    background: #fffaf1;
    border: 1px solid #eadcbc;
}

.booking-date-edit-card-dark {
    background: rgba(255, 248, 236, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.booking-date-edit-card-payment {
    margin-top: 18px;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffaf2 0%, #f6efe1 100%);
    border: 1px solid rgba(120, 84, 18, 0.14);
    box-shadow: 0 16px 28px rgba(27, 18, 14, 0.08);
}

.booking-date-edit-card-payment::before {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c88a2d 0%, #7c1f17 100%);
}

.booking-date-edit-header {
    display: grid;
    gap: 8px;
}

.booking-date-edit-header .booking-form-kicker {
    justify-self: start;
    margin: 0;
}

.booking-date-edit-header p:last-child {
    margin: 0;
    color: #5e5146;
    line-height: 1.55;
}

.booking-date-edit-card-dark .booking-date-edit-header p:last-child {
    color: rgba(255, 248, 236, 0.82);
}

.booking-date-edit-card-payment .booking-date-edit-header {
    gap: 6px;
}

.booking-date-edit-card-payment .booking-form-kicker {
    background: #f7edd5;
    border-color: #ead39a;
    color: #7a5b10;
}

.booking-date-edit-card-payment .booking-date-edit-header p:last-child {
    color: #5f5246;
    max-width: 52ch;
}

.booking-date-edit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.booking-date-edit-grid label {
    display: grid;
    gap: 8px;
}

.booking-date-edit-grid span {
    color: #3b3029;
    font-size: 0.9rem;
    font-weight: 700;
}

.booking-date-edit-card-dark .booking-date-edit-grid span {
    color: #fff8ed;
}

.booking-date-edit-grid input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #dbcba7;
    background: #fffdf8;
    color: #231711;
    font-size: 1rem;
}

.booking-date-edit-grid input:focus-visible {
    outline: 2px solid #1f2937;
    outline-offset: 2px;
}

.booking-date-edit-submit {
    justify-self: start;
}

.booking-date-picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.booking-date-picker .booking-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #8c6a2a;
}

.booking-date-picker .booking-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.booking-date-edit-card .booking-item.booking-date {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.booking-date-edit-card .booking-label {
    display: block;
    margin-bottom: 8px;
    color: #3b3029;
    font-size: 0.9rem;
    font-weight: 700;
}

.booking-date-edit-card-dark .booking-label {
    color: #fff8ed;
}

.booking-date-edit-card-payment .booking-label {
    color: #2f261f;
}

.booking-date-edit-card .booking-date-trigger {
    width: 100%;
    min-height: 54px;
    border: 1px solid #dbcba7;
    border-radius: 14px;
    background: #fffdf8;
    color: #231711;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 14px;
    cursor: pointer;
}

.booking-date-edit-card-payment .booking-date-trigger {
    min-height: 58px;
    border-color: #d9c39a;
    background: #fffdf8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.booking-date-edit-card .booking-date-trigger:focus-visible {
    outline: 2px solid #1f2937;
    outline-offset: 2px;
}

.booking-date-edit-card .booking-date-value {
    display: grid;
    gap: 2px;
}

.booking-date-edit-card .booking-date-value strong {
    font-size: 1.1rem;
    line-height: 1;
}

.booking-date-edit-card .booking-date-value span {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6d6257;
}

.booking-date-edit-card [data-booking-range-input] {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}

.booking-form-section {
    padding: 0 0 54px;
}

.booking-date-edit-submit-payment {
    min-height: 50px;
    padding-inline: 18px;
}

.booking-form-shell {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.booking-form-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.booking-form-kicker {
    background: #fff3d7;
    border-color: #ecd8a6;
    color: #7b5f08;
}

.booking-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.booking-form-grid label {
    display: grid;
    gap: 8px;
}

.booking-form-grid label.is-full {
    grid-column: 1 / -1;
}

.booking-form-grid span {
    color: #3b3029;
    font-size: 0.9rem;
    font-weight: 700;
}

.booking-form-grid input,
.booking-form-grid select,
.booking-form-grid textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #dbcba7;
    background: #fffdf8;
    color: #231711;
    font-size: 1rem;
}

.booking-form-grid textarea {
    min-height: 120px;
    padding: 14px;
    resize: vertical;
}

.booking-form-grid input:focus-visible,
.booking-form-grid select:focus-visible,
.booking-form-grid textarea:focus-visible {
    outline: 2px solid #1f2937;
    outline-offset: 2px;
}

.booking-form-grid small {
    color: #a11c1c;
}

.booking-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.booking-alert-error {
    background: #fff2f2;
    border: 1px solid #f1c1c1;
    color: #962525;
}

.booking-alert-info {
    margin-top: 18px;
    background: #f3f7fc;
    border: 1px solid #cfdef0;
    color: #2a4f73;
}

.booking-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.booking-payment-card {
    color: #231711;
}

.booking-payment-card h1 {
    color: #231711;
}

.booking-payment-card > p {
    color: #5e5146;
}

.booking-payment-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
    gap: 22px;
    align-items: start;
}

.booking-payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.booking-payment-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f4efe1;
    border: 1px solid #e7d6aa;
    color: #75570f;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.booking-payment-hero-copy > p {
    margin-top: 16px;
    max-width: 62ch;
}

.booking-payment-highlight {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #2a1c15 0%, #4b3021 100%);
    color: #fff8ed;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.booking-payment-highlight span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 244, 223, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.booking-payment-highlight strong {
    display: block;
    margin-top: 8px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.booking-payment-highlight p {
    margin: 0;
    color: rgba(255, 248, 236, 0.82);
    line-height: 1.6;
}

.booking-payment-summary {
    overflow: hidden;
    border-radius: 24px;
    background: #fffcf6;
    border: 1px solid #eadcbc;
    box-shadow: 0 16px 28px rgba(32, 20, 16, 0.08);
}

.booking-payment-summary img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.booking-payment-summary-body {
    padding: 20px;
}

.booking-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.booking-inline-icon svg,
.booking-payment-grid-icon svg,
.booking-payment-sidecard-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.booking-payment-summary h2 {
    margin: 14px 0 0;
    color: #231711;
    font-size: 1.55rem;
    line-height: 1.12;
}

.booking-payment-content {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
    gap: 22px;
    margin-top: 26px;
    align-items: start;
}

.booking-payment-main .booking-alert-info {
    margin-top: 0;
}

.booking-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.booking-payment-grid article {
    padding: 18px;
    border-radius: 18px;
    background: #fffaf0;
    border: 1px solid #eadcbc;
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.booking-payment-grid span {
    display: block;
    color: #7b6b5d;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.booking-payment-grid-label,
.booking-payment-sidecard-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.booking-payment-grid-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f4ecd8;
    color: #8a6721;
    flex: 0 0 32px;
}

.booking-payment-grid strong {
    display: block;
    margin-top: 12px;
    color: #231711;
    font-size: 1.05rem;
    line-height: 1.35;
    word-break: break-word;
}

.booking-payment-panel {
    margin-top: 22px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdf8 0%, #f4f8fc 100%);
    border: 1px solid #e2d8c3;
}

.booking-payment-panel-copy {
    max-width: 60ch;
}

.booking-payment-panel h2 {
    margin: 12px 0 0;
    color: #231711;
    font-size: 1.4rem;
    line-height: 1.1;
}

.booking-payment-note {
    margin: 12px 0 0;
    color: #5e5146;
    line-height: 1.7;
}

.booking-wompi-form {
    margin-top: 18px;
}

.booking-wompi-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.booking-wompi-submit {
    min-width: min(100%, 320px);
    min-height: 54px;
    justify-content: center;
    font-size: 0.98rem;
    font-weight: 800;
}

.booking-wompi-fallback {
    margin: 0;
    color: #6b5e52;
    font-size: 0.92rem;
    line-height: 1.5;
}

.booking-wompi-fallback a {
    color: #7c1f17;
    font-weight: 700;
    text-underline-offset: 3px;
}

.booking-wompi-fallback-submit {
    min-height: 48px;
}

.booking-wompi-form > div,
.booking-wompi-form iframe,
.booking-wompi-form button {
    max-width: 100%;
}

.booking-payment-aside {
    display: grid;
    gap: 14px;
}

.booking-payment-sidecard,
.booking-payment-checklist {
    padding: 20px;
    border-radius: 20px;
    background: #fffaf1;
    border: 1px solid #eadcbc;
}

.booking-payment-sidecard span {
    display: block;
    color: #7b6b5d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.booking-payment-sidecard strong {
    display: block;
    margin-top: 10px;
    color: #231711;
    font-size: 1.2rem;
    line-height: 1.25;
}

.booking-payment-sidecard p,
.booking-payment-checklist p {
    margin: 10px 0 0;
    color: #5e5146;
    line-height: 1.65;
}

.booking-payment-sidecard-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f6edd8;
    color: #8a6721;
    flex: 0 0 32px;
}

.booking-payment-checklist h3 {
    margin: 0;
    color: #231711;
    font-size: 1.05rem;
}

.booking-payment-checklist ul {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.booking-payment-checklist li {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #4d4037;
    line-height: 1.6;
}

.booking-alert-success {
    background: #eef8f2;
    border: 1px solid #c8e6d1;
    color: #216342;
}

.booking-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
}

.booking-modal.is-visible {
    display: block;
}

.booking-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(24, 14, 10, 0.62);
    backdrop-filter: blur(3px);
}

.booking-modal-card {
    position: relative;
    width: min(92vw, 560px);
    margin: min(12vh, 88px) auto 0;
    padding: 28px;
    border-radius: 26px;
    background: #fffaf2;
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 30px 70px rgba(28, 17, 12, 0.26);
    color: #231711;
}

.booking-modal-card h2 {
    margin: 16px 0 0;
    color: #231711;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

.booking-modal-card p:not(.booking-form-kicker) {
    margin: 14px 0 0;
    color: #5e5146;
    line-height: 1.65;
}

.booking-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #f6ebcf;
    color: #6d4b12;
    font-size: 1.5rem;
    cursor: pointer;
}

.booking-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

body.is-booking-modal-open {
    overflow: hidden;
}

.booking-transaction-status {
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid transparent;
}

.booking-transaction-status span {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.booking-transaction-status strong {
    display: block;
    margin-top: 8px;
    font-size: 1.15rem;
    line-height: 1.3;
}

.booking-status-success {
    background: #eef8f2;
    border-color: #c8e6d1;
    color: #216342;
}

.booking-status-pending {
    background: #fdf6e9;
    border-color: #eed7a7;
    color: #8a5c10;
}

.booking-status-error {
    background: #fff2f2;
    border-color: #f1c1c1;
    color: #962525;
}

body.is-wompi-modal-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .booking-checkout-shell,
    .booking-payment-shell,
    .booking-payment-hero,
    .booking-payment-content,
    .booking-payment-grid,
    .booking-form-grid,
    .booking-date-edit-grid,
    .booking-date-picker {
        grid-template-columns: 1fr;
    }

    .booking-form-header {
        flex-direction: column;
    }

    .booking-payment-sidecard,
    .booking-payment-checklist {
        padding: 18px;
    }

    .booking-payment-summary-body {
        padding: 18px;
    }
}

@media (max-width: 640px) {
    .booking-checkout-hero,
    .booking-payment-section {
        padding-top: 24px;
    }

    .booking-summary-body,
    .booking-form-card,
    .booking-payment-card {
        padding: 18px;
    }

    .booking-checkout-copy h1,
    .booking-payment-card h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .booking-payment-grid {
        grid-template-columns: 1fr;
    }

    .booking-form-actions .btn,
    .booking-form-header .btn,
    .booking-modal-actions .btn {
        width: 100%;
    }

    .booking-modal-card {
        padding: 22px;
        margin-top: 10vh;
    }
}
