/* =========================================================
   GROUND ZERO PLUMBING, AC & ELECTRICAL
   homepage-temp.css — custom styling for the "Homepage Template"
   Pairs with Bootstrap 4 (grid + utilities) used in homepage-temp.php.
   Brand: metallic chrome + glossy red (#ec3237) + carbon black.
   Fonts: Anek Telugu (headings/buttons) + Montserrat (body).
   ========================================================= */

/* =========================================================
   GROUND ZERO — Brand layer over the Air-Pro Design System
   Keeps the DS structure (.ap-btn, .ap-eyebrow, .ap-check-list,
   .ap-card, hero red underline) but re-skins tokens to the
   Ground Zero brand: metallic chrome + glossy red + carbon black.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  /* ---- Ground Zero brand colors ---- */
  --gz-red:        #ec3237;
  --gz-red-bright: #ff3a40;
  --gz-red-deep:   #b51d22;
  --gz-red-hover:  #c8262b;
  --gz-black:      #000000;
  --gz-ink:        #111114;
  --gz-carbon:     #16161a;
  --gz-steel:      #25262b;
  --gz-silver:     #9e9a9e;
  --gz-silver-lt:  #d7d5d8;
  --gz-white:      #ffffff;

  /* ---- Map onto Air-Pro DS tokens so DS classes inherit the brand ---- */
  --ap-red:        var(--gz-red);
  --ap-red-hover:  var(--gz-red-hover);
  --ap-blue:       var(--gz-ink);        /* GZ has no blue — secondary = carbon black */
  --ap-blue-deep:  var(--gz-black);
  --ap-navy:       #0a0a0c;

  --ap-fg:           var(--gz-ink);
  --ap-fg-muted:     #6b6a6e;
  --ap-accent:       var(--gz-red);
  --ap-accent-hover: var(--gz-red-hover);

  --ap-font-display: "Anek Telugu", "Arial Narrow", sans-serif;
  --ap-font-body:    "Montserrat", -apple-system, "Segoe UI", sans-serif;

  /* metallic gradients pulled from the logo */
  --gz-chrome: linear-gradient(180deg,#ffffff 0%,#e9e8ea 30%,#9e9a9e 52%,#5f5d61 53%,#bdbbbe 78%,#f4f3f5 100%);
  --gz-glass-red: linear-gradient(180deg,#ff5358 0%,#ec3237 46%,#b51d22 54%,#7e1418 100%);
  --gz-hex: radial-gradient(circle at center, rgba(236,50,55,0.16) 0 6px, transparent 7px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ap-font-body);
  color: var(--gz-ink);
  margin: 0;
  background: var(--gz-white);
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--ap-font-display);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 0.4em 0;
}

/* red highlighted word inside a headline (DS signature motif) */
.gz-red-word, strong.gz-red-word { color: var(--gz-red); }

/* ---- Eyebrow: red-flanked uppercase (DS motif) ---- */
.gz-eyebrow {
  font-family: var(--ap-font-display);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gz-red);
}
.gz-eyebrow::before { content:""; width: 30px; height: 3px; background: var(--gz-red); display:inline-block; }
.gz-eyebrow.centered::after { content:""; width: 30px; height: 3px; background: var(--gz-red); display:inline-block; }
.gz-eyebrow.on-dark { color: var(--gz-red-bright); }

/* ---- Metallic chrome headline treatment (logo DNA) ---- */
.gz-chrome-text {
  background: var(--gz-chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 1px rgba(0,0,0,0.45));
}

/* ---- Buttons: square, industrial, glossy ---- */
.gz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--ap-font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.98rem;
  line-height: 1;
  padding: 0.95em 1.7em;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, filter .2s ease;
  white-space: nowrap;
}
.gz-btn:active { transform: translateY(1px); }
.gz-btn [class^="icon-"], .gz-btn [class*=" icon-"] { display: inline-flex; align-items: center; justify-content: center; line-height: 1; font-size: 1em; }
.gz-book-btn { line-height: 1; }
.gz-btn-ic { display: inline-flex; align-items: center; justify-content: center; width: 1.05em; height: 1.05em; flex: none; }
.gz-btn-ic svg { width: 100%; height: 100%; display: block; }
.gz-phone-ic { display: inline-flex; align-items: center; justify-content: center; width: 1em; height: 1em; color: var(--gz-red); flex: none; transform: translateY(-0.04em); }
.gz-phone-ic svg { width: 100%; height: 100%; display: block; }

