/* ══════════════════════════════════════════
   Smart Zugdidi — Healthcare Landing Mobile CSS
   /landing/healthcare/assets/css/mobile.css
   ══════════════════════════════════════════ */

@media (max-width: 768px) {

  /* Hero */
  .hero {
    min-height: auto;
    border-radius: 0 0 24px 24px;
    margin-bottom: 40px;
  }
  .hero-inner { padding: 52px 18px 44px; }

  /* Orbs */
  .o2, .o3 { display: none; }
  .o1 { width: 100px; height: 100px; right: 4%; top: 8%; }

  /* Search row */
  .search-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
  }
  .search-box {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100%;
  }
  .search-box input { min-width: 0; width: 100%; }
  .search-box button {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 12px 14px;
    font-size: .82rem;
  }
  .apply-link {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  /* Stats bar */
  .stats-bar {
    width: 100%;
    border-radius: 12px;
    display: flex !important;
  }
  .stat { flex: 1; padding: 12px 8px; border-right: 1px solid rgba(255,255,255,.1); }
  .stat:last-child { border-right: none; }
  .stat-n { font-size: 1.3rem; }
  .stat-l { font-size: .6rem; }

  /* Sections */
  .sec { margin-bottom: 48px; }
  .wrap { padding: 0 18px; }

  /* Steps */
  .steps-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .steps-grid::before { display: none; }

  /* Programs */
  .progs-grid { grid-template-columns: 1fr !important; gap: 14px; }

  /* Leader */
  .leader-card { flex-direction: column; border-radius: 20px; }
  .leader-stripe { width: 100%; height: 5px; }
  .leader-body { padding: 24px 20px; flex-direction: column; text-align: center; align-items: center; }
  .lcontacts { align-items: center; }

  /* Info grid */
  .info-grid { grid-template-columns: 1fr !important; gap: 12px; }

  /* News */
  .news-grid { grid-template-columns: 1fr !important; gap: 16px; }

  /* Case card */
  .case-card { flex-direction: column; gap: 12px; padding: 20px; }
  .case-meta { flex-direction: column; gap: 10px; }
  .meta-pill { min-width: unset; flex: none; width: 100%; }
  .case-btns { flex-direction: column; }
  .cbtn { justify-content: center; }

  /* Apply form */
  .apply-wrap { padding: 0 16px 40px; margin-top: 24px; }
  .apply-card { padding: 20px 16px; }
  .form-row { grid-template-columns: 1fr !important; }
  .program-grid { grid-template-columns: 1fr !important; }

  /* Footer */
  .xlft-i { grid-template-columns: 1fr !important; gap: 24px; padding: 24px 18px !important; }
  .xlft-bot-i { flex-direction: column; text-align: center; padding: 12px 18px; gap: 6px; }
}

@media (max-width: 480px) {
  .hero-inner { padding: 44px 16px 36px; }
  .hero h1 { font-size: 1.75rem; line-height: 1.2; }
  .hero-sub { font-size: .88rem; }
  .badge-pill { font-size: .7rem; padding: 5px 12px; }
  .search-box button { padding: 12px 12px; gap: 5px; }
  .stat-n { font-size: 1.15rem; }
  .stat-l { font-size: .58rem; letter-spacing: 0; }
  .apply-link { padding: 14px 18px; font-size: .85rem; }
}

@media (max-width: 360px) {
  .stats-bar { display: grid !important; grid-template-columns: 1fr 1fr; }
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
}