:root {
  --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;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--pa-font);
  color: var(--pa-ink);
  background: #fff;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.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-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.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-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.pa-logo img { width: 150px; height: auto; }
.pa-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #24384b;
  font-size: 15px;
  font-weight: 650;
}
.pa-nav a { opacity: .88; }
.pa-nav a:hover { opacity: 1; color: var(--pa-blue); }

.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-btn:hover { transform: translateY(-1px); }
.pa-btn-primary {
  color: #fff;
  background: var(--pa-blue);
  box-shadow: 0 18px 34px rgba(47, 98, 140, .26);
}
.pa-btn-primary:hover { background: #264f74; box-shadow: 0 22px 42px rgba(47, 98, 140, .32); }
.pa-btn-light {
  color: var(--pa-dark);
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 31, 50, .18);
}
.pa-btn-outline {
  color: var(--pa-dark);
  border-color: rgba(47,98,140,.22);
  background: rgba(255,255,255,.76);
}
.pa-btn svg { flex: 0 0 auto; }

.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-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-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-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-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-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-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 24px 0 14px;
}
.pa-hero-microcopy {
  margin: 0 0 12px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 650;
}
.pa-hero-google-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 9px;
  max-width: 100%;
  margin: 0;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.84);
  font-size: 13px;
  line-height: 1.25;
}
.pa-hero-google-rating-stars {
  color: #fbbc04;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
}
.pa-hero-google-rating-text strong {
  color: #fff;
  font-weight: 850;
}
.pa-benefit-list {
  display: grid;
  gap: 10px;
  margin: 0;
  max-width: 680px;
}
.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-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-benefit-item strong { color: #fff; font-weight: 900; }

.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-lawyer-image-wrap {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f3f9, #fff);
}
.pa-lawyer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.pa-lawyer-content {
  padding: 24px 28px 26px;
  text-align: center;
}
.pa-lawyer-content h2 {
  margin: 0;
  display: grid;
  gap: 5px;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -.018em;
}
.pa-lawyer-content h2 span {
  color: var(--pa-blue);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.pa-section { padding: 74px 0; }
.pa-section-soft { background: var(--pa-soft); }
.pa-section-gradient { background: linear-gradient(180deg, #fff 0%, var(--pa-soft) 100%); }
.pa-center { text-align: center; }
.pa-section-head { max-width: 790px; margin: 0 auto 38px; }
.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-section-head p {
  margin: 0;
  color: var(--pa-muted);
  font-size: 18px;
}
.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-usp-strip {
  margin-top: -34px;
  position: relative;
  z-index: 3;
}
.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-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-usp-item strong {
  display: block;
  color: var(--pa-ink);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.pa-usp-item small {
  display: block;
  color: var(--pa-muted);
  font-size: 13px;
  line-height: 1.4;
}
.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-process-section {
  background: linear-gradient(180deg, #fff 0%, var(--pa-soft) 100%);
  padding-top: 86px;
}
.pa-process-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}
.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-process-card-image {
  height: 310px;
  background: linear-gradient(135deg, #e8f3f9, #fff);
  overflow: hidden;
}
.pa-process-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.pa-process-card-body {
  padding: 24px;
}
.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-process-card-body strong {
  display: block;
  color: var(--pa-ink);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -.025em;
}
.pa-process-card-body p {
  margin: 12px 0 0;
  color: var(--pa-muted);
  font-size: 15px;
}
.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-process-timeline:before,
.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-process-timeline:before {
  background: rgba(47,98,140,.16);
}
.pa-process-timeline:after {
  height: var(--timeline-progress);
  max-height: calc(100% - 104px);
  bottom: auto;
  background: var(--pa-blue);
  transition: height .45s ease;
}
.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;
}
.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;
}
.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;
}
.timeline-step h3 {
  margin: 0 0 7px;
  color: #34495d;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.02em;
}
.timeline-step p {
  margin: 0;
  color: var(--pa-muted);
  font-size: 16px;
}
.timeline-step.is-active,
.timeline-step.is-complete {
  opacity: 1;
  border-color: rgba(47,98,140,.22);
}
.timeline-step.is-active {
  box-shadow: 0 18px 54px rgba(0,53,86,.10);
  transform: translateY(-1px);
}
.timeline-step.is-active:before,
.timeline-step.is-complete:before {
  background: var(--pa-blue);
  border-color: #fff;
  box-shadow: 0 0 0 5px rgba(47,98,140,.14);
}
.timeline-step.is-active .timeline-step-marker,
.timeline-step.is-complete .timeline-step-marker {
  color: #fff;
  background: var(--pa-blue);
}
.timeline-step.is-active h3 {
  color: var(--pa-ink);
}
.pa-process-cta {
  justify-self: start;
  margin-top: 8px;
}

.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;
}
.cost-band-section:after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.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;
}
.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;
}
.cost-band-copy h2 {
  margin: 14px 0 16px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.cost-band-copy p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.62;
}
.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;
}
.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;
}
.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;
}
.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);
}
.cost-band-card h3 {
  margin: 0;
  padding: 24px 24px 18px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.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);
}
.cost-band-table-row:last-of-type {
  border-bottom: 0;
}
.cost-band-table-head {
  color: #244963;
  background: #f4f8fc;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.cost-band-table-row > span {
  color: var(--pa-muted);
  font-size: 14px;
  line-height: 1.35;
}
.cost-band-table-row > span:first-child {
  color: var(--pa-ink);
  font-weight: 750;
}
.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;
}
.cost-band-table-row strong .cost-band-value {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.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-compare-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
}
.pa-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.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-compare-card-featured {
  border-color: rgba(47,98,140,.42);
  box-shadow: 0 28px 78px rgba(0,53,86,.14);
  transform: translateY(-8px);
}
.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-compare-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.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-compare-card-featured .pa-compare-icon {
  color: #fff;
  background: var(--pa-blue);
}
.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-compare-card h3 {
  margin: 20px 0 6px;
  color: var(--pa-ink);
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.pa-compare-subline {
  min-height: 46px;
  margin: 0 0 22px;
  color: #31516b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.pa-compare-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pa-compare-list li {
  position: relative;
  padding-left: 22px;
  color: var(--pa-muted);
  font-size: 15px;
  line-height: 1.45;
}
.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-compare-card-featured .pa-compare-list li {
  color: #42586b;
}
.pa-compare-card-featured .pa-compare-list li:before {
  content: "\2713";
  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-compare-cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.seniorenportal-trust-section {
  padding: 52px 0;
  background: linear-gradient(180deg, #f7fbfe 0%, #fff 100%);
}
.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);
}
.seniorenportal-trust-panel:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -110px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background: rgba(47,98,140,.07);
}
.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);
}
.seniorenportal-trust-seal img {
  width: min(164px, 100%);
  height: auto;
}
.seniorenportal-trust-copy {
  position: relative;
  z-index: 1;
}
.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;
}
.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;
}
.seniorenportal-trust-copy p {
  max-width: 760px;
  margin: 0;
  color: #4d6073;
  font-size: 17px;
  line-height: 1.62;
}
.seniorenportal-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.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);
}
.seniorenportal-trust-points span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pa-blue);
  flex: 0 0 auto;
}
.seniorenportal-trust-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--pa-blue);
  font-size: 14px;
  font-weight: 900;
}
.seniorenportal-trust-link:hover {
  color: var(--pa-dark);
}

