:root{
  --bg:#070A12;
  --bg2:#0B1222;
  --text:#E9ECF5;
  --muted:#A8B1CC;
  --line:rgba(255,255,255,.10);
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius: 18px;

  --g1:#7C3AED;
  --g2:#22C55E;
  --g3:#06B6D4;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(900px 500px at 15% 0%, rgba(124,58,237,.35), transparent 55%),
    radial-gradient(800px 450px at 90% 10%, rgba(34,197,94,.28), transparent 55%),
    radial-gradient(900px 500px at 65% 85%, rgba(6,182,212,.25), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
  line-height:1.6;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
code{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  padding:2px 6px;
  border-radius:10px;
  font-weight:800;
}

.container{ width:min(1120px, 92%); margin:0 auto; }

/* Topbar */
.topbar{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter: blur(10px);
  background: rgba(7,10,18,.55);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:12px 0;
}
.brand{ display:flex; align-items:center; gap:12px; min-width:240px; }
.brand__logo{ width:46px; height:46px; object-fit:contain; filter: drop-shadow(0 10px 20px rgba(0,0,0,.35)); }
.brand__text{ display:flex; flex-direction:column; line-height:1.15; }
.brand__title{ font-weight:900; letter-spacing:.2px; }
.brand__subtitle{ font-size:13px; color:var(--muted); }

.nav{ display:flex; gap:10px; align-items:center; }
.nav__link{
  font-weight:900; font-size:14px; color:rgba(233,236,245,.92);
  padding:8px 10px; border-radius:12px; border:1px solid transparent;
}
.nav__link:hover{ border-color: var(--line); background: rgba(255,255,255,.04); }
.nav__link.is-active{ border-color: rgba(6,182,212,.35); background: rgba(6,182,212,.10); }

.hamburger{
  display:none; border:1px solid var(--line); background: rgba(255,255,255,.03);
  border-radius:14px; padding:10px 12px; cursor:pointer;
}
.hamburger span{ display:block; width:22px; height:2px; background: rgba(233,236,245,.92); margin:4px 0; border-radius:99px; }
.mobile-menu{ border-top:1px solid var(--line); background: rgba(7,10,18,.78); }
.mobile-menu__inner{ padding:10px 0 14px; display:grid; gap:10px; }
.mobile-menu__link{
  padding:10px 12px; border:1px solid var(--line); border-radius:14px;
  background: rgba(255,255,255,.03); font-weight:900;
}
.mobile-menu__link.is-active{ border-color: rgba(6,182,212,.35); background: rgba(6,182,212,.10); }

/* Hero */
.hero{ position:relative; overflow:hidden; padding:54px 0 38px; }
.hero__bg{
  position:absolute; inset:-40% -30%;
  background:
    radial-gradient(closest-side at 45% 30%, rgba(34,197,94,.12), transparent 70%),
    radial-gradient(closest-side at 70% 70%, rgba(124,58,237,.13), transparent 72%);
  pointer-events:none; transform: rotate(-6deg);
}
.hero__grid{ position:relative; display:grid; grid-template-columns: 1.15fr .85fr; gap:28px; align-items:center; }

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:9px 12px; border:1px solid var(--line); background: rgba(255,255,255,.04);
  border-radius:999px; font-weight:900; font-size:13px;
}
.pill--sm{ font-size:12px; padding:7px 10px; }
.pill--muted{ background: rgba(255,255,255,.02); color: rgba(168,177,204,.95); }
.dot{
  width:10px; height:10px; border-radius:999px;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  box-shadow: 0 0 0 4px rgba(124,58,237,.15);
}
.dot--muted{ background: rgba(168,177,204,.8); box-shadow: 0 0 0 4px rgba(168,177,204,.12); }

.hero__title{ margin:14px 0 10px; font-size: clamp(34px, 4.2vw, 54px); line-height:1.05; letter-spacing:-.8px; font-weight:950; }
.accent{
  background: linear-gradient(90deg, var(--g1), var(--g3), var(--g2));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero__desc{ margin:0 0 18px; color: rgba(233,236,245,.86); font-size:16px; max-width: 60ch; }
.hero__actions{ display:flex; gap:12px; flex-wrap:wrap; margin: 8px 0 20px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:16px; border:1px solid var(--line);
  font-weight:950; cursor:pointer; transition: transform .12s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn--primary{
  border-color: rgba(124,58,237,.35);
  background: linear-gradient(135deg, rgba(124,58,237,.92), rgba(6,182,212,.75));
  box-shadow: 0 16px 40px rgba(124,58,237,.25);
}
.btn--ghost{ background: rgba(255,255,255,.04); }
.btn--small{ padding:10px 12px; border-radius:14px; }

.stats{ display:flex; gap:12px; flex-wrap:wrap; }
.stat{
  flex: 1 1 140px; border:1px solid var(--line); background: rgba(255,255,255,.03);
  border-radius: var(--radius); padding:12px 14px;
}
.stat__num{ font-size:22px; font-weight:950; letter-spacing:-.4px; }
.stat__label{ font-size:13px; color: var(--muted); font-weight:850; }

/* Visual card */
.hero__visual{ display:flex; justify-content:flex-end; }
.card-glow{
  width:min(420px, 100%); border-radius: 26px; padding:1px;
  background: linear-gradient(135deg, rgba(124,58,237,.85), rgba(34,197,94,.55), rgba(6,182,212,.65));
  box-shadow: var(--shadow); transform: translateY(6px);
}
.card-glow__inner{
  border-radius: 25px; padding:16px;
  background:
    radial-gradient(600px 260px at 30% 0%, rgba(124,58,237,.18), transparent 50%),
    rgba(15,26,51,.92);
  border:1px solid rgba(255,255,255,.08);
}
.grid-badge{
  display:flex; justify-content:space-between; align-items:flex-end;
  padding:12px 12px 10px; border-radius:18px;
  background: rgba(255,255,255,.04); border:1px solid var(--line);
}
.grid-badge__title{ font-weight:950; letter-spacing:-.3px; }
.grid-badge__desc{ font-size:13px; color:var(--muted); font-weight:850; }
.mini-cards{ margin-top:12px; display:grid; gap:10px; }
.mini-card{
  padding:12px; border-radius:18px; border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.mini-card__tag{
  display:inline-block; font-size:12px; font-weight:950;
  background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08);
  padding:5px 10px; border-radius:999px;
}
.mini-card__title{ margin:8px 0 2px; font-size:14px; font-weight:950; line-height:1.25; }
.mini-card__meta{ margin:0; font-size:12px; color: var(--muted); font-weight:850; }

.note{ margin-top:12px; padding:12px; border-radius:18px; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.03); }
.note--mt{ margin-top:14px; }
.note__title{ font-weight:950; margin-bottom:4px; }
.note__text{ color: rgba(233,236,245,.86); font-weight:800; font-size:14px; }

/* Page hero */
.page-hero{ padding:34px 0 10px; }
.page-hero__inner{
  padding:18px; border-radius: 26px; border:1px solid rgba(255,255,255,.10);
  background: radial-gradient(700px 260px at 20% 0%, rgba(124,58,237,.18), transparent 55%), rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.page-hero__title{ margin:0 0 6px; font-size: clamp(26px, 3.2vw, 38px); font-weight:950; letter-spacing:-.4px; }
.page-hero__desc{ margin:0; color: rgba(233,236,245,.86); font-weight:750; max-width: 72ch; }

/* Sections */
.section{ padding:44px 0; }
.section--alt{ background: rgba(255,255,255,.02); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section__head{ display:flex; justify-content:space-between; align-items:flex-end; gap:14px; margin-bottom:16px; flex-wrap:wrap; }
.section__title{ margin:0; font-size:24px; font-weight:950; letter-spacing:-.4px; }
.section__subtitle{ margin:0; color: var(--muted); font-weight:850; max-width: 70ch; }

/* Filters */
.filters{
  border:1px solid var(--line); background: rgba(255,255,255,.03);
  border-radius: 22px; padding:14px; margin-bottom:18px;
}
.filters__row{ display:grid; grid-template-columns: 1.3fr .85fr .85fr auto; gap:12px; align-items:end; }
.filters__row--compact{ grid-template-columns: 1.2fr 1fr 1fr auto; }
.field{ display:flex; flex-direction:column; gap:6px; }
.field__label{ font-size:12px; font-weight:950; }
.field__input{
  width:100%; padding:12px 12px; border-radius:16px;
  border:1px solid rgba(255,255,255,.10); background: rgba(7,10,18,.35);
  color: var(--text); outline:none; font-weight:900;
}
.field__input::placeholder{ color: rgba(168,177,204,.8); }
.field__input:focus{ border-color: rgba(6,182,212,.35); box-shadow: 0 0 0 4px rgba(6,182,212,.12); }
.filters__hint{ margin-top:12px; color: var(--muted); font-weight:900; font-size:13px; }

/* Grid + cards */
.grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; }
.work{
  padding:16px 16px 14px; border-radius: 22px;
  background: rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.work:hover{ transform: translateY(-2px); border-color: rgba(124,58,237,.30); background: rgba(255,255,255,.045); }
.work__badge{
  display:inline-flex; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04);
  padding:7px 10px; border-radius:999px; font-size:12px; font-weight:950;
}
.work__title{ margin:10px 0 6px; font-size:16px; line-height:1.25; font-weight:950; }
.work__meta{ margin:0; color: rgba(168,177,204,.95); font-weight:900; font-size:13px; }
.work__desc{ margin:10px 0 12px; color: rgba(233,236,245,.86); font-weight:750; font-size:14px; }
.work__actions{ display:flex; gap:10px; flex-wrap:wrap; }
.work__link{
  display:inline-flex; padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03); font-weight:950;
}
.work__link:hover{ border-color: rgba(6,182,212,.35); }
.work__link--ghost{ background: rgba(255,255,255,.02); }

/* Empty */
.empty{
  margin-top:18px; padding:22px 16px; border:1px dashed rgba(255,255,255,.20);
  border-radius: 22px; text-align:center; background: rgba(255,255,255,.02);
}
.empty__icon{ font-size:28px; }
.empty__title{ margin:8px 0 6px; font-weight:950; }
.empty__desc{ margin:0; color:var(--muted); font-weight:900; }

/* Lists */
.list-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; }
.list-card{
  padding:16px; border-radius: 22px; border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03); box-shadow: 0 18px 40px rgba(0,0,0,.16);
  transition: transform .12s ease, border-color .12s ease;
}
.list-card:hover{ transform: translateY(-2px); border-color: rgba(34,197,94,.30); }
.list-card__title{ display:block; font-weight:950; letter-spacing:-.2px; margin-bottom:4px; }
.list-card__meta{ display:block; color: var(--muted); font-weight:900; font-size:13px; }
.list-card--disabled{ opacity:.72; cursor:not-allowed; }
.list-card--disabled:hover{ transform:none; border-color: rgba(255,255,255,.10); }

