/* METAVITAL Human TS landing — extends app.css (.mv-card, .mv-calendar, .mv-btn) */

.mv-landing,
html[data-theme="dark"] .mv-landing {
    /* Force light booking UI even when site dark mode is active */
    color-scheme: light;
    --mv-primary: #0074bc;
    --mv-primary-dark: #005a94;
    --mv-primary-light: #1a8fd4;
    --mv-primary-rgb: 0, 116, 188;
    --mv-bg: #f4f7fa;
    --mv-card: rgba(255, 255, 255, 0.92);
    --mv-text: #1d1d1f;
    --mv-muted: #6e6e73;
    --mv-border: rgba(15, 23, 42, 0.08);
    --mv-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    --mv-glass-bg: rgba(255, 255, 255, 0.7);
    --mv-surface: #ffffff;
    --mv-surface-raised: rgba(255, 255, 255, 0.92);
    --mv-surface-overlay: rgba(255, 255, 255, 0.9);
    --mv-surface-muted: #f8fafc;
    --mv-surface-alt: #f1f5f9;
    --mv-input-bg: rgba(255, 255, 255, 0.95);
    --mv-input-border: rgba(15, 23, 42, 0.14);
    --mv-btn-outline-bg: rgba(255, 255, 255, 0.92);
    --mv-disabled-bg: #e5e5ea;
    --mv-disabled-text: #8e8e93;
    --mv-disabled-border: #d1d1d6;
    --mv-label: #2f2f31;
    --mv-label-muted: #64748b;
    --mv-calendar-bg: rgba(255, 255, 255, 0.9);
    --mv-calendar-day-bg: #ffffff;
    --mv-calendar-day-border: rgba(15, 23, 42, 0.1);
    --mv-slot-btn-bg: rgba(255, 255, 255, 0.94);
    --mv-slot-btn-border: rgba(15, 23, 42, 0.12);
    --mv-danger-text: #a12a2a;
    --mv-danger-bg: rgba(254, 242, 242, 0.95);
    --mv-danger-border: rgba(220, 38, 38, 0.28);
    --mv-success-text: #1c7b3a;
    --mv-success-bg: rgba(236, 253, 245, 0.95);
    --mv-success-border: rgba(48, 209, 88, 0.25);
    --mv-info-bg: #eef2ff;
    --mv-info-border: #93c5fd;
    --mv-info-text: #1d4ed8;

    --mv-landing-purple: #7b3fbf;
    --mv-landing-purple-dark: #652fa3;
    --mv-landing-blue: #0074bc;
    --mv-landing-blue-dark: #005a94;
    --mv-landing-blue-light: #1a8fd4;
    --mv-landing-blue-rgb: 0, 116, 188;
    --mv-landing-section: #f0f6fc;
    --mv-landing-radius-sm: 10px;
    --mv-landing-radius-md: 16px;
    --mv-landing-radius-lg: 22px;
    --mv-landing-radius-pill: 999px;
    --mv-landing-shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.06);
    --mv-landing-shadow-md: 0 12px 32px rgba(15, 23, 42, 0.08);
    --mv-landing-shadow-blue: 0 12px 28px rgba(0, 116, 188, 0.24);
    --mv-landing-blur: blur(14px);
    --mv-landing-content-max: var(--mv-content-landing, 780px);
    --mv-landing-shell-max: var(--mv-shell-max, 1140px);
    --mv-landing-header-control-height: 2.5rem;

    position: relative;
    isolation: isolate;
    overflow-x: clip;
    min-height: 100vh;
    background: #f7fafd;
    color: #1d1d1f;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html:has(.mv-landing),
body:has(.mv-landing) {
    background: #f7fafd !important;
    background-image: none !important;
    color-scheme: light;
}

html[data-theme="dark"]:has(.mv-landing) {
    color-scheme: light;
}

/* ── Background glows ── */
.mv-landing-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(70px);
}

.mv-landing-glow--tl {
    top: -8rem;
    left: -6rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(0, 116, 188, 0.22) 0%, rgba(0, 116, 188, 0) 68%);
}

.mv-landing-glow--br {
    right: -10rem;
    top: 32rem;
    width: 34rem;
    height: 34rem;
    background: radial-gradient(circle, rgba(123, 63, 191, 0.16) 0%, rgba(123, 63, 191, 0) 70%);
}

.mv-landing-header,
.mv-landing-main,
.mv-landing-footer {
    position: relative;
    z-index: 1;
}

/* ── Header ── */
.mv-landing-header {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    backdrop-filter: var(--mv-landing-blur);
    -webkit-backdrop-filter: var(--mv-landing-blur);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    position: sticky;
    top: 0;
    z-index: 30;
}

