
/* =====================================================
   ZH BATTERIES - CLEAN FINAL WORKING STYLE
   ===================================================== */

:root{
  --bg:#030712;
  --surface:#07111f;
  --surface2:#0f1d31;
  --card:#0c1728;
  --line:rgba(255,255,255,.12);
  --text:#f8fafc;
  --muted:#a8b3c7;
  --blue:#38bdf8;
  --blue2:#0284c7;
  --gold:#f59e0b;
  --green:#22c55e;
  --dark:#020617;
  --radius:20px;
  --shadow:0 24px 80px rgba(0,0,0,.42);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:"Plus Jakarta Sans",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 0%,rgba(56,189,248,.20),transparent 32rem),
    radial-gradient(circle at 85% 5%,rgba(245,158,11,.14),transparent 31rem),
    linear-gradient(180deg,#030712 0%,#07111f 45%,#030712 100%);
  line-height:1.55;
  overflow-x:hidden;
  padding-bottom:0;
}

a{color:inherit}

.container{
  width:min(1180px,92%);
  margin:auto;
}

/* TOP BAR */
.topbar{
  background:#020617;
  border-bottom:1px solid var(--line);
  font-weight:900;
  font-size:13px;
}

.topbar-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:10px 0;
}

.live{
  display:flex;
  align-items:center;
  gap:9px;
}

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 0 rgba(34,197,94,.75);
  animation:pulse 1.5s infinite;
}

@keyframes pulse{
  70%{box-shadow:0 0 0 10px rgba(34,197,94,0)}
}

/* HEADER */
.header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(3,7,18,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
  position:relative;
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-size:21px;
  font-weight:1000;
  letter-spacing:-.6px;
}

.logo-mark{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#111827;
  background:linear-gradient(135deg,var(--gold),#fb923c);
  box-shadow:0 14px 32px rgba(245,158,11,.25);
}

.logo span{color:var(--blue)}

.nav-links{
  display:flex;
  align-items:center;
  gap:21px;
}

.nav-links a{
  color:var(--muted);
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}

.nav-links a:hover,
.nav-links a.active{
  color:#fff;
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:12px 19px;
  border-radius:14px;
  border:1px solid transparent;
  text-decoration:none;
  font-weight:1000;
  cursor:pointer;
  transition:.16s ease;
  text-align:center;
  font-family:inherit;
}

.btn:hover{transform:translateY(-1px)}

.btn-call{
  background:linear-gradient(135deg,var(--gold),#f97316);
  color:#111827;
}

.btn-text{
  background:linear-gradient(135deg,var(--green),#16a34a);
  color:#052e16;
}

.btn-blue{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
}

.btn-outline{
  background:rgba(255,255,255,.05);
  border-color:var(--line);
  color:#fff;
}

.menu-toggle{
  display:none;
  background:transparent;
  border:0;
  cursor:pointer;
}

.menu-toggle span{
  display:block;
  width:28px;
  height:3px;
  background:#fff;
  border-radius:99px;
  margin:5px 0;
}

/* WORKING SCROLLING BANNER */
.trust-marquee{
  width:100%;
  overflow:hidden;
  background:linear-gradient(90deg,#f59e0b,#38bdf8,#22c55e);
  color:#06111f;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-weight:1000;
  white-space:nowrap;
  position:relative;
  z-index:50;
}

.trust-marquee-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:max-content;
  gap:34px;
  padding:11px 0;
  animation:trustMove 36s linear infinite;
  will-change:transform;
}

.trust-marquee span{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  gap:7px;
  font-size:14px;
  line-height:1;
  letter-spacing:.2px;
}

@keyframes trustMove{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-50%,0,0)}
}

/* HERO */
.hero{
  padding:64px 0 42px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:42px;
  align-items:center;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(34,197,94,.13);
  border:1px solid rgba(34,197,94,.27);
  color:#dcfce7;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-size:12px;
  font-weight:1000;
}

.hero h1{
  margin:17px 0 18px;
  font-size:clamp(40px,5.5vw,74px);
  line-height:1.02;
  letter-spacing:-2.5px;
}

.gradient{
  background:linear-gradient(90deg,var(--blue),#a78bfa);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-text{
  max-width:780px;
  color:#d5deec;
  font-size:19px;
}

.hero-ctas{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:27px;
}

.mobile-primary-actions{
  display:none;
  gap:10px;
  margin:22px 0 4px;
}

.mobile-primary-actions a{
  flex:1;
  min-height:64px;
  border-radius:18px;
  font-size:18px;
}

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:23px;
}

.trust-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:#dbeafe;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}

/* CARDS */
.dispatch-card,
.card,
.final-action-card,
.rating-card,
.local-seo-note{
  background:linear-gradient(180deg,rgba(15,29,49,.92),rgba(9,22,39,.92));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.dispatch-card{
  border-radius:30px;
  padding:25px;
  box-shadow:var(--shadow);
}

.dispatch-card h2{
  margin:0 0 8px;
  font-size:28px;
}

.dispatch-card p,
.card p{
  margin:0;
  color:var(--muted);
}

.call-panel{
  background:#020617;
  border:1px solid rgba(56,189,248,.18);
  border-radius:20px;
  padding:16px;
  margin:18px 0;
}

.call-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.075);
}

