/* ===== صفحات الدعم الفني (أسئلة، تذاكر، شروط، خصوصية، موقع) ===== */
:root { --ink:#17212b; --muted:#66727d; --line:#dce4e8; --paper:#f5f7f6; --green:#16715b; --green-dark:#0d4d40; --blue:#2563eb; }
* { box-sizing:border-box; margin:0; padding:0; }
body { font-family:'Cairo','Tajawal','Segoe UI',sans-serif; background:var(--paper); color:var(--ink); min-height:100vh; }
.container { width:min(880px, calc(100% - 32px)); margin:28px auto; display:grid; gap:16px; }
.head h1 { font-size:24px; font-weight:800; }
.head p { color:var(--muted); font-size:13.5px; margin-top:6px; line-height:1.8; }
.card { background:#fff; border:1px solid var(--line); border-radius:16px; padding:20px; }
.card h2 { font-size:16px; font-weight:800; color:var(--green-dark); margin-bottom:10px; }
.card h3 { font-size:14px; font-weight:800; color:var(--green-dark); margin:14px 0 6px; }
.card p, .card li { font-size:13.5px; line-height:2; color:#34434f; }
.card ul { padding-right:20px; }
.card .num { color:var(--green-dark); font-weight:800; }

/* الأسئلة المتكررة */
details.faq { border:1px solid var(--line); border-radius:12px; margin-bottom:10px; background:#fbfdfc; overflow:hidden; }
details.faq summary { cursor:pointer; padding:13px 16px; font-weight:800; font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:10px; }
details.faq summary::-webkit-details-marker { display:none; }
details.faq summary::after { content:'+'; color:var(--green); font-weight:800; font-size:18px; flex-shrink:0; }
details.faq[open] summary::after { content:'−'; }
details.faq[open] summary { border-bottom:1px dashed var(--line); }
details.faq .answer { padding:12px 16px 14px; color:#44535e; font-size:13.5px; line-height:2; }
details.faq .answer a { color:var(--green-dark); font-weight:800; }

/* النماذج */
.field { display:grid; gap:6px; margin-bottom:13px; }
.field label { font-size:13px; font-weight:800; }
.field input, .field select, .field textarea { padding:10px 12px; border:1px solid #d6dde4; border-radius:10px; font:inherit; font-size:13.5px; width:100%; background:#fbfdfc; }
.field input[readonly] { background:#f1f5f4; color:#44535e; cursor:default; }
.field textarea { min-height:110px; resize:vertical; }
.btn { display:inline-flex; align-items:center; gap:8px; border:0; border-radius:10px; padding:12px 24px; font:inherit; font-size:14px; font-weight:800; cursor:pointer; background:var(--green); color:#fff; }
.btn:hover { background:var(--green-dark); }
.msg { display:none; padding:12px 14px; border-radius:10px; font-size:13.5px; font-weight:800; line-height:1.8; }
.msg.show { display:block; }
.msg.ok { background:#e8f6ef; color:var(--green-dark); border:1px solid #bfe3d2; }
.msg.err { background:#fdecec; color:#b42318; border:1px solid #f5c6c6; }
.msg.warn { background:#fff4e5; color:#8a5a00; border:1px solid #f2d9ae; }

/* الكبتشا */
.captcha-row { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.captcha-box { display:inline-flex; align-items:center; gap:8px; background:#eef2ff; border:1px solid #cdd8fb; border-radius:10px; padding:9px 14px; font-weight:800; color:var(--blue); font-size:15px; user-select:none; letter-spacing:1px; }
.captcha-row input { width:130px; }
.captcha-refresh { border:1px solid var(--line); background:#fff; border-radius:10px; width:40px; height:40px; cursor:pointer; font-size:16px; }
.captcha-refresh:hover { background:#eef2ff; }

/* اقتراح القسم الصحيح */
.suggest { display:none; margin-top:12px; background:#eef2ff; border:1px solid #cdd8fb; border-radius:12px; padding:14px 16px; font-size:13.5px; font-weight:700; color:var(--blue); line-height:1.9; }
.suggest.show { display:block; }
.suggest .s-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.btn-small { padding:9px 16px; font-size:12.5px; border-radius:9px; }
.btn-ghost { background:#eef1f3; color:var(--ink); }
.btn-ghost:hover { background:#dfe6ea; }

/* بطاقات التواصل */
.contact-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:10px; }
.contact-card { border:1px solid var(--line); border-radius:12px; padding:16px 12px; text-align:center; background:#fbfdfc; display:grid; gap:6px; }
.contact-card .ic { font-size:24px; }
.contact-card b { font-size:13px; }
.contact-card a, .contact-card span { color:var(--green-dark); font-weight:800; text-decoration:none; font-size:13px; word-break:break-word; }

/* فهرس المحتوى */
.toc { display:grid; gap:4px; }
.toc a { color:var(--green-dark); text-decoration:none; font-size:13.5px; font-weight:700; padding:7px 10px; border-radius:8px; }
.toc a:hover { background:#e8f2ee; }

/* الخريطة */
.map-frame { border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.map-frame iframe { width:100%; height:340px; border:0; display:block; }
.hours { display:grid; gap:8px; }
.hours div { display:flex; justify-content:space-between; gap:12px; font-size:13.5px; border-bottom:1px dashed var(--line); padding-bottom:8px; }
.hours div:last-child { border-bottom:0; }
.hours b { color:var(--green-dark); }
