.how-wrapper{display:flex;justify-content:space-between;align-items:center;padding:6rem 2rem;background:#0a0a0a;color:white;gap:3rem;position:relative;overflow:hidden;min-height:100vh;flex-wrap:wrap;background:radial-gradient(ellipse at top left,rgba(198,20,211,.45),#000000 50%)}.how-content{flex:1 1 100%;z-index:2;position:relative;text-align:center;max-width:700px;margin:0 auto;top:-50px}@media (max-width:768px){.how-content{top:-70px}}.how-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#f6098f}.how-subtitle{font-size:1.1rem;margin-bottom:2rem;color:#ffffffc7}.how-steps{display:flex;flex-direction:column;gap:2rem;text-align:left;min-height:300px;position:relative}.how-step{display:flex;align-items:flex-start;gap:1.5rem}.step-number{font-size:1rem;font-weight:700;color:#f6098f;background:rgba(255,255,255,.1);border-radius:50%;width:2.2rem;height:2.2rem;min-width:2.2rem;min-height:2.2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-content h3{margin:0;font-size:1.25rem}.step-content p{margin:.25rem 0 0;color:#bbbbbb;font-size:.95rem}.how-visual{flex:1 1 400px;position:relative;z-index:1;display:flex;justify-content:center}.how-image{max-width:100%;height:auto;filter:drop-shadow(0 0 40px rgba(246,9,143,.3))}.how-background-svg{position:absolute;top:30%;left:1%;width:40%;height:auto;z-index:0;pointer-events:none;overflow:visible}.background-svg-img{position:absolute;bottom:0;left:0;width:100%;max-width:none;opacity:.5}.how-switch{display:flex;gap:1rem;margin-bottom:2rem}.how-switch button{background:transparent;color:#bbb;font-size:1rem;padding:.4rem 1rem;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .3s ease}.how-switch button.active{color:#f6098f;border-color:#f6098f}.how-toggle-wrapper{margin-bottom:2.5rem;position:relative;z-index:3;display:flex;justify-content:center}.how-toggle{background:rgba(255,255,255,.05);border-radius:2rem;display:flex;position:relative;overflow:hidden;width:fit-content}.toggle-option{padding:.6rem 1.4rem;font-size:.95rem;color:#bbb;background:transparent;border:none;cursor:pointer;position:relative;z-index:2;font-weight:600;transition:color .2s ease}.toggle-option.active{color:white}.toggle-indicator{position:absolute;top:0;width:50%;height:100%;background:#f6098f92;z-index:1;border-radius:2rem}.step-icon{display:flex;align-items:center;justify-content:center;color:#f6098f;flex-shrink:0;width:2.5rem;height:2.5rem}:root{--brand:#f6098f;--ink:#ffffff;--line:rgba(255,255,255,0.10)}.featured-courses-wrapper{position:relative;padding:5rem 1.25rem 4rem;color:var(--ink);background:radial-gradient(ellipse at top left,rgba(198,20,211,.18),rgba(0,0,0,0) 55%),rgba(10,10,10,.9);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);overflow:hidden}.featured-head{max-width:1080px;margin:0 auto 1.25rem;text-align:center}.featured-title{font-size:clamp(1.5rem,2.4vw,2.2rem);font-weight:800;color:var(--brand);letter-spacing:.02em;margin:0 0 .5rem}.featured-subtitle{color:#ffffffc7;font-size:.98rem;margin:0 auto 1rem}.featured-track{position:relative;max-width:1180px;margin:0 auto;padding:.5rem 0}.course-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:16px;overflow-y:visible;scroll-snap-type:x mandatory;padding:.25rem .25rem .75rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent;justify-content:center}.course-row::-webkit-scrollbar{height:8px}.course-row::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:999px}.course-row::-webkit-scrollbar-track{background:transparent}.course-card-slot{scroll-snap-align:start;min-width:300px;max-width:360px;flex:0 0 auto}.skeleton-card{min-width:300px;max-width:360px;height:320px;border-radius:12px;background:linear-gradient(90deg,#141414,#0f0f0f,#141414);border:1px solid #222;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{filter:brightness(1)}50%{filter:brightness(1.2)}to{filter:brightness(1)}}.catalog-empty-on-landing{color:#bbb;padding:1rem}.edge-fade{position:absolute;top:0;bottom:0;width:64px;pointer-events:none;opacity:0;transition:opacity .25s ease;z-index:2}.edge-fade.visible{opacity:1}.edge-fade.left{left:0;background:linear-gradient(90deg,rgba(10,10,10,.95),transparent)}.edge-fade.right{right:0;background:linear-gradient(270deg,rgba(10,10,10,.95),transparent)}.arrow-btn{position:absolute;top:50%;transform:translateY(-50%);height:42px;width:42px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--ink);display:none;align-items:center;justify-content:center;z-index:3;box-shadow:0 8px 20px rgba(0,0,0,.35);transition:transform .18s ease,box-shadow .18s ease,background .2s ease,border-color .2s ease}.arrow-btn:hover{transform:translateY(-50%) scale(1.05);background:rgba(255,255,255,.1);border-color:rgba(246,9,143,.45);box-shadow:0 0 12px rgba(246,9,143,.4)}.arrow-btn:disabled{opacity:.5;cursor:default;box-shadow:none}.arrow-btn.left{left:-10px}.arrow-btn.right{right:-10px}@media (min-width:768px){.arrow-btn{display:inline-flex}}.course-card{background:rgba(16,16,16,.9);border:1px solid #222;box-shadow:0 8px 28px rgba(0,0,0,.35)}.course-row{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0}.course-row.centered{justify-content:center}.course-row.scrollable{justify-content:flex-start}