.tech-form-descr{text-align:center;margin-bottom:20px;font-size:14px;color:#666}
.tech-form-descr a{color:#00A900;text-decoration:none}
.tech-form-descr a:hover{text-decoration:underline}
.tech-form{max-width:100%}
.tech-form-group{margin-bottom:20px}
.tech-form-label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}
.tech-form-required{color:#ef4444;margin-left:4px;font-weight:700}
.tech-form-input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;font-weight:400;transition:all 0.2s ease;box-sizing:border-box;background:#fafafa;font-family:inherit}
.tech-form-input:focus{outline:none;border-color:#00A900;background:#fff;box-shadow:0 0 0 3px rgba(0,169,0,0.06)}
.tech-form-input:hover{border-color:#d1d5db;background:#fff}
.tech-form-input.error{border-color:#ef4444;background:#fef2f2}
.tech-form-textarea{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;font-weight:400;transition:all 0.2s ease;box-sizing:border-box;background:#fafafa;resize:vertical;min-height:100px;font-family:inherit}
.tech-form-textarea:focus{outline:none;border-color:#00A900;background:#fff;box-shadow:0 0 0 3px rgba(0,169,0,0.06)}
.tech-form-textarea:hover{border-color:#d1d5db;background:#fff}
.tech-form-textarea.error{border-color:#ef4444;background:#fef2f2}
.tech-form-captcha{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}
.tech-form-captcha-img{border:1px solid #e5e7eb;border-radius:4px}
.tech-form-captcha-refresh{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:4px;padding:8px 12px;cursor:pointer;font-size:16px;color:#666;transition:all 0.2s ease}
.tech-form-captcha-refresh:hover{background:#e9ecef;border-color:#d1d5db}
.tech-form-privacy{margin:25px 0;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;display:flex;align-items:flex-start;gap:10px}
.tech-form-checkbox{margin-top:2px;accent-color:#00A900;transform:scale(1.1)}
.tech-form-checkbox-label{flex:1;font-size:14px;color:#374151;line-height:1.5;margin:0;cursor:pointer}
.tech-form-privacy-link{color:#00A900;text-decoration:underline;font-weight:500}
.tech-form-privacy-link:hover{color:#008800;text-decoration:none}
.tech-form-submit{width:100%;padding:16px 24px;background:#00A900;color:white;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all 0.3s ease;margin-top:10px;letter-spacing:0.3px}
.tech-form-submit:hover{background:#008800;transform:translateY(-1px)}
.tech-form-submit:active{transform:translateY(0)}
.tech-form-submit:disabled{background:#d1d5db;cursor:not-allowed;transform:none}
.tech-form-error{color:#ef4444;font-size:13px;margin-top:5px;font-weight:500}
.tech-form-success{background:#dcfce7;color:#166534;padding:25px;border-radius:12px;text-align:center;margin-bottom:25px;border:1px solid #86efac}
.tech-form-success i{font-size:24px;margin-bottom:10px;display:block}
.tech-form-success h3{margin:8px 0;font-size:18px;font-weight:700}
.tech-form-success p{margin:0;font-size:14px;font-weight:500}
.tech-form-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,0.3);border-top:2px solid #ffffff;border-radius:50%;animation:tech-form-spin 1s linear infinite}
@keyframes tech-form-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.tech-form-input::placeholder,.tech-form-textarea::placeholder{color:#9ca3af;opacity:1}
.tech-form-input:focus::placeholder,.tech-form-textarea:focus::placeholder{opacity:0.7}
@media (max-width:768px){
.tech-form-captcha{justify-content:center}
.tech-form-captcha-img{order:1;width:100%;max-width:200px}
.tech-form-captcha-refresh{order:2}
.tech-form-input[name="captcha"]{order:3;width:100%}
.tech-form-submit{padding:14px 20px;font-size:15px}
.tech-form-privacy{padding:12px;flex-direction:column;gap:8px}
.tech-form-checkbox{margin-top:0}
}