/* SAM-PRO Consulting Premium v63
   Feinschliff der Leistungsbausteine – näher am freigegebenen Premium-Mockup. */

.consulting-modules-premium{
  padding-top:44px !important;
  padding-bottom:42px !important;
}

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

.consulting-modules-premium h2{
  font-size: clamp(44px, 4.8vw, 74px) !important;
  line-height: .98 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
  margin: 0 0 26px !important;
  color:#051b52 !important;
}

.consulting-modules-premium h2::after{
  width: 200px !important;
  height: 4px !important;
  margin-top: 18px !important;
  border-radius: 2px !important;
  background:#cf9825 !important;
}

.consulting-premium-v244{
  position:relative;
  margin-top:0;
}

/* top phase ribbon */
.consulting-premium-v244__phases{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:0 6px 22px;
}

.consulting-premium-v244__phase{
  min-height:96px;
  padding:16px 24px 16px 30px;
  gap:18px;
  border:1px solid #dfe5ef;
  box-shadow:0 4px 14px rgba(8,35,79,.035);
  background:#fff;
  clip-path:polygon(18px 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 18px 100%, 0 50%);
}

.consulting-premium-v244__phase + .consulting-premium-v244__phase{
  margin-left:-9px;
}

.consulting-premium-v244__phase-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  background:#05286c;
  color:#d4a12e;
  box-shadow:0 4px 12px rgba(8,35,79,.09);
}

.consulting-premium-v244__phase-icon svg{
  width:31px;
  height:31px;
}

.consulting-premium-v244__phase-text strong{
  font-size:17px;
  letter-spacing:.01em;
  margin-bottom:4px;
}

.consulting-premium-v244__phase-text span{
  font-size:14px;
  font-weight:700;
}

/* cards */
.consulting-premium-v244__row{
  gap:24px;
}

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

.consulting-premium-v244__card{
  border-radius:20px;
  border:1px solid #dfe4ec;
  box-shadow:0 8px 22px rgba(8,35,79,.045);
  padding:20px 18px 18px;
  min-height:230px;
}

.consulting-premium-v244__num{
  top:11px;
  left:11px;
  width:54px;
  height:54px;
  font-size:22px;
  background:#05286c;
  color:#d8a231;
}

.consulting-premium-v244__card-grid{
  grid-template-columns: 152px 1fr;
  gap:18px;
  min-height:190px;
}

.consulting-premium-v244__card-icon{
  min-height:150px;
  align-items:center;
  justify-content:center;
}

.consulting-premium-v244__card-icon::after{
  right:8px;
  top:20px;
  bottom:20px;
  width:2px;
  background:#d3a23c;
}

.consulting-premium-v244__card-icon svg{
  width:98px;
  height:98px;
  stroke-width:1.4;
}

.consulting-premium-v244__card-copy{
  padding-right:8px;
}

.consulting-premium-v244__card-copy h3{
  margin:2px 0 10px;
  font-size:19px;
  line-height:1.14;
  color:#081f57;
}

.consulting-premium-v244__card-copy h3::after{
  width:32px;
  margin-top:10px;
}

.consulting-premium-v244__card-copy p{
  font-size:15px;
  line-height:1.48;
  color:#243957;
}

/* row connectors between cards */
.consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::after{
  right:-22px;
  width:20px;
  height:3px;
  background:#cf9825;
}

.consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::before{
  right:-6px;
  width:12px;
  height:12px;
  background:#cf9825;
}

/* bridge area more like mockup */
.consulting-premium-v244__bridge{
  position:relative;
  display:block;
  height:0;
  margin:0 72px;
}

.consulting-premium-v244__bridge::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-11px;
  border-top:3px dotted #cf9825;
}

.consulting-premium-v244__bridge-line{ display:none; }

.consulting-premium-v244__bridge-hub{
  position:absolute;
  left:50%;
  top:-54px;
  transform:translateX(-50%);
  width:92px;
  height:92px;
  border:4px solid #d8a231;
  background:#05286c;
  box-shadow:0 8px 18px rgba(8,35,79,.09);
}

