:root {
  --midnight: #07131f;
  --navy: #0b1d2b;
  --aqua: #86dce0;
  --teal: #2da5aa;
  --ice: #edf7f8;
  --ink: #132634;
  --muted: #60727e;
  --line: #d9e5e8;
  --shadow: 0 24px 70px rgba(7, 19, 31, .12)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  background: #fff
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
select,
textarea {
  font: inherit
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #187f84;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 18px
}

.eyebrow:before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--teal)
}

.eyebrow.aqua {
  color: var(--aqua)
}

.eyebrow.centered {
  justify-content: center
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1 {
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.048em;
  margin-bottom: 24px
}

h2 {
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -.038em;
  margin-bottom: 20px
}

h3 {
  line-height: 1.2
}

p {
  color: var(--muted)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
  transition: .22s
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-primary {
  background: var(--aqua);
  color: #06202a;
  box-shadow: 0 14px 32px rgba(58, 172, 179, .22)
}

.btn-outline {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
  background: rgba(255, 255, 255, .05)
}

.btn-dark {
  background: var(--midnight);
  color: #fff
}

.arrow {
  font-size: 18px
}

.topbar {
  background: #04101b;
  color: #9db1bc;
  font-size: 12px
}

.topbar .container {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px
}

.topbar a:hover {
  color: var(--aqua)
}

header {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 34px;
  color: #fff
}

.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px
}

.logo {
  width: 48px;
  height: 48px;
  border: 2px solid var(--aqua);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  letter-spacing: .08em;
  box-shadow: inset 0 0 0 6px rgba(134, 220, 224, .1)
}

.brand-name {
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: .025em
}

.brand-name span {
  display: block;
  color: var(--aqua);
  font-size: 12px;
  letter-spacing: .16em;
  margin-top: 4px
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 650;
  color: #d8e4e9
}

.navlinks a:hover {
  color: var(--aqua)
}

.navlinks .nav-cta {
  border: 1px solid rgba(134, 220, 224, .55);
  padding: 10px 14px;
  border-radius: 5px
}

.mobile {
  display: none;
  border: 0;
  background: none;
  color: #fff;
  font-size: 25px
}

.hero {
  min-height: 810px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, rgba(5, 17, 28, .99), rgba(7, 25, 38, .97) 51%, rgba(9, 41, 54, .88));
  display: flex;
  align-items: center
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 79% 42%, rgba(74, 190, 197, .28), transparent 20%), linear-gradient(90deg, transparent 67%, rgba(134, 220, 224, .07) 67%)
}

.hero:after {
  content: "";
  position: absolute;
  right: -180px;
  top: 150px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(134, 220, 224, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(134, 220, 224, .025), 0 0 0 160px rgba(134, 220, 224, .018)
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 70px;
  align-items: center;
  padding-top: 110px
}

.hero-copy {
  max-width: 760px
}

.hero .eyebrow {
  color: var(--aqua)
}

.hero h1 span {
  color: var(--aqua)
}

.hero-copy>p {
  font-size: 19px;
  max-width: 690px;
  color: #c5d3d9;
  margin-bottom: 32px
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.executive-card {
  justify-self: end;
  width: min(390px, 100%);
  padding: 32px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(19, 53, 69, .92), rgba(5, 21, 33, .96));
  border: 1px solid rgba(134, 220, 224, .28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
  position: relative;
  overflow: hidden
}

.executive-card:before {
  content: "";
  position: absolute;
  inset: -30% 45% 45% -20%;
  background: radial-gradient(circle, rgba(134, 220, 224, .2), transparent 65%)
}

.executive-card>* {
  position: relative
}

.card-label {
  color: var(--aqua);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase
}

.executive-card h3 {
  font-size: 25px;
  margin: 18px 0 12px
}

.executive-card p {
  color: #adc1ca
}

.mini-list {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 18px;
  margin-top: 23px
}

.mini-list div {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 11px 0;
  font-size: 14px;
  color: #d8e7eb
}

.check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(134, 220, 224, .12);
  color: var(--aqua);
  display: grid;
  place-items: center;
  font-size: 12px
}

.trust {
  position: relative;
  z-index: 3;
  margin-top: -45px
}

.trustbar {
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px
}

.trustitem {
  padding: 0 30px;
  border-right: 1px solid var(--line)
}

.trustitem:last-child {
  border-right: 0
}

.trustitem strong {
  display: block;
  font-size: 19px
}

.trustitem span {
  color: var(--muted);
  font-size: 13px
}

section {
  padding: 105px 0
}

.intro-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: start
}

