.tvott-contact-wrap{max-width:980px;margin:18px auto;padding:0 12px}
.tvott-contact-card{border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.35);color:#fff}
.tvott-contact-head{padding:16px 16px 6px}
.tvott-contact-brand{font-weight:1000;letter-spacing:.7px;text-transform:uppercase;font-size:12px;opacity:.85}
.tvott-contact-title{margin:6px 0 4px;font-size:28px;font-weight:1000}
.tvott-contact-sub{margin:0 0 6px;opacity:.85}
.tvott-contact-form{padding:14px 16px 16px;border-top:1px solid rgba(255,255,255,.12)}
.tvott-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.tvott-contact-form label{display:block;font-weight:900;font-size:13px}
.tvott-contact-form label span{display:block;opacity:.9;margin-bottom:6px}
.tvott-contact-form input,.tvott-contact-form textarea{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.14);padding:11px 12px;background:rgba(0,0,0,.35);color:#fff}
.tvott-msg{margin-top:10px}
.tvott-consent{display:flex;gap:10px;align-items:flex-start;margin:12px 0;font-weight:800}
.tvott-consent input{width:auto;margin-top:3px}
.tvott-btn{display:inline-flex;align-items:center;gap:10px;border-radius:14px;padding:12px 16px;font-weight:1000;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.45);color:#fff;cursor:pointer}
.tvott-btn[disabled]{opacity:.6;cursor:not-allowed}
.tvott-btn .spin{display:none;width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:tvottSpin .9s linear infinite}
@keyframes tvottSpin{to{transform:rotate(360deg)}}
.tvott-contact-note{margin-top:10px;font-size:12px;opacity:.75}
.tvott-contact-alert{display:none;margin-top:12px;border-radius:14px;padding:12px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.35)}
.tvott-contact-alert.ok{background:rgba(20,120,40,.35);border-color:rgba(120,255,160,.25)}
.tvott-contact-alert.error{background:rgba(160,20,20,.35);border-color:rgba(255,140,140,.25)}
@media (max-width:820px){.tvott-grid{grid-template-columns:1fr}}