/* =========================================================
   TAMESHE GLOBAL NIGERIA — RESPONSIVE REFINEMENTS
   ========================================================= */

/* Two-column layouts collapse below 992px */
@media (max-width: 992px) {
  .split { grid-template-columns: 1fr !important; }
  .split--reverse .split__media { order: -1; }
  .stats { gap: var(--space-sm); }
  .footer__grid { text-align: left; }
}

/* Tablet */
@media (max-width: 820px) {
  .hero { min-height: 82vh; }
  .hero__content { max-width: 100%; }
  h1 { font-size: var(--fs-3xl); }
}

/* Mobile */
@media (max-width: 640px) {
  .container { padding-inline: var(--space-sm); }
  .section { padding-block: var(--space-xl); }
  .hero__actions .btn { width: 100%; }
  .hero__actions { flex-direction: column; }
  .navbar__brand span { display: none; }
  .modal__body { padding: var(--space-md); }
  .footer__bottom { flex-direction: column; text-align: center; }
}

/* Small phones */
@media (max-width: 375px) {
  :root { --container-pad: 1rem; }
  .stats { grid-template-columns: 1fr 1fr; }
}

/* No horizontal scroll safeguard */
html, body { max-width: 100%; overflow-x: hidden; }

/* Touch targets */
@media (hover: none) {
  .card:hover { transform: none; }
  .btn:hover { transform: none; }
}
