/* ML Booking marketing homepage */
:root {
    --home-ink: #111111;
    --home-muted: #5c5c5c;
    --home-line: rgba(17, 17, 17, 0.08);
    --home-bg: #f6f4f1;
    --home-card: #ffffff;
    --home-max: 1180px;
}

body.home {
    margin: 0;
    background: #fff;
    color: var(--home-ink);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.home a {
    color: inherit;
}

.home-wrap {
    width: min(var(--home-max), calc(100% - 40px));
    margin: 0 auto;
}

.home-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--home-line);
}

.home-nav .home-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.home-brand img {
    display: block;
    height: 36px;
    width: auto;
}

.home-links {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    min-height: 72px;
}

.home-links > a,
.home-drop > a,
.home-drop-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2a2a2a;
}

.home-drop-btn {
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    letter-spacing: inherit;
}

.home-links a:hover {
    color: #000;
}

.home-nav .btn-home {
    align-self: center;
    height: auto;
    min-height: 0;
    padding: 0.4rem 0.95rem;
    font-size: 0.875rem;
    line-height: 1.2;
}

.home-menu-btn {
    display: none;
    border: 1px solid var(--home-line);
    background: #fff;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.btn-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn-home:hover {
    transform: translateY(-1px);
}

.btn-home-dark {
    background: #111;
    color: #fff !important;
}

.btn-home-dark:hover {
    background: #000;
}

.btn-home-line {
    background: #fff;
    border-color: rgba(17, 17, 17, 0.18);
    color: #111 !important;
}

.btn-home-ghost {
    background: transparent;
    color: #111 !important;
}

.btn-home-light {
    background: #fff;
    color: #111 !important;
}

.home-hero {
    padding: 4.5rem 0 2rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(214, 186, 168, 0.28), transparent 36%),
        radial-gradient(circle at 90% 10%, rgba(196, 176, 214, 0.22), transparent 32%),
        #fff;
}

.home-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.home-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 600;
}

.home-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 650;
}

.home-hero p.lead {
    margin: 0 auto 1.75rem;
    max-width: 36rem;
    font-size: 1.15rem;
    color: var(--home-muted);
}

.home-hero-cta {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.home-hero-media {
    margin: 3rem auto 0;
    max-width: 980px;
}

.home-hero-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
}

.home-industries {
    padding: 1.25rem 0 3.5rem;
    border-bottom: 1px solid var(--home-line);
}

.home-industries ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-industries li {
    padding: 0;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    font-size: 0.88rem;
    color: #3d3d3d;
    background: #fff;
}

.home-industries a {
    display: block;
    padding: 0.45rem 0.9rem;
    text-decoration: none;
    color: inherit;
    border-radius: 999px;
}

.home-industries a:hover {
    background: #111;
    color: #fff;
}

.home-drop {
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: stretch;
}

.home-drop-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    max-height: 70vh;
    overflow: auto;
    padding: 0.55rem 0;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.1);
    z-index: 50;
}

.home-drop-wide {
    min-width: 360px;
    display: none;
    grid-template-columns: 1fr 1fr;
}

.home-drop:hover .home-drop-menu,
.home-drop:focus-within .home-drop-menu {
    display: block;
}

.home-drop:hover .home-drop-wide,
.home-drop:focus-within .home-drop-wide {
    display: grid;
}

.home-drop-menu a {
    display: block;
    padding: 0.45rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    color: #2a2a2a;
}

.home-drop-menu a:hover {
    background: #f6f4f1;
    color: #000;
}

.home-crumb {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: #7a7a7a;
}

.home-crumb a {
    color: inherit;
    text-decoration: none;
}

.home-crumb a:hover {
    color: #111;
}

.home-inner-hero {
    padding: 4.5rem 0 6.5rem;
    background:
        radial-gradient(ellipse 80% 85% at 12% -5%, rgba(214, 186, 168, 0.3), transparent 58%),
        radial-gradient(ellipse 70% 75% at 92% -8%, rgba(196, 176, 214, 0.24), transparent 54%),
        #fff;
}