.pa-demo-reviews-section {
  padding: 58px 0;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
}
.pa-demo-reviews-grid {
  display: grid;
  grid-template-columns: minmax(260px, .54fr) minmax(0, 1.36fr);
  gap: 22px;
  align-items: stretch;
}
.pa-demo-reviews-intro {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 0%, rgba(57,175,228,.18), transparent 38%),
    linear-gradient(145deg, #ffffff 0%, #eef7fc 100%);
  border: 1px solid rgba(47,98,140,.16);
  box-shadow: 0 24px 70px rgba(0,53,86,.10);
}
.pa-demo-reviews-intro:after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(47,98,140,.08);
}
.pa-demo-reviews-intro > * {
  position: relative;
  z-index: 1;
}
.pa-demo-reviews-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--pa-blue);
  box-shadow: 0 12px 28px rgba(47,98,140,.24);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pa-demo-reviews-intro h2 {
  margin: 16px 0 10px;
  color: var(--pa-ink);
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.pa-demo-reviews-intro h2 + p {
  margin: 0;
  color: #204a68;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.42;
}
.pa-demo-rating-box {
  margin-top: 22px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(47,98,140,.13);
  box-shadow: 0 18px 46px rgba(0,53,86,.09);
}
.pa-demo-rating-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}
.pa-demo-rating-brand img {
  width: 118px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0,53,86,.08));
}
.pa-demo-rating-brand span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--pa-blue);
  background: rgba(47,98,140,.08);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.pa-demo-rating-score {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}
