/* Clave de Números — sistema visual modular
   Uma ilustração principal por página, sinais gráficos discretos,
   miniaturas próprias para os guias e movimento reduzido. */

:root{
  --vs-ink:#142234;
  --vs-blue:#3569b8;
  --vs-teal:#2fb5c4;
  --vs-pink:#d95f8f;
  --vs-paper:#f7f8fa;
  --vs-line:rgba(20,34,52,.14);
  --vs-line-soft:rgba(20,34,52,.075);
  --vs-shadow:0 16px 44px rgba(20,34,52,.07);
}

/* 1. Ilustração principal por página */
.hero-media,.page-hero .hero-media{
  position:relative;
  isolation:isolate;
  min-height:320px;
  display:grid;
  place-items:center;
  overflow:visible;
}
.hero-media::before,.page-hero .hero-media::before{
  content:"";
  position:absolute;
  inset:9% 5% 7% 8%;
  z-index:-2;
  border:1px solid var(--vs-line);
  border-radius:28px;
  background:
    linear-gradient(90deg,transparent 49.7%,rgba(20,34,52,.045) 50%,transparent 50.3%),
    linear-gradient(transparent 49.7%,rgba(20,34,52,.045) 50%,transparent 50.3%),
    rgba(255,255,255,.64);
  background-size:54px 54px;
}
.hero-media::after,.page-hero .hero-media::after{
  content:"";
  position:absolute;
  width:72px;height:72px;
  right:2%;bottom:3%;
  z-index:-1;
  border:1px solid var(--vs-line);
  border-radius:50%;
  background:radial-gradient(circle at center,rgba(47,181,196,.15) 0 18%,transparent 19% 100%);
}
.hero-media img,.page-hero .hero-media img{
  width:min(100%,510px);
  height:auto;
  transform-origin:50% 65%;
  filter:drop-shadow(0 18px 30px rgba(20,34,52,.07));
}

body.page-home .hero-media::after{background:radial-gradient(circle at center,rgba(53,105,184,.16) 0 18%,transparent 19% 100%)}
body.page-services .hero-media::after{border-radius:16px;background:linear-gradient(135deg,rgba(47,181,196,.17),transparent)}
body.page-profiles .hero-media::after{border-radius:50% 50% 14px 50%;background:rgba(217,95,143,.10)}
body.page-about .hero-media::after{width:88px;height:44px;border-radius:999px;background:rgba(47,181,196,.11)}
body.page-guides .hero-media::after{border-radius:12px;background:repeating-linear-gradient(0deg,rgba(53,105,184,.12) 0 2px,transparent 2px 9px)}
body.page-contact .hero-media::after{border-radius:50% 50% 50% 8px;background:rgba(53,105,184,.11)}

/* pequenas diferenças de composição entre páginas */
body.page-services .hero-media img{transform:translateX(1.5%)}
body.page-about .hero-media img{transform:translateY(1%)}
body.page-guides .hero-media img{transform:translate(-1%,1%)}
body.page-contact .hero-media img{transform:translateX(-1%)}

/* 2. Ritmo editorial e vocabulário modular */
.section>.container,.service-card,.post-card,.reason,.service-sheet{position:relative}

.visual-mark{
  position:absolute;
  pointer-events:none;
  opacity:.62;
  width:38px;height:38px;
  border:1px solid var(--vs-line);
  border-radius:11px;
  background:
    linear-gradient(var(--vs-line),var(--vs-line)) 9px 11px/18px 1px no-repeat,
    linear-gradient(var(--vs-line),var(--vs-line)) 9px 18px/13px 1px no-repeat,
    linear-gradient(var(--vs-line),var(--vs-line)) 9px 25px/16px 1px no-repeat,
    rgba(255,255,255,.68);
}
.section>.container>.visual-mark{right:0;top:0}
.service-card>.visual-mark,.post-card>.visual-mark,.reason>.visual-mark{
  right:13px;top:13px;width:26px;height:26px;border-radius:7px;opacity:.34;
  background-size:11px 1px,8px 1px,10px 1px;
  background-position:7px 7px,7px 12px,7px 17px;
}

.modular-rule{
  display:flex;
  align-items:center;
  gap:10px;
  margin:22px 0 2px;
  color:rgba(20,34,52,.5);
}
.modular-rule::before{
  content:"";
  width:28px;height:8px;
  border:1px solid var(--vs-line);
  border-radius:999px;
  background:linear-gradient(90deg,var(--vs-blue) 0 31%,transparent 31% 41%,var(--vs-teal) 41% 71%,transparent 71% 81%,var(--vs-pink) 81%);
}
.modular-rule::after{content:"";height:1px;flex:1;background:linear-gradient(90deg,var(--vs-line),transparent)}

