
:root{
  --navy:#061326;--navy2:#0c284a;--gold:#C9A227;--text:#10203a;--muted:#637287;
  --light:#f5f7fa;--white:#fff;--line:rgba(16,32,58,.11)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
a{color:inherit}
.header{position:sticky;top:0;z-index:50;background:rgba(6,19,38,.97);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.header .inner{height:82px;display:flex;align-items:center;gap:28px}
.logo img{height:62px;width:auto;display:block}
.nav{margin-left:auto;display:flex;align-items:center;gap:25px}
.nav a{text-decoration:none;color:#fff;font-size:14px;font-weight:700;opacity:.78}
.nav a.active,.nav a:hover{opacity:1;color:#f2d46e}
.nav .cta{border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:11px 16px;opacity:1}

.hero{min-height:620px;position:relative;color:#fff;
background:linear-gradient(90deg,#061326 0%,#07162b 33%,rgba(7,22,43,.7) 54%,rgba(7,22,43,.22) 76%,rgba(7,22,43,.08) 100%),
url('/assets/img-229877dd96cf9f1f.jpg') center/cover no-repeat;
display:flex;align-items:center}
.hero-content{padding:76px 0;max-width:710px}
.eyebrow{font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:none;color:#f0d16d;display:flex;align-items:center;gap:10px}
.eyebrow:before{content:"";width:34px;height:2px;background:var(--gold)}
h1{font-size:58px;line-height:1.02;letter-spacing:-.04em;margin:18px 0 22px}
.hero p{font-size:21px;line-height:1.55;color:rgba(255,255,255,.86);margin:0;max-width:660px}

.about{padding:76px 0}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:74px;align-items:start}
.side-title{position:sticky;top:118px}
.kicker{color:#9a7814;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:none}
h2{font-size:42px;line-height:1.08;letter-spacing:-.025em;margin:12px 0 18px}
.side-title p{font-size:17px;line-height:1.65;color:var(--muted);margin:0}
.about-copy{font-size:19px;line-height:1.72;color:#405068}
.about-copy p{margin:0 0 22px}
.highlight{border-left:4px solid var(--gold);padding:3px 0 3px 20px;font-size:23px;line-height:1.45;font-weight:750;color:var(--text);margin:28px 0 0}

.focus{background:var(--light);padding:70px 0}
.focus-head{max-width:760px;margin-bottom:34px}
.focus-head p{color:var(--muted);font-size:17px;line-height:1.6;margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;min-height:220px;box-shadow:0 10px 26px rgba(16,32,58,.045)}
.num{font-size:12px;font-weight:900;color:#997614;letter-spacing:.14em;margin-bottom:23px}
.card h3{font-size:21px;margin:0 0 12px}
.card p{margin:0;color:var(--muted);font-size:15px;line-height:1.62}

.presence{padding:76px 0}
.presence-box{background:linear-gradient(135deg,#061326,#0d2e56);border-radius:28px;color:#fff;padding:46px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;overflow:hidden;position:relative}
.presence-box:after{content:"";position:absolute;width:310px;height:310px;border:58px solid rgba(201,162,39,.08);border-radius:50%;right:-120px;bottom:-150px}
.presence h2{margin-top:10px}
.presence p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.76);margin:0}
.places{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative;z-index:2}
.place{border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:18px;background:rgba(255,255,255,.04)}
.place b{display:block;color:#f0d16d;font-size:13px;margin-bottom:5px}
.place span{font-size:15px;font-weight:700}

.credential{padding:0 0 78px}
.credential-inner{border:1px solid var(--line);border-radius:24px;padding:34px 38px;display:flex;align-items:center;gap:28px}
.years{font-size:68px;line-height:.9;font-weight:900;color:var(--gold);min-width:120px}
.credential h3{margin:0 0 7px;font-size:22px}
.credential p{margin:0;color:var(--muted);line-height:1.55}

.footer{background:#061326;color:#fff;padding:46px 0 26px}
.foot{display:grid;grid-template-columns:.9fr 1.05fr 1.05fr;gap:30px}
.foot-brand img{height:68px;width:auto;display:block;margin-bottom:12px}
.foot-brand p{font-size:14px;color:rgba(255,255,255,.68);line-height:1.5}
.contact-line{display:block;color:#fff;text-decoration:none;margin-bottom:10px;font-size:14px;font-weight:700}
.address{font-size:13px;line-height:1.5;color:rgba(255,255,255,.75)}
.address b{display:block;color:#fff;margin-bottom:6px;font-size:14px}
.social{display:flex;gap:10px;flex-wrap:wrap;margin-top:13px}
.social a{text-decoration:none;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800}
.social .wa{background:#25D366;border-color:#25D366}
.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:rgba(255,255,255,.5);font-size:12px}

@media(max-width:950px){
  .nav{display:none}
  h1{font-size:48px}
  .about-grid,.presence-box{grid-template-columns:1fr}
  .side-title{position:static}
  .cards{grid-template-columns:1fr}
  .foot{grid-template-columns:1fr 1fr}
  .foot-brand{grid-column:1/-1}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .header .inner{height:70px}
  .logo img{height:52px}
  .hero{min-height:520px;background:
    linear-gradient(180deg,rgba(6,19,38,.76),rgba(6,19,38,.97)),
    url('/assets/img-229877dd96cf9f1f.jpg') center/cover no-repeat}
  .hero-content{padding:58px 0}
  h1{font-size:40px}
  .hero p{font-size:18px}
  .about,.focus,.presence{padding:52px 0}
  .about-grid{gap:28px}
  h2{font-size:33px}
  .highlight{font-size:20px}
  .presence-box{padding:30px}
  .places{grid-template-columns:1fr}
  .credential{padding-bottom:52px}
  .credential-inner{display:block;padding:28px}
  .years{margin-bottom:14px}
  .foot{grid-template-columns:1fr}
  .foot-brand{grid-column:auto}
}

/* Página 2 — conteúdo aprovado */
.header{position:absolute;top:0;left:0;right:0;background:transparent;border-bottom:0;backdrop-filter:none}
.header .inner{height:96px}
.hero{min-height:680px}
.hero-content{padding-top:145px;max-width:750px}
.hero h1{margin-bottom:20px}
.hero p{max-width:720px}
.hero p strong{font-weight:700}
.identity-section{padding:86px 0 82px;background:#fff}
.identity-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:82px;align-items:start}
.identity-title h2{font-size:42px;line-height:1.1;margin:13px 0 0;letter-spacing:-.028em}
.identity-copy{font-size:20px;line-height:1.72;color:#405068}
.identity-copy p{margin:0 0 24px}
.role-section{padding:82px 0 88px;background:#f5f7fa}
.role-wrap{display:grid;grid-template-columns:.86fr 1.14fr;gap:82px;align-items:start}
.role-heading h2{font-size:42px;line-height:1.1;margin:13px 0 0;letter-spacing:-.028em}
.role-copy{font-size:18px;line-height:1.72;color:#405068}
.role-copy p{margin:0 0 21px}
.role-copy .emphasis{font-size:23px;line-height:1.42;font-weight:800;color:#10203a;border-left:4px solid var(--gold);padding:5px 0 5px 20px;margin:28px 0}
.position-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}
.position-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px 26px;box-shadow:0 12px 32px rgba(16,32,58,.05)}
.position-card span{display:block;color:#9a7814;font-size:12px;font-weight:900;letter-spacing:.14em;margin-bottom:17px}
.position-card b{display:block;font-size:20px;line-height:1.25;color:#10203a;margin-bottom:9px}
.position-card small{display:block;font-size:15px;line-height:1.55;color:#637287}
.closing-box{margin-top:24px;background:linear-gradient(135deg,#061326,#0d2e56);border-radius:22px;padding:34px 38px;color:#fff;display:grid;grid-template-columns:5px 1fr;gap:22px;align-items:stretch}
.closing-line{background:var(--gold);border-radius:999px}
.closing-box p{margin:0;font-size:20px;line-height:1.58;color:rgba(255,255,255,.9)}
.closing-box strong{color:#fff}
@media(max-width:950px){
  .identity-grid,.role-wrap{grid-template-columns:1fr;gap:30px}
  .position-grid{grid-template-columns:1fr}
  .identity-title h2,.role-heading h2{font-size:36px}
}
@media(max-width:640px){
  .header .inner{height:78px}
  .hero{min-height:560px}
  .hero-content{padding-top:118px;padding-bottom:58px}
  .hero h1{font-size:44px}
  .hero p{font-size:18px;line-height:1.55}
  .identity-section,.role-section{padding:56px 0}
  .identity-title h2,.role-heading h2{font-size:32px}
  .identity-copy{font-size:18px}
  .role-copy{font-size:17px}
  .role-copy .emphasis{font-size:20px}
  .position-grid{margin-top:30px}
  .closing-box{padding:27px 24px;grid-template-columns:4px 1fr}
  .closing-box p{font-size:17px}
}


/* Página 3 — comparação aprovada */
.compare-hero{min-height:560px}.compare-hero .hero-content{max-width:820px}
.compare-intro{padding:72px 0 28px;background:#fff;text-align:center}
.compare-intro .kicker{justify-content:center}.compare-intro h2{font-size:46px;line-height:1.08;margin:12px auto 12px;max-width:900px;letter-spacing:-.035em}.compare-intro p{font-size:20px;color:#637287;margin:0 auto;max-width:800px;line-height:1.55}
.compare-section{padding:34px 0 86px;background:#fff}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.compare-col{border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 50px rgba(16,32,58,.08);background:#fff}
.col-head{padding:30px 32px;color:#fff}.negative .col-head{background:linear-gradient(135deg,#8e1717,#c52a2a)}.positive .col-head{background:linear-gradient(135deg,#8a6a0e,#C9A227)}
.col-head small{display:block;text-transform:none;letter-spacing:.16em;font-weight:900;font-size:11px;opacity:.78;margin-bottom:9px}.col-head h3{font-size:27px;line-height:1.15;margin:0;letter-spacing:-.02em}
.point-list{padding:8px 30px 28px}.point{padding:24px 2px;border-bottom:1px solid var(--line)}.point:last-child{border-bottom:0}.point b{display:block;font-size:18px;line-height:1.28;margin-bottom:8px;color:#10203a}.point p{font-size:15.5px;line-height:1.58;color:#637287;margin:0}.negative .point b:before{content:'—';color:#b51f24;margin-right:9px}.positive .point b:before{content:'✓';color:#a27d12;margin-right:9px;font-weight:900}
.pain-line{display:block;margin-top:10px;font-weight:800;color:#a41f24;font-size:15px}.gold-feature{margin:18px 26px 4px;padding:24px 25px;border-radius:18px;background:linear-gradient(135deg,#fff8dc,#f6e9ad);border:1px solid rgba(201,162,39,.35);font-size:21px;line-height:1.35;font-weight:900;color:#6e5510;text-align:center}
.network-close{padding:86px 0;background:linear-gradient(135deg,#061326,#0d2e56);color:#fff;text-align:center}.network-close .kicker{color:#e1bf4d}.network-close h2{font-size:42px;line-height:1.12;letter-spacing:-.03em;margin:14px auto 18px;max-width:880px}.network-close p{font-size:19px;line-height:1.6;color:rgba(255,255,255,.78);max-width:720px;margin:0 auto 28px}.specialist-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#C9A227;color:#061326;font-weight:900;padding:17px 27px;border-radius:999px;box-shadow:0 12px 28px rgba(201,162,39,.22)}.signature{margin-top:30px!important;font-size:17px!important;color:#fff!important;font-weight:800;font-style:italic}
@media(max-width:850px){.compare-grid{grid-template-columns:1fr}.compare-intro h2{font-size:37px}.network-close h2{font-size:35px}}
@media(max-width:640px){.compare-hero{min-height:500px}.compare-intro{padding:52px 0 22px}.compare-intro h2{font-size:32px}.compare-intro p{font-size:17px}.compare-section{padding-bottom:58px}.col-head{padding:25px 24px}.col-head h3{font-size:23px}.point-list{padding:6px 22px 22px}.point{padding:20px 0}.point b{font-size:17px}.point p{font-size:15px}.gold-feature{margin:16px 18px 2px;font-size:19px;padding:21px 18px}.network-close{padding:62px 0}.network-close h2{font-size:31px}.network-close p{font-size:17px}}

.p4hero{padding:78px 0 54px;background:linear-gradient(135deg,#061326,#0c284a);color:white;text-align:center}
.p4hero .eyebrow{color:#e2c45b;font-weight:800;letter-spacing:.16em;font-size:13px}.p4hero h1{font-size:clamp(34px,5vw,64px);line-height:1.02;margin:16px auto;max-width:950px}.p4hero p{max-width:850px;margin:0 auto;font-size:19px;line-height:1.65;color:#dbe4ef}
.power{padding:62px 0;background:#fff}.power h2{text-align:center;font-size:32px;margin:0 0 12px}.lead{text-align:center;max-width:900px;margin:0 auto 38px;color:#637287;font-size:18px;line-height:1.65}
.flow{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:stretch;position:relative}.flow:before{content:'';position:absolute;left:5%;right:5%;top:42px;height:3px;background:#C9A227;z-index:0}.step{position:relative;z-index:1;text-align:center;background:#fff;border:1px solid rgba(16,32,58,.12);border-radius:16px;padding:18px 10px;box-shadow:0 8px 24px rgba(6,19,38,.06)}.ico{width:50px;height:50px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#061326;color:#e2c45b;font-size:23px;border:3px solid #C9A227}.step b{display:block;font-size:13px}.step small{display:block;color:#637287;margin-top:5px;line-height:1.35}
.ribbon{margin:38px auto 0;max-width:1000px;padding:24px 28px;border-radius:18px;background:#C9A227;color:#061326;text-align:center;font-weight:900;font-size:25px}.tax{margin:22px auto 0;max-width:1000px;padding:22px 28px;border:1px solid rgba(201,162,39,.45);border-radius:18px;background:#fffaf0;text-align:center}.tax b{font-size:18px}.tax p{margin:7px 0 0;line-height:1.55;color:#4d5969}
.scale{padding:64px 0;background:#f5f7fa}.scale h2{text-align:center;font-size:34px;margin:0 0 10px}.grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.benefit{background:white;border-radius:18px;padding:24px;border-top:4px solid #C9A227;box-shadow:0 8px 24px rgba(6,19,38,.06)}.benefit h3{font-size:17px;margin:0 0 8px;color:#061326}.benefit p{margin:0;color:#637287;line-height:1.5}.quote{margin:40px auto 0;max-width:1000px;background:#061326;color:white;padding:30px;border-radius:20px;text-align:center;font-size:28px;font-weight:900;line-height:1.25}.quote span{color:#e2c45b}
.cta4{padding:64px 0;text-align:center;background:#07162b;color:#fff}.cta4 h2{font-size:36px;margin:0 0 12px}.cta4 p{font-size:18px;color:#d5dfeb;max-width:700px;margin:0 auto 24px}.wa{display:inline-block;background:#C9A227;color:#061326;text-decoration:none;font-weight:900;padding:16px 26px;border-radius:999px}.langs{display:flex;gap:8px;margin-left:8px}.langs a{font-size:11px!important;padding:5px 6px;border:1px solid rgba(255,255,255,.18);border-radius:6px}
@media(max-width:900px){.nav>a:not(.cta){display:none}.header .inner{gap:10px}.langs{margin-left:auto}.flow{grid-template-columns:1fr 1fr}.flow:before{display:none}.grid6{grid-template-columns:1fr}.p4hero{padding:55px 0 40px}.quote{font-size:22px}}
@media(max-width:520px){.container{width:min(100% - 24px,1180px)}.logo img{height:48px}.header .inner{height:70px}.nav{gap:7px}.nav .cta{padding:9px 10px;font-size:11px}.langs{gap:3px}.langs a{font-size:9px!important;padding:4px}.flow{grid-template-columns:1fr}.ribbon{font-size:21px}.p4hero p,.lead{font-size:16px}}

/* Página 4 — identidade marítima + mapa da rede */
.p4hero{position:relative;overflow:hidden;color:#fff;min-height:430px;display:flex;align-items:center;
  background:linear-gradient(90deg,rgba(6,19,38,.96) 0%,rgba(7,22,43,.84) 45%,rgba(7,22,43,.34) 75%,rgba(7,22,43,.18) 100%), url('/assets/img-229877dd96cf9f1f.jpg');
  background-size:cover;background-position:center 54%;}
.p4hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,19,38,.08),rgba(6,19,38,.32));pointer-events:none}
.p4hero .container{position:relative;z-index:2}
.p4hero h1{max-width:900px;text-shadow:0 3px 22px rgba(0,0,0,.38)}
.p4hero p{max-width:820px;color:rgba(255,255,255,.86)}

.network-map{margin:34px 0 42px;background:linear-gradient(135deg,#07182e,#0a2749);border:1px solid rgba(201,162,39,.34);border-radius:26px;padding:26px 28px;color:#fff;display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;box-shadow:0 18px 42px rgba(6,19,38,.13)}
.network-map-copy .eyebrow{color:#e3bd4b;margin-bottom:10px}
.network-map-copy h3{font-size:28px;line-height:1.12;margin:0 0 12px}
.network-map-copy p{margin:0;color:rgba(255,255,255,.73);font-size:15px;line-height:1.58}
.mapviz{position:relative;min-height:300px;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 72% 58%,rgba(201,162,39,.13),transparent 34%),rgba(255,255,255,.025)}
.mapviz svg{width:100%;height:100%;min-height:300px;display:block}
.map-label{font:700 12px Arial,sans-serif;fill:#fff;letter-spacing:.05em}
.map-small{font:600 10px Arial,sans-serif;fill:rgba(255,255,255,.7)}
.map-route{fill:none;stroke:#d3aa31;stroke-width:2.2;stroke-dasharray:7 7;opacity:.95}
.map-dot{fill:#d3aa31;stroke:#fff;stroke-width:2}
.map-land{fill:#173d68;stroke:#7ba1c9;stroke-width:1.3}
.map-origin{fill:#9d2331;stroke:#e88992;stroke-width:1}
.map-india{fill:#cf7f25;stroke:#f0b45f;stroke-width:1}
.flow{position:relative}
.flow:before{content:"";position:absolute;left:3%;right:3%;top:54px;height:2px;background:linear-gradient(90deg,rgba(201,162,39,.18),rgba(201,162,39,.65),rgba(201,162,39,.18));z-index:0}
.step{position:relative;z-index:1}
@media(max-width:900px){.network-map{grid-template-columns:1fr}.mapviz{min-height:260px}.flow:before{display:none}}
@media(max-width:640px){.p4hero{min-height:390px;background-position:62% center}.network-map{padding:20px 18px}.network-map-copy h3{font-size:24px}.mapviz svg{min-height:245px}}



html body .mg-header{overflow:visible!important} html body .mg-header .mg-header-inner{min-height:132px!important} html body .mg-header .mg-logo{width:154px!important;height:132px!important;flex:0 0 154px!important;overflow:visible!important;display:flex!important;align-items:center!important} html body .mg-header .mg-logo img{width:154px!important;height:auto!important;max-width:none!important;object-fit:contain!important;visibility:visible!important;opacity:1!important} html body .hero{position:relative!important} html body .hero .hero-network-map{position:absolute!important;z-index:2!important;right:max(2vw,22px)!important;top:205px!important;width:min(43vw,650px)!important;height:auto!important;aspect-ratio:1703/864!important;overflow:hidden!important;border:1px solid rgba(210,166,44,.48)!important;border-radius:18px!important;background:#071b35!important;box-shadow:0 22px 48px rgba(0,0,0,.38)!important;opacity:.92!important;pointer-events:none!important} html body .hero .hero-network-map img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important} @media(max-width:1180px){html body .mg-header .mg-logo{width:126px!important;flex-basis:126px!important}html body .mg-header .mg-logo img{width:126px!important}html body .hero .hero-network-map{width:min(45vw,560px)!important;top:225px!important}} @media(max-width:900px){html body .mg-header .mg-logo{width:104px!important;height:108px!important;flex-basis:104px!important}html body .mg-header .mg-logo img{width:104px!important}html body .hero .hero-network-map{position:relative!important;inset:auto!important;width:calc(100% - 40px)!important;margin:22px auto 34px!important;opacity:1!important;border-radius:16px!important}}

@media(min-width:901px){html body .hero>.hero-content{transform:translateY(34px)!important}}

@media(min-width:901px){html body .hero .hero-content{transform:translateY(46px)!important}}

@media(max-width:900px){html body .hero{display:block!important}html body .hero .container{width:100%!important;max-width:none!important}html body .hero .hero-content{width:100%!important;max-width:none!important;padding-left:20px!important;padding-right:20px!important}html body .hero .hero-network-map{display:block!important;position:relative!important;inset:auto!important;width:calc(100% - 40px)!important;height:auto!important;aspect-ratio:1703/864!important;margin:22px auto 34px!important}html body .hero .hero-network-map img{width:100%!important;height:100%!important;object-fit:contain!important}}

.maven-real-icon{width:34px;height:34px;min-width:34px;display:inline-flex;align-items:center;justify-content:center;background:transparent!important;border:0!important;border-radius:0!important}.maven-real-icon svg{width:26px;height:26px;display:block}.maven-real-icon-instagram svg,.maven-real-icon-whatsapp svg{width:28px;height:28px}.msf-address b{display:flex!important;align-items:flex-start!important;gap:9px!important}.maven-real-icon-location{width:22px;height:24px;min-width:22px}.maven-real-icon-location svg{width:22px;height:22px}.maven-wa-float svg{width:28px!important;height:28px!important;display:block!important}

html body .hero{background-image:linear-gradient(90deg,rgba(6,19,38,.84) 0%,rgba(7,22,43,.58) 42%,rgba(7,22,43,.14) 100%),linear-gradient(rgba(6,19,38,.86) 0,rgba(6,19,38,.28) 170px,rgba(0,0,0,0) 290px),linear-gradient(0deg,rgba(6,19,38,.9) 0,rgba(6,19,38,.42) 120px,rgba(0,0,0,0) 245px),url("/assets/img-229877dd96cf9f1f.jpg")!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}

html body section#quem.hero{background-image:linear-gradient(90deg,rgba(6,19,38,.72) 0%,rgba(7,22,43,.46) 42%,rgba(7,22,43,.10) 100%),linear-gradient(rgba(6,19,38,.74) 0,rgba(6,19,38,.20) 170px,rgba(0,0,0,0) 290px),linear-gradient(0deg,rgba(6,19,38,.86) 0,rgba(6,19,38,.34) 120px,rgba(0,0,0,0) 245px),url("/assets/img-229877dd96cf9f1f.jpg")!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}

html body section#quem.hero{background-image:linear-gradient(90deg,rgba(6,19,38,.99) 0%,rgba(7,22,43,.94) 25%,rgba(7,22,43,.58) 46%,rgba(7,22,43,.18) 68%,rgba(7,22,43,.08) 100%),linear-gradient(rgba(6,19,38,.98) 0,rgba(6,19,38,.82) 105px,rgba(0,0,0,0) 210px),linear-gradient(0deg,rgba(6,19,38,.96) 0,rgba(6,19,38,.72) 100px,rgba(0,0,0,0) 225px),url("/assets/img-229877dd96cf9f1f.jpg")!important}

html body section#quem.hero{background-image:linear-gradient(90deg,rgba(6,19,38,1) 0%,rgba(7,22,43,.995) 28%,rgba(7,22,43,.60) 48%,rgba(7,22,43,.18) 68%,rgba(7,22,43,.08) 100%),linear-gradient(rgba(6,19,38,1) 0,rgba(6,19,38,.94) 112px,rgba(0,0,0,0) 225px),linear-gradient(0deg,rgba(6,19,38,1) 0,rgba(6,19,38,.94) 135px,rgba(0,0,0,0) 245px),url("/assets/img-229877dd96cf9f1f.jpg")!important}

@media (max-width: 768px){.mg-home .hero{background-color:#061326!important;background-size:cover,cover,cover,auto 62%!important;background-position:50% 50%,50% 50%,50% 50%,72% 44%!important;background-repeat:no-repeat!important;}.mg-faq{scroll-margin-top:190px!important;}.mg-faq summary{box-sizing:border-box!important;min-height:72px!important;padding:14px 0 12px!important;align-items:center!important;gap:16px!important;line-height:1.28!important;}.mg-faq summary b{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;flex:0 0 28px!important;width:28px!important;height:28px!important;margin-left:auto!important;line-height:1!important;position:static!important;}}

html{scroll-padding-top:env(safe-area-inset-top,0px)}@media (max-width:599px){body{padding-top:env(safe-area-inset-top,0px)}.mg-header{padding-top:calc(18px + env(safe-area-inset-top,0px))!important}.mg-home .hero{min-height:100svh!important;height:auto!important}.seo-language-nav{position:absolute!important;top:calc(112px + env(safe-area-inset-top,0px))!important}.mg-logo img{height:auto!important;object-fit:contain!important}.mg-faq summary{scroll-margin-top:calc(72px + env(safe-area-inset-top,0px))!important}}@media (min-width:600px) and (max-width:1024px){.mg-header{padding-top:calc(18px + env(safe-area-inset-top,0px))!important}.seo-language-nav{position:absolute!important;top:112px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(430px,calc(100% - 48px))!important}.mg-logo img{width:118px!important;height:auto!important;object-fit:contain!important}.mg-home .hero{min-height:820px!important;height:auto!important;background-size:cover,cover,cover,cover!important;background-position:50% 50%,50% 50%,50% 50%,50% 50%!important}.mg-home .hero-content{padding-top:190px!important;padding-bottom:36px!important}.hero:not(.mg-home .hero){min-height:600px!important}.mg-faq summary{scroll-margin-top:84px!important}footer{overflow:hidden!important}}@media (min-width:1025px){.mg-logo img{height:auto!important;object-fit:contain!important}}

@media (max-width:599px){.mg-home .hero{height:auto!important;min-height:max(780px,100svh)!important;background-color:#061326!important;background-size:cover,cover,cover,auto 64%!important;background-position:50% 50%,50% 50%,50% 50%,76% 8%!important;background-repeat:no-repeat!important}.mg-home .hero-content{padding-top:210px!important;padding-bottom:52px!important}.mg-home .hero h1{font-size:clamp(36px,9.8vw,41px)!important;line-height:1.02!important;letter-spacing:-.025em!important;margin-bottom:20px!important;overflow-wrap:normal!important;word-break:normal!important}.mg-home .hero p{font-size:16px!important;line-height:1.48!important}.mg-home .actions{gap:12px!important;margin-top:24px!important}.mg-home .actions .btn{min-height:48px!important}}@media (min-width:600px) and (max-width:1024px){.mg-home .hero{height:auto!important;min-height:820px!important;background-size:cover,cover,cover,cover!important;background-position:50% 50%,50% 50%,50% 50%,62% 50%!important}.mg-home .hero-content{padding-top:190px!important;padding-bottom:54px!important}.mg-home .hero h1{font-size:clamp(48px,6.4vw,62px)!important;line-height:1.02!important;letter-spacing:-.025em!important;max-width:760px!important}.mg-home .hero p{font-size:17px!important;line-height:1.5!important;max-width:720px!important}}


.maven-standard-footer{background:#071828;color:#fff;padding:42px 0 18px;border-top:1px solid rgba(201,162,39,.35);font-family:inherit}
.msf-wrap{width:min(1180px,92%);margin:auto;display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:28px;align-items:start}
.msf-brand strong{display:block;color:#c9a227;font-size:22px;letter-spacing:.08em;margin-bottom:8px}
.msf-brand span{display:block;line-height:1.5;opacity:.92}
.msf-copy{margin-top:18px;font-weight:800;line-height:1.45;color:#fff}
.msf-contact{display:flex;flex-direction:column;gap:9px}
.maven-standard-footer a{color:#fff;text-decoration:none}
.maven-standard-footer a:hover{color:#c9a227}
.msf-whatsapp{display:inline-flex!important;align-items:center;justify-content:center;width:max-content;margin-top:8px;padding:11px 18px;border-radius:999px;background:#c9a227;color:#071828!important;font-weight:900;letter-spacing:.04em}
.msf-address{font-size:14px;line-height:1.65;color:rgba(255,255,255,.88)}
.msf-address b{display:block;color:#c9a227;margin-bottom:7px}
.msf-address span{display:block}
.msf-bottom{width:min(1180px,92%);margin:28px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.6);text-align:center}
.maven-wa-float{position:fixed;right:18px;bottom:18px;z-index:9999;background:#25D366;color:#fff;text-decoration:none;font-weight:900;padding:14px 18px;border-radius:999px;box-shadow:0 10px 28px rgba(0,0,0,.28)}
@media(max-width:900px){.msf-wrap{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.msf-wrap{grid-template-columns:1fr;gap:22px}.maven-standard-footer{padding-top:34px}.maven-wa-float{right:12px;bottom:12px;padding:13px 16px}}



.maven-contact-footer{background:#071828;color:#fff;padding:42px 0 18px;border-top:1px solid rgba(201,162,39,.35);font-family:inherit}
.mcf-wrap{width:min(1180px,92%);margin:auto;display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:34px;align-items:start}
.mcf-brand strong{display:block;color:#c9a227;font-size:22px;letter-spacing:.08em;margin-bottom:8px}.mcf-brand span{opacity:.9;line-height:1.5}.mcf-social{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}
.maven-contact-footer a{color:#fff;text-decoration:none}.maven-contact-footer a:hover{color:#c9a227}.mcf-contact{display:flex;flex-direction:column;gap:10px}.mcf-address{font-size:14px;line-height:1.6;color:rgba(255,255,255,.88)}.mcf-address b{color:#c9a227}.mcf-copy{width:min(1180px,92%);margin:28px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.6);text-align:center}
@media(max-width:760px){.mcf-wrap{grid-template-columns:1fr;gap:24px}.maven-contact-footer{padding-top:34px}}



/* V3 — substitui o mapa ilustrativo por mapa geográfico real aprovado */
.mapviz-real{display:flex;align-items:center;justify-content:center;min-height:300px;padding:0;background:rgba(255,255,255,.02);border-radius:20px;overflow:hidden}
.mapviz-real img{display:block;width:100%;height:auto;max-height:390px;object-fit:contain;border-radius:18px;box-shadow:0 18px 38px rgba(0,0,0,.22)}
@media(max-width:640px){.mapviz-real{min-height:220px}.mapviz-real img{max-height:none;width:100%;object-fit:contain}}



.seo-language-nav{position:fixed;left:12px;bottom:12px;z-index:9998;display:flex;gap:6px;padding:6px;background:rgba(7,24,40,.82);border:1px solid rgba(201,162,39,.28);border-radius:999px;backdrop-filter:blur(8px)}
.seo-language-nav a{color:#fff;text-decoration:none;font:700 11px/1 system-ui;padding:7px 8px;border-radius:999px}
.seo-language-nav a[aria-current="page"]{background:#c9a227;color:#071828}
@media(max-width:520px){.seo-language-nav{left:8px;bottom:8px}.seo-language-nav a{font-size:10px;padding:6px}}


:root{--mg-navy:#071828;--mg-deep:#061326;--mg-gold:#C9A227;--mg-ink:#10203a}
html{scroll-behavior:smooth}html,body{width:100%;max-width:100%;margin:0}body{overflow-x:hidden}*,*::before,*::after{box-sizing:border-box}img,svg,video,iframe{max-width:100%}a:focus-visible,button:focus-visible{outline:3px solid #f2d46e;outline-offset:3px}
.container,.mg-header-inner,.msf-wrap{min-width:0}.mg-inner main,.mg-inner section,.mg-inner footer{max-width:100%}.mg-inner h1,.mg-inner h2,.mg-inner h3{overflow-wrap:normal;word-break:normal}

/* Header institucional compartilhado */
.mg-header{position:absolute!important;inset:0 0 auto!important;z-index:1000!important;padding:12px 0!important;background:linear-gradient(180deg,rgba(6,19,38,.98),rgba(6,19,38,.72) 72%,transparent)!important;color:#fff!important;overflow:visible!important}
.mg-header-inner{width:min(1180px,calc(100% - 40px))!important;min-height:110px!important;margin:auto!important;display:flex!important;align-items:center!important;gap:18px!important}
.mg-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:138px!important;height:104px!important;min-height:0!important;flex:0 0 138px!important;overflow:visible!important}
.mg-header .mg-logo img{display:block!important;width:138px!important;height:auto!important;max-width:138px!important;max-height:104px!important;object-fit:contain!important;transform:none!important;filter:drop-shadow(0 7px 18px rgba(0,0,0,.22))}
.mg-nav{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:17px!important;min-width:0!important}
.mg-nav>a{color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important;transition:color .2s ease}
.mg-nav>a:hover,.mg-nav>a[aria-current=page]{color:var(--mg-gold)!important}.mg-contact{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 17px!important;border-radius:999px!important;background:var(--mg-gold)!important;color:#071828!important;font-weight:800!important}
.mg-menu-toggle{display:none!important;margin-left:auto!important;width:44px!important;height:42px!important;border:1px solid rgba(255,255,255,.45)!important;border-radius:10px!important;background:rgba(7,24,40,.52)!important;color:#fff!important;font-size:22px!important;line-height:1!important;cursor:pointer!important}.mg-mobile-nav{display:none!important}
.seo-language-nav{position:absolute!important;inset:14px 18px auto auto!important;z-index:1900!important;display:flex!important;gap:3px!important;padding:5px!important;background:rgba(7,24,40,.84)!important;border:1px solid rgba(201,162,39,.35)!important;border-radius:999px!important;backdrop-filter:blur(10px)!important;transform:none!important}
.seo-language-nav a{color:#fff!important;text-decoration:none!important;font:700 10px/1 system-ui!important;padding:7px 9px!important;border-radius:999px!important;white-space:nowrap!important}.seo-language-nav a[aria-current=page]{background:var(--mg-gold)!important;color:#071828!important}

/* Heroes: mesma fotografia e narrativa em todos os viewports */
.p4hero,.v6hero,.p6hero{position:relative!important;min-height:680px!important;height:auto!important;display:flex!important;align-items:center!important;overflow:hidden!important;background-color:var(--mg-deep)!important}
.p4hero,.p4hero-bg,.v6hero-bg,.p6hero-bg{background-image:linear-gradient(90deg,#061326 0%,rgba(7,22,43,.97) 28%,rgba(7,22,43,.58) 50%,rgba(7,22,43,.10) 100%),linear-gradient(180deg,#061326 0,rgba(6,19,38,.76) 105px,transparent 220px),linear-gradient(0deg,#061326 0,rgba(6,19,38,.86) 105px,transparent 235px),url('/assets/maven-hero-clean-20260812.webp')!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.p4hero-bg,.v6hero-bg,.p6hero-bg{position:absolute!important;inset:0!important}.p4hero::after{background:linear-gradient(180deg,transparent 60%,rgba(6,19,38,.34))!important}
.p4hero .container,.v6hero-grid,.p6hero-grid,.m5v5-hero-grid{position:relative!important;z-index:2!important;padding-top:142px!important;padding-bottom:72px!important}
.p4hero h1,.v6hero h1,.p6hero h1,.m5v5-hero h1{line-height:.99!important;letter-spacing:-.04em!important;text-wrap:balance}.p4hero p,.v6hero p,.p6hero p,.m5v5-hero p{text-wrap:pretty}

/* Presença internacional recomposta */
.network-map{margin:42px 0 50px!important;padding:42px!important;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr)!important;gap:46px!important;align-items:center!important;border:1px solid rgba(201,162,39,.35)!important;border-radius:28px!important;background:linear-gradient(135deg,#061326,#0b2d51)!important;box-shadow:0 24px 60px rgba(6,19,38,.18)!important}
.network-map-copy h3{font-size:clamp(28px,3vw,42px)!important;line-height:1.06!important}.network-map-copy p{font-size:16px!important;line-height:1.65!important}.mapviz-real{min-height:0!important;padding:0!important;background:transparent!important;overflow:visible!important}.mapviz-real img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:16/9!important;object-fit:contain!important;border-radius:22px!important;box-shadow:0 22px 50px rgba(0,0,0,.36)!important}
.flow>*{min-width:0}.maven-wa-float{z-index:900!important}.maven-standard-footer{overflow:hidden}.msf-wrap>*{min-width:0}

/* Notebook e tablet landscape */
@media (min-width:992px) and (max-width:1199px){
.container{width:min(100% - 48px,1120px)!important}.mg-header-inner{width:calc(100% - 48px)!important;gap:11px!important}.mg-logo{width:118px!important;height:96px!important;flex-basis:118px!important}.mg-header .mg-logo img{width:118px!important;max-width:118px!important}.mg-nav{gap:9px!important}.mg-nav>a{font-size:11.5px!important}.mg-contact{padding:10px 12px!important}.seo-language-nav{top:10px!important;right:12px!important}.p4hero,.v6hero,.p6hero{min-height:650px!important}.p4hero .container,.v6hero-grid,.p6hero-grid,.m5v5-hero-grid{padding-top:145px!important;padding-bottom:65px!important}.p4hero h1,.v6hero h1,.p6hero h1,.m5v5-hero h1{font-size:clamp(48px,5.6vw,68px)!important}.network-map{grid-template-columns:.82fr 1.18fr!important;padding:34px!important;gap:32px!important}.flow{gap:8px!important}.step{padding-left:10px!important;padding-right:10px!important}.step small{font-size:11px!important}
}

/* Tablet portrait */
@media (min-width:768px) and (max-width:991px){
.container{width:min(100% - 48px,900px)!important}.mg-header{padding:8px 0!important}.mg-header-inner{width:calc(100% - 48px)!important;min-height:92px!important}.mg-logo{width:120px!important;height:88px!important;flex-basis:120px!important}.mg-header .mg-logo img{width:120px!important;max-width:120px!important;max-height:88px!important}.mg-nav{display:none!important}.mg-menu-toggle{display:block!important}.mg-mobile-nav{position:absolute!important;left:24px!important;right:24px!important;top:98px!important;z-index:1200!important;max-height:calc(100vh - 116px)!important;overflow-y:auto!important;padding:12px!important;background:rgba(7,24,40,.985)!important;border:1px solid rgba(201,162,39,.34)!important;border-radius:16px!important;box-shadow:0 18px 45px rgba(0,0,0,.3)!important;grid-template-columns:1fr!important;gap:2px!important}.mg-mobile-nav.is-open{display:grid!important}.mg-mobile-nav a{color:#fff!important;text-decoration:none!important;padding:12px 13px!important;border-radius:10px!important;font-size:15px!important;font-weight:700!important}.mg-mobile-nav a[aria-current=page]{color:var(--mg-gold)!important;background:rgba(201,162,39,.13)!important}.mg-mobile-nav .mg-contact{margin-top:6px!important}
.seo-language-nav{top:18px!important;right:82px!important;left:auto!important;width:auto!important}.seo-language-nav a{font-size:10px!important;padding:7px 8px!important}
.p4hero,.v6hero,.p6hero{min-height:720px!important}.p4hero,.p4hero-bg,.v6hero-bg,.p6hero-bg{background-position:64% center!important}.p4hero .container,.v6hero-grid,.p6hero-grid,.m5v5-hero-grid{padding-top:165px!important;padding-bottom:68px!important}.p4hero h1,.v6hero h1,.p6hero h1,.m5v5-hero h1{font-size:clamp(46px,7vw,62px)!important}.p4hero p,.v6hero p,.p6hero p,.m5v5-hero p{font-size:18px!important;max-width:650px!important}
.network-map{grid-template-columns:1fr!important;padding:34px!important;gap:28px!important}.mapviz-real{width:100%!important}.flow,.grid6,.v6proof-grid,.m5v5-proof-grid,.m5cred-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.flow::before{display:none!important}.v6market-grid,.m5v5-market-grid,.m5local-grid,.v6cta-grid,.m5v5-cta-grid,.m5cta .container{grid-template-columns:1fr!important;gap:30px!important}.v6cta .v6btn,.m5v5-cta .m5v5-btn.dark{justify-self:start!important}.msf-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px!important;padding-left:24px!important;padding-right:24px!important}
}

/* Mobile */
@media (max-width:767px){
.container{width:calc(100% - 32px)!important;max-width:none!important}.mg-header{position:absolute!important;min-height:82px!important;padding:5px 0!important;background:rgba(6,19,38,.96)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.mg-header-inner{width:calc(100% - 28px)!important;min-height:72px!important;gap:8px!important}.mg-logo{width:88px!important;height:68px!important;flex-basis:88px!important}.mg-header .mg-logo img{width:88px!important;max-width:88px!important;max-height:68px!important}.mg-nav{display:none!important}.mg-menu-toggle{display:block!important;flex:0 0 42px!important;width:42px!important;height:40px!important;margin-left:auto!important}.mg-mobile-nav{position:absolute!important;left:14px!important;right:14px!important;top:78px!important;z-index:1300!important;max-height:calc(100vh - 92px)!important;overflow-y:auto!important;padding:10px!important;background:rgba(7,24,40,.99)!important;border:1px solid rgba(201,162,39,.35)!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(0,0,0,.35)!important;grid-template-columns:1fr!important;gap:2px!important}.mg-mobile-nav.is-open{display:grid!important}.mg-mobile-nav a{color:#fff!important;text-decoration:none!important;padding:11px 12px!important;border-radius:9px!important;font-size:14px!important;font-weight:700!important}.mg-mobile-nav a[aria-current=page]{color:var(--mg-gold)!important;background:rgba(201,162,39,.14)!important}.mg-mobile-nav .mg-contact{margin-top:5px!important;padding:12px!important}
.seo-language-nav{top:20px!important;right:64px!important;left:auto!important;bottom:auto!important;width:auto!important;max-width:calc(100% - 174px)!important;padding:3px!important;gap:0!important;border-radius:10px!important}.seo-language-nav a{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:36px!important;padding:7px 6px!important;font-size:8px!important;text-align:center!important}.seo-language-nav a:first-child{max-width:68px!important;overflow:hidden!important;text-overflow:ellipsis!important}
.p4hero,.v6hero,.p6hero{min-height:690px!important;align-items:flex-start!important}.p4hero,.p4hero-bg,.v6hero-bg,.p6hero-bg{background-image:linear-gradient(180deg,rgba(6,19,38,.22) 0,rgba(6,19,38,.42) 215px,#061326 470px,#061326 100%),linear-gradient(90deg,rgba(6,19,38,.68),rgba(6,19,38,.04)),url('/assets/maven-hero-clean-20260812.webp')!important;background-size:cover,cover,auto 390px!important;background-position:center,center,70% 82px!important;background-repeat:no-repeat!important}.p4hero .container,.v6hero-grid,.p6hero-grid,.m5v5-hero-grid{padding-top:210px!important;padding-bottom:52px!important}.p4hero h1,.v6hero h1,.p6hero h1,.m5v5-hero h1{font-size:clamp(35px,10.1vw,44px)!important;line-height:1.01!important;letter-spacing:-.035em!important;text-wrap:balance!important}.p4hero p,.v6hero p,.p6hero p,.m5v5-hero p{font-size:16px!important;line-height:1.52!important;text-wrap:pretty!important}.p4hero .eyebrow,.v6eyebrow{font-size:11px!important;letter-spacing:.08em!important}.v6actions,.m5v5-actions,.m5hero-actions,.m5cta-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:22px!important}.v6btn,.m5v5-btn,.m5btn,.wa{width:100%!important;min-width:0!important;max-width:100%!important;min-height:48px!important;text-align:center!important;white-space:normal!important}
.power,.scale,.v6problem,.v6change,.v6market,.v6proof,.m5v5-problem,.m5v5-equation,.m5v5-market,.m5v5-proof,.m5pain,.m5network,.m5local,.m5cred{padding-top:56px!important;padding-bottom:56px!important}.power h2,.scale h2,.v6head h2,.v6change h2,.v6market h2,.v6proof h2,.cta4 h2{font-size:clamp(29px,8vw,37px)!important;line-height:1.08!important;text-wrap:balance!important}.lead{font-size:16px!important;line-height:1.58!important}
.network-map{grid-template-columns:1fr!important;padding:22px 18px!important;gap:24px!important;margin:28px 0 34px!important;border-radius:20px!important}.network-map-copy h3{font-size:27px!important}.network-map-copy p{font-size:15px!important}.mapviz-real img{border-radius:14px!important;box-shadow:0 14px 34px rgba(0,0,0,.32)!important}.flow,.grid6,.v6pipeline,.v6proof-grid,.m5v5-proof-grid,.m5cred-grid,.m5v5-mini-grid,.m5local-points{grid-template-columns:1fr!important}.flow::before{display:none!important}.step,.benefit,.v6stage{min-width:0!important}.ribbon{font-size:20px!important;padding-left:14px!important;padding-right:14px!important}.quote{font-size:22px!important}
.v6market-grid,.m5v5-market-grid,.m5local-grid,.v6cta-grid,.m5v5-cta-grid,.m5cta .container{grid-template-columns:1fr!important;gap:24px!important}.v6network-scene{grid-template-columns:1fr!important;overflow:hidden!important}.v6moving{display:none!important}.v6intel-wheel{height:370px!important;max-width:100%!important;transform:scale(.88)!important;transform-origin:center!important}.v6intel-item{width:108px!important}.v6photo,.v6photo img,.m5v5-factory-photo,.m5v5-factory-photo img,.m5map-panel{min-height:290px!important;height:290px!important}.cta4,.v6cta,.m5v5-cta,.m5cta{padding:50px 0!important}.maven-wa-float{width:50px!important;height:50px!important;right:12px!important;bottom:12px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important}.msf-wrap{grid-template-columns:1fr!important;gap:26px!important;padding-left:16px!important;padding-right:16px!important}.msf-contact,.msf-address{min-width:0!important;max-width:100%!important}.maven-standard-footer a,.maven-standard-footer span{overflow-wrap:anywhere}
}

@media(max-width:390px){.container{width:calc(100% - 28px)!important}.mg-logo{width:82px!important;flex-basis:82px!important}.mg-header .mg-logo img{width:82px!important;max-width:82px!important}.seo-language-nav{right:60px!important;max-width:calc(100% - 158px)!important}.seo-language-nav a{font-size:7.5px!important;padding:7px 5px!important}.p4hero .container,.v6hero-grid,.p6hero-grid,.m5v5-hero-grid{padding-top:202px!important}.p4hero h1,.v6hero h1,.p6hero h1,.m5v5-hero h1{font-size:clamp(34px,10vw,39px)!important}}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* Maven global network — Natural Earth geographic base */
.mapviz-real picture{display:block;width:100%;line-height:0}
.mapviz-real picture img{display:block;width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:2/1;object-fit:contain!important}
@media(max-width:767px){.mapviz-real picture img{aspect-ratio:auto!important;max-height:none!important}}
.flow .ico{display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}
.flow .ico svg{display:block;width:28px;height:28px;flex:0 0 28px;color:var(--mg-gold);overflow:visible}

/* Homepage: presença internacional e transição para aplicações */
.preview#rede .network-map{width:100%;min-height:0!important;margin:20px 0 18px;border-radius:20px;overflow:hidden;background:#07172e}
.preview#rede .network-map picture{display:block;width:100%;line-height:0}
.preview#rede .network-map img{display:block;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:2/1;object-fit:contain!important;border-radius:20px}
.previews+.applications{margin-top:0!important;position:relative;z-index:auto}
.applications .apps-title h2{max-width:760px;line-height:1.22;text-wrap:balance}
@media(min-width:1024px) and (max-width:1279px){.preview#rede .network-map{margin-top:18px}.applications{padding-top:38px!important}}
@media(min-width:768px) and (max-width:1023px){.preview#rede{padding-bottom:36px!important}.preview#rede .network-map{margin:18px 0}.applications{padding-top:36px!important}.applications .apps-title{margin-bottom:22px!important}}
@media(max-width:767px){
  .preview#rede{padding-bottom:34px!important}
  .preview#rede h3{font-size:clamp(24px,7vw,30px)!important;line-height:1.12!important}
  .preview#rede .network-map{margin:18px 0 20px;border-radius:18px}
  .preview#rede .network-map img{aspect-ratio:auto!important;border-radius:18px}
  .previews{padding-bottom:0!important}
  .applications{padding-top:34px!important;margin-top:0!important;clear:both}
  .applications .apps-title{margin-bottom:20px!important;padding:0 4px}
  .applications .apps-title h2{font-size:clamp(20px,6vw,26px)!important;line-height:1.2!important;max-width:100%}
  .applications .apps-grid{display:flex!important;overflow-x:auto!important;overflow-y:visible!important;gap:12px!important;padding:2px 2px 14px!important;scroll-padding-inline:2px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}
  .applications .app-card{flex:0 0 calc(100% - 16px)!important;scroll-snap-align:start;min-width:0!important}
}

/* Conjunto oficial de quatro botões de contato */
.maven-contact-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-content:center}
.maven-contact-button{min-width:0;min-height:52px;padding:10px 13px!important;border:1px solid rgba(201,162,39,.52);border-radius:14px;color:#fff!important;background:rgba(255,255,255,.055);display:flex!important;align-items:center;justify-content:flex-start;gap:10px;text-decoration:none!important;font-size:12px!important;font-weight:700;transition:background .18s,border-color .18s,transform .18s}
.maven-contact-button:hover,.maven-contact-button:focus-visible{background:rgba(201,162,39,.16);border-color:#c9a227;transform:translateY(-1px)}
.maven-contact-button svg{display:block;width:24px;height:24px;flex:0 0 24px;fill:none;stroke:#d7b64d;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.maven-contact-button:nth-child(2) svg{fill:#d7b64d;stroke:none}.maven-contact-button:nth-child(3) .solid{fill:#d7b64d;stroke:none}
.msf-address b{align-items:flex-start!important}.maven-location-icon{display:block;width:22px;height:22px;flex:0 0 22px;fill:none;stroke:#d7b64d;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:767px){.maven-contact-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%}.maven-contact-button{min-height:56px;font-size:12px!important;padding:11px!important}.maven-contact-button svg{width:25px;height:25px;flex-basis:25px}}
@media(max-width:360px){.maven-contact-actions{grid-template-columns:1fr!important}}

/* Bloco de contato oficial: cinco canais e WhatsApp flutuante */
:root{--maven-navy:#071827;--maven-panel:#142435;--maven-panel-hover:#192c40;--maven-gold:#d1ad3b;--maven-gold-light:#e0bf58;--maven-white:#fff;--maven-whatsapp:#25d366;--maven-instagram:#e1306c;--maven-linkedin:#0077b5}
.maven-contact__buttons,.maven-contact__buttons *,.maven-whatsapp-floating,.maven-whatsapp-floating *{box-sizing:border-box}
.maven-contact__buttons{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;width:100%;margin:0;align-content:start}
.maven-contact__buttons .maven-contact-button{min-width:0;min-height:76px;display:flex!important;align-items:center;justify-content:center;gap:12px;padding:16px!important;border:1.5px solid rgba(209,173,59,.72);border-radius:18px;background:var(--maven-panel);color:var(--maven-white)!important;text-decoration:none;font-size:1rem!important;line-height:1.2;font-weight:700;transition:transform 160ms ease,border-color 160ms ease,background-color 160ms ease,color 160ms ease,box-shadow 160ms ease}
.maven-contact-button__icon{flex:0 0 30px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--maven-gold)}
.maven-contact__buttons .maven-contact-button__icon svg{display:block;width:100%;height:100%;fill:currentColor!important;stroke:none!important}
.maven-contact-button__label{min-width:0;white-space:nowrap}
.maven-contact__buttons .maven-contact-button:hover{transform:translateY(-2px)}
.maven-contact__buttons .maven-contact-button:active{transform:translateY(0)}
.maven-contact__buttons .maven-contact-button:focus-visible{outline:3px solid var(--maven-white);outline-offset:3px}
.maven-contact-button--phone:hover,.maven-contact-button--email:hover{border-color:var(--maven-gold-light)!important;background:var(--maven-panel-hover)!important;box-shadow:0 8px 22px rgba(209,173,59,.12)}
.maven-contact-button--whatsapp:hover{border-color:var(--maven-whatsapp)!important;background:rgba(37,211,102,.12)!important;box-shadow:0 8px 24px rgba(37,211,102,.18)}
.maven-contact-button--whatsapp:hover .maven-contact-button__icon{color:var(--maven-whatsapp)}
.maven-contact-button--instagram:hover{border-color:var(--maven-instagram)!important;background:rgba(225,48,108,.12)!important;box-shadow:0 8px 24px rgba(225,48,108,.18)}
.maven-contact-button--instagram:hover .maven-contact-button__icon{color:var(--maven-instagram)}
.maven-contact-button--linkedin:hover{border-color:var(--maven-linkedin)!important;background:rgba(0,119,181,.14)!important;box-shadow:0 8px 24px rgba(0,119,181,.18)}
.maven-contact-button--linkedin:hover .maven-contact-button__icon{color:var(--maven-linkedin)}
.maven-whatsapp-floating{position:fixed;right:max(22px,env(safe-area-inset-right));bottom:max(22px,calc(env(safe-area-inset-bottom) + 22px));z-index:99999;width:64px;height:64px;display:flex;align-items:center;justify-content:center;padding:15px;border:0;border-radius:50%;background:var(--maven-whatsapp);color:var(--maven-white);text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.12);transition:transform 160ms ease,background-color 160ms ease,box-shadow 160ms ease}
.maven-whatsapp-floating svg{display:block;width:100%;height:100%;fill:currentColor}
.maven-whatsapp-floating:hover{transform:translateY(-3px) scale(1.04);background:#20bd5a;box-shadow:0 14px 32px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.18)}
.maven-whatsapp-floating:focus-visible{outline:3px solid var(--maven-gold);outline-offset:4px}
@media(max-width:980px){.maven-contact__buttons{grid-template-columns:repeat(6,minmax(0,1fr))!important}.maven-contact__buttons .maven-contact-button:nth-child(-n+3){grid-column:span 2}.maven-contact__buttons .maven-contact-button:nth-child(4){grid-column:2/span 2}.maven-contact__buttons .maven-contact-button:nth-child(5){grid-column:4/span 2}}
@media(max-width:560px){.maven-contact__buttons{gap:10px!important}.maven-contact__buttons .maven-contact-button{min-height:72px;flex-direction:column;gap:7px;padding:10px 6px!important;border-radius:15px;font-size:.82rem!important;text-align:center}.maven-contact-button__icon{flex-basis:27px;width:27px;height:27px}.maven-contact-button__label{white-space:normal}.maven-whatsapp-floating{right:max(18px,env(safe-area-inset-right));bottom:max(18px,calc(env(safe-area-inset-bottom) + 18px));width:58px;height:58px;padding:13px}}
@media(max-width:360px){.maven-contact__buttons .maven-contact-button{min-height:68px;font-size:.74rem!important}.maven-contact-button__icon{flex-basis:24px;width:24px;height:24px}}
@media(hover:none){.maven-contact__buttons .maven-contact-button:hover,.maven-whatsapp-floating:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.maven-contact__buttons .maven-contact-button,.maven-whatsapp-floating{transition:none}}

/* Renderização isolada dos ícones sólidos — sem herança das classes outline */
.maven-contact-solid-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;width:100%!important;margin:0!important;align-content:start!important}
.maven-contact-solid-button{box-sizing:border-box!important;min-width:0!important;min-height:76px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:16px!important;border:1.5px solid rgba(209,173,59,.72)!important;border-radius:18px!important;background:#142435!important;color:#fff!important;text-decoration:none!important;font-size:16px!important;line-height:1.2!important;font-weight:700!important;transition:transform 160ms ease,border-color 160ms ease,background-color 160ms ease,box-shadow 160ms ease!important}
.maven-contact-solid-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 30px!important;width:30px!important;height:30px!important;color:#d1ad3b!important}
.maven-contact-solid-icon svg{display:block!important;width:30px!important;height:30px!important;fill:currentColor!important;stroke:none!important;stroke-width:0!important}
.maven-contact-solid-icon svg *{fill:currentColor!important;stroke:none!important;stroke-width:0!important}
.maven-contact-solid-label{min-width:0!important;white-space:nowrap!important}
.maven-contact-solid-button:hover{transform:translateY(-2px);background:#192c40!important;border-color:#e0bf58!important}
.maven-contact-solid-button--whatsapp:hover .maven-contact-solid-icon{color:#25d366!important}
.maven-contact-solid-button--instagram:hover .maven-contact-solid-icon{color:#e1306c!important}
.maven-contact-solid-button--linkedin:hover .maven-contact-solid-icon{color:#0077b5!important}
.maven-whatsapp-floating{position:fixed!important;bottom:20px!important;right:20px!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;padding:14px!important;border:0!important;border-radius:50%!important;background:#25d366!important;color:#fff!important;box-shadow:0 4px 10px rgba(0,0,0,.3)!important;z-index:999999!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}
.maven-whatsapp-floating svg,.maven-whatsapp-floating svg *{display:block!important;width:100%!important;height:100%!important;fill:currentColor!important;stroke:none!important;stroke-width:0!important}
@media(max-width:980px){.maven-contact-solid-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.maven-contact-solid-button:nth-child(-n+3){grid-column:span 2}.maven-contact-solid-button:nth-child(4){grid-column:2/span 2}.maven-contact-solid-button:nth-child(5){grid-column:4/span 2}}
@media(max-width:560px){.maven-contact-solid-grid{gap:10px!important}.maven-contact-solid-button{min-height:72px!important;flex-direction:column!important;gap:7px!important;padding:10px 6px!important;border-radius:15px!important;font-size:13px!important;text-align:center!important}.maven-contact-solid-icon{flex-basis:27px!important;width:27px!important;height:27px!important}.maven-contact-solid-icon svg{width:27px!important;height:27px!important}.maven-contact-solid-label{white-space:normal!important}}
@media(max-width:360px){.maven-contact-solid-button{min-height:68px!important;font-size:12px!important}.maven-contact-solid-icon,.maven-contact-solid-icon svg{width:24px!important;height:24px!important}}

/* Correção pontual: cores oficiais e widget isolado */
.maven-contact-solid-button--phone .maven-contact-solid-icon,.maven-contact-solid-button--email .maven-contact-solid-icon{color:#d1ad3b!important}
.maven-contact-solid-button--whatsapp:hover .maven-contact-solid-icon,.maven-contact-solid-button--whatsapp:active .maven-contact-solid-icon,.maven-contact-solid-button--whatsapp:focus-visible .maven-contact-solid-icon{color:#25d366!important}
.maven-contact-solid-button--instagram:hover .maven-contact-solid-icon,.maven-contact-solid-button--instagram:active .maven-contact-solid-icon,.maven-contact-solid-button--instagram:focus-visible .maven-contact-solid-icon{color:#e1306c!important}
.maven-contact-solid-button--linkedin:hover .maven-contact-solid-icon,.maven-contact-solid-button--linkedin:active .maven-contact-solid-icon,.maven-contact-solid-button--linkedin:focus-visible .maven-contact-solid-icon{color:#0077b5!important}
.maven-contact-solid-button .maven-contact-solid-icon svg,.maven-contact-solid-button .maven-contact-solid-icon svg *{fill:currentColor!important;stroke:none!important;stroke-width:0!important}
#floating-whatsapp-btn{box-sizing:border-box!important;position:fixed!important;bottom:80px!important;right:20px!important;z-index:999999!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:14px!important;border:0!important;border-radius:50%!important;background:#25d366!important;color:#fff!important;text-decoration:none!important;box-shadow:0 4px 10px rgba(0,0,0,.3)!important;overflow:visible!important}
#floating-whatsapp-btn svg,#floating-whatsapp-btn svg *{display:block!important;width:100%!important;height:100%!important;fill:currentColor!important;stroke:none!important;stroke-width:0!important}

/* Contatos v2 renderizados diretamente no HTML */
.maven-contact-actions-v2{display:flex!important;flex-wrap:wrap!important;gap:10px!important;justify-content:center!important}
.maven-contact-actions-v2 .btn-maven{background:#142435!important;color:#fff!important;border:1px solid #d1ad3b!important;padding:12px 20px!important;border-radius:10px!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:48px!important;box-sizing:border-box!important}
.maven-contact-actions-v2 .btn-maven i{font-size:1.2rem!important;line-height:1!important}
.maven-contact-actions-v2 .btn-phone i,.maven-contact-actions-v2 .btn-email i{color:#d1ad3b!important}
.maven-contact-actions-v2 .btn-wa:hover i,.maven-contact-actions-v2 .btn-wa:active i,.maven-contact-actions-v2 .btn-wa:focus-visible i{color:#25d366!important}
.maven-contact-actions-v2 .btn-ig:hover i,.maven-contact-actions-v2 .btn-ig:active i,.maven-contact-actions-v2 .btn-ig:focus-visible i{color:#e1306c!important}
.maven-contact-actions-v2 .btn-li:hover i,.maven-contact-actions-v2 .btn-li:active i,.maven-contact-actions-v2 .btn-li:focus-visible i{color:#0077b5!important}
#floating-whatsapp-btn{position:fixed!important;bottom:85px!important;right:20px!important;width:60px!important;height:60px!important;background-color:#25d366!important;color:#fff!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:32px!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important;z-index:999999!important;text-decoration:none!important;padding:0!important}
#floating-whatsapp-btn i{color:#fff!important;font-size:32px!important;line-height:1!important}
@media(max-width:560px){.maven-contact-actions-v2 .btn-maven{flex:1 1 calc(50% - 10px)!important;padding:12px 10px!important}}

/* Responsividade global do rodapé de contatos */
@media(min-width:1024px){.maven-contact-actions-v2{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;flex-wrap:nowrap!important}.maven-contact-actions-v2 .btn-maven{min-width:0!important;padding:12px 10px!important;font-size:12px!important}.maven-contact-actions-v2 .btn-maven span{min-width:0!important;overflow-wrap:anywhere!important}}
@media(min-width:768px) and (max-width:1023px){.maven-contact-actions-v2{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important}.maven-contact-actions-v2 .btn-maven:nth-child(-n+3){grid-column:span 2}.maven-contact-actions-v2 .btn-maven:nth-child(4){grid-column:2/span 2}.maven-contact-actions-v2 .btn-maven:nth-child(5){grid-column:4/span 2}.maven-contact-actions-v2 .btn-maven{min-width:0!important;padding:12px 8px!important}.maven-contact-actions-v2 .btn-maven span{overflow-wrap:anywhere!important}}
@media(max-width:767px){html,body{overflow-x:hidden!important}.maven-contact-actions-v2{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;width:100%!important}.maven-contact-actions-v2 .btn-maven{flex:0 0 auto!important;width:100%!important;min-width:0!important;justify-content:flex-start!important;overflow:hidden!important}.maven-contact-actions-v2 .btn-maven span{min-width:0!important;overflow-wrap:anywhere!important}}

.maven-contact-actions-v2{grid-column:1/-1!important;width:100%!important}
#floating-whatsapp-btn{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important}

/* Contatos sem molduras: SVGs oficiais preenchidos */
.maven-contact-actions-v2 .maven-contact-item,.maven-contact-item,.maven-contact-button{border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:5px 10px!important;color:#fff!important;text-decoration:none!important;min-width:0!important;box-sizing:border-box!important}
.maven-contact-actions-v2 .maven-contact-item:hover,.maven-contact-actions-v2 .maven-contact-item:active,.maven-contact-actions-v2 .maven-contact-item:focus-visible{border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;transform:none!important}
.maven-contact-item svg,.maven-contact-button svg{display:block!important;flex:0 0 28px!important;width:28px!important;height:28px!important;stroke:none!important;stroke-width:0!important;outline:none!important;fill:currentColor!important}
.maven-contact-item svg *,.maven-contact-button svg *{stroke:none!important;stroke-width:0!important;fill:currentColor!important}
.maven-contact-item--phone svg,.maven-contact-item--email svg{color:#d1ad3b!important}
.maven-contact-item--whatsapp svg{color:#25d366!important}
.maven-contact-item--instagram svg{color:#e4405f!important}
.maven-contact-item--linkedin svg{color:#0077b5!important}
#floating-whatsapp-btn svg,#floating-whatsapp-btn svg *{display:block!important;width:32px!important;height:32px!important;fill:#fff!important;stroke:none!important;stroke-width:0!important}
@media(min-width:1024px){.maven-contact-actions-v2 .maven-contact-item{width:100%!important;font-size:12px!important}.maven-contact-actions-v2 .maven-contact-item span{min-width:0!important;overflow-wrap:anywhere!important}}
@media(min-width:768px) and (max-width:1023px){.maven-contact-actions-v2 .maven-contact-item:nth-child(-n+3){grid-column:span 2}.maven-contact-actions-v2 .maven-contact-item:nth-child(4){grid-column:2/span 2}.maven-contact-actions-v2 .maven-contact-item:nth-child(5){grid-column:4/span 2}.maven-contact-actions-v2 .maven-contact-item span{min-width:0!important;overflow-wrap:anywhere!important}}
@media(max-width:767px){.maven-contact-actions-v2 .maven-contact-item{width:100%!important}.maven-contact-actions-v2 .maven-contact-item span{min-width:0!important;overflow-wrap:anywhere!important}}

/* Ajuste final de espaçamento e widget SVG nativo */
.maven-contact-actions-v2 .maven-contact-item,.maven-contact-item{display:inline-flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important;margin-right:20px!important;border:none!important;background:transparent!important;box-shadow:none!important}
.maven-contact-actions-v2 .maven-contact-item span{white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important}
#floating-whatsapp-btn{position:fixed!important;bottom:80px!important;right:25px!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;background-color:#25d366!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 14px rgba(0,0,0,.35)!important;z-index:999999!important;transition:transform .2s ease!important}
#floating-whatsapp-btn svg,#floating-whatsapp-btn svg *{display:block!important;width:32px!important;height:32px!important;fill:#fff!important;stroke:none!important;stroke-width:0!important}
@media(max-width:767px){.maven-contact-actions-v2 .maven-contact-item{margin-right:0!important}}



.mg-inner .hero, .mg-inner .p4hero, .mg-inner .v6hero, .mg-inner .p6hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,#061326 0%,#07162b 33%,rgba(7,22,43,.70) 54%,rgba(7,22,43,.22) 76%,rgba(7,22,43,.08) 100%),
    url('/assets/maven-hero-clean-20260812.webp') right center/cover no-repeat;
}

/* Remove somente os dois quadros que sobressaiam nos Heroes. */
.mg-inner .v6hero-bg,
.mg-inner .p6hero-bg,
.mg-inner .v6hero-visual,
.mg-inner .p6map{
  display:none!important;
}

/* Paginas internas: altura, imagem e alinhamento unificados. */
.mg-inner .hero,
.mg-inner .p4hero,
.mg-inner .v6hero,
.mg-inner .p6hero{
  height:680px;
  min-height:680px;
  max-height:680px;
  padding:120px 0 70px;
  display:flex;
  align-items:center;
}
.mg-inner .hero>.container,
.mg-inner .p4hero>.container,
.mg-inner .v6hero-grid,
.mg-inner .p6hero-grid{
  width:min(1180px,calc(100% - 40px));
  height:auto;
  min-height:0;
  margin-inline:auto;
  padding:0;
  display:block;
  position:relative;
  inset:auto;
}
.mg-inner .hero-content,
.mg-inner .p4hero>.container,
.mg-inner .v6hero-copy,
.mg-inner .p6hero-copy{
  width:min(640px,100%);
  max-width:640px;
  height:auto;
  min-height:0;
  margin:0;
  padding:0;
  position:relative;
  inset:auto;
  transform:none;
}
.mg-inner .v6hero-copy h1,
.mg-inner .p6hero-copy h1{
  font-size:clamp(52px,5.2vw,72px);
  line-height:1.02;
  margin:12px 0 20px;
}
.mg-inner .v6hero-copy p,
.mg-inner .p6hero-copy p{margin:0 0 24px}
.mg-inner .v6actions,
.mg-inner .p6actions{margin:0;display:flex;gap:12px;flex-wrap:wrap}

@media(max-width:980px){

  .mg-inner .hero,
  .mg-inner .p4hero,
  .mg-inner .v6hero,
  .mg-inner .p6hero{
    height:690px;
    min-height:690px;
    max-height:690px;
    padding:110px 0 60px;
    background:
      linear-gradient(180deg,rgba(4,15,31,.28) 0%,rgba(4,15,31,.48) 32%,#06162b 78%,#06162b 100%),
      url('/assets/maven-hero-clean-20260812.webp') 69% top/auto 390px no-repeat,
      #06162b;
  }
}

@media(max-width:640px){
  .mg-home .gateway-grid{margin-top:-54px}

  .mg-inner .hero,
  .mg-inner .p4hero,
  .mg-inner .v6hero,
  .mg-inner .p6hero{
    height:690px;min-height:690px;max-height:690px;
    padding:92px 0 46px;
    align-items:flex-end;
    background:
      linear-gradient(180deg,rgba(4,15,31,.20) 0%,rgba(4,15,31,.46) 30%,#06162b 72%,#06162b 100%),
      url('/assets/maven-hero-clean-20260812.webp') 69% top/auto 310px no-repeat,
      #06162b;
  }
  .mg-inner .hero>.container,
  .mg-inner .p4hero>.container,
  .mg-inner .v6hero-grid,
  .mg-inner .p6hero-grid{width:calc(100% - 28px)}
  .mg-inner .hero-content,
  .mg-inner .p4hero>.container,
  .mg-inner .v6hero-copy,
  .mg-inner .p6hero-copy{width:100%;max-width:none}
  .mg-inner .v6hero-copy h1,
  .mg-inner .p6hero-copy h1{font-size:clamp(38px,10.5vw,46px);margin:9px 0 16px}
  .mg-inner .v6actions,
  .mg-inner .p6actions{display:grid;grid-template-columns:1fr;gap:10px}
  .mg-inner .v6btn,
  .mg-inner .p6btn{width:100%;min-height:48px}
}




/* HERO_ALL_PAGES_FIXED_SUPPLEMENT_20260813 */
/* Prioridade final contra espacamentos antigos das familias p4, v6 e p6. */
@media(min-width:981px){
  .mg-inner .hero,
  .mg-inner .p4hero,
  .mg-inner .v6hero,
  .mg-inner .p6hero{height:720px!important;min-height:720px!important;max-height:720px!important}
}
@media(min-width:641px) and (max-width:980px){
  .mg-inner .hero,
  .mg-inner .p4hero,
  .mg-inner .v6hero,
  .mg-inner .p6hero{height:720px!important;min-height:720px!important;max-height:720px!important}
}
@media(max-width:640px){
  .mg-inner .hero,
  .mg-inner .p4hero,
  .mg-inner .v6hero,
  .mg-inner .p6hero{height:760px!important;min-height:760px!important;max-height:760px!important}
}
.mg-inner .v6hero-grid,
.mg-inner .p6hero-grid{
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  display:block!important;
  align-items:initial!important;
}
.mg-inner .v6hero-copy,
.mg-inner .p6hero-copy{
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  inset:auto!important;
  transform:none!important;
}



/* HOME — quadros Para empresas e Para fabricantes após a Hero */
body.mg-home .gateway-grid{
  margin-top:0!important;
}


/* QUEM SOMOS — Nosso Papel em iPad de 992px a 1100px */
@media (min-width:992px) and (max-width:1100px){
  body.mg-inner .role-section .role-wrap{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  body.mg-inner .role-section .role-heading h2{
    font-size:36px!important;
    line-height:1.1!important;
  }
}

/* Maven homepage hero: canonical responsive architecture — 2026-08-13 */
body.mg-home .hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  height: auto;
  min-height: 1040px;
  max-height: none;
  padding: 120px 0 110px;
  align-items: flex-start;
  background: linear-gradient(90deg,#061326 0%,#07162b 33%,rgba(7,22,43,.70) 54%,rgba(7,22,43,.22) 76%,rgba(7,22,43,.08) 100%), url('/assets/maven-hero-clean-20260812.webp') right center / cover no-repeat;
}
body.mg-home .hero-content {
  position: relative;
  z-index: 2;
  width: 640px;
  max-width: 640px;
  height: 730px;
  display: grid;
  grid-template-rows: 20px 520px 125px 52px auto;
  row-gap: 14px;
  align-content: start;
}
body.mg-home .hero .eyebrow,
body.mg-home .hero h1,
body.mg-home .hero p,
body.mg-home .hero .actions { margin: 0; min-width: 0; }
body.mg-home .hero-stats {
  position: static;
  inset: auto;
  width: 100%;
  margin: 28px 0 0;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (min-width: 1200px) {
  html[lang='pt-BR'] body.mg-home .hero h1 { font-size: 70px; }
  html[lang='es'] body.mg-home .hero h1,
  html[lang^='es-'] body.mg-home .hero h1 { font-size: 70px; }
}
@media (min-width: 641px) and (max-width: 991px) {
  body.mg-home .hero {
    height: 760px;
    min-height: 760px;
    max-height: 760px;
    padding: 116px 0 120px;
    align-items: flex-start;
    background: linear-gradient(rgba(6,19,38,.74),rgba(6,19,38,.74)), url('/assets/maven-hero-clean-20260812.webp') 69% top / auto 390px no-repeat, #06162b;
  }
  body.mg-home .hero-content {
    width: 100%;
    max-width: none;
    height: 524px;
    padding: 34px 0 0;
    grid-template-rows: 16px 180px 72px 47px 64px;
    row-gap: 14px;
  }
  body.mg-home .hero h1 { max-width: 520px; font-size: 44px; }
  html[lang='es'] body.mg-home .hero h1,
  html[lang^='es-'] body.mg-home .hero h1 { font-size: 42px; }
  body.mg-home .hero p { font-size: 16px; line-height: 1.5; }
  body.mg-home .hero .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  body.mg-home .hero-stats { grid-row: 5; align-self: end; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
}
@media (max-width: 640px) {
  body.mg-home .hero {
    height: auto;
    min-height: 1040px;
    max-height: none;
    padding: 92px 0;
    align-items: flex-start;
    background: linear-gradient(rgba(6,19,38,.74),rgba(6,19,38,.74)), url('/assets/maven-hero-clean-20260812.webp') 69% top / auto 390px no-repeat, #06162b;
  }
  body.mg-home .hero-content {
    width: 100%;
    max-width: none;
    height: 816px;
    padding: 145px 0 0;
    grid-template-rows: auto auto auto auto auto;
    grid-auto-rows: auto;
    row-gap: 14px;
  }
  body.mg-home .hero h1 { font-size: clamp(35px,10.5vw,42px); line-height: 1.04; }
  html[lang='es'] body.mg-home .hero h1,
  html[lang^='es-'] body.mg-home .hero h1 { font-size: clamp(33px,9.7vw,39px); }
  html[lang^='zh'] body.mg-home .hero h1 { font-size: 42px; }
  body.mg-home .hero p { font-size: 16px; line-height: 1.55; }
  body.mg-home .hero .actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  body.mg-home .hero .btn { width: 100%; min-height: 48px; }
  body.mg-home .hero-stats { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
}

/* Mobile structural correction 2026-08-14 */
@media (max-width:767px){
  .msf-wrap{display:flex!important;flex-direction:column!important;gap:24px!important;width:100%!important;max-width:100%!important;padding:0 20px!important;box-sizing:border-box!important}
  .msf-wrap>.msf-brand,.msf-wrap>.maven-contact-actions-v2,.msf-wrap>.msf-address{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;margin:0!important;grid-column:auto!important}
  .msf-wrap>.maven-contact-actions-v2{display:flex!important}
  .msf-brand strong,.msf-brand span,.msf-copy,.msf-address,.msf-address *{word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;white-space:normal!important}
  .msf-bottom{width:100%!important;box-sizing:border-box!important;padding-left:20px!important;padding-right:20px!important}
  .seo-language-nav{position:fixed!important;top:8px!important;right:8px!important;left:auto!important;width:auto!important;max-width:calc(100vw - 118px)!important;justify-content:flex-end!important;z-index:1002!important}
  .seo-language-nav a{min-width:0!important;padding-left:5px!important;padding-right:5px!important;font-size:10px!important;white-space:nowrap!important}
  .mg-logo img{width:112px!important;height:auto!important;max-height:92px!important;object-fit:contain!important}
  .mg-menu-toggle{right:16px!important;top:58px!important}
}
