:root {
  --pr-ink: #100b1d;
  --pr-ink-soft: #1a122b;
  --pr-lavender: #d9cbff;
  --pr-lavender-strong: #b79aff;
  --pr-purple: #7c3aed;
  --pr-purple-dark: #4c1d95;
  --pr-lime: #d8ff59;
  --pr-muted: #aaa0bb;
  --pr-line: rgba(255, 255, 255, 0.12);
}

.pr-page,
.pr-footer {
  color: #fff;
  background: var(--pr-ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.pr-page {
  overflow: hidden;
}

.pr-page *,
.pr-footer * {
  box-sizing: border-box;
}

.pr-page section {
  border-top: 0;
}

.pr-page a,
.pr-footer a {
  color: inherit;
  text-decoration: none;
}

.pr-page .studio-section-sweep {
  display: none !important;
}

.pr-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pr-page section.pr-hero {
  position: relative;
  min-height: 100svh;
  padding: 0 !important;
  overflow: hidden;
  color: #0b0713;
  background:
    linear-gradient(rgba(76, 29, 149, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 29, 149, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 62% 40%, #fbf9ff 0, #ede5ff 53%, #d9c9ff 100%) !important;
  background-size: 64px 64px, 64px 64px, auto;
  border-radius: 0 0 36px 36px;
}

.pr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 68%, rgba(67, 32, 133, 0.12));
}

.pr-orb {
  position: absolute !important;
  border-radius: 50%;
  pointer-events: none;
}

.pr-orb-one {
  width: 500px;
  height: 500px;
  top: 170px;
  right: -270px;
  background: radial-gradient(circle, rgba(216, 255, 89, 0.5), transparent 68%);
}

.pr-orb-two {
  width: 560px;
  height: 560px;
  left: 28%;
  bottom: -415px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.36), transparent 68%);
}

.pr-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  gap: 64px;
  align-items: center;
  padding: 150px 0 115px;
}

.pr-hero-copy,
.pr-roadmap {
  min-width: 0;
}

.pr-eyebrow,
.pr-label {
  margin: 0 0 25px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pr-eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #22162f;
}

.pr-eyebrow > span {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pr-purple);
  box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.12);
}

.pr-eyebrow > span::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid var(--pr-purple);
  border-radius: inherit;
  animation: pr-pulse 2.4s ease-out infinite;
}

@keyframes pr-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.6);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

.pr-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #090510;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(58px, 6.2vw, 88px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.9;
  text-transform: none;
  text-wrap: balance;
}

.pr-hero h1 span {
  display: block;
  margin-top: 12px;
}

.pr-hero h1 em {
  color: #35106f;
  font-style: normal;
}

.pr-hero-lede {
  max-width: 605px;
  margin: 34px 0 0;
  color: rgba(16, 11, 29, 0.88);
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.65;
}

.pr-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 34px;
}

.pr-button {
  min-height: 56px;
  display: inline-flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 13px 28px rgba(16, 11, 29, 0.14);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.pr-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(16, 11, 29, 0.2);
}

.pr-button-dark {
  color: #fff !important;
  background: var(--pr-ink);
}

.pr-button-dark:hover {
  background: var(--pr-purple-dark);
}

.pr-text-link {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--pr-ink) !important;
  font-size: 14px;
  font-weight: 700;
}

.pr-text-link span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16, 11, 29, 0.22);
  border-radius: 50%;
}

.pr-roadmap {
  position: relative;
  perspective: 1200px;
}

.pr-roadmap-glow {
  position: absolute !important;
  inset: -10%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  filter: blur(75px);
}

.pr-roadmap-window {
  position: relative;
  z-index: 2;
  min-height: 525px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 4%, rgba(124, 58, 237, 0.25), transparent 35%),
    linear-gradient(155deg, #291747, #100a20 70%);
  box-shadow:
    0 50px 90px rgba(65, 29, 127, 0.35),
    0 8px 22px rgba(16, 11, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: rotateY(-3deg);
}

.pr-roadmap-window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000, transparent 75%);
}

.pr-roadmap-top,
.pr-roadmap-focus,
.pr-roadmap-list,
.pr-roadmap-footer {
  position: relative;
  z-index: 1;
}

.pr-roadmap-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px 18px;
}

.pr-roadmap-top > div {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 14px;
}

.pr-roadmap-top > div span {
  color: var(--pr-lime);
}

.pr-live-pill {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(216, 255, 89, 0.16);
  border-radius: 999px;
  color: #dffb93;
  background: rgba(216, 255, 89, 0.08);
  font-size: 14px;
  font-weight: 600;
}

.pr-live-pill i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pr-lime);
  box-shadow: 0 0 10px var(--pr-lime);
}

.pr-roadmap-focus {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 21px;
  border: 1px solid rgba(183, 154, 255, 0.17);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(255, 255, 255, 0.04));
}

.pr-roadmap-focus > span {
  color: var(--pr-lime);
  font-size: 14px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pr-roadmap-focus strong {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.pr-roadmap-focus p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 1.55;
}

.pr-roadmap-list {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.pr-roadmap-list li {
  min-width: 0;
}

.pr-roadmap-list button {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pr-roadmap-list button:hover,
.pr-roadmap-list button.is-active {
  border-color: rgba(216, 255, 89, 0.38);
  background: rgba(216, 255, 89, 0.065);
  transform: translateX(3px);
}

.pr-roadmap-list button > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--pr-lavender);
  background: rgba(183, 154, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
}

.pr-roadmap-list button.is-active > span {
  color: var(--pr-ink);
  background: var(--pr-lime);
}

.pr-roadmap-list button > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.pr-roadmap-list strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr-roadmap-list small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr-roadmap-list b {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-roadmap-list button.is-active b {
  color: var(--pr-lime);
}

.pr-roadmap-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pr-roadmap-footer i {
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--pr-purple), var(--pr-lime));
}

.pr-float {
  position: absolute !important;
  z-index: 4;
  display: grid;
  gap: 5px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 14px;
  color: var(--pr-ink);
  background: rgba(250, 247, 255, 0.88);
  box-shadow: 0 18px 45px rgba(65, 29, 127, 0.18);
  backdrop-filter: blur(18px);
  animation: pr-float 5s ease-in-out infinite;
}

.pr-float span {
  color: rgba(16, 11, 29, 0.48);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-float strong {
  font-size: 14px;
}

.pr-float-one {
  top: 17%;
  right: -48px;
}

.pr-float-one strong {
  color: var(--pr-purple-dark);
}

.pr-float-two {
  left: -38px;
  bottom: 12%;
  animation-delay: -2s;
}

@keyframes pr-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.pr-signal-strip {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
}

.pr-signal-inner {
  min-height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}

.pr-signal-inner p {
  margin: 0;
  color: rgba(16, 11, 29, 0.52);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pr-signal-inner > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 2vw, 24px);
  color: var(--pr-ink);
  font-size: 14px;
  font-weight: 700;
}

.pr-signal-inner > div i {
  color: var(--pr-purple);
  font-style: normal;
}

.pr-page section.pr-intro,
.pr-page section.pr-phases,
.pr-page section.pr-principles,
.pr-page section.pr-faq {
  background: var(--pr-ink) !important;
}

.pr-page section.pr-intro {
  padding: 145px 0 75px !important;
}

.pr-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 60px 100px;
  align-items: end;
}

