/* CX Intelligence — Layout, tipografia e componentes das páginas de insights */

/* Hero insights: botão secundário legível no fundo escuro */
.binds-rebrand.binds-insightsPage .binds-pageHero--dark .binds-pageHero__actions .btn-outline,
.binds-rebrand.binds-insightsPage .binds-pageHero--dark a.btn-outline {
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.95) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.binds-rebrand.binds-insightsPage .binds-pageHero--dark .binds-pageHero__actions .btn-outline:hover,
.binds-rebrand.binds-insightsPage .binds-pageHero--dark a.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

/* ========== Página de insight (artigo) ========== */
.binds-rebrand .binds-insightArticle {
  --insight-prose: 680px;
  --insight-wide: 900px;
}

.binds-rebrand .binds-insightArticle .u-section {
  padding: 72px 0;
}

.binds-rebrand .binds-insightArticle .u-section:first-of-type {
  padding-top: 48px;
}

@media (max-width: 768px) {
  .binds-rebrand .binds-insightArticle .u-section {
    padding: 48px 0;
  }
}

/* Prose: largura ideal de leitura */
.binds-rebrand .binds-insightArticle .binds-insightProse {
  max-width: var(--insight-prose);
  margin: 0 auto;
}

.binds-rebrand .binds-insightArticle .binds-insightProse p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.25em;
  color: var(--binds-text);
}

.binds-rebrand .binds-insightArticle .binds-insightProse p:last-child {
  margin-bottom: 0;
}

.binds-rebrand .binds-insightArticle .binds-insightProse .binds-lead {
  font-size: 1.2rem;
  line-height: 1.75;
  color: var(--binds-text);
  font-weight: 500;
}

.binds-rebrand .binds-insightArticle .binds-insightProse .binds-list {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style: none;
}

.binds-rebrand .binds-insightArticle .binds-insightProse .binds-list li {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.6em;
  font-size: 1.05rem;
  line-height: 1.7;
}

.binds-rebrand .binds-insightArticle .binds-insightProse .binds-list li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--binds-primary);
}

/* Bloco largo: para tabelas e elementos que precisam de mais espaço */
.binds-rebrand .binds-insightArticle .binds-insightWide {
  max-width: var(--insight-wide);
  margin: 0 auto;
}

/* ========== Tabela EX Score — design moderno ========== */
.binds-rebrand .binds-exScoreTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--binds-radius-lg);
  overflow: hidden;
  box-shadow: var(--binds-shadow-md);
  background: var(--binds-surface);
  border: none !important;
}


.binds-rebrand .binds-exScoreTable thead {
  background: linear-gradient(135deg, var(--binds-primary) 0%, var(--binds-primary-600) 100%);
}

