/* Landing pública — usa variáveis --bvx-landing-* injetadas na página */

.bvx-landing-body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bvx-landing-nav {
  background: linear-gradient(120deg, var(--bvx-landing-primary) 0%, #3730a3 50%, var(--bvx-landing-secondary) 100%);
}
.bvx-landing-nav .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 500;
}
.bvx-landing-nav .nav-link:hover {
  color: #fff !important;
}
.bvx-landing-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}
.bvx-landing-nav .navbar-toggler-icon {
  filter: invert(1);
}

.bvx-landing-logo {
  height: 40px;
  width: auto;
  border-radius: 10px;
  object-fit: contain;
}
.bvx-landing-brand-icon {
  font-size: 1.75rem;
  color: #fff;
}

.bvx-landing-hero {
  background: linear-gradient(160deg, var(--bvx-landing-primary) 0%, #1e1b4b 55%, var(--bvx-landing-secondary) 100%);
  color: #fff;
}
.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media (min-width: 992px) {
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.bvx-landing-eyebrow {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bvx-landing-hero-title {
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.bvx-landing-hero-lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
}

.bvx-landing-btn-primary {
  background: var(--bvx-landing-accent) !important;
  border: none !important;
  color: #0f172a !important;
  font-weight: 700;
}
.bvx-landing-btn-primary:hover {
  filter: brightness(1.06);
  color: #0f172a !important;
}

.bvx-landing-hero-card {
  max-width: 320px;
  padding: 2.5rem 2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Card só com logo: fundo cobre 100% do vidro (sem “caixinha” interna), sem texto */
.bvx-landing-hero-card--logo {
  padding: 0;
  overflow: hidden;
  max-width: min(100%, 340px);
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* reforça preenchimento em browsers antigos */
  min-height: 0;
}

.bvx-landing-hero-card-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
}

.bvx-landing-hero-ico {
  opacity: 0.95;
}

.bvx-landing-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bvx-landing-slide {
  min-height: 280px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .bvx-landing-slide {
    min-height: 360px;
  }
}

.bvx-landing-feature-card {
  border-radius: 16px !important;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bvx-landing-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1) !important;
}
.bvx-landing-feature-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, var(--bvx-landing-primary), var(--bvx-landing-secondary));
}

.bvx-landing-plan-card {
  border-radius: 20px !important;
  overflow: hidden;
}
.bvx-landing-price {
  color: var(--bvx-landing-primary);
  letter-spacing: -0.02em;
}

.bvx-landing-footer {
  background: #0f172a;
  margin-top: auto;
}


.bvx-landing-trust-ico {
  font-size: 1.75rem;
  color: var(--bvx-landing-primary);
}

.bvx-landing-footer-pro {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  color: rgba(255, 255, 255, 0.9);
}

.bvx-landing-foot-h {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1rem;
  font-weight: 600;
}

.bvx-landing-footer-logo {
  height: 40px;
  width: auto;
  border-radius: 10px;
  object-fit: contain;
}

.bvx-landing-footer-icon {
  font-size: 1.75rem;
  color: #fff;
}
