/*
 * Product Hub + VPS Series
 * Shared with the reviewed product-detail visual language:
 * Roboto/Arial, 1400px content width, 70px section rhythm,
 * #3062A9 brand blue, #F97316 action orange and white B2B surfaces.
 */

.product-directory {
  --pd-primary: #3062a9;
  --pd-deep: #1d4e9e;
  --pd-bright: #37a9e0;
  --pd-orange: #f97316;
  --pd-heading: #111827;
  --pd-ink: #333333;
  --pd-muted: #5d6673;
  --pd-soft: #f3f7fb;
  --pd-page: #f7f9fc;
  --pd-line: #dce7f3;
  --pd-white: #ffffff;
  overflow-x: clip;
  color: var(--pd-ink);
  background: var(--pd-page);
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.product-directory *,
.product-directory *::before,
.product-directory *::after {
  box-sizing: border-box;
}

.product-directory img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-directory a {
  color: var(--pd-primary);
}

.product-directory__container,
.product-directory__subnav-inner,
.product-directory__closing-inner {
  width: min(1400px, calc(100% - 40px));
  margin-inline: auto;
}

.product-directory__hero {
  padding: 30px 0 62px;
  border-top: 1px solid var(--pd-line);
  background: var(--pd-white);
}

.product-directory__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  color: var(--pd-muted);
  font-size: 14px;
}

.product-directory__breadcrumbs a {
  color: var(--pd-primary);
  text-decoration: none;
}

.product-directory__hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.product-directory__hero-copy {
  min-width: 0;
}

