.landing-wrapper{--bg-primary: #fdfdfd;--bg-secondary: #f4f6f8;--bg-tertiary: #ffffff;--brand-orange: #f26b38;--brand-orange-light: rgba(242, 107, 56, .1);--brand-navy: #1a2a40;--text-body: #4a5568;--text-heading: #1e293b;--text-muted: #94a3b8;--font-serif: "Playfair Display", Georgia, serif;--font-cursive: "Caveat", cursive;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--shadow-float: 0 20px 40px rgba(26, 42, 64, .08);--shadow-btn: 0 8px 20px rgba(242, 107, 56, .25);--border-radius-lg: 24px}.landing-wrapper.dark-theme{--bg-primary: #0f172a;--bg-secondary: #0b1120;--bg-tertiary: #1e293b;--brand-navy: #f8fafc;--text-body: #94a3b8;--text-heading: #f4f6f8;--text-muted: #64748b;--shadow-float: 0 20px 40px rgba(0, 0, 0, .4);--shadow-btn: 0 8px 20px rgba(242, 107, 56, .4)}.landing-wrapper.dark-theme .navbar{background:#0f172af2;border-bottom:1px solid rgba(255,255,255,.05)}.landing-wrapper.dark-theme .btn-secondary{background:transparent;color:var(--text-heading);border:1px solid var(--text-muted)}.landing-wrapper.dark-theme .btn-secondary:hover{border-color:var(--brand-orange);color:var(--brand-orange)}.landing-wrapper.dark-theme .btn-primary{color:#0f172a}.landing-wrapper.dark-theme .btn-primary:hover,.landing-wrapper.dark-theme .btn-primary:focus{background:#e2e8f0;color:#0f172a}.landing-wrapper.dark-theme .btn:focus{outline:2px solid var(--brand-orange);outline-offset:2px}.landing-wrapper.dark-theme .logo-multiply{filter:invert(1);mix-blend-mode:screen}.landing-wrapper.dark-theme .feature-image,.landing-wrapper.dark-theme .hero-image{filter:brightness(.9)}.landing-wrapper.dark-theme .floating-badge{background:var(--bg-tertiary);color:var(--text-heading)}.landing-wrapper.dark-theme .trust-logo{color:#334155}.landing-wrapper *{margin:0;padding:0;box-sizing:border-box}.landing-wrapper{font-family:var(--font-sans);color:var(--text-body);background-color:var(--bg-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.logo-multiply{mix-blend-mode:multiply}.logo-screen{filter:invert(1);mix-blend-mode:screen}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.serif-heading{font-family:var(--font-serif);color:var(--text-heading);font-weight:700;line-height:1.15}.serif-heading em{font-style:italic;font-weight:400;color:var(--brand-orange)}.section-label{font-family:var(--font-cursive);font-size:2rem;color:var(--brand-orange);display:block;margin-bottom:.5rem;transform:rotate(-2deg)}.text-orange{color:var(--brand-orange)}.text-white{color:#fff!important}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.motif-circle{position:absolute;border-radius:50%;border:1px dashed var(--brand-orange);opacity:.2;pointer-events:none;z-index:0}.motif-1{width:500px;height:500px;top:-100px;right:-100px;animation:spin 60s linear infinite}.motif-2{width:300px;height:300px;bottom:10%;left:-50px;border-width:2px;animation:spin 40s linear infinite reverse}.motif-hero-accent{width:400px;height:400px;background-color:var(--brand-orange-light);border:none;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.motif-image-accent{width:100%;padding-bottom:100%;background-color:var(--brand-orange-light);border:none;top:5%;left:-5%;z-index:-1;border-radius:var(--border-radius-lg)}.motif-image-accent-2{width:100%;padding-bottom:100%;border:2px solid var(--brand-orange);background:transparent;bottom:-5%;right:-5%;z-index:-1;border-radius:var(--border-radius-lg)}.stacking-container{position:relative}.stack-section{position:sticky;top:0;min-height:100vh;display:flex;align-items:center;background-color:var(--bg-primary);box-shadow:0 -10px 30px #0000000d;z-index:1}.stack-section:nth-child(2n){background-color:var(--bg-secondary)}.navbar{position:fixed;top:0;width:100%;height:70px;z-index:100;background:#fdfdfdf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 15px #00000008;overflow:hidden;transition:height .3s}.navbar.scrolled{height:60px}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:120px;width:auto;margin-left:-10px}@media(max-width:767px){.nav-logo{height:100px}}.nav-links{display:none}@media(min-width:768px){.nav-links{display:flex;gap:2.5rem}}.nav-links a{font-family:var(--font-sans);font-weight:500;color:var(--text-heading);transition:color .2s}.nav-links a:hover{color:var(--brand-orange)}.nav-actions{display:flex;align-items:center;gap:.75rem}@media(max-width:767px){.nav-actions{gap:.5rem}.nav-actions .btn-cta{padding:.5rem 1rem;font-size:.85rem}.nav-phone .phone-number{display:none}.nav-phone .phone-icon{font-size:1.2rem}}@media(max-width:480px){.nav-actions .nav-signin{padding:.4rem .6rem;font-size:.75rem}}.nav-signin{padding:.5rem 1rem;border:1px solid var(--text-muted)}.nav-phone{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-heading);margin-right:.5rem}.nav-phone:hover{color:var(--brand-orange)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;border:none}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-primary{background:var(--brand-navy);color:#fff}.btn-primary:hover{background:#2a4163;transform:translateY(-2px)}.btn-cta{background:var(--brand-orange);color:#fff;box-shadow:var(--shadow-btn)}.btn-cta:hover{background:#de5623;transform:translateY(-3px);box-shadow:0 12px 25px #f26b3859}.btn-secondary{background:#fff;color:var(--text-heading);border:1px solid #e2e8f0}.btn-secondary:hover{border-color:var(--brand-orange);color:var(--brand-orange)}.mt-4{margin-top:1.5rem}.hero{padding-top:0;position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.hero-content-new{position:relative;z-index:2;text-align:center;max-width:800px;padding-top:80px;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:clamp(1.1rem,3vw,1.4rem);margin-bottom:2.5rem;font-weight:400}.hero-cta-group{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.btn-cta-main{background:var(--brand-orange);color:#fff;font-size:1.1rem;padding:1rem 2.5rem}.btn-cta-main:hover{background:#de5623}.btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);font-size:1.1rem;padding:1rem 2rem}.btn-ghost:hover{background:#ffffff1a;border-color:#fff;color:#fff}.hero-secondary-row{display:flex;gap:.75rem;justify-content:center;width:100%}.hero-whatsapp-ghost{background:#25d36626!important;color:#fff!important;border:1px solid rgba(37,211,102,.7)!important;font-size:1rem;flex:1}.hero-whatsapp-ghost:hover{background:#25d366!important;border-color:#25d366!important;color:#fff!important}.hero-secondary-row .btn-ghost{flex:1}.trust-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;color:#ffffffe6;font-size:1rem;margin-bottom:.5rem}.trust-location{color:#fffc;font-size:.95rem}@media(max-width:767px){.btn-cta-main{width:100%}.trust-divider{display:none}.trust-strip{gap:1rem}.trust-item{width:100%}}.logos-section{min-height:40vh;background:#fff;padding:4rem 0}.center-content{text-align:center;display:flex;flex-direction:column;align-items:center}.trust-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2rem}.trust-logo{font-family:var(--font-sans);font-weight:700;font-size:1.25rem;color:#cbd5e1;letter-spacing:.05em;text-transform:uppercase}.split-layout{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;padding:6rem 0}@media(min-width:900px){.split-layout{grid-template-columns:1fr 1fr}}.content-split.alternate .split-text{order:-1}.split-visual,.relative{position:relative}.feature-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-float);position:relative;z-index:10}.section-padding{padding-top:5rem;padding-bottom:5rem}.feature-sub{font-size:1.15rem;color:var(--text-muted)}.instrument-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-top:2rem}@media(max-width:1000px){.instrument-grid{grid-template-columns:repeat(2,1fr)}}.instrument-card{background:var(--bg-tertiary);border-radius:20px;padding:2rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.03);height:100%;transition:transform .3s ease,box-shadow .3s ease}.instrument-icon{font-size:3rem;margin-bottom:1rem}.instrument-name{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-heading)}.instrument-desc{font-size:.95rem;color:var(--text-body);margin-bottom:1.5rem;flex-grow:1}.btn-sm{padding:.5rem 1.25rem;font-size:.85rem}.value-props-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}@media(max-width:767px){.value-props-grid{grid-template-columns:1fr}}.value-card{background:var(--bg-tertiary);border-left:4px solid var(--brand-orange);padding:2rem;border-radius:0 16px 16px 0}.value-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:var(--text-heading);display:flex;align-items:center;gap:.5rem}.value-emoji{font-size:1.5rem}.value-desc{color:var(--text-body);font-size:1rem;margin-left:2rem}.teachers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1000px){.teachers-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.teachers-grid{grid-template-columns:1fr}}.teacher-card{background:var(--bg-tertiary);border-radius:var(--border-radius-lg);padding:2.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.03)}.teacher-photo-wrapper{width:100px;height:100px;border-radius:50%;margin-bottom:1.5rem;overflow:hidden;background:var(--brand-orange-light);display:flex;align-items:center;justify-content:center}.teacher-photo-placeholder{font-size:2.5rem;color:var(--brand-orange);font-family:var(--font-serif);font-weight:700}.teacher-name{font-size:1.25rem;font-weight:700;color:var(--text-heading);margin-bottom:.25rem}.teacher-specialty{font-weight:600;margin-bottom:.25rem;font-size:.95rem}.teacher-exp{font-size:.9rem;margin-bottom:1.5rem}.teacher-quote{font-style:italic;font-size:.95rem;color:var(--text-body);line-height:1.5}.testimonial-carousel{max-width:800px;border-radius:var(--border-radius-lg);padding:3rem;position:relative;border:1px solid rgba(0,0,0,.03);min-height:250px;display:flex;flex-direction:column;justify-content:center}.testimonial-content{animation:fadeIn .5s ease-in-out}.testimonial-quote{font-size:clamp(1.2rem,3vw,1.5rem);font-family:var(--font-serif);color:var(--text-heading);margin-bottom:1.5rem;line-height:1.6}.testimonial-author{font-weight:600;font-size:1rem;color:var(--text-body);margin-bottom:.5rem}.testimonial-stars{font-size:1.25rem;letter-spacing:2px}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem}.carousel-btn{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;transition:color .2s;padding:.5rem}.carousel-btn:hover{color:var(--brand-orange)}.carousel-dots{display:flex;gap:.5rem}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;background:var(--text-muted);opacity:.3;cursor:pointer;transition:all .2s}.carousel-dots .dot:hover{opacity:.6}.carousel-dots .dot.active{background:var(--brand-orange);opacity:1;transform:scale(1.2)}.reviewer-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.reviewer-initials{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}.reviewer-info{text-align:left;flex:1}.reviewer-time{font-size:.78rem;color:#70757a;margin:0}.google-g-badge{width:22px;height:22px;border-radius:50%;background:#4285f4;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0}.alumni-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.alumni-grid{grid-template-columns:1fr}}.alumni-card{background:var(--bg-tertiary);border-radius:var(--border-radius-lg);display:flex;align-items:center;padding:1.5rem;gap:1.5rem}.alumni-photo{width:80px;height:80px;border-radius:50%;flex-shrink:0}.alumni-info h4{font-size:1.1rem;margin-bottom:.25rem;color:var(--text-heading)}.schedule-table-container{border-radius:var(--border-radius-lg);overflow:hidden;position:relative;padding-top:3rem}.schedule-badge{position:absolute;top:0;left:0;width:100%;background:var(--brand-navy);color:#fff;text-align:center;padding:.75rem;font-weight:600;font-size:.95rem}.schedule-table{width:100%;border-collapse:collapse;text-align:left}.schedule-table th{background:var(--bg-secondary);padding:1.25rem;font-weight:700;color:var(--text-heading);border-bottom:2px solid rgba(0,0,0,.05)}.schedule-table td{padding:1.25rem;border-bottom:1px solid rgba(0,0,0,.05);color:var(--text-body)}.schedule-table tr:last-child td{border-bottom:none}@media(max-width:768px){.schedule-table{display:block;overflow-x:auto;white-space:nowrap}}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-secondary);border-radius:12px;overflow:hidden;transition:all .3s}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--text-heading);cursor:pointer;text-align:left}.faq-icon{font-size:1.5rem;color:var(--brand-orange);transition:transform .3s}.faq-icon.open{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.open{max-height:200px}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-body);line-height:1.6}.split-text .section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.body-text{font-size:1.1rem;margin-bottom:1.5rem}.benefit-list{list-style:none;margin-bottom:2rem}.benefit-list li{position:relative;padding-left:2rem;margin-bottom:.8rem;font-weight:500;color:var(--text-heading)}.benefit-list li:before{content:"✓";position:absolute;left:0;color:var(--brand-orange);font-weight:700}.floating-badge{position:absolute;bottom:-20px;right:-20px;background:#fff;padding:1.5rem;border-radius:16px;z-index:20;font-family:var(--font-sans);font-weight:600;display:flex;flex-direction:column;align-items:center}.cursive-accent{font-family:var(--font-cursive);font-size:2.5rem;line-height:1}.footer-section{display:flex;flex-direction:column;justify-content:flex-end;background-color:var(--brand-navy)}.footer-cta{transform:translateY(50%);position:relative;z-index:2;margin-top:-150px}.cta-box{background:var(--brand-orange);border-radius:var(--border-radius-lg);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.motif-cta{width:300px;height:300px;border-color:#fff;opacity:.1;top:-50px;left:-50px}.cta-box .serif-heading{font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.pulse-animation{animation:pulse-btn 2s infinite;background:var(--brand-navy)!important;color:#fff!important;box-shadow:none!important}.real-footer{background-color:var(--brand-navy);padding:12rem 2rem 4rem;width:100%}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-links h4{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;font-family:var(--font-serif)}.footer-links a{display:block;color:var(--text-muted);margin-bottom:.75rem;transition:color .2s}.footer-links a:hover{color:#fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-btn{0%{box-shadow:0 0 #1a2a40b3}70%{box-shadow:0 0 0 15px #1a2a4000}to{box-shadow:0 0 #1a2a4000}}.fade-up{opacity:0;transform:translateY(20px);animation:fadeUpAnim .8s .2s forwards ease-out}.fade-in{opacity:0;animation:fadeIn 1s .4s forwards}@keyframes fadeUpAnim{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}.theme-toggle{background:none;border:none;color:var(--text-heading);font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:#9696961a}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.active{opacity:1;pointer-events:all}.modal-content{background:var(--bg-tertiary);width:90%;max-width:600px;border-radius:var(--border-radius-lg);padding:3rem 2rem;position:relative;transform:translateY(20px);transition:transform .3s ease;max-height:90vh;overflow-y:auto}.modal-overlay.active .modal-content{transform:translateY(0)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;line-height:1;color:var(--text-muted);cursor:pointer;transition:color .2s}.modal-close:hover{color:var(--text-heading)}.trial-form .form-group{margin-bottom:1.25rem;display:flex;flex-direction:column}.trial-form label{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:var(--text-heading)}.trial-form input,.trial-form select{padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(150,150,150,.3);background:var(--bg-primary);color:var(--text-heading);font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.trial-form input:focus,.trial-form select:focus{border-color:var(--brand-orange);box-shadow:0 0 0 3px var(--brand-orange-light)}.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:600px){.form-grid{grid-template-columns:1fr 1fr}}@media(max-width:767px){.section-padding{padding-top:3rem;padding-bottom:3rem}.instrument-showcase .center-content,.teachers-section .center-content{display:block}.instrument-grid{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:1.5rem;padding-top:.5rem;width:100%;-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%);mask-image:linear-gradient(to right,black 85%,transparent 100%)}.instrument-card{flex:0 0 75vw!important;min-width:220px!important;max-width:280px!important;scroll-snap-align:start}.teachers-grid{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:1.5rem;padding-top:.5rem;width:100%;-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%);mask-image:linear-gradient(to right,black 85%,transparent 100%)}.teacher-card{flex:0 0 75vw!important;min-width:220px!important;max-width:280px!important;scroll-snap-align:start}}
