/* Mobile footer 3-button CTA v28
   Applies only to mobile footer buttons. Desktop is hidden. */

.floating-cta.mobile-footer-cta,
.mobile-bar.mobile-footer-cta {
  display: none !important;
}

@media (max-width: 820px) {
  .floating-cta.mobile-footer-cta,
  .mobile-bar.mobile-footer-cta {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    z-index: 9999 !important;
    display: grid !important;
    grid-template-columns: 1.05fr 1.05fr .72fr !important;
    gap: 8px !important;
    padding: 6px !important;
    border-radius: 18px !important;
    background: rgba(2, 7, 16, .78) !important;
    border: 1px solid rgba(74,143,212,.20) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    box-shadow: 0 18px 42px rgba(0,0,0,.42) !important;
  }

  .floating-cta.mobile-footer-cta .mobile-footer-btn,
  .mobile-bar.mobile-footer-cta .mobile-footer-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 8px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.22) !important;
    border: 1px solid transparent !important;
  }

  .floating-cta.mobile-footer-cta .mobile-footer-line,
  .mobile-bar.mobile-footer-cta .mobile-footer-line {
    color: #fff !important;
    background: linear-gradient(135deg, #06c755, #08d860) !important;
    border-color: rgba(255,255,255,.12) !important;
  }

  .floating-cta.mobile-footer-cta .mobile-footer-reserve,
  .mobile-bar.mobile-footer-cta .mobile-footer-reserve {
    color: #10233f !important;
    background: linear-gradient(135deg, #dcecff, #b7d5ff) !important;
    border-color: rgba(255,255,255,.35) !important;
  }

  .floating-cta.mobile-footer-cta .mobile-footer-tel,
  .mobile-bar.mobile-footer-cta .mobile-footer-tel {
    color: #1a1304 !important;
    background: linear-gradient(135deg, #ffbf55, #ff9f2f) !important;
    border-color: rgba(255,255,255,.28) !important;
  }

  body {
    padding-bottom: 76px !important;
  }

  .footer {
    padding-bottom: 112px !important;
  }
}

@media (max-width: 390px) {
  .floating-cta.mobile-footer-cta,
  .mobile-bar.mobile-footer-cta {
    left: 7px !important;
    right: 7px !important;
    gap: 6px !important;
    padding: 5px !important;
  }

  .floating-cta.mobile-footer-cta .mobile-footer-btn,
  .mobile-bar.mobile-footer-cta .mobile-footer-btn {
    height: 42px !important;
    min-height: 42px !important;
    font-size: 10.5px !important;
    padding: 0 5px !important;
    border-radius: 11px !important;
  }
}
