:root{
  --bwr-primary:var(--lss-primary,#123f77);
  --bwr-primary-dark:var(--lss-primary-dark,#081f3f);
  --bwr-accent:var(--lss-accent,#f58220);
  --bwr-ink:var(--lss-ink,#10243f);
  --bwr-muted:var(--lss-muted,#64748b);
  --bwr-surface:var(--lss-surface,#f4f7fb);
  --bwr-soft:var(--lss-surface-soft,#f8fafc);
  --bwr-border:var(--lss-border,#d8e1ec);
  --bwr-white:#fff;
  --bwr-shadow:0 20px 60px rgba(8,31,63,.14);
  --bwr-radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--bwr-ink);background:#fff;line-height:1.55;font-size:16px}
a{color:inherit}.bwr-wrap{width:min(1180px,calc(100% - 32px));margin-inline:auto}.bwr-skip-link{position:absolute;left:-999px;top:10px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:10px;font-weight:900}.bwr-skip-link:focus{left:10px}.bwr-site-main{min-height:50vh}.bwr-site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(16,36,63,.10);box-shadow:0 8px 28px rgba(8,31,63,.08)}.bwr-alert-strip{background:var(--bwr-primary-dark);color:#fff;font-size:14px}.bwr-alert-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 0}.bwr-alert-inner a{color:#fff;text-decoration:none;font-weight:900}.bwr-header-main{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px}.bwr-brand{display:flex;align-items:center;text-decoration:none;min-width:0}.bwr-brand img,.bwr-brand .custom-logo,.bwr-brand .custom-logo-link img{display:block;width:auto!important;height:auto!important;max-width:260px!important;max-height:72px!important;object-fit:contain!important}.bwr-brand-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:var(--bwr-primary);color:#fff;font-weight:900;letter-spacing:.08em}.bwr-brand-text{font-size:21px;font-weight:950;line-height:1.02}.bwr-nav{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:1}.bwr-nav>a,.bwr-nav button{border:0;background:transparent;color:var(--bwr-ink);text-decoration:none;font:inherit;font-weight:850;padding:10px 9px;border-radius:999px;cursor:pointer}.bwr-nav>a:hover,.bwr-nav button:hover{background:var(--bwr-soft)}.bwr-nav-cta{background:var(--bwr-accent)!important;color:#111!important;padding:12px 16px!important;text-decoration:none!important}.bwr-nav-dropdown{position:relative}.bwr-dropdown-panel{display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);width:min(920px,calc(100vw - 32px));max-height:min(72vh,640px);overflow:auto;background:#fff;border:1px solid var(--bwr-border);border-radius:24px;box-shadow:var(--bwr-shadow);padding:18px;z-index:101}.bwr-nav-dropdown.is-open .bwr-dropdown-panel,.bwr-nav-dropdown:hover .bwr-dropdown-panel,.bwr-nav-dropdown:focus-within .bwr-dropdown-panel{display:grid}.bwr-services-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bwr-locations-panel{width:min(760px,calc(100vw - 32px))}.bwr-menu-column{background:var(--bwr-soft);border:1px solid var(--bwr-border);border-radius:18px;padding:14px;display:grid;gap:5px;align-content:start}.bwr-menu-column h2{font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;color:var(--bwr-primary)}.bwr-menu-column a,.bwr-location-menu-grid a{display:block;text-decoration:none;font-weight:800;padding:8px 9px;border-radius:12px;color:var(--bwr-ink)}.bwr-menu-column a:hover,.bwr-location-menu-grid a:hover{background:#fff;color:var(--bwr-primary)}.bwr-menu-column-wide{display:block}.bwr-location-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.bwr-menu-toggle{display:none;align-items:center;gap:4px;border:1px solid var(--bwr-border);background:#fff;border-radius:14px;padding:9px 10px;color:var(--bwr-ink);font:inherit;font-weight:900}.bwr-menu-toggle span{display:block;width:18px;height:2px;background:currentColor;border-radius:2px}.bwr-menu-toggle strong{margin-left:5px}.bwr-kicker{margin:0 0 12px;text-transform:uppercase;letter-spacing:.13em;font-weight:950;color:var(--bwr-accent);font-size:13px}.bwr-home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 8%,rgba(245,130,32,.25),transparent 28rem),linear-gradient(135deg,#06172e,#123f77 62%,#0a274d);color:#fff;padding:clamp(44px,7vw,88px) 0}.bwr-home-hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:460px;height:460px;border:70px solid rgba(255,255,255,.055);border-radius:50%}.bwr-home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:32px;align-items:center}.bwr-home-copy h1,.bwr-contact-hero h1,.bwr-blog-hero h1,.bwr-single-hero h1{font-size:clamp(38px,7vw,78px);line-height:.96;letter-spacing:-.055em;margin:0 0 18px}.bwr-hero-lede,.bwr-contact-hero p,.bwr-blog-hero p,.bwr-single-hero p{font-size:clamp(18px,2vw,22px);color:rgba(255,255,255,.86);max-width:760px}.bwr-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.bwr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:950;border:2px solid transparent}.bwr-btn-primary{background:var(--bwr-accent)!important;color:#111!important}.bwr-btn-secondary{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32);color:#fff}.bwr-btn-light{background:#fff;color:var(--bwr-ink)}.bwr-hero-check-card,.bwr-callout-card,.bwr-form-card,.bwr-city-picker,.bwr-problem-card,.bwr-steps-grid article,.bwr-support-grid article,.bwr-post-card,.bwr-article-help-card{background:#fff;border:1px solid var(--bwr-border);border-radius:var(--bwr-radius);box-shadow:var(--bwr-shadow)}.bwr-hero-check-card{padding:24px;color:var(--bwr-ink)}.bwr-hero-check-card h2{margin:0 0 16px;font-size:28px}.bwr-damage-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bwr-damage-pills a{display:flex;align-items:center;min-height:58px;padding:12px;border:1px solid var(--bwr-border);border-radius:16px;background:var(--bwr-soft);text-decoration:none;font-weight:900}.bwr-damage-pills a:hover{background:var(--bwr-primary);color:#fff}.bwr-mobile-action-bar{display:none}.bwr-section{padding:clamp(46px,7vw,86px) 0}.bwr-section-head{max-width:760px;margin:0 auto 28px;text-align:center}.bwr-left-head{text-align:left;margin-left:0}.bwr-section h2,.bwr-location-layout h2,.bwr-request-grid h2,.bwr-contact-form-grid h2{font-size:clamp(30px,4.2vw,56px);line-height:1;margin:0 0 14px;letter-spacing:-.04em}.bwr-section-head p,.bwr-location-layout p,.bwr-request-grid p,.bwr-contact-form-grid p{font-size:18px;color:var(--bwr-muted)}.bwr-problem-section{background:var(--bwr-soft)}.bwr-problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.bwr-problem-card{display:block;text-decoration:none;padding:22px;box-shadow:none;transition:.18s ease}.bwr-problem-card:hover{transform:translateY(-3px);box-shadow:var(--bwr-shadow)}.bwr-problem-card span{display:inline-block;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em;color:var(--bwr-accent);margin-bottom:10px}.bwr-problem-card h3{font-size:22px;line-height:1.08;margin:0 0 10px}.bwr-problem-card p{margin:0;color:var(--bwr-muted)}.bwr-location-section{background:#fff}.bwr-location-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}.bwr-state-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.bwr-state-links a{display:inline-flex;padding:10px 13px;background:var(--bwr-primary);color:#fff;text-decoration:none;border-radius:999px;font-weight:900}.bwr-city-picker{padding:24px}.bwr-city-picker h3{font-size:26px;margin:0 0 14px}.bwr-city-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bwr-city-grid a{display:block;text-decoration:none;font-weight:900;padding:11px 12px;background:var(--bwr-soft);border:1px solid var(--bwr-border);border-radius:14px}.bwr-city-grid a:hover{background:var(--bwr-accent);color:#111}.bwr-steps-section{background:linear-gradient(180deg,#fff,var(--bwr-soft))}.bwr-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bwr-steps-grid article{padding:26px;box-shadow:none}.bwr-steps-grid strong{display:grid;place-items:center;width:44px;height:44px;background:var(--bwr-primary);color:#fff;border-radius:15px;margin-bottom:18px}.bwr-steps-grid h3{font-size:24px;margin:0 0 10px}.bwr-request-section{background:linear-gradient(135deg,#06172e,#123f77);color:#fff}.bwr-request-grid,.bwr-contact-form-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:32px;align-items:start}.bwr-request-grid p{color:rgba(255,255,255,.82)}.bwr-large-phone{display:inline-block;margin-top:18px;font-size:clamp(26px,4vw,42px);font-weight:950;color:#fff;text-decoration:none}.bwr-form-card{padding:24px;color:var(--bwr-ink)}.bwr-form-card-large{padding:30px}.bwr-lead-form{display:grid;gap:15px}.bwr-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bwr-lead-form label{display:grid!important;gap:7px;font-weight:900;color:var(--bwr-ink)!important}.bwr-lead-form input,.bwr-lead-form select,.bwr-lead-form textarea{width:100%;min-height:52px;border:1px solid var(--bwr-border);border-radius:14px;background:#fff;color:var(--bwr-ink)!important;padding:12px 14px;font:inherit;box-shadow:none}.bwr-lead-form textarea{min-height:132px;resize:vertical}.bwr-lead-form button[type="submit"],.bwr-lead-form .bwr-btn-primary{min-height:54px;border:0;border-radius:999px;background:var(--bwr-accent)!important;color:#111!important;font:inherit;font-weight:950;cursor:pointer}.bwr-hp{position:absolute!important;left:-9999px!important}.bwr-contact-hero,.bwr-blog-hero,.bwr-single-hero{background:linear-gradient(135deg,#06172e,#123f77);color:#fff;padding:clamp(42px,7vw,80px) 0}.bwr-contact-hero-grid,.bwr-single-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:30px;align-items:center}.bwr-callout-card{padding:26px;color:var(--bwr-ink)}.bwr-callout-card h2{margin:0 0 12px}.bwr-callout-card ul{margin:0;padding-left:20px}.bwr-phone-note a{font-weight:950;color:var(--bwr-primary)}.bwr-support-section{background:var(--bwr-soft)}.bwr-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bwr-support-grid article{padding:24px;box-shadow:none}.bwr-support-grid h2{font-size:24px;margin:0 0 8px}.bwr-blog-hero .bwr-wrap{max-width:960px}.bwr-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bwr-post-card{overflow:hidden;padding:22px;box-shadow:none}.bwr-post-thumb{display:block;margin:-22px -22px 18px;background:var(--bwr-soft)}.bwr-post-thumb img{display:block;width:100%;height:220px;object-fit:cover}.bwr-post-date{font-size:13px;font-weight:950;color:var(--bwr-accent);margin:0 0 6px}.bwr-post-card h2{font-size:24px;line-height:1.08;margin:0 0 10px}.bwr-post-card h2 a,.bwr-text-link{text-decoration:none}.bwr-text-link{font-weight:950;color:var(--bwr-primary)}.bwr-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.bwr-pagination .page-numbers{border:1px solid var(--bwr-border);border-radius:999px;padding:8px 12px;text-decoration:none}.bwr-pagination .current{background:var(--bwr-primary);color:#fff}.bwr-single-image img{display:block;width:100%;border-radius:var(--bwr-radius);box-shadow:var(--bwr-shadow)}.bwr-post-content-wrap{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;padding:56px 0}.bwr-post-content{font-size:18px}.bwr-post-content :where(h2,h3){letter-spacing:-.03em;line-height:1.08}.bwr-post-content img{max-width:100%;height:auto;border-radius:18px}.bwr-article-help-card{position:sticky;top:120px;align-self:start;padding:24px}.bwr-site-footer{background:#07172d;color:#fff;padding-top:52px}.bwr-footer-top{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:30px}.bwr-site-footer h2{font-size:18px;margin:0 0 12px}.bwr-site-footer p{color:rgba(255,255,255,.78);margin-top:0}.bwr-site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.bwr-site-footer a{color:#fff;text-decoration:none}.bwr-site-footer a:hover{color:var(--bwr-accent)}.bwr-footer-phone{display:inline-block;font-size:24px;font-weight:950;color:var(--bwr-accent)!important}.bwr-footer-bottom{margin-top:34px;padding:15px 0;background:#030a15;color:rgba(255,255,255,.72)}.bwr-mobile-sticky-cta{display:none}.bwrd-page{background:#fff!important}.bwrd-hero{background:linear-gradient(135deg,#06172e,#123f77)!important}.bwrd-hero h1{letter-spacing:-.05em!important}.bwrd-card,.bwrd-info-card,.bwrd-faq-card,.bwrd-quick-card,.bwrd-highlight,.bwrd-process-card{border-radius:22px!important}.bwrd-btn-primary,.bwrd-mobile-sticky-cta a:last-child{background:var(--bwr-accent)!important;color:#111!important}.bwrd-btn-secondary{border-color:rgba(255,255,255,.4)!important}.bwrd-trust-strip{background:#07172d!important}.bwrd-section-light,.bwrd-page-nav,.bwrd-reader-summary,.bwrd-question-section{background:var(--bwr-soft)!important}@media (max-width:1120px){.bwr-header-main{flex-wrap:wrap}.bwr-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:8px}.bwr-services-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.bwr-problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bwr-footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:880px){body{padding-bottom:64px}.bwr-alert-inner{justify-content:center;text-align:center;flex-direction:column;gap:2px}.bwr-header-main{min-height:70px;flex-wrap:nowrap}.bwr-brand img,.bwr-brand .custom-logo,.bwr-brand .custom-logo-link img{max-width:185px!important;max-height:58px!important}.bwr-menu-toggle{display:inline-flex}.bwr-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:var(--bwr-shadow);padding:14px 16px 22px;max-height:calc(100vh - 98px);overflow:auto;flex-direction:column;align-items:stretch;gap:8px}.bwr-nav.is-open{display:flex}.bwr-nav>a,.bwr-nav button{justify-content:space-between;text-align:left;border-radius:14px;background:var(--bwr-soft);padding:13px 14px}.bwr-nav-cta{text-align:center!important;justify-content:center!important}.bwr-dropdown-panel{position:static;transform:none;width:100%;max-height:none;overflow:visible;box-shadow:none;border-radius:18px;margin-top:8px;padding:10px}.bwr-nav-dropdown:hover .bwr-dropdown-panel{display:none}.bwr-nav-dropdown.is-open .bwr-dropdown-panel{display:grid}.bwr-services-panel,.bwr-location-menu-grid{grid-template-columns:1fr}.bwr-home-hero-grid,.bwr-location-layout,.bwr-request-grid,.bwr-contact-hero-grid,.bwr-contact-form-grid,.bwr-support-grid,.bwr-single-grid,.bwr-post-content-wrap{grid-template-columns:1fr}.bwr-home-hero{padding-top:34px}.bwr-home-copy h1,.bwr-contact-hero h1,.bwr-blog-hero h1,.bwr-single-hero h1{font-size:clamp(36px,11vw,58px)}.bwr-mobile-action-bar{position:sticky;top:0;z-index:80;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-bottom:1px solid var(--bwr-border);box-shadow:0 8px 22px rgba(8,31,63,.08)}.bwr-mobile-action-bar a{display:flex;align-items:center;justify-content:center;min-height:50px;padding:8px;text-align:center;text-decoration:none;font-size:14px;font-weight:950}.bwr-mobile-action-bar a:nth-child(1){background:var(--bwr-primary);color:#fff}.bwr-mobile-action-bar a:nth-child(2){background:var(--bwr-accent);color:#111}.bwr-mobile-action-bar a:nth-child(3){background:#fff;color:var(--bwr-ink)}.bwr-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.bwr-damage-pills,.bwr-city-grid,.bwr-form-grid{grid-template-columns:1fr}.bwr-problem-grid,.bwr-steps-grid,.bwr-post-grid{grid-template-columns:1fr}.bwr-section{padding:44px 0}.bwr-city-picker,.bwr-form-card{padding:18px}.bwr-article-help-card{position:static}.bwr-mobile-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:1fr 1fr;background:#07172d;box-shadow:0 -10px 30px rgba(0,0,0,.25)}.bwr-mobile-sticky-cta a{display:flex;align-items:center;justify-content:center;min-height:58px;padding:8px 10px;text-decoration:none;font-weight:950;text-align:center;color:#fff}.bwr-mobile-sticky-cta a:last-child{background:var(--bwr-accent);color:#111}.bwr-footer-top{grid-template-columns:1fr;gap:20px}.bwr-site-footer{padding-top:34px}}@media (max-width:520px){.bwr-wrap{width:min(100% - 24px,1180px)}.bwr-alert-strip{display:none}.bwr-brand img,.bwr-brand .custom-logo,.bwr-brand .custom-logo-link img{max-width:160px!important}.bwr-header-main{min-height:64px}.bwr-menu-toggle strong{display:none}.bwr-problem-card,.bwr-steps-grid article,.bwr-callout-card,.bwr-support-grid article{padding:18px}.bwr-home-hero{padding-bottom:36px}.bwr-hero-lede{font-size:17px}.bwr-btn{width:100%}}


/* =========================================================
   Customer Motion Test v3.7.0
   Lightweight motion: transform + opacity only, no layout-heavy animation.
========================================================= */
:root{
  --bwr-grad-hot:linear-gradient(135deg,var(--bwr-accent,#f58220),#ffd166 52%,#ff7a18);
  --bwr-grad-cool:linear-gradient(135deg,#0b1d3a,var(--bwr-primary,#123f77) 52%,#22c1c3);
  --bwr-grad-soft:linear-gradient(135deg,rgba(255,255,255,.98),rgba(244,247,251,.92));
  --bwr-motion-shadow:0 24px 70px rgba(8,31,63,.18);
}
.bwr-home-hero{background:radial-gradient(circle at 18% 10%,rgba(245,130,32,.36),transparent 24rem),radial-gradient(circle at 86% 20%,rgba(34,193,195,.20),transparent 22rem),linear-gradient(135deg,#06172e,#123f77 58%,#06172e)!important;}
.bwr-home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.08) 42%,transparent 58%);transform:translateX(-130%);animation:bwrHeroSweep 8s ease-in-out infinite;pointer-events:none;}
.bwr-hero-check-card{background:linear-gradient(180deg,#fff,#f7fbff)!important;position:relative;overflow:hidden;}
.bwr-hero-check-card:before{content:"";position:absolute;right:-44px;top:-44px;width:130px;height:130px;border-radius:999px;background:radial-gradient(circle,rgba(245,130,32,.22),transparent 68%);pointer-events:none;}
.bwr-btn,.bwr-nav-cta,.bwr-lead-form button[type="submit"],.bwr-mobile-action-bar a,.bwr-mobile-sticky-cta a{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease;}
.bwr-btn:after,.bwr-nav-cta:after,.bwr-lead-form button[type="submit"]:after,.bwr-mobile-action-bar a:after,.bwr-mobile-sticky-cta a:after{content:"";position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.35) 42%,transparent 62%);transform:translateX(-130%);transition:transform .55s ease;pointer-events:none;}
.bwr-btn:hover,.bwr-nav-cta:hover,.bwr-lead-form button[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(8,31,63,.20);filter:saturate(1.05);}
.bwr-btn:hover:after,.bwr-nav-cta:hover:after,.bwr-lead-form button[type="submit"]:hover:after,.bwr-mobile-action-bar a:hover:after,.bwr-mobile-sticky-cta a:hover:after{transform:translateX(130%);}
.bwr-btn-primary,.bwr-nav-cta,.bwr-lead-form button[type="submit"]{background:var(--bwr-grad-hot)!important;color:#111!important;}
.bwr-btn-secondary{background:rgba(255,255,255,.13)!important;backdrop-filter:blur(8px);}
.bwr-btn-light{background:linear-gradient(135deg,#fff,#edf6ff)!important;border-color:rgba(255,255,255,.7)!important;}
.bwr-problem-card,.bwr-steps-grid article,.bwr-support-grid article,.bwr-post-card,.bwr-callout-card,.bwr-form-card,.bwr-city-picker,.bwr-hero-check-card,.bwr-article-help-card,.bwrd-card,.bwrd-info-card,.bwrd-faq-card,.bwrd-quick-card,.bwrd-highlight,.bwrd-process-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;will-change:transform;}
.bwr-problem-card:hover,.bwr-steps-grid article:hover,.bwr-support-grid article:hover,.bwr-post-card:hover,.bwr-city-picker:hover,.bwr-hero-check-card:hover,.bwrd-card:hover,.bwrd-info-card:hover,.bwrd-faq-card:hover,.bwrd-quick-card:hover,.bwrd-highlight:hover,.bwrd-process-card:hover{transform:translateY(-5px);box-shadow:var(--bwr-motion-shadow);border-color:rgba(245,130,32,.42)!important;}
.bwr-problem-card{background:linear-gradient(180deg,#fff,#f8fbff)!important;overflow:hidden;position:relative;}
.bwr-problem-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:var(--bwr-grad-hot);transform:scaleX(.22);transform-origin:left;transition:transform .22s ease;}
.bwr-problem-card:hover:before{transform:scaleX(1);}
.bwr-damage-pills a,.bwr-city-grid a,.bwr-state-links a,.bwr-menu-column a,.bwr-location-menu-grid a{transition:transform .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease;}
.bwr-damage-pills a:hover,.bwr-city-grid a:hover,.bwr-state-links a:hover,.bwr-menu-column a:hover,.bwr-location-menu-grid a:hover{transform:translateX(3px);box-shadow:0 12px 24px rgba(8,31,63,.12);}
.bwr-steps-grid article strong{background:var(--bwr-grad-cool)!important;box-shadow:0 10px 24px rgba(18,63,119,.25);}
.bwr-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease;}
.bwr-reveal.is-visible{opacity:1;transform:none;}
@keyframes bwrHeroSweep{0%,58%,100%{transform:translateX(-130%)}72%{transform:translateX(130%)}}

@media (max-width:880px){
  body{background:linear-gradient(180deg,#fff,#f8fbff 35%,#fff);}
  .bwr-home-hero{padding-top:28px!important;border-bottom-left-radius:28px;border-bottom-right-radius:28px;}
  .bwr-mobile-action-bar{top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);gap:6px;padding:7px 8px;border-bottom:1px solid rgba(16,36,63,.10);grid-template-columns:1fr 1fr 1fr;}
  .bwr-mobile-action-bar a{min-height:48px;border-radius:16px;font-size:13px;line-height:1.1;box-shadow:0 10px 20px rgba(8,31,63,.12);}
  .bwr-mobile-action-bar a:nth-child(1){background:var(--bwr-grad-cool)!important;color:#fff!important;}
  .bwr-mobile-action-bar a:nth-child(2){background:var(--bwr-grad-hot)!important;color:#111!important;}
  .bwr-mobile-action-bar a:nth-child(3){background:linear-gradient(135deg,#fff,#edf6ff)!important;color:var(--bwr-ink)!important;border:1px solid rgba(16,36,63,.12);}
  .bwr-hero-actions{grid-template-columns:1fr 1fr!important;}
  .bwr-hero-actions .bwr-btn:first-child{grid-column:1 / -1;min-height:56px;font-size:17px;background:var(--bwr-grad-hot)!important;}
  .bwr-hero-actions .bwr-btn:nth-child(2){background:var(--bwr-grad-cool)!important;color:#fff!important;border:0;}
  .bwr-hero-actions .bwr-btn:nth-child(3){background:linear-gradient(135deg,#fff,#edf6ff)!important;color:var(--bwr-ink)!important;border:0;}
  .bwr-damage-pills{grid-template-columns:1fr 1fr!important;}
  .bwr-damage-pills a{min-height:68px;border-radius:20px;background:linear-gradient(135deg,#fff,#f2f7ff)!important;box-shadow:0 10px 22px rgba(8,31,63,.08);}
  .bwr-problem-card,.bwr-steps-grid article,.bwr-form-card,.bwr-city-picker{border-radius:24px!important;box-shadow:0 16px 38px rgba(8,31,63,.10)!important;}
  .bwr-lead-form button[type="submit"]{min-height:58px;border-radius:18px;background:var(--bwr-grad-hot)!important;box-shadow:0 16px 28px rgba(245,130,32,.22);}
  .bwr-mobile-sticky-cta{gap:7px;padding:7px;background:rgba(7,23,45,.92);backdrop-filter:blur(10px);}
  .bwr-mobile-sticky-cta a{min-height:52px;border-radius:16px;}
  .bwr-mobile-sticky-cta a:first-child{background:linear-gradient(135deg,#fff,#dff2ff)!important;color:var(--bwr-ink)!important;}
  .bwr-mobile-sticky-cta a:last-child{background:var(--bwr-grad-hot)!important;color:#111!important;}
}

@media (max-width:520px){
  .bwr-hero-actions{grid-template-columns:1fr!important;}
  .bwr-damage-pills{grid-template-columns:1fr!important;}
  .bwr-mobile-action-bar a{font-size:12px;min-height:46px;padding:8px 5px;}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;}
  .bwr-reveal{opacity:1!important;transform:none!important;}
}


/* =========================================================
   Premium Motion Test v3.8.0
   Site-wide premium layer: lightweight CSS transforms, gradients, and reveal motion.
========================================================= */
:root{
  --bwr-premium-blue:#071b3b;
  --bwr-premium-cyan:#23c4d6;
  --bwr-premium-gold:#ffb347;
  --bwr-premium-glow:0 26px 80px rgba(15,61,117,.22);
  --bwr-premium-glow-hot:0 24px 60px rgba(245,130,32,.25);
  --bwr-premium-border:rgba(255,255,255,.18);
}
body:not(.wp-admin){background:radial-gradient(circle at 10% 0%,rgba(35,196,214,.08),transparent 24rem),radial-gradient(circle at 94% 12%,rgba(245,130,32,.08),transparent 24rem),#fff;}
.bwr-site-header{backdrop-filter:saturate(1.2) blur(12px);background:rgba(255,255,255,.94)!important;}
.bwr-alert-strip{background:linear-gradient(90deg,#06172e,#123f77 48%,#06172e)!important;position:relative;overflow:hidden;}
.bwr-alert-strip:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.13),transparent);transform:translateX(-120%);animation:bwrPremiumSweep 9s ease-in-out infinite;pointer-events:none;}
.bwr-home-hero,.bwr-contact-hero,.bwr-blog-hero,.bwr-single-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 10%,rgba(245,130,32,.36),transparent 26rem),radial-gradient(circle at 82% 18%,rgba(35,196,214,.26),transparent 25rem),linear-gradient(135deg,#041329,#0f3d75 58%,#06172e)!important;}
.bwr-home-hero:before,.bwr-contact-hero:before,.bwr-blog-hero:before,.bwr-single-hero:before{content:"";position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.10) 44%,transparent 62%);transform:translateX(-130%);animation:bwrPremiumSweep 8.5s ease-in-out infinite;pointer-events:none;}
.bwr-home-copy,.bwr-contact-hero .bwr-wrap,.bwr-blog-hero .bwr-wrap,.bwr-single-hero .bwr-wrap{position:relative;z-index:2;}
.bwr-home-copy h1,.bwr-contact-hero h1,.bwr-blog-hero h1,.bwr-single-hero h1{text-shadow:0 18px 42px rgba(0,0,0,.24);}
.bwr-kicker,.bwrd-mini-label,.bwrd-eyebrow{background:linear-gradient(90deg,var(--bwr-accent,#f58220),#ffd166,#23c4d6);-webkit-background-clip:text;background-clip:text;color:transparent!important;font-weight:950!important;}
.bwr-hero-check-card,.bwr-form-card,.bwr-city-picker,.bwr-callout-card,.bwr-article-help-card,.bwr-post-card,.bwrd-quick-card,.bwrd-highlight,.bwrd-info-card,.bwrd-card,.bwrd-faq-card,.bwrd-process-card{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,255,.94))!important;border-color:rgba(15,61,117,.13)!important;box-shadow:0 20px 55px rgba(8,31,63,.12)!important;}
.bwr-hero-check-card:after,.bwr-form-card:after,.bwr-city-picker:after,.bwr-callout-card:after,.bwr-article-help-card:after,.bwrd-quick-card:after,.bwrd-highlight:after,.bwrd-info-card:after,.bwrd-card:after{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;border-radius:999px;background:radial-gradient(circle,rgba(35,196,214,.14),rgba(245,130,32,.09) 48%,transparent 72%);pointer-events:none;transition:transform .28s ease,opacity .28s ease;}
.bwr-hero-check-card:hover:after,.bwr-form-card:hover:after,.bwr-city-picker:hover:after,.bwr-callout-card:hover:after,.bwr-article-help-card:hover:after,.bwrd-quick-card:hover:after,.bwrd-highlight:hover:after,.bwrd-info-card:hover:after,.bwrd-card:hover:after{transform:scale(1.16);opacity:.92;}
.bwr-problem-card,.bwr-steps-grid article,.bwr-support-grid article,.bwr-post-card,.bwr-callout-card,.bwr-form-card,.bwr-city-picker,.bwr-hero-check-card,.bwr-article-help-card,.bwrd-card,.bwrd-info-card,.bwrd-faq-card,.bwrd-quick-card,.bwrd-highlight,.bwrd-process-card,.bwrd-related-card,.bwrd-local-detail-card{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,filter .24s ease!important;will-change:transform;}
.bwr-problem-card:hover,.bwr-steps-grid article:hover,.bwr-support-grid article:hover,.bwr-post-card:hover,.bwr-callout-card:hover,.bwr-form-card:hover,.bwr-city-picker:hover,.bwr-hero-check-card:hover,.bwr-article-help-card:hover,.bwrd-card:hover,.bwrd-info-card:hover,.bwrd-faq-card:hover,.bwrd-quick-card:hover,.bwrd-highlight:hover,.bwrd-process-card:hover,.bwrd-related-card:hover,.bwrd-local-detail-card:hover{transform:translateY(-7px);box-shadow:var(--bwr-premium-glow)!important;border-color:rgba(245,130,32,.42)!important;filter:saturate(1.03);}
.bwr-section:nth-of-type(even),.bwrd-section:nth-of-type(even){background:radial-gradient(circle at 12% 8%,rgba(35,196,214,.09),transparent 18rem),linear-gradient(180deg,#fff,#f5f8fc)!important;}
.bwr-request-section,.bwrd-cta,.bwrd-section-deep{background:radial-gradient(circle at 20% 20%,rgba(245,130,32,.24),transparent 22rem),radial-gradient(circle at 90% 10%,rgba(35,196,214,.17),transparent 18rem),linear-gradient(135deg,#06172e,#0f3d75 58%,#06172e)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10);}
.bwr-btn,.bwr-nav-cta,.bwr-lead-form button[type="submit"],.bwrd-btn,.bwrd-inline-action,.bwrd-large-phone,.bwr-mobile-action-bar a,.bwr-mobile-sticky-cta a{position:relative;isolation:isolate;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;}
.bwr-btn-primary,.bwr-nav-cta,.bwr-lead-form button[type="submit"],.bwrd-btn-primary,.bwrd-inline-action{background:linear-gradient(135deg,#ff8a1f,#ffd166 52%,#f58220)!important;color:#111!important;box-shadow:var(--bwr-premium-glow-hot)!important;}
.bwr-btn-secondary,.bwrd-btn-secondary{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(35,196,214,.14))!important;color:#fff!important;border-color:rgba(255,255,255,.32)!important;backdrop-filter:blur(10px);}
.bwr-btn:before,.bwr-nav-cta:before,.bwr-lead-form button[type="submit"]:before,.bwrd-btn:before,.bwrd-inline-action:before,.bwr-mobile-action-bar a:before,.bwr-mobile-sticky-cta a:before{content:"";position:absolute;inset:-3px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.46) 44%,transparent 62%);transform:translateX(-135%);transition:transform .58s ease;z-index:-1;}
.bwr-btn:hover,.bwr-nav-cta:hover,.bwr-lead-form button[type="submit"]:hover,.bwrd-btn:hover,.bwrd-inline-action:hover{transform:translateY(-3px);filter:saturate(1.08);}
.bwr-btn:hover:before,.bwr-nav-cta:hover:before,.bwr-lead-form button[type="submit"]:hover:before,.bwrd-btn:hover:before,.bwrd-inline-action:hover:before,.bwr-mobile-action-bar a:hover:before,.bwr-mobile-sticky-cta a:hover:before{transform:translateX(135%);}
.bwr-damage-pills a,.bwr-city-grid a,.bwr-state-links a,.bwr-menu-column a,.bwr-location-menu-grid a,.bwrd-page-nav a,.bwrd-related-card{transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,border-color .18s ease!important;}
.bwr-damage-pills a:hover,.bwr-city-grid a:hover,.bwr-state-links a:hover,.bwr-menu-column a:hover,.bwr-location-menu-grid a:hover,.bwrd-page-nav a:hover,.bwrd-related-card:hover{transform:translateY(-2px) translateX(2px);box-shadow:0 14px 32px rgba(8,31,63,.14)!important;}
.bwr-lead-form input:focus,.bwr-lead-form select:focus,.bwr-lead-form textarea:focus{outline:none;border-color:rgba(245,130,32,.72)!important;box-shadow:0 0 0 4px rgba(245,130,32,.14),0 12px 30px rgba(8,31,63,.08)!important;}
.bwrd-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 16%,rgba(245,130,32,.25),transparent 20rem),radial-gradient(circle at 86% 10%,rgba(35,196,214,.18),transparent 20rem),linear-gradient(135deg,#06172e,#0f3d75 60%,#06172e)!important;}
.bwrd-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.075),transparent);transform:translateX(-130%);animation:bwrPremiumSweep 9.2s ease-in-out infinite;pointer-events:none;}
.bwrd-hero-grid,.bwrd-wrap{position:relative;z-index:1;}
.bwrd-trust-strip{background:linear-gradient(90deg,#fff,#f5f9ff,#fff)!important;}
.bwrd-trust-strip-inner div{transition:transform .22s ease,box-shadow .22s ease,background .22s ease;border-radius:18px;padding:10px;}
.bwrd-trust-strip-inner div:hover{transform:translateY(-3px);background:#fff;box-shadow:0 12px 28px rgba(8,31,63,.10);}
.bwr-premium-reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease;}
.bwr-premium-reveal.is-visible{opacity:1;transform:none;}
.bwr-premium-reveal:nth-child(2n){transition-delay:.04s}.bwr-premium-reveal:nth-child(3n){transition-delay:.08s}.bwr-premium-reveal:nth-child(4n){transition-delay:.12s}
@keyframes bwrPremiumSweep{0%,54%,100%{transform:translateX(-130%)}72%{transform:translateX(130%)}}
@media (max-width:880px){
  .bwr-site-header{position:sticky!important;top:0!important;}
  .bwr-mobile-action-bar{display:grid!important;position:sticky;top:0;z-index:99;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(14px);border-bottom:1px solid rgba(8,31,63,.10);grid-template-columns:1fr 1fr 1fr;gap:7px;padding:8px;}
  .bwr-mobile-action-bar a{border-radius:18px!important;min-height:50px!important;font-size:12px!important;font-weight:950!important;box-shadow:0 12px 26px rgba(8,31,63,.14)!important;}
  .bwr-mobile-action-bar a:nth-child(1){background:linear-gradient(135deg,#06172e,#0f3d75,#23c4d6)!important;color:#fff!important;}
  .bwr-mobile-action-bar a:nth-child(2){background:linear-gradient(135deg,#ff8a1f,#ffd166,#f58220)!important;color:#111!important;}
  .bwr-mobile-action-bar a:nth-child(3){background:linear-gradient(135deg,#fff,#eaf7ff)!important;color:#10243f!important;border:1px solid rgba(8,31,63,.12)!important;}
  .bwr-home-hero,.bwr-contact-hero,.bwr-blog-hero,.bwr-single-hero,.bwrd-hero{border-bottom-left-radius:34px;border-bottom-right-radius:34px;}
  .bwr-btn,.bwrd-btn,.bwr-lead-form button[type="submit"]{border-radius:18px!important;min-height:56px;}
  .bwr-problem-card,.bwr-steps-grid article,.bwr-form-card,.bwr-city-picker,.bwrd-card,.bwrd-info-card,.bwrd-faq-card,.bwrd-quick-card,.bwrd-highlight{border-radius:25px!important;box-shadow:0 16px 40px rgba(8,31,63,.11)!important;}
  .bwr-mobile-sticky-cta{background:linear-gradient(90deg,rgba(6,23,46,.96),rgba(15,61,117,.96))!important;backdrop-filter:blur(14px);gap:8px;padding:8px;}
  .bwr-mobile-sticky-cta a{border-radius:18px!important;min-height:54px!important;box-shadow:0 14px 30px rgba(0,0,0,.18)!important;}
}
@media (prefers-reduced-motion:reduce){
  .bwr-premium-reveal{opacity:1!important;transform:none!important;transition:none!important;}
}

/* =========================================================
   Customer Drop-In Premium v3.9.0
   Same service/location data, rebuilt customer-facing layout.
========================================================= */
:root{
  --bwr-glass:rgba(255,255,255,.78);
  --bwr-hot:linear-gradient(135deg,#ff8a1f,#ffd166 52%,#f58220);
  --bwr-cool:linear-gradient(135deg,#06172e,#0f3d75 58%,#23c4d6);
  --bwr-card-grad:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,255,.94));
}
.bwr-dropin-hero{position:relative;overflow:hidden;padding:clamp(52px,8vw,108px) 0;background:radial-gradient(circle at 8% 12%,rgba(245,130,32,.38),transparent 27rem),radial-gradient(circle at 88% 6%,rgba(35,196,214,.26),transparent 26rem),linear-gradient(135deg,#041329,#0f3d75 56%,#06172e);color:#fff}
.bwr-dropin-hero:before{content:"";position:absolute;inset:-2px;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.10) 42%,transparent 62%);transform:translateX(-130%);animation:bwrPremiumSweep 9s ease-in-out infinite;pointer-events:none}
.bwr-dropin-hero:after{content:"";position:absolute;right:-160px;bottom:-200px;width:520px;height:520px;border:76px solid rgba(255,255,255,.06);border-radius:999px;pointer-events:none}
.bwr-dropin-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);gap:34px;align-items:center}
.bwr-dropin-hero-copy h1{margin:0 0 18px;font-size:clamp(42px,7.8vw,84px);line-height:.93;letter-spacing:-.06em;text-shadow:0 22px 60px rgba(0,0,0,.28)}
.bwr-dropin-hero-copy p{font-size:clamp(18px,2vw,23px);max-width:770px;color:rgba(255,255,255,.88);margin:0}
.bwr-dropin-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.bwr-dropin-fast-panel{padding:26px;border:1px solid rgba(255,255,255,.24);border-radius:32px;background:rgba(255,255,255,.12);box-shadow:0 28px 80px rgba(0,0,0,.23);backdrop-filter:blur(18px)}
.bwr-dropin-fast-panel h2{font-size:34px;line-height:1;margin:0 0 8px;color:#fff}.bwr-dropin-fast-panel p{margin:0 0 18px;color:rgba(255,255,255,.82)}
.bwr-dropin-damage-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bwr-dropin-damage-grid a{display:grid;gap:6px;min-height:108px;padding:16px;border:1px solid rgba(255,255,255,.22);border-radius:22px;background:rgba(255,255,255,.13);color:#fff;text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.bwr-dropin-damage-grid a:hover{transform:translateY(-5px);background:rgba(255,255,255,.2);box-shadow:0 22px 50px rgba(0,0,0,.2)}.bwr-dropin-damage-grid strong{font-size:17px;line-height:1.05}.bwr-dropin-damage-grid span{font-size:13px;color:rgba(255,255,255,.78);line-height:1.35}
.bwr-dropin-strip{padding:22px 0;background:linear-gradient(90deg,#fff,#f4f9ff,#fff);border-bottom:1px solid rgba(8,31,63,.08)}.bwr-dropin-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bwr-dropin-strip article{padding:20px;border:1px solid rgba(15,61,117,.10);border-radius:26px;background:#fff;box-shadow:0 16px 44px rgba(8,31,63,.08);transition:transform .2s ease,box-shadow .2s ease}.bwr-dropin-strip article:hover{transform:translateY(-4px);box-shadow:0 24px 62px rgba(8,31,63,.12)}.bwr-dropin-strip span,.bwr-dropin-service-card span{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950;color:var(--bwr-accent)}.bwr-dropin-strip h2{font-size:24px;line-height:1.05;margin:8px 0}.bwr-dropin-strip p{margin:0;color:var(--bwr-muted)}
.bwr-dropin-services{background:radial-gradient(circle at 92% 8%,rgba(35,196,214,.10),transparent 22rem),#f6f9fd}.bwr-dropin-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.bwr-dropin-service-card{position:relative;overflow:hidden;display:grid;align-content:start;min-height:238px;padding:24px;border:1px solid rgba(15,61,117,.12);border-radius:30px;background:var(--bwr-card-grad);box-shadow:0 18px 52px rgba(8,31,63,.10);text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.bwr-dropin-service-card:after{content:"";position:absolute;right:-80px;top:-80px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(245,130,32,.16),rgba(35,196,214,.09),transparent 70%);transition:transform .22s ease}.bwr-dropin-service-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(8,31,63,.16);border-color:rgba(245,130,32,.42)}.bwr-dropin-service-card:hover:after{transform:scale(1.2)}.bwr-dropin-service-card h3{position:relative;z-index:1;font-size:26px;line-height:1.03;margin:12px 0}.bwr-dropin-service-card p{position:relative;z-index:1;color:var(--bwr-muted);margin:0 0 16px}.bwr-dropin-service-card strong{position:relative;z-index:1;margin-top:auto;color:var(--bwr-primary)}
.bwr-dropin-docs{background:linear-gradient(180deg,#fff,#f7fbff)}.bwr-dropin-doc-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:center}.bwr-dropin-doc-layout h2{font-size:clamp(34px,5vw,62px);line-height:.98;letter-spacing:-.04em;margin:0 0 14px}.bwr-dropin-doc-layout p{font-size:19px;color:var(--bwr-muted)}.bwr-dropin-checklist{display:grid;gap:12px}.bwr-dropin-checklist div{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid rgba(15,61,117,.12);border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(8,31,63,.08);font-weight:950}.bwr-dropin-checklist span{width:12px;height:12px;border-radius:50%;background:var(--bwr-accent);box-shadow:0 0 0 7px rgba(245,130,32,.10)}
.bwr-dropin-location{background:radial-gradient(circle at 15% 10%,rgba(245,130,32,.10),transparent 23rem),#fff}.bwr-dropin-location-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:start}.bwr-dropin-location h2,.bwr-dropin-request h2{font-size:clamp(34px,5vw,62px);line-height:.98;letter-spacing:-.045em;margin:0 0 14px}.bwr-dropin-state-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.bwr-dropin-state-row a{padding:12px 15px;border-radius:999px;background:var(--bwr-cool);color:#fff;text-decoration:none;font-weight:950;box-shadow:0 12px 28px rgba(8,31,63,.12)}.bwr-dropin-city-panel{padding:26px;border:1px solid rgba(15,61,117,.12);border-radius:32px;background:#fff;box-shadow:0 22px 66px rgba(8,31,63,.11)}.bwr-dropin-city-panel h3{font-size:28px;margin:0 0 14px}.bwr-dropin-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.bwr-dropin-city-grid a{display:block;padding:12px 13px;border:1px solid rgba(15,61,117,.12);border-radius:16px;background:#f8fbff;text-decoration:none;font-weight:900;transition:.18s ease}.bwr-dropin-city-grid a:hover{background:var(--bwr-hot);color:#111;transform:translateY(-2px)}
.bwr-dropin-process{background:linear-gradient(180deg,#f7fbff,#fff)}.bwr-dropin-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bwr-dropin-process-grid article{position:relative;overflow:hidden;padding:28px;border:1px solid rgba(15,61,117,.12);border-radius:30px;background:#fff;box-shadow:0 18px 54px rgba(8,31,63,.10)}.bwr-dropin-process-grid strong{display:grid;place-items:center;width:48px;height:48px;border-radius:17px;background:var(--bwr-hot);color:#111;margin-bottom:18px}.bwr-dropin-process-grid h3{font-size:25px;margin:0 0 9px}.bwr-dropin-process-grid p{color:var(--bwr-muted);margin:0}.bwr-dropin-request{background:radial-gradient(circle at 18% 18%,rgba(245,130,32,.25),transparent 24rem),radial-gradient(circle at 88% 8%,rgba(35,196,214,.20),transparent 24rem),linear-gradient(135deg,#041329,#0f3d75 58%,#06172e);color:#fff}.bwr-dropin-request-grid{display:grid;grid-template-columns:minmax(280px,.74fr) minmax(0,1.26fr);gap:32px;align-items:start}.bwr-dropin-request p{color:rgba(255,255,255,.84);font-size:18px}
/* Premium drop-in treatment for plugin-generated pages without exposing template/data wording. */
.bwrd-page{background:radial-gradient(circle at 92% 0%,rgba(35,196,214,.08),transparent 22rem),linear-gradient(180deg,#f7fbff,#fff)!important}.bwrd-reader-summary{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(8,31,63,.08)}.bwrd-section{scroll-margin-top:140px}.bwrd-reader-block-section .bwrd-section-head p,.bwrd-direct-answer-section .bwrd-section-head p{max-width:760px}.bwrd-info-card p,.bwrd-card p,.bwrd-faq-card p{font-size:clamp(16px,2.4vw,18px)!important;line-height:1.65!important}.bwrd-check-list li{font-weight:900!important}
@media (max-width:980px){.bwr-dropin-hero-inner,.bwr-dropin-doc-layout,.bwr-dropin-location-grid,.bwr-dropin-request-grid{grid-template-columns:1fr}.bwr-dropin-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bwr-dropin-strip-grid,.bwr-dropin-process-grid{grid-template-columns:1fr}.bwr-dropin-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){body{font-size:16px}.bwr-alert-strip{display:none}.bwr-header-main{min-height:74px}.bwr-brand img,.bwr-brand .custom-logo,.bwr-brand .custom-logo-link img{max-height:58px!important;max-width:170px!important}.bwr-dropin-hero{padding:34px 0 28px;border-bottom-left-radius:36px;border-bottom-right-radius:36px}.bwr-dropin-hero-copy h1{font-size:clamp(39px,12vw,58px)}.bwr-dropin-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bwr-dropin-actions .bwr-btn:first-child{grid-column:1 / -1}.bwr-dropin-actions .bwr-btn{border-radius:19px;min-height:58px}.bwr-dropin-fast-panel{padding:18px;border-radius:28px}.bwr-dropin-damage-grid,.bwr-dropin-service-grid,.bwr-dropin-city-grid{grid-template-columns:1fr}.bwr-dropin-damage-grid a{min-height:92px}.bwr-dropin-strip{padding:14px 0}.bwr-dropin-strip-grid{gap:10px}.bwr-dropin-strip article{border-radius:24px;padding:18px}.bwr-dropin-service-card{min-height:210px;border-radius:26px;padding:21px}.bwr-dropin-doc-layout h2,.bwr-dropin-location h2,.bwr-dropin-request h2{font-size:39px}.bwr-dropin-checklist div{padding:16px;border-radius:18px}.bwr-dropin-city-panel{padding:20px;border-radius:26px}.bwr-dropin-process-grid article{padding:22px;border-radius:26px}.bwr-mobile-action-bar{grid-template-columns:1fr 1.4fr 1fr}.bwr-mobile-action-bar a{font-size:14px!important}.bwr-mobile-sticky-cta a{font-size:14px!important;letter-spacing:.01em}.bwrd-reader-summary{position:relative!important;top:auto!important}.bwrd-reader-block-section .bwrd-card-grid article:nth-child(n+3){display:none!important}.bwrd-section{padding-top:34px!important;padding-bottom:34px!important}.bwrd-page-nav{overflow:auto!important}.bwrd-page-nav-inner{display:flex!important;min-width:max-content}.bwrd-info-card,.bwrd-card,.bwrd-faq-card,.bwrd-quick-card,.bwrd-highlight{border-radius:26px!important}.bwrd-hero{padding-top:38px!important}.bwrd-hero h1{font-size:clamp(38px,12vw,58px)!important;line-height:.98!important}.bwrd-hero p{font-size:18px!important}.bwrd-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.bwrd-btn{border-radius:18px!important;min-height:56px!important}}

/* =========================================================
   v4.0.0 customer-facing contrast and readability pass
========================================================= */
.bwr-dropin-fast-panel,
.bwr-dropin-strip article,
.bwr-dropin-service-card,
.bwr-dropin-doc-layout,
.bwr-dropin-checklist div,
.bwr-dropin-city-panel,
.bwr-dropin-process-grid article,
.bwr-form-card,
.bwr-callout-card,
.bwr-support-grid article,
.bwr-post-card,
.bwr-article-help-card,
.bwr-hero-check-card,
.bwr-city-picker,
.bwr-problem-card,
.bwr-steps-grid article,
.bwrd-card:not(.bwrd-dark-card),
.bwrd-info-card:not(.bwrd-dark-card),
.bwrd-faq-card,
.bwrd-quick-card,
.bwrd-highlight,
.bwrd-process-card,
.bwrd-related-card,
.bwrd-local-detail-card {
  color: var(--bwr-ink) !important;
}
.bwr-dropin-fast-panel :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-dropin-strip article :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-dropin-service-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-dropin-doc-layout :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-dropin-checklist div,
.bwr-dropin-city-panel :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-dropin-process-grid article :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-form-card :where(h1,h2,h3,h4,p,li,span,strong,a,label),
.bwr-callout-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-support-grid article :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-post-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-article-help-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwr-hero-check-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwrd-card:not(.bwrd-dark-card) :where(h1,h2,h3,h4,p,li,span,strong,a,summary),
.bwrd-info-card:not(.bwrd-dark-card) :where(h1,h2,h3,h4,p,li,span,strong,a,summary),
.bwrd-faq-card :where(h1,h2,h3,h4,p,li,span,strong,a,summary),
.bwrd-quick-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwrd-highlight :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwrd-process-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwrd-related-card :where(h1,h2,h3,h4,p,li,span,strong,a) {
  color: var(--bwr-ink) !important;
}
.bwr-dropin-fast-panel p,
.bwr-dropin-strip article p,
.bwr-dropin-service-card p,
.bwr-dropin-doc-layout p,
.bwr-dropin-city-panel p,
.bwr-dropin-process-grid article p,
.bwr-form-card p,
.bwr-callout-card p,
.bwr-support-grid article p,
.bwr-post-card p,
.bwr-article-help-card p,
.bwr-hero-check-card p,
.bwrd-card:not(.bwrd-dark-card) p,
.bwrd-info-card:not(.bwrd-dark-card) p,
.bwrd-faq-card p,
.bwrd-quick-card p,
.bwrd-highlight p,
.bwrd-process-card p,
.bwrd-related-card p {
  color: #44556b !important;
}
.bwr-dropin-hero,
.bwr-dropin-request,
.bwr-home-hero,
.bwr-request-section,
.bwr-contact-hero,
.bwr-blog-hero,
.bwr-single-hero,
.bwrd-hero,
.bwrd-cta,
.bwrd-section-deep {
  color: #fff !important;
}
.bwr-dropin-hero > .bwr-wrap > div:not(.bwr-dropin-fast-panel) :where(h1,h2,h3,p,span,strong,a),
.bwr-dropin-request > .bwr-wrap > div:not(.bwr-form-card) :where(h1,h2,h3,p,span,strong,a),
.bwr-contact-hero > .bwr-wrap > div:not(.bwr-callout-card) :where(h1,h2,h3,p,span,strong,a),
.bwr-blog-hero :where(h1,h2,h3,p,span,strong,a),
.bwr-single-hero > .bwr-wrap > div:not(.bwr-single-image) :where(h1,h2,h3,p,span,strong,a),
.bwrd-hero :where(h1,h2,h3,p,span,strong,a):not(.bwrd-btn),
.bwrd-cta > .bwrd-wrap > div:not(.bwr-form-card) :where(h1,h2,h3,p,span,strong,a) {
  color: #fff !important;
}
.bwrd-section-deep .bwrd-info-card,
.bwrd-section-deep .bwrd-card,
.bwrd-dark-card {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.20) !important;
  color: #fff !important;
}
.bwrd-section-deep .bwrd-info-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwrd-section-deep .bwrd-card :where(h1,h2,h3,h4,p,li,span,strong,a),
.bwrd-dark-card :where(h1,h2,h3,h4,p,li,span,strong,a) {
  color: #fff !important;
}
.bwr-btn-primary,
.bwr-nav-cta,
.bwr-lead-form button[type="submit"],
.bwrd-btn-primary,
.bwr-mobile-sticky-cta a:last-child,
.bwrd-mobile-sticky-cta a:last-child {
  color: #0b1d3a !important;
}
.bwr-btn-secondary,
.bwrd-btn-secondary {
  color: #fff !important;
}
.bwr-btn-light {
  color: var(--bwr-ink) !important;
}
.bwr-lead-form input::placeholder,
.bwr-lead-form textarea::placeholder { color:#7a8798 !important; }
.bwr-lead-form select option { color: var(--bwr-ink) !important; background:#fff !important; }
@media (max-width:700px){
  .bwr-dropin-hero-copy,
  .bwr-dropin-request-grid > div:first-child,
  .bwr-contact-hero-grid > div:first-child { text-align:left; }
  .bwr-dropin-fast-panel,
  .bwr-dropin-strip article,
  .bwr-dropin-service-card,
  .bwr-dropin-doc-layout,
  .bwr-dropin-city-panel,
  .bwr-dropin-process-grid article,
  .bwr-form-card { box-shadow:0 14px 42px rgba(8,31,63,.12) !important; }
}
.bwr-kicker,
.bwr-dropin-strip article > span,
.bwr-dropin-service-card > span,
.bwr-post-date,
.bwr-problem-card > span {
  color: var(--bwr-accent) !important;
}


/* =========================================================
   v4.0.6 final readable/template fix
   Fixes the current test template issues: dropdown usability,
   light text on light sections, hidden hero button text, and
   state/location button contrast.
========================================================= */
:root{
  --bwr-fixed-ink:#0b1d3a;
  --bwr-fixed-muted:#435469;
  --bwr-fixed-dark:#06172e;
  --bwr-fixed-navy:#0f3d75;
  --bwr-fixed-panel:#ffffff;
}

/* Desktop dropdowns: click/hover open, no gap to fall through, readable panel. */
@media (min-width: 881px){
  .bwr-site-header{z-index:9999!important;}
  .bwr-nav-dropdown{position:relative!important;}
  .bwr-nav-dropdown > button{position:relative!important;z-index:10002!important;}
  .bwr-dropdown-panel{
    top:100%!important;
    margin-top:0!important;
    transform:translateX(-50%)!important;
    background:#fff!important;
    color:var(--bwr-fixed-ink)!important;
    border:1px solid rgba(16,36,63,.14)!important;
    box-shadow:0 28px 80px rgba(8,31,63,.24)!important;
    z-index:10001!important;
    pointer-events:auto!important;
  }
  .bwr-nav-dropdown.is-open .bwr-dropdown-panel,
  .bwr-nav-dropdown:hover .bwr-dropdown-panel,
  .bwr-nav-dropdown:focus-within .bwr-dropdown-panel{display:grid!important;}
  .bwr-dropdown-panel *,
  .bwr-menu-column *,
  .bwr-location-menu-grid *{color:var(--bwr-fixed-ink)!important;}
  .bwr-menu-column,
  .bwr-location-menu-grid a{
    background:#f7faff!important;
    color:var(--bwr-fixed-ink)!important;
  }
  .bwr-menu-column a:hover,
  .bwr-location-menu-grid a:hover{
    background:#eaf3ff!important;
    color:#0f3d75!important;
  }
}

/* Hero panel must stay readable on the dark background. */
.bwr-dropin-fast-panel{
  background:rgba(8,31,63,.58)!important;
  border-color:rgba(255,255,255,.24)!important;
  color:#fff!important;
}
.bwr-dropin-fast-panel :where(h1,h2,h3,h4,strong){color:#fff!important;}
.bwr-dropin-fast-panel :where(p,span,li){color:rgba(255,255,255,.88)!important;}
.bwr-dropin-damage-grid a{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.23)!important;
  color:#fff!important;
}
.bwr-dropin-damage-grid a :where(strong,span){color:#fff!important;}
.bwr-dropin-damage-grid a span{color:rgba(255,255,255,.88)!important;}
.bwr-dropin-damage-grid a:hover{background:rgba(255,255,255,.20)!important;}

/* Fix the white Request Help pill in the hero. */
.bwr-dropin-hero .bwr-dropin-actions .bwr-btn-light,
.bwr-dropin-hero .bwr-dropin-actions a.bwr-btn-light,
.bwr-dropin-actions .bwr-btn-light{
  background:#fff!important;
  color:var(--bwr-fixed-ink)!important;
  border:2px solid rgba(255,255,255,.76)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
  min-width:172px!important;
}
.bwr-dropin-hero .bwr-dropin-actions .bwr-btn-light:where(:hover,:focus){
  background:#f1f7ff!important;
  color:var(--bwr-fixed-ink)!important;
}
.bwr-dropin-hero .bwr-dropin-actions .bwr-btn-light *,
.bwr-dropin-actions .bwr-btn-light *{color:var(--bwr-fixed-ink)!important;}
.bwr-dropin-hero .bwr-dropin-actions .bwr-btn-primary{color:#111!important;}
.bwr-dropin-hero .bwr-dropin-actions .bwr-btn-secondary{color:#fff!important;}

/* Contact/request section: no white text on white/light background. */
.bwr-contact-form-section,
.bwr-dropin-request{background:linear-gradient(180deg,#f7fbff,#fff)!important;color:var(--bwr-fixed-ink)!important;}
.bwr-contact-form-grid .bwr-form-intro,
.bwr-dropin-request-grid > div:first-child{
  background:linear-gradient(135deg,#06172e,#0f3d75)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:30px!important;
  padding:clamp(24px,4vw,38px)!important;
  box-shadow:0 24px 70px rgba(8,31,63,.20)!important;
}
.bwr-contact-form-grid .bwr-form-intro :where(h1,h2,h3,p,span,strong,a),
.bwr-dropin-request-grid > div:first-child :where(h1,h2,h3,p,span,strong,a),
.bwr-contact-form-grid .bwr-form-intro .bwr-kicker,
.bwr-dropin-request-grid > div:first-child .bwr-kicker{
  color:#fff!important;
}
.bwr-contact-form-grid .bwr-form-intro p,
.bwr-dropin-request-grid > div:first-child p{color:rgba(255,255,255,.88)!important;}
.bwr-contact-form-grid .bwr-form-intro a,
.bwr-dropin-request-grid > div:first-child a{font-weight:950!important;}

/* Form card readable and clean. */
.bwr-form-card,
.bwr-form-card-large{
  background:#fff!important;
  color:var(--bwr-fixed-ink)!important;
  border:1px solid rgba(16,36,63,.12)!important;
  box-shadow:0 24px 72px rgba(8,31,63,.13)!important;
}
.bwr-form-card :where(h1,h2,h3,h4,p,label,span,strong),
.bwr-lead-form label{color:var(--bwr-fixed-ink)!important;}
.bwr-lead-form input,
.bwr-lead-form select,
.bwr-lead-form textarea{
  background:#fff!important;
  color:var(--bwr-fixed-ink)!important;
  border:1px solid #cfd9e6!important;
}
.bwr-lead-form button[type="submit"]{
  background:linear-gradient(135deg,#ff8a1f,#ffd166 52%,#f58220)!important;
  color:#111!important;
}

/* Location/state buttons: light cards with dark text, not odd dark pills. */
.bwr-dropin-state-row a,
.bwr-state-links a{
  background:#fff!important;
  color:var(--bwr-fixed-ink)!important;
  border:1px solid rgba(16,36,63,.14)!important;
  box-shadow:0 12px 28px rgba(8,31,63,.10)!important;
}
.bwr-dropin-state-row a:hover,
.bwr-state-links a:hover,
.bwr-dropin-city-grid a:hover,
.bwr-city-grid a:hover{
  background:#fff3e2!important;
  color:#111!important;
  border-color:rgba(245,130,32,.45)!important;
}
.bwr-dropin-city-grid a,
.bwr-city-grid a{
  color:var(--bwr-fixed-ink)!important;
  background:#f8fbff!important;
}

@media (max-width: 880px){
  .bwr-dropdown-panel{top:auto!important;margin-top:8px!important;transform:none!important;}
  .bwr-contact-form-grid .bwr-form-intro,
  .bwr-dropin-request-grid > div:first-child{border-radius:24px!important;}
  .bwr-dropin-actions .bwr-btn-light{width:100%!important;}
}

/* =========================================================
   v4.0.7 Homepage readability + duplicate-card cleanup
========================================================= */
.bwr-dropin-fast-panel > p,
.bwr-dropin-fast-panel .bwr-panel-intro{
  color:#e8f2ff!important;
  font-weight:700;
  opacity:1!important;
  max-width:58ch;
}
.bwr-dropin-fast-panel h2{color:#fff!important;}
.bwr-dropin-damage-grid a{
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.07))!important;
  border:1px solid rgba(255,255,255,.28)!important;
}
.bwr-dropin-damage-grid a strong{color:#fff!important;}
.bwr-dropin-damage-grid a span{color:#f2f7ff!important;opacity:1!important;}
.bwr-dropin-location-grid{align-items:stretch;}
.bwr-dropin-city-panel .bwr-kicker{margin:0 0 8px;color:var(--bwr-accent)!important;}
.bwr-panel-intro{color:#44546a;margin:0 0 18px;font-weight:650;line-height:1.55;}
.bwr-dropin-choice-grid{display:grid;gap:14px;margin-top:18px;}
.bwr-dropin-choice-grid a{
  display:grid;gap:5px;text-decoration:none;padding:18px 20px;border-radius:18px;
  background:#f7fbff;border:1px solid var(--bwr-border);color:var(--bwr-ink);
  box-shadow:0 10px 26px rgba(8,31,63,.06);
}
.bwr-dropin-choice-grid a strong{font-size:17px;color:var(--bwr-ink)!important;}
.bwr-dropin-choice-grid a span{color:#52647a;font-weight:650;line-height:1.45;}
.bwr-dropin-choice-grid a:hover{transform:translateY(-2px);border-color:rgba(245,130,32,.45);box-shadow:0 18px 34px rgba(8,31,63,.11);}
.bwr-dropin-state-row a{background:#fff!important;color:var(--bwr-ink)!important;border:1px solid var(--bwr-border)!important;box-shadow:0 10px 24px rgba(8,31,63,.07)!important;}
.bwr-dropin-state-row a:hover{background:linear-gradient(135deg,#fff7ee,#fff)!important;color:#071b3b!important;border-color:rgba(245,130,32,.45)!important;}
.bwr-btn-light,
.bwr-dropin-actions .bwr-btn-light{background:#fff!important;color:#071b3b!important;border:2px solid rgba(255,255,255,.9)!important;font-weight:950!important;}
.bwr-btn-light:hover,
.bwr-dropin-actions .bwr-btn-light:hover{background:#f7fbff!important;color:#071b3b!important;}
@media (max-width:900px){
  .bwr-dropin-choice-grid{grid-template-columns:1fr;}
}


/* v4.0.11 home inner-scroll fix */
html{overflow-x:hidden!important;overflow-y:auto!important;height:auto!important;}
body{overflow-x:hidden!important;overflow-y:visible!important;height:auto!important;min-height:100%!important;max-height:none!important;}
#page,.site,.site-content,.bwr-site-main,main,main.bwr-site-main,.bwr-page,.bwr-content,.bwr-wrap{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overflow-y:visible!important;}
.bwr-dropin-hero,.bwr-dropin-hero-inner,.bwr-dropin-hero-copy,.bwr-dropin-fast-panel,.bwr-dropin-damage-grid,.bwr-home-hero,.bwr-home-hero-grid,.bwr-home-copy,.bwr-hero-check-card{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overflow-y:visible!important;}
.bwr-dropin-hero,.bwr-home-hero{padding-top:clamp(44px,7vw,86px)!important;padding-bottom:clamp(44px,7vw,86px)!important;}
.bwr-dropdown-panel{overflow:auto!important;max-height:min(72vh,640px)!important;}
textarea{overflow:auto!important;}
.bwr-site-header,.bwr-header-main,.bwr-header-inner,.bwr-nav,.bwr-nav-dropdown{overflow:visible!important;max-height:none!important;}


/* v4.0.12 sticky header + blog local links */
.bwr-site-header{position:sticky!important;top:0!important;z-index:100000!important;overflow:visible!important;}
.admin-bar .bwr-site-header{top:32px!important;}
.bwr-local-blog-links{display:grid;gap:8px;margin-top:16px;}
.bwr-local-blog-links a{display:block;padding:10px 12px;border:1px solid var(--bwr-border);border-radius:13px;background:#f7fbff;color:var(--bwr-ink)!important;text-decoration:none;font-weight:900;}
.bwr-local-blog-links a:hover{background:#fff3e2;border-color:rgba(245,130,32,.45);transform:translateY(-1px);}
@media (max-width:782px){.admin-bar .bwr-site-header{top:46px!important;}}
@media (max-width:600px){.admin-bar .bwr-site-header{top:0!important;}}


/* v4.0.14 safe sticky header + dropdown recovery */
html,body{overflow-x:hidden!important;overflow-y:auto!important;height:auto!important;max-height:none!important;}
body,#page,.site,.site-content,.bwr-site-main,main.bwr-site-main,.bwrd-page,article.bwrd-page{height:auto!important;max-height:none!important;overflow:visible!important;}
.bwr-site-header{position:sticky!important;top:0!important;z-index:9999!important;overflow:visible!important;max-height:none!important;background:#fff!important;}
.admin-bar .bwr-site-header{top:32px!important;}
@media (max-width:782px){.admin-bar .bwr-site-header{top:46px!important;}}
.bwr-header-main,.bwr-header-inner,.bwr-nav,.bwr-nav-dropdown{overflow:visible!important;max-height:none!important;}
@media (min-width:881px){
  .bwr-nav-dropdown{position:relative!important;}
  .bwr-dropdown-panel{position:absolute!important;top:100%!important;left:50%!important;transform:translateX(-50%)!important;margin-top:0!important;display:none;width:min(920px,calc(100vw - 32px))!important;max-height:calc(100vh - 190px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;background:#fff!important;color:#0d2546!important;border:1px solid rgba(16,36,63,.14)!important;border-radius:22px!important;box-shadow:0 26px 70px rgba(8,31,63,.24)!important;padding:18px!important;z-index:10050!important;pointer-events:auto!important;}
  .bwr-nav-dropdown.is-open .bwr-dropdown-panel,.bwr-nav-dropdown:hover .bwr-dropdown-panel,.bwr-nav-dropdown:focus-within .bwr-dropdown-panel{display:grid!important;}
  .bwr-dropdown-panel *,.bwr-menu-column *,.bwr-location-menu-grid *{color:#0d2546!important;opacity:1!important;text-shadow:none!important;}
  .bwr-menu-column,.bwr-location-menu-grid a{background:#f7faff!important;}
}
@media (max-width:880px){
  .bwr-nav{overflow:visible!important;max-height:none!important;}
  .bwr-dropdown-panel{position:static!important;transform:none!important;max-height:none!important;overflow:visible!important;width:100%!important;box-shadow:none!important;}
}
.bwr-dropin-hero,.bwr-home-hero,.bwrd-hero,section.bwrd-hero,.bwrd-section,section.bwrd-section{height:auto!important;max-height:none!important;overflow:visible!important;}


/* v4.0.15 contact page contrast fix only */
body.page .bwr-contact-hero .bwr-callout-card,
body.page .bwr-contact-hero-grid .bwr-callout-card{background:#fff!important;color:#0d2546!important;border:1px solid rgba(15,61,117,.14)!important;text-shadow:none!important;opacity:1!important;}
body.page .bwr-contact-hero .bwr-callout-card :where(h1,h2,h3,h4,p,ul,ol,li,span,strong,a),
body.page .bwr-contact-hero-grid .bwr-callout-card :where(h1,h2,h3,h4,p,ul,ol,li,span,strong,a){color:#0d2546!important;text-shadow:none!important;opacity:1!important;}
body.page .bwr-contact-hero .bwr-callout-card h2,
body.page .bwr-contact-hero-grid .bwr-callout-card h2{color:#0d2546!important;font-weight:950!important;}
body.page .bwr-contact-hero .bwr-callout-card p,
body.page .bwr-contact-hero .bwr-callout-card li,
body.page .bwr-contact-hero-grid .bwr-callout-card p,
body.page .bwr-contact-hero-grid .bwr-callout-card li{color:#243b59!important;}


.bwr-estimate-online-menu > button{display:inline-flex;align-items:center;gap:6px}
.bwr-estimate-online-arrow{color:var(--bwr-accent);font-size:12px;line-height:1}
.bwr-estimate-online-panel{width:min(620px,calc(100vw - 32px))}
.bwr-estimate-online-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.bwr-estimate-online-grid a{display:block;text-decoration:none;border-radius:14px;padding:12px 13px;background:#fff;border:1px solid rgba(16,36,63,.08)}
.bwr-estimate-online-grid a:hover{background:var(--bwr-surface);color:var(--bwr-primary)}
.bwr-estimate-online-grid strong{display:block;font-size:15px;line-height:1.2;color:var(--bwr-ink)}
.bwr-estimate-online-grid span{display:block;margin-top:4px;font-size:13px;line-height:1.35;color:var(--bwr-muted);font-weight:700}
@media (max-width:880px){
  .bwr-estimate-online-menu > button{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left}
  .bwr-estimate-online-arrow{font-size:13px}
  .bwr-estimate-online-grid{grid-template-columns:1fr}
  .bwr-estimate-online-grid a{background:#fff}
}


/* v4.0.24 Dynamic page trust-strip readability fix.
   Force the CSV-driven service highlight cards to stay high contrast on city-service pages. */
.bwrd-trust-strip,
.bwrd-page .bwrd-trust-strip,
body .bwrd-trust-strip{
  background:#f1efe9!important;
  border-top:1px solid #d4dce6!important;
  border-bottom:1px solid #d4dce6!important;
  color:#0d2546!important;
}

.bwrd-trust-strip .bwrd-wrap,
.bwrd-trust-strip-inner{
  color:#0d2546!important;
}

.bwrd-trust-strip-inner>div,
.bwrd-page .bwrd-trust-strip-inner>div,
body .bwrd-trust-strip-inner>div{
  background:#ffffff!important;
  border:1px solid #d4dce6!important;
  border-radius:22px!important;
  box-shadow:0 16px 42px rgba(8,31,63,.08)!important;
  color:#0d2546!important;
  padding:20px 22px!important;
}

.bwrd-trust-strip-inner{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  padding-top:22px!important;
  padding-bottom:22px!important;
}

.bwrd-trust-strip strong,
.bwrd-trust-strip-inner strong,
.bwrd-page .bwrd-trust-strip strong,
body .bwrd-trust-strip strong{
  display:block!important;
  color:#0d2546!important;
  opacity:1!important;
  text-shadow:none!important;
  font-weight:950!important;
}

.bwrd-trust-strip span,
.bwrd-trust-strip a,
.bwrd-trust-strip-inner span,
.bwrd-trust-strip-inner a,
.bwrd-page .bwrd-trust-strip span,
body .bwrd-trust-strip span{
  color:#40536b!important;
  opacity:1!important;
  text-shadow:none!important;
}

@media (max-width: 880px){
  .bwrd-trust-strip-inner{
    grid-template-columns:1fr!important;
  }
}
