header {
  background-color: #0d0d0d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}

header.headerFixed {
  background: rgba(13, 13, 13, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* FOOTER */
footer {
  background-color: #07080f;
}
footer .logo-desktop {
  max-width: 200px;
  width: 160px;
}
footer h3 {
  margin-top: 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6d6d6d;
  font-family: var(--primary-font);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 1rem;
  color: var(--light);
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: var(--primary-color-light);
}
footer .address :is(span, a):not(.btn) {
  color: var(--light);
  font-size: 1rem;
  line-height: 25px;
  transition: 0.3s;
  margin: 10px 0;
}
footer .address a:not(.btn):hover {
  color: var(--primary-color-light);
}

footer .footer__about {
  max-width: 320px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--light);
}

footer .social {
  margin-top: 1.25rem;
}
footer .social .footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transition: var(--transition);
}
footer .social .footer__social:hover,
footer .social .footer__social:focus {
  color: var(--home-dark);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.copyright-footer .btn.selos {
  min-height: unset;
}
@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image:
    linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%;
}
.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color);
}
.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 0.25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3);
}
.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px;
}
.card.card--23 .card__link > span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition);
}
.card.card--23 .card__link:focus > span,
.card.card--23 .card__link:hover > span {
  width: 100px;
  opacity: 1;
  margin-right: 0.5rem;
}
.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible;
}
.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.shadow-19 {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition);
}
.clientes .clientes__item:hover img {
  opacity: 1;
}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}

/* MVV */

.border-top-mvv {
  border-top: 1px solid rgba(13, 13, 13, 0.14);
}

.border-top-home {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* End MVV */

.btn-cta {
  color: var(--primary-color);
  background-color: #fafafa;
  transition: 0.4s;
}

.btn-cta:hover {
  color: var(--primary-color);
  background-color: #fafafa;
  transform: translateY(2px);
}

.card-solucoes {
  background-color: #1a1e30;
  border-radius: 16px;
  padding: 1.5rem;
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.card-solucoes h3 {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.card-solucoes .custos-title {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-weight: 900;
  letter-spacing: normal;
  font-size: 2.3rem;
  margin: 0;
  line-height: 1.2;
}

.card__solucoes--link {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 5px;
}

.card__solucoes--link:hover {
  color: var(--primary-color-light);
  border-bottom: 1px solid var(--primary-color-light);
  padding-bottom: 5px;
}

.recorde {
  border-right: 1px solid rgba(255, 255, 255, 0.08);

  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  min-height: 220px;
}

.recorde-left {
  border-right: 1px solid rgba(255, 255, 255, 0.08);

  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  padding-left: 0;
  min-height: 220px;
}

.recorde-right {
  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  padding-right: 0;
  min-height: 220px;
}

.recorde-top-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.recorde h3,
.recorde-right h3,
.recorde-left h3 {
  color: var(--primary-color);
}

.banner-span {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  clear: both;
  margin: 0;
  padding-left: 35px;
}

.banner-span span {
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.banner-span::before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 10px;
  width: 20px;
  height: 1.5px;
  top: 50%;
  background-color: var(--primary-color);
  transform: translateY(-50%);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-dark-01);
  z-index: -1;
}

@media only screen and (min-width: 576px) {
  .hero-svg {
    position: absolute;
    top: 74%;
    right: 9%;
    transform: translateY(-50%);
    width: min(320px, 27vw);
    opacity: 0.95;
    pointer-events: none;
    filter: drop-shadow(0 0 40px rgba(212, 224, 0, 0.45));
  }
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn-ghost:hover {
  color: #fafafa;
  border: 1px solid #8890aa;
}

.form--calculadora .form-label {
  font-weight: 500;
  color: rgb(255 255 255 / 65%);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.form--calculadora .form-select,
.form--calculadora .form-control {
  padding: 0.95rem 1.3rem;
  border: 1px solid #3a4060;
  border-radius: 10px;
  color: rgb(255 255 255 / 65%);
  font-size: 1rem;
}

.nav-pills .nav-item .nav-link {
  color: var(--light);
  border: 1px solid var(--light);
}

.nav-pills .nav-item .nav-link {
  border: 1px solid #fff;
  color: #fff;
}

.sweet-alert,
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success .sa-fix {
  background-color: var(--dark) !important;
}
.sweet-alert :is(h2, h3, h4) {
  color: var(--primary-color);
}
.sweet-alert p {
  color: var(--grey);
}

.cta-section {
  background: #0d0d0d;
  padding: clamp(72px, 10vw, 120px) 0;
}

.cta-box {
  background: #d4e000;
  border-radius: 32px;
  padding: clamp(48px, 7vw, 88px);
}

.cta-mark {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: clamp(260px, 38vw, 460px);
  opacity: 0.14;
  pointer-events: none;
  z-index: 1;
}

.cta-mark svg {
  width: 100%;
  display: block;
}

.cta-box .row {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-family: "Galano Heavy", sans-serif;
  font-size: clamp(30px, 4.8vw, 60px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #0d0d0d;
  margin-bottom: 22px;
  text-wrap: balance;
  max-width: 720px;
}

.cta-text {
  max-width: 600px;
  margin-bottom: 38px;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
  font-weight: 500;
  color: #1a1a1a;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 34px;
  border-radius: 50rem;
  background: #0d0d0d;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s;
}

.cta-btn:hover {
  background: #202020;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .cta-box {
    text-align: center;
  }

  .cta-title,
  .cta-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-mark {
    width: 220px;
    right: -40px;
    opacity: 0.08;
  }
}

.faq-section {
  background: #fff;
  padding: clamp(72px, 10vw, 120px) 0;
}

.section-subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section-title {
  font-family: var(--secondary-font);
  font-weight: 800;
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.05;
  color: #0d0d0d;
  margin: 15px 0;
}

.faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-bg: transparent;
}

.faq-accordion .accordion-item {
  border-bottom: 1px solid #e6e6e6;
}

.faq-accordion .accordion-button {
  padding: 26px 0;
  font-family: "Galano", sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600;
  color: #0d0d0d;
  background: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #0d0d0d;
  background: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 0 3rem 30px 0;
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.6;
}

.faq-accordion .accordion-button::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f1f1f1;
  background-position: center;
  background-size: 14px;
  transition: 0.25s;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: #d4e000;
}

.why-card {
  background: var(--home-card-dark);
  border: 1px solid var(--home-hairline);
  border-radius: 22px;
  padding: 1.75rem;
}

.why-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212, 224, 0, 0.14);
}

