body {

  font-family: "Inter", system-ui, sans-serif;
  color: #555;
  background: #fafafa;
}

/* MENU */
.bg-menu {
  background: #f6f4f1;
  border-bottom: 1px solid #e5e5e5;
}

.menu-container {
  min-height: 78px;
}

/* LINKS */
.menu-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #666 !important;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
}

.menu-link:hover {
  color: #ff9a2e !important;
}

/* ÍCONES SIMPLES */
.menu-icon {
  font-size: 0.85rem;
  color: #ff9a2e;
}

/* BOTÃO CTA */
.btn-cta {
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

/* MOBILE */
@media (max-width: 991px) {
  .menu-container {
    padding: 12px 0;
  }

  .navbar-nav {
    padding-top: 15px;
    gap: 12px;
  }

  .btn-cta {
    width: 100%;
    text-align: center;
  }
}

/* HERO */
.hero {
  background: url("../images/bg-campanha-abril.jpg") center/cover no-repeat;
  padding-top: 140px;
  padding-bottom: 70px;
}

.hero h1 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #555;
}

/* FORM */
.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* SECTIONS */
.section {
  padding: 40px 0;
}

.section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

/* BLOCO INSTITUCIONAL */
.bg-soft {
  background: #f6f4f1;
}

/* wrapper centralizado */
.institution-wrapper {
  max-width: 1100px;
  /* controla o “miolo” */
  margin: 0 auto;
  /* sobra igual dos lados */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  /* espaço igual entre os blocos */
}

/* itens */
.institution-item {
  flex: 1;
}

/* central */
.institution-item.center {
  display: flex;
  justify-content: center;
}

/* direita */
.institution-right {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* textos */
.institution-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #5a5a5a;
}

.institution-logo {
  padding: 22px 36px;
  border-radius: 8px;
}

.institution-logo img {
  max-width: 210px;
}

.qr-mec {
  width: 90px;
}

.institution-text {
  font-size: .95rem;
  color: #6b6b6b;
  line-height: 1.4;
  max-width: 280px;
}

/* MOBILE */
@media (max-width: 991px) {
  .institution-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .hero {
    padding-bottom: 40px;
  }

  .section {
    padding: 5px;
  }

  .institution-right {
    flex-direction: column;
    align-items: center;
  }

  .institution-text {
    max-width: none;
  }
}

/* COURSES */
.course-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  height: auto;
}

.course-box h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

.course-box ul {
  list-style: none;
  padding: 0;
}

.course-box li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: .9rem;
}

/* ===== STATS GRID ===== */
.stats-grid {
  margin-top: 20px;
}

/* CARD PADRÃO */
.stat-card {
  background: #f3f2f0;
  border-radius: 8px;
  padding: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* NÚMEROS */
.stat-card strong {
  font-size: 2rem;
  font-weight: 700;
  color: #5a5a5a;
  min-width: 90px;
}

/* TEXTO */
.stat-card span {
  font-size: 1.05rem;
  color: #7a7a7a;
  font-weight: 600;
}

/* CARD LARANJA */
.stat-primary {
  background: #ff9a2e;
  color: #fff;
  justify-content: center;
}

.stat-primary h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

/* MOBILE AJUSTE */
@media (max-width: 767px) {
  .stat-card {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .stat-card strong {
    min-width: auto;
  }
}

.stat span {
  display: block;
  font-weight: 400;
  font-size: .85rem;
  color: #777;
}

/* STEP CARDS */
.step-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  transition: all .2s ease;
}

.step-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  transform: translateY(-2px);
}

/* Número grande */
.step-number {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff9a2e;
  display: block;
  margin-bottom: 10px;
}

/* Título */
.step-card h6 {
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

/* Texto */
.step-card p {
  font-size: .9rem;
  color: #777;
  margin: 0;
}

/* Card destacado (03) */
.step-highlight {
  background: #f5f3f0;
}

/* MOBILE */
@media (max-width: 767px) {
  .step-card {
    text-align: center;
  }
}


/* FOOTER */
.footer {
  background: #1f2326;
  color: #aaa;
  padding: 25px 0;
  font-size: .85rem;
}


/* COOKIE BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
  color: #fff;
  z-index: 9999;
  padding: 16px 0;
}

.cookie-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-text {
  font-size: 0.9rem;
  margin: 0;
  color: #e0e0e0;
}

.cookie-text a {
  color: #fff;
  text-decoration: underline;
}

.btn-cookie {
  background: #ffffff;
  color: #ff7a00;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 22px;
  border: none;
  white-space: nowrap;
}

/* MOBILE */
@media (max-width: 768px) {
  .cookie-container {
    flex-direction: column;
    text-align: center;
  }

  .btn-cookie {
    width: 100%;
  }
}

/* UTIL */
.d-none {
  display: none;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}