:root{--bg:#060709;--bg-deep:#040506;--surface:#0b0d10;--surface-2:#0a0c0f;--text:#eef2f6;--muted:#a9b3bd;--line:#161b22;--accent1:#ff3b00;--accent2:#ff7a00;--accent3:#ffb000;--accent:linear-gradient(90deg,var(--accent1),var(--accent2));}
*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
a{color:#ffd7cc;text-decoration:none}a:hover{opacity:.95}img{max-width:100%;display:block}
.container{max-width:1240px;margin:auto;padding:0 1rem}
.nav{position:sticky;top:0;z-index:50;background:rgba(5,6,8,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(10px) saturate(130%)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;gap:.8rem}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:900;letter-spacing:.2px}
.brand img{width:26px;height:26px;border-radius:50%;filter:drop-shadow(0 0 8px #ff4a00aa)}
.menu{display:flex;gap:1rem;flex-wrap:wrap}.menu a{color:#dde6ee;font-weight:700;font-size:.98rem}
.menu a[aria-current="page"]{background:linear-gradient(90deg,#ff3b00,#ffa000);-webkit-background-clip:text;background-clip:text;color:transparent}
.cta{display:inline-block;padding:.85rem 1.15rem;border-radius:999px;background:linear-gradient(90deg,#ff3b00,#ffa000);color:#0a0c0f;font-weight:900;box-shadow:0 10px 30px -12px #ff3b00, inset 0 1px 0 #fff2}
.cta:hover{transform:translateY(-1px);box-shadow:0 14px 40px -12px #ff5b00}
.btn-ghost{border:1px solid #26303a;border-radius:999px;padding:.7rem 1rem;color:#dbe6f0}
.btn-ghost:hover{border-color:#384656}
.talkto{position:fixed;right:14px;bottom:16px;z-index:60}
.talkto a{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border-radius:999px;background:#0e1116;border:1px solid #2a3340;color:#fff;font-weight:800}
.talkto a .dot{width:8px;height:8px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff8,transparent 60%),#ff3b00;box-shadow:0 0 10px #ff5400}
.section{padding:2.8rem 0;border-bottom:1px solid var(--line)}
h1,h2{margin:.25rem 0 1rem 0}.lead{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}
.card{background:linear-gradient(180deg,#0b0d10,#090b0e);border:1px solid #161b22;border-radius:16px;padding:1.05rem}
.kpi{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.pill{background:#0d1116;border:1px dashed #2b3542;border-radius:999px;padding:.25rem .6rem;font-size:.8rem;color:#c9d4df}
.hero{position:relative;min-height:86vh;display:grid;place-items:center;overflow:clip;border-bottom:1px solid var(--line);background:radial-gradient(1200px 600px at 60% 20%,#2b0902 0%,#0b0d10 55%,#060709 100%)}
#laser{position:absolute;inset:0;width:100%;height:100%}
.hero .content{position:relative;z-index:2;text-align:center;padding:2.6rem 1rem;max-width:1000px}
.hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:.25rem 0;font-weight:900}
.sub{opacity:.92;margin:.7rem 0 1.3rem;font-size:clamp(1.02rem,1.7vw,1.2rem)}
.cred{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}
.badge{display:inline-flex;gap:.45rem;align-items:center;border:1px solid #26303a;background:#0e1116;border-radius:999px;padding:.4rem .7rem;font-weight:700;color:#e5eef7}
.badge .blip{width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff9,transparent 60%),#ff3b00;box-shadow:0 0 8px #ff4a00}
.strip{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-top:.8rem}
.strip .chip{background:#0f1217;border:1px dashed #313d4b;border-radius:999px;padding:.35rem .65rem;color:#cdd7e2}
.statgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.25rem 0}
.stat{background:#0c0f14;border:1px solid #1b222b;border-radius:12px;padding:1rem;text-align:center}
.stat .num{font-size:1.7rem;font-weight:900}.stat .tag{display:inline-block;margin-top:.35rem;padding:.15rem .5rem;border:1px dashed #304254;border-radius:999px;font-size:.8rem;color:#bcd}
.table{width:100%;border-collapse:collapse}.table th,.table td{border:1px solid #1d2731;padding:.6rem .7rem}
.table th{background:#0e1217}.table tr:nth-child(even){background:#0a0e13}
.footer{padding:2.2rem 0;background:#07090c}.note{color:#aab5c0}
.grid-team{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}
.member{background:#0d1014;border:1px solid #1b222b;border-radius:14px;padding:1rem}
.member .name{font-weight:800}.member .role{color:#a8b3bf}.member .links a{margin-right:.5rem}
.rtl{direction:rtl}.rtl .menu{flex-direction:row-reverse}