.eo-faq-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 76px;
  background:
    radial-gradient(circle at 14% 10%, rgba(62,194,183,.16), transparent 34%),
    radial-gradient(circle at 86% 28%, rgba(46,110,207,.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.eo-faq-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) .95fr;
  gap: 52px;
  align-items: center;
}

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

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

.eo-faq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}

.eo-faq-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 25px;
  color: #10243f;
  background: #fff;
  border: 1px solid rgba(15,23,42,.09);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  transition: all .22s ease;
}

.eo-faq-link:hover {
  color: #2e6ecf;
  box-shadow: 0 18px 44px rgba(15,23,42,.09);
}

.eo-faq-hero__panel {
  position: relative;
  min-height: 420px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,251,255,.88));
  border: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
  overflow: hidden;
}

.eo-faq-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  opacity: .62;
}

.eo-faq-hero__glow--one {
  width: 260px;
  height: 260px;
  top: -70px;
  right: -50px;
  background: rgba(62,194,183,.22);
}

.eo-faq-hero__glow--two {
  width: 260px;
  height: 260px;
  left: -80px;
  bottom: -80px;
  background: rgba(46,110,207,.18);
}

.eo-faq-hero__panel-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
}

.eo-faq-hero__panel-inner > span {
  width: fit-content;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(23,183,214,.1);
  color: #0a87a6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.eo-faq-hero__panel-inner strong {
  display: block;
  max-width: 430px;
  color: #10243f;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.eo-faq-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.eo-faq-hero__stats div {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 16px 38px rgba(15,23,42,.06);
}

.eo-faq-hero__stats b {
  display: block;
  color: #2e6ecf;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 7px;
}

.eo-faq-hero__stats small {
  display: block;
  color: #52647c;
  font-weight: 800;
}

.eo-faq-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: end;
  margin-bottom: 26px;
}

.eo-faq-search {
  padding: 20px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 18px 45px rgba(15,23,42,.07);
}

.eo-faq-search label {
  display: block;
  margin-bottom: 9px;
  color: #10243f;
  font-size: 13px;
  font-weight: 900;
}

.eo-faq-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.09);
  background: #f8fbff;
  color: #10243f;
  font-weight: 700;
  outline: none;
}

.eo-faq-search input:focus {
  border-color: rgba(46,110,207,.42);
  box-shadow: 0 0 0 4px rgba(46,110,207,.08);
}

.eo-faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 18px 45px rgba(15,23,42,.065);
}

.eo-faq-category-nav button {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 18px;
  background: #f4f8ff;
  color: #17345d;
  font-weight: 900;
  cursor: pointer;
  transition: all .22s ease;
}

.eo-faq-category-nav button:hover,
.eo-faq-category-nav button.active {
  color: #fff;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  box-shadow: 0 12px 28px rgba(46,110,207,.2);
}

.eo-faq-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

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

.eo-faq-sidebar__box {
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(62,194,183,.16), transparent 34%),
    #fff;
  border: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 24px 65px rgba(15,23,42,.09);
}

.eo-faq-sidebar__box span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23,183,214,.1);
  color: #0a87a6;
  font-size: 12px;
  font-weight: 900;
}

.eo-faq-sidebar__box strong {
  display: block;
  color: #10243f;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.eo-faq-sidebar__box p {
  margin: 0 0 22px;
  color: #52647c;
  line-height: 1.65;
}

.eo-faq-sidebar__box .eo-btn-gradient {
  width: 100%;
  text-align: center;
}

.eo-faq-groups {
  display: grid;
  gap: 24px;
}

.eo-faq-group {
  padding: 30px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 22px 58px rgba(15,23,42,.075);
}

.eo-faq-group[hidden],
.eo-faq-item[hidden] {
  display: none !important;
}

.eo-faq-group__head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.eo-faq-group__icon {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #2e6ecf;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 32px rgba(15,23,42,.07);
}

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

.eo-faq-group__icon svg {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
}

.eo-faq-group__head h2 {
  margin: 0 0 6px;
  color: #10243f;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.eo-faq-group__head p {
  margin: 0;
  color: #52647c;
  line-height: 1.55;
}

.eo-faq-item {
  overflow: hidden;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,.07);
}

.eo-faq-item + .eo-faq-item {
  margin-top: 12px;
}

.eo-faq-item button {
  position: relative;
  width: 100%;
  min-height: 66px;
  padding: 20px 64px 20px 22px;
  border: 0;
  background: transparent;
  color: #10243f;
  text-align: left;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  cursor: pointer;
}

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

.eo-faq-item button::after {
  transform: rotate(90deg);
}

