:root {
    --mfv-navy: #03142f;
    --mfv-deep: #061e47;
    --mfv-blue: #0057ff;
    --mfv-cyan: #00d8ff;
    --mfv-ice: #eaf6ff;
    --mfv-ink: #102033;
    --mfv-muted: #4b6078;
    --mfv-line: #c9def0;
    --mfv-white: #fff;
}

.mfv-page,
.mfv-home {
    color: var(--mfv-ink);
    font-family: inherit;
}

.mfv-page *,
.mfv-home * {
    box-sizing: border-box;
}

.mfv-page svg,
.mfv-home svg {
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
}

.mfv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #0b6bbd;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.mfv-eyebrow::before {
    width: 1.7rem;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--mfv-blue), var(--mfv-cyan));
    content: "";
}

.mfv-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
}

.mfv-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: .78rem 1.2rem;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mfv-button:hover {
    transform: translateY(-2px);
}

.mfv-button--primary {
    background: linear-gradient(110deg, var(--mfv-blue), #009ee9 65%, var(--mfv-cyan));
    box-shadow: 0 12px 30px rgba(0, 87, 255, .28);
    color: #fff !important;
}

.mfv-button--ghost {
    border-color: rgba(255, 255, 255, .32);
    background: rgba(3, 20, 47, .34);
    color: #fff !important;
    backdrop-filter: blur(10px);
}

.mfv-button--light {
    background: #fff;
    box-shadow: 0 12px 30px rgba(3, 20, 47, .18);
    color: var(--mfv-navy) !important;
}

/* Teaser incluído na página principal, sem alterar o logotipo do site. */
.mfv-home {
    position: relative;
    display: grid;
    width: min(1180px, calc(100% - 40px));
    min-height: 570px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    margin: clamp(3.5rem, 7vw, 6.5rem) auto;
    overflow: hidden;
    border: 1px solid rgba(0, 216, 255, .28);
    border-radius: 34px;
    background: var(--mfv-navy);
    box-shadow: 0 30px 80px rgba(3, 20, 47, .22);
    isolation: isolate;
}

.mfv-home::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(3, 20, 47, .99) 0%, rgba(3, 20, 47, .96) 38%, rgba(3, 20, 47, .62) 59%, rgba(3, 20, 47, .08) 100%);
    content: "";
    pointer-events: none;
}

.mfv-home__media {
    position: absolute;
    inset: 0;
}

.mfv-home__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.mfv-home__shine {
    position: absolute;
    top: -25%;
    right: 18%;
    width: 260px;
    height: 760px;
    transform: rotate(28deg);
    background: linear-gradient(90deg, transparent, rgba(0, 216, 255, .09), transparent);
}

.mfv-home__content {
    position: relative;
    z-index: 2;
    display: flex;
    grid-column: 1 / 2;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.8rem);
    color: #fff;
}

.mfv-home .mfv-eyebrow,
.mfv-hero .mfv-eyebrow,
.mfv-final-cta .mfv-eyebrow {
    color: #8deeff;
}

.mfv-home__logo {
    width: clamp(220px, 26vw, 340px);
    height: auto;
    margin: .9rem 0 -.2rem;
    transform: translateX(-6%);
    filter: drop-shadow(0 12px 24px rgba(0, 87, 255, .24));
}

.mfv-home h2 {
    max-width: 650px;
    margin: 0 0 1rem;
    color: #fff !important;
    font-size: clamp(2rem, 4.1vw, 4rem);
    font-weight: 880;
    letter-spacing: -.045em;
    line-height: .98;
}

.mfv-home__content > p {
    max-width: 580px;
    margin: 0 0 1.25rem;
    color: #c9def0;
    font-size: clamp(1rem, 1.7vw, 1.17rem);
    line-height: 1.65;
}

