/* DOKA Davetiye Sipariş v2 */
.doka-inv-wrap{max-width:900px;margin:30px auto;color:#1f2937}
.doka-inv-hero,.doka-inv-form section{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;margin-bottom:16px}
.doka-inv-hero h2,.doka-inv-form h3{margin-top:0}
.doka-inv-hero p{color:#6b7280;line-height:1.65;margin-bottom:0}
.doka-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.doka-grid .full{grid-column:1/-1}
.doka-inv-form label{display:block;font-weight:700;margin-bottom:7px}
.doka-inv-form label span{color:#b91c1c}
.doka-inv-form input[type=text],
.doka-inv-form input[type=number],
.doka-inv-form input[type=date],
.doka-inv-form input[type=time],
.doka-inv-form input[type=url],
.doka-inv-form input[type=email],
.doka-inv-form input[type=tel],
.doka-inv-form input[type=file],
.doka-inv-form select,
.doka-inv-form textarea{width:100%;border:1px solid #d1d5db;border-radius:11px;padding:11px 12px;background:#fff;box-sizing:border-box}
.doka-inv-form textarea{min-height:100px;resize:vertical}
.doka-inv-form small{color:#6b7280}
.doka-inv-form h4{border-top:1px solid #e5e7eb;padding-top:18px;margin:22px 0 14px;font-size:17px}
.doka-inv-form h4:first-of-type{border-top:0;padding-top:0}
.doka-inv-form h4 small{font-weight:400;margin-left:5px}
.doka-notice{background:#f9fafb;border-left:4px solid #111827;border-radius:10px;padding:13px 15px;line-height:1.55;margin-bottom:18px}
.doka-check{margin-top:8px}
.doka-check label{font-weight:500;display:flex;gap:9px;align-items:flex-start;line-height:1.5}
.doka-check input{margin-top:4px}
.doka-submit{width:100%;border:0;border-radius:12px;padding:15px 20px;background:#111827;color:#fff;font-weight:800;cursor:pointer}
.doka-submit:hover{opacity:.92}
.doka-submit:disabled{opacity:.6;cursor:wait}
.doka-inv-success,.doka-inv-error{max-width:900px;margin:20px auto;padding:16px 18px;border-radius:12px}
.doka-inv-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#166534}
.doka-inv-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
@media(max-width:700px){
  .doka-grid{grid-template-columns:1fr}
  .doka-grid .full{grid-column:auto}
  .doka-inv-hero,.doka-inv-form section{padding:18px}
}