#hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;min-height:92svh;background:var(--c-dark-bg)}#hero .hero__media{position:absolute;inset:0;z-index:0}#hero .hero__media img{width:100%;height:100%;object-fit:cover;border-radius:0}#hero .hero__scrim{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.86)}#hero .hero__inner{position:relative;z-index:2;width:100%;padding-top:var(--sp-8);padding-bottom:var(--sp-7)}#hero .hero__copy{max-width:34rem}#hero .approval-rule{margin-bottom:20px}#hero .hero__kicker{font-family:var(--ff-body);font-weight:600;font-size:var(--fs-kicker);text-transform:uppercase;letter-spacing:.16em;color:var(--c-bg);margin:0 0 var(--sp-4)}#hero h1{color:var(--c-bg);font-size:clamp(2rem,1.35rem + 2.9vw,3.6rem);margin:0 0 var(--sp-4);max-width:18ch}#hero h1 br{display:none}#hero .hero__sub{color:var(--c-dark-text);font-size:1.0625rem;max-width:44ch;margin:0 0 var(--sp-6)}#hero .hero__figures{display:flex;flex-wrap:wrap;gap:var(--sp-7);margin:0 0 var(--sp-6)}#hero .figure-set__amount{color:var(--c-accent);font-size:1.75rem}#hero .figure-set__qual{color:var(--c-dark-text)}#hero .hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:var(--sp-3)}#hero .hero__actions .btn{width:100%}#hero .hero__link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;color:var(--c-bg);font-weight:500;font-size:.95rem;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.28em}#hero .hero__link:hover,#hero .hero__link:focus-visible{color:var(--c-bg);text-decoration-thickness:2px}@media(min-width:768px){#hero{min-height:calc(100svh - var(--header-h))}#hero .hero__scrim{background:linear-gradient(100deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.84) 42%,rgba(0,0,0,.56) 70%,rgba(0,0,0,.35) 100%)}#hero .hero__scrim::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62) 0%,rgba(0,0,0,.18) 38%,rgba(0,0,0,0) 64%)}#hero h1 br{display:inline}#hero .hero__copy{max-width:40rem}#hero .hero__figures{gap:var(--sp-8)}#hero .figure-set__amount{font-size:2.25rem}#hero .hero__actions{flex-direction:row;align-items:center;gap:var(--sp-6)}#hero .hero__actions .btn{width:auto}#hero .hero__inner{padding-bottom:var(--sp-8)}}@media(min-width:1100px){#hero .hero__inner{padding-bottom:var(--sp-9)}}

#what-we-do{background:var(--c-bg);padding-block:var(--band)}#what-we-do .wd__grid{display:grid;gap:var(--sp-6)}#what-we-do .wd__aside h2{margin:0 0 var(--sp-4)}#what-we-do .wd__lead{color:var(--c-secondary);max-width:36ch;margin:0}#what-we-do .wd__aside h2 br{display:none}#what-we-do .wd__rows{margin:0}#what-we-do .wd__row{display:flex;gap:var(--sp-4);padding:28px 16px;transition:background-color 200ms var(--mo-ease)}#what-we-do .wd__row + .wd__row{border-top:1px solid rgba(46,71,86,.14)}#what-we-do .wd__row:hover,#what-we-do .wd__row:focus-within{background:var(--c-surface)}#what-we-do .wd__index{font-family:var(--ff-body);font-weight:700;font-size:1.25rem;letter-spacing:.06em;color:var(--c-accent);flex:0 0 auto;line-height:1.4}#what-we-do .wd__body h3{margin:0 0 var(--sp-3);font-size:1.5rem}#what-we-do .wd__body p{margin:0;max-width:62ch;color:var(--c-text)}@media(min-width:768px){#what-we-do .wd__aside h2 br{display:inline}#what-we-do .wd__row{padding:32px 20px}}@media(min-width:1100px){#what-we-do .wd__grid{grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,4.5rem)}#what-we-do .wd__aside{position:sticky;top:calc(var(--header-h) + 2.5rem);align-self:start}#what-we-do .wd__row:first-child{padding-top:4px}}

#who-this-is-for{background:var(--c-secondary);color:var(--c-dark-text);padding-block:var(--band-compact)}#who-this-is-for .who__grid{display:grid;gap:var(--sp-6)}#who-this-is-for h2{color:var(--c-dark-text);margin:0}#who-this-is-for .who__cards{display:grid;gap:20px}#who-this-is-for .denial-card{border-radius:0 var(--radius-md) var(--radius-md) 0}#who-this-is-for .denial-card__answer{max-width:44ch}@media(min-width:768px){#who-this-is-for .who__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){#who-this-is-for{padding-block:64px}#who-this-is-for .who__grid{grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}}

