.obbo-products-page {
  background: #050505;
  color: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
}

.obbo-products-page * {
  box-sizing: border-box;
}

.obbo-products-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.obbo-products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.62) 54%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08));
}

.obbo-products-inner,
.obbo-products-breadcrumb {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.obbo-products-kicker {
  display: inline-flex;
  color: #ff3030;
  font-size: 15px;
  font-weight: 800;
  padding: 8px 12px;
  border: 1px solid rgba(255, 48, 48, 0.48);
  background: rgba(255, 48, 48, 0.12);
}

.obbo-products-hero h1 {
  max-width: 900px;
  margin: 18px 0 14px;
  color: #fff;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.obbo-products-hero p {
  max-width: 820px;
  margin: 0;
  color: #f0f0f0;
  font-size: 18px;
  line-height: 1.8;
}

.obbo-products-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.obbo-products-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.obbo-products-button.primary {
  border-color: #ff2525;
  background: #ff2525;
}

.obbo-products-breadcrumb-wrap {
  background: #070707;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.obbo-products-breadcrumb {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  color: #b8b8b8;
  font-size: 14px;
}

.obbo-products-breadcrumb a {
  color: #e7e7e7;
  text-decoration: none;
}

.obbo-products-section {
  padding: 52px 0;
}

.obbo-products-section-title {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.obbo-products-section-title h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.obbo-products-section-title p {
  margin: 0;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.75;
}

.obbo-category-grid,
.obbo-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.obbo-category-card,
.obbo-solution-card {
  display: block;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #111;
}

.obbo-category-card img,
.obbo-solution-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  opacity: 0.88;
}

.obbo-category-card::after,
.obbo-solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.88));
}

.obbo-category-card div,
.obbo-solution-card div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.obbo-category-card h3,
.obbo-solution-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.obbo-category-card p,
.obbo-solution-card p {
  margin: 0;
  color: #dfdfdf;
  font-size: 14px;
  line-height: 1.65;
}

.obbo-products-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 30px;
}

.obbo-products-sidebar {
  align-self: start;
  position: sticky;
  top: 16px;
}

.obbo-products-sidebar h2 {
  margin: 0;
  padding: 20px 22px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  background: #f8252c;
}

.obbo-products-sidebar details {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 0;
  background: #0b0b0b;
}

.obbo-products-sidebar summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.obbo-products-sidebar summary::-webkit-details-marker {
  display: none;
}

.obbo-products-sidebar summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #ff3030;
  font-size: 20px;
  line-height: 1;
}

.obbo-products-sidebar details[open] summary::after {
  content: "-";
}

.obbo-products-sidebar summary a {
  flex: 1 1 auto;
  color: #fff;
  text-decoration: none;
}

.obbo-products-sidebar summary a:hover {
  color: #ff3030;
}

.obbo-products-sidebar ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.obbo-products-sidebar li a {
  display: block;
  padding: 13px 22px 13px 34px;
  color: #bfc3c7;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
  border-top: 1px dotted rgba(255, 255, 255, 0.12);
}

.obbo-products-sidebar li a:hover,
.obbo-products-sidebar li a.is-active {
  color: #ff3030;
}

.obbo-category-overview {
  margin-bottom: 26px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(135deg, rgba(255, 48, 48, 0.14), rgba(255, 255, 255, 0.035) 45%, rgba(255, 255, 255, 0.02));
}

.obbo-category-overview h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 800;
}

.obbo-category-overview p {
  margin: 0;
  color: #dedede;
  font-size: 16px;
  line-height: 1.85;
}

.obbo-param-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.obbo-param-grid div {
  padding: 15px 16px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8e8e8;
  font-size: 14px;
  line-height: 1.65;
}

.obbo-param-grid strong {
  display: block;
  margin-bottom: 4px;
  color: #ff3030;
}

.obbo-subcat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.obbo-subcat-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: #e8e8e8;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d0d0d;
  text-decoration: none;
  font-size: 14px;
}

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

.obbo-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #101010;
}

.obbo-product-card figure {
  margin: 0;
  background: #050505;
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
}

.obbo-product-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.obbo-product-card h3 {
  margin: 0;
  padding: 16px 16px 10px;
  min-height: 72px;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
  text-align: left;
}

.obbo-product-card h3 a {
  color: #fff;
  text-decoration: none;
}

.obbo-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding: 0 16px 16px;
}

.obbo-product-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.obbo-product-actions a:last-child {
  background: #f8252c;
  border-color: #f8252c;
}

.obbo-products-page .pages {
  margin-top: 28px;
  padding: 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a0a0a;
  color: #fff;
}

.obbo-products-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 28px;
  background: linear-gradient(90deg, #b90f0f, #f42626);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.obbo-products-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
}

.obbo-products-cta p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.obbo-products-cta .obbo-products-button {
  border-color: #fff;
  background: #fff;
  color: #d91515;
}

@media (max-width: 1180px) {
  .obbo-category-grid,
  .obbo-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .obbo-products-layout {
    grid-template-columns: 1fr;
  }

  .obbo-products-sidebar {
    position: static;
  }
}

@media (max-width: 860px) {
  .obbo-products-section-title,
  .obbo-products-cta,
  .obbo-param-grid,
  .obbo-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .obbo-products-inner,
  .obbo-products-breadcrumb {
    width: min(100% - 28px, 1360px);
  }

  .obbo-products-hero {
    min-height: 430px;
  }

  .obbo-products-hero h1 {
    font-size: 32px;
  }

  .obbo-products-hero p,
  .obbo-products-section-title p,
  .obbo-category-overview p {
    font-size: 15px;
  }

  .obbo-products-breadcrumb {
    display: block;
  }

  .obbo-category-grid,
  .obbo-solution-grid {
    grid-template-columns: 1fr;
  }

  .obbo-products-section-title h2,
  .obbo-category-overview h2,
  .obbo-products-cta h2 {
    font-size: 26px;
  }
}
