html:has(.mf-landing-v2) {
    scroll-behavior: smooth;
}

body.mf-landing-v2 {
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mf-landing-v2 {
    min-width: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 167, 66, 0.18), transparent 30rem),
        linear-gradient(180deg, #fffaf3 0%, #f7f7f5 42%, #ffffff 100%);
    color: #221f1c;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mf-landing-v2 *,
.mf-landing-v2 *::before,
.mf-landing-v2 *::after {
    box-sizing: border-box;
}

.mf-landing-v2 :focus-visible {
    outline: 3px solid #d96f00;
    outline-offset: 4px;
}

.mfv2-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(1180px, calc(100% - 28px));
    min-height: 68px;
    margin: 10px auto 0;
    padding: 10px 14px;
    border: 1px solid rgba(35, 31, 28, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 44px rgba(45, 34, 20, 0.12);
    backdrop-filter: blur(18px);
}

.mfv2-logo {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    text-decoration: none;
}

.mfv2-logo img {
    width: 148px;
    height: auto;
    display: block;
}

.mfv2-nav {
    display: flex;
    justify-content: center;
    gap: 6px;
    min-width: 0;
}

.mfv2-nav a,
.mfv2-login,
.mfv2-footer__links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #3b342e;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
}

.mfv2-nav a {
    padding: 0 12px;
}

.mfv2-nav a:hover,
.mfv2-login:hover,
.mfv2-footer__links a:hover {
    color: #c96300;
}

.mfv2-header-actions,
.mfv2-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.mfv2-header-actions {
    justify-content: flex-end;
}

.mfv2-login {
    padding: 0 10px;
}

.mfv2-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mfv2-button:hover {
    transform: translateY(-1px);
}

.mfv2-button--small {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.9rem;
}

.mfv2-button--primary {
    background: #ff8b18;
    color: #1f1508;
    box-shadow: 0 12px 28px rgba(255, 139, 24, 0.28);
}

.mfv2-button--secondary {
    border-color: rgba(35, 31, 28, 0.2);
    background: #ffffff;
    color: #2b2722;
}

.mfv2-hero,
.mfv2-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    scroll-margin-top: 96px;
}

.mfv2-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    min-height: min(780px, calc(100vh - 86px));
    padding: clamp(56px, 7vw, 92px) 0 46px;
}

.mfv2-hero__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: grid;
    gap: 22px;
}