.consulting-premium-v244__bridge-hub svg{
  width:44px;
  height:44px;
}

/* vertical connectors from top row to bridge */
.consulting-premium-v244__row--top .consulting-premium-v244__card:first-child::marker{content:"";}
.consulting-premium-v244__row--top .consulting-premium-v244__card,
.consulting-premium-v244__row--bottom .consulting-premium-v244__card{
  overflow:visible;
}

.consulting-premium-v244__row--top .consulting-premium-v244__card:first-child .consulting-premium-v244__card-copy,
.consulting-premium-v244__row--top .consulting-premium-v244__card:last-child .consulting-premium-v244__card-copy{ position:relative; }

.consulting-premium-v244__row--top .consulting-premium-v244__card:first-child::selection{background:transparent;}

.consulting-premium-v244__row--top .consulting-premium-v244__card:first-child > .consulting-premium-v244__card-grid::after,
.consulting-premium-v244__row--top .consulting-premium-v244__card:nth-child(3) > .consulting-premium-v244__card-grid::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-26px;
  transform:translateX(-50%);
  width:12px;
  height:12px;
  border-radius:50%;
  background:#cf9825;
}

.consulting-premium-v244__row--top .consulting-premium-v244__card:first-child > .consulting-premium-v244__card-grid::before,
.consulting-premium-v244__row--top .consulting-premium-v244__card:nth-child(3) > .consulting-premium-v244__card-grid::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-30px;
  transform:translateX(-50%);
  height:34px;
  border-left:3px dotted #cf9825;
}

.consulting-premium-v244__row--top .consulting-premium-v244__card > .consulting-premium-v244__card-grid,
.consulting-premium-v244__row--bottom .consulting-premium-v244__card > .consulting-premium-v244__card-grid{ position:relative; }

/* outer side brackets */
.consulting-premium-v244::before,
.consulting-premium-v244::after{
  content:"";
  position:absolute;
  top:214px;
  width:52px;
  height:280px;
  border-top:3px dotted #cf9825;
  border-bottom:3px dotted #cf9825;
}

.consulting-premium-v244::before{
  left:-34px;
  border-left:3px dotted #cf9825;
  border-radius:18px 0 0 18px;
}

.consulting-premium-v244::after{
  right:-34px;
  border-right:3px dotted #cf9825;
  border-radius:0 18px 18px 0;
}

.consulting-premium-v244__row--bottom .consulting-premium-v244__card:first-child::before,
.consulting-premium-v244__row--bottom .consulting-premium-v244__card:last-child::before{
  content:"";
  position:absolute;
  top:50%;
  width:42px;
  height:3px;
  background:#cf9825;
}
.consulting-premium-v244__row--bottom .consulting-premium-v244__card:first-child::before{ left:-42px; }
.consulting-premium-v244__row--bottom .consulting-premium-v244__card:last-child::before{ right:-42px; }
.consulting-premium-v244__row--bottom .consulting-premium-v244__card:first-child::after,
.consulting-premium-v244__row--bottom .consulting-premium-v244__card:last-child::after{
  content:"";
  position:absolute;
  top:calc(50% - 4px);
  width:12px;
  height:12px;
  border-radius:50%;
  background:#cf9825;
}
.consulting-premium-v244__row--bottom .consulting-premium-v244__card:first-child::after{ left:-9px; }
.consulting-premium-v244__row--bottom .consulting-premium-v244__card:last-child::after{ right:-9px; }

/* benefits */
.consulting-premium-v244__benefits{
  margin-top:26px;
  padding:14px 18px;
  border:2px solid rgba(216,162,49,.92);
  border-radius:16px;
  box-shadow:none;
  gap:16px;
}

.consulting-premium-v244__benefits-title{
  gap:12px;
  padding-right:20px;
}

.consulting-premium-v244__benefits-title strong{
  font-size:16px;
}