.why-card-title {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
}

.why-card-text {
  margin: 0;
  color: var(--home-text-muted);
  line-height: 1.55;
}

@media (min-width: 992px) {
  .why-card {
    padding: 2.25rem;
  }
}

/* ============================================================
   HOME — seções (mobile first)
   ============================================================ */

:root {
  --heavy-font: "Galano Grotesque Heavy", "Galano Grotesque", sans-serif;
  --home-dark: #0d0d0d;
  --home-card-dark: #131313;
  --home-cream: #f6f6f1;
  --home-hairline: rgba(255, 255, 255, 0.08);
  --home-text-muted: #9c9c9c;
  --home-text-soft: #b6b6b6;
  --home-text-dim: #6d6d6d;
  --home-text-body: #4a4a4a;
}

.bg-dark-default {
  background-color: var(--home-dark);
}
.bg-cream {
  background-color: var(--home-cream);
}
.heavy-font {
  font-family: var(--heavy-font);
}

/* --- reveal no scroll --- */
html.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
html.js-reveal [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.js-reveal [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* --- títulos de seção --- */
.section-title--light {
  color: #fff;
}
.section-lead {
  max-width: 720px;
  margin: 0;
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.6;
  color: var(--home-text-body);
}
/* o subtítulo do FAQ vive sobre fundo branco */
.faq-section .section-subtitle {
  color: var(--secondary-color);
  margin: 0;
}

/* ================= A INADIMPLÊNCIA HOJE (stats band) ================= */
.stats-band {
  padding: 3.5rem 0 3rem;
  border-top: 1px solid var(--home-hairline);
  border-bottom: 1px solid var(--home-hairline);
}
.stats-band .container {
  max-width: 1100px;
}
.stats-band .row {
  row-gap: 2.75rem;
}
.stats-band__label {
  margin-bottom: 3rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #8f8f8f;
}
.stats-band__value {
  margin: 0;
  font-family: var(--heavy-font);
  font-weight: 900;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--primary-color);
}
.stats-band__text {
  max-width: 250px;
  margin: 1.125rem auto 0;
  font-size: 1rem;
  font-weight: 500;
  color: #bdbdbd;
}
.stats-band__source {
  margin-top: 3rem;
  font-size: 0.8125rem;
  color: var(--home-text-dim);
}

@media (min-width: 768px) {
  .stats-band .row {
    row-gap: 0;
  }
  .stats-band__item {
    padding: 0.5rem 1.5rem;
  }
  .stats-band__item--divider {
    border-left: 1px solid var(--home-hairline);
  }
}

/* ================= O CENÁRIO ================= */
.cenario-section {
  background: var(--home-cream);
  color: var(--home-dark);
  padding: 3rem 0;
}
.cenario-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding: 1.75rem;
}
.cenario-card--dark {
  background: var(--home-dark);
  border-color: var(--home-dark);
  color: #fff;
}
.cenario-card__title {
  margin: 0 0 0.375rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: var(--home-dark);
}
.cenario-card--dark .cenario-card__title {
  color: #fff;
}
.cenario-card__subtitle {
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #7a7a7a;
}
.cenario-card--dark .cenario-card__subtitle {
  color: var(--home-text-soft);
}
.cenario-card__note {
  margin: 1.625rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--home-text-muted);
}

