html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: var(--header-offset);
}

@media (max-width: 991px) {
  html { font-size: 58%; }
}

*,
*::before,
*::after { box-sizing: border-box; }

body {
  margin: 0;
  padding-top: var(--header-offset);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 400;
  color: var(--c-white);
  background: var(--c-kv);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* generic.min.css força color:#000 — reverte no fundo azul/laranja */
body,
body a,
body p,
body span,
body strong,
body b,
body i,
body div,
body h1,
body h2,
body h3,
body h4,
body li,
body label,
body button:not(.btn-white):not(.faq-item):not(.how__btn):not(.how__tab):not(.hero__nav-btn):not(.hero__seq-bar):not(.energisa-cookies__btn):not(.energisa-cookies__reject):not(.energisa-cookies-modal__close):not(.energisa-cookies-modal__tab) {
  color: var(--c-white) !important;
}

body.preload,
body.loaded { opacity: 1; }

img { max-width: 100%; height: auto; }
a { color: inherit; }
button { font-family: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  z-index: 10000;
  background: var(--c-white);
  color: var(--c-bluedark1) !important;
  padding: 1rem 1.6rem;
  border-radius: 0.6rem;
  font-weight: 700;
}
.skip-link:focus { top: 1rem; }

.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-fade.visible {
  opacity: 1;
  transform: none;
}
.hero-reveal {
  opacity: 0;
  transform: translateY(22px);
}
body.loaded .hero-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
body.loaded .hero__copy h1.hero-reveal { transition-delay: 0.08s; }
body.loaded .hero__copy .sub.hero-reveal { transition-delay: 0.2s; }
body.loaded .hero__copy .cta-text.hero-reveal { transition-delay: 0.32s; }
body.loaded .hero__copy .hero__cta.hero-reveal { transition-delay: 0.44s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-fade,
  .scroll-fade.visible,
  .hero-reveal,
  body.loaded .hero-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.padding {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 4rem 2rem;
}

.desktop { display: block; }
.mobile { display: none; }
@media (max-width: 991px) {
  .desktop { display: none !important; }
  .mobile { display: block !important; }
  .text-center-mobile { text-align: center; }
}

/* Header — always pinned to the top, including between pages */
header.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  background: var(--c-kv-deep);
}
.menu .navbar,
.menu .navbar.fixed-top {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  background: var(--c-kv-deep);
  min-height: var(--header-offset);
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: 0;
  padding-left: max(2rem, calc((100% - var(--container)) / 2 + 2rem));
  padding-right: max(2rem, calc((100% - var(--container)) / 2 + 2rem));
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.18);
}
header.menu.is-scrolled .navbar,
header.menu.is-scrolled .navbar.fixed-top {
  background: rgba(4, 44, 107, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.menu .logo img {
  height: 4.2rem;
  width: auto;
}
.menu .navbar-nav { align-items: center; gap: 0.4rem; }
.menu .nav-link.item-menu {
  color: var(--c-white) !important;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.8rem 1.2rem !important;
  background: none;
  border: 0;
  cursor: pointer;
}
.menu .nav-link.item-menu:hover,
.menu .nav-link.item-menu.active,
.menu .nav-link.item-menu[aria-current="page"] {
  color: #ffd36a !important;
}
.menu .navbar-toggler {
  border: 0;
  background: transparent;
  padding: 0.4rem;
}
.menu .user {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    background: var(--c-kv-deep);
    padding: 1.6rem 0 2rem;
  }
  .menu .user {
    flex-direction: column;
    width: 100%;
    margin-top: 1.2rem;
  }
  .menu .user .btn { width: 100%; }
}

/* Buttons */
.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0.8rem 2.2rem;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, filter 0.28s ease, background 0.28s ease;
}
.btn:hover { transform: translateY(-2px); filter: none; box-shadow: 0 1.2rem 2.4rem rgba(255, 119, 0, 0.28); }
.btn:focus-visible {
  outline: 3px solid #ffd36a;
  outline-offset: 2px;
}
.btn-cta,
.btn-orange,
.btn-orange1,
a.btn-cta,
a.btn-orange {
  background: var(--c-orange1) !important;
  color: var(--c-white) !important;
  border: 0 !important;
}
.btn-white,
a.btn-white,
body button.btn-white {
  background: #fff !important;
  background-color: #fff !important;
  color: var(--c-kv) !important;
  -webkit-text-fill-color: var(--c-kv);
  border: 2px solid #fff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:focus-visible,
.btn-white:active,
a.btn-white:hover,
a.btn-white:focus,
body button.btn-white:hover,
body button.btn-white:focus,
body button.btn-white:focus-visible,
body button.btn-white:active {
  background: #fff !important;
  background-color: #fff !important;
  color: var(--c-kv) !important;
  -webkit-text-fill-color: var(--c-kv);
  border: 2px solid #ffd36a !important;
  filter: none !important;
  transform: none;
  box-shadow: 0 0 0 3px rgba(255, 211, 106, 0.45);
}
.btn-ghost {
  background: transparent;
  color: var(--c-white) !important;
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.w-full, .w-100 { width: 100%; }

/* Sections */
.main {
  background: transparent;
  flex: 1 0 auto;
  width: 100%;
  text-align: left;
}
.section { position: relative; }
.header-section h1,
.header-section h2 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.12;
  margin: 0 0 1.2rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-white) !important;
}
.section.ganhadores .header-section h1,
.section.ganhadores .header-section h2 {
  color: var(--c-orange1) !important;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 11px #ffa100;
  margin: 0 auto 4rem;
}
.header-section h3,
.header-section .lead {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 2.8rem;
  color: rgba(255, 255, 255, 0.92) !important;
}
.section.cadastro .header-section h2 {
  font-weight: 900;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

/* Hero — 3 KVs com troca por classe (desktop) */
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-h));
  background-color: var(--c-kv);
}
.hero::after {
  display: none;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--c-kv) 0%,
    rgba(6, 58, 140, 0.94) 18%,
    rgba(6, 58, 140, 0.62) 32%,
    rgba(6, 58, 140, 0.22) 44%,
    rgba(6, 58, 140, 0) 58%
  );
}
.hero__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  z-index: 0;
  transform: translate3d(4rem, 0, 0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero__slide.is-on {
  opacity: 1;
  z-index: 1;
  transform: none;
}
.hero__slide picture,
.hero__slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.hero__slide picture.hero__bloom {
  display: none;
}
.hero__slide img {
  object-fit: cover;
  object-position: right center;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 10%,
    rgba(0, 0, 0, 0.65) 22%,
    #000 40%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 10%,
    rgba(0, 0, 0, 0.65) 22%,
    #000 40%
  );
}
@media (min-width: 992px) {
  .hero {
    min-height: 0;
    width: min(100%, calc((100vh - var(--header-h)) * 1366 / 693));
    aspect-ratio: 1366 / 693;
    margin-inline: auto;
  }
  .hero__stage {
    inset: 0;
    width: auto;
    max-width: none;
    margin: 0;
  }
  .hero__slide img {
    object-fit: contain;
    object-position: right center;
  }
  .hero__slide--1 img {
    transform: translateX(16%);
  }
  .hero__slide--3 img {
    transform: translateX(5%);
  }
}
.hero__panels {
  display: grid;
}
.hero__panel {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 1.2rem, 0);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.55s;
}
.hero__panel:not(.is-on) * {
  visibility: hidden;
}
.hero__panel.is-on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  z-index: 1;
}
.hero__seq {
  display: flex;
  gap: 0.7rem;
  flex: 1;
  min-width: 0;
}
.hero__controls {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: min(32rem, 100%);
  margin-top: 2.4rem;
}
.hero__nav-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem !important;
  min-height: 4.4rem !important;
  margin: 0;
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 50%;
  background: rgba(4, 44, 107, 0.45) !important;
  color: var(--c-white) !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  cursor: pointer;
}
.hero__nav-btn:hover,
.hero__nav-btn:focus,
.hero__nav-btn:focus-visible,
.hero__nav-btn:active {
  background: var(--c-orange1) !important;
  border-color: var(--c-orange1) !important;
  color: var(--c-white) !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}
