:root{
  --navy:#0B2A4A; --navy-2:#0E3357; --navy-deep:#081E36; --navy-line:#1C4368; --navy-ink:#AFC6DD;
  --orange:#F26A1B; --orange-600:#D85E12; --orange-soft:#FFF1E8;
  --ink:#0F172A; --ink-2:#48586B; --ink-3:#8A97A8;
  --bg:#FFFFFF; --bg-2:#F6F8FB; --bg-3:#EDF1F6;
  --border:#E3E8EF; --border-strong:#CBD5E1;
  --gold:#F59E0B; --green:#16A34A;
  --maxw:1200px; --r:8px; --r-lg:12px; --r-xl:16px;
  --sh-sm:0 1px 2px rgba(11,42,74,.06);
  --sh-md:0 2px 8px rgba(11,42,74,.08);
  --sh-lg:0 12px 30px rgba(11,42,74,.16);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  color:var(--ink);background:var(--bg);line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased;
  min-height:100svh;display:flex;flex-direction:column}
body > section,body > div{flex:0 0 auto}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;
  font-size:16px;font-weight:700;line-height:1;border-radius:var(--r);border:2px solid transparent;
  cursor:pointer;padding:15px 22px;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}
.btn svg{width:19px;height:19px}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-600)}
.btn-ghost-l{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.btn-ghost-l:hover{background:rgba(255,255,255,.10)}
.btn-light{background:#fff;color:var(--navy);border-color:#fff}
.btn-light:hover{background:#EAF1F8;border-color:#EAF1F8}
.btn-sm{padding:11px 17px;font-size:14.5px}

/* nav */
header.nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border)}
.nav-row{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:20px;letter-spacing:-.02em;color:var(--navy)}
.brand .mark{width:34px;height:34px;flex:0 0 auto}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{position:relative;font-size:15px;color:var(--ink-2);font-weight:600;padding:6px 0}
.nav-links a:hover{color:var(--navy)}
.nav-links a.active{color:var(--navy)}
.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;background:var(--orange);border-radius:2px}
.nav-cta{display:flex;align-items:center;gap:18px}
.nav-phone{display:flex;flex-direction:column;line-height:1.1;text-align:right}
.nav-phone .lab{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--orange);text-transform:uppercase}
.nav-phone .num{font-size:19px;font-weight:800;color:var(--navy)}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:6px;color:var(--navy);margin-left:4px}
.nav-toggle svg{width:26px;height:26px}

/* hero (full-bleed cinematic — jobsend register) */
.hero{position:relative;background:var(--navy);overflow:hidden}
.hero-photo{position:absolute;inset:0;
  background:var(--navy) url('hero-web.jpg') 68% 40%/cover no-repeat}
.hero-photo::before{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(7,19,36,.97) 0%,rgba(7,19,36,.91) 28%,rgba(7,19,36,.70) 52%,rgba(7,19,36,.38) 76%,rgba(7,19,36,.30) 100%)}
.hero-photo::after{content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(4,11,22,.52) 0%,rgba(4,11,22,.10) 45%,rgba(4,11,22,.24) 100%)}
.hero-inner{position:relative;z-index:2;display:flex;align-items:stretch;
  min-height:calc(100svh - 73px);padding:56px 0}
.hero-content{max-width:566px;display:flex;flex-direction:column}
.hero-lead{flex:1 0 auto;display:flex;flex-direction:column;justify-content:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;letter-spacing:.09em;
  color:#C8D6E6;background:transparent;padding:0;text-transform:uppercase}
.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--orange)}
h1{font-size:clamp(38px,4.7vw,53px);font-weight:800;line-height:1.08;letter-spacing:-.022em;color:#fff;margin:16px 0 0;
  text-shadow:0 2px 22px rgba(4,11,22,.55)}
