﻿:root{
  --pg-bg:#ffffff;
  --pg-bg-soft:#f7f4ee;
  --pg-ink:#0f1f33;
  --pg-muted:#516177;
  --pg-line:rgba(15,31,51,.14);
  --pg-line-soft:rgba(15,31,51,.09);
  --pg-cyan:#2bc4e3;
  --pg-cyan-deep:#1592ac;
  --pg-gold:#d7b26d;
  --pg-navy:#0b1f33;
  --pg-max:1180px;
  --pg-r:18px;
  --pg-r-lg:26px;
  --pg-shadow:0 16px 38px rgba(10,24,42,.10);
  --pg-shadow-strong:0 24px 58px rgba(9,23,40,.14);
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
}

body{
  color:var(--pg-ink);
  background:
    radial-gradient(1000px 540px at 8% -8%, rgba(43,196,227,.16), transparent 62%),
    radial-gradient(880px 540px at 94% 0%, rgba(215,178,109,.16), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--pg-bg-soft) 50%, #ffffff 100%);
  font-family:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
}

.sr-only{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.skip-link:focus{
  left:14px;
  top:14px;
  z-index:1200;
  background:#ffffff;
  color:#0b1f33;
  border:1px solid rgba(11,31,51,.2);
  border-radius:10px;
  padding:8px 12px;
}

#main{
  padding-top:var(--header-offset, 96px);
}

.container{
  width:100%;
  max-width:var(--pg-max);
  margin:0 auto;
  padding:0 16px;
}

section{
  padding:58px 0;
}

h1,
h2,
h3,
h4{
  margin:0;
  letter-spacing:-.02em;
}

h1{
  font-size:clamp(2.05rem, 5.6vw, 3.5rem);
  line-height:1.04;
  font-weight:900;
}

h2{
  font-size:clamp(1.45rem, 3.5vw, 2.3rem);
  line-height:1.12;
  font-weight:900;
  margin-bottom:16px;
}

h3{
  font-size:1.08rem;
  line-height:1.22;
  font-weight:860;
}

h4{
  font-size:.98rem;
  line-height:1.25;
  font-weight:840;
}

p{
  margin:0;
  color:var(--pg-muted);
  line-height:1.65;
}

a{
  color:inherit;
}

ul{
  margin:0;
  padding-left:1.15rem;
}

li{
  margin-bottom:.46rem;
  color:var(--pg-muted);
}

.page-intro{
  padding-top:54px;
}

.page-intro-shell{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:26px 16px 20px;
  max-width:1120px;
  margin:0 auto;
  text-align:center;
  border:1px solid rgba(14,34,56,.10);
  background:
    radial-gradient(760px 340px at -8% -18%, rgba(43,196,227,.20), transparent 62%),
    radial-gradient(540px 320px at 108% 4%, rgba(215,178,109,.22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,251,.90));
  box-shadow:var(--pg-shadow-strong);
}

.page-intro-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(118deg, rgba(255,255,255,.26), transparent 36%);
}

.page-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(43,196,227,.44);
  background:linear-gradient(135deg, rgba(43,196,227,.16), rgba(255,255,255,.84));
  color:#10465f;
  font-size:.74rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:950;
}

.page-title{
  max-width:17ch;
  margin-inline:auto;
}

.page-sub{
  margin:14px auto 0;
  max-width:60ch;
  font-size:clamp(1rem, 2.4vw, 1.2rem);
  color:rgba(15,31,51,.76);
}

.pill-row{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}

.pill{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(15,31,51,.12);
  background:rgba(255,255,255,.8);
  color:rgba(15,31,51,.82);
  font-size:.79rem;
  letter-spacing:.02em;
  font-weight:860;
}

.action-row{
  margin-top:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.grid{
  display:grid;
  gap:14px;
}

.grid-2,
.grid-3,
.grid-4{
  grid-template-columns:1fr;
}

.card{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.97), rgba(246,248,251,.92));
  border:1px solid var(--pg-line-soft);
  border-radius:var(--pg-r);
  box-shadow:var(--pg-shadow);
  padding:19px 16px;
}

.card h3,
.card h4{
  margin-bottom:8px;
  color:rgba(15,31,51,.92);
}

.highlight-card{
  background:
    radial-gradient(880px 300px at 12% 0%, rgba(43,196,227,.14), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(244,248,251,.92));
}

.card-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}

.card-list li{
  margin:0;
  padding-left:18px;
  position:relative;
}

.card-list li::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(43,196,227,.95), rgba(58,215,241,.75));
  position:absolute;
  left:0;
  top:.62rem;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:12px 18px;
  border-radius:14px;
  border:1px solid var(--pg-line);
  font-weight:900;
  letter-spacing:.01em;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
  cursor:pointer;
}

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

.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:3px solid rgba(43,196,227,.2);
  outline-offset:2px;
}

.btn-primary{
  color:#06283a;
  border-color:rgba(43,196,227,.48);
  background:linear-gradient(135deg, rgba(43,196,227,.95), rgba(58,215,241,.80));
  box-shadow:0 16px 30px rgba(43,196,227,.3);
}

.btn-secondary{
  color:var(--pg-ink);
  border-color:rgba(215,178,109,.45);
  background:linear-gradient(135deg, rgba(215,178,109,.62), rgba(255,255,255,.96));
}

.btn-ghost{
  color:var(--pg-ink);
  background:rgba(255,255,255,.98);
}

.btn-outline{
  color:var(--pg-ink);
  background:rgba(255,255,255,.92);
  border-color:rgba(15,31,51,.2);
}

.btn-wide{
  width:100%;
  max-width:420px;
  min-height:56px;
  border-radius:16px;
  font-size:1.02rem;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(15,31,51,.14);
  background:rgba(255,255,255,.78);
  color:#1c5470;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:900;
}

.lead{
  margin-top:12px;
  max-width:70ch;
}

.center{
  text-align:center;
}

.muted{
  color:rgba(15,31,51,.65);
}

.microcopy{
  margin-top:12px;
  font-size:.93rem;
  color:rgba(15,31,51,.62);
}

.info-strip{
  border-radius:14px;
  border:1px dashed rgba(15,31,51,.2);
  background:rgba(255,255,255,.7);
  padding:12px 14px;
}

.map-frame{
  width:100%;
  min-height:320px;
  border:0;
  border-radius:16px;
  box-shadow:var(--pg-shadow);
}

.tag-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:8px;
}

.tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(15,31,51,.13);
  background:rgba(255,255,255,.86);
  font-size:.88rem;
  font-weight:850;
  color:rgba(15,31,51,.82);
  text-align:center;
}

