/* SAM-PRO Consulting Premium v62
   Kompakte Premiumdarstellung der Leistungsbausteine
   auf Basis des freigegebenen Entwurfs. */

.consulting-modules-premium .container{
  max-width:1300px;
}

.consulting-premium-v244{
  margin-top:10px;
}

.consulting-premium-v244__phases{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin:0 0 22px;
}

.consulting-premium-v244__phase{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  min-height:92px;
  padding:18px 26px;
  background:#fff;
  border:1px solid #dbe3ef;
  clip-path:polygon(18px 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 18px 100%, 0 50%);
  box-shadow:0 8px 20px rgba(8,35,79,.04);
}

.consulting-premium-v244__phase-icon{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:50%;
  background:#0b2a67;
  color:#d3a23c;
  display:flex;
  align-items:center;
  justify-content:center;
}

.consulting-premium-v244__phase-icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  stroke-width:1.7;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.consulting-premium-v244__phase-text strong{
  display:block;
  color:#0b1f4d;
  font-size:18px;
  line-height:1.15;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-weight:800;
  margin-bottom:5px;
}

.consulting-premium-v244__phase-text span{
  display:block;
  color:#c8921b;
  font-size:15px;
  line-height:1.35;
  font-weight:600;
}

.consulting-premium-v244__row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  position:relative;
}

.consulting-premium-v244__row--top{ margin-bottom:18px; }
.consulting-premium-v244__row--bottom{ margin-top:18px; }

.consulting-premium-v244__card{
  position:relative;
  background:#fff;
  border:1px solid #dbe4ef;
  border-radius:20px;
  box-shadow:0 12px 24px rgba(8,35,79,.05);
  padding:22px 22px 20px;
  min-height:220px;
}

.consulting-premium-v244__card--highlight{
  border-color:#d8e2f1;
}

.consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::after{
  content:"";
  position:absolute;
  top:50%;
  right:-18px;
  width:18px;
  height:2px;
  background:#cf9825;
  transform:translateY(-50%);
}

.consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::before{
  content:"";
  position:absolute;
  top:50%;
  right:-4px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cf9825;
  transform:translateY(-50%);
}

.consulting-premium-v244__num{
  position:absolute;
  top:16px;
  left:16px;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#0b2a67;
  color:#d8a231;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
  line-height:1;
  box-shadow:0 4px 10px rgba(8,35,79,.08);
}

.consulting-premium-v244__card-grid{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:18px;
  align-items:center;
  min-height:176px;
}

.consulting-premium-v244__card-icon{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:132px;
  color:#0b1f4d;
}

.consulting-premium-v244__card-icon::after{
  content:"";
  position:absolute;
  right:0;
  top:10px;
  bottom:10px;
  width:2px;
  background:#d8a231;
  opacity:.8;
}

