/* Fas-baserad design */
.phase-section {
  margin: 0;
  scroll-margin-top: 100px;
}

.phase-header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 22px 8px;
  border-bottom: none;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s ease;
}

.phase-header:hover {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
}

.phase-header::-webkit-details-marker {
  display: none;
}

/* Add margin when details is open */
.phase-section[open] .phase-header {
  margin-bottom: 28px;
}

/* Gradient-avskiljare mellan fasrader */
.phase-section + .phase-section .phase-header {
  position: relative;
}
.phase-section + .phase-section .phase-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #9CA3AF 0%, transparent 100%);
}

/* Plus/minus ikon-logik */
.phase-expand {
  margin-left: auto;
  color: #9CA3AF;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.phase-header:hover .phase-expand {
  color: #6B7280;
}

/* Stängd: visa plus, dölj minus */
.phase-section:not([open]) .phase-expand .icon-plus {
  display: block;
}
.phase-section:not([open]) .phase-expand .icon-minus {
  display: none;
}

/* Öppen: dölj plus, visa minus */
.phase-section[open] .phase-expand .icon-plus {
  display: none;
}
.phase-section[open] .phase-expand .icon-minus {
  display: block;
}

.phase-content {
  animation: expandDown 0.3s ease;
}

.phase-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #6B7280;
  background: #F3F4F6;
  border: none;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 36px;
  flex-shrink: 0;
}

.phase-titles {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.phase-titles h2 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  color: #1F2937;
  line-height: 1.3;
}

.phase-sub {
  font-size: 1rem;
  color: #6B7280;
  font-weight: 400;
  line-height: 1.3;
}

.phase-section .checklist-phase {
  border-left-color: #64B5F6;
}

/* Tier-baserade färger: klamrar och underrubriker */
body.tier-basic .checklist-phase {
  border-left-color: #81C784;
}
body.tier-basic .card-header-row h3 {
  color: #2E7D32;
}
body.tier-basic .phase1-btn-done {
  background: #4CAF50 !important;
}
body.tier-basic .phase1-btn-done:hover {
  background: #43A047 !important;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3) !important;
}
body.tier-basic .info-icon,
body.tier-basic .info-icon-hint {
  background: #4CAF50;
}
body.tier-basic .info-icon:hover {
  background: #388E3C;
}
body.tier-basic .info-hint {
  background: #E8F5E9;
  color: #2E7D32;
}
body.tier-basic .info-hint-pulse,
body.tier-basic .info-hint-pulse-twice,
body.tier-basic .info-hint-pulse-once {
  --hint-pulse-color: rgba(27, 94, 32, 0.45);
}
body.tier-basic .rse-inline-alert-body {
  background: #E8F5E9;
}

body.tier-premium .checklist-phase {
  border-left-color: #64B5F6;
}
body.tier-premium .card-header-row h3 {
  color: #1565C0;
}
body.tier-premium .phase1-btn-done {
  background: #2196F3 !important;
}
body.tier-premium .phase1-btn-done:hover {
  background: #1E88E5 !important;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3) !important;
}
body.tier-premium .info-icon,
body.tier-premium .info-icon-hint {
  background: #1976D2;
}
body.tier-premium .info-icon:hover {
  background: #1565C0;
}
body.tier-premium .info-hint {
  background: #E3F2FD;
  color: #1565C0;
}
body.tier-premium .info-hint-pulse,
body.tier-premium .info-hint-pulse-twice,
body.tier-premium .info-hint-pulse-once {
  --hint-pulse-color: rgba(13, 71, 161, 0.45);
}
body.tier-premium .rse-inline-alert-body {
  background: #E3F2FD;
}

body.tier-max .checklist-phase {
  border-left-color: #FFB74D;
}
body.tier-max .card-header-row h3 {
  color: #E65100;
}
body.tier-max .phase1-btn-done {
  background: #FF9800 !important;
  color: white !important;
}
body.tier-max .phase1-btn-done:hover {
  background: #FB8C00 !important;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3) !important;
}
body.tier-max .info-icon,
body.tier-max .info-icon-hint {
  background: #F57C00;
}
body.tier-max .info-icon:hover {
  background: #E65100;
}
body.tier-max .info-hint {
  background: #FFF3E0;
  color: #E65100;
}
body.tier-max .info-hint-pulse,
body.tier-max .info-hint-pulse-twice,
body.tier-max .info-hint-pulse-once {
  --hint-pulse-color: rgba(191, 63, 0, 0.45);
}
body.tier-max .rse-inline-alert-body {
  background: #FFF3E0;
}

