.tw-heard {
  background: #fff;
  padding: 60px 56px 40px;
  font-family: "Poppins", sans-serif;
  color: #190750;
}
.tw-heard *, .tw-heard *::before, .tw-heard *::after {
  box-sizing: border-box;
}
.tw-heard .tw-heard-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.tw-heard-title,
.tw-heard h2.tw-heard-title {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.15;
  color: #190750;
  letter-spacing: -0.01em;
  margin: 0 0 44px;
  overflow-wrap: break-word;
}
.tw-heard .tw-heard-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}
.tw-heard .tw-heard-card {
  border-radius: 24px;
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.tw-heard .tw-heard-card.today {
  background: #F1F2F4;
}
.tw-heard .tw-heard-card.today .tw-heard-eyebrow {
  color: #6B7280;
}
.tw-heard .tw-heard-card.today .tw-heard-eyebrow .dot.today {
  background: #9CA3AF;
}
.tw-heard .tw-heard-card.agent {
  background: linear-gradient(135deg, #EFEEFF 0%, #E8E3FA 100%);
  border: 1px solid rgba(117, 38, 197, 0.1);
}
.tw-heard .tw-heard-card.agent .tw-heard-eyebrow {
  color: #3E5EE2;
}
.tw-heard .tw-heard-card.agent .tw-heard-eyebrow .dot.agent {
  background: #3E5EE2;
}
.tw-heard .tw-heard-eyebrow {
  font: 700 11px/1 "Poppins";
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
}
.tw-heard .tw-heard-eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.tw-heard .tw-heard-quote,
.tw-heard p.tw-heard-quote {
  font: 500 19px/1.45 "Poppins";
  color: #190750;
  margin: 0;
  letter-spacing: -0.005em;
}
.tw-heard .tw-heard-bullets,
.tw-heard ul.tw-heard-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tw-heard .tw-heard-bullets li,
.tw-heard ul.tw-heard-bullets li {
  position: relative;
  padding-left: 16px;
  font: 400 14px/1.5 "Poppins";
  color: #190750;
}
.tw-heard .tw-heard-bullets li::before,
.tw-heard ul.tw-heard-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7526C5;
}
.tw-heard .tw-heard-foot {
  margin-top: auto;
  padding-top: 14px;
  font: 400 12.5px/1.4 "Poppins";
  color: #190750;
  opacity: 0.65;
  letter-spacing: 0.005em;
}
.tw-heard .tw-heard-headline,
.tw-heard h3.tw-heard-headline {
  font: 600 22px/1.32 "Poppins";
  color: #190750;
  margin: 0;
  letter-spacing: -0.01em;
}
.tw-heard .tw-heard-body,
.tw-heard p.tw-heard-body {
  font: 400 14.5px/1.6 "Poppins";
  color: #190750;
  margin: 0;
}
.tw-heard .tw-heard-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.tw-heard .tw-heard-pill {
  background: #fff;
  border: 1px solid rgba(62, 94, 226, 0.18);
  font: 600 12.5px/1 "Poppins";
  color: #3E5EE2;
  padding: 8px 14px;
  border-radius: 999px;
}

@media (min-width: 1120px) {
  .tw-heard-title,
  .tw-heard h2.tw-heard-title {
    white-space: nowrap;
  }
}
@media (max-width: 900px) {
  .tw-heard {
    padding: 40px 24px 24px;
  }
  .tw-heard .tw-heard-title {
    margin-bottom: 32px;
  }
  .tw-heard .tw-heard-grid {
    grid-template-columns: 1fr;
  }
}