.product-directory__eyebrow {
  margin: 0 0 10px;
  color: var(--pd-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-directory h1 {
  max-width: 810px;
  margin: 0 0 18px;
  color: var(--pd-heading);
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(36px, 4.2vw, 45px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.product-directory__headline {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--pd-heading);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.3;
}

.product-directory__lead {
  max-width: 790px;
  margin: 0;
  color: var(--pd-muted);
  font-size: 18px;
  line-height: 1.7;
}

.product-directory__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.product-directory__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 11px 22px;
  border: 2px solid transparent;
  border-radius: 7px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.product-directory a.product-directory__button--primary {
  border-color: var(--pd-orange);
  color: var(--pd-white);
  background: var(--pd-orange);
}

.product-directory a.product-directory__button--primary:hover,
.product-directory a.product-directory__button--primary:focus-visible {
  color: var(--pd-orange);
  background: var(--pd-white);
}

.product-directory a.product-directory__button--secondary {
  border-color: var(--pd-primary);
  color: var(--pd-primary);
  background: var(--pd-white);
}

.product-directory a.product-directory__button--secondary:hover,
.product-directory a.product-directory__button--secondary:focus-visible {
  color: var(--pd-white);
  background: var(--pd-primary);
}

.product-directory__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  border: 1px solid var(--pd-line);
  border-radius: 14px;
  background: var(--pd-soft);
}

.product-directory__metrics > div {
  min-width: 0;
  padding: 15px 14px;
}

.product-directory__metrics > div + div {
  border-left: 1px solid var(--pd-line);
}

.product-directory__metrics strong,
.product-directory__metrics span {
  display: block;
}

.product-directory__metrics strong {
  color: var(--pd-deep);
  font-size: 17px;
  line-height: 1.35;
}

.product-directory__metrics span {
  margin-top: 2px;
  color: var(--pd-muted);
  font-size: 12px;
  line-height: 1.45;
}

.product-directory__hero-media {
  position: relative;
  min-height: 500px;
  margin: 0;
  padding: 28px 30px 96px;
  overflow: hidden;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  background: var(--pd-white);
  box-shadow: 0 14px 36px rgb(0 0 0 / 16%);
}

.product-directory__hero-media > img {
  width: 100%;
  height: 370px;
  object-fit: contain;
}

.product-directory--vps .product-directory__hero-media {
  min-height: 570px;
  padding: 18px 20px 96px;
}

.product-directory--vps .product-directory__hero-media > img {
  width: min(100%, 460px);
  height: 460px;
  margin-inline: auto;
}

.product-directory__hero-media figcaption {
  position: absolute;
  right: 26px;
  bottom: 22px;
  left: 26px;
  padding-top: 15px;
  border-top: 1px solid var(--pd-line);
}

.product-directory__hero-media figcaption span,
.product-directory__hero-media figcaption strong,
.product-directory__hero-media figcaption small {
  display: block;
}

.product-directory__hero-media figcaption span {
  color: var(--pd-muted);
  font-size: 12px;
}

.product-directory__hero-media figcaption strong {
  color: var(--pd-deep);
  font-size: 20px;
  line-height: 1.35;
}

.product-directory__hero-media figcaption small {
  margin-top: 2px;
  color: var(--pd-muted);
  font-size: 13px;
}

.product-hub-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 500px;
  gap: 12px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  background: var(--pd-white);
  box-shadow: 0 14px 36px rgb(0 0 0 / 16%);
}

.product-hub-visual > a {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  min-width: 0;
  align-items: center;
  padding: 16px 12px;
  border: 1px solid var(--pd-line);
  border-radius: 14px;
  color: var(--pd-deep);
  background: var(--pd-soft);
  text-align: center;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.product-hub-visual > a:hover,
.product-hub-visual > a:focus-visible {
  border-color: var(--pd-bright);
  background: var(--pd-white);
}

.product-hub-visual span {
  color: var(--pd-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.product-hub-visual img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-hub-visual > a:hover img,
.product-hub-visual > a:focus-visible img {
  transform: translateY(-4px);
}

.product-hub-visual strong {
  font-size: 14px;
}

.product-directory__subnav {
  position: sticky;
  z-index: 900;
  top: var(--product-header-offset, 79px);
  border-top: 1px solid #244f8b;
  border-bottom: 1px solid #244f8b;
  color: var(--pd-white);
  background: var(--pd-primary);
}

.product-directory__subnav-inner {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.product-directory__subnav-inner > strong {
  flex: 0 0 auto;
  color: var(--pd-white);
  font-size: 16px;
}

.product-directory__subnav-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.product-directory__subnav a {
  padding: 18px 0 15px;
  border-bottom: 3px solid transparent;
  color: #dcebfa;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.product-directory__subnav a:hover,
.product-directory__subnav a:focus-visible {
  border-color: var(--pd-white);
  color: var(--pd-white);
}

.product-directory__section {
  scroll-margin-top: calc(var(--product-header-offset, 79px) + 74px);
  padding: 70px 0;
  background: var(--pd-white);
}

.product-directory__section--soft {
  background: var(--pd-soft);
}

.product-directory__section-heading {
  max-width: 930px;
  margin-bottom: 34px;
}

.product-directory__section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr);
  gap: 50px;
  align-items: end;
}

.product-directory__section-heading h2,
.product-directory__closing h2 {
  max-width: 880px;
  margin: 0;
  color: var(--pd-heading);
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(27px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.product-directory__section-heading > p:last-child,
.product-directory__section-heading--split > p {
  max-width: 860px;
  margin: 14px 0 0;
  color: var(--pd-muted);
}

.product-directory__section-heading--split > p {
  margin: 0;
}

.product-directory h3 {
  color: var(--pd-heading);
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.product-directory__role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-directory__role-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  background: var(--pd-white);
  box-shadow: 0 8px 24px rgb(48 98 169 / 8%);
}

.product-directory__role-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--pd-white);
  background: var(--pd-bright);
  font-size: 14px;
  font-weight: 700;
}

.product-directory__role-grid h3 {
  margin: 0 0 10px;
}

.product-directory__role-grid p {
  margin: 0;
  color: var(--pd-muted);
  font-size: 15px;
}

.product-directory__path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-directory__path-grid > a {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  color: var(--pd-ink);
  background: var(--pd-white);
  text-decoration: none;
  box-shadow: 0 8px 24px rgb(48 98 169 / 8%);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.product-directory__path-grid > a:hover,
.product-directory__path-grid > a:focus-visible {
  border-color: var(--pd-bright);
  box-shadow: 0 14px 30px rgb(48 98 169 / 14%);
  transform: translateY(-3px);
}

.product-directory__path-grid > a > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--pd-white);
  background: var(--pd-bright);
  font-size: 14px;
  font-weight: 700;
}

.product-directory__path-grid small {
  color: var(--pd-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
}

.product-directory__path-grid h3 {
  margin: 8px 0 10px;
}

.product-directory__path-grid p {
  margin: 0 0 22px;
  color: var(--pd-muted);
  font-size: 15px;
}

.product-directory__path-grid strong {
  margin-top: auto;
  color: var(--pd-primary);
  font-size: 14px;
}

.product-directory__label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--pd-deep);
  background: var(--pd-soft);
  font-size: 12px;
  font-weight: 700;
}

.product-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-family-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #bfd3ea;
  border-radius: 20px;
  background: var(--pd-white);
  box-shadow: 0 8px 26px rgb(48 98 169 / 8%);
}

.product-family-card__media {
  position: relative;
  min-height: 280px;
  padding: 18px;
  background: #eef4fa;
}

.product-family-card__media > span {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  color: var(--pd-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.product-family-card__media img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-family-card:hover .product-family-card__media img {
  transform: scale(1.025);
}

.product-family-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.product-family-card h3 {
  margin: 0 0 10px;
  color: var(--pd-deep);
  font-size: 24px;
}

.product-family-card p {
  margin: 0;
  color: var(--pd-muted);
  font-size: 15px;
}

.product-family-card__models {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}

.product-family-card__models span {
  padding: 5px 9px;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  color: #45505d;
  background: #fafcfe;
  font-size: 12px;
}

.product-family-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.product-family-card li {
  position: relative;
  padding-left: 14px;
  color: #45505d;
  font-size: 13px;
}

.product-family-card li::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pd-bright);
  content: "";
}

.product-family-card > a {
  display: block;
  padding: 14px 26px;
  color: var(--pd-white);
  background: var(--pd-primary);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.product-family-card > a:hover,
.product-family-card > a:focus-visible {
  background: var(--pd-bright);
}

.product-directory__technical-label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--pd-line);
  background: var(--pd-white);
}

