*{box-sizing:border-box;margin:0;padding:0}:root{--green-900:#0f2e1d;--green-800:#1a3d2a;--green-700:#1f4d33;--green-600:#2d6b47;--green-500:#3d8b5e;--green-400:#52a872;--green-300:#80c498;--green-100:#e4f0e9;--red-900:#6e111c;--red-800:#931523;--red-700:#b81c2e;--red-600:#d42b3e;--red-400:#e85565;--red-100:#fbe4e7;--dark:#1a1a1a;--gray-600:#525252;--gray-400:#8c8c8c;--gray-200:#d4d2ce;--gray-100:#f0efed;--gray-50:#f7f6f4;--white:#fff;--primary:var(--green-600);--primary-hover:var(--green-700);--accent:var(--red-700);--accent-hover:var(--red-800);--heading:var(--green-800);--bg-dark:var(--green-900);--bg-light:var(--gray-100);--bg-page:var(--gray-50);--text-h1:2.25rem;--text-h2:1.5rem;--text-h3:1.1rem;--text-body:1.05rem;--text-subtitle:0.95rem;--text-sm:0.85rem;--text-xs:0.78rem}body{display:flex;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--dark);background:var(--bg-page)}#main-content{flex:1 1}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{color:var(--heading)}img{max-width:100%;height:auto}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.skip-link{position:absolute;top:0;left:50%;z-index:999;padding:.5rem 1rem;background:var(--accent);color:var(--white);font-weight:600;font-size:.9rem;border-radius:0 0 4px 4px;transform:translate(-50%,-100%);transition:transform .15s;outline:none}.skip-link:focus{transform:translate(-50%)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav{justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.nav,.nav-brand{display:flex;align-items:center}.nav-brand{gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--heading)}.nav-brand img{height:48px;width:48px;border-radius:50%;object-fit:cover}.nav-links{display:flex;gap:1.5rem;list-style:none;align-items:center}.nav-links a{font-weight:500}.nav-links a:hover{color:var(--primary)}.nav-links .btn:hover{color:var(--white)}.nav-dropdown{position:relative}.nav-dropdown>a{cursor:pointer;display:flex;align-items:center;gap:.25rem}.nav-dropdown>a:after{content:"\f107";font-family:Font Awesome\ 6 Free;font-weight:900;font-size:.7rem}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--white);border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.12);padding:.5rem 0;min-width:180px;z-index:200}.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;white-space:nowrap}.nav-dropdown-menu a:hover{background:var(--green-100);color:var(--heading)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;font-size:1rem;font-family:inherit;cursor:pointer;border:none;transition:background .2s}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--primary);color:var(--white)}.btn-secondary:hover{background:var(--primary-hover)}.btn-lg{font-size:1.1rem;padding:1rem 2rem}.btn-sm{font-size:.9rem;padding:.5rem 1rem}.hero-full{position:relative;height:80vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-full img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-full:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.6));z-index:0}.text-overlay{position:relative;z-index:1;text-align:center;color:var(--white);max-width:800px;padding:2rem}.text-overlay h1{font-size:3.5rem;margin-bottom:1rem;color:var(--white);text-shadow:0 2px 20px #000}.text-overlay p{font-size:1.25rem;margin-bottom:2rem;opacity:.95;text-shadow:0 2px 14px #000}.quick-links{display:flex;justify-content:center;gap:2rem;padding:3rem 1.5rem;background:var(--bg-light)}.icon-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2rem;background:var(--white);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s}.icon-card:hover{transform:translateY(-4px)}.icon-card span{font-weight:600}.icon--primary{color:var(--primary)}.icon--accent{color:var(--accent)}.icon--dark{color:var(--dark)}.icon--gray{color:var(--gray-600)}.icon--white{color:var(--white)}.icon--sm{font-size:.8rem}.icon--md{font-size:1.25rem}.icon--lg{font-size:2rem}.content-section{max-width:800px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.content-section h2{font-size:2rem;margin-bottom:1rem}.content-section p{color:var(--gray-600);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.stats{display:flex;justify-content:center;gap:4rem;padding:3rem 1.5rem;background:var(--bg-dark);color:var(--white);list-style:none}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700}.stat-label{opacity:.9;margin-top:.25rem}.photo-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4px;gap:4px;background:var(--bg-light)}.photo-strip img{width:100%;height:250px;object-fit:cover}.upcoming-trainings{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.upcoming-trainings h2{text-align:center;font-size:2rem;margin-bottom:.5rem}.upcoming-trainings-subtitle{text-align:center;color:var(--gray-600);margin-bottom:2.5rem}.upcoming-trainings-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.calendar-card{display:flex;flex-direction:column;background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}.calendar-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.calendar-card-header{background:var(--accent);color:var(--white);padding:1.25rem;text-align:center}.calendar-card-date-month{font-size:.8rem;text-transform:uppercase;letter-spacing:.05rem}.calendar-card-date-day{font-size:2.25rem;font-weight:700;line-height:1;margin-top:.25rem}.calendar-card-date-range-start{font-size:1.15rem;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.05rem}.calendar-card-date-range-end,.calendar-card-schedule{font-size:.8rem;opacity:.9;margin-top:.25rem}.calendar-card-body{flex:1 1;display:flex;flex-direction:column;padding:1.5rem}.calendar-card-body h3{font-size:1.05rem;margin-bottom:.5rem}.calendar-card-body p{color:var(--gray-600);font-size:.9rem;margin-bottom:.5rem}.calendar-card-location{font-size:.85rem;color:var(--gray-600);margin-bottom:1.25rem}.calendar-card-body .btn{margin-top:auto;width:100%;text-align:center}.action-row{text-align:center;margin-top:2rem}.member-resources{padding:3rem 1.5rem;background:var(--bg-light);text-align:center}.member-resources h2{font-size:1.5rem;margin-bottom:.25rem}.member-resources-subtitle{color:var(--gray-600);margin-bottom:2rem;font-size:.95rem}.member-resources-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.partners{padding:4rem 1.5rem;text-align:center}.partners h2{font-size:2rem;margin-bottom:.5rem}.partners-subtitle{color:var(--gray-600);margin-bottom:2.5rem}.partners-grid{justify-content:center;gap:4rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.partner,.partners-grid{display:flex;align-items:center}.partner{flex-direction:column;gap:.75rem}.partner-icon{width:80px;height:80px;border-radius:50%;background:var(--heading);display:flex;align-items:center;justify-content:center;overflow:hidden}.partner-icon img{width:100%;height:100%;object-fit:cover}.partner-name{font-weight:600;color:var(--heading);font-size:.95rem}.partner-desc{font-size:.8rem;color:var(--gray-600);max-width:160px}.partner-link{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .2s}.partner-link:hover{transform:translateY(-4px)}.partner-link:hover .partner-name{color:var(--primary)}.footer{background:var(--dark);color:var(--white);padding:3rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.footer-col{font-size:.9rem;line-height:1.8}.footer-col a{opacity:.8;text-decoration:underline;text-underline-offset:2px}.footer-col a:hover{opacity:1}.footer-social{display:flex;gap:1rem;justify-content:flex-end;font-size:1.5rem}.footer-bottom{display:flex;justify-content:center;gap:2rem;padding:1.5rem;border-top:1px solid hsla(0,0%,100%,.1);margin-top:2rem;font-size:.85rem}.footer-bottom a{opacity:.7;text-decoration:underline;text-underline-offset:2px}.footer-bottom a:hover{opacity:1}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.prepared-header{background:var(--green-100);padding:4rem 1.5rem 2rem;text-align:center}.prepared-header h1{font-size:var(--text-h1);color:var(--heading);margin-bottom:.75rem}.prepared-header p{color:var(--gray-600);font-size:var(--text-body);line-height:1.7;max-width:600px;margin:0 auto}.prepared-steps{max-width:1000px;margin:0 auto;padding:1.5rem 1.5rem 4rem}.prepared-step-row{display:flex;gap:1.5rem;margin-bottom:1.5rem;align-items:stretch}.content-card{flex:1 1;background:var(--white);border-radius:8px;padding:1.75rem;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;gap:1.25rem;flex-wrap:wrap}.content-card-aside{flex:1 0 200px;align-self:stretch}.content-card-number{width:48px;height:48px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0;align-self:flex-start}.content-card-body{flex:1 1;display:flex;flex-direction:column}.content-card-body h3{font-size:var(--text-h3);color:var(--heading);margin-bottom:.5rem}.content-card-body ul{list-style:none;margin-bottom:.75rem}.content-card-body ul li{padding:.2rem 0;color:var(--gray-600);font-size:.85rem;line-height:1.5}.content-card-body ul li i{margin-right:.4rem}.content-card-body ul li strong{color:var(--dark)}.content-card-body ul li a{color:var(--primary);text-decoration:underline;font-weight:600}.content-card-body ul li a:hover{color:var(--primary-hover)}.content-card-body .btn{margin-top:auto;align-self:flex-start}.prepared-alert{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#fbe4e7;border-radius:6px;font-size:var(--text-sm);color:var(--dark);text-align:center;height:100%}.prepared-alert-text strong{font-size:var(--text-h3)}.prepared-alert-text{line-height:1.4}.prepared-alert-text strong{display:block;font-size:1.1rem;margin-bottom:.3rem}.prepared-alert-detail{color:var(--gray-600);font-size:var(--text-xs)}.modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .15s ease}.modal-backdrop.modal-open{opacity:1}.modal-content{background:var(--white);border-radius:8px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.2);transform:scale(.95);transition:transform .15s ease}.modal-content:after{content:"";position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;display:block;height:40px;background:linear-gradient(to bottom,transparent,var(--white));pointer-events:none;flex-shrink:0;margin-top:-40px}.modal-backdrop.modal-open .modal-content{transform:scale(1)}.modal-header{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:linear-gradient(to bottom,var(--white) 80%,transparent);display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem .5rem}.modal-close{background:none;border:none;cursor:pointer;color:var(--gray-600);font-size:1.25rem;padding:.25rem;line-height:1;flex-shrink:0;margin-top:-.2rem}.modal-close:hover{color:var(--dark)}.modal-title{font-size:var(--text-h2);color:var(--heading);margin-bottom:0;padding-right:.75rem}.modal-body{padding:1rem 2rem 2rem}.modal-body p{color:var(--gray-600);font-size:var(--text-body);line-height:1.7;margin-bottom:1rem}.modal-body a{color:var(--primary);text-decoration:underline}.modal-body a:hover{color:var(--primary-hover)}.modal-body ul{list-style:none;margin-bottom:1rem}.modal-body ul li{padding:.4rem 0;color:var(--gray-600);font-size:var(--text-sm);line-height:1.5}.modal-body ul li i{margin-right:.4rem}.modal-body ul li strong{color:var(--dark)}.modal-body ul li .btn{margin-top:.5rem;color:var(--white);text-decoration:none}.modal-body ul li ul{margin-top:.3rem;margin-bottom:0}.modal-body ul li ul li{padding:.15rem 0;font-size:var(--text-xs)}.modal-pdf{display:flex;align-items:center;gap:.4rem;color:var(--primary);font-weight:600;font-size:var(--text-sm)}.modal-pdf+.modal-pdf{margin-top:.4rem}.modal-pdf a,.modal-pdf:hover{text-decoration:underline}.modal-pdf a{color:var(--primary);font-weight:600}.modal-pdf a:hover{color:var(--primary-hover)}.downloads{background:var(--gray-100);padding:4rem 1.5rem;text-align:center}.downloads h2{font-size:var(--text-h2);color:var(--heading);margin-bottom:.25rem}.downloads-subtitle{color:var(--gray-600);margin-bottom:2rem;font-size:var(--text-subtitle)}.downloads-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;max-width:1100px;margin:0 auto}.dl-card{background:var(--white);border-radius:8px;padding:1.5rem 1rem;box-shadow:0 2px 6px rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:center}.dl-card h3{font-size:var(--text-h3);color:var(--heading);margin-bottom:.75rem}.dl-card-icon{margin-bottom:.5rem}.dl-card-langs{display:flex;justify-content:center;gap:.35rem;flex-wrap:wrap;font-size:var(--text-xs);padding-top:.35rem;min-height:1.35rem}.dl-card-langs a{color:var(--primary);font-weight:600;text-decoration:underline}.dl-card-langs a:hover{color:var(--primary-hover)}.dl-card .btn{margin-top:auto}.cta{background:var(--green-100);padding:4rem 1.5rem;text-align:center}.cta h2{font-size:var(--text-h2);color:var(--heading);margin-bottom:.5rem}.cta p{color:var(--gray-600);font-size:var(--text-body);line-height:1.7;max-width:600px;margin:0 auto 2rem}