
/* v288: Hotfix + sichtbarer Premium-Refresh
   Ursache: Der v272-Fallback hat consulting-topic-v271.css später erneut geladen und konnte v287-Regeln überlagern.
   Diese Datei wird bewusst später geladen und nutzt gezielte !important-Regeln für die drei Consulting-Topic-Seiten. */

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

/* Ablauf: kompakter, hochwertiger, weniger Leerraum */
.sampro-topic-v271__section--visual{
  padding-top:36px!important;
  padding-bottom:40px!important;
}
.sampro-topic-v271__flow-html{
  max-width:1280px!important;
}
.sampro-topic-v271__flow-frame{
  padding:28px 30px 22px!important;
  border-radius:30px!important;
  border:1px solid #d8e5f1!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(11,79,163,.07) 0%, rgba(11,79,163,0) 34%),
    linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
  box-shadow:0 22px 48px rgba(6,38,83,.09)!important;
}
.sampro-topic-v271__flow-title-block{
  margin-bottom:22px!important;
}
.sampro-topic-v271__flow-line{
  width:86px!important;
  height:5px!important;
  margin-bottom:16px!important;
  background:linear-gradient(90deg,#d9a62d 0%,#f0c65d 100%)!important;
}
.sampro-topic-v271__flow-title-block h3{
  font-size:clamp(21px,1.55vw,30px)!important;
  line-height:1.15!important;
  letter-spacing:-.02em!important;
}
.sampro-topic-v271__flow-title-block p{
  font-size:clamp(16px,1.05vw,20px)!important;
  margin-top:8px!important;
  line-height:1.46!important;
}
.sampro-topic-v271__flow-steps{
  gap:20px!important;
}
.sampro-topic-v271__flow-step{
  min-height:234px!important;
  padding:58px 18px 18px!important;
  border-radius:24px!important;
  background:
    linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  box-shadow:0 14px 30px rgba(6,38,83,.065)!important;
}
.sampro-topic-v271__flow-step-no{
  width:56px!important;
  height:56px!important;
  top:-21px!important;
  font-size:29px!important;
}
.sampro-topic-v271__flow-icon{
  width:76px!important;
  height:76px!important;
  margin-bottom:13px!important;
}
.sampro-topic-v271__flow-step h4{
  font-size:clamp(18px,1.05vw,22px)!important;
  line-height:1.18!important;
  margin-bottom:7px!important;
}
.sampro-topic-v271__flow-step p{
  font-size:15px!important;
  line-height:1.44!important;
  max-width:230px!important;
  margin:0 auto!important;
}
.sampro-topic-v271__flow-highlights{
  margin-top:18px!important;
  border-radius:22px!important;
}
.sampro-topic-v271__flow-highlight{
  min-height:74px!important;
  padding:14px 22px!important;
}
.sampro-topic-v271__flow-highlight-icon{
  width:48px!important;
  height:48px!important;
  flex-basis:48px!important;
}
.sampro-topic-v271__flow-highlight strong{
  font-size:clamp(18px,1.05vw,22px)!important;
}

/* Vorgehen & Ergebnis: kompakte Premium-Matrix statt hoher Leerflächen */
.sampro-topic-v271__section--overview{
  padding-top:42px!important;
  padding-bottom:76px!important;
}
.sampro-topic-v271__overview-panel{
  padding:28px 26px 26px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(11,79,163,.055) 0%, rgba(11,79,163,0) 30%),
    linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
  box-shadow:0 18px 42px rgba(6,38,83,.075)!important;
}
.sampro-topic-v271__overview-head{
  margin-bottom:18px!important;
}
.sampro-topic-v271__overview-head h3{
  font-size:clamp(22px,1.65vw,30px)!important;
  line-height:1.18!important;
}
.sampro-topic-v271__focus-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.sampro-topic-v271__focus-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:68px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  min-height:132px!important;
  padding:18px 18px!important;
  border-radius:22px!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 12px 28px rgba(6,38,83,.06)!important;
  overflow:hidden!important;
}
.sampro-topic-v271__focus-card:before{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  top:0!important;
  width:78px!important;
  height:3px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#d9a62d 0%,rgba(217,166,45,.35) 62%,rgba(217,166,45,0) 100%)!important;
}
.sampro-topic-v271__focus-card:after{
  content:""!important;
  position:absolute!important;
  right:-28px!important;
  bottom:-28px!important;
  width:96px!important;
  height:96px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(11,79,163,.055) 0%,rgba(11,79,163,0) 72%)!important;
  pointer-events:none!important;
}
.sampro-topic-v271__focus-icon{
  width:62px!important;
  height:62px!important;
  padding:13px!important;
  justify-self:center!important;
  color:#0b2f63!important;
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.96) 0%,rgba(255,255,255,.45) 42%,rgba(255,255,255,0) 64%),
    linear-gradient(180deg,#f8fbff 0%,#edf3fa 100%)!important;
  border:1px solid #dce5f0!important;
  border-radius:50%!important;
  box-shadow:0 10px 22px rgba(6,38,83,.09)!important;
}
.sampro-topic-v271__focus-card:nth-child(2n) .sampro-topic-v271__focus-icon,
.sampro-topic-v271__focus-card:nth-child(7n) .sampro-topic-v271__focus-icon{
  color:#c89220!important;
}
.sampro-topic-v271__focus-card h4{
  margin:0 0 5px!important;
  font-size:clamp(17px,.98vw,20px)!important;
  line-height:1.18!important;
  letter-spacing:-.012em!important;
}
.sampro-topic-v271__focus-card p{
  margin:0!important;
  font-size:14.7px!important;
  line-height:1.43!important;
  color:#435a74!important;
}