@media (min-width: 992px) {
  .cenario-card {
    padding: 2.25rem;
  }
}

/* barras de aging */
.aging-row__label {
  flex: 0 0 5.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.aging-row__track {
  flex: 1 1 auto;
  height: 14px;
  background: #ececec;
  border-radius: 999px;
  overflow: hidden;
}
.aging-row__bar {
  height: 100%;
  border-radius: 999px;
  background: var(--primary-color);
}
.aging-row__bar--dark {
  background: var(--home-dark);
}
.aging-row__bar--muted {
  background: var(--home-text-muted);
}
.aging-row__tag {
  flex: 0 0 4rem;
  text-align: right;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #7a7a7a;
}
.aging-row__tag--high {
  color: var(--primary-color-dark);
}
.aging-row__tag--low {
  color: var(--home-text-muted);
}

@media (min-width: 992px) {
  .aging-row__label {
    flex-basis: 6.125rem;
  }
  .aging-row__tag {
    flex-basis: 5.25rem;
    font-size: 0.75rem;
  }
}

/* calculadora do cenário */
.calc-row__label {
  font-size: 0.875rem;
  color: var(--home-text-muted);
}
.calc-row__value {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 1.0625rem;
}
.calc-range {
  width: 100%;
  accent-color: var(--primary-color);
  cursor: pointer;
}
.calc-result {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.calc-result__caption {
  margin: 0;
  font-size: 0.875rem;
  color: var(--home-text-muted);
}
.calc-result__value {
  margin: 0.625rem 0 0;
  font-family: var(--heavy-font);
  font-weight: 900;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--primary-color);
}
.calc-result__note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--home-text-soft);
}

/* ================= COMO FUNCIONA ================= */
.card-step {
  height: 100%;
  padding: 1.75rem;
  background: var(--home-card-dark);
  border: 1px solid var(--home-hairline);
  border-radius: 22px;
}
.step-number {
  font-family: var(--heavy-font);
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-color);
}
.step-title {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
}
.step-text {
  color: var(--home-text-muted);
  font-size: 1rem;
  line-height: 1.55;
}

@media (min-width: 992px) {
  .card-step {
    padding: 2rem 1.75rem;
  }
}

/* ================= NOSSAS SOLUÇÕES ================= */
.solucoes-section {
  background: #fff;
  color: var(--home-dark);
  padding: 3rem 0;
}

.pillar__title {
  margin: 0 0 1.375rem;
  font-family: var(--secondary-font);
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--home-dark);
}
.pillar__tag {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--secondary-color);
}
.pillar__text {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--home-text-body);
}
.pillar__text--strong {
  color: var(--home-dark);
  font-weight: 600;
}
.pillar__media {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
}
.pillar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pillar__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 13, 13, 0.55),
    rgba(13, 13, 13, 0) 45%
  );
}
.pillar__media-caption {
  position: absolute;
  left: 1.75rem;
  bottom: 1.625rem;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

/* mock de conversa (Cobrança Automatizada) */
.pillar__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: var(--home-dark);
  border-radius: 28px;
}
.chat-mock {
  width: 100%;
  max-width: 340px;
  background: var(--home-card-dark);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.chat-mock__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.125rem;
  border-bottom: 1px solid var(--home-hairline);
}
.chat-mock__avatar {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color);
}
.chat-mock__avatar svg {
  width: 20px;
  display: block;
}
.chat-mock__name {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}
.chat-mock__status {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-color);
  font-size: 0.6875rem;
}
.chat-mock__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
}
.chat-mock__body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1rem;
}
.chat-mock__msg {
  align-self: flex-start;
  max-width: 82%;
  padding: 9px 12px;
  font-size: 0.78125rem;
  line-height: 1.4;
  background: #232323;
  color: #e6e6e6;
  border-radius: 12px 12px 12px 2px;
}
.chat-mock__msg--out {
  align-self: flex-end;
  max-width: 70%;
  background: #3a3f00;
  color: #f2f6cc;
  border-radius: 12px 12px 2px 12px;
}
.chat-mock__time {
  margin-top: 4px;
  text-align: right;
  font-size: 0.5625rem;
  color: #8f8f8f;
}
.chat-mock__msg--out .chat-mock__time {
  color: #a9b06a;
}
.chat-mock__foot {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--home-hairline);
}
.chat-mock__input {
  flex: 1 1 auto;
  padding: 8px 14px;
  background: #1c1c1c;
  border-radius: 999px;
  color: var(--home-text-dim);
  font-size: 0.75rem;
}
.chat-mock__send {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color);
}