.pr-intro-grid .pr-label {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.pr-label {
  color: var(--pr-lime);
}

.pr-intro h2,
.pr-decisions h2,
.pr-principles h2,
.pr-faq h2,
.pr-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(46px, 5.4vw, 76px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-transform: none;
  text-wrap: balance;
}

.pr-intro h2 span {
  color: var(--pr-lavender-strong);
}

.pr-intro-grid > p:last-child,
.pr-decisions-copy > p,
.pr-principles-heading > p {
  margin: 0;
  color: var(--pr-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pr-page section.pr-phases {
  padding: 0 0 150px !important;
}

.pr-phase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pr-phase-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--pr-line);
  border-radius: 25px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014));
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.pr-phase-card::before,
.pr-decision-console::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle 190px at var(--pr-glow-x, 50%) var(--pr-glow-y, 50%), rgba(216, 255, 89, 0.11), rgba(124, 58, 237, 0.055) 42%, transparent 72%);
  transition: opacity 220ms ease;
}

.pr-phase-card:hover::before,
.pr-phase-card.is-selected::before,
.pr-decision-console:hover::before {
  opacity: 1;
}

.pr-phase-card > *,
.pr-decision-console > * {
  position: relative;
  z-index: 1;
}

.pr-phase-card:hover {
  transform: translateY(-5px);
  border-color: rgba(183, 154, 255, 0.38);
}

.pr-phase-card.is-selected {
  border-color: rgba(216, 255, 89, 0.45);
}

.pr-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #756a82;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pr-card-meta span:last-child {
  color: var(--pr-lime);
}

.pr-phase-visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 17px;
  background: #160f24;
}

.pr-card-copy {
  padding: 28px 6px 7px;
}

.pr-card-copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-transform: none;
}

.pr-card-copy > p {
  min-height: 88px;
  margin: 14px 0 20px;
  color: #95899f;
  font-size: 14px;
  line-height: 1.7;
}

.pr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pr-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #897d96;
  background: rgba(255, 255, 255, 0.025);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pr-audit-visual {
  display: grid;
  place-items: center;
  padding: 25px;
  background:
    radial-gradient(circle at 18% 85%, rgba(124, 58, 237, 0.22), transparent 35%),
    #160f24;
}

.pr-audit-panel {
  width: min(100%, 420px);
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: #211632;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg);
}

.pr-audit-panel > div:first-child {
  display: flex;
  justify-content: space-between;
  color: #8b7c99;
  font-size: 14px;
  text-transform: uppercase;
}

.pr-audit-panel > div:first-child b {
  color: var(--pr-lime);
  font-weight: 500;
}

.pr-audit-checks {
  display: grid;
  gap: 6px;
  margin: 14px 0;
}

.pr-audit-checks button {
  width: 100%;
  display: grid;
  grid-template-columns: 7px 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  color: #baafc5;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.pr-audit-checks button i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #665b70;
}

