.eo-support-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(62,194,183,0.13), transparent 34%),
    radial-gradient(circle at 86% 72%, rgba(46,110,207,0.12), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.eo-support-hero__layout {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 48px;
  align-items: center;
}

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

.eo-support-hero .eo-h1 {
  max-width: 780px;
}

.eo-support-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.eo-support-hero__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 12px 28px rgba(15,23,42,0.06);
  color: #17345d;
  font-weight: 800;
}

.eo-support-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

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

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

.eo-support-hero__visual {
  min-height: 500px;
}

.eo-support-orbit {
  position: relative;
  height: 500px;
  border-radius: 42px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.98), rgba(255,255,255,0.78)),
    linear-gradient(135deg, rgba(62,194,183,0.18), rgba(46,110,207,0.13));
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 30px 85px rgba(15,23,42,0.11);
  overflow: hidden;
}

.eo-support-orbit::before,
.eo-support-orbit::after {
  content: "";
  position: absolute;
  inset: 58px;
  border-radius: 50%;
  border: 1px dashed rgba(46,110,207,0.25);
}

.eo-support-orbit::after {
  inset: 108px;
  border-color: rgba(62,194,183,0.28);
}

.eo-support-orbit__center {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  box-shadow: 0 24px 65px rgba(46,110,207,0.25);
}

.eo-support-orbit__center strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
}

.eo-support-orbit__center span {
  font-weight: 800;
  opacity: .9;
}

.eo-support-orbit__item {
  position: absolute;
  z-index: 3;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(15,23,42,0.08);
  color: #10243f;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(15,23,42,0.1);
}

.eo-support-orbit__item--one { left: 46px; top: 86px; }
.eo-support-orbit__item--two { right: 48px; top: 132px; }
.eo-support-orbit__item--three { left: 58px; bottom: 110px; }
.eo-support-orbit__item--four { right: 64px; bottom: 82px; }

.eo-support-legal-note {
  display: flex;
  gap: 10px;
  margin: 40px 0 0;
  padding: 0 20px;
  color: #52647c;
  line-height: 1.55;
  font-size: 14px;
}

.eo-support-legal-note strong {
  color: #10243f;
  white-space: nowrap;
}

.eo-support-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.eo-support-package {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 20px 52px rgba(15,23,42,0.08);
  overflow: hidden;
}

.eo-support-package::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
}

.eo-support-package--featured {
  background:
    radial-gradient(circle at 100% 0%, rgba(62,194,183,0.16), transparent 34%),
    #fff;
  border-color: rgba(46,110,207,0.20);
  box-shadow: 0 28px 78px rgba(15,23,42,0.13);
}

.eo-support-package__badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  font-size: 13px;
  font-weight: 900;
}

.eo-support-package__label {
  display: inline-block;
  margin-bottom: 12px;
  color: #2e6ecf;
  font-weight: 900;
}

.eo-support-package h3 {
  margin: 0 0 12px;
  color: #10243f;
  font-size: 50px;
  line-height: 1.1;
}

.eo-support-package p {
  margin: 0;
  color: #52647c;
  line-height: 1.6;
}

.eo-support-package__price {
  margin: 26px 0 22px;
  padding: 22px;
  border-radius: 24px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,0.06);
}

.eo-support-package__price strong {
  display: block;
  color: #071b36;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 6px;
}

.eo-support-package__price span {
  display: block;
  color: #17345d;
  font-weight: 900;
}

.eo-support-package__price small {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.eo-support-package__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 11px;
}

.eo-support-package__list li {
  position: relative;
  padding-left: 30px;
  color: #17345d;
  font-weight: 800;
  line-height: 1.42;
}

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

.eo-support-package__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.eo-support-package .eo-btn-gradient {
  width: 100%;
  margin-top: auto;
}

.eo-support-info-box,
.eo-support-contact,
.eo-support-final-cta {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 46px;
  align-items: start;
  padding: 54px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 0%, rgba(62,194,183,0.16), transparent 34%),
    radial-gradient(circle at 10% 100%, rgba(46,110,207,0.12), transparent 34%),
    #fff;
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 28px 75px rgba(15,23,42,0.09);
}

.eo-support-info-box__content .eo-text + .eo-text {
  margin-top: 18px;
}

