/*
 * Source-design parity layer.
 * Values are taken from the live Elementor kit and matched production captures.
 */

:root {
  --np-ink: #2f2f2f;
  --np-navy: #334155;
  --np-navy-deep: #27364a;
  --np-cyan: #0ecae9;
  --np-blue: #0796d6;
  --np-mist: #effaff;
  --np-white: #fff;
  --np-line: #eee;
  --np-muted: #7a7a7a;
  --np-gold: #caa25e;
  --np-display: "Cormorant Garamond", Georgia, serif;
  --np-body: "Roboto", Arial, sans-serif;
  --np-utility: "Lato", Arial, sans-serif;
  --np-wide: min(1280px, calc(100vw - 40px));
  --np-reading: min(900px, calc(100vw - 40px));
}

body {
  color: var(--np-muted);
  font-family: var(--np-body);
  font-size: 18px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--np-ink);
  letter-spacing: 0;
}

h1 {
  font-size: 90px;
  line-height: 1.1;
}

h2 {
  font-size: 68px;
  line-height: 1.1;
}

h3 {
  font-size: 48px;
  line-height: 1.2;
}

h4 {
  font-family: var(--np-utility);
  font-size: 28px;
  line-height: 1.3;
}

.npdc-eyebrow,
.npdc-source-eyebrow {
  margin: 0 0 12px;
  color: var(--np-blue);
  font-family: var(--np-utility);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.npdc-source-button,
.npdc-button,
.wp-element-button,
.gform_button {
  min-height: 42px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  color: #334155;
  background: var(--np-cyan);
  font-family: var(--np-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
}

.npdc-source-button:hover,
.npdc-button:hover,
.wp-element-button:hover,
.gform_button:hover {
  transform: none;
  color: #fff;
  background: var(--np-blue);
}

/* Header: transparent overlay, matching the source Theme Builder header. */
.npdc-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.admin-bar .npdc-header {
  top: 32px;
}

.npdc-header__bar {
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 32px;
  width: var(--np-wide);
  min-height: 157px;
}

.npdc-brand {
  width: 180px;
}

.npdc-brand img {
  width: 180px;
  height: auto;
}

.npdc-nav {
  gap: clamp(15px, 1.65vw, 30px);
}

.npdc-nav > a,
.npdc-nav__parent > a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.npdc-nav__parent > button {
  width: 20px;
  height: 28px;
  color: #fff;
  font-size: 14px;
}

.npdc-nav__submenu {
  top: calc(100% + 18px);
  border-radius: 0;
  background: #334155;
}

.npdc-header__actions {
  gap: 8px;
}

.npdc-phone {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.npdc-phone strong {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

/* Homepage source-design reconstruction. */
.npdc-parity-home {
  color: var(--np-muted);
}

.npdc-parity-home section {
  position: relative;
  overflow: hidden;
}

.npdc-source-hero {
  min-height: 1040px;
  color: #fff;
  background-color: #334155;
  background-image: linear-gradient(rgba(39, 54, 74, 0.7), rgba(39, 54, 74, 0.73)), url("/wp-content/uploads/2025/11/HERO2.webp");
  background-position: center center;
  background-size: cover;
}

.npdc-source-hero__inner {
  display: flex;
  width: min(980px, calc(100vw - 60px));
  min-height: 780px;
  margin-inline: auto;
  padding-top: 165px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.npdc-source-hero__mark {
  width: 120px;
  height: 120px;
  margin-bottom: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.npdc-source-hero h1 {
  max-width: 1040px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
}

.npdc-source-hero__subhead {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--np-utility);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.npdc-source-hero__copy {
  max-width: 1040px;
  margin: 0 auto 22px;
  color: #fff;
}

.npdc-source-hero__tagline {
  margin: 0;
  color: #fff;
  font-family: var(--np-utility);
  font-size: 18px;
  font-weight: 500;
}

.npdc-source-promises {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: var(--np-wide);
  min-height: 240px;
  margin-inline: auto;
}

.npdc-source-promise {
  display: flex;
  padding: 42px 34px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(51, 65, 85, 0.88);
  text-align: center;
}

.npdc-source-promise:last-child {
  border-right: 0;
}

.npdc-source-promise h2 {
  margin: 0 0 12px;
  color: var(--np-cyan);
  font-size: 29px;
  font-weight: 600;
}

.npdc-source-promise p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.npdc-source-services {
  min-height: 1728px;
  padding: 115px 20px 120px;
  background: #fff;
}

.npdc-source-services__inner,
.npdc-source-why__inner,
.npdc-source-trust__inner,
.npdc-source-process__inner,
.npdc-source-first-visit__inner,
.npdc-source-faqs__inner,
.npdc-source-cta__inner {
  width: var(--np-wide);
  margin-inline: auto;
}

.npdc-source-services__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}

.npdc-source-services__head h2 {
  max-width: 700px;
  margin: 0;
  font-size: 48px;
}

.npdc-source-services__head p:last-child {
  margin: 0;
}

.npdc-source-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.npdc-source-service-card {
  display: flex;
  min-height: 590px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid #e8eef1;
  border-radius: 4px;
  background: #fff;
}

.npdc-source-service-card__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  object-fit: contain;
}

.npdc-source-service-card h3 {
  min-height: 58px;
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 600;
}

.npdc-source-service-card__photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-bottom: 22px;
  border-radius: 4px;
  object-fit: cover;
}

.npdc-source-service-card p {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.6;
}

.npdc-source-service-card a {
  margin-top: auto;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.npdc-source-service-card a::after {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--np-cyan);
  content: "↗";
}

.npdc-source-quote {
  display: grid;
  min-height: 459px;
  place-items: center;
  padding: 80px 20px;
  color: #fff;
  background-color: #334155;
  background-image: linear-gradient(rgba(51, 65, 85, 0.8), rgba(51, 65, 85, 0.8)), url("/wp-content/uploads/2025/11/shutterstock_2207894257-scaled.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.npdc-source-quote blockquote {
  max-width: 930px;
  margin: 0;
}

.npdc-source-quote p:first-child {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--np-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.npdc-source-quote cite,
.npdc-source-quote small {
  display: block;
  color: #fff;
  font-style: normal;
}

.npdc-source-why {
  min-height: 1412px;
  padding: 120px 20px;
  background: #fff;
}

.npdc-source-why__heading {
  margin-bottom: 65px;
}

.npdc-source-why__heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: 48px;
}

.npdc-source-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 70px;
  align-items: start;
}

.npdc-source-why__primary,
.npdc-source-why__secondary {
  position: relative;
}

.npdc-source-why__image {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.npdc-source-why__primary .npdc-source-why__image {
  height: 650px;
}

.npdc-source-why__secondary .npdc-source-why__image {
  height: 440px;
  margin-bottom: 40px;
}

.npdc-source-image-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(78%, 480px);
  padding: 30px;
  color: #fff;
  background: var(--np-cyan);
  font-family: var(--np-utility);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.npdc-source-why__primary > h3 {
  margin: 38px 0 25px;
  font-size: 30px;
}

.npdc-source-reason {
  position: relative;
  padding: 0 0 25px 48px;
}

.npdc-source-reason::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--np-cyan);
  content: "✓";
  font-size: 15px;
}

.npdc-source-reason h3 {
  margin: 0 0 8px;
  font-family: var(--np-utility);
  font-size: 20px;
  font-weight: 600;
}

.npdc-source-reason p {
  margin: 0;
  font-size: 15px;
}

.npdc-source-trust {
  min-height: 1318px;
  padding: 115px 20px;
  color: #fff;
  background-color: #334155;
  background-image: linear-gradient(rgba(51, 65, 85, 0.88), rgba(51, 65, 85, 0.88)), url("/wp-content/uploads/2025/11/bg_texture.webp");
  background-size: cover;
}

.npdc-source-trust h2,
.npdc-source-trust h3 {
  color: #fff;
}

.npdc-source-trust__intro {
  max-width: 1150px;
  margin-bottom: 58px;
}

.npdc-source-trust__intro h2 {
  max-width: 940px;
  margin: 0 0 28px;
  font-size: 48px;
}

.npdc-source-trust__intro p {
  color: #fff;
}

.npdc-source-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 30px;
}

.npdc-source-team-card,
.npdc-source-crown-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(39, 54, 74, 0.9);
}

