*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fffbff;--bg-alt:#fdf9f2;--surface:#f7f3ec;--surface-low:#fdf9f2;--surface-high:#f1ede6;--surface-warm:#fdf9f2;--teal:#00716b;--teal-dark:#00635e;--teal-light:#76f0e7;--teal-container:#76f0e7;--on-teal:#fff;--coral:#b6353a;--coral-dark:#9a2128;--coral-light:#ffc3c0;--on-coral:#fff;--purple:#006b99;--purple-dark:#005e87;--purple-light:#40bbff;--yellow:#ffe66d;--yellow-dark:#ffd93d;--text:#393834;--text-muted:#666460;--text-light:#82807b;--white:#fff;--shadow-sm:0 2px 8px #3938340f;--shadow-md:0 8px 32px #39383414;--shadow-lg:0 20px 40px #3938341f;--shadow-teal:0 8px 32px #00716b40;--shadow-coral:0 8px 32px #b6353a40;--radius-sm:16px;--radius-md:20px;--radius-lg:32px;--radius-xl:48px;--transition:.4s cubic-bezier(.22, 1, .36, 1);--transition-fast:.25s cubic-bezier(.22, 1, .36, 1);--font-heading:"Plus Jakarta Sans", sans-serif;--font-body:"Be Vietnam Pro", sans-serif}html{scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:clip}body{font-family:var(--font-body);color:var(--text);background:var(--bg);font-weight:400;line-height:1.7;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);font-weight:800;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}img{max-width:100%;display:block}ul,ol{list-style:none}input,textarea,select{font-family:var(--font-body);font-size:1rem}:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::selection{background:var(--teal);color:var(--white)}.skip-link{z-index:10000;background:var(--teal);color:var(--white);font-family:var(--font-heading);border-radius:100px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:top .25s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}button,a,input,select,textarea{min-height:44px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.section{padding:clamp(4rem,10vh,8rem) 0;position:relative}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--teal);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--teal);border-radius:2px;width:32px;height:3px}.section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.2rem)}.section-subtitle{color:var(--text-muted);max-width:600px;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;line-height:1.8}.btn{font-family:var(--font-heading);transition:var(--transition);border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.2rem;font-size:1rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--teal);color:var(--white);box-shadow:var(--shadow-teal)}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 12px 40px #00716b59}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--teal);border:2px solid var(--teal);background:0 0}.btn-secondary:hover{background:var(--teal);color:var(--white);transform:translateY(-2px)}.btn-coral{background:var(--teal);color:var(--white);box-shadow:var(--shadow-teal)}.btn-coral:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 12px 40px #00716b59}.btn-glow{background:linear-gradient(135deg, var(--teal), var(--teal-dark));position:relative}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);transition:var(--transition);background:#fffbffd9;padding:.8rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 8px #3938340f}.header.scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffff7;padding:.6rem 0;box-shadow:0 2px 16px #2c3e5014}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);color:var(--text);z-index:1001;align-items:center;gap:.75rem;font-size:1.35rem;font-weight:800;display:flex}.logo-icon{background:linear-gradient(135deg, var(--teal), var(--teal-dark));color:#fff;width:44px;height:44px;font-size:1.4rem;font-weight:900;font-family:var(--font-heading);transition:var(--transition);border-radius:14px;justify-content:center;align-items:center;display:flex}.logo:hover .logo-icon{transform:rotate(-8deg)scale(1.05)}.logo-text span{color:var(--teal)}.nav{align-items:center;gap:2rem;display:flex}.nav-link{font-family:var(--font-body);color:var(--text);transition:var(--transition-fast);font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--teal);width:0;height:2.5px;transition:var(--transition-fast);border-radius:2px;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--teal)}.nav-link:hover:after{width:100%}.nav-link:active{opacity:.7}.nav-cta{border-radius:100px;padding:.65rem 1.6rem;font-size:.875rem;box-shadow:0 2px 12px #4ecdc433}.burger{z-index:1001;width:44px;height:44px;transition:background var(--transition-fast);-webkit-tap-highlight-color:transparent;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px 6px;display:none}.burger:hover{background:#4ecdc41a}.burger:active{transform:scale(.92)}.burger span{background:var(--text);width:24px;height:2px;transition:var(--transition-fast);transform-origin:50%;border-radius:2px;display:block}.burger.active span:first-child{transform:translateY(8px)rotate(45deg)}.burger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.burger.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;opacity:0;pointer-events:none;transition:var(--transition);background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.mobile-menu.active{opacity:1;pointer-events:all}.mobile-menu .nav-link{font-size:1.5rem;font-weight:700}.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-blob{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.hero-blob-1{background:var(--teal-container);width:600px;height:600px;top:-200px;right:-100px}.hero-blob-2{background:var(--coral-light);width:400px;height:400px;bottom:-100px;left:-100px}.hero-blob-3{background:var(--purple-light);opacity:.2;width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-badge{font-family:var(--font-heading);color:var(--coral-dark);text-transform:uppercase;letter-spacing:.08em;background:#b6353a14;border:1px solid #b6353a33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-flex}.hero-badge-dot{background:var(--coral);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.2rem);line-height:1.1}.hero-title .highlight{color:var(--teal);position:relative}.hero-title .highlight-coral{color:var(--coral)}.hero-img-wrap{aspect-ratio:4/5;border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg);transition:transform .5s;position:relative;overflow:hidden;transform:rotate(2deg)}.hero-img-wrap:hover{transform:rotate(0)}.hero-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.hero-img-wrap:hover .hero-img{transform:scale(1.04)}.hero-img-overlay{pointer-events:none;background:linear-gradient(#0000 60%,#00716b26);position:absolute;inset:0}.hero-desc{color:var(--text-muted);max-width:520px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{border-top:1px solid #2c3e5014;gap:2.5rem;margin-top:3rem;padding-top:2rem;display:flex}.hero-stat-number{font-family:var(--font-heading);color:var(--teal);font-size:2.2rem;font-weight:900;line-height:1}.hero-stat-label{color:var(--text-muted);margin-top:.3rem;font-size:.85rem;font-weight:500}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-card{aspect-ratio:4/5;background:linear-gradient(135deg, var(--teal-light), var(--teal));border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.hero-card-inner{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.hero-card-emoji{filter:drop-shadow(0 4px 8px #0000001a);margin-bottom:1rem;font-size:5rem}.hero-card-text{font-family:var(--font-heading);opacity:.9;font-size:1.5rem;font-weight:800}.hero-floating{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex;position:absolute}.hero-floating-1{top:10%;right:-30px}.hero-floating-2{bottom:15%;left:-30px}.hero-floating-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.hero-floating-label{font-family:var(--font-heading);color:var(--text);font-size:.85rem;font-weight:700}.hero-floating-sub{color:var(--text-muted);font-size:.75rem}.directions{background:var(--surface);border-radius:5rem 5rem 0 0;margin-top:-4rem}.directions-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.direction-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);cursor:default;border:1px solid #0000;padding:2rem;position:relative;overflow:hidden}.direction-card:before{content:"";height:4px;transition:var(--transition);opacity:1;border-radius:32px 32px 0 0;position:absolute;top:0;left:0;right:0}.direction-card:hover{box-shadow:var(--shadow-md);border-color:#00716b26;transform:translateY(-6px)scale(1.02)}.direction-card:hover:before{height:6px}.direction-icon{width:60px;height:60px;transition:var(--transition);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:1.8rem;display:flex}.direction-card:hover .direction-icon{transform:scale(1.1)rotate(-5deg)}.direction-name{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.direction-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.direction-age{color:var(--teal);background:#00716b14;border-radius:100px;align-items:center;gap:.3rem;margin-top:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.schedule{background:var(--bg)}.schedule-grid{-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm);margin-top:3rem;overflow-x:auto}.schedule-table{border-collapse:collapse;width:100%;min-width:700px}.schedule-table th{font-family:var(--font-heading);text-align:left;background:var(--teal);color:var(--white);padding:1.2rem 1rem;font-size:.9rem;font-weight:700;position:sticky;top:0}.schedule-table th:first-child{border-radius:var(--radius-lg) 0 0 0}.schedule-table th:last-child{border-radius:0 var(--radius-lg) 0 0}.schedule-table td{vertical-align:top;border-bottom:1px solid #2c3e500f;padding:1rem;font-size:.9rem}.schedule-table tr:last-child td{border-bottom:none}.schedule-table tr:hover td{background:#4ecdc40a}.schedule-item{white-space:nowrap;border-radius:8px;margin:2px 0;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.schedule-time{font-family:var(--font-heading);color:var(--text);white-space:nowrap;font-weight:700}.teachers{background:var(--surface)}.teachers-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.teacher-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);cursor:default;overflow:hidden}.teacher-photo{aspect-ratio:1;background:linear-gradient(135deg, var(--teal-light), var(--teal));justify-content:center;align-items:center;width:100%;font-size:4rem;display:flex;position:relative;overflow:hidden}.teacher-photo:after{content:"";background:linear-gradient(#0000 60%,#0000000d);position:absolute;inset:0}.teacher-info{padding:1.5rem}.teacher-name{font-family:var(--font-heading);margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.teacher-role{color:var(--teal);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.teacher-exp{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.8rem;display:flex}.about{background:var(--bg);position:relative;overflow:hidden}.about-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-images{align-items:flex-start;gap:1rem;display:flex}.about-img-col{flex-direction:column;flex:1;gap:1rem;display:flex}.about-img-col-right{padding-top:3rem}.about-img-wrap{border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden}.about-img-wrap img{object-fit:cover;width:100%;height:180px;transition:transform .5s;display:block}.about-img-wrap.about-img-tall img{height:240px}.about-img-wrap:hover img{transform:scale(1.05)}.about-counters-inline{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=1024px){.about-counters-inline{grid-template-columns:repeat(2,1fr)}}.about-text p{color:var(--text-muted);margin-bottom:1rem;line-height:1.8}.about-features{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.about-feature{align-items:flex-start;gap:1rem;display:flex}.about-feature-icon{width:44px;min-width:44px;height:44px;color:var(--teal);background:#4ecdc41a;border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.about-feature-text{color:var(--text);font-size:.95rem;font-weight:500}.about-counters{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.counter-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);border:1px solid #2c3e500d;padding:2rem}.counter-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.counter-number{font-family:var(--font-heading);margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;line-height:1}.counter-suffix{font-size:.7em}.counter-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.enrollment{background:var(--surface);position:relative;overflow:hidden}.enrollment-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.enrollment-info{padding-right:2rem}.enrollment-benefits{flex-direction:column;gap:1.2rem;margin-top:2rem;display:flex}.enrollment-benefit{align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;display:flex}.enrollment-benefit-icon{background:#4ecdc41a;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.9rem;display:flex}.enrollment-form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #2c3e500d;padding:clamp(2rem,4vw,3rem)}.form-title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.form-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.form-group{margin-bottom:1.2rem}.form-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;color:var(--text);margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.form-input,.form-select{border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);transition:var(--transition-fast);font-size:.95rem;font-family:var(--font-body);border:2px solid #3938341a;outline:none;padding:.9rem 1.2rem}.form-input:focus,.form-select:focus{border-color:var(--teal);background:var(--white);box-shadow:0 0 0 4px #00716b1f}.form-input::placeholder{color:var(--text-light)}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-submit{width:100%;margin-top:.5rem;padding:1.1rem;font-size:1.05rem}.form-note{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.8rem}.form-success{text-align:center;padding:2rem}.form-success-icon{margin-bottom:1rem;font-size:3rem}.form-success-title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.3rem;font-weight:800}.form-success-text{color:var(--text-muted)}.contacts{background:var(--bg)}.contacts-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}.contacts-info{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{width:52px;min-width:52px;height:52px;transition:var(--transition);background:#4ecdc41a;border-radius:16px;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.contact-item:hover .contact-icon{background:var(--teal);color:#fff;transform:scale(1.05)}.contact-label{font-family:var(--font-heading);color:var(--teal);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.3rem;font-size:.75rem;font-weight:700}.contact-value{color:var(--text);font-size:1.05rem;font-weight:500}.contact-value a{transition:var(--transition-fast)}.contact-value a:hover{color:var(--teal)}.contacts-socials{gap:1rem;margin-top:1rem;display:flex}.social-link{background:var(--white);width:48px;height:48px;transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.social-link:hover{background:var(--teal);color:#fff;box-shadow:var(--shadow-teal);transform:translateY(-3px)}.contacts-map{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm);min-height:360px;overflow:hidden}.contacts-map iframe{border:none;width:100%;height:100%;min-height:360px}.footer{background:var(--bg-alt);color:var(--text-muted);border-top:1px solid #39383414;border-radius:3rem 3rem 0 0;padding:3rem 0 2rem}.footer a{color:var(--teal);transition:var(--transition-fast)}.footer a:hover{color:var(--teal-dark)}.footer-grid{border-bottom:1px solid #39383414;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:.75rem;display:flex}.footer-logo{font-family:var(--font-heading);color:var(--text);font-size:1.3rem;font-weight:800}.footer-logo span{color:var(--teal)}.footer-tagline{color:var(--text-muted);max-width:240px;font-size:.9rem;line-height:1.6}.footer-socials{gap:.75rem;margin-top:.5rem;display:flex}.footer-social{width:40px;height:40px;color:var(--teal);transition:var(--transition);background:#00716b14;border-radius:12px;justify-content:center;align-items:center;display:flex}.footer-social:hover{background:var(--teal);color:#fff;transform:translateY(-2px)}.footer-col-title{font-family:var(--font-heading);color:var(--text);margin-bottom:1rem;font-size:.9rem;font-weight:700}.footer-col-links{flex-direction:column;gap:.75rem;display:flex}.footer-col-links li a{color:var(--text-muted);transition:var(--transition-fast);font-size:.9rem}.footer-col-links li a:hover{color:var(--teal)}.footer-address{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.footer-phone{color:var(--teal);transition:var(--transition-fast);margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:block}.footer-phone:hover{color:var(--teal-dark)}.footer-hours{color:var(--text-muted);font-size:.85rem;line-height:1.7}.footer-bottom{justify-content:center;align-items:center;padding-top:1.5rem;display:flex}.footer-copy{color:var(--text-light);font-size:.85rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-link{color:var(--teal);transition:var(--transition-fast);font-size:.85rem}.footer-link:hover{color:var(--teal-dark)}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.scroll-top{background:var(--teal);color:#fff;width:48px;height:48px;box-shadow:var(--shadow-teal);transition:var(--transition);z-index:100;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)}.scroll-top.visible{opacity:1;pointer-events:all;transform:translateY(0)}.scroll-top:hover{transform:translateY(-3px);box-shadow:0 12px 40px #4ecdc466}.magnetic-wrap{display:inline-block}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-desc{margin-left:auto;margin-right:auto}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{display:none}.about-content{grid-template-columns:1fr}.about-images{display:none}.about-counters{grid-template-columns:repeat(4,1fr)}.enrollment-wrapper,.contacts-grid{grid-template-columns:1fr}}@media (width<=768px){.nav{display:none}.burger{display:flex}.about-counters{grid-template-columns:repeat(2,1fr)}.hero-stats{flex-wrap:wrap;gap:1.5rem}.directions-grid{grid-template-columns:1fr}.teachers-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.footer-inner{text-align:center;flex-direction:column}}@media (width<=480px){.teachers-grid{grid-template-columns:1fr}.hero-title{font-size:2rem}.section-title{font-size:1.8rem}}.reveal{opacity:0;transform:translateY(40px)}.reveal-left{opacity:0;transform:translate(-60px)}.reveal-right{opacity:0;transform:translate(60px)}.reveal-scale{opacity:0;transform:scale(.9)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--teal-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--teal)}body:before{content:"";z-index:9999;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}.section:after{content:"";background:linear-gradient(90deg, transparent, var(--teal-light), transparent);border-radius:2px;width:120px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero:after,.footer:after{display:none}.directions:before{content:"";background-image:radial-gradient(circle, var(--teal-light) 1.5px, transparent 1.5px);opacity:.4;z-index:0;background-size:16px 16px;width:100px;height:100px;position:absolute;top:2rem;right:2rem}.teachers:before{content:"";background-image:radial-gradient(circle, var(--coral-light) 1.5px, transparent 1.5px);opacity:.3;z-index:0;background-size:14px 14px;width:80px;height:80px;position:absolute;bottom:2rem;left:2rem}.btn:after{content:"";border-radius:inherit;opacity:0;background:radial-gradient(circle,#ffffff4d,#0000 70%);transition:transform .5s,opacity .3s;position:absolute;inset:0;transform:scale(0)}.btn:active:after{opacity:1;transition:transform,opacity;transform:scale(2)}.direction-card:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:50%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.direction-card:hover:after{left:120%}.teacher-card:after{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:50%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.teacher-card:hover:after{left:120%}.counter-card:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--teal-light), var(--coral-light));z-index:-1;opacity:0;transition:var(--transition);position:absolute;inset:-1px}.counter-card{z-index:0;position:relative}.counter-card:hover:before{opacity:1}.enrollment:before{content:"";background:var(--teal-light);filter:blur(100px);opacity:.15;z-index:0;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.enrollment:after{content:"";background:var(--coral-light);filter:blur(100px);opacity:.1;z-index:0;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-80px;left:-80px}.enrollment .container{z-index:1;position:relative}.schedule-item{transition:var(--transition-fast);cursor:default}.schedule-item:hover{box-shadow:var(--shadow-sm);transform:scale(1.05)}.teacher-card:hover .teacher-photo{transform:scale(1)}.teacher-photo{transition:var(--transition)}.teacher-card:hover .teacher-photo>:first-child{transition:var(--transition);transform:scale(1.15)}.section-subtitle,.about-text p,.direction-desc{letter-spacing:.01em}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes glowPulse{0%,to{box-shadow:0 0 8px #00716b4d,0 0 20px #00716b1a}50%{box-shadow:0 0 16px #00716b80,0 0 40px #00716b33}}@keyframes glowPulseCoral{0%,to{box-shadow:0 0 8px #00716b4d,0 0 20px #00716b1a}50%{box-shadow:0 0 16px #00716b80,0 0 40px #00716b33}}.btn-glow.btn-primary{animation:2.5s ease-in-out infinite glowPulse}.btn-glow.btn-coral{animation:2.5s ease-in-out infinite glowPulseCoral}.btn-glow:hover{animation:none}a,button,.direction-card,.teacher-card,.counter-card,.social-link,.schedule-item,.contact-item,.enrollment-benefit{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1),color .25s,background-color .25s,border-color .25s,opacity .25s}.contact-value a:hover,.footer-link:hover{color:var(--teal);transform:translateY(-1px)}.teacher-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px #2c3e5026}.teacher-photo{clip-path:inset(0%);will-change:clip-path}.direction-card:hover{border-color:#4ecdc433;transform:translateY(-8px);box-shadow:0 16px 48px #2c3e501f}.counter-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #2c3e501a}.about-feature{transition:transform .3s}.about-feature:hover{transform:translate(6px)}.enrollment-benefit:hover{transform:translate(4px)}.social-link:hover{transform:translateY(-4px)scale(1.05)}.contact-item{transition:transform .3s}.contact-item:hover{transform:translate(4px)}.btn:focus-visible,.nav-link:focus-visible,.social-link:focus-visible,.form-input:focus-visible,.form-select:focus-visible,.burger:focus-visible,.scroll-top:focus-visible,.logo:focus-visible,.direction-card:focus-visible,.teacher-card:focus-visible,.counter-card:focus-visible,.contact-value a:focus-visible,.footer-link:focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:4px}.btn:active{transform:translateY(0)scale(.97)}@media (hover:none) and (pointer:coarse){.direction-card:hover,.teacher-card:hover,.counter-card:hover{box-shadow:none;transform:none}.btn-glow.btn-primary,.btn-glow.btn-coral{animation:none}}.schedule-table tbody tr{will-change:opacity, transform}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.btn-glow.btn-primary,.btn-glow.btn-coral,.hero-badge-dot{animation:none!important}}.floating-elements{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.floating-star{will-change:transform, opacity;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:1.2rem;position:absolute}.confetti-container{pointer-events:none;z-index:9998;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.confetti-piece{will-change:transform, opacity;border-radius:2px;width:10px;height:10px;position:absolute;top:-20px}.section-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;color:var(--teal);background:#00716b14;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-label:before{display:none}@media print{.header,.scroll-top,.hero-bg,.hero-visual,.floating-elements{display:none!important}body:before{display:none}.section{break-inside:avoid;padding:2rem 0}}
