/* ═══════════════════════════════════════════════════════════
   [v438] site.css — تنسيق موحّد لكل صفحات الموقع العامة
   (about / founder / contact / creators / brand / privacy / terms)
   ═══════════════════════════════════════════════════════════ */
*{margin:0;padding:0;box-sizing:border-box}
body{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Inter,sans-serif;
  background:#fff;color:#16161a;line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:#5B2EE8;text-decoration:none}
a:hover{text-decoration:underline}

/* شريط علوي أبيض */
.top-bar{
  position:fixed;top:0;left:0;right:0;height:56px;background:#fff;
  display:flex;align-items:center;padding:0 8px;z-index:100;
  border-bottom:1px solid #ececec;
}
.back-btn{
  width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:#111;
  display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;
}
.back-btn svg{width:22px;height:22px}
.top-title{font-size:17px;font-weight:800;color:#111;margin-left:4px}

.container{max-width:720px;margin:0 auto;padding:80px 20px 0}

/* هوية */
.brandmark{display:flex;align-items:center;gap:11px;margin-bottom:28px}
.brandmark img{width:44px;height:44px;border-radius:12px;display:block}
.brandmark .wordmark{
  font-size:26px;font-weight:800;letter-spacing:-.4px;
  background:linear-gradient(135deg,#5B2EE8,#00D2C6);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}

h1{font-size:30px;font-weight:800;letter-spacing:-.6px;margin-bottom:12px;line-height:1.25}
h2{font-size:20px;font-weight:800;margin:34px 0 12px;letter-spacing:-.3px}
h3{font-size:16px;font-weight:750;margin:20px 0 8px}
p{font-size:16px;color:#3d3d46;margin-bottom:15px}
.lead{font-size:18px;color:#2a2a33;font-weight:500;margin-bottom:22px}
.muted{color:#7a7a86;font-size:14px}
ul{margin:0 0 16px 20px}
li{font-size:16px;color:#3d3d46;margin-bottom:8px}

/* بطاقات */
.card{
  border:1px solid #e9e9ef;border-radius:16px;padding:20px;margin-bottom:14px;
  background:#fcfcfe;
}
.card h3{margin-top:0}
.card p:last-child{margin-bottom:0}

.grid2{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:640px){.grid2{grid-template-columns:1fr 1fr}}

/* بطاقة المؤسس */
.founder-card{
  display:flex;gap:18px;align-items:center;flex-wrap:wrap;
  border:1px solid #e9e9ef;border-radius:18px;padding:20px;background:#fcfcfe;margin-bottom:18px;
}
.founder-card img{
  width:88px;height:88px;border-radius:50%;object-fit:cover;flex-shrink:0;
  border:2px solid #efeff5;
}
.founder-card .fc-txt{flex:1;min-width:180px}
.founder-card .fc-txt b{display:block;font-size:19px;font-weight:800;color:#16161a}
.founder-card .fc-txt .role{font-size:14px;color:#5B2EE8;font-weight:650;margin-top:2px}
.founder-card .fc-txt p{font-size:14.5px;margin:8px 0 0;color:#5a5a66}

/* أزرار */
.btn{
  display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:12px;
  font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;
}
.btn:hover{text-decoration:none}
.btn-primary{background:#5B2EE8;color:#fff}
.btn-ghost{background:#f2f2f7;color:#16161a}
.btn-row{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 8px}

/* صفوف تواصل */
.link-row{
  display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid #f0f0f4;
  color:#16161a;text-decoration:none;
}
.link-row:last-child{border-bottom:none}
.link-row:hover{text-decoration:none}
.link-row svg{width:21px;height:21px;color:#16161a;flex-shrink:0}
.link-row .lr-txt{flex:1;min-width:0}
.link-row .lr-txt b{display:block;font-size:15px;font-weight:700}
.link-row .lr-txt small{display:block;font-size:13px;color:#7a7a86;margin-top:1px}

/* ═══ فوتر موحّد ═══ */
.site-footer{
  margin-top:56px;border-top:1px solid #ececf2;padding:32px 20px 40px;background:#fafafc;
}
.site-footer .sf-inner{max-width:720px;margin:0 auto}
.site-footer .sf-brand{
  font-size:19px;font-weight:800;margin-bottom:6px;
  background:linear-gradient(135deg,#5B2EE8,#00D2C6);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.site-footer .sf-tag{font-size:13.5px;color:#7a7a86;margin-bottom:20px}
.sf-socials{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.sf-socials a{
  width:40px;height:40px;border-radius:11px;border:1px solid #e6e6ee;background:#fff;
  display:flex;align-items:center;justify-content:center;color:#16161a;
}
.sf-socials a:hover{background:#f4f4fa;text-decoration:none}
.sf-socials svg{width:19px;height:19px}
.sf-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:24px}
@media(min-width:640px){.sf-cols{grid-template-columns:repeat(3,1fr)}}
.sf-cols h4{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:#9a9aa6;margin-bottom:10px}
.sf-cols a{display:block;font-size:14px;color:#3d3d46;padding:5px 0}
.sf-cols a:hover{color:#5B2EE8}
.sf-legal{font-size:12.5px;color:#9a9aa6;border-top:1px solid #ececf2;padding-top:18px}
.sf-legal a{color:#7a7a86}
