@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050505;color:#fff;font-family:Cairo,Arial,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-5;background:radial-gradient(circle at 76% 16%,rgba(255,255,255,.08),transparent 8%),radial-gradient(circle at 20% 70%,rgba(180,0,0,.10),transparent 28%),linear-gradient(125deg,#020202,#100303 55%,#030303)}.moon{position:fixed;z-index:-4;right:-100px;top:55px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0,#e8e8e8 35%,#a7a7a7 70%,#4a4a4a 100%);box-shadow:0 0 70px rgba(255,255,255,.18),0 0 150px rgba(160,0,0,.14);opacity:.25}.glow{position:fixed;z-index:-3;width:500px;height:500px;border-radius:50%;filter:blur(100px);opacity:.13;background:#e00000}.g1{left:-250px;bottom:-250px}.g2{right:-200px;bottom:10%;background:#7b0000}.top{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:20;background:rgba(3,3,3,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.brand{display:flex;flex-direction:column;text-decoration:none;color:#fff;font-size:12px;line-height:1}.brand b{font-size:25px;color:#e31b23;margin-top:4px}.top nav{display:flex;gap:30px}.top nav a{color:#ddd;text-decoration:none;font-size:14px}.top nav a:hover{color:#e31b23}.menu{display:none;background:none;border:0;color:#fff;font-size:26px}.hero{min-height:690px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;padding:80px 8%;max-width:1400px;margin:auto}.eyebrow,.section-head span,.contact>div>span{color:#e31b23;font-weight:700}.hero h1{font-size:clamp(60px,9vw,125px);line-height:.9;margin:15px 0;color:#fff;letter-spacing:-5px}.hero h2{font-size:clamp(20px,3vw,34px);max-width:750px;line-height:1.6;margin:20px 0}.hero p{color:#aaa;max-width:650px;line-height:2}.actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-block;padding:13px 23px;border-radius:999px;text-decoration:none;border:1px solid transparent;font-family:inherit;font-weight:700;cursor:pointer}.red{background:#d90000;color:#fff;box-shadow:0 10px 35px rgba(217,0,0,.25)}.ghost{border-color:#444;color:#fff}.hero-card{height:430px;border:1px solid rgba(255,255,255,.12);border-radius:40px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,0,0,.03));display:flex;align-items:flex-end;padding:35px;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;border:1px solid rgba(255,255,255,.13);right:15%;top:14%}.ring{width:180px;height:180px;border-radius:50%;border:35px solid rgba(210,0,0,.35);position:absolute;right:24%;top:27%;box-shadow:0 0 60px rgba(210,0,0,.18)}.card-text{position:relative;display:flex;flex-direction:column}.card-text b{font-size:24px}.card-text span{color:#999}.services{max-width:1200px;margin:0 auto 100px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #222;border-bottom:1px solid #222}.services>div{padding:35px;border-left:1px solid #222}.services>div:last-child{border-left:0}.services i{color:#e31b23;font-style:normal}.services h3{font-size:25px}.services p,.work p,.post-grid p{color:#999;line-height:1.9}.section{padding:80px 8%;max-width:1400px;margin:auto}.section-head h2{font-size:50px;margin:8px 0 40px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.work{background:#0b0b0b;border:1px solid #222;border-radius:22px;overflow:hidden}.work img,.post-grid img{width:100%;height:230px;object-fit:cover;display:block}.work>div{padding:20px}.work a{color:#e31b23;text-decoration:none}.placeholder{height:230px;display:grid;place-items:center;background:linear-gradient(135deg,#1a0000,#090909);font-size:30px;font-weight:900}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-grid article{border:1px solid #222;border-radius:20px;padding:20px;background:#090909}.post-grid img{margin:-20px -20px 18px;width:calc(100% + 40px);height:210px}.post-grid small{color:#777}.contact{margin:80px auto 0;padding:90px 8%;max-width:1400px;display:grid;grid-template-columns:1fr 1fr;gap:60px;background:linear-gradient(135deg,#100000,#070707);border:1px solid #2b1010;border-radius:35px}.contact h2{font-size:48px;margin:10px 0}.contact p{color:#aaa}.socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.socials a{border:1px solid #333;color:#ddd;text-decoration:none;border-radius:999px;padding:8px 14px;font-size:13px}.form input,.form textarea{width:100%;background:#080808;color:#fff;border:1px solid #292929;border-radius:14px;padding:14px;margin-bottom:12px;font-family:inherit}.form textarea{height:150px;resize:vertical}.success{background:#123c20;border:1px solid #276b39;padding:12px;border-radius:12px;margin-bottom:15px}footer{text-align:center;color:#666;padding:50px 20px}@media(max-width:850px){.top nav{display:none}.menu{display:block}.navopen nav{display:flex;position:absolute;top:80px;right:0;left:0;background:#070707;flex-direction:column;padding:20px 8%;border-bottom:1px solid #222}.hero{grid-template-columns:1fr;padding-top:55px}.hero-card{height:300px}.services,.grid,.post-grid,.contact{grid-template-columns:1fr}.services>div{border-left:0;border-bottom:1px solid #222}.services>div:last-child{border-bottom:0}.contact h2{font-size:38px}.moon{width:300px;height:300px}.section-head h2{font-size:40px}}
