/* SAM-PRO v270: robuste Korrektur – gleiche Komponente ohne Template-Body-Abhängigkeit */
body .consulting-modules-html-v269{
  background:#fff !important;
  padding:58px 0 60px !important;
  overflow:hidden !important;
}

body .consulting-modules-html-v269__head{
  text-align:center !important;
  max-width:880px !important;
  margin:0 auto 28px !important;
}

body .consulting-modules-html-v269__head h2{
  color:#071f49 !important;
  font-size:clamp(34px,3.35vw,50px) !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  margin:0 0 12px !important;
  letter-spacing:-.035em !important;
}

body .consulting-modules-html-v269__head h2::after{
  content:"" !important;
  display:block !important;
  width:104px !important;
  height:3px !important;
  background:#d69713 !important;
  border-radius:99px !important;
  margin:14px auto 0 !important;
}

body .consulting-modules-html-v269__head > p:not(.consulting-kicker){
  color:#33465f !important;
  font-size:16px !important;
  line-height:1.62 !important;
  margin:18px auto 0 !important;
}

body .consulting-modules-html-v269__phases{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  align-items:stretch !important;
  border:1px solid #d7e0ec !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#fff 0%,#f9fbfe 100%) !important;
  box-shadow:0 16px 34px rgba(7,31,73,.055) !important;
  margin:0 auto 34px !important;
  max-width:1320px !important;
}

body .consulting-modules-html-v269__phase{
  position:relative !important;
  display:grid !important;
  grid-template-columns:auto auto 1fr !important;
  align-items:center !important;
  gap:18px !important;
  min-height:104px !important;
  padding:20px 34px !important;
}

