.psc-page {
  position: relative;
  overflow: hidden;
  background: #07111f;
  color: var(--text)
}

.psc-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 6% 2%, rgba(48, 167, 255, .20), transparent 32%), radial-gradient(circle at 93% 8%, rgba(97, 227, 166, .10), transparent 28%), radial-gradient(circle at 45% 32%, rgba(255, 189, 90, .055), transparent 26%);
  pointer-events: none;
  z-index: 0
}

.psc-page > * {
  position: relative;
  z-index: 1
}

.psc-hero {
  padding: 92px 0 76px;
  position: relative;
  overflow: hidden
}

.psc-hero::after {
  content: "";
  position: absolute;
  right: -15%;
  top: 80px;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(48, 167, 255, .16), transparent 65%);
  pointer-events: none
}

.psc-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 44px;
  align-items: center
}

.psc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .26);
  background: rgba(48, 167, 255, .10);
  color: #bceaff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px
}

.psc-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(97, 227, 166, .12)
}

.psc-hero h1 {
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -2.5px;
  margin: 0 0 24px
}

.psc-hero p {
  color: #c4d3e6;
  line-height: 1.78;
  font-size: 18px;
  margin: 0 0 28px;
  max-width: 720px
}

.psc-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px
}

.psc-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.psc-trust {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05)
}

.psc-trust b {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 4px
}

.psc-trust span {
  font-size: 13px;
  color: #9fb1c7;
  line-height: 1.45
}

.psc-hero-visual {
  border-radius: 36px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(101, 212, 255, .40), rgba(255, 255, 255, .08), rgba(97, 227, 166, .18));
  box-shadow: var(--shadow)
}

.psc-hero-panel {
  min-height: 560px;
  border-radius: 35px;
  background: radial-gradient(circle at 70% 0, rgba(48, 167, 255, .24), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
  padding: 22px;
  overflow: hidden
}

.psc-browser {
  height: 100%;
  min-height: 514px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(2, 9, 18, .55);
  padding: 18px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px
}

.psc-browser-top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.psc-dots {
  display: flex;
  gap: 7px
}

.psc-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .26)
}

.psc-browser-title {
  font-size: 12px;
  color: #86d5ff;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase
}

.psc-map {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 14px
}

.psc-pipeline, .psc-docs, .psc-dash {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .055);
  padding: 16px
}

.psc-docs {
  display: grid;
  gap: 10px
}

.psc-chip {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
  color: #cfe6ff
}

.psc-chip em {
  font-style: normal;
  color: #61e3a6
}

.psc-pipeline {
  display: grid;
  gap: 11px;
}

.psc-lane {
  height: auto;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(48, 167, 255, .18), rgba(255, 255, 255, .06));
  border: 1px solid rgba(101, 212, 255, .13);
  padding: 11px
}

.psc-lane b {
  display: block;
  font-size: 13px
}

.psc-lane span {
  font-size: 11px;
  color: #9fb1c7
}

.psc-dash {
  grid-column: 1/-1
}

.psc-bars {
  display: grid;
  gap: 10px;
  margin-top: 12px
}

.psc-bars i {
  height: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(48, 167, 255, .8), rgba(101, 212, 255, .22));
  display: block
}

.psc-bars i:nth-child(2) {
  width: 74%
}

.psc-bars i:nth-child(3) {
  width: 52%
}

.psc-bars i:nth-child(4) {
  width: 86%
}

.psc-floating-note {
  margin-top: 14px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(97, 227, 166, .18);
  background: linear-gradient(135deg, rgba(97, 227, 166, .10), rgba(255, 255, 255, .04));
  color: #dfffee;
  font-size: 13px;
  line-height: 1.55
}

.psc-section {
  padding: 82px 0
}

.psc-head {
  max-width: 980px;
  margin-bottom: 34px
}

.psc-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.psc-head .small {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .20);
  background: rgba(48, 167, 255, .08);
  color: #bceaff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 900
}

.psc-head h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -1.7px;
  margin: 0 0 16px
}

.psc-head p {
  font-size: 16px;
  color: #bdcde0;
  line-height: 1.78;
  margin: 0
}

.psc-pain-wall {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px
}

.psc-pain-card {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .04));
  box-shadow: 0 20px 70px rgba(0, 0, 0, .18);
  padding: 26px;
  overflow: hidden;
  transition: .28s
}

.psc-pain-card:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .3);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .30)
}

.psc-pain-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 0, rgba(101, 212, 255, .18), transparent 38%);
  opacity: 0;
  transition: .28s;
  pointer-events: none
}

.psc-pain-card:hover::before {
  opacity: 1
}

.psc-pain-card > * {
  position: relative
}

.psc-pain-card.large {
  grid-column: span 6
}

.psc-pain-card.medium {
  grid-column: span 4
}

.psc-pain-card h3 {
  font-size: 24px;
  line-height: 1.16;
  margin: 0 0 12px;
  letter-spacing: -.6px
}

