.setup-guide-page{padding-top:calc(var(--nav-height) + 60px);padding-bottom:80px;min-height:100vh;background:var(--bg-dark);position:relative}.setup-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0.15;z-index:0;pointer-events:none}.setup-container{max-width:900px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.setup-header{text-align:center;margin-bottom:50px}.setup-title{font-family:var(--font-head);font-size:3rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.setup-title .highlight{color:var(--accent)}.setup-subtitle{color:var(--text-secondary);font-size:1.1rem}.setup-card{background:#1e1e1e;border-radius:12px;padding:40px;margin-bottom:30px;display:flex;gap:25px;box-shadow:0 10px 30px rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.05)}.step-number{background:var(--accent);color:#000;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;flex-shrink:0;box-shadow:0 0 20px var(--accent-glow)}.step-content{flex-grow:1}.step-title{color:var(--accent);font-family:var(--font-head);font-size:1.8rem;font-weight:700;margin-bottom:15px;text-transform:uppercase}.step-description{color:#d1d1d1;margin-bottom:20px;font-size:1.05rem;line-height:1.6}.step-list{margin-bottom:25px;display:flex;flex-direction:column;gap:15px}.step-list-item{display:flex;flex-direction:column;gap:5px}.step-list-title{color:#fff;font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:8px}.step-list-title::before{content:"•";color:var(--accent)}.step-list-sub{margin-left:20px;color:#b0b0b0;font-size:0.95rem}.download-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#000;padding:12px 25px;border-radius:6px;font-weight:700;font-family:var(--font-head);transition:all 0.3s ease;text-decoration:none;width:fit-content;min-width:250px;text-align:center}.download-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 5px 15px var(--accent-glow)}.download-btn i{margin-right:10px}@media (max-width:768px){.setup-card{flex-direction:column;padding:25px}.step-title{font-size:1.5rem}.download-btn{width:100%}}