.home-inner-hero:has(.home-hero-media) {
    padding-bottom: 3rem;
}

.home-inner-hero .home-hero-media {
    margin-top: 2.25rem;
}

.home-points-4 {
    grid-template-columns: repeat(2, 1fr);
}

a.home-point {
    display: block;
    text-decoration: none;
    color: inherit;
}

a.home-point:hover {
    border-color: #111;
}

.home-photos a {
    text-decoration: none;
    color: inherit;
}

.home-more-industries {
    margin-top: 1.75rem;
}

.home-more-industries a {
    font-weight: 600;
}

.home-prose {
    max-width: 720px;
}

.home-prose h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.home-prose p {
    margin: 0 0 1.2rem;
    color: var(--home-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.home-prose p:last-child {
    margin-bottom: 0;
}

.home-prose-follow {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--home-line);
}

.home-prose .home-list {
    margin-top: 1.35rem;
}

.home-chip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.home-chip-row a {
    padding: 0.4rem 0.8rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.88rem;
}

.home-chip-row a:hover {
    background: #111;
    color: #fff;
}

.home-cta-band .home-center {
    margin-bottom: 0;
}

.home-cta-band p {
    margin: 0 0 1.25rem;
}

.home-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.home-industry-card {
    display: block;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    text-decoration: none;
    color: inherit;
}

.home-industry-card:hover {
    border-color: #111;
}

.home-industry-card h2 {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
}

.home-industry-card p {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.92rem;
}

.home-faq {
    display: grid;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.home-faq article {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    padding: 1.2rem 1.3rem;
}

.home-faq h3 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
}

.home-faq p {
    margin: 0;
    color: var(--home-muted);
}

.home-compare-table-wrap {
    overflow-x: auto;
}

.home-compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    overflow: hidden;
}

.home-compare-table th,
.home-compare-table td {
    text-align: left;
    vertical-align: top;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--home-line);
    font-size: 0.95rem;
}

.home-compare-table thead th {
    background: #111;
    color: #fff;
    font-weight: 600;
}

.home-compare-table tbody th {
    width: 22%;
    font-weight: 600;
}

.home-cta-band h2 {
    margin-bottom: 0.6rem;
}

.home-section {
    padding: 5.5rem 0;
}

.home-section.tint {
    background: var(--home-bg);
}

.home-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.home-split.reverse .home-split-copy {
    order: 2;
}

.home-split img,
.home-split .ml-mock {
    width: 100%;
    min-height: 360px;
    max-height: 480px;
    border-radius: 22px;
}

.home-split img {
    height: 100%;
    object-fit: cover;
}

.ml-mock {
    background: #fff;
    border: 1px solid var(--home-line);
    padding: 1.25rem 1.3rem 1.4rem;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.06);
}

.ml-mock-bar,
.ml-mock-widget-title,
.wd-widget-title {
    font-weight: 650;
    margin-bottom: 1rem;
}

.ml-mock-row {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0.8rem;
    border: 1px solid var(--home-line);
    border-radius: 12px;
    margin-bottom: 0.55rem;
    font-size: 0.95rem;
}

.ml-mock-row.on,
.wd-services li.on,
.wd-slots span.on,
.ml-mock-slots span.on {
    background: #111;
    color: #fff;
    border-color: #111;
}

.ml-mock-slots,
.wd-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1rem 0 1.1rem;
}

.ml-mock-slots span,
.wd-slots span {
    padding: 0.4rem 0.7rem;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    font-size: 0.85rem;
}

.ml-mock-btn,
.wd-continue {
    display: inline-flex;
    background: #111;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1.1rem;
    font: inherit;
    font-weight: 600;
}

.ml-mock-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.1rem;
}

.ml-mock-tabs span {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--home-line);
    font-size: 0.85rem;
}

.ml-mock-tabs span.on {
    background: #111;
    color: #fff;
}

.ml-mock-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.ml-mock-cols.one {
    grid-template-columns: 1fr;
    max-width: 180px;
}

.ml-mock-cols em {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}