.pr-audit-checks button strong {
  color: #71657d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pr-audit-checks button:hover,
.pr-audit-checks button.is-active {
  border-color: rgba(216, 255, 89, 0.2);
  background: rgba(216, 255, 89, 0.04);
}

.pr-audit-checks button.is-active i {
  background: var(--pr-lime);
  box-shadow: 0 0 8px rgba(216, 255, 89, 0.6);
}

.pr-audit-checks button.is-active strong {
  color: var(--pr-lime);
}

.pr-audit-panel > p {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 12px;
  border-radius: 9px;
  background: rgba(124, 58, 237, 0.14);
}

.pr-audit-panel > p span {
  color: var(--pr-lime);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-audit-panel > p strong {
  color: var(--pr-lavender);
  font-size: 14px;
  font-weight: 600;
}

.pr-structure-visual {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #160f24;
  background-size: 30px 30px;
}

.pr-map-core,
.pr-map-node {
  position: absolute !important;
  z-index: 2;
}

.pr-map-core {
  top: 50%;
  left: 50%;
  width: 146px;
  min-height: 106px;
  padding: 12px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(216, 255, 89, 0.26);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(216, 255, 89, 0.12), rgba(124, 58, 237, 0.15));
  transform: translate(-50%, -50%);
  text-align: center;
}

.pr-map-core span {
  color: var(--pr-lime);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-map-core strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.pr-map-core small {
  color: #a99db5;
  font-size: 14px;
  line-height: 1.35;
}

.pr-map-node {
  min-width: 74px;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  color: #b2a5bd;
  background: rgba(33, 22, 50, 0.95);
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pr-map-node:hover,
.pr-map-node.is-active {
  border-color: rgba(216, 255, 89, 0.54);
  color: var(--pr-lime);
  background: #30203f;
  transform: translateY(-2px);
}

.pr-map-home {
  top: 39px;
  left: 43px;
}

.pr-map-service {
  top: 47px;
  right: 40px;
}

.pr-map-proof {
  right: 51px;
  bottom: 35px;
}

.pr-map-content {
  left: 39px;
  bottom: 41px;
}

.pr-map-line {
  position: absolute !important;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 1px;
  transform-origin: left center;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(216, 255, 89, 0.7), rgba(124, 58, 237, 0.3));
  transition: height 180ms ease, opacity 180ms ease;
}

.pr-structure-visual[data-active="home"] .pr-line-home,
.pr-structure-visual[data-active="services"] .pr-line-service,
.pr-structure-visual[data-active="proof"] .pr-line-proof,
.pr-structure-visual[data-active="content"] .pr-line-content {
  height: 2px;
  opacity: 1;
}

.pr-line-home {
  transform: rotate(213deg);
}

.pr-line-service {
  transform: rotate(326deg);
}

.pr-line-proof {
  transform: rotate(32deg);
}

.pr-line-content {
  transform: rotate(146deg);
}

.pr-build-visual {
  display: grid;
  place-items: center;
  padding: 25px;
  background:
    radial-gradient(circle at 78% 10%, rgba(183, 154, 255, 0.18), transparent 35%),
    #160f24;
}

.pr-build-window {
  width: min(100%, 420px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #211632;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  transform: rotate(1deg);
}

.pr-build-bar {
  min-height: 35px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.pr-build-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5d5069;
}

.pr-build-bar span {
  margin-left: 6px;
  color: #675b73;
  font-size: 14px;
}

.pr-build-status {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  padding: 23px 23px 12px;
}

.pr-build-status span {
  grid-column: 1 / -1;
  color: var(--pr-lime);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-build-status strong {
  color: var(--pr-lavender);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.pr-build-status b {
  align-self: end;
  color: #fff;
  font-size: 14px;
}

.pr-progress {
  height: 5px;
  margin: 0 23px 20px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
}

.pr-progress i {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pr-purple), var(--pr-lime));
  transition: width 260ms cubic-bezier(.16, 1, .3, 1);
}

.pr-build-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 0 23px 23px;
}

.pr-build-grid button {
  min-height: 34px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  color: #91849d;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pr-build-grid button i {
  color: var(--pr-lime);
  font-style: normal;
}

.pr-build-grid button:hover,
.pr-build-grid button.is-active {
  border-color: rgba(216, 255, 89, 0.38);
  color: var(--pr-lime);
  background: rgba(216, 255, 89, 0.055);
}

.pr-build-window > p {
  min-height: 46px;
  margin: -10px 23px 20px;
  padding: 10px 11px;
  border: 1px solid rgba(183, 154, 255, 0.13);
  border-radius: 8px;
  color: #a99db5;
  background: rgba(183, 154, 255, 0.045);
  font-size: 14px;
  line-height: 1.5;
}

.pr-operate-visual {
  display: grid;
  align-content: center;
  gap: 15px;
  padding: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #160f24;
  background-size: 28px 28px;
}

.pr-ops-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.pr-ops-header > div {
  display: grid;
  gap: 4px;
}

.pr-ops-header span {
  color: #786c84;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-ops-header strong {
  color: var(--pr-lavender);
  font-size: 14px;
}

.pr-ops-header > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pr-lime);
  box-shadow: 0 0 13px rgba(216, 255, 89, 0.7);
}

.pr-ops-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.pr-ops-metrics > button {
  min-width: 0;
  min-height: 69px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  color: #fff;
  background: rgba(124, 58, 237, 0.08);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pr-ops-metrics > button:hover,
.pr-ops-metrics > button.is-active {
  border-color: rgba(216, 255, 89, 0.42);
  background: rgba(216, 255, 89, 0.075);
  transform: translateY(-2px);
}

.pr-ops-metrics small {
  color: #756a81;
  font-size: 14px;
  text-transform: uppercase;
}

.pr-ops-metrics strong {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
}

.pr-operate-visual > p {
  min-height: 42px;
  margin: 0;
  color: #9e92aa;
  font-size: 14px;
  line-height: 1.5;
}

.pr-ops-line {
  height: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  padding: 0 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pr-ops-line i {
  width: 9%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--pr-lime), var(--pr-purple));
}

.pr-ops-line i:nth-child(1) {
  height: 32%;
}

.pr-ops-line i:nth-child(2) {
  height: 55%;
}

.pr-ops-line i:nth-child(3) {
  height: 44%;
}

.pr-ops-line i:nth-child(4) {
  height: 72%;
}

.pr-ops-line i:nth-child(5) {
  height: 61%;
}

.pr-ops-line i:nth-child(6) {
  height: 86%;
}

.pr-ops-line i:nth-child(7) {
  height: 100%;
}

.pr-page section.pr-decisions {
  padding: 140px 0 !important;
  color: var(--pr-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, #c9b8fa, #e6ddff) !important;
  background-size: 60px 60px, 60px 60px, auto;
  border-radius: 36px;
}

.pr-decisions-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: center;
}

.pr-decisions-copy .pr-label {
  color: var(--pr-purple-dark);
}

.pr-decisions h2 {
  color: var(--pr-ink);
}

.pr-decisions-copy > p {
  max-width: 500px;
  margin-top: 28px;
  color: rgba(16, 11, 29, 0.66);
}

.pr-decision-console {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 25px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(124, 58, 237, 0.25), transparent 34%),
    var(--pr-ink-soft);
  box-shadow: 0 35px 70px rgba(69, 36, 126, 0.24);
}

.pr-decision-top {
  min-height: 43px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 0 9px;
  color: #fff;
  font-size: 14px;
}

.pr-decision-top > span {
  color: var(--pr-lime);
}

.pr-decision-top i {
  margin-left: auto;
  color: var(--pr-lime);
  font-size: 14px;
  font-style: normal;
}

.pr-decision-option {
  width: 100%;
  min-height: 125px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 17px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease;
}

.pr-decision-option:hover,
.pr-decision-option.is-active {
  background: rgba(216, 255, 89, 0.045);
}

.pr-decision-option > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--pr-lime);
  background: rgba(216, 255, 89, 0.08);
  font-size: 14px;
}

.pr-decision-option > div {
  min-width: 0;
}

