/* ============================================================
   Managed IT Services in Los Angeles — page-specific layer.
   NESTED CITY page: /it-managed-services/managed-it-services-in-los-angeles
   CITY CLUSTER, SIXTEEN built bands (14 depth-1 + 2 that live nests).

   Loads AFTER css/it-managed-services-zazz.css (both requested with a
   never-used ?v token — see $zmit_css_v in the page — so Cloudflare cannot
   serve a stale variant of the shared sheet).

   --------------------------------------------------------------------------
   REFERENCE: CLONED FROM css/managed-it-services-in-dallas.css — and WHY.

   The three already-migrated nested siblings (chicago, dallas, houston) serve
   ZERO Elementor markup now, so an id-for-id diff against live is impossible;
   their RECORDED depth-1 maps were used instead. The intersection with this
   page is only the five template-constant chrome ids (820bdff hero, 65e1765
   testimonials, 1ad22e1 FAQ, 7572440 contact, a8ff3b4 insights) — expected,
   and it identifies nothing.

   So the reference was chosen on COMPONENT COVERAGE. This page needs:
       .zab-cmp-head + .zab-cmp + .zab-cmp-acc   (heading / desktop table / mobile twin)
       .zab-band                                 (explainer video + CTA + client quote)
       .zab-steps                                (3-phase roadmap on #f2f7ff)
       .zab-trust                                (dark 4-up icon panel)
       .zab-certified, .zmit-recognized, .zmit-bookcal, .zmit-articles,
       .zmit-faq, .zmit-contact, .zmit-insights
   chicago implements NONE of the first four (it ships an approach accordion and
   a pricing strip instead). dallas implements ALL of them. houston is dallas
   plus a standalone .zmit-services-lead, which this page does not need — live's
   icon-box here carries BOTH its title ("Our Services") and its description in
   the SAME container, the charlotte/dallas shape. dallas is therefore the
   closest fit and is what this sheet is cloned from. Do not redo this analysis.

   Not needed, so every rule for them was DELETED rather than left dead:
   .zab-problems / .zab-tick (no challenges checklist), .zmit-stories,
   .zmit-stats / .zmit-stat (no counters), .zmit-testi, .zmit-final
   (this page has NO final-CTA band and NO figure), .zab-adv (this page's
   "advantages" band is live's DARK icon panel, i.e. .zab-trust, not the
   light 2-up .zab-adv cards).

   NEW here: .zab-why6 — "Why Los Angeles Enterprises Choose Zazz for Managed
   IT Services", which live nests INSIDE the services container.

   --------------------------------------------------------------------------
   SECTION MAP. Live's depth-1 children of [data-elementor-type="wp-page"] are
   FOURTEEN, in this order:
       820bdff 76236d5 849b6f2 68072d3 327bfc2 f786d9f 7f0eb22 52b9165
       9cb70ed 521c9e5 0543f5a 1ad22e1 7572440 a8ff3b4
   Two of those are oversized wrappers holding a second real band, so they are
   recursed and built as SIBLING sections (a depth-1 walk alone would have
   merged them and lost the band's own spacing):
       76236d5  = services lead (ad4dae5) + 12 cards (9f153ce) + NESTED
                  254b682 > 9afe264  "Why Los Angeles Enterprises Choose Zazz"
       68072d3  = heading (ffddf31) + dark 4-up panel (11842f0) + NESTED
                  a03bc99  video + CTA + client quote
   Built order (16): hero / services / why6 / bookcal / advantages panel /
   video band / recognized / cmp head / cmp table / cmp accordion / certified /
   steps / articles / FAQ / contact / insights.

   --------------------------------------------------------------------------
   THE `Snn` LABELS AND ELEMENT IDS IN THE COMMENTS BELOW ARE THE DALLAS
   REFERENCE'S OWN, carried unchanged together with the values they explain —
   they are the provenance of each measured number, not this page's map (use
   the map above for that). Crosswalk, reference band -> this page's live id:
       S02 services      -> 9f153ce      S05 bookcal      -> 849b6f2
       S06 cmp head      -> f786d9f      S06 cmp table    -> 7f0eb22 (8 rows)
       S07 cmp accordion -> 52b9165      S09 certified    -> 9cb70ed
       S10 steps         -> 521c9e5      S11 recognized   -> 327bfc2
       S12 trust panel   -> 11842f0      S14 articles     -> 0543f5a
       S18 FAQ           -> 1ad22e1      S20 contact      -> 7572440
       S21 insights      -> a8ff3b4      S04 video band   -> a03bc99

   PER-PAGE DELTAS vs the dallas reference:
     - hero banner URL is this page's own artwork
       (Managed-IT-Services-in-Los-Angeles-Banner-Image-scaled.webp). It must
       equal the page's <link rel=preload> and nothing else paints it.
     - the comparison table has EIGHT rows (dallas has seven). Every stripe and
       hairline rule here is row-count-independent (odd/even + a blanket
       border-top on the Zazz column), so nothing needed changing — never
       replace them with an nth-of-type enumeration.
     - the trust panel's cells are padded 32px 25px on live here (dallas 37px).
     - the compliance badges are 227x230 / 228x230 on THIS page. dallas carries
       a stale 225x150 for the same files; the real values are in the markup.
     - the review logos are live's WHITE PNGs at their own 130x70 / 203x70 /
       241x70 (dallas uses 150x40 SVGs), which is why the 768 and 375 blocks
       below re-measure that row instead of inheriting dallas's caps.
     - THE CARD HOVER LIFT IS PRESENT on this page and absent on dallas — see
       the SERVICE CARDS block at the foot of this file.

   .zmit-article-cat is unused here (live's Articles cards carry no category
   term) and .zmit-article-exc is never rendered at all (owner instruction).
   ============================================================ */