.npdc-source-team-card {
  background-image: linear-gradient(0deg, rgba(51, 65, 85, 0.22), transparent 55%), url("/wp-content/uploads/2026/02/backofficeladies.webp");
  background-position: center center;
  background-size: cover;
}

.npdc-source-team-card__quote {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
  color: #fff;
  background: rgba(14, 202, 233, 0.92);
  font-family: var(--np-utility);
  font-size: 22px;
  font-weight: 600;
}

.npdc-source-crown-card {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.npdc-source-crown-card__mark {
  width: 74px;
  margin-bottom: auto;
  filter: brightness(0) invert(1);
}

.npdc-source-crown-card h3 {
  margin: 0 0 12px;
  color: var(--np-cyan);
  font-size: 30px;
}

.npdc-source-crown-card p {
  margin: 0;
  color: #fff;
}

.npdc-source-process {
  min-height: 1149px;
  padding: 100px 20px;
  background: #fff;
}

.npdc-source-process__head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: center;
  margin-bottom: 45px;
}

.npdc-source-process__head h2 {
  margin: 0;
  font-size: 48px;
}

.npdc-source-process__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.npdc-source-step {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 330px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--np-mist);
}

.npdc-source-step:nth-child(3) {
  grid-column: 2;
}

.npdc-source-step__copy {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: var(--np-cyan);
}