/* About */
.about{ display:grid; grid-template-columns: 1.1fr .9fr; gap:16px; }
.about__card{
  border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.03);
  border-radius: 26px; padding:18px; box-shadow: var(--shadow);
}
.about__title{ margin:0 0 8px; font-weight:950; }
.about__desc{ margin:0 0 12px; color: rgba(233,236,245,.88); font-weight:750; }
.about__list{ margin:0 0 14px; padding-left: 18px; color: rgba(233,236,245,.88); font-weight:900; }
.about__cta{ display:flex; gap:12px; flex-wrap:wrap; }
.about__aside{ display:grid; gap:12px; }
.quote{
  border-radius: 26px; padding:16px; border:1px solid rgba(255,255,255,.10);
  background: radial-gradient(560px 240px at 20% 0%, rgba(124,58,237,.18), transparent 55%), rgba(255,255,255,.03);
}
.quote__mark{ font-size:44px; line-height:1; font-weight:950; opacity:.9; }
.quote__text{ margin:0 0 10px; font-weight:950; }
.quote__by{ color: var(--muted); font-weight:950; font-size:13px; }
.badge-stack{ display:flex; flex-wrap:wrap; gap:10px; }
.badge{
  padding:10px 12px; border-radius:999px; background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10); font-weight:950; font-size:12px;
}

