/* Booking UI 2.0 — soft sage wellness palette */
.booking-v2-page {
    --bv2-sage: #8da28b;
    --bv2-sage-deep: #6f8770;
    --bv2-sage-soft: #e7efe6;
    --bv2-sage-border: #b7c7b5;
    --bv2-bg: #faf9f6;
    --bv2-bg-panel: #ffffff;
    --bv2-ink: #2f3a32;
    --bv2-muted: #5c675f;
    --bv2-radius: 14px;
    --bv2-radius-pill: 999px;
    --bv2-font-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
    --bv2-font-body: "Avenir Next", Avenir, "Century Gothic", "Segoe UI", sans-serif;
    --bv2-sticky-h: 4.5rem;
    --slots-sage: var(--bv2-sage);
    --slots-sage-soft: var(--bv2-sage-soft);
    --slots-sage-border: var(--bv2-sage-border);
    --slots-ink: var(--bv2-ink);
    --primary: var(--bv2-sage);
    --primary-hover: var(--bv2-sage-deep);
    background: var(--bv2-bg);
    color: var(--bv2-ink);
    font-family: var(--bv2-font-body);
}

html[data-theme="dark"] .booking-v2-page {
    --bv2-sage: #a3b9a1;
    --bv2-sage-deep: #c0d0bd;
    --bv2-sage-soft: #2a332e;
    --bv2-sage-border: #5a6b5e;
    --bv2-bg: #151a17;
    --bv2-bg-panel: #1e2621;
    --bv2-ink: #f0f3f1;
    --bv2-muted: #b7c0b9;
    --slots-sage: var(--bv2-sage);
    --slots-sage-soft: var(--bv2-sage-soft);
    --slots-sage-border: var(--bv2-sage-border);
    --slots-ink: var(--bv2-ink);
    --primary: var(--bv2-sage);
    --primary-hover: var(--bv2-sage-deep);
    --card: var(--bv2-bg-panel);
    --text: var(--bv2-ink);
    --muted: var(--bv2-muted);
    --border: var(--bv2-sage-border);
    --input-bg: #151a17;
    --input-text: var(--bv2-ink);
    background: var(--bv2-bg);
    color: var(--bv2-ink);
}

html[data-theme="dark"] .booking-v2-page .bv2-topbar {
    background: rgba(26, 31, 28, 0.92);
    border-bottom-color: rgba(141, 162, 139, 0.28);
}