.hero__nav-btn:focus-visible {
  outline: 3px solid #ffd36a;
  outline-offset: 3px;
}
.hero__seq-bar {
  display: block;
  flex: 1;
  height: 4px !important;
  min-height: 4px !important;
  margin: 0;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22) !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  cursor: pointer;
}
.hero__seq-bar:hover,
.hero__seq-bar:focus,
.hero__seq-bar:focus-visible,
.hero__seq-bar:active {
  background: rgba(255, 255, 255, 0.34) !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}
.hero__seq-bar > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--c-orange1);
  transform: scaleX(0);
  transform-origin: left center;
}
.hero__seq-bar.is-on > span {
  animation: hero-seq-fill 5s linear forwards;
}
@keyframes hero-seq-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__slide,
  .hero__panel {
    transition: none;
  }
  .hero__seq-bar.is-on > span {
    animation: none;
    transform: scaleX(1);
  }
  .hero__bloom img {
    filter: blur(18px) saturate(1.1) brightness(0.82);
    transform: none;
  }
}
.hero .padding {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(32rem, 56rem) 1fr;
  gap: 3rem;
  align-items: center;
  width: min(100%, var(--container));
  margin: 0 auto;
  min-height: 0;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .hero .padding {
    width: calc(1200 / 1366 * 100%);
    height: 100%;
  }
}
.hero__copy {
  position: relative;
  isolation: isolate;
  text-align: left;
  max-width: 50rem;
  padding: 1.2rem 2.4rem 1.6rem 0;
}
.hero__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2.4rem -6rem -2.8rem -3.2rem;
  border-radius: 2.8rem;
  background:
    radial-gradient(90% 80% at 12% 40%, rgba(4, 28, 82, 0.78) 0%, rgba(6, 58, 140, 0.28) 58%, transparent 78%),
    linear-gradient(100deg, rgba(4, 28, 82, 0.62) 0%, rgba(6, 58, 140, 0.2) 62%, transparent 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
  pointer-events: none;
}
.hero__copy,
.hero__copy h1,
.hero__copy h1 span,
.hero__copy .sub,
.hero__copy .cta-text,
.hero__copy p {
  color: var(--c-white) !important;
}
.hero__copy h1,
.hero__copy .sub,
.hero__copy .cta-text {
  text-shadow:
    0 0.1rem 0.2rem rgba(3, 11, 56, 0.7),
    0 0.4rem 1.6rem rgba(3, 11, 56, 0.55),
    0 1.2rem 3.6rem rgba(4, 28, 82, 0.8);
}
.hero__copy h1 {
  font-size: clamp(2.8rem, 3.8vw, 4.8rem);
  font-weight: 900;
  line-height: 1.06;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}
