:root {
  --products-bg: #060809;
  --products-text: #ffffff;
  --products-accent: #cc1303;
  --products-texture-image: url("../Images/noiseEffect%20Frame%202.png");
}

body {
  background: var(--products-bg);
  color: var(--products-text);
}

.products-main {
  min-height: 80vh;
  min-width: 0;
  background: var(--products-bg);
}

.products-hero {
  padding: 0;
  min-width: 0;
}

/* Hero padding: on viewports ≤613.6px use half of desktop (convention for this site’s first/hero sections). */
.products-hero-highlight {
  --products-hero-pad-top: 113.6px;
  --products-hero-pad-bottom: 128px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: var(--products-hero-pad-top) max(var(--ca-site-gutter-x), calc((100% - var(--ca-site-content-max)) / 2))
    var(--products-hero-pad-bottom);
  isolation: isolate;
  background: var(--products-bg);
}

@media (max-width: 613.6px) {
  .products-hero-highlight {
    --products-hero-pad-top: 56.8px;
    --products-hero-pad-bottom: 64px;
  }
}

.products-hero-highlight: :before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: var(--products-texture-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

.products-hero-bg-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: 0 0;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    rgba(0, 0, 0, 0.22) 64px,
    rgba(0, 0, 0, 0.62) 128px,
    #000 192px,
    #000 calc(100% - 2px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    rgba(0, 0, 0, 0.22) 64px,
    rgba(0, 0, 0, 0.62) 128px,
    #000 192px,
    #000 calc(100% - 2px),
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.products-hero-bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
}

.products-hero-bottom-fade-svg {
  display: block;
  width: 100%;
  height: clamp(144px, 22.4vw, 256px);
}

.products-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1234.4px, 100%);
  margin: 0 auto;
}

.products-hero-row {
  display: grid;
  grid-template-columns: 60fr 40fr;
  align-items: end;
  gap: clamp(32px, 6.4vw, 154.4px);
}

.products-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(28.8px, 4vw, 52px);
  min-width: 0;
  width: 100%;
}

.products-hero-textblock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 2.4vw, 28px);
}

.products-hero-title {
  margin: 0;
  max-width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(32px, 6vw, 72px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #ffffff;
}

.products-hero-subtitle {
  margin: 0;
  max-width: 100%;
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(12.8px, 1.6vw, 19.2px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #ffffff;
}

.products-hero-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  width: fit-content;
}

.products-hero-cta-arrow {
  flex: none;
  width: 48.8px;
  height: 48.8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0 30.5px 30.5px 30.5px;
}

.products-hero-cta-arrow svg {
  display: block;
}

.products-hero-cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142.4px;
  height: 48px;
  max-height: 48px;
  padding: 14.4px 35.2px;
  box-sizing: border-box;
  background: var(--products-accent);
  border-radius: 100px;
  font-family: inherit;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 19.2px;
  color: #ffffff;
}

.products-hero-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  padding: 8px;
  box-sizing: border-box;
}

.products-hero-stats-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(19.2px, 4vw, 48px) 0 0;
  gap: clamp(25.6px, 4.8vw, 76.8px);
}

.products-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 12.8px;
  width: 226.4px;
  max-width: 100%;
  box-sizing: border-box;
}

.products-hero-stat--divider {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.products-hero-stat-value {
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(38.4px, 7.2vw, 64px);
  line-height: 1.125;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  color: #ffffff;
}

.products-hero-stat-label {
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(14.4px, 1.76vw, 18.4px);
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  max-width: 226.4px;
}

/* ——— Guide section ——— */
.products-guide {
  background: #ffffff;
  color: #030303;
  padding-top: 113.6px;
  padding-bottom: 71.2px;
  padding-left: max(var(--ca-site-gutter-x), calc((100% - var(--ca-site-content-max)) / 2));
  padding-right: max(var(--ca-site-gutter-x), calc((100% - var(--ca-site-content-max)) / 2));
}

.products-guide-inner {
  width: min(1141.6px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 60fr) minmax(0, 40fr);
  align-items: start;
  gap: clamp(25.6px, 4.8vw, 152px);
}

.products-guide-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(19.2px, 3.2vw, 30.4px);
  min-width: 0;
  width: 100%;
}

.products-guide-copy-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.2px;
}

