/* =========================================================
   Local Kew Plumber — Landing Page
   Palette derived from media/logo.svg:
     Navy #065182  /  Teal #23bfcc
   ========================================================= */

:root{
  --navy:        #065182;
  --navy-dark:   #043a5e;
  --navy-darker: #032640;
  --teal:        #23bfcc;
  --teal-dark:   #1a97a2;
  --teal-light:  #e6f9fb;
  --gold:        #ffb400;
  --ink:         #142230;
  --grey:        #5c6b78;
  --grey-light:  #f4f7f9;
  --white:       #ffffff;
  --radius:      16px;
  --shadow:      0 25px 50px -22px rgba(6,81,130,.35);
  --container:   100%;
  --font-head:   'Anton', 'Poppins', sans-serif;
  --font-body:   'Poppins', sans-serif;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4{ margin: 0 0 .5em; line-height: 1.15; }
p{ margin: 0 0 1em; }
.container{
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.accent{ color: var(--teal); }
.eyebrow{
  display: inline-block;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .8rem;
  color: var(--teal-dark);
  margin-bottom: .6em;
}
.stars{ color: var(--gold); letter-spacing: 1px; }

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover{ transform: translateY(-2px); }
.btn-primary{ background: var(--teal); color: var(--navy-darker); box-shadow: 0 12px 24px -10px rgba(35,191,204,.6); }
.btn-primary:hover{ background: var(--teal-dark); }
.btn-block{ width: 100%; }
.btn-outline{
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
  margin-top: 20px;
}
.btn-outline:hover{ background: var(--navy); color: var(--white); }
.btn-outline-dark{ background: transparent; border-color: var(--white); color: var(--white); }
.btn-outline-dark:hover{ background: var(--white); color: var(--navy); }
.btn-dark{ background: var(--navy-darker); color: var(--white); }
.btn-dark:hover{ background: var(--navy); }
.btn-dark-outline{ background: transparent; border-color: var(--navy-darker); color: var(--navy-darker); }
.btn-dark-outline:hover{ background: var(--navy-darker); color: var(--white); }

.pill{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .85rem;
}
.pill-dark{ background: var(--navy-darker); color: var(--white); }
.pill-outline{ border: 2px solid var(--navy); color: var(--navy); background: var(--teal-light); }

/* =========== TOP BAR =========== */
.topbar{
  background: var(--white);
  border-bottom: 1px solid #eef1f4;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topbar-main{
  flex: 1 1 480px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 14px 24px;
  padding-left: 24px;
}
.brand{ display: flex; align-items: center; gap: 12px; }
.brand-icon{ width: 52px; height: 52px; flex-shrink: 0; }
.brand-text{ display: flex; flex-direction: column; }
.brand-title{
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: .02em;
  color: var(--navy);
  text-transform: uppercase;
}
.brand-tagline{ font-size: .7rem; color: var(--grey); font-weight: 600; letter-spacing: .04em; }
.brand--light .brand-title{ color: var(--white); }
.brand--light .brand-tagline{ color: #c7dbe8; }

.trust-badges{ display: flex; gap: 26px; }
.trust-badge{ display: flex; align-items: center; gap: 10px; }
.trust-icon{ width: 30px; height: 30px; flex-shrink: 0; }
.trust-badge-title{ font-size: .95rem; font-weight: 700; color: var(--ink); line-height: 1.2; }
.trust-badge-sub{ font-size: .68rem; font-weight: 600; color: var(--grey); margin-bottom: 2px; }
.trust-badge-stars{ color: var(--gold); font-size: .78rem; }
.trust-badge-stars span{ color: var(--ink); font-weight: 700; margin-left: 3px; }

/* Right-hand colour blocks — bleed to the edge of the viewport */
.topbar-cta{ flex: 0 0 auto; display: flex; align-items: stretch; overflow: visible; }

.emergency-pill{
  background: var(--teal);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 30px 12px 44px;
  position: relative;
}
.clock-badge{
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--navy-darker);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-left: -44px;
  box-shadow: 0 8px 16px -6px rgba(4,58,94,.35);
}
.clock-24h{ width: 40px; height: 40px; object-fit: contain; }
.emergency-title{ font-size: .8rem; font-weight: 800; color: var(--navy-darker); text-transform: uppercase; letter-spacing: .02em; }
.emergency-phone{ font-weight: 700; color: var(--navy-darker); font-size: .95rem; }
.emergency-phone:hover{ text-decoration: underline; }

.book-pill{
  background: var(--navy-darker);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 34px 12px 26px;
  position: relative;
  border-radius: 120px 0 0 120px;
  margin-left: 2px;
}
.book-pill::before{
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -30px;
  width: 60px;
  background: var(--navy-darker);
  border-radius: 50%;
}
.book-pill::after{
  content: "";
  position: absolute;
  left: 6px; bottom: -12px;
  width: 20px; height: 20px;
  background: var(--navy-darker);
  clip-path: polygon(100% 0, 0 0, 30% 100%);
}
.cursor-spark{ width: 24px; height: 24px; color: var(--teal); flex-shrink: 0; position: relative; }
.book-title{ font-weight: 800; font-size: .95rem; text-transform: uppercase; }
.book-pill small{ font-weight: 500; font-size: .72rem; opacity: .85; }

/* =========== MAIN NAV =========== */
.mainnav{ background: var(--navy); position: sticky; top: 0; z-index: 100; }
.mainnav-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 62px;
}
.nav-links{ display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav-links > li{ position: relative; }
.nav-links > li > a{
  display: flex; align-items: center; gap: 4px;
  padding: 20px 14px;
  color: var(--white);
  font-weight: 600;
  font-size: .92rem;
  transition: color .15s ease;
}
.nav-links > li > a:hover{ color: var(--teal); }
.chevron{ width: 12px; height: 12px; color: var(--teal); }
.has-dropdown .dropdown{
  position: absolute;
  top: 100%; left: 0;
  min-width: 220px;
  background: var(--white);
  border-radius: 0 0 12px 12px;
  box-shadow: var(--shadow);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .15s ease;
  z-index: 50;
}
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown{
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li a{
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--navy);
  font-weight: 500;
  font-size: .9rem;
}
.dropdown li a:hover{ background: var(--teal-light); color: var(--teal-dark); }

.nav-status{ display: flex; align-items: center; gap: 10px; color: var(--white); font-size: .85rem; flex-shrink: 0; }
.nav-stars{ color: var(--gold); }
.nav-stars b{ color: var(--white); font-weight: 700; margin-left: 4px; }
.nav-google{ width: 20px; height: 20px; }
.nav-divider{ opacity: .4; }
.status-dot{ width: 9px; height: 9px; border-radius: 50%; background: var(--grey); }
.status-dot.open{ background: #3ddc84; box-shadow: 0 0 0 4px rgba(61,220,132,.25); }
.status-dot.closed{ background: #ff5c5c; box-shadow: 0 0 0 4px rgba(255,92,92,.2); }
#status-text{ font-weight: 600; }

.menu-toggle{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle span{ width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

/* =========== HERO =========== */
.hero{ position: relative; color: var(--white); overflow: hidden; }
.hero-media{ position: absolute; inset: 0; z-index: 0; }
.hero-img{ width: 100%; height: 100%; object-fit: cover; }
.hero-overlay{
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(3,38,64,.94) 0%, rgba(3,38,64,.86) 38%, rgba(3,38,64,.55) 65%, rgba(3,38,64,.35) 100%);
}
.hero-inner{
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr .95fr;
  gap: 40px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 640px;
}
.hero-content .pill-dark{ background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); margin-bottom: 22px; }
.hero-title{
  font-family: var(--font-head);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2.3rem, 4.6vw, 3.7rem);
  letter-spacing: .01em;
}
.hero-text{ max-width: 520px; font-size: 1.05rem; color: #dce9f2; margin-top: 18px; }
.hero-offer{ display: flex; align-items: center; gap: 0; margin-top: 10px; }
.offer-ribbon{
  background: var(--teal);
  color: var(--navy-darker);
  font-weight: 800;
  font-size: .82rem;
  padding: 12px 18px;
  border-radius: 999px 0 0 999px;
}
.hero-offer .btn-primary{ border-radius: 0 999px 999px 0; background: var(--navy-darker); color: var(--white); box-shadow: none; }
.hero-offer .btn-primary:hover{ background: var(--navy); }
.hero-rating{ margin-top: 22px; font-size: .95rem; color: #dce9f2; }
.hero-rating .stars{ margin-right: 6px; }

.hero-form{
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.hero-form h3{ font-size: 1.3rem; color: var(--navy); }
.hero-form > p{ color: var(--grey); font-size: .9rem; }
.hero-form form{ display: flex; flex-direction: column; gap: 14px; margin-top: 10px; }
.hero-form input, .hero-form textarea{
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1.5px solid #e2e8ee;
  font-family: inherit;
  font-size: .95rem;
  resize: vertical;
  background: var(--grey-light);
}
.hero-form input:focus, .hero-form textarea:focus{ outline: none; border-color: var(--teal); background: var(--white); }

/* =========== STATS BAR =========== */
.stats-bar{ background: var(--white); border-bottom: 1px solid #eef1f4; }
.stats-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 24px;
}
.stat-avatars{ display: flex; align-items: center; gap: 14px; }
.avatar-stack{ display: flex; }
.avatar-stack img{
  width: 44px; height: 44px; border-radius: 50%;
  border: 3px solid var(--white);
  object-fit: cover;
  margin-left: -14px;
}
.avatar-stack img:first-child{ margin-left: 0; }
.stat-copy{ display: flex; flex-direction: column; }
.stat-copy strong{ font-size: 1.2rem; color: var(--navy); }
.stat-copy span{ font-size: .8rem; color: var(--grey); }
.stat-item{ display: flex; flex-direction: column; align-items: flex-start; }
.stat-item strong{ font-family: var(--font-head); font-weight: 400; font-size: 1.9rem; color: var(--navy); }
.stat-item span{ font-size: .8rem; color: var(--grey); font-weight: 600; }

/* =========== TESTIMONIALS =========== */
.testimonials{ padding: 90px 0; background: var(--grey-light); }
.testimonials-head{ display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.testimonials-head h2{ font-family: var(--font-head); font-weight: 400; text-transform: uppercase; font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--navy); }
.testimonials-grid{ display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 24px; align-items: stretch; }
.testimonial-card{
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 20px 40px -28px rgba(6,81,130,.25);
}
.testimonial-card h4{ color: var(--navy); font-size: 1.1rem; margin-top: 10px; }
.testimonial-card p{ color: var(--grey); font-size: .92rem; }
.testimonial-author{ display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.testimonial-author img{ width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.testimonial-author strong{ display: block; font-size: .88rem; color: var(--ink); }
.testimonial-author span{ font-size: .75rem; color: var(--teal-dark); font-weight: 600; }
.testimonials-photo{ width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); min-height: 260px; }

/* =========== TRUST BANNER =========== */
.trust-banner{ background: var(--teal); color: var(--navy-darker); }
.trust-banner-inner{
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  padding: 48px 24px;
}
.trust-banner h2{ font-family: var(--font-head); font-weight: 400; text-transform: uppercase; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.trust-banner-points{ display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.trust-point{ display: flex; align-items: center; gap: 12px; }
.trust-point .icon{ font-size: 1.8rem; }
.trust-point strong{ display: block; font-size: 1rem; }
.trust-point span{ font-size: .85rem; font-weight: 600; }
.trust-divider{ width: 2px; height: 40px; background: rgba(4,58,94,.25); }

/* =========== ABOUT =========== */
.about{ padding: 90px 0 0; }
.about-inner{ display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-media img{ border-radius: var(--radius); box-shadow: var(--shadow); }
.about-copy h2{ font-family: var(--font-head); font-weight: 400; text-transform: uppercase; font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--navy); }
.about-copy p{ color: var(--grey); }
.checklist{ display: flex; flex-direction: column; gap: 12px; margin: 22px 0; }
.checklist li{ display: flex; align-items: flex-start; gap: 10px; font-weight: 600; font-size: .95rem; }
.checklist li::before{ content: "✔"; color: var(--teal-dark); font-weight: 800; flex-shrink: 0; }
.about-cta{ display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.badge-guarantee{
  display: inline-flex; align-items: center; gap: 6px;
  border: 2px dashed var(--navy);
  color: var(--navy);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: .85rem;
}
.badge-guarantee.light{ border-color: rgba(255,255,255,.5); color: var(--white); }

.about-video{ margin-top: 70px; }
.video-card{ position: relative; border-radius: var(--radius); overflow: hidden; }
.video-card img{ width: 100%; height: 420px; object-fit: cover; }
.play-btn{
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 78px; height: 78px; border-radius: 50%;
  background: var(--teal);
  color: var(--navy-darker);
  border: 4px solid rgba(255,255,255,.7);
  font-size: 1.4rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.video-caption{
  position: absolute; left: 28px; bottom: 24px;
  background: var(--navy-darker);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
}

/* =========== FEATURE SPLIT (5-star) =========== */
.feature-split{ padding: 90px 0 0; }
.feature-split-inner{ display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.feature-copy h2{ font-family: var(--font-head); font-weight: 400; text-transform: uppercase; font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--navy); }
.feature-copy p{ color: var(--grey); }
.feature-media{ position: relative; }
.feature-media img{ border-radius: var(--radius); box-shadow: var(--shadow); }
.signature{
  position: absolute; left: 24px; bottom: 24px;
  background: var(--white);
  padding: 12px 18px;
  border-radius: 12px;
  font-family: 'Brush Script MT', cursive;
  font-size: 1.3rem;
  color: var(--navy);
  box-shadow: var(--shadow);
}
.signature small{ display: block; font-family: var(--font-body); font-size: .65rem; color: var(--grey); font-weight: 600; }

.feature-banner{ background: var(--navy-darker); color: var(--white); margin-top: 70px; }
.feature-banner-inner{ display: flex; align-items: center; gap: 26px; flex-wrap: wrap; padding: 34px 24px; }
.feature-banner-inner p{ margin: 0; font-weight: 600; font-size: 1.05rem; }

/* =========== SERVICES =========== */
.services{ background: var(--navy-darker); color: var(--white); padding: 90px 0; }
.services-head{ display: flex; justify-content: space-between; gap: 50px; flex-wrap: wrap; margin-bottom: 50px; }
.services-intro{ max-width: 480px; color: #c6d6e2; }
.services-title{ text-align: right; }
.services-title h2{ font-family: var(--font-head); font-weight: 400; text-transform: uppercase; font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.services-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.service-card{
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card img{ width: 100%; height: 200px; object-fit: cover; }
.service-card h3{ color: var(--navy); font-size: 1.2rem; padding: 22px 26px 0; }
.service-card ul{ padding: 12px 26px 26px; display: flex; flex-direction: column; gap: 8px; }
.service-card ul li{ display: flex; align-items: flex-start; gap: 8px; font-size: .88rem; color: var(--grey); }
.service-card ul li::before{ content: "•"; color: var(--teal-dark); font-weight: 800; }

/* =========== EXPERT CTA SPLIT =========== */
.cta-split{ padding: 90px 0; }
.cta-split-head{ display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.cta-split-head h2{ font-family: var(--font-head); font-weight: 400; text-transform: uppercase; font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--navy); }
.cta-split-head p{ color: var(--grey); }
.rule{ border: none; border-top: 2px solid #eaeef2; margin: 40px 0; }
.cta-split-buttons{ display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-split-buttons > span{ font-weight: 700; font-size: 1.05rem; color: var(--navy); }
.cta-buttons{ display: flex; gap: 14px; flex-wrap: wrap; }
.cta-buttons .btn-outline-dark{ border-color: var(--navy); color: var(--navy); }
.cta-buttons .btn-outline-dark:hover{ background: var(--navy); color: var(--white); }

/* =========== CLOSING BANNER =========== */
.closing-banner{ background: var(--teal); color: var(--navy-darker); }
.closing-inner{ display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 34px 24px; }
.closing-brand{ display: flex; align-items: center; gap: 14px; }
.closing-logo{ width: 50px; height: 50px; }
.closing-brand strong{ display: block; font-size: .95rem; }
.closing-brand span{ display: block; font-family: var(--font-head); font-weight: 400; text-transform: uppercase; font-size: 1.3rem; }
.closing-actions{ display: flex; gap: 14px; flex-wrap: wrap; }
.closing-features{ background: rgba(4,58,94,.12); }
.closing-features-inner{ display: flex; gap: 34px; flex-wrap: wrap; justify-content: center; padding: 16px 24px; font-weight: 700; font-size: .88rem; }

/* =========== FOOTER =========== */
.site-footer{ background: var(--navy-darker); color: #c6d6e2; }
.footer-top{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 70px 24px 50px;
}
.footer-brand p{ font-size: .88rem; margin-top: 14px; }
.footer-photo{ border-radius: 12px; margin-top: 16px; }
.footer-social{ display: flex; gap: 12px; margin-top: 18px; }
.footer-social a{
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
}
.footer-social svg{ width: 18px; height: 18px; color: var(--white); }
.footer-social a:hover{ background: var(--teal); }
.footer-social a:hover svg{ color: var(--navy-darker); }
.footer-col h4{ color: var(--white); font-size: 1rem; margin-bottom: 18px; }
.footer-col ul{ display: flex; flex-direction: column; gap: 10px; }
.footer-col a{ font-size: .88rem; color: #c6d6e2; }
.footer-col a:hover{ color: var(--teal); }
.footer-contact li{ font-size: .88rem; }
.footer-contact a{ color: var(--teal); font-weight: 600; }

.footer-bottom{ border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner{
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  padding: 20px 24px; font-size: .8rem; text-align: center;
}

/* =========== CHAT BUBBLE =========== */
.chat-bubble{
  position: fixed; right: 24px; bottom: 24px;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 14px 30px -10px rgba(6,81,130,.55);
  z-index: 200;
}
.chat-bubble:hover{ background: var(--teal-dark); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 992px){
  .trust-badges{ display: none; }
  .nav-links{
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .nav-links.open{ max-height: 600px; padding-bottom: 10px; }
  .nav-links > li > a{ padding: 14px 22px; justify-content: space-between; }
  .has-dropdown .dropdown{ position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(255,255,255,.06); border-radius: 0; display: none; }
  .has-dropdown.open .dropdown{ display: block; }
  .dropdown li a{ color: var(--white); }
  .dropdown li a:hover{ background: rgba(255,255,255,.08); color: var(--teal); }
  .menu-toggle{ display: flex; }
  .nav-status{ display: none; }
  .mainnav-inner{ position: relative; padding-top: 12px; padding-bottom: 12px; }

  .hero-inner{ grid-template-columns: 1fr; padding-top: 50px; padding-bottom: 50px; }
  .about-inner, .feature-split-inner, .cta-split-head, .services-head{ grid-template-columns: 1fr; }
  .services-title{ text-align: left; }
  .testimonials-grid{ grid-template-columns: 1fr 1fr; }
  .testimonials-photo{ grid-column: span 2; min-height: 200px; }
  .footer-top{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px){
  .topbar{ flex-direction: column; }
  .topbar-main{ justify-content: center; text-align: center; padding-left: 24px; }
  .topbar-cta{ width: 100%; flex-direction: column; }
  .emergency-pill{ justify-content: center; padding-left: 40px; }
  .book-pill{ justify-content: center; border-radius: 0; padding-left: 26px; margin-left: 0; }
  .book-pill::before, .book-pill::after{ display: none; }
  .clock-badge{ margin-left: 0; }
  .services-grid{ grid-template-columns: 1fr; }
  .testimonials-grid{ grid-template-columns: 1fr; }
  .testimonials-photo{ grid-column: auto; }
  .footer-top{ grid-template-columns: 1fr; }
  .stats-inner{ justify-content: center; text-align: center; }
  .trust-banner-inner{ justify-content: center; text-align: center; }
  .closing-inner{ justify-content: center; text-align: center; }
  .hero-offer{ flex-wrap: wrap; }
  .offer-ribbon{ border-radius: 999px; }
  .hero-offer .btn-primary{ border-radius: 999px; }
}
