/* pkg v2.0 */
.westside-landing{
  --brand:#ec1c2d;          
  --brand-bright:#ff001c;   
  --ink:#141422;            
  --muted:#6f6e77;          
  --paper:#ffffff; --tint:#f7f7f9; --line:#e4e4ea;
  --btn-bg:#d31324;         
  --btn-bg-hover:#ec1c2d;   
  --btn-ink:#ffffff;
  --radius:10px;
  --font-head:'Manrope',Arial,sans-serif;   
  --font-body:'Roboto',Arial,sans-serif;
}.westside-landing *{box-sizing:border-box;margin:0}.westside-landing{scroll-behavior:smooth}.westside-landing{font-family:var(--font-body);font-size:15.5px;line-height:1.6;color:var(--ink);
  background:var(--paper);min-height:100vh;display:flex;flex-direction:column}.westside-landing main{flex:1 0 auto}.westside-landing img{max-width:100%}.westside-landing h1,.westside-landing h2,.westside-landing h3{font-family:var(--font-head);line-height:1.18;letter-spacing:-.01em}.westside-landing h2{font-size:26px;margin-bottom:10px}.westside-landing h3{font-size:17px}.westside-landing p{margin:0}.westside-landing .wrap{max-width:1080px;margin:0 auto;padding:0 20px}.westside-landing .section{padding:48px 0}.westside-landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;
  background:var(--btn-bg);color:var(--btn-ink);border:0;border-radius:8px;cursor:pointer;
  font-family:var(--font-head);font-weight:700;font-size:14px;padding:12px 20px;
  text-decoration:none;text-align:center;transition:background-color .15s;white-space:nowrap}.westside-landing .btn:hover,.westside-landing .btn:focus-visible{background:var(--btn-bg-hover);filter:none;transform:none;box-shadow:none}.westside-landing .btn--ghost{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}.westside-landing .btn--ghost:hover,.westside-landing .btn--ghost:focus-visible{background:rgba(20,20,34,.06)}.westside-landing .btn--onred{background:#fff;color:var(--ink)}.westside-landing .btn--onred:hover,.westside-landing .btn--onred:focus-visible{background:#f3f3f5}.westside-landing .btn-pair{display:flex;justify-content:flex-start;gap:14px;align-items:stretch;flex-wrap:wrap}.westside-landing .btn-pair>.btn{min-width:250px}@media(max-width:520px){.westside-landing .btn-pair>.btn{width:100%;min-width:0}}.westside-landing a:focus-visible,.westside-landing button:focus-visible,.westside-landing input:focus-visible,.westside-landing select:focus-visible,.westside-landing textarea:focus-visible{
  outline:3px solid var(--brand);outline-offset:2px}.westside-landing .landing-top{background:var(--brand)}.westside-landing .topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:12px 0;flex-wrap:nowrap}.westside-landing .topbar .logo{height:44px;width:auto;display:block}.westside-landing .top-actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.westside-landing .top-call{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--ink);
  border-radius:8px;padding:10px 14px;font-family:var(--font-head);font-weight:700;font-size:14px;
  text-decoration:none;white-space:nowrap}.westside-landing .top-call svg{flex:none}.westside-landing .nav-mobile-call{display:none}.westside-landing .cta-short{display:none}@media(max-width:760px){.westside-landing .topbar .logo{height:36px}.westside-landing .top-call{display:none}.westside-landing .nav-mobile-call{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;
    background:#fff;border-radius:8px;color:var(--ink)}.westside-landing .cta-full{display:none}.westside-landing .cta-short{display:inline}.westside-landing .top-actions .btn{font-size:13px;padding:11px 14px}.westside-landing .topbar{gap:8px}}.westside-landing .hero{background:var(--ink);color:#fff;padding:44px 0 52px}.westside-landing .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:start}.westside-landing .hero h1{font-size:31px;color:#fff;max-width:none;margin-bottom:14px}.westside-landing .hero .lede{font-size:1.02rem;color:var(--ink-body);max-width:52ch;margin-bottom:18px}.westside-landing .hero .since{font-size:13.5px;color:#a9a9b6;margin-top:16px}.westside-landing .hero .since b{color:#fff}.westside-landing .hero-grid>*{min-width:0}.westside-landing .btn{max-width:100%}@media(max-width:900px){.westside-landing .hero-grid{grid-template-columns:1fr}.westside-landing .hero h1{font-size:27px;max-width:none}}@media(max-width:360px){.westside-landing .btn{font-size:13px;padding:12px 13px;gap:6px}.westside-landing .top-call{font-size:13px}}.westside-landing .formcard{background:#fff;color:var(--ink);border-radius:12px;padding:22px 20px;
  box-shadow:0 14px 40px rgba(0,0,0,.28)}.westside-landing .formcard h2{font-size:20px;margin-bottom:2px}.westside-landing .formcard .fsub{color:var(--muted);font-size:13.5px;margin-bottom:14px}.westside-landing .frow{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:480px){.westside-landing .frow{grid-template-columns:1fr}}.westside-landing .ff{position:relative;margin-bottom:10px}.westside-landing .ff input,.westside-landing .ff select,.westside-landing .ff textarea{width:100%;padding:18px 12px 8px;border:1px solid var(--line);
  border-radius:8px;font:inherit;font-size:.95rem;background:#fff;color:var(--ink)}.westside-landing .ff textarea{min-height:96px;resize:vertical}.westside-landing .ff label{position:absolute;left:12px;top:13px;font-size:14.5px;color:var(--muted);
  pointer-events:none;transition:top .12s,font-size .12s;background:transparent;max-width:calc(100% - 24px);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.westside-landing .ff.is-focus label,.westside-landing .ff.is-filled label{top:4px;font-size:11px}.westside-landing .ff select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%236f6e77' stroke-width='2' fill='none'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.westside-landing .ferr{display:none;color:#b00020;font-size:12.5px;margin:-4px 0 8px 2px}.westside-landing .ff.is-bad input,.westside-landing .ff.is-bad select{border-color:#b00020}.westside-landing .ff.is-bad + .ferr{display:block}.westside-landing .captcha-slot{display:flex;align-items:center;gap:10px;border:1px dashed var(--line);border-radius:8px;
  padding:10px 12px;color:var(--muted);font-size:13px;margin-bottom:12px;background:var(--tint)}.westside-landing .fsubmit{display:flex;justify-content:center}.westside-landing .fsubmit .btn{min-width:260px;width:100%}.westside-landing .fconsent{color:var(--muted);font-size:12px;margin-top:10px;text-align:center}.westside-landing .chips .wrap{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding-top:18px;padding-bottom:18px}.westside-landing .chip{display:inline-flex;align-items:center;gap:8px;background:var(--tint);border:1px solid var(--line);
  border-radius:999px;padding:8px 14px;font-family:var(--font-head);font-weight:700;font-size:12.5px;
  color:var(--ink);white-space:normal;max-width:100%;text-align:center}.westside-landing .chip::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand);flex:none}@media(max-width:640px){.westside-landing .chip{font-size:12px;padding:7px 12px}}.westside-landing .band-tint{background:var(--tint)}.westside-landing .kicker-line{color:var(--muted);max-width:64ch;margin-bottom:22px}.westside-landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.westside-landing .step h3{margin-bottom:6px}.westside-landing .step p{color:var(--muted);font-size:14.5px}.westside-landing .step .tick{display:inline-flex;width:30px;height:30px;border-radius:50%;background:var(--brand);
  color:#fff;align-items:center;justify-content:center;margin-bottom:10px}@media(max-width:760px){.westside-landing .steps{grid-template-columns:1fr}}.westside-landing .idgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.westside-landing .idgrid span{background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px 14px;
  font-family:var(--font-head);font-weight:600;font-size:13.5px;text-align:center}.westside-landing .band-tint .idgrid span{background:#fff}.westside-landing .section .idgrid + p{margin-top:16px}@media(max-width:900px){.westside-landing .idgrid{grid-template-columns:repeat(2,1fr)}}.westside-landing .brands-line{color:var(--muted);font-size:14px;max-width:70ch}.westside-landing .ctaband{background:var(--ink);color:#fff;padding:34px 0}.westside-landing .ctaband .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.westside-landing .ctaband h2{color:#fff;font-size:22px;margin:0}.westside-landing .ctaband .btn-pair{justify-content:flex-end}@media(max-width:760px){.westside-landing .ctaband .wrap{justify-content:center;text-align:center}.westside-landing .ctaband .btn-pair{justify-content:center}}.westside-landing .why{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.westside-landing .why img{border-radius:12px;width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.westside-landing .why ul{list-style:none;padding:0;display:grid;gap:12px}.westside-landing .why li{padding-left:26px;position:relative;font-size:14.5px}.westside-landing .why li b{font-family:var(--font-head)}.westside-landing .why li::before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;border-radius:50%;
  background:var(--brand)}.westside-landing .why li::after{content:"";position:absolute;left:4px;top:9px;width:6px;height:3px;
  border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}@media(max-width:860px){.westside-landing .why{grid-template-columns:1fr}}.westside-landing .callout{border:1px solid var(--line);border-left:5px solid var(--brand);border-radius:10px;
  background:#fff;padding:22px 24px;max-width:820px}.westside-landing .callout h2{font-size:21px}.westside-landing .callout p{color:var(--ink);font-size:14.5px;margin-top:8px;max-width:72ch}.westside-landing .callout p.mut{color:var(--muted)}.westside-landing .faq{max-width:820px}.westside-landing .faq details{border-bottom:1px solid var(--line);padding:14px 0}.westside-landing .faq summary{font-family:var(--font-head);font-weight:700;font-size:15.5px;cursor:pointer;
  list-style:none;display:flex;justify-content:space-between;gap:14px;align-items:center}.westside-landing .faq summary::-webkit-details-marker{display:none}.westside-landing .faq summary::after{content:"+";font-size:20px;color:var(--brand);flex:none}.westside-landing .faq details[open] summary::after{content:"\2212"}.westside-landing .faq details p{color:var(--muted);font-size:14.5px;padding-top:8px;max-width:72ch}.westside-landing .area-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.westside-landing .area-chips .chip{background:#fff}.westside-landing .chip--pending{border-style:dashed;color:var(--muted)}.westside-landing .chip--pending::before{background:var(--muted)}.westside-landing .closing{background:var(--ink);color:#fff;padding:44px 0}.westside-landing .closing h2{color:#fff;font-size:24px}.westside-landing .closing p{color:var(--ink-body);max-width:56ch;margin:8px 0 20px;font-size:15px}.westside-landing .closing .btn-pair .btn--ghost{color:#fff;border-color:#fff}.westside-landing .closing .btn-pair .btn--ghost:hover{background:rgba(255,255,255,.12)}.westside-landing footer{background:#0d0d16;color:#a9a9b6;font-size:12.5px;padding:16px 0;margin-top:auto}.westside-landing footer .wrap{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.westside-landing footer a{color:var(--ink-body);text-decoration:none;display:inline-flex;align-items:center;min-height:44px}.westside-landing footer .wrap{align-items:center}.westside-landing{--muted:#595963;--sp-section:64px;--fs-h1:36px;--fs-h2:28px;--fs-h3:18px}.westside-landing .landing-top{position:sticky;top:0;z-index:20;background:#d31324}.westside-landing .topbar{height:64px;padding:0;}.westside-landing .topbar .logo{height:40px}.westside-landing .section{padding:var(--sp-section) 0}.westside-landing .hero{background:#171720;padding:48px 0}.westside-landing .hero h1{font-size:var(--fs-h1);max-width:none;line-height:1.15}.westside-landing .hero-grid{gap:44px;grid-template-columns:1.1fr 1fr;align-items:start}.westside-landing .hero .lede{font-size:16px;max-width:none}.westside-landing .hero .since{margin:18px 0 0}.westside-landing .hero-photo{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:10px;margin-top:26px}.westside-landing .formcard{padding:24px;scroll-margin-top:84px}.westside-landing .formcard h2{font-size:23px;margin-bottom:8px}.westside-landing .formcard .fsub{font-size:14px;margin-bottom:18px}.westside-landing .ff textarea{min-height:80px}.westside-landing .ff input,.westside-landing .ff select,.westside-landing .ff textarea{font-size:16px}.westside-landing .ff label{font-size:13px}.westside-landing .ff .ferr{margin:4px 0 0}.westside-landing .ff.is-bad .ferr{display:block}.westside-landing .fsubmit .btn:disabled{opacity:.65;cursor:not-allowed}.westside-landing .fsubmit .btn{min-width:0}.westside-landing .btn--ghost{color:inherit;border-color:currentColor}.westside-landing .hero .btn--ghost:hover,.westside-landing .closing .btn--ghost:hover,.westside-landing .ctaband .btn--ghost:hover{background:#30303d}.westside-landing .btn-pair>.btn{width:280px;min-width:280px}.westside-landing .btn-pair{gap:12px}.westside-landing .ctaband .wrap{display:block;text-align:center}.westside-landing .ctaband h2{margin-bottom:20px}.westside-landing .ctaband .btn-pair{justify-content:center}.westside-landing .kicker-line,.westside-landing .brands-line,.westside-landing .faq,.westside-landing .callout,.westside-landing .callout p,.westside-landing .faq details p{max-width:none}.westside-landing .steps{gap:32px}.westside-landing .step{border-top:2px solid var(--line);padding-top:20px}.westside-landing .step h3{font-size:18px}.westside-landing .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.westside-landing .service-card{padding:24px;background:white;border-radius:10px;border-bottom:3px solid #e6e6ea;display:flex;flex-direction:column;gap:12px}.westside-landing .service-card svg{width:34px;height:34px;stroke:var(--brand);fill:none;stroke-width:1.5}.westside-landing .service-card h3{font-size:18px}.westside-landing .service-card p{font-size:14.5px;color:var(--muted)}.westside-landing .brands{margin-top:24px}.westside-landing .brands h3{margin-bottom:10px}.westside-landing .brands p{color:var(--muted);font-size:14px}.westside-landing .why{align-items:stretch;gap:40px}.westside-landing .why img{aspect-ratio:3/2;height:auto;align-self:start}.westside-landing .why h2{margin-bottom:18px}.westside-landing .seasonal{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.westside-landing .seasonal img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:10px}.westside-landing .seasonal p{color:var(--muted);margin:14px 0}.westside-landing .seasonal ul{padding-left:20px;margin:18px 0}.westside-landing .seasonal li{padding-bottom:8px}.westside-landing .coverage{display:grid;grid-template-columns:1fr 1fr;gap:40px}.westside-landing .coverage p{color:var(--muted)}.westside-landing .coverage-box{padding:24px;background:#fff;border-left:4px solid var(--brand);border-radius:8px}.westside-landing .coverage-box h3{margin-bottom:8px}.westside-landing .closing .wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}.westside-landing .closing p{margin-bottom:0}.westside-landing .closing .btn-pair{flex-direction:column}.westside-landing footer .wrap{align-items:center}.westside-landing footer address{font-style:normal}.westside-landing footer .footer-legal{color:#c8c8d0}.westside-landing .mobile-dock{display:none}.westside-landing .faq summary{min-height:44px}.westside-landing .faq details{padding:12px 0}@media(max-width:1000px){.westside-landing .hero-grid{gap:28px}.westside-landing .hero h1{font-size:30px}.westside-landing .formcard{padding:20px}.westside-landing .closing .wrap{display:block}.westside-landing .closing .btn-pair{flex-direction:row;margin-top:24px}}@media(max-width:900px){.westside-landing .hero-grid{grid-template-columns:1fr 1fr}.westside-landing .frow{grid-template-columns:1fr}.westside-landing .hero h1{font-size:29px}}@media(max-width:760px){.westside-landing{--sp-section:44px}.westside-landing .topbar .logo{height:34px}.westside-landing .hero{padding:32px 0}.westside-landing .hero-grid,.westside-landing .why,.westside-landing .seasonal,.westside-landing .coverage{grid-template-columns:1fr}.westside-landing .hero-grid{gap:26px}.westside-landing .hero h1{font-size:30px}.westside-landing .hero-photo{margin-top:22px}.westside-landing .frow{grid-template-columns:1fr 1fr}.westside-landing .service-grid{grid-template-columns:repeat(2,1fr)}.westside-landing .topbar{gap:8px}.westside-landing .service-card{padding:18px}.westside-landing .service-card h3{font-size:16px}.westside-landing .mobile-dock{position:sticky;bottom:0;z-index:21;display:flex;background:#fff;padding:10px 16px;gap:10px;box-shadow:0 -4px 20px #0002}.westside-landing .mobile-dock a{flex:1;min-width:0;font-size:13px;padding:10px}.westside-landing .mobile-dock .btn--ghost{color:var(--ink)}.westside-landing .closing .btn-pair{flex-direction:column}.westside-landing .closing .btn-pair>.btn{width:100%}}@media(max-width:520px){.westside-landing .frow{grid-template-columns:1fr}.westside-landing .btn-pair>.btn{width:100%;min-width:0}.westside-landing .top-actions .btn{padding:10px;font-size:12px}.westside-landing .top-actions{gap:7px}.westside-landing .service-grid{gap:10px}.westside-landing .hero h1{font-size:28px}.westside-landing h2{font-size:25px}.westside-landing .hero .btn{font-size:14px}.westside-landing .service-card{padding:16px 12px}.westside-landing .section{padding:40px 0}}@media(prefers-reduced-motion:reduce){.westside-landing{scroll-behavior:auto}.westside-landing *{transition:none!important}}.westside-landing .hero-photo,.westside-landing .seasonal img{height:auto}.westside-landing .hero{--ink-body:#d6d6de}.westside-landing .closing{--ink-body:#d6d6de}.westside-landing .topbar{padding:0 20px}@media(max-width:360px){.westside-landing .topbar{padding:0 16px}.westside-landing .topbar .logo{width:90px;height:auto}.westside-landing .top-actions .btn{font-size:11px;padding:10px 8px}}.westside-landing{--sp-section:80px;--fs-h2:28px;--fs-h3:19px;--ink-body:#141422;--ink-muted:#595963;--line:#dedee5;--body-on-dark:#d6d6de}.westside-landing{font-size:16px;line-height:1.55}.westside-landing .wrap{width:100%;max-width:1080px;padding-left:20px;padding-right:20px}.westside-landing .section{padding:80px 0}.westside-landing .section h2{margin-bottom:14px}.westside-landing .kicker-line{margin-bottom:28px}.westside-landing .hero{padding:48px 0}.westside-landing .hero-grid{align-items:start}.westside-landing .hero-copy{display:flex;flex-direction:column;min-width:0}.westside-landing .hero h1{margin-bottom:16px}.westside-landing .hero .lede{line-height:1.55;margin-bottom:20px}.westside-landing .hero .since{font-size:16px;line-height:1.5;margin-top:20px}.westside-landing .hero .eyebrow{font-size:14px;font-weight:700;letter-spacing:.075em;color:var(--body-on-dark);margin:0 0 12px;line-height:1.5}.westside-landing .hero-copy>.btn{align-self:start}.westside-landing .hero-media{position:relative;margin-top:24px;min-height:140px;flex:1;border-radius:10px;overflow:hidden}.westside-landing .hero-photo{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;margin:0;border-radius:0}.westside-landing .formcard{padding:24px;scroll-margin-top:84px}.westside-landing .formcard h2{margin-bottom:10px}.westside-landing .formcard .fsub{font-size:14px;line-height:1.5;margin-bottom:20px}.westside-landing .ff{margin-bottom:12px}.westside-landing .ff label{position:static;display:block;pointer-events:auto;font-size:14px;color:var(--ink-muted);margin-bottom:6px;white-space:normal;max-width:none;overflow:visible;text-overflow:clip;line-height:1.4}.westside-landing .ff.is-focus label,.westside-landing .ff.is-filled label{font-size:14px}.westside-landing .ff input,.westside-landing .ff select,.westside-landing .ff textarea{padding:10px 12px;font-size:16px;min-height:46px;line-height:1.5;border-color:#bcbcc6}.westside-landing .ff textarea{min-height:84px}.westside-landing .ff.is-focus input,.westside-landing .ff.is-focus select,.westside-landing .ff.is-focus textarea{border-color:#b31122;box-shadow:0 0 0 1px #b31122}.westside-landing .ff .ferr{display:none;margin:6px 0 0;font-size:14px;line-height:1.4;color:#ac1020}.westside-landing .ff.is-bad .ferr{display:block}.westside-landing .ff.is-bad input,.westside-landing .ff.is-bad select{border-color:#ac1020}.westside-landing .formcard .required-note{font-size:14px;color:var(--ink-muted);margin:0 0 18px}.westside-landing .fsubmit{margin-top:8px}.westside-landing .fsubmit .btn:disabled{opacity:1;background:#96535a;color:#fff;cursor:not-allowed}.westside-landing .btn:active:not(:disabled){background:#b41020}.westside-landing .btn--ghost:active{background:#30303d;color:white}.westside-landing .btn--onred:active{background:#e9e9ed;color:var(--ink)}.westside-landing a:focus-visible,.westside-landing button:focus-visible,.westside-landing summary:focus-visible{outline:3px solid #ec1c2d;outline-offset:4px}.westside-landing .landing-top a:focus-visible{outline-color:white}.westside-landing .steps .step{border:0;padding:0}.westside-landing .process-steps{position:relative;gap:32px;margin-top:30px}.westside-landing .process-steps:before{content:"";position:absolute;left:20px;right:calc(33.333% - 5px);top:20px;height:1px;background:#d6d6df}.westside-landing .process-steps .step{position:relative}.westside-landing .step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--brand);border-radius:50%;color:#fff;font:700 18px var(--font-head);margin-bottom:20px;position:relative;z-index:1}.westside-landing .step h3{font-size:19px;line-height:1.3;margin-bottom:12px}.westside-landing .step p{font-size:16px;line-height:1.55}.westside-landing .service-grid{gap:20px}.westside-landing .service-card{padding:28px;gap:14px}.westside-landing .service-card svg{width:39px;height:39px;flex:none}.westside-landing .service-card h3{font-size:19px;font-weight:800;line-height:1.3}.westside-landing .service-card p{font-size:16px;line-height:1.55}.westside-landing .qualification{font-size:14px;line-height:1.55;color:var(--ink-muted);margin-top:24px}.westside-landing .brands{margin-top:40px}.westside-landing .brands h3{font-size:22px;margin-bottom:22px}.westside-landing .brand-list{columns:3;column-gap:32px;list-style:none;padding:0}.westside-landing .brand-list li{break-inside:avoid;font-size:16px;padding-bottom:9px}.westside-landing .brands .brand-exclusion{font-size:15px;margin-top:18px;color:var(--ink-body)}.westside-landing .ctaband{padding:52px 0}.westside-landing .ctaband h2{margin-bottom:24px}.westside-landing .ctaband .btn-pair{gap:12px}.westside-landing .why{gap:40px;align-items:start}.westside-landing .why h2{font-size:28px;line-height:1.25;margin-bottom:24px}.westside-landing .why li{font-size:16px;line-height:1.55}.westside-landing .why ul{gap:18px}.westside-landing .why img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:50% 50%}.westside-landing .why.fire-trust img{aspect-ratio:4/3;object-position:50% 65%}.westside-landing .faq-section h2{text-align:center;margin-bottom:32px}.westside-landing .faq details{padding:0}.westside-landing .faq summary{padding:20px 12px;min-height:70px;line-height:1.5;font-size:16px;gap:24px;border-radius:6px}.westside-landing .faq summary:after{font-size:25px;line-height:1;width:20px;text-align:center}.westside-landing .faq details p{font-size:16px;padding:0 44px 22px 12px;line-height:1.6}.westside-landing .faq summary:hover{background:#f4f4f7}.westside-landing .faq details[open]{background:#fafafa}.westside-landing .faq details[open] summary{color:#b31122}.westside-landing .idgrid{list-style:none;padding:0;gap:20px;grid-template-columns:repeat(4,1fr)}.westside-landing .idgrid li{padding:12px 0 12px 14px;border-left:3px solid var(--brand);font-size:16px;line-height:1.45;font-weight:600}.westside-landing .brands-line{font-size:15px;margin-top:28px}.westside-landing .scope-note{display:flex;align-items:flex-start;gap:12px;background:#fff;padding:20px 24px;margin-top:20px;border-left:4px solid var(--brand);font-size:16px;line-height:1.55}.westside-landing .scope-note svg{flex:none;width:24px;height:24px;color:var(--brand)}.westside-landing .inclusion-icon,.westside-landing .reassurance-icon{width:36px;height:36px;display:block;color:var(--brand);margin-bottom:18px}.westside-landing .inclusions{margin-top:30px}.westside-landing .service-area{padding:80px 0}.westside-landing .service-area .area-intro{margin-bottom:32px;font-size:16px}.westside-landing .reassurances{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.westside-landing .reassurances h3{font-size:19px;line-height:1.35;margin-bottom:12px}.westside-landing .reassurances p{font-size:16px;color:var(--ink-muted)}.westside-landing .final-conversion{text-align:center;margin-top:48px;padding-top:40px;border-top:1px solid #dcdce4}.westside-landing .final-conversion h2{margin-bottom:14px}.westside-landing .final-conversion p{font-size:16px;margin-bottom:24px}.westside-landing .final-conversion .btn-pair{justify-content:center}.westside-landing footer{font-size:14px;padding:24px 0;line-height:1.6}.westside-landing .mobile-dock a{font-size:14px}.westside-landing .mobile-dock .btn--ghost{white-space:nowrap}@media(min-width:901px){.westside-landing .hero-copy{height:var(--hero-form-height,700px)}.westside-landing .hero-media{min-height:0}.westside-landing .hero-grid{grid-template-columns:1.1fr 1fr}}@media(max-width:900px){.westside-landing .hero-grid{grid-template-columns:1fr}.westside-landing .hero-copy{height:auto}.westside-landing .hero-media{flex:none;aspect-ratio:3/2;min-height:0}.westside-landing .frow{grid-template-columns:1fr 1fr}}@media(max-width:1000px){.westside-landing .service-card{padding:24px}.westside-landing .service-card h3{font-size:18px}.westside-landing .hero-grid{gap:28px}}@media(max-width:760px){.westside-landing .section{padding:48px 0}.westside-landing .hero{padding:32px 0}.westside-landing .hero-copy{height:auto}.westside-landing .hero-media{flex:none;aspect-ratio:3/2;min-height:0}.westside-landing .hero .since{font-size:16px}.westside-landing .hero .eyebrow{font-size:13px}.westside-landing .hero-grid{grid-template-columns:1fr}.westside-landing .service-card{padding:22px}.westside-landing .process-steps:before{left:19px;right:auto;top:20px;bottom:45px;width:1px;height:auto}.westside-landing .process-steps .step{padding-left:60px;min-height:112px}.westside-landing .step-number{position:absolute;left:0;top:0}.westside-landing .process-steps{gap:28px}.westside-landing .brand-list{columns:2}.westside-landing .idgrid{grid-template-columns:repeat(2,1fr)}.westside-landing .reassurances{grid-template-columns:1fr;gap:28px}.westside-landing .reassurances article{position:relative;padding-left:54px}.westside-landing .reassurance-icon{position:absolute;left:0;top:0}.westside-landing .service-area{padding:56px 0}.westside-landing .final-conversion{margin-top:36px;padding-top:32px}.westside-landing .why{gap:28px}.westside-landing .why h2{font-size:26px}.westside-landing .ctaband{padding:44px 0}.westside-landing .faq summary{min-height:76px}.westside-landing .topbar .logo{max-width:110px;height:auto}.westside-landing .inclusions{gap:28px}}@media(max-width:520px){.westside-landing .service-grid{grid-template-columns:1fr}.westside-landing .service-card{padding:24px}.westside-landing .service-card h3{font-size:19px}.westside-landing .service-card p{font-size:16px}.westside-landing .formcard{padding:22px 18px}.westside-landing .hero h1{font-size:28px}.westside-landing .brand-list{column-gap:18px}.westside-landing .brand-list li{font-size:15px}.westside-landing .idgrid{gap:12px}.westside-landing .idgrid li{font-size:15px}.westside-landing .scope-note{padding:18px}.westside-landing .faq details p{padding-right:16px}.westside-landing .top-actions .btn{font-size:12px}.westside-landing .mobile-dock .btn{font-size:14px}.westside-landing .final-conversion .btn-pair>.btn{width:100%}}@media(max-width:360px){.westside-landing .topbar .logo{max-width:90px}.westside-landing .top-actions .btn{font-size:11px}.westside-landing .topbar{padding-left:16px;padding-right:16px}}.westside-landing .faq summary{min-height:var(--faq-row-height,70px)}@media(max-width:520px){.westside-landing .frow{grid-template-columns:1fr}}.westside-landing .hero-grid{align-items:center}.westside-landing .hero-copy{height:auto;justify-content:center}@media(max-width:900px){.westside-landing .hero-grid{align-items:start}}.westside-landing .service-intro{display:grid;grid-template-columns:1fr .8fr;gap:48px;align-items:center;margin-bottom:32px}.westside-landing .service-intro .kicker-line{margin-bottom:0}.westside-landing .section-photo{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:10px}.westside-landing .service-intro h2{margin-bottom:16px}.westside-landing .annual-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:32px}.westside-landing .annual-layout .inclusions{display:flex;flex-direction:column;gap:26px;margin:0}.westside-landing .annual-layout .step{position:relative;padding-left:56px}.westside-landing .annual-layout .inclusion-icon{position:absolute;left:0;top:0}.westside-landing .annual-layout .step p{margin:0}@media(max-width:760px){.westside-landing .service-intro,.westside-landing .annual-layout{grid-template-columns:1fr;gap:26px}.westside-landing .service-intro{margin-bottom:28px}.westside-landing .annual-layout .section-photo{grid-row:1}.westside-landing .annual-layout .inclusions{gap:24px}}.westside-landing .content-split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.westside-landing .content-split .brands{margin:0}.westside-landing .content-split .section-photo{aspect-ratio:4/3}.westside-landing .section-heading,.westside-landing .section-intro{text-align:center}.westside-landing .section-intro{margin-left:auto;margin-right:auto}.westside-landing .section-heading{margin-bottom:20px!important}.westside-landing #symptoms .idgrid{display:grid;grid-template-columns:1fr;gap:8px;margin:24px 0}.westside-landing #symptoms .idgrid li{border:0;padding:0 0 0 26px;position:relative}.westside-landing #symptoms .idgrid li:before{content:'\2713';position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;background:var(--brand);color:white;font-size:12px;line-height:16px;text-align:center}.westside-landing #symptoms .brands-line{margin-top:20px}.westside-landing .inclusions{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.westside-landing .steps.inclusions .step{background:white;border-radius:10px;padding:28px;box-shadow:0 2px 3px #14142212}.westside-landing .inclusions .step p{margin:0}.westside-landing .why{align-items:center}.westside-landing .why img{grid-column:auto}@media(max-width:760px){.westside-landing .content-split{grid-template-columns:1fr;gap:28px}.westside-landing .inclusions{grid-template-columns:1fr}.westside-landing .content-split .section-photo{max-height:360px}.westside-landing .why img{grid-row:auto}.westside-landing .steps.inclusions .step{padding:24px}}
.westside-landing .wpcf7 textarea{height:84px;min-height:84px}.westside-landing .wpcf7{margin:0}.westside-landing .wpcf7 form{margin:0}.westside-landing .wpcf7-form-control-wrap{display:block}.westside-landing .wpcf7-not-valid-tip{font-size:14px;color:#ac1020;margin-top:6px}.westside-landing .wpcf7-response-output{font-size:14px;margin:16px 0 0!important;padding:12px!important}.westside-landing .wpcf7 .fsubmit .btn{width:100%;display:block;background:#d31324;color:white}.westside-landing .wpcf7 .fsubmit .btn:hover{background:#b41020}.westside-landing .wpcf7-spinner{display:block;margin:8px auto 0}.westside-landing .wpcf7-spinner:not(.is-active){height:0}.westside-landing .wpcf7 form.submitting .wpcf7-spinner{height:24px}.westside-landing .utility-main{min-height:65vh;padding:100px 20px;text-align:center}
