.mm-membrify .solutions-section {
  padding: 120px 0 110px;
  background: #F8F9FA;
}

.mm-membrify .hyk-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 40px;
}

.mm-membrify .solutions-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.mm-membrify .solutions-section-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;
}

.mm-membrify .solutions-section-title {
  font-size: 38px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 6px 0;
  line-height: 54px;
}

.mm-membrify .solutions-section-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;
}

/* ── Ready-Built Products Card ── */

.mm-membrify .products-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #E2E8F0;
}

.mm-membrify .products-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 11px;
  line-height: 27px;
}

/* ── Product List ── */

.mm-membrify .product-list {
  list-style: none;
  margin: 11px 0 0 0;
  padding: 0;
}

.mm-membrify .product-item {
  padding: 10px 0;
  border-bottom: 1px solid #F3F4F6;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.80);
  line-height: 22px;
  list-style-type: none;
  font-weight: 400;
}

.mm-membrify .product-name {
  font-weight: 700;
}

.mm-membrify .product-item:before {
  display: none;
}

.mm-membrify .product-desc {
  color: #555;
}

.mm-membrify .products-card__more {
  padding: 10px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.80);
  line-height: 22px;
  list-style-type: none;
  font-weight: 400;
  margin: 0 0 11px;
}

.mm-membrify .products-card__note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.80);
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

/* ── Buttons ── */

.mm-membrify .hyk-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 50px; 
}

.mm-membrify a.hyk-bn-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  line-height: 1;
  align-self: flex-start;
  white-space: nowrap;
  text-decoration: none;
  border: 2px solid #0A0A0A;
  color: #0A0A0A;
}

.mm-membrify a.hyk-bn-btn-dark {
  background: #111827;
  color: #ffffff;
}

.mm-membrify a.hyk-bn-btn.hyk-bn-btn--dark {
  background: #000;
  color: #fff;
}

.mm-membrify a.hyk-bn-btn svg {
  vertical-align: middle;
  margin-top: 3px;
}

.mm-membrify a.hyk-bn-btn--dark svg path {
  fill: #ffffff;
}

.mm-membrify a.hyk-bn-btn.hyk-btn--outline {
  color: #0A0A0A;
}

.mm-membrify a.hyk-bn-btn:hover { 
  text-decoration: none;
  background: #272727;
  border-color: #272727;
  color: #fff;
}

.mm-membrify a.hyk-bn-btn svg { 
  transition: all ease-in-out 0.2s;
}

.mm-membrify a.hyk-bn-btn:hover svg {
  transform: translateX(5px);
}

.mm-membrify a.hyk-bn-btn:hover svg path {
  fill: #fff;
}

/* ── Responsive ── */

@media (max-width: 900px) {
  .mm-membrify .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .mm-membrify .solutions-section {
    padding: 56px 20px;
  }

  .mm-membrify .solutions-grid {
    grid-template-columns: 1fr;
  }
}