#how-the-work-goes{background:var(--c-bg);padding-block:0 var(--band);position:relative;overflow:hidden}#how-the-work-goes .hw__wrap{display:grid;gap:0}#how-the-work-goes .hw__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0}#how-the-work-goes .hw__body{padding-inline:clamp(1.15rem,4vw,2.5rem);padding-top:var(--sp-7)}#how-the-work-goes .hw__body h2{margin:0 0 var(--sp-4)}#how-the-work-goes .hw__body p{color:var(--c-text);max-width:60ch}#how-the-work-goes .hw__list{list-style:none;margin:var(--sp-6) 0 0;padding:0;max-width:56ch}#how-the-work-goes .hw__list li{margin:0;padding:16px 0;font-weight:500;color:var(--c-text);border-top:1px solid rgba(46,71,86,.14)}#how-the-work-goes .hw__list li:last-child{border-bottom:1px solid rgba(46,71,86,.14)}@media(min-width:1100px){#how-the-work-goes{padding-block:var(--band)}#how-the-work-goes .hw__wrap{grid-template-columns:minmax(0,40%) minmax(0,1fr);gap:clamp(2rem,4vw,4rem);align-items:center}#how-the-work-goes .hw__media{height:100%}#how-the-work-goes .hw__media img{aspect-ratio:auto;height:100%;min-height:clamp(430px,50vw,620px)}#how-the-work-goes .hw__body{padding-top:0;padding-left:0;padding-right:max(2.5rem,calc((100vw - var(--container)) / 2 + 2.5rem))}}

#what-it-costs{background:var(--c-primary);color:var(--c-bg);padding-block:var(--band);text-align:center}#what-it-costs .cost__inner{display:flex;flex-direction:column;align-items:center}#what-it-costs .approval-rule{margin-inline:auto}#what-it-costs .cost__kicker{color:var(--c-accent)}#what-it-costs h2{color:var(--c-bg);margin:0}#what-it-costs .cost__figures{display:grid;gap:var(--sp-7);width:100%;max-width:620px;margin-top:var(--sp-7)}#what-it-costs .figure-set__amount{color:var(--c-bg);font-size:2.25rem}#what-it-costs .figure-set__qual{color:var(--c-dark-text)}#what-it-costs .cost__note{color:var(--c-dark-text);margin:var(--sp-7) auto var(--sp-6);max-width:52ch}#what-it-costs .cost__btn{background:var(--c-bg);color:var(--c-primary);border-color:var(--c-bg);min-width:min(100%,320px)}#what-it-costs .cost__btn:hover,#what-it-costs .cost__btn:focus-visible{background:var(--c-surface);border-color:var(--c-surface);color:var(--c-primary-dark);text-decoration:none}@media(min-width:768px){#what-it-costs .cost__figures{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sp-8)}#what-it-costs .figure-set__amount{font-size:3rem}#what-it-costs .cost__btn{min-width:0}}

#talk-to-us{position:relative;overflow:hidden;background:var(--c-dark-bg);color:var(--c-dark-text);padding-block:var(--band)}#talk-to-us .talk__media{position:absolute;inset:0;z-index:0}#talk-to-us .talk__media img{width:100%;height:100%;object-fit:cover;border-radius:0}#talk-to-us .talk__scrim{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.88)}#talk-to-us .talk__grid{position:relative;z-index:2;display:grid;gap:var(--sp-7)}#talk-to-us h2{color:var(--c-bg);margin:0 0 var(--sp-4)}#talk-to-us .talk__kicker{color:var(--c-accent)}#talk-to-us .talk__tel{display:inline-flex;align-items:center;min-height:48px;font-family:var(--ff-display);font-weight:600;font-variation-settings:"SOFT" 100,"opsz" 40;font-size:2rem;letter-spacing:-.01em;color:var(--c-bg);text-decoration:none;line-height:1.2}#talk-to-us .talk__tel:hover,#talk-to-us .talk__tel:focus-visible{color:var(--c-accent);text-decoration:none}#talk-to-us .talk__meta{color:var(--c-dark-text);margin:var(--sp-2) 0 var(--sp-6);font-size:1.0625rem}#talk-to-us .talk__qa{margin:0;padding:0;max-width:52ch}#talk-to-us .talk__qa-item{padding:18px 0;border-top:1px solid var(--c-border-dark)}#talk-to-us .talk__qa-item:last-child{border-bottom:1px solid var(--c-border-dark)}#talk-to-us dt{font-family:var(--ff-body);font-weight:600;font-size:.95rem;color:var(--c-bg);margin:0 0 var(--sp-2)}#talk-to-us dd{margin:0;color:var(--c-dark-text);font-size:1rem;opacity:.92}#talk-to-us .talk__card{background:var(--c-surface);color:var(--c-text);padding:24px;border-radius:var(--radius-md)}#talk-to-us .talk__field{margin-bottom:var(--sp-5)}#talk-to-us .talk__field label{display:block;font-family:var(--ff-body);font-weight:500;font-size:.9375rem;color:var(--c-text);margin-bottom:var(--sp-2)}#talk-to-us .talk__card input,#talk-to-us .talk__card textarea{border:0;border-bottom:1px solid var(--c-secondary);border-radius:0;background:transparent;color:var(--c-text);padding:.6rem 0;font-size:1rem}#talk-to-us .talk__card textarea{resize:vertical}#talk-to-us .talk__card input::placeholder,#talk-to-us .talk__card textarea::placeholder{color:rgba(46,71,86,.7)}#talk-to-us .talk__card input:focus,#talk-to-us .talk__card textarea:focus{border-bottom-color:var(--c-primary);outline-offset:4px}#talk-to-us .talk__submit{width:100%;margin-top:var(--sp-2)}#talk-to-us .talk__note{margin:var(--sp-4) 0 0;font-size:.8125rem;color:var(--c-secondary);max-width:44ch}@media(min-width:768px){#talk-to-us .talk__scrim{background:rgba(0,0,0,.86)}#talk-to-us .talk__tel{font-size:2.5rem}#talk-to-us .talk__card{padding:32px}}@media(min-width:1100px){#talk-to-us .talk__grid{grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}}