/* ===================================================================
   GeoBrix Inc — Mobile Refresh
   Overrides for <=768px only. Desktop layout is untouched.
   Loaded AFTER css/style.css so specificity + order wins.
   Pattern inspired by Junk Doctors NJ mobile UX.
   =================================================================== */

/* Universal (desktop + mobile): county links in areas list should not underline */
.areas-ned-list li a {
  color: inherit;
  text-decoration: none;
}
.areas-ned-list li a:hover,
.areas-ned-list li a:focus {
  text-decoration: none;
  color: #2f9e3d;
}

/* Universal (desktop + mobile): remove decorative zigzag/triangle transition above footer */
.zigzag-transition { display: none !important; }

@media (max-width: 768px) {

  /* ---- Global mobile rhythm ---- */
  body { padding-bottom: 76px; }                     /* clear sticky bar */
  .wrap { padding: 0 16px; }

  /* ---- Top strip: compress reviews ribbon ---- */
  .tb-reviews {
    font-size: 11.5px; padding: 6px 10px;
    line-height: 1.3; text-align: center;
  }
  .tb-reviews strong { display: inline; }
  .tb-reviews a { display: inline; margin-left: 4px; }

  /* ---- Dark services top bar: cleaner on mobile ---- */
  .tb-services { padding: 6px 0; }
  .tb-services .wrap { flex-direction: column; gap: 6px; }
  .tb-services-list { display: none !important; }
  .tb-phone-block { margin-left: 0; }
  .tb-phone-block .tb-num { font-size: 15px; }

  /* ---- Header: slim green bar ---- */
  .header-ned .wrap { padding: 10px 14px; }
  .header-ned .logo-wrap img { height: 34px; }
  .header-ned .btn-quote-ned {
    display: none;                                    /* CTA lives in sticky bar */
  }
  .header-ned .menu-toggle-ned {
    font-size: 26px; padding: 4px 8px;
  }
  .header-ned .nav-ned.open {
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
  }

  /* ============================================================
     HERO — clean overlay pattern
     Hide zip form; show mobile CTA overlay (added in index.html)
     ============================================================ */
  .hero-ned {
    min-height: auto !important;
    padding: 48px 0 44px !important;
  }
  .hero-ned .wrap { flex-direction: column; }
  .hero-ned .hero-content { text-align: left; max-width: 100%; }
  .hero-ned .welcome {
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #a9e2b0 !important;
    font-family: Arial, sans-serif !important;
    font-weight: 800;
    margin-bottom: 12px;
  }
  .hero-ned h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em;
    margin-bottom: 14px !important;
  }
  .hero-ned .zip-box { display: none !important; }   /* kill zip input */
  .hero-ned .hero-image { display: none !important; }

  /* Mobile hero CTAs (rendered via injected block) */
  .m-hero-sub {
    color: #e6e8e5;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 22px;
    max-width: 34em;
  }
  .m-hero-ctas {
    display: flex; flex-direction: column; gap: 10px;
    align-items: center;
    width: 100%;
  }
  .m-hero-ctas a {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 18px;
    width: auto;
    min-width: 0;
    max-width: none;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 16px; font-weight: 900;
    text-transform: none; letter-spacing: 0;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .1s ease, background .15s ease;
    box-sizing: border-box;
  }
  .m-hero-ctas svg { width: 17px !important; height: 17px !important; }
  .m-hero-ctas a:active { transform: scale(.98); }
  .m-hero-ctas .m-cta-primary {
    background: #2f9e3d; color: #fff;
    box-shadow: 0 6px 18px rgba(47,158,61,.35);
  }
  .m-hero-ctas .m-cta-secondary {
    background: transparent; color: #fff;
    border: 2px solid rgba(255,255,255,.7);
  }
  .m-hero-ctas svg { width: 18px; height: 18px; flex-shrink: 0; }

  /* Desktop-only content — hide mobile blocks */
  .m-only { display: block; }

  /* ============================================================
     TRUST BAR — Junk Doctors style: green bg, icon+text cells, dividers
     ============================================================ */
  .trust-ned {
    background: #2f9e3d !important;
    padding: 0 !important;
  }
  .trust-ned .wrap {
    flex-direction: column; gap: 0; padding: 0;
    max-width: 100%;
  }
  .trust-ned .trust-title { display: none; }
  .trust-ned .badges {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
  }
  /* Each cell = transparent, icon+text horizontal, dividers between */
  .trust-ned .badge-item {
    padding: 22px 14px !important;
    background: transparent !important;
    border-right: 1px solid rgba(255,255,255,.28) !important;
    border-bottom: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 12px;
    font-family: 'Arial Black', Arial, sans-serif;
    line-height: 1.2;
    min-height: 0;
  }
  .trust-ned .badge-item:nth-child(2n) { border-right: 0 !important; }
  .trust-ned .badge-item:nth-last-child(-n+2) { border-bottom: 0 !important; }
  .trust-ned .badge-item:nth-child(n+5) { display: none !important; }

  /* Icon = outlined circle with symbol inside (via ::before) */
  .trust-ned .badge-item::before {
    content: "";
    flex-shrink: 0;
    width: 40px; height: 40px;
    border: 2px solid rgba(255,255,255,.65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
    background: transparent;
  }
  .trust-ned .badge-item:nth-child(1)::before { content: "30+"; font-size: 13px; }
  .trust-ned .badge-item:nth-child(2)::before { content: "\2713"; font-size: 22px; }
  .trust-ned .badge-item:nth-child(3)::before { content: "NJ"; font-size: 14px; }
  .trust-ned .badge-item:nth-child(4)::before {
    content: "\2605";
    font-size: 22px;
    color: #ffd54a;
    border-color: rgba(255,213,74,.85);
  }

  /* Hide the raw HTML text; we'll inject clean labels via ::after */
  .trust-ned .badge-item .badge-circle,
  .trust-ned .badge-item .badge-num,
  .trust-ned .badge-item > div {
    display: none !important;
  }

  /* Text block on right of each cell (title + subtitle) via ::after */
  .trust-ned .badge-item::after {
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 13.5px;
    line-height: 1.2;
    white-space: pre-line;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
  }
  .trust-ned .badge-item:nth-child(1)::after { content: "Years\A Experience"; }
  .trust-ned .badge-item:nth-child(2)::after { content: "Bonded &\A Insured"; }
  .trust-ned .badge-item:nth-child(3)::after { content: "Licensed\A Contractor"; }
  .trust-ned .badge-item:nth-child(4)::after { content: "5.0 Google\A Rating"; }

  /* ============================================================
     PROMO BAND — stack tighter
     ============================================================ */
  .promo-band {
    flex-direction: column; text-align: center;
    padding: 18px 16px; gap: 10px; margin: 22px 0;
  }
  .promo-band .promo-ico-box { margin: 0 auto; }
  .promo-band .promo-text { font-size: 14px; white-space: normal; }
  .promo-band .promo-text a { white-space: nowrap; }
  .promo-band .btn-promo { display: none; }             /* sticky bar covers this */

  /* ============================================================
     SERVICES TILES — card list on mobile
     ============================================================ */
  .services-outer-band { padding: 40px 0; }
  .services-ned-box { padding: 0; box-shadow: none; background: transparent; }
  .svc-head { text-align: center; padding: 0 0 22px; }
  .svc-head::before {
    content: "OUR MOST REQUESTED SERVICES";
    display: block;
    font-family: Arial, sans-serif;
    font-size: 11.5px; font-weight: 800;
    letter-spacing: .18em;
    color: #1f6e2b;
    margin-bottom: 10px;
  }
  .svc-head h2 {
    font-family: 'Arial Black', Arial, sans-serif !important;
    font-size: 26px !important; line-height: 1.15 !important;
    color: #3a322b !important;
    margin-bottom: 12px;
  }
  .svc-head h2::after {
    content: "";
    display: block;
    width: 52px; height: 3px; background: #2f9e3d;
    margin: 14px auto 16px; border-radius: 2px;
  }
  .svc-head p { font-size: 14.5px; color: #6f6a60; }

  .services-tiles-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px;
    overflow: visible !important;
    padding-top: 12px;
  }
  .svc-tile {
    display: grid !important;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px !important;
    background: #fff !important;
    border: 1px solid #e4dccd !important;
    border-radius: 14px !important;
    box-shadow: 0 3px 10px rgba(42,36,31,.05) !important;
    text-align: left !important;
    color: #3a322b !important;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 900;
    text-transform: none !important;
    letter-spacing: -.01em !important;
    position: relative;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  .svc-tile::after {
    content: "›";
    grid-column: 3;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #2f9e3d;
    justify-self: end;
    line-height: 1;
    padding-right: 4px;
  }
  .svc-tile .ico-circle {
    width: 48px !important; height: 48px !important;
    border-radius: 50% !important;
    background: #2f9e3d !important;
    color: #fff !important;
    margin: 0 !important;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }
  .svc-tile .ico-circle svg {
    width: 28px !important; height: 28px !important;
    color: #fff !important;
    stroke: #fff !important;
  }
  .svc-tile .ico-circle svg [fill="currentColor"],
  .svc-tile .ico-circle svg path[fill]:not([fill="none"]) {
    fill: #fff !important;
  }
  .svc-tile.alt-gold .ico-circle { background: #c79a3e !important; }
  .svc-tile.alt-brown .ico-circle { background: #574a3f !important; }
  .svc-tile.alt-dark  .ico-circle { background: #3a322b !important; }
  /* MOST POPULAR badge — left-justified above the card */
  .svc-tile:nth-child(1),
  .svc-tile:nth-child(5) {
    margin-top: 24px;
  }
  .svc-tile:nth-child(1)::before,
  .svc-tile:nth-child(5)::before {
    content: "★ MOST POPULAR";
    position: absolute;
    top: -14px;
    left: 14px;
    background: #2f9e3d; color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10.5px; font-weight: 900;
    letter-spacing: .1em;
    padding: 5px 14px; border-radius: 20px;
    z-index: 5;
    box-shadow: 0 3px 8px rgba(47,158,61,.4);
    white-space: nowrap;
  }

  /* Kill "Get A Free Estimate" repeat under tiles */
  .svc-foot-outside { display: none; }

  /* ============================================================
     BODY LEAD + PILLARS
     ============================================================ */
  .body-lead { padding: 30px 0 10px; }
  .body-lead h2 {
    font-family: 'Arial Black', Arial, sans-serif !important;
    font-size: 24px !important; line-height: 1.18 !important;
    text-align: center;
  }
  .body-lead h2::after {
    content: "";
    display: block;
    width: 52px; height: 3px; background: #2f9e3d;
    margin: 12px auto 18px; border-radius: 2px;
  }
  .body-lead p { font-size: 15px; }
  .pillars-3 {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px; margin-top: 24px;
  }
  .pillar-card { padding: 18px 18px; }
  .pillar-card h3 { font-size: 17px; }

  /* ============================================================
     DIVISION LIST — kill duplicate services on mobile
     ============================================================ */
  .divisions-row { display: none !important; }

  /* ============================================================
     VIDEO ROW — hide duplicate features list
     ============================================================ */
  .video-row { flex-direction: column; }
  .features-tile { display: none !important; }

  /* ============================================================
     QUALITY BOX — hide duplicate features
     ============================================================ */
  .quality-outer-band { padding: 30px 12px; }
  .quality-box {
    padding: 24px 20px !important;
    background: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 3px 12px rgba(42,36,31,.06) !important;
    margin: 0 !important;
  }
  .quality-features-card { display: none !important; }
  .quality-head {
    font-size: 22px !important; text-align: center;
    font-family: 'Arial Black', Arial, sans-serif !important;
    padding: 0 !important;
  }
  .quality-head::after {
    content: "";
    display: block;
    width: 52px; height: 3px; background: #2f9e3d;
    margin: 12px auto 14px; border-radius: 2px;
  }
  .quality-sub { font-size: 15px; padding: 0 !important; }
  .quality-box p { padding: 0 !important; }

  /* ============================================================
     AREAS
     ============================================================ */
  .areas-ned .wrap { flex-direction: column; gap: 22px; }
  .areas-ned h2 { font-size: 26px !important; }
  .areas-ned-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
  }
  .areas-ned-list li a {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
  }
  .btn-areas-hero { width: 100%; max-width: 320px; }

  /* ============================================================
     ABOUT
     ============================================================ */
  .about-ned { grid-template-columns: 1fr !important; gap: 20px; }
  .about-photo img { border-radius: 12px; }

  /* ============================================================
     FAQ
     ============================================================ */
  .faq-ned h2 {
    font-size: 24px !important; text-align: center;
    font-family: 'Arial Black', Arial, sans-serif !important;
  }
  .faq-ned h2::after {
    content: "";
    display: block;
    width: 52px; height: 3px; background: #2f9e3d;
    margin: 12px auto 14px; border-radius: 2px;
  }
  .faq-ned-grid { grid-template-columns: 1fr !important; gap: 8px; }
  .faq-ned-item summary { font-size: 15px; padding: 14px 16px; }
  .faq-body { font-size: 14.5px; padding: 0 16px 14px; }
  .more-q-bar { flex-direction: column; gap: 10px; text-align: center; padding: 22px 16px; }

  /* ============================================================
     REVIEWS
     ============================================================ */
  .reviews-band-ned { padding: 40px 0; }
  .reviews-header-strip {
    flex-direction: column; gap: 14px; text-align: center;
  }
  .reviews-grid-ned {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .review-card-ned { padding: 18px; }
  .review-card-ned blockquote { font-size: 14.5px; }

  /* ============================================================
     BIG CTA ZIP band → simplify
     ============================================================ */
  .zip-cta-band { padding: 40px 16px; }
  .zip-cta-band h2 {
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: -.01em;
    text-align: center;
  }
  .zip-cta-band form {
    flex-direction: column; gap: 10px; max-width: 340px; margin: 0 auto;
  }
  .zip-cta-band input,
  .zip-cta-band button { width: 100%; }

  /* ============================================================
     MOBILE NAV DRAWER — c21p style (dark full-screen overlay)
     ============================================================ */
  .header-ned .menu-toggle-ned {
    position: relative;
    z-index: 10001 !important;
    color: #fff !important;
    font-size: 30px !important;
  }
  .header-ned .nav-ned.open {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: #0f0e0d !important;
    padding: 74px 26px 40px !important;
    z-index: 10000 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    gap: 0 !important;
    align-items: stretch !important;
  }
  /* All top-level nav items */
  .header-ned .nav-ned.open a,
  .header-ned .nav-ned.open .svc-parent {
    color: #fff !important;
    font-family: 'Arial Black', Arial, sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase;
    letter-spacing: .12em;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.15) !important;
    display: block !important;
    text-decoration: none;
    text-align: left;
    background: transparent !important;
  }
  .header-ned .nav-ned.open .nav-dropdown {
    display: block;
    border: 0;
  }
  /* Sub-items (dropdown-menu) — collapsed by default, expand only when parent has .expanded */
  .header-ned .nav-ned.open .dropdown-menu {
    display: none !important;
    position: static !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    margin-bottom: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    min-width: 0 !important;
    top: auto !important;
    left: auto !important;
    height: auto !important;
    overflow: visible !important;
  }
  .header-ned .nav-ned.open .nav-dropdown.expanded .dropdown-menu,
  .header-ned .nav-ned.open .nav-dropdown:focus-within .dropdown-menu {
    display: block !important;
    margin-bottom: 8px;
  }
  /* Ensure svc-parent is tappable and focusable */
  .header-ned .nav-ned.open .svc-parent {
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(255,255,255,.1);
  }
  /* Rotate caret arrow when expanded */
  .header-ned .nav-ned.open .nav-dropdown.expanded .caret {
    transform: rotate(180deg);
    display: inline-block;
    transition: transform .2s ease;
  }
  .header-ned .nav-ned.open .caret {
    display: inline-block;
    transition: transform .2s ease;
  }
  .header-ned .nav-ned.open .dropdown-menu a {
    color: #c0bcb2 !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    padding: 10px 0 10px 16px !important;
    text-transform: none;
    letter-spacing: .02em;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    font-weight: 500;
  }
  .header-ned .nav-ned.open .caret {
    color: #4ec95c !important;
    font-size: 20px;
    margin-left: 8px;
  }
  /* GeoBrix HQ + service area block at bottom of drawer */
  .header-ned .nav-ned.open::after {
    content: "(908) 688-6000 \A \A HEADQUARTERS \A 1481 Route 23 \A Butler, NJ 07405 \A \A Mon–Sat  7:00 AM – 5:00 PM \A Closed Sunday \A \A Serving Morris, Passaic, Essex, \A Union, Hudson, Bergen, and \A Sussex Counties";
    white-space: pre-line;
    display: block;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.15);
    color: #c0bcb2;
    font-family: Arial, sans-serif;
    font-size: 13.5px;
    line-height: 1.7;
    letter-spacing: .02em;
  }

  /* ============================================================
     CONTACT PAGE — fix 2-column grids on mobile
     ============================================================ */
  /* Any inline 1fr 1fr grid becomes single column on mobile */
  .wrap[style*="1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
  /* Real People eyebrow on one line */
  [style*="text-transform: uppercase"][style*="letter-spacing"] {
    white-space: nowrap;
  }
  /* Kill hard <br> inside contact H2 so "Free, on-site, no obligation." wraps naturally */
  section h2 br { display: none; }
  /* Contact page section padding cut on mobile */
  section[style*="padding: 80px 0"] { padding: 40px 0 !important; }
  section[style*="padding: 100px 0"] { padding: 40px 0 !important; }

  /* ============================================================
     BREADCRUMB — force single line on location pages
     ============================================================ */
  .town-hero .crumbs,
  .about-hero .crumbs,
  .svc-hero .crumbs {
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    font-size: 11.5px !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-bottom: 14px !important;
    /* Hide scrollbar visually */
    scrollbar-width: none;
  }
  .town-hero .crumbs::-webkit-scrollbar,
  .about-hero .crumbs::-webkit-scrollbar,
  .svc-hero .crumbs::-webkit-scrollbar { display: none; }
  .town-hero .crumbs a,
  .about-hero .crumbs a,
  .svc-hero .crumbs a { white-space: nowrap; }

  /* ============================================================
     Kill decorative zigzag transition above the footer
     ============================================================ */
  .zigzag-transition { display: none !important; }

  /* ============================================================
     FOOTER — green, compact (2 sections only)
     ============================================================ */
  .footer-ned {
    padding: 26px 0 90px !important;              /* extra bottom padding for sticky bar */
  }
  .footer-ned .wrap { padding: 0 20px; }
  .footer-cols {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    display: grid !important;
  }
  .footer-brand-col img {
    height: 40px !important;
    margin-bottom: 8px;
  }
  .footer-brand-col p {
    font-size: 13.5px;
    line-height: 1.5;
    margin: 6px 0;
  }
  .footer-ned h5 {
    font-size: 14px !important;
    margin: 0 0 8px !important;
  }
  .footer-ned .list-plus a,
  .footer-ned .wrap .footer-cols > div a {
    font-size: 13.5px;
    padding: 3px 0;
  }
  /* Hide long service list + service area list on mobile — keep only brand + company (with Instagram) */
  .footer-cols > .list-plus { display: none !important; }
  /* Hide the "+" prefix on any list-plus items that might still show */
  .footer-ned .list-plus a::before { display: none !important; content: none !important; }
  .footer-ned .list-plus a { padding-left: 0 !important; }
  /* Hide duplicate "Contact" link */
  .footer-ned > .wrap .footer-cols > div:last-child a[href$="contact.html"]:last-of-type { display: none; }
  .footer-copyright {
    font-size: 12px; text-align: center; margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.22);
  }
  .footer-ig svg { width: 20px; height: 20px; }

  /* ============================================================
     STICKY BOTTOM BAR
     ============================================================ */
  .mobile-sticky-bar {
    display: flex !important;
    gap: 8px !important;
    padding: 6px !important;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1000;
    box-shadow: 0 -6px 20px rgba(0,0,0,.18);
    background: #ffffff;
    box-sizing: border-box;
  }
  .mobile-sticky-bar a {
    flex: 1;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 10px 8px;
    color: #fff;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 13px; font-weight: 900;
    text-transform: uppercase; letter-spacing: .03em;
    text-decoration: none;
    min-height: 48px;
    white-space: nowrap;
    border-radius: 8px;
  }
  .mobile-sticky-bar svg { width: 16px !important; height: 16px !important; }
  .mobile-sticky-bar .msb-call { background: #1e1913; color: #fff; }
  .mobile-sticky-bar .msb-quote { background: #2f9e3d; color: #fff; }
  .mobile-sticky-bar a:active { filter: brightness(.9); }
  .mobile-sticky-bar svg { width: 18px; height: 18px; flex-shrink: 0; }

  /* ============================================================
     FLOATING CHAT / SCHEDULER FAB
     ============================================================ */
  .mobile-chat-fab {
    display: flex !important;
    position: fixed;
    right: 14px; bottom: 74px;
    z-index: 999;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #2f9e3d;
    color: #fff;
    align-items: center; justify-content: center;
    box-shadow: 0 8px 22px rgba(47,158,61,.45);
    text-decoration: none;
    cursor: pointer;
    border: none;
  }
  .mobile-chat-fab svg { width: 26px; height: 26px; }
  .mobile-chat-fab:active { transform: scale(.94); }

  /* ============================================================
     Generic — kill extra desktop-only "Get a Free Estimate" repeats
     ============================================================ */
  .btn-quote-big { display: none; }                   /* the huge button under tiles */
}

/* Hide mobile-only helpers on desktop */
@media (min-width: 769px) {
  .mobile-sticky-bar,
  .mobile-chat-fab,
  .m-hero-mobile { display: none !important; }
}

/* ============================================================
   SCHEDULER MODAL (universal — triggered by chat FAB)
   ============================================================ */
.gb-scheduler-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 10005;
  align-items: flex-end;
  justify-content: center;
  backdrop-filter: blur(2px);
}
.gb-scheduler-overlay.gb-open { display: flex; }
.gb-scheduler-modal {
  background: #fff;
  width: 100%;
  max-width: 480px;
  border-radius: 18px 18px 0 0;
  max-height: 90vh;
  overflow-y: auto;
  animation: gb-slide-up .28s ease-out;
  box-shadow: 0 -12px 40px rgba(0,0,0,.3);
}
@keyframes gb-slide-up {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}
.gb-scheduler-head {
  background: #2f9e3d;
  color: #fff;
  padding: 18px 22px;
  border-radius: 18px 18px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gb-scheduler-head h3 {
  margin: 0;
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: -.01em;
  color: #fff;
}
.gb-scheduler-head p {
  margin: 3px 0 0;
  font-size: 12.5px;
  opacity: .92;
  font-family: Arial, sans-serif;
  color: #fff;
}
.gb-scheduler-close {
  background: rgba(255,255,255,.22);
  border: none;
  color: #fff;
  width: 34px; height: 34px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
}
.gb-scheduler-body {
  padding: 18px 22px 22px;
}
.gb-scheduler-body .field {
  margin-bottom: 12px;
}
.gb-scheduler-body label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #3a322b;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 5px;
}
.gb-scheduler-body input,
.gb-scheduler-body select,
.gb-scheduler-body textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #dcd9d0;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #2a2621;
  background: #fff;
  box-sizing: border-box;
  min-width: 0;
}
.gb-scheduler-body select {
  padding-right: 30px;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%234a4a4a' d='M5 6L0 0h10z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.gb-scheduler-body .field { min-width: 0; }
.gb-scheduler-row .field { min-width: 0; }
.gb-scheduler-body input:focus,
.gb-scheduler-body select:focus,
.gb-scheduler-body textarea:focus {
  outline: none;
  border-color: #2f9e3d;
}
.gb-scheduler-body textarea {
  min-height: 60px;
  resize: vertical;
}
.gb-scheduler-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gb-scheduler-submit {
  width: 100%;
  background: #2f9e3d;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 8px;
}
.gb-scheduler-submit:active { transform: scale(.98); }
.gb-scheduler-alt {
  display: block;
  text-align: center;
  color: #6a635a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin-top: 14px;
}
.gb-scheduler-alt a { color: #2f9e3d; font-weight: 700; text-decoration: none; }
@media (min-width: 769px) {
  .gb-scheduler-overlay { align-items: center; }
  .gb-scheduler-modal { border-radius: 18px; max-width: 460px; }
  .gb-scheduler-head { border-radius: 18px 18px 0 0; }
}

/* ============ GLOBAL: prevent any horizontal overflow on mobile ============ */
@media (max-width: 768px) {
  html, body { overflow-x: hidden !important; max-width: 100vw !important; }
  body { position: relative; }
  section, footer, header, main, .footer, .footer-ned {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  .wrap { max-width: 100% !important; box-sizing: border-box !important; }
  img, video, iframe { max-width: 100% !important; height: auto; }
}
