/* binds.co rebrand components (phase 1) */

/* Layout helpers */
.binds-rebrand .u-container {
  width: 100%;
  max-width: var(--binds-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--binds-gutter);
  padding-right: var(--binds-gutter);
}

.binds-rebrand .u-surface {
  background: var(--binds-surface);
  border: 1px solid var(--binds-border);
  border-radius: var(--binds-radius-lg);
  box-shadow: var(--binds-shadow-md);
}

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

/* Breadcrumb */
.binds-rebrand .binds-breadcrumb {
  background: rgba(15, 23, 42, 0.03);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.binds-rebrand .binds-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  gap: 0;
  font-size: 0.9rem;
}
.binds-rebrand .binds-breadcrumb__item {
  display: flex;
  align-items: center;
}
.binds-rebrand .binds-breadcrumb__item + .binds-breadcrumb__item::before {
  content: "/";
  color: var(--binds-text-2, #64748b);
  padding: 0 10px;
  font-weight: 400;
  pointer-events: none;
}
.binds-rebrand .binds-breadcrumb__item a {
  color: var(--binds-primary, #3b82f6);
  text-decoration: none;
  font-weight: 600;
}
.binds-rebrand .binds-breadcrumb__item a:hover {
  text-decoration: underline;
}
.binds-rebrand .binds-breadcrumb__item--active {
  color: var(--binds-text-2, #64748b);
  font-weight: 600;
}

/* Typography */
.binds-rebrand h1,
.binds-rebrand h2,
.binds-rebrand h3,
.binds-rebrand h4 {
  letter-spacing: -0.02em;
  color: var(--binds-text);
}

.binds-rebrand .lead {
  color: var(--binds-text-2) !important;
}

/* Home system (sections, headings, building blocks) */
.binds-rebrand .binds-home-section {
  position: relative;
}

.binds-rebrand .binds-home-section--ai {
  background:
    radial-gradient(900px 520px at 18% 20%, rgba(var(--binds-primary-rgb), 0.35), transparent 60%),
    radial-gradient(900px 520px at 86% 28%, rgba(var(--binds-teal-rgb), 0.24), transparent 62%),
    radial-gradient(780px 520px at 70% 90%, rgba(var(--binds-accent-rgb), 0.18), transparent 64%),
    #070a13;
  color: rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-kicker--contrast {
  color: rgba(255, 255, 255, 0.72);
}

/* AI - Insights & Reports (resignificado) */
.binds-rebrand .binds-aiGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.binds-rebrand .binds-aiCard {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(520px 220px at 18% 22%, rgba(var(--binds-primary-rgb), 0.22), transparent 60%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  padding: 14px 14px 12px;
}

.binds-rebrand .binds-aiCard__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.binds-rebrand .binds-aiCard__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  flex: none;
}
.binds-rebrand .binds-aiCard__icon--teal {
  background: rgba(var(--binds-teal-rgb), 0.14);
  border-color: rgba(var(--binds-teal-rgb), 0.22);
}
.binds-rebrand .binds-aiCard__icon--accent {
  background: rgba(var(--binds-accent-rgb), 0.14);
  border-color: rgba(var(--binds-accent-rgb), 0.22);
}

.binds-rebrand .binds-aiCard__head b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02rem;
}

.binds-rebrand .binds-aiCard p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 650;
  line-height: 1.45;
}

.binds-rebrand .binds-aiCard__chips {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.binds-rebrand .binds-aiCard__chips > span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
  font-size: 0.78rem;
}

.binds-rebrand .binds-aiActions {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.binds-rebrand .binds-aiNote {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 650;
}

.binds-rebrand .binds-aiStage {
  position: relative;
}

.binds-rebrand .binds-aiSideCards {
  display: grid;
  gap: 14px;
}

.binds-rebrand .binds-aiMediaGrid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 14px;
  align-items: start;
}

.binds-rebrand .binds-aiMediaTile--dash {
  grid-row: 1 / span 2;
}

.binds-rebrand .binds-aiMediaCaption {
  margin-top: 12px;
  display: grid;
  gap: 4px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(12px);
}
.binds-rebrand .binds-aiMediaCaption b {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 950;
  letter-spacing: -0.02em;
}
.binds-rebrand .binds-aiMediaCaption span {
  color: rgba(255, 255, 255, 0.70);
  font-weight: 650;
}

.binds-rebrand .binds-aiMetricCard {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(520px 220px at 20% 18%, rgba(var(--binds-primary-rgb), 0.22), transparent 60%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  padding: 14px 14px 12px;
}

.binds-rebrand .binds-aiMetricHead {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
}
.binds-rebrand .binds-aiMetricHead b {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 950;
  letter-spacing: -0.02em;
}
.binds-rebrand .binds-aiMetricHead span {
  color: rgba(255, 255, 255, 0.70);
  font-weight: 650;
  font-size: 0.92rem;
}

.binds-rebrand .binds-aiMetricMedia {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 22px 60px rgba(0, 0, 0, 0.28);
}

.binds-rebrand .binds-aiGallery {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.binds-rebrand .binds-aiGallery__item {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.30);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.binds-rebrand .binds-aiGallery__img {
  height: 140px;
  display: grid;
  place-items: center;
  padding: 10px;
  background: rgba(7, 10, 19, 0.30);
}

.binds-rebrand .binds-aiGallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.02);
}

.binds-rebrand .binds-aiGallery__cap {
  padding: 10px 10px 11px;
  display: grid;
  gap: 2px;
}
.binds-rebrand .binds-aiGallery__cap b {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 0.88rem;
}
.binds-rebrand .binds-aiGallery__cap span {
  color: rgba(255, 255, 255, 0.70);
  font-weight: 650;
  font-size: 0.82rem;
}

.binds-rebrand .binds-aiFloat {
  position: absolute;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(360px 160px at 20% 20%, rgba(var(--binds-primary-rgb), 0.18), transparent 62%),
    rgba(7, 10, 19, 0.55);
  box-shadow: 0 26px 84px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding: 14px 14px;
  width: 280px;
}
.binds-rebrand .binds-aiFloat__k {
  font-weight: 950;
  font-size: 0.74rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.80);
}
.binds-rebrand .binds-aiFloat__v {
  margin-top: 6px;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.02rem;
}
.binds-rebrand .binds-aiFloat__s {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 650;
  line-height: 1.35;
}

.binds-rebrand .binds-aiFloat--insight {
  left: -12px;
  bottom: 18px;
}
.binds-rebrand .binds-aiFloat--trend {
  right: -14px;
  bottom: 18px;
  background:
    radial-gradient(360px 160px at 20% 20%, rgba(var(--binds-teal-rgb), 0.18), transparent 62%),
    rgba(7, 10, 19, 0.55);
}
.binds-rebrand .binds-aiFloat--swot {
  right: -14px;
  top: 16px;
  background:
    radial-gradient(360px 160px at 20% 20%, rgba(var(--binds-accent-rgb), 0.18), transparent 62%),
    rgba(7, 10, 19, 0.55);
}

@media (max-width: 992px) {
  .binds-rebrand .binds-aiGrid {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-aiMediaGrid {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-aiMediaTile--dash {
    grid-row: auto;
  }
  .binds-rebrand .binds-aiGallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .binds-rebrand .binds-aiFloat { display: none; }
}

.binds-rebrand .binds-sectionHead {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.binds-rebrand .binds-sectionHead--left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.binds-rebrand .binds-h2 {
  font-size: clamp(1.75rem, 2.4vw, 2.4rem);
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 12px;
}

.binds-rebrand .binds-h2--contrast {
  color: rgba(255, 255, 255, 0.96);
}

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

.binds-rebrand .binds-lead--contrast {
  color: rgba(255, 255, 255, 0.74);
}

.binds-rebrand .binds-kicker {
  margin: 0 0 10px;
  font-weight: 850;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--binds-primary);
}

.binds-rebrand .binds-hr {
  border: 0;
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
  margin: 22px 0 18px;
}

.binds-rebrand .binds-hr--contrast {
  background: rgba(255, 255, 255, 0.14);
}

.binds-rebrand .binds-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.binds-rebrand .binds-split__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.binds-rebrand .binds-split__visual img {
  max-width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  
  .binds-rebrand .binds-split__visual img {
    max-height: 350px;
  }
}

.binds-rebrand .binds-browser {
  border-radius: var(--binds-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.35);
}

.binds-rebrand .binds-home-section:not(.binds-home-section--ai) .binds-browser {
  border-color: rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.18);
}

.binds-rebrand .binds-browser--center {
  margin-left: auto;
  margin-right: auto;
}

.binds-rebrand .binds-mediaStage {
  position: relative;
}

.binds-rebrand .binds-playBtn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
}

@media (max-width: 768px) {
  .binds-rebrand .binds-playBtn {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }
}

/* ------------------------------------------------------------
   Home: Dash (rework)
------------------------------------------------------------ */

.binds-rebrand .binds-home-section--dash {
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-home-section--dash::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(780px 440px at 18% 10%, rgba(var(--binds-primary-rgb), 0.14), transparent 62%),
    radial-gradient(760px 520px at 82% 55%, rgba(var(--binds-accent-rgb), 0.10), transparent 64%);
  opacity: 0.95;
}

.binds-rebrand .binds-home-section--dash > .u-container {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-sectionHead--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.binds-rebrand .binds-dashSplit {
  align-items: start;
}

.binds-rebrand .binds-dashHighlights {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

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

.binds-rebrand .binds-dashCard {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  padding: 14px 14px 12px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.binds-rebrand .binds-dashCard b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-dashCard p {
  margin: 0;
  color: rgba(11, 18, 32, 0.68);
  font-weight: 650;
  line-height: 1.45;
}

.binds-rebrand .binds-dashIcon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-dashIcon--teal {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 1);
}

.binds-rebrand .binds-dashIcon--accent {
  background: rgba(var(--binds-accent-rgb), 0.10);
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-dashBrowser .screen img {
  width: 100%;
  height: auto;
  display: block;
}

.binds-rebrand .binds-dashCaption {
  margin-top: 12px;
  display: grid;
  gap: 3px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-dashCaption b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-dashCaption span {
  color: rgba(11, 18, 32, 0.66);
  font-weight: 650;
}

/* ------------------------------------------------------------
   Home: Jornada (features)
------------------------------------------------------------ */

.binds-rebrand #features {
  position: relative;
}

.binds-rebrand #features::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(820px 520px at 16% 18%, rgba(var(--binds-primary-rgb), 0.12), transparent 62%),
    radial-gradient(720px 520px at 86% 62%, rgba(var(--binds-teal-rgb), 0.10), transparent 64%);
  opacity: 0.95;
}

.binds-rebrand #features > .u-container {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-featureGrid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

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

.binds-rebrand .binds-featureCard {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  padding: 16px 16px 14px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.binds-rebrand .binds-featureCard__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.binds-rebrand .binds-featureIcon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
  flex: none;
}

.binds-rebrand .binds-featureIcon--teal {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 1);
}

.binds-rebrand .binds-featureIcon--accent {
  background: rgba(var(--binds-accent-rgb), 0.10);
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-featureCard b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-featureCard p {
  margin: 0;
  color: rgba(11, 18, 32, 0.68);
  font-weight: 650;
  line-height: 1.5;
}

.binds-rebrand .binds-featureChips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.binds-rebrand .binds-featureChips > span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.85);
  color: rgba(11, 18, 32, 0.72);
  font-weight: 850;
  font-size: 0.78rem;
}

/* ------------------------------------------------------------
   Home: Como ajudamos (why)
------------------------------------------------------------ */

.binds-rebrand .binds-home-section--why {
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-home-section--why::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(860px 540px at 16% 18%, rgba(var(--binds-primary-rgb), 0.12), transparent 62%),
    radial-gradient(760px 520px at 86% 62%, rgba(var(--binds-accent-rgb), 0.10), transparent 64%);
  opacity: 0.95;
}

.binds-rebrand .binds-home-section--why > .u-container {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-whySplit {
  align-items: start;
}

.binds-rebrand .binds-whyGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

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

.binds-rebrand .binds-whyCard {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  padding: 16px 16px 14px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.binds-rebrand .binds-whyCard__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.binds-rebrand .binds-whyIcon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
  flex: none;
}

.binds-rebrand .binds-whyIcon--teal {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 1);
}

.binds-rebrand .binds-whyIcon--accent {
  background: rgba(var(--binds-accent-rgb), 0.10);
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-whyIcon--dark {
  background: rgba(63, 51, 86, 0.10);
  border-color: rgba(63, 51, 86, 0.18);
  color: rgba(63, 51, 86, 0.95);
}

.binds-rebrand .binds-whyCard b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-whyCard p {
  margin: 0;
  color: rgba(11, 18, 32, 0.68);
  font-weight: 650;
  line-height: 1.5;
}

.binds-rebrand .binds-whyChips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.binds-rebrand .binds-whyChips > span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.85);
  color: rgba(11, 18, 32, 0.72);
  font-weight: 850;
  font-size: 0.78rem;
}

.binds-rebrand .binds-whyCaption {
  margin-top: 12px;
  display: grid;
  gap: 3px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-whyCaption b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-whyCaption span {
  color: rgba(11, 18, 32, 0.66);
  font-weight: 650;
}

/* ------------------------------------------------------------
   Home: Integrações (evitar sobreposição de ícones)
------------------------------------------------------------ */

.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud {
  position: relative;
  min-height: 420px;
}

.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .icon {
  width: clamp(92px, 18vw, 156px);
  height: clamp(92px, 18vw, 156px);
  padding: 14px !important;
}

.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .icon img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  display: block;
}

/* Reposiciona usando o centro como referência e mantém um “float” leve */
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .absolute {
  transform-origin: center;
  --float-x: 0px;
  --float-y: 10px;
  --float-dur: 5.2s;
  --float-delay: 0s;
  animation: bindsIntegrationsFloat var(--float-dur) ease-in-out infinite;
  animation-delay: var(--float-delay);
}

.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .vtex-float-icon,
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .gcloud-float-icon,
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .zapier-float-icon,
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .salesforce-float-icon,
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .slack-float-icon,
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .power-bi-float-icon,
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .api-float-icon {
  transform: translate(-50%, -50%);
}

/* Ajuste fino de posições (mais espaçado) */
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .salesforce-float-icon { left: 16% !important; top: 48% !important; --float-dur: 4.9s; --float-delay: -1.1s; --float-x: -3px; --float-y: 12px; }
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .zapier-float-icon     { left: 34% !important; top: 18% !important; --float-dur: 5.6s; --float-delay: -2.4s; --float-x:  2px; --float-y: 10px; }
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .power-bi-float-icon   { left: 48% !important; top: 44% !important; --float-dur: 5.1s; --float-delay: -0.6s; --float-x:  4px; --float-y:  9px; }
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .vtex-float-icon       { left: 72% !important; top: 30% !important; --float-dur: 5.9s; --float-delay: -1.8s; --float-x: -2px; --float-y: 11px; }
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .gcloud-float-icon     { left: 82% !important; top: 12% !important; --float-dur: 4.7s; --float-delay: -3.0s; --float-x:  3px; --float-y:  8px; }
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .slack-float-icon      { left: 62% !important; top: 70% !important; --float-dur: 5.4s; --float-delay: -2.0s; --float-x: -4px; --float-y: 12px; }
.binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .api-float-icon        { left: 84% !important; top: 78% !important; --float-dur: 6.2s; --float-delay: -0.9s; --float-x:  2px; --float-y: 10px; }

@keyframes bindsIntegrationsFloat {
  from { transform: translate(-50%, -50%) translate(0px, 0px); }
  55% { transform: translate(-50%, -50%) translate(var(--float-x, 0px), var(--float-y, 10px)); }
  to   { transform: translate(-50%, -50%) translate(0px, 0px); }
}

/* Tablet/Mobile: vira grid e elimina qualquer sobreposição */
@media (max-width: 992px) {
  .binds-rebrand .binds-home-section--integrations .binds-integrationsCloud {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    justify-items: center;
    align-items: center;
  }

  .binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .absolute {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    animation: none !important;
  }

  .binds-rebrand .binds-home-section--integrations .binds-integrationsCloud .icon {
    width: clamp(84px, 26vw, 132px);
    height: clamp(84px, 26vw, 132px);
  }
}

@media (max-width: 420px) {
  .binds-rebrand .binds-home-section--integrations .binds-integrationsCloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Channels chips */
.binds-rebrand .binds-home-section--channels {
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-home-section--channels::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(780px 420px at 18% 15%, rgba(var(--binds-primary-rgb), 0.18), transparent 60%),
    radial-gradient(720px 460px at 78% 55%, rgba(var(--binds-accent-rgb), 0.14), transparent 62%);
  opacity: 0.9;
}

.binds-rebrand .binds-home-section--channels > .u-container {
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------
   Channels: visual simples (sem animação)
------------------------------------------------------------ */

.binds-rebrand .binds-channelCatalog {
  width: min(720px, 100%);
  margin-left: auto;
}

.binds-rebrand .binds-channelCatalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.binds-rebrand .binds-channelCatalog__card {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  padding: 16px 16px;
  display: grid;
  gap: 8px;
  min-height: 112px;
}

.binds-rebrand .binds-channelCatalog__card.is-wide {
  grid-column: 1 / -1;
}

.binds-rebrand .binds-channelCatalog__card.is-primary {
  background: rgba(var(--binds-primary-rgb), 0.72);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 26px 80px rgba(var(--binds-primary-rgb), 0.18);
}

.binds-rebrand .binds-channelCatalog__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-channelCatalog__icon svg,
.binds-rebrand .binds-channelCatalog__icon i {
  display: block;
}

.binds-rebrand .binds-channelCatalog__icon i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
}
.binds-rebrand .binds-channelCatalog__icon .fa-qrcode {
  font-size: 1.15rem;
}
.binds-rebrand .binds-channelCatalog__icon--wa {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 1);
}
.binds-rebrand .binds-channelCatalog__icon--wa .fa-whatsapp { font-size: 1.1rem; }

.binds-rebrand .binds-channelCatalog__card b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
  line-height: 1.15;
}
.binds-rebrand .binds-channelCatalog__card span {
  color: rgba(11, 18, 32, 0.62);
  font-weight: 650;
  line-height: 1.25;
}
.binds-rebrand .binds-channelCatalog__card.is-primary b,
.binds-rebrand .binds-channelCatalog__card.is-primary span {
  color: rgba(255, 255, 255, 0.96);
}
.binds-rebrand .binds-channelCatalog__card.is-primary .binds-channelCatalog__icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.95);
}

.binds-rebrand .binds-channelCatalog__qr {
  width: 68px;
  height: 68px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    linear-gradient(90deg, rgba(11, 18, 32, 0.14) 1px, transparent 1px),
    linear-gradient(rgba(11, 18, 32, 0.14) 1px, transparent 1px),
    radial-gradient(circle at 20% 22%, rgba(11, 18, 32, 0.35) 0 8px, transparent 9px),
    radial-gradient(circle at 78% 22%, rgba(11, 18, 32, 0.35) 0 8px, transparent 9px),
    radial-gradient(circle at 20% 78%, rgba(11, 18, 32, 0.35) 0 8px, transparent 9px),
    rgba(255, 255, 255, 0.92);
  background-size: 8px 8px, 8px 8px, auto, auto, auto, auto;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
  margin-top: 4px;
}

.binds-rebrand .binds-channelCatalog__card.is-primary .binds-channelCatalog__qr {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.62) 0 8px, transparent 9px),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.62) 0 8px, transparent 9px),
    radial-gradient(circle at 20% 78%, rgba(255, 255, 255, 0.62) 0 8px, transparent 9px),
    rgba(255, 255, 255, 0.10);
  background-size: 8px 8px, 8px 8px, auto, auto, auto, auto;
}

.binds-rebrand .binds-channelCatalog__benefits {
  margin-top: 16px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(720px 220px at 20% 20%, rgba(var(--binds-primary-rgb), 0.10), transparent 60%),
    radial-gradient(720px 220px at 86% 50%, rgba(var(--binds-accent-rgb), 0.08), transparent 62%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.10);
  padding: 16px 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  backdrop-filter: blur(10px);
}

.binds-rebrand .binds-channelCatalog__benefit b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.88);
}
.binds-rebrand .binds-channelCatalog__benefit span {
  display: block;
  margin-top: 4px;
  color: rgba(11, 18, 32, 0.62);
  font-weight: 650;
  line-height: 1.3;
}

.binds-rebrand .binds-channelCatalog__benefit {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 10px;
  border-radius: 16px;
}
.binds-rebrand .binds-channelCatalog__benefit + .binds-channelCatalog__benefit {
  border-left: 1px solid rgba(15, 23, 42, 0.10);
  padding-left: 18px;
  margin-left: 8px;
}

.binds-rebrand .binds-channelCatalog__benefitIcon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-channelCatalog__benefitIcon svg,
.binds-rebrand .binds-channelCatalog__benefitIcon i {
  display: block;
}

.binds-rebrand .binds-channelCatalog__benefitIcon i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}
.binds-rebrand .binds-channelCatalog__benefitIcon--teal {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 1);
}
.binds-rebrand .binds-channelCatalog__benefitIcon--accent {
  background: rgba(var(--binds-accent-rgb), 0.10);
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-channelCatalog__benefitBody b {
  display: block;
  line-height: 1.15;
}
.binds-rebrand .binds-channelCatalog__benefitBody span {
  margin-top: 6px;
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .binds-rebrand .binds-channelCatalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .binds-rebrand .binds-channelCatalog__benefits {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .binds-rebrand .binds-channelCatalog__benefit + .binds-channelCatalog__benefit {
    border-left: 0;
    margin-left: 0;
    padding-left: 10px;
  }
}

.binds-rebrand .binds-phoneSurveySim {
  height: 100%;
  min-height: 420px;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #ffffff;
}

.binds-rebrand .binds-phoneSurveySim__topbar {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  color: rgba(11, 18, 32, 0.72);
  background: rgba(241, 244, 248, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.binds-rebrand .binds-phoneSurveySim__lock {
  width: 12px;
  height: 10px;
  border-radius: 3px;
  border: 2px solid rgba(11, 18, 32, 0.55);
  position: relative;
  box-sizing: border-box;
  opacity: 0.9;
}

.binds-rebrand .binds-phoneSurveySim__lock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 10px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid rgba(11, 18, 32, 0.55);
  border-bottom: 0;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.binds-rebrand .binds-phoneSurveySim__refresh {
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(11, 18, 32, 0.22);
  position: relative;
}

.binds-rebrand .binds-phoneSurveySim__refresh::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid rgba(11, 18, 32, 0.22);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(18deg);
}

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

.binds-rebrand .binds-phoneSurveySim__content {
  padding: 22px 16px 18px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.binds-rebrand .binds-phoneSurveySim__title {
  margin: 0;
  text-align: center;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.88);
  font-size: 1.05rem;
}

.binds-rebrand .binds-phoneSurveySim__question {
  margin: 0;
  text-align: center;
  color: rgba(11, 18, 32, 0.72);
  font-weight: 750;
  line-height: 1.35;
}

.binds-rebrand .binds-phoneSurveySim__scale {
  --gap: 6px;
  --cell: calc((100% - (var(--gap) * 10)) / 11);
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: var(--gap);
  padding-top: 2px;
  margin-top: 6px;
}

.binds-rebrand .binds-phoneSurveySim__scale > span {
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.82rem;
  color: rgba(11, 18, 32, 0.72);
}

.binds-rebrand .binds-phoneSurveySim__pick {
  position: absolute;
  top: 2px;
  left: 0;
  width: var(--cell);
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.28);
  background: rgba(var(--binds-primary-rgb), 0.10);
  box-shadow: 0 12px 26px rgba(var(--binds-primary-rgb), 0.16);
  animation: bindsPhoneSurveyPick 3.2s cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
  pointer-events: none;
}

@keyframes bindsPhoneSurveyPick {
  0%, 18% { transform: translateX(0); opacity: 0; }
  24% { opacity: 1; }
  44% { transform: translateX(calc((var(--cell) + var(--gap)) * 6)); opacity: 1; }
  64% { transform: translateX(calc((var(--cell) + var(--gap)) * 9)); opacity: 1; }
  78% { transform: translateX(calc((var(--cell) + var(--gap)) * 8)); opacity: 1; }
  90% { opacity: 0; }
  100% { transform: translateX(calc((var(--cell) + var(--gap)) * 8)); opacity: 0; }
}

.binds-rebrand .binds-phoneSurveySim__scaleLabels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(11, 18, 32, 0.58);
  font-weight: 750;
  font-size: 0.84rem;
  margin-top: -2px;
}

.binds-rebrand .binds-phoneSurveySim__brand {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.10);
  display: grid;
  justify-items: center;
  gap: 2px;
  color: rgba(11, 18, 32, 0.52);
  font-weight: 850;
}

