/* Contractor Capital Funding interior skin: matches the approved homepage. Loaded after page styles; content markup untouched.
   Chrome uses fx-* classes on divs so old element selectors (header, nav, footer, .logo) can't hit it. */
:root{--fx-ink:#0b0c0d;--fx-body:#4a4f56;--fx-accent:#fdce31;--fx-btn:#fdce31;--orange:#fdce31;--red:#fdce31;--red-dark:#eebd1b;--red-light:#fff8dc;--orange-dark:#eebd1b;--orange-light:#fff8dc;--yellow:#fdce31;--c:#fdce31;--cd:#b58c00;--accent:#fdce31}
html,body{overflow-x:clip}
body{font-family:Inter,-apple-system,"Segoe UI",Roboto,sans-serif}
h1,h2,h3{font-family:Archivo,Inter,sans-serif}

/* header */
.fx-hdr{position:sticky;top:0;z-index:1000;background:#0b0c0d;border-bottom:1px solid #202226;font-family:Inter,-apple-system,"Segoe UI",Roboto,sans-serif}
.fx-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}
.fx-hdr .fx-wrap{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}
.fx-logo{display:flex;align-items:center;gap:10px;min-width:0;min-height:48px;text-decoration:none;color:#ffffff}
.fx-logo .fx-mark{width:26px;height:26px;flex-shrink:0}
.fx-logo img{height:44px;width:auto;flex:none;display:block}
.fx-logo .fx-wm{display:flex;flex-direction:column;line-height:1;white-space:nowrap}
.fx-logo .fx-w1{font-family:Archivo,sans-serif;font-weight:700;font-size:1px;letter-spacing:0;color:#fff}
.fx-logo .fx-w2{font-size:1px;font-weight:600;letter-spacing:0;color:#fff;margin-top:4px;white-space:nowrap}
.fx-nav{display:none}
.fx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border-radius:6px;font-weight:700;font-size:15px;text-decoration:none !important;background:#fdce31;color:#0b0c0d !important;transition:background .15s;font-family:Inter,-apple-system,"Segoe UI",Roboto,sans-serif}
.fx-btn:hover{background:#ffd84f}
.fx-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.fx-hdr-cta{display:none}
.fx-burger{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:0;color:#ffffff;cursor:pointer;border-radius:4px;padding:0}
.fx-burger svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}
.fx-menu{display:none;position:absolute;left:0;right:0;top:64px;background:#0b0c0d;border-bottom:1px solid #202226;box-shadow:0 18px 30px rgba(0,0,0,.12);padding:8px 20px 20px}
.fx-menu.open{display:block}
.fx-menu a{display:block;padding:14px 2px;border-bottom:1px solid #202226;font-weight:600;font-size:15px;color:#ffffff;text-decoration:none}
.fx-menu a.fx-btn{display:flex;margin-top:16px;border:0}

/* footer */
.fx-foot{background:#0b0c0d;color:rgba(255,255,255,.66);font-family:Inter,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.6;padding:44px 0 40px;border-top:1px solid rgba(255,255,255,.12)}
.fx-foot .fx-logo{color:#fff}
.fx-foot .fx-logo .fx-w1{color:#fff}
.fx-foot .fx-logo .fx-w2{color:#fdce31}
.fx-foot .fx-blurb{margin:16px 0 26px;max-width:340px}
.fx-fcols{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px}
.fx-fcols .fx-h{font-family:Archivo,sans-serif;color:#fff;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin:0 0 8px}
.fx-fcols a{display:block;padding:6px 0;color:rgba(255,255,255,.72);text-decoration:none}
.fx-fcols a:hover{color:#fdce31}
.fx-legal{margin-top:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;line-height:1.6}
.fx-legal a{color:rgba(255,255,255,.8)}

/* rr template body */
.rr-hero{background:radial-gradient(ellipse 55% 85% at 100% 0%,rgba(253,206,49,.13) 0%,rgba(253,206,49,0) 62%),linear-gradient(160deg,#0b0c0d 0%,#17181b 100%) !important;padding:64px 0 58px !important}
.rr-hero .rr-pill{background:rgba(253,206,49,.12) !important;border:1px solid rgba(253,206,49,.45) !important;color:#fdce31 !important;border-radius:3px !important;letter-spacing:.04em}
.rr-hero h1{font-family:Archivo,Inter,sans-serif !important;font-weight:700 !important;letter-spacing:-.025em !important;line-height:1.06 !important;font-size:clamp(2.1rem,7vw,3.4rem) !important;color:#fff !important}
.rr-hero .rr-sub{color:rgba(255,255,255,.82) !important}
.rrcta{display:inline-flex !important;align-items:center;justify-content:center;min-height:50px;padding:0 28px !important;background:#fdce31 !important;color:#0b0c0d !important;border-radius:6px !important;font-weight:700 !important;text-decoration:none !important;box-shadow:none !important;border:0 !important}
.rrcta:hover{background:#ffd84f !important}
/* rr hero on pages that don't carry the rr template CSS (hd header variant) */
.rr-hero{text-align:center !important;color:#fff}
.rr-hero .rr-pill{display:inline-block !important;padding:7px 15px !important;font-size:.82rem !important;font-weight:600 !important;margin-bottom:18px !important}
.rr-hero h1{margin:0 auto 15px !important;max-width:880px}
.rr-hero .rr-sub{max-width:680px;margin:0 auto 26px !important}
.rr-hero .btn{display:inline-flex !important;align-items:center;justify-content:center;min-height:50px;padding:0 28px !important;background:#fdce31 !important;color:#0b0c0d !important;border-radius:6px !important;font-weight:700 !important;text-decoration:none !important;border:0 !important}
.rr-hero .btn:hover{background:#ffd84f !important}
.rr-body{background:#fff !important}
.rr-hero .container,.rr-body .container{width:100%;max-width:1120px;margin:0 auto;padding-left:20px !important;padding-right:20px !important;box-sizing:border-box}
.rr-article h2{color:#0b0c0d !important;font-family:Archivo,Inter,sans-serif !important;font-weight:700 !important;letter-spacing:-.015em}
.rr-article p,.rr-article li{color:#4a4f56 !important}
.rr-article strong{color:#0b0c0d !important}
.rr-article a:not(.btn){color:#0b0c0d !important;text-decoration:underline;text-decoration-color:#fdce31;text-underline-offset:3px}
.rr-article li::marker{color:#fdce31}
/* inline brand buttons inside content (specificity beats .rr-article a:not(.btn)) */
body a[style*="background:#F7941D"],body a[style*="background: #F7941D"],body a[style*="background:#f7941d"]{background:#fdce31 !important;color:#0b0c0d !important;border-radius:6px !important;text-decoration:none !important}
/* article family */
.article-hero{background:radial-gradient(ellipse 55% 85% at 100% 0%,rgba(253,206,49,.13) 0%,rgba(253,206,49,0) 62%),linear-gradient(160deg,#0b0c0d 0%,#17181b 100%) !important}
.article-eyebrow{background:rgba(253,206,49,.12) !important;border:1px solid rgba(253,206,49,.45) !important;color:#fdce31 !important;border-radius:3px !important}
.article-hero h1{font-family:Archivo,Inter,sans-serif !important;text-transform:none !important;font-weight:700 !important;letter-spacing:-.025em !important;line-height:1.06 !important}
.answer-box{border-left-color:#fdce31 !important;background:#f4f4f3 !important}
.article-cta{background:#fdce31 !important}
.article-cta-btn{background:#fdce31 !important;color:#0b0c0d !important;border-radius:6px !important}
.related-box{background:#f4f4f3 !important;border-color:#202226 !important}
/* pr template body (hardcoded template greens/navies) */
.pr-trust{background:#fdce31 !important;color:#0b0c0d !important;border-bottom-color:#fdce31 !important}
.pr-proof .stat b,.pr-qual h2,.pr-ctacard h3,.pr-sec,.pr-c h3,.pr-modal-card h3{color:#0b0c0d !important;font-family:Archivo,Inter,sans-serif !important}
.pr-qual,.pr-c{background:#f4f4f3 !important;border-color:#202226 !important}
.pr-proof{border-bottom-color:#202226 !important}
.pr-ck li{color:#0b0c0d !important}
.pr-ctacard{border-color:#202226 !important}
.pr-ctacard .tag,.pr-modal-card .tag{background:#fdce31 !important;color:#0b0c0d !important}
.pr-btn{background:#fdce31 !important;color:#0b0c0d !important;border-radius:6px !important}
.pr-btn:hover{background:#ffd84f !important}
.pr-c .ic{background:#fdce31 !important;color:#fdce31 !important}
.pr-midcta{background:#f4f4f3 !important;border-top:1px solid #202226;border-bottom:1px solid #202226}
.pr-midcta h2,.pr-midcta p{color:#0b0c0d !important}
.pr-close{background:radial-gradient(ellipse 55% 85% at 100% 0%,rgba(253,206,49,.13) 0%,rgba(253,206,49,0) 62%),linear-gradient(160deg,#0b0c0d 0%,#17181b 100%) !important}
.pr-sticky{border-top-color:#fdce31 !important}
.hero .eyebrow{background:#fdce31 !important;color:#0b0c0d !important;border-radius:3px !important}
.answer{border-left-color:#fdce31 !important}
.card.win{border-top-color:#fdce31 !important}
.card.win li::before,.src li::before,.faq summary::after{color:#fdce31 !important}
.step span{background:#fdce31 !important;color:#0b0c0d !important}
.ctaband{background:radial-gradient(ellipse 55% 85% at 100% 0%,rgba(253,206,49,.13) 0%,rgba(253,206,49,0) 62%),linear-gradient(160deg,#0b0c0d 0%,#17181b 100%) !important}
.ctaband a{background:#fdce31 !important;color:#0b0c0d !important;border-radius:6px !important}
.src a{color:#0b0c0d !important}
h1,h2,h3{font-family:Archivo,Inter,sans-serif}.fx-hdr{border-bottom:1px solid #202226}.fx-hdr .fx-wrap{justify-content:flex-start;gap:12px;height:70px}.fx-logo{margin-right:auto;min-height:0}.fx-logo .fx-wm{display:none}.fx-btn{font-family:Archivo,Inter,sans-serif;letter-spacing:.01em}.fx-hdr-cta{display:inline-flex;min-height:42px;padding:0 16px;font-size:15px}.fx-hdr-cta svg{display:none}.fx-burger{margin-right:-8px}.fx-menu{top:70px;background:#0b0c0d}.fx-menu a{font-weight:500;font-size:17px;color:#fff}.fx-menu a.fx-btn{color:#0b0c0d !important}.fx-nav a:hover{color:#fdce31;text-decoration:none}.fx-foot{padding:56px 0 36px;font-size:14px}.fx-foot .fx-logo img{height:64px}.fx-fcols .fx-h{font-size:12.5px;letter-spacing:.18em}.fx-fcols a:hover{color:#fdce31}.rr-hero,.hero,.page-hero{background:radial-gradient(ellipse 55% 85% at 100% 0%,rgba(253,206,49,.13) 0%,rgba(253,206,49,0) 62%),linear-gradient(160deg,#0b0c0d 0%,#17181b 100%) !important;color:#fff}.rr-hero h1,.hero h1,.page-hero h1{font-family:Archivo,Inter,sans-serif !important;font-stretch:125%;font-weight:800 !important;letter-spacing:-.01em !important;line-height:1.04 !important;color:#fff !important}.rr-hero .rr-sub,.hero p,.page-hero p{color:rgba(255,255,255,.82) !important}.rr-hero .rr-pill,.hero .eyebrow,.page-hero .eyebrow{background:transparent !important;border:0 !important;color:#fdce31 !important;letter-spacing:.24em !important;text-transform:uppercase;font-weight:700 !important;padding:0 !important;border-radius:0 !important}.card.win li::before,.src li::before,.faq summary::after,.pr-ck .c,.rr-article li::marker{color:#b58c00 !important}.rr-article a:not(.btn){text-decoration-thickness:2px}.pr-trust{background:#131416 !important;color:#fff !important;border-bottom:2px solid #fdce31 !important}.pr-proof .stat b{font-family:Archivo,Inter,sans-serif !important;font-stretch:112%}.pr-proof .stat span{color:#6c7178 !important}.pr-ctacard .tag,.pr-modal-card .tag{background:#0b0c0d !important;color:#fdce31 !important}.pr-c .ic{background:#0b0c0d !important;color:#fdce31 !important}.pr-close h2,.ctaband h2{color:#fff !important}.pr-close p{color:rgba(255,255,255,.76) !important}.pr-close .pr-ck li{color:rgba(255,255,255,.88) !important}.pr-close .pr-ck .c{color:#fdce31 !important}.pr-midcta{background:#fdce31 !important;border:0 !important}.pr-midcta h2,.pr-midcta p{color:#0b0c0d !important}.pr-midcta .pr-btn{background:#0b0c0d !important;color:#fff !important}.pr-sticky{border-top-color:#fdce31 !important}.pr-modal-card{border-top-color:#fdce31 !important}.answer,.answer-box{border-left-color:#fdce31 !important}.step span{background:#0b0c0d !important;color:#fdce31 !important}.tbl th{background:#0b0c0d !important}.ctaband a{background:#fdce31 !important;color:#0b0c0d !important}@media (min-width:1000px){.fx-hdr .fx-wrap{height:88px}.fx-menu{top:88px}.fx-nav{gap:28px;margin-right:26px;font-size:15px}.fx-hdr-cta{min-height:48px;padding:0 22px;font-size:16px}.fx-hdr-cta svg{display:block}}

@media (min-width:600px){.fx-logo .fx-mark{width:30px;height:30px}.fx-logo img{height:56px}.fx-logo .fx-w1{font-size:1px}.fx-logo .fx-w2{font-size:1px}.fx-fcols{grid-template-columns:repeat(3,1fr)}}
@media (min-width:960px){
 .fx-hdr .fx-wrap{height:72px}
 .fx-nav{display:flex;gap:28px;font-size:14px;font-weight:500}
 .fx-nav a{color:#ffffff;text-decoration:none}
 .fx-nav a:hover{text-decoration:underline;text-underline-offset:6px}
 .fx-hdr-cta{display:inline-flex}
 .fx-burger,.fx-menu,.fx-menu.open{display:none}
 .fx-foot .fx-row{display:grid;grid-template-columns:1fr 2fr;gap:56px}
}
