/* LUNA — спільна модалка заявки «Отримати ціну».
   Самодостатні стилі (не залежать від змінних сторінки). */
.cmod-overlay{position:fixed;inset:0;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);
  z-index:2000;display:none;align-items:center;justify-content:center;padding:1.5rem}
.cmod-overlay.open{display:flex}
.cmod{background:#fff;border:1px solid #e8e6e0;max-width:480px;width:100%;
  box-shadow:0 8px 40px rgba(0,0,0,.12);position:relative;font-family:'Manrope',system-ui,sans-serif}
.cmod-close{position:absolute;top:0;right:0;width:34px;height:34px;background:#f5f5f5;border:none;
  cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;
  transition:background .2s,color .2s;font-family:inherit}
.cmod-close:hover{background:#101010;color:#fff}
.cmod-head{padding:2rem 2rem 1.25rem;border-bottom:1px solid #e8e6e0}
.cmod-title{font-size:1.2rem;font-weight:800;letter-spacing:-.02em;color:#101010;margin-bottom:.3rem}
.cmod-sub{font-size:12px;color:#77746c;font-weight:400}
.cmod-body{padding:1.5rem 2rem 2rem}
.cmod-field{margin-bottom:1rem}
.cmod-lbl{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#77746c;
  display:block;margin-bottom:.4rem}
.cmod-inp{width:100%;border:1px solid #e8e6e0;padding:.7rem 1rem;font-family:inherit;font-size:13px;
  color:#101010;outline:none;transition:border-color .2s;background:#fff}
.cmod-inp:focus{border-color:#101010}
.cmod-inp::placeholder{color:#bbb}
textarea.cmod-inp{resize:vertical;min-height:76px}
.cmod-note{font-size:11px;color:#77746c;margin-bottom:1.25rem;line-height:1.5}
.cmod-note span{color:#101010;font-weight:600}
.cmod-note:empty{display:none}
.cmod-send{width:100%;background:#101010;color:#fff;border:none;padding:.9rem;font-family:inherit;
  font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s}
.cmod-send:hover{background:#F5C800;color:#101010}
.cmod-send:disabled{background:#999;cursor:not-allowed}
.cmod-ok{display:none;padding:2.5rem 2rem;text-align:center}
.cmod-ok-icon{width:52px;height:52px;margin:0 auto .9rem;border-radius:50%;background:#F5C800;color:#101010;
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}
.cmod-ok-title{font-size:1.05rem;font-weight:800;color:#101010;margin-bottom:.4rem}
.cmod-ok-txt{font-size:13px;color:#77746c;font-weight:400}
