header.fixed-top {
  background-color: hsl(285, 94%, 21%, 0.5);
}
header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--light);
  font-weight: bold;
}
.navbar-nav .nav-link {
  color: var(--light);
}
.custom-footer {
  background-color: #3b1473; /* Roxo escuro do modelo */
  color: #e2d9f3;
}
.custom-footer .footer-desc {
  color: #d1c4e9;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 90%;
}
.custom-footer .footer-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.custom-footer .custom-address {
  font-style: normal;
}
.custom-footer .custom-address a,
.custom-footer .custom-address .address-text {
  color: #d1c4e9;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}
.custom-footer .custom-address .address-text {
  align-items: flex-start;
}
.custom-footer .custom-address a:hover,
.custom-footer .footer-links a:hover {
  color: #ffffff;
}
.custom-footer .custom-address i {
  color: #d9972a; /* Dourado dos ícones */
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}
.custom-footer .custom-address .address-text i {
  margin-top: 4px;
}
.custom-footer .footer-links {
  margin-top: 40px;
}
.custom-footer .footer-links a {
  color: #d1c4e9;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
  margin-bottom: 12px;
  display: block;
}
.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;
}

.home-stats {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-stats-card {
  background: #ffffff;
  border: 2px solid rgb(217, 151, 42);
  border-radius: 1.5rem;
  box-shadow:
    rgba(217, 151, 42, 0.55) 0px 0px 20px,
    rgba(217, 151, 42, 0.35) 0px 0px 40px,
    rgba(217, 151, 42, 0.15) 0px 0px 12px inset;
  padding: 2.5rem 1.75rem;
  text-align: center;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-stats-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: rgb(217, 151, 42);
  background: rgba(242, 170, 43, 0.12);
  border: 1px solid rgb(242 170 43 / 55%);
  box-shadow: rgba(217, 151, 42, 0.35) 0px 0px 30px;
}

.home-stats-card h3 {
  font-size: 4rem;
  color: rgb(217, 151, 42);
  text-shadow:
    rgba(217, 151, 42, 0.7) 0px 0px 10px,
    rgba(217, 151, 42, 0.5) 0px 0px 20px;
  margin: 0 0 0.75rem;
  font-weight: 800;
}

.home-stats-card p {
  margin: 0;
  color: #414141;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .home-stats-card {
    min-height: unset;
  }
}

/* ================= CLIENTES ================= */
.clientes--cards {
  padding: 3rem 0;
}

.clientes-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 991px) {
  .clientes-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .clientes-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cliente-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  height: 90px;
  transition: box-shadow 0.2s;
}

.cliente-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
}

.cliente-card img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.cliente-card img[src*="unimed-pirassununga.webp"] {
  max-height: 120px;
}