.mfv2-kicker {
    margin: 0;
    color: #c96300;
    font-size: clamp(0.82rem, 1.2vw, 0.95rem);
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mfv2-hero h1,
.mfv2-section-heading h2,
.mfv2-partners__copy h2,
.mfv2-testphase h2 {
    margin: 0;
    color: #201b17;
    letter-spacing: 0;
}

.mfv2-hero h1 {
    max-width: 760px;
    font-size: clamp(2.45rem, 6vw, 5.45rem);
    line-height: 0.96;
}

.mfv2-hero h1 span {
    display: block;
    margin-top: 10px;
    color: #e37500;
}

.mfv2-lead,
.mfv2-section-heading p,
.mfv2-partners__copy p,
.mfv2-testphase p,
.mfv2-graphic-card p,
.mfv2-product-card p,
.mfv2-organization-grid p,
.mfv2-compare-card li,
.mfv2-highlight-line,
.mfv2-editor-frame figcaption {
    color: #5e5750;
    font-size: clamp(0.98rem, 1.4vw, 1.1rem);
    line-height: 1.65;
}

.mfv2-lead {
    max-width: 680px;
    margin: 0;
}

.mfv2-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.mfv2-hero-facts li {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(43, 38, 32, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #403830;
    font-size: 0.9rem;
    font-weight: 850;
}

.mfv2-hero__visual {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 610px;
    isolation: isolate;
}

.mfv2-hero-card,
.mfv2-partners__image,
.mfv2-editor-frame,
.mfv2-product-card,
.mfv2-graphic-card,
.mfv2-compare-card,
.mfv2-organization-grid article,
.mfv2-club-card {
    border: 1px solid rgba(31, 27, 23, 0.08);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 54px rgba(45, 34, 20, 0.12);
}

.mfv2-hero-card {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 24px;
}

.mfv2-hero-card img,
.mfv2-graphic-card img,
.mfv2-product-card img,
.mfv2-design-strip img,
.mfv2-partners__image img,
.mfv2-club-card img,
.mfv2-editor-frame img {
    display: block;
    width: 100%;
    height: auto;
}

.mfv2-hero-card--main {
    right: 7%;
    top: 0;
    width: min(74%, 430px);
}

.mfv2-hero-card--nextmatch {
    left: 0;
    top: 18%;
    width: min(42%, 250px);
}

.mfv2-hero-card--schedule {
    right: 0;
    bottom: 3%;
    width: min(50%, 310px);
}

.mfv2-section {
    padding: clamp(54px, 8vw, 92px) 0;
}

.mfv2-section-heading {
    max-width: 790px;
    display: grid;
    gap: 13px;
    margin-bottom: 30px;
}

.mfv2-section-heading h2,
.mfv2-partners__copy h2,
.mfv2-testphase h2 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.03;
}

.mfv2-section-heading p {
    margin: 0;
}

.mfv2-compare,
.mfv2-product-grid,
.mfv2-partners,
.mfv2-editor__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.mfv2-compare-card,
.mfv2-product-card,
.mfv2-organization-grid article,
.mfv2-club-card {
    border-radius: 22px;
    padding: clamp(20px, 3vw, 30px);
}

.mfv2-compare-card--positive {
    border-color: rgba(48, 152, 95, 0.18);
    background: linear-gradient(145deg, #ffffff, #f0fff6);
}

.mfv2-compare-card h3,
.mfv2-graphic-card h3,
.mfv2-product-card h3,
.mfv2-organization-grid h3,
.mfv2-club-card h3 {
    margin: 0 0 12px;
    color: #25211d;
    font-size: clamp(1.15rem, 1.6vw, 1.45rem);
    line-height: 1.2;
}

.mfv2-compare-card ul,
.mfv2-check-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mfv2-compare-card li,
.mfv2-check-list li {
    position: relative;
    padding-left: 28px;
}

.mfv2-compare-card li::before,
.mfv2-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff8b18;
}

.mfv2-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mfv2-graphic-card {
    overflow: hidden;
    border-radius: 22px;
}

.mfv2-graphic-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #ece8e0;
}

.mfv2-graphic-card h3,
.mfv2-graphic-card p {
    padding: 0 18px;
}

.mfv2-graphic-card h3 {
    margin-top: 18px;
}

.mfv2-graphic-card p {
    margin: 0 0 20px;
}

.mfv2-graphic-card--wide {
    grid-column: span 2;
}

.mfv2-editor__grid {
    align-items: center;
}

.mfv2-check-list {
    padding: clamp(22px, 3vw, 34px);
    border-radius: 22px;
    background: #fffaf2;
    color: #403830;
    font-size: clamp(0.98rem, 1.4vw, 1.08rem);
    line-height: 1.55;
}

.mfv2-editor-frame {
    overflow: hidden;
    margin: 0;
    border-radius: 24px;
    background: #211d19;
}

.mfv2-editor-frame__scroll {
    overflow-x: auto;
    padding: 14px;
}

.mfv2-editor-frame img {
    min-width: 680px;
    border-radius: 14px;
}

.mfv2-editor-frame figcaption {
    margin: 0;
    padding: 14px 18px 18px;
    color: #eee5dc;
    font-size: 0.95rem;
}

.mfv2-product-card {
    overflow: hidden;
    padding: 0;
}

.mfv2-product-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #ebe7df;
}

.mfv2-product-card h3,
.mfv2-product-card p {
    padding: 0 22px;
}

.mfv2-product-card h3 {
    margin-top: 22px;
}

.mfv2-product-card p {
    margin: 0 0 24px;
}

.mfv2-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.mfv2-steps li {
    min-height: 106px;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: #29231d;
    color: #fff7ed;
    font-size: 0.98rem;
    font-weight: 850;
}

.mfv2-steps span {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #ff8b18;
    color: #1f1508;
}

.mfv2-organization {
    border-radius: 34px;
    padding-right: clamp(20px, 4vw, 48px);
    padding-left: clamp(20px, 4vw, 48px);
    background: #f5f0e9;
}

.mfv2-organization-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mfv2-organization-grid p {
    margin: 0;
}