.binds-rebrand .binds-exScoreTable thead th {
  padding: 18px 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.binds-rebrand .binds-exScoreTable thead th:first-child {
  text-align: center;
  width: 56px;
}

.binds-rebrand .binds-exScoreTable thead th:nth-child(2) {
  text-align: left;
  padding-left: 24px;
}

.binds-rebrand .binds-exScoreTable thead th.binds-exScoreTable__exCol {
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
}

.binds-rebrand .binds-exScoreTable tbody tr {
  transition: background 0.2s ease;
}

.binds-rebrand .binds-exScoreTable tbody tr:nth-child(even) {
  background: rgba(103, 58, 183, 0.03);
}

.binds-rebrand .binds-exScoreTable tbody tr:hover {
  background: rgba(103, 58, 183, 0.06);
}

.binds-rebrand .binds-exScoreTable tbody td {
  padding: 18px 20px;
  font-size: 1rem;
  border-bottom: 1px solid var(--binds-border);
  text-align: center;
}

.binds-rebrand .binds-exScoreTable tbody td:first-child {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-exScoreTable tbody td:nth-child(2) {
  text-align: left;
  padding-left: 24px;
  font-weight: 600;
  color: var(--binds-text);
}

.binds-rebrand .binds-exScoreTable tbody td.binds-exScoreTable__exVal {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--binds-primary);
  background: rgba(103, 58, 183, 0.06);
}

.binds-rebrand .binds-exScoreTable tbody tr:last-child td {
  border-bottom: none;
}

/* Badge de posição (1º, 2º, 3º com destaque) */
.binds-rebrand .binds-exScoreTable tbody tr:nth-child(1) td:first-child {
  color: var(--binds-primary);
  font-weight: 850;
}

.binds-rebrand .binds-exScoreTable tbody tr:nth-child(2) td:first-child,
.binds-rebrand .binds-exScoreTable tbody tr:nth-child(3) td:first-child {
  color: var(--binds-primary-600);
}

/* Wrapper da tabela com responsividade */
.binds-rebrand .binds-exScoreTableWrap {
  margin: 2.5rem 0 2rem;
  border-radius: var(--binds-radius-lg);
  overflow: hidden;
}

/* ========== Tabela CSAT vs NPS — desalinhamento satisfação/recomendação ========== */
.binds-rebrand .binds-csatNpsTableWrap {
  margin: 2.5rem 0 2rem;
  border-radius: var(--binds-radius-lg);
  overflow: hidden;
}

.binds-rebrand .binds-csatNpsTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--binds-radius-lg);
  overflow: hidden;
  box-shadow: var(--binds-shadow-md);
  background: var(--binds-surface);
  border: none !important;
}

.binds-rebrand .binds-csatNpsTable__caption {
  caption-side: top;
  font-size: 0.9rem;
  color: var(--binds-text-2);
  padding: 0 0 1rem;
  text-align: left;
}

.binds-rebrand .binds-csatNpsTable thead {
  background: linear-gradient(135deg, var(--binds-primary) 0%, var(--binds-primary-600) 100%);
}

.binds-rebrand .binds-csatNpsTable thead th {
  padding: 14px 18px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.95);
  text-align: left;
}

.binds-rebrand .binds-csatNpsTable thead th.binds-csatNpsTable__csatCol,
.binds-rebrand .binds-csatNpsTable thead th.binds-csatNpsTable__npsCol {
  text-align: center;
  width: 90px;
}

.binds-rebrand .binds-csatNpsTable tbody tr {
  transition: background 0.2s ease;
}

.binds-rebrand .binds-csatNpsTable tbody tr:nth-child(even) {
  background: rgba(103, 58, 183, 0.02);
}

.binds-rebrand .binds-csatNpsTable tbody tr:hover {
  background: rgba(103, 58, 183, 0.05);
}

.binds-rebrand .binds-csatNpsTable tbody td {
  padding: 16px 18px;
  font-size: 1rem;
  border-bottom: 1px solid var(--binds-border);
}

.binds-rebrand .binds-csatNpsTable tbody td:first-child {
  font-weight: 600;
  color: var(--binds-text);
}

.binds-rebrand .binds-csatNpsTable__csatVal {
  text-align: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #0d9488;
  background: rgba(13, 148, 136, 0.08);
}

.binds-rebrand .binds-csatNpsTable__npsVal {
  text-align: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #b45309;
  background: rgba(180, 83, 9, 0.08);
}

.binds-rebrand .binds-csatNpsTable__badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.binds-rebrand .binds-csatNpsTable tbody tr td:nth-child(4) .binds-csatNpsTable__badge {
  background: rgba(103, 58, 183, 0.12);
  color: var(--binds-primary);
}

.binds-rebrand .binds-csatNpsTable__badge--alto {
  background: rgba(103, 58, 183, 0.12);
  color: var(--binds-primary);
}

.binds-rebrand .binds-csatNpsTable__badge--medio {
  background: rgba(180, 83, 9, 0.12);
  color: #b45309;
}

.binds-rebrand .binds-csatNpsTable__badge--baixo {
  background: rgba(13, 148, 136, 0.12);
  color: #0d9488;
}

.binds-rebrand .binds-csatNpsTable tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .binds-rebrand .binds-csatNpsTable thead th,
  .binds-rebrand .binds-csatNpsTable tbody td {
    padding: 12px 14px;
    font-size: 0.9rem;
  }
}