/* também no portfólio */
.portfolio-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3.5rem;
}
.portfolio-divider__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-text-muted);
}
.portfolio-divider__line {
  flex: 1 1 auto;
  height: 1px;
  background: #e6e6e6;
}
.portfolio-card {
  height: 100%;
  padding: 1.75rem;
  background: var(--home-dark);
  color: #fff;
  border-radius: 24px;
}
.portfolio-card__title {
  margin: 0 0 0.875rem;
  font-family: var(--secondary-font);
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
}
.portfolio-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--home-text-soft);
}

@media (min-width: 992px) {
  .portfolio-divider {
    margin-top: 5.5rem;
  }
  .portfolio-card {
    padding: 2.5rem;
  }
}

/* ================= POR QUE A QUESH ================= */
.why-section {
  background: var(--home-dark);
  padding: 3rem 0;
}

/* ================= PROPÓSITO / VISÃO / VALORES ================= */
.mvv-section {
  background: var(--primary-color);
  padding: 3rem 0;
}
.mvv-title {
  margin: 0 0 1.75rem;
  font-family: var(--secondary-font);
  font-weight: 800;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--home-dark);
}
.mvv-highlight {
  background: var(--home-dark);
  border-radius: 20px;
  padding: 1.75rem;
}
.mvv-highlight__value {
  margin: 0;
  font-family: var(--heavy-font);
  font-weight: 900;
  font-size: clamp(40px, 4.4vw, 56px);
  line-height: 1;
  color: var(--primary-color);
}
.mvv-highlight__text {
  margin: 0.875rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--home-text-soft);
}
.mvv-text {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #1a1a1a;
}
.mvv-source {
  font-size: 0.875rem;
  color: var(--primary-color-dark);
}
.mvv-divider {
  height: 1px;
  margin: 3rem 0;
  background: rgba(13, 13, 13, 0.14);
}
.mvv-tag {
  padding: 9px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--home-dark);
  border: 1px solid rgba(13, 13, 13, 0.22);
  border-radius: 999px;
}

@media (min-width: 992px) {
  .mvv-highlight {
    padding: 2rem;
  }
  .mvv-divider {
    margin: 4rem 0;
  }
}

/* ==========================================================================
   Seção de Contato - estilos customizados (complementa o Bootstrap)
   ========================================================================== */

.contato-section {
  background: #0d0d0d;
  padding: 3rem 0;
}

.contato-eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4e000;
  margin-bottom: 20px;
}

.contato-title {
  font-family: "Galano", sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: #fff;
}

.contato-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6d6d6d;
  margin-bottom: 10px;
}

.contato-info-block {
  margin-bottom: 36px;
}

.contato-info-block--cta {
  margin-bottom: 40px;
}

.contato-address {
  font-size: 17px;
  line-height: 1.5;
  color: #ededed;
}

.contato-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #ededed;
  text-decoration: none;
}

.contato-link:hover {
  color: #d4e000;
}

.contato-link svg {
  flex-shrink: 0;
}

.contato-diagnostico {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 32px;
}

.contato-diagnostico-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}

/* Botão pill (herda comportamento do .btn do Bootstrap) */
.btn-pill-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d4e000;
  color: #0d0d0d;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 999px;
  border: 0;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}

.btn-pill-primary:hover {
  background: #e6f200;
  color: #0d0d0d;
  transform: translateY(-1px);
}

.btn-pill-primary--submit {
  width: 100%;
  padding: 17px;
  font-size: 16px;
}

/* Formulário */
.contato-form .form-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9c9c9c;
  margin-bottom: 10px;
}

.contato-form .form-control,
.contato-form .form-select {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 15px 16px;
  color: #fff;
  font-size: 15px;
  font-family: "Galano", sans-serif;
}

.contato-form .form-control:focus,
.contato-form .form-select:focus {
  background: #131313;
  color: #fff;
  border-color: #d4e000;
  box-shadow: 0 0 0 0.2rem rgba(212, 224, 0, 0.25);
}

.contato-form .form-control::placeholder {
  color: #6d6d6d;
}

.contato-form-note {
  font-size: 13px;
  color: #9c9c9c;
  text-align: center;
  margin: 0;
}

.contato-map {
  width: 100%;
  height: 400px;
  border: 0;
}

@media (max-width: 767.98px) {
  .contato-title {
    text-align: center;
  }
}
