*{margin:0;padding:0;box-sizing:border-box}:root{--gold:#f0ae07;--amber:#d38437;--navy:#1a2234;--navy-light:#232d42;--bg:#fff;--bg-light:#fafaf8;--border:#e8e6e0;--text-primary:#1a1a1a;--text-secondary:#555;--font-display:"Georgia",serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:0 2.5rem;height:70px;justify-content:space-between}.nav-logo,nav{display:flex;align-items:center}.nav-logo{gap:.5rem}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:color .2s}.nav-links a.active,.nav-links a:hover{color:var(--amber)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--text-primary)}.page-wrapper{padding-top:70px}.hero{height:520px;padding:3rem 4rem}.hero,.hero-sm{position:relative;display:flex;align-items:flex-end;overflow:hidden}.hero-sm{height:280px;padding:2rem 4rem}.hero-bg{object-fit:cover;width:100%;height:100%}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.25) 0,rgba(0,0,0,.65))}.hero-content{position:relative;z-index:2;max-width:720px}.hero-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;color:var(--gold);text-transform:uppercase;margin-bottom:.75rem}.hero h1{font-size:2.75rem;line-height:1.1;margin-bottom:1rem}.hero h1,.hero-sm h1{font-weight:700;color:#fff;font-family:var(--font-display)}.hero-sm h1{font-size:2.25rem;line-height:1.15}.hero p{font-size:1rem;color:hsla(0,0%,100%,.9);line-height:1.7;max-width:620px}.hero .hero-eyebrow{color:var(--gold)}.section{padding:5rem 4rem}.section-sm{padding:3.5rem 4rem}.section-light{background:var(--bg)}.section-alt{background:var(--bg-light)}.section-dark{background:var(--navy);color:#fff}.section-gold{background:var(--gold)}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.6rem}.eyebrow,.section-dark .eyebrow{color:var(--gold)}.section h2{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1rem;font-family:var(--font-display)}.section-dark h2{color:#fff}.section-body,.section>p{font-size:.95rem;color:var(--text-secondary);line-height:1.7;max-width:760px}.section-dark .section-body{color:hsla(0,0%,100%,.75)}.what-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border);margin-top:2.5rem}.what-card{background:var(--bg);padding:2rem}.what-icon{width:42px;height:42px;background:#fef3d0;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;font-size:1.1rem}.what-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.what-card p{font-size:.88rem;color:var(--text-secondary);line-height:1.6}.tech-grid{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;max-width:600px}.tech-item{gap:1rem;padding:1.1rem 1.4rem;border:1px solid hsla(0,0%,100%,.12)}.tech-icon,.tech-item{display:flex;align-items:center;border-radius:8px}.tech-icon{width:38px;height:38px;background:rgba(240,174,7,.15);justify-content:center;font-size:1rem;flex-shrink:0}.tech-item span{font-size:.92rem;color:hsla(0,0%,100%,.88);font-weight:500}.resource-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}.resource-card{padding:2.5rem;border-radius:10px;display:flex;flex-direction:column;gap:.75rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.resource-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.12)}.resource-gold{background:var(--gold);color:var(--navy)}.resource-dark{background:var(--navy);color:#fff}.resource-header{display:flex;justify-content:space-between;align-items:flex-start}.resource-card h3{font-size:1.3rem;font-weight:700}.resource-card p{font-size:.88rem;opacity:.8;line-height:1.6}.resource-arrow{font-size:1.1rem}.team-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem;margin-top:1.75rem}.team-item{gap:.75rem;padding:.9rem 1.1rem;border:1px solid var(--border);border-radius:8px}.team-icon,.team-item{display:flex;align-items:center}.team-icon{width:34px;height:34px;background:#fef3d0;border-radius:7px;justify-content:center;font-size:.95rem;flex-shrink:0}.team-item span{font-size:.88rem;font-weight:500}.check-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem;margin-top:1.75rem}.check-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.check-icon{color:var(--amber);flex-shrink:0}.check-item span{font-size:.88rem;color:var(--text-primary)}.who-support{position:relative;min-height:320px;display:flex;align-items:center;padding:3.5rem 4rem;overflow:hidden}.who-overlay{position:absolute;inset:0;background:rgba(26,34,52,.72)}.who-content{position:relative;z-index:2;max-width:580px}.who-content h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem;font-family:var(--font-display)}.who-content p{font-size:.95rem;color:hsla(0,0%,100%,.82);line-height:1.7}.commitment-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2.5rem}.commitment-card{padding:2rem;border:1px solid var(--border);border-radius:10px;background:var(--bg)}.commitment-num{font-size:2rem;font-weight:700;color:var(--amber);margin-bottom:.4rem;font-family:var(--font-display)}.commitment-card h3{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.commitment-card p{font-size:.85rem;color:var(--text-secondary)}.commitment-tagline{margin-top:2rem;font-size:1rem;font-weight:600;color:var(--amber)}.services-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:3rem}.service-card{padding:1.75rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);transition:border-color .2s,box-shadow .2s}.service-card:hover{border-color:var(--gold);box-shadow:0 4px 16px rgba(240,174,7,.1)}.service-icon{width:42px;height:42px;background:#fef3d0;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.1rem}.service-card h3{font-size:1rem;font-weight:600;margin-bottom:.35rem}.service-card .tagline{font-size:.85rem;color:var(--text-secondary);margin-bottom:.85rem}.service-card ul{padding-left:1rem;display:flex;flex-direction:column;gap:.35rem}.service-card ul li{font-size:.8rem;color:var(--text-secondary);line-height:1.5}.cta-banner{background:var(--gold);padding:3.5rem 4rem;border-radius:14px;margin:0 4rem 5rem}.cta-banner h2{font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;font-family:var(--font-display)}.cta-banner p{color:rgba(26,34,52,.72);margin-bottom:1.75rem;font-size:.95rem}.positions-list{display:flex;flex-direction:column;margin-top:1.75rem}.position-item{gap:1rem;padding:1.1rem 0}.position-icon{width:38px;height:38px;background:#fef3d0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0}.position-info h3{font-size:.92rem;margin-bottom:.15rem}.position-info p{font-size:.82rem}.forms-wrap{display:flex;flex-direction:column;gap:4rem;max-width:820px}.form-block h2{font-size:1.5rem;font-weight:700;margin-bottom:.4rem;gap:.75rem}.form-block h2,.form-icon{display:flex;align-items:center}.form-icon{width:38px;height:38px;background:#fef3d0;border-radius:9px;justify-content:center;font-size:1rem}.form-block>p{color:var(--text-secondary);font-size:.92rem;margin-bottom:1.75rem;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-group label{font-size:.83rem;font-weight:600}.form-group label span{color:var(--amber)}.form-group input,.form-group textarea{padding:.72rem .9rem;border:1px solid var(--border);border-radius:6px;font-size:.88rem;font-family:var(--font-body);color:var(--text-primary);outline:none;transition:border-color .2s;background:var(--bg)}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{min-height:120px;resize:vertical}.form-success{background:#f0fdf4;border:1px solid #86efac;border-radius:7px;color:#166534}.form-error,.form-success{padding:.9rem 1.1rem;font-size:.88rem;margin-top:1rem}.form-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:7px;color:#991b1b}.btn-dark{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy);color:#fff;padding:.8rem 1.6rem;border-radius:7px;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .2s;border:none;cursor:pointer}.btn-dark:hover{background:var(--navy-light)}.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--navy);padding:.8rem 1.6rem;border-radius:7px;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s;border:none;cursor:pointer}.btn-gold:hover{background:#e8a506}footer{background:var(--navy);color:hsla(0,0%,100%,.7);padding:4rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}.footer-desc{font-size:.88rem;color:hsla(0,0%,100%,.55);line-height:1.7;margin-top:1rem;max-width:300px}.footer-col h4{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.35);margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-col ul li a{font-size:.88rem;color:hsla(0,0%,100%,.6);transition:color .2s}.footer-col ul li a:hover{color:var(--gold)}.footer-contact{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:hsla(0,0%,100%,.6);margin-bottom:.7rem}.footer-contact-icon{color:var(--gold)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.8rem;color:hsla(0,0%,100%,.35)}@media (max-width:768px){nav{padding:0 1.25rem}.nav-links{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem;border-bottom:1px solid var(--border);gap:1.25rem}.mobile-menu-btn,.nav-links.open{display:flex}.hero{height:auto;min-height:420px;padding:2rem 1.5rem}.hero h1{font-size:2rem}.hero-sm{height:auto;min-height:220px;padding:2rem 1.5rem}.section{padding:3rem 1.5rem}.section-sm{padding:2.5rem 1.5rem}.check-grid,.commitment-grid,.footer-top,.form-row,.resource-grid,.services-grid,.team-grid,.what-grid{grid-template-columns:1fr}.footer-top{gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.cta-banner{margin:0 1.5rem 3rem}.cta-banner,.who-support{padding:2.5rem 1.5rem}}.hero-sm-title{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.15;font-family:var(--font-display);margin-top:.5rem}.position-item{display:flex;align-items:center;gap:1.25rem;padding:1.1rem 1rem;border-bottom:1px solid var(--border)}.position-info{display:flex;align-items:baseline;gap:2rem;flex:1 1}.position-info h3{font-size:.95rem;font-weight:600;min-width:160px}.position-info p{font-size:.88rem;color:var(--text-secondary)}