/* CSS extraído do index.html */

/* Botão WhatsApp Fixo */
.btn-whatsapp-fixo {
  width: 64px;
  height: 64px;
  z-index: 1050;
}
.btn-whatsapp-fixo i {
  font-size: 32px;
}

/* Header ícones e textos */
.header-logo {
  width: 32px;
  height: 32px;
}
.header-logo i {
  font-size: 18px;
}
.header-title {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.header-badge {
  font-size: 0.95rem;
}
.header-demo-btn {
  font-size: 0.98rem;
  background: linear-gradient(90deg,#25d366 0%,#128c7e 100%);
  color: #fff;
  border-radius: 2rem;
  border: none;
  transition: box-shadow .2s;
}
.header-demo-btn span {
  font-weight: 500;
}

/* Hero Section */
.hero-title {
  line-height: 1.1;
}
.hero-gradient {
  background: linear-gradient(90deg,#6366f1,#22c55e);
  -webkit-background-clip: text;
  color: transparent;
}
.hero-desc {
  max-width: 700px;
}
.hero-desc span {
  color: #6366f1;
  font-weight: 600;
}
.hero-btn {
  max-width: 320px;
  width: 100%;
}

/* Features Grid */
.feature-card {
  padding: 1.5rem 0;
}
.feature-card .card-body {
  padding: 2.5rem 2rem;
}
.feature-card .icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px 0 rgba(99,102,241,0.10);
}

/* Estatísticas */
.stats-circle {
  width: 70px;
  height: 70px;
}

/* Timeline */
.timeline-circle {
  width: 64px;
  height: 64px;
}

/* Cards de funcionalidades detalhadas */
.card-feature-detalhe .icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
}

/* Galeria de Telas */
.galeria-img {
  border-radius: 1rem;
  background: #f8fafc;
  object-fit: cover;
}

/* CTA Final */
.cta-final {
  max-width: 900px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cta-btn {
  max-width: 250px;
  width: 100%;
  white-space: nowrap;
}
.cta-final .badge {
  background: #ff9800;
  color: #fff;
  border: 1.5px solid #ff9800;
}

/* Footer */
.footer-logo {
  width: 44px;
  height: 44px;
}
.footer-logo i {
  font-size: 26px;
  color: #444;
}
.footer-title {
  font-size: 1.1rem;
}
.footer-badge {
  font-size: 0.95rem;
}