.eo-faq-item.active {
  background: #fff;
  box-shadow: 0 18px 44px rgba(15,23,42,.07);
}

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

.eo-faq-answer {
  display: none;
  padding: 0 22px 22px;
}

.eo-faq-item.active .eo-faq-answer {
  display: block;
  animation: eoFaqFade .22s ease;
}

.eo-faq-answer p {
  margin: 0;
  color: #52647c;
  font-size: 16px;
  line-height: 1.72;
}

.eo-faq-empty {
  display: none;
  padding: 32px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 18px 45px rgba(15,23,42,.07);
  text-align: center;
}

.eo-faq-empty.is-visible {
  display: block;
}

.eo-faq-empty strong {
  display: block;
  color: #10243f;
  font-size: 22px;
  margin-bottom: 8px;
}

.eo-faq-empty p {
  margin: 0;
  color: #52647c;
}

.eo-faq-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: center;
  padding: 58px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 90% 10%, rgba(62,194,183,.20), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(46,110,207,.15), transparent 36%),
    #fff;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
}

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

.eo-faq-final-cta__action small {
  color: #64748b;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto;
}

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

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

  .eo-faq-hero__layout,
  .eo-faq-intro,
  .eo-faq-layout,
  .eo-faq-final-cta {
    grid-template-columns: 1fr;
  }

  .eo-faq-hero__panel,
  .eo-faq-hero__panel-inner {
    min-height: 320px;
  }

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

  .eo-faq-sidebar__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 22px;
    align-items: center;
  }

  .eo-faq-sidebar__box .eo-btn-gradient {
    grid-column: 2;
    grid-row: 1 / 4;
  }
}

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

  .eo-faq-hero__content,
  .eo-faq-hero__panel,
  .eo-faq-search,
  .eo-faq-category-nav,
  .eo-faq-group,
  .eo-faq-sidebar__box,
  .eo-faq-final-cta {
    border-radius: 28px;
  }

  .eo-faq-hero__content {
    padding: 22px 18px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(15,23,42,.06);
    box-shadow: 0 22px 58px rgba(15,23,42,.08);
    backdrop-filter: blur(14px);
  }

  .eo-faq-hero .eo-h1 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.05;
    letter-spacing: -.035em;
  }

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

  .eo-faq-hero__actions {
    display: grid;
    gap: 12px;
  }

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

  .eo-faq-hero__panel,
  .eo-faq-hero__panel-inner {
    min-height: auto;
  }

  .eo-faq-hero__panel-inner {
    padding: 26px;
  }

  .eo-faq-hero__panel-inner strong {
    font-size: 27px;
  }

  .eo-faq-hero__stats {
    margin-top: 22px;
  }

  .eo-faq-intro {
    gap: 18px;
  }

  .eo-faq-category-nav {
    position: sticky;
    top: 72px;
    z-index: 20;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px;
    border-radius: 24px;
    -webkit-overflow-scrolling: touch;
  }

  .eo-faq-category-nav::-webkit-scrollbar {
    display: none;
  }

  .eo-faq-category-nav button {
    white-space: nowrap;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 16px;
    font-size: 13px;
  }

  .eo-faq-sidebar__box {
    display: block;
    padding: 24px;
  }

  .eo-faq-group {
    padding: 22px;
  }

  .eo-faq-group__head {
    gap: 14px;
  }

  .eo-faq-group__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .eo-faq-group__head h2 {
    font-size: 22px;
  }

  .eo-faq-group__head p {
    font-size: 14.5px;
  }

  .eo-faq-item button {
    min-height: 58px;
    padding: 17px 54px 17px 18px;
    font-size: 16px;
  }

  .eo-faq-item button::before,
  .eo-faq-item button::after {
    right: 20px;
  }

  .eo-faq-answer {
    padding: 0 18px 18px;
  }

  .eo-faq-answer p {
    font-size: 15px;
    line-height: 1.65;
  }

  .eo-faq-final-cta {
    padding: 28px 22px;
  }

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

@media (max-width: 420px) {
  .eo-faq-hero__stats {
    grid-template-columns: 1fr;
  }

  .eo-faq-group {
    padding: 18px;
  }

  .eo-faq-group__head {
    flex-direction: column;
  }
}


/* FAQ Update: mehr Kategorien, saubere mobile Navigation */
.eo-faq-category-nav {
  flex-wrap: wrap;
}

.eo-faq-category-nav button {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .eo-faq-category-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .eo-faq-category-nav::-webkit-scrollbar {
    display: none;
  }

  .eo-faq-category-nav button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
