/* Fontes globais */
body {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #333333;
  background-color: #ffffff;
}

/* Navbar */
.bg-behlice {
  background: #1a2c4f;
}

.navbar-brand {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
}

.logo-mark {
  background: #00b894;
  color: #1a2c4f;
  border-radius: 8px;
  padding: 4px 8px;
  margin-right: 4px;
}

/* Hero */
.hero-section {
  min-height: 85vh;
  background: radial-gradient(circle at top left, #2956a3 0, #1a2c4f 45%, #0f172a 100%);
  color: #ffffff;
  padding: 80px 0;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.hero-title span {
  color: #00b894;
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 640px;
}

.hero-badge {
  border-radius: 999px;
  font-size: 0.85rem;
  padding: 6px 14px;
}

.hero-footnote {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Botões */
.btn-behlice-primary {
  background-color: #00b894;
  border-color: #00b894;
  color: #0f172a;
  font-weight: 600;
}

.btn-behlice-primary:hover {
  background-color: #00a283;
  border-color: #00a283;
  color: #0b1120;
}

/* Card hero */
.hero-card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 18px;
  padding: 24px 22px;
  color: #e5e7eb;
}

.hero-card-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9ca3af;
  margin-bottom: 6px;
}

.hero-card-highlight {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.hero-card-text {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.hero-card-list {
  padding-left: 18px;
  margin: 0;
  font-size: 0.9rem;
}

/* Seções gerais */
.section-padding {
  padding: 72px 0;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 0.98rem;
  color: #4b5563;
}

/* Cards de info */
.info-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 20px 18px;
  border: 1px solid #e5e7eb;
}

.info-card h3 {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5rem;
}

/* Card de produto */
.product-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px 22px;
  border: 1px solid #e5e7eb;
}

.product-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.product-card ul {
  padding-left: 18px;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.product-tag {
  display: inline-block;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: #f5f7fb;
  color: #4b5563;
  margin-bottom: 8px;
}

.product-status {
  font-size: 0.9rem;
  color: #6b7280;
}

/* Passos */
.step-card {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 20px 18px 18px;
  position: relative;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #00b894;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

/* Contato */
.bg-cta {
  background: linear-gradient(135deg, #1a2c4f, #2956a3);
}

/* Footer */
.footer {
  border-top: 1px solid #e5e7eb;
  background-color: #f9fafb;
}

.footer-text {
  font-size: 0.9rem;
  color: #6b7280;
}

.footer-links a {
  font-size: 0.9rem;
  color: #4b5563;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Ajustes responsivos */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 96px;
  }

  .hero-title {
    font-size: 2rem;
  }
}

/* Placeholder de produto futuro */
.product-card-placeholder {
  background: #f9fafb;
}

/* Tag placeholder */
.placeholder-tag {
  background-color: #e5e7eb;
  color: #4b5563;
}

/* FAQ */
.faq-item {
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 18px 18px 14px;
  margin-bottom: 12px;
}

.faq-item h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin-bottom: 6px;
}

.faq-item p {
  font-size: 0.95rem;
  color: #4b5563;
}