.binds-rebrand .binds-phoneSurveySim__brand b {
  font-weight: 950;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ------------------------------------------------------------
   iPhone flow: canais -> abre survey -> responde -> obrigado
------------------------------------------------------------ */

.binds-rebrand .binds-phoneFlow {
  --binds-phone-cycle: 14s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  min-height: 420px;
  display: grid;
  grid-template-rows: 1fr;
  background: #ffffff;
}

.binds-rebrand .binds-phoneFlow__topbar {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  color: rgba(11, 18, 32, 0.72);
  background: rgba(241, 244, 248, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.binds-rebrand .binds-phoneFlow__lock {
  width: 12px;
  height: 10px;
  border-radius: 3px;
  border: 2px solid rgba(11, 18, 32, 0.55);
  position: relative;
  box-sizing: border-box;
  opacity: 0.9;
}
.binds-rebrand .binds-phoneFlow__lock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 10px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid rgba(11, 18, 32, 0.55);
  border-bottom: 0;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.binds-rebrand .binds-phoneFlow__refresh {
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(11, 18, 32, 0.22);
  position: relative;
}
.binds-rebrand .binds-phoneFlow__refresh::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid rgba(11, 18, 32, 0.22);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(18deg);
}

.binds-rebrand .binds-phoneFlow__stack {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.binds-rebrand .binds-phoneScene {
  position: absolute;
  inset: 0;
  padding: 0;
  opacity: 0;
  transform: translate3d(10px, 0, 0) scale(0.99);
  animation: bindsPhoneScene var(--binds-phone-cycle) cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}
.binds-rebrand .binds-phoneScene--email { animation-delay: calc(var(--binds-phone-cycle) / 2 * 0); }
.binds-rebrand .binds-phoneScene--sms   { animation-delay: calc(var(--binds-phone-cycle) / 2 * 1); }

@keyframes bindsPhoneScene {
  0% { opacity: 0; transform: translate3d(10px, 0, 0) scale(0.985); }
  10% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  72% { opacity: 1; transform: translate3d(0, -1px, 0) scale(1); }
  88% { opacity: 0; transform: translate3d(-10px, 0, 0) scale(0.99); }
  100% { opacity: 0; transform: translate3d(-10px, 0, 0) scale(0.99); }
}

.binds-rebrand .binds-phoneShell {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 12px;
}

.binds-rebrand .binds-phoneShell__top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
  font-weight: 650;
  color: rgba(11, 18, 32, 0.86);
  font-size: 0.92rem;
}

.binds-rebrand .binds-phoneShell__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.binds-rebrand .binds-phoneShell__badge {
  margin-left: auto;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  color: rgba(11, 18, 32, 0.72);
  font-size: 0.78rem;
  font-weight: 650;
}

.binds-rebrand .binds-phoneShell__badge--soft {
  border-color: rgba(var(--binds-primary-rgb), 0.18);
  background: rgba(var(--binds-primary-rgb), 0.08);
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-phoneShell__badge--wa {
  border-color: rgba(var(--binds-teal-rgb), 0.22);
  background: rgba(var(--binds-teal-rgb), 0.10);
  color: rgba(var(--binds-teal-rgb), 1);
}

.binds-rebrand .binds-phoneShell__body {
  padding: 12px;
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  background:
    radial-gradient(720px 320px at 20% 18%, rgba(var(--binds-primary-rgb), 0.06), transparent 56%),
    rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-phoneShell--invite {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
}
.binds-rebrand .binds-phoneShell--invite .binds-phoneShell__top {
  display: none;
}
.binds-rebrand .binds-phoneShell--invite .binds-phoneShell__body {
  padding: 18px 16px 16px;
  background: #ffffff;
}

.binds-rebrand .binds-invite {
  display: grid;
  gap: 12px;
  align-content: start;
  text-align: center;
}
.binds-rebrand .binds-invite__logo {
  font-weight: 850;
  letter-spacing: -0.04em;
  font-size: 2.1rem;
  line-height: 1;
  color: #5b3dbb;
  margin-top: 6px;
}
.binds-rebrand .binds-invite__subtitle {
  font-weight: 600;
  color: rgba(11, 18, 32, 0.62);
}
.binds-rebrand .binds-invite__rule {
  height: 2px;
  width: 72%;
  margin: 2px auto 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
}
.binds-rebrand .binds-invite__title {
  margin-top: 6px;
  font-weight: 800;
  color: rgba(11, 18, 32, 0.78);
  text-align: left;
}
.binds-rebrand .binds-invite__text {
  color: rgba(11, 18, 32, 0.62);
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
}
.binds-rebrand .binds-invite__micro {
  margin-top: 6px;
  color: rgba(11, 18, 32, 0.62);
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}
.binds-rebrand .binds-invite__cta {
  height: 54px;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  background: rgba(27, 23, 43, 0.86);
  border-color: rgba(27, 23, 43, 0.0);
  box-shadow: 0 18px 44px rgba(27, 23, 43, 0.18);
  animation: none;
}

.binds-rebrand .binds-phoneShell--sms {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
}
.binds-rebrand .binds-phoneShell--sms .binds-phoneShell__top {
  background: rgba(247, 247, 250, 1);
  border-bottom-color: rgba(15, 23, 42, 0.10);
  color: rgba(11, 18, 32, 0.92);
}
.binds-rebrand .binds-phoneShell--sms .binds-phoneShell__badge {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.10);
  color: rgba(11, 18, 32, 0.72);
}
.binds-rebrand .binds-phoneShell--sms .binds-phoneShell__body {
  background: #ffffff;
}

.binds-rebrand .binds-phoneShell--wa .binds-phoneShell__body {
  background:
    radial-gradient(720px 320px at 20% 18%, rgba(var(--binds-teal-rgb), 0.08), transparent 56%),
    rgba(255, 255, 255, 0.96);
}
.binds-rebrand .binds-phoneShell--totem .binds-phoneShell__body {
  background:
    radial-gradient(720px 320px at 35% 18%, rgba(var(--binds-accent-rgb), 0.08), transparent 56%),
    rgba(255, 255, 255, 0.96);
}

/* Channel shells (fake UI) */
.binds-rebrand .binds-phoneEmail__line {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.10);
}
.binds-rebrand .binds-phoneEmail__line.is-strong { height: 12px; background: rgba(11, 18, 32, 0.12); }
.binds-rebrand .binds-phoneEmail__line.is-short { width: 68%; }

.binds-rebrand .binds-phoneEmail__cta {
  margin-top: 12px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.18);
  background: linear-gradient(135deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-primary-rgb), 0.78));
  color: rgba(255, 255, 255, 0.95);
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(var(--binds-primary-rgb), 0.20);
  animation: bindsSurveyTap 2.4s ease-in-out infinite;
}

.binds-rebrand .binds-phoneSms__bubble {
  padding: 10px 10px;
  border-radius: 16px 16px 16px 6px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.binds-rebrand .binds-phoneSms__line {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.10);
}
.binds-rebrand .binds-phoneSms__line.is-short { margin-top: 10px; width: 72%; }
.binds-rebrand .binds-phoneSms__link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: rgba(var(--binds-primary-rgb), 1);
  font-weight: 950;
  font-size: 0.84rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  animation: none;
}

.binds-rebrand .binds-phoneWa {
  display: grid;
  gap: 10px;
}
.binds-rebrand .binds-phoneWa__bubble {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  font-weight: 750;
  color: rgba(11, 18, 32, 0.76);
  background: rgba(15, 23, 42, 0.04);
}
.binds-rebrand .binds-phoneWa__bubble.is-me {
  margin-left: auto;
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
}
.binds-rebrand .binds-phoneWa__typing {
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 10px;
  opacity: 0;
  animation: bindsWaTyping 2.4s ease-in-out infinite;
}
.binds-rebrand .binds-phoneWa__typing span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.38);
  animation: bindsChannelTypingDot 1.1s ease-in-out infinite;
}
.binds-rebrand .binds-phoneWa__typing span:nth-child(2) { animation-delay: 0.12s; }
.binds-rebrand .binds-phoneWa__typing span:nth-child(3) { animation-delay: 0.24s; }

/* Site skeleton (widget) */
.binds-rebrand .binds-phoneSite {
  display: grid;
  gap: 12px;
}
.binds-rebrand .binds-phoneSite__bar {
  height: 12px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.08);
}
.binds-rebrand .binds-phoneSite__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.binds-rebrand .binds-phoneSite__block {
  height: 60px;
  border-radius: 16px;
  background: rgba(11, 18, 32, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

/* Survey open + thanks timing (sync by scene delay) */
.binds-rebrand .binds-phoneOpen {
  position: relative;
  margin-top: 6px;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  animation: bindsPhoneOpen var(--binds-phone-cycle) cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}
.binds-rebrand .binds-phoneOpen--modal { margin-top: 0; }

.binds-rebrand .binds-phoneScene--email .binds-phoneOpen { animation-delay: calc(var(--binds-phone-cycle) / 2 * 0); }
.binds-rebrand .binds-phoneScene--sms   .binds-phoneOpen { animation-delay: calc(var(--binds-phone-cycle) / 2 * 1); }

@keyframes bindsPhoneOpen {
  0%, 18% { opacity: 0; transform: translateY(14px) scale(0.98); filter: blur(0.2px); }
  28% { opacity: 1; transform: translateY(0) scale(1); filter: none; }
  78% { opacity: 1; transform: translateY(0) scale(1); }
  90%, 100% { opacity: 0; transform: translateY(-8px) scale(0.99); }
}

.binds-rebrand .binds-phoneThanks {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.14);
  opacity: 0;
  transform: translateY(10px);
  animation: bindsPhoneThanks var(--binds-phone-cycle) ease-in-out infinite;
}
.binds-rebrand .binds-phoneThanks b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.92);
  font-size: 1.05rem;
}
.binds-rebrand .binds-phoneThanks span {
  font-weight: 700;
  color: rgba(11, 18, 32, 0.62);
}

.binds-rebrand .binds-phoneScene--email .binds-phoneThanks { animation-delay: calc(var(--binds-phone-cycle) / 2 * 0); }
.binds-rebrand .binds-phoneScene--sms   .binds-phoneThanks { animation-delay: calc(var(--binds-phone-cycle) / 2 * 1); }

/* SMS text */
.binds-rebrand .binds-phoneSms__msg {
  color: rgba(11, 18, 32, 0.78);
  font-weight: 500;
  line-height: 1.35;
  font-size: 0.98rem;
}
.binds-rebrand .binds-phoneSms__msg span {
  display: block;
}

.binds-rebrand .binds-phoneShell--sms .binds-phoneSms__bubble {
  background: rgba(229, 229, 234, 0.9);
  border-color: rgba(15, 23, 42, 0.06);
}
.binds-rebrand .binds-phoneShell--sms .binds-phoneSms__msg {
  color: rgba(11, 18, 32, 0.92);
}
.binds-rebrand .binds-phoneShell--sms .binds-phoneSms__link {
  color: #007aff;
  font-weight: 600;
}

.binds-rebrand .binds-phoneSms__time {
  margin-top: 8px;
  text-align: right;
  font-size: 0.78rem;
  color: rgba(11, 18, 32, 0.46);
  font-weight: 500;
}

@keyframes bindsPhoneThanks {
  0%, 64% { opacity: 0; transform: translateY(10px); }
  74%, 90% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-6px); }
}

/* Etapas (mensagem -> abre survey fullscreen) */
.binds-rebrand .binds-phoneStage {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.99);
  pointer-events: none;
}
.binds-rebrand .binds-phoneStage--inbox {
  animation: bindsPhoneStageInbox var(--binds-phone-cycle) cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}
.binds-rebrand .binds-phoneStage--survey {
  animation: bindsPhoneStageSurvey var(--binds-phone-cycle) cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}
.binds-rebrand .binds-phoneScene--email .binds-phoneStage { animation-delay: calc(var(--binds-phone-cycle) / 2 * 0); }
.binds-rebrand .binds-phoneScene--sms   .binds-phoneStage { animation-delay: calc(var(--binds-phone-cycle) / 2 * 1); }

@keyframes bindsPhoneStageInbox {
  0% { opacity: 0; transform: translateY(12px) scale(0.99); }
  10% { opacity: 1; transform: translateY(0) scale(1); }
  40% { opacity: 1; transform: translateY(0) scale(1); }
  48% { opacity: 0; transform: translateY(-10px) scale(0.99); }
  100% { opacity: 0; transform: translateY(-10px) scale(0.99); }
}
@keyframes bindsPhoneStageSurvey {
  0% { opacity: 0; transform: translateY(14px) scale(0.985); }
  38% { opacity: 0; transform: translateY(14px) scale(0.985); }
  50% { opacity: 1; transform: translateY(0) scale(1); }
  90% { opacity: 1; transform: translateY(-1px) scale(1); }
  100% { opacity: 0; transform: translateY(-10px) scale(0.99); }
}

/* Tap (sincronizado) */
.binds-rebrand .binds-phoneEmail__cta { animation: none; }
.binds-rebrand .binds-phoneEmail__cta,
.binds-rebrand .binds-phoneSms__link {
  position: relative;
}
.binds-rebrand .binds-phoneEmail__cta::after,
.binds-rebrand .binds-phoneSms__link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid rgba(var(--binds-primary-rgb), 0.55);
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  pointer-events: none;
  animation: bindsPhoneTapPulse var(--binds-phone-cycle) ease-in-out infinite;
}
.binds-rebrand .binds-phoneScene--email .binds-phoneEmail__cta::after { animation-delay: calc(var(--binds-phone-cycle) / 2 * 0); }
.binds-rebrand .binds-phoneScene--sms   .binds-phoneSms__link::after { animation-delay: calc(var(--binds-phone-cycle) / 2 * 1); border-color: rgba(147, 197, 253, 0.85); }
@keyframes bindsPhoneTapPulse {
  0%, 20% { opacity: 0; transform: translate(-50%, -50%) scale(0.6); }
  28% { opacity: 1; }
  34% { opacity: 0; transform: translate(-50%, -50%) scale(2.2); }
  100% { opacity: 0; }
}

/* Survey fullscreen (tela cheia dentro do device) */
.binds-rebrand .binds-phoneSurveyFull {
  position: absolute;
  inset: 0;
  background: #ffffff;
  display: grid;
  grid-template-rows: 44px 1fr;
}
.binds-rebrand .binds-surveyCard--full {
  padding: 18px 16px;
  border-radius: 0;
  border: 0;
  background: #ffffff;
  box-shadow: none;
}
.binds-rebrand .binds-phoneThanks {
  border-radius: 0;
}

/* Survey card inside phone (match survey-models.png vibe) */
.binds-rebrand .binds-surveyCard--phone {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
}
.binds-rebrand .binds-surveyCard--phone .binds-surveyCard__q {
  font-size: 0.92rem;
  line-height: 1.25;
}

/* Dots scale (NPS/CES) */
.binds-rebrand .binds-surveyScale--dots {
  --gap: 6px;
  position: relative;
  display: grid;
  gap: var(--gap);
  align-items: center;
  margin: 10px 0 10px;
}
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots { --count: 11; grid-template-columns: repeat(11, minmax(0, 1fr)); }
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots { --count: 7; grid-template-columns: repeat(7, minmax(0, 1fr)); }

.binds-rebrand .binds-surveyScale--dots > span {
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 950;
  font-size: 0.74rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
}

/* NPS colors (0..10) */
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(1)  { background: #e11d48; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(2)  { background: #f43f5e; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(3)  { background: #fb7185; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(4)  { background: #fb923c; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(5)  { background: #f59e0b; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(6)  { background: #fbbf24; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(7)  { background: #a3e635; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(8)  { background: #84cc16; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(9)  { background: #22c55e; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(10) { background: #16a34a; }
.binds-rebrand .binds-surveyScale--nps.binds-surveyScale--dots > span:nth-child(11) { background: #15803d; }

/* CES colors (1..7) */
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots > span:nth-child(1) { background: #ef4444; }
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots > span:nth-child(2) { background: #f97316; }
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots > span:nth-child(3) { background: #f59e0b; }
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots > span:nth-child(4) { background: #eab308; }
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots > span:nth-child(5) { background: #a3e635; }
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots > span:nth-child(6) { background: #22c55e; }
.binds-rebrand .binds-surveyScale--ces.binds-surveyScale--dots > span:nth-child(7) { background: #16a34a; }

.binds-rebrand .binds-surveyScale__pick {
  --cell: calc((100% - (var(--gap) * (var(--count) - 1))) / var(--count));
  position: absolute;
  top: 0;
  left: 0;
  width: var(--cell);
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.18),
    0 0 0 3px rgba(var(--binds-primary-rgb), 0.18);
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
  animation: bindsPhoneScalePick 2.6s cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}
.binds-rebrand .binds-surveyScale__pick--ces { animation-name: bindsPhoneScalePickCes; }

@keyframes bindsPhoneScalePick {
  0%, 18% { transform: translateX(0); opacity: 0; }
  28% { opacity: 1; }
  52% { transform: translateX(calc((var(--cell) + var(--gap)) * 7)); opacity: 1; }
  72% { transform: translateX(calc((var(--cell) + var(--gap)) * 9)); opacity: 1; }
  86% { opacity: 0; }
  100% { transform: translateX(calc((var(--cell) + var(--gap)) * 9)); opacity: 0; }
}

@keyframes bindsPhoneScalePickCes {
  0%, 18% { transform: translateX(0); opacity: 0; }
  28% { opacity: 1; }
  58% { transform: translateX(calc((var(--cell) + var(--gap)) * 4)); opacity: 1; }
  76% { transform: translateX(calc((var(--cell) + var(--gap)) * 5)); opacity: 1; }
  88% { opacity: 0; }
  100% { transform: translateX(calc((var(--cell) + var(--gap)) * 5)); opacity: 0; }
}

/* CSAT list (as in models) */
.binds-rebrand .binds-phoneCsat {
  position: relative;
  display: grid;
  gap: 10px;
  padding-top: 4px;
}
.binds-rebrand .binds-phoneCsat__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  color: rgba(11, 18, 32, 0.72);
  position: relative;
  z-index: 1;
}
.binds-rebrand .binds-phoneCsat__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  flex: none;
}
.binds-rebrand .binds-phoneCsat__item.is-on .binds-phoneCsat__dot {
  background: rgba(var(--binds-primary-rgb), 1);
  box-shadow: 0 0 0 4px rgba(var(--binds-primary-rgb), 0.16);
}
.binds-rebrand .binds-phoneCsat__pick {
  position: absolute;
  left: -8px;
  right: -8px;
  top: 4px;
  height: 28px;
  border-radius: 14px;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  opacity: 0;
  transform: translateY(0);
  animation: bindsPhoneCsatPick 2.6s cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}
@keyframes bindsPhoneCsatPick {
  0%, 22% { opacity: 0; transform: translateY(0); }
  32% { opacity: 1; }
  56% { opacity: 1; transform: translateY(38px); }
  74% { opacity: 1; transform: translateY(76px); }
  88% { opacity: 0; }
  100% { opacity: 0; transform: translateY(76px); }
}

@media (prefers-reduced-motion: reduce) {
  .binds-rebrand .binds-phoneScene { animation: none; opacity: 0; transform: none; }
  .binds-rebrand .binds-phoneScene--email { position: relative; opacity: 1; }
  .binds-rebrand .binds-phoneStage { animation: none; opacity: 1; transform: none; position: relative; inset: auto; }
  .binds-rebrand .binds-phoneThanks { display: none; }
  .binds-rebrand .binds-phoneEmail__cta,
  .binds-rebrand .binds-phoneSms__link,
  .binds-rebrand .binds-surveyScale__pick,
  .binds-rebrand .binds-phoneCsat__pick,
  .binds-rebrand .binds-phoneWa__typing {
    animation: none;
  }
}

@media (max-width: 992px) {
  .binds-rebrand .binds-channelPhone.iphone {
    transform: none;
  }
}

.binds-rebrand .binds-channelChips {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.binds-rebrand .binds-channelChip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
  font-weight: 850;
  color: rgba(11, 18, 32, 0.86);
  user-select: none;
  transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 260ms ease, border-color 260ms ease;
}

.binds-rebrand .binds-channelChip:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
  border-color: rgba(var(--binds-primary-rgb), 0.18);
}

.binds-rebrand .binds-channelChip__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.14);
  color: var(--binds-primary);
  flex: none;
}

.binds-rebrand .binds-channelChip__icon--wa {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: var(--binds-teal);
}

.binds-rebrand .binds-channelChip__icon svg,
.binds-rebrand .binds-channelChip__icon i {
  display: block;
}

.binds-rebrand .binds-channelBenefits {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.binds-rebrand .binds-channelBenefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-channelBenefit h5 {
  letter-spacing: -0.01em;
}

.binds-rebrand .binds-channelPanel {
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(820px 420px at 30% 20%, rgba(var(--binds-primary-rgb), 0.12), transparent 55%),
    radial-gradient(820px 520px at 90% 65%, rgba(var(--binds-accent-rgb), 0.10), transparent 58%),
    rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-channelPanel__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}

.binds-rebrand .binds-channelPanel__dots {
  display: inline-flex;
  gap: 6px;
  flex: none;
}

.binds-rebrand .binds-channelPanel__dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.binds-rebrand .binds-channelPanel__title {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.binds-rebrand .binds-channelPanel__kicker {
  font-weight: 850;
  font-size: 0.72rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.58);
}

.binds-rebrand .binds-channelPanel__name {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-channelPanel__pill {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.78rem;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-channelPanel__body {
  padding: 16px;
}

.binds-rebrand .binds-channelPanel__footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.55);
}

.binds-rebrand .binds-channelPanel__stat {
  display: grid;
  gap: 3px;
  padding: 10px 10px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.82);
}

.binds-rebrand .binds-channelPanel__stat span {
  font-weight: 750;
  font-size: 0.80rem;
  color: rgba(11, 18, 32, 0.58);
}

.binds-rebrand .binds-channelPanel__stat b {
  font-weight: 950;
  letter-spacing: -0.01em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-channelMock {
  --binds-channel-cycle: 12s;
}

.binds-rebrand .binds-channelMock {
  display: grid;
  grid-template-columns: 0.95fr 2.05fr;
  gap: 12px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.binds-rebrand .binds-channelMock__rail {
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.binds-rebrand .binds-channelMock__railItem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  color: rgba(11, 18, 32, 0.76);
  font-weight: 850;
  font-size: 0.92rem;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.binds-rebrand .binds-channelMock__railItem i,
.binds-rebrand .binds-channelMock__railItem svg {
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-channelMock__railItem .fa-whatsapp {
  color: rgba(var(--binds-teal-rgb), 1);
  font-size: 1.05rem;
}

.binds-rebrand .binds-channelMock__railItem::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(var(--binds-primary-rgb), 0.14), rgba(var(--binds-accent-rgb), 0.10));
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

/* Cicla destaque de canal (simula canais “funcionando”) */
.binds-rebrand .binds-channelMock__railItem:nth-child(1) { animation: bindsChannelRailActive var(--binds-channel-cycle) infinite; }
.binds-rebrand .binds-channelMock__railItem:nth-child(2) { animation: bindsChannelRailActive var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 1); }
.binds-rebrand .binds-channelMock__railItem:nth-child(3) { animation: bindsChannelRailActive var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 2); }
.binds-rebrand .binds-channelMock__railItem:nth-child(4) { animation: bindsChannelRailActive var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 3); }
.binds-rebrand .binds-channelMock__railItem:nth-child(5) { animation: bindsChannelRailActive var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 4); }

@keyframes bindsChannelRailActive {
  0%,
  6% {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(var(--binds-primary-rgb), 0.18);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
  }
  0%,
  6% { transform: translateY(-1px); }
  0%,
  6% { color: rgba(11, 18, 32, 0.88); }
  0%,
  6% { }
  7%,
  100% {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    transform: none;
    color: rgba(11, 18, 32, 0.76);
  }
}

.binds-rebrand .binds-channelMock__railItem:nth-child(1)::after { animation: bindsChannelRailGlow var(--binds-channel-cycle) infinite; }
.binds-rebrand .binds-channelMock__railItem:nth-child(2)::after { animation: bindsChannelRailGlow var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 1); }
.binds-rebrand .binds-channelMock__railItem:nth-child(3)::after { animation: bindsChannelRailGlow var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 2); }
.binds-rebrand .binds-channelMock__railItem:nth-child(4)::after { animation: bindsChannelRailGlow var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 3); }
.binds-rebrand .binds-channelMock__railItem:nth-child(5)::after { animation: bindsChannelRailGlow var(--binds-channel-cycle) infinite; animation-delay: calc(var(--binds-channel-cycle) / 5 * 4); }

