:root{--rw-yellow:#ffe512;--rw-yellow-dark:#e6ce10;--rw-gray:#595959;--rw-off-white:#faf9f2;--rw-black:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--rw-off-white);color:var(--rw-black);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}header{z-index:100;background:#fff;border-bottom:1px solid #eee;padding:1rem 2rem;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.logo{height:36px}.back-link{color:#666;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--rw-yellow-dark)}.hero{text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#333 100%);padding:5rem 2rem;position:relative;overflow:hidden}.hero:before{content:"";background:var(--rw-yellow);height:4px;position:absolute;top:0;left:0;right:0}.hero-content{max-width:700px;margin:0 auto;position:relative}.badge{background:var(--rw-yellow);color:var(--rw-black);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.hero-subtitle{color:#fffc;margin-bottom:2rem;font-size:1.25rem}.reward-cards{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.reward-card{text-align:center;background:#fff;border-radius:12px;padding:1.25rem 1.75rem}.reward-card-value{color:var(--rw-black);background:var(--rw-yellow);border-radius:4px;padding:.25rem .5rem;font-size:1.5rem;font-weight:700;display:inline-block}.reward-card-label{color:#666;font-size:.85rem}.content{gap:4rem;max-width:1100px;margin:0 auto;padding:5rem 2rem;display:grid}@media (width>=900px){.content{grid-template-columns:1fr 400px;gap:5rem}}.pain-section{margin-bottom:3rem}.pain-section h2{margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.pain-list{flex-direction:column;gap:1rem;display:flex}.pain-item{background:#fff;border:1px solid #eee;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.pain-icon{background:#fee2e2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pain-icon svg{color:#dc2626;width:18px;height:18px}.pain-text{color:#444;font-size:.95rem}.offer-section h2{margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.offer-grid{gap:1rem;display:grid}.offer-item{background:#fff;border:1px solid #eee;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.offer-icon{background:var(--rw-yellow);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.offer-icon svg{width:24px;height:24px;color:var(--rw-black)}.offer-text{color:#444;font-size:.95rem;line-height:1.6}.offer-text strong{color:#1a1a1a;margin-bottom:.25rem;font-size:1.05rem;display:block}.process-section{border-top:1px solid #eee;margin-top:3rem;padding-top:3rem}.process-section h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.process-steps{flex-direction:column;gap:0;display:flex}.process-step{border-bottom:1px solid #eee;gap:1.5rem;padding:1.5rem 0;display:flex}.process-step:last-child{border-bottom:none}.process-number{background:var(--rw-yellow);width:32px;height:32px;color:var(--rw-black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.process-content h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.process-content p{color:#666;font-size:.9rem}.form-card{background:#fff;border:1px solid #eee;border-radius:24px;height:fit-content;padding:2.5rem;position:sticky;top:100px;box-shadow:0 4px 20px #00000014}.form-card h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.form-card .subtitle{color:#666;margin-bottom:2rem;font-size:.95rem}.form-group{margin-bottom:1.25rem}label{color:#444;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}input{color:#1a1a1a;background:#fffdf5;border:2px solid #eee;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}input::placeholder{color:#999}input:focus{border-color:var(--rw-yellow);outline:none;box-shadow:0 0 0 4px #ffe51233}.submit-btn{background:var(--rw-yellow);width:100%;color:var(--rw-black);cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{background:var(--rw-yellow-dark);transform:translateY(-2px);box-shadow:0 10px 30px #ffe51266}.submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.form-footer{text-align:center;color:#999;margin-top:1.5rem;font-size:.8rem}.success-message{text-align:center;padding:3rem 2rem}.success-icon{background:var(--rw-yellow);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.success-icon svg{color:#fff;width:40px;height:40px}.success-message h2{margin-bottom:.75rem;font-size:1.75rem}.success-message p{color:#666}.hidden{display:none!important}footer{color:#fff;text-align:center;background:#1a1a1a;padding:3rem 2rem}footer img{filter:brightness(0)invert();height:40px;margin-bottom:1.5rem}footer p{color:#fff9;font-size:.9rem}footer a{color:var(--rw-yellow);text-decoration:none}
