:root{
  --bg:#0b1220;
  --text:#ffffff;
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.58);
  --border:rgba(255,255,255,.12);
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.045);
  --accent:#4f46e5;
  --accent2:#06b6d4;
}

/* RESET */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:var(--text);
  background:
    radial-gradient(900px 600px at 15% 10%, rgba(79,70,229,.28), transparent 55%),
    radial-gradient(900px 600px at 85% 90%, rgba(6,182,212,.20), transparent 55%),
    var(--bg);
}

/* LINKS */
a{color:inherit}
.top-link{color:rgba(255,255,255,.80); text-decoration:none}
.top-link:hover{color:#fff; text-decoration:underline}

/* BUTTONS */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.22);
}
.btn:active{transform:translateY(1px)}
.btn.primary{
  background:linear-gradient(135deg, rgba(79,70,229,.95), rgba(6,182,212,.55));
  border-color:rgba(255,255,255,.10);
}
.btn.primary:hover{background:linear-gradient(135deg, rgba(79,70,229,1), rgba(6,182,212,.65))}
.btn.ghost{background:rgba(255,255,255,.03)}
.btn.big{padding:12px 18px; border-radius:14px; font-size:15px}

/* PILL */
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  font-size:12px;
  color:rgba(255,255,255,.82);
}
.sep{opacity:.55}

/* ===== TOPBAR (NO KASHA) ===== */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(6,10,18,.55);
}
.topbar-inner{
  max-width:1200px;
  margin:0 auto;
   padding: 16px 20px; /* sal balandroq */

  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap:14px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  max-width:720px;
  text-decoration:none;
}
.brand-logo{
   width: 52px;     /* oldin 36px edi */
  height: 52px;    /* oldin 36px edi */
  object-fit:contain;
  display:block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
}

.brand-text{display:flex; flex-direction:column; gap:2px; min-width:0}
.brand-name{
  font-weight:900;
  letter-spacing:.2px;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.brand-sub{
  font-size:12px;
  color:var(--muted2);
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.topbar-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  min-width:0;
}
.top-meta{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted2);
  font-size:13px;
  white-space:nowrap;
}
.top-actions{display:flex; align-items:center; gap:10px}

/* Hide meta on mobile */
@media (max-width: 760px){
  .top-meta{display:none}
  .brand{max-width:520px}
}

/* ===== LAYOUT ===== */
.wrap{
  max-width:1200px;
  margin:0 auto;
  padding:28px 18px 40px;
}

/* ===== HERO ===== */
.hero{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.hero-card{
  position:relative;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(600px 320px at 85% 75%, rgba(6,182,212,.22), transparent 55%),
    radial-gradient(520px 300px at 20% 30%, rgba(79,70,229,.20), transparent 55%),
    rgba(255,255,255,.045);
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  padding:28px 26px 26px;
  overflow:hidden;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.85);
  font-size:12px;
  font-weight:700;
  margin-bottom:14px;
}

.hero-title{
  margin:0 0 10px 0;
  font-size:44px;
  line-height:1.1;
  letter-spacing:-.6px;
}
.hero-subtitle{
  display:block;
  margin-top:6px;
  font-size:20px;
  color:rgba(255,255,255,.78);
  font-weight:700;
  letter-spacing:-.2px;
}
.hero-desc{
  margin:0 0 18px 0;
  color:rgba(255,255,255,.74);
  max-width:720px;
  line-height:1.6;
  font-size:15px;
}
.hero-cta{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.hero-note{
  color:rgba(255,255,255,.65);
  font-size:13px;
}

/* decorative blobs */
.blob{
  position:absolute;
  border-radius:999px;
  filter: blur(10px);
  opacity:.55;
}
.blob.b1{
  width:220px; height:220px;
  right:-70px; top:-70px;
  background:rgba(79,70,229,.35);
}
.blob.b2{
  width:260px; height:260px;
  right:80px; bottom:-120px;
  background:rgba(6,182,212,.28);
}

/* ===== STRIP ===== */
.strip{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.strip-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.18);
}
.strip-title{font-weight:900; margin-bottom:2px}
.strip-text{color:rgba(255,255,255,.70); font-size:13px; line-height:1.5}

/* ===== CARDS ===== */
.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
  margin-top:16px;
}
.card{
  text-decoration:none;
  color:#fff;
  padding:18px 16px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  box-shadow: 0 22px 70px rgba(0,0,0,.30);
  transition: transform .14s ease, background .14s ease, border-color .14s ease;
  min-height:170px;
}
.card:hover{
  transform: translateY(-2px);
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.22);
}

.card-title{font-weight:900; margin-bottom:6px}
.card-text{
  color:rgba(255,255,255,.70);
  line-height:1.55;
  font-size:13px;
  margin-bottom:14px;
}
.card-link{font-weight:800; color:rgba(255,255,255,.92)}

/* ===== FOOTER ===== */
.site-footer{
  width:100%;
  margin-top:28px;
  padding: 18px 18px 26px;
}
.footer-inner{
  max-width:1200px;
  margin:0 auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.footer-left{
  font-size:13px;
  color:rgba(255,255,255,.55);
}
.footer-nav{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.footer-nav a{
  font-size:13px;
  color:rgba(255,255,255,.72);
  text-decoration:none;
  padding:6px 8px;
  border-radius:10px;
  transition: background .12s ease, color .12s ease;
}
.footer-nav a:hover{
  color:#fff;
  background:rgba(255,255,255,.06);
}

/* icon img sizing */
.card-ico img{
  width: 60px;    /* 🔥 shu bilan fire ham teng bo‘ladi */
  height: 60px;
  object-fit: contain;
  display:block;
}

html, body{
  height: 100%;
}

body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main{
  flex: 1 0 auto;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 980px){
  .hero-title{font-size:36px}
  .cards{grid-template-columns: repeat(2, 1fr)}
}
@media (max-width: 640px){
  .wrap{padding:22px 14px 32px}
  .hero-card{padding:22px 18px}
  .hero-title{font-size:30px}
  .hero-subtitle{font-size:16px}
  .strip{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
}
