/* MVO Site / home 2026. Scope: .mvo-home-next; incumbent inner pages keep their own styles. */
@font-face { font-family: 'MVO Manrope'; src: url('legacy/fontes/manrope-400.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'MVO Manrope'; src: url('legacy/fontes/manrope-600.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'MVO Manrope'; src: url('legacy/fontes/manrope-800.ttf') format('truetype'); font-style: normal; font-weight: 700 800; font-display: swap; }
.mvo-home-next { --nx-bg: #090d12; --nx-surface: #111923; --nx-ink: #f5f8fc; --nx-muted: #b4c1d0; --nx-blue: #2584ff; --nx-line: #293441; background: var(--nx-bg); color: var(--nx-ink); font-family: 'MVO Manrope', sans-serif; caret-color: #8dbdff; scrollbar-color: #536980 #090d12; }
.mvo-home-next ::selection { color: #fff; background: #175db4; }
.mvo-home-next :is(a,button,input,summary):focus-visible { outline: 3px solid #8fc8ff; outline-offset: 5px; }
.mvo-home-next .mvo-next, .mvo-home-next .mvo-next * { box-sizing: border-box; }
.mvo-next { overflow: clip; font-size: 16px; line-height: 1.6; }
.mvo-next .nx-wrap { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.mvo-next h1,.mvo-next h2,.mvo-next h3,.mvo-next p,.mvo-next figure { margin: 0; }
.mvo-next :is(h1,h2,h3) { font-family: 'MVO Manrope',sans-serif; text-wrap: balance; font-weight: 800; letter-spacing: -.035em; }
.mvo-next h2 { font-size: clamp(32px,3.8vw,50px); line-height: 1.12; }
.mvo-next h3 { font-size: clamp(29px,3vw,39px); line-height: 1.15; }
.mvo-next a { color: inherit; text-decoration: none; }
.mvo-next svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.mvo-next .nx-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 15px 23px; min-height: 52px; border: 0; border-radius: 8px; background: #1670e5; color: #fff; font: 800 14px/1.4 'MVO Manrope',sans-serif; cursor: pointer; transition: background-color .2s, box-shadow .2s; }
.mvo-next .nx-button:hover { background: #0d60cf; box-shadow: 0 8px 24px #0003; }
.mvo-next .nx-button:disabled { opacity: .6; cursor: wait; }
.mvo-next .nx-button-dark { background: #0a172a; color: #fff; }
.mvo-next .nx-button-dark:hover { background: #1a3454; }
.mvo-next .nx-button-light { background: #f5f8fc; color: #102339; }
.mvo-next .nx-button-light:hover { background: #dcecff; }
.mvo-next .nx-text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 14px; min-height: 44px; }
.mvo-next .nx-text-link:hover { color: #8fc8ff; }
.mvo-next .nx-text-link svg { width: 18px; height: 18px; transition: transform .2s; }
.mvo-next .nx-text-link:hover svg { transform: translate(2px,-2px); }
.mvo-next .nx-section { margin-top: 104px; }
.mvo-next .nx-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 36px; }
.mvo-next .nx-section-heading p { color: var(--nx-muted); font-size: 16px; line-height: 1.75; max-width: 400px; padding-bottom: 4px; }
.mvo-next .nx-domain { display: flex; align-items: center; gap: 30px; min-height: 112px; padding-block: 22px; }
.mvo-next .nx-domain > label { font-size: 13px; line-height: 1.6; flex: 0 0 200px; color: var(--nx-muted); }
.mvo-next .nx-domain label strong { font-weight: 600; color: var(--nx-ink); }
.mvo-next .nx-domain form { flex: 1; min-width: 0; }
.mvo-next .nx-domain-field { display: flex; align-items: center; gap: 13px; padding: 6px 6px 6px 18px; background: #f5f8fc; border-radius: 10px; color: #495d71; }
.mvo-next .nx-domain-field input { flex: 1; width: 100%; min-width: 0; height: 48px; font: 400 14px 'MVO Manrope',sans-serif; color: #12263e; background: transparent; border: 0; outline-offset: -1px; }
.mvo-next .nx-domain-field input::placeholder { color: #4b6075; opacity: 1; }
.mvo-next .nx-domain-field .nx-button { min-height: 46px; white-space: nowrap; padding: 12px 18px; }
.mvo-next .nx-domain-endings { white-space: nowrap; color: #c7d4e3; font-size: 13px; font-weight: 800; }
.mvo-next .nx-domain-endings span { padding-inline: 7px; color: #536579; }
.mvo-next .nx-hero { position: relative; isolation: isolate; min-height: 535px; overflow: hidden; border-radius: 16px; background: #051124; }
.mvo-next .nx-hero-picture { position: absolute; inset: 0; z-index: -3; }
.mvo-next .nx-hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mvo-next .nx-hero-video { display: none; position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }
.mvo-next .nx-hero-video-toggle { display: none; position: absolute; top: 24px; right: 24px; z-index: 1; min-height: 44px; padding: 10px 16px; border: 0; border-radius: 8px; background: #0a172a; color: #f5f8fc; font: 600 14px/1.4 'MVO Manrope',sans-serif; cursor: pointer; }
.mvo-next .nx-hero-video-toggle:hover { background: #1a3454; }
@media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
    .mvo-next .nx-hero-video:not([hidden]) { display: block; }
    .mvo-next .nx-hero-video-toggle:not([hidden]) { display: inline-flex; align-items: center; }
}
.mvo-next .nx-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#041122 0%,#041122c9 34%,#04112200 74%); }
.mvo-next .nx-hero-copy { position: relative; padding: 56px 56px 42px; max-width: 680px; }
.mvo-next .nx-hero h1 { font-size: clamp(44px,5.4vw,72px); line-height: 1.035; margin: 0 0 24px; color: #fff; }
.mvo-next .nx-hero h1 span { color: #71b6ff; }
.mvo-next .nx-hero-copy > p { font-size: 16px; line-height: 1.8; color: #c4d3e5; max-width: 440px; }
.mvo-next .nx-actions { display: flex; gap: 24px; align-items: center; margin-top: 29px; flex-wrap: wrap; }
.mvo-next .nx-hero-note { display: flex; align-items: center; gap: 8px; margin-top: 24px; font-size: 12px; color: #bdccdf; }
.mvo-next .nx-hero-note svg { width: 16px; height: 16px; color: #8fc8ff; }
.mvo-next .nx-hero-region { position: absolute; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #101f32; border-radius: 10px; font-size: 11px; color: #c1d2e7; }
.mvo-next .nx-hero-region > svg:first-child { width: 32px; height: 32px; color: #7dbaff; }
.mvo-next .nx-hero-region strong { display: block; font-size: 17px; color: #fff; font-weight: 800; }
.mvo-next .nx-hero-region > svg:last-child { margin-left: 22px; width: 17px; height: 17px; }
.mvo-next .nx-hero-region:hover { background: #193557; }
.mvo-next .nx-trust { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px 16px; border-bottom: 1px solid var(--nx-line); }
.mvo-next .nx-trust p { font-size: 12px; color: var(--nx-muted); }
.mvo-next .nx-trust p strong { font-size: 14px; color: #f5f8fc; }
.mvo-next .nx-trust > :is(span,a) { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; }
.mvo-next .nx-trust svg { width: 27px; height: 27px; color: #7ebaff; }
.mvo-next .nx-association img { width: 151px; height: auto; /* background: #f5f8fc; */ padding: 5px 10px; border-radius: 5px; }
.mvo-next .nx-solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mvo-next .nx-solution-grid article { min-width: 0; position: relative; overflow: hidden; border-radius: 16px; display: flex; flex-direction: column; }
.mvo-next .nx-hosting { color: #102942; background: #c5e5ff; }
.mvo-next .nx-cloud { color: #f5f8fc; background: #172c4c; }
.mvo-next .nx-solution-copy { position: relative; z-index: 2; padding: 36px 36px 0; }
.mvo-next .nx-solution-copy p { margin: 16px 0 22px; max-width: 370px; font-size: 15px; }
.mvo-next .nx-cloud .nx-solution-copy p { color: #c2d1e5; }
.mvo-next .nx-hosting-art { position: relative; height: 255px; margin-top: 22px; isolation: isolate; overflow: hidden; }
.mvo-next .nx-hosting-art::before { content: ''; position: absolute; inset: 18px 26px 0 36px; z-index: -2; background: #eaf5ff; border-radius: 12px 12px 0 0; }
.mvo-next .nx-hosting-art img { position: absolute; width: 460px; max-width: 98%; height: 285px; object-fit: contain; object-position: right bottom; bottom: -30px; right: -10px; }
.mvo-next .nx-hosting-art > strong { position: absolute; left: 58px; top: 90px; font-size: 32px; line-height: 1.2; letter-spacing: -.03em; font-weight: 800; color: #194679; }
.mvo-next .nx-browser-label { display: flex; align-items: center; gap: 5px; position: absolute; top: 32px; left: 52px; font-size: 9px; color: #496985; }
.mvo-next .nx-browser-label > span:not(:last-child) { width: 5px; height: 5px; background: #80a1bc; border-radius: 50%; }
.mvo-next .nx-browser-label > span:last-child { margin-left: 14px; }
.mvo-next .nx-cloud-art { position: relative; height: 255px; margin-top: 22px; overflow: hidden; }
.mvo-next .nx-cloud-word { position: absolute; top: 32px; left: 32px; color: #83b6ff; font-weight: 800; font-size: 116px; letter-spacing: -.04em; line-height: 1; }
.mvo-next .nx-cloud-art svg { position: absolute; width: 100%; height: 170px; bottom: -20px; stroke: #547cad; stroke-width: 1; }
.mvo-next .nx-cloud-art .nx-cloud-line { stroke: #90c6ff; stroke-width: 2; stroke-dasharray: 55 620; }
.mvo-next .nx-solution-foot { position: relative; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: auto; padding: 18px 32px; font-size: 11px; font-weight: 600; border-top: 1px solid #40679144; }
.mvo-next .nx-cloud .nx-solution-foot { color: #d0dff2; border-top-color: #49658a; }
.mvo-next .nx-more-solutions { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.mvo-next .nx-more-solutions > a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 25px 26px; background: #131b25; border-radius: 12px; }
.mvo-next .nx-more-solutions strong { display: block; font-size: 17px; font-weight: 800; margin-bottom: 5px; }
.mvo-next .nx-more-solutions > a > span > span { color: var(--nx-muted); font-size: 12px; display: block; }
.mvo-next .nx-link-label { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; color: #8fc8ff; max-width: 133px; }
.mvo-next .nx-more-solutions > a:hover { background: #1a293c; }
.mvo-next .nx-panel-feature { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 40px; background: #132136; border-radius: 16px; overflow: hidden; padding: 42px 0 42px 40px; }
.mvo-next .nx-product-name { display: flex; gap: 10px; align-items: center; font-size: 18px; margin-bottom: 26px; }
.mvo-next .nx-brand { font-family: 'MVO',sans-serif; font-weight: 400; font-size: 39px; line-height: 1; letter-spacing: normal; }
.mvo-next .nx-panel-copy h3 { font-size: clamp(30px,3vw,42px); }
.mvo-next .nx-panel-copy p { font-size: 15px; line-height: 1.8; color: #c1cee0; max-width: 300px; margin: 20px 0; }
.mvo-next .nx-panel-copy a { color: #91c4ff; }
.mvo-next .nx-panel-image { min-width: 0; padding-right: 26px; }
.mvo-next .nx-panel-image img { display: block; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 12px 32px #0005; }
.mvo-next .nx-panel-image figcaption { color: #a9bbd2; font-size: 10px; margin-top: 12px; text-align: center; }
.mvo-next .nx-product-links { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 12px; }
.mvo-next .nx-product-links > a { display: flex; align-items: flex-start; gap: 18px; padding: 28px 24px; }
.mvo-next .nx-product-links > a:first-child { padding-left: 0; }
.mvo-next .nx-product-links > a + a { border-left: 1px solid var(--nx-line); }
.mvo-next .nx-product-links > a > svg:first-child { width: 27px; height: 27px; color: #74b3ff; margin-top: 4px; }
.mvo-next .nx-product-links > a > svg:last-child { width: 17px; height: 17px; margin-left: auto; }
.mvo-next .nx-product-links strong { display: block; font-size: 20px; margin-bottom: 9px; }
.mvo-next .nx-product-links span span { font-size: 13px; line-height: 1.8; color: var(--nx-muted); }
.mvo-next .nx-product-links a:hover strong { color: #8fc8ff; }
.mvo-next .nx-support { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.mvo-next .nx-support-photo { position: relative; min-width: 0; height: 480px; overflow: hidden; border-radius: 16px; background: #c6e2fa; }
.mvo-next .nx-support-photo::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(0deg,#0b2139,transparent); }
.mvo-next .nx-support-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.mvo-next .nx-support-photo > span { position: absolute; bottom: 30px; left: 30px; color: #fff; font-size: 24px; line-height: 1.35; z-index: 1; }
.mvo-next .nx-support-copy h2 { font-size: clamp(32px,3.5vw,45px); }
.mvo-next .nx-support-copy > p { color: var(--nx-muted); font-size: 15px; line-height: 1.85; margin: 24px 0 32px; max-width: 470px; }
.mvo-next .nx-support-options { border-top: 1px solid var(--nx-line); }
.mvo-next .nx-support-options > div { padding-block: 22px; }
.mvo-next .nx-support-options > div + div { border-top: 1px solid var(--nx-line); }
.mvo-next .nx-support-options strong { font-size: 17px; }
.mvo-next .nx-support-options p { color: var(--nx-muted); font-size: 13px; margin-block: 4px; }
.mvo-next .nx-support-options a { color: #91c4ff; font-size: 13px; }
.mvo-next .nx-migration { background: #152f51; border-radius: 16px; padding: 48px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
.mvo-next .nx-migration h2 { font-size: 38px; }
.mvo-next .nx-migration > div > p { margin: 20px 0 26px; color: #c1d3ea; font-size: 14px; line-height: 1.9; max-width: 460px; }
.mvo-next .nx-migration-steps { list-style: none; padding: 0; margin: 0; }
.mvo-next .nx-migration-steps li { position: relative; display: flex; gap: 22px; padding: 20px 0; }
.mvo-next .nx-migration-steps li:not(:last-child)::after { content: ''; position: absolute; top: 54px; bottom: -16px; left: 18px; width: 1px; background: #587598; }
.mvo-next .nx-migration-steps li > span { border: 1px solid #85a6d1; border-radius: 50%; width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; font-size: 14px; }
.mvo-next .nx-migration-steps strong { font-size: 18px; }
.mvo-next .nx-migration-steps p { font-size: 12px; color: #c1d3ea; margin-top: 6px; }
.mvo-next .nx-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }
.mvo-next .nx-faq h2 { font-size: 41px; }
.mvo-next .nx-faq > div > p { font-size: 16px; color: var(--nx-muted); margin: 20px 0; }
.mvo-next .nx-faq .nx-text-link { color: #91c4ff; }
.mvo-next .nx-faq details { border-top: 1px solid var(--nx-line); }
.mvo-next .nx-faq details:last-child { border-bottom: 1px solid var(--nx-line); }
.mvo-next .nx-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; padding: 24px 0; font-weight: 600; font-size: 15px; }
.mvo-next .nx-faq summary::-webkit-details-marker { display: none; }
.mvo-next .nx-faq summary::after { content: ''; width: 9px; height: 9px; border-right: 1.5px solid #a6c2e8; border-bottom: 1.5px solid #a6c2e8; transform: rotate(45deg); flex: 0 0 auto; margin-right: 4px; transition: transform .2s; }
.mvo-next .nx-faq details[open] summary::after { transform: rotate(225deg); }
.mvo-next .nx-faq details[open] summary { color: #92c7ff; }
.mvo-next .nx-faq details p { padding: 0 24px 25px 0; color: var(--nx-muted); font-size: 14px; line-height: 1.9; }
.mvo-home-next .mvo_depoimentos { background: transparent; color: #f5f8fc; max-width: 1344px; margin: 80px auto 0; padding: 24px 32px; }
.mvo-home-next .mvo_depoimentos .section_title > span { display: none; }
.mvo-home-next .mvo_depoimentos .section_title h2 { font-size: 34px; color: #f5f8fc; }
.mvo-home-next .mvo_depoimentos .section_title p { color: #b4c1d0; }
.mvo-home-next .mvo_depoimentos:not(:has([mmchat="depoimentos"] > *)) { display: none; }
.mvo-next .mvo-sitechat-testimonials-rating .mvo-lite-star-svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.mvo-next .mvo-sitechat-testimonials-rating .mvo-lite-star-svg.is-outline { fill: none; stroke: currentColor; stroke-width: 1.5; }
/* The lightweight widget selects .is-active; legacy nth-child rules must not hide it. */
@container (max-width: 768px) {
    .mvo-home-next .mvo_depoimentos .depoimentos_grid .mvo-sitechat-testimonials-track .mvo-sitechat-testimonials-card.is-active { display: flex !important; }
}
.mvo-next .nx-closing { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 80px; margin-bottom: 48px; padding-block: 48px; border-top: 1px solid var(--nx-line); }
.mvo-next .nx-closing h2 { font-size: clamp(28px,3vw,38px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; color: var(--nx-ink); }
.mvo-next .nx-closing .nx-button { flex-shrink: 0; max-width: 100%; }
.mvo-next .domain-captcha-dialog { color: #15283c; font-family: 'MVO Manrope',sans-serif; }
.mvo-next .domain-captcha-dialog h2 { font-size: 24px; letter-spacing: -.02em; }
.mvo-next .domain-captcha-dialog p { margin: 16px 0; }
.mvo-home-next .domain-captcha-dialog input:not([type="hidden"]) { box-sizing: border-box; display: block; width: 100%; min-height: 48px; margin-top: 10px; padding: 12px 14px; border: 1px solid #52677e; border-radius: 8px; background: #f5f8fc; color: #12263e; font: 400 16px/1.4 'MVO Manrope',sans-serif; }
@media (prefers-reduced-motion: no-preference) {
    .mvo-next .nx-hero-copy { animation: nx-arrive .8s cubic-bezier(.16,1,.3,1) both; }
    .mvo-next .nx-cloud:hover .nx-cloud-line { animation: nx-connect 1.6s cubic-bezier(.16,1,.3,1) both; }
}
@keyframes nx-arrive { from { transform: translateY(16px); filter: blur(1.5px); } to { transform: translateY(0); filter: blur(0); } }
@keyframes nx-connect { from { stroke-dashoffset: 620; } to { stroke-dashoffset: 0; } }
@media (max-width: 1100px) {
    .mvo-next .nx-domain-endings { display: none; }
    .mvo-next .nx-domain > label { flex-basis: 180px; }
    .mvo-next .nx-hero-copy { padding: 44px 38px; max-width: 620px; }
    .mvo-next .nx-hero { min-height: 545px; }
    .mvo-next .nx-hero-region { right: 22px; bottom: 22px; }
    .mvo-next .nx-hero-region > svg:last-child { display: none; }
    .mvo-next .nx-hero h1 { font-size: 62px; }
    .mvo-next .nx-section-heading { align-items: start; }
    .mvo-next .nx-solution-copy { padding: 28px 26px 0; }
    .mvo-next .nx-more-solutions > a { flex-direction: column; align-items: start; }
    .mvo-next .nx-link-label { max-width: none; }
    .mvo-next .nx-panel-feature { grid-template-columns: .85fr 1.15fr; padding-left: 28px; gap: 25px; }
    .mvo-next .nx-support { gap: 36px; }
    .mvo-next .nx-support-photo { height: 500px; }
    .mvo-next .nx-migration { gap: 40px; padding: 36px; }
    .mvo-next .nx-product-links > a { padding: 24px 16px; gap: 10px; }
    .mvo-next .nx-product-links > a > svg:first-child { width: 22px; height: 22px; }
}
@media (max-width: 760px) {
    .mvo-next .nx-wrap { width: calc(100% - 40px); }
    .mvo-next .nx-section { margin-top: 64px; }
    .mvo-next .nx-domain { display: block; min-height: 0; padding: 18px 0 22px; }
    .mvo-next .nx-domain > label { display: block; margin-bottom: 12px; font-size: 12px; }
    .mvo-next .nx-domain > label br { display: none; }
    .mvo-next .nx-domain > label strong { margin-left: 3px; }
    .mvo-next .nx-domain-field { gap: 8px; padding-left: 12px; }
    .mvo-next .nx-domain-field input { font-size: 16px; }
    .mvo-next .nx-domain-field > svg { width: 18px; height: 18px; }
    .mvo-next .nx-domain-field .nx-button { font-size: 12px; padding: 11px 12px; min-height: 44px; }
    .mvo-next .nx-domain-field .nx-button svg { display: none; }
    .mvo-next .nx-hero { min-height: 630px; }
    .mvo-next .nx-hero-picture img { object-position: 67% center; }
    .mvo-next .nx-hero::after { background: linear-gradient(180deg,#041122 0%,#041122ef 41%,#04112225 100%); }
    .mvo-next .nx-hero-copy { padding: 34px 25px; max-width: none; }
    .mvo-next .nx-hero h1 { font-size: clamp(40px,9.8vw,63px); line-height: 1.07; margin-bottom: 20px; }
    .mvo-next .nx-hero-copy > p { font-size: 14px; line-height: 1.8; max-width: 420px; }
    .mvo-next .nx-actions { gap: 12px; margin-top: 24px; }
    .mvo-next .nx-actions .nx-text-link { padding-inline: 3px; font-size: 12px; }
    .mvo-next .nx-hero-note { margin-top: 16px; font-size: 10px; gap: 6px; }
    .mvo-next .nx-hero-region { left: 24px; right: auto; bottom: 24px; padding: 14px 16px; }
    .mvo-next .nx-hero-region strong { font-size: 16px; }
    .mvo-next .nx-hero-region > svg:last-child { display: block; }
    .mvo-next .nx-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 16px; padding: 24px 0; }
    .mvo-next .nx-trust > :is(span,a) { font-size: 11px; gap: 8px; }
    .mvo-next .nx-trust p { font-size: 10px; }
    .mvo-next .nx-trust p strong { font-size: 12px; }
    .mvo-next .nx-trust svg { width: 24px; height: 24px; }
    .mvo-next .nx-association img { width: 120px; }
    .mvo-next .nx-section-heading { display: block; margin-bottom: 26px; }
    .mvo-next .nx-section-heading p { margin-top: 20px; font-size: 14px; }
    .mvo-next h2 { font-size: 34px; }
    .mvo-next .nx-solution-grid { grid-template-columns: 1fr; gap: 20px; }
    .mvo-next .nx-solution-copy { padding: 28px 26px 0; }
    .mvo-next .nx-solution-copy h3 { font-size: 33px; }
    .mvo-next .nx-solution-copy p { font-size: 14px; }
    .mvo-next .nx-hosting-art { height: 235px; }
    .mvo-next .nx-hosting-art > strong { left: 39px; font-size: 27px; top: 93px; }
    .mvo-next .nx-hosting-art::before { left: 24px; right: 24px; }
    .mvo-next .nx-hosting-art img { right: -31px; width: 370px; height: 243px; }
    .mvo-next .nx-browser-label { left: 38px; }
    .mvo-next .nx-solution-foot { padding: 16px 25px; font-size: 10px; }
    .mvo-next .nx-cloud-art { height: 225px; }
    .mvo-next .nx-cloud-word { font-size: 103px; top: 32px; left: 26px; }
    .mvo-next .nx-more-solutions { grid-template-columns: 1fr; gap: 14px; margin-top: 20px; }
    .mvo-next .nx-more-solutions > a { padding: 22px 25px; gap: 14px; }
    .mvo-next .nx-panel-feature { grid-template-columns: 1fr; gap: 28px; padding: 30px 25px 24px; }
    .mvo-next .nx-panel-copy h3 { font-size: 36px; }
    .mvo-next .nx-panel-copy p { max-width: 420px; }
    .mvo-next .nx-panel-image { padding: 0; }
    .mvo-next .nx-panel-image img { min-height: 0; }
    .mvo-next .nx-product-links { grid-template-columns: 1fr; padding-top: 14px; }
    .mvo-next .nx-product-links > a,.mvo-next .nx-product-links > a:first-child { padding: 25px 5px; gap: 20px; }
    .mvo-next .nx-product-links > a + a { border-left: 0; border-top: 1px solid var(--nx-line); }
    .mvo-next .nx-support { grid-template-columns: 1fr; gap: 32px; }
    .mvo-next .nx-support-photo { height: 395px; }
    .mvo-next .nx-support-copy h2 { font-size: 34px; }
    .mvo-next .nx-support-copy > p { margin-block: 22px; }
    .mvo-next .nx-migration { grid-template-columns: 1fr; gap: 30px; padding: 30px 25px; }
    .mvo-next .nx-migration h2 { font-size: 32px; }
    .mvo-next .nx-migration-steps li { padding: 15px 0; }
    .mvo-next .nx-migration-steps li:not(:last-child)::after { top: 51px; bottom: -13px; }
    .mvo-next .nx-faq { grid-template-columns: 1fr; gap: 28px; }
    .mvo-next .nx-faq h2 { font-size: 34px; }
    .mvo-next .nx-faq summary { font-size: 14px; padding-block: 22px; }
    .mvo-next .nx-closing { flex-direction: column; align-items: flex-start; gap: 28px; padding-block: 32px; margin-top: 48px; margin-bottom: 32px; }
}
@media (max-width: 374px) {
    .mvo-next .nx-domain-field > svg { display: none; }
    .mvo-next .nx-domain-field input { font-size: 16px; }
    .mvo-next .nx-hero-copy { padding-inline: 20px; }
    .mvo-next .nx-hero h1 { font-size: 38px; }
    .mvo-next .nx-hero { min-height: 680px; }
    .mvo-next .nx-solution-foot { gap: 8px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
    .mvo-home-next *, .mvo-home-next *::before, .mvo-home-next *::after { scroll-behavior: auto; animation: none !important; transition: none !important; }
}
