.offer-request-page{background:#f5f7fa;justify-content:center;padding:80px 20px;display:flex}.offer-request-card{background:#fff;border-radius:16px;flex-direction:column;gap:24px;width:100%;max-width:640px;padding:40px;display:flex;box-shadow:0 12px 32px #0f172a14}.offer-request-card .requestForm{margin-top:8px}.offer-request-card .section-of-rows{flex-direction:column;gap:16px;padding:0 16px 16px;display:flex}.offer-request-card .requestField{flex-direction:column;gap:6px;display:flex}.offer-request-card .requestLabel{color:#1e293b;font-size:14px;font-weight:600}.offer-request-card .requestInput{color:#0f172a;background:#f8fbff;border:1px solid #d5deeb;border-radius:12px;width:100%;margin:0;padding:14px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s,background .2s}.offer-request-card .requestInput::placeholder{color:#94a3b8}.offer-request-card .requestInput:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1f}.offer-request-card .requestInput.luxury{background:#f5f7fb}.offer-request-card .requestInput:disabled{cursor:not-allowed;color:#94a3b8;background:#edf2fb}.offer-request-card .error{color:#dc2626;margin:4px 0 0;font-size:14px}.offer-request-heading{flex-direction:column;gap:8px;display:flex}.offer-request-tag{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-size:12px;font-weight:600}.offer-request-heading h1{color:#0f172a;margin:0;font-size:28px;line-height:1.2}.offer-request-price{color:#0f172a;font-size:18px;font-weight:600}.offer-request-address{color:#475569;font-size:16px}.offer-request-subtext{color:#475569;font-size:15px;line-height:1.6}.offer-request-footer{color:#475569;flex-direction:column;gap:12px;font-size:14px;display:flex}.offer-request-back{color:#2563eb;font-weight:600;text-decoration:none}.offer-request-back:hover{text-decoration:underline}.offer-request-card .requestSubmitButton{letter-spacing:.02em;color:#fff;background:#1451c6;border-radius:12px;width:100%;padding:16px 20px;font-size:16px;font-weight:600;transition:background .2s,transform .1s}.offer-request-card .requestSubmitButton:hover{background:#0f3fa0}.offer-request-card .requestSubmitButton:active{transform:translateY(1px)}.offer-request-card .requestSubmitButton.disabled,.offer-request-card .requestSubmitButton:disabled{cursor:not-allowed;background:#9db6ec;transform:none}@media (max-width:640px){.offer-request-card{padding:24px}.offer-request-heading h1{font-size:24px}}
