.rp-custom-page {
  --rp-page-bg: #070b14;
  --rp-page-surface: #0e1521;
  --rp-page-border: #263247;
  --rp-page-text: #f8fafc;
  --rp-page-muted: #9aa8bc;
  --rp-page-soft: #748399;
  --rp-page-purple: #8b5cf6;
  --rp-page-purple-light: #c4b5fd;
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--rp-page-bg);
  color: var(--rp-page-text);
}

body.page-template-page-custom-pcs,
body.page-template-page-custom-pcs #page,
body.page-template-page-custom-pcs .site {
  background: #070b14;
}

.rp-custom-page *,
.rp-custom-page *::before,
.rp-custom-page *::after {
  box-sizing: border-box;
}

.rp-custom-shell {
  width: min(1920px, calc(100% - clamp(32px, 6vw, 144px)));
  margin-right: auto;
  margin-left: auto;
}

.rp-custom-page svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rp-custom-eyebrow {
  display: block;
  margin-bottom: 11px;
  color: var(--rp-page-purple-light);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rp-custom-hero {
  display: flex;
  min-height: min(680px, calc(100svh - 150px));
  align-items: stretch;
  background: var(--rp-page-bg);
}

.rp-custom-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 34px;
}

.rp-custom-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .52);
  text-wrap: balance;
}

.rp-custom-hero > .rp-custom-shell > p {
  max-width: 780px;
  margin: 20px 0 0;
  color: #d0d8e4;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .62);
  text-wrap: pretty;
}

.rp-custom-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.rp-custom-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid #5b687b;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.rp-custom-button:hover,
.rp-custom-button:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.rp-custom-button:focus-visible {
  outline: 2px solid var(--rp-page-purple-light);
  outline-offset: 3px;
}

.rp-custom-button-primary {
  border-color: var(--rp-page-purple);
  background: var(--rp-page-purple);
}

.rp-custom-button-primary:hover {
  border-color: #a78bfa;
  background: #7c3aed;
}

.rp-custom-button-secondary {
  background: rgba(7, 11, 20, .76);
}

.rp-custom-button-secondary:hover {
  border-color: #8e9caf;
  background: rgba(15, 23, 36, .9);
}

.rp-custom-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1040px;
  margin: auto 0 0;
  padding: 28px 0 0;
  list-style: none;
}

.rp-custom-hero-trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  color: #b9c4d2;
  font-size: 11px;
  line-height: 1.4;
}

.rp-custom-hero-trust li:first-child {
  padding-left: 0;
  border-left: 0;
}

.rp-custom-hero-trust svg {
  width: 17px;
  height: 17px;
  color: #a78bfa;
}

.rp-custom-hero-trust strong {
  display: block;
  color: #fff;
  font-size: 12px;
}

.rp-custom-deliverables {
  padding: 46px 0;
  border-top: 1px solid #202b3b;
  border-bottom: 1px solid #202b3b;
  background: var(--rp-page-bg);
}

.rp-custom-deliverables > .rp-custom-shell {
  display: grid;
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
  gap: clamp(40px, 4vw, 78px);
  align-items: center;
}

.rp-custom-deliverables-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  text-wrap: balance;
}

.rp-custom-deliverables-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rp-custom-deliverables-list article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 4px 18px;
  border-left: 1px solid var(--rp-page-border);
}

.rp-custom-deliverables-list article:first-child {
  border-left: 0;
}

.rp-custom-deliverables-list svg {
  width: 20px;
  height: 20px;
  color: var(--rp-page-purple-light);
}

.rp-custom-deliverables-list strong,
.rp-custom-deliverables-list span {
  display: block;
}

.rp-custom-deliverables-list strong {
  color: #f3f6fa;
  font-size: 12px;
  line-height: 1.35;
}

.rp-custom-deliverables-list span {
  margin-top: 5px;
  color: var(--rp-page-soft);
  font-size: 10px;
  line-height: 1.5;
}
.rp-custom-process {
  padding: 76px 0 82px;
  background: var(--rp-page-bg);
}

.rp-custom-process-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(54px, 6vw, 120px);
  align-items: start;
}

.rp-custom-process-heading {
  position: sticky;
  top: 100px;
}

.rp-custom-process-heading h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: 43px;
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.rp-custom-process-heading p {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--rp-page-muted);
  font-size: 15px;
  line-height: 1.7;
  text-wrap: pretty;
}

.rp-custom-process ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rp-page-border);
  list-style: none;
}

.rp-custom-process li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rp-page-border);
}

.rp-custom-process li > span {
  color: var(--rp-page-purple-light);
  font-size: 12px;
  font-weight: 850;
}