/* ------------------------------------------------------------
   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/08/21153132/Managed-IT-Services-in-Los-Angeles-Banner-Image-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; }
    /* Live's card is flex + space-between (measured 1440: card 656, form 458,
       47px below the note). `display:block` pooled every pixel of the
       height:100% stretch below the note - 158px on small-businesses. */
    .zmit-form-card {
        margin: 0; height: 100%; transform: none;
        display: flex; flex-direction: column; justify-content: space-between;
        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. */

/* 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 (live 39d0dc0 measured at 1440:
   grid-template-columns 333.75px x4; gap 30px; .uc_content #eff0f7;
   .padding 30px; item radius 10px; title 18px/700/23.4px #14142b;
   text 14px/23.1px; ul list-style disc, padding-left 20px).
   Live's icon-box ships BOTH a title and a description, so this page renders
   two lines: the H2 eyebrow (bcf7ff9 = 16.31px/700/25.2px, margin-bottom 10)
   and the lead (49c4c98 = 34.7px/43px/400). Head block -> first card = 20px.
   Each card ends in a VISIBLE interlink (.uc_more_btn = 14px/700/23.1px #000,
   inline-flex, gap 14, margin-top 10) pinned to the card foot with margin-top
   auto so the button row lines up across a ragged row of cards.
   ============================================================ */
.zmit .zmit-services.z-section { padding: 30px 0; }
.zmit-services-head { margin-bottom: 20px; }
.zmit .zab-svc-eyebrow { font-size: 16.31px; font-weight: 700; line-height: 25.2px; color: var(--zab-ink); margin: 0 0 10px; }
.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: 30px; }
/* Visible card fill is mandatory — a card with no fill is invisible against the
   white section. #eff0f7 is live's own .uc_content colour. */
.zmit-services-grid .zmit-svc-card {
    background: var(--zab-fill);
    border: 0;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.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; }
/* Live draws a native disc at padding-left 20px; the shared sheet draws its own
   bullet with li::before at left:2px inside an 18px indent. Keep the SHARED
   marker (list-style stays none) — re-enabling the native one on top of the
   ::before renders every bullet twice (CLAUDE.md 7). */