.inline-form,
.form-shell{
  background:linear-gradient(180deg, rgba(255,255,255,.97), rgba(246,248,251,.92));
  border:1px solid var(--pg-line-soft);
  border-radius:18px;
  box-shadow:var(--pg-shadow);
  padding:16px;
}

.form-grid{
  display:grid;
  gap:10px;
  grid-template-columns:1fr;
}

.field{
  display:flex;
  flex-direction:column;
  gap:6px;
}

label{
  font-size:.86rem;
  font-weight:800;
  color:rgba(15,31,51,.9);
}

input,
select,
textarea{
  width:100%;
  min-height:46px;
  border-radius:12px;
  border:1px solid rgba(15,31,51,.2);
  background:#ffffff;
  padding:11px 12px;
  font:inherit;
  color:var(--pg-ink);
}

textarea{
  min-height:120px;
  resize:vertical;
}

.form-actions{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.coverage-checking{
  margin-top:12px;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(43,196,227,.32);
  background:linear-gradient(180deg, rgba(43,196,227,.08), rgba(255,255,255,.92));
}

.coverage-map{
  position:relative;
  width:min(420px, 100%);
  height:140px;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(43,196,227,.28);
  background:
    radial-gradient(circle at 15% 15%, rgba(43,196,227,.18), transparent 38%),
    radial-gradient(circle at 85% 85%, rgba(215,178,109,.2), transparent 42%),
    linear-gradient(180deg, rgba(15,31,51,.96), rgba(9,22,38,.98));
}

.coverage-map__grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:18px 18px;
  opacity:.55;
}

.coverage-map__scan{
  position:absolute;
  inset:-40% -18%;
  background:conic-gradient(from 0deg, transparent 0 78%, rgba(43,196,227,.42) 88%, rgba(43,196,227,.62) 96%, transparent 100%);
  transform-origin:center;
  animation:coverageRadar 2s linear infinite;
}

.coverage-map__pulse{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:999px;
  border:2px solid rgba(43,196,227,.8);
}

.coverage-map__pulse::after{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:999px;
  border:1px solid rgba(43,196,227,.55);
  animation:coveragePing 1.6s ease-out infinite;
}

.coverage-map__pulse--a{
  left:23%;
  top:56%;
}

.coverage-map__pulse--b{
  left:71%;
  top:32%;
}

.coverage-map__node{
  position:absolute;
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(215,178,109,.95);
  box-shadow:0 0 0 4px rgba(215,178,109,.15);
}

.coverage-map__node--a{left:36%;top:44%;}
.coverage-map__node--b{left:58%;top:62%;}
.coverage-map__node--c{left:80%;top:50%;}

.coverage-checking__text{
  margin-top:10px;
  color:rgba(15,31,51,.84);
  font-weight:760;
}

.coverage-checking__bar{
  margin-top:10px;
  width:100%;
  height:8px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(15,31,51,.1);
}

.coverage-checking__bar span{
  display:block;
  width:0;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(43,196,227,.95), rgba(215,178,109,.9));
  animation:coverageBar 2.2s ease forwards;
}

.coverage-transition{
  margin-top:12px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(15,31,51,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,248,251,.93));
  display:flex;
  align-items:center;
  gap:10px;
}

.coverage-transition__dot{
  width:14px;
  height:14px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(43,196,227,.95), rgba(215,178,109,.95));
  box-shadow:0 0 0 0 rgba(43,196,227,.38);
  animation:coverageDot 1s ease infinite;
}

.coverage-transition__text{
  color:rgba(15,31,51,.78);
  font-weight:700;
}

.coverage-step-panel{
  opacity:1;
}

.coverage-step-panel.is-enter{
  animation:coverageStepIn .28s ease;
}

@keyframes coverageRadar{
  to{transform:rotate(360deg);}
}

@keyframes coveragePing{
  0%{transform:scale(.65);opacity:.9;}
  100%{transform:scale(2.2);opacity:0;}
}

@keyframes coverageBar{
  from{width:0;}
  to{width:100%;}
}

@keyframes coverageDot{
  0%{transform:scale(.9);box-shadow:0 0 0 0 rgba(43,196,227,.34);}
  70%{transform:scale(1);box-shadow:0 0 0 10px rgba(43,196,227,0);}
  100%{transform:scale(.9);}
}

@keyframes coverageStepIn{
  from{
    opacity:0;
    transform:translateY(6px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.coverage-finalizing{
  margin-top:12px;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(43,196,227,.32);
  background:linear-gradient(180deg, rgba(9,22,38,.98), rgba(15,31,51,.98));
}

.coverage-finalizing__status{
  margin:0 0 10px 0;
  color:#d6f4ff;
  font-weight:760;
}

.coverage-finalizer{
  position:relative;
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(43,196,227,.32);
  background:
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7,19,34,.98), rgba(10,24,41,.98));
  background-size:14px 14px, 14px 14px, auto;
}

.coverage-finalizer__scanline{
  position:absolute;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(180deg, rgba(125,234,255,.2), rgba(76,220,255,.95), rgba(125,234,255,.2));
  box-shadow:0 0 12px rgba(76,220,255,.7);
  animation:coverageScanline 1.3s linear infinite;
}

.coverage-finalizer__rows{
  position:relative;
  z-index:2;
}

.coverage-finalizer__row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.coverage-finalizer__row:last-child{
  border-bottom:0;
}

.coverage-finalizer__row span{
  color:#99bfd0;
  font-size:.84rem;
  font-weight:700;
}

.coverage-finalizer__row strong{
  color:#ecf9ff;
  font-size:.9rem;
  font-weight:800;
  text-align:right;
  max-width:62%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.coverage-result{
  margin-top:12px;
  padding:14px;
  border-radius:12px;
  border:1px solid rgba(15,118,110,.36);
  background:linear-gradient(180deg, rgba(15,118,110,.1), rgba(255,255,255,.95));
  animation:coverageStepIn .3s ease;
}

.coverage-result h3{
  margin:0 0 8px 0;
  color:#0f3f57;
}

.coverage-result p{
  margin:0 0 8px 0;
  color:rgba(15,31,51,.84);
}

.coverage-result p:last-child{
  margin-bottom:0;
}

.coverage-result a{
  font-weight:900;
  color:#0f3f57;
}

@keyframes coverageScanline{
  from{left:-2px;}
  to{left:calc(100% - 2px);}
}

.step-grid{
  grid-template-columns:1fr;
}

.step-card{
  padding-top:46px;
}

.step-number{
  position:absolute;
  left:16px;
  top:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:26px;
  border-radius:999px;
  border:1px solid rgba(43,196,227,.38);
  background:rgba(43,196,227,.16);
  color:#0f3f57;
  font-size:.8rem;
  font-weight:950;
  letter-spacing:.08em;
}

.faq-accordion{
  display:grid;
  gap:10px;
}

.faq-item{
  border:1px solid var(--pg-line-soft);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.97), rgba(246,248,251,.92));
  box-shadow:0 10px 24px rgba(9,23,40,.08);
  overflow:hidden;
}

