@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{--bg:#070809;--panel:#0e1113;--line:#24272a;--text:#f5f5f5;--muted:#a5a8aa;--red:#d52222;--red2:#ff3a32}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
.nav{height:76px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #17191b;background:rgba(7,8,9,.86);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}
.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:1px}.brand img{width:39px;height:39px;border-radius:10px;object-fit:cover}.brand span span{color:var(--red)}
nav{display:flex;gap:32px;color:#b9bbbd;font-size:14px}nav a:hover{color:#fff}
.nav-cta{font-size:13px;border:1px solid #3a3c3f;padding:10px 17px;border-radius:7px}
.hero{min-height:calc(100vh - 76px);display:flex;align-items:center;padding:80px 8%;position:relative;overflow:hidden}
.hero-content{width:58%;position:relative;z-index:2}.eyebrow{font-size:11px;letter-spacing:3px;font-weight:800;color:var(--red2);margin-bottom:17px}
h1{font-size:clamp(48px,6.5vw,90px);line-height:.98;letter-spacing:-4px;margin-bottom:25px}h1 em{font-style:normal;color:var(--red2)}
.hero-text{max-width:600px;color:#a8abad;font-size:17px}
.hero-buttons{display:flex;gap:12px;margin:31px 0}.btn{display:inline-flex;align-items:center;gap:12px;padding:14px 21px;border-radius:7px;font-size:13px;font-weight:800}.btn.primary{background:var(--red);box-shadow:0 10px 35px #d522222b}.btn.primary:hover{background:var(--red2)}.btn.ghost{border:1px solid #35383b;color:#ddd}
.stats{display:flex;gap:38px;margin-top:52px}.stats strong{display:block;font-size:18px}.stats small{color:#74787b;font-size:10px;letter-spacing:1px}
.hero-logo{width:42%;display:flex;justify-content:center;align-items:center;position:relative}.hero-logo img{width:min(400px,80%);border-radius:30px;position:relative;z-index:1;filter:drop-shadow(0 30px 55px #000)}
.logo-ring{position:absolute;width:380px;height:380px;border:1px solid #572020;border-radius:50%;box-shadow:0 0 100px #d5222218}
.glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.18}.glow-1{width:350px;height:350px;background:#d52222;right:8%;top:15%}.glow-2{width:250px;height:250px;background:#a00;left:5%;bottom:-10%}
.section{padding:110px 8%}.section-head{max-width:720px;margin-bottom:50px}.section-head h2,.about h2,.cta h2{font-size:clamp(34px,4vw,58px);line-height:1.05;letter-spacing:-2px;margin-bottom:17px}.section-head h2 span,.about h2 span,.cta h2 span{color:var(--red2)}.section-head>p:last-child,.about-copy>p{color:#909497}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.card{background:linear-gradient(145deg,#101315,#0b0d0f);border:1px solid var(--line);padding:30px 24px;min-height:265px;border-radius:10px;transition:.25s}.card:hover{transform:translateY(-5px);border-color:#632727}.icon{font-size:27px;color:var(--red2);margin-bottom:35px}.card h3{font-size:20px;margin-bottom:9px}.card p{font-size:13px;color:#888d90;margin-bottom:22px}.card a{font-size:11px;font-weight:800;color:#eee}
.about{display:grid;grid-template-columns:42% 1fr;gap:8%;align-items:center;background:#090b0c;border-top:1px solid #151719;border-bottom:1px solid #151719}.about-image{display:flex;justify-content:center}.about-image img{width:min(420px,100%);border-radius:24px;box-shadow:0 25px 70px #000}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.checks p{border:1px solid #202427;padding:12px;border-radius:6px;font-size:12px;color:#c2c5c6}.checks p::first-letter{color:var(--red2)}
.cta{margin:30px 8% 0;padding:55px 6%;display:flex;justify-content:space-between;align-items:center;gap:30px;border:1px solid #402020;background:radial-gradient(circle at 80% 50%,#46121233,transparent 45%),#0d1011;border-radius:12px}.cta h2{margin-bottom:8px}.cta p:last-child{color:#85898b;font-size:14px}
.contact{padding-bottom:80px}.contact-box{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:27px 30px;border:1px solid var(--line);border-radius:9px;background:#0b0e10}.contact-box small{font-size:9px;letter-spacing:2px;color:#777}.contact-box h3{font-size:16px;margin-top:4px}
footer{border-top:1px solid #17191b;padding:25px 8%;display:flex;justify-content:space-between;align-items:center;color:#686d70;font-size:11px}.footer-brand{color:#ddd}.footer-brand img{width:29px;height:29px}.domain{color:#a72a2a}
@media(max-width:850px){nav{display:none}.nav{padding:0 5%}.nav-cta{padding:8px 11px}.hero{padding:70px 6%;display:block}.hero-content{width:100%}.hero-logo{width:100%;margin-top:55px}.hero-logo img{width:260px}.logo-ring{width:280px;height:280px}.stats{gap:20px}.cards{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr;padding-top:80px}.cta{margin:20px 6%;padding:35px 25px;display:block}.cta .btn{margin-top:22px}.section{padding:80px 6%}.contact-box{display:block}.contact-box>div{margin-bottom:20px}footer{padding:25px 6%;display:block}.footer-brand{margin-bottom:10px}}
@media(max-width:520px){h1{letter-spacing:-2.5px}.cards{grid-template-columns:1fr}.checks{grid-template-columns:1fr}.hero{min-height:auto}.stats{margin-top:35px}.stats small{font-size:9px}}
