:root{
  --bg:#070b14;
  --panel:#0c1222;
  --panel2:#0b1020;
  --text:#e8eefc;
  --muted:#a6b3d1;
  --line:rgba(255,255,255,.08);
  --brand:#7c5cff;
  --brand2:#2dd4bf;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:radial-gradient(1200px 800px at 20% 10%, rgba(124,92,255,.15), transparent 60%),
             radial-gradient(1000px 700px at 90% 20%, rgba(45,212,191,.12), transparent 55%),
             var(--bg);
}

a{color:inherit;text-decoration:none}
.container{width:min(1100px, calc(100% - 40px)); margin:0 auto}

.bg{position:fixed; inset:0; pointer-events:none; overflow:hidden}
.glow{position:absolute; width:520px; height:520px; filter:blur(60px); opacity:.35; border-radius:50%}
.g1{left:-120px; top:-120px; background:rgba(124,92,255,.7)}
.g2{right:-160px; top:80px; background:rgba(45,212,191,.6)}

.header{
  display:flex; align-items:center; justify-content:space-between;
  padding:26px 0 18px;
  position:sticky; top:0;
  backdrop-filter: blur(12px);
  background:linear-gradient(to bottom, rgba(7,11,20,.75), rgba(7,11,20,.2));
  border-bottom:1px solid var(--line);
  z-index:30;
}

.brand{display:flex; gap:12px; align-items:center}
.logo{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(124,92,255,.9), rgba(45,212,191,.85));
  font-weight:800; letter-spacing:.5px;
  box-shadow: var(--shadow);
}
.name{font-weight:800}
.role{font-size:13px; color:var(--muted)}

.nav{display:flex; gap:16px; align-items:center}
.nav a{padding:10px 12px; border-radius:12px; color:var(--muted)}
.nav a:hover{background:rgba(255,255,255,.06); color:var(--text)}

.btn{
  padding:10px 14px; border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  display:inline-flex; align-items:center; gap:10px;
}
.btn:hover{border-color:rgba(255,255,255,.18)}
.btn.primary{
  background:linear-gradient(135deg, rgba(124,92,255,.9), rgba(45,212,191,.7));
  border-color:transparent;
  color:#070b14;
  font-weight:800;
}
.btn.ghost{background:transparent}
.menu{display:none; border:1px solid var(--line); background:rgba(255,255,255,.04); color:var(--text);
  border-radius:14px; padding:10px 12px; font-size:16px;}

.hero{display:grid; grid-template-columns: 1.25fr .9fr; gap:26px; padding:26px 0 8px}
.pill{
  display:inline-flex; gap:8px; align-items:center;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  padding:8px 12px; border-radius:999px;
  color:var(--muted); font-size:13px;
}
h1{font-size:44px; line-height:1.06; margin:16px 0 10px}
.sub{color:var(--muted); font-size:16px; line-height:1.6; max-width:58ch}
.cta{display:flex; gap:12px; margin:18px 0 18px}

.stats{display:flex; gap:12px; flex-wrap:wrap; margin-top:10px}
.stat{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--radius);
  padding:12px 14px;
  min-width:160px;
}
.stat-num{font-weight:900}
.stat-label{color:var(--muted); font-size:13px; margin-top:6px}

.card{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border-radius:var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.card-title{font-weight:900; margin-bottom:10px}
.list{margin:0; padding:0; list-style:none; display:grid; gap:10px}
.dot{width:8px; height:8px; border-radius:50%;
  background:linear-gradient(135deg, rgba(124,92,255,.9), rgba(45,212,191,.8));
  display:inline-block; margin-right:10px}
.list li{display:flex; align-items:center; color:var(--muted)}
.card-footer{margin-top:14px}
.link{color:rgba(45,212,191,.95); font-weight:700}
.link:hover{text-decoration:underline}

.section{padding:34px 0}
.section h2{margin:0 0 12px; font-size:22px}
.muted{color:var(--muted)}
.grid2{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.cards{display:grid; grid-template-columns:repeat(2,1fr); gap:16px}
.panel{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--radius);
  padding:16px;
}
.panel-title{font-weight:900; margin-bottom:10px}
.mini{margin-bottom:14px}
.mini-title{font-weight:800; margin-bottom:8px}

.tags{display:flex; flex-wrap:wrap; gap:8px}
.tag{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  border-radius:999px;
  color:var(--muted);
  font-size:13px;
}

.project{border:1px solid var(--line); background:rgba(255,255,255,.03); border-radius:var(--radius); padding:16px}
.project-head{display:flex; align-items:center; justify-content:space-between; gap:10px}
.project-title{font-weight:900}
.badge{
  font-size:12px; padding:6px 10px; border-radius:999px;
  background:rgba(124,92,255,.18); border:1px solid rgba(124,92,255,.35); color:#cfc6ff;
}
.badge.ghost{background:rgba(255,255,255,.03); border-color:rgba(255,255,255,.10); color:var(--muted)}
.actions{margin-top:10px}

.contact{display:grid; gap:10px; margin-top:10px}
.contact-row{display:flex; justify-content:space-between; gap:10px; padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.02)}
.k{color:var(--muted)}
.v{font-weight:700}

.toast{margin-top:12px; color:rgba(45,212,191,.95); font-weight:700; min-height:20px}

.footer{
  padding:26px 0 40px;
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
  border-top:1px solid var(--line);
}

.drawer{position:fixed; inset:0; background:rgba(0,0,0,.55); display:none; z-index:50}
.drawer-inner{
  position:absolute; right:16px; top:72px;
  width:min(320px, calc(100% - 32px));
  border:1px solid var(--line);
  background:rgba(7,11,20,.96);
  backdrop-filter: blur(12px);
  border-radius:18px;
  padding:12px;
  display:grid;
  gap:10px;
  box-shadow: var(--shadow);
}
.drawer-inner a{padding:12px 12px; border-radius:14px; color:var(--muted)}
.drawer-inner a:hover{background:rgba(255,255,255,.06); color:var(--text)}

@media (max-width: 920px){
  .hero{grid-template-columns:1fr; }
  h1{font-size:38px}
  .cards{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .nav{display:none}
  .menu{display:inline-flex}
}
