.home-hero-carousel {
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid var(--rule, #e7e1e6);
  touch-action: pan-y pinch-zoom;
}

/* All slides share one grid cell, so switching never changes the hero height. */
.home-hero-slides { display: grid; overflow: hidden; }
.home-hero-slide {
  grid-area: 1 / 1;
  min-width: 0;
  position: relative;
  isolation: isolate;
  visibility: hidden;
  pointer-events: none;
}
.home-hero-slide.is-current,
.home-hero-slide.is-leaving,
.home-hero-slide.is-drag-preview {
  visibility: visible;
}
.home-hero-slide.is-current {
  pointer-events: auto;
  z-index: 1;
}
.home-hero-carousel.is-dragging { user-select: none; -webkit-user-select: none; }
.home-hero-carousel .hero { border-bottom: 0; }
.home-hero-feature {
  display: flex;
  align-items: center;
  min-height: 463px;
  padding: 48px 32px 72px;
  overflow: hidden;
  background: #25242a;
  color: #fff;
}
.home-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  z-index: -2;
}
.home-hero-mba .home-hero-photo { object-position: center 22%; }
.home-hero-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 18, 0.56);
  z-index: -1;
}
.home-hero-copy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  overflow-wrap: anywhere;
}
.home-hero-carousel .home-hero-eyebrow {
  margin: 0 0 16px;
  font: 600 14px/1.5 var(--font-sans, sans-serif);
  letter-spacing: 0;
  color: #fff;
}
.home-hero-carousel .home-hero-heading {
  margin: 0 auto 20px;
  max-width: 950px;
  font: 500 52px/1.08 var(--font-serif, serif);
  letter-spacing: 0;
  color: #fff;
  text-wrap: balance;
}
.home-hero-carousel .home-hero-heading::after { display: none; }
.home-hero-carousel .home-hero-description {
  margin: 0 auto 20px;
  max-width: 720px;
  font: 400 18px/1.6 var(--font-sans, sans-serif);
  color: #fff;
}
.home-hero-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin: 0 0 16px;
  font: 600 15px/1.6 var(--font-sans, sans-serif);
}
.home-hero-speaker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font: 500 15px/1.5 var(--font-sans, sans-serif);
}
.home-hero-speaker img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
.home-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.home-hero-carousel .home-hero-link,
.wb-hero-carousel #hero .hero-cta-primary,
.wb-hero-carousel #hero .hero-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 22px;
  border: 1px solid var(--violet-500, #6e45e2);
  border-radius: 2px;
  color: #fff;
  background: var(--violet-500, #6e45e2);
  font: 600 16px/1.4 var(--font-sans, sans-serif);
  text-decoration: none;
  letter-spacing: 0;
}
.home-hero-link i,
.wb-hero-carousel #hero .hero-cta-link i { flex: 0 0 auto; font-size: 22px; line-height:1; width:1em; height:1em; text-align:center; }
.home-hero-carousel .home-hero-link:hover,
.wb-hero-carousel #hero .hero-cta-primary:hover { background: #5b34c9; border-color: #5b34c9; color: #fff; }
.home-hero-carousel .home-hero-link--secondary,
.wb-hero-carousel #hero .hero-cta-link { background: transparent; border-color: rgba(255,255,255,.7); }
.home-hero-carousel .home-hero-link--secondary:hover,
.wb-hero-carousel #hero .hero-cta-link:hover { background: rgba(255,255,255,.16); border-color: #fff; color: #fff; }
.home-hero-controls {
  display: none;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #252528;
  --home-hero-dot-color: rgba(37, 37, 40, .6);
  --home-hero-track-color: rgba(37, 37, 40, .6);
  transition: color var(--home-hero-transition-duration, 900ms) cubic-bezier(0.45, 0, 0.55, 1);
}
.home-hero-carousel.is-enhanced .home-hero-controls { display: flex; }
.home-hero-carousel.is-photo .home-hero-controls {
  color: #fff;
  --home-hero-dot-color: rgba(255, 255, 255, .6);
  --home-hero-track-color: rgba(255, 255, 255, .6);
}
.home-hero-pagination,
.home-hero-rotation {
  background: transparent;
}
.home-hero-pagination {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 8px;
}
.home-hero-dot,
.home-hero-rotation {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  position: relative;
}
.home-hero-dot { flex: 0 0 44px; background: transparent; }
.home-hero-rotation { flex: 0 0 48px; width: 48px; height: 48px; }
.home-hero-rotation i { width: 24px; height: 24px; font-size: 24px; line-height: 1; }
.home-hero-rotation:hover i { opacity: .75; }
.home-hero-indicator {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--home-hero-dot-color);
  overflow: hidden;
  transition: width 240ms cubic-bezier(0.4, 0, 0.2, 1), background-color var(--home-hero-transition-duration, 900ms) cubic-bezier(0.45, 0, 0.55, 1);
}
.home-hero-dot:hover .home-hero-indicator { background: currentColor; }
.home-hero-dot[aria-pressed="true"] .home-hero-indicator { width: 36px; background: var(--home-hero-track-color); }
.home-hero-progress {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  opacity: 0;
}
.home-hero-dot[aria-pressed="true"] .home-hero-progress { opacity: 1; }
.home-hero-dot:focus-visible,
.home-hero-rotation:focus-visible,
.home-hero-link:focus-visible,
.wb-hero-carousel #hero .hero-cta-primary:focus-visible,
.wb-hero-carousel #hero .hero-cta-link:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.home-hero-fallback { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; padding: 16px; }
#einblicke { scroll-margin-top: 80px; }

@media (max-width: 768px) {
  .home-hero-carousel .hero { padding-bottom: 64px; }
  .home-hero-feature { padding: 36px 24px 68px; }
  .home-hero-carousel .home-hero-heading { font-size: 36px; }
  .home-hero-carousel .home-hero-description { font-size: 16px; }
}
@media (max-width: 480px) {
  .home-hero-feature { padding: 30px 20px 64px; }
  .home-hero-carousel .home-hero-heading { font-size: 30px; }
  .home-hero-carousel .home-hero-eyebrow { font-size: 13px; }
  .home-hero-meta { gap: 4px 14px; font-size: 14px; }
  .home-hero-carousel .home-hero-link,
  .wb-hero-carousel #hero .hero-cta-primary,
  .wb-hero-carousel #hero .hero-cta-link { font-size: 15px; padding: 10px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero-controls, .home-hero-indicator { transition: none; }
}
