@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.failed__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.failed__icon{font-size:4rem;animation:shake .5s ease-in-out}.failed__title{color:#d32f2f;font-size:1.8rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.failed__subtitle{color:#666;font-size:1.1rem;font-weight:500;margin:0;line-height:1.6}.failed__message{color:#888;font-size:1rem;font-weight:400;margin:0;line-height:1.6}.failed__button{background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #d32f2f4d;text-transform:uppercase;letter-spacing:.5px;min-width:160px}.failed__button:hover{background:linear-gradient(135deg,#b71c1c,#8b0000);transform:translateY(-2px);box-shadow:0 6px 16px #d32f2f66}.failed__button:active{transform:translateY(0);box-shadow:0 2px 8px #d32f2f4d}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@media(max-width:768px){.modal__content{padding:1.5rem;margin:1rem}.failed__icon{font-size:3rem}.failed__title{font-size:1.6rem}.failed__subtitle{font-size:1rem}.failed__message{font-size:.9rem}.failed__button{padding:.8rem 1.5rem;font-size:.9rem;min-width:140px}}@media(max-width:480px){.failed__icon{font-size:2.5rem}.failed__title{font-size:1.4rem}.failed__subtitle{font-size:.95rem}.failed__message{font-size:.85rem}.failed__button{padding:.7rem 1.2rem;font-size:.85rem;min-width:120px}}.modal__overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out}.modal__content{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:20px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out;text-align:center}.success__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.success__title{color:#3b3b4f;font-size:1.8rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.success__subtitle{color:#666;font-size:1.2rem;font-weight:500;margin:0;line-height:1.6}.success__timer{background:linear-gradient(135deg,#ff9100,#ff6f00);color:#fff;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #ff91004d;animation:pulse 2s infinite}.success__timer p{margin:0}.success__button{background:linear-gradient(135deg,#3b3b4f,#2c2c3e);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b3b4f4d;text-transform:uppercase;letter-spacing:.5px;min-width:160px}.success__button:hover{background:linear-gradient(135deg,#2c2c3e,#1f1f2e);transform:translateY(-2px);box-shadow:0 6px 16px #3b3b4f66}.success__button:active{transform:translateY(0);box-shadow:0 2px 8px #3b3b4f4d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #ff91004d}50%{transform:scale(1.02);box-shadow:0 6px 16px #ff910066}}@media(max-width:768px){.modal__content{padding:1.5rem;margin:1rem}.success__title{font-size:1.8rem}.success__subtitle{font-size:1.1rem}.success__timer{padding:.6rem 1.2rem;font-size:.85rem}.success__button{padding:.8rem 1.5rem;font-size:.9rem;min-width:140px}}@media(max-width:480px){.success__title{font-size:1.6rem}.success__subtitle{font-size:1rem}.success__button{padding:.7rem 1.2rem;font-size:.85rem;min-width:120px}}.sm-overlay{position:fixed;inset:0;z-index:9999;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:sm-fade-in .18s ease}.sm-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000038;width:100%;max-width:480px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:sm-slide-up .22s ease}.sm-header{background:#35374b;color:#fff;padding:1.1rem 1.25rem .75rem;flex-shrink:0}.sm-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.sm-header-title{font-size:1.1rem;font-weight:700;letter-spacing:.01em}.sm-close-btn{background:#ffffff26;border:none;color:#fff;font-size:1rem;line-height:1;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.sm-close-btn:hover{background:#ffffff4d}.sm-progress-wrap{height:4px;background:#fff3;border-radius:99px;overflow:hidden;margin-bottom:.65rem}.sm-progress-bar{height:100%;background:#ff9100;border-radius:99px;transition:width .35s ease}.sm-breadcrumb{display:flex;align-items:center;gap:.75rem;padding-bottom:.25rem}.sm-back-btn{background:#ffffff26;border:none;color:#fff;font-size:.78rem;font-weight:600;padding:.25rem .65rem;border-radius:99px;cursor:pointer;transition:background .2s;white-space:nowrap;font-family:inherit}.sm-back-btn:hover{background:#ffffff47}.sm-breadcrumb-text{font-size:.75rem;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sm-body{padding:1.25rem;overflow-y:auto;flex:1}.sm-intro{font-size:.88rem;color:#64748b;margin:0 0 1rem;text-align:center}.sm-categories{display:flex;flex-direction:column;gap:.6rem}.sm-category-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;border:2px solid transparent;border-radius:12px;background:var(--cat-bg, #f8fafc);cursor:pointer;text-align:left;transition:transform .15s,border-color .15s,box-shadow .15s;font-family:inherit}.sm-category-card:hover{border-color:var(--cat-color, #6366f1);box-shadow:0 4px 14px #00000014;transform:translateY(-1px)}.sm-cat-icon{width:2rem;height:2rem;flex-shrink:0;object-fit:contain}.sm-breadcrumb-icon{width:1rem;height:1rem;vertical-align:middle;flex-shrink:0;object-fit:contain}.sm-cat-label{font-size:1rem;font-weight:600;color:#1e293b;flex:1}.sm-cat-arrow{font-size:1.4rem;color:#94a3b8;line-height:1}.sm-issues{display:flex;flex-direction:column;gap:.5rem}.sm-issue-card{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;cursor:pointer;text-align:left;transition:border-color .15s,background .15s,transform .12s;font-family:inherit}.sm-issue-card:hover{border-color:#94a3b8;background:#f1f5f9;transform:translate(3px)}.sm-issue-warning{border-color:#fde68a;background:#fffbeb}.sm-issue-warning:hover{border-color:#f59e0b;background:#fef3c7}.sm-issue-success{border-color:#bbf7d0;background:#f0fdf4}.sm-issue-success:hover{border-color:#22c55e;background:#dcfce7}.sm-issue-link{border-color:#bfdbfe;background:#eff6ff}.sm-issue-link:hover{border-color:#3b82f6;background:#dbeafe}.sm-issue-icon{font-size:1.3rem;flex-shrink:0;line-height:1}.sm-issue-content{display:flex;flex-direction:column;gap:.18rem;flex:1;min-width:0}.sm-issue-label{font-size:.9rem;font-weight:600;color:#1e293b}.sm-issue-desc{font-size:.75rem;color:#64748b;line-height:1.4}.sm-issue-arrow{font-size:1.2rem;color:#94a3b8;flex-shrink:0}.sm-info-box{display:flex;gap:.85rem;background:#f0f9ff;border:1.5px solid #bae6fd;border-radius:12px;padding:1rem 1.1rem;margin-bottom:1.1rem}.sm-info-icon{font-size:1.5rem;flex-shrink:0;line-height:1.2}.sm-info-title{font-size:.92rem;font-weight:700;color:#0369a1;margin:0 0 .4rem}.sm-info-text{font-size:.82rem;color:#0c4a6e;line-height:1.6;margin:0}.sm-ticket-header{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:.85rem 1rem;margin-bottom:1.1rem}.sm-ticket-badge{font-size:.88rem;font-weight:700;color:#1e293b;display:block;margin-bottom:.3rem}.sm-ticket-desc{font-size:.78rem;color:#64748b;margin:0;line-height:1.5}.sm-form{display:flex;flex-direction:column;gap:.85rem}.sm-field{display:flex;flex-direction:column;gap:.28rem}.sm-label{font-size:.82rem;font-weight:600;color:#374151}.sm-input{padding:.62rem .85rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#1e293b;background:#fff;transition:border-color .2s,box-shadow .2s;font-family:inherit;outline:none}.sm-input:focus{border-color:#35374b;box-shadow:0 0 0 3px #35374b1f}.sm-input-error{border-color:#ef4444}.sm-input-error:focus{box-shadow:0 0 0 3px #ef44441f}.sm-error{font-size:.75rem;color:#ef4444}.sm-pci-notice{font-size:.75rem;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.6rem .8rem;line-height:1.5}.sm-send-error{font-size:.8rem;color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;padding:.6rem .8rem}.sm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.72rem 1.4rem;border:none;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s,transform .12s,opacity .2s;letter-spacing:.01em;font-family:inherit}.sm-btn:active{transform:scale(.97)}.sm-btn-primary{background:#35374b;color:#fff;width:100%}.sm-btn-primary:hover:not(:disabled){background:#4a4d67}.sm-btn-primary:disabled{opacity:.65;cursor:not-allowed}.sm-btn-secondary{background:#f1f5f9;color:#475569;width:100%;border:1.5px solid #e2e8f0}.sm-btn-secondary:hover{background:#e2e8f0;color:#1e293b}.sm-spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:sm-spin .65s linear infinite;display:inline-block}.sm-success-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;gap:.6rem}.sm-success-icon{font-size:3rem;line-height:1;margin-bottom:.25rem}.sm-success-title{font-size:1.3rem!important;font-weight:700!important;color:#1e293b!important;margin:0!important;text-align:center!important}.sm-success-text{font-size:.88rem;color:#475569;margin:0;line-height:1.6}.sm-success-sub{font-size:.78rem;color:#94a3b8;margin:0 0 .75rem}@keyframes sm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sm-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes sm-spin{to{transform:rotate(360deg)}}.sm-animate-in{animation:sm-slide-up .2s ease}@media(max-width:520px){.sm-modal{max-height:95vh;border-radius:14px}.sm-body{padding:1rem}.sm-cat-label{font-size:.92rem}}._container_6nvnn_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:#f8f9fa;text-align:center}._icon_6nvnn_12{font-size:4rem;margin-bottom:1.5rem;color:#e58201}._title_6nvnn_18{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#2c3e50;margin-bottom:1rem}._message_6nvnn_25{font-size:1rem;color:#6c757d;max-width:480px;line-height:1.7;margin-bottom:2rem}._details_6nvnn_33{width:100%;max-width:640px;margin-bottom:2rem;text-align:left}._details_6nvnn_33 summary{cursor:pointer;font-size:.875rem;color:#e58201;font-weight:600;margin-bottom:.5rem;-webkit-user-select:none;user-select:none}._details_6nvnn_33 pre{background:#2c3e50;color:#f8f9fa;font-size:.75rem;padding:1rem;border-radius:8px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}._reloadBtn_6nvnn_62{padding:.75rem 2rem;background:#e58201;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}._reloadBtn_6nvnn_62:hover{background:#d67600}._reloadBtn_6nvnn_62:focus-visible{outline:3px solid #e58201;outline-offset:3px}._container_lwrtg_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;background:#fff8f0;border:1px solid #fde8c8;border-radius:12px;text-align:center;width:100%;margin:1rem 0}._icon_lwrtg_15{font-size:2rem;margin-bottom:.75rem;color:#e58201}._message_lwrtg_21{font-size:.95rem;color:#6c757d;max-width:360px;line-height:1.6;margin-bottom:1.25rem}._retryBtn_lwrtg_29{padding:.5rem 1.5rem;background:#e58201;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease}._retryBtn_lwrtg_29:hover{background:#d67600}._retryBtn_lwrtg_29:focus-visible{outline:3px solid #e58201;outline-offset:3px}.ai-info-modal__body .home__ai-system-info{padding:2rem 1.2rem!important;margin:0;border-radius:14px;background:#fff}.home__ai-guide--modal{background:#fff;padding:2.5rem 1.5rem;border-radius:16px;margin:0;box-shadow:0 4px 32px #00000040;color:#000;display:flex;flex-direction:column;align-items:center}.home__ai-guide--modal .ai-guide-title{color:#000}.home__ai-guide--modal .ai-guide-title:after{background:linear-gradient(90deg,#ff9100,#e58201)}.home__ai-guide--modal .ai-guide-subtitle{color:#333;font-size:clamp(.875rem,1.5vw,1.2rem)}.ai-icon-badge-inner{display:flex;align-items:center;justify-content:center;width:60px;height:60px}.ai-icon-img{width:60px;height:60px;object-fit:contain;display:block}.home__ai-system-info{background:linear-gradient(135deg,#f8f9fa,#e3e7ed);padding:4rem 2rem;margin:1rem 0;border-radius:20px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;position:relative;overflow:hidden}.home__ai-system-info:before{content:"";position:absolute;top:-50%;right:-10%;flex-direction:column;width:500px;height:500px;background:radial-gradient(circle,rgba(229,130,1,.1) 0%,transparent 70%);border-radius:50%;width:100%;display:flex;justify-content:center;align-items:center;animation:aiSystemPulse 4s ease-in-out infinite}.home__ai-system-info:after{content:"";position:absolute;bottom:-30%;left:-5%;margin:0 auto 1.5rem;width:400px;height:400px;background:radial-gradient(circle,rgba(44,62,80,.08) 0%,transparent 70%);border-radius:50%;animation:aiSystemPulse 5s ease-in-out infinite reverse}@keyframes aiSystemPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:.3}}.ai-system-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:3rem;position:relative;z-index:1}.ai-system-icon{flex-shrink:0;width:130px;height:130px;background:linear-gradient(135deg,#e58201,#ff9100);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 40px #e5820166;animation:aiIconFloat 3s ease-in-out infinite;position:relative;margin:1rem 0}.ai-system-icon:before{content:"";position:absolute;inset:-10px;border:3px solid rgba(229,130,1,.3);border-radius:50%;animation:aiIconRing 2s linear infinite}@keyframes aiIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes aiIconRing{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.5}to{transform:scale(1);opacity:1}}.ai-icon-badge{font-size:3.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.ai-system-content{flex:1}.ai-system-title{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:800;color:#2c3e50;margin-bottom:1.5rem;line-height:1.3;position:relative;display:inline-block;text-align:center}.ai-system-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px}.ai-system-text{font-size:clamp(.875rem,1.5vw,1.2rem);line-height:1.9;color:#444;text-align:justify;margin:0}.ai-system-text strong{color:#e58201;font-weight:700;position:relative;background:linear-gradient(to bottom,transparent 0%,transparent 60%,rgba(229,130,1,.15) 60%,rgba(229,130,1,.15) 100%);padding:0 4px}.home__ai-guide{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;margin:3rem 0}.ai-guide-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;text-align:center;color:#2c3e50;margin:0 0 1rem;position:relative}.ai-guide-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px}.home__ai-guide .ai-guide-subtitle{font-size:clamp(.875rem,2vw,1.2rem);text-align:center;color:#666;margin:1.5rem 0 3rem;font-weight:400}.ai-guide-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:1rem auto;padding:0 2rem}.ai-guide-steps--modal{grid-template-columns:repeat(2,1fr);max-width:700px}@media(max-width:700px){.ai-guide-steps--modal{grid-template-columns:1fr;gap:1.2rem}.ai-icon-img{width:50px;height:50px}.ai-system-icon{width:100px;height:100px}}.ai-guide-step{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;border:2px solid transparent}.ai-guide-step:hover{transform:translateY(-8px);box-shadow:0 12px 40px #e5820126;border-color:#e582014d}.ai-guide-step-number{position:absolute;top:-12px;left:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#e58201,#ff9100);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;box-shadow:0 4px 12px #e582014d;z-index:2}.ai-guide-step-image{width:100%;height:auto;border-radius:10px;overflow:hidden;margin-bottom:1rem;box-shadow:0 4px 12px #0000001a}.ai-guide-step-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.ai-guide-step:hover .ai-guide-step-image img{transform:scale(1.05)}.ai-guide-step-content h4{font-size:clamp(1rem,1.5vw,1.2rem);font-weight:700;color:#2c3e50;margin:0 0 .75rem}.ai-guide-step-content p{font-size:clamp(.85rem,1.2vw,.95rem);line-height:1.6;color:#555;margin:0}@media(max-width:600px){.home__ai-guide--modal{padding:1.2rem .5rem;border-radius:12px}.home__ai-guide--modal .ai-guide-title{font-size:1.2rem}.home__ai-guide--modal .ai-guide-subtitle{font-size:.95rem}}.ai-info-modal__overlay{position:fixed;inset:0;background:#000000bf;z-index:1500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:aiModalFadeIn .2s ease}@keyframes aiModalFadeIn{0%{opacity:0}to{opacity:1}}.ai-info-modal__container{position:relative;background:#1c1b29;border-radius:18px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 48px #0006;animation:aiModalSlideUp .3s ease}.ai-info-modal__container::-webkit-scrollbar{width:6px}.ai-info-modal__container::-webkit-scrollbar-track{background:#1c1b29;border-radius:10px}.ai-info-modal__container::-webkit-scrollbar-thumb{background:#ff9100;border-radius:10px}.ai-info-modal__container::-webkit-scrollbar-thumb:hover{background:#e58201}@keyframes aiModalSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ai-info-modal__header{position:sticky;top:0;background:linear-gradient(135deg,#ff9100,#e58201);padding:.75rem 1.2rem;display:flex;align-items:center;justify-content:flex-end;border-radius:18px 18px 0 0;z-index:10}.ai-info-modal__close{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:50%;width:34px;height:34px;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.ai-info-modal__close:hover{background:#ffffff59}.ai-info-modal__body{padding:.1rem 0}.other-services-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem;overflow-y:auto}.other-services-modal{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;max-width:650px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2.5rem;margin:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.other-services-close{position:absolute;top:.8rem;right:.8rem;background:transparent;border:none;font-size:1.5rem;color:#666;cursor:pointer;transition:color .2s;padding:.5rem;display:flex;align-items:center;justify-content:center;z-index:10}.other-services-close:hover{color:#e58201}.other-services-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.other-services-icon{font-size:3rem;color:#e58201;margin-bottom:1rem;display:flex;justify-content:center}.other-services-header h2{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem;font-weight:700}.other-services-subtitle{color:#666;font-size:1.1rem;margin:0}.other-services-content{margin-bottom:2rem}.service-details{background:#f9f6f2;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.detail-item{display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.detail-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.detail-label{font-weight:600;color:#2c3e50;min-width:150px;flex-shrink:0}.detail-value{color:#555;line-height:1.6}.service-price{background:linear-gradient(135deg,#e58201,#ff9100);color:#fff;padding:1.2rem 1.5rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #e582014d}.price-label{font-size:1rem;font-weight:600}.price-value{font-size:1.8rem;font-weight:700}.service-note{background:#e8f4f8;border-left:4px solid #3498db;padding:1rem 1.2rem;border-radius:8px;margin-bottom:1.5rem;color:#2c3e50;line-height:1.6}.service-note strong{color:#3498db}.purchase-notification{background:#fff9e6;border:2px solid #ffd700;border-radius:12px;padding:1.2rem;text-align:center}.purchase-notification p{margin:0;color:#2c3e50;line-height:1.6}.purchase-notification strong{color:#e58201}.other-services-actions{display:flex;gap:1rem;margin-top:2rem}.btn-cancel,.btn-purchase{flex:1;padding:1rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-cancel{background:#f0f0f0;color:#666;border:2px solid #e0e0e0}.btn-cancel:hover{background:#e0e0e0;border-color:#ccc}.btn-purchase{background:linear-gradient(135deg,#e58201,#ff9100);color:#fff;box-shadow:0 4px 12px #e582014d}.btn-purchase:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e5820166}@media screen and (max-width:768px){.other-services-modal{padding:1.5rem;max-height:95vh}.other-services-header h2{font-size:1.5rem}.other-services-icon{font-size:2.5rem}.detail-item{flex-direction:column;gap:.3rem}.detail-label{min-width:auto}.service-price{flex-direction:column;gap:.5rem;text-align:center}.price-value{font-size:1.5rem}.other-services-actions{flex-direction:column}.btn-cancel,.btn-purchase{width:100%}}@media screen and (max-width:480px){.other-services-modal{padding:1.2rem}.other-services-header h2{font-size:1.3rem}.service-details{padding:1rem}.detail-label,.detail-value{font-size:.9rem}}.customModal__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1a1a2e8c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s}.customModal__content{background:#fff;border-radius:18px;box-shadow:0 8px 32px #0000002e;padding:0;width:100%;min-width:320px;max-width:540px;max-height:90vh;overflow-y:auto;position:relative;outline:none}.customModal__close{position:absolute;top:5px;right:10px;background:none;border:none;font-size:2rem;color:#888;cursor:pointer;z-index:2;transition:color .2s}.customModal__close:hover{color:#2e74c7}:root{--consult-modal-bg: #fff;--consult-modal-border: #e5e7eb;--consult-modal-radius: 1.25rem;--consult-modal-shadow: 0 8px 32px rgba(0, 0, 0, .18);--consult-modal-padding: 2rem;--consult-label: #222;--consult-input-bg: #f8fafc;--consult-input-border: #d1d5db;--consult-input-focus: #2563eb;--consult-error: #e11d48;--consult-btn-bg: #2563eb;--consult-btn-bg-hover: #1d4ed8;--consult-btn-text: #fff;--consult-btn-disabled: #a5b4fc}._consultation_form_1d854_19{background:var(--consult-modal-bg);border-radius:var(--consult-modal-radius);box-shadow:var(--consult-modal-shadow);padding:var(--consult-modal-padding);width:100%;max-width:540px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}._consultation_form_1d854_19 h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--consult-label);text-align:center}._consultation_form_group_1d854_40{display:flex;flex-direction:column;gap:.5rem}._consultation_form_group_1d854_40 label{font-size:1rem;font-weight:500;color:var(--consult-label);margin-bottom:.25rem}._consultation_form_group_1d854_40 input[type=text],._consultation_form_group_1d854_40 input[type=email],._consultation_form_group_1d854_40 input[type=date],._consultation_form_group_1d854_40 textarea,._consultation_form_group_1d854_40 select{background:var(--consult-input-bg);border:1.5px solid var(--consult-input-border);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s;outline:none}._consultation_form_group_1d854_40 input[type=text]:focus,._consultation_form_group_1d854_40 input[type=email]:focus,._consultation_form_group_1d854_40 input[type=date]:focus,._consultation_form_group_1d854_40 textarea:focus,._consultation_form_group_1d854_40 select:focus{border-color:var(--consult-input-focus);box-shadow:0 0 0 2px #2563eb1f}._consultation_form_checkbox_group_1d854_78{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.25rem}._consultation_form_checkbox_label_1d854_86{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:400;cursor:pointer;text-align:left}._consultation_form_checkbox_label_1d854_86 input[type=checkbox]{accent-color:var(--consult-input-focus);width:1.1em;height:1.1em;margin-right:.5em}._form_error_1d854_103{color:var(--consult-error);font-size:.95rem;margin-top:.15rem;font-weight:500;letter-spacing:.01em}._consultation_submit_1d854_111{background:var(--consult-btn-bg);color:var(--consult-btn-text);border:none;border-radius:.5rem;padding:.85rem 2.5rem;min-width:160px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .18s,box-shadow .18s;box-shadow:0 2px 8px #2563eb14;margin-top:.5rem}._consultation_submit_1d854_111:hover:not(:disabled),._consultation_submit_1d854_111:focus-visible:not(:disabled){background:var(--consult-btn-bg-hover)}._consultation_submit_1d854_111:disabled{background:var(--consult-btn-disabled);cursor:not-allowed;opacity:.7}@media(max-width:600px){._consultation_form_1d854_19{padding:1.1rem;width:98vw;max-width:98vw;font-size:.98rem}._consultation_form_group_1d854_40 input,._consultation_form_group_1d854_40 input[type=email],._consultation_form_group_1d854_40 textarea{font-size:.98rem}._consultation_form_1d854_19 h2{font-size:1.15rem}}._consultation_section_1l36i_2{max-width:1400px;margin:0 auto;padding:96px 0 108px;background:linear-gradient(160deg,#fff 60%,#f0f5fb);overflow:hidden}._consultation_fromLeft_1l36i_11{opacity:0;transform:translate(-48px);transition:opacity .7s ease,transform .7s ease}._consultation_fromBottom_1l36i_19{opacity:0;transform:translateY(48px);transition:opacity .7s ease .15s,transform .7s ease .15s}._consultation_visible_1l36i_27{opacity:1;transform:translate(0)}._consultation_inner_1l36i_33{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}._consultation_content_1l36i_43{display:flex;flex-direction:column;gap:24px}._consultation_eyebrow_1l36i_50{display:inline-flex;align-items:center;gap:8px;font-size:clamp(.8rem,1.5vw,1rem);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary)}._consultation_eyebrow_1l36i_50:before{content:"";display:inline-block;width:28px;height:2px;background:var(--color-primary);border-radius:2px}._consultation_heading_1l36i_71{font-size:clamp(1.2rem,3vw,2rem);font-weight:700;line-height:1.25;color:var(--color-secondary);margin:0}._consultation_heading_1l36i_71 strong{color:var(--color-primary)}._consultation_desc_1l36i_84{font-size:clamp(.875rem,2.2vw,1rem);line-height:1.85;color:#555;margin:0}._consultation_emphasis_1l36i_91{color:#2563eb;font-style:italic}._consultation_strong_1l36i_95{color:#ff9100;font-weight:600}._consultation_badge_1l36i_101{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#f0f7ff;border:1px solid #b3d0f0;border-radius:999px;font-size:13px;font-weight:700;color:var(--color-primary);width:fit-content}._consultation_ctaRow_1l36i_116{display:flex;gap:12px;flex-wrap:wrap}._consultation_ctaBtn_1l36i_122{display:inline-flex;align-items:center;gap:9px;padding:14px 28px;border-radius:999px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}._consultation_ctaPrimary_1l36i_137{background:var(--color-primary);color:#fff;box-shadow:0 6px 20px #2e74c74d;border-style:none;cursor:pointer}._consultation_ctaPrimary_1l36i_137:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 10px 28px #2e74c761}._consultation_ctaKakao_1l36i_151{background:linear-gradient(135deg,#ff9100,#e58201);color:#fff;box-shadow:0 6px 20px #ff910066;border-style:none;cursor:pointer}._consultation_ctaKakao_1l36i_151:hover{background:linear-gradient(135deg,#e58201,#ff9100);box-shadow:0 8px 32px #ff910047;transform:translateY(-2px)}._consultation_perks_1l36i_166{list-style:none;padding:20px 0 0;margin:0;display:flex;flex-direction:column;gap:10px;border-top:1px solid #ebebeb}._consultation_perks_1l36i_166 li{display:flex;align-items:center;gap:10px;font-size:clamp(.875rem,2.2vw,1rem);color:#444}._consultation_perks_1l36i_166 li i{width:18px;height:18px;background:#eef4fd;color:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:clamp(.625rem,1.5vw,.75rem);flex-shrink:0}._consultation_imgWrap_1l36i_201{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 24px 64px #00000024,0 4px 16px #00000014;aspect-ratio:4 / 3}._consultation_img_1l36i_201{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}._consultation_imgWrap_1l36i_201:hover ._consultation_img_1l36i_201{transform:scale(1.04)}._consultation_imgOverlay_1l36i_224{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,26,46,.55) 0%,transparent 55%);pointer-events:none}._consultation_floatingCard_1l36i_236{position:absolute;bottom:24px;left:24px;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:14px 22px;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 24px #0000001f;line-height:1.1}._consultation_floatingNum_1l36i_252{font-size:clamp(1.75rem,4vw,2rem);font-weight:800;color:var(--color-primary)}._consultation_floatingLabel_1l36i_258{font-size:clamp(.75rem,1.5vw,.875rem);font-weight:600;color:#555;margin-top:2px}@media(max-width:900px){._consultation_section_1l36i_2{padding:64px 20px}._consultation_inner_1l36i_33{grid-template-columns:1fr;gap:40px}._consultation_imgWrap_1l36i_201{aspect-ratio:16 / 9;max-height:340px}}@media(max-width:480px){._consultation_section_1l36i_2{padding:64px 20px}._consultation_ctaRow_1l36i_116{flex-direction:column}._consultation_ctaBtn_1l36i_122{justify-content:center}}.floating-btns-row{position:absolute;left:50%;bottom:4.5rem;transform:translate(-50%);display:flex;gap:2.2rem;z-index:10}.floating-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;outline:none;cursor:pointer;border-radius:50%;transition:box-shadow .2s,background .2s;box-shadow:0 4px 16px #2c3e5014;animation:aiIconFloat 3s ease-in-out infinite;will-change:transform,opacity}.floating-btn__flag{width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 0 26px 4px #ffffffd9,0 2px 8px #2c3e501a;transition:filter .2s,box-shadow .2s}.floating-btn:hover,.floating-btn:focus{animation-play-state:paused;background:#f8f9fa;box-shadow:0 8px 24px #e582012e}.floating-btn:hover .floating-btn__flag,.floating-btn:focus .floating-btn__flag{filter:brightness(1.15) drop-shadow(0 0 8px #ff9100cc)}@keyframes aiIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(max-width:600px){.floating-btn__flag{width:40px;height:40px}.floating-btns-row{gap:1.5rem}}.homeHero{width:100%;height:100vh;min-height:500px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.homeHero__slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.homeHero__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(1);transition:opacity 2s ease-in-out,transform 8s ease-in-out}.homeHero__slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.homeHero__slide.active{opacity:1;transform:scale(1.05)}.homeHero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2}.homeHero__content{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.homeHero__container{max-width:1400px;width:100%;padding:0 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.homeHero__branding{display:flex;align-items:center;justify-content:center;gap:4rem;width:100%;max-width:900px}.homeHero__logo{flex-shrink:0}.homeHero__logo img{width:280px;height:auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.5));transition:transform .3s ease}.homeHero__logo img:hover{transform:scale(1.05)}.homeHero__name{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.homeHero__name-word{color:#fff;font-weight:700;text-shadow:3px 3px 6px rgba(0,0,0,.8);line-height:1.1;letter-spacing:2px;text-transform:uppercase;animation:fadeInUp .8s ease-out backwards}.homeHero__name-word--top{font-size:clamp(2.5rem,6vw,4.5rem);animation-delay:.2s}.homeHero__name-word--middle{font-size:clamp(2.5rem,6vw,4.5rem);animation-delay:.4s}.homeHero__name-word--bottom{font-size:clamp(2.5rem,6vw,4.5rem);animation-delay:.6s}.homeHero__subtitle{color:#fff;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.8;text-align:center;max-width:920px;text-shadow:2px 2px 4px rgba(0,0,0,.8);font-weight:400;letter-spacing:.5px;animation:fadeIn 1s ease-out .8s backwards;margin:0}.homeHero__text,.homeHero__title,.homeHero__features,.homeHero__feature{display:none}@media(max-width:1024px){.homeHero__container{padding:0 3rem;gap:2.5rem}.homeHero__branding{gap:3rem}.homeHero__logo img{width:220px}.homeHero__name-word--top{font-size:clamp(2rem,5vw,3.5rem)}.homeHero__name-word--middle{font-size:clamp(1.6rem,4vw,3rem)}.homeHero__name-word--bottom{font-size:clamp(2rem,5vw,3.5rem)}.homeHero__subtitle{font-size:clamp(1rem,1.8vw,1.25rem)}}@media(max-width:768px){.homeHero__content{align-items:flex-start;justify-content:flex-start;padding-top:8rem}.homeHero__container{padding:0 2rem;gap:2rem}.homeHero__branding{flex-direction:column;gap:2rem;align-items:center}.homeHero__logo img{width:180px}.homeHero__name{align-items:center;text-align:center}.homeHero__name-word--top{font-size:clamp(1.8rem,4.5vw,3rem)}.homeHero__name-word--middle{font-size:clamp(1.5rem,3.8vw,2.5rem)}.homeHero__name-word--bottom{font-size:clamp(1.8rem,4.5vw,3rem)}.homeHero__subtitle{font-size:clamp(.95rem,1.6vw,1.15rem);max-width:600px}}@media(max-width:480px){.homeHero__content{align-items:flex-start;justify-content:flex-start;padding-top:8rem}.homeHero__container{padding:0 1.5rem;gap:1.5rem}.homeHero__branding{gap:1.5rem}.homeHero__logo img{width:140px}.homeHero__name-word--top{font-size:clamp(1.5rem,4vw,2.2rem)}.homeHero__name-word--middle{font-size:clamp(1.2rem,3.5vw,1.8rem)}.homeHero__name-word--bottom{font-size:clamp(1.5rem,4vw,2.2rem)}.homeHero__subtitle{font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.6}}@media(max-width:380px){.homeHero__container{padding:0 1rem;gap:1.2rem}.homeHero__branding{gap:1.2rem}.homeHero__logo img{width:120px}.homeHero__name-word--top{font-size:1.4rem}.homeHero__name-word--middle{font-size:1.1rem}.homeHero__name-word--bottom{font-size:1.4rem}.homeHero__subtitle{font-size:.85rem;line-height:1.5}}.home-modal__overlay{position:fixed;inset:0;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease-in-out}.home-modal__container{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d;animation:slideUp .4s ease-out}.home-modal__close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;color:#333;box-shadow:0 2px 8px #0003}.home-modal__close:hover{background:#f44336;color:#fff;transform:rotate(90deg)}.home-modal__image{width:100%;border-radius:16px 16px 0 0;overflow:hidden}.home-modal__image img{width:100%;height:auto;display:block}.home-modal__content{padding:1.25rem 2rem 2rem}.home-modal__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem;margin-top:0;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-modal__text{font-size:1.1rem;line-height:1.6;color:#555;text-align:center;margin:0}@media(max-width:768px){.home-modal__overlay{padding:.5rem}.home-modal__container{max-height:85vh;border-radius:12px}.home-modal__image{border-radius:12px 12px 0 0}.home-modal__content{padding:1rem 1.5rem 1.5rem}.home-modal__title{font-size:1.5rem;margin-top:0}.home-modal__text{font-size:1rem}.home-modal__close{width:35px;height:35px;font-size:1.25rem;top:.75rem;right:.75rem}}@media(max-width:480px){.home-modal__content{padding:1rem}.home-modal__title{font-size:1.25rem}.home-modal__text{font-size:.95rem}}.home-modal__footer{padding:0 2rem 1.75rem}.home-modal__news-link{display:flex;align-items:center;gap:.6rem;width:100%;padding:.875rem 1.25rem;border-radius:10px;background:linear-gradient(135deg,#f3f0ff,#fff);border:1.5px solid #764ba233;color:#5a3e9e;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;cursor:pointer}.home-modal__news-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;box-shadow:0 4px 16px #667eea66;transform:translateY(-2px)}.home-modal__news-link-icon{font-size:1.15rem;flex-shrink:0}.home-modal__news-link-text{flex:1}.home-modal__news-link-arrow{font-size:1.1rem;transition:transform .2s ease}.home-modal__news-link:hover .home-modal__news-link-arrow{transform:translate(4px)}@media(max-width:768px){.home-modal__footer{padding:0 1.5rem 1.5rem}}@media(max-width:480px){.home-modal__footer{padding:0 1rem 1.25rem}.home-modal__news-link{font-size:.875rem;padding:.75rem 1rem}}._stats_parallax_section_1f216_2{background-size:cover;background-position:center;background-attachment:fixed;position:relative;min-height:500px;overflow:hidden}._stats_overlay_1f216_11{position:absolute;inset:0;background:#0009;padding:80px 20px;display:flex;align-items:center;justify-content:center}._stats_container_1f216_24{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center;max-width:1400px;width:100%;position:relative;z-index:1}._stat_item_1f216_35{padding:40px 20px;border-radius:10px;transition:all .3s ease;cursor:pointer;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._stat_item_1f216_35:hover{transform:translateY(-5px);background:#ffffff1a;box-shadow:0 10px 30px #fff3}._stat_item_1f216_35:focus{outline:2px solid #e58201;outline-offset:4px}._stat_number_1f216_55{font-size:3.5rem;font-weight:700;color:#e58201;margin:0 0 10px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._parallax_stat_label_1f216_63{font-size:1.4rem;color:#fff;font-weight:500;margin:0;padding:0 1rem;text-transform:uppercase}._stat_number_1f216_55{transition:opacity .3s ease}._stat_modal_overlay_1f216_77{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_1f216_1 .3s ease}@keyframes _fadeIn_1f216_1{0%{opacity:0}to{opacity:1}}._stat_modal_content_1f216_101{background:linear-gradient(135deg,#1c1b29,#2d2b3d);border-radius:20px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;position:relative;padding:40px;box-shadow:0 20px 60px #00000080;animation:_slideUp_1f216_1 .3s ease;border:2px solid rgba(229,130,1,.3)}@keyframes _slideUp_1f216_1{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}._stat_modal_close_1f216_126{position:absolute;top:20px;right:20px;background:#e5820133;border:none;color:#e58201;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._stat_modal_close_1f216_126:hover{background:#e58201;color:#fff;transform:rotate(90deg)}._stat_modal_title_1f216_150{color:#e58201;font-size:2rem;font-weight:700;margin:0 0 25px;padding-right:40px;line-height:1.3}._stat_modal_body_1f216_159{color:#fff;font-size:1.1rem;line-height:1.8}._stat_modal_body_1f216_159 p{margin:0 0 20px}._stat_modal_body_1f216_159 p:last-child{margin-bottom:0}._stat_modal_body_1f216_159 ul{margin:15px 0;padding-left:25px}._stat_modal_body_1f216_159 li{margin:10px 0;color:#d0d0d0}._stat_modal_body_1f216_159 strong{color:#e58201}@media(max-width:1024px){._stats_overlay_1f216_11{padding:70px 20px}._stats_container_1f216_24{grid-template-columns:repeat(2,1fr);gap:30px;max-width:100%}._stat_number_1f216_55{font-size:2.5rem}._parallax_stat_label_1f216_63{font-size:1.2rem}._stat_item_1f216_35{padding:30px 15px}}@media(max-width:768px){._stats_parallax_section_1f216_2{background-attachment:scroll;min-height:550px}._stats_overlay_1f216_11{padding:60px 15px}._stats_container_1f216_24{grid-template-columns:repeat(2,1fr);gap:15px;max-width:100%}._stat_item_1f216_35{padding:25px 10px}._stat_item_1f216_35:hover{transform:translateY(-3px)}._stat_number_1f216_55{font-size:2rem}._parallax_stat_label_1f216_63{font-size:1.1rem}._stat_modal_overlay_1f216_77{padding:15px}._stat_modal_content_1f216_101{padding:30px 20px;max-height:90vh;border-radius:15px}._stat_modal_close_1f216_126{top:15px;right:15px;width:36px;height:36px;font-size:1.3rem}._stat_modal_title_1f216_150{font-size:1.4rem;margin-bottom:18px;padding-right:35px}._stat_modal_body_1f216_159{font-size:.95rem;line-height:1.6}._stat_modal_body_1f216_159 ul{padding-left:20px}._stat_modal_body_1f216_159 li{margin:8px 0}}@media(max-width:480px){._stats_parallax_section_1f216_2{min-height:700px}._stats_overlay_1f216_11{padding:40px 10px}._stats_container_1f216_24{grid-template-columns:1fr;gap:12px;max-width:100%}._stat_item_1f216_35{padding:20px 10px}._stat_number_1f216_55{font-size:1.8rem;margin-bottom:8px}._parallax_stat_label_1f216_63{font-size:1rem}._stat_modal_overlay_1f216_77{padding:10px}._stat_modal_content_1f216_101{padding:25px 15px;border-radius:12px}._stat_modal_close_1f216_126{top:12px;right:12px;width:32px;height:32px;font-size:1.1rem}._stat_modal_title_1f216_150{font-size:1.2rem;margin-bottom:15px;padding-right:30px}._stat_modal_body_1f216_159{font-size:.9rem;line-height:1.5}._stat_modal_body_1f216_159 p{margin:0 0 15px}._stat_modal_body_1f216_159 ul{margin:12px 0;padding-left:18px}._stat_modal_body_1f216_159 li{margin:6px 0;font-size:.85rem}}._study_programs_section_em9xd_1{width:100%;padding:5rem 2rem;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;margin:0 0 4rem;position:relative;min-height:100vh}._study_programs_section_em9xd_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:0}._study_programs_container_em9xd_24{max-width:1400px;margin:0 auto;position:relative;z-index:1}._study_programs_header_em9xd_31{text-align:center;margin-bottom:4rem}._study_programs_title_em9xd_36{font-size:clamp(1.2rem,3vw,2rem);font-weight:700;color:#fff!important;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.5);background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#ffffff!important;background-clip:unset!important}._study_programs_subtitle_em9xd_48{font-size:clamp(1rem,2.5vw,1.25rem);color:#fffffff2!important;max-width:700px;margin:0 auto;line-height:1.6;text-shadow:0 1px 5px rgba(0,0,0,.5)}._study_programs_grid_em9xd_57{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}._program_card_em9xd_64{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #1f26875e;border:1px solid rgba(255,255,255,.18);transition:all .3s ease;overflow:hidden;height:100%;display:flex;flex-direction:column}._program_card_em9xd_64:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1f268780;background:#ffffff26;border-color:#e5820180}._program_card_content_em9xd_85{padding:2rem;display:flex;flex-direction:column;flex:1}._program_card_title_em9xd_92{font-size:1.5rem;font-weight:700;color:#fff!important;margin-bottom:1rem;line-height:1.3;min-height:3.9rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}._program_card_description_em9xd_102{font-size:1rem;color:#ffffffe6!important;line-height:1.7;margin-bottom:1.5rem;flex:1;min-height:5.1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}._program_card_actions_em9xd_112{display:flex;gap:1rem;margin-top:auto}._program_btn_em9xd_118{flex:1;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}._program_btn_primary_em9xd_130{background:linear-gradient(135deg,#e58201,#d67600);color:#fff;box-shadow:0 4px 15px #e5820166}._program_btn_primary_em9xd_130:hover{background:linear-gradient(135deg,#d67600,#c56a00);transform:scale(1.02);box-shadow:0 6px 20px #e5820199}._program_btn_secondary_em9xd_142{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._program_btn_secondary_em9xd_142:hover{background:#e58201e6;color:#fff;border-color:#e58201;transform:scale(1.02);box-shadow:0 4px 15px #e5820166}@media(max-width:1024px){._study_programs_grid_em9xd_57{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._program_card_title_em9xd_92{font-size:1.35rem}._program_card_description_em9xd_102{font-size:.95rem}}@media(max-width:768px){._study_programs_section_em9xd_1{padding:3rem 1rem}._study_programs_grid_em9xd_57{grid-template-columns:1fr;gap:1.5rem}._program_card_actions_em9xd_112{flex-direction:column}._program_btn_em9xd_118{width:100%}._program_card_title_em9xd_92,._program_card_description_em9xd_102{min-height:auto}}@media(max-width:480px){._study_programs_section_em9xd_1{padding:2rem 1rem}._study_programs_header_em9xd_31{margin-bottom:2rem}._program_card_content_em9xd_85{padding:1.5rem}._program_card_title_em9xd_92{font-size:1.25rem}._program_card_description_em9xd_102{font-size:.9rem}._program_btn_em9xd_118{padding:.65rem 1.25rem;font-size:.95rem}}._scholarshipSection_1ugxn_1{width:100%;padding:2rem 0 4rem;background:#fff;display:flex;justify-content:center}._cardWrapper_1ugxn_9{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:90%;max-width:1400px;margin:0 auto;padding:0 1rem}._scholarshipCard_1ugxn_19{width:100%;height:400px;background:#fff;display:flex;align-items:flex-end;padding:2rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;cursor:pointer}._scholarshipCardImg_1ugxn_34{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#fff;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1)}._scholarshipCard_1ugxn_19:hover ._scholarshipCardImg_1ugxn_34,._scholarshipCard_1ugxn_19:focus ._scholarshipCardImg_1ugxn_34{transform:scale(1.08)}._overlay_1ugxn_51{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000002e,#00000061 60%,#000000d1);opacity:0;z-index:2;pointer-events:none;transition:background .3s,opacity .3s}._scholarshipCard_1ugxn_19:hover ._overlay_1ugxn_51,._scholarshipCard_1ugxn_19:focus ._overlay_1ugxn_51{background:linear-gradient(180deg,#00000052,#000000eb);opacity:1}._title_1ugxn_81{position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);z-index:3;color:#fff;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;margin-bottom:.75rem;text-align:center;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.3);opacity:1;transform:translate(-50%,-50%) translateY(0);transition:all .4s ease;pointer-events:none;width:92%}._info_1ugxn_101{position:absolute;left:0;bottom:0;width:100%;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:2.5rem 1.2rem 1.2rem;pointer-events:none}._scholarshipCard_1ugxn_19:hover ._info_1ugxn_101 h4,._scholarshipCard_1ugxn_19:focus ._info_1ugxn_101 h4{opacity:1;transform:translateY(0);transition:all .4s ease}._info_1ugxn_101 h4{opacity:0;transform:translateY(20px);transition:all .4s ease}._scholarshipCard_1ugxn_19:hover ._info_1ugxn_101 p,._scholarshipCard_1ugxn_19:focus ._info_1ugxn_101 p{opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}._scholarshipCard_1ugxn_19:hover,._scholarshipCard_1ugxn_19:focus{transform:translateY(-12px);transition:all .4s ease}._info_1ugxn_101 p{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5;letter-spacing:.5px;margin-bottom:1.5rem;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3);opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}._scholarshipCard_1ugxn_19:hover ._btn_1ugxn_149,._scholarshipCard_1ugxn_19:focus ._btn_1ugxn_149{opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}._btn_1ugxn_149{opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:linear-gradient(135deg,#ff6b35,#f7931e);padding:.75rem 1.5rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;border-radius:25px;text-decoration:none;display:inline-block;text-transform:uppercase;letter-spacing:.5px;border:2px solid transparent;box-shadow:0 4px 15px #ff6b354d;margin:0 auto}._btn_1ugxn_149:hover,._btn_1ugxn_149:focus{background:linear-gradient(135deg,#d67600,#c56a00);box-shadow:0 4px 16px #e582012e}._info_1ugxn_101 p{color:#fff;font-size:1.08rem;margin-bottom:1.1rem;text-align:center;text-shadow:0 1px 8px rgba(0,0,0,.22);font-weight:500;letter-spacing:.1px}@media(max-width:900px){._cardWrapper_1ugxn_9{grid-template-columns:repeat(2,1fr);gap:1.2rem;max-width:100%}._scholarshipCard_1ugxn_19{height:300px;padding:1.2rem}._scholarshipCard_1ugxn_19 ._overlay_1ugxn_51{background:linear-gradient(180deg,#00000052,#000000eb);opacity:1}}@media(max-width:600px){._cardWrapper_1ugxn_9{grid-template-columns:1fr;gap:1rem;padding:0}._scholarshipCard_1ugxn_19{height:250px;padding:.7rem}}._heroSection_1jwyy_1{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}._videoWrapper_1jwyy_9{position:relative;width:100%;max-width:960px;aspect-ratio:16 / 9;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 32px #0000002e,0 1.5px 6px #0000001a;background:#181c24;margin-bottom:1rem;transition:box-shadow .3s}._videoWrapper_1jwyy_9:hover,._videoWrapper_1jwyy_9:focus-within{box-shadow:0 12px 40px #00000038,0 2px 8px #0000001f}._campTitle_1jwyy_31{font-weight:700;color:#1a2236;margin:0 0 2rem;letter-spacing:-.5px;text-align:center;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.08);font-size:clamp(1.2rem,3vw,2rem);position:relative;padding-bottom:.7rem}._campTitleLine_1jwyy_44{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px}@media(max-width:600px){._heroSection_1jwyy_1{margin-bottom:.5rem}._campTitle_1jwyy_31{margin:0 0 1rem}}._container_hvgx5_2{display:block;margin:0 auto;max-width:1400px;padding:0 2rem}._section_hvgx5_9{padding:1rem 0;margin-bottom:2rem}._mie_info_summer_hvgx5_14{flex-direction:column;text-align:center;gap:2rem;padding:2rem 1rem}._winterSummerCampTitle_hvgx5_21{font-size:clamp(1.2rem,4vw,2.5rem);font-weight:700;font-family:inherit;text-align:center;color:#2c3e50;margin-bottom:1.5rem;margin-top:1rem;position:relative;z-index:2}._winterSummerCampTitle_hvgx5_21:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px}._mie_info_summer_p_hvgx5_45{text-align:center;font-size:clamp(1rem,2.2vw,1.4rem);line-height:1.8;color:#444;margin-bottom:2rem}._home_link_hvgx5_53{margin:3rem 0;text-align:center}._info_btn_hvgx5_58{width:280px;height:50px;color:#fff;background:linear-gradient(135deg,#e58201,#ff9100);border-radius:25px;border:none;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .4s ease-in-out;position:relative;overflow:hidden;box-shadow:0 5px 15px #e582014d;text-transform:uppercase;letter-spacing:.5px}._info_btn_hvgx5_58:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#ff9100,#ffb347);transition:left .4s ease-in-out;z-index:0}._info_btn_hvgx5_58:hover:before{left:0}._info_btn_hvgx5_58:hover{transform:translateY(-3px);box-shadow:0 10px 25px #e5820166}._info_btn_hvgx5_58 span{position:relative;z-index:1}._split_screen_container_hvgx5_102{position:relative;width:100%;max-width:1000px;height:500px;margin:3rem auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}._split_screen_side_hvgx5_113{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1)}._split_image_hvgx5_124{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}._split_overlay_hvgx5_131{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#000000b3);display:flex;align-items:center;transition:background .4s ease}._split_left_hvgx5_148 ._split_overlay_hvgx5_131{justify-content:center;padding-right:50%}._split_right_hvgx5_153 ._split_overlay_hvgx5_131{justify-content:center;padding-left:50%}._split_screen_side_hvgx5_113:hover ._split_overlay_hvgx5_131{background:linear-gradient(to bottom,#e5820166,#e58201cc)}._split_screen_side_hvgx5_113:hover ._split_image_hvgx5_124{transform:scale(1.15)}._split_screen_side_hvgx5_113:hover{z-index:5}._split_content_hvgx5_174{text-align:center;color:#fff;z-index:1;transform:translateY(20px);transition:transform .4s ease}._split_screen_side_hvgx5_113:hover ._split_content_hvgx5_174{transform:translateY(0)}._split_title_hvgx5_186{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 8px rgba(0,0,0,.5);color:#fff}._split_subtitle_hvgx5_196{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600;margin:0;text-shadow:1px 1px 4px rgba(0,0,0,.5);opacity:.9}._split_divider_hvgx5_205{position:absolute;top:-20%;left:50%;width:4px;height:141.42%;background:linear-gradient(to bottom,#e58201,#fff,#e58201);transform:translate(-50%) rotate(11.3deg);transform-origin:center;z-index:10;box-shadow:0 0 20px #e5820199,0 0 40px #e5820166;pointer-events:none}._split_left_hvgx5_148{clip-path:polygon(0 0,55% 0,45% 100%,0 100%);z-index:2}._split_right_hvgx5_153{clip-path:polygon(55% 0,100% 0,100% 100%,45% 100%);z-index:1}._split_screen_side_hvgx5_113:hover{filter:brightness(1.1)}@media(max-width:768px){._split_screen_container_hvgx5_102{height:600px;flex-direction:column;margin:2rem auto}._split_screen_side_hvgx5_113{flex:1}._split_screen_side_hvgx5_113:hover{z-index:5}._split_left_hvgx5_148 ._split_overlay_hvgx5_131{padding-right:0;padding-bottom:80%}._split_right_hvgx5_153 ._split_overlay_hvgx5_131{padding-left:0;padding-top:40%}._split_right_hvgx5_153{clip-path:polygon(0 0,100% 0,100% 60%,0 40%);z-index:2}._split_right_hvgx5_153{clip-path:polygon(0 40%,100% 60%,100% 100%,0 100%);z-index:1}._split_left_hvgx5_148{clip-path:polygon(0 0,100% 0,100% 60%,0 40%);z-index:2}._split_divider_hvgx5_205{top:50%;left:-20%;width:141.42%;height:4px;transform:translateY(-50%) rotate(15.3deg);transform-origin:center}._split_title_hvgx5_186{font-size:clamp(1.5rem,5vw,2rem)}._split_subtitle_hvgx5_196{font-size:clamp(1rem,3vw,1.2rem)}}@media(max-width:480px){._split_screen_container_hvgx5_102{height:500px;border-radius:15px}._split_title_hvgx5_186{font-size:1.5rem}._split_subtitle_hvgx5_196{font-size:1rem}._info_btn_hvgx5_58{font-size:.8rem}._container_hvgx5_2{padding:0 1rem}._mie_info_summer_hvgx5_14{padding:2rem 0}}.card__body{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:6rem 0;min-height:60vh}.card__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:90%;max-width:1400px;margin:0 auto;padding:0 1rem}.card__home{width:100%;height:400px;background:#fff;display:flex;align-items:flex-end;padding:2rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;cursor:pointer}.card__home:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #0003}.card__home:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#0000001a 40%,#000c);z-index:2;opacity:0;transition:all .4s ease}.card__home:hover:before{opacity:1}.card__home img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;border-radius:16px;transition:transform .4s ease}.card__home:hover img{transform:scale(1.1)}.card__home .info{position:relative;color:#fff;z-index:3;opacity:0;transform:translateY(30px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-align:left;width:100%}.card__home:hover .info{opacity:1;transform:translateY(0)}.card__home .info h4{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;line-height:1.3;margin-bottom:.75rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.card__home .info p{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5;letter-spacing:.5px;margin-bottom:1.5rem;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3)}.card__home .info .btn{background:linear-gradient(135deg,#ff6b35,#f7931e);padding:.75rem 1.5rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;border-radius:25px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block;text-transform:uppercase;letter-spacing:.5px;border:2px solid transparent;box-shadow:0 4px 15px #ff6b354d}.card__home .info .btn:hover{background:linear-gradient(135deg,#f7931e,#ff6b35);transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566;border-color:#ffffff4d}.card__home:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#14141e73;opacity:0;transition:opacity .25s;pointer-events:none;z-index:2}.card__home:hover:after,.card__home:focus:after{opacity:1}@media(max-width:1200px){.card__wrapper{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:95%}.card__home{height:380px;padding:1.5rem}}@media(max-width:900px){.card__wrapper{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:95%;padding:0 .5rem}.card__home{height:350px;padding:1.25rem;border-radius:12px}.card__home img{border-radius:12px}.card__home .info{opacity:1;transform:translateY(0)}.card__home:hover{transform:translateY(-8px) scale(1.01)}}@media(max-width:768px){.card__wrapper{grid-template-columns:repeat(2,1fr);gap:1rem}.card__home{height:320px;padding:1rem}.card__home .info h4{font-size:1.1rem;margin-bottom:.5rem}.card__home .info p{font-size:.85rem;margin-bottom:1rem}.card__home .info .btn{padding:.6rem 1.2rem;font-size:.8rem}}@media(max-width:600px){.card__wrapper{grid-template-columns:1fr;gap:1rem;width:100%;padding:0 1rem}.card__home{height:300px;max-width:400px;margin:0 auto}.card__home:before{opacity:1}}@media(max-width:400px){.card__wrapper{padding:0 .5rem}.card__home{height:280px;padding:.75rem;border-radius:8px}.card__home img{border-radius:8px}.card__home .info h4{font-size:1rem}.card__home .info p{font-size:.8rem}.card__home .info .btn{padding:.5rem 1rem;font-size:.75rem}}.home__page{position:relative;margin-top:4rem;-webkit-user-select:none;user-select:none;line-height:1.8}h1{margin:4rem auto;max-width:900px;padding:2rem 1rem 0;display:block;text-align:center;font-size:clamp(1.5rem,5vw,3rem);font-weight:700;color:#2c3e50;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{margin:4rem auto;max-width:1200px;padding:0 2rem;display:block;text-align:center;font-size:clamp(1.5rem,5vw,3rem);font-weight:700;color:#2c3e50;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__intro__paragraph{max-width:1400px;margin:-2rem auto 3rem;padding:0 2rem;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.9;color:#555;text-align:center}.home__intro__paragraph strong{color:#e58201;font-weight:700}.home__section>h5{font-size:clamp(1.4rem,3vw,2rem);font-weight:600;text-align:center;color:#2c3e50;margin-bottom:1.5rem;position:relative}.home__section>h5:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px}.home__container{display:block;margin:0 auto;max-width:1400px;padding:0 2rem}.home__section{padding:1rem 0;margin-bottom:2rem}.home__section>p{font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.8;color:#555;text-align:justify;padding:0 1rem;max-width:1100px;margin:0 auto;opacity:0;animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home__gallery__section{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;padding:5rem 0 0;background-color:#f8f9fa}.home__mie__info{display:flex;align-items:center;width:100%;max-width:1100px;height:auto;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:2rem auto;opacity:0;animation:fadeInUp .8s ease .2s forwards}.home__mie__booklets__p{text-align:center;font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.8;color:#444;margin-bottom:2rem;padding:0 2rem;max-width:1400px}.info__btn{width:280px;height:50px;color:#fff;background:linear-gradient(135deg,#e58201,#ff9100);border-radius:25px;border:none;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .4s ease-in-out;position:relative;overflow:hidden;box-shadow:0 5px 15px #e582014d;text-transform:uppercase;letter-spacing:.5px}.info__btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#ff9100,#ffb347);transition:left .4s ease-in-out;z-index:0}.info__btn:hover:before{left:0}.info__btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #e5820166}.info__btn span{position:relative;z-index:1}.home__link{margin:3rem 0;text-align:center}.home__section:not(:last-child){border-bottom:1px solid #e9ecef;padding-bottom:3rem}.home__section{opacity:1;transform:translateY(0);transition:all .6s ease-in-out}.home__gallery-section-fullscreen{width:100%;min-height:100vh;min-height:100dvh;margin:0;padding:6rem 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.home__gallery-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;text-align:center;color:#2c3e50;margin-bottom:1.5rem;margin-top:1rem;position:relative;z-index:2}.home__gallery-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px}.home__gallery-description{max-width:900px;width:100%;margin:2.5rem 0;padding:0 2rem;font-size:clamp(1.05rem,2.2vw,1.25rem);line-height:1.8;color:#2c3e50;text-align:center;position:relative;z-index:2}@media(max-width:1400px){.home__container{padding:0 1.5rem}.home__mie__booklets__p{padding:2rem;margin-bottom:1rem}}@media(max-width:900px){.home__container{padding:0 1rem}.home__section{padding:2rem 0}.home__gallery-title{font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:1.5rem}.home__gallery-description{font-size:clamp(1rem,2vw,1.15rem);padding:0 1.5rem;margin-top:2rem}.home__gallery-section-fullscreen{padding:2.5rem 1.5rem 3rem}.home__mie__info{padding:1.5rem}.home__link{margin:2rem 0}.info__btn{width:240px;height:45px;font-size:1rem}}@media(max-width:768px){.home__container{padding:0 .5rem}.home__section{padding:1.5rem 0}.home__gallery-section-fullscreen{height:100vh;height:100dvh;padding:2rem 1rem 2.5rem}.home__gallery-title{font-size:clamp(1.3rem,3vw,1.8rem);margin-bottom:1rem}.home__gallery-description{font-size:clamp(.95rem,1.8vw,1.1rem);padding:0 1rem;margin-top:1.5rem;line-height:1.7}.home__mie__info{padding:1rem;margin:1rem 0}.history__combined{border-bottom:1px solid #e9ecef}.info__btn{width:200px;height:40px;font-size:.9rem}.home__section>p{padding:0;text-align:center}}@media(max-width:480px){.home__container{padding:0 .5rem}.home__section{padding:1rem 0}.home__gallery-section-fullscreen{padding:1.5rem .75rem 2rem}.home__gallery-title{font-size:clamp(1.2rem,2.8vw,1.5rem);margin-bottom:.8rem}.home__gallery-description{font-size:clamp(.9rem,1.6vw,1rem);padding:0 .75rem;margin-top:1.25rem;line-height:1.6}.home__mie__info{padding:.8rem}.info__btn{width:180px;font-size:.85rem}h2{margin:2rem auto}.home__mie__booklets__p{text-align:justify;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;padding:0 1.4rem;margin-bottom:1rem}}.aihelper__open{position:fixed;bottom:32px;right:32px;z-index:1000;background:linear-gradient(135deg,#ff9100,#e58201);color:#fff;border:none;border-radius:50px;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;box-shadow:0 4px 24px #ff91002e;cursor:pointer;transition:all .3s ease}.aihelper__open:hover{background:linear-gradient(135deg,#e58201,#ff9100);box-shadow:0 8px 32px #ff910047}.aihelper__popup{position:fixed;bottom:80px;right:32px;width:350px;max-width:95vw;max-height:calc(100vh - 120px);background:#1c1b29;color:#fff;border-radius:18px;box-shadow:0 8px 32px #0000002e;z-index:1100;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;animation:fadeInUp .4s}.aihelper__popup::-webkit-scrollbar{width:6px}.aihelper__popup::-webkit-scrollbar-track{background:#1c1b29;border-radius:10px}.aihelper__popup::-webkit-scrollbar-thumb{background:#ff9100;border-radius:10px}.aihelper__popup::-webkit-scrollbar-thumb:hover{background:#e58201}.aihelper__header{background:linear-gradient(135deg,#ff9100,#e58201);color:#fff;padding:1rem 1.2rem;font-size:1.15rem;font-weight:700;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;position:sticky;top:0;z-index:10}.aihelper__close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;font-weight:700;margin-left:1rem;transition:color .2s}.aihelper__close:hover{color:#ffd580}.aihelper__guide-link{background:none;border:none;color:#ffffffd9;font-size:.75rem;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;letter-spacing:.3px;transition:color .2s;align-self:flex-start}.aihelper__guide-link:hover{color:#fff}.aihelper__chat{padding:1rem 1.2rem;max-height:300px;overflow-y:auto;background:#23223a;border-bottom:1px solid #29283d;flex-shrink:0}.aihelper__chat::-webkit-scrollbar{width:6px}.aihelper__chat::-webkit-scrollbar-track{background:#1c1b29;border-radius:10px}.aihelper__chat::-webkit-scrollbar-thumb{background:#ff9100;border-radius:10px}.aihelper__chat::-webkit-scrollbar-thumb:hover{background:#e58201}.aihelper__entry{margin-bottom:1.1rem}.aihelper__question{background:#29283d;color:#ff9100;padding:.5rem .8rem;border-radius:8px 8px 0 0;font-weight:600;font-size:1rem}.aihelper__answer{background:#23223a;color:#fff;padding:.5rem .8rem;border-radius:0 0 8px 8px;font-size:.98rem;border-bottom:2px solid #ff9100}.aihelper__questions,.aihelper__custom{padding:1rem 1.2rem;background:#23223a;display:flex;flex-direction:column;flex-shrink:0;gap:.7rem}.aihelper__questions span,.aihelper__custom span{font-size:1rem;font-weight:500;margin-bottom:.3rem}.aihelper__questions_scroll{display:flex;flex-direction:column;gap:.7rem;max-height:400px;overflow-y:auto;padding-right:.3rem}.aihelper__questions_scroll::-webkit-scrollbar{width:6px}.aihelper__questions_scroll::-webkit-scrollbar-track{background:#1c1b29;border-radius:10px}.aihelper__questions_scroll::-webkit-scrollbar-thumb{background:#ff9100;border-radius:10px}.aihelper__questions_scroll::-webkit-scrollbar-thumb:hover{background:#e58201}.aihelper__btn{background:linear-gradient(135deg,#ff9100,#e58201);color:#fff;border:none;border-radius:12px;padding:.7rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #ff91002e;transition:all .3s;margin-bottom:.2rem}.aihelper__btn:hover{background:linear-gradient(135deg,#e58201,#ff9100);box-shadow:0 4px 16px #ff910047}.aihelper__btn:disabled{background:#6c757d;color:#fff;cursor:not-allowed;opacity:.7}.aihelper__custom input[type=text]{padding:.6rem 1rem;border-radius:8px;border:2px solid #ff9100;background:#1c1b29;color:#fff;font-size:1rem;margin-bottom:.5rem;outline:none;transition:border .2s}.aihelper__custom input[type=text]:focus{border-color:#e58201}.aihelper__smallbtn{background:#29283d;color:#ff9100;border:1px solid #ff9100;border-radius:8px;padding:.4rem .8rem;font-size:.85rem;cursor:pointer;transition:all .3s}.aihelper__smallbtn:hover{background:#ff9100;color:#fff}.aihelper__historybtn,.aihelper__clearbtn{background:#29283d;color:#ff9100}.aihelper__open-label-short{display:none}.aihelper__open-label-full{display:inline}@media(max-width:600px){.aihelper__open{bottom:16px;right:16px;padding:.7rem 1.2rem;font-size:1rem}.aihelper__popup{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:95vw;max-width:95vw;max-height:85vh;border-radius:12px;display:flex;flex-direction:column}.aihelper__header,.aihelper__chat,.aihelper__questions,.aihelper__custom{padding:.7rem}.aihelper__question,.aihelper__answer{font-size:.95rem;padding:.4rem .6rem}.aihelper__chat{max-height:200px}.aihelper__questions_scroll{max-height:380px}.aihelper__open{width:54px;height:54px;min-width:0;min-height:0;padding:0;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #ff91002e}.aihelper__open-label-short{display:inline;font-size:1.25rem;font-weight:700;letter-spacing:1px}.aihelper__open-label-full{display:none}}.aihelper__answered_overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e1e288c;z-index:9999;display:flex;align-items:center;justify-content:center}.aihelper__answered_modal{width:700px;max-width:95vw;background:#1c1b29;color:#fff;border-radius:18px;box-shadow:0 8px 32px #0000002e;padding:2rem 2.2rem 1.5rem;display:flex;flex-direction:column;animation:fadeInUp .4s}.aihelper__answered_footer{margin-top:1rem}@media(max-width:600px){.aihelper__answered_overlay{align-items:center;justify-content:center;padding:2vh 0;overflow-y:auto}.aihelper__answered_modal{width:95vw;max-width:95vw;max-height:90vh;border-radius:12px;padding:1rem .7rem 5rem;display:flex;flex-direction:column;justify-content:flex-start;position:relative;margin:auto}.aihelper__answered_header{flex-direction:column;align-items:stretch;margin-bottom:.7rem;gap:.8rem}.aihelper__answered_header h3{font-size:1.15rem}.aihelper__download-btn{width:100%;justify-content:center;padding:.7rem 1rem;font-size:.95rem}.aihelper__answered_header>div{display:flex;flex-direction:row;gap:.7rem;margin-top:1.2rem;justify-content:flex-end;position:static}.aihelper__answered_list{max-height:60vh;font-size:.98rem;overflow-y:auto;flex:1}.aihelper__smallbtn{font-size:.98rem;padding:.5rem .8rem;margin-left:.3rem;margin-bottom:.2rem}.aihelper__answered_footer{display:flex;gap:.7rem;justify-content:center;position:fixed;left:2.5vw;bottom:5vh;width:95vw;padding:1rem 0;background:linear-gradient(135deg,#1c1b29 80%,#23223a);border-radius:12px;box-shadow:0 -4px 16px #0000004d}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.aihelper__answered_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.aihelper__answered_header h3{font-size:1.3rem;font-weight:700;margin:0;color:#fff}.aihelper__download-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ff9100,#e58201);color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ff910033}.aihelper__download-btn:hover:not(:disabled){background:linear-gradient(135deg,#e58201,#ff9100);box-shadow:0 4px 12px #ff910059;transform:translateY(-1px)}.aihelper__download-btn:disabled{opacity:.5;cursor:not-allowed}.aihelper__download-btn svg{width:18px;height:18px}.aihelper__download-btn span{font-weight:700}.aihelper__answered_list{max-height:400px;overflow-y:auto}.aihelper__answered_item{margin-bottom:1.1rem}.aihelper__muted{color:#bbb;font-size:1rem;text-align:center}.aihelper__smallbtn{background:linear-gradient(135deg,#ff9100,#e58201);color:#fff;border:none;border-radius:10px;padding:.5rem 1.1rem;font-size:1rem;font-weight:600;margin-left:.5rem;box-shadow:0 2px 8px #ff91002e;cursor:pointer;transition:all .3s}.aihelper__smallbtn:hover{background:linear-gradient(135deg,#e58201,#ff9100);color:#fff;box-shadow:0 4px 16px #ff910047}.footer__flags-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;margin:1.2rem 0 .5rem}.footer__flag{width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 0 8px 2px #ffffff40,0 2px 8px #2c3e501a;object-fit:cover;transition:box-shadow .2s,filter .2s,transform .2s;cursor:pointer}.footer__flag:hover,.footer__flag:focus{filter:brightness(1.1) drop-shadow(0 0 8px #ff9100cc);box-shadow:0 0 16px 6px #fff,0 4px 16px #e582011f;transform:translateY(-4px) scale(1.08)}:root{--footer-color-link: rgb(255, 145, 0)}.footer{width:100%;height:auto;position:absolute;background-color:#35374b;color:#fff;-webkit-user-select:none;user-select:none}.form__contact{display:flex;text-align:center;justify-content:center}.mie-study{display:flex;margin-bottom:2px;padding-top:1em;justify-content:center;text-align:center;font-size:20px}.form__list{list-style:none;font-size:20px;padding:3px;text-align:center}.form__list>li{margin-bottom:5px}.terms__container{display:flex;text-align:center;justify-content:center}.terms__title{font-size:14px;margin:1em;transition:all .3s ease-in-out;color:#fff;text-decoration:none}.terms__title:hover{color:var(--footer-color-link);cursor:pointer;text-decoration:underline}.footer__support-btn{background:none;border:none;padding:0;font-family:inherit}@media(max-width:500px){.footer{padding:0 1em}.mie-study{font-size:16px}.mie__address{font-size:14px}}.language-selector__globe{width:20px;height:20px;object-fit:cover;border-radius:50%;box-shadow:0 1px 3px #0003;display:inline-block;vertical-align:middle;margin-right:.2rem}.language-selector{position:relative;display:inline-block}.language-selector__current{background:transparent;border:1px solid rgba(255,255,255,.3);cursor:pointer;padding:.4rem .8rem;display:flex;align-items:center;gap:.5rem;justify-content:center;border-radius:6px;transition:all .3s ease}.language-selector__current:hover{background-color:#ffffff1a;border-color:#ffffff80}.language-selector__flag{width:20px;height:20px;object-fit:cover;border-radius:50%;box-shadow:0 1px 3px #0003}.language-selector__short{font-size:.85rem;font-weight:600;color:#2c3e50;letter-spacing:.5px}.language-selector__dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;overflow:hidden;z-index:1000;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-selector__option{width:100%;background:transparent;border:none;padding:.85rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:background-color .2s ease;text-align:left;position:relative}.language-selector__option:hover{background-color:#f5f5f5}.language-selector__option:active{background-color:#e0e0e0}.language-selector__option--active{background-color:#f0f7ff}.language-selector__option--active:hover{background-color:#e3f2fd}.language-selector__name{font-size:.95rem;color:#333;font-weight:500;flex:1}.language-selector__check{color:#2196f3;font-size:.9rem;margin-left:auto}@media(max-width:768px){.language-selector__globe{width:18px;height:18px}.language-selector__dropdown{left:-10px}.language-selector__flag{width:18px;height:18px}.language-selector__short{font-size:.8rem}.language-selector__name{font-size:.9rem}}.auth-modal__overlay{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:99999;padding:1rem;animation:fadeIn .3s ease-in-out;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal__container{background:#fff;border-radius:16px;max-width:480px;width:100%;position:relative;box-shadow:0 10px 40px #0000004d;animation:slideUp .4s ease-out;padding:2.5rem;margin:auto}.auth-modal__input--error{border-color:#f44336!important;background-color:#ffebee}.auth-modal__error{display:block;color:#f44336;font-size:.875rem;margin-top:.5rem;font-weight:500}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-modal__close{position:absolute;top:1rem;right:1rem;background:#0000000d;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#666}.auth-modal__close:hover{background:#f44336;color:#fff;transform:rotate(90deg)}.auth-modal__header{text-align:center;margin-bottom:2rem}.auth-modal__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-modal__subtitle{font-size:1rem;color:#666;margin:0}.auth-modal__form,.auth-modal__form-group{margin-bottom:1.5rem}.auth-modal__label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.auth-modal__input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.auth-modal__input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-modal__input::placeholder{color:#999}.auth-modal__info{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border-left:4px solid #667eea;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.auth-modal__info-text{margin:0;color:#333;font-size:.95rem;line-height:1.5}.auth-modal__btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.auth-modal__btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.auth-modal__btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.auth-modal__btn--primary:disabled{opacity:.6;cursor:not-allowed}.auth-modal__btn--secondary{background:#f5f5f5;color:#333;border:2px solid #e0e0e0}.auth-modal__btn--secondary:hover:not(:disabled){background:#e8e8e8;border-color:#ccc;transform:translateY(-2px)}.auth-modal__btn--secondary:disabled{opacity:.6;cursor:not-allowed}.auth-modal__btn--google{background:#fff;color:#3c4043;border:1px solid #dadce0;display:flex;align-items:center;justify-content:center;gap:.625rem;text-transform:none;letter-spacing:normal;font-weight:500;box-shadow:0 1px 3px #00000014}.auth-modal__btn--google:hover:not(:disabled){background:#f8f9fa;border-color:#bdc1c6;box-shadow:0 2px 6px #0000001f;transform:translateY(-1px)}.auth-modal__btn--google:disabled{opacity:.6;cursor:not-allowed}.auth-modal__divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:#999;font-size:.875rem}.auth-modal__divider:before,.auth-modal__divider:after{content:"";flex:1;border-top:1px solid #e0e0e0}.auth-modal__footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e0e0e0}.auth-modal__footer-text{margin:0;color:#666;font-size:.95rem}.auth-modal__link{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;font-size:.95rem;transition:all .2s ease;text-decoration:none;padding:0}.auth-modal__link:hover{color:#764ba2;text-decoration:underline}@media(max-width:768px){.auth-modal__container{padding:2rem;margin:1rem}.auth-modal__title{font-size:1.75rem}.auth-modal__subtitle{font-size:.95rem}.auth-modal__input{padding:.75rem;font-size:.95rem}.auth-modal__btn{padding:.875rem;font-size:.95rem}}@media(max-width:480px){.auth-modal__overlay{padding:.5rem}.auth-modal__container{padding:1.5rem;border-radius:12px}.auth-modal__title{font-size:1.5rem}.auth-modal__subtitle{font-size:.9rem}.auth-modal__close{width:35px;height:35px;font-size:1.25rem;top:.75rem;right:.75rem}.auth-modal__input{padding:.625rem;font-size:.9rem}.auth-modal__btn{padding:.75rem;font-size:.9rem}.auth-modal__info-text,.auth-modal__footer-text,.auth-modal__link{font-size:.85rem}}.form-purchase-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem;overflow-y:auto}.form-purchase-modal{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2rem;margin:auto}.form-purchase-close{position:absolute;top:.4rem;right:.4rem;background:transparent;border:none;font-size:1.5rem;color:#666;cursor:pointer;transition:color .2s;padding:.5rem;display:flex;align-items:center;justify-content:center}.form-purchase-close:hover{color:#e58201}.form-purchase-toggle{display:flex;gap:.5rem;margin-bottom:2rem;background:#f0f0f0;border-radius:12px;padding:.4rem}.toggle-btn{flex:1;padding:.8rem 1.5rem;border:none;background:transparent;border-radius:10px;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s}.toggle-btn.active{background:linear-gradient(90deg,#e58201,#ff9100);color:#fff!important;box-shadow:0 2px 8px #e582014d}.program-selection{margin-bottom:2rem}.program-selection h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.4rem;text-align:center}.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.program-card{background:linear-gradient(135deg,#fff,#f9f6f2);border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s}.program-card:hover{border-color:#e58201;box-shadow:0 4px 16px #e5820126;transform:translateY(-2px)}.program-card h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.program-card .program-price{color:#e58201;font-size:1.5rem;font-weight:700;margin:0}.selected-program{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#e58201,#ff9100);color:#fff;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem}.program-info h4{margin:0 0 .3rem;font-size:1.2rem}.program-info .program-price{margin:0;font-size:1.5rem;font-weight:700}.edit-program-btn{background:#fff3;border:1px solid rgba(255,255,255,.5);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;transition:all .2s}.edit-program-btn:hover{background:#ffffff4d}.purchase-form h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.4rem}.form-section{margin-bottom:2rem}.form-section h4{color:#2c3e50;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{display:flex;flex-direction:column;width:100%}.form-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s;background-color:#fff;font-family:inherit;width:100%;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#e58201}.form-group textarea{resize:vertical;font-family:inherit}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.payment-method-btn{padding:1rem;border:2px solid #e0e0e0;background:#fff;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;color:#666;transition:all .3s}.payment-method-btn:hover{border-color:#e58201}.payment-method-btn.active{border-color:#e58201;background:linear-gradient(135deg,#e582011a,#ff91001a);color:#e58201}.payment-method-btn svg{font-size:1.3rem}.payment-fields{margin-top:1rem}.payment-note{color:#666;font-size:.9rem;margin-top:.5rem;font-style:italic}.order-summary{background:#f9f6f2;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#2c3e50}.summary-row.total{border-top:2px solid #e0e0e0;margin-top:.5rem;padding-top:1rem;font-size:1.2rem;font-weight:700;color:#e58201}.quote-note{color:#666;font-size:.95rem;margin-top:1rem;text-align:center;font-style:italic}.submit-btn{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;color:#fff}.buy-btn{background:linear-gradient(90deg,#e58201,#ff9100);box-shadow:0 4px 16px #e582014d}.buy-btn:hover{box-shadow:0 6px 20px #e5820166;transform:translateY(-2px)}.quote-btn{background:linear-gradient(90deg,#1976d2,#2196f3);box-shadow:0 4px 16px #1976d24d}.quote-btn:hover{box-shadow:0 6px 20px #1976d266;transform:translateY(-2px)}.error-message{color:#d32f2f;font-size:.875rem;margin-top:.5rem;display:block}.form-group input.error,.form-group select.error{border-color:#d32f2f;background-color:#ffebee}.success-message{background:#4caf50;color:#fff;padding:1rem;border-radius:8px;text-align:center;margin:1rem 0;font-weight:500;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-spinner{width:1em;height:1em;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:btn-spin .7s linear infinite;flex-shrink:0}@keyframes btn-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.form-purchase-modal{padding:1.5rem}.program-grid,.form-row,.payment-methods{grid-template-columns:1fr}.selected-program{flex-direction:column;text-align:center;gap:1rem}.toggle-btn{padding:.7rem 1rem;font-size:.9rem}}.additional-services-grid{display:flex;flex-direction:column;gap:.8rem}.service-checkbox-item{background:#f9f6f2;border:2px solid #e0e0e0;border-radius:10px;padding:.8rem 1rem;transition:all .3s}.service-checkbox-item:hover{border-color:#e58201;background:#fff}.service-checkbox-label{display:flex;align-items:center;gap:1rem;cursor:pointer;width:100%}.service-checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#e58201}.service-info{display:flex;justify-content:space-between;align-items:center;flex:1}.service-name{font-weight:600;color:#2c3e50;font-size:1rem}.service-price{font-weight:700;color:#e58201;font-size:1.1rem}.language-info-note{background:#e8f4f8;border-left:4px solid #3498db;padding:.8rem 1rem;border-radius:8px;margin-top:1rem;font-size:.95rem;color:#2c3e50;line-height:1.5}.language-info-note strong{color:#3498db}.menu-dropdown{position:relative;display:inline-block}.menu-dropdown__trigger{background:transparent;border:2px solid #667eea;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.menu-dropdown__trigger:hover{background:#667eea;transform:scale(1.05)}.menu-dropdown__trigger:hover .menu-dropdown__icon{color:#fff}.menu-dropdown__icon{font-size:1.8rem;color:#667eea;transition:color .3s ease}.menu-dropdown__content{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:180px;z-index:1000;overflow:hidden;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-dropdown__item{width:100%;padding:.875rem 1.25rem;border:none;background:transparent;text-align:left;font-size:1rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.menu-dropdown__item:hover{background:#f5f5f5;color:#667eea}.menu-dropdown__item:not(:last-child){border-bottom:1px solid #e0e0e0}.menu-dropdown__item--logout{color:#dc3545}.menu-dropdown__item--logout:hover{background:#fff5f5;color:#c82333}@media(max-width:768px){.menu-dropdown__trigger{width:40px;height:40px}.menu-dropdown__icon{font-size:1.5rem}.menu-dropdown__content{min-width:160px}.menu-dropdown__item{padding:.75rem 1rem;font-size:.95rem}}@media(max-width:480px){.menu-dropdown__trigger{width:38px;height:38px}.menu-dropdown__icon{font-size:1.4rem}.menu-dropdown__content{min-width:140px;right:-10px}.menu-dropdown__item{padding:.625rem .875rem;font-size:.9rem}}.header{position:fixed;z-index:999;width:100%;top:0;left:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,130,1,.1);color:#2c3e50;-webkit-user-select:none;user-select:none;transition:all .3s ease-in-out;box-shadow:0 2px 20px #0000001a}.header:hover{background:#fffffffa;box-shadow:0 4px 25px #00000026}.logo{width:200px;height:150px;object-fit:contain;padding-top:.5rem;transition:all .3s ease-in-out}.logo:hover{transform:scale(1.05)}.active{font-weight:700;color:#e58201!important;position:relative}.nav__dropdown{position:relative}.nav__dropdown>.nav__link{cursor:pointer;display:flex;align-items:center;gap:.4em}.dropdown__menu{display:none;position:absolute;top:100%;left:0;min-width:240px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #e5820114;padding:.7rem .5rem;z-index:100;flex-direction:column;gap:.2rem;border:1px solid #e58201;text-align:left;align-items:flex-start;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.nav__dropdown:hover>.dropdown__menu{display:flex;opacity:1;transform:translateY(0);pointer-events:auto}.dropdown__link{color:#2c3e50;text-decoration:none;font-size:1.08rem;font-weight:500;padding:.6rem 1.1rem;border-radius:8px;transition:all .2s;background:none;letter-spacing:.2px;text-align:left;width:100%;border:none;cursor:pointer;display:block}.dropdown__link:hover{color:#e58201;background:#e5820114}.nav__menu ul{list-style-type:none}.active:after{content:"";position:absolute;bottom:1px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{width:0}to{width:100%}}.nav{display:flex;align-items:center;justify-content:space-between;position:relative;height:5rem;margin:0 auto;padding:0 1rem}.nav__brand{display:flex;align-items:center}.nav__menu{display:flex;flex-direction:row;align-items:center;flex:1;justify-content:flex-end}nav ul{display:flex;flex-direction:row;align-items:center;gap:1.5rem;margin:0;padding:0}.nav__item{list-style:none;position:relative}.nav_mobile_lang{display:none}.nav_user_menu{display:flex;align-items:center;margin-left:1rem}button:hover .nav_button_lang_img{transform:scale(1.1);box-shadow:0 4px 12px #0003}.nav_purchase_btn{background:linear-gradient(135deg,#e58201,#ff9100);color:#fff;border:none;padding:.5rem 2rem;border-radius:10px;height:60px;font-size:1.05rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:all .3s ease-in-out;box-shadow:0 4px 15px #e5820166;letter-spacing:.3px;text-transform:uppercase}.nav_purchase_btn:hover{background:linear-gradient(135deg,#ff9100,#e58201);box-shadow:0 6px 20px #e5820199;transform:translateY(-3px) scale(1.05)}.shopping-cart-icon{height:20px;width:20px;min-height:20px;min-width:20px;flex-shrink:0}.nav__link{display:block;color:#2c3e50;cursor:pointer;text-decoration:none;font-weight:500;font-size:1.2rem;padding:.75rem 1.25rem;border-radius:8px;transition:all .3s ease-in-out;position:relative;text-transform:capitalize;letter-spacing:.5px}.nav__link:hover{color:#e58201;background:#e5820114;transform:translateY(-2px)}.icon{cursor:pointer;display:flex;align-items:center;z-index:1000}nav .menu__ham{display:none;cursor:pointer;padding:.75rem;border-radius:8px;transition:all .3s ease-in-out;color:#2c3e50;background:transparent;border:none;font-size:1.5rem}nav .menu__ham:hover{background:#e582011a;color:#e58201;transform:scale(1.1)}@media(max-width:1770px)and (min-width:1301px){.shopping-cart-icon{height:22px;width:22px;min-height:22px;min-width:22px}.nav_purchase_btn{padding:.6rem 1.8rem;font-size:1rem;gap:.7rem}}@media(max-width:1300px){.nav{padding:0 1.5rem}nav .menu__ham{display:flex}.nav__menu{order:2}.icon{order:1}.nav__brand .language-selector{display:none}nav ul{position:absolute;top:100%;left:0;width:100%;max-height:calc(100vh - 6rem);overflow-y:auto;background:linear-gradient(135deg,#fffffffa,#f8f9fafa);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);flex-direction:column;align-items:stretch;padding:1.5rem;gap:.8rem;display:none;border-radius:0 0 20px 20px;box-shadow:0 10px 30px #0000001a}nav ul.open{display:flex;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}nav ul li{width:100%}.nav__item{text-align:left}.nav__dropdown{width:100%}.nav__dropdown>.nav__link{text-align:left;justify-content:flex-start}.dropdown__menu{position:static;display:none;box-shadow:none;border:none;background:#e582010d;margin-top:.5rem;padding:.5rem;border-radius:8px}.nav__dropdown:hover>.dropdown__menu,.nav__dropdown.active>.dropdown__menu{display:flex}.dropdown__link{text-align:left;font-size:1rem;padding:.7rem 1rem}.nav__link{width:100%;padding:1rem;margin:0;border-radius:12px;background:#fffc;box-shadow:0 2px 8px #0000000d;text-align:left}.nav__link:hover{background:#e582011a;transform:translateY(-2px)}.nav_purchase_item{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(229,130,1,.2)}.nav_purchase_btn{width:100%;justify-content:center;margin-left:0;padding:1rem 2rem;font-size:1.1rem}.nav_mobile_lang{display:flex;justify-content:center;padding-top:.8rem;margin-bottom:1rem}.nav_user_menu{display:flex;justify-content:center;padding-top:.8rem;margin-left:0}.nav_mobile_lang .language-selector__current{border-color:#e58201;padding:.6rem 1.2rem}.nav_mobile_lang .language-selector__short{color:#e58201;font-size:.95rem}.nav_mobile_lang .language-selector__dropdown{bottom:100%;top:auto;margin-bottom:.5rem;margin-top:0}}@media(max-width:480px){.header{position:fixed}.nav{height:4rem}.logo{width:140px;height:120px}.nav__brand{gap:.8rem}.nav__brand .language-selector{display:none}nav .menu__ham{display:flex;font-size:1.3rem}nav ul{position:fixed;top:4rem;left:0;width:100%;height:calc(100vh - 4rem);background:linear-gradient(135deg,#fffffffa,#f8f9fafa);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:1.5rem;gap:.8rem;display:none;overflow-y:auto}nav ul.open{display:flex;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}nav ul li{width:100%}.nav__item{text-align:left}.dropdown__menu{position:static;display:none;box-shadow:none;border:none;background:#e582010d;margin-top:.5rem;padding:.5rem}.nav__dropdown:hover>.dropdown__menu{display:flex}.dropdown__link{text-align:left;font-size:.95rem;padding:.6rem 1rem}.nav__link{width:100%;padding:.9rem;font-size:1rem;text-align:left;background:#ffffffb3;box-shadow:0 2px 10px #0000000d}.nav__link:hover{background:#e582011a}.nav_purchase_item{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(229,130,1,.2)}.nav_purchase_btn{width:100%;justify-content:center;padding:.9rem 1.5rem;font-size:1rem}.nav_mobile_lang{display:flex;justify-content:center;padding-top:.8rem;margin-bottom:1rem}.nav_user_menu{display:flex;justify-content:center;padding-top:.8rem;margin-left:0}.nav_mobile_lang .language-selector__dropdown{bottom:100%;top:auto;margin-bottom:.5rem;margin-top:0}}*,:before,:after{box-sizing:border-box}body{width:100%;height:100%;margin:0;box-sizing:border-box;padding:0;font-size:18px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h3,h4{font-size:clamp(1.4rem,3vw,2rem);font-weight:600;text-align:center;color:#2c3e50;margin-bottom:1.5rem;position:relative}:root{--color-primary: #2e74c7;--color-primary-dark: #1174b0;--color-secondary: #1a1a2e}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%}.react-datepicker__input-container input{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s;background-color:#fff;font-family:inherit;box-sizing:border-box}.react-datepicker__input-container input:focus{outline:none;border-color:#e58201}.react-datepicker__input-container input.error{border-color:#d32f2f;background-color:#ffebee}.react-datepicker{font-family:inherit;border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 16px #0000001a}.react-datepicker__header{background:linear-gradient(90deg,#e58201,#ff9100);border-bottom:none;border-top-left-radius:10px;border-top-right-radius:10px;padding:1rem 0}.react-datepicker__current-month,.react-datepicker__day-name{color:#fff;font-weight:600}.react-datepicker__day{color:#2c3e50;border-radius:6px;transition:all .2s}.react-datepicker__day:hover{background-color:#e582011a;color:#e58201}.react-datepicker__day--selected,.react-datepicker__day--keyboard-selected{background-color:#e58201;color:#fff;font-weight:600}.react-datepicker__day--disabled{color:#ccc;cursor:not-allowed}.react-datepicker__navigation{top:1rem}.react-datepicker__navigation-icon:before{border-color:#fff}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px}.react-datepicker__month-option,.react-datepicker__year-option{padding:.5rem;transition:all .2s}.react-datepicker__month-option:hover,.react-datepicker__year-option:hover{background-color:#e582011a;color:#e58201}.react-datepicker__month-option--selected,.react-datepicker__year-option--selected{background-color:#e58201;color:#fff}.react-datepicker__month-select,.react-datepicker__year-select{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:.25rem .4rem;font-size:.9rem;font-weight:600;color:#2c3e50;font-family:inherit;cursor:pointer;transition:border-color .2s}.react-datepicker__month-select:focus,.react-datepicker__year-select:focus{outline:none;border-color:#e58201}.react-datepicker-popper{z-index:100000!important}