html[data-theme="dark"] .bv2-hero {
    background:
        linear-gradient(160deg, rgba(26, 31, 28, 0.72), rgba(36, 43, 39, 0.55)),
        var(--bv2-hero-image) center / cover no-repeat,
        linear-gradient(145deg, #1f2822 0%, #242b27 55%, #1a1f1c 100%);
}

html[data-theme="dark"] .bv2-hero.bv2-hero--no-image {
    background:
        radial-gradient(ellipse at 28% 18%, rgba(44, 52, 47, 0.9), transparent 55%),
        linear-gradient(155deg, #242b27 0%, #1f2822 48%, #1a1f1c 100%);
}

.booking-v2-page.bv2-has-sticky-cta {
    padding-bottom: calc(var(--bv2-sticky-h) + 1.25rem);
}

.booking-v2-page .bv2-topbar {
    background: rgba(250, 249, 246, 0.92);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(141, 162, 139, 0.22);
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
}

.booking-v2-page .bv2-topbar .topbar-actions {
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    gap: 0.65rem 1rem;
}

.booking-v2-page .bv2-topbar .link-muted {
    color: var(--bv2-muted);
}

.booking-v2-page .bv2-topbar .link-muted:hover,
.booking-v2-page .bv2-topbar .link-muted:focus-visible {
    color: var(--bv2-sage-deep);
}

.booking-v2-page .bv2-topbar .link-muted.is-current,
.booking-v2-page .bv2-topbar .link-muted[aria-current="page"] {
    color: var(--bv2-sage-deep);
    font-weight: 600;
}

html[data-theme="dark"] .booking-v2-page .bv2-topbar .link-muted {
    color: var(--bv2-ink);
}

html[data-theme="dark"] .booking-v2-page .bv2-panel,
html[data-theme="dark"] .booking-v2-page .bv2-card,
html[data-theme="dark"] .booking-v2-page .panel,
html[data-theme="dark"] .booking-v2-page .bv2-massage-card,
html[data-theme="dark"] .booking-v2-page .bv2-massage-check,
html[data-theme="dark"] .booking-v2-page .btn-secondary,
html[data-theme="dark"] .booking-v2-page .bv2-sticky-back,
html[data-theme="dark"] .booking-v2-page .seo-faq-item,
html[data-theme="dark"] .booking-v2-page .client-slot-pill {
    background: var(--bv2-bg-panel);
    color: var(--bv2-ink);
    border-color: var(--bv2-sage-border);
}

html[data-theme="dark"] .booking-v2-page .bv2-massage-card.is-selected {
    background: linear-gradient(180deg, var(--bv2-bg-panel), var(--bv2-sage-soft));
    border-color: var(--bv2-sage);
    color: var(--bv2-ink);
}

html[data-theme="dark"] .booking-v2-page .bv2-massage-card .massage-card-title,
html[data-theme="dark"] .booking-v2-page .bv2-massage-body,
html[data-theme="dark"] .booking-v2-page .seo-faq-item summary {
    color: var(--bv2-ink);
}

html[data-theme="dark"] .booking-v2-page .bv2-massage-meta,
html[data-theme="dark"] .booking-v2-page .bv2-massage-card .massage-card-desc,
html[data-theme="dark"] .booking-v2-page .seo-faq-item p,
html[data-theme="dark"] .booking-v2-page .seo-faq-item li,
html[data-theme="dark"] .booking-v2-page .seo-faq-transport,
html[data-theme="dark"] .booking-v2-page .seo-faq-directions {
    color: var(--bv2-muted);
}

html[data-theme="dark"] .booking-v2-page input,
html[data-theme="dark"] .booking-v2-page select,
html[data-theme="dark"] .booking-v2-page textarea {
    background: var(--input-bg);
    color: var(--input-text);
    border-color: var(--bv2-sage-border);
}

html[data-theme="dark"] .booking-v2-page .bv2-muted,
html[data-theme="dark"] .booking-v2-page .field-hint,
html[data-theme="dark"] .booking-v2-page .bv2-step-hint {
    color: var(--bv2-muted);
}

html[data-theme="dark"] .booking-v2-page .bv2-sticky-cta {
    background: linear-gradient(180deg, rgba(21, 26, 23, 0), rgba(21, 26, 23, 0.92) 28%, var(--bv2-bg) 55%);
}

/* Beat style.css dark link/btn colors (sage-on-sage / near-black) on sage CTAs */
html[data-theme="dark"] .bv2-btn-primary,
html[data-theme="dark"] .booking-v2-page a.bv2-btn-primary,
html[data-theme="dark"] .booking-v2-page .btn-primary,
html[data-theme="dark"] .booking-v2-page #finish-booking,
html[data-theme="dark"] .booking-v2-page .bv2-sticky-continue {
    color: #ffffff;
}

html[data-theme="dark"] .bv2-btn-primary:hover,
html[data-theme="dark"] .bv2-btn-primary:focus-visible,
html[data-theme="dark"] .booking-v2-page a.bv2-btn-primary:hover,
html[data-theme="dark"] .booking-v2-page a.bv2-btn-primary:focus-visible,
html[data-theme="dark"] .booking-v2-page .btn-primary:hover:not(:disabled),
html[data-theme="dark"] .booking-v2-page .btn-primary:focus-visible,
html[data-theme="dark"] .booking-v2-page #finish-booking:hover:not(:disabled),
html[data-theme="dark"] .booking-v2-page #finish-booking:focus-visible,
html[data-theme="dark"] .booking-v2-page .bv2-sticky-continue:not(:disabled):hover,
html[data-theme="dark"] .booking-v2-page .bv2-sticky-continue:focus-visible {
    color: #ffffff;
}

html[data-theme="dark"] .bv2-btn-primary:disabled,
html[data-theme="dark"] .booking-v2-page .btn-primary:disabled,
html[data-theme="dark"] .booking-v2-page #finish-booking:disabled,
html[data-theme="dark"] .booking-v2-page .bv2-sticky-continue:disabled {
    color: #ffffff;
}

@media (max-width: 700px) {
    .booking-v2-page .bv2-topbar {
        padding: 0.85rem 1rem 1rem;
        padding-left: max(1rem, env(safe-area-inset-left, 0px));
        padding-right: max(1rem, env(safe-area-inset-right, 0px));
    }

    /* Let shared .topbar-actions mobile grid win; only theme the pills */
    .booking-v2-page .bv2-topbar .topbar-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
        justify-content: stretch;
        align-items: stretch;
    }

    .booking-v2-page .bv2-topbar .topbar-actions > .link-muted {
        color: var(--bv2-ink);
        border-color: var(--bv2-sage-border);
        background: var(--bv2-sage-soft);
        border-radius: 0.75rem;
        min-height: 44px;
    }

    .booking-v2-page .bv2-topbar .topbar-actions > .link-muted.is-current,
    .booking-v2-page .bv2-topbar .topbar-actions > .link-muted[aria-current="page"] {
        color: var(--bv2-sage-deep);
        border-color: var(--bv2-sage);
        background: var(--bv2-bg-panel);
        font-weight: 600;
    }

    .booking-v2-page .bv2-topbar .topbar-actions > .link-muted:hover,
    .booking-v2-page .bv2-topbar .topbar-actions > .link-muted:focus-visible {
        border-color: var(--bv2-sage);
        background: var(--bv2-bg-panel);
        color: var(--bv2-sage-deep);
    }

    .booking-v2-page .bv2-topbar .topbar-actions > .topbar-nav-end > .lang-dropdown .lang-dropdown-toggle,
    .booking-v2-page .bv2-topbar .topbar-actions > .topbar-nav-end > .night-mode-toggle {
        border-color: var(--bv2-sage-border);
        background: var(--bv2-bg-panel);
    }
}

.bv2-hero {
    --bv2-hero-overlay: 0.40;
    position: relative;
    min-height: min(78vh, 34rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 1.25rem 3rem;
    overflow: hidden;
    background:
        linear-gradient(160deg, rgba(250, 249, 246, 0.55), rgba(231, 239, 230, 0.45)),
        var(--bv2-hero-image) center / cover no-repeat,
        linear-gradient(145deg, #e8efe6 0%, #f7f4ee 55%, #dfe8dd 100%);
}

/* Soft sage / off-white only — no photo (Gestion Massage → Sans image hero). */
.bv2-hero.bv2-hero--no-image {
    background:
        radial-gradient(ellipse at 28% 18%, rgba(250, 249, 246, 0.9), transparent 55%),
        linear-gradient(155deg, #f7f4ee 0%, #e7efe6 48%, #faf9f6 100%);
}

.bv2-hero.bv2-hero--no-image .bv2-hero-overlay {
    display: none;
}

.bv2-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(250, 249, 246, 0.35), transparent 55%),
        linear-gradient(
            180deg,
            rgba(47, 58, 50, calc(var(--bv2-hero-overlay) * 0.45)) 0%,
            rgba(47, 58, 50, var(--bv2-hero-overlay)) 100%
        );
    pointer-events: none;
}

.bv2-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 36rem;
    text-align: center;
    animation: bv2-fade-up 0.7s ease both;
}

.bv2-brand {
    margin: 0;
    font-family: var(--bv2-font-display);
    font-size: clamp(2.1rem, 6vw, 3.35rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bv2-sage-deep);
    line-height: 1.1;
}

.bv2-brand-region {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 0.85rem 0 0;
    font-family: var(--bv2-font-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--bv2-sage-deep);
}

.bv2-brand-region::before,
.bv2-brand-region::after {
    content: "";
    width: 2.4rem;
    height: 1px;
    background: var(--bv2-sage-border);
}

.bv2-brand-leaf {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0 70% 40% 70%;
    background: var(--bv2-sage);
    transform: rotate(-25deg);
    flex-shrink: 0;
}

.bv2-hero-title {
    margin: 1.6rem 0 0;
    font-family: var(--bv2-font-display);
    font-size: clamp(1.85rem, 4.5vw, 2.6rem);
    font-weight: 600;
    color: var(--bv2-ink);
    line-height: 1.15;
}

.bv2-hero-lead {
    margin: 0.85rem auto 0;
    max-width: 28rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--bv2-muted);
}

