.elementor-647 .elementor-element.elementor-element-5432879{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cb1abe2 *//*
  ARSYSTEM — RECUPERAÇÃO DE MÓDULO ELETRÔNICO
  Cole em: Container > Avançado > CSS personalizado.
  Não adicione as tags <style> e </style>.
*/

.ars-module-recovery-hero,
.ars-module-recovery-hero *,
.ars-module-recovery-hero *::before,
.ars-module-recovery-hero *::after {
  box-sizing: border-box;
}

.ars-module-recovery-hero :where(
  h1,
  p,
  nav,
  span,
  a,
  div
) {
  margin: 0;
  padding: 0;
}

.ars-module-recovery-hero {
  --ars-hero-dark: #132632;
  --ars-hero-green: #cff3bd;
  --ars-hero-green-strong: #5f9243;
  --ars-hero-muted: #7a878d;
  --ars-hero-border: #e5e8ea;

  --ars-hero-font-title:
    var(--ars-font-title, "Outfit", Arial, sans-serif);

  --ars-hero-font-text:
    var(--ars-font-text, "Inter", Arial, sans-serif);

  position: relative;
  isolation: isolate;

  width: 100%;
  min-width: 0;
  overflow: hidden;

  border-bottom: 1px solid var(--ars-hero-border);

  background: #f8f8f8;
  color: var(--ars-hero-dark);

  font-family: var(--ars-hero-font-text);
}

.ars-module-recovery-hero a {
  color: inherit;
  text-decoration: none !important;
}

.ars-module-recovery-hero__container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0;
}

.ars-module-recovery-hero__content {
  width: 100%;
  min-width: 0;
  max-width: 1180px;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.ars-module-recovery-hero__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  width: 100%;
  margin-bottom: 24px;

  color: var(--ars-hero-muted);

  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.ars-module-recovery-hero__breadcrumb-link {
  color: var(--ars-hero-muted);

  transition: color 0.24s ease;
}

.ars-module-recovery-hero__breadcrumb-link:hover,
.ars-module-recovery-hero__breadcrumb-link:focus-visible {
  color: var(--ars-hero-dark);
}

.ars-module-recovery-hero__breadcrumb-link:focus-visible {
  outline: 2px solid var(--ars-hero-green);
  outline-offset: 3px;
}

.ars-module-recovery-hero__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #a7b0b4;

  font-size: 12px;
  line-height: 1;
}

.ars-module-recovery-hero__breadcrumb-current {
  min-width: 0;

  color: var(--ars-hero-dark);

  font-weight: 700;

  overflow-wrap: anywhere;
}

/* =========================================================
   TÍTULO
========================================================= */

.ars-module-recovery-hero__title {
  width: 100%;
  max-width: 1120px;

  color: var(--ars-hero-dark);

  font-family: var(--ars-hero-font-title);
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;

  overflow-wrap: normal;
  word-break: normal;
}

.ars-module-recovery-hero__title
.ars-hero-highlight {
  position: relative;
  z-index: 1;

  display: inline;

  color: inherit;
}

.ars-module-recovery-hero__title
.ars-hero-highlight::after {
  position: absolute;
  right: -0.04em;
  bottom: 0.06em;
  left: -0.04em;
  z-index: -1;

  height: 0.34em;

  border-radius: 999px;

  background: var(--ars-hero-green);

  content: "";
}

/* =========================================================
   DESCRIÇÃO VERDE
========================================================= */