.product-directory__technical-label > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--pd-white);
  background: var(--pd-primary);
  font-size: 13px;
  font-weight: 700;
}

.product-directory__technical-label small,
.product-directory__technical-label strong {
  display: block;
}

.product-directory__technical-label small {
  color: var(--pd-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.product-directory__technical-label strong {
  color: var(--pd-heading);
  font-size: 18px;
}

.product-directory__table-panel {
  overflow: hidden;
  border: 1px solid var(--pd-line);
  border-radius: 14px;
  background: var(--pd-white);
}

.product-directory__table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-directory__table-scroll:focus-visible {
  outline: 3px solid rgb(55 169 224 / 35%);
  outline-offset: -3px;
}

.product-directory__table-scroll table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
}

.product-directory__table-scroll th,
.product-directory__table-scroll td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--pd-line);
  color: #485362;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.product-directory__table-scroll thead th {
  color: var(--pd-white);
  background: var(--pd-primary);
  font-weight: 700;
}

.product-directory__table-scroll tbody th {
  color: var(--pd-heading);
  font-weight: 700;
}

.product-directory__table-scroll tbody tr:nth-child(even) {
  background: #f9fbfd;
}

.product-directory__table-scroll tbody tr:last-child > * {
  border-bottom: 0;
}

.product-directory__table-scroll a {
  font-weight: 600;
  text-decoration: none;
}

.product-directory__source-note {
  margin: 0;
  padding: 16px 20px;
  border-top: 1px solid var(--pd-line);
  color: var(--pd-muted);
  background: var(--pd-soft);
  font-size: 13px;
}

.product-directory__source-note strong {
  color: var(--pd-deep);
}

.product-directory__role-tag {
  display: inline-block;
  min-width: 52px;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.product-directory__role-tag--pou {
  color: #1a5a43;
  background: #e4f6ef;
}

.product-directory__role-tag--poe {
  color: #174e86;
  background: #e5f1fc;
}

.product-directory__role-tag--vps {
  color: #76420b;
  background: #fff0dc;
}

.product-directory__decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-directory__decision-grid li {
  display: flex;
  gap: 16px;
  padding: 23px;
  border: 1px solid var(--pd-line);
  border-radius: 14px;
  background: var(--pd-white);
}

.product-directory__decision-grid li > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--pd-white);
  background: var(--pd-bright);
  font-size: 12px;
  font-weight: 700;
}