.bv2-hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.bv2-btn-primary,
.booking-v2-page .btn-primary,
.booking-v2-page #finish-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: var(--bv2-radius);
    background: var(--bv2-sage);
    color: #fff;
    font-family: var(--bv2-font-body);
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease;
}

.bv2-btn-primary:hover,
.booking-v2-page .btn-primary:hover:not(:disabled),
.booking-v2-page #finish-booking:hover:not(:disabled) {
    background: var(--bv2-sage-deep);
    transform: translateY(-1px);
}

.bv2-btn-link {
    color: var(--bv2-sage-deep);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.bv2-btn-link:hover {
    color: var(--bv2-ink);
}

.bv2-main {
    max-width: 42rem;
    padding-top: 1.75rem;
    padding-bottom: 3rem;
}

.bv2-wizard {
    scroll-margin-top: 1rem;
}

.bv2-progress {
    margin-bottom: 1.25rem;
    padding: 1rem 0.15rem 0.25rem;
    animation: bv2-fade-up 0.55s ease 0.08s both;
}

.bv2-progress-text {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--bv2-sage-deep);
    letter-spacing: 0.01em;
}

.bv2-wizard-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.booking-v2-page .wizard-step {
    border: 1px solid var(--bv2-sage-border);
    border-radius: var(--bv2-radius-pill);
    background: var(--bv2-bg-panel);
    color: var(--bv2-muted);
    font-weight: 600;
    padding: 0.45rem 0.9rem;
}

