/* Products dynamic cards: match original static product card layout */
body.page-id-23 .sf-products-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
}
body.page-id-23 .sf-product-card {
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  box-shadow: none !important;
  transition: all .25s cubic-bezier(.4,0,.2,1) !important;
}
body.page-id-23 .sf-product-card:hover {
  box-shadow: 0 6px 24px rgba(10, 61, 98, .10) !important;
  transform: translateY(-5px) !important;
  border-color: transparent !important;
}
body.page-id-23 .sf-product-media-link {
  display: block !important;
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #f4f6f9 !important;
}
body.page-id-23 .sf-product-media {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .5s ease !important;
}
body.page-id-23 .sf-product-card:hover .sf-product-media { transform: scale(1.05) !important; }
body.page-id-23 .sf-product-card-body {
  padding: 26px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex: 1 1 auto !important;
}
body.page-id-23 .sf-product-badge {
  display: inline-block !important;
  align-self: flex-start !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  background: rgba(10, 61, 98, .08) !important;
  color: #0a3d62 !important;
}
body.page-id-23 .sf-product-title {
  margin: 0 !important;
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
body.page-id-23 .sf-product-title a {
  color: #051f33 !important;
  text-decoration: none !important;
}
body.page-id-23 .sf-product-title a:hover { color: #f97316 !important; }
body.page-id-23 .sf-product-desc {
  margin: 0 !important;
  color: #4b5563 !important;
  font-size: .9rem !important;
  line-height: 1.65 !important;
  flex: 1 1 auto !important;
}
body.page-id-23 .sf-product-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  color: #9ca3af !important;
  font-size: .8125rem !important;
  line-height: 1.4 !important;
}
body.page-id-23 .sf-product-quote {
  margin-top: 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  color: #f97316 !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}
body.page-id-23 .sf-product-quote:hover {
  gap: 10px !important;
  color: #ea580c !important;
}
@media (max-width: 1024px) {
  body.page-id-23 .sf-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 767px) {
  body.page-id-23 .sf-products-grid { grid-template-columns: 1fr !important; gap: 22px !important; }
  body.page-id-23 .sf-product-card-body { padding: 22px !important; }
  body.page-id-23 .sf-product-title { font-size: 1.1rem !important; }
}