:root{--primary: #5B4AE8;--primary-dark: #4535C8;--primary-light: #EEF0FF;--primary-mid: #7C6CF0;--secondary: #06B6D4;--accent: #F59E0B;--accent-light: #FEF3C7;--success: #10B981;--success-light: #D1FAE5;--danger: #EF4444;--danger-light: #FEE2E2;--warning: #F59E0B;--bg: #FFFFFF;--bg-soft: #F8F9FF;--bg-gray: #F3F4F6;--bg-dark: #0F172A;--text: #111827;--text-sub: #4B5563;--text-muted: #9CA3AF;--text-light: #D1D5DB;--border: #E5E7EB;--border-focus: #5B4AE8;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 8px rgba(0,0,0,.08);--shadow: 0 4px 24px rgba(0,0,0,.1);--shadow-lg: 0 12px 48px rgba(0,0,0,.14);--shadow-xl: 0 24px 80px rgba(0,0,0,.18);--radius-xs: 6px;--radius-sm: 10px;--radius: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--font: "Inter", sans-serif;--font-display: "Poppins", sans-serif;--font-serif: "Playfair Display", serif;--nav-h: 70px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--font);border:none;background:none}input,textarea,select{font-family:var(--font)}ul{list-style:none}.container{max-width:1220px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-sm{padding:4rem 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{display:flex;flex-direction:column}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);background:var(--primary-light);padding:.4rem 1rem;border-radius:var(--radius-full);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text);margin-bottom:1rem}.section-sub{font-size:1.1rem;color:var(--text-sub);max-width:600px;line-height:1.7}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;transition:all var(--transition);white-space:nowrap;cursor:pointer}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 20px #5b4ae859}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 28px #5b4ae873}.btn-secondary{background:var(--bg-soft);color:var(--text);border:2px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-white{background:#fff;color:var(--primary);box-shadow:var(--shadow)}.btn-white:hover{background:var(--bg-soft);transform:translateY(-1px)}.btn-accent{background:var(--accent);color:#fff;box-shadow:0 4px 20px #f59e0b4d}.btn-accent:hover{background:#d97706;transform:translateY(-1px)}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem;border-radius:var(--radius)}.btn-sm{padding:.5rem 1.1rem;font-size:.85rem;border-radius:var(--radius-xs)}.btn-full{width:100%}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#059669}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-bestseller{background:#fef3c7;color:#92400e}.badge-new{background:#d1fae5;color:#065f46}.badge-toprated{background:#ede9fe;color:#5b21b6}.badge-hot{background:#fee2e2;color:#991b1b}.badge-primary{background:var(--primary-light);color:var(--primary)}.badge-level-beginner{background:#d1fae5;color:#065f46}.badge-level-intermediate{background:#fef3c7;color:#92400e}.badge-level-advanced{background:#fee2e2;color:#991b1b}.stars{color:#f59e0b;font-size:.9rem;letter-spacing:.05em}.rating-row{display:flex;align-items:center;gap:.4rem}.rating-num{font-weight:700;font-size:.9rem;color:var(--text)}.rating-count{font-size:.8rem;color:var(--text-muted)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;color:var(--text);background:var(--bg);transition:border-color var(--transition),box-shadow var(--transition);outline:none}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #5b4ae81a}.form-input::placeholder{color:var(--text-muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-hint{font-size:.78rem;color:var(--text-muted);margin-top:.3rem}.form-error{font-size:.78rem;color:var(--danger);margin-top:.3rem}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);display:flex;align-items:center}.navbar .container{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:var(--primary)}.nav-logo-icon{width:36px;height:36px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff}.nav-logo span{color:var(--text)}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem .85rem;border-radius:var(--radius-xs);font-size:.9rem;font-weight:500;color:var(--text-sub);transition:all var(--transition)}.nav-link:hover,.nav-link.active{color:var(--primary);background:var(--primary-light)}.nav-auth,.nav-auth-buttons{display:flex;align-items:center;gap:.75rem}.mobile-menu-btn,.nav-links-mobile-footer{display:none}.nav-mobile-user{display:flex;align-items:center;gap:.75rem;padding:.25rem 0}.nav-mobile-user-copy{min-width:0}.nav-mobile-user-name{font-size:.9rem;font-weight:700;color:var(--text)}.nav-mobile-user-email{font-size:.78rem;color:var(--text-muted);overflow-wrap:anywhere}.nav-mobile-auth{display:flex;gap:.75rem}.nav-mobile-signout{width:100%;padding:.95rem 1rem;border-radius:var(--radius-xs);text-align:left;font-size:.9rem;font-weight:600;color:var(--danger);background:var(--danger-light)}.nav-mobile-signout:hover{background:#fecaca}.nav-user{display:flex;align-items:center;gap:.6rem;padding:.4rem .8rem;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition)}.nav-user:hover{background:var(--bg-soft)}.nav-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.nav-user-name{font-size:.875rem;font-weight:600;color:var(--text)}.nav-dropdown{position:absolute;top:calc(var(--nav-h) - 6px);right:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.5rem;min-width:220px;z-index:200}.nav-dropdown-item{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;border-radius:var(--radius-xs);font-size:.875rem;color:var(--text-sub);font-weight:500;transition:all var(--transition);cursor:pointer}.nav-dropdown-item:hover{background:var(--bg-soft);color:var(--primary)}.nav-dropdown-item.danger:hover{background:var(--danger-light);color:var(--danger)}.nav-dropdown-divider{height:1px;background:var(--border);margin:.4rem 0}.hero{min-height:100vh;padding-top:var(--nav-h);background:linear-gradient(135deg,#f8f9ff,#eef0ff 40%,#e8effe);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(91,74,232,.12) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(6,182,212,.08) 0%,transparent 70%);border-radius:50%}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 0;position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-full);padding:.4rem 1rem;font-size:.82rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.hero-eyebrow-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-family:var(--font-display);font-size:3.6rem;font-weight:800;line-height:1.15;color:var(--text);margin-bottom:1.25rem}.hero-title .highlight{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.15rem;color:var(--text-sub);line-height:1.75;margin-bottom:2rem;max-width:520px}.hero-cta{display:flex;gap:1rem;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap}.hero-stats-row{display:flex;gap:2rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--border)}.hero-stat-item .num{font-family:var(--font-display);font-size:1.6rem;font-weight:800;color:var(--text)}.hero-stat-item .lbl{font-size:.8rem;color:var(--text-muted);font-weight:500}.hero-visual{position:relative}.hero-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);overflow:hidden;transform:perspective(1000px) rotateY(-6deg) rotateX(2deg);transition:transform .4s ease}.hero-card:hover{transform:perspective(1000px) rotateY(-3deg) rotateX(1deg)}.hero-card-img{width:100%;height:240px;object-fit:cover}.hero-card-body{padding:1.25rem}.hero-card-title{font-weight:700;font-size:1rem;margin-bottom:.5rem}.hero-card-meta{display:flex;align-items:center;gap:1rem}.hero-progress{margin-top:1rem}.hero-progress-bar{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.hero-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-mid));border-radius:3px;animation:progress-fill 1.5s ease-out}@keyframes progress-fill{0%{width:0}}.hero-float-badge{position:absolute;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.75rem 1rem;display:flex;align-items:center;gap:.65rem;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-float-badge.cert{bottom:-30px;left:-40px}.hero-float-badge.students{top:-20px;right:-20px}.float-icon{font-size:1.5rem}.float-text .t1{font-size:.72rem;color:var(--text-muted);font-weight:500}.float-text .t2{font-size:.9rem;font-weight:700;color:var(--text)}.trust-bar{padding:2rem 0;background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-bar-inner{display:flex;align-items:center;gap:3rem;flex-wrap:wrap;justify-content:center}.trust-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.trust-logos{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap;justify-content:center}.trust-logo{font-size:1rem;font-weight:800;color:var(--text-muted);letter-spacing:-.02em;opacity:.6;transition:opacity var(--transition);font-family:var(--font-display)}.trust-logo:hover{opacity:1}.stats-section{padding:5rem 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-card{text-align:center;padding:2.5rem 1.5rem;background:var(--bg-soft);border-radius:var(--radius-lg);border:1px solid var(--border);transition:all var(--transition)}.stat-card:hover{background:var(--primary-light);border-color:var(--primary);transform:translateY(-3px)}.stat-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.stat-num{font-family:var(--font-display);font-size:2.8rem;font-weight:800;color:var(--primary);line-height:1}.stat-label{font-size:.95rem;color:var(--text-sub);margin-top:.4rem;font-weight:500}.categories-section{padding:5rem 0;background:var(--bg-soft)}.categories-header{text-align:center;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.category-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.25rem;cursor:pointer;transition:all var(--transition);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.category-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-3px)}.category-icon{width:60px;height:60px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:.25rem}.category-name{font-weight:700;font-size:.95rem;color:var(--text)}.category-count{font-size:.78rem;color:var(--text-muted)}.category-card:hover .category-name{color:var(--primary)}.courses-section{padding:5rem 0;background:#fff}.courses-header{text-align:center;margin-bottom:3rem}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.course-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column;cursor:pointer}.course-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.course-card-thumb{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:var(--bg-gray)}.course-card-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.course-card:hover .course-card-thumb img{transform:scale(1.05)}.course-card-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background var(--transition);display:flex;align-items:center;justify-content:center}.course-card:hover .course-card-thumb-overlay{background:#5b4ae826}.play-btn{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all var(--transition);box-shadow:var(--shadow-lg);font-size:1.3rem;color:var(--primary)}.course-card:hover .play-btn{opacity:1;transform:scale(1)}.course-card-badge{position:absolute;top:12px;left:12px}.course-card-body{padding:1.35rem;flex:1;display:flex;flex-direction:column}.course-card-category{font-size:.75rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.course-card-title{font-weight:700;font-size:1rem;line-height:1.4;color:var(--text);margin-bottom:.4rem}.course-card-instructor{font-size:.82rem;color:var(--text-muted);margin-bottom:.75rem}.course-card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.course-card-stat{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--text-sub)}.course-card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.course-price{font-family:var(--font-display);font-size:1.2rem;font-weight:800;color:var(--text)}.course-price-original{font-size:.85rem;color:var(--text-muted);text-decoration:line-through;margin-left:.4rem}.course-card-duration{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:.3rem}.how-section{padding:5rem 0;background:var(--bg-soft)}.how-header{text-align:center;margin-bottom:4rem}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.how-step{text-align:center;padding:2rem 1rem;position:relative}.how-step-num{width:60px;height:60px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.4rem;font-weight:800;margin:0 auto 1.25rem;position:relative;z-index:1}.how-step-icon{font-size:1.8rem;margin-bottom:1rem}.how-step-title{font-weight:700;font-size:1rem;margin-bottom:.5rem}.how-step-desc{font-size:.88rem;color:var(--text-sub);line-height:1.6}.how-step-connector{position:absolute;top:30px;left:calc(50% + 30px);right:calc(-50% + 30px);height:2px;background:linear-gradient(90deg,var(--primary),var(--border));z-index:0}.cert-section{padding:5rem 0;background:linear-gradient(135deg,#0f172a,#1e1b4b)}.cert-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.cert-text{color:#fff}.cert-text .section-label{background:#ffffff26;color:#fff}.cert-text .section-title{color:#fff}.cert-text .section-sub{color:#ffffffb3}.cert-features{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.cert-feature-item{display:flex;align-items:flex-start;gap:.85rem}.cert-feature-check{width:24px;height:24px;min-width:24px;background:#10b98133;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--success);font-size:.75rem;font-weight:700;margin-top:.1rem}.cert-feature-text .t1{font-size:.95rem;font-weight:600;color:#fff}.cert-feature-text .t2{font-size:.82rem;color:#fff9}.cert-preview{background:#fff;border-radius:var(--radius-xl);padding:2.5rem;box-shadow:0 40px 80px #00000080;transform:perspective(800px) rotateY(4deg);transition:transform .4s}.cert-preview:hover{transform:perspective(800px) rotateY(0)}.cert-mini{border:3px solid #D97706;border-radius:var(--radius);padding:1.5rem;text-align:center;background:linear-gradient(135deg,#fffdf5,#fffbeb)}.cert-mini-top{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#92400e;font-weight:700;margin-bottom:.5rem}.cert-mini-title{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--text);margin-bottom:.4rem}.cert-mini-issued{font-size:.78rem;color:var(--text-sub);margin-bottom:.5rem}.cert-mini-name{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.cert-mini-course{font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:1rem}.cert-mini-seal{width:60px;height:60px;background:var(--primary);border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.testimonials-section{padding:5rem 0;background:#fff}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.testimonial-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition)}.testimonial-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-3px)}.testimonial-quote{font-size:.95rem;color:var(--text-sub);line-height:1.75;margin-bottom:1.5rem;font-style:italic}.testimonial-quote:before{content:'"';font-size:3rem;color:var(--primary);line-height:0;vertical-align:-1rem;margin-right:.3rem;opacity:.3}.testimonial-author{display:flex;align-items:center;gap:.85rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-name{font-weight:700;font-size:.9rem;color:var(--text)}.testimonial-role{font-size:.78rem;color:var(--text-muted)}.instructors-section{padding:5rem 0;background:var(--bg-soft)}.instructors-header{text-align:center;margin-bottom:3.5rem}.instructors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.instructor-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:all var(--transition)}.instructor-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.instructor-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:4px solid var(--primary-light)}.instructor-name{font-family:var(--font-display);font-weight:700;font-size:1.05rem;margin-bottom:.2rem}.instructor-title{font-size:.82rem;color:var(--text-muted);margin-bottom:1rem}.instructor-stats{display:flex;justify-content:center;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.instructor-stat .n{font-weight:800;font-size:1rem;color:var(--primary)}.instructor-stat .l{font-size:.72rem;color:var(--text-muted)}.pricing-section{padding:5rem 0;background:#fff}.pricing-header{text-align:center;margin-bottom:3.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{border:2px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;position:relative;transition:all var(--transition)}.pricing-card.featured{border-color:var(--primary);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,var(--primary-light) 0%,white 100%)}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-popular{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:.72rem;font-weight:700;padding:.35rem 1rem;border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase}.pricing-plan{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.pricing-price{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--text);line-height:1;margin-bottom:.25rem}.pricing-price span{font-size:1rem;font-weight:500;color:var(--text-muted)}.pricing-desc{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}.pricing-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.pricing-feature{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--text-sub)}.pricing-feature .check{color:var(--success);font-weight:700}.pricing-feature .cross{color:var(--text-muted)}.faq-section{padding:5rem 0;background:var(--bg-soft)}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:.95rem;color:var(--text);text-align:left;transition:background var(--transition)}.faq-question:hover{background:var(--bg-soft)}.faq-question.open{background:var(--primary-light);color:var(--primary)}.faq-icon{font-size:1.2rem;transition:transform .3s}.faq-question.open .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .35s ease}.faq-answer.open{padding:0 1.5rem 1.25rem;max-height:200px}.faq-answer p{font-size:.9rem;color:var(--text-sub);line-height:1.75}.newsletter-section{padding:5rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-mid) 100%)}.newsletter-inner{text-align:center;color:#fff}.newsletter-inner .section-title{color:#fff}.newsletter-inner .section-sub{color:#fffc;margin:0 auto 2rem}.newsletter-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto}.newsletter-input{flex:1;padding:.9rem 1.25rem;border-radius:var(--radius-sm);border:none;font-size:.95rem;outline:none;box-shadow:0 4px 20px #00000026}.newsletter-note{font-size:.78rem;color:#fff9;margin-top:.75rem}.footer{background:var(--bg-dark);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .nav-logo{color:#fff;margin-bottom:1rem}.footer-brand-desc{font-size:.88rem;color:#ffffff80;line-height:1.7;margin-bottom:1.5rem;max-width:260px}.footer-social{display:flex;gap:.75rem}.footer-social-btn{width:38px;height:38px;background:#ffffff1a;border-radius:var(--radius-xs);display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background var(--transition);cursor:pointer}.footer-social-btn:hover{background:var(--primary)}.footer-col-title{font-weight:700;font-size:.9rem;margin-bottom:1.25rem;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-link{font-size:.85rem;color:#ffffff80;transition:color var(--transition);cursor:pointer}.footer-link:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom-text{font-size:.8rem;color:#fff6}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-link{font-size:.8rem;color:#fff6;cursor:pointer;transition:color var(--transition)}.footer-bottom-link:hover{color:#fff}.auth-page{min-height:100vh;display:flex;background:linear-gradient(135deg,#f8f9ff,#eef0ff)}.auth-left{flex:1;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;text-align:center;color:#fff}.auth-left-logo{font-family:var(--font-display);font-size:2rem;font-weight:800;margin-bottom:2rem}.auth-left-title{font-family:var(--font-display);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.auth-left-sub{font-size:1rem;opacity:.8;max-width:340px;line-height:1.7}.auth-left-features{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem;text-align:left}.auth-left-feature{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.auth-left-feature-icon{font-size:1.1rem}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem}.auth-box{width:100%;max-width:440px}.auth-box-header{margin-bottom:2rem}.auth-box-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--text);margin-bottom:.4rem}.auth-box-sub{font-size:.9rem;color:var(--text-muted)}.auth-box-sub a{color:var(--primary);font-weight:600}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-divider-line{flex:1;height:1px;background:var(--border)}.auth-divider-text{font-size:.8rem;color:var(--text-muted);font-weight:500}.auth-terms{font-size:.78rem;color:var(--text-muted);text-align:center;margin-top:1.25rem;line-height:1.6}.auth-terms a{color:var(--primary)}.dashboard-page{min-height:100vh;background:var(--bg-soft);padding-top:var(--nav-h)}.dashboard-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:3rem 0 5rem}.dash-welcome{color:#fff}.dash-welcome-eyebrow{font-size:.85rem;opacity:.75;margin-bottom:.4rem}.dash-welcome-title{font-family:var(--font-display);font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:.6rem}.dash-welcome-sub{font-size:1rem;opacity:.8}.dashboard-stats-row{margin-top:-3rem;margin-bottom:2.5rem}.dash-stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.dash-stat-card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border);display:flex;gap:1rem}.dash-stat-icon{width:52px;height:52px;border-radius:var(--radius);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.dash-stat-body .n{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--text);line-height:1}.dash-stat-body .l{font-size:.82rem;color:var(--text-muted);margin-top:.25rem}.dash-content{padding:2rem 0}.dash-section{margin-bottom:2.5rem}.dash-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.dash-section-title{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.continue-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1.5rem;align-items:center;transition:all var(--transition);cursor:pointer}.continue-card:hover{box-shadow:var(--shadow);border-color:var(--primary)}.continue-thumb{width:120px;height:80px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.continue-info{flex:1}.continue-cat{font-size:.72rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem}.continue-title{font-weight:700;font-size:1rem;margin-bottom:.25rem}.continue-meta{font-size:.82rem;color:var(--text-muted);margin-bottom:.75rem}.progress-bar-wrap{height:8px;background:var(--bg-gray);border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-mid));border-radius:4px}.progress-label{font-size:.75rem;color:var(--text-muted);margin-top:.3rem}.enrolled-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.enrolled-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);cursor:pointer}.enrolled-card:hover{box-shadow:var(--shadow);border-color:var(--primary);transform:translateY(-2px)}.enrolled-thumb{width:100%;height:140px;object-fit:cover}.enrolled-body{padding:1rem}.enrolled-cat{font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;margin-bottom:.3rem}.enrolled-title{font-weight:700;font-size:.92rem;margin-bottom:.6rem}.dash-empty{text-align:center;padding:3rem 2rem;color:var(--text-muted)}.dash-empty-icon{font-size:3rem;margin-bottom:1rem}.dash-empty-text{font-size:.95rem}.catalog-page{min-height:100vh;background:var(--bg-soft);padding-top:var(--nav-h)}.catalog-hero{background:#fff;padding:3rem 0;border-bottom:1px solid var(--border)}.catalog-hero-title{font-family:var(--font-display);font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.catalog-hero-sub{font-size:1rem;color:var(--text-muted)}.catalog-filters{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1.1rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;cursor:pointer;transition:all var(--transition);border:2px solid var(--border);background:#fff;color:var(--text-sub)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-btn:hover:not(.active){border-color:var(--primary);color:var(--primary)}.catalog-body{padding:3rem 0}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.course-detail-page{min-height:100vh;background:var(--bg-soft);padding-top:var(--nav-h)}.course-detail-hero{background:linear-gradient(135deg,#0f172a,#1e1b4b);padding:3rem 0}.course-detail-inner{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.course-detail-cat{font-size:.75rem;font-weight:700;color:var(--secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.course-detail-title{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:1rem}.course-detail-sub{font-size:1rem;color:#ffffffbf;margin-bottom:1.5rem;line-height:1.65}.course-detail-meta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.course-detail-meta-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#ffffffb3}.course-detail-instructor-row{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.course-detail-instructor-img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.course-detail-instructor-text{font-size:.85rem}.course-detail-instructor-text .by{color:#fff9}.course-detail-instructor-text .name{color:#fff;font-weight:700}.course-enroll-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);position:sticky;top:calc(var(--nav-h) + 1rem)}.course-enroll-thumb{width:100%;height:210px;object-fit:cover}.course-enroll-body{padding:1.5rem}.course-enroll-price{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--text);margin-bottom:.25rem}.course-enroll-original{font-size:.9rem;color:var(--text-muted);text-decoration:line-through;margin-left:.5rem}.course-enroll-discount{font-size:.85rem;color:var(--danger);font-weight:700;margin-left:.5rem}.course-enroll-features{margin:1.25rem 0;display:flex;flex-direction:column;gap:.6rem}.course-enroll-feature{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text-sub)}.course-body{padding:3rem 0}.course-body-inner{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.course-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:2rem}.course-tab{padding:.85rem 1.5rem;font-weight:600;font-size:.9rem;cursor:pointer;color:var(--text-muted);border-bottom:3px solid transparent;margin-bottom:-2px;transition:all var(--transition)}.course-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.course-tab:hover:not(.active){color:var(--text)}.course-learn-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem}.course-learn-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:var(--text-sub);line-height:1.5}.course-learn-check{color:var(--success);font-weight:700;flex-shrink:0;margin-top:.1rem}.curriculum-section{margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.curriculum-section-header{padding:1rem 1.25rem;background:var(--bg-soft);font-weight:700;font-size:.9rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background var(--transition)}.curriculum-section-header:hover{background:var(--primary-light)}.curriculum-section-header.open{background:var(--primary-light);color:var(--primary)}.curriculum-section-meta{font-size:.78rem;color:var(--text-muted);font-weight:500;display:flex;gap:.75rem}.curriculum-video{display:flex;align-items:center;gap:.85rem;padding:.8rem 1.25rem;border-top:1px solid var(--border);cursor:pointer;transition:background var(--transition)}.curriculum-video:hover{background:var(--bg-soft)}.curriculum-video.completed{background:var(--success-light)}.curriculum-video.active{background:var(--primary-light)}.video-icon{font-size:.9rem;color:var(--text-muted);width:20px}.curriculum-video.completed .video-icon{color:var(--success)}.curriculum-video.active .video-icon{color:var(--primary)}.video-title{flex:1;font-size:.875rem;color:var(--text)}.curriculum-video.active .video-title{color:var(--primary);font-weight:600}.video-duration{font-size:.78rem;color:var(--text-muted)}.video-preview-badge{font-size:.7rem;font-weight:700;color:var(--secondary);background:#cffafe;padding:.15rem .5rem;border-radius:var(--radius-full)}.video-player-wrap{background:#0f172a;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;position:relative;margin-bottom:1.5rem}.video-iframe{width:100%;height:100%;border:none}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative}.video-placeholder img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5}.video-play-btn{position:relative;z-index:2;width:80px;height:80px;background:#5b4ae8f2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 8px 32px #5b4ae899;transition:transform .2s;cursor:pointer}.video-play-btn:hover{transform:scale(1.1)}.video-title-bar{position:relative;z-index:2;color:#fff;font-weight:600;font-size:1rem;margin-top:1rem;text-align:center;padding:0 2rem}.current-video-info{margin-bottom:1.5rem}.current-video-title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin-bottom:.4rem}.current-video-meta{font-size:.85rem;color:var(--text-muted);display:flex;gap:1rem}.certs-page{min-height:100vh;background:var(--bg-soft);padding-top:var(--nav-h)}.certs-hero{background:#fff;border-bottom:1px solid var(--border);padding:3rem 0}.certs-hero-title{font-family:var(--font-display);font-size:2rem;font-weight:800;margin-bottom:.4rem}.certs-hero-sub{color:var(--text-muted)}.certs-body{padding:3rem 0}.certs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.cert-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);cursor:pointer}.cert-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-4px)}.cert-card-top{background:linear-gradient(135deg,#fff7ed,#fffbeb);padding:2rem;border-bottom:1px solid #FDE68A;text-align:center;position:relative}.cert-card-icon{font-size:3rem;margin-bottom:.75rem}.cert-card-course{font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:.25rem}.cert-card-sub{font-size:.8rem;color:var(--text-muted)}.cert-card-body{padding:1.25rem}.cert-card-date{font-size:.82rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}.cert-card-id{font-size:.75rem;color:var(--text-muted);font-family:monospace;margin-top:.3rem}.cert-card-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;gap:.75rem}.cert-view-page{min-height:100vh;background:var(--bg-soft);padding-top:var(--nav-h);padding-bottom:3rem}.cert-view-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.certificate-image-wrap{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:1rem}.certificate-image{width:100%;display:block;border-radius:calc(var(--radius-xl) - 6px)}.certificate-image-caption{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center;padding:1rem .25rem .25rem}.cert-title-inline{font-weight:800;color:var(--text)}.cert-meta-inline{font-size:.85rem;color:var(--text-muted)}.certificate-share-panel{text-align:center;margin-top:2.5rem;padding:2rem;background:#fff;border-radius:var(--radius-xl);border:1px solid var(--border);max-width:700px;margin-left:auto;margin-right:auto}.account-page{min-height:100vh;background:var(--bg-soft);padding-top:var(--nav-h)}.account-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:3rem 0}.account-profile-row{display:flex;align-items:center;gap:1.5rem;color:#fff}.account-avatar-big{width:90px;height:90px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2rem;font-weight:800;color:#fff;border:4px solid rgba(255,255,255,.3)}.account-name{font-family:var(--font-display);font-size:1.6rem;font-weight:800}.account-email{font-size:.9rem;opacity:.75;margin-top:.2rem}.account-body{padding:2.5rem 0}.account-grid{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.account-sidebar{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.account-sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--text-sub);cursor:pointer;transition:all var(--transition);border-left:3px solid transparent}.account-sidebar-item:hover,.account-sidebar-item.active{background:var(--primary-light);color:var(--primary);border-left-color:var(--primary)}.account-sidebar-item .icon{font-size:1.1rem;width:20px}.account-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.5rem}.account-card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.account-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.account-stat{text-align:center;padding:1.5rem 1rem;background:var(--bg-soft);border-radius:var(--radius)}.account-stat .n{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--primary)}.account-stat .l{font-size:.78rem;color:var(--text-muted);margin-top:.25rem}.catalog-search-wrap{margin:1.5rem 0;max-width:520px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.catalog-sort{width:auto}.catalog-coming-section{background:var(--bg-soft);padding:4rem 0;margin-top:2rem}.catalog-coming-inner{text-align:center}.catalog-coming-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:900px;margin:0 auto 2rem}.catalog-coming-card{background:#fff;border:2px dashed var(--border);border-radius:var(--radius-lg);padding:1.75rem;text-align:center}.inline-actions{display:flex;gap:.5rem;flex-wrap:wrap}.page-summary-row{display:flex;gap:1.5rem;margin-top:1.25rem;flex-wrap:wrap}.page-summary-item{display:flex;align-items:center;gap:.5rem}.cta-panel{text-align:center;padding:2.5rem;background:linear-gradient(135deg,var(--primary-light),white);border-radius:var(--radius-xl);border:1px solid var(--border)}.dash-certs-grid,.dash-recommended-grid,.dash-tip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.dash-certs-grid{gap:1rem}.dash-recommended-grid{gap:1.25rem}.dash-tip-grid{gap:1rem}.dash-cert-card{background:linear-gradient(135deg,#fff7ed,#fffbeb);border:2px solid #FDE68A;border-radius:var(--radius-lg);padding:1.5rem;text-align:center;cursor:pointer;transition:all var(--transition)}.dash-recommended-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all var(--transition)}.dash-recommended-body{padding:1rem}.dash-recommended-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dash-wide-empty{grid-column:1 / -1;text-align:center;padding:2rem;color:var(--text-muted)}.dash-tip-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.learning-list{display:flex;flex-direction:column;gap:1rem}.learning-course-row{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1.5rem;align-items:center;cursor:pointer;transition:all var(--transition)}.learning-course-row-complete{border:2px solid var(--success)}.learning-course-thumb{width:140px;height:90px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.learning-course-main{flex:1;min-width:0}.learning-course-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.surface-panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.surface-panel-sm{padding:1.5rem}.surface-panel-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700}.course-detail-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.course-progress-row{display:flex;justify-content:space-between;gap:.75rem;font-size:.82rem;margin-bottom:.4rem}.course-enroll-actions{display:flex;gap:.5rem;margin-top:.5rem}.course-requirements-list{margin-top:1.5rem}.course-requirements-item{display:flex;gap:.5rem;margin-bottom:.4rem;font-size:.875rem;color:var(--text-sub)}.course-player-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.course-curriculum-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.course-instructor-top{display:flex;gap:1.5rem;align-items:flex-start}.course-instructor-avatar-lg{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid var(--primary-light);flex-shrink:0}.course-instructor-stats{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.85rem;color:var(--text-sub)}.course-reviews-summary{display:flex;gap:3rem;align-items:center;margin-bottom:2rem}.course-review-breakdown-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.course-review-header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.course-review-author{display:flex;align-items:center;gap:.5rem}.course-review-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.course-sidebar-stack{display:flex;flex-direction:column;gap:1rem}.course-sidebar-list{display:flex;flex-direction:column;gap:.65rem}.course-sidebar-list-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-sub)}.cert-mini-meta{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.cert-steps-panel{background:linear-gradient(135deg,#fff7ed,#fffbeb);border:2px solid #FDE68A;border-radius:var(--radius-xl);padding:2.5rem}.cert-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.cert-step-card{text-align:center}.cert-step-num{width:48px;height:48px;background:#d97706;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.2rem;margin:0 auto .75rem}.empty-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.25rem}.cert-view-topbar{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.certificate-share-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.certificate-next-row{margin-top:1.5rem;padding:1rem;background:var(--bg-soft);border-radius:var(--radius);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.form-label-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.social-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.register-proof{margin-top:2rem;padding:1rem;background:#ffffff1a;border-radius:12px}.register-proof-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.register-proof-avatars{display:flex}.terms-check-row{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem}.account-hero-badges{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.account-form-actions{display:flex;gap:.75rem;flex-wrap:wrap}.account-progress-list{display:flex;flex-direction:column;gap:1.25rem}.account-progress-item{display:flex;gap:1rem;align-items:center}.account-progress-thumb{width:64px;height:42px;object-fit:cover;border-radius:var(--radius-xs);flex-shrink:0}.account-progress-main{flex:1;min-width:0}.account-progress-status{font-weight:700;font-size:.9rem;flex-shrink:0}.account-achievements-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.account-achievement-card{text-align:center;padding:1rem .5rem;border-radius:var(--radius);transition:all var(--transition)}.account-inline-row,.account-plan-row,.settings-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.account-plan-row{padding:1.5rem;background:var(--primary-light);border-radius:var(--radius);border:2px solid var(--primary)}.settings-row{padding:1rem 0;border-bottom:1px solid var(--border)}.settings-copy{max-width:560px}.settings-toggle{width:44px;height:24px;border-radius:12px;cursor:pointer;flex-shrink:0;position:relative;transition:background .2s}.settings-toggle-knob{position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;box-shadow:var(--shadow-sm);transition:left .2s}.account-data-actions{display:flex;gap:.75rem;flex-wrap:wrap}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.875rem}.alert-error{background:var(--danger-light);color:#991b1b;border:1px solid #FECACA}.alert-success{background:var(--success-light);color:#065f46;border:1px solid #A7F3D0}.alert-info{background:var(--primary-light);color:var(--primary);border:1px solid #C7D2FE}.divider{height:1px;background:var(--border);margin:1.5rem 0}.section-cta{text-align:center;margin-top:3rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.empty-text{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.tag{display:inline-flex;align-items:center;padding:.25rem .65rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.75rem;color:var(--text-sub);font-weight:500}.page-pad{padding-top:var(--nav-h)}@media print{.navbar,.cert-view-actions,footer,.certificate-share-panel{display:none!important}body{background:#fff}.cert-view-page{padding:0!important;background:#fff!important}.certificate-image-wrap{max-width:none;border:none;box-shadow:none;padding:0}.certificate-image{border-radius:0}}@media (max-width: 1024px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.stats-grid,.categories-grid,.courses-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-coming-grid,.dash-certs-grid,.dash-recommended-grid,.dash-tip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.how-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.dash-stat-cards,.enrolled-grid{grid-template-columns:repeat(2,1fr)}.course-detail-inner,.course-body-inner{grid-template-columns:1fr}.course-enroll-card{position:static}.certs-grid{grid-template-columns:repeat(2,1fr)}.account-grid{grid-template-columns:1fr}.account-achievements-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){:root{--nav-h: 60px}.container{padding:0 1rem}.section{padding:4rem 0}.section-sm{padding:2.5rem 0}.grid-2,.grid-3{grid-template-columns:1fr;gap:1.5rem}.grid-4{grid-template-columns:repeat(2,1fr);gap:1rem}.gap-1{gap:.375rem}.gap-2{gap:.75rem}.gap-3{gap:1rem}.section-title{font-size:1.75rem}.section-label{font-size:.7rem;padding:.3rem .8rem}.hero-title{font-size:2rem}.navbar .container{gap:1rem}.nav-logo{font-size:1.2rem}.nav-logo-icon{width:32px;height:32px;font-size:.9rem}.nav-links{position:fixed;top:var(--nav-h);left:0;right:0;background:#fff;flex-direction:column;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease;border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.nav-links.mobile-open{max-height:calc(100vh - var(--nav-h));overflow-y:auto}.nav-link{padding:1rem 1.5rem;border-radius:0;border-bottom:1px solid var(--border);font-size:.9rem}.nav-auth{display:none}.nav-links-mobile-footer{display:block;padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--border);background:var(--bg-soft)}.nav-mobile-auth{flex-direction:column;width:100%}.nav-mobile-auth .btn-sm{width:100%}.nav-auth-buttons{display:flex;gap:.5rem;flex-direction:column}.nav-auth-buttons .btn-sm{width:100%;padding:.6rem .9rem;font-size:.8rem}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-xs);background:var(--bg-soft);font-size:1.3rem;cursor:pointer;transition:background var(--transition)}.mobile-menu-btn:hover{background:var(--border)}.hero{min-height:auto;padding:1.5rem 0}.hero:before,.hero:after{display:none}.hero-eyebrow{font-size:.7rem;padding:.3rem .75rem;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-cta{gap:.75rem}.btn{padding:.65rem 1.5rem;font-size:.9rem}.btn-lg{padding:.85rem 1.75rem;font-size:.95rem}.hero-card,.hero-card:hover{transform:none}.trust-bar-inner,.trust-logos{gap:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-num{font-size:2rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.category-card{padding:1rem .75rem}.category-icon{width:50px;height:50px;font-size:1.5rem}.category-name{font-size:.85rem}.category-count{font-size:.7rem}.courses-grid,.catalog-grid,.certs-grid{grid-template-columns:1fr}.catalog-toolbar,.course-progress-row,.course-curriculum-toolbar,.course-instructor-top,.course-reviews-summary,.course-review-header,.certificate-next-row,.account-inline-row,.account-plan-row,.settings-row,.form-label-row{flex-direction:column;align-items:stretch}.catalog-sort{width:100%}.catalog-coming-grid,.dash-certs-grid,.dash-recommended-grid,.dash-tip-grid,.cert-steps-grid{grid-template-columns:1fr}.course-card-meta{font-size:.75rem}.course-card-title{font-size:.95rem}.how-grid{grid-template-columns:1fr;gap:1.5rem}.how-step{padding:1.5rem 1rem}.how-step-connector{display:none}.how-step-num{width:50px;height:50px;font-size:1.2rem;margin-bottom:.8rem}.cert-inner{grid-template-columns:1fr;gap:2.5rem}.cert-preview{padding:1.5rem;transform:none}.cert-preview:hover{transform:none}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.testimonial-quote{font-size:.9rem}.instructors-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.instructor-avatar{width:70px;height:70px}.pricing-grid{grid-template-columns:1fr;max-width:100%;gap:1.25rem}.pricing-card{padding:1.5rem}.pricing-price{font-size:2.2rem}.faq-list{max-width:100%}.faq-question{padding:1rem 1.25rem;font-size:.9rem}.faq-answer.open{max-height:300px}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-input{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1rem}.auth-page{flex-direction:column}.auth-left{display:none}.auth-right{flex:1;padding:1.5rem}.auth-box{max-width:100%}.dashboard-header{padding:2rem 0 3.5rem}.dash-welcome-title{font-size:1.6rem}.dash-stat-cards{grid-template-columns:repeat(2,1fr);gap:1rem}.continue-card{flex-direction:column;gap:1rem}.continue-thumb{width:100%;height:150px}.enrolled-grid{grid-template-columns:1fr}.continue-card:hover{box-shadow:var(--shadow)}.inline-actions .btn,.certificate-share-actions .btn,.account-form-actions .btn,.account-data-actions .btn{width:100%}.dash-section-header{gap:1rem;flex-wrap:wrap}.course-detail-inner{grid-template-columns:1fr;gap:1.5rem}.course-detail-title{font-size:1.6rem}.course-body-inner{grid-template-columns:1fr;gap:1.5rem}.course-learn-grid{grid-template-columns:1fr}.course-tabs{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.course-tabs::-webkit-scrollbar{display:none}.course-tab{flex:0 0 auto;white-space:nowrap}.course-enroll-actions{flex-direction:column}.course-enroll-actions .btn,.course-player-actions .btn{width:100%}.curriculum-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.curriculum-video,.current-video-meta{flex-wrap:wrap}.course-instructor-avatar-lg{width:84px;height:84px}.account-profile-row{flex-direction:column;align-items:flex-start}.account-grid{grid-template-columns:1fr;gap:1.5rem}.account-sidebar{margin-bottom:1.5rem}.account-stats-row{grid-template-columns:repeat(2,1fr);gap:.75rem}.account-stat{padding:1rem .75rem}.account-progress-item{flex-direction:column;align-items:flex-start}.account-achievements-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.certificate-image-wrap{padding:.75rem}.cert-view-actions{flex-direction:column;gap:.75rem}.empty-actions .btn,.cert-view-actions .btn{width:100%}.form-row{grid-template-columns:1fr}.form-input{padding:.65rem .9rem;font-size:1rem}.form-label{font-size:.8rem;margin-bottom:.3rem}.social-auth-grid{grid-template-columns:1fr}.terms-check-row{align-items:flex-start}.page-summary-row{gap:1rem}.page-summary-item{width:calc(50% - .5rem)}.learning-course-row{flex-direction:column;align-items:flex-start}.learning-course-thumb{width:100%;height:180px}.learning-course-actions,.learning-course-actions .btn{width:100%}.cert-card-footer{flex-direction:column}.cert-card-footer .btn{width:100%}.cert-mini-meta{flex-direction:column;align-items:flex-start}.cert-steps-panel,.cta-panel,.surface-panel{padding:1.5rem}.video-player-wrap{aspect-ratio:16/9;margin-bottom:1rem}.video-play-btn{width:70px;height:70px;font-size:1.5rem}.btn{min-height:44px}.btn-sm{min-height:36px}@media print{.navbar{display:none!important}.certificate-image-wrap{padding:0}}}@media (max-width: 480px){:root{--nav-h: 55px}.container{padding:0 .75rem}.section{padding:3rem 0}.section-sm{padding:2rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:1rem}.section-title{font-size:1.5rem;line-height:1.2;margin-bottom:.75rem}.section-sub{font-size:.9rem;line-height:1.6}.hero-title{font-size:1.5rem;line-height:1.2;margin-bottom:1rem}.btn{padding:.6rem 1.2rem;font-size:.85rem;min-height:40px}.btn-lg{padding:.7rem 1.4rem;font-size:.9rem}.form-input{padding:.6rem .8rem;font-size:16px}.nav-logo{font-size:1rem}.nav-logo-icon{width:28px;height:28px;font-size:.8rem}.mobile-menu-btn{width:36px;height:36px;font-size:1.2rem}.nav-link{padding:.85rem 1rem;font-size:.85rem}.nav-links-mobile-footer{padding:.85rem 1rem 1rem}.hero{padding:1rem 0}.hero-eyebrow{font-size:.65rem;padding:.25rem .7rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.25rem}.hero-cta{gap:.5rem}.course-card-body{padding:1rem}.course-card-title{font-size:.9rem}.course-card-badge{top:8px;left:8px}.stat-card{padding:1.25rem .75rem}.stat-num{font-size:1.8rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.category-card{padding:.8rem .5rem;gap:.5rem}.category-icon{width:45px;height:45px;font-size:1.2rem}.category-name{font-size:.75rem}.dash-stat-cards{grid-template-columns:1fr;gap:.75rem}.dash-stat-card{gap:.75rem;padding:1rem}.dash-stat-icon{width:45px;height:45px;font-size:1.2rem}.dash-stat-body .n{font-size:1.4rem}.dash-section-header{flex-direction:column;align-items:stretch}.account-avatar-big{width:70px;height:70px;font-size:1.5rem}.account-name{font-size:1.3rem}.account-stats-row{grid-template-columns:1fr}.account-card{padding:1.25rem}.account-achievements-grid{grid-template-columns:1fr}.pricing-price{font-size:1.8rem}.pricing-card{padding:1.25rem}.how-step-num{width:45px;height:45px;font-size:1rem}.footer{padding:2.5rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:1rem}.footer-col-title{font-size:.85rem;margin-bottom:.85rem}.footer-link{font-size:.8rem}.cert-section{padding:3rem 0}.cert-inner{gap:1.5rem}.cert-mini{padding:1rem}.cert-mini-title{font-size:.9rem}.cert-mini-name{font-size:1.2rem}.cert-steps-panel,.catalog-coming-card,.cta-panel,.surface-panel{padding:1.25rem}.video-play-btn{width:60px;height:60px;font-size:1.3rem}.faq-question{padding:.9rem 1rem;font-size:.85rem}.faq-answer.open{max-height:400px;padding:0 1rem 1rem}.auth-box-title{font-size:1.5rem}.form-group{margin-bottom:1rem}.register-proof-row{align-items:flex-start}.page-summary-item{width:100%}.learning-course-row{padding:1rem;gap:1rem}.learning-course-thumb{height:160px}.instructor-stats{gap:1rem}.instructor-stat .n{font-size:.9rem}.instructor-stat .l{font-size:.65rem}.nav-dropdown{right:-.5rem;min-width:200px}}
