.elementor-52 .elementor-element.elementor-element-cff282b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-48a2e51 *//*
  ARSYSTEM COMPRESSORES
  Página: Compressor ELGi Série EG de 15 a 100 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-eg-overview,
.ars-eg-overview *,
.ars-eg-overview *::before,
.ars-eg-overview *::after {
  box-sizing: border-box;
}

.ars-eg-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: #ffffff;
  color: var(--ars-eo-dark);
  font-family: var(--ars-eo-body);
}

.ars-eg-overview :where(h2, h3, p, figure) {
  margin: 0;
  padding: 0;
}

.ars-eg-overview a {
  text-decoration: none !important;
}

.ars-eg-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-eg-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-color: #ffffff !important;
  background-image: none !important;

  box-shadow: 0 24px 48px rgba(19, 38, 50, 0.08);
}

.ars-eg-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-eg-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-eg-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-eg-overview__image.is-changing {
  opacity: 0;
  transform: scale(0.985);
}

/* =========================================================
   MINIATURAS
========================================================= */

.ars-eg-overview__thumbs {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;

  width: 100%;
  max-width: 370px;
  margin-top: 18px;
}

.ars-eg-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-eg-overview__thumb::before,
.ars-eg-overview__thumb::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
}


.ars-eg-overview__thumb:hover,
.ars-eg-overview__thumb:focus,
.ars-eg-overview__thumb:focus-visible,
.ars-eg-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-eg-overview__thumb:focus,
.ars-eg-overview__thumb:focus-visible {
  outline: 3px solid rgba(101, 147, 79, 0.22) !important;
  outline-offset: 2px;
}

.ars-eg-overview__thumb.is-active,
.ars-eg-overview__thumb.is-active:hover,
.ars-eg-overview__thumb.is-active:focus,
.ars-eg-overview__thumb.is-active:focus-visible,
.ars-eg-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-eg-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-eg-overview__content {
  min-width: 0;
}

.ars-eg-overview__header {
  padding-bottom: 25px;

  border-bottom: 1px solid var(--ars-eo-border);
}

.ars-eg-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-eg-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-eg-overview__powers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 17px;
}

