.bcbm-book-now-form {
    margin: 24px 0;
}

.bcbm-book-now-button,
.bcbm-submit-button {
    appearance: none;
    background: #0b3d5c;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 48px;
    padding: 14px 26px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.bcbm-book-now-button:hover,
.bcbm-submit-button:hover {
    background: #082f47;
    transform: translateY(-1px);
}

.bcbm-review {
    color: #1f2933;
    font-family: inherit;
    margin: 24px auto;
    max-width: 1120px;
}

.bcbm-review-header {
    background: #0b3d5c;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 22px;
    padding: 28px;
}

.bcbm-review-header span {
    color: #d4af37;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.bcbm-review-header h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    margin: 0 0 10px;
}

.bcbm-review-header p {
    font-size: 18px;
    margin: 0;
}

.bcbm-review-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
}

.bcbm-booking-form,
.bcbm-summary,
.bcbm-payment-panel,
.bcbm-alert {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(11, 61, 92, 0.08);
}

.bcbm-booking-form,
.bcbm-summary,
.bcbm-payment-panel {
    padding: 24px;
}

.bcbm-booking-form h3,
.bcbm-summary h3,
.bcbm-payment-panel h3 {
    color: #0b3d5c;
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 18px;
}

.bcbm-booking-form label {
    color: #243746;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 16px 0 7px;
}

.bcbm-booking-form input,
.bcbm-booking-form select,
.bcbm-booking-form textarea {
    background: #fff;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    color: #17212b;
    font-size: 16px;
    padding: 10px 12px;
    width: 100%;
}

.bcbm-booking-form input,
.bcbm-booking-form select {
    min-height: 46px;
}

.bcbm-booking-form textarea {
    min-height: 92px;
    resize: vertical;
}

.bcbm-booking-form input[readonly] {
    background: #f4f7f9;
    color: #52616f;
}

.bcbm-submit-button {
    margin-top: 22px;
    width: 100%;
}

.bcbm-summary {
    align-self: start;
    border-top: 4px solid #d4af37;
}

.bcbm-summary-trek {
    color: #0b3d5c;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
}

.bcbm-price-line {
    color: #52616f;
    font-weight: 700;
    margin-bottom: 20px;
}

.bcbm-summary dl {
    margin: 0;
}

.bcbm-summary dl div {
    border-top: 1px solid #edf1f5;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
}

.bcbm-summary dt {
    color: #52616f;
    font-weight: 700;
}

.bcbm-summary dd {
    color: #17212b;
    font-weight: 800;
    margin: 0;
    text-align: right;
}

.bcbm-summary .bcbm-total {
    border-top: 2px solid #0b3d5c;
    color: #0b3d5c;
    font-size: 18px;
}

.bcbm-summary .bcbm-total dt,
.bcbm-summary .bcbm-total dd {
    color: #0b3d5c;
}

.bcbm-alert {
    margin-bottom: 20px;
    padding: 16px 18px;
}

.bcbm-alert p {
    margin: 0 0 6px;
}

.bcbm-alert p:last-child {
    margin-bottom: 0;
}

.bcbm-alert-error {
    border-color: #f4b4b4;
    color: #8a1f1f;
}

.bcbm-alert-success {
    border-color: #b8dec2;
    color: #1d6b35;
}

.bcbm-alert-warning {
    border-color: #ead99a;
    color: #755d00;
}

.bcbm-payment-panel {
    border-top: 4px solid #d4af37;
    margin-bottom: 22px;
}

.bcbm-payment-shortcode {
    margin-top: 16px;
}

.bcbm-payment-note {
    color: #52616f;
    margin: 0 0 12px;
}

@media (max-width: 820px) {
    .bcbm-review-grid {
        grid-template-columns: 1fr;
    }

    .bcbm-review-header,
    .bcbm-booking-form,
    .bcbm-summary,
    .bcbm-payment-panel {
        padding: 20px;
    }
}