.consulting-premium-v244__card-icon svg{
  width:78px;
  height:78px;
  stroke:currentColor;
  stroke-width:1.55;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.consulting-premium-v244__card-copy h3{
  margin:0 0 16px;
  color:#0b1f4d;
  font-size:20px;
  line-height:1.15;
  font-weight:800;
}

.consulting-premium-v244__card-copy h3::after{
  content:"";
  display:block;
  width:32px;
  height:3px;
  margin-top:12px;
  border-radius:2px;
  background:#d8a231;
}

.consulting-premium-v244__card-copy p{
  margin:0;
  color:#35465d;
  font-size:15px;
  line-height:1.5;
}

.consulting-premium-v244__bridge{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:14px;
  margin:2px 0;
}

.consulting-premium-v244__bridge-line{
  display:block;
  height:0;
  border-top:3px dotted #cf9825;
}

.consulting-premium-v244__bridge-hub{
  width:82px;
  height:82px;
  border-radius:50%;
  background:#0b2a67;
  border:4px solid #d8a231;
  color:#d8a231;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(8,35,79,.09);
}

.consulting-premium-v244__bridge-hub svg{
  width:42px;
  height:42px;
  stroke:currentColor;
  stroke-width:1.6;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.consulting-premium-v244__benefits{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
  margin-top:26px;
  padding:18px 22px;
  background:#fff;
  border:2px solid rgba(216,162,49,.95);
  border-radius:16px;
  box-shadow:0 8px 18px rgba(8,35,79,.03);
}

.consulting-premium-v244__benefits-title{
  display:flex;
  align-items:center;
  gap:14px;
  padding-right:18px;
  border-right:1px solid rgba(216,162,49,.55);
}

.consulting-premium-v244__benefits-title strong{
  color:#0b1f4d;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size:17px;
  font-weight:800;
}

.consulting-premium-v244__benefits-icon{
  width:34px;
  height:34px;
  color:#0b1f4d;
  display:flex;
  align-items:center;
  justify-content:center;
}

.consulting-premium-v244__benefits-icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  stroke-width:1.6;
  fill:none;
}

.consulting-premium-v244__benefits-list{
  display:flex;
  flex-wrap:wrap;
  gap:0;
}

.consulting-premium-v244__benefits-list span{
  position:relative;
  padding:0 18px 0 30px;
  color:#20344f;
  font-size:15px;
  line-height:1.5;
  font-weight:500;
}

.consulting-premium-v244__benefits-list span::before{
  content:"✓";
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  color:#d8a231;
  font-size:18px;
  font-weight:800;
}

.consulting-premium-v244__benefits-list span:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:4px;
  bottom:4px;
  width:1px;
  background:rgba(216,162,49,.55);
}

@media (max-width: 1280px){
  .consulting-premium-v244__phase{ padding:16px 22px; }
  .consulting-premium-v244__phase-text strong{ font-size:17px; }
  .consulting-premium-v244__phase-text span{ font-size:14px; }
  .consulting-premium-v244__card-grid{ grid-template-columns:102px 1fr; gap:16px; }
  .consulting-premium-v244__card-icon svg{ width:70px; height:70px; }
  .consulting-premium-v244__card-copy h3{ font-size:18px; }
  .consulting-premium-v244__card-copy p,
  .consulting-premium-v244__benefits-list span{ font-size:14px; }
}

@media (max-width: 1050px){
  .consulting-premium-v244__phases,
  .consulting-premium-v244__row{ grid-template-columns:1fr; }
  .consulting-premium-v244__row{ gap:16px; }
  .consulting-premium-v244__row--top,
  .consulting-premium-v244__row--bottom{ margin:0; }
  .consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::after,
  .consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::before{ display:none; }
  .consulting-premium-v244__bridge{ grid-template-columns:1fr; gap:12px; margin:16px 0; }
  .consulting-premium-v244__bridge-line:first-child,
  .consulting-premium-v244__bridge-line:last-child{ width:100%; }
  .consulting-premium-v244__bridge-hub{ margin:0 auto; }
  .consulting-premium-v244__benefits{ grid-template-columns:1fr; }
  .consulting-premium-v244__benefits-title{ border-right:none; padding-right:0; border-bottom:1px solid rgba(216,162,49,.55); padding-bottom:12px; }
}

@media (max-width: 720px){
  .consulting-premium-v244__phase{ clip-path:none; border-radius:18px; }
  .consulting-premium-v244__card{ padding:18px 18px 18px; min-height:auto; }
  .consulting-premium-v244__num{ width:44px; height:44px; font-size:20px; }
  .consulting-premium-v244__card-grid{ grid-template-columns:1fr; min-height:auto; gap:8px; }
  .consulting-premium-v244__card-icon{ min-height:72px; }
  .consulting-premium-v244__card-icon::after{ display:none; }
  .consulting-premium-v244__card-copy{ text-align:center; }
  .consulting-premium-v244__card-copy h3::after{ margin-left:auto; margin-right:auto; }
  .consulting-premium-v244__benefits-list{ display:grid; gap:10px; }
  .consulting-premium-v244__benefits-list span{ padding:0 0 0 26px; }
  .consulting-premium-v244__benefits-list span:not(:last-child)::after{ display:none; }
}
