/* B"H
Boruch Hashem
Blessed is He
The Awtsmoos clothes a private signal in clear fields, quiet light, and honest feedback.
*/
:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #070b12; color: #f5f8fd; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; background: radial-gradient(circle at 18% 10%, rgba(82, 124, 190, .14), transparent 30%), #070b12; }
.contact-shell { width: min(820px, calc(100% - 28px)); margin: 0 auto; padding: clamp(22px, 5vw, 68px) 0; }
.back-link { display: inline-flex; margin-bottom: 18px; color: #91a0b7; text-decoration: none; }
.contact-card { padding: clamp(20px, 4vw, 38px); border: 1px solid rgba(183, 207, 241, .14); border-radius: 26px; background: rgba(12, 18, 29, .86); box-shadow: 0 35px 100px rgba(0, 0, 0, .38); backdrop-filter: blur(20px); }
.contact-card header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.signal-orb { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(113, 218, 255, .32); border-radius: 50%; background: radial-gradient(circle, rgba(85, 174, 255, .24), rgba(13, 22, 42, .94)); font-size: 1.5rem; box-shadow: 0 0 28px rgba(83, 171, 255, .18); }
header p { margin: 0 0 5px; color: #7fcfff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 14ch; margin: 0; font-size: clamp(1.9rem, 5vw, 3.8rem); line-height: .98; letter-spacing: -.045em; }
form, label { display: grid; gap: 8px; }
form { gap: 17px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { color: #a9b5c7; font-size: .78rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid rgba(183, 207, 241, .13); border-radius: 13px; outline: none; background: rgba(255, 255, 255, .035); color: #f8fbff; padding: 12px 13px; font: inherit; }
textarea { min-height: 160px; resize: vertical; line-height: 1.55; }
input:focus, select:focus, textarea:focus { border-color: rgba(124, 190, 255, .58); box-shadow: 0 0 0 3px rgba(90, 151, 221, .1); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.form-actions p { margin: 0; color: #758298; font-size: .78rem; }
.form-actions p[data-state="success"] { color: #7bd5a9; }
.form-actions p[data-state="error"] { color: #efa0a0; }
button { display: inline-flex; align-items: center; gap: 20px; min-height: 46px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 13px; background: #eef4ff; color: #091321; font-weight: 800; cursor: pointer; }
button:disabled { opacity: .55; cursor: progress; }
.honey { position: absolute; left: -10000px; }
@media (max-width: 580px) { .field-grid { grid-template-columns: 1fr; } .form-actions { align-items: stretch; flex-direction: column; } button { justify-content: space-between; } }