.ars-module-recovery-hero__description {
  width: 100%;
  max-width: 820px;
  margin-top: 22px;

  color: var(--ars-hero-green-strong);

  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

/* =========================================================
   ENTRADA SUAVE
========================================================= */

.ars-module-recovery-hero__breadcrumb,
.ars-module-recovery-hero__title,
.ars-module-recovery-hero__description {
  opacity: 0;

  transform: translateY(12px);

  animation:
    arsUnitRecoveryHeroReveal
    0.62s
    cubic-bezier(.22, 1, .36, 1)
    forwards;
}

.ars-module-recovery-hero__title {
  animation-delay: 0.07s;
}

.ars-module-recovery-hero__description {
  animation-delay: 0.14s;
}

@keyframes arsUnitRecoveryHeroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {
  .ars-module-recovery-hero__title {
    font-size: clamp(30px, 5vw, 40px);
  }

  .ars-module-recovery-hero__description {
    max-width: 760px;
  }
}

/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 767px) {
  .ars-module-recovery-hero__container {
    width: min(calc(100% - 32px), 540px);

    /*
     * Os 26px adicionais compensam a sobreposição
     * do cabeçalho sobre o início da Hero no celular.
     */
    padding: 58px 0 32px;
  }

  .ars-module-recovery-hero__breadcrumb {
    gap: 6px;
    margin-bottom: 20px;

    font-size: 12px;
  }

  .ars-module-recovery-hero__separator {
    font-size: 11px;
  }

  .ars-module-recovery-hero__title {
    max-width: none;

    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1.07;
  }

  .ars-module-recovery-hero__description {
    max-width: none;
    margin-top: 18px;

    font-size: 14.5px;
    line-height: 1.68;
  }
}

@media (max-width: 380px) {
  .ars-module-recovery-hero__container {
    width: calc(100% - 24px);
  }
}

/* =========================================================
   MOVIMENTO REDUZIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .ars-module-recovery-hero *,
  .ars-module-recovery-hero *::before,
  .ars-module-recovery-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.ars-module-recovery-main,
.ars-module-recovery-main *,
.ars-module-recovery-main *::before,
.ars-module-recovery-main *::after {
  box-sizing: border-box;
}

.ars-module-recovery-main :where(
  h2, h3, h4, p, ul, li, form,
  input, textarea, button, a, span, div
) {
  margin: 0;
  padding: 0;
}

.ars-module-recovery-main {
  --ars-dark: #132632;
  --ars-green: #cff3bd;
  --ars-green-strong: #5f9243;
  --ars-text: #536168;
  --ars-border: #e5e8ea;
  --ars-soft: #f7f9f8;
  --ars-white: #ffffff;

  width: 100%;
  padding: 72px 0;

  background: var(--ars-white);
  color: var(--ars-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-module-recovery-main a {
  color: inherit;
  text-decoration: none !important;
}

.ars-module-recovery-main ul {
  list-style: none;
}

.ars-module-recovery-main__container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-module-recovery-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  align-items: start;
  gap: 48px;
}

.ars-module-recovery-main__content {
  display: grid;
  gap: 46px;
  min-width: 0;
}

.ars-module-recovery-main__sidebar {
  position: sticky;
  top: 112px;

  display: flex;
  flex-direction: column;
  gap: 24px;

  min-width: 0;
}

/* =========================================================
   IMAGEM DE ABERTURA
========================================================= */

.ars-module-recovery-intro {
  position: relative;

  width: 100%;
  height: 400px;
  overflow: hidden;

  border-radius: 10px;

  background: var(--ars-dark);
}

.ars-module-recovery-intro__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: top;
}

.ars-module-recovery-intro::after {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(13, 30, 40, 0.90) 0%,
      rgba(13, 30, 40, 0.68) 44%,
      rgba(13, 30, 40, 0.14) 100%
    );

  content: "";
}

.ars-module-recovery-intro__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;

  padding: 40px;
}

.ars-module-recovery-intro__title {
  max-width: 630px;

  color: #ffffff;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.045em;

  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.34);
}

/* =========================================================
   BLOCOS TÉCNICOS
========================================================= */

.ars-module-recovery-step__header {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 16px;
}

