html {
  overflow-x: hidden;
}

body.hs-page {
  /* Palette is locked to the source mockup: black header, warm yellow accents, red CTAs, dark graphite panels. */
  --c-bg: #121d24;
  --c-surface: #172229;
  --c-surface-2: #231b1b;
  --c-text: #fff4bf;
  --c-text-muted: #ffd51a;
  --c-accent: #ffd000;
  --c-btn: #f42b05;
  --c-btn-text: #fff4bf;
  --c-primary: #f42b05;
  --c-border: rgba(255, 208, 0, .18);
  --c-grad-start: #121d24;
  --c-grad-end: #172229;
  --hs-panel: #172229;
  --hs-card: #251b1d;
  --hs-line: rgba(244, 43, 5, .55);
  background-color: var(--c-bg);
  background-image:
    linear-gradient(135deg, rgba(255, 208, 0, .025) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255, 208, 0, .025) 25%, transparent 25%);
  background-size: 26px 26px;
  color: var(--c-text);
  overflow-x: hidden;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  padding-top: 58px;
}

html {
  scroll-padding-top: 68px;
}

.hs-page {
  --hs-banner-width: 1200px;
}

body.hs-page > section {
  margin-block-start: 0;
  margin-block-end: 0;
}

body.hs-page > section:first-of-type,
body.hs-page > section + section {
  margin-block-start: 20pt;
}

.hs-page .xb-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-page .xb-section-sm {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-page .xb-section-xs {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-page .xb-container {
  max-width: 1258px;
}

.h17_sroot {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  border-bottom: 1px solid rgba(255, 208, 0, .14);
  background: #050505;
  backdrop-filter: none;
}

.h17_sroot .xb-header {
  position: relative;
  top: auto;
  z-index: auto;
  border: 0;
  background: transparent;
}

.hs-header-inner {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 20px;
  height: 56px;
  min-height: 56px;
}

.hs-logo,
.hs-footer-logo {
  min-width: 116px;
}

.hs-logo-img {
  display: block;
  width: auto;
  height: 28px;
}

.hs-footer-logo .hs-logo-img {
  height: 24px;
}

.hs-header-badge {
  display: grid !important;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  width: 226px;
  height: 38px;
  padding: 5px 10px;
  border: 1px solid rgba(244, 43, 5, .72);
  border-radius: 8px;
  background: rgba(25, 14, 12, .88);
  box-shadow: inset 0 0 0 1px rgba(255, 208, 0, .06);
}

.hs-header-badge .h17_badge-shield {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff4bf;
  background: var(--c-btn);
  font-weight: 900;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1;
}

.hs-header-badge .h17_badge-content {
  min-width: 0;
}

.hs-header-badge .h17_badge-title,
.hs-header-badge .h17_badge-sub {
  color: #fff4bf;
  font-size: 10px;
  line-height: 1.15;
  white-space: nowrap;
}

.hs-header-badge .h17_badge-title {
  color: var(--c-btn);
  font-weight: 900;
  text-transform: uppercase;
}

.hs-header-badge .h17_badge-sub {
  color: var(--c-accent);
  font-size: 9px;
}

.h17_nav {
  justify-content: center;
  gap: 24px;
  min-width: 0;
}

.h17_cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.h17_cta-desktop {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.h17_cta-desktop .xb-btn,
.h17_mrow .xb-btn {
  height: 34px !important;
  min-height: 34px;
  padding: 0 18px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.h17_menu-btn {
  display: none !important;
  flex-shrink: 0;
}

.hs-hero {
  position: relative;
  width: min(calc(100% - 58px), var(--hs-banner-width));
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .36);
}

.hs-hero-img,
.hs-promo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-hero-img {
  object-position: center;
}

.hs-hero-app .hs-hero-img,
.hs-hero-index .hs-hero-img {
  object-position: right center;
}

.hs-hero-bonuses .hs-hero-img,
.hs-hero-betting .hs-hero-img {
  object-position: center;
}

.hs-hero-shade,
.hs-promo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 12, 8, .76) 0%, rgba(18, 12, 8, .5) 48%, rgba(18, 12, 8, .32) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .5));
}

.hs-promo-card[data-focus="left"] .hs-promo-img,
.hs-hero[data-focus="left"] .hs-hero-img {
  object-position: left center;
}

