:root {
    --font-heading: "Playfair Display", "Times New Roman", serif;
    --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    --navy-900: #0e1726;
    --navy-700: #2d3b55;
    --slate-600: #55657f;
    --slate-400: #8a97ad;
    --paper-100: #f3f6fb;
    --paper-50: #fafbfd;
    --surface: #ffffff;
    --teal-600: #1d4ed8;
    --teal-500: #3b82f6;
    --coral-500: #3b82f6;
    --coral-600: #2563eb;
    --ok: #179465;
    --warn: #d97706;
    --danger: #dc3545;
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --shadow-soft: 0 26px 60px rgba(14, 23, 38, 0.1);
    --shadow-card: 0 16px 34px rgba(14, 23, 38, 0.12);
}

* {
    box-sizing: border-box;
}

body.booking-page {
    font-family: var(--font-body);
    font-size: 1.03rem;
    line-height: 1.55;
    color: var(--navy-900);
    background:
        radial-gradient(900px circle at 0% 0%, #e5f5f6 0%, transparent 62%),
        radial-gradient(1000px circle at 100% 0%, #e8f2ff 0%, transparent 58%),
        linear-gradient(170deg, var(--paper-50) 0%, #f2f5fb 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

.desktop-promo-banner {
    display: none;
}

@media (min-width: 1675px) {
    .desktop-promo-banner {
        position: fixed;
        top: 3.5rem;
        left: 1.5rem;
        z-index: 30;
        display: block;
        width: fit-content;
        max-height: fit-content;
        border-radius: 8px;
        overflow: hidden;
        pointer-events: auto;
        text-decoration: none;
        border: 2px solid transparent;
        transition: border-color 0.2s ease;
        cursor: pointer;
    }

    .desktop-promo-banner-image {
        left: auto;
        right: 1.25rem;
    }

    .desktop-promo-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        background: #ffffff;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 2;
        pointer-events: none;
    }

    .desktop-promo-overlay-brand {
        display: inline-flex;
        align-items: center;
    }

    .desktop-promo-overlay-logo {
        height: 20px;
        width: auto;
        max-width: 110px;
        object-fit: contain;
    }

    .desktop-promo-overlay-text {
        color: #1B5096;
        font-weight: 800;
        font-size: 0.9rem;
        letter-spacing: 0.01em;
    }

    .desktop-promo-banner:hover {
        border-color: #1B5096;
    }

    .desktop-promo-banner:hover .desktop-promo-overlay {
        opacity: 1;
    }

    .desktop-promo-video {
        display: block;
        height: 400px;
        width: auto;
        max-height: fit-content;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(14, 23, 38, 0.16);
        background: transparent;
    }

    .desktop-promo-image {
        display: block;
        height: 400px;
        max-height: fit-content;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(14, 23, 38, 0.16);
        background: transparent;
    }

    .desktop-promo-image-right {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.mobile-promo-banner {
    display: block;
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
}

.mobile-promo-video {
    display: block;
    width: 100%;
    max-width: -webkit-fill-available;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(14, 23, 38, 0.15);
    background: #000;
}

.hero-stage .container,
.booking-layout .container {
    max-width: 1180px;
}

.hero-panel {
    border-radius: var(--radius-xl);
    background:
        radial-gradient(120% 150% at 90% -10%, rgba(59, 130, 246, 0.18) 0%, transparent 55%),
        radial-gradient(110% 130% at 0% -40%, rgba(59, 130, 246, 0.18) 0%, transparent 65%),
        var(--surface);
    box-shadow: var(--shadow-soft);
    padding: clamp(1.6rem, 2.4vw, 2.4rem);
}

.hero-layout {
    display: block;
}

.hero-main-row {
    margin-bottom: 0.85rem;
}

.hero-copy {
    min-width: 0;
}

.hero-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
}

.hero-logo {
    width: clamp(82px, 8.5vw, 118px);
    height: clamp(82px, 8.5vw, 118px);
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(14, 23, 38, 0.18);
    border: 1px solid rgba(59, 130, 246, 0.26);
    background: #fff;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.42rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--teal-600);
    background-color: rgba(59, 130, 246, 0.11);
    border: 1px solid rgba(59, 130, 246, 0.28);
}

.hero-title {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-family: var(--font-heading);
    font-size: clamp(2.1rem, 5vw, 3.5rem);
    line-height: 1.03;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.hero-title2 {
    margin-top: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 4vw, 2.5rem);
    line-height: 1.03;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.hero-subtitle {
    margin: 0;
    max-width: none;
    color: var(--navy-700);
    font-size: 1.1rem;
    line-height: 1.7;
}

.hero-inline-image {
    display: block;
    width: 100%;
    margin-top: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(59, 130, 246, 0.22);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
    background: #fff;
}

.search-rail {
    border-radius: 999px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(108, 127, 157, 0.16);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.62rem 0.8rem;
}

.search-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
    padding: 0.1rem 0.25rem;
}

.search-item i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1rem;
    color: var(--teal-600);
    background: rgba(59, 130, 246, 0.12);
}

.search-item small {
    display: block;
    color: var(--slate-400);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.search-item strong {
    display: block;
    color: var(--navy-900);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.32;
    white-space: normal;
}

.search-divider {
    width: 1px;
    height: 42px;
    background: rgba(108, 127, 157, 0.24);
}

.info-stack {
    display: grid;
    gap: 1rem;
}

.info-card {
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid rgba(108, 127, 157, 0.18);
    box-shadow: var(--shadow-card);
    padding: 1.15rem 1.1rem;
}

.info-card h2 {
    margin-bottom: 0.75rem;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--navy-900);
}

.info-card h2 i {
    color: var(--teal-600);
}

.delete-booking-card {
    border-color: rgba(220, 53, 69, 0.28);
    background:
        radial-gradient(100% 100% at 100% 0%, rgba(220, 53, 69, 0.08) 0%, transparent 65%),
        var(--surface);
}

.delete-booking-card h2 i {
    color: var(--danger);
}

.delete-booking-modal-content {
    border: 1px solid rgba(220, 53, 69, 0.25);
    border-radius: var(--radius-md);
}

.delete-booking-summary {
    border: 1px dashed rgba(220, 53, 69, 0.35);
    border-radius: 12px;
    background: #fff9fa;
    padding: 0.7rem 0.78rem;
}

.delete-booking-mode-list {
    border: 1px solid #d8e0ee;
    border-radius: 12px;
    background: #f8fbff;
    padding: 0.65rem 0.75rem;
    display: grid;
    gap: 0.45rem;
}

.step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.step-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.98rem;
    color: var(--navy-700);
    line-height: 1.4;
}

.step-list span {
    min-width: 1.45rem;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.77rem;
    font-weight: 700;
    color: var(--teal-600);
    background: rgba(59, 130, 246, 0.14);
}

.availability-item {
    border: 1px solid #d6dfec;
    border-radius: 12px;
    padding: 0.66rem 0.72rem;
    margin-bottom: 0.6rem;
    background: #fff;
}

.availability-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

.availability-head h3 {
    margin: 0;
    font-size: 0.99rem;
    font-weight: 700;
}

.availability-slot-label {
    margin: 0.42rem 0 0;
    font-size: 0.99rem !important;
    font-weight: 700;
}

.availability-chip {
    border-radius: 999px;
    padding: 0.16rem 0.52rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #445673;
    background: #ecf1f8;
}

.availability-item.open {
    border-color: rgba(23, 148, 101, 0.4);
}

.availability-item.open .availability-chip {
    color: var(--ok);
    background: rgba(23, 148, 101, 0.12);
}

.availability-item.waiting {
    border-color: rgba(217, 119, 6, 0.42);
}

.availability-item.waiting .availability-chip {
    color: var(--warn);
    background: rgba(217, 119, 6, 0.14);
}

.availability-item.full {
    border-color: rgba(220, 53, 69, 0.42);
}

.availability-item.full .availability-chip {
    color: var(--danger);
    background: rgba(220, 53, 69, 0.12);
}

.alert-modern {
    border: 0;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
}

.booking-card {
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.partner-logos-section {
    padding-top: 0.95rem;
    padding-bottom: 0.2rem;
}

.partner-logos-card {
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid rgba(108, 127, 157, 0.18);
    box-shadow: var(--shadow-card);
    padding: 0.95rem;
}

.partner-logos-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
}

.partner-logo-item {
    margin: 0;
    min-height: 72px;
    min-width: 130px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    gap: 0.2rem;
    text-align: center;
}

.partner-logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 92px;
    object-fit: contain;
}

.partner-logo-overline {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--slate-600);
    line-height: 1.2;
}

