.snx-hub-page {
  --snx-bg: #f7f9fc;
  --snx-card: #ffffff;
  --snx-text: #102033;
  --snx-muted: #66758a;
  --snx-line: rgba(16, 32, 51, 0.1);
  --snx-primary: #176bff;
  --snx-primary-dark: #0d4fd1;
  --snx-soft: #eef5ff;
  --snx-green: #13a66b;
  --snx-yellow: #ffca3a;
  background: var(--snx-bg);
  color: var(--snx-text);
  overflow: hidden;
}

.snx-hub-page * {
  box-sizing: border-box;
}

.snx-hub-page a {
  color: inherit;
  text-decoration: none;
}

.snx-hub-page img {
  max-width: 100%;
  display: block;
}

.snx-hub-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.snx-hub-hero {
  position: relative;
  padding: 34px 0 46px;
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 107, 255, 0.22), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(19, 166, 107, 0.18), transparent 32%),
    linear-gradient(135deg, #eef5ff 0%, #f8fbff 52%, #ffffff 100%);
  border-bottom: 1px solid var(--snx-line);
}

.snx-hub-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 14px;
  color: var(--snx-muted);
  white-space: nowrap;
  overflow-x: auto;
}

.snx-hub-breadcrumb a {
  color: #255aa8;
  font-weight: 700;
}

.snx-hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: stretch;
}

.snx-hub-hero-copy,
.snx-hub-hero-panel,
.snx-hub-featured-card,
.snx-hub-app-card,
.snx-hub-info-grid article,
.snx-hub-compare article,
.snx-hub-faq details,
.snx-hub-cta-card {
  border: 1px solid var(--snx-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(24, 45, 80, 0.08);
  border-radius: 24px;
}

.snx-hub-hero-copy {
  padding: 34px;
}

.snx-hub-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 107, 255, 0.1);
  color: var(--snx-primary);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.snx-hub-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  margin: 0 0 18px;
}

.snx-hub-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--snx-muted);
  margin: 0;
  max-width: 760px;
}

.snx-hub-hero-actions,
.snx-hub-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.snx-hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.snx-hub-btn:hover {
  transform: translateY(-1px);
}

.snx-hub-btn--primary {
  background: var(--snx-primary);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(23, 107, 255, 0.24);
}

.snx-hub-btn--primary:hover {
  background: var(--snx-primary-dark);
}

.snx-hub-btn--ghost {
  background: #fff;
  color: var(--snx-text);
  border-color: var(--snx-line);
}

.snx-hub-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.snx-hub-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--snx-line);
  color: var(--snx-muted);
  font-size: 13px;
  font-weight: 750;
}

.snx-hub-hero-panel {
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.snx-hub-panel-title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 16px;
}

.snx-hub-stat-list {
  display: grid;
  gap: 12px;
}

.snx-hub-stat {
  padding: 16px;
  border-radius: 18px;
  background: var(--snx-soft);
  border: 1px solid rgba(23, 107, 255, 0.08);
}

.snx-hub-stat strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.snx-hub-stat span {
  display: block;
  color: var(--snx-muted);
  font-size: 14px;
  line-height: 1.5;
}

.snx-hub-section {
  padding: 54px 0;
}

.snx-hub-section--tight {
  padding-top: 38px;
}

.snx-hub-section--soft {
  background: #fff;
  border-top: 1px solid var(--snx-line);
  border-bottom: 1px solid var(--snx-line);
}

.snx-hub-section-head {
  max-width: 800px;
  margin-bottom: 24px;
}

.snx-hub-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.snx-hub-section-head p {
  margin: 0;
  color: var(--snx-muted);
  font-size: 17px;
  line-height: 1.65;
}

.snx-hub-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.snx-hub-featured-card {
  overflow: hidden;
}

.snx-hub-featured-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #edf3fb;
  overflow: hidden;
}

.snx-hub-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snx-hub-featured-body {
  padding: 18px;
}

.snx-hub-featured-body span,
.snx-hub-badge {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(19, 166, 107, 0.1);
  color: var(--snx-green);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 10px;
}

.snx-hub-featured-body h3,
.snx-hub-app-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.snx-hub-featured-body p,
.snx-hub-app-body p {
  margin: 0;
  color: var(--snx-muted);
  line-height: 1.58;
  font-size: 14.5px;
}