.cliente-card:hover img {
  opacity: 1;
}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}
.funcionalidades-benefits {
  background-color: rgb(229, 231, 235, 0.5);
}
.funcionalidades-challenges {
  background: #370449;
  color: #fff;
  border: solid 3px #4f036870;
}
.funcionalidades-challenges .container {
  padding-top: 5rem;
}
.funcionalidades-challenges .text-uppercase {
  color: rgb(216, 150, 50);
  font-size: 2.25rem;
  font-weight: 800;
  text-shadow:
    0 0 16px rgba(255, 217, 98, 0.5),
    0 0 28px rgba(255, 185, 66, 0.25);
}
.funcionalidades-challenges .section-title {
  font-size: clamp(3.25rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.02;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  font-size: 3rem;
}
.funcionalidades-challenges .lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.funcionalidades-challenges .lead small,
.funcionalidades-challenges .lead strong {
  color: rgba(255, 255, 255, 0.88);
}
.funcionalidades-challenges .challenge-card {
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 0 rgba(255, 215, 102, 0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
  border: solid 3px #e0e6eb1a;
  transition: 0.5s;
}
.beneficios-card {
  box-shadow:
    rgba(169, 7, 223, 0.6) 0px 0px 30px,
    rgba(169, 7, 223, 0.3) 0px 0px 60px;
}
.funcionalidades-benefits .benefit-card {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #ececff;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
  box-shadow: 0 4px 24px -4px hsl(285 94% 21% / 0.12);
}
.funcionalidades-challenges .challenge-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
}
.funcionalidades-benefits .benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(93, 44, 211, 0.35);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}
.funcionalidades-benefits .benefit-icon {
  width: 3.15rem;
  height: 3.15rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 16px 40px rgba(106, 74, 233, 0.2);
  color: #fff;
  background: linear-gradient(135deg, hsl(285, 94%, 21%), hsl(285, 70%, 35%));
}
.funcionalidades-challenges .challenge-icon {
  width: 3.15rem;
  height: 3.15rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 16px 40px rgba(106, 74, 233, 0.2);
  color: #fff;
}
.funcionalidades-challenges .challenge-icon {
  border: 1px solid rgb(216, 150, 50);
  box-shadow:
    inset 0 0 0 1px rgba(255, 215, 110, 0.45),
    0 0 0 1px rgba(255, 205, 80, 0.35),
    0 18px 40px rgba(255, 180, 60, 0.15);
}
.funcionalidades-challenges .challenge-icon i,
.funcionalidades-benefits .benefit-icon i {
  font-size: 1rem;
}
.funcionalidades-challenges .challenge-card h3,
.funcionalidades-benefits .benefit-title {
  margin-bottom: 0.85rem;
  font-weight: 700;
}
.funcionalidades-challenges .challenge-card h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.funcionalidades-benefits .benefit-title {
  color: #111827;
  font-size: 1.05rem;
}
.funcionalidades-challenges .challenge-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 0;
}
.funcionalidades-benefits .benefit-text {
  color: #6b7280;
  line-height: 1.75;
}
.funcionalidades-flow {
  background: linear-gradient(
    135deg,
    rgb(42, 1, 64) 0%,
    rgb(78, 3, 105) 50%,
    rgb(42, 1, 64) 100%
  );
  color: #fff;
}
.funcionalidades-flow .section-title {
  color: #e7ebef;
  font-size: clamp(2.5rem, 4.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: bold;
}
.funcionalidades-flow .flow-card {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #ffffff1a;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
  min-height: 100%;
}
.funcionalidades-flow .flow-card:hover {
  transform: translateY(-6px);
  border-color: rgb(216, 150, 50);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.18);
}
.funcionalidades-flow .flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  background-color: rgb(216, 150, 50);
  color: #f1f1f1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transform: translateY(-36px);
}
.funcionalidades-flow .flow-icon {
  width: 3.3rem;
  height: 3.3rem;
  display: grid;
  place-items: center;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: 1.15rem;
}
.funcionalidades-flow .flow-card h3 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.funcionalidades-flow .flow-card p,
.funcionalidades-flow .flow-list li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-size: 12px;
}
.funcionalidades-flow .flow-list {
  margin-top: 1rem;
  padding-left: 0;
}
.funcionalidades-flow .flow-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.85rem;
}
.funcionalidades-flow .flow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #ffd86f;
}
.funcionalidades-flow .flow-footer {
  max-width: 700px;
  margin: 2.5rem auto 0;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 500;
  font-size: 0.8em;
}
.funcionalidades-flow .flow-connector {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(216, 150, 50, 0.1);
  color: #ffd86f;
  font-size: 1.1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.funcionalidades-flow .flow-step-row .col-12.col-lg-1 {
  display: none;
}
@media (min-width: 992px) {
  .funcionalidades-flow .flow-step-row .col-lg-1 {
    display: flex;
  }
  .funcionalidades-flow .flow-step-row .col-lg-4 {
    max-width: 25rem;
  }
}
.funcionalidades-flow .flow-card {
  position: relative;
}
.funcionalidades-flow .flow-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 1.15rem;
  background-color: rgba(216, 150, 50, 0.15);
  border: 3px solid rgba(216, 150, 50, 0.3);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: 1.1rem;
}
.funcionalidades-flow .flow-card h3 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.funcionalidades-flow .flow-card p,
.funcionalidades-flow .flow-list li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}
.funcionalidades-flow .flow-list {
  margin-top: 1rem;
  padding-left: 0;
}
.funcionalidades-flow .flow-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.9rem;
}
.funcionalidades-flow .flow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffd86f;
}
.funcionalidades-flow .flow-footer {
  max-width: 700px;
  margin: 2.5rem auto 0;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  border: 3px solid rgba(216, 150, 50, 0.3);
  background-color: rgba(216, 150, 50, 0.08);
  color: #fff;
  font-weight: 500;
}
.beneficios-intro {
  background: #f6f6fb;
  color: #18181b;
}
.beneficios-intro .section-title {
  font-size: clamp(2rem, 2.5vw, 2.75rem);
  font-weight: 700;
}
.beneficios-intro .card {
  border-radius: 1.5rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid #eff1f5;
  box-shadow:
    rgba(169, 7, 223, 0.6) 0px 0px 30px,
    rgba(169, 7, 223, 0.3) 0px 0px 60px;
}
.beneficios-intro .card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.beneficios-intro .beneficios-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
  color: #3f4752;
}
.beneficios-intro .beneficios-list li i {
  color: #5b45f7;
  margin-top: 0.2rem;
}
.beneficios-intro .beneficios-list li span {
  display: block;
}