.hs-promo-card[data-focus="center"] .hs-promo-img,
.hs-hero[data-focus="center"] .hs-hero-img {
  object-position: center center;
}

.hs-promo-card[data-focus="right"] .hs-promo-img,
.hs-hero[data-focus="right"] .hs-hero-img {
  object-position: right center;
}

.hs-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 46px 34px;
  text-align: center;
  background: transparent;
}

.hs-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 18px;
  border: 1px solid var(--hs-line);
  border-radius: 999px;
  color: var(--c-btn);
  background: rgba(0, 0, 0, .28);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hs-h1 {
  max-width: 820px;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .78);
}

.hs-h1,
.hs-promo-title {
  color: #fff4bf;
}

.hs-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .78);
}

.hs-hero-actions,
.hs-app-buttons,
.hs-content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hs-hero-actions {
  justify-content: center;
}

.hs-hero-cta,
.hs-promo-cta,
.hs-content-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 26px;
  border-radius: 999px;
  background: var(--c-btn);
  color: #fff4bf;
  font-weight: 900;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.hs-cta-bonus,
.hs-promo-cta {
  background: var(--c-btn);
  color: #fff4bf;
}

.hs-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 236px;
  min-height: 58px;
  padding: 10px 24px;
  border: 1px solid var(--c-btn);
  border-radius: 999px;
  background: var(--c-btn);
  color: #fff;
  font-size: 14px;
  line-height: 1.08;
  font-weight: 800;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  box-shadow: 0 10px 24px rgba(244, 43, 5, .24);
}

.hs-store-btn span {
  display: block;
  text-align: left;
}

.hs-store-btn strong {
  font-size: 16px;
}

.hs-content-cta {
  min-width: 230px;
  line-height: 1.15;
}

.hs-download-btn {
  gap: 10px;
  text-align: left;
}

.hs-download-btn::before {
  content: "";
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hs-download-ios::before {
  background-image: url("../img/icons/icon-apple.svg");
}

.hs-download-android::before {
  background-image: url("../img/icons/icon-android.svg");
}

.hs-store-btn.hs-download-btn > svg {
  display: none;
}

.hs-store-btn.hs-download-btn::before {
  flex-basis: 21px;
  width: 21px;
  height: 21px;
  filter: brightness(0) invert(1);
}

.hs-section .hs-section-inner {
  width: 100%;
  max-width: var(--hs-banner-width);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hs-faq-section .hs-section-inner {
  max-width: var(--hs-banner-width);
}

.hs-h2 {
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #fff4bf;
}

.hs-h3 {
  margin-top: 14px;
  margin-bottom: 8px;
  letter-spacing: 0;
  color: var(--c-accent);
}

.hs-p {
  margin: 0 0 16px;
  color: var(--c-text-muted);
  font-size: 16px;
  line-height: 1.72;
}

.hs-p:last-child {
  margin-bottom: 0;
}

.hs-list {
  display: grid;
  gap: 10px;
  margin: 8px 0 12px;
  padding: 0;
  list-style: none;
}

.hs-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(244, 43, 5, .28);
  border-radius: 8px;
  background: #251b1d;
  color: var(--c-text-muted);
  line-height: 1.55;
}

.hs-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-btn);
  box-shadow: 0 0 0 5px rgba(244, 43, 5, .18);
}

.hs-offer-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 12px;
}

.hs-two-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 12px;
}

.hs-four-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 12px;
}

.hs-offer-card {
  grid-column: span 2;
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(244, 43, 5, .34);
  border-radius: 8px;
  background: #251b1d;
}

.hs-offer-card:nth-child(4),
.hs-offer-card:nth-child(5) {
  grid-column: span 3;
}

.hs-two-card-grid .hs-offer-card,
.hs-four-card-grid .hs-offer-card {
  grid-column: auto;
}

.hs-offer-card .hs-h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--c-accent);
}

.hs-offer-card .hs-p {
  font-size: 13px;
  line-height: 1.55;
}

.hs-analyst-note {
  margin-bottom: 10px;
  color: var(--c-accent);
  font-size: 18px;
  font-style: italic;
  font-weight: 1000;
  line-height: 1.6;
}

.hs-author-line::before {
  content: none;
}

.hs-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0;
  border: 1px solid rgba(244, 43, 5, .48);
  border-radius: 8px;
  background: #251b1d;
}