.products-guide-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-height: 20px;
  box-sizing: border-box;
  border-radius: 32px;
  background: rgba(204, 19, 3, 0.11);
  border: 1px solid rgba(204, 19, 3, 0.69);
  font-family: inherit;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #cc1303;
}

.products-guide-title {
  margin: 0;
  max-width: 100%;
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(28.8px, 4.4vw, 56px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #030303;
}

.products-guide-lede {
  margin: 0;
  max-width: min(522.4px, 100%);
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(13.6px, 1.6vw, 19.2px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #030303;
}

.products-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.8px;
  width: 100%;
  max-width: 100%;
  justify-self: end;
  align-self: start;
}

.products-guide-card {
  box-sizing: border-box;
  margin: 0;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: clamp(14.4px, 2.4vw, 19.2px) clamp(16px, 4vw, 54.4px) clamp(25.6px, 4vw, 38.4px) clamp(14.4px, 2.4vw, 19.2px);
  min-width: 0;
}

.products-guide-card-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(6.4px, 1.6vw, 9.6px);
}

.products-guide-card-icon {
  flex: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.products-guide-card-icon svg {
  display: block;
}

.products-guide-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2px;
  min-width: 0;
  flex: 1 1 auto;
}

.products-guide-card-name {
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(11.2px, 1.76vw, 12.8px);
  line-height: 1.5;
  color: #2b303b;
}

.products-guide-card-desc {
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(11.2px, 1.76vw, 12.8px);
  line-height: 1.5;
  color: #2b303b;
}

/* ——— Our Products catalog ——— */
.products-catalog {
  --products-catalog-pad-top: 48.8px;
  --products-catalog-pad-bottom: 99.2px;
  background: #fbfbfb;
  color: #030303;
  padding-top: var(--products-catalog-pad-top);
  padding-bottom: var(--products-catalog-pad-bottom);
  padding-left: max(var(--ca-site-gutter-x), calc((100% - var(--ca-site-content-max)) / 2));
  padding-right: max(var(--ca-site-gutter-x), calc((100% - var(--ca-site-content-max)) / 2));
}

.products-catalog-inner {
  width: min(1144px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 63.2px;
}

.products-catalog-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.8px;
  max-width: 654.4px;
  text-align: center;
}

.products-catalog-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-height: 20px;
  box-sizing: border-box;
  border-radius: 32px;
  background: rgba(204, 19, 3, 0.11);
  border: 1px solid rgba(204, 19, 3, 0.69);
  font-family: inherit;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #cc1303;
}

.products-catalog-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.products-catalog-title {
  margin: 0;
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(28.8px, 4vw, 44.8px);
  line-height: 1.27;
  letter-spacing: -0.04em;
  text-align: center;
  color: #030303;
}

.products-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 14.4px;
  width: 100%;
  align-self: stretch;
}

.products-catalog-card {
  box-sizing: border-box;
  margin: 0;
  min-height: 298.4px;
  background: linear-gradient(19.91deg, rgba(255, 255, 255, 0) 27.33%, rgba(204, 19, 3, 0.6) 223.56%);
  border: 1px solid rgba(204, 19, 3, 0.25);
  border-radius: 12px;
  overflow: hidden;
}

.products-catalog-card--tall {
  min-height: 325.6px;
}

.products-catalog-card-inner {
  box-sizing: border-box;
  min-height: 100%;
  padding: 27.2px 18.4px 32px 18.4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(32px, 6.4vw, 69.6px);
}

.products-catalog-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22.4px;
  width: 100%;
  max-width: 238.4px;
}

.products-catalog-card-name {
  margin: 0;
  max-width: 179.2px;
  font-family: inherit;
  font-weight: 600;
  font-size: 14.4px;
  line-height: 17.6px;
  letter-spacing: -0.03em;
  color: #000000;
}

.products-catalog-card-desc {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 11.2px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #000000;
}

.products-catalog-card-btn {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6.4px;
  gap: 4.8px;
  min-width: 118.4px;
  height: 32px;
  border: 1px solid #cc1303;
  border-radius: 32px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 15.2px;
  letter-spacing: -0.03em;
  color: #000000;
  flex: none;
}

.products-catalog-card-btn:hover {
  background: rgba(204, 19, 3, 0.06);
}