.mv-landing-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: var(--mv-landing-shell-max);
    margin: 0 auto;
    padding: 0.9rem 1.5rem;
}

.mv-landing-brand-logo {
    display: block;
    width: 220px;
    max-width: min(220px, 72vw);
    height: auto;
}

.mv-landing-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-left: auto;
    flex-wrap: wrap;
}

.mv-landing-header-actions .mv-lang-trigger {
    min-height: var(--mv-landing-header-control-height);
    padding: 0 0.85rem;
    font-size: 0.82rem;
    box-sizing: border-box;
}

.mv-landing-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--mv-landing-header-control-height);
    box-sizing: border-box;
    padding: 0 1rem;
    border: none;
    border-radius: var(--mv-landing-radius-pill);
    font-weight: 600;
    font-size: 0.82rem;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: var(--mv-landing-shadow-blue);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mv-landing-header-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 116, 188, 0.28);
}

.mv-landing-header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--mv-landing-header-control-height);
    box-sizing: border-box;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--mv-landing-blue-dark) !important;
    text-decoration: none !important;
    white-space: nowrap;
    padding: 0 0.85rem;
    border: 1px solid rgba(0, 116, 188, 0.22);
    border-radius: var(--mv-landing-radius-pill);
    background: rgba(255, 255, 255, 0.9);
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.mv-landing-header-phone:hover {
    color: var(--mv-landing-blue) !important;
}

.mv-landing-main {
    display: block;
}

.mv-site-legal-footer.mv-landing-footer {
    padding: 2rem 1.5rem 2.5rem;
    color: #6b7280;
    background: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.mv-site-legal-footer.mv-landing-footer .mv-site-legal-footer-inner {
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}

.mv-site-legal-footer.mv-landing-footer .mv-site-legal-footer-disclaimer {
    margin: 0 0 1.15rem;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #9ca3af;
}

.mv-site-legal-footer.mv-landing-footer .mv-site-legal-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.55rem;
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
}

.mv-site-legal-footer.mv-landing-footer .mv-site-legal-footer-links a {
    color: #6b7280 !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: color 0.15s ease;
}

.mv-site-legal-footer.mv-landing-footer .mv-site-legal-footer-links a:hover {
    color: var(--mv-landing-blue) !important;
    text-decoration: underline !important;
}

.mv-site-legal-footer.mv-landing-footer .mv-site-legal-footer-sep {
    color: #c4c9d1;
    user-select: none;
}

.mv-site-legal-footer.mv-landing-footer .mv-site-legal-footer-copyright {
    margin: 0;
    font-size: 0.78rem;
    color: #9ca3af;
}

/* ── Hero welcome card ── */
.mv-landing-hero-welcome {
    max-width: var(--mv-landing-content-max);
    margin: 0 auto;
    padding: 2rem 1.5rem 1.25rem;
}

.mv-landing-welcome-card.mv-card {
    margin: 0;
    padding: 1.85rem 1.85rem 1.35rem;
    border-radius: var(--mv-landing-radius-lg);
    box-shadow: var(--mv-landing-shadow-md);
    background: rgba(255, 255, 255, 0.97);
}

.mv-landing-welcome-copy h1 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.35rem, 3.2vw, 1.85rem);
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--mv-landing-blue);
}

.mv-landing-welcome-tagline {
    margin: 0 0 1.15rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #9ca3af;
}

.mv-landing-welcome-features {
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
}

.mv-landing-welcome-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 0 0.65rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #4b5563;
    font-weight: 500;
}

.mv-landing-welcome-feature-icon {
    flex-shrink: 0;
    width: 1.35rem !important;
    height: 1.35rem !important;
    max-width: 1.35rem !important;
    max-height: 1.35rem !important;
    margin-top: 0.05rem;
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(33%) sepia(86%) saturate(1175%) hue-rotate(176deg) brightness(93%) contrast(101%);
}

.mv-landing-welcome-visual {
    position: relative;
    overflow: hidden;
    border-radius: var(--mv-landing-radius-md);
    aspect-ratio: 16 / 9;
    background: #0f2744;
    margin-bottom: 0.35rem;
    box-shadow:
        0 10px 28px rgba(15, 23, 42, 0.2),
        0 4px 14px rgba(15, 23, 42, 0.1),
        0 0 0 1px rgba(0, 116, 188, 0.14),
        0 16px 44px rgba(0, 116, 188, 0.3),
        0 28px 60px rgba(0, 116, 188, 0.16);
}

.mv-landing-welcome-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    pointer-events: none;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 -24px 48px rgba(0, 116, 188, 0.12);
}

