body.home,
    body.front-page {
        --mts-home-header-height: 66px;
        --mts-home-logo-width: clamp(186px, 12.5vw, 196px);
        --mts-service-card-height: 168px;
        --mts-service-fold-height: 168px;
        --mts-service-pull: 14px;
        --mts-first-fold-trim: 0px;
    }

    body.home .site-header,
    body.front-page .site-header {
        background: #fff;
        box-shadow: 0 1px 0 rgba(8, 31, 76, .08), 0 10px 28px rgba(8, 31, 76, .05);
        color: #061a49;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    body.home .topbar,
    body.front-page .topbar {
        display: none;
    }

    body.home .site-header .navbar,
    body.front-page .site-header .navbar {
        align-items: center;
        gap: 28px;
        grid-template-columns: auto 1fr auto;
        height: var(--mts-home-header-height);
        max-width: none;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
    }

    body.home .brand,
    body.front-page .brand {
        align-items: center;
        display: inline-flex;
        height: var(--mts-home-header-height);
        min-width: calc(var(--mts-home-logo-width) + 24px);
    }

    body.home .brand img,
    body.front-page .brand img {
        filter: none;
        max-height: calc(var(--mts-home-header-height) - 10px);
        width: var(--mts-home-logo-width);
    }

    body.home .navbar__links,
    body.front-page .navbar__links {
        align-items: center;
        align-self: stretch;
        gap: 18px;
        justify-content: center;
    }

    body.home .navbar__links a,
    body.front-page .navbar__links a,
    body.home .navbar__links span,
    body.front-page .navbar__links span {
        color: #2f6c98;
        font-size: 13px;
        height: var(--mts-home-header-height);
        line-height: 1;
    }

    body.home .navbar__item,
    body.front-page .navbar__item {
        align-items: center;
        height: var(--mts-home-header-height);
    }

    body.home .navbar__actions,
    body.front-page .navbar__actions {
        align-items: center;
        display: inline-flex;
        gap: 10px;
        justify-content: flex-end;
    }

    body.home .navbar__links a:hover,
    body.home .navbar__links a.active,
    body.front-page .navbar__links a:hover,
    body.front-page .navbar__links a.active {
        color: #f47a1f;
    }

    body.home .navbar__links a.active::after,
    body.front-page .navbar__links a.active::after {
        background: #f47a1f;
        bottom: 14px;
    }

    body.home .navbar__dropdown,
    body.front-page .navbar__dropdown {
        background: #fff;
        border-color: #dce6f4;
        box-shadow: 0 24px 60px rgba(9, 35, 80, .14);
    }

    body.home .navbar__dropdown a,
    body.front-page .navbar__dropdown a {
        color: #2f6c98;
        height: auto;
    }

    body.home .navbar__dropdown a:hover,
    body.front-page .navbar__dropdown a:hover {
        background: rgba(244, 122, 31, .14);
        color: #fff;
    }

    body.home .site-header .header-cta,
    body.front-page .site-header .header-cta {
        background: linear-gradient(135deg, #ff8b20, #f36f12);
        border-radius: 0;
        box-shadow: 0 12px 35px rgba(244, 122, 31, .28);
        color: #fff;
        height: 44px;
        padding: 0 22px;
    }

    body.home .site-header .header-whatsapp,
    body.front-page .site-header .header-whatsapp {
        height: 42px;
        padding: 0 15px;
    }

    body.home .site-header .header-cta:hover,
    body.front-page .site-header .header-cta:hover {
        transform: translateY(-2px);
    }

    .mts-home {
        --mts-bg: #080807;
        --mts-ink: #f8f4ef;
        --mts-muted: rgba(248, 244, 239, .72);
        --mts-orange: #f59a23;
        --mts-orange-2: #f59a23;
        --mts-cream: #f4efe7;
        --mts-line: rgba(255, 255, 255, .14);
        background: #080807;
        color: var(--mts-ink);
        font-family: Inter, "Segoe UI", Arial, sans-serif;
        margin-top: 0;
        overflow: hidden;
    }

    .mts-home *,
    .mts-home *::before,
    .mts-home *::after {
        box-sizing: border-box;
    }

    .mts-home a {
        color: inherit;
        text-decoration: none;
    }

    .mts-container {
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 28px;
        width: 100%;
    }

    .mts-eyebrow,
    .mts-section-label {
        color: var(--mts-orange-2);
        font-size: 12px;
        font-weight: 850;
        letter-spacing: .16em;
        line-height: 1.3;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .mts-hero-stack {
        background: #080807;
        isolation: isolate;
        overflow: hidden;
        position: relative;
    }

    .mts-hero-stack::before {
        background: url('../img/hero-medtech-compact.webp?v=20260626-speed') center top / 100% 100% no-repeat;
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 0;
    }

    .mts-hero-stack::after {
        background:
            linear-gradient(90deg, rgba(5, 5, 4, .76) 0%, rgba(5, 5, 4, .58) 34%, rgba(5, 5, 4, .25) 66%, rgba(5, 5, 4, .02) 100%),
            linear-gradient(180deg, rgba(5, 5, 4, .02) 0%, rgba(5, 5, 4, .02) 62%, rgba(5, 5, 4, .03) 100%),
            radial-gradient(circle at 8% 74%, rgba(244, 122, 31, .06), transparent 24%),
            radial-gradient(circle at 88% 82%, rgba(244, 122, 31, .04), transparent 22%);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1;
    }

    .mts-hero {
        --mts-first-fold-hero: max(340px, calc(100svh - var(--mts-home-header-height) - var(--mts-service-fold-height) + var(--mts-service-pull) - var(--mts-first-fold-trim)));
        isolation: isolate;
        min-height: 430px;
        min-height: var(--mts-first-fold-hero);
        overflow: hidden;
        padding: 14px 0 0;
        position: relative;
        z-index: 2;
    }

    .mts-hero__backdrop {
        background: linear-gradient(90deg, rgba(5, 5, 4, .14) 0%, rgba(5, 5, 4, .06) 52%, transparent 100%);
        inset: 0;
        position: absolute;
        z-index: 0;
    }

    .mts-hero__backdrop::after {
        background:
            radial-gradient(circle at 8% 78%, rgba(244, 122, 31, .06), transparent 24%),
            radial-gradient(circle at 88% 86%, rgba(244, 122, 31, .04), transparent 22%);
        content: "";
        inset: 0;
        position: absolute;
    }

    .mts-hero__glow {
        border-radius: 50%;
        filter: blur(34px);
        opacity: .14;
        position: absolute;
        z-index: 1;
    }

    .mts-hero__glow--left {
        background: #f47a1f;
        height: 230px;
        left: -120px;
        top: 230px;
        width: 230px;
    }

    .mts-hero__glow--right {
        background: #f47a1f;
        bottom: 80px;
        height: 190px;
        right: 9%;
        width: 190px;
    }

    .mts-hero__grid {
        align-items: center;
        display: grid;
        min-height: 416px;
        min-height: calc(var(--mts-first-fold-hero) - 14px);
        position: relative;
        z-index: 2;
    }

    .mts-hero__copy {
        max-width: 650px;
        padding-bottom: 10px;
        position: relative;
        z-index: 2;
    }

    .mts-hero h1 {
        color: #fbf6ee;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.95rem, 2.9vw, 2.95rem);
        font-weight: 500;
        letter-spacing: 0;
        line-height: .9;
        margin: 0;
    }

    .mts-hero h1 span {
        color: var(--mts-orange);
        display: block;
    }

    .mts-hero__lead {
        color: rgba(255, 255, 255, .77);
        font-size: 13px;
        line-height: 1.45;
        margin: 10px 0 0;
        max-width: 560px;
    }

    .mts-hero__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 13px;
    }

    .mts-btn {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .22);
        display: inline-flex;
        font-size: 12px;
        font-weight: 850;
        gap: 10px;
        justify-content: center;
        min-height: 40px;
        padding: 0 17px;
        position: relative;
        transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
        white-space: nowrap;
    }

    .mts-btn--primary {
        background: linear-gradient(135deg, #ff8b22, #f26f12);
        border-color: #ff8b22;
        box-shadow: 0 14px 34px rgba(244, 122, 31, .25);
        color: #fff;
    }

    .mts-btn--ghost {
        background: rgba(0, 0, 0, .18);
        color: #fff;
    }

    .mts-btn--wa {
        background: linear-gradient(135deg, #25d366, #128c4a);
        border-color: #25d366;
        box-shadow: 0 16px 36px rgba(37, 211, 102, .28);
        color: #fff;
    }

    .mts-hero__battery-cta {
        align-items: center;
        background:
            linear-gradient(135deg, rgba(70, 209, 140, .22), rgba(7, 87, 216, .18)),
            rgba(0, 0, 0, .26);
        border: 1px solid rgba(70, 209, 140, .45);
        color: #fff;
        display: flex;
        gap: 14px;
        justify-content: space-between;
        margin-top: 30px;
        max-width: 560px;
        min-height: 46px;
        padding: 0 16px;
        transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
        width: 100%;
    }

    .mts-hero__battery-cta span {
        color: #ecfff5;
        font-size: 13px;
        font-weight: 950;
        line-height: 1.15;
    }

    .mts-hero__battery-cta strong {
        color: #70d6ff;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .08em;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .mts-hero__battery-cta i {
        color: #46d18c;
        flex: 0 0 auto;
    }

    .mts-hero__battery-cta:hover {
        background:
            linear-gradient(135deg, rgba(70, 209, 140, .32), rgba(7, 87, 216, .24)),
            rgba(0, 0, 0, .2);
        border-color: rgba(112, 214, 255, .58);
        box-shadow: 0 18px 42px rgba(0, 0, 0, .26), 0 0 28px rgba(70, 209, 140, .16);
        transform: translateY(-3px);
    }

    .mts-btn:hover {
        border-color: rgba(255, 255, 255, .55);
        box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
        transform: translateY(-3px);
    }

    .mts-btn--wa:hover {
        background: linear-gradient(135deg, #2be474, #0f7f43);
        border-color: #2be474;
        box-shadow: 0 18px 42px rgba(37, 211, 102, .32);
        color: #fff;
    }

    .mts-hero__micro {
        color: rgba(255, 255, 255, .72);
        display: none;
        flex-wrap: wrap;
        gap: 14px 22px;
        list-style: none;
        margin: 22px 0 0;
        padding: 0;
    }

    .mts-hero__micro li {
        align-items: center;
        display: inline-flex;
        font-size: 13px;
        gap: 8px;
    }

    .mts-hero__micro i {
        color: var(--mts-orange);
    }

    .mts-hero__scene {
        align-self: stretch;
        background:
            linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, .06) 18% 18.2%, transparent 18.2% 100%),
            linear-gradient(0deg, transparent 0 22%, rgba(255, 255, 255, .045) 22% 22.2%, transparent 22.2% 100%);
        min-height: 600px;
        position: relative;
    }

    .mts-scene {
        background:
            radial-gradient(circle at 20% 0%, rgba(244, 122, 31, .18), transparent 36%),
            linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .03));
        border: 1px solid rgba(255, 255, 255, .14);
        box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0;
        overflow: hidden;
        padding: 28px;
        position: absolute;
    }

    .mts-scene::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, .12), transparent);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mts-scene span {
        align-items: center;
        border: 1px solid rgba(244, 122, 31, .54);
        border-radius: 50%;
        color: var(--mts-orange-2);
        display: inline-flex;
        font-size: 30px;
        height: 58px;
        justify-content: center;
        margin-bottom: auto;
        width: 58px;
    }

    .mts-scene h2 {
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.7rem, 2.4vw, 2.5rem);
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1;
        margin: 42px 0 12px;
    }

    .mts-scene p {
        color: rgba(255, 255, 255, .66);
        font-size: 14px;
        line-height: 1.55;
        margin: 0;
    }

    .mts-scene--meter {
        height: 420px;
        left: 0;
        top: 38px;
        width: 38%;
        z-index: 3;
    }

    .mts-scene--battery {
        height: 560px;
        left: 28%;
        top: 0;
        width: 44%;
        z-index: 2;
    }

    .mts-scene--install {
        height: 330px;
        right: 0;
        top: 76px;
        width: 34%;
        z-index: 1;
    }

    .mts-scene--finish {
        bottom: 74px;
        height: 250px;
        right: 7%;
        width: 36%;
        z-index: 4;
    }

    .mts-services-band {
        background: transparent;
        border-bottom: 0;
        margin-top: -14px;
        position: relative;
        z-index: 3;
    }

    .mts-service-rail {
        display: grid;
        filter: none;
        gap: 0;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        margin: 0 auto;
        max-width: none;
        padding: 0;
        width: 100%;
    }

    .mts-service-card {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        display: block;
        height: var(--mts-service-card-height);
        isolation: isolate;
        min-height: var(--mts-service-card-height);
        overflow: hidden;
        padding: 0;
        position: relative;
        text-decoration: none;
        transform-origin: center bottom;
        transition: transform .24s ease, filter .24s ease;
        z-index: 1;
    }

    .mts-service-card__image {
        background-image: var(--service-card-image);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 0;
    }

    .mts-service-card::before {
        display: none;
    }

    .mts-service-card:hover,
    .mts-service-card:focus-visible {
        filter: brightness(1.08);
        transform: translateY(-6px);
        z-index: 8;
    }

    .mts-service-card__content {
        display: block;
        left: clamp(68px, 5vw, 92px);
        max-width: calc(100% - 142px);
        position: absolute;
        top: 27px;
        z-index: 2;
    }

    .mts-service-card__number {
        color: var(--accent);
        display: block;
        font-size: 11px;
        font-weight: 850;
        letter-spacing: .08em;
        margin-bottom: 4px;
    }

    .mts-service-card h3 {
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(16px, 1.12vw, 20px);
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.04;
        margin: 0 0 7px;
    }

    .mts-service-card ul {
        color: rgba(255, 255, 255, .77);
        font-size: 10.3px;
        line-height: 1.28;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mts-service-card li::before {
        color: var(--accent);
        content: "- ";
    }

    .mts-trust-strip {
        background: var(--mts-cream);
        color: #000;
        padding: 26px 0;
    }

    .mts-trust-strip__inner {
        display: grid;
        gap: 0;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mts-trust-metric {
        align-items: center;
        border-right: 1px solid rgba(20, 18, 16, .16);
        display: grid;
        gap: 2px 16px;
        grid-template-columns: auto 1fr;
        min-height: 54px;
        padding: 0 26px;
    }

    .mts-trust-metric:last-child {
        border-right: 0;
    }

    .mts-trust-metric i {
        color: #d87818;
        font-size: 32px;
        grid-row: span 2;
    }

    .mts-trust-metric strong {
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(20px, 1.5vw, 24px);
        font-weight: 500;
        line-height: 1;
    }

    .mts-trust-value--centered {
        align-items: center;
        color: #000 !important;
        display: grid;
        gap: 2px;
        grid-template-columns: 1fr;
        justify-items: center;
        max-width: 180px;
        text-align: center;
        width: 100%;
    }

    .mts-trust-value--centered span {
        color: #000 !important;
        font-family: Georgia, "Times New Roman", serif;
        font-size: .76em !important;
        font-weight: 580 !important;
        line-height: .95 !important;
        white-space: nowrap;
    }

    .mts-trust-metric span {
        color: rgba(22, 19, 16, .75);
        font-size: 14px;
        line-height: 1.2;
    }

    .mts-trust-metric .mts-stars {
        color: #d87818;
        display: inline-flex;
        gap: 2px;
        grid-column: 2;
        margin-top: 4px;
    }

    .mts-trust-metric .mts-stars i {
        color: #d87818;
        font-size: 13px;
        grid-row: auto;
    }

    .mts-trust-metric .mts-label-strong {
        color: #161310;
        display: inline;
        font-size: 16px;
        font-weight: 850;
        line-height: 1.1;
    }

    .mts-trust-metric--google {
        background: transparent;
        border: 0;
        box-shadow: none;
        margin: 0;
        padding: 0 26px;
    }

    .mts-trust-metric--google strong {
        color: #080807;
        font-size: clamp(25px, 1.9vw, 32px);
        font-weight: 650;
    }

    .mts-trust-metric--google > i {
        color: #d87818;
        font-size: 32px;
    }

    .mts-google-proof {
        background:
            radial-gradient(circle at 12% 16%, rgba(244, 122, 31, .14), transparent 30%),
            linear-gradient(180deg, #080807 0%, #0b0b0a 100%);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-top: 1px solid rgba(255, 255, 255, .08);
        color: #fff;
        padding: 8px 0;
    }

    .mts-google-proof__grid {
        align-items: center;
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(250px, .38fr) minmax(0, 1.62fr);
        margin: 0 auto;
        max-width: 1420px;
    }

    .mts-google-proof__copy .mts-eyebrow {
        color: var(--mts-orange-2);
        font-size: 12px;
        margin-bottom: 5px;
    }

    .mts-google-proof h2 {
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.18rem, 1.42vw, 1.48rem);
        font-weight: 500;
        line-height: 1.02;
        margin: 0;
        max-width: 280px;
    }

    .mts-google-proof__copy p:not(.mts-eyebrow) {
        color: rgba(255, 255, 255, .68);
        font-size: 12px;
        line-height: 1.28;
        margin: 6px 0 0;
        max-width: 470px;
    }

    .mts-google-proof__button {
        align-items: center;
        border: 1px solid rgba(244, 122, 31, .42);
        color: #fff;
        display: inline-flex;
        font-size: 12px;
        font-weight: 950;
        gap: 8px;
        margin-top: 8px;
        min-height: 30px;
        padding: 0 12px;
        text-decoration: none;
        transition: border-color .18s ease, color .18s ease, transform .18s ease;
    }

    .mts-google-proof__button i {
        color: #4285f4;
        font-size: 18px;
    }

    .mts-google-proof__button:hover {
        border-color: var(--mts-orange-2);
        color: var(--mts-orange-2);
        transform: translateY(-2px);
    }

    .mts-google-proof__widget {
        background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .032));
        border: 1px solid rgba(255, 255, 255, .13);
        min-height: 188px;
        overflow: hidden;
        padding: 16px;
    }

    .mts-google-proof__widget iframe,
    .mts-google-proof__widget .ti-widget,
    .mts-google-proof__widget .ti-widget-container,
    .mts-google-proof__widget .trustindex-widget {
        max-width: 100%;
    }

    .mts-google-proof__widget {
        min-height: 108px;
        padding: 5px 10px;
    }

    .mts-google-proof__placeholder {
        align-items: center;
        color: rgba(255, 255, 255, .78);
        display: flex;
        flex-direction: column;
        gap: 7px;
        justify-content: center;
        min-height: 96px;
        text-align: center;
    }

    .mts-google-proof__placeholder i {
        color: #ff8a16;
        font-size: 22px;
    }

    .mts-google-proof__placeholder strong {
        color: #fff;
        font-size: 15px;
        line-height: 1.2;
    }

    .mts-google-proof__placeholder p {
        font-size: 13px;
        line-height: 1.45;
        margin: 0;
    }

    .mts-google-proof__widget .ti-widget.ti-goog .ti-reviews-container-wrapper {
        padding-top: 0 !important;
    }

    .mts-google-proof__widget .ti-widget.ti-goog .ti-review-item {
        padding: 0 4px !important;
    }

    .mts-google-proof__widget .ti-widget.ti-goog .ti-review-item > .ti-inner {
        padding: 7px 10px !important;
    }

    .mts-google-proof__widget .ti-widget.ti-goog .ti-review-content {
        -webkit-line-clamp: 2 !important;
        font-size: 12.5px !important;
        height: 33px !important;
        line-height: 16.5px !important;
    }

    .mts-google-proof__widget .ti-widget.ti-goog .ti-read-more {
        padding-top: 2px !important;
    }

    .mts-google-proof__fallback {
        align-content: center;
        display: grid;
        gap: 8px;
        min-height: 154px;
    }

    .mts-google-proof__fallback i {
        color: #4285f4;
        font-size: 24px;
    }

    .mts-google-proof__fallback strong {
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
    }

    .mts-google-proof__fallback p {
        color: rgba(255, 255, 255, .68);
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    .mts-google-proof__fallback a {
        color: var(--mts-orange-2);
        font-size: 13px;
        font-weight: 950;
        text-decoration: none;
    }

    .mts-google-proof__cards {
        display: grid;
        gap: 9px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mts-google-proof__cards article {
        background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03));
        border: 1px solid rgba(255, 255, 255, .13);
        min-height: 176px;
        padding: 13px;
    }

    .mts-google-proof__stars {
        color: #f6a623;
        display: inline-flex;
        gap: 3px;
        margin-bottom: 5px;
    }

    .mts-google-proof__stars i {
        font-size: 12px;
    }

    .mts-google-proof__cards span {
        color: var(--mts-orange-2);
        display: block;
        font-size: 8.8px;
        font-weight: 950;
        letter-spacing: .09em;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .mts-google-proof__cards h3 {
        color: #fff;
        font-size: 13.5px;
        line-height: 1.14;
        margin: 0 0 5px;
    }

    .mts-google-proof__cards p {
        color: rgba(255, 255, 255, .68);
        font-size: 11.6px;
        line-height: 1.36;
        margin: 0;
    }

    .mts-why {
        background:
            radial-gradient(circle at 86% 16%, rgba(244, 122, 31, .18), transparent 30%),
            #080807;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 58px 0 52px;
    }

    .mts-why__grid {
        align-items: center;
        display: grid;
        gap: 68px;
        grid-template-columns: .76fr 1.24fr;
    }

    .mts-why__copy {
        border-right: 1px solid rgba(255, 255, 255, .22);
        padding-right: 58px;
    }

    .mts-why__copy .mts-eyebrow {
        font-size: 14px;
        letter-spacing: .14em;
        margin-bottom: 14px;
    }

    .mts-why h2,
    .mts-process h2,
    .mts-projects h2,
    .mts-seo-panel h2,
    .mts-home-seo-text h2,
    .mts-faq h2,
    .mts-advice h2 {
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.02;
        margin: 0;
    }

    .mts-why h2 {
        color: #fff;
        font-size: clamp(1.75rem, 2.75vw, 2.9rem);
    }

    .mts-why h2 span {
        display: block;
    }

    .mts-why__points {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mts-why__points article {
        text-align: center;
    }

    .mts-why__points i {
        color: var(--mts-orange-2);
        display: block;
        font-size: 36px;
        margin: 0 0 18px;
    }

    .mts-why__points h3 {
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.15;
        margin: 0 0 10px;
    }

    .mts-why__points p {
        color: rgba(255, 255, 255, .62);
        font-size: 13px;
        line-height: 1.55;
        margin: 0;
    }

    .mts-process {
        background: var(--mts-cream);
        color: #15120f;
        padding: 46px 0;
    }

    .mts-section-label {
        color: #d97918;
    }

    .mts-process .mts-section-label {
        font-size: 13.5px;
    }

    .mts-process__grid {
        align-items: center;
        display: grid;
        gap: 58px;
        grid-template-columns: 260px 1fr;
    }

    .mts-process h2 {
        font-size: clamp(2rem, 3vw, 3.1rem);
    }

    .mts-process__steps {
        display: grid;
        gap: 22px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        position: relative;
    }

    .mts-process__steps::before {
        background: #d18a35;
        content: "";
        height: 1px;
        left: 7%;
        position: absolute;
        right: 7%;
        top: 20px;
    }

    .mts-process__steps article {
        position: relative;
        text-align: center;
        z-index: 1;
    }

    .mts-process__steps span {
        align-items: center;
        background: var(--mts-cream);
        border: 1px solid #d18a35;
        border-radius: 50%;
        color: #d97818;
        display: inline-flex;
        font-size: 13px;
        font-weight: 850;
        height: 42px;
        justify-content: center;
        margin-bottom: 22px;
        width: 42px;
    }

    .mts-process__steps h3 {
        color: #161310;
        font-size: 17px;
        margin: 0 0 10px;
    }

    .mts-process__steps p {
        color: rgba(22, 19, 16, .68);
        font-size: 13px;
        line-height: 1.55;
        margin: 0 auto;
        max-width: 190px;
    }

    .mts-projects {
        background:
            radial-gradient(circle at 18% 20%, rgba(244, 122, 31, .12), transparent 28%),
            #080807;
        padding: 56px 0 30px;
    }

    .mts-projects__grid {
        display: block;
    }

    .mts-projects__intro {
        align-items: flex-end;
        display: flex;
        gap: 28px;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .mts-projects__heading {
        max-width: none;
    }

    .mts-projects h2 {
        color: #fff;
        font-size: clamp(2.05rem, 3vw, 3.45rem);
        line-height: .98;
        margin: 0;
        max-width: none;
        white-space: nowrap;
    }

    .mts-projects__intro .mts-eyebrow {
        margin-bottom: 14px;
    }

    .mts-projects__intro .mts-btn {
        flex: 0 0 auto;
        margin-bottom: 8px;
    }

    .mts-project-cards {
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mts-project-visual {
        background: rgba(255, 255, 255, .045);
        border: 1px solid rgba(255, 255, 255, .13);
        box-shadow: 0 28px 72px rgba(0, 0, 0, .38);
        margin: 0;
        overflow: hidden;
    }

    .mts-project-visual img {
        display: block;
        height: auto;
        width: 100%;
    }

    .mts-project-photo-grid {
        align-items: stretch;
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mts-project-photo-slot {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
            #0b0b0a;
        border: 1px solid rgba(255, 255, 255, .16);
        box-shadow: 0 22px 58px rgba(0, 0, 0, .34);
        color: rgba(255, 255, 255, .62);
        display: grid;
        grid-template-rows: auto 1fr;
        margin: 0;
        min-height: 0;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        transition: border-color .24s ease, transform .24s ease, box-shadow .24s ease;
    }

    .mts-project-photo-slot figure {
        display: grid;
        grid-template-rows: auto 1fr;
        height: 100%;
        margin: 0;
    }

    .mts-project-photo-slot::before {
        border: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

    .mts-project-photo-slot--filled {
        background: #090909;
    }

    .mts-project-photo-slot--electro::before {
        background: #f59a23;
    }

    .mts-project-photo-slot--energy::before {
        background: #46d18c;
    }

    .mts-project-photo-slot--install::before {
        background: #70d6ff;
    }

    .mts-project-photo-slot--finish::before {
        background: #a7d05b;
    }

    .mts-project-photo-slot--project::before {
        background: #a36bff;
    }

    .mts-project-photo-slot--filled:hover {
        border-color: rgba(255, 255, 255, .28);
        box-shadow: 0 22px 58px rgba(0, 0, 0, .38);
        transform: translateY(-4px);
    }

    .mts-project-photo-slot img {
        aspect-ratio: 4 / 3;
        display: block;
        height: auto;
        object-fit: cover;
        object-position: center center;
        transform: none;
        width: 100%;
    }

    .mts-project-photo-slot--finish img {
        background: #101010;
        object-fit: contain;
        padding: 12px;
    }

    .mts-project-photo-slot figcaption {
        align-items: flex-start;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015)),
            #0d0d0c;
        border-top: 1px solid rgba(255, 255, 255, .12);
        box-shadow: none;
        color: #f59a23;
        display: flex;
        flex-direction: column;
        gap: 7px;
        justify-content: flex-start;
        min-height: 94px;
        padding: 15px 14px 16px;
        position: static;
        text-align: left;
        z-index: 1;
    }

    .mts-project-photo-slot figcaption strong {
        color: currentColor;
        display: block;
        font-size: clamp(13px, .84vw, 16px);
        font-weight: 900;
        letter-spacing: .035em;
        line-height: 1.12;
        text-transform: uppercase;
    }

    .mts-project-photo-slot figcaption span {
        color: rgba(255, 255, 255, .78);
        font-size: clamp(12px, .76vw, 14px);
        font-weight: 650;
        letter-spacing: 0;
        line-height: 1.35;
        text-transform: none;
    }

    .mts-project-photo-slot__caption--energy {
        color: #46d18c !important;
    }

    .mts-project-photo-slot__caption--install {
        color: #70d6ff !important;
    }

    .mts-project-photo-slot__caption--finish {
        color: #a7d05b !important;
    }

    .mts-project-photo-slot__caption--project {
        color: #a36bff !important;
    }

    .mts-project-photo-slot span {
        position: relative;
        z-index: 1;
    }

    .mts-project-card {
        background:
            radial-gradient(circle at 20% 0%, rgba(244, 122, 31, .13), transparent 38%),
            linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
        border: 1px solid rgba(255, 255, 255, .14);
        min-height: 252px;
        margin: 0;
        overflow: hidden;
        padding: 28px;
        position: relative;
        transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
    }

    .mts-project-card::before {
        background: var(--mts-orange-2);
        content: "";
        height: 2px;
        left: 28px;
        position: absolute;
        top: 0;
        width: 72px;
    }

    .mts-project-card:hover {
        border-color: rgba(244, 122, 31, .48);
        box-shadow: 0 22px 58px rgba(0, 0, 0, .34);
        transform: translateY(-6px);
    }

    .mts-project-card > i {
        color: var(--mts-orange-2);
        display: inline-block;
        font-size: 34px;
        margin-bottom: 54px;
    }

    .mts-project-card span {
        color: var(--mts-orange-2);
        display: block;
        font-size: 11px;
        font-weight: 850;
        letter-spacing: .08em;
        margin-bottom: 9px;
        text-transform: uppercase;
    }

    .mts-project-card h3 {
        color: #fff;
        font-size: 19px;
        line-height: 1.2;
        margin: 0 0 12px;
    }

    .mts-project-card p {
        color: rgba(255, 255, 255, .64);
        font-size: 14px;
        line-height: 1.55;
        margin: 0;
    }

    .mts-seo-panel {
        background:
            radial-gradient(circle at 85% 8%, rgba(70, 209, 140, .08), transparent 28%),
            linear-gradient(180deg, #080807 0%, #0b0b0a 100%);
        padding: 28px 0 48px;
    }

    .mts-seo-panel__head {
        align-items: flex-end;
        display: flex;
        gap: 34px;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .mts-seo-panel__copy {
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
    }

    .mts-seo-panel h2 {
        color: #fff;
        font-size: clamp(2rem, 2.45vw, 3rem);
        line-height: 1.02;
        margin: 0;
        white-space: nowrap;
    }

    .mts-seo-panel .mts-section-label {
        font-size: 13.2px;
    }

    .mts-seo-panel__copy p:not(.mts-section-label) {
        color: rgba(255, 255, 255, .68);
        font-size: 15px;
        line-height: 1.65;
        margin: 16px 0 0;
        max-width: 660px;
    }

    .mts-seo-panel__cta {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .18);
        color: #fff;
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 14px;
        font-weight: 900;
        gap: 10px;
        min-height: 48px;
        padding: 0 18px;
        text-decoration: none;
        transition: border-color .2s ease, color .2s ease, transform .2s ease;
    }

    .mts-seo-panel__cta:hover {
        border-color: rgba(244, 122, 31, .58);
        color: var(--mts-orange-2);
        transform: translateY(-2px);
    }

    .mts-seo-links {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mts-seo-links a {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .022)),
            #10100f;
        border: 1px solid rgba(255, 255, 255, .12);
        color: #fff;
        display: grid;
        gap: 8px 13px;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto 1fr;
        min-height: 148px;
        padding: 17px;
        position: relative;
        text-decoration: none;
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .mts-seo-links a::before {
        background: var(--seo-accent);
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mts-seo-link__icon {
        align-items: center;
        background: rgba(255, 255, 255, .045);
        background: color-mix(in srgb, var(--seo-accent) 14%, transparent);
        border: 1px solid rgba(255, 255, 255, .14);
        border-color: color-mix(in srgb, var(--seo-accent) 42%, transparent);
        color: var(--seo-accent);
        display: inline-flex;
        font-size: 19px;
        grid-column: 1;
        grid-row: 1;
        height: 37px;
        justify-content: center;
        width: 37px;
    }

    .mts-seo-link__body {
        display: contents;
        min-width: 0;
    }

    .mts-seo-link__body small {
        color: var(--seo-accent);
        display: block;
        font-size: 11px;
        font-style: normal;
        font-weight: 900;
        grid-column: 2;
        grid-row: 1;
        letter-spacing: .06em;
        line-height: 1.2;
        margin: 0;
        text-transform: uppercase;
    }

    .mts-seo-link__body strong {
        color: #fff;
        display: block;
        font-size: clamp(12.25px, .74vw, 13.5px);
        font-weight: 950;
        grid-column: 1 / -1;
        grid-row: 2;
        line-height: 1.1;
        margin: 0 0 2px;
    }

    .mts-seo-link__text {
        align-self: start;
        color: rgba(255, 255, 255, .68);
        display: block;
        font-size: 11.5px;
        font-style: normal;
        font-weight: 600;
        grid-column: 1 / -1;
        grid-row: 3;
        line-height: 1.34;
        margin: 0 2px;
        overflow-wrap: anywhere;
    }

    .mts-seo-link__arrow {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .14);
        color: rgba(255, 255, 255, .74);
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        height: 30px;
        justify-content: center;
        justify-self: end;
        margin-top: 2px;
        transition: border-color .2s ease, color .2s ease, transform .2s ease;
        width: 30px;
    }

    .mts-seo-links a:hover {
        border-color: var(--seo-accent);
        border-color: color-mix(in srgb, var(--seo-accent) 52%, rgba(255, 255, 255, .12));
        box-shadow: 0 22px 56px rgba(0, 0, 0, .28);
        transform: translateY(-2px);
    }

    .mts-seo-links a:hover .mts-seo-link__arrow {
        border-color: var(--seo-accent);
        color: var(--seo-accent);
        transform: translateX(2px);
    }

    .mts-home-seo-text {
        background:
            radial-gradient(circle at 12% 0%, rgba(244, 122, 31, .08), transparent 30%),
            #080807;
        border-top: 1px solid rgba(255, 255, 255, .07);
        padding: 42px 0 34px;
    }

    .mts-home-seo-text__grid {
        align-items: start;
        display: grid;
        gap: 32px;
        grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
    }

    .mts-home-seo-text__intro {
        max-width: 520px;
    }

    .mts-home-seo-text .mts-section-label {
        color: var(--mts-orange-2);
        font-size: 13px;
        margin-bottom: 12px;
    }

    .mts-home-seo-text h2 {
        color: #fff;
        font-size: clamp(2rem, 2.5vw, 3rem);
    }

    .mts-home-seo-text__cards {
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mts-home-seo-text__cards article {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .026)),
            #10100f;
        border: 1px solid rgba(255, 255, 255, .12);
        min-height: 176px;
        padding: 22px;
    }

    .mts-home-seo-text__cards h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.22;
        margin: 0 0 12px;
    }

    .mts-home-seo-text__cards p {
        color: rgba(255, 255, 255, .72);
        font-size: 15px;
        line-height: 1.56;
        margin: 0;
    }

    .mts-faq {
        background: #080807;
        border-top: 1px solid rgba(255, 255, 255, .08);
        padding: 0 0 48px;
    }

    .mts-mobile-area {
        display: none;
    }

    .mts-faq__head {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 760px;
        text-align: center;
    }

    .mts-faq .mts-section-label {
        color: var(--mts-orange-2);
        font-size: 18px;
        letter-spacing: .12em;
        margin-bottom: 10px;
    }

    .mts-faq__label {
        margin-top: 18px;
        text-align: left;
        transform: translateX(-190px);
    }

    @media (max-width: 1180px) {
        .mts-faq__label {
            transform: none;
        }
    }

    .mts-faq__head .mts-home-area-label {
        color: #f59a23 !important;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: .13em;
        margin: 14px 0 10px;
        text-transform: uppercase;
    }

    .mts-home-faq-area {
        box-sizing: border-box;
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(9, minmax(0, 1fr));
        margin: 18px calc(50% - 50vw) 30px;
        max-width: none;
        padding: 0 48px;
        width: 100vw;
    }

    .mts-home-faq-area span {
        align-items: center;
        background: linear-gradient(145deg, rgba(255,255,255,.062), rgba(255,255,255,.022));
        border: 1px solid rgba(255,255,255,.14);
        color: #fff;
        display: flex;
        font-size: 13.5px;
        font-weight: 900;
        justify-content: center;
        line-height: 1.22;
        min-height: 54px;
        padding: 10px 12px;
        text-align: center;
        white-space: normal;
    }
    @media (max-width: 1180px) {
        .mts-home-faq-area {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            padding: 0 28px;
        }
    }
    @media (max-width: 760px) {
        .mts-home-faq-area {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-left: 0;
            margin-right: 0;
            padding: 0;
            width: 100%;
        }
    }
    .mts-faq h2 {
        color: #fff;
        font-size: clamp(2.35rem, 3.4vw, 3.85rem);
        line-height: 1.02;
        margin: 0;
        white-space: nowrap;
    }

    .mts-faq__list {
        display: grid;
        gap: 14px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .mts-faq details {
        background: rgba(255, 255, 255, .045);
        border: 1px solid rgba(255, 255, 255, .13);
        color: rgba(255, 255, 255, .72);
        padding: 0 28px;
        transition: border-color .2s ease, background .2s ease;
    }

    .mts-faq details[open] {
        background: rgba(255, 255, 255, .058);
        border-color: rgba(244, 122, 31, .35);
    }

    .mts-faq summary {
        color: #fff;
        cursor: pointer;
        font-size: clamp(17px, 1vw, 19px);
        font-weight: 850;
        line-height: 1.35;
        list-style: none;
        padding: 24px 0;
    }

    .mts-faq summary::-webkit-details-marker {
        display: none;
    }

    .mts-faq summary::after {
        color: var(--mts-orange-2);
        content: "+";
        float: right;
        font-size: 20px;
        line-height: 1;
    }

    .mts-faq details[open] summary::after {
        content: "-";
    }

    .mts-faq p {
        color: rgba(255, 255, 255, .74);
        font-size: 15px;
        line-height: 1.65;
        margin: 0;
        max-width: 880px;
        padding: 0 0 26px;
    }

    .mts-advice {
        background: #080807;
        padding: 0 0 38px;
    }

    .mts-advice__panel {
        background:
            radial-gradient(circle at 0% 0%, rgba(244, 122, 31, .18), transparent 32%),
            linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
        border: 1px solid rgba(255, 255, 255, .16);
        box-shadow: 0 28px 80px rgba(0, 0, 0, .44);
        display: grid;
        gap: 22px;
        grid-template-columns: minmax(380px, .86fr) minmax(560px, 1.14fr);
        min-height: 520px;
        overflow: hidden;
        padding: 22px;
        position: relative;
    }

    .mts-advice__visual {
        background: #111;
        border: 1px solid rgba(255, 255, 255, .12);
        min-height: 100%;
        overflow: hidden;
        position: relative;
    }

    .mts-advice__visual img {
        display: block;
        height: 100%;
        min-height: 520px;
        object-fit: cover;
        object-position: 46% 8%;
        width: 100%;
    }

    .mts-advice__visual::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .5) 66%, rgba(0, 0, 0, .86) 100%);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
    }

    .mts-advice h2 {
        color: #fff;
        font-size: clamp(2.1rem, 3.3vw, 3.5rem);
        margin-bottom: 16px;
    }

    .mts-advice__copy {
        bottom: 0;
        left: 0;
        max-width: 660px;
        padding: 32px;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .mts-advice__copy .mts-eyebrow {
        color: var(--mts-orange-2);
    }

    .mts-advice__copy p {
        color: rgba(255, 255, 255, .7);
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }

    .mts-advice__copy ul {
        color: rgba(255, 255, 255, .78);
        display: flex;
        flex-wrap: wrap;
        gap: 12px 20px;
        list-style: none;
        margin: 22px 0 0;
        padding: 0;
    }

    .mts-advice__copy li {
        align-items: center;
        display: inline-flex;
        font-size: 13px;
        gap: 8px;
    }

    .mts-advice__copy i {
        color: var(--mts-orange-2);
    }

    .mts-advice-form {
        align-content: start;
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mts-advice-form label span {
        display: none;
    }

    .mts-advice-form input,
    .mts-advice-form select,
    .mts-advice-form textarea {
        background: rgba(0, 0, 0, .34);
        border: 1px solid rgba(255, 255, 255, .2);
        color: #fff;
        font: inherit;
        min-height: 48px;
        outline: none;
        padding: 0 14px;
        width: 100%;
    }

    .mts-advice-form input:focus,
    .mts-advice-form select:focus,
    .mts-advice-form textarea:focus {
        border-color: rgba(244, 122, 31, .72);
        box-shadow: 0 0 0 3px rgba(244, 122, 31, .12);
    }

    .mts-advice-form textarea {
        min-height: 78px;
        padding-top: 14px;
        resize: vertical;
    }

    .mts-advice-form input::placeholder,
    .mts-advice-form textarea::placeholder {
        color: rgba(255, 255, 255, .58);
    }

    .mts-advice-form select {
        color: rgba(255, 255, 255, .72);
    }

    .mts-advice-form__wide {
        grid-column: 1 / -1;
    }

    .mts-advice-form__notice {
        border: 1px solid rgba(255, 255, 255, .18);
        color: #fff;
        font-size: 14px;
        font-weight: 750;
        line-height: 1.45;
        margin: 0;
        padding: 14px 16px;
    }

    .mts-advice-form__notice--success {
        background: rgba(37, 211, 102, .14);
        border-color: rgba(37, 211, 102, .38);
    }

    .mts-advice-form__notice--error {
        background: rgba(244, 122, 31, .14);
        border-color: rgba(244, 122, 31, .42);
    }

    .mts-advice-project-type {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .mts-advice-project-type legend,
    .mts-advice-file .mts-advice-form__label-text {
        color: rgba(255, 255, 255, .74);
        display: block;
        font-size: 12px;
        font-weight: 850;
        letter-spacing: .08em;
        margin: 0 0 9px;
        text-transform: uppercase;
    }

    .mts-advice-project-type__grid {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mts-advice-project-type__select {
        display: none;
    }

    .mts-advice-choice {
        display: block;
        margin: 0;
        position: relative;
    }

    .mts-advice-choice input {
        height: 1px;
        opacity: 0;
        position: absolute;
        width: 1px;
    }

    .mts-advice-choice span {
        align-items: center;
        background: rgba(0, 0, 0, .34);
        border: 1px solid rgba(255, 255, 255, .18);
        color: #fff;
        cursor: pointer;
        display: flex !important;
        font-size: 12px;
        font-weight: 900;
        justify-content: center;
        line-height: 1.15;
        min-height: 50px;
        padding: 10px 8px;
        text-align: center;
        transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
    }

    .mts-advice-choice input:checked + span,
    .mts-advice-choice span:hover {
        background: rgba(255, 255, 255, .055);
        border-color: var(--choice-accent);
        color: var(--choice-accent);
        transform: translateY(-1px);
    }

    .mts-advice-file input[type="file"] {
        cursor: pointer;
        min-height: 52px;
        padding: 12px 14px;
    }

    .mts-advice-file__input {
        height: 1px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        width: 1px;
    }

    .mts-advice-file__input--fallback {
        height: auto;
        margin-top: 10px;
        opacity: 1;
        pointer-events: auto;
        position: static;
        width: 100%;
    }

    .mts-advice-file__button {
        align-items: center;
        background: rgba(0, 0, 0, .34);
        border: 1px solid rgba(255, 255, 255, .2);
        color: #fff;
        display: inline-flex;
        font-size: 14px;
        font-weight: 850;
        gap: 9px;
        justify-content: center;
        min-height: 52px;
        padding: 0 16px;
        width: 100%;
    }

    .mts-advice-file__button:hover {
        border-color: rgba(244, 122, 31, .72);
        color: var(--mts-orange-2);
    }

    .mts-advice-file__list {
        display: grid;
        gap: 7px;
        list-style: none;
        margin: 10px 0 0;
        padding: 0;
    }

    .mts-advice-file__list li {
        align-items: center;
        background: rgba(255, 255, 255, .055);
        border: 1px solid rgba(255, 255, 255, .12);
        color: rgba(255, 255, 255, .78);
        display: flex;
        font-size: 12px;
        font-weight: 700;
        gap: 10px;
        justify-content: space-between;
        min-height: 38px;
        padding: 8px 10px;
    }

    .mts-advice-file__list button {
        background: transparent;
        border: 0;
        color: rgba(255, 255, 255, .62);
        cursor: pointer;
        font-size: 12px;
        font-weight: 900;
        min-height: 0;
        padding: 0;
        width: auto;
    }

    .mts-advice-file__list button:hover {
        color: var(--mts-orange-2);
    }

    .mts-advice-file small {
        color: rgba(255, 255, 255, .58);
        display: block;
        font-size: 12px;
        line-height: 1.45;
        margin-top: 7px;
    }

    .mts-advice-review-note {
        align-items: center;
        background: rgba(255, 255, 255, .05);
        border: 1px solid rgba(255, 255, 255, .14);
        color: rgba(255, 255, 255, .78);
        display: flex;
        font-size: 13px;
        font-weight: 750;
        gap: 9px;
        line-height: 1.45;
        margin: 0;
        padding: 12px 14px;
    }

    .mts-advice-review-note i {
        color: #f6a623;
        flex: 0 0 auto;
    }

    .mts-advice-form button {
        cursor: pointer;
        min-height: 52px;
        width: 100%;
    }

    .mts-advice-form .mts-step__controls .mts-step__button {
        width: auto;
    }

    .mts-advice-form .mts-step__controls [type="submit"] {
        min-width: 0;
        width: 100%;
    }

    .mts-advice-form__whatsapp {
        align-items: center;
        background: rgba(37, 211, 102, .12);
        border: 1px solid rgba(37, 211, 102, .46);
        color: #fff;
        display: inline-flex;
        font-size: 15.3px;
        font-weight: 950;
        gap: 10px;
        justify-content: center;
        min-height: 49px;
        padding: 12px 14px;
        text-decoration: none;
        transition: background .18s ease, border-color .18s ease, transform .18s ease;
    }

    .mts-advice-form__whatsapp:hover {
        background: rgba(37, 211, 102, .2);
        border-color: rgba(37, 211, 102, .72);
        color: #fff;
        transform: translateY(-1px);
    }

    .mts-advice-form__whatsapp i {
        color: #25d366;
        font-size: 18px;
    }

    @media (max-width: 1180px) {
        .mts-hero {
        --mts-first-fold-hero: max(340px, calc(100svh - var(--mts-home-header-height) - var(--mts-service-fold-height) + var(--mts-service-pull) - var(--mts-first-fold-trim)));
        }

        .mts-hero__grid {
            grid-template-columns: 1fr;
        }

        .mts-hero__copy {
            padding-bottom: 12px;
        }

        .mts-hero__scene {
            min-height: 420px;
        }

        .mts-service-rail {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .mts-trust-strip__inner,
        .mts-why__points,
        .mts-google-proof__cards,
        .mts-project-photo-grid,
        .mts-project-cards,
        .mts-seo-links {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .mts-why__grid,
        .mts-google-proof__grid,
        .mts-process__grid,
        .mts-projects__grid,
        .mts-home-seo-text__grid,
        .mts-faq__list,
        .mts-advice__panel {
            grid-template-columns: 1fr;
        }

        .mts-advice__visual,
        .mts-advice__visual img {
            min-height: 440px;
        }

        .mts-advice-project-type__grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .mts-why__copy {
            border-right: 0;
            padding-right: 0;
        }

        .mts-seo-panel__head {
            align-items: flex-start;
            flex-direction: column;
        }

        .mts-seo-panel h2 {
            white-space: normal;
        }

        .mts-home-seo-text__intro {
            max-width: 760px;
        }

    }

    @media (max-width: 700px) {
        html,
        body {
            max-width: 100%;
            overflow-x: hidden;
        }

        body.home,
        body.front-page {
            --mts-home-header-height: 66px;
            --mts-home-logo-width: min(176px, 62vw);
            --mts-service-card-height: 188px;
            --mts-service-fold-height: 188px;
            width: 100%;
        }

        body.home .site-header,
        body.front-page .site-header {
            background: #fff;
            max-width: 100vw;
            position: sticky;
        }

        body.home .navbar__links,
        body.front-page .navbar__links {
            background: #fff;
            border-top: 1px solid rgba(8, 31, 76, .1);
            box-shadow: 0 18px 42px rgba(8, 31, 76, .18);
            display: none !important;
            flex-direction: column;
            grid-column: 1 / -1;
            left: 0;
            max-height: calc(100svh - var(--mts-home-header-height));
            overscroll-behavior: contain;
            overflow-y: auto;
            padding-top: 14px;
            position: fixed;
            right: 0;
            scroll-padding-top: 14px;
            top: var(--mts-home-header-height) !important;
            z-index: 10010;
        }

        body.home .navbar__links.is-open,
        body.front-page .navbar__links.is-open {
            display: flex !important;
        }

        body.home .navbar__links a,
        body.front-page .navbar__links a {
            height: 42px;
        }

        body.home .navbar__item,
        body.front-page .navbar__item {
            align-items: stretch;
            flex-direction: column;
            height: auto;
            width: 100%;
        }

        body.home .navbar__item > a,
        body.front-page .navbar__item > a {
            height: 42px;
        }

        .mts-container {
            margin-left: auto;
            margin-right: auto;
            padding: 0 26px;
        }

        body.home .site-header .navbar,
        body.front-page .site-header .navbar {
            grid-template-columns: minmax(0, 1fr) 52px !important;
            height: var(--mts-home-header-height);
            padding-left: 14px;
            padding-right: 10px;
        }

        body.home .brand,
        body.front-page .brand {
            height: var(--mts-home-header-height);
            min-width: 0;
        }

        body.home .brand img,
        body.front-page .brand img {
            max-height: calc(var(--mts-home-header-height) - 10px);
            width: var(--mts-home-logo-width);
        }

        body.home .navbar__actions,
        body.front-page .navbar__actions,
        body.home .site-header .header-login,
        body.front-page .site-header .header-login,
        body.home .site-header .header-whatsapp,
        body.front-page .site-header .header-whatsapp {
            display: none !important;
        }

        body.home .site-header .menu-button,
        body.front-page .site-header .menu-button {
            display: grid !important;
            flex: 0 0 52px;
            height: 52px;
            min-width: 52px;
            opacity: 1 !important;
            position: relative;
            visibility: visible !important;
            width: 52px;
            z-index: 10030;
        }

        .mts-home,
        .mts-hero-stack,
        .mts-hero,
        .mts-google-proof,
        .mts-advice {
            max-width: 100vw;
            overflow-x: hidden;
        }

        .mts-hero-stack::before {
            background-image: url('../img/hero-medtech-mobile.webp?v=20260626-speed');
            background-position: 36% 8px;
            background-repeat: no-repeat;
            background-size: 98% auto;
            bottom: auto;
            filter: saturate(.70) brightness(.94) contrast(1.08);
            height: 600px;
            height: clamp(540px, 78svh, 660px);
            opacity: .90;
        }

        .mts-hero-stack::after {
            background:
                radial-gradient(ellipse at 48% 78%, rgba(5, 5, 4, .24), transparent 48%),
                linear-gradient(90deg, rgba(5, 5, 4, .58) 0%, rgba(5, 5, 4, .40) 58%, rgba(5, 5, 4, .16) 100%),
                linear-gradient(180deg, rgba(5, 5, 4, .03) 0%, rgba(5, 5, 4, .08) 62%, rgba(5, 5, 4, .36) 100%);
        }

        .mts-hero__backdrop::after,
        .mts-hero__glow {
            display: none;
        }

        .mts-hero {
            --mts-first-fold-hero: auto;
            min-height: auto;
            padding: 10px 0 0;
        }

        .mts-hero__grid {
            min-height: auto;
        }

        .mts-hero__copy {
            max-width: 100%;
            min-width: 0;
            padding-bottom: 0;
            width: 100%;
        }

        .mts-hero h1 {
            font-size: clamp(1.82rem, 9.6vw, 2.72rem);
            line-height: .94;
            max-width: 100%;
            overflow-wrap: anywhere;
        }

        .mts-hero__lead {
            font-size: 14px;
            line-height: 1.43;
            margin-top: 8px;
            max-width: 100%;
        }

        .mts-hero__actions,
        .mts-hero__micro {
            align-items: stretch;
            flex-direction: column;
            gap: 9px;
            min-width: 0;
            width: 100%;
        }

        .mts-btn {
            min-height: 46px;
            max-width: 100%;
            white-space: normal;
            width: 100%;
        }

        .mts-hero__battery-cta {
            box-sizing: border-box;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-top: 18px;
            min-height: 44px;
            max-width: 100%;
            padding: 0 12px;
            text-align: center;
            white-space: normal;
        }

        .mts-hero__battery-cta span {
            font-size: 12.5px;
        }

        .mts-hero__battery-cta strong {
            font-size: 10px;
            white-space: normal;
        }

        .mts-hero__scene {
            display: none;
        }

        .mts-services-band {
            margin-top: 38px;
        }

        .mts-service-rail {
            gap: 10px;
            padding: 0 12px 2px;
        }

        .mts-service-card {
            border-radius: 12px;
            min-height: var(--mts-service-card-height);
            transform: none;
        }

        .mts-service-card__content {
            padding: 22px;
        }

        .mts-service-card h3,
        .mts-google-proof h2,
        .mts-why h2,
        .mts-process h2,
        .mts-projects h2,
        .mts-seo-panel h2,
        .mts-home-seo-text h2,
        .mts-faq h2,
        .mts-advice h2 {
            max-width: 100%;
            overflow-wrap: anywhere;
            white-space: normal;
        }

        .mts-service-rail,
        .mts-trust-strip__inner,
        .mts-why__points,
        .mts-google-proof__cards,
        .mts-project-photo-grid,
        .mts-process__steps,
        .mts-project-cards,
        .mts-seo-links,
        .mts-home-seo-text__cards,
        .mts-faq__list,
        .mts-advice-form {
            grid-template-columns: 1fr;
        }

        .mts-advice__visual,
        .mts-advice__visual img {
            min-height: 420px;
        }

        .mts-advice__copy {
            padding: 26px;
        }

        .mts-advice-project-type__grid {
            display: none;
        }

        .mts-advice-project-type__select {
            display: grid;
            gap: 8px;
        }

        .mts-advice-project-type__select span {
            color: rgba(255, 255, 255, .74);
            display: block;
            font-size: 12px;
            font-weight: 850;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .mts-advice-project-type__select select {
            background: rgba(0, 0, 0, .34);
            border: 1px solid rgba(255, 255, 255, .2);
            color: var(--projecttype-accent, #f59a23);
            font: inherit;
            font-weight: 850;
            min-height: 52px;
            outline: none;
            padding: 0 14px;
            width: 100%;
        }

        .mts-advice-project-type__select select:focus {
            border-color: var(--projecttype-accent, #f59a23);
            box-shadow: 0 0 0 3px color-mix(in srgb, var(--projecttype-accent, #f59a23) 18%, transparent);
        }

        .mts-advice-project-type__select option {
            background: #111;
            color: #fff;
        }

        .mts-trust-metric {
            align-items: center;
            border-bottom: 1px solid rgba(20, 18, 16, .14);
            border-right: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            max-width: 320px;
            padding: 16px 0;
            text-align: center;
            width: 100%;
        }

        .mts-trust-metric i {
            margin: 0 0 8px;
        }

        .mts-trust-metric .mts-stars {
            grid-column: auto;
            justify-content: center;
        }

        .mts-trust-metric--google {
            margin-left: auto;
            margin-right: auto;
            padding: 18px;
        }

        .mts-google-proof {
            padding: 10px 0;
        }

        .mts-google-proof__copy,
        .mts-google-proof__widget,
        .mts-google-proof__cards,
        .mts-why__copy,
        .mts-why__points,
        .mts-process__grid > div:first-child,
        .mts-process__steps {
            margin-left: auto;
            margin-right: auto;
            max-width: 340px;
            width: 100%;
        }

        .mts-google-proof__copy,
        .mts-why__copy,
        .mts-process__grid > div:first-child {
            text-align: center;
        }

        .mts-google-proof__copy p:not(.mts-eyebrow),
        .mts-why h2,
        .mts-process h2 {
            margin-left: auto;
            margin-right: auto;
        }

        .mts-google-proof__button {
            justify-content: center;
            width: 100%;
        }

        .mts-google-proof__widget {
            padding: 6px 10px;
        }

        .mts-google-proof__cards article,
        .mts-why__points article,
        .mts-process__steps article {
            text-align: center;
        }

        .mts-process__steps::before {
            display: none;
        }

        .mts-projects__grid,
        .mts-process__grid {
            gap: 32px;
        }

        .mts-projects__intro {
            align-items: center;
            flex-direction: column;
            gap: 18px;
            text-align: center;
        }

        .mts-projects__heading {
            margin-left: auto;
            margin-right: auto;
            max-width: 340px;
            text-align: center;
        }

        .mts-projects h2 {
            margin-left: auto;
            margin-right: auto;
            white-space: normal;
        }

        .mts-faq h2 {
            white-space: normal;
        }

        .mts-projects__intro .mts-btn {
            justify-content: center;
            margin-bottom: 0;
            max-width: 340px;
        }

        .mts-seo-panel__head {
            align-items: center;
            flex-direction: column;
            text-align: center;
        }

        .mts-seo-panel__copy {
            margin-left: auto;
            margin-right: auto;
            max-width: 340px;
            text-align: center;
        }

        .mts-seo-panel__copy p:not(.mts-section-label) {
            margin-left: auto;
            margin-right: auto;
        }

        .mts-seo-panel__cta {
            justify-content: center;
            max-width: 340px;
            width: 100%;
        }

        .mts-seo-links {
            margin-left: auto;
            margin-right: auto;
            max-width: 360px;
        }

        .mts-seo-links a {
            justify-items: center;
            text-align: center;
        }

        .mts-seo-link__body,
        .mts-seo-link__text {
            text-align: center;
        }

        .mts-mobile-area {
            background: #080807;
            border-top: 1px solid rgba(255, 255, 255, .08);
            color: #fff;
            display: block;
            padding: 34px 0 28px;
            text-align: center;
        }

        .mts-mobile-area h2 {
            color: #fff;
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(1.8rem, 8vw, 2.35rem);
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1.05;
            margin: 0 auto 12px;
            max-width: 340px;
        }

        .mts-mobile-area p:not(.mts-section-label) {
            color: rgba(255, 255, 255, .68);
            font-size: 14px;
            line-height: 1.55;
            margin: 0 auto;
            max-width: 340px;
        }

        .mts-mobile-area__places {
            display: grid;
            gap: 10px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin: 22px auto 0;
            max-height: 268px;
            max-width: 360px;
            overflow-y: auto;
            padding: 0 3px 4px 0;
            -webkit-overflow-scrolling: touch;
        }

        .mts-mobile-area__places span {
            align-items: center;
            background: rgba(255, 255, 255, .045);
            border: 1px solid rgba(255, 255, 255, .14);
            color: #fff;
            display: flex;
            font-size: 12px;
            font-weight: 850;
            justify-content: center;
            line-height: 1.25;
            min-height: 42px;
            padding: 10px 8px;
            text-align: center;
        }

        .mts-advice__panel {
            gap: 14px;
            padding: 14px;
        }

        .mts-advice__visual,
        .mts-advice__visual img {
            min-height: 470px;
        }

        .mts-advice__visual img {
            object-position: 43% 0%;
        }

        .mts-advice__copy {
            padding: 22px;
        }
    }
