.trust-line .wrap {
  min-height: 88px;
}

.trust-line span {
  color: #626970;
  font-size: 15px;
  font-weight: 500;
}

.trust-line span:not(:last-child)::after {
  top: 9px;
  width: 4px;
  height: 4px;
}

@media (max-width: 560px) {
  .trust-line span {
    font-size: 13px;
  }
}

.channels span {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.channels i {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid #c9cdd0;
  border-radius: 50%;
  background: #ffffff;
  color: #3f464b;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-window .window-bar {
  font-size: 14px;
}

.product-window .window-heading small,
.product-window .demo-label {
  font-size: 11px;
}

.product-window .match {
  font-size: 12px;
  padding: 6px 10px;
}

.product-window .person-row strong {
  font-size: 14px;
}

.product-window .person-row p {
  font-size: 12px;
}

.product-window .reason-head {
  font-size: 12px;
}

.product-window .reason-card li {
  font-size: 12px;
  margin: 10px 0;
}

.product-window .message-preview span {
  font-size: 11px;
}

.product-window .message-preview p {
  font-size: 13px;
  line-height: 1.55;
}

.product-window .product-btn {
  padding: 13px 14px;
  font-size: 13px;
}

.hero h1 {
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.08;
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 36px;
  }
}
