.how-it-works-page{min-height:100vh;padding:2rem 1rem;background:var(--bg,#0a0a0f);color:var(--text,#e0e0e0)}.container{max-width:900px;margin:0 auto}.page-header{text-align:center;margin-bottom:4rem;padding-top:2rem}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{font-size:1.25rem;color:var(--text-muted,#a0a0a0);max-width:600px;margin:0 auto}.process-section{margin-bottom:4rem}.steps-list{list-style:none;padding:0;counter-reset:step-counter}.steps-list li{display:flex;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:hsla(0,0%,100%,.03);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.steps-list li:hover{background:hsla(0,0%,100%,.05);border-color:rgba(102,126,234,.3);transform:translateY(-2px)}.step-number{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;font-size:1.25rem;font-weight:700;color:#fff}.step-content h3{margin:0 0 .5rem;font-size:1.5rem;color:var(--text,#e0e0e0)}.step-content p{margin:0;color:var(--text-muted,#a0a0a0);line-height:1.6}.step-content code{background:rgba(102,126,234,.15);padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;color:#a78bfa}.technical-details{margin-bottom:4rem}.technical-details h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:var(--text,#e0e0e0)}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.detail-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.detail-card:hover{background:hsla(0,0%,100%,.05);border-color:rgba(102,126,234,.3);transform:translateY(-2px)}.detail-card h3{margin:0 0 .75rem;font-size:1.25rem;color:var(--text,#e0e0e0)}.detail-card p{margin:0;color:var(--text-muted,#a0a0a0);line-height:1.6;font-size:.95rem}.cta-section{text-align:center;padding:3rem 1.5rem;background:rgba(102,126,234,.08);border-radius:16px;border:1px solid rgba(102,126,234,.2)}.cta-section h2{font-size:2rem;margin-bottom:.5rem;color:var(--text,#e0e0e0)}.cta-section p{font-size:1.1rem;color:var(--text-muted,#a0a0a0);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;font-size:1.125rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.btn-secondary{background:transparent;color:var(--text,#e0e0e0);border:2px solid hsla(0,0%,100%,.2)}.btn-secondary:hover{background:hsla(0,0%,100%,.05);border-color:rgba(102,126,234,.5)}.footer{margin-top:4rem;padding:2rem 1rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.footer-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.footer-links a{color:var(--text-muted,#a0a0a0);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--text,#e0e0e0)}.footer-attribution{text-align:center;color:var(--text-muted,#a0a0a0);font-size:.9rem}.footer-attribution a{color:#667eea;text-decoration:none}.footer-attribution a:hover{text-decoration:underline}@media (max-width:640px){.page-header h1{font-size:2rem}.page-subtitle{font-size:1rem}.steps-list li{flex-direction:column;gap:1rem}.detail-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}