.pr-decision-option small {
  color: var(--pr-lime);
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pr-decision-option h3 {
  margin: 5px 0 7px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-transform: none;
}

.pr-decision-option p {
  max-width: 410px;
  margin: 0;
  color: #877d91;
  font-size: 14px;
  line-height: 1.55;
}

.pr-decision-option > b {
  color: var(--pr-lavender);
  font-size: 14px;
  font-weight: 500;
}

.pr-decision-option.is-active > span {
  color: var(--pr-ink);
  background: var(--pr-lime);
}

.pr-roadmap-focus.is-updating > *,
.pr-audit-panel > p.is-updating > *,
.pr-map-core.is-updating > *,
.pr-build-window.is-updating > *:not(.pr-build-bar):not(.pr-build-grid),
.pr-operate-visual.is-updating > *:not(.pr-ops-metrics):not(.pr-ops-line),
.pr-decision-footer.is-updating > * {
  animation: pr-control-reveal 320ms cubic-bezier(.16, 1, .3, 1);
}

@keyframes pr-control-reveal {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

[data-roadmap-step],
[data-audit-area],
[data-map-node],
[data-build-stage],
[data-ops],
[data-decision] {
  touch-action: manipulation;
}

[data-roadmap-step]:focus-visible,
[data-audit-area]:focus-visible,
[data-map-node]:focus-visible,
[data-build-stage]:focus-visible,
[data-ops]:focus-visible,
[data-decision]:focus-visible {
  outline: 2px solid var(--pr-lime);
  outline-offset: 3px;
}

.pr-decision-footer {
  min-height: 55px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 15px;
  color: #776d81;
  font-size: 14px;
}

.pr-decision-footer i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.pr-decision-footer strong {
  color: var(--pr-lime);
  font-weight: 500;
}

.pr-page section.pr-principles {
  padding: 150px 0 95px !important;
}

.pr-principles-heading {
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  gap: 80px;
  align-items: end;
}

.pr-principles-heading h2 {
  max-width: 760px;
}

.pr-principles-heading > p {
  max-width: 380px;
  font-size: 14px;
}

.pr-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 65px;
  overflow: hidden;
  border: 1px solid var(--pr-line);
  border-radius: 24px;
  background: var(--pr-line);
}

.pr-principles-grid article {
  min-height: 225px;
  display: grid;
  align-content: start;
  padding: 32px;
  background:
    radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.08), transparent 35%),
    var(--pr-ink-soft);
}

.pr-principles-grid article > span {
  color: var(--pr-lime);
  font-size: 14px;
}

.pr-principles-grid h3 {
  margin: 42px 0 12px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
  text-transform: none;
}

.pr-principles-grid p {
  max-width: 430px;
  margin: 0;
  color: #91869b;
  font-size: 14px;
  line-height: 1.7;
}

.pr-page section.pr-faq {
  padding: 55px 0 150px !important;
}

.pr-faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.pr-faq h2 {
  max-width: 450px;
  font-size: clamp(40px, 4.4vw, 62px);
}

.pr-faq-list {
  border-top: 1px solid var(--pr-line);
}

.pr-faq-list details {
  border-bottom: 1px solid var(--pr-line);
}

.pr-faq-list summary {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.025em;
  list-style: none;
}

.pr-faq-list summary::-webkit-details-marker {
  display: none;
}

.pr-faq-list summary span {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pr-line);
  border-radius: 50%;
  color: var(--pr-lime);
  transition: transform 200ms ease;
}

.pr-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.pr-faq-list details p {
  max-width: 680px;
  margin: -8px 0 30px;
  color: #988da5;
  font-size: 14px;
  line-height: 1.75;
}

.pr-page section.pr-cta {
  position: relative;
  overflow: hidden;
  padding: 135px 0 !important;
  color: var(--pr-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(135deg, #7c3aed, #b69afb 62%, #d5c7ff) !important;
  background-size: 60px 60px, 60px 60px, auto;
  border-radius: 36px 36px 0 0;
}

.pr-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 100%, rgba(216, 255, 89, 0.48), transparent 36%);
}

.pr-cta > .pr-orb {
  width: 520px;
  height: 520px;
  top: -330px;
  left: -90px;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(15px);
}

.pr-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.pr-cta .pr-label {
  color: var(--pr-ink);
}

.pr-cta h2 {
  max-width: 900px;
  margin-inline: auto;
  color: var(--pr-ink);
  font-size: clamp(52px, 7vw, 96px);
}

.pr-cta-inner > p {
  max-width: 610px;
  margin: 30px auto 0;
  color: rgba(16, 11, 29, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.pr-button-light {
  margin-top: 34px;
  color: var(--pr-ink) !important;
  background: #fff;
}

.pr-button-light:hover {
  background: var(--pr-lime);
}

.pr-cta-inner small {
  display: block;
  margin-top: 18px;
  color: rgba(16, 11, 29, 0.53);
  font-size: 14px;
}

.pr-footer {
  padding: 70px 0 35px;
  background: #0b0713;
}

.pr-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.pr-footer-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}

.pr-footer-brand > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--pr-lime);
  background: var(--pr-ink);
  font-size: 14px;
}

.pr-footer-grid > p {
  margin: 0;
  color: #7e738a;
  font-size: 14px;
  line-height: 1.65;
}

.pr-footer-grid > div {
  display: flex;
  gap: 26px;
  justify-content: flex-end;
  font-size: 14px;
}

.pr-footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--pr-line);
  color: #51485d;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html body .pr-page section.pr-hero {
  padding: 0 !important;
}

html body .pr-page section.pr-intro {
  padding: 145px 0 75px !important;
}

html body .pr-page section.pr-phases {
  padding: 0 0 150px !important;
}

html body .pr-page section.pr-decisions {
  padding: 140px 0 !important;
}

html body .pr-page section.pr-principles {
  padding: 150px 0 95px !important;
}

html body .pr-page section.pr-faq {
  padding: 55px 0 150px !important;
}

html body .pr-page section.pr-cta {
  padding: 135px 0 !important;
}