@keyframes bindsChannelRailGlow {
  0%,
  6% { opacity: 1; transform: translateX(0); }
  7%,
  100% { opacity: 0; transform: translateX(-8px); }
}

.binds-rebrand .binds-channelMock__railItem span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.binds-rebrand .binds-channelMock__main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.binds-rebrand .binds-channelMock__metric {
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 4px;
}

.binds-rebrand .binds-channelMock__metric span {
  font-weight: 750;
  font-size: 0.78rem;
  color: rgba(11, 18, 32, 0.58);
}

.binds-rebrand .binds-channelMock__metric b {
  font-weight: 950;
  letter-spacing: -0.01em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-channelMock__miniBar {
  margin-top: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.08);
  overflow: hidden;
}

.binds-rebrand .binds-channelMock__miniBar > span {
  display: block;
  height: 100%;
  width: 58%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-accent-rgb), 0.92));
  transform-origin: left;
  animation: bindsChannelMiniBar var(--binds-channel-cycle) ease-in-out infinite;
}

.binds-rebrand .binds-channelMock__miniBar--soft > span {
  width: 42%;
  background: linear-gradient(90deg, rgba(var(--binds-primary-rgb), 0.9), rgba(var(--binds-primary-rgb), 0.45));
  animation-delay: 0.6s;
}

@keyframes bindsChannelMiniBar {
  0% { transform: scaleX(0.62); opacity: 0.85; }
  12% { transform: scaleX(1.00); opacity: 1; }
  35% { transform: scaleX(0.70); opacity: 0.9; }
  100% { transform: scaleX(0.62); opacity: 0.85; }
}

.binds-rebrand .binds-channelMock__statusPulse {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(var(--binds-primary-rgb), 1);
  box-shadow: 0 0 0 0 rgba(var(--binds-primary-rgb), 0.35);
  margin-top: 10px;
  animation: bindsChannelPulse 1.6s ease-out infinite;
}

@keyframes bindsChannelPulse {
  0% { box-shadow: 0 0 0 0 rgba(var(--binds-primary-rgb), 0.35); }
  65% { box-shadow: 0 0 0 10px rgba(var(--binds-primary-rgb), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--binds-primary-rgb), 0); }
}

.binds-rebrand .binds-channelMock__cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.binds-rebrand .binds-channelMock__card {
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-channelMock__cardTop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.binds-rebrand .binds-channelMock__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.78rem;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.04);
  color: rgba(11, 18, 32, 0.72);
}

.binds-rebrand .binds-channelMock__tag--soft {
  border-color: rgba(var(--binds-primary-rgb), 0.16);
  background: rgba(var(--binds-primary-rgb), 0.08);
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-channelMock__tag--ai {
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  background: rgba(var(--binds-accent-rgb), 0.10);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-channelMock__cardLine {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.10);
}

.binds-rebrand .binds-channelMock__cardLine.is-short {
  margin-top: 10px;
  width: 68%;
}

.binds-rebrand .binds-channelMock__typing {
  margin-top: 12px;
  width: 52px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0.9;
  animation: bindsChannelTypingWrap 3.2s ease-in-out infinite;
}

.binds-rebrand .binds-channelMock__typing span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--binds-primary-rgb), 0.8);
  animation: bindsChannelTypingDot 1.1s ease-in-out infinite;
}
.binds-rebrand .binds-channelMock__typing span:nth-child(2) { animation-delay: 0.12s; }
.binds-rebrand .binds-channelMock__typing span:nth-child(3) { animation-delay: 0.24s; }

@keyframes bindsChannelTypingDot {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  45% { transform: translateY(-3px); opacity: 1; }
}

@keyframes bindsChannelTypingWrap {
  0%, 15% { opacity: 0; transform: translateY(4px); }
  22%, 70% { opacity: 0.95; transform: translateY(0); }
  85%, 100% { opacity: 0; transform: translateY(-2px); }
}

/* ------------------------------------------------------------
   Survey simulator (fake): pesquisa sendo respondida nos canais
------------------------------------------------------------ */

.binds-rebrand .binds-surveySim {
  grid-column: 1 / -1;
  position: relative;
  min-height: 280px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.70);
  overflow: hidden;
}

.binds-rebrand .binds-surveySim__scene {
  position: absolute;
  inset: 0;
  padding: 12px;
  opacity: 0;
  transform: translateY(10px);
  animation: bindsSurveyScene var(--binds-channel-cycle) ease-in-out infinite;
}

.binds-rebrand .binds-surveySim__scene--email { animation-delay: calc(var(--binds-channel-cycle) / 5 * 0); }
.binds-rebrand .binds-surveySim__scene--sms   { animation-delay: calc(var(--binds-channel-cycle) / 5 * 1); }
.binds-rebrand .binds-surveySim__scene--wa    { animation-delay: calc(var(--binds-channel-cycle) / 5 * 2); }
.binds-rebrand .binds-surveySim__scene--widget{ animation-delay: calc(var(--binds-channel-cycle) / 5 * 3); }
.binds-rebrand .binds-surveySim__scene--totem { animation-delay: calc(var(--binds-channel-cycle) / 5 * 4); }

@keyframes bindsSurveyScene {
  0% { opacity: 0; transform: translateY(10px); }
  10% { opacity: 1; transform: translateY(0); }
  70% { opacity: 1; transform: translateY(0); }
  90% { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 0; transform: translateY(-6px); }
}

.binds-rebrand .binds-surveySim__shell {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.binds-rebrand .binds-surveySim__shellTop {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
  font-weight: 900;
  color: rgba(11, 18, 32, 0.82);
}

.binds-rebrand .binds-surveySim__shellTop .fa-whatsapp {
  color: rgba(var(--binds-teal-rgb), 1);
  font-size: 1.05rem;
}

.binds-rebrand .binds-surveySim__badge {
  margin-left: auto;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.18);
  background: rgba(var(--binds-primary-rgb), 0.08);
  color: rgba(var(--binds-primary-rgb), 1);
  font-size: 0.78rem;
  font-weight: 950;
}
.binds-rebrand .binds-surveySim__badge--soft {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  color: rgba(11, 18, 32, 0.72);
}
.binds-rebrand .binds-surveySim__badge--wa {
  border-color: rgba(var(--binds-teal-rgb), 0.22);
  background: rgba(var(--binds-teal-rgb), 0.10);
  color: rgba(var(--binds-teal-rgb), 1);
}

/* Email */
.binds-rebrand .binds-surveySim__shell--email {
  background:
    radial-gradient(720px 320px at 25% 20%, rgba(var(--binds-primary-rgb), 0.08), transparent 55%),
    rgba(255, 255, 255, 0.96);
}

/* SMS */
.binds-rebrand .binds-surveySim__shell--sms {
  background:
    radial-gradient(720px 320px at 75% 20%, rgba(var(--binds-primary-rgb), 0.08), transparent 55%),
    rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-surveySim__smsBubble {
  margin: 12px 12px 0;
  padding: 10px 10px;
  border-radius: 16px 16px 16px 6px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.binds-rebrand .binds-surveySim__smsLine {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.10);
}
.binds-rebrand .binds-surveySim__smsLink {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.18);
  background: rgba(var(--binds-primary-rgb), 0.08);
  color: rgba(var(--binds-primary-rgb), 1);
  font-weight: 950;
  font-size: 0.82rem;
  animation: bindsSurveyTap 2.4s ease-in-out infinite;
}

@keyframes bindsSurveyTap {
  0%, 10% { transform: scale(1); }
  18% { transform: scale(0.98); }
  28% { transform: scale(1.03); }
  40% { transform: scale(1); }
  100% { transform: scale(1); }
}

/* WhatsApp */
.binds-rebrand .binds-surveySim__shell--wa {
  background:
    radial-gradient(720px 320px at 20% 18%, rgba(var(--binds-teal-rgb), 0.10), transparent 56%),
    rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-surveySim__waChat {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.binds-rebrand .binds-surveySim__waBubble {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  font-weight: 750;
  color: rgba(11, 18, 32, 0.76);
  background: rgba(15, 23, 42, 0.04);
}
.binds-rebrand .binds-surveySim__waBubble.is-me {
  margin-left: auto;
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
}

.binds-rebrand .binds-surveySim__waTyping {
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 10px;
  opacity: 0;
  animation: bindsWaTyping 2.4s ease-in-out infinite;
}
.binds-rebrand .binds-surveySim__waTyping span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.38);
  animation: bindsChannelTypingDot 1.1s ease-in-out infinite;
}
.binds-rebrand .binds-surveySim__waTyping span:nth-child(2) { animation-delay: 0.12s; }
.binds-rebrand .binds-surveySim__waTyping span:nth-child(3) { animation-delay: 0.24s; }

@keyframes bindsWaTyping {
  0%, 55% { opacity: 0; transform: translateY(4px); }
  65%, 85% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-2px); }
}

/* Widget */
.binds-rebrand .binds-surveySim__shell--widget {
  background:
    radial-gradient(720px 320px at 80% 20%, rgba(var(--binds-primary-rgb), 0.08), transparent 56%),
    rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-surveySim__site {
  padding: 12px;
  height: 100%;
  display: grid;
  gap: 12px;
  align-content: start;
}
.binds-rebrand .binds-surveySim__siteBar {
  height: 12px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.08);
}
.binds-rebrand .binds-surveySim__siteGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.binds-rebrand .binds-surveySim__siteBlock {
  height: 60px;
  border-radius: 16px;
  background: rgba(11, 18, 32, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.binds-rebrand .binds-surveySim__modal {
  margin-top: 2px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
  animation: bindsWidgetPop 2.4s ease-in-out infinite;
}
@keyframes bindsWidgetPop {
  0%, 15% { opacity: 0; transform: translateY(10px) scale(0.98); }
  25%, 80% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-6px) scale(1); }
}

/* Totem */
.binds-rebrand .binds-surveySim__shell--totem {
  background:
    radial-gradient(720px 320px at 40% 20%, rgba(var(--binds-accent-rgb), 0.08), transparent 56%),
    rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-surveySim__kiosk {
  padding: 12px;
  display: grid;
  gap: 12px;
}

/* Mini survey card */
.binds-rebrand .binds-surveyCardMini {
  margin: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.10);
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-surveyCardMini--compact { margin-top: 10px; }
.binds-rebrand .binds-surveyCardMini--wa { margin: 0; box-shadow: none; background: rgba(255,255,255,0.85); }
.binds-rebrand .binds-surveyCardMini--kiosk { margin: 0; }

.binds-rebrand .binds-surveyCardMini__progress {
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.08);
  overflow: hidden;
  margin-bottom: 10px;
}
.binds-rebrand .binds-surveyCardMini__progress > span {
  display: block;
  height: 100%;
  width: 35%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-accent-rgb), 0.9));
  animation: bindsSurveyProgress 2.4s ease-in-out infinite;
}
@keyframes bindsSurveyProgress {
  0% { transform: scaleX(0.55); transform-origin: left; opacity: 0.9; }
  40% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0.55); opacity: 0.9; }
}

.binds-rebrand .binds-surveyCardMini__q {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.92);
  margin-bottom: 10px;
  line-height: 1.2;
}

.binds-rebrand .binds-surveyCardMini__scale {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 10px;
}
.binds-rebrand .binds-surveyCardMini__scale--mini { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.binds-rebrand .binds-surveyCardMini__scale--kiosk { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }

.binds-rebrand .binds-surveyCardMini__scale > span {
  height: 30px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  font-size: 0.82rem;
  color: rgba(11, 18, 32, 0.72);
}
.binds-rebrand .binds-surveyCardMini__scale--kiosk > span {
  height: 44px;
  font-size: 1.12rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-surveyCardMini__scalePick {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 60px) / 11);
  height: 30px;
  border-radius: 12px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.22);
  background: rgba(var(--binds-primary-rgb), 0.12);
  box-shadow: 0 12px 26px rgba(var(--binds-primary-rgb), 0.18);
  animation: bindsSurveyPick 2.4s cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
  pointer-events: none;
}
.binds-rebrand .binds-surveyCardMini__scale--mini .binds-surveyCardMini__scalePick {
  width: calc((100% - 24px) / 5);
}
.binds-rebrand .binds-surveyCardMini__scale--kiosk .binds-surveyCardMini__scalePick {
  width: calc((100% - 40px) / 5);
  height: 44px;
  border-radius: 16px;
}

@keyframes bindsSurveyPick {
  0%, 18% { transform: translateX(0); opacity: 0; }
  28% { opacity: 1; }
  55% { transform: translateX(220%); opacity: 1; }
  70% { transform: translateX(320%); opacity: 1; }
  85% { opacity: 0; }
  100% { transform: translateX(320%); opacity: 0; }
}

.binds-rebrand .binds-surveyCardMini__text {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.74);
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.binds-rebrand .binds-surveyCardMini__textLine {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.10);
}
.binds-rebrand .binds-surveyCardMini__textLine.is-short {
  margin-top: 10px;
  width: 70%;
}
.binds-rebrand .binds-surveyCardMini__typing {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  animation: bindsChannelTypingWrap 2.4s ease-in-out infinite;
}
.binds-rebrand .binds-surveyCardMini__typing span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--binds-primary-rgb), 0.75);
  animation: bindsChannelTypingDot 1.1s ease-in-out infinite;
}
.binds-rebrand .binds-surveyCardMini__typing span:nth-child(2) { animation-delay: 0.12s; }
.binds-rebrand .binds-surveyCardMini__typing span:nth-child(3) { animation-delay: 0.24s; }

.binds-rebrand .binds-surveyCardMini__cta {
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.18);
  background: linear-gradient(135deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-primary-rgb), 0.78));
  color: rgba(255, 255, 255, 0.95);
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(var(--binds-primary-rgb), 0.22);
  animation: bindsSurveyCta 2.4s ease-in-out infinite;
}
@keyframes bindsSurveyCta {
  0%, 40% { transform: none; opacity: 1; }
  52% { transform: scale(0.98); }
  60% { transform: scale(1.01); }
  80% { opacity: 0.15; }
  100% { opacity: 1; }
}

.binds-rebrand .binds-surveyCardMini__thanks {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  transform: translateY(6px);
  animation: bindsSurveyThanks 2.4s ease-in-out infinite;
}
.binds-rebrand .binds-surveyCardMini__thanks b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.92);
  font-size: 1.05rem;
}
.binds-rebrand .binds-surveyCardMini__thanks span {
  font-weight: 700;
  color: rgba(11, 18, 32, 0.62);
}
@keyframes bindsSurveyThanks {
  0%, 64% { opacity: 0; transform: translateY(8px); }
  74%, 92% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-4px); }
}

.binds-rebrand .binds-surveyCardMini--compact .binds-surveyCardMini__text,
.binds-rebrand .binds-surveyCardMini--compact .binds-surveyCardMini__progress {
  display: none;
}

/* Totem: apenas o box de respostas */
.binds-rebrand .binds-surveyTotemBox {
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
}

.binds-rebrand .binds-surveyTotemBox__inner {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-surveyTotemBox__scale {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.binds-rebrand .binds-surveyTotemBox__scale > span {
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.94);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.12rem;
}

.binds-rebrand .binds-surveyTotemBox__pick {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 40px) / 5);
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.22);
  background: rgba(var(--binds-primary-rgb), 0.10);
  box-shadow: 0 12px 26px rgba(var(--binds-primary-rgb), 0.18);
  animation: bindsSurveyPick 2.4s cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
  pointer-events: none;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-channelMock {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-channelMock__main {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-channelMock__cards {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-channelPanel__footer {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-surveySim {
    min-height: 340px;
  }
}

/* Why list icon bubbles */
.binds-rebrand .binds-iconBubble {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.95);
  background: rgba(var(--binds-primary-rgb), 0.95);
}

.binds-rebrand .binds-iconBubble--primary { background: rgba(var(--binds-primary-rgb), 0.95); }
.binds-rebrand .binds-iconBubble--teal { background: rgba(var(--binds-teal-rgb), 0.95); }
.binds-rebrand .binds-iconBubble--accent { background: rgba(var(--binds-accent-rgb), 0.95); }
.binds-rebrand .binds-iconBubble--dark { background: rgba(63, 51, 86, 0.95); }

.binds-rebrand .binds-figure {
  margin: 0;
}

/* Numbers stat cards */
.binds-rebrand .binds-statCard {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.binds-rebrand .binds-statCard--primary {
  background: linear-gradient(135deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-primary-rgb), 0.78));
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.18);
}

.binds-rebrand .binds-statCard__value {
  font-weight: 950;
  font-size: 1.15rem;
  color: var(--binds-text);
}

.binds-rebrand .binds-statCard--primary .binds-statCard__value {
  color: rgba(255, 255, 255, 0.96);
}

/* ------------------------------------------------------------
   Home: Integrações / Números / Logos (layout)
------------------------------------------------------------ */

.binds-rebrand .binds-integrationsSplit,
.binds-rebrand .binds-numbersSplit {
  align-items: center;
}

.binds-rebrand .binds-statGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

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

.binds-rebrand .binds-home-section--logos {
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-home-section--logos::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(860px 520px at 20% 20%, rgba(var(--binds-primary-rgb), 0.10), transparent 62%),
    radial-gradient(760px 520px at 86% 70%, rgba(var(--binds-accent-rgb), 0.08), transparent 64%);
  opacity: 0.95;
}

.binds-rebrand .binds-home-section--logos > .u-container {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-logoGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-logoGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.binds-rebrand .binds-logoTile {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.10);
  padding: 18px 16px;
  display: grid;
  place-items: center;
  min-height: 78px;
}

.binds-rebrand .binds-logoTile img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
  display: block;
  opacity: 0.86;
  filter: saturate(1.02) contrast(1.02);
}

/* ------------------------------------------------------------
   Home: Blog (rework)
------------------------------------------------------------ */

.binds-rebrand .binds-home-section--blog {
  position: relative;
}

.binds-rebrand .binds-blogGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-blogGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.binds-rebrand .binds-blogCard {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 340px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.binds-rebrand .binds-blogCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
}

.binds-rebrand .binds-blogCard__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: rgba(15, 23, 42, 0.06);
}

.binds-rebrand .binds-blogCard__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.binds-rebrand .binds-blogCard__body {
  padding: 14px 14px 14px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.binds-rebrand .binds-blogCard__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(11, 18, 32, 0.60);
  font-weight: 750;
  font-size: 0.84rem;
}

.binds-rebrand .binds-blogCard__title {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
  line-height: 1.2;
}

.binds-rebrand .binds-blogCard__text {
  color: rgba(11, 18, 32, 0.68);
  font-weight: 650;
  line-height: 1.45;
}

.binds-rebrand .binds-blogActions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

/* ------------------------------------------------------------
   Soluções: páginas (hero + seções)
------------------------------------------------------------ */

.binds-rebrand .binds-pageHero {
  position: relative;
  padding: 92px 0 74px;
  overflow: hidden;
}

.binds-rebrand .binds-pageHero--dark,
.binds-rebrand .binds-pageHero--finance {
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(var(--binds-primary-rgb), 0.34), transparent 62%),
    radial-gradient(860px 520px at 84% 42%, rgba(var(--binds-teal-rgb), 0.20), transparent 64%),
    radial-gradient(780px 520px at 70% 92%, rgba(var(--binds-accent-rgb), 0.16), transparent 66%),
    #070a13;
  color: rgba(255, 255, 255, 0.92);
}

/* Hero variante doc: cabeçalho de documento (sem botões, fundo neutro) */
.binds-rebrand .binds-pageHero--doc {
  background: var(--binds-surface);
  color: var(--binds-text);
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--binds-border);
}
.binds-rebrand .binds-pageHero--doc .binds-pageHero__grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.binds-rebrand .binds-pageHero--doc .binds-pageHero__title {
  color: var(--binds-text);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 750;
}
.binds-rebrand .binds-pageHero--doc .binds-pageHero__accent {
  color: var(--binds-text);
  background: none;
  -webkit-text-fill-color: inherit;
}
.binds-rebrand .binds-pageHero--doc .binds-pageHero__lead {
  color: var(--binds-text-2);
  font-size: 1rem;
  font-weight: 500;
}
.binds-rebrand .binds-pageHero--doc .binds-pageHero__actions {
  display: none;
}

/* Páginas documento: diagramação profissional, estilo documento */
.binds-docPage .u-section {
  padding: 48px 0 56px;
}
.binds-docPage .u-section .u-container {
  max-width: 720px;
}
.binds-docPage .u-section p,
.binds-docPage .u-section .binds-sectionHead p {
  text-align: justify;
}
/* Footer não é afetado pelos estilos de documento */
.binds-docPage .binds-footer .u-container {
  max-width: var(--binds-container);
}
.binds-docPage .binds-footer p {
  text-align: left;
}
.binds-docPage .u-section .binds-sectionHead,
.binds-docPage .u-section .binds-legalDoc {
  max-width: 100%;
}
.binds-docPage .u-section .binds-h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: var(--binds-text);
}
.binds-docPage .u-section .binds-h2:first-child {
  margin-top: 0;
}
.binds-docPage .u-section .binds-lead,
.binds-docPage .u-section .binds-legalDoc p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--binds-text-2);
  margin-bottom: 1em;
  text-align: justify;
}
.binds-docPage .u-section .binds-legalDoc h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  color: var(--binds-text);
  letter-spacing: 0.01em;
}
.binds-docPage .u-section .binds-legalDoc ul {
  margin: 0.75em 0 1em 1.25em;
  padding: 0;
}
.binds-docPage .u-section .binds-legalDoc li {
  margin-bottom: 0.35em;
  line-height: 1.6;
  text-align: justify;
}
.binds-docPage .u-section .binds-legalDoc table {
  margin: 1em 0 1.5em;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .binds-docPage .u-section {
    padding: 32px 0 40px;
  }
}

