:root{--bg-color:#050505;--card-bg:#0b0b0f;--text-main:#fff;--text-muted:#94a3b8;--primary-purple:#8b5cf6;--primary-pink:#ec4899;--primary-red:#ef4444;--accent-blue:#3b82f6;--glass-bg:#ffffff08;--glass-border:#ffffff14;--font-main:"Inter", sans-serif;--gradient-ai:linear-gradient(90deg, #4b7bf5, #9b59b6, #e74c3c);--gradient-btn:linear-gradient(90deg, #4b7bf5, #9b59b6, #e74c3c)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.4;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 4rem}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14}.gradient-text{background:linear-gradient(90deg,#4b7bf5,#9b59b6,#e74c3c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-header{z-index:1000;background:0 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-header.scrolled{-webkit-backdrop-filter:blur(15px);background:#050505e6;border-bottom:none}.navbar-header.scrolled .navbar-wrapper{height:4rem}.navbar-wrapper{justify-content:space-between;align-items:center;height:5rem;transition:height .3s;display:flex}.nav-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-icon-wrapper{border-radius:.6rem;align-items:center;width:auto;height:2.8rem;display:flex;overflow:hidden}.logo-img{object-fit:contain;width:auto;height:100%}.logo-text{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;display:none}@media (width>=640px){.logo-text{display:inline}}.nav-links-desktop{align-items:center;gap:2rem;display:none}@media (width>=1024px){.nav-links-desktop{display:flex}}.nav-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;text-decoration:none;transition:color .3s}.nav-link:hover{color:#fff}.dropdown-trigger{align-items:center;gap:.25rem;display:flex}.chevron-icon{width:1rem;height:1rem;transition:transform .3s}.chevron-icon.rotated{transform:rotate(180deg)}.dropdown-wrapper{position:relative}.dropdown-content-wrapper{z-index:100;padding-top:1rem;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dropdown-glass-card{-webkit-backdrop-filter:blur(12px);background:#0b0b0ff2;border:1px solid #ffffff1a;border-radius:.75rem;min-width:240px;padding:.5rem;box-shadow:0 10px 25px #00000080}.dropdown-item{border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:background .3s;display:flex}.dropdown-item:hover{background:#ffffff0d}.dropdown-icon-box{background:#4b7bf51a;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.dropdown-icon-box .icon{color:#4b7bf5;width:1.25rem;height:1.25rem}.item-title{color:#fff;margin:0;font-size:.875rem;font-weight:500}.item-desc{color:#94a3b8;margin:.125rem 0 0;font-size:.75rem}.nav-actions-desktop{align-items:center;gap:1.5rem;display:none}@media (width>=1024px){.nav-actions-desktop{display:flex}}.login-link{color:#94a3b8;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.login-link:hover{color:#fff}.start-free-btn-nav{color:#fff;background:linear-gradient(90deg,#4b7bf5,#9b59b6,#e74c3c);border-radius:.5rem;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;animation:2s infinite nav-pulse-glow;display:inline-block;box-shadow:0 4px 15px #4b7bf566,0 0 20px #9b59b633}@keyframes nav-pulse-glow{0%{box-shadow:0 0 #4b7bf599,0 4px 15px #4b7bf566}70%{box-shadow:0 0 0 12px #4b7bf500,0 4px 15px #4b7bf566}to{box-shadow:0 0 #4b7bf500,0 4px 15px #4b7bf566}}.start-free-btn-nav:hover{opacity:.9;transform:translateY(-1px)}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}@media (width>=1024px){.mobile-toggle{display:none}}.mobile-icon{width:1.5rem;height:1.5rem}.mobile-menu-wrapper{-webkit-backdrop-filter:blur(20px);background:#050505fa;border:1px solid #ffffff1a;border-radius:.75rem;margin-top:.5rem;overflow:hidden;box-shadow:0 10px 30px #00000080}.mobile-menu-content{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.mobile-nav-link,.mobile-dropdown-trigger{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;font-family:inherit;font-size:.875rem;text-decoration:none;display:flex}.mobile-dropdown-content{padding-left:1rem}.mobile-dropdown-item{align-items:center;gap:.75rem;padding:.75rem 0;text-decoration:none;display:flex}.mobile-item-icon{color:#4b7bf5;width:1.25rem;height:1.25rem}.mobile-item-title{color:#fff;margin:0;font-size:.875rem;font-weight:500}.mobile-item-desc{color:#94a3b8;margin:0;font-size:.75rem}.mobile-menu-footer{border-top:1px solid #ffffff0d;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.mobile-login-btn,.mobile-start-btn{border-radius:.5rem;justify-content:center;align-items:center;width:100%;padding:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.mobile-login-btn{color:#fff;background:#ffffff0d}.mobile-start-btn{color:#fff;background:linear-gradient(90deg,#4b7bf5,#9b59b6,#e74c3c)}.hero-section{justify-content:center;align-items:center;min-height:90vh;padding-top:8rem;padding-bottom:6rem;display:flex;position:relative}.bg-glows{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.glow{filter:blur(120px);opacity:.2;border-radius:50%;position:absolute}.glow-1{background-color:#4b7bf5;width:350px;height:350px;top:15%;left:20%}.glow-2{background-color:#9b59b6;width:350px;height:350px;bottom:15%;right:20%}.glow-3{filter:blur(150px);opacity:.08;background-color:#e74c3c;width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.grid-pattern{pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.hero-container{z-index:10;width:100%;position:relative}.hero-grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.hero-grid{grid-template-columns:1.1fr .9fr}}.hero-left{text-align:center}@media (width>=1024px){.hero-left{text-align:left;padding-left:2rem}}.hero-badge{color:#94a3b8;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem .9rem;font-size:.8rem;display:inline-flex}.icon-sparkles{color:#00e0ff;width:.9rem;height:.9rem}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.8rem;font-weight:800;line-height:1.15}@media (width>=640px){.hero-title{font-size:3rem}}@media (width>=1024px){.hero-title{font-size:3.8rem}}.hero-description{color:#94a3b8;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}@media (width>=1024px){.hero-description{margin-left:0;margin-right:0}}.hero-actions{flex-direction:column;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}@media (width>=640px){.hero-actions{flex-direction:row}}@media (width>=1024px){.hero-actions{justify-content:flex-start}}.btn-primary,.btn-outline{color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.95rem 2.25rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.btn-primary{background:linear-gradient(90deg,#4b7bf5,#9b59b6,#e74c3c) 0 0/200%}.btn-primary:hover{filter:brightness(1.1);background-position:100%;transform:translateY(-2px)}@keyframes pulse-glow{0%{box-shadow:0 0 #4b7bf599,0 4px 15px #4b7bf566}70%{box-shadow:0 0 0 15px #4b7bf500,0 4px 15px #4b7bf566}to{box-shadow:0 0 #4b7bf500,0 4px 15px #4b7bf566}}.animate-pulse-glow{animation:2s infinite pulse-glow;box-shadow:0 4px 15px #4b7bf566,0 0 20px #9b59b633}.btn-outline{background:#ffffff0d;border:1px solid #ffffff1a}.btn-outline:hover{background:#ffffff1a;transform:translateY(-2px)}.btn-icon{width:1.1rem;height:1.1rem;margin-right:.5rem}.hero-trust{color:#94a3b8;font-size:.8rem}.hero-right{display:none}@media (width>=1024px){.hero-right{display:block}}.widget-wrapper{width:100%;max-width:720px;position:relative}.challenge-card{background:#0b0b0ff2;border:1px solid #ffffff0d;border-radius:1.5rem;padding:1.5rem 2rem}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.challenge-info{align-items:center;gap:1rem;display:flex}.zap-icon-wrapper{background:linear-gradient(135deg,#4b7bf5,#9b59b6);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.icon-zap{color:#fff;width:1.25rem;height:1.25rem}.challenge-name{margin-bottom:.1rem;font-size:1.1rem;font-weight:700}.challenge-sub{color:#64748b;font-size:.85rem}.xp-value{color:var(--primary-purple);font-size:1.4rem;font-weight:800}.card-body{flex-direction:column;gap:1.25rem;display:flex}.prompt-section{background-color:#00000080;border:1px solid #ffffff08;border-radius:.85rem;padding:1rem 1.5rem}.prompt-label{color:#64748b;margin-bottom:.5rem;font-size:.85rem}.prompt-text{color:#fff;letter-spacing:.02em;font-family:Courier New,Courier,monospace;font-size:.9rem}.progress-section{align-items:center;gap:1rem;display:flex}.progress-bar-bg{background-color:#ffffff0d;border-radius:9999px;flex:1;height:.5rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#4b7bf5,#9b59b6);height:100%}.progress-label{color:#64748b;font-size:.8rem;font-weight:700}.floating-badge{z-index:10;border-radius:.65rem;padding:.45rem 1rem;font-size:.75rem;font-weight:700;position:absolute}.level-badge{color:#00e0ff;background:#0b0b0ffa;border:1px solid #00e0ff33;top:-.85rem;right:-.85rem}.streak-badge{color:#fff;background:#0b0b0ffa;bottom:-.85rem;left:1.5rem}.social-proof{background:#050505;padding:5rem 0;position:relative;overflow:hidden}.social-proof-header{text-align:center;margin-bottom:4rem}.social-proof-sub{color:#94a3b8;font-size:1.125rem;font-weight:500}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width>=1024px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex}.stat-icon-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;display:flex;box-shadow:0 4px 20px #0000004d}.icon-stat{color:#00e0ff;width:1.75rem;height:1.75rem}.stat-info{flex-direction:column;align-items:center;display:flex}.stat-value{letter-spacing:-.02em;font-size:2.2rem;font-weight:800;line-height:1.1}@media (width>=1024px){.stat-value{font-size:3rem}}.stat-label{color:#94a3b8;letter-spacing:.02em;margin-top:.5rem;font-size:.9rem;font-weight:500}@media (width>=1024px){.stat-item{text-align:left;flex-direction:row;justify-content:center;gap:1.25rem}.stat-icon-box{margin-bottom:0}.stat-info{align-items:flex-start}}.faai-info{background:#050505;padding:6rem 0;position:relative;overflow:hidden}.bg-glow-blue{filter:blur(150px);background:#4b7bf514;border-radius:50%;width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.info-grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.info-grid{grid-template-columns:1fr 1fr;gap:6rem}}.info-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}@media (width>=640px){.info-title{font-size:3.5rem}}.info-desc{color:#94a3b8;max-width:540px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.info-tagline{color:#64748b;font-size:.95rem;font-weight:500}.steps-container{grid-template-columns:repeat(2,1fr);justify-content:center;gap:1.5rem;display:grid}.step-wrapper{align-items:center;display:flex;position:relative}.step-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:1rem;flex:1;padding:1.5rem;transition:all .3s}.step-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-5px)}.step-label{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.step-desc-small{color:#94a3b8;margin:0;font-size:.75rem}.step-arrow{color:#fff3;z-index:1;width:1.25rem;height:1.25rem;position:absolute;top:50%;right:-1rem;transform:translateY(-50%)}.step-wrapper:nth-child(2n) .step-arrow{display:none}@media (width<=640px){.steps-container{grid-template-columns:1fr}.step-arrow{display:none}}.core-features{background:#050505;padding:6rem 0;position:relative;overflow:hidden}.features-header{text-align:center;margin-bottom:4rem}.features-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}@media (width>=640px){.features-title{font-size:3.5rem}}.features-subtitle{color:#94a3b8;max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.6}.features-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.feature-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:1.5rem;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.feature-icon-box{border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;transition:transform .3s;display:flex}.feature-card:hover .feature-icon-box{transform:scale(1.1)rotate(5deg)}.icon-feat{width:1.75rem;height:1.75rem}.feature-card-title{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.feature-card-desc{color:#94a3b8;font-size:1rem;line-height:1.6}.learning-paths{background:#050505;padding:6rem 0;position:relative;overflow:hidden}.bg-glow-left{filter:blur(180px);background:#4b7bf514;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.bg-glow-right{filter:blur(180px);background:#9b59b614;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.paths-header{text-align:center;margin-bottom:4rem}.badge-wrapper{background:#4b7bf51a;border:1px solid #4b7bf533;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;display:inline-flex}.badge-icon{color:#4b7bf5;width:1rem;height:1rem}.badge-text{color:#4b7bf5;font-size:.875rem;font-weight:600}.paths-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}@media (width>=640px){.paths-title{font-size:3.5rem}}.paths-subtitle{color:#94a3b8;max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.6}.paths-grid{grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media (width>=1024px){.paths-grid{grid-template-columns:1fr 1fr}}.path-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:2rem;flex-direction:column;height:100%;padding:2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.path-card:hover{border-color:#ffffff1a;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.hover-overlay{opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.path-card:hover .hover-overlay{opacity:.05}.self-overlay{background:linear-gradient(135deg,#4b7bf5,#00e0ff)}.mentor-overlay{background:linear-gradient(135deg,#9b59b6,#e74c3c)}.path-card-header{align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.path-icon-box{border-radius:1.25rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.icon-path{width:2rem;height:2rem}.path-subtitle-small{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.path-main-title{color:#fff;font-size:1.75rem;font-weight:800}.path-description{color:#94a3b8;margin-bottom:2rem;font-size:1rem;line-height:1.6}.plans-section{margin-bottom:2rem}.plans-label{color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.plans-icon{width:1rem;height:1rem}.plans-tags{flex-wrap:wrap;gap:.5rem;display:flex}.plan-tag{border:1px solid;border-radius:9999px;padding:.35rem .85rem;font-size:.75rem;font-weight:600}.features-list-wrapper{flex:1;margin-bottom:2.5rem}.features-list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.feature-item{align-items:center;gap:.75rem;display:flex}.check-box{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.check-icon{width:.75rem;height:.75rem}.feature-text{color:#94a3b8;font-size:.875rem}.path-cta-btn{color:#fff;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;width:100%;height:3.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.path-cta-btn:hover{opacity:.9;transform:scale(1.02)}.gradient-blue-cyan{background:linear-gradient(90deg,#4b7bf5,#00e0ff);box-shadow:0 10px 20px #4b7bf54d}.gradient-purple-red{background:linear-gradient(90deg,#9b59b6,#e74c3c);box-shadow:0 10px 20px #9b59b64d}.cta-arrow{width:1.25rem;height:1.25rem;transition:transform .3s}.path-cta-btn:hover .cta-arrow{transform:translate(4px)}.bottom-note{text-align:center;color:#64748b;margin-top:3rem;font-size:.875rem}.earn-section{background:#050505;padding:6rem 0;position:relative;overflow:hidden}.bg-glow-red{filter:blur(150px);background:#e74c3c14;border-radius:50%;width:400px;height:400px;position:absolute;bottom:0;right:25%}.earn-grid{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}@media (width>=1024px){.earn-grid{grid-template-columns:1fr 1fr;gap:6rem}}.earn-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.25rem;font-weight:800;line-height:1.2}@media (width>=640px){.earn-title{font-size:3rem}}@media (width>=1024px){.earn-title{font-size:3.5rem}}.earn-desc{color:#94a3b8;max-width:540px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.earn-cta-btn{color:#fff;background:linear-gradient(90deg,#4b7bf5,#9b59b6,#e74c3c);border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}@media (width>=640px){.earn-cta-btn{width:auto;padding:1rem 2.5rem;font-size:1.125rem}}.earn-cta-btn:hover{opacity:.9;transform:translateY(-2px)}.earn-methods-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=480px){.earn-methods-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width>=640px){.earn-methods-grid{gap:1.5rem}}.earn-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:1.25rem;padding:1.25rem;transition:all .3s}@media (width>=640px){.earn-card{padding:1.5rem}}.earn-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-5px)}.earn-icon-box{border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;display:flex}.icon-earn{width:1.25rem;height:1.25rem}.earn-card-title{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.earn-card-desc{color:#94a3b8;font-size:.875rem;line-height:1.5}.dna-section{background:#050505;padding:6rem 0;position:relative;overflow:hidden}@media (width<=639px){.dna-section .container{max-width:none;padding:0}}.bg-glow-cyan{filter:blur(180px);background:#00e0ff14;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dna-glass-card{background:#ffffff05;border:1px solid #ffffff0d;border-left:none;border-right:none;border-radius:0;margin:0;padding:2.5rem 1.25rem}@media (width>=640px){.dna-glass-card{border:1px solid #ffffff0d;border-radius:2.5rem;padding:3.5rem 2.5rem}}@media (width>=1024px){.dna-glass-card{padding:5rem 4rem}}.dna-grid{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}@media (width>=1024px){.dna-grid{grid-template-columns:1fr 1fr;gap:5rem}}.dna-badge{background:#ffffff08;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1rem;display:inline-flex}@media (width<=1023px){.dna-content{text-align:center;flex-direction:column;align-items:center;display:flex}}.badge-icon-cyan{color:#00e0ff;width:1rem;height:1rem}.badge-text-muted{color:#94a3b8;font-size:.875rem}.dna-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.25rem;font-weight:800;line-height:1.2}@media (width>=640px){.dna-title{margin-bottom:1.5rem;font-size:3rem}}@media (width>=1024px){.dna-title{font-size:3.5rem}}.dna-desc{color:#94a3b8;max-width:540px;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}@media (width>=640px){.dna-desc{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}}.dna-cta-btn{color:#050505;background:#00e0ff;border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #00e0ff33}@media (width>=640px){.dna-cta-btn{width:auto;padding:1rem 2.5rem;font-size:1.125rem}}.dna-cta-btn:hover{background:#33e6ff;transform:translateY(-2px);box-shadow:0 15px 30px #00e0ff4d}.dna-features-list{flex-direction:column;gap:1.5rem;display:flex}.dna-feature-item{background:#0000004d;border:1px solid #ffffff08;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s;display:flex}@media (width>=640px){.dna-feature-item{border-radius:1.25rem;gap:1.25rem;padding:1.25rem}}.dna-feature-item:hover{background:#ffffff05;border-color:#ffffff0f;transform:translate(5px)}.dna-feature-icon-box{border-radius:.6rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}@media (width>=640px){.dna-feature-icon-box{border-radius:.75rem;width:3rem;height:3rem}}.bg-blue-dim{background:#4b7bf526}.bg-purple-dim{background:#9b59b626}.bg-cyan-dim{background:#00e0ff26}.icon-blue{color:#4b7bf5}.icon-purple{color:#9b59b6}.icon-cyan{color:#00e0ff}.dna-feature-title{color:#fff;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.dna-feature-desc{color:#94a3b8;font-size:.875rem;line-height:1.5}.community-section{background:#050505;padding:6rem 0;position:relative;overflow:hidden}.bg-glow-blue-left{filter:blur(150px);background:#4b7bf514;border-radius:50%;width:400px;height:400px;position:absolute;top:25%;left:25%}.bg-glow-purple-right{filter:blur(150px);background:#9b59b614;border-radius:50%;width:400px;height:400px;position:absolute;bottom:25%;right:25%}.community-header{text-align:center;margin-bottom:4rem}.community-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.2}@media (width>=640px){.community-title{font-size:3rem}}@media (width>=1024px){.community-title{font-size:3.5rem}}.community-subtitle{color:#94a3b8;max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.6}.community-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem;display:grid}@media (width>=480px){.community-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width>=1024px){.community-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}}.community-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:1.25rem;padding:1.5rem 1rem;transition:all .3s}@media (width>=640px){.community-card{border-radius:1.5rem;padding:2rem}}.community-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-5px)}.community-icon-box{border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.community-card:hover .community-icon-box{transform:scale(1.1)}.icon-comm{width:1.75rem;height:1.75rem}.community-label{color:#fff;font-size:1rem;font-weight:700}@media (width>=640px){.community-label{font-size:1.125rem}}.community-cta-wrapper{text-align:center}.community-cta-btn{color:#fff;background:linear-gradient(90deg,#4b7bf5,#9b59b6,#e74c3c);border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}@media (width>=640px){.community-cta-btn{width:auto;padding:1rem 2.5rem;font-size:1.125rem}}.community-cta-btn:hover{opacity:.9;transform:translateY(-2px)}.final-cta-section{background:#050505;padding:5rem 0;position:relative;overflow:hidden}.bg-glow-container{pointer-events:none;position:absolute;inset:0}.bg-glow-rainbow{filter:blur(140px);background:linear-gradient(90deg,#4b7bf533,#9b59b633,#e74c3c33);border-radius:50%;width:900px;height:450px;position:absolute;top:0;left:50%;transform:translate(-50%)}.cta-content-wrapper{text-align:center;max-width:800px;margin:0 auto}.cta-title{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:2.25rem;font-weight:800}@media (width>=640px){.cta-title{font-size:3rem}}.cta-subtitle{color:#94a3b8;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.cta-buttons-group{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:flex}.cta-primary-btn{color:#fff;background:linear-gradient(90deg,#4b7bf5,#9b59b6,#e74c3c);border-radius:.6rem;justify-content:center;align-items:center;gap:.6rem;padding:.7rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 0 25px #9b59b64d}.cta-primary-btn:hover{transform:translateY(-2px);box-shadow:0 0 35px #9b59b680}.cta-outline-btn{color:#fff;background:#000;border:1px solid #fff3;border-radius:.6rem;justify-content:center;align-items:center;gap:.6rem;padding:.7rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-outline-btn:hover{background:#0a0a0a;border-color:#fff6;transform:translateY(-2px)}.icon-cta{width:1rem;height:1rem}.footer{background:#050505;border-top:1px solid #ffffff1a;padding:4rem 0 2rem;position:relative}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem}}.footer-brand{grid-column:span 2}@media (width>=768px){.footer-brand{grid-column:span 1}}.footer-logo-link{margin-bottom:1.5rem;display:inline-block}.footer-logo{border-radius:4px;width:auto;height:2.5rem}.footer-tagline{color:#94a3b8;max-width:200px;font-size:.875rem;line-height:1.5}.footer-heading{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (width>=640px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.copyright,.powered-by{color:#64748b;font-size:.875rem}.skilleareum-link{color:#00e0ff;font-weight:600;text-decoration:none}.skilleareum-link:hover{text-decoration:underline}.self-learning-page{color:#fff;background:#050505;min-height:100vh;padding:7rem 0 6rem}@media (width>=768px){.detail-title{font-size:4rem}}.pricing-table-wrapper{background:#ffffff05;border:1px solid #ffffff0d;border-radius:1.5rem;margin-bottom:4rem;overflow-x:auto}.pricing-table{border-collapse:collapse;width:100%;min-width:800px}.pricing-table th{color:#fff;text-align:left;background:#1abc9c;padding:1.5rem;font-size:1rem;font-weight:700}.pricing-table td{border-bottom:1px solid #ffffff0d;padding:1.25rem 1.5rem}.row-popular{background:#9b59b60d;border-left:4px solid #9b59b6}.pkg-name{align-items:center;gap:.75rem;font-weight:700;display:flex}.row-badge{color:#fff;background:#9b59b6;border-radius:9999px;padding:.2rem .6rem;font-size:.7rem}.pkg-cost{align-items:center;gap:.5rem;display:flex}.old-price{color:#64748b;font-size:.875rem;text-decoration:line-through}.new-price{font-size:1.125rem;font-weight:700}.promo-tag{color:#27ae60;font-size:.75rem}.pkg-info{color:#94a3b8;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.row-icon{opacity:.6;width:1rem;height:1rem}@media (width>=640px){.pricing-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.pricing-cards-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{text-align:center;border-radius:1rem;flex-direction:column;align-items:center;padding:1.5rem 1.25rem;transition:all .3s;display:flex;position:relative}.popular-card{border:1px solid #9b59b64d}.card-badge{color:#fff;border-radius:9999px;align-items:center;gap:.3rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-10px;box-shadow:0 4px 10px #0000004d}.popular-badge{background:#9b59b6}.elite-badge{background:#e74c3c}.star-icon{width:.7rem;height:.7rem}.card-plan-name{margin-bottom:.75rem;font-size:1.125rem;font-weight:800}.card-price-box{flex-direction:column;gap:.15rem;margin-bottom:1.5rem;display:flex}.card-included{color:#27ae60;font-size:1.75rem;font-weight:800}.card-old-price{color:#64748b;font-size:.875rem;text-decoration:line-through}.card-cta-btn{border-radius:.6rem;width:100%;padding:.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.btn-included{color:#fff;background:#000;border:1px solid #fff3}.btn-promo{color:#050505;background:#00e0ff;border:none}.btn-popular{color:#fff;background:#9b59b6;border:none}.btn-elite{color:#fff;background:#272727;border:1px solid #ffffff1a}.card-cta-btn:hover{opacity:.9;transform:translateY(-2px)}.btn-included:hover{background:#0a0a0a;border-color:#fff6}.card-cta-btn:hover{opacity:.9}.explore-path-link{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.explore-path-link:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.guided-learning-page{color:#fff;background:#050505;min-height:100vh;padding:7rem 0 6rem}.back-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:3rem;padding:.5rem 0;font-size:1rem;transition:color .2s;display:flex}.back-btn:hover{color:#fff}.back-icon{width:1.25rem;height:1.25rem}.detail-header{text-align:center;margin-bottom:5rem}.detail-badge{color:#9b59b6;background:#9b59b61a;border:1px solid #9b59b633;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.detail-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}@media (width>=768px){.detail-title{font-size:4rem}}.detail-subtitle{color:#94a3b8;max-width:650px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6}.feature-pills{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:900px;margin:0 auto;display:flex}.feature-pill{color:#94a3b8;background:#ffffff08;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.875rem;display:flex}.pill-check{color:#9b59b6;width:1rem;height:1rem}.pricing-cards-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:5rem;display:grid}@media (width>=640px){.pricing-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.pricing-cards-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#ffffff05;border-radius:1rem;flex-direction:column;padding:1.75rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{border-color:#ffffff1a;transform:translateY(-5px)}.card-badge{color:#fff;z-index:10;border-radius:9999px;align-items:center;gap:.3rem;padding:.25rem .85rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-10px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0000004d}.card-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.plan-icon-box{border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.plan-icon{width:1.25rem;height:1.25rem}.card-plan-name{color:#fff;font-size:1.25rem;font-weight:700}.card-price-box{align-items:baseline;gap:.25rem;margin-bottom:1.5rem;display:flex}.card-new-price{font-size:2.25rem;font-weight:800}.card-period{color:#64748b;font-size:.875rem}.card-features-list{flex-direction:column;flex-grow:1;gap:.75rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.card-feature-item{color:#94a3b8;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.4;display:flex}.card-feature-check{flex-shrink:0;width:1rem;height:1rem;margin-top:.1rem}.card-cta-btn{text-align:center;border-radius:.6rem;width:100%;padding:.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.btn-included,.btn-solo,.btn-plus,.btn-elite{color:#fff;background:#000;border:1px solid #ffffff1a}.btn-included:hover,.btn-solo:hover,.btn-plus:hover,.btn-elite:hover{background:#0a0a0a;border-color:#ffffff4d}.detail-footer{text-align:center;border-top:1px solid #ffffff0d;padding-top:3rem}.footer-note{color:#64748b;margin-bottom:2rem;font-size:.875rem}.explore-self-link{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.explore-self-link:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.arrow-icon{width:1.1rem;height:1.1rem}.app{flex-direction:column;min-height:100vh;display:flex}main{flex-direction:column;flex:1;display:flex}
