@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}.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}.check-email-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease-out}.check-email-modal-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:500px;width:100%;position:relative;padding:2.5rem 2rem;animation:slideUp .3s ease-out;text-align:center}.check-email-modal-close{position:absolute;top:1rem;right:1rem;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}.check-email-modal-close:hover{color:#e58201}.check-email-modal-icon{font-size:4rem;margin-bottom:1.5rem;animation:iconPulse .5s ease-out}@keyframes iconPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.check-email-modal-title{color:#2c3e50;font-size:1.6rem;margin-bottom:1rem;font-weight:600}.check-email-modal-message{color:#555;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.check-email-conflicts{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:left}.check-email-conflicts h4{color:#856404;font-size:1rem;margin-bottom:.75rem;font-weight:600}.check-email-conflicts ul{list-style:none;padding:0;margin:0}.check-email-conflicts li{color:#856404;font-size:.95rem;margin-bottom:.5rem;padding-left:1.2rem;position:relative;line-height:1.5}.check-email-conflicts li:before{content:"⚠️";position:absolute;left:0;top:0}.check-email-conflicts li:last-child{margin-bottom:0}.check-email-conflicts li strong{color:#664d03}.check-email-modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.check-email-close-btn{background:linear-gradient(135deg,#e58201,#d67701);color:#fff;border:none;border-radius:8px;padding:.85rem 2.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e582014d}.check-email-close-btn:hover{background:linear-gradient(135deg,#d67701,#c56d01);box-shadow:0 6px 20px #e5820166;transform:translateY(-2px)}.check-email-close-btn:active{transform:translateY(0);box-shadow:0 2px 10px #e582014d}@media(max-width:768px){.check-email-modal-content{padding:2rem 1.5rem;max-width:95%}.check-email-modal-icon{font-size:3rem;margin-bottom:1rem}.check-email-modal-title{font-size:1.4rem}.check-email-modal-message{font-size:1rem}.check-email-conflicts{padding:.85rem 1rem}.check-email-conflicts li{font-size:.9rem}.check-email-close-btn{padding:.75rem 2rem;font-size:1rem}}@media(max-width:480px){.check-email-modal-content{padding:1.5rem 1rem}.check-email-modal-icon{font-size:2.5rem}.check-email-modal-title{font-size:1.3rem}.check-email-modal-message{font-size:.95rem}.check-email-close-btn{padding:.7rem 1.5rem;width:100%}}.confirmation-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem}.confirmation-modal-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.confirmation-modal-close{position:absolute;top:1rem;right:1rem;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}.confirmation-modal-close:hover{color:#e58201}.confirmation-modal-content h2{color:#2c3e50;margin-bottom:.5rem;font-size:1.8rem}.confirmation-subtitle{color:#666;margin-bottom:2rem;font-size:1rem}.confirmation-details{margin-bottom:2rem}.confirmation-section{background:#f9f6f2;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.confirmation-section:last-child{margin-bottom:0}.confirmation-section h3{color:#e58201;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.confirmation-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.confirmation-item:last-child{border-bottom:none}.confirmation-label{color:#666;font-weight:600;font-size:.95rem}.confirmation-value{color:#2c3e50;font-weight:500;text-align:right;text-transform:capitalize}.confirmation-value-email{color:#2c3e50;font-weight:500;text-align:right;text-transform:lowercase}.confirmation-value.highlight{color:#e58201;font-size:1.5rem;font-weight:700}.refund-policy-warning{background:#fff3cd;border:2px solid #ffc107;border-radius:12px;padding:1.5rem;margin:1.5rem 0;display:flex;gap:1rem}.warning-icon{font-size:2rem;flex-shrink:0}.warning-content{flex:1}.warning-content h4{color:#856404;margin:0 0 .5rem;font-size:1.1rem}.warning-content p{color:#856404;margin:0 0 1rem;font-size:.95rem;line-height:1.5}.terms-link{color:#e58201;font-weight:600;text-decoration:underline;transition:color .2s}.terms-link:hover{color:#c76d00}.terms-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;background:#fff;border-radius:8px;border:2px solid #ffc107;transition:background .2s}.terms-checkbox-label:hover{background:#fffbf0}.terms-checkbox{width:20px;height:20px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:#e58201}.terms-checkbox-label span{color:#856404;font-weight:600;font-size:.95rem;line-height:1.4}.confirmation-actions{display:flex;gap:1rem;margin-top:2rem}.confirmation-actions button{flex:1;padding:1rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.btn-cancel:hover{background:#e0e0e0;color:#2c3e50}.btn-accept{background:linear-gradient(90deg,#e58201,#ff9100);color:#fff;box-shadow:0 4px 16px #e582014d}.btn-accept:hover{box-shadow:0 6px 20px #e5820166;transform:translateY(-2px)}@media(max-width:600px){.confirmation-modal-content{padding:1.5rem}.confirmation-actions{flex-direction:column}.confirmation-item{flex-direction:column;align-items:flex-start;gap:.5rem}.confirmation-value{text-align:left}}.loading-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:10000}.loading-modal-content{background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 10px 40px #0000004d;max-width:400px}.spinner{width:60px;height:60px;margin:0 auto 1.5rem;border:4px solid #f3f3f3;border-top:4px solid #d32f2f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.loading-subtitle{font-size:.95rem;color:#666;margin:0}.service-purchase-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;overflow-y:auto}.service-purchase-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:40px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.service-purchase-close{position:absolute;top:20px;right:20px;background:transparent;border:none;font-size:24px;color:#666;cursor:pointer;transition:color .2s ease;padding:5px;display:flex;align-items:center;justify-content:center;z-index:1}.service-purchase-close:hover{color:#333}.service-purchase-title{font-size:28px;font-weight:700;color:#333;margin-bottom:10px;text-align:center}.service-purchase-subtitle{font-size:16px;color:#666;text-align:center;margin-bottom:30px}.service-purchase-form{display:flex;flex-direction:column;gap:30px}.form-section{display:flex;flex-direction:column;gap:15px}.form-section h3{font-size:20px;font-weight:600;color:#333;margin-bottom:10px;border-bottom:2px solid #f0f0f0;padding-bottom:8px}.services-selection{display:flex;flex-direction:column;gap:15px}.service-checkbox-wrapper{cursor:pointer}.service-checkbox-input{display:none}.service-checkbox-card{display:flex;justify-content:space-between;align-items:center;padding:20px;border:2px solid #e0e0e0;border-radius:8px;background:#f9f9f9;transition:all .3s ease}.service-checkbox-input:checked+.service-checkbox-card{border-color:#4a90e2;background:#f0f7ff}.service-checkbox-card:hover{border-color:#4a90e2;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e226}.service-info h4{font-size:18px;font-weight:600;color:#333;margin-bottom:5px}.service-description{font-size:14px;color:#666;margin:0}.service-price{font-size:24px;font-weight:700;color:#4a90e2}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333;display:flex;align-items:center}.form-group input,.form-group select{padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:15px;transition:all .2s ease;background:#fff;color:#333}.form-group input:focus,.form-group select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.form-group input.error,.form-group select.error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:13px;margin-top:5px;display:block}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.payment-method-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:15px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.payment-method-btn:hover{border-color:#4a90e2;color:#4a90e2}.payment-method-btn.active{border-color:#4a90e2;background:#f0f7ff;color:#4a90e2}.payment-method-btn svg{font-size:20px}.payment-fields{display:flex;flex-direction:column;gap:15px;padding-top:10px}.payment-note{background:#f8f9fa;border-left:4px solid #4a90e2;padding:12px 15px;border-radius:4px;font-size:14px;color:#666;margin:0}.order-summary{background:#f8f9fa;border-radius:8px;padding:20px;margin-top:10px}.order-summary h3{font-size:18px;font-weight:600;color:#333;margin-bottom:15px;border-bottom:2px solid #e0e0e0;padding-bottom:10px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:15px;color:#666;border-bottom:1px solid #e0e0e0}.summary-row:last-child{border-bottom:none}.summary-row.total{font-size:20px;font-weight:700;color:#333;padding-top:15px;margin-top:10px;border-top:2px solid #333}.summary-row.total span:last-child{color:#4a90e2;font-size:24px}.submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:10px;box-shadow:0 4px 15px #4a90e24d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266}.submit-btn:active{transform:translateY(0)}@media(max-width:768px){.service-purchase-modal{padding:30px 20px;max-height:95vh}.service-purchase-title{font-size:24px}.service-purchase-subtitle{font-size:14px}.form-row,.payment-methods{grid-template-columns:1fr}.service-checkbox-card{flex-direction:column;gap:15px;text-align:center}.service-price{font-size:20px}.submit-btn{font-size:16px;padding:14px}}@media(max-width:480px){.service-purchase-overlay{padding:10px}.service-purchase-modal{padding:20px 15px}.service-purchase-title{font-size:20px}.form-section h3,.summary-row.total{font-size:18px}.summary-row.total span:last-child{font-size:20px}}.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}}.user-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 1rem}.user-dashboard__container{max-width:1200px;margin:0 auto}.user-dashboard__header{text-align:center;color:#fff;margin-bottom:3rem}.user-dashboard__title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.user-dashboard__subtitle{font-size:1.25rem;opacity:.95}.dashboard-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.dashboard-card__title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.dashboard-card__content{color:#555}.dashboard-card__text{line-height:1.6;margin-bottom:1rem;color:#666}.dashboard-card--help{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dashboard-card--help .dashboard-card__title{color:#fff;border-bottom-color:#ffffff4d}.dashboard-card--help .dashboard-card__text{color:#fffffff2}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item__label{font-weight:600;color:#666;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.info-item__value{font-size:1.1rem;color:#333;font-weight:500}.info-item__value--success{color:#4caf50;font-weight:600}.info-item__input{font-size:1.1rem;color:#333;font-weight:500;padding:.5rem .75rem;border:2px solid #667eea;border-radius:6px;background:#f8f9ff;transition:all .3s ease;width:100%}.info-item__input:focus{outline:none;border-color:#764ba2;background:#fff;box-shadow:0 0 0 3px #667eea1a}.info-item__datepicker-wrapper{width:100%}.info-item__datepicker-wrapper .react-datepicker__input-container input{font-size:1.1rem;color:#333;font-weight:500;padding:.5rem .75rem;border:2px solid #667eea;border-radius:6px;background:#f8f9ff;transition:all .3s ease;width:100%;box-sizing:border-box;font-family:inherit}.info-item__datepicker-wrapper .react-datepicker__input-container input:focus{outline:none;border-color:#764ba2;background:#fff;box-shadow:0 0 0 3px #667eea1a}.dashboard-btn--edit{transition:all .3s ease}.dashboard-btn--edit:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.dashboard-card__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.dashboard-card__title-row .dashboard-card__title{margin-bottom:0;padding-bottom:0;border-bottom:none}.dashboard-card__edit-btn{padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:#667eea;background:transparent;border:2px solid #667eea;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dashboard-card__edit-btn:hover{background:#667eea;color:#fff}.dashboard-card__action-btns{display:flex;gap:.5rem}.dashboard-card__save-btn{padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:#667eea;border:2px solid #667eea;border-radius:6px;cursor:pointer;transition:all .2s ease}.dashboard-card__save-btn:hover:not(:disabled){background:#764ba2;border-color:#764ba2}.dashboard-card__save-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-card__cancel-btn{padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:#666;background:transparent;border:2px solid #ccc;border-radius:6px;cursor:pointer;transition:all .2s ease}.dashboard-card__cancel-btn:hover:not(:disabled){background:#f0f0f0}.dashboard-card__cancel-btn:disabled{opacity:.6;cursor:not-allowed}.info-item__notice{font-size:.8rem;color:#667eea;font-style:italic}.progress-steps{display:flex;flex-direction:column;gap:0}.progress-step{display:flex;gap:1.5rem;position:relative}.progress-step__indicator{flex-shrink:0;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;background:#e0e0e0;border:4px solid #fff;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.progress-step__number{font-size:1.5rem;font-weight:700;color:#999}.progress-step__check{position:absolute;width:30px;height:30px;color:#fff;display:none}.progress-step__content{flex:1;padding:.5rem 0 2rem}.progress-step__title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.progress-step__description{color:#666;line-height:1.6;margin-bottom:.5rem}.progress-step__date{color:#999;font-size:.9rem;font-weight:500}.progress-connector{width:4px;height:40px;background:#e0e0e0;margin-left:28px;transition:background .3s ease}.progress-step--completed .progress-step__indicator{background:linear-gradient(135deg,#4caf50,#45a049);border-color:#4caf50}.progress-step--completed .progress-step__number{display:none}.progress-step--completed .progress-step__check{display:block}.progress-step--completed~.progress-connector{background:linear-gradient(180deg,#4caf50,#e0e0e0)}.progress-step--current .progress-step__indicator{background:linear-gradient(135deg,#2196f3,#1976d2);border-color:#2196f3;animation:pulse 2s infinite}.progress-step--current .progress-step__number{color:#fff}.progress-step--pending .progress-step__indicator{background:#f5f5f5;border-color:#e0e0e0}@keyframes pulse{0%,to{box-shadow:0 2px 4px #0000001a,0 0 #2196f3b3}50%{box-shadow:0 2px 4px #0000001a,0 0 0 10px #2196f300}}.dashboard-btn{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;box-shadow:0 2px 4px #0000001a}.dashboard-btn--primary{background:#fff;color:#667eea}.dashboard-btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media(max-width:768px){.user-dashboard__title{font-size:2rem}.user-dashboard__subtitle{font-size:1rem}.dashboard-card{padding:1.5rem}.dashboard-card__title{font-size:1.25rem}.info-grid{grid-template-columns:1fr;gap:1.25rem}.progress-step{gap:1rem}.progress-step__indicator{width:50px;height:50px}.progress-step__number{font-size:1.25rem}.progress-step__check{width:25px;height:25px}.progress-connector{margin-left:23px;height:30px}.progress-step__title{font-size:1.1rem}.progress-step__description{font-size:.95rem}}.support-form{margin-top:1.5rem}.support-textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;line-height:1.6;resize:vertical;min-height:150px;transition:border-color .3s ease}.support-textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.support-textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.character-counter{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.9rem;color:#666}.character-counter--warning,.character-counter__warning{color:#f57c00;font-weight:600}.support-message{padding:1rem;border-radius:8px;margin-top:1rem;font-weight:500}.support-message--success{background-color:#e8f5e9;color:#2e7d32;border-left:4px solid #4caf50}.support-message--error{background-color:#ffebee;color:#c62828;border-left:4px solid #f44336}.support-form-actions{display:flex;gap:1rem;margin-top:1.5rem}.dashboard-btn--secondary{background:#fff;color:#1976d2;border:2px solid #1976d2}.dashboard-btn--secondary:hover:not(:disabled){background:#f5f5f5}.dashboard-btn--secondary:disabled{border-color:#ccc;color:#999;cursor:not-allowed;opacity:.5}.dashboard-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.support-form-actions{flex-direction:column}.support-textarea{min-height:120px}}.back__btn{display:flex;align-items:center;gap:7px;position:fixed;top:90px;left:20px;z-index:60;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1.5px solid rgba(229,130,1,.4);border-radius:50px;color:#2c3e50;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:.3px;white-space:nowrap;padding:8px 18px 8px 14px;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;box-shadow:0 4px 16px #0000001f;transition:background .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.back__btn:hover{background:#e58201;border-color:#e58201;color:#fff;box-shadow:0 6px 20px #e5820173;transform:translate(-3px)}.back__btn:active{background:#c47000;border-color:#c47000;color:#fff;transform:translate(-1px);box-shadow:0 3px 10px #e5820159}.back__btn__icon{flex-shrink:0;transition:transform .25s ease}.back__btn:hover .back__btn__icon{transform:translate(-3px)}@media(max-width:768px){.back__btn{display:none}}.lazy-image-container{position:relative;overflow:hidden;background-color:#f5f5f5;width:100%;height:100%}.lazy-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lazy-image-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 20%,#f0f0f0 40% 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.lazy-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out,filter .3s ease-in-out}.lazy-image-loading{opacity:0;filter:blur(10px)}.lazy-image-loaded{opacity:1;filter:blur(0)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.lazy-image-loaded{animation:fadeIn .4s ease-out}.lightbox__wrapper{justify-content:center;display:flex;flex-wrap:wrap;gap:2em;width:100%;max-width:100%;box-sizing:border-box;padding:0 1rem}.lightbox__wrapper img{cursor:pointer}.lightbox__wrapper h4{text-align:center}.lightbox__card{max-width:300px;width:100%}.lightbox__card-content{text-align:center;margin-top:.5rem;padding:0 .5rem;width:100%;box-sizing:border-box}.lightbox__card-title{margin:.25rem 0;font-size:1rem;font-weight:600;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}.lightbox__card-major{margin:.15rem 0;font-size:.9rem;color:#666;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3}.lightbox__card-scholarship{margin:.15rem 0;font-size:.85rem;color:#888;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3}.lightbox__img{width:300px;height:400px;max-width:100%;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:all .4s ease-in-out;cursor:pointer}.lightbox__card .lazy-image-container{width:300px;height:400px;max-width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:all .4s ease-in-out}.lightbox__card .lazy-image-container:hover{transform:translateY(-10px);box-shadow:0 8px 24px #0003}.lightbox__card .lazy-image-container:hover .lazy-image-loaded{opacity:.6}.overlay{position:fixed;top:0;left:0;right:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;z-index:999}.overlay img{display:block;max-width:90%;max-height:80%;margin:60px auto;box-shadow:0 8px 32px #0009;border-radius:8px}.overlay>span{position:absolute;top:20px;right:20px;font-size:24px;color:#fff;background-color:#000000b3;border-radius:50%;padding:8px 12px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid rgba(255,255,255,.2);font-weight:700;line-height:1}.overlay>span:hover{background-color:#ff3b30cc;transform:scale(1.1);border-color:#fff6}.overlay-arrows_left{display:flex;background-color:#000000b3;border-radius:50%;justify-content:center;align-items:center;position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;left:20px;z-index:999;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid rgba(255,255,255,.2)}.overlay-arrows_left:hover{background-color:#000000e6;transform:translateY(-50%) scale(1.1);border-color:#fff6}.overlay-arrows_left svg{width:24px;height:24px;fill:#fff}.overlay-arrows_right svg{width:24px;height:24px;fill:#fff}.overlay-arrows_right{display:flex;background-color:#000000b3;border-radius:50%;justify-content:center;align-items:center;position:absolute;right:20px;width:45px;height:45px;top:50%;transform:translateY(-50%);z-index:999;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid rgba(255,255,255,.2)}.overlay-arrows_right:hover{background-color:#000000e6;transform:translateY(-50%) scale(1.1);border-color:#fff6}@media(max-width:1200px){.lightbox__wrapper{gap:1.5em;padding:0 2rem}.lightbox__img{width:280px;height:380px}}@media(max-width:900px){.lightbox__wrapper{gap:1em;padding:0 1rem}.lightbox__img{width:250px;height:320px}.overlay>span{top:15px;right:15px;font-size:20px;padding:6px 10px}.overlay-arrows_left,.overlay-arrows_right{width:40px;height:40px}.overlay-arrows_left{left:15px}.overlay-arrows_right{right:15px}.overlay-arrows_left svg,.overlay-arrows_right svg{width:20px;height:20px}}@media(max-width:780px){.lightbox__wrapper{gap:.8em;padding:0 .5rem}.lightbox__img{width:200px;height:260px}.overlay img{max-width:95%;max-height:85%;margin:40px auto}.overlay>span{top:10px;right:10px;font-size:18px;padding:5px 8px;min-width:30px;min-height:30px;display:flex;align-items:center;justify-content:center}.overlay-arrows_left,.overlay-arrows_right{width:35px;height:35px}.overlay-arrows_left{left:10px}.overlay-arrows_right{right:10px}.overlay-arrows_left svg,.overlay-arrows_right svg{width:18px;height:18px}}@media(max-width:600px){.lightbox__wrapper{gap:.5em;padding:0 .25rem}.lightbox__img{width:150px;height:200px}.overlay>span{top:8px;right:8px;font-size:16px;padding:4px 6px;min-width:28px;min-height:28px}.overlay-arrows_left,.overlay-arrows_right{width:32px;height:32px}.overlay-arrows_left{left:8px}.overlay-arrows_right{right:8px}.overlay-arrows_left svg,.overlay-arrows_right svg{width:16px;height:16px}}@media(max-width:400px){.lightbox__wrapper{gap:.3em;padding:0}.lightbox__img{width:120px;height:160px}.overlay>span{top:5px;right:5px;font-size:14px;padding:3px 5px;min-width:26px;min-height:26px}.overlay-arrows_left,.overlay-arrows_right{width:30px;height:30px}.overlay-arrows_left{left:5px}.overlay-arrows_right{right:5px}.overlay-arrows_left svg,.overlay-arrows_right svg{width:14px;height:14px}.overlay img{margin:30px auto;max-width:98%;max-height:90%}}*,*:before,*:after{box-sizing:border-box}.img-slider-img{object-fit:cover;width:100%;height:100%;display:block;flex-shrink:0;flex-grow:0;border-radius:12px;box-shadow:0 4px 20px #0000001a}.img-slider-img-wrapper{position:relative;width:100%;height:100%;flex-shrink:0;flex-grow:0}.img-slider-img-wrapper .lazy-image-container{width:100%;height:100%;border-radius:12px}.img-slider-btn{all:unset;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid rgba(255,255,255,.2);cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:10}.img-slider-btn:hover,.img-slider-btn:focus-visible{background-color:#000000e6;transform:translateY(-50%) scale(1.1);border-color:#fff6;box-shadow:0 4px 20px #0000004d}.img-slider-btn:first-of-type{left:20px}.img-slider-btn:last-of-type{right:20px}.img-slider-btn>*{stroke:none;fill:#fff;width:20px;height:20px;transition:all .2s ease}.img-slider-btn:hover>*,.img-slider-btn:focus-visible>*{width:22px;height:22px}@keyframes squish{50%{scale:1.3 .7}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.img-slider-dot-btn{all:unset;display:block;cursor:pointer;width:12px;height:12px;border-radius:50%;background-color:#fff9;border:2px solid rgba(255,255,255,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.img-slider-dot-btn:hover,.img-slider-dot-btn:focus-visible{background-color:#ffffffe6;transform:scale(1.2);box-shadow:0 2px 8px #0000004d}.img-slider-dot-btn.active{background-color:#fff;border-color:#fff;transform:scale(1.1);box-shadow:0 2px 12px #0006}.img-slider-dot-btn>*{display:none}.img-slider-dot-btn:focus-visible,.img-slider-btn:focus-visible{outline:auto}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;border:0;clip:rect(0,0,0,0)}.skip-link:focus-visible{top:0;left:0;border:1px solid black;background-color:#fff;padding:.5rem;width:auto;height:auto;margin:0;clip:unset;text-decoration:none;color:#000;z-index:100}@media not (prefers-reduced-motion){.img-slider-img{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.img-slider-btn:hover>*,.img-slider-btn:focus-visible>*{animation:squish .25s ease-in-out}.img-slider-dot-btn.active{animation:pulse 2s ease-in-out infinite}}@media(max-width:768px){.img-slider-btn{width:40px;height:40px}.img-slider-btn:first-of-type{left:15px}.img-slider-btn:last-of-type{right:15px}.img-slider-btn>*{width:18px;height:18px}.img-slider-btn:hover>*,.img-slider-btn:focus-visible>*{width:20px;height:20px}.img-slider-dot-btn{width:10px;height:10px}.img-slider-img{border-radius:8px}}@media(max-width:480px){.img-slider-btn{width:35px;height:35px}.img-slider-btn:first-of-type{left:10px}.img-slider-btn:last-of-type{right:10px}.img-slider-btn>*{width:16px;height:16px}.img-slider-btn:hover>*,.img-slider-btn:focus-visible>*{width:18px;height:18px}.img-slider-dot-btn{width:8px;height:8px}.img-slider-img{border-radius:6px}}@media(hover:none)and (pointer:coarse){.img-slider-btn{background-color:#000c}.img-slider-dot-btn{background-color:#fffc;transform:scale(1.1)}.img-slider-dot-btn.active{background-color:#fff;transform:scale(1.2)}}.hero__container{position:relative}.hero__items{width:100%;height:100%;padding-top:3.5em;position:absolute;color:#fff;text-align:left;font-weight:600;font-size:28px;z-index:30;-webkit-user-select:none;user-select:none}.hero__items h3{text-align:left;margin-left:2em;margin-bottom:-10px;font-size:50px;color:#fff}.hero__items p{padding:0 3.5em}.hero__img__background{width:100%;height:500px;object-fit:cover}.hero__container img{opacity:.9;-webkit-filter:grayscale(100%);filter:grayscale(20%)}@media(max-width:900px){.hero__items{padding:5em 1em 0;font-size:19px;text-align:center}.hero__items h3{margin-left:0;text-align:center;font-size:30px}.hero__items p{padding-left:0}.hero__img__background{width:100%;height:400px}}@media(max-width:480px){.hero__items{padding-top:6em;font-size:16px;text-align:center}.hero__items h3{margin-left:0;text-align:center}}.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%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(1);transition:opacity 2s ease-in-out,transform 8s ease-in-out}.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;max-height:400px}.home-modal__image img{width:100%;height:100%;object-fit:cover;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{max-height:250px;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__image{max-height:200px}.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}}.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__info__img{width:450px;height:350px;object-fit:cover;border-radius:15px;box-shadow:0 8px 25px #00000026;transition:.4s all ease-in-out;flex-shrink:0}.home__mie__info__img:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 40px #0003}.home__mie__p{text-align:center;font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.8;color:#444;margin-bottom:2rem}.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}.home__gallery2{width:100%;max-width:900px;min-width:700px;aspect-ratio:10 / 6;margin:0 auto}@media(max-width:1400px){.home__container{padding:0 1.5rem}.home__mie__info__img{width:400px;height:320px;margin:0 auto}.home__mie__p{padding:0;margin-bottom:1rem}.home__mie__booklets__p{padding:2rem;margin-bottom:1rem}.home__list{max-width:900px;margin:2rem auto 0}}@media screen and (max-width:1200px){.home__mie__info__img{display:none}}@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}.home__gallery2{min-width:0}.info__btn{width:240px;height:45px;font-size:1rem}}.home__mie__info__summer{flex-direction:column;text-align:center;gap:2rem;padding:2rem 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__p{text-align:justify;padding:0;margin-bottom:1rem}.home__mie__booklets__p{text-align:justify;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;padding:0 1.4rem;margin-bottom:1rem}}.study-programs-section{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:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:0}.study-programs-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.study-programs-header{text-align:center;margin-bottom:4rem}.study-programs-title{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{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{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.program-card{background:#ffffff1a!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;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:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1f268780;background:#ffffff26;border-color:#e5820180}.program-card-content{padding:2rem;display:flex;flex-direction:column;flex:1}.program-card-title{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{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{display:flex;gap:1rem;margin-top:auto}.program-btn{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{background:linear-gradient(135deg,#e58201,#d67600);color:#fff;box-shadow:0 4px 15px #e5820166}.program-btn-primary:hover{background:linear-gradient(135deg,#d67600,#c56a00);transform:scale(1.02);box-shadow:0 6px 20px #e5820199}.program-btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.program-btn-secondary: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{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.program-card-title{font-size:1.35rem}.program-card-description{font-size:.95rem}}@media(max-width:768px){.study-programs-section{padding:3rem 1rem}.study-programs-grid{grid-template-columns:1fr;gap:1.5rem}.program-card-actions{flex-direction:column}.program-btn{width:100%}.program-card-title,.program-card-description{min-height:auto}}@media(max-width:480px){.study-programs-section{padding:2rem 1rem}.study-programs-header{margin-bottom:2rem}.program-card-content{padding:1.5rem}.program-card-title{font-size:1.25rem}.program-card-description{font-size:.9rem}.program-btn{padding:.65rem 1.25rem;font-size:.95rem}}.scholarship-cards-section{width:100%;padding:1rem 0 9rem;background:#fff;min-height:50vh;display:flex;align-items:center;justify-content:center}.scholarship-cards-section .card__home .info{opacity:1;transform:translateY(0)}.scholarship-cards-section .card__home .info h4{opacity:1;transform:translateY(0);transition:all .4s ease}.scholarship-cards-section .card__home .info p,.scholarship-cards-section .card__home .info .btn{opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.scholarship-cards-section .card__home:hover .info p,.scholarship-cards-section .card__home:hover .info .btn{opacity:1;transform:translateY(0)}.scholarship-cards-section .card__home:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080,#000000b3);z-index:1;transition:all .4s ease}.scholarship-cards-section .card__home:hover:after{background:linear-gradient(to bottom,#0000001a,#0000004d 40%,#000c)}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._typeBadge_8qfxp_1{display:inline-block;background:linear-gradient(90deg,#007aff,#00c6fb);color:#fff;font-size:13.5px;font-weight:600;letter-spacing:.04em;border-radius:8px;padding:4px 14px;margin-bottom:18px;margin-top:2px;box-shadow:0 1px 6px #007aff1a;text-align:center;width:fit-content;align-self:center}._universityRow_8qfxp_18{display:flex;align-items:center;gap:10px;margin-bottom:16px;margin-top:-6px;justify-content:center}._universityLogo_8qfxp_27{width:32px;height:32px;object-fit:contain;border-radius:6px;background:#fff;box-shadow:0 1px 4px #00000012}._universityName_8qfxp_36{font-size:15.5px;font-weight:600;color:#007aff;letter-spacing:.01em;font-family:Inter,Segoe UI,Arial,sans-serif;background:#007aff12;border-radius:6px;padding:2px 10px}._overlay_8qfxp_47{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e222c73;backdrop-filter:blur(6px) saturate(1.2);-webkit-backdrop-filter:blur(6px) saturate(1.2);display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_8qfxp_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _fadeIn_8qfxp_1{0%{opacity:0}to{opacity:1}}._content_8qfxp_72{background:#ffffffd9;border-radius:20px;padding:32px 28px 28px;min-width:320px;max-width:420px;box-shadow:0 8px 32px #1f26872e,0 1.5px 8px #0000001a;border:1.5px solid rgba(255,255,255,.25);position:relative;display:flex;flex-direction:column;align-items:center;outline:none;animation:_scaleIn_8qfxp_1 .35s cubic-bezier(.4,0,.2,1)}@keyframes _scaleIn_8qfxp_1{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}._closeBtn_8qfxp_101{position:absolute;top:16px;right:16px;background:#f5f5f7d9;border:none;border-radius:50%;width:36px;height:36px;font-size:22px;cursor:pointer;color:#222;line-height:1;box-shadow:0 1px 4px #00000012;transition:background .18s,color .18s,box-shadow .18s;display:flex;align-items:center;justify-content:center}._closeBtn_8qfxp_101:hover,._closeBtn_8qfxp_101:focus{background:#f0f0f3;color:#007aff;box-shadow:0 2px 8px #00000021}._avatar_8qfxp_130{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:18px;border:3px solid #fff;box-shadow:0 2px 12px #0000001a,0 .5px 2px #00000014;background:#f7f7fa}._author_8qfxp_143{margin:0;font-size:21px;font-weight:700;color:#1a1a1a;letter-spacing:.01em;font-family:Inter,Segoe UI,Arial,sans-serif}._title_8qfxp_152{margin:4px 0 14px;color:#4d5b7c;font-size:15.5px;font-weight:500;letter-spacing:.01em;font-family:Inter,Segoe UI,Arial,sans-serif}._text_8qfxp_161{font-size:16.5px;line-height:1.7;color:#23272f;text-align:center;margin-top:0;margin-bottom:0;font-family:Inter,Segoe UI,Arial,sans-serif}._swiperNav_8qfxp_171{display:flex;align-items:center;width:100%;justify-content:space-between;gap:16px;margin-bottom:2px}._slide_8qfxp_180{flex:1 1 0;display:flex;flex-direction:column;align-items:center;min-width:0}._arrowBtn_8qfxp_188{background:#f5f5f7eb;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:23px;color:#4d5b7c;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s;box-shadow:0 1.5px 6px #00000014}._arrowBtn_8qfxp_188:hover:not(:disabled),._arrowBtn_8qfxp_188:focus:not(:disabled){background:#e6f0ff;color:#007aff;box-shadow:0 2.5px 10px #007aff1a}._arrowBtn_8qfxp_188:disabled{opacity:.35;cursor:not-allowed}._arrow_8qfxp_188{pointer-events:none}._pagination_8qfxp_220{display:flex;gap:8px;margin-top:20px;justify-content:center;width:100%}._dot_8qfxp_227,._dotActive_8qfxp_228{width:11px;height:11px;border-radius:50%;border:none;background:#e0e0e0;cursor:pointer;padding:0;transition:background .18s,box-shadow .18s;box-shadow:0 .5px 2px #00000012}._dot_8qfxp_227:hover:not(:disabled),._dot_8qfxp_227:focus:not(:disabled){background:#b3d6ff;box-shadow:0 1.5px 6px #007aff1a}._dotActive_8qfxp_228{background:#007aff;cursor:default;box-shadow:0 2px 8px #007aff21}@media(max-width:600px){._content_8qfxp_72{min-width:0;max-width:96vw;padding:18px 6vw;border-radius:14px}._avatar_8qfxp_130{width:64px;height:64px;margin-bottom:12px}._author_8qfxp_143{font-size:18px}._title_8qfxp_152{font-size:14px}._text_8qfxp_161{font-size:15px}._arrowBtn_8qfxp_188{width:36px;height:36px;font-size:18px}._pagination_8qfxp_220{margin-top:14px}}._wrapper_1ddun_1{text-align:center;opacity:0;transform:translateY(40px);transition:opacity 1.8s ease,transform 1.8s ease}._wrapper_1ddun_1._visible_1ddun_10{opacity:1;transform:translateY(0)}._sub_1ddun_15{font-size:clamp(.9rem,3vw,1.2rem);letter-spacing:2px;text-transform:uppercase;text-align:center;color:#2e74c7;margin-bottom:6px}._title_1ddun_24{font-size:clamp(1.2rem,5vw,2.5rem);font-weight:700;color:var(--color-primary);margin:0 0 2.5rem;position:relative;z-index:2}._title_1ddun_24:after{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:768px){._sub_1ddun_15{font-size:13px;letter-spacing:1.5px}._title_1ddun_24{font-size:28px;margin-bottom:32px}}@media(max-width:480px){._title_1ddun_24{font-size:24px;margin-bottom:24px}}._section_18f2z_1{padding:96px 0 108px;background:#f7f8fc;position:relative;overflow:hidden}._section_18f2z_1:before{content:"“";position:absolute;top:0;left:50%;transform:translate(-50%);font-size:360px;font-family:Georgia,serif;color:#c8102e0a;pointer-events:none;line-height:1;-webkit-user-select:none;user-select:none}._container_18f2z_22{width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;box-sizing:border-box}._carousel_18f2z_31{margin-top:1rem;padding:8px 4px 0!important}._carouselWrapper_18f2z_36{position:relative;padding-bottom:48px}._navBtn_18f2z_41{position:absolute;bottom:0;width:40px;height:40px;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 14px #0000001a;color:var(--color-primary);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,box-shadow .2s,color .2s;z-index:10}._navPrev_18f2z_63{left:calc(50% - 48px)}._navNext_18f2z_67{left:calc(50% + 8px)}._navBtn_18f2z_41:hover{background:var(--color-primary);color:#fff;box-shadow:0 6px 18px #c8102e40}._card_18f2z_78{display:flex;flex-direction:column;gap:14px;background:#fff;border-radius:16px;padding:28px 24px 22px;text-decoration:none;height:100%;min-height:330px;max-height:330px;box-sizing:border-box;box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}._card_18f2z_78:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a,0 4px 10px #c8102e14}._stripe_18f2z_108{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary),#f5a623);border-radius:16px 16px 0 0}._quoteIcon_18f2z_119{font-size:22px;color:var(--color-primary);opacity:.25;line-height:1;margin-bottom:-4px}._stars_18f2z_128{font-size:14px;color:#f5a623;letter-spacing:2px}._content_18f2z_135{font-size:14px;line-height:1.75;color:#444;flex:1;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}._cardFooter_18f2z_147{display:flex;align-items:center;gap:12px;border-top:1px solid #f0f0f0;padding-top:14px;margin-top:4px}._avatar_18f2z_156{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),#f5a623);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}._meta_18f2z_170{display:flex;flex-direction:column;gap:3px;min-width:0}._author_18f2z_177{font-size:13px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sub_18f2z_186{font-size:12px;color:#888;display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._typeBadge_18f2z_197{display:inline-flex;align-items:center;padding:1px 7px;background:#fff0f3;color:var(--color-primary);border-radius:20px;font-size:10px;font-weight:700;flex-shrink:0}@media(max-width:600px){._container_18f2z_22{padding:2rem 1.5rem}._section_18f2z_1:before{content:"“";position:absolute;top:-15px;font-size:300px}}._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}}.activity-gallery-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.activity-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.gallery-item{cursor:pointer;transition:transform .3s ease}.gallery-item:hover{transform:translateY(-8px)}.gallery-image-wrapper{position:relative;width:100%;padding-bottom:75%;overflow:hidden;border-radius:12px;box-shadow:0 4px 6px #0000001a;background:#f5f5f5}.gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:12px}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-text{color:#fff;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.gallery-info{margin-top:1rem;text-align:center}.gallery-title{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem}.gallery-subtitle{font-size:.95rem;color:#666;margin:0}.gallery-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination-btn,.pagination-number{padding:.75rem 1rem;border:2px solid #e0e0e0;background:#fff;color:#333;font-size:1rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;min-width:45px}.pagination-btn:hover:not(:disabled),.pagination-number:hover{background:#e58201;color:#fff!important;border-color:#e58201}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-number.active{background:#e58201;color:#fff!important;border-color:#e58201}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.lightbox-close{position:absolute;top:2rem;right:2rem;background:#ffffff1a;border:2px solid white;color:#fff;font-size:1.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10002}.lightbox-close:hover{background:#fff3;transform:rotate(90deg)}.lightbox-content{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;z-index:10001}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 40px #00000080}.lightbox-info{margin-top:1.5rem;text-align:center;color:#fff}.lightbox-info h3{font-size:1.5rem;margin:0 0 .5rem}.lightbox-info p{font-size:1.1rem;color:#ccc;margin:0 0 1rem}.lightbox-counter{display:inline-block;padding:.5rem 1rem;background:#ffffff1a;border-radius:20px;font-size:.9rem;color:#fff}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:2px solid white;color:#fff;font-size:1.5rem;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10002}.lightbox-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}@media(max-width:1200px){.activity-gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.activity-gallery-container{padding:2.5rem 1.5rem}}@media(max-width:900px){.activity-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.gallery-title{font-size:1rem}.gallery-subtitle{font-size:.9rem}.lightbox-nav{width:50px;height:50px;font-size:1.2rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-close{top:1rem;right:1rem;width:45px;height:45px;font-size:1.3rem}}@media(max-width:600px){.activity-gallery-container{padding:2rem 1rem}.activity-gallery-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-image-wrapper{padding-bottom:65%}.gallery-info{margin-top:.75rem}.gallery-title{font-size:1rem}.gallery-subtitle{font-size:.85rem}.pagination-btn,.pagination-number{padding:.6rem .8rem;font-size:.9rem;min-width:40px}.gallery-pagination{gap:.3rem;flex-wrap:wrap}.lightbox-content{max-width:95vw;max-height:85vh}.lightbox-image{max-height:70vh}.lightbox-info h3{font-size:1.2rem}.lightbox-info p{font-size:.95rem}.lightbox-counter{font-size:.85rem;padding:.4rem .8rem}.lightbox-nav{width:45px;height:45px;font-size:1.1rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{top:.5rem;right:.5rem;width:40px;height:40px;font-size:1.2rem}}@media(max-width:400px){.activity-gallery-container{padding:1.5rem .75rem}.activity-gallery-grid{gap:1.25rem}.pagination-btn,.pagination-number{padding:.5rem .7rem;font-size:.85rem;min-width:35px}}.pages{position:relative;margin-top:5rem;-webkit-user-select:none;user-select:none;width:100%;overflow-x:hidden}.slide__section{width:100%;height:auto}.city-filter-container{width:100%;max-width:1400px;margin:3rem auto 0;padding:0 2rem}.city-filter-tabs{display:flex;gap:.75rem;padding:1rem;background:#f8f9fa;border-radius:12px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#e58201 #f8f9fa}.city-filter-tabs::-webkit-scrollbar{height:6px}.city-filter-tabs::-webkit-scrollbar-track{background:#f8f9fa;border-radius:10px}.city-filter-tabs::-webkit-scrollbar-thumb{background:#e58201;border-radius:10px}.city-filter-tabs::-webkit-scrollbar-thumb:hover{background:#d67600}.city-filter-tab{flex-shrink:0;padding:.75rem 1.5rem;background:#fff;color:#2c3e50;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-transform:capitalize}.city-filter-tab:hover{background:#fff5e6;border-color:#e58201;color:#e58201;transform:translateY(-2px);box-shadow:0 4px 8px #e5820133}.city-filter-tab.active{background:linear-gradient(135deg,#e58201,#ff9100);color:#fff!important;border-color:#e58201;box-shadow:0 4px 12px #e582014d}.city-filter-tab.active:hover{background:linear-gradient(135deg,#d67600,#e58201);transform:translateY(-2px);box-shadow:0 6px 16px #e5820166}.lightbox__container{min-width:250px;height:auto;margin-top:2em}.scholarship__container{padding:20px;margin:0 auto;max-width:calc(100vw - 4rem);font-size:clamp(1.1rem,2vw,1.2rem);box-sizing:border-box;word-wrap:break-word;overflow-x:hidden;overflow-y:visible;width:100%;color:#4b5563;line-height:1.8}.scholarship__container h4{font-size:clamp(1.4rem,2.5vw,2rem)}.scholarship__container h5{font-size:clamp(1.1rem,2vw,1.3rem)}.certificate-paragraphs{margin:1.5em 0;text-align:justify;font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.8;color:#444;text-align:center}.scholarship__img__center{padding:2em 0;text-align:center;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.scholarship__container section article{margin:2em 0}.scholarship__container h6{text-align:center}.scholarship__container a{color:#000;text-decoration:none;cursor:pointer}.camp__lightbox__container{min-width:250px;margin:0 12rem}.responsive-table-container{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin-bottom:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.responsive-table-container table{margin-bottom:0;box-shadow:none;border-radius:0;width:100%}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;max-width:100%;overflow-x:auto}table,th,td{border:1px solid #e5e7eb}th{background-color:#f8f9fa;text-align:center;padding:.75rem .5rem;font-weight:600;color:#374151;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #3b82f6;white-space:nowrap;min-width:80px}td{padding:.75rem .5rem;vertical-align:top;font-size:1rem;line-height:1.4;color:#4b5563;word-wrap:break-word;overflow-wrap:anywhere;white-space:normal;max-width:150px}tbody tr:nth-child(2n){background-color:#f9fafb}tbody tr:hover{background-color:#f3f4f6;transition:background-color .2s ease}@media(max-width:768px){.city-filter-container{padding:0 1rem;margin:2rem auto 0}.city-filter-tabs{gap:.5rem;padding:.75rem}.city-filter-tab{padding:.6rem 1.2rem;font-size:.9rem}.responsive-table-container table{min-width:640px}}@media(max-width:480px){.pages{margin-top:4rem}.scholarship__container table:not(.responsive-table-container table) tr{padding:.75rem;margin-bottom:.75rem}.scholarship__container table:not(.responsive-table-container table) td{font-size:.85rem;padding:.4rem 0}}figcaption{text-align:center;font-size:13px;max-width:60%;margin:0 auto;font-style:italic}.welcome__container{height:auto;display:flex;text-align:center;justify-content:center;align-items:center}.welcome__container img{width:600px}.welcome__page{font-size:clamp(30px,4vw,60px);margin:0}@media(min-width:1200px){.scholarship__container{margin:0 auto;max-width:1200px;padding:20px 2rem}}@media(max-width:1199px){.scholarship__container{padding:20px 1.5rem;margin:0 auto;max-width:calc(100vw - 3rem)}.camp__lightbox__container{margin:0 auto;max-width:calc(100vw - 3rem);padding:0 1.5rem}}@media(max-width:900px){.scholarship__container{padding:15px 1rem;margin:0 auto;max-width:calc(100vw - 2rem)}.scholarship__img__center{padding:1.5em 0}.camp__lightbox__container{margin:0 auto;max-width:calc(100vw - 2rem);padding:0 1rem}.welcome__container img{width:90%;max-width:400px}}@media(max-width:768px){.scholarship__container{padding:10px 1rem;margin:0 auto;max-width:calc(100vw - 2rem)}.scholarship__img__center{padding:1em 0}.scholarship__container img{width:100%;max-width:500px;height:auto}.camp__lightbox__container{margin:0 auto;max-width:calc(100vw - 2rem);padding:0 1rem}.welcome__container{flex-direction:column;padding:0 1rem}.welcome__page{margin:0;padding:1rem 0}.welcome__container img{width:100%;max-width:350px}.scholarship__card{padding:1.5rem;margin:1.5rem 0;border-radius:12px}.card__section{padding:.75rem;margin:1rem 0}.section__list{padding-left:1.5rem}}@media(max-width:600px){.scholarship__container{margin:0 auto;padding:10px .75rem;max-width:calc(100vw - 1.5rem)}.scholarship__img__center{padding:.75em 0}.scholarship__container img{width:100%;max-width:400px}.camp__lightbox__container{margin:0 auto;max-width:calc(100vw - 1.5rem);padding:0 .75rem}.scholarship__card{padding:1rem;margin:1rem 0;border-radius:10px}.card__section{padding:.5rem;margin:.75rem 0}.section__list{padding-left:1rem}}@media(max-width:400px){.scholarship__container{padding:10px .5rem;max-width:calc(100vw - 1rem)}.scholarship__container img{width:100%;max-width:300px}}.certificates-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:3rem 0;padding:0 1rem}.certificate-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.certificate-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.certificate-card__image-wrapper{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f5f5f5}.certificate-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.certificate-card:hover .certificate-card__image{transform:scale(1.05)}.certificate-card__overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.certificate-card:hover .certificate-card__overlay{opacity:1}.certificate-card__zoom-icon{font-size:3rem;color:#fff}.certificate-card__info{padding:1.5rem;text-align:center}.certificate-card__university{font-size:1.1rem;font-weight:700;color:#2c3e50;margin:0 0 .3rem;line-height:1.4}.certificate-card__university-chinese{font-size:1rem;font-weight:600;color:#666;margin:0 0 .5rem;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,SimHei,sans-serif}.certificate-card__type{font-size:.95rem;color:#e58201;font-weight:600;margin:0}.certificate-lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}.certificate-lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;width:100%}.certificate-lightbox__close{position:absolute;top:-10px;right:0;background:transparent;border:none;color:#fff;font-size:3rem;cursor:pointer;padding:0;line-height:1;transition:transform .2s ease;z-index:10001}.certificate-lightbox__close:hover{transform:scale(1.2)}.certificate-lightbox__image{width:auto;height:auto;max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:high-quality;-ms-interpolation-mode:bicubic}.certificate-lightbox__info{margin-top:1.5rem;text-align:center;color:#fff}.certificate-lightbox__info h3{font-size:1.5rem;margin:0 0 .3rem;font-weight:700}.certificate-lightbox__chinese{font-size:1.2rem;color:#ffffffd9!important;margin:0 0 .5rem!important;font-weight:500!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,SimHei,sans-serif}.certificate-lightbox__info p{font-size:1.1rem;color:#e58201;margin:0;font-weight:600}@media(max-width:1024px){.certificates-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.certificates-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.certificate-card__info{padding:1.25rem}.certificate-lightbox{padding:1rem}.certificate-lightbox__content{max-width:98vw;max-height:98vh}.certificate-lightbox__close{top:-40px;font-size:2.5rem}.certificate-lightbox__image{max-width:100%;max-height:80vh;width:auto;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:high-quality}.certificate-lightbox__info h3{font-size:1.2rem}.certificate-lightbox__info p{font-size:1rem}}@media(max-width:480px){.certificate-card__university{font-size:1rem}.certificate-card__type{font-size:.9rem}.certificate-lightbox__close{top:-35px;font-size:2rem}}.history__list{list-style:none;padding:0;margin:2rem auto 0;font-size:clamp(1rem,2vw,1.2rem);position:relative;text-align:left;max-width:1000px;opacity:0;animation:fadeInUp 1s ease .3s forwards}.history__list:before{content:"";position:absolute;left:50px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#e58201,#ff9100);border-radius:2px;transform-origin:top;animation:growDown 1.5s ease .5s forwards;transform:scaleY(0)}@keyframes growDown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.history__list>li{padding:1.5rem 0;position:relative;color:#555;line-height:1.6;margin-bottom:2rem;opacity:0;transform:translate(-30px);animation:slideInFromLeft .6s ease forwards;display:flex;align-items:center;gap:2rem}.history__list>li:nth-child(1){animation-delay:.8s}.history__list>li:nth-child(2){animation-delay:1s}.history__list>li:nth-child(3){animation-delay:1.2s}.history__list>li:nth-child(4){animation-delay:1.4s}.history__list>li:nth-child(5){animation-delay:1.6s}.history__list>li:nth-child(6){animation-delay:1.8s}.history__list>li:nth-child(7){animation-delay:2s}.history__list>li:nth-child(8){animation-delay:2.2s}.history__list>li:nth-child(9){animation-delay:2.4s}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.history__year-badge{flex-shrink:0;width:100px;height:100px;background:linear-gradient(135deg,#e58201,#ff9100);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #e5820166;position:relative;animation:yearBadgeFloat 3s ease-in-out infinite;z-index:2}.history__year-badge:before{content:"";position:absolute;inset:-8px;border:3px solid rgba(229,130,1,.3);border-radius:50%;animation:yearBadgeRing 2s linear infinite}.history__year{font-size:1.4rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);z-index:1}.history__content{flex:1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;color:#555}@keyframes yearBadgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes yearBadgeRing{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.5}to{transform:scale(1);opacity:1}}.history__list>li:nth-child(1) .history__year-badge{animation-delay:.9s}.history__list>li:nth-child(2) .history__year-badge{animation-delay:1.1s}.history__list>li:nth-child(3) .history__year-badge{animation-delay:1.3s}.history__list>li:nth-child(4) .history__year-badge{animation-delay:1.5s}.history__list>li:nth-child(5) .history__year-badge{animation-delay:1.7s}.history__list>li:nth-child(6) .history__year-badge{animation-delay:1.9s}.history__list>li:nth-child(7) .history__year-badge{animation-delay:2.1s}.history__list>li:nth-child(8) .history__year-badge{animation-delay:2.3s}.history__list>li:nth-child(9) .history__year-badge{animation-delay:2.5s}@media(max-width:1400px){.history__list{max-width:900px;margin:2rem auto 0}}@media(max-width:768px){.history__list:before{left:35px}.history__list>li{gap:1.5rem;padding:1rem 0;margin-bottom:1.5rem}.history__year-badge{width:70px;height:70px}.history__year{font-size:1.1rem}.history__content{font-size:clamp(.9rem,2vw,1.1rem)}}@media(max-width:480px){.history__list:before{left:30px}.history__list>li{gap:1rem;flex-direction:column;align-items:flex-start}.history__year-badge{width:60px;height:60px}.history__year{font-size:1rem}.history__content{padding-left:0}}.org-chart-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 1rem 2rem}.org-chart-card{background:#fff;border-radius:16px;box-shadow:0 2px 20px #00000014;padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s cubic-bezier(.34,1.56,.64,1),box-shadow .2s}.org-chart-container.visible .org-chart-card.headquarters{opacity:1;transform:translateY(0);transition-delay:0ms}.org-chart-container.visible .org-chart-branches-row .org-chart-branch-wrapper:nth-child(1) .org-chart-card{opacity:1;transform:translateY(0);transition-delay:.55s}.org-chart-container.visible .org-chart-branches-row .org-chart-branch-wrapper:nth-child(2) .org-chart-card{opacity:1;transform:translateY(0);transition-delay:.62s}.org-chart-container.visible .org-chart-branches-row .org-chart-branch-wrapper:nth-child(3) .org-chart-card{opacity:1;transform:translateY(0);transition-delay:.69s}.org-chart-container.visible .org-chart-branches-row .org-chart-branch-wrapper:nth-child(4) .org-chart-card{opacity:1;transform:translateY(0);transition-delay:.76s}.org-chart-card:hover{box-shadow:0 6px 28px #e5393529;transform:translateY(-3px)}.org-chart-card.headquarters{border:2px solid #e53935;min-width:420px;max-width:520px;background:linear-gradient(135deg,#fff 80%,#fff5f5)}.org-chart-flag{width:72px;height:72px;object-fit:contain;margin-bottom:.6rem}.main-flag{width:110px;height:110px}.org-chart-title{font-weight:700;font-size:1.1rem;margin-bottom:.4rem;text-align:center;color:#1a1a1a}.org-chart-description{font-size:.9rem;color:#666;text-align:center}.org-chart-list{margin:.6rem 0 0;padding:0;list-style:none;color:#333;font-size:.9rem;text-align:left;width:100%}.org-chart-list li{position:relative;padding-left:1rem;margin-bottom:.25rem;line-height:1.5}.org-chart-list li:before{content:"•";position:absolute;left:0;color:#e53935;font-weight:700}@keyframes growLineDown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes growLineAcross{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.org-chart-stem-line{width:4px;height:28px;background:#e53935;margin:0 auto;flex-shrink:0;transform:scaleY(0);transform-origin:top}.org-chart-container.visible .org-chart-stem-line{animation:growLineDown .35s ease .2s both}.org-chart-branches-row{position:relative;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;align-items:flex-start;gap:1rem 1.25rem;width:100%;max-width:1200px;padding-top:44px;margin:0 auto}.org-chart-branches-row:before{content:"";position:absolute;top:0;left:calc((100% - 3.75rem)/8);right:calc((100% - 3.75rem)/8);height:4px;background:#e53935;border-radius:2px;transform:scaleX(0);transform-origin:center}.org-chart-container.visible .org-chart-branches-row:before{animation:growLineAcross .45s ease .4s both}.org-chart-branch-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.org-chart-branch-wrapper:before{content:"";position:absolute;top:-44px;left:calc(50% - 2px);width:4px;height:44px;background:#e53935;transform:scaleY(0);transform-origin:top}.org-chart-container.visible .org-chart-branch-wrapper:before{animation:growLineDown .35s ease .5s both}@media(max-width:1000px){.org-chart-card.headquarters{min-width:300px;max-width:420px}.main-flag{width:90px;height:90px}}@media(max-width:860px){.org-chart-stem-line{display:none}.org-chart-branches-row{grid-template-columns:repeat(3,1fr);padding-top:0;margin-top:1.5rem;gap:1rem}.org-chart-branches-row:before{display:none}.org-chart-branch-wrapper:before{display:none}.org-chart-flag{width:56px;height:56px}.main-flag{width:80px;height:80px}.org-chart-card.headquarters{min-width:260px;max-width:340px}.org-chart-card{padding:1rem 1.25rem}.org-chart-title{font-size:.95rem}.org-chart-list{font-size:.85rem}}@media(max-width:600px){.org-chart-container{padding:1.5rem .5rem 1rem}.org-chart-branches-row{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}.org-chart-card.headquarters{min-width:240px;max-width:300px;padding:1rem}.org-chart-flag{width:44px;height:44px}.main-flag{width:68px;height:68px}.org-chart-card{padding:.75rem .875rem}.org-chart-title{font-size:.85rem}.org-chart-list{font-size:.8rem}}@media(max-width:400px){.org-chart-card.headquarters{min-width:200px;max-width:260px}.org-chart-card{padding:.6rem .5rem}.org-chart-flag{width:36px;height:36px}.main-flag{width:58px;height:58px}.org-chart-title{font-size:.78rem}.org-chart-list{font-size:.75rem}}.news-detail__hero .hero__items h3{max-width:75%;white-space:normal;word-break:break-word}.news-detail__hero .hero__items p{max-width:75%}.news-updates{width:100%;margin:2rem 0}.news-table-wrapper{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.news-table{width:100%;border-collapse:collapse;font-size:1rem}.news-table thead{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.news-table__header-title,.news-table__header-date{padding:1.25rem 1.5rem;text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.news-table__header-date{width:200px}.news-table__row{border-bottom:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease}.news-table__row:hover{background-color:#f5f5f5;transform:translate(4px)}.news-table__row:last-child{border-bottom:none}.news-table__cell-title,.news-table__cell-date{padding:1.25rem 1.5rem}.news-table__cell-title{font-weight:500;color:#333}.news-table__cell-date{color:#666;font-size:.95rem}.news-detail{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.news-detail__meta{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.news-detail__date{color:#666;font-size:1rem;font-weight:500}.news-detail__content{line-height:1.8;font-size:1.1rem;color:#444;margin-bottom:2rem}.news-detail__content p{margin-bottom:1rem}.news-detail__h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:1.75rem 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid #e0e0e0}.news-detail__h3{font-size:1.2rem;font-weight:700;color:#222;margin:1.5rem 0 .5rem}.news-detail__h4{font-size:1.05rem;font-weight:600;color:#333;margin:1.25rem 0 .4rem}.news-detail__list{margin:.25rem 0 1rem 1.25rem;padding:0;list-style:disc;color:#444;line-height:1.8}.news-detail__list li{margin-bottom:.35rem}.news-detail__back-btn{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #2196f34d}.news-detail__back-btn:hover{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 4px 8px #2196f366;transform:translateY(-2px)}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem 0}.pagination__btn{background:#fff;border:2px solid #2196f3;color:#2196f3;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.pagination__btn:hover:not(:disabled){background:#2196f3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #2196f34d}.pagination__btn:disabled{opacity:.4;cursor:not-allowed;border-color:#ccc;color:#ccc}.pagination__numbers{display:flex;gap:.5rem}.pagination__number{background:#fff;border:2px solid #e0e0e0;color:#666;padding:.75rem 1rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:45px}.pagination__number:hover{border-color:#2196f3;color:#2196f3;transform:translateY(-2px)}.pagination__number--active{background:linear-gradient(135deg,#2196f3,#1976d2);border-color:#2196f3;color:#fff;box-shadow:0 2px 4px #2196f34d}@media(max-width:768px){.news-table__header-title,.news-table__header-date,.news-table__cell-title,.news-table__cell-date{padding:1rem}.news-table__header-date{width:120px}.news-table__cell-title{font-size:.95rem}.news-table__cell-date{font-size:.85rem}.news-detail{padding:1.5rem}.news-detail__content{font-size:1rem}.pagination{flex-wrap:wrap;gap:.5rem}.pagination__btn{padding:.625rem 1.25rem;font-size:.9rem}.pagination__number{padding:.625rem .875rem;font-size:.9rem;min-width:40px}}@media(max-width:480px){.news-table__header-date,.news-table__cell-date{display:none}.pagination__numbers{overflow-x:auto;max-width:100%}}html{scroll-behavior:smooth}.application-process-step-circle{width:80px;height:80px;border-radius:50%;background:#fff;border:2px solid #e58201;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #e5820114;position:absolute;top:-40px;left:50%;transform:translate(-50%);z-index:2}.application-process-step-label{color:#1976d2;font-size:1.05rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.application-process-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;justify-items:center;align-items:stretch;padding:2rem 0;margin:5rem 0}.application-process-card{background:linear-gradient(180deg,#fff 70%,#f9f6f2);border-radius:18px;box-shadow:0 4px 24px #e582011a;padding:2.2rem 1.5rem 2rem;min-width:220px;max-width:340px;text-align:center;border:1px solid #e58201;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:all .3s ease;position:relative;overflow:visible;text-decoration:none;color:inherit;cursor:pointer}.application-process-card:hover{box-shadow:0 8px 32px #e582012e;border-color:#ff9100;transform:translateY(-5px)}.application-process-card h2{color:#2c3e50;margin-top:2.7rem;margin-bottom:.7rem;font-size:1.18rem;font-weight:700;letter-spacing:.5px}.application-process-card p{color:#444;font-size:.98rem;line-height:1.6;margin:.5rem 0 0}.application-process-step-title{color:#1976d2;font-size:1.05rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-top:.5rem}.application-process-step-subtitle{color:#2c3e50;margin-top:1rem;margin-bottom:.7rem;font-size:1.18rem;font-weight:700;letter-spacing:.5px}@media(max-width:900px){.application-process-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}.application-process-card{min-width:160px;max-width:100%;padding:1.2rem}}@media(max-width:600px){.application-process-cards{grid-template-columns:1fr;gap:2.5rem;padding:.5rem}.application-process-card{min-width:120px;padding:2rem;margin-top:2.5rem}.application-process-step-title{margin-top:2rem}}.application-process-detailed-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 2rem;margin-top:4rem}.detailed-container{max-width:1200px;margin:0 auto}.detailed-main-title{text-align:center;color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;padding-bottom:1rem}.detailed-main-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#e58201,#ff9100);border-radius:2px}.detailed-step{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;border-left:5px solid #e58201;transition:transform .3s,box-shadow .3s;scroll-margin-top:100px}.detailed-step:target{animation:highlight 1.5s ease-in-out}@keyframes highlight{0%,to{background:#fff}50%{background:#fff8e1}}.detailed-step:hover{transform:translateY(-5px);box-shadow:0 8px 30px #e5820126}.detailed-step-title{color:#2c3e50;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.step-number{color:#e58201;font-weight:800;font-size:1.5rem}.detailed-step-content{color:#555;font-size:1.1rem;line-height:1.8;text-align:justify;margin:0}@media(max-width:768px){.application-process-detailed-section{padding:3rem 1.5rem}.detailed-main-title{font-size:2rem}.detailed-step{padding:1.5rem}.detailed-step-title{font-size:1.4rem;flex-direction:column;align-items:flex-start}.step-number{font-size:1.3rem}.detailed-step-content{font-size:1rem}}.disclaimer-section{background:linear-gradient(135deg,#fff8e1,#ffe0b2);padding:4rem 2rem;margin-top:0}.disclaimer-container{max-width:1200px;margin:0 auto}.disclaimer-header{text-align:center;margin-bottom:3rem}.disclaimer-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.disclaimer-subtitle{color:#666;font-size:1.2rem;font-weight:500}.disclaimer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.disclaimer-box{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s}.disclaimer-box:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.disclaimer-box.included{border-left:5px solid #4caf50}.disclaimer-box.additional{border-left:5px solid #2196f3}.disclaimer-box.not-included{border-left:5px solid #ff9800}.disclaimer-box-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.included .disclaimer-box-title{color:#4caf50}.additional .disclaimer-box-title{color:#2196f3}.not-included .disclaimer-box-title{color:#ff9800}.disclaimer-list{list-style:none;padding:0;margin:0}.disclaimer-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:#555;font-size:1.1rem;line-height:1.6;border-bottom:1px solid #f0f0f0}.disclaimer-list li:last-child{border-bottom:none}.included .disclaimer-list li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.3rem}.additional .disclaimer-list li:before{content:"⭐";position:absolute;left:0;font-size:1.2rem}.not-included .disclaimer-list li:before{content:"✗";position:absolute;left:0;color:#ff9800;font-weight:700;font-size:1.3rem}.disclaimer-list li strong{color:#2c3e50;font-weight:700}.disclaimer-footer{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;border-left:5px solid #e58201}.disclaimer-note{color:#555;font-size:1.1rem;line-height:1.8;margin:0;text-align:justify}.disclaimer-note strong{color:#e58201;font-weight:700}.terms-conditions-link{color:#e58201;text-decoration:none}.terms-conditions-link:hover{text-decoration:underline}@media(max-width:768px){.disclaimer-section{padding:3rem 1.5rem}.disclaimer-title{font-size:2rem}.disclaimer-subtitle{font-size:1rem}.disclaimer-box{padding:1.5rem}.disclaimer-box-title{font-size:1.4rem}.disclaimer-list li{font-size:1rem;padding-left:1.8rem}.disclaimer-footer{padding:1.5rem}.disclaimer-note{font-size:1rem;text-align:left}}._rankingsContainer_1titg_1{max-width:1200px;margin:0 auto;padding:0 2rem}._rankingSection_1titg_7{margin-bottom:3rem}._rankingTitle_1titg_11{font-size:clamp(1.5rem,2.5vw,2rem);color:#1f2937;font-weight:700;margin-bottom:1rem;border-bottom:3px solid #3b82f6;padding-bottom:.5rem}._rankingText_1titg_20{font-size:clamp(1rem,1.8vw,1.2rem);color:#4b5563;line-height:1.8;margin-bottom:.75rem}._rankingTextFinal_1titg_27{font-size:clamp(1rem,1.8vw,1.2rem);color:#4b5563;line-height:1.8}._rankingNote_1titg_33{font-size:clamp(1rem,1.8vw,1.2rem);color:#6b7280;line-height:1.8;font-style:italic}.scholarship__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));padding:20px;grid-gap:40px;background-color:#fff;place-items:center center}.scholarship__card{background-color:#1c1b29;border-radius:20px;box-shadow:0 0 30px #0000002e;width:400px;height:520px;display:flex;flex-direction:column;transition:all .3s ease-in-out}.schol__img__container{position:relative;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);flex:1.3;overflow:hidden;border-radius:20px 20px 0 0;background-color:#fff;padding:15px 0;display:flex;align-items:center;justify-content:center}.schol__img__item{width:100%;height:100%;min-height:250px;display:block;object-fit:contain;background-color:#fff}.schol__img__container:after{content:"";height:100%;width:100%;position:absolute;top:0;left:0;border-radius:20px 20px 0 0;opacity:.7}.scholarship__details{padding:20px 10px;flex-shrink:0;height:auto;min-height:100px;display:flex;flex-direction:column;justify-content:center}.scholarship__details>h5{color:#fff;font-weight:600;font-size:20px;margin:10px 0 15px;text-align:center}.scholarship__details>p{color:#a0a0a0;font-size:18px;line-height:30px;font-weight:400;text-align:center}.scholarship__card:hover{opacity:.3}@media(max-width:600px){.scholarship__cards{padding:30px 10px 10px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.schol__img__item{min-height:200px}.scholarship__details{min-height:100px;padding:15px 10px}}.custom-tabs{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.custom-tabs__title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.custom-tabs__nav{display:flex;flex-direction:column;gap:.5rem}.custom-tabs__link{padding:.75rem 1rem;border-radius:6px;text-decoration:none;color:#555;font-weight:500;transition:all .3s ease;border-left:3px solid transparent;background-color:#fff}.custom-tabs__link:hover{background-color:#e3f2fd;border-left-color:#2196f3;color:#1976d2;transform:translate(4px)}.custom-tabs__link--active{background-color:#2196f3;color:#fff;border-left-color:#1565c0;font-weight:600}.custom-tabs__link--active:hover{background-color:#1976d2;color:#fff;transform:translate(0)}@media(max-width:768px){.custom-tabs{padding:1rem}.custom-tabs__title{font-size:1.25rem}.custom-tabs__link{padding:.625rem .875rem;font-size:.9rem}}@media(min-width:1024px){.custom-tabs{position:sticky;top:20px;max-width:280px}}.program-layout{display:flex;gap:2rem;max-width:1400px;margin:2rem auto;padding:0 1rem}.program-layout__sidebar{flex:0 0 280px}.program-layout__content{flex:1;min-width:0}@media(max-width:1023px){.program-layout{flex-direction:column}.program-layout__sidebar{flex:0 0 auto;width:100%}}.deck-of-cards{width:100%;max-width:400px;margin:0 auto}.deck-of-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2rem;margin:2rem 0;padding:0 1rem}.deck-of-cards-grid__item{display:flex;flex-direction:column;align-items:center}.deck-of-cards-grid__title{text-align:center;font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem;font-weight:600}.deck-of-cards__preview{position:relative;width:100%;height:280px;cursor:pointer;perspective:1000px}.deck-of-cards__preview-stack{position:relative;width:100%;height:100%}.deck-of-cards__preview-card{position:absolute;width:90%;height:85%;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.deck-of-cards__preview-card img{width:100%;height:100%;object-fit:cover;display:block}.deck-of-cards__preview-card.card-0{top:0;left:5%;z-index:3;transform:rotate(-2deg)}.deck-of-cards__preview-card.card-1{top:8%;left:10%;z-index:2;transform:rotate(1deg)}.deck-of-cards__preview-card.card-2{top:16%;left:15%;z-index:1;transform:rotate(3deg)}.deck-of-cards__preview:hover .deck-of-cards__preview-card.card-0{transform:rotate(-3deg) translateY(-5px);box-shadow:0 12px 32px #0003}.deck-of-cards__preview:hover .deck-of-cards__preview-card.card-1{transform:rotate(2deg) translateY(-3px)}.deck-of-cards__preview:hover .deck-of-cards__preview-card.card-2{transform:rotate(4deg) translateY(-1px)}.deck-of-cards__preview-overlay{position:absolute;bottom:-40px;left:0;right:0;text-align:center;z-index:4}.deck-of-cards__preview-text{display:inline-block;background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:24px;font-weight:600;font-size:.95rem;box-shadow:0 4px 12px #3b82f64d;transition:all .3s ease}.deck-of-cards__preview:hover .deck-of-cards__preview-text{background:#2563eb;transform:scale(1.05);box-shadow:0 6px 16px #3b82f666}.deck-of-cards__grid-modal{position:fixed;inset:0;background:#000000e6;z-index:9998;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.deck-of-cards__grid-content{background:#fff;border-radius:16px;padding:2rem;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.deck-of-cards__close-btn{position:absolute;top:1rem;right:1rem;background:#ef4444;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.deck-of-cards__close-btn:hover{background:#dc2626;transform:scale(1.1)}.deck-of-cards__grid-title{font-size:2rem;color:#1f2937;margin-bottom:1.5rem;text-align:center;font-weight:700}.deck-of-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.deck-of-cards__grid-item{aspect-ratio:4/3;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.deck-of-cards__grid-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0003}.deck-of-cards__grid-item img{width:100%;height:100%;object-fit:cover;display:block}.deck-of-cards__lightbox{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.deck-of-cards__lightbox-content{max-width:90vw;max-height:90vh;position:relative}.deck-of-cards__lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.deck-of-cards__lightbox-close{position:absolute;top:2rem;right:2rem;background:#ef4444e6;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10000}.deck-of-cards__lightbox-close:hover{background:#dc2626;transform:scale(1.1)}.deck-of-cards__lightbox-prev,.deck-of-cards__lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.deck-of-cards__lightbox-prev{left:2rem}.deck-of-cards__lightbox-next{right:2rem}.deck-of-cards__lightbox-prev:hover,.deck-of-cards__lightbox-next:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.deck-of-cards__lightbox-counter{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}@media(max-width:1024px){.deck-of-cards-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}}@media(max-width:768px){.deck-of-cards{max-width:320px}.deck-of-cards-grid{grid-template-columns:1fr;gap:2rem;padding:0 .5rem}.deck-of-cards-grid__title{font-size:1.25rem}.deck-of-cards__preview{height:240px}.deck-of-cards__grid-modal{padding:1rem}.deck-of-cards__grid-content{padding:1.5rem}.deck-of-cards__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.deck-of-cards__grid-title{font-size:1.5rem;margin-bottom:1rem}.deck-of-cards__lightbox-prev,.deck-of-cards__lightbox-next{width:50px;height:50px;font-size:28px}.deck-of-cards__lightbox-prev{left:1rem}.deck-of-cards__lightbox-next{right:1rem}.deck-of-cards__lightbox-close{top:1rem;right:1rem;width:40px;height:40px;font-size:24px}}.deck-of-cards__preview-card .lazy-image-container{width:100%;height:100%;border-radius:12px}.deck-of-cards__preview-card .lazy-image{border-radius:0}.deck-of-cards__grid-item .lazy-image-container{width:100%;height:100%;border-radius:12px}.deck-of-cards__grid-item .lazy-image{border-radius:0}.deck-of-cards__lightbox-content .lazy-image-container{max-width:100%;max-height:90vh;border-radius:8px}.deck-of-cards__lightbox-content .lazy-image{border-radius:8px;max-width:100%;max-height:90vh;object-fit:contain}.language-program__card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;padding:2rem;margin:2rem auto;border:1px solid #e5e7eb;transition:box-shadow .3s ease;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.language-program__card:hover{box-shadow:0 8px 24px #00000026}.language-program__main-title{font-size:clamp(1.8rem,3vw,2.5rem);color:#1f2937;font-weight:700;margin-bottom:1.5rem}.language-program__section-title{font-size:clamp(1.4rem,2.5vw,2rem);color:#374151;font-weight:600;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box}.language-program__section-subtitle{font-size:clamp(1.2rem,2vw,1.6rem);color:#6b7280;font-weight:500;margin-bottom:.75rem}.language-program__section-text{font-size:clamp(1rem,1.8vw,1.2rem);color:#4b5563;line-height:1.8;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box}.language-program__section-list{list-style:disc;padding-left:2rem;margin-bottom:1.5rem}.language-program__section-list li{font-size:clamp(1rem,1.8vw,1.2rem);color:#4b5563;line-height:1.8;margin-bottom:.75rem}.language-program__card-title{font-size:clamp(1.3rem,2.2vw,1.8rem);color:#1f2937;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:3px solid #3b82f6;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box}.language-program__card-description{font-size:clamp(1rem,1.8vw,1.2rem);color:#4b5563;line-height:1.8;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box}.language-program__card-section{margin:1.5rem 0;padding:1rem;background:#f9fafb;border-radius:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.language-program__card-section-title{font-size:clamp(1.1rem,2vw,1.4rem);color:#2563eb;font-weight:600;margin-bottom:.75rem}.language-program__card-section p{font-size:clamp(1rem,1.8vw,1.2rem);color:#4b5563;line-height:1.7;margin:0;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box}.language-program__card-section ul{list-style:none;padding-left:0;margin:0;width:100%;max-width:100%;box-sizing:border-box}.language-program__card-section ul li{font-size:clamp(1rem,1.8vw,1.2rem);color:#4b5563;line-height:1.7;padding-left:1.5rem;position:relative;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box}.language-program__card-section ul li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.language-program__card-highlight{font-size:clamp(1.1rem,2vw,1.4rem);color:#2563eb;font-weight:600}.language-program__table{width:100%;max-width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.language-program__table thead{background:linear-gradient(135deg,#3b82f6,#2563eb)}.language-program__table thead th{color:#1f2937;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:600;padding:1rem;text-align:left;border-bottom:2px solid #1d4ed8}.language-program__table tbody tr{transition:background-color .2s ease}.language-program__table tbody tr:nth-child(2n){background:#f9fafb}.language-program__table tbody tr:hover{background:#eff6ff}.language-program__table tbody td{padding:1rem;font-size:clamp(.95rem,1.7vw,1.1rem);color:#4b5563;line-height:1.6;border-bottom:1px solid #e5e7eb;word-wrap:break-word;overflow-wrap:break-word;vertical-align:top}.language-program__table tbody td:first-child{font-weight:600;color:#1f2937}.language-program__table tbody tr:last-child td{border-bottom:none}.language-program__table ul{list-style:none;padding-left:0;margin:0}.language-program__table ul li{padding-left:1.2rem;position:relative;margin-bottom:.5rem}.language-program__table ul li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.2em}@media(max-width:768px){.language-program__table{font-size:.9rem;display:block;overflow-x:visible;-webkit-overflow-scrolling:touch;width:100%}.language-program__table thead,.language-program__table tbody,.language-program__table tr{display:block;width:100%}.language-program__table thead{display:none}.language-program__table tbody{width:100%}.language-program__table tbody tr{margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;background:#fff;width:100%;box-sizing:border-box}.language-program__table tbody tr:nth-child(2n){background:#fff}.language-program__table tbody tr:hover{background:#f9fafb}.language-program__table tbody td{display:block;text-align:left;padding:.75rem 0;border-bottom:1px solid #f3f4f6;position:relative;min-height:40px;width:100%;max-width:100%;box-sizing:border-box}.language-program__table tbody td:last-child{border-bottom:none}.language-program__table tbody td:before{content:attr(data-label);display:block;font-weight:700;color:#1f2937;margin-bottom:.5rem;font-size:.95rem;width:100%}.language-program__table tbody td:first-child{padding-top:1rem}.language-program__table tbody td:first-child{font-weight:500}.language-program__table ul{margin-top:.5rem;width:100%;max-width:100%;box-sizing:border-box}.language-program__table ul li{width:100%;max-width:100%;box-sizing:border-box}}.modal-city-description{margin:.5rem 0 .75rem;color:#444;font-size:clamp(.98rem,.9rem + .5vw,1.08rem);text-align:center}.modal-city-recommendations{margin:.5rem 0 1.25rem;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.modal-city-recommendations strong{font-weight:600;color:#2c5aa0;margin-bottom:.25rem;display:block;font-size:clamp(1rem,.8rem + .8vw,1.08rem)}.modal-city-recommendations ul{list-style:disc inside;margin:.25rem 0 0 .5rem;padding:0}.modal-city-recommendations li{color:#444;font-size:1rem;padding:.15rem 0}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;font-size:1.5rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.modal-close:hover{background:#0003;transform:rotate(90deg)}.modal-header{text-align:center;padding:2rem 2rem 1rem;border-bottom:2px solid #f0f0f0}.modal-image{width:100%;max-width:400px;height:250px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.modal-header h2{margin:0;font-size:clamp(1.25rem,2vw + 1.25rem,2rem);color:#333;font-weight:700}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{color:#2c5aa0;font-size:clamp(1rem,.8rem + .8vw,1.08rem);margin-bottom:.75rem;font-weight:600;border-left:4px solid #2c5aa0;padding-left:.75rem;text-align:left}.modal-section p{color:#555;line-height:1.6;margin:0;font-size:clamp(.98rem,.9rem + .5vw,1.08rem)}.modal-section ul{list-style:none;padding:0;margin:0}.modal-section ul li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.5;font-size:clamp(.98rem,.9rem + .5vw,1.08rem)}.modal-section ul li:before{content:"✓";position:absolute;left:0;color:#2c5aa0;font-weight:700}@media(max-width:600px){.modal-content{padding:.5rem}.modal-header{padding:1.5rem 1rem 1rem}.modal-body{padding:1rem}}.cards__language{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));padding:20px;grid-gap:40px;background:#fff;place-items:center center;box-shadow:0 8px 24px #00000026}.card__language{background-color:#fff;border-radius:20px;box-shadow:0 0 30px #0000002e;width:350px;height:450px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.card__language:hover{transform:translateY(-5px);box-shadow:0 8px 40px #00000040}.img__container__language{position:relative;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);flex:1;overflow:hidden}.img__item__language{width:100%;height:100%;min-height:250px;display:block;border-radius:20px 20px 0 0;object-fit:cover}.img__container__language:after{content:"";height:100%;width:100%;position:absolute;top:0;left:0;border-radius:20px 20px 0 0;opacity:.7}.details__language{padding:20px 10px;flex-shrink:0;height:auto;min-height:120px;display:flex;flex-direction:column;justify-content:center}.details__language>h5{color:#1f2937;font-weight:600;font-size:20px;margin:10px 0 0;text-align:center}.details__language>p{color:#374151;font-size:18px;line-height:30px;font-weight:500;text-align:center;margin-bottom:10px}.card__language-cta{display:inline-block;width:100%;text-align:center;color:#2c5aa0;font-weight:600;font-size:14px;margin-top:auto;padding-top:10px;border-top:1px solid #e0e0e0;transition:color .2s ease}.card__language:hover .card__language-cta{color:#1a3a6e}.cards__language a{text-decoration:none}@media(max-width:600px){.cards__language{padding:30px 10px 10px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card__language{width:300px;height:400px}.img__item__language{min-height:200px}.details__language{min-height:100px;padding:15px 10px}}.terms-conditions-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.terms-content{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.terms-intro{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:#333}.terms-section{margin-bottom:2.5rem}.terms-section h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.terms-section p{color:#555;line-height:1.8;margin-bottom:1rem;font-size:1rem}.terms-section ul{margin-left:2rem;margin-bottom:1rem}.terms-section li{color:#555;line-height:1.8;margin-bottom:.5rem;font-size:1rem}.table-responsive{overflow-x:auto;margin:1.5rem 0}.definitions-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 1px 3px #0000001a}.definitions-table thead{background:#3498db;color:#fff}.definitions-table th{padding:1rem;text-align:left;font-weight:600;font-size:1.1rem}.definitions-table tbody tr{border-bottom:1px solid #e0e0e0}.definitions-table tbody tr:last-child{border-bottom:none}.definitions-table tbody tr:hover{background:#f8f9fa}.definitions-table td{padding:1rem;color:#555;line-height:1.7;font-size:.95rem}.definitions-table td:first-child{width:25%;font-weight:500}.highlight-section{background:#fff3cd;padding:1.5rem;border-left:4px solid #ffc107;border-radius:4px}.highlight-section h2{color:#856404;border-bottom-color:#ffc107}.highlight-section p,.highlight-section li{color:#856404}.terms-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0;text-align:center}.terms-footer p{color:#777;font-size:.95rem}@media(max-width:768px){.terms-conditions-container{padding:1rem}.terms-content{padding:1.5rem}.terms-section h2{font-size:1.3rem}.terms-section p,.terms-section li{font-size:.95rem}.definitions-table th,.definitions-table td{padding:.75rem;font-size:.9rem}.definitions-table td:first-child{width:30%}}@media(max-width:480px){.terms-content{padding:1rem}.terms-section h2{font-size:1.2rem}.terms-section p,.terms-section li{font-size:.9rem}.terms-section ul{margin-left:1.5rem}.definitions-table th,.definitions-table td{padding:.5rem;font-size:.85rem}.definitions-table{font-size:.8rem}}.university-section{max-width:1200px;margin:2rem auto;padding:2rem 4rem 3rem;background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000012}.university-section__title{font-size:1.5rem;color:#1a237e;margin-top:2rem;margin-bottom:.5rem;font-weight:700;letter-spacing:.01em}.university-section__desc{font-size:1.08rem;color:#333;margin-bottom:1.2rem;line-height:1.7;text-align:justify}.university-section__list{margin:0 0 1.2rem 1.2rem;padding-left:1.2rem;color:#444;font-size:1.08rem;line-height:1.7}.university-section__summary{background:#e3f2fd;color:#0d47a1;border-left:4px solid #1976d2;padding:1rem 1.2rem;margin:2rem 0 0;font-size:1.1rem;border-radius:8px;font-weight:500}@media(max-width:600px){.pages{padding:1rem .2rem 2rem;border-radius:10px}.university-section__title{font-size:1.18rem}.university-section__desc,.university-section__list{font-size:.98rem}.university-section__summary{font-size:1rem;padding:.7rem}.university-section{padding:2rem 1rem 3rem}}.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}}.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}}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}