.eo-support-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eo-support-feature-grid article,
.eo-support-contact__cards a,
.eo-support-compare-grid article {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 16px 38px rgba(15,23,42,0.06);
}

.eo-support-feature-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #2e6ecf;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 32px rgba(46,110,207,0.11);
}

.eo-support-feature-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eo-support-feature-grid strong,
.eo-support-contact__cards strong,
.eo-support-compare-grid strong {
  display: block;
  color: #10243f;
  font-size: 18px;
  margin-bottom: 8px;
}

.eo-support-feature-grid p,
.eo-support-compare-grid p {
  margin: 0;
  color: #52647c;
  line-height: 1.58;
}

.eo-support-compare {
  padding: 48px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 92% 0%, rgba(62,194,183,0.14), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(46,110,207,0.11), transparent 36%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 28px 75px rgba(15,23,42,0.09);
}

.eo-support-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.eo-support-compare-grid span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  color: #fff;
  font-weight: 900;
}

.eo-support-contact__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eo-support-contact__cards a {
  text-decoration: none;
  transition: all .22s ease;
}

.eo-support-contact__cards a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15,23,42,0.09);
}

.eo-support-contact__cards span {
  color: #52647c;
  font-weight: 800;
}

.eo-support-faq-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.eo-support-faq-layout__intro {
  position: sticky;
  top: 110px;
}

.eo-support-faq {
  display: grid;
  gap: 14px;
}

.eo-support-faq__item {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 16px 42px rgba(15,23,42,0.07);
}

.eo-support-faq__item button {
  position: relative;
  width: 100%;
  padding: 22px 62px 22px 24px;
  border: 0;
  background: transparent;
  color: #10243f;
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.eo-support-faq__item button::before,
.eo-support-faq__item button::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #2e6ecf;
  transition: transform .22s ease;
}

.eo-support-faq__item button::after {
  transform: rotate(90deg);
}

.eo-support-faq__item.active button::after {
  transform: rotate(0deg);
}

.eo-support-faq__answer {
  display: none;
  padding: 0 24px 22px;
}

.eo-support-faq__item.active .eo-support-faq__answer {
  display: block;
  animation: eoSupportFade .22s ease;
}

.eo-support-faq__answer p {
  margin: 0;
  color: #52647c;
  line-height: 1.65;
}

.eo-support-final-cta {
  grid-template-columns: 1fr 360px;
  align-items: center;
}

