@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@700&display=swap";:root{--brand-navy:#1a2b48;--brand-red:#c0272d;--brand-yellow:gold;--primary:var(--brand-red);--primary-hover:#a01f25;--secondary:var(--brand-navy);--accent:var(--brand-yellow);--bg-white:#fff;--bg-light:#f8f9fa;--bg-navy:var(--brand-navy);--text-main:#2d3748;--text-muted:#718096;--text-white:#fff;--border-light:#e2e8f0;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-white);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.serif{font-family:Playfair Display,serif}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--brand-red);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.btn-secondary{background-color:var(--brand-navy);color:#fff}.btn-secondary:hover{background-color:#0f1a2b}.btn-outline{border:2px solid var(--brand-navy);color:var(--brand-navy);background:0 0}.btn-outline:hover{background:var(--brand-navy);color:#fff}.btn-lg{padding:1rem 2rem;font-size:1rem}.glass-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;transition:all .3s;box-shadow:0 4px 6px #0000000d}.glass-card:hover{box-shadow:0 10px 30px #0000001a}.page-header{padding-top:calc(var(--header-height) + 3rem);background:linear-gradient(135deg, var(--bg-light) 0%, white 100%);text-align:center;padding-bottom:3rem}.page-header h1{color:var(--brand-navy);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.page-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.form-group{margin-bottom:1.5rem}.form-label{color:var(--brand-navy);margin-bottom:.5rem;font-weight:600;display:block}.form-input,.form-textarea,.form-select{border:2px solid var(--border-light);border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--brand-red);outline:none}.form-textarea{resize:vertical;min-height:150px}@media (max-width:768px){.page-header h1,.section-title{font-size:2rem}}.navbar{z-index:1000;height:var(--header-height);background:#fff;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{color:var(--brand-navy);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.navbar-logo img{width:auto;height:70px}.navbar-menu{align-items:center;gap:1.5rem;display:flex}.navbar-link{color:var(--text-main);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.navbar-link:hover,.navbar-link.active{color:var(--brand-red)}.navbar-link.active:after{content:"";background:var(--brand-red);height:2px;position:absolute;bottom:-5px;left:0;right:0}.navbar-cta{margin-left:1rem}.navbar-actions{align-items:center;gap:1rem;display:flex}.navbar-phone{color:var(--brand-navy);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.navbar-phone:hover{color:var(--brand-red)}.navbar-toggle{cursor:pointer;color:var(--brand-navy);background:0 0;border:none;display:none}@media (max-width:968px){.navbar-menu{top:var(--header-height);background:#fff;flex-direction:column;justify-content:flex-start;gap:1.5rem;padding:2rem;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.navbar-menu.active{transform:translate(0)}.navbar-link{font-size:1.1rem}.navbar-cta{margin-top:1rem;margin-left:0}.navbar-phone span{display:none}.navbar-toggle{display:block}}.footer{background:var(--brand-navy);color:#fff;margin-top:4rem;padding:4rem 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.footer-section h4{color:var(--brand-yellow);margin-bottom:1.5rem;font-size:1.1rem}.footer-logo{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.footer-logo img{height:40px}.footer-about{color:#fffc;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.footer-social{gap:1rem;display:flex}.footer-social a{color:#fff;transition:color .3s}.footer-social a:hover{color:var(--brand-yellow)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul a{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-section ul a:hover{color:var(--brand-yellow)}.footer-contact li{align-items:center;gap:.5rem;display:flex}.footer-contact span{color:#fffc;font-size:.9rem}.btn-whatsapp{color:#fff;background:#25d366;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem 1.2rem;font-size:.85rem;text-decoration:none;transition:background .3s;display:inline-flex}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding:1.5rem 0}.footer-bottom p{color:#fff9;font-size:.85rem}@media (max-width:968px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:576px){.footer-grid{grid-template-columns:1fr}}.hero{padding-top:calc(var(--header-height) + 3rem);background:linear-gradient(135deg, var(--bg-light) 0%, white 100%);padding-bottom:4rem;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.hero-badge{color:var(--brand-red);background:#c0272d1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.hero-title{color:var(--brand-navy);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title-accent{color:var(--brand-red)}.hero-description{color:var(--text-muted);max-width:540px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.btn-lg{align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;display:inline-flex}.hero-stats{gap:3rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-number{color:var(--brand-navy);font-size:2rem;font-weight:800}.hero-stat-label{color:var(--text-muted);font-size:.9rem}.hero-image{position:relative}.hero-image-wrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000026}.hero-image-wrapper img{width:100%;height:auto;display:block}.hero-image-badge{background:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:20px;left:20px;box-shadow:0 10px 30px #0000001a}.ewu-badge{background:var(--brand-red);color:#fff;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;font-weight:700}.hero-image-badge span:last-child{color:var(--brand-navy);font-size:.9rem;font-weight:600}@media (max-width:968px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{flex-wrap:wrap;justify-content:center}.hero-stats{justify-content:center}.hero-image{order:-1}}@media (max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column}.hero-stats{gap:1.5rem}.hero-stat-number{font-size:1.5rem}}.programs{background:var(--bg-light);padding:5rem 0}.programs-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.programs-header{text-align:center;margin-bottom:4rem}.section-badge{color:var(--brand-red);background:#c0272d1a;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.section-title{color:var(--brand-navy);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-description{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.programs-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.program-card{flex-direction:column;padding:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.program-card:hover{transform:translateY(-5px)}.program-icon{width:64px;height:64px;color:var(--brand-red);background:#c0272d1a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.program-title{color:var(--brand-navy);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.program-description{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.program-link{color:var(--brand-red);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.programs-cta{text-align:center;margin-top:3rem}@media (max-width:968px){.programs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.programs-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.why-us{background:#fff;padding:5rem 0}.why-us-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.why-us-header{text-align:center;margin-bottom:4rem}.why-us-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{border-radius:12px;gap:1.25rem;padding:1.5rem;transition:background .3s;display:flex}.feature-card:hover{background:var(--bg-light)}.feature-icon{background:var(--brand-navy);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;display:flex}.feature-content{flex:1}.feature-title{color:var(--brand-navy);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-description{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media (max-width:968px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.why-us-grid{grid-template-columns:1fr}.feature-card{text-align:center;flex-direction:column}.feature-icon{margin:0 auto}}.about-page{padding-bottom:4rem}.about-content{padding-top:4rem}.about-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}.about-intro-text h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:2.25rem}.about-intro-text p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.about-intro-image img{border-radius:20px;width:100%;box-shadow:0 25px 50px #00000026}.about-mission{background:linear-gradient(135deg, var(--brand-navy) 0%, #2a3f5f 100%);border-radius:20px;align-items:flex-start;gap:3rem;margin-bottom:5rem;padding:4rem;display:flex}.mission-icon{width:80px;min-width:80px;height:80px;color:var(--brand-yellow);background:#ffffff1a;border-radius:20px;justify-content:center;align-items:center;display:flex}.mission-content h2{color:#fff;margin-bottom:1.5rem;font-size:1.75rem}.mission-content p{color:#ffffffd9;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.mission-content strong{color:var(--brand-yellow)}.about-school{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}.about-school-image img{border-radius:20px;width:100%;box-shadow:0 25px 50px #00000026}.about-school-text h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:2rem}.about-school-text p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.about-approach{background:var(--bg-light);text-align:center;border-radius:20px;margin-bottom:5rem;padding:4rem}.about-approach h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:2rem}.about-approach p{color:var(--text-muted);max-width:800px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.8}.about-why{margin-bottom:5rem}.about-why h2{color:var(--brand-navy);text-align:center;margin-bottom:2.5rem;font-size:2rem}.why-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.why-card{border:1px solid var(--border-light);text-align:center;background:#fff;border-radius:16px;padding:2rem;transition:all .3s}.why-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.why-icon{width:70px;height:70px;color:var(--brand-red);background:#c0272d1a;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.why-card h3{color:var(--brand-navy);margin-bottom:.75rem;font-size:1.1rem}.why-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.about-founder{border:1px solid var(--border-light);background:#fff;border-radius:20px;grid-template-columns:300px 1fr;align-items:center;gap:4rem;margin-bottom:5rem;padding:3rem;display:grid}.founder-image img{object-fit:cover;border-radius:16px;width:100%;box-shadow:0 20px 40px #0000001a}.founder-badge{color:var(--brand-red);background:#c0272d1a;border-radius:20px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.founder-text h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:2rem}.founder-text p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.about-cta{background:linear-gradient(135deg, var(--brand-red) 0%, #a01f25 100%);text-align:center;border-radius:20px;padding:4rem}.about-cta h2{color:#fff;margin-bottom:1rem;font-size:2rem}.about-cta p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.about-cta .btn{color:var(--brand-red);background:#fff}.about-cta .btn:hover{background:var(--brand-navy);color:#fff}@media (max-width:968px){.about-intro,.about-school{grid-template-columns:1fr;gap:2rem}.about-intro-image{order:-1}.about-mission{flex-direction:column;padding:2.5rem}.why-grid{grid-template-columns:repeat(2,1fr)}.about-founder{text-align:center;grid-template-columns:1fr}.founder-image{max-width:250px;margin:0 auto}}@media (max-width:576px){.why-grid{grid-template-columns:1fr}.about-approach,.about-mission,.about-founder,.about-cta{padding:2rem}}.founder-image img{object-fit:cover;border-radius:50%;width:300px;height:300px}.ourschool-page{padding-bottom:4rem}.ourschool-content{padding-top:4rem}.school-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.school-image img{border-radius:16px;width:100%;box-shadow:0 20px 40px #0000001a}.school-text h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:2rem}.school-text p{color:var(--text-muted);margin-bottom:1rem;line-height:1.8}.school-features{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;display:grid}.school-feature{text-align:center;background:var(--bg-light);border-radius:16px;padding:2rem}.school-feature .feature-icon{background:var(--brand-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.school-feature h3{color:var(--brand-navy);margin-bottom:.5rem;font-size:1.1rem}.school-feature p{color:var(--text-muted);font-size:.9rem}.school-location h2{color:var(--brand-navy);text-align:center;margin-bottom:1.5rem;font-size:2rem}.location-info{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}@media (max-width:968px){.school-intro{grid-template-columns:1fr}.school-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.school-features{grid-template-columns:1fr}}.programs-page{padding-bottom:4rem}.programs-content{padding-top:4rem}.programs-grid-new{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;display:grid}.program-card-new{flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.program-card-new:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.program-card-image{height:200px;position:relative;overflow:hidden}.program-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.program-card-new:hover .program-card-image img{transform:scale(1.05)}.program-card-icon{background:linear-gradient(135deg, var(--brand-red), #ff6b6b);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;bottom:-25px;left:24px;box-shadow:0 4px 15px #c81e3266}.program-card-content{flex-direction:column;flex-grow:1;padding:2.5rem 1.5rem 1.5rem;display:flex}.program-card-content h3{color:var(--brand-navy);margin-bottom:.5rem;font-size:1.35rem}.program-card-short{color:var(--brand-red);margin-bottom:.75rem;font-size:.95rem;font-weight:500}.program-card-desc{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.program-card-features{flex-grow:1;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.5rem;list-style:none;display:grid}.program-card-features li{color:var(--text-main);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.program-card-features li svg{color:var(--brand-red);flex-shrink:0}.program-card-link{color:var(--brand-navy);align-items:center;gap:.5rem;margin-top:auto;font-size:.95rem;font-weight:600;transition:gap .3s;display:flex}.program-card-new:hover .program-card-link{color:var(--brand-red);gap:.75rem}.programs-cta{text-align:center;background:linear-gradient(135deg, var(--bg-light), #f0f4f8);padding:3rem}.programs-cta h2{color:var(--brand-navy);margin-bottom:1rem;font-size:1.75rem}.programs-cta p{color:var(--text-muted);max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.programs-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.program-not-found{text-align:center;padding:6rem 2rem}.program-not-found h1{margin-bottom:1rem}.program-not-found p{color:var(--text-muted);margin-bottom:2rem}.program-detail-page{padding-bottom:4rem}.program-hero{background-position:50%;background-size:cover;height:400px;position:relative}.program-hero-overlay{background:linear-gradient(135deg,#1a365de6,#1a365db3);align-items:center;display:flex;position:absolute;inset:0}.program-hero-content{text-align:center;color:#fff}.program-icon-large{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;display:flex}.program-hero-content h1{margin-bottom:.5rem;font-size:3rem}.program-subtitle{opacity:.9;font-size:1.25rem}.program-detail-content{padding-top:4rem}.program-detail-grid{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}.program-main .glass-card{margin-bottom:2rem;padding:2rem}.program-main h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:1.5rem}.program-intro p{color:var(--text-main);margin-bottom:1rem;line-height:1.8}.program-intro p:last-child{margin-bottom:0}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;display:grid}.features-grid li{background:var(--bg-light);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.features-grid li svg{color:var(--brand-red);flex-shrink:0}.program-who ul{list-style:none}.program-who li{border-bottom:1px solid #eee;align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.program-who li:last-child{border-bottom:none}.program-who li svg{color:var(--brand-red);flex-shrink:0}.program-sidebar{position:sticky;top:100px}.program-sidebar .glass-card{margin-bottom:1.5rem;padding:1.5rem}.program-sidebar h3{color:var(--brand-navy);margin-bottom:.75rem;font-size:1.25rem}.program-sidebar p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem}.btn-full{text-align:center;width:100%;margin-bottom:.75rem}.btn-full:last-child{margin-bottom:0}.other-programs{border-top:1px solid #eee;margin-top:4rem;padding-top:4rem}.other-programs h2{text-align:center;color:var(--brand-navy);margin-bottom:2rem;font-size:2rem}.other-programs-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.other-program-card{text-align:center;padding:2rem;text-decoration:none;transition:transform .3s}.other-program-card:hover{transform:translateY(-5px)}.other-program-icon{background:linear-gradient(135deg, var(--brand-red), #ff6b6b);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;display:flex}.other-program-card h3{color:var(--brand-navy);margin-bottom:.5rem;font-size:1.1rem}.other-program-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media (max-width:1024px){.programs-grid-new,.program-detail-grid{grid-template-columns:1fr}.program-sidebar{position:static}.other-programs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.program-hero{height:300px}.program-hero-content h1{font-size:2rem}.features-grid,.other-programs-grid,.program-card-features{grid-template-columns:1fr}}.pricing-page{padding-bottom:4rem}.pricing-content{padding-top:4rem}.pricing-cards-wrapper{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:grid}.pricing-card-interactive{flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.pricing-card-interactive:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.card-header{text-align:center;margin-bottom:2rem}.card-icon{background:linear-gradient(135deg, var(--brand-red), #ff6b6b);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;display:flex}.card-icon.group-icon{background:linear-gradient(135deg, var(--brand-navy), #4a6fa5)}.card-header h3{color:var(--brand-navy);margin-bottom:.5rem;font-size:1.5rem}.card-description{color:var(--text-muted);font-size:.95rem}.lesson-selector{background:var(--bg-light);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.lesson-selector label{text-align:center;color:var(--brand-navy);margin-bottom:1rem;font-weight:600;display:block}.selector-buttons{justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.selector-btn{width:50px;height:50px;color:var(--brand-navy);cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-size:1.25rem;font-weight:700;transition:all .2s}.selector-btn:hover{border-color:var(--brand-red);background:#fff5f5}.selector-btn.active{background:var(--brand-red);border-color:var(--brand-red);color:#fff;transform:scale(1.1)}.lessons-per-week{text-align:center;color:var(--text-muted);font-size:.85rem}.lessons-per-week strong{color:var(--brand-navy)}.price-display{text-align:center;border-bottom:1px solid #eee;margin-bottom:1.5rem;padding:1.5rem 0}.price-main{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.price-main .currency{color:var(--brand-navy);font-size:1.5rem;font-weight:600}.price-main .amount{color:var(--brand-navy);font-size:3rem;font-weight:800;line-height:1}.price-main .period{color:var(--text-muted);font-size:1rem}.price-per-lesson{color:var(--text-muted);font-size:.9rem}.price-per-lesson strong{color:var(--brand-navy)}.discount-badge{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;margin-top:.75rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.group-info-box{text-align:center;border-left:4px solid var(--brand-navy);background:linear-gradient(135deg,#f0f4f8,#e8f4fc);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.group-info-box p{color:var(--text-main);margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.group-info-box p:last-child{margin-bottom:0}.group-info-box strong{color:var(--brand-navy)}.features-list{flex-grow:1;margin-bottom:2rem;list-style:none}.features-list li{color:var(--text-main);align-items:center;gap:.75rem;padding:.6rem 0;font-size:.95rem;display:flex}.features-list li svg{color:var(--brand-red);flex-shrink:0}.group-card .features-list li svg{color:var(--brand-navy)}.btn-full{text-align:center;width:100%;padding:1rem;font-size:1rem}.pricing-note{background:linear-gradient(135deg, var(--bg-light), #f0f4f8);text-align:center;border-radius:16px;max-width:700px;margin:0 auto;padding:3rem}.pricing-note svg{color:var(--brand-red);margin-bottom:1rem}.pricing-note h3{color:var(--brand-navy);margin-bottom:1rem;font-size:1.5rem}.pricing-note p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.8}.pricing-note strong{color:var(--brand-navy)}@media (max-width:768px){.pricing-cards-wrapper{grid-template-columns:1fr;gap:1.5rem}.pricing-card-interactive{padding:1.5rem}.price-main .amount{font-size:2.5rem}.pricing-note{padding:2rem}}@media (max-width:480px){.selector-btn{width:45px;height:45px;font-size:1.1rem}}.blog-page,.blog-detail-page{padding-bottom:4rem}.blog-content{padding-top:4rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog-card{flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-5px)}.blog-image{height:200px;overflow:hidden}.blog-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.blog-category{color:var(--brand-red);background:#c0272d1a;border-radius:20px;width:fit-content;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.blog-title{color:var(--brand-navy);margin-bottom:.75rem;font-size:1.2rem;line-height:1.4}.blog-excerpt{color:var(--text-muted);flex-grow:1;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.blog-meta{color:var(--text-muted);gap:1rem;margin-bottom:1rem;font-size:.8rem;display:flex}.blog-meta span{align-items:center;gap:.3rem;display:flex}.blog-link{color:var(--brand-red);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.no-posts,.loading{text-align:center;color:var(--text-muted);padding:4rem}.blog-detail-page .page-header{text-align:left;max-width:800px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.back-link{color:var(--brand-red);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.blog-detail-page .page-header h1{margin-bottom:1rem;font-size:2.5rem}.blog-article{max-width:800px;padding-top:2rem}.article-image{border-radius:16px;margin-bottom:2rem;overflow:hidden}.article-image img{width:100%;height:auto}.article-content{color:var(--text-main);font-size:1.1rem;line-height:1.8}.article-content p{margin-bottom:1.5rem}.article-content h2{color:var(--brand-navy);margin:2rem 0 1rem;font-size:1.5rem}@media (max-width:968px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.blog-grid{grid-template-columns:1fr}.blog-detail-page .page-header h1{font-size:1.75rem}}.blog-detail-container{grid-template-columns:1fr 320px;align-items:start;gap:3rem;padding-top:2rem;display:grid}.blog-detail-container .blog-article{max-width:none;padding-top:0}.blog-sidebar{position:sticky;top:100px}.sidebar-widget{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.sidebar-title{color:var(--brand-navy);border-bottom:2px solid var(--brand-red);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.2rem}.recent-posts{flex-direction:column;gap:1rem;display:flex}.recent-post-card{border-radius:12px;gap:1rem;padding:.75rem;text-decoration:none;transition:background .2s;display:flex}.recent-post-card:hover{background:var(--bg-light)}.recent-post-image{border-radius:8px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.recent-post-image img{object-fit:cover;width:100%;height:100%}.recent-post-content{flex-direction:column;gap:.3rem;min-width:0;display:flex}.recent-post-category{color:var(--brand-red);text-transform:uppercase;font-size:.7rem;font-weight:600}.recent-post-title{color:var(--brand-navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.recent-post-date{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.see-all-link{color:var(--brand-red);border-top:1px solid #eee;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.see-all-link:hover{gap:.75rem}@media (max-width:968px){.blog-detail-container{grid-template-columns:1fr}.blog-sidebar{order:2;position:static}.recent-posts{flex-direction:row;padding-bottom:.5rem;overflow-x:auto}.recent-post-card{flex-direction:column;min-width:200px}.recent-post-image{width:100%;height:120px}}@media (max-width:768px){.blog-content{padding-top:2rem}.blog-detail-page .page-header{padding-left:1rem;padding-right:1rem}.blog-detail-page .page-header h1{font-size:1.5rem;line-height:1.3}.blog-article{padding-top:1rem}.article-content{font-size:1rem;line-height:1.7}.article-content h2{font-size:1.3rem}.blog-meta{flex-wrap:wrap;gap:.5rem}.sidebar-widget{padding:1rem}.sidebar-title{margin-bottom:1rem;font-size:1.1rem}}@media (max-width:576px){.blog-page,.blog-detail-page{padding-bottom:2rem}.blog-content{padding-top:1.5rem}.blog-grid{gap:1.5rem}.blog-card-content{padding:1rem}.blog-title{font-size:1.1rem}.blog-excerpt{font-size:.85rem}.blog-image{height:180px}.blog-detail-page .page-header{padding-left:.75rem;padding-right:.75rem}.blog-detail-page .page-header h1{word-wrap:break-word;font-size:1.35rem}.back-link{margin-bottom:1rem;font-size:.9rem}.article-image{border-radius:0;margin-left:-.75rem;margin-right:-.75rem}.article-content{font-size:.95rem;line-height:1.7}.article-content p{margin-bottom:1.25rem}.article-content h2{margin:1.5rem 0 .75rem;font-size:1.2rem}.blog-detail-container{gap:2rem}.recent-posts{gap:.75rem;margin:0 -.5rem;padding-bottom:.75rem;padding-left:.5rem;padding-right:.5rem}.recent-post-card{min-width:160px;padding:.5rem}.recent-post-image{height:100px}.recent-post-title{font-size:.85rem}.recent-post-category{font-size:.65rem}.recent-post-date{font-size:.7rem}.see-all-link{margin-top:1rem;padding-top:.75rem;font-size:.85rem}}@media (max-width:380px){.blog-detail-page .page-header h1{font-size:1.2rem}.article-content{font-size:.9rem}.recent-post-card{min-width:140px}.recent-post-image{height:85px}.recent-post-title{font-size:.8rem}}.blog-detail-page .page-header{box-sizing:border-box;max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media (max-width:576px){.blog-detail-page .page-header{padding-left:1rem;padding-right:1rem}.blog-detail-page .page-header .blog-category{font-size:.75rem}.blog-detail-page .page-header .blog-meta{flex-direction:column;gap:.5rem}}.blog-detail-page{overflow-x:hidden}.blog-detail-page .page-header{box-sizing:border-box;width:100%;padding-left:1.5rem;padding-right:1.5rem}.blog-detail-container{box-sizing:border-box;padding-left:1.5rem;padding-right:1.5rem}.article-content{word-wrap:break-word;overflow-wrap:break-word}.article-content p,.article-content h1,.article-content h2,.article-content h3,.article-content li{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width:768px){.blog-detail-container,.blog-detail-page .page-header{padding-left:1rem;padding-right:1rem}.article-image{border-radius:0;margin-left:-1rem;margin-right:-1rem}.article-image img{width:calc(100% + 2rem);max-width:none}}.article-content>*{box-sizing:border-box!important;max-width:100%!important}.article-content p,.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content ul,.article-content ol,.article-content li,.article-content blockquote,.article-content pre,.article-content div{box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;width:100%!important;max-width:100%!important}.blog-article{width:100%!important;max-width:100%!important;overflow:hidden!important}@media (max-width:768px){.blog-detail-container.container{padding-left:1rem!important;padding-right:1rem!important}}@media (max-width:968px){.blog-detail-container{width:100%!important;max-width:100%!important;padding:0 1rem!important;display:block!important}.blog-article,.article-content{width:100%!important;max-width:100%!important;display:block!important}}.contact-page{padding-bottom:4rem}.contact-content{padding-top:4rem}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-info h2{color:var(--brand-navy);margin-bottom:1rem;font-size:2rem}.contact-info>p{color:var(--text-muted);margin-bottom:2rem;line-height:1.8}.contact-details{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{width:50px;height:50px;color:var(--brand-red);background:#c0272d1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item h4{color:var(--brand-navy);margin-bottom:.25rem;font-size:1rem}.contact-item a,.contact-item p{color:var(--text-muted);font-size:.95rem;text-decoration:none}.contact-item a:hover{color:var(--brand-red)}.contact-whatsapp{margin-top:2rem}.btn-whatsapp{color:#fff;background:#25d366;justify-content:center;width:100%}.btn-whatsapp:hover{background:#128c7e}.contact-form-wrapper{padding:2.5rem}.contact-form-wrapper h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:1.5rem}.w-full{width:100%}@media (max-width:968px){.contact-grid{grid-template-columns:1fr}}@media (max-width:576px){.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.5rem}}.booking-page{padding-bottom:4rem}.booking-content{padding-top:4rem}.booking-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.booking-info h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:1.75rem}.booking-benefits{margin-bottom:2rem;list-style:none}.booking-benefits li{color:var(--text-main);align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;display:flex}.booking-benefits li svg{color:var(--brand-red);flex-shrink:0}.booking-contact{background:var(--bg-light);border-radius:12px;padding:1.5rem}.booking-contact p{color:var(--text-muted);margin-bottom:1rem}.booking-form-wrapper{padding:2.5rem}.booking-form-wrapper>h2{color:var(--brand-navy);margin-bottom:1.5rem;font-size:1.5rem}.form-section{border-bottom:1px solid var(--border-light);margin-bottom:2rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section h3{color:var(--brand-navy);margin-bottom:1rem;font-size:1.1rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.booking-success{padding-top:4rem}.success-card{text-align:center;max-width:500px;margin:0 auto;padding:3rem}.success-icon{color:#2ecc71;margin-bottom:1.5rem}.success-card h2{color:var(--brand-navy);margin-bottom:1rem;font-size:1.75rem}.success-card p{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}@media (max-width:968px){.booking-grid{grid-template-columns:1fr}.booking-info{order:1}.booking-form-wrapper{order:0}}@media (max-width:576px){.form-row{grid-template-columns:1fr}.booking-form-wrapper{padding:1.5rem}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
