:root{--purple:#280b4c;--magenta:#e91e63;--green:#2ecc71;--ink:#201827;--paper:#f7f4f8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}.top{height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:#10051b;color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.12)}.top img{width:132px}.top nav{display:flex;gap:26px;font-size:12px;font-weight:700}.top .cta{background:var(--magenta);padding:13px 18px}.article-hero{padding:90px 6vw 54px;background:linear-gradient(135deg,#0a050e,#280b4c);color:#fff}.crumb{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#c5b6cc}.article-hero h1{font-size:clamp(48px,7.3vw,104px);line-height:.92;letter-spacing:-.065em;max-width:1150px;margin:32px 0}.dek{max-width:760px;color:#cfc4d4;font-size:18px;line-height:1.65}.meta{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:34px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#b5a8bc}.meta b{color:var(--green)}.cover{width:100%;height:min(57vw,690px);object-fit:cover;display:block;background:#09030f}.article-shell{max-width:1180px;margin:0 auto;padding:78px 5vw;display:grid;grid-template-columns:220px minmax(0,760px);gap:70px}.toc{position:sticky;top:110px;align-self:start;border-top:2px solid var(--green);padding-top:18px}.toc small{font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--purple)}.toc a{display:block;font-size:12px;line-height:1.4;color:#6f6474;margin-top:14px}.prose{font-size:18px;line-height:1.78}.prose .lead{font-size:24px;line-height:1.55;color:var(--purple);font-weight:600}.prose h2{font-size:clamp(32px,4vw,52px);line-height:1.04;letter-spacing:-.05em;color:var(--purple);margin:65px 0 20px}.prose ul{background:#fff;border-left:5px solid var(--green);padding:28px 34px 28px 52px}.prose li{margin:10px 0}.note{margin:60px 0;padding:32px;background:#280b4c;color:#fff;font-size:22px;line-height:1.5}.author{margin-top:70px;padding-top:28px;border-top:1px solid #d8d1db;display:flex;gap:20px;align-items:center}.avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--magenta);color:#fff;font-weight:800}.author p{margin:4px 0;color:#6f6474;font-size:14px}.related{padding:80px 6vw;background:#fff}.related h2{font-size:42px;color:var(--purple)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd5df}.related a{background:var(--paper);padding:25px;min-height:180px;display:flex;flex-direction:column}.related small{color:var(--magenta);font-weight:800}.related b{font-size:20px;line-height:1.2;margin-top:20px;color:var(--purple)}.related span{margin-top:auto;font-size:11px}.bottom-cta{text-align:center;padding:90px 6vw;background:var(--magenta);color:#fff}.bottom-cta h2{font-size:clamp(40px,6vw,78px);letter-spacing:-.055em;margin:0 0 28px}.bottom-cta a{display:inline-block;background:var(--purple);padding:17px 24px;font-weight:800}.foot{padding:32px 6vw;background:#0a050e;color:#a99caf;display:flex;justify-content:space-between;font-size:12px}@media(max-width:800px){.top nav{display:none}.article-hero{padding-top:65px}.article-shell{grid-template-columns:1fr;padding-top:50px}.toc{position:static}.cover{height:62vw}.related-grid{grid-template-columns:1fr}.foot{flex-direction:column;gap:12px}}.top{min-height:86px;height:auto;padding:0 5.5vw;display:grid;grid-template-columns:170px minmax(0,1fr) auto;gap:28px}.top .brand{display:flex;align-items:center}.top img{width:152px;display:block}.top nav{display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.7vw,27px);font-size:11px;white-space:nowrap}.top nav a{position:relative;padding:34px 0 31px}.top nav a:after{content:"";position:absolute;left:0;right:0;bottom:23px;height:2px;background:var(--magenta);transform:scaleX(0);transition:transform .2s ease}.top nav a:hover:after,.top nav a.active:after{transform:scaleX(1)}.top .cta{font-weight:700;white-space:nowrap}@media(max-width:980px){.top{grid-template-columns:1fr auto;padding:12px 5vw 0;gap:10px 20px}.top img{width:130px}.top nav{display:flex;grid-column:1/-1;grid-row:2;justify-content:flex-start;gap:22px;overflow-x:auto;padding:0 0 11px;scrollbar-width:none}.top nav::-webkit-scrollbar{display:none}.top nav a{padding:8px 0}.top nav a:after{bottom:1px}.top .cta{padding:11px 14px;font-size:11px}}.faq-block{margin-top:65px}.faq-block h2{margin-bottom:24px}.faq-block details{border-top:1px solid #d8d1db;padding:20px 0}.faq-block details:last-child{border-bottom:1px solid #d8d1db}.faq-block summary{cursor:pointer;font-weight:750;color:var(--purple);font-size:18px}.faq-block details p{color:#6f6474;font-size:16px;margin:14px 0 0}.service-route{margin:38px 0 0;padding:24px 26px;background:#fff;border-left:5px solid var(--magenta);font-size:16px}.service-route a{display:block;margin-top:8px;color:var(--purple);font-weight:800}
:root{--shell-bg:#12051f;--shell-bg-2:#09040e;--shell-pink:#ef1760;--shell-green:#2ecc71}
html,body{margin:0}
.site-shell-header{min-height:86px;padding:0 5.5vw;display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;gap:28px;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(18,5,31,.94);backdrop-filter:blur(18px);color:#fff;position:sticky;top:0;z-index:100}
.site-shell-header a{color:inherit;text-decoration:none}.site-shell-brand{display:flex;align-items:center}.site-shell-brand img{display:block;width:152px;height:auto}.site-shell-nav{display:flex;align-items:center;justify-content:center;gap:clamp(13px,1.55vw,25px);font-size:11px;font-weight:750;white-space:nowrap}.site-shell-nav a{position:relative;padding:35px 0 32px}.site-shell-nav a:after{content:"";position:absolute;left:0;right:0;bottom:24px;height:2px;background:var(--shell-pink);transform:scaleX(0);transition:transform .2s ease}.site-shell-nav a:hover:after,.site-shell-nav a.active:after{transform:scaleX(1)}.site-shell-cta{padding:14px 20px;background:var(--shell-pink);font-size:12px;font-weight:800;white-space:nowrap}
.global-footer{padding:30px 5.5vw 18px;background:var(--shell-bg-2);color:#fff;display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;gap:24px 36px;border-top:1px solid rgba(255,255,255,.1);font-family:'Inter',sans-serif}.global-footer a{color:inherit;text-decoration:none}.global-footer-brand img{display:block;width:130px;height:auto}.global-footer-nav,.global-footer-social{display:flex;align-items:center;gap:clamp(13px,1.7vw,26px);font-size:11px;font-weight:700;white-space:nowrap}.global-footer-nav{justify-content:center}.global-footer-social a{color:#d8cddd}.global-footer-social a:hover,.global-footer-nav a:hover{color:#fff}.global-footer-bottom{grid-column:1/-1;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#96899e;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.global-footer-bottom a{color:#fff}
@media(max-width:1100px){.site-shell-header{grid-template-columns:145px minmax(0,1fr) auto;gap:18px}.site-shell-brand img{width:132px}.site-shell-nav{gap:13px;font-size:11px}.site-shell-cta{padding:12px 15px;font-size:11px}.global-footer{grid-template-columns:140px 1fr}.global-footer-social{grid-column:1/-1;justify-content:center}}
@media(max-width:900px){.site-shell-header{grid-template-columns:1fr auto;padding:12px 5vw 0;gap:10px 20px}.site-shell-brand img{width:128px}.site-shell-nav{display:flex;grid-column:1/-1;grid-row:2;justify-content:flex-start;gap:22px;overflow-x:auto;padding:0 0 11px;scrollbar-width:none}.site-shell-nav::-webkit-scrollbar{display:none}.site-shell-nav a{padding:8px 0}.site-shell-nav a:after{bottom:1px}.global-footer{grid-template-columns:1fr;padding:26px 5vw 16px}.global-footer-brand img{width:120px}.global-footer-nav,.global-footer-social{grid-column:1;justify-content:flex-start;flex-wrap:wrap}.global-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}
@media(max-width:520px){.site-shell-cta{padding:11px 12px}.site-shell-nav{font-size:11px}.global-footer-nav{gap:14px}.global-footer-social{gap:16px}}

/* Alinhamento óptico do arquivo de logo, que possui uma tela quadrada transparente */
.site-shell-brand{width:160px;height:56px;overflow:hidden;align-self:center}.site-shell-brand img{width:160px!important;max-width:none!important;transform:translate(-6.5%,-26.5%)}
.global-footer-brand{display:block;width:138px;height:49px;overflow:hidden}.global-footer-brand img{width:138px!important;max-width:none!important;transform:translate(-6.5%,-26.5%)}
.service-page .site-shell-header{background:linear-gradient(100deg,rgba(18,5,31,.98),rgba(72,8,78,.96) 58%,rgba(146,17,81,.92));box-shadow:0 10px 36px rgba(36,4,45,.24)}

/* Rodapé orientado a contato */
.global-footer-contact,.global-footer-social{display:flex;align-items:center;gap:clamp(13px,1.7vw,26px);font-size:11px;font-weight:700;white-space:nowrap}.global-footer-contact{justify-content:center}.global-footer-contact a,.global-footer-social a{color:#d8cddd}.global-footer-contact a:hover,.global-footer-social a:hover{color:#fff}

/* WhatsApp flutuante global */
.global-whatsapp{position:fixed;right:22px;bottom:22px;z-index:180;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 14px 36px rgba(0,0,0,.34);transition:transform .2s ease,box-shadow .2s ease}.global-whatsapp:hover,.global-whatsapp:active{transform:translateY(-3px) scale(1.04);box-shadow:0 18px 42px rgba(0,0,0,.4)}.global-whatsapp:before{content:"";width:31px;height:31px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M16.04 3A12.86 12.86 0 0 0 5.2 22.8L3.5 29l6.36-1.67A12.9 12.9 0 1 0 16.04 3Zm0 23.6c-1.9 0-3.75-.5-5.38-1.44l-.38-.22-3.78.99 1.01-3.68-.25-.4a10.73 10.73 0 1 1 8.78 4.75Zm5.89-8.04c-.32-.16-1.9-.94-2.2-1.04-.29-.11-.5-.16-.72.16-.21.32-.82 1.04-1.01 1.26-.18.21-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.59a9.64 9.64 0 0 1-1.78-2.21c-.19-.32-.02-.5.14-.66.15-.14.32-.37.48-.56.16-.18.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.54-.72-.55h-.61c-.21 0-.56.08-.85.4-.29.32-1.12 1.1-1.12 2.67s1.15 3.1 1.31 3.31c.16.21 2.26 3.45 5.47 4.84.77.33 1.36.53 1.83.68.77.24 1.46.21 2.01.13.62-.09 1.9-.78 2.17-1.53.27-.75.27-1.39.19-1.52-.08-.14-.29-.22-.61-.38Z'/%3E%3C/svg%3E")}

/* Consentimento e política */
.cookie-banner{position:fixed;left:24px;right:24px;bottom:22px;z-index:250;max-width:1120px;margin:auto;padding:20px 22px;background:rgba(9,4,14,.97);color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 70px rgba(0,0,0,.48);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}.cookie-banner[hidden]{display:none}.cookie-copy strong{display:block;margin-bottom:5px;font-size:15px}.cookie-copy p{margin:0;color:#cbbfd2;font-size:12px;line-height:1.55}.cookie-copy a{color:#fff;text-decoration:underline}.cookie-actions{display:flex;align-items:center;gap:9px}.cookie-actions button{border:1px solid rgba(255,255,255,.35);padding:11px 14px;background:transparent;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.cookie-actions .cookie-accept{border-color:var(--shell-pink);background:var(--shell-pink)}
.privacy-page{background:#f7f4f8;color:#201827;font-family:'Inter',sans-serif}.privacy-hero{position:relative;isolation:isolate;overflow:hidden;min-height:560px;padding-top:76px!important;padding-bottom:76px!important;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);grid-template-rows:auto auto auto;column-gap:clamp(48px,7vw,120px);align-content:center;background:radial-gradient(circle at 82% 44%,rgba(239,23,96,.22),transparent 24%),linear-gradient(135deg,#09040e,#2b0d4b);color:#fff}.privacy-hero>*{grid-column:1;position:relative;z-index:2}.privacy-hero small{color:#2ecc71;font-weight:800;text-transform:uppercase;letter-spacing:.15em}.privacy-hero h1{max-width:780px;margin:22px 0;font-size:clamp(52px,6.3vw,96px);line-height:.92;letter-spacing:-.065em}.privacy-hero p{max-width:660px;margin:0;color:#cbbfd2;font-size:17px;line-height:1.65}.privacy-hero:before{content:"";grid-column:2;grid-row:1/4;align-self:center;justify-self:center;width:min(36vw,470px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.22),transparent 9%),radial-gradient(circle at 48% 42%,#ef1760 0 8%,#8d176e 30%,#341458 58%,#0b0613 77%);border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 42px rgba(239,23,96,.08),0 0 0 84px rgba(46,204,113,.045),0 36px 100px rgba(0,0,0,.48),inset -30px -34px 55px rgba(0,0,0,.42);animation:privacy-orb-pulse 4.8s ease-in-out infinite;z-index:1}.privacy-hero:after{content:"DADOS  •  ESCOLHAS  •  TRANSPARÊNCIA";grid-column:2;grid-row:1/4;align-self:center;justify-self:center;width:min(29vw,380px);aspect-ratio:1;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800;letter-spacing:.18em;text-align:center;z-index:2}.privacy-content{width:min(1120px,calc(100% - (2 * var(--elevix-gutter))));max-width:none;margin:0 auto 0 var(--elevix-gutter);padding:75px 0 100px}.privacy-content h2{margin:55px 0 14px;color:#280b4c;font-size:clamp(28px,4vw,44px);letter-spacing:-.04em}.privacy-content p,.privacy-content li{line-height:1.75;color:#62596a}.privacy-content a{color:#9a1450;text-decoration:underline}.privacy-content .privacy-note{max-width:920px;padding:22px 24px;background:#fff;border-left:5px solid #2ecc71}@keyframes privacy-orb-pulse{0%,100%{transform:scale(.97);filter:saturate(.95)}50%{transform:scale(1.025);filter:saturate(1.18)}}
@media(max-width:900px){.privacy-hero{min-height:auto;display:block;padding-top:64px!important;padding-bottom:70px!important}.privacy-hero h1{max-width:760px;font-size:clamp(46px,12vw,74px)}.privacy-hero p{font-size:15px}.privacy-hero:before{display:block;width:min(76vw,380px);margin:58px auto 18px}.privacy-hero:after{position:absolute;left:50%;bottom:calc(70px + min(38vw,190px));width:min(61vw,305px);transform:translate(-50%,50%)}.privacy-content{width:calc(100% - (2 * var(--elevix-gutter)));margin:0 auto;padding-top:52px}}
@media(max-width:1050px) and (min-width:901px){.privacy-hero{grid-template-columns:minmax(0,1fr) 300px;column-gap:30px;min-height:520px}.privacy-hero h1{font-size:clamp(54px,6.7vw,72px)}.privacy-hero p{font-size:15px}.privacy-hero:before{width:300px}.privacy-hero:after{width:244px;font-size:11px}.privacy-content{width:min(900px,calc(100% - (2 * var(--elevix-gutter))))}}

/* Índice do Blog: capas reais formam a abertura editorial. */
.blog-hero{min-height:680px!important;padding-top:76px!important;padding-bottom:76px!important;display:grid!important;grid-template-columns:minmax(0,1.22fr) minmax(390px,.78fr);grid-template-rows:auto auto auto;column-gap:clamp(40px,4.5vw,78px);align-content:center!important;overflow:hidden}.blog-hero:after{right:3vw!important;top:12%!important;width:min(43vw,620px)!important;opacity:.55}.blog-hero>.eyebrow,.blog-hero>h1,.blog-hero>p{grid-column:1;position:relative;z-index:3}.blog-hero h1{max-width:780px!important;margin-bottom:32px!important;font-size:clamp(64px,6.25vw,96px)!important}.blog-hero>p:last-of-type{max-width:680px}.blog-hero-visual{grid-column:2;grid-row:1/4;align-self:center;position:relative;height:min(34vw,510px);min-height:430px;z-index:2;perspective:1200px}.blog-hero-card{position:absolute;margin:0;overflow:hidden;background:#11081a;border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 70px rgba(0,0,0,.42);transform-origin:center;animation:blog-card-float 6s ease-in-out infinite}.blog-hero-card img{display:block;width:100%;height:100%;object-fit:cover}.blog-hero-card span{position:absolute;left:16px;bottom:14px;padding:8px 10px;background:rgba(9,4,14,.82);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;backdrop-filter:blur(8px)}@keyframes blog-card-float{0%,100%{translate:0 0}50%{translate:0 -10px}}

/* Redesenho simples e robusto: as 3 imagens tem o MESMO tamanho e um
   deslocamento moderado (nao espalhado ate a borda), entao um unico
   anel - centralizado no proprio container, em % do proprio container -
   sempre da conta de envolver as 3, em qualquer largura de tela, sem
   numero magico por breakpoint. */
/* A altura do container e travada em min(34vw,510px), mas a largura
   podia crescer sem limite em telas muito largas, esticando o container
   (e o circulo/cartoes proporcionais a ele) numa forma retangular em
   vez de quadrada - fazendo os cartoes vazarem do circulo. Trava a
   largura no mesmo valor da altura pra manter sempre quadrado. */
@media(min-width:901px){.blog-hero-visual{max-width:min(34vw,510px)!important}}
.blog-hero-card--one,.blog-hero-card--two,.blog-hero-card--three{width:56%!important;right:auto!important;bottom:auto!important}
.blog-hero-card--one{z-index:2;top:8%!important;left:19%!important;transform:rotate(3deg)}
.blog-hero-card--two{z-index:4;top:28%!important;left:14%!important;transform:rotate(-4deg);animation-delay:-2s}
.blog-hero-card--three{z-index:3;top:48%!important;left:19%!important;transform:rotate(4deg);animation-delay:-4s}

.blog-hero:after,.blog-hero:before{content:none!important;display:none!important}
.blog-hero-visual:after{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width:130%;
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  border-radius:50%;
  border:1px solid rgba(46,204,113,.55);
  box-shadow:inset 0 0 90px rgba(46,204,113,.22),0 0 90px rgba(46,204,113,.32),0 0 140px rgba(46,204,113,.14);
  z-index:1;
  pointer-events:none;
}
.blog-hero-visual:before{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width:130%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle 5px at 50% 0%,#d7ffe8 0%,#2ecc71 55%,transparent 72%);
  animation:blogNeonOrbit2 4.5s linear infinite;
  z-index:1;
  pointer-events:none;
}
@keyframes blogNeonOrbit2{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.blog-hero-visual:before{animation:none}}
@media(max-width:560px){
  .blog-hero-visual:after,.blog-hero-visual:before{width:98%!important;top:43%!important}
  .blog-hero-card--one,.blog-hero-card--two,.blog-hero-card--three{width:48%!important}
  .blog-hero-card--one{top:20%!important;left:26%!important}
  .blog-hero-card--two{top:36%!important;left:20%!important}
  .blog-hero-card--three{top:52%!important;left:25%!important}
}
@media(max-width:1100px) and (min-width:901px){.blog-hero{grid-template-columns:minmax(0,1fr) 350px;column-gap:34px;min-height:600px!important}.blog-hero h1{font-size:clamp(60px,7vw,78px)!important}.blog-hero-visual{height:390px;min-height:390px}}
@media(max-width:900px){.blog-hero{display:block!important;min-height:auto!important;padding-top:72px!important;padding-bottom:64px!important}.blog-hero h1{font-size:clamp(58px,13vw,92px)!important}.blog-hero-visual{height:min(92vw,480px);min-height:340px;margin:54px auto 0;max-width:640px}.blog-hero:after,.blog-hero:before{top:auto!important;right:-2.2vw!important;bottom:9.1%!important;width:92vw!important}.blog-hero-card--one{width:45%}.blog-hero-card--two{width:42%}.blog-hero-card--three{width:40%}}
@media(prefers-reduced-motion:reduce){.blog-hero-card{animation:none}}
.blog-hero:after{right:4vw!important;top:5%!important;opacity:.78!important;border-color:rgba(255,255,255,.24)!important;box-shadow:inset 0 0 110px rgba(239,23,96,.19),0 0 80px rgba(239,23,96,.15),0 0 130px rgba(46,204,113,.08)!important;animation:blog-orbit-glow 5.2s ease-in-out infinite}@keyframes blog-orbit-glow{0%,100%{filter:saturate(.9);opacity:.62}50%{filter:saturate(1.25);opacity:.9}}
@media(max-width:900px){.blog-hero:after{top:auto!important;right:-18vw!important;bottom:-4%!important}}
@media(prefers-reduced-motion:reduce){.blog-hero:after{animation:none}}

/* Refinamento visual do Blog: a orbita enquadra as capas e o texto de
   apresentacao passa a funcionar como um componente editorial. */
.blog-hero:after{
  top:19%!important;
  right:4.4vw!important;
  border-color: rgba(46,204,113,.55)!important;
  box-shadow: inset 0 0 90px rgba(46,204,113,.22), 0 0 90px rgba(46,204,113,.32), 0 0 140px rgba(46,204,113,.14)!important;
}
.blog-hero-visual{
  transform:translateY(22px);
}

/* Pontinho verde girando bem em cima da linha do circulo (mesma ideia
   da esfera da home) - mais preciso que um arco largo, nao "foge" do
   anel. Mesma posicao e tamanho do :after (o circulo base). */
.blog-hero:before {
  content: '';
  position: absolute;
  top: 19%;
  right: 4.4vw;
  width: min(43vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle 5px at 50% 0%, #d7ffe8 0%, #2ecc71 55%, transparent 72%);
  animation: blogNeonOrbit 4.5s linear infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes blogNeonOrbit { to { transform: rotate(360deg); } }
@media(prefers-reduced-motion:reduce){ .blog-hero:before { animation: none; } }
.blog-list>header>p{
  position:relative;
  max-width:470px!important;
  margin:0!important;
  padding:8px 0 8px 30px!important;
  border-left:3px solid #ef1760;
  color:#493851!important;
  font-size:clamp(17px,1.15vw,19px)!important;
  font-weight:520!important;
  line-height:1.58!important;
  letter-spacing:-.015em;
}
.blog-list>header>p:before{
  content:"";
  position:absolute;
  left:-3px;
  top:8px;
  width:3px;
  height:34%;
  background:#2ecc71;
  box-shadow:0 0 18px rgba(46,204,113,.45);
}
@media(max-width:900px){
  .blog-hero-visual{transform:translateY(10px)}
  .blog-hero:after,.blog-hero:before{top:auto!important;bottom:4.8%!important}
  .blog-list>header>p{max-width:620px!important;margin-top:26px!important}
}
@media(max-width:900px){.site-shell-brand{width:134px;height:48px}.site-shell-brand img{width:134px!important}.global-footer-contact,.global-footer-social{grid-column:1;justify-content:flex-start;flex-wrap:wrap}.cookie-banner{grid-template-columns:1fr;left:12px;right:12px;bottom:12px}.cookie-actions{flex-wrap:wrap}.global-whatsapp{right:16px;bottom:16px}}

/* Páginas internas usam a mesma barra original da home; somente o logo fica à direita */
.site-shell-header{height:84px;min-height:84px;padding:0 5vw;display:flex;align-items:center;gap:0;background:rgba(24,7,45,.84);box-shadow:none;backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;z-index:100}.service-page .site-shell-header{background:rgba(24,7,45,.84);box-shadow:none}.site-shell-nav{display:flex;align-items:center;justify-content:flex-start;gap:clamp(16px,1.7vw,30px);font-size:12px;font-weight:650;letter-spacing:.045em;white-space:nowrap}.site-shell-nav a{padding:0;color:#d7cfdd}.site-shell-nav a:after{bottom:-13px}.site-shell-right{display:flex;align-items:center;gap:24px;margin-left:auto}.site-shell-cta{display:inline-flex;align-items:center;padding:12px 15px;background:var(--shell-pink);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.site-shell-brand{width:138px;height:50px;overflow:hidden;flex:none}.site-shell-brand img{width:138px!important;max-width:none!important;transform:translate(-6.5%,-26.5%)}.site-shell-menu-toggle{display:none;background:none;border:0;padding:8px}.site-shell-menu-toggle i{display:block;width:25px;height:1px;background:#fff;margin:7px}
@media(max-width:1180px){.site-shell-nav{gap:15px;font-size:11px}.site-shell-right{gap:14px}.site-shell-brand{width:124px}.site-shell-brand img{width:124px!important}.site-shell-cta{padding:11px 12px}}
@media(max-width:900px){.site-shell-header{height:70px;min-height:70px;padding:0 5vw}.site-shell-nav{position:absolute;top:70px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;background:#19072f;padding:28px 6vw;margin:0;border-bottom:1px solid rgba(255,255,255,.12)}.site-shell-nav.open{display:flex}.site-shell-nav a{font-size:16px;font-weight:700}.site-shell-nav a:after{display:none}.site-shell-right{margin-left:auto}.site-shell-cta{display:none}.site-shell-brand{width:125px;height:46px}.site-shell-brand img{width:125px!important}.site-shell-menu-toggle{display:block}}

/* Composição editorial do rodapé */
.global-footer{position:relative;overflow:hidden;padding:42px 5.5vw 18px;grid-template-columns:1.15fr .9fr 1.15fr;align-items:start;gap:36px 54px;background:radial-gradient(circle at 8% 10%,rgba(142,23,118,.18),transparent 28%),radial-gradient(circle at 92% 80%,rgba(46,204,113,.08),transparent 24%),#09040e}.global-footer:before{content:"";position:absolute;left:5.5vw;right:5.5vw;top:0;height:1px;background:linear-gradient(90deg,#ef1760,rgba(255,255,255,.1),#2ecc71)}.global-footer-brand-block{min-width:0}.global-footer-brand-block p{max-width:280px;margin:16px 0 0;color:#9d91a5;font-size:12px;line-height:1.55}.global-footer-contact,.global-footer-social{min-height:96px;padding-left:32px;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:11px;white-space:normal}.global-footer-contact small,.global-footer-social small{margin-bottom:4px;color:#2ecc71;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.global-footer-contact a{font-size:13px}.global-footer-social>div{display:grid;grid-template-columns:1fr 1fr;gap:12px 26px}.global-footer-social a{font-size:11px}.global-footer-bottom{padding-top:17px;display:grid;grid-template-columns:1.2fr 1fr auto auto;align-items:center;justify-content:initial;gap:20px 34px}.global-footer-bottom span,.global-footer-bottom a{font-size:11px;white-space:nowrap}.global-footer-bottom a:last-child{text-align:right}
@media(max-width:900px){.global-footer{grid-template-columns:1fr 1fr;padding-top:34px}.global-footer-brand-block{grid-column:1/-1}.global-footer-contact,.global-footer-social{grid-column:auto;padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.1);padding-top:22px}.global-footer-bottom{grid-template-columns:1fr 1fr;align-items:start}.global-footer-bottom a:last-child{text-align:left}}
@media(max-width:560px){.global-footer{grid-template-columns:1fr;gap:28px}.global-footer-brand-block,.global-footer-contact,.global-footer-social{grid-column:1}.global-footer-bottom{grid-template-columns:1fr;gap:9px}.global-footer-social>div{grid-template-columns:1fr 1fr}}

/* Eixo único do site: menu e conteúdo começam no mesmo ponto da home */
.site-shell-header{padding-left:5vw;padding-right:5vw}.site-shell-nav a:after{display:none!important}.inner-hero,.inner-main,.blog-list,.article-hero,.related,.bottom-cta,.privacy-hero{padding-left:5vw!important;padding-right:5vw!important}.service-page main>.hero,.service-page .section,.service-page .landing-cta{padding-left:5vw!important;padding-right:5vw!important}

/* Recorte exato do logo no canto direito, baseado na área visível do PNG */
.site-shell-brand{position:relative;width:120px!important;height:66px!important;overflow:hidden!important;flex:none}.site-shell-brand img{position:absolute!important;left:-14px!important;top:-40px!important;width:146px!important;height:146px!important;max-width:none!important;transform:none!important}.global-footer-brand{position:relative;width:122px!important;height:68px!important;overflow:hidden!important}.global-footer-brand img{position:absolute!important;left:-15px!important;top:-41px!important;width:148px!important;height:148px!important;max-width:none!important;transform:none!important}
@media(max-width:1180px){.site-shell-brand{width:112px!important;height:62px!important}.site-shell-brand img{left:-13px!important;top:-37px!important;width:136px!important;height:136px!important}}
@media(max-width:900px){.site-shell-brand{width:108px!important;height:60px!important}.site-shell-brand img{left:-13px!important;top:-36px!important;width:132px!important;height:132px!important}}

/* Cor fixa para não variar sobre fundos diferentes */
.site-shell-header,.service-page .site-shell-header{background:#18072d!important;box-shadow:none!important}

@media(max-width:560px){.site-shell-nav{background:#18072d!important}}
@media (max-width:900px) and (min-width:561px) {
  .site-shell-nav {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: auto !important;
  }
  .site-shell-nav::before { display: none !important; }
  .site-shell-nav a {
    display: inline !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
  }
  .site-shell-menu-toggle { display: none !important; }
  .site-shell-cta { display: inline-flex !important; }
  body.menu-locked::after { display: none !important; }
}

/* Mesma grade lateral da home em todas as paginas internas. */
@media (min-width:901px){
  .site-shell-header,
  .global-footer{padding-left:7vw!important;padding-right:7vw!important}
  .global-footer:before{left:7vw!important;right:7vw!important}
  .inner-hero,
  .inner-main,
  .blog-list,
  .article-hero,
  .related,
  .bottom-cta,
  .privacy-hero,
  .service-page main>.hero,
  .service-page .section,
  .service-page .landing-cta{padding-left:7vw!important;padding-right:7vw!important}
}
@media (max-width:900px){
  .site-shell-header,
  .global-footer{padding-left:6vw!important;padding-right:6vw!important}
}

/* Pulso padronizado do WhatsApp em todas as paginas. */
.global-whatsapp{animation:elevixWhatsappPulse 1.9s ease-in-out infinite}
.global-whatsapp:after{content:"";position:absolute;inset:-7px;border:2px solid rgba(37,211,102,.52);border-radius:50%;animation:elevixWhatsappRing 1.9s ease-out infinite;pointer-events:none}
@keyframes elevixWhatsappPulse{0%,100%{transform:scale(1);box-shadow:0 14px 36px rgba(0,0,0,.34),0 0 0 0 rgba(37,211,102,.35)}50%{transform:scale(1.08);box-shadow:0 18px 44px rgba(0,0,0,.4),0 0 26px 7px rgba(37,211,102,.22)}}
@keyframes elevixWhatsappRing{0%{opacity:.75;transform:scale(.82)}70%,100%{opacity:0;transform:scale(1.28)}}
@media(prefers-reduced-motion:reduce){.global-whatsapp,.global-whatsapp:after{animation:none!important}}

/* Grade final: menu, conteudo e rodape compartilham exatamente o mesmo eixo. */
:root{--elevix-gutter:7vw}
.site-shell-header{padding-left:var(--elevix-gutter)!important;padding-right:var(--elevix-gutter)!important}
.site-shell-nav{font-size:13px!important;font-weight:700!important;gap:clamp(20px,1.75vw,31px)!important}
.site-shell-nav a{line-height:1.15!important}
.inner-hero,.inner-main,.blog-list,.article-hero,.article-body,.related,.bottom-cta,.privacy-hero,
.service-page main>.hero,.service-page .section,.service-page .landing-cta,
.global-footer{padding-left:var(--elevix-gutter)!important;padding-right:var(--elevix-gutter)!important}
.global-footer:before{left:var(--elevix-gutter)!important;right:var(--elevix-gutter)!important}
@media(max-width:1180px) and (min-width:901px){.site-shell-nav{font-size:12px!important;gap:15px!important}}
@media(max-width:900px){
  :root{--elevix-gutter:6vw}
}
@media(max-width:560px){
  .site-shell-nav{font-size:16px!important;gap:12px!important}
}

/* Em paginas internas, cada secao obedece a mesma borda de conteudo. */
body:not(.home-page):not(.service-page) main>section{padding-left:var(--elevix-gutter)!important;padding-right:var(--elevix-gutter)!important}

/* Rodape global: tres colunas iguais no mesmo eixo do restante do site. */
@media(min-width:901px){
  .global-footer{padding-left:9vw!important;padding-right:9vw!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:0!important;row-gap:34px!important;align-items:start!important}
  .global-footer:before{left:9vw!important;right:9vw!important}
  .global-footer-brand-block{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;justify-self:start!important;width:min(100%,380px)!important;min-width:0!important;padding:0!important}
  .global-footer-brand{width:145px!important;flex:0 0 145px!important}
  .global-footer-brand-block p{margin:0 0 0 32px!important;max-width:210px!important;text-transform:uppercase!important;letter-spacing:.0825em!important}
  .global-footer-contact,.global-footer-social{width:max-content!important;max-width:100%!important;min-width:230px!important;padding-left:32px!important;padding-right:0!important;border-left:1px solid rgba(255,255,255,.1)!important;align-items:flex-start!important}
  .global-footer-contact{justify-self:center!important}
  .global-footer-social{justify-self:end!important}
  .global-footer-contact small,.global-footer-social small,
  .global-footer-contact a,.global-footer-social a{font-size:12px!important;line-height:1.35!important;font-weight:700!important}
  .global-footer-contact a,.global-footer-social a{text-transform:uppercase!important;letter-spacing:.1em!important}
  .global-footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:0!important;width:100%!important}
  .global-footer-bottom>*{grid-column:auto!important;grid-row:auto!important;justify-self:auto!important;text-align:left!important}
  .global-footer-bottom>*:last-child{text-align:right!important}
  .global-footer>.global-footer-brand-block,
  .global-footer>.global-footer-contact,
  .global-footer>.global-footer-social{transform:none!important}
  .global-footer>.global-footer-contact{transform:translateX(38px)!important}
  .global-footer>.global-footer-bottom{transform:none!important}
}

/* O pulso fica nas paginas internas; na home o botao permanece estavel. */
.home-page .global-whatsapp{animation:elevixWhatsappPulse 1.9s ease-in-out infinite!important}
.home-page .global-whatsapp:after{animation:elevixWhatsappRing 1.9s ease-out infinite!important}

/* Branding aprovado: mantem a composicao especial sem alterar as outras paginas. */
.service-page-branding{
  --branding-gutter:var(--elevix-gutter,7vw);
  background:#18072d;
  font-family:'Inter',sans-serif;
}
.service-page-branding main{display:block;width:100%;max-width:none;margin:0;overflow:hidden;background:#18072d}
.service-page-branding main>.service-brand-row,
.service-page-branding main>section{width:100%;max-width:none;margin-left:0;margin-right:0;box-sizing:border-box}
.service-page-branding main>.service-brand-row,
.service-page-branding main>.hero,
.service-page-branding main>.landing-intro,
.service-page-branding main>.deliver,
.service-page-branding main>.process,
.service-page-branding main>.landing-cta{padding-left:var(--branding-gutter)!important;padding-right:var(--branding-gutter)!important}
.service-page-branding .service-brand-row,
.service-page-branding main>.hero{background:#18072d!important}
.service-page-branding main>.hero{grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:clamp(36px,5vw,84px);align-items:center}
.service-page-branding main>.landing-intro{background:var(--paper,#f4eff7)!important;color:var(--ink,#120b18)!important}
.service-page-branding main>.deliver{background:#19072f!important;color:#fff!important}
.service-page-branding main>.process{background:#fff!important;color:var(--ink,#120b18)!important}
.service-page-branding main>.landing-cta{background:var(--magenta,#f11962)!important}
.service-page-branding .landing-intro,
.service-page-branding .deliver,
.service-page-branding .process{padding-top:clamp(88px,8vw,118px)!important;padding-bottom:clamp(88px,8vw,118px)!important}
.service-page-branding .landing-cta{padding-top:clamp(82px,7vw,100px)!important;padding-bottom:clamp(82px,7vw,100px)!important}
.service-page-branding h1,
.service-page-branding h2,
.service-page-branding h3,
.service-page-branding .button{font-family:'Manrope',sans-serif!important}
.service-page-branding p,
.service-page-branding li,
.service-page-branding a,
.service-page-branding .tag{font-family:'Inter',sans-serif}
.service-page-branding .landing-intro>*,
.service-page-branding .deliver>*,
.service-page-branding .process>*{min-width:0}
.service-page-branding .deliver-grid,
.service-page-branding .process ol{width:100%;max-width:100%;margin-left:0;margin-right:0;box-sizing:border-box}
@media(max-width:900px){
  .service-page-branding{--branding-gutter:6vw}
  .service-page-branding main>.hero{grid-template-columns:1fr;gap:34px}
}
@media(max-width:560px){
  .service-page-branding{--branding-gutter:24px}
  .service-page-branding .landing-intro,
  .service-page-branding .deliver,
  .service-page-branding .process{padding-top:72px!important;padding-bottom:72px!important}
}

/* Luz/brilho no hover dos botoes e links clicaveis, em vez de setas. */
.site-shell-cta{transition:transform .2s ease,box-shadow .2s ease}
.site-shell-cta:hover,.site-shell-cta:active{transform:translateY(-2px);box-shadow:0 8px 26px rgba(239,23,96,.4),0 0 24px 4px rgba(239,23,96,.5)}
.global-footer-contact a,.global-footer-social a,.global-footer-bottom a{transition:color .2s ease,text-shadow .2s ease}
.global-footer-contact a:hover,.global-footer-social a:hover,.global-footer-bottom a:hover{color:#fff;text-shadow:0 0 14px rgba(239,23,96,.85),0 0 26px rgba(239,23,96,.5)}

/* Gaveta lateral do menu, so no mobile de verdade (<=560px), igual a home:
   desliza da direita, estreita, fundo escurece em vez de cobrir tudo. */
@media (max-width: 560px) {
  .site-shell-nav {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 68px !important;
    right: 16px !important;
    left: auto !important;
    bottom: auto !important;
    width: min(66vw, 250px) !important;
    height: auto !important;
    max-height: calc(100dvh - 90px) !important;
    overflow-y: auto !important;
    padding: 18px 22px 22px !important;
    margin: 0 !important;
    background: linear-gradient(165deg, #34125f 0%, #23093f 55%, #17062c 100%) !important;
    border-bottom: 0 !important;
    box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.1) !important;
    border-radius: 10px !important;
    overflow-x: hidden !important;
    transform: translateY(-16px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: transform .28s ease, opacity .28s ease !important;
    z-index: 150 !important;
  }
  .site-shell-nav.open {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .site-shell-nav a {
    padding: 10px 0 !important;
  }
  body.menu-locked {
    overflow-x: hidden !important;
  }
  body.menu-locked::after {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(7,3,13,.82) !important;
    backdrop-filter: blur(6px) !important;
    z-index: 140 !important;
  }
}

/* O selo circular "DADOS/ESCOLHAS/TRANSPARENCIA" usa bottom:calc()
   relativo a secao inteira, que varia de altura conforme o texto -
   no mobile isso fazia o selo cair em cima do titulo. Mais seguro
   esconder esse elemento so decorativo no mobile/tablet. */
@media (max-width: 900px) {
  .privacy-hero:after {
    display: none !important;
  }
}

/* Mesmo visual bonito da gaveta do menu nas paginas internas, so no mobile. */
@media (max-width: 560px) {
  .site-shell-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ef1760, #8b1bb4, #ef1760);
  }
  .site-shell-nav a {
    display: block;
    padding: 12px 4px !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: color .2s ease, text-shadow .2s ease, padding-left .2s ease;
  }
  .site-shell-nav a:last-child {
    border-bottom: 0;
  }
  .site-shell-nav a:hover,
  .site-shell-nav a:active {
    color: #ff5b93 !important;
    padding-left: 12px !important;
    text-shadow: 0 0 18px rgba(239,23,96,.65);
  }
}

/* O header (.site-shell-header) tem z-index:100, e o fundo escurecido
   atras do menu aberto (body.menu-locked::after) tem z-index:140 - isso
   fazia o fundo cobrir o proprio header (logo, botao de hamburguer),
   deixando tudo "apagado"/transparente e impossivel de clicar. Mesmo
   bug ja corrigido no .topbar da home; faltava aqui. */
.site-shell-header {
  z-index: 200 !important;
}

/* Banner do Blog — composição editorial final.
   Mantém as três capas dentro de um aro compacto e com leitura forte. */
.blog-hero .blog-hero-visual{
  width:min(29vw,420px)!important;
  max-width:420px!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1!important;
  justify-self:center!important;
  transform:none!important;
  isolation:isolate;
  overflow:hidden!important;
  border-radius:50%;
  background:radial-gradient(circle at 42% 32%,rgba(255,255,255,.10),transparent 18%),radial-gradient(circle at 48% 45%,rgba(239,23,96,.30),rgba(57,12,83,.72) 54%,rgba(9,4,14,.98) 100%);
  border:1px solid rgba(239,23,96,.34);
  box-shadow:inset -26px -30px 48px rgba(0,0,0,.30),0 28px 80px rgba(0,0,0,.42),0 0 70px rgba(239,23,96,.22);
}
.blog-hero .blog-hero-visual::after{
  top:50%!important;
  left:50%!important;
  width:84%!important;
  transform:translate(-50%,-50%)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:transparent!important;
  box-shadow:inset 0 0 64px rgba(239,23,96,.10),0 0 0 1px rgba(46,204,113,.12)!important;
}
.blog-hero .blog-hero-visual::before{
  top:50%!important;
  left:50%!important;
  width:100%!important;
  transform:translate(-50%,-50%) rotate(0deg)!important;
  background:conic-gradient(from 0deg,transparent 0 68%,rgba(239,23,96,.08) 75%,#ef1760 86%,#fff 89%,#2ecc71 91%,transparent 96% 100%)!important;
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));
  mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));
  animation:blog-cover-orbit 8s linear infinite!important;
  z-index:2!important;
  filter:drop-shadow(0 0 9px rgba(239,23,96,.82));
}
@keyframes blog-cover-orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}
.blog-hero .blog-hero-card{
  width:76%!important;
  left:12%!important;
  right:auto!important;
  bottom:auto!important;
  aspect-ratio:16/9;
  border-color:rgba(255,255,255,.32)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.62),0 0 0 1px rgba(239,23,96,.12)!important;
  z-index:3;
}
.blog-hero .blog-hero-card--one{width:52%!important;top:8%!important;left:24%!important;transform:rotate(-4deg)!important;z-index:3;opacity:.88}
.blog-hero .blog-hero-card--two{width:78%!important;top:31%!important;left:11%!important;transform:rotate(0deg)!important;z-index:5}
.blog-hero .blog-hero-card--three{width:52%!important;top:66%!important;left:24%!important;transform:rotate(4deg)!important;z-index:4;opacity:.90}
.blog-hero .blog-hero-card span{left:12px;bottom:10px;padding:7px 9px;font-size:11px;background:rgba(9,4,14,.88)}
@media (max-width:1100px) and (min-width:901px){
  .blog-hero .blog-hero-visual{width:340px!important;max-width:340px!important}
}
@media (max-width:900px){
  .blog-hero .blog-hero-visual{width:min(72vw,390px)!important;max-width:390px!important;margin:42px auto 0!important}
}
@media (max-width:560px){
  .blog-hero .blog-hero-visual{width:min(84vw,340px)!important;margin-top:34px!important}
  .blog-hero .blog-hero-card--one{top:8%!important;left:24%!important}
  .blog-hero .blog-hero-card--two{top:31%!important;left:11%!important}
  .blog-hero .blog-hero-card--three{top:66%!important;left:24%!important}
}
@media (prefers-reduced-motion:reduce){
  .blog-hero .blog-hero-visual::before,.blog-hero .blog-hero-card{animation:none!important}
}

/* Acessibilidade e controle permanente de privacidade. */
.cookie-preferences{border:0;padding:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}
.global-footer>.cookie-preferences{grid-column:1/-1;justify-self:start;margin-top:-22px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-align:left;text-transform:uppercase}
@media(max-width:900px){.global-footer>.cookie-preferences{grid-column:1;margin-top:-10px}}
.cookie-preferences:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #2ecc71;outline-offset:4px}

/* Marca permanece visivel na barra fixa sem alterar a composicao dos banners. */
.site-shell-right .site-shell-brand{width:108px;height:38px;margin-right:4px}.site-shell-right .site-shell-brand img{width:108px!important}
.topbar .site-shell-brand{width:96px;height:34px;margin-left:auto;margin-right:18px}.topbar .site-shell-brand img{width:96px!important;max-width:none!important;transform:translate(-6.5%,-26.5%)}
@media(max-width:900px){.site-shell-right .site-shell-brand{width:102px;height:36px}.site-shell-right .site-shell-brand img{width:102px!important}.topbar .site-shell-brand{width:92px;height:33px;margin-left:auto;margin-right:10px}.topbar .site-shell-brand img{width:92px!important}.eyebrow,.tag,.breadcrumbs,.card-meta,.global-footer-bottom,.hero-caption{font-size:11px!important}}

/* Recorte final da marca no menu: somente ELEVIX, sem a assinatura inferior. */
.site-shell-right .site-shell-brand,.topbar .site-shell-brand{position:relative!important;width:99px!important;height:37px!important;overflow:hidden!important;flex:none}
.site-shell-right .site-shell-brand img,.topbar .site-shell-brand img{position:absolute!important;left:-10px!important;top:-31px!important;width:108px!important;height:108px!important;max-width:none!important;transform:none!important}
.site-shell-right{gap:18px!important}.topbar .site-shell-brand{margin-left:auto!important;margin-right:18px!important}
@media(max-width:900px){.site-shell-right .site-shell-brand,.topbar .site-shell-brand{width:99px!important;height:37px!important}.site-shell-right .site-shell-brand img,.topbar .site-shell-brand img{left:-10px!important;top:-31px!important;width:108px!important;height:108px!important}}

/* A Home usa a mesma proximidade entre marca, CTA e menu movel das paginas internas. */
@media(min-width:901px){.home-page .topbar .button.small{margin-left:0!important}}
@media(max-width:900px){.home-page .topbar .menu-toggle{margin-left:18px!important}}

/* No tablet, o menu horizontal continua visível sem colidir com a marca. */
@media (max-width:900px) and (min-width:561px){.home-page .topbar .button.small{display:none!important}.home-page .topbar .site-shell-brand{margin-right:0!important}}
@media (max-width:700px) and (min-width:561px){.home-page .topbar nav{gap:10px!important}.home-page .topbar nav a{font-size:11px!important;letter-spacing:0!important}.home-page .topbar{padding-left:4vw!important;padding-right:4vw!important}}

/* Banner editorial do Blog — versão reconstruída, sem alterar a redação. */
@media (min-width:901px){
  .blog-hero{
    grid-template-columns:minmax(0,1.08fr) minmax(470px,.92fr)!important;
    column-gap:clamp(42px,5vw,82px)!important;
  }
}
.blog-hero .blog-hero-visual{
  width:min(39vw,590px)!important;
  max-width:590px!important;
  aspect-ratio:1.16!important;
  overflow:hidden!important;
  border-radius:0!important;
  border:1px solid rgba(255,255,255,.18)!important;
  clip-path:polygon(7% 0,100% 0,100% 92%,93% 100%,0 100%,0 8%);
  background:radial-gradient(circle at 68% 35%,rgba(239,23,96,.28),transparent 36%),linear-gradient(145deg,#10061b 0%,#2a0a48 54%,#09040e 100%)!important;
  box-shadow:0 28px 80px rgba(0,0,0,.44),inset 0 0 80px rgba(239,23,96,.08)!important;
}
.blog-hero .blog-hero-visual::after{
  content:""!important;
  position:absolute!important;
  inset:-18% 15% -18% auto!important;
  width:24%!important;
  height:136%!important;
  aspect-ratio:auto!important;
  transform:skewX(-17deg)!important;
  border:0!important;
  border-left:1px solid rgba(239,23,96,.40)!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  border-radius:0!important;
  background:linear-gradient(180deg,rgba(239,23,96,.02),rgba(239,23,96,.30) 45%,rgba(126,32,166,.10))!important;
  background-size:auto!important;
  box-shadow:18px 0 46px rgba(239,23,96,.13)!important;
  opacity:.78;
  z-index:1!important;
}
.blog-hero .blog-hero-visual::before{
  content:""!important;
  position:absolute!important;
  top:-30%!important;
  left:-45%!important;
  width:38%!important;
  height:165%!important;
  aspect-ratio:auto!important;
  border-radius:0!important;
  transform:rotate(18deg)!important;
  background:linear-gradient(90deg,transparent,rgba(239,23,96,.28),rgba(255,255,255,.16),transparent)!important;
  -webkit-mask:none!important;
  mask:none!important;
  filter:blur(4px)!important;
  animation:blog-editorial-sweep 8s ease-in-out infinite!important;
  z-index:2!important;
}
@keyframes blog-editorial-sweep{
  0%,18%{left:-45%;opacity:0}
  30%{opacity:.75}
  62%{left:115%;opacity:.35}
  63%,100%{left:115%;opacity:0}
}
.blog-hero .blog-hero-card{
  aspect-ratio:16/9!important;
  opacity:1!important;
  border:1px solid rgba(255,255,255,.30)!important;
  border-radius:0!important;
  box-shadow:0 22px 52px rgba(0,0,0,.58)!important;
  animation:blog-card-breathe 7s ease-in-out infinite!important;
}
@keyframes blog-card-breathe{
  0%,100%{translate:0 0}
  50%{translate:0 -5px}
}
.blog-hero .blog-hero-card--one{
  width:54%!important;
  top:5%!important;
  left:8%!important;
  transform:rotate(-2deg)!important;
  z-index:3!important;
}
.blog-hero .blog-hero-card--two{
  width:70%!important;
  top:25%!important;
  left:15%!important;
  transform:none!important;
  z-index:6!important;
}
.blog-hero .blog-hero-card--three{
  width:54%!important;
  top:57%!important;
  left:38%!important;
  transform:rotate(2deg)!important;
  z-index:4!important;
}
.blog-hero .blog-hero-card--one{animation-delay:-1.5s!important}
.blog-hero .blog-hero-card--two{animation-delay:-4s!important}
.blog-hero .blog-hero-card--three{animation-delay:-2.5s!important}
.blog-hero .blog-hero-card span{
  left:14px!important;
  bottom:12px!important;
  padding:8px 10px!important;
  font-size:11px!important;
  border-left:2px solid #2ecc71!important;
  background:rgba(9,4,14,.90)!important;
}
@media (max-width:1100px) and (min-width:901px){
  .blog-hero{grid-template-columns:minmax(0,1fr) 400px!important}
  .blog-hero .blog-hero-visual{width:400px!important;max-width:400px!important}
}
@media (max-width:900px){
  .blog-hero .blog-hero-visual{
    width:min(88vw,590px)!important;
    max-width:590px!important;
    margin:44px auto 0!important;
  }
}
@media (max-width:560px){
  .blog-hero .blog-hero-visual{
    width:100%!important;
    max-width:420px!important;
    margin-top:34px!important;
    aspect-ratio:1.02!important;
  }
  .blog-hero .blog-hero-card--one{width:54%!important;top:5%!important;left:8%!important}
  .blog-hero .blog-hero-card--two{width:76%!important;top:27%!important;left:12%!important}
  .blog-hero .blog-hero-card--three{width:54%!important;top:59%!important;left:38%!important}
}
@media (prefers-reduced-motion:reduce){
  .blog-hero .blog-hero-visual::before,.blog-hero .blog-hero-card{animation:none!important}
}
