.datasheet-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 0 50px;
  padding: 14px 28px;
  border: none;
  border-radius: 12px;
  background: #4fa349;
  color: #ffffff;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.datasheet-download-btn i {
  font-size: 0.9em;
}

.datasheet-download-btn:focus-visible {
  outline: 3px solid rgba(79, 163, 73, 0.3);
  outline-offset: 4px;
}
.datasheet-title{
    font-size: 36px;
}
.datasheet-hero{
    max-width: 900px;
}
.datasheet-floating-download {
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  border-radius: 50%;
  background: #4fa349;
  box-shadow: 0 16px 30px rgba(25, 116, 21, 0.22);
  color: #ffffff;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.datasheet-floating-download i {
  font-size: 0.9em;
}

.datasheet-main {
  background: linear-gradient(180deg, #f5f3ef 0%, #ffffff 18%);
  /* padding: 32px 20px 0; */
}

.datasheet-overview {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto 20px;
}

.datasheet-overview__shell {
  background: #ffffff;
  padding: 34px 60px 20px;
}
.datasheet-hero, .hero__desc{
    max-width:900px;
}

.datasheet-overview__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
  margin-bottom: 34px;
}

.datasheet-overview__products--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 40px;
}

.datasheet-overview__products--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 32px 20px 40px;
}

.datasheet-overview__products--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 32px 20px 40px;
}

.datasheet-product-card {
  text-align: center;
}

.datasheet-product-card img {
  width: 100%;
  max-width: 280px;
  height: 140px;
  object-fit: contain;
  display: block;
  margin: 0 auto 14px;
}

.datasheet-product-card h3 {
  margin: 0 0 6px;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.datasheet-product-card p {
  margin: 0 auto;
  max-width: 260px;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  line-height: 1.6;
  color: #343434;
  font-weight: 600;
}

.datasheet-overview__products--two .datasheet-product-card,
.datasheet-overview__products--four .datasheet-product-card,
.datasheet-overview__products--six .datasheet-product-card {
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  text-align: left;
  box-shadow: 0px 0px 2.5px 0px #00000040;
  height: 100%;
}

.datasheet-overview__products--two .datasheet-product-card img,
.datasheet-overview__products--four .datasheet-product-card img,
.datasheet-overview__products--six .datasheet-product-card img {
  max-width: none;
  height: 188px;
  margin: 0;
  padding: 24px 28px 18px;
  background: #f6f6f5;
}

.datasheet-overview__products--two .datasheet-product-card h3,
.datasheet-overview__products--four .datasheet-product-card h3,
.datasheet-overview__products--six .datasheet-product-card h3 {
  margin: 0;
  padding: 16px 28px 8px;
  font-size: 18px;
}

.datasheet-product-card__list {
  margin: 0;
  padding: 0 28px 24px 44px;
  list-style: disc;
}

.datasheet-product-card__list li {
  margin-bottom: 12px;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  line-height: 1.45;
  color: #3f3f3f;
  font-weight: 500;
}

.datasheet-product-card__list li::marker {
  color: #111111;
}

.datasheet-product-card__label {
  display: inline;
  margin: 0 6px 0 0;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
}

.datasheet-block {
  margin-top: 35px;
  background-color: #f8f8f8;
  padding: 40px;
}

.datasheet-block__heading {
  margin-bottom: 14px;
  text-align: center;
}
.specification__heading{
text-align: left;
}
.datasheet-block__heading p {
  max-width: 550px;
  margin: 15px auto;
  color: #343434;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-weight: 500;
}

.datasheet-block__heading span {
  display: inline-block;
  margin-bottom: 6px;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #197415;
}

.datasheet-block__heading h2 {
  margin: 0;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 26px;
  font-weight: 600;
  color: #343434;
}

.datasheet-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.datasheet-accordion__item {
  border: none;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.datasheet-accordion__item[open] {
  box-shadow: 0px 0px 1px 0px #00000066;
}

.datasheet-accordion__item summary {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 16px 48px 16px 18px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 15px;
  font-weight: 500;
  color: #343434;
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  outline: none;
}

.datasheet-accordion__item summary::-webkit-details-marker {
  display: none;
}

.datasheet-accordion__item summary i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 14px;
  color: #666666;
  transition: transform 0.25s ease, color 0.25s ease;
}

.datasheet-accordion__item[open] summary i {
  transform: translateY(-50%) rotate(180deg);
  color: #4fa349;
}

.datasheet-accordion__item p {
  margin: 0;
  padding: 0 18px 18px;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 13px;
  line-height: 1.7;
  color: #626262;
}

.datasheet-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 10px 18px 18px;
}

.datasheet-spec-grid ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}

.datasheet-spec-grid li {
  margin-bottom: 8px;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 13px;
  line-height: 1.55;
  color: #555555;
}

.datasheet-accordion--specs .datasheet-accordion__item summary {
  background-color: #E4E5E2;
}
.software-block{
    background: #FFFFFF;
}
.datasheet-block--table {
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 60px;
}

.datasheet-table-wrap {
  overflow-x: auto;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #ffffff;
}

.datasheet-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
  background: #ffffff;
}

.datasheet-table th,
.datasheet-table td {
  padding: 14px 16px;
  text-align: left;
  border-right: 1px solid #ececec;
  vertical-align: top;
}

.datasheet-table th {
  background: #fbfaf8;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: #4fa349;
}

.datasheet-table td {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: #4a4a4a;
}

.datasheet-table th:last-child,
.datasheet-table td:last-child {
  border-right: none;
  text-align: center;
}

.enterprise-table th,
.enterprise-table td {
  border-bottom: 1px solid #ececec;
}

.enterprise-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .datasheet-overview__shell {
    padding: 28px 24px 20px;
  }

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

  .datasheet-spec-grid {
    grid-template-columns: 1fr 1fr;
  }
  .datasheet-block, .datasheet-overview__products--two{
    padding: 0;
  }
}

@media (max-width: 768px) {
  .datasheet-floating-download {
    right: 12px;
    top: auto;
    bottom: 16px;
    transform: none;
    padding: 12px 14px;
    font-size: 14px;
  }

  .datasheet-main {
    padding-inline: 12px;
  }

  .datasheet-overview {
    margin-bottom: 40px;
  }

  .datasheet-overview__shell {
    padding: 22px 16px 24px;
  }

  .datasheet-overview__products,
  .datasheet-spec-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .datasheet-block__heading h2 {
    font-size: 22px;
  }

  .datasheet-accordion__item summary {
    padding: 14px 42px 14px 14px;
    font-size: 14px;
  }

  .datasheet-accordion__item p,
  .datasheet-spec-grid {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
  }

  .datasheet-table th,
  .datasheet-table td {
    padding: 12px;
  }

  .datasheet-download-btn {
    margin: 24px 20px 0;
    padding-inline: 20px;
  }
}
