.mtf-commercial {
    --mtf-green: #213c2b;
    --mtf-green-soft: #a1bba2;
    --mtf-mint: #eaf2e9;
    --mtf-cream: #fbfaf7;
    --mtf-ink: #16231b;
    --mtf-muted: #6d766e;
    --mtf-line: #e5ebe4;
    --mtf-shadow: 0 22px 60px rgba(31, 60, 43, .14);
    background:
        radial-gradient(circle at 78% 18%, rgba(161, 187, 162, .22), transparent 26%),
        linear-gradient(180deg, #fff 0%, var(--mtf-cream) 100%);
    color: var(--mtf-ink);
    font-family: "Open Sans", Arial, sans-serif;
    overflow: hidden;
    padding: 96px 0 86px;
}

.landing-template--commercial {
    background: #fbfaf7;
    margin: 0;
}

.landing-template--commercial #wrapper {
    background: #fbfaf7;
    overflow: hidden;
}

.mtf-commercial * {
    box-sizing: border-box;
}

.mtf-shell {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 34px;
}

.mtf-section-head {
    margin: 0 auto 42px;
    max-width: 780px;
    text-align: center;
}

.mtf-eyebrow {
    color: var(--mtf-green);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.mtf-section-head h2 {
    color: var(--mtf-green);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 14px;
}

.mtf-section-head p {
    color: var(--mtf-muted);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.mtf-showcase {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: 230px minmax(300px, 370px) minmax(560px, 1fr);
    position: relative;
}

.mtf-showcase:before,
.mtf-showcase:after {
    border: 2px dashed rgba(83, 138, 99, .45);
    border-left: 0;
    border-bottom: 0;
    content: "";
    height: 180px;
    pointer-events: none;
    position: absolute;
    width: 190px;
}

.mtf-showcase:before {
    border-radius: 0 90px 0 0;
    left: 190px;
    top: 185px;
}

.mtf-showcase:after {
    border-radius: 0 90px 0 0;
    right: 44%;
    top: 92px;
    transform: rotate(-90deg);
}

.mtf-card,
.mtf-floating-card,
.mtf-addon-card,
.mtf-browser {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(229, 235, 228, .9);
    box-shadow: var(--mtf-shadow);
}

.mtf-left-stack {
    display: grid;
    gap: 70px;
    justify-items: start;
    z-index: 2;
}

.mtf-floating-card {
    border-radius: 18px;
    padding: 28px;
    width: 100%;
}

.mtf-check-icon {
    align-items: center;
    background: linear-gradient(135deg, #5b906d, var(--mtf-green));
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 26px;
    height: 66px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 66px;
}

.mtf-floating-card h3 {
    color: var(--mtf-ink);
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 18px;
}

.mtf-card-row {
    align-items: center;
    border-top: 1px solid var(--mtf-line);
    color: var(--mtf-muted);
    display: flex;
    gap: 12px;
    padding-top: 16px;
}

.mtf-floating-card--booking strong,
.mtf-floating-card--booking small {
    color: var(--mtf-muted);
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 0 38px;
}

.mtf-promo-head {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.mtf-promo-head span {
    align-items: center;
    background: rgba(161, 187, 162, .34);
    border-radius: 50%;
    color: var(--mtf-green);
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.mtf-promo-head h3 {
    margin: 0;
}

.mtf-floating-card--promo {
    background: linear-gradient(145deg, rgba(234, 242, 233, .96), rgba(255, 255, 255, .86));
}

.mtf-floating-card--promo > strong {
    color: var(--mtf-ink);
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.mtf-floating-card--promo p {
    color: var(--mtf-ink);
    font-size: 16px;
    margin: 12px 0 8px;
}

.mtf-floating-card--promo small {
    color: var(--mtf-muted);
}

.mtf-progress {
    background: rgba(33, 60, 43, .1);
    border-radius: 999px;
    height: 7px;
    margin-top: 20px;
    overflow: hidden;
}

.mtf-progress span {
    background: linear-gradient(90deg, var(--mtf-green), #6b9877);
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 56%;
}

.mtf-phone-wrap {
    display: flex;
    justify-content: center;
    z-index: 3;
}

.mtf-phone {
    background: #101612;
    border: 7px solid #1f2722;
    border-radius: 44px;
    box-shadow: 0 30px 70px rgba(9, 14, 10, .28);
    max-width: 360px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.mtf-phone:before {
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 48px;
    content: "";
    inset: -4px;
    pointer-events: none;
    position: absolute;
}

.mtf-phone-notch {
    background: #050706;
    border-radius: 0 0 18px 18px;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 108px;
    z-index: 6;
}

.mtf-phone-screen {
    background: #fff;
    border-radius: 34px;
    max-height: 720px;
    overflow: hidden;
    position: relative;
}

.mtf-phone-hero {
    height: 210px;
    position: relative;
}

.mtf-phone-hero:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .42), transparent 48%);
    content: "";
    inset: 0;
    position: absolute;
}

.mtf-phone-hero img,
.mtf-browser-hero img,
.mtf-class-card img,
.mtf-gallery img,
.mtf-phone-promo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mtf-phone-actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 18px;
    position: absolute;
    right: 18px;
    top: 28px;
    z-index: 4;
}

.mtf-phone-actions div {
    display: flex;
    gap: 9px;
}

.mtf-phone-actions button {
    align-items: center;
    background: rgba(255, 255, 255, .86);
    border: 0;
    border-radius: 50%;
    color: var(--mtf-green);
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.mtf-phone-content {
    margin-top: -30px;
    padding: 0 16px 18px;
    position: relative;
    z-index: 5;
}

.mtf-profile-card {
    border-radius: 16px;
    padding: 18px 16px 14px 80px;
    position: relative;
}

.mtf-profile-icon {
    align-items: center;
    background: var(--mtf-green);
    border-radius: 14px;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    left: 16px;
    position: absolute;
    top: -26px;
    width: 58px;
}

.mtf-profile-card h3 {
    color: var(--mtf-ink);
    display: inline;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.mtf-verified {
    color: #3f8357;
    margin-left: 4px;
}

.mtf-meta-line {
    color: var(--mtf-muted);
    display: flex;
    font-size: 11px;
    gap: 14px;
    margin-top: 8px;
}

.mtf-meta-line .fa-star {
    color: #dda83c;
}

.mtf-services {
    border-bottom: 1px solid var(--mtf-line);
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(5, 1fr);
    margin: 16px 0 12px;
    padding-bottom: 12px;
}

.mtf-services span {
    color: var(--mtf-muted);
    display: grid;
    font-size: 8px;
    gap: 5px;
    justify-items: center;
    text-align: center;
}

.mtf-services i {
    color: var(--mtf-green);
    font-size: 14px;
}

.mtf-hours {
    color: var(--mtf-muted);
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mtf-hours strong {
    color: var(--mtf-ink);
}

.mtf-hours div {
    display: grid;
    text-align: right;
}

.mtf-primary-btn {
    background: linear-gradient(135deg, #477d59, var(--mtf-green));
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    padding: 14px 16px;
    width: 100%;
}

.mtf-phone-section {
    margin-top: 18px;
}

.mtf-section-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mtf-section-row strong {
    color: var(--mtf-ink);
}

.mtf-section-row a {
    color: var(--mtf-green);
    font-size: 11px;
    text-decoration: none;
}

.mtf-phone-promo {
    align-items: center;
    background: var(--mtf-mint);
    border-radius: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: 92px 1fr 14px;
    padding: 8px;
}

.mtf-phone-promo img {
    border-radius: 8px;
    height: 68px;
}

.mtf-phone-promo strong,
.mtf-phone-promo span,
.mtf-phone-promo small {
    display: block;
}

.mtf-phone-promo strong {
    font-size: 19px;
}

.mtf-phone-promo span,
.mtf-phone-promo small {
    color: var(--mtf-muted);
    font-size: 11px;
}

.mtf-gallery {
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    grid-auto-columns: 66px;
    overflow-x: auto;
    padding-bottom: 3px;
}

.mtf-gallery img {
    border-radius: 9px;
    height: 68px;
}

.mtf-web-wrap {
    position: relative;
    z-index: 2;
}

.mtf-addon-card {
    align-items: center;
    border-radius: 16px;
    display: flex;
    gap: 16px;
    margin: 0 auto 20px;
    max-width: 430px;
    padding: 20px 22px;
}

.mtf-addon-card > span {
    align-items: center;
    border: 2px solid #6d9b7d;
    border-radius: 50%;
    color: #5f9872;
    display: flex;
    font-size: 30px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.mtf-addon-card strong,
.mtf-addon-card small {
    display: block;
}

.mtf-addon-card strong {
    color: var(--mtf-ink);
    font-size: 16px;
}

.mtf-addon-card small {
    color: var(--mtf-muted);
    font-size: 14px;
    margin-top: 4px;
}

.mtf-addon-card em {
    background: var(--mtf-mint);
    border-radius: 12px;
    color: var(--mtf-green);
    font-style: normal;
    font-weight: 800;
    margin-left: auto;
    padding: 11px 16px;
}

.mtf-browser {
    border-radius: 18px;
    overflow: hidden;
}

.mtf-browser-top {
    align-items: center;
    background: rgba(246, 248, 245, .9);
    display: grid;
    gap: 12px;
    grid-template-columns: 90px 1fr 90px;
    padding: 14px 20px;
}

.mtf-browser-dots {
    display: flex;
    gap: 7px;
}

.mtf-browser-dots span {
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.mtf-browser-dots span:nth-child(1) { background: #f16e5f; }
.mtf-browser-dots span:nth-child(2) { background: #e6bd50; }
.mtf-browser-dots span:nth-child(3) { background: #69b56e; }

.mtf-browser-url {
    background: #fff;
    border-radius: 999px;
    color: var(--mtf-muted);
    font-size: 11px;
    justify-self: center;
    max-width: 330px;
    padding: 5px 18px;
    text-align: center;
    width: 100%;
}

.mtf-browser-url .fa {
    color: #6f9276;
}

.mtf-browser-nav {
    align-items: center;
    display: flex;
    gap: 20px;
    min-height: 66px;
    padding: 0 28px;
}

.mtf-browser-nav strong {
    color: var(--mtf-green);
    font-size: 16px;
    white-space: nowrap;
}

.mtf-browser-nav nav {
    display: flex;
    flex: 1;
    gap: 20px;
    justify-content: center;
}

.mtf-browser-nav a {
    color: var(--mtf-ink);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.mtf-browser-nav button,
.mtf-browser-copy button {
    background: var(--mtf-green);
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 11px 16px;
}

.mtf-browser-hero {
    height: 310px;
    position: relative;
}

.mtf-browser-hero:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .78) 35%, rgba(255, 255, 255, .05) 72%);
    content: "";
    inset: 0;
    position: absolute;
}

.mtf-browser-copy {
    left: 7%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.mtf-browser-copy h3 {
    color: var(--mtf-green);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 18px;
}

.mtf-browser-copy p {
    color: var(--mtf-ink);
    font-size: 15px;
    margin: 0 0 20px;
}

.mtf-kpi-bar {
    background: linear-gradient(135deg, #173225, var(--mtf-green));
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 26px;
}

.mtf-kpi {
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    gap: 2px 10px;
    grid-template-columns: 30px 1fr;
}

.mtf-kpi:last-child {
    border-right: 0;
}

.mtf-kpi i {
    font-size: 23px;
    grid-row: span 2;
    opacity: .9;
}

.mtf-kpi strong {
    font-size: 18px;
    line-height: 1;
}

.mtf-kpi span {
    font-size: 10px;
    opacity: .82;
}

.mtf-browser-classes {
    padding: 26px 34px 32px;
}

.mtf-class-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.mtf-class-card {
    min-width: 0;
}

.mtf-class-card img {
    aspect-ratio: 1.6 / 1;
    border-radius: 10px;
    display: block;
}

.mtf-class-card strong {
    color: var(--mtf-ink);
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.mtf-class-card span {
    color: var(--mtf-muted);
    display: block;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtf-benefits {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 26px;
}

.mtf-benefit {
    align-items: center;
    color: var(--mtf-ink);
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    min-width: 0;
}

.mtf-benefit i {
    align-items: center;
    border: 2px solid rgba(83, 138, 99, .55);
    border-radius: 10px;
    color: #5f9872;
    display: flex;
    flex: 0 0 42px;
    font-size: 20px;
    height: 42px;
    justify-content: center;
}

.mtf-commercial-footer {
    background: #213c2b;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    padding: 22px 0;
}

.mtf-commercial-footer .mtf-shell {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .mtf-showcase {
        grid-template-columns: 210px minmax(280px, 330px) minmax(460px, 1fr);
    }

    .mtf-browser-nav nav {
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .mtf-commercial {
        padding: 76px 0;
    }

    .mtf-section-head h2 {
        font-size: 34px;
    }

    .mtf-showcase {
        grid-template-columns: 1fr;
    }

    .mtf-showcase:before,
    .mtf-showcase:after {
        display: none;
    }

    .mtf-left-stack {
        gap: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        order: 2;
    }

    .mtf-phone-wrap {
        order: 1;
    }

    .mtf-web-wrap {
        order: 3;
    }
}

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

    .mtf-section-head {
        text-align: left;
    }

    .mtf-section-head h2 {
        font-size: 29px;
    }

    .mtf-left-stack,
    .mtf-kpi-bar,
    .mtf-class-grid,
    .mtf-benefits {
        grid-template-columns: 1fr;
    }

    .mtf-browser-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 18px;
    }

    .mtf-browser-nav nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .mtf-browser-hero {
        height: 260px;
    }

    .mtf-browser-copy h3 {
        font-size: 32px;
    }

    .mtf-kpi {
        border-bottom: 1px solid rgba(255, 255, 255, .18);
        border-right: 0;
        padding: 12px 0;
    }

    .mtf-kpi:last-child {
        border-bottom: 0;
    }

    .mtf-browser-classes {
        padding: 22px 18px;
    }

    .mtf-addon-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .mtf-addon-card em {
        margin-left: 74px;
    }

    .mtf-commercial-footer .mtf-shell {
        align-items: flex-start;
        flex-direction: column;
    }
}
