.existing-system-page .existing-hero .service-hero-grid {
  align-items: center;
}

.existing-system-page .existing-hero-image {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow: var(--shadow-md);
}

.existing-system-page .existing-hero-image img {
  width: 100%;
  height: clamp(360px, 43vw, 560px);
  object-fit: cover;
}

.existing-system-page .existing-hero-image figcaption {
  margin: 0;
  padding: 12px 16px;
  color: #dce7f1;
  font-size: 0.78rem;
}

.existing-system-page .existing-microcopy {
  max-width: 62ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.existing-system-page .existing-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.existing-system-page .service-proof-item a {
  color: inherit;
}

.existing-system-page .existing-assessment-grid,
.existing-system-page .existing-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.existing-system-page .existing-assessment-grid article,
.existing-system-page .existing-path-grid article {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.existing-system-page .existing-step-label,
.existing-system-page .existing-path-type {
  display: block;
  margin-bottom: 16px;
  color: var(--blue-700);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.existing-system-page .existing-assessment-grid p,
.existing-system-page .existing-path-grid p {
  margin-bottom: 0;
}

.existing-system-page .existing-path-grid article {
  display: flex;
  flex-direction: column;
}

.existing-system-page .existing-path-grid .text-link {
  margin-top: auto;
  padding-top: 20px;
}

.existing-system-page .existing-support-note,
.existing-system-page .existing-fee-note {
  padding: 16px 18px;
  border-left: 4px solid var(--yellow-500);
  background: var(--yellow-100);
  color: var(--ink);
  font-size: 0.92rem;
}

.existing-system-page .existing-support-note {
  margin: 26px 0 0;
}

.existing-system-page .existing-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.existing-system-page .existing-site-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}

.existing-system-page .existing-site-panel {
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  box-shadow: var(--shadow-md);
}

.existing-system-page .existing-site-panel h3,
.existing-system-page .existing-site-panel p,
.existing-system-page .existing-site-panel li {
  color: #ffffff;
}

.existing-system-page .existing-site-panel .ticks {
  margin-bottom: 24px;
  padding-left: 24px;
}

.existing-system-page .existing-site-panel .existing-fee-note {
  margin-bottom: 0;
  background: rgba(255, 211, 79, 0.12);
}

.existing-system-page .existing-process .existing-section-actions {
  justify-content: center;
}

.existing-system-page .existing-faq .solar-accordion button:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--blue-600);
  outline-offset: 4px;
}

.existing-system-page .existing-faq-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.existing-system-page .existing-faq-action > p {
  max-width: 58ch;
  margin: 0;
  color: var(--ink);
  font-weight: 750;
}

.existing-system-page .existing-faq-action .existing-section-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.existing-system-page .existing-final-cta .cta-row {
  align-items: flex-start;
}

.existing-system-page .existing-footer-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.14);
}

.existing-system-page .existing-footer-proof > * {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  background: var(--navy-900);
  color: #ffffff;
  text-decoration: none;
}

.existing-system-page .existing-footer-proof strong {
  line-height: 1.35;
}

.existing-system-page .existing-footer-proof span {
  margin-top: 6px;
  color: #c9d5e0;
  font-size: 0.84rem;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .existing-system-page .existing-proof-grid,
  .existing-system-page .existing-footer-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .existing-system-page .existing-site-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .existing-system-page .existing-assessment-grid,
  .existing-system-page .existing-path-grid {
    grid-template-columns: 1fr;
  }

  .existing-system-page .existing-faq-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .existing-system-page .existing-faq-action .existing-section-actions {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .existing-system-page .existing-proof-grid,
  .existing-system-page .existing-footer-proof {
    grid-template-columns: 1fr;
  }

  .existing-system-page .existing-hero-image img {
    height: 330px;
  }

  .existing-system-page .existing-section-actions,
  .existing-system-page .existing-section-actions .btn,
  .existing-system-page .existing-faq-action .existing-section-actions,
  .existing-system-page .existing-final-cta .cta-row,
  .existing-system-page .existing-final-cta .btn {
    width: 100%;
  }

  .existing-system-page .existing-section-actions .btn,
  .existing-system-page .existing-final-cta .btn {
    justify-content: center;
    text-align: center;
  }

  .existing-system-page .existing-site-panel {
    padding: 24px 20px;
  }
}
