/*=========================================================
    HERO SECTION
=========================================================*/
.hero-section {
  padding: 70px 0 250px 0;
  position: relative;
  overflow: hidden;
}

.hero-text-col .subtitle {
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 15px;
}

.hero-text-col h1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
}

.hero-text-col h1 span {
  color: var(--primary-color);
}

.hero-text-col p {
  color: var(--text-secondary);
  font-size: 1.15rem;
  margin: 25px 0 40px 0;
  max-width: 520px;
  line-height: 1.6;
}

.hero-btn-group {
  display: flex;
  gap: 20px;
}

.btn-rd {
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-orange {
  background-color: var(--primary-color);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(224, 101, 25, 0.3);
}

.btn-orange:hover {
  background-color: #c45614;
  transform: translateY(-3px);
  color: var(--white);
}

.btn-outline {
  border: 2px solid var(--text-primary);
  color: var(--text-primary);
}

.btn-outline:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: var(--white);
}

/*=========================================================
    GRÁFICOS E IMAGEM (BLOBS E MÁSCARA)
=========================================================*/
.hero-graphic-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orange-blob-shape {
  display: none;
  position: absolute;
  width: 120%;
  height: 110%;
  background-color: var(--primary-color);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 1;
  right: -15%;
  opacity: 0.9;
}

