/*
 * BREVES — redesign visual da página principal
 *
 * Este arquivo altera somente composição, tipografia, espaçamento e forma.
 * A paleta continua vindo dos estilos de identidade já existentes no projeto.
 */

body.home-redesign {
  --sans: 'Poppins', Arial, sans-serif;
  --serif: 'Poppins', Arial, sans-serif;
  --mono: 'Poppins', Arial, sans-serif;
  --frame: min(1180px, calc(100vw - 64px));
  font-family: var(--sans);
}

body.home-redesign *,
body.home-redesign *::before,
body.home-redesign *::after {
  box-sizing: border-box;
}

body.home-redesign button,
body.home-redesign input,
body.home-redesign textarea,
body.home-redesign select,
body.home-redesign summary {
  font-family: var(--sans);
}

body.home-redesign .page-progress {
  height: 3px;
}

body.home-redesign .page-progress i {
  box-shadow: none;
}

body.home-redesign :focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 3px;
}

/* Header contínuo, leve e alinhado à grade principal. */
body.home-redesign .site-header {
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--hairline);
  background: var(--paper-bright);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.home-redesign .nav-shell,
body.home-redesign .site-header.scrolled .nav-shell {
  width: var(--frame);
  height: 82px;
  margin-inline: auto;
  padding: 0;
  gap: 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.home-redesign .brand {
  gap: 12px;
}

body.home-redesign .brand img {
  width: auto;
  height: 34px;
}

body.home-redesign .brand > span {
  gap: 3px;
}

body.home-redesign .brand b {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .13em;
}

body.home-redesign .brand small {
  font: 600 8px/1 var(--sans);
  letter-spacing: .12em;
}

body.home-redesign .site-header nav {
  gap: 2px;
}

body.home-redesign .site-header nav a,
body.home-redesign .site-header nav a.nav-external {
  padding: 10px 11px;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
}

body.home-redesign .site-header nav a::after {
  right: 11px;
  bottom: 4px;
  left: 11px;
  height: 2px;
  border-radius: 999px;
}

body.home-redesign .nav-drop-menu {
  min-width: 260px;
  padding: 10px;
  border-radius: 18px;
  box-shadow: none;
}

body.home-redesign .nav-drop-menu a,
body.home-redesign .nav-drop-menu a.nav-external {
  padding: 11px 12px;
  border-radius: 10px;
}

body.home-redesign .nav-cta,
body.home-redesign .button,
body.home-redesign .footer-cta {
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

body.home-redesign .nav-cta {
  min-height: 46px;
  padding: 0 20px;
  box-shadow: none;
}

body.home-redesign .nav-cta:hover {
  box-shadow: none;
  transform: none;
}

body.home-redesign .nav-toggle span {
  height: 2px;
  border-radius: 999px;
}

/* Hero editorial com o formulário preservado na segunda coluna. */
body.home-redesign .mz-hero.is-limpo {
  min-height: 760px;
  padding: 154px 24px 96px;
}

body.home-redesign .mz-hero.is-limpo::before,
body.home-redesign .mz-hero.is-limpo::after,
body.home-redesign .mz-hero.is-limpo .mz-feixes,
body.home-redesign .mz-hero.is-limpo .mz-hero-stars,
body.home-redesign .mz-hero.is-limpo .mz-ascii,
body.home-redesign .mz-hero.is-limpo .mz-corner,
body.home-redesign .mz-hero.is-limpo .mz-hud-coords,
body.home-redesign .mz-hero.is-limpo .mz-hud-bottom {
  display: none !important;
}

body.home-redesign .mz-hero.is-limpo .mz-hero-inner {
  width: var(--frame);
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(56px, 7vw, 104px);
  align-items: center;
}

body.home-redesign .mz-hero.is-limpo .mz-hero-copy {
  max-width: 650px;
  text-align: left;
}

body.home-redesign .mz-hero.is-limpo .hero-kicker {
  width: fit-content;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  font: 650 11px/1 var(--sans);
  letter-spacing: .04em;
  text-transform: none;
}

body.home-redesign .mz-hero.is-limpo .hero-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

body.home-redesign .mz-hero.is-limpo h1 {
  max-width: 660px;
  margin-top: 28px;
  font-family: var(--sans);
  font-size: clamp(38px, 3.6vw, 54px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body.home-redesign .mz-hero.is-limpo h1 em {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
}

body.home-redesign .mz-hero.is-limpo .mz-hero-lead {
  max-width: 600px;
  margin-top: 26px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-wrap: pretty;
}

body.home-redesign .mz-hero.is-limpo .mz-hero-actions {
  margin-top: 34px;
}

body.home-redesign .button-primary,
body.home-redesign .mz-hero.is-limpo .button-primary {
  min-height: 52px;
  height: auto;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

body.home-redesign .button-primary:hover,
body.home-redesign .mz-hero.is-limpo .button-primary:hover {
  box-shadow: none;
  transform: translateY(-1px);
}

body.home-redesign .mz-fale,
body.home-redesign .mz-hero.is-limpo .mz-fale {
  width: 100%;
  max-width: 430px;
  padding: 30px;
  border-radius: 24px;
  box-shadow: none;
  backdrop-filter: none;
}

body.home-redesign .mz-fale h2 {
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.025em;
}

body.home-redesign .mz-fale-sub {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.65;
}

body.home-redesign .mz-fale-campos {
  gap: 14px;
}

body.home-redesign .mz-fale-campos .field {
  gap: 7px;
}

body.home-redesign .mz-fale-campos label {
  font: 600 11px/1.3 var(--sans);
  letter-spacing: .02em;
  text-transform: none;
}

body.home-redesign .mz-fale-campos input,
body.home-redesign .mz-fale-campos textarea {
  min-height: 46px;
  padding: 11px 13px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: none;
}

body.home-redesign .mz-fale-campos textarea {
  min-height: 84px;
}

body.home-redesign .mz-fale-campos input:focus,
body.home-redesign .mz-fale-campos textarea:focus {
  outline-width: 3px;
  outline-style: solid;
  outline-color: var(--violet);
  outline-offset: 1px;
}

body.home-redesign .mz-fale-nota {
  font-size: 11px;
}

body.home-redesign .mz-fale-nota a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Ritmo editorial comum a todas as seções. */
body.home-redesign .section-frame {
  width: var(--frame);
}

body.home-redesign .mz-products,
body.home-redesign .mz-metodo,
body.home-redesign .faq,
body.home-redesign .mz-units {
  padding: 108px 0;
}

body.home-redesign .section-head,
body.home-redesign .section-head.compact {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 52px;
}

body.home-redesign .section-head h2,
body.home-redesign .faq h2,
body.home-redesign .mz-units h2 {
  max-width: 760px;
  font-family: var(--sans);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body.home-redesign .section-head h2 em,
body.home-redesign .faq h2 em,
body.home-redesign .mz-units h2 em {
  font-family: inherit;
  font-style: normal;
  font-weight: 650;
}

body.home-redesign .section-label,
body.home-redesign .section-label.light {
  width: fit-content;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font: 600 11px/1 var(--sans);
  letter-spacing: .03em;
  text-transform: none;
}

/* Público: seção inspirada na referência, traduzida para a identidade BREVES. */
body.home-redesign .mz-audience {
  padding: 104px 0;
  background: var(--s1);
  color: var(--paper-bright);
}

body.home-redesign .mz-audience-inner {
  width: var(--frame);
  margin-inline: auto;
}

body.home-redesign .mz-audience-head {
  max-width: 790px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 54px;
  text-align: center;
}

body.home-redesign .mz-audience .section-label {
  margin-bottom: 18px;
  border-color: var(--line-light);
  background: transparent;
  color: var(--claro);
}

body.home-redesign .mz-audience h2 {
  max-width: 760px;
  color: var(--paper-bright);
  font-family: var(--sans);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 550;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.home-redesign .mz-audience h2 em {
  color: var(--claro);
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
}

body.home-redesign .mz-audience-head > p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--claro);
  font-size: 16px;
  line-height: 1.65;
  text-wrap: pretty;
}

body.home-redesign .mz-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.home-redesign .mz-audience-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  border: 1px solid var(--line-light);
  border-radius: 24px;
  background: var(--s2);
  box-shadow: none;
}

body.home-redesign .mz-audience-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid var(--line-light);
  border-radius: 15px;
  color: var(--paper-bright);
  font: 650 13px/1 var(--sans);
  letter-spacing: .05em;
}

body.home-redesign .mz-audience-card h3 {
  margin: 0;
  color: var(--paper-bright);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.02em;
}

body.home-redesign .mz-audience-card p {
  margin-top: 14px;
  color: var(--paper);
  font-size: 15px;
  line-height: 1.7;
}

/* Soluções: cards simples, consistentes e com respiro. */
body.home-redesign .mz-products-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.home-redesign .mz-products-list li {
  min-height: 284px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 22px;
  box-shadow: none;
  transition: border-color .25s ease, transform .25s ease;
}

body.home-redesign .mz-products-list li::before {
  display: none;
}

body.home-redesign .mz-products-list li:hover {
  box-shadow: none;
  transform: translateY(-3px);
}

body.home-redesign .mz-products-list li small {
  margin-bottom: 24px;
  font: 600 11px/1 var(--sans);
  letter-spacing: .04em;
  text-transform: none;
}

body.home-redesign .mz-products-list li b {
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.025em;
}

body.home-redesign .mz-products-list li p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
}

body.home-redesign .mz-product-link {
  margin-top: auto;
  padding-top: 22px;
  font-size: 12px;
  font-weight: 650;
}

body.home-redesign .mz-products-custom {
  margin-top: 20px;
  padding: 34px 38px;
  border-radius: 24px;
  box-shadow: none;
}

body.home-redesign .mz-products-custom::before {
  display: none;
}

body.home-redesign .mz-products-custom-copy small {
  font: 600 11px/1 var(--sans);
  letter-spacing: .04em;
  text-transform: none;
}

body.home-redesign .mz-products-custom-copy strong {
  font-family: var(--sans);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
}

body.home-redesign .mz-products-custom-copy p {
  font-size: 13px;
  line-height: 1.7;
}

/* Método: sequência com divisores e menos peso visual. */
body.home-redesign .mz-metodo .section-head.compact {
  grid-template-columns: minmax(0, 1fr);
}

body.home-redesign .mz-metodo .section-head h2 {
  max-width: 820px;
}

body.home-redesign .mz-metodo-lista {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

body.home-redesign .mz-metodo-lista li {
  min-height: 300px;
  padding: 34px 28px 36px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

body.home-redesign .mz-metodo-lista li:last-child {
  border-right: 0;
}

body.home-redesign .mz-metodo-lista li small {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 50%;
  font: 650 11px/1 var(--sans);
}

body.home-redesign .mz-metodo-lista li b {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.4;
}

body.home-redesign .mz-metodo-lista li p {
  margin-top: 13px;
  font-size: 13px;
  line-height: 1.7;
}

body.home-redesign .mz-metodo-nota {
  max-width: 820px;
  margin: 34px auto 0;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

/* FAQ centralizado, largo e com acordeões bem definidos. */
body.home-redesign .faq-grid {
  max-width: 960px;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
}

body.home-redesign .faq-intro {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

body.home-redesign .faq-intro .section-label {
  margin: 0 auto 18px;
}

body.home-redesign .faq-intro h2 {
  max-width: 680px;
  margin: 0 auto;
}

body.home-redesign .faq-intro p {
  max-width: 590px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.7;
}

body.home-redesign .faq-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

body.home-redesign .faq details {
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: 16px;
  background: var(--paper-bright);
  box-shadow: none;
}

body.home-redesign .faq summary {
  min-height: 78px;
  grid-template-columns: 30px minmax(0, 1fr) 20px;
  gap: 14px;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

body.home-redesign .faq summary span {
  font-size: 11px;
  font-weight: 650;
}

body.home-redesign .faq details p {
  max-width: none;
  padding: 0 64px 24px;
  font-size: 14px;
  line-height: 1.75;
}

/* Unidades e rodapé: mesma identidade, nova geometria. */
body.home-redesign .mz-units-grid {
  gap: 20px;
}

body.home-redesign .mz-unit,
body.home-redesign .mz-unit.is-matrix,
body.home-redesign .mz-unit.is-branch {
  min-height: 330px;
  padding: 34px;
  border-radius: 22px;
  box-shadow: none;
}

body.home-redesign .mz-unit:hover,
body.home-redesign .mz-unit.is-matrix:hover,
body.home-redesign .mz-unit.is-branch:hover {
  box-shadow: none;
  transform: translateY(-3px);
}

body.home-redesign .mz-unit-head small {
  font: 600 11px/1 var(--sans);
  letter-spacing: .03em;
  text-transform: none;
}

body.home-redesign .mz-unit-head b {
  font-family: var(--sans);
  font-size: clamp(24px, 2.4vw, 31px);
  font-weight: 600;
}

body.home-redesign .mz-unit p {
  font-size: 14px;
  line-height: 1.7;
}

body.home-redesign .mz-unit-tag {
  font: 600 11px/1 var(--sans);
  letter-spacing: .02em;
  text-transform: none;
}

body.home-redesign .site-footer,
body.home-redesign .site-footer.footer-rich {
  padding-top: 72px;
  padding-bottom: 26px;
}

/* Tablet */
@media (max-width: 1080px) {
  body.home-redesign {
    --frame: min(calc(100% - 48px), 920px);
  }

  body.home-redesign .mz-products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-redesign .mz-metodo-lista {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-redesign .mz-metodo-lista li:nth-child(2) {
    border-right: 0;
  }

  body.home-redesign .mz-metodo-lista li:nth-child(-n + 2) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

@media (max-width: 980px) {
  body.home-redesign .mz-hero.is-limpo {
    min-height: 0;
    padding-top: 138px;
  }

  body.home-redesign .mz-hero.is-limpo .mz-hero-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  body.home-redesign .mz-fale,
  body.home-redesign .mz-hero.is-limpo .mz-fale {
    max-width: 680px;
  }
}

@media (max-width: 900px) {
  body.home-redesign .nav-shell {
    height: 72px;
  }

  body.home-redesign .site-header nav {
    inset: 72px 24px auto;
    width: auto;
    padding: 12px;
    border-radius: 18px;
    box-shadow: none;
  }

  body.home-redesign .site-header nav a,
  body.home-redesign .site-header nav a.nav-external {
    padding: 13px 12px;
  }

  body.home-redesign .nav-drop-menu {
    padding: 4px 0 6px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.home-redesign .nav-drop-menu a,
  body.home-redesign .nav-drop-menu a.nav-external {
    padding-block: 10px;
  }

  body.home-redesign .nav-cta {
    min-height: 42px;
    padding-inline: 16px;
  }

  body.home-redesign .mz-audience-grid {
    grid-template-columns: 1fr;
  }

  body.home-redesign .mz-audience-card {
    min-height: 0;
  }
}

/* Mobile */
@media (max-width: 720px) {
  body.home-redesign {
    --frame: calc(100% - 36px);
  }

  body.home-redesign .site-header nav {
    right: 18px;
    left: 18px;
  }

  body.home-redesign .mz-hero.is-limpo {
    padding: 116px 18px 72px;
  }

  body.home-redesign .mz-hero.is-limpo .mz-hero-inner {
    gap: 40px;
  }

  body.home-redesign .mz-hero.is-limpo h1 {
    margin-top: 22px;
    font-size: clamp(35px, 10.5vw, 46px);
    line-height: 1.12;
  }

  body.home-redesign .mz-hero.is-limpo .mz-hero-lead {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.7;
  }

  body.home-redesign .mz-hero.is-limpo .mz-hero-actions {
    margin-top: 28px;
  }

  body.home-redesign .mz-hero.is-limpo .button-primary {
    width: 100%;
    justify-content: center;
  }

  body.home-redesign .mz-fale,
  body.home-redesign .mz-hero.is-limpo .mz-fale {
    padding: 24px 20px;
    border-radius: 20px;
  }

  body.home-redesign .mz-products,
  body.home-redesign .mz-metodo,
  body.home-redesign .faq,
  body.home-redesign .mz-units {
    padding: 76px 0;
  }

  body.home-redesign .mz-audience {
    padding: 76px 0;
  }

  body.home-redesign .mz-audience-head {
    margin-bottom: 36px;
  }

  body.home-redesign .mz-audience h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  body.home-redesign .mz-audience-card {
    padding: 26px 24px;
    border-radius: 20px;
  }

  body.home-redesign .mz-audience-number {
    margin-bottom: 26px;
  }

  body.home-redesign .section-head,
  body.home-redesign .section-head.compact {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 36px;
  }

  body.home-redesign .section-head h2,
  body.home-redesign .faq h2,
  body.home-redesign .mz-units h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  body.home-redesign .mz-products-list,
  body.home-redesign .mz-metodo-lista,
  body.home-redesign .faq-grid,
  body.home-redesign .mz-units-grid {
    grid-template-columns: 1fr;
  }

  body.home-redesign .mz-products-list li {
    min-height: 0;
    padding: 24px;
  }

  body.home-redesign .mz-products-custom {
    align-items: flex-start;
    padding: 28px 24px;
    border-radius: 20px;
  }

  body.home-redesign .mz-products-custom .button-primary {
    width: 100%;
    justify-content: center;
  }

  body.home-redesign .mz-metodo-lista li,
  body.home-redesign .mz-metodo-lista li:nth-child(2),
  body.home-redesign .mz-metodo-lista li:nth-child(-n + 2) {
    min-height: 0;
    padding: 28px 4px;
    border-right: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  body.home-redesign .mz-metodo-lista li:last-child {
    border-bottom: 0;
  }

  body.home-redesign .mz-metodo-lista li small {
    margin-bottom: 24px;
  }

  body.home-redesign .faq-grid {
    gap: 32px;
  }

  body.home-redesign .faq summary {
    min-height: 74px;
    grid-template-columns: 25px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 18px 17px;
    font-size: 14px;
  }

  body.home-redesign .faq details p {
    padding: 0 17px 22px 52px;
    font-size: 14px;
  }

  body.home-redesign .mz-unit,
  body.home-redesign .mz-unit.is-matrix,
  body.home-redesign .mz-unit.is-branch {
    min-height: 0;
    padding: 28px 24px;
  }
}

@media (max-width: 520px) {
  body.home-redesign {
    --frame: calc(100% - 28px);
  }

  body.home-redesign .nav-shell {
    height: 66px;
  }

  body.home-redesign .brand img {
    height: 30px;
  }

  body.home-redesign .brand > span {
    display: none;
  }

  body.home-redesign .nav-cta {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 11px;
  }

  body.home-redesign .site-header nav {
    top: 66px;
    right: 14px;
    left: 14px;
  }

  body.home-redesign .mz-hero.is-limpo {
    padding: 102px 14px 64px;
  }

  body.home-redesign .mz-hero.is-limpo .hero-kicker {
    min-height: 28px;
    padding-inline: 11px;
    font-size: 9.5px;
  }

  body.home-redesign .mz-hero.is-limpo h1 {
    font-size: clamp(30px, 9.5vw, 37px);
  }

  body.home-redesign .mz-fale,
  body.home-redesign .mz-hero.is-limpo .mz-fale {
    padding: 22px 17px;
  }

  body.home-redesign .footer-bottom {
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign *,
  body.home-redesign *::before,
  body.home-redesign *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* BREVES_HOME_ALIGNMENT_V3 — ritmo, contraste e alinhamento final da home. */
body.home-redesign .section-frame {
  width: var(--frame);
  margin-inline: auto;
}

body.home-redesign .mz-hero.is-limpo {
  background:
    radial-gradient(780px 460px at 92% 8%, rgba(45, 39, 61, .08), transparent 66%),
    #ffffff;
}

body.home-redesign .mz-fale,
body.home-redesign .mz-hero.is-limpo .mz-fale {
  border-color: #dadada;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(18, 27, 36, .07);
}

body.home-redesign .mz-audience { background: #121b24; }

body.home-redesign .mz-audience-card {
  min-height: 238px;
  padding: 30px;
  border-color: rgba(218, 218, 218, .22);
  background: #2d273d;
}

body.home-redesign .mz-audience-card p { color: #dadada; }

body.home-redesign .mz-products { background: #ffffff; }

body.home-redesign .mz-products-list li {
  border-color: #dadada;
  background: #ffffff;
}

body.home-redesign .mz-products-list li:hover { border-color: #2d273d; }

body.home-redesign .mz-products-custom {
  border: 1px solid #dadada;
  background: rgba(218, 218, 218, .24);
}

body.home-redesign .mz-metodo { background: rgba(218, 218, 218, .24); }

body.home-redesign .mz-metodo-lista { border-color: #dadada; }

body.home-redesign .mz-metodo-lista li {
  min-height: 236px;
  padding-top: 30px;
  border-color: #dadada;
}

body.home-redesign .faq { background: #ffffff; }

body.home-redesign .faq summary {
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 18px;
}

body.home-redesign .faq details p { padding: 0 74px 24px 24px; }

@media (min-width: 901px) {
  body.home-redesign .nav-drop-menu {
    left: 0;
    right: auto;
    transform: translateY(-6px);
  }

  body.home-redesign .nav-drop:hover .nav-drop-menu,
  body.home-redesign .nav-drop:focus-within .nav-drop-menu {
    transform: translateY(0);
  }
}

@media (max-width: 620px) {
  body.home-redesign .mz-audience-card {
    min-height: 0;
    padding: 26px 24px;
  }

  body.home-redesign .mz-metodo-lista li { min-height: 0; }

  body.home-redesign .faq details p {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/* BREVES_HERO_CONTRAST_FIX_V4
   Corrige o conflito entre o hero claro e as regras antigas de texto claro. */
body.home-redesign .site-header {
  z-index: 120;
  min-height: 82px;
  opacity: 1;
  visibility: visible;
}

body.home-redesign .nav-shell,
body.home-redesign .brand,
body.home-redesign .nav-cta {
  opacity: 1;
  visibility: visible;
}

body.home-redesign .brand b,
body.home-redesign .brand small,
body.home-redesign .site-header nav a,
body.home-redesign .site-header nav a.nav-external {
  color: #121b24 !important;
}

body.home-redesign .nav-cta {
  border: 1px solid #121b24;
  background: #121b24;
  color: #ffffff !important;
}

body.home-redesign .nav-cta:hover {
  border-color: #2d273d;
  background: #2d273d;
}

body.home-redesign .mz-hero.is-limpo {
  background:
    radial-gradient(820px 540px at 92% 12%, rgba(45, 39, 61, .88), transparent 66%),
    linear-gradient(142deg, #121b24 0%, #111111 58%, #2d273d 100%);
  background-color: #121b24;
  color: #ffffff;
}

body.home-redesign .mz-hero.is-limpo .mz-hero-copy {
  color: #ffffff;
}

body.home-redesign .mz-hero.is-limpo .hero-kicker {
  border-color: rgba(218, 218, 218, .32);
  background: rgba(255, 255, 255, .06);
  color: #dadada;
}

body.home-redesign .mz-hero.is-limpo .hero-kicker span {
  background: #dadada;
}

body.home-redesign .mz-hero.is-limpo h1 {
  color: #dadada;
}

body.home-redesign .mz-hero.is-limpo h1 em {
  background: none;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

body.home-redesign .mz-hero.is-limpo .mz-hero-lead {
  color: rgba(255, 255, 255, .78);
}

body.home-redesign .mz-hero.is-limpo .button-primary {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #121b24;
}

body.home-redesign .mz-hero.is-limpo .button-primary:hover {
  border-color: #dadada;
  background: #dadada;
  color: #111111;
}

body.home-redesign .mz-hero.is-limpo .mz-fale {
  border: 1px solid #dadada;
  background: #ffffff;
  color: #121b24;
  box-shadow: 0 20px 56px rgba(17, 17, 17, .28);
}

body.home-redesign .mz-fale h2 {
  color: #121b24;
}

body.home-redesign .mz-fale-sub,
body.home-redesign .mz-fale-nota {
  color: #2d273d;
}

body.home-redesign .mz-fale-nota a {
  color: #121b24;
}

body.home-redesign .mz-fale-campos label {
  color: #121b24;
}

body.home-redesign .mz-fale-campos input,
body.home-redesign .mz-fale-campos textarea {
  border: 1px solid #dadada;
  background: rgba(218, 218, 218, .24);
  color: #121b24;
}

body.home-redesign .mz-fale-campos input::placeholder,
body.home-redesign .mz-fale-campos textarea::placeholder {
  color: rgba(45, 39, 61, .64);
  opacity: 1;
}

body.home-redesign .mz-fale-campos input:focus,
body.home-redesign .mz-fale-campos textarea:focus {
  border-color: #2d273d;
  outline-color: rgba(45, 39, 61, .16);
  background: #ffffff;
}

body.home-redesign .mz-fale .button-primary,
body.home-redesign .mz-hero.is-limpo .mz-fale .button-primary {
  border-color: #121b24;
  background: #121b24;
  color: #ffffff;
}

body.home-redesign .mz-fale .button-primary:hover,
body.home-redesign .mz-hero.is-limpo .mz-fale .button-primary:hover {
  border-color: #2d273d;
  background: #2d273d;
  color: #ffffff;
}

@media (min-width: 901px) {
  body.home-redesign .site-header #main-nav {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 620px) {
  body.home-redesign .site-header {
    min-height: 66px;
  }

  body.home-redesign .mz-hero.is-limpo {
    background:
      radial-gradient(620px 420px at 100% 8%, rgba(45, 39, 61, .82), transparent 68%),
      #121b24;
  }
}


/* BREVES_AUDIENCE_LIGHT_V5 — seção clara, compacta e sem blocos pesados. */
body.home-redesign .mz-audience {
  padding: 88px 0 92px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: rgba(218, 218, 218, .18);
  color: #121b24;
}

body.home-redesign .mz-audience-head {
  max-width: 940px;
  margin-bottom: 44px;
}

body.home-redesign .mz-audience .section-label {
  margin-bottom: 16px;
  border-color: #dadada;
  background: #ffffff;
  color: #2d273d;
}

body.home-redesign .mz-audience h2 {
  max-width: 920px;
  color: #121b24;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.035em;
}

body.home-redesign .mz-audience h2 em {
  background: none !important;
  color: #2d273d !important;
  -webkit-text-fill-color: #2d273d !important;
}

body.home-redesign .mz-audience-head > p {
  max-width: 680px;
  margin-top: 18px;
  color: #2d273d;
  font-size: 16px;
  line-height: 1.65;
}

body.home-redesign .mz-audience-grid {
  gap: 18px;
  align-items: stretch;
}

body.home-redesign .mz-audience-card {
  min-height: 218px;
  padding: 28px;
  border: 1px solid #dadada;
  border-radius: 18px;
  background: #ffffff;
  color: #121b24;
  box-shadow: 0 10px 28px rgba(18, 27, 36, .05);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.home-redesign .mz-audience-card:hover {
  border-color: rgba(45, 39, 61, .42);
  box-shadow: 0 14px 34px rgba(18, 27, 36, .07);
  transform: translateY(-2px);
}

body.home-redesign .mz-audience-card h3 {
  color: #121b24;
  font-size: 19px;
  font-weight: 650;
}

body.home-redesign .mz-audience-card p {
  margin-top: 12px;
  color: #2d273d;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 720px) {
  body.home-redesign .mz-audience {
    padding: 68px 0;
  }

  body.home-redesign .mz-audience-head {
    align-items: flex-start;
    margin-bottom: 34px;
    text-align: left;
  }

  body.home-redesign .mz-audience h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  body.home-redesign .mz-audience-card {
    min-height: 0;
    padding: 24px;
  }
}

/* BREVES_CUSTOM_CTA_V6 — CTA sob medida compacto, alinhado e legível. */
body.home-redesign .mz-products-custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 28px 32px;
  border: 1px solid #dadada;
  border-radius: 18px;
  background: rgba(218, 218, 218, .18);
  color: #121b24;
}

body.home-redesign .mz-products-custom-copy {
  display: grid;
  min-width: 0;
  max-width: 820px;
  gap: 8px;
}

body.home-redesign .mz-products-custom-copy small,
body.home-redesign .mz-products-custom-copy strong,
body.home-redesign .mz-products-custom-copy p {
  margin: 0;
  color: #121b24;
}

body.home-redesign .mz-products-custom-copy small {
  font-size: 11px;
  line-height: 1.2;
  color: #2d273d;
}

body.home-redesign .mz-products-custom-copy strong {
  display: block;
  background: none;
  color: #121b24;
  -webkit-text-fill-color: #121b24;
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -.025em;
  white-space: nowrap;
}

body.home-redesign .mz-products-custom-copy p {
  max-width: none;
  font-size: 14px;
  line-height: 1.55;
  color: #2d273d;
  text-wrap: pretty;
}

body.home-redesign .mz-products-custom .button-primary {
  min-width: max-content;
  margin: 0;
  border-color: #121b24;
  background: #121b24;
  color: #ffffff;
  white-space: nowrap;
}

body.home-redesign .mz-products-custom .button-primary:hover {
  border-color: #2d273d;
  background: #2d273d;
  color: #ffffff;
}

@media (max-width: 980px) {
  body.home-redesign .mz-products-custom {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  body.home-redesign .mz-products-custom-copy {
    max-width: 100%;
  }

  body.home-redesign .mz-products-custom-copy strong {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  body.home-redesign .mz-products-custom {
    padding: 24px;
  }

  body.home-redesign .mz-products-custom .button-primary {
    width: 100%;
    min-width: 0;
  }
}

/* BREVES_METHOD_ALIGNMENT_V7 — títulos e descrições na mesma linha visual. */
body.home-redesign .mz-metodo-lista {
  align-items: stretch;
}

body.home-redesign .mz-metodo-lista li {
  display: flex;
  min-width: 0;
  min-height: 236px;
  padding: 30px 28px 32px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

body.home-redesign .mz-metodo-lista li b {
  display: block;
  min-height: 48px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  text-wrap: balance;
}

body.home-redesign .mz-metodo-lista li p {
  width: 100%;
  margin: 10px 0 0;
  color: #2d273d;
  font-size: 14px;
  line-height: 1.6;
  text-wrap: pretty;
}

@media (max-width: 1080px) {
  body.home-redesign .mz-metodo-lista li b {
    min-height: 45px;
  }
}

@media (max-width: 720px) {
  body.home-redesign .mz-metodo-lista li,
  body.home-redesign .mz-metodo-lista li:nth-child(2),
  body.home-redesign .mz-metodo-lista li:nth-child(-n + 2) {
    min-height: 0;
    padding: 26px 4px;
  }

  body.home-redesign .mz-metodo-lista li b {
    min-height: 0;
  }
}

/* BREVES_BLUE_CONTRAST_V8 — contraste azul e branco com gradientes equilibrados. */
body.home-redesign {
  --breves-blue-950: #061d33;
  --breves-blue-900: #082f54;
  --breves-blue-800: #0a4778;
  --breves-blue-700: #0b5fa5;
  --breves-blue-600: #0879c9;
  --breves-blue-100: #dcefff;
  --breves-blue-50: #f1f8ff;
}

body.home-redesign .site-header {
  border-bottom-color: rgba(8, 47, 84, .12);
  background: rgba(255, 255, 255, .94);
}

body.home-redesign .nav-cta {
  border-color: var(--breves-blue-800);
  background: var(--breves-blue-800);
}

body.home-redesign .nav-cta:hover {
  border-color: var(--breves-blue-600);
  background: var(--breves-blue-600);
}

body.home-redesign .mz-hero.is-limpo {
  background:
    radial-gradient(760px 520px at 88% 18%, rgba(87, 183, 255, .42), transparent 68%),
    linear-gradient(138deg, var(--breves-blue-950) 0%, var(--breves-blue-900) 48%, var(--breves-blue-700) 100%);
  background-color: var(--breves-blue-900);
}

body.home-redesign .mz-hero.is-limpo h1 {
  color: #ffffff;
}

body.home-redesign .mz-hero.is-limpo h1 em {
  color: #bfe5ff;
  -webkit-text-fill-color: #bfe5ff;
}

body.home-redesign .mz-hero.is-limpo .button-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--breves-blue-900);
}

body.home-redesign .mz-hero.is-limpo .mz-fale .button-primary {
  border-color: var(--breves-blue-800);
  background: linear-gradient(135deg, var(--breves-blue-800), var(--breves-blue-600));
  color: #ffffff;
}

body.home-redesign .mz-audience {
  background: linear-gradient(135deg, #ffffff 0%, var(--breves-blue-50) 55%, var(--breves-blue-100) 100%);
}

body.home-redesign .mz-audience h2 em {
  color: var(--breves-blue-700) !important;
  -webkit-text-fill-color: var(--breves-blue-700) !important;
}

body.home-redesign .mz-audience-card {
  border-color: rgba(11, 95, 165, .2);
}

body.home-redesign .mz-audience-card:nth-child(2) {
  border-color: rgba(11, 95, 165, .24);
  background: #eaf5ff;
}

body.home-redesign .mz-audience-card:nth-child(3) {
  border-color: transparent;
  background: linear-gradient(145deg, var(--breves-blue-800), var(--breves-blue-600));
  color: #ffffff;
}

body.home-redesign .mz-audience-card:nth-child(3) h3 {
  color: #ffffff;
}

body.home-redesign .mz-audience-card:nth-child(3) p {
  color: rgba(255, 255, 255, .82);
}

body.home-redesign .mz-products {
  background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
}

body.home-redesign .mz-products-list li,
body.home-redesign .mz-products-custom {
  border-color: rgba(11, 95, 165, .2);
  background: #ffffff;
}

body.home-redesign .mz-products-custom {
  background: linear-gradient(135deg, #ffffff, #e7f4ff);
}

body.home-redesign .mz-products-custom .button-primary {
  border-color: var(--breves-blue-800);
  background: var(--breves-blue-800);
}

body.home-redesign .mz-metodo {
  background:
    radial-gradient(640px 420px at 10% 0%, rgba(94, 187, 255, .28), transparent 68%),
    linear-gradient(135deg, var(--breves-blue-950) 0%, var(--breves-blue-800) 100%);
  color: #ffffff;
}

body.home-redesign .mz-metodo .section-head h2 {
  color: #ffffff;
}

body.home-redesign .mz-metodo .section-head h2 em {
  color: #bfe5ff;
  -webkit-text-fill-color: #bfe5ff;
}

body.home-redesign .mz-metodo-lista {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
}

body.home-redesign .mz-metodo-lista li {
  border-color: rgba(255, 255, 255, .2);
}

body.home-redesign .mz-metodo-lista li b {
  color: #ffffff;
}

body.home-redesign .mz-metodo-lista li p {
  color: rgba(255, 255, 255, .78);
}

body.home-redesign .faq {
  padding: 104px 0;
  background:
    radial-gradient(600px 400px at 100% 0%, rgba(52, 151, 222, .16), transparent 70%),
    linear-gradient(135deg, #ffffff 0%, var(--breves-blue-50) 100%);
}

body.home-redesign .faq-grid {
  width: var(--frame);
  max-width: 1180px;
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
  align-items: start;
  gap: clamp(48px, 7vw, 92px);
}

body.home-redesign .faq-intro {
  max-width: 370px;
  margin: 0;
  padding-top: 10px;
  text-align: left;
}

body.home-redesign .faq-intro h2 {
  max-width: 360px;
  margin: 0;
  color: var(--breves-blue-950);
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.12;
}

body.home-redesign .faq-intro h2 em {
  color: var(--breves-blue-700);
  -webkit-text-fill-color: var(--breves-blue-700);
}

body.home-redesign .faq-list {
  gap: 14px;
}

body.home-redesign .faq details {
  border: 1px solid rgba(11, 95, 165, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(8, 47, 84, .06);
}

body.home-redesign .faq details[open] {
  border-color: rgba(11, 95, 165, .42);
  box-shadow: 0 16px 40px rgba(8, 47, 84, .09);
}

body.home-redesign .faq summary {
  min-height: 72px;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 22px;
  padding: 18px 22px;
  color: var(--breves-blue-950);
  font-size: 15px;
  line-height: 1.45;
}

body.home-redesign .faq summary i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--breves-blue-50);
}

body.home-redesign .faq summary i::before,
body.home-redesign .faq summary i::after {
  left: 50%;
  top: 50%;
  width: 12px;
  background: var(--breves-blue-700);
  transform: translate(-50%, -50%);
}

body.home-redesign .faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.home-redesign .faq details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

body.home-redesign .faq details p {
  padding: 0 78px 24px 22px;
  color: #355069;
  font-size: 14px;
  line-height: 1.7;
}

body.home-redesign .site-footer,
body.home-redesign .site-footer.footer-rich {
  background:
    radial-gradient(540px 300px at 90% 0%, rgba(38, 145, 222, .3), transparent 72%),
    linear-gradient(135deg, var(--breves-blue-950) 0%, var(--breves-blue-900) 62%, var(--breves-blue-800) 100%);
}

body.home-redesign .footer-rich .footer-top {
  grid-template-columns: minmax(220px, 1.2fr) minmax(170px, .65fr) minmax(280px, .85fr);
  align-items: start;
  gap: 42px 64px;
}

body.home-redesign .footer-rich .footer-brand-block {
  max-width: 280px;
}

body.home-redesign .footer-rich .footer-brand {
  margin-bottom: 0;
}

body.home-redesign .footer-rich .footer-brand span {
  color: #ffffff;
}

body.home-redesign .footer-rich .footer-col h3 {
  color: #bfe5ff;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: none;
}

body.home-redesign .footer-rich .footer-col a {
  color: rgba(255, 255, 255, .74);
}

body.home-redesign .footer-rich .footer-contact ul {
  margin: 0;
}

body.home-redesign .footer-rich .footer-contact li {
  color: rgba(255, 255, 255, .82);
}

body.home-redesign .footer-rich .footer-contact .footer-social {
  justify-content: flex-start;
  margin-top: 10px;
}

body.home-redesign .footer-rich .footer-bottom {
  justify-content: flex-start;
  gap: 18px 28px;
  color: rgba(255, 255, 255, .62);
  font: 500 11px/1.5 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}

body.home-redesign .footer-rich .footer-legal {
  margin-left: auto;
  color: rgba(255, 255, 255, .74);
}

@media (max-width: 900px) {
  body.home-redesign .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.home-redesign .faq-intro,
  body.home-redesign .faq-intro h2 {
    max-width: 620px;
  }

  body.home-redesign .footer-rich .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  body.home-redesign .footer-rich .footer-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body.home-redesign .mz-hero.is-limpo {
    background:
      radial-gradient(480px 360px at 100% 5%, rgba(87, 183, 255, .36), transparent 70%),
      linear-gradient(145deg, var(--breves-blue-950), var(--breves-blue-800));
  }

  body.home-redesign .faq {
    padding: 72px 0;
  }

  body.home-redesign .faq-intro h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  body.home-redesign .faq summary {
    min-height: 66px;
    gap: 14px;
    padding: 16px 18px;
    font-size: 14px;
  }

  body.home-redesign .faq details p {
    padding: 0 18px 20px;
  }

  body.home-redesign .footer-rich .footer-top {
    grid-template-columns: 1fr;
  }

  body.home-redesign .footer-rich .footer-brand-block {
    grid-column: auto;
  }

  body.home-redesign .footer-rich .footer-legal {
    margin-left: 0;
  }
}

/* BREVES_DEPLOY_REFRESH_V9 — atualização da publicação. */


/* BREVES_HOME_LAYOUT_REPAIR_V10
   Header em largura total, títulos centralizados, cards compactos e rodapé estável. */
html {
  overflow-x: clip;
}

body.home-redesign {
  overflow-x: clip;
  background: #ffffff;
}

body.home-redesign .site-header,
body.home-redesign .site-header.scrolled {
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 78px;
  transform: none !important;
  border-bottom: 1px solid rgba(8, 47, 84, .12);
  background: #ffffff !important;
  box-shadow: 0 8px 28px rgba(8, 47, 84, .05);
}

body.home-redesign .nav-shell,
body.home-redesign .site-header.scrolled .nav-shell {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  height: 78px;
  margin-inline: auto;
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  transform: none;
}

body.home-redesign .mz-audience-head,
body.home-redesign .mz-products .section-head.compact,
body.home-redesign .mz-metodo .section-head.compact,
body.home-redesign .faq-intro {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  align-items: center;
  text-align: center;
}

body.home-redesign .mz-audience-head {
  margin-bottom: 38px;
}

body.home-redesign .mz-products .section-head.compact,
body.home-redesign .mz-metodo .section-head.compact {
  margin-bottom: 34px;
}

body.home-redesign .mz-audience-head h2,
body.home-redesign .mz-audience-head > p,
body.home-redesign .mz-products .section-head h2,
body.home-redesign .mz-metodo .section-head h2,
body.home-redesign .faq-intro h2 {
  margin-inline: auto;
}

body.home-redesign .mz-audience-head > p {
  max-width: 720px;
}

body.home-redesign .mz-products-custom-copy {
  gap: 6px;
}

body.home-redesign .mz-metodo {
  padding: 84px 0;
}

body.home-redesign .mz-metodo-lista li,
body.home-redesign .mz-metodo-lista li:nth-child(2),
body.home-redesign .mz-metodo-lista li:nth-child(-n + 2) {
  min-height: 188px;
  padding: 24px 22px 26px;
}

body.home-redesign .mz-metodo-lista li b {
  min-height: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap;
  text-wrap: nowrap;
}

body.home-redesign .mz-metodo-lista li p {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.55;
}

body.home-redesign .faq {
  padding: 88px 0;
}

body.home-redesign .faq-grid {
  width: var(--frame);
  max-width: 980px;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

body.home-redesign .faq-intro {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

body.home-redesign .faq-intro h2 {
  max-width: 720px;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.12;
}

body.home-redesign .site-footer,
body.home-redesign .site-footer.footer-rich {
  padding: 62px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background:
    radial-gradient(620px 340px at 92% 0%, rgba(27, 137, 219, .34), transparent 70%),
    linear-gradient(135deg, #061d33 0%, #082f54 58%, #0a4778 100%);
  color: #ffffff;
}

body.home-redesign .footer-rich .section-frame {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
}

body.home-redesign .footer-rich .footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(150px, .55fr) minmax(280px, .85fr);
  align-items: start;
  gap: 48px 72px;
  padding-bottom: 40px;
}

body.home-redesign .footer-rich .footer-brand-block {
  display: flex;
  max-width: none;
  align-items: flex-start;
}

body.home-redesign .footer-rich .footer-brand {
  display: inline-flex;
  min-width: 0;
  margin: 0;
  align-items: center;
  gap: 12px;
}

body.home-redesign .footer-rich .footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.home-redesign .footer-rich .footer-brand span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
}

body.home-redesign .footer-rich .footer-col {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

body.home-redesign .footer-rich .footer-col h3 {
  margin: 0 0 8px;
  color: #bfe5ff;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}

body.home-redesign .footer-rich .footer-col > a,
body.home-redesign .footer-rich .footer-contact a {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 1.5;
}

body.home-redesign .footer-rich .footer-col > a:hover,
body.home-redesign .footer-rich .footer-contact a:hover {
  color: #ffffff;
}

body.home-redesign .footer-rich .footer-contact ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home-redesign .footer-rich .footer-contact li {
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .82);
}

body.home-redesign .footer-rich .footer-contact li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

body.home-redesign .footer-rich .footer-contact li a {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.home-redesign .footer-rich .footer-social {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

body.home-redesign .footer-rich .footer-social a {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

body.home-redesign .footer-rich .footer-social a:hover {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .14);
  transform: translateY(-1px);
}

body.home-redesign .footer-rich .footer-social svg {
  width: 18px;
  height: 18px;
}

body.home-redesign .footer-rich .footer-bottom {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  width: 100%;
  margin: 0;
  padding-top: 22px;
  align-items: center;
  gap: 14px 26px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .62);
  font: 500 11px/1.5 var(--sans);
}

body.home-redesign .footer-rich .footer-bottom > * {
  min-width: 0;
}

body.home-redesign .footer-rich .footer-legal {
  margin-left: 0;
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 900px) {
  body.home-redesign .site-header,
  body.home-redesign .site-header.scrolled {
    min-height: 70px;
  }

  body.home-redesign .nav-shell,
  body.home-redesign .site-header.scrolled .nav-shell {
    width: min(100% - 32px, 1180px);
    height: 70px;
  }

  body.home-redesign .footer-rich .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 52px;
  }

  body.home-redesign .footer-rich .footer-brand-block {
    grid-column: 1 / -1;
  }

  body.home-redesign .footer-rich .footer-bottom {
    grid-template-columns: repeat(2, minmax(0, auto));
    justify-content: space-between;
  }

  body.home-redesign .footer-rich .footer-legal {
    justify-self: end;
  }
}

@media (max-width: 720px) {
  body.home-redesign .mz-audience-head,
  body.home-redesign .mz-products .section-head.compact,
  body.home-redesign .mz-metodo .section-head.compact,
  body.home-redesign .faq-intro {
    align-items: center;
    text-align: center;
  }

  body.home-redesign .mz-metodo {
    padding: 68px 0;
  }

  body.home-redesign .mz-metodo-lista li,
  body.home-redesign .mz-metodo-lista li:nth-child(2),
  body.home-redesign .mz-metodo-lista li:nth-child(-n + 2) {
    min-height: 0;
    padding: 22px 20px;
  }

  body.home-redesign .mz-metodo-lista li b {
    white-space: normal;
    text-wrap: balance;
  }
}

@media (max-width: 620px) {
  body.home-redesign .site-header,
  body.home-redesign .site-header.scrolled {
    min-height: 66px;
  }

  body.home-redesign .nav-shell,
  body.home-redesign .site-header.scrolled .nav-shell {
    width: calc(100% - 28px);
    height: 66px;
  }

  body.home-redesign .faq {
    padding: 68px 0;
  }

  body.home-redesign .footer-rich,
  body.home-redesign .site-footer.footer-rich {
    padding: 52px 0 22px;
  }

  body.home-redesign .footer-rich .section-frame {
    width: calc(100% - 36px);
  }

  body.home-redesign .footer-rich .footer-top {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding-bottom: 34px;
  }

  body.home-redesign .footer-rich .footer-brand-block {
    grid-column: auto;
  }

  body.home-redesign .footer-rich .footer-bottom {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    gap: 8px;
  }

  body.home-redesign .footer-rich .footer-legal {
    justify-self: start;
  }
}


/* BREVES_PRODUCTS_REDESIGN_V11
   Corrige a coluna estreita herdada e dá hierarquia real à seção de soluções. */
body.home-redesign .mz-products {
  padding: 96px 0;
  background:
    radial-gradient(700px 420px at 100% 0%, rgba(71, 166, 235, .16), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #f1f8ff 100%);
}

body.home-redesign .mz-products > .section-frame {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-inline: auto;
}

body.home-redesign .mz-products .section-head.compact {
  display: flex !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto 48px !important;
  padding: 0 !important;
  grid-template-columns: none !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  gap: 0 !important;
  text-align: center !important;
}

body.home-redesign .mz-products .section-head.compact h2 {
  display: block;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  color: var(--breves-blue-950);
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-align: center;
  text-wrap: balance;
}

body.home-redesign .mz-products .section-head.compact h2 em {
  display: inline;
  color: var(--breves-blue-700);
  font-weight: 650;
  -webkit-text-fill-color: var(--breves-blue-700);
}

body.home-redesign .mz-products-list {
  display: grid;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px;
}

body.home-redesign .mz-products-list li {
  position: relative;
  min-width: 0;
  min-height: 258px;
  padding: 26px 26px 24px;
  overflow: hidden;
  border: 1px solid rgba(11, 95, 165, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 34px rgba(8, 47, 84, .06);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.home-redesign .mz-products-list li::before {
  display: block;
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--breves-blue-800), #43a7e8);
  content: "";
}

body.home-redesign .mz-products-list li:nth-child(2),
body.home-redesign .mz-products-list li:nth-child(5) {
  background: linear-gradient(145deg, #ffffff, #eaf5ff);
}

body.home-redesign .mz-products-list li:hover {
  border-color: rgba(11, 95, 165, .38);
  box-shadow: 0 16px 38px rgba(8, 47, 84, .09);
  transform: translateY(-3px);
}

body.home-redesign .mz-products-list li small {
  margin: 0 0 16px;
  color: var(--breves-blue-700);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: .02em;
}

body.home-redesign .mz-products-list li b {
  color: var(--breves-blue-950);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.02em;
}

body.home-redesign .mz-products-list li p {
  margin-top: 10px;
  color: #355069;
  font-size: 14px;
  line-height: 1.58;
}

body.home-redesign .mz-product-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--breves-blue-800);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
}

body.home-redesign .mz-product-link:hover {
  color: var(--breves-blue-600);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.home-redesign .mz-products-custom {
  width: 100% !important;
  max-width: none !important;
  margin: 20px auto 0 !important;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background:
    radial-gradient(480px 220px at 88% 0%, rgba(83, 181, 250, .4), transparent 72%),
    linear-gradient(135deg, var(--breves-blue-950), var(--breves-blue-800));
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(8, 47, 84, .16);
}

body.home-redesign .mz-products-custom-copy strong {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: clamp(20px, 2vw, 26px);
}

body.home-redesign .mz-products-custom-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.55;
}

body.home-redesign .mz-products-custom .button-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--breves-blue-900);
}

body.home-redesign .mz-products-custom .button-primary:hover {
  border-color: var(--breves-blue-100);
  background: var(--breves-blue-100);
  color: var(--breves-blue-950);
}

@media (max-width: 980px) {
  body.home-redesign .mz-products {
    padding: 80px 0;
  }

  body.home-redesign .mz-products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-redesign .mz-products-list li {
    min-height: 245px;
  }
}

@media (max-width: 620px) {
  body.home-redesign .mz-products {
    padding: 66px 0;
  }

  body.home-redesign .mz-products > .section-frame {
    width: calc(100% - 36px);
  }

  body.home-redesign .mz-products .section-head.compact {
    margin-bottom: 34px !important;
  }

  body.home-redesign .mz-products .section-head.compact h2 {
    max-width: 520px !important;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.12;
  }

  body.home-redesign .mz-products-list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
  }

  body.home-redesign .mz-products-list li {
    min-height: 0;
    padding: 24px 22px 22px;
  }

  body.home-redesign .mz-products-custom {
    padding: 24px 22px;
  }
}


/* BREVES_CUSTOM_CTA_SIMPLIFIED_V12 — apenas chamada e ação, alinhadas. */
body.home-redesign .mz-products-custom {
  min-height: 112px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 26px 30px;
}

body.home-redesign .mz-products-custom-copy {
  display: flex;
  max-width: none;
  align-items: center;
  gap: 0;
}

body.home-redesign .mz-products-custom-copy strong {
  width: 100%;
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
}

body.home-redesign .mz-products-custom .button-primary {
  margin: 0;
  align-self: center;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body.home-redesign .mz-products-custom {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    text-align: center;
  }

  body.home-redesign .mz-products-custom-copy {
    justify-content: center;
  }

  body.home-redesign .mz-products-custom .button-primary {
    width: 100%;
    justify-content: center;
  }
}


/* BREVES_FAQ_CARDS_V13 — FAQ inspirado na referência, com identidade azul BREVES. */
body.home-redesign .faq {
  padding: 92px 0 100px;
  background:
    radial-gradient(680px 420px at 50% 0%, rgba(255, 255, 255, .9), transparent 72%),
    linear-gradient(180deg, #eef1f4 0%, #e4e9ee 100%);
}

body.home-redesign .faq-grid {
  display: grid;
  width: min(940px, calc(100% - 48px));
  max-width: 940px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
}

body.home-redesign .faq-intro {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

body.home-redesign .faq-intro h2 {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(100deg, #061d33 5%, #0a4778 52%, #082f54 95%);
  color: #082f54;
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-align: center;
  text-wrap: balance;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-redesign .faq-intro h2 em {
  display: inline;
  background: inherit;
  color: inherit;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-redesign .faq-list {
  display: grid;
  width: 100%;
  gap: 12px;
}

body.home-redesign .faq details {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(8, 47, 84, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(8, 47, 84, .05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.home-redesign .faq details:hover {
  border-color: rgba(8, 47, 84, .22);
  transform: translateY(-1px);
}

body.home-redesign .faq details[open] {
  border-color: rgba(10, 71, 120, .34);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(8, 47, 84, .08);
}

body.home-redesign .faq summary {
  display: grid;
  min-height: 68px;
  padding: 14px 18px;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 18px;
  color: var(--breves-blue-950);
  font-size: 15px;
  font-weight: 550;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

body.home-redesign .faq summary::-webkit-details-marker {
  display: none;
}

body.home-redesign .faq-summary-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

body.home-redesign .faq-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 10px;
  background: #e5f2fc;
  color: var(--breves-blue-700);
  transition: background .2s ease, color .2s ease;
}

body.home-redesign .faq-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-redesign .faq details[open] .faq-icon {
  background: linear-gradient(135deg, var(--breves-blue-900), var(--breves-blue-700));
  color: #ffffff;
}

body.home-redesign .faq summary > i {
  display: grid;
  position: relative;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #edf2f6;
}

body.home-redesign .faq summary > i::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 47%;
  width: 7px;
  height: 7px;
  border: 0;
  border-right: 1.5px solid var(--breves-blue-800);
  border-bottom: 1.5px solid var(--breves-blue-800);
  background: transparent;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform .2s ease;
}

body.home-redesign .faq summary > i::after {
  display: none;
}

body.home-redesign .faq details[open] summary > i::before {
  top: 54%;
  transform: translate(-50%, -50%) rotate(225deg);
}

body.home-redesign .faq details p {
  max-width: none;
  margin: 0 22px 24px 68px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(8, 47, 84, .1);
  color: #425b70;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 620px) {
  body.home-redesign .faq {
    padding: 68px 0 74px;
  }

  body.home-redesign .faq-grid {
    width: calc(100% - 28px);
    gap: 30px;
  }

  body.home-redesign .faq-intro h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  body.home-redesign .faq summary {
    min-height: 66px;
    padding: 13px 14px;
    gap: 12px;
    font-size: 14px;
  }

  body.home-redesign .faq-summary-main {
    gap: 11px;
  }

  body.home-redesign .faq-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  body.home-redesign .faq details p {
    margin: 0 16px 20px;
    padding-top: 16px;
    font-size: 14px;
  }
}


/* BREVES_FOOTER_SHOWCASE_V14 — CTA visual e rodapé institucional claro. */
body.home-redesign .site-footer,
body.home-redesign .site-footer.footer-rich {
  padding: 28px 0 0;
  border-top: 0;
  background: #f6f9fc !important;
  color: var(--breves-blue-950);
}

body.home-redesign .footer-rich > .section-frame {
  width: min(1240px, calc(100% - 36px));
  max-width: 1240px;
  margin-inline: auto;
}

body.home-redesign .footer-cta-panel {
  display: grid;
  position: relative;
  min-height: 340px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: 56px 220px;
  border: 1px solid rgba(11, 95, 165, .12);
  border-radius: 26px;
  background:
    radial-gradient(440px 280px at 6% 100%, rgba(11, 95, 165, .15), transparent 72%),
    radial-gradient(420px 300px at 96% 0%, rgba(8, 47, 84, .14), transparent 72%),
    linear-gradient(135deg, #dcecff 0%, #f8fbff 48%, #d9eaff 100%);
  box-shadow: 0 18px 54px rgba(8, 47, 84, .08);
  isolation: isolate;
}

body.home-redesign .footer-cta-panel::before,
body.home-redesign .footer-cta-panel::after {
  position: absolute;
  z-index: -1;
  border: 58px solid rgba(10, 71, 120, .08);
  border-radius: 46%;
  content: "";
  pointer-events: none;
}

body.home-redesign .footer-cta-panel::before {
  width: 360px;
  height: 360px;
  left: -190px;
  bottom: -190px;
  transform: rotate(34deg);
}

body.home-redesign .footer-cta-panel::after {
  width: 320px;
  height: 320px;
  right: -165px;
  top: -190px;
  transform: rotate(-28deg);
}

body.home-redesign .footer-cta-content {
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 690px;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.home-redesign .footer-cta-content h2 {
  max-width: 680px;
  margin: 0;
  color: var(--breves-blue-950);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body.home-redesign .footer-cta-content p {
  max-width: 570px;
  margin: 16px 0 26px;
  color: #425b70;
  font-size: 16px;
  line-height: 1.6;
}

body.home-redesign .footer-cta-button {
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--breves-blue-800);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--breves-blue-900), var(--breves-blue-700));
  color: #ffffff;
  font-size: 14px;
  font-weight: 650;
  box-shadow: 0 12px 28px rgba(8, 47, 84, .2);
}

body.home-redesign .footer-cta-button:hover {
  border-color: var(--breves-blue-600);
  background: linear-gradient(135deg, var(--breves-blue-800), var(--breves-blue-600));
  color: #ffffff;
  transform: translateY(-2px);
}

body.home-redesign .footer-cta-tile {
  display: grid;
  position: absolute;
  z-index: 2;
  width: 92px;
  height: 92px;
  top: 50%;
  place-items: center;
  border: 1px solid rgba(11, 95, 165, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
  color: var(--breves-blue-700);
  box-shadow: 0 16px 38px rgba(8, 47, 84, .12);
  transform: translateY(-50%) rotate(-7deg);
  backdrop-filter: blur(10px);
}

body.home-redesign .footer-cta-tile-brand {
  left: 58px;
}

body.home-redesign .footer-cta-tile-whatsapp {
  right: 58px;
  transform: translateY(-50%) rotate(6deg);
  transition: transform .2s ease, box-shadow .2s ease;
}

body.home-redesign .footer-cta-tile-whatsapp:hover {
  box-shadow: 0 20px 44px rgba(8, 47, 84, .18);
  transform: translateY(-53%) rotate(2deg);
}

body.home-redesign .footer-cta-tile img,
body.home-redesign .footer-cta-tile svg {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

body.home-redesign .footer-cta-tile-brand img {
  filter: none;
}

body.home-redesign .footer-cta-tile-whatsapp svg {
  fill: currentColor;
}

body.home-redesign .footer-rich .footer-top {
  display: grid;
  grid-template-columns: minmax(200px, 1.2fr) minmax(130px, .65fr) minmax(130px, .65fr) minmax(260px, 1fr);
  align-items: start;
  gap: 42px 56px;
  padding: 62px 18px 46px;
}

body.home-redesign .footer-rich .footer-brand-block {
  display: flex;
  max-width: none;
  align-items: flex-start;
}

body.home-redesign .footer-rich .footer-brand {
  display: inline-flex;
  margin: 0;
  align-items: center;
  gap: 12px;
}

body.home-redesign .footer-rich .footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: none;
}

body.home-redesign .footer-rich .footer-brand span {
  display: grid;
  gap: 2px;
  color: var(--breves-blue-950);
}

body.home-redesign .footer-rich .footer-brand b {
  color: var(--breves-blue-950) !important;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
}

body.home-redesign .footer-rich .footer-brand small {
  color: var(--breves-blue-700) !important;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
}

body.home-redesign .footer-rich .footer-col {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

body.home-redesign .footer-rich .footer-col h3 {
  margin: 0 0 9px;
  color: var(--breves-blue-700);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}

body.home-redesign .footer-rich .footer-col > a,
body.home-redesign .footer-rich .footer-contact a {
  color: #27445e;
  font-size: 14px;
  line-height: 1.5;
}

body.home-redesign .footer-rich .footer-col > a:hover,
body.home-redesign .footer-rich .footer-contact a:hover {
  color: var(--breves-blue-700);
}

body.home-redesign .footer-rich .footer-contact ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home-redesign .footer-rich .footer-contact li {
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: var(--breves-blue-700);
}

body.home-redesign .footer-rich .footer-contact li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

body.home-redesign .footer-rich .footer-social {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
}

body.home-redesign .footer-rich .footer-social a {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(11, 95, 165, .18);
  border-radius: 11px;
  background: #edf6ff;
  color: var(--breves-blue-700);
}

body.home-redesign .footer-rich .footer-social a:hover {
  border-color: rgba(11, 95, 165, .4);
  background: #dceeff;
  color: var(--breves-blue-900);
  transform: translateY(-1px);
}

body.home-redesign .footer-rich .footer-social svg {
  width: 17px;
  height: 17px;
}

body.home-redesign .footer-rich .footer-bottom {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 20px 18px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 14px 26px;
  border-top: 1px solid rgba(8, 47, 84, .1);
  color: #61778a;
  font: 500 11px/1.5 var(--sans);
}

body.home-redesign .footer-rich .footer-bottom > * {
  min-width: 0;
}

@media (max-width: 980px) {
  body.home-redesign .footer-cta-panel {
    min-height: 310px;
    padding-inline: 130px;
  }

  body.home-redesign .footer-cta-tile {
    width: 74px;
    height: 74px;
  }

  body.home-redesign .footer-cta-tile-brand {
    left: 34px;
  }

  body.home-redesign .footer-cta-tile-whatsapp {
    right: 34px;
  }

  body.home-redesign .footer-cta-tile img,
  body.home-redesign .footer-cta-tile svg {
    width: 40px;
    height: 40px;
  }

  body.home-redesign .footer-rich .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 50px;
  }

  body.home-redesign .footer-rich .footer-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  body.home-redesign .site-footer,
  body.home-redesign .site-footer.footer-rich {
    padding-top: 18px;
  }

  body.home-redesign .footer-rich > .section-frame {
    width: calc(100% - 24px);
  }

  body.home-redesign .footer-cta-panel {
    min-height: 0;
    padding: 54px 24px;
    border-radius: 22px;
  }

  body.home-redesign .footer-cta-tile {
    display: none;
  }

  body.home-redesign .footer-cta-content h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  body.home-redesign .footer-cta-content p {
    margin: 14px 0 24px;
    font-size: 15px;
  }

  body.home-redesign .footer-rich .footer-top {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 48px 6px 36px;
  }

  body.home-redesign .footer-rich .footer-brand-block {
    grid-column: auto;
  }

  body.home-redesign .footer-rich .footer-bottom {
    padding: 18px 6px 22px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px;
  }
}


/* BREVES_VISIBILITY_REPAIR_V15 — corrige conteúdo oculto do FAQ e isola o rodapé. */
body.home-redesign .faq-intro h2 {
  background: linear-gradient(90deg, #061d33 0%, #0b5fa5 100%) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.home-redesign .faq summary {
  display: grid !important;
  min-height: 72px !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 16px 18px !important;
}

body.home-redesign .faq summary > .faq-summary-main {
  display: flex !important;
  grid-column: 1 !important;
  min-width: 0;
  align-items: center !important;
  gap: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: var(--breves-blue-950) !important;
  font: 550 15px/1.45 var(--sans) !important;
}

body.home-redesign .faq summary .faq-summary-main > .faq-icon {
  display: grid !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  place-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .faq summary .faq-summary-main > span:last-child {
  display: block !important;
  min-width: 0;
  opacity: 1 !important;
  visibility: visible !important;
  color: var(--breves-blue-950) !important;
  font: 550 15px/1.45 var(--sans) !important;
}

body.home-redesign .faq summary > i {
  display: grid !important;
  grid-column: 2 !important;
  justify-self: end !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .faq details p {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .faq details[open] summary {
  border-bottom: 1px solid rgba(8, 47, 84, .1);
}

body.home-redesign .faq details[open] p {
  margin: 0 22px 24px 68px !important;
  padding: 18px 0 0 !important;
  border-top: 0 !important;
}

/* Rodapé isolado das regras antigas. */
body.home-redesign .site-footer.breves-footer {
  display: block !important;
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 28px 0 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: #ffffff !important;
  color: #061d33 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-frame {
  display: block !important;
  width: min(1240px, calc(100% - 36px));
  max-width: 1240px;
  margin-inline: auto;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-cta {
  display: grid !important;
  position: relative;
  min-height: 320px;
  overflow: hidden;
  place-items: center;
  padding: 52px 210px;
  border: 1px solid rgba(11, 95, 165, .14);
  border-radius: 26px;
  background:
    radial-gradient(430px 270px at 4% 100%, rgba(11, 95, 165, .16), transparent 70%),
    radial-gradient(410px 280px at 97% 0%, rgba(8, 47, 84, .15), transparent 70%),
    linear-gradient(135deg, #dbeaff 0%, #f8fbff 48%, #d7e9ff 100%) !important;
  box-shadow: 0 16px 48px rgba(8, 47, 84, .08);
  opacity: 1 !important;
  visibility: visible !important;
  isolation: isolate;
}

body.home-redesign .breves-footer-cta::before,
body.home-redesign .breves-footer-cta::after {
  position: absolute;
  z-index: -1;
  border: 52px solid rgba(10, 71, 120, .08);
  border-radius: 46%;
  content: "";
  pointer-events: none;
}

body.home-redesign .breves-footer-cta::before {
  width: 340px;
  height: 340px;
  left: -180px;
  bottom: -190px;
  transform: rotate(34deg);
}

body.home-redesign .breves-footer-cta::after {
  width: 310px;
  height: 310px;
  right: -160px;
  top: -185px;
  transform: rotate(-28deg);
}

body.home-redesign .breves-footer-cta-copy {
  display: flex !important;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-cta-copy h2 {
  display: block !important;
  max-width: 660px;
  margin: 0;
  color: #061d33 !important;
  font: 550 clamp(36px, 4vw, 52px)/1.08 var(--sans) !important;
  letter-spacing: -.045em;
  text-wrap: balance;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #061d33 !important;
}

body.home-redesign .breves-footer-cta-copy p {
  display: block !important;
  max-width: 570px;
  margin: 16px 0 25px;
  color: #425b70 !important;
  font: 400 16px/1.6 var(--sans) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-button {
  display: inline-flex !important;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a4778 !important;
  border-radius: 14px;
  background: linear-gradient(135deg, #082f54, #0b5fa5) !important;
  color: #ffffff !important;
  font: 650 14px/1 var(--sans) !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.home-redesign .breves-footer-tile {
  display: grid !important;
  position: absolute;
  z-index: 2;
  width: 88px;
  height: 88px;
  top: 50%;
  place-items: center;
  border: 1px solid rgba(11, 95, 165, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .8) !important;
  color: #0b5fa5 !important;
  box-shadow: 0 14px 34px rgba(8, 47, 84, .12);
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(-50%) rotate(-7deg);
}

body.home-redesign .breves-footer-tile-brand {
  left: 54px;
}

body.home-redesign .breves-footer-tile-whatsapp {
  right: 54px;
  transform: translateY(-50%) rotate(6deg);
}

body.home-redesign .breves-footer-tile img,
body.home-redesign .breves-footer-tile svg {
  display: block !important;
  width: 48px;
  height: 48px;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-tile img {
  object-fit: contain;
  filter: none !important;
}

body.home-redesign .breves-footer-tile svg {
  fill: currentColor;
}

body.home-redesign .breves-footer-main {
  display: grid !important;
  width: 100%;
  grid-template-columns: minmax(210px, 1.2fr) minmax(130px, .65fr) minmax(130px, .65fr) minmax(260px, 1fr);
  align-items: start;
  gap: 42px 54px;
  padding: 60px 18px 44px;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-brand {
  display: inline-flex !important;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #061d33 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-brand > img {
  display: block !important;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-brand > span {
  display: grid !important;
  gap: 2px;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-brand b,
body.home-redesign .breves-footer-brand small {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-brand b {
  color: #061d33 !important;
  font: 700 17px/1.1 var(--sans) !important;
  letter-spacing: .08em;
}

body.home-redesign .breves-footer-brand small {
  color: #0b5fa5 !important;
  font: 650 9px/1.1 var(--sans) !important;
  letter-spacing: .12em;
}

body.home-redesign .breves-footer-group {
  display: flex !important;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-group h3 {
  display: block !important;
  margin: 0 0 8px;
  color: #0b5fa5 !important;
  font: 650 12px/1.3 var(--sans) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-group > a,
body.home-redesign .breves-footer-email > span {
  display: flex !important;
  color: #27445e !important;
  font: 500 14px/1.5 var(--sans) !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #27445e !important;
}

body.home-redesign .breves-footer-group > a:hover {
  color: #0b5fa5 !important;
  -webkit-text-fill-color: #0b5fa5 !important;
}

body.home-redesign .breves-footer-email {
  display: flex !important;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

body.home-redesign .breves-footer-email > svg {
  display: block !important;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #0b5fa5;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-email > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.home-redesign .breves-footer-social {
  display: flex !important;
  margin-top: 10px;
  align-items: center;
  gap: 9px;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-social > a {
  display: grid !important;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(11, 95, 165, .2);
  border-radius: 11px;
  background: #edf6ff !important;
  color: #0b5fa5 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-social svg {
  display: block !important;
  width: 17px;
  height: 17px;
  fill: currentColor;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-bottom {
  display: flex !important;
  width: 100%;
  padding: 20px 18px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  border-top: 1px solid rgba(8, 47, 84, .1);
  color: #61778a !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .breves-footer-bottom > span {
  display: block !important;
  color: #61778a !important;
  font: 500 11px/1.5 var(--sans) !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #61778a !important;
}

@media (max-width: 980px) {
  body.home-redesign .breves-footer-cta {
    min-height: 300px;
    padding-inline: 124px;
  }

  body.home-redesign .breves-footer-tile {
    width: 72px;
    height: 72px;
  }

  body.home-redesign .breves-footer-tile-brand {
    left: 30px;
  }

  body.home-redesign .breves-footer-tile-whatsapp {
    right: 30px;
  }

  body.home-redesign .breves-footer-tile img,
  body.home-redesign .breves-footer-tile svg {
    width: 39px;
    height: 39px;
  }

  body.home-redesign .breves-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;
  }

  body.home-redesign .breves-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  body.home-redesign .site-footer.breves-footer {
    padding-top: 18px !important;
  }

  body.home-redesign .breves-footer-frame {
    width: calc(100% - 24px);
  }

  body.home-redesign .breves-footer-cta {
    min-height: 0;
    padding: 52px 22px;
    border-radius: 22px;
  }

  body.home-redesign .breves-footer-tile {
    display: none !important;
  }

  body.home-redesign .breves-footer-cta-copy h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  body.home-redesign .breves-footer-cta-copy p {
    margin: 14px 0 24px;
    font-size: 15px !important;
  }

  body.home-redesign .breves-footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: 46px 6px 34px;
  }

  body.home-redesign .breves-footer-brand {
    grid-column: auto;
  }

  body.home-redesign .breves-footer-bottom {
    padding: 18px 6px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  body.home-redesign .faq summary > .faq-summary-main,
  body.home-redesign .faq summary .faq-summary-main > span:last-child {
    font-size: 14px !important;
  }

  body.home-redesign .faq details[open] p {
    margin: 0 16px 20px !important;
    padding-top: 16px !important;
  }
}


/* BREVES_AUDIENCE_MEDIA_V16 — cards visuais inspirados no layout fornecido. */
body.home-redesign .mz-audience {
  padding: 96px 0 102px;
  border-top: 0;
  border-bottom: 1px solid rgba(8, 47, 84, .08);
  background:
    radial-gradient(620px 360px at 50% 0%, rgba(220, 239, 255, .58), transparent 72%),
    #ffffff !important;
  color: var(--breves-blue-950);
}

body.home-redesign .mz-audience-inner {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-inline: auto;
}

body.home-redesign .mz-audience-head {
  display: flex;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 48px;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
}

body.home-redesign .mz-audience h2 {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  color: var(--breves-blue-950);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 550;
  line-height: 1.09;
  letter-spacing: -.045em;
  text-align: center;
  text-wrap: balance;
}

body.home-redesign .mz-audience h2 em {
  display: inline;
  background: linear-gradient(90deg, var(--breves-blue-800), var(--breves-blue-600)) !important;
  color: var(--breves-blue-700) !important;
  font-weight: 700;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.home-redesign .mz-audience-head > p {
  max-width: 680px;
  margin: 16px auto 0;
  color: #526a7e;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
  text-wrap: pretty;
}

body.home-redesign .mz-audience-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 32px;
}

body.home-redesign .mz-audience-card,
body.home-redesign .mz-audience-card:nth-child(2),
body.home-redesign .mz-audience-card:nth-child(3) {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--breves-blue-950) !important;
  box-shadow: none !important;
  transform: none;
  transition: transform .3s ease;
}

body.home-redesign .mz-audience-card::before {
  display: none !important;
}

body.home-redesign .mz-audience-card:hover {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateY(-4px);
}

body.home-redesign .mz-audience-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(11, 95, 165, .14);
  border-radius: 18px;
  background: #eaf4fc;
  box-shadow: 0 14px 36px rgba(8, 47, 84, .08);
}

body.home-redesign .mz-audience-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(6, 29, 51, .14));
  content: "";
  pointer-events: none;
}

body.home-redesign .mz-audience-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(.98);
  transition: transform .45s ease, filter .3s ease;
}

body.home-redesign .mz-audience-card:hover .mz-audience-media img {
  filter: saturate(.92) contrast(1);
  transform: scale(1.025);
}

body.home-redesign .mz-audience-card h3,
body.home-redesign .mz-audience-card:nth-child(3) h3 {
  margin: 19px 0 0;
  color: var(--breves-blue-950) !important;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.02em;
}

body.home-redesign .mz-audience-card p,
body.home-redesign .mz-audience-card:nth-child(3) p {
  margin: 8px 0 0;
  color: #526a7e !important;
  font-size: 15px;
  line-height: 1.62;
  text-wrap: pretty;
}

@media (max-width: 860px) {
  body.home-redesign .mz-audience-grid {
    max-width: 620px;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  body.home-redesign .mz-audience-media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  body.home-redesign .mz-audience {
    padding: 68px 0 74px;
  }

  body.home-redesign .mz-audience-inner {
    width: calc(100% - 36px);
  }

  body.home-redesign .mz-audience-head {
    margin-bottom: 36px;
  }

  body.home-redesign .mz-audience h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.12;
  }

  body.home-redesign .mz-audience-head > p {
    margin-top: 14px;
    font-size: 15px;
  }

  body.home-redesign .mz-audience-grid {
    gap: 30px;
  }

  body.home-redesign .mz-audience-media {
    border-radius: 16px;
  }

  body.home-redesign .mz-audience-card h3,
  body.home-redesign .mz-audience-card:nth-child(3) h3 {
    margin-top: 16px;
    font-size: 17px;
  }
}


/* BREVES_AUDIENCE_COLOR_CARDS_V17 — cards sem fotos, um tom da paleta por cenário. */
body.home-redesign .mz-audience {
  padding: 94px 0 100px;
  background:
    radial-gradient(650px 380px at 50% 0%, rgba(220, 239, 255, .68), transparent 72%),
    #ffffff !important;
}

body.home-redesign .mz-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

body.home-redesign .mz-audience-card,
body.home-redesign .mz-audience-card:nth-child(2),
body.home-redesign .mz-audience-card:nth-child(3) {
  display: flex;
  min-width: 0;
  min-height: 278px;
  padding: 30px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid transparent !important;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(8, 47, 84, .1) !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

body.home-redesign .mz-audience-card:nth-child(1) {
  border-color: rgba(255, 255, 255, .12) !important;
  background:
    radial-gradient(300px 190px at 100% 0%, rgba(45, 133, 197, .32), transparent 72%),
    linear-gradient(145deg, #061d33, #082f54) !important;
  color: #ffffff !important;
}

body.home-redesign .mz-audience-card:nth-child(2) {
  border-color: rgba(255, 255, 255, .16) !important;
  background:
    radial-gradient(300px 190px at 100% 0%, rgba(117, 202, 255, .28), transparent 72%),
    linear-gradient(145deg, #0a4778, #0b6eb8) !important;
  color: #ffffff !important;
}

body.home-redesign .mz-audience-card:nth-child(3) {
  border-color: rgba(11, 95, 165, .16) !important;
  background:
    radial-gradient(300px 190px at 100% 0%, rgba(255, 255, 255, .82), transparent 72%),
    linear-gradient(145deg, #dcefff, #f5faff) !important;
  color: var(--breves-blue-950) !important;
}

body.home-redesign .mz-audience-card:hover,
body.home-redesign .mz-audience-card:nth-child(2):hover,
body.home-redesign .mz-audience-card:nth-child(3):hover {
  box-shadow: 0 22px 48px rgba(8, 47, 84, .15) !important;
  transform: translateY(-4px);
}

body.home-redesign .mz-audience-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: auto;
  place-items: center;
  border-radius: 15px;
}

body.home-redesign .mz-audience-card:nth-child(1) .mz-audience-icon,
body.home-redesign .mz-audience-card:nth-child(2) .mz-audience-icon {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
}

body.home-redesign .mz-audience-card:nth-child(3) .mz-audience-icon {
  border: 1px solid rgba(11, 95, 165, .14);
  background: rgba(255, 255, 255, .72);
  color: var(--breves-blue-700);
}

body.home-redesign .mz-audience-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-redesign .mz-audience-card h3,
body.home-redesign .mz-audience-card:nth-child(3) h3 {
  margin: 34px 0 0;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.02em;
}

body.home-redesign .mz-audience-card:nth-child(1) h3,
body.home-redesign .mz-audience-card:nth-child(2) h3 {
  color: #ffffff !important;
}

body.home-redesign .mz-audience-card:nth-child(3) h3 {
  color: var(--breves-blue-950) !important;
}

body.home-redesign .mz-audience-card p,
body.home-redesign .mz-audience-card:nth-child(3) p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.62;
  text-wrap: pretty;
}

body.home-redesign .mz-audience-card:nth-child(1) p,
body.home-redesign .mz-audience-card:nth-child(2) p {
  color: rgba(255, 255, 255, .78) !important;
}

body.home-redesign .mz-audience-card:nth-child(3) p {
  color: #425b70 !important;
}

@media (max-width: 860px) {
  body.home-redesign .mz-audience-grid {
    max-width: 640px;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  body.home-redesign .mz-audience-card,
  body.home-redesign .mz-audience-card:nth-child(2),
  body.home-redesign .mz-audience-card:nth-child(3) {
    min-height: 240px;
  }
}

@media (max-width: 620px) {
  body.home-redesign .mz-audience {
    padding: 68px 0 74px;
  }

  body.home-redesign .mz-audience-card,
  body.home-redesign .mz-audience-card:nth-child(2),
  body.home-redesign .mz-audience-card:nth-child(3) {
    min-height: 230px;
    padding: 26px 24px;
    border-radius: 19px;
  }

  body.home-redesign .mz-audience-icon {
    width: 50px;
    height: 50px;
  }

  body.home-redesign .mz-audience-card h3,
  body.home-redesign .mz-audience-card:nth-child(3) h3 {
    margin-top: 28px;
    font-size: 18px;
  }
}


/* BREVES_SECTION_TRANSITION_V18 — transição contínua entre seções e paleta em ordem clara → escura. */
body.home-redesign .mz-audience {
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background:
    radial-gradient(650px 380px at 50% 0%, rgba(220, 239, 255, .68), transparent 72%),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff calc(100% - 104px),
      #d6dde4 100%
    ) !important;
}

body.home-redesign .mz-products {
  border: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  background:
    radial-gradient(760px 340px at 84% 16%, rgba(220, 239, 255, .72), transparent 70%),
    linear-gradient(
      180deg,
      #d6dde4 0,
      #e7ecf1 92px,
      #f5f8fa 190px,
      #ffffff 100%
    ) !important;
}

/* Ordem cromática: azul-claro, azul médio e azul-marinho. */
body.home-redesign .mz-audience-card:nth-child(1) {
  border-color: rgba(11, 95, 165, .16) !important;
  background:
    radial-gradient(300px 190px at 100% 0%, rgba(255, 255, 255, .88), transparent 72%),
    linear-gradient(145deg, #dcefff, #f5faff) !important;
  color: var(--breves-blue-950) !important;
}

body.home-redesign .mz-audience-card:nth-child(2) {
  border-color: rgba(255, 255, 255, .16) !important;
  background:
    radial-gradient(300px 190px at 100% 0%, rgba(117, 202, 255, .28), transparent 72%),
    linear-gradient(145deg, #0b6eb8, #0a4778) !important;
  color: #ffffff !important;
}

body.home-redesign .mz-audience-card:nth-child(3) {
  border-color: rgba(255, 255, 255, .12) !important;
  background:
    radial-gradient(300px 190px at 100% 0%, rgba(45, 133, 197, .32), transparent 72%),
    linear-gradient(145deg, #082f54, #061d33) !important;
  color: #ffffff !important;
}

body.home-redesign .mz-audience-card > .mz-audience-icon {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .mz-audience-card:nth-child(1) .mz-audience-icon {
  border: 1px solid rgba(11, 95, 165, .14) !important;
  background: rgba(255, 255, 255, .76) !important;
  color: var(--breves-blue-700) !important;
}

body.home-redesign .mz-audience-card:nth-child(2) .mz-audience-icon,
body.home-redesign .mz-audience-card:nth-child(3) .mz-audience-icon {
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #ffffff !important;
}

body.home-redesign .mz-audience-icon svg {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.home-redesign .mz-audience-card:nth-child(1) h3 {
  color: var(--breves-blue-950) !important;
}

body.home-redesign .mz-audience-card:nth-child(2) h3,
body.home-redesign .mz-audience-card:nth-child(3) h3 {
  color: #ffffff !important;
}

body.home-redesign .mz-audience-card:nth-child(1) p {
  color: #425b70 !important;
}

body.home-redesign .mz-audience-card:nth-child(2) p,
body.home-redesign .mz-audience-card:nth-child(3) p {
  color: rgba(255, 255, 255, .8) !important;
}

@media (max-width: 620px) {
  body.home-redesign .mz-audience {
    background:
      radial-gradient(520px 300px at 50% 0%, rgba(220, 239, 255, .62), transparent 72%),
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff calc(100% - 76px),
        #d6dde4 100%
      ) !important;
  }

  body.home-redesign .mz-products {
    background:
      linear-gradient(
        180deg,
        #d6dde4 0,
        #e7ecf1 68px,
        #f5f8fa 140px,
        #ffffff 100%
      ) !important;
  }
}


/* BREVES_FAQ_CONTRAST_AND_FOOTER_LOGO_V19 — FAQ em contraste e logo do CTA sem cartão ao redor. */
body.home-redesign .faq {
  border: 0 !important;
  background:
    radial-gradient(720px 420px at 12% 0%, rgba(11, 110, 184, .34), transparent 72%),
    radial-gradient(620px 360px at 100% 100%, rgba(52, 151, 222, .18), transparent 72%),
    linear-gradient(145deg, #061d33 0%, #082f54 56%, #0a4778 100%) !important;
}

body.home-redesign .faq-intro h2 {
  background: none !important;
  color: #ffffff !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}

body.home-redesign .faq details {
  border-color: rgba(255, 255, 255, .16) !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(0, 18, 34, .18) !important;
}

body.home-redesign .breves-footer-tile-brand {
  width: 104px !important;
  height: 104px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-redesign .breves-footer-tile-brand img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  body.home-redesign .breves-footer-tile-brand {
    width: 84px !important;
    height: 84px !important;
  }

  body.home-redesign .breves-footer-tile-brand img {
    width: 58px !important;
    height: 58px !important;
  }
}


/* BREVES_FAQ_WHITE_SPLIT_TITLE_V20 — fundo branco e título em dois tons, como a seção de método. */
body.home-redesign .faq {
  border: 0 !important;
  background: #ffffff !important;
}

body.home-redesign .faq-intro h2 {
  background: none !important;
  color: var(--breves-blue-950) !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: var(--breves-blue-950) !important;
}

body.home-redesign .faq-intro h2 em {
  display: inline !important;
  background: linear-gradient(90deg, #0a4778 0%, #168bd1 55%, #43a7e8 100%) !important;
  color: var(--breves-blue-700) !important;
  font-style: normal;
  font-weight: 700;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.home-redesign .faq details,
body.home-redesign .faq details[open] {
  border-color: rgba(8, 47, 84, .14) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 32px rgba(8, 47, 84, .07) !important;
}

body.home-redesign .faq details:hover,
body.home-redesign .faq details[open] {
  border-color: rgba(11, 95, 165, .3) !important;
  box-shadow: 0 16px 38px rgba(8, 47, 84, .09) !important;
}


/* BREVES_CONNECTED_FLOW_V21 — mapa de automação inspirado em fluxos visuais, sem coleção de cards. */
body.home-redesign .breves-flow-map {
  position: relative;
  min-height: 470px;
  margin-top: 52px;
  padding: 26px 34px 34px;
  overflow: hidden;
  border: 1px solid rgba(67, 167, 232, .22);
  border-radius: 28px;
  background:
    radial-gradient(540px 300px at 50% 48%, rgba(11, 110, 184, .24), transparent 72%),
    radial-gradient(360px 260px at 100% 0%, rgba(67, 167, 232, .12), transparent 72%),
    radial-gradient(circle at 1px 1px, rgba(191, 229, 255, .12) 1px, transparent 1.2px),
    linear-gradient(145deg, #061525 0%, #071d33 52%, #082f54 100%);
  background-size: auto, auto, 22px 22px, auto;
  box-shadow: 0 28px 70px rgba(6, 29, 51, .18);
  isolation: isolate;
}

body.home-redesign .breves-flow-map::after {
  position: absolute;
  z-index: 0;
  width: 440px;
  height: 440px;
  left: 50%;
  top: 52%;
  border-radius: 50%;
  background: rgba(22, 139, 209, .1);
  filter: blur(70px);
  content: "";
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.home-redesign .breves-flow-topline,
body.home-redesign .breves-flow-layout,
body.home-redesign .breves-flow-lines {
  position: relative;
  z-index: 2;
}

body.home-redesign .breves-flow-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-redesign .breves-flow-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bfe5ff;
  letter-spacing: .03em;
  text-transform: none;
}

body.home-redesign .breves-flow-live::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43a7e8;
  box-shadow: 0 0 0 5px rgba(67, 167, 232, .12);
  content: "";
  animation: breves-flow-pulse 2.2s ease-in-out infinite;
}

body.home-redesign .breves-flow-layout {
  display: grid;
  min-height: 360px;
  margin-top: 20px;
  grid-template-columns: 270px minmax(300px, 1fr) 270px;
  align-items: center;
  gap: 100px;
}

body.home-redesign .breves-flow-stage {
  min-width: 0;
}

body.home-redesign .breves-flow-stage-label {
  display: block;
  margin: 0 0 12px 4px;
  color: rgba(191, 229, 255, .68);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.home-redesign .breves-flow-nodes {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

body.home-redesign .breves-flow-node {
  display: grid;
  min-height: 76px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border: 1px solid rgba(191, 229, 255, .16);
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 12px 28px rgba(0, 12, 24, .15);
  color: #ffffff;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

body.home-redesign .breves-flow-node:hover {
  border-color: rgba(107, 190, 242, .46);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}

body.home-redesign .breves-flow-node-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(107, 190, 242, .24);
  border-radius: 12px;
  background: rgba(11, 110, 184, .2);
  color: #75caff;
}

body.home-redesign .breves-flow-node-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-redesign .breves-flow-node-copy {
  display: block;
  min-width: 0;
}

body.home-redesign .breves-flow-node strong,
body.home-redesign .breves-flow-node small {
  display: block;
}

body.home-redesign .breves-flow-node strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

body.home-redesign .breves-flow-node small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .56);
  font-size: 11px;
  font-weight: 450;
  line-height: 1.35;
}

body.home-redesign .breves-flow-stage-output .breves-flow-node {
  border-color: rgba(117, 202, 255, .24);
  background: linear-gradient(135deg, rgba(11, 110, 184, .24), rgba(255, 255, 255, .07));
}

body.home-redesign .breves-flow-stage-output .breves-flow-node-icon {
  background: rgba(117, 202, 255, .14);
  color: #bfe5ff;
}

body.home-redesign .breves-flow-core {
  display: grid;
  position: relative;
  z-index: 3;
  min-height: 238px;
  place-items: center;
  align-content: center;
  padding: 30px;
  border: 1px solid rgba(117, 202, 255, .48);
  border-radius: 24px;
  background:
    radial-gradient(220px 150px at 50% 0%, rgba(117, 202, 255, .22), transparent 72%),
    linear-gradient(145deg, rgba(10, 71, 120, .96), rgba(6, 29, 51, .98));
  box-shadow:
    0 0 0 8px rgba(67, 167, 232, .045),
    0 24px 56px rgba(0, 11, 22, .3);
  text-align: center;
}

body.home-redesign .breves-flow-core-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(191, 229, 255, .28);
  border-radius: 17px;
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
}

body.home-redesign .breves-flow-core-mark svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-redesign .breves-flow-core > small {
  color: #75caff;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-redesign .breves-flow-core > strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -.03em;
}

body.home-redesign .breves-flow-core > p {
  max-width: 280px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.55;
}

body.home-redesign .breves-flow-lines {
  position: absolute;
  z-index: 1;
  inset: 72px 20px 26px;
  width: calc(100% - 40px);
  height: calc(100% - 98px);
  overflow: visible;
  pointer-events: none;
}

body.home-redesign .breves-flow-lines path {
  fill: none;
  stroke: url(#breves-flow-gradient);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 10;
  animation: breves-flow-dash 9s linear infinite;
}

body.home-redesign .breves-flow-lines circle {
  fill: #75caff;
  filter: drop-shadow(0 0 6px rgba(117, 202, 255, .8));
}

@keyframes breves-flow-dash {
  to { stroke-dashoffset: -170; }
}

@keyframes breves-flow-pulse {
  0%, 100% { opacity: .55; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 1040px) {
  body.home-redesign .breves-flow-map {
    min-height: 0;
    padding: 24px 26px 30px;
  }

  body.home-redesign .breves-flow-layout {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  body.home-redesign .breves-flow-stage {
    width: 100%;
  }

  body.home-redesign .breves-flow-stage-label {
    margin-left: 0;
    text-align: center;
  }

  body.home-redesign .breves-flow-nodes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body.home-redesign .breves-flow-core {
    width: min(480px, 100%);
    min-height: 220px;
    margin-inline: auto;
  }

  body.home-redesign .breves-flow-lines {
    display: none;
  }

  body.home-redesign .breves-flow-core::before,
  body.home-redesign .breves-flow-core::after {
    position: absolute;
    width: 2px;
    height: 42px;
    left: 50%;
    background: linear-gradient(180deg, rgba(117, 202, 255, .1), #75caff);
    content: "";
    transform: translateX(-50%);
  }

  body.home-redesign .breves-flow-core::before {
    top: -42px;
  }

  body.home-redesign .breves-flow-core::after {
    bottom: -42px;
    background: linear-gradient(180deg, #75caff, rgba(117, 202, 255, .1));
  }
}

@media (max-width: 620px) {
  body.home-redesign .breves-flow-map {
    margin-top: 36px;
    padding: 20px 14px 22px;
    border-radius: 22px;
  }

  body.home-redesign .breves-flow-topline {
    padding-inline: 4px;
    font-size: 10px;
  }

  body.home-redesign .breves-flow-layout {
    margin-top: 24px;
    gap: 34px;
  }

  body.home-redesign .breves-flow-nodes {
    gap: 7px;
  }

  body.home-redesign .breves-flow-node {
    min-height: 92px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    padding: 10px 6px;
    text-align: center;
  }

  body.home-redesign .breves-flow-node-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  body.home-redesign .breves-flow-node-icon svg {
    width: 18px;
    height: 18px;
  }

  body.home-redesign .breves-flow-node strong {
    font-size: 11px;
    line-height: 1.25;
  }

  body.home-redesign .breves-flow-node small {
    display: none;
  }

  body.home-redesign .breves-flow-core {
    min-height: 208px;
    padding: 25px 20px;
    border-radius: 20px;
  }

  body.home-redesign .breves-flow-core > p {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign .breves-flow-lines path,
  body.home-redesign .breves-flow-live::before {
    animation: none;
  }
}


/* BREVES_CLEAN_SYSTEM_WHEEL_V22 — diagrama circular leve, inspirado na composição fornecida. */
body.home-redesign .breves-system-map {
  width: min(1040px, 100%);
  margin: 54px auto 0;
}

body.home-redesign .breves-system-visual {
  display: grid;
  position: relative;
  min-height: 500px;
  grid-template-columns: 240px 400px 240px;
  align-items: center;
  justify-content: center;
  gap: 58px;
}

body.home-redesign .breves-system-side {
  display: flex;
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
}

body.home-redesign .breves-system-callout {
  display: grid;
  min-width: 0;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  color: var(--breves-blue-950);
}

body.home-redesign .breves-system-side-right .breves-system-callout {
  grid-template-columns: minmax(0, 1fr) 44px;
  text-align: right;
}

body.home-redesign .breves-system-callout-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(11, 95, 165, .18);
  border-radius: 50%;
  background: #ffffff;
  color: var(--breves-blue-700);
  box-shadow: 0 8px 22px rgba(8, 47, 84, .08);
}

body.home-redesign .breves-system-callout-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-redesign .breves-system-callout-copy,
body.home-redesign .breves-system-callout strong,
body.home-redesign .breves-system-callout small {
  display: block;
}

body.home-redesign .breves-system-callout strong {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

body.home-redesign .breves-system-callout small {
  margin-top: 4px;
  color: #62798d;
  font-size: 12px;
  line-height: 1.45;
}

body.home-redesign .breves-system-wheel {
  display: grid;
  position: relative;
  z-index: 3;
  width: 400px;
  height: 400px;
  place-items: center;
}

body.home-redesign .breves-system-ring {
  position: relative;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(8, 47, 84, .1);
  border-radius: 50%;
  background:
    conic-gradient(
      from -60deg,
      #dcefff 0 31.4%,
      #ffffff 31.4% 33.3%,
      #168bd1 33.3% 64.7%,
      #ffffff 64.7% 66.6%,
      #082f54 66.6% 98.1%,
      #ffffff 98.1% 100%
    );
  box-shadow: 0 24px 60px rgba(8, 47, 84, .12);
}

body.home-redesign .breves-system-ring::before {
  position: absolute;
  z-index: 2;
  inset: 103px;
  border: 1px solid rgba(8, 47, 84, .12);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(8, 47, 84, .1);
  content: "";
}

body.home-redesign .breves-system-center {
  display: grid;
  position: absolute;
  z-index: 4;
  inset: 116px;
  place-items: center;
  align-content: center;
  text-align: center;
}

body.home-redesign .breves-system-center > span {
  color: var(--breves-blue-950);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: .08em;
}

body.home-redesign .breves-system-center > small {
  max-width: 112px;
  margin-top: 5px;
  color: #62798d;
  font-size: 10px;
  line-height: 1.4;
}

body.home-redesign .breves-system-step {
  display: grid;
  position: absolute;
  z-index: 3;
  width: 122px;
  justify-items: center;
  color: #ffffff;
  text-align: center;
}

body.home-redesign .breves-system-step > span {
  display: grid;
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  font-size: 10px;
  font-weight: 700;
}

body.home-redesign .breves-system-step > strong,
body.home-redesign .breves-system-step > small {
  display: block;
}

body.home-redesign .breves-system-step > strong {
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
}

body.home-redesign .breves-system-step > small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  line-height: 1.35;
}

body.home-redesign .breves-system-step-connect {
  left: 129px;
  top: 24px;
  color: var(--breves-blue-950);
}

body.home-redesign .breves-system-step-connect > span {
  border-color: rgba(11, 95, 165, .22);
  background: rgba(255, 255, 255, .62);
}

body.home-redesign .breves-system-step-connect > small {
  color: #526e84;
}

body.home-redesign .breves-system-step-automate {
  right: 21px;
  bottom: 64px;
}

body.home-redesign .breves-system-step-decide {
  left: 21px;
  bottom: 64px;
}

body.home-redesign .breves-system-connectors {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body.home-redesign .breves-system-connectors path {
  fill: none;
  stroke: rgba(11, 95, 165, .28);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-dasharray: 4 6;
  animation: breves-system-line 12s linear infinite;
}

body.home-redesign .breves-system-connectors circle {
  fill: #168bd1;
  opacity: .72;
}

@keyframes breves-system-line {
  to { stroke-dashoffset: -120; }
}

@media (max-width: 980px) {
  body.home-redesign .breves-system-map {
    width: min(680px, 100%);
    margin-top: 44px;
  }

  body.home-redesign .breves-system-visual {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  body.home-redesign .breves-system-wheel {
    grid-row: 2;
    justify-self: center;
  }

  body.home-redesign .breves-system-side {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  body.home-redesign .breves-system-side-left {
    grid-row: 1;
  }

  body.home-redesign .breves-system-side-right {
    grid-row: 3;
  }

  body.home-redesign .breves-system-side-right .breves-system-callout {
    grid-template-columns: 44px minmax(0, 1fr);
    text-align: left;
  }

  body.home-redesign .breves-system-side-right .breves-system-callout-icon {
    grid-column: 1;
    grid-row: 1;
  }

  body.home-redesign .breves-system-side-right .breves-system-callout-copy {
    grid-column: 2;
    grid-row: 1;
  }

  body.home-redesign .breves-system-connectors {
    display: none;
  }
}

@media (max-width: 620px) {
  body.home-redesign .breves-system-map {
    margin-top: 34px;
  }

  body.home-redesign .breves-system-visual {
    gap: 28px;
  }

  body.home-redesign .breves-system-wheel {
    width: 310px;
    height: 310px;
  }

  body.home-redesign .breves-system-ring {
    width: 294px;
    height: 294px;
  }

  body.home-redesign .breves-system-ring::before {
    inset: 80px;
  }

  body.home-redesign .breves-system-center {
    inset: 90px;
  }

  body.home-redesign .breves-system-center > span {
    font-size: 16px;
  }

  body.home-redesign .breves-system-center > small {
    font-size: 9px;
  }

  body.home-redesign .breves-system-step {
    width: 96px;
  }

  body.home-redesign .breves-system-step > span {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }

  body.home-redesign .breves-system-step > strong {
    font-size: 12px;
  }

  body.home-redesign .breves-system-step > small {
    font-size: 8px;
  }

  body.home-redesign .breves-system-step-connect {
    left: 99px;
    top: 17px;
  }

  body.home-redesign .breves-system-step-automate {
    right: 14px;
    bottom: 48px;
  }

  body.home-redesign .breves-system-step-decide {
    left: 14px;
    bottom: 48px;
  }

  body.home-redesign .breves-system-side {
    gap: 18px 12px;
  }

  body.home-redesign .breves-system-callout {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
  }

  body.home-redesign .breves-system-side-right .breves-system-callout {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  body.home-redesign .breves-system-callout-icon {
    width: 38px;
    height: 38px;
  }

  body.home-redesign .breves-system-callout strong {
    font-size: 12px;
  }

  body.home-redesign .breves-system-callout small {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign .breves-system-connectors path {
    animation: none;
  }
}


/* BREVES_SYSTEM_SPLIT_HERO_V23 — composição clean em duas colunas: mensagem + diagrama único. */
body.home-redesign .breves-system-split {
  display: grid;
  width: min(1120px, 100%);
  min-height: 520px;
  margin: 0 auto;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

body.home-redesign .breves-system-copy {
  max-width: 520px;
  text-align: left;
}

body.home-redesign .breves-system-copy h2 {
  max-width: 520px;
  margin: 0;
  color: var(--breves-blue-950);
  font-size: clamp(40px, 4.4vw, 60px);
  font-weight: 520;
  line-height: 1.06;
  letter-spacing: -.05em;
  text-wrap: balance;
}

body.home-redesign .breves-system-copy h2 em {
  display: inline;
  background: linear-gradient(90deg, #0a4778 0%, #168bd1 65%, #43a7e8 100%);
  color: var(--breves-blue-700);
  font-style: normal;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-redesign .breves-system-copy > p {
  max-width: 470px;
  margin: 22px 0 0;
  color: #526b80;
  font-size: 16px;
  line-height: 1.7;
}

body.home-redesign .breves-system-points {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

body.home-redesign .breves-system-points li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--breves-blue-950);
  font-size: 14px;
  font-weight: 600;
}

body.home-redesign .breves-system-points li::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #168bd1;
  box-shadow: 0 0 0 4px rgba(22, 139, 209, .11);
  content: "";
}

body.home-redesign .breves-system-art {
  display: grid;
  position: relative;
  min-height: 500px;
  place-items: center;
  margin: 0;
}

body.home-redesign .breves-system-art::before {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(220, 239, 255, .72) 0%, rgba(238, 247, 255, .42) 48%, transparent 72%);
  content: "";
  pointer-events: none;
}

body.home-redesign .breves-system-art .breves-system-wheel {
  z-index: 1;
}

body.home-redesign .breves-system-art .breves-system-ring {
  box-shadow: 0 22px 58px rgba(8, 47, 84, .1);
}

@media (max-width: 900px) {
  body.home-redesign .breves-system-split {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  body.home-redesign .breves-system-copy {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  body.home-redesign .breves-system-copy h2,
  body.home-redesign .breves-system-copy > p {
    max-width: 680px;
    margin-inline: auto;
  }

  body.home-redesign .breves-system-copy > p {
    margin-top: 18px;
  }

  body.home-redesign .breves-system-points {
    display: flex;
    max-width: 640px;
    margin: 26px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
  }

  body.home-redesign .breves-system-art {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  body.home-redesign .breves-system-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  body.home-redesign .breves-system-copy > p {
    font-size: 15px;
  }

  body.home-redesign .breves-system-points {
    display: grid;
    justify-content: start;
    text-align: left;
  }

  body.home-redesign .breves-system-art {
    min-height: 330px;
  }

  body.home-redesign .breves-system-art::before {
    width: 340px;
    height: 340px;
  }
}


/* BREVES_SYSTEM_TITLE_SPACING_V24 — linhas de título equilibradas e rótulos do diagrama mais legíveis. */
body.home-redesign .breves-system-split {
  width: min(1180px, 100%);
  grid-template-columns: minmax(560px, 1.15fr) minmax(400px, .85fr);
  gap: 58px;
}

body.home-redesign .breves-system-copy {
  width: 100%;
  max-width: 610px;
}

body.home-redesign .breves-system-copy h2 {
  width: 100% !important;
  max-width: 610px !important;
  font-size: clamp(42px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -.045em;
  text-align: left !important;
}

body.home-redesign .breves-system-copy h2 > span {
  display: block;
  white-space: nowrap;
}

body.home-redesign .breves-system-copy > p {
  margin-top: 24px;
}

body.home-redesign .breves-system-art > figcaption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.home-redesign .breves-system-step > span {
  margin-bottom: 8px;
}

body.home-redesign .breves-system-step > strong {
  line-height: 1.12;
  letter-spacing: -.015em;
}

body.home-redesign .breves-system-step > small {
  margin-top: 5px;
  line-height: 1.25;
}

body.home-redesign .breves-system-center > span {
  line-height: 1;
}

body.home-redesign .breves-system-center > small {
  margin-top: 8px;
}

@media (max-width: 1100px) and (min-width: 901px) {
  body.home-redesign .breves-system-split {
    grid-template-columns: minmax(430px, 1fr) 390px;
    gap: 36px;
  }

  body.home-redesign .breves-system-copy h2 {
    font-size: clamp(38px, 4.2vw, 48px);
  }

  body.home-redesign .breves-system-copy h2 > span {
    white-space: normal;
  }
}

@media (max-width: 900px) {
  body.home-redesign .breves-system-copy h2 {
    max-width: 720px !important;
    text-align: center !important;
  }

  body.home-redesign .breves-system-copy h2 > span {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  body.home-redesign .breves-system-copy h2 {
    line-height: 1.1;
    letter-spacing: -.04em;
  }
}


/* BREVES_FAQ_LABEL_V1 — etiqueta compacta no lugar do título da seção. */
body.home-redesign .faq-intro {
  max-width: none;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}

body.home-redesign .faq-label {
  width: 144px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border: 1px solid rgba(11, 95, 165, .22);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--breves-blue-800) 0%, #168bd1 100%);
  color: #ffffff;
  font: 500 10px/1 var(--sans);
  letter-spacing: .02em;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  body.home-redesign .faq-label {
    width: 128px;
  }
}


/* BREVES_FOOTER_KINETIC_TITLE_V1 — entrada em perspectiva palavra por palavra. */
body.home-redesign .footer-kinetic-title {
  perspective: 1000px;
  transform-style: preserve-3d;
}

body.home-redesign .footer-title-words {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: .26em;
  overflow: visible;
}

body.home-redesign .footer-title-word {
  display: inline-block;
  overflow: hidden;
  padding: .08em .04em;
  margin: -.08em -.04em;
  vertical-align: bottom;
}

body.home-redesign .footer-title-word > span {
  display: inline-block;
  transform-origin: 50% 100%;
}

body.home-redesign .footer-kinetic-title.is-ready .footer-title-word > span {
  opacity: 0;
  transform: translateY(115%) rotateX(-24deg);
  transition:
    transform .82s cubic-bezier(.16, 1, .3, 1),
    opacity .5s ease;
}

body.home-redesign .footer-kinetic-title.is-ready .footer-title-word:nth-child(2) > span {
  transition-delay: 80ms;
}

body.home-redesign .footer-kinetic-title.is-ready .footer-title-word:nth-child(3) > span {
  transition-delay: 160ms;
}

body.home-redesign .footer-kinetic-title.is-ready .footer-title-word:nth-child(4) > span {
  transition-delay: 240ms;
}

body.home-redesign .footer-kinetic-title.is-ready.is-animated .footer-title-word > span {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign .footer-kinetic-title.is-ready .footer-title-word > span {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* BREVES_SYSTEM_WHEEL_REFINEMENT_V25 — rótulos sem numeração e transição sem corte. */
body.home-redesign .mz-audience {
  background:
    radial-gradient(650px 380px at 50% 0%, rgba(220, 239, 255, .68), transparent 72%),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 62%,
      #f7f9fb 76%,
      #e8edf1 89%,
      #d6dde4 100%
    ) !important;
}

body.home-redesign .breves-system-art,
body.home-redesign .breves-system-wheel,
body.home-redesign .breves-system-ring {
  overflow: visible;
}

body.home-redesign .breves-system-step {
  width: 112px;
}

body.home-redesign .breves-system-step > small {
  width: 92px;
  margin-inline: auto;
  text-wrap: balance;
}

body.home-redesign .breves-system-step-connect {
  left: 134px;
  top: 48px;
}

body.home-redesign .breves-system-step-automate {
  right: 24px;
  bottom: 82px;
}

body.home-redesign .breves-system-step-decide {
  left: 24px;
  bottom: 82px;
}

@media (max-width: 620px) {
  body.home-redesign .mz-audience {
    background:
      radial-gradient(520px 300px at 50% 0%, rgba(220, 239, 255, .62), transparent 72%),
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 60%,
        #f7f9fb 74%,
        #e8edf1 88%,
        #d6dde4 100%
      ) !important;
  }

  body.home-redesign .breves-system-step {
    width: 86px;
  }

  body.home-redesign .breves-system-step > small {
    width: 76px;
    line-height: 1.3;
  }

  body.home-redesign .breves-system-step-connect {
    left: 104px;
    top: 35px;
  }

  body.home-redesign .breves-system-step-automate {
    right: 20px;
    bottom: 60px;
  }

  body.home-redesign .breves-system-step-decide {
    left: 20px;
    bottom: 60px;
  }
}


/* BREVES_FORM_REFINEMENT_V26 — formulário mais compacto, claro e consistente. */
body.home-redesign .mz-fale,
body.home-redesign .mz-hero.is-limpo .mz-fale {
  max-width: 440px;
  padding: 32px 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(11, 95, 165, .2);
  border-top: 4px solid #168bd1;
  border-radius: 24px;
  background:
    radial-gradient(320px 180px at 100% 0%, rgba(220, 239, 255, .58), transparent 72%),
    #ffffff;
  box-shadow: 0 24px 68px rgba(6, 29, 51, .2);
}

body.home-redesign .mz-fale h2 {
  max-width: 330px;
  margin: 0 0 24px;
  color: var(--breves-blue-950);
  font-size: 22px;
  line-height: 1.25;
}

body.home-redesign .mz-fale-campos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 12px;
}

body.home-redesign .mz-fale-campos .field {
  min-width: 0;
  gap: 7px;
}

body.home-redesign .mz-fale-campos .field:nth-child(3),
body.home-redesign .mz-fale-campos .field:nth-child(4),
body.home-redesign .mz-fale-campos > .mz-fale-enviar,
body.home-redesign .mz-fale-campos > .form-ok {
  grid-column: 1 / -1;
}

body.home-redesign .mz-fale-campos label {
  color: var(--breves-blue-900);
  font-size: 11px;
  font-weight: 650;
}

body.home-redesign .mz-fale-campos input,
body.home-redesign .mz-fale-campos textarea {
  width: 100%;
  border-color: rgba(11, 95, 165, .18);
  background: #f7fbff;
  color: var(--breves-blue-950);
  transition:
    border-color .2s ease,
    background-color .2s ease,
    box-shadow .2s ease;
}

body.home-redesign .mz-fale-campos input::placeholder,
body.home-redesign .mz-fale-campos textarea::placeholder {
  color: #6a7e91;
}

body.home-redesign .mz-fale-campos input:hover,
body.home-redesign .mz-fale-campos textarea:hover {
  border-color: rgba(11, 95, 165, .34);
}

body.home-redesign .mz-fale-campos input:focus,
body.home-redesign .mz-fale-campos textarea:focus {
  border-color: #168bd1;
  outline: 0;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(22, 139, 209, .12);
}

body.home-redesign .mz-fale-campos textarea {
  min-height: 92px;
  resize: vertical;
}

body.home-redesign .mz-fale .mz-fale-enviar,
body.home-redesign .mz-hero.is-limpo .mz-fale .mz-fale-enviar {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  margin-top: 2px;
  border-color: var(--breves-blue-800);
  background: linear-gradient(110deg, var(--breves-blue-800), #168bd1);
  color: #ffffff;
}

body.home-redesign .mz-fale .mz-fale-enviar:hover,
body.home-redesign .mz-hero.is-limpo .mz-fale .mz-fale-enviar:hover {
  border-color: var(--breves-blue-700);
  background: linear-gradient(110deg, var(--breves-blue-900), var(--breves-blue-700));
}

@media (max-width: 520px) {
  body.home-redesign .mz-fale,
  body.home-redesign .mz-hero.is-limpo .mz-fale {
    padding: 26px 20px 22px;
    border-radius: 20px;
  }

  body.home-redesign .mz-fale h2 {
    margin-bottom: 21px;
    font-size: 20px;
  }

  body.home-redesign .mz-fale-campos {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  body.home-redesign .mz-fale-campos .field:nth-child(3),
  body.home-redesign .mz-fale-campos .field:nth-child(4),
  body.home-redesign .mz-fale-campos > .mz-fale-enviar,
  body.home-redesign .mz-fale-campos > .form-ok {
    grid-column: 1;
  }
}


/* BREVES_FOOTER_SURFACE_EFFECT_V27 — profundidade tecnológica sutil no quadro final. */
body.home-redesign .breves-footer-surface-effect {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background:
    radial-gradient(circle at 1px 1px, rgba(11, 95, 165, .11) 1px, transparent 1.3px);
  background-position: 0 0;
  background-size: 27px 27px;
  opacity: .48;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  animation: breves-footer-grid-drift 18s linear infinite;
}

body.home-redesign .breves-footer-surface-effect::before {
  position: absolute;
  width: 54%;
  height: 190%;
  left: -30%;
  top: -46%;
  border-radius: 50%;
  background: linear-gradient(
    100deg,
    transparent 20%,
    rgba(67, 167, 232, .2) 50%,
    transparent 80%
  );
  filter: blur(18px);
  content: "";
  transform: rotate(12deg);
  animation: breves-footer-light-pass 9s cubic-bezier(.45, 0, .55, 1) infinite;
}

body.home-redesign .breves-footer-cta-copy {
  position: relative;
  z-index: 2;
}

body.home-redesign .breves-footer-tile {
  z-index: 2;
}

@keyframes breves-footer-grid-drift {
  to {
    background-position: 27px 27px;
  }
}

@keyframes breves-footer-light-pass {
  0%,
  18% {
    left: -42%;
    opacity: 0;
  }

  42%,
  62% {
    opacity: .82;
  }

  86%,
  100% {
    left: 88%;
    opacity: 0;
  }
}

@media (max-width: 620px) {
  body.home-redesign .breves-footer-surface-effect {
    background-size: 23px 23px;
    opacity: .36;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign .breves-footer-surface-effect,
  body.home-redesign .breves-footer-surface-effect::before {
    animation: none;
  }

  body.home-redesign .breves-footer-surface-effect::before {
    left: 24%;
    opacity: .5;
  }
}


/* BREVES_COMPACT_DARK_FOOTER_V28 — rodapé menor com fundo institucional. */
body.home-redesign .site-footer.breves-footer {
  position: relative;
  padding: 18px 0 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(720px 360px at 8% 8%, rgba(22, 139, 209, .22), transparent 70%),
    radial-gradient(620px 320px at 96% 86%, rgba(67, 167, 232, .12), transparent 72%),
    linear-gradient(145deg, #061d33 0%, #082f54 58%, #0a4778 100%) !important;
  color: #ffffff !important;
  isolation: isolate;
}

body.home-redesign .site-footer.breves-footer::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 1px 1px, rgba(191, 229, 255, .1) 1px, transparent 1.2px);
  background-size: 28px 28px;
  opacity: .5;
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
}

body.home-redesign .breves-footer-frame {
  position: relative;
  z-index: 1;
}

body.home-redesign .breves-footer-cta {
  min-height: 258px;
  padding: 38px 190px;
  box-shadow: 0 18px 50px rgba(0, 18, 34, .18);
}

body.home-redesign .breves-footer-cta-copy h2 {
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.06;
}

body.home-redesign .breves-footer-cta-copy p {
  margin: 12px 0 20px;
  font-size: 15px;
}

body.home-redesign .breves-footer-button {
  min-height: 46px;
  padding-inline: 22px;
}

body.home-redesign .breves-footer-main {
  gap: 28px 42px;
  padding: 38px 18px 28px;
}

body.home-redesign .breves-footer-brand img {
  filter: brightness(0) invert(1);
}

body.home-redesign .breves-footer-brand span,
body.home-redesign .breves-footer-brand b {
  color: #ffffff !important;
}

body.home-redesign .breves-footer-brand small,
body.home-redesign .breves-footer-group h3 {
  color: #bfe5ff !important;
}

body.home-redesign .breves-footer-group {
  gap: 7px;
}

body.home-redesign .breves-footer-group h3 {
  margin-bottom: 5px;
}

body.home-redesign .breves-footer-group > a,
body.home-redesign .breves-footer-contact a,
body.home-redesign .breves-footer-email {
  color: rgba(255, 255, 255, .76) !important;
  font-size: 13px;
}

body.home-redesign .breves-footer-group > a:hover,
body.home-redesign .breves-footer-contact a:hover,
body.home-redesign .breves-footer-email:hover {
  color: #ffffff !important;
}

body.home-redesign .breves-footer-social {
  margin-top: 7px;
}

body.home-redesign .breves-footer-social a {
  width: 35px;
  height: 35px;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #ffffff !important;
}

body.home-redesign .breves-footer-social a:hover {
  border-color: rgba(191, 229, 255, .48);
  background: rgba(255, 255, 255, .15);
  color: #ffffff !important;
}

body.home-redesign .breves-footer-bottom {
  padding: 15px 18px 18px;
  border-top-color: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .62) !important;
  font-size: 10px;
}

@media (max-width: 980px) {
  body.home-redesign .breves-footer-cta {
    min-height: 246px;
    padding-inline: 120px;
  }

  body.home-redesign .breves-footer-main {
    gap: 28px 38px;
    padding-top: 34px;
  }
}

@media (max-width: 720px) {
  body.home-redesign .site-footer.breves-footer {
    padding-top: 12px !important;
  }

  body.home-redesign .breves-footer-cta {
    min-height: 0;
    padding: 40px 20px;
  }

  body.home-redesign .breves-footer-cta-copy h2 {
    font-size: clamp(29px, 8.5vw, 37px);
  }

  body.home-redesign .breves-footer-cta-copy p {
    margin: 11px 0 19px;
    font-size: 14px;
  }

  body.home-redesign .breves-footer-main {
    gap: 24px;
    padding: 32px 6px 23px;
  }

  body.home-redesign .breves-footer-bottom {
    padding: 14px 6px 17px;
  }
}


/* BREVES_DARK_FOOTER_CONTRAST_V29 — contraste completo sobre o novo fundo. */
body.home-redesign .site-footer.breves-footer .breves-footer-brand > img {
  filter: brightness(0) invert(1) !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-brand b {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-brand small,
body.home-redesign .site-footer.breves-footer .breves-footer-group h3 {
  color: #bfe5ff !important;
  -webkit-text-fill-color: #bfe5ff !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-group > a,
body.home-redesign .site-footer.breves-footer .breves-footer-email > span {
  color: rgba(255, 255, 255, .82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .82) !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-group > a:hover,
body.home-redesign .site-footer.breves-footer .breves-footer-email:hover > span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-email > svg {
  stroke: #bfe5ff !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-social > a {
  border-color: rgba(255, 255, 255, .2) !important;
  background: rgba(255, 255, 255, .09) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-social > a:hover {
  border-color: rgba(191, 229, 255, .5) !important;
  background: rgba(255, 255, 255, .16) !important;
  color: #ffffff !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-social svg {
  fill: currentColor !important;
}

body.home-redesign .site-footer.breves-footer .breves-footer-bottom > span {
  color: rgba(255, 255, 255, .7) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .7) !important;
}
