@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";:root{--body-bg: #f8fafc;--font-family-sans-serif: Roboto, sans-serif;--font-size-base: .9rem;--line-height-base: 1.6;--blue: #3490dc;--indigo: #6574cd;--purple: #9561e2;--pink: #f66d9b;--red: #e3342f;--orange: #f6993f;--yellow: #ffed4a;--green: #38c172;--teal: #4dc0b5;--cyan: #6cb2eb;--navbackground: #33B4E8;--background: #fff5ee}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-sans-serif);font-size:var(--font-size-base);line-height:var(--line-height-base);background-color:var(--background);color:#333}a{color:var(--blue);text-decoration:none;transition:color .2s ease}a:hover{color:#2980b9}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700}p{margin-bottom:1rem}img{max-width:100%;height:auto}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#4fc1e9,#5d9cec);box-shadow:0 2px 10px #0000001a;padding:.5rem 0}.header .container{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width, 1200px);margin:0 auto;padding:0 2rem}.header .left img{height:40px;width:auto;display:block}.header .right{display:flex;align-items:center;gap:1rem}.header .header-nav .nav{background:none;box-shadow:none;padding:0}.header .nav__list{display:flex;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;flex-wrap:wrap}@media (max-width: 768px){.header .nav__list{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#4fc1e9,#5d9cec);padding:1rem;box-shadow:0 2px 10px #0000001a;flex-direction:column;gap:.5rem}.header .nav__list.nav__list--active{display:flex}}.header .nav__link{display:block;padding:.4rem .75rem;color:#fff;text-decoration:none;font-weight:500;border-radius:15px;transition:all .3s ease;position:relative;overflow:hidden;font-size:.9rem}.header .nav__link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease}.header .nav__link:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.header .nav__link:hover:before{transform:translate(0)}.header .nav__link.active{background:#fff3;box-shadow:0 1px 4px #0000001a}.header .nav__link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:15px;height:2px;background:#fff;border-radius:2px;animation:bounce 2s infinite}.header .mobile-menu-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer}@media (max-width: 768px){.header .mobile-menu-toggle{display:block}}.header .mobile-menu-toggle span{display:block;width:24px;height:2px;background-color:#fff;transition:all .3s ease}.header .mobile-menu-toggle span+span{margin-top:5px}.header .mobile-menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header .mobile-menu-toggle.active span:nth-child(2){opacity:0}.header .mobile-menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.nav{background-color:var(--navbackground);padding:1rem 0}.nav .container{display:flex;justify-content:center}.nav__list{display:flex;list-style:none}@media (max-width: 768px){.nav__list{flex-direction:column}}.nav__item{margin:0 1rem}@media (max-width: 768px){.nav__item{margin:.5rem 0}}.nav__link{color:#fff;font-weight:600;text-transform:uppercase}.nav__link:hover{color:#fffc}.footer{background-color:#333;color:#fff;padding:2rem 0}.footer .container{display:flex;flex-wrap:wrap;justify-content:space-between}@media (max-width: 768px){.footer .container{flex-direction:column}}.footer__section{flex:1;margin-right:2rem}@media (max-width: 768px){.footer__section{margin-right:0;margin-bottom:2rem}}.footer__section:last-child{margin-right:0}.footer__title{font-size:1.2rem;margin-bottom:1rem}.footer__list{list-style:none}.footer__item{margin-bottom:.5rem}.footer__link{color:#fffc}.footer__link:hover{color:#fff}.footer__bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;width:100%}.nav{width:100%}.nav--header{background:none!important;box-shadow:none!important;padding:0!important;position:static!important;z-index:auto!important}.nav__list{display:flex;justify-content:center;gap:.5rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}.nav__item{position:relative}.nav__link{display:block;padding:.4rem .75rem;color:#fff;text-decoration:none;font-weight:500;border-radius:15px;transition:all .3s ease;position:relative;overflow:hidden;font-size:.9rem}.nav__link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease}.nav__link:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.nav__link:hover:before{transform:translate(0)}.nav__link.active{background:#fff3;box-shadow:0 1px 4px #0000001a}.nav__link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:15px;height:2px;background:#fff;border-radius:2px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-2px)}60%{transform:translate(-50%) translateY(-1px)}}@media (max-width: 768px){.nav__list{gap:.25rem}.nav__link{padding:.3rem .6rem;font-size:.8rem}}.page-header{background:linear-gradient(135deg,#4fc1e91a,#2ecc711a);padding:3rem 0;margin-bottom:4rem;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='2'%20cy='2'%20r='1'%20fill='white'/%3e%3ccircle%20cx='18'%20cy='2'%20r='1'%20fill='white'/%3e%3ccircle%20cx='2'%20cy='18'%20r='1'%20fill='white'/%3e%3ccircle%20cx='18'%20cy='18'%20r='1'%20fill='white'/%3e%3ccircle%20cx='10'%20cy='10'%20r='1'%20fill='white'/%3e%3c/svg%3e") repeat;opacity:.05;pointer-events:none}.page-header .container{position:relative;z-index:1}.page-header .page-title{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin:0;position:relative;display:inline-block}.page-header .page-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(to right,transparent,#4FC1E9,#2ECC71,transparent);border-radius:2px}.page-header .page-title em{color:#4fc1e9;font-style:normal}@media (max-width: 768px){.page-header{padding:2rem 0;margin-bottom:3rem}.page-header .page-title{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.hero-section{padding:4rem 0 3rem;background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative;margin-top:60px}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.hero-section__intro{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:2rem 0}.hero-section__intro h2{font-family:Quicksand,sans-serif;font-size:2.8rem;margin-bottom:1.5rem;color:#f9a825;line-height:1.3}.hero-section__intro h2 .font-comic{color:#ac92ec;font-style:normal}.hero-section__intro p{font-size:1.3rem;color:#5d4037;line-height:1.6;margin-bottom:2rem}.hero-section__intro__buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hero-section__intro__buttons .btn{display:inline-block;padding:.8rem 2rem;border-radius:30px;font-weight:600;transition:all .3s ease;font-family:Quicksand,sans-serif;font-size:1.1rem;letter-spacing:.5px;text-decoration:none}.hero-section__intro__buttons .btn-primary{background-color:#4fc1e9;color:#fff;border:2px solid #4FC1E9;box-shadow:0 4px 15px #4fc1e933}.hero-section__intro__buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4fc1e94d;background-color:#5d9cec;border-color:#5d9cec}.hero-section__intro__buttons .btn-secondary{background-color:transparent;color:#f9a825;border:2px solid #F9A825}.hero-section__intro__buttons .btn-secondary:hover{transform:translateY(-3px);background-color:#f9a8251a;box-shadow:0 8px 25px #f9a82533}@media (max-width: 768px){.hero-section__intro__buttons{flex-direction:column;align-items:center;gap:1rem}.hero-section__intro__buttons .btn{width:100%;max-width:300px;text-align:center}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0;background:linear-gradient(135deg,#4b89dc,#5d9cec);color:var(--color-white);overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4b89dceb,#5d9ceceb);opacity:.85;animation:gradientMove 15s ease-in-out infinite}.hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);background-size:2000px 100%;animation:shimmer 8s linear infinite}.hero__content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:4rem 2rem;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 32px #1f268726}.hero__title{font-size:3.25rem;margin-bottom:1.75rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInUp 1s ease-out;letter-spacing:-.5px;line-height:1.2}@media (min-width: 768px){.hero__title{font-size:4.5rem}}.hero__subtitle{font-size:1.25rem;margin-bottom:1.25rem;text-shadow:1px 1px 2px rgba(0,0,0,.2);opacity:0;animation:fadeInUp 1s ease-out forwards;animation-delay:.3s;font-weight:400;letter-spacing:.2px}.hero__subtitle:last-of-type{margin-bottom:3.5rem;animation-delay:.6s}@media (min-width: 768px){.hero__subtitle{font-size:1.5rem}}.hero__button{display:inline-block;padding:1.2rem 3.5rem;background:linear-gradient(to right,#4fc1e9,#5d9cec);color:var(--color-white);text-decoration:none;border-radius:30px;font-weight:700;transition:all .4s cubic-bezier(.165,.84,.44,1);border:2px solid rgba(255,255,255,.9);opacity:0;animation:fadeInUp 1s ease-out forwards;animation-delay:.9s;letter-spacing:.5px;font-size:1.1rem;box-shadow:0 6px 20px #0003;text-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;overflow:hidden}.hero__button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#ffffff1a,#fff3);transform:translate(-100%) skew(-15deg);transition:transform .5s ease}.hero__button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000040;border-color:#fff;color:#fff}.hero__button:hover:before{transform:translate(100%) skew(-15deg)}.hero__button:active{transform:translateY(-1px);box-shadow:0 4px 15px #0003}@keyframes gradientMove{0%{opacity:.85;background-position:0% 50%;transform:scale(1)}50%{opacity:.95;background-position:100% 50%;transform:scale(1.02)}to{opacity:.85;background-position:0% 50%;transform:scale(1)}}.features{padding:4rem 0;background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative}.features:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.features__grid{position:relative;z-index:1;display:grid;gap:1.25rem}@media (min-width: 768px){.features__grid{grid-template-columns:repeat(3,1fr)}}.features__item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #00000014;transition:all .3s ease;background:#fff;height:100%}.features__item:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.features__item img{width:100%;height:220px;object-fit:cover;transition:transform .5s ease}.features__item:hover img{transform:scale(1.05)}.features__item:after{content:"";position:absolute;top:0;left:0;right:0;height:220px;background:linear-gradient(to bottom,#f9a8251a,#ac92ec33);z-index:1;pointer-events:none}.features__item .content{position:relative;z-index:2;padding:1.5rem;display:flex;flex-direction:column;height:calc(100% - 220px)}.features__item .content h3{font-family:Quicksand,sans-serif;font-size:1.4rem;margin-bottom:.75rem;color:#f9a825;text-align:center}.features__item .content p{font-size:.95rem;color:#5d4037;margin-bottom:1.25rem;line-height:1.5;text-align:center;flex-grow:1}.features__item .content .footer{text-align:center;background-color:transparent;padding:0;margin-top:auto}.features__item .content .footer .btn{display:inline-block;padding:.6rem 1.5rem;background:transparent;color:#f9a825;border:1px solid #F9A825;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:Quicksand,sans-serif;font-size:.95rem;letter-spacing:.5px;box-shadow:none}.features__item .content .footer .btn:hover{background:#f9a8251a;transform:translateY(-2px);box-shadow:none;color:#f57f17;border-color:#f57f17}.features__item .content .footer .btn:active{transform:translateY(-1px);box-shadow:none}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-4px) translate(-50%)}60%{transform:translateY(-2px) translate(-50%)}}.programs-preview{padding:6rem 0;background:linear-gradient(135deg,#4fc1e9,#5d9cec);position:relative}.programs-preview:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent)}.programs-preview__title{font-family:Quicksand,sans-serif;font-size:3rem;text-align:center;margin-bottom:1.5rem;color:#fff;position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.programs-preview__title em{color:#fff8e1;font-style:normal}.programs-preview__title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(to right,transparent,rgba(255,255,255,.8),transparent);border-radius:2px}.programs-preview__intro{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:#ffffffe6;line-height:1.6}.programs-preview__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.programs-preview__grid{grid-template-columns:repeat(2,1fr)}}.programs-preview__item{position:relative;height:350px;border-radius:12px;overflow:hidden;box-shadow:0 3px 8px #00000026;transition:all .3s ease;opacity:.95}.programs-preview__item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003;opacity:1}.programs-preview__item:hover .programs-preview__item-content{transform:translateY(0)}.programs-preview__item:hover .programs-preview__item-content:after{display:none}.programs-preview__item:hover img{transform:scale(1.05)}.programs-preview__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.programs-preview__item-content{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.25rem 1.75rem;background:linear-gradient(to bottom,#4b89dcd9,#4b89dcfa);color:var(--color-white);transform:translateY(calc(100% - 85px));transition:transform .3s ease}.programs-preview__item-content:after{content:"⌄";position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);font-size:1.25rem;color:#fff;animation:bounce 2.5s infinite ease-in-out;opacity:.7;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.programs-preview__item-content h3{font-size:1.4rem;margin-bottom:.25rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.programs-preview__item-content p{font-size:.9rem;margin-bottom:.75rem;opacity:.95;line-height:1.4;color:#fffffff2}.programs-preview__item-content .btn{background-color:transparent;color:#fff;font-weight:600;padding:.6rem 1.5rem;font-size:.95rem;border-radius:25px;letter-spacing:.5px;font-family:Quicksand,sans-serif;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:none;border:1px solid white}.programs-preview__item-content .btn:hover{background-color:#ffffff26;transform:translateY(-2px);box-shadow:none}.programs-preview__item-content .btn:active{transform:translateY(-1px);box-shadow:none}.programs-preview__cta{text-align:center;margin-top:3rem;position:relative;z-index:1}.programs-preview__cta .btn-primary{display:inline-block;padding:1rem 2.5rem;background-color:#fff;color:#4fc1e9;border:2px solid white;border-radius:30px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;font-family:Quicksand,sans-serif;letter-spacing:.5px}.programs-preview__cta .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026;background-color:#ffffffe6}.programs-preview__cta .btn-primary:active{transform:translateY(-1px);box-shadow:0 4px 15px #0000001a}.testimonials{padding:6rem 0;background:linear-gradient(135deg,#ac92ec,#967adc);position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent)}.testimonials__title{text-align:center;margin-bottom:3rem;color:#fff;font-size:2.5rem;position:relative;font-family:Quicksand,sans-serif;display:flex;align-items:center;justify-content:center;gap:1rem}.testimonials__title em{color:#fff8e1;font-style:normal}.testimonials__title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(to right,transparent,rgba(255,255,255,.8),transparent);border-radius:2px;margin-top:0}.testimonials__slider{display:grid;gap:2rem}@media (min-width: 768px){.testimonials__slider{grid-template-columns:repeat(3,1fr)}}.testimonial{background-color:#8067b7;border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease;color:#fff}.testimonial:hover{transform:translateY(-5px);background-color:#9778d1}.testimonial__content{position:relative}.testimonial__content p{color:#fff;font-style:italic;line-height:1.6;font-size:1.1rem;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial__content p:before{content:'"';position:absolute;top:-1.5rem;left:-.5rem;font-size:4rem;color:#fff3;font-family:Georgia,serif;z-index:-1}.testimonial__author{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem}.testimonial__author-info h4{color:#fff;font-size:1.1rem;margin-bottom:.25rem}.testimonial__author-info p{color:#fffc;font-size:.9rem;margin:0}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#4fc1e9,#5d9cec);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent)}.cta-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='white'/%3E%3Ccircle cx='18' cy='2' r='1' fill='white'/%3E%3Ccircle cx='2' cy='18' r='1' fill='white'/%3E%3Ccircle cx='18' cy='18' r='1' fill='white'/%3E%3Ccircle cx='10' cy='10' r='1' fill='white'/%3E%3C/svg%3E") repeat;opacity:.1;animation:float 20s linear infinite}.cta-section__content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:2rem 0}.cta-section h2{font-family:Quicksand,sans-serif;font-size:2.8rem;margin-bottom:1.5rem;color:#fff;line-height:1.3}.cta-section h2 em{color:#fff8e1;font-style:normal}.cta-section p{font-size:1.3rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.cta-section__buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cta-section__buttons .btn{display:inline-block;padding:.8rem 2rem;border-radius:30px;font-weight:600;transition:all .3s ease;font-family:Quicksand,sans-serif;font-size:1.1rem;letter-spacing:.5px;text-decoration:none}.cta-section__buttons .btn-primary{background-color:#fff;color:#4fc1e9;border:2px solid white;box-shadow:0 4px 15px #0000001a}.cta-section__buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026;background-color:#ffffffe6}.cta-section__buttons .btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.cta-section__buttons .btn-secondary:hover{transform:translateY(-3px);background-color:#ffffff1a;box-shadow:0 8px 25px #0000001a}@media (max-width: 768px){.cta-section{padding:4rem 0}.cta-section h2{font-size:2.2rem}.cta-section p{font-size:1.1rem}.cta-section__buttons{flex-direction:column;align-items:center;gap:1rem}.cta-section__buttons .btn{width:100%;max-width:300px;text-align:center}}.page-header{background:linear-gradient(135deg,#4fc1e9,#5d9cec);color:#fff;padding:4rem 0;margin-bottom:0;position:relative;overflow:hidden}.page-header:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='2'%20cy='2'%20r='1'%20fill='white'/%3e%3ccircle%20cx='18'%20cy='2'%20r='1'%20fill='white'/%3e%3ccircle%20cx='2'%20cy='18'%20r='1'%20fill='white'/%3e%3ccircle%20cx='18'%20cy='18'%20r='1'%20fill='white'/%3e%3ccircle%20cx='10'%20cy='10'%20r='1'%20fill='white'/%3e%3c/svg%3e") repeat;opacity:.1;animation:float 20s linear infinite}.page-header__title{font-family:Quicksand,sans-serif;font-size:3rem;display:flex;align-items:center;gap:1.5rem;position:relative;z-index:1}.page-header__title i{font-size:2.5rem;animation:bounce 2s ease-in-out infinite}.about-section{padding:4rem 0;background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.about-section__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:center}@media (max-width: 992px){.about-section__grid{grid-template-columns:1fr;gap:2.5rem;align-items:start}}.about-section__content h2{font-family:Quicksand,sans-serif;font-size:2.5rem;margin-bottom:1.5rem;color:#f9a825;line-height:1.3}.about-section__content h2 em{color:#ac92ec;font-style:normal}.about-section__content p{font-size:1.1rem;margin-bottom:1.25rem;line-height:1.6;color:#5d4037}.about-section__content p:last-child{font-size:1.3rem;font-weight:600;color:#f9a825;font-family:Quicksand,sans-serif;margin-bottom:2rem}.about-section__features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid rgba(79,193,233,.2)}@media (max-width: 768px){.about-section__features{grid-template-columns:1fr;gap:1rem;margin-top:2rem;padding-top:2rem}}.about-section .feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fffc;border-radius:12px;box-shadow:0 4px 15px #4fc1e91a;transition:all .3s ease;border:1px solid rgba(79,193,233,.1)}.about-section .feature-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4fc1e926;background:#fff;border-color:#4fc1e933}.about-section .feature-item i{font-size:1.75rem;color:#4fc1e9;margin-bottom:.75rem;transition:transform .3s ease}.about-section .feature-item span{font-family:Quicksand,sans-serif;font-weight:600;color:#4fc1e9;font-size:1rem;line-height:1.4;transition:color .3s ease}.about-section .feature-item:hover i{transform:scale(1.1)}.about-section .feature-item:hover span{color:#5d9cec}.about-section__images{position:relative}.about-section .image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.about-section .image-grid__item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.about-section .image-grid__item:nth-child(1){grid-column:1/-1}.about-section .image-grid__item:hover{transform:translateY(-5px)}.about-section .image-grid__item img{width:100%;height:280px;object-fit:cover;transition:transform .5s ease}.about-section .image-grid__item:hover img{transform:scale(1.05)}.about-section .image-grid__item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#f9a8251a,#ac92ec33)}.values-section{padding:6rem 0;background:linear-gradient(135deg,#ac92ec,#967adc);color:#fff;position:relative;overflow:hidden;margin-top:4rem}.values-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent)}.values-section__title{font-family:Quicksand,sans-serif;font-size:3.5rem;text-align:center;margin-bottom:4rem;position:relative;display:flex;align-items:center;justify-content:center;gap:1.5rem}.values-section__title i{font-size:2.5rem;animation:bounce 2s ease-in-out infinite}.values-section__title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,transparent,rgba(255,255,255,.8),transparent);border-radius:2px}.values-section__content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.values-section__row{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image content";gap:4rem;align-items:stretch;margin-bottom:4rem;min-height:350px}.values-section__row .values-section__image{grid-area:image;height:100%}.values-section__row .values-section__mission,.values-section__row .values-section__vision{grid-area:content}.values-section__row--flipped{grid-template-areas:"content image"}@media (max-width: 992px){.values-section__row{grid-template-columns:1fr;grid-template-areas:"image" "content";gap:3rem;text-align:center;min-height:auto}.values-section__row--flipped{grid-template-areas:"image" "content"}}.values-section__image{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000026;height:100%;display:flex;align-items:center;justify-content:center}.values-section__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.values-section__image:hover img{transform:scale(1.05)}.values-section__mission,.values-section__vision{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease;height:100%;display:flex;flex-direction:column;justify-content:center}.values-section__mission:hover,.values-section__vision:hover{transform:translateY(-5px)}.values-section__mission h3,.values-section__vision h3{font-family:Quicksand,sans-serif;font-size:2rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}@media (max-width: 992px){.values-section__mission h3,.values-section__vision h3{justify-content:center}}.values-section__mission h3 i,.values-section__vision h3 i{font-size:1.8rem}.values-section__mission p,.values-section__vision p{font-size:1.1rem;line-height:1.7;color:#ffffffe6;margin-bottom:0}.values-section__highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;padding:0 1rem}@media (max-width: 768px){.values-section__highlights{grid-template-columns:1fr}}.values-section .highlight-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2.5rem;text-align:center;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.values-section .highlight-item:hover{transform:translateY(-5px)}.values-section .highlight-item i{font-size:2.5rem;margin-bottom:1rem;color:#ffffffe6}.values-section .highlight-item h4{font-family:Quicksand,sans-serif;font-size:1.3rem;margin-bottom:.75rem;color:#fff}.values-section .highlight-item p{font-size:.95rem;line-height:1.6;color:#ffffffe6}@keyframes float{0%{transform:translateY(0) translateZ(0)}to{transform:translateY(-20px) translateZ(20px)}}@keyframes bounce{0%,to{transform:translateY(0) translateZ(0)}50%{transform:translateY(-10px) translateZ(10px)}}@keyframes pulse{0%,to{transform:scale(1) translateZ(50px);opacity:.9}50%{transform:scale(1.05) translateZ(55px);opacity:1}}@keyframes rotate{0%{transform:rotate(0) translateZ(0)}to{transform:rotate(360deg) translateZ(20px)}}@keyframes twinkle{0%,to{opacity:.6;transform:scale(1) translateZ(0)}50%{opacity:1;transform:scale(1.2) translateZ(10px)}}@keyframes floatShape{0%,to{transform:translate(0) translateZ(0)}25%{transform:translate(10px,-15px) translateZ(10px)}50%{transform:translateY(-20px) translateZ(20px)}75%{transform:translate(-10px,-15px) translateZ(10px)}}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1) translateZ(30px)}50%{opacity:.8;transform:scale(1.1) translateZ(35px)}}.programs{padding:4rem 0;background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative}.programs:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.programs__title{font-family:Quicksand,sans-serif;font-size:3rem;text-align:center;margin-bottom:3rem;color:#f9a825;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:1rem}.programs__title i{font-size:2.5rem;color:#f9a825}.programs__title em{font-style:normal;color:#4fc1e9}.programs__title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.programs__tabs{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.programs__tab-list{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;justify-content:center}@media (max-width: 768px){.programs__tab-list{flex-direction:column;align-items:stretch}}.programs__tab-button{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border:1px solid rgba(79,193,233,.2);border-radius:25px;font-family:Quicksand,sans-serif;font-weight:600;color:#656d78;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #4fc1e91a;min-width:160px;justify-content:center}.programs__tab-button i{font-size:1.2rem;color:#4fc1e9}.programs__tab-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4fc1e926;border-color:#4fc1e94d}.programs__tab-button.active{background:#4fc1e9;color:#fff;border-color:#4fc1e9}.programs__tab-button.active i{color:#fff}.programs__tab-content{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 20px #00000014;margin:0 auto;max-width:1000px;transition:all .3s ease}.programs__tab-content:hover{box-shadow:0 12px 30px #0000001a}.programs__tab-panel{display:none}.programs__tab-panel.active{display:block;animation:fadeIn .5s ease}.program-details__content{width:100%;max-width:100%}.program-details__description{margin-bottom:3rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8;color:#656d78}.program-details__sections{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"section1 section2" "section3 section3";gap:2rem;margin-top:2rem}@media (max-width: 992px){.program-details__sections{grid-template-columns:1fr;grid-template-areas:"section1" "section2" "section3"}}.program-details__sections .program-details__section:nth-child(1){grid-area:section1}.program-details__sections .program-details__section:nth-child(2){grid-area:section2}.program-details__sections .program-details__section:nth-child(3){grid-area:section3}.program-details__section{background:#f9a8250d;border-radius:15px;padding:2rem;border:1px solid rgba(249,168,37,.1);transition:transform .3s ease,box-shadow .3s ease}.program-details__section:hover{transform:translateY(-5px);box-shadow:0 8px 24px #f9a82526}.program-details__section h3{font-family:Quicksand,sans-serif;font-size:1.4rem;color:#f9a825;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.program-details__section h3 i{font-size:1.3rem;color:#f9a825}.program-details__section ul{list-style:none;padding:0;margin:0}.program-details__section ul li{font-size:1.05rem;line-height:1.7;color:#656d78;margin-bottom:1rem;padding-left:1.75rem;position:relative}.program-details__section ul li:before{content:"•";color:#f9a825;position:absolute;left:0;font-size:1.2rem}.program-details__section ul li:last-child{margin-bottom:0}.program-details__schedule{margin-top:2rem;background:#4fc1e90d;border-radius:15px;padding:2rem;border:1px solid rgba(79,193,233,.1)}.program-details__schedule h4{font-family:Quicksand,sans-serif;font-size:1.4rem;color:#4fc1e9;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.program-details__schedule h4:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-size:1.2rem}.program-details__cta{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.program-details__cta .btn{padding:.75rem 1.5rem;border-radius:25px;font-family:Quicksand,sans-serif;font-weight:600;transition:all .3s ease;text-decoration:none}.program-details__cta .btn-primary{background:#f9a825;color:#fff}.program-details__cta .btn-primary:hover{background:#f57f17;transform:translateY(-2px)}.program-details__cta .btn-secondary{background:#fff;color:#4fc1e9;border:1px solid #4FC1E9}.program-details__cta .btn-secondary:hover{background:#4fc1e91a;transform:translateY(-2px)}.program-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.program-features .program-feature{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(249,168,37,.1);text-align:center}.program-features .program-feature:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000014}.program-features .program-feature i{font-size:2rem;color:#f9a825;margin-bottom:1rem}.program-features .program-feature h4{font-family:Quicksand,sans-serif;font-size:1.2rem;color:#4fc1e9;margin-bottom:.75rem}.program-features .program-feature p{font-size:1rem;line-height:1.6;color:#656d78;margin:0}.schedule-list{list-style:none;padding:0;margin:0}.schedule-list li{display:flex;gap:1rem;align-items:flex-start;margin-bottom:.75rem;font-size:1rem;line-height:1.6;color:#656d78}.schedule-list li strong{color:#4fc1e9;min-width:150px;font-weight:600}.schedule-list li:last-child{margin-bottom:0}.development-areas{display:grid;grid-template-columns:1fr;gap:1rem;max-width:100%}.development-areas .development-area{background:#fff;padding:1.5rem;border-radius:15px;border:1px solid rgba(79,193,233,.1);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center}.development-areas .development-area:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.development-areas .development-area h4{font-family:Quicksand,sans-serif;font-size:1.2rem;color:#4fc1e9;margin-bottom:0;margin-right:1.5rem;display:flex;align-items:center;gap:.5rem;min-width:180px}.development-areas .development-area h4 i{font-size:1.1rem}.development-areas .development-area p{font-size:1rem;line-height:1.6;color:#656d78;margin:0}@media (max-width: 768px){.programs{padding:3rem 0}.programs__title{font-size:2rem;margin-bottom:2rem}.programs__tab-content{padding:1.5rem}.program-details__description{text-align:left;margin-bottom:2rem}.program-details__description p{font-size:1rem;line-height:1.6}.program-details__section{padding:1.5rem}.program-details__section h3{font-size:1.2rem;margin-bottom:1rem}.program-details__section li{font-size:1rem;line-height:1.6}.schedule-list li{flex-direction:column;gap:.5rem}.schedule-list li strong{min-width:auto}.program-features{grid-template-columns:1fr;gap:1.5rem}}.programs__testimonials{margin-top:4rem;padding:3rem 0;background:linear-gradient(135deg,#ac92ec,#967adc);border-radius:20px;position:relative;overflow:hidden}.programs__testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.5),transparent)}.programs__testimonials h3{text-align:center;margin-bottom:2.5rem;color:#fff;font-size:2.2rem;position:relative;font-family:Quicksand,sans-serif;display:flex;align-items:center;justify-content:center;gap:1rem}.programs__testimonials h3 i{font-size:1.8rem;color:#fffc}.programs__testimonials h3:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,transparent,rgba(255,255,255,.8),transparent);border-radius:2px}.programs__testimonials .testimonial-slider{display:grid;gap:2rem;padding:0 2rem}@media (min-width: 768px){.programs__testimonials .testimonial-slider{grid-template-columns:repeat(2,1fr)}}.programs__testimonials .testimonial{background-color:#8067b7;border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,background-color .3s ease;color:#fff}.programs__testimonials .testimonial:hover{transform:translateY(-5px);background-color:#9778d1}.programs__testimonials .testimonial__content{position:relative}.programs__testimonials .testimonial__content p{color:#fff;font-style:italic;line-height:1.6;font-size:1.1rem;margin-bottom:1.5rem;position:relative;z-index:1}.programs__testimonials .testimonial__content p:before{content:'"';position:absolute;top:-1.5rem;left:-.5rem;font-size:4rem;color:#fff3;font-family:Georgia,serif;z-index:-1}.programs__testimonials .testimonial__author{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem}.programs__testimonials .testimonial__author-info h4{color:#fff;font-size:1.1rem;margin-bottom:.25rem}.programs__testimonials .testimonial__author-info p{color:#fffc;font-size:.9rem;margin:0}.programs__overview{margin-top:4rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 8px 20px #00000014}.programs__overview h3{text-align:center;margin-bottom:1.5rem;color:#f9a825;font-size:2rem;position:relative;font-family:Quicksand,sans-serif}.programs__overview h3:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.programs__overview p{text-align:center;max-width:800px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.8;color:#656d78}.programs__overview .programs__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.programs__overview .programs__features .feature-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f9a8250d;border-radius:15px;border:1px solid rgba(249,168,37,.1);transition:transform .3s ease,box-shadow .3s ease}.programs__overview .programs__features .feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #f9a82526}.programs__overview .programs__features .feature-card__icon{background:#f9a825;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.programs__overview .programs__features .feature-card__icon i{color:#fff;font-size:1.2rem}.programs__overview .programs__features .feature-card__content h4{font-family:Quicksand,sans-serif;font-size:1.2rem;color:#f9a825;margin-bottom:.5rem}.programs__overview .programs__features .feature-card__content p{font-size:1rem;line-height:1.6;color:#656d78;margin:0;text-align:left}.programs__cta{margin-top:4rem;padding:3rem;background:linear-gradient(135deg,#4fc1e9,#5d9cec);border-radius:20px;text-align:center;color:#fff}.programs__cta h3{font-family:Quicksand,sans-serif;font-size:2rem;margin-bottom:1rem}.programs__cta p{font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto 2rem}.programs__cta .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.programs__cta .cta-buttons .btn{padding:.75rem 1.5rem;border-radius:25px;font-family:Quicksand,sans-serif;font-weight:600;transition:all .3s ease;text-decoration:none}.programs__cta .cta-buttons .btn-primary{background:#f9a825;color:#fff}.programs__cta .cta-buttons .btn-primary:hover{background:#f57f17;transform:translateY(-2px)}.programs__cta .cta-buttons .btn-secondary{background:#fff;color:#4fc1e9}.programs__cta .cta-buttons .btn-secondary:hover{background:#ffffffe6;transform:translateY(-2px)}.calendar-section{padding:4rem 0;background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative}.calendar-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.calendar-section__intro{text-align:center;max-width:800px;margin:0 auto 3rem;position:relative;z-index:1}.calendar-section__intro h2{font-family:Quicksand,sans-serif;font-size:2.5rem;color:#f9a825;margin-bottom:1.5rem;position:relative}.calendar-section__intro h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.calendar-section__intro h2 em{font-style:normal;color:#4fc1e9}.calendar-section__intro p{font-size:1.2rem;color:#656d78;line-height:1.8}.calendar-section__tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;position:relative;z-index:1}@media (max-width: 768px){.calendar-section__tabs{flex-direction:column;align-items:stretch}}.calendar-section__views{margin-bottom:4rem;position:relative;z-index:1}.calendar-tab{background:none;border:2px solid #4FC1E9;padding:1rem 2rem;border-radius:30px;color:#4fc1e9;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:200px;font-family:Quicksand,sans-serif}.calendar-tab i{font-size:1.2rem}.calendar-tab:hover{background-color:#4fc1e91a;transform:translateY(-2px);box-shadow:0 4px 12px #4fc1e926}.calendar-tab.active{background-color:#4fc1e9;color:#fff}.calendar-view{display:none}.calendar-view.active{display:block;animation:fadeIn .5s ease}.calendar-embed{position:relative;width:100%;height:0;padding-bottom:75%;overflow:hidden;background-color:#fff;border-radius:20px;box-shadow:0 8px 20px #00000014;transition:all .3s ease}.calendar-embed:hover{box-shadow:0 12px 30px #0000001a}.calendar-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.upcoming-events{background-color:#fff;border-radius:20px;box-shadow:0 8px 20px #00000014;padding:2.5rem;transition:all .3s ease}.upcoming-events:hover{box-shadow:0 12px 30px #0000001a}.upcoming-events h2{color:#f9a825;margin-bottom:2rem;text-align:center;font-family:Quicksand,sans-serif;font-size:2rem}.event-list{display:grid;gap:1.5rem}.event-item{display:flex;gap:1.5rem;padding:1.5rem;background-color:#f9a8250d;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(249,168,37,.1)}.event-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f9a82526}@media (max-width: 576px){.event-item{flex-direction:column;text-align:center}}.event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:80px;padding:1rem;background-color:#4fc1e9;color:#fff;border-radius:15px}.event-date .month{font-size:.9rem;font-weight:600;text-transform:uppercase}.event-date .day{font-size:1.8rem;font-weight:700;line-height:1}.event-details{flex:1}.event-details h3{color:#f9a825;margin-bottom:.5rem;font-size:1.2rem;font-family:Quicksand,sans-serif}.event-details p{color:#656d78;margin-bottom:.5rem;line-height:1.6}.event-details .event-time{display:flex;align-items:center;gap:.5rem;color:#4fc1e9;font-size:.9rem}.event-details .event-time i{font-size:1rem}@media (max-width: 576px){.event-details .event-time{justify-content:center}}.calendar-section__subscribe{text-align:center;max-width:600px;margin:0 auto;padding:3rem 0;position:relative;z-index:1}.calendar-section__subscribe h2{color:#f9a825;margin-bottom:1rem;font-family:Quicksand,sans-serif}.calendar-section__subscribe p{margin-bottom:2rem;color:#656d78;line-height:1.6}.subscribe-button{display:inline-flex;align-items:center;gap:.5rem;background-color:transparent;color:#4fc1e9;padding:.6rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;border:1px solid #4FC1E9;font-family:Quicksand,sans-serif;text-decoration:none}.subscribe-button:hover{background-color:#4fc1e91a;transform:translateY(-2px);box-shadow:none}.subscribe-button i{font-size:1.2rem}.forms-section{padding:4rem 0;background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative}.forms-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.forms-section__intro{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:#656d78;position:relative;z-index:1}.forms-section__intro h2{font-family:Quicksand,sans-serif;font-size:2.5rem;color:#f9a825;margin-bottom:1.5rem;position:relative}.forms-section__intro h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.forms-section__intro h2 em{font-style:normal;color:#4fc1e9}.forms-section__intro p{line-height:1.8}.forms-section__categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;padding:0 1rem;position:relative;z-index:1;max-width:1200px;margin:0 auto}.forms-category{background:#fff;border-radius:20px;box-shadow:0 8px 20px #00000014;padding:2.5rem;transition:all .3s ease}.forms-category:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.forms-category__title{font-family:Quicksand,sans-serif;font-size:1.5rem;color:#f9a825;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;position:relative;padding-bottom:1rem}.forms-category__title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#F9A825,transparent);border-radius:2px}.forms-category__title i{font-size:1.3rem;color:#f9a825}.document-list{display:flex;flex-direction:column;gap:1rem}.document-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background-color:#f9a8250d;border-radius:15px;transition:all .3s ease;border:1px solid rgba(249,168,37,.1);text-decoration:none}.document-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f9a82526}.document-item__icon{font-size:1.5rem;color:#4fc1e9;min-width:40px;text-align:center}.document-item__icon.fa-file-pdf{color:#e74c3c}.document-item__icon.fa-file-word{color:#3498db}.document-item__content{flex:1}.document-item__content h4{font-family:Quicksand,sans-serif;font-size:1.1rem;color:#656d78;margin-bottom:.25rem;font-weight:600}.document-item__content p{font-size:.9rem;color:#8c9bab;margin:0}.document-item__actions{display:flex;gap:.5rem}.document-item__actions .btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:transparent;color:#4fc1e9;border:1px solid #4FC1E9;transition:all .3s ease}.document-item__actions .btn:hover{background:#4fc1e91a;transform:translateY(-2px)}.document-item__actions .btn--download{color:#f9a825;border-color:#f9a825}.document-item__actions .btn--download:hover{background:#f9a8251a}.forms-section__help{text-align:center;max-width:800px;margin:4rem auto 0;padding:2.5rem;background:#fff;border-radius:20px;box-shadow:0 8px 20px #00000014;position:relative;z-index:1;transition:all .3s ease}.forms-section__help:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.forms-section__help h3{font-family:Quicksand,sans-serif;font-size:1.8rem;color:#f9a825;margin-bottom:1.5rem}.forms-section__help p{font-size:1.1rem;color:#656d78;line-height:1.6;margin-bottom:2rem}.forms-section__help .help-options{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.forms-section__help .help-options .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;border-radius:30px;font-weight:600;transition:all .3s ease;font-family:Quicksand,sans-serif;font-size:1.1rem;letter-spacing:.5px;text-decoration:none}.forms-section__help .help-options .btn-primary{background-color:#4fc1e9;color:#fff;border:2px solid #4FC1E9;box-shadow:0 4px 15px #4fc1e933}.forms-section__help .help-options .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4fc1e94d;background-color:#5d9cec;border-color:#5d9cec}.forms-section__help .help-options .btn-secondary{background-color:transparent;color:#f9a825;border:2px solid #F9A825}.forms-section__help .help-options .btn-secondary:hover{transform:translateY(-3px);background-color:#f9a8251a;box-shadow:0 8px 25px #f9a82533}@media (max-width: 768px){.forms-section__help .help-options{flex-direction:column;align-items:center;gap:1rem}.forms-section__help .help-options .btn{width:100%;max-width:300px;text-align:center;justify-content:center}}@media (max-width: 768px){.forms-section{padding:3rem 0}.forms-section__categories{grid-template-columns:1fr;gap:2rem}.forms-section__intro h2{font-size:2rem}.forms-section__intro p{font-size:1rem}.forms-category{padding:1.75rem}.forms-category__title{font-size:1.3rem;margin-bottom:1.25rem}.document-item{padding:1rem;gap:1rem}.document-item__icon{font-size:1.25rem}.document-item__content h4{font-size:1rem}.document-item__content p{font-size:.85rem}}.contact-section{padding:4rem 0;background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.contact-section__intro{text-align:center;max-width:800px;margin:0 auto 3rem;position:relative;z-index:1}.contact-section__intro h1{font-family:Quicksand,sans-serif;font-size:2.5rem;color:#f9a825;margin-bottom:1.5rem;position:relative}.contact-section__intro h1:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.contact-section__intro h1 em{font-style:normal;color:#4fc1e9}.contact-section__intro p{font-size:1.1rem;color:#656d78;line-height:1.8}.contact-section__content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-bottom:4rem;position:relative;z-index:1}@media (max-width: 992px){.contact-section__content{grid-template-columns:1fr}}.contact-section .contact-info{display:grid;gap:1.5rem}.contact-section .contact-info__card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 20px #00000014;transition:all .3s ease}.contact-section .contact-info__card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.contact-section .contact-info__card h3{font-family:Quicksand,sans-serif;font-size:1.4rem;color:#f9a825;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.contact-section .contact-info__card h3 i{font-size:1.3rem;color:#f9a825}.contact-section .contact-info__item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.contact-section .contact-info__item:last-child{margin-bottom:0}.contact-section .contact-info__item i{font-size:1.2rem;color:#4fc1e9;margin-top:.25rem}.contact-section .contact-info__item .content h4{font-family:Quicksand,sans-serif;font-size:1.1rem;color:#656d78;margin-bottom:.25rem}.contact-section .contact-info__item .content p,.contact-section .contact-info__item .content a{font-size:1rem;color:#8c9bab;margin:0;line-height:1.6;text-decoration:none;transition:color .3s ease}.contact-section .contact-info__item .content p:hover,.contact-section .contact-info__item .content a:hover{color:#4fc1e9}.contact-section .contact-form{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 20px #00000014;transition:all .3s ease}.contact-section .contact-form:hover{box-shadow:0 12px 30px #0000001a}.contact-section .contact-form h3{font-family:Quicksand,sans-serif;font-size:1.8rem;color:#f9a825;margin-bottom:1.5rem;text-align:center;position:relative}.contact-section .contact-form h3:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.contact-section .contact-form .form-group{margin-bottom:1.5rem}.contact-section .contact-form .form-group label{display:block;font-family:Quicksand,sans-serif;font-weight:600;color:#656d78;margin-bottom:.5rem}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea,.contact-section .contact-form .form-group select{width:100%;padding:.75rem 1rem;border:1px solid rgba(79,193,233,.2);border-radius:15px;background:#4fc1e90d;color:#656d78;font-family:Quicksand,sans-serif;transition:all .3s ease}.contact-section .contact-form .form-group input:focus,.contact-section .contact-form .form-group textarea:focus,.contact-section .contact-form .form-group select:focus{outline:none;border-color:#4fc1e9;box-shadow:0 0 0 3px #4fc1e91a}.contact-section .contact-form .form-group textarea{min-height:150px;resize:vertical}.contact-section .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.contact-section .contact-form .form-row{grid-template-columns:1fr}}.contact-section .contact-form .btn-submit{display:inline-block;padding:.6rem 1.5rem;background:transparent;color:#4fc1e9;border:1px solid #4FC1E9;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:Quicksand,sans-serif;font-size:.95rem;letter-spacing:.5px;box-shadow:none;cursor:pointer}.contact-section .contact-form .btn-submit:hover{background:#4fc1e91a;transform:translateY(-2px);box-shadow:none}.contact-section .contact-form .btn-submit:active{transform:translateY(-1px);box-shadow:none}.contact-section .contact-success-banner{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(46,125,50,.25);background:#4caf501f;color:#1b5e20}.contact-section .contact-success-banner i{font-size:1rem;color:#2e7d32}.contact-section .contact-success-banner p{margin:0;line-height:1.4;font-weight:600}.contact-section .contact-success-banner.is-hidden{display:none}.contact-section .map-section{position:relative;z-index:1}.contact-section .map-section h3{font-family:Quicksand,sans-serif;font-size:1.8rem;color:#f9a825;margin-bottom:1.5rem;text-align:center;position:relative}.contact-section .map-section h3:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.contact-section .map-section .map-container{height:400px;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px #00000014}.contact-section .map-section .map-container iframe{width:100%;height:100%;border:none}.contact-section__faq{margin-top:4rem;position:relative;z-index:1}.contact-section__faq h2{font-family:Quicksand,sans-serif;font-size:2rem;color:#f9a825;margin-bottom:2rem;text-align:center;position:relative}.contact-section__faq h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.contact-section__faq .faq-container{max-width:800px;margin:0 auto;display:grid;gap:1.5rem}.contact-section__faq .faq-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.contact-section__faq .faq-item:hover{box-shadow:0 8px 25px #0000001f}.contact-section__faq .faq-item.active .faq-question{background-color:#4fc1e91a}.contact-section__faq .faq-item.active .faq-question h3{color:#4fc1e9}.contact-section__faq .faq-item.active .faq-answer{max-height:500px;padding:1.5rem;opacity:1}.contact-section__faq .faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.contact-section__faq .faq-question h3{font-family:Quicksand,sans-serif;font-size:1.2rem;color:#656d78;margin:0;transition:color .3s ease}.contact-section__faq .faq-question .faq-toggle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#4fc1e91a;color:#4fc1e9;transition:all .3s ease}.contact-section__faq .faq-question .faq-toggle i{font-size:.8rem;transition:transform .3s ease}.contact-section__faq .faq-question .faq-toggle .fa-minus{transform:rotate(180deg)}.contact-section__faq .faq-question:hover{background-color:#4fc1e90d}.contact-section__faq .faq-question:hover h3{color:#4fc1e9}.contact-section__faq .faq-question:hover .faq-toggle{background:#4fc1e933}.contact-section__faq .faq-answer{max-height:0;padding:0 1.5rem;overflow:hidden;opacity:0;transition:all .3s ease}.contact-section__faq .faq-answer p{font-size:1rem;line-height:1.6;color:#656d78;margin:0}@media (max-width: 768px){.contact-section{padding:2rem 0}.contact-section__faq .faq-question{padding:1.25rem}.contact-section__faq .faq-question h3{font-size:1.1rem}.contact-section__faq .faq-answer{padding:0 1.25rem}.contact-section__faq .faq-answer.active{padding:1.25rem}.contact-form{padding:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.625rem}}.members-section{padding:3rem 0;min-height:calc(100vh - 400px);background:linear-gradient(135deg,#fffdf0,#fff8e1);position:relative}.members-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F9A825' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.maintenance-message{max-width:800px;margin:0 auto;padding:0;position:relative;z-index:1}.maintenance-content{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 8px 20px #00000014;transition:all .3s ease}.maintenance-content:hover{box-shadow:0 12px 30px #0000001a}.maintenance-content .maintenance-icon{font-size:4rem;color:#f9a825;margin-bottom:1.5rem;animation:spin 10s linear infinite}.maintenance-content h2{font-family:Quicksand,sans-serif;color:#f9a825;font-size:2.5rem;margin-bottom:1.5rem;position:relative}.maintenance-content h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,transparent,#F9A825,transparent);border-radius:2px}.maintenance-content h2 em{font-style:normal;color:#4fc1e9}.maintenance-content p{color:#656d78;font-size:1.1rem;margin-bottom:2rem;line-height:1.8}.feature-list{list-style:none;padding:0;margin:0 auto 2rem;display:grid;gap:1rem;max-width:600px}.feature-list li{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#f9a8250d;border-radius:15px;transition:all .3s ease;border:1px solid rgba(249,168,37,.1);text-align:left}.feature-list li:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f9a82526}.feature-list li i{font-size:1.2rem;color:#4fc1e9;min-width:24px}.feature-list li span{font-size:1rem;color:#656d78;line-height:1.6}.coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background-color:#4fc1e91a;color:#4fc1e9;border-radius:25px;font-weight:600;font-family:Quicksand,sans-serif;font-size:.95rem;margin-bottom:1.5rem}.coming-soon-badge i{font-size:1rem}.login-button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:transparent;color:#4fc1e9;border:1px solid #4FC1E9;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:Quicksand,sans-serif;font-size:.95rem;letter-spacing:.5px;box-shadow:none}.login-button:hover{background:#4fc1e91a;transform:translateY(-2px);box-shadow:none}.login-button:active{transform:translateY(-1px);box-shadow:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-10px) translate(10px)}to{transform:translateY(0) translate(0)}}.contact-info{color:var(--text-color-light);font-size:1rem}.contact-info a{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease}.contact-info a:hover{color:var(--primary-color-dark);text-decoration:underline}.login-container{max-width:500px;margin:0 auto}.login-form-wrapper{background:var(--white);border-radius:10px;padding:2.5rem;box-shadow:0 4px 6px #0000001a}.login-form-wrapper h2{color:var(--text-color);text-align:center;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-form-wrapper h2 i{color:var(--primary-color)}.login-form-wrapper p{text-align:center;color:var(--text-color-light);margin-bottom:2rem}.login-form{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--text-color);font-weight:600}.password-input{position:relative;display:flex;align-items:center}.password-input input{width:100%}.password-input .password-toggle{position:absolute;right:1rem;background:none;border:none;color:var(--text-color-light);cursor:pointer;padding:0;font-size:1.1rem;transition:color .3s ease}.password-input .password-toggle:hover{color:var(--primary-color)}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.5rem}.remember-me{display:flex;align-items:center;gap:.5rem;color:var(--text-color);cursor:pointer}.remember-me input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.forgot-password{color:var(--primary-color);text-decoration:none;font-size:.9rem;transition:color .3s ease}.forgot-password:hover{color:var(--primary-color-dark);text-decoration:underline}.login-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-color)}.login-footer p{margin-bottom:.5rem}.register-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease}.register-link:hover{color:var(--primary-color-dark);text-decoration:underline}.dashboard{max-width:1200px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h2{color:var(--text-color)}.dashboard-header h2 .parent-name{color:var(--primary-color)}.logout-button{background:none;border:2px solid var(--danger-color);color:var(--danger-color);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.logout-button:hover{background-color:var(--danger-color);color:#fff}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.dashboard-card{background:var(--white);border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.card-header{background-color:var(--primary-color-light);padding:1rem;display:flex;align-items:center;gap:.5rem}.card-header i{color:var(--primary-color);font-size:1.2rem}.card-header h3{color:var(--text-color);font-size:1.1rem;margin:0}.card-content{padding:1rem}.children-list,.events-list,.documents-list,.notifications-list{list-style:none;padding:0;margin:0}.children-list li,.events-list li,.documents-list li,.notifications-list li{padding:.75rem 0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.children-list li:last-child,.events-list li:last-child,.documents-list li:last-child,.notifications-list li:last-child{border-bottom:none;padding-bottom:0}.children-list li:first-child,.events-list li:first-child,.documents-list li:first-child,.notifications-list li:first-child{padding-top:0}.child-name{font-weight:600;color:var(--text-color)}.child-class{color:var(--text-color-light);font-size:.9rem}.event-date{background-color:var(--primary-color-light);color:var(--primary-color);padding:.25rem .5rem;border-radius:4px;font-size:.9rem;font-weight:600}.event-title{color:var(--text-color)}.documents-list li{gap:.5rem}.documents-list li i{color:var(--text-color-light);font-size:1.1rem}.documents-list li i.fa-file-pdf{color:#dc3545}.documents-list li i.fa-file-word{color:#0d6efd}.notification-item{flex-direction:column;align-items:flex-start!important;gap:.25rem}.notification-item.unread .notification-text{color:var(--primary-color);font-weight:600}.notification-time{font-size:.8rem;color:var(--text-color-light)}@media (max-width: 768px){.members-section{padding:2rem 0}.login-form-wrapper{padding:1.5rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.dashboard-grid{grid-template-columns:1fr}.maintenance-content{padding:2rem 1.5rem}.maintenance-content .maintenance-icon{font-size:3rem;margin-bottom:1rem}.maintenance-content h2{font-size:2rem;margin-bottom:1rem}.maintenance-content p{font-size:1rem;margin-bottom:1.5rem}.feature-list{gap:.75rem;margin-bottom:1.5rem}.feature-list li{padding:.75rem 1rem}.feature-list li i{font-size:1.1rem}.feature-list li span{font-size:.95rem}}html{scroll-behavior:smooth;scroll-padding-top:100px}body{color:#344054;background:#fffefa}main{min-height:65vh}:focus-visible{outline:3px solid #59379b;outline-offset:5px}[hidden]{display:none!important}.skip-link{position:fixed;top:-100px;left:1rem;z-index:2000;padding:1rem;background:#fff;color:#23374d}.skip-link:focus{top:1rem}.header{background:#fffefa;border-bottom:1px solid #eeeae2;box-shadow:0 3px 20px #263f5010;padding:.8rem 0}.header .container{gap:1rem}.brand{display:flex;gap:.7rem;align-items:center;color:#304f65;flex-shrink:0;font-weight:700;font-size:1.05rem}.brand img{width:48px;height:48px;object-fit:contain}.brand small{display:block;font-size:.65rem;font-weight:500;color:#667085;margin-top:2px}.header .nav__list{gap:.1rem;flex-wrap:nowrap}.header .nav__item{margin:0}.header .nav__link{color:#415267;text-transform:none;font-size:.83rem;padding:.65rem .6rem}.header .nav__link[aria-current=page]{color:var(--brand-primary);background:#eaf5f7}.header .mobile-menu-toggle span{background:#344054}.hero-section{margin-top:80px;padding:5rem 0 4rem;background:linear-gradient(135deg,#fff7df,#faf4ff)}.hero-section__intro h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.16;letter-spacing:-.04em;color:#344054}.hero-section__intro h1 .font-comic{display:block;color:var(--brand-accent)}.hero-section__intro p{color:#596579;font-size:1.15rem;max-width:650px;margin:1.5rem auto 2rem}.hero-section__intro{max-width:880px}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.btn-primary,.hero-section .btn-primary,.cta-section .btn-primary{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.features__item-image img,.programs-preview__item-image img{width:100%;height:210px;object-fit:cover}.features__item,.programs-preview__item{border:1px solid #eee9e0;box-shadow:0 6px 22px #34405408}.about-section__content h1,.contact-section__intro h1{font-size:clamp(2rem,4vw,3rem);color:#344054}.resource-page{padding:140px 0 80px;background:linear-gradient(180deg,#f4f8f6,#fffefa 430px)}.resource-intro{text-align:center;max-width:750px;margin:0 auto 3rem}.eyebrow{display:block;color:var(--brand-primary);font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700;margin-bottom:1rem}.resource-intro h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.2;letter-spacing:-.03em;color:#304f50}.resource-intro p{font-size:1.1rem;color:#64716e}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.resource-card{padding:1.6rem;background:#fff;border:1px solid #e1e8e2;border-radius:18px;color:#344054;display:flex;flex-direction:column;gap:.4rem;box-shadow:0 5px 16px #304f5005}a.resource-card:hover{border-color:var(--brand-primary);transform:translateY(-3px);color:#344054}.resource-card h2,.resource-card h3{font-size:1.1rem;line-height:1.5;margin:0 0 .5rem}.resource-card p{font-size:.95rem;color:#64716e}.card-link{margin-top:auto;padding-top:1rem;color:var(--brand-primary);font-weight:700;font-size:.85rem}.file-type{font-size:.65rem;letter-spacing:.1em;color:var(--brand-accent);background:#f4effb;border-radius:5px;padding:.25rem .5rem;align-self:flex-start;margin-bottom:.8rem}.resource-group{margin:2.5rem 0}.resource-group>h2{font-size:1.4rem}.notice{padding:1.4rem 1.7rem;background:#f1eef8;border-left:3px solid var(--brand-accent);border-radius:0 12px 12px 0;margin-bottom:2rem}.notice p:last-child{margin-bottom:0}.empty-state{max-width:650px;margin:auto;text-align:center;padding:3rem;border:1px dashed #c4d6ce;border-radius:18px;background:#fff}.empty-state i{font-size:2rem;margin-bottom:1.5rem;color:var(--brand-primary)}.events-list{display:grid;gap:1rem;margin-bottom:2rem}.event-card{flex-direction:row;align-items:flex-start;gap:2rem}.event-card time{color:var(--brand-primary);font-weight:700;min-width:130px}.calendar-frame{width:100%;height:650px;border:0;margin:2rem 0}.prose{max-width:820px}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.5rem}.footer{background:#263f44;padding:3.5rem 0 1.5rem}.footer a{color:#e4f0e9}.footer p,.footer__link{font-size:.9rem;line-height:1.8}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;font-size:.8rem}.announcement{margin-top:80px;background:#f1e9fa;text-align:center;padding:.7rem 1rem}body:has(.announcement) .hero-section{margin-top:0}.faq-question{cursor:pointer}.faq-answer{max-height:none!important}@media (max-width: 1000px){.brand small{display:none}.brand{font-size:.85rem}.header .container{padding:0 1rem}.header .nav__link{padding:.6rem .35rem;font-size:.77rem}}@media (max-width: 768px){.header .nav__list{background:#fffefa;padding:1rem;border-bottom:1px solid #eee}.header .nav__link{font-size:1rem;padding:.7rem 1rem}.header .nav{width:auto;margin-left:auto}.brand{font-size:1rem}.header .container{gap:.5rem}.resource-grid{grid-template-columns:1fr}.resource-page{padding-top:120px}.resource-intro{margin-bottom:2rem}.event-card{flex-direction:column;gap:.5rem}.footer__bottom{flex-direction:column}.hero-section{padding:2.5rem 0}.hero-section__intro{padding:1.5rem 0}.hero-section__intro__buttons{flex-wrap:wrap}.empty-state{padding:2rem 1rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.hero-section .btn-secondary{color:#845212;border-color:#ad7224}.programs__title{color:#344054}.programs__tab-button{min-height:44px}.btn{padding:.85rem 1.4rem;border:1px solid transparent;border-radius:999px;font:600 .95rem/1.3 Quicksand,sans-serif;cursor:pointer;text-align:center;text-decoration:none}.btn-outline,.btn-secondary{border-color:var(--brand-primary);color:var(--brand-primary);background:transparent}.contact-form button[type=submit]{border:0;padding:1rem 1.8rem;width:100%}