.binds-rebrand .binds-exScoreTableWrap .table-responsive {
  border-radius: var(--binds-radius-lg);
}

@media (max-width: 768px) {
  .binds-rebrand .binds-exScoreTable thead th,
  .binds-rebrand .binds-exScoreTable tbody td {
    padding: 14px 12px;
    font-size: 0.9rem;
  }

  .binds-rebrand .binds-exScoreTable thead th:nth-child(2),
  .binds-rebrand .binds-exScoreTable tbody td:nth-child(2) {
    padding-left: 16px;
  }
}

/* ========== Seção Sobre (Intro) — bloco de texto ========== */
.binds-rebrand .binds-insightsIntro {
  padding: 80px 0 72px;
}

.binds-rebrand .binds-insightsIntro__content {
  max-width: 720px;
  margin: 0 auto;
}

.binds-rebrand .binds-insightsIntro__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--binds-text);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.binds-rebrand .binds-insightsIntro__subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--binds-primary);
  margin: 0 0 1.5rem;
}

.binds-rebrand .binds-insightsIntro__lead {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 600;
  color: var(--binds-text);
  margin: 0 0 1.5rem;
}

.binds-rebrand .binds-insightsIntro__body p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.1em;
  color: var(--binds-text);
}

.binds-rebrand .binds-insightsIntro__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .binds-rebrand .binds-insightsIntro__title {
    font-size: 1.25rem;
  }

  .binds-rebrand .binds-insightsIntro__lead {
    font-size: 1.1rem;
  }
}

/* ========== Seção Como analisamos — cards de métricas ========== */
.binds-rebrand .binds-insightsMetrics {
  background: linear-gradient(180deg, var(--binds-surface-2) 0%, var(--binds-bg) 100%);
  padding: 80px 0 72px;
}

.binds-rebrand .binds-insightsMetrics__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.binds-rebrand .binds-insightsMetrics__kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--binds-primary);
  margin-bottom: 0.75rem;
}

.binds-rebrand .binds-insightsMetrics__header .binds-h2 {
  margin-bottom: 0.5em;
}

.binds-rebrand .binds-insightsMetrics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.binds-rebrand .binds-insightsMetricCard {
  background: var(--binds-surface);
  border-radius: var(--binds-radius-lg);
  padding: 32px 28px;
  text-align: center;
  box-shadow: var(--binds-shadow-sm);
  border: 1px solid var(--binds-border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.binds-rebrand .binds-insightsMetricCard:hover {
  transform: translateY(-4px);
  box-shadow: var(--binds-shadow-md);
}

.binds-rebrand .binds-insightsMetricCard__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  background: rgba(103, 58, 183, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--binds-primary);
}

.binds-rebrand .binds-insightsMetricCard__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--binds-text);
  margin: 0 0 8px;
}

.binds-rebrand .binds-insightsMetricCard__desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--binds-text-2);
  margin: 0;
}

.binds-rebrand .binds-insightsExScore {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(103, 58, 183, 0.08) 0%, rgba(0, 170, 167, 0.06) 100%);
  border: 2px solid rgba(103, 58, 183, 0.2);
  border-radius: var(--binds-radius-lg);
  padding: 36px 44px;
  position: relative;
}

.binds-rebrand .binds-insightsExScore__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--binds-primary);
  background: rgba(103, 58, 183, 0.15);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.binds-rebrand .binds-insightsExScore p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
  color: var(--binds-text);
}

@media (max-width: 900px) {
  .binds-rebrand .binds-insightsMetrics__grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Seção Dados recentes — cards visuais ========== */
.binds-rebrand .binds-insightsData {
  padding: 80px 0 72px;
}

.binds-rebrand .binds-insightsData__header {
  text-align: center;
  margin-bottom: 48px;
}

.binds-rebrand .binds-insightsData__kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--binds-primary);
  margin-bottom: 0.75rem;
}

