:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--accent: #0f3460;--nav-bg: #1a1a2e;--nav-text: #eee;--footer-bg: #16213e;--footer-text: #ccc}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{display:flex;flex-direction:column;min-height:100vh}a{color:#0f3460;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}.layout-main{min-height:calc(100vh - 120px)}.nav{background:var(--nav-bg, #1a1a2e);color:var(--nav-text, #eee);box-shadow:0 1px 4px #0000001a}.nav__inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;min-height:80px;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;font-weight:600;font-size:1.25rem}.nav__logo-img{width:380px;height:64px;display:block;object-fit:contain;object-position:left center}.nav__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav__toggle span{width:24px;height:2px;background:currentColor}.nav__links{display:flex;gap:1.5rem}.nav__links a{color:inherit;text-decoration:none;font-weight:500}.nav__links a:hover{text-decoration:underline}@media(max-width:768px){.nav__logo-img{width:260px;height:44px}.nav__toggle{display:flex}.nav__links{position:absolute;top:100%;left:0;right:0;background:var(--nav-bg, #1a1a2e);flex-direction:column;padding:1rem;display:none}.nav__links--open{display:flex}}.footer{background:var(--footer-bg, #16213e);color:var(--footer-text, #ccc);padding:2rem 1.5rem;margin-top:auto}.footer__inner{max-width:1200px;margin:0 auto;text-align:center}.footer__brand{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem}.footer__brand a{color:inherit;text-decoration:none}.footer__brand a:hover{text-decoration:underline}.footer__links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer__links a{color:inherit;text-decoration:none}.footer__copy{font-size:.9rem;opacity:.9}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:4rem 1.5rem;text-align:center}.hero__inner{max-width:800px;margin:0 auto}.hero__title{font-size:2.25rem;margin-bottom:1rem}.hero__desc{font-size:1.1rem;margin-bottom:1.5rem;opacity:.95}.hero__cta{display:inline-block;padding:.75rem 1.5rem;background:var(--accent, #0f3460);color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.hero__cta:hover{opacity:.9}.section-title{font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.programs-section,.programs-page{padding:3rem 1.5rem}.programs-section__inner,.page__inner{max-width:1200px;margin:0 auto}.programs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.program-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.program-card__title{font-size:1.2rem;margin-bottom:.5rem}.program-card__meta{font-size:.85rem;color:#666;margin-bottom:.75rem}.program-card__meta span:not(:last-child):after{content:" · "}.program-card__desc{font-size:.95rem;margin-bottom:1rem;color:#444}.program-card__btn{display:inline-block;padding:.5rem 1rem;background:var(--accent, #0f3460);color:#fff;text-decoration:none;border-radius:6px;font-size:.9rem}.program-card__btn:hover{opacity:.9}.benefits{padding:3rem 1.5rem;background:#f8f9fa}.benefits__inner{max-width:1200px;margin:0 auto}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.benefit-card{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 6px #0000000d}.benefit-card__title{font-size:1.1rem;margin-bottom:.5rem}.benefit-card__desc{font-size:.9rem;color:#555}.who-can-join{padding:3rem 1.5rem}.who-can-join__inner{max-width:1200px;margin:0 auto}.who-can-join__list{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.who-can-join__list li{background:#e8eaf0;padding:.5rem 1rem;border-radius:6px;font-weight:500}.page{padding:2rem 1.5rem}.page-title{font-size:1.75rem;margin-bottom:1.5rem}.back-link{display:inline-block;margin-bottom:1rem;color:var(--accent, #0f3460);text-decoration:none}.back-link:hover{text-decoration:underline}.program-details__duration{margin-bottom:1.5rem}.program-details__content h2{font-size:1.25rem;margin:1.25rem 0 .5rem}.program-details__content ul{padding-left:1.5rem;margin-bottom:.5rem}.cta-btn{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;background:var(--accent, #0f3460);color:#fff;text-decoration:none;border:none;border-radius:8px;font-weight:600;cursor:pointer}.cta-btn:hover{opacity:.9}.contact-form{max-width:480px;display:flex;flex-direction:column;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-family:inherit}.admin-page .admin-links{display:flex;gap:1rem;margin-top:1rem}.admin-page .admin-links a{color:var(--accent, #0f3460);text-decoration:none}.admin-page .admin-links a:hover{text-decoration:underline}
