/**
 * SentinelaScene — poses distintas por contexto de página
 */
.hn-page-sentinela,
.hn-sentinela-scene {
  pointer-events: none;
  user-select: none;
}

.hn-page-sentinela img,
.hn-sentinela-scene img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hn-page-sentinela {
  position: absolute;
  z-index: 4;
  animation: ss-sentinela-float 7s ease-in-out infinite;
}

/* ss-premium-pages.css usa overflow:hidden no hero — libera o mascote */
body.hn-site-page.ss-premium-page main > section.hero:first-of-type,
body.hn-site-page main .top-bg .hero,
body.hn-site-page main > section.hero:first-of-type {
  overflow: visible !important;
}

@keyframes ss-sentinela-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Home / institucional */
.hn-page-sentinela--site-home {
  right: max(-8px, calc(50% - 640px));
  bottom: -16px;
  width: min(460px, 42vw);
}

.hn-page-sentinela--site-home img {
  max-height: min(560px, 62vh);
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.4));
}

/* Default / catálogo */
.hn-page-sentinela--default {
  right: max(0px, calc(50% - 580px));
  bottom: -8px;
  width: min(400px, 40vw);
}

.hn-page-sentinela--default img {
  max-height: min(500px, 58vh);
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.38));
}

/* Auto / moto */
.hn-page-sentinela--auto {
  right: -24px;
  bottom: 0;
  width: min(480px, 44vw);
}

.hn-page-sentinela--auto img {
  max-height: min(520px, 64vh);
  transform: rotate(-2deg);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.42));
}

/* Residencial / condomínio */
.hn-page-sentinela--property {
  right: max(-12px, calc(50% - 620px));
  bottom: -14px;
  width: min(420px, 38vw);
}

.hn-page-sentinela--property img {
  max-height: 480px;
}

/* Empresarial / frota / RH */
.hn-page-sentinela--business {
  right: max(0px, calc(50% - 600px));
  bottom: 0;
  width: min(400px, 36vw);
}

.hn-page-sentinela--business img {
  max-height: 460px;
  transform: translateX(8px);
}

/* Viagem */
.hn-page-sentinela--travel {
  right: 2%;
  bottom: 8px;
  width: min(380px, 34vw);
}

.hn-page-sentinela--travel img {
  max-height: 440px;
  transform: rotate(2deg);
}

/* Saúde / vida */
.hn-page-sentinela--health {
  right: max(0px, calc(50% - 560px));
  bottom: -6px;
  width: min(380px, 34vw);
}

.hn-page-sentinela--health img {
  max-height: 450px;
}

/* RC / cyber / garantia */
.hn-page-sentinela--shield {
  right: max(-6px, calc(50% - 590px));
  bottom: -10px;
  width: min(420px, 38vw);
}

.hn-page-sentinela--shield img {
  max-height: 490px;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.36));
}

/* Blog / conteúdo */
.hn-page-sentinela--blog {
  right: 0;
  bottom: -20px;
  width: min(280px, 28vw);
  opacity: 0.88;
}

.hn-page-sentinela--blog img {
  max-height: 340px;
}

/* Contato / cotação / calculadoras */
.hn-page-sentinela--contact {
  right: 4%;
  bottom: 0;
  width: min(360px, 34vw);
}

.hn-page-sentinela--contact img {
  max-height: 420px;
  transform: translateY(6px);
}

/* Obrigado / sucesso */
.hn-page-sentinela--success {
  right: 6%;
  bottom: -8px;
  width: min(380px, 36vw);
}

.hn-page-sentinela--success img {
  max-height: 440px;
}

/* Pre-footer — aponta CTA */
.hn-prefooter-sentinela img {
  width: min(240px, 30vw);
  max-height: 280px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.24));
  animation: ss-sentinela-float 8s ease-in-out infinite;
}

/* Strip antes do footer — escudo compacto */
.hn-sentinela-strip img {
  width: min(180px, 32vw);
  max-height: 200px;
  opacity: 0.92;
  animation: ss-sentinela-float 9s ease-in-out infinite;
}

/* Home nova — pose principal no hero */
body.hn-home-playground .hn-sentinela {
  width: min(520px, 88%);
  max-height: 580px;
}

body.hn-home-playground .hn-final-grid img {
  width: min(320px, 42vw);
  max-height: 360px;
  object-fit: contain;
  justify-self: end;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22));
}

@media (max-width: 960px) {
  .hn-page-sentinela {
    opacity: 0.82;
  }

  .hn-page-sentinela--site-home,
  .hn-page-sentinela--default,
  .hn-page-sentinela--auto {
    width: min(260px, 46vw);
    right: -16px;
  }

  .hn-page-sentinela--site-home img,
  .hn-page-sentinela--default img,
  .hn-page-sentinela--auto img {
    max-height: 300px;
  }
}

@media (max-width: 640px) {
  .hn-page-sentinela {
    width: min(190px, 50vw) !important;
    right: -12px !important;
    opacity: 0.58;
  }

  .hn-page-sentinela img {
    max-height: 230px !important;
  }

  .hn-prefooter-sentinela {
    display: none;
  }

  body.hn-home-playground .hn-final-grid img {
    width: min(220px, 58vw);
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hn-page-sentinela,
  .hn-prefooter-sentinela img,
  .hn-sentinela-strip img {
    animation: none !important;
  }
}