.mfv-mini-features {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.mfv-mini-features li {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    border: 1px solid rgba(141, 238, 255, .25);
    border-radius: 999px;
    padding: .48rem .72rem;
    background: rgba(0, 216, 255, .08);
    color: #eafaff;
    font-size: .8rem;
    font-weight: 750;
}

/* Página dedicada */
body.mega-vigilancia-page .wp-site-blocks > header,
body.mega-vigilancia-page .wp-site-blocks > footer,
body.mega-vigilancia-page > header,
body.mega-vigilancia-page > footer,
body.mega-vigilancia-page .wp-block-post-title,
body.mega-vigilancia-page .wp-block-post-featured-image {
    display: none !important;
}

body.mega-vigilancia-page {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
}

body.mega-vigilancia-page .wp-site-blocks,
body.mega-vigilancia-page main.wp-block-group,
body.mega-vigilancia-page .entry-content,
body.mega-vigilancia-page .wp-block-post-content,
body.mega-vigilancia-page .is-layout-constrained,
body.mega-vigilancia-page .has-global-padding {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.mfv-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: hidden;
    background: #fff;
}

.mfv-topbar {
    position: sticky;
    top: 0;
    z-index: 80;
    display: flex;
    width: 100%;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .72rem clamp(1rem, 4vw, 4rem);
    border-bottom: 1px solid rgba(201, 222, 240, .55);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 35px rgba(3, 20, 47, .08);
    backdrop-filter: blur(18px);
}

.mfv-topbar .mfr-brand {
    display: inline-flex;
    align-items: center;
    gap: .68rem;
    color: var(--mfv-navy);
    font-weight: 850;
    text-decoration: none;
}

.mfv-topbar .mfr-brand img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: contain;
}

.mfv-topbar nav {
    display: flex;
    align-items: center;
    gap: clamp(.7rem, 2vw, 1.6rem);
}

.mfv-topbar nav a {
    color: #314760;
    font-size: .88rem;
    font-weight: 760;
    text-decoration: none;
}

.mfv-topbar nav a:hover {
    color: var(--mfv-blue);
}

.mfv-topbar > .mfr-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: .7rem 1.1rem;
    background: var(--mfv-navy);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.mfv-hero {
    position: relative;
    display: flex;
    min-height: min(800px, calc(100vh - 74px));
    align-items: center;
    isolation: isolate;
    background-color: var(--mfv-navy);
    background-image: var(--mfv-hero);
    background-position: center right;
    background-size: cover;
}

.mfv-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(3, 20, 47, .99) 0%, rgba(3, 20, 47, .96) 36%, rgba(3, 20, 47, .65) 56%, rgba(3, 20, 47, .08) 100%);
    content: "";
}

