/**
 * Pflegeadler – Pflegegrad-Widerspruch
 * Seitenbezogene Styles für page-templates/template-pflegegrad-widerspruch.php
 *
 * Grundlage: Standalone-Prototyp. Alle Selektoren sind unter
 * .pa-widerspruch-page gekapselt, damit Header, Footer, Plugins und andere
 * Theme-Seiten nicht beeinflusst werden.
 */

.pa-widerspruch-page {
--pa-blue: #2F628C;
  --pa-dark: #003556;
  --pa-accent: #39AFE4;
  --pa-ink: #0f172a;
  --pa-muted: #56677a;
  --pa-soft: #f4f8fc;
  --pa-soft-2: #edf6fb;
  --pa-border: rgba(47, 98, 140, .16);
  --pa-card: #ffffff;
  --pa-shadow: 0 26px 80px rgba(0, 53, 86, .16);
  --pa-radius-xl: 34px;
  --pa-radius-lg: 24px;
  --pa-radius-md: 16px;
  --pa-font: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pa-widerspruch-page,
.pa-widerspruch-page *,
.pa-widerspruch-page *::before,
.pa-widerspruch-page *::after {
box-sizing: border-box;
}

.pa-widerspruch-page {
scroll-behavior: smooth;
}

.pa-widerspruch-page {
margin: 0;
  font-family: var(--pa-font);
  color: var(--pa-ink);
  background: #fff;
  line-height: 1.55;
}

.pa-widerspruch-page a {
color: inherit; text-decoration: none;
}

.pa-widerspruch-page img {
max-width: 100%; display: block;
}

.pa-widerspruch-page button,
.pa-widerspruch-page a {
-webkit-tap-highlight-color: transparent;
}

.pa-widerspruch-page .pa-prototype-note {
background: #e8f4fb;
  color: #174461;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(47,98,140,.14);
}

.pa-widerspruch-page .pa-container {
width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.pa-widerspruch-page .pa-site-header {
position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  backdrop-filter: blur(14px);
}

.pa-widerspruch-page .pa-header-inner {
min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pa-widerspruch-page .pa-logo img {
width: 150px; height: auto;
}

.pa-widerspruch-page .pa-nav {
display: flex;
  align-items: center;
  gap: 28px;
  color: #24384b;
  font-size: 15px;
  font-weight: 650;
}

.pa-widerspruch-page .pa-nav a {
opacity: .88;
}

.pa-widerspruch-page .pa-nav a:hover {
opacity: 1; color: var(--pa-blue);
}

.pa-widerspruch-page .pa-btn {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}

.pa-widerspruch-page .pa-btn:hover {
transform: translateY(-1px);
}

.pa-widerspruch-page .pa-btn-primary {
color: #fff;
  background: var(--pa-blue);
  box-shadow: 0 18px 34px rgba(47, 98, 140, .26);
}

.pa-widerspruch-page .pa-btn-primary:hover {
background: #264f74; box-shadow: 0 22px 42px rgba(47, 98, 140, .32);
}

.pa-widerspruch-page .pa-btn-light {
color: var(--pa-dark);
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 31, 50, .18);
}

.pa-widerspruch-page .pa-btn-outline {
color: var(--pa-dark);
  border-color: rgba(47,98,140,.22);
  background: rgba(255,255,255,.76);
}

.pa-widerspruch-page .pa-btn svg {
flex: 0 0 auto;
}

.pa-widerspruch-page .pa-hero {
position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(57,175,228,.28), transparent 34%),
    radial-gradient(circle at 84% 24%, rgba(255,255,255,.13), transparent 34%),
    linear-gradient(135deg, #003556 0%, #0a456b 58%, #003556 100%);
  padding: 76px 0 70px;
}

.pa-widerspruch-page .pa-hero:after {
content: "";
  position: absolute;
  inset: auto -80px -160px auto;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: rgba(57,175,228,.12);
  filter: blur(3px);
}

.pa-widerspruch-page .pa-hero-grid {
position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
  gap: 48px;
  align-items: center;
}

.pa-widerspruch-page .pa-eyebrow {
display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.09);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 20px;
}

.pa-widerspruch-page .pa-hero h1 {
margin: 0 0 20px;
  max-width: 720px;
  font-size: clamp(38px, 4.35vw, 62px);
  line-height: 1.06;
  letter-spacing: -.018em;
  font-weight: 760;
}

.pa-widerspruch-page .pa-hero-lead {
max-width: 640px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.58;
}

.pa-widerspruch-page .pa-hero-actions {
display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 24px 0 14px;
}

.pa-widerspruch-page .pa-hero-microcopy {
margin: 0 0 12px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 650;
}

.pa-widerspruch-page .pa-hero-trustindex {
max-width: 100%;
}

.pa-widerspruch-page .pa-benefit-list {
display: grid;
  gap: 10px;
  margin: 0;
  max-width: 680px;
}

.pa-widerspruch-page .pa-benefit-item {
display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(255,255,255,.88);
  font-size: 15.5px;
  line-height: 1.45;
}

.pa-widerspruch-page .pa-check {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(57,175,228,.22);
  color: #fff;
  flex: 0 0 auto;
  margin-top: 1px;
}

.pa-widerspruch-page .pa-benefit-item strong {
color: #fff; font-weight: 900;
}

.pa-widerspruch-page .pa-lawyer-card {
position: relative;
  overflow: hidden;
  border-radius: var(--pa-radius-xl);
  background: #fff;
  color: var(--pa-ink);
  box-shadow: 0 38px 90px rgba(0, 23, 37, .36);
  border: 1px solid rgba(255,255,255,.22);
}

.pa-widerspruch-page .pa-lawyer-image-wrap {
position: relative;
  height: 390px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f3f9, #fff);
}

.pa-widerspruch-page .pa-lawyer-image {
width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.pa-widerspruch-page .pa-lawyer-content {
padding: 24px 28px 26px;
  text-align: center;
}

.pa-widerspruch-page .pa-lawyer-content h2 {
margin: 0;
  display: grid;
  gap: 5px;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -.018em;
}

.pa-widerspruch-page .pa-lawyer-content h2 span {
color: var(--pa-blue);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.pa-widerspruch-page .pa-section {
padding: 74px 0;
}

.pa-widerspruch-page .pa-section-soft {
background: var(--pa-soft);
}

.pa-widerspruch-page .pa-section-gradient {
background: linear-gradient(180deg, #fff 0%, var(--pa-soft) 100%);
}

.pa-widerspruch-page .pa-center {
text-align: center;
}

.pa-widerspruch-page .pa-section-head {
max-width: 790px; margin: 0 auto 38px;
}

.pa-widerspruch-page .pa-section-head h2 {
margin: 10px 0 14px;
  color: var(--pa-ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 900;
}

.pa-widerspruch-page .pa-section-head p {
margin: 0;
  color: var(--pa-muted);
  font-size: 18px;
}

.pa-widerspruch-page .pa-pill {
display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--pa-blue);
  background: rgba(47,98,140,.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pa-widerspruch-page .pa-usp-strip {
margin-top: -34px;
  position: relative;
  z-index: 3;
}

.pa-widerspruch-page .pa-usp-panel {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: var(--pa-shadow);
}

.pa-widerspruch-page .pa-usp-item {
display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 104px;
  padding: 18px;
  border-radius: 20px;
  background: #f8fbfe;
  border: 1px solid rgba(47,98,140,.10);
}

.pa-widerspruch-page .pa-usp-item strong {
display: block;
  color: var(--pa-ink);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.pa-widerspruch-page .pa-usp-item small {
display: block;
  color: var(--pa-muted);
  font-size: 13px;
  line-height: 1.4;
}

.pa-widerspruch-page .pa-usp-icon {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(47,98,140,.10);
  color: var(--pa-blue);
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 900;
}

.pa-widerspruch-page .pa-process-section {
background: linear-gradient(180deg, #fff 0%, var(--pa-soft) 100%);
  padding-top: 86px;
}

.pa-widerspruch-page .pa-process-grid {
display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.pa-widerspruch-page .pa-process-card {
overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 24px 72px rgba(0,53,86,.12);
}

.pa-widerspruch-page .pa-process-card-image {
height: 310px;
  background: linear-gradient(135deg, #e8f3f9, #fff);
  overflow: hidden;
}

.pa-widerspruch-page .pa-process-card-image img {
width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.pa-widerspruch-page .pa-process-card-body {
padding: 24px;
}

.pa-widerspruch-page .pa-process-card-body span {
display: block;
  margin-bottom: 8px;
  color: var(--pa-blue);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.pa-widerspruch-page .pa-process-card-body strong {
display: block;
  color: var(--pa-ink);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.pa-widerspruch-page .pa-process-card-body p {
margin: 12px 0 0;
  color: var(--pa-muted);
  font-size: 15px;
}

.pa-widerspruch-page .pa-process-timeline {
--timeline-progress: 0%;
  --timeline-axis-x: 16px;
  --timeline-content-offset: 34px;
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: var(--timeline-content-offset);
}

.pa-widerspruch-page .pa-process-timeline:before,
.pa-widerspruch-page .pa-process-timeline:after {
content: "";
  position: absolute;
  left: var(--timeline-axis-x);
  top: 22px;
  bottom: 82px;
  width: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.pa-widerspruch-page .pa-process-timeline:before {
background: rgba(47,98,140,.16);
}

.pa-widerspruch-page .pa-process-timeline:after {
height: var(--timeline-progress);
  max-height: calc(100% - 104px);
  bottom: auto;
  background: var(--pa-blue);
  transition: height .45s ease;
}

.pa-widerspruch-page .timeline-step {
position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(47,98,140,.10);
  box-shadow: 0 12px 38px rgba(0,53,86,.05);
  opacity: .68;
  transition: opacity .24s ease, border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.pa-widerspruch-page .timeline-step:before {
content: "";
  position: absolute;
  left: calc(var(--timeline-axis-x) - var(--timeline-content-offset));
  top: 31px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid rgba(47,98,140,.24);
  z-index: 2;
  transform: translateX(-50%);
  transition: border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.pa-widerspruch-page .timeline-step-marker {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #7a8da0;
  background: #eef4f9;
  font-weight: 900;
}

.pa-widerspruch-page .timeline-step h3 {
margin: 0 0 7px;
  color: #34495d;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.pa-widerspruch-page .timeline-step p {
margin: 0;
  color: var(--pa-muted);
  font-size: 16px;
}

.pa-widerspruch-page .timeline-step.is-active,
.pa-widerspruch-page .timeline-step.is-complete {
opacity: 1;
  border-color: rgba(47,98,140,.22);
}

.pa-widerspruch-page .timeline-step.is-active {
box-shadow: 0 18px 54px rgba(0,53,86,.10);
  transform: translateY(-1px);
}

.pa-widerspruch-page .timeline-step.is-active:before,
.pa-widerspruch-page .timeline-step.is-complete:before {
background: var(--pa-blue);
  border-color: #fff;
  box-shadow: 0 0 0 5px rgba(47,98,140,.14);
}

.pa-widerspruch-page .timeline-step.is-active .timeline-step-marker,
.pa-widerspruch-page .timeline-step.is-complete .timeline-step-marker {
color: #fff;
  background: var(--pa-blue);
}

.pa-widerspruch-page .timeline-step.is-active h3 {
color: var(--pa-ink);
}

.pa-widerspruch-page .pa-process-cta {
justify-self: start;
  margin-top: 8px;
}

.pa-widerspruch-page .cost-band-section {
position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 0%, rgba(57,175,228,.26), transparent 34%),
    linear-gradient(135deg, #003556 0%, #164f78 64%, #2F628C 100%);
  padding: clamp(62px, 7vw, 96px) 0;
}

.pa-widerspruch-page .cost-band-section:after {
content: "";
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.pa-widerspruch-page .cost-band-grid {
position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.pa-widerspruch-page .cost-band-pill {
display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.15);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pa-widerspruch-page .cost-band-copy h2 {
margin: 14px 0 16px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.pa-widerspruch-page .cost-band-copy p {
margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.62;
}

.pa-widerspruch-page .cost-band-badge {
display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px 15px;
  border-radius: 16px;
  color: var(--pa-dark);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 28, 46, .20);
  font-weight: 900;
}

.pa-widerspruch-page .cost-band-badge:before {
content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #fff;
  background: var(--pa-blue);
  flex: 0 0 auto;
  font-weight: 900;
}

.pa-widerspruch-page .cost-band-copy small {
display: block;
  margin-top: 16px;
  max-width: 520px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
}

.pa-widerspruch-page .cost-band-links {
display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 7px;
  margin-top: 15px;
  max-width: 560px;
  color: rgba(255,255,255,.74);
  font-size: 12.5px;
  line-height: 1.45;
}

.pa-widerspruch-page .cost-band-links span:first-child {
font-weight: 750;
  color: rgba(255,255,255,.70);
}

.pa-widerspruch-page .cost-band-links a {
color: rgba(255,255,255,.82);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pa-widerspruch-page .cost-band-links a:hover {
color: #fff;
}

.pa-widerspruch-page .cost-band-card {
overflow: hidden;
  border-radius: 30px;
  background: #fff;
  color: var(--pa-ink);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 34px 92px rgba(0, 23, 37, .30);
}

.pa-widerspruch-page .cost-band-card h3 {
margin: 0;
  padding: 24px 24px 18px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.pa-widerspruch-page .cost-band-table-row {
display: grid;
  grid-template-columns: minmax(0, 1.25fr) 88px minmax(0, 1.15fr);
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(47,98,140,.10);
}

.pa-widerspruch-page .cost-band-table-row:last-of-type {
border-bottom: 0;
}

.pa-widerspruch-page .cost-band-table-head {
color: #244963;
  background: #f4f8fc;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.pa-widerspruch-page .cost-band-table-row > span {
color: var(--pa-muted);
  font-size: 14px;
  line-height: 1.35;
}

.pa-widerspruch-page .cost-band-table-row > span:first-child {
color: var(--pa-ink);
  font-weight: 750;
}

.pa-widerspruch-page .cost-band-table-row strong {
display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  color: #fff;
  background: #1f9d55;
  font-size: 16px;
  font-weight: 950;
}

.pa-widerspruch-page .cost-band-table-row strong .cost-band-value {
color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.pa-widerspruch-page .cost-band-note {
margin: 0;
  padding: 16px 18px 18px;
  color: var(--pa-muted);
  background: #fbfdff;
  border-top: 1px solid rgba(47,98,140,.10);
  font-size: 13px;
  line-height: 1.45;
}

.pa-widerspruch-page .pa-compare-section {
background:
    linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
}

.pa-widerspruch-page .pa-compare-grid {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.pa-widerspruch-page .pa-compare-card {
position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(47,98,140,.13);
  box-shadow: 0 18px 54px rgba(0,53,86,.07);
}

.pa-widerspruch-page .pa-compare-card-featured {
border-color: rgba(47,98,140,.42);
  box-shadow: 0 28px 78px rgba(0,53,86,.14);
  transform: translateY(-8px);
}

.pa-widerspruch-page .pa-compare-card-featured:before {
content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid rgba(47,98,140,.20);
  pointer-events: none;
}

.pa-widerspruch-page .pa-compare-card-top {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pa-widerspruch-page .pa-compare-icon {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: var(--pa-blue);
  background: rgba(47,98,140,.09);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
}

.pa-widerspruch-page .pa-compare-card-featured .pa-compare-icon {
color: #fff;
  background: var(--pa-blue);
}

.pa-widerspruch-page .pa-compare-badge {
display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--pa-blue);
  background: rgba(47,98,140,.09);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pa-widerspruch-page .pa-compare-card h3 {
margin: 20px 0 6px;
  color: var(--pa-ink);
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.pa-widerspruch-page .pa-compare-subline {
min-height: 46px;
  margin: 0 0 22px;
  color: #31516b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.pa-widerspruch-page .pa-compare-list {
display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pa-widerspruch-page .pa-compare-list li {
position: relative;
  padding-left: 22px;
  color: var(--pa-muted);
  font-size: 15px;
  line-height: 1.45;
}

.pa-widerspruch-page .pa-compare-list li:before {
content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(47,98,140,.36);
  transform: translateY(-50%);
}

.pa-widerspruch-page .pa-compare-card-featured .pa-compare-list li {
color: #42586b;
}

.pa-widerspruch-page .pa-compare-card-featured .pa-compare-list li:before {
content: "✓";
  top: .76em;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #1f9d55;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pa-widerspruch-page .pa-compare-cta {
display: flex;
  justify-content: center;
  margin-top: 32px;
}

.pa-widerspruch-page .seniorenportal-trust-section {
padding: 52px 0;
  background: linear-gradient(180deg, #f7fbfe 0%, #fff 100%);
}

.pa-widerspruch-page .seniorenportal-trust-panel {
position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 5% 18%, rgba(57,175,228,.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f1f8fd 100%);
  border: 1px solid rgba(47,98,140,.18);
  box-shadow: 0 22px 70px rgba(0,53,86,.09);
}

.pa-widerspruch-page .seniorenportal-trust-panel:after {
content: "";
  position: absolute;
  right: -80px;
  top: -110px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background: rgba(47,98,140,.07);
}

.pa-widerspruch-page .seniorenportal-trust-seal {
position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  padding: 18px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(47,98,140,.12);
  box-shadow: 0 18px 46px rgba(0,53,86,.08);
}

.pa-widerspruch-page .seniorenportal-trust-seal img {
width: min(164px, 100%);
  height: auto;
}

.pa-widerspruch-page .seniorenportal-trust-copy {
position: relative;
  z-index: 1;
}

.pa-widerspruch-page .seniorenportal-trust-label {
display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--pa-blue);
  background: rgba(47,98,140,.08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pa-widerspruch-page .seniorenportal-trust-copy h2 {
margin: 13px 0 12px;
  color: var(--pa-dark);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.pa-widerspruch-page .seniorenportal-trust-copy p {
max-width: 760px;
  margin: 0;
  color: #4d6073;
  font-size: 17px;
  line-height: 1.62;
}

.pa-widerspruch-page .seniorenportal-trust-points {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pa-widerspruch-page .seniorenportal-trust-points span {
display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #204a68;
  background: #fff;
  border: 1px solid rgba(47,98,140,.12);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(0,53,86,.04);
}

.pa-widerspruch-page .seniorenportal-trust-points span:before {
content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pa-blue);
  flex: 0 0 auto;
}

.pa-widerspruch-page .seniorenportal-trust-link {
display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--pa-blue);
  font-size: 14px;
  font-weight: 900;
}

.pa-widerspruch-page .seniorenportal-trust-link:hover {
color: var(--pa-dark);
}

.pa-widerspruch-page .pa-demo-reviews-section {
padding: 58px 0;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}

.pa-widerspruch-page .pa-trustindex-reviews {
max-width: 1040px;
  margin: 0 auto;
}

.pa-widerspruch-page .pa-trustindex-reviews-head {
margin-bottom: 26px;
}

.pa-widerspruch-page .pa-trustindex-widget {
min-height: 170px;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(47,98,140,.14);
  box-shadow: 0 24px 72px rgba(0,53,86,.10);
}

.pa-widerspruch-page .pa-card-grid {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}

.pa-widerspruch-page .pa-card {
border-radius: 24px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 18px 52px rgba(0,53,86,.07);
  padding: 24px;
}

.pa-widerspruch-page .pa-card h3 {
margin: 16px 0 8px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.pa-widerspruch-page .pa-card p {
margin: 0; color: var(--pa-muted); font-size: 15px;
}

.pa-widerspruch-page .pa-card-icon {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  color: var(--pa-blue);
  background: rgba(57,175,228,.12);
}

.pa-widerspruch-page .pa-steps-panel {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 22px 70px rgba(0,53,86,.08);
}

.pa-widerspruch-page .pa-step {
position: relative;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbfe, #fff);
  border: 1px solid rgba(47,98,140,.10);
}

.pa-widerspruch-page .pa-step-number {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--pa-blue);
  font-weight: 900;
  margin-bottom: 18px;
}

.pa-widerspruch-page .pa-step h3 {
margin: 0 0 9px; font-size: 22px; letter-spacing: -.02em;
}

.pa-widerspruch-page .pa-step p {
margin: 0; color: var(--pa-muted);
}

.pa-widerspruch-page .pa-cost-grid {
display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: 28px;
  align-items: stretch;
}

.pa-widerspruch-page .pa-cost-main {
border-radius: var(--pa-radius-xl);
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: var(--pa-shadow);
  padding: clamp(28px, 4vw, 46px);
}

.pa-widerspruch-page .pa-cost-main h2 {
margin: 10px 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.pa-widerspruch-page .pa-cost-main p {
color: var(--pa-muted); font-size: 17px;
}

.pa-widerspruch-page .pa-cost-fineprint {
display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(47,98,140,.07);
  color: #20445f;
  font-size: 14px;
}

.pa-widerspruch-page .pa-cost-side {
display: grid; gap: 14px;
}

.pa-widerspruch-page .pa-cost-tile {
display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 14px 44px rgba(0,53,86,.06);
}

.pa-widerspruch-page .pa-cost-tile strong {
display: block; margin-bottom: 3px;
}

.pa-widerspruch-page .pa-cost-tile span:last-child {
color: var(--pa-muted); font-size: 14px;
}

.pa-widerspruch-page .pa-lawyer-bridge {
display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  border-radius: 38px;
  padding: clamp(24px, 4vw, 46px);
  background: linear-gradient(135deg, #003556, #114f74);
  color: #fff;
  overflow: hidden;
}

.pa-widerspruch-page .pa-lawyer-bridge-visual {
position: relative;
}

.pa-widerspruch-page .pa-lawyer-bridge-visual img {
width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(0,0,0,.28);
}

.pa-widerspruch-page .pa-lawyer-name-card {
position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 12px 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  color: var(--pa-dark);
  box-shadow: 0 18px 42px rgba(0,53,86,.24);
}

.pa-widerspruch-page .pa-lawyer-name-card span {
display:block; font-size: 12px; color: var(--pa-blue); font-weight: 900; text-transform: uppercase; letter-spacing: .06em;
}

.pa-widerspruch-page .pa-lawyer-name-card strong {
display:block; font-size: 17px;
}

.pa-widerspruch-page .pa-lawyer-bridge h2 {
margin: 10px 0 16px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.pa-widerspruch-page .pa-lawyer-bridge p {
color: rgba(255,255,255,.84); font-size: 18px;
}

.pa-widerspruch-page .pa-proof-list {
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.pa-widerspruch-page .pa-proof-list div {
display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 750;
}

.pa-widerspruch-page .pa-reviews-grid {
display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px;
}

.pa-widerspruch-page .pa-review-card {
padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 16px 46px rgba(0,53,86,.06);
}

.pa-widerspruch-page .pa-review-stars {
color: var(--pa-blue); font-size: 18px; letter-spacing: 1px; margin-bottom: 14px;
}

.pa-widerspruch-page .pa-review-card p {
margin: 0 0 16px; color: var(--pa-muted);
}

.pa-widerspruch-page .pa-review-card strong {
display: block; color: var(--pa-ink);
}

.pa-widerspruch-page .pa-placeholder-label {
display: inline-flex;
  margin-top: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(47,98,140,.08);
  color: var(--pa-blue);
  font-size: 11px;
  font-weight: 850;
}

.pa-widerspruch-page .pa-flow-list {
display: grid; gap: 16px;
}

.pa-widerspruch-page .pa-flow-item {
display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 14px 40px rgba(0,53,86,.05);
}

.pa-widerspruch-page .pa-flow-number {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #fff;
  background: var(--pa-blue);
  font-weight: 900;
  font-size: 20px;
}

.pa-widerspruch-page .pa-flow-item h3 {
margin: 0 0 6px; font-size: 22px;
}

.pa-widerspruch-page .pa-flow-item p {
margin: 0; color: var(--pa-muted);
}

.pa-widerspruch-page .pa-flow-tag {
display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #edf6fb;
  color: var(--pa-blue);
  font-size: 12px;
  font-weight: 850;
}

.pa-widerspruch-page .pa-two-col {
display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}

.pa-widerspruch-page .pa-info-card {
display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 16px 48px rgba(0,53,86,.06);
}

.pa-widerspruch-page .pa-info-card h3 {
margin: 8px 0 12px; font-size: 28px; line-height: 1.15; letter-spacing: -.03em;
}

.pa-widerspruch-page .pa-info-card p,
.pa-widerspruch-page .pa-info-card li {
color: var(--pa-muted);
}

.pa-widerspruch-page .pa-info-card p {
margin: 0;
  font-size: 16px;
}

.pa-widerspruch-page .pa-check-list {
list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 11px;
}

.pa-widerspruch-page .pa-check-list li {
display: flex; gap: 10px; align-items: flex-start;
}

.pa-widerspruch-page .pa-check-list li:before {
content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--pa-blue);
  font-size: 13px;
  font-weight: 900;
  flex: 0 0 auto;
  margin-top: 1px;
}

.pa-widerspruch-page .pa-info-card .pa-check-list {
margin-bottom: 22px;
}

.pa-widerspruch-page .pa-info-link {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--pa-blue);
  box-shadow: 0 14px 32px rgba(47,98,140,.20);
  font-size: 14px;
  font-weight: 900;
}

.pa-widerspruch-page .pa-info-link:hover {
background: #264f74;
  transform: translateY(-1px);
}

.pa-widerspruch-page .pa-info-link svg {
flex: 0 0 auto;
}

.pa-widerspruch-page .pa-faq-list {
display: grid; gap: 14px; max-width: 860px; margin: 0 auto;
}

.pa-widerspruch-page details.pa-faq {
border-radius: 22px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 14px 40px rgba(0,53,86,.05);
  overflow: hidden;
}

.pa-widerspruch-page .pa-faq summary {
display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  list-style: none;
}

.pa-widerspruch-page .pa-faq summary::-webkit-details-marker {
display: none;
}

.pa-widerspruch-page .pa-faq summary:after {
content: "⌄";
  color: var(--pa-blue);
  font-size: 24px;
  transform: translateY(-1px);
  transition: transform .18s ease;
}

.pa-widerspruch-page .pa-faq[open] summary:after {
transform: rotate(180deg);
}

.pa-widerspruch-page .pa-faq div {
padding: 0 24px 24px;
  color: var(--pa-muted);
  font-size: 16px;
}

.pa-widerspruch-page .pa-final-cta {
border-radius: 38px;
  padding: clamp(36px, 5vw, 62px);
  text-align: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(57,175,228,.24), transparent 34%),
    linear-gradient(135deg, #003556, #0d4a70);
  color: #fff;
  box-shadow: 0 30px 80px rgba(0,53,86,.22);
}

.pa-widerspruch-page .pa-final-cta h2 {
max-width: 820px;
  margin: 0 auto 16px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.pa-widerspruch-page .pa-final-cta p {
max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

.pa-widerspruch-page .pa-footer {
padding: 34px 0 94px;
  color: var(--pa-muted);
  background: #fff;
  border-top: 1px solid rgba(15,23,42,.08);
  font-size: 14px;
}

.pa-widerspruch-page .pa-footer-inner {
display: flex; justify-content: space-between; gap: 20px; align-items: center;
}

.pa-widerspruch-page .pa-footer img {
width: 130px;
}

@media (max-width: 980px) {
.pa-widerspruch-page .pa-nav {
display: none;
}

.pa-widerspruch-page .pa-hero-grid,
.pa-widerspruch-page .pa-cost-grid,
.pa-widerspruch-page .pa-process-grid,
.pa-widerspruch-page .cost-band-grid,
.pa-widerspruch-page .pa-lawyer-bridge,
.pa-widerspruch-page .pa-two-col {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .pa-card-grid {
grid-template-columns: repeat(2, 1fr);
}

.pa-widerspruch-page .pa-compare-grid {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .seniorenportal-trust-panel {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .pa-usp-panel {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .pa-steps-panel {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .pa-reviews-grid {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .pa-proof-list {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .pa-compare-card-featured {
transform: none;
}
}

@media (max-width: 640px) {
.pa-widerspruch-page .pa-prototype-note {
font-size: 12px;
}

.pa-widerspruch-page .pa-container {
width: min(100% - 28px, 1180px);
}

.pa-widerspruch-page .pa-header-inner {
min-height: 66px;
}

.pa-widerspruch-page .pa-logo img {
width: 128px;
}

.pa-widerspruch-page .pa-site-header .pa-btn {
display: none;
}

.pa-widerspruch-page .pa-hero {
padding: 46px 0 42px;
}

.pa-widerspruch-page .pa-eyebrow {
margin-bottom: 16px;
}

.pa-widerspruch-page .pa-hero h1 {
font-size: 36px; line-height: 1.08; letter-spacing: -.01em;
}

.pa-widerspruch-page .pa-hero-lead {
font-size: 17px; margin-bottom: 18px;
}

.pa-widerspruch-page .pa-hero-actions {
align-items: stretch;
}

.pa-widerspruch-page .pa-hero-actions .pa-btn {
width: 100%;
}

.pa-widerspruch-page .pa-hero-trustindex {
display: table;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
}

.pa-widerspruch-page .pa-hero-trustindex > div,
.pa-widerspruch-page .pa-hero-trustindex > iframe,
.pa-widerspruch-page .pa-hero-trustindex .ti-widget,
.pa-widerspruch-page .pa-hero-trustindex .ti-widget-container,
.pa-widerspruch-page .pa-hero-trustindex [class*="ti-widget"],
.pa-widerspruch-page .pa-hero-trustindex [class*="trustindex"] {
max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.pa-widerspruch-page .pa-benefit-list {
gap: 9px;
}

.pa-widerspruch-page .pa-benefit-item {
font-size: 14.5px;
}

.pa-widerspruch-page .pa-lawyer-image-wrap {
height: 300px;
}

.pa-widerspruch-page .pa-lawyer-content {
padding: 22px;
}

.pa-widerspruch-page .pa-lawyer-content h2 {
font-size: 24px;
}

.pa-widerspruch-page .pa-usp-strip {
margin-top: 0;
}

.pa-widerspruch-page .pa-usp-panel {
grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 24px;
    transform: translateY(-16px);
}

.pa-widerspruch-page .pa-usp-item {
min-height: 0; padding: 14px;
}

.pa-widerspruch-page .pa-usp-icon {
width: 38px; height: 38px; border-radius: 14px;
}

.pa-widerspruch-page .pa-process-section {
padding-top: 46px;
}

.pa-widerspruch-page .pa-process-grid {
gap: 24px;
}

.pa-widerspruch-page .pa-process-card {
order: 2; border-radius: 24px;
}

.pa-widerspruch-page .pa-process-card-image {
height: 260px;
}

.pa-widerspruch-page .pa-process-card-body {
padding: 20px;
}

.pa-widerspruch-page .pa-process-card-body strong {
font-size: 21px;
}

.pa-widerspruch-page .pa-process-timeline {
--timeline-axis-x: 11px;
    --timeline-content-offset: 27px;
    order: 1;
    gap: 14px;
    padding-left: var(--timeline-content-offset);
}

.pa-widerspruch-page .pa-process-timeline:before,
.pa-widerspruch-page .pa-process-timeline:after {
top: 18px;
    bottom: 78px;
}

.pa-widerspruch-page .pa-process-timeline:after {
max-height: calc(100% - 96px);
}

.pa-widerspruch-page .timeline-step {
grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
}

.pa-widerspruch-page .timeline-step:before {
left: calc(var(--timeline-axis-x) - var(--timeline-content-offset));
    top: 27px;
    width: 15px;
    height: 15px;
}

.pa-widerspruch-page .timeline-step-marker {
width: 48px;
    height: 48px;
    border-radius: 15px;
}

.pa-widerspruch-page .timeline-step h3 {
font-size: 19px;
}

.pa-widerspruch-page .timeline-step p {
font-size: 15px;
}

.pa-widerspruch-page .pa-process-cta {
justify-self: stretch;
    width: 100%;
}

.pa-widerspruch-page .pa-section {
padding: 52px 0;
}

.pa-widerspruch-page .pa-section-head {
margin-bottom: 28px;
}

.pa-widerspruch-page .pa-section-head h2 {
font-size: 34px;
}

.pa-widerspruch-page .pa-section-head p {
font-size: 16px;
}

.pa-widerspruch-page .cost-band-section {
padding: 52px 0;
}

.pa-widerspruch-page .cost-band-grid {
gap: 24px;
}

.pa-widerspruch-page .cost-band-copy h2 {
font-size: 34px;
}

.pa-widerspruch-page .cost-band-copy p {
font-size: 16px;
}

.pa-widerspruch-page .cost-band-badge {
padding: 11px 13px;
}

.pa-widerspruch-page .cost-band-card {
border-radius: 22px;
    box-shadow: 0 22px 58px rgba(0,23,37,.22);
}

.pa-widerspruch-page .cost-band-card h3 {
padding: 20px 16px 14px;
    font-size: 22px;
}

.pa-widerspruch-page .cost-band-table-head {
display: none;
}

.pa-widerspruch-page .cost-band-table-row {
grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px;
    align-items: start;
}

.pa-widerspruch-page .cost-band-table-row > span,
.pa-widerspruch-page .cost-band-table-row > strong {
justify-content: flex-start;
    min-height: auto;
}

.pa-widerspruch-page .cost-band-table-row > span:before,
.pa-widerspruch-page .cost-band-table-row > strong:before {
content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    color: #6b7f91;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pa-widerspruch-page .cost-band-table-row > strong {
display: grid;
    gap: 4px;
    justify-items: start;
    width: fit-content;
    padding: 0;
    color: var(--pa-ink);
    background: transparent;
    border-radius: 0;
}

.pa-widerspruch-page .cost-band-table-row strong .cost-band-value {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #fff;
    background: #1f9d55;
    font-size: 16px;
    font-weight: 950;
    line-height: 1;
}

.pa-widerspruch-page .cost-band-note {
padding: 15px 16px 16px;
}

.pa-widerspruch-page .pa-compare-card {
padding: 22px;
    border-radius: 22px;
}

.pa-widerspruch-page .pa-compare-card h3 {
margin-top: 18px;
    font-size: 23px;
}

.pa-widerspruch-page .pa-compare-card-top {
align-items: flex-start;
    flex-wrap: wrap;
}

.pa-widerspruch-page .pa-compare-icon {
width: 42px;
    height: 42px;
    border-radius: 14px;
}

.pa-widerspruch-page .pa-compare-subline {
min-height: 0;
    margin-bottom: 18px;
}

.pa-widerspruch-page .pa-compare-cta {
margin-top: 24px;
}

.pa-widerspruch-page .pa-compare-cta .pa-btn {
width: 100%;
}

.pa-widerspruch-page .seniorenportal-trust-section {
padding: 38px 0;
}

.pa-widerspruch-page .seniorenportal-trust-panel {
gap: 22px;
    padding: 22px;
    border-radius: 24px;
    text-align: center;
}

.pa-widerspruch-page .seniorenportal-trust-seal {
min-height: 140px;
    padding: 16px;
    border-radius: 22px;
}

.pa-widerspruch-page .seniorenportal-trust-seal img {
width: min(140px, 100%);
}

.pa-widerspruch-page .seniorenportal-trust-copy h2 {
font-size: 31px;
}

.pa-widerspruch-page .seniorenportal-trust-copy p {
font-size: 16px;
}

.pa-widerspruch-page .seniorenportal-trust-points {
justify-content: center;
    margin-top: 18px;
}

.pa-widerspruch-page .seniorenportal-trust-points span {
width: 100%;
    justify-content: center;
}

.pa-widerspruch-page .seniorenportal-trust-link {
justify-content: center;
}

.pa-widerspruch-page .pa-demo-reviews-section {
padding: 44px 0;
}

.pa-widerspruch-page .pa-trustindex-reviews-head {
margin-bottom: 20px;
}

.pa-widerspruch-page .pa-trustindex-widget {
min-height: 150px;
    padding: 16px;
    border-radius: 22px;
}

.pa-widerspruch-page .pa-card-grid {
grid-template-columns: 1fr;
}

.pa-widerspruch-page .pa-card,
.pa-widerspruch-page .pa-step,
.pa-widerspruch-page .pa-cost-main,
.pa-widerspruch-page .pa-info-card,
.pa-widerspruch-page .pa-review-card {
padding: 22px;
}

.pa-widerspruch-page .pa-cost-main h2 {
font-size: 34px;
}

.pa-widerspruch-page .pa-lawyer-bridge {
border-radius: 28px; padding: 20px;
}

.pa-widerspruch-page .pa-lawyer-bridge h2 {
font-size: 34px;
}

.pa-widerspruch-page .pa-lawyer-bridge p {
font-size: 16px;
}

.pa-widerspruch-page .pa-flow-item {
grid-template-columns: 1fr; gap: 12px; padding: 22px;
}

.pa-widerspruch-page .pa-flow-number {
width: 48px; height: 48px;
}

.pa-widerspruch-page .pa-faq summary {
font-size: 16px; padding: 18px;
}

.pa-widerspruch-page .pa-faq div {
padding: 0 18px 18px;
}

.pa-widerspruch-page .pa-final-cta {
border-radius: 28px;
}

.pa-widerspruch-page .pa-final-cta p {
font-size: 16px;
}

.pa-widerspruch-page .pa-footer {
padding-bottom: 34px;
}

.pa-widerspruch-page .pa-footer-inner {
flex-direction: column; align-items: flex-start;
}
}

@media (prefers-reduced-motion: reduce) {
.pa-widerspruch-page .pa-process-timeline:after,
.pa-widerspruch-page .timeline-step,
.pa-widerspruch-page .timeline-step:before,
.pa-widerspruch-page .timeline-step-marker {
transition: none;
}

.pa-widerspruch-page .timeline-step.is-active {
transform: none;
}
}

/* =========================================================
   WordPress-Theme-Integration
   ========================================================= */
.pa-widerspruch-page {
  position: relative;
  width: 100%;
  min-width: 0;
  isolation: isolate;
}
