/* FAQ wide-content redesign, scoped to /faq/. */
body.page-id-2225 .content-main {
  width: min(100%, 100vw) !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding: clamp(44px, 5vw, 74px) clamp(18px, 3vw, 48px) clamp(72px, 7vw, 112px) !important;
}

body.page-id-2225 .content-article-faq {
  width: min(100%, 1680px) !important;
  max-width: 1680px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-2225 .content-article-faq > h1 {
  width: 100% !important;
  margin: 0 0 clamp(26px, 3vw, 42px) !important;
  padding: 0 !important;
  color: #09120d !important;
  font-size: clamp(3.1rem, 6.4vw, 7.2rem) !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
}

body.page-id-2225 .content-article-faq > h1::after {
  width: clamp(74px, 8vw, 132px) !important;
  height: 3px !important;
  margin-top: clamp(16px, 2vw, 24px) !important;
  background: linear-gradient(90deg, #e31d1a, rgba(227, 29, 26, 0)) !important;
}

body.page-id-2225 .content-article-faq > .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-2225 .koi-faq-page {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 16px;
}

body.page-id-2225 .koi-faq-hero,
body.page-id-2225 .koi-faq-paths,
body.page-id-2225 .koi-faq-group,
body.page-id-2225 .koi-faq-note,
body.page-id-2225 .koi-faq-cta {
  border: 1px solid rgba(7, 13, 12, 0.14) !important;
  box-shadow: 0 22px 62px rgba(7, 13, 12, 0.08) !important;
}

body.page-id-2225 .koi-faq-hero {
  min-height: clamp(370px, 34vw, 540px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5.4vw, 92px) clamp(32px, 5vw, 92px) !important;
  background:
    linear-gradient(90deg, rgba(5, 9, 10, 0.98) 0%, rgba(5, 9, 10, 0.92) 48%, rgba(5, 9, 10, 0.42) 100%),
    url("wild/koi-haltung-halle-1.webp") center right / cover no-repeat,
    #05090a !important;
  color: #fffaf2 !important;
}

body.page-id-2225 .koi-faq-hero::before {
  content: "神";
  position: absolute;
  left: clamp(24px, 4vw, 66px);
  top: clamp(22px, 4vw, 60px);
  color: rgba(255, 250, 242, 0.08);
  font-size: clamp(6rem, 12vw, 13rem);
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}

body.page-id-2225 .koi-faq-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

body.page-id-2225 .koi-faq-hero > * {
  position: relative;
  z-index: 1;
}

body.page-id-2225 .content-article > .entry-content .koi-faq-hero .eyebrow {
  color: #ffcbc6 !important;
  font-size: clamp(0.88rem, 1vw, 1.08rem) !important;
  letter-spacing: 0 !important;
}

body.page-id-2225 .koi-faq-hero h2 {
  max-width: 930px !important;
  font-size: clamp(3rem, 5vw, 6.4rem) !important;
  line-height: 0.94 !important;
  text-wrap: balance;
}

body.page-id-2225 .koi-faq-hero p:not(.eyebrow) {
  max-width: 820px !important;
  margin-top: clamp(22px, 2vw, 34px) !important;
  color: rgba(255, 250, 242, 0.84) !important;
  font-size: clamp(1.05rem, 1.3vw, 1.28rem) !important;
  line-height: 1.65 !important;
}

body.page-id-2225 .koi-faq-paths {
  position: relative;
  min-height: clamp(370px, 34vw, 540px);
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: center;
  gap: 0 !important;
  padding: clamp(56px, 4.6vw, 86px) clamp(24px, 3vw, 52px) clamp(24px, 3vw, 52px);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(248, 238, 224, 0.92)),
    linear-gradient(rgba(7, 13, 12, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 13, 12, 0.035) 1px, transparent 1px);
  background-size: auto, 68px 68px, 68px 68px;
}

body.page-id-2225 .koi-faq-paths::before {
  content: "Schnell Hilfe finden";
  position: absolute;
  left: clamp(24px, 3vw, 52px);
  top: clamp(22px, 2.5vw, 38px);
  color: #e31d1a;
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.page-id-2225 .koi-faq-paths a {
  min-height: 114px !important;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 18px;
  padding: 20px 4px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(7, 13, 12, 0.14) !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
}

body.page-id-2225 .koi-faq-paths a::before {
  content: "?";
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #07110c;
  color: #fffaf2;
  font-size: 1.3rem;
  font-weight: 900;
}

body.page-id-2225 .koi-faq-paths a:nth-child(2)::before {
  content: "H2O";
  font-size: 0.8rem;
}

body.page-id-2225 .koi-faq-paths a:nth-child(3)::before {
  content: "CC";
  font-size: 0.9rem;
}

body.page-id-2225 .koi-faq-paths a::after {
  content: ">";
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  color: #e31d1a;
  font-size: 1.7rem;
  font-weight: 900;
}

body.page-id-2225 .koi-faq-paths strong {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(1.02rem, 1.1vw, 1.24rem) !important;
  text-transform: none !important;
  text-decoration: none !important;
}

body.page-id-2225 .koi-faq-paths span {
  grid-column: 2;
  grid-row: 2;
  max-width: 360px;
  color: rgba(7, 13, 12, 0.68) !important;
  font-size: clamp(0.92rem, 0.95vw, 1.03rem) !important;
  text-decoration: none !important;
}

body.page-id-2225 .koi-faq-group {
  min-width: 0;
  padding: clamp(24px, 2.4vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.98), rgba(249, 242, 232, 0.94)),
    #fffaf2;
}

body.page-id-2225 .koi-faq-group:nth-of-type(3),
body.page-id-2225 .koi-faq-group:nth-of-type(4),
body.page-id-2225 .koi-faq-group:nth-of-type(5) {
  grid-column: auto;
}

body.page-id-2225 .koi-faq-group > h2 {
  margin: 0 0 20px !important;
  color: #e31d1a !important;
  font-size: clamp(1.1rem, 1.2vw, 1.38rem) !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}

body.page-id-2225 .koi-faq-group > h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background: #e31d1a;
}