.hs-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
}

.hs-table th,
.hs-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(244, 43, 5, .14);
  border-right: 1px solid rgba(244, 43, 5, .18);
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.hs-table th {
  color: #100b09;
  background: #d92700;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.hs-table td {
  color: var(--c-text-muted);
}

.hs-table tbody tr:nth-child(odd) td {
  background: #251b1d;
}

.hs-table tbody tr:nth-child(even) td {
  background: #30211f;
}

.hs-table td:first-child {
  color: #fff4bf;
  font-weight: 800;
}

.hs-table tr:last-child td {
  border-bottom: 0;
}

.hs-table th:last-child,
.hs-table td:last-child {
  border-right: 0;
}

.hs-banner-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-promo-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--hs-banner-width);
  margin: 0 auto;
  aspect-ratio: var(--promo-ratio, 4.03) / 1;
  overflow: hidden;
  border: 1px solid rgba(244, 43, 5, .7);
  border-radius: 8px;
  background: #251b1d;
}

.hs-promo-img {
  object-position: right center;
}

.hs-promo-card-app .hs-promo-img {
  object-position: right center;
}

.hs-promo-content {
  position: relative;
  z-index: 2;
  max-width: 590px;
  padding: 22px 34px;
  text-align: left;
}

.hs-promo-title {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hs-promo-amount {
  margin: 8px 0 0;
  color: var(--c-accent);
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.12;
  font-weight: 900;
}

.hs-promo-copy {
  margin: 8px 0 0;
  color: var(--c-text-muted);
  font-size: 14px;
  line-height: 1.42;
}

.hs-promo-cta {
  min-height: 44px;
  margin-top: 10px;
  padding: 12px 24px;
  align-self: flex-start;
  font-size: 14px;
}

.hs-content-actions {
  margin-top: 14px;
}

.hs-content-cta {
  min-height: 44px;
  padding: 11px 22px;
  border: 1px solid var(--c-btn);
}

.hs-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hs-faq-item {
  padding: 22px;
  border: 1px solid rgba(244, 43, 5, .28);
  border-radius: 8px;
  background: #251b1d;
}

.hs-faq-item summary {
  position: relative;
  display: block;
  margin: 0;
  padding-right: 34px;
  color: #fff4bf;
  cursor: pointer;
  list-style: none;
}

.hs-faq-item summary::-webkit-details-marker {
  display: none;
}

.hs-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(244, 43, 5, .7);
  border-radius: 50%;
  color: var(--c-btn);
  font-size: 18px;
  line-height: 1;
}

.hs-faq-item[open] summary::after {
  content: "-";
}

.hs-faq-item summary:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 4px;
  border-radius: 6px;
}

.hs-faq-item .hs-p {
  margin-top: 14px;
}

.hs-reviews-section .hs-section-inner {
  max-width: var(--hs-banner-width);
}

.hs-review-heading {
  max-width: 680px;
  margin: 0 0 18px;
  text-align: left;
}

.hs-review-heading .hs-p {
  color: var(--c-accent);
}

.hs-review-eyebrow {
  margin-bottom: 6px;
  color: var(--c-primary);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hs-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
}

.hs-review-card {
  --review-accent: var(--c-primary);
  --review-bg: #43241e;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 100%;
  padding: 28px 24px 24px;
  border: 1px solid rgba(244, 43, 5, .12);
  border-radius: 8px;
  background: var(--review-bg);
  color: var(--c-text);
  text-align: center;
}

.hs-review-card:nth-child(2) {
  --review-accent: #9a62ff;
  --review-bg: #32243a;
}

.hs-review-card:nth-child(3) {
  --review-accent: #24d69a;
  --review-bg: #243129;
}

.hs-review-card::before {
  content: "RC";
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 8px;
  border: 2px solid var(--review-accent);
  border-radius: 50%;
  color: var(--review-accent);
  font-size: 18px;
  font-weight: 1000;
}

.hs-review-card:nth-child(2)::before {
  content: "ML";
}

.hs-review-card:nth-child(3)::before {
  content: "DM";
}

.hs-review-top {
  display: contents;
}

.hs-review-top > div {
  display: contents;
}

.hs-review-name {
  color: var(--c-text);
  font-size: 15px;
  font-weight: 900;
}

.hs-review-meta {
  color: var(--review-accent);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
}