.pa-demo-rating-score strong {
  display: block;
  color: var(--pa-dark);
  font-size: 44px;
  line-height: 1;
  letter-spacing: -.035em;
}
.pa-demo-rating-stars {
  color: #f6b60b;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 6px 16px rgba(246,182,11,.22);
}
.pa-demo-rating-score .pa-demo-rating-stars {
  margin-bottom: 8px;
  font-size: 18px;
}
.pa-demo-rating-score span {
  display: block;
  color: var(--pa-muted);
  font-size: 14px;
  line-height: 1.35;
}
.pa-demo-review-controls {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.pa-demo-review-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(47,98,140,.18);
  color: #fff;
  background: var(--pa-blue);
  box-shadow: 0 14px 30px rgba(47,98,140,.22);
}
.pa-demo-review-controls button:disabled {
  opacity: .88;
  cursor: default;
}
.pa-demo-review-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.pa-demo-review-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(47,98,140,.14);
  box-shadow: 0 24px 72px rgba(0,53,86,.10);
}
.pa-demo-review-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--pa-blue), var(--pa-accent));
}
.pa-demo-review-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 18px;
  color: #174461;
  background: linear-gradient(135deg, #edf7fb 0%, #f5fbff 100%);
  border: 1px solid rgba(47,98,140,.14);
}
.pa-demo-review-result span {
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
}
.pa-demo-review-result strong {
  color: var(--pa-blue);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}
.pa-demo-review-body {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.pa-demo-review-body img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,53,86,.12);
}
.pa-demo-review-body .pa-demo-rating-stars {
  margin-bottom: 15px;
  font-size: 17px;
}
.pa-demo-review-card blockquote {
  margin: 0;
  color: #26394b;
  font-size: 16.5px;
  line-height: 1.56;
  letter-spacing: -.01em;
}
.pa-demo-review-card footer {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(47,98,140,.10);
  color: var(--pa-dark);
  font-size: 15px;
}
.pa-demo-review-card footer strong {
  font-weight: 950;
}
.pa-demo-review-card footer span {
  color: var(--pa-blue);
  font-size: 13px;
  font-weight: 850;
}

