:root {
  --pgs-navy: #06142d;
  --pgs-ink: #111827;
  --pgs-blue: #0b56c4;
  --pgs-electric: #1976ff;
  --pgs-sky: #eaf4ff;
  --pgs-line: #d9e6f7;
  --pgs-muted: #667085;
  --pgs-ice: #f6f9fe;
  --pgs-shadow: 0 24px 70px rgba(6, 20, 45, .12);
  --review-green: #129466;
  --review-green-dark: #076243;
  --review-green-soft: #e9f8f1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--pgs-ink);
  background: var(--pgs-ice);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

section {
  padding: 5.75rem 0;
}

h1,
h2,
h3,
h4 {
  color: var(--pgs-navy);
  font-family: Outfit, Inter, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1px;
  text-transform: inherit;
}

h1 {
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  line-height: 1;
  text-transform: initial;
}

h3 {
  line-height: 1.1;
}

.text-muted-strong {
  color: var(--pgs-muted);
}

.text-pgs-blue {
  color: var(--pgs-electric);
}

.section-kicker {
  color: #74bdff;
  font-size: .75rem;
  font-family: "Google Sans", Inter, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.material-symbols-rounded {
  font-size: 1.65rem;
  line-height: 1;
  vertical-align: -.22em;
}

.icon-tile {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: .85rem;
  display: inline-grid;
  place-items: center;
  color: var(--pgs-blue);
  background: linear-gradient(135deg, #eef7ff, #fff);
  border: 1px solid var(--pgs-line);
  flex: 0 0 auto;
}

.capability-tab strong {
font-family: Outfit, Inter, system-ui, sans-serif!important;
}

.navbar {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(217, 230, 247, .9);
  backdrop-filter: blur(16px);
  padding: 14px 0;
}

.navbar-brand img {
  width: 10.5rem;
  height: auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(52%) saturate(1820%) hue-rotate(196deg) brightness(93%) contrast(103%);
}

.navbar .nav-link {
  color: #344054;
  font-size: .92rem;
  font-weight: 700;
}

.navbar .nav-link:hover {
  color: var(--pgs-blue);
}

.fs-5 {
  font-size: 1rem !important;
}

.btn-pgs {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--pgs-blue);
  --bs-btn-border-color: var(--pgs-blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #084aa8;
  --bs-btn-hover-border-color: #084aa8;
  --bs-btn-font-weight: 600;
  font-family: Outfit, Inter, system-ui, sans-serif;
  font-size: 1rem;
  letter-spacing: .01em;
  text-transform: inherit;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(11, 86, 196, .22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-light-pgs {
  --bs-btn-color: var(--pgs-navy);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: var(--pgs-navy);
  --bs-btn-hover-bg: #edf6ff;
  --bs-btn-hover-border-color: #edf6ff;
  --bs-btn-font-weight: 600;
  font-size: 1rem;
  letter-spacing: .01em;
  text-transform: inherit;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Outfit, Inter, system-ui, sans-serif!important;
}

.btn-review {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--review-green);
  --bs-btn-border-color: var(--review-green);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--review-green-dark);
  --bs-btn-hover-border-color: var(--review-green-dark);
  --bs-btn-font-weight: 800;
  font-family: "Google Sans", Inter, system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 12px;
}

.hero {
  --hero-bg-x: 50%;
  --hero-bg-y: 50%;
  position: relative;
  min-height: 760px;
  color: #fff;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(3, 13, 34, .98) 0%, rgba(8, 36, 98, .92) 42%, rgba(10, 70, 180, .48) 100%),
    url("images/image.png");
  background-position: center, var(--hero-bg-x) var(--hero-bg-y);
  background-size: auto, cover;
  background-repeat: no-repeat;
      background-attachment: fixed;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    linear-gradient(115deg, transparent 18%, rgba(116, 189, 255, .13) 34%, transparent 51%),
    linear-gradient(145deg, transparent 58%, rgba(25, 118, 255, .12) 69%, transparent 82%);
  opacity: .78;
  transform: translate3d(-14%, 0, 0);
  animation: heroLightSweep 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
  animation: heroGridDrift 24s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-logo {
  width: min(18rem, 72vw);
  height: auto;
  margin-bottom: 3.5rem;
  filter: none;
}

.hero h1,
.hero p {
  color: #fff;
}

.hero .lead {
  max-width: 790px;
  color: #d9e8ff;
  font-size: 1.2rem;
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  color: #e9f3ff;
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  display: inline-flex;
  align-items: center;
  gap: .25rem;
}

@keyframes heroLightSweep {

  0%,
  100% {
    transform: translate3d(-16%, 0, 0);
    opacity: .52;
  }

  48% {
    transform: translate3d(14%, -3%, 0);
    opacity: .88;
  }
}

@keyframes heroGridDrift {
  to {
    background-position: 56px 56px, 56px 56px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero,
  .hero::before,
  .hero::after {
    animation: none;
    transition: none;
  }
}

.brand-strip {
  background: #fff;
  border-block: 1px solid var(--pgs-line);
  overflow: hidden;
}

.vendor-row {
  display: flex;
  gap: .8rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.vendor-track {
  display: flex;
  gap: .8rem;
  min-width: max-content;
  animation: vendorSlide 34s linear infinite;
}

.vendor-row:hover .vendor-track {
  animation-play-state: paused;
}

.vendor-chip {
  min-width: 9.6rem;
  height: 4rem;
  border: 1px solid var(--pgs-line);
  border-radius: .65rem;
  display: grid;
  place-items: center;
  background: #fff;
  filter: grayscale(1);
  opacity: .72;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.vendor-chip img {
  max-width: 7.3rem;
  max-height: 2.05rem;
  object-fit: contain;
}

.vendor-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(6, 20, 45, .08);
  opacity: 1;
  filter: none;
}

@keyframes vendorSlide {
  to {
    transform: translateX(-50%);
  }
}

.surface {
  background: #fff;
  border: 1px solid var(--pgs-line);
  border-radius: .9rem;
  box-shadow: var(--pgs-shadow);
}

.soft-surface {
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid var(--pgs-line);
  border-radius: .85rem;
}

.dark-surface {
  background: linear-gradient(135deg, #06142d, #0e3974);
  color: #fff;
  border-radius: .9rem;
}

.dark-surface h3,
.dark-surface h4 {
  color: #fff;
}

.dark-surface p {
  color: #d4e6ff;
}

.challenge-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.challenge-list li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin-top: .9rem;
  color: #344054;
  font-weight: 500;
  font-size: 1rem;
}

.check-icon {
  color: #20b979;
}

.tech-pill {
  background: var(--pgs-sky);
  border: 1px solid var(--pgs-line);
  border-radius: .65rem;
  padding: .9rem 1rem;
  color: var(--pgs-navy);
  font-weight: 800;
  font-family: Outfit, Inter, system-ui, sans-serif;
}

.capability-tab {
  border: 1px solid var(--pgs-line);
  background: #fff;
  border-radius: .85rem;
  padding: 1rem;
  color: var(--pgs-navy);
  text-align: left;
  transition: .2s ease;
  font-size: 1.2rem;
}

.capability-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(6, 20, 45, .08);
}

.capability-tab.active {
  color: #fff;
  border-color: #0d3775;
  background: linear-gradient(135deg, #06142d, #0d4da2);
  box-shadow: 0 18px 42px rgba(6, 20, 45, .16);
}

.capability-tab.active .text-muted-strong {
  color: #cfe5ff;
}

.capability-panel {
  display: none;
}

.capability-panel.active {
  display: block;
  animation: fadeUp .22s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.metric {
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  border-radius: .9rem;
  padding: 1.5rem;
  text-align: center;
}

.metric strong {
  display: block;
  color: #69c4ff;
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  line-height: 1.3;
  letter-spacing: 0;
}

.metric span {
  color: #d8e6fb;
  font-weight: 600;
}

.cta-band {
  background: linear-gradient(135deg, #0b56c4, #06142d);
  color: #fff;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.footer {
  background: #030d22;
  color: #b8c7df;
  padding: 2rem 0;
  font-size: .94rem;
}

.footer img {
  width: 9.5rem;
  height: auto;
  filter: none;
}

.review-dock {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  display: none;
  width: min(390px, calc(100vw - 2rem));
}

.review-enabled .review-dock {
  display: block;
}

.review-card {
  border: 1px solid rgba(18, 148, 102, .32);
  border-radius: .85rem;
  box-shadow: 0 22px 70px rgba(6, 20, 45, .18);
  overflow: hidden;
  background: #fff;
}

.review-header {
  background: linear-gradient(135deg, var(--review-green-dark), var(--review-green));
  color: #fff;
  padding: .95rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
}

.review-body {
  padding: 1rem;
}

.review-list {
  max-height: 11rem;
  overflow: auto;
  border: 1px solid rgba(18, 148, 102, .22);
  border-radius: .65rem;
  padding: .7rem;
  background: var(--review-green-soft);
  font-size: .85rem;
}

.review-pill {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1080;
  display: none;
  border-radius: 999px;
  background: var(--review-green-dark);
  color: #fff;
  padding: .65rem .9rem;
  font-size: .82rem;
  font-weight: 800;
  box-shadow: 0 14px 40px rgba(6, 20, 45, .22);
}

.review-enabled .review-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.edit-toolbar {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  display: none;
  align-items: center;
  gap: .75rem;
  max-width: calc(100vw - 2rem);
  padding: 1rem;
  border: 1px solid rgba(18, 148, 102, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 50px rgba(6, 20, 45, .18);
  backdrop-filter: blur(14px);
}

.edit-enabled .edit-toolbar {
  display: inline-flex;
}

.edit-toolbar .btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  box-shadow: none;
}

.edit-toolbar span {
  color: var(--review-green-dark);
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
}

.edit-enabled [data-editable] {
  outline: 2px dashed rgba(18, 148, 102, .45);
  outline-offset: .18rem;
  cursor: text;
}

.edit-save-status {
  min-height: 1.2rem;
  color: var(--review-green-dark);
  font-size: .78rem;
  font-weight: 800;
}

.display-6 {
  font-weight: 600;
  line-height: 1;
  text-transform: initial;
  letter-spacing: 0;
}

.dark-surface .d-grid .material-symbols-rounded {
  width: 1.65rem;
  height: 1.65rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(143, 208, 255, .18);
  color: #8fd0ff;
  font-size: 1rem;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  section {
    padding: 4.2rem 0;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero {
    min-height: 690px;
    background-position: center right;
  }

  .navbar-brand img {
    width: 8.5rem;
  }

  .hero-logo {
    margin-bottom: 2rem;
  }

  .edit-toolbar {
    left: 1rem;
    right: 1rem;
    justify-content: space-between;
    border-radius: .9rem;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 3.35rem 0;
  }

  h1 {
    font-size: 2.45rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.15rem;
  }

  .fs-5 {
    font-size: 1rem !important;
  }

  .lead {
    font-size: 1rem;
  }

  .section-kicker {
    font-size: .68rem;
    letter-spacing: .14em;
  }

  .material-symbols-rounded {
    font-size: 1.35rem;
  }

  .icon-tile {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .7rem;
  }

  .navbar .container {
    padding-inline: 1rem;
  }

  .navbar-brand img {
    width: 7.75rem;
  }

  .navbar-toggler {
    padding: .35rem .5rem;
    border-color: rgba(11, 86, 196, .22);
  }

  .navbar-collapse {
    padding: .85rem 0 1rem;
  }

  .navbar .nav-link {
    padding-block: .6rem;
    font-size: .95rem;
  }

  .navbar .btn-pgs {
    width: 100%;
    margin-top: .5rem;
    text-align: center;
  }

  .btn-pgs,
  .btn-light-pgs {
    width: 100%;
    justify-content: center;
    padding: .85rem 1.05rem !important;
    font-size: .94rem;
    line-height: 1.2;
  }

  .hero {
    min-height: auto;
    padding: 4.4rem 0 4rem;
    background-image:
      linear-gradient(90deg, rgba(3, 13, 34, .98) 0%, rgba(8, 36, 98, .94) 58%, rgba(10, 70, 180, .58) 100%),
      url("images/image.png");
    background-position: center, 63% center;
    background-size: auto, cover;
    background-repeat: no-repeat;
  }

  .hero::after {
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, black, transparent 95%);
    animation-duration: 34s;
  }

  .hero::before {
    opacity: .46;
  }

  .hero .container {
    padding-inline: 1.15rem;
  }

  .hero .lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-card {
    width: 100%;
    border-radius: .85rem;
    justify-content: center;
    text-align: center;
  }

  .surface,
  .soft-surface,
  .dark-surface,
  .metric {
    border-radius: .75rem;
  }

  .surface.p-4,
  .surface.p-lg-5,
  article.surface.p-4,
  .dark-surface.p-4,
  .soft-surface.p-3 {
    padding: 1.15rem !important;
  }

  .challenge-list li {
    gap: .55rem;
    margin-top: .75rem;
    font-size: .95rem;
  }

  .tech-pill {
    padding: .75rem .8rem;
    font-size: .92rem;
    text-align: center;
  }

  .capability-tab {
    padding: .9rem;
    font-size: 1rem;
  }

  .capability-tab .small {
    font-size: .78rem;
  }

  .display-6 {
    font-size: 1.8rem;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .metric {
    padding: 1rem;
  }

  .metric strong {
    font-size: 2.15rem;
    line-height: 1.15;
  }

  .metric span {
    font-size: .92rem;
  }

  .cta-band .text-lg-end {
    text-align: left !important;
  }

  .footer {
    padding: 1.6rem 0;
    text-align: center;
    font-size: .88rem;
  }

  .footer img {
    width: 8.2rem;
  }

  .review-pill {
    left: .75rem;
    bottom: .75rem;
    padding: .5rem .7rem;
    font-size: .72rem;
  }

  .review-dock {
    right: .75rem;
    bottom: .75rem;
    width: min(360px, calc(100vw - 1.5rem));
  }

  .review-header {
    padding: .75rem .85rem;
  }

  .review-body {
    padding: .85rem;
  }

  .review-body .d-flex {
    flex-wrap: wrap;
  }

  .review-body .btn {
    min-width: calc(50% - .25rem);
  }

  .review-list {
    max-height: 8rem;
  }

  .edit-toolbar {
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .75rem;
  }

  .edit-toolbar .btn {
    flex: 1 1 100%;
  }

  .edit-toolbar span {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .container {
    padding-inline: 1.05rem;
  }

  section {
    padding: 2.85rem 0;
  }

  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero {
    padding: 3.6rem 0 3.4rem;
  }

  .hero .d-flex {
    align-items: stretch !important;
    gap: .75rem !important;
  }

  .section-kicker {
    letter-spacing: .11em;
  }

  .display-6 {
    font-size: 1.55rem;
  }

  .metric strong {
    font-size: 1.9rem;
  }

  .review-enabled .review-pill {
    display: none;
  }
}