.ars-eg-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-eg-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-eg-overview__intro {
  margin-top: 28px !important;

  color: var(--ars-eo-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.ars-eg-overview__intro strong {
  color: var(--ars-eo-dark);
  font-weight: 700;
}

/* =========================================================
   BOTÕES
========================================================= */

.ars-eg-overview__actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;

  width: 100%;
  margin-top: 22px;
}

.ars-eg-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-eg-overview__button::after {
  font-size: 20px;
  line-height: 1;

  content: "→";
}

.ars-eg-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-eg-overview__button:hover,
.ars-eg-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-eg-overview__button--catalog {
  border-color: var(--ars-eo-dark);

  background: transparent;
  color: var(--ars-eo-dark) !important;
}

.ars-eg-overview__button--catalog::after {
  content: none;
}

.ars-eg-overview__button--catalog:hover,
.ars-eg-overview__button--catalog:focus-visible {
  border-color: var(--ars-eo-green-strong);

  background: transparent;
  color: var(--ars-eo-green-strong) !important;
}

.ars-eg-overview__button:focus-visible {
  outline: 3px solid rgba(101, 147, 79, 0.28);
  outline-offset: 3px;
}

/* =========================================================
   TECNOLOGIAS E CONFIGURAÇÕES
========================================================= */

.ars-eg-overview__options {
  margin-top: 28px;
}

.ars-eg-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-eg-overview__option-list {
  display: grid;
  gap: 14px;
}

.ars-eg-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-eg-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-eg-overview__option p {
  color: var(--ars-eo-text);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.ars-eg-overview__option strong {
  color: var(--ars-eo-dark);
  font-weight: 800;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .ars-eg-overview__media {
    top: 92px;
  }

  .ars-eg-overview__container {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 34px;
  }

  .ars-eg-overview__media {
    min-height: 500px;
    padding: 24px;
  }

  .ars-eg-overview__stage {
    height: 350px;
  }

  .ars-eg-overview__title {
    white-space: normal;
  }

  .ars-eg-overview__actions {
    gap: 10px;
  }

  .ars-eg-overview__button {
    min-width: 190px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .ars-eg-overview {
    padding: 48px 20px;
    overflow: hidden;
  }

  .ars-eg-overview__media {
    position: relative;
    top: auto;
  }

  .ars-eg-overview__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ars-eg-overview__media {
    min-height: 420px;
    padding: 22px;

    border-radius: 12px;
  }

  .ars-eg-overview__stage {
    height: 280px;
  }

  .ars-eg-overview__image {
    max-width: 100% !important;
  }

  .ars-eg-overview__thumbs {
    max-width: 330px;
    gap: 8px;

    margin-top: 15px;
  }

  .ars-eg-overview__thumb {
    height: 64px;
    padding: 5px;
  }

  .ars-eg-overview__header {
    padding-bottom: 22px;
  }

  .ars-eg-overview__title {
    font-size: clamp(28px, 8.2vw, 36px);

    white-space: normal;
  }

  .ars-eg-overview__powers {
    gap: 7px;
  }

  .ars-eg-overview__powers-label {
    width: 100%;
    margin: 0 0 3px;
  }

  .ars-eg-overview__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ars-eg-overview__button {
    width: 100%;
    min-width: 0;
  }

  .ars-eg-overview__intro {
    margin-top: 23px !important;

    font-size: 15px;
    line-height: 1.72;
  }

  .ars-eg-overview__option {
    padding: 17px 17px 17px 49px;
  }

  .ars-eg-overview__option::before {
    top: 20px;
    left: 17px;
  }

  .ars-eg-overview__option p {
    font-size: 14.5px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg-overview__image,
  .ars-eg-overview__thumb,
  .ars-eg-overview__button {
    transition: none;
  }

  .ars-eg-overview__button:hover,
  .ars-eg-overview__button:focus-visible {
    transform: none;
  }
}

/* =========================================================
   RESET ISOLADO E VARIÁVEIS
========================================================= */

.ars-eg-opening,
.ars-eg-opening *,
.ars-eg-opening *::before,
.ars-eg-opening *::after {
  box-sizing: border-box;
}

.ars-eg-opening :where(h2, p) {
  margin: 0;
  padding: 0;
}

.ars-eg-opening {
  --ars-eg-dark: #132632;
  --ars-eg-dark-deep: #0c1d27;
  --ars-eg-green: #cff3bd;
  --ars-eg-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-eg-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-eg-dark-deep) 42%,
      var(--ars-eg-dark) 100%
    );

  color: #ffffff;
  font-family: var(--ars-eg-body);
  isolation: isolate;
}

/* Grade técnica decorativa */



.ars-eg-opening__container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   TEXTO SÉRIE EG AO FUNDO
========================================================= */

.ars-eg-opening__ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;

  color: rgba(255, 255, 255, 0.038);

  font-family: var(--ars-eg-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-eg-opening__content {
  position: relative;
  z-index: 2;

  max-width: 1050px;
  padding: 3px 0 25px 26px;

  border-left: 6px solid var(--ars-eg-green);
}

.ars-eg-opening__content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 6px;

  border-radius: 0 5px 5px 0;
  background: var(--ars-eg-green);

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s
    cubic-bezier(0.22, 1, 0.36, 1);

  content: "";
}

.ars-eg-opening__title {
  color: #ffffff;

  font-family: var(--ars-eg-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-eg-opening__description {
  max-width: 880px;
  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-eg-opening__description strong {
  color: var(--ars-eg-green);
  font-weight: 800;
}

/* Estado visível acionado pelo JavaScript */

.ars-eg-opening.ars-eg-opening--visible
  .ars-eg-opening__content::after {
  transform: scaleX(1);
}

.ars-eg-opening.ars-eg-opening--visible
  .ars-eg-opening__title,
.ars-eg-opening.ars-eg-opening--visible
  .ars-eg-opening__description {
  opacity: 1;
  transform: none;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .ars-eg-opening {
    min-height: 400px;
    padding: 62px 0;
  }

  .ars-eg-opening__container {
    padding: 0 20px;
  }

  .ars-eg-opening__ghost {
    font-size: clamp(5rem, 28vw, 8rem);
  }

  .ars-eg-opening__content {
    padding-left: 17px;
    padding-bottom: 20px;

    border-left-width: 4px;
  }

  .ars-eg-opening__content::after {
    height: 4px;
  }

  .ars-eg-opening__title {
    font-size: clamp(28px, 8vw, 37px);
  }

  .ars-eg-opening__description {
    font-size: 15px;
    line-height: 1.68;
  }
}

/* =========================================================
   MOVIMENTO REDUZIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .ars-eg-opening *,
  .ars-eg-opening *::before,
  .ars-eg-opening *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ars-eg-opening__title,
  .ars-eg-opening__description {
    opacity: 1 !important;
    transform: none !important;
  }

  .ars-eg-opening__content::after {
    transform: scaleX(1) !important;
  }
}

.ars-eg-cost,
.ars-eg-cost *,
.ars-eg-cost *::before,
.ars-eg-cost *::after {
  box-sizing: border-box;
}

.ars-eg-cost :where(
  h2,
  h3,
  p,
  span,
  div,
  a,
  article
) {
  margin: 0;
  padding: 0;
}

.ars-eg-cost {
  --ars-eg-dark: #132632;
  --ars-eg-dark-deep: #0c1d27;
  --ars-eg-green: #cff3bd;
  --ars-eg-green-strong: #5f9243;
  --ars-eg-text: #5f6c73;
  --ars-eg-border: #e5eaed;
  --ars-eg-white: #ffffff;
  --ars-eg-blue: #248b35;
  --ars-eg-blue-dark: #248b35;
  --ars-eg-orange: #f39b2f;
  --ars-eg-shadow: 0 18px 38px rgba(19, 38, 50, 0.12);

  width: 100%;
  padding: 75px 0 75px;
  background: #ffffff;
  color: var(--ars-eg-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-eg-cost a {
  color: inherit;
  text-decoration: none !important;
}

.ars-eg-cost__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-eg-cost__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 28px;
  align-items: center;
}

/* =========================================================
   COLUNA ESQUERDA
========================================================= */

.ars-eg-cost__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 14px;

  color: var(--ars-eg-green-strong);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ars-eg-cost__eyebrow::before {
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--ars-eg-green);
  content: "";
}

.ars-eg-cost__title {
  max-width: 620px;

  color: #111111;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(31px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.ars-eg-cost__title .ars-eg-highlight {
  color: var(--ars-eg-dark);
}

.ars-eg-cost__description {
  max-width: 680px;
  margin-top: 14px;

  color: #404b51;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.62;
}

.ars-eg-cost__description strong {
  color: var(--ars-eg-dark);
  font-weight: 800;
}

.ars-eg-cost__note {
  margin-top: 12px;
  color: var(--ars-eg-text);
  font-size: 13px;
  line-height: 1.55;
}

.ars-eg-cost__cta-wrap {
  margin-top: 24px;
}

.ars-eg-cost__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 48px;
  padding: 0 24px;

  border: 1px solid #7fb55e;
  border-radius: 999px;

  background: #7fb55e;
  color: #ffffff !important;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;

  box-shadow: 0 10px 22px rgba(95, 146, 67, 0.22);
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
}

.ars-eg-cost__button:hover,
.ars-eg-cost__button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 14px 26px rgba(95, 146, 67, 0.28);
}

.ars-eg-cost__button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   COLUNA DIREITA | PAINEL
========================================================= */

.ars-eg-cost__panel {
  position: relative;
  padding: 18px 18px 16px;

  border: 1px solid rgba(19, 38, 50, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--ars-eg-shadow);
}

.ars-eg-cost__panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.ars-eg-cost__price-block {
  min-width: 0;
}

.ars-eg-cost__price {
  color: var(--ars-eg-blue);
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(28px, 2.4vw, 41px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.ars-eg-cost__price small {
  font-size: 0.7em;
  font-weight: 800;
}

.ars-eg-cost__price-caption {
  margin-top: 6px;
  color: #5b6971;
  font-size: 13px;
  line-height: 1.35;
}

.ars-eg-cost__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 30px;
  padding: 7px 11px;

  border-radius: 999px;
  background: #e8f5eb;
  color: var(--ars-eg-blue-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ars-eg-cost__panel-main {
  display: grid;
  grid-template-columns: minmax(165px, 0.95fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
}

.ars-eg-cost__chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;

  min-height: 165px;
  padding: 8px 8px 0;

  border-right: 1px solid rgba(19, 38, 50, 0.08);
}

.ars-eg-cost__bar-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  min-width: 0;
}

.ars-eg-cost__bar {
  width: 54px;
  border-radius: 8px 8px 0 0;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);

  transform: scaleY(1);
  transform-origin: center bottom;

  transition:
    transform 0.9s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.ars-eg-cost__bar--current {
  height: 108px;
  background: var(--ars-eg-orange);
}

.ars-eg-cost__bar--eg {
  height: 64px;
  background: var(--ars-eg-blue);

  transition-delay: 0.14s;
}

.ars-eg-cost.ars-eg-cost--animate
.ars-eg-cost__bar {
  transform: scaleY(0);
}

.ars-eg-cost.ars-eg-cost--animate.ars-eg-cost--visible
.ars-eg-cost__bar {
  transform: scaleY(1);
}

.ars-eg-cost__bar-label {
  color: #263138;
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.ars-eg-cost__side {
  display: grid;
  gap: 12px;
}

.ars-eg-cost__metric {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.ars-eg-cost__metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;

  border-radius: 50%;
  background: #e8f5eb;
  color: var(--ars-eg-blue-dark);
}

.ars-eg-cost__metric-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-eg-cost__metric-title {
  color: var(--ars-eg-blue-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.ars-eg-cost__metric-text {
  margin-top: 3px;
  color: #5e6b72;
  font-size: 12px;
  line-height: 1.4;
}

.ars-eg-cost__metric-text strong {
  color: var(--ars-eg-dark);
  font-weight: 800;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 980px) {
  .ars-eg-cost__grid {
    grid-template-columns: 1fr;
  }

  .ars-eg-cost__title,
  .ars-eg-cost__description {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .ars-eg-cost {
    padding: 26px 0 18px;
  }

  .ars-eg-cost__container {
    width: min(calc(100% - 32px), 560px);
  }

  .ars-eg-cost__title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .ars-eg-cost__description {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .ars-eg-cost__panel {
    padding: 16px;
    border-radius: 14px;
  }

  .ars-eg-cost__panel-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ars-eg-cost__panel-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ars-eg-cost__chart {
    min-height: 150px;
    padding: 6px 0 0;
    border-right: 0;
    border-bottom: 1px solid rgba(19, 38, 50, 0.08);
    padding-bottom: 14px;
  }

  .ars-eg-cost__bar {
    width: 48px;
  }

  .ars-eg-cost__bar--current {
    height: 98px;
  }

  .ars-eg-cost__bar--eg {
    height: 60px;
  }

  .ars-eg-cost__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-eg-cost * {
    transition: none !important;
  }

  .ars-eg-cost__bar {
    transform: scaleY(1) !important;
  }
}

.ars-osbic-section,
.ars-osbic-section *,
.ars-osbic-section *::before,
.ars-osbic-section *::after {
  box-sizing: border-box;
}

.ars-osbic-section :where(
  h2,
  h3,
  p,
  span,
  div,
  article,
  img,
  ul,
  li
) {
  margin: 0;
  padding: 0;
}

.ars-osbic-section {
  --ars-osbic-dark: #132632;
  --ars-osbic-dark-deep: #0c1d27;
  --ars-osbic-green: #cff3bd;
  --ars-osbic-green-strong: #5f9243;
  --ars-osbic-text: #526069;
  --ars-osbic-muted: #718089;
  --ars-osbic-border: #dfe7e2;
  --ars-osbic-bg: #f8f8f8;
  --ars-osbic-white: #ffffff;

  --ars-osbic-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-osbic-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-osbic-bg);
  color: var(--ars-osbic-dark);

  font-family: var(--ars-osbic-body);
}

.ars-osbic-section__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-osbic-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-osbic-section__content {
  min-width: 0;
}

.ars-osbic-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 11px;

  color: var(--ars-osbic-green-strong);

  font-family: var(--ars-osbic-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-osbic-section__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--ars-osbic-green);
}

.ars-osbic-section__title {
  max-width: 590px;

  color: var(--ars-osbic-dark);

  font-family: var(--ars-osbic-title);
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.ars-osbic-section__title .ars-osbic-highlight {
  color: var(--ars-osbic-green-strong);
}

.ars-osbic-section__description {
  max-width: 620px;
  margin-top: 12px;

  color: var(--ars-osbic-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-osbic-section__description strong {
  color: var(--ars-osbic-dark);
  font-weight: 800;
}

.ars-osbic-section__list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
}

.ars-osbic-section__item {
  display: grid;
  grid-template-columns: 22px 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-osbic-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-osbic-section__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;
  margin-top: 1px;

  color: var(--ars-osbic-green-strong);
}

.ars-osbic-section__item-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-osbic-section__item-text {
  color: var(--ars-osbic-text);
  font-size: 15px;
  line-height: 1.6;
}

.ars-osbic-section__item-text strong {
  color: var(--ars-osbic-dark);
  font-weight: 800;
}

/* =========================================================
   COLUNA VISUAL
========================================================= */

.ars-osbic-section__visual-wrap {
  position: relative;
  min-width: 0;
}

.ars-osbic-section__visual-card {
  position: relative;
  min-height: 400px;
  padding: 0;
  overflow: hidden;

  border: 1px solid var(--ars-osbic-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-osbic-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-osbic-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-osbic-section__product-area {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.ars-osbic-section__product-image {
  display: block;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;

  object-fit: cover !important;
  object-position: center center;

  filter: none;
}

/* =========================================================
   BADGES FLUTUANTES
========================================================= */

.ars-osbic-section__badge-circle {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 94px;
  height: 94px;
  padding: 11px;

  border: 3px solid var(--ars-osbic-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-osbic-section__badge-circle strong {
  color: var(--ars-osbic-dark);

  font-family: var(--ars-osbic-title);
  font-size: 28px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.ars-osbic-section__badge-circle span {
  margin-top: 5px;

  color: var(--ars-osbic-dark);

  font-family: var(--ars-osbic-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ars-osbic-section__badge-pill {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  min-height: 58px;
  padding: 11px 15px;

  border-radius: 14px;
  background: var(--ars-osbic-dark);
  color: #ffffff;

  box-shadow: 0 16px 34px rgba(19, 38, 50, 0.22);
}

.ars-osbic-section__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 10px;
  background: rgba(207, 243, 189, 0.14);
  color: var(--ars-osbic-green);
}

.ars-osbic-section__badge-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-osbic-section__badge-text strong {
  display: block;

  font-family: var(--ars-osbic-title);
  font-size: 24px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.ars-osbic-section__badge-text span {
  display: block;
  margin-top: 4px;

  color: rgba(255, 255, 255, 0.84);

  font-family: var(--ars-osbic-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ars-osbic-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-osbic-green-strong);

  font-family: var(--ars-osbic-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-osbic-section {
    min-height: calc(100svh - 90px);
    padding: 14px 0;
  }

  .ars-osbic-section__visual-card {
    min-height: 360px;
  }


  .ars-osbic-section__list {
    gap: 6px;
    margin-top: 13px;
  }

  .ars-osbic-section__item {
    padding: 8px 11px;
  }
}

@media (max-width: 1024px) {
  .ars-osbic-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ars-osbic-section__content {
    max-width: none;
  }

  .ars-osbic-section__title,
  .ars-osbic-section__description {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .ars-osbic-section {
    display: block;
    min-height: 0;
    padding: 24px 0;
  }

  .ars-osbic-section__container {
    width: min(calc(100% - 32px), 560px);
  }

  .ars-osbic-section__visual-card {
    min-height: 400px;
    padding: 22px;
    border-radius: 16px;
  }


  .ars-osbic-section__badge-circle {
    top: 16px;
    left: 16px;
    width: 92px;
    height: 92px;
    padding: 10px;
  }

  .ars-osbic-section__badge-circle strong {
    font-size: 22px;
  }

  .ars-osbic-section__badge-circle span {
    font-size: 8.5px;
  }

  .ars-osbic-section__floating-label {
    top: 16px;
    right: 16px;
    min-height: 30px;
    padding: 7px 11px;
    font-size: 9px;
  }

  .ars-osbic-section__badge-pill {
    right: 16px;
    bottom: 16px;
    left: 16px;
    min-height: 60px;
    padding: 12px 14px;
  }

  .ars-osbic-section__badge-text strong {
    font-size: 21px;
  }

  .ars-osbic-section__title {
    font-size: clamp(29px, 8vw, 38px);
  }

  .ars-osbic-section__description {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .ars-osbic-section__item {
    padding: 14px 14px;
    border-radius: 12px;
  }

  .ars-osbic-section__item-text {
    font-size: 14px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ars-osbic-section *,
  .ars-osbic-section *::before,
  .ars-osbic-section *::after {
    transition: none !important;
  }
}

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-neuron-section,
.ars-neuron-section *,
.ars-neuron-section *::before,
.ars-neuron-section *::after {
  box-sizing: border-box;
}

.ars-neuron-section :where(
  h2,
  p,
  span,
  div,
  figure,
  ul,
  li,
  img
) {
  margin: 0;
  padding: 0;
}

.ars-neuron-section {
  --ars-neuron-dark: #132632;
  --ars-neuron-dark-deep: #0c1d27;
  --ars-neuron-green: #cff3bd;
  --ars-neuron-green-main: #248b35;
  --ars-neuron-green-soft: #edf8ef;
  --ars-neuron-text: #526069;
  --ars-neuron-border: #dfe7e2;
  --ars-neuron-bg: #ffffff;
  --ars-neuron-white: #ffffff;

  --ars-neuron-title:
    var(--ars-font-title, "Outfit", Arial, sans-serif);

  --ars-neuron-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-neuron-dark);
  font-family: var(--ars-neuron-body);
}

.ars-neuron-section__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-neuron-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-neuron-section__content {
  min-width: 0;
}

.ars-neuron-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 14px;

  color: var(--ars-neuron-green-main);

  font-family: var(--ars-neuron-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-neuron-section__eyebrow::before {
  width: 32px;
  height: 2px;
  flex: 0 0 32px;

  background: var(--ars-neuron-green-main);

  content: "";
}

.ars-neuron-section__title {
  max-width: 610px;

  color: var(--ars-neuron-dark);

  font-family: var(--ars-neuron-title);
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.ars-neuron-section__description {
  max-width: 620px;
  margin-top: 18px;

  color: var(--ars-neuron-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-neuron-section__description strong {
  color: var(--ars-neuron-dark);
  font-weight: 800;
}

/* =========================================================
   BENEFÍCIOS
========================================================= */

.ars-neuron-section__list {
  display: grid;
  gap: 12px;

  margin-top: 24px;

  list-style: none;
}

.ars-neuron-section__item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 13px;

  padding: 2px 0;
}

.ars-neuron-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-neuron-green-soft);
  color: var(--ars-neuron-green-main);
}

.ars-neuron-section__item-icon svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-neuron-section__item-text {
  color: var(--ars-neuron-text);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.ars-neuron-section__item-text strong {
  color: var(--ars-neuron-dark);
  font-weight: 800;
}

/* =========================================================
   PAINEL VISUAL
========================================================= */

.ars-neuron-section__visual {
  position: relative;

  min-width: 0;
  padding: 24px 22px 22px;
}

.ars-neuron-section__visual-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 440px;
  padding: 46px 54px 42px;
  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-neuron-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-neuron-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-neuron-section__image {
  position: relative;
  z-index: 2;

  display: block;

  width: 100%;
  max-width: 540px;
  max-height: 345px;

  object-fit: contain;
  object-position: center;

  filter:
    drop-shadow(0 25px 28px rgba(19, 38, 50, 0.16))
    drop-shadow(0 8px 12px rgba(19, 38, 50, 0.08));
}

/* =========================================================
   SELO ATÉ 8 COMPRESSORES
========================================================= */

.ars-neuron-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-neuron-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-neuron-section__machine-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  font-family: var(--ars-neuron-title);
  line-height: 1;
}

.ars-neuron-section__machine-top span {
  color: var(--ars-neuron-green);

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  transform: rotate(-90deg);
}

.ars-neuron-section__machine-top strong {
  color: #ffffff;

  font-size: 58px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.ars-neuron-section__machine-caption {
  margin-top: 2px;

  color: rgba(255, 255, 255, 0.9);

  font-family: var(--ars-neuron-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================================================
   SELO PAINEL TOUCH
========================================================= */

.ars-neuron-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-neuron-dark);

  box-shadow: 0 14px 28px rgba(19, 38, 50, 0.13);

  font-family: var(--ars-neuron-title);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.ars-neuron-section__touch-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border-radius: 7px;

  background: var(--ars-neuron-green-soft);
  color: var(--ars-neuron-green-main);
}

.ars-neuron-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-neuron-section {
    min-height: calc(100svh - 90px);
    padding: 14px 0;
  }

  .ars-neuron-section__grid {
    gap: 34px;
  }

  .ars-neuron-section__description {
    margin-top: 13px;
  }

  .ars-neuron-section__list {
    gap: 8px;
    margin-top: 17px;
  }

  .ars-neuron-section__visual-card {
    min-height: 390px;
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .ars-neuron-section__image {
    max-height: 305px;
  }

  .ars-neuron-section__machine-badge {
    width: 124px;
    height: 124px;
  }

  .ars-neuron-section__machine-top strong {
    font-size: 50px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .ars-neuron-section {
    display: block;
    min-height: 0;
    padding: 54px 0;
  }

  .ars-neuron-section__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ars-neuron-section__content {
    max-width: 760px;
  }

  .ars-neuron-section__title,
  .ars-neuron-section__description {
    max-width: none;
  }

  .ars-neuron-section__visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .ars-neuron-section {
    padding: 38px 0;
  }

  .ars-neuron-section__container {
    width: min(calc(100% - 32px), 560px);
  }

  .ars-neuron-section__title {
    font-size: clamp(29px, 8vw, 38px);
  }

  .ars-neuron-section__description {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .ars-neuron-section__item-text {
    font-size: 14px;
  }

  .ars-neuron-section__visual {
    padding: 20px 8px 24px;
  }

  .ars-neuron-section__visual-card {
    min-height: 350px;
    padding: 56px 22px 58px;

    border-radius: 16px;
  }

  .ars-neuron-section__image {
    max-width: 100%;
    max-height: 265px;
  }

  .ars-neuron-section__machine-badge {
    top: 0;
    right: 0;

    width: 104px;
    height: 104px;
    padding: 12px;
  }

  .ars-neuron-section__machine-top span {
    font-size: 10px;
  }

  .ars-neuron-section__machine-top strong {
    font-size: 42px;
  }

  .ars-neuron-section__machine-caption {
    font-size: 8.5px;
  }

  .ars-neuron-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-neuron-section *,
  .ars-neuron-section *::before,
  .ars-neuron-section *::after {
    transition: none !important;
  }
}

/* =========================================================
     SÉRIE EG 11–75 kW | SISTEMAS INTERNOS INTERATIVOS
     Arsystem Compressores | Elementor-safe | CSS puro
     COMPONENTE ARSYSTEM | ELEMENTOR | HTML, CSS E JS ISOLADOS
     Ajustes:
     - Removido vestígio de Font Awesome nos "Leia Mais"
     - Imagem otimizada com title, alt, figcaption, width, height
     - Texto técnico suavizado para evitar promessa absoluta
     - CSS escopado ao ID da seção
     - JS protegido contra duplicidade
     ========================================================= */

  #componentes-internos-eg-11-75-kw,
  #componentes-internos-eg-11-75-kw * {
    box-sizing: border-box;
  }

  #componentes-internos-eg-11-75-kw {
    --ars-primary: #65934F;
    --ars-green-strong: #65934F;
    --ars-dark: #132632;
    --ars-green: #CFF3BD;
    --ars-highlight: var(--ars-green);
    --ars-slate: #132632;
    --ars-bg: #F8F8F8;
    --ars-border: rgba(19, 38, 50, 0.12);
    --ars-muted: #526168;
    --number-dark: #132632;

    --font-titles: var(--ars-font-title, 'Outfit', Arial, sans-serif);
    --font-text: var(--ars-font-text, 'Inter', Arial, sans-serif);

    font-family: var(--font-text);
    width: 100%;
    background-color: var(--ars-bg);
    color: var(--ars-slate);
    position: relative;
    min-height: 720px;
    padding: 72px 24px 56px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
      radial-gradient(circle at 50% 20%, rgba(101, 147, 79, 0.07) 0%, transparent 50%),
      radial-gradient(circle at 20% 80%, rgba(19, 38, 50, 0.04) 0%, transparent 50%);
  }

  #componentes-internos-eg-11-75-kw .ars-eg-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;
  }

  #componentes-internos-eg-11-75-kw figure {
    margin: 0;
    padding: 0;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-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) {
    #componentes-internos-eg-11-75-kw .ars-eg1175-boxed-content {
      grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 3fr);
    }
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-col-left,
  #componentes-internos-eg-11-75-kw .ars-eg1175-col-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 30;
    min-width: 0;
    padding-top: 16px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-center-title-wrap {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 40;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--ars-green-strong, #65934F);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background-color: var(--ars-green);
    border-radius: 2px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-title {
    font-family: var(--font-titles);
    font-weight: 800;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 12px 0;
    color: var(--ars-dark);
    letter-spacing: -0.02em;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-sub-text {
    font-size: 0.95rem;
    color: var(--ars-muted);
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 780px;
  }

  #componentes-internos-eg-11-75-kw strong {
    font-weight: 700;
    color: var(--ars-slate);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-exclusive-info strong {
    color: #FFFFFF;
    font-weight: 700;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-fixed-compressor-wrap {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    transition: all 0.3s ease;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-compressor-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 15px 30px rgba(19, 38, 50, 0.12));
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-card-slot {
    position: relative;
    height: 70px;
    z-index: 10;
    transition: z-index 0.1s ease;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-card-slot:hover,
  #componentes-internos-eg-11-75-kw .ars-eg1175-card-slot.ars-eg1175-has-lock-item {
    z-index: 1000 !important;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card {
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
    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 var(--ars-border);
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    font-family: var(--font-text);
    white-space: normal !important;
    word-wrap: break-word;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card:focus-visible {
    outline: 2px solid var(--ars-highlight);
    outline-offset: 2px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-card-slot.ars-eg1175-expand-up .ars-eg1175-feature-card {
    top: auto;
    bottom: 0;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-item-number {
    font-family: var(--font-titles);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--number-dark);
    transition: all 0.3s ease;
    flex: 0 0 auto;
    line-height: 1;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-card-title {
    color: var(--ars-dark);
    font-family: var(--font-titles);
    font-size: 0.85rem;
    font-weight: 700;
    margin: 2px 0 0 0;
    transition: color 0.3s ease;
    line-height: 1.2;
    min-width: 0;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-chevron-indicator {
    margin-left: auto;
    color: #94A3B8;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: transform 0.4s ease, color 0.3s ease;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-left-side:hover,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-left-side.ars-eg1175-active,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-left-side.ars-eg1175-is-locked {
    transform: translateX(12px);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-right-side:hover,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-right-side.ars-eg1175-active,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-right-side.ars-eg1175-is-locked {
    transform: translateX(-12px);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-standard-info {
    max-height: 0;
    opacity: 0;
    margin: 0;
    transition: all 0.4s ease;
    font-size: 0.85rem;
    line-height: 1.5;
    white-space: normal;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-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.15);
    white-space: normal;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-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-highlight);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-read-more-trigger svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-active,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-is-locked {
    background-color: var(--ars-dark) !important;
    border-color: var(--ars-dark);
    box-shadow: 0 30px 60px -12px rgba(19, 38, 50, 0.42);
    z-index: 1100;
    max-height: 520px;
    overflow-y: auto;
    padding: 1.5rem;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card::-webkit-scrollbar {
    width: 4px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card::-webkit-scrollbar-thumb {
    background: var(--ars-highlight);
    border-radius: 10px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-active .ars-eg1175-card-title,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-is-locked .ars-eg1175-card-title {
    color: #FFFFFF;
    font-size: 1.1rem;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-active .ars-eg1175-item-number,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-is-locked .ars-eg1175-item-number {
    color: var(--ars-highlight);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-active .ars-eg1175-chevron-indicator,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-is-locked .ars-eg1175-chevron-indicator {
    transform: rotate(180deg);
    color: var(--ars-highlight);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-active .ars-eg1175-standard-info,
  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-is-locked .ars-eg1175-standard-info {
    max-height: 300px;
    opacity: 1;
    margin-top: 0.75rem;
    color: #FFFFFF;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-active .ars-eg1175-read-more-trigger {
    opacity: 1;
    transform: translateY(0);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-is-locked .ars-eg1175-read-more-trigger {
    display: none;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card.ars-eg1175-is-locked .ars-eg1175-exclusive-info {
    max-height: 600px;
    opacity: 1;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  #componentes-internos-eg-11-75-kw.ars-eg1175-has-lock .ars-eg1175-card-slot:not(.ars-eg1175-has-lock-item) .ars-eg1175-feature-card {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: transparent;
    box-shadow: none;
  }

  #componentes-internos-eg-11-75-kw.ars-eg1175-has-lock .ars-eg1175-card-slot:not(.ars-eg1175-has-lock-item) .ars-eg1175-card-title,
  #componentes-internos-eg-11-75-kw.ars-eg1175-has-lock .ars-eg1175-card-slot:not(.ars-eg1175-has-lock-item) .ars-eg1175-item-number,
  #componentes-internos-eg-11-75-kw.ars-eg1175-has-lock .ars-eg1175-card-slot:not(.ars-eg1175-has-lock-item) .ars-eg1175-standard-info,
  #componentes-internos-eg-11-75-kw.ars-eg1175-has-lock .ars-eg1175-card-slot:not(.ars-eg1175-has-lock-item) .ars-eg1175-read-more-trigger {
    opacity: 0.15;
    filter: blur(2px);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(207, 243, 189, 0.52);
    border: 2px solid var(--ars-highlight);
    border-radius: 50%;
    z-index: 50;
    transition: all 0.4s ease;
    cursor: pointer;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot:focus-visible {
    outline: 2px solid var(--ars-dark);
    outline-offset: 4px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot span {
    font-family: var(--font-titles);
    font-weight: 800;
    font-size: 10px;
    color: var(--ars-dark);
    opacity: 0;
    position: absolute;
    line-height: 1;
    pointer-events: none;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot:hover,
  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot.ars-eg1175-active,
  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot.ars-eg1175-is-locked {
    opacity: 1 !important;
    transform: scale(2.4);
    background: var(--ars-highlight);
    border-color: #fff;
    box-shadow: 0 0 20px var(--ars-highlight);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot:hover span,
  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot.ars-eg1175-active span,
  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot.ars-eg1175-is-locked span {
    opacity: 1 !important;
    transform: scale(0.8);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot.ars-eg1175-blink {
    animation: ars-eg1175-pulse-flash 1.2s ease-in-out;
    opacity: 1;
  }

  @keyframes ars-eg1175-pulse-flash {
    0% { transform: scale(1); }
    40% { transform: scale(3.5); background: var(--ars-highlight); }
    100% { transform: scale(1); }
  }

  #ars-eg1175-beam-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-beam-line {
    stroke: var(--ars-highlight);
    stroke-width: 2.5;
    filter: drop-shadow(0 0 6px var(--ars-highlight));
    opacity: 0;
    transition: opacity 0.4s ease;
    stroke-linecap: round;
    stroke-dasharray: 8 8;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-beam-active {
    opacity: 0.85;
    animation: ars-eg1175-beam-flow 3s linear infinite;
  }

  @keyframes ars-eg1175-beam-flow {
    from { stroke-dashoffset: 32; }
    to { stroke-dashoffset: 0; }
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-quick {
    display: none;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-quick-top {
    margin-top: 18px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-tip {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    font-size: 0.8rem;
    color: var(--ars-muted);
    font-weight: 600;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-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;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-index::-webkit-scrollbar {
    height: 6px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-index::-webkit-scrollbar-track {
    background: rgba(101, 147, 79, 0.08);
    border-radius: 10px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-index::-webkit-scrollbar-thumb {
    background: var(--ars-primary);
    border-radius: 10px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-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-titles);
    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);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-num-btn.is-active {
    background: var(--ars-dark);
    color: var(--ars-green);
    border-color: var(--ars-dark);
    box-shadow: 0 8px 18px rgba(19, 38, 50, 0.22);
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel {
    background: #fff;
    border: 1px solid var(--ars-border);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border-bottom: 1px solid var(--ars-border);
    background: #f9f9fb;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-num {
    font-family: var(--font-titles);
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--ars-dark);
    min-width: 38px;
    text-align: center;
    background: var(--ars-green);
    border: none;
    border-radius: 10px;
    padding: 7px 0;
    line-height: 1;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-title {
    margin: 0;
    font-family: var(--font-titles);
    font-weight: 800;
    color: var(--ars-dark);
    font-size: 0.95rem;
    line-height: 1.15;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-body {
    padding: 15px;
    color: var(--ars-slate);
    font-size: 0.9rem;
    line-height: 1.55;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-body p {
    margin: 0;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-body p + p {
    margin-top: 8px;
  }

  #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-mini {
    color: var(--ars-muted);
    font-size: 0.85rem;
  }

  @media (max-width: 1024px) {
    #componentes-internos-eg-11-75-kw {
      min-height: auto;
      padding: 40px 20px 30px;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-fixed-compressor-wrap {
      max-width: 520px;
    }
  }

  @media (max-width: 768px) {
    #componentes-internos-eg-11-75-kw {
      padding: 60px 20px 40px;
      text-align: left;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-center-title-wrap {
      text-align: left;
      margin-bottom: 25px;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-eyebrow {
      justify-content: flex-start;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-sub-text {
      text-align: left;
      margin: 0;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-tip {
      text-align: left;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel {
      text-align: left;
    }

    #ars-eg1175-beam-container,
    #componentes-internos-eg-11-75-kw .ars-eg1175-col-left,
    #componentes-internos-eg-11-75-kw .ars-eg1175-col-right {
      display: none !important;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-boxed-content {
      display: block !important;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-quick {
      display: block;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot {
      display: flex !important;
      opacity: 0.6 !important;
      transform: scale(1.4) !important;
      background: rgba(207, 243, 189, 0.72) !important;
      border-color: #fff !important;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot span {
      opacity: 1 !important;
      color: var(--ars-dark) !important;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot.ars-eg1175-active-mobile {
      opacity: 1 !important;
      transform: scale(2.2) !important;
      background: var(--ars-green) !important;
      box-shadow: 0 0 20px var(--ars-green) !important;
      z-index: 200 !important;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot.ars-eg1175-active-mobile span {
      color: var(--ars-dark) !important;
    }
  }

  @media (max-width: 420px) {
    #componentes-internos-eg-11-75-kw {
      padding-left: 16px;
      padding-right: 16px;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-num-btn {
      min-height: 40px;
      font-size: 0.86rem;
    }

    #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-panel-title {
      font-size: 0.9rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #componentes-internos-eg-11-75-kw .ars-eg1175-feature-card,
    #componentes-internos-eg-11-75-kw .ars-eg1175-hotspot,
    #componentes-internos-eg-11-75-kw .ars-eg1175-mobile-num-btn {
      transition: none !important;
      animation: none !important;
    }
  }

.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: 880px;
  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: 820px;
  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.58),
      rgba(12, 29, 39, 0.05) 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;
  }
}

#ars-egspecs,
  #ars-egspecs *,
  #ars-egspecs *::before,
  #ars-egspecs *::after {
    box-sizing: border-box;
  }

  #ars-egspecs {
    --ars-dark: #132632;
    --ars-dark-hover: #1b3544;
    --ars-green: #cff3bd;
    --ars-green-strong: #65934f;
    --ars-bg: #f8f8f8;
    --ars-white: #ffffff;
    --ars-text: #34454f;
    --ars-muted: #6e7d84;
    --ars-border: #dce7df;
    --ars-shadow: 0 18px 45px rgba(19, 38, 50, 0.08);
    --ars-title-font: var(--ars-font-title, "Outfit", Arial, sans-serif);
    --ars-text-font: var(--ars-font-text, "Inter", Arial, sans-serif);

    width: 100%;
    margin: 0;
    padding: 88px 24px;
    background:
      radial-gradient(circle at 8% 10%, rgba(207, 243, 189, 0.38), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, var(--ars-bg) 100%);
    color: var(--ars-text);
    font-family: var(--ars-text-font);
  }

  #ars-egspecs :where(h2, h3, h4, p, dl, dt, dd) {
    margin: 0;
  }

  #ars-egspecs a {
    text-decoration: none;
  }

  #ars-egspecs .ars-egspecs__container {
    width: min(100%, 1240px);
    margin: 0 auto;
  }

  #ars-egspecs .ars-egspecs__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;
  }

  #ars-egspecs .ars-egspecs__header {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
  }

  #ars-egspecs .ars-egspecs__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--ars-green-strong);
    font-family: var(--ars-title-font);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  #ars-egspecs .ars-egspecs__eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: var(--ars-green-strong);
  }

  #ars-egspecs .ars-egspecs__title {
    color: var(--ars-dark);
    font-family: var(--ars-title-font);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.04em;
  }

  #ars-egspecs .ars-egspecs__title span {
    color: var(--ars-green-strong);
  }

  #ars-egspecs .ars-egspecs__intro {
    max-width: 840px;
    margin: 18px auto 0;
    color: var(--ars-muted);
    font-size: 1rem;
    line-height: 1.75;
  }

  #ars-egspecs .ars-egspecs__intro strong {
    color: var(--ars-dark);
  }

  #ars-egspecs .ars-egspecs__desktop {
    overflow: hidden;
    border: 1px solid var(--ars-border);
    border-radius: 18px;
    background: var(--ars-white);
    box-shadow: var(--ars-shadow);
  }

  #ars-egspecs table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  #ars-egspecs thead th {
    padding: 16px 12px;
    background: var(--ars-dark);
    color: var(--ars-white);
    font-family: var(--ars-title-font);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
  }

  #ars-egspecs thead th:first-child {
    text-align: left;
    padding-left: 22px;
  }

  #ars-egspecs .ars-egspecs__summary-row {
    background: var(--ars-white);
    transition: background-color 0.22s ease, color 0.22s ease;
  }

  #ars-egspecs .ars-egspecs__group + .ars-egspecs__group .ars-egspecs__summary-row > * {
    border-top: 1px solid var(--ars-border);
  }

  #ars-egspecs .ars-egspecs__summary-row > * {
    padding: 17px 12px;
    color: var(--ars-text);
    font-size: 0.83rem;
    text-align: center;
    vertical-align: middle;
  }

  #ars-egspecs .ars-egspecs__summary-row:hover {
    background: rgba(207, 243, 189, 0.18);
  }

  #ars-egspecs .ars-egspecs__model {
    padding-left: 22px !important;
    color: var(--ars-dark) !important;
    font-family: var(--ars-title-font);
    font-size: 0.98rem !important;
    font-weight: 800;
    text-align: left !important;
  }

  #ars-egspecs .ars-egspecs__summary-row td strong {
    display: block;
    color: var(--ars-dark);
    font-weight: 700;
    line-height: 1.25;
  }

  #ars-egspecs .ars-egspecs__summary-row td span {
    display: block;
    margin-top: 3px;
    color: var(--ars-muted);
    font-size: 0.72rem;
    line-height: 1.25;
  }

  #ars-egspecs .ars-egspecs__toggle {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid var(--ars-border);
    border-radius: 10px;
    background: var(--ars-bg);
    color: var(--ars-dark);
    cursor: pointer;
    font-family: var(--ars-title-font);
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  #ars-egspecs .ars-egspecs__toggle:hover {
    transform: translateY(-1px);
    border-color: var(--ars-green-strong);
    background: var(--ars-green);
  }

  #ars-egspecs .ars-egspecs__toggle svg,
  #ars-egspecs .ars-egspecs__version-cta svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
  }

  #ars-egspecs .ars-egspecs__group.is-open .ars-egspecs__toggle svg {
    transform: rotate(180deg);
  }

  #ars-egspecs .ars-egspecs__quote,
  #ars-egspecs .ars-egspecs__m-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--ars-green);
    color: var(--ars-dark);
    font-family: var(--ars-title-font);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  #ars-egspecs .ars-egspecs__quote:hover,
  #ars-egspecs .ars-egspecs__m-quote:hover {
    transform: translateY(-1px);
    background: var(--ars-dark);
    color: var(--ars-white);
  }

  #ars-egspecs .ars-egspecs__detail-row {
    display: none;
  }

  #ars-egspecs .ars-egspecs__group.is-open .ars-egspecs__detail-row {
    display: table-row;
  }

  #ars-egspecs .ars-egspecs__detail-row > td {
    padding: 0;
    border-top: 1px solid var(--ars-border);
    background: #f3f8f1;
  }

  #ars-egspecs .ars-egspecs__detail-inner {
    padding: 28px;
    animation: ars-egspecs-fade 0.24s ease;
  }

  #ars-egspecs .ars-egspecs__detail-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
  }

  #ars-egspecs .ars-egspecs__detail-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--ars-green-strong);
    font-family: var(--ars-title-font);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
  }

  #ars-egspecs .ars-egspecs__detail-heading h3 {
    color: var(--ars-dark);
    font-family: var(--ars-title-font);
    font-size: 1.25rem;
    font-weight: 800;
  }

  #ars-egspecs .ars-egspecs__detail-heading p {
    color: var(--ars-muted);
    font-size: 0.76rem;
    line-height: 1.45;
    text-align: right;
  }

  #ars-egspecs .ars-egspecs__versions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  #ars-egspecs .ars-egspecs__version-card {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--ars-border);
    border-radius: 14px;
    background: var(--ars-white);
  }

  #ars-egspecs .ars-egspecs__version-head {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ars-border);
  }

  #ars-egspecs .ars-egspecs__version-name {
    color: var(--ars-dark);
    font-family: var(--ars-title-font);
    font-size: 1rem;
    font-weight: 800;
  }

  #ars-egspecs .ars-egspecs__version-power {
    display: block;
    margin-top: 3px;
    color: var(--ars-green-strong);
    font-size: 0.72rem;
    font-weight: 700;
  }

  #ars-egspecs .ars-egspecs__version-data {
    display: grid;
    gap: 8px;
    margin-top: 12px;
  }

  #ars-egspecs .ars-egspecs__version-data div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
  }

  #ars-egspecs .ars-egspecs__version-data dt {
    color: var(--ars-muted);
    font-size: 0.66rem;
    font-weight: 650;
  }

  #ars-egspecs .ars-egspecs__version-data dd {
    color: var(--ars-dark);
    font-size: 0.72rem;
    font-weight: 700;
    text-align: right;
  }

  #ars-egspecs .ars-egspecs__version-data small {
    display: block;
    margin-top: 1px;
    color: var(--ars-muted);
    font-size: 0.62rem;
    font-weight: 500;
  }

  #ars-egspecs .ars-egspecs__version-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 11px;
    border-radius: 9px;
    background: var(--ars-dark);
    color: var(--ars-white);
    font-family: var(--ars-title-font);
    font-size: 0.68rem;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #ars-egspecs .ars-egspecs__version-cta:hover {
    background: var(--ars-green);
    color: var(--ars-dark);
  }

  #ars-egspecs .ars-egspecs__note {
    max-width: 920px;
    margin: 18px auto 0;
    color: var(--ars-muted);
    font-size: 0.78rem;
    line-height: 1.55;
    text-align: center;
  }

  #ars-egspecs .ars-egspecs__note strong {
    color: var(--ars-dark);
  }

  #ars-egspecs .ars-egspecs__mobile {
    display: none;
  }

  #ars-egspecs .ars-egspecs__final-cta {
    position: relative;

    min-height: 0;
    margin-top: 78px;
    padding: 46px 36px;
    overflow: hidden;

    border-radius: 18px;
    background:
      radial-gradient(
        circle at 88% 20%,
        rgba(207, 243, 189, 0.11),
        transparent 28%
      ),
      var(--ars-dark);

    box-shadow: var(--ars-shadow);
  }

  #ars-egspecs .ars-egspecs__final-copy {
    position: relative;
    z-index: 2;

    max-width: 760px;
  }

  #ars-egspecs .ars-egspecs__final-copy span {
    display: block;
    margin-bottom: 8px;

    color: var(--ars-green);

    font-family: var(--ars-title-font);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #ars-egspecs .ars-egspecs__final-copy h3 {
    max-width: 680px;

    color: var(--ars-white);

    font-family: var(--ars-title-font);
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  #ars-egspecs .ars-egspecs__final-copy p {
    max-width: 680px;
    margin-top: 15px;

    color: rgba(255, 255, 255, 0.74);

    font-size: 0.95rem;
    line-height: 1.65;
  }

  #ars-egspecs .ars-egspecs__final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 50px;
    margin-top: 24px;
    padding: 14px 22px;

    border: 1px solid var(--ars-green);
    border-radius: 9px;

    background: var(--ars-green);
    color: var(--ars-dark);

    font-family: var(--ars-title-font);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    white-space: nowrap;

    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  #ars-egspecs .ars-egspecs__final-button::after {
    font-size: 1rem;
    line-height: 1;
    content: "→";
  }

  #ars-egspecs .ars-egspecs__final-button:hover,
  #ars-egspecs .ars-egspecs__final-button:focus-visible {
    border-color: var(--ars-white);
    background: var(--ars-white);
    color: var(--ars-dark);
    transform: translateY(-2px);
  }

  #ars-egspecs .ars-egspecs__final-button:focus-visible {
    outline: 3px solid rgba(207, 243, 189, 0.28);
    outline-offset: 3px;
  }


  @keyframes ars-egspecs-fade {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 1100px) {
    #ars-egspecs .ars-egspecs__versions-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }


  @media (max-width: 900px) {
    #ars-egspecs {
      padding: 64px 18px;
    }

    #ars-egspecs .ars-egspecs__header {
      text-align: left;
      margin-bottom: 28px;
    }

    #ars-egspecs .ars-egspecs__intro {
      margin-left: 0;
    }

    #ars-egspecs .ars-egspecs__desktop {
      display: none;
    }

    #ars-egspecs .ars-egspecs__mobile {
      display: grid;
      gap: 14px;
    }

    #ars-egspecs .ars-egspecs__m-card {
      overflow: hidden;
      border: 1px solid var(--ars-border);
      border-radius: 16px;
      background: var(--ars-white);
      box-shadow: 0 10px 28px rgba(19, 38, 50, 0.06);
    }

    #ars-egspecs .ars-egspecs__m-head {
      padding: 17px;
    }

    #ars-egspecs .ars-egspecs__m-title-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
    }

    #ars-egspecs .ars-egspecs__m-kicker {
      display: block;
      color: var(--ars-green-strong);
      font-family: var(--ars-title-font);
      font-size: 0.62rem;
      font-weight: 800;
      letter-spacing: 0.09em;
    }

    #ars-egspecs .ars-egspecs__m-title-row h3 {
      margin-top: 2px;
      color: var(--ars-dark);
      font-family: var(--ars-title-font);
      font-size: 1.16rem;
      font-weight: 800;
    }

    #ars-egspecs .ars-egspecs__m-toggle {
      appearance: none;
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      flex: 0 0 auto;
      border: 1px solid var(--ars-border);
      border-radius: 11px;
      background: var(--ars-bg);
      color: var(--ars-dark);
      cursor: pointer;
    }

    #ars-egspecs .ars-egspecs__m-toggle svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform 0.25s ease;
    }

    #ars-egspecs .ars-egspecs__m-card.is-open .ars-egspecs__m-toggle {
      background: var(--ars-dark);
      color: var(--ars-green);
    }

    #ars-egspecs .ars-egspecs__m-card.is-open .ars-egspecs__m-toggle svg {
      transform: rotate(180deg);
    }

    #ars-egspecs .ars-egspecs__m-summary {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    #ars-egspecs .ars-egspecs__m-summary div {
      padding: 10px;
      border: 1px solid var(--ars-border);
      border-radius: 10px;
      background: var(--ars-bg);
    }

    #ars-egspecs .ars-egspecs__m-summary span {
      display: block;
      margin-bottom: 3px;
      color: var(--ars-muted);
      font-size: 0.62rem;
      font-weight: 650;
      text-transform: uppercase;
    }

    #ars-egspecs .ars-egspecs__m-summary strong {
      display: block;
      color: var(--ars-dark);
      font-size: 0.79rem;
      line-height: 1.3;
    }

    #ars-egspecs .ars-egspecs__m-quote {
      width: 100%;
      margin-top: 12px;
    }

    #ars-egspecs .ars-egspecs__m-panel {
      display: none;
      padding: 15px;
      border-top: 1px solid var(--ars-border);
      background: #f3f8f1;
    }

    #ars-egspecs .ars-egspecs__m-card.is-open .ars-egspecs__m-panel {
      display: block;
      animation: ars-egspecs-fade 0.24s ease;
    }

    #ars-egspecs .ars-egspecs__m-panel-intro {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
      color: var(--ars-muted);
      font-size: 0.68rem;
    }

    #ars-egspecs .ars-egspecs__m-panel-intro strong {
      color: var(--ars-dark);
      font-family: var(--ars-title-font);
    }

    #ars-egspecs .ars-egspecs__m-versions {
      display: grid;
      gap: 10px;
    }

    #ars-egspecs .ars-egspecs__m-version {
      padding: 13px;
      border: 1px solid var(--ars-border);
      border-radius: 12px;
      background: var(--ars-white);
    }

    #ars-egspecs .ars-egspecs__m-version-head {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding-bottom: 9px;
      border-bottom: 1px solid var(--ars-border);
    }

    #ars-egspecs .ars-egspecs__m-version-head h4 {
      color: var(--ars-dark);
      font-family: var(--ars-title-font);
      font-size: 0.9rem;
      font-weight: 800;
    }

    #ars-egspecs .ars-egspecs__m-version-head span {
      color: var(--ars-green-strong);
      font-size: 0.68rem;
      font-weight: 700;
      white-space: nowrap;
    }

    #ars-egspecs .ars-egspecs__m-version dl {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 7px;
      margin-top: 10px;
    }

    #ars-egspecs .ars-egspecs__m-version dl div {
      padding: 8px;
      border-radius: 8px;
      background: var(--ars-bg);
    }

    #ars-egspecs .ars-egspecs__m-version dt {
      color: var(--ars-muted);
      font-size: 0.58rem;
      font-weight: 650;
      text-transform: uppercase;
    }

    #ars-egspecs .ars-egspecs__m-version dd {
      margin-top: 2px;
      color: var(--ars-dark);
      font-size: 0.72rem;
      font-weight: 700;
    }

    #ars-egspecs .ars-egspecs__m-version-cta {
      display: flex;
      justify-content: center;
      margin-top: 10px;
      padding: 10px;
      border-radius: 9px;
      background: var(--ars-dark);
      color: var(--ars-white);
      font-family: var(--ars-title-font);
      font-size: 0.7rem;
      font-weight: 700;
    }

    #ars-egspecs .ars-egspecs__note {
      text-align: left;
    }

    #ars-egspecs .ars-egspecs__final-cta {
      min-height: 0;
      margin-top: 42px;
      padding: 30px 26px;
      overflow: hidden;
    }

    #ars-egspecs .ars-egspecs__final-copy {
      max-width: none;
    }

    #ars-egspecs .ars-egspecs__final-button {
      width: 100%;
    }
  }

  /* =========================================================
     MOBILE: CARDS EM FLUXO NORMAL
  ========================================================= */

  @media (max-width: 767px) {
    #ars-egspecs .ars-egspecs__mobile {
      display: grid;
      gap: 14px;
      padding-bottom: 0;
    }

    #ars-egspecs .ars-egspecs__m-card {
      position: relative;
      top: auto;
      z-index: auto;
      margin: 0;
    }
  }

  @media (max-width: 480px) {
    #ars-egspecs {
      padding-left: 16px;
      padding-right: 16px;
    }

    #ars-egspecs .ars-egspecs__m-panel-intro {
      display: grid;
    }

    #ars-egspecs .ars-egspecs__m-version-head {
      display: grid;
      gap: 3px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #ars-egspecs *,
    #ars-egspecs *::before,
    #ars-egspecs *::after {
      animation: none !important;
      transition: none !important;
    }
  }

