:root{--mustard-primary:#d4a017;--mustard-dark:#b8860b;--mustard-light:gold;--mustard-pale:wheat;--cream:#fff8dc;--dark-text:#2c2c2c;--light-text:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow-x:hidden}body{color:var(--dark-text);background-color:#fafaf8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}a{color:var(--mustard-dark);text-decoration:none;transition:color .3s}a:hover{color:var(--mustard-primary)}button{cursor:pointer;border:none;font-family:inherit;transition:all .3s}@keyframes float{0%,to{transform:translateY(0px) rotate(var(--rotation,0deg))}50%{transform:translateY(-20px) rotate(var(--rotation,0deg))}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes orbFloat1{0%{transform:translate(0)}25%{transform:translate(30px,-50px)}50%{transform:translate(-20px,-30px)}75%{transform:translate(50px,20px)}to{transform:translate(0)}}@keyframes orbFloat2{0%{transform:translate(0)}25%{transform:translate(-40px,30px)}50%{transform:translate(20px,50px)}75%{transform:translate(-30px,-20px)}to{transform:translate(0)}}@keyframes orbFloat3{0%{transform:translate(0)}25%{transform:translate(50px,20px)}50%{transform:translate(-30px,40px)}75%{transform:translate(20px,-30px)}to{transform:translate(0)}}.app{background:linear-gradient(135deg,#f5f3f0 0%,#faf8f5 50%,#f0ede8 100%);width:100%;min-height:100vh;position:relative;overflow-x:hidden}.orb-container{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.background-decorations{pointer-events:none;z-index:1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.decoration{opacity:.08;object-fit:cover;filter:grayscale();border-radius:10px;position:absolute}.books-1{width:200px;height:200px;animation:6s ease-in-out infinite float;top:5%;left:5%;transform:rotate(-15deg)}.pencils-1{width:150px;height:150px;animation:7s ease-in-out .5s infinite float;top:15%;right:8%;transform:rotate(20deg)}.books-2{width:180px;height:180px;animation:8s ease-in-out 1s infinite float;top:45%;left:2%;transform:rotate(10deg)}.ruler-1{width:160px;height:160px;animation:6.5s ease-in-out .3s infinite float;top:60%;right:5%;transform:rotate(-25deg)}.notebook-1{width:140px;height:140px;animation:7.5s ease-in-out .8s infinite float;top:25%;left:50%;transform:rotate(15deg)translate(-50%)}.pencils-2{width:170px;height:170px;animation:6.8s ease-in-out .2s infinite float;bottom:20%;left:10%;transform:rotate(-10deg)}.books-3{width:190px;height:190px;animation:7.2s ease-in-out .6s infinite float;bottom:15%;right:12%;transform:rotate(18deg)}.ruler-2{width:150px;height:150px;animation:6.3s ease-in-out .4s infinite float;top:70%;left:35%;transform:rotate(-20deg)}.notebook-2{width:160px;height:160px;animation:7.8s ease-in-out .7s infinite float;bottom:30%;right:25%;transform:rotate(12deg)}.books-4{width:170px;height:170px;animation:6.6s ease-in-out .5s infinite float;top:35%;right:20%;transform:rotate(-12deg)}.orb{filter:none;opacity:.4;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:50%;position:absolute}.orb-1{opacity:.35;background:#ffb800;width:500px;height:500px;animation:20s ease-in-out infinite orbFloat1;top:10%;left:-10%}.orb-2{opacity:.3;background:#ff9d00;width:400px;height:400px;animation:25s ease-in-out infinite orbFloat2;bottom:10%;right:5%}.orb-3{opacity:.32;background:#ffb800;width:350px;height:350px;animation:22s ease-in-out infinite orbFloat3;top:50%;left:20%}.orb-4{opacity:.33;background:#ff9d00;width:450px;height:450px;animation:24s ease-in-out infinite orbFloat4;bottom:20%;left:10%}.orb-5{opacity:.35;background:#ffb800;width:380px;height:380px;animation:22s ease-in-out infinite orbFloat1;bottom:30%;right:5%}.navbar{z-index:100;background:linear-gradient(90deg,#ffb800 0%,orange 100%);border-bottom:2px solid #ff6b3533;padding:1rem 0;position:sticky;top:0;box-shadow:0 8px 32px #ffb8004d}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.logo-text{color:#2c2c2c;font-size:1.5rem;font-weight:700}.logo-subtitle{color:#2c2c2c;letter-spacing:1px;font-size:.75rem;font-weight:600}.nav-menu{gap:.5rem;list-style:none;display:flex}.nav-menu li{list-style:none}.nav-menu a{color:#2c2c2c;border-bottom:2px solid #0000;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:all .3s;position:relative}.nav-menu a.active{color:#2c2c2c;background:#ff6b3533;border-bottom:2px solid #ff6b35;font-weight:700}.nav-menu a:hover{background:#ff6b3526;border-bottom:2px solid #ff6b35}.mobile-menu-btn{color:#2c2c2c;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:all .3s;display:none;position:relative}.mobile-menu-btn:hover{color:#ff6b35}@media (width<=768px){.mobile-menu-btn{z-index:100;display:block!important}.nav-menu{-webkit-backdrop-filter:blur(20px)!important;z-index:99!important;background:#ffffffb3!important;border-radius:15px!important;flex-direction:column!important;gap:0!important;width:90%!important;max-width:350px!important;max-height:0!important;margin:0 auto!important;transition:max-height .4s!important;display:flex!important;position:fixed!important;top:70px!important;left:50%!important;right:auto!important;overflow:hidden!important;transform:translate(-50%)!important;box-shadow:0 10px 30px #00000026!important}.nav-menu.active{max-height:600px!important;overflow-y:auto!important}.nav-menu li{border-bottom:1px solid #ffb80033!important;width:100%!important}.nav-menu a{text-align:left!important;color:#2c2c2c!important;border:none!important;border-radius:8px!important;margin:.5rem!important;padding:1rem 1.5rem!important;font-weight:500!important;transition:all .3s!important;display:block!important}.nav-menu a.active{color:#fff!important;background:linear-gradient(135deg,#ffb800 0%,orange 100%)!important;font-weight:700!important;box-shadow:0 5px 15px #ffb8004d!important}.nav-menu a:hover{background:#ffb80033!important;transform:translate(5px)!important}}.page-content{z-index:1;min-height:calc(100vh - 200px);position:relative}.hero{z-index:1;background:0 0;justify-content:center;align-items:center;min-height:700px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:0 0;position:absolute;inset:0}.hero-cont{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;padding:4rem 2rem;display:flex;position:relative}.hero-content{text-align:center;background:linear-gradient(135deg,#ffb800f2,#ffa500f2);border:2px solid #ff6b354d;border-radius:20px;max-width:700px;padding:4rem;animation:.8s ease-out slideInUp;box-shadow:0 8px 32px #ffb80066}.hero-title{color:#fff;text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#fff;text-shadow:1px 1px 3px #0000004d;margin-bottom:2rem;font-size:1.3rem;line-height:1.6}.cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ffb800 0%,#ff9d00 100%);border:2px solid #ff6b35;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #ffb80066,0 0 20px #ff6b354d}.cta-button:hover{border-color:#ff6b35;transform:translateY(-3px);box-shadow:0 15px 40px #ffb80099,0 0 30px #ff6b3566}.hero-image{display:none}@media (width<=768px){.hero{min-height:500px}.hero-content{max-width:90%;padding:2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.section-divider{background:linear-gradient(90deg,#ffb800,#0000);border-radius:2px;width:60px;height:3px;margin:2rem auto;box-shadow:0 2px 8px #ffb8004d}.section-divider-center{background:linear-gradient(90deg,#0000,#ffb800,#0000);border-radius:2px;width:80px;height:4px;margin:2rem auto;box-shadow:0 2px 8px #ffb8004d}h1,h2,h3{position:relative}.program-page h1,.activities-header h1,.contact-header h1{border-bottom:3px solid #ffb800;padding-bottom:1rem;display:inline-block}.features{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;margin:2rem 0;padding:3rem 2rem;position:relative}.features:before{content:"";background:linear-gradient(90deg,#0000,#ffb800,#0000);border-radius:2px;width:80px;height:4px;position:absolute;top:-2rem;left:50%;transform:translate(-50%)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:linear-gradient(135deg,#ffb800 0%,orange 100%);border-radius:25px;transition:all .3s;animation:.6s ease-out slideInUp;position:relative;overflow:hidden;box-shadow:0 15px 40px #ffb80040}.feature-card:after{content:"";background:linear-gradient(#ffb800,#ff6b35);width:4px;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 15px #ffb80080}.feature-card:hover{border:1px solid #ffb800cc;transform:translateY(-10px);box-shadow:0 20px 50px #ffb8004d,0 0 30px #ffb80033}.feature-image{object-fit:cover;width:100%;height:200px;display:block}.feature-card h3{color:#2c2c2c;margin:1.5rem 1.5rem 1rem;font-size:1.5rem}.feature-card p{color:#666;padding:0 1.5rem 1.5rem;line-height:1.6}.programs-overview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff4d;margin:2rem 0;padding:4rem 2rem;position:relative}.programs-overview:before{content:"";background:linear-gradient(90deg,#0000,#ffb800,#0000);border-radius:2px;width:80px;height:4px;position:absolute;top:-2rem;left:50%;transform:translate(-50%)}.programs-overview h2{text-align:center;color:#2c2c2c;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.program-overview-card{text-align:center;background:linear-gradient(135deg,#ffb800 0%,orange 100%);border-radius:25px;padding:2.5rem 2rem;transition:all .3s;animation:.6s ease-out slideInUp;position:relative;overflow:hidden;box-shadow:0 15px 40px #ffb80040}.program-overview-card:after{content:"";background:linear-gradient(#ff6b35,#ffb800);width:4px;height:100%;position:absolute;top:0;right:0;box-shadow:0 0 15px #ff6b3580}.program-overview-card:before{content:"";background:linear-gradient(90deg,#ffb800,#ffd000);height:4px;position:absolute;top:0;left:0;right:0}.program-overview-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #ffb80033}.program-emoji-large{color:#ffb800;margin-bottom:1rem;font-size:3.5rem}.program-overview-card h3{color:#2c2c2c;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.program-overview-card p{color:#2c2c2c;margin-bottom:1rem;font-weight:600}.card-arrow{color:#ffb800;transition:transform .3s}.program-overview-card:hover .card-arrow{transform:translate(5px)}.program-page{max-width:1200px;margin:0 auto;padding:4rem 2rem}.program-header{text-align:center;margin-bottom:4rem;animation:.8s ease-out slideInUp}.program-hero-emoji{color:#ffb800;margin-bottom:1rem;font-size:5rem}.program-page h1{color:#2c2c2c;margin-bottom:1rem;font-size:3rem;font-weight:700}.program-subtitle{color:#ffd000;font-size:1.25rem;font-weight:500}.program-content{gap:4rem;display:grid}.program-description{background:linear-gradient(135deg,#ffd000 0%,#ffc000 100%);border-radius:15px;padding:2.5rem;animation:.6s ease-out slideInUp;box-shadow:0 8px 32px #ffb8004d}.program-description p{color:#2c2c2c;font-size:1.1rem;line-height:1.8}.program-features{animation:.6s ease-out .1s both slideInUp}.program-features h2{color:#2c2c2c;margin-bottom:2rem;font-size:2rem;font-weight:700}.features-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.feature-item{background:linear-gradient(90deg,#ffe082 0%,#ffd000 100%);border-left:4px solid #ff6b35;border-radius:10px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.feature-item:hover{border-left-color:#ff6b35;transform:translate(5px);box-shadow:0 10px 30px #ffb80033,0 0 20px #ffb80026}.feature-check{color:#ffb800;flex-shrink:0;font-size:1.5rem;font-weight:700}.feature-item span:last-child{color:#2c2c2c;font-weight:500}.program-gallery{animation:.6s ease-out .2s both slideInUp}.program-gallery h2{color:#2c2c2c;margin-bottom:2rem;font-size:2rem;font-weight:700}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.gallery-card{background:linear-gradient(135deg,#ffb800 0%,orange 100%);border-radius:25px;transition:all .3s;overflow:hidden;box-shadow:0 15px 40px #ffb80040}.gallery-card:hover{transform:scale(1.05);box-shadow:0 15px 40px #ffb80033}.gallery-image{object-fit:cover;width:100%;height:100%;display:block}.program-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#ffb800 0%,#ffd000 100%);border-radius:15px;padding:3rem;animation:.6s ease-out .3s both slideInUp}.program-cta h2{color:#fff;margin-bottom:1.5rem}.activities-page{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border-radius:20px;max-width:1200px;margin:2rem auto;padding:4rem 2rem;position:relative}.activities-page:before{content:"";background:linear-gradient(90deg,#0000,#ffb800,#0000);border-radius:2px;width:80px;height:4px;position:absolute;top:2rem;left:50%;transform:translate(-50%)}.activities-header{text-align:center;margin-bottom:4rem;animation:.8s ease-out slideInUp}.activities-header h1{color:#2c2c2c;margin-bottom:1rem;font-size:3rem;font-weight:700}.activities-header p{color:#ffd000;font-size:1.25rem;font-weight:500}.activities-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.activity-card{text-align:center;background:linear-gradient(135deg,#ffb800 0%,orange 100%);border-radius:25px;padding:2.5rem;transition:all .3s;animation:.6s ease-out slideInUp;position:relative;overflow:hidden;box-shadow:0 15px 40px #ffb80040}.activity-card:after{content:"";background:linear-gradient(#ff6b35,#ffb800);width:4px;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 15px #ff6b3580}.activity-card:before{content:"";background:linear-gradient(90deg,#ffb800,#ffd000);height:4px;position:absolute;top:0;left:0;right:0}.activity-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #ffb80033}.activity-image{object-fit:cover;width:100%;height:200px;margin-bottom:1rem;display:block}.activity-card h3{color:#2c2c2c;margin-bottom:1rem;padding:0 1.5rem;font-size:1.5rem;font-weight:700}.activity-card p{color:#2c2c2c;margin-bottom:1.5rem;font-weight:500;line-height:1.6}.activities-benefits{margin-top:4rem;position:relative}.activities-benefits:before{content:"";background:linear-gradient(90deg,#0000,#ffb800,#0000);border-radius:2px;width:80px;height:4px;position:absolute;top:-2rem;left:50%;transform:translate(-50%)}.activities-benefits h2{text-align:center;color:#2c2c2c;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.benefit-card{text-align:center;background:linear-gradient(135deg,#ffb800 0%,orange 100%);border-radius:25px;padding:2rem;transition:all .3s;animation:.6s ease-out slideInUp;position:relative;overflow:hidden;box-shadow:0 15px 40px #ffb80040}.benefit-card:after{content:"";background:linear-gradient(#ff6b35,#ffb800);width:4px;height:100%;position:absolute;top:0;right:0;box-shadow:0 0 15px #ff6b3580}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #ffb80033}.benefit-image{object-fit:cover;width:100%;height:200px;margin-bottom:1rem;display:block}.benefit-card h3{color:#2c2c2c;margin-bottom:1rem;padding:0 1.5rem;font-size:1.3rem;font-weight:700}.benefit-card p{color:#2c2c2c;padding:0 1.5rem 1.5rem;font-weight:500;line-height:1.6}.footer{z-index:1;color:#2c2c2c;background:linear-gradient(90deg,#ffb800 0%,orange 100%);border-top:2px solid #ff6b354d;margin-top:4rem;padding:4rem 2rem 2rem;position:relative}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-section h4{color:#2c2c2c;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.footer-section p{color:#2c2c2c;margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#2c2c2c;text-decoration:none;transition:all .3s}.footer-section ul li a:hover{color:#ff6b35;font-weight:600}.social-links{gap:1rem;display:flex}.social-links a{color:#2c2c2c;background:#ff6b3533;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-links a:hover{color:#fff;background:#ff6b35;transform:translateY(-3px)}.contact-page{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border-radius:20px;max-width:1200px;margin:2rem auto;padding:4rem 2rem;position:relative}.contact-page:before{content:"";background:linear-gradient(90deg,#0000,#ffb800,#0000);border-radius:2px;width:80px;height:4px;position:absolute;top:2rem;left:50%;transform:translate(-50%)}.contact-header{text-align:center;margin-bottom:4rem;animation:.8s ease-out slideInUp}.contact-header h1{color:#2c2c2c;margin-bottom:1rem;font-size:3rem;font-weight:700}.contact-header p{color:#2c2c2c;font-size:1.25rem;font-weight:500}.contact-content{grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;animation:.8s ease-out slideInUp;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-item{background:linear-gradient(135deg,#ffe082 0%,#ffd000 100%);border-radius:25px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 15px 40px #ffb80040}.contact-item:hover{border:1px solid #ffb80099;transform:translateY(-5px);box-shadow:0 15px 40px #ffb8004d,0 0 25px #ffb80033}.contact-item svg{color:#2c2c2c;flex-shrink:0;margin-top:.25rem}.contact-item h4{color:#2c2c2c;margin-bottom:.5rem;font-weight:700}.contact-item p{color:#2c2c2c;font-weight:500}.contact-form{background:linear-gradient(135deg,#ffd000 0%,#ffc000 100%);border-radius:25px;flex-direction:column;gap:1.5rem;max-width:500px;margin:0 auto;padding:2.5rem;display:flex;box-shadow:0 15px 40px #ffb80040}.contact-form input,.contact-form textarea{color:#2c2c2c;background:#ffffffe6;border:2px solid wheat;border-radius:10px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{background:#fff;border-color:#ff6b35;outline:none;box-shadow:0 0 0 3px #ff6b3533}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#999}.contact-form button,.contact-form input[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ffb800 0%,#ff9d00 100%);border:2px solid #ff6b35;border-radius:10px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 5px 15px #ffb8004d,0 0 10px #ff6b3533}.contact-form button:hover,.contact-form input[type=submit]:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 10px 25px #ffb80080,0 0 20px #ff6b354d}.footer-bottom{text-align:center;color:#2c2c2c;border-top:1px solid #ff6b3533;max-width:1200px;margin:0 auto;padding-top:2rem;font-weight:500}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}}
