:root { --order-red: #e74c3c; --order-ink: #1e293b; --order-muted: #64748b; --order-line: #dce3ea; }
* { box-sizing: border-box; }
.order-page { min-height: 100vh; margin: 0; color: var(--order-ink); background: #edf1f5; font-family: Arial, sans-serif; }
.order-shell { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(460px, 1.15fr); min-height: 100vh; max-width: 1280px; margin: auto; background: #fff; box-shadow: 0 18px 60px rgba(15, 23, 42, .13); }
.order-hero { display: flex; flex-direction: column; padding: 54px clamp(28px, 5vw, 78px); color: #fff; background: linear-gradient(145deg, #dc3e31, #a92027); }
.order-brand { display: inline-flex; width: max-content; margin-bottom: auto; }.order-brand img { width: 170px; max-width: 100%; height: auto; filter: brightness(0) invert(1); }
.order-kicker { display: block; margin-bottom: 12px; color: inherit; font-size: 11px; font-weight: 700; letter-spacing: .14em; opacity: .82; }
.order-hero h1 { margin: 0 0 16px; color: #fff; font-size: clamp(30px, 4vw, 46px); line-height: 1.14; }.order-hero p { max-width: 510px; margin: 0; font-size: 16px; line-height: 1.7; opacity: .92; }
.order-benefits { margin: 34px 0; padding: 0; list-style: none; }.order-benefits li { margin: 13px 0; font-size: 14px; }.order-benefits i { margin-right: 9px; color: #ffe0db; }
.order-back { display: inline-flex; align-items: center; gap: 8px; width: max-content; color: inherit; font-size: 14px; text-decoration: none; }.order-hero .order-back { margin-top: auto; color: #fff; opacity: .9; }.order-back:hover { color: inherit; opacity: .75; }
.order-form-panel { padding: clamp(28px, 5vw, 64px); background: #fff; }.order-form-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }.order-step { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--order-red); font-size: 20px; font-weight: 700; }.order-form-heading h2 { margin: 0 0 4px; font-size: 25px; }.order-form-heading p { margin: 0; color: var(--order-muted); font-size: 14px; }
.order-fieldset { margin: 0 0 25px; padding: 0; border: 0; }.order-fieldset legend { width: 100%; margin: 0 0 18px; padding-bottom: 10px; border-bottom: 1px solid var(--order-line); color: #344054; font-size: 14px; font-weight: 700; }.order-fieldset legend i { margin-right: 8px; color: var(--order-red); }.order-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.order-field { margin-bottom: 18px; }.order-field label, .verification-card label { display: block; margin-bottom: 8px; color: #344054; font-size: 13px; font-weight: 700; }.order-field label span { color: var(--order-red); }
.order-field input, .order-field select, .order-field textarea, .verification-card input { width: 100%; border: 1px solid #cbd5e1; border-radius: 8px; outline: 0; background: #fff; padding: 12px 13px; color: var(--order-ink); font: inherit; transition: border-color .15s, box-shadow .15s; }.order-field textarea { resize: vertical; min-height: 105px; }.order-field input:focus, .order-field select:focus, .order-field textarea:focus, .verification-card input:focus { border-color: var(--order-red); box-shadow: 0 0 0 3px rgba(231, 76, 60, .13); }.order-help { display: block; margin-top: 7px; font-size: 12px; }.order-help-warning { color: #a16207; }
.order-notice { display: flex; gap: 10px; margin: 2px 0 20px; padding: 12px 14px; border-radius: 8px; color: #475569; background: #f8fafc; font-size: 13px; line-height: 1.55; }.order-notice i { margin-top: 3px; color: var(--order-red); }.order-submit { width: 100%; border: 0; border-radius: 8px; padding: 14px 18px; color: #fff; background: var(--order-red); font-size: 15px; font-weight: 700; cursor: pointer; transition: filter .15s, transform .15s; }.order-submit:hover:not(:disabled) { filter: brightness(.94); transform: translateY(-1px); }.order-submit:disabled { cursor: not-allowed; opacity: .6; }.order-submit i { margin-right: 8px; }
.verification-shell { display: grid; min-height: 100vh; place-items: center; padding: 28px; background: linear-gradient(145deg, #edf1f5, #fff); }.verification-shell > .order-brand { position: absolute; top: 28px; left: 28px; }.verification-shell > .order-brand img { width: 160px; filter: none; }.verification-card { width: min(100%, 450px); padding: 42px; border-radius: 16px; text-align: center; background: #fff; box-shadow: 0 16px 46px rgba(15, 23, 42, .13); }.verification-icon { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: var(--order-red); background: #fee9e6; font-size: 28px; }.verification-card .order-kicker { color: var(--order-red); opacity: 1; }.verification-card h1 { margin: 0 0 12px; font-size: 27px; }.verification-card p { margin: 0 0 26px; color: var(--order-muted); line-height: 1.6; }.verification-card input { margin-bottom: 18px; text-align: center; font-size: 28px; font-weight: 700; letter-spacing: .4em; }.verification-card .order-back { margin-top: 22px; color: var(--order-muted); }
@media (max-width: 860px) { .order-shell { grid-template-columns: 1fr; max-width: 660px; }.order-hero { min-height: 370px; }.order-brand { margin-bottom: 52px; }.order-hero .order-back { margin-top: auto; } }
@media (max-width: 540px) { .order-shell { display: block; }.order-hero, .order-form-panel { padding: 30px 22px; }.order-hero { min-height: auto; }.order-grid { grid-template-columns: 1fr; gap: 0; }.order-hero h1 { font-size: 32px; }.verification-card { padding: 32px 22px; }.verification-shell > .order-brand { position: static; margin: 0 0 25px; }.verification-shell { display: flex; flex-direction: column; justify-content: center; } }