.psc-pain-card p {
  color: #b8c8da;
  line-height: 1.72;
  margin: 0 0 16px
}

.psc-pain-card ul {
  margin: 0;
  padding-left: 18px;
  color: #96a9bf;
  line-height: 1.68
}

.psc-pain-tag {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 189, 90, .22);
  background: rgba(255, 189, 90, .08);
  color: #ffd59c;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.psc-image-strip {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  gap: 18px;
  margin-top: 26px
}

.psc-img-frame {
  min-height: 240px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(135deg, rgba(48, 167, 255, .12), rgba(255, 255, 255, .04));
  display: grid;
  place-items: end start;
  padding: 18px;
  overflow: hidden;
  position: relative;
  margin: 0 20px;
}

.psc-img-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 10%, rgba(101, 212, 255, .18), transparent 45%), linear-gradient(180deg, transparent, rgba(7, 17, 31, .72))
}

.psc-img-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .8
}

.psc-img-frame span {
  position: relative;
  z-index: 1;
  color: #d8ecff;
  font-weight: 800;
  font-size: 14px;
  max-width: 86%;
  line-height: 1.45
}

.psc-img-frame.tall {
  min-height: 320px;
}

.psc-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.psc-module {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .038));
  overflow: hidden;
  transition: .28s
}

.psc-module:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .30);
  box-shadow: 0 25px 80px rgba(0, 0, 0, .28)
}

.psc-module-num {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  display: grid;
  place-items: center;
  font-weight: 950;
  margin-bottom: 18px
}

.psc-module h3 {
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 1.2
}

.psc-module p {
  color: #b7c7d9;
  line-height: 1.68;
  margin: 0
}

.psc-module ul {
  padding-left: 18px;
  color: #96a9bf;
  line-height: 1.65;
  margin: 16px 0 0
}

.psc-module .mini-img {
  height: 140px;
  border-radius: 18px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045);
  overflow: hidden
}

.psc-module .mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .28s
}

.psc-module:hover .mini-img img {
  transform: scale(1.1)
}

.psc-industries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.psc-industry {
  display: grid;
  grid-template-columns: .72fr 1fr;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  overflow: hidden;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .18);
  transition: .28s
}

.psc-industry:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .28)
}

.psc-industry-media {
  min-height: 100%;
  background: rgba(255, 255, 255, .045);
  position: relative;
  overflow: hidden
}

.psc-industry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .45;
  transition: .35s
}

.psc-industry:hover img {
  opacity: .38;
  transform: scale(1.07)
}

.psc-industry-body {
  padding: 24px
}

.psc-industry-body h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 10px
}

.psc-industry-body p {
  color: #b7c8da;
  line-height: 1.68;
  margin: 0 0 16px
}

.psc-industry-body b {
  display: block;
  color: #fff;
  margin: 16px 0 8px
}

.psc-industry-body ul {
  margin: 0;
  padding-left: 18px;
  color: #96a9bf;
  line-height: 1.62;
  font-size: 14px
}

.psc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.psc-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .18);
  background: rgba(48, 167, 255, .08);
  color: #cfe6ff;
  font-size: 12px;
  font-weight: 800
}

.psc-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: flow
}

.psc-flow-step {
  position: relative;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
  transition: .28s
}

.psc-flow-step:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, .075);
  border-color: rgba(101, 212, 255, .28)
}

.psc-flow-step::before {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(48, 167, 255, .15);
  border: 1px solid rgba(101, 212, 255, .22);
  color: #bceaff;
  font-weight: 950;
  margin-bottom: 14px
}

.psc-flow-step h3 {
  font-size: 18px;
  margin: 0 0 8px
}

.psc-flow-step p {
  margin: 0;
  color: #aebed1;
  line-height: 1.58;
  font-size: 14px
}

.psc-proof-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px
}

.psc-proof-box {
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  padding: 32px;
  box-shadow: var(--shadow)
}

.psc-proof-box h2 {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1.3px;
  margin: 0 0 16px
}

.psc-proof-box p {
  color: #b9c8da;
  line-height: 1.74
}

.psc-proof-list {
  display: grid;
  gap: 14px
}

.psc-proof-item {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .045)
}

.psc-proof-item b {
  display: block;
  margin-bottom: 6px
}

.psc-proof-item span {
  display: block;
  color: #aebed1;
  line-height: 1.55;
  font-size: 14px
}

.psc-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.psc-faq details {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
  padding: 20px
}

.psc-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: #fff
}

.psc-faq p {
  color: #b4c4d8;
  line-height: 1.7;
  margin: 14px 0 0
}

.psc-cta {
  padding: 1px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(101, 212, 255, .38), rgba(255, 255, 255, .08), rgba(18, 100, 216, .35));
  box-shadow: var(--shadow)
}

