.eo-v32-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 80px;
  background:
    radial-gradient(circle at 22% 18%, rgba(62, 194, 183, 0.12), transparent 34%),
    radial-gradient(circle at 18% 86%, rgba(46, 110, 207, 0.09), transparent 32%),
    #fff;
}

.eo-v32-hero__layout {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 56px;
  align-items: center;
}

.eo-v32-hero__content {
  position: relative;
  z-index: 2;
}

.eo-v32-hero .eo-h1 span {
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eo-v32-hero__highlights {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  max-width: 620px;
}

.eo-v32-hero__highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #10243f;
  font-weight: 700;
  font-size: 17px;
}

.eo-v32-hero__highlight span {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: 0 0 22px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  position: relative;
  box-shadow: 0 10px 24px rgba(46, 110, 207, 0.18);
}

.eo-v32-hero__highlight span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.eo-v32-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 36px;
}

.eo-v32-text-link {
  color: #17345d;
  font-weight: 800;
  text-decoration: none;
}

.eo-v32-text-link:hover {
  color: #2e6ecf;
}

.eo-v32-hero__visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eo-v32-hero__visual::before {
  content: "";
  position: absolute;
  right: -15%;
  top: -12%;
  width: 110%;
  height: 110%;
  border-radius: 999px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  opacity: 0.13;
  filter: blur(70px);
  pointer-events: none;
}

.eo-v32-release-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  padding: 34px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 5%, rgba(62,194,183,0.18), transparent 36%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 30px 85px rgba(15,23,42,0.12);
}

.eo-v32-release-card__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.eo-v32-release-card__top span,
.eo-v32-release-card__bottom span {
  display: block;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.eo-v32-release-card__top strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.eo-v32-release-card__main {
  padding: 28px 0;
}

.eo-v32-release-card__main h3 {
  color: #071b36;
  font-size: 26px;
  margin-bottom: 22px;
}

.eo-v32-release-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.eo-v32-release-card__grid div {
  padding: 20px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,0.06);
}

.eo-v32-release-card__grid strong {
  display: block;
  color: #10243f;
  font-size: 18px;
  margin-bottom: 5px;
}

.eo-v32-release-card__grid span {
  color: #52647c;
  font-weight: 600;
}

.eo-v32-release-card__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 26px;
  border-top: 1px solid rgba(15,23,42,0.08);
}

.eo-v32-release-card__bottom div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(46,110,207,0.06);
}

.eo-v32-release-card__bottom strong {
  color: #10243f;
  line-height: 1.35;
}

/* =========================
   Flexy im Hero
   ========================= */

.eo-v32-hero__flexy {
  position: absolute;
  right: -120px;
  bottom: -28px;
  z-index: 4;
  pointer-events: none;
}

.eo-v32-hero__flexy-badge {
  position: relative;
  width: 190px;
  height: 190px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 28px 60px rgba(15,23,42,0.16),
    0 10px 24px rgba(46,110,207,0.12);
}

.eo-v32-hero__flexy-badge::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  opacity: 0.16;
  filter: blur(18px);
  z-index: -1;
}

.eo-v32-hero__flexy-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}

.eo-premium-pill {
  display: inline-flex;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 18px;
}

.eo-v32-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.eo-v32-overview-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  min-height: 176px;
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 22px 55px rgba(15,23,42,0.08);
  text-decoration: none;
  transition: all .25s ease;
}

.eo-v32-overview-card:hover {
  box-shadow: 0 28px 70px rgba(15,23,42,0.12);
  -webkit-text-fill-color: unset;
}

.eo-v32-overview-card h3 {
  color: #10243f;
  font-size: 20px;
  margin-bottom: 9px;
}

.eo-v32-overview-card p {
  margin: 0;
  color: #52647c;
  line-height: 1.6;
}

.eo-v32-overview-card__icon {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}

.eo-v32-overview-card__icon svg {
  width: 28px;
  height: 28px;
  color: #2e6ecf;
  stroke: currentColor;
  position: relative;
  z-index: 1;
}

.eo-v32-overview-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.eo-v32-overview-card:hover .eo-v32-overview-card__icon::before {
  opacity: 1;
}

.eo-v32-feature-section {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 46px;
}

.eo-v32-feature-section__intro {
  max-width: 850px;
}