.ml-mock-cols i {
    display: block;
    height: 42px;
    border-radius: 10px;
    background: #f3f1ee;
    margin-bottom: 0.45rem;
}

.ml-mock-cols i.busy {
    background: #d8cfc4;
}

.ml-mock-cal p {
    margin: 1rem 0 0;
    color: var(--home-muted);
    font-size: 0.9rem;
}

.home-list a {
    font-weight: 600;
}

.home-split h2,
.home-center h2,
.home-contact h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.home-split p,
.home-center > p {
    margin: 0 0 1.1rem;
    color: var(--home-muted);
    font-size: 1.05rem;
}

.home-list {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.home-list li {
    position: relative;
    padding: 0.35rem 0 0.35rem 1.2rem;
    color: #333;
}

.home-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #111;
}

.home-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.home-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.home-photos figure {
    margin: 0;
    position: relative;
}

.home-photos img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}

.home-photos figcaption {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.home-step {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    padding: 1.4rem 1.25rem 1.5rem;
    text-align: left;
}

.home-step span {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #888;
    margin-bottom: 0.7rem;
}

.home-step h3 {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.home-step p {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.home-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.home-point {
    background: #fff;
    border-radius: 18px;
    padding: 1.5rem;
    border: 1px solid var(--home-line);
}

.home-point h3 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.home-point p {
    margin: 0;
    color: var(--home-muted);
}

.home-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: start;
}

.home-contact form {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 20px;
    padding: 1.6rem;
}

.home-contact .form-group {
    margin-bottom: 1rem;
}

.home-contact label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.88rem;
    font-weight: 600;
}

.home-contact input,
.home-contact textarea {
    width: 100%;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 12px;
    padding: 0.8rem 0.9rem;
    font: inherit;
    background: #fafafa;
}

.home-contact input:focus,
.home-contact textarea:focus {
    outline: 0;
    background: #fff;
    border-color: #111;
}

.home-contact textarea {
    min-height: 130px;
    resize: vertical;
}

.home-contact button {
    width: 100%;
}

.home-form-status {
    margin: 0.85rem 0 0;
    padding: 0.8rem 0.95rem;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.45;
}

.home-form-status.is-success {
    background: #eef7f1;
    color: #1d5c38;
    border: 1px solid rgba(29, 92, 56, 0.16);
}

.home-form-status.is-error {
    background: #faf1f0;
    color: #8a241c;
    border: 1px solid rgba(138, 36, 28, 0.14);
}

.home-note {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: #7a7a7a;
}

body.home .footer {
    background: #111;
    color: #ececec;
    padding: 3.5rem 0 1.4rem;
}

body.home .footer .container,
body.home .footer .home-wrap {
    width: min(var(--home-max), calc(100% - 40px));
    margin: 0 auto;
}

body.home .footer-content {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

body.home .footer-brand img {
    height: 34px;
    margin-bottom: 0.85rem;
}

body.home .footer-brand p,
body.home .footer-contact p {
    color: #bdbdbd;
    margin: 0 0 0.4rem;
}

body.home .footer h4 {
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
}

body.home .footer-links a,
body.home .footer-contact a,
body.home .footer-bottom a {
    display: block;
    color: #d7d7d7;
    text-decoration: none;
    margin-bottom: 0.4rem;
}

body.home .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.1rem;
    color: #9a9a9a;
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .home-split,
    .home-split.reverse .home-split-copy,
    .home-photos,
    .home-steps,
    .home-points,
    .home-points-4,
    .home-industry-grid,
    .home-contact-grid,
    body.home .footer-content {
        grid-template-columns: 1fr;
    }

    .home-split.reverse .home-split-copy {
        order: 0;
    }

    .home-photos img {
        height: 240px;
    }

    .home-menu-btn {
        display: inline-flex;
        align-items: center;
        min-height: 40px;
    }

    .home-nav .home-wrap {
        position: relative;
        z-index: 2;
    }

    .home-nav {
        z-index: 80;
    }

    .home-links {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 41;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-height: 0;
        height: calc(100vh - 72px);
        height: calc(100dvh - 72px);
        padding: 0.35rem 20px calc(1.5rem + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-bottom: 1px solid var(--home-line);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .home-links.open {
        display: flex;
    }

    body.home-nav-open {
        overflow: hidden;
    }

    .home-links > a,
    .home-drop-btn {
        width: 100%;
        min-height: 48px;
        justify-content: space-between;
        padding: 0.7rem 0;
        border-bottom: 1px solid var(--home-line);
        font-size: 1.05rem;
    }

    .home-drop-btn:after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #111;
        border-bottom: 2px solid #111;
        transform: rotate(45deg);
        margin-right: 4px;
        flex: none;
    }

    .home-drop.is-open .home-drop-btn:after {
        transform: rotate(-135deg);
        margin-top: 6px;
    }

    .home-nav .home-links .btn-home {
        width: 100%;
        margin-top: 0.75rem;
        justify-content: center;
        border-bottom: 0;
        min-height: 48px;
    }

    .home-nav .home-links .btn-home-ghost {
        margin-top: 1rem;
        border: 1px solid var(--home-line);
    }

    .home-drop {
        width: 100%;
        display: block;
        align-self: auto;
    }

    .home-drop-menu,
    .home-drop-wide,
    .home-drop:hover .home-drop-menu,
    .home-drop:focus-within .home-drop-menu,
    .home-drop:hover .home-drop-wide,
    .home-drop:focus-within .home-drop-wide {
        position: static;
        display: none;
        flex-direction: column;
        grid-template-columns: 1fr;
        box-shadow: none;
        border: 0;
        padding: 0 0 0.55rem 0.85rem;
        max-height: none;
        min-width: 0;
        border-radius: 0;
    }

    .home-drop.is-open .home-drop-menu,
    .home-drop.is-open .home-drop-wide {
        display: flex;
    }

    .home-drop-menu a {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 0.45rem 0;
    }

    .home-hero,
    .home-inner-hero {
        padding: 2.6rem 0 2.8rem;
    }

    .home-hero h1 {
        font-size: 2.15rem;
    }

    .home-hero p.lead {
        font-size: 1.02rem;
    }
}

.wd-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
    margin-bottom: 1.5rem;
}

.wd-label {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b6b6b;
}

.wd-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.wd-pills button {
    border: 1px solid var(--home-line);
    background: #fff;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
}

.wd-pills button.on {
    background: #111;
    color: #fff;
    border-color: #111;
}

.wd-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 860px;
    min-height: 860px;
    border: 1px solid var(--home-line);
    border-radius: 22px;
    overflow: hidden;
    background: #f6f4f1;
}