.kids-image-frame {
  position: relative;
  z-index: 2;
  width: 480px;
  height: 480px;
  border: 15px solid var(--white);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.kids-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=========================================================
    RESPONSIVIDADE (MOBILE)
=========================================================*/
@media (max-width: 991px) {
  .hero-section {
    padding: 60px 0 120px 0;
    text-align: center;
  }

  .hero-text-col h1 {
    font-size: 2.8rem;
  }

  .hero-text-col p {
    margin: 20px auto;
  }

  .hero-btn-group {
    justify-content: center;
    flex-wrap: wrap;
  }

  .kids-image-frame {
    width: 320px;
    height: 320px;
    margin: 40px auto 0;
    border-width: 10px;
  }

  .orange-blob-shape {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 600px) {
  .hero-section {
    padding: 70px 0;
  }
}

/*=========================================================
    SEÇÃO DA NUVEM NO TOPO DE SEGMENTOS
=========================================================*/

.segments-section .nuvem-top {
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}

.segments-section .nuvem-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Espaçamento entre colunas no mobile */
@media (max-width: 1350px) {
  .segments-section .nuvem-top {
    top: -200px;
  }
}

@media (max-width: 1070px) {
  .segments-section .nuvem-top {
    top: -100px;
  }
}

@media (max-width: 500px) {
  .segments-section .nuvem-top {
    top: -50px;
  }
}

/*=========================================================
    SEÇÃO SEGMENTOS
=========================================================*/

.segments-section {
  position: relative;
  padding: 50px 20px;
  background-color: var(--white);
}

.container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.segments-section .segments-header-center {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  z-index: 9;
}

.segments-section .segments-header-center .badge {
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.segments-section .segments-header-center .title {
  position: relative;
  font-size: 2.2rem;
  color: #1a365d;
  margin: 15px 0 50px;
  z-index: 2;
}

.card-segments {
  width: 350px;
  padding: 40px 50px 60px 40px;
  text-align: center;
  color: var(--white);
  position: relative;
  border-radius: 73% 27% 50% 50% / 36% 51% 49% 64%;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card-blue {
  background-color: #72a3b2;
}

.card-orange {
  background-color: #f19b67;
}

.card-purple {
  background-color: #5d5ce6;
}

.card-image {
  width: 180px;
  height: auto;
  margin: 0 auto 20px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card h3 {
  margin: 10px 0 5px;
  font-size: 1.4rem;
}

.card p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.btn-arrow {
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: var(--primary-color);
  filter: brightness(0.9);
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-arrow a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
}

/*=========================================================
    SEÇÃO DIFERENCIAIS
=========================================================*/
.diferenciais {
  position: relative;
  width: 100%;
  padding: 150px 0 180px 0;
  margin-top: 450px;
  background-color: var(--white);
  z-index: 2;
}

.diferenciais .container {
  position: relative;
}

.diferenciais .diferenciais-nuvem-top {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}

.diferenciais .diferenciais-nuvem-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diferenciais .container h2 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-top: -100px;
}

.icon-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* O "Blob" ao redor do diferencial */
.blob-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.15;
  /* Cor suave como no print */
  z-index: 1;
  /* Forma orgânica irregular */
  border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  transition: all 0.5s ease;
}

.icon-wrapper i {
  font-size: 2.5rem;
  color: var(--primary-color);
  z-index: 2;
  transition: transform 0.3s ease;
}

/* Efeito de Hover */
.diff-card:hover .blob-bg {
  border-radius: 50%;
  /* Fica circular ao passar o mouse */
  opacity: 0.3;
  transform: scale(1.1);
}

.diff-card:hover i {
  transform: scale(1.2);
}

/* Textos do Card */
.diff-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.diff-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.5;
  padding: 0 10px;
}

@media (max-width: 1350px) {
  .diferenciais .diferenciais-nuvem-top {
    top: -200px;
  }
}

@media (max-width: 1070px) {
  .diferenciais .diferenciais-nuvem-top {
    top: -100px;
  }
}

@media (max-width: 500px) {
  .diferenciais {
    margin: 0;
  }

  .diferenciais .diferenciais-nuvem-top {
    top: -50px;
  }
}

/*=========================================================
    SEÇÃO PLANO DE ESTUDOS
=========================================================*/

.mapa-mental-section {
  padding: 80px 20px;
  background-color: var(--white);
  overflow: hidden;
}

.container-mapa {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* Centraliza verticalmente */
  justify-content: space-between;
  gap: 50px;
}

/* Responsividade: Empilha no mobile */
@media (max-width: 992px) {
  .container-mapa {
    flex-direction: column;
    text-align: center;
  }

  .mapa-content {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

/* Lado da Imagem */
.mapa-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.mapa-image img {
  max-width: 80%;
  height: auto;
  /* Adiciona um leve efeito de flutuação se desejar */
  animation: float 6s ease-in-out infinite;
}

/* Lado do Conteúdo */
.mapa-content {
  flex: 1;
}

.traco-decorativo {
  width: 60px;
  height: 6px;
  background-color: var(--secondary-color);
  margin-bottom: 20px;
}

.mapa-content h2 {
  font-size: 2.5rem;
  color: var(--text-primary);
  margin-bottom: 25px;
  font-weight: 700;
}

.mapa-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-primary);
  margin-bottom: 35px;
}

/* Botão Estilizado */
.btn-saiba-mais {
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--secondary-color);
  color: var(--text-primary);
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  transition:
    transform 0.3s,
    background-color 0.3s;
  box-shadow: 0 4px 15px rgba(241, 188, 13, 0.3);
}

.btn-saiba-mais:hover {
  background-color: #d4a60b;
  transform: translateY(-3px);
}

/* Animação Opcional de Flutuação */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*=========================================================
    SEÇÃO DA NUVEM ABAIXO
=========================================================*/

.nuvem-bottom {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(180deg);
  z-index: -1;
}

.nuvem-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1350px) {
  .nuvem-bottom {
    top: 105%;
  }
}

@media (max-width: 930px) {
  .nuvem-bottom {
    top: 100%;
  }
}

/*=========================================================
    SEÇÃO PLANO DE ESTUDOS CARDS DETALHADO
=========================================================*/

.school-grid-width {
  position: relative;
  width: 100%;
  background-color: var(--white);
  margin-bottom: 270px;
  z-index: 1;
}

.school-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.school-card {
  padding: 20px 40px 0 40px;
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  min-height: 350px;
  transition:
    transform 0.4s ease,
    border-radius 0.4s ease,
    box-shadow 0.4s ease;
}

.school-card:hover {
  transform: translateY(-10px) rotate(1deg);
}

/* Estilo para os novos ícones de imagem */
.school-card .icon img {
  max-width: 60px;
  /* Ajuste o tamanho conforme necessário */
  height: auto;
  display: block;
  margin: 0 auto;
}

.school-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: var(--white);
  overflow: hidden;
}

.school-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.school-card h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.school-card .age {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 15px;
}

