/* ============================================================
   Global Teklif Modalı — her temalı sayfada kullanılır
   ============================================================ */
.quote-modal { display: none; position: fixed; z-index: 100000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(10,15,28,0.55); overflow-y: auto; }
.quote-modal.open { display: block; }
.quote-modal-dialog { background-color: #fff; margin: 60px auto 40px; border-radius: 16px; width: 90%; max-width: 520px; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.25); overflow: hidden; animation: qmIn .25s ease; }
@keyframes qmIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.quote-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid #e9ecef; }
.quote-modal-header-left { display: flex; align-items: center; gap: 12px; }
.quote-modal-icon { width: 36px; height: 36px; background: var(--sp-blue-50, #EEF4FF); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.quote-modal-icon svg { width: 20px; height: 20px; color: var(--sp-blue, #0066ff); }
.quote-modal-header h3 { color: #111; font-size: 18px; font-weight: 700; margin: 0; }
.quote-modal-close { width: 32px; height: 32px; border-radius: 8px; border: 1px solid #dee2e6; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #666; font-size: 18px; line-height: 1; transition: all 0.2s; padding: 0; }
.quote-modal-close:hover { background: #f8f9fa; color: #111; }
.quote-modal-body { padding: 24px; }
.quote-modal-subtitle { color: #6c757d; font-size: 14px; margin-bottom: 16px; }
.quote-service-box { background: #f8f9fa; border: 1px solid #eef0f3; border-radius: 10px; padding: 14px 16px; margin-bottom: 20px; }
.quote-service-box span { display: block; color: #6c757d; font-size: 12px; margin-bottom: 4px; }
.quote-service-box strong { color: #111; font-size: 15px; font-weight: 700; }
.qf-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.qf-label label { color: #111; font-size: 14px; font-weight: 600; margin: 0; }
.qf-label .qf-hint { color: #3B82F6; font-size: 13px; font-weight: 600; }
.qf-group { margin-bottom: 16px; }
.qf-select-wrap { position: relative; }
.qf-select-wrap select { width: 100%; padding: 12px 40px 12px 14px; border: 1.5px solid #dee2e6; border-radius: 10px; font-size: 15px; color: #111; background: #fff; appearance: none; -webkit-appearance: none; cursor: pointer; transition: border-color 0.2s; }
.qf-select-wrap select:focus { outline: none; border-color: var(--sp-blue, #0066ff); }
.qf-select-wrap::after { content: ''; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid var(--sp-blue, #0066ff); pointer-events: none; }
.qf-input, .qf-textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #dee2e6; border-radius: 10px; font-size: 15px; color: #111; background: #fff; transition: border-color 0.2s; font-family: inherit; }
.qf-input:focus, .qf-textarea:focus { outline: none; border-color: var(--sp-blue, #0066ff); }
.qf-submit { background: var(--sp-blue, #0066ff); color: #fff; border: none; border-radius: 10px; padding: 14px; font-size: 16px; font-weight: 700; cursor: pointer; width: 100%; margin-top: 8px; transition: background 0.2s; }
.qf-submit:hover { background: #0052CC; }
.qf-submit:disabled { background: #9CA3AF; cursor: not-allowed; }
.qf-alert { padding: 12px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.qf-alert-success { background: #D1FAE5; color: #065F46; border: 1px solid #A7F3D0; }
.qf-alert-danger { background: #FEE2E2; color: #991B1B; border: 1px solid #FECACA; }
