/* v289: Premium-Icons + sichere Textführung für die drei Consulting-Topic-Seiten
   Ziele:
   - sichtbar hochwertigere Piktogramm-Darstellung in Ablauf-, Fokus- und Ergebnisbereich
   - Text darf nicht mehr über Kartenränder laufen
   - kompaktere Karten mit besserer Flächennutzung
   - späte Overrides gegenüber allen vorherigen Topic-CSS-Dateien */

.sampro-topic-v271 .container{
  width:min(1340px,calc(100% - 44px))!important;
}

.sampro-topic-v271__flow-frame{
  background:
    radial-gradient(circle at 100% 0%, rgba(11,79,163,.08) 0%, rgba(11,79,163,0) 34%),
    linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
}

.sampro-topic-v271__flow-step{
  min-height:238px!important;
  padding:56px 18px 18px!important;
}

.sampro-topic-v271__flow-icon{
  width:96px!important;
  height:96px!important;
  margin:0 auto 14px!important;
  display:grid!important;
  place-items:center!important;
  padding:18px!important;
  border-radius:28px!important;
  color:#0b2f63!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.96) 0%, rgba(255,255,255,.35) 42%, rgba(255,255,255,0) 63%),
    linear-gradient(180deg,#ffffff 0%,#eef5fc 100%)!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 12px 28px rgba(6,38,83,.10)!important;
}
.sampro-topic-v271__flow-step:nth-child(2n) .sampro-topic-v271__flow-icon{
  color:#d39b20!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#0a356a 0%,#0d4a8f 100%)!important;
  border-color:#0b4788!important;
}
.sampro-topic-v271__flow-icon svg{
  width:100%!important;
  height:100%!important;
}
.sampro-topic-v271__flow-step h4{
  font-size:clamp(18px,1vw,21px)!important;
  line-height:1.16!important;
  margin-bottom:7px!important;
  overflow-wrap:anywhere!important;
  hyphens:auto!important;
}
.sampro-topic-v271__flow-step p{
  font-size:15px!important;
  line-height:1.46!important;
  max-width:250px!important;
  overflow-wrap:anywhere!important;
  hyphens:auto!important;
}

.sampro-topic-v271__flow-highlight{
  min-height:76px!important;
}
.sampro-topic-v271__flow-highlight-icon{
  width:50px!important;
  height:50px!important;
  flex-basis:50px!important;
  display:grid!important;
  place-items:center!important;
  padding:10px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.16)!important;
}

.sampro-topic-v271__overview-panel{
  padding:30px 24px 24px!important;
}
.sampro-topic-v271__overview-head h3{
  max-width:980px!important;
}

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

.sampro-topic-v271__focus-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:14px!important;
  min-height:200px!important;
  padding:18px 18px 20px!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.95) 0%, rgba(255,255,255,0) 44%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  border:1px solid #dbe6f1!important;
  box-shadow:0 14px 30px rgba(6,38,83,.065)!important;
  overflow:hidden!important;
}
.sampro-topic-v271__focus-card > div:last-child{
  width:100%!important;
  min-width:0!important;
}
.sampro-topic-v271__focus-card:before,
.sampro-topic-v271__result-mini-card:before{
  width:92px!important;
  height:4px!important;
  left:22px!important;
  background:linear-gradient(90deg,#d9a62d 0%,rgba(217,166,45,.42) 62%,rgba(217,166,45,0) 100%)!important;
}
.sampro-topic-v271__focus-icon,
.sampro-topic-v271__result-icon{
  width:64px!important;
  height:64px!important;
  padding:14px!important;
  justify-self:flex-start!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  border:none!important;
  box-shadow:0 12px 24px rgba(6,38,83,.14)!important;
}
.sampro-topic-v271__focus-icon{
  color:#fff!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.24) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#072f64 0%,#0d4a8f 100%)!important;
}
.sampro-topic-v271__focus-card:nth-child(2n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__focus-card:nth-child(5n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__result-mini-card:nth-child(3n) .sampro-topic-v271__result-icon{
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.30) 0%, rgba(255,255,255,.08) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#c8901d 0%,#e5b643 100%)!important;
  color:#fff!important;
}
.sampro-topic-v271__focus-icon svg,
.sampro-topic-v271__result-icon svg,
.sampro-topic-v271__flow-highlight-icon svg{
  width:100%!important;
  height:100%!important;
}
.sampro-topic-v271__focus-card h4{
  margin:0 0 6px!important;
  font-size:clamp(15px,.88vw,18px)!important;
  line-height:1.18!important;
  letter-spacing:-.01em!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  hyphens:auto!important;
}
.sampro-topic-v271__focus-card p{
  margin:0!important;
  font-size:13.9px!important;
  line-height:1.48!important;
  color:#435a74!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  hyphens:auto!important;
}

.sampro-topic-v271__result-html{
  gap:18px!important;
  align-items:stretch!important;
}
.sampro-topic-v271__result-cards{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.sampro-topic-v271__result-mini-card{
  position:relative!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  min-height:124px!important;
  padding:18px 18px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  border:1px solid #dbe6f1!important;
  box-shadow:0 12px 28px rgba(6,38,83,.06)!important;
  overflow:hidden!important;
}
.sampro-topic-v271__result-mini-card > div:last-child{
  min-width:0!important;
}
.sampro-topic-v271__result-icon{
  width:60px!important;
  height:60px!important;
  flex:0 0 60px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.24) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 66%),
    linear-gradient(145deg,#072f64 0%,#0d4a8f 100%)!important;
}
.sampro-topic-v271__result-mini-card h4{
  margin:2px 0 5px!important;
  font-size:clamp(16px,.95vw,21px)!important;
  line-height:1.16!important;
  overflow-wrap:anywhere!important;
  hyphens:auto!important;
}
.sampro-topic-v271__result-mini-card p{
  margin:0!important;
  font-size:14.4px!important;
  line-height:1.48!important;
  color:#435a74!important;
  overflow-wrap:anywhere!important;
  hyphens:auto!important;
}

@media (max-width:1180px){
  .sampro-topic-v271__focus-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

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

@media (max-width:720px){
  .sampro-topic-v271 .container{
    width:min(100%,calc(100% - 28px))!important;
  }
  .sampro-topic-v271__flow-frame{
    padding:24px 18px 18px!important;
  }
  .sampro-topic-v271__flow-steps,
  .sampro-topic-v271__focus-grid,
  .sampro-topic-v271__result-cards{
    grid-template-columns:1fr!important;
  }
  .sampro-topic-v271__flow-step,
  .sampro-topic-v271__focus-card,
  .sampro-topic-v271__result-mini-card{
    min-height:0!important;
  }
}
