/**
 * Tobalt Auditas — Public form styles (LT)
 *
 * @author Tobalt — https://tobalt.lt
 */
.ta-form-section{max-width:680px;margin:0 auto;padding:48px 24px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#0f172a}
.ta-form-header h1{font-size:clamp(28px,4vw,38px);line-height:1.15;margin:0 0 16px;letter-spacing:-.02em}
.ta-lede{font-size:17px;color:#475569;line-height:1.6;margin:0 0 32px}
.ta-alert{padding:14px 18px;border-radius:12px;margin:0 0 24px;font-size:15px}
.ta-alert-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.ta-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.ta-form{display:flex;flex-direction:column;gap:18px}
.ta-field{display:flex;flex-direction:column;gap:6px}
.ta-field label{font-weight:500;font-size:15px}
.ta-field input[type=text],.ta-field input[type=email],.ta-field textarea{padding:12px 14px;border:1px solid #cbd5e1;border-radius:10px;font-size:15px;font-family:inherit;background:#fff;color:#0f172a;transition:border-color .15s}
.ta-field input[type=text]:focus,.ta-field input[type=email]:focus,.ta-field textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.15)}
.ta-field small{font-size:13px;color:#64748b}
.ta-field-checkbox label{font-weight:400;font-size:14px;display:flex;gap:10px;align-items:flex-start;line-height:1.5;color:#475569}
.ta-field-checkbox input{margin-top:3px;flex-shrink:0}
.ta-btn{padding:14px 24px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .1s,box-shadow .15s}
.ta-btn-primary{background:linear-gradient(135deg,#4f46e5,#06b6d4);color:#fff}
.ta-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(79,70,229,.25)}
