@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary:#f97316;--primary-hover:#ea580c;--secondary:#0f172a;--text:#475569;--border:#f1f5f9;--accent:#f59e0b;--bg-main:#fff;--bg-alt:#fffaf7;--bg-hero:#fdf8f5;--bg-stats:#fafaf9;--bg-why-us:#fff7ed;--bg-testimonials:#f5f5f4;--bg-faq:#fffaf2;--radius-md:12px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000006;--shadow-xl:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,sans-serif;line-height:1.6}h1,h2,h3,h4{color:var(--secondary);letter-spacing:-.02em;font-weight:800;line-height:1.15}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.8rem,4vw,2.5rem)}h3{font-size:1.25rem}a{color:inherit;text-decoration:none;transition:all .2s}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-alt{background-color:var(--bg-alt)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.text-center{text-align:center}.btn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #f973164d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #f9731633}.btn-outline{color:var(--secondary);border:1px solid var(--border);background:#fff;font-weight:600}.btn-outline:hover{border-color:var(--secondary);background:var(--bg-alt)}.card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;height:100%;padding:2.5rem;transition:all .3s}.card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary);transform:translateY(-5px)}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:50;background:#fffffffa;padding:1rem 0;position:fixed;top:0;left:0;right:0}.hide-on-mobile{display:flex}.mobile-menu-btn{cursor:pointer;color:var(--secondary);background:0 0;border:none;padding:.5rem;display:none}.mobile-menu{display:none}.form-group{text-align:left;margin-bottom:1.5rem}.form-label{color:var(--secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-alt);width:100%;color:var(--secondary);padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #f973161a}.badge{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--secondary);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-right{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards slideInRight}.blob{filter:blur(60px);opacity:.5;z-index:-1;border-radius:50%;animation:10s ease-in-out infinite float;position:absolute}.hero-section{background-color:var(--bg-hero);align-items:center;min-height:85vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;width:100%;display:grid}.hero-content{z-index:10;padding-right:1.5rem;position:relative}.hero-subtitle{max-width:540px;color:var(--text);margin-top:1.25rem;margin-bottom:2.5rem;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.6}.hero-buttons{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-image-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-image{border-radius:var(--radius-lg);object-fit:cover;width:100%;max-width:480px;height:auto;display:block;box-shadow:0 20px 40px -15px #f973161a}.trust-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);border:1px solid var(--border);z-index:10;background:#fffffff2;align-items:center;gap:.75rem;padding:1rem 1.25rem;animation-delay:1s;display:flex;position:absolute;bottom:8%;left:-5%}.trust-icon{background:#ecfdf5;border-radius:50%;padding:.75rem}.trust-title{color:var(--secondary);font-weight:800}.trust-subtitle{color:var(--text);font-size:.875rem}.stats-section{background-color:var(--bg-stats)}.stats-grid{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}.stat-number{color:var(--secondary);font-size:3rem;font-weight:800;line-height:1.2}.stat-label{color:var(--text);font-weight:600}#about{background-color:var(--bg-why-us)}.why-choose-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;width:100%;margin-top:2rem;display:grid}.why-choose-image-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.why-choose-image{border-radius:var(--radius-lg);object-fit:cover;width:100%;max-width:500px;height:auto;box-shadow:0 20px 40px -15px #f973161a}.why-choose-features{flex-direction:column;gap:1.75rem;display:flex}.why-choose-card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;gap:1.5rem;padding:1.75rem;transition:all .3s;display:flex}.why-choose-card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary);transform:translateY(-3px)}.feature-icon-wrapper{width:48px;height:48px;color:var(--primary);background:#ffedd5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-choose-card h3{margin-bottom:.5rem;font-size:1.15rem}.why-choose-card p{color:var(--text);font-size:.95rem}#testimonials{background-color:var(--bg-testimonials)}#classes{background-color:var(--bg-faq)}.section-header{margin-bottom:4rem}.section-subtitle{max-width:600px;color:var(--text);margin:1rem auto 0;font-size:1.125rem}.features-grid,.testimonials-grid,.content-grid{padding-bottom:2rem}.cta-card{background:var(--secondary);color:#fff;border:none;padding:5rem 2rem;position:relative;overflow:hidden}@keyframes pulseFast{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.animate-pulse-fast{animation:1.5s infinite pulseFast}.blob-1{background:#f973160f;width:500px;height:500px;animation-delay:0s;top:-10%;right:-5%}.blob-2{background:#f59e0b0d;width:400px;height:400px;animation-delay:2s;top:20%;left:-10%}@media (width<=1200px){.hero-grid{gap:3rem}.hero-content{padding-right:0}.hero-subtitle{margin-bottom:2rem}.trust-card{bottom:5%;left:0}}@media (width<=992px){.hero-section{min-height:auto;padding:120px 0 60px}.hero-grid{text-align:center;grid-template-columns:1fr;gap:3.5rem}.hero-content{flex-direction:column;align-items:center;max-width:650px;margin:0 auto;display:flex}.hero-subtitle{text-align:center;margin-bottom:2rem}.hero-buttons{justify-content:center;width:100%}.hero-image-wrapper{max-width:440px;margin:0 auto;padding-bottom:2rem}.trust-card{width:max-content;bottom:0;left:50%;transform:translate(-50%)}.blob-1,.blob-2{display:none}.why-choose-grid{grid-template-columns:1fr;gap:3rem}.why-choose-image-wrapper{max-width:440px;margin:0 auto}.why-choose-features{width:100%;max-width:650px;margin:0 auto}}@media (width<=768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr;gap:2rem}.hide-on-mobile{display:none!important}.mobile-menu-btn{display:block}.mobile-menu{border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-menu a{color:var(--secondary);font-size:1.125rem;font-weight:600}h1{line-height:1.2;font-size:clamp(2rem,6vw,2.5rem)!important}h2{font-size:clamp(1.6rem,5vw,2rem)!important}.section{padding:3.5rem 0}.hero-section{padding-top:100px;padding-bottom:2.5rem}.hero-subtitle{margin-bottom:1.5rem;font-size:1.05rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{justify-content:center;width:100%}.hero-image-wrapper{max-width:360px}.trust-card{gap:.6rem;padding:.85rem 1.1rem}.trust-icon{padding:.5rem}.trust-title{font-size:.875rem}.trust-subtitle{font-size:.75rem}.cta-card{padding:3.5rem 1.5rem}.stats-grid{gap:2rem;padding:2.5rem 0}.stat-number{font-size:2.25rem}.card{padding:1.75rem}.why-choose-image-wrapper{max-width:360px}.why-choose-card{gap:1rem;padding:1.25rem}}@media (width<=480px){h1{font-size:1.85rem!important}.hero-section{padding-top:90px;padding-bottom:2rem}.hero-image-wrapper{max-width:280px}.badge{padding:.4rem .8rem;font-size:.75rem}.trust-card{padding:.75rem .9rem;bottom:-5px}}
