.elementor-45 .elementor-element.elementor-element-e2b1cf8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-47f16c4 *//*
  ARSYSTEM COMPRESSORES
  Página: Compressor ELGi Série EN de 3 a 20 HP
  Local de instalação: CSS personalizado do contêiner da página
  Não adicionar tags <style> neste campo.
*/

.ars-en-hero,
.ars-en-hero *,
.ars-en-hero *::before,
.ars-en-hero *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ars-en-hero {
  --ars-en-dark: #132632;
  --ars-en-dark-deep: #0c1d27;
  --ars-en-green: #cff3bd;
  --ars-en-green-strong: #79ad5f;
  --ars-en-white: #ffffff;
  --ars-en-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-en-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-en-dark-deep) 0%,
      var(--ars-en-dark) 72%,
      #18313f 100%
    );

  color: var(--ars-en-white);
  font-family: var(--ars-en-title);
  isolation: isolate;
}

.ars-en-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;

  /*
   * Gradiente de leitura:
   * mais escuro à esquerda e progressivamente transparente à direita.
   */
  background:
    linear-gradient(
      90deg,
      rgba(12, 29, 39, 0.98) 0%,
      rgba(19, 38, 50, 0.94) 34%,
      rgba(19, 38, 50, 0.68) 55%,
      rgba(19, 38, 50, 0.10) 100%
    ),
    linear-gradient(
      0deg,
      rgba(12, 29, 39, 0.24) 0%,
      rgba(12, 29, 39, 0) 48%
    );

  pointer-events: none;
  content: "";
}

.ars-en-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(207, 243, 189, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(207, 243, 189, 0.035) 1px,
      transparent 1px
    );

  background-size: 46px 46px;

  opacity: 0.45;

  pointer-events: none;
  content: "";
}

.ars-en-hero a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   CONTAINER PRINCIPAL (ESPAÇAMENTO SIMÉTRICO RIGOROSO)
========================================================= */

.ars-en-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-en-hero__content {
  position: relative;
  z-index: 3;

  width: min(76%, 970px);
}

/* =========================================================
   BREADCRUMB
========================================================= */

.ars-en-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-en-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.ars-en-hero__breadcrumb-link {
  transition: color 0.25s ease;
}

.ars-en-hero__breadcrumb-link:hover,
.ars-en-hero__breadcrumb-link:focus-visible {
  color: var(--ars-en-green);
}

.ars-en-hero__breadcrumb-link:focus-visible {
  outline: 2px solid var(--ars-en-green);
  outline-offset: 3px;
}

.ars-en-hero__separator {
  color: rgba(255, 255, 255, 0.38);
}

.ars-en-hero__breadcrumb-current {
  color: var(--ars-en-green);
  font-weight: 800;
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-en-hero__title {
  max-width: 980px;

  color: var(--ars-en-white);

  font-size: clamp(35px, 3.45vw, 54px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ars-en-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-en-hero__highlight {
  color: var(--ars-en-green);
}

/* =========================================================
   DIFERENCIAIS EM FORMATO DE SETAS (ALINHAMENTO CORRIGIDO)
========================================================= */

.ars-en-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-en-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-en-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-en-hero__feature:hover {
  transform: translateY(-2px);
}

/* =========================================================
   FUNDO RESPONSIVO
========================================================= */

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
  .ars-en-hero__content {
    width: 78%;
  }

  .ars-en-hero__title {
    font-size: clamp(34px, 4.4vw, 46px);
  }

  .ars-en-hero__feature {
    font-size: 10px;
  }
}

/* =========================================================
   MOBILE (ALINHAMENTO SIMÉTRICO E RESPONSIVO)
========================================================= */

@media (max-width: 767px) {
  .ars-en-hero__container {
    /* Mantém 36px rigorosamente no topo e na base no mobile */
    padding: 36px 20px;
  }

  .ars-en-hero__content {
    width: 100%;
  }

  .ars-en-hero__breadcrumb {
    gap: 6px;
    margin-bottom: 18px;
    font-size: 10px;
  }

  .ars-en-hero__title {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 39px);
    line-height: 1.06;
  }

  .ars-en-hero__subtitle {
    max-width: 95%;
    margin-top: 12px;
    font-size: clamp(19px, 5.5vw, 25px);
  }

  .ars-en-hero__features {
    gap: 8px;
    margin-top: 24px;
  }

  .ars-en-hero__feature {
    min-height: 36px;
    padding: 8px 20px 8px 16px;
    font-size: 9.5px;
  }

  .ars-en-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(12, 29, 39, 0.97) 0%,
        rgba(19, 38, 50, 0.90) 68%,
        rgba(19, 38, 50, 0.68) 100%
      );
  }
}

@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-en-hero__features {
    display: grid;
    grid-template-columns:
      minmax(72px, 0.72fr)
      minmax(0, 1.25fr)
      minmax(0, 1.25fr);
    align-items: stretch;
    gap: 5px;

    width: 100%;
    margin-top: 22px;
  }

  .ars-en-hero__feature,
  .ars-en-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-en-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-en-hero__container {
    /* Garante 32px no topo e 32px na base em telas pequenas */
    padding: 32px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-en-hero__breadcrumb-link,
  .ars-en-hero__feature {
    transition: none;
  }
}

/* =========================================================
   BLOCO: SÉRIE EN AO FUNDO
========================================================= */

.ars-en-opening,
.ars-en-opening *,
.ars-en-opening *::before,
.ars-en-opening *::after {
  box-sizing: border-box;
}

.ars-en-opening :where(h2, p) {
  margin: 0;
  padding: 0;
}

.ars-en-opening {
  --ars-en-dark: #132632;
  --ars-en-dark-deep: #0c1d27;
  --ars-en-green: #cff3bd;
  --ars-en-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-en-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-en-dark-deep) 42%,
      var(--ars-en-dark) 100%
    );

  color: #ffffff;
  font-family: var(--ars-en-body);
  isolation: isolate;
}

.ars-en-opening::before {
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );
  background-size: 42px 42px;

  opacity: 0.42;
  pointer-events: none;
  content: "";
}

.ars-en-opening__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

.ars-en-opening__ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;

  color: rgba(255, 255, 255, 0.038);

  font-family: var(--ars-en-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%);
}

.ars-en-opening__content {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  padding: 3px 0 25px 26px;
  border-left: 6px solid var(--ars-en-green);
}

.ars-en-opening__content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 6px;
  border-radius: 0 5px 5px 0;
  background: var(--ars-en-green);

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s
    cubic-bezier(0.22, 1, 0.36, 1);

  content: "";
}