.mfv2-highlight-line {
    margin: 22px 0 0;
    padding: 18px 20px;
    border-left: 5px solid #ff8b18;
    border-radius: 16px;
    background: #ffffff;
    font-weight: 850;
}

.mfv2-partners {
    align-items: center;
}

.mfv2-partners__copy {
    display: grid;
    gap: 15px;
}

.mfv2-partners__copy p {
    margin: 0;
}

.mfv2-partners__image {
    overflow: hidden;
    margin: 0;
    border-radius: 26px;
}

.mfv2-design-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mfv2-design-strip img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(45, 34, 20, 0.13);
}

.mfv2-testphase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    border-radius: 34px;
    padding: clamp(28px, 5vw, 54px);
    background: #211b16;
    color: #fff9f1;
}

.mfv2-testphase h2,
.mfv2-testphase p {
    color: inherit;
}

.mfv2-club-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 280px));
    gap: 18px;
}

.mfv2-club-card {
    display: grid;
    justify-items: center;
    gap: 14px;
    text-align: center;
}

.mfv2-club-card img {
    width: 112px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.mfv2-footer {
    position: static;
    width: 100%;
    margin-top: 40px;
    padding: 28px 0;
    border-top: 1px solid rgba(40, 35, 30, 0.1);
    background: #ffffff;
}

.mfv2-footer__inner {
    width: min(1180px, calc(100% - 32px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 auto;
    color: #514941;
    font-weight: 800;
}

.mfv2-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mfv2-footer__links a {
    padding: 0 10px;
}

.mfv2-public-main {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(38px, 7vw, 72px) 0 clamp(54px, 8vw, 88px);
}

.mfv2-public-hero {
    max-width: 860px;
    display: grid;
    gap: 14px;
    margin: 0 auto 28px;
}

.mfv2-public-hero h1,
.mfv2-access-intro h1 {
    margin: 0;
    color: #201b17;
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.mfv2-public-lead {
    max-width: 820px;
    margin: 0;
    color: #5e5750;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.72;
}

.mfv2-back-link {
    width: fit-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: #c96300;
    font-weight: 900;
    text-decoration: none;
}

.mfv2-back-link:hover,
.mfv2-legal-card a:hover,
.mfv2-access-form a:hover {
    text-decoration: underline;
}

.mfv2-legal-card {
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(31, 27, 23, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(45, 34, 20, 0.1);
    color: #3b342e;
    font-size: clamp(0.98rem, 1.3vw, 1.06rem);
    line-height: 1.72;
}

.mfv2-legal-card h2 {
    margin: 34px 0 12px;
    color: #201b17;
    font-size: clamp(1.28rem, 2vw, 1.72rem);
    line-height: 1.22;
    letter-spacing: 0;
}

.mfv2-legal-card h2:first-child {
    margin-top: 0;
}

.mfv2-legal-card p,
.mfv2-legal-card ul {
    margin-top: 0;
}

.mfv2-legal-card a,
.mfv2-access-form a {
    color: #c96300;
    font-weight: 850;
    text-decoration: none;
}

.mfv2-access-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
}

.mfv2-access-intro {
    display: grid;
    gap: 16px;
}

.mfv2-access-intro .mfv2-check-list {
    background: rgba(255, 255, 255, 0.74);
}

.mfv2-access-form {
    display: block;
    margin: 0;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(31, 27, 23, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(45, 34, 20, 0.1);
}

.mfv2-access-field {
    display: block;
    margin: 0 0 18px;
}

.mfv2-access-field label {
    display: block;
    margin: 0 0 7px;
    color: #2f2a25;
    font-size: 0.95rem;
    font-weight: 900;
}

.mfv2-access-form input,
.mfv2-access-form textarea,
.mfv2-access-form select {
    width: 100%;
    min-height: 46px;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 13px;
    border: 1px solid rgba(35, 31, 28, 0.22);
    border-radius: 12px;
    background: #ffffff;
    color: #201b17;
    font: inherit;
    font-size: 1rem;
}

.mfv2-access-form input:focus,
.mfv2-access-form textarea:focus,
.mfv2-access-form select:focus {
    border-color: #d96f00;
    outline: 3px solid rgba(217, 111, 0, 0.24);
    outline-offset: 2px;
}

.mfv2-access-field .errorlist {
    margin: 8px 0 0;
    padding: 0;
    color: #b52828;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.45;
    list-style: none;
}

.mfv2-access-submit {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.mfv2-form-note {
    margin: 14px 0 0;
    color: #655d55;
    font-size: 0.95rem;
    line-height: 1.55;
}

@media (min-width: 1101px) {
    .mfv2-hero {
        grid-template-columns:
            minmax(0, 1.12fr)
            minmax(390px, 0.88fr);
        gap: clamp(56px, 6vw, 84px);
    }

    .mfv2-hero-card--main {
        right: 0;
    }

    .mfv2-hero-card--nextmatch {
        left: 4%;
    }

    .mfv2-hero-card--schedule {
        bottom: 10%;
    }

    .mfv2-access-layout {
        grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
    }
}

@media (max-width: 1100px) {
    .mfv2-header {
        grid-template-columns: auto auto;
    }

    .mfv2-nav {
        display: none;
    }

    .mfv2-hero,
    .mfv2-compare,
    .mfv2-product-grid,
    .mfv2-partners,
    .mfv2-editor__grid,
    .mfv2-testphase {
        grid-template-columns: 1fr;
    }

    .mfv2-hero {
        min-height: 0;
    }

    .mfv2-hero__visual {
        min-height: 520px;
    }

    .mfv2-gallery,
    .mfv2-organization-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mfv2-graphic-card--wide {
        grid-column: auto;
    }

    .mfv2-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .mfv2-hero__visual {
        width: min(100%, 900px);
        min-height: 0;
        display: grid;
        grid-template-columns:
            minmax(0, 0.78fr)
            minmax(0, 1fr)
            minmax(0, 0.78fr);
        align-items: center;
        gap: 18px;
        margin: 12px auto 0;
    }

    .mfv2-hero-card {
        position: relative;
        inset: auto;
        width: 100%;
    }

    .mfv2-hero-card--nextmatch {
        grid-column: 1;
        grid-row: 1;
        transform: translateY(28px);
    }

    .mfv2-hero-card--main {
        grid-column: 2;
        grid-row: 1;
    }

    .mfv2-hero-card--schedule {
        grid-column: 3;
        grid-row: 1;
        transform: translateY(54px);
    }
}

@media (max-width: 760px) {
    .mfv2-header {
        width: min(100% - 18px, 720px);
        gap: 8px;
        padding: 8px;
        border-radius: 18px;
    }

    .mfv2-logo img {
        width: 118px;
    }

    .mfv2-header-actions {
        gap: 6px;
    }

    .mfv2-login {
        padding: 0 6px;
        font-size: 0.9rem;
    }

    .mfv2-button--small {
        max-width: 145px;
        padding: 9px 10px;
        font-size: 0.82rem;
    }

    .mfv2-hero,
    .mfv2-section {
        width: min(100% - 22px, 720px);
    }

    .mfv2-hero {
        padding-top: 44px;
    }

    .mfv2-hero__visual {
        min-height: 360px;
    }

    .mfv2-hero-card--main {
        right: 0;
        width: 70%;
    }

    .mfv2-hero-card--nextmatch {
        top: 22%;
        width: 44%;
    }

    .mfv2-hero-card--schedule {
        width: 54%;
    }

    .mfv2-actions {
        align-items: stretch;
    }

    .mfv2-actions .mfv2-button {
        width: 100%;
    }

    .mfv2-gallery {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        margin-right: -11px;
        padding: 2px 11px 18px 0;
        scroll-snap-type: x mandatory;
        scrollbar-gutter: stable;
    }

    .mfv2-graphic-card {
        flex: 0 0 min(82%, 320px);
        scroll-snap-align: start;
    }

    .mfv2-organization-grid,
    .mfv2-design-strip,
    .mfv2-steps,
    .mfv2-club-grid {
        grid-template-columns: 1fr;
    }

    .mfv2-editor-frame__scroll {
        padding: 10px;
    }

    .mfv2-editor-frame img {
        min-width: 620px;
    }

    .mfv2-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .mfv2-public-main {
        width: min(100% - 22px, 720px);
        padding-top: 34px;
    }

    .mfv2-legal-card {
        padding: 20px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html:has(.mf-landing-v2) {
        scroll-behavior: auto;
    }

    .mf-landing-v2 *,
    .mf-landing-v2 *::before,
    .mf-landing-v2 *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
