/* Trust bar, Why use us, Hosting compare */

.slp-kind-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--kind-bg, #eef2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.slp-kind-icon svg,
.slp-kind-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.slp-kind-icon__free {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1d4ed8;
}

.slp-trust-bar__check {
  color: #3ddc97;
  display: inline-flex;
  flex-shrink: 0;
}

.slp-trust-bar {
  background: #fff;
  border-bottom: 1px solid #e8eaed;
  padding: 18px 20px;
}
.slp-trust-bar__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 24px;
}
.slp-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

.slp-why-us,
.slp-host-compare {
  background: #faf9f6;
  padding: 72px 20px;
}
.slp-why-us__inner,
.slp-host-compare__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.slp-why-us__header,
.slp-host-compare__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px;
}
.slp-why-us__eyebrow,
.slp-host-compare__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e67a2d;
}
.slp-why-us__title,
.slp-host-compare__title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}
.slp-why-us__subtitle,
.slp-host-compare__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #64748b;
}

.slp-why-us__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.slp-why-us__card,
.slp-host-compare__card {
  background: #fff;
  border-radius: 14px;
  padding: 24px 22px 26px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.slp-why-us__card-title,
.slp-host-compare__card-title {
  margin: 16px 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}
.slp-why-us__card-desc,
.slp-host-compare__card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

.slp-why-us__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 36px;
  margin-top: 40px;
}
.slp-why-us__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.slp-host-compare__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

.slp-host-compare__table-wrap {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}
.slp-host-compare__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.slp-host-compare__table th,
.slp-host-compare__table td {
  padding: 16px 18px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #eef0f3;
}
.slp-host-compare__table thead th {
  font-weight: 700;
  color: #0f172a;
  background: #fff;
}
.slp-host-compare__table thead th.is-highlight {
  background: #0a1121;
  color: #fff;
}
.slp-host-compare__table tbody th {
  font-weight: 700;
  color: #0f172a;
  width: 18%;
  background: #fff;
}
.slp-host-compare__table tbody tr:nth-child(even) th,
.slp-host-compare__table tbody tr:nth-child(even) td {
  background: #f8fafc;
}
.slp-host-compare__table tbody tr:nth-child(even) td.is-highlight-col {
  background: #f1f5f9;
}
.slp-host-compare__table tbody tr:last-child th,
.slp-host-compare__table tbody tr:last-child td {
  border-bottom: 0;
}
.slp-host-compare__table td {
  color: #334155;
}
.slp-host-compare__note {
  font-style: italic;
  font-weight: 400;
  color: #94a3b8;
}
.slp-host-compare__badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  vertical-align: middle;
  color: #fff;
  background: #22c55e;
}
.slp-host-compare__badge--value {
  background: #14b8a6;
}
.slp-host-compare__footer {
  margin: 28px 0 0;
  text-align: center;
  font-size: 14px;
  color: #64748b;
}
.slp-host-compare__footer a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .slp-why-us__grid,
  .slp-host-compare__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .slp-why-us,
  .slp-host-compare {
    padding: 52px 16px;
  }
  .slp-why-us__grid,
  .slp-host-compare__cards {
    grid-template-columns: 1fr;
  }
  .slp-trust-bar__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