.faq-item[open]{
  border-color:rgba(43,196,227,.34);
  box-shadow:0 14px 34px rgba(9,23,40,.12);
}

.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:14px 42px 14px 14px;
  font-weight:860;
  color:rgba(15,31,51,.9);
  position:relative;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.2rem;
  color:rgba(15,31,51,.6);
}

.faq-item[open] summary::after{
  content:"-";
}

.faq-body{
  padding:0 14px 14px;
  border-top:1px solid rgba(15,31,51,.08);
}

.cta-block{
  background:linear-gradient(180deg, rgba(11,31,51,.97), rgba(7,22,38,.98));
  border-radius:24px;
  padding:42px 22px;
  color:#ffffff;
  border:1px solid rgba(255,255,255,.12);
  margin:0 auto;
  max-width:1160px;
}

.cta-block h2{
  color:#ffffff;
  margin-bottom:0;
}

.cta-block p{
  color:rgba(255,255,255,.86);
  margin-top:12px;
  max-width:64ch;
}

.cta-row{
  margin-top:24px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.cta-block .btn-ghost{
  background:rgba(255,255,255,.98);
}

#services-cta-block,
#why-cta-block,
#areas-cta-block,
#discount-cta-block,
#contact-cta-block{
  padding-top:84px;
  padding-bottom:92px;
}

#discount-terms-micro{
  padding-top:22px;
}

.terms-note{
  border-radius:14px;
  border:1px dashed rgba(15,31,51,.2);
  background:rgba(255,255,255,.76);
  padding:14px 16px;
  font-size:.93rem;
  color:rgba(15,31,51,.66);
}

.hours-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}

.hours-list li{
  margin:0;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid rgba(15,31,51,.11);
  background:rgba(255,255,255,.75);
  color:rgba(15,31,51,.78);
  font-weight:760;
}

@media (min-width:760px){
  .container{
    padding:0 22px;
  }

  section{
    padding:72px 0;
  }

  .page-intro{
    padding-top:64px;
  }

  .page-intro-shell{
    padding:34px 30px 30px;
  }

  .page-title{
    max-width:16ch;
  }

  .action-row{
    flex-direction:row;
  }

  .btn-wide{
    width:auto;
    min-width:280px;
  }

  .grid-2{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .grid-3{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }

  .grid-4{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .step-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }

  .form-grid.cols-2{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .tag-grid{
    grid-template-columns:repeat(4, minmax(0,1fr));
  }

  .cta-row,
  .form-actions{
    flex-direction:row;
    align-items:center;
  }
}

@media (min-width:1080px){
  .container{
    padding:0 28px;
  }

  .card{
    padding:22px 20px;
  }

  .page-intro-shell{
    padding:42px 40px 36px;
  }

  .grid-4{
    grid-template-columns:repeat(4, minmax(0,1fr));
  }

  .cta-block{
    padding:48px 38px;
  }
}

/* Services Hero: full-bleed, no top gap, stronger visual persuasion */
body:has(#services-intro) #main{
  padding-top:0;
}

#services-intro{
  padding-top:0;
  padding-bottom:38px;
  margin-top:0;
}

#services-intro .container{
  max-width:100%;
  padding:0;
}

#services-intro .page-intro-shell{
  max-width:100%;
  margin:0;
  border-left:0;
  border-right:0;
  border-top:0;
  border-radius:0 0 28px 28px;
  box-shadow:
    0 24px 54px rgba(9,23,40,.12),
    0 1px 0 rgba(255,255,255,.70) inset;
  min-height:clamp(520px, 88svh, 840px);
  padding:
    calc(var(--header-offset, 88px) + clamp(20px, 5vw, 56px))
    clamp(16px, 6vw, 84px)
    clamp(26px, 5vw, 50px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(1100px 520px at -6% -12%, rgba(43,196,227,.22), transparent 64%),
    radial-gradient(900px 460px at 106% -8%, rgba(215,178,109,.20), transparent 60%),
    radial-gradient(740px 380px at 50% 110%, rgba(17,38,64,.08), transparent 68%),
    linear-gradient(180deg, #f6fbff 0%, #f4f8fd 46%, #f6f8fb 100%);
}

#services-intro .page-intro-shell::before{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(to right, rgba(11,31,51,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(11,31,51,.035) 1px, transparent 1px);
  background-size:80px 80px;
  mask-image:radial-gradient(960px 520px at 50% 34%, #000 52%, transparent 90%);
  opacity:.35;
}

#services-intro .page-intro-shell::after{
  content:"";
  position:absolute;
  width:min(44vw, 520px);
  aspect-ratio:1/1;
  right:max(-14vw, -120px);
  bottom:max(-18vw, -180px);
  border-radius:50%;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.64), transparent 54%),
    radial-gradient(circle at 60% 58%, rgba(43,196,227,.20), transparent 62%);
  border:1px solid rgba(43,196,227,.18);
}

#services-intro .page-intro-shell > *{
  position:relative;
  z-index:1;
}

#services-intro .page-title{
  max-width:min(26ch, calc(100vw - 120px));
  font-size:clamp(2.6rem, 7.8vw, 6.1rem);
  line-height:.93;
  letter-spacing:-.04em;
  text-wrap:balance;
}

#services-intro .page-sub{
  margin-top:16px;
  max-width:52ch;
  font-size:clamp(1.08rem, 2.2vw, 1.5rem);
  line-height:1.5;
  color:rgba(15,31,51,.76);
}

#services-intro .pill-row{
  margin-top:18px;
  gap:10px;
}

#services-intro .pill{
  min-height:38px;
  padding:9px 14px;
  border-color:rgba(15,31,51,.14);
  background:
    radial-gradient(900px 220px at 10% 0%, rgba(43,196,227,.14), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(246,248,252,.92));
  box-shadow:0 12px 30px rgba(10,24,42,.08);
  color:rgba(15,31,51,.88);
  font-size:.84rem;
  font-weight:880;
}

#services-intro .pill::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(43,196,227,.98), rgba(58,215,241,.82));
  box-shadow:0 0 0 3px rgba(43,196,227,.15);
  vertical-align:middle;
}

#services-intro .action-row{
  width:100%;
  max-width:900px;
  margin-top:24px;
  gap:12px;
}

#services-intro .action-row .btn{
  min-height:60px;
  font-size:clamp(1rem, 1.9vw, 1.24rem);
  border-radius:18px;
}