.ars-module-recovery-step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  border-radius: 6px;

  background: var(--ars-green);
  color: var(--ars-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.ars-module-recovery-step__eyebrow {
  color: var(--ars-green-strong);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ars-module-recovery-step__title {
  margin-bottom: 18px;

  color: var(--ars-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.ars-module-recovery-step__highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.ars-module-recovery-step__highlight::after {
  position: absolute;
  right: -2px;
  bottom: 0.12em;
  left: -2px;
  z-index: -1;

  height: 0.38em;

  border-radius: 4px;

  background: var(--ars-green);

  content: "";
}

.ars-module-recovery-step__text {
  color: var(--ars-text);

  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.8;
}

.ars-module-recovery-step__text strong {
  color: var(--ars-dark);
  font-weight: 700;
}


/* =========================================================
   GALERIA DE IMAGENS
========================================================= */

.ars-module-recovery-gallery {
  --ars-gallery-gap: 14px;
  --ars-gallery-small: 190px;
  --ars-gallery-large: 400px;
}

.ars-module-recovery-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "img1 img2";
  gap: var(--ars-gallery-gap);
}

.ars-module-recovery-gallery__item {
  overflow: hidden;

  border: 1px solid var(--ars-border);
  border-radius: 10px;

  background: #ffffff;
}

.ars-module-recovery-gallery__item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;
}

.ars-module-recovery-gallery__item--1 {
  grid-area: img1;
  height: var(--ars-gallery-small);
}

.ars-module-recovery-gallery__item--2 {
  grid-area: img2;
  height: var(--ars-gallery-small);
}


/* =========================================================
   SOLUÇÃO ARSYSTEM
========================================================= */

.ars-module-recovery-solution {
  padding: 34px 30px;

  border: 1px solid rgba(19, 38, 50, 0.10);
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(207, 243, 189, 0.30) 0%,
      #f8f8f8 45%,
      #ffffff 100%
    );
}

.ars-module-recovery-solution__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 12px;

  border-radius: 999px;

  background: rgba(207, 243, 189, 0.68);
  color: var(--ars-green-strong);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ars-module-recovery-solution__badge::before {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--ars-green-strong);

  content: "";
}

.ars-module-recovery-solution__title {
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.ars-module-recovery-solution__intro {
  margin-top: 18px;

  color: var(--ars-text);

  font-size: 15.5px;
  line-height: 1.75;
}

.ars-module-recovery-solution__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;

  margin-top: 22px;
}

.ars-module-recovery-solution__item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;

  padding: 14px;

  border: 1px solid rgba(19, 38, 50, 0.09);
  border-radius: 9px;

  background: #ffffff;
  color: #394950;

  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
}

.ars-module-recovery-solution__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  border-radius: 7px;

  background: var(--ars-dark);
  color: var(--ars-green);
}

