.preloader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#ffffff;color:#3096A7;font-family:Poppins,sans-serif;position:fixed;top:0;left:0;width:100%;z-index:9999}.loading{font-size:1.5rem;font-weight:700;color:#3096A7;margin-top:20px}.global-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.global-popup-box{background:white;border-radius:16px;max-width:450px;width:100%;height:auto!important;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 80px rgba(0,0,0,.4);animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(60px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.global-popup-close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);width:32px;height:32px;border-radius:50%;font-size:1.15rem;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.global-popup-close:hover{background:rgba(255,255,255,.3);transform:rotate(90deg)}.global-popup-header{background:linear-gradient(135deg,#3096A7,#0e5b69);padding:1.3rem 1.6rem 1.05rem;text-align:center;border-radius:16px 16px 0 0}.global-popup-title{color:white;font-size:1.45rem;font-weight:700;margin:0 0 .4rem;letter-spacing:-.01em}.global-popup-subtitle{color:rgba(255,255,255,.95);font-size:.9rem;margin:0}.global-popup-form{padding:1.4rem 1.6rem;display:grid;grid-template-columns:1fr 1fr;column-gap:1rem;row-gap:.85rem}.form-group{margin-bottom:0}.form-group label{display:block;margin-bottom:.4rem;color:#1f2937;font-weight:600;font-size:.875rem}.form-group input,.form-group select{width:100%;padding:.65rem .85rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;transition:all .3s ease;font-family:inherit;background:#f9fafb}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3096A7;box-shadow:0 0 0 4px rgba(48,150,167,.08);background:white}.phone-input-group{display:flex;gap:.6rem}.country-code-select{flex:0 0 85px;cursor:pointer}.phone-input-group input{flex:1}.course-select{cursor:pointer}.course-select-locked{background:#f0f9fa;border-color:#b2dde3;color:#0e5b69;cursor:not-allowed;opacity:1}.popup-course-locked-badge{display:inline-flex;align-items:center;gap:3px;font-size:.7rem;font-weight:600;color:#0e5b69;background:rgba(48,150,167,.1);border:1px solid rgba(48,150,167,.25);padding:1px 6px;border-radius:999px;letter-spacing:.02em}.submit-button{width:100%;padding:.8rem;background:linear-gradient(135deg,#3096A7,#0e5b69);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:0;box-shadow:0 4px 15px rgba(48,150,167,.25)}.global-popup-form .form-group:nth-child(3),.global-popup-form .form-group:nth-child(4),.global-popup-form .form-group:nth-child(5),.global-popup-form .submit-button{grid-column:1/-1}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(48,150,167,.35)}.submit-button:active{transform:translateY(0)}.global-popup-success{padding:2.25rem 2rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem;animation:successPulse .6s ease-out;box-shadow:0 8px 25px rgba(16,185,129,.3)}@keyframes successPulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-message{color:#374151;font-size:1.15rem;line-height:1.7;margin-bottom:1.5rem}.success-actions{display:flex;gap:1rem;justify-content:center;align-items:center}.success-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#3096A7,#0e5b69);color:white;border:none;border-radius:10px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(48,150,167,.25);margin:0}.success-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(48,150,167,.35)}.success-button:active{transform:translateY(0)}.visit-website-button{background:linear-gradient(135deg,#EFA878,#d89060);box-shadow:0 4px 15px rgba(239,168,120,.25)}.visit-website-button:hover{box-shadow:0 8px 25px rgba(239,168,120,.35)}@media (max-width:768px){.success-actions{flex-direction:column;gap:.75rem;width:100%}.success-button{width:100%}.global-popup-box{max-width:95%;margin:1rem}.global-popup-header{padding:2rem 1.5rem 1.5rem}.global-popup-title{font-size:1.6rem}.global-popup-subtitle{font-size:.95rem}.global-popup-form{padding:1.6rem 1.5rem;grid-template-columns:1fr;row-gap:.85rem}.form-group{margin-bottom:0}.phone-input-group{gap:.5rem}.country-code-select{flex:0 0 85px}.global-popup-success{padding:2.5rem 1.5rem}.success-icon{width:70px;height:70px;font-size:2.5rem}.success-message{font-size:1rem}}@media (max-width:480px){.global-popup-overlay{padding:.5rem;align-items:center}.global-popup-box{max-width:100%;height:auto;max-height:90vh;border-radius:16px;overflow-y:auto}.global-popup-header{padding:1.35rem 1.15rem 1.1rem;border-radius:16px 16px 0 0}.global-popup-title{font-size:1.4rem}.global-popup-subtitle{font-size:.9rem}.global-popup-form{padding:1.2rem 1.1rem 1.25rem;grid-template-columns:1fr;row-gap:.8rem}.form-group label{font-size:.875rem}.form-group input,.form-group select{padding:.6rem .8rem;font-size:.9rem}.phone-input-group{flex-direction:row;flex-wrap:nowrap;gap:.5rem}.country-code-select{flex:0 0 90px;min-width:90px}.phone-input-group input{min-width:0}.submit-button{padding:.7rem;font-size:1rem}.global-popup-close{top:1rem;right:1rem;width:32px;height:32px;font-size:1.1rem}.global-popup-success{padding:2rem 1.25rem}.success-icon{width:60px;height:60px;font-size:2rem}.success-message{font-size:1rem}.success-button{padding:.875rem 2rem;font-size:1rem}}@media (max-width:360px){.global-popup-title{font-size:1.25rem}.global-popup-form{padding:1.5rem 1rem}.form-group input,.form-group select{padding:.75rem .9rem;font-size:.9rem}.submit-button{padding:.9rem;font-size:.95rem}}@media (max-height:720px){.global-popup-box{height:auto}.global-popup-header{padding:1.05rem 1.25rem .9rem}.global-popup-title{font-size:1.25rem}.global-popup-subtitle{font-size:.8rem}.global-popup-form{padding:1rem 1.2rem 1.15rem;grid-template-columns:1fr 1fr;row-gap:.7rem}.form-group{margin-bottom:0}.form-group input,.form-group select{padding:.6rem .8rem;font-size:.86rem}.submit-button{padding:.7rem;font-size:.92rem}}.ap-overlay{position:fixed;inset:0;background:rgba(3,12,20,.75);backdrop-filter:blur(6px);z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px;animation:ap-fade-in .3s ease}@keyframes ap-fade-in{0%{opacity:0}to{opacity:1}}.ap-box{position:relative;width:100%;max-width:700px;border-radius:24px;overflow:hidden;box-shadow:0 32px 80px rgba(3,12,20,.55),0 0 0 1px rgba(240,180,41,.2);animation:ap-slide-up .35s cubic-bezier(.22,1,.36,1)}@keyframes ap-slide-up{0%{transform:translateY(32px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.ap-bg{z-index:0}.ap-bg,.ap-bg-ov{position:absolute;inset:0}.ap-bg-ov{background:linear-gradient(160deg,rgba(3,18,28,.84),rgba(5,30,40,.72) 40%,rgba(8,45,20,.82))}.ap-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .18s,border-color .18s}.ap-close:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.6)}.ap-inner{position:relative;z-index:2;gap:24px;padding:48px 44px}.ap-inner,.ap-trophy{display:flex;align-items:center}.ap-trophy{flex-shrink:0;justify-content:center}.ap-content{flex:1;display:flex;flex-direction:column;gap:14px}.ap-live-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(46,160,90,.2);border:1px solid rgba(74,222,128,.45);color:#4ade80;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:5px 14px;border-radius:999px;width:fit-content;box-shadow:0 0 12px rgba(74,222,128,.15)}.ap-live-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:ap-pulse 1.8s ease-in-out infinite}@keyframes ap-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.ap-title{font-family:var(--font-display,"Fraunces",serif);font-size:clamp(24px,3.5vw,34px);font-weight:700;color:#fff;margin:0;line-height:1.15;letter-spacing:-.5px;text-shadow:0 2px 16px rgba(0,0,0,.4)}.ap-title em{font-style:normal;color:#f0b429}.ap-tagline{font-size:14px;color:rgba(255,255,255,.6);margin:0;line-height:1.5}.ap-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:4px}.ap-btn-gold{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#c8911c,#f0b429);color:#0a0e14;font-size:14px;font-weight:800;padding:12px 26px;border-radius:999px;text-decoration:none;letter-spacing:.2px;transition:opacity .18s,transform .18s;box-shadow:0 4px 20px rgba(240,180,41,.4);white-space:nowrap}.ap-btn-gold:hover{opacity:.9;transform:translateY(-2px)}.ap-btn-ghost{background:none;border:none;font-size:13px;font-weight:600;color:rgba(255,255,255,.4);cursor:pointer;padding:0;transition:color .15s}.ap-btn-ghost:hover{color:rgba(255,255,255,.75)}@media (max-width:600px){.ap-inner{flex-direction:column;padding:44px 24px 32px;gap:16px;text-align:center}.ap-trophy img{max-height:150px!important}.ap-live-badge{margin:0 auto}.ap-title{font-size:22px}.ap-tagline{font-size:13px}.ap-actions{justify-content:center}}@media (max-width:380px){.ap-inner{padding:36px 16px 28px}.ap-title{font-size:19px}.ap-trophy img{max-height:120px!important}}