@import "https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Poppins:wght@400;500;600;700&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-main:#2387df;--color-main-dark:#156ec1;--color-text:#232323;--color-bg:#f4f8fc;--color-surface:#fff;--color-soft:#edf5fe;--color-border:#d8e6f5;--color-alert:#d93535;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100%;margin:0}body{color:var(--color-text);background:radial-gradient(circle at 10% 0,#dfeefe 0%,#f4f8fc 28% 100%);font-family:Poppins,Arial,Helvetica,sans-serif}a{color:inherit}.container{width:min(var(--container), calc(100% - 2.4rem));margin:0 auto}.topbar{z-index:30;border-bottom:1px solid var(--color-border);background:#fff;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;min-height:76px;display:flex}.brand{color:var(--color-text);align-items:center;gap:.7rem;font-weight:600;text-decoration:none;display:inline-flex}.brand img{object-fit:contain;background:#fff;border-radius:8px;width:46px;height:46px}.menu{align-items:center;gap:1.15rem;display:flex}.menu a{color:var(--color-text);font-size:.96rem;font-weight:500;text-decoration:none}.menu a:hover{color:var(--color-main)}.hero-section{padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}.hero-overlay{pointer-events:none;background:radial-gradient(circle at 100% 15%,#2387df2b 0%,#0000 46%),radial-gradient(circle at 2% 2%,#2387df33 0%,#0000 30%);position:absolute;inset:0}.hero-grid{grid-template-columns:1.4fr .9fr;align-items:center;gap:2rem;display:grid;position:relative}.hero-copy{gap:1rem;animation:.6s ease-out both rise-in;display:grid}.eyebrow{color:var(--color-main);letter-spacing:.17em;text-transform:uppercase;margin:0;font-size:.79rem;font-weight:600}.hero-title,.section-title,.footer-title{margin:0;font-family:Edu AU VIC WA NT Hand,cursive;line-height:1.1}.hero-title{max-width:11ch;font-size:clamp(2.3rem,4.6vw,4.3rem)}.hero-body,.content-card p,.goal-card p,.program-card p,.footer p,.news-state{margin:0;line-height:1.68}.hero-body{max-width:62ch;line-height:1.72}.hero-actions{gap:.75rem;margin-top:.5rem;display:flex}.btn{border-radius:999px;justify-content:center;align-items:center;padding:.68rem 1.1rem;font-size:.94rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s,color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:var(--color-main)}.btn-primary:hover{background:var(--color-main-dark)}.btn-secondary{color:var(--color-main);border:1px solid var(--color-main);background:#fff}.hero-portrait-wrap{border:1px solid var(--color-border);background:#fff;border-radius:1.2rem;margin:0;padding:.85rem;animation:.7s ease-out both rise-in}.hero-portrait{aspect-ratio:4/5;object-fit:cover;border-radius:.9rem;width:100%;height:auto;display:block}.hero-portrait-wrap figcaption{color:var(--color-main);text-align:center;margin-top:.65rem;font-weight:600}.section{padding:3.5rem 0}.section-soft{background:linear-gradient(#edf5fead 0%,#edf5fe4d 100%);border-top:1px solid #e1ecf9;border-bottom:1px solid #e1ecf9;padding:3.5rem 0}.section-news{background:#fff;padding:3.5rem 0}.section-head{gap:.35rem;margin-bottom:1.2rem;display:grid}.section-title{font-size:clamp(1.8rem,3.2vw,2.8rem)}.about-grid{grid-template-columns:1.25fr .95fr;gap:1rem;display:grid}.content-card,.goal-card,.program-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.2rem}.highlight-box{background:linear-gradient(145deg,#f7fbff 0%,#ecf5ff 100%)}.content-card h3,.goal-card h3,.program-card h3,.footer h3{color:var(--color-main);margin:0 0 .55rem;font-family:Edu AU VIC WA NT Hand,cursive;font-size:1.45rem;line-height:1.1}.goals-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.goal-list{gap:.35rem;margin:0;padding-left:1.05rem;line-height:1.68;display:grid}.program-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.program-card{transition:border-color .22s}.program-card:hover{border-color:#b8d7f5}.news-state{color:#4d5a68;background:var(--color-soft);border:1px solid var(--color-border);border-radius:1rem;padding:1.1rem 1.2rem}.footer{color:#fff;background:#142033;padding:2.4rem 0}.footer-inner{grid-template-columns:1.4fr auto;align-items:start;gap:1.2rem;display:grid}.footer-title{color:#fff;margin-bottom:.55rem;font-size:1.8rem}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.85rem;display:flex}.footer-links a{color:#dbeafe;text-decoration:none}.footer-links a:hover{color:#fff}.footer-copy{color:#b8c6d9;grid-column:1/-1;font-size:.9rem}@keyframes rise-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.topbar-inner{flex-direction:column;align-items:flex-start;gap:.8rem;padding:.8rem 0}.menu{flex-wrap:wrap;gap:.75rem 1rem;width:100%}.hero-grid,.about-grid,.goals-grid,.program-grid,.footer-inner{grid-template-columns:1fr}.hero-title{max-width:100%}.footer-links{justify-content:flex-start}}@media (max-width:560px){.container{width:min(var(--container), calc(100% - 1.4rem))}.hero-section{padding:3rem 0 2.5rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.section,.section-soft,.section-news{padding:2.4rem 0}}
