/* binds Cases — Hub e páginas de case study (estilo Medallia) */

.binds-rebrand.binds-casesPage .binds-pageHero--dark .binds-pageHero__actions .btn-outline,
.binds-rebrand.binds-casesPage .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;
}

/* ========== Hub ========== */
.binds-rebrand .binds-casesHub {
  padding: 64px 0 80px;
}

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

.binds-rebrand .binds-casesHub__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-casesFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 36px;
}

.binds-rebrand .binds-casesFilter__btn {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--binds-border);
  background: var(--binds-surface);
  color: var(--binds-text-2);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.binds-rebrand .binds-casesFilter__btn:hover {
  border-color: rgba(103, 58, 183, 0.3);
  color: var(--binds-primary);
}

.binds-rebrand .binds-casesFilter__btn--active {
  background: var(--binds-primary);
  border-color: var(--binds-primary);
  color: #fff;
}

.binds-rebrand .binds-casesGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.binds-rebrand .binds-casesCard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--binds-surface);
  border-radius: var(--binds-radius-lg);
  padding: 28px 28px 24px;
  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;
  min-height: 220px;
}

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

.binds-rebrand .binds-casesCard__shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  z-index: 0;
}

.binds-rebrand .binds-casesCard__shape--bar1 { background: #b8a9d4; }
.binds-rebrand .binds-casesCard__shape--bar2 { background: #7ec8c4; }

.binds-rebrand .binds-casesCard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-casesCard__logo {
  max-height: 40px;
  max-width: 140px;
  object-fit: contain;
}

.binds-rebrand .binds-casesCard__logoMark {
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--binds-text);
  line-height: 1.1;
  max-width: 140px;
}

.binds-rebrand .binds-casesCard__logoText {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--binds-text);
}

.binds-rebrand .binds-casesCard__industry {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--binds-primary);
  background: rgba(103, 58, 183, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.binds-rebrand .binds-casesCard__title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--binds-text);
  margin: 0;
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-casesCard__text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--binds-text-2);
  margin: 0;
  flex: 1;
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-casesCard__cta {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--binds-primary);
  position: relative;
  z-index: 1;
}

/* ========== Página de case ========== */
.binds-rebrand .binds-caseStudy {
  padding-bottom: 0;
}

.binds-rebrand.binds-casesPage .binds-pageHero--dark {
  padding-bottom: 56px;
}

.binds-rebrand .binds-caseMetricsBand {
  background: #fff;
  border-bottom: none;
  padding: 48px 0 0;
}

.binds-rebrand .binds-caseMetrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.binds-rebrand .binds-caseMetric {
  background: #fff;
  border: none;
  border-right: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 32px 24px;
  text-align: center;
  box-shadow: none;
}

.binds-rebrand .binds-caseMetric:last-child {
  border-right: none;
}

.binds-rebrand .binds-caseMetric__value {
  display: block;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 850;
  color: var(--binds-primary);
  line-height: 1;
  letter-spacing: -0.03em;
}

.binds-rebrand .binds-caseMetric__label {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--binds-text-2);
  line-height: 1.45;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.binds-rebrand .binds-caseLogoBand {
  background: #fff;
  padding: 40px 0 56px;
}

.binds-rebrand .binds-caseLogoStage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 72px;
  background: #eceef1;
  border-radius: 20px;
}

.binds-rebrand .binds-caseLogoStage__img {
  display: block;
  max-height: 112px;
  max-width: min(420px, 80vw);
  width: auto;
  height: auto;
  object-fit: contain;
}

.binds-rebrand .binds-caseLogoStage__mark {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  color: #0f172a;
  text-align: center;
  line-height: 1.05;
  max-width: 16ch;
}

.binds-rebrand .binds-caseQuoteSection {
  padding-top: 0;
  padding-bottom: 64px;
  background: #fff;
}

.binds-rebrand .binds-caseQuote {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
}

.binds-rebrand .binds-caseQuote__text {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  line-height: 1.6;
  font-weight: 500;
  color: var(--binds-text);
  margin: 0 0 20px;
  font-style: normal;
}

.binds-rebrand .binds-caseQuote__text::before {
  content: "\201C";
}

.binds-rebrand .binds-caseQuote__text::after {
  content: "\201D";
}

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

.binds-rebrand .binds-caseQuote__role {
  font-size: 0.85rem;
  color: var(--binds-text-2);
  margin: 2px 0 0;
}

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

.binds-rebrand .binds-caseSection__kicker {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--binds-primary);
  margin-bottom: 8px;
}

.binds-rebrand .binds-caseSection h2 {
  font-size: 1.75rem;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--binds-text);
}

.binds-rebrand .binds-caseSection p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--binds-text);
  margin: 0 0 1em;
}

.binds-rebrand .binds-caseResultsList {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.binds-rebrand .binds-caseResultsList li {
  position: relative;
  padding: 14px 16px 14px 40px;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--binds-text);
  background: linear-gradient(135deg, rgba(103, 58, 183, 0.06), rgba(103, 58, 183, 0.02));
  border: 1px solid rgba(103, 58, 183, 0.12);
  border-radius: var(--binds-radius-md, 10px);
}

.binds-rebrand .binds-caseResultsList li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 1.15em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--binds-primary);
  transform: translateY(-50%);
}

.binds-rebrand .binds-caseActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

.binds-rebrand .binds-caseCta {
  padding: 48px 0;
  background: linear-gradient(135deg, rgba(103, 58, 183, 0.08), rgba(103, 58, 183, 0.03));
  text-align: center;
}

.binds-rebrand .binds-caseCta h2 {
  font-size: 1.5rem;
  font-weight: 850;
  margin: 0 0 12px;
}

.binds-rebrand .binds-caseCta p {
  color: var(--binds-text-2);
  margin: 0 0 24px;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.binds-rebrand .binds-caseNpsAttribution {
  padding: 20px 0 40px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.binds-rebrand .binds-caseNpsAttribution__text {
  margin: 0 auto;
  max-width: 72ch;
  font-size: 12px;
  line-height: 1.55;
  color: var(--binds-text-2);
}

@media (max-width: 768px) {
  .binds-rebrand .binds-caseMetricsBand {
    padding: 32px 0 0;
  }

  .binds-rebrand .binds-caseMetrics {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .binds-rebrand .binds-caseMetric {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 20px;
  }

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

  .binds-rebrand .binds-caseLogoBand {
    padding: 28px 0 40px;
  }

  .binds-rebrand .binds-caseLogoStage {
    min-height: 140px;
    padding: 40px 28px;
    border-radius: 16px;
  }

  .binds-rebrand .binds-caseLogoStage__img {
    max-height: 80px;
  }

  .binds-rebrand .binds-casesGrid {
    grid-template-columns: 1fr;
  }

  .binds-rebrand .binds-caseQuote {
    padding: 24px 20px;
  }

  .binds-rebrand .binds-caseQuote__text {
    font-size: 1.05rem;
  }
}