#services-intro .action-row .btn-primary{
  box-shadow:
    0 18px 36px rgba(43,196,227,.34),
    0 0 0 0 rgba(43,196,227,.38);
  animation:servicesHeroPulse 2.8s ease-in-out infinite;
}

#services-intro .action-row .btn-primary:hover{
  box-shadow:
    0 22px 42px rgba(43,196,227,.40),
    0 0 0 8px rgba(43,196,227,.14);
}

@keyframes servicesHeroPulse{
  0%,100%{
    box-shadow:
      0 18px 36px rgba(43,196,227,.34),
      0 0 0 0 rgba(43,196,227,.30);
  }
  50%{
    box-shadow:
      0 20px 40px rgba(43,196,227,.40),
      0 0 0 7px rgba(43,196,227,.12);
  }
}

@media (max-width:899px){
  #services-intro{
    padding-bottom:30px;
  }

  #services-intro .page-intro-shell{
    min-height:clamp(460px, 78svh, 740px);
    border-radius:0 0 24px 24px;
    padding:
      calc(var(--header-offset, 106px) + clamp(14px, 4.2vw, 24px))
      clamp(14px, 5vw, 22px)
      clamp(20px, 5vw, 34px);
  }

  #services-intro .page-title{
    max-width:min(15ch, calc(100vw - 34px));
    font-size:clamp(2.1rem, 10.4vw, 3.45rem);
    line-height:.95;
  }

  #services-intro .page-sub{
    max-width:35ch;
    font-size:clamp(1rem, 3.9vw, 1.2rem);
  }

  #services-intro .pill-row{
    gap:8px;
  }

  #services-intro .pill{
    min-height:34px;
    padding:8px 11px;
    font-size:.78rem;
  }

  #services-intro .action-row{
    max-width:520px;
  }

  #services-intro .action-row .btn{
    width:100%;
    min-height:56px;
  }
}

@media (prefers-reduced-motion: reduce){
  #services-intro .action-row .btn-primary{
    animation:none;
  }
}

/* Services content sections: centered cards, pastel depth, animated hover border */
:where(
  #services-list-core,
  #services-included,
  #services-excluded,
  #services-frequency-cards,
  #services-quality-standards
){
  padding-top:12px;
  padding-bottom:12px;
}

:where(
  #services-list-core,
  #services-included,
  #services-excluded,
  #services-frequency-cards,
  #services-quality-standards
) .container{
  max-width:100%;
  padding:
    clamp(10px, 1.8vw, 18px)
    clamp(14px, 4.2vw, 58px)
    clamp(10px, 1.8vw, 18px);
}

:where(
  #services-list-core,
  #services-included,
  #services-excluded,
  #services-frequency-cards,
  #services-quality-standards
) .eyebrow{
  display:inline-flex;
  justify-content:center;
  text-align:center;
  margin:0 auto 8px;
  min-height:32px;
  padding:7px 13px;
  border-radius:999px;
  border:1px solid rgba(43,196,227,.30);
  background:
    radial-gradient(420px 140px at 12% 0%, rgba(43,196,227,.22), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(245,249,253,.92));
  color:#15506c;
  box-shadow:0 8px 18px rgba(9,23,40,.07);
}

:where(
  #services-list-core,
  #services-included,
  #services-excluded,
  #services-frequency-cards,
  #services-quality-standards
) h2{
  text-align:center;
  margin-bottom:8px;
  font-size:clamp(1.68rem, 3.5vw, 2.5rem);
  line-height:1.14;
}

:where(
  #services-list-core,
  #services-included,
  #services-excluded,
  #services-frequency-cards,
  #services-quality-standards
) .lead{
  margin:4px auto 0;
  max-width:66ch;
  text-align:center;
  color:rgba(15,31,51,.68);
  font-size:clamp(.92rem, 1.5vw, 1rem);
}

#services-list-core .grid,
#services-included .grid,
#services-excluded .grid,
#services-frequency-cards .grid,
#services-quality-standards .grid{
  margin-top:10px;
  gap:10px;
}

#services-list-core .card,
#services-included .card,
#services-excluded .card,
#services-frequency-cards .card,
#services-quality-standards .card{
  position:relative;
  overflow:hidden;
  text-align:center;
  border-radius:16px;
  border:1px solid rgba(15,31,51,.11);
  padding:14px 12px;
  background:
    radial-gradient(620px 220px at 10% 0%, rgba(43,196,227,.14), transparent 66%),
    radial-gradient(460px 210px at 92% 100%, rgba(215,178,109,.13), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(245,248,252,.93));
  box-shadow:
    0 10px 22px rgba(9,23,40,.08),
    0 1px 0 rgba(255,255,255,.75) inset;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    filter .24s ease;
}

#services-list-core .card::before,
#services-included .card::before,
#services-excluded .card::before,
#services-frequency-cards .card::before,
#services-quality-standards .card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(
    125deg,
    rgba(43,196,227,.24),
    rgba(255,255,255,.10),
    rgba(215,178,109,.22),
    rgba(43,196,227,.24)
  );
  background-size:220% 220%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.55;
  pointer-events:none;
  transition:opacity .24s ease;
}

#services-list-core .card::after,
#services-included .card::after,
#services-excluded .card::after,
#services-frequency-cards .card::after,
#services-quality-standards .card::after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  top:-88px;
  right:-72px;
  border-radius:50%;
  background:radial-gradient(circle at 36% 36%, rgba(255,255,255,.44), transparent 66%);
  pointer-events:none;
}

#services-list-core .card:hover,
#services-included .card:hover,
#services-excluded .card:hover,
#services-frequency-cards .card:hover,
#services-quality-standards .card:hover{
  transform:translateY(-3px);
  border-color:rgba(43,196,227,.30);
  filter:saturate(1.03);
  box-shadow:
    0 18px 34px rgba(9,23,40,.13),
    0 1px 0 rgba(255,255,255,.82) inset;
}

#services-list-core .card:hover::before,
#services-included .card:hover::before,
#services-excluded .card:hover::before,
#services-frequency-cards .card:hover::before,
#services-quality-standards .card:hover::before{
  opacity:.95;
  animation:servicesCardBorderFlow 2.7s linear infinite;
}

#services-list-core .card h3,
#services-included .card h3,
#services-excluded .card h3,
#services-frequency-cards .card h3,
#services-quality-standards .card h3{
  margin-bottom:7px;
  font-size:1.04rem;
  line-height:1.24;
}

#services-list-core .card p,
#services-included .card p,
#services-excluded .card p,
#services-frequency-cards .card p,
#services-quality-standards .card p{
  font-size:.95rem;
  line-height:1.5;
}

#services-list-core .highlight-card,
#services-excluded .card:nth-child(2){
  background:
    radial-gradient(620px 220px at 88% 0%, rgba(215,178,109,.18), transparent 66%),
    radial-gradient(420px 190px at 8% 100%, rgba(43,196,227,.12), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(247,245,240,.93));
}

