/* Reset do footer existente */
footer.ft-footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ── CTA "Pronto para bombar" ─────────────────────────────── */
.ft-footer-cta-section {
  background: linear-gradient(135deg, #ff7502 0%, #ffb366 100%);
  padding: 3rem 0;
}

.ft-footer-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.ft-footer-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #ff7502;
  border: 2px solid #ffffff;
  border-radius: 200px;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.ft-footer-cta-button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.ft-footer-cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 500;
  color: #fff;
}

/* ── Seção de links ───────────────────────────────────────── */
.ft-footer-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ef 100%);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.07);
  padding: 3.5rem 0 1rem;
}

.ft-footer-grid {
  row-gap: 2rem;
  margin-bottom: 2rem;
}

.ft-footer-col-brand {
  text-align: center;
}

.ft-footer-logo {
  max-height: 60px;
  max-width: 100%;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.ft-footer-tagline {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  max-width: 240px;
}

.ft-footer-col-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.5rem;
  text-align: center;
}

.ft-footer-col-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(135deg, #ff7502 0%, #ffb366 100%);
}

.ft-footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: center;
}

.ft-footer-link {
  color: #555;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.ft-footer-link:hover {
  color: #ff7502;
  text-decoration: none;
  padding-left: 4px;
}

/* ── Redes Sociais ────────────────────────────────────────── */
.ft-footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1.2rem;
}

.ft-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #555;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ft-footer-social-link:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.ft-footer-social-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}

.ft-footer-social-youtube:hover {
  background: #ff0000;
  color: #fff;
}

.ft-footer-social-tiktok:hover {
  background: #010101;
  color: #fff;
}

/* ── Copyright ────────────────────────────────────────────── */
.ft-footer-copyright {
  border-top: 1px solid rgba(255, 117, 2, 0.15);
  color: #666;
  font-size: 0.9rem;
}

.ft-footer-brand {
  color: #ff7502;
}

@media (max-width: 768px) {
  .ft-footer-cta-title {
    font-size: 1.8rem;
  }

  .ft-footer-col {
    text-align: center;
  }
}
