body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  color: #1f2f52;
  background: #f4f6fb;
}

.navbar-brand {
  font-weight: 700;
  color: #2b3f68 !important;
}

.navbar .nav-link {
  color: #2f3f62;
  font-weight: 600;
  transition: color 0.2s ease;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #2f7ddf;
}

.navbar .nav-link.active {
  color: #1f5fb9;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.15rem;
  height: 2px;
  background: #2f7ddf;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.brand-logo {
  height: 34px;
  width: auto;
}

.btn-demo {
  background-color: #e66b4e;
  color: #fff;
  border: none;
}

.btn-demo:hover {
  background-color: #d75f42;
  color: #fff;
}

.btn-ticket {
  border: 1px solid #2f7ddf;
  color: #2f7ddf;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-ticket:hover {
  background: #2f7ddf;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(47, 125, 223, 0.25);
}

.hero {
  background: linear-gradient(rgba(16, 36, 66, 0.78), rgba(16, 36, 66, 0.78)),
    url("https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  color: #fff;
  padding: 110px 0;
}

.hero h1,
.section-title {
  font-weight: 800;
}

.muted-subtitle {
  color: #687693;
}

.product-card,
.surface-card {
  border: 1px solid #e5e9f3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(13, 31, 66, 0.06);
}

.plano-destaque {
  border: 2px solid #1f9d57;
  box-shadow: 0 14px 28px rgba(25, 135, 84, 0.2);
  transform: translateY(-4px);
}

.plano-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  background: #1f9d57;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 10px;
}

.plano-economia {
  color: #1f9d57;
  font-size: 0.9rem;
  font-weight: 600;
}

.plano-indicado {
  border: 2px solid #2f7ddf;
  box-shadow: 0 14px 28px rgba(47, 125, 223, 0.18);
}

.plano-badge-indicado {
  background: #2f7ddf;
}

.plano-indicado-text {
  color: #2f7ddf;
  font-size: 0.9rem;
  font-weight: 600;
}

.plano-completo {
  border: 2px solid #c89b3c;
  box-shadow: 0 14px 28px rgba(200, 155, 60, 0.2);
}

.plano-badge-completo {
  background: #c89b3c;
  color: #fff;
}

.plano-completo-text {
  color: #a67c26;
  font-size: 0.9rem;
  font-weight: 600;
}

.product-image {
  width: 72px;
  height: 72px;
  object-fit: contain;
  object-position: center;
  display: block;
  max-width: 100%;
  margin-bottom: 12px;
}

.product-image-lg {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
  display: block;
  max-width: 100%;
  margin-bottom: 12px;
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf0ff;
  color: #2f4c82;
}

.footer {
  background: #edf1f8;
  color: #4f5f80;
  font-size: 0.92rem;
}

.whatsapp-link {
  text-decoration: none;
  color: #198754;
  font-weight: 700;
}

.whatsapp-link:hover {
  color: #157347;
}

.contact-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.carousel-panfleto img {
  height: 360px;
  object-fit: cover;
}

.sobre-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 10px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #2f4c82;
  font-weight: 600;
  margin-right: 16px;
}

.social-links a:hover {
  color: #1f5fb9;
}

.top-social-bar {
  background: #243a63;
  color: #e9f0ff;
  font-size: 0.9rem;
}

.top-social-bar a {
  color: #e9f0ff;
  text-decoration: none;
  margin-left: 14px;
}

.top-social-bar a:hover {
  color: #8fc0ff;
}

.top-bar-brand {
  font-size: 0.88rem;
  line-height: 1.3;
  padding-right: 14px;
  margin-right: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.top-bar-brand strong {
  color: #fff;
  font-weight: 700;
}

.top-bar-domain {
  color: #9ec5ff !important;
  text-decoration: none;
  font-size: 0.82rem;
}

.top-bar-domain:hover {
  color: #fff !important;
}

.top-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}

.top-social-links a {
  color: #e9f0ff;
  text-decoration: none;
}

.top-social-links a:hover {
  color: #8fc0ff;
}

.wizard-progress {
  margin-bottom: 0;
}

.wizard-progress-step {
  font-weight: 600;
  color: #687693;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wizard-progress-step.active {
  color: #1f5fb9;
}

.wizard-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e5e9f3;
  font-size: 0.85rem;
  font-weight: 700;
  color: #4f5f80;
}

.wizard-progress-step.active .wizard-num {
  background: #2f7ddf;
  color: #fff;
}

.certificado-promo .certificado-img {
  max-height: 280px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .top-social-bar {
    position: sticky;
    top: 0;
    z-index: 1035;
  }

  .navbar.sticky-top {
    top: 38px;
  }
}

@media (max-width: 991.98px) {
  .top-social-bar {
    position: static;
  }

  .navbar.sticky-top {
    top: 0;
  }
}
