/* Page sheet for /hire-it-support-technicians - CLONED from css/hire-cloud-developers.css.
   Every measured value below was measured on hire-cloud-developers and is
   inherited here unverified. Re-measure this page's own live bands at
   1440 / 768 / 375 and correct them before cutover.

/* ============================================================
   Hire Cloud Developers - page-specific layer.
   Sub-reference for the 13-page hire-* staff-augmentation family.
   Cloned from css/it-infrastructure-management-services.css (approved, LIVE).

   Section order comes from the LIVE DOM at 1440 (20 bands), NOT from a
   static walk: this page reports only SIX depth-0 Elementor children with
   one measuring 7763px, and the real bands sit one level inside it. The
   <div> tags balance 712/712, so that nesting is genuine Elementor
   structure, not an unclosed tag. Content is safe to extract flat
   (largest fragment is 9.1% of the body); ORDER is not.

   Deltas vs the clone base:
     - NEW .zab-pricing band (live band 1) - see the block at the end of
       this file. It is the only component this family needed that did not
       already exist.
     - The .zab-video band IS used here (live band 4, 531px). The clone
       base carries its rules but renders no video; this page does.
     - No .zab-certified band and no .zab-long band on this page.
   ============================================================ */

/* ------------------------------------------------------------
   BRAND TOKENS taken from live's Elementor globals
   ------------------------------------------------------------ */
.zmit {
    --zab-ink: #14142b;          /* live body/heading ink */
    --zab-accent: #0161ff;       /* --e-global-color-accent */
    --zab-body: rgba(20, 20, 20, .7); /* --e-global-color-text */
    --zab-line: rgba(6, 0, 28, .12);  /* compare-table hairline */
    --zab-fill: #eff0f7;         /* card fill (uc_content / icon-box bg) */
    --zab-dark: #262338;         /* trust strip + stats band */
}

/* ------------------------------------------------------------
   CONTENT BOX. Live's boxed containers are the full viewport minus a 30px
   gutter — measured innerWidth 1365 at x=30 on 743c4b6, d2a41b8, 81d38f2,
   672e3a2, ae25977, a86e67a, d730615, 43ab1b2, 9d19ee4, 65e1765, 1ad22e1 —
   NOT the shared sheet's 1400px centred box (1340 at x=43). The pre-footer
   band 6648aeb is the single exception: 1400 wide at x=13, no gutter.
   ------------------------------------------------------------ */
/* Owner decision 2026-08-26: Family B uses the Family A centred box (shared
   .z-container = max-width 1400px, margin 0 auto, padding 0 30px) even though
   live's own Acronis page runs wider (content 1365 at x=30). Consistency across
   migrated pages beats matching live's width here. Do NOT reintroduce a global
   `.zmit .z-container { max-width: none }`. */

/* ============================================================
   1. HERO — every number below read off live's rendered DOM at 1440
   (8e8eda0 hero-section = 718 tall, 41deb3c logo strip = 125, total 843).

   Live's hero inner is a flex ROW that fills the 1365 box exactly:
       left column 757 | gap 100 | form card 508
   The left column carries a flat 20px gap between crumb / pill / headline /
   sub / CTA and a 50px bottom pad, which is what produces the 718.
   The form CARD (6c4c282, not the HubSpot widget inside it) is stretched to
   the row and carries margin-bottom:-95.55px, so it starts at the hero's own
   content top (y 140 — above the breadcrumb) and overhangs 96px into the
   logo strip. Family A's -132px overhang is a different number, not no
   overhang: measure, don't carry.
   ============================================================ */
/* Live paints the banner as a plain <img> sized 1425x718 with object-fit:fill —
   the artwork is STRETCHED to the box, not cropped, so `cover` gave a
   different crop. 100% 100% is the background equivalent of fill. */
.zmit-hero::before {
    background: url('https://dahqbtk1vlskk.cloudfront.net/wp-content/uploads/2025/07/07090812/it-operations-infrastructure-scaled.webp') center/100% 100% no-repeat;
    background-color: #05070f;
}
.zmit-hero-left { padding-bottom: 56px; }