body.page-id-2225 .koi-faq-list {
  gap: 0 !important;
}

body.page-id-2225 .koi-faq-item {
  border: 0 !important;
  border-top: 1px solid rgba(7, 13, 12, 0.12) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-2225 .koi-faq-item:last-child {
  border-bottom: 1px solid rgba(7, 13, 12, 0.12) !important;
}

body.page-id-2225 .koi-faq-item summary {
  min-height: 58px;
  display: flex !important;
  align-items: center;
  padding: 15px 48px 15px 0 !important;
  color: #07110c !important;
  font-size: clamp(0.94rem, 0.98vw, 1.08rem) !important;
  line-height: 1.25 !important;
}

body.page-id-2225 .koi-faq-item summary::after {
  right: 0 !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px;
  background: transparent !important;
  color: #e31d1a !important;
  font-size: 1.3rem !important;
}

body.page-id-2225 .koi-faq-item p,
body.page-id-2225 .koi-faq-item ul {
  padding: 0 0 20px !important;
  color: rgba(7, 13, 12, 0.72) !important;
  font-size: clamp(0.94rem, 0.95vw, 1rem) !important;
  line-height: 1.66 !important;
}

body.page-id-2225 .koi-faq-note {
  grid-column: 1 / -1;
  padding: clamp(22px, 2vw, 32px) !important;
  border-left: 6px solid #e31d1a !important;
  background: rgba(227, 29, 26, 0.07) !important;
}

body.page-id-2225 .koi-faq-cta {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px) !important;
  padding: clamp(30px, 4vw, 58px) !important;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.92) 62%, rgba(5, 12, 10, 0.96) 62%, rgba(5, 12, 10, 0.98)),
    #fffaf2 !important;
  color: #07110c !important;
}

body.page-id-2225 .content-article > .entry-content .koi-faq-cta,
body.page-id-2225 .content-article > .entry-content .koi-faq-cta h2,
body.page-id-2225 .content-article > .entry-content .koi-faq-cta strong {
  color: #07110c !important;
}

body.page-id-2225 .koi-faq-cta .eyebrow,
body.page-id-2225 .content-article > .entry-content .koi-faq-cta .eyebrow {
  grid-column: 1;
  color: #e31d1a !important;
}