.beneficios-testimonials {
  background: linear-gradient(
    135deg,
    rgb(42, 1, 64) 0%,
    rgb(78, 3, 105) 50%,
    rgb(42, 1, 64) 100%
  );
  color: #f8f6ff;
}
.beneficios-testimonials .section-title {
  color: #fff;
}
.beneficios-testimonials .section-subtitle {
  color: #d4c2fd;
}
.beneficios-testimonials .card {
  background: rgba(255, 255, 255, 0.05);
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  min-height: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.beneficios-testimonials .card:hover {
  border-color: var(--secondary-color);
}
.beneficios-testimonials .card .quote-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 1rem;
}
.beneficios-testimonials .card p {
  color: rgba(248, 246, 255, 0.88);
}
.beneficios-testimonials .row:last-child {
  margin-top: auto;
}
.beneficios-testimonials .testimonial-author {
  margin-top: 1.75rem;
  color: #d3b8ff;
  font-weight: 600;
}
.beneficios-testimonials .testimonial-role {
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.68);
}
@media (max-width: 575.98px) {
  .beneficios-intro .card,
  .beneficios-testimonials .card {
    min-height: auto;
  }
}
.beneficios-intro span {
  color: var(--primary-color) !important;
}
.section-title {
  font-size: 3rem;
}
.page-hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68vh;
  padding: 5.5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.page-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.page-hero-banner .container {
  position: relative;
  z-index: 2;
}
.page-hero-banner__content {
  max-width: 700px;
}
.page-hero-banner__tag {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: solid 2px #952eb84d;
  background: #781b981a;
  color: rgb(216, 150, 50);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.page-hero-banner__title {
  font-size: clamp(2.75rem, 4vw, 4.6rem);
  line-height: 1.02;
  margin: 0 0 1.25rem;
  font-weight: 700;
}
.page-hero-banner__text {
  margin-bottom: 2rem;
  font-size: 1.075rem;
  line-height: 1.9;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.92);
}
.page-hero-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  border-radius: 0.85rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .page-hero-banner {
    min-height: auto;
    padding: 4rem 0;
  }
}
@media (max-width: 575.98px) {
  .page-hero-banner {
    padding: 3rem 0;
  }
  .page-hero-banner__title {
    font-size: 2.6rem;
  }
  .page-hero-banner__text {
    font-size: 1rem;
  }
}
.beneficios-intro .text-muted {
  font-size: 1.125rem;
}
.small-title-testimonials {
  color: var(--secondary-color);
}
.testimonial-enterprise {
  color: var(--secondary-color);
}
.beneficios-testimonials .svg-icon {
  width: 3.3rem;
  height: 3.3rem;
  display: grid;
  border-radius: 3.15rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: 1.15rem;
  background-color: rgba(216, 150, 50, 0.2);
  border: 3px solid rgba(216, 150, 50, 0.4);
}