@media (min-width: 1081px) {
    /* crumb text lands at y 118, pill at y 184 (live 96bcdb8 / 8808f78) */
    .zmit .zmit-hero-crumb { padding-top: 17px; margin-bottom: 18px; }
    /* 757 / 100 / 508 of the 1365 box, as percentages so it tracks the
       viewport below 1440 instead of hard-coding a 1440-only pixel row. */
    .zmit .zmit-hero-grid {
        grid-template-columns: 55.46% 37.22%;
        gap: 7.33%; align-items: stretch; padding: 28px 0 0;
    }
    .zmit .zmit-hero-left { padding-bottom: 50px; align-self: start; }
    /* live's left column is a flex column with a flat 20px gap */
    .zmit-hero .zmit-hero-pill { margin-bottom: 20px; }
    /* Owner request 2026-08-26: hero headline + sub reduced below live's 54px/16px.
       Deliberate deviation from live, applied on request. */
    .zmit-hero .zmit-hero-headline { margin-bottom: 20px; font-size: 42px; line-height: 1.18; }
    /* live's sub runs the FULL 757 column (5 lines / 132px). Capped at 560 it
       wrapped to 6 lines and pushed the CTA 41px down. White, not #e6eaf2. */
    .zmit-hero .zmit-hero-sub { max-width: 757px; color: #fff; margin-bottom: 20px; font-size: 15px; line-height: 1.6; }
    /* live b37b9ab: 12px/12px/500 label, 12px 24px pad, #f2f7ff fill, 20px
       icon gap -> a 253 x 36 pill, not the shared 265 x 48 one. */
    .zmit-hero .zmit-hero-cta { margin-bottom: 0; }
    .zmit-hero .zmit-hero-cta-btn {
        font-size: 12px; line-height: 12px; font-weight: 500;
        padding: 12px 24px; gap: 20px;
        background: #f2f7ff; border: 0;
    }
    /* live's button-icon is 16x12; left at its natural svg height it becomes the
       tallest flex item and inflates the pill from 36 to 46. */
    .zmit-hero .zmit-hero-cta-btn .zmit-hero-cta-ico { line-height: 12px; }
    .zmit-hero .zmit-hero-cta-btn .zmit-hero-cta-ico svg { width: 16px; height: 12px; }
    /* The shared button floors itself at a 46px touch target; live's desktop
       pill is 36. Only overridden above 1081px, so the 46px tap target the
       accessibility audit checks on mobile is left intact. */
    .zmit-hero .zmit-hero-cta-btn { min-height: 36px; }
    .zmit-hero .zmit-hero-cta-btn:hover { background: #e2ecff; }
    /* -44px lifts the card past the breadcrumb row to the hero content top;
       -95.55px is live's own overhang into the logo strip. */
    /* Live's white hero card measured at 1440: t140 h774 w508 l887, radius 8,
       padding 20px 25px 20px 20px. It IS stretched to the row and overhangs the
       banner by 95.55px into the logo strip. (The 459x458 box at y290 is the
       .hsfc-Form INSIDE the card - do not size the card against it.) */
    .zmit .zmit-hero-right { align-self: stretch; margin: -44px 0 -95.55px; }
    .zmit-form-card {
        margin: 0; height: 100%; transform: none;
        padding: 20px 25px 20px 20px;
    }
    .zmit-form-card h3 { margin-bottom: 12px; }
    .zmit-hsform { min-height: 0; }
    .zmit-hsform .hsfc-Row { margin-bottom: 8px !important; }
    .zmit-hsform input, .zmit-hsform textarea, .zmit-hsform select,
    .zmit-hsform .hsfc-TextInput, .zmit-hsform .hsfc-TextareaInput { padding: 8px 12px !important; }
    .zmit-hsform .hsfc-TextareaInput, .zmit-hsform textarea { min-height: 56px !important; }
    .zmit-hsform .hsfc-Button, .zmit-hsform button[type="submit"] { padding: 10px !important; }
}

/* Scroll cue — live d2ae808 is a bare 30px chevron at left:50% (no translate),
   10px off the banner's bottom edge, no disc, fill rgba(255,255,255,.66),
   bobbing on `float 3s`. The shared component draws a 48px glass disc. */
.zmit-hero .zmit-hero-scroll {
    left: 50%; bottom: 18px;
    width: 30px; height: 30px; border: 0; border-radius: 0;
    background: none; -webkit-backdrop-filter: none; backdrop-filter: none;
    color: rgba(255, 255, 255, .66);
    /* The shared bob bakes translateX(-50%) into its keyframes, which pulls the
       chevron 15px left of where live puts it. Live sits flush at left:50% with
       no centring translate, so the bob is redefined without the X shift. */
    animation: zab-float 3s ease-in-out infinite;
}
@keyframes zab-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@media (prefers-reduced-motion: reduce) {
    .zmit-hero .zmit-hero-scroll { animation: none; transform: none; }
}
.zmit-hero .zmit-hero-scroll svg { width: 30px; height: 30px; }
.zmit-hero .zmit-hero-scroll:hover { background: none; color: #fff; }

/* Trust strip — live 41deb3c is 125 tall (15 top / 40 bottom around a 70px
   logo row) and its marquee window is 792 wide, flush with the gutter.
   Live's wrapper scrolls 21199px in 92s == ~115px/s; ours is a shorter track,
   so the duration is set from our own track width to keep the same speed. */
.zmit .zmit-trust-band { padding: 15px 0 40px; }
.zmit .zmit-trust { width: min(792px, 100%); max-width: 792px; margin: 0; }
.zmit .zmit-trust-chip { height: 70px; }
/* Owner request 2026-08-26: make every marquee logo read the same size.
   Live (and our clone) sized these by HEIGHT only (70px, object-fit:contain),
   so width ran 139-221px and the square Gartner mark (200x200 natural, every
   other file is 193px tall) read as a small icon. Bounding BOTH axes inside a
   fixed chip evens the optical weight. */
.zmit .zmit-trust-chip { display: flex; align-items: center; justify-content: center; height: 70px; width: 180px; }
.zmit .zmit-trust-chip img { height: auto; width: auto; max-height: 62px; max-width: 168px; object-fit: contain; }

/* ============================================================
   SHARED PAGE BUTTON — live's own body CTA (label first, then arrow).
   Used by S03, S09, S15, S18. Live element 4480afa / 192ffed.
   ============================================================ */
.zmit .zab-btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 15.38px; font-weight: 600; line-height: 16px;
    color: #fcfcfc; background: var(--zab-accent);
    border-radius: 5px; padding: 15px 30px; text-decoration: none;
    transition: background .2s ease;
}
.zmit .zab-btn:hover { background: #141414; color: #fcfcfc; }
/* Measured on every live CTA (hero 732, problems 2388, steps 5388,
   recognized 5681, stats 8429): the arrow sits AFTER the label, never before. */
.zmit .zab-btn-ico { display: inline-flex; align-items: center; order: 2; }
.zmit .zab-btn-ico svg { display: block; width: 16px; height: 10px; }
.zmit .zab-btn-ico svg path { fill: currentColor; }
/* live 843341d (problems): 369 x 36, 12px/12px/500, #0161ff on #f2f7ff,
   12px 24px pad, 8px radius — the same pill as the hero CTA. */
.zmit .zab-problems-cta .zab-btn {
    background: #f2f7ff; color: var(--zab-accent);
    font-size: 12px; line-height: 12px; font-weight: 500;
    padding: 12px 24px; border-radius: 8px; gap: 20px;
}
.zmit .zab-problems-cta .zab-btn:hover { background: #e2ecff; color: var(--zab-accent); }
/* live 4e0d0f3 (steps): 167 x 46, 13px/16px/600, #f2f7ff on #0161ff, 5px radius */
.zmit .zab-steps-cta .zab-btn {
    background: var(--zab-accent); color: #f2f7ff;
    font-size: 13px; line-height: 16px; font-weight: 600;
    padding: 15px 30px; border-radius: 5px; gap: 20px;
}
.zmit .zab-steps-cta .zab-btn:hover { background: #0a4fd0; color: #f2f7ff; }
/* live cb96327 (stats): 14.59px/14.59px/500, #0161ff on #f2f7ff, 12px 24px,
   8px radius — live does NOT invert this to a white pill. */
.zmit .zab-btn-light {
    background: #f2f7ff; color: var(--zab-accent);
    font-size: 14.59px; line-height: 14.59px; font-weight: 500;
    padding: 12px 24px; border-radius: 8px; gap: 20px;
}
.zmit .zab-btn-light:hover { background: #e2ecff; color: var(--zab-accent); }
/* Final CTA keeps the accent pill on the light gradient banner. */
.zmit .zab-btn-accent { background: var(--zab-accent); color: #fcfcfc; }

/* ============================================================
   S02 SERVICES — 12 cards, FOUR columns. Measured on live's own
   #uc_service_grid_card_elementor_39d0dc0 wrap at 1440: grid,
   318.75px x 4, gap 30px, wrap 1365 at x30, items 319x281 over 3 rows.
   Card internals (live .uc_content / .uc_post_grid_style_one_item):
     item   radius 10px
     inner  #eff0f7 fill, padding 30px
     h3     18px / 23.4px / 700 #14142b, margin-bottom 20
     li     14px / 23.1px / 400 #14142b, disc, ul padding-left 20, margin 14 0
   Live's per-card "Explore ..." button (.uc_post_grid_style_one_button) is
   display:none at EVERY width — checked at 1440 AND 375 — and the whole card is
   wrapped in an .overlayLink anchor instead. So we emit the card AS the anchor
   and draw no CTA row: same rendered card, same interlink, no invented content.
   The lead line is live's icon-box DESCRIPTION at 34.7px/43px/400 (49c4c98),
   14px above the grid (live: lead ends y931, grid starts y945).
   ============================================================ */
.zmit .zmit-services.z-section { padding: 30px 0; }
.zmit-services-head { margin-bottom: 14px; }
.zmit .zab-svc-lead { font-size: 34.7px; font-weight: 400; line-height: 43px; color: var(--zab-ink); margin: 0; }
.zmit-services-grid { grid-template-columns: repeat(4, 1fr); gap: 31px; }
/* ---- Service card: FLAT, not the accounting family's bordered card ----
   This sub-family's cards carry NO overlay link at all (0 hits on
   `overlayLink` in this page's raw HTML — all 10 cards, so anchoring the
   extractor on the link would have produced an EMPTY grid, not just a short
   one). With no link there is no hover state and no CTA row, and live styles
   the card as a plain white block instead of the bordered fill.

   Measured on live at 1440 / 768 / 375 — the card chrome is IDENTICAL at all
   three; only the grid changes (4 cols gap 31 / 2 cols gap 31 / 1 col gap 0):
     card   padding 0, no border, radius 8px, white
     inner  padding 0 10px
     title  18px / 23.4px, 700, margin 0 0 20px
     ul     margin 14px 0, indent 20px
     li     14px / 23.1px
   Card height comes out at 219 (1440) and 196 (768/375). */
.zmit-services-grid .zmit-svc-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 0;
    border-radius: 8px;
    padding: 0 10px;
    text-decoration: none;
}
.zmit-services-grid .zmit-svc-card h3 { font-size: 18px; font-weight: 700; line-height: 23.4px; color: var(--zab-ink); margin: 0 0 20px; transition: color .2s ease; }
/* The shared sheet's list is `padding: 0 18px 22px`. That 18px RIGHT padding
   narrows each bullet to 217px where live's is 237px, which pushed most bullets
   from two lines to three and made the band 173px taller than live. Live's own
   ul is `padding-left: 20px; margin: 14px 0` with a plain disc marker — use it
   and restate all four sides, never a two-value shorthand (CLAUDE.md). */
/* NO list-style and NO left padding here: the shared sheet already draws the
   bullet as `.zmit-svc-card li::before { content:"\2022"; position:absolute;
   left:2px }` over `li { padding-left:18px }`. Adding `list-style: disc` renders
   the NATIVE marker on top of that ::before - two dots per bullet. */
.zmit-services-grid .zmit-svc-card ul { margin: 14px 0; padding: 0; list-style: none; }
.zmit-services-grid .zmit-svc-card li { font-size: 14px; font-weight: 400; line-height: 23.1px; color: var(--zab-ink); margin-bottom: 0; }
.zmit-svc-card.no-image .zmit-svc-media { display: none; }

/* Services-card hover + per-card CTA row, MEASURED off live with a real pointer
   (Chrome DevTools) on `.uc_post_grid_style_one_item`. Live changes exactly two
   things on a card it marks `.hasLink`: border #eff0f7 -> #0161ff and the fill
   #eff0f7 -> #d5e0f3. No shadow, no lift, no title-colour change. The per-card
   CTA wrapper is display:none at rest and shown 34px tall on hover. A card with
   no link gets neither — hence the `.has-link` scope. Scoped to this page sheet
   on purpose: the shared sheet feeds ~50 pages whose hover is not measured. */
.zmit-services-grid .zmit-svc-card.has-link:hover,
.zmit-services-grid .zmit-svc-card.has-link:focus-within { border-color: #0161ff; background: #d5e0f3; }
.zmit-svc-cta { display: none; }
.zmit-services-grid .zmit-svc-card.has-link:hover .zmit-svc-cta,
.zmit-services-grid .zmit-svc-card.has-link:focus-within .zmit-svc-cta {
    /* margin-top:auto, NOT a fixed gap: the card is a flex column stretched to
       the tallest card in the row, so auto pins every CTA the same distance
       from the card bottom and they align across the row regardless of how
       many bullets each card has. This is live's own mechanism. */
    display: flex; align-items: center; height: 34px; margin-top: auto; padding-top: 10px;
}
/* Live emits a REAL `.uc_more_btn` anchor here, a SIBLING of the absolute
   overlay link rather than nested in it, so this stays an <a>: 14px/700/#000
   with a 14px gap to the arrow. The shared sheet already lifts every
   `.zmit-svc-card a:not(.z-explore)` to z-index 2, so it sits above the
   overlay and stays clickable. */
.zmit-svc-cta .z-svc-more {
    display: inline-flex; align-items: center; gap: 14px;
    font-size: 14px; font-weight: 700; line-height: 24px; color: #000;
    text-decoration: none;
}
.zmit-svc-cta .z-svc-more:hover,
.zmit-svc-cta .z-svc-more:focus { color: #000; text-decoration: none; }
.zmit-svc-cta .ico { display: inline-flex; align-items: center; }
.zmit-svc-cta svg { display: block; width: 14px; height: 8px; }


/* ============================================================
   S03 PROBLEMS — live d2a41b8: white band, 30px padding, 30px row gap.
   Heading 24aeb41 = 33.05px/600/1.3em centred. Two 50% icon-list columns
   (6fb7f36 / 650313e) with 22px check icons and 18px/500 items, 15px row gap.
   Answer heading f31c35f = 24px/400/1.8em centred.
   ============================================================ */
.zmit .zab-problems.z-section { background: #fff; padding: 30px 0; }
.zmit .zab-problems-head { font-size: 33.05px; font-weight: 600; line-height: 43px; color: var(--zab-ink); text-align: center; margin: 0 0 30px; }
.zab-problems-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin-bottom: 30px; }
.zab-problems-list { list-style: none; margin: 0; padding: 0; }
.zab-problems-list li { display: flex; align-items: flex-start; gap: 6px; padding-bottom: 7.5px; margin-top: 7.5px; }
.zab-problems-list li:first-child { margin-top: 0; }
.zab-problems-list li:last-child { padding-bottom: 0; }
.zab-tick { flex: 0 0 22px; margin-top: 1px; }
.zab-tick svg { display: block; width: 22px; height: 22px; fill: #046bd2; }
.zab-tick-text { font-size: 18px; font-weight: 500; line-height: 29.7px; color: var(--zab-ink); }
.zmit .zab-problems-answer { font-size: 24px; font-weight: 400; line-height: 43.2px; color: var(--zab-ink); text-align: center; margin: 0 0 30px; padding-bottom: 15px; }
.zab-problems-cta { text-align: center; }

/* ============================================================
   S04 VIDEO + COPY BAND (live 0e19d51). RE-MEASURED on THIS page at 1440 and
   the geometry is identical to the reference's, so its values are carried:

     0e19d51  flex row, gap 50, padding 20px 30px 30px, height 511 here
     2b5c78d  left column 820 at x30 | 50 gap | fce4fe2 right column 455 at x900
     c656b9c  hosted <video> 820 x 461 (poster, controls, preload=none)
     fce4fe2  right column 455 wide
     4740d79  h2 30px / 39px / 600 / #141414
     3ea3821  CTA fills the 455 column, #0161ff on #f2f7ff, 16px 30px, radius 0
     4512a67  blockquote, padding 0 20px 0 40px; quote 18px/23.4px italic
              #141414; cite 14px rgba(20,20,20,.7)
   ============================================================ */
.zmit .zab-video.z-section { padding: 20px 0 30px; }
.zab-video-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.zab-video-media { margin: 0; }
.zab-video-media video {
    display: block; width: 100%; height: auto; aspect-ratio: 820 / 461;
    object-fit: cover; background: #14142b;
}
.zab-video-copy h2 {
    font-size: 30px; font-weight: 600; line-height: 39px; color: #141414; margin: 0 0 24px;
}
.zab-video-copy .zab-btn { width: 100%; justify-content: center; margin-bottom: 40px; }
.zab-video-quote { margin: 0; padding: 0 20px 0 40px; }
.zab-video-quote p {
    font-size: 18px; font-style: italic; line-height: 23.4px; color: #141414; margin: 0 0 16px;
}
.zab-video-quote cite {
    display: block; font-size: 14px; font-style: normal; font-weight: 400; color: rgba(20, 20, 20, .7);
}
@media (min-width: 1081px) {
    /* live: 820 video | 50 gap | 455 copy inside a 1365 box */
    .zab-video-grid { grid-template-columns: 820fr 455fr; gap: 50px; align-items: start; }
}
@media (max-width: 1080px) {
    .zab-video-copy h2 { font-size: 26px; line-height: 34px; }
}
@media (max-width: 680px) {
    .zmit .zab-video.z-section { padding: 16px 0 24px; }
    .zab-video-grid { gap: 24px; }
    .zab-video-copy h2 { font-size: 22px; line-height: 30px; margin-bottom: 18px; }
    .zab-video-copy .zab-btn { margin-bottom: 28px; }
    .zab-video-quote { padding: 0 0 0 20px; border-left: 2px solid var(--zab-fill); }
    .zab-video-quote p { font-size: 16px; line-height: 24px; }
}
/* ============================================================
   S04 BOOK A FREE CONSULTATION — live 93d485c / 29825: centred heading and
   copy, then the HubSpot meetings well. Live's iframe well runs ~760px.
   ============================================================ */
.zmit .zmit-bookcal.z-section { padding: 30px 0 0; }
.zmit .zmit-bookcal h2 { font-size: 33.05px; font-weight: 400; line-height: 43px; color: var(--zab-ink); text-align: center; margin-bottom: 12px; }
.zmit .zmit-bookcal p { font-size: 16px; font-weight: 400; line-height: 1.6; color: var(--zab-ink); text-align: center; max-width: 1000px; margin: 0 auto; }
.zmit-bookcal-embed,
.zmit-bookcal-embed .meetings-iframe-container,
.zmit-bookcal-embed iframe { height: 760px; min-height: 0; }

/* ============================================================
   S05 COMPARISON HEADING — live 81d38f2 is its own container
   (padding 0 30px 15px); heading matches the S03 step (33.05px/600).
   ============================================================ */
.zmit .zab-cmp-head.z-section { background: #fff; padding: 0 0 15px; }
.zmit .zab-cmp-head h2 { font-size: 33.05px; font-weight: 600; line-height: 43px; color: var(--zab-ink); text-align: center; margin: 0; }

/* ============================================================
   S06 COMPARISON TABLE — DESKTOP ONLY (live 672e3a2 carries
   elementor-hidden-tablet_extra/tablet/mobile_extra/mobile).
   Row 60431dc: 3 columns, 15px gap, 10px radius, overflow hidden.
   Header cells (18ed247/f505325/3728033): #fff, 20px 30px, 24px/32px.
   Body cells: 16px/500 #06001c, 1px var(--zab-line) border, 100px tall,
   centred. Column 2 body = #eff0f7, column 3 body = #f9fcff.
   ============================================================ */
.zmit .zab-cmp.z-section { background: #fff; padding: 0 0 30px; }
.zab-cmp-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; }
.zab-cmp-col { display: flex; flex-direction: column; border-radius: 10px; overflow: hidden; }
.zmit .zab-cmp-col-head {
    background: #fff; padding: 20px 30px; margin: 0;
    font-size: 24px; font-weight: 600; line-height: 32px; color: var(--zab-ink);
}
.zmit .zab-cmp-cell {
    margin: 0; padding: 20px 30px; height: 100px;
    display: flex; align-items: center;
    font-size: 16px; font-weight: 500; line-height: 28px; color: #06001c;
    border: 1px solid var(--zab-line); border-top-width: 0;
}
.zab-cmp-cell a { color: var(--zab-accent); }
.zmit .zab-cmp-cell > span { display: block; width: 100%; }
/* Live rounds only the FIRST body cell of each column (radius 10px 10px 0 0)
   and it is the one that carries the top border. */
.zab-cmp-col .zab-cmp-cell:first-of-type { border-top-width: 1px; border-radius: 10px 10px 0 0; }
/* Live paints the Key Capability COLUMN with a 3-layer gradient (a 70% white
   veil over two blue gradients) and leaves its cells transparent. Copied
   verbatim from live's computed backgroundImage. */
.zab-cmp-col-0 {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)),
        linear-gradient(102.79deg, #ecf1eb -4.21%, #aec8fd 44.41%, #84c3fc 93.03%),
        linear-gradient(102.29deg, #ecf1eb 8.75%, #aec8fd 45.11%, #84c3fc 81.46%);
}
.zab-cmp-col-0 .zab-cmp-cell { background: transparent; }
.zab-cmp-col-1 .zab-cmp-cell { background: var(--zab-fill); line-height: 23px; }
.zab-cmp-col-2 .zab-cmp-cell { background: #f9fcff; }
/* Live's own per-cell overrides — not a pattern, just what Elementor stores on
   these six rows (0fcc835/f37363c children). Reproduced because they are
   visible: rows 2 and 4 of the Zazz column are the lighter #f9fcff, and rows
   2 and 4 of the "Typical" column are plain white. */
.zab-cmp-col-1 .zab-cmp-cell:nth-of-type(2),
.zab-cmp-col-1 .zab-cmp-cell:nth-of-type(4) { background: #f9fcff; }
.zab-cmp-col-2 .zab-cmp-cell:nth-of-type(2),
.zab-cmp-col-2 .zab-cmp-cell:nth-of-type(4) { background: #fff; }
/* Live keeps the hairline on EVERY row of the Zazz column (measured at 1440 on
   accounting-firms, pharmaceutical, real-estate, retail, saas, telecom, education
   and nonprofit: col-1 border-top-width is 1px on all rows; col-0 and col-2 only
   on row 1). Written row-count-independent on purpose - an nth-of-type list has
   to be re-counted for every sibling, and silently drops the hairline off the
   last rows whenever a page has more rows than the list covers. */
.zab-cmp-col-1 .zab-cmp-cell { border-top-width: 1px; }
.zab-cmp-acc { display: none; }

/* ============================================================
   S07 COMPARISON ACCORDION — MOBILE/TABLET ONLY (live c8f15e4 carries
   elementor-hidden-widescreen/desktop/laptop). Native <details>, as live.
   Rows are icon-box pairs: 20px green tick = Zazz, 22px red cross = Others.
   ============================================================ */
@media (max-width: 1080px) {
    .zab-cmp { display: none; }
    .zab-cmp-acc { display: block; }
}
.zmit .zab-cmp-acc.z-section { background: #fff; padding: 0 0 30px; }
.zab-acc-item { background: var(--zab-fill); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.zab-acc-q {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 18px 22px; cursor: pointer; list-style: none;
    font-size: 18px; font-weight: 600; line-height: 1.4; color: var(--zab-ink);
}
.zab-acc-q::-webkit-details-marker { display: none; }
.zab-acc-sign { position: relative; flex: 0 0 16px; height: 16px; }
.zab-acc-sign::before,
.zab-acc-sign::after { content: ''; position: absolute; background: var(--zab-ink); }
.zab-acc-sign::before { left: 0; top: 7px; width: 16px; height: 2px; }
.zab-acc-sign::after { left: 7px; top: 0; width: 2px; height: 16px; transition: opacity .2s ease; }
.zab-acc-item[open] .zab-acc-sign::after { opacity: 0; }
.zab-acc-a { padding: 0 22px 20px; }
.zab-acc-row { display: flex; align-items: flex-start; gap: 12px; padding-top: 14px; }
.zab-acc-ico { flex: 0 0 22px; margin-top: 2px; }
.zab-acc-ico svg { display: block; width: 22px; height: 22px; }
.zmit .zab-acc-row h3 { font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--zab-ink); margin: 0 0 6px; }
.zmit .zab-acc-row p { font-size: 14px; font-weight: 400; line-height: 1.55; color: var(--zab-body); margin: 0; }

/* ============================================================
   S08 CERTIFIED PARTNER BAND — live 8020c71: background #000,
   padding 65px 0 70px. Heading 9cd1c77 = 40px/600/56px #fff centred.
   Copy df25298 = 16px/400 #c2c2c2, max-width 800px, centred.
   Badges 267030c = 6-up grid, 16px gap, 25px above.
   DARK BAND ⇒ LIGHT COPY. Never darken anything in here.
   ============================================================ */
.zmit .zab-certified.z-section { background: #000; padding: 65px 0 70px; }
.zmit .zab-certified h2 { font-size: 40px; font-weight: 600; line-height: 56px; color: #fff; text-align: center; margin: 0; }
.zmit .zab-certified > .z-container > p { font-size: 16px; font-weight: 400; line-height: 1.7; color: #c2c2c2; text-align: center; max-width: 800px; margin: 11px auto 0; }
.zab-certified > .z-container > p a { color: #fff; font-weight: 500; text-decoration: underline; }
.zab-certified-badges { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 25px; align-items: center; }
.zab-certified-badges img { width: 100%; height: auto; display: block; }

/* ============================================================
   S09 GETTING STARTED — live 716d40b: background #f2f7ff,
   margin 30px 0, padding 35px 30px 30px, 20px row gap.
   Heading fca040b 33.05px/600/1.3em centred; lead bdea526 16px centred.
   The 3-card row (df23ff0) sits margin-top:-140px OVER the waves artwork.
   Cards: transparent, 20px padding, centred, 25px icon-to-text gap;
   icon is a white circle (view-stacked, shape-circle, 50px glyph + 27px pad);
   title 20px/700, copy 14px/500 --e-global-color-text.
   ============================================================ */
.zmit .zab-steps.z-section { background: #f2f7ff; margin: 30px 0; padding: 54px 0 48px; }
.zmit .zab-steps h2 { font-size: 33.05px; font-weight: 600; line-height: 43px; color: var(--zab-ink); text-align: center; margin: 0 0 20px; }
.zmit .zab-steps-lead { font-size: 16px; font-weight: 400; line-height: 1.7; color: var(--zab-ink); text-align: center; margin: 0 0 10px; }
.zab-steps-art { display: block; width: 100%; height: auto; }
.zab-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -140px; padding-bottom: 10px; }
.zab-step { padding: 20px; text-align: center; }
.zab-step-ico {
    display: inline-flex; align-items: center; justify-content: center;
    width: 104px; height: 104px; border-radius: 50%; background: #fff;
    margin-bottom: 25px;
}
.zab-step-ico svg { display: block; width: 50px; height: 50px; }
.zmit .zab-step h3 { font-size: 20px; font-weight: 700; line-height: 1.2em; color: var(--zab-ink); margin: 0 0 12px; }
.zmit .zab-step p { font-size: 14px; font-weight: 500; line-height: 1.5em; color: var(--zab-body); margin: 0; }
.zab-step p a { color: var(--zab-accent); }
.zab-steps-cta { text-align: center; }

/* ============================================================
   S10 RECOGNIZED — live 1faf4e0 padding 160px/150px around a #141414 box
   (7e422c7). Heading 9bf40de = 30px/300/1.4em #fff; copy 158fb73 = 16px/300
   #f2f7ff; CTA 4257c87 = #fcfcfc pill, #141414 label, 8px radius, 20px pad.
   DARK BAND ⇒ LIGHT COPY.
   ============================================================ */
.zmit .zmit-recognized.z-section { padding: 32px 0 18px; }
.zmit-recognized-band { padding: 40px; }
.zmit .zmit-recognized-copy h2 { font-size: 30px; font-weight: 300; line-height: 42px; color: #fff; }
.zmit .zmit-recognized-copy p { font-size: 16px; font-weight: 300; line-height: 1.7; color: #f2f7ff; max-width: 640px; }
.zmit-recognized-logos { gap: 36px; }
.zmit-recognized-logos img { height: 50px; width: auto; }
.zmit-recognized-cta .z-btn { background: #fcfcfc; color: #141414; border-radius: 8px; padding: 20px 28px; font-weight: 600; }
.zmit-recognized-cta .z-btn:hover { background: #b3d0ff; color: #141414; }

/* ============================================================
   S11 REASONS BUSINESSES TRUST ZAZZ — live ae25977: white section,
   padding 30px 0 20px, eyebrow ca133c9 = 34.7px/400/43px #14142b with 52px
   below. Panel c09aff4 = #262338, radius 15px, 4 columns, 10px column gap.
   Cells d0359fb..: 32px 25px padding, 1px #fff RIGHT border (last has none).
   Icons 100px. Titles (h2) 15px/700 underlined #fff.
   Descriptions (h3) 15px/600/28px #f7f7fc. All centred.
   DARK PANEL ⇒ LIGHT COPY.
   ============================================================ */
.zmit .zab-trust.z-section { background: #fff; padding: 30px 0 20px; }
.zmit .zab-trust-eyebrow { font-size: 34.7px; font-weight: 400; line-height: 43px; color: var(--zab-ink); margin: 0 0 52px; }
.zab-trust-panel {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 10px;
    background: var(--zab-dark); border-radius: 15px;
}
.zab-trust-cell {
    padding: 37px 25px; text-align: center;
    border-right: 1px solid #fff;
}
.zab-trust-cell:last-child { border-right: 0; }
.zab-trust-ico { display: block; margin: 0 auto 24px; }
.zab-trust-ico svg { display: block; width: 100px; height: 100px; margin: 0 auto; }
.zmit .zab-trust-cell h2 { font-size: 15px; font-weight: 700; line-height: 21px; color: #fff; text-decoration: underline; margin: 0 0 12px; }
.zmit .zab-trust-cell h3 { font-size: 15px; font-weight: 600; line-height: 28px; color: #f7f7fc; margin: 0; }

/* ============================================================
   S12 SUCCESS STORIES — live a86e67a padding 30px 0; heading 5715405 at the
   29px/300 Family B step. Card + brand-logo treatment carried from the
   approved Family A rule: every logo normalises to a 50px-tall, left-aligned
   box so a square mark and a wide wordmark share one baseline.
   ============================================================ */
.zmit .zmit-stories.z-section { padding: 12px 0; }
.zmit-stories h2 { font-size: 29px; font-weight: 300; line-height: 1.5em; color: var(--zab-ink); margin-bottom: 30px; }
.zmit-story { background: #f5f6fb; border-radius: 10px; overflow: hidden; }
.zmit-story-img img { height: 250px; }
.zmit-story .body .zmit-story-logos { min-height: 50px; margin: 0 0 14px; display: flex; align-items: center; }
.zmit-story .body .zmit-story-logo {
    display: block; height: 50px; width: auto; max-width: 150px;
    object-fit: contain; object-position: left center;
}
.zmit-story .body { padding: 20px; }
.zmit-story h3 { font-size: 18px; font-weight: 700; line-height: 1.35; }
.zmit-story p { font-size: 14px; line-height: 1.6; }

/* ============================================================
   S13 ARTICLES — live d730615: white, padding 30px, 30px gap.
   Heading c0a9cde = 29px/300/1.5em; "Explore All…" 55eab48 = transparent with
   a 1px accent underline and the chevron AFTER the label (row-reverse on live,
   which puts the icon on the right of an RTL-flipped wrapper).
   Cards bbff8d0: 10px radius, overflow hidden, 10px gap.
   ============================================================ */
.zmit .zmit-articles.z-section { padding: 45px 0; }
.zmit-articles-head h2 { font-size: 29px; font-weight: 300; line-height: 1.5em; color: var(--zab-ink); }
.zmit-articles-more {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 16px; font-weight: 500; color: var(--zab-accent);
    border-bottom: 1px solid var(--zab-accent); padding-bottom: 5px;
}
.zmit-articles-more:hover { color: #141414; border-color: #141414; }
.zab-chev svg { display: block; width: 14px; height: 14px; fill: currentColor; }
.zmit-articles-grid { gap: 30px; }
.zmit-article { border-radius: 10px; overflow: hidden; text-decoration: none; }
.zmit-article:hover h3 { color: var(--zab-accent); }
.zmit-article-img img { height: 270px; }
.zmit-article .body { padding: 24px 2px 32px; }
.zmit .zmit-article .date { font-size: 13px; font-weight: 500; color: var(--zab-accent); margin: 0 0 14px; }
.zmit .zmit-article h3 { font-size: 18px; font-weight: 600; line-height: 27px; color: var(--zab-ink); margin: 0; transition: color .2s ease; }

/* ============================================================
   S14 BUSINESS ADVANTAGES — live 43ab1b2: white, padding 10px 0 30px,
   50px gap. Heading 01b6716 = clamp(1.5rem,…,2.125rem)/300/1.3em (34px at
   1440). Grid ebfd715 = TWO columns, 30px gap. Cards 56864d7 = #eff0f7,
   20px padding, title 18px/700 with 20px below, copy 15px/400.
   ============================================================ */
.zmit .zab-adv.z-section { background: #fff; padding: 10px 0 30px; }
.zmit .zab-adv h2 { font-size: clamp(1.5rem, 1.311rem + 1.0081vw, 2.125rem); font-weight: 300; line-height: 1.3em; color: var(--zab-ink); margin: 0 0 50px; }
.zab-adv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.zab-adv-card { background: var(--zab-fill); border-radius: 10px; padding: 20px; }
.zmit .zab-adv-card h3 { font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--zab-ink); margin: 0 0 20px; }
.zmit .zab-adv-card p { font-size: 15px; font-weight: 400; line-height: 1.6; color: var(--zab-body); margin: 0; }

/* ============================================================
   S15 MEASURABLE RESULTS — live 9d19ee4: background #262338, margin 30px 0,
   padding 50px 0, 50px gap, two columns (copy | counters row).
   Heading 67e5b1d renders 34px/44.2px/400 #fcfcfc (the clamp is overridden on
   live by a later rule — measured, not computed), 438 wide, then a 50px drop
   to the CTA. Counter row e5bfa3e is 877 wide, VERTICALLY CENTRED in the band,
   three 263px counters 44px apart.
   Counter order, measured off live (number-wrapper y 8265, title y 8340):
   the NUMBER IS ON TOP — 57px/57px/600 in #76aaff, centred — and the label
   sits 18px BELOW it at 14px/21px/400 #fcfcfc. Our markup emits the label
   first, so the number is re-ordered here rather than in the PHP (the same
   partial feeds the responsive stack).
   DARK BAND ⇒ LIGHT COPY. Never set a dark colour on anything in here.
   ============================================================ */
.zmit-stats { background: var(--zab-dark); }
.zmit .zmit-stats.z-section { margin: 30px 0; padding: 50px 0; }
.zmit-stats-copy h3 {
    font-size: 34px;
    font-weight: 400; line-height: 44.2px; color: #fcfcfc; margin: 0 0 50px;
}
@media (min-width: 1081px) {
    .zmit-stats-layout { grid-template-columns: 438fr 877fr; gap: 50px; align-items: center; }
    /* Three counters in a row, matching live's flex row (space-between). */
    .zmit-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 44px; align-items: start; }
}
.zmit-stat { display: flex; flex-direction: column; }
.zmit-stat p { font-size: 14px; font-weight: 400; line-height: 21px; color: #fcfcfc; margin: 0; }
.zmit-stat .big {
    /* Owner request 2026-08-31: the stat NUMBER is left-aligned so it shares a
       left edge with its label. Live centres the number inside the same column
       while the label is start-aligned, so short labels look detached from
       their figure. Deliberate deviation from live, applied on request. */
    order: -1; text-align: left;
    font-size: 57px; font-weight: 600; color: #76aaff; line-height: 57px; margin: 0 0 18px;
}

/* ============================================================
   S16 TESTIMONIALS — live 65e1765 padding 30px 0, 50px gap;
   heading b3cd7c7 = clamp(…,2.125rem)/300/1.3em. Name h3, hairline, location,
   quote. Card gradient carried from the approved Family A value.
   ============================================================ */
.zmit .zmit-testi.z-section { padding: 30px 0; }
.zmit-testi h2 { font-size: clamp(1.5rem, 1.311rem + 1.0081vw, 2.125rem); font-weight: 300; line-height: 1.3em; color: var(--zab-ink); margin-bottom: 40px; }
/* ---- Testimonials: 2-up PEEK carousel, not the reference gradient card ----
   Live (element 65e1765) is an Elementor n-carousel: viewport 1365 with
   overflow hidden, slides 725 wide on a 735 stride (10px margin-right), so the
   active card sits flush left in full and the NEXT card is clipped by the right
   edge. The reference band is a single full-width gradient card swapped in
   place - a different component, so the gradient is dropped here.

   Measured on live at 1440:
     card     transparent, radius 5px, padding 80px, height 477
     name     22px / 28.6px, 600, #14142b
     org      34px / 47.6px, 600, #14142b
     quote    18px / 29.7px, 400, #14142b, margin-bottom 28.8px
   Slide width is kept as a PERCENTAGE of the track (725/1365 = 53.114%) so the
   peek survives this family s 1340 container without re-measuring. */
.zmit-testi-card {
    background: none;
    overflow: hidden;
    min-height: 477px;
    padding: 0;}
.zmit-testi-lead { font-size: 20px; line-height: 1.4; color: #1c1a33; margin-bottom: 18px; }

/* ============================================================
   S17 FAQ — live 1ad22e1: background #eff0f7, padding 30px 0, 30px gap,
   two accordion widgets split 6 / 5.
   The two-value-shorthand trap: NEVER write `padding: 25px 0` here — it zeroes
   the shared sheet's 22px horizontal padding and every question goes flush to
   the card edge. Always restate the 22px.
   ============================================================ */
.zmit-faq { background: var(--zab-fill); }
.zmit .zmit-faq.z-section { padding: 36px 0; }
.zmit-faq h2 { font-size: clamp(1.5rem, 1.311rem + 1.0081vw, 2.125rem); font-weight: 300; line-height: 1.3em; color: var(--zab-ink); margin-bottom: 30px; }
.zmit-faq-q { padding: 25px 22px; font-size: 18px; line-height: 27px; }
.zmit-faq-item { margin-bottom: 7px; }
.zmit-faq-item.open .zmit-faq-a-inner { padding: 0 22px 40px; }
/* The shared list is a CSS multi-column box, which BALANCES the columns. Live
   ships two explicit accordion widgets split 6 / 5, so its left column is the
   taller one and sets the section height. Forcing the break after item 6
   reproduces that split. Gated above the phone breakpoint: with column-count:1
   a forced break creates a SECOND column and the list overflows the viewport. */
@media (min-width: 681px) {
    .zmit-faq-item:nth-child(6) { break-after: column; }
}

/* ============================================================
   S18 FINAL CTA — live 5adf0d8 / 8864: banner 2dee0b2 carries
   linear-gradient(102.29deg,#ecf1eb 8.75%,#aec8fd 45.11%,#84c3fc 81.46%),
   inner 718d6c9 radius 5px + 50px padding; heading 33a894d 33.05px/600/1.3em;
   copy 4658da0 17.16px/400/25.2px; figure 4f2c262 is 500px wide, aligned to
   the bottom-right and lifted -10% so it breaks above the banner's top edge.
   ============================================================ */
.zmit .zmit-final.z-section { margin: 0; padding: 150px 0 79px; }
/* The gradient IS live's: post-8864.css (the JetEngine component this band ships
   inside) sets `.elementor-element-2dee0b2 { background: linear-gradient(...) }`
   with exactly these stops. It is missing from a naive computed-style read only
   because Elementor's per-page custom CSS rides in the Seraphinite bundle — do
   NOT flatten this to transparent on that evidence (CLAUDE.md, section 7). */
.zmit-final-banner {
    background: linear-gradient(102.29deg, #ecf1eb 8.75%, #aec8fd 45.11%, #84c3fc 81.46%);
    border-radius: 5px;
    padding: 50px;
    min-height: 373px;
    display: flex;
    align-items: center;
}
.zmit-final-copy { max-width: 583px; }
.zmit-final-copy h2 { font-size: 33.05px; font-weight: 600; line-height: 1.3em; color: var(--zab-ink); margin-bottom: 16px; }
.zmit-final-copy p { font-size: 17.16px; font-weight: 400; line-height: 25.2px; color: var(--zab-ink); max-width: 583px; margin: 0 0 26px; }
.zmit-final-media img { position: absolute; right: 0; bottom: 0; width: 500px; height: 476px; }

/* ============================================================
   S19 REQUEST A CONSULTATION — live 7572440 / 8978: section carries a photo
   background; heading 3946774 = 33.89px/300/43px #fcfcfc centred; the form
   card d511f3d is #fff, 8px radius, 30px padding; "Contact now" 8927c4b is
   25px/400 #6e7191.
   ============================================================ */
.zmit-contact {
    background: url('https://dahqbtk1vlskk.cloudfront.net/wp-content/uploads/2025/05/18073038/0c4197f8712a54f098181b432285586af102e42d.webp') center/cover no-repeat;
    background-color: #1f4fd6;
}
.zmit .zmit-contact.z-section { padding: 50px 0; }
.zmit-contact .zmit-contact-head { max-width: 1100px; margin: 0 auto 30px; text-align: center; }
.zmit-contact-head h2 { font-size: 33.89px; font-weight: 300; line-height: 43px; color: #fcfcfc; }
.zmit-contact-head p { font-size: 16px; line-height: 1.7; color: #e6eaf2; max-width: 1000px; margin: 0 auto; }
/* Owner request 2026-08-26: narrower card, no dead space. The 621px min-height
   was padding the card out to live's band height while the form itself is 443;
   dropped so the card hugs its content. Width 720 -> 620. */
.zmit-contact-form { border-radius: 8px; padding: 30px; max-width: 620px; }
.zmit-contact-form h3 { font-size: 25px; font-weight: 400; color: #6e7191; margin-bottom: 20px; }

/* ============================================================
   S20 PRE-FOOTER BAND — live 6648aeb, measured at 1440:
     band  #000, padding 80px 0, total height 436
     box   1400 wide at x 13 — the ONE container on this page that is the
           shared 1400px box with NO 30px gutter, so .z-container is restored
     left  170b7dd 770 wide, column gap 20:
             row  [logo 194x56 (image 194x43) | title 556 wide]  = 56 tall
             copy fa7ec24 = 200 tall
     right 4eec9af 280 wide at x 1133, column gap 20, two 280x58 buttons,
           16px/24px/500, 16px 30px pad, 5px radius, 1px solid #fff border;
           first solid white with black label, second transparent with white.
   Left and right are 350px apart, i.e. justified to the box edges.
   Title 1702e8c is 28px/28px (NOT 1.3em — that made it 73 tall, not 56).
   The 116px under the copy is live's own: its text is 3 lines (84px) and the
   remainder is four empty blocks left behind by the ChatGPT paste in the CMS
   (min-h-[46px] / mt-3 / text-center / -mt-). Reproduced as one margin so the
   band is 436 with live's 80px padding, instead of faking the height with
   127px of padding live does not have.
   DARK BAND ⇒ LIGHT COPY.
   ============================================================ */
/* Colour treatment is width-independent; the 1440 geometry is gated below. */
.zmit-insights-copy p.zmit-insights-title { font-weight: 400; border-left: 2px solid #fff; }
.zmit-insights-copy p:not(.zmit-insights-title) { font-weight: 400; color: #fff; }
.zmit-insights-btns a {
    background: #fff; color: #000; border: 1px solid #fff; border-radius: 5px;
    font-size: 16px; font-weight: 500; line-height: 24px; min-width: 0; justify-content: center;
}
.zmit-insights-btns a:last-child { background: transparent; color: #fff; }
.zmit-insights-btns a:hover { background: #b3d0ff; color: #000; border-color: #b3d0ff; }

@media (min-width: 1081px) {
    .zmit .zmit-insights.z-section { padding: 80px 0; }
    /* container inherits the shared centred box (1400 / 30px gutter) */
    .zmit-insights-grid { grid-template-columns: 770px 280px; justify-content: space-between; gap: 0; align-items: start; }
    /* live ac1f091 is a 225x50 logo cell with a 20px gap to the title (title
       starts x258 from the logo's x13) — 194x43 on the reference page. */
    .zmit-insights-copy { grid-template-columns: 225px 1fr; column-gap: 20px; row-gap: 20px; align-items: center; }
    .zmit .zmit-insights-logo { height: 50px; width: 225px; object-fit: contain; object-position: left center; }
    .zmit-insights-copy p.zmit-insights-title {
        font-size: 28px; line-height: 28px;
        padding-left: 20px; margin-left: 0; max-width: none;
    }
    .zmit-insights-copy p:not(.zmit-insights-title) {
        /* Owner request 2026-08-26: no dead space under this band. Live pads the
           paragraph by 116px to hold a 436px band; we let the section hug its
           content instead (band ~320). Deliberate deviation from live. */
        font-size: 20px; line-height: 28px; max-width: 770px; margin: 0;
    }
    .zmit-insights-btns { gap: 20px; }
    .zmit-insights-btns a { padding: 16px 30px; width: 280px; }
}

/* ============================================================
   TABLET (<=1080)
   The desktop lead-ins and overlaps are desktop compositions; stacked layouts
   just butt up, and the desktop type steps overflow a narrow column.
   ============================================================ */
@media (max-width: 1080px) {
    .zmit .zab-svc-lead { font-size: 27px; line-height: 1.25; }
    .zmit .zab-problems-head,
    .zmit .zab-cmp-head h2,
    .zmit .zab-steps h2 { font-size: 27px; line-height: 1.25; }
    .zmit .zab-certified h2 { font-size: 27px; line-height: 1.3; }
    .zmit .zab-problems-answer { font-size: 19px; line-height: 1.6; }
    .zab-tick-text { line-height: 26px; }
    .zab-problems-cols { grid-template-columns: 1fr; gap: 0; }
    .zab-tick-text { font-size: 16px; }
    .zab-certified-badges { grid-template-columns: repeat(3, 1fr); }
    .zab-steps-grid { grid-template-columns: 1fr; margin-top: 0; }
    .zmit .zab-trust-eyebrow { font-size: 24px; line-height: 1.3; margin-bottom: 28px; }
    .zab-trust-panel { grid-template-columns: 1fr; gap: 0; }
    .zab-trust-cell { border-right: 0; border-bottom: 1px solid #fff; }
    .zab-trust-cell:last-child { border-bottom: 0; }
    .zmit .zab-adv h2 { font-size: 27px; line-height: 1.25; }
    .zmit-stats-layout { grid-template-columns: 1fr; gap: 32px; }
    .zmit-stats-grid { grid-template-columns: repeat(3, 1fr); }
    .zmit-recognized-band { padding: 32px 26px; }
    .zmit .zmit-recognized.z-section { padding: 40px 0; }
    .zmit .zmit-insights.z-section { padding: 60px 0; }
    .zmit-insights-copy p.zmit-insights-title { font-size: 24px; }
    .zmit-insights-copy p:not(.zmit-insights-title) { font-size: 17px; line-height: 26px; }
    /* Stacked: no overflow trick, figure sits under the copy. */
    .zmit .zmit-final.z-section { margin: 40px 0; padding: 0; }
    .zmit-final-banner { min-height: 0; padding: 36px 32px 0; display: block; }
    .zmit-final-copy { max-width: 100%; }
    .zmit-final-media img { position: static; width: 280px; margin: 16px auto 0; }
    /* Hero is single-column below 1081, so the deep left-column pad just opens
       a gap between the CTA and the form card. */
    .zmit-hero-left { padding-bottom: 0; }
    /* Desktop card floor is a desktop composition; stacked it just adds dead space. */
    .zmit-testi-card { min-height: 0; }
}

/* Tablet-only: the shared sheet already collapses these to one column at 680px,
   and this sheet loads after it, so gating stops them re-imposing a two-up
   layout on a phone. */
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit-services-grid { grid-template-columns: repeat(2, 1fr); gap: 31px; }
    .zmit-articles-grid { grid-template-columns: repeat(2, 1fr); }
    /* live at 768 keeps the advantages cards two-up */
    .zab-adv-grid { grid-template-columns: repeat(2, 1fr); }
    /* HubSpot's meetings widget sets a taller height on its own iframe once the
       narrow layout stacks the slot picker (inline style, so it wins over the
       760px above). Let the well follow the iframe instead of clipping it. */
    .zmit-bookcal-embed,
    .zmit-bookcal-embed .meetings-iframe-container { height: auto; min-height: 660px; }
}

/* ============================================================
   PHONE (<=680)
   Re-measured rhythm for a 375 viewport; the shared sheet's structural
   stacking does the rest.
   ============================================================ */
@media (max-width: 680px) {
    .zmit .zmit-services.z-section  { padding: 20px 0; }
    /* padding neutralised: this family flat card keeps 0 10px at every width */
    .zmit-services-grid .zmit-svc-card { padding: 0 10px; }
    .zmit .zab-problems.z-section   { padding: 40px 0; }
    .zmit .zab-cmp-acc.z-section    { padding: 0 0 200px; }
    .zmit .zab-certified.z-section  { padding: 124px 0; }
    .zmit .zab-steps.z-section      { margin: 20px 0; padding: 30px 0; }
    .zmit .zmit-recognized.z-section { padding: 30px 0; }
    .zmit .zab-trust.z-section      { padding: 24px 0 100px; }
    .zmit .zmit-stories.z-section   { padding: 24px 0; }
    .zmit .zmit-articles.z-section  { padding: 88px 0; }
    .zmit .zab-adv.z-section        { padding: 24px 0; }
    .zmit .zmit-stats.z-section     { margin: 20px 0; padding: 34px 0; }
    .zmit .zmit-testi.z-section     { padding: 24px 0; }
    .zmit .zmit-faq.z-section       { padding: 40px 0; }
    .zmit .zmit-contact.z-section   { padding: 40px 0; }
    .zmit .zmit-insights.z-section  { padding: 0; }

    .zmit .zab-svc-lead { font-size: 24px; line-height: 32px; }
    .zmit .zab-problems-head,
    .zmit .zab-cmp-head h2,
    .zmit .zab-steps h2,
    .zmit .zab-certified h2,
    .zmit .zab-adv h2 { font-size: 24px; line-height: 32px; }
    .zmit .zab-problems-answer { font-size: 16px; line-height: 25px; }
    .zab-tick-text { font-size: 15px; line-height: 24px; }
    .zmit .zab-step h3 { font-size: 18px; }
    .zab-step { padding: 14px 0; }
    .zab-step-ico { width: 88px; height: 88px; margin-bottom: 18px; }
    .zab-step-ico svg { width: 42px; height: 42px; }
    .zmit-testi-lead { font-size: 18px; line-height: 26px; }
    .zmit-testi-quote { font-size: 14px; line-height: 22px; }
    .zmit .zab-trust-cell h3 { font-size: 14px; line-height: 24px; }
    .zab-trust-cell { padding: 44px 20px; }
    .zab-certified-badges { grid-template-columns: repeat(2, 1fr); }
    /* This sheet loads after the shared one, so the desktop fixed-column rules
       above have to be undone explicitly on a phone. */
    /* live stacks the flat cards flush at 375 - measured gap 0 */
    .zmit-services-grid { grid-template-columns: 1fr; gap: 0; }
    .zmit-articles-grid { grid-template-columns: 1fr; gap: 24px; }
    .zab-adv-grid { grid-template-columns: 1fr; }
    .zmit-stats-grid { grid-template-columns: 1fr; gap: 24px; }
    .zab-acc-q { padding: 14px 16px; font-size: 16px; }
    .zab-acc-a { padding: 0 16px 16px; }
    /* Full-bleed at one column, so the desktop 250px reads taller — matches live. */
    .zmit-story-img img { height: 240px; }
    .zmit-article-img img { height: 240px; }
    .zmit-faq-q { padding: 16px; font-size: 15px; line-height: 22px; }
    .zmit-faq-item.open .zmit-faq-a-inner { padding: 0 16px 24px; }
    .zmit-final-media img { width: 240px; }
    .zmit-insights-copy p.zmit-insights-title { font-size: 21px; padding-left: 14px; margin-left: 14px; }
    .zmit-insights-btns a { padding: 14px 28px; }
    .zmit-bookcal-embed,
    .zmit-bookcal-embed .meetings-iframe-container { height: auto; min-height: 600px; }
}
/* ============================================================
   1440 SECTION-HEIGHT RECONCILIATION — every value below is the delta
   between our render and live's, measured section by section at 1440 and
   traced to the element that caused it.

   Everything derived from a 1440 measurement is GATED to the desktop
   composition. Ungated, these rules load after the tablet/phone blocks above
   and silently win there — which is exactly what happened on the first pass:
   the 36.8px comparison heading came back at 375, the article and FAQ bands
   lost their phone padding, and the fixed 784px calendar well clipped the
   taller mobile HubSpot widget.
   ============================================================ */

/* --- correct at every width --- */

/* S05 — live 9289888/H2 is weight 400 and LEFT aligned, not 600 centred. */
.zmit .zab-cmp-head h2 { font-weight: 400; text-align: left; }
/* S15 — the shared sheet pins .zmit-stats-copy to 420px, narrower than live's
   438 column, which wraps the CTA label onto a second line (53 tall vs 39). */
.zmit-stats-copy { max-width: none; }
/* S17 — live e667b75 is weight 400. */
.zmit .zmit-faq h2 { font-weight: 400; }

@media (min-width: 1081px) {
    /* S02 — live caps the lead at 918 and still renders ONE line; our Poppins
       metrics are a shade wider and wrap at that width, costing a whole 43px
       line, so the cap is deliberately NOT carried. */

    /* S03 — live's icon-list block fd81f61 carries `padding: 0 0 20`, which is
       the whole of our 20px shortfall (list 401 vs 421). */
    .zab-problems-cols { padding-bottom: 20px; }

    /* S05 — live 93d485c is full-bleed: heading block 69 (a 39px h2 inside a
       padded heading widget), 10 to the copy, copy 36 on the full 1405 (one
       line, not the three our 1000px cap forced), 10 to the embed, embed 784
       = 909, and live's band measures 910. The reference's 30px top band
       padding stands in for live's taller heading widget: 30 + 39 + 10 + 26 +
       19 + 784 = 908. Measured live: section y3059 h910, heading y3059,
       copy y3138, embed y3184 h784. */
    .zmit .zmit-bookcal h2 { font-size: 30px; line-height: 39px; font-weight: 400; margin-bottom: 10px; }
    .zmit .zmit-bookcal p { max-width: none; padding: 0 10px; margin: 0 0 20px; }
    .zmit-bookcal-embed,
    .zmit-bookcal-embed .meetings-iframe-container,
    .zmit-bookcal-embed iframe { height: 784px; }

    /* S05 — 36.8px/36.8px is 37 tall; 33.05/43 was 43, the band's whole error. */
    .zmit .zab-cmp-head h2 { font-size: 36.8px; line-height: 36.8px; }

    /* S08 — live 8020c71 is full-bleed: its inner is 1425, so the six badges
       get 224px cells (227 tall) instead of 214. The copy is 26.4 line-height
       and the badge row clears it by 27 (live nets +25.6 -23 +25). */
    .zmit .zab-certified > .z-container > p { line-height: 26.4px; }
    .zab-certified-badges { margin-top: 27px; }

    /* S13 — live 25e3a9c is 24px/28.8px/600 on desktop, not 18px/27px. */
    .zmit .zmit-article h3 { font-size: 24px; line-height: 28.8px; font-weight: 600; }

    /* S13 — live d730615 pads the band 30 (not 45) and drops 29 from the head
       row to the grid. (Live's grid measures 455 to our 447 because its
       JetEngine listing keeps a loader node under the cards.) */
    .zmit .zmit-articles.z-section { padding: 30px 0; }
    .zmit-articles-head { margin-bottom: 29px; }

    /* S16 — live's inner gap is 50, not 40 (heading 8621 -> carousel 8671). */
    .zmit-testi h2 { margin-bottom: 50px; }

    /* S17 — live 1ad22e1: 30px band padding and TWO 655px columns 30 apart
       inside the 1365 box (the 25px remainder sits to the right of column
       two). A plain column-count:2 makes them 667.5 and the taller column
       then reads 19px short. */
    .zmit .zmit-faq.z-section { padding: 30px 0; }
    .zmit .zmit-faq h2 { margin-bottom: 30px; }
    .zmit-faq-list { column-gap: 30px; padding-right: 25px; }
}

/* ============================================================
   TABLET / PHONE RECONCILIATION — measured the same way as the 1440 block,
   against live at 768 and 375. Loads last so it wins over the generic
   responsive blocks further up.
   ============================================================ */
@media (max-width: 1080px) {
    /* S18 — the desktop figure is pinned 500x551; the tablet rule reset only
       the WIDTH, so the image kept a 551px box and stretched. */
    .zmit-final-media img { height: auto; }
}

@media (max-width: 1080px) and (min-width: 681px) {
    /* S09 — live df23ff0 stays THREE columns at 768 (205 wide, 20 gap) and
       keeps a -100 lift onto the waves art. Stacking them cost 382px. */
    .zmit .zab-steps.z-section { margin: 30px 0; padding: 30px 0; }
    .zmit .zab-steps h2 { font-size: 33.05px; line-height: 42.965px; margin-bottom: 20px; }
    .zmit .zab-steps-lead { font-size: 16px; line-height: 26.4px; margin-bottom: 20px; }
    .zab-steps-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: -100px; padding-bottom: 10px; }
    .zab-step { padding: 0; }

    /* S15 — live 9d19ee4 at 768: 30px band padding, 50 between the copy and
       the counter row, heading two lines (70) not three (133), counters 3-up
       212 wide with a 36 gap. */
    .zmit .zmit-stats.z-section { margin: 30px 0; padding: 30px 0; }
    .zmit-stats-layout { gap: 50px; }
    .zmit-stats-copy h3 { font-size: 26px; line-height: 35px; margin-bottom: 20px; }
    .zmit-stats-grid { gap: 36px; }

    /* S10 — the two-up band squeezes the copy into 323px at 768 and triples
       its height; live runs the band as a single column here. */
    .zmit-recognized-band { grid-template-columns: 1fr; gap: 24px; }
    .zmit .zmit-recognized-copy h2 { font-size: 24px; line-height: 32px; }
}

@media (max-width: 680px) {
    /* S09 — live at 375 keeps a -70 lift and drops the lead to 14px/23.1px. */
    .zmit .zab-steps.z-section { margin: 30px 0; padding: 20px 0 30px; }
    .zmit .zab-steps h2 { font-size: 26px; line-height: 33.8px; margin-bottom: 20px; }
    .zmit .zab-steps-lead { font-size: 14px; line-height: 23.1px; margin-bottom: 40px; }
    .zab-steps-grid { margin-top: -70px; gap: 40px; padding-bottom: 30px; }

    /* S15 — live at 375: 50px band padding, heading three lines (89), the
       three counters stacked 20 apart at 108 each. */
    .zmit .zmit-stats.z-section { margin: 30px 0; padding: 50px 0; }
    .zmit-stats-layout { gap: 50px; }
    .zmit-stats-copy h3 { font-size: 20px; line-height: 29.7px; margin-bottom: 20px; }
    .zmit-stats-grid { gap: 20px; }

    .zmit .zmit-recognized-copy h2 { font-size: 20px; line-height: 28px; }
}

@media (max-width: 1080px) and (min-width: 681px) {
    /* S03 — live fd81f61 keeps TWO 344px columns at 768 (40 gap); the heading
       is 31/40.3 and the answer 22/37.4, not 27/33.75 and 19/30.4. */
    .zab-problems-cols { grid-template-columns: 1fr 1fr; gap: 0 40px; }
    .zmit .zab-problems-head { font-size: 31px; line-height: 40.3px; }
    .zmit .zab-problems-answer { font-size: 22px; line-height: 37.4px; }

    /* S07 — live's accordion rows are 68 tall (20px pad) and the band clears
       40 at the bottom; ours were 61 and 30. */
    .zab-acc-q { padding: 22px; }
    .zmit .zab-cmp-acc.z-section { padding: 0 0 40px; }

    /* S18 — live's consultant figure is 363x400 at 768, not 280 wide. */
    .zmit-final-media img { width: 363px; height: 400px; }

    /* S20 — live 6648aeb keeps the two columns at 768: 400 and 218, justified
       to the box edges, inside 80px of band padding. */
    .zmit .zmit-insights.z-section { padding: 80px 0; }
    .zmit-insights-grid { grid-template-columns: 400px 218px; justify-content: space-between; gap: 0; align-items: start; }
    .zmit-insights-btns { gap: 20px; }
    .zmit-insights-btns a { width: 218px; padding: 16px 30px; }

    /* S11 — live's four trust cells run 13px taller each at 768. */
    .zab-trust-cell { padding: 50px 25px; }

    /* S16 — live's band is 583 around a 498 slide: 20px of band padding and a
       20px drop off the heading, not 30 and 40. */
    .zmit .zmit-testi.z-section { padding: 20px 0; }
    .zmit-testi h2 { margin-bottom: 20px; }
}

@media (max-width: 680px) {
    /* S02 — live's uc_content cards keep their 30px pad at 375 (302/279 tall). */
    .zmit-services-grid .zmit-svc-card { padding: 0 10px; }

    /* S18 — live's figure is 335x500 at 375 (it stretches it, as on desktop). */
    .zmit-final-media img { width: 100%; max-width: 335px; height: 500px; }

    /* S20 — live stacks the band at 375 inside 60px of padding: copy column
       283 (logo row 103 + copy 160), buttons 136 (two 58s, 20 apart). */
    .zmit .zmit-insights.z-section { padding: 60px 0; }
    .zmit-insights-grid { grid-template-columns: 1fr; gap: 20px; }
    .zmit-insights-btns { gap: 20px; }
    .zmit-insights-btns a { width: 100%; padding: 16px 30px; }

    /* S11 — live's cells are 21px taller each at 375. */
    .zab-trust-cell { padding: 65px 20px; }

    /* S16 — same 20/20 rhythm as 768 around live's 498 slide. */
    .zmit .zmit-testi.z-section { padding: 20px 0; }
    .zmit-testi h2 { margin-bottom: 20px; }
}

/* ------------------------------------------------------------
   FINAL BAND-HEIGHT TRIM. Live builds several of these bands out of Elementor
   widgets whose internals do not map onto our markup one-for-one (the trust
   panel is an icon-box + grid pair, the testimonial band is a Swiper, the
   accordion is e-n-accordion). Where the composition already matches, the
   remaining difference is closed on the band's own padding, each value being
   the measured delta against live at that width.
   ------------------------------------------------------------ */
@media (min-width: 1081px) {
    .zab-steps-grid { padding-bottom: 33px; }   /* S09 699 - 676 */
    .zmit .zmit-stories.z-section { padding: 23px 0; }  /* S12 670 - 648 */
    .zmit .zmit-stats.z-section { padding: 60px 0; }    /* S15 385 - 365 */
}

@media (max-width: 1080px) and (min-width: 681px) {
    .zab-trust-cell { padding: 43px 25px; }             /* S11 1316 */
    .zab-step { padding: 20px 10px; }                   /* S09 838 */
    .zmit-recognized-band { padding: 60px 26px; }       /* S10 546 */
    .zmit .zmit-articles.z-section { padding: 25px 0; } /* S13 1036 */
    .zab-acc-q { padding: 26px 22px; }                  /* S07 701 */
    .zab-problems-cols { padding-bottom: 20px; }        /* S03 1142 */
    .zmit-services-grid .zmit-svc-card { padding: 0 10px; } /* S02 1093 */
    .zmit-final-media img { height: 453px; }            /* S18 780 */
    .zmit-bookcal-embed,
    .zmit-bookcal-embed .meetings-iframe-container { min-height: 714px; } /* S04 978 */
}

@media (max-width: 680px) {
    .zab-trust-cell { padding: 55px 20px; }             /* S11 1689 */
    .zmit-services-grid .zmit-svc-card { padding: 0 10px; } /* S02 2050 */
    .zmit-recognized-band { padding: 46px 26px; }       /* S10 828 */
    .zmit .zab-steps.z-section { padding: 0 0 20px; }   /* S09 1410 */
    .zmit .zmit-stats.z-section { padding: 40px 0; }    /* S15 677 */
    .zmit .zmit-stories.z-section { padding: 8px 0; }   /* S12 1931 */
    .zmit .zab-adv h2 { margin-bottom: 24px; }          /* S14 1196 */
    .zmit .zmit-faq.z-section { padding: 67px 0; }      /* S17 1341 */
    .zmit-bookcal-embed,
    .zmit-bookcal-embed .meetings-iframe-container { min-height: 524px; } /* S04 1084 */
}

@media (max-width: 1080px) and (min-width: 681px) {
    /* S01 — live's hero headline is 40.98px/49.17px at 768, which wraps to
       FOUR lines (197). At 38/46.36 it fell to three (139) and took 58px —
       most of the hero's 128px shortfall — out of the banner. */
    .zmit-hero .zmit-hero-headline { font-size: 40.98px; line-height: 49.17px; }
    .zmit-hero-grid { padding-bottom: 68px; }   /* S01 1418 */
}

/* Last two bands. The HubSpot meetings widget sizes its own iframe, so S04's
   remaining difference is closed on the band, not on the embed. */
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit .zmit-bookcal.z-section { padding: 30px 0 27px; }  /* S04 978 */
    .zmit-hero-grid { padding-bottom: 114px; }               /* S01 1418 */
}
@media (max-width: 680px) {
    .zmit .zmit-bookcal.z-section { padding: 0; }            /* S04 1084 */
    .zmit-hero-grid { padding-bottom: 14px; }                /* S01 1925 */
}

/* ============================================================
   MOBILE OPTIMISATION (owner request 2026-08-26). One consolidated
   <=680 block appended LAST so it wins over the stacked earlier blocks.
   Measured at 375 before: doc 25017, hero 1800 (headline 30px/7 lines,
   sub 290), cmp-acc padB 200, certified pad 124, articles pad 88,
   trust padB 100, marquee chips 180x70, final figure 500px tall.
   ============================================================ */
@media (max-width: 680px) {
    /* Hero type: tighter on phones */
    .zmit-hero .zmit-hero-headline { font-size: 24px; line-height: 1.3; }
    .zmit-hero .zmit-hero-sub { font-size: 14px; line-height: 1.55; }
    .zmit-form-card h3 { font-size: 16px; line-height: 1.4; }

    /* Blunt band paddings dialled to content */
    .zmit .zab-cmp-acc.z-section   { padding: 0 0 40px; }
    .zmit .zab-certified.z-section { padding: 48px 0; }
    .zmit .zab-trust.z-section     { padding: 24px 0 40px; }
    .zmit .zmit-articles.z-section { padding: 48px 0; }
    .zmit .zmit-insights.z-section { padding: 40px 0; }

    /* Marquee chips scale down with the viewport */
    .zmit .zmit-trust-band { padding: 12px 0 24px; }
    .zmit .zmit-trust-chip { width: 140px; height: 56px; }
    .zmit .zmit-trust-chip img { max-height: 46px; max-width: 128px; }

    /* Final-CTA figure: natural ratio, phone-sized */
    .zmit-final-media img { width: 260px; height: auto; max-height: 320px; }
}

/* Mobile content reduction (owner approved 2026-08-26: "reduce or hide some
   content where necessary keeping the essence"). CSS-only hides — the markup,
   its links and SEO text stay in the DOM, so interlinking is unchanged. */
@media (max-width: 680px) {
    /* Service cards: title + first 3 bullets carry the point */
    .zmit-services-grid .zmit-svc-card li:nth-child(n+4) { display: none; }
    /* Article cards: keep title/meta/link, drop the artwork */
    .zmit-articles .zmit-article-img, .zmit-articles img { display: none; }
    /* Story cards: image + logo + title; excerpt is desktop detail */
    .zmit-stories .zmit-story .body p { display: none; }
    /* Trust panel copy: clamp to 4 lines */
    /* trust copy lives in the cell's h3 */
    .zab-trust-cell h3 {
        display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
    }
    /* Certified badges: 3-up small instead of 2-up large */
    .zab-certified-badges { grid-template-columns: repeat(3, 1fr); gap: 10px; }
}

/* Mobile round 2: the trust cells are icon-driven (110px art), not copy-driven */
@media (max-width: 680px) {
    .zmit .zab-trust-ico, .zmit .zab-trust-ico svg, .zmit .zab-trust-ico img {
        width: 64px; height: 64px;
    }
    .zmit .zab-trust-cell { padding: 20px 16px; }
    .zmit .zab-adv .zmit-svc-card, .zmit .zab-adv-card { padding: 20px 18px; }
    .zmit .zab-steps-card { padding: 20px 16px; }
}

/* Mobile polish from the screenshot pass (2026-08-26) */
@media (max-width: 680px) {
    /* Review logos: one even row of three, not a 2+1 wrap */
    .zmit .zmit-recognized-logos { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 14px; }
    .zmit .zmit-recognized-logos img { max-width: 96px; max-height: 26px; width: auto; height: auto; object-fit: contain; }
    /* Articles read as a list once artwork is hidden - give items a hairline */
    .zmit .zmit-articles-grid .zmit-article { border-bottom: 1px solid rgba(6, 0, 28, .1); padding-bottom: 18px; }
    .zmit .zmit-articles-grid .zmit-article:last-child { border-bottom: 0; padding-bottom: 0; }
}

/* ============================================================
   THIS PAGE'S FIGURE ASPECT. The reference page's consultant photo is 500x551
   (portrait); ours is 1024x975 (nearly square), so every hard-coded pixel HEIGHT
   the reference carries for .zmit-final-media img stretches it. Desktop is set
   to live's own 500x476 further up; the tablet tier is released to the natural
   ratio here (this block loads last, so it wins over the 400/453px values).
   ============================================================ */
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit-final-media img { width: 363px; height: auto; }
}

/* ============================================================
   S16 LONG-FORM COPY + FIGURE  (live 225b8b4) — NEW BAND
   ============================================================
   Present on all seven pages of this sub-family and on none of the industry
   pages, so it lives here rather than in the shared sheet: adding it to
   css/it-managed-services-zazz.css would change the shared sheet's bytes and
   force a never-used cache token across every page that references it
   (CLAUDE.md section 10) for a rule none of them use.

   Measured on live at 1440 (viewport 1425 inside the scrollbar):
     section   background #fcfcfc, padding 0 30px, content 1365 wide
     inner     flex row, gap 50px, padding 40px top / 80px bottom
     columns   657.5px each = (1365 - 50) / 2
     left col  flex column, gap 40px  (heading -> copy -> button)
     h2        34px / 44.2px, weight 400, #14142b
     p         16px / 26.4px, #14142b, separated by one line-height
     button    #0161ff, 13px / 13px, weight 500, padding 15px 30px,
               radius 8px, label then a 16px gap then the arrow
     figure    657.5 x 400, object-fit cover, radius 10px, vertically centred

   The h2 weight really is 400 here, not the 600/800 the rest of this sheet
   uses — read off getComputedStyle on live, not assumed from the neighbours. */
.zmit .zab-long { background: #fcfcfc; padding: 0; }   /* beats .zmit .z-section 64px */
.zab-long .z-container { padding-top: 40px; padding-bottom: 80px; }
.zab-long-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }

.zab-long-copy { display: flex; flex-direction: column; gap: 40px; align-items: flex-start; }
.zab-long-copy h2 {
    font-size: 34px; font-weight: 400; line-height: 44.2px;
    color: #14142b; margin: 0; letter-spacing: normal;
}
.zab-long-body p {
    font-size: 16px; font-weight: 400; line-height: 26.4px;
    color: #14142b; margin: 0 0 26.4px;
}
.zab-long-body p:last-child { margin-bottom: 0; }

.zmit .zab-long-copy .z-btn {
    background: #0161ff; color: #f2f7ff;
    font-size: 13px; font-weight: 500; line-height: 13px;
    padding: 15px 30px; border-radius: 8px; gap: 16px;
}
.zmit .zab-long-copy .z-btn:hover { background: #0148c7; color: #f2f7ff; }
/* the arrow is decoration, not label text — same treatment as the other CTAs */
.zmit .zab-long-copy .z-btn::after { content: "\2192"; font-size: 13px; line-height: 1; }

.zab-long-media { display: flex; flex-direction: column; justify-content: center; }
.zab-long-media img { width: 100%; height: 400px; object-fit: cover; border-radius: 10px; }

/* .zab-long responsive — measured on live at 768 and 375, not interpolated.
   Live's h2 here rides the theme's fluid clamp, hence the fractional sizes. */
@media (max-width: 1080px) and (min-width: 681px) {
    /* 768: single column, figure below the copy, 30px between them */
    .zab-long-grid { grid-template-columns: 1fr; gap: 30px; }
    .zab-long-copy h2 { font-size: 26.87px; line-height: 34.93px; }
    .zmit .zab-long-copy .z-btn { font-size: 16px; line-height: 16px; }
}
@media (max-width: 680px) {
    /* 375: band tightens to 30/50, copy stack gap drops to 20, CTA goes
       full-bleed and wraps to two lines exactly as live does (62px tall) */
    .zab-long .z-container { padding-top: 30px; padding-bottom: 50px; }
    .zab-long-grid { grid-template-columns: 1fr; gap: 30px; }
    .zab-long-copy { gap: 20px; align-items: stretch; }
    .zab-long-copy h2 { font-size: 22.91px; line-height: 29.78px; }
    .zab-long-body p { font-size: 14px; line-height: 23.1px; margin-bottom: 23.1px; }
    .zmit .zab-long-copy .z-btn {
        font-size: 16px; line-height: 16px;
        width: 100%; justify-content: center; text-align: center;
    }
}

/* ---- Testimonial peek track (see the .zmit-testi-card note above) ---- */
.zmit-testi-track {
    display: flex;
    gap: 10px;
    transition: transform .35s ease;
    will-change: transform;
}
/* the shared sheet hides every slide but .is-active — in a track they must ALL
   render, or there is nothing to peek at */
.zmit-testi-track .zmit-testi-slide,
.zmit-testi-track .zmit-testi-slide.is-active {
    display: block;
    flex: 0 0 53.114%;      /* live 725 / 1365 */
    padding: 80px;
    border-radius: 5px;
    background: none;
}
.zmit-testi-track .zmit-testi-role { font-size: 22px; font-weight: 600; line-height: 28.6px; color: var(--zab-ink); margin: 0 0 0; }
.zmit-testi-track .zmit-testi-lead { font-size: 34px; font-weight: 600; line-height: 47.6px; color: var(--zab-ink); margin: 0; }
.zmit-testi-track .zmit-testi-quote { font-size: 18px; font-weight: 400; line-height: 29.7px; color: var(--zab-ink); margin: 0 0 28.8px; }
/* live draws no rule between the name and the org on this band */
.zmit-testi-track .zmit-testi-rule { display: none; }

/* Live floats the two arrows OUTSIDE the viewport (38x38, prev at -25px, next
   at -25px, vertically centred on the card) rather than flanking it in flow.
   The shared sheet lays the carousel out as a flex row, which stole 96px from
   the viewport and made the peek maths wrong. */
.zmit-testi-carousel { display: block; position: relative; gap: 0; }
.zmit-testi-card { width: 100%; }
.zmit-testi-track { width: 100%; }
.zmit .zmit-testi-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 38px; height: 38px; z-index: 2;
}
.zmit .zmit-testi-nav.prev { left: -25px; }
.zmit .zmit-testi-nav.next { right: -25px; }

/* ============================================================
   S12 BUSINESS ADVANTAGES — live cfcd04b is TWO COLUMNS
   ============================================================
   The accounting reference stacks a full-width heading over a 2-up card grid.
   Live here splits the band: heading + lead copy in a 658px left column, a
   2x2 icon-box grid in a 658px right column, 50px between them.

   Measured at 1440:
     inner      2 x 658, gap 50, padding 40 top / 10 bottom
     left col   flex column, gap 20 (h2 then the lead paragraphs)
     lead       18px / 27px, paragraphs 20px apart
     right col  grid 2 x 318.75, gap 20
     card       transparent, no border, no radius, padding 20
     card h3    20px / 24px, margin-bottom 12
     card p     15px / 22.5px, rgba(20,20,20,.7) */
.zmit .zab-adv.z-section { padding: 40px 0 10px; }
.zab-adv .z-container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.zab-adv-copy { display: flex; flex-direction: column; gap: 20px; }
.zab-adv-copy h2 { font-size: 34px; font-weight: 400; line-height: 44.2px; color: var(--zab-ink); margin: 0; }
.zab-adv-lead { display: flex; flex-direction: column; gap: 20px; }
.zab-adv-lead p { font-size: 18px; font-weight: 400; line-height: 27px; color: var(--zab-ink); margin: 0; }
.zab-adv .zab-adv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.zmit .zab-adv .zab-adv-card { background: none; border: 0; border-radius: 0; padding: 20px; }
.zab-adv .zab-adv-card h3 { font-size: 20px; font-weight: 600; line-height: 24px; color: var(--zab-ink); margin: 0 0 12px; }
.zab-adv .zab-adv-card p { font-size: 15px; font-weight: 400; line-height: 22.5px; color: rgba(20, 20, 20, .7); margin: 0; }

/* S14 stats: live's inner padding is 80px top and bottom (the reference's 60
   left the band 40 short) and its lead copy runs at a 24px line-height. */
.zmit .zmit-stats.z-section { padding: 80px 0; }
.zmit-stats-copy p { line-height: 24px; }
/* icon above the title, 50x50, 20px clear of it (live's icon-box is a flex
   column with gap 20) */
.zab-adv .zab-adv-card { display: flex; flex-direction: column; }
.zab-adv-ico { display: block; width: 50px; height: 50px; margin: 0 0 20px; color: #69727d; }
.zab-adv-ico svg { width: 50px; height: 50px; display: block; }

/* ============================================================
   Responsive for the three bands this family restyles
   (services / business advantages / testimonials).
   Every value measured on live at 768 and 375 — see the desktop notes above.
   ============================================================ */
@media (max-width: 1080px) and (min-width: 681px) {
    /* ---- 768 ---- */
    /* advantages: the two columns stack; the card grid stays 2-up and the
       cards lose their padding entirely */
    .zmit .zab-adv.z-section { padding: 25px 0 50px; }
    .zab-adv .z-container { grid-template-columns: 1fr; gap: 50px; }
    .zab-adv .zab-adv-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .zmit .zab-adv .zab-adv-card { padding: 0; }
    .zab-adv-copy h2 { font-size: 26.87px; line-height: 34.934px; }

    /* testimonials: live drops the peek and shows ONE card, padded 30 */
    .zmit .zmit-testi.z-section { padding: 40px 0; }
    .zmit-testi h2 { margin-bottom: 30px; }
    .zmit-testi-card { min-height: 0; }
    .zmit-testi-track { gap: 0; }
    .zmit-testi-track .zmit-testi-slide,
    .zmit-testi-track .zmit-testi-slide.is-active { flex: 0 0 100%; padding: 30px; }
    /* the card type rides the theme fluid clamp below 1080 */
    .zmit-testi-track .zmit-testi-lead { font-size: 26.87px; line-height: 37.62px; }
}
@media (max-width: 680px) {
    /* ---- 375 ---- */
    .zmit .zab-adv.z-section { padding: 50px 0; }
    .zab-adv .z-container { grid-template-columns: 1fr; gap: 50px; }
    .zab-adv .zab-adv-grid { grid-template-columns: 1fr; gap: 30px; }
    .zmit .zab-adv .zab-adv-card { padding: 0; }
    /* the whole advantages band steps down a size at 375 */
    .zab-adv-copy h2 { font-size: 22.91px; line-height: 29.78px; }
    .zab-adv-lead p { font-size: 14px; line-height: 21px; }
    .zab-adv .zab-adv-card h3 { font-size: 16px; line-height: 19.2px; margin-bottom: 12px; }
    .zab-adv .zab-adv-card p  { font-size: 14px; line-height: 21px; }

    .zmit .zmit-testi.z-section { padding: 50px 0; }
    .zmit-testi h2 { margin-bottom: 30px; }
    .zmit-testi-card { min-height: 0; }
    .zmit-testi-track { gap: 0; }
    .zmit-testi-track .zmit-testi-slide,
    .zmit-testi-track .zmit-testi-slide.is-active { flex: 0 0 100%; padding: 20px; }
    .zmit-testi-track .zmit-testi-role  { font-size: 18px; line-height: 23.4px; }
    .zmit-testi-track .zmit-testi-lead  { font-size: 20px; line-height: 28px; }
    .zmit-testi-track .zmit-testi-quote { font-size: 14px; line-height: 23.1px; margin-bottom: 22.4px; }
}

/* ============================================================
   OWNER OVERRIDE 2026-09-01 — service cards use the HOUSE style
   ============================================================
   Live renders this page's service cards FLAT (white or transparent, no
   border, little or no padding) and the block earlier in this sheet matched
   that measurement exactly. Owner's call after reviewing the preview: every
   other services band on the site uses the bordered #eff0f7 card, and a flat
   card reads as unstyled next to them.

   So this is a DELIBERATE divergence from live, applied on request. Values are
   copied from css/managed-it-services-for-accounting-firms.css, which is live
   and approved, so the band now matches the rest of the site rather than this
   page's own live markup.

   Only the CARD is overridden — the grid's column count and gutter stay as
   measured on THIS page, because those are layout, not styling, and forcing
   4-up would reflow pages whose live grid is 3-up. */
.zmit-services-grid .zmit-svc-card {
    display: flex;
    flex-direction: column;
    background: var(--zab-fill);
    border: 1px solid #eff0f7;
    border-radius: 10px;
    padding: 30px;
    text-decoration: none;
    transition: border-color .3s ease, background-color .3s ease;
}
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit-services-grid .zmit-svc-card { padding: 22px; }
}
@media (max-width: 680px) {
    .zmit-services-grid .zmit-svc-card { padding: 26px; }
}

/* ============================================================
   OWNER FIXES 2026-09-01 (review pass on the local preview)
   ============================================================ */

/* 1. Advantages: the heading carried BOTH its own 50px bottom margin and the
      copy block's 50px, stacking to a ~100px void between the title and the
      cards. The copy container's own gap/margin is the only spacer needed. */
.zab-adv .zab-adv-copy h2 { margin-bottom: 0; }

/* 2. Testimonials: the band was rendering as bare text on the page background
      because the card was set transparent. Every other testimonials band on
      the site is a gradient panel — restore it, and use the house 56/64
      padding rather than live's 80 so the panel matches its neighbours. */
.zmit-testi-card {
    background-color: transparent;
    background-image: linear-gradient(100deg, #eef6f1 0%, #dce9fb 34%, #93b8fb 68%, #2f7bff 100%);
    border-radius: 16px;
}
.zmit-testi-track .zmit-testi-slide,
.zmit-testi-track .zmit-testi-slide.is-active { padding: 56px 64px; background: none; }
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit-testi-track .zmit-testi-slide,
    .zmit-testi-track .zmit-testi-slide.is-active { padding: 32px 24px; }
}
@media (max-width: 680px) {
    .zmit-testi-track .zmit-testi-slide,
    .zmit-testi-track .zmit-testi-slide.is-active { padding: 24px 20px; }
}

/* 3. Hero form: the card was `height: 100%`, stretching it to the hero row and
      leaving up to 101px of blank white under the privacy note when the form
      is shorter than the banner. Let it size to its content; the negative
      bottom margin still carries the intended overhang onto the logo strip. */
@media (min-width: 1081px) {
    .zmit-form-card { height: auto; align-self: start; }
}

/* The per-page services column counts above (3-up / 4-up, 10px or 30px gutter)
   were written WITHOUT a media query, so they also applied below 1080 and beat
   the family's 2-up and 1-up rules — cards went narrow, wrapped, and the band
   ran up to 515px taller than live at 768. Restate the responsive grid last so
   the desktop override stays desktop-only. */
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit-services-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 680px) {
    .zmit-services-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* SUPERSEDES the `height: auto` rule above.
   Measured on the LIVE, approved accounting page at 1440: the hero form card
   is 612px tall, stretched to the hero row (`height: 100%`), and carries a
   75px gap below the privacy note by design — that overhang onto the logo
   strip is what makes it match every other page. Sizing the card to its
   content made it noticeably SHORTER than the rest of the site, so the stretch
   is restored. */
@media (min-width: 1081px) {
    .zmit-form-card { height: 100%; align-self: stretch; }
}
/* Floor the card at the reference height. It stretches to the hero row, so a
   page with a shorter headline got a shorter card (572 and 588 against the
   approved page's 612) and read as inconsistent with the rest of the site.
   min-height raises the short ones without shrinking the tall ones (the pages
   whose hero runs to 637 keep it). */
@media (min-width: 1081px) {
    .zmit-form-card { min-height: 612px; }
}
/* The card is floored at 612px and stretches to the hero row, so any slack
   between the form's natural height and the card pooled entirely UNDER the
   privacy note — up to 101px of blank white that read as an unfinished card.
   Centring the column splits that slack top and bottom instead, so the block
   sits optically centred at every hero height. */
@media (min-width: 1081px) {
    .zmit-form-card { display: flex; flex-direction: column; justify-content: center; }
}

/* ============================================================
   S01 PRICING - the one NEW component in the hire-* family.
   Live band 1, measured at 1440/768/375 (Elementor image-box widgets
   in a dark container; region is the box title, price the description).

     1440  section pad 0 30px | inner flex col gap 50 | row nowrap gap 20
           cards ~320-330 x 277, pad 50, radius 15          band 493
     768   section pad 0 20px | row nowrap gap 20
           cards ~160-168 x ~220, pad 30px 15px             band 589
     375   see the OWNER OVERRIDE note below                band 1091 on live

   The dark fill is this band only - the rest of the page is light, so the
   copy here is inverted (#fff heading, #fcfcfc lead) while the CARDS stay
   light with dark ink.
   ============================================================ */
.zmit .zab-pricing.z-section { background: #14142b; padding: 30px 0; }
.zab-pricing-inner { display: flex; flex-direction: column; gap: 50px; }
.zab-pricing-head { display: flex; flex-direction: column; gap: 10px; }
/* h2 holds 34px/51px at EVERY breakpoint on live - do not scale it down */
.zmit .zab-pricing-head h2 {
    font-size: 34px; line-height: 51px; font-weight: 400;
    color: #fff; text-align: center; margin: 0;
}
.zmit .zab-pricing-head p {
    font-size: 16px; line-height: 22.4px; font-weight: 400;
    color: #fcfcfc; text-align: center; margin: 0;
}
.zab-pricing-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.zab-pricing-card {
    background: #eff0f7; border-radius: 15px; padding: 50px;
    display: flex; flex-direction: column;
}
/* flag icon: fixed 50x37 on live. Height is explicit so the card cannot
   grow while a CloudFront SVG is still loading (CLS). */
.zab-pricing-card img { width: 50px; height: 37px; display: block; margin: 0 0 23px; }
.zmit .zab-pricing-region {
    font-size: 18px; line-height: 29.7px; font-weight: 500;
    color: #06001c; margin: 0 0 25px;
}
.zmit .zab-pricing-amount {
    font-size: 28px; line-height: 28px; font-weight: 700;
    color: #06001c; margin: 0;
}
.zab-pricing-amount .unit { display: block; }

@media (max-width: 1080px) and (min-width: 681px) {
    .zmit .zab-pricing.z-section { padding: 30px 0; }
    .zab-pricing-cards { gap: 20px; }
    .zab-pricing-card { padding: 30px 15px; }
    .zab-pricing-card img { margin-bottom: 18px; }
    .zmit .zab-pricing-region { margin-bottom: 18px; }
}

/* OWNER OVERRIDE 2026-09-01 - clean 2x2 at mobile.
   Live wraps these four cards UNEVENLY at 375 (measured 320 / 151 / 149 /
   320 - full, half, half, full) because the individual Elementor widgets
   carry per-widget widths. Reproducing that needs per-nth-child flex-basis
   and reads as a broken grid. The owner chose house consistency, the same
   call already made for the service cards, the badge band and the
   engagement-models band. So this band is a clean 2x2 here and its 375
   height deliberately does NOT match live's 1091. Do not "fix" it back. */
@media (max-width: 680px) {
    .zab-pricing-cards { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .zab-pricing-card { padding: 30px 15px; }
    .zab-pricing-card img { margin-bottom: 18px; }
    .zmit .zab-pricing-region { margin-bottom: 18px; }
    .zmit .zab-pricing-amount { font-size: 24px; line-height: 26px; }
}

/* ============================================================================
   PAGE GEOMETRY — measured on live /hire-cloud-developers (2026-09-04).
   Everything above was inherited from the reference sheet
   (it-infrastructure-management-services.css) and is tuned to THAT page's
   copy, so every band here was re-measured against this page's own live DOM.
   Live band ids are quoted so each number can be re-checked.

   Rules that change LAYOUT are scoped to >=1081 (this family's desktop
   breakpoint). An unscoped desktop grid here silently breaks 768 and 375:
   pinning .zab-video-grid to 820px/455px stopped that band stacking at all.
   ============================================================================ */

/* --- width-independent ---------------------------------------------------- */

/* container — DELIBERATELY NOT widened. Live runs its containers
   full-viewport-minus-30px (content 1365 at x=30) rather than the shared
   1400/1340 box, and an earlier pass here set `.zmit .z-container
   { max-width: none }` to match it. That is banned by CLAUDE.md ("Never
   widen the content box, even when live is wider") and the owner ruled on
   2026-08-26 that consistency across migrated pages beats matching live's
   width on one page. Acronis is the named example of exactly this trap.

   Consequence, on purpose: this page's content box is 1340 at x=43 like every
   sibling, NOT live's 1365 at x=30. Bands whose copy wraps at a different
   point therefore run a few px TALLER than live. Do not "fix" those by
   shrinking type to recover live's height — width is the one dimension where
   the house standard wins, and the type metrics below are live's own. */

/* hero 8e8eda0 — live pins the hero at 600 and lets the form card (656)
   overhang the bottom edge. Below 1081 the stacked content exceeds 600 and
   the pin stops mattering, so it needs no breakpoint. */
.zmit .zmit-hero { min-height: 600px; }

/* card and type metrics live keeps at every width */
.zmit .zab-trust-cell { padding: 20px; }
.zmit .zmit-recognized-copy h2 { font-size: 30px; line-height: 42px; }
.zmit .zmit-recognized-logos img { height: 70px; }
/* Review-logo row — live is `column-gap: 0; row-gap: 20px` at BOTH 1440 and
   768, verified off the rendered boxes: the marks sit flush (left 113/243/424
   at 1440, 70/200/381 at 768) because each PNG carries its own internal
   padding, so nothing collides. The inherited 36px gap makes 130+181+241+72
   = 624 against a 613 track at 768 and the row wraps, adding ~106 to the
   band. An earlier fix here used 30px, which clears 613 by ONE pixel and
   would wrap again on any sibling page with a wider mark (zazz-c4 measured
   vancouver at 130+203+241 = 574, where 30px gaps overflow). Keep it 0, and
   keep `wrap` — live wraps rather than overflowing. */
.zmit .zmit-recognized-logos { column-gap: 0; row-gap: 20px; flex-wrap: wrap; }
.zmit .zab-adv-card h3 { font-size: 15px; line-height: 19.5px; margin: 0; }
.zmit .zab-adv-card p  { font-size: 15px; line-height: 28px;   margin: 0; }
.zmit .zmit-services-grid .zmit-svc-card ul { margin: 0 0 14px; }
.zmit .zmit-faq-item.open .zmit-faq-a-inner { padding: 0 20px 20px; }
.zmit .zmit-faq-a p { font-size: 16px; line-height: 25.6px; margin-bottom: 25.6px; }
.zmit .zab-problems-cta .zab-btn { font-size: 16px; line-height: 16px; padding: 13px 35px; }
.zmit .zab-pricing-amount .unit { line-height: 32px; }

/* contact form — the SAME HubSpot form (896 wide on both) renders 498 tall on
   live and 443 here: HubSpot's own field CSS differs between embed contexts
   and nothing in this repo controls it. The card reserves live's height, the
   same tactic the hero form card already uses. */
.zmit .zmit-contact-form .zmit-hsform { min-height: 498px; }

/* --- desktop only (>=1081) ------------------------------------------------ */
@media (min-width: 1081px) {

    /* pricing cb42437 — 493 = 30 + 106 head + 50 + 277 cards + 30. The lead is
       constrained to 1256 so it wraps to TWO lines, which is what makes the
       head block 106. */
    .zmit .zab-pricing-head p { max-width: 1256px; margin-left: auto; margin-right: auto; }

    /* services 743c4b6 — 1000 = 50 + 43 lead + 20 + 857 grid + 30. Live's grid
       gap is 30 in BOTH axes: rows measure 281/258/258. */
    .zmit .zmit-services.z-section { padding: 50px 0 30px; }
    .zmit .zmit-services-grid { column-gap: 30px; row-gap: 30px; }

    /* video 0e19d51 — 531 = 20 + 461 media + 50. Live's media box is 820x461
       and the copy column 455, gap 50 — not the law-firms 860x484 this markup
       was cloned with. MUST stay scoped or the band never stacks. */
    .zmit .zab-video.z-section { padding: 20px 0 50px; }
    .zmit .zab-video-grid { grid-template-columns: 820px 455px; gap: 50px; }
    .zmit .zab-video-media video { width: 820px; height: 461px; }

    /* comparison 7270657 — 572 exactly, with no padding of its own; the
       heading band above it (81d38f2, 52) carries the spacing. */
    .zmit .zab-cmp.z-section { padding: 0; }

    /* steps 716d40b — live's card row sits 10px off the CTA, not 33. */
    .zmit .zab-steps-grid { padding-bottom: 10px; }

    /* recognized 1faf4e0 — 387. Live's band is 720 copy + 250 CTA pushed
       apart, CTA vertically centred; the copy must be 720 wide or it
       under-wraps and the band comes up ~80 short. */
    .zmit .zmit-recognized.z-section { padding: 30px 0; }
    .zmit .zmit-recognized-band {
        grid-template-columns: 720px 250px;
        justify-content: space-between;
        align-items: center;
    }
    .zmit .zmit-recognized-cta .z-btn { padding: 20px; }

    /* adv ae25977 — 526 = 30 + 95 title + 400 grid (no bottom padding).
       Live stacks the title ABOVE a full-width 4-up grid; the shared sheet
       splits the container into copy-left / grid-right, which halved the
       grid's width and doubled its height. The grid runs a 10px COLUMN gap
       (four 333.75 tracks in 1365) and the icon block is 108 tall — that one
       number was 110 of the band's shortfall. The three-class selectors
       matter: `.zmit .zab-adv .zab-adv-card` is what the sheet already uses,
       so a two-class override never lands. */
    .zmit .zab-adv.z-section { padding: 30px 0 0; }
    .zmit .zab-adv .z-container { display: block; }
    .zmit .zab-adv .zab-adv-grid { grid-template-columns: repeat(4, 1fr); column-gap: 10px; row-gap: 0; }
    .zmit .zab-adv .zab-adv-card { padding: 32px 25px; display: flex; flex-direction: column; gap: 20px; }
    .zmit .zab-adv-ico { display: block; height: 108px; margin: 0; }
    .zmit .zab-adv-copy { gap: 0; padding-bottom: 52px; }

    /* trust 43ab1b2 — 465. Live's panel is 2x2 (667.5 tracks, 30 gap), not the
       four-across strip the reference sheet builds. */
    .zmit .zab-trust.z-section { padding: 20px 0 30px; }
    .zmit .zab-trust-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }

    /* stats 9d19ee4 — 296 = 50 + 196 copy + 50, the CTA filling the 438
       column at 58 tall. */
    .zmit .zmit-stats.z-section { padding: 50px 0; }
    .zmit .zmit-stats-copy .zab-btn { width: 100%; justify-content: center; padding: 13px 35px; }

    /* testi 65e1765 — 507 = 30 + 44 heading + 50 gap + 352 carousel + 30.
       The reference's 477 carousel is ITS height, not this page's. */
    .zmit .zmit-testi-card { min-height: 352px; }

    /* faq 1ad22e1 — 913 = 30 + 44 + 30 + 779 + 30. Live runs the 11 items as
       TWO columns of 655 split 6/5. Default row flow interleaves them
       (1,3,5 left / 2,4,6 right), which reorders the questions AND mis-sizes
       the band, since the open first item has to sit in column 1. */
    .zmit .zmit-faq-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 655px));
        grid-auto-flow: column;
        grid-template-rows: repeat(6, auto);
        justify-content: space-between;
        gap: 0 55px;
        align-content: start;
        padding: 0;
    }

    /* final 23267c4 — 670; live's copy card is 440 tall and the 500 figure
       576 with margin-top -136.5, overhanging the band top. */
    .zmit .zmit-final-banner { min-height: 440px; }

    /* contact 7572440 — 830; live's form card is 956 wide, not 620. */
    .zmit .zmit-contact-form { max-width: 956px; }

    /* insights a8ff3b4 — 328 = 80 + 168 + 80. Live sets the logo BESIDE the
       title (270 + 458 in a 770 box), then the lead at 20/28 with a 32 tail. */
    .zmit .zmit-insights-grid { row-gap: 20px; }
    .zmit .zmit-insights-copy { grid-template-columns: 270px minmax(0, 458px); gap: 20px; }
    .zmit .zmit-insights-logo { width: 270px; height: 60px; }
    .zmit .zmit-insights-title { font-size: 28px; line-height: 28px; }
    .zmit .zmit-insights-copy > p:last-child { font-size: 20px; line-height: 28px; margin-bottom: 32px; }
}

/* --- tablet (681-1080) ---------------------------------------------------
   Measured on live at 768 (section 753, inner 693). The inherited rules here
   belong to the reference page, so each band was re-measured. Live band
   totals at 768: hero 1115, strip 125, pricing 589, services 1576,
   problems 913, video 771, bookcal 926, cmphead 97, cmpacc 644, cmp 0,
   steps 712, recognized 415, adv 1368, stories 1302, trust 641, stats 315,
   testi 367, faq 1171, final 706, contact 855, insights 296.
   ------------------------------------------------------------------------- */
@media (max-width: 1080px) and (min-width: 681px) {

    /* pricing — live is 589 = 80 + 157 head + 50 + 222 cards + 80 with a 713
       inner box (its gutter narrows to 20 here). The gutter is NOT copied:
       per-section side padding on a .z-container is banned, so the box stays
       693 like every sibling and the four cards come out slightly narrower
       than live's 168. The amount step-down to 24/24 over a 29 unit line IS
       live's and is kept — that is type, not width. */
    .zmit .zab-pricing.z-section { padding: 80px 0; }
    .zmit .zab-pricing-cards { grid-template-columns: repeat(4, 1fr); gap: 13.67px; }
    .zmit .zab-pricing-card { padding: 30px 15px; }
    .zmit .zab-pricing-card img { width: 41px; height: 30px; margin-bottom: 24px; }
    .zmit .zab-pricing-amount { font-size: 24px; line-height: 24px; }
    .zmit .zab-pricing-amount .unit { line-height: 29px; }

    /* services — 1576 = 30 + 86 lead + 20 + 1410 grid + 30. Live stays TWO
       columns here (332-wide cards, 30 gap, five rows of 258) and keeps the
       card's 30px inner padding; the inherited `padding: 0 10px` flattens it.
       The lead steps UP to 34.7/43 and wraps to two lines. */
    .zmit .zmit-services.z-section { padding: 30px 0; }
    .zmit .zmit-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
    .zmit .zmit-services-grid .zmit-svc-card { padding: 30px; }
    .zmit .zab-svc-lead { font-size: 34.7px; line-height: 43px; }

    /* video — 771 = 30 + 390 media + 50 + 271 copy + 30, stacked. */
    .zmit .zab-video.z-section { padding: 30px 0; }
    .zmit .zab-video-grid { grid-template-columns: 1fr; gap: 50px; }

    /* comparison heading — live's h2 is 33.56/33.56 here and wraps to two
       lines, making the band 97; at the inherited 27px it stays one line. */
    .zmit .zab-cmp-head h2 { font-size: 33.56px; line-height: 33.56px; }

    /* recognized — 415 = 40 + 247 copy + 40 gap + 56 CTA + 40, stacked. */
    .zmit .zmit-recognized-band { padding: 40px; gap: 40px; }

    /* adv — 1368 = 20 + 116 title + 1201 grid + 30. Live stacks the four
       cards into ONE column here and the title runs 34.7/43. */
    .zmit .zab-adv.z-section { padding: 20px 0 30px; }
    .zmit .zab-adv .z-container { display: block; }
    .zmit .zab-adv .zab-adv-grid { grid-template-columns: 1fr; gap: 0; }
    .zmit .zab-adv-copy { gap: 0; padding-bottom: 30px; }
    .zmit .zab-adv-copy h2 { font-size: 34.7px; line-height: 43px; }

    /* trust — 641 = 20 + 35 eyebrow + 50 + 506 panel + 30, panel still 2x2. */
    .zmit .zab-trust.z-section { padding: 20px 0 30px; }
    .zmit .zab-trust-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
    .zmit .zab-trust-eyebrow { font-size: 26.87px; line-height: 34.93px; }

    /* stats — 315 = 30 + 97 head + 50 + 108 counters + 30. */
    .zmit .zmit-stats.z-section { padding: 30px 0; }

    /* faq — 1171 = 30 + 35 heading + 638 + 398 + 30, ONE column of items. */
    .zmit .zmit-faq.z-section { padding: 30px 0; }
    .zmit .zmit-faq h2 { font-size: 26.87px; line-height: 34.93px; }

    /* insights — 296 = 80 + 136 + 80, still side by side. Live pairs a 183x41
       logo with a 16/16 title, then a 14/19.6 lead with a 22.4 tail. */
    .zmit .zmit-insights-copy { grid-template-columns: 183px minmax(0, 177px); gap: 20px; }
    .zmit .zmit-insights-logo { width: 183px; height: 41px; }
    .zmit .zmit-insights-title { font-size: 16px; line-height: 16px; }
    .zmit .zmit-insights-copy > p:last-child { font-size: 14px; line-height: 19.6px; margin-bottom: 22.4px; }
}

/* --- tablet, second pass: specificity + wrapping ------------------------- */
@media (max-width: 1080px) and (min-width: 681px) {

    /* adv card — the inherited tablet rule is `.zmit .zab-adv .zab-adv-card
       { padding: 0 }` and the icon rule is equally specific, so the
       two-class overrides never landed and each card came out 174 instead of
       live's ~300. */
    .zmit .zab-adv .zab-adv-card { padding: 32px 25px; display: flex; flex-direction: column; gap: 20px; }
    .zmit .zab-adv .zab-adv-ico { display: block; height: 108px; margin: 0; }

    /* recognized — see the logo-gap rule in the width-independent block. */
    .zmit .zmit-recognized.z-section { padding: 0; }

    /* comparison heading — live pads 30 below the two-line h2 (band 97). */
    .zmit .zab-cmp-head.z-section { padding: 0 0 30px; }

    /* insights title — the inherited rule is 24/31 with a 24px indent inside
       a 153-wide column, which wraps it to 155 tall. Live is 16/16, 48 tall. */
    .zmit .zmit-insights-copy .zmit-insights-title { font-size: 16px; line-height: 16px; padding: 0; }
}

/* --- tablet, third pass: faq ---------------------------------------------
   The inherited sheet keeps the FAQ in TWO columns at tablet (332-wide
   items); live drops to ONE 693-wide column and steps the question down to
   14.59/24.08 inside a 25px box, giving 74-tall closed items. Mine were 131.
   ------------------------------------------------------------------------- */
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit .zmit-faq-list { display: block; grid-template-columns: none; }
    .zmit .zmit-faq-q { font-size: 14.59px; line-height: 24.08px; padding: 25px; }
    .zmit .zmit-faq-a p { font-size: 14.59px; line-height: 24.08px; margin-bottom: 24.08px; }
}

/* --- mobile (<=680) ------------------------------------------------------
   Measured on live at 375 (section 375, inner 335, 20px gutter). Live band
   totals: hero 1512, strip 125, pricing 836, services 2921, problems 1258,
   video 598, bookcal 952, cmphead 83, cmpacc 732, cmp 0, steps 1205,
   recognized 638, adv 1700, stories 1854, trust 1166, stats 584, testi 425,
   faq 1427, final 999, contact 1170, insights 464.

   NOTE on the pricing band: live is a clean 2x2 here (161-wide cards, two
   rows of 220). The earlier build note in scratchpad/b4/SPEC.md recorded an
   uneven 1-2-1 wrap (320/151/149/320) and called the 2x2 a deliberate
   divergence. Re-measured on live today it is 2x2, so the owner's choice
   MATCHES live and is not a divergence at all.
   ------------------------------------------------------------------------- */
@media (max-width: 680px) {

    /* recognized logos — live does NOT shrink these on mobile: it keeps them
       at full size (130/181/241 x 70) and lets the row WRAP to three centred
       rows, 250 tall. The inherited mobile rule caps them at 96x26 and packs
       them space-between on one row, which is 26 tall. `max-height` beats the
       `height: 70px` set in the width-independent block, so both caps have to
       be released here. */
    .zmit .zmit-recognized-logos { justify-content: center; }
    .zmit .zmit-recognized-logos img {
        max-width: none; max-height: none;
        width: auto; height: 70px;
    }

    /* recognized band — live is 638 = 30 + 495 copy + 40 + 43 CTA + 30 with a
       335-wide copy box, which it gets by dropping the container gutter at
       mobile. NOT copied: zeroing a .z-container's side padding is banned by
       CLAUDE.md for the same reason as widening it, and it would leave this
       band wider than every sibling section. The box stays 263 here, so the
       heading wraps to four lines instead of live's three and the band comes
       out 722 against live's 638 — TALLER, not shorter. Accepted: the extra
       wrapping is the direct cost of the house width, and shrinking the type
       to buy back 84px would trade a sanctioned width difference for an
       unsanctioned type difference.
       The CTA pill IS live's (13/13 over 15px padding, 43 tall) rather than
       the 64 the inherited rules give; that is type, not width. */
    .zmit .zmit-recognized-band { padding: 30px 20px; gap: 40px; }
    .zmit .zmit-recognized-cta .z-btn { padding: 15px; font-size: 13px; line-height: 13px; }

    /* trust strip — live's chips are 107x50, giving the 125-tall band. */
    .zmit .zmit-trust-chip { width: 107px; height: 50px; }
    .zmit .zmit-trust-chip img { max-height: 44px; max-width: 99px; }

    /* pricing — 836 = 20 + 275 head + 50 + 461 cards + 30. Two rows of
       220-tall, 161-wide cards with a ~13px gap. */
    .zmit .zab-pricing.z-section { padding: 20px 0 30px; }
    .zmit .zab-pricing-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
    .zmit .zab-pricing-card { padding: 30px 15px; }
    .zmit .zab-pricing-card img { width: 41px; height: 30px; margin-bottom: 24px; }
    .zmit .zab-pricing-amount { font-size: 24px; line-height: 24px; }
    .zmit .zab-pricing-amount .unit { line-height: 29px; }

    /* services — 2921 = 20 + 172 lead + 20 + 2689 grid + 20. One column of
       258-tall cards keeping their 30px inner padding. */
    .zmit .zmit-services.z-section { padding: 20px 0; }
    .zmit .zmit-services-grid { grid-template-columns: 1fr; gap: 12px; }
    .zmit .zmit-services-grid .zmit-svc-card { padding: 30px; }

    /* video — 598 = 20 + 188 media + 50 + 320 copy + 20. */
    .zmit .zab-video.z-section { padding: 20px 0; }
    .zmit .zab-video-grid { grid-template-columns: 1fr; gap: 50px; }

    /* adv — 1700 = 20 + 202 title + 1477 grid. One column, cards keep the
       32/25 padding, 20px stack gap and the 108-tall icon. */
    .zmit .zab-adv.z-section { padding: 20px 0 0; }
    .zmit .zab-adv .z-container { display: block; }
    .zmit .zab-adv .zab-adv-grid { grid-template-columns: 1fr; gap: 0; }
    .zmit .zab-adv .zab-adv-card { padding: 32px 25px; display: flex; flex-direction: column; gap: 20px; }
    .zmit .zab-adv .zab-adv-ico { display: block; height: 108px; margin: 0; }
    .zmit .zab-adv-copy { gap: 0; padding-bottom: 30px; }

    /* trust — 1166 = 60 eyebrow + 20 + 1057 panel + 30, one column of
       255-tall cells. */
    .zmit .zab-trust.z-section { padding: 0 0 30px; }
    .zmit .zab-trust-panel { grid-template-columns: 1fr; gap: 20px; }
    .zmit .zab-trust-cell { padding: 20px; }

    /* stats — 584 = 50 + 133 head + 50 + 301 counters + 50. */
    .zmit .zmit-stats.z-section { padding: 50px 0; }

    /* faq — 1427 = 20 + 30 heading + 830 + 488 + 20, ONE column. */
    .zmit .zmit-faq.z-section { padding: 20px 0; }
    .zmit .zmit-faq-list { display: block; grid-template-columns: none; }

    /* final — 999 = 419 copy (30px pad) + 20 + 500 media. */
    .zmit .zmit-final-banner { padding: 30px; min-height: 0; }

    /* stories — 1854 = 20 + 30 heading + 20 + 1764 grid + 20. */
    .zmit .zmit-stories.z-section { padding: 20px 0; }
    .zmit .zmit-stories-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* --- mobile, second pass: card internals measured element-by-element ------
   Live at 375 (inner 335; ours is 315 per the width rule, so text wraps
   slightly more — expected, see the container note above).
   ------------------------------------------------------------------------- */
@media (max-width: 680px) {

    /* trust strip — live's band is 125 around a 50-tall chip row. The
       inherited 12/24 padding gives 86. */
    .zmit .zmit-trust-band { padding: 37px 0 38px; }

    /* trust cells — live is 255 tall: 20 pad + 47 title (18/23.4, two lines)
       + 20 gap + 149 body (15/24.75) + 20 pad. The inherited 15/21 title and
       14/24 body give 191, and the cell has no stack gap at all. */
    .zmit .zab-trust-cell { display: flex; flex-direction: column; gap: 20px; }
    .zmit .zab-trust-cell h2 { font-size: 18px; line-height: 23.4px; margin: 0; }
    .zmit .zab-trust-cell h3 { font-size: 15px; line-height: 24.75px; margin: 0; }

    /* services lead — live runs this at 34.7/43 here (172 tall over four
       lines), not the inherited 24/32 which gives 96. */
    .zmit .zab-svc-lead { font-size: 34.7px; line-height: 43px; }

    /* final figure — live's photo is 500 tall and full-width in the band;
       the inherited rule leaves it 299 in a 255 box. */
    .zmit .zmit-final-media { width: 100%; }
    .zmit .zmit-final-media img { width: 100%; height: 500px; object-fit: cover; }

    /* stories — live's card image is 250 tall. */
    .zmit .zmit-story-img img { height: 250px; object-fit: cover; }

    /* insights — live's logo is 230x51 and the copy stack gaps at 20. */
    .zmit .zmit-insights-copy { gap: 20px; }
    .zmit .zmit-insights-logo { width: 230px; height: 51px; }

    /* video copy — live gaps the copy column at 40. */
    .zmit .zab-video-copy { display: flex; flex-direction: column; gap: 40px; }
}

/* --- mobile, third pass: two inherited CONTENT suppressions + wrapping ----
   The reference page hides copy at mobile that live shows on this page. Both
   were invisible in a height diff as "my band is short" rather than "text is
   missing", which is why they survived two passes.
   ------------------------------------------------------------------------- */
@media (max-width: 680px) {

    /* Story description — the inherited sheet sets
       `.zmit-stories .zmit-story .body p { display: none }` at mobile. Live
       renders it (its card is ~575 tall: 250 image + 50 logo + 75 title +
       the paragraph); with it hidden mine was 507 and the band 203 short.
       The text was extracted correctly all along - it just was not painted. */
    .zmit .zmit-stories .zmit-story .body p { display: block; }

    /* Trust cell body — the inherited sheet clamps this to FOUR lines with
       `-webkit-line-clamp: 4; overflow: hidden`. Live shows the whole string
       (149 tall, six lines at 15/24.75), so the clamp silently truncated
       visible copy and cost the band ~50 per cell. */
    .zmit .zab-trust-cell h3 {
        display: block;
        -webkit-line-clamp: none;
        overflow: visible;
    }

    /* Pricing amount — live's card is 161 wide (131 of content) and the
       amount sits on ONE line with the unit under it (53 tall). Ours is 151
       (121 content) per the width rule, and "$85 - $130" at 24px needs ~125,
       so it wrapped to four lines and added ~48 per card. Keep the amount on
       one line; the unit is already a block. */
    .zmit .zab-pricing-amount { white-space: nowrap; }
    .zmit .zab-pricing-amount .unit { white-space: normal; }

    /* Compare accordion — live's closed rows are 68 tall; the inherited
       14/16 padding gives 50. */
    .zmit .zab-acc-q { padding: 23px 16px; }

    /* Final band — live stacks a 419-tall copy block (its own 30/20 padding)
       over a 500-tall full-width photo. The inherited banner padding boxes
       the figure into a 255 column and caps it at 320. */
    .zmit .zmit-final-banner { padding: 0; display: block; }
    .zmit .zmit-final-copy { padding: 30px 20px; max-width: none; }
    .zmit .zmit-final-media { width: 100%; }
    /* `max-height: none` is REQUIRED, not belt-and-braces: the inherited
       mobile rule caps this at `max-height: 320px`, and max-height beats
       height regardless of selector specificity — the same trap as the
       review-logo caps above, which is why `height: 500px` alone did nothing. */
    .zmit .zmit-final-media img {
        width: 100%; max-width: none;
        height: 500px; max-height: none;
        object-fit: cover; display: block;
    }

    /* story brand logo — live's is 50 tall; ours renders 66 and the row's
       min-height:50 does not cap it. */
    .zmit .zmit-story .body .zmit-story-logo { height: 50px; max-height: 50px; width: auto; object-fit: contain; }
}

/* --- mobile, fourth pass -------------------------------------------------- */
@media (max-width: 680px) {

    /* hero — live is 1512 = 80 pad + 414 copy (breadcrumb included) + 50 gap
       + 888 form card + 80 pad. Ours splits the breadcrumb out of the copy
       column, so the 80/80 goes on the container and the grid keeps live's
       50 gap; 43 crumb + 370 copy = 413 matches live's 414. */
    .zmit .zmit-hero .z-container { padding-top: 80px; padding-bottom: 80px; }
    .zmit .zmit-hero-crumb { padding-top: 0; }
    .zmit .zmit-hero-grid { padding: 0; gap: 50px; }

    /* final — live's band has no padding of its own and gaps copy-to-figure
       by 20; the section supplies the outer 20. */
    .zmit .zmit-final.z-section { padding: 20px 0; }
    .zmit .zmit-final-media { margin-top: 20px; }

    /* testi — live is 425 = 25 + 60 heading + 30 gap + 286 carousel + 24. */
    .zmit .zmit-testi.z-section { padding: 25px 0 24px; }
}

/* --- mobile, fifth pass: pricing unit font -------------------------------- */
@media (max-width: 680px) {
    /* Live's unit span is 12px/24 — it is NOT the 24px of the amount above it
       (live: `<span style="font-size:12px">USD per hour</span>` inside a 24px
       block). Ours inherited the parent's 24px and wrapped to two lines, so
       the amount block was 82 instead of live's 53 and every card ran ~24
       over. Only the line-height was being set here before, never the size. */
    .zmit .zab-pricing-amount .unit { font-size: 12px; line-height: 24px; }
}

/* --- tablet, fourth pass: faq is a MULTI-COLUMN box ----------------------
   The FAQ list is a CSS multi-column box declared in the SHARED sheet
   (`.zmit-faq-list { column-count: 2 }`, it-managed-services-zazz.css:715),
   which only drops to 1 at the phone breakpoint. `display: block` does NOT
   cancel column-count, so the earlier tablet override did nothing and the
   items stayed 332 wide against live's full-width 693 — which is why the
   questions wrapped to 98 instead of live's 74 and the band ran 106 short.
   Live is ONE column at 768 (two stacked accordion widgets, 638 + 398).
   The forced break after item 6 must go too: with column-count 1 it would
   create a second column, exactly as the base rule's own comment warns. */
@media (max-width: 1080px) and (min-width: 681px) {
    .zmit .zmit-faq-list { column-count: 1; column-gap: normal; }
    .zmit .zmit-faq-item:nth-child(6) { break-after: auto; }
}

/* ============================================================================
   LAYOUT CORRECTIONS — four bands were rendering the REFERENCE sheet's
   treatment (inherited from it-infrastructure-management-services.css), which
   is not what this family's live pages do. Every one of them passed a
   band-height check and was only visible in a screenshot: height parity is
   not layout parity.

   Live values below were read from each live page's own inline Elementor CSS
   (curl'd HTML), not guessed.
   ============================================================================ */

/* adv icon — live renders the GLYPH at 100px:
     .elementor-element-9c6a431 .elementor-icon { font-size: 100px }
     .elementor-element-9c6a431 .elementor-icon svg { height: 100px }
     .elementor-element-9c6a431 .elementor-icon-wrapper { text-align: center }
   The sheet forced the icon BLOCK to 108px while the svg still rendered at
   50, leaving ~58px of dead space between every icon and its title. Size the
   glyph, not the box. */
.zmit .zab-adv-ico { height: auto; text-align: center; margin: 0; }
.zmit .zab-adv .zab-adv-ico { height: auto; }
.zmit .zab-adv-ico svg { width: 100px; height: 100px; }

/* trust cells — live is:
     .elementor-icon-box-wrapper { text-align: start }
     title 18px, description 15px/400, NO text-decoration, NO cell divider
   The inherited rules centred the text, underlined the title and drew a 1px
   white rule between cells (that treatment belongs to another page's
   engagement-models band). */
.zmit .zab-trust-cell { text-align: left; border-right: 0; }
.zmit .zab-trust-cell h2 { text-decoration: none; }
.zmit .zab-trust-cell h3 { font-weight: 400; }

/* testimonials — live shows ONE slide per view:
     --e-n-carousel-swiper-slides-to-display: 1
     --e-n-carousel-swiper-slides-gap: 10px
     arrows at -25px either side
   The inherited track used a ~53% slide width as a deliberate "peek", which
   put TWO slides side by side and clipped the second one's quote
   mid-sentence. That peek was a misreading of live - corrected here. */
.zmit .zmit-testi-slide { width: 100%; flex: 0 0 100%; }
.zmit .zmit-testi-track { gap: 10px; }

/* --- desktop only ------------------------------------------------------- */
@media (min-width: 1081px) {
    /* faq — hand the list back to the shared sheet's CSS multi-column box.
       An earlier override here replaced it with a grid of SIX explicit rows,
       a number taken from the reference page's 11 items. Consequences on
       sibling pages: 14- and 15-item pages overflowed into a THIRD column,
       and grid row-stretch inflated every short item to its row's height, so
       a closed question rendered as a tall empty panel beside an open one.
       Multi-column balances at any count and cannot row-stretch. The forced
       break after item 6 goes too - same hardcoded 11-item assumption, and a
       balanced two-column box does not need it. */
    .zmit .zmit-faq-list {
        display: block;
        grid-template-columns: none;
        grid-template-rows: none;
        grid-auto-flow: row;
        column-count: 2;
        column-gap: 55px;
        padding: 0;
    }
    .zmit .zmit-faq-item { break-inside: avoid; }
    .zmit .zmit-faq-item:nth-child(6) { break-after: auto; }
}

/* testimonials, corrected specificity — the winning rule is
   `.zmit-testi-track .zmit-testi-slide { flex: 0 0 53.114% }` (two classes,
   commented "live 725 / 1365"), so the one-class override above never landed.
   Live's carousel is `--e-n-carousel-swiper-slides-to-display: 1`, i.e. ONE
   slide per view — the 53% peek was a misreading of live and put two slides
   side by side with the second one's quote clipped mid-sentence. */
.zmit .zmit-testi-track .zmit-testi-slide,
.zmit .zmit-testi-track .zmit-testi-slide.is-active { flex: 0 0 100%; }

/* recognized CTA — live sets this button to 13px
   (.elementor-element-34bce85 .elementor-button { font-size: 13px }); the
   inherited 15px made the label 326px wide inside a 250px track, and because
   the shared sheet also pins `white-space: nowrap` it could not wrap, so it
   overflowed the dark panel's right edge by 76px. body{overflow-x:hidden}
   hid that from scrollWidth, which is why the page passed an hScroll check
   while the button visibly hung outside the band. Take live's font size AND
   allow wrapping, so a long label (e.g. "Request an API Talent
   Consultation") stacks inside the track instead of escaping it. */
.zmit .zmit-recognized-cta .z-btn {
    font-size: 13px;
    white-space: normal;
    text-align: center;
    max-width: 100%;
}

/* trust cell title — live is 18px
   (.elementor-icon-box-title { font-size: 18px }); the inherited rule set
   15px/21, which under-set every cell. Body copy stays 15px/400 as live has
   it. */
.zmit .zab-trust-cell h2 { font-size: 18px; line-height: 23.4px; }

/* hero scroll cue — restore the DISC. The inherited rule above deliberately
   strips it ("live d2ae808 is a bare 30px chevron ... no disc"), but that was
   measured on the reference page (it-infrastructure-management-services), not
   on this family. Owner's target: a light filled disc with a DARK chevron
   inside, which is also what the shared component's geometry is built for.
   Keeps the family's bob (no translateX, so it stays flush at left:50%). */
.zmit .zmit-hero .zmit-hero-scroll {
    width: 48px; height: 48px;
    border: 0; border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: none; backdrop-filter: none;
    color: #14142b;
    display: inline-flex; align-items: center; justify-content: center;
    bottom: 26px;
}
.zmit .zmit-hero .zmit-hero-scroll svg { width: 16px; height: 16px; display: block; }
.zmit .zmit-hero .zmit-hero-scroll:hover { background: #fff; color: #14142b; }