.school-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Grupo Laranja (#e06519) */
.card-1 {
  background: var(--primary-color);
  border-radius: 41% 59% 41% 59% / 54% 41% 59% 46%;
}

.card-2 {
  background: #00d2d3;
  border-radius: 59% 41% 53% 47% / 41% 55% 45% 59%;
}

.card-3 {
  background: #3498db;
  border-radius: 41% 59% 34% 66% / 60% 32% 68% 40%;
}

.card-4 {
  background: #ea8a4d;
  border-radius: 65% 35% 52% 48% / 37% 65% 35% 63%;
}

/* Grupo Amarelo (#ffcc00) - Texto escuro para leitura */
.card-5,
.card-6,
.card-7,
.card-8 {
  color: #333;
}

.card-5 .arrow-btn,
.card-6 .arrow-btn,
.card-7 .arrow-btn,
.card-8 .arrow-btn {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
}

.card-5 {
  background: var(--secondary-color);
  border-radius: 48% 52% 68% 32% / 46% 62% 38% 54%;
}

.card-6 {
  background: #1a365d;
  color: var(--white);
  border-radius: 52% 48% 32% 68% / 65% 38% 62% 35%;
}

.card-7 {
  background: tan;
  border-radius: 38% 62% 51% 49% / 54% 47% 53% 46%;
  color: white;
}

/* Tom mais escuro aceita texto branco */
.card-8 {
  background: #54a0ff;
  border-radius: 60% 40% 67% 33% / 41% 65% 35% 59%;
}

/* Animação de movimento do border-radius */
@keyframes morphing {
  0% {
    border-radius: 41% 59% 41% 59% / 54% 41% 59% 46%;
  }

  25% {
    border-radius: 59% 41% 53% 47% / 41% 55% 45% 59%;
  }

  50% {
    border-radius: 41% 59% 34% 66% / 60% 32% 68% 40%;
  }

  75% {
    border-radius: 65% 35% 52% 48% / 37% 65% 35% 63%;
  }

  100% {
    border-radius: 41% 59% 41% 59% / 54% 41% 59% 46%;
  }
}

.school-card:hover {
  transform: translateY(-10px) scale(1.02);
  animation: morphing 4s linear infinite;
  z-index: 10;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/*=========================================================
    SEÇÃO GALERIA
=========================================================*/

.gallery-wrap-nuvem-top {
  position: absolute;
  top: -280px;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  max-width: 1360px;
  height: auto;

  pointer-events: none;
  z-index: 2;
}

.gallery-wrap-nuvem-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-wrap-nuvem-bottom {
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);

  width: 100%;
  max-width: 1360px;
  height: auto;

  pointer-events: none;
  z-index: 2;
}

.gallery-wrap-nuvem-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVIDADE */
@media (max-width: 1350px) {
  .gallery-wrap-nuvem-top {
    top: -220px;
  }

  .gallery-wrap-nuvem-bottom {
    bottom: -200px;
  }
}

@media (max-width: 992px) {
  .gallery-wrap-nuvem-top {
    top: -180px;
  }

  .gallery-wrap-nuvem-bottom {
    bottom: -140px;
  }
}

@media (max-width: 770px) {
  .gallery-wrap-nuvem-top {
    top: -100px;
  }
}

@media (max-width: 600px) {
  .gallery-wrap-nuvem-top {
    top: -80px;
  }

  .gallery-wrap-nuvem-bottom {
    bottom: -80px;
  }
}

.gallery-wrap-omega {
  position: relative;
  width: 100%;
  background-color: var(--tertiary-color);
}

/* ── Seção geral ── */
.gallery-wrap {
  padding: 2.5rem 1rem;

  max-width: 1340px;
  margin: 0 auto;
}

/* ── Cabeçalho ── */
.gallery-header {
  text-align: center;
  margin-bottom: 2rem;
  z-index: 9;
}

.gallery-header span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  z-index: 9;
}

.gallery-header h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--white);
  margin: 0.3rem 0 0;
}

/* ── Grid ── */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 20px;
}

/* ── Wrapper balão ── */
.balloon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