.rp-custom-process li strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.rp-custom-process li p {
  margin: 6px 0 0;
  color: var(--rp-page-soft);
  font-size: 12px;
  line-height: 1.55;
}

.rp-custom-consultation {
  padding: 70px 0 100px;
  border-top: 1px solid #202b3b;
  background: var(--rp-page-bg);
  scroll-margin-top: 72px;
}

.rp-custom-consultation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
  gap: 40px;
  align-items: end;
  max-width: none;
  margin: 0 auto 24px;
}

.rp-custom-consultation-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 43px;
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.rp-custom-consultation-heading > p {
  margin: 0 0 3px;
  color: var(--rp-page-muted);
  font-size: 13px;
  line-height: 1.65;
  text-wrap: pretty;
}

.rp-custom-missing {
  max-width: 900px;
  padding: 20px;
  border: 1px solid #7f3d46;
  border-left: 3px solid #ff7b86;
  border-radius: 8px;
  background: #191018;
}

.rp-custom-missing strong {
  color: #fff;
}

.rp-custom-missing p {
  margin: 6px 0 0;
  color: var(--rp-page-muted);
}

@media (min-width: 1280px) {
  .rp-custom-consultation .respawn-custom-pc-progress,
  .rp-custom-consultation .respawn-custom-pc-layout {
    max-width: none;
  }

  .rp-custom-consultation .respawn-custom-pc-layout {
    grid-template-columns: minmax(0, 1fr) clamp(320px, 22%, 380px);
    gap: 24px;
  }

  .rp-custom-consultation .respawn-custom-pc-main {
    padding: clamp(28px, 2.2vw, 42px);
  }
}

@media (max-width: 1180px) {
  .rp-custom-hero h1 {
    max-width: 800px;
    font-size: 58px;
  }

  .rp-custom-deliverables > .rp-custom-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rp-custom-deliverables-heading {
    max-width: 560px;
  }

  .rp-custom-process-grid {
    gap: 50px;
  }
}

@media (max-width: 920px) {
  .rp-custom-hero {
    min-height: calc(100svh - 110px);
  }

  .rp-custom-hero h1 {
    max-width: 680px;
    font-size: 50px;
  }

  .rp-custom-hero > .rp-custom-shell > p {
    max-width: 620px;
  }

  .rp-custom-deliverables-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .rp-custom-deliverables-list article:nth-child(3) {
    border-left: 0;
  }

  .rp-custom-process-grid,
  .rp-custom-consultation-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .rp-custom-process-heading {
    position: static;
  }

  .rp-custom-process-heading h2,
  .rp-custom-consultation-heading h2 {
    font-size: 38px;
  }

  .rp-custom-consultation-heading > p {
    max-width: 680px;
  }
}

@media (max-width: 700px) {
  .rp-custom-shell {
    width: min(100%, calc(100% - 28px));
  }

  .rp-custom-hero {
    min-height: calc(100svh - 90px);
  }


  .rp-custom-hero-inner {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .rp-custom-hero h1 {
    font-size: 40px;
    line-height: 1.06;
  }

  .rp-custom-hero > .rp-custom-shell > p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.58;
  }

  .rp-custom-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 23px;
  }

  .rp-custom-button {
    width: 100%;
  }

  .rp-custom-hero-trust {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .rp-custom-hero-trust li,
  .rp-custom-hero-trust li:first-child {
    padding: 0;
    border: 0;
  }

  .rp-custom-hero-trust li span {
    display: flex;
    gap: 5px;
    align-items: baseline;
  }

  .rp-custom-hero-trust strong {
    display: inline;
  }

  .rp-custom-deliverables {
    padding: 39px 0;
  }

  .rp-custom-deliverables-heading h2 {
    font-size: 25px;
  }

  .rp-custom-deliverables-list {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--rp-page-border);
  }

  .rp-custom-deliverables-list article,
  .rp-custom-deliverables-list article:nth-child(3) {
    padding: 16px 0;
    border-left: 0;
    border-bottom: 1px solid var(--rp-page-border);
  }

  .rp-custom-process {
    padding: 55px 0 62px;
  }

  .rp-custom-process-heading h2,
  .rp-custom-consultation-heading h2 {
    font-size: 31px;
  }

  .rp-custom-process li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  .rp-custom-consultation {
    padding: 54px 0 74px;
  }
}

@media (max-width: 390px) {
  .rp-custom-hero h1 {
    font-size: 35px;
  }

  .rp-custom-hero-trust li span {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rp-custom-button {
    transition: none;
  }
}