
:root{
  --navy:#042c50;
  --navy2:#0b4778;
  --blue:#0e97e6;
  --blue2:#23b3ff;
  --ice:#edf9ff;
  --text:#082745;
  --muted:#63798c;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{width:min(1180px,92%);margin:auto}

.mobile-header{display:none}

.template-hero{
  position:relative;
  width:100%;
  background:#fff;
  overflow:hidden;
}
.template-image{
  width:100%;
  height:auto;
  display:block;
}

/* Clickable overlay areas based on the approved template proportions */
.hotspot{position:absolute;display:block;z-index:3}
.phone{top:1.6%;left:48.5%;width:12%;height:8%}
.email{top:1.6%;left:61%;width:18%;height:8%}
.home-link{top:8.2%;left:47.5%;width:5%;height:7%}
.services-link{top:8.2%;left:53%;width:7%;height:7%}
.pricing-link{top:8.2%;left:61%;width:6%;height:7%}
.gallery-link{top:8.2%;left:68%;width:6%;height:7%}
.about-link{top:8.2%;left:75%;width:6%;height:7%}
.quote-link{top:7.5%;left:82.5%;width:12%;height:8.5%}
.hero-quote{top:63.5%;left:6.5%;width:21.5%;height:7%}
.hero-services{top:63.5%;left:30%;width:17%;height:7%}

.booking-strip{
  background:linear-gradient(90deg,#052e52,#0a4d80);
  color:#fff;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.booking-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.booking-inner strong{display:block;font-size:24px}
.mini{font-size:11px;letter-spacing:.18em;font-weight:900;color:#aee4ff}
.book-btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;font-weight:900;border-radius:10px;padding:14px 22px;
  box-shadow:0 10px 24px rgba(14,151,230,.22)
}
.section{padding:88px 0}
.section-head{text-align:center;max-width:820px;margin:0 auto 34px}
.section-head span,.blue-kicker{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--blue)}
.section-head h2,.pricing h2,.about h2,.contact h2{
  font-size:clamp(38px,5vw,56px);line-height:1.03;letter-spacing:-.035em;margin:8px 0 12px
}
.section-head p,.about p{color:var(--muted);line-height:1.65}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cards article{padding:28px;border:1px solid #dbeaf5;border-radius:18px;box-shadow:0 12px 35px rgba(3,31,57,.07);background:#fff}
.icon{width:54px;height:54px;border-radius:50%;border:2px solid var(--blue);display:grid;place-items:center;color:var(--blue);font-size:24px;font-weight:900}
.cards h3{font-size:20px;margin:14px 0 8px}
.cards p{color:var(--muted);font-size:14px;line-height:1.5}

.pricing{background:linear-gradient(135deg,#04233f,#0b4778);color:#fff}
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.pricing h2{color:#fff}
.pricing p{color:#d0e6f5;line-height:1.6}
.light-kicker{font-size:12px;letter-spacing:.18em;font-weight:900;color:#9edfff}
.payments{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}
.payments span{padding:9px 13px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:13px;font-weight:800}
.outline-book{display:inline-flex;border:2px solid #72c9fb;border-radius:10px;padding:12px 18px;color:#fff;font-weight:900}
.price-card{background:#fff;color:var(--navy);border-radius:18px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.26)}
.price-card div{display:flex;justify-content:space-between;padding:23px 28px;border-bottom:1px solid #e6eff6;font-weight:900}
.price-card div:last-child{border-bottom:0}
.price-card strong{font-size:25px;color:var(--blue)}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-photo{overflow:hidden;border-radius:22px;box-shadow:0 18px 55px rgba(3,31,57,.16)}
.about-photo img{width:100%;height:500px;object-fit:cover}
.text-link{font-weight:900;color:var(--blue)}

.gallery-section{background:#f4f9fd}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery img{width:100%;height:290px;object-fit:cover;border-radius:14px}

.contact{background:linear-gradient(135deg,#031d35,#0a426f);color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.contact h2{color:#fff}
.contact p{color:#d2e7f6;line-height:1.6}
.contact-links{display:grid;gap:12px;margin-top:24px}
.contact-links a{padding:16px 18px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.06)}
.contact-links strong,.contact-links span{display:block}
.contact-links span{color:#dff1fb;margin-top:3px}
.contact-card{background:#fff;color:var(--navy);border-radius:20px;padding:30px;text-align:center}
.contact-card img{width:300px;margin:0 auto 12px}
.contact-card h3{font-size:28px;margin:8px 0}
.contact-card p{color:var(--muted)}
.full{width:100%;margin-top:10px}
.secondary{display:inline-flex;justify-content:center;align-items:center;border:2px solid #8bbfe0;border-radius:10px;padding:12px 18px;font-weight:900;color:var(--navy)}
.contact-card small{display:block;color:var(--muted);font-weight:800;margin-top:16px}

footer{background:#02172b;color:#fff;padding:26px 0}
.footer{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:center;font-size:13px}
.footer span{font-weight:900}
.footer a{color:#dff4ff;font-weight:700}

@media(max-width:900px){
  .template-hero{display:none}
  .mobile-header{
    display:flex;align-items:center;justify-content:space-between;
    padding:10px 4%;background:#fff;position:sticky;top:0;z-index:20;
    box-shadow:0 2px 10px rgba(0,0,0,.08)
  }
  .mobile-header img{width:220px;max-height:70px;object-fit:contain}
  .mobile-actions{display:flex;gap:8px}
  .mobile-actions a{background:var(--blue);color:#fff;padding:10px 12px;border-radius:8px;font-weight:900;font-size:13px}
  .cards,.pricing-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .booking-inner{display:block;text-align:center}
  .booking-inner .book-btn{margin-top:14px}
  .cards,.gallery{grid-template-columns:1fr}
  .section{padding:66px 0}
  .about-photo img{height:360px}
  .gallery img{height:240px}
}

.image-icon{
  width:68px;
  height:68px;
  border:none;
  background:transparent;
  padding:0;
  overflow:hidden;
}
.image-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* Final service icon correction */
.image-icon{
  width:72px !important;
  height:72px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  border:0 !important;
  background:#fff !important;
}
.image-icon img{
  width:72px !important;
  height:72px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 auto !important;
}


/* =========================
   MOBILE HERO ENHANCEMENT
   ========================= */
.mobile-hero,
.mobile-service-ribbon{
  display:none;
}

@media(max-width:900px){
  .mobile-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:8px 4%;
    background:#fff;
    position:sticky;
    top:0;
    z-index:40;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
  }
  .mobile-header img{
    width:205px;
    max-height:66px;
    object-fit:contain;
  }
  .mobile-actions{
    display:flex;
    gap:7px;
  }
  .mobile-actions a{
    background:#0e97e6;
    color:#fff;
    padding:9px 11px;
    border-radius:8px;
    font-weight:900;
    font-size:12px;
  }

  .mobile-hero{
    display:block;
    position:relative;
    min-height:640px;
    overflow:hidden;
    background:#042c50;
  }
  .mobile-hero-bg{
    position:absolute;
    inset:0;
    background:url('assets/project12.jpg') center/cover no-repeat;
  }
  .mobile-hero-shade{
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg,rgba(3,31,57,.28) 0%,rgba(3,31,57,.72) 28%,rgba(3,31,57,.96) 75%,rgba(3,31,57,1) 100%),
      linear-gradient(90deg,rgba(3,31,57,.86),rgba(3,31,57,.25));
  }
  .mobile-hero-inner{
    position:relative;
    z-index:3;
    padding:58px 6% 78px;
    color:#fff;
  }
  .mobile-eyebrow{
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:10px;
    font-weight:900;
    color:#cfeeff;
    margin-bottom:12px;
  }
  .mobile-hero h1{
    margin:0;
    font-size:58px;
    line-height:.88;
    letter-spacing:-.045em;
    font-weight:900;
    text-shadow:0 2px 18px rgba(0,0,0,.25);
  }
  .mobile-script{
    font-family:"Brush Script MT","Segoe Script",cursive;
    font-size:62px;
    line-height:.92;
    color:#20adff;
    font-weight:700;
    transform:rotate(-2deg);
    margin:6px 0 14px;
    text-shadow:0 3px 12px rgba(0,0,0,.28);
  }
  .mobile-hero p{
    font-size:15px;
    line-height:1.55;
    color:#eef8ff;
    margin:0 0 18px;
    max-width:520px;
  }

  .mobile-offer{
    display:inline-block;
    background:#fff;
    color:#082745;
    padding:14px 18px 12px;
    margin:4px 0 20px;
    transform:rotate(-2deg);
    clip-path:polygon(2% 12%,12% 4%,23% 9%,34% 2%,45% 8%,56% 2%,68% 8%,80% 3%,92% 11%,97% 23%,92% 37%,97% 51%,92% 65%,97% 80%,87% 94%,74% 89%,61% 97%,49% 91%,37% 98%,24% 90%,12% 96%,4% 84%,8% 70%,2% 57%,8% 44%,2% 29%);
    box-shadow:0 12px 30px rgba(0,0,0,.22);
  }
  .mobile-offer span{
    display:block;
    font-weight:900;
    font-size:14px;
    line-height:1.05;
  }
  .mobile-offer strong{
    display:block;
    color:#0e97e6;
    font-size:32px;
    line-height:1;
    margin-top:4px;
  }

  .mobile-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-bottom:18px;
  }
  .mobile-primary,
  .mobile-secondary{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border-radius:10px;
    font-weight:900;
    font-size:14px;
  }
  .mobile-primary{
    background:linear-gradient(135deg,#0e97e6,#23b3ff);
    color:white;
  }
  .mobile-secondary{
    border:2px solid rgba(255,255,255,.78);
    color:white;
    background:rgba(255,255,255,.05);
  }

  .mobile-benefits{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:8px;
    margin-top:16px;
  }
  .mobile-benefits div{
    min-height:68px;
    padding:9px 6px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.05);
    border-radius:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:5px;
  }
  .mobile-benefits span{
    width:28px;height:28px;border:1.5px solid white;border-radius:50%;
    display:grid;place-items:center;
    font-weight:900;
    font-size:13px;
  }
  .mobile-benefits b{
    font-size:10px;
    line-height:1.15;
  }

  .mobile-water{
    position:absolute;
    z-index:2;
    width:180px;height:180px;
    border-radius:50%;
    background:
      radial-gradient(circle at 30% 30%,rgba(255,255,255,.95) 0 3px,transparent 4px),
      radial-gradient(circle at 55% 45%,rgba(35,179,255,.9) 0 3px,transparent 4px),
      radial-gradient(circle at 70% 20%,rgba(255,255,255,.9) 0 2px,transparent 3px);
    opacity:.75;
  }
  .mobile-water-left{left:-100px;bottom:28px}
  .mobile-water-right{right:-110px;bottom:10px}

  .mobile-wave{
    position:absolute;
    z-index:4;
    left:-5%;
    right:-5%;
    bottom:-14px;
    height:34px;
    background:linear-gradient(180deg,#23b3ff,#fff);
    border-radius:50% 50% 0 0/100% 100% 0 0;
  }

  .mobile-service-ribbon{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:4px;
    padding:15px 3% 16px;
    background:linear-gradient(180deg,#fff,#edf8ff);
    border-bottom:1px solid #dcecf7;
  }
  .mobile-service-ribbon div{
    min-width:0;
    text-align:center;
    color:#082745;
  }
  .mobile-service-ribbon img{
    width:54px;
    height:54px;
    object-fit:contain;
    margin:0 auto 5px;
  }
  .mobile-service-ribbon span{
    display:block;
    font-size:10px;
    font-weight:900;
    line-height:1.1;
  }

  /* Since mobile now has its own hero, keep the desktop template hidden */
  .template-hero{display:none}
}

@media(max-width:430px){
  .mobile-header img{width:180px}
  .mobile-actions a{padding:8px 10px;font-size:11px}
  .mobile-hero{min-height:620px}
  .mobile-hero h1{font-size:52px}
  .mobile-script{font-size:56px}
  .mobile-service-ribbon img{width:48px;height:48px}
  .mobile-service-ribbon span{font-size:9px}
}


/* Reviews + insured trust additions */
.reviews-section{background:#f5f9fc;}
.review-box{max-width:900px;text-align:center;background:#fff;border-radius:22px;padding:48px 34px;box-shadow:0 12px 35px rgba(9,39,67,.10);border:1px solid rgba(10,103,173,.12);}
.review-box h2{margin:8px 0 10px;}
.review-box p{max-width:680px;margin:0 auto 24px;}
.review-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:22px 0 14px;}
.review-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:800;transition:transform .18s ease,box-shadow .18s ease;}
.review-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.12);}
.review-btn.google{background:#1473e6;color:#fff;}
.review-btn.yelp{background:#d32323;color:#fff;}
.review-box small{display:block;opacity:.7;}
@media(max-width:700px){.review-box{padding:34px 20px;border-radius:16px}.review-actions{flex-direction:column}.review-btn{width:100%}.mobile-benefits{grid-template-columns:1fr 1fr;}}
