:root{--primary:#0a4f5f;--secondary:#2c97a7;--accent:#eaf6f7;--text-main:#1a1a1b;--text-light:#5f6368;--border:#dadce0;--radius:12px;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--white:#fff;--error:#d93025}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);-webkit-font-smoothing:antialiased;background-color:#f8fafb;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.container{max-width:600px;margin:0 auto;padding:24px 16px}header{text-align:left;flex-direction:column;align-items:flex-start;margin-bottom:32px;display:flex}.logo-container{margin-bottom:16px}.main-logo{border-radius:4px;max-width:120px;height:auto}h1{color:var(--text-main);margin-bottom:4px;font-size:22px;font-weight:800}.subtitle{color:var(--text-light);font-size:14px}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:24px;padding:24px}.section-title{color:var(--primary);border-bottom:1px solid var(--accent);margin-bottom:16px;padding-bottom:8px;font-size:16px;font-weight:700}.consent-text{color:var(--text-light);background:var(--accent);border-radius:8px;max-height:300px;margin-bottom:24px;padding:16px;font-size:14px;overflow-y:auto}.consent-text p{margin-bottom:12px}.explanations-list{margin-bottom:16px;margin-left:18px}.explanations-list li{margin-bottom:8px}.form-group{margin-bottom:20px}label{margin-bottom:8px;font-size:14px;font-weight:600;display:block}input[type=text],input[type=tel]{border:1px solid var(--border);border-radius:8px;width:100%;padding:12px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s}input:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #2c97a71a}.checkbox-group{cursor:pointer;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.checkbox-group input{width:18px;height:18px;accent-color:var(--primary);margin-top:4px}.checkbox-label{color:var(--text-main);font-size:14px}.signature-area{border:2px dashed var(--border);background:#fafafa;border-radius:8px;margin-top:8px;position:relative}canvas{touch-action:none;cursor:crosshair;width:100%;height:200px}.signature-actions{justify-content:flex-end;padding:8px;display:flex}.btn-clear{color:var(--text-light);cursor:pointer;background:0 0;border:none;font-size:12px;text-decoration:underline}.btn-submit{background:var(--primary);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:8px;margin-top:16px;padding:16px;font-size:16px;font-weight:700;transition:background .2s}.btn-submit:hover{background:#083c49}.btn-submit .loading-dots{display:none}.btn-submit.loading .loading-dots{animation:1s infinite pulse;display:inline-block}@keyframes pulse{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.footer{text-align:center;color:var(--text-light);margin-top:24px;font-size:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card{animation:.5s ease-out fadeIn}@media (width<=480px){.container{padding:16px 12px}}
