/* Modern ChatVibe Styles */

:root {
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --success-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --dark-gradient: linear-gradient(135deg, #2D3436 0%, #000000 100%);
}

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

.metric-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pillar-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.pillar-card:hover {
  transform: translateY(-10px);
  border-color: #6c42c0;
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

#pilares.bg-light {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.08) 0%, rgba(102, 126, 234, 0.1) 45%, rgba(118, 75, 162, 0.12) 100%) !important;
}

#pilares .pillar-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(140deg, rgba(37, 211, 102, 0.18) 0%, rgba(102, 126, 234, 0.22) 50%, rgba(118, 75, 162, 0.28) 100%);
  border: 1px solid rgba(108, 66, 192, 0.25);
  box-shadow: 0 24px 48px rgba(40, 53, 101, 0.18);
  backdrop-filter: blur(6px);
}

#pilares .pillar-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}

#pilares .pillar-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(37, 211, 102, 0.08) 50%, rgba(102, 126, 234, 0.14) 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
  pointer-events: none;
}

#pilares .pillar-card:hover {
  border-color: rgba(108, 66, 192, 0.6);
  box-shadow: 0 28px 56px rgba(37, 211, 102, 0.22);
}

#pilares .pillar-card > * {
  position: relative;
  z-index: 1;
}

#pilares .pillar-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.45) 0%, rgba(102, 126, 234, 0.55) 100%);
  box-shadow: 0 18px 40px rgba(102, 126, 234, 0.4);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#pilares .pillar-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  font-size: 2.4rem;
  animation: pillarIconFloat 3.4s ease-in-out infinite;
}

#pilares .pillar-icon::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 65%);
  opacity: 0.9;
  animation: pillarGlow 4.5s ease-in-out infinite;
  pointer-events: none;
}

#pilares .pillar-icon-scale {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.65) 0%, rgba(0, 190, 150, 0.6) 45%, rgba(102, 126, 234, 0.7) 100%);
  box-shadow: 0 20px 44px rgba(0, 190, 150, 0.36);
}

#pilares .pillar-icon-engage {
  background: linear-gradient(135deg, rgba(255, 196, 0, 0.55) 0%, rgba(255, 111, 189, 0.45) 40%, rgba(118, 75, 162, 0.65) 100%);
  box-shadow: 0 20px 44px rgba(255, 196, 0, 0.34);
}

#pilares .pillar-icon-prospect {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.65) 0%, rgba(118, 75, 162, 0.7) 45%, rgba(37, 211, 102, 0.6) 100%);
  box-shadow: 0 20px 44px rgba(118, 75, 162, 0.35);
}

#pilares .pillar-copy {
  color: rgba(19, 32, 67, 0.88) !important;
  margin-bottom: 0;
  flex-grow: 1;
}

#pilares .pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

#pilares .pillar-list li {
  position: relative;
  padding-left: 1.6rem;
  text-align: left;
  line-height: 1.5;
}

#pilares .pillar-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-whatsapp-green) 100%);
  box-shadow: 0 4px 10px rgba(102, 126, 234, 0.35);
}

#pilares .row.g-4 > div:nth-child(2) .pillar-list,
#pilares .row.g-4 > div:nth-child(3) .pillar-list {
  gap: 0.55rem;
}

#pilares .pillar-badge {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--color-primary-dark) !important;
}

#pilares .border-top {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

#pilares .pillar-footer {
  margin-top: auto;
  padding-top: 1.5rem;
}

@keyframes pillarIconFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.05);
  }
}

@keyframes pillarGlow {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: rotate(12deg) scale(1.08);
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .row.g-4,
  .row.g-3 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  .pillar-card {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 32px;
    padding: clamp(28px, 7vw, 42px);
    border-radius: 30px;
  }

  .hero-section {
    min-height: 70vh;
    padding: 70px 0 40px;
  }
}

.live-metric {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}

