/* ==========================================================================
   JUNK VOYAGE — design system
   Palette: deep navy / white / light blue
   ========================================================================== */

:root{
  /* Brand */
  --navy-900:#06182E;
  --navy-800:#0A2240;   /* primary dark — headers, hero, footer */
  --navy-700:#123A66;
  --blue-600:#1758C8;   /* primary action blue */
  --blue-500:#2E7BE0;
  --sky-500:#2E96E0;    /* light blue accent */
  --sky-300:#7FC6F2;
  --sky-100:#E7F2FC;    /* tinted surface */
  --sky-50:#F4F9FE;

  /* Neutrals */
  --white:#FFFFFF;
  --ink:#0D1B2A;        /* body text on light */
  --ink-soft:#516A85;   /* secondary text */
  --line:#DCE7F2;       /* hairlines on light */
  --line-dark:rgba(255,255,255,.16);

  --good:#1E9E63;
  --warn:#D9822B;

  /* Type */
  --display:"Archivo", ui-sans-serif, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --sans:"Inter", ui-sans-serif, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Shape */
  --r-sm:8px;
  --r-md:14px;
  --r-lg:20px;
  --r-pill:100px;

  --shadow-sm:0 2px 8px rgba(10,34,64,.06);
  --shadow-md:0 10px 30px -12px rgba(10,34,64,.28);
  --shadow-lg:0 28px 60px -24px rgba(10,34,64,.42);

  --wrap:1180px;
  --gut:clamp(1.15rem, .6rem + 2.2vw, 2.5rem);
  --header-h:76px;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px);}
body{
  margin:0;
  font-family:var(--sans);
  font-size:1.0625rem;
  line-height:1.65;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
}
img,svg{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
button{font:inherit;color:inherit;}

h1,h2,h3,h4{
  font-family:var(--display);
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.06;
  margin:0 0 .5em;
  color:var(--navy-800);
}
h1{font-size:clamp(2.4rem,1.35rem + 4.2vw,4.15rem);}
h2{font-size:clamp(1.85rem,1.15rem + 2.5vw,2.9rem);}
h3{font-size:clamp(1.15rem,1rem + .55vw,1.4rem);line-height:1.2;}
p{margin:0 0 1rem;}
p:last-child{margin-bottom:0;}

/* ---------- Layout ---------- */
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gut);}
.section{padding:clamp(3.5rem,2rem + 5vw,6.5rem) 0;}
.section--tight{padding:clamp(2.5rem,1.5rem + 3vw,4rem) 0;}
.section--sky{background:var(--sky-50);}
.section--navy{background:var(--navy-800);color:#D7E5F3;}
.section--navy h2,.section--navy h3{color:var(--white);}

.sec-head{max-width:44rem;margin-bottom:clamp(2rem,1rem + 2.5vw,3.25rem);}
.sec-head--center{margin-inline:auto;text-align:center;}
.sec-head p{color:var(--ink-soft);font-size:1.08rem;}
.section--navy .sec-head p{color:#A9C4DD;}

.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--display);font-weight:700;
  font-size:.735rem;letter-spacing:.19em;text-transform:uppercase;
  color:var(--blue-600);margin:0 0 .85rem;
}
.eyebrow::before{content:"";width:22px;height:2px;background:currentColor;border-radius:2px;}
.section--navy .eyebrow,.hero .eyebrow{color:var(--sky-300);}

