/* NPS Benchmark — ritmo da home dark */

.binds-homeDarkPage .bdh-benchHero .bdh-crumbs {
  background: transparent;
  border: 0;
  margin: 0 0 28px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.binds-homeDarkPage .bdh-benchHero .bdh-crumbs .binds-breadcrumb__list {
  padding: 0;
}

.binds-homeDarkPage .bdh-crumbs .binds-breadcrumb__item + .binds-breadcrumb__item::before {
  content: "›";
  color: rgba(175, 154, 214, 0.45);
  padding: 0 12px;
  font-weight: 500;
}

.binds-homeDarkPage .bdh-crumbs .binds-breadcrumb__item a {
  color: var(--bdh-primary-soft);
  font-weight: 650;
}

.binds-homeDarkPage .bdh-crumbs .binds-breadcrumb__item a:hover {
  color: #fff;
  text-decoration: none;
}

.binds-homeDarkPage .bdh-crumbs .binds-breadcrumb__item--active {
  color: rgba(255, 255, 255, 0.86);
}

/* Tipografia do hero alinhada à home dark (mesma escala, maior especificidade). */
.binds-rebrand.binds-homeDarkPage .bdh-benchHero .binds-hero__title {
  margin: 0 0 16px;
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  line-height: 1.05;
  font-weight: 750;
  letter-spacing: -0.045em;
  color: #fff;
}

.binds-rebrand.binds-homeDarkPage .bdh-benchHero .binds-hero__titleAccent {
  display: block;
  margin-top: 10px;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.binds-rebrand.binds-homeDarkPage .bdh-benchHero .bdh-heroBrand {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--bdh-primary-soft);
}

.binds-rebrand.binds-homeDarkPage .bdh-benchHero .binds-hero__subtitle {
  margin: 0 0 22px;
  max-width: 46ch;
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--bdh-text-2);
}

.binds-rebrand.binds-homeDarkPage .bdh-benchHero .binds-kicker {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.binds-rebrand.binds-homeDarkPage .binds-home-section--lua .bdh-display,
.binds-rebrand.binds-homeDarkPage .binds-home-section--lua .bdh-display {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 1.05;
  font-weight: 750;
  letter-spacing: -0.045em;
}

.binds-rebrand.binds-homeDarkPage .binds-home-section--lua .bdh-chapter__lead {
  margin: 0;
  max-width: 46ch;
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-benchHero .binds-hero__grid {
  align-items: center;
  gap: 44px;
}

.binds-homeDarkPage .bdh-benchLeadWrap {
  width: min(100%, 400px);
  justify-self: end;
  position: relative;
  z-index: 1;
}

.binds-homeDarkPage .bdh-benchHero .bdh-benchLead {
  width: 100%;
}

.binds-homeDarkPage .bdh-benchHero .binds-heroLeadCard {
  max-width: 100%;
}

.binds-homeDarkPage .bdh-benchHero .binds-heroLeadCard__head b {
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.binds-homeDarkPage .bdh-benchHero .binds-heroLeadCard__head span {
  font-size: 0.92rem;
  line-height: 1.45;
}

.binds-homeDarkPage .bdh-heroLink {
  margin: 18px 0 0;
  font-size: 0.95rem;
  font-weight: 650;
}

.binds-homeDarkPage .bdh-heroLink a {
  color: var(--bdh-primary-soft);
  text-decoration: none;
  border-bottom: 1px solid rgba(175, 154, 214, 0.35);
}

.binds-homeDarkPage .bdh-heroLink a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.binds-homeDarkPage .bdh-heroDelta {
  margin: 10px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-benchHero .binds-leadForm__label {
  color: rgba(255, 255, 255, 0.7);
}

.binds-homeDarkPage .bdh-benchHero .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.1) !important;
  font-weight: 650;
  font-size: 16px;
}

.binds-homeDarkPage .bdh-benchHero .binds-heroLeadCard .form-control::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.binds-homeDarkPage .bdh-benchHero .binds-heroLeadCard .form-control:focus {
  border-color: rgba(175, 154, 214, 0.55) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 3px rgba(152, 113, 221, 0.22) !important;
}

@media (max-width: 960px) {
  .binds-homeDarkPage .bdh-benchLeadWrap {
    width: 100%;
    justify-self: stretch;
  }
}

.binds-homeDarkPage .bdh-benchVisual {
  position: relative;
  z-index: 1;
}

.binds-homeDarkPage .bdh-heroStats {
  display: grid;
  gap: 14px;
  width: min(100%, 380px);
  justify-self: end;
}

.binds-homeDarkPage .bdh-podium {
  display: grid;
  gap: 12px;
}

.binds-homeDarkPage .bdh-podium__kicker {
  margin: 0 0 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage a.bdh-podium__item {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid var(--bdh-border);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(103, 58, 183, 0.16));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.binds-homeDarkPage a.bdh-podium__item:hover {
  border-color: rgba(175, 154, 214, 0.45);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12), rgba(103, 58, 183, 0.24));
  transform: translateY(-1px);
}

.binds-homeDarkPage .bdh-podium__item--1 {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12), rgba(103, 58, 183, 0.28));
  border-color: rgba(175, 154, 214, 0.42);
}

