/* Gesundheitspolitik – seitenspezifische Styles (Header/Footer-Basis: home.css + site-header.css) */

.page-gesundheitspolitik .gp-hero {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-blue-dark) 100%);
  color: #fff;
  border-bottom: none;
}

.page-gesundheitspolitik .gp-hero__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 4vw, 2rem) clamp(2.25rem, 4.5vw, 3.25rem);
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

.page-gesundheitspolitik .gp-hero__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: var(--text-sm);
  opacity: 0.82;
}

.page-gesundheitspolitik .gp-hero__breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.page-gesundheitspolitik .gp-hero__breadcrumb a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-gesundheitspolitik .gp-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: var(--leading-tight);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page-gesundheitspolitik .gp-hero__lead {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: var(--leading-body);
  opacity: 0.94;
}

.page-gesundheitspolitik .gp-hero__sourcebox {
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1.15rem 1.25rem;
}

.page-gesundheitspolitik .gp-hero__sourcebox-title {
  display: block;
  margin-bottom: 0.45rem;
  font-size: var(--text-sm);
}

.page-gesundheitspolitik .gp-hero__sourcebox p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.55;
  opacity: 0.92;
}

.page-gesundheitspolitik .gp-hero__updated {
  margin: 0.75rem 0 0;
  font-size: var(--text-xs);
  opacity: 0.78;
}

.page-gesundheitspolitik .gp-main__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(1.75rem, 3vw, 2.75rem) clamp(1rem, 4vw, 2rem) clamp(2.5rem, 4vw, 3.5rem);
}

.page-gesundheitspolitik .gp-intro-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.page-gesundheitspolitik .gp-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  box-shadow: var(--shadow);
}

.page-gesundheitspolitik .gp-panel h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.125rem, 2vw, 1.45rem);
  line-height: var(--leading-heading);
  color: var(--brand-navy);
  font-weight: 600;
}

.page-gesundheitspolitik .gp-panel__copy {
  margin: 0;
  line-height: var(--leading-body);
  color: var(--ink);
}

.page-gesundheitspolitik .gp-term-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-gesundheitspolitik .gp-term-list__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}

.page-gesundheitspolitik .gp-term-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-gesundheitspolitik .gp-term-list__marker {
  flex: 0 0 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--brand-blue);
  font-size: var(--text-xs);
  font-weight: 600;
}

.page-gesundheitspolitik .gp-term-list__text {
  font-size: var(--text-sm);
  line-height: 1.45;
}

.page-gesundheitspolitik .gp-editorial-stack {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.page-gesundheitspolitik .gp-editorial {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.page-gesundheitspolitik .gp-editorial h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: var(--leading-heading);
  color: var(--brand-navy);
  font-weight: 600;
}

.page-gesundheitspolitik .gp-editorial p {
  margin: 0 0 0.85rem;
  line-height: var(--leading-body);
}

.page-gesundheitspolitik .gp-editorial p:last-child {
  margin-bottom: 0;
}

.page-gesundheitspolitik .gp-definitions {
  margin: 0.5rem 0 0;
}

.page-gesundheitspolitik .gp-definitions > div {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
}

.page-gesundheitspolitik .gp-definitions > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-gesundheitspolitik .gp-definitions dt {
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: var(--brand-navy);
}

.page-gesundheitspolitik .gp-definitions dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.page-gesundheitspolitik .gp-steps {
  margin: 0.5rem 0 0.85rem;
  padding-left: 1.25rem;
  line-height: var(--leading-body);
}

.page-gesundheitspolitik .gp-steps li + li {
  margin-top: 0.55rem;
}

.page-gesundheitspolitik .gp-editorial--notice {
  border-left: 4px solid var(--brand-aqua);
  background: var(--surface-soft);
}

.page-gesundheitspolitik .gp-sources {
  margin-top: 0.85rem;
  font-size: var(--text-sm);
}

.page-gesundheitspolitik .gp-sources a {
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.page-gesundheitspolitik .gp-sources a:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
}

.page-gesundheitspolitik .gp-radar {
  margin-top: 0;
}

.page-gesundheitspolitik .gp-radar__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.page-gesundheitspolitik .gp-radar__head h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  color: var(--brand-navy);
  font-weight: 600;
}

.page-gesundheitspolitik .gp-radar__subtitle {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--muted);
}

.page-gesundheitspolitik .gp-radar__source-label {
  margin: 0;
  font-size: var(--text-xs);
  color: var(--muted);
  text-align: right;
}

.page-gesundheitspolitik .gp-radar__notice {
  margin: 0;
  padding: 1rem 1.15rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.page-gesundheitspolitik .gp-radar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.page-gesundheitspolitik .gp-radar-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.page-gesundheitspolitik .gp-radar-item__link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  color: inherit;
  text-decoration: none;
}

.page-gesundheitspolitik .gp-radar-item__link:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: -2px;
}

.page-gesundheitspolitik .gp-radar-item__link:hover .gp-radar-item__title {
  color: var(--brand-blue);
}

.page-gesundheitspolitik .gp-radar-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0 0 0.45rem;
  padding: 0;
}

.page-gesundheitspolitik .gp-tag {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: var(--surface-soft);
  font-size: var(--text-xs);
  color: var(--brand-blue);
}

.page-gesundheitspolitik .gp-radar-item__title {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.35;
  font-weight: 600;
  color: var(--brand-navy);
  overflow-wrap: anywhere;
  transition: color 0.15s ease;
}

.page-gesundheitspolitik .gp-radar-item__meta {
  margin: 0.35rem 0 0;
  font-size: var(--text-sm);
  color: var(--muted);
}

.page-gesundheitspolitik .gp-radar-item__pdf-meta {
  margin: 0.35rem 0 0;
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.page-gesundheitspolitik .gp-radar-item__arrow {
  color: var(--brand-aqua);
  font-size: 1.35rem;
  line-height: 1;
}

.page-gesundheitspolitik .gp-radar .source {
  margin-top: 1rem;
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: 1.55;
}

.page-gesundheitspolitik .gp-radar .source a {
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.page-gesundheitspolitik .gp-radar .source a:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
}

.page-gesundheitspolitik .gp-radar-note {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  background: var(--surface-soft);
  border-left: 4px solid var(--brand-aqua);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: var(--text-sm);
  line-height: 1.55;
  color: var(--muted);
}

.page-gesundheitspolitik .gp-radar-note p {
  margin: 0;
}

/* Footer: Basis aus home.css; ohne oberen Abstand nach GP-Inhalt */
.page-gesundheitspolitik .site-footer {
  margin-top: 0;
}

@media (max-width: 820px) {
  .page-gesundheitspolitik .gp-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-gesundheitspolitik .gp-intro-grid {
    grid-template-columns: 1fr;
  }

  .page-gesundheitspolitik .gp-radar__head {
    display: block;
  }

  .page-gesundheitspolitik .gp-radar__source-label {
    margin-top: 0.65rem;
    text-align: left;
  }

  .page-gesundheitspolitik .gp-radar-item__link {
    padding: 0.9rem 1rem;
  }
}

@media (max-width: 640px) {
  .page-gesundheitspolitik .gp-radar-item__title {
    font-size: 1rem;
  }
}