.lede{font-size:clamp(1.05rem,1rem + .4vw,1.22rem);color:var(--ink-soft);}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--display);font-weight:700;font-size:1rem;letter-spacing:-.01em;
  padding:.92rem 1.6rem;border-radius:var(--r-pill);border:2px solid transparent;
  cursor:pointer;transition:transform .14s ease, box-shadow .14s ease, background .14s ease, color .14s ease;
  text-align:center;white-space:nowrap;
}
.btn svg{width:19px;height:19px;flex:none;}
.btn--primary{background:var(--blue-600);color:#fff;box-shadow:0 10px 24px -12px rgba(23,88,200,.9);}
.btn--primary:hover{background:#1049AB;transform:translateY(-2px);box-shadow:0 16px 30px -12px rgba(23,88,200,.85);}
.btn--sky{background:var(--sky-500);color:#04213C;box-shadow:0 10px 24px -12px rgba(46,150,224,.9);}
.btn--sky:hover{background:#4FA9E8;transform:translateY(-2px);}
.btn--ghost{background:transparent;color:var(--navy-800);border-color:var(--line);}
.btn--ghost:hover{border-color:var(--navy-800);transform:translateY(-2px);}
.btn--ghost-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.4);}
.btn--ghost-light:hover{border-color:#fff;background:rgba(255,255,255,.08);transform:translateY(-2px);}
.btn--lg{padding:1.1rem 2rem;font-size:1.08rem;}
.btn--block{width:100%;}
.btn-row{display:flex;flex-wrap:wrap;gap:.85rem;}

/* ---------- Header ---------- */
.topbar{
  background:var(--navy-900);color:#B9CFE4;
  font-size:.82rem;letter-spacing:.01em;
}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:40px;flex-wrap:wrap;}
.topbar strong{color:#fff;font-weight:600;}
.topbar-links{display:flex;gap:1.35rem;align-items:center;}
.topbar a{display:inline-flex;align-items:center;gap:.45rem;transition:color .14s;}
.topbar a:hover{color:#fff;}
.topbar svg{width:15px;height:15px;opacity:.8;}
.pulse{width:8px;height:8px;border-radius:50%;background:#4ADE80;box-shadow:0 0 0 0 rgba(74,222,128,.7);animation:pulse 2.4s infinite;flex:none;}
@keyframes pulse{70%{box-shadow:0 0 0 8px rgba(74,222,128,0);}100%{box-shadow:0 0 0 0 rgba(74,222,128,0);}}

.site-header{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--line);
}
.site-header .wrap{display:flex;align-items:center;gap:1.25rem;min-height:var(--header-h);}

.logo{display:inline-flex;align-items:center;gap:.7rem;flex:none;}
.logo svg,.logo img{width:44px;height:44px;border-radius:12px;flex:none;}
.logo-text{display:flex;flex-direction:column;line-height:1;}
.logo-name{font-family:var(--display);font-weight:800;font-size:1.32rem;letter-spacing:-.035em;color:var(--navy-800);}
.logo-name em{font-style:normal;color:var(--blue-600);}
.logo-tag{
  font-family:var(--display);font-weight:600;font-size:.545rem;letter-spacing:.185em;
  text-transform:uppercase;color:var(--ink-soft);margin-top:.3rem;
}
.logo--light .logo-name{color:#fff;}
.logo--light .logo-name em{color:var(--sky-300);}
.logo--light .logo-tag{color:#93B2CD;}

.nav{display:flex;align-items:center;gap:1.6rem;margin-left:auto;}
.nav a{
  font-weight:600;font-size:.97rem;color:var(--navy-800);padding:.35rem 0;
  border-bottom:2px solid transparent;transition:color .14s,border-color .14s;
}
.nav a:hover,.nav a.is-active{color:var(--blue-600);border-color:var(--blue-600);}
.header-cta{display:flex;align-items:center;gap:.7rem;}
.header-phone{
  display:inline-flex;align-items:center;gap:.55rem;
  font-family:var(--display);font-weight:800;font-size:1.05rem;color:var(--navy-800);
  letter-spacing:-.01em;
}
.header-phone svg{width:18px;height:18px;color:var(--blue-600);}
.header-phone:hover{color:var(--blue-600);}

.burger{
  display:none;margin-left:auto;background:none;border:1px solid var(--line);
  border-radius:var(--r-sm);width:46px;height:44px;align-items:center;justify-content:center;cursor:pointer;
}
.burger svg{width:22px;height:22px;color:var(--navy-800);}

/* ---------- Hero ---------- */
.hero{
  position:relative;background:var(--navy-800);color:#CFE0EF;overflow:hidden;
  padding:clamp(3rem,1.5rem + 5vw,5rem) 0 clamp(8rem,5.5rem + 8vw,11rem);
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(120% 90% at 82% 0%, rgba(46,150,224,.42), transparent 62%),
    radial-gradient(90% 80% at 0% 100%, rgba(23,88,200,.35), transparent 60%);
  pointer-events:none;
}
.hero .wrap{position:relative;z-index:2;}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:clamp(2rem,1rem + 3vw,4rem);align-items:center;}
.hero h1{color:#fff;margin-bottom:1.1rem;}
.hero h1 .wave-word{color:var(--sky-300);}
.hero-sub{font-size:clamp(1.05rem,1rem + .45vw,1.24rem);color:#B7CEE3;max-width:34rem;margin-bottom:1.85rem;}
.hero .btn-row{margin-bottom:2rem;}

.hero-chips{display:flex;flex-wrap:wrap;gap:.55rem .75rem;}
.chip{
  display:inline-flex;align-items:center;gap:.45rem;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:var(--r-pill);padding:.42rem .9rem;
  font-size:.83rem;font-weight:600;color:#DCEAF7;
}
.chip svg{width:15px;height:15px;color:var(--sky-300);flex:none;}

.hero-wave{position:absolute;left:0;right:0;bottom:-1px;z-index:1;width:100%;height:auto;display:block;}

/* Quote card */
.quote-card{
  background:#fff;border-radius:var(--r-lg);padding:clamp(1.4rem,1rem + 1.2vw,2rem);
  box-shadow:var(--shadow-lg);color:var(--ink);
}
.quote-card h3{margin-bottom:.3rem;font-size:1.45rem;}
.quote-card .quote-note{color:var(--ink-soft);font-size:.93rem;margin-bottom:1.15rem;}
.field{margin-bottom:.85rem;}
.field label{
  display:block;font-family:var(--display);font-weight:700;font-size:.72rem;
  letter-spacing:.13em;text-transform:uppercase;color:var(--navy-700);margin-bottom:.38rem;
}
.field input,.field select,.field textarea{
  width:100%;font:inherit;font-size:1rem;color:var(--ink);
  padding:.78rem .9rem;border:1.5px solid var(--line);border-radius:var(--r-sm);
  background:var(--sky-50);transition:border-color .14s, box-shadow .14s, background .14s;
}
.field textarea{min-height:92px;resize:vertical;}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--blue-600);background:#fff;
  box-shadow:0 0 0 3px rgba(23,88,200,.14);
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;}
/* ---------- File attach (photos) ---------- */
.field label.filedrop{
  display:flex;align-items:center;gap:.8rem;cursor:pointer;
  font-family:var(--sans);font-weight:400;font-size:1rem;letter-spacing:normal;
  text-transform:none;color:var(--ink);margin:0;
  border:1.5px dashed #BFD3E8;border-radius:var(--r-sm);
  background:var(--sky-50);padding:.85rem .95rem;
  transition:border-color .14s ease, background .14s ease;
}
.field label.filedrop:hover,
.field label.filedrop.is-over{border-color:var(--blue-600);background:#fff;}
.field label.filedrop svg{width:24px;height:24px;color:var(--blue-600);flex:none;}
.filedrop-text b{
  display:block;font-family:var(--display);font-weight:700;font-size:.95rem;
  color:var(--navy-800);letter-spacing:-.01em;margin-bottom:.12rem;
}
.filedrop-text span{display:block;font-size:.83rem;color:var(--ink-soft);line-height:1.45;}
.filedrop input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;}

.filelist{list-style:none;margin:.6rem 0 0;padding:0;display:grid;gap:.4rem;}
.filelist li{
  display:flex;align-items:center;gap:.55rem;font-size:.85rem;color:var(--navy-700);
  background:#fff;border:1px solid var(--line);border-radius:6px;padding:.45rem .6rem;
}
.filelist li svg{width:15px;height:15px;color:var(--sky-500);flex:none;}
.filelist li span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.filelist li em{font-style:normal;color:var(--ink-soft);font-size:.78rem;flex:none;}
.filelist li button{
  background:none;border:0;cursor:pointer;color:var(--ink-soft);flex:none;
  padding:.1rem .2rem;line-height:1;border-radius:4px;
}
.filelist li button:hover{color:#A02121;background:#FDECEC;}
.filelist li button svg{width:14px;height:14px;color:currentColor;}
.file-note{margin-top:.5rem;font-size:.82rem;line-height:1.5;color:var(--ink-soft);}
.file-note.is-err{color:#A02121;}

.form-msg{
  display:none;margin-top:.9rem;padding:.8rem 1rem;border-radius:var(--r-sm);
  font-size:.93rem;line-height:1.5;
}
.form-msg.is-ok{display:block;background:#E7F7EF;color:#116B44;border:1px solid #B5E5CE;}
.form-msg.is-err{display:block;background:#FDECEC;color:#A02121;border:1px solid #F5C6C6;}
.form-fine{margin-top:.85rem;font-size:.82rem;color:var(--ink-soft);line-height:1.5;}

/* ---------- Trust strip ---------- */
.trust-strip{border-bottom:1px solid var(--line);background:#fff;}
.trust-strip .wrap{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
  padding-block:clamp(1.5rem,1rem + 1.5vw,2.25rem);
}
.trust-item{display:flex;align-items:flex-start;gap:.8rem;}
.trust-item svg{width:26px;height:26px;color:var(--blue-600);flex:none;margin-top:2px;}
.trust-item strong{display:block;font-family:var(--display);font-weight:700;font-size:1rem;color:var(--navy-800);}
.trust-item span{font-size:.88rem;color:var(--ink-soft);line-height:1.45;}

/* ---------- Cards / services ---------- */
.grid{display:grid;gap:1.15rem;}
.grid-2{grid-template-columns:repeat(2,1fr);}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}

.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-md);
  padding:1.55rem;transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  display:flex;flex-direction:column;
}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#C4DAEE;}
.card h3{margin-bottom:.45rem;}
.card p{color:var(--ink-soft);font-size:.955rem;line-height:1.6;}
.card-icon{
  width:52px;height:52px;border-radius:14px;background:var(--sky-100);
  display:flex;align-items:center;justify-content:center;margin-bottom:1.05rem;flex:none;
}
.card-icon svg{width:26px;height:26px;color:var(--blue-600);}
.card--feature{border-color:var(--blue-600);box-shadow:0 0 0 1px var(--blue-600);}
.card-tag{
  align-self:flex-start;margin-bottom:.75rem;
  font-family:var(--display);font-weight:700;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;
  background:var(--blue-600);color:#fff;padding:.3rem .65rem;border-radius:var(--r-pill);
}
.card-list{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.4rem;}
.card-list li{position:relative;padding-left:1.4rem;font-size:.92rem;color:var(--ink-soft);}
.card-list li::before{
  content:"";position:absolute;left:0;top:.52em;width:8px;height:8px;border-radius:50%;
  background:var(--sky-500);
}
.card-foot{margin-top:auto;padding-top:1.1rem;}

/* ---------- Service summary cards ---------- */
.card-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.95rem;}
.card-meta span{
  display:inline-flex;align-items:center;gap:.35rem;
  background:var(--sky-50);border:1px solid var(--line);border-radius:var(--r-pill);
  padding:.28rem .7rem;font-size:.755rem;font-weight:600;color:var(--navy-700);
  letter-spacing:.01em;
}
.card-meta span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--sky-500);flex:none;}
.card-examples{
  margin-top:.95rem;font-size:.86rem;line-height:1.55;color:var(--ink-soft);
  padding-top:.9rem;border-top:1px solid var(--line);
}
.card-examples b{
  display:block;font-family:var(--display);font-weight:700;font-size:.68rem;
  letter-spacing:.15em;text-transform:uppercase;color:var(--navy-700);margin-bottom:.3rem;
}
.card-actions{display:flex;gap:.6rem;margin-top:auto;padding-top:1.25rem;}
.card-actions .btn{flex:1;}
.btn--sm{padding:.72rem 1.1rem;font-size:.925rem;}
.btn--sm svg{width:16px;height:16px;}
.card-link{
  display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:1.15rem;
  font-family:var(--display);font-weight:700;font-size:.93rem;color:var(--blue-600);
}
.card-link svg{width:15px;height:15px;transition:transform .14s ease;}
.card:hover .card-link svg{transform:translateX(3px);}

/* ---------- Related services ---------- */
.related-card{
  display:flex;flex-direction:column;gap:.5rem;background:#fff;border:1px solid var(--line);
  border-radius:var(--r-md);padding:1.35rem;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#C4DAEE;}
.related-card strong{font-family:var(--display);font-weight:700;font-size:1.05rem;color:var(--navy-800);}
.related-card span{font-size:.9rem;color:var(--ink-soft);line-height:1.55;}
.related-card em{
  font-style:normal;font-family:var(--display);font-weight:700;font-size:.85rem;
  color:var(--blue-600);margin-top:.25rem;
}

/* ---------- Price strip ---------- */
.price-strip{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;
  background:var(--sky-50);border:1px solid var(--line);border-radius:var(--r-md);
  padding:1.6rem 1.75rem;
}
.price-strip div{max-width:44rem;}
.price-strip strong{
  display:block;font-family:var(--display);font-weight:800;font-size:1.2rem;
  color:var(--navy-800);margin-bottom:.3rem;
}
.price-strip p{font-size:.95rem;color:var(--ink-soft);}

/* ---------- Steps ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;counter-reset:step;}
.step{position:relative;padding-top:.5rem;}
.step-num{
  width:52px;height:52px;border-radius:50%;background:var(--blue-600);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:800;font-size:1.32rem;margin-bottom:1rem;
  box-shadow:0 10px 22px -12px rgba(23,88,200,.9);
}
.section--navy .step-num{background:var(--sky-500);color:var(--navy-900);}
.step h3{font-size:1.18rem;margin-bottom:.4rem;}
.step p{font-size:.94rem;color:var(--ink-soft);}
.section--navy .step p{color:#A9C4DD;}

/* ---------- Pricing ---------- */
.price-head{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:1rem;margin-bottom:1.75rem;
}
.price-badge{
  display:inline-flex;align-items:center;gap:.6rem;background:var(--sky-100);
  border:1px solid #BFDCF5;border-radius:var(--r-pill);padding:.55rem 1.15rem;
  font-family:var(--display);font-weight:700;color:var(--navy-800);font-size:.95rem;
}
.price-badge b{color:var(--blue-600);font-size:1.12rem;}

.price-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem;}
.price-card{
  position:relative;background:#fff;border:1.5px solid var(--line);border-radius:var(--r-md);
  padding:1.35rem 1rem 1.25rem;text-align:center;overflow:hidden;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  display:flex;flex-direction:column;
}
.price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#B8D5F0;}
.price-card.is-popular{border-color:var(--blue-600);box-shadow:0 0 0 1px var(--blue-600),var(--shadow-md);}
.price-pop{
  position:absolute;top:0;left:0;right:0;background:var(--blue-600);color:#fff;
  font-family:var(--display);font-weight:700;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;
  padding:.32rem;
}
.price-card.is-popular{padding-top:2.4rem;}
.price-step{
  width:34px;height:34px;margin:0 auto .7rem;border-radius:50%;
  background:var(--navy-800);color:#fff;display:flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:800;font-size:.92rem;
}
.price-card.is-popular .price-step{background:var(--blue-600);}
.price-name{
  font-family:var(--display);font-weight:700;font-size:.78rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink-soft);margin-bottom:.55rem;
}
.price-amt{font-family:var(--display);font-weight:800;font-size:1.9rem;color:var(--navy-800);letter-spacing:-.03em;line-height:1;}
.price-desc{font-size:.86rem;color:var(--ink-soft);margin-top:.6rem;line-height:1.5;}

/* trailer fill meter */
.trailer{
  margin:1rem auto 1.15rem;width:100%;max-width:148px;height:54px;
  border:2px solid var(--navy-800);border-radius:5px;position:relative;background:#fff;
}
.trailer-fill{
  position:absolute;left:0;right:0;bottom:0;
  background:linear-gradient(180deg,var(--sky-500),var(--blue-600));
  border-radius:0 0 3px 3px;
}
.trailer::before,.trailer::after{
  content:"";position:absolute;bottom:-7px;width:12px;height:12px;
  border-radius:50%;background:var(--navy-800);
}
.trailer::before{left:22%;}
.trailer::after{left:44%;}

.price-note{
  margin-top:1.5rem;background:var(--sky-50);border:1px solid var(--line);
  border-radius:var(--r-md);padding:1.25rem 1.4rem;font-size:.94rem;color:var(--ink-soft);
}
.price-note strong{color:var(--navy-800);}

/* ---------- Split feature ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,1rem + 3vw,4rem);align-items:center;}
.split-media{
  border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-lg);
  background:var(--sky-100);align-self:center;
}
.split-media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;}
.split-media--tall img{aspect-ratio:4/3;}

.checklist{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.85rem;}
.checklist li{position:relative;padding-left:2.1rem;font-size:1rem;line-height:1.55;}
.checklist li strong{font-family:var(--display);font-weight:700;color:var(--navy-800);display:block;}
.section--navy .checklist li strong{color:#fff;}
.checklist li span{color:var(--ink-soft);font-size:.94rem;}
.section--navy .checklist li span{color:#A9C4DD;}
.checklist li::before{
  content:"";position:absolute;left:0;top:.18em;width:22px;height:22px;border-radius:50%;
  background:var(--sky-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758C8' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}
.section--navy .checklist li::before{background-color:rgba(127,198,242,.18);}

/* ---------- Take / don't take ---------- */
.taketwo{display:grid;grid-template-columns:1.25fr .75fr;gap:1.25rem;}
.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem;}
.tag{
  background:var(--sky-50);border:1px solid var(--line);border-radius:var(--r-pill);
  padding:.4rem .9rem;font-size:.88rem;color:var(--navy-700);font-weight:500;
}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:1.75rem;}
.panel--warn{background:#FFF8F0;border-color:#F2DCC0;}
.panel--warn h3{color:#8A4A0B;}
.nolist{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.5rem;}
.nolist li{position:relative;padding-left:1.55rem;font-size:.93rem;color:var(--ink-soft);}
.nolist li::before{
  content:"";position:absolute;left:0;top:.42em;width:14px;height:14px;border-radius:50%;
  background:#F2DCC0;
}

/* ---------- Emergency band ---------- */
.band{
  background:linear-gradient(120deg,var(--navy-800),var(--navy-700) 60%,#164C86);
  color:#CFE0EF;position:relative;overflow:hidden;
}
.band::after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(80% 120% at 100% 0%,rgba(46,150,224,.35),transparent 60%);
  pointer-events:none;
}
.band .wrap{position:relative;z-index:2;}
.band-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,1rem + 3vw,3.5rem);align-items:center;}
.band h2{color:#fff;}
.band-pills{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.5rem;}
.band-pills span{
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);
  border-radius:var(--r-pill);padding:.45rem 1rem;font-size:.88rem;color:#DCEAF7;
}

/* ---------- Areas ---------- */
.area-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
  gap:.55rem;margin-top:1.5rem;
}
.area-grid span{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
  padding:.62rem .9rem;font-size:.92rem;color:var(--navy-700);font-weight:500;
  display:flex;align-items:center;gap:.5rem;
}
.area-grid span::before{
  content:"";width:6px;height:6px;border-radius:50%;background:var(--sky-500);flex:none;
}

