/* ================================================
   Mobile Footer Redesign  (≤ 680px)
   ================================================ */
@media (max-width: 680px) {

  /* ── Base footer ── */
  .footer {
    padding: 44px 0 28px !important;
  }

  .footer-shell {
    gap: 36px !important;
  }

  /* ── Promo card ── */
  .footer-promo {
    border-radius: 26px !important;
    padding: 38px 22px 32px !important;
    text-align: center !important;
  }

  .footer-promo__inner {
    text-align: center !important;
  }

  .footer-promo h2 {
    display: block !important;
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
    text-align: center !important;
  }

  .footer-promo h2::after {
    display: block !important;
    width: 48px !important;
    height: 2px !important;
    margin: 12px auto 0 !important;
    opacity: 0.5 !important;
  }

  .footer-promo p {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
    opacity: 0.88 !important;
  }

  /* ── Email signup ── */
  .footer-signup {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 20px !important;
    width: 100% !important;
  }

  .footer-signup input {
    height: 50px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    padding: 0 18px !important;
  }

  .footer-signup button {
    height: 50px !important;
    min-width: unset !important;
    width: 100% !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  /* ── Navigation columns — 2-column grid ── */
  .footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px 16px !important;
    padding-top: 4px !important;
  }

  .footer-newsletter {
    grid-column: 1 / -1 !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid rgba(246, 239, 228, 0.12) !important;
    margin-bottom: 4px !important;
  }

  .footer-newsletter h3 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }

  .footer-newsletter p {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    opacity: 0.8 !important;
  }

  .footer-col {
    gap: 12px !important;
  }

  .footer-col h3 {
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    opacity: 0.5 !important;
    margin-bottom: 10px !important;
  }

  .footer-col a {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  /* ── Separator ── */
  .footer-separator {
    margin: 28px 0 20px !important;
    opacity: 0.3 !important;
  }

  /* ── Footer bottom — centered ── */
  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 14px !important;
  }

  .footer-bottom__left {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .footer-bottom__left p,
  .footer-updated {
    text-align: center !important;
    white-space: normal !important;
    font-size: 12px !important;
    opacity: 0.65 !important;
    margin: 0 !important;
  }

  .footer-trust--bottom,
  .footer-bottom .footer-trust {
    justify-content: center !important;
  }

  .footer-socials {
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
  }
}

/* ================================================
   Tablet footer  (681px – 991px)
   ================================================ */
@media (min-width: 681px) and (max-width: 991px) {
  .footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px 28px !important;
  }

  .footer-newsletter {
    grid-column: 1 / -1 !important;
  }

  .footer-bottom {
    align-items: center !important;
  }

  .footer-bottom__left {
    align-items: center !important;
  }
}