.w-8 {
  width: 2rem;
}
.h-8 {
  height: 2rem;
}
.hero-section {
  background:
    linear-gradient(hsl(285, 94%, 21%, 0.5), hsl(285, 94%, 21%, 0.5)),
    url("../imagens/slider/banner-fundo.webp");
  padding: 100px 0 120px;
  color: #fff;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid rgba(217, 151, 42, 0.5);
  border-radius: 50px;
  color: #d9972a;
  font-weight: 500;
  font-size: 0.9rem;
  background-color: rgba(217, 151, 42, 0.05);
  margin-bottom: 30px;
}
.hero-title {
  font-size: clamp(2rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.hero-title .text-gold {
  color: #d9972a;
}
.hero-title .text-underline {
  text-decoration: underline;
  text-decoration-color: #d9972a;
  text-decoration-thickness: 6px;
  text-underline-offset: 8px;
}
.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-bottom: 40px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  color: #3b1473;
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-btn:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #3b1473;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0 80px;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-title .text-underline {
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
}

/* =============================== CLIENTES =============================== */

.clientes .card--clientes {
  width: 100%;
  height: 200px;
  overflow: visible;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 30px;
  box-shadow:
    rgba(78, 3, 105, 0.55) 0px 0px 25px,
    rgba(78, 3, 105, 0.35) 0px 0px 50px;
}

.clientes .card--clientes .card__image {
  width: 200px;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.6;
  transition: 1s;
}

.clientes .card--clientes:hover .card__image {
  opacity: 1;
}
.cta-custom-section {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
.cta-custom-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2b3a55; /* Um tom escuro elegante, caso o azul fosse só seleção */
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.cta-custom-subtitle {
  font-size: 1.15rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}
.cta-custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #d19427; /* Tom de dourado/mostarda da imagem */
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 8px; /* Bordas levemente arredondadas como na imagem */
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}
.cta-custom-btn:hover {
  background-color: #b88222;
  color: #ffffff;
  transform: translateY(-2px);
}
.yellow-prhase {
  color: rgba(216, 150, 50);
  display: inline-block;
}

.footer__nav a{
  color: white;
}
.navbar-toggler{
  background-color: var(--light);
}

/* =============================== COUNTER =============================== */

.counter__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
}

.counter__item:not(.counter__item--last):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 120px;
    width: 2px;
    background-color: var(--grey);
    opacity: .5;
    border-radius: 50%;
}

.counter__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey);
    font-size: 3em;
    margin: 0.3em 0;
}

.counter__first:after {
    content: 'M+';
    color: rgb(217, 151, 42);
    margin-right: 10px;
}
.counter__second:after {
    content: 'mil+';
    color: rgb(217, 151, 42);
    margin-right: 10px;
}
.counter__subtitle {
    color: var(--grey);
    font-size: 22px;
    margin: 0;
    font-weight: lighter;
}

/* SMALL DEVICE */
@media only screen and (max-width:576px) {
    .counter__item {
        margin: 15px 0;
    }

    .counter__item:after {
        display: none;
    }

}
.grid{
  display: grid;
}
.grid-col-5{
  grid-template-columns: repeat(5,1fr);
  grid-gap:20px;
}
@media screen and (max-width: 1024px) {
  .grid-col-5{
    grid-template-columns: repeat(4,1fr);
  }
  .section-title{
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .grid-col-5{
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 480px) {
  .grid-col-5{
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width: 340px) {
  .grid-col-5{
    grid-template-columns: 1fr;
  }
}
