/* institucional.css - Estilos específicos para páginas institucionais */

/* Variáveis de cores */
:root {
  --primary-gradient: linear-gradient(135deg, #1a1f36 0%, #667eea 100%);
  --secondary-gradient: linear-gradient(135deg, #273c75 0%, #4b6cb7 100%);
  --accent-gradient: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  --success-gradient: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  --info-gradient: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  --warning-gradient: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  --danger-gradient: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  --light-gradient: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  --dark-gradient: linear-gradient(135deg, #2c3e50 0%, #1a1a2e 100%);
  --gradient-dark-primary: linear-gradient(135deg, #1a1f36 0%, #2d3561 100%);
  --gradient-dark-secondary: linear-gradient(135deg, #2d3561 0%, #43536b 100%);
  
  --primary-shadow: 0 8px 15px rgba(44, 92, 224, 0.15);
  --box-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --box-shadow-md: 0 5px 15px rgba(0, 0, 0, 0.08);
  --box-shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
  
  --border-radius-sm: 8px;
  --border-radius-md: 12px;
  --border-radius-lg: 20px;
  --border-radius-xl: 30px;
  
  --transition-fast: 0.2s ease-in-out;
  --transition-normal: 0.3s ease-in-out;
  --transition-slow: 0.5s ease-in-out;
}

/* Estilos Gerais */
.institucional-page {
  color: #333;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
}

.institucional-page h1, 
.institucional-page h2, 
.institucional-page h3, 
.institucional-page h4, 
.institucional-page h5, 
.institucional-page h6 {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.institucional-page h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.institucional-page h2 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: white;
}

.institucional-page .subtitle {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: var(--nga-primary-color);
}

.institucional-page h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: #1a365d;
}

.institucional-page p, 
.institucional-page li {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
}

.institucional-page .lead {
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
  color: #4a5568;
}

/* Hero Section */
.hero-section {
  position: relative;
  padding: 2rem 3rem;
  background: var(--light-gradient);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%232c5ce0' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 1;
}

/* Cards */
.card-elegant {
  border: none;
  border-radius: var(--border-radius-md);
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
  box-shadow: var(--box-shadow-sm);
  overflow: visible; /* Mudado de hidden para visible para permitir que o dropdown do guest-selector funcione */
}

.card-elegant:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-md);
}

.card-elegant .card-body {
  padding: 2rem;
}

.card-elegant .card-header {
  border-bottom: none;
  padding: 1.5rem 2rem;
}

.card-elegant .card-footer {
  border-top: none;
  background: transparent;
  padding: 1.5rem 2rem;
}

/* Gradient Cards */
.card-gradient-primary {
  background: var(--primary-gradient);
  color: white;
}

.card-gradient-secondary {
  background: var(--secondary-gradient);
  color: white;
}

.card-gradient-success {
  background: var(--success-gradient);
  color: white;
}

.card-gradient-info {
  background: var(--info-gradient);
  color: white;
}

.card-gradient-warning {
  background: var(--warning-gradient);
  color: white;
}

.card-gradient-danger {
  background: var(--danger-gradient);
  color: white;
}

/* Feature Icons */
.feature-icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: transform var(--transition-normal);
  background: var(--nga-primary-color);
  color: white;
  box-shadow: var(--primary-shadow);
}

.feature-icon-success {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: transform var(--transition-normal);
  background: var(--success-color);
  color: white;
  box-shadow: var(--primary-shadow);
} 

.feature-icon-sm {
  width: 60px;
  height: 60px;
}

.feature-icon-success i,
.feature-icon i {
  font-size: 2rem;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Icon Boxes */
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius-sm);
  margin-right: 1rem;
  box-shadow: var(--box-shadow-sm);
}

.icon-box-primary {
  background: var(--primary-gradient);
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
}

.icon-box-secondary {
  background: var(--secondary-gradient);
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
}

.icon-box-success {
  background: var(--success-gradient);
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
}

.icon-box-info {
  background: var(--info-gradient);
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
}

.icon-box-warning {
  background: var(--warning-gradient);
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
}

.icon-box-danger {
  background: var(--danger-gradient);
  color: white;
  padding: 0.75rem;
  border-radius: 8px;
}

/* Botões */
.btn-elegant {
  border-radius: var(--border-radius-md);
  padding: 0.625rem 1.5rem;
  font-weight: 500;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-elegant::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all var(--transition-normal);
  z-index: -1;
}

.btn-elegant:hover::before {
  left: 0;
}

.btn-elegant-primary {
  background: var(--primary-gradient);
  color: white;
  box-shadow: var(--primary-shadow);
  border: none;
}

.btn-elegant-primary:hover,
.btn-elegant-primary:focus {
  color: white;
  box-shadow: 0 10px 20px rgba(44, 92, 224, 0.3);
}

.btn-elegant-outline {
  background: transparent;
  color: #2c5ce0;
  border: 2px solid #2c5ce0;
}

.btn-elegant-outline:hover,
.btn-elegant-outline:focus {
  background: var(--primary-gradient);
  color: white;
  border-color: transparent;
}

/* Accordion */
.accordion-elegant .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md) !important;
  box-shadow: var(--box-shadow-sm);
  overflow: hidden;
}

.accordion-elegant .accordion-header {
  background: white;
  border-radius: var(--border-radius-md) !important;
}

.accordion-elegant .accordion-button {
  padding: 1.5rem;
  font-weight: 500;
  color: #1a365d;
  background: white;
  border: none;
  box-shadow: none;
}

.accordion-elegant .accordion-button:not(.collapsed) {
  color: #2c5ce0;
  background: white;
  box-shadow: none;
}

.accordion-elegant .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-elegant .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232c5ce0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform var(--transition-normal);
}

.accordion-elegant .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* ==== CARROSSEL INFINITO DE DEPOIMENTOS ==== */
.testimonials-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
  margin: 0 -15px;
}

.testimonials-carousel-wrapper::before,
.testimonials-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.testimonials-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.testimonials-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.testimonials-carousel-track {
  display: flex;
  gap: 2rem;
  animation: scroll-testimonials 50s linear infinite;
  width: fit-content;
}

.testimonials-carousel-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-testimonials {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial-card-wrapper {
  flex: 0 0 auto;
  width: 380px;
}

/* Testimonial Cards - Estilo Melhorado */
.testimonial-card {
  position: relative;
  border-radius: var(--border-radius-lg);
  border: 2px solid transparent;
  /* Gradiente de fundo sutil */
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f5f7ff 100%);
  transition: all var(--transition-normal);
  /* Sombra azul suave */
  box-shadow: 0 4px 12px rgba(44, 92, 224, 0.08),
              0 2px 4px rgba(44, 92, 224, 0.04);
  overflow: hidden;
  height: 100%;
}

/* Borda gradiente sutil */
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius-lg);
  padding: 2px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(44, 92, 224, 0.1), rgba(102, 126, 234, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--transition-normal);
  z-index: 0;
}

/* Efeito glow interno no hover */
.testimonial-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity var(--transition-slow);
  z-index: 0;
  pointer-events: none;
}

.testimonial-card:hover::before {
  opacity: 1;
}

