@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap";
:root{--primary:#e58c2c;--primary-hover:#d17a22;--bg-color:#fcfbf9;--text-main:#2c2a27;--text-light:#6a6764;--border-color:#e0ddd9;--error:#d93838}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Outfit,sans-serif;line-height:1.6}.container{max-width:900px;margin:0 auto;padding:2rem}.premium-card{background:#fff;border:1px solid #e58c2c1a;border-radius:12px;margin-bottom:2rem;padding:3rem;box-shadow:0 10px 40px #0000000a}h1{color:var(--primary);text-align:center;margin-bottom:1.5rem;font-size:2.5rem;font-weight:400}h2{border-bottom:1px solid var(--border-color);margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:500}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full{grid-column:1/-1}label{color:var(--text-main);font-size:.95rem;font-weight:500}input[type=text],input[type=email],input[type=date],input[type=number],select{border:1px solid var(--border-color);background-color:#faf9f7;border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}input:focus,select:focus{border-color:var(--primary);background-color:#fff;outline:none;box-shadow:0 0 0 3px #e58c2c26}input:read-only{cursor:not-allowed;color:var(--text-light);background-color:#f0eee9}.btn-primary{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:2rem;padding:1rem 2rem;font-size:1.1rem;font-weight:500;transition:background-color .2s,transform .1s}.btn-primary:hover{background-color:var(--primary-hover)}.btn-primary:active{transform:scale(.98)}.error-msg{color:var(--error);margin-top:.25rem;font-size:.8rem}.radio-group{gap:1.5rem;display:flex}.radio-label{cursor:pointer;align-items:center;gap:.5rem;font-weight:400;display:flex}.signature-pad-container{border:2px dashed var(--border-color);cursor:crosshair;touch-action:none;background:#faf9f7;border-radius:8px;overflow:hidden}.signature-actions{justify-content:flex-end;margin-top:.5rem;display:flex}.btn-clear{color:var(--text-light);cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline}.btn-clear:hover{color:var(--text-main)}.contract-text{color:var(--text-light);border:1px solid var(--border-color);background:#fff;border-radius:8px;height:300px;margin-bottom:2rem;padding:1.5rem;font-size:.95rem;overflow-y:scroll}.contract-text p{margin-bottom:1rem}.lang-switcher{justify-content:flex-end;margin-bottom:1rem;display:flex}.lang-btn{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:20px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.lang-btn:hover{border-color:var(--primary);color:var(--primary)}