.snx-hub-card-actions,
.snx-hub-mini-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.snx-hub-card-actions a,
.snx-hub-card-actions button,
.snx-hub-mini-actions a,
.snx-hub-mini-actions button {
  appearance: none;
  border: 0;
  cursor: pointer;
  min-height: 38px;
  border-radius: 12px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.snx-hub-card-actions a,
.snx-hub-mini-actions a {
  background: #eef3fb;
  color: var(--snx-text);
}

.snx-hub-card-actions button:first-of-type,
.snx-hub-mini-actions button:first-of-type {
  background: var(--snx-primary);
  color: #fff;
}

.snx-hub-card-actions button:last-of-type,
.snx-hub-mini-actions button:last-of-type {
  background: #101f33;
  color: #fff;
}

.snx-hub-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.snx-hub-app-card {
  overflow: hidden;
}

.snx-hub-app-thumb {
  display: block;
  aspect-ratio: 1 / 0.78;
  background: #edf3fb;
  overflow: hidden;
}

.snx-hub-app-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snx-hub-app-body {
  padding: 16px;
}

.snx-hub-badge {
  margin-bottom: 9px;
  background: rgba(255, 202, 58, 0.2);
  color: #8a5a00;
}

.snx-hub-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.snx-hub-info-grid article,
.snx-hub-compare article {
  padding: 22px;
}

.snx-hub-info-grid h3,
.snx-hub-compare h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.snx-hub-info-grid p,
.snx-hub-compare p {
  margin: 0;
  color: var(--snx-muted);
  line-height: 1.65;
}

.snx-hub-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.snx-hub-faq {
  display: grid;
  gap: 12px;
}

.snx-hub-faq details {
  padding: 18px 20px;
}

.snx-hub-faq summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 17px;
}

.snx-hub-faq p {
  margin: 12px 0 0;
  color: var(--snx-muted);
  line-height: 1.65;
}

.snx-hub-cta {
  padding: 40px 0 64px;
}

.snx-hub-cta-card {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background:
    radial-gradient(circle at 10% 0%, rgba(23, 107, 255, 0.14), transparent 30%),
    #ffffff;
}

.snx-hub-cta-card h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
}

.snx-hub-cta-card p {
  margin: 0;
  color: var(--snx-muted);
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .snx-hub-hero-grid,
  .snx-hub-cta-card {
    grid-template-columns: 1fr;
  }

  .snx-hub-featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .snx-hub-app-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .snx-hub-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .snx-hub-shell {
    width: min(100% - 22px, 1180px);
  }

  .snx-hub-hero {
    padding: 22px 0 32px;
  }

  .snx-hub-hero-copy,
  .snx-hub-hero-panel,
  .snx-hub-cta-card {
    border-radius: 20px;
    padding: 22px;
  }

  .snx-hub-hero h1 {
    font-size: 34px;
  }

  .snx-hub-hero p {
    font-size: 16px;
  }

  .snx-hub-featured-grid,
  .snx-hub-app-grid,
  .snx-hub-compare {
    grid-template-columns: 1fr;
  }

  .snx-hub-section {
    padding: 38px 0;
  }

  .snx-hub-card-actions,
  .snx-hub-mini-actions {
    grid-template-columns: 1fr;
  }

  .snx-hub-btn {
    width: 100%;
  }

  .snx-hub-cta-actions {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .snx-hub-hero h1 {
    font-size: 30px;
  }

  .snx-hub-app-body,
  .snx-hub-featured-body {
    padding: 14px;
  }
}
.snx-hub-page--pix .snx-hub-kicker {
  background: rgba(19, 166, 107, 0.12);
  color: #0d8c58;
}

.snx-hub-page--pix .snx-hub-hero {
  background:
    radial-gradient(circle at 12% 0%, rgba(19, 166, 107, 0.22), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(23, 107, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #eefbf5 0%, #f8fbff 52%, #ffffff 100%);
}
.snx-hub-page--guides .snx-hub-kicker {
  background: rgba(23, 107, 255, 0.1);
  color: #176bff;
}

.snx-hub-page--guides .snx-hub-hero {
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 107, 255, 0.2), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(19, 166, 107, 0.14), transparent 32%),
    linear-gradient(135deg, #eef5ff 0%, #f8fbff 52%, #ffffff 100%);
}

.snx-hub-page--guides .snx-hub-featured-card {
  min-height: 100%;
}

.snx-hub-page--guides .snx-hub-featured-body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.snx-hub-page--guides .snx-hub-card-actions {
  margin-top: auto;
}
.snx-hub-page--saque .snx-hub-kicker {
  background: rgba(255, 202, 58, 0.18);
  color: #946200;
}

.snx-hub-page--saque .snx-hub-hero {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 202, 58, 0.22), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(23, 107, 255, 0.15), transparent 32%),
    linear-gradient(135deg, #fff8e7 0%, #f8fbff 52%, #ffffff 100%);
}
.snx-hub-page--bonus .snx-hub-kicker {
  background: rgba(255, 202, 58, 0.18);
  color: #946200;
}

.snx-hub-page--bonus .snx-hub-hero {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 202, 58, 0.23), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(19, 166, 107, 0.14), transparent 32%),
    linear-gradient(135deg, #fff8e7 0%, #f8fbff 52%, #ffffff 100%);
}
.snx-hub-page--cassinos .snx-hub-kicker {
  background: rgba(23, 107, 255, 0.12);
  color: #176bff;
}

.snx-hub-page--cassinos .snx-hub-hero {
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 107, 255, 0.2), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(255, 202, 58, 0.16), transparent 32%),
    linear-gradient(135deg, #eef5ff 0%, #f8fbff 52%, #ffffff 100%);
}