.gz-btn-primary {
  background: var(--gz-glass-red);
  color: #fff;
  box-shadow: 0 3px 0 #7e1418, 0 8px 18px rgba(236,50,55,0.35), inset 0 1px 0 rgba(255,255,255,0.45);
  text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.gz-btn-primary:hover { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 5px 0 #7e1418, 0 14px 26px rgba(236,50,55,0.42), inset 0 1px 0 rgba(255,255,255,0.5); }

.gz-btn-dark {
  background: linear-gradient(180deg,#2c2d33 0%,#141417 100%);
  color: #fff;
  box-shadow: 0 3px 0 #000, inset 0 1px 0 rgba(255,255,255,0.10);
}
.gz-btn-dark:hover { transform: translateY(-2px); box-shadow: 0 5px 0 #000; filter: brightness(1.12); }

.gz-btn-ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
}
.gz-btn-ghost:hover { background: #fff; color: var(--gz-ink); border-color:#fff; }

.gz-btn-lg { font-size: 1.12rem; padding: 1.15em 2.1em; }
.gz-btn-sm { font-size: 0.82rem; padding: 0.7em 1.15em; }

/* ---- Chrome plate (logo emblem styling for cards/badges) ---- */
.gz-plate {
  background:
    linear-gradient(180deg,#34353b 0%,#191a1e 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.12);
}

/* hex carbon mesh texture (the logo's center mesh) */
.gz-hexbg {
  background-color: var(--gz-ink);
  background-image:
    radial-gradient(circle at 0 0, rgba(236,50,55,0.10) 0 5px, transparent 6px),
    radial-gradient(circle at 13px 8px, rgba(236,50,55,0.10) 0 5px, transparent 6px);
  background-size: 26px 16px;
}

/* ---- Red checklist (DS motif) ---- */
.gz-check { list-style:none; padding:0; margin:0; }
.gz-check li { display:flex; align-items:flex-start; gap:10px; font-weight:500; margin-bottom:10px; }
.gz-check li::before {
  content:"\2714";
  color: var(--gz-red);
  font-weight: 900;
  flex: none;
  margin-top: 1px;
}

/* ---- Section rhythm ---- */
.gz-section { padding: 92px 0; }
.gz-section.tight { padding: 64px 0; }
.gz-wrap { width: min(1200px, 92vw); margin: 0 auto; }
.gz-wrap-wide { width: min(1340px, 94vw); margin: 0 auto; }

.gz-dark { background: var(--gz-ink); color: #fff; }
.gz-dark h1,.gz-dark h2,.gz-dark h3 { color:#fff; }
.gz-black { background: var(--gz-black); color:#fff; }

/* signature red hero underline */
.gz-redbar { height: 6px; background: linear-gradient(90deg,var(--gz-red-deep),var(--gz-red),var(--gz-red-bright)); }

/* angled / clipped panels for an aggressive industrial feel */
.gz-slant-top { clip-path: polygon(0 3.5vw, 100% 0, 100% 100%, 0 100%); }
.gz-slant-btm { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.5vw), 0 100%); }

/* inputs */
.gz-input, .gz-select, .gz-textarea {
  width: 100%;
  border: 1.5px solid #d4d2d6;
  border-radius: 4px;
  padding: 0.85em 1em;
  font-family: var(--ap-font-body);
  font-size: 0.96rem;
  background: #fff;
  color: var(--gz-ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.gz-input:focus, .gz-select:focus, .gz-textarea:focus {
  outline: none;
  border-color: var(--gz-red);
  box-shadow: 0 0 0 3px rgba(236,50,55,0.16);
}
.gz-input.invalid, .gz-select.invalid, .gz-textarea.invalid { border-color: var(--gz-red); background: #fff6f6; }

/* scroll-reveal — base state is VISIBLE so content never gets stuck hidden if
   the observer can't fire (e.g. auto-height preview iframes). The .in class
   replays an additive entrance animation when the element scrolls into view. */
.reveal { opacity: 1; transform: none; }
.reveal.in { animation: gzReveal .7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes gzReveal { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ .reveal.in { animation: none; } }

/* icon font sizing helper */
[class^="icon-"], [class*=" icon-"] { display:inline-block; line-height:1; }

::selection { background: var(--gz-red); color:#fff; }

/* generic utility */
.gz-up { text-transform: uppercase; }
.gz-tight { letter-spacing: 0.04em; }


/* ===================== COMPONENTS ===================== */
/* =========================================================
   GROUND ZERO — component layout styles
   ========================================================= */

/* ---------- Tweakable theme vars (set on :root by app) ---------- */
:root {
  --gz-accent: var(--gz-red);
  --gz-section-pad: 92px;
}

/* ============ HEADER ============ */
.gz-header { position: sticky; top: 0; z-index: 60; }

.gz-topbar { background: var(--gz-black); color: #cfcdd0; font-size: 0.8rem; }
.gz-topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.gz-topbar-left { display: flex; gap: 22px; }
.gz-topbar-pill { display: inline-flex; align-items: center; gap: 7px; letter-spacing: .03em; }
.gz-topbar-pill [class^="icon-"] { color: var(--gz-red); font-size: .95rem; }
.gz-topbar-right { display: flex; gap: 20px; }
.gz-toplink { color: #cfcdd0; text-decoration: none; font-weight: 600; font-size: .76rem; letter-spacing: .08em; transition: color .15s; }
.gz-toplink:hover { color: #fff; }

.gz-nav { background: #fff; box-shadow: 0 2px 14px rgba(0,0,0,.10); transition: box-shadow .2s; }
.gz-header.is-scrolled .gz-nav { box-shadow: 0 4px 22px rgba(0,0,0,.18); }
.gz-nav-inner { display: flex; align-items: center; gap: 24px; height: 104px; transition: height .2s; }
.gz-header.is-scrolled .gz-nav-inner { height: 86px; }
.gz-logo-link { display: flex; align-items: center; flex: none; }
.gz-mainnav { display: flex; gap: 4px; margin-left: 8px; flex: 1; }
.gz-navlink {
  font-family: var(--ap-font-display); font-weight: 700; font-size: .92rem;
  letter-spacing: .04em; color: var(--gz-ink); text-decoration: none;
  padding: 10px 13px; border-radius: 3px; position: relative; transition: color .15s;
}
.gz-navlink::after { content:""; position:absolute; left:13px; right:13px; bottom:4px; height:2.5px; background: var(--gz-red); transform: scaleX(0); transform-origin:left; transition: transform .22s ease; }
.gz-navlink:hover { color: var(--gz-red); }
.gz-navlink:hover::after { transform: scaleX(1); }

.gz-nav-cta { display: flex; align-items: center; gap: 16px; flex: none; }
.gz-nav-cta-stack { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.gz-nav-cta-stack .gz-book-btn { width: 100%; padding: 0.62em 1.5em; font-size: 0.92rem; box-shadow: 0 3px 0 #7e1418, inset 0 1px 0 rgba(255,255,255,0.45); }
.gz-nav-cta-stack .gz-book-btn:hover { box-shadow: 0 5px 0 #7e1418, inset 0 1px 0 rgba(255,255,255,0.5); }
.gz-nav-cta-stack .gz-phone-block { align-items: center; gap: 2px; }
.gz-phone-block { display: flex; flex-direction: column; text-decoration: none; line-height: 1.05; }
.gz-phone-label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gz-silver); white-space: nowrap; }
.gz-phone-num { font-family: var(--ap-font-display); font-weight: 800; font-size: 1.28rem; color: var(--gz-ink); display:flex; align-items:center; line-height: 1; gap:7px; white-space: nowrap; }
.gz-phone-num [class^="icon-"] { color: var(--gz-red); font-size: 1.05rem; }
.gz-phone-block:hover .gz-phone-num { color: var(--gz-red); }
.gz-burger { display: none; flex-direction: column; gap: 5px; background: var(--gz-ink); border:0; padding: 11px 10px; border-radius: 4px; cursor: pointer; }
.gz-burger span { width: 22px; height: 2.5px; background: #fff; display:block; }

/* drawer */
.gz-drawer { position: fixed; top:0; right:0; height:100%; width: 320px; max-width: 86vw; background:#fff; z-index: 90; transform: translateX(100%); transition: transform .3s ease; display:flex; flex-direction:column; box-shadow: -10px 0 40px rgba(0,0,0,.3); }
.gz-drawer.open { transform: none; }
.gz-drawer-head { display:flex; align-items:center; justify-content:space-between; padding: 18px 24px; border-bottom:1px solid #eee; }
.gz-drawer-close { background:none; border:0; font-size: 2rem; line-height:1; cursor:pointer; color: var(--gz-ink); }
.gz-drawer-nav { display:flex; flex-direction:column; padding: 10px 0; overflow:auto; flex:1; }
.gz-drawer-nav a { padding: 14px 24px; text-decoration:none; color: var(--gz-ink); font-family: var(--ap-font-display); font-weight:700; letter-spacing:.04em; border-bottom: 1px solid #f4f4f4; }
.gz-drawer-nav a:hover { background:#faf3f3; color: var(--gz-red); }
.gz-drawer-scrim { position: fixed; inset:0; background: rgba(0,0,0,.5); z-index: 80; }

/* ============ HERO ============ */
.gz-hero { position: relative; aspect-ratio: 1600 / 771; min-height: 560px; background: var(--gz-white); overflow: hidden; }
.gz-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; pointer-events: none; }
.gz-hero-slide.active { opacity: 1; pointer-events: auto; }
.gz-hero-slide.is-photo { background: url('img/hero-team.png') center center / cover no-repeat, var(--gz-white); }
.gz-hero-slide.is-dark { background:
  radial-gradient(circle at 18px 12px, rgba(236,50,55,0.10) 0 6px, transparent 7px) 0 0 / 40px 24px,
  linear-gradient(120deg, #000 0%, #1a1b20 60%, #2a2127 100%); }
.gz-hero-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.74) 46%, rgba(0,0,0,.30) 100%); }
.gz-hero-slide.is-dark .gz-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.45) 70%, rgba(0,0,0,.1) 100%); }
.gz-hero-inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: flex-start; padding: 110px 0 70px; }
.gz-hero-content { max-width: 640px; }
.gz-hero-content .gz-eyebrow { margin-bottom: 18px; }
.gz-hero-title { font-size: clamp(2.4rem, 4.6vw, 4.1rem); color:#fff; line-height: .98; margin: 0 0 20px; }
.gz-hero-sub { color: #e2e0e3; font-size: 1.18rem; line-height: 1.5; max-width: 560px; margin: 0 0 30px; font-weight: 500; }
.gz-hero-actions { display: flex; gap: 26px; flex-wrap: wrap; }
.gz-hero-usps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.gz-hero-usps li { display: flex; align-items: center; gap: 14px; font-family: var(--ap-font-display); font-weight: 700; font-size: 1.5rem; color: #fff; letter-spacing: .01em; }
.gz-hero-usps li::before { content: ""; width: 13px; height: 13px; flex: none; border-radius: 50%; background: var(--gz-red); box-shadow: 0 0 0 4px rgba(236,50,55,.28); }

.gz-hero-badges { background: transparent; }
.gz-hero-badges-inner { display: flex; gap: 28px; padding: 32px 0; flex-wrap: wrap; }
.gz-hero-badge { position: relative; overflow: hidden; flex: 1 1 0; min-width: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 12px; min-height: 190px; background-color: var(--gz-carbon); background-size: cover; background-position: center; border: 1px solid rgba(255,255,255,.10); padding: 24px 18px; border-radius: 8px; color:#fff; font-family: var(--ap-font-display); font-weight: 700; letter-spacing: .03em; font-size: 1.05rem; }
/* dark veil over the image — fades out on hover */
.gz-hero-badge::before { content:""; position:absolute; inset:0; background: rgba(0,0,0,.74); transition: background .35s ease; z-index:0; }
.gz-hero-badge:hover::before { background: rgba(0,0,0,.18); }
.gz-hero-badge .gz-badge-ic, .gz-hero-badge .gz-badge-label { position: relative; z-index: 1; }
.gz-hero-badge .gz-badge-label { text-shadow: 0 2px 6px rgba(0,0,0,.6); }
.gz-hero-badge .gz-badge-ic {
  color: #fff;
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--gz-glass-red);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}
.gz-hero-badge .gz-badge-ic svg { width: 30px; height: 30px; display: block; }

.gz-hero-arrow { position: absolute; top: 46%; z-index: 4; width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(20,20,23,.55); color:#fff; cursor: pointer; font-size: 1.2rem; display: grid; place-items: center; transition: background .2s, transform .2s; }
.gz-hero-arrow:hover { background: var(--gz-red); transform: scale(1.08); }
.gz-hero-arrow.left { left: 22px; } .gz-hero-arrow.right { right: 22px; }
.gz-hero-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 86px; z-index: 4; display:flex; gap: 10px; }
.gz-dot { width: 11px; height: 11px; border-radius: 50%; border: 2px solid #fff; background: transparent; cursor: pointer; padding: 0; transition: all .2s; }
.gz-dot.active { background: var(--gz-red); border-color: var(--gz-red); width: 30px; border-radius: 6px; }

/* ============ section heads ============ */
.gz-section-head { text-align: center; max-width: 880px; margin: 0 auto 54px; }
.gz-section-title { font-size: clamp(1.9rem, 3.4vw, 2.9rem); margin: 14px 0 0; color: var(--gz-ink); }
.gz-section-title.on-dark { color: #fff; }
.gz-section-sub { font-size: 1.08rem; line-height: 1.6; color: #b9b7bb; margin-top: 18px; }
.gz-section-sub.gz-dark-text { color: #56555a; }
.gz-eyebrow.centered { justify-content: center; }
.gz-trust-intro { font-size: 1.04rem; line-height: 1.7; color: #c4c2c6; margin: 20px auto 0; max-width: 820px; text-align: center; }
.gz-trust-intro a { color: var(--gz-red-bright); font-weight: 700; text-decoration: none; white-space: nowrap; }
.gz-trust-intro a:hover { text-decoration: underline; }

/* ============ INTRO ============ */
.gz-intro-single { max-width: 880px; margin: 0 auto; text-align: center; }
.gz-intro-title { font-size: clamp(1.9rem, 3vw, 2.8rem); margin-top: 16px; }
.gz-lead { font-size: 1.2rem; font-weight: 600; line-height: 1.5; color: var(--gz-ink); margin: 24px 0 18px; }
.gz-body-muted { color: #5b5a5e; line-height: 1.7; margin: 0; }

/* ============ TRUST STRIP (slider) ============ */
.gz-trust { padding: 76px 0; }
.gz-trust-slider { position: relative; display: flex; align-items: center; gap: 14px; margin-top: 44px; }
.gz-trust-viewport { overflow: hidden; flex: 1; }
.gz-trust-track { display: flex; transition: transform .55s cubic-bezier(.4,.0,.2,1); }
.gz-trust-page { flex: 0 0 100%; min-width: 100%; }
.gz-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.gz-trust-card {
  text-align: center; color: #fff; padding: 30px 22px;
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  transition: border-color .25s, background .25s, transform .25s;
}
.gz-trust-card:hover { border-color: rgba(236,50,55,.6); background: rgba(236,50,55,.06); transform: translateY(-6px); }
.gz-trust-icon { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: rgba(255,255,255,.05); border: 2px solid rgba(236,50,55,.55); transition: background .25s, transform .25s; flex: none; }
.gz-trust-icon [class^="icon-"] { font-size: 2.1rem; color: var(--gz-red-bright); transition: color .25s; }
.gz-trust-icon svg { width: 2.2rem; height: 2.2rem; color: var(--gz-red-bright); transition: color .25s; display: block; }
.gz-trust-card:hover .gz-trust-icon svg { color: #fff; }
.gz-trust-card:hover .gz-trust-icon { background: var(--gz-red); transform: scale(1.04); }
.gz-trust-card:hover .gz-trust-icon [class^="icon-"] { color: #fff; }
.gz-trust-title { font-size: 1.12rem; color:#fff; margin-bottom: 10px; line-height: 1.18; }
.gz-trust-text { color: #b6b4b8; font-size: .9rem; line-height: 1.55; margin: 0; }

.gz-trust-arrow {
  flex: none; width: 48px; height: 48px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04);
  color:#fff; cursor: pointer; display: grid; place-items: center;
  transition: background .2s, border-color .2s, transform .15s;
}
.gz-trust-arrow svg { width: 20px; height: 20px; }
.gz-trust-arrow:hover { background: var(--gz-red); border-color: var(--gz-red); }
.gz-trust-arrow:active { transform: scale(.92); }
.gz-trust-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.gz-trust-dot { width: 11px; height: 11px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(255,255,255,.22); transition: background .2s, width .2s, border-radius .2s; padding: 0; }
.gz-trust-dot.active { background: var(--gz-red); width: 30px; border-radius: 6px; }

/* ============ FEATURED ============ */
.gz-featured-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gz-feature-card { background-color: #fff; background-size: cover; background-position: center; border: 1px solid #ececee; border-radius: 8px; padding: 30px 26px; box-shadow: 0 10px 30px rgba(0,0,0,.05); transition: transform .25s, box-shadow .25s, border-color .25s; position: relative; overflow: hidden; isolation: isolate; }
.gz-feature-card::after { content:""; position:absolute; inset:0; background: rgba(255,255,255,.955); transition: background .4s ease; z-index:-1; }
.gz-feature-card:hover::after { background: rgba(0,0,0,.5); }
.gz-feature-card::before { content:""; position:absolute; top:0; left:0; right:0; height:4px; background: var(--gz-glass-red); transform: scaleX(0); transform-origin:left; transition: transform .3s; z-index:1; }
.gz-feature-card:hover { transform: translateY(-8px); box-shadow: 0 22px 48px rgba(0,0,0,.22); border-color: transparent; }
.gz-feature-card:hover::before { transform: scaleX(1); }
.gz-feature-icon { width: 64px; height: 64px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(180deg,#26272c,#141417); margin-bottom: 18px; }
.gz-feature-icon [class^="icon-"] { font-size: 1.9rem; color: var(--gz-red-bright); }
.gz-feature-icon svg { width: 1.9rem; height: 1.9rem; color: var(--gz-red-bright); display:block; }
.gz-feature-title { font-size: 1.2rem; line-height: 1.15; margin-bottom: 12px; transition: color .4s ease; }
.gz-feature-text { color: #5e5d61; font-size: .92rem; line-height: 1.6; margin-bottom: 18px; transition: color .4s ease; }
.gz-feature-link { font-family: var(--ap-font-display); font-weight: 700; color: var(--gz-red); text-decoration: none; letter-spacing: .03em; font-size: .92rem; display: inline-flex; align-items: center; gap: 7px; text-transform: uppercase; transition: gap .2s, color .4s ease; }
.gz-feature-link:hover { gap: 12px; }
.gz-feature-arrow { font-size: 1.1em; line-height: 1; }
.gz-feature-card:hover .gz-feature-title { color: #fff; }
.gz-feature-card:hover .gz-feature-text { color: #ece9ec; }
.gz-feature-card:hover .gz-feature-link { color: var(--gz-red-bright); }

/* ============ ALL SERVICES (dark) ============ */
.gz-services-sec { background: linear-gradient(180deg, #0d0d10, #18181c); }
.gz-svc-tabs { display: none; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; justify-content: center; }
.gz-svc-tab { flex: 1; min-width: 100px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #fff; font-family: var(--ap-font-display); font-weight: 700; padding: 12px; border-radius: 5px; cursor: pointer; display:flex; align-items:center; justify-content:center; gap:8px; }
.gz-svc-tab.active { background: var(--gz-red); border-color: var(--gz-red); }
.gz-svc-tab [class^="icon-"] { font-size: 1.2rem; }

.gz-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gz-svc-col { padding: 30px 26px 28px; display: flex; flex-direction: column; }
.gz-svc-colhead { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.gz-svc-colhead h3 { color: #fff; margin: 0; font-size: 1.4rem; }
.gz-svc-colicon { width: 56px; height: 56px; border-radius: 10px; display: grid; place-items: center; background: var(--gz-glass-red); flex: none; box-shadow: 0 6px 16px rgba(236,50,55,.4); }
.gz-svc-colicon [class^="icon-"] { font-size: 1.7rem; color: #fff; }
.gz-svc-list {
  list-style: none; padding: 0 14px 0 0; margin: 0 0 22px; flex: 1;
  max-height: 360px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gz-red) rgba(255,255,255,.08);
  /* fade the cut-off edge so it reads as scrollable */
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 14px, #000 calc(100% - 16px), transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0, #000 14px, #000 calc(100% - 16px), transparent 100%);
}
.gz-svc-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 2px; color: #cfced2; font-size: .92rem; line-height: 1.4; border-bottom: 1px solid rgba(255,255,255,.06); }
.gz-svc-list li [class^="icon-"] { color: var(--gz-red-bright); font-size: .82rem; margin-top: 4px; flex: none; }
.gz-svc-list li:hover { color: #fff; }
/* WebKit scrollbar — chrome-red rail to match the brand */
.gz-svc-list::-webkit-scrollbar { width: 8px; }
.gz-svc-list::-webkit-scrollbar-track { background: rgba(255,255,255,.07); border-radius: 8px; }
.gz-svc-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gz-red-bright), var(--gz-red-deep));
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
.gz-svc-list::-webkit-scrollbar-thumb:hover { background: var(--gz-red); }
.gz-svc-cta { width: 100%; }

/* ============ WHY CHOOSE ============ */
.gz-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gz-why-card { position: relative; overflow: hidden; display: flex; gap: 18px; padding: 26px; background-color: #fff; background-size: cover; background-position: center; border: 1px solid #ececee; border-radius: 8px; transition: transform .25s, box-shadow .25s; isolation: isolate; }
/* white veil over the image — fades out on hover */
.gz-why-card::before { content:""; position:absolute; inset:0; background: rgba(255,255,255,.93); transition: background .4s ease; z-index: -1; }
.gz-why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.gz-why-card:hover::before { background: rgba(0,0,0,.34); }
.gz-why-icon { width: 56px; height: 56px; flex: none; border-radius: 50%; display: grid; place-items: center; background: #f4eaea; transition: background .4s ease; }
.gz-why-icon [class^="icon-"] { font-size: 1.6rem; color: var(--gz-red); transition: color .4s ease; }
.gz-why-card:hover .gz-why-icon { background: var(--gz-red); }
.gz-why-card:hover .gz-why-icon [class^="icon-"] { color: #fff; }
.gz-why-body { transition: color .4s ease; }
.gz-why-title { font-size: 1.12rem; margin-bottom: 7px; transition: color .4s ease; }
.gz-why-text { color: #5e5d61; font-size: .9rem; line-height: 1.55; margin: 0; transition: color .4s ease; }
.gz-why-card:hover .gz-why-title { color: #fff; }
.gz-why-card:hover .gz-why-text { color: #f0eef0; }

/* ============ REVIEWS ============ */
.gz-reviews-sec { background: #f6f5f7; }
.gz-rating-line { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 18px; font-size: 1.05rem; color: #57565a; }
.gz-rating-line strong { color: var(--gz-ink); font-size: 1.3rem; font-family: var(--ap-font-display); }
.gz-stars { color: #f5a623; display: inline-flex; gap: 2px; }
.gz-stars [class^="icon-"] { font-size: 1.05rem; }
.gz-reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 38px; }
.gz-review-card { background: #fff; border-radius: 10px; padding: 36px 34px 30px; position: relative; box-shadow: 0 12px 34px rgba(0,0,0,.07); border-top: 4px solid var(--gz-red); }
.gz-quote-mark { position: absolute; top: 6px; right: 26px; font-family: var(--ap-font-display); font-size: 5rem; color: rgba(236,50,55,.12); line-height: 1; }
.gz-review-card .gz-stars { margin-bottom: 14px; }
.gz-review-text { color: #444; line-height: 1.65; font-size: .98rem; margin: 0 0 22px; }
.gz-review-author { display: flex; align-items: center; gap: 14px; }
.gz-review-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(180deg,#2a2b31,#141417); color: #fff; display: grid; place-items: center; font-family: var(--ap-font-display); font-weight: 800; font-size: 1.05rem; }
.gz-review-author strong { display: block; color: var(--gz-ink); }
.gz-review-via { font-size: .82rem; color: #8a888c; display: inline-flex; align-items: center; gap: 6px; }
.gz-review-via [class^="icon-"] { color: var(--gz-red); }
.gz-reviews-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============ CONTACT ============ */
.gz-contact-sec { background: var(--gz-ink); }
.gz-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.gz-contact-title { font-size: clamp(1.8rem, 3vw, 2.6rem); color: #fff; margin: 14px 0 18px; }
.gz-contact-blurb { color: #c3c1c5; line-height: 1.6; margin-bottom: 26px; max-width: 460px; }
.gz-contact-phone { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; margin-bottom: 26px; }
.gz-contact-phone [class^="icon-"] { width: 60px; height: 60px; border-radius: 50%; background: var(--gz-glass-red); color: #fff; display: grid; place-items: center; font-size: 1.5rem; box-shadow: 0 8px 22px rgba(236,50,55,.45); }
.gz-contact-phone small { display: block; color: var(--gz-silver); font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; white-space: nowrap; }
.gz-contact-phone [class^="icon-"] { flex: none; }
.gz-contact-phone strong { display: block; color: #fff; font-family: var(--ap-font-display); font-size: 1.85rem; line-height: 1.1; }
.gz-contact-info { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; color: #d4d3d6; }
.gz-contact-info [class^="icon-"] { color: var(--gz-red-bright); margin-right: 8px; }
.gz-contact-lic { display: flex; flex-wrap: wrap; gap: 8px; }
.gz-contact-lic span { font-size: .76rem; color: #b6b4b8; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 6px 11px; border-radius: 4px; }
.gz-contact-lic strong { color: #fff; }

.gz-form-card { background: #fff; border-radius: 10px; padding: 36px 34px; box-shadow: 0 24px 60px rgba(0,0,0,.4); border-top: 6px solid var(--gz-red); }
.gz-form-card-embed { padding: 0; overflow: hidden; }
.gz-camp-form { width: 100%; height: 1006px; max-height: 80vh; border: none; border-radius: 0 0 10px 10px; display: block; background: #fff; }
.gz-form-title { font-size: 1.6rem; margin-bottom: 20px; }
.gz-field { margin-bottom: 16px; }
.gz-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gz-field label { display: block; font-family: var(--ap-font-display); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gz-ink); margin-bottom: 6px; }
.gz-err { color: var(--gz-red); font-size: .78rem; margin-top: 5px; display: block; font-weight: 600; }
.gz-form-submit { width: 100%; margin-top: 6px; }
.gz-form-fine { font-size: .76rem; color: #9a989c; text-align: center; margin: 12px 0 0; }
.gz-form-success { text-align: center; padding: 24px 8px; }
.gz-success-ic { width: 78px; height: 78px; border-radius: 50%; background: #e9f7ee; color: #1f9d52; display: grid; place-items: center; margin: 0 auto 18px; font-size: 2.4rem; }
.gz-form-success h3 { font-size: 1.7rem; margin-bottom: 12px; }
.gz-form-success p { color: #5e5d61; line-height: 1.6; margin-bottom: 22px; }
.gz-form-success a { color: var(--gz-red); font-weight: 700; }

/* ============ COUPONS ============ */
.gz-coupons-sec { background:
  radial-gradient(circle at 18px 12px, rgba(236,50,55,0.08) 0 6px, transparent 7px) 0 0 / 40px 24px,
  #08080a; }
.gz-coupons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gz-coupon { background: var(--gz-glass-red); border-radius: 10px; padding: 36px 30px; text-align: center; color: #fff; position: relative; box-shadow: 0 16px 40px rgba(236,50,55,.3); overflow: visible; border: 2px dashed rgba(255,255,255,.55); }
.gz-coupon-amt { font-family: var(--ap-font-display); font-weight: 800; font-size: 3.2rem; line-height: 1; text-shadow: 0 2px 4px rgba(0,0,0,.3); }
.gz-coupon-label { font-family: var(--ap-font-display); font-weight: 700; font-size: 1.25rem; margin: 8px 0 4px; }
.gz-coupon-sub { font-size: .92rem; opacity: .92; margin-bottom: 22px; }
.gz-coupon .gz-btn { background: #fff; color: var(--gz-red); box-shadow: 0 4px 0 rgba(0,0,0,.2); }
.gz-coupon .gz-btn:hover { background: var(--gz-ink); color: #fff; }

/* ============ AREAS ============ */
.gz-areas-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 50px; align-items: stretch; }
.gz-map-wrap { display: flex; flex-direction: column; }
.gz-map-frame { position: relative; flex: 1; border-radius: 10px; overflow: hidden; border: 3px solid var(--gz-red); box-shadow: 0 18px 40px rgba(0,0,0,.18); background: var(--gz-ink); min-height: 460px; display: flex; flex-direction: column; }
.gz-map-bar { display: flex; align-items: center; gap: 9px; padding: 13px 18px; background: var(--gz-ink); color: #fff; font-family: var(--ap-font-display); letter-spacing: .04em; font-size: 1.05rem; }
.gz-map-bar [class^="icon-"] { color: var(--gz-red-bright); font-size: 1.1rem; }
.gz-map-bar strong { font-weight: 700; }
.gz-map-embed { flex: 1; width: 100%; border: 0; display: block; min-height: 410px; }
.gz-map-cap { margin-top: 16px; color: #57565a; font-weight: 600; font-size: .92rem; text-align: center; }
.gz-map-cap [class^="icon-"] { color: var(--gz-red); }
.gz-areas-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-content: start; }
.gz-area-chip { display: flex; align-items: center; gap: 9px; padding: 13px 16px; background: #fff; border: 1px solid #eaeaec; border-radius: 6px; text-decoration: none; color: var(--gz-ink); font-weight: 600; font-size: .92rem; transition: all .18s; cursor: pointer; font-family: var(--ap-font-body); text-align: left; }
.gz-area-chip [class^="icon-"] { color: var(--gz-silver); transition: color .18s; flex: none; }
.gz-area-chip:hover { border-color: var(--gz-red); background: #fff; transform: translateX(3px); box-shadow: 0 6px 16px rgba(236,50,55,.14); }
.gz-area-chip:hover [class^="icon-"] { color: var(--gz-red); }
.gz-area-chip.is-active { background: var(--gz-red); border-color: var(--gz-red); color: #fff; box-shadow: 0 6px 16px rgba(236,50,55,.3); }
.gz-area-chip.is-active [class^="icon-"] { color: #fff; }

/* ============ CTA BAND ============ */
.gz-cta-band { background: linear-gradient(120deg, #b51d22 0%, #ec3237 100%); padding: 64px 0; }
.gz-cta-inner { display: flex; align-items: center; gap: 40px; justify-content: space-between; flex-wrap: wrap; }
.gz-cta-text { flex: 1 1 480px; }
.gz-cta-text h2 { color: #fff; font-size: clamp(1.7rem, 2.8vw, 2.5rem); margin-bottom: 12px; }
.gz-cta-text .gz-red-word { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.2); border-bottom: 4px solid rgba(255,255,255,.5); }
.gz-cta-text p { color: rgba(255,255,255,.92); line-height: 1.6; margin: 0; max-width: 640px; }
.gz-cta-actions { display: flex; flex-direction: column; gap: 12px; flex: none; }
.gz-cta-band .gz-btn-primary { background: var(--gz-ink); box-shadow: 0 3px 0 #000; }
.gz-cta-band .gz-btn-primary:hover { background: #000; }

/* ============ FOOTER ============ */
.gz-footer { background: #08080a; color: #b6b4b8; }
.gz-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; padding: 64px 0 44px; }
.gz-footer-slogan { font-family: var(--ap-font-display); font-weight: 700; color: #fff; font-size: 1.25rem; margin: 18px 0 4px; }
.gz-footer-tag { color: var(--gz-red-bright); font-weight: 600; font-size: .95rem; margin: 0 0 18px; }
.gz-social { display: flex; gap: 10px; }
.gz-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.06); display: grid; place-items: center; color: #fff; text-decoration: none; transition: background .2s, transform .2s; }
.gz-social a:hover { background: var(--gz-red); transform: translateY(-3px); }
.gz-footer-col h4 { color: #fff; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.gz-footer-col a { display: block; color: #b6b4b8; text-decoration: none; padding: 5px 0; font-size: .92rem; transition: color .15s; }
.gz-footer-col a:hover { color: var(--gz-red-bright); }
.gz-footer-contact p { display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; font-size: .92rem; margin: 0 0 12px; }
.gz-footer-contact [class^="icon-"] { color: var(--gz-red-bright); margin-top: 2px; }
.gz-footer-phone { font-family: var(--ap-font-display); font-weight: 800; font-size: 1.35rem; color: #fff !important; display: inline-flex; align-items: center; gap: 8px; }
.gz-pay { display: flex; gap: 8px; }
.gz-pay span { background: #fff; color: #222; font-weight: 800; font-size: .72rem; padding: 5px 9px; border-radius: 3px; font-family: var(--ap-font-display); }
.gz-finance { margin-top: 12px; font-size: .85rem; display: flex; align-items: center; gap: 8px; }
.gz-finance [class^="icon-"] { color: var(--gz-red-bright); }
.gz-footer-licbar { border-top: 1px solid rgba(255,255,255,.08); }
.gz-footer-licbar-inner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; padding: 18px 0; font-size: .82rem; color: #87858a; }
.gz-lic-chip { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 5px 11px; border-radius: 4px; color: #cfcdd0; font-weight: 600; }
.gz-footer-legal { background: #000; }
.gz-footer-legal div { padding: 16px 0; font-size: .8rem; color: #6a686d; text-align: center; }

/* ============ scroll-to-top ============ */
.gz-scrolltop { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 50px; height: 50px; border-radius: 50%; border: 0; background: var(--gz-glass-red); color: #fff; font-size: 1.2rem; cursor: pointer; box-shadow: 0 8px 22px rgba(236,50,55,.45); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .25s, transform .25s; display: grid; place-items: center; }
.gz-scrolltop.show { opacity: 1; transform: none; pointer-events: auto; }
.gz-scrolltop:hover { filter: brightness(1.1); }

/* ============ tweak overrides ============ */
.gz-no-chrome .gz-chrome-text { background: none; -webkit-text-fill-color: #fff; color: #fff; filter: none; }
.gz-square-btn .gz-btn { border-radius: 0; }
.gz-hide-badges .gz-hero-badges { display: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
  .gz-mainnav { display: none; }
  .gz-burger { display: flex; }
  .gz-phone-label { display: none; }
  .gz-trust-grid, .gz-featured-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .gz-topbar-left { display: none; }
  .gz-topbar-inner { justify-content: center; }
  .gz-contact-grid, .gz-areas-grid, .gz-reviews-grid { grid-template-columns: 1fr; gap: 32px; }
  .gz-svc-tabs { display: flex; }
  .gz-svc-grid { grid-template-columns: 1fr; }
  .gz-svc-col { display: none; }
  .gz-svc-col.is-active { display: flex; }
  .gz-why-grid, .gz-coupons-grid { grid-template-columns: 1fr; }
  .gz-areas-list { grid-template-columns: 1fr 1fr; }
  .gz-book-btn { display: none; }
  .gz-footer-grid { grid-template-columns: 1fr 1fr; }
  .gz-cta-actions { width: 100%; }
  .gz-hero-dots { bottom: 110px; }
}
@media (max-width: 560px) {
  .gz-trust-grid, .gz-featured-grid, .gz-field-row, .gz-areas-list, .gz-footer-grid, .gz-intro-check { grid-template-columns: 1fr; }
  .gz-phone-num { font-size: 1.05rem; }
  .gz-hero { min-height: 580px; }
  .gz-hero-badge { font-size: .9rem; padding: 14px 10px; min-width: 0; }
  .gz-hero-badge .gz-badge-ic { width: 46px; height: 46px; }
  .gz-hero-badge .gz-badge-ic svg { width: 24px; height: 24px; }
  :root { --gz-section-pad: 60px; }
  .gz-section { padding: 60px 0; }
}


/* =========================================================
   BOOTSTRAP-4 COEXISTENCE HELPERS
   The PHP template uses Bootstrap .container/.row/.col-* for
   layout; the gz-* classes below only carry brand visuals.
   ========================================================= */
.gz-fullw { width: 100%; }
.gz-h100  { height: 100%; }
.gz-card-h { height: 100%; }
/* neutralise Bootstrap heading resets inside brand headings */
.gz-section-title, .gz-hero-title, .gz-intro-title, .gz-contact-title,
.gz-trust-title, .gz-feature-title, .gz-why-title, .gz-coupon-label { margin-top: 0; }
/* keep Bootstrap columns from adding default gutters fighting our gaps */
.gz-row-tight { margin-left: -12px; margin-right: -12px; }
.gz-row-tight > [class*="col-"] { padding-left: 12px; padding-right: 12px; }
img { max-width: 100%; height: auto; }

/* when featured/trust/why cards live in Bootstrap columns they need
   full column height + bottom spacing on stack */
.gz-feature-card, .gz-trust-card, .gz-why-card, .gz-coupon { height: 100%; }

/* =========================================================
   MOBILE CAROUSELS
   On phones, the Featured Services, Trust boxes, and Coupons
   become horizontal swipe carousels (one card at a time) to
   shorten the page. Desktop keeps the multi-column grid.
   ========================================================= */
.gz-mcarousel { position: relative; }
.gz-mcarousel-dots { display: none; }

@media (max-width: 767px) {
  .gz-mcarousel .gz-mcarousel-track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 4px 0 6px;
  }
  .gz-mcarousel .gz-mcarousel-track::-webkit-scrollbar { display: none; }
  .gz-mcarousel .gz-mcarousel-item {
    flex: 0 0 86%;
    max-width: 86%;
    scroll-snap-align: center;
    padding: 0 10px;
  }
  .gz-mcarousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }
  .gz-mcarousel-dots button {
    width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%;
    background: rgba(150,150,150,.4); cursor: pointer; transition: all .2s;
  }
  .gz-mcarousel-dots button.active { background: var(--gz-red); width: 24px; border-radius: 5px; }
  /* dots on the dark trust section */
  .gz-trust .gz-mcarousel-dots button { background: rgba(255,255,255,.28); }
  .gz-trust .gz-mcarousel-dots button.active { background: var(--gz-red); }
  /* coupons dots on dark bg */
  .gz-coupons-sec .gz-mcarousel-dots button { background: rgba(255,255,255,.28); }
  .gz-coupons-sec .gz-mcarousel-dots button.active { background: var(--gz-red); }
}

/* =========================================================
   HERO — WordPress version renders a single static hero with a
   real <img>/inline bg; make sure content shows without JS.
   ========================================================= */
.gz-hero-wp {
    position: relative;
    min-height: 760px; 
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.gz-hero-wp .gz-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 17px 2%;
    margin-top: 1em;
} 
 
.gz-hero-wp .gz-hero-content { max-width: 660px; }
@media (max-width: 767px) {
  .gz-hero-wp { min-height: 500px; }
  .gz-hero-wp .gz-hero-inner { padding: 60px 0; }
  .gz-hero-usps li { font-size: 1.2rem; }
}
