body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:var(--shadow-md)}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:inherit;gap:1rem;text-decoration:none}.logo-icon{height:50px;position:relative;width:50px}.globe{animation:rotate 20s linear infinite;background:var(--gradient-primary);border-radius:50%;height:100%;overflow:hidden;position:relative;width:100%}.globe-inner{background:linear-gradient(45deg,#f59e0b,#d97706,#92400e);border-radius:50%;height:80%;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.globe-lines{background:linear-gradient(90deg,#0000 48%,#ffffff4d 50%,#0000 52%),linear-gradient(0deg,#0000 48%,#ffffff4d 50%,#0000 52%);bottom:0;left:0;position:absolute;right:0;top:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo-text h1{color:var(--text-dark);font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.logo-text span{color:var(--text-light);font-size:.875rem;font-weight:500}.nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav a{color:var(--text-dark);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:var(--primary-color)}.nav a:after{background:var(--gradient-primary);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover:after{width:100%}.header-actions{align-items:center;display:flex;gap:1rem}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.mobile-menu-btn span{background:var(--text-dark);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.header-content{padding:.75rem 0}.logo-text h1{font-size:1.25rem}.logo-text span{font-size:.75rem}.nav{background:var(--white);box-shadow:var(--shadow-lg);left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav ul{flex-direction:column;gap:0;padding:1rem 0}.nav li{border-bottom:1px solid #0000001a}.nav li:last-child{border-bottom:none}.nav a{display:block;font-size:1.1rem;padding:1rem 2rem}.mobile-menu-btn{display:flex}.header-actions .btn{font-size:.875rem;padding:.5rem 1rem}}@media (max-width:480px){.logo-icon{height:40px;width:40px}.logo{gap:.75rem}.header-actions .btn{font-size:.75rem;padding:.5rem .75rem}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-bottom:50px;padding-top:100px;position:relative}.hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:-2}.hero-bg-image{filter:brightness(.4);height:100%;object-fit:cover;width:100%}.hero-overlay{background:linear-gradient(135deg,#2563ebcc,#1e40afe6);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{color:#fff}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f59e0b33;border:1px solid #f59e0b4d;border-radius:2rem;display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-badge span{color:#fbbf24;font-size:.875rem;font-weight:600}.hero-title{animation:fadeInUp 1s ease-out;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{animation:fadeInUp 1s ease-out .2s both;font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-features{animation:fadeInUp 1s ease-out .4s both;display:flex;gap:2rem;margin-bottom:2.5rem}.feature{align-items:center;display:flex;gap:.5rem}.feature-icon{font-size:1.5rem}.feature span{font-size:.95rem;font-weight:500}.hero-cta{animation:fadeInUp 1s ease-out .6s both;display:flex;gap:1rem;margin-bottom:3rem}.btn-large{font-size:1.1rem;font-weight:700;padding:1rem 2rem}.hero-stats{animation:fadeInUp 1s ease-out .8s both;display:flex;gap:3rem}.stat{text-align:center}.stat-number{color:#fbbf24}.stat-label{font-size:.875rem;opacity:.9}.hero-image{animation:fadeInRight 1s ease-out .4s both;display:flex;justify-content:center}.hero-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);max-width:400px;overflow:hidden;transform:rotate(3deg);transition:transform .3s ease}.hero-card:hover{transform:rotate(0deg) scale(1.05)}.card-image{height:250px;object-fit:cover;width:100%}.card-content{padding:1.5rem}.card-content h3{color:var(--text-dark);font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.card-content p{color:var(--text-light);font-style:italic}.hero-scroll-indicator{animation:bounce 2s infinite;bottom:2rem;color:#fff;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.scroll-arrow span{display:block;font-size:.875rem;margin-bottom:.5rem;opacity:.8}.arrow-down{border-bottom:2px solid #fff;border-right:2px solid #fff;height:20px;margin:0 auto;transform:rotate(45deg);width:20px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:3rem}.hero-features{flex-wrap:wrap}.hero-features,.hero-stats{justify-content:center}}@media (max-width:768px){.hero{padding-top:70px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-cta{align-items:center;flex-direction:column}.btn-large{max-width:300px;width:100%}.hero-features{flex-direction:column;gap:1rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-features{gap:.75rem}.feature{flex-direction:column;gap:.25rem;text-align:center}.hero-stats{gap:1.5rem}.hero-card{max-width:320px}}.about{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;position:relative}.about:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23e2e8f0' fill-opacity='.3' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.section-badge{background:#2563eb1a;border:1px solid #2563eb33;border-radius:2rem;display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem}.section-badge span{color:var(--primary-color);font-size:.875rem;font-weight:600}.about-story{margin-bottom:2.5rem}.story-paragraph{color:var(--text-dark);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.story-paragraph.highlight{background:#2563eb0d;border-left:4px solid var(--primary-color);border-radius:.5rem;color:var(--primary-color);font-size:1.25rem;font-style:italic;font-weight:600;margin:2rem 0;padding:1.5rem;text-align:center}.about-values{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.value{align-items:flex-start;background:#fff;border-radius:1rem;box-shadow:var(--shadow-sm);display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.value:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.value-icon{flex-shrink:0;font-size:2rem}.value-content h4{color:var(--text-dark);font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.value-content p{color:var(--text-light);line-height:1.6}.about-images{position:relative}.image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:500px}.image-card{border-radius:1rem;box-shadow:var(--shadow-lg);overflow:hidden;position:relative;transition:transform .3s ease}.image-card:hover{transform:scale(1.05)}.main-image{grid-row:1/3}.secondary-image{grid-row:1/2}.about-img{height:100%;object-fit:cover;width:100%}.image-overlay{font-weight:600;padding:1.5rem 1rem 1rem}.stats-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;grid-row:2/3;justify-content:space-around;padding:1.5rem}.stat-item{text-align:center}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem;margin-top:.25rem}.philosophy-section{margin-top:4rem}.philosophy-card{align-items:center;display:flex;gap:2rem}.philosophy-content{flex:1 1}.philosophy-content h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.philosophy-content blockquote{margin-bottom:1rem}.philosophy-content blockquote:before{font-size:3rem;left:-20px}.philosophy-content cite{color:var(--text-light);font-size:.95rem}.philosophy-icon{flex-shrink:0}.heart-icon{animation:pulse 2s infinite;font-size:4rem}@media (max-width:1024px){.about-content{gap:3rem;grid-template-columns:1fr}.image-grid{height:400px}.philosophy-card{flex-direction:column;padding:2rem;text-align:center}}@media (max-width:768px){.about-values{gap:1rem}.value{padding:1rem}.value-icon{font-size:1.5rem}.image-grid{gap:1rem;grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto}.main-image,.secondary-image{grid-row:auto;height:200px}.stats-card{flex-direction:row;justify-content:space-around;padding:1rem}.philosophy-card{padding:1.5rem}.philosophy-content blockquote{font-size:1.125rem}.heart-icon{font-size:3rem}}@media (max-width:480px){.story-paragraph{font-size:1rem}.story-paragraph.highlight{font-size:1.125rem;padding:1rem}.value{gap:.5rem;text-align:center}.stats-card,.value{flex-direction:column}.stats-card{gap:1rem}}.courses{background:#fff;position:relative}.section-header{margin-bottom:3rem;text-align:center}.course-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.tab-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;color:var(--text-light);cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1rem 1.5rem;transition:all .3s ease}.tab-button:hover{box-shadow:var(--shadow-md);color:var(--primary-color)}.tab-button.active,.tab-button:hover{border-color:var(--primary-color);transform:translateY(-2px)}.tab-button.active{background:var(--gradient-primary);box-shadow:var(--shadow-lg);color:#fff}.tab-icon{font-size:1.25rem}.tab-label{font-size:.95rem}.course-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.course-info{animation:fadeInLeft .8s ease-out}.course-header{margin-bottom:1.5rem}.course-title{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:.5rem}.course-subtitle{color:var(--primary-color);font-size:1.125rem;font-weight:600}.course-description{color:var(--text-dark);font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.course-features{margin-bottom:2rem}.course-features h4{color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.features-list{list-style:none;margin:0;padding:0}.feature-item{align-items:center;border-bottom:1px solid #f3f4f6;color:var(--text-dark);display:flex;font-size:1rem;padding:.75rem 0}.feature-item:last-child{border-bottom:none}.course-pricing{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem;margin-bottom:2rem;padding:1.5rem;text-align:center}.price-main{color:var(--primary-color);font-size:2rem;font-weight:800;margin-bottom:.5rem}.price-packs{color:var(--text-dark);font-size:1rem;font-weight:600;margin-bottom:.5rem}.price-note{color:var(--text-light);font-size:.875rem;font-style:italic}.course-actions{display:flex;flex-wrap:wrap;gap:1rem}.course-actions .btn{flex:1 1;justify-content:center;min-width:200px}.course-image{animation:fadeInRight .8s ease-out}.image-container{border-radius:1rem;box-shadow:var(--shadow-xl);height:400px;overflow:hidden;position:relative}.course-img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-container:hover .course-img{transform:scale(1.05)}.image-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem 1.5rem 1.5rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.image-container:hover .image-overlay{transform:translateY(0)}.overlay-content h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.overlay-content p{font-size:.95rem;opacity:.9}.additional-info{margin-top:4rem}.info-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.info-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.card-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h4{color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.info-card p{color:var(--text-light);line-height:1.6}@media (max-width:1024px){.course-content{gap:3rem;grid-template-columns:1fr}.course-actions{justify-content:center}.course-actions .btn{flex:none;min-width:250px}}@media (max-width:768px){.course-tabs{gap:.5rem}.tab-button{flex-direction:column;gap:.25rem;min-width:80px;padding:.75rem 1rem}.tab-label{font-size:.875rem}.course-title{font-size:1.75rem}.course-description{font-size:1rem}.course-actions{flex-direction:column}.course-actions .btn{min-width:auto;width:100%}.image-container{height:300px}.info-cards{gap:1.5rem;grid-template-columns:1fr}.info-card{padding:1.5rem}}@media (max-width:480px){.course-tabs{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}.tab-button{font-size:.875rem;padding:.5rem}.tab-icon{font-size:1rem}.course-title{font-size:1.5rem}.price-main{font-size:1.75rem}.course-pricing{padding:1rem}.feature-item{font-size:.95rem;padding:.5rem 0}}.teachers{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;position:relative}.teachers:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm0-20c0 4.4-3.6 8-8 8S4 4.4 4 0s3.6-8 8-8 8 3.6 8 8z' fill='%23e2e8f0' fill-opacity='.2'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.teachers-content{position:relative;z-index:1}.teacher-philosophy{margin-bottom:4rem}.philosophy-card{background:#fff;border-radius:1.5rem;box-shadow:var(--shadow-xl);overflow:hidden;padding:3rem;position:relative}.philosophy-card:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.philosophy-header{margin-bottom:2rem}.emma-avatar{gap:1rem}.avatar-circle,.emma-avatar{align-items:center;display:flex}.avatar-circle{background:var(--gradient-primary);border-radius:50%;box-shadow:var(--shadow-lg);color:#fff;font-size:2rem;font-weight:700;height:80px;justify-content:center;width:80px}.avatar-info h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.avatar-info p{color:var(--text-light);font-style:italic}.philosophy-content blockquote{color:var(--text-dark);font-size:1.25rem;font-style:italic;line-height:1.6;margin-bottom:2rem;padding-left:2rem;position:relative}.philosophy-content blockquote:before{color:var(--primary-color);content:'"';font-family:serif;font-size:4rem;left:-10px;opacity:.3;position:absolute;top:-10px}.emma-quotes{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.quote-item{align-items:center;background:#2563eb0d;border-left:3px solid var(--primary-color);border-radius:.75rem;display:flex;gap:1rem;padding:1rem}.quote-icon{flex-shrink:0;font-size:1.5rem}.quote-item p{color:var(--text-dark);font-weight:600;margin:0}.teacher-qualities{margin-bottom:4rem}.teacher-qualities h3{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.qualities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.quality-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.quality-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.quality-icon{font-size:3rem;margin-bottom:1rem}.quality-card h4{color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.quality-card p{color:var(--text-light);line-height:1.6}.teacher-approach{margin-bottom:4rem}.approach-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.approach-text h3{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1.5rem}.approach-text>p{color:var(--text-dark);font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.approach-features{display:flex;flex-direction:column;gap:1.5rem}.approach-feature{align-items:flex-start;display:flex;gap:1rem}.feature-number{align-items:center;background:var(--gradient-primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.feature-content h4{color:var(--text-dark);font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.feature-content p{color:var(--text-light);line-height:1.6}.approach-image{position:relative}.approach-img{border-radius:1rem;box-shadow:var(--shadow-xl);height:400px;object-fit:cover;width:100%}.image-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f59e0be6;border-radius:2rem;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.teacher-cta{text-align:center}.cta-card{max-width:600px}.cta-card h3{color:var(--text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.cta-card p{color:var(--text-light);font-size:1.125rem;line-height:1.6;margin-bottom:2rem}@media (max-width:1024px){.approach-content{gap:3rem;grid-template-columns:1fr}.qualities-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.emma-quotes{grid-template-columns:1fr}}@media (max-width:768px){.philosophy-card{padding:2rem}.emma-avatar{flex-direction:column;gap:1rem;text-align:center}.avatar-circle{font-size:1.5rem;height:60px;width:60px}.philosophy-content blockquote{font-size:1.125rem;padding-left:1rem}.approach-text h3,.teacher-qualities h3{font-size:1.75rem}.approach-text>p{font-size:1rem}.approach-features{gap:1rem}.approach-feature{flex-direction:column;gap:.5rem;text-align:center}.feature-number{align-self:center}.approach-img{height:300px}.cta-card{padding:2rem}.cta-card h3{font-size:1.5rem}.cta-card p{font-size:1rem}}@media (max-width:480px){.philosophy-card{padding:1.5rem}.philosophy-content blockquote{font-size:1rem}.quote-item{flex-direction:column;gap:.5rem;text-align:center}.quality-card{padding:1.5rem}.qualities-grid{grid-template-columns:1fr}.cta-card{padding:1.5rem}}.testimonials{background:#fff;position:relative}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.testimonial-card{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:var(--shadow-md);overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.testimonial-card:before{background:var(--gradient-primary);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.testimonial-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-xl);transform:translateY(-5px)}.testimonial-card:hover:before{transform:scaleX(1)}.testimonial-content{margin-bottom:1.5rem}.quote-icon{color:var(--primary-color);font-family:serif;font-size:3rem;line-height:1;margin-bottom:1rem;opacity:.3}.testimonial-text{color:var(--text-dark);font-size:1.125rem;font-style:italic;line-height:1.6;margin-bottom:1rem}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star{font-size:1.25rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:var(--gradient-primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:700;height:50px;justify-content:center;width:50px}.author-info h4{color:var(--text-dark);font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.author-info p{color:var(--text-light);font-size:.95rem}.testimonials-stats{grid-gap:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1.5rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:4rem;padding:3rem 0}.stat-card{padding:1.5rem;text-align:center}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-number{color:var(--primary-color);font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:.95rem;font-weight:600}.testimonials-cta{background:linear-gradient(135deg,#f8fafc,grey);border-radius:1.5rem;color:#fff;overflow:hidden;padding:4rem 3rem;position:relative;text-align:center}.testimonials-cta:before{background:url(/static/media/virtualClass.276688791f0969c3a572.png) 50%;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.cta-content{position:relative;z-index:1}.cta-content h3{font-size:2rem;line-height:1.2}.cta-content p{color:#fff;font-size:1.25rem;opacity:.95}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn{min-width:200px}.cta-buttons .btn-primary{background:#fff;color:var(--primary-color)}.cta-buttons .btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.cta-buttons .btn-secondary{background:#0000;border-color:#fff;color:#fff}.cta-buttons .btn-secondary:hover{background:#fff;color:#f8fafc}@media (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonials-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:1rem}.testimonials-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr);padding:2rem 1rem}.stat-card{padding:1rem}.stat-icon,.stat-number{font-size:2rem}.testimonials-cta{padding:3rem 2rem}.cta-content h3{font-size:1.75rem}.cta-content p{font-size:1.125rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.testimonial-card{padding:1rem}.quote-icon{font-size:2.5rem}.testimonial-text{font-size:.95rem}.author-avatar{font-size:1rem;height:40px;width:40px}.author-info h4{font-size:1rem}.author-info p{font-size:.875rem}.testimonials-stats{grid-template-columns:1fr;padding:1.5rem 1rem}.stat-number{font-size:1.75rem}.testimonials-cta{padding:2rem 1.5rem}.cta-content h3{font-size:1.5rem}.cta-content p{font-size:1rem}}.contact{background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.details-card,.info-card{background:#fff;border-radius:1.5rem;box-shadow:var(--shadow-lg);height:-webkit-fit-content;height:fit-content;padding:2.5rem}.card-header{margin-bottom:2rem}.card-header h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.card-header p{color:var(--text-light);line-height:1.6}.contact-options{display:flex;flex-direction:column;gap:1rem}.contact-option{align-items:center;background:#f8fafc;border:2px solid #0000;border-radius:1rem;color:inherit;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.contact-option:hover{background:#fff;border-color:var(--primary-color);box-shadow:var(--shadow-md);transform:translateX(5px)}.option-icon{flex-shrink:0;font-size:2rem}.option-content{flex:1 1}.option-content h4{color:var(--text-dark);font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.option-content p{color:var(--text-light);font-size:.95rem;line-height:1.5}.option-arrow{color:var(--primary-color);font-size:1.25rem;font-weight:700;transition:transform .3s ease}.contact-option:hover .option-arrow{transform:translateX(5px)}.details-card h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:2rem}.contact-item{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem}.contact-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.item-icon{flex-shrink:0;font-size:1.5rem;margin-top:.25rem}.item-content h4{color:var(--text-dark);font-size:1rem;font-weight:700;margin-bottom:.25rem}.item-content a,.item-content p{color:var(--text-light);line-height:1.5;text-decoration:none}.item-content a:hover{color:var(--primary-color)}.item-content small{color:var(--text-light);display:block;font-size:.875rem;font-style:italic;margin-top:.25rem}.location-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem;margin-top:2rem;padding:1.5rem}.location-card h4{color:var(--text-dark);font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.location-card p{color:var(--text-light);line-height:1.6;margin-bottom:1rem}.location-features{display:flex;flex-wrap:wrap;gap:1rem}.feature{background:#fff;border-radius:2rem;box-shadow:var(--shadow-sm);color:var(--text-dark);font-size:.875rem;font-weight:500;padding:.5rem 1rem}.contact-cta{text-align:center}.cta-card{align-items:center;background:#fff;border-radius:1.5rem;box-shadow:var(--shadow-xl);display:flex;gap:3rem;margin:0 auto;max-width:800px;padding:3rem}.cta-content{flex:1 1;text-align:left}.cta-content h3{color:var(--text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.cta-content p{color:var(--text-light);font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.cta-image{flex-shrink:0}.whatsapp-icon{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;box-shadow:var(--shadow-lg);display:flex;font-size:2.5rem;height:80px;justify-content:center;width:80px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.cta-card{flex-direction:column;gap:2rem}.cta-card,.cta-content{text-align:center}}@media (max-width:768px){.details-card,.info-card{padding:2rem}.contact-option{padding:1rem}.option-content h4{font-size:1rem}.option-content p{font-size:.875rem}.contact-item{flex-direction:column;gap:.5rem;text-align:center}.item-icon{align-self:center;margin-top:0}.location-features{justify-content:center}.cta-card{padding:2rem}.cta-content h3{font-size:1.5rem}.cta-content p{font-size:1rem}.whatsapp-icon{font-size:2rem;height:60px;width:60px}}@media (max-width:480px){.details-card,.info-card{padding:1.5rem}.contact-option{flex-direction:column;gap:.75rem;padding:1rem;text-align:center}.option-arrow{display:none}.contact-item{gap:.75rem}.location-features{align-items:center;flex-direction:column}.feature{text-align:center}.cta-card{padding:1.5rem}.cta-content h3{font-size:1.25rem}.btn-large{width:100%}}.footer{background:linear-gradient(135deg,var(--text-dark) 0,#111827 100%);color:#fff;overflow:hidden;position:relative}.footer:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;padding:4rem 0;position:relative;z-index:1}.footer-brand{max-width:400px}.footer-brand .logo{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.footer-brand .logo-icon{height:50px;position:relative;width:50px}.footer-brand .globe{animation:rotate 20s linear infinite;background:var(--gradient-primary);border-radius:50%;height:100%;overflow:hidden;position:relative;width:100%}.footer-brand .globe-inner{background:linear-gradient(45deg,#f59e0b,#d97706,#92400e);border-radius:50%;height:80%;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.footer-brand .globe-lines{background:linear-gradient(90deg,#0000 48%,#ffffff4d 50%,#0000 52%),linear-gradient(0deg,#0000 48%,#ffffff4d 50%,#0000 52%);bottom:0;left:0;position:absolute;right:0;top:0}.footer-brand .logo-text h3{font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.footer-brand .logo-text span{font-size:.875rem;font-weight:500;opacity:.8}.brand-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.brand-quote{background:#ffffff1a;border-left:4px solid var(--accent-color);border-radius:1rem;padding:1.5rem}.brand-quote p{font-size:1rem;font-style:italic;line-height:1.5;margin-bottom:.5rem}.brand-quote cite{font-size:.875rem;opacity:.8}.footer-links{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.link-group h4{color:var(--accent-color);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.link-group ul{list-style:none;margin:0;padding:0}.link-group li{margin-bottom:.75rem}.link-group a,.link-group span{color:#fffc;font-size:.95rem;line-height:1.5;text-decoration:none;transition:color .3s ease}.link-group a:hover{color:var(--accent-color)}.footer-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:1.5rem;margin:2rem 0;padding:3rem;text-align:center}.footer-cta .cta-content h3{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.footer-cta .cta-content p{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.footer-cta .btn{background:var(--gradient-accent);color:#fff;font-size:1.1rem;font-weight:700;padding:1rem 2rem}.footer-cta .btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;padding:2rem 0;position:relative;z-index:1}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright p{font-size:.875rem;line-height:1.5;margin:0;opacity:.7}.scroll-top-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:2rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.scroll-top-btn:hover{background:#fff3;transform:translateY(-2px)}.scroll-top-btn span:first-child{font-size:1.25rem;font-weight:700}@media (max-width:1024px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-links{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-content{padding:3rem 0}.footer-brand .logo{justify-content:center;text-align:center}.footer-brand{max-width:none;text-align:center}.footer-links{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-cta{padding:2rem}.footer-cta .cta-content h3{font-size:1.5rem}.footer-cta .cta-content p{font-size:1rem}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}}@media (max-width:480px){.footer-content{padding:2rem 0}.footer-brand .logo{flex-direction:column;gap:1rem}.footer-brand .logo-icon{height:40px;width:40px}.brand-description{font-size:1rem}.brand-quote{padding:1rem}.footer-cta{padding:1.5rem}.footer-cta .cta-content h3{font-size:1.25rem}.footer-cta .btn{max-width:300px;width:100%}.scroll-top-btn{font-size:.75rem;padding:.5rem 1rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}:root{--primary-color:#2563eb;--secondary-color:#1e40af;--accent-color:#f59e0b;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f8fafc;--white:#fff;--gradient-primary:linear-gradient(135deg,#2563eb,#1e40af);--gradient-accent:linear-gradient(135deg,#f59e0b,#d97706);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.section{padding:4rem 0}.section-title{color:#1f2937;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6b7280;color:var(--text-light);font-size:1.125rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#2563eb,#1e40af);background:var(--gradient-primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--white);border:2px solid #2563eb;border:2px solid var(--primary-color);color:#2563eb;color:var(--primary-color)}.btn-secondary:hover{background:#2563eb;background:var(--primary-color);color:#fff;color:var(--white);transform:translateY(-2px)}.btn-accent{background:linear-gradient(135deg,#f59e0b,#d97706);background:var(--gradient-accent);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-accent:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animate-fade-in-left{animation:fadeInLeft .8s ease-out}.animate-fade-in-right{animation:fadeInRight .8s ease-out}@media (max-width:768px){.section{padding:2rem 0}.section-title{font-size:2rem}.container{padding:0 1rem}}.image-hover{border-radius:.5rem;overflow:hidden;transition:transform .3s ease}.image-hover:hover{transform:scale(1.05)}.image-hover img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-hover:hover img{transform:scale(1.1)}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1e40af);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.text-gradient-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f59e0b,#d97706);background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text}
/*# sourceMappingURL=main.47dfc21c.css.map*/