.pgd-download {
  --pgd-ink: #10141a;
  --pgd-muted: #656b73;
  --pgd-paper: #f6f3ee;
  --pgd-gold: #806126;
  --pgd-turquoise: #0b7d87;
  margin: 64px 0;
  color: var(--pgd-ink);
}

.pgd-top-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 24px 0 38px;
  padding: 20px 22px;
  border-left: 4px solid var(--pgd-turquoise, #0b7d87);
  background: #f6f3ee;
  color: #10141a;
}

.pgd-top-download__label,
.pgd-home-hub > span,
.pgd-library__eyebrow,
.pgd-library article > span {
  display: block;
  margin-bottom: 5px;
  color: #806126;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pgd-top-download strong { font-size: 1.12rem; }
.pgd-top-download p { margin: 5px 0 0; color: #656b73; line-height: 1.55; }
.pgd-top-download a,
.pgd-home-hub a {
  display: inline-flex;
  justify-content: center;
  padding: 13px 18px;
  background: #10141a;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.pgd-home-hub {
  margin: 24px 0 34px;
  padding: 24px;
  border: 1px solid #b9aa97;
  border-left: 4px solid #806126;
  background: #dfd3c5;
}
.pgd-home-hub strong { display:block; font-size:1.35rem; }
.pgd-home-hub p { margin:8px 0 18px; color:#4d4842; }
.pgd-home-hub a { background:#806126; }
.pgd-home-hub a:hover,
.pgd-home-hub a:focus-visible { background:#10141a; }

.pgd-home-old-guide-link { display:none !important; }
.pgd-home-guide-link {
  border:1px solid #c8bba9 !important;
  border-left:3px solid #806126 !important;
  background:#e4d9cc !important;
  color:#10141a !important;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.pgd-home-guide-link:hover,
.pgd-home-guide-link:focus-visible {
  background:#806126 !important;
  color:#fff !important;
  transform:translateX(3px);
}

.pgd-library { margin: 34px 0 68px; padding: clamp(26px,4vw,48px); background:#10141a; color:#fff; }
.pgd-library h2 { margin:0; color:#fff; font-size:clamp(2rem,4vw,3.6rem); line-height:1.04; }
.pgd-library__intro { max-width:720px; margin:16px 0 32px; color:#c9cdd1; font-size:1.05rem; line-height:1.65; }
.pgd-library__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; background:#394049; }
.pgd-library article { display:flex; flex-direction:column; min-height:180px; padding:24px; background:#171c22; }
.pgd-library article h3 { margin:8px 0 24px; color:#fff; font-size:1.25rem; line-height:1.25; }
.pgd-library article a { margin-top:auto; color:#4bc3cc; font-weight:800; text-decoration:none; }

.home-entities .home-entity-grid,
.home-entities .entity-logo-item { overflow:visible; }
.home-entities .entity-logo-item { position:relative; z-index:1; }
.home-entities .entity-logo-item:hover,
.home-entities .entity-logo-item:focus-within { z-index:20; }
.home-entities .entity-logo-item img {
  transform-origin:center;
  transition:transform .28s ease, filter .28s ease, opacity .28s ease;
}
.home-entities .entity-logo-item:hover img,
.home-entities .entity-logo-item:focus-within img {
  filter:grayscale(0) saturate(1.2) contrast(1.05) !important;
  opacity:1 !important;
  transform:scale(1.85);
}

.pgd-download__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 56px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(16, 20, 26, .14);
  background: var(--pgd-paper);
}

.pgd-download__eyebrow {
  margin: 0 0 14px;
  color: var(--pgd-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pgd-download h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.pgd-download__copy > p:not(.pgd-download__eyebrow) {
  color: var(--pgd-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.pgd-download__copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pgd-download__copy li {
  position: relative;
  margin: 12px 0;
  padding-left: 22px;
}

.pgd-download__copy li::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pgd-turquoise);
  content: "";
}

.pgd-download__form-wrap {
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}

.pgd-form__field {
  margin-bottom: 18px;
}

.pgd-form__field label {
  display: block;
  margin-bottom: 7px;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .03em;
}

.pgd-form__field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 20, 26, .25);
  border-radius: 0;
  background: #fff;
  color: var(--pgd-ink);
  font: inherit;
}

.pgd-form__field input:focus {
  border-color: var(--pgd-turquoise);
  outline: 3px solid rgba(11, 125, 135, .15);
  outline-offset: 1px;
}

.pgd-form__check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 17px 0;
  color: #353b42;
  font-size: .82rem;
  line-height: 1.5;
}

.pgd-form__check input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--pgd-turquoise);
}

.pgd-form__check a {
  color: var(--pgd-turquoise);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pgd-form__check em {
  color: var(--pgd-muted);
  font-style: normal;
  font-weight: 700;
}

.pgd-form__check--optional {
  padding-top: 16px;
  border-top: 1px solid rgba(16, 20, 26, .12);
}

.pgd-form__submit {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  padding: 13px 20px;
  border: 1px solid var(--pgd-ink);
  background: var(--pgd-ink);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.pgd-form__submit:hover {
  border-color: var(--pgd-gold);
  background: var(--pgd-gold);
  transform: translateY(-1px);
}

.pgd-form__submit:focus-visible {
  outline: 3px solid var(--pgd-turquoise);
  outline-offset: 3px;
}

.pgd-form__note {
  margin: 13px 0 0;
  color: var(--pgd-muted);
  font-size: .72rem;
  line-height: 1.5;
}

.pgd-form__hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.pgd-notice {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-left: 4px solid var(--pgd-turquoise);
  background: #edf6f5;
}

.pgd-notice--error {
  border-left-color: #9b302d;
  background: #fbefee;
}

.pgd-notice strong,
.pgd-notice span {
  display: block;
}

.pgd-notice span {
  margin-top: 4px;
  font-size: .86rem;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .pgd-top-download { grid-template-columns:1fr; }
  .pgd-top-download a { width:100%; }
  .pgd-library__grid { grid-template-columns:1fr; }
  .pgd-download {
    margin: 42px 0;
  }

  .pgd-download__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-entities .entity-logo-item img { transition:none; }
}

@media (max-width: 520px) {
  .pgd-download__inner {
    padding: 22px 16px;
  }

  .pgd-download__form-wrap {
    padding: 22px 18px;
  }
}