.binds-rebrand .binds-insightsData__header .binds-h2 {
  margin-bottom: 0.5em;
}

/* Lista de dados — design limpo */
.binds-rebrand .binds-insightsDataList {
  max-width: 720px;
  margin: 0 auto 48px;
  background: var(--binds-surface);
  border-radius: var(--binds-radius-lg);
  box-shadow: var(--binds-shadow-md);
  border: 1px solid var(--binds-border);
  overflow: hidden;
}

.binds-rebrand .binds-insightsDataItem {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid var(--binds-border);
  min-height: 72px;
}

.binds-rebrand .binds-insightsDataItem:last-child {
  border-bottom: none;
}

.binds-rebrand .binds-insightsDataItem:nth-child(even) {
  background: rgba(103, 58, 183, 0.02);
}

.binds-rebrand .binds-insightsDataItem__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(103, 58, 183, 0.08);
  color: var(--binds-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.binds-rebrand .binds-insightsDataItem:nth-child(1) .binds-insightsDataItem__icon { background: rgba(0, 170, 167, 0.12); color: var(--binds-teal); }
.binds-rebrand .binds-insightsDataItem:nth-child(2) .binds-insightsDataItem__icon { background: rgba(103, 58, 183, 0.12); color: var(--binds-primary); }
.binds-rebrand .binds-insightsDataItem:nth-child(3) .binds-insightsDataItem__icon { background: rgba(237, 77, 127, 0.1); color: var(--binds-accent); }
.binds-rebrand .binds-insightsDataItem:nth-child(4) .binds-insightsDataItem__icon { background: rgba(212, 160, 23, 0.12); color: #b8860b; }

.binds-rebrand .binds-insightsDataItem__content {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 24px;
}

.binds-rebrand .binds-insightsDataItem__label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--binds-text);
}

.binds-rebrand .binds-insightsDataItem__value {
  font-size: 1.5rem;
  font-weight: 850;
  color: var(--binds-primary);
  margin-left: auto;
}

.binds-rebrand .binds-insightsDataItem:nth-child(1) .binds-insightsDataItem__value { color: var(--binds-teal); }
.binds-rebrand .binds-insightsDataItem:nth-child(2) .binds-insightsDataItem__value { color: var(--binds-primary); }
.binds-rebrand .binds-insightsDataItem:nth-child(3) .binds-insightsDataItem__value { color: var(--binds-accent); }
.binds-rebrand .binds-insightsDataItem:nth-child(4) .binds-insightsDataItem__value { color: #b8860b; }

/* Item destaque (tendência) */
.binds-rebrand .binds-insightsDataItem--highlight {
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(103, 58, 183, 0.06) 0%, rgba(0, 170, 167, 0.04) 100%);
}

.binds-rebrand .binds-insightsDataItem--highlight .binds-insightsDataItem__content {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.binds-rebrand .binds-insightsDataItem--highlight .binds-insightsDataItem__label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--binds-primary);
}

.binds-rebrand .binds-insightsDataItem--highlight .binds-insightsDataItem__icon {
  background: rgba(103, 58, 183, 0.12);
  color: var(--binds-primary);
}

.binds-rebrand .binds-insightsDataItem__text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--binds-text);
  margin: 0;
}

.binds-rebrand .binds-insightsData__cta {
  text-align: center;
}

@media (max-width: 600px) {
  .binds-rebrand .binds-insightsDataItem {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 20px 24px;
  }

  .binds-rebrand .binds-insightsDataItem__icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .binds-rebrand .binds-insightsDataItem__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .binds-rebrand .binds-insightsDataItem__value {
    margin-left: 0;
  }
}

/* ========== Artigo insight — callout e refinamentos ========== */
.binds-rebrand .binds-insightArticle .binds-insightProse--lead {
  margin-bottom: 2rem;
}

.binds-rebrand .binds-insightCallout {
  background: linear-gradient(135deg, rgba(103, 58, 183, 0.06) 0%, rgba(103, 58, 183, 0.02) 100%);
  border-left: 4px solid var(--binds-primary);
  border-radius: 0 var(--binds-radius-md) var(--binds-radius-md) 0;
  padding: 28px 32px;
  margin: 2rem 0;
}