.wd-site {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0.85rem 0.95rem 0.95rem;
}

.wd-site-nav {
    font-weight: 650;
    margin-bottom: 0.75rem;
}

.wd-site-copy {
    display: none;
}

.wd-inline {
    flex: 1;
    min-height: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    overflow: hidden;
}

.wd-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.wd-empty {
    flex: 1;
    background: #fff;
    border: 1px dashed var(--home-line);
    border-radius: 16px;
    padding: 2rem 1.25rem;
    color: var(--home-muted);
}

.wd-widget {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    padding: 1.15rem;
}

.wd-search {
    border: 1px solid var(--home-line);
    border-radius: 10px;
    padding: 0.65rem 0.8rem;
    color: #8a8a8a;
    margin-bottom: 0.85rem;
}

.wd-services {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wd-services li {
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 0.7rem;
    border: 1px solid var(--home-line);
    border-radius: 10px;
    margin-bottom: 0.45rem;
}

.wd-launch,
.wd-link-line,
.wd-fab {
    display: none;
}

.wd-stage[data-mode="button"] .wd-inline,
.wd-stage[data-mode="floating"] .wd-inline,
.wd-stage[data-mode="slide"] .wd-inline,
.wd-stage[data-mode="link"] .wd-inline,
.wd-stage[data-mode="button"] .wd-empty,
.wd-stage[data-mode="floating"] .wd-empty,
.wd-stage[data-mode="slide"] .wd-empty,
.wd-stage[data-mode="link"] .wd-empty {
    display: none;
}

.wd-stage[data-mode="button"] .wd-launch,
.wd-stage[data-mode="slide"] .wd-launch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1;
}