.hs-review-card:nth-child(1) .hs-review-meta {
  font-size: 0;
}

.hs-review-card:nth-child(1) .hs-review-meta::after {
  content: "Analista senior de iGaming";
  font-size: 11px;
}

.hs-review-card:nth-child(2) .hs-review-meta {
  font-size: 0;
}

.hs-review-card:nth-child(2) .hs-review-meta::after {
  content: "Especialista en pagos y KYC";
  font-size: 11px;
}

.hs-review-card:nth-child(3) .hs-review-meta {
  font-size: 0;
}

.hs-review-card:nth-child(3) .hs-review-meta::after {
  content: "Revisor de experiencia movil";
  font-size: 11px;
}

.hs-review-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  color: var(--review-accent);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.hs-rating-line {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.hs-review-rating::after {
  content: attr(data-stars) "\A Veredicto general";
  display: block;
  margin-top: 3px;
  color: var(--c-accent);
  font-size: 11px;
  line-height: 1.25;
  white-space: pre;
}

.hs-review-quote {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 208, 0, .14);
  color: var(--c-accent);
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
  text-align: left;
}

.hs-review-bars {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
}

.hs-review-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  color: var(--c-accent);
  font-size: 11px;
  font-weight: 800;
  text-align: left;
}

.hs-review-bar::after {
  content: "";
  grid-column: 1 / -1;
  height: 5px;
  margin-top: -4px;
  border-radius: 99px;
  background:
    linear-gradient(90deg, var(--review-accent) 0 var(--score), rgba(255, 244, 191, .16) var(--score) 100%);
}

.hs-review-bar strong {
  color: var(--c-text);
  font-size: 11px;
}

.hs-trust {
  border-top: 1px solid rgba(244, 43, 5, .22);
  border-bottom: 1px solid rgba(244, 43, 5, .22);
  background: #10181e;
}

.hs-trust .xb-container {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
}

.hs-trust-label {
  color: var(--c-accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
}

.hs-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.hs-trust-tile {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(244, 43, 5, .28);
  border-radius: 8px;
  background: #251b1d;
  color: var(--c-text);
  font-weight: 800;
  text-align: center;
}

.hs-footer {
  text-align: center;
}

.hs-footer .se21-nav-primary,
.hs-footer .se21-nav-legal {
  margin-bottom: 14px;
}

.hs-footer-legal {
  max-width: 940px;
  margin: 22px auto 18px;
  color: var(--c-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.hs-service-section {
  padding-top: 24px;
}

.hs-service-h1 {
  margin-bottom: 14px;
  letter-spacing: 0;
}

.hs-page .xb-logo-text,
.hs-page .xb-nav-link,
.hs-page .xb-footer-link {
  color: #fff4bf;
}

.hs-page .h17_nav .xb-nav-link {
  color: var(--c-accent);
  font-weight: 800;
}

.hs-page .h17_nav .xb-nav-link:hover,
.hs-page .xb-footer-link:hover {
  color: #fff4bf;
  background: rgba(244, 43, 5, .12);
}

.hs-page .xb-btn-accent,
.hs-page .xb-btn-ghost {
  border: 1px solid var(--c-btn);
  background: var(--c-btn);
  color: #fff4bf;
  box-shadow: none;
}

.hs-page .xb-btn-ghost {
  background: transparent;
  color: var(--c-btn);
}

.hs-page .xb-btn-accent:hover,
.hs-page .xb-btn-ghost:hover,
.hs-hero-cta:hover,
.hs-promo-cta:hover,
.hs-content-cta:hover,
.hs-store-btn:hover {
  border-color: #ffcf00;
  background: #ffcf00;
  color: #100b09;
  filter: none;
}

.hs-page .xb-mobile-nav {
  border-bottom: 1px solid rgba(244, 43, 5, .26);
  background: #050505;
}

.hs-page .xb-mobile-nav .xb-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hs-page .xb-mobile-nav .h17_mnav {
  align-items: center;
  width: 100%;
}

.hs-page .xb-mobile-nav .h17_mrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: auto;
  margin-inline: auto;
}

.hs-page .xb-mobile-nav .h17_mbtn {
  flex: 0 0 auto;
}

.hs-page .h17_menu-btn {
  color: var(--c-accent);
}

.hs-footer {
  background: #050505;
  margin-top: 20pt;
  padding: 0;
}

.hs-trust {
  display: none;
}

.hs-footer {
  border-top: 1px solid rgba(255, 208, 0, .12);
  background: #050505;
  margin-top: 20pt;
  padding: 0;
  text-align: center;
}

.hs-footer .xb-container {
  max-width: 760px;
  padding-top: 15pt;
  padding-bottom: 26px;
}

.hs-footer .se21-logo-wrap {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hs-footer .se21-logo-wrap::after {
  content: "Guia independiente de HellSpin Chile: clara, honesta y siempre del lado del jugador.";
  max-width: 420px;
  color: var(--c-accent);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.hs-footer-logo {
  justify-content: center;
  min-width: 0;
}

.hs-footer .se21-nav-primary {
  display: none;
}

.hs-footer .se21-nav-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 auto 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 244, 191, .13);
}

.hs-footer .se21-nav-legal .xb-footer-link {
  color: var(--c-accent);
  font-size: 12px;
  font-weight: 800;
}

.hs-footer .se21-nav-legal .xb-footer-link + .xb-footer-link::before {
  content: ".";
  margin: 0 14px;
  color: rgba(255, 244, 191, .55);
}

.hs-footer-legal {
  max-width: 640px;
  margin: 0 auto 16px;
  color: rgba(255, 208, 0, .78);
  font-size: 11px;
  line-height: 1.55;
}

.hs-footer .se21-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--c-accent);
  font-size: 11px;
  font-weight: 800;
}