/* Guias / artigos longos: diagramação para leitura confortável */
.binds-rebrand .binds-guidePage {
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}
.binds-rebrand .binds-guidePage .binds-guideIndex {
  padding: 24px 28px;
  border-radius: var(--binds-radius-lg, 12px);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 0;
}
.binds-rebrand .binds-guidePage .binds-guideIndex__title {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--binds-heading, #0f172a);
}
.binds-rebrand .binds-guidePage .binds-guideIndex__desc {
  margin: 0 0 16px;
  line-height: 1.65;
  color: var(--binds-text-2, #64748b);
  font-size: 0.95rem;
}
.binds-rebrand .binds-guidePage .binds-guideIndex__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
.binds-rebrand .binds-guidePage .binds-guideIndex__links a {
  color: var(--binds-primary, #3b82f6);
  text-decoration: none;
  font-weight: 600;
}
.binds-rebrand .binds-guidePage .binds-guideIndex__links a:hover {
  text-decoration: underline;
}
.binds-rebrand .binds-guidePage .binds-guideIndex__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.binds-rebrand .binds-guidePage .binds-guideIndex__nav {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.binds-rebrand .binds-guidePage .binds-guideSection {
  padding: 40px var(--binds-gutter, 24px) 48px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.binds-rebrand .binds-guidePage .binds-guideSection:last-of-type {
  border-bottom: 0;
}
.binds-rebrand .binds-guidePage .binds-guideSection .binds-h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--binds-heading, #0f172a);
  line-height: 1.3;
}
.binds-rebrand .binds-guidePage .binds-prose {
  font-size: 1.05rem;
  line-height: 1.78;
  color: var(--binds-text-2, #475569);
  margin: 0 0 1.25em;
}
.binds-rebrand .binds-guidePage .binds-prose:last-child {
  margin-bottom: 0;
}
.binds-rebrand .binds-guidePage .binds-guideSection h3 {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 2em 0 0.6em;
  color: var(--binds-heading, #0f172a);
}
.binds-rebrand .binds-guidePage .binds-guideSection h3:first-child {
  margin-top: 0;
}
.binds-rebrand .binds-guidePage .binds-guideSection ul,
.binds-rebrand .binds-guidePage .binds-guideSection ol {
  margin: 1em 0 1.25em;
  padding-left: 1.5em;
  line-height: 1.75;
  color: var(--binds-text-2, #475569);
}
.binds-rebrand .binds-guidePage .binds-guideSection li {
  margin-bottom: 0.5em;
}
.binds-rebrand .binds-guidePage .binds-guideSection li::marker {
  color: var(--binds-primary, #6366f1);
}
.binds-rebrand .binds-guidePage .binds-guideSection blockquote {
  margin: 1.5em 0;
  padding: 20px 24px 20px 24px;
  border-left: 4px solid var(--binds-primary, #6366f1);
  background: rgba(99, 102, 241, 0.05);
  border-radius: 0 12px 12px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  font-style: italic;
  color: var(--binds-heading, #0f172a);
}
.binds-rebrand .binds-guidePage .binds-callout {
  margin: 1.5em 0;
  padding: 18px 22px;
  background: rgba(59, 130, 246, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.12);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--binds-text-2, #475569);
}
.binds-rebrand .binds-guidePage .binds-callout strong {
  color: var(--binds-heading, #0f172a);
}
.binds-rebrand .binds-guidePage .binds-guideSection code {
  font-size: 0.9em;
  padding: 2px 6px;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 6px;
  font-family: ui-monospace, monospace;
}
.binds-rebrand .binds-guidePage .binds-guideSection a {
  color: var(--binds-primary, #3b82f6);
  text-decoration: none;
  font-weight: 600;
}
.binds-rebrand .binds-guidePage .binds-guideSection a:hover {
  text-decoration: underline;
}
.binds-rebrand .binds-guidePage .binds-videoWrap {
  margin: 1.5em 0;
  padding: 18px 22px;
  background: rgba(59, 130, 246, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.binds-rebrand .binds-guidePage .binds-videoWrap .binds-videoWrap__title {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--binds-heading, #0f172a);
}
.binds-rebrand .binds-guidePage .binds-videoWrap .binds-videoWrap__desc {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--binds-text-2, #64748b);
}
.binds-rebrand .binds-guidePage .binds-videoWrap .binds-videoWrap__frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
}
.binds-rebrand .binds-guidePage .binds-videoWrap .binds-videoWrap__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.binds-rebrand .binds-guidePage .binds-npsLinks {
  columns: 2;
  column-gap: 28px;
  margin: 1.25em 0 0;
  padding-left: 0;
  list-style: none;
}
.binds-rebrand .binds-guidePage .binds-npsLinks li {
  break-inside: avoid;
  margin: 0 0 12px;
}
.binds-rebrand .binds-guidePage .binds-npsLinks a {
  text-decoration: none;
  line-height: 1.6;
  color: var(--binds-primary, #3b82f6);
  font-weight: 600;
}
.binds-rebrand .binds-guidePage .binds-npsLinks a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .binds-rebrand .binds-guidePage .binds-npsLinks {
    columns: 1;
  }
}
@media (max-width: 768px) {
  .binds-rebrand .binds-guidePage .binds-guideSection {
    padding: 28px 0 36px;
  }
  .binds-rebrand .binds-guidePage .binds-guideSection .binds-h2 {
    font-size: 1.35rem;
  }
  .binds-rebrand .binds-guidePage .binds-guideSection h3 {
    font-size: 1.1rem;
  }
}

.binds-rebrand .binds-pageHero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.binds-rebrand .binds-pageHero__grid > * {
  min-width: 0;
  overflow: visible;
}

.binds-rebrand .binds-pageHero__grid > div:last-child {
  align-self: start;
}

.binds-rebrand .binds-pageHero--finance .binds-pageHero__grid {
  align-items: start;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-pageHero__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.binds-rebrand .binds-pageHero__title {
  margin: 0;
  font-weight: 980;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(2.1rem, 3.2vw, 3.1rem);
}

.binds-rebrand .binds-pageHero__accent {
  color: rgba(255, 255, 255, 0.96);
  background: linear-gradient(90deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-accent-rgb), 1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.binds-rebrand .binds-pageHero__lead {
  margin-top: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 650;
  font-size: 1.05rem;
  line-height: 1.45;
}

.binds-rebrand .binds-pageHero__actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Form no header (hero) */
.binds-rebrand .binds-heroLeadCard {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(560px 260px at 20% 18%, rgba(var(--binds-primary-rgb), 0.20), transparent 62%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(16px);
  padding: 16px 16px 14px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.binds-rebrand .binds-heroLeadCard *,
.binds-rebrand .binds-heroLeadCard *::before,
.binds-rebrand .binds-heroLeadCard *::after {
  transition: none !important;
  animation: none !important;
}

.binds-rebrand .binds-heroLeadCard .form-control,
.binds-rebrand .binds-heroLeadCard input {
  vertical-align: middle !important;
  display: block !important;
}

.binds-rebrand .binds-heroLeadCard form {
  display: block;
  width: 100%;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__error {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-height: 20px;
  line-height: 1.3;
  padding-top: 2px;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__field .form-group {
  margin-bottom: 0;
  min-height: auto;
}

.binds-rebrand .binds-heroLeadCard .form-group {
  margin-bottom: 4px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  position: relative;
  padding: 0 4px;
  margin-left: -4px;
  margin-right: -4px;
  min-height: 44px;
}

.binds-rebrand .binds-heroLeadCard .form-group * {
  box-sizing: border-box !important;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__field {
  margin-bottom: 4px;
  width: 100%;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__field.has-error {
  margin-bottom: 4px;
  min-height: 88px;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__field:last-of-type {
  min-height: auto;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__field:last-of-type.has-error {
  min-height: auto;
}

.binds-rebrand .binds-heroLeadCard .form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  line-height: normal !important;
  padding: 0.70rem 0.85rem !important;
  transition: none !important;
  outline: none !important;
}

.binds-rebrand .binds-heroLeadCard .form-control:hover,
.binds-rebrand .binds-heroLeadCard .form-control:active,
.binds-rebrand .binds-heroLeadCard .form-control:focus {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0.70rem 0.85rem !important;
}

.binds-rebrand .binds-heroLeadCard label {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__field.has-error label {
  color: rgba(255, 128, 170, 0.95);
}

.binds-rebrand .binds-heroLeadCard .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
  margin: 8px 0;
}

.binds-rebrand .binds-heroLeadCard .g-recaptcha > div {
  margin: 0 auto;
  transform: scale(0.95);
  transform-origin: center;
}

.binds-rebrand .binds-heroLeadCard input[type="text"],
.binds-rebrand .binds-heroLeadCard input[type="email"],
.binds-rebrand .binds-heroLeadCard input[type="tel"],
.binds-rebrand .binds-heroLeadCard input {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}

.binds-rebrand .binds-heroLeadCard button {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  margin-top: 4px;
  flex-shrink: 0;
}

.binds-rebrand .binds-heroLeadCard__head {
  display: grid;
  gap: 3px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.binds-rebrand .binds-heroLeadCard__head b {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 980;
  letter-spacing: -0.02em;
}

.binds-rebrand .binds-heroLeadCard__head span {
  color: rgba(255, 255, 255, 0.70);
  font-weight: 650;
}

.binds-rebrand .binds-heroLeadCard__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

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

.binds-rebrand .binds-pageHero--dark .binds-leadForm__label,
.binds-rebrand .binds-pageHero--finance .binds-leadForm__label {
  color: rgba(255, 255, 255, 0.70);
}

.binds-rebrand .binds-pageHero--dark .binds-heroLeadCard .form-control,
.binds-rebrand .binds-pageHero--finance .binds-heroLeadCard .form-control {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(7, 10, 19, 0.42) !important;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  padding: 0.70rem 0.85rem !important;
  font-weight: 650;
  font-size: 16px;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  line-height: normal !important;
  transition: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  will-change: auto;
  outline: none !important;
}

.binds-rebrand .binds-pageHero--dark .binds-heroLeadCard .form-control:-webkit-autofill,
.binds-rebrand .binds-pageHero--dark .binds-heroLeadCard .form-control:-webkit-autofill:hover,
.binds-rebrand .binds-pageHero--dark .binds-heroLeadCard .form-control:-webkit-autofill:focus,
.binds-rebrand .binds-pageHero--dark .binds-heroLeadCard .form-control:-webkit-autofill:active,
.binds-rebrand .binds-pageHero--finance .binds-heroLeadCard .form-control:-webkit-autofill,
.binds-rebrand .binds-pageHero--finance .binds-heroLeadCard .form-control:-webkit-autofill:hover,
.binds-rebrand .binds-pageHero--finance .binds-heroLeadCard .form-control:-webkit-autofill:focus,
.binds-rebrand .binds-pageHero--finance .binds-heroLeadCard .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px rgba(7, 10, 19, 0.42) inset !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0.70rem 0.85rem !important;
  line-height: normal !important;
  transition: background-color 5000s ease-in-out 0s;
}

.binds-rebrand .binds-pageHero--dark .binds-heroLeadCard .form-control::placeholder,
.binds-rebrand .binds-pageHero--finance .binds-heroLeadCard .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
  line-height: normal !important;
  transform: none !important;
  transition: none !important;
}

.binds-rebrand .binds-pageHero--dark .binds-heroLeadCard .form-control:focus,
.binds-rebrand .binds-pageHero--finance .binds-heroLeadCard .form-control:focus {
  border-color: rgba(var(--binds-primary-rgb), 0.45) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 0 0 3px rgba(var(--binds-primary-rgb), 0.20) !important;
  outline: none !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0.70rem 0.85rem !important;
  margin: 0 !important;
  transform: none !important;
}

.binds-rebrand .binds-pageHero--dark .binds-leadForm__recaptchaMsg,
.binds-rebrand .binds-pageHero--finance .binds-leadForm__recaptchaMsg {
  color: rgba(255, 128, 170, 0.95);
}

.binds-rebrand .binds-pageHero--dark .binds-leadForm__status,
.binds-rebrand .binds-pageHero--finance .binds-leadForm__status {
  color: rgba(255, 255, 255, 0.72);
}

.binds-rebrand .binds-pageHero--dark .binds-leadForm__status[data-tone="success"],
.binds-rebrand .binds-pageHero--finance .binds-leadForm__status[data-tone="success"] { color: rgba(52, 211, 153, 0.95); }
.binds-rebrand .binds-pageHero--dark .binds-leadForm__status[data-tone="error"],
.binds-rebrand .binds-pageHero--finance .binds-leadForm__status[data-tone="error"] { color: rgba(255, 128, 170, 0.95); }

/* Rodapé do header: cards horizontais */
.binds-rebrand .binds-pageHero__footer {
  margin-top: 22px;
}

.binds-rebrand .binds-pageHeroFooter {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.30);
  padding: 14px 14px;
  display: grid;
  grid-template-columns: 0.9fr 2.1fr;
  gap: 14px;
  align-items: center;
}

.binds-rebrand .binds-pageHeroFooter__title {
  margin-top: 8px;
  font-weight: 980;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
}

.binds-rebrand .binds-pageHeroFooter__text {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.70);
  font-weight: 650;
}

.binds-rebrand .binds-pageHeroFooter__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.binds-rebrand .binds-pageHeroFooter__card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 10, 19, 0.26);
  padding: 10px 10px;
  min-height: 64px;
}

.binds-rebrand .binds-pageHeroFooter__card b {
  display: block;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.binds-rebrand .binds-pageHeroFooter__card span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 650;
  line-height: 1.25;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-pageHeroFooter {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-pageHeroFooter__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

/* Botões no hero escuro precisam de contraste */
.binds-rebrand .binds-pageHero--dark .btn-outline,
.binds-rebrand .binds-pageHero--finance .btn-outline,
.binds-rebrand .bg-dark .btn-outline,
.binds-rebrand .bg-darker .btn-outline,
.binds-rebrand .text-contrast .btn-outline {
  border-color: rgba(255, 255, 255, 0.26) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  opacity: 1;
}

.binds-rebrand .binds-pageHero--dark a.btn-outline:visited,
.binds-rebrand .binds-pageHero--finance a.btn-outline:visited,
.binds-rebrand .bg-dark a.btn-outline:visited,
.binds-rebrand .bg-darker a.btn-outline:visited,
.binds-rebrand .text-contrast a.btn-outline:visited {
  color: rgba(255, 255, 255, 0.92) !important;
}

.binds-rebrand .binds-pageHero--dark .btn-outline:hover,
.binds-rebrand .binds-pageHero--finance .btn-outline:hover,
.binds-rebrand .bg-dark .btn-outline:hover,
.binds-rebrand .bg-darker .btn-outline:hover,
.binds-rebrand .text-contrast .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.96) !important;
}

.binds-rebrand .binds-pageHero--dark .btn-outline:focus-visible,
.binds-rebrand .binds-pageHero--finance .btn-outline:focus-visible,
.binds-rebrand .bg-dark .btn-outline:focus-visible,
.binds-rebrand .bg-darker .btn-outline:focus-visible,
.binds-rebrand .text-contrast .btn-outline:focus-visible {
  outline: 3px solid rgba(var(--binds-primary-rgb), 0.45);
  outline-offset: 3px;
}

.binds-rebrand .binds-pageHero__panel {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(560px 260px at 20% 18%, rgba(var(--binds-primary-rgb), 0.22), transparent 62%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(16px);
  padding: 16px 16px 14px;
}

.binds-rebrand .binds-pageHero__panelTop {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.binds-rebrand .binds-pageHero__pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
  font-size: 0.78rem;
}

.binds-rebrand .binds-pageHero__pill--teal {
  border-color: rgba(var(--binds-teal-rgb), 0.24);
  background: rgba(var(--binds-teal-rgb), 0.12);
}

.binds-rebrand .binds-pageHero__pill--accent {
  border-color: rgba(var(--binds-accent-rgb), 0.24);
  background: rgba(var(--binds-accent-rgb), 0.12);
}

.binds-rebrand .binds-pageHero__panelTitle {
  font-weight: 980;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.08rem;
}

.binds-rebrand .binds-pageHero__panelText {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.70);
  font-weight: 650;
}

.binds-rebrand .binds-pageHero__panelGrid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.binds-rebrand .binds-pageHero__mini {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 10px;
}

.binds-rebrand .binds-pageHero__mini b {
  display: block;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.binds-rebrand .binds-pageHero__mini span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 650;
  line-height: 1.25;
}

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

.binds-rebrand .binds-solutionSection {
  position: relative;
}

.binds-rebrand .binds-solutionSection--alt {
  background: rgba(255, 255, 255, 0.35);
}

/* Páginas modelo: seções com cards, ícones e animações (AOS) */
.binds-rebrand .binds-modeloPage .binds-modeloCard {
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--binds-radius-xl, 20px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 0 0 1px rgba(99, 102, 241, 0.04);
  padding: 40px 36px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.binds-rebrand .binds-modeloPage .binds-modeloCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(99, 102, 241, 0.08);
}
.binds-rebrand .binds-modeloPage .binds-modeloCard__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 1.75rem;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(139, 92, 246, 0.12));
  color: var(--binds-primary, #6366f1);
  border: 1px solid rgba(99, 102, 241, 0.2);
}
.binds-rebrand .binds-modeloPage .binds-modeloCard__icon--teal {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(6, 182, 212, 0.12));
  color: var(--binds-teal, #14b8a6);
  border-color: rgba(20, 184, 166, 0.25);
}
.binds-rebrand .binds-modeloPage .binds-modeloCard__icon--accent {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(244, 114, 182, 0.12));
  color: var(--binds-accent, #ec4899);
  border-color: rgba(236, 72, 153, 0.25);
}
.binds-rebrand .binds-modeloPage .binds-modeloCard .binds-h2,
.binds-rebrand .binds-modeloPage .binds-modeloCard .binds-h3 {
  text-align: center;
  margin-bottom: 16px;
}
.binds-rebrand .binds-modeloPage .binds-modeloCard .binds-lead {
  text-align: center;
  margin: 0;
  line-height: 1.75;
  color: var(--binds-text-2, #64748b);
}
.binds-rebrand .binds-modeloPage .binds-modeloBlock {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border-radius: var(--binds-radius-xl, 20px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  padding: 40px 36px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.binds-rebrand .binds-modeloPage .binds-modeloBlock:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}
.binds-rebrand .binds-modeloPage .binds-modeloBlock__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.75rem;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}
.binds-rebrand .binds-modeloPage .binds-modeloBlock .binds-h3 {
  text-align: center;
  margin-bottom: 24px;
}
.binds-rebrand .binds-modeloPage .binds-modeloBlock p {
  margin: 0 0 12px;
  line-height: 1.7;
  color: var(--binds-text-2, #64748b);
}
.binds-rebrand .binds-modeloPage .binds-modeloBlock p:last-child {
  margin-bottom: 0;
}
.binds-rebrand .binds-modeloPage .binds-modeloBlock .binds-modeloPergunta {
  display: block;
  padding: 14px 18px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border-left: 4px solid var(--binds-primary, #6366f1);
  font-weight: 600;
  color: var(--binds-heading, #0f172a);
}
.binds-rebrand .binds-modeloPage .binds-modeloCTA {
  padding: 48px 24px;
  text-align: center;
}
.binds-rebrand .binds-modeloPage .binds-modeloCTA .btn {
  min-width: 280px;
}

/* Demonstração do modelo: card com pergunta + escala (estilo home) */
.binds-rebrand .binds-modeloDemo {
  max-width: 520px;
  margin: 0 auto;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  text-align: center;
}
.binds-rebrand .binds-modeloDemo__title {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--binds-primary, #1d4ed8);
  margin-bottom: 10px;
}
.binds-rebrand .binds-modeloDemo__question {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--binds-heading, #0f172a);
  margin: 0 0 20px;
  font-weight: 600;
}
.binds-rebrand .binds-modeloDemo__scale {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* Estilo neutro da demonstração: botões retangulares, fundo claro, borda fina, texto escuro (sem cores por número) */
.binds-rebrand .binds-modeloDemo__scaleBtn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #334155;
  cursor: default;
  pointer-events: none;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.binds-rebrand .binds-modeloDemo__scale--nps .binds-modeloDemo__scaleBtn,
.binds-rebrand .binds-modeloDemo__scale--csat .binds-modeloDemo__scaleBtn,
.binds-rebrand .binds-modeloDemo__scale--ces .binds-modeloDemo__scaleBtn,
.binds-rebrand .binds-modeloDemo__scale--scale7 .binds-modeloDemo__scaleBtn,
.binds-rebrand .binds-modeloDemo__scale--likert .binds-modeloDemo__scaleBtn {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #334155;
}
/* NVS: 5 opções em texto (comparação com concorrência) */
.binds-rebrand .binds-modeloDemo__scale--nvs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.binds-rebrand .binds-modeloDemo__nvsOption {
  padding: 8px 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 600;
  color: #334155;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  cursor: default;
  pointer-events: none;
  max-width: 140px;
  text-align: center;
}
/* Texto aberto: placeholder de resposta livre */
.binds-rebrand .binds-modeloDemo__openText {
  margin-top: 12px;
}
.binds-rebrand .binds-modeloDemo__openTextPlaceholder {
  display: block;
  min-height: 80px;
  padding: 14px 16px;
  font-size: 0.9rem;
  color: var(--binds-text-2, #64748b);
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.binds-rebrand .binds-modeloDemo__labels {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--binds-text-2, #64748b);
  font-weight: 600;
}
@media (max-width: 768px) {
  .binds-rebrand .binds-modeloDemo {
    padding: 24px 20px;
  }
  .binds-rebrand .binds-modeloDemo__scaleBtn {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 12px;
  }
}

/* Lista de demonstrações: perguntas alternadas esquerda/direita com efeito de deslocamento */
.binds-rebrand .binds-modeloDemoList {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}
.binds-rebrand .binds-modeloDemoItem {
  max-width: 520px;
  width: 100%;
}
.binds-rebrand .binds-modeloDemoItem--left {
  align-self: flex-start;
  margin-right: auto;
}
.binds-rebrand .binds-modeloDemoItem--right {
  align-self: flex-end;
  margin-left: auto;
}
@media (max-width: 768px) {
  .binds-rebrand .binds-modeloDemoItem--left,
  .binds-rebrand .binds-modeloDemoItem--right {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }
}

.binds-rebrand .binds-solutionHighlights {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.binds-rebrand .binds-solutionCard {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  padding: 16px 16px 14px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.binds-rebrand .binds-solutionCard__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.binds-rebrand .binds-solutionIcon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
  flex: none;
}

.binds-rebrand .binds-solutionIcon--teal {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 1);
}

.binds-rebrand .binds-solutionIcon--accent {
  background: rgba(var(--binds-accent-rgb), 0.10);
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-solutionCard b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-solutionCard p {
  margin: 0;
  color: rgba(11, 18, 32, 0.68);
  font-weight: 650;
  line-height: 1.5;
}

/* ------------------------------------------------------------
   Pesquisa: Modelos (filtros + cards detalhados)
------------------------------------------------------------ */

.binds-rebrand .binds-modelFiltersCard {
  margin-top: 16px;
  max-width: 980px;
  margin-inline: auto;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(720px 320px at 18% 20%, rgba(var(--binds-primary-rgb), 0.12), transparent 62%),
    radial-gradient(640px 320px at 88% 30%, rgba(var(--binds-teal-rgb), 0.10), transparent 64%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}

.binds-rebrand .binds-modelFiltersCard .binds-heroLeadCard__head {
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.binds-rebrand .binds-modelFiltersCard .binds-heroLeadCard__head b {
  color: rgba(11, 18, 32, 0.92);
}

.binds-rebrand .binds-modelFiltersCard .binds-heroLeadCard__head span {
  color: rgba(11, 18, 32, 0.62);
}

.binds-rebrand .binds-modelFiltersCard__body {
  padding: 12px 18px 18px;
}

.binds-rebrand .binds-modelFiltersCard__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.binds-rebrand .binds-modelFiltersCard__search {
  margin-top: 12px;
}

.binds-rebrand .binds-modelFiltersCard__search .form-control {
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.binds-rebrand .binds-modelFiltersCard__search .form-control:focus {
  border-color: rgba(var(--binds-primary-rgb), 0.55);
  box-shadow: 0 0 0 4px rgba(var(--binds-primary-rgb), 0.14);
}

.binds-rebrand .binds-modelBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.binds-rebrand .binds-metricBadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.75);
  font-weight: 850;
  letter-spacing: -0.01em;
  font-size: 0.92rem;
  line-height: 1;
  color: rgba(11, 18, 32, 0.82);
}

.binds-rebrand .binds-metricBadge--nps {
  background: rgba(var(--binds-primary-rgb), 0.10);
  border-color: rgba(var(--binds-primary-rgb), 0.18);
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-metricBadge--csat {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 1);
}

.binds-rebrand .binds-metricBadge--ces {
  background: rgba(var(--binds-accent-rgb), 0.10);
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-metricBadge--likert {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.22);
  color: rgba(180, 83, 9, 1);
}

.binds-rebrand .binds-metricBadge--texto {
  background: rgba(148, 163, 184, 0.20);
  border-color: rgba(148, 163, 184, 0.34);
  color: rgba(30, 41, 59, 0.92);
}

.binds-rebrand .binds-metricBadge--nvs {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.22);
  color: rgba(22, 101, 52, 1);
}

.binds-rebrand .binds-modelDetailCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.14);
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-modelDetailCard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(820px 420px at 12% 18%, rgba(var(--binds-primary-rgb), 0.10), transparent 60%),
    radial-gradient(720px 420px at 86% 66%, rgba(var(--binds-teal-rgb), 0.08), transparent 62%);
  opacity: 0.95;
}

.binds-rebrand .binds-modelDetailCard > * {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-modelDetailCard[data-primary-metric="nps"] .binds-solutionIcon {
  background: rgba(var(--binds-primary-rgb), 0.12);
  border-color: rgba(var(--binds-primary-rgb), 0.20);
  color: rgba(var(--binds-primary-rgb), 1);
}

.binds-rebrand .binds-modelDetailCard[data-primary-metric="csat"] .binds-solutionIcon {
  background: rgba(var(--binds-teal-rgb), 0.12);
  border-color: rgba(var(--binds-teal-rgb), 0.22);
  color: rgba(var(--binds-teal-rgb), 1);
}

.binds-rebrand .binds-modelDetailCard[data-primary-metric="ces"] .binds-solutionIcon {
  background: rgba(var(--binds-accent-rgb), 0.12);
  border-color: rgba(var(--binds-accent-rgb), 0.22);
  color: rgba(var(--binds-accent-rgb), 1);
}

.binds-rebrand .binds-modelDetailCard a.btn.btn-rounded.btn-outline {
  background: rgba(255, 255, 255, 0.70);
  border-color: rgba(15, 23, 42, 0.14);
}

.binds-rebrand .binds-solutionBrowser .screen img {
  width: 100%;
  height: auto;
  display: block;
}

.binds-rebrand .binds-solutionSplit--reverse {
  grid-auto-flow: dense;
}

@media (min-width: 993px) {
  .binds-rebrand .binds-solutionSplit--reverse .binds-split__media {
    order: -1;
  }
}

.binds-rebrand .binds-solutionGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-solutionGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.binds-rebrand .binds-solutionTile {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  padding: 16px 16px 14px;
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 140px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.binds-rebrand .binds-solutionTile:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
}

.binds-rebrand .binds-solutionTile__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 1);
}

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

.binds-rebrand .binds-solutionTile b {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-solutionTile span {
  color: rgba(11, 18, 32, 0.66);
  font-weight: 650;
  line-height: 1.4;
}

/* ------------------------------------------------------------
   Lead capture (form) - usado em páginas internas
------------------------------------------------------------ */

.binds-rebrand .binds-leadCapture {
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-leadCapture::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(820px 520px at 16% 18%, rgba(var(--binds-primary-rgb), 0.12), transparent 62%),
    radial-gradient(720px 520px at 86% 62%, rgba(var(--binds-teal-rgb), 0.10), transparent 64%);
  opacity: 0.95;
}

.binds-rebrand .binds-leadCapture > .u-container {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-leadCapture__split {
  align-items: start;
}

.binds-rebrand .binds-leadCapture__bullets {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.binds-rebrand .binds-leadCapture__bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(11, 18, 32, 0.70);
  font-weight: 750;
}

.binds-rebrand .binds-leadCard {
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 74px rgba(15, 23, 42, 0.14);
  padding: 16px 16px;
}

.binds-rebrand .binds-leadForm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

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

.binds-rebrand .binds-leadForm__field {
  display: grid;
  gap: 6px;
}

.binds-rebrand .binds-leadForm__label {
  font-weight: 850;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.72);
  display: block;
  margin-bottom: 6px;
  width: 100%;
  max-width: 100%;
}

.binds-rebrand .binds-leadCard .form-control {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  padding: 0.70rem 0.85rem;
  font-weight: 650;
}

.binds-rebrand .binds-leadCard .form-control:focus {
  border-color: rgba(var(--binds-primary-rgb), 0.35);
  box-shadow: 0 0 0 4px rgba(var(--binds-primary-rgb), 0.14);
}

.binds-rebrand .binds-leadForm__recaptcha {
  margin-top: 12px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.binds-rebrand .binds-leadForm__recaptchaMsg {
  min-height: 18px;
  color: rgba(239, 68, 68, 0.95);
  font-weight: 750;
  font-size: 0.9rem;
  text-align: center;
}

.binds-rebrand .binds-leadForm__submit {
  margin-top: 12px;
}

.binds-rebrand .binds-leadForm__status {
  margin-top: 10px;
  min-height: 20px;
  text-align: center;
  font-weight: 750;
  color: rgba(11, 18, 32, 0.70);
}

.binds-rebrand .binds-leadForm__status[data-tone="success"] { color: rgba(16, 185, 129, 0.95); }
.binds-rebrand .binds-leadForm__status[data-tone="error"] { color: rgba(239, 68, 68, 0.95); }
.binds-rebrand .binds-leadForm__status[data-tone="loading"] { color: rgba(11, 18, 32, 0.70); }

/* Form Validation Errors */
.binds-rebrand .binds-leadForm__error {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(239, 68, 68, 0.95);
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.3;
  display: block;
  animation: none;
}

.binds-rebrand .binds-heroLeadCard .binds-leadForm__error {
  font-size: 0.8rem;
  margin-top: 4px;
}

.binds-rebrand .binds-leadForm__field.has-error .form-control {
  border-color: rgba(239, 68, 68, 0.6);
  background-color: rgba(254, 242, 242, 0.5);
}

.binds-rebrand .binds-leadForm__field.has-error .form-control:focus {
  border-color: rgba(239, 68, 68, 0.8);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.binds-rebrand .binds-leadForm__field.has-error .binds-leadForm__label {
  color: rgba(239, 68, 68, 0.9);
}

/* Form Validation Errors - Dark Hero */
.binds-rebrand .binds-pageHero--dark .binds-leadForm__error,
.binds-rebrand .binds-pageHero--finance .binds-leadForm__error {
  color: rgba(255, 128, 170, 0.95);
}

.binds-rebrand .binds-pageHero--dark .binds-leadForm__field.has-error .form-control,
.binds-rebrand .binds-pageHero--finance .binds-leadForm__field.has-error .form-control {
  border-color: rgba(255, 128, 170, 0.6) !important;
  background-color: rgba(30, 10, 20, 0.4) !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0.70rem 0.85rem !important;
}

.binds-rebrand .binds-pageHero--dark .binds-leadForm__field.has-error .form-control:focus,
.binds-rebrand .binds-pageHero--finance .binds-leadForm__field.has-error .form-control:focus {
  border-color: rgba(255, 128, 170, 0.7) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 0 0 3px rgba(255, 128, 170, 0.20) !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0.70rem 0.85rem !important;
}

.binds-rebrand .binds-pageHero--dark .binds-leadForm__field.has-error .binds-leadForm__label,
.binds-rebrand .binds-pageHero--finance .binds-leadForm__field.has-error .binds-leadForm__label {
  color: rgba(255, 128, 170, 0.95);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ticker (Medallia-like) */
.binds-rebrand .binds-home-section--ticker {
  padding-top: 72px;
  padding-bottom: 72px;
}

.binds-rebrand .binds-ticker {
  position: relative;
  overflow: hidden;
  padding: 18px 0 8px;
}

.binds-rebrand .binds-ticker__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(140px, 14vw);
  z-index: 3;
  pointer-events: none;
}

.binds-rebrand .binds-ticker__fade--left {
  left: 0;
  background: linear-gradient(90deg, var(--binds-bg), rgba(239, 243, 248, 0));
}

.binds-rebrand .binds-ticker__fade--right {
  right: 0;
  background: linear-gradient(270deg, var(--binds-bg), rgba(239, 243, 248, 0));
}

.binds-rebrand .binds-ticker__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: bindsTickerScroll 54s linear infinite;
}

.binds-rebrand .binds-ticker:hover .binds-ticker__track {
  animation-play-state: paused;
}

@keyframes bindsTickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.binds-rebrand .binds-ticker__group {
  display: flex;
  gap: 18px;
  padding-left: var(--binds-gutter);
  padding-right: 18px;
}

.binds-rebrand .binds-tickerItem {
  position: relative;
  width: 260px;
  height: 340px;
  perspective: 1000px;
  flex: none;
  text-decoration: none;
}

.binds-rebrand .binds-tickerCard {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 320ms ease;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.binds-rebrand .binds-tickerCard--front {
  background-size: cover;
  background-position: center;
  transform: rotateY(0deg);
}

.binds-rebrand .binds-tickerCard--back {
  background: rgba(255, 255, 255, 0.96);
  transform: rotateY(180deg);
  padding: 14px;
}

.binds-rebrand .binds-tickerItem:hover .binds-tickerCard--front,
.binds-rebrand .binds-tickerItem:focus-within .binds-tickerCard--front {
  transform: rotateY(-180deg);
}

.binds-rebrand .binds-tickerItem:hover .binds-tickerCard--back,
.binds-rebrand .binds-tickerItem:focus-within .binds-tickerCard--back {
  transform: rotateY(0deg);
}

.binds-rebrand .binds-tickerItem:hover .binds-tickerCard,
.binds-rebrand .binds-tickerItem:focus-within .binds-tickerCard {
  box-shadow: 0 28px 92px rgba(15, 23, 42, 0.20);
}

.binds-rebrand .binds-tickerCard__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(520px 240px at 22% 88%, rgba(0, 0, 0, 0.55), transparent 62%),
    linear-gradient(180deg, rgba(7, 10, 19, 0.12) 0%, rgba(7, 10, 19, 0.72) 62%, rgba(7, 10, 19, 0.96) 100%);
}

.binds-rebrand .binds-tickerCard__frontContent {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.binds-rebrand .binds-tickerCard__name {
  margin: 0 0 6px;
  font-weight: 950;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-tickerCard__location {
  margin: 0 0 10px;
  font-weight: 650;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.86);
}

.binds-rebrand .binds-tickerCard__personaWrap {
  display: inline-flex;
  max-width: 100%;
}

.binds-rebrand .binds-tickerCard__persona {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.78rem;
  background: rgba(7, 10, 19, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.binds-rebrand .binds-tickerCard__backHead {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-tickerCard__circle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(15, 23, 42, 0.12);
  flex: none;
}

.binds-rebrand .binds-tickerCard__backTitle {
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.92);
}

.binds-rebrand .binds-tickerCard__backSub {
  font-weight: 650;
  font-size: 0.88rem;
  color: rgba(11, 18, 32, 0.62);
}

.binds-rebrand .binds-tickerCard__kv {
  display: grid;
  gap: 9px;
  margin: 0 0 12px;
}

.binds-rebrand .binds-tickerCard__kvRow {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8px;
  align-items: baseline;
  font-size: 0.84rem;
}

.binds-rebrand .binds-tickerCard__kvRow > span {
  color: rgba(11, 18, 32, 0.58);
  font-weight: 700;
  line-height: 1.2;
}

.binds-rebrand .binds-tickerCard__kvRow > b {
  color: rgba(11, 18, 32, 0.86);
  font-weight: 850;
  line-height: 1.22;
}

.binds-rebrand .binds-tickerCard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.10);
  min-width: 0;
}

.binds-rebrand .binds-tickerCard__type {
  font-weight: 850;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.60);
}

.binds-rebrand .binds-tickerCard__score {
  font-weight: 950;
  font-size: 0.78rem;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.04);
  color: rgba(11, 18, 32, 0.78);
  line-height: 1.05;
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.binds-rebrand .binds-tickerCard__score--green {
  background: rgba(var(--binds-teal-rgb), 0.12);
  border-color: rgba(var(--binds-teal-rgb), 0.22);
  color: rgba(var(--binds-teal-rgb), 0.98);
}

.binds-rebrand .binds-tickerCard__score--yellow {
  background: rgba(255, 181, 0, 0.14);
  border-color: rgba(255, 181, 0, 0.24);
  color: rgba(124, 90, 0, 1);
}

.binds-rebrand .binds-tickerCard__score--red {
  background: rgba(202, 30, 84, 0.14);
  border-color: rgba(202, 30, 84, 0.26);
  color: rgba(202, 30, 84, 0.98);
}

@media (max-width: 768px) {
  .binds-rebrand .binds-ticker__track {
    animation-duration: 70s;
  }
  .binds-rebrand .binds-tickerItem {
    width: 230px;
    height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .binds-rebrand .binds-ticker__track {
    animation: none;
  }
}

/* How it works (Medallia-like) */
.binds-rebrand .binds-home-section--how {
  padding-top: 72px;
  padding-bottom: 72px;
  /* controla a cadência (cards + fundo) */
  --binds-how-cycle: 18s;
  --binds-how-step: 6s; /* 1/3 do ciclo */
}

.binds-rebrand .binds-how__kickerRow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto 26px;
  max-width: var(--binds-container);
}

.binds-rebrand .binds-how__kicker {
  font-weight: 950;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(11, 18, 32, 0.72);
}

.binds-rebrand .binds-how__rule {
  height: 1px;
  flex: 1;
  background: rgba(15, 23, 42, 0.14);
}

.binds-rebrand .binds-how__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-how__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.binds-rebrand .binds-how__mock {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 28px 92px rgba(15, 23, 42, 0.16);
  min-height: 420px;
}

.binds-rebrand .binds-how__mockBg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  transform: none;
  opacity: 0;
}

.binds-rebrand .binds-how__mockBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.10);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.binds-rebrand .binds-how__bgStack {
  position: absolute;
  inset: 0;
}

/* Fundo rotaciona junto com os cards (mesma cadência 12s / 3 estados) */
@media (prefers-reduced-motion: no-preference) {
  .binds-rebrand .binds-how__mockBg--1 { animation: bindsHowBgCycle var(--binds-how-cycle) ease-in-out infinite; }
  .binds-rebrand .binds-how__mockBg--2 { animation: bindsHowBgCycle var(--binds-how-cycle) ease-in-out infinite; animation-delay: var(--binds-how-step); }
  .binds-rebrand .binds-how__mockBg--3 { animation: bindsHowBgCycle var(--binds-how-cycle) ease-in-out infinite; animation-delay: calc(var(--binds-how-step) * 2); }
}

@keyframes bindsHowBgCycle {
  0% { opacity: 0; transform: none; }
  10% { opacity: 1; }
  28% { opacity: 1; }
  33% { opacity: 0; }
  100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .binds-rebrand .binds-how__mockBg { opacity: 0; }
  .binds-rebrand .binds-how__mockBg--1 { opacity: 1; }
}

.binds-rebrand .binds-how__mockOverlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 20% 18%, rgba(var(--binds-primary-rgb), 0.22), transparent 60%),
    radial-gradient(900px 520px at 88% 26%, rgba(var(--binds-teal-rgb), 0.18), transparent 62%),
    linear-gradient(180deg, rgba(7, 10, 19, 0.01) 0%, rgba(7, 10, 19, 0.16) 78%, rgba(7, 10, 19, 0.26) 100%);
  pointer-events: none;
}

/* Rotating detailed cards (Medallia-like) */
.binds-rebrand .binds-how__cardStack {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 520px;
  height: 310px;
}

.binds-rebrand .binds-howCard {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 14px 12px;
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(0.98);
}

.binds-rebrand .binds-howCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    radial-gradient(520px 260px at 20% 18%, rgba(var(--binds-primary-rgb), 0.16), transparent 60%),
    radial-gradient(520px 260px at 88% 34%, rgba(var(--binds-teal-rgb), 0.12), transparent 62%);
  pointer-events: none;
}

.binds-rebrand .binds-howCard > * { position: relative; z-index: 1; }

.binds-rebrand .binds-howCard__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.binds-rebrand .binds-howCard__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.binds-rebrand .binds-howCard__avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
  flex: none;
}

.binds-rebrand .binds-howCard__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 0.86rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  color: rgba(11, 18, 32, 0.80);
  white-space: nowrap;
}

.binds-rebrand .binds-howCard__badge--green {
  background: rgba(var(--binds-teal-rgb), 0.12);
  border-color: rgba(var(--binds-teal-rgb), 0.22);
  color: rgba(var(--binds-teal-rgb), 0.98);
}

.binds-rebrand .binds-howCard__badge--yellow {
  background: rgba(255, 181, 0, 0.14);
  border-color: rgba(255, 181, 0, 0.24);
  color: rgba(124, 90, 0, 1);
}

.binds-rebrand .binds-howCard__title {
  font-weight: 950;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.90);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.binds-rebrand .binds-howCard__right {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 46%;
}

.binds-rebrand .binds-howCard__chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(11, 18, 32, 0.70);
  white-space: nowrap;
}

.binds-rebrand .binds-howCard__chip--soft {
  background: rgba(15, 23, 42, 0.04);
}

.binds-rebrand .binds-howCard__sub {
  margin-top: 10px;
  color: rgba(11, 18, 32, 0.62);
  font-weight: 650;
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.binds-rebrand .binds-howCard__panel {
  margin-top: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
  position: relative;
  overflow: hidden;
}

.binds-rebrand .binds-howCard__panelHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  position: relative;
  padding-right: 64px; /* espaço pro pill não “estourar” */
}

.binds-rebrand .binds-howCard__panelKicker {
  font-weight: 950;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.62);
}

.binds-rebrand .binds-howCard__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 0.78rem;
  background: rgba(var(--binds-primary-rgb), 0.12);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.20);
  color: rgba(var(--binds-primary-rgb), 0.98);
  position: absolute;
  top: 0;
  right: 0;
  max-width: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.binds-rebrand .binds-howCard__pill--ai {
  background: rgba(var(--binds-teal-rgb), 0.12);
  border-color: rgba(var(--binds-teal-rgb), 0.22);
  color: rgba(var(--binds-teal-rgb), 0.98);
}

.binds-rebrand .binds-howCard__pill--danger {
  background: rgba(202, 30, 84, 0.14);
  border-color: rgba(202, 30, 84, 0.26);
  color: rgba(202, 30, 84, 0.98);
  max-width: 72px;
}

.binds-rebrand .binds-howCard__panelText {
  color: rgba(11, 18, 32, 0.78);
  font-weight: 650;
  line-height: 1.35;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.binds-rebrand .binds-howCard__actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.binds-rebrand .binds-howCard__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.84rem;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: rgba(11, 18, 32, 0.76);
}

.binds-rebrand .binds-howCard__btn--primary {
  background: linear-gradient(135deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-accent-rgb), 0.85));
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-howCard__row {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.binds-rebrand .binds-howCard__progress {
  margin-top: 14px;
  height: 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.binds-rebrand .binds-howCard__progressBar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(var(--binds-teal-rgb), 1), rgba(var(--binds-primary-rgb), 1));
}

/* Rotação dos cards (3 estados) */
@media (prefers-reduced-motion: no-preference) {
  .binds-rebrand .binds-howCard--1 { animation: bindsHowCardCycle var(--binds-how-cycle) ease-in-out infinite; }
  .binds-rebrand .binds-howCard--2 { animation: bindsHowCardCycle var(--binds-how-cycle) ease-in-out infinite; animation-delay: var(--binds-how-step); }
  .binds-rebrand .binds-howCard--3 { animation: bindsHowCardCycle var(--binds-how-cycle) ease-in-out infinite; animation-delay: calc(var(--binds-how-step) * 2); }

  .binds-rebrand .binds-howCard--1 .binds-howCard__progressBar { animation: bindsHowProgress var(--binds-how-cycle) linear infinite; }
  .binds-rebrand .binds-howCard--2 .binds-howCard__progressBar { animation: bindsHowProgress var(--binds-how-cycle) linear infinite; animation-delay: var(--binds-how-step); }
  .binds-rebrand .binds-howCard--3 .binds-howCard__progressBar { animation: bindsHowProgress var(--binds-how-cycle) linear infinite; animation-delay: calc(var(--binds-how-step) * 2); }
}

@keyframes bindsHowCardCycle {
  0% { opacity: 0; transform: translate3d(0, 14px, 0) scale(0.985); }
  10% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  28% { opacity: 1; transform: translate3d(0, -1px, 0) scale(1); }
  33% { opacity: 0; transform: translate3d(0, -10px, 0) scale(0.99); }
  100% { opacity: 0; transform: translate3d(0, -10px, 0) scale(0.99); }
}

@keyframes bindsHowProgress {
  0% { width: 0%; }
  10% { width: 0%; }
  28% { width: 100%; }
  33% { width: 100%; }
  100% { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .binds-rebrand .binds-howCard { opacity: 0; transform: none; }
  .binds-rebrand .binds-howCard--1 { opacity: 1; }
  .binds-rebrand .binds-howCard__progressBar { width: 55%; }
}

@media (max-width: 520px) {
  .binds-rebrand .binds-how__cardStack {
    height: 320px;
  }
  .binds-rebrand .binds-howCard__right {
    display: none;
  }
}

.binds-rebrand .binds-how__nps {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 6px;
}

.binds-rebrand .binds-how__nps > span {
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.78rem;
  background: rgba(11, 18, 32, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(11, 18, 32, 0.72);
}

.binds-rebrand .binds-how__nps > span:nth-child(n+9) {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.20);
  color: rgba(var(--binds-teal-rgb), 0.98);
}

.binds-rebrand .binds-how__title {
  font-size: clamp(2.1rem, 3.4vw, 3.2rem);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
}

.binds-rebrand .binds-how__steps {
  display: grid;
  gap: 18px;
}

.binds-rebrand .binds-howStep {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.binds-rebrand .binds-howStep__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  color: rgba(var(--binds-primary-rgb), 0.95);
}

.binds-rebrand .binds-howStep:nth-child(2) .binds-howStep__icon {
  background: rgba(var(--binds-teal-rgb), 0.10);
  border-color: rgba(var(--binds-teal-rgb), 0.18);
  color: rgba(var(--binds-teal-rgb), 0.98);
}

.binds-rebrand .binds-howStep:nth-child(3) .binds-howStep__icon {
  background: rgba(var(--binds-accent-rgb), 0.10);
  border-color: rgba(var(--binds-accent-rgb), 0.18);
  color: rgba(var(--binds-accent-rgb), 0.98);
}

.binds-rebrand .binds-howStep__title {
  font-weight: 950;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.binds-rebrand .binds-howStep__text {
  color: rgba(11, 18, 32, 0.70);
  font-weight: 600;
  line-height: 1.55;
}

.binds-rebrand .binds-how__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-weight: 950;
  color: var(--binds-primary);
  text-decoration: none;
}

.binds-rebrand .binds-how__link:hover {
  text-decoration: underline;
}

/* Showcase carousel (Medallia-like) */
.binds-rebrand .binds-home-section--showcase {
  padding-bottom: 72px;
}

.binds-rebrand .binds-showcase {
  position: relative;
  padding: 0;
}

.binds-rebrand .binds-showcase__swiper {
  padding-left: var(--binds-gutter);
  padding-right: var(--binds-gutter);
}

.binds-rebrand .binds-showcase__swiper .swiper-wrapper {
  padding-bottom: 18px;
}

.binds-rebrand .binds-showcaseCard {
  display: block;
  position: relative;
  height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background: #0b1220;
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
  transform: translateZ(0);
}

.binds-rebrand .binds-showcaseCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 19, 0.10) 0%, rgba(7, 10, 19, 0.72) 62%, rgba(7, 10, 19, 0.92) 100%);
  pointer-events: none;
}

.binds-rebrand .binds-showcaseCard__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.02);
}

.binds-rebrand .binds-showcaseCard__top {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 2;
}

.binds-rebrand .binds-showcaseCard__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(11, 18, 32, 0.86);
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
}

.binds-rebrand .binds-showcaseCard__pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(var(--binds-primary-rgb), 0.14);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.22);
  color: rgba(var(--binds-primary-rgb), 0.95);
  font-weight: 950;
  font-size: 0.82rem;
}

.binds-rebrand .binds-showcaseCard__pill--teal {
  background: rgba(var(--binds-teal-rgb), 0.14);
  border-color: rgba(var(--binds-teal-rgb), 0.24);
  color: rgba(var(--binds-teal-rgb), 0.95);
}

.binds-rebrand .binds-showcaseCard__pill--accent {
  background: rgba(var(--binds-accent-rgb), 0.14);
  border-color: rgba(var(--binds-accent-rgb), 0.24);
  color: rgba(var(--binds-accent-rgb), 0.95);
}

.binds-rebrand .binds-showcaseCard__pill--danger {
  background: rgba(202, 30, 84, 0.16);
  border-color: rgba(202, 30, 84, 0.26);
  color: rgba(202, 30, 84, 0.98);
}

.binds-rebrand .binds-showcaseCard__bottom {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-showcaseCard__title {
  font-weight: 950;
  font-size: 1.15rem;
  line-height: 1.15;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.binds-rebrand .binds-showcaseCard__desc {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  line-height: 1.35;
  max-width: 46ch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.binds-rebrand .binds-showcaseCard__insight {
  position: absolute;
  left: 16px;
  bottom: 88px;
  max-width: 260px;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
  z-index: 3;
}

.binds-rebrand .binds-showcaseCard__insightKicker {
  font-weight: 950;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--binds-primary-rgb), 0.95);
  margin-bottom: 6px;
}

.binds-rebrand .binds-showcaseCard__insightText {
  font-weight: 650;
  color: rgba(11, 18, 32, 0.80);
  line-height: 1.25;
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.binds-rebrand .binds-showcaseCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 84px rgba(15, 23, 42, 0.20);
}

.binds-rebrand .binds-showcaseNav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.14);
  transform: translateY(-50%);
  z-index: 5;
}

.binds-rebrand .binds-showcaseNav::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(11, 18, 32, 0.70);
  border-bottom: 2px solid rgba(11, 18, 32, 0.70);
  transform: rotate(135deg);
  margin: 0 auto;
}

.binds-rebrand .binds-showcaseNav-next::before {
  transform: rotate(-45deg);
}

.binds-rebrand .binds-showcaseNav-prev {
  left: 10px;
}

.binds-rebrand .binds-showcaseNav-next {
  right: 10px;
}

@media (max-width: 768px) {
  .binds-rebrand .binds-showcaseNav {
    display: none;
  }
  .binds-rebrand .binds-showcaseCard {
    height: 300px;
  }
  .binds-rebrand .binds-showcaseCard__insight {
    bottom: 84px;
  }
}

/* Buttons (override existing .btn styles) */
.binds-rebrand .btn {
  border-radius: 999px !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0.75rem 1.1rem;
  box-shadow: none !important;
}

.binds-rebrand .btn.btn-rounded {
  border-radius: 999px !important;
}

.binds-rebrand .btn-primary,
.binds-rebrand .btn.btn-primary {
  background: linear-gradient(135deg, var(--binds-primary) 0%, var(--binds-primary-700) 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.binds-rebrand .btn-primary:hover,
.binds-rebrand .btn.btn-primary:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
  color: #ffffff !important;
}

.binds-rebrand .btn-outline,
.binds-rebrand .btn.btn-outline {
  background: transparent !important;
  border: 1px solid rgba(15, 23, 42, 0.22) !important;
  color: var(--binds-text) !important;
}

.binds-rebrand .btn-outline:hover,
.binds-rebrand .btn.btn-outline:hover {
  border-color: rgba(var(--binds-primary-rgb), 0.35) !important;
  background: rgba(var(--binds-primary-rgb), 0.06) !important;
}

/* Navbar (keep markup, modernize visuals) */
.binds-rebrand .st-nav.navbar {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: rgba(255, 255, 255, 1) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
  height: 72px;
  display: flex;
  align-items: center;
}

.binds-rebrand main {
  /* Compensa a navbar fixed-top (72px) para não cortar o topo do conteúdo */
  padding-top: 72px;
}

/* Web Widget: evita ficar "por trás" da navbar fixed-top quando usar top-* */
.binds-rebrand vue-widget[widget_position] {
  position: fixed !important;
  z-index: 2050 !important;
  display: block;
}

.binds-rebrand vue-widget[widget_position="top-right"],
.binds-rebrand vue-widget[widget_position="top-left"] {
  top: 88px !important;
}

.binds-rebrand vue-widget[widget_position="top-right"] {
  right: 16px !important;
}

.binds-rebrand vue-widget[widget_position="top-left"] {
  left: 16px !important;
}

.binds-rebrand vue-widget[widget_position="bottom-right"] {
  right: 16px !important;
  bottom: 16px !important;
}

.binds-rebrand vue-widget[widget_position="bottom-left"] {
  left: 16px !important;
  bottom: 16px !important;
}

.binds-rebrand vue-widget[widget_position="right"] {
  right: 16px !important;
}

.binds-rebrand vue-widget[widget_position="left"] {
  left: 16px !important;
}

@media (max-width: 980px) {
  .binds-rebrand vue-widget[widget_position="top-right"],
  .binds-rebrand vue-widget[widget_position="top-left"] {
    top: 82px !important;
  }
}

.binds-rebrand .st-nav.navbar .container {
  height: 72px;
  display: flex;
  align-items: center;
}

.binds-rebrand .st-nav .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1;
}

.binds-rebrand .st-nav .navbar-brand .logo {
  height: 32px;
  display: block;
}

.binds-rebrand .st-nav .st-root-link.nav-link,
.binds-rebrand .st-nav button.st-root-link.nav-link {
  color: var(--binds-text) !important;
  font-weight: 650;
  opacity: 0.9;
  font-size: 0.95rem;
  line-height: 1;
  white-space: nowrap;
}

.binds-rebrand .st-nav .st-root-link.nav-link:hover,
.binds-rebrand .st-nav button.st-root-link.nav-link:hover {
  opacity: 1;
  color: var(--binds-primary) !important;
}

/* Fix: dropdown triggers are buttons now (remove default button UI) */
.binds-rebrand .st-nav button.st-root-link.nav-link {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  line-height: 1.1;
  cursor: pointer;
}

.binds-rebrand .st-nav a.st-root-link.nav-link {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  position: relative;
}

.binds-rebrand .st-nav button.st-root-link.nav-link {
  position: relative;
}

/* Qualtrics-like underline affordance */
.binds-rebrand .st-nav a.st-root-link.nav-link::after,
.binds-rebrand .st-nav button.st-root-link.nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.35rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--binds-primary), var(--binds-accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
  opacity: 0.9;
}