.lead {
  font-size: 21px;
  color: #314d5b
}

.challenge {
  background: var(--ice)
}

.challenge-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center
}

.challenge-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px
}

.challenge-card {
  background: #fff;
  border: 1px solid #dce9eb;
  border-radius: 9px;
  padding: 25px;
  transition: .22s
}

.challenge-card:hover {
  transform: translateY(-3px);
  border-color: var(--teal);
  box-shadow: 0 15px 36px rgba(11, 53, 65, .08)
}

.challenge-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #e4f6f6;
  color: #18878c;
  display: grid;
  place-items: center;
  font-weight: 900
}

.challenge-card h3 {
  font-size: 17px;
  margin: 18px 0 8px
}

.challenge-card p {
  font-size: 14px;
  margin: 0
}

.services-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 48px
}

.services-head p {
  max-width: 510px
}

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

.service {
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  padding: 34px;
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.service:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(134, 220, 224, .1);
  border-radius: 50%;
  right: -90px;
  top: -90px
}

.service-number {
  color: var(--aqua);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em
}

.service h3 {
  font-size: 26px;
  margin: 38px 0 16px
}

.service p {
  color: #aec0c8
}

.service ul {
  list-style: none;
  padding: 22px 0 0;
  margin: auto 0 0;
  border-top: 1px solid rgba(255, 255, 255, .12)
}

.service li {
  color: #dce7eb;
  font-size: 14px;
  margin: 10px 0
}

.service li:before {
  content: "✓";
  color: var(--aqua);
  margin-right: 9px
}

.focus {
  background: var(--midnight);
  color: #fff;
  position: relative;
  overflow: hidden
}

.focus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center
}

.focus p {
  color: #adbec7
}

.principles {
  display: grid;
  gap: 13px
}

.principle {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  border-radius: 8px
}

.principle-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(134, 220, 224, .1);
  color: var(--aqua);
  display: grid;
  place-items: center;
  font-weight: 900
}

.principle h3 {
  font-size: 17px;
  margin: 0 0 5px
}

.principle p {
  font-size: 14px;
  margin: 0
}

.process {
  text-align: center
}

.process-head {
  max-width: 710px;
  margin: 0 auto 58px
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative
}

.steps:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--line)
}

.step {
  padding: 0 20px;
  position: relative
}

.step-no {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  background: #fff;
  color: var(--teal);
  font-weight: 850;
  display: grid;
  place-items: center;
  margin: 0 auto 21px
}

.step h3 {
  font-size: 17px
}

.step p {
  font-size: 14px
}

.insight {
  padding-top: 20px
}

.insight-box {
  background: linear-gradient(120deg, var(--aqua), #a8e7e8);
  padding: 58px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 40px;
  align-items: center
}

.insight-box h2 {
  color: #09222d;
  margin: 0
}

.insight-box p {
  color: #28545d;
  margin: 12px 0 0
}

.insight-box .btn {
  justify-self: end
}

.contact {
  background: #f4f8f9
}

.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 75px
}

.contact-details {
  margin-top: 32px
}

.contact-details div {
  margin: 15px 0;
  color: #395360
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 36px;
  box-shadow: 0 18px 48px rgba(7, 35, 47, .08)
}

.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.field.full {
  grid-column: 1/-1
}

.field label {
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  margin-bottom: 7px
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cadbdf;
  border-radius: 5px;
  background: #fbfdfd;
  color: var(--ink)
}

.field textarea {
  min-height: 110px;
  resize: vertical
}

.contact-form .btn {
  margin-top: 18px
}

.notice {
  display: none;
  margin-top: 15px;
  padding: 13px;
  background: #e8f8f3;
  color: #176956;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700
}

footer {
  background: #05121e;
  color: #fff;
  padding: 58px 0 25px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 45px
}

.footer-grid p,
.footer-grid a {
  color: #9cb0ba;
  font-size: 14px
}

.footer-grid a {
  display: block;
  margin: 8px 0
}

.footer-grid a:hover {
  color: var(--aqua)
}

.footer-title {
  font-weight: 800;
  margin-bottom: 16px
}

.footer-summary {
  max-width: 390px;
  margin-top: 20px
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
  color: #79909a
}

