/* 2026-07-22 desktop refinement: improve scan hierarchy without changing mobile density. */
@media (min-width: 981px) {
  .hero-secondary-link,
  body.home.front-page .hero-secondary-link,
  body.pdl-static-theme-preview .hero-secondary-link {
    color: #f4fbff !important;
  }

  .hero-secondary-link svg,
  body.home.front-page .hero-secondary-link svg,
  body.pdl-static-theme-preview .hero-secondary-link svg {
    color: #55ddc2 !important;
  }

  .hero-secondary-link:hover,
  .hero-secondary-link:focus-visible,
  body.home.front-page .hero-secondary-link:hover,
  body.home.front-page .hero-secondary-link:focus-visible,
  body.pdl-static-theme-preview .hero-secondary-link:hover,
  body.pdl-static-theme-preview .hero-secondary-link:focus-visible {
    color: #ffffff !important;
  }

  .trust-grid .trust-number,
  body.home.front-page .trust-grid .trust-number,
  body.pdl-static-theme-preview .trust-grid .trust-number {
    font-size: clamp(1.38rem, 1.45vw, 1.75rem) !important;
    font-weight: 900 !important;
    line-height: 1.06 !important;
  }

  .trust-grid article strong,
  body.home.front-page .trust-grid article strong,
  body.pdl-static-theme-preview .trust-grid article strong {
    font-size: .9rem !important;
    font-weight: 760 !important;
  }

  .trust-grid article p,
  body.home.front-page .trust-grid article p,
  body.pdl-static-theme-preview .trust-grid article p {
    font-size: .79rem !important;
  }

  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover::after,
  #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible::after,
  body.home.front-page #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover::after,
  body.home.front-page #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible::after,
  body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):hover::after,
  body.pdl-static-theme-preview #applications .application-grid[data-deck="applications"] > .application-card:not([hidden]):focus-visible::after {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22) !important;
  }

  #applications .application-showcase-cta,
  body.home.front-page #applications .application-showcase-cta,
  body.pdl-static-theme-preview #applications .application-showcase-cta {
    color: #ffffff !important;
    background: #075bc7 !important;
    box-shadow: 0 14px 28px rgba(7, 91, 199, .22) !important;
  }

  #applications .application-showcase-cta:hover,
  #applications .application-showcase-cta:focus-visible,
  body.home.front-page #applications .application-showcase-cta:hover,
  body.home.front-page #applications .application-showcase-cta:focus-visible,
  body.pdl-static-theme-preview #applications .application-showcase-cta:hover,
  body.pdl-static-theme-preview #applications .application-showcase-cta:focus-visible {
    color: #ffffff !important;
    background: #064aa3 !important;
    box-shadow: 0 16px 32px rgba(7, 91, 199, .28) !important;
  }

  html body #certifications .certification-panel {
    grid-template-columns: minmax(420px, .4fr) minmax(0, .6fr) !important;
    gap: clamp(34px, 3.6vw, 52px) !important;
  }

  html body #certifications .certification-heading {
    max-width: 520px !important;
  }

  html body #certifications .certification-heading h2 {
    font-size: clamp(2rem, 2.15vw, 2.45rem) !important;
    line-height: 1.16 !important;
  }

  html body #certifications .certification-heading h2 .heading-line {
    display: block !important;
    white-space: nowrap !important;
  }
}
