
/* BizKickoff v1.9: Executive typography and credibility refinements */
.premium-chat,
.premium-chat button,
.premium-chat textarea,
.premium-chat input {
  font-family: "Manrope", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.premium-chat .bubble {
  font-weight: 450;
  line-height: 1.68;
  letter-spacing: -0.006em;
}
.premium-chat .bubble strong {
  font-weight: 700;
  letter-spacing: -0.014em;
}
.premium-chat .chat-top strong {
  font-weight: 750;
  letter-spacing: -0.018em;
}
.premium-chat .chat-top small,
.premium-chat .chat-tools,
.premium-chat .fine {
  letter-spacing: .005em;
}
.premium-composer textarea {
  font-weight: 450;
  letter-spacing: -0.005em;
}
.trust-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 11px;
  max-width: 590px;
}
.trust-list span {
  line-height: 1.35;
}
@media (max-width:1050px) {
  .trust-list {
    width: min(100%, 620px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width:700px) {
  .trust-list {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 330px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
