:root{
  --brand:#0d6efd;
}

body{ scroll-behavior:smooth; }

.hero{
  background: radial-gradient(1200px circle at 20% 10%, rgba(13,110,253,.18), transparent 55%),
              radial-gradient(1000px circle at 80% 20%, rgba(25,135,84,.14), transparent 50%),
              linear-gradient(180deg, rgba(0,0,0,.03), transparent 35%);
}

.section-title{
  letter-spacing:.2px;
}

.icon-badge{
  width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:14px;background:rgba(13,110,253,.12);
  font-size:20px;
}

.card-soft{
  border:0; box-shadow: 0 10px 30px rgba(0,0,0,.06);
  border-radius: 18px;
}

.footer{
  border-top:1px solid rgba(0,0,0,.08);
}

.model-wrap{
  background: rgba(0,0,0,.03);
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
}