.npdc-source-step__copy strong {
  align-self: flex-end;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.npdc-source-step__copy h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--np-utility);
  font-size: 19px;
}

.npdc-source-step__copy p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.npdc-source-step img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.npdc-source-first-visit {
  min-height: 828px;
  padding: 120px 20px;
  color: #fff;
  background-color: #334155;
  background-image: linear-gradient(rgba(51, 65, 85, 0.9), rgba(51, 65, 85, 0.9)), url("/wp-content/uploads/2025/11/bg_texture.webp");
  background-size: cover;
}

.npdc-source-first-visit__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: center;
}

.npdc-source-first-visit h2 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 48px;
}

.npdc-source-first-visit p {
  color: #fff;
}

.npdc-source-first-visit__mark {
  display: grid;
  min-height: 470px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.14);
  font-family: var(--np-display);
  font-size: 100px;
  text-align: center;
}

.npdc-source-faqs {
  min-height: 884px;
  padding: 105px 20px;
  color: #fff;
  background-color: #334155;
  background-image: linear-gradient(rgba(51, 65, 85, 0.92), rgba(51, 65, 85, 0.92)), url("/wp-content/uploads/2025/11/bg_texture.webp");
  background-size: cover;
}

.npdc-source-faqs__head {
  margin-bottom: 38px;
  text-align: center;
}

.npdc-source-faqs__head h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
}

.npdc-source-faqs .npdc-faq {
  max-width: 1160px;
  margin: 0 auto;
}

.npdc-source-faqs .npdc-faq details {
  margin-bottom: 10px;
  border: 0;
  border-radius: 999px;
  background: #fff;
}

.npdc-source-faqs .npdc-faq summary {
  padding: 13px 52px 13px 24px;
  color: #334155;
  font-size: 14px;
}

.npdc-source-faqs .npdc-faq summary::after {
  top: 9px;
  right: 12px;
  width: 28px;
  height: 28px;
}

.npdc-source-faqs .npdc-faq__answer {
  padding: 5px 28px 20px;
  color: #334155;
}

.npdc-source-cta {
  min-height: 511px;
  padding: 100px 20px;
  background: #fff;
}

.npdc-source-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  min-height: 310px;
  padding: 65px 75px;
  border-radius: 20px;
  color: #fff;
  background-color: #334155;
  background-image: linear-gradient(rgba(51, 65, 85, 0.75), rgba(51, 65, 85, 0.75)), url("/wp-content/uploads/2025/11/bg_texture.webp");
  background-size: cover;
}

.npdc-source-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
}

/* Interior pages: retain the source design's spacious hero and content/sidebar rhythm. */
.npdc-page-hero {
  min-height: 500px;
  background: #334155;
}

.npdc-page-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  width: var(--np-wide);
  min-height: 500px;
  padding: 155px 0 70px;
}

