.insight-page {
  background: var(--paper);
  --insight-section-space: clamp(40px, 5vw, 68px);
  --insight-grid-space: clamp(22px, 3vw, 32px);
  --insight-card-padding: clamp(24px, 3vw, 34px);
}

.guide-header {
  position: sticky;
}

.insight-shell {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.insight-hero {
  position: relative;
  min-height: 74svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--green-950);
}

.insight-hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(215, 220, 65, 0.16), rgba(215, 220, 65, 0) 20%),
    linear-gradient(90deg, rgba(13, 43, 34, 0.92) 0%, rgba(13, 43, 34, 0.72) 43%, rgba(13, 43, 34, 0.28) 100%),
    linear-gradient(180deg, rgba(13, 43, 34, 0.24), rgba(13, 43, 34, 0.74)),
    url("../Bilder/HiO%20Preise.webp") center / cover;
}

.insight-hero-content {
  position: relative;
  z-index: 1;
  padding: 138px 0 80px;
}

.insight-hero-copy {
  max-width: 820px;
}

.guide-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guide-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 248, 238, 0.18);
  background: rgba(13, 43, 34, 0.28);
  border-radius: 999px;
  color: rgba(255, 248, 238, 0.92);
  font-size: 0.84rem;
  font-weight: 700;
}

.insight-points {
  margin-top: 28px;
}

.insight-content {
  padding: clamp(58px, 8vw, 108px) 0;
}

.insight-intro,
.insight-prizes,
.insight-requirements,
.insight-premium,
.insight-faq,
.insight-cta {
  margin-top: var(--insight-section-space);
}

.insight-intro {
  margin-top: 0;
}

.insight-intro-copy,
.insight-section-copy {
  max-width: 840px;
}

.insight-section-copy .eyebrow {
  margin-bottom: 10px;
}

.insight-intro-copy > p:last-of-type,
.insight-section-copy > p:last-of-type {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.72;
}

.insight-statements,
.insight-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: var(--insight-grid-space);
}

.insight-statements article,
.insight-card-grid article,
.insight-premium-card,
.insight-faq .guide-faq-list details {
  border-radius: 28px;
  border: 1px solid rgba(22, 148, 138, 0.14);
  box-shadow: 0 16px 34px rgba(24, 33, 29, 0.05);
}

.insight-statements article,
.insight-card-grid article {
  padding: var(--insight-card-padding);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 227, 208, 0.52));
}

.insight-statements strong,
.insight-card-grid strong,
.insight-premium-card strong {
  display: block;
  color: var(--green-950);
  font-size: 1.04rem;
}

.insight-statements p,
.insight-card-grid p,
.insight-premium-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.insight-requirements-panel {
  padding: clamp(28px, 4vw, 40px);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(215, 220, 65, 0.16), rgba(215, 220, 65, 0) 28%),
    linear-gradient(135deg, rgba(17, 48, 38, 0.98), rgba(28, 61, 48, 0.94));
  color: #fff;
  box-shadow: 0 26px 54px rgba(13, 43, 34, 0.14);
}

.insight-requirements-panel > p:nth-of-type(2) {
  margin: 16px 0 0;
  color: rgba(255, 248, 238, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.72;
}

.insight-requirements-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.insight-requirements-list p {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 54px;
  border-radius: 20px;
  background: rgba(255, 252, 245, 0.08);
  border: 1px solid rgba(223, 211, 153, 0.14);
  color: rgba(255, 248, 238, 0.9);
  line-height: 1.68;
}

.insight-requirements-list p::before,
.insight-premium-points p::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 21px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--petrol), var(--green-500));
  box-shadow: 0 0 0 6px rgba(22, 148, 138, 0.12);
}

.insight-premium-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 4vw, 34px);
  align-items: start;
}

.insight-premium-copy > p:last-of-type {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.72;
}

.insight-premium-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.insight-premium-points p {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 54px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 227, 208, 0.52));
  border: 1px solid rgba(22, 148, 138, 0.14);
  color: var(--green-950);
  box-shadow: 0 16px 34px rgba(24, 33, 29, 0.05);
  line-height: 1.68;
}

.insight-premium-card {
  padding: clamp(24px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.92);
  position: sticky;
  top: 110px;
}

.insight-premium-card .button {
  width: 100%;
  margin-top: 22px;
}

.guide-faq-list {
  display: grid;
  gap: 14px;
  margin-top: var(--insight-grid-space);
}

.guide-faq-list details {
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.guide-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 56px 22px 24px;
  position: relative;
  color: var(--green-950);
  font-size: 1.02rem;
  font-weight: 700;
}

.guide-faq-list summary::-webkit-details-marker {
  display: none;
}

.guide-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--petrol);
  font-size: 1.4rem;
  font-weight: 500;
}

.guide-faq-list details[open] summary::after {
  content: "-";
}

.guide-faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  line-height: 1.72;
}

.insight-faq .guide-faq-list {
  margin-top: var(--insight-grid-space);
}

.insight-cta {
  padding: clamp(28px, 4vw, 40px);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(236, 227, 208, 0.46), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(22, 148, 138, 0.14);
  box-shadow: 0 16px 34px rgba(24, 33, 29, 0.05);
}

.insight-cta .hero-actions {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .insight-statements,
  .insight-card-grid,
  .insight-premium-layout {
    grid-template-columns: 1fr;
  }

  .insight-premium-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .insight-shell {
    width: min(100% - 28px, var(--max));
  }

  .insight-hero-content {
    padding-top: 116px;
    padding-bottom: 64px;
  }

  .insight-content {
    padding: 48px 0 72px;
  }

  .insight-prizes,
  .insight-requirements,
  .insight-premium,
  .insight-faq,
  .insight-cta {
    margin-top: 34px;
  }

  .insight-statements article,
  .insight-card-grid article,
  .insight-premium-card,
  .insight-requirements-panel,
  .insight-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insight-requirements-list p,
  .insight-premium-points p {
    padding: 16px 16px 16px 46px;
  }

  .insight-requirements-list p::before,
  .insight-premium-points p::before {
    left: 16px;
    top: 19px;
    width: 14px;
    height: 14px;
  }

  .guide-faq-list summary {
    padding: 18px 48px 18px 18px;
  }

  .guide-faq-list p {
    padding: 0 18px 18px;
  }
}