.call-row:last-child{border-bottom:0}

.call-row span{
  color:var(--muted);
  text-align:right;
}

.big-action{
  display:grid;
  gap:10px;
}

.big-action a{
  min-height:64px;
  border-radius:18px;
  font-size:21px;
}

/* SECTIONS */
.section{
  padding:72px 0;
  border-top:1px solid rgba(255,255,255,.075);
}

.section-header{
  text-align:center;
  max-width:850px;
  margin:0 auto 38px;
}

.kicker{
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:12px;
  font-weight:1000;
}

.title{
  font-size:clamp(30px,3.7vw,48px);
  line-height:1.12;
  margin:8px 0 12px;
  letter-spacing:-1.4px;
}

.sub{
  color:var(--muted);
  font-size:17px;
  margin:0;
}

.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

.card h3{
  margin:0 0 10px;
  font-size:21px;
}

.icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:16px;
  margin-bottom:15px;
  font-size:24px;
  background:rgba(56,189,248,.13);
  border:1px solid rgba(56,189,248,.22);
}

.final-action-card{
  background:linear-gradient(135deg,rgba(245,158,11,.16),rgba(34,197,94,.12),rgba(56,189,248,.10));
  border:1px solid rgba(245,158,11,.28);
  border-radius:30px;
  padding:28px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.no-form-message{
  max-width:820px;
  margin:0 auto;
  text-align:center;
}

.final-action-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:22px;
}

.final-action-buttons .btn{
  min-height:68px;
  font-size:20px;
}

.symptom-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.symptom{
  background:rgba(255,255,255,.055);
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
  font-weight:900;
  color:#e5efff;
}