body .consulting-modules-html-v269__phase:not(:last-child)::after{
  content:"" !important;
  position:absolute !important;
  right:-20px !important;
  top:0 !important;
  width:42px !important;
  height:100% !important;
  background:linear-gradient(135deg, transparent 0 48%, #d69713 49% 51%, transparent 52% 100%) !important;
  z-index:2 !important;
  pointer-events:none !important;
}

body .consulting-modules-html-v269__phase-no{
  color:#7e8da3 !important;
  font-weight:900 !important;
  font-size:18px !important;
  letter-spacing:.02em !important;
}

body .consulting-modules-html-v269__phase-icon,
body .consulting-modules-html-v269__icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:70px !important;
  height:70px !important;
  border-radius:999px !important;
  background:radial-gradient(circle at 35% 20%,#0b4289 0%,#061e49 64%,#031538 100%) !important;
  color:#d69713 !important;
  box-shadow:0 12px 26px rgba(2,24,63,.16) !important;
}

body .consulting-modules-html-v269__phase-icon svg,
body .consulting-modules-html-v269__icon svg,
body .consulting-modules-html-v269__benefits svg{
  width:34px !important;
  height:34px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.75 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

body .consulting-modules-html-v269__phase-copy{
  display:grid !important;
  gap:4px !important;
}

body .consulting-modules-html-v269__phase-copy strong{
  color:#071f49 !important;
  font-size:20px !important;
  line-height:1.18 !important;
  font-weight:900 !important;
}

body .consulting-modules-html-v269__phase-copy em{
  color:#d08400 !important;
  font-style:normal !important;
  font-weight:800 !important;
  font-size:15px !important;
  line-height:1.25 !important;
}

body .consulting-modules-html-v269__grid{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:28px 34px !important;
  max-width:1320px !important;
  margin:0 auto !important;
}

body .consulting-modules-html-v269__card{
  position:relative !important;
  display:grid !important;
  grid-template-columns:112px 1px minmax(0,1fr) !important;
  gap:26px !important;
  align-items:center !important;
  min-height:186px !important;
  padding:28px 30px 28px 26px !important;
  color:inherit !important;
  text-decoration:none !important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;
  border:1px solid #dae3ee !important;
  border-radius:17px !important;
  box-shadow:0 16px 38px rgba(7,31,73,.07) !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
  overflow:hidden !important;
}

body .consulting-modules-html-v269__card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(135deg, rgba(214,151,19,.14), transparent 34%) !important;
  opacity:0 !important;
  transition:opacity .2s ease !important;
  pointer-events:none !important;
}

body .consulting-modules-html-v269__card::after{
  content:"" !important;
  width:1px !important;
  height:116px !important;
  background:#d69713 !important;
  grid-column:2 !important;
  grid-row:1 !important;
  justify-self:center !important;
}

body .consulting-modules-html-v269__card:hover,
body .consulting-modules-html-v269__card:focus-visible{
  transform:translateY(-5px) !important;
  border-color:#c9a23a !important;
  box-shadow:0 22px 52px rgba(7,31,73,.12) !important;
  outline:none !important;
}

body .consulting-modules-html-v269__card:hover::before,
body .consulting-modules-html-v269__card:focus-visible::before{
  opacity:1 !important;
}

body .consulting-modules-html-v269__badge{
  position:absolute !important;
  top:20px !important;
  left:22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  height:42px !important;
  border-radius:999px !important;
  background:#061e49 !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:17px !important;
  box-shadow:0 8px 18px rgba(3,18,52,.16) !important;
  z-index:2 !important;
}

body .consulting-modules-html-v269__icon{
  width:82px !important;
  height:82px !important;
  background:transparent !important;
  color:#061e49 !important;
  box-shadow:none !important;
  justify-self:center !important;
  margin-top:24px !important;
}

body .consulting-modules-html-v269__icon svg{
  width:74px !important;
  height:74px !important;
  stroke-width:1.35 !important;
}

body .consulting-modules-html-v269__content{
  display:grid !important;
  gap:10px !important;
  position:relative !important;
  z-index:2 !important;
}

body .consulting-modules-html-v269__content strong{
  color:#071f49 !important;
  font-size:20px !important;
  line-height:1.22 !important;
  font-weight:900 !important;
}

body .consulting-modules-html-v269__content em{
  color:#253a56 !important;
  font-style:normal !important;
  font-size:15px !important;
  line-height:1.55 !important;
}

body .consulting-modules-html-v269__content span{
  color:#0b4fa3 !important;
  font-size:14px !important;
  font-weight:900 !important;
  margin-top:2px !important;
}

body .consulting-modules-html-v269__benefits{
  display:grid !important;
  grid-template-columns:1.15fr repeat(4,1fr) !important;
  align-items:center !important;
  gap:0 !important;
  max-width:1320px !important;
  margin:34px auto 0 !important;
  border:1px solid #d7e0ec !important;
  border-radius:15px !important;
  background:#fff !important;
  box-shadow:0 14px 32px rgba(7,31,73,.055) !important;
  overflow:hidden !important;
}

body .consulting-modules-html-v269__benefits > strong{
  min-height:82px !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  padding:20px 26px !important;
  background:linear-gradient(135deg,#061e49 0%,#082a63 100%) !important;
  color:#fff !important;
  font-size:20px !important;
  line-height:1.2 !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
}

body .consulting-modules-html-v269__benefits > strong span{
  color:#d69713 !important;
}

body .consulting-modules-html-v269__benefits > span{
  min-height:82px !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  padding:18px 22px !important;
  border-left:1px solid #d7e0ec !important;
  color:#071f49 !important;
  font-size:15px !important;
  line-height:1.28 !important;
  font-weight:800 !important;
}

body .consulting-modules-html-v269__benefits > span svg{
  color:#d69713 !important;
  width:36px !important;
  height:36px !important;
  flex:0 0 auto !important;
}

@media(max-width:1180px){
  body .consulting-modules-html-v269__phases{
    grid-template-columns:1fr !important;
    border-radius:20px !important;
  }
  body .consulting-modules-html-v269__phase:not(:last-child)::after{
    display:none !important;
  }
  body .consulting-modules-html-v269__phase{
    border-bottom:1px solid #d7e0ec !important;
  }
  body .consulting-modules-html-v269__phase:last-child{
    border-bottom:none !important;
  }
  body .consulting-modules-html-v269__grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
  body .consulting-modules-html-v269__benefits{
    grid-template-columns:1fr 1fr !important;
  }
  body .consulting-modules-html-v269__benefits > strong{
    grid-column:1 / -1 !important;
  }
}

@media(max-width:760px){
  body .consulting-modules-html-v269{
    padding:44px 0 46px !important;
  }
  body .consulting-modules-html-v269__head h2{
    font-size:clamp(30px,8vw,38px) !important;
  }
  body .consulting-modules-html-v269__phase{
    grid-template-columns:auto 1fr !important;
    padding:18px 20px !important;
  }
  body .consulting-modules-html-v269__phase-no{
    grid-row:1 / span 2 !important;
  }
  body .consulting-modules-html-v269__phase-icon{
    display:none !important;
  }
  body .consulting-modules-html-v269__grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  body .consulting-modules-html-v269__card{
    grid-template-columns:74px 1px minmax(0,1fr) !important;
    gap:18px !important;
    min-height:154px !important;
    padding:24px 20px 22px !important;
  }
  body .consulting-modules-html-v269__badge{
    top:16px !important;
    left:16px !important;
    width:36px !important;
    height:36px !important;
    font-size:15px !important;
  }
  body .consulting-modules-html-v269__icon{
    width:62px !important;
    height:62px !important;
    margin-top:26px !important;
  }
  body .consulting-modules-html-v269__icon svg{
    width:56px !important;
    height:56px !important;
  }
  body .consulting-modules-html-v269__content strong{
    font-size:18px !important;
  }
  body .consulting-modules-html-v269__content em{
    font-size:14px !important;
  }
  body .consulting-modules-html-v269__benefits{
    grid-template-columns:1fr !important;
    margin-top:22px !important;
  }
  body .consulting-modules-html-v269__benefits > span{
    border-left:none !important;
    border-top:1px solid #d7e0ec !important;
  }
}


/* v270 Hotfix: falls andere globale SVG-Regeln greifen, Icons sicher begrenzen und einfärben */
body .consulting-modules-html-v269 svg{
  display:block !important;
  max-width:100% !important;
  max-height:100% !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

body .consulting-modules-html-v269__phase-icon,
body .consulting-modules-html-v269__icon,
body .consulting-modules-html-v269__benefits > span svg{
  color:#d69713 !important;
}

body .consulting-modules-html-v269__icon{
  color:#061e49 !important;
}

body .consulting-modules-html-v269__phase-icon svg,
body .consulting-modules-html-v269__benefits svg{
  width:34px !important;
  height:34px !important;
}

body .consulting-modules-html-v269__icon svg{
  width:74px !important;
  height:74px !important;
}