.mfv-hero::after {
    position: absolute;
    right: -8%;
    bottom: -34%;
    z-index: -1;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(0, 216, 255, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(0, 216, 255, .035), 0 0 0 180px rgba(0, 87, 255, .025);
    content: "";
}

.mfv-hero__content {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 0;
    color: #fff;
}

.mfv-hero__logo {
    display: block;
    width: clamp(230px, 27vw, 380px);
    height: auto;
    margin: .7rem 0 -.4rem;
    transform: translateX(-6%);
    filter: drop-shadow(0 18px 30px rgba(0, 87, 255, .26));
}

.mfv-hero h1 {
    max-width: 720px;
    margin: 0 0 1.2rem;
    color: #fff;
    font-size: clamp(2.7rem, 5.5vw, 5.5rem);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .94;
    text-wrap: balance;
}

.mfv-hero__content > p {
    max-width: 630px;
    margin: 0 0 1.7rem;
    color: #c9def0;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.65;
}

.mfv-text-link {
    padding: .8rem .35rem;
    border-bottom: 1px solid rgba(141, 238, 255, .5);
    color: #dffaff;
    font-size: .9rem;
    font-weight: 750;
    text-decoration: none;
}

.mfv-proof {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.2rem;
    margin-top: 1.7rem;
    color: #dffaff;
    font-size: .82rem;
    font-weight: 700;
}

.mfv-proof span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.mfv-proof svg {
    color: var(--mfv-cyan);
}

.mfv-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.mfv-section--soft {
    position: relative;
    width: 100%;
    padding-right: max(20px, calc((100% - 1180px) / 2));
    padding-left: max(20px, calc((100% - 1180px) / 2));
    background: linear-gradient(180deg, #f5fbff 0%, #eaf6ff 100%);
}

.mfv-section__head {
    max-width: 760px;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.mfv-section__head--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mfv-section__head--center .mfv-eyebrow {
    justify-content: center;
}

.mfv-section__head h2,
.mfv-intercom h2,
.mfv-final-cta h2 {
    margin: .8rem 0 1rem;
    color: var(--mfv-navy);
    font-size: clamp(2.2rem, 4.5vw, 4.35rem);
    font-weight: 890;
    letter-spacing: -.052em;
    line-height: 1;
    text-wrap: balance;
}

.mfv-section__head p,
.mfv-intercom__content > p {
    margin: 0;
    color: var(--mfv-muted);
    font-size: clamp(1rem, 1.55vw, 1.16rem);
    line-height: 1.75;
}

.mfv-intro {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    align-items: center;
    gap: clamp(2rem, 7vw, 7rem);
}

.mfv-statements {
    display: grid;
    gap: .8rem;
}

.mfv-statements article {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--mfv-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(3, 20, 47, .07);
}

.mfv-statements strong {
    color: var(--mfv-blue);
    font-size: 1.05rem;
}

.mfv-statements span {
    color: var(--mfv-muted);
    line-height: 1.5;
}

.mfv-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mfv-feature,
.mfv-segment {
    border: 1px solid rgba(201, 222, 240, .8);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 36px rgba(3, 20, 47, .065);
}

.mfv-feature {
    min-height: 240px;
    padding: clamp(1.35rem, 3vw, 2rem);
}

.mfv-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 216, 255, .35);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(0, 87, 255, .11), rgba(0, 216, 255, .12));
    color: var(--mfv-blue);
}

.mfv-icon svg {
    width: 24px;
    height: 24px;
}

.mfv-icon--large {
    width: 58px;
    height: 58px;
    border-radius: 18px;
}

.mfv-feature h3,
.mfv-segment h3,
.mfv-steps h3 {
    margin: 1.15rem 0 .6rem;
    color: var(--mfv-navy);
    font-size: 1.18rem;
    font-weight: 840;
    letter-spacing: -.02em;
}

.mfv-feature p,
.mfv-segment p,
.mfv-steps p {
    margin: 0;
    color: var(--mfv-muted);
    font-size: .94rem;
    line-height: 1.65;
}

