.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:transparent;transition:all .3s ease}.navbar.scrolled{background:var(--nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 12px var(--shadow);padding:.65rem 0}.navbar-inner{display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--text);z-index:1001}.logo-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:var(--gradient-hero);color:#fff;font-family:Playfair Display,serif;font-weight:700;font-size:.85rem;letter-spacing:.08em}.logo-text{font-family:Inter,sans-serif;font-weight:700;font-size:1.1rem;color:var(--text)}.navbar-right{display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.95rem;color:var(--text-muted);transition:all .2s ease;text-decoration:none}.nav-link:hover{color:var(--text);background:var(--primary-light)}.nav-link.active{color:var(--primary);background:var(--primary-light)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.5rem;background:var(--primary-light);color:var(--primary);border:none;transition:all .2s ease;z-index:1001}.theme-toggle:hover{background:var(--primary);color:#fff}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;padding:8px;z-index:1001}.hamburger span{display:block;width:100%;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-socials,.nav-overlay{display:none}@media(max-width:768px){.nav-socials{display:block;margin-top:auto;margin-bottom:.3rem;flex-shrink:0}.nav-socials-divider{height:1px;background:var(--border);margin-bottom:.75rem}.nav-socials-row{display:flex;justify-content:center;gap:.6rem}.nav-socials-row a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:.5rem;color:var(--primary);background:var(--primary-light);transition:all .2s ease}.nav-socials-row a svg{width:18px;height:18px}.nav-socials-row a:hover{background:var(--primary);color:#fff}.hamburger{display:flex}.nav-links{position:fixed;top:0;right:0;bottom:0;width:280px;flex-direction:column;align-items:stretch;gap:.65rem;padding:6rem 1.5rem 2.5rem;background:var(--surface);box-shadow:-4px 0 20px var(--shadow-lg);transform:translate(100%);transition:transform .3s ease;z-index:1000;overflow-y:auto}.nav-links.open{transform:translate(0)}.nav-link{font-size:1.1rem;padding:.85rem 1rem;border-radius:.75rem}.nav-overlay{display:block;position:fixed;inset:0;background:var(--overlay);z-index:999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.footer{background:var(--surface);border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem}.footer-brand{max-width:280px}.footer-logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text);margin-bottom:1rem}.footer-logo .logo-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:var(--gradient-hero);color:#fff;font-family:Playfair Display,serif;font-weight:700;font-size:.8rem;letter-spacing:.08em}.footer-logo .logo-text{font-weight:700;font-size:1rem}.footer-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.social-links{display:flex;gap:.5rem;margin-top:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:.5rem;color:var(--primary);background:var(--primary-light);transition:all .2s ease}.social-links a:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.footer-col h4{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col li,.footer-col a{font-size:.95rem;color:var(--text);text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:var(--primary)}.footer-cta{margin-top:.5rem;font-size:.85rem!important;padding:.5rem 1.25rem;color:#fff!important}.footer-cta:hover{color:#fff!important}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{font-size:.85rem;color:var(--text-muted)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;max-width:100%}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px var(--shadow-lg);opacity:0;transform:translateY(10px);pointer-events:none;transition:all .3s ease;z-index:900;border:none}.scroll-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-top:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-lg)}.scroll-to-top:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:480px){.scroll-to-top{bottom:1.25rem;right:1.25rem;width:40px;height:40px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(3,94,123,.07) 0%,transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(51,171,153,.06) 0%,transparent 50%),radial-gradient(ellipse at 50% 0%,rgba(186,167,255,.05) 0%,transparent 40%);z-index:0}[data-theme=dark] .hero-bg{background:radial-gradient(ellipse at 20% 50%,rgba(51,171,153,.1) 0%,transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(186,167,255,.08) 0%,transparent 50%),radial-gradient(ellipse at 50% 0%,rgba(51,171,153,.06) 0%,transparent 40%)}.hero-content{position:relative;z-index:1;text-align:center;max-width:780px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:clamp(1.05rem,2vw,1.2rem);color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7;font-family:Inter,sans-serif}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.5rem}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem 2rem;background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;max-width:520px;margin:0 auto}.stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-number{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:var(--card-text);background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.stat-label{font-size:.8rem;color:var(--card-text-muted);text-align:center}.stat-divider{width:1px;height:40px;background:var(--card-text-muted)}.lang-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lang-card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.lang-card:hover{border-color:var(--primary);box-shadow:0 8px 30px var(--shadow);transform:translateY(-4px)}.lang-flag{margin-bottom:1.25rem;line-height:0}.lang-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--card-text)}.lang-card p{color:var(--card-text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.about-image-frame{width:100%;aspect-ratio:4 / 5;border-radius:1.5rem;overflow:hidden}.about-image-frame.fallback{background:var(--gradient-hero);display:flex;align-items:center;justify-content:center}.about-image-frame.fallback:after{content:"MA";font-family:Playfair Display,serif;font-size:4rem;font-weight:700;color:#ffffff4d}.about-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.about-image-wrapper{position:relative;box-shadow:0 8px 30px var(--shadow-lg);border-radius:1.5rem}.about-badge{position:absolute;bottom:-1rem;right:-1rem;width:100px;height:100px;border-radius:50%;background:var(--secondary);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 20px #33ab994d}[data-theme=dark] .about-badge{background:var(--secondary);box-shadow:0 4px 20px #06b6d44d}.about-badge-number{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1}.about-badge-text{font-size:.7rem;text-align:center;line-height:1.2}.section-tag{display:inline-block;padding:.35rem .85rem;border-radius:2rem;background:var(--primary-light);color:var(--primary);font-size:.8rem;font-weight:600;margin-bottom:1rem;letter-spacing:.02em}.about-text-col p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7;font-size:1rem}.about-text-col .btn{margin-top:.5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{text-align:center}.service-icon{width:56px;height:56px;border-radius:.75rem;background:#ffffff26;color:var(--card-text);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-card h3{font-size:1.2rem;margin-bottom:.65rem;font-family:Inter,sans-serif;font-weight:600;color:var(--card-text)}.service-card p{color:var(--card-text-muted);font-size:.95rem;line-height:1.6}.service-price{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#ffee92,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.75rem}.service-price span{font-family:Inter,sans-serif;font-size:.8rem;font-weight:400;background:none;-webkit-text-fill-color:var(--card-text-muted)}.service-saving{display:inline-block;padding:.15rem .6rem;border-radius:2rem;background:#ffee9233;color:#ffee92;font-size:.75rem;font-weight:600;margin-top:.35rem}.testimonials-section{background:var(--card-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.testimonials-section .section-title{color:var(--card-text)}.testimonials-section .section-subtitle{color:var(--card-text-muted)}.carousel{position:relative;max-width:700px;margin:0 auto;padding:0 3rem}.carousel-track{position:relative;overflow:hidden;min-height:280px}.carousel-slide{position:absolute;inset:0;opacity:0;transform:translate(30px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.carousel-slide.active{position:relative;opacity:1;transform:translate(0);pointer-events:auto}.carousel .testimonial-card{text-align:center;max-width:600px;margin:0 auto}.testimonial-stars{color:var(--star);font-size:1.25rem;letter-spacing:.15em;margin-bottom:1rem}.testimonial-card blockquote{font-size:1.05rem;line-height:1.8;color:var(--card-text);font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:.75rem}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--gradient-hero);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.testimonial-author strong{display:block;font-size:.95rem;color:var(--card-text)}.testimonial-author span{font-size:.8rem;color:var(--card-text-muted)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:var(--card-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2}.carousel-btn:hover{border-color:#fff;background:#fff3;color:#fff}.carousel-prev{left:-.5rem}.carousel-next{right:-.5rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;transition:all .2s ease;padding:0}.carousel-dot.active{background:#fff;transform:scale(1.3)}.cta-card{background:var(--gradient-hero);border-radius:1.5rem;padding:4rem 3rem;text-align:center;color:#fff}.cta-card h2{font-size:clamp(1.75rem,3vw,2.25rem);color:#fff;margin-bottom:1rem}.cta-card p{font-size:1.1rem;opacity:.9;max-width:550px;margin:0 auto 2rem;line-height:1.7}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-actions .btn-primary{background:#fff;color:#035e7b}.cta-actions .btn-primary:hover{background:#f0f0f0;color:#035e7b}.cta-actions .btn-secondary{border-color:#ffffff80;color:#fff}.cta-actions .btn-secondary:hover{background:#ffffff26;border-color:#fff}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{min-height:auto;padding:7rem 0 3rem}.hero-stats{flex-direction:column;gap:1rem;padding:1.25rem}.stat-divider{width:60px;height:1px}.lang-grid{grid-template-columns:1fr;gap:1.5rem}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-image-wrapper{max-width:320px;margin:0 auto}.about-text-col .section-title{text-align:center!important}.about-text-col{text-align:center}.about-text-col .section-tag{margin:0 auto 1rem}.services-grid{grid-template-columns:1fr}.carousel{padding:0 2.5rem}.carousel-track{min-height:320px}.cta-card{padding:3rem 1.5rem}}@media(max-width:480px){.hero-title{font-size:2.25rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:280px}}.spanish-hero{min-height:60vh;display:flex;align-items:center}.spanish-hero .hero-badge{display:inline-flex;align-items:center;gap:.3rem}.spanish-flag-inline{display:inline-flex;align-items:center;line-height:0}.spanish-hero-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.spanish-course-section.alt-bg{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.spanish-course-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}.spanish-course-grid.reverse{grid-template-columns:1fr 1.3fr;direction:rtl}.spanish-course-grid.reverse>*{direction:ltr}.spanish-course-content h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.spanish-course-subtitle{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.5rem}.spanish-course-tagline{font-size:1.1rem;font-style:italic;color:var(--text);margin-bottom:1.5rem;line-height:1.5}.spanish-course-body p{color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.spanish-course-note{font-weight:600;color:var(--text)!important;font-size:.95rem;font-style:italic}.spanish-feature-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-left:.25rem}.spanish-feature-list li{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-muted);line-height:1.6;font-size:.95rem}.spanish-feature-list li:before{content:"✓";color:var(--secondary);font-weight:700;flex-shrink:0;margin-top:.1rem}.spanish-course-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.spanish-visual-card{border-radius:1.5rem;padding:2.5rem 2rem;color:#fff;text-align:center}.sbs-card{background:var(--gradient-hero)}.travel-card{background:linear-gradient(135deg,#035e7b,#024d66,#033a4a)}[data-theme=dark] .travel-card{background:linear-gradient(135deg,#33ab99,#2a9585,#baa7ff)}.spanish-card-flag{font-size:3rem;display:block;margin-bottom:.75rem}.spanish-card-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#ffffff26;margin-bottom:.75rem}.spanish-visual-card h3{color:#fff;font-size:1.4rem;margin-bottom:.35rem}.spanish-visual-card>p{opacity:.8;font-size:.9rem;margin-bottom:1.25rem}.spanish-card-detail{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-top:1px solid rgba(255,255,255,.2)}.detail-label{font-size:.85rem;opacity:.75}.detail-value{font-weight:700;font-size:.95rem}.spanish-card-highlights{text-align:left;display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}.spanish-card-highlights li{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.spanish-card-highlights li:before{content:"✓";font-weight:700;flex-shrink:0;opacity:.9}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto}.compare-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1.25rem;margin-bottom:1rem;border-bottom:2px solid var(--border);min-height:52px}.compare-header h3{font-size:1.2rem}.compare-flag{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.compare-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary);flex-shrink:0}.compare-list{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem}.compare-list li{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.compare-label{font-size:.85rem;color:var(--text-muted);flex-shrink:0}.compare-value{font-size:.9rem;font-weight:600;color:var(--text);text-align:right}.compare-btn{width:100%}.spanish-cta{background:var(--gradient-hero);border-radius:1.5rem;padding:4rem 3rem;text-align:center;color:#fff}.spanish-cta-flag{font-size:3rem;display:block;margin-bottom:1rem}.spanish-cta h2{font-size:clamp(1.75rem,3vw,2.25rem);color:#fff;margin-bottom:1rem}.spanish-cta p{font-size:1.1rem;opacity:.9;max-width:550px;margin:0 auto 2rem;line-height:1.7}.spanish-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.spanish-cta-actions .btn-primary{background:#fff;color:#035e7b}.spanish-cta-actions .btn-primary:hover{background:#f0f0f0;color:#035e7b}.spanish-cta-actions .btn-secondary{border-color:#ffffff80;color:#fff}.spanish-cta-actions .btn-secondary:hover{background:#ffffff26;border-color:#fff}@media(max-width:768px){.spanish-course-grid,.spanish-course-grid.reverse{grid-template-columns:1fr;direction:ltr;gap:2.5rem}.spanish-course-visual{max-width:380px;margin:0 auto}.compare-grid{grid-template-columns:1fr;max-width:420px}.spanish-cta{padding:3rem 1.5rem}}@media(max-width:480px){.spanish-hero-actions,.spanish-course-actions,.spanish-cta-actions{flex-direction:column;align-items:center}.spanish-hero-actions .btn,.spanish-course-actions .btn,.spanish-cta-actions .btn{width:100%;max-width:280px}}.course-feature-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}.course-feature-content h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.course-powered{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.5rem}.course-tagline{font-size:1.15rem;font-style:italic;color:var(--text);margin-bottom:1.5rem;line-height:1.5}.course-body p{color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.course-highlight{color:var(--text)!important;font-weight:600;font-size:1.05rem}.course-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.course-visual-card{background:var(--gradient-hero);border-radius:1.5rem;padding:3rem 2.5rem;color:#fff;text-align:center}.course-flag{display:block;margin-bottom:1rem;line-height:0}.course-visual-card h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.course-visual-card p{opacity:.85;font-size:.95rem;margin-bottom:1.5rem}.course-highlights-list{text-align:left;display:flex;flex-direction:column;gap:.65rem}.course-highlights-list li{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.course-highlights-list li:before{content:"✓";font-weight:700;flex-shrink:0}.tuition-intro{max-width:750px;margin:0 auto 2.5rem;text-align:center}.tuition-intro p{color:var(--text-muted);line-height:1.7;margin-bottom:1rem;font-size:1rem}.tuition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.tuition-card{text-align:center;display:flex;flex-direction:column;align-items:center}.tuition-icon{width:56px;height:56px;border-radius:.75rem;background:#ffffff26;color:var(--card-text);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.tuition-card h3{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600;margin-bottom:.65rem;color:var(--card-text)}.tuition-card>p{color:var(--card-text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.tuition-price{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.35rem}.price{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ffee92,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-detail{font-size:.85rem;color:var(--card-text-muted)}.tuition-saving{display:inline-block;padding:.2rem .75rem;border-radius:2rem;background:#ffee9233;color:#ffee92;font-size:.8rem;font-weight:600;margin-top:.25rem;margin-bottom:.75rem}.tuition-btn{width:100%;margin-top:auto;padding-top:.75rem}.why-challenges{background:var(--surface);border-top:1px solid var(--border)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit-card{text-align:center;padding:1.5rem 1rem}.benefit-icon{width:48px;height:48px;border-radius:50%;background:#ffffff26;color:var(--card-text);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.benefit-card h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--card-text)}.benefit-card p{color:var(--card-text-muted);font-size:.9rem;line-height:1.6}.benefit-price{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#ffee92,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.75rem}@media(max-width:1024px){.tuition-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.course-feature-grid{grid-template-columns:1fr;gap:2.5rem}.course-feature-visual{max-width:360px;margin:0 auto}.tuition-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.benefits-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media(max-width:480px){.course-actions{flex-direction:column}.course-actions .btn{width:100%}.benefits-grid{grid-template-columns:1fr}}.booking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.booking-card{position:relative;display:flex;flex-direction:column}.booking-card.highlighted{border-color:var(--primary);box-shadow:0 4px 20px var(--shadow)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.3rem 1rem;background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:2rem;white-space:nowrap}.booking-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.booking-card-header h3{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600}.duration-badge{padding:.25rem .65rem;border-radius:.5rem;background:#ffffff26;color:var(--card-text);font-size:.75rem;font-weight:600;white-space:nowrap}.booking-desc{color:var(--card-text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.booking-pricing{margin-bottom:1.25rem}.booking-price-row{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.25rem}.booking-price{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#ffee92,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.booking-price-detail{font-size:.85rem;color:var(--card-text-muted)}.booking-saving{display:inline-block;padding:.2rem .75rem;border-radius:2rem;background:#ffee9233;color:#ffee92;font-size:.8rem;font-weight:600;margin-top:.25rem}.features-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem;flex:1}.features-list li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--card-text)}.features-list svg{flex-shrink:0}.booking-btn{width:100%;margin-top:auto}.how-it-works{background:var(--surface);border-top:1px solid var(--border)}.steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:900px;margin:0 auto}.step-card{flex:1;text-align:center;padding:0 1.5rem}.step-number{width:48px;height:48px;border-radius:50%;background:var(--gradient-hero);color:#fff;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.step-card h3{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.step-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.step-connector{width:60px;height:2px;background:var(--border);margin-top:24px;flex-shrink:0}@media(max-width:1024px){.booking-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.booking-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.steps-grid{flex-direction:column;align-items:center;gap:1.5rem}.step-connector{width:2px;height:30px;margin:0}.step-card{padding:0}}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:start}.contact-form{padding:2.5rem}.contact-form h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--card-text)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.4rem;color:var(--card-text)}.required{color:var(--accent)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--background);color:var(--text);font-family:Inter,sans-serif;font-size:.95rem;transition:all .2s ease;appearance:none;-webkit-appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-group input.error,.form-group textarea.error{border-color:var(--accent);box-shadow:0 0 0 3px #ff6b6b1a}[data-theme=dark] .form-group input.error,[data-theme=dark] .form-group textarea.error{box-shadow:0 0 0 3px #06b6d41a}.form-group textarea{resize:vertical;min-height:120px}.field-error{display:block;font-size:.8rem;color:var(--accent);margin-top:.35rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{width:100%;margin-top:.5rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.send-error{color:#e53e3e;font-size:.9rem;margin-bottom:.75rem;text-align:center}.success-message{text-align:center;padding:3rem 2rem}.success-icon{margin-bottom:1.5rem}.success-message h3{font-size:1.5rem;margin-bottom:.75rem}.success-message p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.contact-info-col{display:flex;flex-direction:column;gap:1rem}.info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem}.info-icon{width:44px;height:44px;border-radius:.65rem;background:#ffffff26;color:var(--card-text);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card h3{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;margin-bottom:.25rem;color:var(--card-text)}.info-card p{font-size:.9rem;color:var(--card-text-muted);line-height:1.5}.info-card a{font-size:.9rem;color:var(--card-text);word-break:break-all;line-height:1.5}.info-card a:hover{color:var(--card-text);opacity:.8}[data-theme=dark] .info-icon{background:var(--primary-light);color:var(--primary)}[data-theme=dark] .info-card h3{color:var(--text)}[data-theme=dark] .info-card p{color:var(--text-muted)}[data-theme=dark] .info-card a{color:var(--primary)}[data-theme=dark] .info-card a:hover{color:var(--primary-hover);opacity:1}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.form-row{grid-template-columns:1fr}}:root,[data-theme=light]{--primary: #035E7B;--primary-hover: #024d66;--primary-light: rgba(3, 94, 123, .08);--secondary: #33AB99;--secondary-hover: #2a9585;--accent: #BAA7FF;--accent-hover: #a68fff;--gold: #FFEE92;--background: #F6F7FB;--surface: #FFFFFF;--surface-hover: #f0f2f6;--card-bg: linear-gradient(135deg, #047ea5 0%, #035E7B 100%);--card-text: #fff;--card-text-muted: rgba(255, 255, 255, .75);--text: #003C4D;--text-muted: #527a87;--border: #dce4e8;--shadow: rgba(0, 60, 77, .06);--shadow-lg: rgba(0, 60, 77, .12);--gradient-hero: linear-gradient(135deg, #035E7B 0%, #33AB99 100%);--gradient-text: linear-gradient(135deg, #035E7B 0%, #33AB99 100%);--overlay: rgba(0, 60, 77, .5);--nav-bg: rgba(246, 247, 251, .85);--code-bg: #eceef4;--bg-gradient: linear-gradient(160deg, #F6F7FB 0%, #e8f0ee 30%, #F6F7FB 50%, #ede8fc 80%, #F6F7FB 100%);--star: #e8b100}[data-theme=dark]{--primary: #33AB99;--primary-hover: #3fc4af;--primary-light: rgba(51, 171, 153, .12);--secondary: #BAA7FF;--secondary-hover: #cdbdff;--accent: #FFEE92;--accent-hover: #fff4b3;--gold: #FFEE92;--background: #003C4D;--surface: #00485c;--surface-hover: #005269;--card-bg: #00485c;--card-text: var(--text);--card-text-muted: var(--text-muted);--text: #F0F6F8;--text-muted: #8fb8c4;--border: #0a6178;--shadow: rgba(0, 0, 0, .3);--shadow-lg: rgba(0, 0, 0, .5);--gradient-hero: linear-gradient(135deg, #33AB99 0%, #BAA7FF 100%);--gradient-text: linear-gradient(135deg, #33AB99 0%, #BAA7FF 100%);--overlay: rgba(0, 40, 52, .7);--nav-bg: rgba(0, 72, 92, .9);--code-bg: #003040;--bg-gradient: linear-gradient(160deg, #003C4D 0%, #004a5f 30%, #003C4D 50%, #003350 80%, #003C4D 100%);--star: #FFEE92}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-gradient);background-attachment:fixed;color:var(--text);line-height:1.6;transition:background .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;line-height:1.2;color:var(--text)}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit;font-size:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.125rem;color:var(--text-muted);text-align:center;max-width:600px;margin:0 auto 3rem;font-family:Inter,sans-serif}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:.75rem;font-weight:600;font-size:1rem;transition:all .2s ease;border:2px solid transparent;line-height:1.4}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-secondary:hover{background:var(--primary-light);transform:translateY(-1px)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-lg)}.btn-lg{padding:1rem 2.25rem;font-size:1.1rem;border-radius:1rem}.card{background:var(--card-bg);color:var(--card-text);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:all .3s ease}.card h3{color:var(--card-text)}.card p,.card .compare-label,.card .price-detail{color:var(--card-text-muted)}.card .compare-value,.card .price{color:var(--card-text)}.card .btn-secondary,.lang-card .btn-secondary{color:var(--card-text);border-color:var(--card-text-muted)}.card .btn-secondary:hover,.lang-card .btn-secondary:hover{background:#ffffff26;border-color:var(--card-text)}.card:hover{border-color:var(--primary);box-shadow:0 8px 30px var(--shadow);transform:translateY(-2px)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-right.visible{opacity:1;transform:translate(0)}.page-hero{padding:8rem 0 3rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(3,94,123,.06) 0%,transparent 50%),radial-gradient(ellipse at 70% 50%,rgba(51,171,153,.05) 0%,transparent 50%);z-index:0}[data-theme=dark] .page-hero:before{background:radial-gradient(ellipse at 30% 50%,rgba(51,171,153,.1) 0%,transparent 50%),radial-gradient(ellipse at 70% 50%,rgba(186,167,255,.08) 0%,transparent 50%)}.page-hero-content{position:relative;z-index:1;max-width:650px;margin:0 auto}.page-hero-content h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}.page-hero-content p{font-size:1.1rem;color:var(--text-muted);line-height:1.7}.hero-badge{display:inline-block;padding:.4rem 1rem;border-radius:2rem;background:var(--primary-light);color:var(--primary);font-size:.85rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.02em}@media(max-width:768px){.section{padding:3.5rem 0}.section-title{font-size:clamp(1.75rem,5vw,2.25rem)}.container{padding:0 1rem}}@media(max-width:480px){.section{padding:2.5rem 0}.btn{padding:.65rem 1.25rem;font-size:.95rem}.btn-lg{padding:.8rem 1.75rem;font-size:1rem}}