.booking-v2-page .wizard-step.is-active {
    background: var(--bv2-sage);
    border-color: var(--bv2-sage);
    color: #fff;
}

.booking-v2-page .wizard-step.is-done {
    background: var(--bv2-sage-soft);
    border-color: var(--bv2-sage-border);
    color: var(--bv2-sage-deep);
}

.bv2-panel {
    border: none;
    border-radius: calc(var(--bv2-radius) + 4px);
    background: var(--bv2-bg-panel);
    box-shadow: 0 10px 30px rgba(47, 58, 50, 0.05);
    padding: 1.35rem 1.15rem 1.5rem;
    animation: bv2-fade-up 0.5s ease both;
}

.bv2-panel h2 {
    margin: 0 0 0.35rem;
    font-family: var(--bv2-font-display);
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--bv2-ink);
}

.bv2-step-hint {
    margin: 0 0 1.15rem;
    color: var(--bv2-muted);
}

.bv2-massage-choices {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.bv2-massage-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    margin: 0;
    padding: 1rem 1rem;
    border: 1.5px solid var(--bv2-sage-border);
    border-radius: var(--bv2-radius);
    background: var(--bv2-bg-panel);
    color: var(--bv2-ink);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bv2-massage-card:hover {
    border-color: var(--bv2-sage-border);
    box-shadow: 0 4px 16px rgba(111, 135, 112, 0.1);
}

.bv2-massage-card.is-selected {
    border-color: var(--bv2-sage);
    background: linear-gradient(180deg, var(--bv2-bg-panel), var(--bv2-sage-soft));
    box-shadow: 0 0 0 1px var(--bv2-sage);
}

.bv2-massage-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--bv2-sage-soft);
    position: relative;
}

.bv2-massage-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: var(--bv2-sage-deep);
    opacity: 0.85;
}

.bv2-massage-icon--leaf::before {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 0 70% 40% 70%;
    transform: rotate(-28deg);
}

.bv2-massage-icon--sport::before {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 40%;
    clip-path: polygon(50% 0%, 80% 35%, 100% 100%, 0% 100%, 20% 35%);
}

.bv2-massage-icon--body::before {
    width: 0.7rem;
    height: 1.1rem;
    border-radius: 40% 40% 35% 35%;
}

.bv2-massage-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
    min-width: 0;
}

.bv2-massage-card .massage-card-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--bv2-ink);
}

.bv2-massage-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.95rem;
    color: var(--bv2-muted);
    font-weight: 500;
}

.bv2-meta-sep {
    opacity: 0.55;
}

.bv2-massage-card .massage-card-desc {
    font-size: 0.9rem;
    color: var(--bv2-muted);
}

