:root{--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--bg-tertiary:#e2e8f0;--bg-card:#ffffff;--primary:#1e1b4b;--primary-glow:rgba(0,85,255,0.12);--accent-blue:#0055ff;--accent-blue-hover:#0044cc;--accent-cyan:#0055ff;--accent-green:#00c853;--accent-green-hover:#00a042;--accent-gold:#FFD700;--accent-orange:#ff6b00;--sidebar-bg:#ffffff;--sidebar-bg-dark:#f8fafc;--sidebar-text:#1e1b4b;--sidebar-text-active:#0055ff;--sidebar-item-active:rgba(0,85,255,0.1);--sidebar-item-hover:rgba(0,148,255,0.05);--sidebar-header-text:#334155;--text-primary:#1e1b4b;--text-secondary:#334155;--text-muted:#334155;--glass-bg:rgba(255,255,255,0.85);--glass-border:#e2e8f0;--shadow-sm:0 4px 10px rgba(0,51,112,0.05);--shadow-md:0 10px 25px rgba(0,148,255,0.10);--shadow-lg:0 25px 50px rgba(0,148,255,0.15);--border-radius:24px;--transition:all 0.4s cubic-bezier(0.34,1.56,0.64,1)}img{transition:var(--transition)}@media (hover:hover) and (pointer:fine){img:hover{transform:scale(1.05)}}*{box-sizing:border-box;padding:0;margin:0}[role=button],a,button,input,select,textarea{touch-action:manipulation;-webkit-tap-highlight-color:transparent}html{width:100%}body,html{overflow-x:clip}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-poppins),sans-serif;line-height:1.6}.emoji,body,span[role=img]{font-variant-emoji:text}h1{font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.2;letter-spacing:-.035em}h1,h2{font-family:var(--font-poppins),sans-serif;font-weight:800;color:var(--primary)}h2{font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.25;letter-spacing:-.03em}h3{font-size:clamp(1.3rem,2vw,1.6rem);line-height:1.3;letter-spacing:-.02em}h3,h4,h5,h6{font-family:var(--font-poppins),sans-serif;font-weight:600;color:var(--primary)}h4,h5,h6{font-size:clamp(1.1rem,1.5vw,1.25rem);line-height:1.35;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.btn-premium,a{transition:var(--transition)}.btn-premium{padding:14px 32px;border-radius:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:none;font-family:var(--font-poppins),sans-serif;font-size:.95rem;letter-spacing:.02em}.btn-primary{background:var(--accent-blue);color:white}@media (hover:hover) and (pointer:fine){.btn-primary:active,.btn-primary:hover{background:var(--accent-blue-hover)}}.btn-navy{background:var(--primary);color:white}@media (hover:hover) and (pointer:fine){.btn-navy:active,.btn-navy:hover{background:#2a253a}}.btn-green{background:var(--accent-green);color:white}@media (hover:hover) and (pointer:fine){.btn-green:active,.btn-green:hover{background:var(--accent-green-hover)}}.btn-yellow{background:var(--accent-gold);color:var(--primary)}@media (hover:hover) and (pointer:fine){.btn-yellow:active,.btn-yellow:hover{background:#cce62b}}.glow-lacivert{position:relative}.glow-lacivert:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:140%;background:radial-gradient(circle,rgba(15,23,42,.15) 0,rgba(30,58,138,.1) 40%,transparent 70%);z-index:-1;pointer-events:none;filter:blur(40px)}.btn-outline{background:white;border:2px solid var(--accent-blue);color:var(--accent-blue)}@media (hover:hover) and (pointer:fine){.btn-outline:active,.btn-outline:hover{background:var(--accent-blue);color:white}}.card-premium{background:var(--bg-card);border:1px solid rgba(0,0,0,.03);border-radius:var(--border-radius);padding:40px;transition:var(--transition);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.card-premium:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-gold));opacity:0;transition:var(--transition)}@media (hover:hover) and (pointer:fine){.card-premium:hover{box-shadow:var(--shadow-lg)}}.card-premium:hover:before{opacity:1}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-shadow:0 8px 32px 0 rgba(31,38,135,.05)}@keyframes float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes float-reverse{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(20px) rotate(-5deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.floating-symbol{position:absolute;font-family:var(--font-poppins),sans-serif;color:var(--accent-blue);opacity:.05;z-index:-1;-webkit-user-select:none;user-select:none;pointer-events:none}.mesh-bg{background-color:#ffffff;background-image:radial-gradient(at 10% 20%,rgba(0,85,255,.05) 0,transparent 50%),radial-gradient(at 90% 80%,rgba(197,160,89,.05) 0,transparent 50%),radial-gradient(at 50% 50%,rgba(15,23,42,.02) 0,transparent 50%)}.text-glow{text-shadow:0 0 30px rgba(0,85,255,.2)}.text-3d{text-shadow:0 1px 0 #cccccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15)}.text-gradient{background:linear-gradient(135deg,var(--primary),var(--accent-blue));-webkit-background-clip:text}.text-gradient,.text-gradient-gold{-webkit-text-fill-color:transparent}.text-gradient-gold{background:linear-gradient(135deg,var(--primary),var(--accent-gold));-webkit-background-clip:text}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.active{opacity:1;pointer-events:all}.modal-content{background:white;padding:40px;border-radius:24px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);max-width:400px;width:90%;text-align:center}.modal-overlay.active .modal-content{transform:translateY(0) scale(1)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}@media (max-height:500px) and (max-width:1024px),(max-width:991px){.floating-symbol{display:none}nav.desktop-nav{padding:16px 4%!important;flex-direction:column!important;gap:15px}.nav-right-container{width:100%;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:15px!important}.nav-links-container{display:flex!important;gap:15px!important;font-size:.85rem!important}.dashboard-container{flex-direction:column!important}.dashboard-sidebar{width:100%!important;height:auto!important;position:relative!important;padding:16px!important}.dashboard-main{padding:24px 10px!important;overflow-x:hidden!important;width:100%!important;box-sizing:border-box!important}.mobile-wrap{flex-wrap:wrap!important;gap:16px!important}.exam-split-layout{flex-direction:column!important;margin:-20px -10px!important;height:calc(100vh - 70px)!important}.exam-split-layout>div:nth-child(2){width:100%!important;max-height:40vh!important;border-left:none!important;border-top:1px solid #e2e8f0!important}.exam-split-layout .optic-panel.hidden{display:none!important}.exam-split-layout>div:first-child{flex:1 1!important}.mobile-col{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important}.mobile-col>div{width:100%!important}.responsive-exam-grid,.responsive-exam-header{font-size:.7rem!important;gap:2px!important}.responsive-exam-grid>div,.responsive-exam-header>div{padding:6px 4px!important;font-size:.7rem!important;word-break:break-word!important;overflow-wrap:break-word!important;min-width:0!important}.responsive-exam-grid a,.responsive-exam-grid button{padding:4px 6px!important;font-size:.65rem!important}div[style*="60px 200px"]{grid-template-columns:1fr 2fr 1.5fr 1.5fr 2fr!important}.calendar-scroll{overflow-x:auto!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%!important;max-width:100%!important}.calendar-scroll::-webkit-scrollbar{display:none}.calendar-scroll>div{min-width:60px}section:first-of-type{padding-top:120px;padding-bottom:30px!important;padding-left:3%!important;padding-right:3%!important}.glass-panel{padding:28px 20px!important;border-radius:20px!important}section{padding-left:4%!important;padding-right:4%!important}.hero-grid,div[style*="repeat(auto-fit"]{grid-template-columns:1fr!important}.hero-grid{gap:30px!important}h1{font-size:clamp(1.4rem,6vw,2rem)!important}h2{font-size:clamp(1.2rem,5vw,1.8rem)!important}.card-premium{margin-bottom:0}button[style*="48px"]{padding:12px 24px!important;font-size:1rem!important}.responsive-flex,.responsive-flex-reverse{flex-direction:column!important}.responsive-grid{grid-template-columns:1fr!important}.dashboard-main table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;white-space:nowrap}.dashboard-main div[style*="justify-content: space-between"],.dashboard-main div[style*="justifyContent: 'space-between'"]{flex-wrap:wrap;gap:16px}.dashboard-main div[style*="width: '600px'"],.dashboard-main div[style*="width: '800px'"]{width:100%!important;max-width:100%!important;padding:20px!important}.mobile-hidden{display:none!important}.mobile-text-center{text-align:center!important}.mobile-btn{padding:10px 20px!important;font-size:.9rem!important;width:auto!important}.mobile-video-container{height:250px!important;min-height:auto!important}.mobile-chat-list{border-right:none!important}.mobile-chat-list,.mobile-chat-view{width:100%!important;min-width:100%!important}.hidden-mobile{display:none!important}.mobile-back-btn{display:flex!important;align-items:center;justify-content:center;background:transparent;border:none;padding:8px;margin-right:8px;cursor:pointer;color:#54656f}}@media (max-width:480px){.floating-symbol{display:none}.glass-panel{padding:24px 16px!important}h1{font-size:clamp(1.2rem,7vw,1.8rem)!important}}@media (hover:hover) and (pointer:fine){.no-hover-dashboard .btn-premium:hover,.no-hover-dashboard .card-premium:hover,.no-hover-dashboard img:hover{transform:none!important}.no-hover-dashboard .card-premium:hover{box-shadow:var(--shadow-md)!important}.no-hover-dashboard .btn-primary:hover{background:var(--accent-blue)!important}.no-hover-dashboard .btn-navy:hover{background:var(--primary)!important}.no-hover-dashboard .btn-green:hover{background:var(--accent-green)!important}.no-hover-dashboard .btn-yellow:hover{background:var(--accent-gold)!important}.no-hover-dashboard .btn-outline:hover{background:white!important;color:var(--accent-blue)!important}}.no-hover-dashboard .card-premium:hover:before{opacity:0!important}.recharts-responsive-container,.recharts-responsive-container:focus,.recharts-surface,.recharts-surface *,.recharts-surface:focus,.recharts-wrapper,.recharts-wrapper *,.recharts-wrapper:focus{outline:none!important;border:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.support-h1{font-family:var(--font-inter),sans-serif!important;font-size:24px!important;font-weight:600!important;color:#1e1b4b!important;margin:0!important;line-height:1.2!important;letter-spacing:-.02em!important}.support-h2{font-size:18px!important;line-height:1.3!important}.support-h2,.support-h3{font-family:var(--font-inter),sans-serif!important;font-weight:500!important;color:#1e1b4b!important;margin:0!important}.support-h3{font-size:16px!important;line-height:1.4!important}.support-body{line-height:1.5!important}.support-body,.support-label{font-size:14px!important;font-weight:400!important;color:#4b5563!important;margin:0!important}.support-body,.support-container,.support-label{font-family:var(--font-inter),sans-serif!important}.support-container{background-color:#f8fafc!important;padding:32px!important;min-height:100vh!important}.support-header-wrap{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:32px!important;padding-bottom:16px!important;border-bottom:1px solid #e2e8f0!important}.support-card{background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:24px!important;box-shadow:none!important}.support-table{width:100%!important;border-collapse:collapse!important;text-align:left!important}.support-table th{font-weight:500!important;font-size:13px!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-bottom:1px solid #e2e8f0!important;background:#f8fafc!important}.support-table td,.support-table th{padding:16px 24px!important;font-family:var(--font-inter),sans-serif!important;color:#4b5563!important}.support-table td{font-weight:400!important;font-size:14px!important;border-bottom:1px solid #f1f5f9!important}.support-table tr:hover td{background:#f8fafc!important}.support-btn-primary{background:#0055ff!important;color:#ffffff!important;font-family:var(--font-inter),sans-serif!important;font-weight:500!important;font-size:14px!important;padding:8px 16px!important;border-radius:8px!important;border:none!important;cursor:pointer!important;transition:all .2s!important}.support-btn-primary:hover{background:#0077cc!important}.support-badge{font-family:var(--font-inter),sans-serif!important;font-weight:500!important;font-size:12px!important;padding:4px 12px!important;border-radius:20px!important}.support-badge-blue{background:#eff6ff!important;color:#2563eb!important}.support-badge-green{background:#f0fdf4!important;color:#15803d!important}.support-badge-red{background:#fef2f2!important;color:#b91c1c!important}.support-badge-yellow{background:#fefce8!important;color:#ca8a04!important}.support-badge-gray{background:#f1f5f9!important;color:#4b5563!important}.support-input{width:100%!important;padding:10px 13px!important;border-radius:8px!important;border:1px solid #e2e8f0!important;outline:none!important;background:#f8fafc!important;font-family:var(--font-inter),sans-serif!important;font-size:14px!important;color:#1e1b4b!important;box-sizing:border-box!important;transition:all .2s!important}.support-input:focus{border-color:#0055ff!important;background:#ffffff!important}.teacher-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;background-color:#f5f5f7!important;padding:32px!important;min-height:100vh!important;color:#1d1d1f!important}.teacher-header-wrap{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:32px!important;padding-bottom:16px!important;border-bottom:1px solid #e5e5e7!important}.teacher-h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:24px!important;font-weight:600!important;color:#1e1b4b!important;margin:0!important;letter-spacing:-.01em!important}.teacher-h2{font-size:18px!important}.teacher-h2,.teacher-h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-weight:500!important;color:#1e1b4b!important;margin:0!important}.teacher-h3{font-size:16px!important}.teacher-body{font-size:14px!important;color:#424245!important;line-height:1.5!important}.teacher-body,.teacher-caption{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-weight:400!important;margin:0!important}.teacher-caption{font-size:12px!important;color:#86868b!important}.teacher-card{background:#ffffff!important;border:1px solid #e5e5e7!important;border-radius:12px!important;padding:24px!important;box-shadow:none!important}.teacher-table{width:100%!important;border-collapse:collapse!important;text-align:left!important}.teacher-table th{padding:12px 16px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-weight:500!important;color:#86868b!important;font-size:12px!important;text-transform:uppercase!important;border-bottom:1px solid #e5e5e7!important}.teacher-table td{padding:14px 16px!important;font-weight:400!important;color:#1d1d1f!important;border-bottom:1px solid #f5f5f7!important}.teacher-btn-primary,.teacher-table td{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:14px!important}.teacher-btn-primary{background:#0055ff!important;color:#ffffff!important;font-weight:500!important;padding:8px 16px!important;border-radius:8px!important;border:none!important;cursor:pointer!important;transition:opacity .2s!important}.teacher-btn-primary:hover{opacity:.9!important}.teacher-badge{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-weight:500!important;font-size:12px!important;padding:4px 10px!important;border-radius:12px!important}.teacher-badge-blue{background:#e0f2fe!important;color:#0055ff!important}.teacher-badge-gray{background:#f5f5f7!important;color:#424245!important}.teacher-badge-green{background:#dcfce7!important;color:#15803d!important}.teacher-badge-red{background:#fee2e2!important;color:#b91c1c!important}.teacher-badge-yellow{background:#fefce8!important;color:#ca8a04!important}.teacher-input{width:100%!important;padding:10px 14px!important;border-radius:8px!important;border:1px solid #e5e5e7!important;outline:none!important;background:#ffffff!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:14px!important;color:#1d1d1f!important;box-sizing:border-box!important;transition:border-color .2s!important}.teacher-input:focus{border-color:#0055ff!important}.content-container{max-width:1200px!important;margin:0 auto!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;color:#1d1d1f!important;padding:24px!important}.content-header-wrap{display:flex!important;justify-content:space-between!important;align-items:flex-end!important;margin-bottom:40px!important;border-bottom:1px solid #e5e5e7!important;padding-bottom:24px!important}.content-h1{font-size:24px!important;font-weight:600!important;letter-spacing:-.02em!important;color:#1e1b4b!important;margin:0 0 8px!important}.content-h2{font-size:18px!important;font-weight:500!important;letter-spacing:-.01em!important;color:#1e1b4b!important;margin:0 0 12px!important}.content-body{font-size:14px!important;font-weight:400!important;color:#424245!important;line-height:1.5!important;margin:0!important}.content-caption{font-size:12px!important;font-weight:400!important;color:#86868b!important}.content-card{background:#ffffff!important;border-radius:12px!important;border:1px solid #e5e5e7!important;padding:20px!important;box-shadow:0 2px 8px rgba(0,0,0,.03)!important;transition:transform .2s,box-shadow .2s!important}.content-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.06)!important}.content-btn-primary{background:#1d1d1f!important;color:#ffffff!important;font-size:14px!important;font-weight:500!important;padding:8px 16px!important;border-radius:8px!important;border:none!important;cursor:pointer!important;transition:opacity .2s,transform .1s!important}.content-btn-primary:hover{opacity:.9!important}.content-btn-primary:active{transform:scale(.98)!important}.content-badge{font-weight:500!important;font-size:12px!important;padding:4px 10px!important;border-radius:12px!important}.content-badge-blue{background:#e0f2fe!important;color:#0055ff!important}.content-badge-gray{background:#f5f5f7!important;color:#424245!important}.content-badge-green{background:#dcfce7!important;color:#15803d!important}.content-badge-red{background:#fee2e2!important;color:#b91c1c!important}.content-badge-purple{background:#f3e8ff!important;color:#9333ea!important}.content-input{width:100%!important;padding:10px 14px!important;border-radius:8px!important;border:1px solid #e5e5e7!important;outline:none!important;background:#ffffff!important;font-size:14px!important;color:#1d1d1f!important;box-sizing:border-box!important;transition:border-color .2s!important}.content-input:focus{border-color:#1d1d1f!important}.content-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.content-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.content-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.content-stats-wrap{display:flex;gap:24px;align-items:center}@media (max-width:1024px){.content-grid-4{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.content-container{padding:16px!important}.content-header-wrap{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.content-grid-2,.content-grid-3,.content-grid-4{grid-template-columns:1fr!important}.content-stats-wrap{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.content-stats-divider{display:none!important}.content-card{padding:16px!important}.kanban-board-container{padding-bottom:24px!important}}.premium-loader{width:40px;height:40px;border-top:4px solid var(--bg-tertiary);border:4px solid var(--bg-tertiary);border-top-color:var(--accent-blue);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.premium-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:var(--text-muted);font-weight:600;gap:16px;min-height:200px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.card-form-container,.minimal-input,.minimal-textarea{width:100%!important;box-sizing:border-box!important}.card-form-container{padding:16px!important;overflow:hidden!important}.checkout-form-grid{grid-template-columns:1fr!important;width:100%!important;box-sizing:border-box!important}}#paytr-3d-container iframe,.paytr-container iframe,.paytr-iframe-container iframe{width:100%!important;max-width:100%!important;overflow:hidden!important}.satin-al-page{overflow-x:clip;width:100%;max-width:100vw}html{max-width:100vw}body,html{box-sizing:border-box}body{position:relative}*,:after,:before{box-sizing:inherit}@media (max-width:991px){*{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.glow-lacivert:before{display:none!important}}.calendar-scroll,.stepper-wrapper,[style*="overflow-x: auto"],[style*="overflow-x: scroll"]{touch-action:auto}.glass-panel-layout{overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;max-width:none;margin:0;box-sizing:border-box;transform:translateZ(0);height:540px;min-height:540px;flex-direction:row;gap:5%;padding:60px 5%;border-radius:32px;background:radial-gradient(circle at 50% 50%,#0055ff,#1e1b4b),linear-gradient(rgba(255,255,255,.07) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 0);background-size:100% 100%,36px 36px,36px 36px;border:1px solid rgba(0,148,255,.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.glass-panel-content-left{text-align:left;flex:1.4 1;width:100%;box-sizing:border-box;flex-direction:column;align-items:flex-start;max-width:100%;padding:0}.glass-panel-content-left,.glass-panel-content-right{position:relative;min-width:0;display:flex;justify-content:center}.glass-panel-content-right{flex:1 1;overflow:visible;width:auto;min-height:400px;flex-direction:column;align-items:center}.glass-panel-badge{align-self:flex-start;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.glass-panel-title{font-size:clamp(1.6rem,3.5vw,2.2rem);max-width:85%}.glass-panel-desc{font-size:clamp(1.05rem,1.6vw,1.25rem)}.glass-panel-buttons-wrapper{margin-top:24px}.glass-panel-buttons{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%;margin:0}.glass-panel-btn{width:140px;flex:none}.glass-panel-btn-2{width:160px;flex:none}.glass-panel-dots{align-self:flex-start}@media (max-width:1024px){.glass-panel-layout{height:850px;min-height:850px;flex-direction:column;gap:20px;padding:40px 10px;border-radius:24px;background:radial-gradient(circle at 50% 50%,#0055ff,#1e1b4b);background-image:linear-gradient(135deg,#0055ff,#1e1b4b);background-size:auto;-webkit-backdrop-filter:none;backdrop-filter:none}.glass-panel-content-left{flex:1 1}.glass-panel-content-right{flex:none;width:100%;min-height:250px}.glass-panel-badge{align-self:center;-webkit-backdrop-filter:none;backdrop-filter:none}.glass-panel-title{font-size:clamp(1.3rem,5vw,1.65rem);max-width:100%}.glass-panel-desc{font-size:1rem}.glass-panel-buttons-wrapper{margin-top:8px}.glass-panel-buttons{flex-wrap:wrap;justify-content:center;width:85%;margin:0 auto}.glass-panel-btn,.glass-panel-btn-2{width:auto;flex:1 1}.glass-panel-dots{align-self:center}.mobile-wrap{flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:16px!important}.responsive-grid,.responsive-grid-2-1,.responsive-grid-cards{grid-template-columns:1fr!important;width:100%!important}.responsive-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}iframe{max-width:100%!important;width:100%!important;box-sizing:border-box!important}.pdf-container{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}input,select,textarea{max-width:100%!important;box-sizing:border-box!important}.break-text{word-break:break-word!important;overflow-wrap:break-word!important}.card-premium{padding:20px!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f5b513e981884070-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b8442747db2a9bad-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6245472ced48d3be-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_0de778{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_0de778{--font-poppins:"Poppins","Poppins Fallback"}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a5c4db895c0c7e09-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/03daaafe1da1a86e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4990941d6def1e3f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Dancing Script Fallback;src:local("Arial");ascent-override:112.99%;descent-override:34.39%;line-gap-override:0.00%;size-adjust:81.43%}.__className_419040{font-family:Dancing Script,Dancing Script Fallback;font-weight:700;font-style:normal}.__variable_419040{--font-dancing:"Dancing Script","Dancing Script Fallback"}