.mfx-landing {
    --mfx-bg: #1d2027;
    --mfx-bg-soft: #343b45;
    --mfx-card: #282b30;
    --mfx-card-soft: #20252a;
    --mfx-text: #f4f5f8;
    --mfx-muted: #b9bec8;
    --mfx-dim: #7c8591;
    --mfx-aqua: #9cecf4;
    --mfx-pink: #f4a0d5;
    --mfx-blue: #8d9af8;
    --mfx-green: #a6f99b;
    --mfx-line: rgba(156, 236, 244, 0.58);
    --mfx-shell: 1180px;
    background: var(--mfx-bg);
    color: var(--mfx-text);
    font-family: Inter, Montserrat, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.2;
    margin-left: calc(50% - 50vw);
    min-height: 100vh;
    overflow: hidden;
    width: 100vw;
}

.mfx-landing,
.mfx-landing * {
    box-sizing: border-box;
}

.mfx-landing a {
    color: inherit;
    text-decoration: none;
}

.mfx-shell {
    margin: 0 auto;
    max-width: var(--mfx-shell);
    padding: 0 54px;
    width: 100%;
}

.mfx-hero {
    background-image:
        linear-gradient(180deg, rgba(20, 23, 31, 0.54), rgba(20, 23, 31, 0.82)),
        linear-gradient(90deg, rgba(20, 23, 31, 0.96), rgba(20, 23, 31, 0.4)),
        var(--mfx-hero-image);
    background-position: center;
    background-size: cover;
    min-height: 700px;
    padding: 42px 0 50px;
}

.mfx-topbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.mfx-brand {
    color: var(--mfx-text);
    font-size: 28px;
    font-weight: 900;
}

.mfx-nav {
    align-items: center;
    display: flex;
    gap: 36px;
}

.mfx-nav a {
    color: var(--mfx-muted);
    font-size: 13px;
    font-weight: 800;
}

.mfx-nav .mfx-nav-cta {
    background: var(--mfx-aqua);
    border-radius: 999px;
    color: #1e252b;
    padding: 11px 22px;
}

.mfx-hero-content {
    max-width: 720px;
    padding-top: 142px;
}

.mfx-trip-pill {
    border: 1px solid var(--mfx-aqua);
    border-radius: 999px;
    color: var(--mfx-aqua);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 8px;
    margin: 0 0 42px;
    padding: 13px 22px;
    text-transform: uppercase;
}

.mfx-hero h1,
.mfx-included h2,
.mfx-packages h2,
.mfx-form-section h2,
.mfx-faq h2 {
    color: var(--mfx-text);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.06;
    margin: 0;
}

.mfx-hero h1 {
    max-width: 660px;
}

.mfx-hero p:not(.mfx-trip-pill) {
    color: #d7dbe3;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.28;
    margin: 28px 0 0;
    max-width: 620px;
}

.mfx-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.mfx-hero-actions span {
    color: var(--mfx-pink);
    font-size: 13px;
    font-weight: 900;
}

.mfx-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
    padding: 12px 24px;
    text-align: center;
}

.mfx-button--primary {
    background: var(--mfx-aqua);
    color: #1e252b;
}

.mfx-button--ghost {
    border: 1px solid rgba(244, 245, 248, 0.75);
    color: var(--mfx-text);
}

.mfx-experience-row {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 150px repeat(4, 1fr);
    margin-top: 64px;
    max-width: 880px;
}

.mfx-experience-label {
    color: var(--mfx-aqua);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 8px;
    line-height: 1.1;
    text-transform: uppercase;
}

.mfx-experience-row div:not(.mfx-experience-label) {
    border-left: 1px solid var(--mfx-line);
    padding-left: 24px;
}

.mfx-experience-row strong {
    color: var(--mfx-text);
    display: block;
    font-size: 43px;
    font-weight: 900;
    line-height: 0.95;
}

