:root { color-scheme: light; font-family: "Times New Roman", Times, serif; color: #171117; background: white; font-size: 18px; }
* { box-sizing: border-box; }
body { margin: 0; padding: 24px 18px; }
header, main, footer { max-width: 660px; margin: auto; }
header, footer { text-align: center; }
.welcome { margin: 0 0 5px; font-size: 18px; }
h1 { color: #ef350c; font-family: Georgia, serif; font-weight: 900; font-size: clamp(42px, 9vw, 72px); letter-spacing: -2px; line-height: 1.15; margin: 0 0 15px; text-shadow: 2px 2px #ffd800, 4px 4px #178b16, 6px 6px #192118; }
.city { margin: 10px 0 21px; }
.divider { height: 7px; background: linear-gradient(90deg, #111 0 11%, #d62c16 11% 14%, #111 14% 16%, #d62c16 16% 18%, #111 18% 82%, #d62c16 82% 84%, #111 84% 86%, #d62c16 86% 89%, #111 89%); }
.announcement { font-size: 16px; line-height: 1.5; margin: 19px 0 23px; }
.announcement b { background: #ffed00; padding: 3px 6px; margin-right: 5px; }
.models { display: flex; justify-content: center; gap: 20px; margin: 0 0 25px; }
button, select, input { font: 16px Arial, sans-serif; }
button { min-height: 46px; cursor: pointer; border: 3px outset #ddd; background: #e5e5e5; padding: 10px 16px; color: #171117; }
button:active { border-style: inset; }
.models button { min-width: 145px; color: #fff600; font-weight: bold; font-size: 20px; background: linear-gradient(#bd31ff, #7c00d9); border: 6px outset #a420ed; border-radius: 12px; text-shadow: 1px 2px #52005d; box-shadow: 3px 4px #4d087d; }
.models button[aria-pressed="false"] { background: #eee; border-color: #ddd; color: #4d087d; text-shadow: none; box-shadow: 3px 4px #aaa; }
fieldset { border: 2px groove #b9b9b9; background: #f5f5f5; padding: 20px; margin: 0; min-width: 0; }
legend { font-weight: bold; font-size: 23px; padding: 0 8px; }
.fields { display: grid; grid-template-columns: 1fr; gap: 8px; }
label { display: block; margin-top: 12px; }
label:first-child { margin-top: 0; }
label span, .small { font-size: 14px; line-height: 1.45; }
select, input:not([type="checkbox"]) { width: 100%; min-height: 46px; min-width: 0; border: 2px inset #bbb; border-radius: 0; padding: 10px 9px; background: white; color: #111; }
.source { margin: 18px 0 0; font-size: 14px; }
a { color: #0000be; text-underline-offset: 2px; }
a:visited { color: #650091; }
:focus-visible { outline: 3px solid #003be7; outline-offset: 4px; }
.summary { border: 1px dashed #888; margin: 20px 0; padding: 15px 18px; background: #ffffe5; }
h2 { font-size: 23px; margin: 0 0 12px; }
p { line-height: 1.45; }
.summary p { margin: 8px 0 0; }
#selection, #contact-selection, #success-selection { font-weight: bold; line-height: 1.6; overflow-wrap: anywhere; }
.primary { display: block; width: 100%; background: #e5e5e5; font-weight: bold; font-size: 19px; min-height: 54px; }
.centered { text-align: center; }
#contact-step, #success { border: 2px groove #bbb; background: #f5f5f5; padding: 22px; }
#order > input { margin: 8px 0 16px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0 20px; }
.consent input { flex: 0 0 auto; width: 22px; height: 22px; margin: 0; }
.consent span { font-size: 16px; }
.back { margin-top: 14px; width: 100%; border: 0; background: transparent; text-decoration: underline; color: #0000be; }
#form-error, #availability { color: #9d1717; font-size: 16px; }
button:disabled { opacity: .55; cursor: wait; }
footer { margin: 30px auto 12px; }
footer p { margin: 14px 0; }
.badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.badges span { font: bold 12px monospace; letter-spacing: .4px; border: 2px outset #bbb; padding: 5px 8px; color: #fff; background: #38326c; }
.badges span:last-child { background: #111; color: #d5ff5c; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
[hidden] { display: none !important; }
@media (max-width: 400px) { body { padding: 18px 12px; } fieldset, #contact-step, #success { padding: 16px 12px; } .models { gap: 14px; } .models button { min-width: 0; flex: 1; padding: 9px; } legend { font-size: 21px; } .announcement span { display: block; margin-top: 8px; } }