.mv-landing-welcome-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.mv-landing-welcome-video-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.mv-landing-welcome-video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.mv-landing-welcome-badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 4;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 25%, #1a4a7a 0%, #0b2542 70%);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.28);
    border: 2px solid rgba(255, 255, 255, 0.18);
    transform-origin: center;
    animation:
        mv-landing-badge-appear 6s cubic-bezier(0.45, 0, 0.2, 1) infinite,
        mv-landing-badge-glow 6s ease-in-out infinite;
}

.mv-landing-welcome-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(26, 143, 212, 0.8);
    opacity: 0;
    transform: scale(0.55);
    pointer-events: none;
    animation: mv-landing-badge-ring 6s ease-out infinite;
}

@keyframes mv-landing-badge-appear {
    0%, 34% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

    41% {
        opacity: 0;
        transform: scale(0.62) translateY(-5px);
    }

    47% {
        opacity: 0;
        transform: scale(0.72) translateY(3px);
    }

    56% {
        opacity: 1;
        transform: scale(1.14) translateY(0);
    }

    64%, 100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes mv-landing-badge-glow {
    0%, 34%, 64%, 100% {
        box-shadow:
            0 8px 20px rgba(15, 23, 42, 0.28),
            0 0 0 rgba(0, 116, 188, 0);
    }

    56% {
        box-shadow:
            0 10px 26px rgba(15, 23, 42, 0.34),
            0 0 24px rgba(0, 116, 188, 0.55);
    }
}

@keyframes mv-landing-badge-ring {
    0%, 46%, 100% {
        opacity: 0;
        transform: scale(0.55);
    }

    56% {
        opacity: 0.95;
        transform: scale(1);
    }

    74% {
        opacity: 0;
        transform: scale(1.75);
    }
}

.mv-landing-welcome-badge-mark {
    position: relative;
    z-index: 1;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}

.mv-landing-welcome-badge-mark sup {
    font-size: 0.58em;
    top: -0.35em;
}

@media (prefers-reduced-motion: reduce) {
    .mv-landing-welcome-video-bg {
        display: none;
    }

    .mv-landing-welcome-badge {
        animation: none;
    }

    .mv-landing-welcome-badge::before {
        animation: none;
        opacity: 0;
    }
}

.mv-landing-intro {
    max-width: var(--mv-landing-content-max);
    margin: 0 auto;
    padding: 0 1.5rem 1.5rem;
    text-align: center;
}

.mv-landing-intro-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.2rem, 2.8vw, 1.55rem);
    line-height: 1.3;
    font-weight: 700;
    color: var(--mv-landing-blue-dark);
}

.mv-landing-intro-lead {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
}

.mv-landing-intro-body {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6b7280;
}

/* ── Hero (empty state) ── */
.mv-landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 2.5rem;
    align-items: center;
    max-width: var(--mv-landing-shell-max);
    margin: 0 auto;
    padding: 2.5rem 1.5rem 1.75rem;
}

