/* SAM-PRO Consulting Premium v61
   Leistungsbausteine als grafische Modularchitektur ohne Bilder.
   Verwendet bewusst die Standard-Typografie des Themes. */

.consulting-modules-framework .container{
  max-width: 1280px;
}

.consulting-framework-v243{
  margin-top: 8px;
}

.consulting-framework-v243__headings{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin:0 0 18px;
}

.consulting-framework-v243__heading{
  position:relative;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:13px;
  font-weight:800;
  color:#0b1f4d;
  padding:0 10px 10px;
}

.consulting-framework-v243__heading::before,
.consulting-framework-v243__heading::after{
  content:"";
  position:absolute;
  top:18px;
  width:26%;
  height:1px;
  background:#c8d3e2;
}

.consulting-framework-v243__heading::before{ left:0; }
.consulting-framework-v243__heading::after{ right:0; }

.consulting-framework-v243__columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  align-items:start;
}

.consulting-framework-v243__column{
  position:relative;
}

.consulting-framework-v243__column:not(:last-child)::before,
.consulting-framework-v243__column:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-14px;
  width:28px;
  height:2px;
  background:#2c4d8b;
  opacity:.78;
}

.consulting-framework-v243__column:not(:last-child)::before{ top:164px; }
.consulting-framework-v243__column:not(:last-child)::after{ bottom:132px; }

.consulting-framework-v243__column:not(:last-child) .consulting-framework-v243__dot-top,
.consulting-framework-v243__column:not(:last-child) .consulting-framework-v243__dot-bottom{ display:none; }

.consulting-framework-v243__card{
  position:relative;
  background:#fff;
  border:1px solid #dbe4ef;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(8,35,79,.05);
  padding:32px 26px 24px;
  min-height:270px;
  text-align:center;
}

.consulting-framework-v243__card--top::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-14px;
  width:2px;
  height:14px;
  border-right:2px dotted #2c4d8b;
  opacity:.9;
}

.consulting-framework-v243__badge{
  position:absolute;
  top:22px;
  left:18px;
  width:50px;
  height:50px;
  border-radius:50%;
  border:1.6px solid #d3a23c;
  color:#0b1f4d;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:800;
  line-height:1;
}

.consulting-framework-v243__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  margin:0 auto 12px;
  color:#0b1f4d;
}

.consulting-framework-v243__icon svg{
  width:60px;
  height:60px;
  stroke:currentColor;
  stroke-width:1.45;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.consulting-framework-v243__icon--gold{ color:#0b1f4d; }

.consulting-framework-v243__card h3{
  margin:8px 0 10px;
  color:#0b1f4d;
  font-size:20px;
  line-height:1.2;
  font-weight:800;
}

.consulting-framework-v243__card p{
  margin:0;
  color:#33445a;
  font-size:15px;
  line-height:1.58;
}

.consulting-framework-v243__vertical{
  position:relative;
  height:74px;
}

.consulting-framework-v243__vertical::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  transform:translateX(-50%);
  border-right:3px dotted #2c4d8b;
  opacity:.82;
}

.consulting-framework-v243__vertical::after{
  content:"⌄";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color:#c8921b;
  font-size:34px;
  line-height:1;
  font-weight:600;
  background:#f6f8fb;
  padding:0 6px;
}

.consulting-framework-v243__card--bottom{ min-height:250px; }

.consulting-framework-v243__card--top .consulting-framework-v243__icon::after,
.consulting-framework-v243__card--bottom .consulting-framework-v243__icon::after{
  content:"";
  position:absolute;
  width:28px;
  height:3px;
  background:#c8921b;
  border-radius:2px;
  bottom:-8px;
  left:50%;
  transform:translateX(-50%);
  opacity:.9;
}

.consulting-framework-v243__icon{ position:relative; }

@media (max-width: 1200px){
  .consulting-framework-v243__columns,
  .consulting-framework-v243__headings{ gap:20px; }
  .consulting-framework-v243__card{ padding:30px 22px 22px; min-height:286px; }
  .consulting-framework-v243__card--bottom{ min-height:264px; }
  .consulting-framework-v243__card h3{ font-size:18px; }
  .consulting-framework-v243__card p{ font-size:14px; }
}

@media (max-width: 980px){
  .consulting-framework-v243__headings,
  .consulting-framework-v243__columns{
    grid-template-columns:1fr;
  }
  .consulting-framework-v243__headings{ margin-bottom:12px; }
  .consulting-framework-v243__heading::before,
  .consulting-framework-v243__heading::after{ width:30%; top:18px; }
  .consulting-framework-v243__column:not(:last-child)::before,
  .consulting-framework-v243__column:not(:last-child)::after{ display:none; }
  .consulting-framework-v243__column{ margin-bottom:10px; }
  .consulting-framework-v243__vertical{ height:46px; }
  .consulting-framework-v243__card,
  .consulting-framework-v243__card--bottom{ min-height:auto; }
}

@media (max-width: 640px){
  .consulting-framework-v243__card{ padding:28px 18px 18px; border-radius:16px; }
  .consulting-framework-v243__badge{ width:44px; height:44px; font-size:22px; top:16px; left:14px; }
  .consulting-framework-v243__icon{ width:66px; height:66px; margin-bottom:10px; }
  .consulting-framework-v243__icon svg{ width:52px; height:52px; }
  .consulting-framework-v243__card h3{ font-size:18px; }
  .consulting-framework-v243__card p{ font-size:14px; }
}
