@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
.landing-page{--lp-black:#0a0a0a;--lp-surface:#111;--lp-border:#1a1a1a;--lp-border-light:#2b2b2b;--lp-text-white:#fff;--lp-text-muted:#6e6e6e;--lp-text-dim:#4e4e4e;--lp-text-dark:#3a3a3a;--lp-accent:#6366f1;--lp-accent-2:#a78bfa;--lp-green:#10b981;--lp-green-dim:#34d399;background:var(--lp-black);color:var(--lp-text-white);font-feature-settings:"cv01", "cv02", "cv03", "cv04";-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow-x:hidden}.landing-page:before{content:"";pointer-events:none;z-index:1000;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}.lp-nav{z-index:50;background:0 0;justify-content:space-between;align-items:center;height:64px;padding:0 32px;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.lp-nav.scrolled{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--lp-border);background:#0a0a0ad9}.lp-nav-logo{color:var(--lp-text-white);letter-spacing:-.01em;font-size:15px;font-weight:600;text-decoration:none}.lp-nav-links{align-items:center;gap:24px;display:flex}.lp-nav-link{color:var(--lp-text-muted);font-size:14px;text-decoration:none;transition:color .2s}.lp-nav-link:hover{color:var(--lp-text-white)}.lp-nav-cta{height:32px;color:var(--lp-text-white);cursor:pointer;background:#6366f114;border:1px solid #6366f14d;border-radius:9999px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.lp-nav-cta:hover{background:#6366f126;border-color:#6366f180;box-shadow:0 0 20px #6366f126}.lp-hero{min-height:calc(100vh - 64px);padding-top:64px;display:flex;position:relative}.lp-hero-left{z-index:10;flex-direction:column;justify-content:center;width:55%;padding:80px 0 80px 80px;display:flex;position:relative}.lp-hero-right{z-index:10;justify-content:center;align-items:center;width:45%;padding:40px 40px 40px 0;display:flex;position:relative;overflow:visible}.lp-hero-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#6366f11a 0%,#a78bfa0a 40%,#0000 70%);width:700px;height:700px;animation:6s ease-in-out infinite alternate glowPulse;position:absolute;top:15%;right:5%}.lp-hero-glow-2{pointer-events:none;z-index:0;background:radial-gradient(circle,#10b9810d 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out 2s infinite alternate glowPulse;position:absolute;top:40%;left:10%}@keyframes glowPulse{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}.lp-hero-code-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:radial-gradient(80% 70% at 50% 40%,#0009 0%,#00000040 55%,#0000 100%);mask-image:radial-gradient(80% 70% at 50% 40%,#0009 0%,#00000040 55%,#0000 100%)}.lp-hero-code-bg-img{object-fit:cover;object-position:center 30%;filter:blur(1.5px)saturate(.7);opacity:.4;width:100%;height:100%;animation:2s ease-out .3s both bgImgFadeIn;transform:scale(1.05)}@keyframes bgImgFadeIn{0%{opacity:0;filter:blur(4px)saturate(.5);transform:scale(1.1)}to{opacity:.4;filter:blur(1.5px)saturate(.7);transform:scale(1.05)}}.lp-hero-stats{border-top:1px solid var(--lp-border-light);align-items:center;gap:20px;margin-top:24px;padding-top:24px;display:flex}.lp-hero-stat{flex-direction:column;gap:2px;display:flex}.lp-hero-stat-num{color:var(--lp-text-white);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700}.lp-hero-stat-label{color:var(--lp-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px}.lp-hero-stat-divider{background:var(--lp-border-light);width:1px;height:32px}.lp-hero-visual-stack{width:100%;max-width:560px;position:relative}.lp-float-badge{z-index:30;-webkit-backdrop-filter:blur(12px);border:1px solid var(--lp-border-light);color:var(--lp-text-muted);white-space:nowrap;background:#141414d9;border-radius:20px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:500;display:flex;position:absolute;box-shadow:0 4px 20px #0000004d}.lp-float-badge-1{animation:4s ease-in-out infinite alternate floatBadge1;top:-16px;right:20px}.lp-float-badge-2{animation:5s ease-in-out infinite alternate floatBadge2;top:60px;left:-40px}@keyframes floatBadge1{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@keyframes floatBadge2{0%{transform:translateY(0)translate(0)}to{transform:translateY(6px)translate(4px)}}.lp-hero-editor-wrap{z-index:10;position:relative}.lp-version{color:var(--lp-text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;font-family:JetBrains Mono,monospace;font-size:11px}.lp-headline{letter-spacing:-.035em;font-feature-settings:"ss01", "ss02";margin:0 0 20px;font-size:clamp(36px,4vw,56px);font-weight:700;line-height:1.08}.lp-headline-gradient{background:linear-gradient(135deg, #e0e0e0 0%, #fff 40%, var(--lp-accent) 70%, var(--lp-accent-2) 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.lp-headline-dim{color:var(--lp-text-muted)}.lp-body{color:var(--lp-text-muted);max-width:440px;margin:0 0 32px;font-size:16px;line-height:1.6}.lp-hero-actions{align-items:center;gap:24px;display:flex}.lp-btn-primary{color:#fff;background:linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;height:48px;padding:0 28px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 20px #6366f133,0 0 60px #6366f11a}.lp-btn-primary:before{content:"";background:linear-gradient(135deg,#0000 30%,#ffffff26 50%,#0000 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #6366f159,0 8px 32px #6366f133}.lp-btn-primary:hover:before{transform:translate(100%)}.lp-btn-primary:active{transform:scale(.98)translateY(0)}.lp-text-link{color:var(--lp-text-muted);text-underline-offset:4px;font-size:15px;text-decoration:underline;transition:color .2s}.lp-text-link:hover{color:var(--lp-text-white)}.lp-editor-mock{border:1px solid var(--lp-border-light);background:#1a1a1a;border-radius:12px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 24px 80px #00000080}.lp-editor-titlebar{background:#1e1e1e;border-bottom:1px solid #2a2a2a;align-items:center;gap:10px;height:36px;padding:0 14px;display:flex}.lp-editor-dots{gap:6px;display:flex}.lp-editor-dots .dot{border-radius:50%;width:10px;height:10px}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.lp-editor-filename{color:var(--lp-text-muted);font-family:JetBrains Mono,monospace;font-size:11px}.lp-editor-tab-spacer{flex:1}.lp-editor-body{padding:16px 0;font-family:JetBrains Mono,monospace;font-size:12.5px;line-height:1.75;overflow:hidden}.lp-editor-line{white-space:nowrap;padding:0 16px}.lp-editor-line-highlight{border-left:2px solid var(--lp-accent);background:#ffffff08;padding-left:14px}.lp-editor-line-empty{height:22px}.lp-editor-line .ln{text-align:right;color:#3a3a3a;-webkit-user-select:none;user-select:none;width:28px;margin-right:16px;font-size:11px;display:inline-block}.lp-editor-line .kw{color:#c586c0}.lp-editor-line .fn{color:#dcdcaa}.lp-editor-line .var{color:#9cdcfe}.lp-editor-line .str{color:#ce9178}.lp-editor-line .num{color:#b5cea8}.lp-editor-line .op{color:#d4d4d4}.lp-editor-line .p{color:gray}.lp-editor-line .cm{color:#6a9955;font-style:italic}.lp-editor-line .arg{color:#9cdcfe}.lp-editor-line .indent{display:inline-block}.lp-editor-cursor{background:#aeafad;width:2px;height:16px;margin:4px 0 0 60px;animation:1.1s step-end infinite cursorBlink}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.lp-hero-terminal{border:1px solid var(--lp-border-light);z-index:10;background:#111;border-radius:10px;margin-top:12px;position:relative;overflow:hidden;box-shadow:0 12px 40px #0006}.lp-terminal-header{background:#161616;border-bottom:1px solid #222;align-items:center;gap:8px;height:30px;padding:0 12px;display:flex}.lp-terminal-dot{background:#3a3a3a;border-radius:50%;width:8px;height:8px}.lp-terminal-title{color:#555;text-transform:uppercase;letter-spacing:.08em;font-family:JetBrains Mono,monospace;font-size:10px}.lp-terminal-body{padding:12px 14px;font-family:JetBrains Mono,monospace;font-size:11.5px;line-height:1.8}.lp-terminal-line{align-items:center;gap:8px;display:flex}.lp-terminal-prompt{color:var(--lp-green);font-weight:600}.lp-terminal-cmd{color:var(--lp-text-white)}.lp-terminal-output{color:var(--lp-text-dim);font-size:10.5px}.lp-terminal-result{color:#9cdcfe;font-weight:500}.lp-terminal-success{color:var(--lp-green);align-items:center;gap:6px;margin-top:4px;display:flex}.lp-terminal-success svg{width:12px;height:12px}.lp-frost-card{z-index:20;-webkit-backdrop-filter:blur(16px);border:1px solid var(--lp-border-light);background:#141414cc;border-radius:10px;width:240px;padding:16px;position:absolute;bottom:-12px;right:20px;box-shadow:0 8px 32px #0006}.lp-frost-check{align-items:center;gap:10px;margin-bottom:10px;display:flex}.lp-frost-check-icon{background:var(--lp-green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.lp-frost-check-icon svg{color:#fff;width:10px;height:10px}.lp-frost-label{color:var(--lp-text-white);font-size:13px;font-weight:500}.lp-progress-bar{background:#2a2a2a;border-radius:4px;width:100%;height:4px;overflow:hidden}.lp-progress-fill{background:var(--lp-green);border-radius:4px;height:100%;transition:width 1s}.lp-features{max-width:1440px;margin:0 auto;padding:120px 80px}.lp-section-header{margin-bottom:48px}.lp-section-title{letter-spacing:-.01em;margin:0 0 8px;font-size:32px;font-weight:600}.lp-section-sub{color:var(--lp-text-muted);margin:0;font-size:14px}.lp-bento{flex-direction:column;gap:16px;display:flex}.lp-bento-row{gap:16px;display:grid}.lp-bento-row-1{grid-template-columns:60% 1fr}.lp-bento-row-2{grid-template-columns:repeat(3,1fr)}.lp-bento-cell{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:16px;flex-direction:column;padding:28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.lp-bento-cell:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#0000 40%,#6366f14d 60%,#a78bfa33 80%,#0000);border-radius:16px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.lp-bento-cell:hover{border-color:#6366f126;transform:translateY(-4px);box-shadow:0 16px 48px #0000004d,0 0 40px #6366f10f}.lp-bento-cell:hover:before{opacity:1}.lp-bento-cell-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:16px;font-size:18px;display:flex}.lp-bento-cell-title{letter-spacing:-.01em;margin:0 0 10px;font-size:18px;font-weight:600}.lp-bento-cell-subtitle{color:var(--lp-text-muted);margin:0 0 20px;font-size:13px;line-height:1.55}.lp-bento-cell-footer{color:var(--lp-text-dim);border-top:1px solid var(--lp-border);margin-top:auto;padding-top:24px;font-size:12px}.lp-steps{flex-grow:1;padding-left:20px;position:relative}.lp-steps:before{content:"";background:#2a2a2a;width:1px;position:absolute;top:8px;bottom:32px;left:7px}.lp-step{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex;position:relative}.lp-step-dot{border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:3px;position:relative;left:-13px}.lp-step-dot.active{background:var(--lp-text-white);box-shadow:0 0 0 3px var(--lp-surface)}.lp-step-dot.dimmed{box-shadow:0 0 0 3px var(--lp-surface);background:#2a2a2a}.lp-step-content{margin-left:-8px}.lp-step-num{color:var(--lp-text-muted);margin-right:8px;font-family:JetBrains Mono,monospace;font-size:11px}.lp-step-name{text-transform:uppercase;letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:11px}.lp-step-name.active{color:var(--lp-text-white)}.lp-step-name.dimmed{color:var(--lp-text-dim)}.lp-step-desc{margin-top:4px;font-size:14px;font-weight:500}.lp-step-desc.active{color:var(--lp-text-white)}.lp-step-desc.dimmed{color:var(--lp-text-dim)}.lp-code-block{background:var(--lp-black);border:1px solid var(--lp-border);border-radius:8px;padding:16px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.8}.lp-code-prompt{color:var(--lp-accent)}.lp-code-text{color:#8c8c8c}.lp-bar-group{flex-direction:column;gap:12px;display:flex}.lp-bar-row{align-items:center;gap:12px;display:flex}.lp-bar{border-radius:3px;height:6px}.lp-bar-locked{background:#2a2a2a;width:60px}.lp-bar-explainer{background:var(--lp-accent);width:100px}.lp-bar-full{background:var(--lp-green-dim);width:140px}.lp-bar-label{color:var(--lp-text-dim);font-family:JetBrains Mono,monospace;font-size:11px}.lp-vscode-mini{background:#1e1e1e;border:1px solid #333;border-radius:6px;height:96px;display:flex;overflow:hidden}.lp-vscode-sidebar{background:#252526;border-right:1px solid #333;flex-direction:column;align-items:center;gap:8px;width:32px;padding:8px 0;display:flex}.lp-vscode-sidebar-icon{background:#444;border-radius:3px;width:16px;height:16px}.lp-vscode-editor{flex:1;padding:8px}.lp-vscode-line{background:#4d4d4d;border-radius:2px;height:3px;margin-bottom:6px}.lp-module-flow{flex-wrap:wrap;align-items:center;gap:4px;font-family:JetBrains Mono,monospace;font-size:11px;line-height:2;display:flex}.lp-module-active{color:var(--lp-text-white)}.lp-module-dimmed{color:var(--lp-text-dim)}.lp-module-capstone{color:var(--lp-accent);border-top:1px solid var(--lp-border);margin-top:16px;padding-top:16px;font-family:JetBrains Mono,monospace;font-size:11px}.lp-curriculum{max-width:1440px;margin:0 auto;padding:120px 80px}.lp-curriculum-grid{background:var(--lp-border);border:1px solid var(--lp-border);border-radius:12px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.lp-curriculum-row{background:var(--lp-surface);grid-template-columns:48px 1fr auto;align-items:center;gap:20px;padding:16px 24px;transition:background .2s;display:grid}.lp-curriculum-row:hover{background:#161616}.lp-curriculum-num{color:var(--lp-text-dim);text-align:center;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:500}.lp-curriculum-title{color:var(--lp-text-white);margin-bottom:2px;font-size:15px;font-weight:500}.lp-curriculum-desc{color:var(--lp-text-muted);font-size:13px}.lp-curriculum-meta{flex-shrink:0;align-items:center;gap:16px;display:flex}.lp-curriculum-ai-badge{border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;display:inline-flex}.lp-curriculum-ai-badge.locked{color:#666;background:#ffffff08;border:1px solid #2a2a2a}.lp-curriculum-ai-badge.explainer{color:var(--lp-accent);background:#0078d414;border:1px solid #0078d433}.lp-curriculum-ai-badge.full{color:var(--lp-green-dim);background:#1ca56e14;border:1px solid #1ca56e33}.lp-curriculum-lessons{color:var(--lp-text-dim);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:11px}.lp-curriculum-total{color:var(--lp-text-dim);justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px 0;font-family:JetBrains Mono,monospace;font-size:12px;display:flex}.lp-curriculum-sep{background:#333;border-radius:50%;flex-shrink:0;width:3px;height:3px}.lp-tracks{max-width:1440px;margin:0 auto;padding:80px 80px 120px}.lp-tracks-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px;display:grid}.lp-track-card{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:16px;padding:32px;transition:border-color .3s;position:relative}.lp-track-card:hover{border-color:var(--lp-border-light)}.lp-track-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--lp-accent);background:#0078d414;border:1px solid #0078d426;border-radius:6px;margin-bottom:16px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:10px;display:inline-block}.lp-track-title{margin:0 0 12px;font-size:22px;font-weight:600}.lp-track-desc{color:var(--lp-text-muted);margin:0 0 20px;font-size:14px;line-height:1.6}.lp-track-topics{flex-wrap:wrap;gap:8px;display:flex}.lp-track-topic{color:var(--lp-text-dim);border:1px solid var(--lp-border);background:#ffffff08;border-radius:6px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px}.lp-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:120px 0;display:flex;position:relative;overflow:hidden}.lp-cta-title{letter-spacing:-.03em;z-index:1;margin:0 0 12px;font-size:48px;font-weight:800;position:relative}.lp-cta-sub{color:var(--lp-text-muted);z-index:1;margin:0 0 32px;font-size:15px;position:relative}.lp-footer{border-top:1px solid var(--lp-surface);justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:64px;margin:0 auto;padding:0 32px;display:flex}.lp-footer-copy,.lp-footer-links{color:var(--lp-text-dark);font-size:12px}.lp-footer-links a{color:var(--lp-text-dark);text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:var(--lp-text-muted)}.lp-reveal{opacity:0;filter:blur(2px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);transform:translateY(32px)scale(.98)}.lp-reveal.visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.lp-reveal-delay-1{transition-delay:.12s}.lp-reveal-delay-2{transition-delay:.24s}.lp-reveal-delay-3{transition-delay:.36s}.lp-reveal-delay-4{transition-delay:.48s}.lp-hero-enter{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards heroReveal;transform:translateY(28px)}.lp-hero-enter-delay-1{animation-delay:.15s}.lp-hero-enter-delay-2{animation-delay:.3s}.lp-hero-enter-delay-3{animation-delay:.45s}.lp-hero-enter-delay-4{animation-delay:.6s}.lp-hero-enter-delay-5{animation-delay:.75s}@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}.lp-hero-visual-stack{animation:6s ease-in-out infinite gentleFloat}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-progress-animate{width:0;animation:2s cubic-bezier(.16,1,.3,1) 1s forwards progressGrow}@keyframes progressGrow{to{width:60%}}.lp-divider-gradient{background:linear-gradient(90deg,#0000,#6366f14d,#0000);border:none;width:100%;height:1px;margin:0}.lp-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--lp-accent);align-items:center;gap:8px;margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.lp-section-label:before{content:"";background:var(--lp-accent);width:12px;height:1px}.lp-track-card{transition:all .4s cubic-bezier(.16,1,.3,1)}.lp-track-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000004d;border-color:#6366f133!important}.lp-cta-glow{pointer-events:none;z-index:0;background:radial-gradient(#6366f114 0%,#0000 70%);width:500px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.lp-hero{flex-direction:column}.lp-hero-left{width:100%;padding:60px 24px}.lp-hero-right{width:100%;padding:0 24px 60px;overflow:hidden}.lp-hero-glow{width:400px;height:400px;top:10%;right:0}.lp-hero-visual-stack,.lp-editor-mock{max-width:100%}.lp-float-badge-2{left:0}.lp-features,.lp-curriculum,.lp-tracks{padding:80px 24px}.lp-bento-row-1,.lp-bento-row-2,.lp-tracks-grid{grid-template-columns:1fr}.lp-curriculum-row{grid-template-columns:36px 1fr}.lp-curriculum-meta{grid-column:2;margin-top:-4px}.lp-headline{font-size:32px}}@media (max-width:640px){.lp-nav{padding:0 16px}.lp-nav-links{gap:12px}.lp-hero-left{padding:40px 16px}.lp-hero-right{padding:0 16px 40px}.lp-hero-glow,.lp-float-badge{display:none}.lp-hero-stats{gap:16px}.lp-hero-stat-num{font-size:22px}.lp-features,.lp-curriculum,.lp-tracks{padding:60px 16px}.lp-footer{flex-direction:column;gap:8px;height:auto;padding:16px}.lp-cta-title{font-size:28px}.lp-editor-body{font-size:11px}.lp-terminal-body{font-size:10px}.lp-frost-card{width:100%;margin-top:12px;position:relative;bottom:auto;right:auto}.lp-curriculum-total{flex-direction:column;gap:8px}.lp-curriculum-sep{display:none}}.lp-nav-logo{align-items:center;gap:8px;display:flex}.lp-rounded{border-radius:32px;margin:16px 24px;overflow:hidden}.lp-rounded-white{color:#0a0a0a;background:#fff}.lp-rounded-black{color:#fff;background:#0a0a0a}.lp-rounded-grey{color:#0a0a0a;background:#f5f5f5}.lp-rounded-inner{max-width:1200px;margin:0 auto;padding:80px 48px}.lp-rounded-split{align-items:flex-start;gap:64px;display:flex}.lp-rounded-split-left{flex:0 0 360px;position:sticky;top:120px}.lp-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:100px;margin-bottom:24px;padding:6px 16px;font-family:Outfit,Inter,sans-serif;font-size:13px;font-weight:600;display:inline-block}.lp-badge-dark{color:#fff;background:#0a0a0a}.lp-badge-outline{color:#fff9;background:0 0;border:1px solid #fff3}.lp-badge-outline-dark{color:#00000080;background:0 0;border:1px solid #00000026}.lp-heading{letter-spacing:-.03em;color:inherit;margin-bottom:20px;font-family:Outfit,Inter,sans-serif;font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1.1}.lp-heading-accent{background:linear-gradient(135deg,#6366f1,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-subtext{max-width:520px;font-size:17px;line-height:1.6}.lp-subtext-dark{color:#555}.lp-subtext-muted{color:#ffffff80}.lp-feature-grid{flex:1;grid-template-columns:1fr 1fr;gap:20px;min-width:340px;display:grid}.lp-feature-card{background:#f5f5f5;border-radius:20px;padding:28px;transition:transform .3s,box-shadow .3s}.lp-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.lp-feature-icon{margin-bottom:16px;font-size:28px}.lp-feature-title{color:#0a0a0a;margin-bottom:8px;font-family:Outfit,Inter,sans-serif;font-size:18px;font-weight:600}.lp-feature-desc{color:#666;font-size:14px;line-height:1.5}.lp-process-row{justify-content:center;gap:8px;display:flex}.lp-process-step{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex:1;max-width:200px;padding:28px 20px;transition:background .3s,border-color .3s}.lp-process-step:hover{background:#ffffff14;border-color:#6366f14d}.lp-process-step-num{background:linear-gradient(135deg,#6366f1,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-family:Outfit,sans-serif;font-size:28px;font-weight:700}.lp-process-step-title{margin-bottom:8px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600}.lp-process-step-desc{color:#ffffff80;font-size:13px;line-height:1.5}.lp-curriculum-list{flex-direction:column;gap:2px;display:flex}.lp-curriculum-row-new{border-radius:12px;align-items:center;gap:16px;padding:14px 20px;transition:background .2s;display:flex}.lp-curriculum-row-new:hover{background:#0000000a}.lp-curriculum-num-new{color:#6366f1;text-align:center;flex-shrink:0;width:28px;font-family:Outfit,sans-serif;font-size:14px;font-weight:700}.lp-curriculum-info-new{flex:1;min-width:0}.lp-curriculum-title-new{color:#0a0a0a;font-family:Outfit,sans-serif;font-size:15px;font-weight:600}.lp-curriculum-desc-new{color:#888;margin-top:2px;font-size:13px}.lp-curriculum-meta-new{flex-shrink:0;align-items:center;gap:12px;display:flex}.lp-curriculum-lessons-new{color:#aaa;white-space:nowrap;font-size:12px}.lp-track-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:36px;transition:transform .3s,border-color .3s}.lp-track-card:hover{border-color:#6366f14d;transform:translateY(-4px)}.lp-footer{justify-content:space-between;align-items:center;padding:32px 48px;display:flex}.lp-footer-left-content{align-items:center;gap:16px;display:flex}.lp-footer-link-text{color:#fff6;font-size:14px;text-decoration:none;transition:color .2s}.lp-footer-link-text:hover{color:#fffc}@media (max-width:768px){.lp-rounded{border-radius:24px;margin:8px 12px}.lp-rounded-inner{padding:48px 24px}.lp-rounded-split{flex-direction:column;gap:32px}.lp-rounded-split-left{flex:unset;position:static}.lp-feature-grid{grid-template-columns:1fr}.lp-process-row{flex-direction:column;align-items:center}.lp-process-step{width:100%;max-width:100%}.lp-heading{font-size:28px}.lp-curriculum-row-new{flex-wrap:wrap}.lp-curriculum-meta-new{width:100%;margin-top:8px;padding-left:44px}.lp-tracks-grid{grid-template-columns:1fr}.lp-footer{text-align:center;flex-direction:column;gap:16px}}