.partner-logo-caption {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--navy-700);
}

.booking-card-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.8rem;
    margin-bottom: 1.05rem;
}

.booking-card-head h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1;
}

.booking-card-head h2 i {
    color: var(--teal-600);
    font-size: 0.9em;
}

.booking-card-head p {
    margin: 0;
    color: var(--slate-600);
    font-size: 0.9rem;
}

.booking-card-head p i {
    color: var(--teal-600);
}

.form-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #304663;
    letter-spacing: 0.02em;
}

.form-label i {
    color: var(--teal-600);
}

.input-group-modern .input-group-text {
    border: 1px solid #d3dcea;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    color: #4d5f79;
    background: #f8fafe;
}

.input-group-modern .form-control,
.input-group-modern .form-select {
    border: 1px solid #d3dcea;
    border-radius: 0 12px 12px 0;
    padding: 0.74rem 0.9rem;
    font-size: 1rem;
}

.input-group-modern .form-control:focus,
.input-group-modern .form-select:focus {
    border-color: rgba(59, 130, 246, 0.75);
    box-shadow: 0 0 0 0.24rem rgba(59, 130, 246, 0.16);
}

.input-group-modern .note-icon {
    align-items: flex-start;
    padding-top: 0.82rem;
}

.input-group-modern textarea.form-control {
    min-height: 120px;
}