.ars-module-recovery-solution__icon svg {
  display: block;

  width: 15px;
  height: 15px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-module-recovery-solution__closing {
  margin-top: 22px;
  padding: 21px 22px;

  border-radius: 10px;

  background: var(--ars-dark);
  color: rgba(255, 255, 255, 0.88);

  font-size: 14.5px;
  line-height: 1.7;
}

/* =========================================================
   CTA
========================================================= */

.ars-module-recovery-cta {
  padding-top: 46px;
}

.ars-module-recovery-cta__box {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: center;
  gap: 24px;

  min-height: 165px;
  padding: 24px 0 24px 34px;

  border-radius: 8px;

  background: var(--ars-green);
}

.ars-module-recovery-cta__content {
  position: relative;
  z-index: 3;
}

.ars-module-recovery-cta__title {
  margin-bottom: 6px;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(22px, 2.5vw, 29px);
  font-weight: 700;
  line-height: 1.15;
}

.ars-module-recovery-cta__description {
  margin-bottom: 20px;

  color: rgba(19, 38, 50, 0.85);

  font-size: 16px;
  line-height: 1.45;
}

.ars-module-recovery-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;
  padding: 15px 26px;

  border: 1px solid var(--ars-dark);
  border-radius: 6px;

  background: var(--ars-dark);
  color: #ffffff !important;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ars-module-recovery-cta__button:hover,
.ars-module-recovery-cta__button:focus-visible {
  background: #ffffff;
  color: var(--ars-dark) !important;
  transform: translateY(-2px);
}

.ars-module-recovery-cta__image-area {
  position: relative;
  align-self: stretch;
  min-height: 165px;
}

.ars-module-recovery-cta__image {
  position: absolute;
  right: -8px;
  bottom: -24px;

  display: block;

  width: 240px;
  max-width: none;
  height: auto;

  pointer-events: none;
  user-select: none;
}

/* =========================================================
   MENU LATERAL
========================================================= */

.ars-module-recovery-menu {
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
}

.ars-module-recovery-menu__widget {
  padding: 22px 18px;

  border: 1px solid var(--ars-border);
  border-radius: 10px;

  background: var(--ars-soft);
}

.ars-module-recovery-menu__header {
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.ars-module-recovery-menu__title {
  position: relative;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.ars-module-recovery-menu__title::after {
  position: absolute;
  bottom: -12px;
  left: 0;

  width: 40px;
  height: 3px;

  border-radius: 999px;

  background: var(--ars-green);

  content: "";
}

.ars-module-recovery-menu__subtitle {
  margin: 20px 0 10px;
  padding-top: 16px;

  border-top: 1px solid var(--ars-border);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ars-module-recovery-menu__item {
  border-bottom: 1px solid rgba(19, 38, 50, 0.09);
}

.ars-module-recovery-menu__item:last-child {
  border-bottom: 0;
}

.ars-module-recovery-menu__link {
  display: flex;
  align-items: center;
  gap: 9px;

  padding: 9px 0;

  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;

  transition: transform 0.22s ease;
}

.ars-module-recovery-menu__link--child {
  padding-left: 9px;
}

.ars-module-recovery-menu__link:hover,
.ars-module-recovery-menu__link:focus-visible {
  transform: translateX(3px);
}

.ars-module-recovery-menu__icon {
  position: relative;

  flex: 0 0 19px;

  width: 19px;
  height: 19px;

  border-radius: 50%;

  background: var(--ars-green);
}

.ars-module-recovery-menu__icon::before {
  position: absolute;
  top: 6px;
  left: 5px;

  width: 6px;
  height: 6px;

  border-top: 1.5px solid var(--ars-dark);
  border-right: 1.5px solid var(--ars-dark);

  content: "";

  transform: rotate(45deg);
}

.ars-module-recovery-menu__link.is-active {
  font-weight: 700;
}

.ars-module-recovery-menu__link.is-active .ars-module-recovery-menu__icon {
  background: var(--ars-dark);
}

.ars-module-recovery-menu__link.is-active .ars-module-recovery-menu__icon::before {
  border-color: var(--ars-green);
}

.ars-module-recovery-menu__brands {
  margin: 2px 0 8px 9px;

  border-radius: 6px;

  background: #f0f3f2;
}

.ars-module-recovery-menu__brand-item {
  border-bottom: 1px solid rgba(19, 38, 50, 0.08);
}

.ars-module-recovery-menu__brand-item:last-child {
  border-bottom: 0;
}

.ars-module-recovery-menu__brand-link {
  position: relative;

  display: block;

  padding: 7px 8px 7px 27px;

  color: #5c6d75;

  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;

  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.ars-module-recovery-menu__brand-link::before {
  position: absolute;
  top: 50%;
  left: 10px;

  width: 8px;
  height: 1px;

  background: rgba(19, 38, 50, 0.22);

  content: "";

  transform: translateY(-50%);
}

.ars-module-recovery-menu__brand-link:hover,
.ars-module-recovery-menu__brand-link:focus-visible {
  color: var(--ars-green-strong);
  transform: translateX(2px);
}

/* =========================================================
   FORMULÁRIO
========================================================= */

.ars-module-recovery-form {
  width: 100%;
  padding: 30px 20px;

  border-radius: 8px;

  background: var(--ars-dark);
  color: #ffffff;

  box-shadow: 0 15px 30px rgba(19, 38, 50, 0.18);
}

.ars-module-recovery-form__header {
  margin-bottom: 26px;
}

.ars-module-recovery-form__title {
  color: #ffffff;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.ars-module-recovery-form__rule {
  width: 58px;
  height: 3px;
  margin-top: 14px;

  border-radius: 999px;

  background: var(--ars-green);
}

.ars-module-recovery-form__fields {
  display: grid;
  gap: 11px;
}

.ars-module-recovery-form__field,
.ars-module-recovery-form__textarea {
  width: 100%;

  border: 1px solid transparent;
  border-radius: 6px;

  background: #ffffff;
  color: var(--ars-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
  font-size: 14px;
}

.ars-module-recovery-form__field {
  min-height: 43px;
  padding: 0 13px;
}

.ars-module-recovery-form__textarea {
  min-height: 78px;
  padding: 10px 13px;

  resize: vertical;
}

.ars-module-recovery-form__field:focus,
.ars-module-recovery-form__textarea:focus {
  outline: none;
  border-color: var(--ars-green);
  box-shadow: 0 0 0 3px rgba(207, 243, 189, 0.22);
}

.ars-module-recovery-form__button {
  min-height: 46px;

  border: 1px solid var(--ars-green);
  border-radius: 6px;

  background: var(--ars-green);
  color: var(--ars-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;

  cursor: pointer;
}

.ars-module-recovery-form__contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;

  margin-top: 2px;
  padding-top: 14px;

  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ars-module-recovery-form__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;

  min-width: 0;
  min-height: 68px;
  padding: 8px 4px;

  border-radius: 7px;

  background: #ffffff;
  color: var(--ars-dark);

  text-align: center;

  transition:
    background-color 0.22s ease,
    transform 0.22s ease;
}

.ars-module-recovery-form__contact:hover,
.ars-module-recovery-form__contact:focus-visible {
  background: var(--ars-green);
  transform: translateY(-1px);
}

.ars-module-recovery-form__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 21px;
  height: 21px;

  color: var(--ars-green-strong);
}

.ars-module-recovery-form__contact-icon svg {
  display: block;

  width: 19px;
  height: 19px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  overflow: visible;
}

.ars-module-recovery-form__contact-label {
  color: inherit;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 991px) {
  .ars-module-recovery-main {
    padding: 60px 0;
  }

  .ars-module-recovery-main__grid {
    grid-template-columns: 1fr;
  }

  .ars-module-recovery-main__sidebar {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  .ars-module-recovery-main {
    padding: 46px 0;
  }

  .ars-module-recovery-main__container {
    width: min(calc(100% - 32px), 540px);
  }

  .ars-module-recovery-main__content {
    gap: 38px;
  }

  .ars-module-recovery-intro {
    height: 260px;
  }

  .ars-module-recovery-intro__overlay {
    padding: 24px 22px;
  }

  .ars-module-recovery-intro__title {
    font-size: clamp(27px, 8.7vw, 38px);
  }

  .ars-module-recovery-step__title {
    font-size: 22px;
  }

  .ars-module-recovery-step__text {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .ars-module-recovery-solution {
    padding: 28px 20px;
  }

  .ars-module-recovery-gallery {
    --ars-gallery-small: 180px;
  }

  .ars-module-recovery-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img1"
      "img2";
  }

  .ars-module-recovery-gallery__item--1,
  .ars-module-recovery-gallery__item--2 {
    height: var(--ars-gallery-small);
  }


  .ars-module-recovery-solution__list {
    grid-template-columns: 1fr;
  }

  /* Menu não aparece no celular */
  .ars-module-recovery-menu {
    display: none !important;
  }

  .ars-module-recovery-main__sidebar {
    gap: 0;
  }

  .ars-module-recovery-cta {
    padding-top: 50px;
  }

  .ars-module-recovery-cta__box {
    display: flex;
    flex-direction: column;

    padding: 0 20px 28px;

    text-align: center;

    background:
      linear-gradient(
        to bottom,
        var(--ars-green) 0,
        var(--ars-green) 200px,
        #f8f8f8 200px,
        #f8f8f8 100%
      );
  }

  .ars-module-recovery-cta__image-area {
    order: 1;

    width: 100%;
    height: 200px;
    min-height: 200px;
  }

  .ars-module-recovery-cta__image {
    position: relative;
    right: auto;
    bottom: 0;

    width: auto;
    height: 240px;
    margin: 0 auto;
  }

  .ars-module-recovery-cta__content {
    order: 2;
  }

  .ars-module-recovery-cta__button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .ars-module-recovery-main__container {
    width: calc(100% - 24px);
  }
}

.ars-faq,
.ars-faq *,
.ars-faq *::before,
.ars-faq *::after {
  box-sizing: border-box;
}

.ars-faq :where(h2, p, details, summary) {
  margin: 0;
  padding: 0;
}

.ars-faq {
  scroll-margin-top: 110px;

  --ars-faq-dark: #132632;
  --ars-faq-green: #cff3bd;
  --ars-faq-green-strong: #65934f;
  --ars-faq-white: #ffffff;
  --ars-faq-light: #f7f9f8;
  --ars-faq-border: #e5e8ea;
  --ars-faq-text: #5f6d74;

  width: 100%;
  padding: 72px 0;

  background: var(--ars-faq-white);
  color: var(--ars-faq-dark);

  font-family:
    var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-faq__inner {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
}

.ars-faq__header {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.ars-faq__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 30px;
  margin-bottom: 16px;
  padding: 7px 13px;

  border: 1px solid rgba(19, 38, 50, 0.10);
  border-radius: 999px;

  background: var(--ars-faq-green);
  color: var(--ars-faq-dark);

  font-family:
    var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ars-faq__title {
  max-width: 760px;

  color: var(--ars-faq-dark);

  font-family:
    var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.ars-faq .ars-highlight {
  position: relative;
  z-index: 1;

  display: inline;

  color: var(--ars-faq-dark);
}

.ars-faq .ars-highlight::after {
  position: absolute;
  right: -0.03em;
  bottom: 0.08em;
  left: -0.03em;
  z-index: -1;

  height: 0.34em;

  border-radius: 999px;

  background: var(--ars-faq-green);

  content: "";
}

.ars-faq__list {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.ars-faq__item {
  overflow: hidden;

  border: 1px solid var(--ars-faq-border);
  border-radius: 14px;

  background: var(--ars-faq-light);

  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.ars-faq__item[open] {
  border-color: rgba(19, 38, 50, 0.16);

  background: var(--ars-faq-white);

  box-shadow:
    0 14px 34px rgba(19, 38, 50, 0.08);
}

.ars-faq__question {
  position: relative;

  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 16px;

  min-height: 78px;
  padding: 16px 20px;

  color: var(--ars-faq-dark);

  cursor: pointer;
  list-style: none;

  font-family:
    var(--ars-font-title, "Outfit", Arial, sans-serif);
}

.ars-faq__question::-webkit-details-marker {
  display: none;
}

.ars-faq__question::marker {
  display: none;
  content: "";
}

.ars-faq__question:hover {
  background: rgba(207, 243, 189, 0.24);
}

.ars-faq__question:focus-visible {
  outline: 3px solid rgba(207, 243, 189, 0.88);
  outline-offset: -3px;
}

.ars-faq__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 10px;

  background: var(--ars-faq-dark);
  color: var(--ars-faq-white);

  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.ars-faq__item[open] .ars-faq__number {
  background: var(--ars-faq-green);
  color: var(--ars-faq-dark);
}

.ars-faq__question-text {
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 700;
  line-height: 1.25;
}

.ars-faq__icon {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border: 1px solid rgba(19, 38, 50, 0.12);
  border-radius: 50%;

  background: var(--ars-faq-white);
  color: var(--ars-faq-dark);
}

.ars-faq__icon::before,
.ars-faq__icon::after {
  position: absolute;

  width: 14px;
  height: 2px;

  border-radius: 999px;

  background: currentColor;

  transition: transform 0.25s ease;

  content: "";
}

.ars-faq__icon::after {
  transform: rotate(90deg);
}

.ars-faq__item[open] .ars-faq__icon {
  border-color: var(--ars-faq-dark);

  background: var(--ars-faq-dark);
  color: var(--ars-faq-white);
}

.ars-faq__item[open] .ars-faq__icon::after {
  transform: rotate(0);
}

.ars-faq__answer {
  padding: 0 76px 24px 78px;
}

.ars-faq__answer p {
  max-width: 760px;

  color: var(--ars-faq-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .ars-faq {
    padding: 52px 0;
    scroll-margin-top: 88px;
  }

  .ars-faq__inner {
    width: min(100% - 28px, 980px);
  }

  .ars-faq__header {
    margin-bottom: 26px;
  }

  .ars-faq__badge {
    margin-bottom: 14px;
  }

  .ars-faq__title {
    font-size: 34px;
  }

  .ars-faq__question {
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    gap: 12px;

    min-height: 70px;
    padding: 14px;
  }

  .ars-faq__number {
    width: 36px;
    height: 36px;

    border-radius: 9px;

    font-size: 10px;
  }

  .ars-faq__question-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .ars-faq__icon {
    width: 30px;
    height: 30px;
  }

  .ars-faq__icon::before,
  .ars-faq__icon::after {
    width: 12px;
  }

  .ars-faq__answer {
    padding: 0 16px 20px 62px;
  }

  .ars-faq__answer p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 420px) {
  .ars-faq__title {
    font-size: 30px;
  }

  .ars-faq__question {
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    gap: 10px;

    padding: 13px 12px;
  }

  .ars-faq__number {
    width: 32px;
    height: 32px;
  }

  .ars-faq__icon {
    width: 28px;
    height: 28px;
  }

  .ars-faq__answer {
    padding: 0 12px 18px 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-faq__item,
  .ars-faq__number,
  .ars-faq__icon::before,
  .ars-faq__icon::after {
    transition: none !important;
  }
}

/* Complementos da página de recuperação de módulo eletrônico */
.ars-module-recovery-page,
.ars-module-recovery-page * {
  box-sizing: border-box;
}

.ars-module-recovery-hero {
  background: #f8f8f8;
}

.ars-module-recovery-step__text + .ars-module-recovery-step__text {
  margin-top: 14px;
}

.ars-module-recovery-step {
  width: 100%;
}

.ars-module-recovery-step__text--callout {
  padding: 18px 20px;
  border-left: 4px solid #65934f;
  border-radius: 0 6px 6px 0;
  background: #f4f8f2;
  color: #132632;
}

.ars-module-recovery-components {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.ars-module-recovery-components__item {
  margin: 0;
  padding: 20px;
  border: 1px solid #e1e8e4;
  border-radius: 6px;
  background: #f8faf9;
}

.ars-module-recovery-components__term {
  margin: 0 0 8px;
  color: #132632;
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.ars-module-recovery-components__description {
  margin: 0;
  color: #647078;
  font-size: 14px;
  line-height: 1.65;
}

.ars-module-recovery-solution__title {
  font-size: clamp(24px, 2.4vw, 32px);
}

.ars-module-recovery-solution__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ars-module-recovery-solution__item {
  align-items: flex-start;
}

.ars-module-recovery-solution__item strong,
.ars-module-recovery-solution__item small {
  display: block;
}

.ars-module-recovery-solution__item strong {
  margin-bottom: 5px;
  color: #132632;
  font-size: 14px;
  line-height: 1.35;
}

.ars-module-recovery-solution__item small {
  color: #647078;
  font-size: 12.5px;
  line-height: 1.55;
}

.ars-module-recovery-cta__box {
  background: #cff3bd;
}

@media (max-width: 767px) {
  .ars-module-recovery-components,
  .ars-module-recovery-solution__list {
    grid-template-columns: 1fr;
  }

  .ars-module-recovery-cta__box {
    background: #cff3bd;
  }
}/* End custom CSS */