.hero{padding:clamp(5rem,10vw,8rem) 0 clamp(3rem,6vw,5rem);border-bottom:1px solid var(--rule)}.hero.hero-with-img{border-bottom-color:var(--ink)}.hero-eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:1.25rem}.hero-title{font-family:var(--font-h);font-size:clamp(2rem,5vw,4rem);font-weight:700;text-transform:uppercase;line-height:.95;letter-spacing:-.02em;margin-bottom:1.25rem}.hero-title em{color:var(--green);font-style:italic}.hero-body{font-size:1rem;color:var(--text-body);line-height:1.85;max-width:680px;margin-bottom:2rem}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;border:1px solid rgba(2,181,120,.3);padding:.5rem 1rem;margin-bottom:2rem}.hero-badge-text{font-size:.79rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.hero-label{font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:1.5rem;font-weight:600}.hero-h1{font-family:var(--font-h);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;text-transform:uppercase;line-height:1;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-h1 em{color:var(--green);font-style:italic}.hero-sub{font-size:clamp(1rem,1.5vw,1.1rem);color:var(--text-body);line-height:1.75;max-width:640px;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-with-img{position:relative;background-image:var(--hero-bg);background-size:cover;background-position:center 35%;background-repeat:no-repeat}.hero-with-img:before{content:"";position:absolute;inset:-1px;background:linear-gradient(to top,#0a0a0a,#0a0a0a00 28%),linear-gradient(to right,#0a0a0aeb,#0a0a0ab8 55%,#0a0a0a6b);z-index:0}.hero-with-img .wrap,.hero-with-img .hero-inner{position:relative;z-index:1}.section{padding:clamp(4rem,7vw,5.5rem) 0;border-bottom:1px solid var(--rule)}.section.alt{background:var(--ink-2)}.section-label{font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;font-weight:600}.section-title{font-family:var(--font-h);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;text-transform:uppercase;line-height:.95;margin-bottom:1.5rem}.section-body{font-size:1rem;color:var(--text-body);line-height:1.85;max-width:740px;margin-bottom:1.25rem}.cta{padding:clamp(4rem,8vw,6rem) 0;text-align:center}.cta-title{font-family:var(--font-h);font-size:clamp(1.5rem,3.5vw,2.8rem);font-weight:700;text-transform:uppercase;line-height:.95;margin-bottom:1rem}.cta-title em{color:var(--green);font-style:italic}.cta-body{font-size:1rem;color:var(--text-dim);max-width:480px;margin:0 auto 2rem;line-height:1.8}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta.cta-green{background:var(--green);border-top:none}.cta.cta-green h2,.cta.cta-green .cta-title{color:var(--black)}.cta.cta-green p,.cta.cta-green .cta-body{color:#000000b3}.cta.cta-green .btn-primary{background:var(--black);color:var(--white);border-color:var(--black)}.cta.cta-green .btn-outline{color:var(--black);border-color:#0006}.cta-section{padding:clamp(4rem,8vw,7rem) 0}.cta-inner{background:#02b5780f;border:1px solid rgba(2,181,120,.15);padding:clamp(2.5rem,5vw,5rem);display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}@media(max-width:640px){.cta-inner{grid-template-columns:1fr}}.cta-h2{font-family:var(--font-h);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;text-transform:uppercase;line-height:1.05;margin-bottom:.5rem}.cta-sub{font-size:1rem;color:var(--grey)}.cta-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.faq-section{padding:clamp(4rem,8vw,6rem) 0;border-bottom:1px solid var(--rule)}.faq-h2{font-family:var(--font-h);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;text-transform:uppercase;line-height:1;margin-bottom:3rem}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--rule);padding:1.75rem 0}.faq-q{font-family:var(--font-h);font-size:1rem;font-weight:700;text-transform:uppercase;color:var(--white);margin-bottom:.75rem}.faq-a{font-size:1rem;color:var(--grey);line-height:1.8}.related{padding:clamp(3rem,6vw,5rem) 0;border-bottom:1px solid var(--rule);background:var(--ink-2)}.related-label{font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:.75rem;font-weight:600}.related-title{font-family:var(--font-h);font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700;text-transform:uppercase;margin-bottom:2rem}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule)}@media(max-width:900px){.related-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.related-grid{grid-template-columns:1fr}}.related-card{background:var(--ink-2);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;text-decoration:none}.related-card:hover{background:var(--ink-3)}.related-card-title{font-family:var(--font-h);font-size:1rem;font-weight:700;text-transform:uppercase;color:var(--green)}.related-card-desc{font-size:1rem;color:var(--grey);line-height:1.6}.related-card-arrow{font-size:.82rem;color:var(--text-faint);margin-top:auto}.certs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--rule);margin-top:2rem}@media(max-width:860px){.certs-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.certs-grid{grid-template-columns:1fr}}.cert-card{background:var(--ink);padding:clamp(1.5rem,2.5vw,2rem)}.section.alt .cert-card{background:var(--ink-2)}.cert-abbrev{font-family:var(--font-h);font-size:.85rem;font-weight:700;color:var(--green);margin-bottom:.5rem}.cert-name{font-family:var(--font-h);font-size:1rem;font-weight:700;text-transform:uppercase;color:var(--white);margin-bottom:.5rem}.cert-desc{font-size:1rem;color:var(--grey);line-height:1.65}.cert-org{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-top:.75rem}.grid-bordered{display:grid;gap:0;border:1px solid var(--rule);margin-top:2rem}.grid-bordered.cols-2{grid-template-columns:repeat(2,1fr)}.grid-bordered.cols-3{grid-template-columns:repeat(3,1fr)}.grid-bordered.cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:700px){.grid-bordered.cols-3,.grid-bordered.cols-4{grid-template-columns:1fr 1fr}}@media(max-width:640px){.grid-bordered.cols-2,.grid-bordered.cols-3,.grid-bordered.cols-4{grid-template-columns:1fr}}.grid-item{padding:1.75rem 1.5rem;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}.grid-bordered.cols-2 .grid-item:nth-child(2n){border-right:none}.grid-bordered.cols-3 .grid-item:nth-child(3n){border-right:none}.grid-bordered.cols-4 .grid-item:nth-child(4n){border-right:none}@media(max-width:640px){.grid-item{border-right:none}.grid-item:last-child{border-bottom:none}}.grid-item-num{font-family:var(--font-h);font-size:.7rem;letter-spacing:.2em;color:var(--green);margin-bottom:.5rem}.grid-item-icon{font-size:1.5rem;margin-bottom:1rem;opacity:.7}.grid-item-title{font-family:var(--font-h);font-size:1rem;font-weight:700;text-transform:uppercase;margin-bottom:.6rem}.grid-item-desc{font-size:1rem;color:var(--text-muted);line-height:1.75}.grid-item-title em{color:var(--green);font-style:normal}.process-steps{display:flex;flex-direction:column;border:1px solid var(--rule);margin-top:2rem}.process-step{display:flex;gap:2rem;padding:1.5rem 2rem;border-bottom:1px solid var(--rule);align-items:flex-start}.process-step:last-child{border-bottom:none}@media(max-width:640px){.process-step{flex-direction:column;gap:.5rem}}.process-step-num{font-family:var(--font-h);font-size:.79rem;letter-spacing:.12em;color:var(--green);min-width:32px;flex-shrink:0}.process-step-title{font-family:var(--font-h);font-size:1rem;font-weight:700;text-transform:uppercase;margin-bottom:.35rem}.process-step-desc{font-size:1rem;color:var(--grey);line-height:1.7}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--rule);margin-top:2rem}@media(max-width:640px){.stat-row{grid-template-columns:1fr}}.stat{padding:2rem 1.5rem;border-right:1px solid var(--rule);text-align:center}.stat:last-child{border-right:none}@media(max-width:640px){.stat{border-right:none;border-bottom:1px solid var(--rule)}.stat:last-child{border-bottom:none}}.stat-num{font-family:var(--font-h);font-size:clamp(1.75rem,4vw,3.5rem);font-weight:700;color:var(--green);line-height:1}.stat-label{font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-top:.5rem}.section.white-bg{background:#f5f6f8;color:var(--on-light)}.section.white-bg h2,.section.white-bg h3{color:var(--on-light)}.section.white-bg p{color:#000000d1}.section.white-bg .section-label{color:var(--green)}.section.white-bg .section-title{color:var(--on-light)}.section.white-bg .section-body{color:#000000b8}.section.white-bg p strong{color:var(--on-light)}.section.white-bg .grid-bordered,.section.white-bg .grid-item{border-color:#0000001a}.section.white-bg .grid-item-num{color:var(--green)}.section.white-bg .grid-item-title{color:#0a0a0a}.section.white-bg .grid-item-desc{color:#0000008c}.section.white-bg .grid-item-icon{color:#0a0a0a}.section.white-bg .process-steps,.section.white-bg .process-step{border-color:#0000001a}.section.white-bg .process-step-title{color:#0a0a0a}.section.white-bg .process-step-desc{color:#0000009e}.section.white-bg .stat-row,.section.white-bg .stat{border-color:#0000001a}.section.white-bg .stat-label{color:#00000080}.section.white-bg .section-h2{color:var(--on-light)}.section.white-bg .section-sub{color:#0000009e}.section.white-bg .section-p{color:#000000d1}.section.white-bg .section-p strong,.section.white-bg .ml-name{color:var(--on-light)}.section.white-bg .ml-desc{color:#0000009e}.section.white-bg .ml,.section.white-bg .ml-grid{border-color:#0000001a}.section-h2{font-family:var(--font-h);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;text-transform:uppercase;line-height:1.05;margin-bottom:1.25rem}.section-sub{font-size:1rem;color:var(--grey);margin-bottom:3rem;max-width:700px}.section-p{font-size:1rem;color:var(--text-body);line-height:1.8;margin-bottom:1rem;max-width:740px}.section-p strong{color:var(--white)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,7rem)}@media(max-width:760px){.two-col{grid-template-columns:1fr}}.section.yellow-tint{background:#f0cf6512;border-top:3px solid rgba(240,207,101,.4)}.article-hero{padding:6rem 2rem 3rem;max-width:1100px;margin:0 auto}.article-hero .article-cat{font-family:var(--font-h);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:1rem}.article-hero h1{font-family:var(--font-h);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;text-transform:uppercase;line-height:1.08;color:#fff;margin-bottom:1.5rem;max-width:800px}.article-hero .article-meta{display:flex;gap:1.5rem;font-size:.8rem;color:var(--text-faint);font-family:var(--font-h);letter-spacing:.05em}.article-hero .article-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.article-hero .article-tag{font-family:var(--font-h);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem;border:1px solid rgba(2,181,120,.4);color:var(--green);background:#02b5780f}.article-layout{max-width:1100px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem) 4rem;display:grid;grid-template-columns:1fr 280px;gap:4rem}@media(max-width:900px){.article-layout{grid-template-columns:1fr;gap:2rem}}.article-body{font-family:var(--font-b);font-size:1rem;line-height:1.8;color:var(--white)}.article-body h2{font-family:var(--font-h);font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#fff;margin:3rem 0 1rem;padding-top:1rem;border-top:1px solid var(--rule)}.article-body h3{font-family:var(--font-h);font-size:1.15rem;font-weight:700;text-transform:uppercase;color:var(--green);margin:2rem 0 .75rem}.article-body p{margin-bottom:1.25rem}.article-body ul,.article-body ol{margin:1rem 0 1.5rem 1.5rem}.article-body li{margin-bottom:.5rem}.article-body a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.article-body blockquote{border-left:3px solid var(--green);padding:1rem 1.5rem;margin:1.5rem 0;background:#00ff8808;font-style:italic;color:var(--grey)}.article-body strong{color:#fff}.article-body hr{border:none;border-top:1px solid var(--rule);margin:2rem 0}.article-sidebar{position:sticky;top:6rem;align-self:start}.sidebar-card{background:var(--ink-2);border:1px solid var(--rule);padding:1.5rem;margin-bottom:1.5rem}.sidebar-card h3{font-family:var(--font-h);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:1rem}.sidebar-card p{font-size:.85rem;line-height:1.6;color:var(--text-body);margin-bottom:1rem}.sidebar-card .btn{display:inline-block;font-family:var(--font-h);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding:.6rem 1.2rem;border:1px solid var(--green);color:var(--green);text-decoration:none;transition:all .2s}.sidebar-card .btn:hover{background:var(--green);color:#0a0a0a}.sidebar-link{display:block;font-size:.85rem;color:var(--text-dim);text-decoration:none;padding:.4rem 0;border-bottom:1px solid var(--rule);transition:color .2s}.sidebar-link:hover{color:var(--green)}.article-cta{max-width:1100px;margin:0 auto 4rem;padding:3rem 2rem;border-top:1px solid var(--rule);text-align:center}.article-cta h2{font-family:var(--font-h);font-size:1.8rem;font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:1rem}.article-cta p{color:var(--text-dim);max-width:600px;margin:0 auto 2rem;line-height:1.7}.article-cta .btn-primary{display:inline-block;font-family:var(--font-h);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.8rem 2rem;background:var(--green);color:#0a0a0a;text-decoration:none;font-weight:700;transition:all .2s}.article-cta .btn-primary:hover{filter:brightness(1.15)}.content-placeholder{background:#ffaa000d;border:2px dashed rgba(255,170,0,.3);padding:2rem;margin:2rem 0;text-align:center;font-family:var(--font-h);font-size:.8rem;color:#fa09;letter-spacing:.05em}html[data-theme=light] .article-hero h1{color:#0a0a0a}html[data-theme=light] .article-hero .article-tag{border-color:#02b57880;background:#02b57814;color:#019a66}html[data-theme=light] .article-body h2{color:#0a0a0a;border-top-color:#0000001a}html[data-theme=light] .article-body strong,html[data-theme=light] .article-cta h2{color:#0a0a0a}.page-hero{padding:clamp(5rem,10vw,8rem) 0 0;border-bottom:1px solid var(--rule);position:relative;background-image:var(--article-hero-img);background-size:cover;background-repeat:no-repeat}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0aeb,#0a0a0ab8,#0a0a0a8c);z-index:0}.page-hero .wrap{position:relative;z-index:1}.page-hero .hero-eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:1.5rem}.page-title{font-family:var(--font-h);font-size:clamp(2.8rem,6vw,5.5rem);font-weight:700;text-transform:uppercase;line-height:.95;letter-spacing:-.02em;margin-bottom:2rem}.page-title em{color:var(--green);font-style:italic}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,7rem);align-items:start;padding-bottom:clamp(3rem,6vw,5rem)}@media(max-width:860px){.hero-inner{grid-template-columns:1fr}}.page-hero .article-intro{font-size:1rem;color:var(--text-body);line-height:1.85;margin-bottom:1rem}.hero-cta-block{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.author-byline{display:flex;align-items:center;gap:1rem;padding:1rem 0;margin-top:1.5rem;border-top:1px solid var(--rule)}.author-avatar{width:36px;height:36px;border-radius:50%;background:#02b57826;border:1px solid rgba(2,181,120,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--green)}.author-meta{display:flex;flex-direction:column;gap:.15rem}.author-name{font-size:1rem;color:#ffffffb3;font-weight:500}.author-cred{font-size:1rem;color:#ffffff4d;letter-spacing:.04em}.toc-bar{border-bottom:1px solid var(--rule);background:var(--ink-2);padding:.85rem 0;position:sticky;top:76px;z-index:100}.toc-inner{display:flex;align-items:center;gap:1.5rem;overflow-x:auto;scrollbar-width:none}.toc-inner::-webkit-scrollbar{display:none}.toc-label{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;flex-shrink:0}.toc-links{display:flex;list-style:none;gap:0;margin:0;padding:0}.toc-links li a{display:block;font-size:.79rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#fff6;padding:.3rem 1rem;border-right:1px solid var(--rule);white-space:nowrap;transition:color .2s}.toc-links li:first-child a{border-left:1px solid var(--rule)}.toc-links li a:hover{color:var(--green)}.article-wrap{padding:clamp(4rem,8vw,6rem) 0}.article-long-layout{display:grid;grid-template-columns:1fr 360px;gap:clamp(3rem,5vw,6rem);align-items:start}@media(max-width:1100px){.article-long-layout{grid-template-columns:1fr}}.a-section{padding-bottom:clamp(3rem,6vw,5rem);margin-bottom:clamp(3rem,6vw,5rem);border-bottom:1px solid var(--rule)}.a-section:last-child{border-bottom:none}.a-section-num{font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;font-weight:700}.a-section h2{font-family:var(--font-h);font-size:clamp(1.6rem,3vw,2.5rem);font-weight:700;text-transform:uppercase;line-height:1.05;margin-bottom:1.5rem}.a-section h3{font-family:var(--font-h);font-size:1.05rem;font-weight:700;text-transform:uppercase;margin:2rem 0 .75rem;color:var(--white)}.a-section p{font-size:.92rem;color:var(--text-body);line-height:1.9;margin-bottom:1.1rem}.a-section p strong{color:var(--white)}.a-section a{color:var(--green);text-decoration:none;font-size:.88rem}.a-section a:hover{text-decoration:underline}.a-section ul li,.a-section ol li{color:var(--text-body)}.callout{background:var(--ink-2);border-left:3px solid var(--green);padding:1.5rem 1.75rem;margin:1.75rem 0}.callout p{margin:0;font-size:.87rem;color:var(--text-muted)}.callout p strong{color:var(--white)}.callout-warn{border-left-color:var(--yellow)}.callout-red{border-left-color:#dc3c3cb3}.honest-list{list-style:none;margin:1.25rem 0}.honest-list li{padding:.6rem 0;border-bottom:1px solid var(--rule);font-size:.88rem;color:var(--text-dim);display:flex;gap:.75rem}.honest-list li:last-child{border-bottom:none}.honest-list li .arr{color:var(--green);flex-shrink:0}.lf-sidebar{position:sticky;top:128px;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1100px){.lf-sidebar{position:static}}.lf-sidebar-card{background:var(--ink-2);border:1px solid var(--rule);padding:1.75rem}.lf-cta-card{border-color:#02b57840;background:#02b5780a}.lf-sidebar-title{font-family:var(--font-h);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:1rem}.lf-sidebar-title.green{color:var(--green)}.lf-sidebar-cta-desc{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem}.lf-sidebar-cta-note{font-size:1rem;color:#ffffff40;text-align:center;margin-top:.75rem}.lf-sidebar-stat-num{font-family:var(--font-h);font-size:3rem;font-weight:700;color:var(--green);line-height:1;margin-bottom:.5rem}.lf-sidebar-stat-label{font-size:.88rem;color:#fff6;line-height:1.6}.lf-sidebar-links{list-style:none}.lf-sidebar-links li{border-bottom:1px solid var(--rule)}.lf-sidebar-links li:last-child{border-bottom:none}.lf-sidebar-links li a{display:block;padding:.6rem 0;font-size:.9rem;color:var(--text-faint);transition:color .2s}.lf-sidebar-links li a:hover{color:var(--green)}.lf-sidebar-btn{display:block;width:100%;text-align:center;padding:.85rem 1rem;background:var(--green);color:var(--black);font-family:var(--font-h);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;transition:background .2s}.lf-sidebar-btn:hover{background:var(--green-dark)}.bottom-cta{padding:clamp(4rem,8vw,7rem) 0;background:var(--ink-2);border-top:1px solid var(--rule)}.bottom-cta-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(3rem,6vw,7rem);align-items:start}@media(max-width:860px){.bottom-cta-inner{grid-template-columns:1fr}}.bcta-label{margin-bottom:1rem}.bcta-title{font-family:var(--font-h);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;text-transform:uppercase;line-height:.95;margin-top:.5rem}.bcta-title em{color:var(--green);font-style:italic}.bcta-desc{font-size:1rem;color:var(--text-faint);line-height:1.85;margin-bottom:2rem}.bcta-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.bcta-del-title{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:1rem}.bcta-del-list{list-style:none}.bcta-del-item{padding:.55rem 0;border-bottom:1px solid var(--rule);font-size:1rem;color:var(--text-dim);display:flex;gap:.75rem;align-items:flex-start}.bcta-del-item:before{content:"✓";color:var(--green);flex-shrink:0;font-size:.88rem;margin-top:2px}.bottom-cta.bcta-yellow{background:var(--yellow);border-top:none}.bottom-cta.bcta-yellow .bcta-title,.bottom-cta.bcta-yellow .bcta-title em{color:var(--black)}.bottom-cta.bcta-yellow .bcta-desc{color:#000000ad}.bottom-cta.bcta-yellow .bcta-del-title{color:#00000073}.bottom-cta.bcta-yellow .bcta-del-item{color:#000000ad;border-color:#0000001f}.bottom-cta.bcta-yellow .bcta-del-item:before{color:var(--black)}.bottom-cta.bcta-yellow .bcta-label span{color:#0000008c}.bottom-cta.bcta-yellow .btn-primary{background:var(--black);color:var(--white);border-color:var(--black)}.bottom-cta.bcta-yellow .btn-outline{color:var(--black);border-color:#0006}.bottom-cta.bcta-green{background:var(--green);border-top:none}.bottom-cta.bcta-green .bcta-title,.bottom-cta.bcta-green .bcta-title em{color:var(--black)}.bottom-cta.bcta-green .bcta-desc{color:#000000ad}.bottom-cta.bcta-green .bcta-del-title{color:#00000073}.bottom-cta.bcta-green .bcta-del-item{color:#000000ad;border-color:#0000001f}.bottom-cta.bcta-green .bcta-del-item:before{color:var(--black)}.bottom-cta.bcta-green .bcta-label span{color:#0000008c}.bottom-cta.bcta-green .btn-primary{background:var(--black);color:var(--white);border-color:var(--black)}.bottom-cta.bcta-green .btn-outline{color:var(--black);border-color:#0006}html[data-theme=light] .page-hero{color:#fff}html[data-theme=light] .page-hero .hero-eyebrow{color:var(--green)}html[data-theme=light] .page-hero .page-title{color:#fff}html[data-theme=light] .page-hero .page-title em{color:var(--green)}html[data-theme=light] .page-hero .article-intro{color:#ffffffd1}html[data-theme=light] .page-hero .author-name{color:#ffffffd9}html[data-theme=light] .page-hero .author-cred{color:#fff9}html[data-theme=light] .page-hero .author-byline{border-top-color:#ffffff1f}html[data-theme=light] .toc-bar{background:#fff;border-bottom-color:#0000001a;box-shadow:0 1px 4px #0000000f}html[data-theme=light] .toc-label{color:#0000008c}html[data-theme=light] .toc-links li a{color:#00000094;border-color:#0000001a}html[data-theme=light] .toc-links li:first-child a{border-color:#0000001a}html[data-theme=light] .a-section{border-bottom-color:#0000001a}html[data-theme=light] .a-section h2,html[data-theme=light] .a-section h3{color:#0a0a0a}html[data-theme=light] .a-section p{color:#000000b8}html[data-theme=light] .a-section p strong{color:#0a0a0a}html[data-theme=light] .a-section ul li,html[data-theme=light] .a-section ol li{color:#000000b8}html[data-theme=light] .callout{background:#f0f9f5}html[data-theme=light] .callout p{color:#000000b8}html[data-theme=light] .callout p strong{color:#0a0a0a}html[data-theme=light] .callout-warn{background:#f0cf6514}html[data-theme=light] .honest-list li{border-bottom-color:#00000014;color:#000000b8}html[data-theme=light] .lf-sidebar-card{background:#fff;border-color:#0000001a}html[data-theme=light] .lf-cta-card{border-color:#02b5784d;background:#02b5780a}html[data-theme=light] .lf-sidebar-title{color:#00000094}html[data-theme=light] .lf-sidebar-cta-desc{color:#000000b8}html[data-theme=light] .lf-sidebar-cta-note{color:#00000080}html[data-theme=light] .lf-sidebar-stat-label{color:#00000094}html[data-theme=light] .lf-sidebar-links li{border-bottom-color:#00000014}html[data-theme=light] .lf-sidebar-links li a{color:#000000a6}html[data-theme=light] .bcta-del-title{color:#00000073}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#02B578;--green-dark:#019a66;--green-dim:rgba(2,181,120,.1);--green-mid:rgba(2,181,120,.2);--yellow:#F0CF65;--black:#000;--ink:#0a0a0a;--ink-2:#111;--ink-3:#1a1a1a;--ink-4:#242424;--ink-5:#2e2e2e;--white:#fff;--grey:#B0B0B0;--rule:rgba(255,255,255,.08);--on-light:#0a0a0a;--text-body:rgba(255,255,255,.55);--text-muted:rgba(255,255,255,.45);--text-dim:rgba(255,255,255,.5);--text-faint:rgba(255,255,255,.3);--font-h:"Quantico","Courier New",monospace;--font-b:"Rubik",system-ui,sans-serif}html[data-theme=light]{--ink:#f5f5f5;--ink-2:#eaedf0;--ink-3:#dde0e4;--ink-4:#d0d3d8;--ink-5:#c4c7cc;--white:#111;--grey:#333;--rule:rgba(0,0,0,.12);--text-body:#333;--text-muted:#444;--text-dim:#444;--text-faint:#555;--on-light:#111}html[data-theme=light] body{background:var(--ink);color:var(--white)}html[data-theme=light] .nav{background:#f5f5f5f7;border-bottom-color:var(--rule)}html[data-theme=light] .nav-logo-img{filter:invert(1) hue-rotate(180deg)}html[data-theme=light] .nav-pillars li>a{color:var(--grey)}html[data-theme=light] .nav-pillars li>a:hover,html[data-theme=light] .nav-pillars li>a[aria-current=page]{color:var(--white);background:#0000000a}html[data-theme=light] .nav-drop{background:var(--ink);border-color:var(--rule)}html[data-theme=light] .nav-drop a{color:var(--grey)}html[data-theme=light] .nav-mobile-btn{border-color:#0003;color:var(--white)}html[data-theme=light] .mobile-nav{background:var(--ink-2)}html[data-theme=light] .btn-outline{color:var(--grey);border-color:#0003}html[data-theme=light] .btn-outline:hover{border-color:var(--green);color:var(--green)}html[data-theme=light] .btn.btn-secondary{color:var(--grey);border-color:#0003}html[data-theme=light] .footer{background:var(--ink-2)}html[data-theme=light] .footer-logo{filter:invert(1) hue-rotate(180deg)}html[data-theme=light] .footer-map iframe{filter:grayscale(1) contrast(.9)!important;opacity:.8!important}html[data-theme=light] .breadcrumb-nav,html[data-theme=light] .breadcrumb-nav a{color:var(--text-muted)}html[data-theme=light] .breadcrumb-nav a:hover{color:var(--green)}html[data-theme=light] .section.alt,html[data-theme=light] .section-light{background:#eaedf0}html[data-theme=light] .hero-with-img,html[data-theme=light] .hero-img{color:#fff!important}html[data-theme=light] .hero-with-img *:not(.btn-primary):not(.btn-outline):not(.nav *),html[data-theme=light] .hero-img *:not(.btn-primary):not(.btn-outline):not(.nav *){color:inherit}html[data-theme=light] .hero-with-img .hero-eyebrow,html[data-theme=light] .hero-img .hero-eyebrow,html[data-theme=light] .hero-with-img .hero-title em,html[data-theme=light] .hero-img .hero-title em{color:var(--green)!important}html[data-theme=light] .hero-with-img .hero-body,html[data-theme=light] .hero-img .hero-body{color:#ffffff8c!important}html[data-theme=light] .hero-with-img .btn-outline{color:#fffc!important;border-color:#ffffff40!important}.contrast,.contrast h2,.contrast h3,.contrast .contrast-title{color:#000!important}.contrast p,.contrast .contrast-body{color:#000000d1!important}.urgency-band,.urgency-band .urgency-title{color:#000!important}.urgency-band .btn-primary,.bottom-cta .btn-primary,.cta .btn-primary,.cta-section .btn-primary,.cta-strip .btn-primary{background:#000!important;color:#fff!important;border-color:#000!important}.cta .btn-primary:hover,.cta-section .btn-primary:hover,.cta-strip .btn-primary:hover{background:#222!important;border-color:#222!important}.bottom-cta .bcta-title,.bottom-cta .bcta-title em{color:#000!important}.cta-strip{background:var(--green)}.cta-strip,.cta-strip *{color:#000!important}.article-card{position:relative}.article-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--green);transform:scaleY(0);transition:transform .25s ease;transform-origin:center}.article-card:hover:before{transform:scaleY(1)}.page-hero{overflow:hidden}html[data-theme=light] .related-section .section-label{color:#00000080!important}.service-link,.pillar-link,.insight-link,.article-read{text-decoration:underline;text-underline-offset:3px;text-decoration-color:#02b5784d}.service-link:hover,.pillar-link:hover,.insight-link:hover,.article-read:hover{text-decoration-color:var(--green)}.theme-toggle{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999;background:var(--ink-2);border:1px solid var(--rule);border-right:none;color:var(--white);cursor:pointer;padding:.5rem .65rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;gap:.35rem;transition:background .2s,border-color .2s,color .2s;line-height:1;border-radius:4px 0 0 4px;writing-mode:vertical-lr}.theme-toggle-icon{font-size:1rem}.theme-toggle-label{font-family:var(--font-h);font-size:.55rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.theme-toggle:hover{background:var(--ink-3);border-color:var(--green)}@keyframes toggle-pulse{0%{box-shadow:0 0 #02b57866}70%{box-shadow:0 0 0 8px #02b57800}to{box-shadow:0 0 #02b57800}}.theme-toggle[data-pulse]{animation:toggle-pulse 1.5s ease-out 2}html{scroll-behavior:smooth;scrollbar-gutter:stable}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{font-family:var(--font-b);background:var(--ink);color:var(--white);font-size:clamp(15px,1.6vw,17px);font-weight:300;line-height:1.75;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.skip-nav{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--green);color:var(--black);font-family:var(--font-h);font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.75rem 1.5rem;transition:top .2s;text-decoration:none}.skip-nav:focus{top:1rem}:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}:focus:not(:focus-visible){outline:none}.wrap{max-width:1320px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.breadcrumb-nav{border-bottom:1px solid var(--rule);padding:.65rem 0;font-size:.82rem;color:var(--text-faint)}.breadcrumb-nav a{color:var(--text-faint);transition:color .2s}.breadcrumb-nav a:hover{color:var(--green)}.breadcrumb-nav span{margin:0 .4rem;opacity:.3}.r{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.r.in{opacity:1;transform:none}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.yellow-dot{color:var(--yellow)!important}.arrow{transition:transform .2s;display:inline-block}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-h);font-size:.87rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.85rem;background:var(--green);color:var(--black);border:2px solid var(--green);cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-h);font-size:.87rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.85rem;background:transparent;color:var(--grey);border:2px solid var(--rule);cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none}.btn-outline:hover{border-color:var(--green);color:var(--green)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-h);font-size:.87rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.85rem;border:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none}.btn.btn-primary{background:var(--green);color:var(--black);border-color:var(--green)}.btn.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px)}.btn.btn-secondary{background:transparent;color:var(--grey);border-color:var(--rule)}.btn.btn-secondary:hover{border-color:var(--green);color:var(--green)}.btn-solid{background:var(--green);color:var(--black);border:2px solid var(--green);font-family:var(--font-h);font-size:.87rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.85rem;display:inline-block;transition:background .2s;text-decoration:none}.btn-solid:hover{background:var(--green-dark)}@media(max-width:480px){.btn-primary,.btn-outline,.btn,.btn-solid{padding:.75rem 1.2rem;font-size:.82rem}}.btn-text{background:none;border:none;font-family:var(--font-b);font-size:.88rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--grey);text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s;padding:0}.btn-text:hover{color:var(--green)}.btn-text:hover .arrow{transform:translate(4px)}.nav{position:fixed;top:0;left:0;right:0;z-index:200;border-bottom:1px solid var(--rule);background:#0a0a0af7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);height:80px}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 clamp(1.5rem,5vw,4rem);gap:1rem}.nav-logo{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.1rem;text-decoration:none;flex-shrink:0}.nav-logo-img{height:28px;width:auto}.nav-tagline{font-family:var(--font-h);font-size:.79rem;letter-spacing:.14em;text-transform:uppercase;color:var(--white);max-width:175px;line-height:1.25}.nav-pillars{display:flex;align-items:center;gap:0;list-style:none}@media(max-width:1050px){.nav-pillars{display:none}}.nav-pillars li{position:relative}.nav-pillars li>a{display:flex;align-items:center;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);text-decoration:none;padding:0 clamp(.5rem,.7vw,1.1rem);height:80px;border-right:1px solid var(--rule);transition:color .2s,background .2s}.nav-pillars li:first-child>a{border-left:1px solid var(--rule)}.nav-pillars li>a:hover,.nav-pillars li>a[aria-current=page]{color:var(--white);background:#ffffff05}.nav-pillars li>a[aria-current=page]{color:var(--green)}.nav-drop{display:none;position:absolute;top:80px;left:0;min-width:220px;background:var(--ink);border:1px solid var(--rule);border-top:2px solid var(--green);z-index:300;padding:.5rem 0}.nav-pillars li:hover .nav-drop,.nav-pillars li:focus-within .nav-drop{display:block}.nav-drop a{display:block;padding:.65rem 1.25rem;font-size:.79rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);text-decoration:none;border:none;height:auto;line-height:1.4;transition:color .15s,background .15s;white-space:nowrap}.nav-drop a:hover{color:var(--green);background:#02b5780f}.nav-right{display:flex;align-items:center;gap:0}.nav-tel{font-size:.85rem;color:var(--text-muted);text-decoration:none;letter-spacing:.04em;transition:color .2s;padding:0 1rem;white-space:nowrap}.nav-tel:hover{color:var(--green)}@media(max-width:1500px){.nav-tel{display:none}}.nav-util{font-family:var(--font-h);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);text-decoration:none;transition:color .2s;white-space:nowrap;display:flex;align-items:center;height:80px;padding:0 1.1rem}.nav-util:hover{color:var(--white)}@media(max-width:1300px){.nav-util{display:none}}.nav-util-item{position:relative;list-style:none}.nav-util-item:hover .nav-drop,.nav-util-item:focus-within .nav-drop{display:block}@media(max-width:1300px){.nav-util-item{display:none}}.nav-cta{font-family:var(--font-h);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.6rem 1.2rem;background:var(--green);color:var(--black);border:2px solid var(--green);transition:background .2s;white-space:nowrap;display:inline-block}.nav-cta:hover{background:var(--green-dark);border-color:var(--green-dark)}@media(max-width:1500px){.nav-cta{padding:.5rem .8rem;font-size:.82rem}}@media(max-width:480px){.nav-cta{display:none}}.nav-mobile-btn{display:none;background:none;border:1px solid var(--rule);color:var(--white);font-size:1.1rem;cursor:pointer;padding:.6rem .9rem;min-width:44px;min-height:44px}@media(max-width:1050px){.nav-mobile-btn{display:block}}.mobile-nav{display:none;position:fixed;inset:80px 0 0;background:var(--ink-2);z-index:199;overflow-y:auto}.mobile-nav.open{display:block}.mob-section{padding:1rem clamp(1.5rem,4vw,3.5rem) .4rem;font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint)}.mob-link{display:block;padding:.85rem clamp(1.5rem,4vw,3.5rem);font-size:.9rem;color:var(--grey);border-bottom:1px solid var(--rule);transition:color .2s}.mob-link:hover{color:var(--green)}.mob-sub{padding-left:calc(clamp(1.5rem,4vw,3.5rem) + 1rem);font-size:.82rem;color:var(--text-faint)}.mob-sub:hover{color:var(--green)}.mob-cta{display:block;margin:1.5rem clamp(1.5rem,4vw,3.5rem);padding:1rem;background:var(--green);font-family:var(--font-h);font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--black);text-align:center}.mob-phone{text-align:center;padding:1rem;font-size:.85rem;color:var(--text-faint)}.mob-phone a{color:var(--green)}.footer{background:var(--ink-2);border-top:1px solid var(--rule);padding:clamp(3rem,6vw,5rem) 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(1.5rem,3vw,3rem);margin-bottom:3rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:500px){.footer-grid{grid-template-columns:1fr}}.footer-logo{height:24px;width:auto;object-fit:contain;margin-bottom:1rem}.footer-tagline{font-size:.82rem;color:var(--text-faint);line-height:1.75;max-width:280px;margin-bottom:1.25rem}.footer-certs{display:flex;gap:.4rem;flex-wrap:wrap}.footer-cert{font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 7px;border:1px solid rgba(2,181,120,.25);color:#02b578bf}.footer-map{margin-top:1rem;overflow:hidden}.footer-col-title{font-family:var(--font-h);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--text-faint);margin-bottom:1rem}.footer-link{display:block;font-size:.9rem;color:var(--text-faint);padding:.22rem 0;transition:color .2s}.footer-link:hover{color:var(--green)}.footer-bottom{border-top:1px solid var(--rule);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-legal{font-size:.82rem;color:var(--text-faint)}.footer-contact{font-size:.85rem;color:var(--text-faint)}.footer-privacy-link{color:var(--text-faint);text-decoration:none;transition:color .2s}.footer-privacy-link:hover,.footer-contact a{color:var(--green)}main{padding-top:92px}.hero-img{position:relative;background-image:var(--hero-img);background-size:cover;background-position:center 30%;background-repeat:no-repeat}.hero-img:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0ad1,#0a0a0a8c 60%,#0a0a0a59);z-index:0}.hero-img .wrap,.hero-img>.wrap{position:relative;z-index:1}.section-img{position:relative;background-image:var(--section-img);background-size:cover;background-position:center;background-attachment:fixed}.section-img:before{content:"";position:absolute;inset:0;background:#0a0a0ab8;z-index:0}.section-img .wrap{position:relative;z-index:1}