.npdc-page-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 68px;
  line-height: 1.05;
}

.npdc-page-hero__lead {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.npdc-page-hero__media::before {
  display: none;
}

.npdc-page-hero__media img {
  aspect-ratio: 1.5 / 1;
  border-radius: 18px 18px 80px 18px;
}

.npdc-service-page .npdc-section {
  padding: 95px 20px;
}

.npdc-service-page .npdc-section--mist:first-of-type {
  background: #fff;
}

.npdc-service-page .npdc-section--mist:first-of-type .npdc-section__inner {
  width: 100%;
}

.npdc-service-page .npdc-section--mist:first-of-type .npdc-layout {
  grid-template-columns: 1fr;
  gap: 0;
}

.npdc-service-page .npdc-service-shell {
  display: grid;
  grid-template-columns: minmax(0, 900px) 290px;
  gap: 60px;
  width: var(--np-wide);
  margin-inline: auto;
  align-items: start;
}

.npdc-service-page .npdc-service-copy > .npdc-section__inner {
  width: 100%;
}

.npdc-service-page .npdc-flow > .npdc-card {
  position: relative;
  margin: 0;
  padding: 8px 0 20px 42px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.npdc-service-page .npdc-flow > .npdc-card::before {
  position: absolute;
  top: 14px;
  left: 4px;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid var(--np-cyan);
  border-radius: 0;
  background: transparent;
}

.npdc-service-page .npdc-flow > .npdc-card h3 {
  margin: 0 0 7px;
  font-family: var(--np-utility);
  font-size: 18px;
  font-weight: 600;
}

.npdc-service-page .npdc-flow > .npdc-card p {
  font-size: 15px;
  line-height: 1.55;
}

.npdc-service-page .npdc-flow > h2 {
  margin-top: 0;
  font-size: 42px;
}

.npdc-service-page .npdc-flow > h3 {
  margin-top: 38px;
  font-size: 31px;
}

.npdc-service-page .npdc-image {
  margin: 34px 0;
}

.npdc-service-page .npdc-image img {
  border-radius: 4px;
}

.npdc-service-sidebar {
  position: sticky;
  top: 30px;
}

.npdc-service-sidebar h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.npdc-service-sidebar__links {
  display: grid;
  gap: 8px;
}

.npdc-service-sidebar__links a {
  position: relative;
  padding: 11px 44px 11px 18px;
  border: 1px solid #dfe8ec;
  border-radius: 999px;
  color: #334155;
  background: #fff;
  font-size: 13px;
  text-decoration: none;
}

.npdc-service-sidebar__links a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--np-cyan);
  content: "+";
}

.npdc-service-sidebar__cta,
.npdc-service-sidebar__proof {
  margin-top: 22px;
  padding: 26px;
  border-radius: 6px;
}

.npdc-service-sidebar__cta {
  color: #fff;
  background: #334155;
}

.npdc-service-sidebar__cta h3,
.npdc-service-sidebar__proof h3 {
  margin: 0 0 12px;
  color: inherit;
  font-family: var(--np-utility);
  font-size: 20px;
}

.npdc-service-sidebar__cta p,
.npdc-service-sidebar__proof p {
  margin: 0 0 15px;
  color: inherit;
  font-size: 13px;
}

.npdc-service-sidebar__proof {
  color: #fff;
  background: #334155;
  text-align: center;
}

.npdc-service-page .npdc-section--mist:nth-of-type(2) {
  color: #fff;
  background-color: #334155;
  background-image: linear-gradient(rgba(51, 65, 85, 0.9), rgba(51, 65, 85, 0.9)), url("/wp-content/uploads/2025/11/bg_texture.webp");
  background-size: cover;
}

.npdc-service-page .npdc-section--mist:nth-of-type(2) h2,
.npdc-service-page .npdc-section--mist:nth-of-type(2) h3 {
  color: #fff;
  text-align: center;
}

.npdc-service-page .npdc-section--mist:nth-of-type(2) .npdc-faq details {
  margin-bottom: 9px;
  border: 0;
  border-radius: 999px;
  background: #fff;
}

