.elementor-59 .elementor-element.elementor-element-76d3bf5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9afe4e4 *//*
  ARSYSTEM COMPRESSORES
  Página: Compressor ELGi Série EG de 125 a 200 HP
  Local de instalação: CSS personalizado do contêiner da página
  Não adicionar tags <style> neste campo.
*/

.ars-eg-hero,
.ars-eg-hero *,
.ars-eg-hero *::before,
.ars-eg-hero *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ars-eg-hero {
  --ars-eg-dark: #132632;
  --ars-eg-dark-deep: #0c1d27;
  --ars-eg-green: #cff3bd;
  --ars-eg-green-strong: #79ad5f;
  --ars-eg-white: #ffffff;
  --ars-eg-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-eg-text: var(--ars-font-text, "Inter", Arial, sans-serif);

  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;

  /*
   * Hero sem imagem, mantendo a mesma estrutura visual,
   * altura e hierarquia de respiros da Série EG.
   */
  background:
    linear-gradient(
      112deg,
      var(--ars-eg-dark-deep) 0%,
      var(--ars-eg-dark) 72%,
      #18313f 100%
    );

  color: var(--ars-eg-white);
  font-family: var(--ars-eg-title);
  isolation: isolate;
}





.ars-eg-hero a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   CONTAINER PRINCIPAL (ESPAÇAMENTO SIMÉTRICO RIGOROSO)
========================================================= */

.ars-eg-hero__container {
  position: relative;
  z-index: 3;

  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* Garante rigorosamente 40px no topo e 40px na base */
  padding: 60px 24px;
}

.ars-eg-hero__content {
  position: relative;
  z-index: 3;

  width: min(76%, 970px);
}

/* =========================================================
   BREADCRUMB
========================================================= */

.ars-eg-hero__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 0; /* Zera margem superior acumulada */
  margin-bottom: 20px;

  color: rgba(255, 255, 255, 0.74);

  font-family: var(--ars-eg-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.ars-eg-hero__breadcrumb-link {
  transition: color 0.25s ease;
}

.ars-eg-hero__breadcrumb-link:hover,
.ars-eg-hero__breadcrumb-link:focus-visible {
  color: var(--ars-eg-green);
}

.ars-eg-hero__breadcrumb-link:focus-visible {
  outline: 2px solid var(--ars-eg-green);
  outline-offset: 3px;
}

.ars-eg-hero__separator {
  color: rgba(255, 255, 255, 0.38);
}

.ars-eg-hero__breadcrumb-current {
  color: var(--ars-eg-green);
  font-weight: 700;
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-eg-hero__title {
  max-width: 980px;

  color: var(--ars-eg-white);

  font-size: clamp(35px, 3.45vw, 54px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ars-eg-hero__subtitle {
  max-width: 840px;
  margin-top: 10px;

  color: rgba(255, 255, 255, 0.96);

  font-size: clamp(20px, 2.1vw, 31px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.ars-eg-hero__highlight {
  color: var(--ars-eg-green);
}

/* =========================================================
   DIFERENCIAIS EM FORMATO DE SETAS (ALINHAMENTO CORRIGIDO)
========================================================= */

.ars-eg-hero__features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 30px;
  margin-bottom: 0; /* Finaliza o bloco de texto sem margens extras */
}

.ars-eg-hero__feature {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 38px;
  padding: 8px 24px 8px 18px;

  border: 1px solid rgba(207, 243, 189, 0.34);

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.065) 100%
    );

  color: #ffffff;

  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: nowrap;

  -webkit-clip-path:
    polygon(
      0 0,
      calc(100% - 12px) 0,
      100% 50%,
      calc(100% - 12px) 100%,
      0 100%,
      10px 50%
    );

  clip-path:
    polygon(
      0 0,
      calc(100% - 12px) 0,
      100% 50%,
      calc(100% - 12px) 100%,
      0 100%,
      10px 50%
    );

  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);

  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.ars-eg-hero__feature:first-child {
  padding-left: 16px;

  -webkit-clip-path:
    polygon(
      0 0,
      calc(100% - 12px) 0,
      100% 50%,
      calc(100% - 12px) 100%,
      0 100%
    );

  clip-path:
    polygon(
      0 0,
      calc(100% - 12px) 0,
      100% 50%,
      calc(100% - 12px) 100%,
      0 100%
    );
}

.ars-eg-hero__feature:hover {
  transform: translateY(-2px);
}

/* =========================================================
   FUNDO RESPONSIVO
========================================================= */

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
  .ars-eg-hero__content {
    width: 78%;
  }

  .ars-eg-hero__title {
    font-size: clamp(34px, 4.4vw, 46px);
  }

  .ars-eg-hero__feature {
    font-size: 10px;
  }
}

/* =========================================================
   MOBILE (ALINHAMENTO SIMÉTRICO E RESPONSIVO)
========================================================= */

@media (max-width: 767px) {
  .ars-eg-hero__container {
    /* Mantém 36px rigorosamente no topo e na base no mobile */
    padding: 36px 20px;
  }

  .ars-eg-hero__content {
    width: 100%;
  }

  .ars-eg-hero__breadcrumb {
    gap: 6px;
    margin-bottom: 18px;
    font-size: 10px;
  }

  .ars-eg-hero__title {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 39px);
    line-height: 1.06;
  }

  .ars-eg-hero__subtitle {
    max-width: 95%;
    margin-top: 12px;
    font-size: clamp(19px, 5.5vw, 25px);
  }

  .ars-eg-hero__features {
    gap: 8px;
    margin-top: 24px;
  }

  .ars-eg-hero__feature {
    min-height: 36px;
    padding: 8px 20px 8px 16px;
    font-size: 9.5px;
  }

  
}

@media (max-width: 520px) {
  /*
   * No mobile, os três diferenciais ficam em uma única linha.
   * Os textos podem quebrar em até duas linhas sem aumentar
   * excessivamente a altura da Hero.
   */
  .ars-eg-hero__features {
    display: grid;
    grid-template-columns:
      minmax(72px, 0.78fr)
      minmax(72px, 0.88fr)
      minmax(0, 1.34fr);
    align-items: stretch;
    gap: 5px;

    width: 100%;
    margin-top: 22px;
  }

  .ars-eg-hero__feature,
  .ars-eg-hero__feature:first-child {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 8px 14px 8px 10px;

    justify-content: center;

    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0.025em;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;

    -webkit-clip-path:
      polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 50%,
        calc(100% - 10px) 100%,
        0 100%
      );

    clip-path:
      polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 50%,
        calc(100% - 10px) 100%,
        0 100%
      );
  }

  .ars-eg-hero__feature:first-child {
    padding-right: 13px;

    -webkit-clip-path:
      polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 50%,
        calc(100% - 10px) 100%,
        0 100%
      );

    clip-path:
      polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 50%,
        calc(100% - 10px) 100%,
        0 100%
      );
  }
}

