:root {
  --base-color: #1c279a;
}

/* Header compacto */
header .navbar-brand {
  padding: 8px 0;
}
header .navbar-brand img {
  max-height: 26px;
}
.navbar .navbar-nav .nav-link {
  padding: 8px 16px;
}
.navbar-toggler {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0 !important;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Footer (credito, sem precisar do padrao de 110px do tema) */
.hero-whatsapp-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: #1c1c1c;
  padding: 8px 24px 8px 8px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(28, 39, 154, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.hero-whatsapp-cta-pill:hover {
  color: #1c1c1c;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(28, 39, 154, .24);
}
.hero-whatsapp-cta-pill .hero-whatsapp-cta-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-whatsapp-cta-pill .hero-whatsapp-cta-icon i {
  font-size: 19px;
}

@media (min-width: 768px) {
  .footer-p1-logo {
    top: -2px !important;
  }
}

.photodrone-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Botao flutuante de WhatsApp */
.whatsapp-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: transform 0.2s ease;
}
.whatsapp-button:hover {
  color: #fff;
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .whatsapp-button {
    width: 48px;
    height: 48px;
    font-size: 24px;
    right: 16px;
    bottom: 16px;
  }
}

/* Cards de FAQ com hover */
.faq-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: #fff !important;
}

/* Mini-botao de WhatsApp com hover */
.wa-mini-btn {
  transition: background 0.2s ease, transform 0.2s ease;
}
.wa-mini-btn:hover {
  background: rgba(255, 255, 255, 0.28) !important;
  transform: translateY(-2px);
}

/* Respiro reduzido no mobile pras secoes que ficam com espaco sobrando */
@media (max-width: 767px) {
  .mob-section-pad {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* Transicao branco -> azul (home): branco respira mais, azul fica mais enxuto */
@media (max-width: 767px) {
  .mob-why-section {
    padding-top: 40px !important;
    padding-bottom: 56px !important;
  }
  .mob-offer-section {
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
  .mob-scale-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .mob-offer-inner {
    padding: 16px 20px !important;
  }

  .hero-whatsapp-content .hero-whatsapp-title,
  .hero-whatsapp-content .hero-whatsapp-description {
    text-align: center;
  }
  .hero-whatsapp-content .col-xl-7 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-whatsapp-content .hero-whatsapp-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-whatsapp-cta {
    display: flex;
    justify-content: center;
  }
  .hero-whatsapp-cta-pill .hero-whatsapp-cta-icon {
    width: 38px;
    height: 38px;
  }
  .hero-whatsapp-cta-pill .hero-whatsapp-cta-icon i {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .mob-offer-section .feature-box-content,
  .mob-offer-section .feature-box {
    text-align: center !important;
    align-items: center !important;
  }
  .mob-offer-section .feature-box-icon {
    display: flex;
    justify-content: center;
  }

  .pricing-features,
  .plans-page-features {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: max-content !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .scale-feature-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: max-content !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .scale-feature strong,
  .scale-feature span {
    text-align: left;
  }

  .plans-help-card-top {
    align-items: center !important;
  }
}

/* Rodape: empilha no mobile em vez de usar centralizacao absoluta (que quebra quando nao cabe numa linha) */
@media (max-width: 767px) {
  .photodrone-footer .container-fluid {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-height: auto !important;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .photodrone-footer .container-fluid > div {
    position: static !important;
    transform: none !important;
    flex-direction: column;
    gap: 0 !important;
    margin-left: 0 !important;
  }
  .photodrone-footer .container-fluid > div p {
    line-height: 1.3 !important;
  }
  .photodrone-footer .container-fluid > div:nth-child(1) img {
    margin-bottom: 8px !important;
  }
  .photodrone-footer .container-fluid > div:nth-child(2) {
    gap: 0 !important;
  }
  .photodrone-footer .container-fluid > div:nth-child(2) img {
    margin-top: 8px !important;
  }
  .photodrone-footer .container-fluid > div p {
    margin-top: 0 !important;
  }
}