.pa-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.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-card h3 {
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.pa-card p { margin: 0; color: var(--pa-muted); font-size: 15px; }
.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-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-step {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbfe, #fff);
  border: 1px solid rgba(47,98,140,.10);
}
.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-step h3 { margin: 0 0 9px; font-size: 22px; letter-spacing: -.02em; }
.pa-step p { margin: 0; color: var(--pa-muted); }

.pa-cost-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: 28px;
  align-items: stretch;
}
.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-cost-main h2 {
  margin: 10px 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.pa-cost-main p { color: var(--pa-muted); font-size: 17px; }
.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-cost-side { display: grid; gap: 14px; }
.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-cost-tile strong { display: block; margin-bottom: 3px; }
.pa-cost-tile span:last-child { color: var(--pa-muted); font-size: 14px; }

.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-lawyer-bridge-visual {
  position: relative;
}
.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-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-lawyer-name-card span { display:block; font-size: 12px; color: var(--pa-blue); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.pa-lawyer-name-card strong { display:block; font-size: 17px; }
.pa-lawyer-bridge h2 {
  margin: 10px 0 16px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.pa-lawyer-bridge p { color: rgba(255,255,255,.84); font-size: 18px; }
.pa-proof-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.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-reviews-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.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-review-stars { color: var(--pa-blue); font-size: 18px; letter-spacing: 1px; margin-bottom: 14px; }
.pa-review-card p { margin: 0 0 16px; color: var(--pa-muted); }
.pa-review-card strong { display: block; color: var(--pa-ink); }
.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-flow-list { display: grid; gap: 16px; }
.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-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-flow-item h3 { margin: 0 0 6px; font-size: 22px; }
.pa-flow-item p { margin: 0; color: var(--pa-muted); }
.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-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pa-info-card {
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--pa-border);
  box-shadow: 0 16px 48px rgba(0,53,86,.06);
}
.pa-info-card h3 { margin: 8px 0 12px; font-size: 28px; line-height: 1.15; letter-spacing: -.03em; }
.pa-info-card p, .pa-info-card li { color: var(--pa-muted); }
.pa-check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 11px;
}
.pa-check-list li { display: flex; gap: 10px; align-items: flex-start; }
.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-faq-list { display: grid; gap: 14px; max-width: 860px; margin: 0 auto; }
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-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-faq summary::-webkit-details-marker { display: none; }
.pa-faq summary:after {
  content: "⌄";
  color: var(--pa-blue);
  font-size: 24px;
  transform: translateY(-1px);
  transition: transform .18s ease;
}
.pa-faq[open] summary:after { transform: rotate(180deg); }
.pa-faq div {
  padding: 0 24px 24px;
  color: var(--pa-muted);
  font-size: 16px;
}

.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-final-cta h2 {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.pa-final-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}
.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-footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.pa-footer img { width: 130px; }

@media (max-width: 980px) {
  .pa-nav { display: none; }
  .pa-hero-grid,
  .pa-cost-grid,
  .pa-process-grid,
  .cost-band-grid,
  .pa-lawyer-bridge,
  .pa-two-col { grid-template-columns: 1fr; }
  .pa-card-grid { grid-template-columns: repeat(2, 1fr); }
  .pa-compare-grid { grid-template-columns: 1fr; }
  .seniorenportal-trust-panel { grid-template-columns: 1fr; }
  .pa-demo-reviews-grid { grid-template-columns: 1fr; }
  .pa-usp-panel { grid-template-columns: 1fr; }
  .pa-steps-panel { grid-template-columns: 1fr; }
  .pa-reviews-grid { grid-template-columns: 1fr; }
  .pa-proof-list { grid-template-columns: 1fr; }
  .pa-compare-card-featured { transform: none; }
}

@media (max-width: 640px) {
  .pa-prototype-note { font-size: 12px; }
  .pa-container { width: min(100% - 28px, 1180px); }
  .pa-header-inner { min-height: 66px; }
  .pa-logo img { width: 128px; }
  .pa-site-header .pa-btn { display: none; }
  .pa-hero { padding: 46px 0 42px; }
  .pa-eyebrow { margin-bottom: 16px; }
  .pa-hero h1 { font-size: 36px; line-height: 1.08; letter-spacing: -.01em; }
  .pa-hero-lead { font-size: 17px; margin-bottom: 18px; }
  .pa-hero-actions { align-items: stretch; }
  .pa-hero-actions .pa-btn { width: 100%; }
  .pa-hero-google-rating {
    display: flex;
    width: fit-content;
    padding: 7px 9px;
    font-size: 12.5px;
  }
  .pa-hero-google-rating-stars { font-size: 14px; }
  .pa-benefit-list { gap: 9px; }
  .pa-benefit-item { font-size: 14.5px; }
  .pa-lawyer-image-wrap { height: 300px; }
  .pa-lawyer-content { padding: 22px; }
  .pa-lawyer-content h2 { font-size: 24px; }
  .pa-usp-strip { margin-top: 0; }
  .pa-usp-panel {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 24px;
    transform: translateY(-16px);
  }
  .pa-usp-item { min-height: 0; padding: 14px; }
  .pa-usp-icon { width: 38px; height: 38px; border-radius: 14px; }
  .pa-process-section { padding-top: 46px; }
  .pa-process-grid { gap: 24px; }
  .pa-process-card { order: 2; border-radius: 24px; }
  .pa-process-card-image { height: 260px; }
  .pa-process-card-body { padding: 20px; }
  .pa-process-card-body strong { font-size: 21px; }
  .pa-process-timeline {
    --timeline-axis-x: 11px;
    --timeline-content-offset: 27px;
    order: 1;
    gap: 14px;
    padding-left: var(--timeline-content-offset);
  }
  .pa-process-timeline:before,
  .pa-process-timeline:after {
    top: 18px;
    bottom: 78px;
  }
  .pa-process-timeline:after { max-height: calc(100% - 96px); }
  .timeline-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
  }
  .timeline-step:before {
    left: calc(var(--timeline-axis-x) - var(--timeline-content-offset));
    top: 27px;
    width: 15px;
    height: 15px;
  }
  .timeline-step-marker {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .timeline-step h3 { font-size: 19px; }
  .timeline-step p { font-size: 15px; }
  .pa-process-cta {
    justify-self: stretch;
    width: 100%;
  }
  .pa-section { padding: 52px 0; }
  .pa-section-head { margin-bottom: 28px; }
  .pa-section-head h2 { font-size: 34px; }
  .pa-section-head p { font-size: 16px; }
  .cost-band-section { padding: 52px 0; }
  .cost-band-grid { gap: 24px; }
  .cost-band-copy h2 { font-size: 34px; }
  .cost-band-copy p { font-size: 16px; }
  .cost-band-badge { padding: 11px 13px; }
  .cost-band-card {
    border-radius: 22px;
    box-shadow: 0 22px 58px rgba(0,23,37,.22);
  }
  .cost-band-card h3 {
    padding: 20px 16px 14px;
    font-size: 22px;
  }
  .cost-band-table-head { display: none; }
  .cost-band-table-row {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px;
    align-items: start;
  }
  .cost-band-table-row > span,
  .cost-band-table-row > strong {
    justify-content: flex-start;
    min-height: auto;
  }
  .cost-band-table-row > span:before,
  .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;
  }
  .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;
  }
  .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;
  }
  .cost-band-note { padding: 15px 16px 16px; }
  .pa-compare-card {
    padding: 22px;
    border-radius: 22px;
  }
  .pa-compare-card h3 {
    margin-top: 18px;
    font-size: 23px;
  }
  .pa-compare-card-top {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .pa-compare-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .pa-compare-subline {
    min-height: 0;
    margin-bottom: 18px;
  }
  .pa-compare-cta {
    margin-top: 24px;
  }
  .pa-compare-cta .pa-btn {
    width: 100%;
  }
  .seniorenportal-trust-section {
    padding: 38px 0;
  }
  .seniorenportal-trust-panel {
    gap: 22px;
    padding: 22px;
    border-radius: 24px;
    text-align: center;
  }
  .seniorenportal-trust-seal {
    min-height: 140px;
    padding: 16px;
    border-radius: 22px;
  }
  .seniorenportal-trust-seal img {
    width: min(140px, 100%);
  }
  .seniorenportal-trust-copy h2 {
    font-size: 31px;
  }
  .seniorenportal-trust-copy p {
    font-size: 16px;
  }
  .seniorenportal-trust-points {
    justify-content: center;
    margin-top: 18px;
  }
  .seniorenportal-trust-points span {
    width: 100%;
    justify-content: center;
  }
  .seniorenportal-trust-link {
    justify-content: center;
  }
  .pa-demo-reviews-section {
    padding: 44px 0;
  }
  .pa-demo-reviews-intro,
  .pa-demo-review-card {
    height: auto;
    padding: 22px;
    border-radius: 22px;
  }
  .pa-demo-reviews-intro h2 {
    font-size: 34px;
  }
  .pa-demo-review-cards {
    grid-template-columns: 1fr;
  }
  .pa-demo-rating-box {
    padding: 18px;
    border-radius: 18px;
  }
  .pa-demo-rating-brand {
    align-items: flex-start;
    flex-direction: column;
  }
  .pa-demo-rating-brand img {
    width: 110px;
  }
  .pa-demo-rating-score {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pa-demo-rating-score strong {
    font-size: 36px;
  }
  .pa-demo-review-result {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .pa-demo-review-result strong {
    white-space: normal;
  }
  .pa-demo-review-body {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
  }
  .pa-demo-review-body img {
    width: 48px;
    height: 48px;
  }
  .pa-demo-review-card blockquote {
    font-size: 16px;
  }
  .pa-demo-review-card footer {
    margin-top: 16px;
    padding-top: 14px;
  }
  .pa-card-grid { grid-template-columns: 1fr; }
  .pa-card, .pa-step, .pa-cost-main, .pa-info-card, .pa-review-card { padding: 22px; }
  .pa-cost-main h2 { font-size: 34px; }
  .pa-lawyer-bridge { border-radius: 28px; padding: 20px; }
  .pa-lawyer-bridge h2 { font-size: 34px; }
  .pa-lawyer-bridge p { font-size: 16px; }
  .pa-flow-item { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
  .pa-flow-number { width: 48px; height: 48px; }
  .pa-faq summary { font-size: 16px; padding: 18px; }
  .pa-faq div { padding: 0 18px 18px; }
  .pa-final-cta { border-radius: 28px; }
  .pa-final-cta p { font-size: 16px; }
  .pa-footer { padding-bottom: 34px; }
  .pa-footer-inner { flex-direction: column; align-items: flex-start; }
}

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