:root{--primary:#4ecdc4;--primary-dark:#1a535c;--secondary:#ff6b6b;--accent:#ffe66d;--light:#f7f9fc;--dark:#2d3748;--transition:all 0.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f7f9fc;background-color:var(--light);color:#2d3748;color:var(--dark);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.navbar{align-items:center;background:#fff;box-shadow:0 2px 15px #0000001a;display:flex;justify-content:space-between;padding:1rem 5%;position:fixed;top:0;width:100%;z-index:1000}.logo{color:#4ecdc4;color:var(--primary);font-size:1.8rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{border-radius:8px;color:#2d3748;color:var(--dark);font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.nav-links a:hover{background:#4ecdc41a;color:#4ecdc4;color:var(--primary)}.hero{align-items:center;background:linear-gradient(#0000004d,#0000004d),url(https://images.unsplash.com/photo-1516627145497-ae6968895b74) 50%/cover;color:#fff;display:flex;height:100vh;justify-content:center;margin-top:80px;padding:0 5%;text-align:center}.hero-content h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px #00000080}.hero-content p{font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;text-shadow:1px 1px 2px #00000080}.cta-button{background:#ff6b6b;background:var(--secondary);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease;transition:var(--transition)}.cta-button:hover{background:#ff5252;box-shadow:0 5px 15px #ff6b6b4d;transform:translateY(-3px)}.programs-section{background:#fff;padding:5rem 5%}.section-title{margin-bottom:3rem;text-align:center}.section-title h2{color:#1a535c;color:var(--primary-dark);font-size:2.5rem;margin-bottom:1rem}.section-title p{color:#666;margin:0 auto;max-width:600px}.programs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.program-card{background:#fff;border:3px solid #0000;border-radius:16px;box-shadow:0 5px 25px #00000014;padding:2rem;text-align:center;transition:all .3s ease;transition:var(--transition)}.program-card:hover{border-color:#ffe66d;border-color:var(--accent);transform:translateY(-10px)}.program-icon{color:#4ecdc4;color:var(--primary);font-size:2.5rem;margin-bottom:1.5rem}.about-section{background:#f7f9fc;background:var(--light);padding:5rem 5%}.about-content{margin:0 auto;max-width:1000px;text-align:center}.contact-section{background:#fff;padding:5rem 5%}.contact-container{background:#f7f9fc;background:var(--light);border-radius:16px;box-shadow:0 5px 25px #00000014;margin:0 auto;max-width:800px;padding:3rem}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.contact-item{background:#fff;border-radius:12px;box-shadow:0 3px 15px #0000001a;padding:1.5rem;text-align:center}.contact-item h3{color:#1a535c;color:var(--primary-dark)}.footer{background:#1a535c;background:var(--primary-dark);color:#fff;margin-top:5rem;padding:3rem 5%}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.footer-section h3{color:#ffe66d;color:var(--accent);margin-bottom:1.5rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#fff;font-size:1.5rem;transition:all .3s ease;transition:var(--transition)}.social-links a:hover{color:#ffe66d;color:var(--accent)}.mobile-menu-btn{background:none;border:none;color:#1a535c;color:var(--primary-dark);cursor:pointer;display:none;font-size:1.5rem;font-size:1.8rem;padding:.5rem}@media (max-width:768px){.mobile-menu-btn{display:block}.nav-links{background:#fff;box-shadow:0 5px 15px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;top:80px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%}.nav-links.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-links a{border-bottom:1px solid #eee;padding:1rem;text-align:center;width:100%}.nav-links a:last-child{border-bottom:none}.hero{height:80vh;margin-top:80px}}body.menu-open{overflow:hidden}.tour-section{background:#f7f9fc;background:var(--light);margin-top:80px;min-height:100vh;padding:5rem 5%}.tour-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.tour-form{background:#fff;border-radius:16px;box-shadow:0 5px 25px #00000014;padding:2.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{color:#1a535c;color:var(--primary-dark);display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:1rem;transition:all .3s ease;transition:var(--transition);width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4ecdc4;border-color:var(--primary);box-shadow:0 0 0 3px #4ecdc41a;outline:none}.tour-info{align-self:start;background:#fff;border-radius:16px;box-shadow:0 5px 25px #00000014;padding:2.5rem}.tour-info h3{color:#1a535c;color:var(--primary-dark);margin-bottom:1.5rem}.tour-info ul{list-style:none;margin-bottom:2rem}.tour-info li{border-bottom:1px solid #eee;padding:.5rem 0}.contact-alternative{background:#ffe66d;background:var(--accent);border-radius:12px;padding:1.5rem;text-align:center}.phone-number{color:#1a535c;color:var(--primary-dark);font-size:1.5rem;font-weight:700;margin:.5rem 0}.success-message{background:#d4edda;color:#155724}.error-message,.success-message{border-radius:8px;margin-top:1rem;padding:1rem;text-align:center}.error-message{background:#f8d7da;color:#721c24}@media (max-width:768px){.form-row,.tour-container{grid-template-columns:1fr}.tour-section{padding:2rem 5%}}.form-group{position:relative}.error-text{color:#e53e3e;display:block;font-size:.875rem;margin-top:.25rem}input.error,textarea.error{border-color:#e53e3e!important;box-shadow:0 0 0 3px #e53e3e1a!important}input.error:focus,textarea.error:focus{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}input:valid:not(:placeholder-shown):not(.error),textarea:valid:not(:placeholder-shown):not(.error){border-color:#38a169!important}label[required]:after{color:#e53e3e;content:" *"}input[type=date]{color:#2d3748;color:var(--dark)}input[type=date]:invalid{color:#a0aec0}.about-wrap{padding:2.5rem 1.25rem 4rem}.about-hero{margin-bottom:1.25rem;text-align:center}.about-hero h1{font-size:clamp(1.7rem,3.2vw,2.4rem);margin:0}.about-tagline{color:#4b5563;font-size:clamp(1rem,2vw,1.1rem);margin:.4rem 0 0}.about-strip{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:.75rem 0 1.25rem}.about-chip{border:1px solid #e6e8ee;border-radius:999px;font-size:.92rem;padding:.4rem .65rem}.card{background:#fff;border:1px solid #edf0f5;border-radius:16px;box-shadow:0 6px 18px #0000000a;padding:1.1rem 1.2rem}.about-trio{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:880px){.about-trio{grid-template-columns:1.2fr .9fr .9fr}}.about-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem}@media(min-width:900px){.about-grid{grid-template-columns:1fr 1fr}}.about-dual{grid-gap:1rem;display:grid;gap:1rem;margin:1rem 0}@media(min-width:900px){.about-dual{grid-template-columns:1fr 1fr}}.panel{background:#fbfcfe;border:1px solid #edf0f5;border-radius:16px;padding:1rem 1.1rem}.about-divider{background:linear-gradient(90deg,#0000,#e9edf3,#0000);height:1px;margin:.9rem 0}.about-list{margin:.25rem 0 0;padding-left:1.1rem}.about-list li{margin:.25rem 0}.cols{grid-gap:.6rem;display:grid;gap:.6rem}@media(min-width:760px){.cols{grid-template-columns:1fr 1fr}}.about-kv{grid-gap:.4rem .75rem;display:grid;gap:.4rem .75rem;grid-template-columns:5.5ch 1fr;margin:.5rem 0 1rem}.about-kv dt{color:#1f2937;font-weight:600}.about-kv dd{color:#374151;margin:0}.about-hours{color:#111827}.about-address{color:#374151;font-style:normal}.btn-primary{background:#16a34a;border:1px solid #16a34a;border-radius:10px;color:#fff;display:inline-block;font-weight:600;margin-top:.6rem;padding:.6rem .9rem;text-decoration:none}.btn-primary:hover{filter:brightness(.96)}.muted{color:#6b7280;margin-top:.4rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:.25rem 0 0;padding:0}.tags li{background:#f3f7fb;border:1px solid #e6edf7;border-radius:999px;padding:.35rem .6rem}.about-footer{margin-top:1.25rem}.kv-grid{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:1fr}@media(min-width:780px){.kv-grid{grid-template-columns:1fr 1fr}}.about-wrap{margin:0 auto;max-width:1100px;padding:6.5rem 5% 4rem}.about-hero h1{color:#1a535c;color:var(--primary-dark)}.about-tagline{color:#445266}.about-chip{background:#4ecdc41a;border-color:#4ecdc459;color:#1a535c;color:var(--primary-dark);font-weight:600}.card{border-color:#e7edf4;box-shadow:0 10px 28px #1a535c0f}.card h3{color:#1a535c;color:var(--primary-dark);margin:0 0 .35rem}.card-accent{overflow:hidden;position:relative}.card-accent:before{background:linear-gradient(90deg,#4ecdc4,#ff6b6b);background:linear-gradient(90deg,var(--primary),var(--secondary));content:"";height:4px;inset:0 0 auto 0;position:absolute}.panel{background:#fff;border-color:#eaf0f6}.about-list{list-style:none;margin:.35rem 0 0;padding-left:0}.about-list li{color:#334155;padding:.35rem 0 .35rem 1.45rem;position:relative}.about-list li:before{background:#ff6b6b;background:var(--secondary);border-radius:50%;box-shadow:0 0 0 3px #ff6b6b21;content:"";height:.5rem;left:.25rem;position:absolute;top:.78rem;width:.5rem}.about-hours{color:#1a3748;font-weight:700}.about-address{color:#364152}.btn-primary{background:#ff6b6b;background:var(--secondary);border-color:#ff6b6b;border-color:var(--secondary);box-shadow:0 8px 18px #ff6b6b40}.btn-primary:hover{box-shadow:0 12px 22px #ff6b6b52;transform:translateY(-2px)}.tags li{background:#ffe66d40;border-color:#ffe66d99;color:#7a6a00;font-weight:600}@media (min-width:1100px){.about-grid,.about-trio{gap:1.25rem}}.about-wrap h2{color:#1a535c;color:var(--primary-dark);margin:.25rem 0 .5rem}.about-wrap p{line-height:1.75}.muted{color:#5b6776}.card p,.panel p{max-width:65ch}.about-kv{grid-template-columns:6.5ch 1fr}.about-kv dt{color:#2b3a46}.about-kv dd{color:#3e4c59}.about-footer h4{color:#1a535c;color:var(--primary-dark);margin:0 0 .5rem}.kv-grid div{color:#3a4856}.services-wrap{margin:0 auto;max-width:1100px;padding:6.5rem 5% 4rem}.services-hero{margin-bottom:1.25rem;text-align:center}.services-hero h1{color:#1a535c;color:var(--primary-dark);font-size:clamp(1.6rem,3vw,2.2rem);margin:0}.services-tagline{color:#455266;margin-top:.4rem}.services-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:900px){.services-grid{grid-template-columns:1fr 1fr}}.service-card{background:#fff;border:1px solid #e7edf4;border-radius:16px;box-shadow:0 10px 28px #1a535c0f;padding:1.1rem 1.2rem}.service-card h3{color:#1a535c;color:var(--primary-dark);margin:0 0 .4rem}.about-list.compact li{padding:.25rem 0 .25rem 1.45rem}.age-grid{grid-gap:1rem;display:grid;gap:1rem;margin:1rem 0}@media(min-width:900px){.age-grid{grid-template-columns:1fr 1fr 1fr}}.age-card{background:#fbfcfe;border:1px solid #edf0f5;border-radius:16px;padding:1rem 1.1rem}.age-card h4{color:#1a535c;margin:.35rem 0}.pill{background:#4ecdc41f;border:1px solid #4ecdc459;border-radius:999px;color:#1a535c;display:inline-block;font-size:.9rem;font-weight:600;padding:.25rem .55rem}.schedule-card{margin-top:1rem}.schedule-table{border-collapse:initial;border-spacing:0 .5rem;width:100%}.schedule-table td{background:#fff;border:1px solid #eef2f7;border-radius:10px;padding:.6rem .75rem}.schedule-table tr td:first-child{color:#1a535c;font-weight:600;width:9.5rem}.tabs{background:#f4faf9;border-radius:12px;display:inline-flex;gap:.4rem;margin:.5rem 0 .75rem;padding:.25rem}.tab{background:#0000;border:1px solid #0000;border-radius:8px;color:#1a535c;color:var(--primary-dark);cursor:pointer;font-weight:700;padding:.35rem .7rem;transition:all .3s ease;transition:var(--transition)}.tab.is-active{background:#fff;border-color:#dcefeb;box-shadow:0 2px 6px #1a535c14}.tab-pane{display:none}.tab-pane.show{display:block}.trust-strip{justify-content:center}.trust-strip span{border:1px solid #e7edf4;color:#1a535c;color:var(--primary-dark);font-weight:600;padding:.4rem .7rem}.about-address a,.about-kv a{border-bottom:1px dashed #1a535c59;color:#1a535c;color:var(--primary-dark);text-decoration:none}.about-address a:hover,.about-kv a:hover{border-color:#4ecdc4;border-color:var(--primary);color:#4ecdc4;color:var(--primary)}.enroll-cta{margin-top:1rem;text-align:center}.cta-actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:.5rem}.btn-outline{background:#0000;border:2px solid #1a535c;border:2px solid var(--primary-dark);border-radius:10px;color:#1a535c;color:var(--primary-dark);display:inline-block;font-weight:700;padding:.6rem .9rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.btn-outline:hover{background:#1a535c0f}@media (max-width:780px){.mobile-cta{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffc;border-top:1px solid #e7edf4;bottom:0;display:flex;gap:.6rem;justify-content:center;left:0;padding:.6rem .9rem;position:fixed;right:0;z-index:999}.about-wrap{padding-bottom:5rem}}.lang-toggle.compact{background:#4ecdc41a;padding:.15rem}.lang-toggle.compact .tab{font-weight:700;padding:.25rem .55rem}.lang-toggle.compact .tab.is-active{background:#fff;border-color:#4ecdc459;box-shadow:0 2px 6px #1a535c14}.logo{display:flex;flex-direction:column;line-height:1.2;text-decoration:none}.logo-main{color:#4ecdc4;color:var(--primary);font-size:1.6rem;font-weight:700}.logo-sub{color:#1a535c;color:var(--primary-dark);font-size:.85rem;font-weight:500;letter-spacing:.5px}.brand{align-items:center;display:flex;gap:.6rem;text-decoration:none}.brand-logo{border-radius:8px;height:40px;object-fit:contain;width:40px}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-line1{color:#4ecdc4;color:var(--primary);font-size:1.1rem;font-weight:800}.brand-line2{color:#1a535c;color:var(--primary-dark);font-size:.8rem;font-weight:600;letter-spacing:.3px;opacity:.9}@media (max-width:520px){.brand-line2{display:none}}.hero-logo{display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));height:auto;margin:0 auto 1rem;width:clamp(72px,10vw,110px)}.footer-brand{align-items:center;display:flex;gap:.8rem}.footer-logo{border-radius:10px;height:52px;object-fit:contain;width:52px}.footer-bottom{font-size:.9rem;margin-top:1.25rem;opacity:.9;text-align:center}.gallery-section{padding:3.5rem 0}.gallery-view{background:#000;overflow:hidden;padding:0;position:relative}.gallery-main{display:block;height:min(68vh,680px);object-fit:cover;width:100%}.gallery-arrow{background:#ffffffd9;border:none;border-radius:50%;box-shadow:0 6px 20px #00000026;color:#111;cursor:pointer;font-size:2rem;height:44px;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease,background .15s ease;width:44px;z-index:2}.gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.gallery-arrow.left{left:.75rem}.gallery-arrow.right{right:.75rem}.gallery-count{background:#0000008c;border-radius:8px;bottom:.6rem;color:#fff;font-size:.85rem;font-weight:700;padding:.25rem .5rem;position:absolute;right:.75rem}.gallery-thumbs{grid-gap:.5rem;display:grid;gap:.5rem;grid-auto-flow:column;margin-top:.75rem;overflow-x:auto;padding-bottom:.25rem}.gallery-thumbs::-webkit-scrollbar{height:8px}.gallery-thumbs::-webkit-scrollbar-thumb{background:#e6eaf1;border-radius:999px}.thumb{background:none;border:none;border-radius:10px;box-shadow:0 4px 14px #00000014;cursor:pointer;flex:0 0 auto;height:72px;outline:2px solid #0000;overflow:hidden;padding:0;transition:outline-color .15s ease;width:110px}.thumb img{display:block;height:100%;object-fit:cover;width:100%}.thumb.active{outline-color:#ffe66d;outline-color:var(--accent)}@media (max-width:760px){.thumb{height:58px;width:90px}}.gallery-section .section-title{margin-bottom:1rem}.contact-item.yellow{background:#fff176;border-left:6px solid #ffd600}.contact-item.blue{background:#64b5f6;border-left:6px solid #1e88e5;color:#fff}.contact-item.red{background:#ff8a80;border-left:6px solid #e53935;color:#fff}.contact-item.green{background:#81c784;border-left:6px solid #43a047;color:#fff}.contact-item h3{font-weight:700;margin-bottom:.5rem}.contact-item a{color:inherit;text-decoration:underline}.contact-item a:hover{text-decoration:none}.contact-logo{margin-top:3rem;text-align:center}.contact-logo img{border-radius:12px;display:inline-block;height:auto;max-width:220px;width:100%}.about-strip{background:#f9fbff;border:1px solid #edf2ff;border-radius:16px;margin:1rem 0 1.25rem;padding:.8rem}.about-chip{background:#fff;border-color:#e8eefc}.about-wrap .panel{background:#fffdf3;border:1px solid #fff3c4;position:relative}.about-wrap .panel:before{background:linear-gradient(90deg,#ffe66d,#ffd34d);border-top-left-radius:16px;border-top-right-radius:16px;content:"";height:6px;inset:0 0 auto 0;position:absolute}.about-wrap .panel+.card{background:#f3fffb;border:1px solid #bff5e6;position:relative}.about-wrap .panel+.card:before{background:linear-gradient(90deg,#4ecdc4,#9be7d9);border-top-left-radius:16px;border-top-right-radius:16px;content:"";height:6px;inset:0 0 auto 0;position:absolute}.trust-strip{background:#f7f9ff;border:1px solid #e5ebff;border-radius:16px;display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;padding:.9rem 1rem}.trust-strip span{background:#fff;border:1px solid #ecf0ff;border-radius:999px;padding:.45rem .65rem}.trust-strip+.card{background:#faf5ff;border:1px solid #e9d7ff;position:relative}.trust-strip+.card:before{background:linear-gradient(90deg,#a78bfa,#c4b5fd);border-top-left-radius:16px;border-top-right-radius:16px;content:"";height:6px;inset:0 0 auto 0;position:absolute}.trust-strip+.card .tags li{background:#f5f0ff;border-color:#e6dbff}.gallery-section{background:#f4f8ff;border:1px solid #e6efff;border-radius:16px;padding:1rem}.gallery-view.card{border:1px solid #d9e6ff;border-radius:12px;overflow:hidden}.gallery-thumbs .thumb{background:#fff}.gallery-section+.card{background:#f4fff7;border:1px solid #c9f2d6;position:relative}.gallery-section+.card:before{background:linear-gradient(90deg,#34d399,#86efac);border-top-left-radius:16px;border-top-right-radius:16px;content:"";height:6px;inset:0 0 auto 0;position:absolute}.enroll-cta.card{background:#fff4f6;border:1px solid #ffd6de;position:relative;text-align:center}.enroll-cta.card:before{background:linear-gradient(90deg,#ff6b6b,#ff9aa2);border-top-left-radius:16px;border-top-right-radius:16px;content:"";height:6px;inset:0 0 auto 0;position:absolute}.about-list li,.card p,.panel p{color:#2f3a4a}.card h3,.panel h2{color:#1a2a37}.btn-primary{box-shadow:0 6px 20px #ff6b6b26}.btn-outline{border-color:#cfd7e6;color:#1a2a37}.about-wrap .card,.about-wrap .panel{margin-top:1rem}.brand-line1.red-text{color:#e63946}
/*# sourceMappingURL=main.5340924b.css.map*/