.binds-homeDarkPage .bdh-podium__pos {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-podium__name {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.binds-homeDarkPage .bdh-podium__nps {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}

.binds-homeDarkPage #ranking > .u-container > .bdh-chapter {
  margin: 0 0 36px;
  text-align: left;
  max-width: 760px;
}

.binds-homeDarkPage #ranking > .u-container > .bdh-chapter .bdh-display {
  margin-bottom: 18px;
}

.binds-homeDarkPage #ranking > .u-container > .bdh-chapter .bdh-chapter__lead {
  margin: 0;
  max-width: 46ch;
}

.binds-homeDarkPage #ranking .binds-yearTabs {
  justify-content: flex-start;
}

.binds-homeDarkPage #ranking .binds-yearTabs__btn {
  margin: 0 28px 0 0;
}

.binds-homeDarkPage #ranking .binds-yearTabs__btn:last-child {
  margin-right: 0;
}

.binds-homeDarkPage .binds-home-section--lua > .u-container > .bdh-chapter {
  margin-bottom: 36px;
}

.binds-homeDarkPage .binds-home-section--lua > .u-container > .bdh-chapter .bdh-display {
  margin-bottom: 18px;
}

.binds-homeDarkPage .binds-home-section--lua > .u-container > .bdh-chapter .bdh-chapter__lead {
  margin-bottom: 0;
  font-weight: inherit;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .binds-yearTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 36px;
  border-bottom: 1px solid rgba(175, 154, 214, 0.16);
}

.binds-homeDarkPage .binds-yearTabs__btn {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  font: inherit;
  font-weight: 650;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  padding: 14px 4px 18px;
  margin: 0 28px 0 0;
  border-radius: 0;
  cursor: pointer;
  line-height: 1.2;
  transition: color 180ms ease;
}

.binds-homeDarkPage .binds-yearTabs__btn:last-child {
  margin-right: 0;
}

.binds-homeDarkPage .binds-yearTabs__btn span {
  margin-right: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: inherit;
}

.binds-homeDarkPage .binds-yearTabs__btn:focus-visible {
  outline: 2px solid var(--bdh-primary);
  outline-offset: 4px;
}

.binds-homeDarkPage .binds-yearTabs__btn:hover {
  color: rgba(255, 255, 255, 0.78);
}

.binds-homeDarkPage .binds-yearTabs__btn[aria-selected="true"] {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.binds-homeDarkPage .binds-yearTabs__btn[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--bdh-primary-soft);
}

.binds-homeDarkPage .bdh-zones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 36px;
  padding: 0;
  border-top: 1px solid rgba(175, 154, 214, 0.16);
  border-bottom: 1px solid rgba(175, 154, 214, 0.16);
}

.binds-homeDarkPage .bdh-zones__item {
  padding: 28px 16px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(175, 154, 214, 0.16);
  border-radius: 0;
  text-align: center;
}

.binds-homeDarkPage .bdh-zones__item:last-child {
  border-right: 0;
}

.binds-homeDarkPage .bdh-zones__item:first-child {
  padding-left: 16px;
}

