:root {
  --bz-bg: #101214;
  --bz-bg-deep: #0b0d0e;
  --bz-surface: #1a1e22;
  --bz-surface-raised: #22272c;
  --bz-surface-soft: #16191c;
  --bz-line: #30373b;
  --bz-line-soft: #252b2e;
  --bz-green: #22c55e;
  --bz-green-dark: #159447;
  --bz-lime: #c8ff3d;
  --bz-cyan: #3dd6d0;
  --bz-amber: #d6a34b;
  --bz-text: #f5f7f6;
  --bz-muted: #a7b0aa;
  --bz-muted-dark: #7b8580;
  --bz-radius: 6px;
  --bz-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.theme-brazino-hub,
.theme-brazino-hub * {
  letter-spacing: 0;
}

.theme-brazino-hub {
  margin: 0;
  overflow-x: hidden;
  color: var(--bz-text);
  background: var(--bz-bg);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.theme-brazino-hub main {
  min-height: 70vh;
}

.theme-brazino-hub .container,
.theme-brazino-hub .site-header__inner,
.theme-brazino-hub .site-footer__inner {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.theme-brazino-hub a {
  color: inherit;
  text-decoration: none;
}

.theme-brazino-hub a:hover {
  text-decoration: none;
}

.theme-brazino-hub a:focus-visible,
.theme-brazino-hub summary:focus-visible {
  outline: 2px solid var(--bz-lime);
  outline-offset: 3px;
}

.theme-brazino-hub h1,
.theme-brazino-hub h2,
.theme-brazino-hub h3,
.theme-brazino-hub strong {
  font-family: Manrope, Inter, Arial, sans-serif;
}

.theme-brazino-hub h1,
.theme-brazino-hub h2,
.theme-brazino-hub h3,
.theme-brazino-hub p {
  overflow-wrap: anywhere;
}

.theme-brazino-hub .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--bz-text);
  background: rgba(16, 18, 20, 0.94);
  border: 0;
  border-bottom: 1px solid var(--bz-line-soft);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.theme-brazino-hub .site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 10px 0;
}

.theme-brazino-hub .brand-mark--brazino {
  display: grid;
  gap: 0;
  min-width: 146px;
  color: var(--bz-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.theme-brazino-hub .brand-mark--brazino::before {
  content: "";
  width: 9px;
  height: 9px;
  margin: 0 0 -10px -15px;
  border: 2px solid var(--bz-green);
}

.theme-brazino-hub .brand-mark--brazino small {
  margin-top: 4px;
  color: var(--bz-muted);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.theme-brazino-hub .brazino-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.theme-brazino-hub .brazino-nav > a,
.theme-brazino-hub .brazino-more > summary {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 8px;
  color: var(--bz-muted);
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.theme-brazino-hub .brazino-nav > a:hover,
.theme-brazino-hub .brazino-more > summary:hover {
  color: var(--bz-text);
  background: var(--bz-surface);
}

.theme-brazino-hub .brazino-more {
  position: relative;
}

.theme-brazino-hub .brazino-more > summary {
  cursor: pointer;
  list-style: none;
}

.theme-brazino-hub .brazino-more > summary::-webkit-details-marker {
  display: none;
}

.theme-brazino-hub .brazino-more > summary::after {
  content: "↓";
  margin-left: 5px;
  color: var(--bz-green);
}

.theme-brazino-hub .brazino-more > div {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 220px;
  padding: 8px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .brazino-more > div a {
  padding: 9px 10px;
  color: var(--bz-muted);
  border-radius: 4px;
  font-size: 13px;
}

.theme-brazino-hub .brazino-more > div a:hover {
  color: var(--bz-text);
  background: var(--bz-surface-raised);
}

.theme-brazino-hub .brazino-header-cta,
.theme-brazino-hub .bz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: var(--bz-radius);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.theme-brazino-hub .brazino-header-cta,
.theme-brazino-hub .bz-button--primary {
  color: #07150c;
  background: var(--bz-green);
  border-color: var(--bz-green);
}

.theme-brazino-hub .brazino-header-cta:hover,
.theme-brazino-hub .bz-button--primary:hover {
  background: #2cdb6b;
  border-color: #2cdb6b;
}

.theme-brazino-hub .bz-button--outline {
  color: var(--bz-text);
  background: transparent;
  border-color: var(--bz-line);
}

.theme-brazino-hub .bz-button--outline:hover {
  border-color: var(--bz-green);
  background: var(--bz-surface);
}

.theme-brazino-hub .brazino-mobile-menu {
  display: none;
  position: relative;
}

.theme-brazino-hub .brazino-mobile-menu > summary {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--bz-text);
  background: var(--bz-surface);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  cursor: pointer;
  list-style: none;
  font-size: 20px;
}

.theme-brazino-hub .brazino-mobile-menu > summary::-webkit-details-marker {
  display: none;
}

.theme-brazino-hub .brazino-mobile-menu > nav {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(300px, calc(100vw - 32px));
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  padding: 8px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .brazino-mobile-menu > nav a {
  min-height: 42px;
  padding: 10px 12px;
  color: var(--bz-muted);
  border-bottom: 1px solid var(--bz-line-soft);
  font-size: 14px;
  font-weight: 650;
}

.theme-brazino-hub .brazino-mobile-menu > nav a:last-child {
  border-bottom: 0;
}

.theme-brazino-hub .bz-kicker,
.theme-brazino-hub .bz-overline {
  display: inline-flex;
  align-items: center;
  color: var(--bz-green);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-kicker {
  gap: 9px;
  margin-bottom: 20px;
  color: var(--bz-text);
}

.theme-brazino-hub .bz-kicker i {
  width: 9px;
  height: 9px;
  background: var(--bz-lime);
  box-shadow: 0 0 0 5px rgba(200, 255, 61, 0.08);
}

.theme-brazino-hub .bz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.theme-brazino-hub .bz-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  background: var(--bz-bg-deep);
  border-bottom: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .bz-home-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 7%;
  width: 1px;
  background: var(--bz-line-soft);
}

.theme-brazino-hub .bz-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: center;
  gap: 72px;
  min-height: 590px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.theme-brazino-hub .bz-home-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.theme-brazino-hub .bz-home-hero h1 {
  max-width: 680px;
  margin: 0 0 22px;
  color: var(--bz-text);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.theme-brazino-hub .bz-home-hero__copy > p {
  max-width: 630px;
  margin: 0 0 30px;
  color: var(--bz-muted);
  font-size: 19px;
  line-height: 1.65;
}

.theme-brazino-hub .bz-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 30px;
}

.theme-brazino-hub .bz-hero-facts span {
  position: relative;
  padding-left: 14px;
  color: var(--bz-muted-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-hero-facts span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--bz-green);
}

.theme-brazino-hub .bz-home-visual {
  position: relative;
  min-height: 455px;
  border-left: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-visual-grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  border-top: 1px solid var(--bz-line-soft);
  border-right: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .bz-visual-grid::before,
.theme-brazino-hub .bz-visual-grid::after {
  content: "";
  position: absolute;
  background: var(--bz-line-soft);
}

.theme-brazino-hub .bz-visual-grid::before {
  top: 32%;
  right: 0;
  left: 0;
  height: 1px;
  box-shadow: 0 145px 0 var(--bz-line-soft);
}

.theme-brazino-hub .bz-visual-grid::after {
  top: 0;
  bottom: 0;
  left: 35%;
  width: 1px;
  box-shadow: 150px 0 0 var(--bz-line-soft);
}

.theme-brazino-hub .bz-visual-status {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bz-muted-dark);
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-visual-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bz-green);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.1);
}

.theme-brazino-hub .bz-visual-card {
  position: absolute;
  z-index: 2;
  padding: 20px;
  background: rgba(26, 30, 34, 0.93);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .bz-visual-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-visual-card strong {
  display: block;
  color: var(--bz-text);
  font-size: 21px;
  line-height: 1.25;
}

.theme-brazino-hub .bz-visual-card p,
.theme-brazino-hub .bz-visual-card small {
  margin: 6px 0 0;
  color: var(--bz-muted);
  font-size: 12px;
}

.theme-brazino-hub .bz-visual-card--main {
  top: 88px;
  left: 35px;
  width: 72%;
  min-height: 178px;
}

.theme-brazino-hub .bz-visual-card--trust {
  right: -12px;
  bottom: 66px;
  width: 62%;
}

.theme-brazino-hub .bz-visual-card--guide {
  bottom: 12px;
  left: 5px;
  width: 48%;
  padding: 15px 18px;
}

.theme-brazino-hub .bz-data-line {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1.2fr 0.55fr;
  align-items: end;
  gap: 7px;
  height: 42px;
  margin-top: 18px;
}

.theme-brazino-hub .bz-data-line i {
  display: block;
  height: 36%;
  background: var(--bz-green-dark);
}

.theme-brazino-hub .bz-data-line i:nth-child(2) { height: 72%; background: var(--bz-cyan); }
.theme-brazino-hub .bz-data-line i:nth-child(3) { height: 100%; background: var(--bz-lime); }
.theme-brazino-hub .bz-data-line i:nth-child(4) { height: 58%; background: var(--bz-amber); }

.theme-brazino-hub .bz-data-point {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--bz-lime);
  box-shadow: 0 0 0 6px rgba(200, 255, 61, 0.08);
}

.theme-brazino-hub .bz-data-point--one { top: 57px; left: 22%; }
.theme-brazino-hub .bz-data-point--two { top: 45%; right: 11%; background: var(--bz-cyan); }
.theme-brazino-hub .bz-data-point--three { bottom: 28px; left: 63%; background: var(--bz-green); }

.theme-brazino-hub .bz-home-main {
  padding-top: 24px;
  padding-bottom: 82px;
}

.theme-brazino-hub .bz-disclosure {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  color: var(--bz-muted);
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line-soft);
  border-left: 3px solid var(--bz-green);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-disclosure span {
  color: var(--bz-text);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-disclosure p {
  margin: 0;
  font-size: 13px;
}

.theme-brazino-hub .bz-section {
  padding: 88px 0 0;
}

.theme-brazino-hub .bz-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: 40px;
  margin-bottom: 32px;
}

.theme-brazino-hub .bz-section-heading h2,
.theme-brazino-hub .bz-home-copy__intro h2,
.theme-brazino-hub .bz-faq-section__intro h2,
.theme-brazino-hub .bz-editorial-trust h2,
.theme-brazino-hub .bz-bottom-cta h2,
.theme-brazino-hub .bz-module-heading h2,
.theme-brazino-hub .bz-content-section > header h2 {
  margin: 8px 0 0;
  color: var(--bz-text);
  font-size: 34px;
  font-weight: 750;
  line-height: 1.18;
}

.theme-brazino-hub .bz-section-heading > p,
.theme-brazino-hub .bz-module-heading > p {
  margin: 0;
  color: var(--bz-muted);
  font-size: 15px;
}

.theme-brazino-hub .bz-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.theme-brazino-hub .bz-topic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 248px;
  padding: 22px;
  color: var(--bz-text);
  background: var(--bz-surface);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
  box-shadow: none;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.theme-brazino-hub .bz-topic-card:hover {
  transform: translateY(-3px);
  background: var(--bz-surface-raised);
  border-color: var(--bz-green-dark);
}

.theme-brazino-hub .bz-topic-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 27px;
  color: var(--bz-green);
  background: #121b16;
  border: 1px solid #21422e;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
}

.theme-brazino-hub .bz-topic-card__index {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--bz-muted-dark);
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-topic-card > strong {
  font-size: 18px;
  line-height: 1.25;
}

.theme-brazino-hub .bz-topic-card > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 20px;
  color: var(--bz-muted);
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.theme-brazino-hub .bz-card-link {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  color: var(--bz-text);
  font-size: 12px;
  font-weight: 800;
}

.theme-brazino-hub .bz-card-link b {
  color: var(--bz-green);
  font-size: 17px;
}

.theme-brazino-hub .bz-featured-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px) auto;
  align-items: center;
  gap: 40px;
  margin-top: 72px;
  padding: 32px 36px;
  background: var(--bz-surface-raised);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .bz-featured-guide h2 {
  margin: 7px 0 8px;
  font-size: 26px;
  line-height: 1.25;
}

.theme-brazino-hub .bz-featured-guide p {
  max-width: 650px;
  margin: 0;
  color: var(--bz-muted);
  font-size: 14px;
}

.theme-brazino-hub .bz-featured-guide__rail {
  display: flex;
  align-items: center;
}

.theme-brazino-hub .bz-featured-guide__rail span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  color: var(--bz-muted);
  border: 1px solid var(--bz-line);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-featured-guide__rail span.is-active {
  color: #06110a;
  background: var(--bz-lime);
  border-color: var(--bz-lime);
}

.theme-brazino-hub .bz-featured-guide__rail i {
  flex: 1;
  height: 1px;
  background: var(--bz-line);
}

.theme-brazino-hub .bz-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.theme-brazino-hub .bz-article-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 24px;
  background: transparent;
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-article-card:hover {
  background: var(--bz-surface-soft);
  border-color: var(--bz-line);
}

.theme-brazino-hub .bz-card-category {
  margin-bottom: 24px;
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-article-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.35;
}

.theme-brazino-hub .bz-article-card > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 24px;
  color: var(--bz-muted);
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.theme-brazino-hub .bz-article-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--bz-muted-dark);
  border-top: 1px solid var(--bz-line-soft);
  font-size: 11px;
}