.proof-band{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.proof-item{
  background:#020617;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:18px;
  text-align:center;
}

.proof-item strong{
  display:block;
  font-size:22px;
  margin-bottom:5px;
  color:#fff;
}

.proof-item span{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}

.input{
  width:100%;
  padding:15px;
  border-radius:13px;
  border:1px solid var(--line);
  background:#071120;
  color:#fff;
  font:inherit;
  outline:none;
}

.area-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.area-cloud span{
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:#dbeafe;
  font-size:13px;
  font-weight:900;
}

.call-strip{
  background:linear-gradient(135deg,rgba(245,158,11,.17),rgba(34,197,94,.11),rgba(56,189,248,.10));
  border:1px solid rgba(245,158,11,.24);
  border-radius:30px;
  padding:28px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
  align-items:center;
}

.review-summary{
  display:grid;
  grid-template-columns:.84fr 1.16fr;
  gap:22px;
}

.stars{
  color:var(--gold);
  font-size:27px;
  letter-spacing:2px;
}

.rating-card h3{
  font-size:40px;
  margin:8px 0 4px;
}

.faq-item{
  background:rgba(255,255,255,.045);
  border:1px solid var(--line);
  border-radius:18px;
  padding:21px;
}

.faq-item h3{
  margin:0 0 8px;
  font-size:18px;
}

.faq-item p{
  margin:0;
  color:var(--muted);
}

/* FOOTER */
.footer{
  background:#020617;
  border-top:1px solid var(--line);
  padding:36px 0 92px;
  color:var(--muted);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:24px;
}

.footer a{
  text-decoration:none;
  color:#dbeafe;
}

/* STICKY MOBILE CALL/TEXT */
.sticky-mobile{
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1300;
  background:#020617;
  border-top:1px solid var(--line);
  padding:8px;
  gap:8px;
}

.sticky-mobile a{
  flex:1;
  text-align:center;
  text-decoration:none;
  border-radius:14px;
  padding:14px 7px;
  font-weight:1000;
  font-size:16px;
}

.sticky-mobile .call{
  background:var(--gold);
  color:#111827;
}

.sticky-mobile .text{
  background:var(--green);
  color:#052e16;
}

/* MOBILE */
@media(max-width:940px){
  body{
    padding-bottom:74px;
  }

  .topbar-inner{
    justify-content:center;
    text-align:center;
  }

  .topbar-inner > span:last-child{
    display:none;
  }

  .nav-links{
    display:none;
    position:absolute;
    left:-4%;
    right:-4%;
    top:72px;
    background:#030712;
    border-bottom:1px solid var(--line);
    padding:20px;
    flex-direction:column;
    align-items:flex-start;
  }

  .nav-links.active{
    display:flex;
  }

  .menu-toggle{
    display:block;
  }

  .nav-actions .btn{
    display:none;
  }

  .trust-marquee-track{
    gap:28px;
    padding:10px 0;
    animation-duration:24s;
  }

  .trust-marquee span{
    font-size:13px;
  }

  .hero{
    padding:38px 0 30px;
  }

  .hero-grid,
  .split,
  .review-summary,
  .call-strip,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .symptom-grid,
  .proof-band,
  .final-action-buttons{
    grid-template-columns:1fr;
  }

  .hero h1{
    font-size:42px;
    letter-spacing:-1.7px;
  }

  .hero-text{
    font-size:17px;
  }

  .hero-ctas{
    display:none;
  }

  .mobile-primary-actions{
    display:flex;
  }

  .dispatch-card{
    padding:21px;
  }

  .sticky-mobile{
    display:flex;
  }
}


/* =====================================================
   ANDROID CHROME MOBILE FIX
   Purpose: desktop keeps animated banner, phone gets stable swipe banner
   ===================================================== */
@media(max-width:940px){

  html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .topbar{
    font-size:12px;
  }

  .header{
    position:sticky;
    top:0;
    z-index:2000;
  }

  .nav{
    padding:12px 0;
  }

  .logo{
    font-size:18px;
  }

  .logo-mark{
    width:38px;
    height:38px;
    border-radius:13px;
  }

  /* Android Chrome-safe banner:
     no transform animation on mobile, because some Android browsers glitch with max-content + translate.
     Customer can swipe horizontally if needed. */
  .trust-marquee{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    white-space:nowrap;
    background:linear-gradient(90deg,#f59e0b,#38bdf8);
    scrollbar-width:none;
    z-index:100;
  }

  .trust-marquee::-webkit-scrollbar{
    display:none;
  }

  .trust-marquee-track{
    animation:none !important;
    transform:none !important;
    display:flex;
    width:max-content;
    min-width:max-content;
    gap:14px;
    padding:10px 12px;
  }

  .trust-marquee span{
    background:rgba(255,255,255,.20);
    border:1px solid rgba(0,0,0,.10);
    border-radius:999px;
    padding:8px 12px;
    font-size:12px;
    line-height:1;
    color:#06111f;
    flex:0 0 auto;
  }

  .hero{
    padding-top:30px;
  }

  .hero h1{
    font-size:36px;
    line-height:1.08;
    letter-spacing:-1.2px;
  }

  .hero-text{
    font-size:16px;
  }

  .mobile-primary-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .mobile-primary-actions .btn{
    min-height:62px;
    font-size:17px;
    padding:12px 8px;
  }

  .dispatch-card{
    margin-top:8px;
  }

  .section{
    padding:52px 0;
  }

  .title{
    font-size:30px;
  }

  .sticky-mobile{
    display:flex !important;
    z-index:3000;
  }
}

@media(max-width:420px){
  .hero h1{
    font-size:32px;
  }

  .mobile-primary-actions .btn{
    font-size:16px;
  }

  .trust-marquee span{
    font-size:11.5px;
    padding:8px 10px;
  }
}


/* =====================================================
   ANDROID + iPHONE SAFARI FINAL UI FIX
   Fixes buttons/tabs looking like plain text on mobile
   ===================================================== */

/* Prevent iOS Safari from restyling buttons/links */
a,
button,
.btn,
input,
select,
textarea{
  -webkit-tap-highlight-color:rgba(255,255,255,.18);
}

a.btn,
.btn,
button.btn{
  -webkit-appearance:none;
  appearance:none;
  border:none;
  text-decoration:none !important;
  box-shadow:none;
}

.btn-call,
a.btn-call{
  background:#f59e0b !important;
  background:linear-gradient(135deg,#f59e0b,#f97316) !important;
  color:#111827 !important;
  border:1px solid rgba(245,158,11,.40) !important;
}

.btn-text,
a.btn-text{
  background:#22c55e !important;
  background:linear-gradient(135deg,#22c55e,#16a34a) !important;
  color:#052e16 !important;
  border:1px solid rgba(34,197,94,.38) !important;
}

.btn-blue,
a.btn-blue{
  background:#38bdf8 !important;
  background:linear-gradient(135deg,#38bdf8,#0284c7) !important;
  color:#ffffff !important;
}

.btn-outline,
a.btn-outline{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#ffffff !important;
}

/* Mobile layout hardening */
@media(max-width:940px){

  *{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
  }

  body{
    min-width:0;
    width:100%;
    overflow-x:hidden;
  }

  .btn,
  a.btn,
  button.btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:54px;
    border-radius:14px !important;
    padding:13px 14px !important;
    font-weight:1000 !important;
    line-height:1.15 !important;
    text-align:center !important;
    text-decoration:none !important;
    white-space:normal !important;
  }

  .mobile-primary-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:10px;
    width:100%;
  }

  .mobile-primary-actions .btn{
    min-height:66px !important;
    font-size:17px !important;
  }

  .final-action-buttons{
    display:grid !important;
    grid-template-columns:1fr;
    gap:12px;
  }

  .final-action-buttons .btn{
    min-height:66px !important;
    font-size:18px !important;
  }

  .big-action .btn{
    min-height:64px !important;
    font-size:18px !important;
  }

  .hero-ctas[style*="display:flex"],
  .hero-ctas.force-mobile-show{
    display:flex !important;
    flex-direction:column;
    gap:10px;
  }

  /* Turn navigation into clean mobile tabs when menu opens */
  .nav-links.active{
    display:grid !important;
    grid-template-columns:1fr;
    gap:10px;
    padding:16px;
  }

  .nav-links.active a{
    display:block;
    width:100%;
    padding:14px 16px;
    border-radius:14px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    color:#ffffff !important;
    font-size:16px;
    text-decoration:none;
  }

  .nav-links.active a.active{
    background:linear-gradient(135deg,#38bdf8,#0284c7);
    color:#ffffff !important;
  }

  .menu-toggle{
    width:46px;
    height:46px;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    display:grid !important;
    place-items:center;
    padding:0;
  }

  .menu-toggle span{
    margin:2px 0;
  }

  .card,
  .dispatch-card,
  .final-action-card,
  .rating-card,
  .local-seo-note,
  .faq-item{
    border-radius:18px !important;
  }

  .trust-pill{
    background:rgba(255,255,255,.09) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    color:#ffffff !important;
  }

  .sticky-mobile{
    display:flex !important;
    padding:8px calc(8px + env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) calc(8px + env(safe-area-inset-left));
  }

  .sticky-mobile a{
    display:flex !important;
    align-items:center;
    justify-content:center;
    min-height:52px;
    border-radius:14px;
    text-decoration:none !important;
    font-size:16px;
  }

  .sticky-mobile .call{
    background:#f59e0b !important;
    color:#111827 !important;
  }

  .sticky-mobile .text{
    background:#22c55e !important;
    color:#052e16 !important;
  }

  /* If images are added later, keep them responsive */
  img{
    max-width:100%;
    height:auto;
    display:block;
  }
}

@media(max-width:420px){
  .mobile-primary-actions{
    grid-template-columns:1fr;
  }

  .hero h1{
    font-size:31px !important;
  }

  .btn,
  a.btn{
    font-size:16px !important;
  }
}


/* =====================================================
   FINAL STATIC TOP BANNER
   No animation. Works on all mobile and desktop browsers.
   ===================================================== */

.trust-marquee{
  display:block !important;
  width:100%;
  overflow:visible !important;
  background:linear-gradient(90deg,#f59e0b,#38bdf8,#22c55e);
  color:#06111f;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-weight:1000;
  position:relative;
  z-index:100;
  white-space:normal !important;
}

.trust-marquee-track{
  animation:none !important;
  -webkit-animation:none !important;
  transform:none !important;
  -webkit-transform:none !important;
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100% !important;
  min-width:0 !important;
  padding:10px 12px;
}

.trust-marquee span{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  white-space:nowrap !important;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(0,0,0,.10);
  border-radius:999px;
  padding:8px 12px;
  color:#06111f !important;
  font-size:13px;
  line-height:1;
  font-weight:1000;
}

.mobile-trust-strip{
  display:none !important;
}

.no-break-phone,
a[href^="tel:"],
.btn-call{
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

@media(max-width:940px){
  .trust-marquee-track{
    justify-content:flex-start;
    flex-wrap:nowrap !important;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:9px 10px;
  }

  .trust-marquee-track::-webkit-scrollbar{
    display:none;
  }

  .trust-marquee span{
    font-size:12px;
    padding:8px 10px;
  }

  .btn-call,
  a.btn-call,
  .big-action a.btn-call,
  .final-action-buttons a.btn-call,
  .mobile-primary-actions a.btn-call,
  .sticky-mobile .call{
    white-space:nowrap !important;
    word-break:keep-all !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }
}
