body {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
}
img {
  display: block;
  max-width: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#screen-1 {
  min-height: 100vh;
}

.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.main-bg {
  mix-blend-mode: lighten;
}
.header {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 16px;
  height: 120px;
}
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.logo-text {
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 2.5px #f4c000, 0 4px 4px rgba(0, 0, 0, 0.52);
  letter-spacing: 1px;
}
.logo-underline {
  width: 9px;
  height: 4px;
  background-color: #4379c3;
  margin-top: 4px;
  margin-left: 3px;
}
.robot-container {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 86px; */
  height: 156px;
}
.robot-img {
  width: 100%;
  /* height: 100%;
  object-fit: contain; */
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.hero {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-top: 10px;
}
.hero-title {
  text-transform: uppercase;
  text-shadow: 0 1px 2.5px #3D3D3D;
  text-align: start;
}
.hero-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 414px;
  color: #F3F4F6;
text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

}
.hero-disclaimer {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  opacity: 0.8;
  margin: 0;
  max-width: 401px;
}
.info-cards {
  position: relative;
  z-index: 6;
  padding: 6px 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.info-card {
  position: relative;
  background: #020305;
  border: 2px solid #4f90ff;
  border-radius: 28px;
  box-shadow: 0 0 0 1px rgba(62, 125, 255, 0.3), 0 10px 24px rgba(37, 107, 255, 0.48);
  padding: 24px 18px 24px 80px;
  min-height: 120px;
  display: flex;
  align-items: center;
}
.info-card__icon-wrap {
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card__icon {
  width: 100%;
  /* height: 100%; */
  max-width: 74px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(26, 105, 255, 0.45));
}
.info-card__text {
  margin: 0;
  color: #f5f7ff;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.22;
}
@media (max-width: 440px) {
  .info-card {
    padding: 20px 14px 20px 120px;
    min-height: 108px;
  }
  .info-card__icon-wrap {
    width: 102px;
    height: 102px;
    left: -28px;
  }
  .info-card__text {
    font-size: 18px;
    line-height: 1.25;
  }
}
.wheel-section {
  position: relative;
  width: 100%;
  height: 466px;
  margin-top: 20px;
  z-index: 5;
  overflow: visible;
}
.footer {
  /* position: absolute; */
  bottom: 42px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 20;
  padding-bottom: 40px;
}
.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-text {
  position: relative;
  z-index: 2;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}
.wheel {
  position: relative;
  padding: 28px;
}
.actual-wheel {
  max-width: 490px;
  max-height: 490px;
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(0);
}
@media (max-width: 1199px) {
  .pointer {
    width: 40px;
  }
}
.pointer {
  position: absolute;
  top: 0;
  left: 41%;
  width: 80px;
}
.site-header {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.profile-badge {
  display: flex;
  align-items: center;
  background-color: #5195d4;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 4px 8px 4px 4px;
  gap: 6px;
  max-width: 100%;
}
.profile-icon-wrapper {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.profile-icon {
  width: 100%;
  height: 100%;
}
.profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-label {
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    #f5a500 0,
    #f7ae0c 12%,
    #fbc42c 48%,
    #fdd240 79%,
    #f6cd35 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #f5a500;
}
.profile-bonus {
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
#section-hero {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-top: -20px;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.logo-wrapper {
  width: 208px;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
}
.hero-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-title {
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 1.4;
  color: #3B82F6;
  margin: 0;
  font-weight: 400;
  max-width: 400px;
}
.highlight {
  background: linear-gradient(232deg, #F5F7FA 37.18%, #D1D5DB 48.15%, #9CA3AF 59.37%, #E5E7EB 70.44%, #F9FAFB 81.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #F5F7FA 0%, #D1D5DB 24.81%, #9CA3AF 50.18%, #E5E7EB 75.2%, #F9FAFB 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Montserrat;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
#section-features {
  position: relative;
  z-index: 1;
  padding: 40px 20px 20px;
}
.features-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature-icon-box {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
#section-footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.cta-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta-button {
  position: relative;
  width: 224px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s;
}
.cta-button:active {
  transform: scale(0.98);
}
.btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.btn-label {
  position: relative;
  z-index: 1;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #385c7e;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}
.app-wrapper {
  width: 100%;
  max-width: 440px;
  height: 100%;
  background-color: #5195d4;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#screen-2 {
  background-image: url("images/bg2.webp");
  background-size: cover;
  background-position: center;
}
.congrats {
  position: relative;
  z-index: 10;
  padding: 24px 16px 0;
  border-radius: 10px;
  background-image: url('../index/prize-bg.png');
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 10px;
}
.congrats__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.congrats__title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #3B82F6;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2.5px #3D3D3D;
}
.congrats__title-accent {
  display: inline-block;
}
.congrats__amount-row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.congrats__arrow {
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(2px);
  user-select: none;
}
.congrats__amount {
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 68px;
  line-height: 1;
  color: #fff;
  letter-spacing: 6px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18), 0 8px 18px rgba(0, 0, 0, 0.18),
    0 1px 2.5px #f4c000;
}
.congrats__euro {
  letter-spacing: 0;
}
.congrats__art {
  width: 100%;
  display: flex;
  justify-content: center;
}
.congrats__chest {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  filter: drop-shadow(0px 10px 18px rgba(0, 0, 0, 0.25));
}
.congrats__btn {
  margin-top: 22px;
  width: 240px;
  height: 62px;
  border: none;
  border-radius: 999px;
  background: rgb(21, 65, 148);
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.16), 0 14px 22px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.congrats__btn:active {
  transform: translateY(1px);
}
.modal-refused {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.modal-refused__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.modal-refused__window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(360px, calc(100% - 32px));
  border-radius: 16px;
  padding: 18px 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(81, 149, 212, 0.98) 0,
    rgba(48, 108, 191, 0.98) 100%
  );
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.modal-refused__text {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.2);
}
.citizen {
  position: relative;
  z-index: 5;
  padding: 38px 22px 26px;
  color: #fff;
}
.citizen__inner {
  width: 100%;
}
.citizen__title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-align: center;
}
.citizen__subtitle {
  margin: 14px auto 22px;
  max-width: 380px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  opacity: 0.95;
}
.citizen__form {
  width: 100%;
}
.citizen__grid {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 15px;
}
.citizen__col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.citizen__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.citizen__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.citizen__radio {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}
.citizen__option input:checked + .citizen__radio {
  border-color: #fff;
}
.citizen__option input:checked + .citizen__radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #1D6FD3;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) inset;
}
.citizen__text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.05;
}
.citizen__option--wrap .citizen__text {
  line-height: 1;
}
.citizen__submit {
  margin: 44px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  border: none;
  border-radius: 999px;
  background: #5374C5;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.16), 0 14px 22px rgba(0, 0, 0, 0.16);
}
.citizen__submit:active {
  transform: translateY(1px);
}
@media screen and (max-width: 380px) {
  body,
  html {
    height: auto;
  }
  .citizen__title {
    font-size: 30px;
  }
  .citizen__text {
    font-size: 15px;
  }
  .citizen__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 18px;
  }
}
.modal-register {
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.modal-register__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.modal-register__window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(420px, calc(100% - 28px));
  border-radius: 22px;
  padding: 22px 18px 18px;
  background-image: url('../index/form-bg.png');
background-size: cover;
background-repeat: no-repeat;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}
.modal-register__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  margin: 4px 0 14px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}
.modal-register__form {
  border-radius: 16px;
  padding: 14px 14px 16px;
}
.modal-register__input {
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 10px;
  background: #eef3fb;
  padding: 0 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  outline: 0;
  margin-bottom: 14px;
}
.modal-register__secure {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  margin: 6px 0 14px;
}
.modal-register__check {
  border-radius: 6px;
  background: 0 0;
}
.modal-register__check:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  border-right: 5px solid #f4c000;
  border-bottom: 5px solid #f4c000;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.15));
}
.modal-register__submit {
  position: relative;
  width: 233px;
  height: 72px;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 18px auto 0;
  display: block;
  cursor: pointer;
}
.modal-register__submit-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.modal-register__submit-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.modal-register__secure {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.modal-register__secure-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.modal-register__check {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
}
.modal-register__check::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.12);
}
.modal-register__check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border-right: 4px solid rgb(27, 101, 196);
  border-bottom: 4px solid rgb(27, 101, 196);
  transform: rotate(35deg);
  opacity: 0;
}
.modal-register__secure-input:checked + .modal-register__check::after {
  opacity: 1;
}
.modal-register__secure-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.iti {
  width: 100%;
}
.error {
  border: 2px solid #e74c3c !important;
  background-color: #fdecea !important;
  color: #e74c3c;
}

.form {
  display: none;
  width: 100%;
  z-index: 21;
  position: relative;
  margin-top: 30px;
  box-sizing: border-box;
}