.mfx-experience-row span {
    color: var(--mfx-muted);
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-top: 8px;
}

.mfx-proof {
    background: var(--mfx-bg-soft);
    padding: 31px 0;
}

.mfx-proof .mfx-shell {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 170px repeat(3, 1fr);
}

.mfx-proof strong,
.mfx-proof span {
    color: var(--mfx-text);
    font-size: 16px;
    font-weight: 900;
}

.mfx-proof span {
    color: #d8dce4;
    font-size: 13px;
    text-transform: uppercase;
}

.mfx-included {
    background: var(--mfx-bg);
    padding: 108px 0 86px;
}

.mfx-kicker {
    color: var(--mfx-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 8px;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.mfx-included-grid {
    display: grid;
    gap: 26px 34px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
}

.mfx-included-grid article {
    align-items: center;
    background: var(--mfx-card);
    border-radius: 18px;
    display: flex;
    gap: 18px;
    min-height: 68px;
    padding: 12px 18px;
}

.mfx-included-grid span {
    align-items: center;
    background: var(--mfx-pink);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.mfx-included-grid img {
    display: block;
    height: 21px;
    object-fit: contain;
    width: 21px;
}

.mfx-included-grid strong {
    color: var(--mfx-aqua);
    font-size: 13px;
    font-weight: 900;
}

.mfx-small-cta {
    color: var(--mfx-muted);
    font-size: 14px;
    font-weight: 700;
    margin: 74px 0 18px;
}

.mfx-small-cta strong {
    color: var(--mfx-text);
}

.mfx-packages {
    background: var(--mfx-bg-soft);
    padding: 58px 0 54px;
}

.mfx-packages > .mfx-shell > p:not(.mfx-kicker):not(.mfx-price-note) {
    color: var(--mfx-muted);
    font-size: 15px;
    font-weight: 800;
    margin: 23px 0 0;
}

.mfx-package-grid {
    display: grid;
    gap: 45px;
    grid-template-columns: 1fr 1fr;
    margin-top: 58px;
}

.mfx-package {
    background: var(--mfx-card);
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--mfx-text);
    min-height: 345px;
    padding: 38px 34px 32px;
}

.mfx-package--premium {
    border-color: var(--mfx-aqua);
}

.mfx-package p {
    color: var(--mfx-dim);
    font-size: 12px;
    font-weight: 900;
    margin: 0 0 22px;
}

.mfx-package p em {
    color: var(--mfx-text);
    font-style: normal;
    margin-left: 16px;
}

.mfx-package h3 {
    color: var(--mfx-text);
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 18px;
}

.mfx-package--premium h3 {
    color: var(--mfx-aqua);
}

.mfx-package > span {
    color: var(--mfx-dim);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 34px;
}

.mfx-package ul {
    color: var(--mfx-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
}

.mfx-package li {
    padding-left: 23px;
    position: relative;
}

.mfx-package li + li {
    margin-top: 12px;
}

.mfx-package li::before {
    color: #55ea5a;
    content: "✓";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.mfx-package a {
    align-items: center;
    border: 1px solid rgba(244, 245, 248, 0.78);
    border-radius: 999px;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    text-align: center;
}

.mfx-package--premium a {
    background: var(--mfx-aqua);
    border-color: var(--mfx-aqua);
    color: #1e252b;
}

.mfx-price-note {
    color: var(--mfx-muted);
    font-size: 13px;
    font-weight: 800;
    margin: 54px 0 0;
    text-align: center;
}

.mfx-form-section {
    background: var(--mfx-bg);
    padding: 64px 0 104px;
    text-align: center;
}

.mfx-form-section h2 {
    margin: 0 auto;
    max-width: 520px;
}

.mfx-form-section p {
    color: var(--mfx-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    margin: 28px auto 0;
    max-width: 560px;
}

.mfx-form-section p strong {
    color: var(--mfx-pink);
}

.mfx-form-card {
    background: var(--mfx-card-soft);
    border-radius: 14px;
    margin: 70px auto 0;
    max-width: 470px;
    min-height: 260px;
    padding: 28px;
    text-align: left;
}

.mfx-form-card .hs-form-frame {
    min-height: 260px;
    width: 100%;
}

.mfx-form-card iframe {
    border: 0;
    min-height: 260px;
    width: 100%;
}

.mfx-preview-form {
    display: grid;
    gap: 18px;
}

.mfx-preview-form input,
.mfx-preview-form select {
    background: var(--mfx-card);
    border: 0;
    border-radius: 9px;
    color: var(--mfx-text);
    font: inherit;
    min-height: 45px;
    padding: 13px 18px;
}

.mfx-preview-form button {
    background: var(--mfx-aqua);
    border: 0;
    border-radius: 999px;
    color: #1e252b;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    justify-self: center;
    margin-top: 18px;
    min-height: 46px;
    padding: 12px 24px;
}

.mfx-faq {
    background: var(--mfx-bg-soft);
    padding: 58px 0 70px;
}

.mfx-faq-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr 1fr;
    margin: 52px 0 46px;
}

.mfx-faq article {
    background: var(--mfx-card);
    border-radius: 12px;
    padding: 28px;
}

.mfx-faq h3 {
    color: var(--mfx-text);
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 16px;
}

.mfx-faq h3::before {
    color: var(--mfx-aqua);
    content: "ⓘ";
    margin-right: 9px;
}

.mfx-faq p {
    color: var(--mfx-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.28;
    margin: 0;
}

.mfx-footer {
    background: var(--mfx-bg);
    color: #686f7b;
    font-size: 11px;
    font-weight: 800;
    padding: 34px 0;
}

.mfx-footer .mfx-shell {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 1020px) {
    .mfx-included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mfx-experience-row,
    .mfx-proof .mfx-shell {
        grid-template-columns: repeat(2, 1fr);
    }

    .mfx-experience-label {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .mfx-shell {
        padding: 0 26px;
    }

    .mfx-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .mfx-nav {
        flex-wrap: wrap;
        gap: 16px;
    }

    .mfx-hero {
        min-height: 0;
        padding-bottom: 58px;
    }

    .mfx-hero-content {
        padding-top: 76px;
    }

    .mfx-trip-pill {
        display: inline-flex;
        font-size: 11px;
        letter-spacing: 4px;
        white-space: normal;
    }

    .mfx-hero h1,
    .mfx-included h2,
    .mfx-packages h2,
    .mfx-form-section h2,
    .mfx-faq h2 {
        font-size: 36px;
    }

    .mfx-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mfx-button,
    .mfx-hero-actions span {
        width: 100%;
    }

    .mfx-package-grid,
    .mfx-faq-grid {
        grid-template-columns: 1fr;
    }

    .mfx-package h3 {
        font-size: 42px;
    }

    .mfx-included,
    .mfx-form-section {
        padding: 68px 0;
    }
}

@media (max-width: 560px) {
    .mfx-shell {
        padding: 0 18px;
    }

    .mfx-brand {
        font-size: 24px;
    }

    .mfx-nav a {
        font-size: 12px;
    }

    .mfx-hero h1,
    .mfx-included h2,
    .mfx-packages h2,
    .mfx-form-section h2,
    .mfx-faq h2 {
        font-size: 30px;
    }

    .mfx-experience-row,
    .mfx-proof .mfx-shell,
    .mfx-included-grid {
        grid-template-columns: 1fr;
    }

    .mfx-experience-row div:not(.mfx-experience-label) {
        border-left: 0;
        border-top: 1px solid var(--mfx-line);
        padding: 18px 0 0;
    }

    .mfx-included-grid article {
        min-height: 62px;
    }

    .mfx-package {
        padding: 28px 22px;
    }

    .mfx-footer .mfx-shell {
        flex-direction: column;
    }
}