.ars-en-opening__title {
  color: #ffffff;

  font-family: var(--ars-en-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-en-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-en-opening__description strong {
  color: var(--ars-en-green);
  font-weight: 800;
}

.ars-en-opening.ars-en-opening--visible
  .ars-en-opening__content::after {
  transform: scaleX(1);
}

.ars-en-opening.ars-en-opening--visible
  .ars-en-opening__title,
.ars-en-opening.ars-en-opening--visible
  .ars-en-opening__description {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .ars-en-opening {
    min-height: 400px;
    padding: 62px 0;
  }

  .ars-en-opening__container {
    padding: 0 20px;
  }

  .ars-en-opening__ghost {
    font-size: clamp(5rem, 28vw, 8rem);
  }

  .ars-en-opening__content {
    padding-left: 17px;
    padding-bottom: 20px;
    border-left-width: 4px;
  }

  .ars-en-opening__content::after {
    height: 4px;
  }

  .ars-en-opening__title {
    font-size: clamp(28px, 8vw, 37px);
  }

  .ars-en-opening__description {
    font-size: 15px;
    line-height: 1.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-en-opening *,
  .ars-en-opening *::before,
  .ars-en-opening *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ars-en-opening__title,
  .ars-en-opening__description {
    opacity: 1 !important;
    transform: none !important;
  }

  .ars-en-opening__content::after {
    transform: scaleX(1) !important;
  }
}

.ars-en-overview,
    .ars-en-overview *,
    .ars-en-overview *::before,
    .ars-en-overview *::after {
      box-sizing: border-box;
    }

    .ars-en-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-pdf: #ec1c24;
      --ars-eo-pdf-dark: #b5121b;
      --ars-eo-pdf-soft: rgba(236, 28, 36, 0.08);
      --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: hidden;

      background: #ffffff;
      color: var(--ars-eo-dark);
      font-family: var(--ars-eo-body);
    }

    .ars-en-overview :where(h2, h3, p, figure) {
      margin: 0;
      padding: 0;
    }

    .ars-en-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;
    }

    /* =========================================================
       IMAGEM (FUNDO BRANCO)
    ========================================================= */

    .ars-en-overview__media {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      width: 100%;
      min-height: 540px;
      padding: 34px;
      overflow: hidden;

      border: 1px solid var(--ars-eo-border);
      border-radius: 16px;
      background: #ffffff; /* Fundo totalmente branco */
      box-shadow: 0 24px 48px rgba(19, 38, 50, 0.08);
    }

    .ars-en-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-en-overview__stage {
      position: relative;
      z-index: 1;

      display: flex;
      align-items: center;
      justify-content: center;

      width: 100%;
      height: 390px;
    }

    .ars-en-overview__image {
      position: relative;
      z-index: 1;

      display: block;
      width: 100% !important;
      max-width: 480px !important;
      height: 100% !important;

      object-fit: contain !important;
      object-position: center center;

      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-en-overview__image.is-changing {
      opacity: 0;
      transform: scale(0.985);
    }

    /* =========================================================
       THUMBNAILS (MINICARDS COM FUNDO BRANCO)
    ========================================================= */

    .ars-en-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-en-overview__thumb {
      -webkit-appearance: none;
      appearance: none;
      -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;
      border-radius: 9px;
      background: #ffffff !important;
      color: var(--ars-eo-dark) !important;
      box-shadow: 0 5px 12px rgba(19, 38, 50, 0.05);

      cursor: pointer;

      transition:
        border-color 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
    }

    .ars-en-overview__thumb:hover,
    .ars-en-overview__thumb:focus-visible,
    .ars-en-overview__thumb:active {
      border-color: var(--ars-eo-green-strong);
      background: #ffffff !important;
      color: var(--ars-eo-dark) !important;
      transform: translateY(-2px);
    }

    .ars-en-overview__thumb:focus-visible {
      outline: 3px solid rgba(101, 147, 79, 0.22);
      outline-offset: 2px;
    }

    .ars-en-overview__thumb.is-active,
    .ars-en-overview__thumb.is-active:hover,
    .ars-en-overview__thumb.is-active:focus-visible,
    .ars-en-overview__thumb.is-active:active {
      border-color: var(--ars-eo-dark);
      background: #ffffff !important;
      color: var(--ars-eo-dark) !important;
      box-shadow: 0 7px 16px rgba(19, 38, 50, 0.12);
    }

    .ars-en-overview__thumb-image {
      display: block;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
      object-position: center;
    }

    .ars-en-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;
    }

    /* =========================================================
       CONTEÚDO
    ========================================================= */

    .ars-en-overview__content {
      min-width: 0;
    }

    .ars-en-overview__header {
      padding-bottom: 25px;
      border-bottom: 1px solid var(--ars-eo-border);
    }

    .ars-en-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-en-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-en-overview__powers {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 17px;
    }

    .ars-en-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-en-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-en-overview__actions {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 12px;

      width: 100%;
      margin-top: 22px;
    }

    .ars-en-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-decoration: none !important;
      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-en-overview__button::after {
      font-size: 20px;
      line-height: 1;
      content: "→";
    }

    .ars-en-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-en-overview__button:hover,
    .ars-en-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);
    }

    /* Botão de catálogo no padrão visual PDF / Adobe */
    .ars-en-overview__button--catalog {
      border-color: var(--ars-eo-pdf);
      background: transparent;
      color: var(--ars-eo-pdf) !important;
      box-shadow: none;
    }

    .ars-en-overview__button--catalog svg {
      stroke: currentColor;
    }

    .ars-en-overview__button--catalog::after {
      content: none;
    }

    .ars-en-overview__button--catalog:hover,
    .ars-en-overview__button--catalog:focus-visible {
      border-color: var(--ars-eo-pdf);
      background: var(--ars-eo-pdf-soft);
      color: var(--ars-eo-pdf-dark) !important;
      box-shadow: 0 10px 22px rgba(236, 28, 36, 0.12);
    }

    .ars-en-overview__button--catalog:focus-visible {
      outline-color: rgba(236, 28, 36, 0.28);
    }

    .ars-en-overview__button:focus-visible {
      outline: 3px solid rgba(101, 147, 79, 0.28);
      outline-offset: 3px;
    }

    .ars-en-overview__intro {
      margin-top: 28px !important;

      color: var(--ars-eo-text);

      font-size: 16px;
      font-weight: 400;
      line-height: 1.8;
    }

    .ars-en-overview__intro strong {
      color: var(--ars-eo-dark);
      font-weight: 700;
    }

    /* =========================================================
       CONFIGURAÇÕES
    ========================================================= */

    .ars-en-overview__options {
      margin-top: 28px;
    }

    .ars-en-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-en-overview__option-list {
      display: grid;
      gap: 14px;
    }

    .ars-en-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-en-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-en-overview__option p {
      color: var(--ars-eo-text);
      font-size: 15px;
      font-weight: 400;
      line-height: 1.7;
    }

    .ars-en-overview__option strong {
      color: var(--ars-eo-dark);
      font-weight: 800;
    }

    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1024px) {
      .ars-en-overview__container {
        grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
        gap: 34px;
      }

      .ars-en-overview__media {
        min-height: 500px;
        padding: 24px;
      }

      .ars-en-overview__stage {
        height: 350px;
      }

      .ars-en-overview__title {
        white-space: normal;
      }

      .ars-en-overview__actions {
        gap: 10px;
      }

      .ars-en-overview__button {
        min-width: 190px;
      }
    }

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 767px) {
      .ars-en-overview {
        padding: 48px 20px;
      }

      .ars-en-overview__container {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .ars-en-overview__media {
        min-height: 420px;
        padding: 22px;
        border-radius: 12px;
      }

      .ars-en-overview__stage {
        height: 280px;
      }

      .ars-en-overview__image {
        max-width: 100% !important;
      }

      .ars-en-overview__thumbs {
        max-width: 330px;
        gap: 8px;
        margin-top: 15px;
      }

      .ars-en-overview__thumb {
        height: 64px;
        padding: 5px;
      }

      .ars-en-overview__header {
        padding-bottom: 22px;
      }

      .ars-en-overview__title {
        font-size: clamp(28px, 8.2vw, 36px);
        white-space: normal;
      }

      .ars-en-overview__powers {
        gap: 7px;
      }

      .ars-en-overview__powers-label {
        width: 100%;
        margin: 0 0 3px;
      }

      .ars-en-overview__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .ars-en-overview__button {
        width: 100%;
        min-width: 0;
      }

      .ars-en-overview__intro {
        margin-top: 23px !important;
        font-size: 15px;
        line-height: 1.72;
      }

      .ars-en-overview__option {
        padding: 17px 17px 17px 49px;
      }

      .ars-en-overview__option::before {
        top: 20px;
        left: 17px;
      }

      .ars-en-overview__option p {
        font-size: 14.5px;
        line-height: 1.65;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .ars-en-overview__image,
      .ars-en-overview__thumb {
        transition: none;
      }

      .ars-en-overview__button {
        transition: none;
      }

      .ars-en-overview__button:hover,
      .ars-en-overview__button:focus-visible {
        transform: none;
      }
    }

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-en-reason,
.ars-en-reason *,
.ars-en-reason *::before,
.ars-en-reason *::after {
  box-sizing: border-box;
}

.ars-en-reason :where(h2, h3, p, ul, figure) {
  margin: 0;
  padding: 0;
}

.ars-en-reason {
  --ars-dark: #132632;
  --ars-dark-deep: #0c1d27;
  --ars-green: #cff3bd;
  --ars-green-strong: #65934f;
  --ars-green-soft: #f1fbe9;
  --ars-text: #526069;
  --ars-border: #e2e8e5;
  --ars-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  min-width: 0;
  padding: 78px 0;
  overflow: hidden;

  background: #ffffff;
  color: var(--ars-dark);
  font-family: var(--ars-body);
}

.ars-en-reason img {
  display: block;
  max-width: 100%;
}

.ars-en-reason__container {
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

.ars-en-reason__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(45px, 6vw, 82px);
}

/* =========================================================
   IMAGEM
========================================================= */

.ars-en-reason__visual {
  position: relative;
  min-width: 0;
  padding: 28px 28px 86px;
}

.ars-en-reason__visual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 48px;
  left: 0;
  z-index: 0;

  border-radius: 18px;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(207, 243, 189, 0.95) 0,
      rgba(207, 243, 189, 0.26) 24%,
      transparent 48%
    ),
    linear-gradient(145deg, #f8fbf7 0%, #eef4f0 100%);

  content: "";
}

.ars-en-reason__visual::after {
  position: absolute;
  top: 26px;
  left: 24px;
  z-index: 0;

  width: 116px;
  height: 116px;

  border: 1px solid rgba(101, 147, 79, 0.18);
  border-radius: 50%;

  box-shadow:
    0 0 0 16px rgba(207, 243, 189, 0.15),
    0 0 0 34px rgba(207, 243, 189, 0.08);

  content: "";
}

.ars-en-reason__image-wrap {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 390px;
}

.ars-en-reason__image {
  width: 100% !important;
  max-width: 490px !important;
  height: 390px !important;

  object-fit: contain;
  object-position: center;

  filter: drop-shadow(0 22px 22px rgba(19, 38, 50, 0.16));
}

.ars-en-reason__result {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 42px;
  z-index: 2;

  padding: 21px 24px 22px 28px;

  border-left: 7px solid var(--ars-green);
  border-radius: 9px;

  background: var(--ars-dark);
  color: #ffffff;

  box-shadow: 0 18px 38px rgba(19, 38, 50, 0.2);
}

.ars-en-reason__result-label {
  display: block;
  margin-bottom: 4px;

  color: var(--ars-green);

  font-family: var(--ars-title);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ars-en-reason__result-text {
  color: rgba(255, 255, 255, 0.9);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.ars-en-reason__result-text strong {
  color: #ffffff;
  font-weight: 800;
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-en-reason__content {
  min-width: 0;
}

.ars-en-reason__heading {
  display: block;
}

.ars-en-reason__eyebrow {
  display: block;
  margin-bottom: 9px;

  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-en-reason__title {
  max-width: 650px;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ars-en-reason__lead {
  margin-top: 27px !important;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.ars-en-reason__copy {
  margin-top: 14px !important;

  color: var(--ars-text);

  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
}

/* =========================================================
   TRÊS ETAPAS
========================================================= */

.ars-en-reason__steps {
  display: grid;
  gap: 12px;

  margin-top: 26px !important;

  list-style: none;
}

.ars-en-reason__step {
  position: relative;

  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;

  padding: 14px 16px;

  border: 1px solid var(--ars-border);
  border-radius: 9px;

  background: #fbfcfb;
}

/* Entrada sequencial dos cards 01, 02 e 03 */

.ars-en-reason.ars-en-reason--motion-ready
  .ars-en-reason__step {
  opacity: 0;
  transform: translateY(38px);

  transition:
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.ars-en-reason.ars-en-reason--visible
  .ars-en-reason__step {
  opacity: 1;
  transform: translateY(0);
}

.ars-en-reason.ars-en-reason--motion-ready
  .ars-en-reason__step:nth-child(1) {
  transition-delay: 0.08s;
}

.ars-en-reason.ars-en-reason--motion-ready
  .ars-en-reason__step:nth-child(2) {
  transition-delay: 0.22s;
}

.ars-en-reason.ars-en-reason--motion-ready
  .ars-en-reason__step:nth-child(3) {
  transition-delay: 0.36s;
}

.ars-en-reason__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border-radius: 50%;
  background: var(--ars-green);
  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: 13px;
  font-weight: 800;
}

.ars-en-reason__step-text {
  padding-top: 5px;

  color: var(--ars-text);

  font-size: 14.5px;
  line-height: 1.55;
}

.ars-en-reason__step-text strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {
  .ars-en-reason__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .ars-en-reason__visual {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }

  .ars-en-reason__content {
    max-width: 760px;
    margin: 0 auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {
  .ars-en-reason {
    padding: 54px 0;
  }

  .ars-en-reason__container {
    padding: 0 20px;
  }

  .ars-en-reason__grid {
    gap: 46px;
  }

  .ars-en-reason__visual {
    padding: 18px 14px 110px;
  }

  .ars-en-reason__visual::before {
    bottom: 74px;
    border-radius: 13px;
  }

  .ars-en-reason__image-wrap {
    min-height: 300px;
  }

  .ars-en-reason__image {
    height: 300px !important;
  }

  .ars-en-reason__result {
    right: 0;
    left: 0;
    padding: 18px 18px 19px 20px;
    border-left-width: 5px;
  }

  .ars-en-reason__result-text {
    font-size: 14px;
  }

  .ars-en-reason__title {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .ars-en-reason__lead {
    margin-top: 22px !important;
    font-size: 16px;
  }

  .ars-en-reason__copy {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .ars-en-reason__step {
    grid-template-columns: 31px minmax(0, 1fr);
    padding: 13px;
  }

  .ars-en-reason__step-number {
    width: 31px;
    height: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-en-reason.ars-en-reason--motion-ready
    .ars-en-reason__step,
  .ars-en-reason.ars-en-reason--visible
    .ars-en-reason__step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-en-sound,
.ars-en-sound *,
.ars-en-sound *::before,
.ars-en-sound *::after {
  box-sizing: border-box;
}

.ars-en-sound :where(h2, p, ul, figure) {
  margin: 0;
  padding: 0;
}

.ars-en-sound {
  --ars-dark: #132632;
  --ars-dark-deep: #0c1d27;
  --ars-green: #cff3bd;
  --ars-green-strong: #65934f;
  --ars-green-soft: #f1fbe9;
  --ars-text: #526069;
  --ars-border: #e2e8e5;
  --ars-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  min-width: 0;
  padding: 78px 0;
  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #fbfcfb 0%,
      #ffffff 100%
    );

  color: var(--ars-dark);
  font-family: var(--ars-body);
}

.ars-en-sound img {
  display: block;
  max-width: 100%;
}

.ars-en-sound__container {
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

.ars-en-sound__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  align-items: center;
  gap: clamp(45px, 6vw, 82px);
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-en-sound__content {
  min-width: 0;
}

.ars-en-sound__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;

  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-en-sound__eyebrow::before {
  width: 29px;
  height: 4px;

  border-radius: 999px;
  background: var(--ars-green);

  content: "";
}

.ars-en-sound__title {
  max-width: 690px;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ars-en-sound__lead {
  max-width: 730px;
  margin-top: 25px !important;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.ars-en-sound__copy {
  max-width: 750px;
  margin-top: 14px !important;

  color: var(--ars-text);

  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-en-sound__copy strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   FAIXAS POR POTÊNCIA
========================================================= */

.ars-en-sound__levels {
  display: grid;
  gap: 12px;

  margin-top: 27px !important;

  list-style: none;
}

.ars-en-sound__level {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;

  min-height: 57px;
  padding: 10px 13px;

  border: 1px solid var(--ars-border);
  border-radius: 10px;

  background: #ffffff;

  box-shadow: 0 7px 18px rgba(19, 38, 50, 0.035);
}

/* Entrada sequencial dos três cards */

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__level {
  opacity: 0;
  transform: translateY(38px);

  transition:
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease;
}

.ars-en-sound.ars-en-sound--visible
  .ars-en-sound__level {
  opacity: 1;
  transform: translateY(0);
}

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__level:nth-child(1) {
  transition-delay: 0.08s;
}

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__level:nth-child(2) {
  transition-delay: 0.22s;
}

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__level:nth-child(3) {
  transition-delay: 0.36s;
}

.ars-en-sound__hp {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 35px;
  padding: 7px 10px;

  border-radius: 7px;
  background: var(--ars-green-soft);
  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.ars-en-sound__bar {
  position: relative;

  width: 100%;
  height: 8px;
  overflow: hidden;

  border-radius: 999px;
  background: #e9eeeb;
}

.ars-en-sound__bar::after {
  display: block;
  width: var(--ars-level);
  height: 100%;

  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      var(--ars-green) 0%,
      var(--ars-green-strong) 100%
    );

  transform-origin: left center;

  content: "";
}

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__bar::after {
  transform: scaleX(0);

  transition:
    transform 0.8s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.ars-en-sound.ars-en-sound--visible
  .ars-en-sound__bar::after {
  transform: scaleX(1);
}

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__level:nth-child(1)
  .ars-en-sound__bar::after {
  transition-delay: 0.28s;
}

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__level:nth-child(2)
  .ars-en-sound__bar::after {
  transition-delay: 0.42s;
}

.ars-en-sound.ars-en-sound--motion-ready
  .ars-en-sound__level:nth-child(3)
  .ars-en-sound__bar::after {
  transition-delay: 0.56s;
}

.ars-en-sound__db {
  min-width: 80px;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

/* =========================================================
   IMAGEM E DESTAQUE
========================================================= */

.ars-en-sound__visual {
  position: relative;
  min-width: 0;
  padding: 28px 24px 104px;
}

.ars-en-sound__visual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 64px;
  left: 0;
  z-index: 0;

  border-radius: 18px;

  background:
    radial-gradient(
      circle at 74% 22%,
      rgba(207, 243, 189, 0.85) 0%,
      rgba(207, 243, 189, 0.2) 26%,
      transparent 50%
    ),
    linear-gradient(
      145deg,
      #f6faf6 0%,
      #edf3ef 100%
    );

  content: "";
}

.ars-en-sound__visual::after {
  position: absolute;
  top: 34px;
  right: 32px;
  z-index: 0;

  width: 120px;
  height: 120px;

  border: 1px solid rgba(101, 147, 79, 0.18);
  border-radius: 50%;

  box-shadow:
    0 0 0 17px rgba(207, 243, 189, 0.14),
    0 0 0 35px rgba(207, 243, 189, 0.07);

  content: "";
}

.ars-en-sound__image-wrap {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 350px;
}

.ars-en-sound__image {
  width: 100% !important;
  max-width: 540px !important;
  height: 350px !important;

  object-fit: contain;
  object-position: center;

  filter: drop-shadow(0 22px 22px rgba(19, 38, 50, 0.15));
  transform: scale(1.18);
  transform-origin: center;
}

.ars-en-sound__metric {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 38px;
  z-index: 2;

  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 17px;

  padding: 20px 23px;

  border-left: 7px solid var(--ars-green);
  border-radius: 9px;

  background: var(--ars-dark);
  color: #ffffff;

  box-shadow: 0 18px 38px rgba(19, 38, 50, 0.2);
}

.ars-en-sound__metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  border-radius: 50%;
  background: var(--ars-green);
  color: var(--ars-dark);
}

.ars-en-sound__metric-icon svg {
  width: 24px;
  height: 24px;

  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ars-en-sound__metric-label {
  display: block;
  margin-bottom: 3px;

  color: var(--ars-green);

  font-family: var(--ars-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ars-en-sound__metric-value {
  display: block;

  color: #ffffff;

  font-family: var(--ars-title);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.1;
}

.ars-en-sound__note {
  margin-top: 15px !important;

  color: #718087;

  font-size: 11.5px;
  line-height: 1.5;
  text-align: center;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {
  .ars-en-sound__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ars-en-sound__content {
    max-width: 760px;
    margin: 0 auto;
  }

  .ars-en-sound__visual {
    grid-row: 1;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {
  .ars-en-sound {
    padding: 54px 0;
  }

  .ars-en-sound__container {
    padding: 0 20px;
  }

  .ars-en-sound__grid {
    gap: 45px;
  }

  .ars-en-sound__visual {
    padding: 17px 13px 126px;
  }

  .ars-en-sound__visual::before {
    bottom: 87px;
    border-radius: 13px;
  }

  .ars-en-sound__image-wrap {
    min-height: 285px;
  }

  .ars-en-sound__image {
    max-width: 410px !important;
    height: 285px !important;
    transform: scale(1.12);
  }

  .ars-en-sound__metric {
    right: 0;
    left: 0;
    gap: 13px;
    padding: 17px;
    border-left-width: 5px;
  }

  .ars-en-sound__metric-icon {
    width: 42px;
    height: 42px;
  }

  .ars-en-sound__metric-value {
    font-size: 20px;
  }

  .ars-en-sound__title {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .ars-en-sound__lead {
    margin-top: 21px !important;
    font-size: 16px;
  }

  .ars-en-sound__copy {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .ars-en-sound__level {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
  }

  .ars-en-sound__db {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-en-sound.ars-en-sound--motion-ready
    .ars-en-sound__level,
  .ars-en-sound.ars-en-sound--visible
    .ars-en-sound__level {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ars-en-sound.ars-en-sound--motion-ready
    .ars-en-sound__bar::after,
  .ars-en-sound.ars-en-sound--visible
    .ars-en-sound__bar::after {
    transform: scaleX(1);
    transition: none;
  }
}

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-en-service,
.ars-en-service *,
.ars-en-service *::before,
.ars-en-service *::after {
  box-sizing: border-box;
}

.ars-en-service :where(h2, p, ul, figure) {
  margin: 0;
  padding: 0;
}

.ars-en-service {
  --ars-dark: #132632;
  --ars-dark-deep: #0c1d27;
  --ars-green: #cff3bd;
  --ars-green-strong: #65934f;
  --ars-green-soft: #f1fbe9;
  --ars-text: #526069;
  --ars-border: #e2e8e5;
  --ars-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  min-width: 0;
  padding: 78px 0;
  overflow: hidden;

  background: #ffffff;
  color: var(--ars-dark);
  font-family: var(--ars-body);
}

.ars-en-service img {
  display: block;
  max-width: 100%;
}

.ars-en-service__container {
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

.ars-en-service__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(45px, 6vw, 82px);
}

/* =========================================================
   CONTEÚDO
========================================================= */

.ars-en-service__content {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.ars-en-service__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;

  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-en-service__eyebrow::before {
  width: 29px;
  height: 4px;

  border-radius: 999px;
  background: var(--ars-green);

  content: "";
}

.ars-en-service__title {
  max-width: 700px;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ars-en-service__lead {
  max-width: 730px;
  margin-top: 25px !important;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.ars-en-service__copy {
  max-width: 750px;
  margin-top: 14px !important;

  color: var(--ars-text);

  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
}

.ars-en-service__copy strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   BENEFÍCIOS DE SERVIÇO
========================================================= */

.ars-en-service__list {
  display: grid;
  gap: 13px;

  margin-top: 27px !important;

  list-style: none;
}

.ars-en-service__item {
  position: relative;

  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;

  padding: 15px 17px;

  border: 1px solid var(--ars-border);
  border-radius: 10px;

  background: #fbfcfb;
}

.ars-en-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 10px;
  background: var(--ars-green);
  color: var(--ars-dark);
}

.ars-en-service__icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ars-en-service__item-copy {
  padding-top: 1px;

  color: var(--ars-text);

  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.58;
}

.ars-en-service__item-copy strong {
  display: block;
  margin-bottom: 2px;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: 15px;
  font-weight: 800;
}

/* =========================================================
   IMAGEM
========================================================= */

.ars-en-service__visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: 24px 18px 108px;
}

.ars-en-service__visual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 66px;
  left: 0;
  z-index: 0;

  border-radius: 18px;

  background:
    radial-gradient(
      circle at 26% 24%,
      rgba(207, 243, 189, 0.85) 0%,
      rgba(207, 243, 189, 0.2) 25%,
      transparent 49%
    ),
    linear-gradient(
      145deg,
      #f7faf7 0%,
      #edf3ef 100%
    );

  content: "";
}

.ars-en-service__pattern {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 0;

  display: grid;
  grid-template-columns: repeat(3, 42px);
  gap: 5px;

  width: 136px;
  opacity: 0.34;
  transform: rotate(30deg);
}

.ars-en-service__pattern span {
  width: 42px;
  height: 42px;

  border: 2px solid var(--ars-green-strong);
  border-radius: 9px;
}

.ars-en-service__image-wrap {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 370px;
}

.ars-en-service__image {
  width: 100% !important;
  max-width: 540px !important;
  height: 370px !important;

  object-fit: contain;
  object-position: center;

  filter: drop-shadow(0 22px 22px rgba(19, 38, 50, 0.15));

  transform: scale(1.13);
  transform-origin: center;
}

/* =========================================================
   CARD ARSYSTEM
========================================================= */

.ars-en-service__support {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 36px;
  z-index: 2;

  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 16px;

  padding: 20px 23px;

  border-left: 7px solid var(--ars-green);
  border-radius: 9px;

  background: var(--ars-dark);
  color: #ffffff;

  box-shadow: 0 18px 38px rgba(19, 38, 50, 0.2);
}

.ars-en-service__support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;
  background: var(--ars-green);
  color: var(--ars-dark);
}

.ars-en-service__support-icon svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ars-en-service__support-label {
  display: block;
  margin-bottom: 3px;

  color: var(--ars-green);

  font-family: var(--ars-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ars-en-service__support-text {
  display: block;

  color: #ffffff;

  font-family: var(--ars-title);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.38;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {
  .ars-en-service__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ars-en-service__content {
    grid-column: 1;
    grid-row: 2;
    max-width: 760px;
    margin: 0 auto;
  }

  .ars-en-service__visual {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {
  .ars-en-service {
    padding: 54px 0;
  }

  .ars-en-service__container {
    padding: 0 20px;
  }

  .ars-en-service__grid {
    gap: 45px;
  }

  .ars-en-service__visual {
    padding: 16px 10px 140px;
  }

  .ars-en-service__visual::before {
    bottom: 98px;
    border-radius: 13px;
  }

  .ars-en-service__pattern {
    top: 28px;
    left: 20px;
    transform: scale(0.8) rotate(30deg);
    transform-origin: top left;
  }

  .ars-en-service__image-wrap {
    min-height: 300px;
  }

  .ars-en-service__image {
    max-width: 410px !important;
    height: 300px !important;
    transform: scale(1.08);
  }

  .ars-en-service__support {
    right: 0;
    left: 0;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 13px;
    padding: 17px;
    border-left-width: 5px;
  }

  .ars-en-service__support-icon {
    width: 43px;
    height: 43px;
  }

  .ars-en-service__support-text {
    font-size: 14px;
  }

  .ars-en-service__title {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .ars-en-service__lead {
    margin-top: 21px !important;
    font-size: 16px;
  }

  .ars-en-service__copy {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .ars-en-service__item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
  }

  .ars-en-service__icon {
    width: 38px;
    height: 38px;
  }
}

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-en-indicators,
.ars-en-indicators *,
.ars-en-indicators *::before,
.ars-en-indicators *::after {
  box-sizing: border-box;
}

.ars-en-indicators :where(h2, h3, p, ul) {
  margin: 0;
  padding: 0;
}

.ars-en-indicators {
  --ars-dark: #132632;
  --ars-dark-deep: #0c1d27;
  --ars-green: #cff3bd;
  --ars-green-strong: #65934f;
  --ars-green-soft: #f1fbe9;
  --ars-text: #526069;
  --ars-border: #e1e7e4;
  --ars-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  position: relative;

  width: 100%;
  min-width: 0;
  padding: 84px 0;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(207, 243, 189, 0.32) 0%,
      rgba(207, 243, 189, 0) 28%
    ),
    #f7f9f8;

  color: var(--ars-dark);
  font-family: var(--ars-body);
}

.ars-en-indicators__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   CABEÇALHO
========================================================= */

.ars-en-indicators__header {
  max-width: 850px;
  margin: 0 auto;

  text-align: center;
}

.ars-en-indicators__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  min-height: 32px;
  padding: 7px 15px;

  border: 1px solid rgba(101, 147, 79, 0.32);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.78);
  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ars-en-indicators__eyebrow svg {
  width: 15px;
  height: 15px;

  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ars-en-indicators__title {
  max-width: 820px;
  margin: 18px auto 0 !important;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: clamp(31px, 3.5vw, 47px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.ars-en-indicators__intro {
  max-width: 760px;
  margin: 18px auto 0 !important;

  color: var(--ars-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.ars-en-indicators__intro strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   CARDS
========================================================= */

.ars-en-indicators__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;

  margin-top: 48px;
}

.ars-en-indicators__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 350px;
  padding: 24px 21px 22px;
  overflow: hidden;

  border: 1px solid var(--ars-border);
  border-radius: 16px;

  background: #ffffff;

  box-shadow: 0 14px 34px rgba(19, 38, 50, 0.055);
}

.ars-en-indicators__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 5px;

  background:
    linear-gradient(
      90deg,
      var(--ars-dark) 0%,
      var(--ars-green-strong) 100%
    );

  content: "";
}

.ars-en-indicators__category {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;

  min-height: 29px;
  padding: 6px 11px;

  border-radius: 999px;
  background: var(--ars-green-soft);
  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.065em;
  text-align: center;
  text-transform: uppercase;
}

.ars-en-indicators__card-title {
  min-height: 48px;
  margin-top: 14px !important;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
  text-transform: uppercase;
}

/* =========================================================
   VALOR PRINCIPAL
========================================================= */

.ars-en-indicators__value {
  margin-top: 18px;

  text-align: center;
}

.ars-en-indicators__value-main {
  display: block;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}

.ars-en-indicators__value-unit {
  display: block;
  margin-top: 6px;

  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =========================================================
   FAIXA TÉCNICA
========================================================= */

.ars-en-indicators__range {
  margin-top: 20px;
}

.ars-en-indicators__track {
  position: relative;

  width: 100%;
  height: 10px;
  overflow: hidden;

  border-radius: 999px;
  background: #e9eeeb;
}

.ars-en-indicators__fill {
  display: block;
  width: 100%;
  height: 100%;

  border-radius: inherit;

  background:
    linear-gradient(
      90deg,
      var(--ars-green) 0%,
      var(--ars-green-strong) 52%,
      var(--ars-dark) 100%
    );

  transform-origin: left center;
}

.ars-en-indicators__limits {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;

  margin-top: 9px;
}

.ars-en-indicators__limit {
  color: #77848a;

  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
}

.ars-en-indicators__limit:last-child {
  text-align: right;
}

.ars-en-indicators__description {
  margin-top: 20px !important;
  padding-top: 18px;

  border-top: 1px dashed #dce4df;

  color: var(--ars-text);

  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

.ars-en-indicators__description strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   NOTA TÉCNICA
========================================================= */

.ars-en-indicators__note {
  position: relative;

  max-width: 920px;
  margin: 30px auto 0;
  padding: 17px 22px 17px 25px;

  border: 1px solid var(--ars-border);
  border-left: 5px solid var(--ars-green-strong);
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.84);
  color: var(--ars-text);

  font-size: 12.5px;
  line-height: 1.65;

  box-shadow: 0 10px 25px rgba(19, 38, 50, 0.04);
}

.ars-en-indicators__note strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   ANIMAÇÃO AO CHEGAR À SEÇÃO
========================================================= */

.ars-en-indicators.ars-en-indicators--motion-ready
  .ars-en-indicators__card {
  opacity: 0;
  transform: translateY(42px);

  transition:
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.ars-en-indicators.ars-en-indicators--visible
  .ars-en-indicators__card {
  opacity: 1;
  transform: translateY(0);
}

.ars-en-indicators.ars-en-indicators--motion-ready
  .ars-en-indicators__fill {
  transform: scaleX(0);

  transition:
    transform 0.88s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.ars-en-indicators.ars-en-indicators--visible
  .ars-en-indicators__fill {
  transform: scaleX(1);
}

.ars-en-indicators__card:nth-child(1) {
  transition-delay: 0.06s !important;
}

.ars-en-indicators__card:nth-child(2) {
  transition-delay: 0.17s !important;
}

.ars-en-indicators__card:nth-child(3) {
  transition-delay: 0.28s !important;
}

.ars-en-indicators__card:nth-child(4) {
  transition-delay: 0.39s !important;
}

.ars-en-indicators__card:nth-child(1)
  .ars-en-indicators__fill {
  transition-delay: 0.3s !important;
}

.ars-en-indicators__card:nth-child(2)
  .ars-en-indicators__fill {
  transition-delay: 0.41s !important;
}

.ars-en-indicators__card:nth-child(3)
  .ars-en-indicators__fill {
  transition-delay: 0.52s !important;
}

.ars-en-indicators__card:nth-child(4)
  .ars-en-indicators__fill {
  transition-delay: 0.63s !important;
}

/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 1024px) {
  .ars-en-indicators__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ars-en-indicators__card {
    min-height: 320px;
  }
}

@media (max-width: 600px) {
  .ars-en-indicators {
    padding: 60px 0;
  }

  .ars-en-indicators__container {
    padding: 0 20px;
  }

  .ars-en-indicators__title {
    font-size: clamp(29px, 8.5vw, 37px);
  }

  .ars-en-indicators__intro {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .ars-en-indicators__grid {
    display: flex;
    gap: 15px;

    width: auto;
    margin: 38px -20px 0;
    padding: 0 20px 24px;
    overflow-x: auto;
    overflow-y: visible;

    scroll-behavior: smooth;
    scroll-padding-left: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;
  }

  .ars-en-indicators__grid::-webkit-scrollbar {
    display: none;
  }

  .ars-en-indicators__card {
    position: relative;

    flex: 0 0 min(84vw, 340px);
    min-height: 330px;
    margin: 0;
    padding: 23px 19px 20px;

    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ars-en-indicators__card-title {
    min-height: 0;
  }

  .ars-en-indicators__note {
    padding: 16px 17px 16px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-en-indicators.ars-en-indicators--motion-ready
    .ars-en-indicators__card,
  .ars-en-indicators.ars-en-indicators--visible
    .ars-en-indicators__card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ars-en-indicators.ars-en-indicators--motion-ready
    .ars-en-indicators__fill,
  .ars-en-indicators.ars-en-indicators--visible
    .ars-en-indicators__fill {
    transform: scaleX(1);
    transition: none;
  }
}

/* =========================================================
   RESET ISOLADO
========================================================= */

.ars-en-specs,
.ars-en-specs *,
.ars-en-specs *::before,
.ars-en-specs *::after {
  box-sizing: border-box;
}

.ars-en-specs :where(h2, p, table) {
  margin: 0;
  padding: 0;
}

.ars-en-specs {
  --ars-dark: #132632;
  --ars-dark-deep: #0c1d27;
  --ars-green: #cff3bd;
  --ars-green-strong: #65934f;
  --ars-green-soft: #f1fbe9;
  --ars-text: #526069;
  --ars-border: #dfe6e2;
  --ars-title: var(--ars-font-title, "Outfit", Arial, sans-serif);
  --ars-body: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  min-width: 0;
  padding: 78px 0;
  overflow: hidden;

  background: #ffffff;
  color: var(--ars-dark);
  font-family: var(--ars-body);
}

.ars-en-specs__container {
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   CABEÇALHO
========================================================= */

.ars-en-specs__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  min-height: 31px;
  padding: 7px 14px;

  border: 1px solid rgba(101, 147, 79, 0.28);
  border-radius: 999px;

  background: var(--ars-green-soft);
  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ars-en-specs__eyebrow svg {
  width: 15px;
  height: 15px;

  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ars-en-specs__title {
  max-width: 900px;
  margin-top: 16px !important;

  color: var(--ars-dark);

  font-family: var(--ars-title);
  font-size: clamp(31px, 3.3vw, 46px);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.042em;
}

.ars-en-specs__intro {
  max-width: 890px;
  margin-top: 15px !important;

  color: var(--ars-text);

  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.72;
}

.ars-en-specs__intro strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   TABELA
========================================================= */

.ars-en-specs__table-wrap {
  width: 100%;
  margin-top: 34px;
  overflow: hidden;

  border: 1px solid var(--ars-border);
  border-radius: 14px;

  background: #ffffff;

  box-shadow: 0 18px 42px rgba(19, 38, 50, 0.07);
}

.ars-en-specs__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.ars-en-specs__table col:nth-child(1) {
  width: 11%;
}

.ars-en-specs__table col:nth-child(2) {
  width: 13%;
}

.ars-en-specs__table col:nth-child(3) {
  width: 17%;
}

.ars-en-specs__table col:nth-child(4) {
  width: 24%;
}

.ars-en-specs__table col:nth-child(5) {
  width: 14%;
}

.ars-en-specs__table col:nth-child(6) {
  width: 21%;
}

.ars-en-specs__table thead {
  background:
    linear-gradient(
      105deg,
      var(--ars-dark-deep) 0%,
      var(--ars-dark) 100%
    );
}

.ars-en-specs__table th {
  padding: 17px 15px;

  border-right: 1px solid rgba(255, 255, 255, 0.12);

  color: #ffffff;

  font-family: var(--ars-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.045em;
  text-align: left;
  text-transform: uppercase;
}

.ars-en-specs__table th:last-child {
  border-right: 0;
}

.ars-en-specs__table td {
  padding: 14px 15px;

  border-right: 1px solid var(--ars-border);
  border-bottom: 1px solid var(--ars-border);

  color: var(--ars-text);

  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  vertical-align: middle;
}

.ars-en-specs__table td:last-child {
  border-right: 0;
}

.ars-en-specs__table tbody tr:last-child td {
  border-bottom: 0;
}

.ars-en-specs__table tbody tr:nth-child(even) {
  background: #f8faf9;
}

.ars-en-specs__table tbody tr {
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.ars-en-specs__table tbody tr:hover {
  background: var(--ars-green-soft);
  box-shadow: inset 4px 0 0 var(--ars-green-strong);
}

.ars-en-specs__model {
  color: var(--ars-dark) !important;

  font-family: var(--ars-title);
  font-size: 15px !important;
  font-weight: 800 !important;
}

.ars-en-specs__power {
  color: var(--ars-dark) !important;
  font-weight: 800 !important;
}

.ars-en-specs__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 29px;
  padding: 6px 10px;

  border: 1px solid rgba(101, 147, 79, 0.2);
  border-radius: 999px;

  background: var(--ars-green-soft);
  color: var(--ars-green-strong);

  font-family: var(--ars-title);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.ars-en-specs__pill--dark {
  border-color: rgba(19, 38, 50, 0.1);
  background: #edf1f2;
  color: var(--ars-dark);
}

.ars-en-specs__dimensions {
  color: var(--ars-dark) !important;
  white-space: nowrap;
}

.ars-en-specs__action-heading,
.ars-en-specs__action {
  display: none;
}

.ars-en-specs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  min-height: 46px;
  padding: 12px 18px;

  border: 1px solid #25d366;
  border-radius: 9px;

  background: #25d366;
  color: #ffffff !important;

  font-family: var(--ars-title);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.045em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ars-en-specs__button::after {
  font-size: 18px;
  line-height: 1;
  content: "→";
}

.ars-en-specs__button:hover,
.ars-en-specs__button:focus-visible {
  border-color: #1fbd5a;
  background: #1fbd5a;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(19, 38, 50, 0.16);
  transform: translateY(-2px);
}

.ars-en-specs__button:focus-visible {
  outline: 3px solid rgba(101, 147, 79, 0.28);
  outline-offset: 3px;
}

/* =========================================================
   NOTA
========================================================= */

.ars-en-specs__note {
  margin-top: 18px !important;
  padding: 16px 20px 16px 23px;

  border: 1px solid var(--ars-border);
  border-left: 5px solid var(--ars-green-strong);
  border-radius: 10px;

  background: #f8faf9;
  color: var(--ars-text);

  font-size: 12px;
  line-height: 1.65;
}

.ars-en-specs__note strong {
  color: var(--ars-dark);
  font-weight: 800;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) and (min-width: 701px) {
  .ars-en-specs__table th,
  .ars-en-specs__table td {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ars-en-specs__table td {
    font-size: 12.5px;
  }

  .ars-en-specs__pill {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
  }
}

/* =========================================================
   MOBILE: LINHAS TRANSFORMADAS EM CARDS
========================================================= */

@media (max-width: 700px) {
  .ars-en-specs {
    --ars-specs-stack-top: 84px;
    --ars-specs-stack-step: 40px;

    padding: 58px 0;
    overflow: visible;
  }

  .ars-en-specs__container {
    padding: 0 20px;
  }

  .ars-en-specs__title {
    font-size: clamp(29px, 8.5vw, 37px);
  }

  .ars-en-specs__intro {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .ars-en-specs__table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ars-en-specs__table,
  .ars-en-specs__table tbody,
  .ars-en-specs__table tr,
  .ars-en-specs__table td {
    display: block;
    width: 100%;
  }

  .ars-en-specs__table {
    table-layout: auto;
  }

  .ars-en-specs__table colgroup,
  .ars-en-specs__table thead {
    display: none;
  }

  .ars-en-specs__table tbody {
    display: block;
    padding-bottom: 36px;
  }

  .ars-en-specs__table tbody tr,
  .ars-en-specs__table tbody tr:nth-child(even) {
    position: sticky;

    overflow: hidden;
    margin-bottom: 18px;

    border: 1px solid var(--ars-border);
    border-radius: 13px;

    background: #ffffff;

    box-shadow: 0 12px 28px rgba(19, 38, 50, 0.06);
  }

  .ars-en-specs__table tbody tr:nth-child(1) {
    top: var(--ars-specs-stack-top);
    z-index: 11;
  }

  .ars-en-specs__table tbody tr:nth-child(2) {
    top: calc(
      var(--ars-specs-stack-top) +
      (var(--ars-specs-stack-step) * 1)
    );
    z-index: 12;
  }

  .ars-en-specs__table tbody tr:nth-child(3) {
    top: calc(
      var(--ars-specs-stack-top) +
      (var(--ars-specs-stack-step) * 2)
    );
    z-index: 13;
  }

  .ars-en-specs__table tbody tr:nth-child(4) {
    top: calc(
      var(--ars-specs-stack-top) +
      (var(--ars-specs-stack-step) * 3)
    );
    z-index: 14;
  }

  .ars-en-specs__table tbody tr:nth-child(5) {
    top: calc(
      var(--ars-specs-stack-top) +
      (var(--ars-specs-stack-step) * 4)
    );
    z-index: 15;
  }

  .ars-en-specs__table tbody tr:nth-child(6) {
    top: calc(
      var(--ars-specs-stack-top) +
      (var(--ars-specs-stack-step) * 5)
    );
    z-index: 16;
  }

  .ars-en-specs__table tbody tr:nth-child(7) {
    top: calc(
      var(--ars-specs-stack-top) +
      (var(--ars-specs-stack-step) * 6)
    );
    z-index: 17;
  }

  .ars-en-specs__table tbody tr:nth-child(8) {
    top: calc(
      var(--ars-specs-stack-top) +
      (var(--ars-specs-stack-step) * 7)
    );
    z-index: 18;
    margin-bottom: 0;
  }

  .ars-en-specs__table tbody tr:hover {
    background: #ffffff;
    box-shadow:
      0 15px 30px rgba(19, 38, 50, 0.09),
      inset 4px 0 0 var(--ars-green-strong);
  }

  .ars-en-specs__table td {
    display: grid;
    grid-template-columns: minmax(112px, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 12px;

    min-height: 48px;
    padding: 10px 14px;

    border-right: 0;
    border-bottom: 1px solid var(--ars-border);

    font-size: 13px;
    text-align: right;
  }

  .ars-en-specs__table td::before {
    color: #718087;

    font-family: var(--ars-title);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.055em;
    text-align: left;
    text-transform: uppercase;

    content: attr(data-label);
  }

  .ars-en-specs__table td:first-child {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    min-height: var(--ars-specs-stack-step);
    padding: 8px 16px;

    background: var(--ars-dark);
    color: #ffffff !important;

    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.1;
    text-align: left;
    white-space: nowrap;

    box-shadow:
      inset 0 -1px 0 rgba(207, 243, 189, 0.18);
  }

  .ars-en-specs__table td:first-child::before {
    display: none;
  }

  .ars-en-specs__table td:last-child {
    border-bottom: 0;
  }

  .ars-en-specs__pill {
    justify-self: end;
  }

  .ars-en-specs__dimensions {
    white-space: normal;
  }

  .ars-en-specs__table td.ars-en-specs__action {
    display: block;
    min-height: 0;
    padding: 14px;

    border-bottom: 0;
    background: #ffffff;
    text-align: left;
  }

  .ars-en-specs__table td.ars-en-specs__action::before {
    display: none;
  }

  .ars-en-specs__note {
    padding: 15px 16px 15px 18px;
  }
}

@media (max-width: 390px) {
  .ars-en-specs {
    --ars-specs-stack-top: 76px;
    --ars-specs-stack-step: 36px;
  }

  .ars-en-specs__table td:first-child {
    padding-right: 12px;
    padding-left: 12px;

    font-size: 16px !important;
  }
}


/* =========================================================
   CTA FINAL DE VENDAS
   Card escuro, sem personagem e sem formulário.
========================================================= */

.ars-en-final-cta,
.ars-en-final-cta *,
.ars-en-final-cta *::before,
.ars-en-final-cta *::after {
  box-sizing: border-box;
}

.ars-en-final-cta :where(h2, p, a) {
  margin: 0;
  padding: 0;
}

.ars-en-final-cta {
  width: 100%;
  padding: 56px 0 96px;

  background: #ffffff;
  color: #ffffff;

  font-family:
    var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-en-final-cta__container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.ars-en-final-cta__card {
  position: relative;
  isolation: isolate;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;

  width: 100%;
  padding: clamp(38px, 5vw, 58px);

  overflow: hidden;

  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #0c1d27 0%,
      #132632 72%,
      #18313f 100%
    );
}

.ars-en-final-cta__card::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  background-image:
    linear-gradient(
      rgba(207, 243, 189, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(207, 243, 189, 0.035) 1px,
      transparent 1px
    );
  background-size: 42px 42px;

  pointer-events: none;
  content: "";
}

.ars-en-final-cta__content {
  max-width: 760px;
}

.ars-en-final-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 13px !important;

  color: #cff3bd;

  font-family:
    var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ars-en-final-cta__eyebrow::before {
  width: 28px;
  height: 2px;
  flex: 0 0 28px;

  background: #cff3bd;
  content: "";
}

.ars-en-final-cta__title {
  max-width: 720px;

  color: #ffffff;

  font-family:
    var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(29px, 3.3vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ars-en-final-cta__description {
  max-width: 700px;
  margin-top: 16px !important;

  color: rgba(255, 255, 255, 0.76);

  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
}

.ars-en-final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 230px;
  min-height: 54px;
  padding: 15px 24px;

  border: 1px solid #cff3bd;
  border-radius: 7px;

  background: #cff3bd;
  color: #132632 !important;

  font-family:
    var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.035em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.ars-en-final-cta__button:hover,
.ars-en-final-cta__button:focus-visible {
  border-color: #b8e8a4;
  background: #b8e8a4;
  color: #132632 !important;

  transform: translateY(-2px);
}

.ars-en-final-cta__button:focus-visible {
  outline: 3px solid rgba(207, 243, 189, 0.28);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .ars-en-final-cta__card {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .ars-en-final-cta__button {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .ars-en-final-cta {
    padding: 44px 0 72px;
  }

  .ars-en-final-cta__container {
    width: calc(100% - 40px);
  }

  .ars-en-final-cta__card {
    gap: 26px;
    padding: 32px 24px;
  }

  .ars-en-final-cta__title {
    font-size: clamp(27px, 8vw, 36px);
  }

  .ars-en-final-cta__description {
    font-size: 14.5px;
  }

  .ars-en-final-cta__button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-en-final-cta__button {
    transition: none;
  }

  .ars-en-final-cta__button:hover,
  .ars-en-final-cta__button:focus-visible {
    transform: none;
  }
}/* End custom CSS */