.product-directory__decision-grid h3 {
  margin: 3px 0 7px;
  font-size: 18px;
}

.product-directory__decision-grid p {
  margin: 0;
  color: var(--pd-muted);
  font-size: 14px;
}

.product-directory__boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.product-directory__boundary-grid article {
  padding: 24px;
  border-left: 5px solid var(--pd-primary);
  border-radius: 0 14px 14px 0;
  background: var(--pd-white);
}

.product-directory__boundary-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.product-directory__boundary-grid p:last-child {
  margin: 0;
  color: var(--pd-muted);
  font-size: 14px;
}

.product-directory__document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-directory__document-grid article {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--pd-line);
  border-radius: 16px;
  background: var(--pd-white);
}

.product-directory__document-grid article > span {
  color: var(--pd-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-directory__document-grid h3 {
  margin: 14px 0 9px;
  font-size: 18px;
}

.product-directory__document-grid p {
  margin: 0 0 20px;
  color: var(--pd-muted);
  font-size: 14px;
}

.product-directory__document-grid a {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.product-directory__drawing {
  overflow: hidden;
  margin: 0 0 24px;
  border: 1px solid var(--pd-line);
  border-radius: 14px;
  background: var(--pd-white);
}

.product-directory__drawing figcaption {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--pd-line);
}

.product-directory__drawing figcaption > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--pd-white);
  background: var(--pd-primary);
  font-size: 13px;
  font-weight: 700;
}

.product-directory__drawing small,
.product-directory__drawing strong {
  display: block;
}

.product-directory__drawing small {
  color: var(--pd-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.product-directory__drawing strong {
  color: var(--pd-heading);
  font-size: 18px;
}

.product-directory__drawing > img {
  width: 100%;
  min-height: 260px;
  padding: 28px;
  object-fit: contain;
}

.vps-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.product-directory__spec-card {
  padding: 26px;
  border: 1px solid var(--pd-line);
  border-radius: 14px;
  background: var(--pd-white);
}

.product-directory__spec-card h3 {
  margin: 0 0 18px;
  font-size: 21px;
}

.product-directory__spec-card dl {
  margin: 0;
}

.product-directory__spec-card dl > div {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) 1fr;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--pd-line);
}

.product-directory__spec-card dl > div:last-child {
  border-bottom: 0;
}

.product-directory__spec-card dt {
  color: var(--pd-muted);
  font-size: 13px;
}

.product-directory__spec-card dd {
  margin: 0;
  color: var(--pd-heading);
  font-size: 14px;
  font-weight: 600;
}

.product-directory__warning {
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 5px solid var(--pd-orange);
  border-radius: 0 14px 14px 0;
  background: #fff8ef;
}

.product-directory__warning strong {
  color: #7b3d08;
}

.product-directory__warning p {
  margin: 5px 0 0;
  color: #6a5543;
  font-size: 14px;
}

.product-directory__faq {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.product-directory__faq details {
  border: 1px solid #bfd3ea;
  border-radius: 12px;
  background: var(--pd-white);
}

.product-directory__faq summary {
  padding: 18px 20px;
  color: var(--pd-deep);
  font-weight: 600;
  cursor: pointer;
}

.product-directory__faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--pd-muted);
  font-size: 15px;
}

/* VPS interactive anatomy */
.vps-anatomy {
  display: grid;
  grid-template-columns: minmax(500px, 1.1fr) minmax(320px, .9fr);
  gap: 50px;
  align-items: center;
}

.vps-anatomy__map {
  position: relative;
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 20px;
  overflow: visible;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  background: var(--pd-white);
  box-shadow: 0 10px 28px rgb(48 98 169 / 10%);
}

.vps-anatomy__map > img {
  width: 100%;
  aspect-ratio: 640 / 610;
  object-fit: contain;
}

