/* 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;
}
.best-choice-card {
  background: linear-gradient(180deg, #f4fff7 0%, #ffffff 100%);
  box-shadow: 0 0.75rem 1.5rem rgba(25, 135, 84, 0.18) !important;
}

.best-choice-banner {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
}

.best-choice-banner-inner {
  display: inline-flex;
  align-items: center;
  background: #198754;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 0.5rem 1rem rgba(25, 135, 84, 0.3);
  letter-spacing: 0.2px;
}

.best-choice-subtext {
  margin-top: 0.45rem;
  margin-left: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #198754;
  background: rgba(255,255,255,0.92);
  display: inline-block;
  padding: 0.25rem 0.55rem;
  border-radius: 0.5rem;
}

.best-choice-card .card-body {
  padding-top: 4.25rem;
}

@media (max-width: 767.98px) {
  .best-choice-banner {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .best-choice-banner-inner {
    font-size: 0.95rem;
    padding: 0.8rem 1rem;
  }

  .best-choice-subtext {
    font-size: 0.75rem;
  }

  .best-choice-card .card-body {
    padding-top: 5.2rem;
  }
}