#services-included .card-list,
#services-excluded .card-list{
  justify-items:center;
  gap:6px;
  margin-top:6px;
}

#services-included .card-list li,
#services-excluded .card-list li{
  width:min(96%, 360px);
  text-align:left;
  font-size:.92rem;
  line-height:1.42;
}

@keyframes servicesCardBorderFlow{
  0%{ background-position:0% 50%; }
  100%{ background-position:200% 50%; }
}

@media (max-width:899px){
  :where(
    #services-list-core,
    #services-included,
    #services-excluded,
    #services-frequency-cards,
    #services-quality-standards
  ){
    padding-top:8px;
    padding-bottom:8px;
  }

  :where(
    #services-list-core,
    #services-included,
    #services-excluded,
    #services-frequency-cards,
    #services-quality-standards
  ) .container{
    padding:10px 14px;
  }

  :where(
    #services-list-core,
    #services-included,
    #services-excluded,
    #services-frequency-cards,
    #services-quality-standards
  ) .eyebrow{
    margin-bottom:6px;
    font-size:.67rem;
    letter-spacing:.1em;
  }

  :where(
    #services-list-core,
    #services-included,
    #services-excluded,
    #services-frequency-cards,
    #services-quality-standards
  ) h2{
    font-size:clamp(1.24rem, 5.2vw, 1.66rem);
    margin-bottom:6px;
  }

  #services-list-core .grid,
  #services-included .grid,
  #services-excluded .grid,
  #services-frequency-cards .grid,
  #services-quality-standards .grid{
    margin-top:8px;
    gap:8px;
  }

  #services-list-core .card,
  #services-included .card,
  #services-excluded .card,
  #services-frequency-cards .card,
  #services-quality-standards .card{
    padding:12px 10px;
  }
}

/* Services core cards with media header */
#services-list-core .service-core-sub{
  max-width:68ch;
  margin:8px auto 0;
  font-size:clamp(1rem, 1.8vw, 1.14rem);
  line-height:1.62;
  color:rgba(15,31,51,.76);
}

#services-list-core .service-core-grid{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}

#services-list-core .service-core-card{
  padding:0;
  overflow:hidden;
  text-align:left;
  border-radius:18px;
  border:1px solid rgba(15,31,51,.13);
  box-shadow:
    0 14px 30px rgba(9,23,40,.12),
    0 1px 0 rgba(255,255,255,.76) inset;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,249,252,.93));
}

#services-list-core .service-core-card::before,
#services-list-core .service-core-card::after{
  display:none;
}

#services-list-core .service-core-media{
  position:relative;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#e9eff5;
}

#services-list-core .service-core-media::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:32%;
  background:linear-gradient(180deg, transparent, rgba(4,12,22,.22));
  pointer-events:none;
}

#services-list-core .service-core-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1);
  transition:transform .42s cubic-bezier(.2,.72,.22,1), filter .28s ease;
  filter:saturate(1.03) contrast(1.01);
}

#services-list-core .service-core-media img[data-fallback="1"]{
  object-fit:contain;
  padding:10%;
  filter:none;
}

#services-list-core .service-core-body{
  padding:12px 12px 13px;
}

#services-list-core .service-core-card h3{
  margin:0 0 6px;
  font-size:clamp(1.12rem, 1.45vw, 1.26rem);
  line-height:1.22;
  color:#0f1f33;
}

#services-list-core .service-core-card p{
  margin:0;
  font-size:clamp(.99rem, 1.2vw, 1.08rem);
  line-height:1.6;
  color:rgba(15,31,51,.74);
}

#services-list-core .service-core-cta{
  margin-top:12px;
  min-height:44px;
  border-radius:12px;
  width:100%;
  background:linear-gradient(135deg, rgba(11,31,51,.95), rgba(24,86,138,.92));
  color:#ffffff;
  border-color:rgba(11,31,51,.4);
  box-shadow:0 12px 22px rgba(11,31,51,.2);
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .24s ease, transform .24s ease, filter .2s ease;
}

#services-list-core .service-core-card:hover{
  transform:translateY(-4px);
  box-shadow:
    0 22px 38px rgba(9,23,40,.17),
    0 1px 0 rgba(255,255,255,.84) inset;
}

#services-list-core .service-core-card:hover .service-core-media img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.02);
}

#services-list-core .service-core-card:hover .service-core-cta,
#services-list-core .service-core-card:focus-within .service-core-cta{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

#services-list-core .service-core-card--deep{
  border-color:rgba(14,116,144,.24);
  background:
    radial-gradient(420px 180px at 20% 0%, rgba(6,182,212,.14), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,250,252,.94));
}

#services-list-core .service-core-card--residential{
  border-color:rgba(22,101,52,.2);
  background:
    radial-gradient(420px 180px at 12% 0%, rgba(34,197,94,.12), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,250,246,.94));
}

#services-list-core .service-core-card--airbnb{
  border-color:rgba(192,38,211,.18);
  background:
    radial-gradient(420px 180px at 18% 0%, rgba(217,70,239,.12), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,244,252,.94));
}

#services-list-core .service-core-card--office{
  border-color:rgba(37,99,235,.2);
  background:
    radial-gradient(420px 180px at 18% 0%, rgba(59,130,246,.12), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,246,252,.94));
}

@media (max-width:1199px){
  #services-list-core .service-core-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:699px){
  #services-list-core .service-core-grid{
    grid-template-columns:1fr;
    gap:11px;
  }

  #services-list-core .service-core-cta{
    opacity:1;
    transform:none;
    pointer-events:auto;
  }
}