.eo-v32-highlight-box {
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(62,194,183,0.16), transparent 38%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 22px 55px rgba(15,23,42,0.08);
}

.back-light .eo-v32-highlight-box {
  background:
    radial-gradient(circle at 100% 0%, rgba(62,194,183,0.14), transparent 38%),
    rgba(255,255,255,0.86);
}

.eo-v32-highlight-box strong {
  display: block;
  color: #10243f;
  font-size: 22px;
  margin-bottom: 10px;
}

.eo-v32-highlight-box span {
  display: block;
  color: #52647c;
  line-height: 1.65;
  font-weight: 600;
}

.eo-v32-detail-grid {
  display: grid;
  gap: 24px;
}

.eo-v32-detail-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eo-v32-detail-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eo-v32-detail-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eo-v32-detail-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 22px 55px rgba(15,23,42,0.08);
  transition: all .25s ease;
}

.eo-v32-detail-card:hover {
  box-shadow: 0 28px 70px rgba(15,23,42,0.12);
}

.eo-v32-detail-card h3 {
  color: #10243f;
  font-size: 21px;
  margin-bottom: 12px;
}

.eo-v32-detail-card p {
  color: #52647c;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ==========================================================
   HR-Modul: optimierte Feature-Cards
   ========================================================== */

.eo-v32-hr-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.eo-v32-hr-card {
  grid-column: span 2;
  padding: 30px;
  min-height: 100%;
}

.eo-v32-hr-card--wide {
  grid-column: span 3;
}

.eo-v32-hr-card__top {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.eo-v32-hr-card__icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}

.eo-v32-hr-card__icon svg {
  width: 28px;
  height: 28px;
  color: #2e6ecf;
  stroke: currentColor;
  position: relative;
  z-index: 1;
}

.eo-v32-hr-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.eo-v32-hr-card:hover .eo-v32-hr-card__icon::before {
  opacity: 1;
}

.eo-v32-hr-card h3 {
  margin: 0 0 9px;
  color: #10243f;
  font-size: 21px;
  line-height: 1.2;
}

.eo-v32-hr-card p {
  margin: 0;
  color: #52647c;
  line-height: 1.6;
}

/* ==========================================================
   Icons vor allen Feature-Überschriften
   HR-Cards sind ausgenommen, da sie eigene große Icons haben.
   ========================================================== */

.eo-v32-detail-card:not(.eo-v32-hr-card) h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.eo-v32-detail-card:not(.eo-v32-hr-card) h3::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%) border-box;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
}

.eo-v32-detail-card:not(.eo-v32-hr-card) h3::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 14px;
  border: solid #2e6ecf;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
}

ul.haken {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

ul.haken li {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,0.06);
  color: #17345d;
  font-weight: 700;
  line-height: 1.5;
  transition: all .2s ease;
}

ul.haken li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
}

ul.haken li::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

ul.haken li:hover {
  box-shadow: 0 12px 30px rgba(15,23,42,0.08);
  transform: unset;
}

ul.haken.haken--compact {
  gap: 10px;
  margin-top: auto;
}

ul.haken.haken--compact li {
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  font-size: 14.5px;
  line-height: 1.45;
}

ul.haken.haken--compact li::before {
  left: 14px;
  width: 18px;
  height: 18px;
}

ul.haken.haken--compact li::after {
  left: 21px;
  width: 5px;
  height: 9px;
}

ul.haken.haken--two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ==========================================================
   V3.2 Finanzwesen & Buchhaltung: Controlling-Hinweis
   ========================================================== */

.eo-v32-finance-note {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 95% 0%, rgba(62,194,183,0.16), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(46,110,207,0.10), transparent 34%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 24px 65px rgba(15,23,42,0.08);
}

.eo-v32-finance-note__icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}

.eo-v32-finance-note__icon svg {
  width: 31px;
  height: 31px;
  color: #2e6ecf;
  stroke: currentColor;
  position: relative;
  z-index: 1;
}

.eo-v32-finance-note__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.eo-v32-finance-note h3 {
  margin-bottom: 10px;
  color: #10243f;
  font-size: 24px;
}

.eo-v32-finance-note p {
  margin: 0;
  color: #52647c;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .eo-v32-finance-note {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 26px;
  }

  .eo-v32-finance-note__icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .eo-v32-finance-note__icon svg {
    width: 27px;
    height: 27px;
  }

  .eo-v32-finance-note h3 {
    font-size: 21px;
  }
}

