@import url("normalize.css");
@import url("variables.css");
@import url("fonts.css");
@import url("animations.css");

body {
  font-family: "Manrope", sans-serif;
  background: var(--color-body-background);
  scroll-behavior: smooth;
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid var(--color-main-white);
}

.container {
  padding: 16px;
  max-width: var(--size-page-max-width);
  width: 100%;
  margin: 0 auto;
}

.wrapper_column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.header {
  padding: 4px 16px;
  border-radius: 12px;
  background: var(--color-header-background);
}

.nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  max-width: 130px;
  width: 100%;
  height: 22px;
}

.nav__logo_icon {
  width: 100%;
}

.nav__button {
  background: var(--color-nav-button-background);

  border-radius: 8px;
  padding: 0 16px;
  height: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__button-text {
  color: var(--color-nav-button-text);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-wrap: nowrap;
  word-break: keep-all;
}

.nav__button#QnA .nav__button-text {
  font-size: 16px;
}
.nav__button#register .nav__button-text {
  font-size: 12px;
  text-align: center;
}

.hero {
  display: flex;

  width: 100%;
  min-height: 400px;
  padding: 87.5px 30px 30px;

  border-radius: 24px;
}

.hero_card {
  position: relative;
  background: var(--color-hero-background);
  overflow: hidden;
}

.hero__background_image,
.hero__floating_image {
  position: absolute;
  z-index: 5;
}

.hero__background_image {
  width: 100%;
  object-fit: cover;
  top: -145px;
  left: 0;
}

.hero__floating_image#basketball {
  width: 139px;
  height: 174px;
  top: -39px;
  left: -5px;
  background: url("../images/basketball.png") 50% / cover no-repeat;
}
.hero__floating_image#football {
  width: 139px;
  height: 124px;
  bottom: 30px;
  left: -65px;
  background: url("../images/football.png") 0px 0px / 100% 100% no-repeat;
}
.hero__floating_image#coin {
  width: 126px;
  height: 127px;
  bottom: -29px;
  right: -18px;
  background: url("../images/coin.png") -14.858px -12.621px / 122.327% 120.807%
    no-repeat;
}

.hero__wrap {
  position: relative;
  z-index: 10;
}
.hero__text {
  color: var(--color-hero-text);
}

.hero__text-yellow {
  color: var(--color-hero-text-yellow);
}

.hero__title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.hero__subtitle {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.4px;
}

.step {
  background: var(--color-accordion-step-background);
  border-radius: 12px;
  backdrop-filter: blur(7px);
}

.step_active .step__button_icon {
  transform: rotate(180deg);
}
.step_active .step__name,
.step_active .step__body {
  opacity: 1;
}
.step__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.step__name {
  color: var(--color-accordion-step-text);
  opacity: 0.6;
  transition: opacity ease-out 0.5s;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.32px;
}
.step__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;

  background: transparent;
  border: none;
}
.step__button_icon {
  pointer-events: none;
  transition: transform ease-out 0.25s;
}
.step__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity ease-out 0.5s, max-height ease-out 0.5s;
}
.step__body_wrap {
  padding: 0 16px 16px;
}

.step_active .step__body_wrap > * {
  opacity: 0;
  translate: -30% 0 0;
}

.step_active .step__body_wrap > *.show {
  animation: fly-in ease-out both 0.5s;
  opacity: 0;
  translate: 0 0 0;
}

.info-snippet {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.info-snippet__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}
.info-snippet__image {
  width: 80px;
  flex-shrink: 0;
}
.info-snippet__image_person {
  border-radius: 50%;
}
.step__text {
  color: var(--color-accordion-step-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.32px;
}
.step__text-quote {
  font-family: "Roboto serif";
  font-style: italic;
}
.step__text-annotation {
  font-size: 12px;
  letter-spacing: 0.24px;
  opacity: 0.5;
}
.step__caption {
  color: var(--color-accordion-step-text-yellow);
  font-weight: 600;
}
.step__caption-center {
  text-align: center;
}
.step__image#commissionRateImg {
  height: 172px;
  background: url("../images/423ec51c4adc432964e33b1d1c7ef88881fd177e.png") 0px -76.6px /
    100% 202.326% no-repeat;
}
.step .step__image#newPlayerRateImg {
  height: 174px;
  background: url("../images/08cbdd6f477b4cba2bdd6042e304b0b67bae235e.png") 50% /
    cover no-repeat;
}

.step .step__image#melbetAffiliate {
  height: 193.978px;
  border-radius: 12px;
  background: url("../images/ace9e4789d0090d0fb2c52c149f8cde4f8b37675.png") 0px -76.689px /
    100% 179.402% no-repeat;
}
.info-snippet__list_item {
  position: relative;
  padding-left: 24px;
}
.info-snippet__list_item:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 9px;
  left: 10px;
  border-radius: 50%;
  background: var(--color-accordion-step-text);
}

.affiliate {
  border-radius: 12px;
  padding: 16px;
}
.affiliate__wrap {
  position: relative;
  z-index: 10;
  gap: 16px;
}

.affiliate__background_image {
  position: absolute;
  left: 0;
  /* top: -496px; */
  bottom: -556px;
  width: 100%;
}

.affiliate__title,
.affiliate__subtitle,
.affiliate__caption {
  color: var(--color-affiliate-text);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.affiliate__title,
.affiliate__caption {
  font-weight: 800;
}
.affiliate__title {
  text-transform: uppercase;
}

.affiliate__subtitle {
  color: var(--color-affiliate-text-yellow);
  font-weight: 600;
}
.affiliate__roadmap {
  counter-reset: roadmap-counter;
}
.roadmap__task {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}

.roadmap__task::before {
  position: relative;
  counter-increment: roadmap-counter;
  content: counter(roadmap-counter);
  flex-shrink: 0;
  width: 48px;
  padding: 10px;

  color: var(--color-affiliate-text-black);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  border-radius: 50%;
  background: var(--color-affiliate-roadmap-tip-counter-background);
}

.roadmap__text {
  color: var(--color-affiliate-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
}

.roadmap__text_link {
  color: var(--color-affiliate-text);
  text-decoration: underline;
}
.affiliate__messengers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.messengers__link {
  width: 100px;
  aspect-ratio: 1/1;
}

.messengers__image {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 375px) {
  .header {
    padding: 4px 12px;
  }
}