/* secções mais distintas sem acrescentar peso */
body.visual-ready main>.section:nth-of-type(even):not(.soft){
  background-image:linear-gradient(90deg,transparent,rgba(20,34,52,.018),transparent);
}
.section-head{max-width:860px}
.section-head .display,.split>.display{letter-spacing:-.025em}

/* cartões: mais definição, sem aspeto de aplicação */
.service-card,.post-card,.reason,.service-sheet{
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background-color .28s ease;
}
.service-card,.post-card,.reason{
  overflow:hidden;
}
.service-card::after,.post-card::after,.reason::after{
  content:"";
  position:absolute;
  left:0;bottom:0;
  width:0;height:2px;
  background:linear-gradient(90deg,var(--vs-blue),var(--vs-teal));
  transition:width .34s ease;
}

@media (hover:hover){
  .service-card:hover,.post-card:hover,.reason:hover{
    transform:translateY(-3px);
    box-shadow:var(--vs-shadow);
  }
  .service-card:hover::after,.post-card:hover::after,.reason:hover::after{width:100%}
}

/* 3. Miniaturas dos cartoes (SVG embebido, uma composicao por tema) */
body.page-guides #guias-essenciais .service-grid{align-items:stretch}
body.page-guides #guias-essenciais .service-card{overflow:hidden;padding-top:148px;min-height:310px}
.guide-thumb,.card-thumb{position:absolute;left:0;right:0;top:0;height:126px;overflow:hidden;border-bottom:1px solid var(--vs-line);background-color:var(--vs-paper);background-repeat:no-repeat;background-position:center;background-size:cover;transition:transform .35s ease,filter .35s ease}
.guide-thumb--documents{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='104' y='26' width='58' height='76' rx='8' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5' transform='rotate%28-9 133.0 64.0%29'/%3E%3Crect x='131' y='22' width='58' height='80' rx='8' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='143' y='44' width='34' height='4' rx='2.0' fill='%23dbe4f0' stroke='none'/%3E%3Crect x='143' y='56' width='24' height='4' rx='2.0' fill='%23dbe4f0' stroke='none'/%3E%3Crect x='143' y='68' width='30' height='4' rx='2.0' fill='%23dbe4f0' stroke='none'/%3E%3Crect x='172' y='34' width='46' height='60' rx='8' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5' transform='rotate%288 195.0 64.0%29'/%3E%3Ccircle cx='214' cy='84' r='13' fill='%23e2f6f9' stroke='none'/%3E%3Cpath d='M208 84l4.4 4.4 8-9' stroke='%232fb5c4' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")}
.guide-thumb--system{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='64' y='30' width='46' height='62' rx='8' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='74' y='46' width='26' height='4' rx='2.0' fill='%23dbe4f0' stroke='none'/%3E%3Crect x='74' y='57' width='18' height='4' rx='2.0' fill='%23dbe4f0' stroke='none'/%3E%3Cpath d='M116 61h22' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='3 4'/%3E%3Crect x='142' y='34' width='68' height='54' rx='8' fill='%23eef3fb' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='152' y='46' width='48' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='152' y='55' width='48' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='152' y='64' width='30' height='3' rx='1.5' fill='%233569b8' stroke='none'/%3E%3Cpath d='M216 61h22' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='3 4'/%3E%3Crect x='242' y='42' width='40' height='38' rx='8' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='252' y='55' width='20' height='3' rx='1.5' fill='%232fb5c4' stroke='none'/%3E%3Crect x='252' y='64' width='12' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3C/g%3E%3C/svg%3E")}
.guide-thumb--company{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M78 96h164' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='92' y='68' width='40' height='28' rx='6' fill='%23eaf1fc' stroke='%233569b8' stroke-width='1.5'/%3E%3Crect x='140' y='54' width='40' height='42' rx='6' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='188' y='38' width='40' height='58' rx='6' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='4 4'/%3E%3Ccircle cx='208' cy='28' r='6' fill='none' stroke='%232fb5c4' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E")}
.guide-thumb--cash{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M70 96h180' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Cpath d='M70 96V32' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Cpath d='M78 84c34-6 58-24 84-46' stroke='%233569b8' stroke-width='2'/%3E%3Cpath d='M78 88c30 4 56-2 84-18' stroke='%23e0508f' stroke-width='2' stroke-dasharray='4 5'/%3E%3Ccircle cx='162' cy='38' r='4' fill='%233569b8' stroke='none'/%3E%3Ccircle cx='162' cy='70' r='4' fill='%23e0508f' stroke='none'/%3E%3Cpath d='M176 38h34M176 70h34' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='3 4'/%3E%3C/g%3E%3C/svg%3E")}
.guide-thumb--worker{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='84' y='30' width='152' height='66' rx='10' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Cpath d='M84 50h152' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Ccircle cx='100' cy='40' r='3' fill='%23c7d5e8' stroke='none'/%3E%3Ccircle cx='124' cy='40' r='3' fill='%23c7d5e8' stroke='none'/%3E%3Ccircle cx='148' cy='40' r='3' fill='%23c7d5e8' stroke='none'/%3E%3Ccircle cx='172' cy='40' r='3' fill='%23c7d5e8' stroke='none'/%3E%3Ccircle cx='196' cy='40' r='3' fill='%23c7d5e8' stroke='none'/%3E%3Ccircle cx='220' cy='40' r='3' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='96' y='60' width='30' height='24' rx='6' fill='%23e2f6f9' stroke='%232fb5c4' stroke-width='1.5'/%3E%3Crect x='134' y='60' width='18' height='24' rx='6' fill='none' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='158' y='60' width='18' height='24' rx='6' fill='none' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='182' y='60' width='18' height='24' rx='6' fill='none' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='206' y='60' width='18' height='24' rx='6' fill='none' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E")}
.guide-thumb--closing{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='160' cy='63' r='38' fill='none' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Cpath d='M160 25a38 38 0 0 1 30 61' stroke='%232fb5c4' stroke-width='2.5'/%3E%3Cpath d='M148 63l9 9 17-19' stroke='%233569b8' stroke-width='2'/%3E%3Ccircle cx='160' cy='25' r='4' fill='%232fb5c4' stroke='none'/%3E%3Crect x='92' y='44' width='26' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='92' y='56' width='18' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='210' y='68' width='26' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='210' y='80' width='18' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3C/g%3E%3C/svg%3E")}
.guide-thumb--regimes{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='78' y='30' width='72' height='66' rx='10' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='92' y='46' width='40' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='92' y='56' width='28' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='92' y='72' width='44' height='10' rx='5' fill='%23eaf1fc' stroke='none'/%3E%3Crect x='170' y='30' width='72' height='66' rx='10' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='184' y='46' width='40' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='184' y='56' width='34' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='184' y='66' width='28' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='184' y='78' width='44' height='10' rx='5' fill='%23e2f6f9' stroke='none'/%3E%3Cpath d='M156 40v46' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='4 5'/%3E%3Ccircle cx='156' cy='63' r='8' fill='%23fff' stroke='%23e0508f' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E")}
.card-thumb--companies{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M74 98h172' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='96' y='40' width='48' height='58' rx='8' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='108' y='54' width='24' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='108' y='63' width='16' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='156' y='58' width='48' height='40' rx='8' fill='%23eaf1fc' stroke='%233569b8' stroke-width='1.5'/%3E%3Cpath d='M212 84c14-4 22-14 26-28' stroke='%232fb5c4' stroke-width='2'/%3E%3Ccircle cx='238' cy='56' r='4' fill='%232fb5c4' stroke='none'/%3E%3C/g%3E%3C/svg%3E")}
.card-thumb--selfemployed{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='128' y='24' width='64' height='48' rx='8' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='142' y='40' width='32' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='142' y='50' width='22' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Cpath d='M160 72v14' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='4 4'/%3E%3Cpath d='M160 86c0 8-30 6-38 12' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='4 4'/%3E%3Cpath d='M160 86c0 8 30 6 38 12' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='4 4'/%3E%3Crect x='84' y='94' width='40' height='18' rx='9' fill='%23eaf1fc' stroke='%233569b8' stroke-width='1.5'/%3E%3Crect x='196' y='94' width='40' height='18' rx='9' fill='%23fdeaf3' stroke='%23e0508f' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E")}
.card-thumb--online{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='72' y='28' width='46' height='22' rx='7' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='72' y='58' width='46' height='22' rx='7' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='72' y='88' width='46' height='22' rx='7' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Cpath d='M122 39c30 0 30 30 44 30' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='3 4'/%3E%3Cpath d='M122 69h44' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='3 4'/%3E%3Cpath d='M122 99c30 0 30-30 44-30' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='3 4'/%3E%3Crect x='172' y='36' width='72' height='66' rx='10' fill='%23eef3fb' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='186' y='52' width='44' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='186' y='62' width='34' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='186' y='76' width='30' height='10' rx='5' fill='%232fb5c4' stroke='none'/%3E%3Ccircle cx='166' cy='69' r='4' fill='%233569b8' stroke='none'/%3E%3C/g%3E%3C/svg%3E")}
.card-thumb--individuals{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 126'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='84' y='26' width='64' height='76' rx='9' fill='%23fff' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Crect x='96' y='42' width='34' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='96' y='52' width='26' height='3' rx='1.5' fill='%23c7d5e8' stroke='none'/%3E%3Crect x='96' y='68' width='40' height='10' rx='5' fill='%23eaf1fc' stroke='none'/%3E%3Crect x='96' y='84' width='28' height='8' rx='4' fill='%23e2f6f9' stroke='none'/%3E%3Cpath d='M160 60h20' stroke='%23dbe4f0' stroke-width='1.5' stroke-dasharray='3 4'/%3E%3Cpath d='M192 58l22-17 22 17' stroke='%232fb5c4' stroke-width='1.8'/%3E%3Cpath d='M198 58v30h32V58' stroke='%23dbe4f0' stroke-width='1.5'/%3E%3Ccircle cx='214' cy='74' r='7' fill='%23fdeaf3' stroke='none'/%3E%3C/g%3E%3C/svg%3E")}
/* cartoes de perfil com miniatura */
.post-card.has-thumb{position:relative;overflow:hidden;padding-top:148px}
body.page-guides #guias-essenciais .service-card:hover .guide-thumb,.post-card.has-thumb:hover .card-thumb{transform:scale(1.03)}
@media(max-width:479px){.guide-thumb,.card-thumb{height:112px}body.page-guides #guias-essenciais .service-card,.post-card.has-thumb{padding-top:132px}}
@media(prefers-reduced-motion:reduce){.guide-thumb,.card-thumb{transition:none}}

/* 4. Movimento muito discreto */
@keyframes illustration-settle{0%{opacity:0;transform:translateY(8px) scale(.992)}100%{opacity:1;transform:none}}
@keyframes mark-breathe{0%,100%{opacity:.34}50%{opacity:.58}}
body.visual-ready .hero-media img,body.visual-ready .page-hero .hero-media img{animation:illustration-settle .72s cubic-bezier(.2,.75,.25,1) both}
body.visual-ready .section>.container>.visual-mark{animation:mark-breathe 6.5s ease-in-out infinite}

/* 5. Ajustes de página */
body.page-services .service-sheet{border-left:2px solid transparent}
body.page-services .service-sheet:nth-of-type(3n+1){border-left-color:rgba(53,105,184,.25)}
body.page-services .service-sheet:nth-of-type(3n+2){border-left-color:rgba(47,181,196,.25)}
body.page-services .service-sheet:nth-of-type(3n){border-left-color:rgba(217,95,143,.22)}

body.page-about .stat-strip{position:relative;overflow:hidden}
body.page-about .stat-strip::after{content:"";position:absolute;right:18px;top:16px;width:48px;height:1px;background:linear-gradient(90deg,var(--vs-blue),var(--vs-teal))}

body.page-contact [data-office-map]{position:relative}
body.page-contact [data-office-map]::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--vs-line),transparent)}

@media(max-width:980px){
  .hero-media,.page-hero .hero-media{min-height:285px}
  .hero-media img,.page-hero .hero-media img{width:min(96%,450px)}
}

@media(max-width:760px){
  .hero-media,.page-hero .hero-media{min-height:235px}
  .hero-media::before,.page-hero .hero-media::before{inset:8% 1% 8% 4%;border-radius:20px;background-size:42px 42px}
  .hero-media img,.page-hero .hero-media img{width:min(92%,390px);transform:none!important}
  .section>.container>.visual-mark{display:none}
  .modular-rule{margin-top:16px}
}

@media(prefers-reduced-motion:reduce){
  body.visual-ready .hero-media img,body.visual-ready .page-hero .hero-media img,body.visual-ready .section>.container>.visual-mark{animation:none}
  .service-card,.post-card,.reason,.service-sheet,.guide-thumb,.card-thumb,.service-card::after,.post-card::after,.reason::after{transition:none}
}