/* ==========================================================
   Release-Bereich
   ========================================================== */

.eo-v32-release-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 46px;
  align-items: start;
}

.eo-v32-release-section__content,
.eo-v32-release-section__box {
  padding: 48px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 10%, rgba(62,194,183,0.18), transparent 34%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 28px 75px rgba(15,23,42,0.09);
}

.eo-v32-release-timeline {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.eo-v32-release-timeline div {
  position: relative;
  padding: 24px 24px 24px 78px;
  border-radius: 24px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,0.06);
}

.eo-v32-release-timeline span {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  color: #fff;
  font-weight: 900;
}

.eo-v32-release-timeline strong {
  display: block;
  color: #10243f;
  font-size: 18px;
  margin-bottom: 6px;
}

.eo-v32-release-timeline p {
  margin: 0;
  color: #52647c;
  line-height: 1.6;
}

.eo-v32-release-section__box h3 {
  color: #10243f;
  font-size: 28px;
  margin-bottom: 14px;
}

.eo-v32-release-section__box p {
  color: #52647c;
  line-height: 1.65;
}

.eo-v32-release-section__box .eo-btn-gradient {
  margin-top: 26px;
}

/* ==========================================================
   V3.2 Desktop-Sektionsnavigation
   ========================================================== */

.eo-v32-page {
  position: relative;
}

.eo-v32-page section[id] {
  scroll-margin-top: 75px;
}

.eo-v32-page-nav {
  display: none;
}

@media (min-width: 1350px) {
  .eo-v32-page-nav {
    position: fixed;
    top: 50%;
    right: 22px;
    z-index: 90;
    display: block;
    width: 218px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .eo-v32-page-nav__box {
    position: relative;
    pointer-events: auto;
    padding: 18px;
    border-radius: 28px;
    background:
      radial-gradient(circle at 100% 0%, rgba(62,194,183,0.14), transparent 38%),
      rgba(255,255,255,0.88);
    border: 1px solid rgba(15,23,42,0.08);
    box-shadow: 0 24px 65px rgba(15,23,42,0.12);
    backdrop-filter: blur(18px);
  }

  .eo-v32-page-nav__box::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 28px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(62,194,183,0.36), rgba(46,110,207,0.36));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.75;
    pointer-events: none;
  }

  .eo-v32-page-nav__eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(46,110,207,0.08);
    color: #2e6ecf;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }

  .eo-v32-page-nav__title {
    display: block;
    margin-bottom: 14px;
    color: #071b36;
    font-size: 15px;
    line-height: 1.25;
  }

  .eo-v32-page-nav__links {
    display: grid;
    gap: 7px;
  }

  .eo-v32-page-nav__link {
    position: relative;
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 15px;
    color: #52647c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }

  .eo-v32-page-nav__link:hover {
    color: #10243f;
    background: rgba(46,110,207,0.06);
    transform: translateX(-2px);
    -webkit-text-fill-color: unset;
  }

  .eo-v32-page-nav__link.active,
  .eo-v32-page-nav__link[aria-current="true"] {
    color: #fff;
    background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
    box-shadow: 0 14px 32px rgba(46,110,207,0.20);
    -webkit-text-fill-color: unset;
  }

  .eo-v32-page-nav__num {
    display: grid;
    place-items: center;
    width: 28px;
    height: 24px;
    border-radius: 10px;
    background: rgba(15,23,42,0.05);
    color: #2e6ecf;
    font-size: 11px;
    font-weight: 900;
  }

  .eo-v32-page-nav__link.active .eo-v32-page-nav__num,
  .eo-v32-page-nav__link[aria-current="true"] .eo-v32-page-nav__num {
    background: rgba(255,255,255,0.20);
    color: #fff;
  }
}

/* Zwischenbreite: Platz für die rechte Navigation schaffen */
@media (min-width: 1350px) and (max-width: 1720px) {
  .eo-v32-page .eo-container {
    padding-right: 245px;
  }
}

/* Auf sehr großen Screens sitzt die Navigation rechts außerhalb des Hauptcontents */
@media (min-width: 1721px) {
  .eo-v32-page-nav {
    right: -32px;
  }
}

