@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";._layout_sgwdp_1{min-height:100vh;display:flex;flex-direction:column}._main_sgwdp_7{flex:1}:root{--primary-purple: #51008D;--primary-purple-dark: #5A1FC7;--primary-purple-light: #8B4DE8;--primary-green: #2D5016;--primary-green-light: #4A7B2C;--accent-pink: #E91E63;--accent-orange: #FF9800;--accent-blue: #2196F3;--accent-yellow: #FFC107;--white: #FFFFFF;--black: #000000;--gray-50: #F9FAFB;--gray-70: #F3F3F3;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--bg-light-purple: #F3E5F5;--bg-light-green: #E8F5E9;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070}body{font-family:Nunito Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gray-900);background-color:var(--gray-70);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--gray-900)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:var(--spacing-md);font-size:1rem;line-height:1.6}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:var(--primary-purple)}.text-white{color:var(--white)}.text-gray{color:var(--gray-600)}.text-muted{color:var(--gray-500)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:12px 24px;font-size:1rem;font-weight:600;line-height:1;text-align:center;text-decoration:none;border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;user-select:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--primary-purple);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover:not(:disabled){background-color:var(--primary-purple-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--white);color:var(--primary-purple);border:2px solid var(--primary-purple)}.btn-secondary:hover:not(:disabled){background-color:var(--primary-purple);color:var(--white)}.btn-outline{background-color:transparent;color:var(--gray-700);border:1px solid var(--gray-300)}.btn-outline:hover:not(:disabled){background-color:var(--gray-100);border-color:var(--gray-400)}.btn-white{background-color:var(--white);color:var(--gray-900);box-shadow:var(--shadow-md)}.btn-white:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-sm{padding:8px 16px;font-size:.875rem}.btn-md{padding:12px 24px;font-size:1rem}.btn-lg{padding:16px 32px;font-size:1.125rem}.btn-block{width:100%;display:flex}.btn-rounded{border-radius:var(--radius-full)}.input,.textarea,.select{width:100%;padding:12px 16px;font-size:1rem;font-family:inherit;color:var(--gray-900);background-color:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);transition:all var(--transition-base);outline:none}.input:focus,.textarea:focus,.select:focus{border-color:var(--primary-purple);box-shadow:0 0 0 3px #6c2bd91a}.input::placeholder,.textarea::placeholder{color:var(--gray-400)}.textarea{resize:vertical;min-height:120px}.select{cursor:pointer;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px;appearance:none}.checkbox,.radio{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-purple)}.form-group{margin-bottom:var(--spacing-lg)}.form-label{display:block;margin-bottom:var(--spacing-sm);font-size:.875rem;font-weight:600;color:var(--gray-700)}.form-help{display:block;margin-top:var(--spacing-xs);font-size:.75rem;color:var(--gray-500)}.form-error{display:block;margin-top:var(--spacing-xs);font-size:.75rem;color:var(--accent-pink)}.search-input{padding:10px 16px 10px 44px;border-radius:var(--radius-full);border:1px solid var(--gray-200);background-color:var(--gray-100)}.search-input:focus{background-color:var(--white);border-color:var(--gray-300)}.card{background-color:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.card-header{padding:var(--spacing-lg);border-bottom:1px solid var(--gray-200)}.card-body{padding:var(--spacing-lg)}.card-footer{padding:var(--spacing-lg);border-top:1px solid var(--gray-200);background-color:var(--gray-50)}.badge{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:4px 12px;font-size:.75rem;font-weight:600;border-radius:var(--radius-full);white-space:nowrap}.badge-primary{background-color:var(--primary-purple);color:var(--white)}.badge-success{background-color:#10b981;color:var(--white)}.badge-warning{background-color:var(--accent-yellow);color:var(--gray-900)}.badge-danger{background-color:var(--accent-pink);color:var(--white)}.badge-info{background-color:var(--accent-blue);color:var(--white)}.badge-light{background-color:var(--gray-200);color:var(--gray-700)}.d-flex{display:flex}.d-grid{display:grid}.d-none{display:none}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.gap-xs{gap:var(--spacing-xs)}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.m-0{margin:0}.mt-3{margin-top:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-md)}.p-3{padding:var(--spacing-md)}.p-4{padding:var(--spacing-lg)}.w-100{width:100%}.text-center{text-align:center}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.cursor-pointer{cursor:pointer}@media(max-width:640px){.hide-mobile{display:none!important}}@media(max-width:768px){.hide-tablet{display:none!important}}@media(max-width:767px){.card-body{padding:var(--spacing-md)}}.dashboard-container{display:flex;min-height:100vh;background-color:var(--gray-70)}.sidebar{width:240px;background-color:#fcf9ff;padding:16px 0;flex-shrink:0;position:fixed;height:100vh;overflow-y:auto;z-index:1040;transition:transform .3s ease}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:0 24px;margin-bottom:16px}.sidebar-logo img{height:48px}.sidebar-logo span{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.sidebar-menu{list-style:none;padding:16px;margin:0}.sidebar-menu-item{margin-bottom:4px}.sidebar-menu-link{display:flex;align-items:center;gap:12px;padding:12px 24px;color:var(--gray-600);text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:12px;transition:all var(--transition-base)}.sidebar-menu-link svg{fill:var(--gray-600)}.sidebar-menu-link:hover,.sidebar-menu-link.active{background-color:var(--bg-light-purple);color:#7200ff;font-weight:700}.sidebar-menu-link.active svg,.sidebar-menu-link:hover svg{fill:#7200ff}.sidebar-overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:1030}.main-content{flex:1;margin-left:240px}.header{background-color:var(--white);border-bottom:1px solid var(--gray-200);padding:16px 32px;position:sticky;top:0;z-index:var(--z-sticky);display:flex;align-items:center;justify-content:space-between;gap:24px}.header-title{font-size:1.125rem;font-weight:600;margin:0}.sub-header{background:#fff;padding:15px 0;box-shadow:0 2px 4px #0000000d}.sub-header .container{max-width:98%}.mobile-menu-btn{padding:0;color:#6b7280}.mobile-menu-btn:hover{color:#111827}.header-search{flex:1;max-width:400px;position:relative}.header-search i{position:absolute;right:16px;top:10px;cursor:pointer}.header-search input{width:100%;padding:10px 16px;border:1px solid var(--gray-200);border-radius:var(--radius-full);background-color:var(--gray-100);font-size:.9375rem;outline:none;transition:all var(--transition-base)}.header-search input:focus{background-color:var(--white);border-color:var(--gray-300);box-shadow:0 0 0 3px #0000000d}.header-search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af}.header-search .form-control{padding-left:16px;border-radius:50px;background-color:#f6f6f6;border:1px solid #e5e7eb}.header-search .form-control:focus{background-color:#fff;box-shadow:0 0 0 3px #0000000d}.header-actions{display:flex;align-items:center;gap:8px;width:60%;justify-content:flex-end}.header-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-base)}.header-icon-btn:hover{background-color:var(--gray-100)}.header-icon-btn svg{width:20px;height:20px;color:var(--gray-600)}.header-user{display:flex;align-items:center;gap:12px;padding:8px;border-radius:60px;cursor:pointer;transition:background-color var(--transition-base);background:#f2e8ff}.header-user:hover{background-color:var(--gray-100)}.header-user img{width:32px;height:32px;border-radius:var(--radius-full)}.header-user-name{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.header-user svg{width:16px;height:16px;color:var(--gray-600)}.content{padding:32px}.hero-carousel-section{background-image:url(/assets/dash/img/dashboard-bg.svg);border-radius:24px;padding:48px;position:relative;overflow:hidden;margin-bottom:40px;background-size:cover;height:460px}.hero-carousel-section:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");opacity:.3;pointer-events:none}.hero-star-decor{position:absolute;color:#fff3;animation:twinkle-hero 2s ease-in-out infinite}.hero-star-decor.star-1{top:15%;left:5%;font-size:12px}.hero-star-decor.star-2{top:70%;left:8%;font-size:16px;animation-delay:.5s}.hero-star-decor.star-3{top:40%;right:15%;font-size:10px;animation-delay:1s}.hero-star-decor.star-4{bottom:20%;right:30%;font-size:14px;animation-delay:1.5s}.hero-star-decor.star-5{bottom:35%;left:25%;font-size:8px;animation-delay:.8s}@keyframes twinkle-hero{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-wave-decor{position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(180deg,transparent 0%,rgba(139,77,232,.3) 100%);border-radius:50% 50% 0 0}.hero-discount-badge{position:absolute;top:32px;right:32px;background:url(/assets/dash/img/big-star.svg);background-size:cover;color:#fff;padding:24px 32px;border-radius:50%;width:140px;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-8deg);z-index:10;animation:float-badge 3s ease-in-out infinite}@keyframes float-badge{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-10px)}}.hero-discount-badge .badge-percentage{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:4px}.hero-discount-badge .badge-text{font-size:1.25rem;font-weight:700;letter-spacing:1px}.hero-carousel-content{position:relative;z-index:5}.hero-carousel-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:16px;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero-carousel-subtitle{font-size:1.125rem;color:#fffffff2;margin-bottom:40px;line-height:1.6}.hero-character-img{position:absolute;top:135px;left:60px;width:220px;height:auto;z-index:6;animation:float-character 4s ease-in-out infinite}.hero-character-img img{width:360px}@keyframes float-character{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-course-carousel{position:relative;z-index:5;top:100px;max-width:650px}.hero-course-carousel .carousel-inner{padding:0 50px}.hero-course-carousel .carousel-control-prev,.hero-course-carousel .carousel-control-next{width:50px;height:50px;background-color:#fff;border-radius:50%;top:50%;transform:translateY(-50%);opacity:1;box-shadow:0 4px 12px #00000026;transition:all .3s}.hero-course-carousel .carousel-control-prev{left:-20px}.hero-course-carousel .carousel-control-next{right:-20px}.hero-course-carousel .carousel-control-prev:hover,.hero-course-carousel .carousel-control-next:hover{background-color:#f8f9fa;transform:translateY(-50%) scale(1.1)}.hero-course-carousel .carousel-control-prev-icon,.hero-course-carousel .carousel-control-next-icon{filter:invert(1);width:20px;height:20px}.hero-carousel-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000001f;transition:all .3s;height:100%}.hero-carousel-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000002e}.hero-carousel-card-header{display:flex;justify-content:space-between;align-items:center;padding:24px;align-content:center}.hero-carousel-card-content{padding:0 24px 24px}.hero-carousel-card-badge{display:inline-flex;align-items:center;gap:6px;background-color:#f3e5f5;color:#6c2bd9;padding:4px 16px;border-radius:50px;font-size:.875rem;font-weight:600}.hero-carousel-card-illustration{width:180px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.hero-carousel-card-illustration img{width:160px;height:auto;position:relative;z-index:2}.hero-carousel-card-illustration:before,.hero-carousel-card-illustration:after{content:"";position:absolute;background:#ffffff4d;border-radius:50%;animation:float-bubble 3s ease-in-out infinite}.hero-carousel-card-illustration:before{width:20px;height:20px;top:20%;left:15%}.hero-carousel-card-illustration:after{width:30px;height:30px;bottom:25%;right:10%;animation-delay:1s}@keyframes float-bubble{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-carousel-card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:12px}.hero-carousel-card-description{color:#6b7280;font-size:.9375rem;line-height:1.6;margin-bottom:16px}.hero-carousel-card-meta{display:flex;align-items:center;gap:16px;padding-top:12px;border-top:1px solid #e5e7eb;font-size:.875rem;color:#6b7280}@media(max-width:991px){.hero-carousel-section{padding:40px 32px}.hero-character-img{width:160px;left:60px}.hero-carousel-title{font-size:2.25rem}.hero-discount-badge{width:110px;height:110px;padding:16px}.hero-discount-badge .badge-percentage{font-size:2rem}.hero-discount-badge .badge-text{font-size:1rem}}@media(max-width:767px){.hero-carousel-section{padding:24px 16px 16px;height:auto;border-radius:12px}.hero-carousel-title{font-size:1.75rem}.hero-carousel-subtitle{font-size:1rem;margin:0}.hero-character-img{width:130px;left:50%;transform:translate(-50%);display:none}.hero-discount-badge{top:20px;right:20px;width:90px;height:90px}.hero-discount-badge .badge-percentage{font-size:1.5rem}.hero-discount-badge .badge-text{font-size:.875rem}.hero-course-carousel .carousel-inner{padding:0}.hero-course-carousel .carousel-control-prev,.hero-course-carousel .carousel-control-next{width:40px;height:40px}.hero-carousel-card-illustration{width:120px;height:120px;margin:0 auto;display:none}.hero-carousel-card-illustration img{width:80px}}.hero-banner{background:linear-gradient(135deg,#6c2bd9,#8b4de8);border-radius:24px;padding:48px;margin-bottom:40px;position:relative;overflow:hidden;min-height:280px}.hero-banner:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:32px}.hero-left{flex:1}.hero-title{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:12px;line-height:1.2}.hero-subtitle{font-size:1rem;color:#ffffffe6;margin-bottom:24px;line-height:1.5}.hero-character{position:absolute;bottom:0;left:120px;width:180px;height:auto}.hero-right{display:flex;gap:16px;flex-shrink:0}.hero-badge{position:absolute;top:32px;right:32px;background:linear-gradient(135deg,#ff6b9d,#c239b3);color:var(--white);padding:16px 24px;border-radius:20px;font-size:2rem;font-weight:700;box-shadow:0 8px 20px #00000026;z-index:2;transform:rotate(-5deg)}.hero-badge-label{display:block;font-size:1rem;font-weight:600;margin-bottom:4px}.dashboard .course-card{background-color:#f0ddff;border-radius:16px;overflow:hidden;box-shadow:0 0 #00000014;transition:all var(--transition-base);height:100%;display:flex;flex-direction:row;border:0;color:#51008d;align-items:center;align-content:center}.dashboard .course-card .card-body{z-index:99;position:relative}.dashboard .course-card .small.mb-2{background:#fff;padding:2px 8px;border-radius:40px;width:auto;display:inline-block}.dashboard .course-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000026}.dashboard .course-card-image{position:relative;z-index:99}.dashboard .course-card-image img{width:180px;min-width:180px;max-width:100%}.dashboard .course-card-image.green{background:linear-gradient(135deg,#4a7b2c,#2d5016)}.dashboard .course-card-badge{position:absolute;top:16px;left:16px;background-color:var(--white);color:var(--primary-purple);padding:6px 12px;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:6px}.dashboard .course-card-badge svg{width:14px;height:14px}.dashboard .course-card-illustration{position:absolute;right:16px;bottom:16px;width:120px;height:auto}.dashboard .course-card-body{padding:20px;flex:1;display:flex;flex-direction:column}.dashboard .course-card-category{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--gray-600);margin-bottom:8px}.dashboard .course-card-category svg{width:14px;height:14px}.dashboard .course-card-title{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:8px;line-height:1.4}.dashboard .course-card-description{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin-bottom:16px;flex:1}.dashboard .course-card-meta{display:flex;align-items:center;gap:16px;font-size:.8125rem;color:var(--gray-500);padding-top:12px;border-top:1px solid var(--gray-200)}.dashboard .course-card-meta-item{display:flex;align-items:center;gap:4px}.dashboard .course-card-meta-item svg{width:14px;height:14px}.course-body{position:relative;z-index:9}.course-body-flex{display:flex;flex-direction:row;align-items:center}.instructor-card{background-color:#ebf3ff;border-radius:16px;padding:24px;box-shadow:none;transition:all var(--transition-base);display:flex;gap:20px;align-items:flex-start;position:relative;border:0}.instructor-card:after,.course-card:after{content:"";background:url(/assets/dash/img/crs-img.svg);position:absolute;bottom:0;width:100%;display:flex;height:100%;z-index:0;right:0;background-size:cover}.instructor-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.instructor-card-image{position:relative;flex-shrink:0}.wt-chips span{background:#fff;color:#2474ec;padding:4px 10px;font-weight:500;border-radius:50px;font-size:13px}.cs-green{background:#ebffe6}.cs-green .wt-chips span{color:#197e00}.cs-purple .wt-chips span{color:#51008d}.cs-purple{background:#f5e8ff}.instructor-card-image img{width:140px;height:140px;object-fit:cover}.instructor-hours-badge{position:absolute;bottom:4px;left:50%;transform:translate(-50%);background-color:var(--accent-yellow);color:var(--gray-900);padding:8px 10px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;white-space:nowrap;box-shadow:0 2px 6px #00000026}.course-body-flex .instructor-hours-badge{bottom:-10px}.instructor-card-content{flex:1}.instructor-card-name{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:4px}.instructor-card-title{font-size:.875rem;color:var(--gray-600);margin-bottom:12px}.instructor-card-stats{display:flex;gap:16px;margin-bottom:12px}.instructor-stat{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--gray-700)}.instructor-stat svg{width:14px;height:14px;color:var(--gray-500)}.instructor-card-description{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin-bottom:16px}.instructor-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.instructor-card-price{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.instructor-card-course{font-size:.8125rem;color:var(--gray-600)}.dashboard section{margin-bottom:40px}.dashboard .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.dashboard .section-title{display:flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;color:var(--gray-900)}.dashboard .section-title svg{width:20px;height:20px;color:var(--accent-orange)}.dashboard .section-subtitle{font-size:.875rem;color:var(--gray-600);margin-top:4px}.course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.instructor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px}.topic-tabs{display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px}.tp-chips{font-size:14px;padding:6px 10px;border:1px hsl(0deg 0% 0% / 10%) solid;background:#fff;border-radius:8px;font-weight:600;gap:6px;display:flex;align-content:center}.tp-chips:hover{border:1px hsl(0deg 0% 0% / 30%) solid}.tp-chips.tp-green{color:#247f00}.tp-chips.tp-blue{color:#2474ec}.tp-chips.tp-red{color:#eb413d}.tp-chips.active{background:#51008d;color:#fff}.topic-tabs::-webkit-scrollbar{height:4px}.topic-tabs::-webkit-scrollbar-track{background:var(--gray-200);border-radius:var(--radius-full)}.topic-tabs::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:var(--radius-full)}.topic-tab{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-full);font-size:.9375rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.topic-tab:hover{border-color:var(--gray-300);background-color:var(--gray-50)}.topic-tab.active{background-color:var(--primary-purple);color:var(--white);border-color:var(--primary-purple)}.topic-tab svg{width:16px;height:16px}.large-course-card{background-color:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all var(--transition-base)}.large-course-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #0003}.large-course-card .badge{margin-bottom:16px;padding:8px 12px;color:#51008d!important}.large-course-card-image{position:relative;padding:32px;min-height:260px;display:flex;justify-content:space-between;align-items:center;background:none!important}.large-course-card-image.green{background:none!important}.large-course-card-img{width:140px;height:140px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.large-course-card-img img{width:100%;height:100%;object-fit:cover}.tp-icon-wrap{width:22px;height:22px;border-radius:50%;overflow:hidden}.circle-img-sm{width:80px;height:80px;border-radius:50%;overflow:hidden}.circle-img-sm img{width:100%;height:100%;object-fit:cover}.large-course-card-badge{width:fit-content;background-color:var(--white);color:var(--primary-purple);padding:8px 16px;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;display:flex;align-items:center;gap:6px}.large-course-card-content-top{max-width:50%}.large-course-card-title{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:12px;line-height:1.2}.large-course-card-description{font-size:.9375rem;color:#ffffffe6;line-height:1.5;margin-bottom:24px}.large-course-card-illustration{position:absolute;right:40px;bottom:40px;width:200px;height:auto}.star-decoration{position:absolute;width:20px;height:20px;color:#ffffff4d}.simple-course-card{padding:0;min-height:200px;border:0;display:flex;flex-direction:column;justify-content:flex-end;transition:all var(--transition-base);width:100%}.simple-course-card .small.text-muted{color:#51008d!important}.simple-card-img{border-radius:16px;width:100%}.simple-card-img img{width:100%;max-width:100%}.simple-course-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.simple-course-card-title{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:8px}.simple-course-card-meta{display:flex;align-items:center;gap:12px;font-size:.8125rem;color:var(--gray-600);margin-bottom:12px}.simple-course-card-instructor{font-size:.875rem;color:var(--gray-700);margin-bottom:12px}.simple-course-card-price{font-size:1.25rem;font-weight:700;color:var(--gray-900)}@media(max-width:1200px){.course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.instructor-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media(max-width:1024px){.sidebar{width:220px}.main-content{margin-left:220px}.hero-banner{padding:32px}.hero-title{font-size:2rem}.hero-character{width:140px;left:80px}}@media(max-width:768px){.sidebar{padding:16px 0}.sidebar-logo span{display:none}.sidebar-menu-link{justify-content:left;padding:12px}.main-content{margin-left:70px}.header{padding:16px 20px}.header-search{max-width:200px}.header-user-name{display:none}.content{padding:8px;width:100%;max-width:100%}.hero-banner{padding:24px;min-height:220px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem}.hero-character{width:100px;left:40px}.hero-badge{padding:12px 16px;font-size:1.5rem;top:20px;right:20px}.course-grid,.instructor-grid{grid-template-columns:1fr}.instructor-card-footer{flex-direction:column;align-items:center}}@media(max-width:640px){.sidebar{transform:translate(-100%);position:fixed;z-index:var(--z-modal)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.header-title{font-size:1rem}.header-search{display:none}.hero-content{flex-direction:column}.hero-right{width:100%;flex-direction:column}.large-course-card-content-top{max-width:100%}.large-course-card-illustration{position:relative;right:auto;bottom:auto;width:150px;margin:20px auto 0}.sidebar{transform:translate(-100%)}.sidebar.show{transform:translate(0)}.sidebar-overlay.show{display:block}}.back-button{color:#1a1a1a;text-decoration:none;font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.back-button:hover{color:#5c2d91}.dashboard .hero-section{background:#f0ddff;border-radius:20px;padding:32px;margin-top:0;position:relative;overflow:hidden;min-height:340px}.dashboard .hero-section .row{position:relative;z-index:9;display:flex;align-items:center}.dashboard .hero-section:after{content:"";position:absolute;top:0;right:0;width:100%;background:url(/assets/dash/img/crs-bg.svg);height:100%;background-size:cover}.science-badge{background:#fff;color:#5c2d91;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-bottom:20px}.science-badge i{color:#5c2d91}.hero-title{color:#5c2d91;font-size:40px;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-description{color:#6b4c8a;font-size:15px;margin-bottom:15px;max-width:450px}.course-meta{color:#1a1a1a;font-size:14px;font-weight:600;margin-bottom:30px}.play-button{background:#2d2d2d;color:#fff;border:none;padding:15px 32px;border-radius:30px;font-size:15px;font-weight:500;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s ease}.play-button:hover{background:#1a1a1a;transform:translateY(-2px)}.hero-image{z-index:99;text-align:center}.beaker-container{border-radius:50%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.beaker-img{width:180px;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.test-tube-img{width:100px;height:auto;position:absolute;right:40px;top:50%;transform:translateY(-50%) rotate(20deg);filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.floating-particles{width:100%;height:100%}.floating-particles img{max-width:100%;width:300px}.particle{position:absolute;border-radius:50%;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-bg-sh{background:#fff;padding:32px;border-radius:15px;margin-top:0;box-shadow:0 2px 10px #0000000d}.section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.about-text{color:#666;font-size:14px;line-height:1.8}.course-info-card{padding:30px;box-shadow:0 2px 10px #0000000d;margin-bottom:30px}.price-section{padding-top:0}.price-label{color:#000;font-size:13px;margin-bottom:5px}.price{color:#1a1a1a;font-size:40px;font-weight:700;margin-bottom:20px;line-height:40px}.enroll-button{background:#5c2d91;color:#fff;border:none;padding:14px 0;border-radius:30px;font-size:15px;font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;max-width:50%;transition:all .3s ease;margin:0 auto}.learning-section{background:#fcf9ff;margin-top:30px}.learning-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:25px}.learning-item p{color:#1a1a1a;font-size:14px;line-height:1.6;margin:0}.plans-section{background:#f7edff;padding:32px;border-radius:20px;margin-top:30px;box-shadow:0 2px 10px #0000000d}.testimonials-section{margin-top:40px;position:relative;background:#eff5ff}.carousel-inner{position:relative;z-index:99}.testimonials-section:after{content:"";position:absolute;top:0;right:0;width:100%;background:url(/assets/dash/img/crs-bg.svg);height:100%;background-size:cover}.carousel-control-prev,.carousel-control-next{width:40px;height:40px;background:#fff;border-radius:50%;top:50%;transform:translateY(-50%);opacity:1;box-shadow:0 2px 10px #0000001a}.carousel-control-prev{left:-20px}.carousel-control-next{right:-20px}.carousel-control-prev-icon,.carousel-control-next-icon{filter:invert(1);width:20px;height:20px}.lessons-section{background:#fff;padding:32px;border-radius:15px;margin-top:30px}@media(max-width:768px){.hero-section{padding:30px}.hero-title{font-size:32px}.hero-image{position:relative;right:0;margin-top:30px;width:250px;height:250px}.learning-grid{grid-template-columns:1fr}.plans-section{padding:16px}.plans-section>.row>.col-md-6{margin-bottom:16px}}.cta-card{background:#f0ddff;border-radius:15px;text-align:center}.buddy-section{background:#f0ddff;border-radius:25px;padding:32px;position:relative;overflow:hidden;margin-top:30px}.buddy-title{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:16px}.buddy-features{list-style:none;padding:0;margin-bottom:30px}.buddy-features li{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:#51008d;font-weight:500}.buddy-features li i{color:#5c2d91;font-size:18px}.add-buddy-button{background:#51008d;color:#fff;border:none;padding:15px 24px;border-radius:30px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease}.add-buddy-button:hover{background:#4a2373;transform:translateY(-2px)}.add-buddy-button input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:white}.buddy-image{position:absolute;right:0;bottom:0;width:auto;max-width:720px}.promo-card{background:#f0ddff;border-radius:20px;padding:30px;margin-bottom:30px}.promo-title{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:20px}.promo-input-group{display:flex;gap:16px;flex-direction:row;width:100%}.promo-input{flex:1;padding:15px 20px;border:none;border-radius:12px;font-size:15px;font-weight:500;background:#fff;color:#1a1a1a}.promo-input::placeholder{color:#999}.apply-button{background:#51008d;color:#fff;border:none;padding:15px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.apply-button:hover{background:#4a2373}.summary-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 2px 10px #0000000d}.summary-title{color:#1a1a1a;font-size:28px;font-weight:700;margin-bottom:30px}.summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.summary-label{color:#666;font-weight:500}.summary-value{color:#1a1a1a;font-weight:600}.summary-total{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;margin-top:24px;border-bottom:1px solid #f0f0f0;margin-bottom:16px;flex-direction:column}.total-value{color:#1a1a1a;font-size:24px;font-weight:700}.continue-button{background:#51008d;color:#fff;border:none;padding:14px 0;border-radius:30px;font-size:16px;font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;cursor:pointer;transition:all .3s ease}.continue-button:hover{background:#4a2373;transform:translateY(-2px)}@media(max-width:992px){.hero-image{position:relative;right:0;margin-top:30px;width:250px;height:250px}.buddy-image{position:relative;max-width:150%;left:-80px;top:30px}.hero-title{font-size:32px}.buddy-title{font-size:24px}}@media(max-width:768px){.course-hero,.buddy-section{padding:30px;margin-bottom:24px}.promo-input-group{flex-direction:column}.apply-button{width:100%}}.timeslot-section{background:#f4e7ff;border-radius:25px;padding:32px;margin-bottom:30px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:15px}.timeslot-section .section-title{color:#1a1a1a;font-size:32px;font-weight:700;margin:0}.timezone-selector{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 20px;border-radius:25px;cursor:pointer;border:none;font-size:14px;font-weight:500;color:#5c2d91;transition:all .3s ease}.timezone-selector:hover{background:#f8f8f8}.timezone-icon{width:20px;height:20px;background:#e0e0e0;border-radius:50%}.slot-duration{color:#5c2d91;font-size:15px;font-weight:600;margin-bottom:30px}.timeslot-card{background:#fff;border-radius:20px;padding:24px}.timeslot-card-title{color:#1a1a1a;font-size:22px;font-weight:700;margin-bottom:30px}.timeslot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.timeslot-button{background:#fbf5ff;border:1px solid #F3E3FF;border-radius:12px;padding:10px;font-size:15px;font-weight:600;color:#51008d;cursor:pointer;transition:all .3s ease;text-align:center}.timeslot-button:hover{background:#f0e6f9;border-color:#5c2d91}.timeslot-button.selected{background:#51008d;color:#fff}.timeslot-button:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.custom-slot-button{background:#fff;border:2px solid hsl(274.47deg 100% 27.65% / 21%);border-radius:12px;padding:14px 30px;font-size:14px;font-weight:600;color:#5c2d91;cursor:pointer;transition:all .3s ease;display:inline-block;text-align:center;line-height:16px}.custom-slot-button:hover{background:#5c2d91;color:#fff}.custom-slot-price{display:block;font-size:13px;font-weight:500;margin-top:5px}.custom-slot-area{padding:40px 0;position:relative}.custom-slot-area:after{content:"";width:25%;display:flex;height:2px;background:#f3e3ff;position:absolute;right:0;top:50%}.custom-slot-area:before{content:"";width:25%;display:flex;height:2px;background:#f3e3ff;position:absolute;left:0;top:50%}.total-label{color:#1a1a1a;font-size:16px;font-weight:600}.total-value{color:#1a1a1a;font-size:32px;font-weight:700}.timepicker{background:#fbf5ff;border:1px #F3E3FF solid;max-width:360px;width:360px}@media(max-width:1200px){.timeslot-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.timeslot-section{padding:16px;border-radius:12px}.timeslot-section .section-title{font-size:24px}.timeslot-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media(max-width:576px){.timeslot-grid{grid-template-columns:repeat(2,1fr)}}.progress-header{display:flex;align-items:center;gap:15px}.progress-bar-main{flex:1;height:8px;background:#e8d8f5;border-radius:10px;overflow:hidden}.progress-bar-fill-main{height:100%;background:#5c2d91;border-radius:10px;width:34%}.progress-text{font-size:14px;font-weight:600;color:#666;white-space:nowrap}.course-tabs{display:flex;gap:35px;border-bottom:1px solid #e0e0e0;margin-bottom:32px;padding:0 30px}.course-tabs{position:relative;top:-30px;margin:0;padding:0}.course-tabs .tab-item{padding:18px 0;font-size:15px;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;background:none;border-top:none;border-left:none;border-right:none}.course-tabs .tab-item:hover{color:#1a1a1a}.course-tabs .tab-item.active{color:#2d7aff;border-bottom-color:#2d7aff}.live-session-card{background:#2c2c2c;border-radius:20px;padding:24px;color:#fff;margin-bottom:30px;position:relative;overflow:hidden}.live-session-card .row{display:flex;align-content:center;align-items:center}.session-card{background:#363636;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-content:center;align-items:center}.session-card.pending-bg{background:#ff8d3d;min-height:190px;display:flex;justify-content:center}.session-date{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.session-day{font-size:40px;font-weight:700;line-height:1;margin-bottom:5px}.session-month{font-size:14px;font-weight:600;color:#ccc}.session-time{font-size:14px;font-weight:500;color:#ccc;margin-bottom:16px;text-align:center}.live-badge{background:linear-gradient(135deg,#eb413d,#c00);color:#fff;padding:8px 12px;border-radius:20px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;justify-content:center;width:100%;max-width:160px}.pending-badge{background:#fff;color:#333}.live-dot{width:10px;height:10px;background:#fff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.session-number{font-size:14px;font-weight:600;color:#aaa;margin-bottom:0}.session-title{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:8px;color:#fff}.session-description{font-size:14px;color:#ccc;line-height:1.6;margin-bottom:16px}.read-more{color:#2d7aff;font-weight:600;cursor:pointer}.zoom-link-container{display:flex;align-items:center;gap:15px;background:#363636;padding:4px 4px 4px 16px;border-radius:52px;margin-bottom:0}.link-icon{font-size:20px;color:#ccc}.zoom-link{flex:1;font-size:13px;color:#ccc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extra-link-container{display:flex;gap:12px}.blue-btn{background:#06f!important}.copy-link-btn{background:#ffffff1a;border:0px solid rgba(255,255,255,.2);color:#fff;padding:8px 16px;border-radius:50px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.copy-link-btn:hover{background:#fff3}.class-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:0}.recording-section{background:#f1f6ff;border-radius:20px;padding:35px;margin-bottom:0}.recording-section .section-header{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;flex-direction:column}.recording-section .section-icon{width:45px;height:45px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#5c2d91;flex-shrink:0}.recording-section .section-icon.red{background:#ffe5e5;color:#f44}.section-content{flex:1}.recording-section .section-title{font-size:20px;font-weight:700;color:#2c2c2c;margin-bottom:8px}.recording-section .section-description{font-size:13px;color:#666;line-height:1.6;margin:0}.recording-section .view-btn{background:#06f;color:#fff;border:none;padding:12px 28px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-btn:hover{background:#1a5fd4;transform:translateY(-2px)}.buddies-card{background:#fff;border-radius:20px;padding:30px}.buddies-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.buddies-subtitle{font-size:13px;color:#666;margin-bottom:25px}.buddy-item{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0}.buddy-item:last-child{border-bottom:none;padding-bottom:0}.buddy-item:first-child{padding-top:0}.buddy-avatar{width:50px;height:50px;background:#e0e0e0;border-radius:50%;flex-shrink:0}.buddy-name{flex:1;font-size:15px;font-weight:600;color:#1a1a1a}.buddy-menu{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .3s ease}.buddy-menu:hover{color:#1a1a1a}.edit-buddies-btn{background:#06f;color:#fff;border:none;padding:14px 0;border-radius:25px;font-size:15px;font-weight:600;width:100%;cursor:pointer;margin-top:25px;transition:all .3s ease}.edit-buddies-btn:hover{background:#1a5fd4;transform:translateY(-2px)}@media(max-width:992px){.live-session-card{padding:16px}.course-tabs{gap:12px;overflow-x:auto}}@media(max-width:768px){.session-title{font-size:20px}.zoom-link-container{position:relative;max-width:320px}.copy-link-btn{justify-content:center}}.lrng-db{margin-top:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:0}.stat-card{background:#fff;border-radius:16px;padding:16px;display:flex;align-items:flex-start;gap:16px;transition:all .3s ease}.stat-card:hover{transform:translateY(-3px);box-shadow:0 4px 4px #0000001a}.stat-card.purple{background:#f9f2ff}.stat-card.green{background:#eefbeb}.stat-card.blue{background:#ebf3ff}.stat-card.orange{background:#fff7f2}.stat-card.pink{background:#ffeafa}.stat-icon{width:48px;height:48px;background:#fff;border-radius:52px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.stat-content{flex:1}.stat-value{font-size:20px;font-weight:700;margin-bottom:0}.stat-value.purple-text{color:#51008d}.stat-value.green-text{color:#328e1b}.stat-value.blue-text{color:#2474ec}.stat-value.orange-text{color:#ff7e23}.stat-value.pink-text{color:#ff00a1}.stat-value-small{font-size:18px;font-weight:500}.stat-label{font-size:13px;color:#333;font-weight:500}.content-section{background:#fff;border-radius:20px;padding:30px;margin-bottom:30px}.learning-tabs{display:flex;gap:30px;border-bottom:2px solid #f0f0f0;margin-bottom:30px}.learning-tabs .tab-item{padding:12px 0;font-size:15px;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;background:none;border-top:none;border-left:none;border-right:none}.learning-tabs .tab-item:hover{color:#1a1a1a}.learning-tabs .tab-item.active{color:#2d7aff;border-bottom-color:#2d7aff}.lrng-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.lrng-card{border-radius:16px;padding:0;overflow:hidden;transition:all .3s ease}.lrng-card:hover{transform:translateY(-5px)}.lrng-image{width:100%;height:200px;background:#f1ddff;border-radius:16px;overflow:hidden}.lrng-image img{width:100%;height:auto}.lrng-info{padding:16px 0}.lrng-title{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.lrng-meta{font-size:13px;color:#5c2d91;margin-bottom:16px}.progress-bar-container{background:#f0ddff;border-radius:10px;height:8px;overflow:hidden}.progress-bar-fill{background:#5c2d91;height:100%;border-radius:10px;transition:width .3s ease}.calendar-section{background:#fff;border-radius:20px;padding:30px}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.calendar-title{font-size:20px;font-weight:700;color:#1a1a1a}.calendar-nav{display:flex;gap:15px}.calendar-nav-btn{width:35px;height:35px;border:none;background:#f5f5f5;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.calendar-nav-btn:hover{background:#e0e0e0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:25px}.cal-day-name{text-align:center;font-size:13px;font-weight:600;color:#666;padding:10px 0}.cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#1a1a1a;border-radius:8px;cursor:pointer;transition:all .3s ease}.cal-day:hover{background:#f5f5f5}.cal-day.other-month{color:#ccc}.cal-day.today{background:#2d7aff;color:#fff;font-weight:700}.cal-day.has-event{color:#2d7aff;font-weight:600}.event-date-header{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:5px}.event-count{font-size:13px;color:#666;margin-bottom:15px}.event-list{display:flex;flex-direction:column;gap:12px}.event-item{display:flex;gap:15px;align-items:center;padding:12px;background:#f2f6ff;border-radius:12px;transition:all .3s ease;align-content:center}.event-item:hover{background:#f0f0f0}.event-date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50px}.event-day{font-size:24px;font-weight:700;color:#1a1a1a;line-height:1}.event-month{font-size:12px;font-weight:600;color:#666;text-transform:uppercase}.event-details{flex:1}.event-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:0}.event-time{font-size:13px;color:#666;display:flex;align-items:center;gap:5px}.cal-day-name{font-weight:500;color:#444}.cal-calendar-grid{text-align:center;font-size:22px;user-select:none}.cal-day{width:48px;height:48px;line-height:48px;margin:8px auto;border-radius:50%;cursor:pointer;display:inline-block;color:#000;transition:background-color .3s,color .3s}.cal-muted-day{color:#b6b6b6;cursor:default}.cal-highlight-light{background-color:#dfe8f7;color:#2b6de0}.cal-highlight-dark{background-color:#2b6de0;color:#fff}.cal-selected-date-title{font-size:28px;font-weight:600;margin-top:30px}.cal-subtext{color:#666;font-size:18px}.section-accordion{margin-bottom:0;border-bottom:1px #eee solid}.section-header-btn{width:100%;background:#fff;border:none;border-radius:12px;padding:8px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;margin-bottom:2px}.section-header-btn:hover{background:#fff}.section-header-content{text-align:left;flex:1}.section-name{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:3px}.section-duration{font-size:12px;color:#a226ff;font-weight:600}.section-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#666;transition:transform .3s ease}.section-header-btn.active .section-toggle{transform:rotate(180deg)}.lesson-list.show{display:block}.lesson-list{display:none}.lesson-item{gap:15px}.lesson-item:hover{background:#f0e6f9}.lesson-icon{width:35px;height:35px;background:#5c2d91;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0}.lesson-info{flex:1}.lesson-time{font-size:12px;color:#a226ff;font-weight:600}.lp-unique-page-header{background:#fff;padding:25px 0;margin-bottom:30px;box-shadow:0 2px 4px #0000000d}.lp-unique-page-title{font-size:28px;font-weight:700;margin:0}.lp-unique-profile-card{background:#fff;border-radius:20px;padding:32px;margin-bottom:25px}.lp-unique-profile-header{display:flex;gap:30px;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;border-bottom:2px solid #f0f0f0}.lp-unique-avatar-section{position:relative}.lp-unique-avatar{width:120px;height:120px;background:#f3e5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:700;color:#5c2d91}.lp-unique-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.lp-unique-change-photo{position:absolute;bottom:0;right:0;width:36px;height:36px;background:#5c2d91;border:3px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-size:14px}.lp-unique-form-group{margin-bottom:16px}.lp-unique-label{font-size:13px;font-weight:600;color:#666;margin-bottom:4px;display:block}.lp-unique-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:12px;font-size:15px;transition:all .3s ease}.lp-unique-input:focus{outline:none;border-color:#5c2d91}textarea.lp-unique-input{resize:vertical;min-height:100px}.lp-unique-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.lp-unique-save-btn{background:#5c2d91;color:#fff;border:none;padding:14px 35px;border-radius:25px;font-weight:600;cursor:pointer;transition:.3s}.lp-unique-save-btn:hover{background:#4a2373;transform:translateY(-2px)}.lp-unique-stats-card{background:#fff;border-radius:20px;padding:32px;margin-bottom:24px}.lp-unique-card-title{font-size:20px;font-weight:700;margin-bottom:25px}.lp-unique-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.lp-unique-stat-box{background:var(--bg-light-purple);border-radius:15px;padding:25px;text-align:center}.lp-unique-stat-value{font-size:32px;font-weight:700;color:#5c2d91}.lp-unique-stat-label{font-size:14px;font-weight:600}.lp-unique-courses{background:#fff;border-radius:20px;padding:32px}.lp-unique-course-item{display:flex;gap:12px;padding:12px;background:#f8f8f8;border-radius:12px;margin-bottom:15px;font-size:15px}.lp-unique-course-icon{width:50px;height:50px;background:var(--bg-light-purple);border-radius:10px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.lp-unique-profile-header{flex-direction:column;align-items:center;text-align:center}.lp-unique-row,.lp-unique-stats-grid{grid-template-columns:1fr}}.lp-feed-ux-header{background:#fff;padding:25px 0;margin-bottom:30px;box-shadow:0 2px 4px #0000000d}.lp-feed-ux-title{font-size:28px;font-weight:700;margin:0}.lp-feed-ux-create-card{background:#fff;border-radius:20px;padding:24px 24px 16px;margin-bottom:25px}.lp-feed-ux-create-header{display:flex;gap:15px;align-items:center;margin-bottom:20px}.lp-feed-ux-avatar{width:50px;height:50px;background:#b891d4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.lp-feed-ux-input{flex:1;background:#f8f8f8;border:none;border-radius:25px;padding:14px 20px;font-size:14px;cursor:pointer}.lp-feed-ux-actions{display:flex;gap:15px;padding-top:8px;border-top:1px solid #f0f0f0}.lp-feed-ux-action-btn{flex:1;background:none;border:none;padding:8px;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.3s;font-size:14px}.lp-feed-ux-action-btn:hover{background:#f8f8f8}.lp-feed-ux-post{background:#fff;border-radius:20px;padding:24px;margin-bottom:20px}.lp-feed-ux-post-header{display:flex;justify-content:space-between;margin-bottom:20px}.lp-feed-ux-user-info{display:flex;gap:12px;align-items:center}.lp-feed-ux-user-name{font-weight:700}.lp-feed-ux-time{font-size:13px;color:#999}.lp-feed-ux-menu{width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px}.lp-feed-ux-menu:hover{background:#f8f8f8}.lp-feed-ux-content{margin-bottom:8px}.lp-feed-ux-text{font-size:15px;line-height:1.6;margin-bottom:15px}.lp-feed-ux-image{width:100%;height:320px;background:#f3e5f5;border-radius:15px}.lp-feed-ux-stats{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0;margin-bottom:8px;font-size:13px;color:#666}.lp-feed-ux-interactions{display:flex;gap:10px}.lp-feed-ux-interact-btn{flex:1;background:none;border:none;padding:8px;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.3s}.lp-feed-ux-interact-btn:hover{background:#f8f8f8}.lp-feed-ux-liked{color:#5c2d91}.lp-feed-ux-sidebar-card{background:#fff;border-radius:20px;padding:25px;margin-bottom:20px}.lp-feed-ux-sidebar-title{font-size:18px;font-weight:700;margin-bottom:20px}.lp-feed-ux-trend-item{padding:12px 0;border-bottom:1px solid #f0f0f0;cursor:pointer}.lp-feed-ux-trend-item:last-child{border:none}.lp-feed-ux-follow-btn{background:#5c2d91;color:#fff;border:none;padding:8px 18px;border-radius:20px;font-size:13px;cursor:pointer;transition:.3s}.lp-feed-ux-follow-btn:hover{background:#4a2373}@media(max-width:768px){.lp-feed-ux-actions,.lp-feed-ux-interactions{flex-direction:column}.lp-feed-ux-image{height:220px}}.lp-cert-unique-header{background:#fff;padding:25px 0;margin-bottom:30px;box-shadow:0 2px 4px #0000000d}.lp-cert-unique-title{font-size:28px;font-weight:700;margin:0}.lp-cert-unique-summary{background:#f3e5f5;border-radius:20px;padding:24px;margin-bottom:24px}.lp-cert-unique-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.lp-cert-unique-statbox{text-align:center}.lp-cert-unique-statvalue{font-size:36px;font-weight:700;color:#5c2d91;display:block}.lp-cert-unique-statlabel{font-size:14px;font-weight:600}.lp-cert-unique-list{background:#fff;border-radius:20px;padding:24px}.lp-cert-unique-item{display:flex;gap:20px;padding:16px;background:#f8f8f8;border-radius:15px;margin-bottom:20px;transition:.3s}.lp-cert-unique-item:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 5px 15px #00000014}.lp-cert-unique-icon{width:80px;height:80px;background:#f3e5f5;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:36px;color:#5c2d91}.lp-cert-unique-content{flex:1}.lp-cert-unique-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.lp-cert-unique-heading{font-size:20px;font-weight:700;margin-bottom:0}.lp-cert-unique-badge{background:#5c2d91;color:#fff;padding:6px 16px;border-radius:15px;font-size:12px;font-weight:600}.lp-cert-unique-progress{background:#ff9800}.lp-cert-unique-meta{font-size:14px;color:#666;margin-bottom:5px}.lp-cert-unique-id{font-size:13px;color:#999;margin-bottom:15px}.lp-cert-unique-actions{display:flex;gap:10px;flex-wrap:wrap}.lp-cert-unique-btn{background:#fff;border:1px solid #e0e0e0;padding:10px 20px;border-radius:60px;font-size:14px;font-weight:600;cursor:pointer;transition:.3s;display:flex;align-items:center;gap:6px}.lp-cert-unique-btn:hover{border-color:#5c2d91;color:#5c2d91}.lp-cert-unique-btn-primary{background:#5c2d91;color:#fff;border-color:#5c2d91}.lp-cert-unique-btn-primary:hover{background:#4a2373}@media(max-width:768px){.lp-cert-unique-grid{grid-template-columns:1fr}.lp-cert-unique-item{flex-direction:column}}@media(max-width:1400px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.stats-grid,.course-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid,.course-grid{grid-template-columns:1fr}.content-tabs{gap:15px;overflow-x:auto}}.stp-page-header{background:#fff;padding:25px 0;margin-bottom:30px;box-shadow:0 2px 4px #0000000d}.stp-page-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}.stp-settings-nav{background:#fff;border-radius:20px;padding:24px;position:sticky;top:20px}.stp-nav-item{padding:15px 20px;border-radius:12px;margin-bottom:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500;color:#666}.stp-nav-item:hover{background:#f8f8f8;color:#1a1a1a}.stp-nav-item.stp-active{background:#f3e5f5;color:#5c2d91;font-weight:600}.stp-nav-item i{font-size:18px;width:20px}.stp-settings-card{background:#fff;border-radius:20px;padding:32px;margin-bottom:25px}.stp-card-title{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.stp-card-description{font-size:14px;color:#666;margin-bottom:30px}.stp-form-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.stp-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.stp-section-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.stp-form-group{margin-bottom:24px}.stp-form-label{font-size:13px;font-weight:600;color:#666;margin-bottom:4px;display:block}.stp-form-input,.stp-form-select{width:100%;padding:13px 18px;border:1px solid #e0e0e0;border-radius:12px;font-size:15px;font-family:Poppins,sans-serif;color:#1a1a1a;transition:all .3s ease}.stp-form-input:focus,.stp-form-select:focus{outline:none;border-color:#5c2d91}.stp-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.stp-toggle-group{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.stp-toggle-label{flex:1}.stp-toggle-title{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:3px}.stp-toggle-description{font-size:13px;color:#666}.stp-toggle-switch{position:relative;width:50px;height:28px}.stp-toggle-switch input{opacity:0;width:0;height:0}.stp-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.stp-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.stp-slider{background-color:#5c2d91}input:checked+.stp-slider:before{transform:translate(22px)}.stp-btn-primary{background:#5c2d91;color:#fff;border:none;padding:14px 35px;border-radius:55px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.stp-btn-primary:hover{background:#4a2373;transform:translateY(-2px)}.stp-btn-secondary{background:#fff;color:#666;border:1px solid #e0e0e0;padding:14px 35px;border-radius:45px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.stp-btn-secondary:hover{border-color:#5c2d91;color:#5c2d91}.stp-btn-danger{background:#f44;color:#fff;border:none;padding:14px 35px;border-radius:25px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.stp-btn-danger:hover{background:#c00}.stp-button-group{display:flex;gap:15px;margin-top:30px}.stp-alert-box{background:#fff3cd;border-left:4px solid #ffc107;padding:15px 20px;border-radius:8px;margin-bottom:20px}.stp-alert-box.stp-info{background:#d1ecf1;border-left-color:#0dcaf0}.stp-alert-box.stp-success{background:#d4edda;border-left-color:#28a745}.stp-alert-text{font-size:14px;color:#1a1a1a;margin:0}.stp-session-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f8f8f8;border-radius:12px;margin-bottom:12px}.stp-session-info{flex:1}.stp-session-device{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:3px}.stp-session-location{font-size:13px;color:#666}.stp-session-badge{background:#4caf50;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;margin-right:10px}.stp-btn-link{background:none;border:none;color:#f44;font-size:13px;font-weight:600;cursor:pointer}.stp-content-section.stp-active{display:block}@media(max-width:992px){.stp-settings-nav{position:relative;top:0;margin-bottom:25px}}@media(max-width:768px){.stp-form-row{grid-template-columns:1fr}.stp-button-group{flex-direction:column}.stp-btn-primary,.stp-btn-secondary,.stp-btn-danger{width:100%}}@media(max-width:767px){.topic-srl{width:100%;overflow:auto;max-width:100%}.topic-tabs{gap:6px;display:inline-block}.tp-chips{font-size:13px;padding:4px 8px;flex-direction:row;align-items:center;display:inline-block;margin-bottom:4px}.tp-icon img{width:16px}.card-bg-sh{padding:24px 16px;border-radius:12px;max-width:100%}.hero-wave-decor,.hero-star-decor{display:none}.hero-course-carousel{max-width:84%;top:0;margin:0 auto}.hero-course-carousel .hero-carousel-card-header{padding:16px}.hero-carousel-card-title{font-size:18px}.course-card-image img{width:120px;min-width:120px;max-width:100%}.section-title{font-size:20px}.large-course-card-image{padding:24px;display:flex;flex-direction:column;align-items:center}.large-course-card-img img{max-width:140px}.large-course-card-content h3{font-size:22px;margin-bottom:8px!important}.instructor-card{border-radius:12px;padding:16px}.course-card-image{display:none}.wt-chips.d-flex.gap-2.small.text-muted.mb-4{display:inline-block!important}.wt-chips span{margin-bottom:4px;display:inline-block}.instructor-card-image img{width:120px;height:120px}.large-course-card-img{text-align:center}.hero-course-carousel .carousel-control-next{right:-40px}.hero-course-carousel .carousel-control-prev{left:-40px}.lessons-section{padding:16px;margin-bottom:24px}.recording-sidebar{margin-top:16px}.custom-slot-area:after,.custom-slot-area:before{display:none}.timepicker{width:240px}.class-grid{display:flex;flex-direction:column}.recording-section{padding:16px}.buddies-card{margin-top:24px}.session-card{margin-bottom:16px}.extra-link-container{display:flex;flex-direction:column}.zoom-link{text-wrap:auto;word-wrap:break-word}.content-section{padding:16px;border-radius:12px}.lrng-grid{grid-template-columns:repeat(1,1fr)}.calendar-section{border-radius:12px;padding:16px}.lp-feed-ux-sidebar-card,.lp-unique-profile-card,.lp-unique-stats-card,.lp-unique-courses,.lp-cert-unique-list,.lp-feed-ux-post,.lp-feed-ux-create-card,.stp-settings-nav,.stp-settings-card{padding:16px;border-radius:12px}.lp-unique-avatar-section+div{display:flex;justify-content:flex-start;flex-direction:column;text-align:left;width:100%}.lp-feed-ux-actions,.lp-feed-ux-interactions{flex-direction:row}.stp-form-section{margin-bottom:16px;padding-bottom:16px}}.tp-icon-wrap{width:20px;height:20px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.tp-icon-wrap img{width:100%;height:100%;object-fit:cover}:root{--primary-color: #5B2C91;--secondary-color: #FF6B35;--accent-blue: #0984E3;--accent-green: #00B894;--accent-purple: #6C5CE7;--accent-pink: #E84393;--accent-yellow: #FDCB6E;--text-dark: #2D3436;--text-light: #636E72;--bg-light: #F8F9FA;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito Sans,sans-serif!important;color:var(--text-dark);overflow-x:hidden;line-height:1.6;background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Nunito Sans,sans-serif!important;font-weight:600}img{max-width:100%;height:auto}.top-bar{background:#fff5ed;display:flex;justify-content:flex-end;flex-direction:row;align-content:center;text-align:right}.top-bar a{color:#000;font-size:13px}.navbar{padding:12px 0;transition:all .3s ease;z-index:1000}.navbar.scrolled{box-shadow:0 2px 20px #0000001a;position:fixed;width:100%;top:0}.navbar.scrolled .brand-logo{height:40px}.brand-logo{height:70px;border-radius:0%;margin-right:0}.brand-name{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-link{color:var(--text-dark);font-weight:500;padding:.5rem 1rem!important;transition:color .3s ease}.nav-link:hover{color:#000;font-weight:600}.btn-primary-custom{background:#06f;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:25px;transition:all .3s ease}.btn-primary-custom:hover{background:#ff7e23;transform:translateY(-2px);box-shadow:0 5px 15px #ff6b354d}.btn-primary-light{background:#fff5ed;color:#ff7e23;border:none;padding:.6rem 1.5rem;border-radius:25px;transition:all .3s ease;margin-right:16px}.btn-primary-light:hover{background:#ff7e23;transform:translateY(-2px);box-shadow:0 5px 15px #ff6b354d}.banner-section{padding:120px 0 60px;background:linear-gradient(135deg,#f8f9fa,#e8eeff);position:relative;overflow:hidden}.hero-title{margin-bottom:1.5rem;line-height:1.2}.btn-hero{background:var(--secondary-color);color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 30px #ff6b354d}.btn-hero:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff6b3566}.hero-wave svg{display:block;width:100%;height:auto}.continuous-scroll-section{background:linear-gradient(180deg,#1a003a 0% 55%,#fff 55% 100%);padding:1.5rem 0;overflow:hidden}.text-style{font-weight:700;text-transform:uppercase;letter-spacing:1.5px;dominant-baseline:central}.white-text{fill:#fff}.dark-text{fill:#0a218f}.band{fill:none;stroke-width:60;stroke-linecap:butt}.scroll-container{overflow:hidden;white-space:nowrap}.scroll-content{display:inline-block;animation:scroll-left 30s linear infinite;white-space:nowrap}.scroll-text{display:inline-block;padding:0 3rem;font-size:1.5rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.1)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-badge{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#f8f9fa,#e8eeff);padding:.5rem 1.5rem;border-radius:30px;margin-bottom:1rem;font-weight:600;color:var(--primary-color)}.badge-icon{width:30px;height:30px;border-radius:50%}.stn-title{font-size:2.5rem;font-weight:800;color:var(--primary-color);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.scroll-item{font-size:18px}@keyframes curved-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.path-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.path-icon i{font-size:1.8rem;color:#fff}.path-list li:hover{color:var(--primary-color)}.course-card{overflow:hidden}.btn-course{background:var(--primary-color);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:25px;font-weight:600;width:100%;transition:all .3s ease}.btn-course:hover{background:#4a2073;transform:translateY(-2px)}.carousel-control-prev,.carousel-control-next{width:50px;height:50px;background:#fff;border-radius:50%;top:50%;transform:translateY(-50%);opacity:1;box-shadow:0 5px 15px #0000001a}.carousel-control-prev{left:-70px}.carousel-control-next{right:-70px}.carousel-control-prev-icon,.carousel-control-next-icon{filter:invert(1)}.carousel-indicators{margin-bottom:-3rem}.carousel-indicators button{width:12px;height:12px;border-radius:50%;background-color:var(--primary-color)}.banner-section{background:linear-gradient(135deg,plum,#e8d0ff);padding:5rem 0;margin:3rem 0}.banner-title{font-size:2.5rem;font-weight:800;color:var(--primary-color);margin-bottom:1rem}.banner-subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:1rem}.banner-text{font-size:1rem;color:var(--text-light);margin-bottom:2rem}.btn-banner{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;transition:all .3s ease}.btn-banner:hover{background:#4a2073;transform:translateY(-3px);box-shadow:0 10px 30px #5b2c914d}.banner-image img{border-radius:20px;box-shadow:0 15px 40px #0000001a}.section-badge-orange{display:inline-block;background:var(--secondary-color);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;letter-spacing:1px}.nav-arrow{width:50px;height:50px;border-radius:50%;background:var(--secondary-color);color:#fff;border:none;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.nav-arrow:hover{background:#e55a2a;transform:scale(1.1)}.testimonials-section .hero-slide{color:#000;z-index:99;position:relative;background:transparent;padding:12px}.testimonials-section .hero-slide h1,.testimonials-section .hero-slide p,.testimonials-section .hero-slide .meta-info{color:#000}.testimonials-section .badge-category{color:#006eff}.section-badge-blue{display:inline-block;background:var(--accent-blue);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;letter-spacing:1px}.mentor-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.mentor-card:hover .mentor-image img{transform:scale(1.1)}.mentor-info p{color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.btn-mentor{background:var(--accent-blue);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:25px;font-weight:600;width:100%;transition:all .3s ease}.btn-mentor:hover{background:#0770c7;transform:translateY(-2px)}.faq-section{background:#fff;padding:80px 0}.accordion-item{border:none;margin-bottom:0;border-radius:0;overflow:hidden;border-bottom:1px #eee solid}.accordion-button{background:#fff;color:var(--text-dark);font-weight:600;font-size:18px;padding:16px 12px;border:none}.accordion-button:not(.collapsed){background:#fff;color:#000;box-shadow:none}.accordion-button:focus{box-shadow:none}.accordion-button:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235B2C91'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-body{padding:12px 16px;color:var(--text-light);line-height:24px}.btn-faq{background:#2d7ef8;color:#fff;border:none;padding:12px 24px;border-radius:30px;font-weight:600}.btn-faq:hover{background:#155ac2;color:#fff}.cta-icon img{width:80px;height:80px;margin-bottom:1.5rem}.btn-cta{background:var(--primary-color);color:#fff;border:none;padding:1rem 3rem;border-radius:30px;font-weight:700;font-size:1.1rem;transition:all .3s ease}.btn-cta:hover{background:#4a2073;transform:translateY(-3px);box-shadow:0 10px 30px #5b2c914d}.newsletter-section{background:#fff5ed;padding:40px 0}.newsletter-content{display:flex;align-items:center;gap:40px}.newsletter-icon{flex-shrink:0}.newsletter-icon svg{width:100px;height:100px}.newsletter-text h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:8px;letter-spacing:-.5px}.newsletter-text p{font-size:15px;color:#666;margin:0;line-height:1.6}.newsletter-form{margin-left:auto;flex-shrink:0}.email-input-group{display:flex;gap:12px;align-items:center}.email-input-group input{width:340px;height:48px;padding:0 20px;border:1px solid #D9D9D9;border-radius:8px;font-size:14px;color:#666;background:#fff;transition:all .3s ease}.email-input-group input:focus{outline:none;border-color:#2d7ef8;box-shadow:0 0 0 3px #2d7ef81a}.email-input-group input::placeholder{color:#999}.subscribe-btn{height:48px;padding:0 32px;background:#2d7ef8;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.subscribe-btn:hover{background:#1e6fe8;transform:translateY(-1px);box-shadow:0 4px 12px #2d7ef84d}.footer-main{background:#fff;padding:80px 0 16px}.footer-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:60px;margin-bottom:60px}.footer-column h3{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.3px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:4px}.footer-column ul li:last-child{margin-bottom:0}.footer-column ul li a{font-size:14px;color:#666;text-decoration:none;transition:color .3s ease;display:inline-block}.footer-column ul li a:hover{color:#2d7ef8}.footer-social{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;margin-bottom:0}.social-icons{display:flex;gap:20px}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:20px;transition:all .3s ease;text-decoration:none}.social-icon:hover{color:#2d7ef8;transform:translateY(-2px)}.app-badges{display:flex;gap:12px}.app-badge{height:44px;display:block}.app-badge img{height:100%;width:auto;border-radius:6px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.copyright{font-size:13px;color:#666;margin:0}.footer-links{display:flex;gap:32px;list-style:none;padding:0;margin:0}.footer-links li a{font-size:13px;color:#666;text-decoration:none;transition:color .3s ease}.footer-links li a:hover{color:#2d7ef8}@media(max-width:1200px){.footer-columns{grid-template-columns:repeat(3,1fr);gap:40px}}@media(max-width:992px){.newsletter-content{flex-direction:column;text-align:center;gap:30px}.newsletter-form{margin-left:0}.email-input-group{flex-direction:column;width:100%}.email-input-group input,.subscribe-btn{width:100%}.footer-columns{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:768px){.newsletter-section{padding:40px 0}.newsletter-text h2{font-size:24px}.newsletter-text p{font-size:14px}.footer-main{padding:50px 0 30px}.footer-columns{grid-template-columns:1fr;gap:24px}.footer-social{flex-direction:column;gap:20px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:16px}}.app-badges{display:flex;gap:1rem;justify-content:flex-end}.app-badges img{height:40px;border-radius:8px}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.carousel-control-prev{left:-30px}.carousel-control-next{right:-30px}}@media(max-width:992px){.hero-title{font-size:2.5rem}.stn-title{font-size:2rem}.carousel-control-prev,.carousel-control-next{display:none}}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stn-title{font-size:1.8rem}.banner-title,.become-title,.why-title,.cta-title{font-size:2rem}.scroll-text{font-size:1.2rem;padding:0 2rem}.curved-scroll-wrapper,.curved-path{height:100px}.footer-social,.app-badges{justify-content:center;margin-top:1rem}}@media(max-width:576px){.hero-title{font-size:1.8rem}.stn-title{font-size:1.5rem}.path-card,.course-card,.mentor-card,.testimonial-preview-section .col-lg-4{margin-bottom:1rem}.cta-box,.webinar-card{padding:2rem}}.plat-section{background:#1a003a;min-height:100vh;padding:80px 0;position:relative;overflow:hidden}.plat-title{color:#fff!important;text-align:center;margin-bottom:15px}.plat-title h1{font-size:2.5rem;color:#fff!important;font-weight:700;margin-bottom:10px}.plat-title h2{font-size:1.8rem;font-weight:600;margin-bottom:20px}.plat-subtitle{color:#ffffffb3;text-align:center;font-size:.95rem;margin-bottom:50px}.plat-subtitle strong{font-weight:400;color:#b679ff;margin-right:12px}.confidence-card{background:#fff;border-radius:20px;padding:32px;height:100%;min-height:320px;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000001a}.confidence-card h3{font-size:1.3rem;font-weight:700;color:#1a0b2e;margin-bottom:15px;text-align:center;line-height:28px}.confidence-card p{font-size:.9rem;color:#666;margin-bottom:20px;text-align:center}.confidence-card .card-image{margin-top:40px;text-align:center}.confidence-card img{width:100%;height:100%;object-fit:cover;max-width:300px;margin:0 auto}.card-image-placeholder-2{background:linear-gradient(135deg,#b3e5fc,#81d4fa)}.card-image-placeholder-3{background:linear-gradient(135deg,#c8e6c9,#a5d6a7)}.request-demo-btn{background:#2474ec;color:#fff;border:none;padding:12px 24px;border-radius:25px;font-weight:600;margin-top:40px;transition:all .3s}.request-demo-btn:hover{background:#1976d2;transform:translateY(-2px);box-shadow:0 5px 20px #2196f366}.learning-paths-section{padding:120px 0 80px;background:#fff}.learning-paths-section .stn-title{margin-bottom:120px}.stn-title{text-align:center;margin-bottom:60px;position:relative}.stn-title h2{font-size:2.5rem;font-weight:700;color:#1a0b2e;margin-bottom:10px}.stn-title p{font-size:16px;color:#000;font-weight:500}.mascots{position:absolute;width:100%}.mascots.ms-btm{bottom:0}.mascot-orange{position:relative;left:-150px;top:-70px}.mascot-blue{position:relative;right:-130px;top:-60px}.mascot-green{position:relative;left:-240px;top:50px}.mascot-yellow{position:relative;right:-250px;top:40px}.step-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;padding:10px 8px 10px 24px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.step-card:hover{border-color:#ff9800;transform:translate(5px);box-shadow:0 5px 20px #0000001a}.step-card span{font-weight:600;color:#333;font-size:1rem}.step-card span+div{display:flex;align-content:center;align-items:center;gap:8px}.step-icon{width:40px;height:40px;background:linear-gradient(135deg,#ff9800,#ff6f00);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.section-buttons{text-align:center;margin-top:40px}.btn-outline-custom{border:2px solid #333;color:#333;padding:10px 24px;border-radius:25px;font-weight:600;margin:0 10px;transition:all .3s;fill:#333}.btn-outline-custom:hover img{filter:invert(1)}.btn-outline-custom:hover{background:#333;color:#fff}.btn-solid-custom{background:#333;color:#fff;padding:10px 30px;border-radius:25px;font-weight:600;margin:0 10px;border:2px solid #333;transition:all .3s}.btn-solid-custom:hover{background:transparent;color:#333;border:2px solid #333}.courses-section{padding:80px 0;background:#fff}.crs-bg{background:url(/assets/img/logo-rt-bg.svg);background-size:cover;width:100%;height:100%;left:0;position:absolute;top:0;z-index:-1}.course-card{background:#fff;border-radius:25px;padding:40px 30px;height:100%;text-align:center;position:relative;transition:all .3s}.course-card:hover{transform:translateY(-10px)}.course-card-beige{background:#dbffbc}.course-card-pink{background:#f0ddff}.course-card-blue{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.course-card-orange{background:#ffefd9}.course-badge{display:inline-block;padding:5px 15px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:20px;background:#fff;line-height:1}.course-badge img{width:20px;height:20px;object-fit:cover;border-radius:50%}.badge-green{color:#197e00}.badge-blue{color:#0051ff}.badge-pink{color:#51008d}.badge-orange{color:#763100}.badge-purple{color:#51008d}.course-icon{width:140px;height:140px;margin:20px auto;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.course-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.course-card h3{font-size:1.3rem;font-weight:700;color:#1a0b2e;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;height:2.8em;margin-bottom:20px}.explore-btn{padding:10px 25px;border-radius:25px;font-weight:600;border:none;margin-top:20px;transition:all .3s;font-size:14px}.btn-brown{background:#197e00;color:#fff}.btn-brown:hover{background:#104f00;transform:scale(1.05)}.btn-purple{background:#51008d;color:#fff}.btn-purple:hover{background:#4a148c;transform:scale(1.05)}.btn-blue{background:#0051ff;color:#fff}.btn-blue:hover{background:#0d47a1;transform:scale(1.05)}.btn-orange{background:#ef6c00;color:#fff}.btn-orange:hover{background:#e65100;transform:scale(1.05)}.org-card{background:#fff;border-radius:25px;padding:32px}.org-badge{background:#9c27b033;color:#7b1fa2;padding:5px 15px;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:8px}.org-card h3{font-size:1.5rem;font-weight:700;color:#1a0b2e;margin-bottom:8px}.org-card p{color:#666;margin-bottom:0}.stats-box{background:#f8f9fa;padding:30px;border-radius:20px}.stats-box h4{font-size:1.8rem;font-weight:700;color:#1a0b2e;margin-bottom:10px}.stats-box p{font-size:.9rem;color:#666}.mentor-section{padding:0;margin:80px 0}.mentor-card{background:#ff7e23;border-radius:25px;padding:80px 0 0 80px;color:#fff;position:relative;overflow:hidden}.mentor-card h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.mentor-btn-group{margin-top:40px}.mentor-btn-group button{margin-right:0;padding:12px 30px;border-radius:25px;font-weight:600;border:2px solid white;transition:all .3s}.mentor-btn-group .btn-solid-custom{border:0;padding:14px 24px;border-radius:50px}.mentor-btn-group .btn-solid-custom:hover{border:2px #fff solid;color:#fff}.btn-white-outline{background:transparent;color:#fff}.btn-white-outline:hover,.btn-white-solid{background:#fff;color:#ff6f00}.btn-white-solid:hover{background:transparent;color:#fff}.why-section{padding:0;margin:80px 0 50px}.why-card{background:url(/assets/img/why-bg.svg);border-radius:24px;padding:80px 0;color:#fff;text-align:center;position:relative;overflow:hidden}.why-card:before{top:-100px;left:-100px}.why-card:after{bottom:-100px;right:-100px}.why-card h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;position:relative;z-index:1}.why-card p{font-size:1.1rem;margin-bottom:30px;opacity:.95;position:relative;z-index:1}.learn-more-btn{background:#fff;color:#1976d2;padding:12px 35px;border-radius:25px;font-weight:600;border:none;transition:all .3s;position:relative;z-index:1}.learn-more-btn:hover{transform:scale(1.05)}.carousel-control-prev,.carousel-control-next{width:50px;height:50px;background:#ffffff7f;border-radius:50%;top:50%;transform:translateY(-50%);border:1px #eee solid;box-shadow:none}.carousel-indicators{bottom:-50px}.carousel-indicators button{width:12px;height:12px;border-radius:50%;background:#ccc}.carousel-indicators button.active{background:#333}@media(max-width:768px){.plat-title h1{font-size:1.8rem}.plat-title h2{font-size:1.3rem}.stn-title h2{font-size:1.8rem}.mentor-card,.why-card{padding:40px 30px}.mentor-card h2,.why-card h2{font-size:1.8rem}}.gx-organizations-section{background:#f0ddff;padding:80px 0 100px;position:relative;overflow:hidden}.gx-organizations-section .carousel-item{gap:24px;flex-direction:row;justify-content:space-between}.gx-organizations-section .org-card{width:48%;display:flex;flex-direction:row;float:left;justify-content:space-between;margin:1%;align-items:center}.gx-organizations-section:before,.gx-organizations-section:after{content:"✦";position:absolute;color:#ffffff80;font-size:40px}.gx-organizations-section:before{top:50px;right:15%}.gx-organizations-section:after{bottom:100px;left:10%;font-size:30px}.gx-org-badge{background:#7b1fa2;color:#fff;padding:8px 20px;border-radius:25px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:30px}.gx-org-image-placeholder{height:280px;width:280px}.gx-org-image-placeholder img{width:100%;height:100%}.gx-stories-section{background:#fff;padding:100px 0;position:relative;overflow:hidden}.gx-stories-section .container{background:#ffecde;border-radius:24px;padding:40px;box-sizing:border-box}.gx-stories-section:before,.gx-stories-section:after{content:"✦";position:absolute;color:#fff9;font-size:50px}.gx-stories-section:before{top:80px;right:10%}.gx-stories-section:after{bottom:80px;left:8%;font-size:35px}.gx-stories-badge{background:#ff7e23;color:#fff;padding:8px 20px;border-radius:25px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:25px}.gx-stories-badge img{width:20px;margin-right:4px}.gx-stn-title-stories{text-align:center;margin-bottom:60px}.gx-stn-title-stories h2{font-size:2.5rem;font-weight:700;color:#ff7e23;margin-bottom:15px}.gx-stn-title-stories p{color:#666;font-size:1rem}.gx-testimonial-card{background:#fff;border-radius:25px;padding:40px;box-shadow:0 10px 40px #00000014;position:relative;min-height:280px}.gx-testimonial-content h3{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.gx-testimonial-content p{color:#666;font-size:15px;line-height:22px;margin-bottom:25px}.gx-testimonial-author{font-weight:600;color:#1a1a1a;font-size:1rem;margin-bottom:0}.gx-testimonial-role{color:#999;font-size:.9rem;font-style:italic}.gx-testimonial-image{position:absolute;right:45px;width:180px}.gx-testimonial-image img{width:100%;height:100%}.gx-carousel-nav-stories{text-align:center;background:#fff;border-radius:50px;width:85px;margin:40px auto 0;overflow:hidden}.gx-carousel-nav-stories button{width:40px;height:40px;border-radius:0;border:0px solid #ffecde;background:transparent;color:#666;padding-top:2rem;font-size:1.2rem}.gx-carousel-nav-stories button:hover{border-color:#ff6f00;color:#ff6f00;background:#fff}.gx-teachers-section{background:linear-gradient(135deg,#1976d2,#2196f3);padding:100px 0 120px;position:relative;overflow:hidden}.gx-teachers-section:before,.gx-teachers-section:after{content:"✦";position:absolute;color:#ffffff4d;font-size:45px}.gx-teachers-section:before{top:60px;left:12%;animation:gx-twinkle 3s infinite}.gx-teachers-section:after{bottom:100px;right:15%;font-size:35px;animation:gx-twinkle 4s infinite}@keyframes gx-twinkle{0%,to{opacity:.3}50%{opacity:.8}}.gx-teachers-badge{background:#fff;color:#1d84e1;padding:8px 20px;border-radius:25px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:25px}.gx-stn-title-teachers{text-align:center;margin-bottom:70px}.gx-stn-title-teachers h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:15px;line-height:1.3}.gx-stn-title-teachers p{color:#ffffffe6;font-size:1rem}.gx-teacher-card{background:#fff;border-radius:30px;padding:45px 35px;text-align:center;position:relative;box-shadow:0 15px 50px #00000026;height:100%;transition:all .3s}.gx-teacher-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0003}.gx-teacher-image-wrapper{position:relative;display:inline-block;margin-bottom:25px}.gx-teacher-image{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto}.gx-teacher-image img{width:100%;height:100%;object-fit:cover}.gx-teacher-years{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);background:#ffc404;color:#1a1a1a;padding:4px 14px;border-radius:25px;font-weight:700;font-size:.85rem}.gx-teacher-subject{background:#4caf5026;color:#2e7d32;padding:6px 18px;border-radius:20px;font-size:.8rem;font-weight:600;display:inline-block;margin-bottom:20px}.gx-teacher-subject-pink{background:#e91e6326;color:#c2185b}.gx-teacher-subject-blue{background:#d8eaff;color:#006eff}.gx-teacher-subject-red{background:#ffe9ee;color:#ff587f}.gx-teacher-subject-green{background:#e8f3e6;color:#66af38}.gx-teacher-card h3{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}.gx-teacher-card p{color:#666;font-size:.95rem;margin-bottom:16px;line-height:1.6}.gx-visit-profile-btn{background:#1a1a1a;color:#fff;padding:12px 28px;border-radius:25px;border:none;font-weight:600;font-size:.9rem;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.gx-visit-profile-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 5px 20px #0000004d}.carousel-control-prev,.carousel-control-next{width:50px;height:50px;background:#0000004d;border-radius:50%;top:50%;transform:translateY(-50%);opacity:.8;transition:all .3s}.carousel-control-prev:hover,.carousel-control-next:hover{opacity:1;background:#00000080}.gx-teachers-section .carousel-control-prev,.gx-teachers-section .carousel-control-next{background:#fff}.carousel-indicators{bottom:-60px}.carousel-indicators button{width:12px;height:12px;border-radius:50%;margin:0 6px;background-color:#0000004d}.carousel-indicators button.active{background-color:#000000b3}.teachers-section .carousel-indicators button{background-color:#fff6}.teachers-section .carousel-indicators button.active{background-color:#fff}@media(max-width:992px){.gx-testimonial-image{position:relative;right:auto;margin:30px auto 0}.gx-stn-title-org h2,.gx-stn-title-stories h2,.gx-stn-title-teachers h2{font-size:28px}}@media(max-width:768px){.gx-org-card-wrapper,.gx-stats-card,.gx-testimonial-card{padding:35px 25px}.gx-teacher-card{margin-bottom:30px}.gx-stn-buttons button{margin:10px 5px}}.gx-mentors-showcase-section{background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:80px 0 100px;position:relative}.gx-mentors-title{text-align:center;margin-bottom:60px}.gx-mentors-title h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:15px}.gx-mentors-title p{color:#666;font-size:1rem;line-height:1.6}.gx-mentor-card{width:20%}.gx-mentor-profile-card{background:#fff;border-radius:25px;padding:32px 16px;text-align:center;box-shadow:0 8px 30px #00000014;transition:all .3s;height:100%}.gx-mentor-profile-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f}.gx-mentor-avatar-wrapper{position:relative;display:inline-block;margin-bottom:25px}.gx-mentor-avatar{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto;position:relative}.gx-mentor-avatar img{width:100%;height:100%;object-fit:cover}.gx-mentor-experience-badge{position:absolute;bottom:0;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ffc107,#ffb300);color:#1a1a1a;padding:3px 12px;border-radius:20px;font-weight:700;font-size:.8rem;white-space:nowrap}.gx-mentor-profile-card h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}.gx-mentor-profile-card p{color:#666;font-size:.95rem;margin:0}.gx-see-all-mentors-btn{background:#2196f3;color:#fff;padding:12px 30px;border-radius:25px;border:none;font-weight:600;font-size:.95rem;margin-top:50px;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.gx-see-all-mentors-btn:hover{background:#1976d2;transform:translateY(-2px);box-shadow:0 5px 20px #2196f366}.gx-testimonials-showcase-section{background:#fff;padding:80px 0 100px;position:relative}.gx-testimonials-header{text-align:center;margin-bottom:50px}.gx-testimonials-header h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.gx-testimonials-header h3{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:20px}.gx-testimonials-header p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:30px}.gx-tab-buttons{display:flex;justify-content:center;gap:15px;margin-bottom:50px}.gx-tab-btn{padding:8px 24px;border-radius:25px;border:none;font-weight:600;font-size:.95rem;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.gx-tab-btn-students{background:#ff8d3d;color:#fff}.gx-tab-btn-students:hover{background:#333}.gx-tab-btn-parents{background:#dae9ff;color:#2196f3;border:2px solid #DAE9FF}.gx-tab-btn-parents:hover{border-color:#2196f3;background:#f5f5f5}.gx-testimonial-video-card{background:#fff;border-radius:25px;padding:0;overflow:hidden;height:100%;transition:all .3s;box-shadow:0 8px 30px #0000001a}.gx-testimonial-video-card:hover{transform:translateY(-10px)}.gx-testimonial-card-yellow{background:#ffef92}.gx-testimonial-card-pink{background:#ff98b0}.gx-testimonial-card-green{background:#bfe5bc}.gx-testimonial-card-purple{background:#e0b7ff}.gx-testimonial-card-blue{background:linear-gradient(135deg,#bbdefb,#90caf9)}.gx-video-card-header{padding:32px 25px 15px;text-align:center}.gx-video-card-header h4{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:5px}.gx-video-card-header p{font-size:1.1rem;font-weight:600;color:#333;margin:0}.gx-video-thumbnail{position:relative;width:100%;height:340px;padding:0 40px}.gx-video-thumbnail img{width:100%}.gx-play-button{position:absolute;bottom:20px;left:20px;background:#ffffff1a;width:90px;height:42px;padding:8px 12px;border-radius:42px;box-shadow:0 4px 15px #0003;cursor:pointer;transition:all .3s;backdrop-filter:blur(30px)}.gx-play-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.gx-play-icon{width:20px;display:flex;color:#fff;gap:8px}.gx-play-icon-yellow{background:#ffc107}.gx-play-icon-pink{background:#f48fb1}.gx-play-icon-green{background:#81c784}.gx-play-icon-purple{background:#ba68c8}.gx-play-icon-blue{background:#64b5f6}.gx-action-buttons{text-align:center;margin-top:50px;display:flex;justify-content:center;gap:20px}.gx-callback-btn{background:#fff;color:#1a1a1a;padding:12px 30px;border-radius:25px;border:2px solid #e0e0e0;font-weight:600;font-size:.95rem;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.gx-callback-btn:hover{border-color:#1a1a1a;background:#f5f5f5}.gx-callback-btn:before{content:"📞"}.gx-chat-btn{background:#2196f3;color:#fff;padding:12px 30px;border-radius:25px;border:none;font-weight:600;font-size:.95rem;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.gx-chat-btn:hover{background:#1976d2;transform:translateY(-2px);box-shadow:0 5px 20px #2196f366}.gx-chat-btn:before{content:"💬"}.gx-carousel-control-prev,.gx-carousel-control-next{width:50px;height:50px;background:#0000004d;border-radius:50%;top:40%;opacity:.8;transition:all .3s}.gx-carousel-control-prev:hover,.gx-carousel-control-next:hover{opacity:1;background:#00000080}.gx-carousel-indicators{bottom:-60px}.gx-carousel-indicators button{width:12px;height:12px;border-radius:50%;margin:0 6px;background-color:#0000004d}.gx-carousel-indicators button.active{background-color:#000000b3}@media(max-width:992px){.gx-mentors-title h2,.gx-testimonials-header h2,.gx-testimonials-header h3{font-size:2rem}.gx-video-thumbnail{height:280px}}@media(max-width:768px){.gx-mentor-profile-card{margin-bottom:30px}.gx-tab-buttons,.gx-action-buttons{flex-direction:column;align-items:center}.gx-action-buttons button{width:100%;max-width:300px}.gx-video-thumbnail{height:350px}}.gx-header-section{background:#fff;padding:100px 0 240px;text-align:center;background-image:url(/assets/img/trusted-bg.svg);background-size:auto}.gx-header-section.stories-card-section{background-image:url(/assets/img/stories-bg.svg)}.stories-card-section .gx-stories-card{background:#fff5ef}.stories-card-section .gx-stories-image img{border-radius:0}.gx-header-title{margin-bottom:50px}.gx-header-title h1{font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:20px}.gx-header-subtitle{color:#666;font-size:1.1rem;line-height:1.7;max-width:800px;margin:0 auto}.gx-stories-card{background:#faf7ff;border-radius:30px;padding:80px 80px 0;box-shadow:none;position:relative;overflow:hidden}.gx-stories-content{display:flex;flex-direction:column;align-items:flex-start}.gx-stories-badge{background:#ff7e23;color:#fff;padding:8px 20px;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:25px}.gx-stories-content h2{font-size:2.5rem;font-weight:700;color:#ff6f00;margin-bottom:25px;text-align:left}.gx-stories-content p{color:#666;font-size:1rem;line-height:1.8;margin-bottom:0;text-align:left}.gx-stories-image{position:relative}.gx-stories-image img{width:100%;max-width:400px;height:auto;border-radius:20px}.gx-purple-blob{position:absolute;top:-50px;right:-50px;width:500px;height:500px;background:linear-gradient(135deg,#e1bee7,#ce93d8);border-radius:50%;z-index:-1;opacity:.6}.gx-decorative-stars{position:absolute;font-size:20px;opacity:.3}.gx-star-1{top:20%;left:10%}.gx-star-2{top:15%;left:5%;font-size:14px}.gx-vision-mission-section{background:#fff;padding:80px 0}.gx-stn-header{text-align:center;margin-bottom:40px}.gx-stn-header h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.gx-stn-header h3{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:30px}.gx-insurance-badges{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:50px}.gx-insurance-badge{display:flex;align-items:center;gap:8px;color:#666;font-size:.9rem}.gx-vision-card{background:#f0f6ff;border-radius:25px;padding:40px;height:100%}.gx-mission-card{background:#faf7ff;border-radius:25px;padding:40px;height:100%}.gx-vision-card h3,.gx-mission-card h3{font-size:1.8rem;font-weight:700;margin-bottom:8px}.gx-vision-card h3{color:#2474ec}.gx-mission-card h3{color:#7a00d7}.gx-vision-card p,.gx-mission-card p{color:#666;font-size:.95rem;line-height:1.7;margin-bottom:25px}.gx-feature-list{list-style:none;padding:0;margin:0}.gx-feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#666;font-size:.95rem;line-height:1.6}.gx-feature-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.gx-vision-card .gx-feature-icon{color:#1976d2}.gx-mission-card .gx-feature-icon{color:#7b1fa2}.gx-why-section{background:#f8eeff;padding:80px 0 0;position:relative}.gx-why-header{text-align:center;margin-bottom:60px}.gx-why-badge{background:#51008d;color:#fff;padding:8px 20px;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:20px}.gx-why-badge:before{content:"▶";margin-right:8px}.gx-why-header h2{font-size:2.5rem;font-weight:700;color:#51008d;margin-bottom:10px}.gx-why-header h3{font-size:2rem;font-weight:700;color:#6a1b9a;margin-bottom:20px}.gx-why-header p{color:#666;font-size:1.05rem;line-height:1.7}.gx-founder-card{border-radius:30px;padding:80px 40px 0}.gx-founder-content{position:relative;top:-40px}.gx-founder-content h4{font-size:1.6rem;font-weight:700;color:#6a1b9a;margin-bottom:20px}.gx-founder-content p{color:#666;font-size:.95rem;line-height:1.8;margin-bottom:20px}.gx-founder-info{margin-top:30px;margin-bottom:0}.gx-founder-name{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:5px}.gx-founder-title{color:#666;font-size:.9rem}.gx-founder-image{text-align:center}.gx-founder-image img{width:100%;max-width:470px;height:auto;border-radius:20px}.team-section{padding:80px 0 0;background:#fff;text-align:center}.team-section h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.team-section .subtitle{font-size:1.125rem;color:var(--text-gray);margin-bottom:60px}.team-carousel{position:relative;overflow:hidden;padding:20px 0 40px}.team-track{display:flex;animation:scroll 20s linear infinite;gap:0}.team-card{max-width:420px;margin:0 12px;border-radius:24px;overflow:hidden;position:relative;flex-shrink:0;box-sizing:border-box;min-width:300px}.team-card:before{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 100%);z-index:1}.team-image{padding:0 16px;box-sizing:border-box}.team-card img{width:100%;height:320px;object-fit:cover;display:block}.team-info{padding:40px 0;color:#000}.team-info h4{font-size:24px;font-weight:700;margin-bottom:8px}.team-info p{font-size:16px;margin:0;opacity:.95}.team-card:nth-child(1){background:#dbffbc}.team-card:nth-child(2){background:#ffefd9}.team-card:nth-child(3){background:#f0ddff}.team-card:nth-child(4){background:#cae1ff}.team-card:nth-child(5){background:#fff2bf}.team-card:nth-child(6){background:#d3f8ff}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.team-track:hover{animation-play-state:paused}@media(max-width:992px){.gx-header-title h1{font-size:2.5rem}.gx-stories-content h2,.gx-stn-header h2,.gx-why-header h2,.team-section h2{font-size:28px}.gx-stn-header h3,.gx-why-header h3{font-size:1.7rem}.gx-stories-card{padding:35px}.gx-founder-card{padding:16px}}@media(max-width:768px){.gx-header-title h1{font-size:28px}.gx-stories-card{padding:30px 20px 0}.gx-vision-card,.gx-mission-card{padding:24px;margin-bottom:20px}.gx-insurance-badges{gap:15px}.gx-founder-image{margin-top:30px}}.stories-card-section .badge-orange{background-color:#ff6b35;color:#fff;padding:8px 20px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px}.stories-main-card:after{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,107,53,.08) 0%,transparent 70%);border-radius:50%}.btn-play{background-color:var(--text-dark);color:#fff;padding:12px 28px;border-radius:25px;font-size:.9375rem;font-weight:600;border:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;text-decoration:none}.btn-play:hover{background-color:#374151;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.features-section{padding:80px 0;background:#fff}.feature-card{text-align:center;padding:30px 20px;border-radius:20px;height:100%;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:90px;height:90px;margin:0 auto 24px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.feature-icon:before{content:"";position:absolute;width:40px;height:40px;background:#fff9;border-radius:50%}.character{font-size:2.5rem;position:relative;z-index:1}.feature-card h3{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.feature-card p{font-size:.9375rem;color:var(--text-gray);line-height:1.6;margin:0}.mentorship-section{padding:80px 0;background:#f8eeff}.mentorship-section .badge-purple{background-color:#51008d;color:#fff;padding:8px 20px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px}.section-title{font-size:2.5rem;font-weight:700;color:#51008d;margin-bottom:16px;line-height:1.2;text-align:center}.section-title h2{color:#000}.section-subtitle{font-size:1.125rem;color:var(--text-light);text-align:center;max-width:700px;margin:0 auto 60px;line-height:1.6;font-weight:400}.flow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:50px}.flow-card{border-radius:24px;padding:40px;position:relative;min-height:180px;display:flex;background:#fff;flex-direction:row;transition:transform .3s ease;gap:24px;align-items:center}.flow-card:hover{transform:translateY(-5px)}.flow-card h3{font-size:1.375rem;font-weight:700;margin-bottom:12px}.flow-card.green h3{color:#059669}.flow-card.blue h3{color:#2563eb}.flow-card.purple h3{color:#51008d}.flow-card.orange h3{color:#ff6b35}.flow-card p{font-size:.9375rem;color:var(--text-gray);line-height:1.6;margin:0}.how-works-section{padding:100px 0;background:#fff}.how-works-content{background:#f7eedf;border-radius:32px;padding:60px}.flow-card-img{position:relative;width:fit-content}.flow-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;font-weight:600;color:#000;z-index:2}.flow-card-img img{display:block;position:relative;z-index:1}.badge-video{background-color:#51008d;color:#fff;padding:8px 20px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px}.how-works-text h2{font-size:2.25rem;font-weight:700;color:#51008d;margin-bottom:20px;line-height:1.2}.how-works-text .lead{font-size:1.0625rem;color:var(--text-gray);margin-bottom:32px;line-height:1.7}.checklist{list-style:none;padding:0;margin:0}.checklist li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:.9375rem;color:var(--text-gray);line-height:1.6}.checklist li i{color:#51008d;margin-top:4px;font-size:16px}.how-works-image{text-align:center}.how-works-image img{width:100%;max-width:450px;height:auto;border-radius:20px}.steps-section{padding:80px 0;background:#ffefd9}.badge-learning{background-color:#6f2e00;color:#fff;padding:8px 20px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px}.steps-section .section-title{color:#6f2e00}.steps-list{max-width:800px;margin:60px auto 0}.step-item{display:flex;gap:24px;margin-bottom:40px;align-items:flex-start;position:relative}.step-item:after{background:#fff;content:"";width:4px;position:absolute;left:20px;height:100px;top:52px}.step-item:nth-child(4):after{display:none}.step-number{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;flex-shrink:0;border:4px #fff solid}.step-number.orange{background:#ff8d3d}.step-number.green{background:#5eb748}.step-content h3{font-size:1.375rem;font-weight:700;color:#4a0025;margin-bottom:12px}.step-content p{font-size:1rem;color:var(--text-gray);line-height:1.7;margin:0}@media(max-width:991px){.how-works-content{padding:40px 30px}.how-works-text h2{font-size:2rem}.flow-grid{grid-template-columns:1fr;gap:12px}.how-works-image{margin-top:40px}}@media(max-width:767px){.stories-main-card{padding:30px 20px}.stories-content h2,.section-title{font-size:1.75rem}.how-works-content{padding:30px 20px}.how-works-text h2{font-size:1.75rem}.feature-card{margin-bottom:30px;padding:16px}.gx-header-section{padding:80px 0}.flow-card{padding:16px;min-height:auto}.flow-card h3{font-size:18px;margin-bottom:8px}.step-item{flex-direction:column;gap:16px}}.hero-slider-section{padding:60px 0}.hero-slide{background:#f0ddff;border-radius:32px;padding:80px;display:flex;align-items:center;gap:40px;min-height:350px;position:relative}.hero-slide:after{content:"";position:absolute;top:0;right:0;width:100%;background:url(/assets/img/crs-bg.svg);height:100%;background-size:cover;left:100px}.hero-slide-image{flex-shrink:0;position:relative;z-index:9}.science-icon-container{width:200px;height:200px;background:#f0ddff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 30px #7c3aed4d}.science-icon-container .badge-orange{position:absolute;bottom:-10px;background:#ffc404;font-weight:600;padding:4px 12px;border-radius:70px}.science-icon-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.hero-slide-content{flex:1;position:relative;z-index:99}.hero-slider-section .carousel-indicators{bottom:0}.hero-slider-section .carousel-indicators button{background:#ccc;width:8px;height:8px!important;border:0}.badge-category{background:#fff;color:#51008d;padding:6px 14px;border-radius:20px;font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-bottom:16px}.badge-category i{font-size:.875rem}.hero-slide-content h1{font-size:2.75rem;font-weight:700;color:#51008d;margin-bottom:16px;line-height:1.2}.hero-slide-content p{font-size:1rem;color:#51008d;margin-bottom:20px;line-height:1.6}.hero-slide-content .meta-info{font-size:.9375rem;color:#51008d;font-weight:600}.carousel-indicators button.active{background-color:#c3c3c3;width:30px;border-radius:5px}.courses-main-section{padding:60px 0 80px;background-color:#fff}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.section-header h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin:0}.filter-controls{display:flex;gap:12px;align-items:center}.filter-btn{background:#fff;border:1px solid #eee;padding:8px 18px;border-radius:40px;font-size:.9375rem;color:var(--text-dark);display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn:hover{border-color:var(--primary-purple);color:var(--primary-purple)}.filter-btn i{font-size:.875rem}.filter-sidebar{background:#fcf9ff;border-radius:20px;padding:30px;position:sticky;top:20px}.filter-sidebar h3{font-size:1.375rem;font-weight:700;color:var(--text-dark);margin-bottom:24px}.category-list{list-style:none;padding:0;margin:0}.category-item{margin-bottom:8px}.category-link{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:12px;text-decoration:none;color:var(--text-dark);font-size:14px;font-weight:500;transition:all .3s ease;background:#f0ddff}.category-link:hover,.category-link.active{background:#51008d;color:#fff}.category-link i{font-size:1.125rem;width:20px;text-align:center}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.crs-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.crs-card:hover{transform:translateY(-4px)}.crs-card-image{width:100%;height:180px;background:linear-gradient(135deg,var(--light-purple) 0%,#DDD6FE 100%);position:relative;overflow:hidden}.crs-card-body{padding:16px 0}.crs-card-title{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:4px;line-height:1.4}.crs-card-meta{font-size:.8125rem;color:#51008d;margin-bottom:12px}.crs-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:0;border-top:1px solid var(--border-color)}.crs-price-label{font-size:.75rem;color:var(--text-gray);margin-bottom:2px}.crs-price{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.top-courses-section{background:#fff;border-radius:20px;padding:32px;margin-top:60px;border:1px #eee solid}.top-courses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.top-courses-header h3{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin:0}.top-courses-carousel{overflow:hidden;position:relative}.top-courses-track{display:flex;gap:24px;transition:transform .5s ease}.top-course-card{flex:0 0 calc(33.333% - 16px);min-width:280px}@media(max-width:1199px){.hero-slide{padding:40px;flex-direction:column;text-align:center}.hero-slide-content h1{font-size:2.25rem}.science-icon-container{width:180px;height:180px}.top-course-card{flex:0 0 calc(50% - 12px)}}@media(max-width:991px){.filter-sidebar{margin-bottom:40px;position:relative;top:0}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.filter-controls{flex-wrap:wrap}}@media(max-width:767px){.hero-slide{padding:30px 20px}.hero-slide-content h1{font-size:1.875rem}.science-icon-container{width:150px;height:150px}.section-header{flex-direction:column;align-items:flex-start;gap:20px}.section-header h2{font-size:1.5rem}.courses-grid{grid-template-columns:1fr;gap:8px}.top-courses-section{padding:30px 20px}.top-courses-header{flex-direction:column;align-items:flex-start;gap:16px}.top-courses-header h3{font-size:1.5rem}.top-course-card{flex:0 0 100%;min-width:100%}}@media(max-width:575px){.hero-slide-content h1{font-size:1.5rem}.filter-btn{font-size:.875rem;padding:8px 14px}}.learning-section{background:#fcf9ff;padding:40px;border-radius:24px;margin-top:30px}.learning-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:25px;width:80rem}.learning-item{display:flex;gap:8px;align-items:flex-start}.learning-item i{color:#b891d4;font-size:20px;margin-top:2px;flex-shrink:0}.learning-item p{color:#1a1a1a;font-size:16px;line-height:1.4;margin:0}.cd-page .page-title{color:#000;font-size:28px;margin-bottom:20px}.plans-section{background:#f7edff;padding:32px;border-radius:20px;margin-top:30px}.plan-card{background:#fff;border-radius:20px;padding:24px;height:100%;position:relative;transition:all .3s ease}.plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.plan-card.featured{background:linear-gradient(135deg,#2d7aff,#1a5fd4);color:#fff}.plan-card.featured h3{color:#fff}.plan-icon{font-size:20px;margin-bottom:4px}.plan-name{font-size:24px;font-weight:700;margin-bottom:25px}.plan-features{list-style:none;padding:0;margin-bottom:30px}.plan-features li{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px}.plan-features li i{color:#5c2d91;font-size:16px}.plan-card.featured .plan-features li i{color:#fff}.plan-button{background:#5c2d91;color:#fff;border:none;padding:14px 32px;border-radius:30px;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s ease;width:100%}.plan-button:hover{background:#4a2373}.plan-card.featured .plan-button{background:#fff;color:#2d7aff}.plan-card.featured .plan-button:hover{background:#f0f0f0}.testimonials-section{margin-top:40px;position:relative;background:#eff5ff;border-radius:24px;padding:32px}.testimonials-section:after{content:"";position:absolute;top:0;right:0;width:100%;background:url(/assets/img/crs-bg.svg);height:100%;background-size:cover}.testimonial-card{text-align:center;padding:12px;position:relative}.testi-arrow{position:absolute;top:-60px;right:0;width:80px;background:#fff;height:40px;border-radius:40px;border:1px rgb(0 0 0 / 10%) solid}.testimonials-section .carousel-control-prev{left:0;background:transparent;box-shadow:none}.testimonials-section .carousel-control-next{background:transparent;box-shadow:none;right:0;border-left:1px rgb(0 0 0 / 10%) solid;border-radius:0}.testimonial-image{width:130px;height:130px;border-radius:50%;margin:0 auto 15px;position:relative;display:flex;justify-content:center}.testimonial-image .badge{position:absolute;right:0;bottom:-6px;left:0;width:80px;margin:0 auto}.testimonial-image img{width:100%;height:100%;object-fit:cover}.testimonial-name{font-size:16px;font-weight:600;color:#1a1a1a;margin-top:10px}.lessons-section{background:#fff;border-radius:15px;margin-top:40px;margin-bottom:80px}.lesson-item{background:#f7edff;border-radius:12px;padding:12px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.lesson-item:hover{background:#e4cef5}.lesson-left{display:flex;align-items:center;gap:15px}.lesson-icon{width:35px;height:35px;background:#a226ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.lesson-icon.locked{background:#2d2d2d}.lesson-title{font-size:14px;font-weight:500;color:#1a1a1a;margin:0}.lesson-duration{color:#a226ff;font-size:13px;font-weight:600}.see-all-button{background:#2d2d2d;color:#fff;border:none;padding:14px 32px;border-radius:30px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:10px;cursor:pointer;margin-top:20px;transition:all .3s ease}.see-all-button:hover{background:#1a1a1a}.course-info-card{background:#fcf9ff;border-radius:24px;padding:32px;margin-bottom:30px}.course-info-card.cta-card{text-align:center;background:#f0ddff}.course-info-badge{color:#5c2d91;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:15px}.course-info-title{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:25px}.info-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;color:#1a1a1a}.info-item i{color:#5c2d91;font-size:16px}.price-section{margin-top:8px;padding-top:0}.price-label{color:#000;font-size:13px;margin-bottom:8px}.price-section .price{color:#1a1a1a;font-size:40px;font-weight:700;margin-bottom:20px;line-height:40px}.enroll-button{background:#5c2d91;color:#fff;border:none;padding:14px 16px;border-radius:30px;font-size:15px;font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;max-width:50%;transition:all .3s ease;margin:0 auto}.enroll-button:hover{background:#4a2373;transform:translateY(-2px)}.book-content{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;padding:80px 0;background-image:url(/assets/img/book-bg.svg)}.cards-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.info-card{background:#f4f5fc;border-radius:32px;padding:48px 48px 0;overflow:hidden;position:relative}.info-card:after{content:"";background-image:url(/assets/img/book-vector.svg);width:100%;height:614px;position:absolute;bottom:-140px;right:-230px}.info-card h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:16px;line-height:1.3;text-align:left}.info-card p{font-size:1rem;color:#6b7280;line-height:1.7;margin-bottom:40px;text-align:left;max-width:410px}.info-card-image{width:100%;margin-top:51px;z-index:9;position:relative}.info-card-image img{width:100%;height:auto;border-radius:20px}.form-card{background:#fff;border-radius:32px;padding:48px;box-shadow:0 10px 40px #00000014;position:relative}.form-card h2{font-size:2rem;font-weight:700;color:#6975ff;margin-bottom:16px;line-height:1.3;text-align:left}.form-card .subtitle{font-size:1rem;color:#6b7280;margin-bottom:32px;text-align:left;line-height:1.6}.form-card .form-group{margin-bottom:16px}.form-card .form-label{display:block;font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:4px;text-align:left}.form-card .form-control{width:100%;padding:14px 18px;font-size:.9375rem;border:1px solid #E5E7EB;border-radius:12px;transition:all .3s ease;font-family:Inter,sans-serif;color:#1f2937;background:#fff}.form-card .form-control:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-card .form-control::placeholder{color:#9ca3af}.form-card .phone-input-group{display:flex;gap:12px}.form-card .country-code{position:relative}.form-card .country-code select{width:90px;padding:14px 30px 14px 12px;font-size:.9375rem;border:1px solid #E5E7EB;border-radius:12px;transition:all .3s ease;font-family:Inter,sans-serif;color:#1f2937;background:#fff;cursor:pointer;appearance:none}.form-card .country-code select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-card .phone-number-input{flex:1}.form-card .form-select{width:100%;padding:14px 45px 14px 18px;font-size:.9375rem;border:1px solid #E5E7EB;border-radius:12px;transition:all .3s ease;font-family:Inter,sans-serif;color:#1f2937;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center}.form-card .form-select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-card .btn-submit{background:#1f2937;color:#fff;padding:16px 40px;border-radius:30px;font-size:1rem;font-weight:600;border:none;width:100%;cursor:pointer;transition:all .3s ease;margin-top:16px}.form-card .btn-submit:hover{background:#374151;transform:translateY(-2px);box-shadow:0 6px 16px #1f29374d}@media(max-width:1199px){.wave-left{width:500px;height:500px}.wave-right{width:600px;height:600px}}@media(max-width:991px){.cards-container{grid-template-columns:1fr;gap:40px}.info-card,.form-card{padding:40px 30px}.info-card h2{font-size:2rem}.form-card h2{font-size:1.75rem}}@media(max-width:767px){.book-content{padding:60px 0}.info-card,.form-card{padding:30px 20px 0;border-radius:24px}.info-card h2{font-size:1.75rem}.form-card h2{font-size:1.5rem}.form-card .phone-input-group{flex-direction:column}.form-card .country-code select{width:100%}.wave-left{width:400px;height:400px;left:-150px}.wave-right{width:450px;height:450px;right:-150px}}@media(max-width:575px){.info-card h2,.form-card h2{font-size:1.5rem}}.pfp-hero-section{padding:60px 0 40px}.pfp-hero-card{border-radius:32px 32px 0 0;padding:40px;position:relative;box-shadow:0 4px 20px #0000000f}.mentor-badge{position:absolute;right:24px;background:#1f2937;color:#fff;padding:10px 24px;border-radius:8px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pfp-content-wrapper{display:flex;align-items:flex-start;gap:40px}.pfp-avatar{position:relative;margin-top:0;top:-80px;display:flex;align-items:center;align-content:center;height:80px}.avatar-circle{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#d1d5db,#e5e7eb);border:8px solid white;box-shadow:0 8px 30px #0000001f;overflow:hidden}.avatar-circle img{width:100%;height:100%;object-fit:cover}.pfp-info{flex:1;padding-top:20px}.pfp-info h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:20px}.pfp-info p{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:24px}.pfp-badges{display:flex;gap:12px;flex-wrap:wrap}.badge-subject{background:#006eff;color:#fff;padding:8px 18px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:8px}.badge-experience{background:#fe6c04;color:#fff;padding:8px 18px;border-radius:20px;font-size:.875rem;font-weight:600}.highlights-section{padding:40px 0;background:#fff}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.highlight-card{background:#fff;border-radius:16px;padding:28px;display:flex;align-items:flex-start;gap:18px;transition:all .3s ease;border:1px solid #F3F4F6}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:#e5e7eb}.highlight-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.highlight-icon.green{background:linear-gradient(135deg,#86efac,#4ade80)}.highlight-icon.blue{background:linear-gradient(135deg,#93c5fd,#60a5fa)}.highlight-icon.pink{background:linear-gradient(135deg,#fda4af,#fb7185)}.highlight-content{flex:1}.highlight-content h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:6px}.highlight-content p{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0}.pfp-hero-bg{background:#fbfcff;border-radius:24px;overflow:hidden;padding:0}.pfp-hero-area{height:240px;overflow:hidden}.pfp-hero-area img{width:100%}.pp-tsts-section{padding:40px 0}.pp-tsts-bg{background:#fff6f0;padding:64px;border-radius:24px}.pp-highlights-bg{background:#f4f5fc;padding:64px;border-radius:24px}.pp-highlights-bg h2{color:#2d2c2b;text-align:left;font-size:2rem;margin-bottom:40px}.pp-tsts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.pp-tsts-header h2{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.pp-tsts-section .carousel-controls{display:flex;gap:12px}.pp-tsts-section .carousel-control-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#1f2937}.pp-tsts-section .carousel-control-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.pp-tsts-section .carousel-control-btn:disabled{opacity:.4;cursor:not-allowed}.pp-tsts-carousel{position:relative;overflow:hidden}.pp-tsts-track{display:flex;gap:30px;transition:transform .5s ease}.pp-tst-card{flex:0 0 calc(50% - 15px);min-width:calc(50% - 15px);background:#fff;border-radius:24px;padding:40px;box-shadow:0 4px 20px #0000000f;display:flex;gap:30px}.pp-tst-content{flex:1}.pp-tst-content h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:20px}.pp-tst-content p{font-size:1rem;color:#6b7280;line-height:1.7;margin-bottom:28px}.pp-tst-author{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:4px}.pp-tst-role{font-size:.9375rem;color:#6b7280}.pp-tst-image{flex-shrink:0;width:180px;height:180px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.pp-tst-image img{width:100%;height:100%;object-fit:cover}@media(max-width:1199px){.pfp-hero-card{padding:80px 40px 50px}.pfp-info h1{font-size:2.25rem}.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:991px){.pfp-content-wrapper{flex-direction:column;align-items:center;text-align:center}.pfp-info{padding-top:0}.pfp-badges{justify-content:center}.mentor-badge{top:20px;right:20px}.highlights-grid{grid-template-columns:1fr;gap:8px}.pp-tst-card{flex:0 0 100%;min-width:100%}.pp-tsts-header{flex-direction:column;gap:20px;align-items:flex-start}}@media(max-width:767px){.pfp-hero-card{padding:20px 16px 40px;border-radius:24px 24px 0 0}.pfp-avatar{display:flex;justify-content:center;align-items:center;top:-60px}.avatar-circle{width:160px;height:160px}.pfp-info h1{font-size:2rem}.pp-tsts-header h2{font-size:1.5rem}.pp-tst-card{flex-direction:column-reverse;text-align:center;padding:30px}.pp-tst-image{width:140px;height:140px;margin:0 auto}.pp-tst-content h3{font-size:1.25rem}.highlight-card{padding:20px}}@media(max-width:575px){.pfp-info h1{font-size:24px}.avatar-circle{width:140px;height:140px;border:4px solid white}.mentor-badge{right:0;padding:6px 12px;font-size:12px;top:-120px;background:#ffffff2b}}.checkout-section{padding:80px 0}.checkout-section .hero-slide{padding:48px;overflow:hidden}.checkout-section .page-title{font-size:28px;margin-bottom:32px}.summary-card{background:#fcf9ff;border-radius:24px;padding:32px}.summary-header{padding:0;margin-bottom:40px}.summary-header h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.summary-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:24px;flex-direction:column}.total-label{font-size:1rem;color:#1f2937;font-weight:500}.total-amount{font-size:2rem;font-weight:700;color:#1f2937}.summary-breakdown{border-top:1px solid #E5E7EB;padding-top:24px}.summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.item-label{font-size:.9375rem;color:#1f2937;font-weight:400}.item-value{font-size:.9375rem;color:#1f2937;font-weight:500;text-align:right}.item-value.discount{color:#dc2626}.promo-section{background:#f0ddff;border-radius:20px;padding:28px;margin-top:40px;display:flex;flex-direction:column}.promo-section h4{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:12px}.promo-input-wrapper{margin-bottom:20px}.promo-input{width:100%;padding:14px 18px;font-size:.9375rem;border:none;border-radius:12px;transition:all .3s ease;font-family:Inter,sans-serif;color:#1f2937;background:#fff;font-weight:500}.promo-input:focus{outline:none;box-shadow:0 0 0 3px #7c3aed33}.promo-input::placeholder{color:#9ca3af}.promo-section .btn-apply{background:#51008d;color:#fff;padding:12px 32px;border-radius:30px;font-size:.9375rem;font-weight:600;border:none;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s ease;width:auto;justify-content:center;float:right}.promo-section .btn-apply:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed4d}.applied-coupon{background:#d1fae5;border-radius:12px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.coupon-info{display:flex;align-items:center;gap:12px}.coupon-icon{width:36px;height:36px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem}.coupon-details{display:flex;flex-direction:column}.coupon-code{font-size:.9375rem;font-weight:700;color:#065f46}.coupon-savings{font-size:.8125rem;color:#059669;font-weight:500}.promo-section .btn-remove{background:transparent;border:none;color:#dc2626;cursor:pointer;padding:4px 8px;font-size:.875rem;font-weight:600;transition:all .3s ease}.promo-section .btn-remove:hover{color:#b91c1c}.promo-section.hidden{display:none!important}.top-courses-section .carousel-control-btn{background:transparent;border:1px #eee solid;width:32px;height:32px;border-radius:50px}.gx-auth-section{background:#005f46;min-height:100vh;display:flex;align-items:center;padding:60px 0;position:relative;overflow:hidden}.gx-auth-container{width:100%;max-width:1400px;margin:0 auto}.gx-stories-content-wrapper{position:relative;z-index:2}.gx-stories-heading{color:#fff;margin-bottom:20px}.gx-stories-heading h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.gx-stories-subtitle{color:#ffffffe6;font-size:1.1rem;line-height:1.6;max-width:500px}.gx-visual-container{position:relative;margin-top:50px}.gx-grid-background{position:relative;width:100%;max-width:650px;height:450px;background-size:40px 40px;border-radius:30px;overflow:hidden}.gx-students-image img{width:100%;height:100%;object-fit:cover}.gx-signup-card{background:#fff;border-radius:30px;padding:50px 45px;box-shadow:0 20px 60px #0003}.gx-signup-header{margin-bottom:35px}.gx-signup-header h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.gx-signup-description{color:#666;font-size:.95rem;line-height:1.6}.gx-form-group{margin-bottom:20px}.gx-form-label{display:block;color:#333;font-size:.9rem;font-weight:600;margin-bottom:8px}.gx-form-input{width:100%;padding:12px 18px;border:1px solid #e0e0e0;border-radius:10px;font-size:.95rem;font-family:Poppins,sans-serif;transition:all .3s}.gx-form-input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 4px #2196f31a}.gx-form-input::placeholder{color:#999}.gx-primary-btn{width:100%;padding:14px;background:#06f;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:10px}.gx-primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2196f34d}.gx-divider{display:flex;align-items:center;margin:30px 0;color:#999;font-size:.9rem}.gx-divider:before,.gx-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.gx-divider:before{margin-right:15px}.gx-divider:after{margin-left:15px}.gx-social-btn{width:100%;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;font-size:.95rem;font-weight:600;color:#333;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:15px}.gx-social-btn:hover{border-color:#333;background:#f8f8f8}.gx-google-icon{width:20px;height:20px}.gx-facebook-icon{color:#1877f2;font-size:20px}.gx-login-link-section{text-align:center;margin-top:24px}.gx-login-btn{background:#ff8d3d;color:#fff;border:none;padding:12px 35px;border-radius:12px;width:100%;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.gx-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff77334d}@media(max-width:992px){.gx-stories-heading h1{font-size:2.5rem}.gx-grid-background{height:400px}.gx-signup-card{margin-top:40px}}@media(max-width:768px){.gx-auth-section{padding:40px 15px}.gx-stories-heading h1{font-size:2rem}.gx-signup-card{padding:35px 25px;border-radius:12px}.gx-signup-header h2{font-size:1.6rem}.gx-grid-background{height:auto}}@media(max-width:576px){.gx-stories-heading h1{font-size:1.8rem}}@media(max-width:991px){.summary-card{position:relative;top:0;margin-top:40px}.page-title{font-size:2rem}}@media(max-width:767px){.summary-header h3,.total-amount{font-size:1.5rem}.btn-faq{margin-top:16px}.brand-logo{height:40px}.checkout-section .page-title{font-size:24px;margin-bottom:16px}.checkout-section{padding:40px 0}.learning-section{padding:20px}.learning-grid{grid-template-columns:repeat(1,1fr)}.plans-section{padding:20px}.cd-page .page-title{font-size:24px}.plans-section .col-md-6{margin-bottom:16px}.lesson-duration{text-align:right;font-size:12px;position:absolute;right:16px;top:16px}.testimonials-section .hero-slide:after{display:none}.enroll-button{max-width:70%}.course-info-card{padding:24px}.lesson-left{align-items:flex-start;gap:12px;justify-content:flex-start;flex-direction:column}.lesson-item{position:relative}.crs-card-image img{width:100%}.top-courses-track{gap:12px}.top-crs-card{width:100%;min-width:100%}.pfp-hero-bg{margin:0 3%;width:94%}.pp-highlights-bg,.pp-tsts-bg{margin:0 3%;width:94%;padding:24px 16px}.pp-highlights-bg h2{font-size:24px;margin-bottom:16px}.pfp-hero-area{height:180px}.step-item:after{display:none}.continuous-scroll-section,.mascot-icon{display:none}.learning-paths-section{padding:60px 0}.learning-paths-section .stn-title{margin-bottom:40px}.carousel.pointer-event .col-md-4.mb-3{margin-bottom:0!important}.step-card{padding:8px 8px 8px 16px;margin-bottom:8px}.btn-outline-custom{margin-bottom:8px}.gx-organizations-section .org-card{width:100%;display:flex;flex-direction:column;padding:24px;align-items:flex-start;gap:24px}.gx-org-image-placeholder{height:240px;width:100%}.gx-stories-section .container{padding:24px}.gx-stories-section,.gx-organizations-section,.gx-teachers-section,.gx-mentors-showcase-section{padding:60px 0}.gx-stn-title-stories{margin-bottom:40px}.gx-teacher-card{padding:32px 16px}.gx-mentor-card{width:100%}.mentor-btn-group .btn-solid-custom{margin-top:12px}.mentor-card{padding:40px 24px 0}}.course-filter .filter-btn{border-radius:20px;padding:6px 16px;background:#fff;border:1px solid #e6d9ff;color:#5a189a;font-weight:500}.course-filter .filter-btn:focus,.course-filter .filter-btn:active,.course-filter .filter-btn.show,.course-filter .dropdown-toggle:focus,.course-filter .dropdown-toggle:active,.course-filter .dropdown-toggle.show{background-color:#f3e8ff!important;color:#5a189a!important;border-color:#cdb4ff!important;box-shadow:none!important}.course-filter .dropdown-menu{border-radius:12px;border:1px solid #e6d9ff;padding:6px}.course-filter .dropdown-item{border-radius:8px;padding:8px 12px;font-size:14px}.course-filter .dropdown-item:hover,.course-filter .dropdown-item:focus,.course-filter .dropdown-item:active{background-color:#f3e8ff!important;color:#5a189a!important}.course-filter .search-inline{display:flex;align-items:center;height:36px;width:90px;padding:0 12px;border:1px solid #e6d9ff;border-radius:20px;background:#fff;gap:6px;overflow:hidden;transition:width .3s ease;cursor:pointer}.course-filter .search-inline i{color:#5a189a;font-size:14px}.course-filter .search-label{font-size:14px;color:#5a189a;white-space:nowrap}.course-filter .search-inline input{border:none;outline:none;width:100%;font-size:14px;background:transparent;display:none}.course-filter .search-inline.active{width:220px;cursor:text;background:#f3e8ff;border-color:#cdb4ff}.course-filter .search-inline.active input{display:block}.course-filter .search-inline.active .search-label{display:none}.vm-backdrop{position:fixed;inset:0;z-index:9999;background:#000000e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;padding:20px;animation:vmIn .22s ease both}@keyframes vmIn{0%{opacity:0}to{opacity:1}}.vm-modal{width:100%;max-width:920px;background:#111;border-radius:20px;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 40px 120px #000000e6;animation:vmUp .3s cubic-bezier(.34,1.3,.64,1) both}@keyframes vmUp{0%{opacity:0;transform:scale(.94) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.vm-header{display:flex;align-items:center;justify-content:space-between;padding:13px 14px 13px 20px;border-bottom:1px solid rgba(255,255,255,.07)}.vm-title{font-size:13.5px;font-weight:600;color:#ffffffb3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin-right:12px}.vm-close{flex-shrink:0;width:30px;height:30px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffff8c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .22s}.vm-close:hover{background:#e53935;border-color:transparent;color:#fff;transform:rotate(90deg) scale(1.1)}.vm-player-box{position:relative;padding-top:56.25%;background:#000}.vm-react-player{position:absolute!important;top:0!important;left:0!important}.vm-footer{padding:9px 18px 11px;text-align:center;background:#ffffff05;border-top:1px solid rgba(255,255,255,.05)}.vm-footer span{font-size:11.5px;color:#ffffff38;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.vm-footer kbd{display:inline-block;padding:1px 6px;border-radius:4px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;font-size:10.5px;font-family:monospace;color:#ffffff4d;margin:0 2px}@media(max-width:600px){.vm-backdrop{padding:0;align-items:flex-end}.vm-modal{border-radius:20px 20px 0 0;max-width:100%}}.hero-image{position:relative;height:800px;overflow:hidden}.banner-shimmer-orange{position:absolute;inset:0;background:#f5f5f5;border:1.5px solid #e0e0e0;overflow:hidden}.banner-shimmer-orange:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmerSweep 1.6s ease-in-out infinite}.shimmer-card{border:1.5px solid #e0e0e0;border-radius:16px;padding:18px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:14px;min-height:340px;position:relative;overflow:hidden}.shimmer-card:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:shimmerSweep 1.6s ease-in-out infinite}.shimmer-badge-box{width:90px;height:28px;background:#ebebeb;border-radius:50px;overflow:hidden;position:relative}.shimmer-heading{width:65%;height:22px;background:#ebebeb;border-radius:6px;overflow:hidden;position:relative}.shimmer-image-box{width:100%;flex:1;min-height:140px;background:#f5f5f5;border:1.5px solid #e0e0e0;border-radius:12px;position:relative;overflow:hidden}.shimmer-image-box:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmerSweep 1.6s ease-in-out infinite}.shimmer-btn-box{width:130px;height:42px;background:#ebebeb;border-radius:50px;position:relative;overflow:hidden}.shimmer-btn-box:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmerSweep 1.6s ease-in-out infinite .2s}.category-shimmer-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#f9f9f9;margin-bottom:6px;overflow:hidden;position:relative}.category-shimmer-item:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmerSweep 1.6s ease-in-out infinite}.cat-icon{width:28px;height:28px;border-radius:50%;background:#e0e0e0;flex-shrink:0}.cat-text{height:14px;width:80px;border-radius:6px;background:#e0e0e0}.crs-card-shimmer{border:1.5px solid #e0e0e0;border-radius:16px;background:#fff;overflow:hidden;position:relative}.crs-card-shimmer:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmerSweep 1.6s ease-in-out infinite}.crs-img-box{width:100%;height:180px;background:#f0f0f0;border-bottom:1.5px solid #e0e0e0}.crs-shimmer-body{padding:14px;display:flex;flex-direction:column;gap:10px}.crs-title-line{height:18px;width:75%;background:#e0e0e0;border-radius:6px}.crs-meta-line{height:13px;width:55%;background:#ebebeb;border-radius:6px}.crs-shimmer-footer{margin-top:6px}.crs-label-line{height:11px;width:70px;background:#ebebeb;border-radius:4px;margin-bottom:6px}.crs-price-line{height:20px;width:60px;background:#e0e0e0;border-radius:6px}.shimmer-el{flex-shrink:0}.step-card-shimmer{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1.5px solid #e0e0e0;border-radius:12px;background:#fff;position:relative;overflow:hidden}.step-card-shimmer:after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmerSweep 1.6s ease-in-out infinite}.step-text-line{height:16px;width:45%;background:#e0e0e0;border-radius:6px}.step-shimmer-right{display:flex;align-items:center;gap:8px}.step-icon-circle{width:36px;height:36px;border-radius:50%;background:#e0e0e0}.step-arrow{width:10px;height:16px;background:#e0e0e0;border-radius:4px}@keyframes shimmerSweep{0%{left:-70%}to{left:120%}}.hero-section{width:100%;padding:0;margin:0;background:linear-gradient(180deg,#fff,#faf5ff)}.hero-section h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px;color:#1f2937}.hero-section .subtitle{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto 40px;line-height:1.6}.search-container{max-width:600px;margin:0 auto;position:relative}.search-input-wrapper{position:relative}.search-input{width:100%;padding:16px 60px 16px 50px;font-size:1rem;border:2px solid #E5E7EB;border-radius:50px;transition:all .3s ease;font-family:Inter,sans-serif;color:#1f2937;background:#fff}.search-input:focus{outline:none;border-color:#51008d;box-shadow:0 0 0 4px #7c3aed1a}.search-input::placeholder{color:#9ca3af}.search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1.125rem}.search-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:#51008d;color:#fff;border:none;padding:10px 28px;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease}.search-btn:hover{background:#6d28d9}.teachers-section{padding:60px 0 80px;background:#fff}.filter-section{margin-bottom:32px}.filter-section:last-child{margin-bottom:0}.filter-section h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:16px}.checkbox-list{list-style:none;padding:0;margin:0}.checkbox-item{margin-bottom:12px}.checkbox-item label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.9375rem;color:#4b5563}.checkbox-item input[type=checkbox]{width:18px;height:18px;border-radius:4px;cursor:pointer;accent-color:#51008D}.badge-count{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:10px;font-size:.75rem;font-weight:600;margin-left:auto}.teachers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px}.teacher-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.teacher-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.teacher-card-header{background:#a5b4fc;padding:24px 20px 70px;position:relative;text-align:center}.teacher-card-header.orange{background:#fed7aa}.teacher-card-header.green{background:#a7f3d0}.teacher-card-header.pink{background:#fbcfe8}.mentor-badge-small{background:#1f2937;color:#fff;padding:6px 14px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block;position:absolute;right:16px;top:16px}.teacher-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#d1d5db,#e5e7eb);border:4px solid white;margin:0 auto;position:relative;z-index:1;overflow:hidden}.teacher-avatar img{width:100%;height:100%;object-fit:cover}.teacher-card-body{padding:20px;margin-top:-50px;position:relative;z-index:2;background:#fff;border-radius:20px 20px 0 0}.teacher-name{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:12px;text-align:center}.teacher-badges{display:flex;gap:8px;justify-content:center;margin-bottom:16px;flex-wrap:wrap}.teacher-description{font-size:.9375rem;color:#6b7280;line-height:1.6;text-align:center;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.teacher-highlights{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.highlight-chip{background:#f3f4f6;color:#6b7280;padding:6px 12px;border-radius:16px;font-size:.8125rem;font-weight:500;display:inline-flex;align-items:center;gap:6px}.highlight-chip i{font-size:.75rem}.teacher-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #E5E7EB}.rating{display:flex;align-items:center;gap:6px}.rating i{color:#fcd34d;font-size:1rem}.rating-value{font-size:.9375rem;font-weight:700;color:#1f2937}.rating-count{font-size:.8125rem;color:#6b7280}.btn-view-profile{background:#51008d;color:#fff;padding:8px 20px;border-radius:20px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-view-profile:hover{background:#6d28d9;color:#fff}@media(max-width:991px){.teachers-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.section-header{flex-direction:column;align-items:flex-start;gap:20px}}@media(max-width:767px){.search-input{padding:14px 50px 14px 45px}.search-btn{padding:8px 20px;font-size:.875rem}.teachers-grid{grid-template-columns:1fr}}@media(max-width:575px){.teacher-card-header{padding:30px 20px 70px}.teacher-card-body{padding:25px 20px 20px}}.category-banner{position:relative;display:flex;justify-content:space-between;align-items:center;padding:35px 40px;margin-bottom:25px;border-radius:20px;background:#f0ddff;overflow:hidden;color:#fff}.banner-content h2{font-size:28px;font-weight:600;margin-bottom:6px}.banner-content p{font-size:14px;opacity:.9}.banner-image{position:relative;width:150px;height:150px;flex-shrink:0}.banner-image:before{content:"";position:absolute;inset:0;background:#fff3;border-radius:50%}.banner-image img{position:relative;width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff}.category-banner:before{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-80px;background:#ffffff1a;border-radius:50%}.category-banner:after{content:"";position:absolute;width:200px;height:200px;right:40px;bottom:-80px;background:#ffffff14;border-radius:50%}.banner-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#fff;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.banner-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.gx-secondary-btn{width:100%;padding:12px;margin-top:10px;background:#06f;color:#fff;font-weight:600;font-size:14px;border:1.5px solid #6c2bd9;border-radius:8px;cursor:pointer;transition:all .3s ease}.gx-secondary-btn:hover{background:#6c2bd9;color:#fff;box-shadow:0 6px 18px #6c2bd933}.footer-pages{display:flex;justify-content:flex-end;gap:20px;list-style:none;flex-wrap:wrap;margin-left:auto}.footer-pages a{text-decoration:none;color:#666;font-size:14px}.footer-pages a:hover{text-decoration:underline}.billing-card{margin-top:20px}.billing-title{font-weight:600;margin-bottom:15px}.billing-input{width:100%;padding:12px 14px;margin-top:10px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;font-size:14px;box-shadow:0 2px 6px #0000000d;transition:all .3s ease}.billing-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26;outline:none}.billing-btn{margin-top:16px;background:linear-gradient(135deg,#6a11cb,#51008d);color:#fff;border:none;padding:12px 18px;border-radius:10px;font-weight:500;transition:all .3s ease}.billing-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #51008d40}.crs-price{display:flex;align-items:center;gap:8px}.old-price{text-decoration:line-through;color:#888;font-size:14px}.new-price{color:#e53935;font-weight:700;font-size:22px}
