.products-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.products-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: #0f172a;
  font-family: Inter, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.products-eyebrow p {
  margin: 0;
  color: inherit;
  letter-spacing: 0;
}

.products-eyebrow--inverse {
  color: #7dc431;
}

.products-eyebrow span {
  display: block;
  width: 32px;
  height: 4px;
  background: #7dc431;
}

.products-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #0f172a;
}

.products-hero__media,
.products-hero__media img,
.products-hero__overlay {
  position: absolute;
  inset: 0;
}

.products-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.products-hero__overlay {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.62) 48%, rgba(15, 23, 42, 0.25)),
    linear-gradient(180deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.78));
}

.products-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 56px;
  display: flex;
  align-items: end;
}

.products-hero h1,
.products-intro h2,
.products-section-head h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.products-hero h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.1;
}

.products-hero p {
  max-width: 740px;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.products-hero__crumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}

.products-hero__crumbs a {
  color: #ffffff;
  text-decoration: none;
}

.products-hero__crumbs .material-symbols-outlined {
  font-size: 18px;
}

.products-main,
.products-capability {
  padding: 88px 0;
}

.products-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 3.5rem;
  align-items: start;
}

.products-sidebar {
  position: sticky;
  top: 140px;
  display: grid;
  gap: 1.25rem;
}

.products-panel {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 1.4rem;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.products-panel h2,
.products-side-cta h3 {
  margin: 0 0 1.15rem;
  color: #0f172a;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.products-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  border: 1px solid #dbe4ee;
  background: #f8fafc;
}

.products-search input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.85rem 1rem;
  color: #0f172a;
  outline: none;
}

.products-search button {
  border: 0;
  background: #7dc431;
  color: #ffffff;
  cursor: pointer;
}

.products-search .material-symbols-outlined {
  font-size: 24px;
}

.products-category-list {
  display: grid;
  gap: 0.2rem;
}

.products-category-list button,
.products-category-list a {
  width: 100%;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  padding: 0.78rem 0.85rem;
  color: #334155;
  font-size: 0.98rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.products-category-list button:hover,
.products-category-list button.is-active,
.products-category-list a:hover,
.products-category-list a.is-active {
  border-left-color: #7dc431;
  background: rgba(125, 196, 49, 0.1);
  color: #0f172a;
}

.products-side-cta {
  background: #0f172a;
  padding: 1.5rem;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.products-side-cta > span {
  color: #7dc431;
  font-size: 34px;
}

.products-side-cta h3 {
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  color: #ffffff;
}

.products-side-cta p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.products-side-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  color: #7dc431;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.products-side-cta .material-symbols-outlined {
  font-size: 18px;
}

.products-intro {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
}

.products-intro h2 {
  color: #0f172a;
  font-size: 2.35rem;
  line-height: 1.12;
}

.products-intro p,
.products-section-head p {
  max-width: 840px;
  margin-top: 1rem;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.8;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.products-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.products-card:hover {
  border-color: rgba(125, 196, 49, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
}

.products-card[hidden] {
  display: none;
}

.products-card__media {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}

.products-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  transition: transform 0.35s ease;
}

.products-card:hover .products-card__media img {
  transform: scale(1.04);
}

.products-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.products-card__label {
  margin: 0 0 0.55rem;
  color: #7dc431;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.products-card h3 {
  min-height: 2.45rem;
  margin: 0 0 0.25rem;
  color: #0f172a;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.25;
}

.products-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.25rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.products-card li {
  position: relative;
  padding-left: 1.2rem;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.45;
}

.products-card li::before {
  content: "check";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #7dc431;
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  line-height: 1;
}

.products-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  color: #7dc431;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.products-card a .material-symbols-outlined {
  font-size: 18px;
}

.products-empty {
  margin-top: 2rem;
  border: 1px dashed rgba(125, 196, 49, 0.65);
  background: rgba(125, 196, 49, 0.08);
  padding: 1.25rem;
  color: #334155;
  font-weight: 700;
}

.products-capability {
  background:
    linear-gradient(135deg, rgba(125, 196, 49, 0.08), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #f1f5f9 0%, #eaf0f5 100%);
}

.products-seo-box {
  border: 1px solid #e2e8f0;
  border-top: 4px solid #7dc431;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.products-seo-box h2 {
  color: #0f172a;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.products-seo-box__content {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.products-seo-box__content p {
  max-width: 1060px;
  margin: 0;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.85;
}

.products-inquiry {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dbe4ee;
}

.products-inquiry > .contact-container {
  position: relative;
  z-index: 2;
}

.products-inquiry__media,
.products-inquiry__media img,
.products-inquiry__overlay {
  position: absolute;
  inset: 0;
}

.products-inquiry__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.products-inquiry__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.5) 48%, rgba(15, 23, 42, 0.72)),
    rgba(15, 23, 42, 0.2);
}

.products-inquiry .contact-eyebrow p,
.products-inquiry .contact-inquiry__content h2 {
  color: #ffffff;
}

.products-inquiry .contact-inquiry__content > p,
.products-inquiry .contact-inquiry__channels a {
  color: rgba(255, 255, 255, 0.82);
}

.products-inquiry .contact-inquiry__checklist span {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

@media (max-width: 1100px) {
  .products-layout {
    grid-template-columns: 1fr;
  }

  .products-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-side-cta {
    grid-column: 1 / -1;
  }

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

@media (max-width: 860px) {
  main.pt-\[118px\] {
    padding-top: 88px;
  }

  .products-container {
    padding: 0 18px;
  }

  .products-hero {
    min-height: auto;
  }

  .products-hero__inner {
    padding-top: 72px;
    padding-bottom: 56px;
    gap: 2rem;
  }

  .products-hero h1 {
    font-size: 2.25rem;
  }

  .products-main,
  .products-capability {
    padding: 64px 0;
  }

  .products-intro h2,
  .products-seo-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .products-sidebar,
  .products-grid {
    grid-template-columns: 1fr;
  }

  .products-card h3 {
    min-height: 0;
  }
}
