
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#071018;--panel:#0d1822;--panel2:#101d29;--silver:#d6dce2;--muted:#aab4bf;--orange:#f6a21a;--gold:#ffc24a;--line:#263746;--white:#f8fafc;--green:#16b96a}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 80% 0,#142332 0,#071018 35%,#050b11 100%);color:var(--white);font-family:Tajawal,Arial,sans-serif;line-height:1.9}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.container{width:min(1180px,92%);margin:auto}.top{height:48px;border-bottom:1px solid var(--line);display:flex;align-items:center}.top .container{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--muted)}header{position:sticky;top:0;z-index:50;background:rgba(5,12,18,.88);backdrop-filter:blur(14px);border-bottom:1px solid #203241}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.brand img{width:48px;height:48px;object-fit:contain}.brand strong{font-size:20px}.brand span{display:block;color:var(--orange);font-size:12px;font-weight:700}.navlinks{display:flex;gap:18px;align-items:center;font-size:14px}.navlinks a{color:#dbe2e8;padding:8px 0;position:relative}.navlinks a:hover{color:var(--orange)}.menu{display:none;background:#122131;color:#fff;border:1px solid #304455;border-radius:12px;padding:10px 13px}.hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,15,.25),rgba(4,10,15,.9)),url('../images/og-home-5photos.jpg') center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,var(--bg))}.hero .container{position:relative;z-index:2}.eyebrow{display:inline-flex;padding:7px 14px;border:1px solid #8c621f;background:#111b25cc;border-radius:999px;color:var(--gold);font-weight:800}.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.1;max-width:720px;margin:18px 0 12px}.hero h1 span{color:var(--orange)}.hero p{font-size:20px;max-width:690px;color:#d5dde5}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{padding:13px 22px;border-radius:12px;border:1px solid #43576a;font-weight:800;display:inline-flex;align-items:center;gap:8px;transition:.25s}.btn.primary{background:linear-gradient(135deg,#ffb321,#e98d00);color:#111;border:0}.btn:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 12px 35px #0005}.stats{position:relative;z-index:3;margin-top:-70px}.statsgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.stat{background:#0d1822ee;border:1px solid #334555;border-radius:16px;padding:18px;text-align:center}.stat b{display:block;font-size:26px;color:var(--gold)}.section{padding:72px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section h2{font-size:34px;margin:0}.section-head p{color:var(--muted);max-width:620px;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:linear-gradient(180deg,#10202c,#0b151e);border:1px solid #253848;border-radius:18px;overflow:hidden;transition:.3s;position:relative}.card:hover{transform:translateY(-6px);border-color:#d28c19;box-shadow:0 18px 40px #0005}.card img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:.4s}.card:hover img{transform:scale(1.04)}.card .overlay{position:relative}.card .overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#071018cc)}.cardbody{padding:18px}.card h3{margin:0 0 8px;font-size:21px}.muted{color:var(--muted)}.services{grid-template-columns:repeat(6,1fr)}.service{padding:22px;text-align:center;min-height:190px}.icon{width:52px;height:52px;border:1px solid #8d692e;border-radius:15px;display:grid;place-items:center;margin:0 auto 12px;color:var(--gold);font-size:25px;background:#111d28}.service:hover .icon{transform:rotate(-5deg) scale(1.1)}.two{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.panel{background:#0c1822;border:1px solid #263949;border-radius:20px;padding:24px}.chips{display:flex;flex-wrap:wrap;gap:9px}.chip{padding:9px 13px;border:1px solid #314554;background:#0d1924;border-radius:999px;color:#dce4eb;transition:.25s}.chip:hover{border-color:var(--orange);color:var(--orange);transform:translateX(-3px)}.ticker{overflow:hidden;border-top:1px solid #273b4c;border-bottom:1px solid #273b4c;background:#09131c}.ticker-track{display:flex;width:max-content;gap:28px;padding:12px;animation:scroll 42s linear infinite}.ticker:hover .ticker-track{animation-play-state:paused}@keyframes scroll{to{transform:translateX(50%)}}.article{max-width:900px;margin:40px auto}.article h1{font-size:44px;line-height:1.25}.article h2{font-size:30px;color:var(--gold);margin-top:38px}.article h3{font-size:23px}.article img{border-radius:18px;margin:22px 0;border:1px solid #334555}.article .meta{color:var(--muted);padding:12px 0;border-bottom:1px solid var(--line)}.faq details{background:#0c1822;border:1px solid #263949;border-radius:12px;padding:14px 18px;margin:10px 0}.faq summary{cursor:pointer;font-weight:800}.cta{margin-top:42px;background:linear-gradient(135deg,#132331,#0a131c);border:1px solid #8b641e;border-radius:22px;padding:28px;text-align:center}.floating{position:fixed;left:16px;top:45%;z-index:80;display:flex;flex-direction:column;gap:8px}.floatbtn{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;border:1px solid #34495b;background:#112234;box-shadow:0 12px 30px #0007}.floatbtn.wh{background:#12b85f}.floatbtn.call{background:#15263a}.floatbtn.app{background:#ef9200}.bottom{display:none}footer{border-top:1px solid var(--line);padding:45px 0;color:#aeb8c1}.footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.searchbox{display:flex;gap:8px;margin:18px 0}.searchbox input{flex:1;background:#08121b;border:1px solid #304455;border-radius:10px;padding:12px;color:white}.badge{color:var(--gold);font-size:13px;font-weight:800}.hero-mini{padding:60px 0;background:linear-gradient(180deg,#0e1d2a,#071018)}.hero-mini h1{font-size:48px;margin:0}.breadcrumbs{color:#9eabb7;font-size:14px;margin-bottom:10px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-card video{width:100%;aspect-ratio:16/9;background:#000;object-fit:cover}.install{display:inline-flex;align-items:center;gap:8px;border:1px solid #5d6f80;padding:8px 12px;border-radius:10px;color:#fff}
@media(max-width:1000px){.navlinks{display:none}.menu{display:block}.services{grid-template-columns:repeat(3,1fr)}.statsgrid{grid-template-columns:repeat(3,1fr)}.grid,.video-grid{grid-template-columns:repeat(2,1fr)}.two,.footergrid{grid-template-columns:1fr}.hero{min-height:590px}.floating{left:10px}.bottom{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:90}.bottom a{flex:1;text-align:center;padding:13px 8px;font-weight:800}.bottom .w{background:#16b96a}.bottom .c{background:#102030}.bottom .q{background:#f39a09;color:#111}}
@media(max-width:620px){.top{display:none}.nav{height:68px}.brand strong{font-size:17px}.brand img{width:40px;height:40px}.hero h1{font-size:42px}.hero p{font-size:17px}.statsgrid,.grid,.video-grid,.services{grid-template-columns:1fr}.section{padding:52px 0}.section h2{font-size:28px}.article h1{font-size:34px}.article h2{font-size:25px}.floating{top:auto;bottom:84px}.floatbtn{width:48px;height:48px}}

/* تحسينات واجهة الجوال والتنقل والتواصل */
.nav{position:relative}
.menu{cursor:pointer;position:relative;z-index:3;width:52px;height:52px;display:none;align-items:center;justify-content:center;font-size:25px;line-height:1;transition:.25s}
.menu:hover{transform:scale(1.05);border-color:var(--gold);box-shadow:0 8px 22px #0007}
.navlinks.open{display:flex;position:absolute;top:calc(100% + 10px);right:12px;left:12px;flex-direction:column;align-items:stretch;gap:3px;padding:12px;background:rgba(8,18,27,.98);border:1px solid #334a5c;border-radius:18px;box-shadow:0 20px 50px #000b;backdrop-filter:blur(18px);z-index:100}
.navlinks.open a{padding:12px 14px;border-radius:10px;border-bottom:1px solid #1b2c3a;font-size:16px}
.navlinks.open a:last-child{border-bottom:0}
.navlinks.open a:hover,.navlinks.open a.active{background:#122536;color:var(--gold)}
.floating{left:18px;top:50%;transform:translateY(-50%);gap:10px}
.floatbtn{width:54px;height:54px;border-radius:17px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}
.floatbtn::after{content:"";position:absolute;inset:-30%;background:linear-gradient(120deg,transparent 38%,rgba(255,255,255,.34) 50%,transparent 62%);transform:translateX(-90%);transition:transform .6s}
.floatbtn:hover{transform:translateY(-3px) scale(1.08);box-shadow:0 16px 34px #0009;border-color:#fff8}
.floatbtn:hover::after{transform:translateX(90%)}
.floatbtn svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:2}
.floatbtn.wh{color:#fff;background:linear-gradient(145deg,#20d56f,#0fae58)}
.floatbtn.call{color:#fff;background:linear-gradient(145deg,#19334d,#0e2135)}
.floatbtn.reel{color:#fff;background:linear-gradient(145deg,#ffbd29,#ef8c00)}
.bottom{box-shadow:0 -8px 25px #0007}
.bottom a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:58px}
.bottom svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;vertical-align:middle}
footer{padding-bottom:110px}
.footer-credit{margin-top:25px!important;border-top:1px solid #2b3e4d;padding:18px 0 0!important;color:#c5ced6!important;text-align:center;font-size:15px}
.footer-credit strong{color:var(--gold);font-weight:800}
.read-article{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:9px 14px;border:1px solid #8d692e;border-radius:10px;color:#ffd06a;background:#0d1b26;font-weight:800;transition:.25s}
.read-article:hover{background:#f0a016;color:#111;transform:translateX(-3px)}
.cardbody .read-article{width:max-content}
.article-related{margin-top:48px}
.article-related .grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:1000px){
  .menu{display:flex}
  .navlinks{display:none}
  .install{white-space:nowrap}
}
@media(max-width:620px){
  body{padding-bottom:58px}
  .nav{height:70px;gap:8px}
  .brand{margin-right:auto}
  .brand strong{font-size:16px}
  .brand span{font-size:10px}
  .brand img{width:38px;height:38px}
  .menu{order:0;flex:0 0 52px}
  .install{order:-1;padding:8px 10px;font-size:13px}
  .floating{left:12px;top:auto;bottom:78px;transform:none;gap:9px}
  .floatbtn{width:52px;height:52px;border-radius:16px}
  .bottom{height:58px}
  .bottom a{padding:8px 4px;font-size:14px}
  footer{padding-bottom:120px}
  .footer-credit{font-size:14px;line-height:1.8}
  .article-related .grid{grid-template-columns:1fr}
}

/* واجهة احترافية متجاوبة */
:root{--header-h:78px}
header{min-height:var(--header-h)}
.nav{min-height:78px}
.brand{min-width:220px;flex:0 0 auto}
.brand img{width:52px;height:52px}
.brand strong{font-size:21px;letter-spacing:-.3px}
.navlinks{flex:1;justify-content:center;gap:clamp(10px,1.5vw,20px);font-size:15px;font-weight:700}
.install{flex:0 0 auto}
.hero{min-height:680px}
.hero-bg{background:linear-gradient(90deg,rgba(4,10,15,.18),rgba(4,10,15,.72)),url('../images/og-home-5photos.jpg') center/cover no-repeat}
.hero .container{padding-top:36px;padding-bottom:80px}
.hero h1{max-width:760px;font-weight:900;letter-spacing:-1.2px;text-wrap:balance}
.hero p{max-width:720px;line-height:1.9}
@media(max-width:1100px){
 .nav{gap:10px}.brand{min-width:200px}.navlinks{gap:11px;font-size:13px}.install{font-size:13px}
}
@media(max-width:900px){
 header{background:rgba(5,12,18,.96)}
 .nav{height:74px;min-height:74px;display:grid;grid-template-columns:52px 1fr auto;direction:ltr;gap:10px}
 .brand{direction:rtl;min-width:0;justify-content:flex-end;gap:8px}
 .brand img{width:42px;height:42px}.brand strong{font-size:18px}.brand span{font-size:10px}
 .menu{display:flex;grid-column:1;grid-row:1;width:52px;height:52px;padding:0;font-size:27px;border-radius:15px}
 .brand{grid-column:2;grid-row:1}
 .install{grid-column:3;grid-row:1;padding:9px 11px;font-size:12px;border-radius:11px}
 .navlinks{display:none;direction:rtl}
 .navlinks.open{display:flex}
 .hero{min-height:620px}
 .hero .container{padding-top:24px;padding-bottom:90px}
 .hero h1{font-size:clamp(32px,8vw,48px);line-height:1.18;max-width:620px}
 .hero p{font-size:17px;max-width:610px}
}
@media(max-width:620px){
 body{overflow-x:hidden;padding-bottom:62px}
 .nav{grid-template-columns:52px 1fr auto;height:70px;min-height:70px;padding:0 10px}
 .brand{gap:6px}.brand img{width:36px;height:36px}.brand strong{font-size:16px}.brand span{font-size:9px}
 .install{font-size:12px;padding:8px 9px}
 .hero{min-height:650px;align-items:flex-start}
 .hero-bg{background-position:center top}
 .hero:after{height:28%;background:linear-gradient(transparent,var(--bg))}
 .hero .container{padding:72px 18px 100px}
 .eyebrow{font-size:13px;padding:6px 12px}
 .hero h1{font-size:clamp(31px,8.7vw,40px);line-height:1.22;margin:16px 0 12px;max-width:100%}
 .hero p{font-size:16px;line-height:1.85;max-width:100%;margin-bottom:0}
 .actions{margin-top:22px}.btn{padding:12px 16px;font-size:15px}
 .floating{left:12px;bottom:80px;top:auto;gap:8px}.floatbtn{width:50px;height:50px;border-radius:15px}
 .bottom{height:62px}.bottom a{min-height:62px;font-size:14px}
 .section{padding:48px 0}.section h2{font-size:27px}
 .card h3{font-size:20px}
 .article{width:min(94%,900px);margin:26px auto}.article h1{font-size:31px;line-height:1.3}.article h2{font-size:24px}.article h3{font-size:20px}
 .article p,.article li{font-size:17px;line-height:2}
 .article img{margin:18px 0}
 .article-video{margin:28px 0;padding:10px;background:#0a151f;border:1px solid #304455;border-radius:18px}
 .article-video video{width:100%;display:block;border-radius:12px;aspect-ratio:16/9;background:#000}
}

/* ضبط نهائي للهيدر والواجهة والمصمم */
.hero .container{max-width:1180px}
.hero .container{background:linear-gradient(90deg,rgba(5,13,20,.58),rgba(5,13,20,.32));border:1px solid rgba(255,194,74,.12);border-radius:26px;padding:34px 38px;backdrop-filter:blur(2px)}
.hero-bg{filter:saturate(1.06) contrast(1.03);background-position:center center}
.hero h1{font-size:clamp(36px,5.1vw,64px);max-width:780px}
.hero p{font-size:18px;max-width:720px}
.footer-credit{position:relative;z-index:3}
.credit-main{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px}
.designer-contact{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:9px}
.designer-contact a{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;border:1px solid #31485b;background:#102030;transition:.25s}
.designer-contact a:first-child{background:#16b96a}
.designer-contact a:hover{transform:translateY(-2px) scale(1.05);border-color:#fff8}
.designer-contact svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.designer-number{font-size:11px;color:#9eabb7;direction:ltr}
@media(max-width:900px){
 .hero{min-height:600px}
 .hero-bg{background-position:center center;background-image:linear-gradient(180deg,rgba(4,10,15,.12) 0%,rgba(4,10,15,.48) 42%,rgba(4,10,15,.92) 100%),url('../images/og-home-5photos.jpg')}
 .hero .container{margin:22px auto 0;padding:26px 22px 32px;background:linear-gradient(180deg,rgba(7,16,24,.60),rgba(7,16,24,.84));border-radius:22px}
 .hero h1{font-size:clamp(31px,7vw,45px);line-height:1.2;letter-spacing:-.5px}
 .hero p{font-size:16px;line-height:1.85}
}
@media(max-width:620px){
 .nav{height:68px;min-height:68px;padding:0 9px}
 .brand{justify-content:center}
 .brand img{width:34px;height:34px}
 .brand strong{font-size:15px}
 .brand span{font-size:9px}
 .menu{width:48px;height:48px;font-size:25px;border-radius:14px}
 .install{font-size:11px;padding:7px 8px}
 .hero{min-height:610px}
 .hero .container{width:calc(100% - 24px);padding:22px 18px 28px;margin-top:20px;border-radius:20px}
 .eyebrow{font-size:12px}
 .hero h1{font-size:clamp(28px,8.2vw,37px);line-height:1.22;margin:13px 0 10px}
 .hero p{font-size:15px;line-height:1.8}
 .actions{gap:9px;margin-top:18px}
 .btn{padding:11px 14px;font-size:14px}
 .credit-main{font-size:12px;line-height:1.8}
 .designer-contact{margin-top:6px}
}
