* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  background: #000;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #000;
}

.bonus-banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #10141e;
}

.banner-bg,
.banner-players,
.dark-left,
.bottom-fade,
.pink-glow,
.cyan-glow {
  position: absolute;
  pointer-events: none;
}

.banner-bg {
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-players {
  right: -1.5vw;
  bottom: -1.6vh;
  z-index: 4;
  width: 73vw;
  height: 100vh;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 0 28px rgba(255, 20, 205, 0.42));
}

.dark-left {
  inset: 0 auto 0 0;
  z-index: 2;
  width: 57%;
  background: linear-gradient(
    90deg,
    rgba(19, 22, 32, 0.97) 0%,
    rgba(19, 22, 32, 0.86) 43%,
    rgba(19, 22, 32, 0.38) 72%,
    rgba(19, 22, 32, 0) 100%
  );
}

.bottom-fade {
  inset: auto 0 0;
  z-index: 5;
  height: 38%;
  background: linear-gradient(
    180deg,
    rgba(6, 8, 14, 0) 0%,
    rgba(6, 8, 14, 0.94) 100%
  );
}

.pink-glow {
  right: -9%;
  top: 7%;
  z-index: 3;
  width: 36%;
  height: 77%;
  background: radial-gradient(
    circle,
    rgba(255, 28, 202, 0.55) 0%,
    rgba(255, 28, 202, 0.22) 34%,
    rgba(255, 28, 202, 0) 70%
  );
}

.cyan-glow {
  left: 54%;
  bottom: 4%;
  z-index: 3;
  width: 24%;
  height: 23%;
  background: radial-gradient(
    circle,
    rgba(23, 236, 255, 0.3) 0%,
    rgba(23, 236, 255, 0) 72%
  );
}

.banner-content {
  position: relative;
  z-index: 7;
  width: 44%;
  padding-top: clamp(42px, 7.6vh, 70px);
  padding-left: clamp(42px, 6.6vw, 94px);
}

.logo {
  display: block;
  width: clamp(128px, 13.45vw, 194px);
  margin-bottom: clamp(36px, 7.2vh, 68px);
  text-decoration: none;
}

.logo img {
  width: 100%;
  height: auto;
}

.offer {
  position: relative;
  width: max-content;
  max-width: 100%;
}

.freebet-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: clamp(390px, 36vw, 520px);
  height: clamp(58px, 6.3vw, 88px);

  margin-left: calc(-1 * clamp(42px, 6.6vw, 94px));
  margin-bottom: clamp(14px, 2.4vh, 24px);

  padding-left: clamp(135px, 13vw, 190px);
  padding-right: 32px;

  border: 4px solid #ff22cb;
  border-left: 0;
  border-radius: 0 10px 10px 0;

  background: linear-gradient(
    90deg,
    rgba(255, 34, 203, 0.015) 0%,
    rgba(255, 34, 203, 0.045) 52%,
    rgba(255, 34, 203, 0.16) 100%
  );

  box-shadow:
    0 0 8px rgba(255, 34, 203, 1),
    0 0 18px rgba(255, 34, 203, 0.9),
    0 0 34px rgba(255, 34, 203, 0.5),
    inset 0 0 12px rgba(255, 255, 255, 0.16);

  overflow: visible;
}

.freebet-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;

  width: clamp(260px, 28vw, 430px);
  height: 4px;

  transform: translateY(-50%);

  background: #ff22cb;
  box-shadow:
    0 0 8px rgba(255, 34, 203, 1),
    0 0 18px rgba(255, 34, 203, 0.9),
    0 0 34px rgba(255, 34, 203, 0.5);
}

.freebet-line::after {
  content: "";
  position: absolute;
  inset: 5px 6px 5px 0;

  border: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 0;
  border-radius: 0 6px 6px 0;

  pointer-events: none;
}

.freebet-line span,
.percent-row strong,
.percent-row span,
.money-row strong,
.money-row span {
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.freebet-line span {
  position: relative;
  z-index: 2;

  color: #fff;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1;

  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.24),
    0 0 10px rgba(255, 255, 255, 0.22);
}

.percent-row,
.money-row {
  display: flex;
  align-items: baseline;
  gap: clamp(8px, 1.15vw, 16px);
  white-space: nowrap;
}

.percent-row strong {
  color: #ff23c8;
  font-size: clamp(55px, 7.2vw, 82px);
  line-height: 0.82;
  text-shadow: 0 0 15px rgba(255, 35, 200, 0.5);
}

.percent-row span {
  padding-bottom: 0.13em;
  color: #fff;
  font-size: clamp(34px, 4vw, 51px);
  line-height: 0.82;
}

.money-row {
  align-items: center;
  margin-top: clamp(3px, 0.7vh, 7px);
}

.money-row strong {
  color: #fff;
  font-size: clamp(38px, 4vw, 51px);
  line-height: 0.9;
}

.money-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: clamp(150px, 14.7vw, 212px);
  height: clamp(44px, 4.4vw, 64px);
  padding: 0 clamp(14px, 1.5vw, 22px);

  border: 4px solid #29fff2;
  border-radius: 999px;
  background: rgba(41, 255, 242, 0.16);

  box-shadow:
    0 0 14px rgba(41, 255, 242, 0.9),
    inset 0 0 10px rgba(255, 255, 255, 0.22);

  color: #fff;
  font-size: clamp(34px, 3.7vw, 47px);
  line-height: 1;
  transform: rotate(-6deg);
}

.sports-banner-widget {
  position: absolute;
  z-index: 9;
  top: 41%;
  left: calc(100vw - 39.5vw);
  width: clamp(250px, 22.8vw, 330px);
  min-height: 117px;
}