@media (max-width: 1320px) {
  .pr-float-one {
    right: 12px;
  }
}

@media (max-width: 1180px) {
  .pr-shell {
    width: calc(100% - 32px);
  }

  .pr-hero-grid {
    gap: 40px;
  }

  .pr-hero h1 {
    font-size: clamp(56px, 6.6vw, 76px);
  }

  .pr-roadmap-window {
    transform: none;
  }
}

@media (max-width: 1040px) {
  .pr-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 80px;
    padding-top: 165px;
  }

  .pr-hero-copy {
    max-width: 800px;
  }

  .pr-roadmap {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .pr-intro-grid,
  .pr-decisions-grid,
  .pr-faq-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .pr-intro-grid .pr-label {
    margin-bottom: -32px;
  }

  .pr-intro-grid > p:last-child {
    max-width: 650px;
  }

  .pr-decisions-copy {
    max-width: 720px;
  }

  .pr-phase-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 5px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pr-phase-grid::-webkit-scrollbar {
    display: none;
  }

  .pr-phase-card {
    flex: 0 0 min(72vw, 500px);
    scroll-snap-align: start;
  }

  .pr-principles-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .pr-shell {
    width: calc(100% - 24px);
  }

  .pr-page section.pr-hero {
    background-size: 44px 44px, 44px 44px, auto;
    border-radius: 0 0 24px 24px;
  }

  .pr-hero-grid {
    gap: 65px;
    padding: 135px 0 88px;
  }

  .pr-hero h1 {
    font-size: clamp(48px, 14.5vw, 68px);
  }

  .pr-hero-lede {
    font-size: 15px;
  }

  .pr-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .pr-roadmap-window {
    min-height: auto;
    padding: 12px;
    border-radius: 21px;
  }

  .pr-roadmap-top {
    padding-bottom: 13px;
  }

  .pr-roadmap-focus {
    min-height: 118px;
    padding: 17px;
  }

  .pr-roadmap-focus strong {
    font-size: 19px;
  }

  .pr-roadmap-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pr-roadmap-list::-webkit-scrollbar {
    display: none;
  }

  .pr-roadmap-list li {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .pr-roadmap-list button {
    min-height: 64px;
  }

  .pr-roadmap-footer {
    flex-wrap: wrap;
  }

  .pr-float-one {
    top: -35px;
    right: 6px;
  }

  .pr-float-two {
    display: none;
  }

  .pr-signal-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 25px;
  }

  .pr-signal-inner > div {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 14px;
  }

  html body .pr-page section.pr-intro {
    padding: 100px 0 60px !important;
  }

  .pr-intro-grid {
    gap: 35px;
  }

  .pr-intro-grid .pr-label {
    margin-bottom: -18px;
  }

  .pr-intro h2,
  .pr-decisions h2,
  .pr-principles h2,
  .pr-faq h2 {
    font-size: 42px;
  }

  html body .pr-page section.pr-phases {
    padding-bottom: 100px !important;
  }

  .pr-phase-grid {
    display: flex;
  }

  .pr-phase-card {
    flex-basis: 88%;
  }

  .pr-phase-visual {
    min-height: 245px;
  }

  .pr-card-copy > p {
    min-height: auto;
  }

  html body .pr-page section.pr-decisions {
    padding: 95px 0 !important;
    border-radius: 24px;
  }

  .pr-decision-console {
    padding: 11px;
  }

  .pr-decision-option {
    grid-template-columns: 44px 1fr;
    gap: 15px;
    padding: 18px;
  }

  .pr-decision-option > span {
    width: 42px;
    height: 42px;
  }

  .pr-decision-option > b {
    grid-column: 2;
  }

  .pr-decision-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding-block: 15px;
  }

  .pr-decision-footer i {
    width: 100%;
    flex: 0 0 1px;
  }

  html body .pr-page section.pr-principles {
    padding: 100px 0 75px !important;
  }

  .pr-principles-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 45px;
    border: 0;
    background: transparent;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pr-principles-grid::-webkit-scrollbar {
    display: none;
  }

  .pr-principles-grid article {
    flex: 0 0 84%;
    min-height: 200px;
    padding: 27px;
    border: 1px solid var(--pr-line);
    border-radius: 18px;
    scroll-snap-align: start;
  }

  html body .pr-page section.pr-faq {
    padding: 25px 0 100px !important;
  }

  .pr-faq-grid {
    gap: 35px;
  }

  .pr-faq-list summary {
    min-height: 84px;
    font-size: 15px;
  }

  html body .pr-page section.pr-cta {
    padding: 105px 0 !important;
    border-radius: 24px 24px 0 0;
  }

  .pr-cta h2 {
    font-size: 52px;
  }

  .pr-footer-grid {
    grid-template-columns: 1fr;
  }

  .pr-footer-grid > div {
    justify-content: flex-start;
  }

  .pr-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 430px) {
  .pr-hero h1 {
    font-size: 47px;
  }

  .pr-roadmap-top .pr-live-pill {
    display: none;
  }

  .pr-roadmap-list button {
    grid-template-columns: 32px 1fr;
  }

  .pr-roadmap-list button > b {
    display: none;
  }

  .pr-float-one {
    max-width: 165px;
  }

  .pr-audit-visual,
  .pr-build-visual {
    padding: 16px;
  }

  .pr-map-node {
    min-width: 68px;
  }

  .pr-map-home,
  .pr-map-content {
    left: 13px;
  }

  .pr-map-service,
  .pr-map-proof {
    right: 13px;
  }

  .pr-operate-visual {
    padding: 18px;
  }

  .pr-ops-metrics > button {
    padding: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pr-page *,
  .pr-page *::before,
  .pr-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final widget polish: readable controls, stronger active states and clearer outcomes. */
.pr-roadmap-window {
  min-height: 575px;
  padding: 22px;
}

.pr-roadmap-top > div {
  font-size: 14px;
}

.pr-live-pill {
  padding: 8px 11px;
  border-color: rgba(216, 255, 89, 0.28);
  background: rgba(216, 255, 89, 0.1);
  font-size: 14px;
}

.pr-roadmap-focus {
  min-height: 144px;
  padding: 23px;
  border-color: rgba(183, 154, 255, 0.25);
}

.pr-roadmap-focus > span {
  font-size: 14px;
}

.pr-roadmap-focus strong {
  font-size: 25px;
}

.pr-roadmap-focus p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.pr-roadmap-list {
  gap: 8px;
  margin-top: 12px;
}

.pr-roadmap-list button {
  min-height: 64px;
  grid-template-columns: 38px 1fr auto;
  gap: 13px;
  padding: 10px 14px;
  border-color: rgba(255, 255, 255, 0.11);
}

.pr-roadmap-list button:hover,
.pr-roadmap-list button.is-active {
  border-color: rgba(216, 255, 89, 0.58);
  background: linear-gradient(90deg, rgba(216, 255, 89, 0.12), rgba(124, 58, 237, 0.08));
  box-shadow: inset 3px 0 0 var(--pr-lime), 0 8px 22px rgba(0, 0, 0, 0.14);
}

.pr-roadmap-list button > span {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

.pr-roadmap-list strong {
  font-size: 14px;
}

.pr-roadmap-list small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.pr-roadmap-list b {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.pr-roadmap-footer {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.pr-float span {
  color: rgba(16, 11, 29, 0.6);
  font-size: 14px;
}

.pr-float strong {
  font-size: 14px;
}

.pr-card-meta {
  color: #9b90a7;
  font-size: 14px;
}

.pr-phase-visual {
  min-height: 360px;
  border: 1px solid rgba(183, 154, 255, 0.08);
  border-radius: 18px;
}

.pr-card-copy > p {
  color: #b4a9bd;
  font-size: 14px;
}

.pr-tags span {
  border-color: rgba(255, 255, 255, 0.12);
  color: #a99db4;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
}

.pr-audit-panel {
  width: min(100%, 440px);
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.16);
}

.pr-audit-visual,
.pr-build-visual {
  padding: 18px;
}

.pr-audit-panel > div:first-child {
  color: #b1a4bd;
  font-size: 14px;
}

.pr-audit-checks {
  gap: 7px;
  margin: 17px 0;
}

.pr-audit-checks button {
  min-height: 42px;
  grid-template-columns: 9px 1fr auto;
  gap: 10px;
  padding: 0 12px;
  border-color: rgba(255, 255, 255, 0.1);
  color: #d0c7d8;
  font-size: 14px;
}

.pr-audit-checks button i {
  width: 7px;
  height: 7px;
}

.pr-audit-checks button strong {
  color: #a091ac;
  font-size: 14px;
}

.pr-audit-checks button:hover,
.pr-audit-checks button.is-active {
  border-color: rgba(216, 255, 89, 0.52);
  background: linear-gradient(90deg, rgba(216, 255, 89, 0.1), rgba(124, 58, 237, 0.07));
  box-shadow: inset 3px 0 0 var(--pr-lime);
}

.pr-audit-panel > p {
  padding: 14px;
  border: 1px solid rgba(183, 154, 255, 0.18);
}

.pr-audit-panel > p span {
  font-size: 14px;
}

.pr-audit-panel > p strong {
  font-size: 14px;
}

.pr-map-core {
  width: 174px;
  min-height: 124px;
  padding: 15px;
  border-color: rgba(216, 255, 89, 0.42);
}

.pr-map-core span {
  font-size: 14px;
}

.pr-map-core strong {
  font-size: 17px;
}

.pr-map-core small {
  color: #c1b6ca;
  font-size: 14px;
}

.pr-map-node {
  min-width: 96px;
  min-height: 46px;
  border-color: rgba(255, 255, 255, 0.15);
  color: #d0c5d8;
  font-size: 14px;
}

.pr-map-node:hover,
.pr-map-node.is-active {
  background: #352346;
  box-shadow: 0 0 0 3px rgba(216, 255, 89, 0.07), 0 10px 24px rgba(0, 0, 0, 0.22);
}

.pr-map-home {
  top: 48px;
  left: 48px;
}

.pr-map-service {
  top: 48px;
  right: 48px;
}

.pr-map-proof {
  right: 48px;
  bottom: 46px;
}

.pr-map-content {
  left: 48px;
  bottom: 46px;
}

.pr-map-line {
  width: 142px;
  opacity: 0.3;
}

.pr-build-window {
  width: min(100%, 440px);
  border-color: rgba(255, 255, 255, 0.16);
}

.pr-build-bar {
  min-height: 40px;
}

.pr-build-bar span {
  color: #a99db5;
  font-size: 14px;
}

.pr-build-status span {
  font-size: 14px;
}

.pr-build-status strong {
  font-size: 29px;
}

.pr-build-grid button {
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.1);
  color: #bcb1c6;
  font-size: 14px;
}

.pr-build-grid button:hover,
.pr-build-grid button.is-active {
  background: rgba(216, 255, 89, 0.09);
  box-shadow: inset 3px 0 0 var(--pr-lime);
}

.pr-build-window > p {
  color: #c2b7ca;
  font-size: 14px;
}

.pr-ops-header {
  border-color: rgba(255, 255, 255, 0.14);
}

.pr-ops-header span {
  color: #a99db4;
  font-size: 14px;
}

.pr-ops-header strong {
  font-size: 17px;
}

.pr-ops-metrics > button {
  min-height: 82px;
  border-color: rgba(255, 255, 255, 0.12);
}

.pr-ops-metrics > button:hover,
.pr-ops-metrics > button.is-active {
  background: linear-gradient(145deg, rgba(216, 255, 89, 0.12), rgba(124, 58, 237, 0.1));
  box-shadow: inset 0 -3px 0 var(--pr-lime), 0 10px 22px rgba(0, 0, 0, 0.18);
}

.pr-ops-metrics small {
  color: #a99eb3;
  font-size: 14px;
}

.pr-ops-metrics strong {
  font-size: 14px;
}

.pr-operate-visual > p {
  color: #c0b5c8;
  font-size: 14px;
}

.pr-decision-top {
  font-size: 14px;
}

.pr-decision-top i {
  font-size: 14px;
}

.pr-decision-option {
  min-height: 136px;
}

.pr-decision-option:hover,
.pr-decision-option.is-active {
  background: linear-gradient(90deg, rgba(216, 255, 89, 0.1), rgba(124, 58, 237, 0.06));
  box-shadow: inset 3px 0 0 var(--pr-lime);
}

.pr-decision-option > span {
  font-size: 14px;
}

.pr-decision-option small {
  font-size: 14px;
}

.pr-decision-option h3 {
  font-size: 21px;
}

.pr-decision-option p {
  color: #b8adbf;
  font-size: 14px;
}

.pr-decision-option > b {
  font-size: 14px;
}

.pr-decision-footer {
  color: #a99eb1;
  font-size: 14px;
}

@media (max-width: 760px) {
  .pr-roadmap-window {
    padding: 14px;
  }

  .pr-roadmap-focus {
    min-height: 134px;
    padding: 19px;
  }

  .pr-roadmap-focus strong {
    font-size: 21px;
  }

  .pr-roadmap-list button {
    grid-template-columns: 36px 1fr auto;
  }

  .pr-phase-visual {
    min-height: 330px;
  }

  .pr-card-meta {
    font-size: 14px;
  }

  .pr-decision-option {
    min-height: 145px;
  }
}

@media (max-width: 430px) {
  .pr-roadmap-list button {
    grid-template-columns: 36px 1fr;
  }

  .pr-map-node {
    min-width: 80px;
    min-height: 44px;
    font-size: 14px;
  }

  .pr-map-core {
    width: 154px;
  }

  .pr-map-line {
    width: 112px;
  }

  .pr-ops-metrics > button {
    min-height: 76px;
  }
}

/* Accessibility: readable process copy and reliable touch targets. */
.pr-page :is(
  .pr-roadmap-focus p,
  .pr-roadmap-list small,
  .pr-card-copy > p,
  .pr-faq-list details p,
  .pr-decision-option p,
  .pr-footer-grid > p,
  .pr-footer-bottom
) {
  color: #bdb2c7;
}

.pr-page button {
  min-height: 44px;
}

.pr-phase-visual {
  min-height: 420px;
}

.pr-card-copy > p,
.pr-intro-grid > p:last-child,
.pr-process-heading > p,
.pr-faq-list details p,
.pr-decision-option p {
  font-size: 16px;
}

.pr-roadmap-focus p,
.pr-roadmap-list small,
.pr-card-copy > p,
.pr-faq-list details p,
.pr-decision-option p {
  line-height: 1.6;
}

@media (max-width: 760px) {
  .pr-phase-visual {
    min-height: 440px;
  }
}

/* One guided process journey replaces the previous collection of mini widgets. */
.pr-hero-copy,
.pr-selector {
  min-width: 0;
}

.pr-selector {
  position: relative;
}

.pr-selector-glow {
  position: absolute !important;
  inset: -9%;
  border-radius: 44%;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(72px);
  pointer-events: none;
}

.pr-selector-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(216, 255, 89, 0.08), transparent 32%),
    linear-gradient(155deg, rgba(48, 25, 83, 0.98), rgba(11, 7, 22, 0.99));
  box-shadow:
    0 28px 70px rgba(65, 29, 127, 0.25),
    0 8px 22px rgba(16, 11, 29, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.pr-selector-window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(183, 154, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 154, 255, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.pr-selector-top,
.pr-selector-intro,
.pr-selector-options,
.pr-selector-result {
  position: relative;
  z-index: 1;
}

.pr-selector-top {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 3px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.pr-selector-top > div,
.pr-selector-top > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pr-selector-top > div > span,
.pr-selector-top > span {
  color: var(--pr-lime);
}

.pr-selector-top > span {
  padding: 7px 10px;
  border: 1px solid rgba(216, 255, 89, 0.2);
  border-radius: 999px;
  background: rgba(216, 255, 89, 0.06);
  font-size: 12px;
  font-weight: 700;
}

.pr-selector-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pr-lime);
  box-shadow: 0 0 14px rgba(216, 255, 89, 0.65);
}

.pr-selector-intro {
  padding: 25px 4px 18px;
}

.pr-selector-intro > span,
.pr-selector-result > span,
.pr-route-detail-label,
.pr-route-next > div > span,
.pr-route-details aside > span {
  color: var(--pr-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pr-selector-intro h2 {
  margin: 7px 0 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.04;
  text-transform: none;
}

.pr-selector-intro p {
  max-width: 540px;
  margin: 12px 0 0;
  color: #c8bdd2;
  font-size: 15px;
  line-height: 1.55;
}

.pr-selector-options {
  display: grid;
  gap: 9px;
}

.pr-selector-options button {
  position: relative;
  min-height: 84px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 13px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pr-selector-options button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--pr-lime);
  transform: scaleY(0);
  transition: transform 180ms ease;
}

.pr-selector-options button:hover,
.pr-selector-options button.is-active {
  border-color: rgba(216, 255, 89, 0.42);
  background: linear-gradient(90deg, rgba(216, 255, 89, 0.09), rgba(124, 58, 237, 0.08));
  transform: translateX(3px);
}

.pr-selector-options button:hover::before,
.pr-selector-options button.is-active::before {
  transform: scaleY(1);
}

.pr-selector-options button:focus-visible {
  outline: 3px solid var(--pr-lime);
  outline-offset: 3px;
}

.pr-selector-options button > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--pr-lime);
  background: rgba(216, 255, 89, 0.09);
  font-size: 13px;
  font-weight: 700;
}

.pr-selector-options button > div {
  display: grid;
  gap: 4px;
}

.pr-selector-options button strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.pr-selector-options button small {
  color: #bfb4ca;
  font-size: 14px;
  line-height: 1.4;
}

.pr-selector-options button > b {
  color: var(--pr-lavender-strong);
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pr-selector-options button.is-active > b {
  color: var(--pr-lime);
}

.pr-selector-result {
  margin-top: 11px;
  padding: 16px 17px;
  display: grid;
  grid-template-columns: minmax(108px, 0.32fr) 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(183, 154, 255, 0.18);
  border-radius: 8px 18px 18px 18px;
  background: rgba(8, 5, 18, 0.75);
}

.pr-selector-result > div {
  padding-left: 16px;
  display: grid;
  gap: 4px;
  border-left: 1px solid rgba(216, 255, 89, 0.22);
}

.pr-selector-result strong {
  font-size: 16px;
}

.pr-selector-result p {
  margin: 0;
  color: #c1b6ca;
  font-size: 14px;
  line-height: 1.45;
}

.pr-page section.pr-journey {
  padding: 145px 0 0 !important;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.13), transparent 27%),
    var(--pr-ink) !important;
  scroll-margin-top: 72px;
}

.pr-journey-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 80px;
  align-items: end;
}