.binds-rebrand .st-nav a.st-root-link.nav-link:hover::after,
.binds-rebrand .st-nav button.st-root-link.nav-link:hover::after,
.binds-rebrand .st-nav .st-has-dropdown.active::after {
  transform: scaleX(1);
}

.binds-rebrand .st-nav a.st-root-link.nav-link:hover,
.binds-rebrand .st-nav button.st-root-link.nav-link:hover {
  background: transparent;
}

.binds-rebrand .st-nav a.st-root-link.nav-link:focus-visible,
.binds-rebrand .st-nav button.st-root-link.nav-link:focus-visible {
  outline: 3px solid rgba(var(--binds-primary-rgb), 0.35);
  outline-offset: 2px;
}

/* Improve layout density/spacing in desktop navbar */
.binds-rebrand .st-nav .st-nav-menu {
  gap: 14px;
  align-items: center;
  flex-wrap: nowrap;
}

.binds-rebrand .st-nav .st-nav-section.st-nav-primary {
  gap: 4px;
  align-items: center;
}

.binds-rebrand .st-nav .st-nav-section.st-nav-secondary {
  gap: 10px;
  align-items: center;
}

/* CTA buttons inside navbar: consistent height */
.binds-rebrand .st-nav .st-nav-section.st-nav-secondary .btn {
  padding: 0.62rem 1.05rem;
}