.vps-hotspot {
  position: absolute;
  z-index: 2;
  top: var(--hotspot-top);
  left: var(--hotspot-left);
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 2px solid var(--pd-white);
  border-radius: 50%;
  color: var(--pd-white);
  background: var(--pd-primary);
  box-shadow: 0 4px 12px rgb(29 78 158 / 35%);
  cursor: pointer;
}

.vps-hotspot:hover,
.vps-hotspot:focus-visible,
.vps-hotspot.is-open {
  z-index: 20;
}

.vps-hotspot__marker {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font: 700 19px/1 Arial, sans-serif;
  transition: transform 160ms ease;
}

.vps-hotspot:hover .vps-hotspot__marker,
.vps-hotspot:focus-visible .vps-hotspot__marker,
.vps-hotspot.is-open .vps-hotspot__marker {
  transform: rotate(45deg);
}

.vps-hotspot:focus-visible {
  outline: 4px solid rgb(55 169 224 / 38%);
  outline-offset: 3px;
}

.vps-hotspot__tooltip {
  position: absolute;
  z-index: 3;
  display: block;
  width: 310px;
  padding: 18px;
  border-radius: 12px;
  color: var(--pd-white);
  background: var(--pd-deep);
  box-shadow: 0 16px 36px rgb(11 33 69 / 28%);
  font: 400 14px/1.55 Roboto, Arial, sans-serif;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.vps-hotspot__tooltip img {
  width: 100%;
  max-height: 150px;
  margin-bottom: 12px;
  border-radius: 7px;
  object-fit: cover;
}

.vps-hotspot__tooltip strong,
.vps-hotspot__tooltip > span {
  display: block;
}

.vps-hotspot__tooltip strong {
  color: var(--pd-white);
  font-size: 15px;
}

.vps-hotspot__tooltip > span {
  margin-top: 5px;
  color: #e4eef9;
}

.vps-hotspot:hover .vps-hotspot__tooltip,
.vps-hotspot:focus-visible .vps-hotspot__tooltip,
.vps-hotspot.is-open .vps-hotspot__tooltip {
  opacity: 1;
  pointer-events: auto;
}

.vps-hotspot--right .vps-hotspot__tooltip {
  top: 50%;
  left: calc(100% + 9px);
  transform: translateY(-50%);
}

.vps-hotspot--left .vps-hotspot__tooltip {
  top: 50%;
  right: calc(100% + 9px);
  transform: translateY(-50%);
}

.vps-hotspot--bottom .vps-hotspot__tooltip {
  top: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
}

.vps-hotspot--top .vps-hotspot__tooltip {
  bottom: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
}

.vps-anatomy__mobile-detail {
  display: none;
}

.vps-anatomy__copy h3 {
  margin: 0 0 20px;
  color: var(--pd-deep);
  font-size: 26px;
}

.vps-anatomy__copy ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: stage;
}

.vps-anatomy__copy li {
  position: relative;
  padding: 17px 18px 17px 52px;
  border: 1px solid var(--pd-line);
  border-radius: 12px;
  color: var(--pd-muted);
  background: var(--pd-white);
  font-size: 14px;
}

.vps-anatomy__copy li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--pd-white);
  background: var(--pd-bright);
  font-size: 11px;
  font-weight: 700;
  content: counter(stage);
  counter-increment: stage;
}

.vps-anatomy__copy li strong {
  color: var(--pd-heading);
}

.vps-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vps-model-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #bfd3ea;
  border-radius: 20px;
  background: var(--pd-white);
  box-shadow: 0 8px 26px rgb(48 98 169 / 8%);
}

.vps-model-card__media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #f4f8fc;
}

.vps-model-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 200ms ease;
}

.vps-model-card__detail {
  opacity: 0;
}

.vps-model-card:hover .vps-model-card__detail,
.vps-model-card:focus-within .vps-model-card__detail {
  opacity: 1;
}

.vps-model-card__media > span {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 20px;
  color: var(--pd-deep);
  background: rgb(255 255 255 / 88%);
  font-size: 11px;
  font-weight: 700;
}

.vps-model-card__body {
  padding: 24px;
}