.mfv-segment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mfv-segment {
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.mfv-segment::after {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(0, 216, 255, .2);
    border-radius: 50%;
    content: "";
}

.mfv-segment ul {
    display: grid;
    gap: .62rem;
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.mfv-segment li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    color: #30465d;
    font-size: .9rem;
    line-height: 1.45;
}

.mfv-segment li svg {
    margin-top: .1rem;
    color: #0088d8;
}

.mfv-intercom {
    position: relative;
    display: grid;
    width: min(1180px, calc(100% - 40px));
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: clamp(2rem, 8vw, 7rem);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    padding: clamp(2rem, 6vw, 5rem);
    background: linear-gradient(135deg, #03142f 0%, #06285b 58%, #0057ff 160%);
    box-shadow: 0 30px 80px rgba(3, 20, 47, .2);
    color: #fff;
}

.mfv-intercom::after {
    position: absolute;
    inset: auto -12% -50% auto;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(0, 216, 255, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(0, 216, 255, .04), 0 0 0 160px rgba(0, 87, 255, .035);
    content: "";
}

.mfv-intercom__visual,
.mfv-intercom__content {
    position: relative;
    z-index: 1;
}

.mfv-intercom__visual {
    display: grid;
    min-height: 360px;
    place-items: center;
}

.mfv-phone-card {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(280px, 85%);
    min-height: 390px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(141, 238, 255, .52);
    border-radius: 42px;
    background: linear-gradient(165deg, rgba(255, 255, 255, .13), rgba(0, 216, 255, .035));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28), inset 0 0 50px rgba(0, 216, 255, .06);
    text-align: center;
    backdrop-filter: blur(14px);
}

.mfv-phone-card > svg {
    width: 70px;
    height: 70px;
    margin-bottom: 1.6rem;
    color: var(--mfv-cyan);
}

.mfv-phone-card span {
    color: #8deeff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mfv-phone-card strong {
    max-width: 170px;
    margin-top: .7rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
}

.mfv-phone-ring {
    position: absolute;
    border: 1px solid rgba(0, 216, 255, .25);
    border-radius: 50%;
}

.mfv-phone-ring--one {
    width: 330px;
    height: 330px;
}

.mfv-phone-ring--two {
    width: 450px;
    height: 450px;
}

.mfv-intercom h2 {
    color: #fff;
}

.mfv-intercom__content > p {
    max-width: 600px;
    margin-bottom: 1.7rem;
    color: #c9def0;
}

.mfv-process {
    padding-bottom: clamp(4rem, 7vw, 7rem);
}

.mfv-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: steps;
}

.mfv-steps li {
    position: relative;
    display: flex;
    gap: 1rem;
    padding: 1.45rem;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--mfv-blue), var(--mfv-cyan)) 1;
    background: #f7fbff;
}

.mfv-steps li > span {
    color: #0088d8;
    font-size: .86rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.mfv-steps h3 {
    margin-top: 0;
}

.mfv-faq-section {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(2rem, 7vw, 7rem);
    border-top: 1px solid var(--mfv-line);
}

.mfv-faq-list {
    display: grid;
    gap: .7rem;
}

.mfv-faq-list details {
    border: 1px solid var(--mfv-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(3, 20, 47, .055);
}

.mfv-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    color: var(--mfv-navy);
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

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

.mfv-faq-list summary span {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--mfv-ice);
    color: var(--mfv-blue);
    font-size: 1.2rem;
    transition: transform .2s ease;
}

.mfv-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.mfv-faq-list details p {
    margin: 0;
    padding: 0 1.2rem 1.2rem;
    color: var(--mfv-muted);
    line-height: 1.65;
}

.mfv-final-cta {
    display: grid;
    width: min(1180px, calc(100% - 40px));
    grid-template-columns: 200px 1fr auto;
    align-items: center;
    gap: clamp(1.3rem, 4vw, 3.5rem);
    margin: 0 auto clamp(3rem, 6vw, 6rem);
    border-radius: 28px;
    padding: clamp(1.7rem, 4vw, 3rem);
    background: linear-gradient(115deg, #0057ff -20%, #06285b 48%, #03142f 100%);
    color: #fff;
    box-shadow: 0 24px 65px rgba(0, 87, 255, .22);
}

.mfv-final-cta > img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .18));
}

.mfv-final-cta h2 {
    margin: .4rem 0 .6rem;
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 3.25rem);
}

.mfv-final-cta p {
    max-width: 650px;
    margin: 0;
    color: #c9def0;
    line-height: 1.6;
}

.mfv-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 2rem;
    padding: 1.4rem 20px;
    background: var(--mfv-navy);
    color: #bcd1e6;
    font-size: .78rem;
    text-align: center;
}

