body.pc-brand-system-v1.services-hub-page {
  background: #f8fbfc;
}

body.pc-brand-system-v1.services-hub-page .service-hub-main {
  overflow: hidden;
  color: #102638;
  background: #f8fbfc;
}

body.pc-brand-system-v1.services-hub-page .service-hub-container {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

body.pc-brand-system-v1.services-hub-page .service-hub-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .55fr);
  gap: 64px;
  align-items: center;
  margin: 28px 8px 0;
  padding: 78px 70px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(22, 212, 223, .18), transparent 32%),
    radial-gradient(circle at 94% 12%, rgba(243, 193, 58, .14), transparent 26%),
    linear-gradient(135deg, #07111a, #0d2130 58%, #07111a);
  border: 1px solid rgba(22, 212, 223, .2);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(7, 17, 26, .2);
}

body.pc-brand-system-v1.services-hub-page .service-hub-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(100deg, #16d4df, #8fd8b2 48%, #f3c13a);
}

body.pc-brand-system-v1.services-hub-page .service-hub-hero-copy,
body.pc-brand-system-v1.services-hub-page .service-hub-hero-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.pc-brand-system-v1.services-hub-page .service-hub-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #e6bf62;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0;
}

body.pc-brand-system-v1.services-hub-page .service-hub-eyebrow::before {
  width: 30px;
  height: 1px;
  content: "";
  background: #16d4df;
}

body.pc-brand-system-v1.services-hub-page .service-hub-hero h1 {
  max-width: 740px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 56px;
  font-weight: 760;
  line-height: 1.05;
}

body.pc-brand-system-v1.services-hub-page .service-hub-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(232, 240, 246, .88);
  font-size: 19px;
  line-height: 1.62;
}

body.pc-brand-system-v1.services-hub-page .service-hub-hero-actions {
  margin-top: 30px;
}

body.pc-brand-system-v1.services-hub-page .service-hub-hero-panel {
  display: grid;
  gap: 14px;
  padding: 26px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(232, 240, 246, .14);
  border-radius: 8px;
}

body.pc-brand-system-v1.services-hub-page .service-hub-panel-label {
  color: #e6bf62;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

body.pc-brand-system-v1.services-hub-page .service-hub-panel-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(232, 240, 246, .12);
}

body.pc-brand-system-v1.services-hub-page .service-hub-panel-item span {
  color: #16d4df;
  font-size: 12px;
  font-weight: 820;
}

body.pc-brand-system-v1.services-hub-page .service-hub-panel-item strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

body.pc-brand-system-v1.services-hub-page .service-hub-pillars,
body.pc-brand-system-v1.services-hub-page .service-hub-guidance,
body.pc-brand-system-v1.services-hub-page .service-hub-contact {
  padding: 88px 0;
}

body.pc-brand-system-v1.services-hub-page .service-hub-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

body.pc-brand-system-v1.services-hub-page .service-hub-section-head h2,
body.pc-brand-system-v1.services-hub-page .service-hub-guidance h2,
body.pc-brand-system-v1.services-hub-page .service-hub-contact h2 {
  margin: 0;
  color: #102638;
  font-size: 42px;
  font-weight: 760;
  line-height: 1.1;
}

body.pc-brand-system-v1.services-hub-page .service-hub-section-head p:last-child,
body.pc-brand-system-v1.services-hub-page .service-hub-guidance p,
body.pc-brand-system-v1.services-hub-page .service-hub-contact p {
  margin: 16px 0 0;
  color: #536170;
  font-size: 17px;
  line-height: 1.65;
}

body.pc-brand-system-v1.services-hub-page .service-hub-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.pc-brand-system-v1.services-hub-page .service-hub-pillar {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(16, 38, 56, .12);
  border-top: 2px solid rgba(230, 191, 98, .78);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(16, 38, 56, .06);
}

body.pc-brand-system-v1.services-hub-page .service-hub-pillar-number {
  margin: 0 0 22px;
  color: #9c7015;
  font-size: 20px;
  font-weight: 850;
}

