/* Contact page: immediate contact routes, focused inquiry form, and research paths. */

.pdl-contact-page {
  color: #17364f;
  background: #fff;
}

.pdl-contact-page * {
  box-sizing: border-box;
}

.pdl-contact-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(500px, 42vw, 590px);
  overflow: hidden;
  background: #edf5fa;
}

.pdl-contact-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #edf5fa 0%, rgba(237, 245, 250, .98) 44%, rgba(237, 245, 250, .72) 63%, rgba(237, 245, 250, .08) 100%);
}

.pdl-contact-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 auto;
  width: 57%;
  margin: 0;
  overflow: hidden;
}

.pdl-contact-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(12, 46, 70, .02), rgba(12, 46, 70, .2));
}

.pdl-contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pdl-contact-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(500px, 42vw, 590px);
  padding-top: clamp(56px, 6vw, 80px);
  padding-bottom: clamp(56px, 6vw, 80px);
}

.pdl-contact-hero-copy {
  width: min(720px, 62%);
}

.pdl-contact-hero-copy .pdl-eyebrow {
  margin-bottom: 14px;
  color: #075bc7;
}

.pdl-contact-hero-copy h1 {
  max-width: 11.5em;
  margin: 0;
  color: #102941;
  font-size: clamp(2.75rem, 4.3vw, 4.15rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.pdl-contact-hero-lead {
  max-width: 660px;
  margin: 20px 0 0;
  color: #4e697c;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.78;
}

.pdl-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pdl-contact-hero-actions .pdl-button {
  min-height: 48px;
}

.pdl-contact-hero-actions .pdl-button-secondary {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #17405d;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(23, 64, 93, .28);
  cursor: pointer;
}

.pdl-contact-hero-actions .pdl-button-secondary:hover,
.pdl-contact-hero-actions .pdl-button-secondary:focus-visible {
  color: #075bc7;
  background: #fff;
  border-color: rgba(7, 91, 199, .42);
}

.pdl-contact-hero-actions svg {
  width: 18px;
  height: 18px;
}

.pdl-contact-direct {
  display: grid;
  grid-template-columns: .8fr 1.15fr 1.15fr;
  width: min(800px, 100%);
  margin-top: 34px;
  border-top: 1px solid rgba(19, 69, 103, .17);
  border-bottom: 1px solid rgba(19, 69, 103, .17);
}

.pdl-contact-direct > a,
.pdl-contact-direct > span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  padding: 12px 18px;
  color: #17364f;
}

.pdl-contact-direct > * + * {
  border-left: 1px solid rgba(19, 69, 103, .14);
}

.pdl-contact-direct > a {
  transition: color 180ms ease, background-color 180ms ease;
}

.pdl-contact-direct > a:hover,
.pdl-contact-direct > a:focus-visible {
  color: #075bc7;
  background: rgba(255, 255, 255, .54);
}

.pdl-contact-direct svg {
  width: 22px;
  height: 22px;
  color: #0870d1;
}

.pdl-contact-direct small,
.pdl-contact-direct strong {
  display: block;
  min-width: 0;
}

.pdl-contact-direct small {
  color: #718596;
  font-size: .72rem;
  font-weight: 700;
}

.pdl-contact-direct strong {
  margin-top: 2px;
  font-size: .88rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.pdl-contact-action {
  padding: clamp(68px, 8vw, 102px) 0;
  background: #fff;
}

.pdl-contact-section-heading,
.pdl-contact-guidance-heading {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 36px;
}

.pdl-contact-section-heading h2,
.pdl-contact-guidance-heading h2,
.pdl-contact-prepare h2 {
  margin: 0;
  color: #102941;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.pdl-contact-section-heading > p,
.pdl-contact-guidance-heading > p {
  max-width: 510px;
  margin: 0;
  color: #63788a;
  line-height: 1.72;
}

.pdl-contact-action-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.pdl-contact-form-shell {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
}

.pdl-contact-form-shell legend.screen-reader-text {
  display: block !important;
  inline-size: 1px !important;
  max-inline-size: 1px !important;
}

.pdl-contact-form-shell .pdl-form-optional:not([open]) {
  margin-bottom: 6px;
}

.pdl-contact-prepare {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding-top: 20px;
}

.pdl-contact-prepare > p:not(.pdl-eyebrow) {
  margin: 17px 0 0;
  color: #63788a;
  line-height: 1.75;
}

.pdl-contact-prepare ol {
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid rgba(19, 61, 96, .14);
  list-style: none;
}

.pdl-contact-prepare li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(19, 61, 96, .14);
}

.pdl-contact-prepare li > span {
  color: #0870d1;
  font-size: .78rem;
  font-weight: 850;
}

.pdl-contact-prepare li strong {
  color: #17364f;
  font-size: 1rem;
}

.pdl-contact-prepare li p {
  margin: 5px 0 0;
  color: #6d8191;
  font-size: .86rem;
  line-height: 1.6;
}

.pdl-contact-prepare-note {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding: 18px;
  background: #eef6fb;
  border-radius: 6px;
}

.pdl-contact-prepare-note svg {
  width: 22px;
  height: 22px;
  color: #0870d1;
}

.pdl-contact-prepare-note p {
  margin: 0;
}

.pdl-contact-prepare-note strong,
.pdl-contact-prepare-note span {
  display: block;
}

.pdl-contact-prepare-note strong {
  color: #17364f;
  font-size: .9rem;
}

.pdl-contact-prepare-note span {
  margin-top: 4px;
  color: #657b8c;
  font-size: .82rem;
  line-height: 1.55;
}

.pdl-contact-guidance {
  padding: clamp(58px, 7vw, 82px) 0;
  background: #eef5fa;
  border-top: 1px solid rgba(19, 61, 96, .08);
}

.pdl-contact-guidance-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(19, 61, 96, .16);
  border-bottom: 1px solid rgba(19, 61, 96, .16);
}

.pdl-contact-guidance-links > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 112px;
  padding: 22px 24px;
  color: #17364f;
  transition: color 180ms ease, background-color 180ms ease;
}