.mfv-footer a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 980px) {
    .mfv-home {
        min-height: 660px;
        grid-template-columns: 1fr;
    }

    .mfv-home::before {
        background: linear-gradient(90deg, rgba(3, 20, 47, .98) 0%, rgba(3, 20, 47, .9) 52%, rgba(3, 20, 47, .5) 100%);
    }

    .mfv-home__content {
        grid-column: 1;
        max-width: 690px;
    }

    .mfv-topbar nav {
        display: none;
    }

    .mfv-intro,
    .mfv-faq-section {
        grid-template-columns: 1fr;
    }

    .mfv-feature-grid,
    .mfv-segment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mfv-intercom {
        grid-template-columns: .8fr 1.2fr;
        gap: 2rem;
    }

    .mfv-final-cta {
        grid-template-columns: 150px 1fr;
    }

    .mfv-final-cta .mfv-button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 720px) {
    .mfv-home {
        width: calc(100% - 24px);
        min-height: 650px;
        margin: 3.5rem auto;
        border-radius: 24px;
    }

    .mfv-home::before {
        background: linear-gradient(180deg, rgba(3, 20, 47, .76) 0%, rgba(3, 20, 47, .9) 36%, rgba(3, 20, 47, 1) 75%);
    }

    .mfv-home__media img {
        height: 48%;
        object-position: 72% center;
    }

    .mfv-home__content {
        justify-content: flex-end;
        padding: 1.5rem;
    }

    .mfv-home__logo {
        width: 220px;
        margin-bottom: -.1rem;
    }

    .mfv-home h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .mfv-mini-features {
        gap: .4rem;
    }

    .mfv-mini-features li {
        font-size: .72rem;
    }

    .mfv-actions,
    .mfv-actions .mfv-button {
        width: 100%;
    }

    .mfv-topbar {
        min-height: 66px;
        padding: .62rem .85rem;
    }

    .mfv-topbar .mfr-brand span {
        display: none;
    }

    .mfv-topbar > .mfr-button {
        min-height: 40px;
        padding: .62rem .8rem;
        font-size: .74rem;
    }

    .mfv-hero {
        min-height: 760px;
        align-items: flex-end;
        background-position: 68% center;
    }

    .mfv-hero::before {
        background: linear-gradient(180deg, rgba(3, 20, 47, .22) 0%, rgba(3, 20, 47, .74) 35%, rgba(3, 20, 47, .99) 70%);
    }

    .mfv-hero__content {
        width: calc(100% - 30px);
        padding: 3rem 0;
    }

    .mfv-hero__logo {
        width: 230px;
    }

    .mfv-hero h1 {
        font-size: clamp(2.55rem, 12vw, 4rem);
    }

    .mfv-proof {
        display: grid;
        gap: .45rem;
    }

    .mfv-section,
    .mfv-intercom,
    .mfv-final-cta {
        width: calc(100% - 24px);
    }

    .mfv-section {
        padding: 4.25rem 0;
    }

    .mfv-section--soft {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .mfv-feature-grid,
    .mfv-segment-grid,
    .mfv-steps,
    .mfv-intercom,
    .mfv-final-cta {
        grid-template-columns: 1fr;
    }

    .mfv-statements article {
        grid-template-columns: 88px 1fr;
        padding: .95rem 1rem;
    }

    .mfv-feature {
        min-height: 0;
    }

    .mfv-intercom {
        gap: .5rem;
        padding: 1.6rem;
        border-radius: 24px;
    }

    .mfv-intercom__visual {
        min-height: 320px;
    }

    .mfv-phone-card {
        min-height: 320px;
    }

    .mfv-phone-ring--one {
        width: 280px;
        height: 280px;
    }

    .mfv-phone-ring--two {
        width: 360px;
        height: 360px;
    }

    .mfv-faq-section {
        gap: 0;
    }

    .mfv-final-cta {
        grid-template-columns: 105px 1fr;
        gap: 1rem;
        border-radius: 22px;
        padding: 1.3rem;
    }

    .mfv-final-cta > img {
        grid-row: 1;
    }

    .mfv-final-cta > div {
        grid-column: 2;
        grid-row: 1;
    }

    .mfv-final-cta .mfv-eyebrow {
        font-size: .62rem;
    }

    .mfv-final-cta h2 {
        font-size: 1.5rem;
    }

    .mfv-final-cta p {
        display: none;
    }

    .mfv-final-cta .mfv-button {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .mfv-footer {
        flex-direction: column;
        gap: .45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mfv-button {
        transition: none;
    }
}