.binds-rebrand .st-nav .st-nav-section.st-nav-secondary .btn-outline {
  border-color: rgba(15, 23, 42, 0.20) !important;
  color: rgba(11, 18, 32, 0.92) !important;
}

.binds-rebrand .st-nav .st-nav-section.st-nav-secondary .btn-primary {
  box-shadow: 0 10px 22px rgba(var(--binds-primary-rgb), 0.20) !important;
  color: #ffffff !important;
}

/* Mobile burger button: remove default borders */
.binds-rebrand .st-nav .navbar-toggler.st-root-link {
  background: transparent;
  border: 0;
}

/* Mega menu (Stripe menu) — Medallia-inspired layout */
.binds-rebrand .st-nav .st-dropdown-bg {
  background: #ffffff;
  border-radius: var(--binds-radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: var(--binds-shadow-lg);
}

.binds-rebrand .st-nav .st-alt-bg {
  background: rgba(var(--binds-primary-rgb), 0.06);
}

.binds-rebrand .st-nav .st-dropdown-arrow {
  background: #ffffff;
  border-radius: 4px 0 0 0;
  box-shadow: -3px -3px 8px rgba(15, 23, 42, 0.06);
}

.binds-rebrand .st-nav .st-dropdown-section {
  background: transparent;
  position: relative;
}

.binds-rebrand .st-nav .st-dropdown-content.binds-mega {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  max-width: calc(100vw - 24px);
  padding: 22px 24px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  font-family: var(--binds-font-sans);
}

.binds-rebrand .st-nav .binds-mega__intro {
  flex: 0 0 260px;
  min-width: 0;
  display: grid;
  gap: 10px;
}

.binds-rebrand .st-nav .binds-mega__kicker {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--binds-text-3);
}

.binds-rebrand .st-nav .binds-mega__title {
  font-weight: 950;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.15;
  color: var(--binds-text);
}

.binds-rebrand .st-nav .binds-mega__desc {
  margin: 0;
  color: var(--binds-text-2);
  line-height: 1.35;
  font-weight: 650;
  font-size: 0.93rem;
}

.binds-rebrand .st-nav .binds-mega__grid {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.binds-rebrand .st-nav .binds-mega__grid--surveys {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.binds-rebrand .st-nav a.binds-megaLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: rgba(11, 18, 32, 0.92);
  background: transparent;
  text-decoration: none;
  font-weight: 750;
  font-size: 0.95rem;
  line-height: 1.1;
}

.binds-rebrand .st-nav a.binds-megaLink i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: none;
  line-height: 1;
  border-radius: 999px;
  background: rgba(var(--binds-primary-rgb), 0.08);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.12);
  color: var(--binds-primary);
  opacity: 0.92;
  font-size: 0.98rem;
}

.binds-rebrand .st-nav a.binds-megaLink i::before {
  line-height: 1;
  display: block;
}

.binds-rebrand .st-nav a.binds-megaLink:hover {
  background: rgba(var(--binds-primary-rgb), 0.06);
  border-color: rgba(var(--binds-primary-rgb), 0.14);
  color: rgba(11, 18, 32, 0.98);
}

.binds-rebrand .st-nav a.binds-megaLink:focus-visible {
  outline: 3px solid rgba(var(--binds-primary-rgb), 0.35);
  outline-offset: 2px;
}

.binds-rebrand .st-nav .binds-mega__cols {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
}

.binds-rebrand .st-nav .binds-megaCol {
  display: grid;
  gap: 8px;
  align-content: start;
}

.binds-rebrand .st-nav .binds-megaCol__title {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--binds-text-3);
  margin-top: 2px;
}

.binds-rebrand .st-nav .binds-megaCol a {
  color: rgba(11, 18, 32, 0.92);
  text-decoration: none;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  white-space: normal;
  font-size: 0.95rem;
  line-height: 1.2;
}

.binds-rebrand .st-nav .binds-megaCol a:hover {
  background: rgba(var(--binds-primary-rgb), 0.06);
  border-color: rgba(var(--binds-primary-rgb), 0.14);
  color: var(--binds-primary);
}

.binds-rebrand .st-nav .binds-mega__aside {
  flex: 0 0 280px;
  min-width: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 8px;
  align-content: start;
}

/* Promo card (Medallia-like) */
.binds-rebrand .st-nav a.binds-megaPromo {
  flex: 0 0 300px;
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.96);
  background:
    radial-gradient(1200px 520px at 0% 0%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.0)),
    linear-gradient(135deg, rgba(var(--binds-primary-rgb), 1), rgba(var(--binds-accent-rgb), 0.92));
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 24px 46px rgba(var(--binds-primary-rgb), 0.22);
  display: grid;
  grid-template-rows: 140px 1fr;
}

.binds-rebrand .st-nav a.binds-megaPromo:hover {
  transform: translateY(-1px);
  box-shadow: 0 28px 56px rgba(var(--binds-primary-rgb), 0.26);
}

.binds-rebrand .st-nav .binds-megaPromo__media {
  position: relative;
  background: rgba(255, 255, 255, 0.10);
}

.binds-rebrand .st-nav .binds-megaPromo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
  filter: saturate(1.05) contrast(1.02);
}

.binds-rebrand .st-nav .binds-megaPromo__body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 8px;
}

.binds-rebrand .st-nav .binds-megaPromo__kicker {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.78);
}

.binds-rebrand .st-nav .binds-megaPromo__title {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
  line-height: 1.15;
}

.binds-rebrand .st-nav .binds-megaPromo__desc {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
  font-size: 0.92rem;
  line-height: 1.25;
}

.binds-rebrand .st-nav .binds-megaPromo__cta {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 900;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.96);
}

.binds-rebrand .st-nav a.binds-megaPromo--compact {
  margin-top: 10px;
  grid-template-rows: 110px 1fr;
}

@media (max-width: 980px) {
  .binds-rebrand .st-nav a.binds-megaPromo {
    flex: 1 1 100%;
  }
}

/* Developer portal (source/desenvolvedores/) */
.binds-rebrand .binds-devportal {
  padding: 42px 0 90px;
}

.binds-rebrand .binds-devportal--darkHeader {
  position: relative;
}