.hero__copy h1 span {
  display: block;
  white-space: nowrap;
}
.hero__panel--1 h1,
.hero__panel--3 h1 {
  white-space: normal;
}
.hero__copy .sub {
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 1.4rem;
}
.hero__copy .cta-text {
  font-size: clamp(1.9rem, 2.2vw, 2.3rem);
  line-height: 1.5;
  max-width: 46rem;
  margin: 0 0 2.8rem;
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.4rem;
  margin-top: 2.8rem;
  padding: 0 2.8rem;
  font-size: 1.7rem;
  font-weight: 800;
}
.hero__pix {
  font-family: var(--font-display);
  color: var(--c-orange1) !important;
  letter-spacing: -0.02em;
  text-shadow:
    0 0.1rem 0.2rem rgba(3, 11, 56, 0.75),
    0 0.6rem 1.8rem rgba(3, 11, 56, 0.55);
}
.hero__media {
  display: none;
}
@media (max-width: 991px) {
  .hero {
    display: block;
    width: 100%;
    height: calc(100vh - var(--header-offset));
    height: calc(100dvh - var(--header-offset));
    min-height: 0;
    overflow: hidden;
    background-color: var(--c-kv);
    background-image: none;
    padding-bottom: 0;
    touch-action: pan-y;
  }
  .hero::after,
  .hero::before {
    display: none;
  }
  .hero__stage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: unset;
    margin: 0;
    overflow: hidden;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
  }
  .hero__slide,
  .hero__slide img {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero__slide picture.hero__bloom {
    display: none !important;
  }
  .hero__frame {
    z-index: 1;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero__frame img {
    object-fit: cover;
    object-position: center 22%;
    filter: none;
    transform: none;
  }
  .main .hero.section .padding {
    position: absolute;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    grid-template-columns: none;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 1.4rem 1.4rem calc(7.2rem + env(safe-area-inset-bottom, 0px));
    text-align: center;
    background: transparent;
    pointer-events: none;
  }
  .hero__copy {
    pointer-events: auto;
    isolation: auto;
    text-align: center;
    margin: 0;
    max-width: none;
    padding: 1.35rem 1.5rem 1.25rem;
    border-radius: 2rem;
    background: rgba(4, 22, 64, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
      0 1rem 2.8rem rgba(3, 11, 56, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    backdrop-filter: blur(18px) saturate(1.4);
  }
  .hero__copy::before {
    display: none;
  }
  .hero__copy h1,
  .hero__copy .sub,
  .hero__copy .cta-text {
    text-shadow: 0 0.12rem 0.8rem rgba(3, 11, 56, 0.45);
  }
  .hero__copy h1 {
    font-size: clamp(1.8rem, 5vw, 2.3rem);
    line-height: 1.14;
    margin-bottom: 0.4rem;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero__copy h1 span {
    white-space: normal;
  }
  .hero__copy .sub {
    font-size: clamp(1.35rem, 3.8vw, 1.65rem);
    margin-bottom: 0;
  }
  .hero__copy .cta-text {
    display: none;
  }
  .hero__cta {
    display: inline-flex;
    width: min(100%, 28rem);
    margin: 1.2rem auto 0;
    min-height: 4.6rem;
    padding: 0 2rem;
    font-size: 1.5rem;
  }
  .hero__controls {
    width: 100%;
    margin: 1.1rem auto 0;
    gap: 0;
    justify-content: center;
  }
  .hero__nav-btn {
    display: none !important;
  }
  .hero__seq {
    flex: 0 0 auto;
    width: 7.2rem;
    max-width: 7.2rem;
    gap: 0.45rem;
  }
  .hero__seq-bar {
    height: 2px !important;
    min-height: 2px !important;
    background: rgba(255, 255, 255, 0.28) !important;
  }
  .hero__media {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .cta-float {
    display: none !important;
  }
}

.cta-float {
  position: fixed;
  z-index: 230;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  padding: 0.8rem 2.4rem;
  border-radius: 999px;
  background: var(--c-orange1) !important;
  color: var(--c-white) !important;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.8rem 2.4rem rgba(255, 119, 0, 0.42);
  left: max(2.4rem, env(safe-area-inset-left));
  bottom: max(2.4rem, env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.2rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cta-float.is-on {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.cta-float:hover,
.cta-float:focus-visible {
  background: var(--c-orange2) !important;
  color: var(--c-white) !important;
  filter: none;
}
.cta-float:focus-visible {
  outline: 3px solid #ffd36a;
  outline-offset: 3px;
}
@media (max-width: 991px) {
  .cta-float {
    left: 50%;
    right: auto;
    width: min(26rem, calc(100vw - 12.4rem));
    bottom: calc(1.8rem + env(safe-area-inset-bottom, 0px));
    transform: translate(-50%, 1.2rem);
  }
  .cta-float.is-on {
    transform: translate(-50%, 0);
  }
  body:has(.cta-float.is-on) .footer {
    padding-bottom: 8.8rem;
  }
  body[data-page="inicio"]:has(.cta-float.is-on) .how {
    padding-bottom: 2.4rem;
  }
  body[data-page="inicio"]:has(.cta-float.is-on) .benefits .padding {
    padding-bottom: calc(9.2rem + env(safe-area-inset-bottom, 0px));
  }
  body:has(.energisa-cookies:not([hidden])) .cta-float {
    opacity: 0;
    pointer-events: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cta-float,
  .cta-float.is-on {
    transition: none;
    transform: none;
  }
  @media (max-width: 991px) {
    .cta-float,
    .cta-float.is-on {
      transform: translate(-50%, 0);
    }
  }
}

/* Cards / steps */
.section-block {
  background: linear-gradient(180deg, rgba(4, 44, 107, 0.55), rgba(6, 58, 140, 0.88));
}

.how {
  padding-top: 0;
  padding-bottom: 0;
  background: radial-gradient(120% 80% at 78% 18%, rgba(255, 119, 0, 0.16), transparent 46%), var(--c-kv);
}
.how .padding {
  padding-top: 6.4rem;
  padding-bottom: 7.2rem;
}
.how__head {
  max-width: 72rem;
  margin: 0 0 4rem;
  text-align: left;
}
.how__kicker {
  margin: 0 0 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-orange1) !important;
}
.header-section .how__kicker {
  text-align: center;
}
.how__head h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5.4vw, 6.4rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: none;
  text-align: left;
  color: var(--c-white) !important;
}
.how__head h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.55) !important;
}
.how__board {
  display: grid;
  grid-template-columns: minmax(24rem, 32rem) minmax(0, 1fr);
  gap: 4.8rem 6.4rem;
  align-items: center;
}
.how__pin {
  display: contents;
}
.how__device {
  display: flex;
  justify-content: center;
}
.how__phone {
  position: relative;
  width: min(34rem, 100%);
  aspect-ratio: 945 / 1665;
  filter: drop-shadow(0 2.8rem 4.8rem rgba(3, 11, 56, 0.5));
}
.how__bezel {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.how__screen {
  position: absolute;
  top: 4.02%;
  right: 14.5%;
  bottom: 3.66%;
  left: 14.5%;
  z-index: 1;
  overflow: hidden;
  border-radius: 12% / 5.4%;
  background: #031433;
}
.how__scene {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.4rem 2.2rem 2.8rem;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 1.6rem, 0) scale(0.96);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.45s;
}
.how__scene.is-on {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.how__ui-kicker {
  margin: 0 0 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55) !important;
}
.how__ui-title {
  margin: 0 0 1.8rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  color: var(--c-white) !important;
}
.how__ui-note {
  margin: 1.6rem 0 0;
  font-size: 1.35rem;
  line-height: 1.35;
  text-align: center;
  color: rgba(255, 255, 255, 0.7) !important;
}
.how__ui-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1.2rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}
.how__ui-field span {
  white-space: nowrap;
  flex: 0 0 auto;
}
.how__ui-field i {
  width: 0.8rem;
  height: 1.6rem;
  background: var(--c-orange1);
  animation: how-caret 1s steps(1) infinite;
}
@keyframes how-caret {
  50% { opacity: 0; }
}
.how__ui-cta {
  width: 100%;
  margin-top: 1.4rem;
  padding: 1.2rem;
  border-radius: 999px;
  background: var(--c-orange1);
  color: var(--c-white) !important;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
}
.how__ui-pix {
  display: grid;
  place-items: center;
  width: 9.6rem;
  height: 9.6rem;
  margin-bottom: 1.6rem;
  border-radius: 2.4rem;
  background: linear-gradient(160deg, #00bdae, var(--c-orange1));
  color: var(--c-white) !important;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 1.6rem 3.2rem rgba(255, 119, 0, 0.28);
}
.how__scene--cam {
  background: radial-gradient(circle at 50% 42%, rgba(255, 119, 0, 0.16), transparent 42%);
}
.how__finder {
  position: relative;
  width: 16rem;
  height: 16rem;
}
.how__finder b {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border: 3px solid var(--c-orange1);
}
.how__finder b:nth-child(1) { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.how__finder b:nth-child(2) { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.how__finder b:nth-child(3) { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.how__finder b:nth-child(4) { bottom: 0; right: 0; border-left: 0; border-top: 0; }
.how__qr {
  position: absolute;
  inset: 2.2rem;
  overflow: hidden;
  border-radius: 0.6rem;
  background: #ff7700;
}
.how__qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how__check {
  width: 7.2rem;
  height: 7.2rem;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  background: var(--c-orange1);
  box-shadow: 0 0 0 1.2rem rgba(255, 119, 0, 0.16);
}
.how__check::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 1.2rem;
  margin: 2.6rem auto 0;
  border-left: 0.35rem solid #fff;
  border-bottom: 0.35rem solid #fff;
  transform: rotate(-45deg);
}
.how__track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 119, 0, 0.45) transparent;
}
.how__card {
  display: block !important;
  margin: 0;
}
.how__tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 18rem;
  height: auto !important;
  margin: 0;
  padding: 2.2rem 2rem 2rem !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.04) !important;
  text-align: left;
  cursor: pointer;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.how__tab:hover,
.how__tab:focus,
.how__tab:focus-visible,
.how__tab:active {
  background: rgba(255, 255, 255, 0.07) !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}
.how__card.is-on .how__tab {
  border-color: rgba(255, 119, 0, 0.85) !important;
  background: linear-gradient(180deg, rgba(255, 119, 0, 0.16), rgba(255, 255, 255, 0.04)) !important;
  box-shadow: 0 1.6rem 3.2rem rgba(255, 119, 0, 0.12) !important;
}
.how__tab:focus-visible {
  outline: 3px solid #ffd36a;
  outline-offset: 4px;
}
.how__num {
  display: block;
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.42) !important;
}
.how__card.is-on .how__num {
  color: var(--c-orange1) !important;
}
.how__name {
  display: block;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.78) !important;
}
.how__card.is-on .how__name {
  color: var(--c-white) !important;
}
.how__desc {
  display: block;
  margin: 0.8rem 0 0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62) !important;
}
.how__carousel {
  display: none;
}
@media (max-width: 991px) {
  .how .padding {
    padding-top: 4.8rem;
    padding-bottom: 5.6rem;
  }
  .how__head {
    margin-bottom: 2.8rem;
  }
  .how__head h2 {
    font-size: clamp(3.2rem, 11vw, 4.4rem);
  }
  .how__board {
    display: none;
  }
  .how__carousel {
    display: block;
  }
  .how__slides {
    display: flex;
    gap: 1.2rem;
    margin: 0;
    padding: 0.4rem 0 1.6rem;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .how__slides::-webkit-scrollbar {
    display: none;
  }
  .how__slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-snap-align: start;
    padding: 2.8rem 2rem 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
  }
  .how__slide-phone {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .how__phone--mini {
    width: min(19rem, 56vw);
  }
  /* Scene UI mockup was tuned for a ~26-34rem phone; scale it down for the mini carousel phone. */
  .how__phone--mini .how__scene {
    padding: 4rem 1.4rem 1.8rem;
  }
  .how__phone--mini .how__ui-kicker {
    margin-bottom: 0.75rem;
    font-size: 0.7rem;
  }
  .how__phone--mini .how__ui-title {
    margin-bottom: 1.1rem;
    font-size: 1.25rem;
  }
  .how__phone--mini .how__ui-note {
    margin-top: 1rem;
    font-size: 0.85rem;
  }
  .how__phone--mini .how__ui-field {
    padding: 0.75rem 0.6rem;
    border-radius: 0.75rem;
    font-size: 0.8rem;
  }
  .how__phone--mini .how__ui-field i {
    width: 0.5rem;
    height: 1rem;
  }
  .how__phone--mini .how__ui-cta {
    margin-top: 0.85rem;
    padding: 0.75rem;
    font-size: 0.85rem;
  }
  .how__phone--mini .how__ui-pix {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
    border-radius: 1.5rem;
    font-size: 1.35rem;
  }
  .how__phone--mini .how__finder {
    width: 9.6rem;
    height: 9.6rem;
  }
  .how__phone--mini .how__finder b {
    width: 1.35rem;
    height: 1.35rem;
    border-width: 2px;
  }
  .how__phone--mini .how__qr {
    inset: 1.35rem;
  }
  .how__phone--mini .how__check {
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 0 0.75rem rgba(255, 119, 0, 0.16);
  }
  .how__phone--mini .how__check::after {
    width: 1.35rem;
    height: 0.75rem;
    margin-top: 1.6rem;
    border-width: 0.22rem;
  }
  .how__slide-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .how__slide .how__num {
    margin-bottom: 1rem;
    color: var(--c-orange1) !important;
  }
  .how__slide .how__name {
    font-size: 2.2rem;
  }
  .how__slide .how__desc {
    margin-top: 0.8rem;
    font-size: 1.45rem;
  }
  .how__progress {
    display: flex;
    gap: 0.8rem;
    width: min(24rem, 82%);
    margin: 0 auto;
  }
  .how__progress-bar {
    flex: 1;
    height: 4px !important;
    min-height: 4px !important;
    margin: 0;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.22) !important;
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
    cursor: pointer;
  }
  .how__progress-bar > span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    background: transparent;
    transition: background 0.3s ease;
  }
  .how__progress-bar.is-on > span {
    background: var(--c-orange1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .how__scene,
  .how__tab,
  .how__ui-field i {
    transition: none;
    animation: none;
  }
}

.benefits .padding {
  padding-top: 7.2rem;
  padding-bottom: 8rem;
}
.benefits__head {
  margin-bottom: 1.2rem;
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.benefits.is-ready .benefits__head {
  opacity: 1;
  transform: none;
}
.benefits-list {
  --mx: 50%;
  --my: 20%;
  --live: 0;
  position: relative;
  max-width: 96rem;
  margin: 0 auto;
  padding-left: 2.4rem;
  overflow: hidden;
}
.benefits-list::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(32rem 20rem at var(--mx) var(--my), rgba(255, 119, 0, 0.12), transparent 68%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.benefits-list.is-hot::before {
  opacity: 1;
}
.benefits-list::after {
  content: "";
  position: absolute;
  left: 2.4rem;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 119, 0, 0.55), rgba(255, 255, 255, 0.22) 28%, rgba(255, 255, 255, 0.16));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.benefits.is-ready .benefits-list::after {
  transform: scaleX(1);
}
.benefits-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  pointer-events: none;
}
.benefits-rail i {
  position: absolute;
  left: 50%;
  top: 0;
  width: 6px;
  height: 5.6rem;
  border-radius: 99px;
  background: var(--c-orange1);
  box-shadow: 0 0 14px rgba(255, 119, 0, 0.55);
  transform: translate(-50%, var(--live-y, 0px));
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.benefit-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, 28%) 1fr;
  gap: 2.4rem 4rem;
  align-items: baseline;
  padding: 3.6rem 0 3.6rem 0.8rem;
  background: transparent;
}
.benefit-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--i) * 0.12s + 0.18s), background-color 0.35s ease;
}
.benefit-row.is-in::after {
  transform: scaleX(1);
}
.benefit-row.is-live::after {
  background: rgba(255, 119, 0, 0.5);
}
.benefit-row__label {
  min-width: 0;
}
.benefit-row__idx {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.42) !important;
  opacity: 0;
  transform: translateY(0.6rem);
  transition: opacity 0.5s ease calc(var(--i) * 0.12s), transform 0.5s ease calc(var(--i) * 0.12s), color 0.35s ease;
}
.benefit-row.is-in .benefit-row__idx {
  opacity: 1;
  transform: none;
}
.benefit-row.is-live .benefit-row__idx {
  color: var(--c-orange1) !important;
}
.benefit-row h3 {
  margin: 0;
  overflow: hidden;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: var(--c-orange1) !important;
  transition: opacity 0.35s ease;
}
.benefit-row h3 span {
  display: inline-block;
  color: var(--c-orange1) !important;
  transform: translateY(115%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--i) * 0.12s + 0.08s), letter-spacing 0.4s ease, text-shadow 0.4s ease;
}
.benefit-row.is-in h3 span {
  transform: none;
}
.benefit-row.is-live h3 span {
  letter-spacing: -0.045em;
  text-shadow: 0 0 22px rgba(255, 119, 0, 0.35);
}
.benefit-row p {
  margin: 0;
  max-width: 58rem;
  font-size: 1.8rem;
  line-height: 1.45;
  color: var(--c-white) !important;
  opacity: 0;
  transform: translateX(1.6rem);
  transition: opacity 0.7s ease calc(var(--i) * 0.12s + 0.16s), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--i) * 0.12s + 0.16s), color 0.35s ease;
}
.benefit-row.is-in p {
  opacity: 0.78;
  transform: none;
}
.benefit-row.is-live p {
  opacity: 1;
}
.benefits-list.has-live .benefit-row:not(.is-live) p {
  opacity: 0.52;
}
.benefits-list.has-live .benefit-row:not(.is-live) h3 {
  opacity: 0.72;
}
@media (hover: hover) and (pointer: fine) {
  .benefit-row {
    cursor: default;
  }
}
@media (prefers-reduced-motion: reduce) {
  .benefits__head,
  .benefits-list::after,
  .benefits-rail i,
  .benefit-row::after,
  .benefit-row__idx,
  .benefit-row h3 span,
  .benefit-row p {
    transition: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
  .benefits-list::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .benefits .padding {
    padding-top: 5.6rem;
    padding-bottom: 6.4rem;
  }
  .benefits-list {
    padding-left: 1.6rem;
    overflow: visible;
  }
  .benefits-list::after {
    left: 1.6rem;
  }
  .benefits-list::before {
    display: none;
  }
  .benefit-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 2.4rem 0 2.4rem 0.4rem;
  }
  .benefit-row h3 {
    font-size: clamp(2.4rem, 8vw, 3.2rem);
  }
  .benefit-row p {
    font-size: 1.55rem;
    transform: translateY(1rem);
  }
  .benefits-rail i {
    height: 4.4rem;
  }
}