.pr-journey-heading .pr-label {
  margin-bottom: 24px;
}

.pr-journey-heading h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-transform: none;
  text-wrap: balance;
}

.pr-journey-heading > p {
  margin: 0;
  color: #bdb2c7;
  font-size: 16px;
  line-height: 1.7;
}

.pr-journey-stages {
  position: relative;
  margin: 72px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.pr-journey-stages::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 255, 89, 0.38), rgba(183, 154, 255, 0.42), transparent);
}

.pr-journey-stages > li {
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(124, 58, 237, 0.12), transparent 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.pr-journey-stages > li:nth-child(4) {
  border-color: rgba(216, 255, 89, 0.26);
}

.pr-stage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.pr-stage-top > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pr-ink);
  background: var(--pr-lime);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 0 0 8px rgba(216, 255, 89, 0.045);
}

.pr-stage-top b {
  color: var(--pr-lavender-strong);
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pr-journey-stages h3 {
  margin: 52px 0 14px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-transform: none;
}

.pr-journey-stages p {
  margin: 0;
  color: #bdb2c7;
  font-size: 15px;
  line-height: 1.65;
}

.pr-stage-output {
  margin-top: auto;
  padding-top: 24px;
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pr-stage-output span {
  color: #81768d;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pr-stage-output strong {
  color: var(--pr-lime);
  font-size: 14px;
  font-weight: 600;
}

.pr-route-details {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr;
  gap: 12px;
}

.pr-route-details > article,
.pr-route-details > aside {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: var(--pr-ink-soft);
}

.pr-route-details h3 {
  margin: 42px 0 24px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.12;
  text-transform: none;
}

.pr-route-details ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.pr-route-details li {
  position: relative;
  padding-left: 22px;
  color: #c2b7cb;
  font-size: 15px;
  line-height: 1.5;
}

.pr-route-details li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pr-lime);
  box-shadow: 0 0 12px rgba(216, 255, 89, 0.45);
}