.wd-stage[data-mode="link"] .wd-link-line {
    display: block;
    margin: 0;
    font-size: 0.95rem;
}

.wd-stage[data-mode="link"] .wd-link-line span {
    font-weight: 600;
}

.wd-stage[data-mode="floating"] .wd-fab {
    display: flex;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font: inherit;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
}

.wd-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.35);
    z-index: 3;
}

.wd-overlay[hidden] {
    display: none;
}

.wd-panel {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
    max-height: none;
    transform: none;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    padding: 0.65rem 0.65rem 0;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.wd-panel .wd-frame,
.wd-frame-slot .wd-frame {
    flex: 1;
    height: 100%;
    min-height: 0;
    border-radius: 12px;
}

.wd-stage[data-mode="slide"] .wd-panel {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: min(520px, 92%);
    max-height: none;
    height: 100%;
    border-radius: 0;
    padding: 0.65rem 0.65rem 0;
    transform: translateX(100%);
    transition: transform 0.28s ease;
}

.wd-stage[data-mode="slide"] .wd-overlay.is-open .wd-panel {
    transform: translateX(0);
}

.wd-stage[data-mode="slide"] .wd-panel .wd-frame,
.wd-stage[data-mode="slide"] .wd-frame-slot .wd-frame {
    height: calc(100% - 2.4rem);
    min-height: 0;
    flex: 1;
}

.wd-close {
    display: block;
    margin: 0 0 0.75rem auto;
    border: 0;
    background: none;
    font: inherit;
    cursor: pointer;
    color: #666;
}

.wd-stage[data-layout="compact"] .wd-services li:last-child,
.wd-stage[data-layout="search"] .wd-services {
    display: none;
}

.wd-stage[data-layout="search"] .wd-search {
    margin-bottom: 0;
}

.wd-caption {
    margin: 1rem 0 0;
    color: var(--home-muted);
    text-align: center;
}

.wd-cal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.wd-launch-btn {
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 0.8rem 1.2rem;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 900px) {
    .wd-cal-grid {
        grid-template-columns: 1fr;
    }
}

.wd-frame-slot {
    flex: 1;
    min-height: 0;
    display: flex;
}

.wd-link-line a {
    font-weight: 600;
}

.wd-link-preview {
    display: none;
    margin-left: 0.6rem;
    border: 0;
    background: none;
    font: inherit;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.wd-stage[data-mode="link"] .wd-link-preview {
    display: inline;
}

.ml-soon {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: #f3e6b3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ml-anywhere {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 760px;
}

.ml-anywhere .home-kicker {
    display: block;
}

.ml-anywhere h2 {
    margin: 0.35rem 0 0.85rem;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.ml-anywhere p {
    margin: 0;
    color: var(--home-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.ml-anywhere-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-start;
}

.ml-anywhere-icon {
    flex: 0 0 58px;
    width: 58px;
    max-width: 58px;
    height: 58px;
    min-height: 58px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--home-line);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    font-size: 0.58rem;
    font-weight: 650;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

body.home .ml-anywhere-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
    flex: none;
}

.ml-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
    padding-top: 1.4rem;
}

.ml-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 22px;
    padding: 1.7rem 1.45rem 1.45rem;
}

.ml-price-card.is-featured {
    background: #111;
    border-color: #111;
    color: #fff;
    transform: translateY(-14px);
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.18);
    z-index: 1;
}

.ml-price-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: #f3e6b3;
    color: #111;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.home .ml-price-card h2 {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

body.home .ml-price-card.is-featured h2,
.ml-price-card.is-featured .ml-price-amt {
    color: #fff;
}

.ml-price-blurb {
    margin: 0 0 0.85rem;
    color: var(--home-muted);
    font-size: 0.92rem;
}

.ml-price-card.is-featured .ml-price-blurb,
.ml-price-card.is-featured .ml-price-sale,
.ml-price-card.is-featured .ml-price-save {
    color: rgba(255, 255, 255, 0.7);
}

