
/* ============================================
   RESET & BASE
============================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;background:#111218;color:#F0EDE8;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* ============================================
   LAYOUT
============================================ */
.wrap{max-width:1160px;margin:0 auto;padding:0 28px;width:100%}
.wrap-sm{max-width:860px;margin:0 auto;padding:0 28px;width:100%}

/* ============================================
   TYPOGRAPHY
============================================ */
.serif{font-family:'DM Serif Display',Georgia,serif}
.serif-italic{font-family:'DM Serif Display',Georgia,serif;font-style:italic}

/* ============================================
   TOPBAR
============================================ */
.topbar{background:#0C0D14;border-bottom:1px solid rgba(240,237,232,.07);padding:9px 0}
.topbar-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.topbar-left{display:flex;align-items:center;gap:20px}
.topbar-item{font-size:12px;color:rgba(240,237,232,0.65);white-space:nowrap}
.topbar-phone{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#F4C06A;white-space:nowrap}
.topbar-phone:hover{color:#fff}
.badge-247{background:#E8650A;color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;padding:3px 8px;flex-shrink:0}

/* ============================================
   HEADER
============================================ */
.site-header{background:#13141C;border-bottom:3px solid #E8650A;position:sticky;top:0;z-index:100}
.header-inner{max-width:1160px;margin:0 auto;padding:0 28px;height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.logo-box{background:#E8650A;color:#fff;font-weight:700;font-size:18px;letter-spacing:.06em;padding:7px 13px;line-height:1;flex-shrink:0}
.logo-text{display:flex;flex-direction:column;gap:1px}
.logo-name{font-weight:700;font-size:15px;color:#F0EDE8;line-height:1.1;white-space:nowrap}
.logo-sub{font-size:11px;color:#8A847C;white-space:nowrap}
.site-nav{display:flex;align-items:center;gap:0;flex:1;justify-content:center}
.site-nav a{font-size:12px;font-weight:600;color:rgba(240,237,232,0.65);letter-spacing:.04em;text-transform:uppercase;padding:8px 11px;border-bottom:2px solid transparent;transition:all .15s;white-space:nowrap}
.site-nav a:hover{color:#F0EDE8;border-bottom-color:#E8650A}
.site-nav a.active{color:#E8650A;border-bottom-color:#E8650A}
.h-cta{display:flex;align-items:center;gap:10px;flex-shrink:0}
.h-phone{display:flex;flex-direction:column;gap:0}
.h-phone-label{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,237,232,0.65)}
.h-phone-num{font-size:17px;font-weight:700;color:#F4C06A;white-space:nowrap}
.h-btn{background:#E8650A;color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:9px 16px;white-space:nowrap;transition:background .15s}
.h-btn:hover{background:#FF7420}

/* HAMBURGER */
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;border:none;background:none;padding:6px;flex-shrink:0}
.burger span{display:block;width:24px;height:2px;background:rgba(240,237,232,.8);border-radius:2px;transition:all .22s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* MOBILE DRAWER */
.mob-menu{display:none;position:fixed;top:66px;left:0;right:0;bottom:0;background:#0C0D14;z-index:99;overflow-y:auto;border-top:3px solid #E8650A}
.mob-menu.open{display:block}
.mob-phone-block{background:#111218;padding:20px 28px;border-bottom:1px solid rgba(240,237,232,.08)}
.mob-phone-label{font-size:11px;color:rgba(240,237,232,0.65);margin-bottom:4px}
.mob-phone-num{font-size:24px;font-weight:700;color:#F4C06A;display:block}
.mob-menu nav a{display:block;padding:15px 28px;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(240,237,232,.82);border-bottom:1px solid rgba(240,237,232,.07)}
.mob-menu nav a:hover{background:#1A1B22;color:#F0EDE8}
.mob-emerg{display:block;margin:20px 28px;background:#E8650A;color:#fff !important;text-align:center;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:14px;border-bottom:none !important}
.mob-emerg:hover{background:#FF7420 !important}

/* ============================================
   TRUST BAR
============================================ */
.trust-bar{background:#1A1B22;border-bottom:1px solid rgba(240,237,232,.08);padding:13px 0;overflow:hidden}
.trust-bar-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}
.trust-bar-inner::-webkit-scrollbar{display:none}
.trust-item{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:rgba(240,237,232,0.65);white-space:nowrap;padding:0 20px;border-right:1px solid rgba(240,237,232,.1);flex-shrink:0}
.trust-item:first-child{padding-left:0}
.trust-item:last-child{border-right:none}
.t-check{width:18px;height:18px;background:#E8650A;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:900;flex-shrink:0}

/* ============================================
   HERO
============================================ */
.hero{background:#0C0D14;border-bottom:1px solid rgba(240,237,232,.08)}
.hero-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center;min-height:560px}
.hero-left{padding:56px 0}
.hero-location{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#E8650A;margin-bottom:20px;display:flex;align-items:center;gap:10px}
.hero-location::after{content:'';flex:1;height:1px;background:rgba(232,101,10,.35);max-width:60px}
.hero-h1{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(44px,5.5vw,72px);line-height:.97;color:#F0EDE8;letter-spacing:-.02em;margin-bottom:24px}
.hero-h1 strong{font-style:normal;color:#E8650A;display:block}
.hero-sub{font-size:16px;color:rgba(240,237,232,0.65);line-height:1.75;margin-bottom:32px;max-width:100%}
.hero-proof{display:flex;gap:24px;flex-wrap:wrap;padding-top:24px;border-top:1px solid rgba(240,237,232,.1)}
.proof-item{font-size:13px;color:rgba(240,237,232,0.65);display:flex;align-items:center;gap:7px}
.proof-item::before{content:'—';color:#E8650A;font-weight:700}

/* HERO CARD */
.hero-right{padding:56px 0}
.hero-card{background:#1A1B22;border:1px solid rgba(240,237,232,.1)}
.hero-card-hd{background:#111218;padding:20px 24px;border-bottom:1px solid rgba(240,237,232,.08)}
.hero-card-hd h3{font-size:16px;font-weight:700;color:#F0EDE8;margin-bottom:3px}
.hero-card-hd p{font-size:12px;color:rgba(240,237,232,0.65)}
.hero-card-body{padding:24px}
.hero-call{background:#0C0D14;border:1px solid rgba(240,237,232,.08);padding:20px;margin-bottom:20px}
.hero-call-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(240,237,232,0.65);margin-bottom:8px}
.hero-call-num{font-size:28px;font-weight:700;color:#F4C06A;display:block;line-height:1;margin-bottom:5px}
.hero-call-num:hover{color:#fff}
.hero-call-note{font-size:12px;color:rgba(240,237,232,0.65)}
.form-divider{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(240,237,232,0.65);margin-bottom:14px;display:flex;align-items:center;gap:10px}
.form-divider::before{content:'';height:1px;width:20px;background:#E8650A}
.f-group{margin-bottom:12px}
.f-label{display:block;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(240,237,232,0.65);margin-bottom:5px}
.f-input,.f-select,.f-textarea{width:100%;background:#0C0D14;border:1.5px solid rgba(240,237,232,.12);padding:11px 13px;font-family:'DM Sans',sans-serif;font-size:14px;color:#F0EDE8;outline:none;transition:border-color .15s;-webkit-appearance:none;border-radius:0}
.f-input:focus,.f-select:focus,.f-textarea:focus{border-color:#E8650A}
.f-input::placeholder,.f-textarea::placeholder{color:rgba(240,237,232,0.65)}
.f-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%238A847C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;color:rgba(240,237,232,0.65)}
.f-select option{background:#111218;color:#F0EDE8}
.f-textarea{resize:vertical;min-height:72px}
.f-btn{width:100%;background:#E8650A;color:#fff;border:none;padding:14px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;transition:background .15s}
.f-btn:hover{background:#FF7420}
.f-note{font-size:11px;color:rgba(240,237,232,.50);text-align:center;margin-top:8px}

/* ============================================
   CITY STRIP
============================================ */
.city-strip{background:#111218;border-top:1px solid rgba(240,237,232,.06);border-bottom:1px solid rgba(240,237,232,.06);padding:14px 0;overflow:hidden}
.city-strip-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:16px;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}
.city-strip-inner::-webkit-scrollbar{display:none}
.city-strip-label{font-size:11px;color:rgba(240,237,232,0.65);white-space:nowrap;flex-shrink:0}
.city-chip{font-size:12px;color:rgba(240,237,232,0.65);background:rgba(240,237,232,.05);border:1px solid rgba(240,237,232,.08);padding:4px 11px;white-space:nowrap;flex-shrink:0}

/* ============================================
   SECTIONS
============================================ */
.section{padding:72px 0}
.section-dark{background:#111218}
/* STAT BAND */
.stat-band{background:#1A1B22;border-top:1px solid rgba(240,237,232,.08);border-bottom:1px solid rgba(240,237,232,.08);padding:28px 0}
.stat-band-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1180px;margin:0 auto;padding:0 24px}
.stat-item{text-align:center}
.stat-num{font-family:'DM Serif Display',serif;font-size:32px;color:#E8650A;line-height:1}
.stat-label{font-size:12px;color:rgba(240,237,232,0.65);margin-top:6px;letter-spacing:.02em}
@media(max-width:800px){.stat-band-inner{grid-template-columns:repeat(2,1fr)}}

/* PEOPLE ALSO ASK */
.paa-box{background:#1A1B22;border:1px solid rgba(232,101,10,.25);border-radius:4px;padding:24px 28px;margin:20px 0}
.paa-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#E8650A;margin-bottom:10px}
.paa-q{font-family:'DM Serif Display',serif;font-size:20px;color:#F0EDE8;margin-bottom:10px}
.paa-a{font-size:14px;color:rgba(240,237,232,.65);line-height:1.75}

/* DIAGNOSTIC TABLE */
.diag-table{width:100%;border-collapse:collapse;margin-top:8px}
.diag-table th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(240,237,232,0.65);padding:12px 16px;border-bottom:2px solid rgba(240,237,232,.15)}
.diag-table td{padding:16px;font-size:13.5px;color:rgba(240,237,232,.7);border-bottom:1px solid rgba(240,237,232,.08);vertical-align:top;line-height:1.6}
.diag-table td a{color:#F4C06A}
.urg{display:inline-block;padding:4px 10px;border-radius:3px;font-size:11px;font-weight:700;white-space:nowrap}
.urg-red{background:rgba(220,60,40,.15);color:#e85c4a}
.urg-yellow{background:rgba(232,180,10,.15);color:#e8c93a}
.urg-green{background:rgba(80,180,90,.15);color:#6cc97a}
@media(max-width:700px){.diag-table{display:block;overflow-x:auto;white-space:nowrap}}

/* COMPARISON TABLE */
.cmp-table{width:100%;border-collapse:collapse;margin-top:8px;font-size:13px}
.cmp-table th{padding:14px 12px;text-align:left;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(240,237,232,0.65);border-bottom:2px solid rgba(240,237,232,.15)}
.cmp-table td{padding:14px 12px;border-bottom:1px solid rgba(240,237,232,.08);color:rgba(240,237,232,.65)}
.cmp-table tr.cmp-us td{color:#F0EDE8;font-weight:600;background:rgba(232,101,10,.06)}
.cmp-table tr.cmp-us td:first-child{color:#F4C06A}
@media(max-width:800px){.cmp-table{display:block;overflow-x:auto;white-space:nowrap}}

/* RED FLAG LIST */
.flag-list{list-style:none;margin-top:16px;display:grid;gap:12px;max-width:640px}
.flag-list li{display:flex;gap:12px;font-size:14px;color:rgba(240,237,232,.65);line-height:1.6}
.flag-x{color:#e85c4a;font-weight:700;flex-shrink:0}

/* REAL QUESTIONS */
.rq-item{padding:24px 0;border-bottom:1px solid rgba(240,237,232,.08)}
.rq-q{font-family:'DM Serif Display',serif;font-style:italic;font-size:17px;color:#F4C06A;margin-bottom:10px}
/* CONTENT PHOTO */
.content-photo{margin:28px 0;border-radius:4px;overflow:hidden;border:1px solid rgba(240,237,232,.1)}
.content-photo img{width:100%;height:auto;display:block}
.content-photo-cap{font-size:12px;color:rgba(240,237,232,0.65);padding:10px 4px 0;line-height:1.5}
.hero-photo{border-radius:4px;overflow:hidden;margin-top:24px;border:1px solid rgba(240,237,232,.12)}
.hero-photo img{width:100%;height:auto;display:block}
.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0}
.photo-pair .content-photo{margin:0}
@media(max-width:700px){.photo-pair{grid-template-columns:1fr}}

.sec-label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#E8650A;margin-bottom:12px;display:block}
.sec-title{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(28px,3.5vw,44px);color:#F0EDE8;letter-spacing:-.02em;line-height:1.08;margin-bottom:14px}
.sec-title em{font-style:italic;color:#E8650A}
.sec-lead{font-size:16px;color:rgba(240,237,232,0.65);line-height:1.75}
.sec-divider{height:1px;background:rgba(240,237,232,.1);margin:0}

/* ============================================
   SERVICE LIST
============================================ */
.svc-list{display:flex;flex-direction:column;gap:0;margin-top:32px}
.svc-row{display:grid;grid-template-columns:180px 1fr 120px;gap:24px;align-items:start;padding:26px 0;border-bottom:1px solid rgba(240,237,232,.08);transition:background .15s;text-decoration:none;color:#F0EDE8}
.svc-row:first-child{border-top:1px solid rgba(240,237,232,.08)}
.svc-row:hover{background:#1A1B22}
.svc-row-name{font-weight:700;font-size:17px;color:#F0EDE8;padding-top:3px}
.svc-row-desc{font-size:14px;color:rgba(240,237,232,0.65);line-height:1.7}
.svc-row-price{font-weight:700;color:#E8650A;font-size:14px;text-align:right;padding-top:4px;white-space:nowrap}
.svc-row-price span{display:block;font-weight:400;font-size:12px;color:rgba(240,237,232,0.65)}

/* ============================================
   WHY GRID
============================================ */
.why-split{display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:start}
.why-rows{display:flex;flex-direction:column;gap:0}
.why-row{padding:22px 0;border-bottom:1px solid rgba(240,237,232,.08)}
.why-row:first-child{border-top:1px solid rgba(240,237,232,.08)}
.why-row h3{font-size:16px;font-weight:700;color:#F0EDE8;margin-bottom:7px;display:flex;align-items:center;gap:10px}
.why-row h3::before{content:'—';color:#E8650A;font-weight:700;flex-shrink:0}
.why-row p{font-size:14px;color:rgba(240,237,232,0.65);line-height:1.7;padding-left:22px;margin:0}

/* ============================================
   FACTS GRID
============================================ */
.facts-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.fact-rows{display:flex;flex-direction:column;gap:0}
.fact-row{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid rgba(240,237,232,.08);align-items:flex-start}
.fact-row:first-child{border-top:1px solid rgba(240,237,232,.08)}
.fact-num{font-family:'DM Serif Display',Georgia,serif;font-style:italic;font-size:36px;color:#E8650A;line-height:1;flex-shrink:0;width:88px}
.fact-body{padding-top:5px}
.fact-body strong{color:#F0EDE8;display:block;font-size:15px;margin-bottom:3px}
.fact-body p{font-size:13px;color:rgba(240,237,232,0.65);line-height:1.6;margin:0}

/* ============================================
   REVIEWS
============================================ */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.rev{background:#1A1B22;border:1px solid rgba(240,237,232,.07);padding:28px}
.rev-stars{color:#F4C06A;font-size:13px;letter-spacing:2px;margin-bottom:14px}
.rev-text{font-size:14px;color:rgba(240,237,232,.62);line-height:1.75;font-style:italic;margin-bottom:18px}
.rev-line{height:1px;background:rgba(240,237,232,.08);margin-bottom:14px}
.rev-name{font-size:14px;font-weight:700;color:rgba(240,237,232,.85)}
.rev-meta{font-size:12px;color:rgba(240,237,232,0.65);margin-top:2px}

/* ============================================
   FAQ
============================================ */
.faq-layout{display:grid;grid-template-columns:1fr 260px;gap:48px;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{border-bottom:1px solid rgba(240,237,232,.08)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;background:none;border:none;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:16px;font-weight:600;color:#F0EDE8;text-align:left;transition:color .15s}
.faq-q:hover,.faq-item.open .faq-q{color:#E8650A}
.faq-icon{font-size:22px;color:#E8650A;flex-shrink:0;transition:transform .2s;line-height:1}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 0 20px;font-size:15px;color:rgba(240,237,232,0.65);line-height:1.8;max-width:100%}
.faq-a a{color:#E8650A;font-weight:600;text-decoration:underline;text-underline-offset:2px}
.faq-item.open .faq-a{display:block}
.faq-sidebar{background:#1A1B22;border:1px solid rgba(240,237,232,.08);padding:28px;position:sticky;top:90px}
.faq-sidebar-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,237,232,0.65);margin-bottom:10px;display:block}
.faq-sidebar h3{font-family:'DM Serif Display',Georgia,serif;font-size:22px;color:#F0EDE8;margin-bottom:10px;letter-spacing:-.01em}
.faq-sidebar p{font-size:13px;color:rgba(240,237,232,0.65);line-height:1.7;margin-bottom:20px}
.faq-phone{font-size:22px;font-weight:700;color:#F4C06A;display:block;margin-bottom:4px}
.faq-hours{font-size:12px;color:rgba(240,237,232,0.65)}

/* ============================================
   AREAS
============================================ */
.areas-section{background:#1A1B22;border-top:1px solid rgba(240,237,232,.08);padding:56px 0;overflow:hidden}
.areas-split{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}
.areas-chips{display:flex;flex-wrap:wrap;gap:0;overflow:hidden}
.area-chip{font-size:13px;color:rgba(240,237,232,0.65);padding:9px 14px;border:1px solid rgba(240,237,232,.08);border-left:none;border-top:none;white-space:nowrap;transition:all .15s}
.area-chip:hover{background:rgba(240,237,232,.05);color:#F0EDE8}
.area-chip.hq{border-color:#E8650A;color:#E8650A;font-weight:600}

/* ============================================
   CTA BAND
============================================ */
.cta-band{background:#E8650A;padding:60px 0;border-top:1px solid rgba(240,237,232,.1)}
.cta-inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.cta-h2{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(26px,3.5vw,44px);color:#fff;letter-spacing:-.02em;line-height:1.08;margin-bottom:8px}
.cta-h2 em{font-style:italic}
.cta-p{font-size:15px;color:rgba(255,255,255,.75)}
.cta-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end;flex-shrink:0}
.cta-phone{font-size:28px;font-weight:700;color:#fff;white-space:nowrap;display:block;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis}
.cta-phone:hover{opacity:.85}
.btn-white{background:#fff;color:#E8650A;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:12px 22px;display:inline-block;transition:opacity .15s;white-space:nowrap}
.btn-white:hover{opacity:.88}

/* ============================================
   FOOTER
============================================ */
.site-footer{background:#0C0D14;color:rgba(240,237,232,.4);padding:52px 0 0;border-top:3px solid #E8650A}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:44px;padding-bottom:44px;border-bottom:1px solid rgba(240,237,232,.07)}
.footer-brand-name{font-size:16px;font-weight:700;color:#F0EDE8;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.footer-mark{background:#E8650A;color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;padding:4px 10px}
.footer-about{font-size:13px;line-height:1.75;margin-bottom:16px;color:rgba(240,237,232,0.65)}
.footer-addr{font-size:12px;line-height:1.8;padding:14px 16px;border:1px solid rgba(240,237,232,.07);color:rgba(240,237,232,.58)}
.footer-addr strong{color:rgba(240,237,232,0.65)}
.footer-col-h{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,237,232,0.65);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(240,237,232,.07)}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-col ul li a{font-size:14px;color:rgba(240,237,232,0.65);transition:color .15s}
.footer-col ul li a:hover{color:#F0EDE8}
.footer-phone{font-size:20px;font-weight:700;color:#F4C06A !important}
.footer-phone:hover{color:#fff !important}
.footer-bottom{padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:rgba(240,237,232,0.65)}
.footer-legal{display:flex;gap:16px}
.footer-legal a{color:rgba(240,237,232,0.65);transition:color .15s}
.footer-legal a:hover{color:rgba(240,237,232,0.65)}

/* ============================================
   RESPONSIVE
============================================ */

/* ============================================
   RESPONSIVE — COMPLETE & DEFINITIVE
============================================ */
@media(max-width:1100px){
  .hero-inner{grid-template-columns:1fr 360px;gap:40px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
}

@media(max-width:900px){
  /* Header */
  .site-nav,.h-cta{display:none}
  .burger{display:flex}

  /* Hero */
  .hero-inner{grid-template-columns:1fr!important;gap:0!important;min-height:auto!important}
  .hero-left{padding:48px 0 32px!important}
  .hero-right{padding:0 0 48px!important}
  .hero-sub{max-width:100%}

  /* Layout grids */
  .why-split{grid-template-columns:1fr!important;gap:32px!important}
  .facts-grid{grid-template-columns:1fr!important;gap:32px!important}
  .reviews-grid{grid-template-columns:1fr!important;gap:2px!important}
  .faq-layout{grid-template-columns:1fr!important;gap:32px!important}
  .faq-sidebar{position:static!important}
  .content-cols{grid-template-columns:1fr!important;gap:32px!important}

  /* CTA */
  .cta-inner{grid-template-columns:1fr!important;gap:24px!important}
  .cta-actions{align-items:flex-start!important}

  /* Areas */
  .areas-split{grid-template-columns:1fr!important;gap:24px!important}

  /* Service rows */
  .svc-row{grid-template-columns:1fr!important;gap:8px!important}
  .svc-row:hover{margin:0!important;padding:26px 0!important}
  .svc-row-price{text-align:left!important}

  /* Page hero */
  .ph-ctas{flex-direction:column}
  .ph-ctas a{text-align:center}
}

@media(max-width:100%){
  /* Layout */
  .wrap,.wrap-sm{padding:0 18px!important}
  .section{padding:52px 0!important}

  /* Topbar */
  .topbar-left{display:none!important}

  /* Header */
  .header-inner{padding:0 18px!important;height:60px!important}
  .logo-sub{display:none!important}
  .logo-box{font-size:16px!important;padding:6px 11px!important}
  .mob-menu{top:60px!important}

  /* Hero */
  .hero-inner{padding:0 18px!important}
  .hero-left{padding:40px 0 28px!important}
  .hero-right{padding:0 0 40px!important}
  .hero-h1{font-size:34px!important;letter-spacing:-.02em!important;line-height:1.0!important}
  .hero-sub{font-size:15px!important}
  .hero-call-num{font-size:22px!important}
  .hero-proof{gap:12px!important}
  .hero-proof .proof-item{font-size:12px!important}

  /* Trust bar */
  .trust-bar-inner{padding:0 18px!important}

  /* City strip */
  .city-strip-inner{padding:0 18px!important}

  /* Reviews */
  .reviews-grid{grid-template-columns:1fr!important}

  /* Footer */
  .footer-grid{grid-template-columns:1fr!important;gap:24px!important}
  .footer-bottom{flex-direction:column!important;text-align:center!important}

  /* CTA */
  .cta-band{padding:44px 0!important}
  .cta-inner{gap:20px!important}
  .cta-h2{font-size:28px!important}
  .cta-phone{font-size:22px!important}
  .cta-actions{flex-direction:column!important;gap:12px!important}
  .btn-white{text-align:center!important;width:100%!important;display:block!important}

  /* Areas */
  .areas-chips .area-chip{font-size:12px!important;padding:7px 10px!important}

  /* Page hero */
  .page-hero{padding:36px 0!important}
  .ph-inner{padding:0 18px!important}
  .ph-h1{font-size:30px!important}
  .ph-lead{font-size:15px!important}
  .ph-ctas{gap:10px!important}
  .ph-ctas a{display:block!important;text-align:center!important}

  /* Data table — horizontal scroll on tiny screens */
  .data-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}
  .data-table{min-width:0}
  .data-table td{padding:10px 0!important;font-size:13px!important}

  /* Sidebar stacks */
  .sidebar{margin-top:8px}
  .sb-block{margin-bottom:0}

  /* Content */
  .sec-title{font-size:26px!important}
  .proc-row{gap:14px!important}
}

/* ADDITIONAL RESPONSIVE CLASSES */
.svc-header-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:end;padding-bottom:20px;border-bottom:1px solid rgba(240,237,232,.1);margin-bottom:0}
.county-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px}
@media(max-width:900px){
  .svc-header-grid{grid-template-columns:1fr!important;gap:16px!important}
  .county-grid{grid-template-columns:1fr!important;gap:24px!important}
  .facts-grid{grid-template-columns:1fr!important}
}

/* OVERFLOW FIX — prevents horizontal scroll on all pages */
*{box-sizing:border-box}
html,body{overflow-x:hidden;width:100%}
img,table,iframe,video,embed{max-width:100%;height:auto}
.wrap,.wrap-sm,.hero-inner,.content-cols,.why-split,.facts-grid,.faq-layout,.areas-split,.cta-inner,.footer-grid,.reviews-grid,.svc-list,.proc-rows,.data-table-wrap{overflow:hidden}
.content-main,.content-main *{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}
p,li,td,th,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;word-wrap:break-word}

/* URGENCY POPUP */
.urg-popup-overlay{display:none;position:fixed;inset:0;background:rgba(8,8,10,.78);z-index:9999;align-items:center;justify-content:center;padding:20px}
.urg-popup-overlay.open{display:flex}
.urg-popup{background:#1A1B22;border:1px solid rgba(240,237,232,.12);max-width:460px;width:100%;padding:32px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.5)}
.urg-popup-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:50%;background:rgba(240,237,232,.08);border:none;color:#F0EDE8;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
.urg-popup-close:hover{background:rgba(240,237,232,.16)}
.urg-popup-badge{display:inline-block;background:rgba(232,101,10,.14);color:#F4C06A;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:20px;margin-bottom:18px}
.urg-popup h2{font-family:'DM Serif Display',Georgia,serif;font-size:26px;line-height:1.2;color:#F0EDE8;margin-bottom:6px}
.urg-popup h2 em{font-style:italic;color:#E8650A}
.urg-popup-sub{font-size:13.5px;color:rgba(240,237,232,0.65);line-height:1.6;margin-bottom:22px}
.urg-popup-item{display:flex;gap:14px;margin-bottom:18px}
.urg-popup-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:rgba(232,101,10,.12);display:flex;align-items:center;justify-content:center;font-size:16px}
.urg-popup-item h3{font-size:14px;color:#F0EDE8;margin-bottom:4px}
.urg-popup-item p{font-size:13px;color:rgba(240,237,232,0.65);line-height:1.55}
.urg-popup-divider{border:none;border-top:1px solid rgba(240,237,232,.1);margin:20px 0}
.urg-popup-cta{display:block;background:#E8650A;color:#fff;text-align:center;padding:16px;font-size:14px;font-weight:700;letter-spacing:.03em;text-decoration:none}
.urg-popup-cta:hover{background:#FF7420}
.urg-popup-trust{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:14px;font-size:11.5px;color:rgba(240,237,232,0.65)}
@media(max-width:480px){.urg-popup{padding:24px 20px}.urg-popup h2{font-size:22px}}

/* HERO BACKGROUND PHOTO */
.hero{position:relative;overflow:hidden}
.hero-bg-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-bg-overlay{position:absolute;inset:0;z-index:0;background:linear-gradient(100deg,rgba(12,13,20,.96) 0%,rgba(12,13,20,.90) 42%,rgba(12,13,20,.55) 75%,rgba(12,13,20,.4) 100%)}
.hero-inner{position:relative;z-index:1}
.section-hero-photo{position:relative;overflow:hidden}
.section-hero-photo .hero-bg-overlay{background:linear-gradient(100deg,rgba(12,13,20,.95) 0%,rgba(12,13,20,.88) 50%,rgba(12,13,20,.6) 100%)}
.section-hero-photo .wrap{position:relative;z-index:1}
@media(max-width:800px){.hero-bg-overlay,.section-hero-photo .hero-bg-overlay{background:rgba(12,13,20,.90)}}

/* BREADCRUMBS */
.breadcrumb{padding:14px 0;border-bottom:1px solid rgba(240,237,232,.08);background:#0C0D14}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;align-items:center;max-width:1160px;margin:0 auto;padding:0 24px;font-size:12px;color:rgba(240,237,232,0.65)}
.breadcrumb li{display:flex;align-items:center;gap:6px}
.breadcrumb li:not(:last-child)::after{content:'/';margin-left:6px;color:rgba(240,237,232,0.65)}
.breadcrumb a{color:rgba(240,237,232,0.65);text-decoration:none}
.breadcrumb a:hover{color:#E8650A}
.breadcrumb li[aria-current="page"]{color:rgba(240,237,232,.65)}

/* CASE STUDIES */
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:0}
.case-card{background:#1A1B22;border:1px solid rgba(240,237,232,.07);padding:28px;display:flex;flex-direction:column}
.case-type{display:inline-block;background:rgba(232,101,10,.12);color:#E8650A;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;margin-bottom:16px;border:1px solid rgba(232,101,10,.2)}
.case-meta{font-size:11px;color:rgba(240,237,232,0.65);letter-spacing:.04em;margin-bottom:12px}
.case-headline{font-family:'DM Serif Display',Georgia,serif;font-size:17px;color:#F0EDE8;line-height:1.3;margin-bottom:14px}
.case-body{font-size:13px;color:rgba(240,237,232,0.65);line-height:1.75;flex:1}
.case-divider{height:1px;background:rgba(240,237,232,.08);margin:18px 0}
.case-cost{font-size:18px;font-weight:700;color:#F4C06A;font-family:'DM Serif Display',Georgia,serif}
.case-cost-note{font-size:11px;color:rgba(240,237,232,0.65);margin-top:3px}
.case-link{display:inline-block;margin-top:14px;font-size:12px;font-weight:600;color:#E8650A;text-decoration:none;letter-spacing:.03em}
.case-link:hover{color:#FF7420}
@media(max-width:860px){.case-grid{grid-template-columns:1fr}}

/* ACCESSIBILITY: Inline content links must be distinguishable without color */
.faq-a a,
.sec-lead a,
.why-row p a,
.rev-text a,
.case-body a,
.r-diag a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* Focus visible for keyboard navigation */
a:focus-visible {
  outline: 2px solid #E8650A;
  outline-offset: 3px;
}
button:focus-visible {
  outline: 2px solid #E8650A;
  outline-offset: 3px;
}

/* ACCESSIBILITY: Inline links distinguishable without color only */
.faq-a a,.sec-lead a,.why-row p a,.rev-text a,.case-body a{text-decoration:underline;text-underline-offset:3px}
/* Keyboard focus visible */
a:focus-visible,button:focus-visible{outline:2px solid #E8650A;outline-offset:3px}
/* Popup title (dialog heading, not document heading) */
.urg-popup [role="heading"]{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(22px,4vw,30px);line-height:1.2;margin-bottom:14px;color:#F0EDE8}
