.proof{background:#fff;border-bottom:1px solid var(--line);overflow:hidden}
.proof-stats{padding:52px 7vw;display:grid;grid-template-columns:auto auto 1fr;gap:55px;align-items:center;border-bottom:1px solid var(--line)}
.proof-stats>div{display:flex;align-items:center;gap:14px}
.proof-stats strong{font:700 58px/1 "Space Grotesk";letter-spacing:-.06em;color:var(--red)}
.proof-stats span{font-size:13px;font-weight:800;line-height:1.3;text-transform:uppercase;letter-spacing:.05em}
.proof-stats p{max-width:500px;justify-self:end;color:var(--muted);font-size:14px;line-height:1.7}
.clients-heading{text-align:center;padding:28px 20px 8px;color:#8b8e94;font-size:10px;font-weight:800;letter-spacing:.18em}
.clients-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.clients-track{width:max-content;display:flex;align-items:center;gap:68px;padding:27px 34px 40px;animation:clientScroll 40s linear infinite}
.clients-track:hover{animation-play-state:paused}
.clients-track img{width:145px;height:68px;object-fit:contain;filter:grayscale(1);opacity:.62;transition:.25s}
.clients-track img:hover{filter:none;opacity:1}
@keyframes clientScroll{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.clients-track{animation:none}}
@media(max-width:700px){.proof-stats{grid-template-columns:1fr 1fr;gap:26px;padding:38px 6vw}.proof-stats p{grid-column:1/-1;justify-self:start;margin:0}.proof-stats strong{font-size:45px}.proof-stats>div{align-items:flex-start;flex-direction:column;gap:6px}.clients-track{gap:42px}.clients-track img{width:115px;height:58px}}

/* Contraste da marca sobre as áreas escuras */
.topbar .brand{display:flex;align-items:center;background:#fff;padding:4px 12px;border-radius:6px;box-shadow:0 3px 18px rgba(0,0,0,.18)}
.topbar .brand img{width:190px;height:48px}
footer .footer-brand img{background:#fff;padding:8px 12px;border-radius:6px;width:220px}

/* O diagrama orbital é útil no desktop, mas foi removido no celular para evitar cortes */
@media(max-width:900px){
  .hero-visual{display:none}
  .hero{display:block;min-height:auto;padding-bottom:82px}
  .topbar .brand{padding:3px 9px}
  .topbar .brand img{width:160px;height:42px}
}

.product-icon{position:absolute;right:30px;top:30px;width:50px;height:50px;border-radius:12px;display:grid;place-items:center;background:#f1f2f4;color:var(--red)}
.product-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.featured .product-icon{background:rgba(255,255,255,.16);color:#fff}
.product .badge{margin-top:48px}
.consulting-photo{position:relative;margin:45px 0 30px;min-height:360px;overflow:hidden;background:#111}
.consulting-photo img{display:block;width:100%;height:420px;object-fit:cover}
.consulting-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.42),transparent 55%)}
.consulting-photo figcaption{position:absolute;left:28px;bottom:25px;z-index:2;color:#fff;font:600 18px "Space Grotesk";max-width:260px}
@media(max-width:600px){.product-icon{width:44px;height:44px;right:24px;top:24px}.consulting-photo{min-height:260px}.consulting-photo img{height:300px}.consulting-photo figcaption{font-size:16px;left:20px;bottom:18px}}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.arrow-icon,.link-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.link-icon{width:16px;height:16px;vertical-align:-3px;margin-left:5px;transition:transform .25s ease}
.product a:hover .link-icon{transform:translateX(5px)}
.whatsapp svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.product-icon{transition:transform .35s ease,background .35s ease}
.product:hover .product-icon{transform:translateY(-4px) rotate(-4deg) scale(1.06)}
.core{animation:coreFloat 4s ease-in-out infinite}
.f1{animation:floatOne 4.7s ease-in-out infinite}.f2{animation:floatTwo 5.2s ease-in-out infinite}.f3{animation:floatThree 4.4s ease-in-out infinite}
@keyframes coreFloat{50%{transform:translate(-50%,-53%) scale(1.025)}}
@keyframes floatOne{50%{transform:translateY(-8px)}}@keyframes floatTwo{50%{transform:translateY(8px)}}@keyframes floatThree{50%{transform:translateY(-6px)}}
@media(prefers-reduced-motion:reduce){.core,.f1,.f2,.f3{animation:none}.product-icon,.link-icon{transition:none}}

/* Identidade visual por categoria sem sair da paleta MWP */
.products .product:nth-child(2){--accent:#d71920;--tint:#fff6f6}
.products .product:nth-child(3){--accent:#8f1720;--tint:#fff8f8}
.products .product:nth-child(4){--accent:#e33a40;--tint:#fff7f7}
.products .product:nth-child(5){--accent:#25272d;--tint:#f7f7f8}
.products .product:nth-child(6){--accent:#b5121b;--tint:#fff7f7}
.products .product:not(.featured){background:linear-gradient(145deg,#fff 48%,var(--tint) 100%)}
.products .product:not(.featured):before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent);transform:scaleY(.18);transform-origin:top;transition:transform .35s ease}
.products .product:not(.featured):hover:before{transform:scaleY(1)}
.products .product:not(.featured) .num{color:var(--accent);font-weight:800}
.products .product:not(.featured) .badge{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--accent) 22%,transparent)}
.products .product:not(.featured) .product-icon{background:var(--tint);color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 18%,transparent)}
.products .product:not(.featured)>a{color:var(--accent)}
@media(max-width:600px){.products .product:not(.featured):before{width:5px;transform:scaleY(1)}.products .product:not(.featured) .badge{padding:7px 12px}}
.social-link{display:flex;flex-direction:row;align-items:center;gap:9px;width:max-content}
.social-link svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease,color .25s ease}
.social-link:hover svg{transform:translateY(-2px)}
.social-link.instagram:hover svg{color:#ed1c24}
.social-link.linkedin:hover svg{color:#4b83c3}
.social-dot{fill:currentColor;stroke:none}
.cta h2 span{color:#fff}
.cta .eyebrow{color:rgba(255,255,255,.82)}

/* Clientes: título com presença e marcas sempre visíveis */
.clients-heading{position:relative;padding:38px 20px 18px;color:#191b20;font-size:13px;font-weight:800;letter-spacing:.16em}
.clients-heading:before{content:"";display:block;width:44px;height:4px;margin:0 auto 17px;background:var(--red);border-radius:4px}
.clients-track:hover{animation-play-state:running}
.clients-track img,.clients-track img:hover{filter:none;opacity:1;pointer-events:none}
@media(max-width:600px){.clients-heading{padding:32px 30px 14px;font-size:12px;line-height:1.6}.clients-heading:before{margin-bottom:13px}}

/* Ecossistema: pilares visuais em vez de um bloco longo de texto */
.ecosystem-copy{align-self:end}
.ecosystem-copy>p{margin:0 0 28px}
.ecosystem-points{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.eco-pill{display:flex;align-items:center;gap:10px;min-width:0;padding:13px 12px;border:1px solid #e3e4e7;border-radius:12px;background:#fff;color:#17191e;font-size:12px;font-weight:800;letter-spacing:.03em;box-shadow:0 9px 25px rgba(18,20,24,.05)}
.eco-pill svg{width:21px;height:21px;flex:none;fill:none;stroke:var(--red);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Serviços RPPS: ícones e benefícios substituem a numeração */
.rpps-list .rpps-item{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #292b30;font:inherit}
.rpps-list .rpps-icon{width:50px;height:50px;margin:0;display:grid;place-items:center;border-radius:14px;background:rgba(237,28,36,.12);color:#ef343b;transition:.3s ease}
.rpps-list .rpps-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rpps-list .rpps-text{display:block;margin:0}
.rpps-list strong{display:block;color:#fff;font:600 20px/1.2 "Space Grotesk"}
.rpps-list small{display:block;margin-top:6px;color:#95989f;font-size:13px;line-height:1.45}
.rpps-list .rpps-item:hover .rpps-icon{background:var(--red);color:#fff;transform:translateX(4px)}
@media(max-width:700px){
  .ecosystem-points{grid-template-columns:1fr}
  .eco-pill{padding:14px}
  .rpps-list .rpps-item{grid-template-columns:48px 1fr;gap:15px;padding:18px 0}
  .rpps-list .rpps-icon{width:46px;height:46px}
  .rpps-list strong{font-size:18px}
}

/* Reconhecimento: tratamento de selo institucional */
.trust .seal{position:relative;overflow:hidden;padding:38px 34px;border:0;border-radius:18px;background:linear-gradient(145deg,#111318,#050607);color:#fff;box-shadow:14px 14px 0 #f0f1f3}
.trust .seal:after{content:"";position:absolute;width:190px;height:190px;right:-80px;top:-90px;border:1px solid rgba(237,28,36,.28);border-radius:50%;box-shadow:0 0 0 28px rgba(237,28,36,.05),0 0 0 58px rgba(237,28,36,.03)}
.totum-seal{position:relative;z-index:1;flex:0 0 165px;width:165px;height:165px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.35));transition:transform .35s ease}
.trust .seal:hover .totum-seal{transform:scale(1.04) rotate(-2deg)}
.seal-badge{position:relative;z-index:1;flex:0 0 112px;text-align:center}
.seal-badge-ring{width:104px;height:104px;margin:auto;border:3px solid var(--red);border-radius:50%;display:grid;place-content:center;justify-items:center;background:#fff;color:#111318;box-shadow:0 0 0 6px #111318,0 0 0 8px var(--red)}
.seal-badge-ring svg{width:32px;height:32px;fill:none;stroke:var(--red);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.seal-badge-ring b{margin-top:3px;font:800 14px "Space Grotesk";letter-spacing:.08em}
.seal-badge>span{display:inline-block;margin-top:-8px;padding:6px 9px;border-radius:3px;background:var(--red);color:#fff;font-size:8px;font-weight:900;letter-spacing:.12em;box-shadow:0 5px 14px rgba(0,0,0,.3)}
.seal-content{position:relative;z-index:1}
.trust .seal small{color:#aeb1b8}
.trust .seal strong{color:#fff;font-size:28px}
.trust .seal p{color:#b5b8be}

/* Cards de soluções sem numeração */
.products .num{display:none}
.products .product .badge{margin-top:48px}

/* Consultoria: cards expansíveis com detalhamento sob demanda */
.consulting .service-list{gap:0 28px}
.consulting .service-item{padding:0;border-top:1px solid #ced1d6}
.consulting .service-item:nth-child(even){border-left:1px solid #ced1d6;padding-left:28px}
.service-item summary{display:grid;grid-template-columns:46px 1fr 22px;gap:14px;align-items:center;min-height:132px;padding:22px 0;cursor:pointer;list-style:none}
.service-item summary::-webkit-details-marker{display:none}
.service-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#fff;color:var(--red);box-shadow:0 8px 22px rgba(17,18,23,.08)}
.service-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.service-heading b{display:block;font:600 18px/1.25 "Space Grotesk"}
.service-heading em{display:block;margin-top:7px;color:var(--muted);font-size:13px;font-style:normal;line-height:1.5}
.service-toggle{position:relative;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 4px 14px rgba(17,18,23,.08)}
.service-toggle:before,.service-toggle:after{content:"";position:absolute;left:6px;right:6px;top:10px;height:2px;background:var(--red);transition:transform .25s ease}
.service-toggle:after{transform:rotate(90deg)}
.service-item[open] .service-toggle:after{transform:rotate(0)}
.service-item[open] .service-icon{background:var(--red);color:#fff}
.service-item ul{margin:-4px 0 24px 60px;padding:0;list-style:none}
.service-item li{position:relative;padding:7px 0 7px 18px;color:#555a63;font-size:14px;line-height:1.45}
.service-item li:before{content:"";position:absolute;left:0;top:14px;width:6px;height:6px;border-radius:50%;background:var(--red)}
@media(max-width:600px){
  .trust .seal{align-items:center;padding:28px 22px;gap:20px}
  .totum-seal{flex-basis:112px;width:112px;height:112px}
  .seal-badge{flex-basis:84px}
  .seal-badge-ring{width:78px;height:78px;box-shadow:0 0 0 4px #111318,0 0 0 6px var(--red)}
  .seal-badge-ring svg{width:24px;height:24px}
  .seal-badge-ring b{font-size:11px}
  .seal-badge>span{font-size:6px;padding:5px 6px}
  .trust .seal strong{font-size:23px}
  .consulting .service-list{display:block;margin-top:45px}
  .consulting .service-item:nth-child(even){border-left:0;padding-left:0}
  .service-item summary{grid-template-columns:44px 1fr 22px;gap:12px;min-height:125px;padding:19px 0}
  .service-heading b{font-size:17px}
  .service-item ul{margin:0 0 22px 56px}
}