/* =========================================================
   PADRÃO DO BOTÃO DE CATÁLOGO PDF
========================================================= */

.ars-eg-overview__button--catalog {
  border-color: #ec1c24;
  background: transparent;
  color: #ec1c24 !important;
}

.ars-eg-overview__button--catalog svg {
  stroke: currentColor;
}

.ars-eg-overview__button--catalog:hover,
.ars-eg-overview__button--catalog:focus-visible {
  border-color: #ec1c24;
  background: rgba(236, 28, 36, 0.07);
  color: #c9171e !important;
}

.ars-eg-overview__button--catalog:focus-visible {
  outline: 3px solid rgba(236, 28, 36, 0.22);
  outline-offset: 3px;
}

/* =========================================================
   LEGENDA DA GALERIA
========================================================= */

.ars-eg-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;
}

/* =========================================================
   CORREÇÃO DA SEGUNDA SEÇÃO NO TABLET E MOBILE
   - desativa o sticky antes de a grade ficar estreita;
   - empilha galeria e conteúdo;
   - impede sobreposição entre imagem, miniaturas e texto.
========================================================= */

@media (max-width: 1024px) {
  .ars-eg-overview {
    padding: 56px 24px;
    overflow: hidden;
  }

  .ars-eg-overview__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .ars-eg-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-eg-overview__stage {
    width: 100%;
    height: 340px;
    min-height: 0;
  }

  .ars-eg-overview__image {
    width: 100% !important;
    max-width: 560px !important;
    height: 100% !important;
  }

  .ars-eg-overview__content {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .ars-eg-overview__title {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .ars-eg-overview {
    padding: 48px 20px;
  }

  .ars-eg-overview__container {
    gap: 30px;
  }

  .ars-eg-overview__media {
    max-width: 100%;
    padding: 20px;
    border-radius: 12px;
  }

  .ars-eg-overview__stage {
    height: 250px;
  }

  .ars-eg-overview__image {
    max-width: 100% !important;
  }

  .ars-eg-overview__thumbs {
    width: 100%;
    max-width: 330px;
    margin-top: 14px;
  }

  .ars-eg-overview__thumb {
    height: 62px;
  }

  .ars-eg-overview__caption {
    margin-top: 12px !important;
    font-size: 11.5px;
  }

  .ars-eg-overview__header {
    padding-bottom: 22px;
  }

  .ars-eg-overview__powers {
    align-items: flex-start;
  }

  .ars-eg-overview__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .ars-eg-overview__button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .ars-eg-overview__stage {
    height: 220px;
  }

  .ars-eg-overview__media {
    padding: 17px;
  }

  .ars-eg-overview__thumb {
    height: 58px;
  }
}

/* =========================================================
   FUNDOS ESCUROS UNIFORMES — SEM GRADES OU QUADRADOS
========================================================= */

.ars-eg-hero,
.ars-eg-opening,
#ars-egspecs .ars-egspecs__final-cta {
  background: #132632 !important;
  background-image: none !important;
}

.ars-eg-hero::before,
.ars-eg-hero::after,
.ars-eg-opening::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}/* End custom CSS */