* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

.hero-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 72px;
  position: relative;
  min-height: 100vh;
  background-image: url("bg_2026.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: "Poppins";
  overflow: hidden;
}

.hero-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 24px 0px;
  width: 100%;
  max-width: 100%;
  max-width: 1200px;
}

.hero-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.social-icon {
display: flex;
width: 48px;
height: 48px;
padding: 0 8px;
justify-content: center;
align-items: center;
gap: 7px;
aspect-ratio: 1/1;
border-radius: 16px;
background: rgba(255, 255, 255, 0.90);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
backdrop-filter: blur(8px);
cursor: pointer;
}

.social-icon svg {
  width: 23px;
  height: 23px;
}

.hero-sections {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 96px;
  z-index: 2;
  text-align: center;
  padding: 0 160px;
  max-width: 1200px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
.hero-title span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 57.6px */
}

.submit-btn {
display: flex;
padding: 14px 16px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 16px;
border: none;
background: linear-gradient(90deg, #CF5432 0%, #F87810 100%);
color: var(--Okno-To, #FFF);
text-align: center;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 19.5px */
margin-bottom: 16px;
cursor: pointer;
}

.hero-desc {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-desc.w80 {
  width: 80%;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins";
  font-size: 14px;
}

.footer-copy {
  color: #f8f8f8;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-link {
  color: #f8f8f8;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  cursor: pointer;
}
.color-orange {
  color: #F87810;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer-copy .break {
  display: block;
}

.hero-title h1 {
  color: #fff;
  text-align: center;
  font-family: Trirong;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.hero-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 16px;
}

.kontakt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  margin: 0;
}

.kontakt h1 {
  color: #fff;
  text-align: center;
  font-family: "Trirong";
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

.kontakt-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 96px;
}

.a-btn-zespol {
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.break {
  display: inline;
}

.whole-div-opis {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}

.na-czym-polega__title {
  color: #fff;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.opis-na-czym-polega {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0;
  width: 70%;
}

@media screen and (max-width: 992px) {
  .opis-na-czym-polega {
    width: 100%;
  }
}

.opis-na-czym-polega:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 72px;
}

.opis-na-czym-polega p {
  margin: 0;
}

.opis-na-czym-polega ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
}

@media (max-width: 992px) {
  .hero-content {
    width: 100%;
  }

  .hero-header {
    max-width: 960px;
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
    display: block;
  }

  .hero-sections {
    max-width: 960px;
  }

  .hero-content {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .hero-block {
    background-image: none;
    background-color: transparent;
    height: auto;
  }

  /* tło jako osobna warstwa fixed - realny sticky na telefonie */
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: url("bg_2026.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
  }

  .hero-header {
    max-width: 720px;
  }

  .hero-sections {
    max-width: 720px;
  }

  .hero-title {
    color: #fff;
    text-align: left;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 48px */
    align-self: stretch;
  }
  .hero-title span {
    font-size: 27px;
    text-align: left;
  }
  .hero-desc {
    font-size: 16px;
    text-align: left;
  }

  .hero-logo svg {
    width: 167px;
    height: 26px;
  }

  .hero-socials svg {
    width: 18px;
    height: 18px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .kontakt-links {
    flex-direction: column;
    gap: 24px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .break {
    display: block;
  }

  .kontakt {
    margin-top: 64px;
  }

  .footer {
    gap: 12px;
  }

  .footer-copy {
    max-width: 280px;
    line-height: 1.6;
  }

  .footer-copy .break {
    display: block;
  }

  .formMetamorfozy {
    gap: 24px;
    min-width: unset;
  }
}

@media (max-width: 576px) {
  .hero-header {
    max-width: 540px;
  }

  .hero-sections {
    max-width: 540px;
  }
}

@media (min-width: 575px) {
  .hero-header {
    max-width: 100%;
  }

  .hero-sections {
    max-width: 100%;
  }
}

/* Co możesz wygrać? */
.prizes-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.prizes-title {
  color: #fff;
  font-family: Poppins;
  font-size: 19px;
  font-weight: 800;
  line-height: 120%;
  margin: 0;
  text-align: center;
}

.prizes-grid {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}

.prize-card {
  display: flex;
  width: 344px;
  padding: 32px 16px 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.prize-badge {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: linear-gradient(90deg, #f87810 0%, #cf5432 100%);
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.prize-badge-position {
  display: flex;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 38px;
  background: #fff;
  position: absolute;
  top: -18px;
}
.prize-value {
color: #191640;
text-align: center;
font-family: Poppins;
font-size: 23px!important;
font-style: normal;
font-weight: 800;
line-height: 120%; /* 27.6px */
margin: 0;
}

.prize-value--text {
  font-size: 18px;
}

.prize-desc {
color: #191640;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.prize-desc a {
  color: #FF9100;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

/* Jak wziąć udział? */
.how-section {
  display: flex;
padding: 0 340px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 72px;
}

.how-title {
  color: #fff;
  font-family: Poppins;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.how-list {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 768px) {
  .hero-sections {
    width: 100%;
    padding: 0 16px;
  }

  .whole-div-opis {
    width: 100%;
  }

  .prizes-section {
    width: 100%;
    align-items: unset;
  }

  .prizes-grid {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 32px;
  }

  .prize-card {
    max-width: 100%;
    width: 100%;
  }

  .how-section {
    padding: 0 0 72px 0;
    text-align: left;
    width: 100%;
  }
    .prizes-title {
    text-align: left;
  }
}
