@import url('/page.css');
.service-page{--service-image:url('/hero.jpg');--service-image-2:var(--service-image);--service-image-3:var(--service-image)}
.service-page .service-hero{position:relative;min-height:720px;display:flex;align-items:flex-end;padding:110px 7vw 92px;overflow:hidden;color:#fff;background:#04101d}
.service-page .service-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(2,10,20,.95) 0%,rgba(2,10,20,.73) 45%,rgba(2,10,20,.18) 78%),linear-gradient(180deg,rgba(2,10,20,.05) 45%,rgba(2,10,20,.78) 100%),var(--service-image);background-position:center;background-size:cover;transform:scale(1.015)}
.service-page .service-hero:after{content:"";position:absolute;left:7vw;bottom:0;width:160px;height:5px;border-radius:5px 5px 0 0;background:linear-gradient(90deg,var(--blue),var(--blue2))}
.service-page .service-hero-inner{position:relative;z-index:2;width:min(780px,100%)}
.service-page .service-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(145,207,255,.38);border-radius:999px;background:rgba(7,63,110,.32);backdrop-filter:blur(12px);color:#a9dcff;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.service-page .service-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:#6ac3ff;box-shadow:0 0 0 5px rgba(106,195,255,.13)}
.service-page .service-hero h1{margin:20px 0 18px;max-width:930px;font-size:clamp(54px,7vw,98px);line-height:.91;letter-spacing:-.065em;text-wrap:balance;text-shadow:0 18px 50px rgba(0,0,0,.5)}
.service-page .service-hero p{max-width:700px;margin:0;color:#dce9f3;font-size:clamp(18px,1.8vw,22px);line-height:1.62}
.service-page .trust-float{position:relative;z-index:8;width:min(1240px,calc(100% - 40px));margin:-38px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(30,59,86,.09);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(5,22,39,.16);backdrop-filter:blur(18px);overflow:hidden}
.service-page .trust-point{padding:24px 22px;text-align:center;border-right:1px solid #e4ebf2}
.service-page .trust-point:last-child{border-right:0}
.service-page .trust-point b{display:block;color:#102238;font-size:15px}
.service-page .trust-point span{display:block;margin-top:5px;color:#748396;font-size:12px}
.service-page .service-section{padding:105px 7vw}
.service-page .service-section.dark{background:radial-gradient(circle at 12% 18%,rgba(22,140,255,.16),transparent 30%),linear-gradient(135deg,#06172a,#0b2c4d);color:#fff}
.service-page .service-section.soft{background:linear-gradient(180deg,#f7f9fc,#edf3f8)}
.service-page .service-wrap{max-width:1450px;margin:auto}
.service-page .section-label{display:block;margin-bottom:12px;color:#0876e8;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.service-page .dark .section-label{color:#78c5ff}
.service-page .service-section h2{max-width:900px;margin:0 0 20px;color:#102238;font-size:clamp(38px,4.7vw,66px);line-height:1;letter-spacing:-.052em;text-wrap:balance}
.service-page .dark h2{color:#fff}
.service-page .service-section .intro{max-width:850px;margin:0;color:#617286;font-size:18px;line-height:1.75}
.service-page .dark .intro{color:#cbd9e6}
.service-page .service-split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.service-page .service-media{position:relative;min-height:560px;border-radius:32px;background-image:var(--service-image-2);background-position:center;background-size:cover;box-shadow:0 28px 90px rgba(4,20,36,.18);overflow:hidden}
.service-page .service-media:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(2,12,23,.84))}
.service-page .service-media-copy{position:absolute;z-index:2;left:30px;right:30px;bottom:28px;color:#fff}
.service-page .service-media-copy b{display:block;font-size:25px;letter-spacing:-.02em}
.service-page .service-media-copy span{display:block;margin-top:8px;color:#d7e5ef;line-height:1.5}
.service-page .check-list{display:grid;gap:15px;margin:30px 0 0;padding:0;list-style:none}
.service-page .check-list li{position:relative;padding:18px 20px 18px 52px;border:1px solid #dce6ee;border-radius:15px;background:#fff;color:#40536a;font-size:15px;line-height:1.55;box-shadow:0 10px 30px rgba(7,31,53,.06)}
.service-page .check-list li:before{content:"✓";position:absolute;left:18px;top:18px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e7f4ff;color:#0876e8;font-size:13px;font-weight:900}
.service-page .feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}
.service-page .feature-card{position:relative;padding:32px;border:1px solid rgba(30,58,83,.1);border-radius:24px;background:#fff;box-shadow:0 16px 44px rgba(7,31,53,.08);overflow:hidden;transition:.28s}
.service-page .feature-card:hover{transform:translateY(-8px);box-shadow:0 28px 80px rgba(7,31,53,.14)}
.service-page .feature-card:before{content:"";position:absolute;left:0;top:0;width:78px;height:4px;background:linear-gradient(90deg,var(--blue),var(--blue2))}
.service-page .feature-card .icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#eaf6ff,#dceeff);color:#0876e8;font-size:24px}
.service-page .feature-card h3{margin:22px 0 10px;color:#102238;font-size:23px}
.service-page .feature-card p{margin:0;color:#68798c;font-size:14px;line-height:1.68}
.service-page .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}
.service-page .process-step{position:relative;padding:30px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.065);backdrop-filter:blur(12px)}
.service-page .process-step .step-num{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#2ba5ff,#0871df);font-weight:900;box-shadow:0 12px 25px rgba(8,113,223,.28)}
.service-page .process-step h3{margin:20px 0 9px;color:#fff;font-size:20px}
.service-page .process-step p{margin:0;color:#c8d7e4;font-size:14px;line-height:1.65}
.service-page .service-gallery{display:grid;grid-template-columns:1.35fr .85fr;grid-template-rows:320px 320px;gap:18px;margin-top:38px}
.service-page .service-shot{position:relative;border-radius:24px;overflow:hidden;background-position:center;background-size:cover;box-shadow:0 18px 52px rgba(7,31,53,.15)}
.service-page .service-shot:first-child{grid-row:1/3;background-image:var(--service-image)}
.service-page .service-shot:nth-child(2){background-image:var(--service-image-2)}
.service-page .service-shot:nth-child(3){background-image:var(--service-image-3)}
.service-page .service-shot:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(2,12,23,.85))}
.service-page .service-shot span{position:absolute;z-index:2;left:24px;bottom:22px;color:#fff;font-weight:900}
.service-page .review-band{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:center;padding:46px;border-radius:30px;background:#fff;box-shadow:0 24px 70px rgba(7,31,53,.11)}
.service-page .review-score{padding:32px;border-radius:24px;background:linear-gradient(145deg,#06172a,#0a2a49);color:#fff;text-align:center}
.service-page .review-score strong{display:block;font-size:68px;line-height:1}
.service-page .review-score .stars{margin:12px 0;color:#ffb000}
.service-page .review-quote{font-size:22px;line-height:1.65;color:#243850}
.service-page .review-quote b{display:block;margin-top:18px;color:#102238;font-size:14px}
.service-page .faq-list{display:grid;gap:12px;margin-top:36px}
.service-page .faq-list details{border:1px solid #dce5ee;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(7,31,53,.05)}
.service-page .faq-list summary{padding:20px 22px;cursor:pointer;color:#102238;font-weight:850}
.service-page .faq-list p{padding:0 22px 22px;margin:0;color:#65768a;line-height:1.7}
.service-page .final-cta{padding:90px 7vw;background-image:linear-gradient(90deg,rgba(2,10,20,.96),rgba(2,10,20,.62)),var(--service-image-3);background-position:center;background-size:cover;color:#fff}
.service-page .final-cta-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.service-page .final-cta h2{margin:0;max-width:700px;font-size:clamp(38px,4.6vw,64px);line-height:1;letter-spacing:-.05em}
.service-page .final-cta p{max-width:650px;color:#d7e5f0;font-size:17px;line-height:1.65}
@media(max-width:1050px){.service-page .trust-float{grid-template-columns:repeat(2,1fr)}.service-page .trust-point:nth-child(2){border-right:0}.service-page .trust-point:nth-child(-n+2){border-bottom:1px solid #e4ebf2}.service-page .service-split{grid-template-columns:1fr;gap:40px}.service-page .service-media{min-height:430px;order:-1}.service-page .feature-cards{grid-template-columns:1fr 1fr}.service-page .process-grid{grid-template-columns:1fr 1fr}.service-page .review-band{grid-template-columns:1fr}.service-page .final-cta-inner{display:block}}
@media(max-width:700px){.service-page .service-hero{min-height:600px;padding:82px 22px 76px}.service-page .service-hero:before{background-position:62% center}.service-page .service-hero:after{left:22px}.service-page .service-hero h1{font-size:clamp(45px,14vw,66px)}.service-page .trust-float{width:calc(100% - 28px);grid-template-columns:1fr;margin-top:-24px}.service-page .trust-point{border-right:0;border-bottom:1px solid #e4ebf2}.service-page .trust-point:last-child{border-bottom:0}.service-page .service-section{padding:72px 22px}.service-page .service-section h2{font-size:38px}.service-page .feature-cards,.service-page .process-grid{grid-template-columns:1fr}.service-page .service-gallery{grid-template-columns:1fr;grid-template-rows:repeat(3,270px)}.service-page .service-shot:first-child{grid-row:auto}.service-page .review-band{padding:24px}.service-page .final-cta{padding:72px 22px}.service-page .final-cta .actions{flex-direction:column}.service-page .final-cta .button{width:100%}}

/* Service detail pages: keep light sections readable even when the global blue theme forces headings white. */
html body.service-page .service-section:not(.dark) h1,
html body.service-page .service-section:not(.dark) h2,
html body.service-page .service-section:not(.dark) h3{
  color:#102238!important;
  -webkit-text-fill-color:#102238!important;
  text-shadow:none!important;
  opacity:1!important;
}
html body.service-page .service-section.dark h1,
html body.service-page .service-section.dark h2,
html body.service-page .service-section.dark h3{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.service-page .faq-list summary{
  color:#102238!important;
  -webkit-text-fill-color:#102238!important;
}
html body.service-page .faq-list p{
  color:#5f7185!important;
  -webkit-text-fill-color:#5f7185!important;
}

/* Premium Google proof card used by every service detail page. */
html body.service-page .review-band{
  grid-template-columns:minmax(220px,280px) 1fr!important;
  gap:34px!important;
  align-items:center!important;
  max-width:1040px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:34px 38px!important;
  border:1px solid #dde6ee!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(7,31,53,.09)!important;
}
html body.service-page .review-score{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:14px!important;
  row-gap:3px!important;
  align-items:center!important;
  padding:4px 28px 4px 0!important;
  border-right:1px solid #e3eaf0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#102238!important;
  text-align:left!important;
  box-shadow:none!important;
}
html body.service-page .review-score strong{
  grid-row:1/3!important;
  display:block!important;
  margin:0!important;
  color:#102238!important;
  -webkit-text-fill-color:#102238!important;
  font-size:46px!important;
  font-weight:900!important;
  line-height:.95!important;
  letter-spacing:-.045em!important;
}
html body.service-page .review-score .stars{
  display:flex!important;
  align-items:center!important;
  gap:3px!important;
  margin:0!important;
  color:#f4b400!important;
  -webkit-text-fill-color:#f4b400!important;
}
html body.service-page .review-score .stars svg{
  width:17px!important;
  height:17px!important;
  margin:0!important;
  color:#f4b400!important;
  fill:#f4b400!important;
  -webkit-text-fill-color:#f4b400!important;
}
html body.service-page .review-score>span{
  color:#6a7a8d!important;
  -webkit-text-fill-color:#6a7a8d!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
html body.service-page .review-quote{
  position:relative!important;
  margin:0!important;
  padding:0!important;
  color:#243850!important;
  -webkit-text-fill-color:#243850!important;
  font-size:20px!important;
  line-height:1.55!important;
  letter-spacing:-.01em!important;
}
html body.service-page .review-quote b{
  display:block!important;
  margin-top:14px!important;
  color:#102238!important;
  -webkit-text-fill-color:#102238!important;
  font-size:13px!important;
  font-weight:900!important;
}
html body.service-page .review-quote b:after{
  content:" · Google review";
  color:#7b8998!important;
  -webkit-text-fill-color:#7b8998!important;
  font-weight:700!important;
}

@media(max-width:1050px){
  html body.service-page .review-band{grid-template-columns:1fr!important;gap:22px!important}
  html body.service-page .review-score{border-right:0!important;border-bottom:1px solid #e3eaf0!important;padding:0 0 22px!important;max-width:none!important}
}
@media(max-width:700px){
  html body.service-page .service-section:not(.dark) h2{font-size:clamp(32px,9.5vw,40px)!important;line-height:1.04!important;letter-spacing:-.04em!important}
  html body.service-page .review-band{padding:24px 22px!important;border-radius:20px!important;gap:20px!important}
  html body.service-page .review-score{grid-template-columns:auto 1fr!important;column-gap:12px!important;padding-bottom:20px!important}
  html body.service-page .review-score strong{font-size:42px!important}
  html body.service-page .review-score .stars svg{width:16px!important;height:16px!important}
  html body.service-page .review-quote{font-size:18px!important;line-height:1.55!important}
  html body.service-page .faq-list{gap:10px!important;margin-top:28px!important}
  html body.service-page .faq-list details{border-radius:15px!important;box-shadow:0 8px 24px rgba(7,31,53,.05)!important}
  html body.service-page .faq-list summary{padding:18px 20px!important;font-size:16px!important;line-height:1.35!important}
}

/* Premium FAQ accordion used by every service detail page. */
html body.service-page .faq-list{
  display:grid!important;
  gap:14px!important;
  margin-top:30px!important;
}
html body.service-page .faq-list details{
  overflow:hidden!important;
  border:1px solid #e1e8ef!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(7,31,53,.045)!important;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
html body.service-page .faq-list details[open]{
  border-color:#beddf8!important;
  box-shadow:0 12px 30px rgba(7,31,53,.075)!important;
}
html body.service-page .faq-list summary{
  list-style:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 36px!important;
  align-items:center!important;
  gap:18px!important;
  padding:20px 20px!important;
  cursor:pointer!important;
  color:#102238!important;
  -webkit-text-fill-color:#102238!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:760!important;
  letter-spacing:-.018em!important;
}
html body.service-page .faq-list summary::-webkit-details-marker{display:none!important}
html body.service-page .faq-list summary::marker{content:""!important}
html body.service-page .faq-list summary:after{
  content:"›"!important;
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  justify-self:end!important;
  border:1px solid #dce5ee!important;
  border-radius:999px!important;
  background:#f4f7fa!important;
  color:#247ac2!important;
  -webkit-text-fill-color:#247ac2!important;
  font-size:24px!important;
  font-weight:500!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:rotate(90deg)!important;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease!important;
}
html body.service-page .faq-list details[open] summary:after{
  transform:rotate(-90deg)!important;
  background:#eaf4ff!important;
  border-color:#c7e2fb!important;
  color:#0876e8!important;
  -webkit-text-fill-color:#0876e8!important;
}
html body.service-page .faq-list p{
  margin:0!important;
  padding:0 20px 20px!important;
  color:#607286!important;
  -webkit-text-fill-color:#607286!important;
  font-size:16px!important;
  line-height:1.68!important;
}
html body.service-page .faq-list details[open] p{
  padding-top:16px!important;
  border-top:1px solid #edf2f6!important;
}
@media(max-width:700px){
  html body.service-page .faq-list{gap:11px!important;margin-top:24px!important}
  html body.service-page .faq-list details{border-radius:16px!important}
  html body.service-page .faq-list summary{grid-template-columns:minmax(0,1fr) 32px!important;gap:14px!important;padding:17px 16px!important;font-size:16px!important;font-weight:750!important;line-height:1.35!important}
  html body.service-page .faq-list summary:after{width:32px!important;height:32px!important;font-size:22px!important}
  html body.service-page .faq-list p{padding:0 16px 17px!important;font-size:15px!important;line-height:1.62!important}
  html body.service-page .faq-list details[open] p{padding-top:14px!important}
}