@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Georgia&display=swap");:root{--primary:#1b3a6b;--primary-light:#2a5298;--primary-dark:#122850;--accent:#c4501a;--accent-light:#e07040;--accent-dark:#a03a10;--white:#fff;--bg:#f8f9fa;--bg-dark:#f0f2f5;--text:#2c2c2c;--text-light:#666;--text-muted:#888;--border:#dde3ec;--border-light:#eef1f5;--shadow-sm:0 1px 3px rgba(27,58,107,.08);--shadow:0 2px 8px rgba(27,58,107,.12);--shadow-lg:0 4px 20px rgba(27,58,107,.16);--radius:6px;--radius-lg:10px;--font-body:"Open Sans",Arial,sans-serif;--font-heading:"Open Sans",Georgia,serif;--max-width:1140px;--header-height:72px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent);text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.3;color:var(--primary)}h1{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.25rem}h2{font-size:clamp(1.4rem,2.5vw,2rem);margin-top:2.5rem;margin-bottom:1rem}h3{font-size:clamp(1.1rem,2vw,1.4rem);margin-top:1.75rem;margin-bottom:.75rem}h4{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}ol,p,ul{margin-bottom:1rem}ol,ul{padding-left:1.5rem}li{margin-bottom:.4rem}strong{font-weight:700}em{font-style:italic}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;padding:2.5rem 0 4rem}.site-header{background:var(--white);border-bottom:3px solid var(--primary);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem;height:var(--header-height);justify-content:space-between;gap:1rem}.header-inner,.site-logo{display:flex;align-items:center}.site-logo{flex-shrink:0}.site-logo,.site-logo:hover{text-decoration:none}.site-logo img{height:52px;width:auto}.site-nav{display:flex;align-items:center;gap:.25rem;list-style:none}.site-nav li{margin-bottom:0;position:relative}.site-nav a{display:block;padding:.5rem .75rem;font-size:.9rem;font-weight:600;color:var(--text);border-radius:var(--radius);transition:background .2s,color .2s;white-space:nowrap}.site-nav a.active,.site-nav a:hover{background:var(--primary);color:var(--white);text-decoration:none}.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:.3rem;cursor:pointer}.dropdown-toggle:after{content:"▾";font-size:.75rem}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);min-width:260px;z-index:200;padding:.4rem 0;margin-top:4px}.dropdown:focus-within .dropdown-menu,.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:.55rem 1rem;font-size:.875rem;border-radius:0;white-space:normal}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--primary)}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--primary);margin:5px 0;transition:.3s}.site-footer{background:var(--primary-dark);color:hsla(0,0%,100%,.85);padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:2.5rem}.footer-brand .footer-logo{filter:brightness(0) invert(1);height:48px;width:auto;margin-bottom:1rem}.footer-brand p{font-size:.875rem;line-height:1.6;color:hsla(0,0%,100%,.75)}.footer-col h4{color:var(--white);font-size:.95rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent);margin-top:0}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.5rem}.footer-col a{color:hsla(0,0%,100%,.75);font-size:.875rem;transition:color .2s}.footer-col a:hover{color:var(--accent-light);text-decoration:none}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.15);padding-top:1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-bottom p{font-size:.8rem;color:hsla(0,0%,100%,.55);margin:0}.page-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 60%,var(--primary-light) 100%);color:var(--white);padding:3.5rem 0;text-align:center}.page-hero h1{color:var(--white);margin-bottom:.75rem}.page-hero p{font-size:1.1rem;color:hsla(0,0%,100%,.85);max-width:680px;margin:0 auto}.hero-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.8rem;font-weight:700;padding:.3rem .85rem;border-radius:50px;margin-bottom:1rem;letter-spacing:.5px;text-transform:uppercase}.home-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);color:var(--white);padding:5rem 0;text-align:center;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.home-hero .container{position:relative;z-index:1}.home-hero h1{color:var(--white);font-size:clamp(2rem,4vw,3.25rem);margin-bottom:1.25rem}.home-hero p{font-size:clamp(1rem,1.5vw,1.2rem);color:hsla(0,0%,100%,.88);max-width:700px;margin:0 auto 2rem}.btn{display:inline-block;padding:.7rem 1.75rem;font-size:.95rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .2s;text-decoration:none;border:2px solid transparent;line-height:1.4}.btn-primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:var(--white);text-decoration:none}.btn-outline{background:transparent;color:var(--white);border-color:var(--white)}.btn-outline:hover{background:var(--white);color:var(--primary);text-decoration:none}.btn-secondary{background:var(--primary);color:var(--white);border-color:var(--primary)}.btn-secondary:hover{background:var(--primary-dark);text-decoration:none;color:var(--white)}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-body{padding:1.5rem}.card-title{font-size:1.1rem;font-weight:700;color:var(--primary);margin-bottom:.5rem;margin-top:0}.card-text{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.programs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.program-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.75rem;border-top:4px solid var(--primary);transition:all .2s}.program-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-top-color:var(--accent)}.program-card-icon{font-size:2.25rem;margin-bottom:1rem}.program-card h3{font-size:1.1rem;margin-top:0;margin-bottom:.5rem;color:var(--primary)}.program-card p{font-size:.9rem;color:var(--text-light);margin-bottom:1.25rem}.section{padding:4rem 0}.section-alt{background:var(--white)}.section-dark{background:var(--primary)}.section-dark,.section-dark h2{color:var(--white)}.section-title{text-align:center;margin-bottom:.75rem}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.05rem;max-width:640px;margin:0 auto 2.5rem}.section-label{display:block;text-align:center;color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem}.mission-section{background:var(--white);padding:4rem 0}.mission-content{max-width:800px;margin:0 auto;text-align:center}.mission-content p{font-size:1.05rem;line-height:1.8;color:var(--text)}.provides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin:2rem 0}.provide-item{background:var(--bg);border-radius:var(--radius);padding:1.25rem;text-align:center;border-left:3px solid var(--accent);font-size:.9rem;font-weight:600;color:var(--primary)}.article-layout{max-width:860px;margin:0 auto}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.875rem;color:var(--text-muted);flex-wrap:wrap}.article-meta-item{display:flex;align-items:center;gap:.35rem}.article-body{font-size:1rem;line-height:1.8}.article-body h2{border-bottom:2px solid var(--border);padding-bottom:.5rem}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem;overflow-x:auto;display:block}.article-body th{background:var(--primary);color:var(--white);padding:.6rem .75rem;text-align:left;font-weight:600}.article-body td{padding:.55rem .75rem;border-bottom:1px solid var(--border)}.article-body tr:nth-child(2n) td{background:var(--bg)}.article-body tr:hover td{background:var(--bg-dark)}.article-body ol,.article-body ul{padding-left:1.75rem}.article-body strong{color:var(--primary-dark)}.article-body blockquote{border-left:4px solid var(--accent);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--bg);border-radius:0 var(--radius) var(--radius) 0;color:var(--text-light);font-style:italic}.toc-box{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:2.5rem}.toc-title{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:1rem;margin-top:0;display:flex;align-items:center;gap:.5rem}.toc-title:before{content:"📋"}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:.35rem}.toc-list a{font-size:.9rem;color:var(--text-light);display:block;padding:.2rem .5rem;border-radius:var(--radius);transition:all .2s}.toc-list a:hover{background:var(--white);color:var(--primary);text-decoration:none}.toc-list-h2{padding-left:0}.toc-list-h3{padding-left:1.25rem}.faq-section{background:var(--bg);border-radius:var(--radius-lg);padding:2rem;margin-top:3rem}.faq-title{font-size:1.5rem;margin-bottom:1.5rem;margin-top:0;display:flex;align-items:center;gap:.5rem}.faq-item{border-bottom:1px solid var(--border);margin-bottom:0}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:none;border:none;text-align:left;padding:1rem 2rem 1rem 0;font-size:1rem;font-weight:700;color:var(--primary);cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:color .2s;font-family:var(--font-body)}.faq-question:hover{color:var(--accent)}.faq-question .faq-icon{flex-shrink:0;font-size:1.1rem;transition:transform .3s;margin-top:2px}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 0 1.25rem;font-size:.95rem;color:var(--text);line-height:1.75}.faq-answer p:last-child{margin-bottom:0}.form-section{background:var(--bg);border-radius:var(--radius-lg);padding:2rem;margin:2rem 0}.form-section h3{margin-top:0;margin-bottom:1.5rem;color:var(--primary)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;font-size:.9rem;color:var(--text);margin-bottom:.4rem}.form-group label .required{color:var(--accent);margin-left:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-control{width:100%;padding:.65rem .875rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:var(--font-body);color:var(--text);background:var(--white);transition:border-color .2s,box-shadow .2s}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(27,58,107,.12)}.form-submit{margin-top:1.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a{color:var(--text-light)}.breadcrumb a:hover{color:var(--primary)}.breadcrumb-sep{color:var(--border)}.info-box{background:rgba(27,58,107,.06);border:1px solid rgba(27,58,107,.15);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0}.highlight-box{background:rgba(196,80,26,.06);border-left:4px solid var(--accent);padding:1rem 1.25rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0}.features-list{list-style:none;padding:0;margin:1rem 0}.features-list li{padding:.5rem 0 .5rem 2rem;position:relative;border-bottom:1px solid var(--border-light);font-size:.95rem}.features-list li:last-child{border-bottom:none}.features-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:1rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.stat-item{text-align:center;padding:1.5rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.stat-number{font-size:2.25rem;font-weight:700;color:var(--primary);display:block}.stat-label{font-size:.85rem;color:var(--text-light);display:block;margin-top:.25rem}.partners-section{background:var(--white);padding:3.5rem 0;text-align:center}.partners-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.partner-badge{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--primary);min-width:180px;text-align:center}.not-found{text-align:center;padding:5rem 0}.not-found h1{font-size:7rem;color:var(--primary);margin-bottom:0;line-height:1;opacity:.15}.not-found h2{color:var(--primary);margin-top:-1rem;margin-bottom:1rem}.post-header{margin-bottom:2rem}.post-meta{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.post-category{display:inline-block;background:var(--accent);color:var(--white);font-size:.75rem;font-weight:700;padding:.25rem .6rem;border-radius:50px;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.cta-section{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:var(--white);text-align:center;padding:4rem 0}.cta-section h2{color:var(--white);font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:1rem;margin-top:0}.cta-section p{color:hsla(0,0%,100%,.85);font-size:1.05rem;max-width:560px;margin:0 auto 2rem}.ticket-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem;border-top:4px solid var(--accent);text-align:center}.ticket-price{font-size:2.5rem;font-weight:700;color:var(--primary);display:block}.ticket-type{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){:root{--header-height:64px}.site-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--white);flex-direction:column;align-items:stretch;gap:0;padding:1rem;overflow-y:auto;border-top:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:99}.site-nav.open{display:flex}.site-nav a{padding:.75rem 1rem;font-size:1rem;border-radius:var(--radius)}.dropdown-menu{position:static;display:block!important;box-shadow:none;border:none;padding:0;margin:0;background:var(--bg);border-radius:var(--radius)}.dropdown-menu a{padding:.6rem 1.5rem}.mobile-menu-btn{display:flex;flex-direction:column}.footer-grid{gap:1.75rem}.footer-grid,.form-row,.programs-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.stats-row{grid-template-columns:1fr 1fr;gap:1rem}.stat-number{font-size:1.75rem}.btn{display:block;text-align:center;width:100%}.home-hero{padding:3.5rem 0}}.text-center{text-align:center}.text-accent{color:var(--accent)}.text-primary{color:var(--primary)}.text-muted{color:var(--text-muted)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.font-bold{font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--primary);color:var(--white);padding:.5rem 1rem;border-radius:0 0 var(--radius) var(--radius);z-index:999;font-size:.9rem}.skip-link:focus{top:0}@media print{.mobile-menu-btn,.site-footer,.site-header{display:none}}