.additional-people-wrapper {
    display: grid;
    gap: 0.55rem;
}

.additional-person-row {
    margin: 0;
    border: 1px dashed #c9d8ee;
    background: #f8fbff;
    border-radius: 12px;
    padding: 0.65rem;
}

.additional-person-row .form-label.small {
    font-size: 0.8rem;
    color: #5e7391;
}

.privacy-consent-box {
    margin-top: 0.5rem;
    border: 1px solid #d5e1f0;
    border-radius: 14px;
    padding: 1rem 1.05rem;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
}

.privacy-consent-box h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    color: #234061;
}

.privacy-consent-box h3 i {
    color: var(--teal-600);
}

.privacy-consent-intro {
    color: #3f5875;
    font-size: 0.8rem;
}

.privacy-details {
    border: 1px solid #d5e1f0;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.65rem 0.8rem;
}

.privacy-details summary {
    cursor: pointer;
    font-weight: 700;
    color: #2f4b6b;
}

.privacy-details summary::-webkit-details-marker {
    color: #2f4b6b;
}

.privacy-details-list {
    margin: 0.65rem 0 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.35rem;
    color: #4c607a;
    font-size: 0.86rem;
}

.privacy-check .form-check-input {
    margin-top: 0.28rem;
}

.privacy-check .form-check-label {
    color: #2e4664;
    font-weight: 600;
    line-height: 1.45;
    font-size: 0.8rem;
}

.privacy-check-trigger {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.privacy-check-trigger:hover,
.privacy-check-trigger:focus {
    color: #1f3f67;
}

#privacy-modal .modal-body {
    background: #f8fbff;
}

#privacy-modal .privacy-details-list {
    margin-top: 0;
}

.privacy-policy-link a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

.privacy-policy-link a:hover,
.privacy-policy-link a:focus {
    text-decoration: underline;
}

.site-legal-footer {
    background: linear-gradient(180deg, #eef3fb 0%, #e8eef8 100%);
}

.legal-footer-card {
    border-radius: 16px;
    border: 1px solid #d2dff0;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.legal-footer-head {
    margin-bottom: 0.65rem;
}

.legal-org-link {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: #18314f;
    text-decoration: none;
}

.legal-org-link:hover,
.legal-org-link:focus {
    color: #1d4ed8;
}

.legal-org-meta {
    margin-top: 0.3rem;
    font-size: 0.86rem;
    color: #415979;
}

.legal-dot {
    margin: 0 0.35rem;
    color: #8ca3be;
}

.legal-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.42rem;
    font-size: 0.84rem;
    color: #446181;
    margin-bottom: 0;
}

.legal-footer-links a {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
}

.legal-footer-links a:hover,
.legal-footer-links a:focus {
    text-decoration: underline;
}

.legal-chip {
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: #1e3a8a;
    font-weight: 700;
    padding: 0.12rem 0.52rem;
}

.legal-divider {
    color: #93a8bf;
}

.legal-reg-note {
    color: #5d708a;
    font-size: 0.78rem;
    line-height: 1.45;
}

