.suntech-contact-wrap{background:rgba(10,10,26,.35);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px}
.suntech-contact-wrap label{display:block;margin:10px 0 6px;color:#CFE8FF}
.suntech-contact-wrap input[type="text"],
.suntech-contact-wrap input[type="email"],
.suntech-contact-wrap select,
.suntech-contact-wrap textarea{width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0F1220;color:#E6F3FF}
.suntech-contact-wrap textarea{min-height:120px;resize:vertical}
.suntech-contact-wrap button{background:#00E5FF;color:#00121a;border:0;border-radius:999px;padding:10px 18px;font-weight:700;cursor:pointer}
.suntech-contact-wrap button:disabled{opacity:.6;cursor:not-allowed}
.suntech-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width: 768px){.suntech-form-row{grid-template-columns:1fr}}
.suntech-form-msg{margin-top:10px;font-weight:600}
.suntech-form-msg.ok{color:#29ffc6}.suntech-form-msg.err{color:#ff6b6b}
/* hide honeypot */
.suntech-hp{position:absolute;left:-5000px;opacity:0;height:0;width:0;overflow:hidden}
/* spacing for recaptcha v2 */
.suntech-recaptcha{margin-top:10px}
