.product-ecosystem-section {
    margin: 0 auto;
    padding: 100px 40px 100px;
    background: #F5F7FC;
}
.product-ecosystem-section .hyk-container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0px 40px;
}
.product-ecosystem-section .ecosystem-footer p {
    text-align: center;
  font-family: Inter;
font-weight: 500;
font-style: Italic;
font-size: 13px;
line-height: 25.5px;
letter-spacing: -0.16px;
vertical-align: middle;
    color: rgba(0, 0, 0, 0.80);
}

/* ── Header ── */
.product-ecosystem-section .ecosystem-header {
  text-align: center;
   margin-bottom: 25px;
}

.product-ecosystem-section .ecosystem-label {
      display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}

.product-ecosystem-section .ecosystem-title {
      font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}

.product-ecosystem-section .ecosystem-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 853px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

/* ── Sub-heading ── */
.product-ecosystem-section .comparison-heading {
  text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    line-height: 21px;
}

/* ── Table Wrapper ── */
.product-ecosystem-section .comparison-table-wrap {
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.87);
}

.product-ecosystem-section .pricing-table {
  width: 100%;
  max-width:1200px;
  margin: 0px auto 20px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  background: #f9fafb;
}
.product-ecosystem-section .pricing-cell:first-child {
    border-left: 0px dotted #d0d0d0;
}
.product-ecosystem-section .pricing-cell {
    border-left: 1px dotted #d0d0d0;
}
.product-ecosystem-section .pricing-row {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  border-top: 1px solid #f8f8f8;
  align-items: center;
  font-size: 14px;
  color: #111827;
}

.product-ecosystem-section .pricing-row:first-child {
  border-top: none;
}

.product-ecosystem-section .pricing-header {
    background: #f8f8f8;
    font-weight: 600;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}

.product-ecosystem-section .pricing-cell {
  padding-right: 16px;
   padding: 14px 24px;
}

.pricing-row:nth-child(even):not(.pricing-header) {
  background: #ffffff;
}
/* ── Responsive ── */
@media (max-width: 768px) {
 
}

@media (max-width: 520px) {
  .product-ecosystem-section {
    padding: 56px 20px;
  }
  .pricing-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .pricing-cell {
    padding-right: 0;
  }
}
