:root {
  --pmlc-navy: #061b36;
  --pmlc-deep: #031126;
  --pmlc-blue: #0b315f;
  --pmlc-gold: #d89a27;
  --pmlc-gold-light: #f0bb53;
  --pmlc-text: #14213d;
  --pmlc-muted: #637083;
  --pmlc-light: #f5f8fc;
  --pmlc-border: rgba(6, 27, 54, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--pmlc-text);
  background: #fff;
  overflow-x: hidden;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 99999;
  background: #fff;
  color: var(--pmlc-navy);
  padding: .75rem 1rem;
  border-radius: .5rem;
}

.site-header .navbar {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(6, 27, 54, .08);
  min-height: 82px;
  box-shadow: 0 8px 30px rgba(6,27,54,.05);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--pmlc-navy);
}

.custom-logo {
  max-height: 58px;
  width: auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at 70% 30%, #f3c267, var(--pmlc-gold) 38%, #80540e 70%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  margin-right: .65rem;
  box-shadow: 0 10px 26px rgba(216, 154, 39, .35);
}

.brand-subtitle {
  font-size: .68rem;
  letter-spacing: .08em;
}

.nav-link {
  color: var(--pmlc-navy);
  font-weight: 650;
  font-size: .93rem;
  margin: 0 .25rem;
}

.nav-link:hover,
.nav-link.active,
.current-menu-item > .nav-link,
.current_page_item > .nav-link {
  color: var(--pmlc-gold);
}

.dropdown-menu {
  border: 1px solid rgba(6,27,54,.08);
  box-shadow: 0 18px 40px rgba(6,27,54,.12);
  border-radius: 14px;
  padding: .65rem;
}

.dropdown-item {
  border-radius: 10px;
  font-weight: 600;
}

.dropdown-item:hover {
  background: rgba(216,154,39,.12);
  color: var(--pmlc-navy);
}

.btn-gold {
  background: linear-gradient(135deg, var(--pmlc-gold), var(--pmlc-gold-light));
  border: 0;
  color: #061b36;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(216, 154, 39, .25);
}

.btn-gold:hover {
  color: #061b36;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(216, 154, 39, .35);
}

.btn-outline-light-gold {
  border: 1px solid rgba(240, 187, 83, .75);
  color: #fff;
  font-weight: 750;
}

.btn-outline-light-gold:hover {
  background: var(--pmlc-gold);
  color: var(--pmlc-navy);
}

.section-screen {
  min-height: 100vh;
  padding: 112px 0 70px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.section-heading {
  max-width: 820px;
}

.section-kicker {
  color: var(--pmlc-gold);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  margin-bottom: .85rem;
}

.display-title {
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .98;
}

.text-gold {
  color: var(--pmlc-gold-light);
}

.lead-copy {
  color: rgba(255, 255, 255, .82);
  font-size: 1.1rem;
  line-height: 1.75;
}

.hero {
  background:
    linear-gradient(90deg, rgba(3, 17, 38, .98) 0%, rgba(3, 17, 38, .88) 43%, rgba(3, 17, 38, .48) 100%),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=2200&q=80") center/cover no-repeat;
  color: #fff;
  padding-top: 126px;
}

.hero::after,
.dark-section::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% -10%;
  height: 60%;
  background: radial-gradient(circle, rgba(216, 154, 39, .13), transparent 62%);
  pointer-events: none;
}

.hero-stat-bar {
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 2.5rem;
  padding-top: 1.2rem;
}

.trust-item {
  color: rgba(255, 255, 255, .88);
  display: flex;
  gap: .55rem;
  align-items: center;
  font-size: .88rem;
  font-weight: 700;
}

.trust-item i {
  color: var(--pmlc-gold-light);
  font-size: 1.15rem;
}

.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
}