/* Fio do balão */
.balloon::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: currentColor;
  opacity: 0.35;
  border-radius: 2px;
}

/* ── Card ── */
.photo-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  border: 4px solid transparent;
  outline: 3px solid transparent;
  opacity: 0;
  transform: translateY(20px) scale(0.94);
  will-change: transform, opacity;
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    box-shadow 0.3s ease;
}

.photo-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.photo-card:hover .overlay {
  opacity: 1;
}

.photo-card:hover img {
  transform: scale(1.1);
}

/* ── Imagem ── */
.photo-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

/* ── Overlay ── */
.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* ── Info ── */
.info {
  text-align: center;
  padding: 6px 4px 0;
}

.info p {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 1px;
}

/* ── Cores individuais (borda + fio + overlay) ── */
.b1 {
  color: var(--primary-color);
}

.b1 .photo-card {
  border-color: #5bbfdb;
  outline-color: rgba(91, 191, 219, 0.25);
}

.b1 .overlay {
  background: rgba(91, 191, 219, 0.25);
}

.b2 {
  color: #7abde0;
}

.b2 .photo-card {
  border-color: #7abde0;
  outline-color: rgba(122, 189, 224, 0.25);
}

.b2 .overlay {
  background: rgba(122, 189, 224, 0.25);
}

.b3 {
  color: #6dd5c8;
}

.b3 .photo-card {
  border-color: #6dd5c8;
  outline-color: rgba(109, 213, 200, 0.25);
}

.b3 .overlay {
  background: rgba(109, 213, 200, 0.25);
}

.b4 {
  color: #84a9e8;
}

.b4 .photo-card {
  border-color: #84a9e8;
  outline-color: rgba(132, 169, 232, 0.25);
}

.b4 .overlay {
  background: rgba(132, 169, 232, 0.25);
}

.b5 {
  color: #5bbfdb;
}

.b5 .photo-card {
  border-color: #5bbfdb;
  outline-color: rgba(91, 191, 219, 0.25);
}

.b5 .overlay {
  background: rgba(91, 191, 219, 0.25);
}

.b6 {
  color: #8fb8f5;
}

.b6 .photo-card {
  border-color: #8fb8f5;
  outline-color: rgba(143, 184, 245, 0.25);
}

.b6 .overlay {
  background: rgba(143, 184, 245, 0.25);
}

.b7 {
  color: #6dd5c8;
}

.b7 .photo-card {
  border-color: #6dd5c8;
  outline-color: rgba(109, 213, 200, 0.25);
}

.b7 .overlay {
  background: rgba(109, 213, 200, 0.25);
}

.b8 {
  color: #7abde0;
}

.b8 .photo-card {
  border-color: #7abde0;
  outline-color: rgba(122, 189, 224, 0.25);
}

.b8 .overlay {
  background: rgba(122, 189, 224, 0.25);
}

.b9 {
  color: #84a9e8;
}

.b9 .photo-card {
  border-color: #84a9e8;
  outline-color: rgba(132, 169, 232, 0.25);
}

.b9 .overlay {
  background: rgba(132, 169, 232, 0.25);
}

.b10 {
  color: #6dd5c8;
}

.b10 .photo-card {
  border-color: #6dd5c8;
  outline-color: rgba(109, 213, 200, 0.25);
}

.b10 .overlay {
  background: rgba(109, 213, 200, 0.25);
}

.b11 {
  color: #5bbfdb;
}

.b11 .photo-card {
  border-color: #5bbfdb;
  outline-color: rgba(91, 191, 219, 0.25);
}

.b11 .overlay {
  background: rgba(91, 191, 219, 0.25);
}

.b12 {
  color: #8fb8f5;
}

.b12 .photo-card {
  border-color: #8fb8f5;
  outline-color: rgba(143, 184, 245, 0.25);
}

.b12 .overlay {
  background: rgba(143, 184, 245, 0.25);
}

/* ── Delays escalonados ── */
.balloon:nth-child(1) .photo-card {
  transition-delay: 0.05s;
}

.balloon:nth-child(2) .photo-card {
  transition-delay: 0.1s;
}

.balloon:nth-child(3) .photo-card {
  transition-delay: 0.15s;
}