.consulting-premium-v244__benefits-icon{
  width:44px;
  height:44px;
  color:#08225f;
}

.consulting-premium-v244__benefits-icon svg{
  width:34px;
  height:34px;
}

.consulting-premium-v244__benefits-list{
  align-items:center;
}

.consulting-premium-v244__benefits-list span{
  font-size:15px;
  font-weight:500;
  padding:0 18px 0 30px;
}

@media (max-width: 1350px){
  .consulting-modules-premium .container{ max-width: 1280px; }
  .consulting-premium-v244__card-grid{ grid-template-columns:132px 1fr; }
  .consulting-premium-v244__card-icon svg{ width:88px; height:88px; }
}

@media (max-width: 1180px){
  .consulting-modules-premium h2{ font-size: clamp(40px, 4vw, 60px) !important; }
  .consulting-premium-v244::before,
  .consulting-premium-v244::after{ display:none; }
  .consulting-premium-v244__row{ gap:18px; }
  .consulting-premium-v244__card{ min-height: 246px; }
  .consulting-premium-v244__card-grid{ grid-template-columns:120px 1fr; min-height:196px; }
  .consulting-premium-v244__card-icon svg{ width:80px; height:80px; }
}

@media (max-width: 1050px){
  .consulting-premium-v244__phases,
  .consulting-premium-v244__row{ grid-template-columns:1fr; }
  .consulting-premium-v244__phase + .consulting-premium-v244__phase{ margin-left:0; }
  .consulting-premium-v244__phase{ clip-path:none; border-radius:16px; }
  .consulting-premium-v244__bridge{ height:auto; margin:16px 0; display:grid; grid-template-columns:1fr auto 1fr; gap:12px; }
  .consulting-premium-v244__bridge::before{ display:none; }
  .consulting-premium-v244__bridge-line{ display:block; border-top:3px dotted #cf9825; }
  .consulting-premium-v244__bridge-hub{ position:static; transform:none; }
  .consulting-premium-v244__row--top .consulting-premium-v244__card > .consulting-premium-v244__card-grid::before,
  .consulting-premium-v244__row--top .consulting-premium-v244__card > .consulting-premium-v244__card-grid::after,
  .consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::after,
  .consulting-premium-v244__row .consulting-premium-v244__card:not(:last-child)::before,
  .consulting-premium-v244__row--bottom .consulting-premium-v244__card:first-child::before,
  .consulting-premium-v244__row--bottom .consulting-premium-v244__card:first-child::after,
  .consulting-premium-v244__row--bottom .consulting-premium-v244__card:last-child::before,
  .consulting-premium-v244__row--bottom .consulting-premium-v244__card:last-child::after{ display:none; }
  .consulting-premium-v244__benefits{ grid-template-columns:1fr; }
  .consulting-premium-v244__benefits-title{ border-right:none; border-bottom:1px solid rgba(216,162,49,.55); padding-right:0; padding-bottom:10px; }
}

@media (max-width: 720px){
  .consulting-modules-premium{ padding-top:34px !important; padding-bottom:34px !important; }
  .consulting-modules-premium h2{ font-size: clamp(32px, 9vw, 46px) !important; }
  .consulting-premium-v244__card{ padding:16px 16px 14px; min-height:auto; }
  .consulting-premium-v244__num{ width:46px; height:46px; font-size:20px; }
  .consulting-premium-v244__card-grid{ grid-template-columns:1fr; gap:10px; min-height:auto; }
  .consulting-premium-v244__card-icon{ min-height:72px; }
  .consulting-premium-v244__card-icon::after{ display:none; }
  .consulting-premium-v244__card-icon svg{ width:72px; height:72px; }
  .consulting-premium-v244__card-copy{ text-align:center; padding-right:0; }
  .consulting-premium-v244__card-copy h3{ font-size:18px; }
  .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 24px; }
  .consulting-premium-v244__benefits-list span:not(:last-child)::after{ display:none; }
}