/* Forms */
.form-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.6rem;
  padding: 2rem;
  backdrop-filter: blur(8px);
}
@keyframes cpf-neon {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 119, 0, 0);
  }
  18% {
    box-shadow:
      0 0 0 3px rgba(255, 119, 0, 0.95),
      0 0 16px 4px rgba(255, 119, 0, 0.65),
      0 0 32px 10px rgba(255, 119, 0, 0.28);
  }
  42% {
    box-shadow:
      0 0 0 2px rgba(255, 119, 0, 0.35),
      0 0 8px 2px rgba(255, 119, 0, 0.2);
  }
  68% {
    box-shadow:
      0 0 0 3px rgba(255, 119, 0, 0.9),
      0 0 18px 5px rgba(255, 119, 0, 0.55),
      0 0 28px 8px rgba(255, 119, 0, 0.22);
  }
}
.form-control.is-neon {
  border: 2px solid #ff7700 !important;
  animation: cpf-neon 1.35s ease-in-out 1;
}
@media (prefers-reduced-motion: reduce) {
  .form-control.is-neon {
    animation: none;
    box-shadow:
      0 0 0 3px rgba(255, 119, 0, 0.85),
      0 0 16px 4px rgba(255, 119, 0, 0.4);
  }
}
.form-control,
select.form-control,
textarea.form-control {
  min-height: 4.8rem;
  border-radius: 0.8rem;
  border: 0;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  color: var(--c-bluedark1) !important;
  background: #fff;
}
.form-control::placeholder { color: #7a8599; }
.page-card .form-control,
.page-card select.form-control,
.page-card textarea.form-control {
  border: 1px solid #d5deea;
  background: #f6f8fc;
  color: var(--c-bluedark1) !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 211, 106, 0.45);
  outline: 0;
}
.page-card .form-control:focus {
  background: #fff;
  border-color: var(--c-kv);
  box-shadow: 0 0 0 0.3rem rgba(6, 58, 140, 0.18);
}
.page-card .form-control[readonly] {
  background: #eef2f8;
  color: var(--c-kv) !important;
  font-weight: 600;
}
label.error {
  color: #ffd36a;
  font-size: 1.3rem;
  display: block;
  margin: -0.6rem 0 1rem;
}
.page-card label.error,
.page-card [class*="vld-"] + label.error,
.page-card [class*="vld-"] + .error,
.form-field label.error,
.form-field [class*="vld-"] + .error {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: #c01010 !important;
  font-size: 1.35rem !important;
  line-height: 1.4 !important;
  font-weight: 700;
  padding: 0.9rem 1.4rem;
  border-radius: 0 0 1.2rem 1.2rem;
  margin: 0.4rem 0 1.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.4rem;
  align-items: start;
}
.form-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.form-field > label {
  display: block;
  min-height: 2rem;
  margin: 0 0 0.8rem;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--c-kv) !important;
}
.form-field .form-control,
.form-field .form-control-preenchido {
  width: 100%;
  height: 5.2rem;
  min-height: 5.2rem;
  margin: 0;
  padding: 0 1.6rem;
  border-radius: 1.2rem;
}
.form-field .error,
.form-field label.error {
  min-height: 1.8rem;
  margin: 0.6rem 0 0;
  line-height: 1.3;
}

