
:root{
  --interbide-primary:#0d6efd;
  --interbide-dark:#0b1220;
}
body{scroll-behavior:smooth;}
.navbar{backdrop-filter:saturate(180%) blur(10px);}
.hero{
  position:relative;
  background: radial-gradient(1200px 600px at 10% 10%, rgba(13,110,253,.18), transparent 60%),
              radial-gradient(900px 500px at 90% 10%, rgba(25,135,84,.14), transparent 55%),
              linear-gradient(180deg, #0b1220 0%, #0f172a 60%, #0b1220 100%);
  color:#fff;
  overflow:hidden;
}
.hero img.hero-art{
  max-width: 100%;
  height:auto;
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.section-title{
  letter-spacing:.02em;
}
.card-hover{
  transition: transform .18s ease, box-shadow .18s ease;
}
.card-hover:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(2,6,23,.15);
}
.iso-card img{
  width:100%;
  height:160px;
  object-fit:cover;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}
.badge-soft{
  background: rgba(13,110,253,.1);
  color: var(--interbide-primary);
  border: 1px solid rgba(13,110,253,.18);
}
footer{
  background:#0b1220;
  color: rgba(255,255,255,.8);
}