.psc-cta-inner {
  border-radius: 37px;
  padding: 44px;
  background: radial-gradient(circle at 84% 0, rgba(48, 167, 255, .25), transparent 36%), rgba(255, 255, 255, .06);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center
}

.psc-cta h2 {
  font-size: 42px;
  line-height: 1.08;
  margin: 0 0 12px;
  letter-spacing: -1.3px
}

.psc-cta p {
  margin: 0;
  color: #bfd0e2;
  line-height: 1.7;
  max-width: 760px
}

@media (max-width: 1080px) {
  .psc-hero-grid, .psc-proof-split {
    grid-template-columns: 1fr
  }

  .psc-module-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .psc-flow {
    grid-template-columns: repeat(3, 1fr)
  }

  .psc-industries {
    grid-template-columns: 1fr
  }

  .psc-hero-panel {
    min-height: auto
  }

  .psc-browser {
    min-height: 440px
  }
}

@media (max-width: 820px) {
  .psc-pain-card.large, .psc-pain-card.medium {
    grid-column: span 12
  }

  .psc-image-strip {
    grid-template-columns: 1fr
  }

  .psc-module-grid, .psc-faq {
    grid-template-columns: 1fr
  }

  .psc-flow {
    grid-template-columns: 1fr 1fr
  }

  .psc-cta-inner {
    grid-template-columns: 1fr
  }

  .psc-industry {
    grid-template-columns: 1fr
  }

  .psc-industry-media {
    min-height: 240px
  }
}

@media (max-width: 640px) {
  .psc-hero {
    padding: 52px 0
  }

  .psc-hero h1 {
    letter-spacing: -1.3px
  }

  .psc-hero p {
    font-size: 15.5px
  }

  .psc-trust-row {
    grid-template-columns: 1fr
  }

  .psc-map {
    grid-template-columns: 1fr
  }

  .psc-docs {
    display: none
  }

  .psc-section {
    padding: 58px 0
  }

  .psc-flow {
    grid-template-columns: 1fr
  }

  .psc-proof-box, .psc-cta-inner {
    padding: 24px;
    border-radius: 26px
  }

  .psc-proof-box h2, .psc-cta h2 {
    font-size: 30px
  }

  .psc-img-frame, .psc-img-frame.tall {
    min-height: 220px
  }

  .psc-hero-panel {
    padding: 16px
  }

  .psc-browser {
    min-height: 390px
  }
}

.psc-hero-panel {
  position: relative;

  min-height: 860px;

  overflow: hidden;

  border-radius: 34px;

  background: #07111f;

  isolation: isolate;

  padding: 26px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

.psc-hero-bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  opacity: .92;

  transform: scale(1.04);
}

.psc-hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
      180deg,
      rgba(4, 10, 18, .22) 0%,
      rgba(4, 10, 18, .44) 40%,
      rgba(4, 10, 18, .94) 100%
  );

  z-index: -2;
}

.psc-system-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;

  padding: 14px 16px;

  border-radius: 20px;

  background: rgba(255, 255, 255, .045);

  border: 1px solid rgba(255, 255, 255, .08);

  backdrop-filter: blur(10px);
}

.psc-system-strip span {
  color: #d9eeff;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: .04em;
}

.psc-system-strip i {
  width: 18px;
  height: 1px;

  background: rgba(114, 212, 255, .42);
}

.psc-bottom-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.psc-mini-metric {
  padding: 16px 18px;

  border-radius: 22px;

  background: rgba(255, 255, 255, .045);

  border: 1px solid rgba(255, 255, 255, .08);

  backdrop-filter: blur(10px);
}

.psc-mini-metric small {
  display: block;

  margin-bottom: 6px;

  color: #8fcfff;

  font-size: 11px;
  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: .08em;
}

.psc-mini-metric b {
  display: block;

  margin-bottom: 8px;

  color: #fff;

  font-size: 18px;
  font-weight: 800;
}

.psc-mini-metric span {
  display: block;

  color: #c9dced;

  font-size: 13px;
  line-height: 1.55;
}

.psc-img-frame {
  position: relative;

  overflow: hidden;

  border-radius: 28px;

  isolation: isolate;

  background: #07111f;
}

.psc-img-frame img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .55s ease,
  opacity .35s ease;

  transform: scale(1.02);
}

.psc-img-frame:hover img {
  transform: scale(1.07);
}

.psc-img-frame::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
      180deg,
      rgba(4, 10, 18, 0) 0%,
      rgba(4, 10, 18, .08) 45%,
      rgba(4, 10, 18, .42) 68%,
      rgba(4, 10, 18, .88) 84%,
      rgba(4, 10, 18, .98) 100%
  );

  z-index: 1;

  pointer-events: none;
}

.psc-img-frame span {
  position: absolute;

  left: 18px;
  right: 18px;
  bottom: 18px;

  z-index: 2;

  color: #eef7ff;

  font-size: 13px;
  line-height: 1.6;

  font-weight: 600;

  text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
}
