@charset "UTF-8";
:root {
 color-scheme: dark;
 --bg: #000;
 --panel: #0c0c0c;
 --field: #000;
 --text: #f5f5f5;
 --text-soft: #d6d6d6;
 --muted: #9a9a9a;
 --line: rgba(255, 255, 255, .14);
 --line-strong: rgba(255, 255, 255, .42);
 --error: #ff8f86;
 font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .6; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }

.page { max-width: 1120px; margin: 0 auto; padding: 0 40px; }

.header { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.wordmark { font-weight: 800; font-size: 15px; letter-spacing: .09em; }
.place { font-size: 14px; color: var(--muted); }

main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; padding: 64px 0 72px; }
h1 { font-size: clamp(36px, 3.4vw, 46px); font-weight: 600; line-height: 1.06; letter-spacing: -.03em; margin: 0 0 26px; }
.lead { font-size: 19px; line-height: 1.5; color: var(--text-soft); max-width: 26em; margin: 0 0 18px; }
.intro-copy { font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 30em; margin: 0; }

.form-card { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 32px; }
h2 { font-size: 26px; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; margin: 0; }
.card-description { font-size: 15px; color: var(--muted); margin: 8px 0 26px; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend, .field > label { font-size: 14px; font-weight: 600; display: block; margin-bottom: 8px; }
.kind-options { display: flex; gap: 8px; margin-bottom: 22px; }
.kind-options label { flex: 1; position: relative; }
.kind-options input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.kind-options span { display: flex; justify-content: center; align-items: center; padding: 11px 8px; font-size: 14px; color: var(--text-soft); border: 1px solid var(--line); border-radius: 10px; transition: background .15s, border-color .15s, color .15s; }
.kind-options label:hover span { border-color: var(--line-strong); }
.kind-options input:checked + span { border-color: #fff; background: #fff; color: #000; font-weight: 600; }
.kind-options input:focus-visible + span { outline: 2px solid #fff; outline-offset: 3px; }
textarea, input:not([type=radio]) { background: var(--field); color: var(--text); border: 1px solid var(--line); border-radius: 10px; width: 100%; padding: 12px 14px; font-size: 15px; outline: none; transition: border-color .15s; }
textarea { resize: vertical; min-height: 150px; line-height: 1.6; }
textarea:hover, input:not([type=radio]):hover { border-color: var(--line-strong); }
textarea:focus, input:not([type=radio]):focus { border-color: #fff; }
::placeholder { color: #6f6f6f; opacity: 1; }
.required { color: var(--muted); font-weight: 400; }
.field-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; color: var(--muted); margin: 6px 0 22px; }
.optional-heading { display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.optional-heading span { color: var(--muted); font-size: 13px; font-weight: 400; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-row label { font-size: 13px; font-weight: 400; color: var(--muted); margin-bottom: 6px; }
.submit { display: block; width: 100%; margin-top: 24px; background: #fff; color: #000; border: 0; border-radius: 10px; padding: 14px 18px; font-size: 15px; font-weight: 600; transition: background .15s; }
.submit:hover:not(:disabled) { background: #e2e2e2; }
.submit:focus-visible, .text-button:focus-visible, a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.status { font-size: 13px; color: var(--muted); margin: 12px 0 0; min-height: 20px; }
.status.error, .alert { color: var(--error); }
.status.error { background: rgba(255, 90, 70, .1); padding: 10px 12px; border-radius: 8px; }
.privacy { border-top: 1px solid var(--line); padding-top: 16px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.text-button { background: none; color: var(--text); border: 0; padding: 8px 0; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }

.success-view { text-align: center; padding: 48px 8px; outline: none; }
.success-icon { display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; border: 1px solid var(--line-strong); font-size: 28px; width: 64px; height: 64px; }
.success-view h2 { font-size: 32px; margin: 0 0 14px; }
.success-view p { font-size: 15px; line-height: 1.6; color: var(--text-soft); max-width: 28em; margin: 0 auto; }
.receipt { display: block; font-size: 13px; color: var(--muted); margin-top: 10px; }
.success-view .submit { max-width: 320px; margin: 28px auto 0; }
.success-view .status { font-size: 13px; }

footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; border-top: 1px solid var(--line); padding: 24px 0 32px; font-size: 13px; color: var(--muted); }

@media (max-width: 1000px) {
 .page { padding: 0 28px; }
 main { gap: 40px; }
 h1 { font-size: clamp(34px, 4.6vw, 44px); }
 .form-card { padding: 26px; }
}
@media (max-width: 760px) {
 .page { max-width: 620px; padding: 0 20px; }
 .header { padding: 20px 0; }
 main { display: flex; flex-direction: column; gap: 28px; align-items: stretch; padding: 40px 0 44px; }
 h1 { font-size: clamp(32px, 9vw, 40px); margin-bottom: 16px; }
 .lead { font-size: 17px; margin: 0; }
 .intro-copy { display: none; }
 .form-card { padding: 24px 20px; border-radius: 18px; }
 h2 { font-size: 24px; }
 footer { flex-direction: column; }
 .success-view { padding: 36px 0; }
 .success-view h2 { font-size: 28px; }
}
@media (max-width: 380px) {
 .place { display: none; }
 .contact-row { grid-template-columns: 1fr; }
 .kind-options span { font-size: 13px; padding: 10px 4px; }
 .page { padding: 0 16px; }
}
@media (prefers-reduced-motion: reduce) {
 * { transition: none !important; }
}