.zmit-services-grid .zmit-svc-card ul { margin: 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-services-grid .zmit-svc-card li a { color: var(--zab-accent); }
/* Per-card interlink. Live paints the label #000 with no underline and hangs a
   14x8 arrow 14px to its right; the arrow inherits currentColor.
   BOTH class names are named: the markup uses .zmit-svc-more (the city-page
   name), charlotte used .zab-svc-cta. Naming only one is how a sibling page
   shipped this link with no typography at all. */
.zmit .zab-svc-cta,
.zmit .zmit-svc-more {
    margin-top: auto;
    padding-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 700;
    line-height: 23.1px;
    color: #000;
    text-decoration: none;
}
/* NO hover restyle. Live's only rule for this link is
   `.uc_more_btn:hover { background-color:#45454500; color:#000000 }` — i.e. the
   label stays #000 and nothing moves. An accent-on-hover was invented here and
   removed; hover states are measured off live, never designed (CLAUDE.md 7). */
.zmit .zab-svc-cta svg,
.zmit .zmit-svc-more svg { flex: 0 0 auto; }
.zmit-svc-card.no-image .zmit-svc-media { display: none; }

/* ============================================================
   S04 "FULLY MANAGED BY ZAZZ" BAND — live 0e19d51. THE 21st SECTION; the
   reference sheet has no equivalent, so every number here was read off live's
   rendered DOM at 1440, not carried:
     band 0e19d51   flex ROW, gap 50, padding 20px 30px 30px, transparent, 549 tall
     left 2b5c78d   820 wide — an explainer <video> rendered 820 x 461
     right fce4fe2  455 wide, padding 50px 0, flex COLUMN gap 40:
                      h2 4740d79   455 x 117  30px / 39px / 600 / #141414
                      CTA 3ea3821  455 x 46   14px/14px/500, #f2f7ff on #0161ff,
                                              padding 16px 30px, radius 0
                      quote 4512a67 padding 0 20px 0 40px; blockquote 395 x 156
                        p    18px / 23.4px / 600 / #141414
                        ::before  "“" 70px #0161ff at top -20 / left -45
                        footer margin-top 15; cite 14px/400 rgba(20,20,20,.7)
     50 + 117 + 40 + 46 + 40 + 156 + 50 = 499; + 20 + 30 padding = 549.
   ============================================================ */
.zmit .zab-band.z-section { background: #fff; margin: 0; padding: 20px 0 30px; }
.zab-band-inner { display: grid; grid-template-columns: 820fr 455fr; gap: 50px; align-items: center; }
.zab-band-media { min-width: 0; }
.zab-band-video { display: block; width: 100%; height: auto; aspect-ratio: 820 / 461; background: #000; }
.zab-band-copy { display: flex; flex-direction: column; gap: 40px; padding: 50px 0; }
.zmit .zab-band h2 { font-size: 30px; font-weight: 600; line-height: 39px; color: var(--zab-ink); margin: 0; }
/* Live's CTA fills the 455 column and left-aligns its label. */
.zmit .zab-band-btn {
    display: flex; width: 100%; justify-content: flex-start;
    font-size: 14px; line-height: 14px; font-weight: 500;
    padding: 16px 30px; border-radius: 0;
    background: var(--zab-accent); color: #f2f7ff;
}
.zmit .zab-band-btn:hover { background: #0a4fd0; color: #f2f7ff; }
.zmit .zab-band-quote { position: relative; margin: 0 20px 0 40px; padding: 0; }
.zmit .zab-band-quote::before {
    content: '\201C'; position: absolute; top: -20px; left: -45px;
    font-size: 70px; line-height: 1; color: var(--zab-accent);
}
.zmit .zab-band-quote p { font-size: 18px; font-weight: 600; line-height: 23.4px; color: var(--zab-ink); margin: 0; }
.zmit .zab-band-quote footer { margin-top: 15px; }
.zmit .zab-band-quote cite { display: block; font-style: normal; font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--zab-body); }

/* ============================================================
   THE WHY6 BAND — "Why Los Angeles Enterprises Choose Zazz for Managed IT
   Services". NEW component (.zab-why6); the dallas reference has no equivalent,
   so every number below was read off live's own CSS for this page, not carried.

   Live NESTS this band inside the services container (76236d5 > 254b682 >
   9afe264), which is why 76236d5 is 168KB and why a depth-1 walk alone merges
   the two. It is built as its OWN <section>, in live's document position
   (immediately after the 12 service cards).

     9afe264   flex COLUMN, gap 15, padding 30px          (the band)
     635c7db   flex ROW, gap 20, align stretch            (top row)
        5700275  40%  h2 e3ac9fa: max-width 600, 40px/56px/600, text-align start
                      (768: 31px/41px, 375: 26px/29px; 100% wide below 1081)
        09f5497  31%  the FIRST feature card              (49% at 768)
        d1e2d2d  31%  the photo                           (48% at 768)
     fd8bff9   GRID repeat(3,1fr) x repeat(2,1fr) holding the OTHER FIVE cards
                      (768: repeat(2,1fr); 375: 1 column)

   Every card is live's icon-box b4c880b / 72d7264 / ...:
     card        padding 20, 1px solid #ddd, radius 5
     wrapper     align-items start, text-align start, gap 15,
                 icon position INLINE-END (icon to the RIGHT of the copy);
                 on mobile live switches it to BLOCK-START (icon above)
     title       24px / 1.3em / #000, margin-block-end 40px
     description 16px / 1.5em / 400 / #5e5e5e
     icon        50x50 line art (live sizes the .elementor-icon box at 60px)

   THE PHOTO — deliberate, documented deviation. Live ships the artwork TWICE:
   as a container background-image on d1e2d2d for every breakpoint above 767,
   and as a real <img> that is hidden everywhere except the phone. We emit the
   single <img> and let it cover its cell at every width: one node instead of
   two, the alt text survives on desktop, and nothing else about the band
   changes. Do not "fix" this back into a CSS background.
   ============================================================ */
.zmit .zab-why6.z-section { background: #fff; padding: 30px 0; }
.zab-why6-top { display: grid; grid-template-columns: 40% 1fr 1fr; gap: 20px; align-items: stretch; }
.zmit .zab-why6-top h2 {
    max-width: 600px; margin: 0; text-align: left;
    font-size: 40px; font-weight: 600; line-height: 56px; color: var(--zab-ink);
}
.zab-why6-photo { overflow: hidden; }
.zab-why6-photo img { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; object-position: center center; }
.zab-why6-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 15px; }
.zab-why6-card {
    display: flex; align-items: flex-start; gap: 15px;
    padding: 20px; border: 1px solid #ddd; border-radius: 5px; background: #fff;
}
/* icon position INLINE-END: the copy comes first in the DOM, the icon paints
   to its right — so the icon does not need an order swap, only a fixed basis. */
.zab-why6-ico { flex: 0 0 50px; order: 2; }
.zab-why6-ico svg { display: block; width: 50px; height: 50px; }
.zab-why6-body { min-width: 0; }
.zmit .zab-why6-card h3 { font-size: 24px; font-weight: 600; line-height: 1.3em; color: #000; margin: 0 0 40px; }
.zmit .zab-why6-card p { font-size: 16px; font-weight: 400; line-height: 1.5em; color: #5e5e5e; margin: 0; }
.zab-why6-card p a { color: var(--zab-accent); }

@media (max-width: 1080px) {
    /* live: heading goes full width, the card and the photo share the next row */
    .zab-why6-top { grid-template-columns: 1fr 1fr; }
    .zmit .zab-why6-top h2 { grid-column: 1 / -1; max-width: none; font-size: 31px; line-height: 41px; }
    .zab-why6-grid { grid-template-columns: repeat(2, 1fr); }
    .zmit .zab-why6-card h3 { font-size: 20px; margin-bottom: 24px; }
}
@media (max-width: 680px) {
    .zab-why6-top { grid-template-columns: 1fr; }
    .zmit .zab-why6-top h2 { font-size: 26px; line-height: 29px; }
    .zab-why6-grid { grid-template-columns: 1fr; margin-top: 20px; }
    /* live's mobile-position-block-start: the icon moves ABOVE the copy */
    .zab-why6-card { flex-direction: column; }
    .zab-why6-ico { order: -1; flex: 0 0 auto; }
    .zmit .zab-why6-card h3 { font-size: 19px; margin-bottom: 16px; }
    .zab-why6-photo img { min-height: 200px; }
}
/* ============================================================
   S05 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; }

/* ============================================================
   S06 COMPARISON HEADING — live 81d38f2 is its own container
   (padding 0 30px 15px); heading matches the S03 step (33.05px/600).
   ============================================================ */
/* Live 81d38f2 measures 102px tall around a 37px heading => 65px below it. */
.zmit .zab-cmp-head.z-section { background: #fff; padding: 0 0 65px; }
.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);
}
/* OWNER DEVIATION: live's heads measure 72/104/72 here (the middle label wraps
   an extra line) so live's own body rows start at different y per column.
   Floored to live's tallest head so the three columns align. Table is
   desktop-only, hence the 1081 gate. Do not revert to match live. */
@media (min-width: 1081px) {
    .zmit .zab-cmp-col-head { min-height: 104px; box-sizing: border-box; }
}
.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; }
/* PER-PAGE DELTA (measured on THIS page, 7 rows — the vendor cluster has 6).
   Live alternates the body fills on a strict odd/even cycle rather than the
   explicit row list the 6-row sheets carry, so an nth-of-type(2)/(4) pair would
   leave rows 6 and 7 unstriped here. Reading it as odd/even reproduces live at
   any row count, which is what the remaining city pages need.
     Zazz column   odd rows -> the column's own #eff0f7, even rows -> #f9fcff
     Other column  odd rows -> #f9fcff,                 even rows -> #fff
   (nth-of-type counts <p> only: the <h3> column head is a different type, so
   "row 1" really is the first body cell.) */
.zab-cmp-col-1 .zab-cmp-cell:nth-of-type(even) { background: #f9fcff; }
.zab-cmp-col-2 .zab-cmp-cell:nth-of-type(even) { background: #fff; }
/* Live hairlines EVERY cell of the Zazz column; the other two columns keep the
   single top hairline that :first-of-type already sets above. */
.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; }

/* ============================================================
   S09 PROVEN SECURITY STANDARDS 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; }
/* Live 8020c71 lays the six badges in a gapless 6-up grid and renders each
   225x150 source at 224x227 (object-fit:fill — live stretches them). Matching
   the RENDERED aspect keeps the band at live's 510px; a natural-aspect row is
   87px shorter. Width-relative so the house 1340 container still fits six. */
.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; }

/* ============================================================
   S10 THREE-STEP PATH — 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; }

/* ============================================================
   S11 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; }
/* Live serves this band's three review marks as WHITE PNGs at their own
   130x70 / 203x70 / 241x70 (dallas uses 150x40 SVGs). Capped to 50px tall so
   the row reads as one weight; the 768 and 375 blocks re-measure the row. */
.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; }

/* ============================================================
   S12 WHY BUSINESSES CHOOSE 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.
   ============================================================ */
/* Live ae25977's inner is padded 160px 0 0 — all the air is ABOVE the eyebrow,
   none below the panel (628 = 160 + 95 eyebrow block + 372 panel). */
/* Live measures `padding: 30px 0` here with 30px above the heading; the
   reference's 160px opened ~130px of dead white space. Measured at 1440. */
.zmit .zab-trust.z-section { background: #fff; padding: 30px 0 0; }
.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 {
    /* live 11842f0's cells (b6cd9ab..) carry padding 32px 25px on THIS page;
       the dallas reference measured 37px. */
    padding: 32px 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; }

/* ============================================================
   S14 BLOGS — 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; }

/* Live's Blogs cards (785d722) carry two fields the reference's Articles cards
   do not — the taxonomy term above the date and the full post excerpt below the
   title — and its type steps differ from the reference's Articles band. All
   measured on live at 1440 (card 465 wide x 790 tall, image 435 x 250 cover):
     term  8635228  14px / 18px / 500  #0161ff
     date  2ed54b1  14px / 400         #5e5e5e
     title ccfb150  24px / 36px / 500  #000
     excerpt 5e6ef82 16px / 26px / 400 #000, NOT clamped (9 lines on card 1)
   These override the reference sheet's 13px date / 18px-27px title, which were
   measured on a different band on a different page. */
.zmit .zmit-article-cat { font-size: 14px; font-weight: 500; line-height: 18px; color: var(--zab-accent); margin: 0 0 8px; }
.zmit .zmit-article .date { font-size: 14px; font-weight: 400; color: #5e5e5e; margin: 0 0 12px; }
.zmit .zmit-article h3 { font-size: 24px; font-weight: 500; line-height: 36px; color: #000; }
.zmit .zmit-article-img img { height: 250px; }
/* Counter prefix span (e.g. a `<` before the number). Unused on this page —
   all three live counters are suffix-only — but styled so the shared markup
   stays safe to copy. */

/* ============================================================
   S18 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 and their split is per page — 6 / 5 on
   dallas, but 10 / 10 here (56ea42b holds ten items, ddc2799 the other ten),
   so the break has to move with the page. Forcing it after item 10 reproduces
   live's own 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(10) { break-after: column; }
}

/* ============================================================
   S20 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; }

/* ============================================================
   S21 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; }
    .zmit-insights-copy { grid-template-columns: 194px 1fr; column-gap: 20px; row-gap: 20px; align-items: center; }
    .zmit .zmit-insights-logo { height: 43px; width: 194px; }
    .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-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-band h2 { font-size: 24px; line-height: 1.3; }
    .zab-band-inner { grid-template-columns: 1fr; gap: 24px; }
    .zab-band-copy { padding: 0; gap: 24px; }
    .zmit .zmit-article h3 { font-size: 20px; line-height: 30px; }

    .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-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. */

    /* 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. */

}

/* 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); }
    .zmit-articles-grid { grid-template-columns: repeat(2, 1fr); }
    /* live at 768 keeps the advantages cards two-up */

    /* 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; }
    .zmit-services-grid .zmit-svc-card { padding: 22px; }

    .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-articles.z-section  { padding: 88px 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-cmp-head h2,
.zmit .zab-steps h2,
.zmit .zab-certified h2 { font-size: 24px; line-height: 32px; }

    .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 .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. */
    .zmit-services-grid { grid-template-columns: 1fr; gap: 20px; }
    .zmit-articles-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-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-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; }

/* 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). */

    /* S04 — live 93d485c is full-bleed: heading 858b4de is 30px/39px/400 with a
       10px drop, the copy sits on the full 1405 (two lines, not the three our
       1000px cap forced), 20 clears to the embed, and the embed is 784.
       30 + 39 + 10 + 53 + 20 + 784 = 936. */
    .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; }

    /* S14 — live ccfb150 (the Blogs title field) is 24px/36px/500 on desktop.
       NOT the reference page's 24/28.8/600: different band, different page. */
    .zmit .zmit-article h3 { font-size: 24px; line-height: 36px; font-weight: 500; }

    /* S14 — 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). */

    /* 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) 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. */

    /* 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; }

    /* S10 review logos at 768 — live's COLUMN GAP IS 0. This page's three marks
       are 130 + 203 + 241 = 574 and the track is 613, so they fit on one row
       with no gap. The inherited 36px gap needs 646 in a 641 box, so the third
       mark silently wraps and the band grows ~106px. Do not inherit it. */
    .zmit .zmit-recognized-logos { flex-wrap: wrap; column-gap: 0; row-gap: 20px; }
    /* …and live shows them at their FULL 70px height here, which is what makes
       574 the number to fit. The 50px cap above is the dallas reference's
       normalisation of its own 150x40 SVGs and does not apply to these. */
    .zmit .zmit-recognized-logos img { height: 70px; width: auto; }
    .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-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. */

    /* 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. */

    /* 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. */

}

@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: 30px; }

    /* S18 — live's figure is 335x500 at 375 (it stretches it, as on desktop). */

    /* 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. */

}

