/*
Theme Name: رؤية مدى الإبداع - Roaya Mada
Theme URI: https://roaya-mada.com
Author: رؤية مدى الإبداع
Description: قالب عربي احترافي لشركة رؤية مدى الإبداع - خدمات عقارية والكترونية وتسويقية متكاملة. بدون إضافات، RTL كامل، سريع ومتجاوب.
Version: 1.1
License: GPL v2 or later
Text Domain: roaya
*/

:root{
  --primary:#0f172a;
  --gold:#c8a96a;
  --gold2:#e8c78a;
  --bg:#f8f7f4;
  --card:#ffffff;
  --muted:#64748b;
  --whatsapp:#25D366;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Tajawal',system-ui, -apple-system, Segoe UI, sans-serif;
  background:var(--bg);
  color:var(--primary);
  line-height:1.8;
  direction:rtl;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{max-width:1280px;margin:0 auto;padding:0 20px}
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,0.9);backdrop-filter:blur(12px);
  border-bottom:1px solid #e2e8f0;
}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.logo{display:flex;gap:12px;align-items:center}
.logo-mark{width:44px;height:44px;background:var(--primary);color:var(--gold);display:grid;place-items:center;border-radius:12px;font-weight:900;font-size:20px}
.logo-mark img{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:12px}
.footer-logo{background:#fff;display:inline-flex;padding:8px 14px;border-radius:12px;margin-bottom:14px}
.footer-logo img{height:44px;max-height:44px;width:auto;max-width:160px;object-fit:contain;display:block}
.hero-logo{background:#fff;display:inline-flex;padding:8px 16px;border-radius:12px;margin-bottom:18px}
.hero-logo img{height:80px;max-height:80px;width:auto;max-width:220px;object-fit:contain;display:block}
.logo-text h1{margin:0;font-size:18px;font-weight:800;line-height:1}
.logo-text span{font-size:11px;color:var(--muted);display:block;margin-top:2px}
.nav{display:flex;gap:22px;font-size:14px;font-weight:600}
.nav a:hover{color:var(--gold)}
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;font-weight:700;transition:.3s;cursor:pointer;border:0}
.btn-whatsapp{background:var(--whatsapp);color:#fff}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#0f172a}
.btn-dark{background:var(--primary);color:#fff}
.hero{
  background: radial-gradient(1200px 600px at 80% -20%, #c8a96a33, transparent), linear-gradient(180deg,#0f172a 0%, #1e293b 100%);
  color:#fff;padding:80px 0 60px;position:relative;overflow:hidden
}
.hero h2{font-size:48px;line-height:1.15;margin:0;font-weight:900}
.hero h2 span{color:var(--gold)}
.hero p{color:#cbd5e1;max-width:560px;margin:18px 0 0;font-size:17px}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.badge{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);padding:8px 14px;border-radius:999px;font-size:12px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}
.hero-card{background:#fff;color:var(--primary);border-radius:20px;padding:22px;box-shadow:0 20px 40px rgba(0,0,0,.25)}
.hero-card h3{margin:0 0 12px;font-size:16px}
.info-row{display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #e2e8f0;padding:10px 0;font-size:13px}
.info-row:last-child{border:0}
.section{padding:70px 0}
.section-head{text-align:center;max-width:700px;margin:0 auto 40px}
.section-head h3{font-size:32px;margin:0;font-weight:900}
.section-head p{color:var(--muted);margin-top:10px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:var(--card);border:1px solid #e2e8f0;border-radius:18px;padding:22px;transition:.3s}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:var(--gold)}
.card h4{margin:0 0 10px;font-size:18px}
.card ul{margin:0;padding:0 18px 0 0;color:#334155;font-size:14px}
.card ul li{margin:6px 0}
.icon-box{width:46px;height:46px;border-radius:12px;background:#f1f5f9;display:grid;place-items:center;margin-bottom:14px;font-size:22px}
.elec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.elec-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600}
.elec-item span.num{width:30px;height:30px;background:var(--primary);color:var(--gold);border-radius:8px;display:grid;place-items:center;font-size:12px;flex-shrink:0}
.marketing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.m-card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;overflow:hidden}
.m-card-head{background:var(--primary);color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center}
.m-card-head h4{margin:0;font-size:16px}
.m-card-body{padding:18px 20px}
.m-card-body li{list-style:none;position:relative;padding-right:22px;margin:10px 0;font-size:14px;color:#334155}
.m-card-body li:before{content:"✓";position:absolute;right:0;top:0;width:18px;height:18px;background:#fef3c7;color:#92400e;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800}
.cta{background:var(--primary);color:#fff;border-radius:24px;padding:40px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer{background:#0b1220;color:#94a3b8;padding:50px 0 20px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px}
.footer h5{color:#fff;margin:0 0 14px}
.footer p,.footer li{font-size:13px;line-height:1.9}
.footer li{list-style:none;margin:4px 0}
.footer a{text-decoration:underline}
.copy{border-top:1px solid #1e293b;margin-top:30px;padding-top:16px;text-align:center;font-size:12px}
.whatsapp-float{position:fixed;left:18px;bottom:18px;z-index:60;width:56px;height:56px;background:var(--whatsapp);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:28px;box-shadow:0 10px 20px rgba(0,0,0,.2)}
@media(max-width:1024px){
  .hero-grid,.grid-3,.marketing{grid-template-columns:1fr 1fr}
  .grid-4,.elec-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero h2{font-size:34px}
}
@media(max-width:640px){
  .hero-grid,.grid-3,.marketing,.grid-4,.elec-grid,.footer-grid{grid-template-columns:1fr}
  .nav{display:none}
  .cta{flex-direction:column;text-align:center}
}
