.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.contact-card{border:1px solid #d5e1ef;border-radius:.8rem;background:#f7fbff;padding:.8rem;display:grid;gap:.45rem}.contact-card h3{color:#18314a}.contact-card a{color:#1d486d;font-weight:800}.contact-form{display:grid;gap:.8rem}.contact-form-field{display:grid;gap:.35rem}.contact-form-field label{font-weight:800;color:#17334c;font-size:.88rem}.contact-form-field input,.contact-form-field textarea{width:100%;border:1px solid #c8d8e8;border-radius:.72rem;background:#f8fbff;color:#193450;font:inherit;padding:.62rem .72rem}.contact-form-field textarea{min-height:160px;resize:vertical}.contact-form-field input:focus,.contact-form-field textarea:focus{outline:2px solid rgba(34,118,159,.26);outline-offset:1px;border-color:#99bddb}.contact-submit{min-height:40px;width:-moz-fit-content;width:fit-content;border:1px solid #b7cde3;border-radius:999px;background:linear-gradient(180deg,#eaf2fc,#deebfa);color:#173754;font:inherit;font-weight:800;padding:0 1rem;cursor:pointer}.contact-submit:hover{border-color:#93b1cf;background:linear-gradient(180deg,#e1ecf9,#d3e3f7)}.contact-status{border-radius:.72rem;border:1px solid #c8d8e8;background:#f6fbff;padding:.66rem .75rem;font-weight:700}.contact-status-ok{border-color:#b9d7b8;background:#edf9ed;color:#2b5c2c}.contact-status-error{border-color:#e4c0b8;background:#fff1ef;color:#6a2b22}.contact-honeypot{display:none}