.binds-rebrand .binds-insightCallout__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--binds-text);
}

.binds-rebrand .binds-insightCallout__desc {
  font-size: 1rem;
  color: var(--binds-text-2);
  margin: 0 0 1rem;
}

.binds-rebrand .binds-insightCallout__list {
  margin: 0;
  padding-left: 1.25em;
  list-style: none;
}

.binds-rebrand .binds-insightCallout__list li {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.4em;
  font-size: 1rem;
  line-height: 1.6;
}

.binds-rebrand .binds-insightCallout__list li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--binds-primary);
}

/* ========== Página principal de Insights ========== */
.binds-rebrand .binds-insightsPage .u-section--alt {
  background: transparent;
}

.binds-rebrand .binds-insightsPage .binds-sectionHead {
  margin-bottom: 40px;
}

.binds-rebrand .binds-insightsPage .binds-sectionHead .binds-h2 {
  margin-bottom: 0.5em;
}

/* Seção Últimos insights — header alinhado */
.binds-rebrand .binds-insightsLatest__header {
  margin-bottom: 40px;
}

.binds-rebrand .binds-insightsLatest__kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--binds-primary);
  margin-bottom: 0.5rem;
}

/* ========== Hub — lista de conteúdos ========== */
.binds-rebrand .binds-insightsHub {
  padding: 64px 0 80px;
}

.binds-rebrand .binds-insightsHub__header {
  text-align: center;
  margin-bottom: 40px;
}

.binds-rebrand .binds-insightsHub__kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--binds-primary);
  margin-bottom: 0.5rem;
}

.binds-rebrand .binds-insightsHub__header .binds-h2 {
  margin-bottom: 0.4em;
}

.binds-rebrand .binds-insightsHub__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.binds-rebrand .binds-insightsHubCard {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 28px;
  align-items: start;
  background: var(--binds-surface);
  border-radius: var(--binds-radius-lg);
  padding: 28px 32px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--binds-border);
  box-shadow: var(--binds-shadow-sm);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  overflow: hidden;
  position: relative;
}

.binds-rebrand .binds-insightsHubCard:hover {
  box-shadow: var(--binds-shadow-md);
  border-color: rgba(103, 58, 183, 0.25);
  transform: translateY(-2px);
}

.binds-rebrand .binds-insightsHubCard__number {
  font-size: 1rem;
  font-weight: 800;
  color: var(--binds-primary);
  opacity: 0.8;
}

/* Borda lateral esquerda — forma orgânica com borda curva, cores variadas, sem sobrepor texto */
.binds-rebrand .binds-insightsHubCard__shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  border-radius: var(--binds-radius-lg) 0 0 var(--binds-radius-lg);
  z-index: 0;
}

.binds-rebrand .binds-insightsHubCard__shape--bar1 {
  background: #b8a9d4;
  border-radius: var(--binds-radius-lg) 38% 62% 0 / var(--binds-radius-lg) 42% 58% 0;
}

.binds-rebrand .binds-insightsHubCard__shape--bar2 {
  background: #7ec8c4;
  border-radius: var(--binds-radius-lg) 62% 38% 0 / var(--binds-radius-lg) 58% 42% 0;
}

.binds-rebrand .binds-insightsHubCard__number,
.binds-rebrand .binds-insightsHubCard__body {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-insightsHubCard__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.binds-rebrand .binds-insightsHubCard__meta {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--binds-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.binds-rebrand .binds-insightsHubCard__title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--binds-text);
}

.binds-rebrand .binds-insightsHubCard__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--binds-text-2);
  margin: 0;
}

@media (max-width: 768px) {
  .binds-rebrand .binds-insightsHubCard {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .binds-rebrand .binds-insightsHubCard__number {
    order: -1;
  }

  .binds-rebrand .binds-insightsHubCard__shape {
    width: 14px;
  }
}
