.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:var(--radius-pill);cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-button)}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(87,44,209,.4)}.btn-primary{background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-purple-light) 100%);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-purple-light) 0,var(--primary-purple) 100%);color:#fff}.btn-secondary{background:#fff;color:var(--primary-purple);border:2px solid var(--primary-purple)}.btn-secondary:hover{background:var(--primary-purple);color:#fff}.btn-lg{padding:1.125rem 2.5rem;font-size:1.125rem}.btn-block{display:block;width:100%}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);transition:all .3s ease}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.site-logo a{font-size:1.5rem;font-weight:700;color:var(--primary-purple);text-decoration:none}.main-navigation{display:flex;align-items:center;gap:2rem}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s ease}.nav-menu a:hover{color:var(--primary-purple)}.header-cta{display:flex;gap:1rem}.mobile-menu-toggle{display:none;flex-direction:column;gap:.25rem;background:0 0;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{display:block;width:25px;height:3px;background:var(--primary-purple);border-radius:2px;transition:all .3s ease}.hero-section{padding:8rem 0 4rem;background:linear-gradient(135deg,#f8f7ff 0,#fff 100%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.eyebrow-pill{display:inline-block;padding:.5rem 1.25rem;background:var(--accent-terracotta-light);color:var(--accent-terracotta);font-size:.875rem;font-weight:600;border-radius:var(--radius-pill);margin-bottom:1.5rem}.hero-title{font-size:2.75rem;line-height:1.2;margin-bottom:1.5rem}.hero-title em{color:var(--accent-terracotta);font-style:italic}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2rem}.hero-description ul{list-style:none;padding:0;margin:1rem 0}.hero-description li{padding-left:0;margin-bottom:.5rem}.hero-cta{display:flex;gap:1rem;margin:2rem 0}.hero-badges{display:flex;gap:2rem;margin-top:2rem}.badge-item{display:flex;align-items:center;gap:.5rem}.badge-icon{font-size:1.5rem}.badge-text{font-size:.875rem;font-weight:600;color:var(--text-muted)}.hero-visual{display:flex;flex-direction:column;gap:2rem}.hero-image-frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.hero-video{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.trust-bar{background:#fff;padding:2rem 0;box-shadow:var(--shadow-sm)}.trust-items{display:flex;justify-content:space-between;align-items:center;gap:2rem;overflow-x:auto}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:150px}.trust-icon{font-size:2rem;margin-bottom:.5rem}.trust-text{font-size:.875rem;font-weight:600;color:var(--text-muted)}.comparison-table-wrapper{overflow-x:auto;margin-bottom:3rem}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.comparison-table td,.comparison-table th{padding:1.25rem;text-align:left;border-bottom:1px solid var(--border-color)}.comparison-table th{background:var(--primary-purple);color:#fff;font-weight:600}.comparison-table .highlight-col{background:#f8f7ff;font-weight:600;color:var(--primary-purple)}.usp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.usp-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform .3s ease}.usp-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.usp-icon{font-size:3rem;margin-bottom:1rem}.usp-card h3{color:var(--primary-purple);margin-bottom:.5rem}.usp-card h4{font-size:1.25rem;margin-bottom:1rem}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.course-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);position:relative;transition:transform .3s ease}.course-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.course-card.featured{border:3px solid var(--accent-terracotta)}.badge-popular{position:absolute;top:-1rem;right:1rem;background:var(--accent-terracotta);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:700}.course-header{text-align:center;margin-bottom:1.5rem}.course-icon{font-size:3rem;margin-bottom:1rem}.course-age{color:var(--text-muted);font-weight:600}.course-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.course-price{color:var(--accent-terracotta);font-weight:700;font-size:1.125rem}.course-features,.course-projects ul{list-style:none;padding:0;margin:1rem 0}.course-features li,.course-projects li{padding:.5rem 0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.testimonial-video{border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.testimonial-content{padding:1.5rem}.testimonial-text{font-style:italic;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:var(--text-dark);font-weight:600}.testimonial-author span{font-size:.875rem;color:var(--text-muted)}.google-reviews-widget{margin-top:3rem;text-align:center;padding:2rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.reviews-rating{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem}.rating-stars{font-size:1.5rem}.rating-score{font-size:1.5rem;font-weight:700;color:var(--primary-purple)}.portfolio-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.portfolio-item{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease}.portfolio-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.portfolio-image{position:relative;overflow:hidden}.portfolio-image img{width:100%;height:250px;object-fit:cover}.portfolio-badge{position:absolute;top:1rem;right:1rem;background:rgba(87,44,209,.9);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600}.portfolio-content{padding:1.5rem}.portfolio-content h3{color:var(--primary-purple);margin-bottom:.5rem}.portfolio-author{font-size:.875rem;color:var(--text-muted);font-weight:600;margin-bottom:.5rem}.achievement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.achievement-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md)}.achievement-icon{font-size:3rem;margin-bottom:1rem}.achievement-card h3{color:var(--primary-purple);margin-bottom:.5rem;font-size:1.125rem}.competition-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}.competition-gallery img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.teacher-quote{background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-purple-light) 100%);padding:3rem;border-radius:var(--radius-lg);color:#fff;text-align:center}.teacher-quote blockquote{margin:0}.teacher-quote p{font-size:1.25rem;font-style:italic;margin-bottom:1rem;color:#fff}.teacher-quote cite{font-size:1rem;font-weight:600;font-style:normal}.faq-list{max-width:900px;margin:0 auto}.faq-item{background:#fff;border-radius:var(--radius-md);margin-bottom:1rem;box-shadow:var(--shadow-sm);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border:none;cursor:pointer;font-size:1.125rem;font-weight:600;color:var(--text-dark);text-align:left;transition:all .3s ease}.faq-question:hover{background:#f8f7ff}.faq-icon{font-size:1.5rem;font-weight:300;color:var(--primary-purple);transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:1000px}.faq-answer p,.faq-answer ul,.faq-answer>div{padding:0 1.5rem 1.5rem}.faq-answer ul{list-style:none;padding-left:2rem}.faq-answer li{margin-bottom:.5rem}.location-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.tab-btn{padding:1rem 2rem;background:#fff;border:2px solid var(--border-color);border-radius:var(--radius-pill);font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .3s ease}.tab-btn:hover{border-color:var(--primary-purple);color:var(--primary-purple)}.tab-btn.active{background:var(--primary-purple);border-color:var(--primary-purple);color:#fff}.location-content{display:none}.location-content.active{display:block}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.location-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.location-card h3{color:var(--primary-purple);margin-bottom:1rem}.location-card p{margin-bottom:.75rem}.location-card a{color:var(--accent-terracotta);font-weight:600}.map-embed{margin-top:1rem;border-radius:var(--radius-md);overflow:hidden}.location-cta{text-align:center;margin-top:3rem;padding:2rem;background:#fff;border-radius:var(--radius-lg)}.final-cta-section{background:linear-gradient(135deg,#f8f7ff 0,#fff 100%)}.cta-wrapper{max-width:1000px;margin:0 auto}.cta-header{text-align:center;margin-bottom:3rem}.special-offer{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-top:2rem}.special-offer h3{color:var(--accent-terracotta);margin-bottom:1rem}.special-offer ul{list-style:none;padding:0;margin:1rem 0}.special-offer li{padding:.5rem 0;font-size:1.125rem}.contact-form-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.contact-form{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid var(--border-color);border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font-sans);transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--primary-purple)}.form-submit{margin-top:1rem}.form-message{margin-top:1rem;padding:1rem;border-radius:var(--radius-sm);text-align:center;font-weight:600;display:none}.form-message.success{display:block;background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{display:block;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-info-box{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);height:fit-content}.contact-info-box h3{color:var(--primary-purple);margin-bottom:1.5rem}.contact-details p{margin-bottom:1rem}.contact-details a{color:var(--accent-terracotta);font-weight:600}.site-footer{background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 2fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{color:#fff;margin-bottom:1.5rem}.footer-about p{color:rgba(255,255,255,.8);margin-bottom:1rem}.footer-contact p{color:rgba(255,255,255,.8);margin-bottom:.75rem}.footer-contact a{color:#fff;font-weight:600}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;transition:all .3s ease}.footer-social a:hover{background:var(--primary-purple);transform:translateY(-2px)}.location-grid .location-group h4{color:#fff;font-size:1rem;margin-bottom:.75rem;margin-top:1rem}.location-grid .location-group:first-child{margin-top:0}.location-grid ul{list-style:none;padding:0;margin:0}.location-grid li{color:rgba(255,255,255,.8);padding:.25rem 0;font-size:.875rem}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu li{margin-bottom:.75rem}.footer-menu a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s ease}.footer-menu a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:rgba(255,255,255,.6);font-size:.875rem;margin-bottom:.5rem}.floating-phone{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-purple-light) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(87,44,209,.4);color:#fff;z-index:999;transition:all .3s ease;animation:pulse 2s infinite}.floating-phone:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(87,44,209,.6)}@keyframes pulse{0%,100%{box-shadow:0 4px 20px rgba(87,44,209,.4)}50%{box-shadow:0 4px 30px rgba(87,44,209,.8)}}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-visual{order:-1}.course-grid,.portfolio-gallery,.testimonial-grid,.usp-cards{grid-template-columns:repeat(2,1fr)}.achievement-grid,.competition-gallery{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}.footer-locations{grid-column:1/-1}}@media (max-width:768px){.site-header{position:fixed}.mobile-menu-toggle{display:flex}.main-navigation{position:fixed;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:var(--shadow-lg);transition:top .3s ease}.main-navigation.active{top:100%}.nav-menu{flex-direction:column;gap:1rem}.header-cta{flex-direction:column;width:100%}.hero-section{padding:6rem 0 3rem}.hero-title{font-size:2rem}.hero-cta{flex-direction:column}.hero-badges{flex-direction:column;gap:1rem}.trust-items{flex-wrap:wrap;justify-content:center}.course-grid,.portfolio-gallery,.testimonial-grid,.usp-cards{grid-template-columns:1fr}.achievement-grid{grid-template-columns:repeat(2,1fr)}.competition-gallery{grid-template-columns:repeat(2,1fr)}.location-tabs{flex-wrap:wrap}.location-grid{grid-template-columns:1fr}.contact-form-wrapper{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr}.floating-phone{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}@media (max-width:480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.achievement-grid{grid-template-columns:1fr}.competition-gallery{grid-template-columns:1fr}.teacher-quote{padding:2rem 1.5rem}.teacher-quote p{font-size:1rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media print{.contact-form,.floating-phone,.footer-social,.hero-cta,.site-header{display:none}}