.vps-model-card h3 {
  margin: 0 0 8px;
  color: var(--pd-deep);
  font-size: 24px;
}

.vps-model-card__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.vps-model-card__variants span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  color: var(--pd-muted);
  background: #fafcfe;
  font-size: 12px;
  line-height: 1.35;
}

.vps-model-card__variants strong {
  color: var(--pd-deep);
}

.vps-model-card p {
  margin: 0;
  color: var(--pd-muted);
  font-size: 15px;
}

.vps-model-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 0;
}

.vps-model-card dl > div {
  min-width: 0;
  padding: 11px 12px;
  border-radius: 10px;
  background: var(--pd-soft);
}

.vps-model-card dt {
  color: var(--pd-muted);
  font-size: 11px;
}

.vps-model-card dd {
  margin: 3px 0 0;
  color: var(--pd-heading);
  font-size: 13px;
  font-weight: 600;
}

.vps-model-card > a {
  display: block;
  margin-top: auto;
  padding: 14px 24px;
  color: var(--pd-white);
  background: var(--pd-primary);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.vps-model-card > a:hover,
.vps-model-card > a:focus-visible {
  background: var(--pd-bright);
}

.product-directory__closing {
  padding: 54px 0 70px;
  border-top: 1px solid var(--pd-line);
  background: var(--pd-page);
}

.product-directory__closing-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid var(--pd-line);
  border-radius: 20px;
  background: var(--pd-white);
  box-shadow: 0 10px 28px rgb(48 98 169 / 8%);
}

.product-directory__closing p:not(.product-directory__eyebrow) {
  max-width: 790px;
  margin: 10px 0 0;
  color: var(--pd-muted);
}

.product-directory__closing-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-directory__closing-actions .product-directory__button {
  white-space: nowrap;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1100px) {
  .product-directory__role-grid,
  .product-directory__path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-family-grid {
    grid-template-columns: 1fr;
  }

  .product-family-card {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) 1fr;
  }

  .product-family-card > a {
    grid-column: 1 / -1;
  }

  .vps-anatomy {
    grid-template-columns: minmax(440px, 1fr) minmax(300px, .8fr);
    gap: 32px;
  }

  .vps-hotspot__tooltip {
    width: 260px;
  }
}

@media (max-width: 900px) {
  .product-directory__hero-grid,
  .product-directory__section-heading--split,
  .vps-anatomy {
    grid-template-columns: 1fr;
  }

  .product-directory__hero-media,
  .product-hub-visual {
    max-width: 720px;
  }

  .product-directory__document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-directory__decision-grid,
  .product-directory__boundary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-directory__section-heading--split > p {
    max-width: 840px;
  }

  .vps-anatomy__map {
    width: min(100%, 660px);
  }

  .product-directory__closing-inner {
    grid-template-columns: 1fr;
  }

  .product-directory__closing-actions {
    flex-flow: row wrap;
  }
}