.section.cadastro .form-card label.error,
body .section.cadastro .form-card label.error,
.section.cadastro .form-card .error {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: #c01010 !important;
  background-color: #c01010 !important;
  font-size: 1.35rem !important;
  line-height: 1.4 !important;
  font-weight: 700;
  padding: 0.9rem 1.4rem;
  border-radius: 0 0 1.2rem 1.2rem;
  margin: 0.4rem 0 1.2rem;
  display: block;
  border-left: 2px solid #c01010 !important;
  border-right: 2px solid #c01010 !important;
  border-bottom: 2px solid #c01010 !important;
}
body .section.cadastro .form-card label.error * {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.section.cadastro .form-card .form-control.is-invalid,
.section.cadastro .form-card .form-control.has-error {
  border: 2px solid #c01010 !important;
  background: #fff5f5;
  box-shadow: 0 0 0 0.3rem rgba(192, 16, 16, 0.18);
  animation: input-shake 0.4s ease-in-out 1;
}
@keyframes input-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}
@media (prefers-reduced-motion: reduce) {
  .section.cadastro .form-card .form-control.is-invalid,
  .section.cadastro .form-card .form-control.has-error {
    animation: none;
  }
}
.section.cadastro .form-card .form-error-alert,
body .section.cadastro .form-card .form-error-alert {
  background: #fff0f0 !important;
  background-color: #fff0f0 !important;
  border: 2px solid #c01010 !important;
  border-radius: 1.4rem;
  padding: 1.2rem 1.4rem 1.2rem 5.2rem !important;
  margin-bottom: 1.6rem !important;
  position: relative;
  box-shadow: 0 0.8rem 2rem rgba(192, 16, 16, 0.18) !important;
  color: #7a0606 !important;
  -webkit-text-fill-color: #7a0606;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}
body .section.cadastro .form-card .form-error-alert * {
  color: #7a0606 !important;
  -webkit-text-fill-color: #7a0606;
}
body .section.cadastro .form-card .form-error-alert span,
body .section.cadastro .form-card .form-error-alert p,
body .section.cadastro .form-card .form-error-alert div,
body .section.cadastro .form-card .form-error-alert .form-error-alert__text {
  color: #7a0606 !important;
  -webkit-text-fill-color: #7a0606;
}
body .section.cadastro .form-card .form-error-alert .form-error-alert__icon,
.section.cadastro .form-card .form-error-alert__icon {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff3838, #c01010) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.4rem 1rem rgba(192, 16, 16, 0.38) !important;
  border: 2px solid #fff;
}
body .section.cadastro .form-card .form-error-alert__icon::before,
.section.cadastro .form-card .form-error-alert__icon::before {
  content: "!";
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  font-family: var(--font-body), Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.page-card .float-placeholder {
  display: none !important;
}
.consent-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 0.8rem;
}
.page-card .form-check {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1.2rem;
  row-gap: 0.6rem;
  align-items: start;
  margin: 0;
  padding: 1.6rem 1.8rem;
  border: 1px solid #e4ebf4;
  border-radius: 1.2rem;
  background: #f8fafd;
  text-align: left;
  font-size: 1.45rem;
}
.page-card .form-check-input,
.page-card .form-check-input.error,
.page-card .form-check-input.is-invalid {
  grid-column: 1;
  grid-row: 1;
  width: 1.8rem !important;
  height: 1.8rem !important;
  min-width: 1.8rem;
  min-height: 1.8rem;
  margin: 0.25rem 0 0;
  padding: 0 !important;
  float: none;
  position: relative;
  flex-shrink: 0;
  display: inline-block !important;
  vertical-align: top;
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: var(--c-orange1);
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #8aa0b8;
  border-radius: 0.3rem;
  box-shadow: none;
  color: inherit !important;
}
.page-card .form-check__copy {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  width: 100%;
}
.page-card .form-check .custom-control-label,
.page-card .form-check label:not(.error) {
  display: block;
  width: 100%;
  max-width: none;
  color: var(--c-black2) !important;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: left;
  background: none !important;
}
.page-card .form-check a {
  color: var(--c-kv) !important;
  font-weight: 700;
}
.page-card .form-check label.error {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
  background: none !important;
}
@media (max-width: 767px) {
  .form-grid { grid-template-columns: 1fr; gap: 1.6rem; }
}

.form-check {
  text-align: left;
  margin: 1.2rem 0;
  font-size: 1.45rem;
}

.formsteps-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
[data-plugin="formsteps"] [data-step]:not(.active) { display: none !important; }
.formsteps-btn-prev,
.formsteps-btn-finish { display: none; }
[data-plugin="formsteps"] [data-step="1"].active ~ .formsteps-buttons .formsteps-btn-next { display: inline-flex; }
[data-plugin="formsteps"] [data-step="2"].active ~ .formsteps-buttons .formsteps-btn-prev,
[data-plugin="formsteps"] [data-step="2"].active ~ .formsteps-buttons .formsteps-btn-finish { display: inline-flex; }
[data-plugin="formsteps"] [data-step="2"].active ~ .formsteps-buttons .formsteps-btn-next { display: none !important; }

/* Pages */
.page-shell {
  background: linear-gradient(180deg, var(--c-kv-deep) 0%, var(--c-kv) 100%);
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.page-shell .padding {
  padding-top: 5.6rem;
  padding-bottom: 6.4rem;
}

/* Cadastro sucesso */
.sucesso-shell {
  position: relative;
  isolation: isolate;
  background: #03143a;
  overflow: hidden;
}
.sucesso-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/sucesso/sucesso-bg.webp") center center / cover no-repeat;
}
.sucesso-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 16, 52, 0.38) 0%, rgba(3, 16, 52, 0.55) 48%, rgba(3, 14, 46, 0.7) 100%),
    radial-gradient(ellipse at 32% 42%, rgba(3, 22, 70, 0.12), rgba(3, 14, 46, 0.5) 72%);
}
.sucesso-shell .section,
.sucesso-shell .padding {
  position: relative;
  z-index: 2;
}
.sucesso-shell .padding {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - var(--header-h) - 18rem);
  padding-top: 6.4rem;
  padding-bottom: 7.2rem;
}
.sucesso-card {
  width: min(62rem, 100%);
  margin: 0 auto;
  padding: 4.8rem 4.4rem 4.2rem;
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 2.8rem 6.4rem rgba(0, 8, 32, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.62);
  text-align: center;
}
.sucesso-card,
.sucesso-card p,
.sucesso-card span,
.sucesso-card strong {
  color: var(--c-black2) !important;
}
.sucesso-card__icon {
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 1.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff6ea, #ffe3c2);
  color: var(--c-orange1);
  font-size: 3.2rem;
  box-shadow: 0 0.8rem 2.4rem rgba(255, 119, 0, 0.22);
}
.sucesso-card__icon i { color: var(--c-orange1) !important; }
.sucesso-card__kicker {
  margin: 0 0 0.8rem;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-kv) !important;
}
.sucesso-card h1 {
  margin: 0 0 1.6rem;
  font-size: clamp(2.4rem, 3.4vw, 3.4rem);
  line-height: 1.15;
  font-weight: 800;
  color: var(--c-kv) !important;
  text-transform: none;
}
.sucesso-card__lead {
  margin: 0 0 1.4rem;
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--c-bluedark1) !important;
}
.sucesso-card p {
  margin: 0 0 1.2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.sucesso-card a:not(.btn) {
  color: var(--c-kv) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sucesso-card__note {
  opacity: 0.86;
  font-size: 1.38rem !important;
}
.sucesso-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.8rem;
}
@media (max-width: 575px) {
  .sucesso-card {
    padding: 3.2rem 2.2rem 2.8rem;
    border-radius: 1.8rem;
  }
  .sucesso-card__actions { flex-direction: column; align-items: stretch; }
  .sucesso-card__actions .btn { width: 100%; }
}
.page-card {
  background: var(--c-white);
  color: var(--c-bluedark1) !important;
  border-radius: 1.6rem;
  padding: 3.6rem 3.2rem;
  box-shadow: var(--shadow);
  text-align: left;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
.section.cadastro .page-card {
  max-width: 78rem;
  padding: 4.2rem 4rem;
  border-radius: 2rem;
}
.page-card,
.page-card p,
.page-card span,
.page-card strong,
.page-card td,
.page-card th,
.page-card li,
.page-card div,
.page-card label {
  color: var(--c-black2) !important;
}
.page-card h1,
.page-card h2,
.page-card h3,
.page-card .header-section h1,
.page-card .header-section h2 {
  color: var(--c-kv) !important;
  text-align: center;
}
.page-card .header-section .lead {
  color: var(--c-black2) !important;
  text-align: center;
  font-weight: 400;
}
.page-card a:not(.btn) {
  color: var(--c-kv) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-card .btn-cta,
.page-card a.btn-cta {
  color: var(--c-white) !important;
}
.page-card .btn-white,
.page-card .btn-white:hover,
.page-card .btn-white:focus {
  background: #eef3fb !important;
  color: var(--c-kv) !important;
  border: 2px solid var(--c-kv) !important;
}
.page-card .mt-30 .btn + .btn { margin-left: 0.8rem; }
@media (max-width: 575px) {
  .page-card .mt-30 .btn + .btn { margin-left: 0; margin-top: 0.8rem; }
  .page-card .mt-30 { display: flex; flex-direction: column; align-items: center; }
}
.page-note {
  background: #eef6ff;
  border-left: 4px solid var(--c-orange1);
  padding: 1.6rem 1.8rem;
  border-radius: 0.8rem;
  margin-bottom: 2.4rem;
  color: var(--c-bluedark1) !important;
}
.page-note strong { color: var(--c-kv) !important; }
.page-note {
  background: #eef6ff;
  border-left: 4px solid var(--c-orange1);
  padding: 1.6rem 1.8rem;
  border-radius: 0.8rem;
  margin-bottom: 2.4rem;
  color: var(--c-bluedark1) !important;
}
.page-note strong { color: var(--c-kv) !important; }

/* Tables / tabs */
.tab { display: none; }
.tab.active { display: block; }
.tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.tab-btn .btn,
.tab-btn a.btn,
.tab-btn button.btn {
  min-height: auto;
  height: auto;
  padding: 1.1rem 2rem 1.2rem;
  border-radius: 0.4rem !important;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--c-white) !important;
  color: var(--c-bluedark1) !important;
  border: 1px solid var(--c-white) !important;
  margin: 0;
  box-shadow: none;
}
.tab-btn .btn:hover,
.tab-btn .btn:focus {
  background: var(--c-white) !important;
  color: var(--c-bluedark1) !important;
  border-color: var(--c-white) !important;
  box-shadow: 0 -1px 14px 0 rgb(255 255 255);
  transform: none;
  filter: none;
}
.tab-btn .btn.active,
.tab-btn .btn.active:hover,
.tab-btn .btn.active:focus {
  background: var(--c-orange1) !important;
  color: var(--c-white) !important;
  border-color: var(--c-orange1) !important;
  box-shadow: 0 -1px 14px 0 rgb(255 119 0);
}
@media (max-width: 991px) {
  .section.ganhadores .content-section > .tab-btn,
  .section.ganhadores .tab > .tab-btn {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 0.4rem;
    gap: 0.4rem;
  }
  .section.ganhadores .content-section > .tab-btn {
    flex-wrap: nowrap;
  }
  .section.ganhadores .tab > .tab-btn {
    flex-wrap: wrap;
    border-radius: 1.6rem;
  }
  .section.ganhadores .tab-btn .btn {
    width: auto;
    flex: 1 1 0;
    border-radius: 999px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none;
    font-size: 1.22rem;
    padding: 1rem 0.8rem 1.1rem;
  }
  .section.ganhadores .tab-btn .btn.active,
  .section.ganhadores .tab-btn .btn.active:hover,
  .section.ganhadores .tab-btn .btn.active:focus {
    background: var(--c-orange1) !important;
    color: #fff !important;
    box-shadow: 0 0.4rem 1.2rem rgba(255, 119, 0, 0.35);
  }
}
.table {
  width: 100%;
  background: var(--c-white);
  color: var(--c-black2) !important;
}
.table td, .table th {
  padding: 1.2rem;
  vertical-align: middle;
  color: var(--c-black2) !important;
}
.title-table-mobile { display: none; font-weight: 700; color: var(--c-kv) !important; }

/* Ganhadores — Referência 01 */
.section.ganhadores .content-section { width: 100%; margin: 0 auto; }
.section.ganhadores .letras-hint {
  text-align: center;
  color: var(--c-white) !important;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
}
.section.ganhadores .letras {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.2rem;
  max-width: 58rem;
  margin: 0 auto 3rem;
}
.section.ganhadores .letras .btn,
.section.ganhadores .letras .btn:hover,
.section.ganhadores .letras .btn:focus {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  padding: 0;
  border-radius: 100px !important;
  background: transparent !important;
  color: var(--c-white) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.72) !important;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  transform: none;
  filter: none;
}
.section.ganhadores .letras .btn.active {
  background: var(--c-orange1) !important;
  color: var(--c-white) !important;
  border-color: var(--c-orange1) !important;
}
.section.ganhadores .letras .btn:disabled,
.section.ganhadores .letras .btn.disabled {
  opacity: 1;
  color: #ffffff50 !important;
  border: 2px solid #ffffff70 !important;
  background: var(--c-bluedark2) !important;
  cursor: not-allowed;
}
.section.ganhadores .ganhadores-unique {
  max-width: 92rem;
  margin: 0 auto;
}
.section.ganhadores .table-unique {
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.section.ganhadores .table-unique td {
  padding: 2rem 4rem !important;
  text-align: left;
  background: #fff;
  color: var(--c-black2) !important;
  border: 0;
  width: 25%;
  height: auto !important;
  vertical-align: middle !important;
}
.section.ganhadores .table-unique .title-table-desktop {
  color: #6c757d !important;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.section.ganhadores .table-unique .filter-result,
.section.ganhadores .table-unique .filter-result2 {
  color: var(--c-orange1) !important;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.15;
}
.section.ganhadores .ganhadores-vales {
  max-width: 92rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #fff;
}
.section.ganhadores .ganhadores-vales .table {
  width: 100%;
  margin: 0;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
}
.section.ganhadores .table:not(.table-unique) {
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.section.ganhadores .table thead th,
.section.ganhadores .table .thead-dark th {
  background: var(--c-orange1) !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 1.6rem;
  padding: 1.8rem 2rem !important;
  border: 0 !important;
  text-align: center;
  text-transform: none;
}
.section.ganhadores .table thead th:first-child {
  border-top-left-radius: 0.8rem;
}
.section.ganhadores .table thead th:last-child {
  border-top-right-radius: 0.8rem;
}
.section.ganhadores .table:not(.table-unique) tbody td {
  background: #fff;
  color: var(--c-black2) !important;
  padding: 1.8rem 2rem;
  border: 0;
  border-bottom: 1px solid #313131;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
.section.ganhadores .ganhadores-vales tbody tr:last-child td {
  border-bottom: 0;
}
.section.ganhadores .table:not(.table-unique) .filter-result {
  color: var(--c-black2) !important;
  font-weight: 400;
  font-size: 1.5rem;
}
.section.ganhadores .no-results {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--c-bluedark1) !important;
  background: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .section.ganhadores {
    padding-bottom: 2rem;
  }
  .section.ganhadores .padding {
    padding-bottom: 11rem;
  }
  .section.ganhadores .ganhadores-unique {
    background: transparent;
    overflow: visible;
  }
  .section.ganhadores .ganhadores-vales {
    background: #fff;
    overflow: hidden;
    border-radius: 0.8rem;
  }
  .section.ganhadores .table-unique {
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }
  .table-mobile thead { display: none; }
  .table-mobile tbody {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
  .table-mobile tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 1rem 2.8rem rgba(3, 11, 56, 0.14);
    overflow: hidden;
    position: relative;
  }
  .table-mobile tr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.4rem;
    background: var(--c-orange1);
  }
  .table-mobile td {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: auto !important;
    border: 0;
    border-bottom: 1px solid #eef2f8;
    height: auto !important;
    padding: 1.15rem 1.4rem 1.15rem 1.8rem !important;
    background: transparent !important;
  }
  .table-mobile td:nth-child(odd):last-child,
  .ganhadores-unique .table-mobile td:first-child,
  .ganhadores-unique .table-mobile td:last-child {
    grid-column: 1 / -1;
  }
  .ganhadores-vales .table-mobile thead {
    display: table-header-group;
  }
  .ganhadores-vales .table-mobile th {
    display: table-cell;
    text-align: center;
  }
  .ganhadores-vales .table-mobile {
    display: table;
    width: 100%;
    background: #fff;
  }
  .ganhadores-vales .table-mobile tbody {
    display: table-row-group;
  }
  .ganhadores-vales .table-mobile tr {
    display: table-row;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }
  .ganhadores-vales .table-mobile tr::before {
    display: none;
  }
  .ganhadores-vales .title-table-mobile {
    display: none;
  }
  .ganhadores-unique .table-mobile td:first-child {
    background: #f6f8fc !important;
  }
  .title-table-mobile {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--c-kv) !important;
  }
  .title-table-desktop { display: none; }
  .section.ganhadores .table-unique td {
    padding: 1.15rem 1.4rem 1.15rem 1.8rem !important;
    width: auto;
  }
  .section.ganhadores .table-unique .filter-result,
  .section.ganhadores .table-unique .filter-result2 {
    font-size: 1.7rem;
    color: var(--c-orange1) !important;
  }
  .section.ganhadores .ganhadores-vales .table tbody td {
    display: table-cell;
    width: 33.33% !important;
    height: auto;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #313131;
    padding: 1.4rem 1rem !important;
  }
  .section.ganhadores .ganhadores-vales .filter-result {
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--c-black2) !important;
  }
}

/* FAQ */
.faq-container {
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  margin: 0;
  padding: 1.8rem 0;
  border: 0;
  background: transparent !important;
  color: var(--c-white) !important;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transform: none;
  filter: none;
}
.faq-item__trigger:hover,
.faq-item__trigger:focus,
.faq-item__trigger:focus-visible {
  background: transparent !important;
  color: var(--c-white) !important;
  transform: none;
  filter: none;
}
.faq-item__trigger:focus-visible {
  outline: 3px solid #ffd36a;
  outline-offset: 4px;
  border-radius: 0.8rem;
}
.faq-item__q,
.faq-item__q span,
.faq-numero {
  color: inherit !important;
}
.faq-item__toggle {
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #fff;
  color: var(--c-orange1) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.2rem 0.8rem rgba(3, 11, 56, 0.12);
}
.faq-item__toggle svg {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  transition: transform 0.35s ease;
}
.faq-item.is-open .faq-item__toggle svg {
  transform: rotate(180deg);
}
.faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.faq-item.is-open .faq-item__panel {
  grid-template-rows: 1fr;
}
.faq-item__answer {
  overflow: hidden;
  min-height: 0;
}
.faq-item.is-open .faq-item__answer {
  overflow: visible;
}
.faq-item__answer p {
  margin: 0;
  padding: 0 5.2rem 1.8rem 0;
  color: var(--c-white) !important;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.5;
  background: none;
}
.faq-item__answer p + p {
  padding-top: 0;
}
.faq-compare-wrap {
  padding: 0 5.2rem 2rem 0;
  overflow-x: auto;
}
.faq-compare {
  width: 100%;
  min-width: 48rem;
  border-collapse: collapse;
  background: #fff;
  color: var(--c-bluedark1);
  border-radius: 1.2rem;
  overflow: hidden;
}
.faq-compare th,
.faq-compare td {
  padding: 1.2rem 1.4rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid rgba(6, 58, 140, 0.12);
  color: var(--c-bluedark1) !important;
  background: #fff !important;
}
.faq-compare thead th {
  background: var(--c-orange1) !important;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.faq-compare tbody th {
  width: 18rem;
  font-weight: 700;
  background: rgba(6, 58, 140, 0.06) !important;
  color: var(--c-kv) !important;
}
@media (prefers-reduced-motion: reduce) {
  .faq-item__panel,
  .faq-item__toggle svg {
    transition: none;
  }
}
.painel-busca .form-control { margin-bottom: 0; }
.search-icon {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--c-kv) !important;
}
.search-icon i { color: var(--c-kv) !important; }
.input-group { position: relative; }

/* Footer */
.footer {
  background: var(--c-kv-deep);
  color: var(--c-white);
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  text-align: left;
}
.footer,
.footer a,
.footer p,
.footer span,
.footer strong,
.footer button,
.footer i {
  color: var(--c-white) !important;
}
.footer .padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-border {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.footer__grid {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: 3.2rem 4.8rem;
  align-items: start;
}
.footer__brand {
  display: flex;
  align-items: center;
}
.footer__brand img {
  width: 14.8rem;
  height: auto;
  display: block;
}
.footer__content {
  min-width: 0;
}
.footer .links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
  align-items: baseline;
}
.footer .links a,
.footer .links button {
  appearance: none;
  -webkit-appearance: none;
  display: inline;
  align-items: unset;
  justify-content: unset;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--c-white) !important;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.2;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  vertical-align: baseline;
}
.footer .links a:hover,
.footer .links button:hover {
  border-bottom-color: #ffd36a;
  color: #ffd36a !important;
}
.footer .texto-legal {
  font-size: 1.28rem;
  line-height: 1.5;
  opacity: 0.88;
  margin: 1.6rem 0 2rem;
  max-width: 88rem;
  text-align: left !important;
}
.redes {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.icone-redes {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-decoration: none !important;
}
.icone-redes i { color: var(--c-white) !important; }
.icone-redes:hover {
  background: var(--c-orange1);
  border-color: var(--c-orange1);
}
@media (max-width: 991px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    text-align: center;
    justify-items: center;
  }
  .footer .links,
  .redes {
    justify-content: center;
  }
  .texto-legal { margin-left: auto; margin-right: auto; text-align: center !important; }
}

/* Loader / back to top */
.page-loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(3, 11, 56, 0.72);
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-loader.is-on { display: flex; }
#back-to-top {
  position: fixed;
  right: 1.6rem;
  bottom: 8.4rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: var(--c-orange1);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  cursor: pointer;
}
#back-to-top.is-on { display: flex; }

.hide { display: none !important; }
.text-white { color: var(--c-white) !important; }
.text-center { text-align: center; }
.mt-10 { margin-top: 1rem; }
.mt-20 { margin-top: 2rem; }
.mt-30 { margin-top: 3rem; }
.mt-40 { margin-top: 4rem; }
.mb-20 { margin-bottom: 2rem; }
.mb-30 { margin-bottom: 3rem; }
.pb-0 { padding-bottom: 0; }

@media (max-width: 991px) {
  .mt-30m { margin-top: 3rem; }
  .mb-20m { margin-bottom: 2rem; }
}
