: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{color:var(--rw-black);-webkit-font-smoothing:antialiased;background:#fff;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)}.hero{text-align:center;justify-content:center;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center bottom;width:100%;height:100%}.hero-overlay{background:linear-gradient(#0006 0%,#0003 50%,#00000080 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:700px;padding:2rem;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;text-shadow:0 2px 20px #0000004d;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.hero-subtitle{color:#fffffff2;margin-bottom:2rem;font-size:1.25rem}.reward-highlight{background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 2rem;display:inline-flex;box-shadow:0 20px 40px #0003}.reward-amount{color:var(--rw-black);background:var(--rw-yellow);border-radius:6px;padding:.1rem .5rem;font-size:2.5rem;font-weight:700}.reward-text{text-align:left;color:#666;font-size:.95rem;line-height:1.4}.reward-text strong{color:#1a1a1a;font-size:1.1rem;display:block}.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}}.how-it-works h2{color:#1a1a1a;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.steps{flex-direction:column;gap:2rem;display:flex}.step{gap:1.5rem;display:flex}.step-number{background:var(--rw-yellow);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.step-content h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.step-content p{color:#666;font-size:.95rem;line-height:1.6}.why-section{border-top:1px solid #eee;margin-top:3rem;padding-top:3rem}.why-section h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.benefits{gap:1rem;display:grid}.benefit{background:#fff;border:1px solid #eee;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.benefit-icon{background:#fff5e5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.benefit-icon svg{width:20px;height:20px;color:var(--rw-yellow)}.benefit-text{color:#444;font-size:.95rem}.benefit-text strong{color:#1a1a1a;margin-bottom:.25rem;display:block}.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 #d6964a1a}.submit-btn{background:var(--rw-yellow);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{background:#c4863f;transform:translateY(-2px);box-shadow:0 10px 30px #d6964a4d}.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}
