*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}:root{--navy: #0A2463;--blue: #1B4F72;--med: #2E86AB;--sky: #AED6F1;--ice: #EBF5FB;--mist: #F4F9FD;--green: #1A8B5E;--dark: #061530;--text: #2C3E50;--muted: #5D6D7E;--border: #D5E8F5}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);line-height:1.7;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-weight:700;color:var(--navy)}p,li,span,td,th,label,a,input,textarea,select{font-weight:400}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:14px 32px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;text-decoration:none;border:none;border-radius:6px;text-align:center}.btn-primary{background:var(--med);color:#fff}.btn-primary:hover{background:var(--blue)}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:#071b4e}.btn-outline{background:transparent;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:var(--navy)}.btn-outline-blue{background:transparent;border:2px solid var(--med);color:var(--med)}.btn-outline-blue:hover{background:var(--med);color:#fff}.header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--border)}.top-bar{background:var(--navy);color:#ffffffa6;padding:6px 0;font-size:.72rem;letter-spacing:.03em}.top-bar-content{display:flex;gap:1.75rem;align-items:center;justify-content:space-between;white-space:nowrap}.top-bar-tagline{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--sky)}.top-bar-right{display:flex;gap:1.75rem;align-items:center}.top-bar-item{display:flex;align-items:center;gap:5px}.top-bar-item a{color:#ffffffa6;transition:color .3s}.top-bar-item a:hover{color:var(--sky)}.top-bar-item svg{flex-shrink:0;opacity:.6}.nav{padding:0}.nav-content{display:flex;align-items:center;justify-content:space-between;height:72px}.logo-text{font-size:1.2rem;font-weight:800;color:var(--navy);letter-spacing:.04em}.logo-text span{color:var(--med);font-weight:400}.main-nav{display:flex;align-items:center;gap:.25rem}.nav-list{display:flex;align-items:center}.nav-link{padding:.5rem 1.05rem;font-size:.72rem;font-weight:600;color:var(--text);letter-spacing:.12em;text-transform:uppercase;transition:color .3s;white-space:nowrap;display:flex;align-items:center;gap:3px;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:1.05rem;right:1.05rem;height:2px;background:var(--med);transform:scaleX(0);transition:transform .3s}.nav-link:hover:after{transform:scaleX(1)}.nav-link:hover{color:var(--med)}.btn-nav-cta{background:var(--navy);color:#fff!important;padding:.5rem 1.5rem!important;font-size:.72rem!important;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-left:1rem;transition:background .3s;border-radius:6px;text-decoration:none}.btn-nav-cta:hover{background:#071b4e}.has-dropdown{position:relative}.has-dropdown .dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:260px;box-shadow:0 8px 40px #0a24631f;padding:.5rem 0;z-index:100;border-top:3px solid var(--med)}.has-dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:.65rem 1.5rem;font-size:.82rem;font-weight:400;color:var(--text);letter-spacing:.02em;transition:all .2s}.dropdown-menu a:hover{background:var(--ice);color:var(--med);padding-left:2rem}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.nav-toggle span{display:block;width:22px;height:1.5px;background:var(--text);transition:all .3s}.hero{background:var(--dark);color:#fff;padding:5rem 0;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a2463d9,#2e86ab73);z-index:1}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.hero-content{max-width:580px}.hero-badge{display:inline-block;background:#aed6f126;border:1px solid rgba(174,214,241,.35);color:var(--sky);padding:6px 16px;font-size:.78rem;font-weight:600;border-radius:4px;margin-bottom:1.5rem;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:2.75rem;font-weight:700;line-height:1.2;margin-bottom:1.25rem;color:#fff}.hero h1 em{color:var(--sky);font-style:normal}.hero-subtitle{font-size:1.05rem;line-height:1.8;color:#ffffffe0;margin-bottom:2rem;font-weight:400}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-image-wrap{width:100%;max-width:520px;margin-left:auto}.hero-image-wrap img{width:100%;border-radius:12px;box-shadow:0 20px 60px #00000059}.stats-bar{background:var(--navy);padding:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-value{font-size:2.25rem;font-weight:700;color:var(--sky);display:block}.stat-label{font-size:.82rem;color:#fff9;margin-top:4px;display:block;font-weight:400;text-transform:uppercase;letter-spacing:.06em}.section{padding:5rem 0}.section-light{background:#fff}.section-gray{background:var(--mist)}.section-dark{background:var(--dark);color:#fff}.section-blue{background:var(--navy);color:#fff}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h2{font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:.75rem}.section-heading p{color:var(--muted);max-width:620px;margin:0 auto;font-size:.95rem}.section-heading .section-label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--med);margin-bottom:.75rem;background:var(--ice);padding:4px 14px;border-radius:4px}.section-dark .section-heading h2,.section-blue .section-heading h2{color:#fff}.section-dark .section-heading p,.section-blue .section-heading p{color:#ffffffb3}.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.about-content h2{font-size:1.75rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.about-content h3{font-size:1.1rem;font-weight:600;color:var(--blue);margin:1.5rem 0 .5rem}.about-content p{color:var(--muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.about-sidebar{background:var(--mist);border-radius:8px;padding:2rem;border:1px solid var(--border)}.about-sidebar h3{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.about-sidebar li{padding:.5rem 0;border-bottom:1px solid var(--border)}.about-sidebar li:last-child{border-bottom:none}.about-sidebar a{font-size:.9rem;color:var(--muted);font-weight:400;transition:color .2s}.about-sidebar a:hover{color:var(--med)}.practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.practice-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s;display:block}.practice-card:hover{border-color:var(--med);box-shadow:0 8px 30px #2e86ab1f;transform:translateY(-3px)}.practice-card-icon{width:50px;height:50px;background:var(--ice);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--med)}.practice-card h3{font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.practice-card p{font-size:.875rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.practice-card-link{font-size:.85rem;color:var(--med);font-weight:600}.practice-card .card-metric{font-size:.78rem;color:var(--green);font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:4px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.news-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .3s;display:block;text-decoration:none;color:inherit}.news-card:hover{border-color:var(--med);box-shadow:0 8px 30px #2e86ab1f;transform:translateY(-3px)}.news-card-body{padding:1.5rem}.news-card-date{font-size:.75rem;color:var(--med);font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.06em}.news-card h3{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;line-height:1.45}.news-card p{font-size:.85rem;color:var(--muted);line-height:1.6}.news-card .card-tag{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.04em;padding:2px 10px;border-radius:3px;margin-bottom:.75rem}.tag-health{background:#e8f8f0;color:#1a8b5e}.tag-mental{background:#f3e8ff;color:#7c3aed}.tag-education{background:#fff7e0;color:#b45309}.tag-environment{background:#e0f2fe;color:#0369a1}.tag-policy{background:#fee2e2;color:#b91c1c}.research-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.research-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:2rem;transition:all .3s;display:block;text-decoration:none;color:inherit}.research-card:hover{border-color:var(--med);box-shadow:0 8px 30px #2e86ab1f;transform:translateY(-3px)}.research-card-icon{width:50px;height:50px;background:var(--ice);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--med)}.research-card h3{font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.research-card p{font-size:.9rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.research-card-link{font-size:.85rem;color:var(--med);font-weight:600}.research-card .card-metric{font-size:.78rem;color:var(--green);font-weight:600;display:block;margin-bottom:.75rem}.methodology-bar{background:#fff;border:1px solid var(--border);border-radius:8px;padding:2rem 2.5rem;margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.methodology-item{text-align:center}.methodology-item .meth-icon{width:40px;height:40px;background:var(--ice);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:var(--med)}.methodology-item h4{font-size:.85rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.methodology-item p{font-size:.78rem;color:var(--muted);line-height:1.5}.trust-strip{background:var(--mist);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem 0}.trust-strip-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);font-weight:500}.trust-item svg{color:var(--green)}.faq-section{padding:5rem 0;background:var(--mist)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-q{padding:1.25rem 1.5rem;font-weight:600;color:var(--navy);font-size:.95rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-q:after{content:"+";font-size:1.25rem;color:var(--med);font-weight:400}.faq-a{padding:0 1.5rem 1.25rem;color:var(--muted);font-size:.9rem;line-height:1.7}.cta-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 50%,var(--med) 100%);padding:4.5rem 0;text-align:center;color:#fff}.cta-banner h2{font-size:2rem;font-weight:700;margin-bottom:.75rem;color:#fff}.cta-banner p{font-size:1rem;color:#fffc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-banner .btn-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{background:linear-gradient(135deg,var(--dark) 0%,var(--navy) 50%,var(--blue) 100%);color:#fff;padding:4rem 0 3rem;text-align:center}.page-hero h1{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.page-hero p{color:#fffc;font-size:1rem;max-width:600px;margin:0 auto}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;justify-content:center;margin-bottom:1.5rem;font-size:.8rem}.breadcrumbs a{color:#fff9}.breadcrumbs a:hover{color:var(--sky)}.breadcrumbs span{color:#fff6}.breadcrumbs .current{color:var(--sky)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-form-wrap{background:#fff;border:1px solid var(--border);border-radius:8px;padding:2rem}.contact-form-wrap h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.contact-form-wrap .form-sub{font-size:.9rem;color:var(--muted);margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;font-weight:500;color:var(--text);margin-bottom:4px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:.9rem;font-family:inherit;font-weight:400;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--med)}.form-group textarea{resize:vertical;min-height:80px}.form-submit{width:100%;padding:12px;background:var(--navy);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.form-submit:hover{background:#071b4e}.why-section{padding:5rem 0;background:var(--mist)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.why-content h2{font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:1rem;line-height:1.3}.why-content p{color:var(--muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.why-list{list-style:none;padding:0}.why-list li{padding:.75rem 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--muted)}.why-list li svg{flex-shrink:0;margin-top:3px;color:var(--green)}.why-image{background:linear-gradient(135deg,var(--navy),var(--blue));border-radius:8px;padding:3rem;color:#fff;text-align:center}.why-image blockquote{font-size:1.1rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.why-image cite{font-size:.9rem;color:var(--sky);font-style:normal;font-weight:500}.legal-content h2{font-size:1.25rem;font-weight:700;color:var(--navy);margin:2rem 0 .75rem}.legal-content h3{font-size:1.05rem;font-weight:600;color:var(--text);margin:1.5rem 0 .5rem}.legal-content p{color:var(--muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.legal-content ul{margin:.5rem 0 1rem 1.25rem;list-style:disc}.legal-content li{color:var(--muted);margin-bottom:.4rem;font-size:.95rem;line-height:1.7}.legal-content a{color:var(--med)}.footer{background:var(--dark);color:#ccc;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-brand p{font-size:.85rem;line-height:1.8;color:#7b8fa3;margin-top:1rem}.footer-logo-text{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:.06em}.footer-logo-text span{color:var(--sky);font-weight:400}.footer h4{color:var(--sky);font-size:.78rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:1px;text-transform:uppercase}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.85rem;color:#7b8fa3;font-weight:400;transition:color .3s}.footer-links a:hover{color:var(--sky)}.footer-social{display:flex;gap:.6rem;margin-top:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff14;color:#fff;border-radius:6px;transition:background .3s}.footer-social a:hover{background:var(--med)}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-copy{font-size:.8rem;color:#567}.footer-copy a{color:#7b8fa3;transition:color .3s}.footer-copy a:hover{color:var(--sky)}.search-toggle{background:none;border:none;cursor:pointer;color:var(--muted);padding:6px;display:flex;align-items:center;justify-content:center;transition:color .2s}.search-toggle:hover{color:var(--med)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#06153099;z-index:2000;display:flex;justify-content:center;padding-top:100px}.search-panel{background:#fff;border-radius:8px;width:90%;max-width:640px;height:fit-content;max-height:70vh;overflow:hidden;box-shadow:0 20px 60px #0a246340;display:flex;flex-direction:column}.search-input-wrap{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid var(--border)}.search-input-wrap svg{flex-shrink:0}.search-input-wrap input{flex:1;border:none;outline:none;font-size:1rem;font-family:inherit;font-weight:400;color:var(--text);background:transparent}.search-input-wrap input::placeholder{color:#aaa}.search-close{background:none;border:none;cursor:pointer;color:#999;padding:4px;display:flex;align-items:center;transition:color .2s}.search-close:hover{color:var(--text)}.search-results{overflow-y:auto;max-height:50vh}.search-results li{border-bottom:1px solid var(--border)}.search-results li:last-child{border-bottom:none}.search-results a{display:block;padding:14px 20px;transition:background .15s}.search-results a:hover{background:var(--ice)}.search-result-title{display:block;font-size:.95rem;font-weight:600;color:var(--navy);margin-bottom:2px}.search-result-desc{display:block;font-size:.82rem;color:var(--muted);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-empty{padding:2rem 20px;text-align:center;color:#999;font-size:.9rem}.process-section{padding:5rem 0;background:#fff}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.process-step{text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);border-radius:8px;transition:all .3s}.process-step:hover{border-color:var(--med);box-shadow:0 4px 20px #2e86ab1f}.process-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:var(--navy);color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.process-step h3{font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.process-step p{font-size:.9rem;color:var(--muted);line-height:1.6}@media (max-width: 1024px){.hero h1{font-size:2.25rem}.hero-grid{grid-template-columns:1fr}.hero-content{max-width:100%}.hero-image-wrap{max-width:100%;margin:0 auto}.practice-grid,.news-grid,.stats-grid,.methodology-bar{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.why-grid,.about-grid,.contact-grid,.research-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.page-hero h1,.section-heading h2,.cta-banner h2{font-size:1.75rem}}@media (max-width: 768px){.nav-toggle{display:flex}.main-nav{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;flex-direction:column;align-items:stretch;padding:5rem 1.5rem 2rem;box-shadow:0 8px 40px #0a246326;transition:right .3s ease;z-index:1000;overflow-y:auto}.main-nav.open{right:0}.nav-list{flex-direction:column;align-items:stretch}.nav-link{padding:.85rem 0;border-bottom:1px solid var(--border)}.nav-link:after{display:none}.has-dropdown .dropdown-menu{position:static;box-shadow:none;display:none;padding-left:1rem;border-top:none}.has-dropdown .dropdown-menu.open{display:block}.btn-nav-cta{margin:0;text-align:center;display:block;width:100%}.search-toggle{padding:8px}.top-bar-content{justify-content:center;flex-wrap:wrap;gap:12px;font-size:.7rem}.hero{padding:3rem 0}.hero h1{font-size:1.75rem}.hero-subtitle{font-size:.9rem;line-height:1.6}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%;text-align:center}.btn{padding:12px 24px;font-size:.9rem}.practice-grid,.news-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.footer-grid,.methodology-bar{grid-template-columns:1fr}.page-hero{padding:3rem 0 2rem}.page-hero h1{font-size:1.5rem}.section{padding:3rem 0}.section-heading h2{font-size:1.5rem}.cta-banner{padding:3rem 0}.cta-banner h2,.about-content h2{font-size:1.5rem}.stat-value{font-size:1.75rem}.footer{padding:3rem 0 1.5rem}.contact-form-wrap{padding:1.5rem}.trust-strip-grid{gap:1.5rem}}@media (max-width: 480px){.container{padding:0 1rem}.top-bar{display:none}.hero{padding:2rem 0}.hero h1{font-size:1.5rem}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.72rem}.page-hero h1{font-size:1.25rem}.section,.faq-section,.why-section,.process-section{padding:2.5rem 0}.section-heading h2{font-size:1.35rem}.about-grid{gap:2rem}.about-content h2{font-size:1.35rem}.footer-bottom{flex-direction:column;text-align:center}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}}
