/* =========================================================
   SKYTHINKS — PRODUCTS HUB
   ========================================================= */
.hub-body{background:#fff}

.hub-hero{position:relative; overflow:hidden; padding:150px 0 70px;
  background:linear-gradient(180deg,#fbfcfe,#f5f9fd 60%,#fff)}
.hub-orbs{position:absolute; inset:0; pointer-events:none}
.hub-orbs span{position:absolute; border-radius:50%; filter:blur(90px); opacity:.42}
.hub-orbs span:nth-child(1){width:520px; height:520px; background:rgba(66,133,244,.4); top:-180px; right:4%}
.hub-orbs span:nth-child(2){width:420px; height:420px; background:rgba(52,168,83,.32); bottom:-160px; left:-60px}
.hub-orbs span:nth-child(3){width:360px; height:360px; background:rgba(251,188,5,.26); top:30%; left:46%}
.hub-hero .wrap{position:relative; z-index:2}
.hub-h{font-family:var(--display); font-weight:800; font-size:clamp(36px,4.4vw,60px); line-height:1.08;
  letter-spacing:-.035em; margin:20px 0 0}
.hub-sub{margin-top:18px; font-size:clamp(15.5px,1.2vw,18px); color:#43506a; line-height:1.62; max-width:62ch}

.hub-sec{padding:26px 0 96px; background:linear-gradient(180deg,#fff,var(--soft))}
.hub-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:16px; margin-bottom:44px}
.hub-card{display:grid; gap:7px; padding:24px 22px; border-radius:var(--radius); background:#fff;
  box-shadow:var(--shadow-sm); transition:transform .3s var(--ease), box-shadow .3s}
.hub-card:hover{transform:translateY(-5px); box-shadow:var(--shadow)}
.hub-ic{width:42px; height:42px; border-radius:13px; margin-bottom:6px}
.hub-ic.accent-blue{background:linear-gradient(135deg,rgba(66,133,244,.9),rgba(66,133,244,.35))}
.hub-ic.accent-green{background:linear-gradient(135deg,rgba(52,168,83,.9),rgba(52,168,83,.35))}
.hub-ic.accent-yellow{background:linear-gradient(135deg,rgba(251,188,5,.95),rgba(251,188,5,.4))}
.hub-ic.accent-red{background:linear-gradient(135deg,rgba(234,67,53,.9),rgba(234,67,53,.35))}
.hub-ic.accent-orange{background:linear-gradient(135deg,rgba(240,130,30,.9),rgba(240,130,30,.35))}
.hub-card b{font-family:var(--display); font-size:19px; letter-spacing:-.02em}
.hub-tag{font-size:13.5px; font-weight:600; color:var(--blue)}
.hub-best{font-size:13px; color:var(--muted); line-height:1.45}
.hub-price{margin-top:6px; font-size:14px; font-weight:700}
.hub-price i{font-style:normal; font-weight:500; color:var(--muted)}
.hub-cta{font-size:13.5px; font-weight:600; color:var(--text)}

@media (max-width:900px){
  .hub-hero{padding:120px 0 50px}
  .pnav-name{display:none}
}
@media (max-width:680px){
  .hub-grid{grid-template-columns:1fr}
}