.theme-brazino-hub .bz-article-card footer a {
  color: var(--bz-green);
  font-size: 18px;
}

.theme-brazino-hub .bz-home-copy {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 58px;
  margin-top: 90px;
  padding: 60px 0;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-home-copy__intro {
  position: sticky;
  top: 108px;
  align-self: start;
}

.theme-brazino-hub .bz-home-copy__intro h2 {
  font-size: 28px;
}

.theme-brazino-hub .bz-home-copy__intro p {
  margin: 14px 0 0;
  color: var(--bz-muted);
  font-size: 13px;
}

.theme-brazino-hub .bz-content {
  min-width: 0;
  color: #d8ddda;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.theme-brazino-hub .bz-content > *:first-child,
.theme-brazino-hub .bz-content .reviewhub-formatted-source > *:first-child {
  margin-top: 0;
}

.theme-brazino-hub .bz-content h2 {
  margin: 52px 0 16px;
  color: var(--bz-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
}

.theme-brazino-hub .bz-content h3 {
  margin: 36px 0 12px;
  color: var(--bz-text);
  font-size: 21px;
  line-height: 1.35;
}

.theme-brazino-hub .bz-content p,
.theme-brazino-hub .bz-content li {
  color: #d0d6d2;
}

.theme-brazino-hub .bz-content a {
  color: var(--bz-lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.theme-brazino-hub .bz-content ul,
.theme-brazino-hub .bz-content ol {
  margin: 18px 0 24px;
  padding-left: 24px;
}

.theme-brazino-hub .bz-content li + li {
  margin-top: 8px;
}

.theme-brazino-hub .bz-content blockquote,
.theme-brazino-hub .bz-content .reviewhub-label-block {
  margin: 28px 0;
  padding: 18px 20px;
  color: var(--bz-muted);
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line-soft);
  border-left: 3px solid var(--bz-green);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-content .reviewhub-label-block h3 {
  margin-top: 0;
  font-size: 18px;
}

.theme-brazino-hub .bz-content table {
  width: 100%;
  margin: 28px 0;
  overflow: hidden;
  border-collapse: collapse;
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-content th,
.theme-brazino-hub .bz-content td {
  padding: 13px 14px;
  border: 1px solid var(--bz-line-soft);
  text-align: left;
  vertical-align: top;
}

.theme-brazino-hub .bz-content th {
  color: var(--bz-text);
  background: var(--bz-surface-raised);
  font-size: 12px;
}

.theme-brazino-hub .bz-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  color: #d0d6d2;
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  padding: 18px;
}

.theme-brazino-hub .bz-editorial-source {
  counter-reset: bz-article-section;
  min-width: 0;
}

.theme-brazino-hub .bz-editorial-source > p {
  max-width: 70ch;
  margin: 0 0 22px;
  text-wrap: pretty;
}

.theme-brazino-hub .bz-source-publication {
  max-width: none !important;
  margin: 0 0 34px !important;
  padding: 11px 0;
  color: var(--bz-muted-dark) !important;
  border-top: 1px solid var(--bz-line-soft);
  border-bottom: 1px solid var(--bz-line-soft);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-intro-label {
  display: block;
  margin: 0 0 14px;
  color: var(--bz-green) !important;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-editorial-source > .bz-editorial-lead {
  max-width: 64ch;
  margin-bottom: 38px;
  color: var(--bz-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.62;
}

.theme-brazino-hub .bz-editorial-source > .bz-editorial-lead::first-letter {
  float: left;
  margin: 8px 9px 0 0;
  color: var(--bz-green);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 0.72;
}

.theme-brazino-hub .bz-editorial-source > h2 {
  counter-increment: bz-article-section;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 78px;
  align-items: center;
  gap: 16px;
  margin: 70px 0 24px;
  padding: 28px 0 29px;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line-soft);
  font-size: 32px;
  line-height: 1.18;
  text-wrap: balance;
}

.theme-brazino-hub .bz-editorial-source > h2::before {
  content: counter(bz-article-section, decimal-leading-zero);
  color: var(--bz-green);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.theme-brazino-hub .bz-editorial-source > h2::after {
  content: "";
  justify-self: end;
  width: 70px;
  height: 3px;
  background: var(--bz-green-dark);
  box-shadow: 0 10px 0 var(--bz-line), 0 20px 0 rgba(61, 214, 208, 0.55);
}

.theme-brazino-hub .bz-editorial-source > h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 36ch;
  margin: 38px 0 14px;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  text-wrap: balance;
}

.theme-brazino-hub .bz-editorial-source > h3::after {
  content: "";
  flex: 1 1 64px;
  min-width: 28px;
  max-width: 120px;
  height: 1px;
  background: var(--bz-line);
}

.theme-brazino-hub .bz-inline-term {
  color: var(--bz-text);
  font-weight: 750;
}

.theme-brazino-hub .bz-inline-separator {
  color: var(--bz-muted-dark);
  font-weight: 500;
}

.theme-brazino-hub p > .bz-inline-term {
  margin-right: 0.35em;
}

.theme-brazino-hub .bz-source-table {
  min-width: 0;
  margin: 32px 0 48px;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-source-table > header {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-source-table > header::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--bz-green);
}

.theme-brazino-hub .bz-source-table > header h3 {
  margin: 0;
  font-size: 18px;
}

.theme-brazino-hub .bz-source-table__scroll {
  max-width: 100%;
  overflow-x: auto;
}

.theme-brazino-hub .bz-content .bz-source-table table {
  min-width: 680px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-brazino-hub .bz-content .bz-source-table th {
  padding: 12px 14px;
  color: var(--bz-muted);
  background: rgba(255, 255, 255, 0.022);
  border-color: var(--bz-line-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-content .bz-source-table td {
  padding: 15px 14px;
  color: #cbd2ce;
  border-color: var(--bz-line-soft);
  font-size: 13px;
  line-height: 1.5;
}

.theme-brazino-hub .bz-content .bz-source-table td:first-child {
  color: var(--bz-text);
  font-weight: 700;
}

.theme-brazino-hub .bz-content .bz-source-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.012);
}

.theme-brazino-hub .bz-editorial-step {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  min-width: 0;
  margin: 0;
  border-top: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-editorial-step > header {
  display: block;
  padding: 27px 0;
}

.theme-brazino-hub .bz-editorial-step > header span {
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-content .bz-editorial-step > header h3 {
  margin: 9px 0 0;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.theme-brazino-hub .bz-editorial-step--numeric > header span {
  color: var(--bz-muted-dark);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.theme-brazino-hub .bz-editorial-step__body {
  min-width: 0;
  padding: 27px 0 29px 30px;
  border-left: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .bz-editorial-step__body > p {
  margin: 0 0 16px;
}

.theme-brazino-hub .bz-content .bz-editorial-step__body > h2,
.theme-brazino-hub .bz-content .bz-editorial-step__body > h3 {
  margin: 24px 0 10px;
  font-size: 17px;
}

.theme-brazino-hub .bz-content .bz-editorial-list {
  display: grid;
  gap: 0;
  margin: 18px 0 34px;
  padding: 0;
  border-top: 1px solid var(--bz-line-soft);
  list-style: none;
}

.theme-brazino-hub .bz-content .bz-editorial-list--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
}

.theme-brazino-hub .bz-content .bz-editorial-list.bz-editorial-list--compact li {
  padding-right: 24px;
  padding-left: 24px;
}

.theme-brazino-hub .bz-content .bz-editorial-list--compact li:nth-child(2n) {
  border-left: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .bz-content .bz-editorial-list--compact li::before {
  display: none;
}

.theme-brazino-hub .bz-content .bz-editorial-list--embedded {
  margin-bottom: 0;
}

.theme-brazino-hub .bz-content .bz-editorial-list li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 13px 4px 13px 24px;
  color: #d0d6d2;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--bz-line-soft);
  border-radius: 0;
  font-size: 15px;
  line-height: 1.6;
}

.theme-brazino-hub .bz-content .bz-editorial-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: var(--bz-green);
}

.theme-brazino-hub .bz-content .bz-editorial-list--warning li::before {
  background: var(--bz-amber);
}

.theme-brazino-hub .bz-content .bz-editorial-list--negative li::before {
  background: #c97676;
}

.theme-brazino-hub .bz-content .bz-editorial-list--ordered {
  counter-reset: bz-ordered;
}

.theme-brazino-hub .bz-content .bz-editorial-list--ordered li {
  counter-increment: bz-ordered;
  padding-left: 46px;
}

.theme-brazino-hub .bz-content .bz-editorial-list--ordered li::before {
  content: counter(bz-ordered, decimal-leading-zero);
  top: 16px;
  left: 2px;
  width: auto;
  height: auto;
  color: var(--bz-green);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-content .bz-editorial-list li > .bz-inline-term {
  display: block;
  margin-bottom: 2px;
}

.theme-brazino-hub .bz-content .bz-editorial-list li > .bz-inline-term + span {
  color: var(--bz-muted);
}

.theme-brazino-hub .bz-editorial-card {
  display: grid;
  grid-template-columns: minmax(145px, 0.35fr) minmax(0, 1fr);
  gap: 30px;
  margin: 32px 0 42px;
  padding: 24px 0;
  background: transparent;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-content .bz-editorial-card > h3 {
  margin: 0;
  font-size: 18px;
}

.theme-brazino-hub .bz-editorial-card--warning {
  border-top-color: rgba(214, 163, 75, 0.55);
}

.theme-brazino-hub .bz-editorial-card--negative {
  border-top-color: rgba(201, 118, 118, 0.55);
}

.theme-brazino-hub .bz-editorial-card--embedded {
  display: block;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-bottom: 0;
}

.theme-brazino-hub .bz-content .bz-editorial-card--embedded > h3 {
  margin-bottom: 10px;
  color: var(--bz-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-editorial-card--takeaway {
  padding: 24px;
  background: rgba(34, 197, 94, 0.045);
  border: 1px solid rgba(34, 197, 94, 0.23);
}

.theme-brazino-hub .bz-editorial-card > .bz-editorial-list {
  margin-top: 0;
}

.theme-brazino-hub .bz-inline-callout {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 16px;
  margin: 30px 0 6px;
  padding: 21px;
  background: rgba(214, 163, 75, 0.07);
  border: 1px solid rgba(214, 163, 75, 0.34);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-inline-callout::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  background: var(--bz-amber);
}

.theme-brazino-hub .bz-inline-callout > div {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.theme-brazino-hub .bz-content .bz-inline-callout h3,
.theme-brazino-hub .bz-content .bz-inline-callout p,
.theme-brazino-hub .bz-content .bz-inline-callout .bz-editorial-list {
  margin: 0;
}

.theme-brazino-hub .bz-content .bz-inline-callout h3 {
  font-size: 18px;
}

.theme-brazino-hub .bz-editorial-status {
  margin: 4px 0 16px !important;
  padding: 10px 13px;
  color: #e6c991 !important;
  background: rgba(214, 163, 75, 0.08);
  border-left: 2px solid var(--bz-amber);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-name-contrast {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 8px 0 22px;
  overflow: hidden;
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-name-contrast > div {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.theme-brazino-hub .bz-name-contrast > div + div {
  border-left: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-name-contrast span {
  color: var(--bz-muted-dark);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-name-contrast strong,
.theme-brazino-hub .bz-name-contrast s {
  color: var(--bz-text);
  font-size: 22px;
}

.theme-brazino-hub .bz-name-contrast s {
  color: var(--bz-muted);
  text-decoration-color: #c97676;
}

.theme-brazino-hub .bz-topic-groups__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-topic-groups__grid > div {
  display: grid;
  align-content: start;
  min-height: 220px;
  padding: 28px 24px;
  border-right: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-topic-groups__grid > div:last-child {
  border-right: 0;
}

.theme-brazino-hub .bz-topic-groups__grid span {
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-topic-groups__grid h3 {
  margin: 20px 0 22px;
  font-size: 17px;
}

.theme-brazino-hub .bz-topic-groups__grid a {
  padding: 8px 0;
  color: var(--bz-muted);
  border-top: 1px solid var(--bz-line-soft);
  font-size: 13px;
}

.theme-brazino-hub .bz-topic-groups__grid a:hover {
  color: var(--bz-lime);
}

.theme-brazino-hub .bz-text-link {
  justify-self: end;
  color: var(--bz-green);
  font-size: 13px;
  font-weight: 800;
}

.theme-brazino-hub .bz-comparison-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.theme-brazino-hub .bz-comparison-cards article {
  min-height: 225px;
  padding: 24px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-comparison-cards article > span {
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-comparison-cards h3 {
  margin: 24px 0 10px;
  font-size: 18px;
}

.theme-brazino-hub .bz-comparison-cards p {
  margin: 0 0 20px;
  color: var(--bz-muted);
  font-size: 13px;
}

.theme-brazino-hub .bz-comparison-cards a {
  color: var(--bz-lime);
  font-size: 12px;
  font-weight: 800;
}

.theme-brazino-hub .bz-faq-section {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 64px;
  margin-top: 94px;
  padding: 58px 0;
  border-top: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-faq-section__intro p {
  margin: 16px 0 0;
  color: var(--bz-muted);
  font-size: 14px;
}

.theme-brazino-hub .bz-faq-list {
  border-top: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-faq-list details {
  padding: 0;
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: 20px;
  min-height: 74px;
  padding: 15px 0;
  color: var(--bz-text);
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 750;
}

.theme-brazino-hub .bz-faq-list summary::-webkit-details-marker {
  display: none;
}

.theme-brazino-hub .bz-faq-list summary span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--bz-green);
  border: 1px solid var(--bz-line);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  transition: transform 160ms ease;
}

.theme-brazino-hub .bz-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.theme-brazino-hub .bz-faq-list details > p {
  max-width: 760px;
  margin: -4px 48px 22px 0;
  color: var(--bz-muted);
  font-size: 14px;
}

.theme-brazino-hub .bz-editorial-trust {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 320px;
  align-items: center;
  gap: 38px;
  margin-top: 34px;
  padding: 42px 0;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-editorial-trust__mark {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid var(--bz-green-dark);
  border-radius: 50%;
}

.theme-brazino-hub .bz-editorial-trust__mark span {
  font-size: 22px;
  font-weight: 800;
}

.theme-brazino-hub .bz-editorial-trust h2 {
  font-size: 28px;
}

.theme-brazino-hub .bz-editorial-trust p {
  margin: 12px 0 0;
  color: var(--bz-muted);
  font-size: 14px;
}

.theme-brazino-hub .bz-editorial-trust ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-brazino-hub .bz-editorial-trust li {
  position: relative;
  padding: 9px 0 9px 22px;
  color: var(--bz-muted);
  border-bottom: 1px solid var(--bz-line-soft);
  font-size: 12px;
}

.theme-brazino-hub .bz-editorial-trust li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--bz-green);
}

.theme-brazino-hub .bz-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin-top: 72px;
  padding: 38px 42px;
  background: var(--bz-surface-raised);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-bottom-cta h2 {
  font-size: 28px;
}

.theme-brazino-hub .bz-bottom-cta p {
  margin: 10px 0 0;
  color: var(--bz-muted);
  font-size: 14px;
}

/* Article templates */
.theme-brazino-hub .bz-article-hero {
  padding: 34px 0 58px;
  background: var(--bz-bg-deep);
  border-bottom: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .bz-reading-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  height: 2px;
  pointer-events: none;
}

.theme-brazino-hub .bz-reading-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bz-green);
  transform: scaleX(0);
  transform-origin: left center;
}

@supports (animation-timeline: scroll()) {
  .theme-brazino-hub .bz-reading-progress > span {
    animation: bz-reading-progress linear both;
    animation-timeline: scroll(root block);
  }
}

@keyframes bz-reading-progress {
  to {
    transform: scaleX(1);
  }
}

.theme-brazino-hub .bz-article-hero .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 38px;
  color: var(--bz-muted-dark);
  font-size: 11px;
}

.theme-brazino-hub .bz-article-hero .breadcrumbs a {
  color: var(--bz-muted);
}

.theme-brazino-hub .bz-article-hero .breadcrumbs strong {
  color: var(--bz-muted-dark);
  font-weight: 600;
}

.theme-brazino-hub .bz-article-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.7fr);
  align-items: center;
  gap: 72px;
}

.theme-brazino-hub .bz-article-hero__copy h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--bz-text);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
}

.theme-brazino-hub .bz-article-hero__copy > p {
  max-width: 720px;
  margin: 0;
  color: var(--bz-muted);
  font-size: 17px;
  line-height: 1.7;
}

.theme-brazino-hub .bz-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 27px;
}

.theme-brazino-hub .bz-article-meta span {
  position: relative;
  padding-left: 14px;
  color: var(--bz-muted-dark);
  font-size: 11px;
  font-weight: 700;
}

.theme-brazino-hub .bz-article-meta span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--bz-green);
}

.theme-brazino-hub .bz-article-visual {
  min-width: 0;
  padding: 20px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .bz-article-visual__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 14px;
  color: var(--bz-muted-dark);
  border-bottom: 1px solid var(--bz-line-soft);
  font-size: 9px;
  font-weight: 800;
}

.theme-brazino-hub .bz-article-visual__header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bz-lime);
}

.theme-brazino-hub .bz-article-visual__core {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 20px 0;
}

.theme-brazino-hub .bz-article-visual__core strong {
  color: var(--bz-green);
  font-size: 40px;
  line-height: 1;
}

.theme-brazino-hub .bz-article-visual__core span {
  color: var(--bz-muted);
  font-size: 11px;
}

.theme-brazino-hub .bz-article-visual__rows {
  display: grid;
}

.theme-brazino-hub .bz-article-visual__rows > div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  border-top: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .bz-article-visual__rows span {
  color: var(--bz-muted-dark);
  font-size: 9px;
  font-weight: 800;
}

.theme-brazino-hub .bz-article-visual__rows b {
  min-width: 0;
  color: var(--bz-text);
  font-size: 11px;
}

.theme-brazino-hub .bz-article-visual__rows i {
  height: 3px;
  background: var(--bz-green-dark);
}

.theme-brazino-hub .bz-article-visual__rows > div:nth-child(2n) i {
  width: 72%;
  background: var(--bz-cyan);
}

.theme-brazino-hub .bz-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 850px) 280px;
  justify-content: space-between;
  gap: 70px;
  padding-top: 32px;
  padding-bottom: 84px;
}

.theme-brazino-hub .bz-article-main {
  min-width: 0;
}

.theme-brazino-hub .bz-quick-answer {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  margin-top: 20px;
  padding: 28px;
  background: #121b16;
  border: 1px solid #21422e;
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-quick-answer__label {
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-quick-answer h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
}

.theme-brazino-hub .bz-quick-answer p {
  margin: 0;
  color: #c9d4cd;
  font-size: 15px;
}

.theme-brazino-hub .bz-author-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 20px;
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-author-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--bz-text);
  border: 1px solid var(--bz-green-dark);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.theme-brazino-hub .bz-author-card span,
.theme-brazino-hub .bz-author-card p {
  display: block;
  margin: 0;
  color: var(--bz-muted-dark);
  font-size: 10px;
}

.theme-brazino-hub .bz-author-card strong {
  display: block;
  margin: 3px 0;
  font-size: 13px;
}

.theme-brazino-hub .bz-author-card__check {
  min-width: 150px;
  padding-left: 20px;
  border-left: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-author-card__check a {
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 700;
}

.theme-brazino-hub .bz-toc {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-toc > div span {
  display: block;
  color: var(--bz-green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-toc > div strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.theme-brazino-hub .bz-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-brazino-hub .bz-toc a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  color: var(--bz-muted);
  font-size: 12px;
}

.theme-brazino-hub .bz-toc a:hover {
  color: var(--bz-lime);
}

.theme-brazino-hub .bz-toc a span {
  color: var(--bz-muted-dark);
  font-size: 9px;
  font-weight: 800;
}

.theme-brazino-hub .bz-template-module,
.theme-brazino-hub .bz-content-section,
.theme-brazino-hub .bz-related {
  margin-top: 64px;
}

.theme-brazino-hub .bz-module-heading {
  margin-bottom: 26px;
}

.theme-brazino-hub .bz-module-heading h2,
.theme-brazino-hub .bz-content-section > header h2 {
  font-size: 30px;
}

.theme-brazino-hub .bz-summary-cards > div,
.theme-brazino-hub .bz-process-flow,
.theme-brazino-hub .bz-game-categories,
.theme-brazino-hub .bz-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--bz-line);
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-process-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-brazino-hub .bz-game-categories {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-brazino-hub .bz-summary-cards article,
.theme-brazino-hub .bz-process-flow article,
.theme-brazino-hub .bz-game-categories article,
.theme-brazino-hub .bz-payment-methods article {
  min-width: 0;
  padding: 22px 20px 24px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--bz-line-soft);
  border-radius: 0;
}

.theme-brazino-hub .bz-summary-cards article:last-child,
.theme-brazino-hub .bz-process-flow article:last-child,
.theme-brazino-hub .bz-game-categories article:nth-child(2n),
.theme-brazino-hub .bz-payment-methods article:last-child {
  border-right: 0;
}

.theme-brazino-hub .bz-game-categories article:nth-child(n + 3) {
  border-top: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .bz-summary-cards article > span,
.theme-brazino-hub .bz-process-flow article > span,
.theme-brazino-hub .bz-game-categories article > span,
.theme-brazino-hub .bz-payment-methods article > span {
  color: var(--bz-green);
  font-size: 12px;
  font-weight: 800;
}

.theme-brazino-hub .bz-summary-cards h3,
.theme-brazino-hub .bz-process-flow h3,
.theme-brazino-hub .bz-game-categories h3,
.theme-brazino-hub .bz-payment-methods h3 {
  margin: 36px 0 8px;
  font-size: 17px;
}

.theme-brazino-hub .bz-summary-cards p,
.theme-brazino-hub .bz-process-flow p,
.theme-brazino-hub .bz-game-categories p,
.theme-brazino-hub .bz-payment-methods p {
  margin: 0;
  color: var(--bz-muted);
  font-size: 13px;
  line-height: 1.55;
}

.theme-brazino-hub .bz-review-dimensions {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.theme-brazino-hub .bz-dimension-row {
  display: grid;
  grid-template-columns: 34px 120px minmax(160px, 1fr) 90px;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  border-top: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-dimension-row:last-child {
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-dimension-row > span,
.theme-brazino-hub .bz-dimension-row small {
  color: var(--bz-muted-dark);
  font-size: 9px;
  font-weight: 700;
}

.theme-brazino-hub .bz-dimension-row strong {
  font-size: 13px;
}

.theme-brazino-hub .bz-dimension-row > p {
  margin: 0;
  color: var(--bz-muted);
  font-size: 12px;
  line-height: 1.55;
}

.theme-brazino-hub .bz-numbered-stepper,
.theme-brazino-hub .bz-guide-rail {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-numbered-stepper li,
.theme-brazino-hub .bz-guide-rail li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-numbered-stepper li > span,
.theme-brazino-hub .bz-guide-rail li > span {
  display: block;
  width: auto;
  height: auto;
  padding-top: 3px;
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-numbered-stepper h3,
.theme-brazino-hub .bz-guide-rail h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

.theme-brazino-hub .bz-numbered-stepper p,
.theme-brazino-hub .bz-guide-rail p {
  margin: 0;
  color: var(--bz-muted);
  font-size: 13px;
}

.theme-brazino-hub .bz-warning,
.theme-brazino-hub .bz-responsible-note,
.theme-brazino-hub .bz-content-note {
  margin-top: 20px;
  padding: 18px 20px;
  background: #211c14;
  border: 1px solid #4a3a22;
  border-left: 3px solid var(--bz-amber);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-responsible-note,
.theme-brazino-hub .bz-content-note {
  background: var(--bz-surface-soft);
  border-color: var(--bz-line-soft);
  border-left-color: var(--bz-green);
}

.theme-brazino-hub .bz-warning strong,
.theme-brazino-hub .bz-responsible-note strong,
.theme-brazino-hub .bz-content-note strong {
  font-size: 13px;
}

.theme-brazino-hub .bz-warning p,
.theme-brazino-hub .bz-responsible-note p,
.theme-brazino-hub .bz-content-note p {
  margin: 5px 0 0;
  color: var(--bz-muted);
  font-size: 12px;
}

.theme-brazino-hub .bz-condition-list,
.theme-brazino-hub .bz-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.theme-brazino-hub .bz-condition-list > div,
.theme-brazino-hub .bz-checklist > div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 5px 10px;
  min-height: 82px;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--bz-line);
  border-radius: 0;
}

.theme-brazino-hub .bz-condition-list > div:nth-last-child(-n + 2),
.theme-brazino-hub .bz-checklist > div:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-condition-list > div > span {
  grid-row: span 2;
  color: var(--bz-green);
  font-weight: 800;
}

.theme-brazino-hub .bz-condition-list strong {
  font-size: 12px;
}

.theme-brazino-hub .bz-condition-list small {
  color: var(--bz-muted);
  font-size: 11px;
  line-height: 1.45;
}

.theme-brazino-hub .bz-trust-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.theme-brazino-hub .bz-trust-dashboard article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 7px 12px;
  min-height: 145px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--bz-line);
  border-radius: 0;
}

.theme-brazino-hub .bz-trust-dashboard article:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-trust-dashboard article > span {
  color: var(--bz-green);
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-trust-dashboard h3 {
  margin: 0;
  font-size: 15px;
}

.theme-brazino-hub .bz-trust-dashboard p,
.theme-brazino-hub .bz-trust-dashboard small {
  grid-column: 2;
  margin: 0;
  color: var(--bz-muted);
  font-size: 12px;
  line-height: 1.5;
}

.theme-brazino-hub .bz-trust-dashboard small {
  color: var(--bz-muted-dark);
}

.theme-brazino-hub .bz-checklist {
  margin-top: 12px;
}

.theme-brazino-hub .bz-checklist > div {
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 48px;
  color: var(--bz-muted);
  font-size: 11px;
}

.theme-brazino-hub .bz-checklist > div > span {
  width: 9px;
  height: 9px;
  border: 1px solid var(--bz-green);
}

.theme-brazino-hub .bz-attention-band {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
  margin-top: 20px;
  padding: 22px;
  background: #211c14;
  border: 1px solid #4a3a22;
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-attention-band h3 {
  margin: 5px 0 0;
  font-size: 17px;
}

.theme-brazino-hub .bz-attention-band p {
  margin: 0;
  color: #c7baa3;
  font-size: 12px;
}

.theme-brazino-hub .bz-callout-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.theme-brazino-hub .bz-callout-pair aside {
  padding: 18px;
  background: #121b16;
  border: 1px solid #21422e;
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-callout-pair aside.is-warning {
  background: #211c14;
  border-color: #4a3a22;
}

.theme-brazino-hub .bz-callout-pair strong {
  font-size: 12px;
}

.theme-brazino-hub .bz-callout-pair p {
  margin: 6px 0 0;
  color: var(--bz-muted);
  font-size: 12px;
}

.theme-brazino-hub .bz-info-table,
.theme-brazino-hub .bz-comparison-table {
  overflow: hidden;
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-info-table > div {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.2fr;
}

.theme-brazino-hub .bz-info-table > div > *,
.theme-brazino-hub .bz-comparison-table > div > * {
  min-width: 0;
  padding: 13px 15px;
  color: var(--bz-muted);
  border-right: 1px solid var(--bz-line-soft);
  border-bottom: 1px solid var(--bz-line-soft);
  font-size: 11px;
}

.theme-brazino-hub .bz-info-table > div > *:last-child,
.theme-brazino-hub .bz-comparison-table > div > *:last-child {
  border-right: 0;
}

.theme-brazino-hub .bz-info-table > div:last-child > *,
.theme-brazino-hub .bz-comparison-table > div:last-child > * {
  border-bottom: 0;
}

.theme-brazino-hub .bz-info-table__head,
.theme-brazino-hub .bz-comparison-table__head {
  background: var(--bz-surface-raised);
}

.theme-brazino-hub .bz-info-table__head span,
.theme-brazino-hub .bz-comparison-table__head span {
  color: var(--bz-text);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-info-table strong,
.theme-brazino-hub .bz-comparison-table strong {
  color: var(--bz-text);
}

.theme-brazino-hub .bz-payment-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.theme-brazino-hub .bz-payment-timeline > div {
  position: relative;
  display: grid;
  gap: 8px;
  padding-right: 15px;
}

.theme-brazino-hub .bz-payment-timeline > div::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  left: 36px;
  height: 1px;
  background: var(--bz-line);
}

.theme-brazino-hub .bz-payment-timeline > div:last-child::after {
  display: none;
}

.theme-brazino-hub .bz-payment-timeline span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--bz-green);
  background: var(--bz-bg);
  border: 1px solid var(--bz-green-dark);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}

.theme-brazino-hub .bz-payment-timeline strong {
  font-size: 10px;
}

.theme-brazino-hub .bz-payment-methods {
  margin-top: 20px;
}

.theme-brazino-hub .bz-criteria-chips,
.theme-brazino-hub .bz-typo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.theme-brazino-hub .bz-criteria-chips span,
.theme-brazino-hub .bz-typo-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  color: var(--bz-muted);
  background: var(--bz-surface);
  border: 1px solid var(--bz-line);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
}

.theme-brazino-hub .bz-criteria-chips span.is-active {
  color: #07150c;
  background: var(--bz-lime);
  border-color: var(--bz-lime);
}

.theme-brazino-hub .bz-comparison-table > div {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr 1fr;
}

.theme-brazino-hub .bz-comparison-table--criteria > div {
  grid-template-columns: 0.62fr 1.25fr 1.13fr;
}

.theme-brazino-hub .bz-name-answer {
  max-width: 680px;
  margin-bottom: 28px;
}

.theme-brazino-hub .bz-name-answer h2 {
  margin: 8px 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.theme-brazino-hub .bz-name-answer p {
  margin: 0;
  color: var(--bz-muted);
  font-size: 14px;
}

.theme-brazino-hub .bz-typo-display {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 150px;
  padding: 28px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-typo-display strong,
.theme-brazino-hub .bz-typo-display s {
  font-size: 38px;
  line-height: 1;
  text-align: center;
}

.theme-brazino-hub .bz-typo-display strong {
  color: var(--bz-green);
}

.theme-brazino-hub .bz-typo-display s {
  color: var(--bz-muted-dark);
  text-decoration-color: var(--bz-amber);
}

.theme-brazino-hub .bz-typo-display span {
  color: var(--bz-muted-dark);
  font-size: 11px;
  font-weight: 800;
}

.theme-brazino-hub .bz-typo-chips {
  margin-top: 14px;
  margin-bottom: 0;
}

.theme-brazino-hub .bz-content-section > header {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-content-section > header .bz-overline {
  padding-bottom: 7px;
}

.theme-brazino-hub .bz-content-section > header h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.18;
  text-wrap: balance;
}

.theme-brazino-hub .bz-content-section .bz-content-note {
  margin: 48px 0 0;
}

.theme-brazino-hub .bz-related {
  padding-top: 54px;
  border-top: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.theme-brazino-hub .bz-related-grid > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 20px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-related-grid > a:hover {
  border-color: var(--bz-green-dark);
}

.theme-brazino-hub .bz-related-grid > a > span {
  color: var(--bz-green);
  font-size: 9px;
  font-weight: 800;
}

.theme-brazino-hub .bz-related-grid > a > strong {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.4;
}

.theme-brazino-hub .bz-related-grid > a > p {
  margin: 8px 0 20px;
  color: var(--bz-muted);
  font-size: 11px;
}

.theme-brazino-hub .bz-related-grid > a > b {
  margin-top: auto;
  color: var(--bz-green);
}

.theme-brazino-hub .bz-faq-section--article {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 42px;
  margin-top: 70px;
  padding-bottom: 0;
}

.theme-brazino-hub .bz-article-main > .bz-bottom-cta {
  margin-top: 70px;
  padding: 30px;
}

.theme-brazino-hub .bz-article-main > .bz-bottom-cta h2 {
  font-size: 24px;
}

.theme-brazino-hub .bz-article-sidebar {
  min-width: 0;
}

/* Native Gutenberg pattern fallbacks. */
.theme-brazino-hub .bz-gutenberg {
  padding: 28px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-gutenberg--hero h1 {
  margin: 8px 0 16px;
  color: var(--bz-text);
  font-size: 48px;
  line-height: 1.08;
}

.theme-brazino-hub .wp-block-button.bz-button--primary {
  padding: 0;
  background: transparent;
  border: 0;
}

.theme-brazino-hub .wp-block-button.bz-button--primary .wp-block-button__link {
  color: #07150c;
  background: var(--bz-green);
  border-radius: var(--bz-radius);
  font-size: 13px;
  font-weight: 800;
}

.theme-brazino-hub .bz-cms-table {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-cms-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: var(--bz-surface-soft);
}

.theme-brazino-hub .bz-cms-table th,
.theme-brazino-hub .bz-cms-table td {
  min-width: 130px;
  padding: 13px 15px;
  color: var(--bz-muted);
  border: 1px solid var(--bz-line-soft);
  font-size: 12px;
  text-align: left;
}

.theme-brazino-hub .bz-cms-table th {
  color: var(--bz-text);
  background: var(--bz-surface-raised);
  font-size: 10px;
  text-transform: uppercase;
}

.theme-brazino-hub .bz-gutenberg-stepper {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  counter-reset: bz-step;
  border-top: 1px solid var(--bz-line);
}

.theme-brazino-hub .bz-gutenberg-stepper li {
  position: relative;
  min-height: 76px;
  padding: 18px 0 18px 62px;
  color: var(--bz-muted);
  border-bottom: 1px solid var(--bz-line);
  counter-increment: bz-step;
}

.theme-brazino-hub .bz-gutenberg-stepper li::before {
  content: counter(bz-step, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--bz-green);
  border: 1px solid var(--bz-green-dark);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.theme-brazino-hub .bz-gutenberg-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.theme-brazino-hub .bz-gutenberg-checklist > p {
  min-height: 110px;
  margin: 0;
  padding: 18px;
  color: var(--bz-muted);
  background: var(--bz-surface);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
  font-size: 12px;
}

.theme-brazino-hub .bz-related-grid.wp-block-columns > .wp-block-column,
.theme-brazino-hub .bz-payment-methods.wp-block-columns > .wp-block-column {
  min-width: 0;
  padding: 20px;
  background: var(--bz-surface);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-related-grid.wp-block-columns h3,
.theme-brazino-hub .bz-payment-methods.wp-block-columns h3 {
  margin-top: 0;
  color: var(--bz-text);
  font-size: 16px;
}

.theme-brazino-hub .bz-related-grid.wp-block-columns p,
.theme-brazino-hub .bz-payment-methods.wp-block-columns p {
  color: var(--bz-muted);
  font-size: 12px;
}

.theme-brazino-hub .bz-sidebar-panel {
  position: sticky;
  top: 100px;
  padding: 20px;
  background: var(--bz-surface-soft);
  border: 1px solid var(--bz-line-soft);
  border-radius: var(--bz-radius);
}

.theme-brazino-hub .bz-sidebar-panel > strong {
  display: block;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.4;
}

.theme-brazino-hub .bz-sidebar-panel > p {
  margin: 8px 0 18px;
  color: var(--bz-muted-dark);
  font-size: 10px;
}

.theme-brazino-hub .bz-sidebar-panel > a {
  color: var(--bz-green);
  font-size: 11px;
  font-weight: 800;
}

.theme-brazino-hub .bz-sidebar-panel--responsible {
  position: sticky;
  top: 292px;
  margin-top: 12px;
  background: #211c14;
  border-color: #4a3a22;
}

.theme-brazino-hub .bz-sidebar-panel--responsible > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--bz-amber);
  border: 1px solid var(--bz-amber);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

/* Footer */
.theme-brazino-hub .site-footer {
  padding: 58px 0 32px;
  color: var(--bz-muted);
  background: var(--bz-bg-deep);
  border: 0;
  border-top: 1px solid var(--bz-line-soft);
}

.theme-brazino-hub .brazino-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: start;
}

.theme-brazino-hub .brazino-footer-grid strong {
  color: var(--bz-text);
  font-size: 19px;
}

.theme-brazino-hub .brazino-footer-grid p {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--bz-muted);
  font-size: 12px;
}

.theme-brazino-hub .brazino-footer-grid nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 8px 24px;
}

.theme-brazino-hub .brazino-footer-grid nav a {
  color: var(--bz-muted);
  font-size: 11px;
}

.theme-brazino-hub .brazino-footer-grid nav a:hover {
  color: var(--bz-lime);
}

.theme-brazino-hub .brazino-footer-note {
  margin: 36px 0 0;
  padding-top: 18px;
  color: var(--bz-muted-dark);
  border-top: 1px solid var(--bz-line-soft);
  font-size: 10px;
}

.theme-brazino-hub .brazino-mobile-cta {
  display: none;
}

@media (max-width: 1180px) {
  .theme-brazino-hub .brazino-nav {
    display: none;
  }

  .theme-brazino-hub .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .theme-brazino-hub .brazino-mobile-menu {
    display: block;
  }

  .theme-brazino-hub .bz-home-hero__grid,
  .theme-brazino-hub .bz-article-hero__grid {
    gap: 42px;
  }

  .theme-brazino-hub .bz-article-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 42px;
  }
}

@media (max-width: 980px) {
  .theme-brazino-hub .container,
  .theme-brazino-hub .site-header__inner,
  .theme-brazino-hub .site-footer__inner {
    width: min(100% - 36px, 860px);
  }

  .theme-brazino-hub .bz-home-hero__grid,
  .theme-brazino-hub .bz-article-hero__grid {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-home-hero__grid {
    padding-top: 66px;
    padding-bottom: 46px;
  }

  .theme-brazino-hub .bz-home-hero h1 {
    font-size: 58px;
  }

  .theme-brazino-hub .bz-home-visual {
    min-height: 390px;
  }

  .theme-brazino-hub .bz-quick-grid,
  .theme-brazino-hub .bz-topic-groups__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-brazino-hub .bz-topic-groups__grid > div:nth-child(2) {
    border-right: 0;
  }

  .theme-brazino-hub .bz-topic-groups__grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--bz-line);
  }

  .theme-brazino-hub .bz-featured-guide {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .theme-brazino-hub .bz-featured-guide__rail {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .theme-brazino-hub .bz-article-layout {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-article-sidebar {
    display: none;
  }

  .theme-brazino-hub .bz-article-hero__copy h1 {
    font-size: 46px;
  }

  .theme-brazino-hub .bz-article-visual {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .theme-brazino-hub {
    padding-bottom: 64px;
  }

  .theme-brazino-hub .site-header__inner {
    min-height: 64px;
    gap: 8px;
  }

  .theme-brazino-hub .brand-mark--brazino {
    min-width: 0;
    font-size: 18px;
  }

  .theme-brazino-hub .brand-mark--brazino small {
    font-size: 8px;
  }

  .theme-brazino-hub .brazino-header-cta {
    min-height: 40px;
    padding: 8px 11px;
    font-size: 11px;
  }

  .theme-brazino-hub .brazino-mobile-menu > summary {
    width: 40px;
    height: 40px;
  }

  .theme-brazino-hub .bz-home-hero {
    min-height: auto;
  }

  .theme-brazino-hub .bz-home-hero__grid {
    min-height: auto;
    padding-top: 52px;
  }

  .theme-brazino-hub .bz-home-hero h1 {
    font-size: 46px;
  }

  .theme-brazino-hub .bz-home-hero__copy > p {
    font-size: 17px;
  }

  .theme-brazino-hub .bz-home-visual {
    min-height: 340px;
  }

  .theme-brazino-hub .bz-visual-card--main {
    top: 65px;
    left: 18px;
    width: 78%;
  }

  .theme-brazino-hub .bz-visual-card--trust {
    right: 8px;
    bottom: 52px;
  }

  .theme-brazino-hub .bz-section {
    padding-top: 66px;
  }

  .theme-brazino-hub .bz-section-heading,
  .theme-brazino-hub .bz-faq-section,
  .theme-brazino-hub .bz-editorial-trust,
  .theme-brazino-hub .bz-home-copy {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .theme-brazino-hub .bz-section-heading h2,
  .theme-brazino-hub .bz-faq-section__intro h2 {
    font-size: 29px;
  }

  .theme-brazino-hub .bz-section-heading > p {
    max-width: 540px;
  }

  .theme-brazino-hub .bz-quick-grid,
  .theme-brazino-hub .bz-article-grid,
  .theme-brazino-hub .bz-comparison-cards,
  .theme-brazino-hub .bz-summary-cards > div,
  .theme-brazino-hub .bz-process-flow,
  .theme-brazino-hub .bz-payment-methods,
  .theme-brazino-hub .bz-related-grid {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-topic-card {
    min-height: 218px;
  }

  .theme-brazino-hub .bz-featured-guide {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px;
  }

  .theme-brazino-hub .bz-featured-guide__rail {
    grid-column: auto;
    grid-row: auto;
  }

  .theme-brazino-hub .bz-featured-guide .bz-button {
    width: 100%;
  }

  .theme-brazino-hub .bz-home-copy {
    padding: 44px 0;
  }

  .theme-brazino-hub .bz-home-copy__intro {
    position: static;
  }

  .theme-brazino-hub .bz-content {
    font-size: 16px;
  }

  .theme-brazino-hub .bz-content h2 {
    font-size: 25px;
  }

  .theme-brazino-hub .bz-editorial-source > .bz-editorial-lead {
    font-size: 17px;
  }

  .theme-brazino-hub .bz-content .bz-editorial-list--compact {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-content .bz-editorial-list.bz-editorial-list--compact li {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .theme-brazino-hub .bz-editorial-source > h2 {
    grid-template-columns: 38px minmax(0, 1fr);
    font-size: 27px;
  }

  .theme-brazino-hub .bz-editorial-source > h2::after {
    display: none;
  }

  .theme-brazino-hub .bz-content-section > header {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 28px;
    padding-bottom: 20px;
  }

  .theme-brazino-hub .bz-content-section > header .bz-overline {
    padding-bottom: 0;
  }

  .theme-brazino-hub .bz-editorial-step {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .theme-brazino-hub .bz-editorial-step > header {
    padding: 25px 0 14px;
  }

  .theme-brazino-hub .bz-editorial-step__body {
    padding: 0 0 26px;
    border-left: 0;
  }

  .theme-brazino-hub .bz-editorial-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .theme-brazino-hub .bz-summary-cards article,
  .theme-brazino-hub .bz-process-flow article,
  .theme-brazino-hub .bz-game-categories article,
  .theme-brazino-hub .bz-payment-methods article {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--bz-line-soft);
  }

  .theme-brazino-hub .bz-summary-cards article:last-child,
  .theme-brazino-hub .bz-process-flow article:last-child,
  .theme-brazino-hub .bz-game-categories article:last-child,
  .theme-brazino-hub .bz-payment-methods article:last-child {
    border-bottom: 0;
  }

  .theme-brazino-hub .bz-inline-callout {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 12px;
  }

  .theme-brazino-hub .bz-name-contrast {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-name-contrast > div + div {
    border-top: 1px solid var(--bz-line);
    border-left: 0;
  }

  .theme-brazino-hub .bz-faq-section {
    margin-top: 70px;
    padding-top: 42px;
  }

  .theme-brazino-hub .bz-editorial-trust__mark {
    width: 70px;
    height: 70px;
  }

  .theme-brazino-hub .bz-editorial-trust ul {
    max-width: 420px;
  }

  .theme-brazino-hub .bz-bottom-cta {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .theme-brazino-hub .bz-bottom-cta .bz-button {
    width: 100%;
  }

  .theme-brazino-hub .bz-article-hero {
    padding-top: 24px;
    padding-bottom: 42px;
  }

  .theme-brazino-hub .bz-article-hero .breadcrumbs {
    margin-bottom: 30px;
  }

  .theme-brazino-hub .bz-article-hero__copy h1 {
    font-size: 38px;
  }

  .theme-brazino-hub .bz-article-hero__copy > p {
    font-size: 16px;
  }

  .theme-brazino-hub .bz-quick-answer,
  .theme-brazino-hub .bz-toc,
  .theme-brazino-hub .bz-author-card {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-quick-answer {
    gap: 8px;
    padding: 22px;
  }

  .theme-brazino-hub .bz-author-card {
    align-items: start;
  }

  .theme-brazino-hub .bz-author-card__check {
    min-width: 0;
    padding: 14px 0 0;
    border-top: 1px solid var(--bz-line);
    border-left: 0;
  }

  .theme-brazino-hub .bz-toc ol {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-game-categories,
  .theme-brazino-hub .bz-condition-list,
  .theme-brazino-hub .bz-checklist,
  .theme-brazino-hub .bz-gutenberg-checklist,
  .theme-brazino-hub .bz-trust-dashboard,
  .theme-brazino-hub .bz-callout-pair {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-condition-list > div,
  .theme-brazino-hub .bz-checklist > div,
  .theme-brazino-hub .bz-trust-dashboard article {
    border-bottom: 0;
  }

  .theme-brazino-hub .bz-condition-list > div:last-child,
  .theme-brazino-hub .bz-checklist > div:last-child,
  .theme-brazino-hub .bz-trust-dashboard article:last-child {
    border-bottom: 1px solid var(--bz-line);
  }

  .theme-brazino-hub .bz-attention-band {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .theme-brazino-hub .bz-info-table__head,
  .theme-brazino-hub .bz-comparison-table__head {
    display: none !important;
  }

  .theme-brazino-hub .bz-info-table > div,
  .theme-brazino-hub .bz-comparison-table > div {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid var(--bz-line);
  }

  .theme-brazino-hub .bz-info-table > div:last-child,
  .theme-brazino-hub .bz-comparison-table > div:last-child {
    border-bottom: 0;
  }

  .theme-brazino-hub .bz-info-table > div > *,
  .theme-brazino-hub .bz-comparison-table > div > * {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 7px 0;
    border: 0;
  }

  .theme-brazino-hub .bz-info-table > div > *::before,
  .theme-brazino-hub .bz-comparison-table > div > *::before {
    content: attr(data-label);
    color: var(--bz-muted-dark);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .theme-brazino-hub .bz-payment-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .theme-brazino-hub .bz-payment-timeline > div::after {
    display: none;
  }

  .theme-brazino-hub .bz-dimension-row {
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 4px 14px;
    padding: 16px 0;
  }

  .theme-brazino-hub .bz-dimension-row > strong,
  .theme-brazino-hub .bz-dimension-row > p,
  .theme-brazino-hub .bz-dimension-row > small {
    grid-column: 2;
    width: 100%;
  }

  .theme-brazino-hub .bz-typo-display {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .theme-brazino-hub .bz-typo-display strong,
  .theme-brazino-hub .bz-typo-display s {
    font-size: 31px;
  }

  .theme-brazino-hub .brazino-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .theme-brazino-hub .brazino-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: block;
    padding: 7px 16px calc(7px + env(safe-area-inset-bottom));
    background: rgba(16, 18, 20, 0.94);
    border-top: 1px solid var(--bz-line);
    backdrop-filter: blur(16px);
  }

  .theme-brazino-hub .brazino-mobile-cta a {
    display: grid;
    place-items: center;
    min-height: 44px;
    color: #07150c;
    background: var(--bz-green);
    border-radius: var(--bz-radius);
    font-size: 13px;
    font-weight: 800;
  }
}

@media (max-width: 520px) {
  .theme-brazino-hub .container,
  .theme-brazino-hub .site-header__inner,
  .theme-brazino-hub .site-footer__inner {
    width: min(100% - 24px, 480px);
  }

  .theme-brazino-hub .site-header__inner {
    grid-template-columns: minmax(104px, 1fr) 40px 104px;
  }

  .theme-brazino-hub .brand-mark--brazino::before {
    display: none;
  }

  .theme-brazino-hub .brazino-header-cta {
    padding-inline: 7px;
    font-size: 10px;
  }

  .theme-brazino-hub .bz-home-hero h1 {
    font-size: 40px;
  }

  .theme-brazino-hub .bz-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-brazino-hub .bz-home-hero__grid {
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .theme-brazino-hub .bz-home-hero__copy > p {
    margin-bottom: 22px;
  }

  .theme-brazino-hub .bz-hero-facts {
    margin-top: 20px;
  }

  .theme-brazino-hub .bz-home-visual {
    min-height: 148px;
  }

  .theme-brazino-hub .bz-visual-status,
  .theme-brazino-hub .bz-visual-card--trust,
  .theme-brazino-hub .bz-visual-card--guide,
  .theme-brazino-hub .bz-data-point {
    display: none;
  }

  .theme-brazino-hub .bz-visual-card {
    padding: 15px;
  }

  .theme-brazino-hub .bz-visual-card strong {
    font-size: 16px;
  }

  .theme-brazino-hub .bz-visual-card--main {
    top: 10px;
    left: 12px;
    width: calc(100% - 24px);
    min-height: 128px;
  }

  .theme-brazino-hub .bz-data-line {
    height: 22px;
    margin-top: 6px;
  }

  .theme-brazino-hub .bz-disclosure {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .theme-brazino-hub .bz-quick-grid,
  .theme-brazino-hub .bz-topic-groups__grid {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .bz-topic-groups__grid > div {
    min-height: 175px;
    border-right: 0;
    border-bottom: 1px solid var(--bz-line);
  }

  .theme-brazino-hub .bz-topic-groups__grid > div:last-child {
    border-bottom: 0;
  }

  .theme-brazino-hub .bz-section-heading h2,
  .theme-brazino-hub .bz-home-copy__intro h2,
  .theme-brazino-hub .bz-faq-section__intro h2,
  .theme-brazino-hub .bz-editorial-trust h2,
  .theme-brazino-hub .bz-bottom-cta h2 {
    font-size: 25px;
  }

  .theme-brazino-hub .bz-featured-guide,
  .theme-brazino-hub .bz-bottom-cta {
    padding: 24px 20px;
  }

  .theme-brazino-hub .bz-content h2 {
    margin-top: 42px;
    font-size: 23px;
  }

  .theme-brazino-hub .bz-content h3 {
    font-size: 19px;
  }

  .theme-brazino-hub .bz-content table,
  .theme-brazino-hub .bz-content thead,
  .theme-brazino-hub .bz-content tbody,
  .theme-brazino-hub .bz-content tr,
  .theme-brazino-hub .bz-content th,
  .theme-brazino-hub .bz-content td {
    display: block;
    width: 100%;
  }

  .theme-brazino-hub .bz-content thead {
    display: none;
  }

  .theme-brazino-hub .bz-content tr {
    padding: 10px;
    border-bottom: 1px solid var(--bz-line);
  }

  .theme-brazino-hub .bz-content th,
  .theme-brazino-hub .bz-content td {
    padding: 7px 0;
    border: 0;
  }

  .theme-brazino-hub .bz-source-table__scroll {
    overflow: visible;
  }

  .theme-brazino-hub .bz-source-table > header {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 12px;
  }

  .theme-brazino-hub .bz-content .bz-source-table table {
    min-width: 0;
  }

  .theme-brazino-hub .bz-content .bz-source-table tr {
    padding: 12px 14px;
  }

  .theme-brazino-hub .bz-content .bz-source-table td {
    display: grid;
    grid-template-columns: minmax(94px, 34%) minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
    font-size: 13px;
  }

  .theme-brazino-hub .bz-content .bz-source-table td::before {
    content: attr(data-label);
    color: var(--bz-muted-dark);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .theme-brazino-hub .bz-editorial-step > header {
    padding: 23px 0 13px;
  }

  .theme-brazino-hub .bz-inline-callout {
    padding: 17px 16px;
  }

  .theme-brazino-hub .bz-editorial-card {
    padding: 20px 0;
  }

  .theme-brazino-hub .bz-editorial-card--takeaway {
    padding: 20px 18px;
  }

  .theme-brazino-hub .bz-editorial-source > h2 {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 10px;
    margin-top: 54px;
    padding: 22px 0 23px;
    font-size: 24px;
  }

  .theme-brazino-hub .bz-editorial-source > .bz-editorial-lead::first-letter {
    font-size: 45px;
  }

  .theme-brazino-hub .bz-article-hero__copy h1 {
    font-size: 34px;
  }

  .theme-brazino-hub .bz-gutenberg--hero h1 {
    font-size: 34px;
  }

  .theme-brazino-hub .bz-article-hero {
    padding-bottom: 22px;
  }

  .theme-brazino-hub .bz-article-hero__grid {
    gap: 24px;
  }

  .theme-brazino-hub .bz-article-hero .breadcrumbs {
    margin-bottom: 20px;
  }

  .theme-brazino-hub .bz-article-hero .bz-kicker {
    margin-bottom: 12px;
  }

  .theme-brazino-hub .bz-article-hero__copy h1 {
    margin-bottom: 14px;
  }

  .theme-brazino-hub .bz-article-meta {
    margin-top: 16px;
  }

  .theme-brazino-hub .bz-article-visual {
    padding: 12px;
  }

  .theme-brazino-hub .bz-article-visual__core {
    display: none;
  }

  .theme-brazino-hub .bz-article-visual__rows > div {
    grid-template-columns: 22px minmax(0, 1fr) 34px;
    min-height: 31px;
  }

  .theme-brazino-hub .bz-template-module,
  .theme-brazino-hub .bz-content-section,
  .theme-brazino-hub .bz-related {
    margin-top: 52px;
  }

  .theme-brazino-hub .bz-module-heading h2,
  .theme-brazino-hub .bz-content-section > header h2,
  .theme-brazino-hub .bz-name-answer h2 {
    font-size: 25px;
  }

  .theme-brazino-hub .bz-review-dimensions {
    padding: 0;
  }

  .theme-brazino-hub .bz-faq-list summary {
    min-height: 68px;
    font-size: 14px;
  }

  .theme-brazino-hub .brazino-footer-grid nav {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-brazino-hub *,
  .theme-brazino-hub *::before,
  .theme-brazino-hub *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* 2026-07 visual refresh: bright game-guide surface for the Brazino hub.
   Copy, headings and SEO fields remain controlled by the supplied table/docs. */
.theme-brazino-hub {
  --bz-bg: #fff7db;
  --bz-bg-deep: #103f2c;
  --bz-surface: #fffefa;
  --bz-surface-raised: #ffffff;
  --bz-surface-soft: #fff1be;
  --bz-line: rgba(19, 72, 45, 0.18);
  --bz-line-soft: rgba(19, 72, 45, 0.11);
  --bz-green: #078a46;
  --bz-green-dark: #056334;
  --bz-lime: #b7f23a;
  --bz-cyan: #14b8d4;
  --bz-amber: #ffc928;
  --bz-coral: #f36b3f;
  --bz-blue: #216eea;
  --bz-text: #102719;
  --bz-muted: #54675c;
  --bz-muted-dark: #718176;
  --bz-radius: 10px;
  --bz-shadow: 0 22px 52px rgba(21, 79, 48, 0.14);
  color: var(--bz-text);
  background:
    linear-gradient(90deg, rgba(7, 138, 70, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #fff6d2 0%, #f4ffef 45%, #fffefa 100%);
  background-size: 38px 38px, auto;
  font-family: "RH Arimo", Arial, sans-serif;
}

.theme-brazino-hub h1,
.theme-brazino-hub h2,
.theme-brazino-hub h3,
.theme-brazino-hub strong,
.theme-brazino-hub .brand-mark--brazino,
.theme-brazino-hub .brazino-nav > a,
.theme-brazino-hub .brazino-more > summary,
.theme-brazino-hub .bz-button,
.theme-brazino-hub .brazino-header-cta {
  font-family: "RH Oswald", "RH Arimo", Arial, sans-serif;
}

.theme-brazino-hub .site-header {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 201, 40, 0.22), rgba(20, 184, 212, 0.16)),
    #092e20;
  border-bottom: 4px solid var(--bz-amber);
  box-shadow: 0 12px 28px rgba(7, 42, 27, 0.18);
}

.theme-brazino-hub .brand-mark--brazino {
  position: relative;
  min-width: 168px;
  padding-left: 48px;
  color: #ffffff;
}

.theme-brazino-hub .brand-mark--brazino::before {
  content: "B7";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  color: #082417;
  background: var(--bz-amber);
  border: 3px solid #ffffff;
  border-radius: 8px;
  transform: translateY(-50%) rotate(-7deg);
}

.theme-brazino-hub .brand-mark--brazino small,
.theme-brazino-hub .brazino-nav > a,
.theme-brazino-hub .brazino-more > summary {
  color: rgba(255, 255, 255, 0.78);
}

.theme-brazino-hub .brazino-nav > a,
.theme-brazino-hub .brazino-more > summary {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.theme-brazino-hub .brazino-nav > a:hover,
.theme-brazino-hub .brazino-more > summary:hover {
  color: #082417;
  background: var(--bz-amber);
}

.theme-brazino-hub .brazino-more > div,
.theme-brazino-hub .brazino-mobile-menu > nav {
  background: #ffffff;
  border-color: rgba(8, 36, 23, 0.18);
  box-shadow: 0 18px 40px rgba(8, 36, 23, 0.18);
}

.theme-brazino-hub .brazino-more > div a,
.theme-brazino-hub .brazino-mobile-menu > nav a {
  color: var(--bz-text);
}

.theme-brazino-hub .brazino-header-cta,
.theme-brazino-hub .bz-button--primary {
  color: #082417;
  background: linear-gradient(135deg, var(--bz-amber), #ffe66f);
  border-color: rgba(8, 36, 23, 0.15);
  box-shadow: 0 10px 0 rgba(8, 36, 23, 0.14);
}

.theme-brazino-hub .brazino-header-cta:hover,
.theme-brazino-hub .bz-button--primary:hover {
  background: linear-gradient(135deg, #ffe66f, var(--bz-amber));
  transform: translateY(-1px);
}

.theme-brazino-hub .bz-button--outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.42);
}

.theme-brazino-hub .bz-button--outline:hover {
  color: #082417;
  background: #ffffff;
  border-color: #ffffff;
}

.theme-brazino-hub .bz-home-hero,
.theme-brazino-hub .bz-article-hero {
  position: relative;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 201, 40, 0.24), transparent 38%),
    linear-gradient(315deg, rgba(20, 184, 212, 0.22), transparent 42%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.06) 0 12px, transparent 12px 28px),
    linear-gradient(135deg, #07331f 0%, #078a46 48%, #0c4a6e 100%);
  border-bottom: 0;
}

.theme-brazino-hub .bz-home-hero::before {
  inset: auto 0 0;
  width: auto;
  height: 8px;
  background: linear-gradient(90deg, var(--bz-amber), var(--bz-cyan), var(--bz-lime), var(--bz-coral));
}

.theme-brazino-hub .bz-home-hero::after,
.theme-brazino-hub .bz-article-hero::after {
  content: "";
  position: absolute;
  inset: 80px 6% auto auto;
  width: min(420px, 34vw);
  aspect-ratio: 1.45;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent 32%, rgba(255, 255, 255, 0.12) 32% 35%, transparent 35% 65%, rgba(255, 255, 255, 0.12) 65% 68%, transparent 68%),
    linear-gradient(180deg, transparent 48%, rgba(255, 255, 255, 0.12) 48% 52%, transparent 52%);
  transform: rotate(-8deg);
  pointer-events: none;
}

.theme-brazino-hub .bz-home-hero__copy,
.theme-brazino-hub .bz-article-hero__copy,
.theme-brazino-hub .bz-article-hero .breadcrumbs {
  position: relative;
  z-index: 2;
}

.theme-brazino-hub .bz-kicker,
.theme-brazino-hub .bz-overline {
  color: var(--bz-green);
}

.theme-brazino-hub .bz-home-hero .bz-kicker,
.theme-brazino-hub .bz-article-hero .bz-kicker {
  width: fit-content;
  padding: 8px 12px;
  color: #082417;
  background: var(--bz-amber);
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
}

.theme-brazino-hub .bz-home-hero h1,
.theme-brazino-hub .bz-article-hero__copy h1 {
  color: #ffffff;
  text-shadow: 0 5px 0 rgba(5, 34, 21, 0.22);
}

.theme-brazino-hub .bz-home-hero__copy > p,
.theme-brazino-hub .bz-article-hero__copy > p,
.theme-brazino-hub .bz-hero-facts span,
.theme-brazino-hub .bz-article-meta span,
.theme-brazino-hub .bz-article-hero .breadcrumbs,
.theme-brazino-hub .bz-article-hero .breadcrumbs a,
.theme-brazino-hub .bz-article-hero .breadcrumbs strong {
  color: rgba(255, 255, 255, 0.84);
}

.theme-brazino-hub .bz-hero-facts span::before,
.theme-brazino-hub .bz-article-meta span::before {
  background: var(--bz-amber);
  border-radius: 50%;
}

.theme-brazino-hub .bz-home-visual {
  z-index: 2;
  min-height: 480px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 204, 0.92));
  box-shadow: 0 28px 70px rgba(7, 42, 27, 0.28);
  transform: rotate(1.5deg);
}

.theme-brazino-hub .bz-home-visual::before {
  content: "777";
  position: absolute;
  top: 24px;
  left: 28px;
  color: rgba(7, 138, 70, 0.12);
  font-size: 104px;
  font-weight: 900;
  line-height: 1;
}

.theme-brazino-hub .bz-visual-grid {
  opacity: 1;
  border: 0;
  background:
    linear-gradient(90deg, rgba(7, 138, 70, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 138, 70, 0.1) 1px, transparent 1px);
  background-size: 52px 52px;
}

.theme-brazino-hub .bz-visual-grid::before,
.theme-brazino-hub .bz-visual-grid::after {
  display: none;
}

.theme-brazino-hub .bz-visual-card,
.theme-brazino-hub .bz-article-visual {
  color: var(--bz-text);
  background: #ffffff;
  border: 2px solid rgba(8, 36, 23, 0.12);
  border-radius: 18px;
  box-shadow: 10px 12px 0 rgba(255, 201, 40, 0.36), var(--bz-shadow);
}

.theme-brazino-hub .bz-visual-card span,
.theme-brazino-hub .bz-visual-card strong,
.theme-brazino-hub .bz-article-visual__core strong {
  color: var(--bz-text);
}

.theme-brazino-hub .bz-visual-card--main {
  border-top: 8px solid var(--bz-amber);
}

.theme-brazino-hub .bz-visual-card--trust {
  border-top: 8px solid var(--bz-cyan);
}

.theme-brazino-hub .bz-visual-card--guide {
  border-top: 8px solid var(--bz-coral);
}

.theme-brazino-hub .bz-data-line i,
.theme-brazino-hub .bz-data-line i:nth-child(2),
.theme-brazino-hub .bz-data-line i:nth-child(3),
.theme-brazino-hub .bz-data-line i:nth-child(4) {
  border-radius: 999px 999px 0 0;
}

.theme-brazino-hub .bz-disclosure,
.theme-brazino-hub .bz-featured-guide,
.theme-brazino-hub .bz-bottom-cta,
.theme-brazino-hub .bz-quick-answer,
.theme-brazino-hub .bz-author-card,
.theme-brazino-hub .bz-toc,
.theme-brazino-hub .bz-template-module {
  color: var(--bz-text);
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid rgba(8, 36, 23, 0.1);
  border-radius: 18px;
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .bz-disclosure {
  border-left: 8px solid var(--bz-amber);
}

.theme-brazino-hub .bz-topic-card,
.theme-brazino-hub .bz-article-card,
.theme-brazino-hub .bz-comparison-cards article,
.theme-brazino-hub .bz-topic-groups__grid > div {
  color: var(--bz-text);
  background: #ffffff;
  border: 2px solid rgba(8, 36, 23, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(21, 79, 48, 0.08);
}

.theme-brazino-hub .bz-topic-card {
  overflow: hidden;
}

.theme-brazino-hub .bz-topic-card::before,
.theme-brazino-hub .bz-article-card::before {
  content: "";
  display: block;
  height: 7px;
  margin: -22px -22px 18px;
  background: linear-gradient(90deg, var(--bz-green), var(--bz-amber), var(--bz-cyan));
}

.theme-brazino-hub .bz-topic-card:nth-child(3n + 2)::before,
.theme-brazino-hub .bz-article-card:nth-child(3n + 2)::before {
  background: linear-gradient(90deg, var(--bz-cyan), var(--bz-blue), var(--bz-amber));
}

.theme-brazino-hub .bz-topic-card:nth-child(3n)::before,
.theme-brazino-hub .bz-article-card:nth-child(3n)::before {
  background: linear-gradient(90deg, var(--bz-coral), var(--bz-amber), var(--bz-green));
}

.theme-brazino-hub .bz-topic-card:hover,
.theme-brazino-hub .bz-article-card:hover {
  background: #ffffff;
  border-color: rgba(7, 138, 70, 0.34);
  transform: translateY(-4px);
}

.theme-brazino-hub .bz-topic-card__icon {
  color: #082417;
  background: var(--bz-amber);
  border: 0;
  border-radius: 14px;
  box-shadow: 6px 6px 0 rgba(7, 138, 70, 0.16);
}

.theme-brazino-hub .bz-card-category,
.theme-brazino-hub .bz-card-link,
.theme-brazino-hub .bz-card-link b,
.theme-brazino-hub .bz-text-link,
.theme-brazino-hub .bz-content a,
.theme-brazino-hub .bz-topic-groups__grid a:hover {
  color: var(--bz-green);
}

.theme-brazino-hub .bz-featured-guide {
  background:
    linear-gradient(100deg, rgba(255, 201, 40, 0.33), rgba(20, 184, 212, 0.12)),
    #ffffff;
}

.theme-brazino-hub .bz-home-copy {
  padding: 60px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(8, 36, 23, 0.1);
  border-radius: 26px;
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .bz-content,
.theme-brazino-hub .bz-content p,
.theme-brazino-hub .bz-content li,
.theme-brazino-hub .bz-content .bz-source-table td,
.theme-brazino-hub .bz-editorial-source > .bz-editorial-lead,
.theme-brazino-hub .bz-inline-term,
.theme-brazino-hub .bz-name-contrast strong {
  color: var(--bz-text);
}

.theme-brazino-hub .bz-content h2,
.theme-brazino-hub .bz-content h3,
.theme-brazino-hub .bz-section-heading h2,
.theme-brazino-hub .bz-home-copy__intro h2,
.theme-brazino-hub .bz-faq-section__intro h2,
.theme-brazino-hub .bz-editorial-trust h2,
.theme-brazino-hub .bz-bottom-cta h2,
.theme-brazino-hub .bz-module-heading h2,
.theme-brazino-hub .bz-content-section > header h2,
.theme-brazino-hub .bz-article-card h3,
.theme-brazino-hub .bz-topic-card > strong {
  color: var(--bz-text);
}

.theme-brazino-hub .bz-content blockquote,
.theme-brazino-hub .bz-content .reviewhub-label-block,
.theme-brazino-hub .bz-content table,
.theme-brazino-hub .bz-content pre,
.theme-brazino-hub .bz-name-contrast {
  background: #ffffff;
  border-color: rgba(8, 36, 23, 0.14);
  border-radius: 16px;
}

.theme-brazino-hub .bz-content th,
.theme-brazino-hub .bz-content .bz-source-table th {
  color: var(--bz-text);
  background: #fff0a8;
}

.theme-brazino-hub .bz-source-table,
.theme-brazino-hub .bz-editorial-source > h2,
.theme-brazino-hub .bz-editorial-step,
.theme-brazino-hub .bz-topic-groups__grid,
.theme-brazino-hub .bz-faq-section,
.theme-brazino-hub .bz-faq-list,
.theme-brazino-hub .bz-faq-list details,
.theme-brazino-hub .bz-editorial-trust {
  border-color: rgba(8, 36, 23, 0.14);
}

/* Exact visual corrections for the locked "O que é Brazino 777?" source.
 * Heading semantics stay intact for navigation and accessibility; only the
 * visual weight follows the supplied source formatting for this article.
 */
body.theme-brazino-hub.brazino-route-brazino-777-o-que-e .reviewhub-source-content .bz-source-heading--regular {
  color: inherit !important;
  font-weight: 400 !important;
}

/* The source calls out only "Tipo de Plataforma". Other body rows remain
 * unhighlighted, with regular first-column text.
 */
body.theme-brazino-hub.brazino-route-brazino-777-o-que-e .reviewhub-source-content .reviewhub-table-scroll tbody tr:first-child > td:first-child {
  color: #ffffff;
  background: #14884a;
  border-color: rgba(255, 255, 255, 0.28);
}

/* Values in the second (and any following) table cell stay regular across
 * every Brazino source table. Colour/background emphasis belongs only to an
 * explicitly highlighted first-cell label.
 */
body.theme-brazino-hub .reviewhub-source-content .reviewhub-table-scroll tbody tr > td:not(:first-child),
body.theme-brazino-hub.brazino-route-brazino-777-o-que-e .reviewhub-source-content .reviewhub-table-scroll tbody tr:not(:first-child) > td {
  color: inherit !important;
  background: transparent !important;
}

/* The mobile menu is a guide index, not an undifferentiated list of pages. */
body.theme-brazino-hub .reviewhub-source-burger > nav {
  gap: 10px;
  padding: 12px;
}

body.theme-brazino-hub .reviewhub-source-burger__group {
  display: grid;
  gap: 4px;
  padding: 9px;
  border: 1px solid rgba(8, 36, 23, 0.12);
  border-radius: 10px;
  background: rgba(20, 136, 74, 0.045);
}

body.theme-brazino-hub .reviewhub-source-burger__group-label {
  margin: 0;
  padding: 2px 5px;
  color: #287544;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.theme-brazino-hub .reviewhub-source-burger__group-links {
  display: grid;
  gap: 2px;
}

body.theme-brazino-hub .reviewhub-source-burger__group-links a {
  min-height: 40px;
}

.theme-brazino-hub .bz-article-visual {
  position: relative;
  overflow: hidden;
  border-top: 10px solid var(--bz-amber);
}

.theme-brazino-hub .bz-article-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 32%, rgba(7, 138, 70, 0.08) 32% 35%, transparent 35% 65%, rgba(7, 138, 70, 0.08) 65% 68%, transparent 68%),
    linear-gradient(180deg, transparent 50%, rgba(7, 138, 70, 0.08) 50% 53%, transparent 53%);
  pointer-events: none;
}

.theme-brazino-hub .bz-article-visual__header,
.theme-brazino-hub .bz-article-visual__rows > div {
  position: relative;
  z-index: 1;
  color: var(--bz-muted);
  border-color: rgba(8, 36, 23, 0.12);
}

.theme-brazino-hub .bz-article-visual__rows > div i {
  background: linear-gradient(90deg, var(--bz-green), var(--bz-amber));
}

.theme-brazino-hub .bz-faq-list summary span,
.theme-brazino-hub .bz-editorial-trust__mark {
  color: #082417;
  background: var(--bz-amber);
  border-color: var(--bz-amber);
}

.theme-brazino-hub .site-footer {
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(90deg, rgba(255, 201, 40, 0.2), rgba(20, 184, 212, 0.14)),
    #092e20;
  border-top: 4px solid var(--bz-amber);
}

@media (max-width: 980px) {
  .theme-brazino-hub .bz-home-hero::after,
  .theme-brazino-hub .bz-article-hero::after {
    display: none;
  }

  .theme-brazino-hub .bz-home-visual {
    transform: none;
  }

  .theme-brazino-hub .bz-home-copy {
    padding: 34px;
  }
}

@media (max-width: 760px) {
  .theme-brazino-hub .bz-button--outline {
    color: var(--bz-text);
    background: #ffffff;
    border-color: rgba(8, 36, 23, 0.15);
  }

  .theme-brazino-hub .bz-home-copy {
    padding: 24px;
    border-radius: 18px;
  }

  .theme-brazino-hub .bz-topic-groups__grid {
    border: 0;
  }
}

@media (max-width: 520px) {
  .theme-brazino-hub .brand-mark--brazino {
    min-width: 0;
    padding-left: 42px;
  }

  .theme-brazino-hub .brand-mark--brazino::before {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .theme-brazino-hub .bz-home-hero h1,
  .theme-brazino-hub .bz-article-hero__copy h1 {
    text-shadow: 0 3px 0 rgba(5, 34, 21, 0.18);
  }
}