body.pc-brand-system-v1.services-hub-page .service-hub-pillar h3 {
  margin: 0;
  color: #102638;
  font-size: 23px;
  line-height: 1.22;
}

body.pc-brand-system-v1.services-hub-page .service-hub-pillar > p {
  margin: 16px 0 20px;
  color: #536170;
  line-height: 1.6;
}

body.pc-brand-system-v1.services-hub-page .service-hub-links {
  display: grid;
  gap: 7px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

body.pc-brand-system-v1.services-hub-page .service-hub-links a,
body.pc-brand-system-v1.services-hub-page .service-hub-text-link {
  color: #0c6070;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.4;
  text-decoration: none;
}

body.pc-brand-system-v1.services-hub-page .service-hub-links a:hover,
body.pc-brand-system-v1.services-hub-page .service-hub-links a:focus-visible,
body.pc-brand-system-v1.services-hub-page .service-hub-text-link:hover,
body.pc-brand-system-v1.services-hub-page .service-hub-text-link:focus-visible {
  color: #9c7015;
}

body.pc-brand-system-v1.services-hub-page .service-hub-text-link {
  margin-top: auto;
  color: #102638;
}

body.pc-brand-system-v1.services-hub-page .service-hub-guidance {
  background: #eef5f7;
}

body.pc-brand-system-v1.services-hub-page .service-hub-guidance-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  padding: 46px 50px;
  background: #fff;
  border: 1px solid rgba(16, 38, 56, .12);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 38, 56, .06);
}

body.pc-brand-system-v1.services-hub-page .service-hub-guidance-panel p {
  max-width: 760px;
}

body.pc-brand-system-v1.services-hub-page .service-hub-contact {
  padding-bottom: 96px;
  background: #fff;
}

body.pc-brand-system-v1.services-hub-page .service-hub-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: 50px;
  align-items: end;
  padding: 46px 50px;
  color: #e8f0f6;
  background: linear-gradient(145deg, #122f43, #0b1d2b);
  border: 1px solid rgba(22, 212, 223, .23);
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(7, 17, 26, .16);
}

body.pc-brand-system-v1.services-hub-page .service-hub-contact h2 {
  color: #fff;
}

body.pc-brand-system-v1.services-hub-page .service-hub-contact p {
  color: rgba(232, 240, 246, .8);
}

body.pc-brand-system-v1.services-hub-page .service-hub-contact-actions {
  display: grid;
  justify-items: start;
  gap: 14px;
}

body.pc-brand-system-v1.services-hub-page .service-hub-contact-phone {
  color: #e6bf62;
  font-size: 17px;
  font-weight: 780;
  text-decoration: none;
}

@media (max-width: 900px) {
  body.pc-brand-system-v1.services-hub-page .service-hub-hero,
  body.pc-brand-system-v1.services-hub-page .service-hub-contact-panel {
    grid-template-columns: 1fr;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-pillars-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.pc-brand-system-v1.services-hub-page .service-hub-container {
    width: min(100% - 36px, 1180px);
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-hero {
    gap: 34px;
    margin: 18px 0 0;
    padding: 48px 24px;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-hero h1 {
    font-size: 42px;
    line-height: 1.05;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-lead {
    font-size: 17px;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-pillars,
  body.pc-brand-system-v1.services-hub-page .service-hub-guidance,
  body.pc-brand-system-v1.services-hub-page .service-hub-contact {
    padding: 56px 0;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-section-head {
    margin-bottom: 28px;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-section-head h2,
  body.pc-brand-system-v1.services-hub-page .service-hub-guidance h2,
  body.pc-brand-system-v1.services-hub-page .service-hub-contact h2 {
    font-size: 30px;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-pillar,
  body.pc-brand-system-v1.services-hub-page .service-hub-guidance-panel,
  body.pc-brand-system-v1.services-hub-page .service-hub-contact-panel {
    padding: 30px 24px;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-guidance-panel,
  body.pc-brand-system-v1.services-hub-page .service-hub-contact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.pc-brand-system-v1.services-hub-page .service-hub-contact {
    padding-bottom: calc(56px + 96px + env(safe-area-inset-bottom));
  }
}