/* Nicht auf Tablet/Mobile anzeigen */
@media (max-width: 1349px) {
  .eo-v32-page-nav {
    display: none !important;
  }
}

/* ==========================================================
   Responsive
   ========================================================== */

@media (max-width: 1399px) {
  .eo-v32-detail-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .eo-v32-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eo-v32-hero__layout,
  .eo-v32-feature-section,
  .eo-v32-release-section {
    grid-template-columns: 1fr;
  }

    .eo-v32-hero__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .eo-v32-hero__visual {
    min-height: 460px;
  }

  .eo-v32-release-card {
    max-width: 720px;
  }

  .eo-v32-hero__flexy {
    right: 10px;
    bottom: -10px;
  }

  .eo-v32-detail-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eo-v32-hr-card,
  .eo-v32-hr-card--wide {
    grid-column: span 3;
  }
}

@media (max-width: 991px) {
  .eo-v32-hero {
    padding: 56px 0;
  }

  .eo-v32-hero__visual {
    min-height: 400px;
  }

  .eo-v32-hero__actions {
    gap: 18px;
  }

  .eo-v32-release-card__bottom {
    grid-template-columns: 1fr;
  }

  .eo-v32-hero__flexy-badge {
    width: 160px;
    height: 160px;
  }

  .eo-v32-hero__layout {
    gap: 36px;
  }

  .eo-v32-overview-grid,
  .eo-v32-detail-grid--2,
  .eo-v32-detail-grid--3,
  .eo-v32-detail-grid--4 {
    grid-template-columns: 1fr;
  }

  .eo-v32-overview-card {
    min-height: auto;
  }

  .eo-v32-feature-section {
    gap: 26px;
    margin-bottom: 32px;
  }

  .eo-v32-hr-grid {
    grid-template-columns: 1fr;
  }

  .eo-v32-hr-card,
  .eo-v32-hr-card--wide {
    grid-column: span 1;
  }

  ul.haken.haken--two-cols {
    grid-template-columns: 1fr;
  }

  .eo-v32-release-section__content,
  .eo-v32-release-section__box {
    padding: 30px;
  }

  .eo-v32-release-card__bottom {
    grid-template-columns: 1fr;
  }

  ul.haken {
    gap: 10px;
  }

  ul.haken li {
    padding: 12px 14px 12px 42px;
    border-radius: 16px;
    font-size: 14.5px;
  }

  ul.haken li::before {
    width: 18px;
    height: 18px;
    left: 14px;
  }

  ul.haken li::after {
    left: 19px;
    width: 5px;
    height: 9px;
  }
}

@media (max-width: 767px) {
  .eo-v32-hero__visual {
    min-height: auto;
    padding-bottom: 90px;
  }

  .eo-v32-release-card {
    padding: 26px;
    border-radius: 28px;
  }

  .eo-v32-release-card__grid {
    grid-template-columns: 1fr;
  }

  .eo-v32-hero__flexy {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -24px;
  }

  .eo-v32-hero__flexy-badge {
    width: 138px;
    height: 138px;
    padding: 8px;
  }
}

@media (max-width: 575px) {
  .eo-v32-hero__actions {
    gap: 18px;
  }

  .eo-v32-hero__actions .eo-btn-gradient {
    width: 100%;
    justify-content: center;
  }

  .eo-v32-hero__flexy-badge {
    width: 122px;
    height: 122px;
  }

  .eo-v32-overview-card {
    flex-direction: column;
    padding: 24px;
  }

  .eo-v32-release-card,
  .eo-v32-detail-card,
  .eo-v32-highlight-box {
    padding: 24px;
    border-radius: 26px;
  }

  .eo-v32-release-card__grid {
    grid-template-columns: 1fr;
  }

  .eo-v32-release-timeline div {
    padding: 22px;
  }

  .eo-v32-release-timeline span {
    position: static;
    margin-bottom: 14px;
  }

  .eo-v32-hr-card {
    padding: 24px;
  }

  .eo-v32-hr-card__top {
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .eo-v32-hr-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .eo-v32-hr-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .eo-v32-hr-card h3 {
    font-size: 19px;
  }
}

/* Navigation erst ab Sektion Übersicht einblenden */
@media (min-width: 1350px) {
  .eo-v32-page-nav {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(16px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .eo-v32-page-nav.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
  }
}