body.page-id-2225 .koi-faq-cta h2 {
  grid-column: 1;
  max-width: 680px !important;
  color: #07110c !important;
  font-size: clamp(2rem, 3.2vw, 4rem) !important;
  line-height: 0.98 !important;
}

body.page-id-2225 .koi-faq-cta p:not(.eyebrow) {
  grid-column: 1;
  max-width: 740px !important;
  color: rgba(7, 13, 12, 0.74) !important;
}

body.page-id-2225 .koi-faq-cta-actions {
  grid-column: 2;
  grid-row: 1 / span 3;
  justify-self: stretch;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px !important;
}

body.page-id-2225 .koi-faq-cta-actions .button {
  width: 100%;
  justify-content: center;
  min-height: 54px;
}

body.page-id-2225 .koi-faq-cta-actions .button.secondary {
  border-color: rgba(255, 250, 242, 0.48) !important;
  color: #fffaf2 !important;
}

@media (min-width: 1120px) {
  body.page-id-2225 .koi-faq-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-id-2225 .koi-faq-hero {
    grid-column: 1 / span 2;
  }

  body.page-id-2225 .koi-faq-paths {
    grid-column: 3;
  }
}

@media (max-width: 1119px) {
  body.page-id-2225 .koi-faq-page {
    grid-template-columns: 1fr;
  }

  body.page-id-2225 .koi-faq-hero,
  body.page-id-2225 .koi-faq-paths,
  body.page-id-2225 .koi-faq-group,
  body.page-id-2225 .koi-faq-note,
  body.page-id-2225 .koi-faq-cta {
    grid-column: 1 / -1;
  }

  body.page-id-2225 .koi-faq-paths {
    min-height: 0;
  }

  body.page-id-2225 .koi-faq-cta {
    grid-template-columns: 1fr;
    background: #fffaf2 !important;
  }

  body.page-id-2225 .koi-faq-cta-actions .button.secondary {
    border-color: rgba(7, 13, 12, 0.22) !important;
    color: #07110c !important;
  }

  body.page-id-2225 .koi-faq-cta .eyebrow,
  body.page-id-2225 .koi-faq-cta h2,
  body.page-id-2225 .koi-faq-cta p:not(.eyebrow),
  body.page-id-2225 .koi-faq-cta-actions {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  body.page-id-2225 .content-main {
    padding: 18px 5px 72px !important;
  }

  body.page-id-2225 .content-article-faq {
    width: 100% !important;
  }

  body.page-id-2225 .content-article-faq > h1 {
    padding-inline: 8px !important;
    font-size: clamp(2.35rem, 10.5vw, 3.4rem) !important;
    line-height: 0.95 !important;
  }

  body.page-id-2225 .koi-faq-page {
    gap: 10px;
  }

  body.page-id-2225 .koi-faq-hero {
    min-height: 0;
    padding: 26px 20px !important;
    background:
      linear-gradient(135deg, rgba(5, 9, 10, 0.98), rgba(7, 15, 13, 0.94)),
      #05090a !important;
  }

  body.page-id-2225 .koi-faq-hero h2 {
    font-size: clamp(2.05rem, 10vw, 3.25rem) !important;
  }

  body.page-id-2225 .koi-faq-hero p:not(.eyebrow) {
    font-size: 1rem !important;
    line-height: 1.52 !important;
  }

  body.page-id-2225 .koi-faq-paths {
    padding: 58px 16px 14px !important;
  }

  body.page-id-2225 .koi-faq-paths a {
    grid-template-columns: 46px minmax(0, 1fr) 14px;
    gap: 12px;
    min-height: 84px !important;
    padding: 14px 0 !important;
  }

  body.page-id-2225 .koi-faq-paths a::before {
    width: 46px;
    height: 46px;
  }

  body.page-id-2225 .koi-faq-group,
  body.page-id-2225 .koi-faq-note,
  body.page-id-2225 .koi-faq-cta {
    padding: 20px 16px !important;
  }

  body.page-id-2225 .koi-faq-item summary {
    min-height: 56px;
    padding-right: 38px !important;
    font-size: 0.98rem !important;
  }
}
