.prd-hero,
.prd-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.prd-hero .container--custom,
.prd-page .container--custom {
  width: min(1680px, calc(100% - 48px));
  max-width: 1680px;
}

.prd-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 56px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .62) 1px, transparent 1px),
    radial-gradient(ellipse at 10% 16%, rgba(0, 103, 184, .16), transparent 38%),
    radial-gradient(ellipse at 86% 20%, rgba(42, 168, 118, .18), transparent 36%),
    linear-gradient(120deg, #f8fbff 0%, #ecfbff 42%, #f1fff8 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
}

.prd-hero:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 92px;
  background: linear-gradient(180deg, transparent, #fff);
}

.prd-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: center;
}

.prd-eyebrow {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 11px;
  margin-bottom: 14px;
  border: 1px solid rgba(0, 103, 184, .08);
  border-radius: 999px;
  color: #0067b8;
  background: rgba(0, 103, 184, .08);
  font-size: 12px;
  font-weight: 800;
}

.prd-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #071225;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.prd-hero p {
  max-width: 720px;
  margin: 0;
  color: #5f6f89;
  font-size: 16px;
  line-height: 1.62;
}

.prd-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.prd-metric {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(0, 103, 184, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 44px rgba(15, 35, 70, .08);
  backdrop-filter: blur(12px);
}

.prd-metric:before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0067b8, #18a6de, #2aa876);
}

.prd-metric strong {
  display: block;
  color: #071225;
  font-size: 32px;
  line-height: 1;
  font-weight: 850;
}

.prd-metric span {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}

.prd-page {
  position: relative;
  overflow: hidden;
  padding: 30px 0 88px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 38%, #fff 100%);
}

.prd-page:before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, transparent 54%, rgba(0, 103, 184, .035) 54%, rgba(0, 103, 184, .035) 70%, transparent 70%),
    linear-gradient(90deg, rgba(0, 103, 184, .025) 1px, transparent 1px);
  background-size: auto, 72px 72px;
}

.prd-page .container--custom {
  position: relative;
  z-index: 1;
}

.prd-filter-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 103, 184, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 44px rgba(15, 35, 70, .075);
  backdrop-filter: blur(16px);
}

.prd-filter-title {
  display: block;
  padding: 0;
  color: #071225;
  font-size: 13px;
  font-weight: 850;
}

.prd-filter-title span {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 10.5px;
  line-height: 1.3;
  font-weight: 600;
}

.prd-category-scroll {
  position: relative;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(15, 35, 70, .35) transparent;
  scrollbar-width: thin;
}

.prd-category-scroll::-webkit-scrollbar {
  height: 6px;
}

.prd-category-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(15, 35, 70, .28);
}

.prd-category-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: max-content;
  padding: 0 2px 2px;
  margin: 0;
  list-style: none;
}

.prd-category-list .list--category_item a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(0, 103, 184, .12);
  border-radius: 999px;
  color: #2f425d;
  background: #f8fbff;
  font-size: 11.5px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: .2s ease;
}

.prd-category-list .list--category_item a:hover {
  color: #0067b8;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 103, 184, .1);
}

.prd-category-list .list--category_item.active a {
  color: #fff;
  background: linear-gradient(135deg, #0067b8, #18a6de);
  box-shadow: 0 14px 34px rgba(0, 103, 184, .2);
}

.prd-catalog.main--products {
  margin-left: 0 !important;
  padding: 0 !important;
  border-left: 0 !important;
}

.prd-catalog {
  display: block;
}

.outer-products {
  display: none;
  scroll-margin-top: 220px;
}

.outer-products.onshow {
  display: block;
}

.prd-category-section {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .9)),
    linear-gradient(135deg, rgba(0, 103, 184, .06), rgba(42, 168, 118, .04));
  box-shadow: 0 18px 50px rgba(15, 35, 70, .055);
}

.prd-category-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0067b8, #18a6de, #2aa876);
  opacity: .9;
}

.prd-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.prd-section-kicker {
  display: block;
  margin-bottom: 4px;
  color: #0067b8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.prd-section-head h2 {
  margin: 0;
  color: #071225;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 850;
}

.prd-section-head p {
  margin: 2px 0 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

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

.prd-card {
  position: relative;
  display: flex;
  min-height: 244px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(15, 35, 70, .09);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 35, 70, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.prd-card:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .28), transparent 38%);
  opacity: 0;
  transition: opacity .22s ease;
}

.prd-card:hover {
  border-color: rgba(0, 103, 184, .22);
  box-shadow: 0 20px 44px rgba(0, 103, 184, .12);
  transform: translateY(-5px);
}

.prd-card:hover:before {
  opacity: 1;
}

.prd-card-media {
  position: relative;
  height: 124px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(135deg, #071225, #10243a);
  background-size: 22px 22px, 22px 22px, auto;
}

.prd-card-media:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #0067b8, #18a6de, #2aa876);
  opacity: .92;
}

.prd-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .28s ease;
}

.prd-card:hover .prd-card-media img {
  transform: scale(1.05);
}

.prd-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.prd-card-category {
  display: block;
  max-width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  color: #0067b8;
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 850;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.prd-card-body h3 {
  min-height: 42px;
  margin: 0 0 10px;
  color: #071225;
  font-size: 13.5px;
  line-height: 1.28;
  font-weight: 800;
}

.prd-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #0067b8;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.prd-card-link:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.prd-card:hover .prd-card-link:after {
  transform: translateX(3px) rotate(45deg);
}

.prd-empty-state {
  display: grid;
  min-height: 180px;
  place-items: center;
  border: 1px dashed rgba(0, 103, 184, .22);
  border-radius: 16px;
  color: #64748b;
  background:
    linear-gradient(135deg, rgba(0, 103, 184, .04), rgba(42, 168, 118, .035));
  text-align: center;
}

.prd-empty-state strong {
  display: block;
  margin-bottom: 6px;
  color: #071225;
  font-size: 18px;
}

.prd-empty-state p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 1499.98px) {
  .prd-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .prd-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .prd-hero-inner {
    grid-template-columns: 1fr;
  }

  .prd-metrics {
    max-width: 420px;
  }
}

@media (max-width: 991.98px) {
  .prd-hero {
    padding: 98px 0 46px;
  }

  .prd-hero h1 {
    font-size: 34px;
  }

  .prd-filter-shell {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .prd-section-head {
    display: block;
  }

  .prd-section-head p {
    margin-top: 5px;
  }

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

@media (max-width: 767.98px) {
  .prd-hero .container--custom,
  .prd-page .container--custom {
    width: min(100% - 24px, 1680px);
  }

  .prd-hero h1 {
    font-size: 28px;
  }

  .prd-hero p {
    font-size: 15px;
  }

  .prd-page {
    padding: 30px 0 56px;
  }

  .prd-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .prd-metric {
    padding: 14px;
  }

  .prd-filter-title span {
    margin-top: 3px;
  }

  .prd-category-section {
    padding: 14px;
    border-radius: 16px;
  }

  .prd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .prd-card {
    min-height: 240px;
  }

  .prd-card-media {
    height: 104px;
  }

  .prd-card-body {
    padding: 12px;
  }

  .prd-card-body h3 {
    min-height: 48px;
    font-size: 13px;
  }
}