.ml-price-card .btn-home {
    width: 100%;
    margin-top: auto;
}

.ml-price-features {
    flex: 1 1 auto;
    margin: 0.35rem 0 0;
    padding: 0 0 1.85rem;
    list-style: none;
}

.ml-price-features li {
    position: relative;
    padding: 0.38rem 0 0.38rem 1.25rem;
    color: #333;
    font-size: 0.92rem;
}

.ml-price-card.is-featured .ml-price-features li {
    color: rgba(255, 255, 255, 0.92);
}

.ml-price-features li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #111;
}

.ml-price-card.is-featured .ml-price-features li:before {
    background: #f3e6b3;
}

.ml-price-amt {
    margin: 0 0 0.75rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--home-ink);
}

.ml-price-box {
    margin: 0 0 0.85rem;
    min-height: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ml-price-was-row {
    margin: 0 0 0.2rem;
    line-height: 1.2;
}

.ml-price-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
}

.ml-price-line .ml-price-amt {
    margin-bottom: 0;
}

.ml-price-was {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--home-muted);
    text-decoration: line-through;
    opacity: 0.85;
}

.ml-price-card.is-featured .ml-price-was {
    color: rgba(255, 255, 255, 0.65);
}

.ml-price-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 999px;
    background: #eaf6ee;
    color: #1e5a32;
    letter-spacing: 0.01em;
    vertical-align: middle;
}

.ml-price-card.is-featured .ml-price-badge {
    background: #f3e6b3;
    color: #111;
}

.ml-price-badge-savings {
    background: #e8f0fe;
    color: #1967d2;
}

.ml-price-card.is-featured .ml-price-badge-savings {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ml-price-cta-form {
    margin-top: 1.25rem;
    width: 100%;
}

.ml-price-card .btn-home.w-100,
.ml-price-cta-form .btn-home.w-100 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.ml-price-card p,
.ml-price-sale,
.ml-price-save {
    color: var(--home-muted);
    font-size: 0.95rem;
}

.ml-price-card .ml-price-amt {
    color: var(--home-ink);
}

.ml-price-card.is-featured p,
.ml-price-card.is-featured .ml-price-sale,
.ml-price-card.is-featured .ml-price-save {
    color: rgba(255, 255, 255, 0.72);
}

.ml-price-card.is-featured .ml-price-popular {
    color: #111;
}

.ml-price-card.is-featured .ml-price-amt {
    color: #fff;
}

.ml-price-lines {
    margin: 0;
    padding-left: 1.1rem;
}

.ml-price-source {
    margin: 0.7rem 0 0;
    font-size: 0.85rem;
    color: var(--home-muted);
}

@media (max-width: 900px) {
    .ml-price-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ml-price-card.is-featured {
        transform: none;
    }
}

@media (max-width: 800px) {
    .ml-anywhere {
        grid-template-columns: 1fr;
    }

    .wd-stage {
        height: min(68vh, 560px);
        min-height: 420px;
        border-radius: 16px;
    }

    .wd-site {
        padding: 0.7rem 0.7rem 0.75rem;
    }

    .wd-stage[data-mode="slide"] .wd-panel {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .home-wrap {
        width: min(var(--home-max), calc(100% - 28px));
    }

    .ml-price-grid {
        grid-template-columns: 1fr;
    }

    .wd-stage {
        height: min(72vh, 520px);
        min-height: 380px;
        border-radius: 14px;
    }

    .wd-toolbar {
        gap: 1.1rem;
        margin-bottom: 1.1rem;
    }

    .wd-pills {
        gap: 0.35rem;
    }

    .wd-pills button {
        min-height: 40px;
        padding: 0.4rem 0.75rem;
        font-size: 0.85rem;
    }

    .home-compare-table th,
    .home-compare-table td {
        padding: 0.75rem 0.8rem;
        font-size: 0.88rem;
    }

    .home-contact input,
    .home-contact textarea,
    .home-contact button {
        min-height: 44px;
        font-size: 16px;
    }
}