.white-section {
  background:
    radial-gradient(circle at 5% 5%, rgba(216, 154, 39, .09), transparent 30%),
    linear-gradient(180deg, #fff, #f8fbff);
}

.soft-section {
  background: linear-gradient(180deg, #f5f8fc, #ffffff);
}

.dark-section {
  background:
    linear-gradient(135deg, var(--pmlc-deep), var(--pmlc-navy) 55%, #09294f);
  color: #fff;
}

.muted-copy {
  color: var(--pmlc-muted);
  line-height: 1.75;
}

.dark-section .muted-copy {
  color: rgba(255, 255, 255, .73);
}

.metric-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--pmlc-border);
  border-radius: 20px;
  padding: 1.35rem;
  text-align: center;
  box-shadow: 0 16px 40px rgba(6, 27, 54, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.metric-card:hover,
.service-card:hover,
.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(6, 27, 54, .14);
}

.metric-card i,
.service-icon,
.process-icon {
  color: var(--pmlc-gold);
  font-size: 2.1rem;
}

.metric-number {
  font-size: 2rem;
  font-weight: 900;
  color: var(--pmlc-navy);
  letter-spacing: -.04em;
}

.service-card {
  height: 100%;
  border: 1px solid var(--pmlc-border);
  background: #fff;
  border-radius: 20px;
  padding: 1.35rem;
  box-shadow: 0 14px 34px rgba(6, 27, 54, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--pmlc-navy), var(--pmlc-blue));
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.card-link {
  text-decoration: none;
  color: var(--pmlc-navy);
  font-weight: 850;
  font-size: .92rem;
}

.card-link:hover {
  color: var(--pmlc-gold);
}

.value-card {
  border-right: 1px solid rgba(255, 255, 255, .18);
  padding: 1.2rem 1rem;
  height: 100%;
}

.value-card:last-child {
  border-right: 0;
}

.value-card i {
  color: var(--pmlc-gold-light);
  font-size: 2.2rem;
  margin-bottom: .8rem;
}

.industry-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 2rem;
}

.industry-list li {
  break-inside: avoid;
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1rem;
  font-weight: 650;
  color: var(--pmlc-navy);
}

.industry-list i {
  color: var(--pmlc-gold);
}

.process-step {
  text-align: center;
  position: relative;
  padding: 0 .7rem;
}

.process-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--pmlc-navy), var(--pmlc-blue));
  box-shadow: 0 14px 28px rgba(6, 27, 54, .18);
  font-size: 1.55rem;
}

.process-number {
  color: var(--pmlc-gold);
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: .2rem;
}

.solution-card {
  background: #fff;
  color: var(--pmlc-text);
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
  transition: transform .25s ease, box-shadow .25s ease;
}

.solution-image {
  min-height: 170px;
  background-size: cover;
  background-position: center;
}

.image-data {
  background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=900&q=80");
}

.image-team {
  background-image: url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=900&q=80");
}

.image-ai {
  background-image: url("https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&w=900&q=80");
}

.faq-item {
  border: 1px solid var(--pmlc-border);
  border-radius: 18px;
  background: #fff;
  padding: 1.2rem;
  height: 100%;
  box-shadow: 0 10px 28px rgba(6, 27, 54, .06);
}

.cta-copy {
  max-width: 820px;
}

.site-footer {
  background: #020b18;
  color: rgba(255,255,255,.74);
  padding: 50px 0;
}

.site-footer a {
  color: rgba(255,255,255,.74);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--pmlc-gold-light);
}

.footer-heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.footer-menu li,
.legal-menu li {
  margin-bottom: .45rem;
}

.footer-menu a,
.legal-menu a {
  text-decoration: none;
}

.footer-logo .custom-logo {
  max-height: 54px;
  filter: brightness(0) invert(1);
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content a {
  color: var(--pmlc-blue);
  font-weight: 700;
}

.page-section {
  align-items: flex-start;
  padding-top: 145px;
}

@media (max-width: 991px) {
  .section-screen {
    min-height: auto;
    padding: 105px 0 60px;
  }

  .hero {
    min-height: 100vh;
  }

  .display-title {
    font-size: 2.75rem;
  }

  .value-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .industry-list {
    columns: 1;
  }

  .header-cta {
    margin-top: 1rem;
    display: inline-block;
  }
}

@media (max-width: 575px) {
  .display-title {
    font-size: 2.25rem;
  }

  .site-header .navbar {
    min-height: 74px;
  }

  .brand-subtitle {
    display: none !important;
  }

  .custom-logo {
    max-height: 46px;
  }
}