@media (max-width: 420px) {
  .ars-eg-hero__container {
    /* Garante 32px no topo e 32px na base em telas pequenas */
    padding: 32px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg-hero__breadcrumb-link,
  .ars-eg-hero__feature {
    transition: none;
  }
}

.ars-eg90160-overview,
.ars-eg90160-overview *,
.ars-eg90160-overview *::before,
.ars-eg90160-overview *::after {
  box-sizing: border-box;
}

.ars-eg90160-overview {
  --ars-eo-dark: #132632;
  --ars-eo-dark-deep: #0c1d27;
  --ars-eo-green: #cff3bd;
  --ars-eo-green-strong: #65934f;
  --ars-eo-text: #526069;
  --ars-eo-border: #e3e9e1;
  --ars-eo-soft: #f4f8f2;
  --ars-eo-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-eo-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  margin: 0;
  padding: 72px 24px;
  overflow: clip;

  background-color: #ffffff !important;
  background-image: none !important;
  color: var(--ars-eo-dark);
  font-family: var(--ars-eo-body);
}

.ars-eg90160-overview :where(h2, h3, p, figure) {
  margin: 0;
  padding: 0;
}

.ars-eg90160-overview a {
  text-decoration: none !important;
}

.ars-eg90160-overview__container {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.32fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: start;

  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* =========================================================
   GALERIA
========================================================= */

.ars-eg90160-overview__media {
  position: sticky;
  top: 112px;
  align-self: start;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 540px;
  padding: 34px;
  overflow: hidden;

  border: 1px solid var(--ars-eo-border);
  border-radius: 16px;

  background: #ffffff;

  box-shadow: 0 24px 48px rgba(19, 38, 50, 0.08);
}

.ars-eg90160-overview__media::before {
  position: absolute;
  top: 0;
  right: 0;

  width: 110px;
  height: 8px;

  border-radius: 0 16px 0 8px;

  background: var(--ars-eo-green);

  content: "";
}

.ars-eg90160-overview__stage {
  position: relative;
  z-index: 1;
  isolation: isolate;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 390px;
  overflow: hidden;

  background-color: #ffffff !important;
  background-image: none !important;
}

.ars-eg90160-overview__image {
  position: relative;
  z-index: 1;

  display: block;

  width: 100% !important;
  max-width: 500px !important;
  height: 100% !important;

  object-fit: contain !important;
  object-position: center center;

  background-color: #ffffff !important;
  background-image: none !important;

  filter: drop-shadow(0 18px 20px rgba(19, 38, 50, 0.12));

  opacity: 1;

  transform: scale(1);

  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.ars-eg90160-overview__image.is-changing {
  opacity: 0;
  transform: scale(0.985);
}

/* =========================================================
   MINIATURAS
========================================================= */

.ars-eg90160-overview__thumbs {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;

  width: 100%;
  max-width: 370px;
  margin-top: 18px;
}

.ars-eg90160-overview__thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 72px;
  padding: 6px;
  overflow: hidden;

  border: 2px solid #dce5d8 !important;
  border-radius: 9px;

  background-color: #ffffff !important;
  background-image: none !important;
  color: var(--ars-eo-dark) !important;

  box-shadow: 0 5px 12px rgba(19, 38, 50, 0.05);

  font: inherit;
  text-shadow: none !important;

  cursor: pointer;

  transition:
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.ars-eg90160-overview__thumb::before,
.ars-eg90160-overview__thumb::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

.ars-eg90160-overview__thumb:hover,
.ars-eg90160-overview__thumb:focus,
.ars-eg90160-overview__thumb:focus-visible,
.ars-eg90160-overview__thumb:active {
  border-color: var(--ars-eo-green-strong) !important;

  background-color: #ffffff !important;
  background-image: none !important;
  color: var(--ars-eo-dark) !important;

  box-shadow: 0 7px 16px rgba(19, 38, 50, 0.10);
  transform: translateY(-2px);
}

.ars-eg90160-overview__thumb:focus,
.ars-eg90160-overview__thumb:focus-visible {
  outline: 3px solid rgba(101, 147, 79, 0.22) !important;
  outline-offset: 2px;
}

.ars-eg90160-overview__thumb.is-active,
.ars-eg90160-overview__thumb.is-active:hover,
.ars-eg90160-overview__thumb.is-active:focus,
.ars-eg90160-overview__thumb.is-active:focus-visible,
.ars-eg90160-overview__thumb.is-active:active {
  border-color: var(--ars-eo-dark) !important;

  background-color: #ffffff !important;
  background-image: none !important;
  color: var(--ars-eo-dark) !important;

  box-shadow: 0 7px 16px rgba(19, 38, 50, 0.12);
}

.ars-eg90160-overview__thumb-image {
  display: block;

  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
  object-position: center;

  background-color: transparent !important;
  background-image: none !important;
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-eg90160-overview__content {
  min-width: 0;
}

.ars-eg90160-overview__header {
  padding-bottom: 25px;

  border-bottom: 1px solid var(--ars-eo-border);
}

.ars-eg90160-overview__eyebrow {
  display: block;

  margin-bottom: 9px;

  color: var(--ars-eo-green-strong);

  font-family: var(--ars-eo-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-eg90160-overview__title {
  width: 100%;

  color: var(--ars-eo-dark);

  font-family: var(--ars-eo-title);
  font-size: clamp(29px, 2.45vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;

  white-space: nowrap;
}

.ars-eg90160-overview__powers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 17px;
}

.ars-eg90160-overview__powers-label {
  margin-right: 3px;

  color: var(--ars-eo-text);

  font-family: var(--ars-eo-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ars-eg90160-overview__power {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 54px;
  min-height: 32px;
  padding: 6px 11px;

  border: 1px solid rgba(101, 147, 79, 0.22);
  border-radius: 999px;

  background: var(--ars-eo-green);
  color: var(--ars-eo-dark);

  font-family: var(--ars-eo-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ars-eg90160-overview__intro {
  margin-top: 28px !important;

  color: var(--ars-eo-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.ars-eg90160-overview__intro strong {
  color: var(--ars-eo-dark);
  font-weight: 700;
}

/* =========================================================
   BOTÕES
========================================================= */

.ars-eg90160-overview__actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;

  width: 100%;
  margin-top: 22px;
}

.ars-eg90160-overview__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 220px;
  min-height: 52px;
  margin: 0;
  padding: 14px 22px;

  flex: 1 1 220px;

  border: 2px solid var(--ars-eo-dark);
  border-radius: 8px;

  background: var(--ars-eo-dark);
  color: #ffffff !important;

  font-family: var(--ars-eo-title);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ars-eg90160-overview__button::after {
  font-size: 20px;
  line-height: 1;

  content: "→";
}

.ars-eg90160-overview__button svg {
  width: 19px;
  height: 19px;

  flex: 0 0 19px;

  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ars-eg90160-overview__button:hover,
.ars-eg90160-overview__button:focus-visible {
  border-color: var(--ars-eo-green);

  background: var(--ars-eo-green);
  color: var(--ars-eo-dark) !important;

  box-shadow: 0 12px 24px rgba(19, 38, 50, 0.14);

  transform: translateY(-2px);
}

.ars-eg90160-overview__button--catalog {
  border-color: var(--ars-eo-green);

  background: var(--ars-eo-green);
  color: var(--ars-eo-dark) !important;
}

.ars-eg90160-overview__button--catalog::after {
  content: none;
}

.ars-eg90160-overview__button--catalog:hover,
.ars-eg90160-overview__button--catalog:focus-visible {
  border-color: var(--ars-eo-dark);

  background: var(--ars-eo-dark);
  color: #ffffff !important;
}

.ars-eg90160-overview__button:focus-visible {
  outline: 3px solid rgba(101, 147, 79, 0.28);
  outline-offset: 3px;
}

/* =========================================================
   TECNOLOGIAS E CONFIGURAÇÕES
========================================================= */

.ars-eg90160-overview__options {
  margin-top: 28px;
}

.ars-eg90160-overview__options-title {
  margin-bottom: 16px !important;

  color: var(--ars-eo-dark);

  font-family: var(--ars-eo-title);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.ars-eg90160-overview__option-list {
  display: grid;
  gap: 14px;
}

.ars-eg90160-overview__option {
  position: relative;

  padding: 18px 20px 18px 54px;

  border: 1px solid var(--ars-eo-border);
  border-radius: 10px;

  background: var(--ars-eo-soft);
}

.ars-eg90160-overview__option::before {
  position: absolute;
  top: 21px;
  left: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  border-radius: 50%;

  background: var(--ars-eo-green);
  color: var(--ars-eo-dark);

  font-family: var(--ars-eo-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;

  content: "✓";
}

.ars-eg90160-overview__option p {
  color: var(--ars-eo-text);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.ars-eg90160-overview__option strong {
  color: var(--ars-eo-dark);
  font-weight: 800;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .ars-eg90160-overview__container {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 34px;
  }

  .ars-eg90160-overview__media {
    min-height: 500px;
    padding: 24px;
  }

  .ars-eg90160-overview__stage {
    height: 350px;
  }

  .ars-eg90160-overview__title {
    white-space: normal;
  }

  .ars-eg90160-overview__actions {
    gap: 10px;
  }

  .ars-eg90160-overview__button {
    min-width: 190px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .ars-eg90160-overview {
    padding: 48px 20px;
  }

  .ars-eg90160-overview__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ars-eg90160-overview__media {
    min-height: 420px;
    padding: 22px;

    border-radius: 12px;
  }

  .ars-eg90160-overview__stage {
    height: 280px;
  }

  .ars-eg90160-overview__image {
    max-width: 100% !important;
  }

  .ars-eg90160-overview__thumbs {
    max-width: 330px;
    gap: 8px;

    margin-top: 15px;
  }

  .ars-eg90160-overview__thumb {
    height: 64px;
    padding: 5px;
  }

  .ars-eg90160-overview__header {
    padding-bottom: 22px;
  }

  .ars-eg90160-overview__title {
    font-size: clamp(28px, 8.2vw, 36px);

    white-space: normal;
  }

  .ars-eg90160-overview__powers {
    gap: 7px;
  }

  .ars-eg90160-overview__powers-label {
    width: 100%;
    margin: 0 0 3px;
  }

  .ars-eg90160-overview__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ars-eg90160-overview__button {
    width: 100%;
    min-width: 0;
  }

  .ars-eg90160-overview__intro {
    margin-top: 23px !important;

    font-size: 15px;
    line-height: 1.72;
  }

  .ars-eg90160-overview__option {
    padding: 17px 17px 17px 49px;
  }

  .ars-eg90160-overview__option::before {
    top: 20px;
    left: 17px;
  }

  .ars-eg90160-overview__option p {
    font-size: 14.5px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg90160-overview__image,
  .ars-eg90160-overview__thumb,
  .ars-eg90160-overview__button {
    transition: none;
  }

  .ars-eg90160-overview__button:hover,
  .ars-eg90160-overview__button:focus-visible {
    transform: none;
  }
}

/* =========================================================
   RESET ISOLADO E VARIÁVEIS
========================================================= */

.ars-eg90160-opening,
.ars-eg90160-opening *,
.ars-eg90160-opening *::before,
.ars-eg90160-opening *::after {
  box-sizing: border-box;
}

.ars-eg90160-opening :where(h2, p) {
  margin: 0;
  padding: 0;
}

.ars-eg90160-opening {
  --ars-opening-dark: #132632;
  --ars-opening-dark-deep: #0c1d27;
  --ars-opening-green: #cff3bd;
  --ars-opening-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-opening-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  position: relative;

  display: flex;
  align-items: center;

  width: 100%;
  min-width: 0;
  min-height: 360px;
  padding: 75px 0;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 72% 45%,
      rgba(207, 243, 189, 0.13),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #091820 0%,
      var(--ars-opening-dark-deep) 42%,
      var(--ars-opening-dark) 100%
    );

  color: #ffffff;
  font-family: var(--ars-opening-body);
  isolation: isolate;
}

/* Grade técnica decorativa */



.ars-eg90160-opening__container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   TEXTO GIGANTE AO FUNDO
========================================================= */

.ars-eg90160-opening__ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;

  color: rgba(255, 255, 255, 0.038);

  font-family: var(--ars-opening-title);
  font-size: clamp(7rem, 15vw, 15rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;

  pointer-events: none;
  user-select: none;

  transform: translate(-50%, -50%);
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-eg90160-opening__content {
  position: relative;
  z-index: 2;

  max-width: 1050px;
  padding: 3px 0 25px 26px;

  border-left: 6px solid var(--ars-opening-green);
}

.ars-eg90160-opening__content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 6px;

  border-radius: 0 5px 5px 0;
  background: var(--ars-opening-green);

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s
    cubic-bezier(0.22, 1, 0.36, 1);

  content: "";
}

.ars-eg90160-opening__title {
  color: #ffffff;

  font-family: var(--ars-opening-title);
  font-size: clamp(30px, 4vw, 49px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;

  opacity: 0;
  transform: translateX(-30px);

  transition:
    opacity 0.75s ease,
    transform 0.75s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.ars-eg90160-opening__description {
  max-width: 930px;
  margin-top: 20px !important;

  color: rgba(255, 255, 255, 0.82);

  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.7;

  opacity: 0;
  transform: translateY(16px);

  transition:
    opacity 0.65s ease 0.3s,
    transform 0.65s ease 0.3s;
}

.ars-eg90160-opening__description strong {
  color: var(--ars-opening-green);
  font-weight: 800;
}

/* Estado visível acionado pelo JavaScript */

.ars-eg90160-opening.ars-eg90160-opening--visible
  .ars-eg90160-opening__content::after {
  transform: scaleX(1);
}

.ars-eg90160-opening.ars-eg90160-opening--visible
  .ars-eg90160-opening__title,
.ars-eg90160-opening.ars-eg90160-opening--visible
  .ars-eg90160-opening__description {
  opacity: 1;
  transform: none;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .ars-eg90160-opening {
    min-height: 400px;
    padding: 62px 0;
  }

  .ars-eg90160-opening__container {
    padding: 0 20px;
  }

  .ars-eg90160-opening__ghost {
    font-size: clamp(5rem, 28vw, 8rem);
  }

  .ars-eg90160-opening__content {
    padding-left: 17px;
    padding-bottom: 20px;

    border-left-width: 4px;
  }

  .ars-eg90160-opening__content::after {
    height: 4px;
  }

  .ars-eg90160-opening__title {
    font-size: clamp(28px, 8vw, 37px);
  }

  .ars-eg90160-opening__description {
    font-size: 15px;
    line-height: 1.68;
  }
}

/* =========================================================
   MOVIMENTO REDUZIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .ars-eg90160-opening *,
  .ars-eg90160-opening *::before,
  .ars-eg90160-opening *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ars-eg90160-opening__title,
  .ars-eg90160-opening__description {
    opacity: 1 !important;
    transform: none !important;
  }

  .ars-eg90160-opening__content::after {
    transform: scaleX(1) !important;
  }
}

.ars-eg90160-core-section,
.ars-eg90160-core-section *,
.ars-eg90160-core-section *::before,
.ars-eg90160-core-section *::after {
  box-sizing: border-box;
}

.ars-eg90160-core-section :where(
  h2,
  h3,
  p,
  span,
  div,
  article,
  img,
  ul,
  li
) {
  margin: 0;
  padding: 0;
}

.ars-eg90160-core-section {
  --ars-section-dark: #132632;
  --ars-section-dark-deep: #0c1d27;
  --ars-section-green: #cff3bd;
  --ars-section-green-strong: #5f9243;
  --ars-section-text: #526069;
  --ars-section-muted: #718089;
  --ars-section-border: #dfe7e2;
  --ars-section-bg: #f8f8f8;
  --ars-section-white: #ffffff;

  --ars-section-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-section-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;

  min-height: calc(100svh - 110px);
  padding: 75px 0 75px;
  overflow: hidden;

  background: var(--ars-section-bg);
  color: var(--ars-section-dark);

  font-family: var(--ars-section-body);
}

.ars-eg90160-core-section__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-eg90160-core-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1.02fr);
  gap: clamp(28px, 3vw, 40px);
  align-items: center;
}

/* =========================================================
   COLUNA DE TEXTO
========================================================= */

.ars-eg90160-core-section__content {
  min-width: 0;
}

.ars-eg90160-core-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 11px;

  color: var(--ars-section-green-strong);

  font-family: var(--ars-section-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-eg90160-core-section__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--ars-section-green);
}

.ars-eg90160-core-section__title {
  width: 100%;
  max-width: none;

  color: var(--ars-section-dark);

  font-family: var(--ars-section-title);
  font-size: clamp(34px, 2.65vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ars-eg90160-core-section__title span {
  display: block;
  white-space: nowrap;
}

.ars-eg90160-core-section__description {
  max-width: 620px;
  margin-top: 12px;

  color: var(--ars-section-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-eg90160-core-section__description strong {
  color: var(--ars-section-dark);
  font-weight: 800;
}

.ars-eg90160-core-section__list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
}

.ars-eg90160-core-section__item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;

  padding: 10px 12px;

  border: 1px solid rgba(19, 38, 50, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.ars-eg90160-core-section__item:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 146, 67, 0.26);
  box-shadow: 0 12px 26px rgba(19, 38, 50, 0.07);
}

.ars-eg90160-core-section__item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 0 10px;

  border-radius: 999px;
  background: rgba(207, 243, 189, 0.55);
  color: var(--ars-section-dark);

  font-family: var(--ars-section-title);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ars-eg90160-core-section__item-text {
  color: var(--ars-section-text);
  font-size: 15px;
  line-height: 1.6;
}

.ars-eg90160-core-section__item-text strong {
  color: var(--ars-section-dark);
  font-weight: 800;
}

.ars-eg90160-core-section__note {
  max-width: 620px;
  margin-top: 12px;

  color: var(--ars-section-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

/* =========================================================
   COLUNA VISUAL
========================================================= */

.ars-eg90160-core-section__visual-wrap {
  position: relative;
  min-width: 0;
}

.ars-eg90160-core-section__visual-card {
  position: relative;
  min-height: 400px;
  padding: 30px;
  overflow: hidden;

  border: 1px solid var(--ars-section-border);
  border-radius: 20px;

  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(207, 243, 189, 0.42) 0%,
      rgba(207, 243, 189, 0) 26%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f1f6f2 100%
    );

  box-shadow:
    0 14px 40px rgba(19, 38, 50, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ars-eg90160-core-section__visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(19, 38, 50, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 38, 50, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.8;
  pointer-events: none;
}

.ars-eg90160-core-section__visual-card::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(19, 38, 50, 0.08) 0%,
      rgba(19, 38, 50, 0) 68%
    );
  pointer-events: none;
}

.ars-eg90160-core-section__product-area {
  position: absolute;
  inset: 30px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.ars-eg90160-core-section__product-image {
  display: block;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;

  object-fit: contain !important;
  object-position: center center;

  background-color: transparent !important;
  filter:
    drop-shadow(0 20px 24px rgba(19, 38, 50, 0.12))
    drop-shadow(0 7px 10px rgba(19, 38, 50, 0.07));
}

/* =========================================================
   BADGES FLUTUANTES
========================================================= */

.ars-eg90160-core-section__badge-circle {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 108px;
  height: 108px;
  padding: 11px;

  border: 3px solid var(--ars-section-dark);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(19, 38, 50, 0.12);

  text-align: center;
}

.ars-eg90160-core-section__badge-circle small {
  display: block;

  color: var(--ars-section-dark);

  font-family: var(--ars-section-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ars-eg90160-core-section__badge-circle strong {
  margin-top: 4px;

  color: var(--ars-section-dark);

  font-family: var(--ars-section-title);
  font-size: 28px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.ars-eg90160-core-section__badge-circle span {
  margin-top: 5px;

  color: var(--ars-section-dark);

  font-family: var(--ars-section-title);
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ars-eg90160-core-section__badge-pill {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  padding: 12px 16px;

  border-radius: 14px;
  background: var(--ars-section-dark);
  color: #ffffff;

  box-shadow: 0 16px 34px rgba(19, 38, 50, 0.22);
  text-align: center;
}

.ars-eg90160-core-section__badge-pill strong {
  display: block;

  font-family: var(--ars-section-title);
  font-size: 22px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.ars-eg90160-core-section__badge-pill span {
  display: block;
  margin-top: 4px;

  color: rgba(255, 255, 255, 0.84);

  font-family: var(--ars-section-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ars-eg90160-core-section__floating-label {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 30px;
  padding: 7px 12px;

  border: 1px solid rgba(19, 38, 50, 0.08);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.9);
  color: var(--ars-section-green-strong);

  font-family: var(--ars-section-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(19, 38, 50, 0.08);
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (min-width: 1025px) and (max-height: 820px) {
  .ars-eg90160-core-section {
    min-height: calc(100svh - 90px);
    padding: 14px 0;
  }

  .ars-eg90160-core-section__visual-card {
    min-height: 360px;
    padding: 26px;
  }

  .ars-eg90160-core-section__product-area {
    inset: 26px;
  }

  .ars-eg90160-core-section__list {
    gap: 6px;
    margin-top: 13px;
  }

  .ars-eg90160-core-section__item {
    padding: 8px 11px;
  }
}

@media (max-width: 1024px) {
  .ars-eg90160-core-section__title span {
    white-space: normal;
  }

  .ars-eg90160-core-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ars-eg90160-core-section__content {
    max-width: none;
  }

  .ars-eg90160-core-section__title,
  .ars-eg90160-core-section__description,
  .ars-eg90160-core-section__note {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .ars-eg90160-core-section {
    display: block;
    min-height: 0;
    padding: 24px 0;
  }

  .ars-eg90160-core-section__container {
    width: min(calc(100% - 32px), 560px);
  }

  .ars-eg90160-core-section__visual-card {
    min-height: 400px;
    padding: 20px;
    border-radius: 16px;
  }

  .ars-eg90160-core-section__product-area {
    inset: 20px;
  }

  .ars-eg90160-core-section__badge-circle {
    top: 16px;
    left: 16px;
    width: 98px;
    height: 98px;
    padding: 10px;
  }

  .ars-eg90160-core-section__badge-circle strong {
    font-size: 22px;
  }

  .ars-eg90160-core-section__badge-circle span {
    font-size: 8.5px;
  }

  .ars-eg90160-core-section__floating-label {
    top: 16px;
    right: 16px;
    min-height: 30px;
    padding: 7px 11px;
    font-size: 9px;
  }

  .ars-eg90160-core-section__badge-pill {
    right: 16px;
    bottom: 16px;
    left: 16px;
    min-height: 60px;
    padding: 12px 14px;
  }

  .ars-eg90160-core-section__badge-pill strong {
    font-size: 20px;
  }

  .ars-eg90160-core-section__title {
    font-size: clamp(29px, 8vw, 38px);
    line-height: 1.07;
  }

  .ars-eg90160-core-section__description {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .ars-eg90160-core-section__item {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 14px 14px;
    border-radius: 12px;
  }

  .ars-eg90160-core-section__item-number {
    min-height: 32px;
    font-size: 12px;
  }

  .ars-eg90160-core-section__item-text {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg90160-core-section *,
  .ars-eg90160-core-section *::before,
  .ars-eg90160-core-section *::after {
    transition: none !important;
  }
}

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-eg90160-control-section,
.ars-eg90160-control-section *,
.ars-eg90160-control-section *::before,
.ars-eg90160-control-section *::after {
  box-sizing: border-box;
}

.ars-eg90160-control-section :where(
  h2,
  p,
  span,
  div,
  figure,
  ul,
  li,
  img
) {
  margin: 0;
  padding: 0;
}

.ars-eg90160-control-section {
  --ars-eg90160-control-dark: #132632;
  --ars-eg90160-control-dark-deep: #0c1d27;
  --ars-eg90160-control-green: #cff3bd;
  --ars-eg90160-control-green-main: #248b35;
  --ars-eg90160-control-green-soft: #edf8ef;
  --ars-eg90160-control-text: #526069;
  --ars-eg90160-control-border: #dfe7e2;
  --ars-eg90160-control-bg: #ffffff;
  --ars-eg90160-control-white: #ffffff;

  --ars-eg90160-control-title:
    var(--ars-font-title, "Outfit", Arial, sans-serif);

  --ars-eg90160-control-body:
    var(--ars-font-text, "Inter", Arial, sans-serif);

  display: flex;
  align-items: center;

  width: 100%;
  min-width: 0;
  min-height: calc(100svh - 110px);
  padding: 22px 0;
  overflow: hidden;

  background: #ffffff;

  color: var(--ars-eg90160-control-dark);
  font-family: var(--ars-eg90160-control-body);
}

.ars-eg90160-control-section__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-eg90160-control-section__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 4vw, 62px);
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-eg90160-control-section__content {
  min-width: 0;
}

.ars-eg90160-control-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 14px;

  color: var(--ars-eg90160-control-green-main);

  font-family: var(--ars-eg90160-control-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-eg90160-control-section__eyebrow::before {
  width: 32px;
  height: 2px;
  flex: 0 0 32px;

  background: var(--ars-eg90160-control-green-main);

  content: "";
}

.ars-eg90160-control-section__title {
  width: 100%;
  max-width: none;

  color: var(--ars-eg90160-control-dark);

  font-family: var(--ars-eg90160-control-title);
  font-size: clamp(34px, 2.65vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ars-eg90160-control-section__title span {
  display: block;
  white-space: nowrap;
}

.ars-eg90160-control-section__description {
  max-width: 620px;
  margin-top: 18px;

  color: var(--ars-eg90160-control-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-eg90160-control-section__description strong {
  color: var(--ars-eg90160-control-dark);
  font-weight: 800;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.ars-eg90160-control-section__list {
  display: grid;
  gap: 12px;

  margin-top: 24px;

  list-style: none;
}

.ars-eg90160-control-section__item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 13px;

  padding: 2px 0;
}

.ars-eg90160-control-section__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;
  margin-top: 1px;

  border-radius: 50%;

  background: var(--ars-eg90160-control-green-soft);
  color: var(--ars-eg90160-control-green-main);
}

.ars-eg90160-control-section__item-icon svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-eg90160-control-section__item-text {
  color: var(--ars-eg90160-control-text);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.ars-eg90160-control-section__item-text strong {
  color: var(--ars-eg90160-control-dark);
  font-weight: 800;
}

/* =========================================================
   PAINEL VISUAL
========================================================= */

.ars-eg90160-control-section__visual {
  position: relative;

  min-width: 0;
  padding: 24px 22px 22px;
}

.ars-eg90160-control-section__visual-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 440px;
  padding: 30px;
  overflow: hidden;

  border: 1px solid rgba(36, 139, 53, 0.22);
  border-radius: 20px;

  background:
    radial-gradient(
      circle at 78% 24%,
      rgba(207, 243, 189, 0.64),
      transparent 29%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f1f8f2 58%,
      #e7f4e9 100%
    );

  box-shadow:
    0 24px 50px rgba(19, 38, 50, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ars-eg90160-control-section__visual-card::before {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(19, 38, 50, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(19, 38, 50, 0.025) 1px,
      transparent 1px
    );
  background-size: 38px 38px;

  opacity: 0.75;
  pointer-events: none;

  content: "";
}

.ars-eg90160-control-section__visual-card::after {
  position: absolute;
  right: -95px;
  bottom: -105px;

  width: 300px;
  height: 300px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(36, 139, 53, 0.12),
      transparent 68%
    );

  pointer-events: none;

  content: "";
}

.ars-eg90160-control-section__image {
  position: relative;
  z-index: 2;

  display: block;

  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 380px !important;

  object-fit: contain !important;
  object-position: center center;

  background-color: transparent !important;
  filter:
    drop-shadow(0 20px 24px rgba(19, 38, 50, 0.12))
    drop-shadow(0 7px 10px rgba(19, 38, 50, 0.07));
}

/* =========================================================
   SELO ATÉ 8 COMPRESSORES
========================================================= */

.ars-eg90160-control-section__machine-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 142px;
  height: 142px;
  padding: 16px;

  border: 5px solid #ffffff;
  border-radius: 50%;

  background: var(--ars-eg90160-control-dark);
  color: #ffffff;

  box-shadow:
    0 18px 34px rgba(19, 38, 50, 0.22),
    0 0 0 1px rgba(19, 38, 50, 0.05);

  text-align: center;
}

.ars-eg90160-control-section__machine-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  font-family: var(--ars-eg90160-control-title);
  line-height: 1;
}

.ars-eg90160-control-section__machine-top span {
  color: var(--ars-eg90160-control-green);

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  transform: rotate(-90deg);
}

.ars-eg90160-control-section__machine-top strong {
  color: #ffffff;

  font-size: 58px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.ars-eg90160-control-section__machine-caption {
  margin-top: 2px;

  color: rgba(255, 255, 255, 0.9);

  font-family: var(--ars-eg90160-control-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================================================
   SELO PAINEL TOUCH
========================================================= */

.ars-eg90160-control-section__touch-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  min-height: 58px;
  padding: 13px 20px;

  border: 1px solid rgba(19, 38, 50, 0.1);
  border-radius: 12px;

  background: #ffffff;
  color: var(--ars-eg90160-control-dark);

  box-shadow: 0 14px 28px rgba(19, 38, 50, 0.13);

  font-family: var(--ars-eg90160-control-title);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.ars-eg90160-control-section__touch-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border-radius: 7px;

  background: var(--ars-eg90160-control-green-soft);
  color: var(--ars-eg90160-control-green-main);
}

.ars-eg90160-control-section__touch-icon svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   TELAS DESKTOP MAIS BAIXAS
   Sem alterar a tipografia padronizada.
========================================================= */

@media (min-width: 1025px) and (max-height: 820px) {
  .ars-eg90160-control-section {
    min-height: calc(100svh - 90px);
    padding: 14px 0;
  }

  .ars-eg90160-control-section__grid {
    gap: 34px;
  }

  .ars-eg90160-control-section__description {
    margin-top: 13px;
  }

  .ars-eg90160-control-section__list {
    gap: 8px;
    margin-top: 17px;
  }

  .ars-eg90160-control-section__visual-card {
    min-height: 390px;
    padding: 26px;
  }

  .ars-eg90160-control-section__image {
    max-height: 330px !important;
  }

  .ars-eg90160-control-section__machine-badge {
    width: 124px;
    height: 124px;
  }

  .ars-eg90160-control-section__machine-top strong {
    font-size: 50px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .ars-eg90160-control-section__title span {
    white-space: normal;
  }

  .ars-eg90160-control-section {
    display: block;
    min-height: 0;
    padding: 54px 0;
  }

  .ars-eg90160-control-section__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ars-eg90160-control-section__content {
    max-width: 760px;
  }

  .ars-eg90160-control-section__title,
  .ars-eg90160-control-section__description {
    max-width: none;
  }

  .ars-eg90160-control-section__visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .ars-eg90160-control-section {
    padding: 38px 0;
  }

  .ars-eg90160-control-section__container {
    width: min(calc(100% - 32px), 560px);
  }

  .ars-eg90160-control-section__title {
    font-size: clamp(29px, 8vw, 38px);
    line-height: 1.07;
  }

  .ars-eg90160-control-section__description {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .ars-eg90160-control-section__item-text {
    font-size: 14px;
  }

  .ars-eg90160-control-section__visual {
    padding: 20px 8px 24px;
  }

  .ars-eg90160-control-section__visual-card {
    min-height: 350px;
    padding: 20px;

    border-radius: 16px;
  }

  .ars-eg90160-control-section__image {
    max-height: 290px !important;
  }

  .ars-eg90160-control-section__machine-badge {
    top: 0;
    right: 0;

    width: 104px;
    height: 104px;
    padding: 12px;
  }

  .ars-eg90160-control-section__machine-top span {
    font-size: 10px;
  }

  .ars-eg90160-control-section__machine-top strong {
    font-size: 42px;
  }

  .ars-eg90160-control-section__machine-caption {
    font-size: 8.5px;
  }

  .ars-eg90160-control-section__touch-badge {
    right: 8px;
    bottom: 0;
    left: 8px;

    justify-content: center;

    min-height: 54px;
    padding: 12px 16px;

    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg90160-control-section *,
  .ars-eg90160-control-section *::before,
  .ars-eg90160-control-section *::after {
    transition: none !important;
  }
}

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-eg90160-care-section,
.ars-eg90160-care-section *,
.ars-eg90160-care-section *::before,
.ars-eg90160-care-section *::after {
  box-sizing: border-box;
}

.ars-eg90160-care-section :where(
  h2,
  p,
  span,
  div,
  figure,
  ul,
  li,
  img
) {
  margin: 0;
  padding: 0;
}

.ars-eg90160-care-section {
  --ars-feature-dark: #132632;
  --ars-feature-dark-deep: #0c1d27;
  --ars-feature-green: #cff3bd;
  --ars-feature-green-main: #248b35;
  --ars-feature-green-soft: #edf8ef;
  --ars-feature-text: #526069;
  --ars-feature-border: #dfe7e2;
  --ars-feature-white: #ffffff;

  --ars-feature-title:
    var(--ars-font-title, "Outfit", Arial, sans-serif);

  --ars-feature-body:
    var(--ars-font-text, "Inter", Arial, sans-serif);

  display: flex;
  align-items: center;

  width: 100%;
  min-width: 0;
  min-height: calc(100svh - 110px);
  padding: 22px 0;
  overflow: hidden;

  background: #ffffff;

  color: var(--ars-feature-dark);
  font-family: var(--ars-feature-body);
}

.ars-eg90160-care-section__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-eg90160-care-section__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 4vw, 62px);
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-eg90160-care-section__content {
  min-width: 0;
}

.ars-eg90160-care-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 14px;

  color: var(--ars-feature-green-main);

  font-family: var(--ars-feature-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-eg90160-care-section__eyebrow::before {
  width: 32px;
  height: 2px;
  flex: 0 0 32px;

  background: var(--ars-feature-green-main);

  content: "";
}

.ars-eg90160-care-section__title {
  width: 100%;
  max-width: none;

  color: var(--ars-feature-dark);

  font-family: var(--ars-feature-title);
  font-size: clamp(34px, 2.65vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ars-eg90160-care-section__title span {
  display: block;
  white-space: nowrap;
}

.ars-eg90160-care-section__description {
  max-width: 620px;
  margin-top: 18px;

  color: var(--ars-feature-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-eg90160-care-section__description strong {
  color: var(--ars-feature-dark);
  font-weight: 800;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.ars-eg90160-care-section__list {
  display: grid;
  gap: 12px;

  margin-top: 24px;

  list-style: none;
}

.ars-eg90160-care-section__item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 13px;

  padding: 2px 0;
}

.ars-eg90160-care-section__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;
  margin-top: 1px;

  border-radius: 50%;

  background: var(--ars-feature-green-soft);
  color: var(--ars-feature-green-main);
}

.ars-eg90160-care-section__item-icon svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-eg90160-care-section__item-text {
  color: var(--ars-feature-text);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.ars-eg90160-care-section__item-text strong {
  color: var(--ars-feature-dark);
  font-weight: 800;
}

/* =========================================================
   PAINEL VISUAL
========================================================= */

.ars-eg90160-care-section__visual {
  position: relative;

  min-width: 0;
  padding: 24px 22px 22px;
}

.ars-eg90160-care-section__visual-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 440px;
  padding: 30px;
  overflow: hidden;

  border: 1px solid rgba(36, 139, 53, 0.22);
  border-radius: 20px;

  background:
    radial-gradient(
      circle at 78% 24%,
      rgba(207, 243, 189, 0.64),
      transparent 29%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f1f8f2 58%,
      #e7f4e9 100%
    );

  box-shadow:
    0 24px 50px rgba(19, 38, 50, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ars-eg90160-care-section__visual-card::before {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(19, 38, 50, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(19, 38, 50, 0.025) 1px,
      transparent 1px
    );
  background-size: 38px 38px;

  opacity: 0.75;
  pointer-events: none;

  content: "";
}

.ars-eg90160-care-section__visual-card::after {
  position: absolute;
  right: -95px;
  bottom: -105px;

  width: 300px;
  height: 300px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(36, 139, 53, 0.12),
      transparent 68%
    );

  pointer-events: none;

  content: "";
}

.ars-eg90160-care-section__image {
  position: relative;
  z-index: 2;

  display: block;

  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 380px !important;

  object-fit: contain !important;
  object-position: center center;

  background-color: transparent !important;

  filter:
    drop-shadow(0 20px 24px rgba(19, 38, 50, 0.12))
    drop-shadow(0 7px 10px rgba(19, 38, 50, 0.07));
}

/* =========================================================
   SELO CIRCULAR
========================================================= */

.ars-eg90160-care-section__machine-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 142px;
  height: 142px;
  padding: 16px;

  border: 5px solid #ffffff;
  border-radius: 50%;

  background: var(--ars-feature-dark);
  color: #ffffff;

  box-shadow:
    0 18px 34px rgba(19, 38, 50, 0.22),
    0 0 0 1px rgba(19, 38, 50, 0.05);

  text-align: center;
}

.ars-eg90160-care-section__machine-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  font-family: var(--ars-feature-title);
  line-height: 1;
}

.ars-eg90160-care-section__machine-top span {
  color: var(--ars-feature-green);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  transform: rotate(-90deg);
}

.ars-eg90160-care-section__machine-top strong {
  color: #ffffff;

  font-size: 58px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.ars-eg90160-care-section__machine-caption {
  margin-top: 2px;

  color: rgba(255, 255, 255, 0.9);

  font-family: var(--ars-feature-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================================================
   SELO INFERIOR
========================================================= */

.ars-eg90160-care-section__touch-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  min-height: 58px;
  padding: 13px 20px;

  border: 1px solid rgba(19, 38, 50, 0.1);
  border-radius: 12px;

  background: #ffffff;
  color: var(--ars-feature-dark);

  box-shadow: 0 14px 28px rgba(19, 38, 50, 0.13);

  font-family: var(--ars-feature-title);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.ars-eg90160-care-section__touch-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border-radius: 7px;

  background: var(--ars-feature-green-soft);
  color: var(--ars-feature-green-main);
}

.ars-eg90160-care-section__touch-icon svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   TELAS DESKTOP MAIS BAIXAS
========================================================= */

@media (min-width: 1025px) and (max-height: 820px) {
  .ars-eg90160-care-section {
    min-height: calc(100svh - 90px);
    padding: 14px 0;
  }

  .ars-eg90160-care-section__grid {
    gap: 34px;
  }

  .ars-eg90160-care-section__description {
    margin-top: 13px;
  }

  .ars-eg90160-care-section__list {
    gap: 8px;
    margin-top: 17px;
  }

  .ars-eg90160-care-section__visual-card {
    min-height: 390px;
    padding: 26px;
  }

  .ars-eg90160-care-section__image {
    max-height: 330px !important;
  }

  .ars-eg90160-care-section__machine-badge {
    width: 124px;
    height: 124px;
  }

  .ars-eg90160-care-section__machine-top strong {
    font-size: 50px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .ars-eg90160-care-section__title span {
    white-space: normal;
  }

  .ars-eg90160-care-section {
    display: block;
    min-height: 0;
    padding: 54px 0;
  }

  .ars-eg90160-care-section__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ars-eg90160-care-section__content {
    max-width: 760px;
  }

  .ars-eg90160-care-section__title,
  .ars-eg90160-care-section__description {
    max-width: none;
  }

  .ars-eg90160-care-section__visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .ars-eg90160-care-section {
    padding: 38px 0;
  }

  .ars-eg90160-care-section__container {
    width: min(calc(100% - 32px), 560px);
  }

  .ars-eg90160-care-section__title {
    font-size: clamp(29px, 8vw, 38px);
    line-height: 1.07;
  }

  .ars-eg90160-care-section__description {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .ars-eg90160-care-section__item-text {
    font-size: 14px;
  }

  .ars-eg90160-care-section__visual {
    padding: 20px 8px 24px;
  }

  .ars-eg90160-care-section__visual-card {
    min-height: 350px;
    padding: 20px;

    border-radius: 16px;
  }

  .ars-eg90160-care-section__image {
    max-height: 290px !important;
  }

  .ars-eg90160-care-section__machine-badge {
    top: 0;
    right: 0;

    width: 104px;
    height: 104px;
    padding: 12px;
  }

  .ars-eg90160-care-section__machine-top span {
    font-size: 9px;
  }

  .ars-eg90160-care-section__machine-top strong {
    font-size: 42px;
  }

  .ars-eg90160-care-section__machine-caption {
    font-size: 8px;
  }

  .ars-eg90160-care-section__touch-badge {
    right: 8px;
    bottom: 0;
    left: 8px;

    justify-content: center;

    min-height: 54px;
    padding: 12px 16px;

    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg90160-care-section *,
  .ars-eg90160-care-section *::before,
  .ars-eg90160-care-section *::after {
    transition: none !important;
  }
}

/* =========================================================
     SÉRIE EG 90–160 kW | SEIS SISTEMAS TÉCNICOS (HOTSPOTS)
     Adaptação ARSYSTEM COMPRESSORES | Elementor-safe | CSS puro
     ID BLINDADO: #raio-x-tecnico-eg-90-160-kw
     Ajustes:
     - Removidos ícones Font Awesome
     - Adicionado figcaption semântico da imagem principal
     - Alt e title otimizados
     - Textos técnicos suavizados para evitar promessas absolutas
     - MobileData alinhado aos textos dos cards
     - prefers-reduced-motion também remove shimmer do título
     ========================================================= */

  #raio-x-tecnico-eg-90-160-kw,
  #raio-x-tecnico-eg-90-160-kw * {
    box-sizing: border-box;
  }

  #raio-x-tecnico-eg-90-160-kw {
    --ars-primary: #248b35;
    --ars-dark: #132632;
    --ars-slate: #263840;
    --ars-bg: #FFFFFF;
    --ars-border: #dce7d7;
    --ars-muted: #64747b;
    --ars-yellow: #cff3bd;
    --number-dark: #132632;
    --font-heading: var(--ars-font-title, 'Outfit', Arial, sans-serif);
    --font-body: var(--ars-font-text, 'Inter', Arial, sans-serif);

    font-family: var(--font-body);
    width: 100%;
    position: relative;
    min-height: 850px;
    padding: 60px 24px 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
      radial-gradient(circle at 50% 20%, rgba(36, 139, 53, 0.04) 0%, transparent 50%),
      radial-gradient(circle at 20% 80%, rgba(19, 38, 50, 0.03) 0%, transparent 50%);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-boxed-content {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    z-index: 10;
  }

  @media (min-width: 1025px) {
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-boxed-content {
      grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 3fr);
    }
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-col-left,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-col-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 30;
    min-width: 0;
    padding-top: 16px;
  }

  /* =======================================================
     CABEÇALHO DA SEÇÃO
     ======================================================= */

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-center-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 40;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ars-primary);
    margin-bottom: 16px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-eyebrow::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--ars-yellow);
    margin-right: 12px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-shimmer-text {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 12px 0;
    background: linear-gradient(-60deg, var(--ars-primary) 35%, #8bd66f 50%, var(--ars-primary) 65%);
    background-size: 300% 100%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shimmerScan-eg90160 6s linear infinite;
    display: inline-block;
  }

  @keyframes shimmerScan-eg90160 {
    0% { background-position: 100% 0; }
    100% { background-position: -200% 0; }
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-sub-text {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--ars-muted);
    font-weight: 500;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-sub-text strong {
    color: var(--ars-dark);
    font-weight: 700;
  }

  /* =======================================================
     IMAGEM CENTRAL
     ======================================================= */

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-fixed-compressor-wrap {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    transition: all 0.3s ease;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-compressor-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* =======================================================
     CARDS DESKTOP
     ======================================================= */

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-card-slot {
    position: relative;
    height: 70px;
    z-index: 10;
    transition: z-index 0.1s ease;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-card-slot:hover,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-card-slot.ars-eg90160-has-lock-item {
    z-index: 1000 !important;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 65px;
    max-height: 65px;
    padding: 0.8rem 1rem;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #dce7d7;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-card-slot.ars-eg90160-expand-up .ars-eg90160-feature-card {
    top: auto;
    bottom: 0;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-item-number {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--number-dark);
    transition: all 0.3s ease;
    flex: 0 0 auto;
    line-height: 1;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-card-title {
    font-family: var(--font-heading);
    color: var(--ars-dark);
    font-size: 0.85rem;
    font-weight: 700;
    margin: 2px 0 0 0;
    transition: color 0.3s ease;
    line-height: 1.2;
    min-width: 0;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-chevron-indicator {
    margin-left: auto;
    color: #829198;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: transform 0.4s ease, color 0.3s ease;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-left-side:hover,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-left-side.ars-eg90160-active,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-left-side.ars-eg90160-is-locked {
    transform: translateX(12px);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-right-side:hover,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-right-side.ars-eg90160-active,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-right-side.ars-eg90160-is-locked {
    transform: translateX(-12px);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-standard-info {
    max-height: 0;
    opacity: 0;
    margin: 0;
    transition: all 0.4s ease;
    font-size: 0.85rem;
    line-height: 1.5;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-exclusive-info {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.5s ease;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    line-height: 1.6;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-read-more-trigger {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ars-yellow);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-active,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-is-locked {
    background-color: var(--ars-dark) !important;
    border-color: var(--ars-dark);
    box-shadow: 0 30px 60px -12px rgba(19, 38, 50, 0.5);
    z-index: 1100;
    max-height: 400px;
    overflow-y: auto;
    padding: 1.5rem;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card::-webkit-scrollbar {
    width: 4px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card::-webkit-scrollbar-thumb {
    background: var(--ars-yellow);
    border-radius: 10px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-active .ars-eg90160-card-title,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-is-locked .ars-eg90160-card-title {
    color: #fff;
    font-size: 1.1rem;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-active .ars-eg90160-item-number,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-is-locked .ars-eg90160-item-number {
    color: var(--ars-yellow);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-active .ars-eg90160-chevron-indicator,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-is-locked .ars-eg90160-chevron-indicator {
    transform: rotate(180deg);
    color: var(--ars-yellow);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-active .ars-eg90160-standard-info,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-is-locked .ars-eg90160-standard-info {
    max-height: 300px;
    opacity: 1;
    margin-top: 0.75rem;
    color: #fff;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-active .ars-eg90160-read-more-trigger {
    opacity: 1;
    transform: translateY(0);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-is-locked .ars-eg90160-read-more-trigger {
    display: none;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card.ars-eg90160-is-locked .ars-eg90160-exclusive-info {
    max-height: 400px;
    opacity: 1;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  #raio-x-tecnico-eg-90-160-kw.ars-eg90160-has-lock .ars-eg90160-card-slot:not(.ars-eg90160-has-lock-item) .ars-eg90160-feature-card {
    background-color: rgba(255,255,255,0.4);
    border-color: transparent;
    box-shadow: none;
  }

  #raio-x-tecnico-eg-90-160-kw.ars-eg90160-has-lock .ars-eg90160-card-slot:not(.ars-eg90160-has-lock-item) .ars-eg90160-card-title,
  #raio-x-tecnico-eg-90-160-kw.ars-eg90160-has-lock .ars-eg90160-card-slot:not(.ars-eg90160-has-lock-item) .ars-eg90160-item-number,
  #raio-x-tecnico-eg-90-160-kw.ars-eg90160-has-lock .ars-eg90160-card-slot:not(.ars-eg90160-has-lock-item) .ars-eg90160-standard-info,
  #raio-x-tecnico-eg-90-160-kw.ars-eg90160-has-lock .ars-eg90160-card-slot:not(.ars-eg90160-has-lock-item) .ars-eg90160-read-more-trigger {
    opacity: 0.15;
    filter: blur(3px);
  }

  /* =======================================================
     HOTSPOTS
     ======================================================= */

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot {
    position: absolute;
    width: 14px;
    height: 14px;
    background: rgba(36, 139, 53, 0.4);
    border: 1.5px solid var(--ars-primary);
    border-radius: 50%;
    z-index: 50;
    transition: all 0.4s ease;
    cursor: pointer;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot span {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 9px;
    color: var(--ars-yellow);
    opacity: 0;
    position: absolute;
    line-height: 1;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot:hover,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot.ars-eg90160-active,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot.ars-eg90160-is-locked {
    opacity: 1 !important;
    transform: scale(2.4);
    background: var(--ars-primary);
    border-color: #fff;
    box-shadow: 0 0 20px var(--ars-primary);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot:hover span,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot.ars-eg90160-active span,
  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot.ars-eg90160-is-locked span {
    opacity: 1 !important;
    transform: scale(0.8);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot.ars-eg90160-blink {
    animation: ars-eg90160-pulse-flash 1.2s ease-in-out;
    opacity: 1;
  }

  @keyframes ars-eg90160-pulse-flash {
    0% { transform: scale(1); }
    40% { transform: scale(3.5); background: var(--ars-primary); }
    100% { transform: scale(1); }
  }

  /* =======================================================
     BEAM LINE
     ======================================================= */

  #ars-eg90160-beam-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-beam-line {
    stroke: var(--ars-primary);
    stroke-width: 2.5;
    filter: drop-shadow(0 0 6px rgba(36, 139, 53, 0.6));
    opacity: 0;
    transition: opacity 0.4s ease;
    stroke-linecap: round;
    stroke-dasharray: 8 8;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-beam-active {
    opacity: 0.9;
    animation: ars-eg90160-beam-flow 3s linear infinite;
  }

  @keyframes ars-eg90160-beam-flow {
    from { stroke-dashoffset: 32; }
    to { stroke-dashoffset: 0; }
  }

  /* =======================================================
     MOBILE COMPACTO
     ======================================================= */

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-quick {
    display: none;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-quick-top {
    margin-top: 18px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-tip {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    font-size: 0.8rem;
    color: var(--ars-muted);
    font-weight: 600;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-index {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    position: relative;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-index::-webkit-scrollbar {
    height: 6px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-index::-webkit-scrollbar-track {
    background: rgba(36, 139, 53, 0.1);
    border-radius: 10px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-index::-webkit-scrollbar-thumb {
    background: var(--ars-primary);
    border-radius: 10px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-num-btn {
    flex: 0 0 calc(25% - 6px);
    appearance: none;
    border: 1px solid var(--ars-border);
    background: #fff;
    color: var(--ars-dark);
    border-radius: 12px;
    min-height: 42px;
    padding: 8px 6px;
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1;
    transition: all 0.22s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-num-btn.is-active {
    background: var(--ars-dark);
    color: var(--ars-yellow);
    border-color: var(--ars-dark);
    box-shadow: 0 8px 18px rgba(19, 38, 50, 0.22);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel {
    background: #fff;
    border: 1px solid #dce7d7;
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    overflow: hidden;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 10px;
    border-bottom: 1px solid rgba(36, 139, 53, 0.1);
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-num {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--ars-dark);
    min-width: 38px;
    text-align: center;
    background: var(--ars-yellow);
    border: none;
    border-radius: 10px;
    padding: 7px 0;
    line-height: 1;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-title {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--ars-dark);
    font-size: 0.95rem;
    line-height: 1.15;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-body {
    padding: 12px 14px 14px;
    color: var(--ars-slate);
    font-size: 0.9rem;
    line-height: 1.48;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-body p {
    margin: 0;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-body p + p {
    margin-top: 8px;
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-mini {
    color: var(--ars-muted);
    font-size: 0.85rem;
  }

  /* =======================================================
     RESPONSIVIDADE
     ======================================================= */

  @media (max-width: 1024px) {
    #raio-x-tecnico-eg-90-160-kw {
      min-height: auto;
      padding: 28px 20px 20px;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-fixed-compressor-wrap {
      max-width: 520px;
    }
  }

  @media (max-width: 768px) {
    #ars-eg90160-beam-container,
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-col-left,
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-col-right {
      display: none !important;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-boxed-content {
      display: block !important;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-quick {
      display: block;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot {
      display: flex !important;
      opacity: 0.35 !important;
      transform: scale(1.4) !important;
      background: rgba(36, 139, 53, 0.8) !important;
      border-color: #fff !important;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot span {
      opacity: 1 !important;
      color: #fff !important;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot.ars-eg90160-active-mobile {
      opacity: 1 !important;
      transform: scale(2) !important;
      background: var(--ars-yellow) !important;
      border-color: var(--ars-dark) !important;
      box-shadow: 0 0 15px var(--ars-yellow) !important;
      z-index: 200 !important;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot.ars-eg90160-active-mobile span {
      color: var(--ars-dark) !important;
    }
  }

  @media (max-width: 420px) {
    #raio-x-tecnico-eg-90-160-kw {
      padding-left: 16px;
      padding-right: 16px;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-num-btn {
      min-height: 40px;
      font-size: 0.86rem;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-panel-title {
      font-size: 0.9rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-shimmer-text,
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card,
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-hotspot,
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-mobile-num-btn,
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-beam-active {
      transition: none !important;
      animation: none !important;
    }
  }

  /* DISTRIBUIÇÃO DOS 6 SISTEMAS — preserva a geometria 3–6–3 original */
  @media (min-width: 1025px) {
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-col-left,
    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-col-right {
      min-height: 430px;
      justify-content: space-between;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-card-slot {
      height: 86px;
    }

    #raio-x-tecnico-eg-90-160-kw .ars-eg90160-feature-card {
      min-height: 78px;
      max-height: 78px;
    }
  }

  #raio-x-tecnico-eg-90-160-kw .ars-eg90160-power-range {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 7px 14px;
    border: 1px solid var(--ars-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ars-dark);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    box-shadow: 0 8px 24px rgba(19, 38, 50, 0.07);
  }

.ars-eg-gallery,
.ars-eg-gallery *,
.ars-eg-gallery *::before,
.ars-eg-gallery *::after {
  box-sizing: border-box;
}

.ars-eg-gallery :where(
  h2,
  p,
  span,
  img,
  div,
  figure
) {
  margin: 0;
  padding: 0;
}

.ars-eg-gallery {
  --ars-eg-gallery-dark: #132632;
  --ars-eg-gallery-green: #cff3bd;
  --ars-eg-gallery-green-main: #248b35;
  --ars-eg-gallery-text: #526069;
  --ars-eg-gallery-muted: #718089;
  --ars-eg-gallery-border: #dfe7e2;
  --ars-eg-gallery-panel: #f4f7f5;

  --ars-eg-gallery-title:
    var(--ars-font-title, "Outfit", Arial, sans-serif);

  --ars-eg-gallery-body:
    var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  min-width: 0;
  padding: 75px 0;

  background: #ffffff;
  color: var(--ars-eg-gallery-dark);

  font-family: var(--ars-eg-gallery-body);
}

.ars-eg-gallery__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-eg-gallery__header {
  max-width: 900px;
  margin-bottom: 34px;
}

.ars-eg-gallery__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 11px;

  color: var(--ars-eg-gallery-green-main);

  font-family: var(--ars-eg-gallery-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-eg-gallery__eyebrow::before {
  width: 28px;
  height: 2px;
  flex: 0 0 28px;

  background: var(--ars-eg-gallery-green-main);

  content: "";
}

.ars-eg-gallery__title {
  color: var(--ars-eg-gallery-dark);

  font-family: var(--ars-eg-gallery-title);
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.ars-eg-gallery__description {
  max-width: 850px;
  margin-top: 16px;

  color: var(--ars-eg-gallery-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-eg-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ars-eg-gallery__thumb {
  position: relative;

  min-width: 0;
  min-height: 215px;
  overflow: hidden;

  border: 1px solid var(--ars-eg-gallery-border);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      var(--ars-eg-gallery-panel) 100%
    );

  box-shadow: 0 12px 28px rgba(19, 38, 50, 0.08);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.ars-eg-gallery__thumb:hover {
  border-color: rgba(36, 139, 53, 0.42);

  box-shadow: 0 17px 32px rgba(19, 38, 50, 0.12);

  transform: translateY(-3px);
}

.ars-eg-gallery__thumb-image {
  display: block;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center center;

  transition: transform 0.38s ease;
}

.ars-eg-gallery__thumb:hover .ars-eg-gallery__thumb-image {
  transform: scale(1.035);
}

.ars-eg-gallery__thumb::after {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(12, 29, 39, 0.60),
      rgba(12, 29, 39, 0.06) 52%,
      transparent 74%
    );

  pointer-events: none;

  content: "";
}

.ars-eg-gallery__thumb-label {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 12px;
  z-index: 2;

  color: #ffffff;

  font-family: var(--ars-eg-gallery-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}

.ars-eg-gallery__microcopy {
  display: flex;
  align-items: flex-start;
  gap: 9px;

  margin-top: 18px;

  color: var(--ars-eg-gallery-muted);

  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.ars-eg-gallery__microcopy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;
  margin-top: 1px;
  flex: 0 0 20px;

  border-radius: 50%;

  background: var(--ars-eg-gallery-green);
  color: var(--ars-eg-gallery-dark);

  font-family: var(--ars-eg-gallery-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 1024px) {
  .ars-eg-gallery__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ars-eg-gallery__thumb {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .ars-eg-gallery {
    padding: 54px 0;
  }

  .ars-eg-gallery__container {
    width: min(calc(100% - 32px), 560px);
  }

  .ars-eg-gallery__header {
    margin-bottom: 26px;
  }

  .ars-eg-gallery__title {
    font-size: clamp(29px, 8vw, 38px);
  }

  .ars-eg-gallery__description {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .ars-eg-gallery__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ars-eg-gallery__thumb {
    min-height: 165px;
    border-radius: 13px;
  }

  .ars-eg-gallery__thumb-label {
    right: 10px;
    bottom: 10px;
    left: 10px;

    font-size: 10px;
    line-height: 1.25;
  }
}

@media (max-width: 430px) {
  .ars-eg-gallery__thumb {
    min-height: 145px;
  }

  .ars-eg-gallery__thumb-label {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg-gallery *,
  .ars-eg-gallery *::before,
  .ars-eg-gallery *::after {
    transition: none !important;
  }
}

/* =========================================================
     ARSYSTEM COMPRESSORES | ESPECIFICAÇÕES TÉCNICAS EG 90–160 kW
     Página: Compressor de Parafuso ELGi Série EG 90 a 160 kW
     ID BLINDADO: #especificacoes-tecnicas-eg-90-160-kw
     Ajustes:
     - Desktop mantido em tabela técnica premium
     - Mobile convertido para cards compactos
     - Sem Font Awesome
     - Sem Google Fonts duplicado
     - Botões padrão Arsystem
     - Acordeão desktop e mobile com JS isolado
     ========================================================= */

  #especificacoes-tecnicas-eg-90-160-kw,
  #especificacoes-tecnicas-eg-90-160-kw * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }

  #especificacoes-tecnicas-eg-90-160-kw {
    --ars-blue: #248B35;
    --ars-dark: #132632;
    --ars-yellow: #CFF3BD;
    --ars-text: #263840;
    --ars-bg-gray: #F9FAFB;
    --ars-border: #E5E7EB;
    --ars-muted: #6B7280;
    --font-heading: var(--ars-font-title, 'Outfit', Arial, sans-serif);
    --font-body: var(--ars-font-text, 'Inter', Arial, sans-serif);

    width: 100%;
    background-color: #ffffff;
    padding: 80px 20px;
    font-family: var(--font-body);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-specs-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  /* =========================================================
     CABEÇALHO
     ========================================================= */

  #especificacoes-tecnicas-eg-90-160-kw .ars-table-header {
    text-align: center;
    margin-bottom: 40px;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-seo-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    border: 1px solid rgba(36, 139, 53, 0.2);
    border-radius: 999px;
    color: var(--ars-blue);
    background-color: rgba(36, 139, 53, 0.05);
    font-family: var(--font-heading);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-table-title {
    margin: 0 0 16px;
    color: var(--ars-dark);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-table-sub {
    max-width: 900px;
    margin: 0 auto;
    color: var(--ars-muted);
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.65;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-table-sub strong {
    color: var(--ars-dark);
    font-weight: 800;
  }

  /* =========================================================
     BOTÕES
     ========================================================= */

  #especificacoes-tecnicas-eg-90-160-kw .ars-table-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 8px 16px;
    border: 1px solid var(--ars-yellow);
    border-radius: 7px;
    background-color: var(--ars-yellow);
    color: var(--ars-dark);
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-table-btn:hover {
    transform: translateY(-2px);
    background-color: var(--ars-blue);
    border-color: var(--ars-blue);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(36, 139, 53, 0.2);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-table-btn:focus-visible {
    outline: 3px solid var(--ars-yellow);
    outline-offset: 3px;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-btn-outline {
    background-color: #ffffff;
    color: var(--ars-blue);
    border-color: rgba(36, 139, 53, 0.25);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-btn-outline:hover {
    background-color: var(--ars-yellow);
    color: var(--ars-dark);
    border-color: var(--ars-yellow);
    box-shadow: 0 8px 18px rgba(207, 243, 189, 0.25);
  }

  /* =========================================================
     TABELA DESKTOP
     ========================================================= */

  #especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  border-radius: 14px;
  border: 1px solid var(--ars-border);
  box-shadow: 0 15px 35px rgba(19, 38, 50, 0.06);
  background: #ffffff;
  margin-bottom: 16px;
}

#especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table table {
  width: 100%;
  min-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  background: #ffffff;
  font-family: var(--font-body);
}

  #especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table thead th {
    background-color: var(--ars-blue);
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.73rem;
    padding: 16px 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.3;
    letter-spacing: 0.025em;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-col-highlight {
    background-color: var(--ars-dark) !important;
    color: #ffffff !important;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table td,
  #especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table tbody th {
    padding: 16px 10px;
    text-align: center;
    border-bottom: 1px solid var(--ars-border);
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 0.85rem;
    color: var(--ars-text);
    font-weight: 600;
    vertical-align: middle;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table tbody:last-child tr:last-child td,
  #especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table tbody:last-child tr:last-child th {
    border-bottom: none;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group {
    border-bottom: 2px solid var(--ars-border);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group:last-child {
    border-bottom: none;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-parent-row {
    background-color: var(--ars-bg-gray);
    transition: background-color 0.25s ease;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-parent-row:hover {
    background-color: rgba(36, 139, 53, 0.045);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-parent-row td,
  #especificacoes-tecnicas-eg-90-160-kw .ars-parent-row th {
    color: var(--ars-blue);
    white-space: nowrap;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-parent-model {
    text-align: left !important;
    padding-left: 20px !important;
    color: var(--ars-dark) !important;
    font-family: var(--font-heading) !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-parent-action-cell {
    min-width: 140px;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-btn-expand {
    appearance: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(36, 139, 53, 0.3);
    color: var(--ars-blue);
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 8px;
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease;
    line-height: 1;
    text-transform: uppercase;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-btn-expand:hover,
  #especificacoes-tecnicas-eg-90-160-kw .ars-btn-expand:focus-visible {
    color: var(--ars-dark);
    border-bottom-color: var(--ars-yellow);
    outline: none;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-toggle-icon {
    display: inline-block;
    transition: transform 0.25s ease;
    font-size: 0.8rem;
    line-height: 1;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-child-header {
    display: none;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-child-header th {
    background-color: #F3F4F6;
    color: var(--ars-dark);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.65rem;
    text-transform: uppercase;
    padding: 12px 6px;
    text-align: center;
    border-bottom: 2px solid var(--ars-yellow);
    white-space: nowrap;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-child-row {
    display: none;
    background-color: #ffffff;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-child-row td,
  #especificacoes-tecnicas-eg-90-160-kw .ars-child-row th {
    color: #5E6D73;
    font-size: 0.8rem;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-child-row:hover td,
  #especificacoes-tecnicas-eg-90-160-kw .ars-child-row:hover th {
    background-color: #F9FAFB;
    color: var(--ars-blue);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-child-model {
    text-align: left !important;
    padding-left: 35px !important;
    font-family: var(--font-heading) !important;
    font-weight: 800 !important;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-child-row,
  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-child-header {
    display: table-row;
    animation: arsFadeInEG90 0.25s ease;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-toggle-icon {
    transform: rotate(180deg);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-parent-row {
    background-color: var(--ars-blue);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-parent-row td,
  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-parent-row th {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12);
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-parent-row .ars-parent-model {
    color: #ffffff !important;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-model-group.is-expanded .ars-btn-expand {
    color: var(--ars-yellow);
    border-bottom-color: var(--ars-yellow);
  }

  #especificacoes-tecnicas-eg-90-160-kw .unit-sub {
    display: block;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: lowercase;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.8);
  }

  @keyframes arsFadeInEG90 {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-tech-note {
    max-width: 980px;
    margin: 18px auto 0;
    padding: 0 20px;
    color: var(--ars-muted);
    font-family: var(--font-body);
    font-size: 0.82rem;
    line-height: 1.5;
    text-align: center;
  }

  #especificacoes-tecnicas-eg-90-160-kw .ars-tech-note strong {
    color: var(--ars-dark);
    font-weight: 800;
  }

  /* =========================================================
     MOBILE | CARDS COMPACTOS
     ========================================================= */

  #especificacoes-tecnicas-eg-90-160-kw .ars-specs-mobile-list {
    display: none;
    font-family: var(--font-body);
  }

  @media (max-width: 1023px) {
    #especificacoes-tecnicas-eg-90-160-kw {
      padding: 60px 16px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-table-header {
      text-align: left;
      margin-bottom: 30px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-seo-tag {
      font-size: 0.68rem;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-table-title {
      font-size: clamp(1.55rem, 5vw, 2rem);
      line-height: 1.2;
      margin-bottom: 12px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-table-sub {
      font-size: 0.95rem;
      line-height: 1.55;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-responsive-table {
      display: none;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-mobile-list {
      display: grid;
      gap: 16px;
      margin-top: 10px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-card {
      overflow: hidden;
      background: #ffffff;
      border: 1px solid var(--ars-border);
      border-radius: 14px;
      box-shadow: 0 8px 24px rgba(19, 38, 50, 0.06);
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-head {
      padding: 18px 14px 16px;
      background: linear-gradient(180deg, #ffffff 0%, #F9FAFB 100%);
      border-bottom: 1px solid var(--ars-border);
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 14px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-title {
      margin: 0;
      color: var(--ars-blue);
      font-family: var(--font-heading);
      font-weight: 800;
      font-size: 1.08rem;
      line-height: 1.15;
      text-transform: uppercase;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-toggle {
      width: 40px;
      height: 40px;
      padding: 0;
      appearance: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border: 1px solid rgba(36, 139, 53, 0.22);
      border-radius: 10px;
      background: rgba(36, 139, 53, 0.06);
      color: var(--ars-blue);
      cursor: pointer;
      transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
      font: inherit;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-toggle .ars-toggle-icon {
      font-size: 1.2rem;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-card.is-open .ars-specs-m-toggle {
      background: var(--ars-blue);
      border-color: var(--ars-blue);
      color: #ffffff;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-card.is-open .ars-specs-m-toggle .ars-toggle-icon {
      transform: rotate(180deg);
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-summary {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-bottom: 12px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-chip {
      min-height: auto;
      background: #ffffff;
      border: 1px solid var(--ars-border);
      border-radius: 9px;
      padding: 10px 9px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-chip-wide {
      grid-column: 1 / -1;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-chip-label {
      display: block;
      margin-bottom: 4px;
      color: #9ca3af;
      font-size: 0.62rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-chip-val {
      display: block;
      color: var(--ars-dark);
      font-size: 0.86rem;
      font-weight: 800;
      line-height: 1.2;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-inline {
      margin-bottom: 14px;
      padding: 11px 12px;
      background: #F3F4F6;
      border: 1px solid #E5E7EB;
      border-radius: 10px;
      color: var(--ars-dark);
      font-size: 0.82rem;
      line-height: 1.45;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-inline strong {
      color: var(--ars-dark);
      font-weight: 800;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-m-btn-geral {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 6px 0 0;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-m-btn-geral .ars-table-btn {
      width: 100%;
      min-height: 44px;
      padding: 12px;
      font-size: 0.78rem;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-panel {
      display: none;
      padding: 14px;
      background: #ffffff;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-card.is-open .ars-specs-m-panel {
      display: block;
      animation: arsFadeInEG90 0.25s ease;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-panel-title {
      margin: 0 0 12px;
      color: var(--ars-blue);
      font-family: var(--font-heading);
      font-weight: 800;
      font-size: 0.82rem;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      text-align: center;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-version {
      background: #F9FAFB;
      border: 1px solid var(--ars-border);
      border-radius: 11px;
      padding: 13px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-version + .ars-specs-m-version {
      margin-top: 10px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-version-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
      padding-bottom: 8px;
      border-bottom: 1px solid #e5e7eb;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-version-name {
      margin: 0;
      color: var(--ars-dark);
      font-family: var(--font-heading);
      font-weight: 800;
      font-size: 0.92rem;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-version-power {
      color: #6B7280;
      font-size: 0.75rem;
      font-weight: 800;
      white-space: nowrap;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-version-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 7px;
      margin-bottom: 12px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-kv {
      background: #ffffff;
      border: 1px solid #E5E7EB;
      border-radius: 8px;
      padding: 8px;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-kv small {
      display: block;
      margin-bottom: 3px;
      color: #9ca3af;
      font-size: 0.6rem;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 0.05em;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-kv span {
      display: block;
      color: var(--ars-text);
      font-size: 0.8rem;
      font-weight: 800;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-btn-outline {
      min-height: 40px;
      padding: 10px;
      font-size: 0.72rem;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-tech-note {
      text-align: left;
      padding: 0;
    }
  }

  @media (max-width: 480px) {
    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-summary {
      grid-template-columns: 1fr 1fr;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-chip-wide {
      grid-column: 1 / -1;
    }

    #especificacoes-tecnicas-eg-90-160-kw .ars-specs-m-version-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #especificacoes-tecnicas-eg-90-160-kw * {
      transition: none !important;
      animation: none !important;
    }
  }

/* =========================================================
   BOTÃO DO CATÁLOGO PDF
========================================================= */

.ars-eg90160-overview__button--catalog {
  border-color: #ec1c24;
  background: transparent;
  color: #ec1c24 !important;
}

.ars-eg90160-overview__button--catalog svg {
  stroke: currentColor;
}

.ars-eg90160-overview__button--catalog:hover,
.ars-eg90160-overview__button--catalog:focus-visible {
  border-color: #ec1c24;
  background: rgba(236, 28, 36, 0.07);
  color: #c9171e !important;
}

.ars-eg90160-overview__button--catalog:focus-visible {
  outline: 3px solid rgba(236, 28, 36, 0.22);
  outline-offset: 3px;
}

/* =========================================================
   CORREÇÃO RESPONSIVA DA SEGUNDA SEÇÃO
   Evita sobreposição entre galeria, miniaturas e conteúdo.
========================================================= */

.ars-eg90160-overview__caption {
  width: 100%;
  max-width: 430px;
  margin-top: 14px !important;

  color: #718087;

  font-family: var(--ars-eo-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1024px) {
  .ars-eg90160-overview {
    padding: 56px 24px;
    overflow: hidden;
  }

  .ars-eg90160-overview__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .ars-eg90160-overview__media {
    position: relative;
    top: auto;
    align-self: auto;

    width: 100%;
    max-width: 720px;
    min-height: 0;
    margin: 0 auto;
    padding: 26px;

    overflow: hidden;
  }

  .ars-eg90160-overview__stage {
    width: 100%;
    height: 340px;
    min-height: 0;
  }

  .ars-eg90160-overview__image {
    width: 100% !important;
    max-width: 560px !important;
    height: 100% !important;
  }

  .ars-eg90160-overview__content {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .ars-eg90160-overview__title {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .ars-eg90160-overview {
    padding: 48px 20px;
  }

  .ars-eg90160-overview__container {
    gap: 30px;
  }

  .ars-eg90160-overview__media {
    max-width: 100%;
    padding: 20px;
    border-radius: 12px;
  }

  .ars-eg90160-overview__stage {
    height: 250px;
  }

  .ars-eg90160-overview__image {
    max-width: 100% !important;
  }

  .ars-eg90160-overview__thumbs {
    width: 100%;
    max-width: 330px;
    margin-top: 14px;
  }

  .ars-eg90160-overview__thumb {
    height: 62px;
  }

  .ars-eg90160-overview__caption {
    margin-top: 12px !important;
    font-size: 11.5px;
  }

  .ars-eg90160-overview__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .ars-eg90160-overview__button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .ars-eg90160-overview__stage {
    height: 220px;
  }

  .ars-eg90160-overview__media {
    padding: 17px;
  }

  .ars-eg90160-overview__thumb {
    height: 58px;
  }
}

/* =========================================================
   CTA FINAL DE VENDAS — SÉRIE EG 125–200 HP
========================================================= */

.ars-eg90160-sales-cta,
.ars-eg90160-sales-cta *,
.ars-eg90160-sales-cta *::before,
.ars-eg90160-sales-cta *::after {
  box-sizing: border-box;
}

.ars-eg90160-sales-cta :where(h2, p) {
  margin: 0;
  padding: 0;
}

.ars-eg90160-sales-cta {
  --ars-sales-dark: #132632;
  --ars-sales-green: #cff3bd;
  --ars-sales-green-hover: #b8e8a4;
  --ars-sales-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-sales-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  padding: 76px 24px 88px;

  background: #ffffff;
  color: #ffffff;
  font-family: var(--ars-sales-body);
}

.ars-eg90160-sales-cta a {
  text-decoration: none !important;
}

.ars-eg90160-sales-cta__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ars-eg90160-sales-cta__box {
  position: relative;
  width: 100%;
  padding: 48px;
  overflow: hidden;

  border-radius: 16px;
  background: var(--ars-sales-dark);
  box-shadow: 0 22px 46px rgba(19, 38, 50, 0.14);
}

.ars-eg90160-sales-cta__box::after {
  position: absolute;
  top: 0;
  right: 0;

  width: 150px;
  height: 8px;

  border-radius: 0 16px 0 8px;
  background: var(--ars-sales-green);
  content: "";
}

.ars-eg90160-sales-cta__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.ars-eg90160-sales-cta__eyebrow {
  display: block;
  margin-bottom: 9px;

  color: var(--ars-sales-green);

  font-family: var(--ars-sales-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ars-eg90160-sales-cta__title {
  max-width: 760px;

  color: #ffffff;

  font-family: var(--ars-sales-title);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ars-eg90160-sales-cta__text {
  max-width: 760px;
  margin-top: 16px !important;

  color: rgba(255, 255, 255, 0.76);

  font-size: 15.5px;
  line-height: 1.7;
}

.ars-eg90160-sales-cta__text strong {
  color: #ffffff;
  font-weight: 800;
}

.ars-eg90160-sales-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 50px;
  margin-top: 24px;
  padding: 14px 24px;

  border: 1px solid var(--ars-sales-green);
  border-radius: 8px;

  background: var(--ars-sales-green);
  color: var(--ars-sales-dark) !important;

  font-family: var(--ars-sales-title);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;

  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.ars-eg90160-sales-cta__button::after {
  font-size: 19px;
  line-height: 1;
  content: "→";
}

.ars-eg90160-sales-cta__button:hover,
.ars-eg90160-sales-cta__button:focus-visible {
  border-color: var(--ars-sales-green-hover);
  background: var(--ars-sales-green-hover);
  transform: translateY(-2px);
}

.ars-eg90160-sales-cta__button:focus-visible {
  outline: 3px solid rgba(207, 243, 189, 0.28);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .ars-eg90160-sales-cta {
    padding: 64px 24px 76px;
  }

  .ars-eg90160-sales-cta__box {
    padding: 38px 34px;
  }
}

@media (max-width: 600px) {
  .ars-eg90160-sales-cta {
    padding: 54px 20px 68px;
  }

  .ars-eg90160-sales-cta__box {
    padding: 34px 24px;
    border-radius: 12px;
  }

  .ars-eg90160-sales-cta__box::after {
    width: 90px;
    border-radius: 0 12px 0 8px;
  }

  .ars-eg90160-sales-cta__title {
    font-size: clamp(26px, 8vw, 34px);
  }

  .ars-eg90160-sales-cta__text {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .ars-eg90160-sales-cta__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg90160-sales-cta__button {
    transition: none;
  }

  .ars-eg90160-sales-cta__button:hover,
  .ars-eg90160-sales-cta__button:focus-visible {
    transform: none;
  }
}

/* =========================================================
   FUNDOS ESCUROS UNIFORMES — SEM GRADES OU QUADRADOS
========================================================= */

.ars-eg-hero,
.ars-eg90160-opening,
.ars-eg90160-sales-cta__box {
  background: #132632 !important;
  background-image: none !important;
}

.ars-eg-hero::before,
.ars-eg-hero::after,
.ars-eg90160-opening::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}/* End custom CSS */