h1 .hl{color:var(--orange)}
.hero p.sub{font-size:18.5px;line-height:1.5;color:#DCE7F2;margin:20px 0 0;max-width:42ch}
.hero p.sub b{color:#fff;font-weight:700}
.hero-cta{display:flex;gap:13px;margin:28px 0 0;flex-wrap:wrap}
.hero-altcta{font-size:14.5px;line-height:1.5;color:#C8D6E6;margin:14px 0 0;max-width:48ch}
.hero-altcta b{color:#fff;font-weight:700}
.hero-badges{flex:0 0 auto;display:flex;gap:13px 24px;flex-wrap:wrap;margin-top:26px;padding-top:22px;
  border-top:1px solid var(--navy-line);max-width:524px}
.hero-badges .b{display:flex;align-items:center;gap:9px;font-size:14px;color:#E4ECF5;font-weight:600}
.hero-badges .b svg{width:18px;height:18px;color:#8FC0EC;flex:0 0 auto}

/* compact inner-page hero (navy, text-dominant) */
.page-hero{position:relative;background:var(--navy);overflow:hidden}
.page-hero::after{content:"";position:absolute;right:-150px;top:-130px;width:430px;height:430px;border-radius:50%;background:var(--navy-2);opacity:.45}
.page-hero-in{position:relative;z-index:1;padding:30px 0 52px}
.page-hero h1{font-size:clamp(31px,3.9vw,45px);line-height:1.08;margin:16px 0 0;max-width:18ch}
.page-hero p.lead{font-size:18px;line-height:1.55;color:#DCE7F2;margin:16px 0 0;max-width:60ch}
.page-hero .hero-cta{margin-top:24px}
.page-hero .hero-badges{margin-top:24px}

/* breadcrumb */
.breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--navy-ink)}
.breadcrumb a{color:#C8D6E6}
.breadcrumb a:hover{color:#fff}
.breadcrumb .sep{opacity:.5}
.breadcrumb .cur{color:#fff;font-weight:600}

/* credibility strip (trust ribbon) */
.cred{background:var(--bg-2);border-bottom:1px solid var(--border)}
.cred-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;flex-wrap:wrap}
.cred .c{display:flex;align-items:center;gap:9px;font-size:14.5px;font-weight:700;color:var(--navy)}
.cred .c svg{width:19px;height:19px;color:var(--orange);flex:0 0 auto}

/* sections */
section.block{padding:64px 0}
.block.tight{padding:48px 0}
.sec-head{max-width:62ch}
.sec-head.center{margin:0 auto;text-align:center}
.sec-head .kicker{font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--orange)}
.sec-head h2{font-size:clamp(30px,3.6vw,40px);font-weight:800;letter-spacing:-.025em;margin:10px 0 0;line-height:1.08;color:var(--navy)}
.sec-head p{font-size:18px;color:var(--ink-2);margin:14px 0 0}

/* prose (service/city/about body copy) */
.prose{max-width:720px}
.prose p{font-size:18px;line-height:1.65;color:var(--ink-2);margin-top:16px}
.prose p:first-child{margin-top:0}
.prose strong{color:var(--navy)}
.prose h3{font-size:21px;font-weight:800;color:var(--navy);margin-top:34px;letter-spacing:-.01em}

/* checklist / "signs you need us" */
.checklist{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;margin-top:36px;max-width:820px}
.checklist li{display:flex;gap:11px;font-size:15.5px;color:var(--ink-2);line-height:1.5}
.checklist li svg{width:20px;height:20px;color:var(--orange);flex:0 0 auto;margin-top:1px}

/* services */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.svc{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;box-shadow:var(--sh-sm);
  transition:border-color .15s,box-shadow .15s,transform .15s}
.svc:hover{border-color:#F4C9AC;box-shadow:var(--sh-md);transform:translateY(-2px)}
.svc .ic{width:46px;height:46px;border-radius:10px;background:var(--orange-soft);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.svc .ic svg{width:23px;height:23px;color:var(--orange)}
.svc h3{font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--navy)}
.svc p{font-size:15.5px;color:var(--ink-2);margin-top:8px;line-height:1.5}
.svc .more{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:14.5px;font-weight:700;color:var(--orange)}
.svc .more svg{width:15px;height:15px}

/* link grid (related services / nearby cities) */
.linkgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}
.linkcard{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--border);
  border-radius:var(--r-lg);padding:16px 18px;font-size:15.5px;font-weight:700;color:var(--navy);box-shadow:var(--sh-sm);
  transition:border-color .15s,box-shadow .15s,transform .15s}
.linkcard:hover{border-color:#F4C9AC;box-shadow:var(--sh-md);transform:translateY(-2px)}
.linkcard svg{width:18px;height:18px;color:var(--orange);flex:0 0 auto}

/* how it works */
.how{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:36px}
.step .num{width:40px;height:40px;border-radius:50%;background:var(--orange);color:#fff;font-size:17px;font-weight:800;
  display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.step h3{font-size:19px;font-weight:700;letter-spacing:-.01em;color:var(--navy)}
.step p{font-size:15.5px;color:var(--ink-2);margin-top:8px}

/* why + area */
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.areacard{background:var(--navy);border-radius:var(--r-xl);padding:32px;box-shadow:var(--sh-lg)}
.areacard .ah{display:flex;align-items:center;gap:9px;color:#fff;font-size:18px;font-weight:800}
.areacard .ah svg{width:20px;height:20px;color:#7FB4E6}
.areacard .asub{font-size:15px;color:var(--navy-ink);margin:8px 0 18px}
.cities{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px}
.cities span,.cities a{font-size:15px;color:#CFE0F0;display:flex;align-items:center;gap:9px}
.cities a:hover{color:#fff}
.cities span::before,.cities a::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--orange);flex:0 0 auto}
.areacard .anote{font-size:14.5px;color:var(--navy-ink);margin-top:18px;padding-top:16px;border-top:2px solid rgba(255,255,255,.14)}
.areacard .anote b{color:#fff}

/* emergency call-out block */
.callout{background:var(--navy);border-radius:var(--r-xl);padding:34px 38px;box-shadow:var(--sh-lg);
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.callout .cl-t h3{font-size:23px;font-weight:800;color:#fff;letter-spacing:-.01em}
.callout .cl-t p{font-size:15.5px;color:var(--navy-ink);margin-top:6px;max-width:48ch}
.callout .callout-cta{display:flex;gap:12px;flex-wrap:wrap}

/* promise */
.promise{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.pr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.pr{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;box-shadow:var(--sh-sm)}
.pr .ic{width:44px;height:44px;border-radius:10px;background:var(--orange-soft);display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.pr .ic svg{width:22px;height:22px;color:var(--orange)}
.pr h3{font-size:16.5px;font-weight:700;color:var(--navy);letter-spacing:-.01em}
.pr p{font-size:14.5px;color:var(--ink-2);margin-top:7px;line-height:1.5}

/* FAQ accordion (native details/summary) */
.faq{margin-top:36px;display:flex;flex-direction:column;gap:12px;max-width:780px}
.faq details{border:1px solid var(--border);border-radius:var(--r-lg);background:#fff;overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:18px 20px;font-size:16.5px;font-weight:700;color:var(--navy);
  display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";width:10px;height:10px;border-right:2px solid var(--ink-3);border-bottom:2px solid var(--ink-3);
  transform:rotate(45deg);transition:transform .2s;flex:0 0 auto;margin-top:-3px}
.faq details[open] summary{color:var(--orange)}
.faq details[open] summary::after{transform:rotate(-135deg);margin-top:3px;border-color:var(--orange)}
.faq .faq-a{padding:0 20px 18px;font-size:18px;line-height:1.6;color:var(--ink-2)}

/* contact form (honest mock — not wired yet) */
.cform{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:640px;margin-top:6px}
.cform .full{grid-column:1 / -1}
.cform label{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:6px}
.cform input,.cform select,.cform textarea{width:100%;border:1px solid var(--border-strong);border-radius:var(--r);
  padding:12px 14px;font:inherit;font-size:15px;color:var(--ink);background:#fff;outline:none}
.cform input:focus,.cform select:focus,.cform textarea:focus{border-color:var(--orange)}
.cform textarea{min-height:120px;resize:vertical}
.cform .note{font-size:13px;color:var(--ink-2);margin-top:2px}

/* contact methods grid */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-top:8px}
.cmethod{display:flex;gap:14px;margin-bottom:22px}
.cmethod .ic{width:44px;height:44px;border-radius:10px;background:var(--orange-soft);flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.cmethod .ic svg{width:21px;height:21px;color:var(--orange)}
.cmethod h4{font-size:16px;font-weight:700;color:var(--navy)}
.cmethod p{font-size:15px;color:var(--ink-2);margin-top:3px;line-height:1.5}
.cmethod a{color:var(--orange);font-weight:700}

/* honest notice (placeholder callouts for missing real data) */
.notice{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px 20px;
  font-size:14.5px;color:var(--ink-2);line-height:1.55;max-width:760px}
.notice b{color:var(--navy)}

/* final cta (navy) */
.final{background:var(--navy);position:relative;overflow:hidden}
.final::after{content:"";position:absolute;left:-120px;bottom:-160px;width:460px;height:460px;border-radius:50%;background:var(--navy-2);opacity:.5}
.final-in{position:relative;z-index:1;text-align:center;padding:66px 0}
.final-in h2{font-size:clamp(30px,3.8vw,42px);font-weight:800;letter-spacing:-.025em;color:#fff;line-height:1.08}
.final-in p{font-size:18px;color:var(--navy-ink);margin:14px auto 0;max-width:54ch}
.final-cta{display:flex;gap:13px;justify-content:center;margin-top:30px;flex-wrap:wrap}

/* ===== below-hero rebuilt sections (2026-06-25) ===== */
.btn-ghost-d{background:#fff;color:var(--navy);border-color:var(--border-strong)}
.btn-ghost-d:hover{border-color:var(--navy);background:var(--bg-2)}

/* A — what we stop: asymmetric typographic list, no icons */
.stopwrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center}
.stop-head{align-self:center}
.stop-head .kicker{display:inline-block;font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--orange)}
.stop-head h2{font-size:clamp(30px,3.8vw,43px);font-weight:800;letter-spacing:-.026em;line-height:1.05;color:var(--navy);margin:10px 0 0}
.stop-head p{font-size:18px;line-height:1.6;color:var(--ink-2);margin:14px 0 0;max-width:40ch}
.stop-cta{display:flex;gap:11px;margin-top:26px;flex-wrap:wrap}
.stoplist{border-top:1px solid var(--border)}
a.stoprow{display:flex;align-items:baseline;gap:22px;padding:22px 4px 22px 0;border-bottom:1px solid var(--border);transition:padding-left .15s}
a.stoprow:hover{padding-left:7px}
.stoprow .s-name{flex:0 0 226px;font-size:20px;font-weight:800;color:var(--navy);letter-spacing:-.012em;line-height:1.2}
.stoprow .s-desc{flex:1;font-size:15.5px;line-height:1.5;color:var(--ink-2)}
.stoprow .s-arrow{flex:0 0 auto;color:var(--orange);font-weight:800;font-size:18px;transition:transform .15s}
a.stoprow:hover .s-name{color:var(--orange)}
a.stoprow:hover .s-arrow{transform:translateX(4px)}

/* B — response band: navy, connected timeline (no numbered circles) */
.respond{background:var(--navy-deep);position:relative;overflow:hidden}
.respond::after{content:"";position:absolute;right:-170px;top:-150px;width:460px;height:460px;border-radius:50%;background:rgba(255,255,255,.022)}
.respond-in{position:relative;z-index:1;padding:64px 0}
.respond .kicker{display:inline-block;font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--orange)}
.respond h2{font-size:clamp(28px,3.5vw,41px);font-weight:800;letter-spacing:-.026em;line-height:1.08;color:#fff;margin:10px 0 0;max-width:19ch}
.respond .r-sub{font-size:18px;line-height:1.55;color:var(--navy-ink);margin:14px 0 0;max-width:64ch}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:0 42px;margin-top:36px}
.tl-step{position:relative;border-top:2px solid rgba(255,255,255,.14);padding:27px 34px 0 0}
.tl-step::before{content:"";position:absolute;top:-6px;left:0;width:12px;height:12px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(242,106,27,.2)}
.tl-num{font-size:12.5px;font-weight:700;letter-spacing:.16em;color:var(--navy-ink)}
.tl-num b{color:var(--orange);font-weight:800}
.tl-step h3{font-size:19.5px;font-weight:800;color:#fff;margin:13px 0 0;letter-spacing:-.012em}
.tl-step p{font-size:16px;line-height:1.6;color:var(--navy-ink);margin:10px 0 0}

/* C — what you get: claims list (paired with the navy area card) */
.gets-band{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.gets{margin-top:26px}
.get{display:flex;gap:13px;padding:19px 0;border-top:1px solid var(--border)}
.get:last-child{border-bottom:1px solid var(--border)}
.get > svg{width:19px;height:19px;color:var(--orange);flex:0 0 auto;margin-top:3px}
.get h4{font-size:16.5px;font-weight:800;color:var(--navy);letter-spacing:-.01em}
.get p{font-size:14.5px;line-height:1.5;color:var(--ink-2);margin-top:4px}

/* C — straight pricing: transparent call-out breakdown */
.pricewrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.price-lead .kicker{display:inline-block;font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--orange)}
.price-lead h2{font-size:clamp(28px,3.4vw,40px);font-weight:800;letter-spacing:-.026em;line-height:1.08;color:var(--navy);margin:10px 0 0}
.price-lead p{font-size:18px;line-height:1.6;color:var(--ink-2);margin:14px 0 0;max-width:46ch}
.price-cta{display:flex;gap:11px;margin-top:24px;flex-wrap:wrap}
.price-breakdown{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:28px 32px;box-shadow:var(--sh-md)}
.pb-head{font-size:12.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-3);padding-bottom:15px;border-bottom:1px solid var(--border)}
.pb-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--border)}
.pb-label{font-size:16px;font-weight:700;color:var(--navy);display:flex;flex-direction:column;gap:3px}
.pb-label span{font-size:12.5px;font-weight:500;color:var(--ink-3)}
.pb-amt{font-size:18px;font-weight:800;color:var(--navy);white-space:nowrap}
.pb-total{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:18px}
.pb-total .pb-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-2)}
.pb-total .pb-amt{font-size:46px;letter-spacing:-.03em;line-height:1;color:var(--navy)}
.pb-cur{font-size:25px;vertical-align:top;margin-right:1px;color:var(--orange);font-weight:800}
.pb-foot{font-size:13px;line-height:1.55;color:var(--ink-2);margin-top:15px}

/* D — faq + coverage rail */
.faqwrap{display:grid;grid-template-columns:1.2fr .8fr;gap:52px;align-items:start}
.faqwrap .faq{max-width:none}

/* footer */
footer{background:var(--navy-deep);color:#fff;padding:56px 0 30px;margin-top:auto}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px}
.foot-brand .brand{color:#fff;margin-bottom:14px}
.foot-brand p{font-size:14px;color:var(--navy-ink);max-width:32ch;line-height:1.55}
.foot-brand .lic{font-size:13px;color:#7FB4E6;margin-top:14px}
.foot-col h5{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#7FB4E6;margin-bottom:14px}
.foot-col a,.foot-col span{display:block;font-size:14.5px;color:#C9D8E8;margin-bottom:10px}
.foot-col a:hover{color:#fff}
.foot-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:44px;padding-top:22px;
  border-top:1px solid var(--navy-line);font-size:13px;color:#8FA6BE;flex-wrap:wrap;gap:10px}
.foot-bottom a{color:#8FA6BE}
.foot-bottom a:hover{color:#fff}
.foot-legal{display:flex;gap:16px}
.chat-sms-disc{font-size:11px;color:var(--muted,#8FA6BE);text-align:center;padding:7px 14px 10px;line-height:1.45;background:#fff;border-top:1px solid var(--border);margin:0}
.chat-sms-disc a{color:#0B2A4A;text-decoration:underline}

@media (max-width:900px){
  :root{--callbar-h:64px}
  .split{grid-template-columns:1fr;gap:36px}
  .contact-grid{grid-template-columns:1fr;gap:32px}
  .hero{display:flex;flex-direction:column}
  .hero-photo{position:relative;width:100%;height:232px}
  .hero-photo::before{background:linear-gradient(0deg,var(--navy) 3%,rgba(11,42,74,.28) 56%,rgba(11,42,74,0) 100%)}
  .hero-inner{min-height:0;padding:28px 0 32px}
  .hero-content{max-width:none}
  .hero-cta{flex-direction:column;gap:10px}
  .hero-cta .btn{width:100%}
  .svc-grid,.steps,.linkgrid{grid-template-columns:1fr}
  .pr-grid{grid-template-columns:1fr 1fr}
  .checklist{grid-template-columns:1fr}
  .stopwrap{grid-template-columns:1fr;gap:30px}
  .stop-head{position:static}
  .stoprow{flex-wrap:wrap;gap:4px 22px}
  .stoprow .s-name{flex:1 1 100%}
  .stoprow .s-desc{flex:1 1 100%}
  .stoprow .s-arrow{display:none}
  .timeline{grid-template-columns:1fr;gap:0}
  .tl-step{padding-right:0}
  .pricewrap{grid-template-columns:1fr;gap:34px}
  .faqwrap{grid-template-columns:1fr;gap:38px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .wrap{padding:0 22px}
  /* mobile nav: hamburger dropdown */
  .nav-toggle{display:inline-flex}
  .nav-cta .nav-cta-btn{display:none}
  .nav-phone .num{font-size:17px}
  .nav-links{position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--sh-md);padding:6px 0;display:none}
  header.nav.nav-open .nav-links{display:flex}
  .nav-links a{padding:13px 22px;font-size:16px;color:var(--navy)}
  .nav-links a.active::after{display:none}
  .nav-links a.active{color:var(--orange)}
  /* tighter mobile rhythm + action hierarchy (2026-06-25) */
  section.block{padding:44px 0}
  .respond-in{padding:54px 0}
  .final-in{padding:52px 0}
  .stop-cta{display:none}
  footer{padding-bottom:calc(var(--callbar-h) + env(safe-area-inset-bottom))}
  .foot-col{min-width:0}
  .foot-col a,.foot-col span{overflow-wrap:anywhere}
}

/* ===== iMessage-style text intake chat ===== */
.chat-fab{position:fixed;right:22px;bottom:22px;z-index:80;display:inline-flex;align-items:center;gap:9px;
  background:var(--orange);color:#fff;border:none;border-radius:14px;padding:13px 18px;font:700 15px Inter,sans-serif;
  cursor:pointer;box-shadow:var(--sh-lg);transition:background .15s,transform .15s}
.chat-fab:hover{background:var(--orange-600);transform:translateY(-1px)}
.chat-fab svg{width:20px;height:20px}
.chat-fab.hide{display:none}
.chat{position:fixed;right:22px;bottom:22px;z-index:90;width:374px;max-width:calc(100vw - 32px);
  height:600px;max-height:calc(100vh - 44px);background:#fff;border-radius:18px;overflow:hidden;
  box-shadow:0 18px 60px rgba(8,22,40,.32);transform-origin:bottom right;display:none;flex-direction:column;border:1px solid var(--border)}
.chat.open{display:flex;animation:chatpop .34s cubic-bezier(.22,.61,.36,1)}
@keyframes chatpop{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}
.chat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;background:var(--navy);color:#fff;flex:0 0 auto}
.chat-id{display:flex;align-items:center;gap:10px}
.chat-av{width:38px;height:38px;border-radius:50%;background:#0E3357;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.chat-av svg{width:24px;height:24px}
.chat-name{font-size:15px;font-weight:700;line-height:1.1}
.chat-status{font-size:12px;color:#9FBCD8;display:flex;align-items:center;gap:6px;margin-top:2px}
.chat-status .d{width:7px;height:7px;border-radius:50%;background:#34C759}
.chat-status.offline .d{background:#8AA4BE}
.chat-x{background:transparent;border:none;color:#9FBCD8;cursor:pointer;padding:4px;line-height:0}
.chat-x svg{width:20px;height:20px}
.chat-x:hover{color:#fff}
.chat-body{flex:1 1 auto;overflow-y:auto;padding:16px 14px 8px;background:#fff;display:flex;flex-direction:column;gap:3px}
.msg{max-width:76%;padding:8px 13px;border-radius:18px;font-size:15px;line-height:1.35;word-wrap:break-word;animation:msgin .18s ease}
@keyframes msgin{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.msg.in{align-self:flex-start;background:#E9E9EB;color:#0F172A;border-bottom-left-radius:5px}
.msg.out{align-self:flex-end;background:#0A84FF;color:#fff;border-bottom-right-radius:5px}
.msg.in + .msg.out,.msg.out + .msg.in{margin-top:8px}
.chat-typing{align-self:flex-start;background:#E9E9EB;border-radius:18px;border-bottom-left-radius:5px;padding:11px 14px;display:none}
.chat-typing.show{display:flex;gap:4px}
.chat-typing span{width:7px;height:7px;border-radius:50%;background:#9aa3af;animation:td 1.2s infinite}
.chat-typing span:nth-child(2){animation-delay:.2s}
.chat-typing span:nth-child(3){animation-delay:.4s}
@keyframes td{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
.chat-chips{display:flex;flex-wrap:wrap;gap:7px;padding:8px 14px 4px}
.chip{background:#fff;border:1.5px solid #0A84FF;color:#0A84FF;border-radius:16px;padding:7px 13px;font:600 14px Inter,sans-serif;cursor:pointer;transition:background .12s,color .12s}
.chip:hover{background:#0A84FF;color:#fff}
.chat-input{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid var(--border);background:#fff;flex:0 0 auto}
.chat-input input{flex:1;height:40px;border:1px solid var(--border-strong);border-radius:20px;padding:0 15px;font:400 15px Inter,sans-serif;outline:none;color:var(--ink)}
.chat-input input:focus{border-color:#0A84FF}
.chat-send{width:38px;height:38px;flex:0 0 auto;border:none;border-radius:50%;background:#0A84FF;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}
.chat-send:disabled{background:#C7D0DB;cursor:default}
.chat-send svg{width:19px;height:19px}
@media (max-width:480px){
  .chat{right:0;bottom:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border-radius:0;border:none}
  /* phones: drop the nav number so the brand + menu sit clean (Call lives in the hero, sections, footer) */
  .nav-phone{display:none}
  /* compress the cinematic hero so the Call button lands on screen 1 of a 390x844 phone (copy untouched) */
  .hero-photo{height:176px}
  .hero-inner{padding:20px 0 24px}
  .hero h1{font-size:34px}
  .hero p.sub{margin-top:12px}
  .hero-cta{margin-top:16px}
  .hero-altcta{margin-top:10px}
}

/* mobile/tablet: the sticky call bar supersedes the fab — one floating element, not two.
   The nudge chip is owned by .show alone (fires ~5s in, on the hero, once per session) —
   the old scroll-past-the-hero fab-armed gate was force-hiding it with !important. */
@media (max-width:900px){
  .chat-fab{display:none}
}

/* ===== sticky mobile call bar — replaces the fab on phones/tablets ===== */
.callbar{display:none}
@media (max-width:900px){
  .callbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:85;
    background:#fff;border-top:1px solid var(--border);gap:10px;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom))}
  .callbar>*{flex:1 1 0;min-width:0}
  /* the call segment gets more width than the chat one: its label is longer and it's the
     primary action — equal halves wrapped the number onto two lines at 390px */
  .cb-call{display:inline-flex;flex:1.35 1 0;align-items:center;justify-content:center;gap:8px;line-height:1;
    white-space:nowrap;background:var(--orange);color:#fff;border-radius:8px;font:700 15px Inter,sans-serif;padding:13px 10px}
  .cb-call svg{width:18px;height:18px;flex:0 0 auto}
  .cb-chat{display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;
    background:#fff;color:var(--navy);border:1.5px solid var(--navy);border-radius:8px;
    font:700 15px Inter,sans-serif;padding:13px 10px;cursor:pointer}
}
@media (max-width:360px){
  .cb-call,.cb-chat{font-size:14px;gap:6px;padding:13px 8px}
}
/* narrow phones: keep the nav on one line (brand was wrapping, number crowding the hamburger) */
@media (max-width:430px){
  .brand{font-size:18px;gap:9px;white-space:nowrap}
  .brand .mark{width:30px;height:30px}
  .nav-cta{gap:10px}
  .nav-phone .lab{display:none}
  .nav-phone .num{font-size:15px}
}

/* ===== motion & liveness — an emergency line should feel alive ===== */
/* hero content rises in on load (staggered) */
html.js .hero-content>*{opacity:0;transform:translateY(14px);
  animation:rise .7s cubic-bezier(.22,.61,.36,1) forwards}
html.js .hero-content>*:nth-child(1){animation-delay:.05s}
html.js .hero-content>*:nth-child(2){animation-delay:.14s}
html.js .hero-content>*:nth-child(3){animation-delay:.23s}
html.js .hero-content>*:nth-child(4){animation-delay:.32s}
html.js .hero-content>*:nth-child(5){animation-delay:.41s}
html.js .hero-content>*:nth-child(6){animation-delay:.50s}
@keyframes rise{to{opacity:1;transform:none}}

/* live status dot — a breathing pulse that says "we're here now" */
.live-dot{position:relative;width:9px;height:9px;border-radius:50%;background:var(--green);flex:0 0 auto}
.live-dot::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--green);
  animation:livepulse 1.9s ease-out infinite}
@keyframes livepulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(3);opacity:0}100%{opacity:0}}

/* sections wake up as you scroll */
html.js .reveal{opacity:0;transform:translateY(22px);
  transition:opacity .6s ease,transform .6s cubic-bezier(.22,.61,.36,1)}
html.js .reveal.in{opacity:1;transform:none}
html.js .reveal-group>*{opacity:0;transform:translateY(20px);
  transition:opacity .55s ease,transform .55s cubic-bezier(.22,.61,.36,1)}
html.js .reveal-group.in>*{opacity:1;transform:none}
html.js .reveal-group.in>*:nth-child(2){transition-delay:.07s}
html.js .reveal-group.in>*:nth-child(3){transition-delay:.14s}
html.js .reveal-group.in>*:nth-child(4){transition-delay:.21s}
html.js .reveal-group.in>*:nth-child(5){transition-delay:.28s}
html.js .reveal-group.in>*:nth-child(6){transition-delay:.35s}

/* failsafe: if the IntersectionObserver reveal never fires (script error, edge case), force
   visible after ~2.2s regardless — an emergency site must never leave content invisible.
   Animations rank below active transitions in the cascade, so the IO-driven .in transition
   still wins the moment it fires; this only takes over when nothing else ever does. */
@keyframes revealfailsafe{to{opacity:1;transform:none}}
html.js .reveal,html.js .reveal-group>*{animation:revealfailsafe .6s cubic-bezier(.22,.61,.36,1) 2.2s forwards}

/* proactive chat "lean-in" nudge */
.chat-nudge{position:fixed;right:22px;bottom:84px;z-index:81;width:248px;
  background:#fff;color:var(--ink-2);border:1px solid var(--border);border-radius:15px;border-bottom-right-radius:6px;
  padding:13px 32px 13px 15px;font:600 14px/1.4 Inter,sans-serif;box-shadow:0 14px 38px rgba(8,22,40,.22);
  cursor:pointer;opacity:0;transform:translateY(8px) scale(.96);transform-origin:bottom right;
  transition:opacity .35s ease,transform .35s cubic-bezier(.22,.61,.36,1);pointer-events:none}
.chat-nudge.show{opacity:1;transform:none;pointer-events:auto}
.chat-nudge.gone{display:none}
.chat-nudge b{display:block;color:var(--navy);font-weight:800;font-size:14.5px;margin-bottom:2px}
.chat-nudge .nx{position:absolute;top:7px;right:9px;width:18px;height:18px;border:none;background:transparent;
  color:var(--ink-3);cursor:pointer;line-height:0;padding:0}
.chat-nudge .nx svg{width:14px;height:14px}

/* keep the nudge clear of the sticky call bar below 900px. This has to live AFTER the
   unconditional .chat-nudge{bottom:84px} rule above — same selector, same specificity, so
   the one later in the file wins regardless of which is behind a media query. */
@media (max-width:900px){
  .chat-nudge{bottom:calc(var(--callbar-h) + env(safe-area-inset-bottom) + 14px)}
}
/* phone-width nudge sizing — must also sit AFTER the base rule (same cascade-order trap):
   the old copy of this inside the ≤480 block near the top of the media section was dead code. */
@media (max-width:480px){
  .chat-nudge{right:16px;width:230px}
}

@media (prefers-reduced-motion:reduce){
  html.js .hero-content>*{opacity:1;transform:none;animation:none}
  .live-dot::after{animation:none}
  html.js .reveal,html.js .reveal-group>*{opacity:1;transform:none;transition:none;animation:none}
  .chat-nudge{transition:none}
  .chat.open{animation:none}
}