.npdc-service-page .npdc-section--mist:nth-of-type(2) .npdc-faq summary {
  padding: 13px 52px 13px 24px;
  color: #334155;
  font-size: 14px;
}

.npdc-service-page .npdc-section--mist:nth-of-type(2) .npdc-faq summary::after {
  top: 9px;
  right: 12px;
}

.npdc-service-page .npdc-section--mist:nth-of-type(2) .npdc-faq__answer {
  padding: 5px 28px 20px;
  color: #334155;
}

.npdc-service-page .npdc-section--cta {
  padding: 95px 20px;
  color: #fff;
  background: #fff;
}

.npdc-service-page .npdc-section--cta .npdc-section__inner {
  min-height: 300px;
  padding: 60px;
  border-radius: 18px;
  background: #334155;
}

/* Footer: same three-panel composition and oversized outlined wordmark. */
.npdc-footer {
  min-height: 1117px;
  padding: 215px max(20px, calc((100vw - 1280px) / 2)) 30px;
  background: #334155;
}

.npdc-footer__title {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 34px;
  color: #fff;
  font-family: var(--np-display);
  font-size: clamp(115px, 14vw, 220px);
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.npdc-footer__title span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
}

.npdc-footer__grid {
  position: relative;
  z-index: 2;
  grid-template-columns: 1.15fr 0.8fr 0.95fr;
  gap: 35px;
}

.npdc-footer__card {
  min-height: 650px;
  padding: 48px 42px;
  border-radius: 20px;
  background: rgba(69, 86, 109, 0.9);
}

.npdc-footer__logo {
  display: block;
  width: 185px;
  margin: 0 0 28px;
}

.npdc-footer__logo img {
  width: 100%;
  height: auto;
}