.hero-section {
  background: var(--dark-gradient);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.floating-metrics {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 10;
}



.proof-bar {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  padding: 0;
  min-height: 6px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-bar .container {
  padding: 0;
  margin: 0;
}



.timeline-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.timeline-item::before {
  content: attr(data-day);
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: #6c42c0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.cta-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-20px); }
  60% { transform: translateY(-10px); }
}

/* Enhanced Cards */
.card.border-0.shadow-lg:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

/* Improved Buttons */
.btn-primary {
  background: linear-gradient(135deg, #6c42c0 0%, #8b5cf6 100%);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #5a359e 0%, #7c3aed 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 66, 192, 0.3);
}

/* Timeline enhancements */
.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #6c42c0, #e9ecef);
}

/* Responsive adjustments */






/* Tutorial page styles */
.tutorial-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.tutorial-card:hover {
  box-shadow: 0 8px 30px rgba(108, 66, 192, 0.15);
}

.tutorial-card h4 {
  color: #2d3436;
  font-weight: 600;
  margin-bottom: 1rem;
}

.tutorial-card p {
  color: #636e72;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.btn-tutorial {
  background: linear-gradient(135deg, #6c42c0 0%, #8b5cf6 100%);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-tutorial:hover {
  background: linear-gradient(135deg, #5a359e 0%, #7c3aed 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108, 66, 192, 0.3);
  color: white;
  text-decoration: none;
}



/* Loading animation for live metrics */
.live-metric {
  font-weight: 800;
  color: #ffffff;
}

/* Enhanced modal */
.modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.modal-header {
  background: var(--primary-gradient);
  color: white;
  border-bottom: none;
}

/* Footer improvements */
footer .social-links a {
  transition: all 0.3s ease;
}

footer .social-links a:hover {
  transform: scale(1.2);
  color: #6c42c0 !important;
}

/* Header Navigation Improvements */
.navbar-nav {
  align-items: center;
  gap: 0.5rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.5rem 0.75rem !important;
}

/* Mobile Navigation 

  transition: all 0.3s ease;
}*/

.navbar-nav .nav-link:hover {
  color: #6c42c0 !important;
  transform: translateY(-1px);
}

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  min-width: 200px;
}

/* Fix MÍNIMO para dropdown sempre visível - apenas controle de visibilidade */
.dropdown-menu:not(.show) {
  display: none !important;
}

.dropdown-menu.show {
  display: block !important;
}

.dropdown-item {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: rgba(108, 66, 192, 0.1);
  color: #6c42c0;
  transform: translateX(5px);
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Header Buttons Styling */
.navbar .btn {
  font-size: 0.875rem;
  font-weight: 500;
  height: 32px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.navbar .btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

.navbar .btn-primary {
  background: linear-gradient(135deg, #6c42c0 0%, #8b5cf6 100%);
  border: none;
}

.navbar .btn-secondary {
  background: #0ca4a5;
  border: none;
  color: #000;
}

.navbar .btn-secondary:hover {
  background: #0a8384;
  color: #000;
}

.navbar .btn:hover {
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

/* Evolution Section Styles */
.evolution-container {
  position: relative;
  padding: 40px 0;
}

.evolution-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  overflow: hidden;
}

.evolution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ddd;
}

.evolution-card.outdated {
  border: 2px solid #dc3545;
  opacity: 0.8;
}

.evolution-card.outdated::before {
  background: linear-gradient(90deg, #dc3545, #ff6b6b);
}

.evolution-card.current {
  border: 2px solid #ffc107;
  transform: scale(1.05);
}

.evolution-card.current::before {
  background: linear-gradient(90deg, #ffc107, #ffed4a);
}

.evolution-card.future {
  border: 2px solid #6c42c0;
  transform: scale(1.1);
  box-shadow: 0 20px 50px rgba(108, 66, 192, 0.3);
  background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
}

.evolution-card.future::before {
  background: var(--primary-gradient);
}

.evolution-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.evolution-card.current:hover {
  transform: translateY(-10px) scale(1.07);
}

.evolution-card.future:hover {
  transform: translateY(-10px) scale(1.12);
}

.evolution-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #6c42c0;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.evolution-card.outdated .evolution-badge {
  background: #dc3545;
}

.evolution-card.current .evolution-badge {
  background: #ffc107;
  color: #333;
}

.evolution-icon {
  text-align: center;
  margin-bottom: 20px;
}

.evolution-icon i {
  font-size: 3rem;
  padding: 20px;
  border-radius: 50%;
  background: #f8f9fa;
}

.evolution-card.outdated .evolution-icon i {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.evolution-card.current .evolution-icon i {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.evolution-card.future .evolution-icon i {
  background: rgba(108, 66, 192, 0.1);
  color: #6c42c0;
}

.evolution-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
}

.evolution-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  font-style: italic;
}

.evolution-content {
  margin: 20px 0;
}

.limitation-list, .advantage-list {
  list-style: none;
  padding: 0;
}

.limitation-item, .advantage-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.limitation-item i {
  margin-right: 10px;
  color: #dc3545;
  font-size: 1rem;
}

.advantage-item i {
  margin-right: 10px;
  color: #28a745;
  font-size: 1rem;
}

.evolution-footer {
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.performance-score {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
}

.performance-score.bad {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

.performance-score.ok {
  background: rgba(255, 193, 7, 0.1);
  color: #856404;
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.performance-score.excellent {
  background: rgba(108, 66, 192, 0.1);
  color: #6c42c0;
  border: 1px solid rgba(108, 66, 192, 0.3);
}

.evolution-arrow {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.evolution-arrow:hover {
  opacity: 1;
  transform: scale(1.2);
}

/* Revelation Section */
.revelation-section {
  padding: 50px 0;
}

.revelation-box {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
  border: 2px solid rgba(108, 66, 192, 0.2);
  box-shadow: 0 20px 50px rgba(108, 66, 192, 0.1);
}

.revelation-box h3 {
  color: #6c42c0;
  font-size: 2rem;
}

.reveal-text {
  background: rgba(108, 66, 192, 0.05);
  padding: 30px;
  border-radius: 15px;
  margin: 20px 0;
}

.zuckerberg-quote {
  position: relative;
  overflow: hidden;
}

.zuckerberg-quote::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  opacity: 0.1;
}

/* Responsive Design */




/* Business Scenarios Styles */
.scenarios-container {
  padding: 40px 0;
}

/* Máxima especificidade CSS para forçar aplicação */
section#agentes .scenario-card,
#agentes .col-lg-4 .scenario-card,
.scenarios-container .scenario-card {
  background: white !important;
  border-radius: 20px !important;
  padding: 25px !important;
  min-height: 800px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  transition: all 0.4s ease !important;
  overflow: hidden !important;
  position: relative !important;
  margin-bottom: 30px !important;
}

#agentes .scenario-card.behind {
  border: 3px solid #dc3545 !important;
  background: linear-gradient(145deg, #fff 0%, #fef5f5 100%) !important;
}

#agentes .scenario-card.modern {
  border: 3px solid #ffc107 !important;
  background: linear-gradient(145deg, #fff 0%, #fffef5 100%) !important;
}

#agentes .scenario-card.leader {
  border: 3px solid #6c42c0 !important;
  background: linear-gradient(145deg, #fff 0%, #f8f6ff 100%) !important;
  box-shadow: 0 20px 50px rgba(108, 66, 192, 0.2) !important;
}

#agentes .scenario-card:hover {
  transform: translateY(-10px) scale(1.02) !important;
}

#agentes .scenario-card.modern:hover {
  transform: translateY(-10px) scale(1.02) !important;
}

#agentes .scenario-card.leader:hover {
  transform: translateY(-10px) scale(1.02) !important;
}

.scenario-status {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.scenario-status.behind {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

.scenario-status.modern {
  background: rgba(255, 193, 7, 0.1);
  color: #856404;
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.scenario-status.leader {
  background: rgba(108, 66, 192, 0.1);
  color: #6c42c0;
  border: 1px solid rgba(108, 66, 192, 0.3);
}

.scenario-header {
  text-align: center;
  margin-bottom: 20px;
}

.scenario-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 10px 0 5px 0;
  line-height: 1.2;
}

.scenario-subtitle {
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
}

.scenario-visual {
  text-align: center;
  margin: 25px 0;
  padding: 20px;
  background: rgba(255,255,255,0.7);
  border-radius: 15px;
}

.team-representation {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.human-icons, .mixed-team, .agent-team {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.human-icons i {
  font-size: 1.5rem;
  color: #6c757d;
  padding: 8px;
  background: rgba(108, 117, 125, 0.1);
  border-radius: 50%;
}

.mixed-team {
  gap: 15px;
}

.human-section, .bot-section, .agents-section, .supervisor-section {
  display: flex;
  gap: 5px;
}

.human-section i {
  color: #ffc107;
  font-size: 1.3rem;
}

.bot-section i {
  color: #dc3545;
  font-size: 1.3rem;
}

.agents-section i {
  color: #6c42c0;
  font-size: 1.4rem;
  animation: pulse-agent 2s infinite;
}

.supervisor-section i {
  color: #28a745;
  font-size: 1.6rem;
}

@keyframes pulse-agent {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}

.team-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #495057;
  margin: 0;
}

.scenario-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 20px 0;
}

.metric-item {
  text-align: center;
  padding: 15px;
  background: rgba(255,255,255,0.8);
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.1);
}

.metric-value {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}

.metric-value.bad {
  color: #dc3545;
}

.metric-value.ok {
  color: #ffc107;
}

.metric-value.excellent {
  color: #6c42c0;
}

.metric-label {
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
}

section#agentes .scenario-problems,
#agentes .col-lg-4 .scenario-problems,
.scenarios-container .scenario-problems {
  margin: 20px 0 !important;
  flex-grow: 1 !important;
}

.scenario-problems h5 {
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: center;
}

.scenario-problems ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scenario-problems li {
  font-size: 0.9rem;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}

.scenario-problems li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #666;
}

.conversion-rate {
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  margin-top: 20px;
}

.conversion-rate.bad {
  background: rgba(220, 53, 69, 0.1);
  border: 2px solid rgba(220, 53, 69, 0.3);
}

.conversion-rate.ok {
  background: rgba(255, 193, 7, 0.1);
  border: 2px solid rgba(255, 193, 7, 0.3);
}

.conversion-rate.excellent {
  background: rgba(108, 66, 192, 0.1);
  border: 2px solid rgba(108, 66, 192, 0.3);
}

.conversion-rate .rate {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}

.conversion-rate.bad .rate {
  color: #dc3545;
}

.conversion-rate.ok .rate {
  color: #856404;
}

.conversion-rate.excellent .rate {
  color: #6c42c0;
}

.conversion-rate .label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #666;
}

section#agentes .scenario-footer,
#agentes .col-lg-4 .scenario-footer,
.scenarios-container .scenario-footer {
  margin-top: auto !important;
}

/* Responsividade para os cards de cenários */
@media (max-width: 768px) {
  section#agentes .scenario-card,
  #agentes .col-lg-4 .scenario-card,
  .scenarios-container .scenario-card {
    min-height: 700px !important;
  }
}

@media (max-width: 576px) {
  section#agentes .scenario-card,
  #agentes .col-lg-4 .scenario-card,
  .scenarios-container .scenario-card {
    min-height: 650px !important;
  }
}

/* FALLBACK FINAL - Força altura uniforme nos cards */
.scenario-card[class*="scenario-card"] {
  min-height: 800px !important;
  display: flex !important;
  flex-direction: column !important;
}

.scenario-problems[class*="scenario-problems"] {
  flex-grow: 1 !important;
}

.scenario-footer[class*="scenario-footer"] {
  margin-top: auto !important;
}

/* Responsividade do fallback */
@media (max-width: 768px) {
  .scenario-card[class*="scenario-card"] {
    min-height: 700px !important;
  }
}

@media (max-width: 576px) {
  .scenario-card[class*="scenario-card"] {
    min-height: 650px !important;
  }
}

/* Reality Check Section */
.reality-check-section {
  padding: 50px 0;
}

.reality-box {
  background: linear-gradient(145deg, #2d3436 0%, #000000 100%);
  color: white;
  border: 2px solid rgba(220, 53, 69, 0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.reality-stat {
  padding: 20px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 0.9rem;
  line-height: 1.3;
  opacity: 0.9;
}

.wake-up-call {
  background: rgba(220, 53, 69, 0.9);
  position: relative;
  overflow: hidden;
}

.wake-up-call::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.competitor-actions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.competitor-actions li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

.competitor-actions li::before {
  content: '⚡';
  position: absolute;
  left: 0;
  color: #ffc107;
}

.zuckerberg-endorsement {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 15px;
  position: relative;
}

/* Chat Comparison Sections */
.chat-comparison-section {
  background: linear-gradient(180deg, #f7f5f0 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.chat-comparison-section .comparison-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(7, 94, 84, 0.12);
  color: #075e54;
}

.chat-comparison-section .comparison-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
}

.chat-comparison-section .comparison-lede {
  max-width: 720px;
  margin: 16px auto 0;
  color: #5f6368;
}

.chat-comparison-section .chat-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.chat-comparison-section .chat-simulator {
  background: #e5ddd5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  border: 1px solid #d1ccc0;
  min-height: 360px;
  height: 405px;
}

.chat-comparison-section .chat-header {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  background: #1f2c34;
  color: #ffffff;
}

.chat-comparison-section .chat-header.is-chatbot {
  background: #1f2c34;
}

.chat-comparison-section .chat-header.is-human {
  background: #1f2c34;
}

.chat-comparison-section .chat-header.is-agentic {
  background: #075e54;
}

.chat-comparison-section .chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.chat-comparison-section .chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chat-comparison-section .chat-avatar.logo {
  background: transparent;
}

.chat-comparison-section .chat-header-info {
  flex: 1;
  min-width: 0;
}

.chat-comparison-section .chat-header-info h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1px;
  line-height: 1.1;
}

.chat-comparison-section .chat-header-info small {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.75;
}

.chat-comparison-section .chat-thread {
  flex: 1;
  overflow-y: auto;
  padding: 18px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d7d3c8' fill-opacity='0.25'%3E%3Cpath d='M10 54h4v4h-4zM26 54h4v4h-4zM42 54h4v4h-4zM58 54h4v4h-4zM74 54h4v4h-4zM90 54h4v4h-4zM106 54h4v4h-4zM18 70h4v4h-4zM34 70h4v4h-4zM50 70h4v4h-4zM66 70h4v4h-4zM82 70h4v4h-4zM98 70h4v4h-4zM10 86h4v4h-4zM26 86h4v4h-4zM42 86h4v4h-4zM58 86h4v4h-4zM74 86h4v4h-4zM90 86h4v4h-4zM106 86h4v4h-4z'/%3E%3C/g%3E%3C/svg%3E");
}

.chat-comparison-section .message-group {
  display: flex;
  margin-bottom: 4px;
  animation: chat-comparison-slide-in 0.3s ease;
}

.chat-comparison-section .message-group.user {
  justify-content: flex-end;
}

.chat-comparison-section .message-group.agent,
.chat-comparison-section .message-group.chatbot,
.chat-comparison-section .message-group.human {
  justify-content: flex-start;
}

.chat-comparison-section .message-group.meta {
  justify-content: center;
}

.chat-comparison-section .message-bubble {
  max-width: 74%;
  padding: 10px 14px;
  border-radius: 12px;
  word-wrap: break-word;
  font-size: 0.92rem;
  line-height: 1.45;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #000;
  background: #ffffff;
}

.chat-comparison-section .message-bubble img {
  width: 100%;
  border-radius: 10px;
  margin-top: 8px;
  display: block;
}

.chat-comparison-section .message-group.user .message-bubble {
  background: #dcf8c6;
  border-radius: 12px 12px 0 12px;
}

.chat-comparison-section .message-group.agent .message-bubble {
  border-radius: 12px 12px 12px 0;
}

.chat-comparison-section .message-group.chatbot .message-bubble {
  border-radius: 12px 12px 12px 0;
}

.chat-comparison-section .message-group.human .message-bubble {
  background: #fdf1f1;
  border-radius: 12px 12px 12px 0;
  color: #111;
}

.chat-comparison-section .timeline-bubble {
  background: rgba(0, 0, 0, 0.08);
  color: #4a4a4a;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 12px;
}

.chat-comparison-section .audio-content {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.06);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.chat-comparison-section .audio-icon {
  font-size: 1.1rem;
}

.chat-comparison-section .audio-label {
  white-space: nowrap;
}

.chat-comparison-section .audio-status {
  margin-left: auto;
  font-size: 1rem;
}

.chat-comparison-section .audio-transcript {
  margin: 6px 0 0;
  font-size: 0.8rem;
  opacity: 0.85;
}

.chat-comparison-section .typing-bubble {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 10px 14px;
  background: #f1f1f1;
  border-radius: 12px;
  width: fit-content;
}

.chat-comparison-section .typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  animation: chat-comparison-bounce 1.4s infinite;
}

.chat-comparison-section .typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.chat-comparison-section .typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.chat-comparison-section .chat-thread::-webkit-scrollbar {
  width: 6px;
}

.chat-comparison-section .chat-thread::-webkit-scrollbar-track {
  background: transparent;
}

.chat-comparison-section .chat-thread::-webkit-scrollbar-thumb {
  background: #c6c2b6;
  border-radius: 3px;
}

@keyframes chat-comparison-bounce {
  0%,
  60%,
  100% {
    opacity: 0.5;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-6px);
  }
}

@keyframes chat-comparison-slide-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-comparison-section .comparison-subtitle {
  color: #4f5560;
  max-width: 620px;
  margin: 16px auto 0;
}

.chat-comparison-section .comparison-footnote {
  font-size: 0.78rem;
  color: #666;
  margin-top: 18px;
  display: block;
}

.chat-comparison-carousel {
  margin-top: 24px;
}

.chat-comparison-carousel .carousel-item {
  padding: 12px 0 8px;
}

.chat-comparison-carousel .chat-carousel-scenario {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1b1f23;
  margin-bottom: 24px;
}

.chat-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 8px;
}

.chat-carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(7, 94, 84, 0.3);
  border: 0;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.chat-carousel-dots button.active {
  background-color: #075e54;
  transform: scale(1.15);
}

.chat-carousel-dots button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(7, 94, 84, 0.2);
}

.chat-comparison-section .chat-simulator + .chat-simulator {
  margin-top: 0;
}

.chat-comparison-section .chat-heading {
  margin-bottom: 20px;
}

.chat-comparison-section .chat-heading h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1f23;
}

.chat-comparison-section .chat-heading p {
  color: #61656a;
  margin: 8px 0 0;
}

.chat-comparison-section .chat-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 48px 0;
}

@media (max-width: 1199.98px) {
  .chat-comparison-section .chat-simulator {
    height: 372px;
  }
}

@media (max-width: 1024px) {
  .chat-comparison-section .chat-comparison-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .chat-comparison-section .chat-simulator {
    height: 304px;
  }
}

@media (max-width: 767.98px) {
  .chat-comparison-section .chat-comparison-grid {
    gap: 16px;
  }

  .chat-comparison-section .chat-simulator {
    min-height: 203px;
    height: 236px;
  }

  .chat-comparison-section .chat-header {
    gap: 6px;
    padding: 8px 10px;
  }

  .chat-comparison-carousel .chat-carousel-scenario {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .chat-comparison-section .chat-thread {
    padding: 16px 14px 20px;
  }

  .chat-comparison-section .message-bubble {
    max-width: 80%;
    font-size: 0.88rem;
  }
}

@media (max-width: 575.98px) {
  .chat-comparison-section .chat-simulator {
    height: 338px;
    border-radius: 20px;
  }

  .chat-comparison-section .chat-heading h3 {
    font-size: 1.3rem;
  }

  .chat-comparison-section .comparison-pill {
    font-size: 0.78rem;
  }

  .chat-carousel-dots {
    gap: 8px;
  }

  .chat-carousel-dots button {
    width: 8px;
    height: 8px;
  }
}

/* Black Friday badge animation */
.black-friday-badge {
  background: #ffd447;
  color: #1f1f1f;
  font-weight: 700;
  letter-spacing: 0.05rem;
  animation: blackFridayBlink 1.1s ease-in-out infinite alternate;
  box-shadow: 0 0 0 rgba(255, 212, 71, 0.4);
}

@keyframes blackFridayBlink {
  from {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 212, 71, 0.4);
    filter: brightness(1);
  }

  to {
    transform: scale(1.05);
    box-shadow: 0 0 18px rgba(255, 212, 71, 0.85);
    filter: brightness(1.15);
  }
}

.black-friday-card {
  position: relative;
  overflow: visible;
}

.black-friday-tag {
  position: absolute;
  top: -15px;
  right: -18px;
  width: clamp(72px, 28vw, 120px);
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* Responsive Design */
#pilares.bg-light {
