
:root{
  --navy:#06182d;
  --navy2:#092747;
  --blue:#0b69c7;
  --blue2:#1387ef;
  --sky:#eaf5ff;
  --yellow:#ffc433;
  --ink:#102236;
  --muted:#5b6878;
  --line:#d9e5f1;
  --white:#fff;
  --shadow:0 18px 45px rgba(3,22,43,.14);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  line-height:1.55;
  background:#fff;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{max-width:var(--max);margin:0 auto;padding:0 22px}
.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:8px 12px;z-index:9999}
.skip-link:focus{left:10px}
.site-header{
  position:sticky;top:0;z-index:50;
  background:linear-gradient(90deg,var(--navy),#053866);
  color:#fff;
  box-shadow:0 6px 22px rgba(0,0,0,.16);
}
.header-row{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;letter-spacing:.2px}
.logo img{width:184px;height:auto}
.nav{display:flex;gap:24px;align-items:center;font-size:.94rem;font-weight:700}
.nav a{text-decoration:none;color:#fff;opacity:.92}
.nav a:hover{opacity:1;color:#aee1ff}
.header-call{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;font-size:1.15rem;background:#0b69c7;padding:10px 16px;border-radius:10px;box-shadow:0 8px 18px rgba(0,0,0,.22)}
.header-call small{display:block;font-size:.75rem;font-weight:700;opacity:.85;line-height:1}
.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:10px;padding:8px 10px;font-weight:800}
.hero{
  background:
    linear-gradient(90deg,rgba(4,17,33,.92) 0%, rgba(4,17,33,.79) 38%, rgba(4,17,33,.20) 66%, rgba(4,17,33,.05) 100%),
    url("assets/hero-van.webp") center right/cover no-repeat;
  min-height:610px;
  color:#fff;
  display:flex;align-items:center;
}
.hero-card{max-width:650px;padding:82px 0}
.kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.08);font-weight:800;margin-bottom:20px}
h1{font-size:clamp(2.5rem,6vw,5.35rem);line-height:.96;margin:0 0 18px;letter-spacing:-.05em;text-transform:uppercase}
.hero p{font-size:clamp(1.15rem,2.1vw,1.55rem);max-width:560px;margin:0 0 16px}
.hero .highlight{color:#ffe17a;font-weight:900}
.checks{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}
.check{display:flex;align-items:center;gap:8px;font-weight:750;background:rgba(255,255,255,.08);padding:8px 12px;border-radius:999px}
.check:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#0b83f2;color:#fff;font-weight:900}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:25px;align-items:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:56px;padding:14px 22px;border-radius:12px;
  text-decoration:none;font-weight:900;border:2px solid transparent;
  box-shadow:0 12px 25px rgba(0,0,0,.22);
}
.btn-primary{background:var(--blue2);color:#fff}
.btn-secondary{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.6);color:#fff}
.btn-yellow{background:var(--yellow);color:#111827}
.btn small{display:block;font-size:.76rem;line-height:1;font-weight:700;opacity:.9}
.call-stack{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}
.section{padding:64px 0}
.section.tight{padding:42px 0}
.areas{
  background:#fff;
}
.two-col{display:grid;grid-template-columns:.9fr 1.4fr;gap:36px;align-items:center}
.section-title{font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.1;margin:0 0 14px;color:#082747;letter-spacing:-.03em}
.lead{font-size:1.1rem;color:var(--muted);margin:0 0 20px}
.area-list{font-size:1.12rem;margin:18px 0 28px}
.local-badge{display:flex;align-items:center;gap:14px;padding:17px 18px;border:1px solid var(--line);border-radius:18px;background:#f7fbff;max-width:370px;font-weight:800}
.pin{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:1.55rem;flex:0 0 auto}
.map-card{border-radius:22px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}
.services{background:linear-gradient(#f8fbff,#fff)}
.center{text-align:center}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.service-card{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px 22px;
  box-shadow:0 8px 25px rgba(5,36,69,.07);
  transition:.2s transform,.2s box-shadow;
}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.icon{font-size:3rem;line-height:1;color:var(--blue);margin-bottom:16px}
.service-card h3{margin:0 0 8px;color:#07284a;font-size:1.3rem}
.service-card p{margin:0;color:#5a6777}
.about{background:#fff}
.about-grid{display:grid;grid-template-columns:.7fr 1fr .9fr;gap:34px;align-items:center}
.photo-card{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.about-content p{margin:0 0 14px}
.reason{
  border-left:5px solid var(--blue);
  padding:14px 18px;
  background:#f2f8ff;
  border-radius:12px;
  font-weight:800;
  margin-top:18px;
}
.pricing-emergency{
  background:linear-gradient(90deg,var(--navy),#06467d);
  color:#fff;
}
.split{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.price-panel,.emergency-panel{padding:42px;background:rgba(255,255,255,.03)}
.price-panel{border-right:1px solid rgba(255,255,255,.18)}
.big-price{font-size:clamp(2.7rem,6vw,4.3rem);font-weight:900;color:#4bb6ff;line-height:1;margin:12px 0}
.pricing-emergency ul{padding-left:0;list-style:none;margin:22px 0 0}
.pricing-emergency li{margin:10px 0;display:flex;gap:10px}
.pricing-emergency li:before{content:"✓";color:#66c8ff;font-weight:900}
.emergency-panel .btn{width:100%;margin-top:16px}
.gallery{background:#f7fbff}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.gallery-item{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(5,35,65,.08)}
.gallery-item img{height:150px;width:100%;object-fit:cover}
.gallery-item figcaption{font-weight:850;text-align:center;padding:11px 8px;color:#092747}
.reviews-areas{background:#fff}
.review-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
.review-box,.areas-box{border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 12px 30px rgba(5,35,65,.07);background:#fff}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}
.review{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fbfdff}
.stars{color:#f7a600;letter-spacing:2px;font-size:1.1rem;margin-bottom:8px}
.review p{margin:0 0 8px;font-size:.96rem}
.review cite{font-style:normal;font-weight:800;color:#53606f;font-size:.9rem}
.google-btn{display:inline-flex;align-items:center;gap:10px;border:2px solid #1678d3;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:900;color:#0b62b5}
.google-dot{width:22px;height:22px;border-radius:50%;display:inline-grid;place-items:center;background:conic-gradient(#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);color:#fff;font-weight:900;font-size:.8rem}
.areas-box ul{columns:2;margin:12px 0 0;padding-left:20px}
.why{background:linear-gradient(90deg,var(--navy),#0a2e54);color:#fff}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.why-item{border-left:1px solid rgba(255,255,255,.22);padding:0 16px}
.why-item:first-child{border-left:0}
.why-item strong{display:block;font-size:1.05rem;margin-bottom:5px}
.why-item span{color:#c7d7e9;font-size:.93rem}
.final-cta{background:#071c33;color:#fff;padding:38px 0}
.final-row{display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}
.big-phone-icon{width:80px;height:80px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;font-size:2.5rem}
.final-cta h2{margin:0;font-size:2rem}
.final-cta p{margin:5px 0 0;color:#d5e4f4}
.final-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.site-footer{background:#041326;color:#d6e6f6;padding:34px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.2fr 1fr;gap:28px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:24px}
.footer-grid h3{color:#fff;margin:0 0 10px}
.footer-grid ul{padding-left:0;list-style:none;margin:0}
.footer-grid li{margin:5px 0}
.footer-grid a{text-decoration:none;color:#d6e6f6}
.footer-brand img{width:170px;margin-bottom:14px}
.copyright{text-align:center;font-size:.9rem;color:#9cb0c5;margin-top:18px}
.float-call{
  display:none;position:fixed;bottom:14px;left:14px;right:14px;z-index:60;
  gap:10px;grid-template-columns:1fr 1fr;
}
.float-call a{min-height:48px;border-radius:12px;text-align:center;text-decoration:none;font-weight:900;display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.float-call .call{background:#0b78df;color:#fff}
.float-call .text{background:#1fbe62;color:#fff}
@media(max-width:1000px){
  .nav{display:none}
  .menu-toggle{display:block}
  .header-call{font-size:1rem}
  .hero{min-height:560px;background-position:center right}
  .hero-card{max-width:580px}
  .two-col,.about-grid,.review-grid,.split,.final-row{grid-template-columns:1fr}
  .price-panel{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .service-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .why-item{border-left:0;border-top:1px solid rgba(255,255,255,.18);padding-top:15px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .container{padding:0 16px}
  .header-row{min-height:64px}
  .logo img{width:150px}
  .header-call{display:none}
  .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(4,17,33,.95) 0%,rgba(4,17,33,.84) 50%,rgba(4,17,33,.35) 100%),
      url("assets/hero-van.webp") center top/cover no-repeat;
  }
  .hero-card{padding:56px 0 190px}
  h1{font-size:2.6rem}
  .cta-row .btn{width:100%}
  .section{padding:42px 0}
  .service-grid,.gallery-grid,.reviews,.why-grid,.footer-grid{grid-template-columns:1fr}
  .about-grid{gap:18px}
  .photo-card img{max-height:330px;width:100%;object-fit:cover}
  .areas-box ul{columns:1}
  .final-actions{justify-content:flex-start}
  .float-call{display:grid}
  body{padding-bottom:70px}
}


/* Updated Google reviews section */
.review-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:10px;
}
.rating-badge{
  flex:0 0 auto;
  text-align:center;
  border:1px solid var(--line);
  background:#f8fbff;
  border-radius:16px;
  padding:12px 16px;
  box-shadow:0 8px 20px rgba(5,35,65,.06);
}
.rating-number{
  display:block;
  font-size:1.8rem;
  font-weight:900;
  color:#07284a;
  line-height:1;
}
.rating-badge .stars{
  display:block;
  font-size:.95rem;
  margin:4px 0;
}
.rating-badge small{
  color:#5b6878;
  font-weight:800;
}
.reviews-carousel{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:14px;
  padding:8px 2px 16px;
  scrollbar-width:thin;
}
.reviews-carousel .review{
  min-width:280px;
  max-width:320px;
  scroll-snap-align:start;
}
.google-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.leave-review{
  border-color:#f2b100;
  color:#6b4a00;
  background:#fff9e8;
}
@media(max-width:680px){
  .review-heading-row{display:block}
  .rating-badge{display:inline-block;margin:8px 0 10px}
  .reviews-carousel .review{min-width:82%}
}


.reviews-carousel{
  scroll-behavior:smooth;
}
.reviews-carousel::-webkit-scrollbar{
  height:8px;
}
.reviews-carousel::-webkit-scrollbar-thumb{
  background:#b7cbe0;
  border-radius:999px;
}


/* SEO/conversion update */
.direct-line{
  margin-top:18px !important;
  font-weight:800;
  color:#fff;
  background:rgba(255,255,255,.10);
  border-left:4px solid var(--yellow);
  padding:12px 14px;
  border-radius:12px;
}
.section-pill{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 12px;
  background:#eaf5ff;
  color:#0759a8;
  font-weight:900;
  margin-bottom:12px;
}
.today-help{
  background:#fff;
}
.today-card{
  display:grid;
  grid-template-columns:1.4fr .75fr;
  gap:28px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:34px;
  background:linear-gradient(135deg,#ffffff,#f1f8ff);
}
.tick-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px 18px;
}
.tick-list li{
  font-weight:800;
  color:#17324e;
}
.tick-list li::before{
  content:"✓";
  color:#0b78df;
  font-weight:900;
  margin-right:8px;
}
.today-call{
  background:linear-gradient(180deg,var(--navy),#0a3562);
  color:#fff;
  border-radius:20px;
  padding:24px;
}
.today-call .btn{
  width:100%;
  margin-top:10px;
}
.btn.light{
  border-color:rgba(255,255,255,.45);
  color:#fff;
}
.emergency-link{
  display:inline-block;
  margin-top:18px;
  color:#ffe17a;
  font-weight:900;
  text-decoration:none;
}
.local-seo{
  background:#f7fbff;
}
.local-seo-card{
  max-width:980px;
  border-left:6px solid var(--blue);
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 30px rgba(5,35,65,.08);
  padding:32px;
}
@media(max-width:800px){
  .today-card{grid-template-columns:1fr;padding:22px}
  .tick-list{grid-template-columns:1fr}
}


/* Final SEO page/link updates */
.problem-pages{
  margin-top:30px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 25px rgba(5,36,69,.06);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.problem-pages h3{
  width:100%;
  margin:0 0 6px;
  color:#07284a;
}
.problem-pages a,
.local-link-grid a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 13px;
  border-radius:999px;
  background:#eaf5ff;
  border:1px solid #cfe5fa;
  color:#0759a8;
  text-decoration:none;
  font-weight:900;
}
.problem-pages a:hover,
.local-link-grid a:hover{
  background:#d7edff;
}
.local-links{
  background:#fff;
}
.local-link-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.service-hero{
  min-height:520px;
}
.problem-list{
  grid-template-columns:1fr;
}
@media(max-width:680px){
  .problem-pages a,
  .local-link-grid a{
    width:100%;
    justify-content:center;
  }
}

/* Update for social logos */
.social-logos {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.social-logo {
  width: 50px;
  height: auto;
  transition: transform 0.3s ease;
}
.social-logo:hover {
  transform: scale(1.1);
}

/* Colorful reviews section */
.reviews {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Update for SMS button visibility and effect */
.sms-button {
  color: #fff !important;
  background-color: #ff4500; /* bright color for contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: sparkle 1.5s infinite;
}

@keyframes sparkle {
  0% {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(255, 255, 255, 0.7);
  }
  50% {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  100% {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(255, 255, 255, 0.7);
  }
}

/* FAQ section styles */
.faq {
  background: #f9fafb;
}
.faq-card {
  max-width: 880px;
  margin: 0 auto;
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-list li {
  margin-bottom: 24px;
}
.faq-list h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 800;
}
.faq-list p {
  margin: 0;
}
