:root {
    --mvv-navy: #07182a;
    --mvv-petrol: #12395d;
    --mvv-petrol-light: #18557a;
    --mvv-blue: #1687d9;
    --mvv-cyan: #42d9e8;
    --mvv-copper: #b96823;
    --mvv-copper-deep: #8d4518;
    --mvv-amber: #d8841e;
    --mvv-orange: #ff8a24;
    --mvv-cream: #fff8ef;
    --mvv-light: #f7f9fc;
    --mvv-text: #10283f;
    --mvv-muted: #61758a;
}

.mvv-page {
    overflow: hidden;
    color: var(--mvv-text);
    background: #fff;
}

.mvv-page .company-shell {
    width: min(calc(100% - 180px), 1420px);
    margin-inline: auto;
}

.mvv-page .company-section {
    padding-block: 116px;
}

.mvv-page .company-section-heading {
    max-width: 1040px;
}

.mvv-page .company-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.mvv-page .company-section-heading h2 {
    margin: 20px 0 22px;
    font-size: clamp(44px, 4.4vw, 72px);
    line-height: 1.03;
    letter-spacing: -.048em;
}

.mvv-page .company-section-heading__description {
    max-width: 860px;
    margin: 0;
    color: var(--mvv-muted);
    font-size: 19px;
    line-height: 1.72;
}

.mvv-page .company-section-heading--center .company-section-heading__description {
    margin-inline: auto;
}

/* HERO */

.mvv-hero {
    position: relative;
    min-height: 920px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 76% 30%, rgba(216,132,30,.22), transparent 30%),
        radial-gradient(circle at 62% 76%, rgba(66,217,232,.12), transparent 28%),
        linear-gradient(128deg, #07182a 0%, #12395d 54%, #8d4518 118%);
}

.mvv-hero__grid {
    position: absolute;
    inset: 0;
    opacity: .10;
    background-image:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.mvv-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    pointer-events: none;
}

.mvv-hero__glow--one {
    top: -190px;
    right: -120px;
    width: 560px;
    height: 560px;
    background: rgba(255,138,36,.14);
}

.mvv-hero__glow--two {
    bottom: -240px;
    left: 18%;
    width: 620px;
    height: 620px;
    background: rgba(22,135,217,.10);
}

.mvv-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0,.95fr) minmax(560px,1.05fr);
    gap: 70px;
    align-items: center;
    min-height: 920px;
    padding-block: 90px;
}

.mvv-hero__content h1 {
    max-width: 820px;
    margin: 22px 0 30px;
    font-size: clamp(58px,5.25vw,90px);
    line-height: .99;
    letter-spacing: -.055em;
}

.mvv-hero__lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.73);
    font-size: clamp(19px,1.45vw,23px);
    line-height: 1.68;
}

.mvv-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.mvv-hero .company-button--primary {
    color: #111d28;
    border-color: var(--mvv-orange);
    background: var(--mvv-orange);
    box-shadow: 0 16px 34px rgba(255,138,36,.18);
}

.mvv-hero .company-button--primary:hover {
    border-color: #ffa049;
    background: #ffa049;
}

.mvv-orbit {
    position: relative;
    min-height: 680px;
    transition: transform .35s ease;
    transform-style: preserve-3d;
}

.mvv-orbit__core {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 232px;
    height: 232px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    background:
        radial-gradient(circle at 42% 36%, rgba(255,255,255,.15), transparent 30%),
        radial-gradient(circle, rgba(216,132,30,.20), rgba(7,24,42,.94) 70%);
    transform: translate(-50%,-50%);
    box-shadow:
        0 0 0 18px rgba(255,255,255,.025),
        0 0 70px rgba(216,132,30,.24),
        inset 0 0 30px rgba(255,255,255,.05);
    animation: mvvCorePulse 4.8s ease-in-out infinite;
}

.mvv-orbit__core img {
    width: 166px;
    max-height: 84px;
    object-fit: contain;
}