/* ------------------------------------------------------------
   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 */
  /* S12 670 - 648 */
    /* 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 */
        /* S03 1142 */
    .zmit-services-grid .zmit-svc-card { padding: 26px; } /* S02 1093 */
            /* 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: 26px; } /* S02 2050 */
    .zmit-recognized-band { padding: 46px 26px; }       /* S10 828 */
    .zmit .zab-steps.z-section { padding: 0 0 20px; }   /* S09 1410 */
    /* S15 677 */
   /* S12 1931 */
          /* 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 */

}

/* 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 */

    /* 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-steps-card { padding: 20px 16px; }
}

/* Mobile polish from the screenshot pass (2026-08-26) */
@media (max-width: 680px) {
    /* Review logos at 375 — live keeps them at FULL size (130x70 / 203x70 /
       241x70) across THREE rows; it does not shrink them into one strip. The
       inherited `max-width:96px; max-height:26px` squashed all three into a
       single 26px-tall row, and `max-height` beats `height`, so BOTH caps have
       to be released, not just the width. */
    .zmit .zmit-recognized-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; column-gap: 0; row-gap: 20px; }
    .zmit .zmit-recognized-logos img { max-width: none; max-height: none; width: auto; height: 70px; 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; }
}

/* ---------------------------------------------------------------------------
   SERVICE CARDS - matched to live, measured in the browser on
   /managed-it-services-charlotte at 1440 (not inferred from CSS); this page is
   the same Elementor template with the same widget ids, so the values carry.

   Live's card:  .uc_post_grid_style_one_item is TRANSPARENT with a
                 1px solid #eff0f7 border and 10px radius; the fill comes from
                 an inner .uc_content.padding (background #eff0f7, padding 30px).
                 Reproduced here as one filled box plus the same 1px border, so
                 the rendered box metrics match.

   Live's bullets are the browser's NATIVE disc marker:
                 ul  padding-left 20px, list-style disc
                 li  padding-left 0
                 ::marker  rgb(173,173,236) at 14px
   The SHARED sheet (not ours to edit) instead draws a custom ::before "•" in
   rgb(110,113,200) at 15px with li padding-left 18px - a darker, larger bullet.
   These rules override it; the page sheet loads after the shared one and the
   selectors are more specific.

   Live's "Explore ..." link sits 10px below the list (margin-top: 10px).

   HOVER - MEASURED by hovering live with a real pointer at 1440. Seraphinite
   injects these rules at runtime, so they appear in NONE of live's stylesheets
   and the CSSOM does not hold them; a synthetic mouseover event does not fire
   CSS :hover either. Both methods give a false "live has no hover" reading.
   Actual, on cards that HAVE a link:
       fill      #eff0f7 -> #d5e0f3
       CTA row   display:none (height 0) -> display:block (34px)
       border    unchanged (#eff0f7 on this template)
       NO lift, NO shadow, transition .3s
   So live HIDES the "Explore ..." CTA until hover - a resting screenshot makes
   it look as though live has no CTA at all. Cards without a link get no hover
   change. Do NOT add a lift or shadow.
   --------------------------------------------------------------------------- */
