html,
body {
  -webkit-overflow-scrolling: touch;
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  scroll-behavior: smooth;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: "GT Walsheim Pro", Arial, sans-serif;
  font-feature-settings: "liga" off, "clig" off;
}
.container {
  width: 1440px;
  margin: auto;
  position: relative;
}
header {
  padding: 32px 0;
  position: relative;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}
header img {
  width: 263.82px;
  height: 54px;
}
.header-menu {
  padding-left: 25px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
.header-links {
  display: flex;
  gap: 33px;
  align-items: center;
  justify-content: flex-end;
}
.header-links a:not(.header-btn) {
  text-align: center;
  color: #121382;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  text-decoration: none;
  transition: text-decoration 0.2s;
}
.header-links a:not(.header-btn):hover {
  text-decoration: underline;
}

.header-badge {
  transform: rotate(-11deg);
  font-size: 26.72px;

  font-weight: 900;
  color: rgba(222, 30, 129, 1);
}
.hero {
  padding: 80px 40px;
  position: relative;
  border-radius: 60px;
  background-image: url(../images/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  justify-content: center;
}
.hero-title {
  text-align: center;
  color: #fff90e;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  word-wrap: break-word;
}
.hero-img {
  height: 157px;
  background: rgba(217, 217, 217, 0);
}
.hero-main {
  text-align: center;
  color: #121382;
  font-size: 150px;
  height: 150px;
  font-weight: 900;
  text-transform: uppercase;
  word-wrap: break-word;
  font-family: inherit;
}
.hero-desc {
  text-align: center;
  color: #121382;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  word-wrap: break-word;
}

.hero-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero-countdown-label {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-wrap: break-word;
}
.hero-countdown-row {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.hero-countdown-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.hero-countdown-number {
  text-align: center;
  color: #fff90e;
  font-size: 32px;
  font-weight: 900;
  line-height: 30px;
  word-wrap: break-word;
}
.hero-countdown-unit {
  text-align: center;
  color: #fff90e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-wrap: break-word;
}
.hero-countdown-sep {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  word-wrap: break-word;
}
.hero-bg-img {
  width: 1018px;

  left: 221.34px;
  top: 22.5px;
  position: absolute;
}
.steps-section {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}
.steps-title {
  /*width: 804px;*/
  text-align: center;
  color: #121382;
  font-size: 50px;
  font-weight: 900;
  line-height: 46px;
  word-wrap: break-word;
}
.steps-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
}
.step {
  flex: 1 1 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.step-icon {
  width: 100px;
  height: 100px;
  padding: 22px 24px;
  border-radius: 500px;
  outline: 4px #3ec2f2 solid;
  outline-offset: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: white;
}
.step-title {
  text-align: center;
  color: #de1e81;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  word-wrap: break-word;
}
.step-desc {
  text-align: center;
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  word-wrap: break-word;
}
.step-detail {
  text-align: center;
  color: #121382;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  word-wrap: break-word;
}
.step-arrow {
  width: 48px;
  height: 16px;
  transform: rotate(45deg);
  transform-origin: top left;
  border: 4px #121382 solid;
}

.prizes-section {
  padding: 80px 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
}
.prizes-title {
  text-align: center;
  color: #121382;
  font-size: 50px;
  font-weight: 900;
  line-height: 46px;
  word-wrap: break-word;
  width: 100%;
}
.prizes-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
  justify-content: center;
}
.prizes-row img {
  height: 700px;
  margin-left: -5px;
  margin-right: -5px;
}
.prizes-note {
  align-self: stretch;
  text-align: center;
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  word-wrap: break-word;
}

/* --- REGISTER --- */
.register-section {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;

  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}
.register-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
.register-title {
  text-align: right;
  color: #121382;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}
.register-subtitle {
  text-align: right;
  color: #de1e81;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}
.register-desc {
  text-align: right;
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}
.register-help {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}
.register-help-title {
  text-align: right;
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}
.register-help-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
.register-help-email {
  text-align: right;
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}
.register-help-email-link {
  color: #de1e81;
  text-decoration: underline;
}
.register-help-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 291px;
  top: 7px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20"></svg>')
    no-repeat center;
}
/* --- FORM --- */
.register-form {
  flex: 1 1 0;
  padding: 40px;
  background: #3ec2f2;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group {
  margin-bottom: 32px;
}
.form-label {
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin-bottom: 12px;
}
.form-input {
  position: relative;
  height: 72px;
}
.input,
.input-file {
  width: 100%;
  height: 72px;
  border-radius: 50px;
  border: none;
  padding: 0 24px;
  font-size: 18px;
  font-family: inherit;
  color: #121382;
  background: white;
}
.email-input .form-input-icon {
  position: absolute;
  left: 24px;
  top: 27px;
  color: #121382;
  font-size: 18px;
}
.upload-input {
  background: #121382;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.upload-input:hover {
  outline: 4px #121382 solid;

  color: #121382;
  background: white;
}

.form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.checkbox-label {
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #121382;
  cursor: pointer;
  position: relative;
  padding-left: 44px;
}

.checkbox-label input[type="checkbox"],
input[type="file"] {
  opacity: 0;
  width: 3px;
  height: 34px;
  position: absolute;
  left: -44px;
  top: 0;
  margin: 0;
  cursor: pointer;
}

.checkbox-custom {
  margin-left: -44px;
  width: 34px;
  height: 34px;
  background: white;
  border-radius: 9999px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
  background: #121382;
  /* Přidání obrázku fajfky */
  background-image: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="17" fill="%23121382"/><path d="M10 18.5L15 23.5L24 14.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-link {
  color: #121382;
  text-decoration: underline;
  cursor: pointer;
}

#formMessage {
  color: white;
  display: block;
  text-align: center;
  font-size: 32px;
}
/* --- GAME --- */
.game-section {
  padding-top: 80px;
  padding-bottom: 80px;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.game-content {
  display: flex;
  gap: 69px;
  align-items: center;
  width: 100%;
  padding-left: 180px;
  box-sizing: border-box;
}
.game-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
}
.game-img {
  width: 100%;
}
.game-info {
  width: 740px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}
.game-title {
  color: #121382;
  font-size: 50px;
  font-weight: 900;
  line-height: 46px;
}
.game-desc {
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

/* --- FAQ --- */
.faq-section {
  display: flex;
  padding-top: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.faq-title {
  text-align: center;
  color: #121382;
  font-size: 50px;
  font-weight: 900;
  line-height: 46px;
  width: 100%;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding-left: 213px;
  padding-right: 213px;
}
.faq-line {
  border-bottom: 1px solid #3ec2f2;
  height: 1px;
}
.faq-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.faq-question {
  color: #3ec2f2;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-answer {
  color: #121382;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0px;
  max-height: 0;
  overflow: hidden;
}
.faq-toggle {
  width: 38px;
  height: 38px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 39 39" fill="none"><path d="M4.77539 18.9844H33.2754" stroke="%23DE1E81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center;
}
.faq-toggle.active {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 39 39" fill="none"><path d="M5.73029 33.8047L34.2303 5.30469" stroke="%23DE1E81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M34.2303 33.8047L5.73029 5.30469" stroke="%23DE1E81" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center;
}

/* --- HELP --- */
.help-section {
  padding-top: 80px;
  padding-bottom: 80px;

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.help-title {
  text-align: center;
  color: #121382;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}
.help-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.help-contact-label {
  color: #de1e81;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}
.help-contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.help-contact-icon {
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20"></svg>')
    no-repeat center;
}
.help-contact-email {
  color: #de1e81;
  font-size: 24px;
  text-decoration: underline;
}

/* --- FOOTER --- */
.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-content {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-info {
  flex: 1 1 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121382;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "GT Walsheim Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.footer-link {
  color: #121382;
  font-size: 18px;
  text-decoration: underline;
}
.footer-social {
  display: flex;
  gap: 16px;
}
.footer-social-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.8) 100%
    ),
    #3ec2f2;
  border-radius: 8px;
  display: inline-block;
}
/* --- DECOR IMAGES --- */
.decor-img {
  position: absolute;
}

.decor-img1 {
  width: 217.099px;
  height: 210.204px;
  transform: rotate(16.726deg);
  right: 6px;
  top: -50px;
}

.decor-img2 {
  right: -50px;
  top: 158px;
  width: 210.108px;
  height: 281.472px;
  transform: rotate(80.568deg);
}
.decor-img3 {
  width: 238px;
  height: 213.002px;
  transform: rotate(11.931deg);
  left: -175px;
  top: 75px;
}
.decor-img4 {
  width: 238px;
  height: 213.002px;
  transform: rotate(-10.211deg);

  right: -105px;
  bottom: 75px;
}

.decor-img5 {
  width: 260px;
  height: 252.027px;
  transform: rotate(95.211deg);
  left: -150px;
  bottom: 100px;
}

.decor-img6 {
  width: 227.837px;
  height: 251.743px;
  transform: rotate(-124.211deg);
  right: -66px;
  top: -135px;
}
.decor-img7 {
  width: 259.227px;
  height: 232px;
  transform: rotate(3.93deg);
  right: -100px;
  top: -75px;
}
.decor-img8 {
  width: 227.837px;
  height: 251.743px;
  transform: rotate(-258.789deg);
  left: -35px;
  top: -147px;
}

.btn {
  padding: 24px 36px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  display: inline-block;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: none;
  background: #de1e81;
  color: white;
  text-transform: uppercase;
  outline: 4px transparent solid;
  outline-offset: -4px;
  line-height: 140%;
}

.btn:not(.header-btn)::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: text-top;
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.4043 2.65442L15.7499 9.00007L9.4043 15.3457" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.7499 9L2.25 9" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center/contain;
}

.game-btn:not(:hover)::after,
.btn:hover:not(.header-btn):not(.game-btn)::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M8.4043 0.931641L14.7499 7.27729L8.4043 13.6229" stroke="%23DE1E81" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.7499 7.27734L1.25 7.27734" stroke="%23DE1E81" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center/contain;
}

.header-btn {
  padding: 18px 24px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.48px;
  display: inline-block;
}

.game-btn {
  outline: 4px #de1e81 solid;

  color: #de1e81;
  background: transparent;
}
.btn.form-btn::after {
  vertical-align: inherit;
}

.form-btn {
  width: 100%;
}

.btn:not(.game-btn):hover {
  outline: 4px #de1e81 solid;

  color: #de1e81;
  background: white;
}
.btn.game-btn:hover {
  outline: 4px transparent solid;

  color: white;
  background: #de1e81;
}

.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M16 29.3333C23.3638 29.3333 29.3333 23.3638 29.3333 16C29.3333 8.63621 23.3638 2.66667 16 2.66667C8.63616 2.66667 2.66663 8.63621 2.66663 16C2.66663 23.3638 8.63616 29.3333 16 29.3333Z" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="square"/><path d="M20.6667 11.3333L11.3334 20.6667" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="square"/><path d="M20.6667 20.6667L11.3334 11.3333" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="square"/></svg>')
    no-repeat center/contain;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

body:not(.show-menu) .menu-toggle {
  right: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23121382"><rect y="7" width="32" height="3" rx="1.5" fill="%23121382"/><rect y="14.5" width="32" height="3" rx="1.5" fill="%23121382"/><rect y="22" width="32" height="3" rx="1.5" fill="%23121382"/></svg>')
    no-repeat center/contain;
}

@media (max-width: 1479px) {
  .decor-img1,
  .decor-img2 {
    right: -150px;
  }
  .decor-img2 {
    top: unset;
    bottom: -130px;
  }
  .decor-img4,
  .decor-img7,
  .decor-img6 {
    right: -200px;
  }
  .decor-img3,
  .decor-img5,
  .decor-img8 {
    left: -200px;
  }
  .decor-img8 {
    top: 50px;
  }
  .decor-img7 {
    top: 100px;
  }
  .decor-img4,
  .decor-img5 {
    bottom: -70px;
  }
  .container {
    width: calc(100vw - 40px);
  }

  .menu-toggle {
    display: block;
  }
  .steps-row,
  .prizes-row,
  .register-section,
  .register-info,
  .game-section,
  .game-content,
  .footer-info,
  .footer-content,
  .header,
  .header-links,
  .register-help-contact {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .steps-row > svg {
    transform: rotate(90deg);
  }

  .register-help-title {
    text-align: center;
  }
  .faq-list {
    padding: 0;
  }
  .hero-bg-img {
    left: 5%;
    right: 5%;
    width: 90%;
    position: static;
  }
  .hero-img {
    height: auto;
    text-align: center;
  }
  .hero-main {
    height: auto;
    font-size: 75px;
  }
  /*.decor-img {display:none;}*/
  .game-content {
    padding-left: 0px;
  }
  .prizes-row img {
    height: auto;
    max-width: 100%;
  }
  .register-subtitle,
  .register-title,
  .register-desc,
  .register-help-email {
    text-align: center;
  }

  .game-title,
  .game-desc {
    text-align: center;
  }
  .game-btn {
    width: 100%;
  }

  body.show-menu .header {
    border-radius: 0 0 30px 30px;
    background: #3ec2f2;
    margin-left: -20px;
    margin-right: -20px;
  }
  body.show-menu main {
    display: none;
  }
  .header-links,
  .header-menu {
    display: none;
  }
  body.show-menu .header-links,
  body.show-menu .header-menu {
    display: block;
    width: calc(100% - 20px);
    text-align: center;
  }
  .header-links a:not(.header-btn) {
    display: block;
    width: 100%;
    text-align: left !important;
    font-size: 28px;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
  }
  .header-links a:not(.header-btn):after {
    content: "";
    float: right;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    vertical-align: text-top;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M8.4043 0.931641L14.7499 7.27729L8.4043 13.6229" stroke="%23121382" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.7499 7.27734L1.25 7.27734" stroke="%23121382" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
      no-repeat center/contain;
  }
  .header-menu {
    padding-left: 15px;
  }

  .no-border {
    border-bottom: none !important;
  }
  .header-btn {
    margin-top: 32px;
  }
}
@media (max-width: 685px) {
  .register-form {
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0px;
  }
}

@media (max-width: 579px) {
  .btn {
    padding: 16px 20px;
  }
  .hero-main {
    font-size: 55px;
  }

  .help-title,
  .faq-title,
  .game-title,
  .register-title,
  .prizes-title,
  .steps-title {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .faq-question {
    font-size: 24px;
    line-height: 30px;
  }

  .header-logo {
    flex-direction: column-reverse;
  }
}
html,
body {
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
}