.pr-route-details > aside {
  color: var(--pr-ink);
  border-color: rgba(216, 255, 89, 0.4);
  background:
    linear-gradient(rgba(16, 11, 29, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 11, 29, 0.06) 1px, transparent 1px),
    var(--pr-lime);
  background-size: 30px 30px, 30px 30px, auto;
}

.pr-route-details aside > span {
  color: var(--pr-purple-dark);
}

.pr-route-details aside h3 {
  color: var(--pr-ink);
}

.pr-route-details aside p {
  margin: 0;
  color: rgba(16, 11, 29, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.pr-route-next {
  margin-top: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid rgba(183, 154, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(105deg, rgba(124, 58, 237, 0.2), rgba(255, 255, 255, 0.025));
}

.pr-route-next h3 {
  margin: 9px 0 7px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-transform: none;
}

.pr-route-next p {
  max-width: 640px;
  margin: 0;
  color: #c2b7ca;
  font-size: 15px;
  line-height: 1.6;
}

.pr-route-next .pr-button {
  flex: 0 0 auto;
  margin-top: 0;
}

[data-process-panel].is-changing > * {
  animation: pr-route-change 260ms ease both;
}

@keyframes pr-route-change {
  from {
    opacity: 0.55;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .pr-selector {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .pr-journey-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pr-journey-heading > p {
    max-width: 720px;
  }

  .pr-journey-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-journey-stages::before {
    display: none;
  }

  .pr-route-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-route-details > aside {
    grid-column: 1 / -1;
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .pr-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pr-hero-copy {
    display: contents;
  }

  .pr-hero-copy .pr-eyebrow {
    order: 1;
  }

  .pr-hero-copy h1 {
    order: 2;
  }

  .pr-selector {
    order: 3;
    width: 100%;
    margin: 30px 0 0;
  }

  .pr-hero-lede {
    order: 4;
    margin-top: 32px;
  }

  .pr-actions {
    order: 5;
    margin-top: 28px;
  }

  .pr-selector-window {
    padding: 13px;
    border-radius: 20px;
  }

  .pr-selector-top {
    align-items: flex-start;
  }

  .pr-selector-top > span {
    max-width: 145px;
    justify-content: center;
    text-align: center;
  }

  .pr-selector-intro {
    padding: 22px 3px 16px;
  }

  .pr-selector-intro h2 {
    font-size: 29px;
  }

  .pr-selector-options button {
    min-height: 92px;
    padding: 14px;
    grid-template-columns: 40px 1fr;
  }

  .pr-selector-options button > b {
    grid-column: 2;
  }

  .pr-selector-result {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pr-selector-result > div {
    padding: 10px 0 0;
    border-top: 1px solid rgba(216, 255, 89, 0.18);
    border-left: 0;
  }

  .pr-page section.pr-journey {
    padding-top: 100px !important;
  }

  .pr-journey-heading h2 {
    font-size: 42px;
  }

  .pr-journey-stages {
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 340px);
    gap: 10px;
    margin-inline: -12px;
    padding-inline: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pr-journey-stages::-webkit-scrollbar {
    display: none;
  }

  .pr-journey-stages > li {
    min-height: 350px;
    scroll-snap-align: center;
  }

  .pr-route-details {
    grid-template-columns: 1fr;
  }

  .pr-route-details > article,
  .pr-route-details > aside {
    min-height: 0;
  }

  .pr-route-details > aside {
    grid-column: auto;
  }

  .pr-route-next {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .pr-route-next .pr-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-process-panel].is-changing > * {
    animation: none;
  }
}
