/* ===== FAQ ===== */
.faq-section {
  padding: 90px 6%;
  background: #f9fbff;
  text-align: center;
}

.faq-section h2 {
  font-size: 2.4rem;
  margin-bottom: 50px;
}

.faq-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 25px;
}

.faq-item {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/* ===== FOOTER ===== */
.premium-footer {
  background: #0f0f12;
  color: #ddd;
  padding-top: 80px;
}

/* CTA */
.footer-cta {
  max-width: 1100px;
  margin: auto;
  background: linear-gradient(120deg,#25D366,#1ebe5d);
  padding: 55px 35px;
  border-radius: 26px;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.footer-cta h2 {
  font-size: 2.1rem;
  margin-bottom: 12px;
}

.footer-cta p {
  opacity: 0.95;
  margin-bottom: 28px;
}

.footer-whatsapp {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 40px;
  background: #fff;
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.footer-whatsapp.small {
  padding: 12px 24px;
  margin-top: 10px;
}

/* GRID */
.footer-grid {
  max-width: 1200px;
  margin: auto;
  padding: 0 6% 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 40px;
}

.footer-box h3 {
  font-size: 1.9rem;
  background: linear-gradient(120deg,#5f2c82,#49a09d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-box h4 {
  margin-bottom: 15px;
  color: #fff;
}

.footer-box p {
  font-size: 0.95rem;
  opacity: 0.85;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-box ul li a {
  color: #ddd;
  text-decoration: none;
  transition: 0.25s;
}

.footer-box ul li a:hover {
  color: #25D366;
}

/* BRAND BADGES */
.footer-badges {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.footer-badges span {
  background: rgba(255,255,255,0.08);
  padding: 6px 12px;
  border-radius: 14px;
  font-size: 13px;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  padding: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85rem;
  opacity: 0.6;
}

/* MOBILE */
@media(max-width:768px){
  .footer-cta h2 {
    font-size: 1.7rem;
  }
}