/* Other pages aligned to Services style (hero + content) */
body:has(#why-intro) #main,
body:has(#areas-intro) #main,
body:has(#discount-intro) #main,
body:has(#contact-intro) #main{
  padding-top:0;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro){
  padding-top:0;
  padding-bottom:38px;
  margin-top:0;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .container{
  max-width:100%;
  padding:0;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-intro-shell{
  max-width:100%;
  margin:0;
  border-left:0;
  border-right:0;
  border-top:0;
  border-radius:0 0 28px 28px;
  box-shadow:
    0 24px 54px rgba(9,23,40,.12),
    0 1px 0 rgba(255,255,255,.70) inset;
  min-height:clamp(500px, 84svh, 780px);
  padding:
    calc(var(--header-offset, 88px) + clamp(20px, 5vw, 56px))
    clamp(16px, 6vw, 84px)
    clamp(26px, 5vw, 50px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(1100px 520px at -6% -12%, rgba(43,196,227,.22), transparent 64%),
    radial-gradient(900px 460px at 106% -8%, rgba(215,178,109,.20), transparent 60%),
    radial-gradient(740px 380px at 50% 110%, rgba(17,38,64,.08), transparent 68%),
    linear-gradient(180deg, #f6fbff 0%, #f4f8fd 46%, #f6f8fb 100%);
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-intro-shell::before{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(to right, rgba(11,31,51,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(11,31,51,.035) 1px, transparent 1px);
  background-size:80px 80px;
  mask-image:radial-gradient(960px 520px at 50% 34%, #000 52%, transparent 90%);
  opacity:.35;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-intro-shell::after{
  content:"";
  position:absolute;
  width:min(44vw, 520px);
  aspect-ratio:1/1;
  right:max(-14vw, -120px);
  bottom:max(-18vw, -180px);
  border-radius:50%;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.64), transparent 54%),
    radial-gradient(circle at 60% 58%, rgba(43,196,227,.20), transparent 62%);
  border:1px solid rgba(43,196,227,.18);
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-intro-shell > *{
  position:relative;
  z-index:1;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-title{
  max-width:min(22ch, calc(100vw - 120px));
  font-size:clamp(2.35rem, 7vw, 5.55rem);
  line-height:.94;
  letter-spacing:-.04em;
  text-wrap:balance;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-sub{
  margin-top:16px;
  max-width:52ch;
  font-size:clamp(1.04rem, 2.1vw, 1.36rem);
  line-height:1.5;
  color:rgba(15,31,51,.76);
  text-align:center;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .pill-row{
  margin-top:18px;
  gap:10px;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .pill{
  min-height:38px;
  padding:9px 14px;
  border-color:rgba(15,31,51,.14);
  background:
    radial-gradient(900px 220px at 10% 0%, rgba(43,196,227,.14), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(246,248,252,.92));
  box-shadow:0 12px 30px rgba(10,24,42,.08);
  color:rgba(15,31,51,.88);
  font-size:.84rem;
  font-weight:880;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .pill::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(43,196,227,.98), rgba(58,215,241,.82));
  box-shadow:0 0 0 3px rgba(43,196,227,.15);
  vertical-align:middle;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .action-row{
  width:100%;
  max-width:900px;
  margin-top:24px;
  gap:12px;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .action-row .btn{
  min-height:60px;
  font-size:clamp(1rem, 1.85vw, 1.2rem);
  border-radius:18px;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .action-row .btn-primary{
  box-shadow:
    0 18px 36px rgba(43,196,227,.34),
    0 0 0 0 rgba(43,196,227,.38);
  animation:servicesHeroPulse 2.8s ease-in-out infinite;
}

:is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .action-row .btn-primary:hover{
  box-shadow:
    0 22px 42px rgba(43,196,227,.40),
    0 0 0 8px rgba(43,196,227,.14);
}

@media (max-width:899px){
  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro){
    padding-bottom:30px;
  }

  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-intro-shell{
    min-height:clamp(440px, 74svh, 700px);
    border-radius:0 0 24px 24px;
    padding:
      calc(var(--header-offset, 106px) + clamp(14px, 4.2vw, 24px))
      clamp(14px, 5vw, 22px)
      clamp(20px, 5vw, 34px);
  }

  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-title{
    max-width:min(16ch, calc(100vw - 34px));
    font-size:clamp(2rem, 10vw, 3.4rem);
    line-height:.95;
  }

  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .page-sub{
    max-width:35ch;
    font-size:clamp(1rem, 3.8vw, 1.16rem);
  }

  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .pill{
    min-height:34px;
    padding:8px 11px;
    font-size:.78rem;
  }

  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .action-row{
    max-width:520px;
  }

  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .action-row .btn{
    width:100%;
    min-height:56px;
  }
}

@media (prefers-reduced-motion: reduce){
  :is(#why-intro, #areas-intro, #discount-intro, #contact-intro) .action-row .btn-primary{
    animation:none;
  }
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #why-faq,
  #areas-map-embed,
  #areas-list-primary,
  #areas-list-secondary,
  #areas-zip-check,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #discount-email-fallback,
  #discount-terms-micro,
  #contact-call-card,
  #contact-email-form,
  #contact-business-quote-form,
  #contact-hours-notes
){
  padding-top:12px;
  padding-bottom:12px;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #why-faq,
  #areas-map-embed,
  #areas-list-primary,
  #areas-list-secondary,
  #areas-zip-check,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #discount-email-fallback,
  #discount-terms-micro,
  #contact-call-card,
  #contact-email-form,
  #contact-business-quote-form,
  #contact-hours-notes
) .container{
  max-width:100%;
  padding:
    clamp(10px, 1.8vw, 18px)
    clamp(14px, 4.2vw, 58px)
    clamp(10px, 1.8vw, 18px);
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #why-faq,
  #areas-map-embed,
  #areas-list-primary,
  #areas-list-secondary,
  #areas-zip-check,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #discount-email-fallback,
  #discount-terms-micro,
  #contact-call-card,
  #contact-email-form,
  #contact-business-quote-form,
  #contact-hours-notes
) .eyebrow{
  display:inline-flex;
  justify-content:center;
  text-align:center;
  margin:0 auto 8px;
  min-height:32px;
  padding:7px 13px;
  border-radius:999px;
  border:1px solid rgba(43,196,227,.30);
  background:
    radial-gradient(420px 140px at 12% 0%, rgba(43,196,227,.22), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(245,249,253,.92));
  color:#15506c;
  box-shadow:0 8px 18px rgba(9,23,40,.07);
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #why-faq,
  #areas-map-embed,
  #areas-list-primary,
  #areas-list-secondary,
  #areas-zip-check,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #discount-email-fallback,
  #discount-terms-micro,
  #contact-call-card,
  #contact-email-form,
  #contact-business-quote-form,
  #contact-hours-notes
) h2{
  text-align:center;
  margin-bottom:8px;
  font-size:clamp(1.44rem, 3vw, 2.12rem);
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #why-faq,
  #areas-map-embed,
  #areas-list-primary,
  #areas-list-secondary,
  #areas-zip-check,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #discount-email-fallback,
  #discount-terms-micro,
  #contact-call-card,
  #contact-email-form,
  #contact-business-quote-form,
  #contact-hours-notes
) .lead{
  margin:4px auto 0;
  max-width:66ch;
  text-align:center;
  color:rgba(15,31,51,.68);
  font-size:clamp(.92rem, 1.5vw, 1rem);
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #why-faq,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .grid{
  margin-top:10px;
  gap:10px;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card,
#areas-zip-check .inline-form,
#discount-email-fallback .form-shell,
#discount-terms-micro .terms-note,
#contact-email-form .form-shell,
#contact-business-quote-form .form-shell,
#why-faq .faq-item{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(15,31,51,.11);
  background:
    radial-gradient(620px 220px at 10% 0%, rgba(43,196,227,.14), transparent 66%),
    radial-gradient(460px 210px at 92% 100%, rgba(215,178,109,.13), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(245,248,252,.93));
  box-shadow:
    0 10px 22px rgba(9,23,40,.08),
    0 1px 0 rgba(255,255,255,.75) inset;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    filter .24s ease;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card{
  text-align:center;
  padding:14px 12px;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card::before,
#areas-zip-check .inline-form::before,
#discount-email-fallback .form-shell::before,
#discount-terms-micro .terms-note::before,
#contact-email-form .form-shell::before,
#contact-business-quote-form .form-shell::before,
#why-faq .faq-item::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(
    125deg,
    rgba(43,196,227,.24),
    rgba(255,255,255,.10),
    rgba(215,178,109,.22),
    rgba(43,196,227,.24)
  );
  background-size:220% 220%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.55;
  pointer-events:none;
  transition:opacity .24s ease;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card::after,
#areas-zip-check .inline-form::after,
#discount-email-fallback .form-shell::after,
#contact-email-form .form-shell::after,
#contact-business-quote-form .form-shell::after,
#why-faq .faq-item::after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  top:-88px;
  right:-72px;
  border-radius:50%;
  background:radial-gradient(circle at 36% 36%, rgba(255,255,255,.44), transparent 66%);
  pointer-events:none;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card:hover,
#areas-zip-check .inline-form:hover,
#discount-email-fallback .form-shell:hover,
#discount-terms-micro .terms-note:hover,
#contact-email-form .form-shell:hover,
#contact-business-quote-form .form-shell:hover,
#why-faq .faq-item:hover{
  transform:translateY(-3px);
  border-color:rgba(43,196,227,.30);
  filter:saturate(1.03);
  box-shadow:
    0 18px 34px rgba(9,23,40,.13),
    0 1px 0 rgba(255,255,255,.82) inset;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card:hover::before,
#areas-zip-check .inline-form:hover::before,
#discount-email-fallback .form-shell:hover::before,
#discount-terms-micro .terms-note:hover::before,
#contact-email-form .form-shell:hover::before,
#contact-business-quote-form .form-shell:hover::before,
#why-faq .faq-item:hover::before{
  opacity:.95;
  animation:servicesCardBorderFlow 2.7s linear infinite;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card h3{
  margin-bottom:7px;
  font-size:1.04rem;
  line-height:1.24;
}

:where(
  #why-process-steps,
  #why-quality-commitment,
  #why-safety-discretion,
  #why-social-proof,
  #areas-list-primary,
  #areas-list-secondary,
  #discount-offer-card,
  #discount-eligibility-prompt,
  #discount-call-primary,
  #contact-call-card,
  #contact-hours-notes
) .card p{
  font-size:.95rem;
  line-height:1.5;
}

#areas-map-embed .map-frame{
  border-radius:16px;
  border:1px solid rgba(15,31,51,.11);
  box-shadow:0 12px 24px rgba(9,23,40,.10);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

#areas-map-embed .map-frame:hover{
  transform:translateY(-2px);
  border-color:rgba(43,196,227,.30);
  box-shadow:0 18px 34px rgba(9,23,40,.13);
}

.areas-tech-map{
  border-radius:18px;
  border:1px solid rgba(43,196,227,.24);
  background:
    radial-gradient(920px 300px at 8% 0%, rgba(43,196,227,.14), transparent 64%),
    radial-gradient(820px 260px at 94% 100%, rgba(215,178,109,.12), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(244,248,252,.93));
  box-shadow:0 22px 48px rgba(9,23,40,.14);
  padding:12px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.areas-tech-map__search{
  border-radius:14px;
  border:1px solid rgba(15,31,51,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,249,252,.94));
  padding:12px;
}

.areas-tech-map__search h3{
  margin:0 0 6px;
  font-size:1.03rem;
  color:rgba(15,31,51,.92);
}

.areas-tech-map__search p{
  margin:0;
}

.areas-tech-map__search-row{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
}

.areas-tech-map__search-row input{
  min-height:46px;
}

.areas-tech-map__search-row .btn{
  min-height:46px;
}

.areas-tech-map__hint{
  margin-top:8px !important;
  font-size:.85rem;
  color:rgba(15,31,51,.6);
}

.areas-tech-map__status{
  margin-top:8px !important;
  border-radius:10px;
  border:1px solid rgba(15,31,51,.16);
  background:rgba(255,255,255,.74);
  padding:9px 10px;
  font-weight:760;
  color:rgba(15,31,51,.8);
}

.areas-tech-map__status[data-status="covered"]{
  border-color:rgba(16,185,129,.35);
  background:linear-gradient(180deg, rgba(16,185,129,.10), rgba(255,255,255,.94));
  color:#065f46;
}

.areas-tech-map__status[data-status="review"]{
  border-color:rgba(245,158,11,.34);
  background:linear-gradient(180deg, rgba(245,158,11,.10), rgba(255,255,255,.94));
  color:#92400e;
}

.areas-tech-map__status[data-status="error"]{
  border-color:rgba(185,28,28,.34);
  background:linear-gradient(180deg, rgba(185,28,28,.08), rgba(255,255,255,.94));
  color:#991b1b;
}

.areas-tech-map__coverage-btn{
  margin-top:9px;
}

.areas-tech-map__frame{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(43,196,227,.24);
}

.areas-tech-map__frame .map-frame{
  min-height:340px;
  border-radius:0;
  margin:0;
}

.areas-tech-map__scanline{
  pointer-events:none;
  position:absolute;
  top:0;
  bottom:0;
  width:2px;
  left:-4%;
  background:linear-gradient(180deg, rgba(125,234,255,.1), rgba(76,220,255,.95), rgba(125,234,255,.1));
  box-shadow:0 0 12px rgba(76,220,255,.72);
  animation:areasMapScan 4.2s linear infinite;
}

.areas-tech-map__badge{
  position:absolute;
  right:10px;
  top:10px;
  z-index:3;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(7,19,34,.68);
  color:#d6f4ff;
  font-size:.73rem;
  font-weight:900;
  padding:5px 10px;
}

.areas-tech-map.is-covered .areas-tech-map__frame{
  border-color:rgba(16,185,129,.45);
  box-shadow:0 0 0 2px rgba(16,185,129,.12) inset;
}

.areas-tech-map.is-review .areas-tech-map__frame{
  border-color:rgba(245,158,11,.45);
  box-shadow:0 0 0 2px rgba(245,158,11,.12) inset;
}

.areas-tech-map.is-zip-focus .areas-tech-map__frame{
  border-color:rgba(56,189,248,.55);
  box-shadow:
    0 0 0 2px rgba(56,189,248,.16) inset,
    0 0 26px rgba(56,189,248,.28);
}

@keyframes areasMapScan{
  0%{ left:-4%; }
  100%{ left:104%; }
}

#areas-list-primary .areas-city-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}

#areas-list-primary .areas-city-card{
  border-radius:18px;
  border:1px solid rgba(15,23,42,.1);
  overflow:hidden;
  background:
    radial-gradient(700px 260px at 12% 0%, rgba(43,196,227,.10), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(243,246,252,.86));
  box-shadow:0 14px 34px rgba(15,23,42,.09);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#areas-list-primary .areas-city-media{
  position:relative;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#e9eff5;
}

#areas-list-primary .areas-city-media::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:30%;
  background:linear-gradient(180deg, transparent, rgba(4,12,22,.22));
  pointer-events:none;
}

#areas-list-primary .areas-city-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1);
  transition:transform .42s cubic-bezier(.2,.72,.22,1), filter .28s ease;
  filter:saturate(1.04) contrast(1.01);
}

#areas-list-primary .areas-city-media img[data-fallback="1"]{
  object-fit:contain;
  padding:10%;
  filter:none;
}

#areas-list-primary .areas-city-credit{
  position:absolute;
  right:8px;
  bottom:8px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  max-width:92%;
  padding:3px 7px;
  border-radius:999px;
  font-size:10px;
  line-height:1.2;
  letter-spacing:.01em;
  color:rgba(255,255,255,.94);
  background:rgba(5, 18, 32, .64);
  border:1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(2px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#areas-list-primary .areas-city-body{
  padding:11px 12px 13px;
  display:grid;
  gap:4px;
}

#areas-list-primary .areas-city-body strong{
  color:rgba(15,23,42,.9);
  font-size:clamp(.98rem, 1.2vw, 1.08rem);
  line-height:1.2;
}

#areas-list-primary .areas-city-body span{
  color:rgba(15,23,42,.62);
  font-size:clamp(.86rem, 1vw, .94rem);
  line-height:1.4;
  font-weight:700;
}

#areas-list-primary .areas-city-card:hover{
  transform:translateY(-3px);
  border-color:rgba(43,196,227,.26);
  box-shadow:0 26px 56px rgba(15,23,42,.14);
}

#areas-list-primary .areas-city-card:hover .areas-city-media img{
  transform:scale(1.04);
}

#discount-offer-card .highlight-card,
#contact-hours-notes .highlight-card,
#areas-list-secondary .highlight-card{
  background:
    radial-gradient(620px 220px at 88% 0%, rgba(215,178,109,.18), transparent 66%),
    radial-gradient(420px 190px at 8% 100%, rgba(43,196,227,.12), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(247,245,240,.93));
}

#discount-offer-card .card-list,
#contact-hours-notes .hours-list{
  justify-items:center;
  gap:6px;
}

#discount-offer-card .card-list li,
#contact-hours-notes .hours-list li{
  width:min(96%, 360px);
  text-align:left;
  font-size:.92rem;
  line-height:1.42;
}

@media (max-width:899px){
  :where(
    #why-process-steps,
    #why-quality-commitment,
    #why-safety-discretion,
    #why-social-proof,
    #why-faq,
    #areas-map-embed,
    #areas-list-primary,
    #areas-list-secondary,
    #areas-zip-check,
    #discount-offer-card,
    #discount-eligibility-prompt,
    #discount-call-primary,
    #discount-email-fallback,
    #discount-terms-micro,
    #contact-call-card,
    #contact-email-form,
    #contact-business-quote-form,
    #contact-hours-notes
  ){
    padding-top:8px;
    padding-bottom:8px;
  }

  :where(
    #why-process-steps,
    #why-quality-commitment,
    #why-safety-discretion,
    #why-social-proof,
    #why-faq,
    #areas-map-embed,
    #areas-list-primary,
    #areas-list-secondary,
    #areas-zip-check,
    #discount-offer-card,
    #discount-eligibility-prompt,
    #discount-call-primary,
    #discount-email-fallback,
    #discount-terms-micro,
    #contact-call-card,
    #contact-email-form,
    #contact-business-quote-form,
    #contact-hours-notes
  ) .container{
    padding:10px 14px;
  }

  :where(
    #why-process-steps,
    #why-quality-commitment,
    #why-safety-discretion,
    #why-social-proof,
    #why-faq,
    #areas-map-embed,
    #areas-list-primary,
    #areas-list-secondary,
    #areas-zip-check,
    #discount-offer-card,
    #discount-eligibility-prompt,
    #discount-call-primary,
    #discount-email-fallback,
    #discount-terms-micro,
    #contact-call-card,
    #contact-email-form,
    #contact-business-quote-form,
    #contact-hours-notes
  ) .eyebrow{
    margin-bottom:6px;
    font-size:.67rem;
    letter-spacing:.1em;
  }

  :where(
    #why-process-steps,
    #why-quality-commitment,
    #why-safety-discretion,
    #why-social-proof,
    #why-faq,
    #areas-map-embed,
    #areas-list-primary,
    #areas-list-secondary,
    #areas-zip-check,
    #discount-offer-card,
    #discount-eligibility-prompt,
    #discount-call-primary,
    #discount-email-fallback,
    #discount-terms-micro,
    #contact-call-card,
    #contact-email-form,
    #contact-business-quote-form,
    #contact-hours-notes
  ) h2{
    font-size:clamp(1.24rem, 5.2vw, 1.66rem);
    margin-bottom:6px;
  }

  :where(
    #why-process-steps,
    #why-quality-commitment,
    #why-safety-discretion,
    #why-social-proof,
    #areas-list-primary,
    #areas-list-secondary,
    #discount-offer-card,
    #discount-eligibility-prompt,
    #discount-call-primary,
    #contact-call-card,
    #contact-hours-notes
  ) .grid{
    margin-top:8px;
    gap:8px;
  }

  :where(
    #why-process-steps,
    #why-quality-commitment,
    #why-safety-discretion,
    #why-social-proof,
    #areas-list-primary,
    #areas-list-secondary,
    #discount-offer-card,
    #discount-eligibility-prompt,
    #discount-call-primary,
    #contact-call-card,
    #contact-hours-notes
  ) .card{
    padding:12px 10px;
  }
}

@media (min-width:980px){
  .areas-tech-map{
    grid-template-columns:minmax(280px, 360px) 1fr;
    align-items:stretch;
  }

  .areas-tech-map__frame .map-frame{
    min-height:380px;
  }
}

@media (max-width:1199px){
  #areas-list-primary .areas-city-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:699px){
  #areas-list-primary .areas-city-grid{
    grid-template-columns:1fr;
    gap:11px;
  }
}