.steps {
  position: relative;
  z-index: 8;

  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 36px);

  width: clamp(520px, 54vw, 760px);
  min-height: clamp(54px, 6vw, 76px);

  margin-top: clamp(24px, 3.8vh, 38px);
  margin-left: calc(-1 * clamp(42px, 6.6vw, 94px));

  padding-left: clamp(135px, 12vw, 180px);
  padding-right: clamp(24px, 3vw, 42px);

  border-radius: 0 999px 999px 0;
  background: rgba(24, 28, 40, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #fff;
  font-size: clamp(12px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.step b {
  color: #ff23c8;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: clamp(190px, 16vw, 235px);
  min-height: clamp(48px, 5.1vw, 66px);

  margin-top: clamp(24px, 3.6vh, 36px);
  padding: 14px 30px;

  border-radius: 8px;
  background: #08d8cd;
  box-shadow: 0 0 20px rgba(8, 216, 205, 0.35);

  color: #001312;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-decoration: none;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.cta:hover {
  transform: translateY(-2px);
  background: #20fff0;
  box-shadow: 0 0 27px rgba(8, 216, 205, 0.64);
}

.mobile-title {
  display: none;
}

/* Mobile */
@media (max-width: 900px) {
  .bonus-banner {
    width: 100vw;
    height: 100svh;
    min-height: 100svh;
  }

  .banner-bg {
    content: url("../images/mobile-bg.png");
    object-fit: cover;
    object-position: center center;
  }

  .banner-players {
    display: none;
  }

  .dark-left {
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(12, 17, 29, 0.18) 0%,
      rgba(12, 17, 29, 0.04) 42%,
      rgba(12, 17, 29, 0.04) 60%,
      rgba(12, 17, 29, 0.78) 100%
    );
  }

  .bottom-fade {
    height: 36%;
  }

  .pink-glow,
  .cyan-glow {
    display: none;
  }

  .banner-content {
    position: relative;
    z-index: 7;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
    height: 100%;

    padding: 24px 20px 0;
    text-align: center;
  }

  .logo {
    width: 138px;
    margin-bottom: 18px;
  }

  .offer {
    width: 100%;
    max-width: 100%;
  }

  .freebet-line {
    justify-content: flex-start;

    width: min(88vw, 340px);
    height: 76px;

    margin-left: -20px;
    margin-right: auto;
    margin-bottom: 14px;

    padding-left: 48px;
    padding-right: 18px;

    border: 4px solid #ff22cb;
    border-left: 0;
    border-radius: 0 8px 8px 0;

    background: linear-gradient(
      90deg,
      rgba(255, 34, 203, 0.08) 0%,
      rgba(255, 34, 203, 0.22) 100%
    );
  }

  .freebet-line::before {
    display: none;
  }

  .freebet-line::after {
    inset: 4px 4px 4px 0;
    border: 2px solid #fff;
    border-left: 0;
    border-radius: 0 5px 5px 0;
  }

  .freebet-line span {
    font-size: 44px;
    line-height: 1;
  }

  .percent-row,
  .money-row {
    justify-content: center;
  }

  .percent-row {
    gap: 8px;
  }

  .percent-row strong {
    font-size: 58px;
  }

  .percent-row span {
    font-size: 31px;
  }

  .money-row {
    gap: 8px;
    margin-top: 1px;
  }

  .money-row strong {
    font-size: 42px;
  }

  .money-row span {
    min-width: 145px;
    height: 46px;
    padding: 0 12px;
    font-size: 28px;
  }

  .sports-banner-widget {
    position: relative;
    top: auto;
    left: auto;

    width: min(92vw, 350px);
    min-height: 142px;
    margin-top: 12px;
  }

  .steps {
    position: absolute;
    left: 50%;
    bottom: 112px;
    z-index: 40;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;

    width: min(86vw, 330px);
    min-height: auto;

    margin: 0;
    padding: 22px 24px;

    border-radius: 18px;
    background: rgba(24, 28, 40, 0.96);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateX(-50%) translateY(18px);
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .steps.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .step {
    display: flex;
    align-items: center;
    gap: 14px;

    width: 100%;
    padding: 0;

    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
  }

  .step b {
    flex: 0 0 auto;

    color: #ff23c8;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
  }

  .step span {
    display: block;
  }

  .cta {
    position: absolute;
    left: 50%;
    bottom: 58px;

    width: min(74vw, 300px);
    min-height: 66px;
    margin: 0;

    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;

    transform: translateX(-50%);
  }

  .cta:hover {
    transform: translateX(-50%) translateY(-2px);
  }

  .mobile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 45;

    display: block;
    margin: 0;

    color: #fff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    user-select: none;
  }
}

@media (max-width: 420px) {
  .banner-content {
    padding-top: 24px;
  }

  .logo {
    margin-bottom: 18px;
  }

  .sports-banner-widget {
    margin-top: 12px;
  }

  .cta {
    min-height: 66px;
  }
}

@media (max-height: 720px) and (max-width: 900px) {
  .banner-content {
    padding-top: 18px;
  }

  .logo {
    width: 110px;
    margin-bottom: 14px;
  }

  .freebet-line {
    height: 56px;
    margin-bottom: 12px;
  }

  .freebet-line span {
    font-size: 35px;
  }

  .percent-row strong {
    font-size: 46px;
  }

  .percent-row span {
    font-size: 26px;
  }

  .money-row strong {
    font-size: 34px;
  }

  .money-row span {
    height: 38px;
    font-size: 22px;
  }

  .sports-banner-widget {
    min-height: 124px;
    margin-top: 10px;
  }

  .steps {
    bottom: 104px;
  }

  .cta {
    min-height: 58px;
    bottom: 44px;
    font-size: 18px;
  }

  .mobile-title {
    bottom: 14px;
    font-size: 18px;
  }
}