:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #172033; background: #f2f5fb; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
.page-shell { min-height: 100vh; display: grid; place-items: center; padding: 32px 16px; }
.form-card { width: min(100%, 680px); background: #fff; border: 1px solid #dfe5ef; border-radius: 20px; padding: clamp(24px, 5vw, 48px); box-shadow: 0 18px 55px rgba(21, 35, 62, .1); }
.form-header { margin-bottom: 28px; }
.brand-logo { max-width: 160px; max-height: 64px; object-fit: contain; margin-bottom: 18px; }
.eyebrow { color: #5c6880; font-size: .86rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
h1 { margin: 8px 0; font-size: clamp(1.8rem, 5vw, 2.65rem); line-height: 1.1; }
.intro { color: #5c6880; line-height: 1.65; }
.fields { display: grid; gap: 20px; }
.field, fieldset { display: grid; gap: 8px; border: 0; padding: 0; margin: 0; font-weight: 650; }
input, textarea, button { font: inherit; }
input[type="text"], input[type="email"], input[type="tel"], textarea, .field input { width: 100%; border: 1px solid #c8d1df; border-radius: 10px; padding: 12px 14px; background: #fff; color: #172033; }
textarea { min-height: 110px; resize: vertical; }
input:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #6d5dfc; outline-offset: 2px; }
legend { margin-bottom: 10px; }
.choice { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; font-weight: 500; }
.choice input, .consent-row input { width: 18px; height: 18px; flex: 0 0 auto; }
.consent-row { display: flex; align-items: flex-start; gap: 11px; margin-top: 26px; line-height: 1.45; }
.privacy-link { display: inline-block; margin: 10px 0 20px 29px; color: #5141d8; }
button { width: 100%; border: 0; border-radius: 11px; padding: 14px 18px; margin-top: 24px; background: #5848e8; color: white; font-weight: 750; text-transform: capitalize; cursor: pointer; }
button:hover { background: #4436c7; }
button:disabled { cursor: wait; opacity: .65; }
.status { min-height: 24px; margin-bottom: 14px; color: #5c6880; }
.status.error { color: #a7182d; }
.success { text-align: center; padding: 24px 0; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 520px) { .page-shell { padding: 0; } .form-card { min-height: 100vh; border: 0; border-radius: 0; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
