@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.wizard-card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-xl);background:#fff;flex-direction:column;justify-content:space-between;min-height:480px;padding:3rem 2.5rem;transition:all .3s;display:flex}.wizard-progress-container{margin-bottom:2.5rem}.wizard-progress-text{color:var(--secondary);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:flex}.wizard-progress-bar-bg{border-radius:var(--radius-full);background:#f1f5f9;width:100%;height:8px;overflow:hidden}.wizard-progress-bar-fill{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-hover) 100%);border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.wizard-step-content{flex-direction:column;flex:1;justify-content:center;animation:.4s cubic-bezier(.16,1,.3,1) forwards wizard-fade-in;display:flex}@keyframes wizard-fade-in{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.wizard-step-title{color:var(--secondary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.wizard-step-subtitle{color:var(--text);margin-bottom:2rem;font-size:.95rem}.wizard-grid-cards{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=480px){.wizard-grid-cards{grid-template-columns:1fr}}.wizard-select-card{border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-main);-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.wizard-select-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.wizard-select-card-input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.wizard-select-card.selected{border-color:var(--primary);background:var(--bg-why-us);box-shadow:var(--shadow-md), 0 0 0 3px #f9731626}.wizard-card-icon{width:40px;height:40px;color:var(--primary);background:#fff7ed;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.wizard-select-card.selected .wizard-card-icon{background:var(--primary);color:#fff}.wizard-card-details{flex-direction:column;display:flex}.wizard-card-title{color:var(--secondary);font-size:1rem;font-weight:700}.wizard-card-subtitle{color:var(--text);font-size:.8rem}.wizard-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.wizard-checkbox-label{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--secondary);cursor:pointer;background:var(--bg-alt);align-items:center;gap:.75rem;padding:10px 14px;font-size:.925rem;font-weight:600;transition:all .2s;display:flex}.wizard-checkbox-label:hover{border-color:var(--primary);background:#fff}.wizard-checkbox-label.checked{border-color:var(--primary);background:var(--bg-why-us)}.wizard-checkbox-input{accent-color:var(--primary);width:18px;height:18px}.wizard-footer{justify-content:justify-between;border-top:1px solid var(--border);gap:1.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.wizard-footer-btn-placeholder{flex:1}.wizard-footer .btn{border-radius:var(--radius-full);padding:.85rem 2rem;font-size:.95rem}.wizard-footer .btn-primary{flex:2}.wizard-footer .btn-outline{flex:1}.receipt-container{border:2px dashed var(--primary);background:var(--bg-alt);border-radius:var(--radius-md);text-align:left;margin:1.5rem 0;padding:1.75rem;position:relative}.receipt-header{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);border-bottom:1px dashed var(--border);justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;font-size:.8rem;font-weight:800;display:flex}.receipt-row{justify-content:space-between;margin-bottom:.75rem;font-size:.925rem;display:flex}.receipt-label{color:var(--text);font-weight:600}.receipt-value{color:var(--secondary);text-align:right;max-width:60%;font-weight:700}.receipt-badge{color:#e11d48;background:#ffe4e6;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-block}.success-checkmark-wrapper{color:#10b981;background:#ecfdf5;border:2px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.success-checkmark-icon{font-size:2rem;font-weight:800}.tutor-wizard-card{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-xl);background:#fff;flex-direction:column;justify-content:space-between;min-height:480px;padding:3rem 2.5rem;transition:all .3s;display:flex}.tutor-progress-container{margin-bottom:2.5rem}.tutor-progress-text{color:var(--secondary);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:flex}.tutor-progress-bar-bg{border-radius:var(--radius-full);background:#f1f5f9;width:100%;height:8px;overflow:hidden}.tutor-progress-bar-fill{border-radius:var(--radius-full);background:linear-gradient(90deg,#3b82f6 0%,#4f46e5 100%);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.tutor-step-content{flex-direction:column;flex:1;justify-content:center;animation:.4s cubic-bezier(.16,1,.3,1) forwards tutor-fade-in;display:flex}@keyframes tutor-fade-in{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.tutor-step-title{color:var(--secondary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.tutor-step-subtitle{color:var(--text);margin-bottom:2rem;font-size:.95rem}.tutor-grid-cards{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=480px){.tutor-grid-cards{grid-template-columns:1fr}}.tutor-select-card{border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-main);-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.tutor-select-card:hover{box-shadow:var(--shadow-md);border-color:#4f46e5;transform:translateY(-2px)}.tutor-select-card-input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.tutor-select-card.selected{box-shadow:var(--shadow-md), 0 0 0 3px #4f46e526;background:#f5f3ff;border-color:#4f46e5}.tutor-card-icon{color:#10b981;background:#f0fdf4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.tutor-select-card.selected .tutor-card-icon{color:#fff;background:#4f46e5}.tutor-card-details{flex-direction:column;display:flex}.tutor-card-title{color:var(--secondary);font-size:1rem;font-weight:700}.tutor-card-subtitle{color:var(--text);font-size:.8rem}.tutor-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.tutor-checkbox-label{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--secondary);cursor:pointer;background:var(--bg-alt);align-items:center;gap:.75rem;padding:10px 14px;font-size:.925rem;font-weight:600;transition:all .2s;display:flex}.tutor-checkbox-label:hover{background:#fff;border-color:#4f46e5}.tutor-checkbox-label.checked{background:#f5f3ff;border-color:#4f46e5}.tutor-checkbox-input{accent-color:#4f46e5;width:18px;height:18px}.tutor-footer{justify-content:justify-between;border-top:1px solid var(--border);gap:1.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.tutor-footer-btn-placeholder{flex:1}.tutor-footer .btn{border-radius:var(--radius-full);padding:.85rem 2rem;font-size:.95rem}.tutor-footer .btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#4f46e5 100%);flex:2;box-shadow:0 4px 14px #4f46e54d}.tutor-footer .btn-primary:hover{background:linear-gradient(135deg,#2563eb 0%,#4338ca 100%);transform:translateY(-2px);box-shadow:0 6px 20px #4f46e533}.tutor-footer .btn-outline{flex:1}.tutor-receipt-container{background:var(--bg-alt);border-radius:var(--radius-md);text-align:left;border:2px dashed #4f46e5;margin:1.5rem 0;padding:1.75rem;position:relative}.tutor-receipt-header{text-transform:uppercase;letter-spacing:.05em;color:#4f46e5;border-bottom:1px dashed var(--border);justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;font-size:.8rem;font-weight:800;display:flex}.tutor-receipt-row{justify-content:space-between;margin-bottom:.75rem;font-size:.925rem;display:flex}.tutor-receipt-label{color:var(--text);font-weight:600}.tutor-receipt-value{color:var(--secondary);text-align:right;max-width:60%;font-weight:700}.tutor-receipt-badge{color:#4338ca;background:#e0e7ff;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-block}.tutor-success-checkmark-wrapper{color:#10b981;background:#ecfdf5;border:2px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.chatbot-trigger{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #f9731666}.chatbot-trigger:hover{transform:scale(1.1)translateY(-4px);box-shadow:0 12px 28px #f9731680}.chatbot-trigger:active{transform:scale(.95)}.chatbot-trigger-pulse{background:var(--primary);opacity:.6;z-index:-1;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.215,.61,.355,1) infinite trigger-pulse-ring;position:absolute}@keyframes trigger-pulse-ring{0%{opacity:.8;transform:scale(.95)}to{opacity:0;transform:scale(1.5)}}.chatbot-container{-webkit-backdrop-filter:blur(16px);width:380px;height:600px;max-height:calc(100vh - 120px);box-shadow:var(--shadow-xl), 0 12px 40px #0f172a14;z-index:1000;transform-origin:100% 100%;background:#fffffff2;border:1px solid #f1f5f9cc;border-radius:20px;flex-direction:column;animation:.4s cubic-bezier(.16,1,.3,1) forwards chatbot-slide-in;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden}@keyframes chatbot-slide-in{0%{opacity:0;transform:scale(.85)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}.chatbot-header{background:linear-gradient(135deg, var(--secondary) 0%, #1e293b 100%);color:#fff;align-items:center;justify-content:justify-between;border-bottom:1px solid #ffffff14;padding:16px 20px;display:flex;position:relative}.chatbot-header-info{align-items:center;gap:12px;display:flex}.chatbot-avatar{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 4px 10px #f973164d}.chatbot-title-container{flex-direction:column;display:flex}.chatbot-title{color:#fff;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.chatbot-status{color:#38bdf8;align-items:center;gap:4px;font-size:.75rem;display:flex}.chatbot-status:before{content:"";background:#38bdf8;border-radius:50%;width:6px;height:6px;animation:1.5s infinite status-blink;display:inline-block}@keyframes status-blink{0%,to{opacity:1}50%{opacity:.4}}.chatbot-header-actions{gap:8px;display:flex}.chatbot-header-btn{color:#fffc;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.chatbot-header-btn:hover{color:#fff;background:#fff3}.chatbot-messages{background:linear-gradient(180deg, var(--bg-main) 0%, var(--bg-alt) 100%);scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chatbot-message-wrapper{gap:8px;max-width:85%;animation:.3s forwards message-fade-in;display:flex}.chatbot-message-wrapper.user{flex-direction:row-reverse;align-self:flex-end}.chatbot-message-wrapper.assistant{align-self:flex-start}@keyframes message-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg-avatar{background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chatbot-msg-avatar.assistant{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff}.chatbot-msg-avatar.user{background:var(--secondary);color:#fff}.chatbot-bubble{box-shadow:var(--shadow-sm);white-space:pre-wrap;word-break:break-word;border-radius:16px;padding:12px 16px;font-size:.925rem;line-height:1.5}.chatbot-message-wrapper.assistant .chatbot-bubble{color:var(--secondary);background:#fff;border:1px solid #f1f5f9cc;border-bottom-left-radius:4px}.chatbot-message-wrapper.user .chatbot-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chatbot-api-alert{background:#fffbeb;border:1px dashed #f59e0b;border-radius:12px;flex-direction:column;gap:8px;margin:10px 0;padding:16px;display:flex}.chatbot-api-alert p{color:#78350f;margin:0;font-size:.85rem}.chatbot-api-alert code{background:#fef3c7;border-radius:4px;padding:2px 6px;font-family:monospace}.chatbot-quick-replies{background:var(--bg-alt);flex-wrap:wrap;gap:8px;padding:0 20px 12px;display:flex}.chatbot-chip{border:1px solid var(--border);color:var(--text);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.chatbot-chip:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.soundwave{align-items:center;gap:3px;height:16px;padding:0 4px;display:flex}.soundwave-bar{background-color:var(--primary);border-radius:1px;width:2px;height:100%;animation:.8s ease-in-out infinite alternate soundwave-bounce}.soundwave-bar:first-child{height:30%;animation-delay:.1s}.soundwave-bar:nth-child(2){height:70%;animation-delay:.3s}.soundwave-bar:nth-child(3){height:100%;animation-delay:.2s}.soundwave-bar:nth-child(4){height:50%;animation-delay:.4s}@keyframes soundwave-bounce{0%{transform:scaleY(.3)}to{transform:scaleY(1.1)}}.chatbot-whatsapp-btn{cursor:pointer;background:#25d366;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:10px 18px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #25d3664d;color:#fff!important}.chatbot-whatsapp-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d36666}.chatbot-whatsapp-btn svg{fill:currentColor}.typing-indicator{align-items:center;gap:4px;padding:4px 8px;display:flex}.typing-dot{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing-bounce}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-input-area{border-top:1px solid var(--border);background:#fff;align-items:center;gap:10px;padding:16px 20px;display:flex}.chatbot-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.chatbot-input{border:1px solid var(--border);width:100%;color:var(--secondary);background:var(--bg-alt);border-radius:30px;padding:12px 42px 12px 16px;font-family:inherit;font-size:.925rem;transition:all .2s}.chatbot-input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #f9731614}.chatbot-input-icon{color:#94a3b8;cursor:pointer;transition:color .2s;position:absolute;right:14px}.chatbot-input-icon:hover{color:var(--primary)}.chatbot-action-btn{cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-sm);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.175,.885,.32,1.1);display:flex}.chatbot-send-btn{background:var(--primary);color:#fff}.chatbot-send-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}.chatbot-send-btn:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.chatbot-mic-btn{color:var(--secondary);background:#f1f5f9;position:relative}.chatbot-mic-btn:hover{background:#e2e8f0;transform:translateY(-2px)}.chatbot-mic-btn.listening{color:#fff;background:#ef4444;animation:.5s infinite mic-shake;box-shadow:0 0 0 4px #ef44444d}@keyframes mic-shake{0%,to{transform:translateY(-2px)rotate(0)}25%{transform:translateY(-2px)rotate(-3deg)}75%{transform:translateY(-2px)rotate(3deg)}}.chatbot-mic-pulse{opacity:.6;z-index:-1;background:#ef4444;border-radius:50%;width:100%;height:100%;animation:1.5s infinite mic-ripple;position:absolute;top:0;left:0}@keyframes mic-ripple{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:10px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#94a3b880}@media (width<=480px){.chatbot-container{border:none;border-radius:0;width:100%;height:100%;max-height:100%;bottom:0;right:0}.chatbot-trigger{bottom:16px;right:16px}}: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}}
