*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.bx-app {
  margin: 0;
  font-family: ui-sans-serif, system-ui, Roboto, "Helvetica Neue", sans-serif;
  background: linear-gradient(135deg, #05070d 0%, #0b0f1a 40%, #111827 100%);
  color: #e5e7eb;
  min-height: 100dvh;
  overflow-x: hidden;
}

.bx-skip {
  position: absolute;
  left: -9999px;
  background: #6d28d9;
  color: #fff;
  padding: 0.65rem 1rem;
  z-index: 1000;
}

.bx-skip:focus {
  left: 1rem;
  top: 1rem;
}

.bx-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 7, 13, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(109, 40, 217, 0.25);
}

.bx-bar__in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.bx-wordmark {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.06em;
  background: linear-gradient(270deg, #22d3ee, #facc15);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bx-wordmark--foot {
  font-size: 1.05rem;
}

.bx-pills {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.bx-pills a {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.bx-pills a:hover,
.bx-pills a:focus-visible {
  color: #f97316;
  outline: none;
}

.bx-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  color: #0b0f1a;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bx-pill--fire {
  background: linear-gradient(90deg, #f97316, #db2777, #6d28d9);
  color: #fff;
  box-shadow: 0 0 26px rgba(109, 40, 217, 0.45);
}

.bx-pill--fire:hover,
.bx-pill--fire:focus-visible {
  transform: scale(1.05);
  box-shadow: 0 0 38px rgba(34, 211, 238, 0.45);
  outline: none;
}

.bx-pill--big {
  padding: 0.85rem 1.75rem;
}

.bx-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 3rem;
  display: grid;
  gap: 3.5rem;
}

.bx-tile--wide,
.bx-tile--stack {
  padding: 0 1.25rem;
}

.bx-hero-img {
  position: relative;
  width: 100%;
}

.bx-hero-img img {
  display: block;
  width: 100%;
  height: auto;
}

.bx-hero-img__shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(109, 40, 217, 0.15), rgba(5, 7, 13, 0.55));
  pointer-events: none;
}

.bx-hero-img__cta {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.bx-frost {
  max-width: 560px;
  padding: 1.6rem 1.8rem;
  border-radius: 20px;
  backdrop-filter: blur(22px);
  background: rgba(17, 24, 39, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.bx-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.28rem, 3.6vw, 1.95rem);
  line-height: 1.2;
  color: #fff;
}

.bx-h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.22rem, 2.6vw, 1.6rem);
  color: #facc15;
}

.bx-sub,
.bx-note {
  margin: 0 0 1rem;
  color: #cbd5e1;
  line-height: 1.55;
}

.bx-scroller {
  overflow-x: auto;
  padding-bottom: 0.4rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.bx-scroller__inner {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  padding: 0.25rem 0;
}

.bx-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 128px;
  text-decoration: none;
  color: #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #111827;
  border: 1px solid rgba(250, 204, 21, 0.18);
  transition: transform 0.2s ease;
}

.bx-chip:hover,
.bx-chip:focus-visible {
  transform: translateY(-4px) scale(1.02);
  outline: none;
}

.bx-chip img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.bx-chip span {
  display: block;
  padding: 0.4rem 0.45rem;
  font-size: 0.76rem;
  text-align: center;
  color: #cbd5e1;
}

.bx-table-shell {
  overflow-x: auto;
  margin: 1.25rem 0;
  border-radius: 16px;
  border: 1px solid rgba(34, 211, 238, 0.15);
}

.bx-sheet {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: rgba(11, 15, 26, 0.55);
}

.bx-sheet__title {
  caption-side: top;
  text-align: left;
  padding: 0.65rem 0.85rem;
  font-weight: 800;
  color: #22d3ee;
}

.bx-sheet th,
.bx-sheet td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.bx-sheet th {
  background: rgba(109, 40, 217, 0.22);
  color: #fff;
}

.bx-faqblock {
  margin-top: 2.5rem;
}

.bx-faqlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bx-faqlist__q {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #f97316;
}

.bx-faqlist__a {
  margin: 0 0 1rem;
  color: #cbd5e1;
  line-height: 1.55;
}

.bx-end {
  padding: 2.5rem 1.25rem;
  background: #05070d;
  border-top: 1px solid rgba(109, 40, 217, 0.2);
}

.bx-end__wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.bx-small {
  margin: 0.5rem 0 1.25rem;
  font-size: 0.85rem;
  color: #64748b;
}

.bx-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.bx-pay img {
  height: 28px;
  width: auto;
}

.bx-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(109, 40, 217, 0.5);
  background: linear-gradient(145deg, #111827, #6d28d9);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.bx-fab.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .bx-sheet {
    min-width: 0;
  }

  .bx-sheet thead {
    display: none;
  }

  .bx-sheet tr {
    display: block;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }

  .bx-sheet td {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .bx-sheet td:last-child {
    border-bottom: none;
  }

  .bx-sheet td::before {
    content: attr(data-label);
    font-weight: 800;
    color: #22d3ee;
  }

  .bx-table-shell {
    overflow-x: visible;
  }

  .bx-frost {
    padding: 1.2rem 1.25rem;
  }
}
