@layer components{.how-it-works-page{min-height:100vh;position:relative;overflow-x:hidden}.how-hero{position:relative;width:100%;padding:10rem 2rem 6rem;background:linear-gradient(135deg,var(--primary-color),#2a5298);color:#ffffff;text-align:center;min-height:10vh;box-shadow:0 20px 50px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;animation:fadeIn 1.5s ease-out;background-attachment:fixed}.how-hero-content{max-width:900px;padding:2rem;z-index:2}.how-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;text-shadow:0 3px 6px rgba(0,0,0,.3);background:linear-gradient(90deg,#ffffff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem}.how-subtitle{font-size:clamp(1.2rem,2.5vw,1.75rem);font-weight:500;color:#f3f4f6;max-width:700px;margin:0 auto;opacity:.9}.how-container{margin-top:-5rem;position:relative;z-index:10;padding:1rem}.how-process{padding:2rem 0}.how-progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:2rem}.how-progress{height:100%;background:linear-gradient(90deg,var(--secondary-color),#10b981);transition:width 1s ease-out;border-radius:4px;animation:progressFill 3s infinite}.how-steps{display:grid;gap:1.5rem}.how-step-card{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 8px 20px rgba(0,0,0,.1)}.how-step-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.how-icon{margin:0 auto;transition:transform .3s ease}.how-step-card:hover .how-icon{transform:rotate(15deg) scale(1.1)}.how-step-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.how-step-text{font-size:1.125rem;color:var(--text-color);line-height:1.6}.how-guide{padding:2rem}.how-guide-title{font-size:1.75rem;font-weight:700;color:var(--primary-color);text-align:center;margin-bottom:1.5rem}.how-guide-placeholder{height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.how-guide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(255,255,255,.1),rgba(0,0,0,.1));animation:overlayShift 4s infinite}@media (max-width:640px){.how-hero{padding:6rem 1rem 3rem;min-height:30vh}.how-title{font-size:clamp(1.5rem,6vw,2.5rem)}.how-subtitle{font-size:clamp(1rem,3vw,1.2rem);max-width:100%}.how-container{margin-top:-3rem;padding:.5rem}.how-steps{grid-template-columns:1fr}.how-step-card{padding:1.5rem;border-radius:1rem}.how-step-title{font-size:1.25rem}.how-step-text{font-size:1rem}.how-guide-placeholder{height:200px}.how-guide-title{font-size:1.5rem}}@media (min-width:768px){.how-container{padding:2rem}.how-steps{grid-template-columns:repeat(4,1fr)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes progressFill{0%{width:0}50%{width:100%}to{width:0}}@keyframes overlayShift{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.dark .how-step-card{background:rgba(31,41,55,.9)}.dark .how-step-title{color:var(--primary-color)}.dark .how-step-text{color:#d1d5db}.dark .how-progress{background:linear-gradient(90deg,#34d399,#4f80e2)}.dark .how-guide-placeholder{background:rgba(31,41,55,.5)}.dark .how-guide-overlay{background:linear-gradient(45deg,rgba(31,41,55,.1),rgba(0,0,0,.2))}}