/* ══════════════════════════════════════════════════════════
   DIGITAL ANKLE — MOBILE RESPONSIVE STYLES (FULL REWRITE)
   Covers: Nav, Hero, Home, Influencers, Customers, Admin,
           Booking, Dashboard, Footer — all pages
   ══════════════════════════════════════════════════════════ */

/* ── HAMBURGER BUTTON ──────────────────────────────────── */
#nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background .2s;
  z-index: 1100;
  margin-left: 8px;
  order: -1;
}
#nav-hamburger:hover { background: rgba(14,165,233,.08); }
#nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink, #0c2d4e);
  border-radius: 2px;
  transition: all .3s;
}
#nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
#nav-hamburger.open span:nth-child(2) { opacity: 0; }
#nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── MOBILE DRAWER ─────────────────────────────────────── */
#mobile-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  border-right: 1px solid rgba(14,165,233,.15);
  box-shadow: 8px 0 40px rgba(14,165,233,.15);
  z-index: 1050;
  padding: 0;
  flex-direction: column;
  gap: 0;
  animation: drawer-in .25s cubic-bezier(.4,0,.2,1);
  overflow-y: auto;
}
@keyframes drawer-in {
  from { opacity: 0; transform: translateX(-100%); }
  to   { opacity: 1; transform: translateX(0); }
}
#mobile-drawer.open { display: flex; }
/* Drawer overlay background */
#drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 1040;
  animation: overlay-in .25s ease;
}
@keyframes overlay-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
#drawer-overlay.open { display: block; }
/* Drawer items */
.drawer-item {
  width: 100%;
  padding: 16px 24px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(14,165,233,.06);
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #0c2d4e;
  cursor: pointer;
  transition: background .15s, color .15s;
  font-family: 'Geist', -apple-system, sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.drawer-item:hover,
.drawer-item:active { background: #f0f9ff; color: #0284c7; }
.drawer-whatsapp {
  color: #15803d !important;
  background: #f0fdf4 !important;
  border-color: rgba(22,163,74,.1) !important;
  margin-top: 8px;
}
.drawer-whatsapp:hover { background: #dcfce7 !important; }

/* ═══════════════════════════════════════════════════════════
   BREAKPOINT: ≤ 768px  (tablets & phones)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── GLOBAL OVERFLOW PREVENTION ─────────────────────── */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  * { box-sizing: border-box; }

  /* ── HERO STAT PILLS ─────────────────────────────────── */
  .hero-stats-row {
    flex-direction: column !important;
    gap: 18px !important;
    margin-top: 32px !important;
    align-items: center !important;
  }
  .hero-stat-divider { display: none !important; }

  /* ── NAV ─────────────────────────────────────────────── */
  #main-nav {
    padding: 0 16px !important;
    height: 60px !important;
    position: fixed !important;
    top: 0; left: 0; right: 0;
    z-index: 999;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .nav-links { display: none !important; }
  /* Hide all nav-action buttons on mobile — they live in drawer */
  .nav-actions { display: none !important; }
  /* hamburger is always visible, no need to force display on mobile only */

  /* Push page content below fixed nav */
  body > div[id^="page-"] {
    padding-top: 60px;
  }
  #page-home, #page-influencers, #page-customers,
  #page-login, #page-apply, #page-dashboard, #page-admin {
    padding-top: 0;
  }

  /* ── HERO: HOME PAGE ─────────────────────────────────── */
  #page-home > div:first-of-type {
    padding: 80px 20px 48px !important;
    text-align: center;
  }
  #page-home h1 {
    font-size: clamp(1.8rem, 7vw, 3rem) !important;
    line-height: 1.2 !important;
  }
  #page-home > div:first-of-type > div > p {
    font-size: 15px !important;
    margin-bottom: 28px !important;
  }
  /* CTA buttons row */
  #page-home > div:first-of-type [style*="display:flex"][style*="gap:16px"] {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }
  #page-home > div:first-of-type [style*="display:flex"][style*="gap:16px"] a,
  #page-home > div:first-of-type [style*="display:flex"][style*="gap:16px"] button {
    width: 100% !important;
    max-width: 320px !important;
    justify-content: center !important;
  }
  /* Hero stat pills (Non-Invasive | Medical-Grade | Same Day) */
  #page-home > div:first-of-type [style*="display:flex"][style*="gap:32px"] {
    flex-direction: column !important;
    gap: 16px !important;
    margin-top: 32px !important;
    align-items: center !important;
  }
  /* Hide the vertical dividers between pills */
  #page-home > div:first-of-type [style*="width:1px"][style*="background:#bae6fd"] {
    display: none !important;
  }

  /* ── WHAT IS HANDGRIP SECTION ────────────────────────── */
  #page-home [style*="padding:72px 24px"] {
    padding: 48px 16px !important;
  }
  #page-home [style*="grid-template-columns:repeat(auto-fit,minmax(240px,1fr))"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  /* Benefit strip dividers */
  #page-home [style*="width:1px;height:40px"] {
    display: none !important;
  }
  #page-home [style*="display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-around"] {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 24px 20px !important;
    text-align: center !important;
  }

  /* ── 3-STEPS SECTION ─────────────────────────────────── */
  .hw-steps {
    flex-direction: column !important;
    gap: 24px !important;
    align-items: center !important;
  }
  .hw-step {
    width: 100% !important;
    max-width: 340px !important;
  }
  .hw-connector { display: none !important; }

  /* ── PRICING CARDS (HOME PAGE) ───────────────────────── */
  .pricing-section { padding: 60px 16px !important; }
  .pkg-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    max-width: 400px !important;
    margin: 0 auto !important;
  }
  .pkg-card { padding: 28px 22px !important; }

  /* AI Report Banner */
  .ai-report-banner {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 20px !important;
  }
  .ai-report-banner [style*="white-space:nowrap"] {
    white-space: normal !important;
  }
  /* Bottom tagline line */
  #page-home [style*="Sign up together"] {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  /* ── SECTION GENERIC ─────────────────────────────────── */
  section, .section { padding: 48px 16px !important; }
  .section-title, h2 { font-size: clamp(1.4rem, 5vw, 2rem) !important; }
  .container { padding: 0 16px !important; }

  /* ── DEVICES STRIP ───────────────────────────────────── */
  .devices-strip {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  /* ── GENERIC GRIDS ───────────────────────────────────── */
  .cards-grid,
  .pricing-grid-3,
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns: 1fr 1fr 1fr"],
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns:1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  [style*="grid-template-columns: repeat(2"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:repeat(2"],
  [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .grid-4 { grid-template-columns: 1fr 1fr !important; }
  .grid-2 { grid-template-columns: 1fr !important; }
  .features-grid { grid-template-columns: 1fr !important; }
  .testimonials-grid { grid-template-columns: 1fr !important; }
  .stats-strip .container { grid-template-columns: 1fr 1fr !important; gap: 20px !important; }

  /* ── INFLUENCER HERO ─────────────────────────────────── */
  .hero {
    padding: 72px 20px 52px !important;
    text-align: center !important;
  }
  .hero-title {
    font-size: clamp(2rem, 7vw, 3.4rem) !important;
    line-height: 1.15 !important;
  }
  .hero-sub { font-size: 15px !important; max-width: 100% !important; }
  .hero-actions {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .hero-actions .btn {
    width: 100% !important;
    max-width: 320px !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-badge-row {
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  .hero-badge-item { font-size: 13px !important; }

  /* ── CUSTOMER PAGE ───────────────────────────────────── */
  #page-customers {
    padding: 0 !important;
  }
  /* Customer hero */
  #page-customers > div:first-child {
    padding: 72px 16px 40px !important;
    text-align: center !important;
  }
  #page-customers h1 {
    font-size: clamp(1.7rem, 6vw, 2.8rem) !important;
  }
  #page-customers [style*="display:flex"][style*="gap:16px"],
  #page-customers [style*="display:flex"][style*="gap:12px"] {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  /* Booking form card */
  .booking-container,
  [id*="booking"],
  #booking-form-card {
    padding: 24px 16px !important;
    border-radius: 16px !important;
    margin: 0 12px !important;
  }
  .booking-form, .form-grid,
  form > div[style*="grid"] {
    grid-template-columns: 1fr !important;
  }
  #booking-form-card [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Package selection cards */
  #page-customers [style*="display:grid"][style*="gap"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* Pricing cards on customer page */
  .pricing-card {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
  }
  [class*="pricing"] > div {
    flex-direction: column !important;
    align-items: center !important;
  }

  /* ── FORMS / INPUTS ──────────────────────────────────── */
  input, select, textarea {
    font-size: 16px !important; /* prevent iOS zoom */
    width: 100% !important;
  }
  input[type="checkbox"] { width: auto !important; }
  label { font-size: 14px !important; }

  /* ── DASHBOARD ───────────────────────────────────────── */
  .dashboard-wrap {
    flex-direction: column !important;
  }
  .sidebar {
    width: 100% !important;
    min-width: unset !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    padding: 8px !important;
    gap: 4px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(14,165,233,.1) !important;
    flex-shrink: 0 !important;
  }
  .sidebar-header { display: none !important; }
  .sidebar-spacer { display: none !important; }
  .sidebar-bottom { display: none !important; }
  .sidebar-link {
    white-space: nowrap !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
  }
  .dash-main {
    padding: 16px !important;
    width: 100% !important;
  }
  .dash-header { flex-direction: column !important; align-items: flex-start !important; }

  /* Stat cards */
  .admin-stats,
  .stat-cards-grid,
  .countdown-grid-4,
  [style*="grid-template-columns"][style*="repeat(4"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .stat-num { font-size: 22px !important; }
  .ref-link-box {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: flex-start !important;
  }
  .ref-link-url { font-size: 11px !important; word-break: break-all !important; }

  /* ── ADMIN PANEL ─────────────────────────────────────── */
  #page-admin {
    flex-direction: column !important;
  }
  #page-admin .sidebar {
    width: 100% !important;
    min-width: unset !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    padding: 12px 8px !important;
    gap: 8px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(14,165,233,.1) !important;
    justify-content: center !important;
  }
  #page-admin .sidebar .sidebar-header { display: none !important; }
  #page-admin .sidebar button, #page-admin .sidebar .sidebar-link {
    white-space: nowrap !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #f0f9ff !important;
    border: 1px solid #bae6fd !important;
  }
  #page-admin .sidebar .sidebar-bottom,
  #page-admin .sidebar .sidebar-spacer {
    display: none !important;
  }
  #admin-main { padding: 16px !important; }

  /* Admin tables — horizontal scroll */
  .patients-table-wrap,
  [style*="overflow-x:auto"],
  table { overflow-x: auto !important; display: block !important; width: 100% !important; }
  .patients-table { min-width: 560px; }

  /* Admin grid stats */
  #admin-main [style*="display:grid"][style*="repeat(4"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  #admin-main [style*="display:grid"][style*="repeat(3"] {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* ── MODALS / GATES ──────────────────────────────────── */
  #admin-gate > div,
  #proof-lightbox > div,
  #edit-patient-modal > div,
  [id$="-modal"] > div {
    padding: 24px 18px !important;
    border-radius: 18px !important;
    max-width: calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    margin: auto !important;
  }

  /* ── AUTH PAGE ───────────────────────────────────────── */
  .auth-wrap { padding: 40px 16px !important; }
  .auth-card { max-width: 100% !important; }

  /* ── APPLY PAGE ──────────────────────────────────────── */
  .apply-wrap { padding: 40px 16px !important; }
  .apply-inner { max-width: 100% !important; }

  /* ── FOOTER ──────────────────────────────────────────── */
  footer {
    padding: 28px 16px !important;
    text-align: center !important;
  }
  footer > div {
    flex-direction: column !important;
    gap: 14px !important;
    align-items: center !important;
  }
  /* WhatsApp footer button — full width on mobile */
  footer a[href*="wa.me"] {
    padding: 12px 24px !important;
    font-size: 14px !important;
    justify-content: center !important;
  }
  .cust-footer {
    padding: 28px 16px !important;
    text-align: center !important;
  }
  .cust-footer [style*="display:flex"] {
    flex-direction: column !important;
    gap: 14px !important;
    align-items: center !important;
  }

  /* ── BUTTONS GENERIC ─────────────────────────────────── */
  .btn { padding: 11px 20px !important; font-size: 14px !important; }
  .btn-xl { padding: 14px 24px !important; font-size: 15px !important; }

  /* ── CTA SECTION ─────────────────────────────────────── */
  .cta-section { padding: 60px 20px !important; }
  .cta-section h2 { font-size: clamp(1.6rem, 6vw, 2.2rem) !important; }

  /* ── FAQ ─────────────────────────────────────────────── */
  .faq-item { padding: 18px 16px !important; }

  /* ── MISC FLEX ROWS → COLUMN ─────────────────────────── */
  [style*="display:flex"][style*="align-items:center"][style*="gap:24px"],
  [style*="display:flex"][style*="align-items:center"][style*="gap:32px"],
  [style*="display:flex"][style*="align-items:center"][style*="gap:40px"] {
    flex-wrap: wrap !important;
  }

  /* ── WHATSAPP PAYMENT CARD ────────────────────────────── */
  /* Prevent the icon+text row from causing horizontal overflow */
  [style*="25D366"][style*="flex-wrap:wrap"] {
    gap: 14px !important;
    padding: 18px 16px !important;
  }
  /* Inner text block — remove min-width so it doesn't overflow */
  [style*="25D366"] > [style*="min-width:200px"] {
    min-width: 0 !important;
    width: 100% !important;
    word-break: break-word !important;
  }
  /* WhatsApp button — full width on mobile */
  [href*="wa.me"][style*="inline-flex"] {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  /* ── AI REPORT BANNER (device sections) ──────────────── */
  [style*="background:linear-gradient(135deg,#0c2d4e"][style*="flex-wrap:wrap"] {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 20px 16px !important;
  }
  [style*="background:linear-gradient(135deg,#0c2d4e"] [style*="min-width:200px"] {
    min-width: 0 !important;
    width: 100% !important;
  }

  /* ── DEVICE CARDS (text-only) ────────────────────────── */
  [style*="grid-template-columns:repeat(auto-fit,minmax(280px"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* ── BOOKING SECTION TEXT ALIGNMENT ─────────────────── */
  #booking-form-card * {
    word-break: break-word !important;
  }
  .form-label {
    display: block !important;
    text-align: left !important;
  }
  /* TnC checkbox label wrap fix */
  label[style*="display:flex"][style*="align-items:flex-start"] {
    align-items: flex-start !important;
    gap: 10px !important;
  }
  label[style*="display:flex"][style*="align-items:flex-start"] span {
    flex: 1 !important;
    min-width: 0 !important;
    line-height: 1.55 !important;
  }

  /* Hide main nav, mobile drawer, footer, and remove top padding on roadshow view */
  body.roadshow-view #main-nav {
    display: none !important;
  }
  body.roadshow-view #mobile-drawer {
    display: none !important;
  }
  body.roadshow-view footer,
  body.roadshow-view .cust-footer {
    display: none !important;
  }
  body.roadshow-view > div[id^="page-"] {
    padding-top: 0 !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   PAYMENT BLOCK — base styles (mobile-first)
   ═══════════════════════════════════════════════════════════ */
.payment-block {
  background: var(--blue-05, #eff6ff);
  border: 1px solid var(--blue-border, #bfdbfe);
  border-radius: 14px;
  padding: 22px 20px;
  margin-bottom: 18px;
}

/* QR centred wrapper */
.payment-qr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.payment-qr-box {
  background: #fff;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid var(--border-2, #bfdbfe);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.payment-qr-img {
  width: min(220px, 65vw);
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: contain;
}
/* Fallback box when image fails */
.qr-fallback {
  width: min(200px, 60vw);
  height: min(200px, 60vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #e91e8c;
  border-radius: 10px;
  font-size: 13px;
  color: #e91e8c;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  line-height: 1.5;
}

/* Bank info table */
.payment-bank-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-bank-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.bank-label {
  font-size: 12px;
  color: var(--ink-50, #6b7280);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  min-width: 64px;
  flex-shrink: 0;
}
.bank-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink, #0c2d4e);
  word-break: break-all;
}

/* ── WHATSAPP PROOF CARD ── */
.wa-proof-card {
  background: linear-gradient(135deg, #e7fce8 0%, #d4f5d8 100%);
  border: 2px solid #25D366;
  border-radius: 16px;
  padding: 20px 18px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.wa-proof-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.wa-proof-icon {
  background: #25D366;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wa-proof-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a7d36;
  line-height: 1.3;
}
.wa-proof-text {
  font-size: 13px;
  color: #2e6b3e;
  line-height: 1.6;
  margin: 0;
  max-width: 380px;
}
.wa-proof-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37,211,102,.35);
  transition: opacity .2s, transform .15s;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  box-sizing: border-box;
}
.wa-proof-btn:hover,
.wa-proof-btn:active { opacity: .88; transform: scale(.98); }

/* ═══════════════════════════════════════════════════════════
   BREAKPOINT: ≤ 480px  (small phones)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  section, .section { padding: 36px 14px !important; }

  /* Hero */
  #page-home > div:first-of-type { padding: 72px 14px 40px !important; }
  .hero { padding: 64px 14px 44px !important; }
  .hero-title { font-size: 1.9rem !important; }
  #page-home h1 { font-size: 1.8rem !important; }

  /* Admin stats → single column */
  .admin-stats,
  #admin-main [style*="display:grid"][style*="repeat(4"] {
    grid-template-columns: 1fr !important;
  }

  /* Inputs */
  #ag-input { font-size: 16px !important; }
  input, select, textarea { font-size: 16px !important; }

  /* Pricing */
  .pricing-card, .pkg-card { padding: 22px 16px !important; }

  /* Sidebar pills → wrap */
  .sidebar { flex-wrap: nowrap !important; }

  /* Dashboard stat cards → 1 col */
  .admin-stats, [style*="display:grid"][style*="repeat(4"] {
    grid-template-columns: 1fr !important;
  }

  /* Buttons */
  .btn-xl { padding: 13px 20px !important; font-size: 14px !important; }

  /* Hero badge row → 2-col grid */
  .hero-badge-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .hero-badge-item { justify-content: center !important; }

  /* Customer page packages — very small screen */
  #page-customers { font-size: 14px; }
  #booking-form-card { margin: 0 8px !important; padding: 20px 12px !important; }
}

/* ═══════════════════════════════════════════════════════════
   BREAKPOINT: ≤ 1024px  (tablets)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) and (min-width: 769px) {
  .admin-sidebar, .sidebar { width: 190px !important; }
  section, .section { padding: 64px 28px !important; }
  .pkg-grid { grid-template-columns: 1fr 1fr !important; }
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns:repeat(3"] {
    grid-template-columns: 1fr 1fr !important;
  }
  .hero-title { font-size: clamp(2.2rem, 4vw, 3rem) !important; }
}
