/* Funded Contractor Capital 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:#10201d;--fx-body:#44504c;--fx-accent:#9fb07f;--fx-btn:#0d2622;--yellow:#0d2622;--yellow-dark:#163a34;--yellow-deep:#081a17;--dark:#f4f2eb;--dark2:#f7f5ef;--dark4:#e2dfd4;--white:#10201d;--gray:#44504c;--gray-light:#44504c;--c:#0d2622;--cd:#163a34;--cl:#9fb07f;--mint:#f4f2eb;--mint2:#f7f5ef}
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:#f4f2eb;border-bottom:1px solid #e2dfd4;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:#0d2622}
.fx-logo .fx-mark{width:30px;height:33px;flex-shrink:0}
.fx-logo img{height:26px;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:19px;letter-spacing:.2em;color:#10201d}
.fx-logo .fx-w2{font-size:8.5px;font-weight:600;letter-spacing:.3em;color:#44504c;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:3px;font-weight:600;font-size:15px;text-decoration:none !important;background:#0d2622;color:#fff !important;transition:background .15s;font-family:Inter,-apple-system,"Segoe UI",Roboto,sans-serif}
.fx-btn:hover{background:#163a34}
.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:#10201d;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:#f4f2eb;border-bottom:1px solid #e2dfd4;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 #e2dfd4;font-weight:600;font-size:15px;color:#10201d;text-decoration:none}
.fx-menu a.fx-btn{display:flex;margin-top:16px;border:0}

/* footer */
.fx-foot{background:#081a17;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,.14)}
.fx-foot .fx-logo{color:#fff}
.fx-foot .fx-logo .fx-w1{color:#fff}
.fx-foot .fx-logo .fx-w2{color:rgba(255,255,255,.6)}
.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:#9fb07f}
.fx-legal{margin-top:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);font-size:12px;line-height:1.6}
.fx-legal a{color:rgba(255,255,255,.8)}

/* rr template body */
.rr-hero{background:linear-gradient(160deg,#081a17 0%,#0d2622 58%,#163a34 100%) !important;padding:64px 0 58px !important}
.rr-hero .rr-pill{background:rgba(159,176,127,.12) !important;border:1px solid rgba(159,176,127,.45) !important;color:#dfe6cf !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:#f4f2eb !important;color:#0d2622 !important;border-radius:3px !important;font-weight:600 !important;text-decoration:none !important;box-shadow:none !important;border:0 !important}
.rrcta:hover{background:#eceae2 !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:#10201d !important;font-family:Archivo,Inter,sans-serif !important;font-weight:700 !important;letter-spacing:-.015em}
.rr-article p,.rr-article li{color:#44504c !important}
.rr-article strong{color:#10201d !important}
.rr-article a:not(.btn){color:#0d2622 !important;text-decoration:underline;text-decoration-color:#9fb07f;text-underline-offset:3px}
.rr-article li::marker{color:#9fb07f}
/* inline brand buttons inside content (specificity beats .rr-article a:not(.btn)) */
body a[style*="background:#2F8F3A"],body a[style*="background: #2F8F3A"],body .rr-article a[style*="background:#2F8F3A"]{background:#0d2622 !important;color:#fff !important;border-radius:3px !important;text-decoration:none !important}
/* article family */
.article-hero{background:linear-gradient(160deg,#081a17 0%,#0d2622 58%,#163a34 100%) !important}
.article-eyebrow{background:rgba(159,176,127,.12) !important;border:1px solid rgba(159,176,127,.45) !important;color:#dfe6cf !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:#9fb07f !important;background:#f4f2eb !important}
.article-cta{background:#0d2622 !important}
.article-cta-btn{background:#f4f2eb !important;color:#0d2622 !important;border-radius:3px !important}
.related-box{background:#f4f2eb !important;border-color:#e2dfd4 !important}
/* pr template body (hardcoded template greens/navies) */
.pr-trust{background:#0d2622 !important;color:#fff !important;border-bottom-color:#9fb07f !important}
.pr-proof .stat b,.pr-qual h2,.pr-ctacard h3,.pr-sec,.pr-c h3,.pr-modal-card h3{color:#10201d !important;font-family:Archivo,Inter,sans-serif !important}
.pr-qual,.pr-c{background:#f4f2eb !important;border-color:#e2dfd4 !important}
.pr-proof{border-bottom-color:#e2dfd4 !important}
.pr-ck li{color:#10201d !important}
.pr-ctacard{border-color:#e2dfd4 !important}
.pr-ctacard .tag,.pr-modal-card .tag{background:#0d2622 !important;color:#fff !important}
.pr-btn{background:#0d2622 !important;color:#fff !important;border-radius:3px !important}
.pr-btn:hover{background:#163a34 !important}
.pr-c .ic{background:#0d2622 !important;color:#9fb07f !important}
.pr-midcta{background:#f4f2eb !important;border-top:1px solid #e2dfd4;border-bottom:1px solid #e2dfd4}
.pr-midcta h2,.pr-midcta p{color:#10201d !important}
.pr-close{background:linear-gradient(160deg,#081a17 0%,#0d2622 58%,#163a34 100%) !important}
.pr-sticky{border-top-color:#9fb07f !important}
.hero .eyebrow{background:#0d2622 !important;color:#fff !important;border-radius:3px !important}
.answer{border-left-color:#9fb07f !important}
.card.win{border-top-color:#9fb07f !important}
.card.win li::before,.src li::before,.faq summary::after{color:#9fb07f !important}
.step span{background:#0d2622 !important;color:#fff !important}
.ctaband{background:linear-gradient(160deg,#081a17 0%,#0d2622 58%,#163a34 100%) !important}
.ctaband a{background:#f4f2eb !important;color:#0d2622 !important;border-radius:3px !important}
.src a{color:#0d2622 !important}


@media (min-width:600px){.fx-logo .fx-mark{width:36px;height:40px}.fx-logo img{height:30px}.fx-logo .fx-w1{font-size:22px}.fx-logo .fx-w2{font-size:9.5px}.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:#10201d;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}
}
