/* Product archive landing page polish - 2026-05-30 */
.product-center-page {
  width: min(1440px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 34px 0 60px;
  color: #24364a;
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

.product-center-page a {
  text-decoration: none;
}

.product-center-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .75fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 34px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(49, 164, 225, .13), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #fff, #f7fbfe);
  border: 1px solid rgba(25, 60, 90, .1);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(22, 45, 68, .08);
}

.product-center-eyebrow {
  margin: 0 0 10px;
  color: #006aa8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-center-page .page-title {
  max-width: 820px;
  margin: 0;
  color: #142638;
  font-size: 34px;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-center-intro {
  max-width: 880px;
  margin: 16px 0 0;
  color: #526273;
  font-size: 16px;
  line-height: 1.78;
}

.product-center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product-center-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #007fc5;
  border-radius: 6px;
  background: linear-gradient(90deg, #008dd4, #01559c);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.product-center-button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 103, 170, .2);
}

.product-center-button-secondary {
  background: #fff;
  color: #006aa8;
}

.product-center-button-secondary:hover {
  color: #004f82;
  background: #f1f8fc;
}

.product-center-panel {
  padding: 24px;
  border: 1px solid rgba(25, 60, 90, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}

.product-center-panel h2 {
  margin: 0 0 14px;
  color: #172b3d;
  font-size: 19px;
  line-height: 1.3;
}

.product-center-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-center-panel li {
  position: relative;
  padding: 9px 0 9px 18px;
  color: #4d5f70;
  font-size: 14px;
  line-height: 1.55;
  border-top: 1px solid rgba(25, 60, 90, .08);
}

.product-center-panel li:first-child {
  border-top: 0;
}

.product-center-panel li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #31a4e1;
}

.product-family-section,
.product-guide-section,
.product-list-section,
.product-archive-faq {
  margin-top: 28px;
}

.product-center-section-head {
  margin-bottom: 16px;
}

.product-center-section-head h2 {
  margin: 0;
  color: #172b3d;
  font-size: 24px;
  font-weight: 720;
  line-height: 1.3;
  letter-spacing: 0;
}

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

.product-family-card {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(25, 60, 90, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 45, 68, .05);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product-family-card:hover {
  border-color: rgba(49, 164, 225, .42);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(22, 45, 68, .09);
}

.product-family-name {
  color: #172b3d;
  font-size: 17px;
  font-weight: 720;
  line-height: 1.35;
}

.product-family-description {
  margin-top: 9px;
  color: #637283;
  font-size: 14px;
  line-height: 1.58;
}

.product-family-count {
  margin-top: auto;
  padding-top: 12px;
  color: #006aa8;
  font-size: 13px;
  font-weight: 700;
}

.product-guide-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(25, 60, 90, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 45, 68, .05);
}

.product-guide-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.product-guide-table th,
.product-guide-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(25, 60, 90, .09);
  color: #4e5f70;
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
  vertical-align: top;
}

.product-guide-table th {
  color: #172b3d;
  background: #f3f8fc;
  font-weight: 720;
}

.product-guide-table tr:last-child td {
  border-bottom: 0;
}

.product-guide-table td:first-child {
  color: #172b3d;
  font-weight: 700;
}

.product-list-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.product-center-page .product-filters {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.product-center-page .product-filters .filter-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(25, 60, 90, .12);
  border-radius: 999px;
  background: #fff;
  color: #4c5c6e;
  font-size: 13px;
  font-weight: 650;
}

.product-center-page .product-filters .filter-link:hover,
.product-center-page .product-filters .filter-link.active {
  border-color: rgba(49, 164, 225, .48);
  background: #edf8fe;
  color: #005a9c;
}

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

.product-center-page .product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(25, 60, 90, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 45, 68, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-center-page .product-card:hover {
  border-color: rgba(49, 164, 225, .42);
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(22, 45, 68, .1);
}

.product-center-page .product-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 18px;
  background: linear-gradient(180deg, #f8fbfd, #eef5f9);
}

.product-center-page .product-card-image.is-image-missing {
  display: none;
}

.product-center-page .product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.product-center-page .product-card:hover .product-card-image img {
  transform: scale(1.035);
}

.product-card-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  color: #7d8a97;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.product-card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 9px;
}

.product-card-categories span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef7fc;
  color: #006aa8;
  font-size: 12px;
  font-weight: 700;
}

.product-center-page .product-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 720;
  line-height: 1.35;
}

.product-center-page .product-card-title a {
  color: #172b3d;
}

.product-center-page .product-card-title a:hover {
  color: #006aa8;
}

.product-card-excerpt {
  margin: 10px 0 0;
  color: #647384;
  font-size: 14px;
  line-height: 1.62;
}

.product-card-link {
  margin-top: auto;
  padding-top: 15px;
  color: #006aa8;
  font-size: 14px;
  font-weight: 720;
}

.product-card-link::after {
  content: ">";
  margin-left: 7px;
  transition: margin-left .2s ease;
}

.product-card:hover .product-card-link::after {
  margin-left: 10px;
}

.product-archive-faq {
  padding: 26px;
  border: 1px solid rgba(25, 60, 90, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 45, 68, .05);
}

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

.product-faq-item h3 {
  margin: 0;
  color: #172b3d;
  font-size: 17px;
  line-height: 1.35;
}

.product-faq-item p {
  margin: 9px 0 0;
  color: #5d6d7e;
  font-size: 14px;
  line-height: 1.7;
}

.product-center-page .pagination {
  margin-top: 34px;
  text-align: center;
}

.product-center-page .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.product-center-page .pagination .page-numbers {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(25, 60, 90, .12);
  border-radius: 6px;
  background: #fff;
  color: #526273;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.product-center-page .pagination .page-numbers.current,
.product-center-page .pagination a.page-numbers:hover {
  border-color: #007fc5;
  background: #007fc5;
  color: #fff;
}

.product-center-page .no-products {
  margin: 28px 0 0;
  padding: 28px;
  border: 1px solid rgba(25, 60, 90, .1);
  border-radius: 8px;
  background: #fff;
  color: #647384;
  text-align: center;
}

@media (max-width: 1180px) {
  .product-family-grid,
  .product-center-page .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .product-center-page {
    width: min(100% - 32px, 980px);
    padding-top: 24px;
  }

  .product-center-hero {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .product-list-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-center-page .product-filters {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .product-center-page {
    width: min(100% - 24px, 640px);
    padding-bottom: 42px;
  }

  .product-center-page .page-title {
    font-size: 26px;
  }

  .product-center-intro {
    font-size: 15px;
  }

  .product-center-actions {
    flex-direction: column;
  }

  .product-center-button {
    width: 100%;
  }

  .product-family-grid,
  .product-center-page .products-grid,
  .product-faq-grid {
    grid-template-columns: 1fr;
  }

  .product-center-section-head h2 {
    font-size: 21px;
  }

  .product-archive-faq {
    padding: 20px;
  }
}