.binds-homeDarkPage .bdh-zones__item b {
  display: block;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1;
  color: #fff;
}

.binds-homeDarkPage .bdh-zones__item span {
  display: block;
  margin-top: 12px;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--bdh-text);
}

.binds-homeDarkPage .bdh-zones__item small {
  display: block;
  margin-top: 4px;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-rank {
  border-top: 0;
}

.binds-homeDarkPage a.bdh-rank__row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto auto;
  gap: 20px;
  align-items: center;
  padding: 28px 0;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(175, 154, 214, 0.16);
  transition: background 180ms ease;
}

.binds-homeDarkPage a.bdh-rank__row .bdh-delta {
  justify-self: end;
}

.binds-homeDarkPage a.bdh-rank__row:hover {
  background: rgba(103, 58, 183, 0.12);
}

.binds-homeDarkPage .bdh-rank__pos {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-rank__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.binds-homeDarkPage .bdh-rank__name {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.binds-homeDarkPage .bdh-rank__copy small {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-rank__nps {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  text-align: right;
  line-height: 1;
  color: #fff;
}

.binds-homeDarkPage .bdh-delta {
  display: inline-flex;
  justify-content: center;
  min-width: 52px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 750;
  text-align: center;
}

.binds-homeDarkPage .bdh-delta--up {
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(22, 163, 74, 0.35);
  color: #4ade80;
}

.binds-homeDarkPage .bdh-delta--down {
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(220, 38, 38, 0.35);
  color: #f87171;
}

.binds-homeDarkPage .bdh-delta--flat,
.binds-homeDarkPage .bdh-delta--na {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(175, 154, 214, 0.18);
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-band--light .bdh-delta--up {
  background: #ecfdf3;
  border-color: #86efac;
  color: #15803d;
}

.binds-homeDarkPage .bdh-band--light .bdh-delta--down {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #b91c1c;
}

.binds-homeDarkPage .bdh-band--light .bdh-delta--flat,
.binds-homeDarkPage .bdh-band--light .bdh-delta--na {
  background: #f6f3fb;
  border-color: rgba(103, 58, 183, 0.16);
  color: #7c6b92;
}

.binds-homeDarkPage .bdh-benchNote {
  margin: 18px 0 0;
  font-size: 0.88rem;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-band--light .bdh-benchNote {
  color: #7c6b92;
}

.binds-homeDarkPage .bdh-npsCard {
  padding: 32px 28px;
  border-radius: 20px;
  border: 1px solid var(--bdh-border);
  background: rgba(103, 58, 183, 0.16);
  text-align: left;
}

.binds-homeDarkPage .bdh-npsCard__year {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-npsCard__value {
  display: block;
  font-size: clamp(3.2rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  color: #fff;
}

.binds-homeDarkPage .bdh-npsCard__delta {
  display: inline-flex;
  margin-top: 16px;
  align-items: center;
  gap: 8px;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-npsCard__pos {
  display: block;
  margin-top: 10px;
  font-size: 0.92rem;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-band--light .bdh-npsCard {
  background: #fff;
  border-color: rgba(103, 58, 183, 0.14);
  box-shadow: 0 18px 40px rgba(22, 12, 36, 0.06);
}

.binds-homeDarkPage .bdh-band--light .bdh-npsCard__year,
.binds-homeDarkPage .bdh-band--light .bdh-npsCard__pos {
  color: #7c6b92;
}

.binds-homeDarkPage .bdh-band--light .bdh-npsCard__value {
  background: linear-gradient(135deg, #673ab7 0%, #9871dd 55%, #ed4d7f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.binds-homeDarkPage .bdh-yearPanel {
  padding: 32px 0 0;
  border-top: 1px solid rgba(175, 154, 214, 0.16);
}

.binds-homeDarkPage .bdh-yearPanel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 40px;
  margin-bottom: 32px;
}

.binds-homeDarkPage .bdh-yearPanel__score {
  display: grid;
  gap: 10px;
  min-width: min(100%, 340px);
  padding: 22px 26px 24px;
  border-radius: 20px;
  border: 1px solid rgba(175, 154, 214, 0.28);
  background:
    radial-gradient(120% 140% at 12% 18%, rgba(124, 58, 237, 0.28), transparent 55%),
    radial-gradient(90% 120% at 88% 88%, rgba(59, 130, 246, 0.12), transparent 50%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.binds-homeDarkPage .bdh-yearPanel__scoreMain {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px 18px;
}

.binds-homeDarkPage .bdh-yearPanel__value {
  font-size: clamp(3.4rem, 8vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  background: linear-gradient(135deg, #fff 18%, #d8c7ff 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.binds-homeDarkPage .bdh-yearPanel__year {
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bdh-primary-soft);
  width: auto;
}

.binds-homeDarkPage .bdh-yearPanel__delta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bdh-text-2);
  font-size: 0.95rem;
}

.binds-homeDarkPage .bdh-yearPanel__meta {
  display: grid;
  gap: 6px;
  text-align: right;
  padding-bottom: 8px;
}

.binds-homeDarkPage .bdh-yearPanel__pos {
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.binds-homeDarkPage .bdh-yearPanel__zone {
  font-size: 0.95rem;
  color: var(--bdh-primary-soft);
  font-weight: 600;
}

.binds-homeDarkPage .bdh-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.binds-homeDarkPage .bdh-fact {
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.binds-homeDarkPage .bdh-fact span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-fact b {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff;
}

.binds-homeDarkPage .bdh-fact em {
  font-style: normal;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-fact--pro {
  border-color: rgba(34, 197, 94, 0.28);
}

.binds-homeDarkPage .bdh-fact--pro em {
  color: #4ade80;
}

.binds-homeDarkPage .bdh-fact--det {
  border-color: rgba(239, 68, 68, 0.28);
}

.binds-homeDarkPage .bdh-fact--det em {
  color: #f87171;
}

.binds-homeDarkPage .bdh-yearPanel__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 8px;
}

.binds-homeDarkPage .bdh-distBlock {
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid var(--bdh-border);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(103, 58, 183, 0.16));
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.binds-homeDarkPage .bdh-distBlock__kicker {
  margin: 0 0 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-compare {
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid var(--bdh-border);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(103, 58, 183, 0.16));
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.binds-homeDarkPage .bdh-compare__kicker {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-compare__lead {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-compare__list {
  display: grid;
  gap: 0;
}

.binds-homeDarkPage a.bdh-compare__row {
  display: grid;
  grid-template-columns: 72px 36px minmax(0, 1.1fr) minmax(72px, 1fr) 48px 44px;
  gap: 8px 10px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(175, 154, 214, 0.14);
  text-decoration: none;
  color: inherit;
}

.binds-homeDarkPage a.bdh-compare__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.binds-homeDarkPage a.bdh-compare__row:hover {
  color: #fff;
}

.binds-homeDarkPage a.bdh-compare__row.is-current {
  margin: 4px -12px;
  padding: 12px;
  border-radius: 12px;
  border-top-color: transparent;
  background: rgba(103, 58, 183, 0.22);
}

.binds-homeDarkPage .bdh-compare__tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage a.bdh-compare__row.is-current .bdh-compare__tag {
  color: var(--bdh-primary-soft);
}

.binds-homeDarkPage .bdh-compare__pos {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-compare__name {
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Barras no padrão askDark da home */
.binds-homeDarkPage .bdh-compare__bar {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
}

.binds-homeDarkPage .bdh-compare__bar i {
  display: block;
  height: 100%;
  width: var(--w, 0);
  border-radius: inherit;
  background: linear-gradient(90deg, #673ab7, #af9ad6);
  box-shadow: 0 0 12px rgba(152, 113, 221, 0.55);
}

.binds-homeDarkPage a.bdh-compare__row.is-current .bdh-compare__bar i {
  background: linear-gradient(90deg, #9871dd, #af9ad6);
}

.binds-homeDarkPage .bdh-compare__nps {
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  text-align: right;
  color: #fff;
}

.binds-homeDarkPage .bdh-compare__gap {
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-heroStats--panel {
  display: grid;
  gap: 14px;
  align-content: start;
  width: min(100%, 320px);
  justify-self: end;
}

.binds-homeDarkPage .bdh-heroStats__rank {
  padding: 28px 28px 30px;
  border-radius: 18px;
  border: 1px solid var(--bdh-border);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08), rgba(103, 58, 183, 0.14));
  display: grid;
  gap: 8px;
  align-content: start;
}

.binds-homeDarkPage .bdh-heroStats__kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-heroStats__rank strong {
  font-size: clamp(3rem, 5vw, 4.2rem);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: #fff;
}

.binds-homeDarkPage .bdh-heroStats__rank > span:last-child {
  font-size: 1.02rem;
  font-weight: 550;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-heroStats__score {
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.045);
}

.binds-homeDarkPage .bdh-heroStats--panel .bdh-distBlock {
  margin: 0;
}

.binds-homeDarkPage .bdh-read {
  display: grid;
  gap: 12px;
}

.binds-homeDarkPage .bdh-read p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-band--light .bdh-read p {
  color: #5a4d6b;
}

.binds-homeDarkPage .bdh-read strong {
  color: #fff;
  font-weight: 700;
}

.binds-homeDarkPage .bdh-band--light .bdh-read strong {
  color: #160c24;
}

.binds-homeDarkPage .bdh-spark {
  display: block;
  width: 100%;
  height: 72px;
  color: #9871dd;
  margin-top: 16px;
}

.binds-homeDarkPage .bdh-band--light .bdh-spark {
  color: #673ab7;
}

.binds-homeDarkPage .bdh-heroStats .bdh-dist {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.045);
}

.binds-homeDarkPage .bdh-band--light .bdh-dist {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(103, 58, 183, 0.14);
  background: #fff;
}

.binds-homeDarkPage .bdh-band--light .bdh-dist__row em {
  color: #160c24;
}

.binds-homeDarkPage .bdh-band--light .bdh-dist__row i {
  background: rgba(103, 58, 183, 0.1);
}

.binds-homeDarkPage .bdh-motives {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.binds-homeDarkPage .bdh-motive {
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
}

.binds-homeDarkPage .bdh-motive h3 {
  margin: 0 0 18px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.binds-homeDarkPage .bdh-motive ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.binds-homeDarkPage .bdh-motive__row {
  display: grid;
  grid-template-columns: 28px 1fr 52px;
  grid-template-areas: "rank name pct" "rank bar pct";
  column-gap: 10px;
  row-gap: 6px;
  align-items: center;
}

.binds-homeDarkPage .bdh-motive__rank {
  grid-area: rank;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-motive__name {
  grid-area: name;
  font-size: 0.92rem;
  font-weight: 650;
  color: #fff;
}

.binds-homeDarkPage .bdh-motive__bar {
  grid-area: bar;
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.binds-homeDarkPage .bdh-motive__bar b {
  display: block;
  height: 100%;
  width: var(--w, 0);
  border-radius: inherit;
}

.binds-homeDarkPage .bdh-motive__row em {
  grid-area: pct;
  font-style: normal;
  font-weight: 800;
  font-size: 0.88rem;
  text-align: right;
}

.binds-homeDarkPage .bdh-motive--pro {
  border-color: rgba(34, 197, 94, 0.28);
}

.binds-homeDarkPage .bdh-motive--pro h3,
.binds-homeDarkPage .bdh-motive--pro em {
  color: #4ade80;
}

.binds-homeDarkPage .bdh-motive--pro .bdh-motive__bar b {
  background: #22c55e;
}

.binds-homeDarkPage .bdh-motive--neu {
  border-color: rgba(251, 191, 36, 0.28);
}

.binds-homeDarkPage .bdh-motive--neu h3,
.binds-homeDarkPage .bdh-motive--neu em {
  color: #fbbf24;
}

.binds-homeDarkPage .bdh-motive--neu .bdh-motive__bar b {
  background: #f59e0b;
}

.binds-homeDarkPage .bdh-motive--det {
  border-color: rgba(248, 113, 113, 0.28);
}

.binds-homeDarkPage .bdh-motive--det h3,
.binds-homeDarkPage .bdh-motive--det em {
  color: #f87171;
}

.binds-homeDarkPage .bdh-motive--det .bdh-motive__bar b {
  background: #ef4444;
}

.binds-homeDarkPage .bdh-motive--empty {
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

.binds-homeDarkPage .bdh-motive__empty {
  margin: 0;
  flex: 1;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--bdh-text-3);
  opacity: 0.85;
}

.binds-homeDarkPage .bdh-pain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.binds-homeDarkPage .bdh-pain__card {
  padding: 22px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--bdh-border);
  min-height: 140px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.binds-homeDarkPage .bdh-pain__card span {
  display: block;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-pain__card h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff;
}

.binds-homeDarkPage .bdh-pain__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-pain__card--risk span,
.binds-homeDarkPage .bdh-pain__card--risk h3 {
  color: #f87171;
}

.binds-homeDarkPage .bdh-pain__card--win span,
.binds-homeDarkPage .bdh-pain__card--win h3 {
  color: #4ade80;
}

.binds-homeDarkPage .bdh-depth {
  display: grid;
  gap: 28px;
}

.binds-homeDarkPage .bdh-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.binds-homeDarkPage .bdh-split article {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
}

.binds-homeDarkPage .bdh-split h3 {
  margin: 0 0 16px;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.binds-homeDarkPage .bdh-pct {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.binds-homeDarkPage .bdh-pct li {
  display: grid;
  grid-template-columns: 1fr 52px;
  grid-template-areas: "name pct" "bar pct";
  gap: 4px 10px;
  align-items: center;
}

.binds-homeDarkPage .bdh-pct span {
  grid-area: name;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.88);
  text-transform: capitalize;
}

.binds-homeDarkPage .bdh-pct i {
  grid-area: bar;
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.binds-homeDarkPage .bdh-pct b {
  display: block;
  height: 100%;
  width: var(--w, 0);
  border-radius: inherit;
  background: #9871dd;
}

.binds-homeDarkPage .bdh-pct--pro b {
  background: #22c55e;
}

.binds-homeDarkPage .bdh-pct--det b {
  background: #ef4444;
}

.binds-homeDarkPage .bdh-pct em {
  grid-area: pct;
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  text-align: right;
  color: var(--bdh-text-2);
}

.binds-homeDarkPage .bdh-quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.binds-homeDarkPage .bdh-quotes blockquote {
  margin: 0;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
}

.binds-homeDarkPage .bdh-quotes span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-quotes p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.binds-homeDarkPage .bdh-sib {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}

.binds-homeDarkPage a.bdh-sib__link {
  display: block;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid var(--bdh-border);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.binds-homeDarkPage a.bdh-sib__link:hover {
  border-color: rgba(175, 154, 214, 0.45);
  background: rgba(103, 58, 183, 0.18);
}

.binds-homeDarkPage .bdh-sib__link span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bdh-text-3);
  margin-bottom: 6px;
}

.binds-homeDarkPage .bdh-sib__link b {
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.binds-homeDarkPage .bdh-sib__all {
  color: #af9ad6;
  font-weight: 700;
  text-decoration: none;
}

.binds-homeDarkPage .bdh-sib__all:hover {
  color: #fff;
}

.binds-homeDarkPage .bdh-sib__link--next {
  text-align: right;
}

.binds-homeDarkPage .bdh-movers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.binds-homeDarkPage .bdh-movers__col {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.binds-homeDarkPage .bdh-movers__col h3 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: #fff;
}

.binds-homeDarkPage a.bdh-movers__row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(175, 154, 214, 0.16);
  text-decoration: none;
  color: #fff;
}

.binds-homeDarkPage a.bdh-movers__row:first-of-type {
  border-top: 0;
}

@media (max-width: 960px) {
  .binds-homeDarkPage .bdh-yearPanel__grid,
  .binds-homeDarkPage .bdh-facts,
  .binds-homeDarkPage .bdh-motives,
  .binds-homeDarkPage .bdh-pain,
  .binds-homeDarkPage .bdh-movers,
  .binds-homeDarkPage .bdh-themes,
  .binds-homeDarkPage .bdh-quotes,
  .binds-homeDarkPage .bdh-split {
    grid-template-columns: 1fr;
  }

  .binds-homeDarkPage .bdh-zones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .binds-homeDarkPage a.bdh-compare__row {
    grid-template-columns: 64px 32px minmax(0, 1fr) 44px 40px;
  }

  .binds-homeDarkPage .bdh-compare__bar {
    display: none;
  }

  .binds-homeDarkPage .bdh-pain,
  .binds-homeDarkPage .bdh-movers,
  .binds-homeDarkPage .bdh-themes,
  .binds-homeDarkPage .bdh-quotes,
  .binds-homeDarkPage .bdh-split {
    grid-template-columns: 1fr;
  }

  .binds-homeDarkPage .bdh-zones__item:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }

  .binds-homeDarkPage .bdh-zones__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(175, 154, 214, 0.16);
  }

  .binds-homeDarkPage .bdh-sib {
    grid-template-columns: 1fr;
  }

  .binds-homeDarkPage .bdh-sib__link--next {
    text-align: left;
  }

  .binds-homeDarkPage .bdh-bindo {
    grid-template-columns: 1fr;
  }
}

.binds-homeDarkPage .bdh-bindo {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 8px;
  margin-bottom: 40px;
  padding: 32px 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(175, 154, 214, 0.16);
  border-bottom: 1px solid rgba(175, 154, 214, 0.16);
  background: transparent;
}

.binds-homeDarkPage .bdh-bindo img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  background: #2d0d69;
}

.binds-homeDarkPage .bdh-bindo__who {
  margin: 0 0 10px;
  font-size: 0.82rem;
  color: var(--bdh-text-3);
}

.binds-homeDarkPage .bdh-bindo__who b {
  color: #fff;
}

.binds-homeDarkPage .bdh-bindo__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.9);
}

.binds-homeDarkPage .bdh-bindo__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.binds-homeDarkPage .bdh-bindo__chip {
  appearance: none;
  border: 1px solid rgba(175, 154, 214, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--bdh-text-2);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 650;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.binds-homeDarkPage .bdh-bindo__chip:hover {
  color: #fff;
  border-color: #9871dd;
}

.binds-homeDarkPage .bdh-bindo__chip[aria-pressed="true"] {
  background: #673ab7;
  border-color: #9871dd;
  color: #fff;
}

.binds-homeDarkPage .bdh-bindo__more {
  margin: 12px 0 0;
  font-size: 0.85rem;
}

.binds-homeDarkPage .bdh-bindo__more a {
  color: #af9ad6;
  text-decoration: none;
  font-weight: 650;
}

.binds-homeDarkPage .bdh-bindo__more a:hover {
  color: #fff;
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo {
  background: #fff;
  border-color: rgba(103, 58, 183, 0.14);
  box-shadow: 0 18px 40px rgba(22, 12, 36, 0.06);
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo__who {
  color: #7c6b92;
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo__who b,
.binds-homeDarkPage .bdh-band--light .bdh-bindo__text {
  color: #160c24;
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo__chip {
  border-color: rgba(103, 58, 183, 0.18);
  background: #f6f3fb;
  color: #5a4d6b;
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo__chip:hover {
  color: #160c24;
  border-color: #673ab7;
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo__chip[aria-pressed="true"] {
  background: #673ab7;
  border-color: #673ab7;
  color: #fff;
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo__more a {
  color: #673ab7;
}

.binds-homeDarkPage .bdh-band--light .bdh-bindo__more a:hover {
  color: #160c24;
}

.binds-homeDarkPage .bdh-band--light .bdh-movers__col {
  background: #fff;
  border-color: rgba(103, 58, 183, 0.14);
}

@media (max-width: 720px) {
  .binds-homeDarkPage a.bdh-rank__row {
    grid-template-columns: 44px minmax(0, 1fr) auto auto;
    gap: 12px;
    padding: 20px 0;
  }

  .binds-homeDarkPage .bdh-rank__copy small {
    display: none;
  }

  .binds-homeDarkPage .bdh-rank__nps {
    font-size: 1.05rem;
  }

  .binds-homeDarkPage a.bdh-podium__item {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .binds-homeDarkPage a.bdh-podium__item .bdh-delta {
    display: none;
  }
}