.legal-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.55rem;
}

.legal-madeby {
    margin-bottom: 0;
    margin-left: auto;
}

.legal-madeby-link {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.45rem;
    text-decoration: none;
}

.legal-madeby-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: #304b69;
    line-height: 1;
}

.legal-madeby-logo {
    width: 90px;
    height: 30px;
    object-fit: contain;
    aspect-ratio: 2.85 / 1;
}

.btn-primary {
    --bs-btn-font-weight: 700;
    --bs-btn-padding-y: 0.82rem;
    --bs-btn-border-color: var(--coral-500);
    --bs-btn-bg: var(--coral-500);
    --bs-btn-hover-bg: var(--coral-600);
    --bs-btn-hover-border-color: var(--coral-600);
    --bs-btn-active-bg: #1d4ed8;
    --bs-btn-active-border-color: #1d4ed8;
    border-radius: 12px;
}

.result-screen {
    min-height: 90vh;
}

.result-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
}

.result-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 140% at 85% -10%, rgba(59, 130, 246, 0.2) 0%, transparent 60%),
        linear-gradient(165deg, #ffffff 0%, #f4f7fc 100%);
}

.result-card .card-body {
    position: relative;
    z-index: 2;
}

.result-kicker {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--teal-600);
    background: rgba(59, 130, 246, 0.12);
    margin-bottom: 0.95rem;
}

.result-card h1 {
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
}

.result-icon {
    font-size: clamp(3.1rem, 8vw, 6.1rem);
}

.result-success .result-icon {
    color: var(--ok);
}

.result-warning .result-icon {
    color: var(--warn);
}

.result-danger .result-icon {
    color: var(--danger);
}

.result-secondary .result-icon {
    color: #6b7280;
}

.result-summary {
    max-width: 620px;
    border: 1px solid rgba(46, 63, 92, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(13, 26, 45, 0.08);
    padding: 1rem 1.1rem;
}

.result-summary-title {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0;
}

.result-summary-list {
    display: grid;
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
    column-gap: 0.7rem;
    row-gap: 0.45rem;
}

.result-summary-list dt {
    margin: 0;
    color: #4b607f;
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.result-summary-list dd {
    margin: 0;
    color: #0d1a2d;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.js-enabled [data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.js-enabled [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .search-rail {
        border-radius: 22px;
        flex-direction: column;
        align-items: stretch;
        padding: 0.95rem;
    }

    .search-divider {
        width: 100%;
        height: 1px;
    }

    .booking-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (max-width: 767.98px) {
    body.booking-page {
        font-size: 0.98rem;
        line-height: 1.5;
    }

    .hero-panel {
        padding: 1.25rem;
    }

    .hero-subtitle {
        font-size: 0.98rem;
    }

    .hero-inline-image {
        margin-top: 0.85rem;
        border-radius: 12px;
    }

    .hero-main-row {
        margin-bottom: 0.65rem;
    }

    .hero-brand {
        gap: 0.45rem;
    }

    .hero-logo {
        width: 72px;
        height: 72px;
        border-radius: 14px;
    }

    .search-item strong {
        font-size: 0.85rem;
    }

    .info-card {
        padding: 0.9rem;
    }

    .availability-head {
        flex-wrap: wrap;
    }

    .privacy-consent-box {
        padding: 0.85rem;
    }

    .privacy-details-list {
        font-size: 0.82rem;
    }

    .legal-org-link {
        font-size: 1rem;
    }

    .legal-org-meta,
    .legal-footer-links {
        font-size: 0.8rem;
    }

    .legal-footer-row {
        gap: 0.6rem;
    }

    .legal-reg-note {
        font-size: 0.75rem;
    }

    .legal-madeby-text {
        font-size: 0.79rem;
    }

    .legal-madeby-logo {
        width: 84px;
        height: 28px;
    }

    .result-summary-list {
        grid-template-columns: 1fr;
        row-gap: 0.2rem;
    }

    .result-summary-list dd {
        margin-bottom: 0.45rem;
    }
}

@media (max-width: 575.98px) {
    body.booking-page {
        font-size: 0.8rem;
    }

    .hero-title {
        font-size: 2rem;
    }
    .hero-title2 {
        font-size: 1rem;
    }

    .booking-card-head h2 {
        font-size: 1.6rem;
    }

}

@media (prefers-reduced-motion: reduce) {
    .js-enabled [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
