:root{--violet:#7c3aed;--violet-deep:#6d28d9;--violet-brand:#5800d7;--teal:#028090;--teal-accent:#0e7490;--success:#10b981;--bg:#fbfaf7;--bg-card:#fff;--text:#0f0f0f;--text-soft:#252525;--text-muted:#0f0f0f94;--text-subtle:#0f0f0f6b;--max-w:1200px}main{z-index:1;position:relative}.contact-section{padding:100px 32px 80px}.contact-card{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffffb3;border:1px solid #ffffffbf;border-radius:24px;max-width:620px;margin:0 auto;padding:48px;box-shadow:0 1px 2px #0f0f0f08,0 24px 64px #7c3aed0f,inset 0 1px #ffffffe6}.form-header{text-align:center;margin-bottom:36px}.form-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--violet-brand);background:#7c3aed0f;border:1px solid #7c3aed26;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:12px;font-weight:800;display:inline-flex}.form-header h1{letter-spacing:-.03em;color:var(--text);margin-bottom:14px;font-size:30px;font-weight:900;line-height:1.2}.form-header h1 .grad{background:linear-gradient(135deg,var(--violet),var(--violet-brand));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.form-header p{color:var(--text-muted);font-size:15px;line-height:1.6}.form-group{margin-bottom:24px}.form-label{color:var(--text);align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:700;display:flex}.form-label svg{width:16px;height:16px;stroke:var(--violet);fill:none;stroke-width:2px}.form-label .req{color:var(--violet-brand)}.form-input{width:100%;color:var(--text);background:#fff;border:1px solid #e7e3d9;border-radius:12px;outline:none;padding:14px 16px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-input::placeholder{color:var(--text-subtle)}.form-input:focus{border-color:var(--violet);box-shadow:0 0 0 3px #7c3aed1a}.form-textarea{width:100%;color:var(--text);resize:vertical;background:#fff;border:1px solid #e7e3d9;border-radius:12px;outline:none;min-height:140px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .15s,box-shadow .15s}.form-textarea::placeholder{color:var(--text-subtle)}.form-textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px #7c3aed1a}.form-check{cursor:pointer;background:#fff;border:1px solid #e7e3d9;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;transition:border-color .15s,background .15s;display:flex}.form-check:hover{background:#7c3aed05;border-color:#7c3aed4d}.form-checkbox{border:2px solid #d0cabe;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:border-color .15s,background .15s;display:flex}.form-check.checked .form-checkbox{border-color:var(--violet-brand);background:var(--violet-brand)}.form-check.checked .form-checkbox svg{display:block}.form-checkbox svg{stroke:#fff;fill:none;stroke-width:3px;width:12px;height:12px;display:none}.form-check-text{color:var(--text-soft);font-size:13px;line-height:1.5}.form-check-text a{color:var(--violet-brand);text-underline-offset:2px;text-decoration:underline}.form-check-hint{color:var(--text-subtle);margin-top:4px;font-size:12px}.captcha-wrap{background:#f8f6f0;border:1px solid #e7e3d9;border-radius:12px;justify-content:center;margin-bottom:8px;padding:16px;display:flex}.captcha-placeholder{width:300px;height:65px;color:var(--text-muted);background:#fff;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.captcha-placeholder .cb{border:2px solid #ccc;border-radius:4px;width:24px;height:24px}.captcha-hint{color:var(--text-subtle);text-align:center;margin-bottom:24px;font-size:12px}.form-submit{background:linear-gradient(135deg,var(--violet),var(--violet-brand));color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 6px 20px #5800d759}.form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #5800d773}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-submit svg{stroke:currentColor;fill:none;stroke-width:2.5px;width:18px;height:18px}.form-consent-text{color:var(--text-subtle);text-align:center;margin-top:14px;font-size:12px;line-height:1.5}.form-status{text-align:center;border-radius:12px;margin-top:16px;padding:16px;font-size:14px;line-height:1.5}.form-status.success{color:#065f46;background:#10b98114;border:1px solid #10b98140}.form-status.error{color:#991b1b;background:#ef444414;border:1px solid #ef444440}.form-input.has-error,.form-textarea.has-error{border-color:#ef4444}.form-error{color:#ef4444;margin-top:4px;font-size:12px}.contact-trust{border-top:1px solid #ece8dd;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-top:32px;padding-top:24px;display:flex}.trust-item{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.trust-item svg{width:16px;height:16px;stroke:var(--success);fill:none;stroke-width:2.5px}.trust-item a{color:var(--violet-brand);text-underline-offset:2px;text-decoration:underline}@media (max-width:960px){.contact-section{padding:80px 24px 60px}.contact-card{padding:36px 28px}.form-header h1{font-size:26px}}@media (max-width:560px){.contact-section{padding:72px 20px 48px}.contact-card{border-radius:20px;padding:28px 20px}.form-header h1{font-size:23px}.contact-trust{flex-direction:column;gap:12px}.form-submit{padding:16px;font-size:15px}}
