:root { --navy:#122c46; --red:#d7193f; --muted:#667789; --line:#dbe3ea; }
* { box-sizing:border-box; }
body { min-height:100vh; margin:0; color:var(--navy); background:#fff; font-family:Inter,Arial,sans-serif; overflow-x:hidden; }
.contact-shell { width:min(1200px,100%); margin:auto; }
h1 { margin:0; font-size:36px; line-height:1.05; letter-spacing:-.04em; }
.contact-form { display:grid; gap:12px; padding:4px; }
.contact-form label { display:block; font-size:13px; font-weight:700; line-height:1.2; }
.contact-form label > span:not(.captcha-row) { color:var(--red); }
.contact-fields-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.contact-message-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; align-items:start; }
input,select,textarea,button { font:inherit; }
input,select,textarea { width:100%; margin-top:6px; border:1px solid #c7d3dd; border-radius:8px; padding:9px 10px; color:var(--navy); background:#fff; outline:none; }
input,select { height:40px; }
textarea { min-height:96px; resize:vertical; }
input:focus,select:focus,textarea:focus { border-color:#2874a6; box-shadow:0 0 0 3px rgba(40,116,166,.13); }
button,.sent-card a { min-height:42px; display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:8px; color:#fff; background:var(--red); font-weight:800; text-decoration:none; cursor:pointer; }
button:hover,.sent-card a:hover { background:#b91334; }
.alert { padding:13px 15px; border-left:4px solid var(--red); color:#8e2132; background:#fff1f3; }
.privacy { margin:-8px 0 0; color:var(--muted); font-size:12px; text-align:center; }
.website-field { position:absolute; left:-10000px; }
.captcha-row { display:flex; align-items:center; gap:8px; margin-top:6px; }
.captcha-row img { width:180px; max-width:75%; height:52px; border:1px solid var(--line); border-radius:8px; }
.captcha-refresh { width:34px; min-height:34px; padding:0; border-radius:50%; color:var(--navy); background:#e8eef2; font-size:21px; line-height:1; }
.captcha-refresh:hover { background:#dbe5eb; }
[hidden] { display:none !important; }
.sent-card { width:min(560px,100%); margin:8vh auto; padding:32px 20px; text-align:center; }
.sent-card h1 { font-size:36px; }
.sent-card p { margin:18px 0 28px; color:var(--muted); line-height:1.6; }
.sent-card a { padding:0 24px; }
.sent-tick { width:58px; height:58px; display:grid; place-items:center; margin:0 auto 22px; border-radius:50%; color:#fff; background:#228354; font-size:30px; }
@media (max-width:480px) { .contact-fields-row,.contact-message-row{grid-template-columns:1fr}.sent-card{margin:0;min-height:100vh;padding:40px 20px} }
