:root{--primary:#5d3fd3;--primary-hover:#4b32a8;--bg-color:#fff;--bg-secondary:#f8f9fc;--text-main:#1e293b;--text-secondary:#64748b;--border-color:#e2e8f0;--font-primary:"Satoshi", sans-serif;--font-secondary:"Poppins", sans-serif;--font-tertiary:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-tertiary)}button,input,textarea,select{font-family:inherit}.global-section{width:100%;padding:100px 5%}.global-container{width:100%;max-width:1200px;margin:0 auto}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background-color:var(--primary);border:2px solid var(--bg-secondary);background-clip:padding-box;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:var(--primary-hover)}html{scrollbar-width:thin;scrollbar-color:var(--primary) var(--bg-secondary);width:100%;overflow-x:hidden}.navbar{z-index:1000;background:0 0;width:100%;padding:18px 5%;font-family:Satoshi,sans-serif;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffe0;border-bottom:1px solid #6c5ce71a;padding:14px 5%;box-shadow:0 1px #6c5ce714,0 4px 24px #0000000a}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.navbar-logo{cursor:pointer;z-index:1001;align-items:center;gap:10px;transition:transform .2s;display:flex}.navbar-logo:hover{transform:scale(1.02)}.logo-img{width:auto;height:54px}.logo-text{color:#1a1a2e;letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.logo-highlight{background:linear-gradient(135deg,#6c5ce7,#a78bfa);-webkit-text-fill-color:transparent;background-clip:text}.navbar-links{align-items:center;gap:8px;display:flex}.nav-link{color:#4b5563;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;border-radius:10px;padding:8px 16px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,#6c5ce7,#a78bfa);border-radius:2px;width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.nav-link:hover{color:#1a1a2e;background:#6c5ce70f}.nav-link:hover:after{width:50%}.nav-link-dropdown{align-items:center;gap:5px;display:flex}.nav-link-dropdown.active{color:#6c5ce7;background:#6c5ce714}.dropdown-chevron{margin-top:1px;transition:transform .3s}.dropdown-chevron.rotated{transform:rotate(180deg)}.nav-dropdown{backdrop-filter:blur(24px)saturate(180%);background:#fffffffa;border-top:1px solid #0000000d;width:100vw;max-width:100vw;padding:40px 0 60px;display:block;position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%);box-shadow:0 20px 40px #00000014}.nav-dropdown-inner{gap:60px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.mega-menu-left{flex:0 0 260px}.mega-menu-main-title{color:#1a1a2e;align-items:center;gap:12px;margin:0 0 16px;font-size:1.8rem;font-weight:700;display:flex}.arrow-icon{color:#6c5ce7;background:#6c5ce71a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.mega-menu-main-title:hover .arrow-icon{color:#fff;background:#6c5ce7;transform:translate(6px)}.arrow-icon svg{width:18px;height:18px}.mega-menu-desc{color:#4b5563;margin:0;font-size:.95rem;line-height:1.6}.mega-menu-right{flex:1}.mega-menu-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.mega-menu-column{flex-direction:column;display:flex}.mega-menu-title{color:#6c5ce7;text-align:left;letter-spacing:.5px;text-transform:uppercase;border:none;margin:0 0 12px;padding:0;font-size:.9rem;font-weight:700}.mega-menu-items{flex-direction:column;gap:16px;display:flex}.dropdown-glow{display:none}.dropdown-item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:flex-start;width:100%;padding:0;display:flex}.dropdown-item:hover{background:0 0}.dropdown-item-text{color:#475569;font-size:.9rem;font-weight:500;line-height:1.4;transition:color .2s}.dropdown-item:hover .dropdown-item-text{color:#6c5ce7}.navbar-actions{align-items:center;gap:12px;display:flex}.nav-btn-login{color:#4b5563;cursor:pointer;background:0 0;border:1.5px solid #6c5ce733;border-radius:12px;padding:10px 22px;font-family:inherit;font-size:.92rem;font-weight:600;transition:all .25s}.nav-btn-login:hover{color:#6c5ce7;background:#6c5ce70a;border-color:#6c5ce7}.nav-btn-request{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c5ce7,#5a4bcf);border:none;border-radius:12px;padding:10px 26px;font-family:inherit;font-size:.92rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 14px #6c5ce740}.nav-btn-request:before{content:"";opacity:0;background:linear-gradient(135deg,#a78bfa,#6c5ce7);transition:opacity .3s;position:absolute;inset:0}.nav-btn-request:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6c5ce759}.nav-btn-request:hover:before{opacity:1}.nav-btn-request span{z-index:1;position:relative}.mobile-menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:10px;display:none}.hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.hamburger span{transform-origin:50%;background:#1a1a2e;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.hamburger.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-overlay{backdrop-filter:blur(4px);z-index:999;background:#0006;position:fixed;inset:0}.mobile-menu{z-index:1002;background:#fff;flex-direction:column;width:85%;max-width:380px;height:100dvh;display:flex;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-8px 0 40px #0000001a}.mobile-menu-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.mobile-menu-title{color:#1a1a2e;font-size:1.1rem;font-weight:700}.mobile-close-btn{cursor:pointer;color:#4b5563;background:#6c5ce714;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.mobile-close-btn:hover{color:#6c5ce7;background:#6c5ce726}.mobile-nav-links{flex-direction:column;flex:1;gap:4px;padding:16px;display:flex}.mobile-nav-link{text-align:left;color:#1a1a2e;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-family:inherit;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.mobile-nav-link:hover,.mobile-nav-link:active{background:#6c5ce70f}.mobile-link-icon{background:#6c5ce70f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;display:flex}.mobile-accordion{flex-direction:column;display:flex}.mobile-accordion-trigger{justify-content:flex-start;position:relative}.mobile-accordion-trigger.open{color:#6c5ce7;background:#6c5ce70f}.mobile-accordion-chevron{color:#94a3b8;margin-left:auto;transition:transform .3s}.mobile-accordion-chevron.rotated{color:#6c5ce7;transform:rotate(180deg)}.mobile-accordion-content{flex-direction:column;display:flex;overflow:hidden}.mobile-accordion-scroll-area{flex-direction:column;gap:4px;max-height:300px;padding-bottom:10px;padding-left:20px;display:flex;overflow-y:auto}.mobile-accordion-scroll-area::-webkit-scrollbar{width:4px}.mobile-accordion-scroll-area::-webkit-scrollbar-thumb{background:#6c5ce74d;border-radius:4px}.mobile-category-block{flex-direction:column;margin-bottom:12px;display:flex}.mobile-category-title{color:#6c5ce7;text-transform:uppercase;letter-spacing:.5px;margin:0;padding:8px 14px 4px;font-size:.9rem;font-weight:700}.mobile-dropdown-item{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #6c5ce726;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 14px;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.mobile-dropdown-item:hover{color:#6c5ce7;background:#6c5ce70f;border-left-color:#6c5ce7}.mobile-nav-actions{border-top:1px solid #0000000f;flex-direction:column;gap:12px;padding:16px 24px 32px;display:flex}.mobile-btn-login{color:#4b5563;cursor:pointer;background:0 0;border:1.5px solid #6c5ce740;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.mobile-btn-login:hover{color:#6c5ce7;border-color:#6c5ce7}.mobile-btn-request{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c5ce7,#5a4bcf);border:none;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #6c5ce740}.mobile-btn-request:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6c5ce759}@media (width<=1024px){.desktop-only{display:none!important}.mobile-menu-toggle{display:block}.nav-dropdown{display:none}}@media (width<=480px){.navbar{padding:14px 4%}.navbar.scrolled{padding:10px 4%}.logo-text{font-size:1.3rem}.mobile-menu{width:100%;max-width:100%}}.hero-section{font-family:var(--font-primary);background-color:#fff;align-items:center;min-height:90vh;padding:120px 0 160px;display:flex;position:relative;overflow:hidden}.hero-bg-grid{z-index:0;background-image:linear-gradient(#6c5ce708 1px,#0000 1px),linear-gradient(90deg,#6c5ce708 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.hero-glow-orb{pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed1f 0%,#0000 65%);width:900px;height:900px;position:absolute;top:150px;right:-100px}.hero-container{z-index:2;grid-template-columns:1fr 1.3fr;align-items:center;gap:60px;width:100%;max-width:1300px;margin:0 auto;padding:0 4%;display:grid;position:relative}.hero-left{max-width:540px}.hero-eyebrow{align-items:center;gap:12px;margin-bottom:24px;display:inline-flex}.he-avatars{display:flex}.he-avatars img{border:2px solid #fff;border-radius:50%;width:28px;height:28px;margin-left:-10px}.he-avatars img:first-child{margin-left:0}.he-text{color:#5a67d8;align-items:center;gap:8px;font-size:.85rem;font-weight:700;display:flex}.he-stars{color:#f59e0b;letter-spacing:1px}.hero-title{color:#0f172a;letter-spacing:-1.5px;margin-bottom:24px;font-size:3rem;font-weight:800;line-height:1.1}.hero-highlight{color:#5a67d8}.hero-desc{color:#64748b;max-width:480px;margin-bottom:40px;font-size:1.05rem;font-weight:500;line-height:1.6}.hero-actions{align-items:center;gap:24px;margin-bottom:50px;display:flex}.btn-primary-pill{color:#fff;cursor:pointer;background:#5a67d8;border:none;border-radius:40px;align-items:center;gap:12px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #5a67d866}.btn-primary-pill:hover{transform:translateY(-2px);box-shadow:0 15px 30px #5a67d880}.btn-primary-pill svg{width:16px;height:16px}.btn-play-video{color:#5a67d8;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.play-icon-wrap{color:#5a67d8;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 15px #5a67d826}.play-icon-wrap svg{width:20px;height:20px;margin-left:2px}.btn-play-video:hover .play-icon-wrap{transform:scale(1.05)}.hero-features{background:#fff;border:1px solid #f1f5f9;border-radius:24px;align-items:center;gap:24px;padding:16px 24px;display:inline-flex;box-shadow:0 10px 30px #00000008}.hf-item{flex-shrink:0;align-items:center;gap:12px;display:flex}.hf-item svg{flex-shrink:0;width:32px;height:32px}.hf-text{white-space:nowrap;flex-direction:column;display:flex}.hf-text strong{color:#0f172a;font-size:.85rem;font-weight:700}.hf-text span{color:#64748b;font-size:.75rem}.hf-divider{background:#e2e8f0;width:1px;height:30px}.hero-right{z-index:10;transform-origin:100%;position:relative;transform:scale(.92)}.premium-dash-wrapper{width:100%;height:520px;display:flex;position:relative}.dash-ambient-glow{filter:blur(80px);z-index:-1;opacity:.6;border-radius:50%;position:absolute}.dash-ambient-glow.glow-1{background:#7c3aed;width:300px;height:300px;top:-50px;right:-50px}.dash-ambient-glow.glow-2{background:#3b82f6;width:250px;height:250px;bottom:-20px;left:-20px}.glass-dashboard{-webkit-backdrop-filter:blur(24px);background:#fff6;border:1px solid #fff9;border-radius:24px;width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000012,inset 0 0 0 1px #ffffff80}.glass-sidebar{background:#ffffff4d;border-right:1px solid #fff6;flex-direction:column;align-items:center;gap:32px;width:76px;padding:24px 0;display:flex}.gs-logo{background:linear-gradient(135deg,#5a67d8,#7c3aed);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 8px 16px #7c3aed4d}.gs-logo-dot{background:#fff;border-radius:6px;width:16px;height:16px}.gs-nav{flex-direction:column;gap:20px;display:flex}.gs-icon{color:#64748b;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.gs-icon svg{stroke-width:2.2px;width:20px;height:20px}.gs-icon:hover{color:#5a67d8;background:#ffffff80}.gs-icon.active{color:#5a67d8;background:#fff;box-shadow:0 4px 12px #0000000d}.glass-content{flex-direction:column;flex:1;gap:24px;padding:28px;display:flex}.gc-header{justify-content:space-between;align-items:center;display:flex}.gc-title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.gc-subtitle{color:#64748b;margin:4px 0 0;font-size:.85rem}.gc-actions{align-items:center;gap:16px;display:flex}.gc-search{color:#64748b;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #0000000a}.gc-search svg{width:16px;height:16px}.gc-profile img{border:2px solid #fff;border-radius:50%;width:40px;height:40px;box-shadow:0 4px 10px #00000014}.gc-kpi-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.kpi-card{background:#fff;border:1px solid #fffc;border-radius:16px;align-items:center;gap:12px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 20px #00000005}.kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.kpi-icon svg{stroke-width:2px;width:20px;height:20px}.i-purple{color:#7c3aed;background:#7c3aed1a}.i-blue{color:#3b82f6;background:#3b82f61a}.i-green{color:#10b981;background:#10b9811a}.kpi-info{flex-direction:column;display:flex}.kpi-info span{color:#64748b;margin-bottom:2px;font-size:.75rem;font-weight:600}.kpi-info strong{color:#0f172a;font-size:1.25rem;font-weight:800;line-height:1}.kpi-trend{font-size:.7rem;font-weight:700;position:absolute;top:16px;right:16px}.kpi-trend.up{color:#10b981}.gc-bottom-grid{flex:1;grid-template-columns:1.5fr 1fr;gap:20px;min-height:0;display:grid}.gc-chart-widget,.gc-list-widget{background:#fff;border-radius:16px;flex-direction:column;padding:20px;display:flex;box-shadow:0 10px 20px #00000005}.widget-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.widget-head h4{color:#0f172a;margin:0;font-size:.9rem;font-weight:700}.widget-select{color:#64748b;background:0 0;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:4px 8px;font-size:.75rem}.widget-link{color:#5a67d8;font-size:.75rem;font-weight:600;text-decoration:none}.chart-wrapper{flex:1;position:relative}.chart-wrapper svg{width:100%;height:100%;overflow:visible}.chart-pulse{animation:2s infinite pulseDot}@keyframes pulseDot{0%{box-shadow:0 0 #5a67d866}70%{box-shadow:0 0 0 10px #5a67d800}to{box-shadow:0 0 #5a67d800}}.chart-tooltip{color:#fff;background:#1e293b;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:600;position:absolute;transform:translate(-50%,-100%);box-shadow:0 4px 12px #00000026}.exam-list{flex-direction:column;gap:14px;display:flex;overflow-y:auto}.exam-item{align-items:center;gap:12px;display:flex}.e-date{color:#5a67d8;background:#5a67d814;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;line-height:1.1;display:flex}.e-date span{font-size:.9rem;font-weight:800}.e-date small{text-transform:uppercase;font-size:.6rem;font-weight:700}.e-details{flex-direction:column;display:flex}.e-details strong{color:#0f172a;margin-bottom:2px;font-size:.85rem}.e-details span{color:#64748b;font-size:.7rem}.glass-float{-webkit-backdrop-filter:blur(16px);z-index:20;background:#ffffffd9;border:1px solid #ffffffe6;border-radius:16px;padding:16px;position:absolute;box-shadow:0 20px 40px #0000001a}.float-live{width:240px;top:40px;right:-40px}.f-live-header{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-bottom:12px;font-size:.75rem;font-weight:700;display:flex}.live-indicator{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.f-live-content{align-items:center;gap:12px;margin-bottom:16px;display:flex}.f-teacher{border-radius:50%;width:40px;height:40px}.f-live-text{flex-direction:column;display:flex}.f-live-text strong{color:#0f172a;font-size:.85rem}.f-live-text span{color:#64748b;font-size:.7rem}.f-live-stats{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.f-live-stats span{color:#64748b;align-items:center;gap:6px;font-size:.7rem;font-weight:600;display:flex}.f-live-stats svg{width:14px;height:14px}.join-btn{color:#fff;cursor:pointer;background:#5a67d8;border:none;border-radius:20px;padding:6px 16px;font-size:.75rem;font-weight:700;transition:all .2s}.join-btn:hover{background:#4c1d95}.float-fee{align-items:flex-start;gap:16px;width:230px;display:flex;bottom:40px;left:-50px}.fee-icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 8px 16px #10b9814d}.fee-icon svg{width:20px;height:20px}.fee-text{flex:1}.fee-text strong{color:#0f172a;margin-bottom:2px;font-size:.85rem;display:block}.fee-text p{color:#64748b;margin:0 0 12px;font-size:.7rem}.progress-bg{background:#e2e8f0;border-radius:3px;width:100%;height:6px;margin-bottom:8px;overflow:hidden}.progress-bar{background:#10b981;border-radius:3px;height:100%}.fee-stats{justify-content:space-between;align-items:center;display:flex}.fee-stats span{color:#64748b;font-size:.65rem;font-weight:600}.fee-stats strong{color:#0f172a;font-size:.75rem;font-weight:800}.float-alert{border-radius:40px;align-items:center;gap:12px;padding:12px 20px;display:flex;bottom:-30px;right:20px}.alert-badge{color:#fff;background:#f59e0b;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 6px 12px #f59e0b4d}.alert-badge svg{width:16px;height:16px}.alert-text{flex-direction:column;display:flex}.alert-text strong{color:#0f172a;font-size:.8rem}.alert-text span{color:#64748b;font-size:.7rem}@media (width<=1100px){.hero-container{grid-template-columns:1fr;gap:80px}.hero-left{text-align:center;margin:0 auto}.hero-right{transform-origin:50%;transform:scale(.9)}.he-avatars,.hero-actions{justify-content:center}.hero-desc{margin:0 auto 40px}.float-live{right:10px}.float-fee{left:10px}}@media (width<=768px){.hero-section{padding:100px 0 80px}.hero-title{font-size:2.2rem}.hero-desc{font-size:.95rem}.hero-right{transform:none}.hero-actions{flex-direction:column;gap:16px;width:100%}.btn-primary-pill,.btn-play-video{justify-content:center;width:100%}.hero-features{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex}.hf-divider{width:100%;height:1px}.gc-bottom-grid,.gc-kpi-grid{grid-template-columns:1fr}.glass-dashboard{flex-direction:column;height:auto}.glass-sidebar{border-bottom:1px solid #fff6;border-right:none;flex-direction:row;justify-content:space-between;width:100%;padding:12px 16px;overflow-x:auto}.gs-nav{flex-direction:row;gap:8px}.glass-float{width:100%;margin-top:16px;position:static;animation:none!important;transform:none!important}.premium-dash-wrapper{flex-direction:column;height:auto;padding-bottom:20px}}@media (width<=480px){.hero-title{font-size:1.8rem}.gc-header{flex-direction:column;align-items:flex-start;gap:16px}.gc-actions{justify-content:space-between;width:100%}.glass-content{padding:16px}.kpi-card{flex-direction:column;align-items:flex-start}.kpi-trend{margin-top:8px;position:static}}.footer-section{color:#fff;background:#0a0e1a;padding:0;font-family:Satoshi,sans-serif;position:relative;overflow:hidden}.footer-section:before{content:"";pointer-events:none;background:radial-gradient(at 20% 0,#6c5ce714 0%,#0000 50%),radial-gradient(at 80% 100%,#a78bfa0f 0%,#0000 50%);position:absolute;inset:0}.footer-glow-line{opacity:.6;background:linear-gradient(90deg,#0000,#6c5ce7 30%,#a78bfa 50%,#6c5ce7 70%,#0000);height:2px}.footer-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 5%;position:relative}.footer-top{grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:48px;padding:72px 0 56px;display:grid}.footer-col{flex-direction:column;display:flex}.footer-logo{align-items:center;gap:10px;margin-bottom:20px;text-decoration:none;transition:transform .2s;display:flex}.footer-logo:hover{transform:scale(1.02)}.footer-logo-img{filter:brightness(0)invert();width:auto;height:54px}.footer-logo-text{color:#fff;letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.footer-logo-highlight{background:linear-gradient(135deg,#6c5ce7,#a78bfa);-webkit-text-fill-color:transparent;background-clip:text}.footer-desc{color:#8b95a8;max-width:320px;margin-bottom:28px;font-size:.92rem;line-height:1.7}.footer-social-links{gap:10px;display:flex}.footer-social-icon{color:#8b95a8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.footer-social-icon:hover{color:#fff;background:linear-gradient(135deg,#6c5ce7,#a78bfa);border-color:#0000;transform:translateY(-3px);box-shadow:0 8px 20px #6c5ce74d}.footer-title{text-transform:uppercase;letter-spacing:1.5px;color:#fff;margin-bottom:24px;padding-bottom:12px;font-size:.85rem;font-weight:700;position:relative}.footer-title:after{content:"";background:linear-gradient(90deg,#6c5ce7,#a78bfa);border-radius:2px;width:24px;height:2px;position:absolute;bottom:0;left:0}.footer-title-mt{margin-top:32px}.footer-links{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-links a,.footer-link-btn{color:#8b95a8;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:6px;padding-left:0;font-family:inherit;font-size:.92rem;text-decoration:none;transition:all .25s;display:inline-flex;position:relative}.footer-links a:before,.footer-link-btn:before{content:"";opacity:0;background:#6c5ce7;border-radius:50%;width:6px;height:6px;transition:all .25s;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.footer-links a:hover,.footer-link-btn:hover{color:#fff;padding-left:14px}.footer-links a:hover:before,.footer-link-btn:hover:before{opacity:1;left:0}.footer-contact-link{align-items:center!important;gap:8px!important;display:inline-flex!important}.footer-contact-link svg{opacity:.6;flex-shrink:0}.footer-contact-link:hover svg{opacity:1}.footer-cta-strip{padding:0 0 48px}.footer-cta-content{background:linear-gradient(135deg,#6c5ce71f,#a78bfa14);border:1px solid #6c5ce726;border-radius:20px;justify-content:space-between;align-items:center;gap:32px;padding:36px 40px;display:flex;position:relative;overflow:hidden}.footer-cta-content:before{content:"";background:linear-gradient(90deg,#0000,#6c5ce766,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer-cta-text h3{color:#fff;margin-bottom:6px;font-size:1.35rem;font-weight:700}.footer-cta-text p{color:#8b95a8;font-size:.92rem}.footer-cta-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6c5ce7,#5a4bcf);border:none;border-radius:14px;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 20px #6c5ce74d}.footer-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6c5ce773}.footer-cta-btn svg{transition:transform .2s}.footer-cta-btn:hover svg{transform:translate(3px)}.footer-bottom{color:#5a6478;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:24px 0;font-size:.85rem;display:flex}.footer-bottom p{margin:0}.footer-bottom-links{align-items:center;gap:8px;display:flex}.footer-bottom-links a{color:#5a6478;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#a78bfa}.footer-divider{color:#3a4050;font-size:1rem}@media (width<=1024px){.footer-top{grid-template-columns:1fr 1fr;gap:40px;padding:56px 0 40px}.brand-col{grid-column:1/-1}.footer-cta-content{text-align:center;flex-direction:column;padding:32px 28px}.footer-cta-text{text-align:center}}@media (width<=640px){.footer-top{grid-template-columns:1fr;gap:36px;padding:48px 0 36px}.brand-col{grid-column:auto}.footer-desc{max-width:100%}.footer-cta-content{padding:28px 20px}.footer-cta-text h3{font-size:1.15rem}.footer-cta-btn{justify-content:center;width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:12px;padding:20px 0}}@media (width<=480px){.footer-social-links{gap:8px}.footer-social-icon{width:38px;height:38px}}.global-cta-section{background:#fff;padding:60px 0 120px}.global-cta-container{max-width:1200px;margin:0 auto;padding:0 5%}.global-cta-box{text-align:center;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:32px;padding:80px 40px;font-family:Outfit,sans-serif;position:relative;overflow:hidden;box-shadow:0 30px 60px #0f172a33}.global-cta-box:after{content:"";pointer-events:none;background:radial-gradient(circle,#6c5ce733 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-10%}.global-cta-box h2{color:#fff;z-index:1;margin-bottom:20px;font-size:2.5rem;font-weight:800;position:relative}.global-cta-box p{color:#94a3b8;z-index:1;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;font-size:1.15rem;position:relative}.global-cta-btn-primary{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#6c5ce7,#0ea5e9);border:none;border-radius:40px;padding:18px 40px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 10px 30px #6c5ce766}.global-cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #6c5ce780}@media (width<=640px){.global-cta-box{border-radius:24px;padding:60px 20px}.global-cta-box h2{font-size:2rem}}.choose-us-section{background-color:#fff;padding:100px 0;font-family:Inter,sans-serif;overflow:hidden}.choose-us-container{align-items:center;gap:80px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.cu-left-wrapper{background:#fff;border-radius:32px;flex-direction:column;flex:.95;gap:20px;max-width:600px;padding:24px;display:flex;box-shadow:0 20px 60px #4f39f614,0 0 0 4px #4f39f60d}.cu-cards-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cu-card{border-radius:20px;flex-direction:column;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.cu-analytics.dark-card{color:#fff;background:#1c1c28}.cu-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cu-card-title{font-size:.95rem;font-weight:600}.cu-card-title.dark-text{color:#0f172a}.cu-dropdown{color:#a0a0b0;cursor:pointer;background:#2b2d42;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;display:flex}.cu-analytics-stats{justify-content:space-between;align-items:flex-end;margin-bottom:8px;display:flex}.cu-analytics-stats h2{margin:0;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700;line-height:1}.cu-badge.positive{color:#10b981;background:#10b98126;border-radius:20px;align-items:center;gap:4px;padding:6px 10px;font-size:.75rem;font-weight:600;display:flex}.cu-analytics-sub{color:#8c8c9e;margin-bottom:16px;font-size:.8rem}.cu-chart-wrapper{flex:1;align-items:flex-end;display:flex;position:relative}.cu-chart-bars{z-index:1;justify-content:space-between;align-items:flex-end;width:100%;height:90px;display:flex;position:relative}.cu-bar-col{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;width:12%;height:100%;display:flex}.cu-bar{background:linear-gradient(#3b82f6,#7e22ce);border-radius:4px 4px 0 0;width:100%}.cu-bar-col span{color:#a1a1aa;font-size:.65rem}.cu-chart-curve{z-index:2;filter:drop-shadow(0 4px 6px #3b82f680);width:100%;height:60px;position:absolute;top:15px;left:0}.cu-security.light-card{background:#fff;border:1px solid #f1f5f9}.cu-security-icon-row{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.cu-shield-box{background:#f1f0ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cu-shield-box svg{width:24px;height:24px}.cu-badge.secure{color:#14532d;background:#dcfce7;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700}.cu-h3-dark{color:#0f172a;margin-bottom:6px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.cu-p-muted{color:#64748b;margin-bottom:16px;font-size:.85rem}.cu-security-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.cu-security-list li{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.cu-sl-label{color:#64748b}.cu-sl-val{color:#475569;align-items:center;gap:8px;font-weight:600;display:flex}.cu-sl-val svg{width:14px;height:14px}.cu-ai.dark-card{color:#fff;text-align:center;background:#151522;flex-direction:column;justify-content:center;align-items:center;display:flex}.cu-ai-visual{justify-content:center;align-items:center;width:80px;height:80px;margin:10px auto 16px;display:flex;position:relative}.cu-orb-core{background:#a5b4fc;border-radius:50%;width:30px;height:30px;box-shadow:0 0 30px 10px #a5b4fc66}.cu-orb-ring{border:2px solid #a5b4fc4d;border-radius:50%;position:absolute}.r1{width:50px;height:50px}.r2{border-color:#a5b4fc1a;width:80px;height:80px}.cu-h3-white{color:#fff;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.cu-p-light{color:#94a3b8;margin-bottom:16px;font-size:.85rem;line-height:1.5}.cu-ai-active-badge{color:#a5b4fc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.75rem;font-weight:600;display:flex}.cu-satisfaction.gradient-card{color:#fff;text-align:center;background:linear-gradient(135deg,#4f39f6,#6b21a8);flex-direction:column;justify-content:center;align-items:center;display:flex}.cu-sat-progress-wrapper{width:100px;height:100px;margin:0 auto 12px;position:relative}.cu-progress-svg{width:100%;height:100%}.cu-progress-text{justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700;display:flex;position:absolute;inset:0}.cu-progress-text span{font-size:1rem}.cu-stars{color:#fbbf24;letter-spacing:2px;margin-bottom:12px;font-size:1.2rem}.cu-p-translucent{color:#fffc;margin-top:6px;font-size:.8rem}.cu-stats-row{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.cu-stat-item{align-items:center;gap:12px;display:flex}.cu-stat-icon{color:#4f39f6}.cu-stat-icon svg{width:24px;height:24px}.cu-stat-text{flex-direction:column;display:flex}.cu-stat-text strong{color:#0f172a;font-size:1.1rem;font-weight:800}.cu-stat-text span{color:#64748b;font-size:.75rem}.cu-right-content{flex:1.1;padding-left:20px}.cu-pill-badge{color:#4f39f6;letter-spacing:1.5px;text-transform:uppercase;background:#f1f0ff;border-radius:30px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;font-weight:700;display:inline-block}.cu-main-heading{color:#0f172a;letter-spacing:-1px;margin-bottom:40px;font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:700;line-height:1.15}.cu-highlight-text{color:#4f39f6}.cu-feature-list{flex-direction:column;gap:36px;display:flex}.cu-feature-item{align-items:flex-start;gap:20px;display:flex}.cu-f-icon-circle{color:#4f39f6;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cu-f-icon-circle svg{width:20px;height:20px}.cu-f-text-content h3{color:#0f172a;margin-bottom:10px;font-size:1.15rem;font-weight:700}.cu-f-text-content p{color:#475569;font-size:.95rem;line-height:1.7}@media (width<=1100px){.choose-us-container{flex-direction:column;gap:60px}.cu-right-content{text-align:center;padding-left:0}.cu-feature-list{text-align:left;max-width:500px;margin:0 auto}.cu-stats-row{flex-wrap:wrap;gap:20px}.cu-stat-item{width:45%}}@media (width<=640px){.cu-cards-grid{grid-template-columns:1fr}.cu-left-wrapper{padding:20px}.cu-stat-item{width:100%}.cu-main-heading{font-size:30px}}
