/* v292: Umsetzung des abgestimmten Premium-Entwurfs für Topic-Seiten
   - dezente Fokus-Karten mit hellen Premium-Icon-Rahmen
   - Ergebnisbereich als eigenständiger Premium-Block
   - rechte Ergebnisfelder als 2x2-Checkliste mit Trennlinien und Mitteldiamant */

.sampro-topic-v271__overview-panel{
  padding:22px 0 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.sampro-topic-v271__overview-head{
  text-align:center !important;
  margin-bottom:28px !important;
}

.sampro-topic-v271__overview-head .sampro-topic-v271__eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  gap:18px !important;
  margin:0 auto 16px !important;
  color:#b88722 !important;
  letter-spacing:.22em !important;
}

.sampro-topic-v271__overview-head .sampro-topic-v271__eyebrow::before,
.sampro-topic-v271__overview-head .sampro-topic-v271__eyebrow::after{
  content:"" !important;
  width:96px !important;
  height:2px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, rgba(217,166,45,.18) 0%, rgba(217,166,45,.92) 100%) !important;
}

.sampro-topic-v271__overview-head .sampro-topic-v271__eyebrow::after{
  background:linear-gradient(90deg, rgba(217,166,45,.92) 0%, rgba(217,166,45,.18) 100%) !important;
}

.sampro-topic-v271__overview-head h3{
  margin:0 auto !important;
  max-width:1180px !important;
  font-size:clamp(32px, 2.9vw, 58px) !important;
  line-height:1.08 !important;
  letter-spacing:-.028em !important;
  color:#12335b !important;
}

.sampro-topic-v271__focus-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:20px !important;
}