.products-catalog-card-btn-icon {
  flex: none;
  display: block;
}

@media (max-width: 818.4px) {
  .products-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-catalog-card,
  .products-catalog-card--tall {
    min-height: 0;
  }

  .products-guide-inner {
    grid-template-columns: 1fr;
    gap: clamp(25.6px, 4vw, 38.4px);
  }

  .products-guide-grid {
    justify-self: stretch;
    max-width: 100%;
  }

  .products-hero-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .products-hero-stats {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .products-hero-stats-row {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 496px;
  }

  .products-hero-stat {
    width: min(226.4px, calc(50% - 19.2px));
  }

  .products-hero-stat--divider {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 613.6px) {
  .products-guide {
    padding-top: clamp(44.8px, 9.6vw, 113.6px);
    padding-bottom: clamp(28.8px, 6.4vw, 71.2px);
  }

  .products-catalog {
    --products-catalog-pad-top: 24.4px;
    --products-catalog-pad-bottom: 49.6px;
  }

  .products-catalog-inner {
    gap: clamp(32px, 8vw, 63.2px);
  }
}

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

  .products-catalog-card-name {
    max-width: 100%;
  }

  .products-catalog-card-copy {
    max-width: 100%;
  }

  .products-guide-inner {
    gap: 22.4px;
  }

  .products-guide-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .products-guide-card-main {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 416px) {
  .products-hero-stats-row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 22.4px;
  }

  .products-hero-stat {
    width: 100%;
    max-width: 256px;
  }

  .products-hero-stat--divider {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 22.4px;
  }

  .products-guide-card {
    padding: 16px 16px 28.8px 16px;
  }

  .products-guide-copy-top {
    gap: 9.6px;
  }
}

/* ——— Products page blog / innovations (scoped: edit only in products.css; does not affect about/services) ——— */
.products-blog {
  background: #ffffff;
  color: #030303;
  padding: 57.6px 0 76.8px;
}

.products-blog-inner {
  width: min(1292.8px, calc(100% - 64px));
  margin: 0 auto;
}

.products-blog-header {
  width: min(654.1px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.8px;
  text-align: center;
}

.products-blog-pill {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  padding: 4.8px 8px;
  gap: 8px;
  border: 1px solid #cc1303;
  border-radius: 32px;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #cc1303;
}

.products-blog-title {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(27.2px, 3.6vw, 44.8px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-align: center;
  color: #030303;
}

.products-blog-grid {
  margin-top: 59.2px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9.6px;
}

.products-blog-card {
    box-sizing: border-box;
    min-height: 373.6px;
    background: rgba(204, 19, 3, 0.01);
    border: 1px solid rgba(204, 19, 3, 0.26);
    border-radius: 18px;
    overflow: hidden;
}

.products-blog-media {
  height: 175.2px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(190, 219, 255, 0.7);
}

.products-blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.products-blog-content {
  padding: 16px 16px 27.2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(373.6px - 175.2px);
}

.products-blog-heading {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 19.2px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #171717;
}

.products-blog-link {
  margin-top: 12.8px;
  display: inline-flex;
  align-items: center;
  gap: 6.4px;
  width: fit-content;
  min-height: 38.4px;
  padding: 11.2px 16px;
  border-radius: 14px;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 16px;
  letter-spacing: -0.35px;
  text-decoration-line: underline;
  color: #cc1303;
}

.products-blog-link-icon {
  flex-shrink: 0;
  display: block;
}

@media (max-width: 960px) {
  .products-blog-inner {
    width: min(1292.8px, calc(100% - 28.8px));
  }

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

@media (max-width: 720px) {
  .products-blog-heading {
    font-size: 17.6px;
  }
}

@media (max-width: 464px) {
  .products-blog {
    padding: 33.6px 0 44.8px;
  }

  .products-blog-grid {
    margin-top: 22.4px;
    grid-template-columns: 1fr;
  }

  .products-blog-card {
    min-height: 328px;
  }

  .products-blog-content {
    min-height: calc(328px - 175.2px);
    padding: 12.8px 12.8px 17.6px;
  }

  .products-blog-heading {
    font-size: 16.8px;
  }

  .products-blog-link {
    min-height: 33.6px;
    padding: 8px 11.2px;
    font-size: 12.8px;
  }
}
