
.product-order-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(10,15,25,.72);backdrop-filter:blur(6px);z-index:1200}
.product-order-modal.is-open{display:flex}
.product-order-dialog{width:min(100%,620px);background:linear-gradient(135deg,#2f3947 0%,#414243 56%,#69431b 100%);border-radius:28px;position:relative;box-shadow:0 38px 90px rgba(0,0,0,.44);padding:24px 28px 30px;max-height:min(100vh - 48px, 760px);overflow:auto;border:1px solid rgba(255,255,255,.14)}
.product-order-close{position:absolute;top:16px;right:16px;width:42px;height:42px;border:none;border-radius:14px;background:rgba(255,255,255,.14);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.product-order-close:hover{background:rgba(255,255,255,.22)}
.product-order-title{margin:0 52px 8px 0;font-size:34px;line-height:1.05;color:#fff;font-weight:800}
.product-order-subtitle{margin:0 0 18px;color:rgba(255,255,255,.82);font-size:16px;line-height:1.45}
.product-order-form{display:grid;gap:14px}
.product-order-field,.product-order-textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(83,90,101,.82);color:#fff;padding:18px 16px;font-size:18px;border-radius:16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}
.product-order-field::placeholder,.product-order-textarea::placeholder{color:#d8dee7}
.product-order-field:focus,.product-order-textarea:focus{border-color:#ef8c00;box-shadow:0 0 0 3px rgba(239,140,0,.18)}
.product-order-textarea{min-height:124px;resize:vertical}
.product-order-policy{display:flex;align-items:flex-start;gap:10px;color:#fff;font-size:14px;line-height:1.35}
.product-order-policy input{margin-top:2px;width:18px;height:18px;accent-color:#ef8c00}
.product-order-policy a{color:#fff;text-decoration:underline}
.product-order-submit{border:none;background:#e57e00;color:#fff;padding:18px 20px;font-size:20px;font-weight:800;border-radius:18px;cursor:pointer;transition:background .2s ease,transform .2s ease}
.product-order-submit:hover{background:#cf7100}
.product-order-submit:active{transform:translateY(1px)}
.product-order-note{min-height:20px;font-size:14px;line-height:1.4;color:#ffe3d8}
body.modal-open{overflow:hidden}
@media (max-width:640px){.product-order-modal{padding:14px}.product-order-dialog{width:100%;padding:22px 18px 24px;border-radius:22px}.product-order-title{font-size:28px}.product-order-subtitle{font-size:15px}.product-order-field,.product-order-textarea,.product-order-submit{font-size:17px}}