.sampro-topic-v271__focus-card{
  position:relative !important;
  min-height:194px !important;
  padding:28px 22px 22px !important;
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  gap:18px !important;
  align-items:center !important;
  border-radius:22px !important;
  border:1px solid #dde6ef !important;
  background:linear-gradient(180deg,#ffffff 0%, #fcfdff 100%) !important;
  box-shadow:0 16px 34px rgba(12,40,82,.055) !important;
  overflow:hidden !important;
}

.sampro-topic-v271__focus-card::before{
  display:none !important;
}

.sampro-topic-v271__focus-card::after{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  width:18px !important;
  height:18px !important;
  background:linear-gradient(135deg, rgba(217,166,45,.98) 0%, rgba(241,209,126,.98) 100%) !important;
  clip-path:polygon(100% 0, 0 0, 100% 100%) !important;
}

.sampro-topic-v271__focus-icon{
  width:74px !important;
  height:74px !important;
  padding:17px !important;
  border-radius:14px !important;
  color:#173964 !important;
  background:#fffdfa !important;
  border:1px solid #ead098 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95), 0 8px 18px rgba(12,40,82,.06) !important;
}

.sampro-topic-v271__focus-card:nth-child(3n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__focus-card:nth-child(4n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__focus-card:nth-child(6n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__focus-card:nth-child(8n) .sampro-topic-v271__focus-icon{
  color:#12335b !important;
  background:#fffefd !important;
}

.sampro-topic-v271__focus-card > div:last-child{
  min-width:0 !important;
}

.sampro-topic-v271__focus-card h4{
  margin:0 0 8px !important;
  font-size:clamp(16px, 1.02vw, 18px) !important;
  line-height:1.2 !important;
  letter-spacing:-.018em !important;
  color:#173964 !important;
}

.sampro-topic-v271__focus-card p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.45 !important;
  color:#4e6480 !important;
}

.sampro-topic-v271__result-html{
  position:relative !important;
  margin-top:28px !important;
  display:grid !important;
  grid-template-columns:minmax(340px,.95fr) minmax(0,1.2fr) !important;
  gap:18px !important;
  padding:24px !important;
  border-radius:30px !important;
  border:1px solid #e7d6af !important;
  background:linear-gradient(180deg,#fafcfe 0%, #f4f8fc 100%) !important;
  box-shadow:0 22px 48px rgba(12,40,82,.08) !important;
}

.sampro-topic-v271__result-card{
  min-width:0 !important;
}

.sampro-topic-v271__result-card--lead{
  position:relative !important;
  overflow:hidden !important;
  border-radius:24px !important;
  padding:28px 30px 28px !important;
  border:1px solid rgba(217,166,45,.52) !important;
  background:linear-gradient(135deg,#031d49 0%, #07316d 55%, #214f8b 100%) !important;
  box-shadow:0 20px 42px rgba(3,29,73,.24) !important;
}

.sampro-topic-v271__result-card--lead::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 22%),
    repeating-radial-gradient(circle at 100% 100%, rgba(255,255,255,.08) 0 2px, rgba(255,255,255,0) 2px 12px) !important;
  opacity:.55 !important;
  pointer-events:none !important;
}

.sampro-topic-v271__result-lead-topline{
  position:relative !important;
  z-index:1 !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin-bottom:24px !important;
}

.sampro-topic-v271__result-lead-badge{
  width:40px !important;
  height:40px !important;
  flex:0 0 40px !important;
  display:grid !important;
  place-items:center !important;
  padding:9px !important;
  border-radius:999px !important;
  color:#d8a231 !important;
  background:rgba(255,255,255,.03) !important;
  border:1px solid rgba(217,166,45,.72) !important;
}

.sampro-topic-v271__result-card--lead .sampro-topic-v271__eyebrow{
  margin:0 !important;
  color:#f2c759 !important;
  letter-spacing:.22em !important;
}

.sampro-topic-v271__result-card--lead .sampro-topic-v271__eyebrow::after{
  content:"" !important;
  display:inline-block !important;
  vertical-align:middle !important;
  width:152px !important;
  max-width:18vw !important;
  height:2px !important;
  margin-left:16px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#d8a231 0%, rgba(216,162,49,.15) 100%) !important;
}

.sampro-topic-v271__result-card--lead h3,
.sampro-topic-v271__result-card--lead p{
  position:relative !important;
  z-index:1 !important;
}

.sampro-topic-v271__result-card--lead h3{
  margin:0 0 18px !important;
  max-width:490px !important;
  font-size:clamp(34px, 2.8vw, 56px) !important;
  line-height:1.05 !important;
  letter-spacing:-.03em !important;
  color:#ffffff !important;
}

.sampro-topic-v271__result-card--lead p:last-child{
  margin:0 !important;
  max-width:520px !important;
  font-size:16px !important;
  line-height:1.58 !important;
  color:rgba(255,255,255,.95) !important;
}

.sampro-topic-v271__result-card--grid{
  position:relative !important;
  overflow:hidden !important;
  padding:0 !important;
  border:1px solid #e8d9b8 !important;
  border-radius:24px !important;
  background:#ffffff !important;
  box-shadow:0 14px 28px rgba(12,40,82,.06) !important;
}

.sampro-topic-v271__result-cards{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:0 !important;
  width:100% !important;
  height:100% !important;
  border-radius:24px !important;
  overflow:hidden !important;
}

.sampro-topic-v271__result-cards::before,
.sampro-topic-v271__result-cards::after{
  content:"" !important;
  position:absolute !important;
  background:#ead49d !important;
  z-index:1 !important;
}

.sampro-topic-v271__result-cards::before{
  top:26px !important;
  bottom:26px !important;
  left:50% !important;
  width:1px !important;
  transform:translateX(-.5px) !important;
}

.sampro-topic-v271__result-cards::after{
  left:26px !important;
  right:26px !important;
  top:50% !important;
  height:1px !important;
  transform:translateY(-.5px) !important;
}

.sampro-topic-v271__result-card--grid::after{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  width:18px !important;
  height:18px !important;
  background:#ffffff !important;
  border:1px solid #e2c27a !important;
  transform:translate(-50%, -50%) rotate(45deg) !important;
  z-index:2 !important;
}

.sampro-topic-v271__result-mini-card{
  position:relative !important;
  z-index:0 !important;
  min-height:0 !important;
  padding:26px 28px !important;
  display:grid !important;
  grid-template-columns:62px minmax(0,1fr) !important;
  gap:16px !important;
  align-items:start !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.sampro-topic-v271__result-mini-card::before,
.sampro-topic-v271__result-mini-card::after{
  display:none !important;
}

.sampro-topic-v271__result-check{
  width:50px !important;
  height:50px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:12px !important;
  border:1.5px solid #e4c57a !important;
  background:linear-gradient(180deg,#fffdfa 0%, #fffaf0 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95), 0 8px 16px rgba(12,40,82,.055) !important;
}

.sampro-topic-v271__result-check span{
  display:block !important;
  color:#c9992a !important;
  font-size:30px !important;
  line-height:1 !important;
  font-weight:700 !important;
  transform:translateY(-1px) !important;
}

.sampro-topic-v271__result-mini-card h4{
  margin:0 0 8px !important;
  font-size:clamp(18px, 1.18vw, 30px) !important;
  line-height:1.18 !important;
  letter-spacing:-.02em !important;
  color:#12335b !important;
}

.sampro-topic-v271__result-mini-card p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.48 !important;
  color:#4c6380 !important;
}

@media (max-width:1260px){
  .sampro-topic-v271__focus-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
  .sampro-topic-v271__focus-card{
    min-height:176px !important;
  }
  .sampro-topic-v271__result-html{
    grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr) !important;
  }
}

@media (max-width:980px){
  .sampro-topic-v271__result-html{
    grid-template-columns:1fr !important;
  }
  .sampro-topic-v271__result-card--lead .sampro-topic-v271__eyebrow::after{
    max-width:120px !important;
    width:120px !important;
  }
}

@media (max-width:780px){
  .sampro-topic-v271__overview-head .sampro-topic-v271__eyebrow::before,
  .sampro-topic-v271__overview-head .sampro-topic-v271__eyebrow::after{
    width:44px !important;
  }
  .sampro-topic-v271__overview-head h3{
    font-size:clamp(28px, 8vw, 40px) !important;
  }
  .sampro-topic-v271__focus-grid,
  .sampro-topic-v271__result-cards{
    grid-template-columns:1fr !important;
  }
  .sampro-topic-v271__focus-card{
    min-height:0 !important;
    grid-template-columns:64px minmax(0,1fr) !important;
    padding:22px 18px 20px !important;
  }
  .sampro-topic-v271__focus-icon{
    width:64px !important;
    height:64px !important;
    padding:14px !important;
  }
  .sampro-topic-v271__result-html{
    padding:18px !important;
  }
  .sampro-topic-v271__result-card--lead{
    padding:24px 22px !important;
  }
  .sampro-topic-v271__result-card--lead .sampro-topic-v271__eyebrow::after{
    width:74px !important;
    max-width:74px !important;
  }
  .sampro-topic-v271__result-card--grid::after,
  .sampro-topic-v271__result-cards::before,
  .sampro-topic-v271__result-cards::after{
    display:none !important;
  }
  .sampro-topic-v271__result-mini-card{
    padding:22px 20px !important;
    grid-template-columns:56px minmax(0,1fr) !important;
  }
  .sampro-topic-v271__result-card--grid{
    padding:0 !important;
  }
  .sampro-topic-v271__result-mini-card + .sampro-topic-v271__result-mini-card{
    border-top:1px solid #ead49d !important;
  }
}