/* Ergebnisblock: stärker verbundener Premium-Block */
.sampro-topic-v271__result-html{
  display:grid!important;
  grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr)!important;
  gap:18px!important;
  margin-top:20px!important;
  padding:18px!important;
  border-radius:30px!important;
  border:1px solid #dbe5f0!important;
  background:
    radial-gradient(circle at 100% 0%,rgba(11,79,163,.055) 0%,rgba(11,79,163,0) 32%),
    linear-gradient(180deg,#fff 0%,#f7fbff 100%)!important;
  box-shadow:0 18px 42px rgba(6,38,83,.075)!important;
}
.sampro-topic-v271__result-card--lead{
  min-height:100%!important;
  padding:30px 30px 28px!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 88% 18%,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 34%),
    radial-gradient(circle at 100% 100%,rgba(201,162,58,.18) 0%,rgba(201,162,58,0) 32%),
    linear-gradient(135deg,#04295d 0%,#0a427f 68%,#052c60 100%)!important;
  box-shadow:0 16px 34px rgba(6,38,83,.16)!important;
}
.sampro-topic-v271__result-card--lead .sampro-topic-v271__eyebrow{
  color:#f0c55e!important;
}
.sampro-topic-v271__result-card--lead h3{
  color:#fff!important;
  font-size:clamp(24px,1.75vw,32px)!important;
  line-height:1.18!important;
  margin-bottom:10px!important;
}
.sampro-topic-v271__result-card--lead p,
.sampro-topic-v271__result-card--lead p:last-child{
  color:#e7f1fb!important;
  font-size:15.8px!important;
  line-height:1.58!important;
}
.sampro-topic-v271__result-cards{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  height:100%!important;
}
.sampro-topic-v271__result-mini-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:66px minmax(0,1fr)!important;
  align-items:center!important;
  gap:15px!important;
  min-height:118px!important;
  padding:17px 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:before{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  top:0!important;
  width:78px!important;
  height:3px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#d9a62d 0%,rgba(217,166,45,.35) 62%,rgba(217,166,45,0) 100%)!important;
}
.sampro-topic-v271__result-icon{
  width:58px!important;
  height:58px!important;
  padding:12px!important;
  border-radius:50%!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(6,38,83,.13)!important;
}
.sampro-topic-v271__result-mini-card:nth-child(1) .sampro-topic-v271__result-icon,
.sampro-topic-v271__result-mini-card:nth-child(2) .sampro-topic-v271__result-icon,
.sampro-topic-v271__result-mini-card:nth-child(4) .sampro-topic-v271__result-icon{
  background:linear-gradient(180deg,#0b4fa3 0%,#062653 100%)!important;
}
.sampro-topic-v271__result-mini-card:nth-child(3) .sampro-topic-v271__result-icon{
  background:linear-gradient(180deg,#e2b137 0%,#c7911d 100%)!important;
}
.sampro-topic-v271__result-mini-card h4{
  margin:0 0 5px!important;
  font-size:clamp(17px,.98vw,20px)!important;
  line-height:1.2!important;
}
.sampro-topic-v271__result-mini-card p{
  margin:0!important;
  font-size:14.7px!important;
  line-height:1.43!important;
  color:#435a74!important;
}

@media(max-width:1100px){
  .sampro-topic-v271__focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .sampro-topic-v271__flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .sampro-topic-v271__flow-step:nth-child(even):after{display:none!important;}
}
@media(max-width:980px){
  .sampro-topic-v271__result-html{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .sampro-topic-v271 .container{width:min(100% - 32px,1180px)!important;}
  .sampro-topic-v271__focus-grid,
  .sampro-topic-v271__flow-steps,
  .sampro-topic-v271__result-cards{grid-template-columns:1fr!important;}
  .sampro-topic-v271__flow-frame,
  .sampro-topic-v271__overview-panel,
  .sampro-topic-v271__result-html,
  .sampro-topic-v271__result-card--lead{padding:22px 18px!important;}
  .sampro-topic-v271__flow-step{min-height:0!important;padding:56px 16px 18px!important;}
  .sampro-topic-v271__flow-step:after{display:none!important;}
  .sampro-topic-v271__focus-card,
  .sampro-topic-v271__result-mini-card{grid-template-columns:56px minmax(0,1fr)!important;gap:12px!important;padding:15px 14px!important;}
  .sampro-topic-v271__focus-icon,
  .sampro-topic-v271__result-icon{width:50px!important;height:50px!important;padding:11px!important;}
}