.binds-rebrand .binds-devportal--darkHeader::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 420px;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(var(--binds-primary-rgb), 0.55), rgba(2, 6, 23, 0) 55%),
    radial-gradient(720px 420px at 78% 0%, rgba(var(--binds-accent-rgb), 0.26), rgba(2, 6, 23, 0) 60%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.98), rgba(2, 6, 23, 0.92));
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-devportal--darkHeader .u-container {
  position: relative;
  z-index: 1;
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__kicker {
  color: rgba(255, 255, 255, 0.72);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__title {
  color: rgba(255, 255, 255, 0.96);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__metaItem {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__metaItem span {
  color: rgba(255, 255, 255, 0.62);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__metaItem code {
  color: rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__heroCard {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__heroCardTitle {
  color: rgba(255, 255, 255, 0.94);
}

.binds-rebrand .binds-devportal--darkHeader .binds-devportal__heroCardDesc {
  color: rgba(255, 255, 255, 0.76);
}

.binds-rebrand .binds-devportal--darkHeader .btn.btn-outline {
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(11, 18, 32, 0.92) !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.binds-rebrand .binds-devportal--darkHeader .btn.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.20) !important;
  background: rgba(255, 255, 255, 1) !important;
  color: rgba(11, 18, 32, 0.96) !important;
}

.binds-rebrand .binds-devportal--darkHeader .binds-code {
  border-color: rgba(255, 255, 255, 0.12);
}

.binds-rebrand .binds-devportal__hero {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
  margin-bottom: 26px;
}

.binds-rebrand .binds-devportal__hero--compact {
  grid-template-columns: 1.2fr 1fr;
}

.binds-rebrand .binds-devportal__kicker {
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--binds-text-3);
  font-size: 0.78rem;
}

.binds-rebrand .binds-devportal__title {
  margin: 10px 0 10px;
  font-weight: 950;
  letter-spacing: -0.03em;
  font-size: 2.1rem;
  line-height: 1.05;
  color: var(--binds-text);
}

.binds-rebrand .binds-devportal__subtitle {
  margin: 0 0 16px;
  color: var(--binds-text-2);
  font-weight: 650;
  font-size: 1.05rem;
  line-height: 1.35;
  max-width: 56ch;
}

.binds-rebrand .binds-devportal__heroCtas {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.binds-rebrand .binds-devportal__meta {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.binds-rebrand .binds-devportal__metaItem {
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  padding: 10px 12px;
  display: grid;
  gap: 6px;
}

.binds-rebrand .binds-devportal__metaItem span {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.70rem;
  color: var(--binds-text-3);
}

.binds-rebrand .binds-devportal__metaItem code {
  font-family: var(--binds-font-mono);
  font-size: 0.9rem;
  color: rgba(11, 18, 32, 0.90);
}

.binds-rebrand .binds-devportal__heroCard {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--binds-shadow-md);
  padding: 14px 14px 16px;
  overflow: hidden;
}

.binds-rebrand .binds-devportal__heroCardTitle {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
  color: rgba(11, 18, 32, 0.94);
}

.binds-rebrand .binds-devportal__heroCardDesc {
  margin: 4px 0 10px;
  color: var(--binds-text-2);
  font-weight: 650;
  font-size: 0.95rem;
}

.binds-rebrand .binds-code {
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.92);
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 12px;
  overflow: auto;
}

.binds-rebrand .binds-code--compact {
  max-height: 180px;
}

.binds-rebrand .binds-code code {
  font-family: var(--binds-font-mono);
  font-size: 0.86rem;
  line-height: 1.35;
}

.binds-rebrand .binds-devportal__heroCardActions {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.binds-rebrand .binds-devportal__stack {
  display: grid;
  gap: 14px;
}

.binds-rebrand .binds-devportal__stack--docs .binds-code {
  max-height: 520px;
}

.binds-rebrand .binds-devportal__details {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.binds-rebrand .binds-devportal__details > summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 14px 14px;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(11, 18, 32, 0.92);
}

.binds-rebrand .binds-devportal__details > summary::-webkit-details-marker {
  display: none;
}

.binds-rebrand .binds-devportal__details > summary::after {
  content: "▼";
  float: right;
  font-size: 0.85rem;
  color: rgba(11, 18, 32, 0.55);
  transform: translateY(1px);
}

.binds-rebrand .binds-devportal__details[open] > summary {
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.02);
}

.binds-rebrand .binds-devportal__details[open] > summary::after {
  content: "▲";
}

.binds-rebrand .binds-devportal__detailsBody {
  padding: 14px 14px 14px;
}

.binds-rebrand .binds-devportal__detailsBody .binds-code {
  margin: 0;
}

.binds-rebrand .binds-devportal__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.binds-rebrand .binds-devportal__aside {
  position: sticky;
  top: 92px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--binds-shadow-sm);
  padding: 14px;
}

.binds-rebrand .binds-devportal__asideTitle {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1rem;
  margin-bottom: 10px;
}

.binds-rebrand .binds-devportal__nav {
  display: grid;
  gap: 6px;
}

.binds-rebrand .binds-devportal__nav a {
  text-decoration: none;
  color: rgba(11, 18, 32, 0.86);
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
}

.binds-rebrand .binds-devportal__nav a:hover {
  background: rgba(var(--binds-primary-rgb), 0.06);
  border-color: rgba(var(--binds-primary-rgb), 0.14);
  color: var(--binds-primary);
}

.binds-rebrand .binds-devportal__content {
  min-width: 0;
}

.binds-rebrand .binds-devportal__section {
  padding: 18px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  scroll-margin-top: 96px;
}

.binds-rebrand .binds-devportal__section h2 {
  margin: 0 0 10px;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.35rem;
}

.binds-rebrand .binds-devportal__section p {
  margin: 0 0 12px;
  color: rgba(11, 18, 32, 0.74);
  font-weight: 600;
  line-height: 1.45;
}

.binds-rebrand .binds-devportal__endpoint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.10);
  margin-bottom: 12px;
}

.binds-rebrand .binds-http {
  font-weight: 950;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-http--get {
  background: rgba(var(--binds-teal-rgb), 0.12);
  border-color: rgba(var(--binds-teal-rgb), 0.22);
  color: rgba(0, 124, 122, 1);
}

.binds-rebrand .binds-http--post {
  background: rgba(var(--binds-accent-rgb), 0.12);
  border-color: rgba(var(--binds-accent-rgb), 0.22);
  color: rgba(202, 30, 84, 1);
}

.binds-rebrand .binds-devportal__endpoint code {
  font-family: var(--binds-font-mono);
  font-size: 0.92rem;
  color: rgba(11, 18, 32, 0.86);
}

.binds-rebrand .binds-devportal__twoCol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.binds-rebrand .binds-devportal__threeCol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.binds-rebrand .binds-devportal__twoColSm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  align-items: start;
}

.binds-rebrand .binds-devportal__label {
  display: grid;
  gap: 4px;
  line-height: 1.15;
}

.binds-rebrand .binds-devportal__labelHint {
  font-family: var(--binds-font-mono);
  font-size: 0.78rem;
  color: rgba(11, 18, 32, 0.55);
  font-weight: 650;
}

.binds-rebrand .binds-devportal__textarea {
  font-family: var(--binds-font-mono);
  font-size: 0.86rem;
  line-height: 1.35;
  min-height: 86px;
}

.binds-rebrand .binds-devportal__input[type="color"] {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.binds-rebrand .binds-devportal__input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.binds-rebrand .binds-devportal__input[type="color"]::-webkit-color-swatch {
  border: 0;
}

.binds-rebrand .binds-devportal__textarea--code {
  background: rgba(15, 23, 42, 0.92);
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.18);
}

.binds-rebrand .binds-devportal__textarea--code:focus {
  border-color: rgba(var(--binds-primary-rgb), 0.35);
  box-shadow: 0 0 0 0.25rem rgba(var(--binds-primary-rgb), 0.18);
}

.binds-rebrand .binds-devportal__switches {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.binds-rebrand .binds-devportal__switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  color: rgba(11, 18, 32, 0.86);
}

.binds-rebrand .binds-devportal__switch input {
  width: 18px;
  height: 18px;
}

.binds-rebrand .binds-devportal__buttonsRow {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.binds-rebrand .binds-devportal__card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  padding: 14px;
}

.binds-rebrand .binds-devportal__cardTitle {
  font-weight: 950;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.binds-rebrand .binds-devportal__kv {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.binds-rebrand .binds-devportal__kv li {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(11, 18, 32, 0.78);
  font-weight: 650;
}

.binds-rebrand .binds-devportal__kv code {
  font-family: var(--binds-font-mono);
  font-size: 0.86rem;
  color: rgba(11, 18, 32, 0.92);
}

.binds-rebrand .binds-devportal__callout {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  border-radius: 18px;
  border: 1px solid rgba(var(--binds-primary-rgb), 0.16);
  background: rgba(var(--binds-primary-rgb), 0.06);
  padding: 12px 12px;
  margin: 14px 0 14px;
}

.binds-rebrand .binds-devportal__calloutIcon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.14);
  color: rgba(var(--binds-primary-rgb), 0.95);
}

.binds-rebrand .binds-devportal__calloutTitle {
  font-weight: 950;
  margin-bottom: 2px;
}

.binds-rebrand .binds-devportal__calloutText {
  color: rgba(11, 18, 32, 0.74);
  font-weight: 650;
  line-height: 1.35;
}

.binds-rebrand .binds-devportal__steps {
  margin: 0 0 12px 18px;
  color: rgba(11, 18, 32, 0.74);
  font-weight: 650;
  line-height: 1.5;
}

.binds-rebrand .binds-devportal__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-devportal__media img {
  width: 100%;
  height: auto;
  display: block;
}

.binds-rebrand .binds-devportal__cta {
  border-bottom: 0;
  padding-bottom: 0;
}

.binds-rebrand .binds-devportal__ctaInner {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--binds-shadow-md);
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.binds-rebrand .binds-devportal__ctaTitle {
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.1rem;
}

.binds-rebrand .binds-devportal__ctaText {
  color: rgba(11, 18, 32, 0.72);
  font-weight: 650;
  margin-top: 2px;
}

.binds-rebrand .binds-devportal__ctaButtons {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.binds-rebrand .binds-devportal__formRow {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.binds-rebrand .binds-devportal__label {
  font-weight: 850;
  color: rgba(11, 18, 32, 0.86);
}

.binds-rebrand .binds-devportal__input {
  width: 100%;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: rgba(11, 18, 32, 0.92);
  font-weight: 650;
}

.binds-rebrand .binds-devportal__input:focus {
  outline: none;
  border-color: rgba(var(--binds-primary-rgb), 0.35);
  box-shadow: 0 0 0 0.25rem rgba(var(--binds-primary-rgb), 0.18);
}

.binds-rebrand .binds-devportal__helper {
  margin-top: 10px;
  color: rgba(11, 18, 32, 0.62);
  font-weight: 650;
  line-height: 1.35;
}

.binds-rebrand .binds-devportal__previewNote {
  color: rgba(11, 18, 32, 0.62);
  font-weight: 650;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .binds-rebrand .binds-devportal--darkHeader::before {
    height: 520px;
  }
  .binds-rebrand .binds-devportal__hero,
  .binds-rebrand .binds-devportal__hero--compact {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-devportal__layout {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-devportal__aside {
    position: static;
    top: auto;
  }
  .binds-rebrand .binds-devportal__twoCol {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-devportal__threeCol {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-devportal__twoColSm {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-devportal__kv li {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-devportal__ctaInner {
    flex-direction: column;
    align-items: stretch;
  }
}

.binds-rebrand .st-nav .binds-megaAside__title {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--binds-text-3);
  margin-top: 2px;
}

.binds-rebrand .st-nav a.binds-megaQuick {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  color: rgba(11, 18, 32, 0.92);
  text-decoration: none;
  font-weight: 720;
  font-size: 0.95rem;
  line-height: 1.15;
}

.binds-rebrand .st-nav a.binds-megaQuick i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: none;
  line-height: 1;
  border-radius: 999px;
  background: rgba(var(--binds-primary-rgb), 0.08);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.12);
  color: rgba(var(--binds-primary-rgb), 0.95);
  font-size: 0.98rem;
}

.binds-rebrand .st-nav a.binds-megaQuick i::before {
  line-height: 1;
  display: block;
}

.binds-rebrand .st-nav a.binds-megaQuick:hover {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.10);
}

@media (max-width: 980px) {
  .binds-rebrand .st-nav .st-dropdown-content.binds-mega {
    flex-wrap: wrap;
  }
  .binds-rebrand .st-nav .binds-mega__intro {
    flex: 1 1 100%;
  }
  .binds-rebrand .st-nav .binds-mega__aside {
    flex: 1 1 100%;
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 14px;
  }
}

/* Mobile popup menu — accordion */
.binds-rebrand .st-nav .st-popup-container.binds-mobileMenu {
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--binds-radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: var(--binds-shadow-lg);
  padding: 14px;
  font-size: 16px;
  line-height: 1.35;
  white-space: normal;
}

.binds-rebrand .st-nav .binds-mobileMenu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 12px;
}

.binds-rebrand .st-nav .binds-mobileMenu__brand img {
  height: 28px;
  width: auto;
  display: block;
}

/* Override legacy close button (remove X pseudo) */
.binds-rebrand .st-nav .binds-mobileMenu .st-popup-close-button {
  position: static;
  width: auto;
  height: auto;
  font-size: 0.9rem;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  color: rgba(11, 18, 32, 0.82);
}
.binds-rebrand .st-nav .binds-mobileMenu .st-popup-close-button::before,
.binds-rebrand .st-nav .binds-mobileMenu .st-popup-close-button::after {
  content: none !important;
  display: none !important;
}

.binds-rebrand .st-nav .binds-mobileMenu__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.binds-rebrand .st-nav .binds-mobileMenu__cta .btn {
  width: 100%;
  justify-content: center;
}

.binds-rebrand .st-nav .binds-mobileMenu__sections {
  display: grid;
  gap: 10px;
}

.binds-rebrand .st-nav .binds-mobileMenu__section {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.binds-rebrand .st-nav .binds-mobileMenu__section > summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 12px;
  font-weight: 850;
  color: rgba(11, 18, 32, 0.90);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.binds-rebrand .st-nav .binds-mobileMenu__section > summary::-webkit-details-marker {
  display: none;
}

.binds-rebrand .st-nav .binds-mobileMenu__section > summary::after {
  content: "›";
  font-size: 1.2rem;
  color: rgba(11, 18, 32, 0.55);
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.binds-rebrand .st-nav .binds-mobileMenu__section[open] > summary::after {
  transform: rotate(-90deg);
}

.binds-rebrand .st-nav .binds-mobileMenu__panel {
  padding: 6px 8px 10px;
  display: grid;
  gap: 6px;
}

.binds-rebrand .st-nav .binds-mobileMenu__panel a {
  display: block;
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(11, 18, 32, 0.86);
  font-weight: 650;
  background: transparent;
  border: 1px solid transparent;
}

.binds-rebrand .st-nav .binds-mobileMenu__panel a:hover {
  background: rgba(var(--binds-primary-rgb), 0.06);
  border-color: rgba(var(--binds-primary-rgb), 0.14);
  color: var(--binds-primary);
}

.binds-rebrand .st-nav .binds-mobileMenu__footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.binds-rebrand .st-nav .binds-mobileMenu__footerLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 850;
  color: rgba(11, 18, 32, 0.92);
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.12);
}

/* Footer */
.binds-rebrand .site-footer {
  background: #070a13 !important;
  color: var(--binds-on-dark) !important;
}

.binds-rebrand .site-footer a {
  color: var(--binds-on-dark-2) !important;
}

.binds-rebrand .site-footer a:hover {
  color: #ffffff !important;
}

.binds-rebrand .site-footer h6 {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* New footer layout */
.binds-rebrand .binds-footer {
  padding: 72px 0;
}

.binds-rebrand .binds-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 28px;
}

.binds-rebrand .binds-footer__logo {
  height: 34px;
  width: auto;
}

.binds-rebrand .binds-footer__desc {
  margin: 16px 0 18px;
  color: var(--binds-on-dark-2);
  max-width: 36ch;
  line-height: 1.6;
}

.binds-rebrand .binds-footer__title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
}

.binds-rebrand .binds-footer__links {
  display: grid;
  gap: 10px;
}

.binds-rebrand .binds-footer__links a {
  color: var(--binds-on-dark-2) !important;
}

.binds-rebrand .binds-footer__links a:hover {
  color: #ffffff !important;
}

.binds-rebrand .binds-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.binds-rebrand .binds-footer__socialBtn {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.binds-rebrand .binds-footer__socialBtn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.binds-rebrand .binds-footer__bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.binds-rebrand .binds-footer__legal p {
  margin: 0.35rem 0;
  color: var(--binds-on-dark-2);
  line-height: 1.6;
}

.binds-rebrand .binds-footer__disclaimer {
  max-width: 90ch;
}

.binds-rebrand .binds-footer__trust img {
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .binds-rebrand .binds-footer__grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
  }
  .binds-rebrand .binds-footer__grid > :nth-child(5) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .binds-rebrand .binds-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .binds-rebrand .binds-footer__brand {
    grid-column: 1 / -1;
  }
  .binds-rebrand .binds-footer__bottom {
    flex-direction: column;
  }
}

/* Generic cards */
.binds-rebrand .card,
.binds-rebrand .pricing-card,
.binds-rebrand .pricing-card-featured {
  border-radius: var(--binds-radius-xl) !important;
}

/* Soft separators */
.binds-rebrand hr {
  border-top-color: rgba(255, 255, 255, 0.10);
}

/* Home hero */
.binds-rebrand .binds-hero {
  position: relative;
  padding: 124px 0 84px;
  overflow: hidden;
}

.binds-rebrand .binds-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1100px 700px at 18% 6%, rgba(var(--binds-primary-rgb), 0.18), transparent 58%),
    radial-gradient(1000px 620px at 86% 14%, rgba(var(--binds-teal-rgb), 0.16), transparent 60%),
    radial-gradient(900px 600px at 60% 85%, rgba(var(--binds-primary-rgb), 0.10), transparent 62%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.0));
  pointer-events: none;
}

.binds-rebrand .binds-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.12;
  mask-image: radial-gradient(900px 540px at 25% 20%, #000 35%, transparent 72%);
  -webkit-mask-image: radial-gradient(900px 540px at 25% 20%, #000 35%, transparent 72%);
}

.binds-rebrand .binds-hero__bg::after {
  content: "";
  position: absolute;
  inset: -120px;
  background:
    radial-gradient(600px 400px at 18% 22%, rgba(var(--binds-primary-rgb), 0.16), transparent 70%),
    radial-gradient(640px 420px at 86% 34%, rgba(var(--binds-teal-rgb), 0.14), transparent 72%),
    radial-gradient(520px 360px at 54% 76%, rgba(var(--binds-accent-rgb), 0.10), transparent 72%);
  filter: blur(28px);
  opacity: 0.85;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  .binds-rebrand .binds-hero__bg::after {
    animation: bindsHeroBgDrift 18s ease-in-out infinite;
  }
}

.binds-rebrand .binds-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

@keyframes bindsHeroBgDrift {
  0% { transform: translate3d(-10px, -6px, 0) scale(1); }
  50% { transform: translate3d(12px, 8px, 0) scale(1.02); }
  100% { transform: translate3d(-6px, 10px, 0) scale(1.01); }
}

.binds-rebrand .binds-hero__title {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 850;
  margin: 0 0 16px;
}

.binds-rebrand .binds-hero__titleAccent {
  display: block;
  margin-top: 10px;
  background: linear-gradient(135deg, var(--binds-primary) 0%, var(--binds-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.binds-rebrand .binds-hero__subtitle {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--binds-text-2);
  margin: 0 0 22px;
  max-width: 56ch;
}

.binds-rebrand .binds-hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.binds-rebrand .binds-hero__note {
  margin: 14px 0 0;
  color: var(--binds-text-3);
  font-size: 0.95rem;
}

.binds-rebrand .binds-hero__visual {
  justify-self: end;
  position: relative;
}

.binds-rebrand .binds-hero__visual::before {
  content: "";
  position: absolute;
  inset: -80px -40px -60px -40px;
  background:
    radial-gradient(420px 320px at 60% 30%, rgba(var(--binds-primary-rgb), 0.22), transparent 70%),
    radial-gradient(460px 340px at 72% 54%, rgba(var(--binds-teal-rgb), 0.16), transparent 72%),
    radial-gradient(420px 320px at 52% 76%, rgba(var(--binds-accent-rgb), 0.10), transparent 72%);
  filter: blur(16px);
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.binds-rebrand .binds-hero__visual > * {
  position: relative;
  z-index: 1;
}

/* Hero mosaic (Qualtrics-like collage) */
.binds-rebrand .binds-heroMosaic {
  width: min(560px, 100%);
  height: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 14px;
  align-items: start;
}

.binds-rebrand .binds-heroDeck {
  position: relative;
  display: grid;
}

.binds-rebrand .binds-heroDeck__slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 14px;
}

/* Slot sizing: mantém o “mesmo tamanho” por posição */
.binds-rebrand .binds-heroSlot {
  overflow: hidden;
  height: clamp(156px, 16vw, 176px);
}

@media (max-width: 520px) {
  .binds-rebrand .binds-heroSlot { height: 176px; }
}

/* Crossfade entre os slides */
@media (prefers-reduced-motion: no-preference) {
  .binds-rebrand .binds-heroDeck__slide--a {
    animation: bindsDeckA 12s ease-in-out infinite;
  }
  .binds-rebrand .binds-heroDeck__slide--b {
    animation: bindsDeckB 12s ease-in-out infinite;
  }
}

@keyframes bindsDeckA {
  0%, 44% { opacity: 1; transform: translateY(0); }
  50%, 94% { opacity: 0; transform: translateY(6px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes bindsDeckB {
  0%, 44% { opacity: 0; transform: translateY(6px); }
  50%, 94% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(6px); }
}

@media (prefers-reduced-motion: reduce) {
  .binds-rebrand .binds-heroDeck__slide--b { display: none; }
}

.binds-rebrand .binds-heroMosaic__tile {
  position: relative;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow:
    0 26px 64px rgba(15, 23, 42, 0.18),
    0 10px 26px rgba(var(--binds-primary-rgb), 0.10);
  overflow: hidden;
  transform: translateZ(0);
}

.binds-rebrand .binds-heroMosaic__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.70),
    inset 0 -1px 0 rgba(15, 23, 42, 0.06);
}

.binds-rebrand .binds-heroMosaic__tile--surveyNps {
  z-index: 2;
  transform: none;
}

.binds-rebrand .binds-heroMosaic__tile--surveyCsat {
  z-index: 2;
  transform: none;
}

.binds-rebrand .binds-heroMosaic__tile--surveyCes {
  z-index: 2;
  transform: none;
}

.binds-rebrand .binds-heroMosaic__tile--floatInsight {
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 7;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
}

.binds-rebrand .binds-heroMosaic__tile--floatAlert {
  position: absolute;
  left: 14px;
  bottom: 96px;
  z-index: 6;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
}

.binds-rebrand .binds-heroMosaic__tile--floatBenchmark {
  position: absolute;
  left: 14px;
  top: 172px;
  z-index: 6;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
}

.binds-rebrand .binds-heroMosaic__tile--floatText {
  position: absolute;
  right: 86px;
  top: 96px;
  z-index: 6;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
}

.binds-rebrand .binds-heroMosaic__tile--floatImage {
  position: absolute;
  right: 14px;
  bottom: 18px;
  z-index: 6;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
}
.binds-rebrand .binds-heroMosaic__tile--insight {
  z-index: 4;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.90));
}

/* Cards simples (slide B) */
.binds-rebrand .binds-infoCard {
  padding: 14px 14px 12px;
}

.binds-rebrand .binds-infoCard__kicker {
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.58);
}

.binds-rebrand .binds-infoCard__value {
  margin-top: 6px;
  font-weight: 950;
  font-size: 1.55rem;
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.binds-rebrand .binds-infoCard__title {
  margin-top: 6px;
  font-weight: 900;
  color: rgba(11, 18, 32, 0.86);
}

.binds-rebrand .binds-infoCard__sub {
  margin-top: 4px;
  color: rgba(11, 18, 32, 0.64);
  font-weight: 650;
  font-size: 0.92rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.binds-rebrand .binds-infoCard__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(239, 68, 68, 0.10);
  border: 1px solid rgba(239, 68, 68, 0.22);
  color: rgba(185, 28, 28, 0.95);
}

.binds-rebrand .binds-infoCard--row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.binds-rebrand .binds-infoCard__thumb {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.10);
  flex: none;
}

.binds-rebrand .binds-infoCard__meta {
  display: grid;
  gap: 6px;
}

.binds-rebrand .binds-stars {
  display: inline-flex;
  gap: 2px;
  font-size: 1.02rem;
  line-height: 1;
}

.binds-rebrand .binds-stars .is-on { color: var(--binds-warning); }
.binds-rebrand .binds-stars .is-off { color: rgba(15, 23, 42, 0.22); }

/* Benchmark mini table (hero) */
.binds-rebrand .binds-benchMini__head,
.binds-hero .binds-benchMini__head {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.7fr 0.6fr;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  background: rgba(var(--binds-primary-rgb), 0.08);
  border-bottom: 1px solid rgba(var(--binds-primary-rgb), 0.12);
  color: rgba(11, 18, 32, 0.62);
  font-weight: 900;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.binds-rebrand .binds-benchMini__head > span,
.binds-hero .binds-benchMini__head > span {
  display: block;
}

.binds-rebrand .binds-benchMini__head > span:nth-child(2),
.binds-rebrand .binds-benchMini__head > span:nth-child(3),
.binds-hero .binds-benchMini__head > span:nth-child(2),
.binds-hero .binds-benchMini__head > span:nth-child(3) {
  color: var(--binds-primary);
}

.binds-rebrand .binds-benchMini__head > span:nth-child(4),
.binds-hero .binds-benchMini__head > span:nth-child(4) {
  color: rgba(var(--binds-teal-rgb), 0.95);
}

.binds-rebrand .binds-benchMini__row {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.7fr 0.6fr;
  gap: 10px;
  padding: 9px 10px;
  align-items: center;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.88);
}

.binds-rebrand .binds-benchMini__row--focus {
  background: rgba(245, 158, 11, 0.08);
}

.binds-rebrand .binds-benchMini__sector {
  font-weight: 850;
  color: rgba(11, 18, 32, 0.86);
}

.binds-rebrand .binds-benchMini__nps {
  font-weight: 950;
  color: var(--binds-primary);
}

.binds-rebrand .binds-benchMini__pill {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(var(--binds-primary-rgb), 0.10);
  border: 1px solid rgba(var(--binds-primary-rgb), 0.18);
  color: rgba(55, 48, 163, 0.95);
  font-weight: 850;
  font-size: 0.74rem;
}

.binds-rebrand .binds-benchMini__delta {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  font-weight: 900;
  font-size: 0.74rem;
}

.binds-rebrand .binds-benchMini__delta--pos {
  border-color: rgba(34, 197, 94, 0.22);
  background: rgba(34, 197, 94, 0.10);
  color: rgba(21, 128, 61, 1);
}

.binds-rebrand .binds-benchMini__delta--neg {
  border-color: rgba(239, 68, 68, 0.22);
  background: rgba(239, 68, 68, 0.10);
  color: rgba(185, 28, 28, 0.95);
}

/* removed: binds-heroOverlay (replaced by binds-heroDeck slide swap) */

/* Floating hero cards (reuse the “good” old vibe) */
.binds-rebrand .binds-heroFloat {
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.binds-rebrand .binds-heroMosaic__tile--floatInsight .binds-heroFloat { width: 220px; }
.binds-rebrand .binds-heroMosaic__tile--floatText .binds-heroFloat { width: 300px; }
.binds-rebrand .binds-heroMosaic__tile--floatBenchmark .binds-heroFloat { width: 300px; }
.binds-rebrand .binds-heroMosaic__tile--floatAlert .binds-heroFloat { width: 240px; }
.binds-rebrand .binds-heroMosaic__tile--floatImage .binds-heroFloat { width: 280px; }

.binds-rebrand .binds-heroFloat__title {
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.66);
}

.binds-rebrand .binds-heroFloat__value {
  font-weight: 900;
  font-size: 1.55rem;
  margin-top: 2px;
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.binds-rebrand .binds-heroFloat__sub {
  color: rgba(11, 18, 32, 0.64);
  font-weight: 650;
  font-size: 0.92rem;
  line-height: 1.25;
}

.binds-rebrand .binds-heroFloat__chips {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.binds-rebrand .binds-heroFloat__chips .binds-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.04);
  font-weight: 850;
  font-size: 0.78rem;
  color: rgba(11, 18, 32, 0.70);
  letter-spacing: 0.01em;
}

.binds-rebrand .binds-heroFloat__chips .binds-chip--pos {
  border-color: rgba(34, 197, 94, 0.22);
  background: rgba(34, 197, 94, 0.10);
  color: rgba(21, 128, 61, 1);
}

.binds-rebrand .binds-heroFloat__chips .binds-chip--neg {
  border-color: rgba(239, 68, 68, 0.22);
  background: rgba(239, 68, 68, 0.10);
  color: rgba(185, 28, 28, 0.95);
}

.binds-rebrand .binds-mono {
  font-family: var(--binds-font-mono);
  font-weight: 800;
}

.binds-rebrand .binds-heroFloat__quote {
  margin-top: 8px;
  color: rgba(11, 18, 32, 0.70);
  font-weight: 650;
  font-size: 0.94rem;
  line-height: 1.35;
  max-width: 30ch;
}

.binds-rebrand .binds-heroFloat__row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.binds-rebrand .binds-heroFloat__thumb {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.10);
}

.binds-rebrand .binds-heroFloat__meta {
  display: grid;
  gap: 6px;
}

.binds-rebrand .binds-stars {
  display: inline-flex;
  gap: 2px;
  font-size: 1.02rem;
  line-height: 1;
}

.binds-rebrand .binds-stars .is-on {
  color: var(--binds-warning);
}

.binds-rebrand .binds-stars .is-off {
  color: rgba(15, 23, 42, 0.22);
}

.binds-rebrand .binds-heroFloat__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(239, 68, 68, 0.10);
  border: 1px solid rgba(239, 68, 68, 0.22);
  color: rgba(185, 28, 28, 0.95);
  margin: 0 0 8px;
}

/* Survey “looks like image” cards (inspired by /pesquisa/modelo-de-pesquisa/) */
.binds-rebrand .binds-surveyCard {
  padding: 16px 16px 18px;
  background: transparent;
}

.binds-rebrand .binds-surveyCard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.binds-rebrand .binds-surveyCard__title {
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--binds-primary);
}

.binds-rebrand .binds-surveyCard__badge {
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.75rem;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(11, 18, 32, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.binds-rebrand .binds-surveyCard__badge--primary {
  background: rgba(var(--binds-primary-rgb), 0.10);
  border-color: rgba(var(--binds-primary-rgb), 0.22);
  color: var(--binds-primary-700);
}

.binds-rebrand .binds-surveyCard__badge--ai {
  background: rgba(var(--binds-teal-rgb), 0.12);
  border-color: rgba(var(--binds-teal-rgb), 0.26);
  color: rgba(var(--binds-teal-rgb), 0.95);
}

.binds-rebrand .binds-surveyCard__q {
  color: rgba(11, 18, 32, 0.78);
  font-weight: 650;
  line-height: 1.25;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.binds-rebrand .binds-surveyScale {
  display: grid;
  gap: 6px;
  margin: 8px 0 6px;
}

.binds-rebrand .binds-surveyScale > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.85);
  color: rgba(11, 18, 32, 0.78);
  font-weight: 800;
  font-size: 0.92rem;
}

.binds-rebrand .binds-surveyScale--nps {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.binds-rebrand .binds-surveyScale--csat {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.binds-rebrand .binds-surveyScale--ces {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.binds-rebrand .binds-surveyCard__ends {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0;
  padding: 0 2px;
  color: rgba(11, 18, 32, 0.58);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.1;
}

.binds-rebrand .binds-surveyCard__ends > span {
  white-space: nowrap;
}

@media (max-width: 520px) {
  .binds-rebrand .binds-surveyScale > span {
    height: 32px;
    font-size: 0.85rem;
    border-radius: 10px;
  }
  .binds-rebrand .binds-surveyCard__title {
    font-size: 1rem;
  }
}

.binds-rebrand .binds-heroMosaic__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(11, 18, 32, 0.92);
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.binds-rebrand .binds-heroMosaic__spark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, var(--binds-primary), var(--binds-accent));
  box-shadow: 0 14px 26px rgba(var(--binds-primary-rgb), 0.22);
  position: relative;
}

.binds-rebrand .binds-heroMosaic__spark::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0.25;
}

.binds-rebrand .binds-heroMosaic__spark--ai {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, rgba(var(--binds-teal-rgb), 1), rgba(var(--binds-primary-rgb), 1));
}

.binds-rebrand .binds-heroMosaic__metric {
  display: grid;
  gap: 4px;
}

.binds-rebrand .binds-heroMosaic__metricValue {
  font-weight: 950;
  font-size: 1.55rem;
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.binds-rebrand .binds-heroMosaic__metricLabel {
  color: rgba(11, 18, 32, 0.62);
  font-weight: 650;
  line-height: 1.2;
  max-width: 28ch;
}

.binds-rebrand .binds-heroMosaic__wave {
  margin-top: 12px;
  height: 26px;
  border-radius: 14px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(var(--binds-primary-rgb), 0.0) 0px,
      rgba(var(--binds-primary-rgb), 0.0) 6px,
      rgba(var(--binds-primary-rgb), 0.32) 6px,
      rgba(var(--binds-primary-rgb), 0.32) 10px
    ),
    linear-gradient(90deg, rgba(var(--binds-teal-rgb), 0.18), rgba(var(--binds-primary-rgb), 0.12));
  mask-image: radial-gradient(120px 18px at 20% 50%, #000 40%, transparent 70%),
    radial-gradient(160px 18px at 55% 50%, #000 46%, transparent 75%),
    radial-gradient(120px 18px at 85% 50%, #000 40%, transparent 70%);
  -webkit-mask-image: radial-gradient(120px 18px at 20% 50%, #000 40%, transparent 70%),
    radial-gradient(160px 18px at 55% 50%, #000 46%, transparent 75%),
    radial-gradient(120px 18px at 85% 50%, #000 40%, transparent 70%);
  opacity: 0.9;
}

.binds-rebrand .binds-heroMosaic__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(11, 18, 32, 0.70);
  margin: 0 0 10px;
}

.binds-rebrand .binds-heroMosaic__pill--danger {
  background: rgba(239, 68, 68, 0.10);
  border-color: rgba(239, 68, 68, 0.22);
  color: rgba(185, 28, 28, 0.95);
}

.binds-rebrand .binds-heroMosaic__text {
  color: rgba(11, 18, 32, 0.72);
  font-weight: 650;
  line-height: 1.25;
}

@media (prefers-reduced-motion: no-preference) {
  .binds-rebrand .binds-heroMosaic__tile--surveyNps { animation: bindsMosaicFloatA 10s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--surveyCsat { animation: bindsMosaicFloatB 11s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--surveyCes { animation: bindsMosaicFloatC 12s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--insight { animation: bindsMosaicFloatE 9s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--floatInsight { animation: bindsMosaicFloatC 12s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--floatAlert { animation: bindsMosaicFloatB 11s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--floatBenchmark { animation: bindsMosaicFloatD 12s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--floatText { animation: bindsMosaicFloatA 10s ease-in-out infinite; }
  .binds-rebrand .binds-heroMosaic__tile--floatImage { animation: bindsMosaicFloatE 9s ease-in-out infinite; }
}

@keyframes bindsMosaicFloatA { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-6px,0); } }
@keyframes bindsMosaicFloatB { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,7px,0); } }
@keyframes bindsMosaicFloatC { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-2px,-5px,0); } }
@keyframes bindsMosaicFloatD { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(2px,6px,0); } }
@keyframes bindsMosaicFloatE { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,6px,0); } }

@media (max-width: 900px) {
  .binds-rebrand .binds-heroMosaic {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .binds-rebrand .binds-heroMosaic__tile--surveyNps { grid-column: 1 / -1; grid-row: 1 / 2; transform: none; }
  .binds-rebrand .binds-heroMosaic__tile--surveyCsat { grid-column: 1 / -1; grid-row: 2 / 3; transform: none; }
  .binds-rebrand .binds-heroMosaic__tile--surveyCes { display: none; }
  .binds-rebrand .binds-heroMosaic__tile--insight { grid-column: 1 / -1; grid-row: 3 / 4; transform: none; }
  .binds-rebrand .binds-heroMosaic__tile--floatInsight,
  .binds-rebrand .binds-heroMosaic__tile--floatAlert,
  .binds-rebrand .binds-heroMosaic__tile--floatBenchmark,
  .binds-rebrand .binds-heroMosaic__tile--floatText,
  .binds-rebrand .binds-heroMosaic__tile--floatImage {
    display: none;
  }
}

/* Product mock (instead of illustration) */
.binds-rebrand .binds-hero__mock {
  width: min(560px, 100%);
  border-radius: var(--binds-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 28px 84px rgba(15, 23, 42, 0.18),
    0 14px 36px rgba(var(--binds-primary-rgb), 0.10);
  transform: translateZ(0);
}

.binds-rebrand .binds-hero__mock::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(15, 23, 42, 0.06);
}

@media (prefers-reduced-motion: no-preference) {
  .binds-rebrand .binds-hero__mock {
    animation: bindsHeroMockFloat 12s ease-in-out infinite;
  }
}

@keyframes bindsHeroMockFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -2px, 0); }
}

.binds-rebrand .binds-hero__mockBar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.03), rgba(15, 23, 42, 0.02));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.binds-rebrand .binds-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
}