.testimonial-card:hover::after {
  opacity: 1;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  /* Sombra mais intensa e colorida no hover */
  box-shadow: 0 12px 28px rgba(44, 92, 224, 0.15),
              0 6px 12px rgba(102, 126, 234, 0.1),
              0 0 20px rgba(102, 126, 234, 0.08);
  border-color: rgba(102, 126, 234, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 50%, #f5f7ff 100%);
}

/* Conteúdo do card */
.testimonial-card .card-body {
  position: relative;
  z-index: 2;
  padding: 1.5rem !important;
}

/* Rating de estrelas */
.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.testimonial-rating i {
  transition: transform var(--transition-fast);
}

.testimonial-card:hover .testimonial-rating i {
  transform: scale(1.1);
}

/* Texto do depoimento */
.testimonial-text {
  color: #475569;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Avatar do depoimento */
.testimonial-avatar {
  position: relative;
  z-index: 3;
}

.testimonial-avatar > div {
  position: relative;
  z-index: 3;
}

.testimonial-avatar img {
  display: block;
}

/* ==== BADGE DE DESTAQUE PARA DEPOIMENTOS - CORNER RIBBON ==== */
.testimonial-highlight-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 120px;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
}

/* A faixa de destaque */
.testimonial-highlight-badge::before {
  content: '';
  position: absolute;
  top: 18px;
  left: -50px;
  width: 170px;
  height: 35px;
  transform: rotate(-45deg);
  transform-origin: center center;
  background: linear-gradient(135deg, #f7b733 0%, #fc4a1a 100%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3),
              0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Efeito de profundidade na faixa */
.testimonial-highlight-badge::after {
  content: '';
  position: absolute;
  top: 18px;
  left: -50px;
  width: 170px;
  height: 35px;
  transform: rotate(-45deg);
  transform-origin: center center;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Ícone de estrela no badge */
.testimonial-highlight-badge i {
  position: absolute;
  top: 18px;
  left: 25px;
  transform: rotate(-45deg);
  font-size: 1.1rem !important;
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
}

/* Hover effect no badge */
.testimonial-card:hover .testimonial-highlight-badge::before {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4),
              0 2px 6px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover .testimonial-highlight-badge i {
  transform: rotate(-45deg) scale(1.15);
}

/* Animação de entrada do badge */
@keyframes testimonial-badge-entrance {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.testimonial-highlight-badge {
  animation: testimonial-badge-entrance 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Pulse animation para o ícone */
@keyframes testimonial-icon-pulse {
  0%, 100% {
    transform: rotate(-45deg) scale(1);
  }
  50% {
    transform: rotate(-45deg) scale(1.15);
  }
}

.testimonial-highlight-badge i {
  animation: testimonial-icon-pulse 2.5s ease-in-out infinite 1s;
}

/* Responsividade para badges de destaque */
@media (max-width: 991.98px) {
  .testimonial-highlight-badge {
    width: 100px;
    height: 100px;
  }

  .testimonial-highlight-badge::before,
  .testimonial-highlight-badge::after {
    width: 150px;
    height: 32px;
    top: 16px;
    left: -45px;
  }

  .testimonial-highlight-badge i {
    font-size: 1rem !important;
    top: 16px;
    left: 22px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-highlight-badge {
    width: 90px;
    height: 90px;
  }

  .testimonial-highlight-badge::before,
  .testimonial-highlight-badge::after {
    width: 135px;
    height: 28px;
    top: 14px;
    left: -42px;
  }

  .testimonial-highlight-badge i {
    font-size: 0.85rem !important;
    top: 14px;
    left: 18px;
  }
}

/* Modo estático (menos de 4 depoimentos) */
.testimonials-carousel-wrapper.testimonials-static {
  overflow: visible;
  margin: 0;
  padding: 0;
}

.testimonials-carousel-wrapper.testimonials-static::before,
.testimonials-carousel-wrapper.testimonials-static::after {
  display: none;
}

.testimonials-carousel-track.testimonials-track-static {
  animation: none;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 1rem;
}

/* Responsividade para carrossel de depoimentos */
@media (max-width: 991.98px) {
  .testimonial-card-wrapper {
    width: 320px;
  }

  .testimonials-carousel-track {
    animation-duration: 40s;
  }

  .testimonial-card .card-body {
    padding: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .testimonial-card-wrapper {
    width: 280px;
  }

  .testimonials-carousel-track {
    animation-duration: 35s;
    gap: 1.5rem;
  }

  .testimonial-card .card-body {
    padding: 1rem !important;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .testimonials-carousel-wrapper::before,
  .testimonials-carousel-wrapper::after {
    width: 80px;
  }
}

.testimonial-card .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  margin-right: 1rem;
}

/* Avatar Image */
.avatar-img {
  border: 2px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Lista com ícones */
.icon-list {
  list-style: none;
  padding-left: 0;
}

.icon-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}

.icon-list li i {
  position: absolute;
  left: 0;
  top: 0.25rem;
  color: #2c5ce0;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 3.5rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(44, 92, 224, 0.8), rgba(75, 123, 236, 0.3));
  border-radius: 1px;
}

.timeline-item {
  position: relative;
  padding-bottom: 2rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: white;
  border: 2px solid #2c5ce0;
  box-shadow: 0 0 0 4px rgba(44, 92, 224, 0.1);
}

/* Stats Counter */
.stat-counter {
  text-align: center;
  padding: 2rem;
  border-radius: var(--border-radius-md);
  box-shadow: var(--box-shadow-sm);
  transition: transform var(--transition-normal);
  background: white;
}

.stat-counter:hover {
  transform: translateY(-5px);
}

.stat-counter .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.stat-counter .stat-label {
  font-size: 1rem;
  color: #4a5568;
}

/* Search Box */
.search-box {
  position: relative;
  margin-bottom: 2rem;
}

.search-box input {
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 3rem;
  border: none;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow-sm);
  font-size: 1rem;
  transition: box-shadow var(--transition-normal);
}

.search-box input:focus {
  outline: none;
  box-shadow: var(--primary-shadow);
}

.search-box i {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a0aec0;
}

/* Category Pills */
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.category-pill {
  padding: 0.75rem 1.5rem;
  border-radius: 18px;
  background: white;
  color: var(--nga-primary-color);
  font-weight: 500;
  box-shadow: var(--box-shadow-sm);
  transition: all var(--transition-normal);
  cursor: pointer;
}

.category-pill:hover,
.category-pill.active {
  background: var(--nga-primary-color);
  color: white;
  box-shadow: var(--primary-shadow);
}

/* Contact Form */
.contact-form .form-control,
.contact-form .form-select {
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-md);
  border: 1px solid #e2e8f0;
  box-shadow: none;
  transition: all var(--transition-normal);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #2c5ce0;
  box-shadow: 0 0 0 3px rgba(44, 92, 224, 0.1);
}

.contact-form .form-label {
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

/* Efeitos de animação */
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects */
.hover-lift {
  transition: transform var(--transition-normal);
}

.hover-lift:hover {
  transform: translateY(-5px);
}

/* Utilities */
.bg-gradient-primary {
  background: var(--primary-gradient);
}

.bg-gradient-secondary {
  background: var(--secondary-gradient);
}

.text-gradient-primary {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.rounded-xl {
  border-radius: var(--border-radius-xl);
}

.rounded-lg {
  border-radius: var(--border-radius-lg);
}

.rounded-md {
  border-radius: var(--border-radius-md);
}

.shadow-primary {
  box-shadow: var(--primary-shadow);
}

.shadow-sm {
  box-shadow: var(--box-shadow-sm);
}

.shadow-md {
  box-shadow: var(--box-shadow-md);
}

.shadow-lg {
  box-shadow: var(--box-shadow-lg);
}

/* Correções para search-form-container */
.search-form-container {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

.search-form-container .nga-guest-selector {
  position: relative;
  overflow: visible !important;
}

.search-form-container .nga-guest-dropdown {
  z-index: 9999 !important;
}

/* Garantir que o jumbotron não corte o dropdown */
.jumbotron {
  overflow: visible !important;
}

/* Responsividade */
@media (max-width: 991.98px) {
  .institucional-page h1 {
    font-size: 2.25rem;
  }
  
  .institucional-page h2 {
    font-size: 1.5rem;
  }
  
  .institucional-page h3 {
    font-size: 1.25rem;
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
  }
  
  .card-elegant .card-body {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .institucional-page h1 {
    font-size: 2rem;
  }
  
  .timeline {
    padding-left: 1.5rem;
  }
  
  .timeline::before {
    left: 0;
  }
  
  .timeline-item::before {
    left: -1.5rem;
  }
  
  .stat-counter .stat-number {
    font-size: 2rem;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
}


.footer-depoimento-carousel {
	float: right;
	background: var(--gradient-dark-primary);
	color: white;
	width: 140px;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	text-align: center;
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow-lg);
	margin-top: 0rem;
}

/* ==== SEÇÃO CTA DE CADASTRO ==== */
.cta-signup-section {
  margin: 3rem 0;
  animation: fadeInUp 0.8s ease-out;
}

.cta-signup-card {
  border-radius: var(--border-radius-xl);
  overflow: hidden;
  background: var(--gradient-dark-primary);
  position: relative;
}

.cta-signup-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

.cta-icon-column {
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cta-icon-column::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: pulse 3s ease-in-out infinite;
}

.cta-icon-container {
  position: relative;
  z-index: 1;
}

.cta-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cta-icon-wrapper > i.fa-building {
  font-size: 5rem;
  color: var(--nga-secondary-color);
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.cta-icon-badge {
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 1.5rem;
  color: white;
  background: var(--gradient-dark-primary);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  animation: pulse 2s ease-in-out infinite;
  border: 4px solid white;
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.gradient-text {
  background: linear-gradient(135deg, #f7b733 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.cta-description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.cta-benefits {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 0;
}

.benefit-item i {
  font-size: 1.25rem;
  color: var(--nga-secondary-color);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.benefit-item span {
  font-size: 0.95rem;
  line-height: 1.5;
}

.cta-action-column {
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.08));
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-action-container {
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn-cta-signup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.5rem;
  background: white;
  color: var(--nga-primary-color);
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(247, 183, 51, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-cta-signup::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(247,183,51,0.2), transparent);
  transition: left 0.5s ease;
}

.btn-cta-signup:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(247, 183, 51, 0.6);
  background: var(--nga-primary-color);
  color: var(--nga-secondary-color);
}

.btn-cta-signup:hover::before {
  left: 100%;
}

.btn-cta-signup:active {
  transform: translateY(-1px) scale(1.02);
}

.btn-cta-signup-text {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.btn-cta-signup-subtext {
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.95;
}

/* Animações */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Responsividade */
@media (max-width: 991.98px) {
  .cta-icon-column,
  .cta-action-column {
    padding: 2rem;
  }

  .cta-icon-wrapper > i.fa-building {
    font-size: 3.5rem;
  }

  .cta-icon-badge {
    font-size: 1.5rem;
    width: 2.8rem;
    height: 2.8rem;
    bottom: -8px;
    right: -12px;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .btn-cta-signup {
    padding: 1.25rem 2rem;
    font-size: 1rem;
  }

  .btn-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .cta-signup-card .card-body {
    padding: 0 !important;
  }

  .cta-icon-column {
    padding: 2rem 1.5rem;
  }

  .cta-icon-wrapper > i.fa-building {
    font-size: 3rem;
  }

  .cta-icon-badge {
    font-size: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
    bottom: -5px;
    right: -10px;
    border: 3px solid white;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-description {
    font-size: 1rem;
  }

  .benefit-item {
    font-size: 0.9rem;
  }

  .cta-action-column {
    padding: 2rem 1.5rem;
  }

  .btn-cta-signup {
    width: 100%;
    padding: 1.25rem 1.5rem;
  }
}

/* ==== SEÇÃO CTA ANUNCIAR IMÓVEL ==== */
.cta-advertise-section {
  margin: 3rem 0;
  animation: fadeInUp 0.8s ease-out;
}

.cta-advertise-card {
  border-radius: var(--border-radius-xl);
  overflow: hidden;
  background: var(--gradient-dark-secondary);
  position: relative;
}

.cta-advertise-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

.cta-advertise-icon-column {
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cta-advertise-icon-column::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: pulse 3s ease-in-out infinite;
}

.cta-advertise-icon-container {
  position: relative;
  z-index: 1;
}

.cta-advertise-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cta-advertise-icon-wrapper > i.fa-home {
  font-size: 5rem;
  color: var(--nga-secondary-color);
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.cta-advertise-badge {
  position: absolute;
  top: 30px;
  left: 35px;
  font-size: 1.5rem;
  color: white;
  background: var(--gradient-dark-secondary);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  animation: pulse 2s ease-in-out infinite;
  border: 4px solid white;
}

.cta-advertise-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.gradient-text-advertise {
  background: linear-gradient(135deg, #f7b733 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.cta-advertise-description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.cta-advertise-benefits {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.advertise-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 0;
}

.advertise-benefit-item i {
  font-size: 1.25rem;
  color: var(--nga-secondary-color);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.advertise-benefit-item span {
  font-size: 0.95rem;
  line-height: 1.5;
}

.cta-advertise-action-column {
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.08));
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-advertise-action-container {
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn-cta-advertise {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.5rem;
  background: white;
  color: var(--nga-primary-color);
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-cta-advertise::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(247,183,51,0.2), transparent);
  transition: left 0.5s ease;
}

.btn-cta-advertise:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(247, 183, 51, 0.6);
  background: var(--nga-primary-color);
  color: var(--nga-secondary-color);
}

.btn-cta-advertise:hover::before {
  left: 100%;
}

.btn-cta-advertise:active {
  transform: translateY(-1px) scale(1.02);
}

.btn-advertise-text {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.btn-advertise-subtext {
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.85;
}

/* Responsividade - CTA Anunciar */
@media (max-width: 991.98px) {
  .cta-advertise-icon-column,
  .cta-advertise-action-column {
    padding: 2rem;
  }

  .cta-advertise-icon-wrapper > i.fa-home {
    font-size: 3.5rem;
  }

  .cta-advertise-badge {
    font-size: 1.5rem;
    width: 2.8rem;
    height: 2.8rem;
    bottom: -8px;
    right: -12px;
  }

  .cta-advertise-title {
    font-size: 1.75rem;
  }

  .btn-cta-advertise {
    padding: 1.25rem 2rem;
    font-size: 1rem;
  }

  .btn-advertise-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .cta-advertise-card .card-body {
    padding: 0 !important;
  }

  .cta-advertise-icon-column {
    padding: 2rem 1.5rem;
  }

  .cta-advertise-icon-wrapper > i.fa-home {
    font-size: 3rem;
  }

  .cta-advertise-badge {
    font-size: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
    bottom: -5px;
    right: -10px;
    border: 3px solid white;
  }

  .cta-advertise-title {
    font-size: 1.5rem;
  }

  .cta-advertise-description {
    font-size: 1rem;
  }

  .advertise-benefit-item {
    font-size: 0.9rem;
  }

  .cta-advertise-action-column {
    padding: 2rem 1.5rem;
  }

  .btn-cta-advertise {
    width: 100%;
    padding: 1.25rem 1.5rem;
  }
}

/* ==== CARROSSEL INFINITO DE CATEGORIAS POPULARES ==== */
.categories-carousel-wrapper {
  width: 102%;
  overflow: hidden;
  position: relative;
  padding: 0rem 0;
  margin: 0 0; /* Compensar o padding do container */
}

.categories-carousel-wrapper::before,
.categories-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.categories-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.categories-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.categories-carousel-track {
  display: flex;
  gap: 1.5rem;
  animation: scroll-left 30s linear infinite;
  width: fit-content;
}

.categories-carousel-track:hover {
  animation-play-state: paused;
}

.category-card-wrapper {
  flex: 0 0 auto;
  width: 160px;
}

.category-card {
  position: relative;
  border: 2px solid transparent;
  border-radius: var(--border-radius-lg);
  /* Gradiente de fundo sutil azul claro */
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f5f7ff 100%);
  transition: all var(--transition-normal);
  /* Sombra azul suave */
  box-shadow: 0 4px 12px rgba(44, 92, 224, 0.08), 0 2px 4px rgba(44, 92, 224, 0.04);
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Borda gradiente sutil */
.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius-lg);
  padding: 2px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(44, 92, 224, 0.1), rgba(102, 126, 234, 0.2));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--transition-normal);
  z-index: 0;
}

/* Efeito glow interno no hover */
.category-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity var(--transition-slow);
  z-index: 0;
  pointer-events: none;
}

.category-card:hover::before {
  opacity: 1;
}

.category-card:hover::after {
  opacity: 1;
}

.category-card:hover {
  transform: translateY(-10px);
  /* Sombra mais intensa e colorida no hover */
  box-shadow: 0 12px 28px rgba(44, 92, 224, 0.18),
              0 6px 12px rgba(102, 126, 234, 0.12),
              0 0 20px rgba(102, 126, 234, 0.1);
  border-color: rgba(102, 126, 234, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 50%, #f5f7ff 100%);
}

.category-card .py-4 {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1rem !important;
  width: 100%;
}

.category-card i {
  font-size: 2.5rem !important;
  transition: all var(--transition-normal);
  /* Gradiente no ícone */
  background: linear-gradient(135deg, #667eea 0%, #4b6cb7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  /* Sombra sutil no ícone */
  filter: drop-shadow(0 2px 4px rgba(44, 92, 224, 0.15));
}

.category-card:hover i {
  transform: scale(1.2) rotate(-8deg);
  /* Gradiente mais vibrante no hover */
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.3));
  animation: icon-pulse 0.6s ease-out;
}

.category-card .card-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a365d;
  margin-top: 0.75rem;
  margin-bottom: 0;
  transition: all var(--transition-normal);
  text-shadow: 0 1px 2px rgba(26, 54, 93, 0.1);
}

.category-card:hover .card-title {
  color: #667eea;
  transform: scale(1.05);
  text-shadow: 0 2px 4px rgba(102, 126, 234, 0.2);
}

/* Animação de pulso no ícone */
@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1.2) rotate(-8deg);
  }
  50% {
    transform: scale(1.25) rotate(-8deg);
  }
}

/* ==== BADGES DE RANKING PARA CATEGORIAS - CORNER RIBBON ==== */
.category-ranking-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100px;
  height: 100px;
  overflow: hidden;
  pointer-events: none;
}

/* A faixa propriamente dita */
.category-ranking-badge::before {
  content: '';
  position: absolute;
  top: 15px;
  left: -45px;
  width: 150px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3),
              0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Efeito de profundidade - highlight superior */
.category-ranking-badge::after {
  content: '';
  position: absolute;
  top: 15px;
  left: -45px;
  width: 150px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center center;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.category-ranking-badge i {
  position: absolute;
  top: 21px;
  left: 20px;
  transform: rotate(-45deg);
  font-size: 0.95rem !important;
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  background: none !important;
  -webkit-text-fill-color: white !important;
}

/* Badge #1 - Dourado "Mais Procurado" */
.category-ranking-badge.rank-1::before {
  background: linear-gradient(135deg, #f7b733 0%, #fc4a1a 100%);
}

/* Badge #2 - Azul/Roxo "Em Alta" */
.category-ranking-badge.rank-2::before {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Badge #3 - Verde/Azul "Favorito" */
.category-ranking-badge.rank-3::before {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

/* Hover effect no badge - intensifica sombra */
.category-card:hover .category-ranking-badge::before {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4),
              0 2px 6px rgba(0, 0, 0, 0.3);
}

.category-card:hover .category-ranking-badge i {
  transform: rotate(-45deg) scale(1.15);
}

/* Animação de entrada do badge - desliza do canto */
@keyframes badge-entrance {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

/* Pulse animation para o ícone rank 1 */
@keyframes badge-icon-pulse {
  0%, 100% {
    transform: rotate(-45deg) scale(1);
  }
  50% {
    transform: rotate(-45deg) scale(1.15);
  }
}

.category-ranking-badge.rank-1 {
  animation: badge-entrance 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.category-ranking-badge.rank-1 i {
  animation: badge-icon-pulse 2.5s ease-in-out infinite 1s;
}

/* Responsividade dos badges - faixa diagonal */
@media (max-width: 991.98px) {
  .category-ranking-badge {
    width: 90px;
    height: 90px;
  }

  .category-ranking-badge::before,
  .category-ranking-badge::after {
    width: 135px;
    height: 28px;
    top: 14px;
    left: -40px;
  }

  .category-ranking-badge i {
    font-size: 0.85rem !important;
    top: 18px;
    left: 18px;
  }
}

@media (max-width: 767.98px) {
  .category-ranking-badge {
    width: 80px;
    height: 80px;
  }

  .category-ranking-badge::before,
  .category-ranking-badge::after {
    width: 120px;
    height: 26px;
    top: 12px;
    left: -38px;
  }

  .category-ranking-badge i {
    font-size: 0.75rem !important;
    top: 16px;
    left: 16px;
  }
}

/* Animação de scroll infinito */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsividade para categorias */
@media (max-width: 991.98px) {
  .category-card-wrapper {
    width: 150px;
  }

  .category-card .py-4 {
    padding: 1.25rem 0.75rem !important;
  }

  .category-card i {
    font-size: 2.2rem !important;
  }

  .category-card .card-title {
    font-size: 0.9rem;
  }

  .categories-carousel-track {
    animation-duration: 25s;
  }
}

@media (max-width: 767.98px) {
  .category-card-wrapper {
    width: 140px;
  }

  .category-card .py-4 {
    padding: 1.25rem 0.75rem !important;
  }

  .category-card i {
    font-size: 2rem !important;
  }

  .category-card .card-title {
    font-size: 0.85rem;
    margin-top: 0.5rem;
  }

  .categories-carousel-wrapper::before,
  .categories-carousel-wrapper::after {
    width: 80px;
  }

  .categories-carousel-track {
    animation-duration: 20s;
    gap: 1rem;
  }
}

/* ==== CARD DE BOAS-VINDAS MODERNO ==== */
.welcome-card-modern {
  position: relative;
  /*background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 25%, #c44569 50%, #667eea 75%, #764ba2 100%);*/
  background: #667eea;  
  border: none;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out;
}

/* Padrão SVG decorativo de fundo */
.welcome-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: 0;
}

/* Borda colorida superior */
.welcome-card-modern::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  height: 6px;
  background: linear-gradient(90deg, #ffd700 0%, #f7b733 50%, #ffd700 100%);
  border-radius: 30px 30px 0 0;
  z-index: 1;
}

/* Círculos decorativos flutuantes */
.welcome-decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
}

.welcome-decorative-circle.circle-1 {
  width: 200px;
  height: 200px;
  top: -80px;
  right: -50px;
}

.welcome-decorative-circle.circle-2 {
  width: 150px;
  height: 150px;
  bottom: -60px;
  left: -40px;
}

.welcome-decorative-circle.circle-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 10%;
}

/* Card body com z-index maior */
.welcome-card-modern .card-body {
  position: relative;
  z-index: 2;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Ícone principal - Badge circular animado */
.welcome-icon-badge {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffd700 0%, #f7b733 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(247, 183, 51, 0.4);
  animation: bounce-icon 2s ease-in-out infinite;
  margin-bottom: 1.5rem !important;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.welcome-icon-badge i {
  font-size: 2rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Título com gradiente de texto */
.welcome-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem !important;
}

/* Subtítulo */
.welcome-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  font-weight: 400;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem !important;
}

.welcome-highlight {
  font-weight: 600;
  color: #ffd700;
  text-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

/* Badges de benefícios */
.welcome-badges {
  margin-top: 2.5rem;
}

.welcome-badge {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.welcome-badge i {
  font-size: 1rem;
}

.welcome-badge:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Animações */
@keyframes bounce-icon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-circle {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.15;
  }
}

/* ==== SEÇÃO CTA UNIFICADA (BUSCA + CADASTRO) ==== */
.cta-unified-section {
  margin: 1rem 0;
  animation: fadeInUp 0.8s ease-out;
}

/* CTA de Busca (col-12) - Continuidade visual */
.cta-search-primary {
  /*background: linear-gradient(135deg, #c44569 0%, #667eea 25%, #764ba2 50%, #4b6cb7 75%, #3a7bd5 100%);*/
  background: #667eea;  
  color: white;
  border-radius: var(--border-radius-xl);
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border: none;
}

/* Padrão SVG decorativo de fundo */
.cta-search-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: 0;
}

/* Borda colorida superior */
.cta-search-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  height: 6px;
  background: linear-gradient(90deg, #ffd700 0%, #f7b733 50%, #ffd700 100%);
  border-radius: 30px 30px 0 0;
  z-index: 1;
}

/* Círculos decorativos */
.search-decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
}

.search-decorative-circle.circle-1 {
  width: 250px;
  height: 250px;
  top: -100px;
  right: -80px;
}

.search-decorative-circle.circle-2 {
  width: 180px;
  height: 180px;
  bottom: -70px;
  left: -50px;
}

.search-decorative-circle.circle-3 {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 15%;
}

.cta-search-primary .card-body {
  position: relative;
  z-index: 2;
}

/* Ícone badge de busca */
.search-icon-badge {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffd700 0%, #f7b733 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(247, 183, 51, 0.4);
  animation: bounce-icon 2s ease-in-out infinite;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.search-icon-badge i {
  font-size: 2rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Títulos de busca */
.search-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.search-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  font-weight: 400;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.cta-search-primary .form-control,
.cta-search-primary .form-select {
  border-radius: 12px;
  padding: 12px 15px;
  font-size: 0.95rem;
  background: white;
  transition: all 0.3s ease;
}

.cta-search-primary .form-control:focus,
.cta-search-primary .form-select:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  border-color: white;
}

.cta-search-primary .input-group-text {
  border-radius: 12px 0 0 12px;
  padding: 12px 15px;
}

.cta-search-primary .btn-light {
  border-radius: 12px;
  padding: 14px;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-search-primary .btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: #f8f9fa;
}

/* Badges de benefícios - estilo moderno */
.search-benefit-badge {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.search-benefit-badge i {
  font-size: 1rem;
}

.search-benefit-badge:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Badge antigo (mantido para compatibilidade) */
.badge-cta-benefit {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

/* Estilo customizado para guest-selector dentro do CTA */
.cta-search-primary .nga-guest-trigger-cta {
  background: white !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 15px !important;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

/* Botão com fundo dourado */
.bg-gold {
  background: linear-gradient(135deg, #f7b733 0%, #ffd700 50%, #f7b733 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(247, 183, 51, 0.4);
  transition: all 0.3s ease;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.bg-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 183, 51, 0.6);
  background: linear-gradient(135deg, #ffd700 0%, #f7b733 50%, #ffd700 100%);
}

.bg-gold:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(247, 183, 51, 0.5);
}

/* Divider elegante entre busca e categorias */
.cta-search-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  position: relative;
}

.cta-search-divider .divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.1) 100%);
  position: relative;
}

.cta-search-divider .divider-line::before,
.cta-search-divider .divider-line::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.cta-search-divider .divider-line::before {
  left: 0;
}

.cta-search-divider .divider-line::after {
  right: 0;
}

.cta-search-divider .divider-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-search-divider .divider-content i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
}

.cta-search-divider .divider-content span {
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

/* Carrossel de categorias dentro do CTA de busca */
.cta-search-primary .categories-carousel-wrapper {
  margin-left: -2rem;
  margin-right: -2rem;
  position: relative;
}

.cta-search-primary .categories-carousel-wrapper::before,
.cta-search-primary .categories-carousel-wrapper::after {
  background: linear-gradient(to right, #667eea 0%, transparent 100%);
}

.cta-search-primary .categories-carousel-wrapper::after {
  background: linear-gradient(to left, #667eea 0%, transparent 100%);
}

/* CTA de Cadastro Moderno (col-4) - Continuidade visual com boas-vindas */
.cta-signup-modern {
  border-radius: var(--border-radius-xl);
  /*background: linear-gradient(135deg, #764ba2 0%, #667eea 25%, #4b6cb7 50%, #3a7bd5 75%, #00d2ff 100%);*/
  background: #667eea;  
  position: relative;
  overflow: hidden;
  border: none;
}

/* Padrão SVG decorativo de fundo - similar ao welcome */
.cta-signup-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: 0;
}

/* Borda colorida superior - complementar ao gradiente */
.cta-signup-modern::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  height: 6px;
  background: linear-gradient(90deg, #ffd700 0%, #f7b733 50%, #ffd700 100%);
  border-radius: 30px 30px 0 0;
  z-index: 1;
}

/* Círculos decorativos do signup - similar ao welcome */
.signup-decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
}

.signup-decorative-circle.circle-1 {
  width: 120px;
  height: 120px;
  top: -40px;
  right: -30px;
}

.signup-decorative-circle.circle-2 {
  width: 90px;
  height: 90px;
  bottom: -30px;
  left: -20px;
}

/* Card body com z-index maior */
.cta-signup-modern .card-body {
  position: relative;
  z-index: 2;
}

/* Icon Badge no topo - animação similar ao welcome */
.cta-icon-badge {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffd700 0%, #f7b733 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(247, 183, 51, 0.4);
  animation: bounce-icon 2s ease-in-out infinite;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.cta-icon-badge i {
  font-size: 2rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Títulos - cores vibrantes similares ao welcome */
.cta-main-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.02em;
}

.cta-subtitle {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

/* Perfis Compactos */
.profiles-compact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

/* Links de perfil devem herdar todos os estilos do profile-choice */
a.profile-choice {
  display: flex;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a.profile-choice:hover {
  text-decoration: none;
  color: inherit;
}

.profile-choice {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.profile-choice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  opacity: 1;
  transition: all 0.3s ease;
}

.profile-choice-guest::before {
  background: linear-gradient(180deg, #ffd700 0%, #f7b733 100%);
}

.profile-choice-owner::before {
  background: linear-gradient(180deg, #00d2ff 0%, #3a7bd5 100%);
}

.profile-choice-corretor::before {
  background-color: #1a1a2e;
}

.profile-choice:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.25);
}

.profile-choice:hover::before {
  width: 6px;
}

/* Ícone do perfil */
.profile-choice-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.profile-choice-guest .profile-choice-icon {
  color: #ffd700;
}

.profile-choice-owner .profile-choice-icon {
  color: #00d2ff;
}

.profile-choice-corretor .profile-choice-icon {
  color: #1a1a2e;
}

.profile-choice-icon i {
  font-size: 1.75rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.profile-choice:hover .profile-choice-icon {
  transform: scale(1.15) rotate(8deg);
  background: rgba(255, 255, 255, 0.3);
}

/* Conteúdo do perfil */
.profile-choice-content {
  flex-grow: 1;
  text-align: left;
}

.profile-choice-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.profile-choice-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Seta do perfil */
.profile-choice-arrow {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.profile-choice:hover .profile-choice-arrow {
  color: white;
  transform: translateX(5px);
}

/* Footer note - estilo similar aos badges do welcome */
.cta-footer-note {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  padding: 0.75rem 1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-footer-note i,
.cta-footer-note span {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  font-weight: 600;
}

/* ==== CARD DE DEPOIMENTOS MODERNO (col-4) ==== */
.cta-testimonials-modern {
  border-radius: var(--border-radius-xl);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #ffa726 100%);
  position: relative;
  overflow: hidden;
  border: none;
}

/* Padrão SVG decorativo de fundo */
.cta-testimonials-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: 0;
}

/* Borda colorida superior */
.cta-testimonials-modern::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  height: 6px;
  background: linear-gradient(90deg, #ffa726 0%, #f5576c 50%, #ffa726 100%);
  border-radius: 30px 30px 0 0;
  z-index: 1;
}

/* Círculos decorativos */
.testimonials-decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
}

.testimonials-decorative-circle.circle-1 {
  width: 120px;
  height: 120px;
  top: -40px;
  right: -30px;
  animation: pulse-circle 5s ease-in-out infinite;
}

.testimonials-decorative-circle.circle-2 {
  width: 90px;
  height: 90px;
  bottom: -30px;
  left: -20px;
  animation: pulse-circle 6s ease-in-out infinite 0.5s;
}

/* Card body */
.cta-testimonials-modern .card-body {
  position: relative;
  z-index: 2;
}

/* Icon Badge */
.testimonials-icon-badge {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(135deg, #f5576c 0%, #ffa726 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(245, 87, 108, 0.4);
  animation: bounce-icon 2s ease-in-out infinite;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.testimonials-icon-badge i {
  font-size: 2rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Títulos */
.testimonials-main-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.02em;
}

.testimonials-subtitle {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  font-weight: 500;
}

/* Container de rotação */
.testimonials-rotator {
  position: relative;
  min-height: 280px;
}

.testimonial-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.testimonial-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Estilos do depoimento */
.testimonial-mini-avatar {
  flex-shrink: 0;
}

.testimonial-author {
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}

.testimonial-role {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.testimonial-stars {
  color: #ffd700;
  font-size: 1rem;
}

.testimonial-stars i {
  margin-right: 2px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.testimonial-quote-title {
  color: white;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 1.05rem;
}

.testimonial-quote-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  line-height: 1.6;
  font-style: italic;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}

/* Indicadores (dots) */
.testimonials-indicators {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.testimonial-dot.active {
  background: white;
  width: 24px;
  border-radius: 5px;
}

.testimonial-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Link ver mais */
.testimonials-view-more {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.testimonials-view-more:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.5);
}

.testimonials-view-more i {
  transition: transform 0.3s ease;
}

.testimonials-view-more:hover i {
  transform: translateX(3px);
}

/* Botão CTA Gradient */
.btn-cta-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-cta-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn-cta-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
  color: white;
}

.btn-cta-gradient:hover::before {
  left: 100%;
}

/* ======================================
   FEATURED PROPERTIES SECTION
   ====================================== */

/* Container principal da seção */
#imoveis-destaque {
  background: #fff;
  border-radius: var(--border-radius-xl);
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

#imoveis-destaque::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd700 0%, #f7b733 50%, #ffa726 100%);
  border-radius: var(--border-radius-xl) var(--border-radius-xl) 0 0;
}

/* Header da seção */
.featured-section-header {
  position: relative;
  padding-bottom: 1rem;
}

.featured-icon-badge {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffd700 0%, #f7b733 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
  animation: pulse-badge 2.5s ease-in-out infinite;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.featured-icon-badge i {
  font-size: 1.75rem;
  color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
  }
}

.featured-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.featured-subtitle {
  font-size: 1rem;
  color: #718096;
  font-weight: 400;
}

/* Grid de propriedades */
.featured-properties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* Card da propriedade */
.featured-property-card {
  background: #fff;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.featured-property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.featured-property-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Imagem da propriedade */
.featured-property-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
}

.featured-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-property-card:hover .featured-property-image img {
  transform: scale(1.1);
}

/* Placeholder da imagem */
.featured-property-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
}

.featured-property-placeholder i {
  font-size: 4rem;
  color: #a0aec0;
  opacity: 0.5;
}

/* Badges da imagem */
.featured-property-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featured-badge-inactive {
  background: rgba(239, 68, 68, 0.95);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* Overlay com preço */
.featured-property-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  padding: 20px 16px 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.featured-property-card:hover .featured-property-overlay {
  opacity: 1;
}

.featured-property-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  font-weight: 500;
}

.price-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.price-period {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-left: 4px;
}

/* Conteúdo da propriedade */
.featured-property-content {
  padding: 1rem;
}

.featured-property-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  white-space: nowrap;
}

/* Meta (localização + avaliação) */
.featured-property-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
}

.featured-property-location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #718096;
  flex: 1;
  min-width: 0;
}

.featured-property-location i {
  font-size: 0.75rem;
  color: #cbd5e0;
  flex-shrink: 0;
}

.featured-property-location span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Avaliação compacta */
.featured-property-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}

.featured-property-rating i {
  font-size: 0.75rem;
  color: #fbbf24;
}

.featured-property-rating .rating-value {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1a202c;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating-stars i {
  font-size: 0.875rem;
  color: #fbbf24;
}

.rating-score {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a202c;
  margin-left: 4px;
}

.rating-count {
  font-size: 0.75rem;
  color: #a0aec0;
}

/* Features da propriedade */
.featured-property-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f1f3f5;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8125rem;
  color: #4a5568;
}

.feature-item i {
  font-size: 0.875rem;
  color: #667eea;
}

.feature-item span {
  font-weight: 500;
}

/* Mensagem quando não há imóveis */
.featured-properties-grid .text-center {
  grid-column: 1 / -1;
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: var(--border-radius-lg);
  border: 2px dashed #cbd5e0;
}

/* Responsive Design */
@media (max-width: 991px) {
  #imoveis-destaque {
    padding: 1.5rem;
  }

  .featured-properties-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.25rem;
  }

  .featured-property-image {
    height: 200px;
  }

  .featured-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  #imoveis-destaque {
    padding: 1.25rem;
  }

  .featured-properties-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .featured-property-image {
    height: 240px;
  }

  .featured-icon-badge {
    width: 50px;
    height: 50px;
  }

  .featured-icon-badge i {
    font-size: 1.5rem;
  }

  .featured-title {
    font-size: 1.375rem;
  }

  .featured-subtitle {
    font-size: 0.9375rem;
  }
}

.btn-gradient-text {
  position: relative;
  z-index: 1;
}

/* Footer Note */
.cta-footer-note {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
}

.cta-footer-note i {
  color: #10b981;
}

/* Estilos antigos (manter para compatibilidade) */
.cta-signup-unified {
  border-radius: var(--border-radius-xl);
  background: white;
}

.cta-signup-unified h4 {
  color: #1a202c;
  font-size: 1.5rem;
}

.profile-split-container {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 1.5rem;
}

.profile-box {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.profile-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.profile-guest:hover {
  border-color: #667eea;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.profile-owner:hover {
  border-color: #10b981;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.profile-icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.profile-guest .profile-icon {
  color: #667eea;
}

.profile-owner .profile-icon {
  color: #10b981;
}

.profile-box h6 {
  font-weight: 600;
  color: #1a202c;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.profile-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
}

.profile-benefits li {
  padding: 0.375rem 0;
  color: #4a5568;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.profile-benefits i {
  color: #10b981;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.profile-divider {
  text-align: center;
  position: relative;
  margin: 0.75rem 0;
}

.profile-divider span {
  background: #f8f9fa;
  padding: 0 1rem;
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}

.profile-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0 20%, #e2e8f0 80%, transparent);
}

.cta-signup-unified .btn-primary {
  border-radius: 12px;
  padding: 14px;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.cta-signup-unified .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Responsividade - Card de Boas-Vindas */
@media (max-width: 991.98px) {
  .welcome-icon {
    font-size: 3rem;
  }

  .welcome-title {
    font-size: 1.6rem;
  }

  .welcome-subtitle {
    font-size: 1rem;
  }

  .welcome-badge {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }

  .welcome-decorative-circle.circle-1 {
    width: 150px;
    height: 150px;
  }

  .welcome-decorative-circle.circle-2 {
    width: 120px;
    height: 120px;
  }

  .welcome-decorative-circle.circle-3 {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .welcome-card-modern .card-body {
    padding: 2rem 1.5rem !important;
  }

  .welcome-icon {
    font-size: 2.5rem;
  }

  .welcome-title {
    font-size: 1.4rem;
  }

  .welcome-subtitle {
    font-size: 0.95rem;
  }

  .welcome-badges {
    margin-top: 1rem;
    gap: 0.5rem !important;
  }

  .welcome-badge {
    font-size: 0.8rem;
    padding: 0.45rem 0.85rem;
  }

  .welcome-decorative-circle.circle-1,
  .welcome-decorative-circle.circle-2 {
    display: none;
  }

  .welcome-decorative-circle.circle-3 {
    width: 60px;
    height: 60px;
  }
}

/* Responsividade - CTA Unificado */
@media (max-width: 991.98px) {
  .cta-search-primary {
    min-height: auto;
    margin-bottom: 1.5rem;
  }

  .search-decorative-circle.circle-1 {
    width: 180px;
    height: 180px;
  }

  .search-decorative-circle.circle-2 {
    width: 130px;
    height: 130px;
  }

  .search-decorative-circle.circle-3 {
    width: 90px;
    height: 90px;
  }

  .search-icon-badge {
    width: 60px;
    height: 60px;
  }

  .search-icon-badge i {
    font-size: 1.75rem;
  }

  .search-title {
    font-size: 1.6rem;
  }

  .search-subtitle {
    font-size: 1rem;
  }

  .search-benefit-badge {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }

  .cta-search-primary h3 {
    font-size: 1.5rem;
  }

  .profile-split-container {
    padding: 1rem;
  }

  .profile-box {
    padding: 1.25rem;
  }

  .profile-icon {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .cta-unified-section {
    margin: 2rem 0;
  }

  .cta-search-primary .card-body {
    padding: 2rem 1.5rem !important;
  }

  .search-decorative-circle.circle-1,
  .search-decorative-circle.circle-2 {
    display: none;
  }

  .search-decorative-circle.circle-3 {
    width: 70px;
    height: 70px;
  }

  .search-icon-badge {
    width: 55px;
    height: 55px;
  }

  .search-icon-badge i {
    font-size: 1.5rem;
  }

  .search-title {
    font-size: 1.4rem;
  }

  .search-subtitle {
    font-size: 0.95rem;
  }

  .search-benefit-badge {
    font-size: 0.8rem;
    padding: 0.45rem 0.85rem;
  }

  .cta-search-primary h3 {
    font-size: 1.35rem;
  }

  .cta-search-primary .text-white-50 {
    font-size: 0.95rem;
  }

  .cta-search-divider {
    gap: 0.75rem;
  }

  .cta-search-divider .divider-content {
    padding: 0.5rem 1rem;
  }

  .cta-search-divider .divider-content i {
    font-size: 1rem;
  }

  .cta-search-divider .divider-content span {
    font-size: 0.75rem;
  }

  .profile-box {
    padding: 1rem;
  }

  .profile-icon {
    font-size: 1.75rem;
  }

  .profile-box h6 {
    font-size: 0.95rem;
  }

  .profile-benefits {
    font-size: 0.8rem;
  }

  .badge-cta-benefit {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }

  .bg-gold {
    font-size: 0.9rem;
    padding: 0.75rem 2rem !important;
  }

  /* Responsividade CTA Moderno */
  .signup-decorative-circle.circle-1 {
    width: 90px;
    height: 90px;
  }

  .signup-decorative-circle.circle-2 {
    width: 70px;
    height: 70px;
  }

  .cta-icon-badge {
    width: 60px;
    height: 60px;
  }

  .cta-icon-badge i {
    font-size: 1.75rem;
  }

  .cta-main-title {
    font-size: 1.5rem;
  }

  .cta-subtitle {
    font-size: 0.875rem;
  }

  .profile-choice {
    padding: 1rem;
  }

  .profile-choice-icon {
    width: 50px;
    height: 50px;
  }

  .profile-choice-icon i {
    font-size: 1.5rem;
  }

  .profile-choice-title {
    font-size: 1rem;
  }

  .profile-choice-desc {
    font-size: 0.8rem;
  }

  .cta-footer-note {
    padding: 0.6rem 0.85rem;
    font-size: 0.8rem;
  }

  .btn-cta-gradient {
    padding: 14px;
    font-size: 1rem;
  }

  .cta-footer-note {
    font-size: 0.8rem;
  }
}

/* ============================================
   MODAL DE PROMOÇÕES ATIVAS - HOME
   ============================================ */

/* Modal Container */
.promocoes-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.promocoes-modal.show {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}

/* Overlay com blur */
.promocoes-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  z-index: 1;
}

/* Container do modal */
.promocoes-modal-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Botão de fechar */
.promocoes-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.promocoes-modal-close:hover {
  background: #fff;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Carousel */
.promocoes-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.promocoes-carousel-track {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

/* Slide da promoção */
.promocao-slide {
  display: none;
  width: 100%;
}

.promocao-slide.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

/* Badge "Promoção Ativa" */
.promocao-badge-live {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 5;
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(255, 65, 108, 0.3);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* CTA no topo do modal */
.promocao-cta-topo {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 10px 20px;
  /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
  z-index: 20;
}

.promocao-cta-topo:hover {
  /*background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);*/
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.5);
  color: white;
  text-decoration: none;
}

/* Banner da promoção */
.promocao-banner {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.promocao-banner-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promocao-banner-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}

.promocao-banner-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  gap: 16px;
}

/* Conteúdo da promoção */
.promocao-content {
  padding: 24px 32px;
  max-height: calc(90vh - 280px - 80px);
  overflow-y: auto;
}

/* Título */
.promocao-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Descrição */
.promocao-description {
  font-size: 0.95rem;
  color: #f7fafc;
  margin-bottom: 12px;
  line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Container para info-grid e countdown */
.promocao-info-countdown-container {
  display: flex;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

/* Grid de informações */
.promocao-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.promocao-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promocao-info-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.promocao-info-text {
  flex: 1;
}

.promocao-info-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.promocao-info-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* CTAs */
.promocao-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.btn-promocao-participar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-promocao-participar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn-promocao-participar:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
  color: #fff;
}

.btn-promocao-participar:hover::before {
  left: 100%;
}

.btn-promocao-secundario {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: transparent;
  color: #667eea;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 2px solid #e2e8f0;
}

.btn-promocao-secundario:hover {
  background: #f7fafc;
  border-color: #667eea;
  color: #667eea;
}

/* Countdown */
.promocao-countdown {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  flex: 0 0 auto;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.countdown-value {
  display: inline-block;
  min-width: 40px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.countdown-label-unit {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.countdown-separator {
  font-size: 1.2rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.countdown-expired {
  color: #c53030;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Controles inline do carousel */
.carousel-control-prev-inline,
.carousel-control-next-inline {
  flex: 0 0 auto;
  width: 40px;
  min-width: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.carousel-control-prev-inline:hover,
.carousel-control-next-inline:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* Controles do carousel */
.promocoes-carousel-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.promocoes-carousel-controls button:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Indicadores */
.promocoes-carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
}

.promocoes-carousel-indicators button {
  width: 10px;
  height: 10px;
  border: none;
  background: #cbd5e0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.promocoes-carousel-indicators button.active {
  width: 32px;
  border-radius: 5px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.promocoes-carousel-indicators button:hover {
  background: #a0aec0;
}

/* Footer do modal */
.promocoes-modal-footer {
  padding: 16px 32px;
  background: #f7fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promocoes-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #4a5568;
  cursor: pointer;
  user-select: none;
}

.promocoes-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #667eea;
}

/* Animações */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .promocoes-modal-container {
    max-width: 95%;
    max-height: 95vh;
    border-radius: 16px;
  }

  .promocao-cta-topo {
    top: 10px;
    left: 10px;
    right: 60px;
    padding: 8px 16px;
    font-size: 0.8rem;
  }

  .promocao-banner {
    height: 280px;
  }

  /* Centralizar ícone placeholder quando não há banner */
  .promocao-banner-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promocao-banner-gradient {
    padding: 16px;
    gap: 12px;
  }

  .promocao-content {
    padding: 16px 20px;
    max-height: calc(95vh - 280px - 80px);
  }

  .promocao-title {
    font-size: 1.25rem;
  }

  .promocao-description {
    font-size: 0.875rem;
  }

  .promocao-info-countdown-container {
    flex-direction: column;
    max-width: 100%;
  }

  .promocao-info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    max-width: 100%;
  }

  .promocao-countdown {
    min-width: 100%;
  }

  .carousel-control-prev-inline,
  .carousel-control-next-inline {
    width: 35px;
    min-width: 35px;
    font-size: 1rem;
  }

  .promocao-info-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .promocao-info-value {
    font-size: 1rem;
  }

  .promocao-info-label {
    font-size: 0.6rem;
  }

  .btn-promocao-participar {
    padding: 16px 24px;
    font-size: 1rem;
  }

  .promocoes-carousel-controls button {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }

  .promocoes-modal-close {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    top: 12px;
    right: 12px;
  }

  .countdown-value {
    min-width: 40px;
    padding: 6px 10px;
    font-size: 1.2rem;
  }
}

/* Responsividade Modal - Smartphones pequenos (576px) */
@media (max-width: 576px) {
  .promocoes-modal-container {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .promocao-cta-topo {
    font-size: 0.7rem;
    padding: 6px 12px;
  }

  .promocao-banner {
    height: auto;
    min-height: 320px;
  }

  /* Centralizar ícone placeholder quando não há banner */
  .promocao-banner-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promocao-banner-gradient {
    padding: 12px;
    gap: 8px;
  }

  .promocao-content {
    padding: 12px 15px;
    max-height: calc(100vh - 320px - 60px);
  }

  .promocao-title {
    font-size: 1.1rem;
  }

  .promocao-description {
    font-size: 0.8rem;
  }

  /* Manter info-grid horizontal mas compacto */
  .promocao-info-countdown-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .promocao-info-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 6px;
  }

  .promocao-info-item {
    padding: 6px 8px;
    gap: 6px;
  }

  .promocao-info-icon {
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
  }

  .promocao-info-value {
    font-size: 0.85rem;
  }

  .promocao-info-label {
    font-size: 0.5rem;
  }

  .promocao-countdown {
    width: 100%;
    margin-top: 6px;
    padding: 8px 12px;
  }

  .promocao-countdown-value {
    font-size: 1.1rem;
  }

  .btn-promocao-participar {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .carousel-control-prev-inline,
  .carousel-control-next-inline {
    width: 30px;
    min-width: 30px;
    font-size: 0.9rem;
  }

  .promocoes-carousel-controls button {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .promocoes-modal-close {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    top: 8px;
    right: 8px;
  }

  .countdown-value {
    min-width: 35px;
    padding: 5px 8px;
    font-size: 1rem;
  }
}
