/* =================================================================
   MOBILE-SVC — services page
   Requires: mobile-common.css
   ================================================================= */

@media (max-width: 768px) {

  /* ─── GLOBAL ─────────────────────────────────────────────────  */
  .services-page {
    width: 100% !important;
    transform: none !important;
  }

  .services-page .inner,
  .services-main,
  .services-hero .inner {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 16px !important;
  }

  .svc-callout,
  .svc-practice,
  .svc-steps { width: 100%; }

  /* ─── HERO ───────────────────────────────────────────────────  */
  .services-hero {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-hero h1 {
    position: absolute;
    bottom: 20px;
    left: 16px;
    font-size: 24px;
    margin: 0;
  }

  /* ─── MAIN GRID ──────────────────────────────────────────────  */
  .services-grid   { display: flex; flex-direction: column; gap: 6px !important; }
  .services-divider{ display: none; }

  /* ─── TABS (LAW FIRM / ACCOUNTING) ──────────────────────────  */
  .svc-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 4px !important;
    margin-bottom: 0 !important;
  }

  .svc-tab {
    height: 44px;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ─── SIDE BUTTONS ───────────────────────────────────────────  */
  .svc-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 6px !important;
  }

  .svc-side button {
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
  }

  /* ─── CONTENT BLOCK ──────────────────────────────────────────  */
  .svc-callout {
    padding: 16px;
    border-radius: 14px;
    border: 1.5px solid #c9c5d6;
    margin-bottom: 12px;
    margin-top: 2px !important;
  }

  .svc-callout h2 { font-size: 16px; margin-bottom: 6px; }
  .svc-callout h3 { font-size: 15px; margin-top: 16px; margin-bottom: 8px; }

  .svc-callout p  { font-size: 14px !important; line-height: 1.6 !important; margin-bottom: 12px; }
  .svc-callout li { font-size: 14px !important; line-height: 1.5 !important; margin-bottom: 10px; }
  .svc-callout ul { padding-left: 18px; }
  .svc-callout em,
  .svc-callout i  { font-size: 15px; line-height: 1.5; display: block; margin-top: 10px; }

  /* ─── SUB-PRACTICE GRID ──────────────────────────────────────  */
  .svc-practice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .svc-card {
    aspect-ratio: 1 / 1;
    font-size: 11px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* ─── HOW WE WORK STEPS ──────────────────────────────────────  */
  .svc-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .svc-step {
    background: #1a143d;
    color: #fff;
    padding: 16px 10px !important;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-height: 120px;
  }

  .svc-step h4, .svc-step p { text-align: center !important; width: 100%; }
  .svc-step h4 { font-size: 13px; margin-bottom: 6px; }
  .svc-step p  { font-size: 11px; line-height: 1.35; }

  /* ─── TEXT UTILITIES ─────────────────────────────────────────  */
  .svc-p       { font-size: 14px !important; line-height: 1.6 !important; }
  .svc-bullets li { font-size: 14px !important; line-height: 1.5 !important; }
  .svc-quote   { font-size: 16px !important; line-height: 1.5 !important; }
  .svc-h       { font-size: 18px !important; display: block !important; }

  /* ─── LIST ───────────────────────────────────────────────────  */
  .svc-list {
    list-style: disc;
    padding-left: 18px;
    margin-top: 10px;
  }

  .svc-list li { margin-bottom: 10px; font-size: 14px; line-height: 1.5; }

  /* ─── AWARDS ─────────────────────────────────────────────────  */
  .services-awards { margin-top: 0 !important; padding-top: 8px !important; }

  .services-awards .row {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 16px !important;
  }

  .services-awards img {
    flex: 1;
    max-width: 22%;
    height: auto;
    object-fit: contain;
  }

  /* ─── SPACING ────────────────────────────────────────────────  */
  .services-main { padding: 24px 0; }
  .svc-strip     { margin: 16px 0 8px; }
  .svc-how       { margin-bottom: 6px !important; }

}