/* ---------- Service-area map ---------- */
.svc-map-wrap{
  display:grid;grid-template-columns:.85fr 1.15fr;
  gap:clamp(1.5rem,1rem + 2vw,2.75rem);align-items:start;margin-top:1.75rem;
}
.svc-map{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  padding:1.1rem;box-shadow:var(--shadow-sm);
}
.svc-map svg{width:100%;height:auto;display:block;overflow:visible;}
.map-river{
  fill:none;stroke:#C9E2F7;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;
}
.map-pin{cursor:pointer;}
.map-pin:focus{outline:none;}
.map-halo{fill:var(--blue-600);opacity:0;transition:opacity .16s ease;}
.map-dot{
  fill:#fff;stroke:var(--sky-500);stroke-width:2.4;
  transition:fill .16s ease,stroke .16s ease;
}
.map-pin.is-core .map-dot{fill:var(--sky-500);stroke:var(--navy-800);stroke-width:2.6;}
.map-label{
  font-family:var(--display);font-weight:700;font-size:13px;fill:var(--navy-800);
  opacity:0;transition:opacity .16s ease;pointer-events:none;paint-order:stroke;
  stroke:#fff;stroke-width:3.5px;stroke-linejoin:round;
}
.map-pin.is-core .map-label{opacity:1;}
.map-pin:hover .map-dot,.map-pin:focus-visible .map-dot{fill:var(--blue-600);stroke:var(--blue-600);}
.map-pin:hover .map-label,.map-pin:focus-visible .map-label{opacity:1;}
.map-pin.is-active .map-halo{opacity:.15;}
.map-pin.is-active .map-dot{fill:var(--blue-600);stroke:var(--blue-600);}
.map-pin.is-active .map-label{opacity:1;fill:var(--blue-600);}

