@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.how-it-works-page{color:#0f172a;background:#fff;font-family:Inter,sans-serif}.hiw-nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e2e8f0;position:fixed;top:0;left:0;right:0}.hiw-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.hiw-nav-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.hiw-nav-logo-icon{color:#fff;background:#1e293b;border-radius:6px;padding:4px 8px;font-size:.9rem;font-weight:700}.hiw-logo-text{color:#1e293b;letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.hiw-nav-actions{align-items:center;gap:1.5rem;display:flex}.hiw-nav-link{color:#475569;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.hiw-nav-link:hover{color:#1e293b}.hiw-nav-cta{color:#fff;background:linear-gradient(#3b82f6 0%,#2563eb 100%);border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.hiw-hero{text-align:center;background:linear-gradient(#87ceeb 0%,#b0e0f6 50%,#d4f1f9 100%);padding:160px 24px 100px;position:relative;overflow:hidden}.hiw-hero-content{z-index:10;max-width:800px;margin:0 auto;position:relative}.hiw-hero-title{color:#1e293b;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.hiw-hero-subtitle{color:#334155;font-size:1.25rem;line-height:1.7}.hiw-section{max-width:1200px;margin:0 auto;padding:100px 24px}.hiw-section-alt{background:#f8fafc;max-width:100%;padding-left:24px;padding-right:24px}.hiw-section-alt .hiw-steps-grid{max-width:1200px;margin-left:auto;margin-right:auto}.hiw-section-header{text-align:center;margin-bottom:4rem}.hiw-section-icon{color:#fff;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.hiw-section-icon.company{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.hiw-section-icon.artisan{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.hiw-section-title{color:#1e293b;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.hiw-section-desc{color:#64748b;font-size:1.125rem}.hiw-steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:1024px){.hiw-steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hiw-steps-grid{grid-template-columns:1fr}}.hiw-step-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;transition:all .3s;position:relative}.hiw-step-card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000001a}.hiw-step-number{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:-12px;left:24px;box-shadow:0 4px 10px #2563eb4d}.hiw-section-alt .hiw-step-number{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 10px #0596694d}.hiw-step-icon{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.hiw-step-icon.artisan{color:#059669;background:#ecfdf5}.hiw-step-title{color:#1e293b;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.hiw-step-text{color:#64748b;font-size:.95rem;line-height:1.6}.hiw-trust-section{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);padding:100px 24px}.hiw-trust-title{text-align:center;color:#fff;letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.hiw-trust-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:768px){.hiw-trust-grid{grid-template-columns:1fr}}.hiw-trust-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s}.hiw-trust-card:hover{background:#ffffff1a;transform:translateY(-5px)}.hiw-trust-icon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.hiw-trust-card h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.hiw-trust-card p{color:#94a3b8;font-size:.95rem;line-height:1.6}.hiw-cta-section{padding:100px 24px}.hiw-cta-box{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:24px;max-width:800px;margin:0 auto;padding:4rem 3rem}.hiw-cta-box h2{color:#1e293b;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.hiw-cta-box p{color:#64748b;margin-bottom:2.5rem;font-size:1.125rem}.hiw-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hiw-cta-btn{border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.hiw-cta-btn.primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.hiw-cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.hiw-cta-btn.secondary{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.hiw-cta-btn.secondary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0596694d}.hiw-footer{background:#fff;border-top:1px solid #e2e8f0;padding:60px 24px}.hiw-footer-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.hiw-footer-inner p{color:#64748b;margin-top:.5rem;font-size:.875rem}.hiw-footer-links{gap:2rem;display:flex}.hiw-footer-links a{color:#64748b;font-size:.9rem;text-decoration:none;transition:color .2s}.hiw-footer-links a:hover{color:#1e293b}@media (max-width:768px){.hiw-hero-title{font-size:2.5rem}.hiw-section-title,.hiw-trust-title,.hiw-cta-box h2{font-size:2rem}.hiw-footer-inner{text-align:center;flex-direction:column;gap:2rem}}