.zmit-services-grid .zmit-svc-card { border: 1px solid #eff0f7; }
.zmit-services-grid .zmit-svc-card ul { padding-left: 20px; list-style: disc; }
.zmit-services-grid .zmit-svc-card li { padding-left: 0; }
.zmit-services-grid .zmit-svc-card li::before { content: none; }
.zmit-services-grid .zmit-svc-card li::marker { color: #adadec; font-size: 14px; }
/* The CTA is hidden at rest and revealed on hover, but it KEEPS ITS SPACE.
   Live's card measures the same height at rest and hovered (338x374 on
   charlotte at 1440), so the card must not grow when the CTA appears.
   display:none removes it from flow and grew the card 383 -> 403, which made
   the whole tile shift on hover - visibility keeps the box and only paints it. */
.zmit-services-grid .zmit-svc-card .zab-svc-cta,
.zmit-services-grid .zmit-svc-card .zab-svc-more,
.zmit-services-grid .zmit-svc-card .zmit-svc-more { visibility: hidden; margin-top: auto; padding-top: 10px; }
/* Revealed on hover, and on focus-within so the CTA stays keyboard-reachable.
   Live omits the focus case; either way the destination is reachable via the
   .z-explore overlay anchor, which carries the card title as its label. */
.zmit-services-grid .zmit-svc-card:hover .zab-svc-cta,
.zmit-services-grid .zmit-svc-card:hover .zab-svc-more,
.zmit-services-grid .zmit-svc-card:hover .zmit-svc-more,
.zmit-services-grid .zmit-svc-card:focus-within .zab-svc-cta,
.zmit-services-grid .zmit-svc-card:focus-within .zab-svc-more,
.zmit-services-grid .zmit-svc-card:focus-within .zmit-svc-more { visibility: visible; }
/* THE LIFT IS REAL ON THIS PAGE — and it is GREPPABLE in live's raw HTML, so
   nobody has to hover anything to settle it. The dallas/chicago/houston sheets
   each carry a signed note saying a blue border and a translate(-10px,-10px)
   "were removed after measuring three times, transform resolves to the
   identity matrix". That note is REPLACED here, not deleted, because the
   reading behind it was wrong for a specific, repeatable reason. Live's own
   rules for this page's grid widget (id 9f153ce), verbatim from the raw:

     #uc_service_grid_card_elementor_9f153ce .hasLink:hover{
         transform:translate(-10px,-10px);
         border:1px solid #0161ff;
         transition:all .3s ease}
     #uc_service_grid_card_elementor_9f153ce .hasLink:hover .uc_content{
         background-color:#d5e0f3}
     #uc_service_grid_card_elementor_9f153ce .ue-item:hover .ue-button{
         opacity:1;transform:translateY(0px);display:inline;transition:all .3s ease}

   THE MISTAKE THE OLD NOTE MADE: the fill change targets `.uc_content`, the
   INNER node, while the transform and the border sit on the OUTER `.hasLink`
   item. A probe that samples one node for all three properties therefore sees
   "the fill moved, nothing else did" and concludes there is no lift.

   THE SECOND TRAP: our markup emits `<div class="zmit-svc-card no-image">`
   with an inner `<a class="z-explore">` and has NO `.has-link` class at all.
   A rule keyed on `.has-link` matches NOTHING here — it silently killed the
   working fill hover earlier today while a CSS-text grep still reported the
   declaration "present". So these rules key on `:has(.z-explore)`, which is
   exactly "this card is linked", and the check is a RENDER + :focus-within
   measurement, never a grep.

   Because we collapse live's outer item and inner .uc_content into ONE filled
   box, all three properties land on that one box.
   Unlinked cards get no hover at all, as on live. */
.zmit-services-grid .zmit-svc-card:has(.z-explore) {
    transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}
.zmit-services-grid .zmit-svc-card:has(.z-explore):hover,
.zmit-services-grid .zmit-svc-card:has(.z-explore):focus-within {
    transform: translate(-10px, -10px);
    border-color: #0161ff;
    background: #d5e0f3;
}
/* The lift is decoration; the fill and the CTA reveal carry the meaning. */
@media (prefers-reduced-motion: reduce) {
    .zmit-services-grid .zmit-svc-card:has(.z-explore) { transition: none; }
    .zmit-services-grid .zmit-svc-card:has(.z-explore):hover,
    .zmit-services-grid .zmit-svc-card:has(.z-explore):focus-within { transform: none; }
}

/* ------------------------------------------------------------
   S11 RECOGNITION BAND — 375 OVERFLOW FIX (measured, not guessed).

   The shared sheet pins the band's CTA with
   `.zmit-recognized-cta .z-btn { white-space: nowrap }`, so the label
   "Schedule Your Free IT Assessment" has a 334px min-content width. Below 681
   the band collapses to a single `1fr` column, and a `1fr` track is
   minmax(auto, 1fr) — it cannot shrink under that 334px floor. At 375 the
   band's content box is only 263px, so the heading, copy, review logos AND the
   button all run 45px past the black box and are visibly clipped.

   `body { overflow-x: hidden }` swallows the page-level scrollbar, which is
   exactly why scrollWidth still reports 375 and a numbers-only check passes —
   it was caught by SCREENSHOT at 375, per CLAUDE.md's mobile rule.

   Letting the label wrap drops the min-content floor and the column fits.
   Measured identically on the charlotte reference at 375, so this is a
   shared-sheet interaction inherited by every city page, not something this
   page introduced; the fix is kept page-local because the shared sheet is
   owned by another session (CLAUDE.md).
   ------------------------------------------------------------ */
@media (max-width: 680px) {
    .zmit .zmit-recognized-cta .z-btn { white-space: normal; text-align: center; }
}

/* ---------------------------------------------------------------------------
   Owner request 2026-09-01: live renders this page's services block on WHITE
   (no ancestor background behind the cards on any of the three nested city
   pages) — the shared sheet's `.zmit-services { background: #f7f7fc }` is a
   city-family rule that does not apply here and created a visible white/gray
   boundary under the heading. Page-local override; shared sheet untouched.
   --------------------------------------------------------------------------- */
.zmit .zmit-services { background: #fff; }

/* ---------------------------------------------------------------------------
   Owner request 2026-09-01: live's NESTED-city template does not reserve flow
   space for the hover CTA. The button is position:absolute (bottom 12px inside
   the card's 30px padding) and overlays the bottom padding on hover, so the
   card height is content-driven (live 256-279 at 1440 vs the 300 the in-flow
   reserve produced) and still cannot grow or shift on hover. Measured on live
   chicago, dallas AND houston with a real pointer: card height identical at
   rest and hovered, button position:absolute, bottom:12px. This replaces the
   in-flow margin-top:auto reservation that the older ROOT-level city pages
   correctly keep (their live template IS in-flow) - do not copy this block
   back to those pages.
   --------------------------------------------------------------------------- */
.zmit-services-grid .zmit-svc-card .zab-svc-cta,
.zmit-services-grid .zmit-svc-card .zab-svc-more,
.zmit-services-grid .zmit-svc-card .zmit-svc-more {
    position: absolute; left: 30px; right: 30px; bottom: 12px;
    margin-top: 0; padding-top: 0;
}
@media (max-width: 767px) {
    .zmit-services-grid .zmit-svc-card .zab-svc-cta,
    .zmit-services-grid .zmit-svc-card .zab-svc-more,
    .zmit-services-grid .zmit-svc-card .zmit-svc-more { left: 22px; right: 22px; }
}