/* phase-header h2 styling handled by .phase-titles h2 above */

/* Header-rad med h3 + tier-badge */
.card-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card .card-header-row h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.phase-tier-badge {
  font-size: 1.1rem;
  padding: 8px 24px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 0;
}

.phase-tier-badge.basic {
  border: 1.5px solid #A5D6A7;
}

.phase-tier-badge.premium {
  border: 1.5px solid #90CAF9;
}

.phase-tier-badge.max {
  border: 1.5px solid #FFCC80;
}

/* Checklista faser */
.checklist-phase {
  margin: 12px 0;
  padding: 2px 16px 10px 16px;
  background: var(--bg-light);
  border-radius: 12px;
  border-left: 4px solid #64B5F6;
  overflow: visible;
}

.checklist-phase h4 {
  margin: 0 0 6px 0 !important;
  padding: 0;
  color: var(--text-dark);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.phase-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--primary-color);
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.phase-badge.success {
  background: var(--success-color);
}

.phase-badge.warning {
  background: var(--warning-color);
}

.phase-badge.info {
  background: var(--primary-color);
}

.phase-badge.mapping {
  background: #64B5F6;
}

.phase-badge.execution {
  background: #FFB74D;
}

.phase-badge.completion {
  background: #81C784;
}

/* Förbättrad checkbox styling för faser */
.checklist-phase label {
  display: flex;
  align-items: flex-start;
  padding: 4px 8px;
  margin: 0;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

/* Dölj labels och checklist-items med hidden-klass */
.checklist-phase label.hidden,
.checklist-phase .checklist-item.hidden {
  display: none;
}

.checklist-phase label:hover {
  border-color: var(--primary-light);
  transform: translateX(4px);
}

.checklist-phase input[type="checkbox"] {
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Behåll normal text när checkbox är ikryssad (ingen överstruken/grå text) */
.checklist-phase input[type="checkbox"]:checked + span {
  text-decoration: none;
  opacity: 1;
}

/* Remove green background for completed tasks */
.checklist-phase label:has(input[type="checkbox"]:checked) {
  background: white;
}

/* Förklaringsknappar för checkboxar */
.checklist-item {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.ref-num {
  color: #999;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  user-select: none;
  flex-shrink: 0;
  width: 40px;
  text-align: right;
  margin-right: 6px;
  align-self: flex-start;
  position: relative;
  top: 4px;
}

.ref-num-heading {
  color: #333;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 6px;
  width: auto;
  align-self: center;
  top: 0;
}

.checklist-item-row {
  display: flex;
  align-items: flex-start;
  padding: 4px 8px;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  overflow: visible;
}

.checklist-item-row:hover {
  border-color: #B8DCFC;
  background: #F8FBFF;
}

.checklist-item input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 0;
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
  top: 5px;
}

.checklist-item-text {
  flex: 1;
  font-weight: normal;
  line-height: 1.4;
}

/* Fet text när checkbox är ikryssad */
.checklist-item input[type="checkbox"]:checked + .checklist-item-text {
  text-decoration: none;
  opacity: 1;
  font-weight: 700;
}

/* Fas 2: varningsikon — exakt samma storlek och position som checkbox */
.checklist-item-row.phase2-row {
  position: relative;
}
.phase2-warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
  top: 4px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  cursor: help;
}
.phase2-warning-spacer {
  width: 14px;
  flex-shrink: 0;
  margin-right: 4px;
}
.phase2-warning-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

.phase2-warning-icon[data-tooltip]:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  background: #C94C4C;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 100;
  pointer-events: none;
}

/* Submenu för hierarkiska checklistor i fas 1 */
.checklist-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 28px;
  border-left: 2px solid #e0e0e0;
  margin-left: 16px;
}

.checklist-submenu.expanded {
  max-height: 2000px;
  overflow: visible;
}

.explain-btn {
  background: transparent;
  border: 1px solid var(--primary-light);
  color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  cursor: pointer;
  margin: 0;
  margin-left: 12px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.explain-btn:hover {
  background: var(--primary-light);
  transform: none;
  box-shadow: none;
}

.explanation-text {
  display: none;
  padding: 10px 12px 10px 36px;
  font-size: 0.9rem;
  color: var(--text-gray);
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
  margin-top: -2px;
  line-height: 1.5;
}

.explanation-text.visible {
  display: block;
  animation: slideDown 0.2s ease;
}

/* H3 och H4 styling för bättre hierarki */
.card h3 {
  color: var(--primary-color);
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.card h4 {
  color: var(--text-dark);
  font-size: 1.1rem;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}

/* Förbättrade buttons (exkluderar strategy-card) */
button:not(.strategy-card) {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
  margin-top: 16px;
}

button:not(.strategy-card):hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 204, 0.3);
}

