/* PVC Teklif Formu */
.pvc-quote-wrap{max-width:980px;margin:30px auto;padding:28px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.06);font-family:inherit;color:#17202a}
.pvc-quote-head{display:flex;justify-content:space-between;gap:25px;align-items:flex-start;padding-bottom:22px;border-bottom:1px solid #e5e7eb}
.pvc-kicker{font-size:12px;font-weight:700;letter-spacing:1.5px;opacity:.65}
.pvc-quote-head h2{margin:5px 0 4px;font-size:28px}
.pvc-quote-head p{margin:0;color:#667085}
.pvc-currency{min-width:170px}
.pvc-section{padding:24px 0;border-bottom:1px solid #edf0f2}
.pvc-section-title{font-size:16px;font-weight:700;margin-bottom:15px}
.pvc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.pvc-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.pvc-field label{display:block;font-size:13px;font-weight:600;margin-bottom:7px}
.pvc-field select,.pvc-field input{width:100%;box-sizing:border-box;border:1px solid #cfd5dc;border-radius:8px;padding:11px 12px;background:#fff;font-size:14px}
.pvc-field select:focus,.pvc-field input:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 2px rgba(34,113,177,.12)}
.pvc-result{margin-top:24px;padding:22px;background:#f7f8fa;border-radius:12px}
.pvc-result-title{font-size:18px;font-weight:700;margin-bottom:14px}
.pvc-lines>div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e6e8eb}
.pvc-lines span{color:#667085}
.pvc-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:15px;border-top:2px solid #1f2937;font-size:18px}
.pvc-total strong{font-size:25px}
.pvc-note{font-size:12px;color:#667085;margin-top:14px}
@media(max-width:700px){.pvc-quote-wrap{margin:15px;padding:18px}.pvc-quote-head{display:block}.pvc-currency{margin-top:18px}.pvc-grid,.pvc-grid-3{grid-template-columns:1fr}.pvc-total{display:block}.pvc-total strong{display:block;margin-top:6px}}

.pvc-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;flex-wrap:wrap}
.pvc-btn{border:0;border-radius:8px;padding:11px 18px;font-size:14px;font-weight:700;cursor:pointer}
.pvc-btn-primary{background:#1f2937;color:#fff}
.pvc-btn-secondary{background:#e9edf1;color:#17202a}
.pvc-btn:hover{opacity:.9}
.pvc-disclaimer{font-size:12px;font-weight:600;margin-top:8px;color:#8a5a00}
