/* Recensionsspecifika komponenter. Samma tokens som styles.css.
   I produktion flyttar dessa till components.css (se DESIGNSYSTEM.md). */

.breadcrumb {
  padding: 16px 0 0;
  color: #7a8798;
  font-size: 13px;
  font-weight: 700;
}
.breadcrumb a:hover { color: #090941; }
.breadcrumb span { color: #b8c8da; padding: 0 6px; }

/* Review hero */
.review-hero { background: #14145c; overflow: hidden; }
.review-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
  gap: 40px;
  align-items: start;
  padding: 30px 0 56px;
}
.review-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 900;
  color: #090941; background: #ffe3d8;
}
.badge.ghost { color: #ffe3d8; background: rgba(255,227,216,0.14); }
.review-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.14;
  font-weight: 900;
}
.review-hero .lede {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  font-weight: 650;
}
.stars { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; }
.stars b { color: #fff; font-size: 26px; font-weight: 900; }
.stars .star-row { color: #ffb700; font-size: 20px; letter-spacing: 2px; }
.stars small { color: rgba(255,255,255,0.7); font-weight: 700; }

/* Fakta-kort i hero */
.fact-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(8,8,40,0.22);
  overflow: hidden;
}
.fact-card .fc-logo {
  padding: 22px 20px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #e8b923, #c8941a);
}
.fact-card dl { margin: 0; padding: 6px 20px 8px; }
.fact-card .fc-row {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}
.fact-card .fc-row:last-of-type { border-bottom: 0; }
.fact-card dt { color: #6b7689; font-size: 13px; font-weight: 700; margin: 0; }
.fact-card dd { color: #090941; font-size: 14px; font-weight: 900; margin: 0; text-align: right; }
.fact-card .fc-cta { padding: 6px 20px 22px; }
.fact-card .green-cta { min-height: 52px; border-radius: 9px; }
.fact-card .fc-terms { margin: 10px 0 0; color: #9aa6b5; font-size: 11px; font-weight: 700; text-align: center; }
.fact-card .fc-spi { display: block; margin-top: 6px; color: #6b7280; font-size: 11px; font-weight: 800; text-align: center; }
.fact-card .fc-spi:hover { color: #090941; }

/* Artikelkropp */
.article-body { max-width: 760px; }
.article-body h2 {
  margin: 44px 0 4px;
  color: #090941;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.2;
  font-weight: 900;
}
.article-body h3 { margin: 26px 0 2px; color: #090941; font-size: 19px; font-weight: 900; }
.article-body p { color: #44505f; font-size: 17px; font-weight: 500; line-height: 1.62; }
.article-body a:not(.green-cta) { color: #1d4ed8; font-weight: 700; }
.article-body a:not(.green-cta):hover { text-decoration: underline; }
.article-body ul { padding-left: 0; list-style: none; display: grid; gap: 8px; margin: 14px 0; }
.article-body ul li { position: relative; padding-left: 28px; color: #44505f; font-weight: 600; }
.article-body ul li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: #008b2f; font-weight: 900;
}

/* Betygsbars */
.verdict-card {
  margin: 26px 0 8px;
  padding: 24px;
  background: #f7fbff;
  border: 1px solid #d8e3ef;
  border-radius: 12px;
}
.verdict-top { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.verdict-score {
  display: grid; place-items: center;
  width: 72px; height: 72px; flex: none;
  color: #fff; background: #090941; border-radius: 14px;
  font-size: 26px; font-weight: 900;
}
.verdict-top p { margin: 0; color: #4b5a70; font-weight: 650; font-size: 15px; }
.score-row { display: grid; grid-template-columns: 120px 1fr 32px; align-items: center; gap: 12px; margin: 10px 0; }
.score-row span { color: #4b5a70; font-size: 14px; font-weight: 800; }
.score-track { height: 9px; background: #e2eaf3; border-radius: 999px; overflow: hidden; }
.score-fill { height: 100%; background: linear-gradient(90deg, #089267, #008b2f); border-radius: 999px; }
.score-row b { color: #090941; font-size: 14px; font-weight: 900; text-align: right; }

/* Faktasignal-ruta */
.signal-box {
  margin: 22px 0;
  padding: 18px 20px;
  background: #fff7f3;
  border: 1px solid #ffd7c7;
  border-radius: 10px;
  color: #6b4636;
  font-size: 15px;
  font-weight: 600;
}
.signal-box strong { color: #090941; }
.signal-box a { color: #1d4ed8; font-weight: 700; }

/* Mid CTA banner */
.mid-cta {
  margin: 30px 0;
  padding: 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  flex-wrap: wrap;
  background: #090941;
  border-radius: 12px;
}
.mid-cta p { margin: 0; color: #fff; font-weight: 800; font-size: 16px; max-width: 460px; }
.mid-cta .green-cta { min-width: 200px; padding: 0 26px; }

/* För och nackdelar */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 22px 0; }
.proscons section { padding: 20px; border-radius: 12px; border: 1px solid #d8e3ef; background: #fff; }
.proscons h3 { margin: 0 0 12px; font-size: 17px; }
.proscons .pros h3 { color: #008b2f; }
.proscons .cons h3 { color: #c2410c; }
.proscons ul { margin: 0; list-style: none; padding: 0; display: grid; gap: 10px; }
.proscons li { position: relative; padding-left: 26px; color: #44505f; font-weight: 600; font-size: 15px; }
.proscons .pros li::before { content: "+"; position: absolute; left: 0; color: #008b2f; font-weight: 900; font-size: 18px; }
.proscons .cons li::before { content: "−"; position: absolute; left: 0; color: #c2410c; font-weight: 900; font-size: 18px; }

/* FAQ */
.faq { display: grid; gap: 10px; margin-top: 18px; }
.faq details {
  background: #fff; border: 1px solid #d8e3ef; border-radius: 10px;
}
.faq details[open] { border-color: #b8c8da; box-shadow: 0 10px 24px rgba(15,23,42,0.06); }
.faq summary {
  padding: 16px 18px; cursor: pointer; list-style: none;
  color: #090941; font-weight: 900; font-size: 16px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: #ffb29c; font-size: 22px; font-weight: 900; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0; padding: 0 18px 18px; color: #4b5a70; font-weight: 600; font-size: 15px; }

/* Related */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.related-grid a {
  padding: 18px; background: #f8fbff; border: 1px solid #d8e3ef; border-radius: 10px;
}
.related-grid a:hover { transform: translateY(-3px); border-color: #b8c8da; box-shadow: 0 14px 28px rgba(15,23,42,0.08); }
.related-grid strong { color: #090941; font-size: 16px; }
.related-grid span { display: block; margin-top: 8px; color: #4b5a70; font-size: 13px; font-weight: 700; }

/* Sticky mobil-CTA (mobil-fix) */
.sticky-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(9,9,65,0.97);
  backdrop-filter: blur(6px);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.22);
  align-items: center; gap: 12px;
}
.sticky-cta .sc-info { color: #fff; font-size: 13px; font-weight: 800; line-height: 1.2; }
.sticky-cta .sc-info small { display: block; color: rgba(255,255,255,0.65); font-size: 11px; font-weight: 700; }
.sticky-cta .green-cta { margin-left: auto; min-height: 46px; padding: 0 22px; min-width: 0; }

@media (max-width: 980px) {
  .review-hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .related-grid { grid-template-columns: 1fr; }
  .proscons { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .review-hero-grid { padding: 22px 0 40px; }
  .article-body h2 { margin-top: 36px; }
  .score-row { grid-template-columns: 96px 1fr 30px; gap: 8px; }
  .score-row span { font-size: 13px; }
  .mid-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .mid-cta .green-cta { width: 100%; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 76px; }
  /* Behåll text i nav-knappen pa mobil (startsidans regel nollar den for ikonknappar) */
  .nav-actions a { font-size: 13px; padding: 0 14px; }
}