.mvv-orbit__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.mvv-orbit__ring span {
    position: absolute;
    top: -21px;
    left: 50%;
    min-width: 100px;
    padding: 9px 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: #fff;
    background: rgba(7,24,42,.86);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.mvv-orbit__ring--mission {
    width: 370px;
    height: 370px;
    border: 1px solid rgba(66,217,232,.24);
    border-top-color: rgba(66,217,232,.70);
    animation: mvvRotate 18s linear infinite;
}

.mvv-orbit__ring--vision {
    width: 505px;
    height: 505px;
    border: 1px dashed rgba(255,255,255,.16);
    border-right-color: rgba(216,132,30,.70);
    animation: mvvRotateReverse 26s linear infinite;
}

.mvv-orbit__ring--values {
    width: 640px;
    height: 640px;
    border: 1px solid rgba(255,255,255,.08);
    border-bottom-color: rgba(255,138,36,.50);
    animation: mvvRotate 38s linear infinite;
}

.mvv-orbit__particle {
    position: absolute;
    z-index: 12;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mvv-orange);
    box-shadow: 0 0 18px rgba(255,138,36,.90);
}

.mvv-orbit__particle--one { top: 20%; left: 24%; }
.mvv-orbit__particle--two { top: 34%; right: 12%; background: var(--mvv-cyan); }
.mvv-orbit__particle--three { right: 26%; bottom: 18%; }
.mvv-orbit__particle--four { bottom: 30%; left: 12%; background: var(--mvv-cyan); }

/* MISSÃO, VISÃO E VALORES */

.mvv-principles {
    background:
        radial-gradient(circle at 12% 18%, rgba(216,132,30,.06), transparent 24%),
        linear-gradient(180deg,#fff,#f7f9fc);
}

.mvv-principles__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 66px;
}

.mvv-principle {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    padding: 38px;
    border: 1px solid rgba(16,40,63,.10);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16,40,63,.06);
}

.mvv-principle::after {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 190px;
    height: 190px;
    content: "";
    border-radius: 50%;
    opacity: .10;
}

.mvv-principle--mission::after { background: var(--mvv-blue); }
.mvv-principle--vision::after { background: var(--mvv-copper); }
.mvv-principle--values::after { background: var(--mvv-orange); }