.map-caption{
  font-size:.93rem;color:var(--ink-soft);margin:0 0 1.1rem;min-height:2.9em;line-height:1.55;
}
.map-caption b{color:var(--navy-800);font-family:var(--display);font-weight:700;}
.area-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(142px,1fr));gap:.5rem;}
.area-list button{
  display:flex;align-items:center;gap:.5rem;text-align:left;cursor:pointer;
  background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
  padding:.6rem .8rem;font-family:var(--sans);font-size:.9rem;font-weight:500;color:var(--navy-700);
  transition:border-color .14s ease,background .14s ease,color .14s ease;
}
.area-list button::before{
  content:"";width:6px;height:6px;border-radius:50%;background:var(--sky-500);flex:none;
  transition:background .14s ease,transform .14s ease;
}
.area-list button:hover{border-color:#B8D5F0;background:var(--sky-50);}
.area-list button.is-active{
  border-color:var(--blue-600);background:var(--sky-100);color:var(--navy-800);font-weight:600;
}
.area-list button.is-active::before{background:var(--blue-600);transform:scale(1.45);}
.area-note{margin-top:1.15rem;font-size:.92rem;color:var(--ink-soft);}

@media (max-width:900px){
  .svc-map-wrap{grid-template-columns:1fr;}
  .svc-map{max-width:400px;margin-inline:auto;}
}

/* ---------- FAQ ---------- */
.faq{max-width:56rem;margin-inline:auto;border-top:1px solid var(--line);}
.faq details{border-bottom:1px solid var(--line);}
.faq summary{
  list-style:none;cursor:pointer;padding:1.25rem 3rem 1.25rem 0;position:relative;
  font-family:var(--display);font-weight:700;font-size:1.08rem;color:var(--navy-800);
}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{
  content:"";position:absolute;right:.4rem;top:1.45rem;width:16px;height:16px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758C8' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/16px no-repeat;
  transition:transform .2s ease;
}
.faq details[open] summary::after{transform:rotate(45deg);}
.faq .faq-body{padding:0 2rem 1.4rem 0;color:var(--ink-soft);font-size:1rem;}

/* ---------- CTA ---------- */
.cta{background:var(--navy-800);color:#CFE0EF;position:relative;overflow:hidden;}
.cta::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(70% 120% at 50% 0%,rgba(46,150,224,.32),transparent 65%);
}
.cta .wrap{position:relative;z-index:2;text-align:center;}
.cta h2{color:#fff;margin-bottom:.75rem;}
.cta p{color:#B7CEE3;max-width:38rem;margin-inline:auto;font-size:1.1rem;}
.cta .btn-row{justify-content:center;margin-top:2rem;}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-900);color:#9CB6CE;padding-top:clamp(3rem,2rem + 2vw,4.25rem);font-size:.94rem;}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem;}
.site-footer h4{
  font-family:var(--display);font-weight:700;font-size:.78rem;letter-spacing:.16em;
  text-transform:uppercase;color:#fff;margin:0 0 1.05rem;
}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;}
.site-footer a:hover{color:#fff;}
.footer-about p{margin-top:1.1rem;max-width:26rem;line-height:1.65;}
.footer-contact li{display:flex;gap:.65rem;align-items:flex-start;}
.footer-contact svg{width:17px;height:17px;color:var(--sky-300);flex:none;margin-top:4px;}
.footer-bottom{
  margin-top:clamp(2.5rem,2rem + 1.5vw,3.5rem);border-top:1px solid var(--line-dark);
  padding-block:1.35rem;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;
  justify-content:space-between;font-size:.85rem;color:#7C97B1;
}

/* ---------- Mobile call bar ---------- */
.callbar{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;
  background:rgba(6,24,46,.97);backdrop-filter:blur(8px);
  border-top:1px solid rgba(255,255,255,.12);
  padding:.6rem .75rem calc(.6rem + env(safe-area-inset-bottom));
  gap:.6rem;
}
.callbar .btn{flex:1;padding:.85rem .5rem;font-size:.98rem;}

/* ---------- Page hero (inner pages) ---------- */
.page-hero{
  background:var(--navy-800);color:#B7CEE3;position:relative;overflow:hidden;
  padding:clamp(2.75rem,2rem + 3vw,4.5rem) 0 clamp(4.5rem,3rem + 5vw,7rem);
}
.page-hero::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(90% 100% at 80% 0%,rgba(46,150,224,.38),transparent 62%);
}
.page-hero .wrap{position:relative;z-index:2;}
.page-hero .crumbs,.page-hero h1,.page-hero p{max-width:46rem;}
.page-hero h1{color:#fff;font-size:clamp(2.1rem,1.4rem + 2.8vw,3.4rem);}
.page-hero p{font-size:clamp(1.02rem,1rem + .35vw,1.18rem);color:#B7CEE3;}
.crumbs{font-size:.85rem;color:#87A5C0;margin-bottom:1rem;}
.crumbs a:hover{color:#fff;}

/* ---------- Utility ---------- */
.hide{display:none !important;}
.center{text-align:center;}
.mt-2{margin-top:2rem;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1040px){
  .nav{display:none;}
  .burger{display:flex;}
  .header-cta .btn{display:none;}
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .price-grid{grid-template-columns:repeat(3,1fr);}
  .steps{grid-template-columns:repeat(2,1fr);row-gap:2rem;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.25rem;}
}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;}
  .hero{padding-bottom:clamp(5rem,3rem + 6vw,7rem);}
  .split{grid-template-columns:1fr;}
  .split--flip .split-media{order:-1;}
  .band-grid{grid-template-columns:1fr;}
  .taketwo{grid-template-columns:1fr;}
  .trust-strip .wrap{grid-template-columns:repeat(2,1fr);gap:1.35rem;}
  .grid-3{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:720px){
  body{padding-bottom:70px;}
  .callbar{display:flex;}
  .topbar-links{display:none;}
  .topbar .wrap{justify-content:center;}
  .header-phone{
    width:44px;height:44px;justify-content:center;border-radius:50%;
    background:var(--sky-100);margin-left:auto;
  }
  .header-phone span{display:none;}
  .header-phone svg{width:20px;height:20px;}
  .burger{margin-left:0;}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .field-row{grid-template-columns:1fr;}
  .btn-row .btn{width:100%;}
  .price-head{flex-direction:column;align-items:flex-start;}
  .price-grid{grid-template-columns:repeat(2,1fr);}
  .card-actions{flex-direction:column;}
  .price-strip{flex-direction:column;align-items:flex-start;}
  .price-strip .btn{width:100%;}
}
@media (max-width:520px){
  .price-grid{grid-template-columns:1fr;}
  .logo-tag{display:none;}
}

/* Mobile nav panel */
.mobile-nav{
  display:none;position:fixed;inset:0;z-index:80;background:var(--navy-800);
  padding:1.15rem var(--gut) 2rem;overflow-y:auto;color:#fff;
}
.mobile-nav.is-open{display:block;}
.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);}
.mobile-nav-close{
  background:none;border:1px solid rgba(255,255,255,.25);border-radius:var(--r-sm);
  width:46px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.mobile-nav-close svg{width:22px;height:22px;color:#fff;}
.mobile-nav ul{list-style:none;margin:1.5rem 0 2rem;padding:0;display:grid;gap:.25rem;}
.mobile-nav ul a{
  display:block;padding:.95rem 0;font-family:var(--display);font-weight:700;font-size:1.4rem;
  color:#fff;border-bottom:1px solid rgba(255,255,255,.12);
}
.mobile-nav ul a:hover{color:var(--sky-300);}
.mobile-nav .btn{width:100%;margin-bottom:.7rem;}
body.nav-open{overflow:hidden;}