.balloon:nth-child(4) .photo-card {
  transition-delay: 0.2s;
}

.balloon:nth-child(5) .photo-card {
  transition-delay: 0.25s;
}

.balloon:nth-child(6) .photo-card {
  transition-delay: 0.3s;
}

.balloon:nth-child(7) .photo-card {
  transition-delay: 0.35s;
}

.balloon:nth-child(8) .photo-card {
  transition-delay: 0.4s;
}

.balloon:nth-child(9) .photo-card {
  transition-delay: 0.45s;
}

.balloon:nth-child(10) .photo-card {
  transition-delay: 0.5s;
}

.balloon:nth-child(11) .photo-card {
  transition-delay: 0.55s;
}

.balloon:nth-child(12) .photo-card {
  transition-delay: 0.6s;
}

/* ── Responsivo ── */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/*=========================================================
    SEÇÃO RESULTADOS
=========================================================*/

.results-container {
  position: relative;
  padding: 0;
  margin-top: 300px;
  text-align: center;
  background-color: var(--white);
}

.results-header {
  position: relative;
  padding: 80px 20px 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}

.results-container .result-nuvem-top {
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}

.results-container .result-nuvem-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results-badge {
  color: var(--primary-color);
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.results-title {
  font-size: 2.8rem;
  color: #2c3e50;
  margin-bottom: 60px;
  font-weight: 800;
}

.main-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}

.side-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.center-image {
  flex: 1.5;
  position: relative;
}

.center-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

/* CARDS LATERAIS */
.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.icon-box {
  width: 65px;
  height: 65px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
}

/* Cores dos ícones baseadas no design da imagem */
.icon-box.yellow {
  background: #fff9e6;
  color: #ffcc00;
}

.icon-box.purple {
  background: #f3e5f5;
  color: #9b59b6;
}

.icon-box.blue {
  background: #e3f2fd;
  color: #3498db;
}

.icon-box.pink {
  background: #fce4ec;
  color: #e91e63;
}

.feature-text h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #333;
}

.feature-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #666;
}

/* RODAPÉ DE RESULTADOS */
.stats-footer {
  background-color: var(--primary-color);
  padding: 70px 20px;
  color: white;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-l) 100%);
  padding: 60px 40px;
  overflow: hidden;
}

.stats-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg,
      transparent, transparent 18px,
      rgba(255, 255, 255, .06) 18px, rgba(255, 255, 255, .06) 36px);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}