.mvv-principle__mark {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mvv-principle__mark span {
    color: var(--mvv-copper);
    font-weight: 900;
    letter-spacing: .14em;
}

.mvv-principle__mark i {
    width: 74px;
    height: 2px;
    background: linear-gradient(90deg,var(--mvv-copper),transparent);
}

.mvv-principle .company-eyebrow {
    margin-top: 90px;
}

.mvv-principle h3 {
    margin: 20px 0 22px;
    font-size: clamp(30px,2.1vw,40px);
    line-height: 1.13;
    letter-spacing: -.035em;
}

.mvv-principle > p:last-child {
    color: var(--mvv-muted);
    font-size: 17px;
    line-height: 1.72;
}

/* VISÃO */

.mvv-page .company-section--dark {
    color: #fff;
    background:
        radial-gradient(circle at 80% 18%, rgba(216,132,30,.14), transparent 28%),
        radial-gradient(circle at 12% 82%, rgba(66,217,232,.08), transparent 28%),
        linear-gradient(130deg,#07182a,#12395d);
}

.mvv-page .company-section--dark h2,
.mvv-page .company-section--dark h3,
.mvv-page .company-section--dark strong {
    color: #fff;
}

.mvv-vision__layout {
    display: grid;
    grid-template-columns: minmax(0,.82fr) minmax(560px,1.18fr);
    gap: 84px;
    align-items: center;
}

.mvv-vision__content h2 {
    margin: 20px 0 28px;
    font-size: clamp(48px,4.6vw,74px);
    line-height: 1.03;
    letter-spacing: -.05em;
}

.mvv-vision__content > p:last-child {
    color: rgba(255,255,255,.66);
    font-size: 20px;
    line-height: 1.74;
}

.mvv-vision__timeline {
    position: relative;
    display: grid;
    gap: 14px;
}

.mvv-vision__timeline::before {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 37px;
    width: 1px;
    content: "";
    background: linear-gradient(var(--mvv-orange),rgba(66,217,232,.55));
}

.mvv-vision__timeline article {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    min-height: 112px;
    padding: 22px 24px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
    background: rgba(255,255,255,.035);
    opacity: .48;
    transform: translateX(16px);
    transition: opacity .42s ease, transform .42s ease, border-color .42s ease, background .42s ease;
}

.mvv-vision__timeline article.is-active {
    border-color: rgba(216,132,30,.45);
    background: rgba(216,132,30,.09);
    opacity: 1;
    transform: translateX(0);
}

.mvv-vision__timeline article > span {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color: var(--mvv-orange);
    background: var(--mvv-navy);
    font-size: 10px;
    font-weight: 900;
}

.mvv-vision__timeline strong {
    display: block;
    margin-bottom: 7px;
    font-size: 20px;
}

.mvv-vision__timeline p {
    grid-column: 2;
    margin: -38px 0 0;
    color: rgba(255,255,255,.58);
    line-height: 1.62;
}

/* VALORES */

.mvv-values {
    background:
        radial-gradient(circle at 72% 20%, rgba(216,132,30,.08), transparent 28%),
        linear-gradient(180deg,#fff,#fff8ef);
}

.mvv-values__stage {
    position: relative;
    min-height: 780px;
    margin-top: 64px;
}

.mvv-values__core {
    position: absolute;
    z-index: 7;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 290px;
    height: 290px;
    padding: 40px;
    border: 1px solid rgba(185,104,35,.22);
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 35%, rgba(255,255,255,.90), rgba(255,248,239,.82) 56%, rgba(216,132,30,.14));
    transform: translate(-50%,-50%);
    box-shadow:
        0 0 0 30px rgba(216,132,30,.035),
        0 0 0 60px rgba(216,132,30,.018),
        0 26px 60px rgba(73,42,14,.10);
}

.mvv-values__core img {
    width: 208px;
    max-height: 92px;
    object-fit: contain;
    filter: brightness(.54) contrast(1.30);
}

.mvv-values__core span {
    color: var(--mvv-copper-deep);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mvv-values__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 650px;
    border: 1px dashed rgba(185,104,35,.20);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: mvvRotate 46s linear infinite;
}

.mvv-values__node {
    position: absolute;
    z-index: 8;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    align-items: center;
    width: 222px;
    min-height: 72px;
    padding: 13px 16px;
    border: 1px solid rgba(185,104,35,.18);
    border-radius: 18px;
    color: var(--mvv-text);
    background: rgba(255,255,255,.94);
    text-align: left;
    box-shadow: 0 14px 34px rgba(73,42,14,.08);
    cursor: pointer;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.mvv-values__node:hover,
.mvv-values__node.is-active {
    border-color: rgba(216,132,30,.70);
    box-shadow: 0 18px 40px rgba(185,104,35,.16);
    transform: translateY(-4px);
}

.mvv-values__node span {
    color: var(--mvv-orange);
    font-size: 10px;
    font-weight: 900;
}

.mvv-values__node strong {
    font-size: 13px;
    line-height: 1.25;
}

.mvv-values__node--1 { top: 2%; left: 50%; transform: translateX(-50%); }
.mvv-values__node--2 { top: 15%; right: 5%; }
.mvv-values__node--3 { top: 46%; right: 0; }
.mvv-values__node--4 { right: 8%; bottom: 11%; }
.mvv-values__node--5 { bottom: 0; left: 50%; transform: translateX(-50%); }
.mvv-values__node--6 { bottom: 11%; left: 8%; }
.mvv-values__node--7 { top: 46%; left: 0; }
.mvv-values__node--8 { top: 15%; left: 5%; }

.mvv-values__node--1:hover,
.mvv-values__node--1.is-active,
.mvv-values__node--5:hover,
.mvv-values__node--5.is-active {
    transform: translateX(-50%) translateY(-4px);
}

.mvv-values__details {
    max-width: 880px;
    margin: -18px auto 0;
}

.mvv-values__details article {
    display: none;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    align-items: start;
    padding: 34px;
    border: 1px solid rgba(185,104,35,.18);
    border-radius: 26px;
    background: rgba(255,255,255,.80);
    box-shadow: 0 16px 42px rgba(73,42,14,.06);
}

.mvv-values__details article.is-active {
    display: grid;
    animation: mvvDetailIn .38s ease both;
}

.mvv-values__details article > span {
    color: var(--mvv-orange);
    font-weight: 900;
    letter-spacing: .12em;
}

.mvv-values__details h3 {
    margin: 0 0 10px;
    font-size: 30px;
}

.mvv-values__details p {
    margin: 0;
    color: var(--mvv-muted);
    font-size: 18px;
    line-height: 1.65;
}

/* CULTURA */

.mvv-culture {
    color: #fff;
    background:
        radial-gradient(circle at 18% 28%, rgba(255,138,36,.18), transparent 26%),
        linear-gradient(128deg,#8d4518 0%,#b96823 50%,#d8841e 100%);
}

.mvv-culture__layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 82px;
    align-items: center;
}

.mvv-culture__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 36px;
    background:
        radial-gradient(circle at center,rgba(255,255,255,.14),transparent 55%),
        rgba(7,24,42,.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.mvv-culture__visual::before,
.mvv-culture__visual::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.mvv-culture__visual::before {
    width: 360px;
    height: 360px;
}

.mvv-culture__visual::after {
    width: 480px;
    height: 480px;
}

.mvv-culture__visual > div {
    position: relative;
    z-index: 3;
    text-align: center;
}

.mvv-culture__visual img {
    width: min(370px,72%);
    max-height: 120px;
    object-fit: contain;
}

.mvv-culture__visual span {
    display: block;
    margin-top: 24px;
    color: rgba(255,255,255,.70);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mvv-culture__statements {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.mvv-culture__statements article {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 96px;
    padding: 20px 24px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    background: rgba(255,255,255,.07);
}

.mvv-culture__statements span {
    color: #fff1da;
    font-size: 11px;
    font-weight: 900;
}

.mvv-culture__statements h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px,2vw,34px);
    letter-spacing: -.03em;
}

/* MÉTODO */

.mvv-method__flow {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 14px;
    margin: 66px 0 0;
    padding: 0;
    list-style: none;
}

.mvv-method__flow li {
    position: relative;
    min-height: 310px;
    padding: 25px 20px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 24px;
    background: rgba(255,255,255,.035);
    opacity: .47;
    transform: translateY(12px);
    transition: opacity .38s ease, transform .38s ease, border-color .38s ease, background .38s ease;
}

.mvv-method__flow li.is-active {
    border-color: rgba(216,132,30,.48);
    background: rgba(216,132,30,.08);
    opacity: 1;
    transform: translateY(0);
}

.mvv-method__flow li > span {
    color: var(--mvv-orange);
    font-size: 10px;
    font-weight: 900;
}

.mvv-method__flow strong {
    display: block;
    margin: 76px 0 16px;
    font-size: 20px;
}

.mvv-method__flow p {
    color: rgba(255,255,255,.57);
    font-size: 14px;
    line-height: 1.62;
}

.mvv-method__flow i {
    position: absolute;
    top: 32px;
    right: -18px;
    z-index: 3;
    width: 22px;
    height: 1px;
    background: rgba(255,138,36,.55);
}

.mvv-method__flow li:last-child i {
    display: none;
}

/* CLIENTES */

.mvv-client {
    background:
        radial-gradient(circle at 88% 16%, rgba(22,135,217,.07), transparent 26%),
        linear-gradient(180deg,#fff,#f7f9fc);
}

.mvv-client__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 64px;
}

.mvv-client__grid article {
    min-height: 280px;
    padding: 32px;
    border: 1px solid rgba(16,40,63,.10);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(16,40,63,.05);
}

.mvv-client__grid article > span {
    color: var(--mvv-copper);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.mvv-client__grid h3 {
    margin: 70px 0 16px;
    font-size: 28px;
}

.mvv-client__grid p {
    color: var(--mvv-muted);
    line-height: 1.68;
}

/* CTA */

.mvv-cta {
    position: relative;
    overflow: hidden;
    padding: 118px 0;
    color: #fff;
    background:
        radial-gradient(circle at 80% 40%, rgba(255,255,255,.14), transparent 24%),
        linear-gradient(118deg,#8d4518,#d8841e 58%,#ff8a24);
}

.mvv-cta__texture {
    position: absolute;
    inset: 0;
    opacity: .10;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 56px 56px;
}

.mvv-cta__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 72px;
    align-items: center;
}

.mvv-cta h2 {
    max-width: 930px;
    margin: 20px 0;
    font-size: clamp(56px,5vw,84px);
    line-height: 1;
    letter-spacing: -.052em;
}

.mvv-cta p {
    max-width: 720px;
    color: rgba(255,255,255,.78);
    font-size: 19px;
    line-height: 1.68;
}

.mvv-cta__actions {
    display: grid;
    gap: 14px;
}

.mvv-cta .company-button--light {
    color: var(--mvv-copper-deep);
    border-color: #fff;
    background: #fff;
}

.mvv-cta .company-button--ghost-light {
    color: #fff;
    border-color: rgba(255,255,255,.56);
    background: rgba(255,255,255,.04);
}

/* ANIMAÇÕES */

@keyframes mvvRotate {
    to { transform: translate(-50%,-50%) rotate(360deg); }
}

@keyframes mvvRotateReverse {
    to { transform: translate(-50%,-50%) rotate(-360deg); }
}

@keyframes mvvCorePulse {
    0%,100% { transform: translate(-50%,-50%) scale(1); }
    50% { transform: translate(-50%,-50%) scale(1.045); }
}

@keyframes mvvDetailIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVIDADE */

@media (max-width: 1240px) {
    .mvv-page .company-shell {
        width: min(calc(100% - 100px),1160px);
    }

    .mvv-hero__layout,
    .mvv-vision__layout {
        grid-template-columns: 1fr;
    }

    .mvv-orbit {
        width: min(100%,820px);
        margin-inline: auto;
    }

    .mvv-method__flow {
        grid-template-columns: repeat(4,1fr);
    }

    .mvv-method__flow li:nth-child(4) i {
        display: none;
    }
}

@media (max-width: 960px) {
    .mvv-page .company-shell {
        width: min(calc(100% - 64px),880px);
    }

    .mvv-principles__grid,
    .mvv-client__grid {
        grid-template-columns: repeat(2,1fr);
    }

    .mvv-principle:last-child {
        grid-column: 1 / -1;
    }

    .mvv-culture__layout,
    .mvv-cta__layout {
        grid-template-columns: 1fr;
    }

    .mvv-values__stage {
        min-height: auto;
        margin-top: 52px;
    }

    .mvv-values__core,
    .mvv-values__orbit {
        display: none;
    }

    .mvv-values__stage {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 14px;
    }

    .mvv-values__node {
        position: static;
        width: 100%;
        transform: none !important;
    }

    .mvv-values__details {
        margin-top: 24px;
    }

    .mvv-method__flow {
        grid-template-columns: repeat(2,1fr);
    }

    .mvv-method__flow li i {
        display: none;
    }
}

@media (max-width: 680px) {
    .mvv-page .company-shell {
        width: min(calc(100% - 36px),620px);
    }

    .mvv-page .company-section {
        padding-block: 86px;
    }

    .mvv-hero {
        min-height: auto;
    }

    .mvv-hero__layout {
        min-height: auto;
        padding-block: 110px 70px;
    }

    .mvv-hero__content h1 {
        font-size: clamp(46px,13vw,64px);
    }

    .mvv-orbit {
        min-height: 560px;
        transform: scale(.88);
    }

    .mvv-orbit__ring--mission {
        width: 300px;
        height: 300px;
    }

    .mvv-orbit__ring--vision {
        width: 405px;
        height: 405px;
    }

    .mvv-orbit__ring--values {
        width: 520px;
        height: 520px;
    }

    .mvv-orbit__core {
        width: 190px;
        height: 190px;
    }

    .mvv-principles__grid,
    .mvv-client__grid,
    .mvv-values__stage,
    .mvv-method__flow {
        grid-template-columns: 1fr;
    }

    .mvv-principle:last-child {
        grid-column: auto;
    }

    .mvv-values__details article {
        grid-template-columns: 1fr;
    }

    .mvv-culture__visual {
        min-height: 430px;
    }

    .mvv-cta {
        padding-block: 90px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mvv-page *,
    .mvv-page *::before,
    .mvv-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}

/* AW2_076A: INICIO REFINAMENTO VISUAL MVV */

/* --------------------------------------------------------------------------
   01. VALORES — LOGO CENTRAL MAIOR E MELHOR CENTRALIZADO
   -------------------------------------------------------------------------- */

.mvv-values__core {
    width: 350px !important;
    height: 350px !important;
    padding: 34px 30px 30px !important;
    grid-template-rows: 1fr auto !important;
    align-content: center !important;
    justify-items: center !important;
    row-gap: 10px !important;
    background:
        radial-gradient(
            circle at 42% 36%,
            rgba(255,255,255,.94),
            rgba(255,248,239,.80) 58%,
            rgba(216,132,30,.10)
        ) !important;
    box-shadow:
        0 0 0 24px rgba(216,132,30,.028),
        0 0 0 48px rgba(216,132,30,.014),
        0 22px 48px rgba(73,42,14,.08) !important;
}

.mvv-values__core img {
    width: min(285px, 82%) !important;
    max-width: 82% !important;
    max-height: 118px !important;
    align-self: end !important;
    object-fit: contain !important;
    object-position: center !important;
    filter:
        brightness(.82)
        contrast(1.12)
        saturate(1.10)
        drop-shadow(0 5px 12px rgba(73,42,14,.08)) !important;
}

.mvv-values__core span {
    display: block !important;
    margin: 0 !important;
    align-self: start !important;
    color: #8d4518 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: .13em !important;
    text-align: center !important;
}

/* --------------------------------------------------------------------------
   02. VALORES — MAIS ESPAÇO ENTRE ÓRBITA E CARD DE DETALHE
   -------------------------------------------------------------------------- */

.mvv-values__stage {
    min-height: 840px !important;
    margin-bottom: 44px !important;
}

.mvv-values__node--5 {
    bottom: 28px !important;
}

.mvv-values__details {
    margin: 28px auto 0 !important;
}

.mvv-values__details article {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

/* --------------------------------------------------------------------------
   03. CULTURA — LOGO AMPLIADO E TEXTO INTERNO REMOVIDO
   -------------------------------------------------------------------------- */

.mvv-culture__visual > div {
    width: 100% !important;
    display: grid !important;
    place-items: center !important;
}

.mvv-culture__visual img {
    width: min(440px, 80%) !important;
    max-width: 80% !important;
    max-height: 190px !important;
    object-fit: contain !important;
    object-position: center !important;
    filter:
        brightness(0)
        invert(1)
        drop-shadow(0 8px 18px rgba(0,0,0,.14)) !important;
}

.mvv-culture__visual span {
    display: none !important;
}

/* --------------------------------------------------------------------------
   04. CULTURA — EYEBROW AZUL MAIS VIVO
   -------------------------------------------------------------------------- */

.mvv-culture__content > .company-eyebrow {
    color: #39b9ff !important;
    text-shadow:
        0 0 18px rgba(57,185,255,.24),
        0 0 34px rgba(22,135,217,.14) !important;
}

.mvv-culture__content > .company-eyebrow::before,
.mvv-culture__content > .company-eyebrow::after {
    background: linear-gradient(
        90deg,
        rgba(57,185,255,.90),
        rgba(57,185,255,.20)
    ) !important;
}

/* --------------------------------------------------------------------------
   05. RESPONSIVIDADE
   -------------------------------------------------------------------------- */

@media (max-width: 960px) {
    .mvv-values__stage {
        min-height: auto !important;
        margin-bottom: 0 !important;
    }

    .mvv-values__details {
        margin-top: 28px !important;
    }

    .mvv-culture__visual img {
        width: min(500px, 82%) !important;
        max-width: 82% !important;
    }
}

@media (max-width: 680px) {
    .mvv-values__details article {
        padding: 32px 26px !important;
    }

    .mvv-culture__visual img {
        width: min(360px, 82%) !important;
        max-width: 82% !important;
        max-height: 150px !important;
    }
}

/* AW2_076A: FIM REFINAMENTO VISUAL MVV */

/* AW2_076B_CSS_ONLY: INICIO AJUSTE LOGO PRINCIPIOS */

.mvv-values__core {
    display: grid !important;
    place-items: center !important;
    padding: 20px !important;
    grid-template-rows: 1fr !important;
    row-gap: 0 !important;
    background:
        radial-gradient(
            circle at 50% 46%,
            rgba(255,255,255,.97) 0%,
            rgba(255,250,244,.86) 66%,
            rgba(216,132,30,.05) 100%
        ) !important;
    box-shadow:
        0 0 0 16px rgba(216,132,30,.018),
        0 0 0 32px rgba(216,132,30,.008),
        0 16px 34px rgba(73,42,14,.055) !important;
}

.mvv-values__core img {
    width: 80% !important;
    max-width: 80% !important;
    max-height: 175px !important;
    margin: 0 !important;
    align-self: center !important;
    justify-self: center !important;
    object-fit: contain !important;
    object-position: center !important;
    filter:
        brightness(.92)
        contrast(1.16)
        saturate(1.18)
        drop-shadow(0 6px 14px rgba(73,42,14,.07)) !important;
}

.mvv-values__core span {
    display: none !important;
}

/* AW2_076B_CSS_ONLY: FIM AJUSTE LOGO PRINCIPIOS */