button:not(.strategy-card):active {
  transform: translateY(0);
}

/* Strategi-knappar */
button[data-strategy] {
  display: block;
  width: 100%;
  text-align: left;
  margin: 12px 0;
  background: white;
  color: var(--text-dark);
  border: 2px solid var(--primary-light);
  padding: 16px 20px 16px 48px;
  transition: all 0.3s ease;
  position: relative;
}

button[data-strategy]::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid var(--primary-light);
  border-radius: 50%;
  transition: all 0.3s ease;
}

button[data-strategy]:hover {
  background: var(--primary-light);
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

button[data-strategy]:hover::before {
  border-color: var(--primary-color);
}

button[data-strategy].strategy-selected {
  background: linear-gradient(135deg, var(--primary-light), #E3F2FD);
  border-color: var(--primary-color);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
}

button[data-strategy].strategy-selected::before {
  content: '✓';
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Strategy option containers */
.strategy-option {
  margin-bottom: 8px;
}

.strategy-info {
  margin-top: 0;
  overflow: hidden;
}

.strategy-info:empty {
  display: none;
}

.strategy-info .info-box {
  margin-top: 12px;
  margin-bottom: 16px;
}

/* Strategi-indikator i checklistor */
.strategy-indicator {
  background: linear-gradient(135deg, var(--primary-light), #E3F2FD);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

.strategy-indicator .strategy-label {
  color: var(--text-gray);
  font-weight: 500;
}

.strategy-indicator .strategy-name {
  color: var(--primary-color);
  font-weight: 700;
}

/* Expanderbar info under checkboxar */
.expand-info-box {
  margin-left: 0;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Horisontell tidslinje */
.timeline-horizontal {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 32px 0 48px 0;
  padding: 24px;
  background: var(--bg-light);
  border-radius: 16px;
}

.timeline-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.timeline-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -18px;
  top: 24px;
  font-size: 1.5rem;
  color: #555;
  font-weight: bold;
}

.timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  color: #64B5F6;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 12px;
  box-shadow: none;
}

.timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}

.timeline-icon svg {
  width: 44px;
  height: 44px;
}

.timeline-title {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.timeline-desc {
  font-size: 0.8rem;
  color: var(--text-gray);
  line-height: 1.3;
}

/* Hjälpkort - "Det här får du hjälp med" */
.help-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 32px auto 48px auto;
  max-width: 640px;
}

.help-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: white;
  border-radius: 16px;
  padding: 28px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  min-height: 190px;
}

.help-card .timeline-icon {
  margin-bottom: 12px;
}

.help-card .timeline-icon svg {
  width: 52px;
  height: 52px;
}

.help-card-title {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 1rem;
  margin-bottom: 4px;
}

.help-card-desc {
  font-size: 0.85rem;
  color: var(--text-gray);
  line-height: 1.3;
}

@media (max-width: 480px) {
  .help-cards {
    gap: 12px;
  }
  .help-card {
    padding: 20px 12px;
  }
  .help-card .timeline-icon svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .timeline-horizontal {
    flex-direction: column;
    gap: 16px;
  }

  .timeline-step {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 16px;
  }

  .timeline-step:not(:last-child)::after {
    content: '↓';
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    margin-top: 8px;
    font-weight: bold;
  }

  .timeline-number {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .timeline-icon {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 48px;
    height: 48px;
  }

  .timeline-icon svg {
    width: 28px;
    height: 28px;
  }

  .timeline-text {
    flex: 1;
  }
}

/* Responsiv design för faser */
@media (max-width: 768px) {
  .phase-section {
    margin: 0;
  }

  .phase-header {
    padding: 16px 12px;
  }

  .phase-titles h2 {
    font-size: 1.4rem;
  }

  .phase-sub {
    font-size: 0.9rem;
  }

  .phase-number {
    width: 40px;
    height: 40px;
    font-size: 1.15rem;
    margin-right: 16px;
    border-radius: 10px;
  }

  .phase-expand {
    width: 24px;
    height: 24px;
  }
  .phase-expand svg {
    width: 16px;
    height: 16px;
  }

  /* Add margin when details is open on mobile */
  .phase-section[open] .phase-header {
    margin-bottom: 20px;
  }

  .checklist-phase {
    padding: 2px 12px 10px 12px;
  }

  .checklist-phase h4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 6px 0 !important;
  }
}

/* Separation mellan faser hanteras av gradient-border i .phase-header::before */

/* Expandable sections header för "Fördjupning" */
.expandable-sections {
  margin: 80px 0 48px 0;
  padding-top: 48px;
  border-top: 3px solid var(--bg-light);
}

.expandable-sections h2 {
  color: var(--text-dark);
  font-size: 1.8rem;
  font-weight: 700;
}

/* Strategiväljare */
.strategy-selector {
  margin-bottom: 24px;
  padding: 28px 28px 24px;
  background: #E3F2FD;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
body.tier-basic .strategy-selector {
  background: #E8F5E9;
}
body.tier-premium .strategy-selector {
  background: #E3F2FD;
}
body.tier-max .strategy-selector {
  background: #FFF3E0;
}

.strategy-selector h3 {
  margin: 0 0 6px 0;
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.strategy-selector-desc {
  color: var(--text-gray);
  margin: 0 0 20px 0;
  font-size: 0.95rem;
  text-align: center;
}

.strategy-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .strategy-options {
    grid-template-columns: 1fr;
  }
}

.strategy-card {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 12px 12px;
  border: 1.5px solid #e4e7ec;
  border-radius: 12px;
  background: white !important;
  color: inherit;
  cursor: pointer;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  position: relative;
  font-family: inherit;
}

.strategy-card:focus,
.strategy-card:focus-visible {
  outline: none;
  background: white !important;
}

.strategy-card:active {
  transform: translateY(0);
  background: white !important;
}

.strategy-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #dfe2e7;
  color: #6b7585;
  margin-bottom: 2px;
  transition: all 0.25s ease;
}

.strategy-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  border-color: #c5ccd6;
}

.strategy-card:hover .strategy-card-icon {
  background: #e8ecf1;
  color: #5a6577;
}

.strategy-card.selected {
  border-color: var(--primary-color);
  background: white;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15), 0 4px 16px rgba(0,0,0,0.08);
}

