.hero{background-color:#1a1a1a;padding:120px 32px 80px}.hero-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;column-gap:20px;align-items:center}.hero-content{text-align:center;max-width:720px;margin:0 auto 56px}.hero-title{font-size:56px;font-weight:700;color:#ff6b6b;line-height:1.2;margin-bottom:24px;letter-spacing:-1px}.hero-subtitle{font-size:24px;font-weight:400;color:#fff;line-height:1.5;margin-bottom:40px}.hero-cta{background-color:#ff6b6b;color:#fff;border:none;padding:18px 48px;font-size:18px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;margin-bottom:32px}.hero-cta:hover{background-color:#ff5252;transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,100%,71%,.3)}.hero-social-proof{gap:16px}.avatar-stack,.hero-social-proof{display:flex;align-items:center}.avatar{width:48px;height:48px;border-radius:50%;border:3px solid #1a1a1a;object-fit:cover;margin-left:-12px;transition:transform .2s ease}.avatar:first-child{margin-left:0}.avatar:hover{transform:scale(1.1);z-index:10}.social-proof-text{font-size:16px;color:#fff;font-weight:500;opacity:.9}.hero-form-container{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-form{display:flex;flex-direction:column;gap:16px}.form-input{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;padding:16px;font-size:16px;color:#fff;transition:all .3s ease;outline:none}.form-input-group{display:flex;gap:12px}.form-select{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;padding:16px;font-size:16px;color:#fff;transition:all .3s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:110px}.form-select:focus{background:hsla(0,0%,100%,.12);border-color:#ff6b6b;box-shadow:0 0 0 3px hsla(0,100%,71%,.1)}.form-select option{color:#1a1a1a}.form-input::placeholder{color:hsla(0,0%,100%,.5)}.form-input:focus{background:hsla(0,0%,100%,.12);border-color:#ff6b6b;box-shadow:0 0 0 3px hsla(0,100%,71%,.1)}.form-submit{background-color:#ff6b6b;color:#fff;border:none;padding:18px;font-size:18px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:8px}.form-submit:hover:not(:disabled){background-color:#ff5252;transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,100%,71%,.3)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-message{text-align:center;font-size:14px;color:#4ade80;margin-top:8px}@media (max-width:968px){.hero-content{text-align:center}.hero-social-proof{justify-content:center}}@media (max-width:768px){.hero-container{flex-direction:column}.hero{padding:80px 16px 60px}.hero-title{font-size:40px}.hero-subtitle{font-size:20px}.hero-cta{padding:16px 40px;font-size:16px}.hero-form-container{padding:32px 24px}}.how-it-works{padding:120px 32px;background-color:#fafafa}.how-it-works-container{max-width:1280px;margin:0 auto}.section-title{font-size:48px;font-weight:700;text-align:center;margin-bottom:80px;color:#1a1a1a;letter-spacing:-.5px}.how-it-works-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:flex-start}.steps-list{display:flex;flex-direction:column;gap:0}.step-item{display:grid;grid-template-columns:4px auto 1fr;grid-gap:24px;gap:24px;padding:32px 0;cursor:pointer;transition:all .3s ease;opacity:.4;border-left:4px solid transparent;margin-left:-4px}.step-item:hover{opacity:.7}.step-item.active{opacity:1}.step-progress{width:4px;height:100%;background-color:#e0e0e0;border-radius:2px;overflow:hidden;position:relative}.step-item.active .step-progress,.step-progress-bar{background-color:#1a1a1a}.step-progress-bar{width:100%;height:0;animation:progress 5s linear forwards}@keyframes progress{0%{height:0}to{height:100%}}.step-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:12px;color:#1a1a1a;flex-shrink:0;transition:all .3s ease;border:2px solid #e0e0e0}.step-item.active .step-icon{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.step-content{padding-top:4px}.step-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1.3}.step-description{font-size:16px;line-height:1.6;color:#666;margin-bottom:16px}.step-cta{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1a1a1a;text-decoration:none;transition:all .2s ease;margin-top:8px}.step-cta:hover{gap:12px;color:#000}.step-cta svg{transition:transform .2s ease}.step-cta:hover svg{transform:translateX(4px)}.steps-image{position:-webkit-sticky;position:sticky;top:120px;width:100%;height:600px;background-color:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.12)}.steps-image img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}@media (max-width:1024px){.how-it-works-content{grid-template-columns:1fr;gap:48px}.steps-image{position:relative;top:0;height:400px;order:-1}.step-item{padding:24px 0}}@media (max-width:768px){.how-it-works{padding:80px 16px}.section-title{font-size:36px;margin-bottom:48px}.how-it-works-content{gap:32px}.steps-image{height:300px;border-radius:16px}.step-item{gap:16px;padding:20px 0}.step-icon{width:48px;height:48px}.step-icon svg{width:24px;height:24px}.step-title{font-size:20px}.step-description{font-size:14px}}.key-benefits{padding:120px 32px;background-color:#fafafa}.key-benefits-container{max-width:1200px;margin:0 auto}.key-benefits-header{text-align:center;max-width:720px;margin:0 auto 56px}.key-benefits-header h2{font-size:44px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.key-benefits-header p{font-size:18px;line-height:1.6;color:#666}.key-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.key-benefit-card{background:#fff;border-radius:16px;padding:28px;border:1px solid #eee;box-shadow:0 10px 30px rgba(0,0,0,.06)}.key-benefit-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.key-benefit-card p{font-size:15px;line-height:1.6;color:#666;margin:0}@media (max-width:900px){.key-benefits{padding:80px 16px}.key-benefits-header h2{font-size:34px}}