@media(max-width:900px) {
  .navlinks {
    display: none;
    position: absolute;
    top: 82px;
    left: 24px;
    right: 24px;
    background: #0a2030;
    padding: 22px;
    border-radius: 7px;
    flex-direction: column;
    align-items: stretch
  }

  .navlinks.open {
    display: flex
  }

  .mobile {
    display: block
  }

  .hero {
    min-height: 880px
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 150px
  }

  .executive-card {
    justify-self: start
  }

  .trustbar {
    grid-template-columns: 1fr
  }

  .trustitem {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px
  }

  .trustitem:last-child {
    border-bottom: 0
  }

  .intro-grid,
  .challenge-grid,
  .focus-grid,
  .contact-grid,
  .insight-box {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .service-grid {
    grid-template-columns: 1fr
  }

  .services-head {
    display: block
  }

  .service {
    min-height: 360px
  }

  .insight-box .btn {
    justify-self: start
  }

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 42px
  }

  .steps:before {
    display: none
  }
}

@media(max-width:560px) {
  .container {
    width: min(100% - 30px, 1180px)
  }

  .topbar {
    display: none
  }

  header {
    top: 0
  }

  .hero {
    min-height: 900px
  }

  .hero-grid {
    padding-top: 125px
  }

  .hero h1 {
    font-size: 43px
  }

  .hero-copy>p {
    font-size: 17px
  }

  .actions {
    flex-direction: column
  }

  .challenge-list,
  .steps,
  .fields {
    grid-template-columns: 1fr
  }

  .field.full {
    grid-column: auto
  }

  section {
    padding: 78px 0
  }

  .insight-box {
    padding: 35px
  }

  .contact-form {
    padding: 24px
  }

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

  .legal {
    display: block
  }

  .legal span {
    display: block;
    margin: 7px 0
  }
}

/* PGS logo sizing */
.brand img {
  display: block;
  width: 300px;
  height: auto;
  max-width: 100%;
}

/* Slightly smaller logo on phones */
@media (max-width: 768px) {
  .brand img {
    width: 175px;
  }
}



/* ========================================
   SCROLL REVEAL ANIMATIONS
======================================== */

/*
 * Elements remain visible by default.
 * JavaScript adds the animation-ready class
 * after the page loads.
 */
.reveal {
  opacity: 1;
  transform: none;
}

/* Initial state when animation is enabled */
.reveal.reveal-ready {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

/* Final visible state */
.reveal.reveal-ready.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Reveal from the left */
.reveal-left.reveal-ready {
  transform: translateX(-35px);
}

.reveal-left.reveal-ready.reveal-visible {
  transform: translateX(0);
}

/* Reveal from the right */
.reveal-right.reveal-ready {
  transform: translateX(35px);
}

.reveal-right.reveal-ready.reveal-visible {
  transform: translateX(0);
}

/* Optional transition delays for staggered elements */
.reveal-delay-1 {
  transition-delay: 100ms !important;
}

.reveal-delay-2 {
  transition-delay: 200ms !important;
}

.reveal-delay-3 {
  transition-delay: 300ms !important;
}

.reveal-delay-4 {
  transition-delay: 400ms !important;
}

/*
 * Accessibility:
 * Disable movement when the visitor has requested
 * reduced motion in their operating system.
 */
@media (prefers-reduced-motion: reduce) {

  .reveal,
  .reveal.reveal-ready,
  .reveal-left.reveal-ready,
  .reveal-right.reveal-ready {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Professional direct-contact section */
.contact {
  background: #f4f8f9;
  text-align: center;
}

.contact-intro {
  max-width: 820px;
  margin: 0 auto;
}

.contact-intro .lead {
  margin-bottom: 14px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
  text-align: left;
}

.connect-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 34px;
  box-shadow: 0 18px 48px rgba(7, 35, 47, .08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.connect-icon {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: #e4f6f6;
  color: #18878c;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.connect-icon-text {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.connect-card h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.connect-card p {
  margin-bottom: 24px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #187f84;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  border-bottom: 2px solid rgba(45, 165, 170, .28);
  padding-bottom: 3px;
  transition: color .2s, border-color .2s, gap .2s;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: #0f666a;
  border-color: var(--teal);
  gap: 13px;
}

.contact-link span {
  color: var(--teal);
  font-size: 18px;
}

.contact-note {
  margin: 48px auto 0;
  max-width: 820px;
  color: #395360;
  font-size: 16px;
}

@media(max-width:900px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}