@media (max-width: 760px) {
  .product-directory {
    font-size: 16px;
  }

  .product-directory__container,
  .product-directory__subnav-inner,
  .product-directory__closing-inner {
    width: min(100% - 28px, 1400px);
  }

  .product-directory__hero {
    padding: 24px 0 48px;
  }

  .product-directory__breadcrumbs {
    margin-bottom: 22px;
  }

  .product-directory h1 {
    font-size: clamp(33px, 10vw, 40px);
  }

  .product-directory__lead {
    font-size: 16px;
  }

  .product-directory__actions,
  .product-directory__closing-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-directory__button {
    width: 100%;
  }

  .product-directory__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .product-directory__metrics > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--pd-line);
  }

  .product-directory__metrics > div:nth-child(4) {
    border-top: 1px solid var(--pd-line);
  }

  .product-directory__hero-media {
    min-height: 420px;
    padding: 22px 18px 94px;
  }

  .product-directory__hero-media > img {
    height: 300px;
  }

  .product-directory--vps .product-directory__hero-media {
    min-height: 440px;
    padding: 18px 18px 94px;
  }

  .product-directory--vps .product-directory__hero-media > img {
    width: 100%;
    height: 320px;
  }

  .product-hub-visual {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .product-hub-visual > a {
    grid-template-columns: 58px 1fr auto;
    grid-template-rows: 1fr;
    padding: 12px;
  }

  .product-hub-visual img {
    height: 125px;
  }

  .product-directory__subnav {
    top: var(--product-header-offset, 69px);
  }

  .product-directory__subnav-inner {
    display: block;
    padding: 0;
  }

  .product-directory__subnav-inner > strong {
    display: none;
  }

  .product-directory__subnav-inner > div {
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-directory__subnav-inner > div::-webkit-scrollbar {
    display: none;
  }

  .product-directory__subnav a {
    flex: 0 0 auto;
    padding: 15px 0 12px;
    white-space: nowrap;
  }

  .product-directory__section {
    scroll-margin-top: calc(var(--product-header-offset, 69px) + 62px);
    padding: 52px 0;
  }

  .product-directory__section-heading {
    margin-bottom: 28px;
  }

  .product-directory__role-grid,
  .product-directory__path-grid,
  .product-directory__decision-grid,
  .product-directory__boundary-grid,
  .product-directory__document-grid,
  .vps-model-grid,
  .vps-spec-grid {
    grid-template-columns: 1fr;
  }

  .product-directory__role-grid article,
  .product-directory__path-grid > a {
    min-height: 0;
  }

  .product-family-card {
    display: flex;
  }

  .product-family-card__media {
    min-height: 230px;
  }

  .product-family-card__media img {
    height: 210px;
  }

  .product-family-card ul {
    grid-template-columns: 1fr;
  }

  .product-directory__drawing > img {
    min-width: 760px;
    min-height: 152px;
    padding: 20px;
  }

  .product-directory__drawing {
    overflow-x: auto;
  }

  .product-directory__drawing figcaption {
    position: sticky;
    left: 0;
    width: calc(100vw - 28px);
  }

  .product-directory__spec-card dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .vps-anatomy {
    display: block;
  }

  .vps-anatomy__map {
    width: 100%;
    padding: 10px;
    overflow: hidden;
  }

  .vps-hotspot {
    width: 27px;
    height: 27px;
  }

  .vps-hotspot__tooltip {
    display: none;
  }

  .vps-anatomy__mobile-detail {
    position: relative;
    display: block;
    margin-top: 14px;
    padding: 18px;
    border: 1px solid #bfd3ea;
    border-radius: 14px;
    background: var(--pd-white);
    box-shadow: 0 8px 22px rgb(48 98 169 / 10%);
  }

  .vps-anatomy__mobile-detail[hidden] {
    display: none;
  }

  .vps-anatomy__mobile-detail > button {
    position: absolute;
    top: 8px;
    right: 9px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--pd-deep);
    background: var(--pd-soft);
    font-size: 22px;
    cursor: pointer;
  }

  .vps-anatomy__mobile-detail img {
    width: 100%;
    max-height: 180px;
    margin-bottom: 14px;
    border-radius: 8px;
    object-fit: cover;
  }

  .vps-anatomy__mobile-detail strong,
  .vps-anatomy__mobile-detail span {
    display: block;
  }

  .vps-anatomy__mobile-detail strong {
    padding-right: 35px;
    color: var(--pd-deep);
    font-size: 17px;
  }

  .vps-anatomy__mobile-detail span {
    margin-top: 6px;
    color: var(--pd-muted);
    font-size: 14px;
  }

  .vps-anatomy__copy {
    margin-top: 28px;
  }

  .vps-model-card__media {
    min-height: 300px;
  }

  .vps-model-card dl {
    grid-template-columns: 1fr;
  }

  .product-directory__closing {
    padding: 46px 0 54px;
  }

  .product-directory__closing-inner {
    padding: 28px 22px;
  }
}

@media (max-width: 420px) {
  .product-directory__metrics {
    grid-template-columns: 1fr;
  }

  .product-directory__metrics > div + div {
    border-top: 1px solid var(--pd-line);
    border-left: 0;
  }

  .product-directory__metrics > div:nth-child(3) {
    border-top: 1px solid var(--pd-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-directory *,
  .product-directory *::before,
  .product-directory *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