.stat-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-item i {
  position: relative;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.number-row {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin: 20px;
}

.stat-item p {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* RESPONSIVIDADE */
@media (max-width: 1350px) {
  .results-container .result-nuvem-top {
    top: -180px;
  }
}

@media (max-width: 1070px) {
  .results-container .result-nuvem-top {
    top: -100px;
  }
}

@media (max-width: 992px) {
  .main-content-wrapper {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .center-image {
    order: -1;
    margin-bottom: 40px;
  }

  .feature-item {
    text-align: center;
    flex-direction: column;
  }

  .results-title {
    font-size: 2rem;
  }
}

/* RESPONSIVIDADE */
@media (max-width: 600px) {
  .results-header {
    padding: 80px 20px;
  }

  .results-container .result-nuvem-top {
    top: -60px;
  }
}

/*=========================================================
    SEÇÃO BENEFÍCIOS (CARROSSEL)
=========================================================*/

.benefits-carousel {
  padding: 300px 0 100px 0;
  background-color: var(--white);
  text-align: center;
  overflow: hidden;
}

.header-center .badge {
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.header-center .title {
  font-size: 2.2rem;
  color: #1a365d;
  margin: 15px 0 50px;
}

.swiper-wrapper {
  margin-bottom: 20px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.benefit-item .circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.benefit-item:hover .circle {
  transform: translateY(-10px) scale(1.05);
}

.benefit-item .circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.benefit-item h3 {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  max-width: 140px;
}

/* Paleta de Cores dos Círculos */
.c1 {
  background-color: #ff9f43;
}

/* Laranja */
.c2 {
  background-color: #ff5252;
}

/* Vermelho */
.c3 {
  background-color: #48dbfb;
}

/* Azul claro */
.c4 {
  background-color: #1dd1a1;
}

/* Verde */
.c5 {
  background-color: #54a0ff;
}

/* Azul */
.c6 {
  background-color: #00d2d3;
}

/* Teal */

/*=========================================================
    SEÇÃO UNIDADES
=========================================================*/

.units-bento-section {
  position: relative;
  padding: 80px 0;
  background-color: var(--white);
}

.units-bento-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bento-header {
  text-align: center;
  margin-bottom: 50px;
}

.bento-header .badge {
  color: var(--primary-color);
  font-weight: bold;
  display: block;
}

.bento-header .title {
  font-size: 2.5rem;
  color: var(--text-primary);
  margin-top: 10px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.bento-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.233);
  transition: all 0.3s ease;
  z-index: 2;
}

.bento-card a {
  text-decoration: none;
  color: var(--text-primary);
}

.text-card {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
}

.meta-tag {
  background: var(--primary-color);
  color: var(--white);
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 0.7rem;
  font-weight: bold;
  width: fit-content;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.text-card h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 10px;
}

.text-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Cards de Imagem */
.image-card {
  height: 240px;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bento-card:hover img {
  transform: scale(1.1);
}

/* Destaque para a imagem da coluna do meio */
.featured-img {
  height: 300px;
}

.units-nuvem-bottom {
  position: absolute;
  bottom: -250px;
  left: 50%;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(180deg);
}

.units-nuvem-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1350px) {
  .units-nuvem-bottom {
    top: 105%;
  }
}

@media (max-width: 930px) {
  .units-nuvem-bottom {
    top: 100%;
  }
}

@media (max-width: 992px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }

  .image-card {
    height: 300px;
  }
}

/*=========================================================
    SEÇÃO COMENTÁRIOS
=========================================================*/
.testimonials-container-omega {
  position: relative;
  background-color: var(--white);
}

.testimonials-container {
  position: relative;
  padding: 4rem 1.5rem;
  max-width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}

/* ── Header ── */
.testimonials-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.testimonials-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 0.6rem;
}

.testimonials-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #1a2a3a;
  line-height: 1.3;
}

.testimonials-title span {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  color: var(--primary-color);
}

/* ── Card ── */
.t-card {
  background: var(--white);
  border-radius: 20px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 4px 20px#c458141f;
  border: 1.5px solid #c458141f;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  /* Garante altura igual */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.t-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px #c458141f;
}

/* ── Avatar ── */
.t-avatar-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--secondary-color);
  flex-shrink: 0;
}

.t-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Texto ── */
.t-text {
  font-size: 14px;
  color: #4a5a6a;
  line-height: 1.7;
  flex: 1;
}

/* ── Divisor ── */
.t-divider {
  height: 1px;
  background: rgba(91, 191, 219, 0.2);
}

/* ── Footer ── */
.t-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.t-user h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1a2a3a;
  margin: 0 0 2px;
}

.t-user span {
  font-size: 12px;
  color: #e06519;
}

.t-stars {
  color: var(--secondary-color);
  font-size: 14px;
  letter-spacing: 2px;
}

/* ── Responsivo ── */
@media (max-width: 480px) {
  .t-card {
    padding: 1.25rem 1rem;
  }
}

/*=========================================================
    SEÇÃO PARCERIAS
=========================================================*/

.section-partners-fixed {
  width: 100%;
  padding: 80px 0 200px 0;
  background: var(--white);
  overflow: hidden;
  display: block;
  clear: both;
}

.partners-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.partners-header .badge {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.partners-header .title {
  font-size: 2.2rem;
  color: #1a365d;
  margin-bottom: 15px;
}

.partners-header .subtitle {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

.marquee-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right,
      transparent,
      black 15%,
      black 85%,
      transparent);
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 15%,
      black 85%,
      transparent);
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 20px 0;
  animation: marquee-scroll 30s linear infinite;
}

.marquee-content img {
  height: 70px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.marquee-content img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .partners-header .title {
    font-size: 1.8rem;
  }

  .marquee-content img {
    height: 50px;
  }

  .marquee-content {
    gap: 60px;
  }
}