
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Arial, Helvetica, sans-serif;
  background:#f4f1eb;
  color:#060913;
}
a{color:inherit}
.hero{
  min-height:94vh;
  padding:42px 6vw 80px;
  background:
    radial-gradient(circle at 85% 30%, rgba(234,0,87,.13), transparent 30%),
    linear-gradient(180deg,#fff 0%,#f4f1eb 100%);
}
.brandbar{
  display:flex;
  align-items:center;
  gap:34px;
  margin-bottom:84px;
}
.brand-logo{
  display:flex;
  align-items:center;
  background:rgba(255,255,255,.78);
  border-radius:18px;
  padding:12px 18px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}
.dms-logo img{height:70px;width:auto;display:block}
.mbs-logo img{height:86px;width:auto;display:block}
.brand-divider{width:1px;height:74px;background:#d8d3ca}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:64px;
  align-items:center;
}
.eyebrow{
  display:inline-block;
  color:#ec005a;
  font-weight:900;
  letter-spacing:.18em;
  font-size:14px;
  margin-bottom:22px;
}
.hero h1{
  font-size:clamp(56px,8vw,118px);
  line-height:.88;
  letter-spacing:-.06em;
  max-width:1050px;
  margin-bottom:28px;
}
.hero-copy p{
  font-size:clamp(19px,2vw,25px);
  line-height:1.45;
  color:#3d3d45;
  max-width:850px;
}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:42px}
.btn{
  text-decoration:none;
  border-radius:16px;
  padding:18px 26px;
  font-weight:900;
}
.primary{background:#ec005a;color:white}
.secondary{background:white;border:1px solid rgba(0,0,0,.12)}
.hero-panel{
  color:white;
  background:linear-gradient(135deg,#040713 0%,#1b0010 100%);
  min-height:430px;
  border-radius:42px;
  padding:48px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  box-shadow:0 28px 70px rgba(0,0,0,.18);
}
.hero-panel span{color:#ec005a;font-weight:900;margin-bottom:18px}
.hero-panel h2{font-size:clamp(34px,4vw,58px);line-height:.95;margin-bottom:24px;letter-spacing:-.04em}
.hero-panel p{font-size:19px;line-height:1.5;color:rgba(255,255,255,.75)}

.trust-strip{
  margin:-42px 6vw 0;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:white;
  border-radius:28px;
  box-shadow:0 22px 55px rgba(0,0,0,.09);
  overflow:hidden;
}
.trust-strip div{padding:30px 34px;border-right:1px solid #eee}
.trust-strip div:last-child{border-right:0}
.trust-strip strong{font-size:38px;color:#ec005a;display:block}
.trust-strip span{font-size:16px;font-weight:700}

.references,.programs{padding:115px 6vw}
.references{background:#fff}
.section-headline{max-width:1160px;margin-bottom:54px}
.section-headline span{
  color:#ec005a;
  font-weight:900;
  letter-spacing:.18em;
  font-size:14px;
}
.section-headline h2{
  font-size:clamp(38px,5.4vw,78px);
  line-height:1;
  letter-spacing:-.055em;
  margin-top:18px;
}
.section-headline p{
  margin-top:22px;
  max-width:900px;
  font-size:20px;
  line-height:1.5;
  color:#555;
}
.reference-image-wrap{
  background:#f4f1eb;
  border-radius:34px;
  padding:18px;
  box-shadow:0 18px 48px rgba(0,0,0,.07);
  margin-bottom:36px;
}
.reference-image-wrap img{
  width:100%;
  display:block;
  border-radius:24px;
}
.company-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.company-list span{
  background:#f6f6f6;
  border:1px solid #eee;
  border-radius:999px;
  padding:10px 14px;
  font-size:14px;
  font-weight:700;
  color:#444;
}
.program-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.program-card{
  background:white;
  border-radius:34px;
  padding:38px;
  text-decoration:none;
  min-height:390px;
  display:flex;
  flex-direction:column;
  box-shadow:0 18px 45px rgba(0,0,0,.06);
  transition:.25s;
  border:1px solid rgba(0,0,0,.06);
}
.program-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(0,0,0,.11)}
.certificate{
  color:#ec005a;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.12em;
  font-weight:900;
  margin-bottom:25px;
}
.program-card h3{
  font-size:clamp(34px,3.4vw,52px);
  line-height:.96;
  letter-spacing:-.045em;
  margin-bottom:22px;
}
.program-card p{
  font-size:18px;
  line-height:1.45;
  color:#555;
  margin-bottom:auto;
}
.program-card span:last-child{
  margin-top:36px;
  align-self:flex-start;
  background:#ec005a;
  color:#fff;
  padding:15px 21px;
  border-radius:14px;
  font-weight:900;
}

.mission{
  margin:0 6vw 100px;
  background:linear-gradient(135deg,#040713 0%,#1b0010 100%);
  color:white;
  border-radius:44px;
  padding:68px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:50px;
  align-items:end;
}
.mission h2{
  font-size:clamp(42px,5vw,74px);
  line-height:.95;
  letter-spacing:-.055em;
}
.mission p{
  font-size:22px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
}

footer{
  padding:38px 6vw;
  display:flex;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid rgba(0,0,0,.08);
  background:#f4f1eb;
}
.footer-brand{font-weight:900;letter-spacing:.08em}
.footer-links{display:flex;gap:28px;flex-wrap:wrap}
.footer-links a{text-decoration:none;color:#444;font-weight:700}

@media(max-width:960px){
  .hero{padding:28px 22px 70px}
  .brandbar{gap:16px;align-items:flex-start;margin-bottom:52px;flex-direction:column}
  .brand-divider{display:none}
  .brand-logo{padding:10px 12px;border-radius:14px}
  .dms-logo img{height:auto;max-width:270px}
  .mbs-logo img{height:70px}
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .hero h1{font-size:58px}
  .hero-panel{min-height:300px;border-radius:30px;padding:32px}
  .trust-strip{margin:-32px 22px 0;grid-template-columns:1fr}
  .trust-strip div{border-right:0;border-bottom:1px solid #eee;padding:24px}
  .references,.programs{padding:76px 22px}
  .reference-image-wrap{border-radius:22px;padding:8px;overflow:auto}
  .reference-image-wrap img{min-width:880px;border-radius:16px}
  .company-list span{font-size:13px}
  .program-grid{grid-template-columns:1fr}
  .mission{margin:0 22px 70px;padding:36px 28px;border-radius:30px;grid-template-columns:1fr}
  .mission p{font-size:19px}
  footer{flex-direction:column;padding:32px 22px}
}


/* ===== V103 Premium refinements ===== */

.brandbar{
  align-items:center;
}

.brand-logo{
  height:112px;
  min-width:290px;
  justify-content:center;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.055);
}

.dms-logo img{
  height:auto;
  max-height:78px;
  max-width:245px;
  object-fit:contain;
}

.mbs-logo img{
  height:auto;
  max-height:78px;
  max-width:245px;
  object-fit:contain;
}

.brand-divider{
  height:86px;
  background:rgba(0,0,0,.12);
}

.reference-image-wrap{
  display:none;
}

.company-card-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.company-card-grid span{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.065);
  border-radius:22px;
  padding:22px 18px;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
  color:#171923;
  box-shadow:0 12px 34px rgba(0,0,0,.045);
}

.company-card-grid span:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 46px rgba(0,0,0,.075);
  transition:.22s ease;
}

.references{
  background:linear-gradient(180deg,#fff 0%,#f7f4ee 100%);
}

.references .section-headline{
  margin-bottom:48px;
}

@media(max-width:1100px){
  .company-card-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

@media(max-width:960px){
  .brandbar{
    align-items:stretch;
  }

  .brand-logo{
    height:96px;
    min-width:0;
    width:100%;
    max-width:330px;
    justify-content:center;
  }

  .dms-logo img,
  .mbs-logo img{
    max-height:66px;
    max-width:245px;
  }

  .company-card-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .company-card-grid span{
    min-height:78px;
    border-radius:18px;
    padding:18px 12px;
    font-size:13px;
  }
}

@media(max-width:420px){
  .hero h1{
    font-size:50px;
  }

  .company-card-grid{
    grid-template-columns:1fr 1fr;
  }
}


/* ===== V105 Logo balance refinement ===== */
.brandbar{
  align-items:center;
  gap:24px;
}

.brand-logo{
  width:300px;
  height:118px;
  min-width:300px;
  padding:18px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.dms-logo img,
.mbs-logo img{
  width:100%;
  height:100%;
  max-width:250px;
  max-height:78px;
  object-fit:contain;
}

.mbs-logo img{
  max-width:238px;
  max-height:76px;
}

.dms-logo img{
  max-width:250px;
  max-height:76px;
}

@media(max-width:960px){
  .brand-logo{
    width:100%;
    max-width:330px;
    height:104px;
    min-width:0;
  }

  .dms-logo img,
  .mbs-logo img{
    max-width:248px;
    max-height:68px;
  }
}


/* ===== V106 final optical logo balance ===== */
/* Ziel: Beide Logos sitzen in identischen Markenflächen und wirken optisch gleichwertig. */
.brandbar{
  align-items:center !important;
  gap:22px !important;
}

.brand-logo{
  width:320px !important;
  height:116px !important;
  min-width:320px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(0,0,0,.07) !important;
  border-radius:22px !important;
  overflow:hidden !important;
}

.brand-logo img{
  display:block !important;
  object-fit:contain !important;
}

.dms-logo img{
  width:260px !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
}

.mbs-logo img{
  width:260px !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
}

.brand-divider{
  height:82px !important;
  background:rgba(0,0,0,.14) !important;
}

@media(max-width:960px){
  .brandbar{
    gap:14px !important;
  }

  .brand-logo{
    width:100% !important;
    max-width:330px !important;
    min-width:0 !important;
    height:108px !important;
  }

  .dms-logo img,
  .mbs-logo img{
    width:255px !important;
  }
}


/* ===== V107 Institutional Logo System ===== */

.brandbar{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  margin-bottom:72px !important;
}

.brand-logo{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  padding:0 !important;
  overflow:visible !important;
}

.brand-logo img{
  object-fit:contain !important;
  filter:none !important;
}

.dms-logo img{
  width:210px !important;
  height:auto !important;
}

.mbs-logo img{
  width:168px !important;
  height:auto !important;
  opacity:.92;
}

.brand-divider{
  width:1px !important;
  height:34px !important;
  background:rgba(0,0,0,.18) !important;
}

.hero{
  padding-top:34px !important;
}

@media(max-width:960px){

  .brandbar{
    gap:14px !important;
    margin-bottom:48px !important;
  }

  .dms-logo img{
    width:180px !important;
  }

  .mbs-logo img{
    width:142px !important;
  }

  .brand-divider{
    height:28px !important;
  }
}


/* ===== V108 Mobile Premium UX ===== */

@media(max-width:960px){

  .hero{
    padding-top:18px !important;
  }

  .hero h1{
    font-size:54px !important;
    line-height:.92 !important;
    letter-spacing:-.06em !important;
  }

  .hero-subtitle{
    font-size:20px !important;
    line-height:1.4 !important;
    max-width:100% !important;
  }

  .hero-cta-group{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    width:100% !important;
  }

  .hero-cta-group .btn{
    width:100% !important;
    justify-content:center !important;
  }

  .section-headline{
    font-size:38px !important;
    line-height:.96 !important;
    letter-spacing:-.05em !important;
  }

  .company-card-grid{
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  .company-card-grid span{
    min-height:70px !important;
    padding:16px 10px !important;
    font-size:12px !important;
    border-radius:16px !important;
  }

  .program-card{
    padding:24px !important;
    border-radius:24px !important;
  }

  .program-card h3{
    font-size:30px !important;
  }

  .mentor-card{
    border-radius:24px !important;
  }

  .sticky-mobile-cta{
    position:fixed;
    bottom:16px;
    left:16px;
    right:16px;
    z-index:999;
    display:flex;
    gap:10px;
  }

  .sticky-mobile-cta a{
    flex:1;
    background:#ff0066;
    color:#fff;
    text-align:center;
    padding:14px 10px;
    border-radius:18px;
    text-decoration:none;
    font-weight:900;
    box-shadow:0 12px 30px rgba(0,0,0,.22);
  }
}


/* ===== V112 AI Business Manager Split ===== */

.abm-decision-section{
  padding:120px 6vw 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,0,102,.06), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(72,196,140,.08), transparent 30%),
    linear-gradient(180deg,#fff 0%,#f5f4f6 100%);
}

.abm-headline{
  max-width:980px;
  margin:0 auto 70px;
  text-align:center;
}

.abm-eyebrow{
  display:inline-block;
  color:#ff0066;
  font-size:13px;
  letter-spacing:.22em;
  font-weight:900;
  margin-bottom:18px;
}

.abm-headline h2{
  font-size:clamp(52px,6vw,96px);
  line-height:.92;
  letter-spacing:-.06em;
  margin:0 0 24px;
  color:#111318;
}

.abm-headline p{
  font-size:22px;
  line-height:1.55;
  color:#445;
  max-width:860px;
  margin:0 auto;
}

.abm-split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:stretch;
}

.abm-path{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  text-decoration:none;
  transition:.28s ease;
  min-height:620px;
  display:block;
}

.abm-path:hover{
  transform:translateY(-6px);
}

.abm-path-inner{
  padding:48px;
  height:100%;
  display:flex;
  flex-direction:column;
}

.business-path{
  background:
    radial-gradient(circle at 85% 18%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(135deg,#ff0066 0%,#b4004a 100%);
  color:white;
  box-shadow:0 28px 70px rgba(180,0,74,.22);
}

.career-path{
  background:
    radial-gradient(circle at 84% 16%, rgba(255,255,255,.06), transparent 28%),
    linear-gradient(135deg,#08261c 0%,#0f4d38 100%);
  color:white;
  box-shadow:0 28px 70px rgba(8,38,28,.22);
}

.abm-tag{
  display:inline-flex;
  width:max-content;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  margin-bottom:34px;
}

.abm-path h3{
  font-size:clamp(38px,4vw,64px);
  line-height:.94;
  letter-spacing:-.05em;
  margin:0 0 26px;
  max-width:700px;
}

.abm-path p{
  font-size:20px;
  line-height:1.55;
  color:rgba(255,255,255,.82);
  max-width:720px;
  margin:0 0 36px;
}

.abm-path ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:16px;
}

.abm-path li{
  font-size:18px;
  color:rgba(255,255,255,.92);
  position:relative;
  padding-left:26px;
}

.abm-path li::before{
  content:"•";
  position:absolute;
  left:0;
  top:-1px;
  font-size:24px;
}

.abm-cta{
  margin-top:auto;
  font-size:18px;
  font-weight:900;
  padding-top:40px;
  color:white;
}

@media(max-width:980px){

  .abm-decision-section{
    padding:84px 24px 70px;
  }

  .abm-headline{
    margin-bottom:46px;
  }

  .abm-headline h2{
    font-size:52px;
  }

  .abm-headline p{
    font-size:19px;
  }

  .abm-split-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .abm-path{
    min-height:auto;
    border-radius:28px;
  }

  .abm-path-inner{
    padding:34px 28px;
  }

  .abm-path h3{
    font-size:42px;
  }

  .abm-path p{
    font-size:18px;
  }

  .abm-path li{
    font-size:16px;
  }

  .abm-cta{
    padding-top:28px;
  }
}


/* ===== V114 AI Business Manager: same brand family, two distinct paths ===== */

.abm-decision-section{
  background:
    radial-gradient(circle at 15% 12%, rgba(255,0,102,.10), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(135,0,92,.10), transparent 30%),
    linear-gradient(180deg,#fff 0%,#f7f3f5 100%) !important;
}

.business-path{
  background:
    radial-gradient(circle at 90% 12%, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(135deg,#ff2b2b 0%,#d40046 48%,#96002f 100%) !important;
  box-shadow:0 28px 70px rgba(212,0,70,.24) !important;
}

.career-path{
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.11), transparent 28%),
    linear-gradient(135deg,#230014 0%,#77004b 48%,#ff0066 100%) !important;
  box-shadow:0 28px 70px rgba(119,0,75,.24) !important;
}

.business-path .abm-tag{
  background:rgba(255,255,255,.16);
}

.career-path .abm-tag{
  background:rgba(255,255,255,.11);
}

.business-path::after,
.career-path::after{
  content:"";
  position:absolute;
  inset:auto 34px 34px auto;
  width:96px;
  height:96px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  opacity:.45;
}

.business-path::before{
  content:"Business Impact";
  position:absolute;
  right:38px;
  top:38px;
  color:rgba(255,255,255,.22);
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:12px;
}

.career-path::before{
  content:"Career Step";
  position:absolute;
  right:38px;
  top:38px;
  color:rgba(255,255,255,.22);
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:12px;
}

.abm-path-inner{
  position:relative;
  z-index:2;
}

.abm-cta{
  border-top:1px solid rgba(255,255,255,.18);
}

@media(max-width:980px){
  .business-path::before,
  .career-path::before{
    right:28px;
    top:28px;
    font-size:11px;
  }

  .business-path::after,
  .career-path::after{
    width:72px;
    height:72px;
    right:24px;
    bottom:24px;
  }
}