.strategy-card.selected .strategy-card-icon {
  background: rgba(25, 118, 210, 0.12);
  color: #1976D2;
}
.strategy-card.selected .strategy-card-desc {
  color: #1976D2;
}

.strategy-card-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-dark);
}

.strategy-card-desc {
  font-size: 0.78rem;
  color: var(--text-gray);
  line-height: 1.35;
  transition: color 0.25s ease;
}

/* Tier-specifika strategiväljare */
/* Bakgrund när strategi är vald (matchar info-hint per tier) */
.strategy-selector.strategy-chosen {
  background: #E3F2FD;
}
body.tier-basic .strategy-selector.strategy-chosen {
  background: #E8F5E9;
}
body.tier-premium .strategy-selector.strategy-chosen {
  background: #E3F2FD;
}
body.tier-max .strategy-selector.strategy-chosen {
  background: #FFF3E0;
}

/* Tier-specifika strategikort-färger (hover + selected) */
body.tier-basic .strategy-card.selected {
  border-color: #4CAF50;
  background: white;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.15), 0 4px 16px rgba(0,0,0,0.08);
}
body.tier-basic .strategy-card.selected .strategy-card-icon {
  background: rgba(76, 175, 80, 0.12);
  color: #2E7D32;
}
body.tier-basic .strategy-card.selected .strategy-card-desc {
  color: #2E7D32;
}

body.tier-premium .strategy-card.selected {
  border-color: #1976D2;
  background: white;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15), 0 4px 16px rgba(0,0,0,0.08);
}
body.tier-premium .strategy-card.selected .strategy-card-icon {
  background: rgba(25, 118, 210, 0.12);
  color: #1565C0;
}
body.tier-premium .strategy-card.selected .strategy-card-desc {
  color: #1565C0;
}

body.tier-max .strategy-card.selected {
  border-color: #F57C00;
  background: white;
  box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.15), 0 4px 16px rgba(0,0,0,0.08);
}
body.tier-max .strategy-card.selected .strategy-card-icon {
  background: rgba(245, 124, 0, 0.12);
  color: #E65100;
}
body.tier-max .strategy-card.selected .strategy-card-desc {
  color: #E65100;
}

/* Dölj strategifiltrerade items */
.strategy-hidden {
  display: none !important;
}

/* Strategival-prompt */
.strategy-prompt {
  text-align: center;
  padding: 32px 20px;
  color: var(--text-gray);
  font-style: italic;
}