.npdc-footer h2 {
  margin-bottom: 22px;
  font-family: var(--np-utility);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.npdc-footer p,
.npdc-footer a {
  font-size: 14px;
}

.npdc-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.npdc-footer__badges span {
  padding: 6px 12px;
  border: 1px solid var(--np-gold);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.npdc-footer__social {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--np-cyan);
}

.npdc-footer__base {
  margin-top: 55px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

@media (max-width: 1120px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 75px;
  }

  h2 {
    font-size: 56px;
  }

  h3 {
    font-size: 36px;
  }

  .npdc-header__bar {
    grid-template-columns: 175px auto 1fr;
  }

  .npdc-service-page .npdc-service-shell {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 38px;
  }
}

@media (max-width: 820px) {
  body.admin-bar .npdc-header {
    top: 46px;
  }

  .npdc-header__bar {
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    width: calc(100vw - 40px);
    min-height: 87px;
  }

  .npdc-brand {
    width: 140px;
  }

  .npdc-brand img {
    width: 140px;
    height: auto;
  }

  .npdc-menu-toggle {
    grid-column: 3;
    grid-row: 1;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 24px;
  }

  .npdc-menu-toggle__label {
    display: none;
  }

  .npdc-header__actions {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .npdc-phone {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--np-cyan);
  }

  .npdc-phone strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .npdc-nav {
    top: 87px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 87px);
    border-radius: 0;
    background: #334155;
  }

  .npdc-source-hero {
    min-height: 1425px;
    background-position: 58% center;
  }

  .npdc-source-hero__inner {
    width: calc(100vw - 60px);
    min-height: 690px;
    padding-top: 105px;
  }

  .npdc-source-hero__mark {
    width: 82px;
    height: 82px;
    margin-bottom: 16px;
  }

  .npdc-source-hero h1 {
    font-size: 42px;
  }

  .npdc-source-hero__subhead {
    font-size: 16px;
  }

  .npdc-source-hero__copy,
  .npdc-source-hero__tagline {
    font-size: 14px;
  }

  .npdc-source-promises {
    grid-template-columns: 1fr;
    width: calc(100vw - 60px);
    min-height: 650px;
  }

  .npdc-source-promise {
    min-height: 205px;
    padding: 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .npdc-source-promise h2 {
    font-size: 25px;
  }

  .npdc-source-services {
    min-height: 3173px;
    padding: 90px 30px;
  }

  .npdc-source-services__head,
  .npdc-source-why__grid,
  .npdc-source-trust__grid,
  .npdc-source-process__head,
  .npdc-source-first-visit__inner,
  .npdc-source-cta__card {
    grid-template-columns: 1fr;
  }

  .npdc-source-services__head {
    gap: 25px;
    margin-bottom: 40px;
  }

  .npdc-source-services__head h2,
  .npdc-source-why__heading h2,
  .npdc-source-trust__intro h2,
  .npdc-source-process__head h2,
  .npdc-source-first-visit h2,
  .npdc-source-faqs__head h2,
  .npdc-source-cta h2 {
    font-size: 42px;
  }

  .npdc-source-service-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .npdc-source-service-card {
    min-height: 440px;
    padding: 20px;
  }

  .npdc-source-service-card h3 {
    min-height: 0;
  }

  .npdc-source-quote {
    min-height: 422px;
    padding: 60px 30px;
  }

  .npdc-source-quote p:first-child {
    font-size: 37px;
  }

  .npdc-source-why {
    min-height: 1855px;
    padding: 90px 30px;
  }

  .npdc-source-why__heading {
    margin-bottom: 40px;
  }

  .npdc-source-why__grid {
    gap: 45px;
  }

  .npdc-source-why__primary .npdc-source-why__image {
    height: 480px;
  }

  .npdc-source-why__secondary .npdc-source-why__image {
    height: 360px;
  }

  .npdc-source-image-note {
    width: 82%;
    padding: 22px;
    font-size: 17px;
  }

  .npdc-source-trust {
    min-height: 1560px;
    padding: 90px 30px;
  }

  .npdc-source-team-card,
  .npdc-source-crown-card {
    min-height: 500px;
  }

  .npdc-source-process {
    min-height: 2068px;
    padding: 90px 30px;
  }

  .npdc-source-process__head {
    gap: 20px;
  }

  .npdc-source-process__steps {
    grid-template-columns: 1fr;
  }

  .npdc-source-step,
  .npdc-source-step:nth-child(3) {
    grid-column: auto;
  }

  .npdc-source-first-visit {
    min-height: 543px;
    padding: 70px 30px;
  }

  .npdc-source-first-visit__mark {
    display: none;
  }

  .npdc-source-faqs {
    min-height: 771px;
    padding: 72px 30px;
  }

  .npdc-source-cta {
    min-height: 208px;
    padding: 30px;
  }

  .npdc-source-cta__card {
    min-height: 148px;
    padding: 28px;
  }

  .npdc-source-cta h2 {
    font-size: 28px;
  }

  .npdc-page-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 120px 0 55px;
  }

  .npdc-page-hero h1 {
    font-size: 42px;
  }

  .npdc-service-page .npdc-service-shell {
    grid-template-columns: 1fr;
  }

  .npdc-service-sidebar {
    position: static;
  }

  .npdc-service-page .npdc-section--mist:first-of-type .npdc-section__inner {
    width: 100%;
  }

  .npdc-footer {
    min-height: 1718px;
    padding: 150px 20px 30px;
  }

  .npdc-footer__title {
    top: 35px;
    gap: 12px;
    font-size: 66px;
  }

  .npdc-footer__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .npdc-footer__card {
    min-height: 0;
    padding: 30px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }

  .npdc-source-services__inner,
  .npdc-source-why__inner,
  .npdc-source-trust__inner,
  .npdc-source-process__inner,
  .npdc-source-first-visit__inner,
  .npdc-source-faqs__inner,
  .npdc-source-cta__inner {
    width: 100%;
  }

  .npdc-source-step {
    grid-template-columns: 1fr 0.95fr;
  }

  .npdc-source-step__copy {
    padding: 22px;
  }

  .npdc-source-faqs .npdc-faq summary,
  .npdc-service-page .npdc-section--mist:nth-of-type(2) .npdc-faq summary {
    font-size: 12px;
  }

  .npdc-service-page .npdc-section {
    padding: 75px 30px;
  }

  .npdc-service-page .npdc-flow > h2 {
    font-size: 36px;
  }

  .npdc-service-page .npdc-flow > h3 {
    font-size: 27px;
  }

  .npdc-service-page .npdc-section--cta .npdc-section__inner {
    padding: 35px 28px;
  }
}
