*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--primary-teal: #285F68;--accent-gold: #D2932B;--highlight-gold: #E2B44B;--bg-white: #FFFFFF;--bg-secondary: #F7F9FA;--text-charcoal: #333333;--text-gray: #666666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:var(--text-charcoal);background-color:var(--bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:var(--primary-teal);text-decoration:none;transition:all .3s ease}a:hover{color:var(--accent-gold)}button{border-radius:8px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background-color:var(--accent-gold);color:#fff;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}button:hover{background-color:var(--primary-teal);transform:translateY(-2px);box-shadow:0 4px 16px #285f684d}button:active{transform:translateY(0)}button.secondary{background-color:var(--primary-teal)}button.secondary:hover{background-color:var(--accent-gold)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-title{font-size:2.5rem;font-weight:700;color:var(--primary-teal);margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.125rem;color:var(--text-gray);text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:768px){.section{padding:2.5rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.header{background-color:var(--bg-white);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;min-height:80px}.logo{display:flex;align-items:center;text-decoration:none;color:var(--primary-teal)}.logo-image{height:70px;width:auto;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-toggle span{width:25px;height:3px;background-color:var(--primary-teal);margin:3px 0;transition:all .3s ease;border-radius:2px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-menu li{position:relative}.nav-menu a{color:var(--text-charcoal);font-weight:500;font-size:1rem;transition:all .3s ease;padding:.5rem 0;display:inline-block}.nav-menu a:hover{color:var(--accent-gold)}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--accent-gold);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-menu a.active-link{color:var(--accent-gold);font-weight:600}.nav-menu a.active-link:after{width:100%;background-color:var(--accent-gold)}.btn-enroll{background-color:var(--accent-gold);color:#fff;padding:.625rem 1.25rem;border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.btn-enroll:hover{background-color:var(--primary-teal);color:#fff}.btn-enroll:after{display:none}@media(max-width:768px){.menu-toggle{display:flex}.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:var(--bg-white);width:100%;text-align:center;transition:left .3s ease;box-shadow:0 4px 8px #0000001a;padding:2rem 0;gap:0}.nav-menu.active{left:0}.nav-menu li{width:100%;padding:1rem 0;border-bottom:1px solid var(--bg-secondary)}.nav-menu li:last-child{border-bottom:none}.nav-menu a{width:100%}.logo-image{height:56px}}.footer{background-color:var(--primary-teal);color:#fff;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 1.5rem}.footer-section h3{font-size:1.75rem;margin-bottom:.5rem;color:var(--highlight-gold);letter-spacing:1px}.footer-section h4{font-size:1.125rem;margin-bottom:1rem;color:var(--highlight-gold)}.footer-section p{margin:.25rem 0;opacity:.9}.tagline{font-style:italic;font-size:.875rem;opacity:.8;margin-top:.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section ul li a{color:#fff;opacity:.9;transition:all .3s ease}.footer-section ul li a:hover{opacity:1;color:var(--highlight-gold);padding-left:.5rem}.contact-info li{margin:.75rem 0;opacity:.9}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-links a{font-size:1.5rem;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-bottom{background-color:#0003;padding:1.5rem;text-align:center}.footer-bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;font-size:.875rem;opacity:.9}.credits{font-style:italic}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom .container{flex-direction:column;text-align:center}.social-links{justify-content:center}.footer-section ul li a:hover{padding-left:0}}.hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:6rem 1.5rem;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;animation:fadeInUp .8s ease}.hero-subtitle{font-size:2rem;font-weight:400;color:var(--highlight-gold);margin-bottom:1.5rem;animation:fadeInUp 1s ease}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95;animation:fadeInUp 1.2s ease}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1.4s ease}.hero-buttons button{padding:1rem 2rem;font-size:1.125rem}.hero-decoration{position:absolute;inset:0;z-index:1}.decoration-circle{position:absolute;border-radius:50%;background:#e2b44b1a}.circle-1{width:400px;height:400px;top:-200px;right:-100px;animation:float 6s ease-in-out infinite}.circle-2{width:300px;height:300px;bottom:-150px;left:-100px;animation:float 8s ease-in-out infinite}.circle-3{width:200px;height:200px;top:50%;left:10%;animation:float 10s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{background-color:var(--bg-white)}.features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.feature-card{background:var(--bg-white);padding:1.25rem;border-radius:8px;box-shadow:0 2px 12px #00000014;text-align:center;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #285f6826;border-color:var(--accent-gold)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--primary-teal);font-size:1rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}.feature-card p{color:var(--text-gray);line-height:1.4;font-size:.875rem}.stats{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-card h3{font-size:3rem;font-weight:700;color:var(--highlight-gold);margin-bottom:.5rem}.stat-card p{font-size:1.125rem;opacity:.95}.cta{background-color:var(--bg-secondary)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;color:var(--primary-teal);margin-bottom:1rem}.cta-content p{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-buttons button{padding:1rem 2rem;font-size:1.125rem}.faq{background-color:var(--bg-secondary)}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}.faq-item{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 12px #00000014;border-left:3px solid var(--accent-gold);transition:all .3s ease}.faq-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #285f6826}.faq-item h3{color:var(--primary-teal);font-size:1rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}.faq-item p{color:var(--text-gray);line-height:1.5;font-size:.875rem}@media(max-width:1400px){.features-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{padding:4rem 1.5rem;min-height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.125rem}.features-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card h3{font-size:2.5rem}.cta-content h2{font-size:2rem}.circle-1,.circle-2,.circle-3{width:200px;height:200px}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-buttons,.cta-buttons{flex-direction:column;gap:1rem}.hero-buttons button,.cta-buttons button{width:100%}}.about-hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:4rem 1.5rem;text-align:center}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.5rem;color:var(--highlight-gold);opacity:.95}.about-intro{max-width:800px;margin:0 auto 4rem;text-align:center}.about-intro p{font-size:1.125rem;line-height:1.8;color:var(--text-gray);margin-bottom:1.5rem}.community-statement{font-size:1.25rem;font-weight:500;color:var(--primary-teal);margin-top:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;border-left:4px solid var(--accent-gold)}.hero-slogan{font-size:1.5rem!important;font-style:italic}.mission-vision{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}.mission-card{background:var(--bg-secondary);padding:2.5rem;border-radius:12px;text-align:center;border-left:4px solid var(--accent-gold);transition:transform .3s ease}.mission-card:hover{transform:translateY(-5px)}.card-icon{font-size:3rem;margin-bottom:1rem}.mission-card h3{color:var(--primary-teal);font-size:1.75rem;margin-bottom:1rem;font-weight:600}.mission-card p{font-size:1.125rem;line-height:1.7;color:var(--text-gray)}.values-section{margin:4rem 0}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2rem}.value-item{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 12px #00000014;text-align:center;border-top:3px solid var(--accent-gold);transition:transform .3s ease}.value-item:hover{transform:translateY(-5px)}.value-icon{font-size:2rem;margin-bottom:.75rem}.value-item h4{color:var(--primary-teal);font-size:1rem;margin-bottom:.5rem;font-weight:600;line-height:1.3}.value-item p{color:var(--text-gray);line-height:1.4;font-size:.875rem}.services-section{margin:4rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #00000014;border-top:4px solid var(--accent-gold);transition:all .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #285f6826}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-card h3{color:var(--primary-teal);font-size:1.5rem;margin-bottom:1rem;font-weight:600}.service-card p{color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem}.service-features{list-style:none;padding:0}.service-features li{padding:.75rem 0 .75rem 1.5rem;color:var(--text-charcoal);position:relative;line-height:1.6}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--accent-gold);font-weight:700;font-size:1.2rem}.info-section{margin:4rem 0}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014;border-top:4px solid var(--accent-gold);transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #285f6826}.info-card h3{color:var(--primary-teal);font-size:1.5rem;margin-bottom:1rem;font-weight:600}.info-card p{color:var(--text-gray);line-height:1.7;margin-bottom:1rem}.info-card ul{list-style:none;padding:0}.info-card li{padding:.5rem 0 .5rem 1.5rem;color:var(--text-charcoal);position:relative;line-height:1.6}.info-card li:before{content:"•";position:absolute;left:0;color:var(--accent-gold);font-weight:700;font-size:1.2rem}@media(max-width:1400px){.values-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.values-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.25rem}.mission-vision,.values-grid,.services-grid,.info-grid{grid-template-columns:1fr}}.courses-hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:4rem 1.5rem;text-align:center}.courses-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.courses-hero p{font-size:1.5rem;color:var(--highlight-gold);opacity:.95}.courses-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin:3rem 0}.course-card{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #285f6826;border-color:var(--accent-gold)}.course-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.5rem}.course-code{background:var(--primary-teal);color:#fff;padding:.35rem .75rem;border-radius:4px;font-weight:600;font-size:.75rem}.course-status{padding:.35rem .75rem;border-radius:4px;font-size:.7rem;font-weight:600}.course-status.active{background:#e8f5e9;color:#2e7d32}.course-card h3{font-size:1.125rem;color:var(--primary-teal);margin-bottom:.75rem;font-weight:600;line-height:1.4}.course-description{color:var(--text-gray);line-height:1.5;margin-bottom:1rem;flex-grow:1;font-size:.875rem}.course-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:var(--bg-secondary);border-radius:6px}.detail-item{display:flex;align-items:center;gap:.5rem;color:var(--text-charcoal);font-weight:500;font-size:.813rem}.detail-icon{font-size:1rem}.view-subjects-btn{width:100%;padding:.75rem;background:var(--primary-teal);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.813rem}.view-subjects-btn:hover{background:var(--accent-gold)}.enroll-cta{text-align:center;margin-top:4rem;padding:3rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,#e8f0f2 100%);border-radius:12px}.enroll-cta h3{font-size:2rem;color:var(--primary-teal);margin-bottom:1rem}.enroll-cta p{font-size:1.125rem;color:var(--text-gray);margin-bottom:2rem}.enroll-cta button{padding:1rem 2.5rem;font-size:1.125rem}@media(max-width:1400px){.courses-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.courses-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.courses-hero h1{font-size:2.5rem}.courses-hero p{font-size:1.25rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-card{padding:1.5rem}.course-card h3{font-size:1.5rem}.course-description{font-size:1rem}.course-details{flex-direction:row;flex-wrap:wrap}.detail-item{font-size:.875rem}.view-subjects-btn{padding:1rem;font-size:.938rem}.enroll-cta{padding:2rem 1.5rem}}.subjects-hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:4rem 1.5rem;text-align:center}.subjects-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.subjects-hero p{font-size:1.25rem;color:var(--highlight-gold);opacity:.95}.course-code-badge{display:inline-block;background:#fff3;padding:.75rem 2rem;border-radius:25px;font-size:1.5rem!important;font-weight:600;margin-top:.5rem}.no-subjects{text-align:center;padding:3rem;background:var(--bg-secondary);border-radius:12px}.no-subjects p{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem}.no-subjects button{padding:1rem 2rem}.subjects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}.subject-card{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border-left:3px solid var(--accent-gold)}.subject-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #285f6826}.subject-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.subject-code{display:inline-block;background:var(--primary-teal);color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-weight:700;font-size:1rem;letter-spacing:.5px}.subject-price{display:inline-block;background:var(--accent-gold);color:#fff;padding:.35rem .75rem;border-radius:4px;font-weight:600;font-size:.7rem}.subject-description{min-height:50px}.subject-card h3{font-size:1.125rem;color:var(--primary-teal);margin-bottom:.75rem;font-weight:600;line-height:1.4}.subject-card p{color:var(--text-gray);line-height:1.5;margin-bottom:1rem;font-size:.875rem}.subject-meta{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--bg-secondary)}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.813rem;color:var(--text-gray)}.meta-icon{font-size:1rem}.subjects-info{text-align:center;padding:3rem;background:var(--bg-secondary);border-radius:12px;margin-top:2rem}.subjects-info h3{font-size:2rem;color:var(--primary-teal);margin-bottom:1rem}.subjects-info p{font-size:1.125rem;line-height:1.8;color:var(--text-gray);max-width:700px;margin:0 auto 2rem}.info-highlights{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.highlight-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.highlight-icon{font-size:1.5rem}.highlight-item span:last-child{font-weight:600;color:var(--text-charcoal)}.subjects-info button{padding:1rem 2.5rem;font-size:1.125rem}@media(max-width:1200px){.subjects-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.subjects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.subjects-hero h1{font-size:2rem}.subjects-grid{grid-template-columns:1fr;gap:1.5rem}.subject-card{padding:1.5rem}.subject-card h3{font-size:1.5rem}.subject-card p{font-size:1rem}.subject-meta{flex-direction:row;flex-wrap:wrap}.meta-item{font-size:.875rem}.subjects-info{padding:2rem 1.5rem}}.schedules-hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:4rem 1.5rem;text-align:center}.schedules-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.schedules-hero p{font-size:1.5rem;color:var(--highlight-gold);opacity:.95}.schedules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:3rem 0}.schedule-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014;border:2px solid transparent;transition:all .3s ease}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #285f6826;border-color:var(--accent-gold)}.schedule-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.schedule-header h3{font-size:1.75rem;color:var(--primary-teal);font-weight:600;flex:1}.schedule-status{padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.schedule-status.open{background:#e8f5e9;color:#2e7d32}.schedule-status.coming{background:#fff3e0;color:#e65100}.schedule-status.closed{background:#ffebee;color:#c62828}.schedule-details{background:var(--bg-secondary);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:var(--text-gray)}.detail-value{font-weight:600;color:var(--text-charcoal)}.schedule-courses{margin:1.5rem 0}.schedule-courses h4{color:var(--primary-teal);margin-bottom:1rem;font-size:1.125rem}.schedule-courses ul{list-style:none;padding:0}.schedule-courses li{color:var(--text-gray);position:relative;padding:.5rem 0 .5rem 1.5rem}.schedule-courses li:before{content:"✓";position:absolute;left:0;color:var(--accent-gold);font-weight:700}.register-btn{width:100%;padding:1rem;margin-top:1rem;background:var(--accent-gold);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.register-btn:hover{background:var(--primary-teal);transform:translateY(-2px)}.register-btn.disabled{background:#ccc;color:#666;cursor:not-allowed;opacity:.6}.register-btn.disabled:hover{background:#ccc;transform:none}.custom-classes{margin-top:4rem}.custom-classes-content{background:linear-gradient(135deg,var(--bg-secondary) 0%,#e8f0f2 100%);padding:3rem;border-radius:12px;text-align:center;max-width:800px;margin:2rem auto 0}.custom-icon{font-size:4rem;margin-bottom:1rem}.custom-classes-content h3{font-size:2rem;color:var(--primary-teal);margin-bottom:1rem}.custom-classes-content p{font-size:1.125rem;line-height:1.8;color:var(--text-gray);margin-bottom:2rem}.custom-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.custom-feature{background:#fff;padding:1rem;border-radius:8px;font-weight:500;color:var(--text-charcoal);box-shadow:0 2px 8px #0000000d}.custom-feature span{color:var(--accent-gold);font-weight:700;margin-right:.5rem}.custom-classes-content button{padding:1rem 2rem;font-size:1.125rem}@media(max-width:768px){.schedules-hero h1{font-size:2.5rem}.schedules-grid{grid-template-columns:1fr}.schedule-header{flex-direction:column;align-items:flex-start}.custom-classes-content{padding:2rem 1.5rem}.custom-features{grid-template-columns:1fr}}.instructors-hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:4rem 1.5rem;text-align:center}.instructors-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.instructors-hero p{font-size:1.5rem;color:var(--highlight-gold);opacity:.95}.instructors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:3rem 0}.instructor-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.instructor-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #285f6826;border-color:var(--accent-gold)}.instructor-photo{height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}.instructor-photo img{width:100%;height:100%;object-fit:cover}.instructor-info{padding:2rem}.instructor-info h3{font-size:1.75rem;color:var(--primary-teal);margin-bottom:.5rem;font-weight:600}.instructor-title{color:var(--accent-gold);font-weight:600;margin-bottom:1rem;font-size:1rem}.instructor-bio{color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem}.instructor-details{background:var(--bg-secondary);padding:1.5rem;border-radius:8px}.detail-item{margin-bottom:1rem}.detail-item:last-child{margin-bottom:0}.detail-item strong{display:block;color:var(--primary-teal);margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.detail-item span{color:var(--text-charcoal);font-weight:500}.subjects-list{display:flex;flex-wrap:wrap;gap:.5rem}.subject-tag{background:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;color:var(--text-charcoal);border:1px solid #e0e0e0;display:inline-block}.join-cta{text-align:center;margin-top:4rem;padding:3rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,#e8f0f2 100%);border-radius:12px}.join-cta h3{font-size:2rem;color:var(--primary-teal);margin-bottom:1rem}.join-cta p{font-size:1.125rem;color:var(--text-gray);margin-bottom:2rem}.join-cta button{padding:1rem 2.5rem;font-size:1.125rem}@media(max-width:768px){.instructors-hero h1{font-size:2.5rem}.instructors-grid{grid-template-columns:1fr}.instructor-photo{height:150px;font-size:4rem}.join-cta{padding:2rem 1.5rem}}.testimonials-hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:4rem 1.5rem;text-align:center}.testimonials-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.testimonials-hero p{font-size:1.5rem;color:var(--highlight-gold);opacity:.95}.loading{text-align:center;padding:4rem 0}.loading-spinner{font-size:1.25rem;color:var(--primary-teal);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-container{padding:4rem 0;text-align:center}.error-message{background:#fff3f3;border:2px solid #ffcdd2;border-radius:12px;padding:3rem 2rem;max-width:500px;margin:0 auto}.error-icon{font-size:3rem;display:block;margin-bottom:1rem}.error-message p{color:#d32f2f;font-size:1.125rem;margin-bottom:1.5rem}.error-message button{background-color:var(--primary-teal);padding:.75rem 2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:3rem 0}.testimonial-card{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border-left:3px solid var(--accent-gold);position:relative;overflow:hidden}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #285f6826}.testimonial-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.testimonial-photo{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.testimonial-photo img{width:100%;height:100%;object-fit:cover}.testimonial-identity h3{font-size:1rem;color:var(--primary-teal);margin-bottom:.25rem;font-weight:600;line-height:1.3}.testimonial-role{font-size:.813rem;color:var(--text-gray)}.testimonial-rating{margin-bottom:.75rem}.star{font-size:.875rem}.testimonial-text{color:var(--text-gray);line-height:1.5;font-size:.875rem;font-style:italic;position:relative;z-index:2}.testimonial-quote{position:absolute;bottom:-10px;right:10px;font-size:4rem;color:var(--bg-secondary);font-family:Georgia,serif;z-index:1;line-height:1}.stats-section{margin:4rem 0;padding:3rem;background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);border-radius:12px}.stats-section .section-title{color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-item{text-align:center;color:#fff;padding:1.5rem}.stat-item h3{font-size:3rem;color:var(--highlight-gold);margin-bottom:.5rem;font-weight:700}.stat-item p{font-size:1.125rem;opacity:.95}.testimonials-cta{text-align:center;margin-top:4rem;padding:3rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,#e8f0f2 100%);border-radius:12px}.testimonials-cta h3{font-size:2rem;color:var(--primary-teal);margin-bottom:1rem}.testimonials-cta p{font-size:1.125rem;color:var(--text-gray);margin-bottom:2rem}.testimonials-cta button{padding:1rem 2.5rem;font-size:1.125rem}@media(max-width:1400px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-hero h1{font-size:2.5rem}.testimonials-grid{grid-template-columns:1fr}.testimonials-cta{padding:2rem 1.5rem}}.contact-hero{background:linear-gradient(135deg,var(--primary-teal) 0%,#1a4a52 100%);color:#fff;padding:4rem 1.5rem;text-align:center}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.5rem;color:var(--highlight-gold);opacity:.95}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.contact-info-section h2,.contact-form-section h2{font-size:2rem;color:var(--primary-teal);margin-bottom:1.5rem;font-weight:600}.contact-intro{color:var(--text-gray);line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.contact-item{display:flex;gap:1.5rem;padding:1.5rem;background:var(--bg-secondary);border-radius:10px;transition:all .3s ease}.contact-item:hover{background:#fff;box-shadow:0 4px 12px #00000014;transform:translate(5px)}.contact-icon{font-size:2rem;flex-shrink:0}.contact-text h4{color:var(--primary-teal);margin-bottom:.5rem;font-weight:600}.contact-text p{color:var(--text-gray);margin:.25rem 0}.social-media{margin-top:2rem}.social-media h4{color:var(--primary-teal);margin-bottom:1rem;font-weight:600}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{padding:.75rem 1rem;background:#fff;border-radius:8px;color:var(--text-charcoal);transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.social-link:hover{background:var(--primary-teal);color:#fff;transform:translate(5px)}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #00000014}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--primary-teal);font-weight:600;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid var(--bg-secondary);border-radius:8px;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-gold);box-shadow:0 0 0 3px #d2932b1a}.form-group textarea{resize:vertical;min-height:120px}.form-success{background:#e8f5e9;color:#2e7d32;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:500}.submit-btn{width:100%;padding:1rem;background:var(--accent-gold);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.submit-btn:hover{background:var(--primary-teal);transform:translateY(-2px);box-shadow:0 4px 12px #285f684d}.map-section{margin-top:4rem}.map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a;border:2px solid var(--bg-secondary)}.map-container iframe{display:block;width:100%}@media(max-width:968px){.contact-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.contact-hero h1{font-size:2.5rem}.contact-form{padding:1.5rem}.map-container iframe{height:300px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
