/* Minimal extra-stil i samma anda som din mall */
.hero-gradient{
  background: radial-gradient(120% 120% at 0% 0%, #e6f0ff 0%, #e8fff1 60%, #ffffff 100%);
}
.feature-list li{
  display:flex; align-items:center; gap:.75rem; font-size:1.05rem; margin:1rem 0;
}
.feature-list i{ font-size:1.4rem; }
.plan-card .rank{
  display:inline-block; width:36px; height:36px; line-height:36px; border-radius:50%;
  background:#eef2ff; color:#2b5cff; font-weight:600;
}
.operator-logo{ object-fit:contain; max-width:120px; height:auto; }
.label{ font-size:.8rem; color:#6c757d; text-transform:uppercase; letter-spacing:.02em; }
.value{ font-weight:600; }
@media (max-width: 576px){
  .plan-card .value{ font-size:1.05rem; }
}
/* Nav-förbättringar */
.navbar .nav-link.active {
  font-weight: 600;
  color: var(--bs-primary) !important;
}
.offcanvas .nav-link {
  padding: .6rem 0;
  font-size: 1.05rem;
}
.offcanvas .btn.btn-primary {
  width: 100%;
}

/* Sektioner/hero återbruk */
.section-title {
  font-weight: 700;
  letter-spacing: .2px;
}
/* === Footer === */
.site-footer{
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%); /* diskret mörk */
  color: rgba(255,255,255,.88);
  border-top: 1px solid rgba(255,255,255,.08);
}
.site-footer .footer-link{
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-weight: 500;
}
.site-footer .footer-link:hover{ text-decoration: underline; }
.site-footer .fineprint{ color: rgba(255,255,255,.7); }
.site-footer .divider{ color: rgba(255,255,255,.35); }

/* liten hover för kort i "Kom igång" (om inte redan finns) */
.hover-shadow-sm{ transition: box-shadow .2s ease, transform .2s ease; }
.hover-shadow-sm:hover{ box-shadow: 0 6px 22px rgba(0,0,0,.08); transform: translateY(-2px); }
/* Kampanj-ribbon */
.ribbon-campaign {
  position: absolute;
  top: 0.75rem; left: -0.5rem;
  background: #dc3545; /* Bootstrap danger */
  color: #fff;
  padding: .25rem .75rem;
  transform: rotate(-6deg);
  border-radius: .25rem;
  box-shadow: 0 6px 18px rgba(220,53,69,.25);
  font-weight: 600;
  font-size: .9rem;
}
.ribbon-campaign span { display: inline-flex; align-items: center; gap: .25rem; }

/* Prisstack */
.price-stack .price-old { opacity: .7; }
.price-stack .price-new { line-height: 1.1; }

/* Justera rank-badge så den inte krockar visuellt */
.plan-card .rank {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 999px;
  background: #f1f5f9;
  font-weight: 700;
}