.pdl-contact-guidance-links > a + a {
  border-left: 1px solid rgba(19, 61, 96, .14);
}

.pdl-contact-guidance-links > a:hover,
.pdl-contact-guidance-links > a:focus-visible {
  color: #075bc7;
  background: rgba(255, 255, 255, .62);
}

.pdl-contact-guidance-links > a > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #075bc7;
  background: #fff;
  border-radius: 6px;
}

.pdl-contact-guidance-links svg {
  width: 21px;
  height: 21px;
}

.pdl-contact-guidance-links > a > svg {
  width: 17px;
  height: 17px;
  opacity: .6;
  transition: opacity 180ms ease, transform 180ms ease;
}

.pdl-contact-guidance-links > a:hover > svg,
.pdl-contact-guidance-links > a:focus-visible > svg {
  opacity: 1;
  transform: translateX(3px);
}

.pdl-contact-guidance-links small,
.pdl-contact-guidance-links strong {
  display: block;
}

.pdl-contact-guidance-links small {
  color: #0870d1;
  font-size: .73rem;
  font-weight: 850;
}

.pdl-contact-guidance-links strong {
  margin-top: 4px;
  font-size: .98rem;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .pdl-contact-hero-media {
    width: 52%;
  }

  .pdl-contact-hero-copy {
    width: 68%;
  }

  .pdl-contact-action-grid {
    grid-template-columns: minmax(280px, .68fr) minmax(520px, 1.32fr);
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .pdl-contact-hero::before {
    background: linear-gradient(90deg, rgba(237, 245, 250, .98), rgba(237, 245, 250, .82));
  }

  .pdl-contact-hero-media {
    width: 100%;
    opacity: .34;
  }

  .pdl-contact-hero-copy {
    width: 100%;
    max-width: 720px;
  }

  .pdl-contact-section-heading,
  .pdl-contact-guidance-heading {
    display: block;
  }

  .pdl-contact-section-heading > p,
  .pdl-contact-guidance-heading > p {
    margin-top: 12px;
  }

  .pdl-contact-action-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .pdl-contact-form-shell,
  .pdl-contact-prepare {
    grid-column: 1;
  }

  .pdl-contact-form-shell {
    grid-row: 1;
  }

  .pdl-contact-prepare {
    grid-row: 2;
    max-width: 680px;
    padding-top: 0;
  }

  .pdl-contact-guidance-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdl-contact-guidance-links > a + a {
    border-top: 1px solid rgba(19, 61, 96, .14);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .pdl-contact-hero,
  .pdl-contact-hero-inner {
    min-height: 0;
  }

  .pdl-contact-hero-inner {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .pdl-contact-hero-copy h1 {
    max-width: 10em;
    font-size: 2.2rem;
  }

  .pdl-contact-hero-lead {
    margin-top: 14px;
    font-size: .92rem;
    line-height: 1.68;
  }

  .pdl-contact-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 22px;
  }

  .pdl-contact-hero-actions .pdl-button {
    min-width: 0 !important;
    width: 100%;
    padding-inline: 12px;
    font-size: .86rem;
  }

  .pdl-contact-direct {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 24px;
  }

  .pdl-contact-direct > a,
  .pdl-contact-direct > span {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    min-height: 58px;
    padding: 9px 8px;
  }

  .pdl-contact-direct > * + * {
    border-top: 1px solid rgba(19, 69, 103, .14);
    border-left: 0;
  }

  .pdl-contact-direct > span:last-child {
    grid-column: auto;
  }

  .pdl-contact-direct svg {
    width: 19px;
    height: 19px;
  }

  .pdl-contact-direct strong {
    font-size: .84rem;
  }

  .pdl-contact-action {
    padding: 54px 0 62px;
  }

  .pdl-contact-section-heading,
  .pdl-contact-guidance-heading {
    margin-bottom: 24px;
  }

  .pdl-contact-section-heading h2,
  .pdl-contact-guidance-heading h2,
  .pdl-contact-prepare h2 {
    font-size: 1.75rem;
  }

  .pdl-contact-section-heading > p,
  .pdl-contact-guidance-heading > p {
    font-size: .88rem;
  }

  .pdl-contact-action-grid {
    gap: 38px;
  }

  .pdl-contact-form-shell {
    margin-inline: 0;
  }

  .pdl-contact-prepare ol {
    margin-top: 22px;
  }

  .pdl-contact-guidance {
    padding: 50px 0 56px;
  }

  .pdl-contact-guidance-links > a {
    min-height: 92px;
    padding: 17px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdl-contact-page *,
  .pdl-contact-page *::before,
  .pdl-contact-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