.bv2-massage-check {
    flex-shrink: 0;
    width: 1.45rem;
    height: 1.45rem;
    border: 1.5px solid var(--bv2-sage-border);
    border-radius: 50%;
    background: var(--bv2-bg-panel);
    position: relative;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.bv2-massage-card.is-selected .bv2-massage-check {
    border-color: var(--bv2-sage);
    background: var(--bv2-sage);
}

.bv2-massage-card.is-selected .bv2-massage-check::after {
    content: "";
    position: absolute;
    left: 0.42rem;
    top: 0.22rem;
    width: 0.35rem;
    height: 0.65rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.bv2-summary-bar {
    border: 1px solid var(--bv2-sage-border);
    border-radius: var(--bv2-radius-pill);
    background: var(--bv2-sage-soft);
    color: var(--bv2-ink);
    padding: 0.75rem 1.1rem;
    margin-bottom: 1rem;
}

.booking-v2-page .client-calendar-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

/* Next-slot banner: visible on all viewports; theme tokens for dark/light contrast */
.booking-v2-page .client-slots-next-notice {
    display: block;
    margin: 0.5rem 0 0.85rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--bv2-sage-border);
    border-radius: var(--bv2-radius);
    background: var(--bv2-sage-soft);
    color: var(--bv2-ink);
    font-weight: 600;
    text-align: center;
}

.booking-v2-page .client-slots-next-notice[hidden] {
    display: none !important;
}

.booking-v2-page .client-slots-next-hint {
    color: var(--bv2-ink);
}

.booking-v2-page .client-calendar-view-toggle .btn-small.is-active {
    background: var(--bv2-sage);
    border-color: var(--bv2-sage);
    color: #fff;
}

.booking-v2-page .client-slot-pill {
    border-radius: var(--bv2-radius);
}

.booking-v2-page .client-slot-pill.is-selected {
    background: var(--bv2-sage);
    border-color: var(--bv2-sage);
    color: #fff;
}

.booking-v2-page .btn-secondary {
    border-radius: var(--bv2-radius);
    border-color: var(--bv2-sage-border);
    color: var(--bv2-ink);
    background: var(--bv2-bg-panel);
}

.booking-v2-page .details-form label {
    color: var(--bv2-ink);
}

.booking-v2-page .details-form input,
.booking-v2-page .details-form textarea {
    border-radius: 12px;
    border-color: var(--bv2-sage-border);
    background: var(--bv2-bg-panel);
    color: var(--bv2-ink);
}

.booking-v2-page .details-form input:focus,
.booking-v2-page .details-form textarea:focus {
    outline: 2px solid rgba(141, 162, 139, 0.45);
    border-color: var(--bv2-sage);
}

.bv2-actions-inline {
    margin-top: 1.25rem;
}

.bv2-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: flex;
    align-items: stretch;
    gap: 0.65rem;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(250, 249, 246, 0), rgba(250, 249, 246, 0.92) 28%, var(--bv2-bg) 55%);
}

.bv2-sticky-cta[hidden] {
    display: none !important;
}

.bv2-sticky-back {
    width: 3.1rem;
    border: 1.5px solid var(--bv2-sage-border);
    border-radius: var(--bv2-radius);
    background: var(--bv2-bg-panel);
    color: var(--bv2-sage-deep);
    font-size: 1.25rem;
    cursor: pointer;
}

.bv2-sticky-continue {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 3.1rem;
    border: none;
    border-radius: var(--bv2-radius);
    background: var(--bv2-sage);
    color: #fff;
    font-family: var(--bv2-font-body);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(111, 135, 112, 0.28);
}

.bv2-sticky-continue:disabled {
    opacity: 0.45;
    cursor: default;
    box-shadow: none;
}

.bv2-sticky-continue:not(:disabled):hover {
    background: var(--bv2-sage-deep);
}

.bv2-seo {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(141, 162, 139, 0.25);
}

.bv2-seo h2 {
    font-family: var(--bv2-font-display);
    font-size: 1.55rem;
    color: var(--bv2-ink);
}

.booking-v2-page .site-footer {
    background: transparent;
    color: var(--bv2-muted);
    border-top: 1px solid rgba(141, 162, 139, 0.22);
}

@keyframes bv2-fade-up {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 720px) {
    .bv2-hero {
        min-height: min(70vh, 32rem);
    }

    .bv2-hero-cta {
        flex-direction: column;
    }

    .bv2-sticky-cta {
        display: none !important;
    }

    .booking-v2-page.bv2-has-sticky-cta {
        padding-bottom: 0;
    }
}

@media (max-width: 719px) {
    .bv2-actions-slot-desktop {
        display: none;
    }

    .bv2-wizard-steps {
        display: none;
    }
}