.eo-support-final-cta__action {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.eo-support-final-cta__action small {
  color: #64748b;
  line-height: 1.5;
}

@keyframes eoSupportFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .eo-support-hero__layout,
  .eo-support-package-grid,
  .eo-support-info-box,
  .eo-support-contact,
  .eo-support-faq-layout,
  .eo-support-final-cta {
    grid-template-columns: 1fr;
  }

  .eo-support-package--featured {
    transform: none;
  }

  .eo-support-hero__visual {
    min-height: auto;
  }

  .eo-support-orbit {
    height: 420px;
  }

  .eo-support-compare-grid {
    grid-template-columns: 1fr;
  }

  .eo-support-faq-layout__intro {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .eo-support-hero {
    padding: 34px 0 46px;
  }

  .eo-support-hero__content {
    padding: 22px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(15,23,42,0.06);
    box-shadow: 0 22px 58px rgba(15,23,42,0.08);
    backdrop-filter: blur(14px);
  }

  .eo-support-hero__visual {
    display: none;
  }

  .eo-support-hero .eo-h1 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.06;
  }

  .eo-support-hero .eo-lead {
    font-size: 16px;
    line-height: 1.56;
  }

  .eo-support-hero__facts {
    gap: 9px;
    margin-top: 22px;
  }

  .eo-support-hero__facts span {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13.5px;
  }

  .eo-support-hero__actions {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .eo-support-hero__actions .eo-btn-gradient,
  .eo-support-hero__actions .eo-support-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .eo-support-legal-note {
    display: block;
    padding: 16px;
    border-radius: 20px;
    font-size: 14px;
  }

  .eo-support-legal-note strong {
    display: block;
    margin-bottom: 4px;
  }

  .eo-support-package-grid {
    gap: 16px;
  }

  .eo-support-package {
    padding: 22px;
    border-radius: 26px;
  }

  .eo-support-package h3 {
    font-size: 27px;
  }

  .eo-support-package__price {
    margin: 20px 0 18px;
    padding: 17px;
    border-radius: 20px;
  }

  .eo-support-package__price strong {
    font-size: 34px;
  }

  .eo-support-info-box,
  .eo-support-contact,
  .eo-support-final-cta {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .eo-support-feature-grid,
  .eo-support-contact__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .eo-support-compare {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .eo-support-faq__item button {
    padding: 19px 54px 19px 20px;
    font-size: 16px;
  }

  .eo-support-faq__answer {
    padding: 0 20px 20px;
  }

  .eo-support-final-cta__action,
  .eo-support-final-cta__action .eo-btn-gradient {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .eo-support-package__badge {
    top: 18px;
    right: 18px;
  }

  .eo-support-package__list li {
    font-size: 14.5px;
  }
}


/* Support-Pakete Update: deaktivierte Leistungen und Bestandskunden-Fokus */
.eo-support-package__list li.is-disabled {
  color: #9aa6b8;
  opacity: .58;
}

.eo-support-package__list li.is-disabled::before {
  background: #e5eaf1;
  box-shadow: none;
}

.eo-support-package__list li.is-disabled::after {
  left: 6px;
  top: 10px;
  width: 8px;
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: #9aa6b8;
  transform: none;
}

.eo-support-package__list li strong {
  color: inherit;
}

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

@media (max-width: 900px) {
  .eo-support-contact__cards {
    grid-template-columns: 1fr;
  }
}

/* Optimierung Kontaktbereich Support-Pakete: breiterer Textbereich + Kontaktkarten untereinander */
.eo-support-contact {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 54px;
  padding: 58px 62px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 8%, rgba(62,194,183,0.18), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(46,110,207,0.13), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(248,252,255,0.96) 100%);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 30px 80px rgba(15,23,42,0.08);
}

.eo-support-contact::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62,194,183,0.16), transparent 68%);
  pointer-events: none;
}

.eo-support-contact::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,110,207,0.12), transparent 70%);
  pointer-events: none;
}

.eo-support-contact > div {
  position: relative;
  z-index: 2;
}

.eo-support-contact .eo-eyebrow {
  margin-bottom: 22px;
}

.eo-support-contact .eo-h2 {
  max-width: 720px;
  margin-bottom: 24px;
}

.eo-support-contact .eo-text {
  max-width: 680px;
  color: #17345d;
  font-size: 18px;
  line-height: 1.72;
}

.eo-support-contact__cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.eo-support-contact__cards a {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  min-width: 0;
  min-height: 104px;
  padding: 20px 22px;
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(62,194,183,0.45), rgba(46,110,207,0.32)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(15,23,42,0.07);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.eo-support-contact__cards a::before {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.95), transparent 42%),
    linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  box-shadow: 0 14px 30px rgba(46,110,207,0.18);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
}

.eo-support-contact__cards a:nth-child(1)::before {
  content: "✉";
  font-size: 22px;
}

.eo-support-contact__cards a:nth-child(2)::before {
  content: "☎";
  font-size: 22px;
}

.eo-support-contact__cards a:nth-child(3)::before {
  content: "@";
  font-size: 24px;
}

.eo-support-contact__cards a:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(15,23,42,0.12);
}

.eo-support-contact__cards strong {
  display: block;
  min-width: 0;
  margin-bottom: 5px;
  color: #071b36;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.eo-support-contact__cards span {
  display: block;
  min-width: 0;
  color: #48617f;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .eo-support-contact {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 36px;
  }

  .eo-support-contact .eo-h2,
  .eo-support-contact .eo-text {
    max-width: none;
  }

  .eo-support-contact__cards {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .eo-support-contact {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .eo-support-contact .eo-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .eo-support-contact__cards {
    max-width: none;
  }

  .eo-support-contact__cards a {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
    column-gap: 15px;
  }

  .eo-support-contact__cards a::before {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .eo-support-contact__cards strong {
    font-size: 18px;
  }

  .eo-support-contact__cards span {
    font-size: 15.5px;
  }
}