.mo-home-compare {
  --mo-home-compare-bg: #ececec;
  --mo-home-compare-line: #2f2f2f;
  --mo-home-compare-section: #d1d1d1;
  --mo-home-compare-text: #1f1f1f;
  --mo-home-compare-muted: #7d7d7d;
  --mo-home-compare-grad: radial-gradient(113.31% 234.42% at 100% 0%, #7ade80 0%, #00c4ff 100%);

  max-width: 980px;
  margin: 0 auto;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--mo-home-compare-text);
}

.mo-home-compare,
.mo-home-compare * {
  box-sizing: border-box;
}

.mo-home-compare__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mo-home-compare__title-accent,
.mo-home-compare__accent {
  color: #15bcfc;
}

.mo-home-compare__subtitle {
  margin: 0 20px 34px;
  text-align: center;
  font-size: clamp(15px, 1.6vw, 18px);
  color: #555;
}

.mo-home-compare__table-wrap {
  border: 3px solid var(--mo-home-compare-line);
  border-radius: 30px;
  overflow: hidden;
  background: #eff4ff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  padding-bottom: 30px;
  margin: 0 10px;
}

.mo-home-compare__table {
  width: 100%;
  border-collapse: collapse;
}

.mo-home-compare__head-cell {
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  color: var(--mo-home-compare-muted);
  padding: 14px 16px;
  text-align: center;
  background: #eff4ff;
}

.mo-home-compare__head-cell:first-child {
  width: 56%;
  text-align: left;
  color: transparent;
  user-select: none;
}

.mo-home-compare__feature-row:nth-child(odd) td {
  background: #eff4ff;
}

.mo-home-compare__feature-row:nth-child(even) td {
  background: #fff;
}

.mo-home-compare__cell {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.25;
  vertical-align: middle;
}

.mo-home-compare__cell:nth-child(2),
.mo-home-compare__cell:nth-child(3) {
  text-align: center;
  width: 22%;
}

.mo-home-compare__section-row td {
  background:#eff4ff !important;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 22px);
  padding: 12px 16px;
}

.mo-home-compare__hidden-row {
  display: none;
}

.mo-home-compare__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(22px, 1.8vw, 30px);
  height: clamp(22px, 1.8vw, 30px);
  border-radius: 999px;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 700;
  line-height: 1;
}

.mo-home-compare__badge--yes {
  border: 2px solid transparent;
  background:
    linear-gradient(#f0f0f0, #f0f0f0) padding-box,
    var(--mo-home-compare-grad) border-box;
  color: #15bcfc;
}

.mo-home-compare__badge--no {
  border: 2px solid #b8b8b8;
  color: #a2a2a2;
  background: #ededed;
}

.mo-home-compare__cta {
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#efefef, #efefef) padding-box,
    var(--mo-home-compare-grad) border-box;
  color: #f19033;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin: -36px auto 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: fit-content;
  line-height: 1;
}

.mo-home-compare__cta-text,
.mo-home-compare__cta-arrow {
  background: var(--mo-home-compare-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mo-home-compare__cta-arrow {
  font-size: 1.05em;
  transition: transform 0.22s ease;
}

.mo-home-compare--expanded .mo-home-compare__cta-arrow {
  transform: rotate(90deg);
}

@media (max-width: 760px) {
  .mo-home-compare__table-wrap {
    border-radius: 20px;
  }

  .mo-home-compare__cell {
    padding: 10px 8px;
  }

  .mo-home-compare__head-cell {
    padding: 10px 8px;
  }

  .mo-home-compare__cta {
    min-height: 50px;
    padding: 8px 20px;
    margin-top: -28px;
  }
}