.hs-footer .se21-bottom span:nth-child(1) {
  order: 1;
}

.hs-footer .se21-bottom .se21-bottom-sep:nth-child(2) {
  order: 2;
}

.hs-footer .se21-bottom span:nth-child(5) {
  order: 3;
}

.hs-footer .se21-bottom .se21-bottom-sep:nth-child(4) {
  order: 4;
}

.hs-footer .se21-bottom span:nth-child(3) {
  order: 5;
  padding: 2px 7px;
  border: 1px solid rgba(255, 208, 0, .28);
  border-radius: 4px;
}

.hs-footer .se21-bottom-sep {
  width: auto;
  height: auto;
  background: transparent;
}

.hs-footer .se21-bottom-sep::before {
  content: ".";
  color: rgba(255, 244, 191, .55);
}

@media (max-width: 900px) {
  .hs-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    height: 56px;
  }

  .hs-logo {
    min-width: 104px;
  }

  .hs-header-badge {
    display: none !important;
  }

  .hs-hero {
    width: min(calc(100% - 40px), var(--hs-banner-width));
  }

  .h17_nav,
  .h17_cta-desktop,
  .hs-page .h17_cta .h17_cta-desktop,
  body.hs-page .h17_cta-desktop {
    display: none !important;
  }

  .h17_menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 208, 0, .28);
    border-radius: 8px;
    color: var(--c-accent);
  }

  .hs-hero-shade,
  .hs-promo-shade {
    background:
      linear-gradient(90deg, rgba(18,12,8,.96) 0%, rgba(18,12,8,.82) 48%, rgba(18,12,8,.28) 100%),
      linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.42));
  }

  .hs-trust .xb-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .hs-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .hs-header-badge {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .h17_nav {
    display: flex !important;
  }

  .h17_cta-desktop,
  .hs-page .h17_cta .h17_cta-desktop,
  body.hs-page .h17_cta-desktop {
    display: flex !important;
  }

  .h17_menu-btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hs-hero {
    aspect-ratio: 1.55 / 1;
  }

  .hs-hero-app {
    aspect-ratio: 1 / 1;
    min-height: 560px;
  }

  .hs-promo-card {
    aspect-ratio: 2.05 / 1;
  }

  .hs-offer-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-two-card-grid {
    grid-template-columns: 1fr;
  }

  .hs-four-card-grid {
    grid-template-columns: 1fr;
  }

  .hs-offer-card,
  .hs-offer-card:nth-child(4),
  .hs-offer-card:nth-child(5) {
    grid-column: auto;
  }

  .hs-hero-img,
  .hs-promo-img {
    object-position: right center;
  }

  .hs-hero-content {
    max-width: 70%;
    margin: 0;
    padding: 16px 18px;
    text-align: left;
    background: transparent;
  }

  .hs-hero-app .hs-hero-content {
    padding: 18px 20px;
  }

  .hs-h1 {
    font-size: clamp(24px, 5.8vw, 34px);
    line-height: 1.06;
  }

  .hs-section .hs-h2 {
    font-size: clamp(21px, 3.8vw, 27px);
    line-height: 1.1;
  }

  .hs-lead {
    margin-top: 8px;
    font-size: clamp(12.5px, 2.35vw, 15px);
    line-height: 1.35;
  }

  .hs-eyebrow {
    min-height: 22px;
    margin-bottom: 8px;
    padding: 3px 8px;
    font-size: clamp(8px, 1.7vw, 10px);
  }

  .hs-hero-actions,
  .hs-app-buttons,
  .hs-content-actions {
    gap: 8px;
    margin-top: 10px;
    justify-content: flex-start;
  }

  .hs-hero-app .hs-app-buttons {
    gap: 8px;
    margin-top: 12px;
  }

  .hs-hero-cta,
  .hs-promo-cta,
  .hs-content-cta {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 13px;
  }

  .hs-section .hs-section-inner {
    padding: 0;
  }

  .hs-list li {
    gap: 12px;
    padding: 11px 12px;
  }

  .hs-list li::before {
    width: 6px;
    height: 6px;
    box-shadow: none;
  }

  .hs-promo-content {
    max-width: 70%;
    padding: 14px 18px;
  }

  .hs-promo-title {
    font-size: clamp(22px, 4.6vw, 30px);
    line-height: 1.08;
  }

  .hs-promo-amount {
    margin-top: 6px;
    font-size: clamp(21px, 4.35vw, 28px);
    line-height: 1.08;
  }

  .hs-promo-copy {
    margin-top: 6px;
    font-size: clamp(14px, 2.7vw, 16px);
    line-height: 1.35;
  }

  .hs-promo-cta {
    margin-top: 9px;
    align-self: flex-start;
  }

  .hs-faq-grid {
    grid-template-columns: 1fr;
  }

  .hs-review-grid {
    grid-template-columns: 1fr;
  }

  .hs-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-trust-tile:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(220px, 100%);
  }

  .hs-store-btn {
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-start;
    min-width: 0;
    min-height: 52px;
    padding: 12px 22px;
    font-size: 13px;
    line-height: 1.08;
  }

  .hs-store-btn strong {
    font-size: 14px;
  }

  .hs-store-btn.hs-download-btn::before {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .hs-offer-card-grid {
    grid-template-columns: 1fr;
  }

  .hs-hero {
    width: calc(100% - 32px);
    aspect-ratio: .86 / 1;
  }

  .hs-hero-app {
    aspect-ratio: .72 / 1;
    min-height: 560px;
  }

  .hs-promo-card {
    aspect-ratio: .84 / 1;
  }

  .hs-hero-content,
  .hs-promo-content {
    max-width: 88%;
    padding: 13px 15px;
  }

  .hs-hero-app .hs-hero-content {
    max-width: 90%;
    padding: 15px 14px;
  }

  .hs-hero-app .hs-h1 {
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.06;
  }

  .hs-hero-app .hs-lead {
    font-size: 13px;
    line-height: 1.28;
  }

  .hs-h1 {
    font-size: clamp(23px, 6.9vw, 31px);
    line-height: 1.06;
  }

  .hs-section .hs-h2 {
    font-size: clamp(20px, 5.3vw, 25px);
    line-height: 1.12;
  }

  .hs-eyebrow {
    min-height: 0;
    margin-bottom: 6px;
    padding: 3px 7px;
    font-size: 8px;
  }

  .hs-lead {
    display: block;
    margin-top: 6px;
    font-size: 13.5px;
    line-height: 1.32;
  }

  .hs-promo-copy {
    display: block;
    margin-top: 5px;
    font-size: 13.5px;
    line-height: 1.32;
  }

  .hs-promo-title {
    font-size: clamp(21px, 6.2vw, 27px);
    line-height: 1.08;
  }

  .hs-promo-amount {
    margin-top: 4px;
    font-size: clamp(20px, 5.8vw, 26px);
    line-height: 1.08;
  }

  .hs-hero-actions,
  .hs-app-buttons,
  .hs-content-actions {
    width: 100%;
    gap: 7px;
    margin-top: 9px;
    justify-content: flex-start;
  }

  .hs-hero-app .hs-app-buttons {
    gap: 8px;
    margin-top: 10px;
  }

  .hs-hero-cta,
  .hs-promo-cta,
  .hs-content-cta {
    width: auto;
  }

  .hs-promo-cta {
    min-height: 42px;
    margin-top: 8px;
    padding: 11px 20px;
    font-size: 13px;
    align-self: flex-start;
  }

  .hs-hero-cta {
    width: auto;
    min-height: 42px;
    padding: 11px 20px;
    font-size: 13px;
  }

  .hs-store-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    min-height: 48px;
    padding: 10px 14px;
    font-size: 12px;
    gap: 8px;
    justify-content: flex-start;
  }

  .hs-hero-app .hs-store-btn {
    max-width: 100%;
  }

  .hs-store-btn.hs-download-btn::before {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  .hs-promo-card-first-deposit .hs-promo-img {
    object-position: 78% center;
  }

  .hs-table {
    min-width: 680px;
  }
}