.mv-landing-hero h1 {
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.18;
    color: var(--mv-landing-blue-dark);
    margin: 0 0 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.mv-landing-hero p {
    color: #4b5563;
    line-height: 1.65;
    margin: 0 0 0.85rem;
    font-size: 1rem;
}

.mv-landing-lead {
    font-size: 1.05rem !important;
    color: #374151 !important;
}

.mv-landing-hero-copy {
    padding-right: 0.5rem;
}

.mv-landing-hero-image-wrap {
    width: 100%;
}

.mv-landing-hero-visual {
    position: relative;
    padding: 1.5rem;
    border-radius: var(--mv-landing-radius-lg);
    background:
        radial-gradient(ellipse at 30% 20%, rgba(0, 116, 188, 0.14), transparent 55%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(232, 244, 255, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        var(--mv-landing-shadow-md),
        0 0 0 1px rgba(var(--mv-landing-blue-rgb), 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.mv-landing-hero-visual::after {
    content: "";
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 116, 188, 0.12), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.mv-landing-hero-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 220px;
    max-height: none;
    object-fit: contain;
    border-radius: var(--mv-landing-radius-md);
}

.mv-landing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
    padding: 0.9rem 1.75rem;
    border: none;
    cursor: pointer;
    border-radius: var(--mv-landing-radius-pill);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none !important;
    box-shadow: var(--mv-landing-shadow-blue);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mv-landing-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 116, 188, 0.3);
}

/* ── Sections ── */
.mv-landing-section {
    padding: 2.75rem 1.5rem;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0, 116, 188, 0.07), transparent 60%),
        linear-gradient(180deg, var(--mv-landing-section) 0%, #f8fbff 100%);
    scroll-margin-top: 5rem;
}

.mv-landing-section.is-white {
    background:
        radial-gradient(ellipse 70% 45% at 50% 100%, rgba(123, 63, 191, 0.06), transparent 65%),
        linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.mv-landing-section-head {
    max-width: var(--mv-landing-shell-max);
    margin: 0 auto 1.5rem;
}

.mv-landing-section-inner {
    max-width: var(--mv-landing-content-max);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.mv-landing-section-title {
    text-align: center;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    color: var(--mv-landing-blue-dark);
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.mv-landing-section-subtitle {
    text-align: center;
    color: #6b7280;
    margin: 0.65rem 0 2rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-size: 0.98rem;
}

/* ── Booking ── */
.mv-landing-booking-success {
    position: relative;
    overflow: hidden;
    max-width: 34rem;
    margin: 0 auto;
    padding: 2.75rem 2rem 2.5rem;
    text-align: center;
    border-radius: var(--mv-landing-radius-lg);
    background:
        radial-gradient(ellipse at 18% 0%, rgba(0, 116, 188, 0.2), transparent 58%),
        radial-gradient(ellipse at 82% 100%, rgba(123, 63, 191, 0.16), transparent 52%),
        linear-gradient(155deg, #ffffff 0%, #f3f9ff 48%, #eef5ff 100%);
    border: 1px solid rgba(0, 116, 188, 0.14);
    box-shadow:
        0 22px 50px rgba(0, 116, 188, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.85) inset;
    animation: mv-landing-booking-success-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mv-landing-booking-success-glow {
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle, rgba(0, 116, 188, 0.12), transparent 62%);
    pointer-events: none;
    z-index: 0;
    animation: mv-landing-booking-success-pulse 2.8s ease-in-out 0.6s infinite;
}

.mv-landing-booking-success-icon {
    position: relative;
    z-index: 1;
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 auto 1.35rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, #1a8fd4 0%, #0074bc 55%, #005a94 100%);
    box-shadow:
        0 14px 32px rgba(0, 116, 188, 0.38),
        0 0 0 6px rgba(0, 116, 188, 0.1);
    animation: mv-landing-booking-success-pop 0.7s cubic-bezier(0.34, 1.45, 0.64, 1) 0.12s both;
}

.mv-landing-booking-success-check {
    display: block;
    animation: mv-landing-booking-success-check 0.55s ease-out 0.42s both;
}

.mv-landing-booking-success-title {
    position: relative;
    z-index: 1;
    margin: 0 0 0.65rem;
    font-size: clamp(1.45rem, 3.5vw, 1.85rem);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--mv-landing-blue-dark);
    animation: mv-landing-booking-success-rise 0.65s ease-out 0.28s both;
}

.mv-landing-booking-success-text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #374151;
    max-width: 26rem;
    margin-inline: auto;
    animation: mv-landing-booking-success-rise 0.65s ease-out 0.38s both;
}

@keyframes mv-landing-booking-success-in {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mv-landing-booking-success-pop {
    from {
        opacity: 0;
        transform: scale(0.35);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes mv-landing-booking-success-check {
    from {
        opacity: 0;
        transform: scale(0.6) rotate(-12deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes mv-landing-booking-success-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mv-landing-booking-success-pulse {
    0%, 100% {
        opacity: 0.45;
        transform: scale(1);
    }

    50% {
        opacity: 0.85;
        transform: scale(1.06);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mv-landing-booking-success,
    .mv-landing-booking-success-icon,
    .mv-landing-booking-success-check,
    .mv-landing-booking-success-title,
    .mv-landing-booking-success-text,
    .mv-landing-booking-success-glow {
        animation: none;
    }
}

.mv-landing-booking-card.mv-card {
    max-width: 100%;
    padding: 1.5rem 1.35rem 1.75rem;
    box-shadow: var(--mv-landing-shadow-md);
}

.mv-landing-booking-card .mv-book-step {
    margin: 0;
    padding: 1.75rem 0 1.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.mv-landing-booking-card .mv-book-step:first-of-type {
    padding-top: 0.25rem;
    border-top: none;
}

.mv-landing-booking-card .mv-book-step-title {
    margin: 0 0 0.5rem;
}

.mv-landing-booking-card .mv-book-step-hint {
    margin: 0 0 1.35rem;
}

@media (min-width: 641px) {
    .mv-landing-booking-card .mv-book-step--date {
        text-align: center;
    }

    .mv-landing-booking-card .mv-book-step--date .mv-book-step-hint {
        max-width: 34rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
    }
}

.mv-landing-calendar-stage {
    max-width: 28rem;
    margin: 0 auto;
    padding: 1.25rem 1.35rem 1.4rem;
    border-radius: var(--mv-landing-radius-md);
    background:
        radial-gradient(ellipse 115% 75% at 50% -5%, rgba(var(--mv-landing-blue-rgb), 0.09), transparent 55%),
        linear-gradient(180deg, #f6faff 0%, #ffffff 68%);
    border: 1px solid rgba(var(--mv-landing-blue-rgb), 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 10px 28px rgba(var(--mv-landing-blue-rgb), 0.07);
}

.mv-landing-calendar-stage .mv-calendar {
    margin: 0;
    max-width: none;
    padding: 0.15rem 0 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.mv-landing-calendar-stage .mv-calendar-header {
    margin-bottom: 0.85rem;
}

.mv-landing-booking-card .mv-calendar {
    margin: 0.25rem auto 0.5rem;
    max-width: 420px;
    scroll-margin-top: 5.5rem;
    scroll-margin-bottom: 2rem;
}

.mv-landing-booking-card .mv-calendar.is-focus-pulse {
    animation: mv-landing-calendar-pulse 1.6s ease-in-out 4;
}

.mv-landing-calendar-stage:has(.mv-calendar.is-focus-pulse) {
    animation: mv-landing-calendar-pulse 1.6s ease-in-out 4;
    border-color: rgba(0, 116, 188, 0.55);
}

@keyframes mv-landing-calendar-pulse {
    0%, 100% {
        box-shadow:
            0 0 0 0 rgba(0, 116, 188, 0),
            0 4px 16px rgba(0, 116, 188, 0.08);
        border-color: rgba(0, 116, 188, 0.25);
    }
    50% {
        box-shadow:
            0 0 0 5px rgba(0, 116, 188, 0.22),
            0 0 28px rgba(0, 116, 188, 0.28);
        border-color: rgba(0, 116, 188, 0.75);
    }
}

.mv-landing-booking-card .mv-muted {
    margin: 0.75rem 0 0;
}

.mv-landing-booking-card .slot-grid {
    margin-top: 0.25rem;
    gap: 0.65rem;
}

.mv-landing-slots {
    margin-top: 0.15rem;
}

.mv-landing-slots.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

/* ── Forms ── */
.mv-landing-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.25rem;
    margin-bottom: 0.5rem;
    align-items: start;
}

.mv-landing-form-grid .mv-form-field {
    margin-bottom: 0;
    min-width: 0;
}

.mv-landing-form-grid .mv-form-field > label {
    display: block;
    margin-bottom: 0.42rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
}

.mv-landing-form-grid .mv-form-field-full {
    grid-column: 1 / -1;
}

.mv-landing-prefix-field .mv-landing-prefix-picker {
    max-width: 11.5rem;
}

.mv-landing-phone-field input {
    width: 100%;
}

.mv-landing-prefix-picker {
    position: relative;
    width: 100%;
}

.mv-landing-prefix-trigger {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 2.65rem;
    padding: 0 0.55rem 0 0.6rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: var(--mv-landing-radius-sm);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    font-family: inherit;
    font-size: 0.92rem;
    color: var(--mv-text);
    cursor: pointer;
    text-align: left;
    line-height: 1;
}

.mv-landing-prefix-trigger:hover:not(:disabled) {
    border-color: rgba(var(--mv-landing-blue-rgb), 0.28);
}

.mv-landing-prefix-trigger:focus {
    outline: none;
    border-color: rgba(var(--mv-landing-blue-rgb), 0.45);
    box-shadow: 0 0 0 3px rgba(var(--mv-landing-blue-rgb), 0.12), inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.mv-landing-prefix-trigger:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.mv-landing-prefix-flag {
    width: 22px !important;
    height: 16px !important;
    max-width: 22px !important;
    max-height: 16px !important;
    flex-shrink: 0;
    display: block;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.mv-landing-prefix-code {
    flex: 1;
    min-width: 0;
    font-weight: 500;
}

.mv-landing-prefix-chevron {
    flex-shrink: 0;
    font-size: 0.7rem;
    opacity: 0.55;
    line-height: 1;
}

.mv-landing-prefix-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
}

.mv-landing-prefix-menu {
    position: absolute;
    top: calc(100% + 0.3rem);
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0;
    padding: 0.3rem;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: var(--mv-landing-radius-sm);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    max-height: 14rem;
    overflow-y: auto;
}

.mv-landing-prefix-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.48rem 0.5rem;
    border: none;
    border-radius: 6px;
    background: transparent;
    font-family: inherit;
    font-size: 0.9rem;
    color: var(--mv-text);
    cursor: pointer;
    text-align: left;
    line-height: 1;
}

.mv-landing-prefix-option:hover {
    background: rgba(var(--mv-landing-blue-rgb), 0.08);
}

.mv-landing-prefix-option.is-selected {
    background: rgba(var(--mv-landing-blue-rgb), 0.12);
    color: var(--mv-landing-blue);
    font-weight: 600;
}

.mv-landing-booking-card .mv-consent-field {
    margin: 1.35rem 0 0.75rem;
}

.mv-landing-booking-card .mv-consent-field + .mv-consent-field {
    margin-top: 0.85rem;
}

.mv-landing-booking-card .mv-consent-option {
    gap: 0.65rem;
    line-height: 1.5;
}

.mv-landing .mv-book-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.75rem;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
}

.mv-landing .mv-book-actions .mv-btn {
    min-width: 14rem;
    border-radius: var(--mv-landing-radius-pill);
    box-shadow: var(--mv-landing-shadow-blue);
}

/* ── Benefits cards ── */
.mv-landing-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: var(--mv-landing-shell-max);
    margin: 0 auto;
}

.mv-landing-benefit.mv-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 1.15rem 1rem 1.1rem;
    text-align: center;
    border-radius: var(--mv-landing-radius-md);
    box-shadow: var(--mv-landing-shadow-sm);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mv-landing-benefit.mv-card::before {
    content: "";
    position: absolute;
    top: -15%;
    bottom: -15%;
    left: -55%;
    width: 50%;
    background: linear-gradient(
        102deg,
        transparent 0%,
        rgba(0, 116, 188, 0.08) 22%,
        rgba(26, 143, 212, 0.22) 42%,
        rgba(123, 63, 191, 0.32) 52%,
        rgba(0, 116, 188, 0.18) 62%,
        transparent 82%
    );
    filter: blur(14px);
    transform: translateX(-200%) rotate(7deg);
    pointer-events: none;
    z-index: 0;
    opacity: 0;
}

.mv-landing-benefit.mv-card::after {
    content: "";
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: -42%;
    width: 34%;
    background: linear-gradient(
        102deg,
        transparent 0%,
        rgba(255, 255, 255, 0.05) 16%,
        rgba(255, 255, 255, 0.55) 38%,
        rgba(255, 255, 255, 0.95) 48%,
        rgba(210, 235, 255, 0.92) 52%,
        rgba(220, 195, 255, 0.72) 56%,
        rgba(255, 255, 255, 0.65) 64%,
        rgba(0, 116, 188, 0.12) 74%,
        transparent 88%
    );
    transform: translateX(-200%) skewX(-16deg);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    mix-blend-mode: soft-light;
}

.mv-landing-benefit.is-shine.mv-card {
    animation: mv-landing-benefit-card-glow 1.65s ease-out var(--mv-shine-delay, 0s) forwards;
}

.mv-landing-benefit.is-shine::before {
    opacity: 1;
    animation: mv-landing-benefit-shine-soft 1.65s cubic-bezier(0.22, 1, 0.36, 1) var(--mv-shine-delay, 0s) forwards;
}

.mv-landing-benefit.is-shine::after {
    opacity: 1;
    animation: mv-landing-benefit-shine-spec 1.65s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--mv-shine-delay, 0s) + 0.05s) forwards;
}

@keyframes mv-landing-benefit-shine-soft {
    0% {
        transform: translateX(-200%) rotate(7deg);
        opacity: 0;
    }

    14% {
        opacity: 0.9;
    }

    86% {
        opacity: 0.9;
    }

    100% {
        transform: translateX(380%) rotate(7deg);
        opacity: 0;
    }
}

@keyframes mv-landing-benefit-shine-spec {
    0% {
        transform: translateX(-200%) skewX(-16deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(380%) skewX(-16deg);
        opacity: 0;
    }
}

@keyframes mv-landing-benefit-card-glow {
    0%, 100% {
        box-shadow: var(--mv-landing-shadow-sm);
    }

    42% {
        box-shadow:
            0 14px 34px rgba(0, 116, 188, 0.14),
            0 0 0 1px rgba(0, 116, 188, 0.1),
            0 0 28px rgba(123, 63, 191, 0.1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mv-landing-benefit.is-shine.mv-card,
    .mv-landing-benefit.is-shine::before,
    .mv-landing-benefit.is-shine::after {
        animation: none;
        opacity: 0;
    }
}

.mv-landing-benefit.mv-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(var(--mv-landing-blue-rgb), 0.12);
}

.mv-landing-benefit-icon {
    position: relative;
    z-index: 1;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(var(--mv-landing-blue-rgb), 0.12), rgba(var(--mv-landing-blue-rgb), 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.mv-landing-benefit-icon img {
    width: 1.5rem !important;
    height: 1.5rem !important;
    max-width: 1.5rem !important;
    max-height: 1.5rem !important;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(33%) sepia(86%) saturate(1175%) hue-rotate(176deg) brightness(93%) contrast(101%);
}

.mv-landing-benefit p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #374151;
    font-weight: 500;
}

/* ── Promo video (removed) ── */

/* ── Contact ── */
.mv-landing-contact {
    background:
        radial-gradient(ellipse 90% 60% at 20% 0%, rgba(0, 116, 188, 0.1), transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 100%, rgba(123, 63, 191, 0.1), transparent 60%),
        linear-gradient(165deg, #e8f3fb 0%, #f4f9ff 50%, #eef5fc 100%);
}

.mv-landing-contact-card.mv-card {
    padding: 1.5rem 1.35rem 1.75rem;
    box-shadow: var(--mv-landing-shadow-md);
}

.mv-landing-contact-card .mv-consent-field {
    margin: 0.85rem 0 0;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: var(--mv-landing-radius-sm);
    background: rgba(255, 255, 255, 0.72);
}

.mv-landing-contact-card .mv-consent-field + .mv-consent-field {
    margin-top: 0.65rem;
}

.mv-landing-contact-card .mv-consent-field > label:first-child {
    margin-bottom: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--mv-landing-blue-dark);
}

.mv-landing-contact-card .mv-consent-option {
    gap: 0.65rem;
    line-height: 1.45;
    font-size: 0.88rem;
}

.mv-landing-contact-actions {
    margin-top: 1.75rem;
    margin-bottom: 0.25rem;
    text-align: center;
}

.mv-landing-contact .mv-btn-landing-submit {
    background: linear-gradient(180deg, #8f55cf, var(--mv-landing-purple));
    border: 1px solid rgba(101, 47, 163, 0.4);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0.95rem 2rem;
    border-radius: var(--mv-landing-radius-pill);
    min-width: min(100%, 22rem);
    box-shadow: 0 12px 28px rgba(123, 63, 191, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mv-landing-contact .mv-btn-landing-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(123, 63, 191, 0.36);
}

.mv-landing .mv-muted {
    color: #6b7280;
}

/* ── Bottom info cards ── */
.mv-landing-bottom {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    background:
        radial-gradient(ellipse 80% 55% at 15% 100%, rgba(0, 116, 188, 0.08), transparent 60%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.mv-landing-footer-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    max-width: var(--mv-landing-shell-max);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.mv-landing-call-card {
    text-align: center;
    padding: 1.75rem 1.5rem;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(0, 116, 188, 0.1), transparent 65%),
        rgba(255, 255, 255, 0.95);
    box-shadow: var(--mv-landing-shadow-md);
}

.mv-landing-call-card-title {
    margin: 0 0 0.65rem;
    font-size: 1.2rem;
    color: var(--mv-landing-blue-dark);
}

.mv-landing-call-card-lead {
    margin: 0 0 1rem;
    color: #4b5563;
    line-height: 1.55;
}

.mv-landing-call-card-phone {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--mv-landing-blue);
    text-decoration: none !important;
    letter-spacing: 0.01em;
}

.mv-landing-call-card-phone:hover {
    color: var(--mv-landing-blue-dark);
}

.mv-landing-company-card {
    padding: 1.75rem 1.5rem;
    background: linear-gradient(155deg, #003d66 0%, #005a94 48%, #0074bc 100%);
    color: #fff;
    border: none;
    box-shadow: var(--mv-landing-shadow-md);
}

.mv-landing-company-tagline {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    opacity: 0.92;
    line-height: 1.5;
}

.mv-landing-company-name {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.mv-landing-company-address {
    margin: 0 0 1.25rem;
    font-style: normal;
    line-height: 1.65;
    font-size: 0.95rem;
}

.mv-landing-company-address a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mv-landing-company-address a:hover {
    opacity: 0.9;
}

.mv-landing-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.mv-landing-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border-radius: var(--mv-landing-radius-pill);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.15s ease, transform 0.15s ease;
}

.mv-landing-social-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.mv-landing-social-btn--youtube:hover {
    background: rgba(255, 0, 0, 0.35);
}

.mv-landing-social-btn--facebook:hover {
    background: rgba(24, 119, 242, 0.45);
}

.mv-landing-social-btn--instagram:hover {
    background: rgba(225, 48, 108, 0.4);
}

@media (max-width: 960px) {
    .mv-landing-hero {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding-top: 1.75rem;
    }

    .mv-landing-hero-image-wrap {
        order: -1;
    }

    .mv-landing-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mv-landing-welcome-badge {
        top: 0.65rem;
        right: 0.65rem;
        width: 3.35rem;
        height: 3.35rem;
        border-width: 1.5px;
    }

    .mv-landing-welcome-badge-mark {
        font-size: 0.6rem;
    }
}

@media (max-width: 640px) {
    .mv-landing-header-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
    }

    .mv-landing-header-actions {
        margin-left: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .mv-landing-header-actions .mv-lang-trigger,
    .mv-landing-header-cta,
    .mv-landing-header-phone {
        width: 100%;
        justify-content: center;
    }

    .mv-landing-header-cta {
        width: 100%;
        font-size: 0.78rem;
        padding: 0.6rem 0.65rem;
        white-space: normal;
        text-align: center;
    }

    .mv-landing-header-phone {
        width: 100%;
        font-size: 0.78rem;
        text-align: center;
        white-space: normal;
        line-height: 1.25;
    }

    .mv-landing-prefix-field .mv-landing-prefix-picker {
        max-width: none;
    }

    .mv-landing-footer-cards {
        grid-template-columns: 1fr;
    }

    .mv-landing-form-grid {
        grid-template-columns: 1fr;
    }

    .mv-landing-calendar-stage {
        max-width: none;
        padding: 1rem 0.85rem 1.1rem;
    }

    .mv-landing-booking-card .mv-book-step--date {
        text-align: left;
    }

    .mv-landing-benefits {
        grid-template-columns: 1fr;
    }

    .mv-landing-welcome-badge {
        top: 0.5rem;
        right: 0.5rem;
        width: 2.65rem;
        height: 2.65rem;
        border-width: 1.5px;
        box-shadow: 0 5px 14px rgba(15, 23, 42, 0.24);
    }

    .mv-landing-welcome-badge-mark {
        font-size: 0.5rem;
        letter-spacing: 0.03em;
    }

    .mv-landing .mv-book-actions .mv-btn,
    .mv-landing-contact .mv-btn-landing-submit {
        width: 100%;
        min-width: 0;
    }
}

/* ── Cookie policy page ── */
.mv-landing-cookie-policy {
    padding: 2rem 1.5rem 3rem;
}

.mv-landing-cookie-policy-title {
    margin: 0 0 1.75rem;
    text-align: center;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: var(--mv-landing-blue-dark);
    font-weight: 700;
}

.mv-landing-cookie-section {
    margin-bottom: 2rem;
}

.mv-landing-cookie-section h2 {
    margin: 0 0 0.85rem;
    font-size: 1.2rem;
    color: var(--mv-landing-blue-dark);
}

.mv-landing-cookie-section h3 {
    margin: 1.35rem 0 0.55rem;
    font-size: 1rem;
    color: #374151;
}

.mv-landing-cookie-section p,
.mv-landing-cookie-section li {
    margin: 0 0 0.75rem;
    color: #4b5563;
    line-height: 1.6;
    font-size: 0.92rem;
}

.mv-landing-cookie-section ul {
    margin: 0 0 0.85rem;
    padding-left: 1.25rem;
}

.mv-landing-cookie-consent-panel {
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: var(--mv-landing-radius-md);
    background: rgba(255, 255, 255, 0.85);
}

.mv-landing-cookie-consent-line {
    margin: 0 0 0.65rem;
    font-size: 0.9rem;
    color: #4b5563;
}

.mv-landing-cookie-label {
    display: block;
    margin-bottom: 0.2rem;
    color: #6b7280;
    font-size: 0.82rem;
}

.mv-landing-cookie-muted {
    font-size: 0.85rem;
    color: #9ca3af;
}

.mv-landing-cookie-settings-btn {
    margin-top: 0.75rem;
}

.mv-landing-cookie-updated {
    font-size: 0.82rem;
    color: #9ca3af;
}

.mv-landing-cookie-table-title {
    margin: 1.5rem 0 0.65rem;
    font-size: 1rem;
    color: var(--mv-landing-blue-dark);
    font-weight: 600;
}

.mv-landing-cookie-table-wrap {
    overflow-x: auto;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--mv-landing-radius-sm);
    background: rgba(255, 255, 255, 0.9);
}

.mv-landing-cookie-table {
    width: 100%;
    min-width: 52rem;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.mv-landing-cookie-table th,
.mv-landing-cookie-table td {
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    text-align: left;
    vertical-align: top;
}

.mv-landing-cookie-table th {
    background: rgba(var(--mv-landing-blue-rgb), 0.06);
    color: var(--mv-landing-blue-dark);
    font-weight: 600;
    white-space: nowrap;
}

.mv-landing-cookie-table td {
    color: #4b5563;
    line-height: 1.45;
}

.mv-landing-cookie-table tbody tr:last-child td {
    border-bottom: none;
}
