.talkbot-proof-section {
  position: relative;
  overflow: hidden;
  background-color: #c8dced !important;
  background-image: url("../assets/talkbot-roi-gradient.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.talkbot-proof-section::before,
.talkbot-proof-section::after {
  display: none !important;
  background: none !important;
  content: none !important;
}

.talkbot-proof-section .product-proof-grid {
  position: relative;
  z-index: 1;
}

.talkbot-proof-section .product-proof-copy h2 {
  color: #102c4c !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.talkbot-proof-section .product-metric-grid {
  gap: 0;
  grid-template-rows: auto auto auto;
  border-top: 1px solid rgba(16, 44, 76, 0.28);
  border-bottom: 1px solid rgba(16, 44, 76, 0.28);
}

.talkbot-proof-section .product-metric-grid article {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  align-content: start;
  border-radius: 0;
  border-right: 1px solid rgba(16, 44, 76, 0.28);
  background: rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
}

.talkbot-proof-section .product-metric-grid article:last-child {
  border-right: 0;
}

.talkbot-proof-section .product-metric-grid span {
  color: #163a61 !important;
  font-weight: 600;
}

.talkbot-proof-section .product-metric-grid strong {
  color: #0b294a !important;
  font-weight: 520;
  white-space: normal;
}

.talkbot-proof-section .product-metric-grid article:nth-child(1) strong,
.talkbot-proof-section .product-metric-grid article:nth-child(2) strong {
  font-size: 62px;
  font-weight: 300;
  line-height: 0.9;
}

.talkbot-proof-section .product-metric-grid article:nth-child(3) strong,
.talkbot-proof-section .product-metric-grid article:nth-child(4) strong {
  font-size: 32px;
  line-height: 1.1;
}

.talkbot-proof-section .product-metric-grid p {
  color: rgba(10, 38, 68, 0.82) !important;
  font-weight: 430;
}

@media (max-width: 980px) {
  .talkbot-proof-section .product-metric-grid {
    border-bottom: 0;
  }

  .talkbot-proof-section .product-metric-grid article,
  .talkbot-proof-section .product-metric-grid article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 44, 76, 0.24);
  }

  .talkbot-proof-section .product-metric-grid article:nth-child(1) strong,
  .talkbot-proof-section .product-metric-grid article:nth-child(2) strong {
    font-size: 44px;
  }

  .talkbot-proof-section .product-metric-grid article:nth-child(3) strong,
  .talkbot-proof-section .product-metric-grid article:nth-child(4) strong {
    font-size: 26px;
  }
}

/* ── Talkbot pillar cards ── */
.talkbot-pillars-section {
  padding-top: 96px !important;
  padding-bottom: 104px !important;
}
.talkbot-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.talkbot-pillar-card {
  display: flex;
  flex-direction: column;
}
.talkbot-pillar-visual {
  aspect-ratio: 284 / 368;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talkbot-pillar-visual svg {
  width: 100%;
  height: 100%;
}
.talkbot-pillar-visual--calls {
  background: linear-gradient(to bottom, #c8dced, #e6eef5);
}
.talkbot-pillar-visual--outreach {
  background: linear-gradient(to bottom, #d4dccf, #eef1eb);
}
.talkbot-pillar-visual--elastic {
  background: linear-gradient(to bottom, #d6c4a8, #efe7db);
}
.talkbot-pillar-visual--roi {
  background: linear-gradient(to bottom, #f0c49e, #f8e4d0);
}
.talkbot-pillar-text {
  padding: 20px 4px 0;
}
.talkbot-pillar-text h3 {
  margin: 0 0 14px;
  font-family: var(--display, 'IBM Plex Sans', sans-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  color: #13202a;
}
.talkbot-pillar-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #716f6c;
}

@media (max-width: 1100px) {
  .talkbot-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .talkbot-pillars-section {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
  }
  .talkbot-pillars-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