@media (min-width: 481px) and (max-width: 900px) {
  .hs-hero {
    aspect-ratio: 1.55 / 1;
  }

  .hs-hero-app {
    aspect-ratio: 1 / 1;
    min-height: 560px;
  }

  .hs-promo-card {
    aspect-ratio: 2.05 / 1;
  }

  .hs-hero-content {
    max-width: 70%;
    padding: 16px 18px;
    text-align: left;
  }

  .hs-h1 {
    font-size: clamp(26px, 4.9vw, 36px);
    line-height: 1.06;
  }

  .hs-section .hs-h2 {
    font-size: clamp(22px, 3.35vw, 28px);
    line-height: 1.1;
  }

  .hs-lead {
    margin-top: 8px;
    font-size: clamp(14.5px, 2.3vw, 17px);
    line-height: 1.35;
  }

  .hs-eyebrow {
    min-height: 22px;
    margin-bottom: 8px;
    padding: 3px 8px;
    font-size: clamp(8px, 1.3vw, 10px);
  }

  .hs-hero-actions,
  .hs-app-buttons,
  .hs-content-actions {
    gap: 8px;
    margin-top: 10px;
    justify-content: flex-start;
  }

  .hs-hero-cta,
  .hs-promo-cta,
  .hs-content-cta {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 13px;
  }

  .hs-promo-content {
    max-width: 70%;
    padding: 14px 18px;
  }

  .hs-promo-title {
    font-size: clamp(22px, 3.7vw, 30px);
    line-height: 1.08;
  }

  .hs-promo-amount {
    margin-top: 6px;
    font-size: clamp(21px, 3.4vw, 28px);
    line-height: 1.08;
  }

  .hs-promo-copy {
    margin-top: 6px;
    font-size: clamp(14px, 2.25vw, 16px);
    line-height: 1.35;
  }

  .hs-promo-cta {
    margin-top: 9px;
    align-self: flex-start;
  }

  .hs-store-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    min-height: 52px;
    padding: 12px 22px;
    font-size: 13px;
    line-height: 1.08;
    justify-content: flex-start;
  }

  .hs-store-btn strong {
    font-size: 14px;
  }

  .hs-store-btn.hs-download-btn::before {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .hs-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .hs-header-badge {
    display: none !important;
  }

  .hs-hero {
    aspect-ratio: 1.82 / 1;
  }

  .hs-promo-card {
    aspect-ratio: 3.55 / 1;
  }

  .hs-hero-content {
    padding: 28px 28px;
  }

  .hs-h1 {
    font-size: clamp(30px, 4.2vw, 44px);
    line-height: 1.05;
  }

  .hs-lead {
    margin-top: 14px;
    font-size: clamp(14px, 1.55vw, 18px);
    line-height: 1.5;
  }

  .hs-eyebrow {
    margin-bottom: 12px;
  }

  .hs-hero-actions,
  .hs-app-buttons {
    margin-top: 16px;
  }

  .hs-hero-cta,
  .hs-promo-cta {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 13px;
  }

  .hs-promo-content {
    padding: 18px 28px;
  }

  .hs-promo-title {
    font-size: clamp(22px, 2.35vw, 30px);
    line-height: 1.08;
  }

  .hs-promo-amount {
    font-size: clamp(21px, 2.45vw, 30px);
    line-height: 1.08;
  }
}