.binds-rebrand .binds-hero__mockTitle {
  margin-left: 8px;
  font-weight: 700;
  color: rgba(11, 18, 32, 0.70);
  font-size: 0.9rem;
}

.binds-rebrand .binds-hero__mockImg {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.01);
  transform-origin: center;
  filter: saturate(1.03) contrast(1.02);
}

/* Floating info cards (subtle, meaningful) */
.binds-rebrand .binds-hero__float {
  position: absolute;
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.binds-rebrand .binds-hero__floatTitle {
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.66);
}

.binds-rebrand .binds-hero__floatValue {
  font-weight: 900;
  font-size: 1.55rem;
  margin-top: 2px;
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.binds-rebrand .binds-hero__floatSub {
  color: rgba(11, 18, 32, 0.64);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.25;
}

.binds-rebrand .binds-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.10);
  border: 1px solid rgba(239, 68, 68, 0.22);
  color: rgba(185, 28, 28, 0.95);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.binds-rebrand .binds-hero__float--insight {
  right: 18px;
  top: 64px;
  animation: bindsHeroFloat1 7s ease-in-out infinite;
}

.binds-rebrand .binds-hero__float--alert {
  left: -8px;
  bottom: 34px;
  max-width: 240px;
  animation: bindsHeroFloat2 8s ease-in-out infinite;
}

@keyframes bindsHeroFloat1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes bindsHeroFloat2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@media (max-width: 900px) {
  .binds-rebrand .binds-hero {
    padding: 108px 0 64px;
  }
  .binds-rebrand .binds-hero__grid {
    grid-template-columns: 1fr;
  }
  .binds-rebrand .binds-hero__visual {
    justify-self: start;
  }
}

/* Home CTA – card escuro com gradiente roxo/teal, título em destaque, links e botões no mesmo estilo PT */
.binds-rebrand .binds-home-cta {
  background: var(--binds-bg);
}

.binds-rebrand .binds-home-cta__box {
  border-radius: var(--binds-radius-xl);
  background:
    radial-gradient(900px 500px at 10% 20%, rgba(var(--binds-primary-rgb), 0.25), transparent 55%),
    radial-gradient(900px 500px at 90% 30%, rgba(var(--binds-teal-rgb), 0.22), transparent 55%),
    #070a13;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--binds-shadow-lg);
  padding: 28px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: center;
}

.binds-rebrand .binds-home-cta__title {
  color: #ffffff;
  font-weight: 850;
  font-size: 1.5rem;
  margin: 0 0 10px;
  line-height: 1.25;
}

.binds-rebrand .binds-home-cta__subtitle {
  color: var(--binds-on-dark-2);
  margin: 0 0 14px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.binds-rebrand .binds-home-cta__links {
  display: grid;
  gap: 8px;
}

.binds-rebrand .binds-home-cta__links a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  font-size: 0.9rem;
}

.binds-rebrand .binds-home-cta__links a:hover {
  color: #ffffff !important;
}

.binds-rebrand .binds-home-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

/* Botão secundário dentro do CTA: link discreto, texto claro (estilo da imagem PT) */
.binds-rebrand .binds-home-cta__actions .btn-outline,
.binds-rebrand .binds-home-cta__actions .btn.btn-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.9rem;
}

.binds-rebrand .binds-home-cta__actions .btn-outline:hover,
.binds-rebrand .binds-home-cta__actions .btn.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

.binds-rebrand .binds-icon-whatsapp {
  font-size: 2rem;
  color: #22c55e;
}

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

/* Button Styles */
.binds-rebrand .binds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--binds-radius-md);
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  white-space: normal;
  text-align: center;
  min-height: 48px;
}

.binds-rebrand .binds-btn--primary {
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-teal));
  color: #ffffff !important;
  box-shadow: var(--binds-shadow-sm);
}

.binds-rebrand .binds-btn--primary:hover {
  box-shadow: var(--binds-shadow-md);
  transform: translateY(-2px);
}

.binds-rebrand .binds-btn--outline {
  background: transparent;
  color: var(--binds-primary) !important;
  border: 2px solid rgba(var(--binds-primary-rgb), 0.30);
}

.binds-rebrand .binds-btn--outline:hover {
  background: rgba(var(--binds-primary-rgb), 0.05);
  border-color: rgba(var(--binds-primary-rgb), 0.50);
}

/* Pricing Section */
.binds-rebrand .binds-pricingSection {
  padding: 72px 0;
}

.binds-rebrand .binds-pricingGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.binds-rebrand .binds-pricingCard {
  position: relative;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--binds-radius-lg);
  padding: 32px 24px;
  box-shadow: var(--binds-shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.binds-rebrand .binds-pricingCard:hover {
  transform: translateY(-4px);
  box-shadow: var(--binds-shadow-lg);
  border-color: rgba(var(--binds-primary-rgb), 0.20);
}

.binds-rebrand .binds-pricingCard--featured {
  background: linear-gradient(135deg, rgba(var(--binds-primary-rgb), 0.05), rgba(var(--binds-teal-rgb), 0.03));
  border: 2px solid rgba(var(--binds-primary-rgb), 0.30);
  box-shadow: var(--binds-shadow-md);
}

.binds-rebrand .binds-pricingCard--featured:hover {
  transform: translateY(-4px);
}

.binds-rebrand .binds-pricingCard__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-teal));
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: var(--binds-shadow-md);
  white-space: nowrap;
}

.binds-rebrand .binds-pricingCard__badge i {
  margin-right: 4px;
}

.binds-rebrand .binds-pricingCard__header {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.binds-rebrand .binds-pricingCard__title {
  font-size: 1.5rem;
  font-weight: 850;
  color: var(--binds-heading);
  margin: 0 0 16px;
}

.binds-rebrand .binds-pricingCard__priceWrapper {
  margin: 16px 0;
}

.binds-rebrand .binds-pricingCard__priceOriginal {
  font-size: 0.85rem;
  color: var(--binds-text-2);
  text-decoration: line-through;
  margin-bottom: 4px;
}

.binds-rebrand .binds-pricingCard__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.binds-rebrand .binds-pricingCard__price .currency {
  font-size: 1.25rem;
  font-weight: 750;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-pricingCard__price .amount {
  font-size: 3rem;
  font-weight: 850;
  color: var(--binds-heading);
  line-height: 1;
}

.binds-rebrand .binds-pricingCard__price .decimals {
  font-size: 1.5rem;
  font-weight: 750;
  color: var(--binds-heading);
}

.binds-rebrand .binds-pricingCard__price--custom .amount {
  font-size: 1.75rem;
}

.binds-rebrand .binds-pricingCard__period {
  font-size: 0.95rem;
  color: var(--binds-text-2);
  margin-top: 4px;
}

.binds-rebrand .binds-pricingCard__bonus {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(var(--binds-primary-rgb), 0.08);
  color: var(--binds-primary);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 16px;
}

.binds-rebrand .binds-pricingCard__body {
  padding: 24px 0;
  flex: 1;
}

.binds-rebrand .binds-pricingCard__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.binds-rebrand .binds-pricingCard__features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  color: var(--binds-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.binds-rebrand .binds-pricingCard__features li svg,
.binds-rebrand .binds-pricingCard__features li i {
  color: var(--binds-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.binds-rebrand .binds-pricingCard__footer {
  padding-top: 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.binds-rebrand .binds-pricingCard__footer .binds-btn {
  width: 100%;
  justify-content: center;
  font-weight: 750;
}

.binds-rebrand .binds-pricingCard__footer .binds-btn i {
  margin-right: 6px;
}

.binds-rebrand .binds-pricingCard__disclaimer {
  text-align: center;
  font-size: 0.8rem;
  color: var(--binds-text-2);
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.binds-rebrand .binds-pricingCard__disclaimer i {
  font-size: 0.75rem;
}

@media (max-width: 1200px) {
  .binds-rebrand .binds-pricingGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .binds-rebrand .binds-pricingCard--featured {
    transform: scale(1);
  }
  
  .binds-rebrand .binds-pricingCard--featured:hover {
    transform: translateY(-4px);
  }
}

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

/* Calculator Inputs - General Styles */
.binds-rebrand .binds-calculatorInput input[type="number"] {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 12px 16px;
  border: 2px solid rgba(15, 23, 42, 0.15);
  border-radius: var(--binds-radius);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  background: #ffffff;
  transition: all 0.2s ease;
  color: var(--binds-text);
}

.binds-rebrand .binds-calculatorInput input[type="number"]:focus {
  outline: none;
  border-color: var(--binds-primary);
  box-shadow: 0 0 0 3px rgba(var(--binds-primary-rgb), 0.10);
}

/* Visual Scale Cards */
.binds-rebrand .binds-visualScaleCard {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--binds-radius-lg);
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  min-width: 0;
  overflow: hidden;
}

.binds-rebrand .binds-visualScaleCard:hover {
  transform: translateY(-4px);
  box-shadow: var(--binds-shadow-lg);
  border-color: rgba(var(--binds-primary-rgb), 0.20);
}

.binds-rebrand .binds-visualScaleCard__image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.binds-rebrand .binds-visualScaleCard__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.binds-rebrand .binds-visualScaleCard__title {
  font-size: 1.15rem;
  font-weight: 750;
  color: var(--binds-primary);
  margin: 0;
}

.binds-rebrand .binds-visualScaleCard__scale {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: 4px 0;
}

.binds-rebrand .binds-visualScaleCard__scale i {
  font-size: 1.5rem;
  color: #ffc107;
}

.binds-rebrand .binds-visualScaleCard__scale--emojis i {
  font-size: 2rem;
}

.binds-rebrand .binds-visualScaleCard__scale--numbers {
  gap: 3px;
  flex-wrap: nowrap;
}

.binds-rebrand .binds-visualScaleCard__scale--emojis,
.binds-rebrand .binds-visualScaleCard__scale i.fas {
  flex-shrink: 0;
}

.binds-rebrand .binds-scaleNumber {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 750;
  font-size: 0.9rem;
  color: #ffffff;
  background: var(--scale-color);
  flex-shrink: 0;
}

.binds-rebrand .binds-visualScaleCard__labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0.85rem;
  color: var(--binds-text-2);
  font-weight: 600;
  margin-top: 8px;
}

.binds-rebrand .binds-leadLarge {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--binds-text);
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .binds-rebrand .binds-visualScaleCard {
    padding: 24px 20px;
  }
  
  .binds-rebrand .binds-visualScaleCard__image {
    width: 80px;
    height: 80px;
  }
  
  .binds-rebrand .binds-visualScaleCard__scale {
    gap: 6px;
  }
  
  .binds-rebrand .binds-visualScaleCard__scale--numbers {
    gap: 2px;
  }
  
  .binds-rebrand .binds-visualScaleCard__scale i {
    font-size: 1.2rem;
  }
  
  .binds-rebrand .binds-visualScaleCard__scale--emojis i {
    font-size: 1.5rem;
  }
  
  .binds-rebrand .binds-scaleNumber {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 0.8rem;
  }
  
  .binds-rebrand .binds-leadLarge {
    font-size: 1.05rem;
  }
}

@media (max-width: 600px) {
  .binds-rebrand .binds-visualScaleCard__scale--numbers {
    gap: 1px;
  }
  
  .binds-rebrand .binds-scaleNumber {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 0.75rem;
  }
}

/* Garantir que cards de escala em 3 colunas não quebrem */
.binds-rebrand .binds-solutionHighlights[style*="repeat(3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .binds-rebrand .binds-solutionHighlights[style*="repeat(3"] {
    grid-template-columns: 1fr;
  }
}

/* Compact Section Helper */
.binds-rebrand .binds-solutionSection--compact {
  padding: 40px 0;
}

.binds-rebrand .binds-solutionSection--compact .binds-sectionHead {
  margin-bottom: 0;
}

.binds-rebrand .binds-solutionSection--compact .binds-h3 {
  font-size: 1.15rem;
}

/* NPS Calculator */
.binds-rebrand .binds-calculatorSection {
  padding: 48px 0;
}

.binds-rebrand .binds-calculator {
  max-width: 900px;
  margin: 0 auto;
}

.binds-rebrand .binds-calculatorStage {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--binds-radius-lg);
  padding: 28px 24px;
  margin-bottom: 24px;
  box-shadow: var(--binds-shadow-sm);
}

.binds-rebrand .binds-calculatorStage__title {
  font-size: 1.15rem;
  font-weight: 750;
  color: var(--binds-heading);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}

.binds-rebrand .binds-calculatorStage__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-teal));
  color: #ffffff;
  font-weight: 850;
  font-size: 0.9rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.binds-rebrand .binds-calculatorGroups {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.binds-rebrand .binds-calculatorGroup {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex: 0 1 auto;
}

.binds-rebrand .binds-calculatorGroup__title {
  font-size: 0.85rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border-radius: var(--binds-radius-md);
  text-align: center;
  white-space: nowrap;
}

.binds-rebrand .binds-calculatorGroup--detractors .binds-calculatorGroup__title {
  background: rgba(237, 76, 128, 0.12);
  color: #ed4c80;
}

.binds-rebrand .binds-calculatorGroup--passives .binds-calculatorGroup__title {
  background: rgba(255, 181, 0, 0.12);
  color: #ffb500;
}

.binds-rebrand .binds-calculatorGroup--promoters .binds-calculatorGroup__title {
  background: rgba(84, 118, 205, 0.12);
  color: #5476cd;
}

.binds-rebrand .binds-calculatorGroup--neutral .binds-calculatorGroup__title {
  background: rgba(0, 171, 167, 0.12);
  color: #00aba7;
}

.binds-rebrand .binds-calculatorGroup--result .binds-calculatorGroup__title {
  background: rgba(var(--binds-primary-rgb), 0.12);
  color: var(--binds-primary);
}

.binds-rebrand .binds-calculatorInputs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.binds-rebrand .binds-calculatorInput {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.binds-rebrand .binds-calculatorInput label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--binds-heading);
}

.binds-rebrand .binds-calculatorInput input[type="number"] {
  width: 56px;
  padding: 8px 6px;
  font-size: 0.95rem;
  font-weight: 650;
  border: 2px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--binds-radius-md);
  background: #ffffff;
  color: var(--binds-heading);
  transition: all 0.2s ease;
  text-align: center;
}

.binds-rebrand .binds-calculatorInput input[type="number"]:focus {
  outline: none;
  border-color: var(--binds-primary);
  box-shadow: 0 0 0 3px rgba(var(--binds-primary-rgb), 0.10);
}

.binds-rebrand .binds-calculatorResult {
  background: rgba(15, 23, 42, 0.04);
  border: 2px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--binds-radius-md);
  padding: 16px 24px;
  text-align: center;
  min-width: 140px;
}

.binds-rebrand .binds-calculatorResult__label {
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--binds-text-2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 6px;
}

.binds-rebrand .binds-calculatorResult__value {
  font-size: 1.75rem;
  font-weight: 850;
  color: var(--binds-heading);
  margin: 0;
  line-height: 1;
}

.binds-rebrand .binds-calculatorResult--final {
  background: linear-gradient(135deg, rgba(var(--binds-primary-rgb), 0.08), rgba(var(--binds-teal-rgb), 0.05));
  border-color: rgba(var(--binds-primary-rgb), 0.20);
  padding: 20px;
}

.binds-rebrand .binds-calculatorResult--final .binds-calculatorResult__value {
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--binds-primary), var(--binds-teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.binds-rebrand .binds-calculatorFormula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.binds-rebrand .binds-calculatorFormula__item {
  flex: 0 0 auto;
}

.binds-rebrand .binds-calculatorFormula__operator {
  font-size: 2rem;
  font-weight: 850;
  color: var(--binds-primary);
}

/* NPS Categories */
.binds-rebrand .binds-npsCategories {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.binds-rebrand .binds-npsCategory {
  padding: 18px 20px;
  border-radius: var(--binds-radius-md);
  border-left: 4px solid;
}

.binds-rebrand .binds-npsCategory h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 750;
  margin: 0 0 8px;
}

.binds-rebrand .binds-npsCategory p {
  margin: 0;
  color: var(--binds-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.binds-rebrand .binds-npsCategory--promoters {
  background: rgba(84, 118, 205, 0.06);
  border-color: #5476cd;
}

.binds-rebrand .binds-npsCategory--promoters h4 {
  color: #5476cd;
}

.binds-rebrand .binds-npsCategory--passives {
  background: rgba(255, 181, 0, 0.06);
  border-color: #ffb500;
}

.binds-rebrand .binds-npsCategory--passives h4 {
  color: #ffb500;
}

.binds-rebrand .binds-npsCategory--detractors {
  background: rgba(237, 76, 128, 0.06);
  border-color: #ed4c80;
}

.binds-rebrand .binds-npsCategory--detractors h4 {
  color: #ed4c80;
}

/* NPS Zones */
.binds-rebrand .binds-npsZones {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.binds-rebrand .binds-npsZone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: var(--binds-radius-md);
  border-left: 4px solid;
}

.binds-rebrand .binds-npsZone strong {
  font-weight: 750;
  font-size: 0.95rem;
}

.binds-rebrand .binds-npsZone span {
  font-weight: 650;
  font-size: 0.9rem;
  opacity: 0.85;
}

.binds-rebrand .binds-npsZone--excellent {
  background: rgba(84, 118, 205, 0.06);
  border-color: #5476cd;
  color: #5476cd;
}

.binds-rebrand .binds-npsZone--good {
  background: rgba(0, 171, 167, 0.06);
  border-color: #00aba7;
  color: #00aba7;
}

.binds-rebrand .binds-npsZone--fair {
  background: rgba(255, 181, 0, 0.06);
  border-color: #ffb500;
  color: #ffb500;
}

.binds-rebrand .binds-npsZone--poor {
  background: rgba(237, 76, 128, 0.06);
  border-color: #ed4c80;
  color: #ed4c80;
}

@media (max-width: 900px) {
  .binds-rebrand .binds-calculatorSection {
    padding: 32px 0;
  }
  
  .binds-rebrand .binds-calculatorStage {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  
  .binds-rebrand .binds-calculatorStage__title {
    font-size: 1.05rem;
  }
  
  .binds-rebrand .binds-calculatorGroups {
    flex-direction: column;
    gap: 24px;
  }
  
  .binds-rebrand .binds-calculatorInputs {
    gap: 6px;
  }
  
  .binds-rebrand .binds-calculatorInput input[type="number"] {
    width: 48px;
    padding: 6px 4px;
    font-size: 0.85rem;
  }
  
  .binds-rebrand .binds-calculatorInput label {
    font-size: 0.8rem;
  }
  
  .binds-rebrand .binds-calculatorResult {
    min-width: 100px;
    padding: 14px 20px;
  }
  
  .binds-rebrand .binds-calculatorFormula {
    flex-direction: column;
    gap: 12px;
  }
  
  .binds-rebrand .binds-calculatorFormula__operator {
    font-size: 1.5rem;
  }
  
  .binds-rebrand .binds-npsZone {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  
  .binds-rebrand .binds-npsCategory {
    padding: 16px;
  }
}

/* Lists */
.binds-rebrand .binds-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.binds-rebrand .binds-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  line-height: 1.7;
}

.binds-rebrand .binds-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--binds-primary);
  font-weight: 700;
  font-size: 1.2rem;
}

.binds-rebrand .binds-list--numbered {
  counter-reset: list-counter;
}

.binds-rebrand .binds-list--numbered li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--binds-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
}

/* How To Steps */
.binds-rebrand .binds-howToSteps {
  margin: 48px 0;
}

.binds-rebrand .binds-howToSteps h3 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.75rem;
  font-weight: 750;
  color: var(--binds-heading);
}

.binds-rebrand .binds-stepsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 32px;
  margin: 0;
  align-items: stretch;
}

/* 2 ou 3 colunas iguais quando há poucos itens */
.binds-rebrand .binds-stepsGrid:has(.binds-step:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}
.binds-rebrand .binds-stepsGrid:has(.binds-step:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

.binds-rebrand .binds-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--binds-radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 0;
}

.binds-rebrand .binds-step:hover {
  border-color: var(--binds-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.binds-rebrand .binds-step__number {
  min-width: 56px;
  width: max-content;
  max-width: 100%;
  height: 56px;
  margin: 0 auto 20px;
  padding: 0 16px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.binds-rebrand .binds-step__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--binds-heading);
}

.binds-rebrand .binds-step__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.binds-rebrand .binds-step__content h4 {
  font-size: 1.1rem;
  font-weight: 750;
  margin: 0 0 8px 0;
  color: var(--binds-heading, #0f172a);
}
.binds-rebrand .binds-step p {
  margin: 0;
  line-height: 1.7;
  color: var(--binds-text-light, #64748b);
}

@media (max-width: 900px) {
  .binds-rebrand .binds-stepsGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .binds-rebrand .binds-step {
    padding: 24px 20px;
  }
  
  .binds-rebrand .binds-step__number {
    min-width: 48px;
    height: 48px;
    padding: 0 12px;
    font-size: 0.9rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: #ffffff !important;
  }
}

@media (max-width: 768px) {
  .binds-rebrand .binds-breadcrumb__list {
    font-size: 0.85rem;
    padding: 10px 0;
  }
}

/* Highlights / Cards de Indicadores */
.binds-rebrand .u-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 48px 0;
}

.binds-rebrand .u-highlight {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--binds-radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.binds-rebrand .u-highlight:hover {
  border-color: var(--binds-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.binds-rebrand .u-highlight__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

.binds-rebrand .u-highlight__icon i {
  color: #ffffff !important;
}

.binds-rebrand .u-highlight__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--binds-heading);
  margin: 16px 0 12px;
}

.binds-rebrand .u-highlight p {
  margin: 0;
  line-height: 1.7;
  color: var(--binds-text-light);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .binds-rebrand .u-highlights {
    gap: 20px;
  }
  
  .binds-rebrand .u-highlight {
    padding: 24px 20px;
  }
  
  .binds-rebrand .u-highlight__icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
}

/* Dica Importante / Quote Box (div com ícone) */
.binds-rebrand div.binds-quote {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
  border: 2px solid #60a5fa;
  border-left: 6px solid #3b82f6;
  border-radius: var(--binds-radius-lg);
  padding: 32px;
  margin: 48px 0;
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.1);
  position: relative;
  overflow: hidden;
}

/* Quote simples (blockquote) */
.binds-rebrand blockquote.binds-quote {
  border-left: 4px solid var(--binds-primary);
  padding: 20px 24px;
  margin: 24px 0;
  background: rgba(99, 102, 241, 0.05);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--binds-text);
  font-size: 1.05rem;
  line-height: 1.6;
}

.binds-rebrand div.binds-quote::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(30%, -30%);
}

.binds-rebrand div.binds-quote > i {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  z-index: 1;
}

.binds-rebrand div.binds-quote > div {
  flex: 1;
  z-index: 1;
}

.binds-rebrand div.binds-quote h3 {
  color: #1e40af;
  font-size: 1.5rem;
  font-weight: 750;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.binds-rebrand div.binds-quote p {
  color: #1e3a8a;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.binds-rebrand div.binds-quote strong {
  color: #1e40af;
  font-weight: 700;
}

@media (max-width: 768px) {
  .binds-rebrand div.binds-quote {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
  }
  
  .binds-rebrand div.binds-quote > i {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .binds-rebrand div.binds-quote h3 {
    font-size: 1.25rem;
  }
  
  .binds-rebrand div.binds-quote p {
    font-size: 1rem;
  }
}

/* Ocultar botões do CTA (rodapé) quando a página tem formulário no hero */
.binds-rebrand:has(.binds-heroLeadCard) .binds-home-cta__actions,
.binds-rebrand.has-hero-form .binds-home-cta__actions {
  display: none !important;
}

/* Tabela de Benchmark - Garantir visibilidade do header */
.binds-rebrand .binds-benchmarkTable thead {
  background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
}

.binds-rebrand .binds-benchmarkTable thead th {
  color: #ffffff !important;
  background: transparent !important;
  font-weight: 700;
  text-align: center;
  padding: 20px 16px;
  border: none;
}

.binds-rebrand .binds-benchmarkTable tbody tr:hover {
  background-color: rgba(99, 102, 241, 0.05);
}