/* Callout */
.callout{
  border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03);
  border-radius: 26px; padding:16px;
}
.callout__title{ font-weight:950; margin-bottom:10px; }
.callout__list{ margin:0; padding-left: 18px; color: rgba(233,236,245,.90); font-weight:850; }

/* Footer */
.footer{ border-top:1px solid var(--line); background: rgba(7,10,18,.65); }
.footer__inner{ padding:18px 0; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.footer__left{ display:flex; align-items:center; gap:12px; }
.footer__logo{ width:44px; height:44px; object-fit:contain; }
.footer__title{ font-weight:950; }
.footer__meta{ color: var(--muted); font-weight:900; font-size:13px; }
.footer__right{ display:flex; gap:14px; flex-wrap:wrap; }
.footer__link{ color: rgba(233,236,245,.9); font-weight:950; font-size:13px; }
.footer__link:hover{ text-decoration:underline; }

/* Responsive */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; gap:18px; }
  .hero__visual{ justify-content:flex-start; }
  .filters__row, .filters__row--compact{ grid-template-columns: 1fr 1fr; }
  .grid{ grid-template-columns: repeat(2, 1fr); }
  .list-grid{ grid-template-columns: repeat(2, 1fr); }
  .about{ grid-template-columns: 1fr; }
}
@media (max-width: 640px){
  .nav{ display:none; }
  .hamburger{ display:inline-flex; }
  .filters__row, .filters__row--compact{ grid-template-columns: 1fr; }
  .grid{ grid-template-columns: 1fr; }
  .list-grid{ grid-template-columns: 1fr; }
  .brand__subtitle{ display:none; }
}
