@import url("https://use.typekit.net/ztx8tqh.css");

.lp {
  --purple: #6400ae;
  --purple-2: #49007f;
  --purple-3: #260045;
  --pink: #ff77d8;
  --lime: #defe07;
  --white: #fff;
  --ink: #250045;
  --container: 100%;
  --font-display: "zuume-edge", "Arial Narrow", Arial, sans-serif;
  --font-copy: Arial, Helvetica, sans-serif;
}

.lp,
.lp *,
.lp *::before,
.lp *::after {
  box-sizing: border-box;
}

.lp {
  scroll-behavior: smooth;
}

/* Embed-safe isolation: protects LP from global R-GOL/CMS styles */
.lp,
.lp * {
  font-family: var(--font-display) !important;
}

.lp a,
.lp button,
.lp .btn {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  text-decoration: none !important;
}

.lp .btn {
  border-radius: 0 !important;
}


.lp {
position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: var(--purple-3);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 400;
}

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

.lp {
  overflow: hidden;
  background: var(--purple);
}

.lp .container {
  width: min(var(--container), calc(100% - 72px));
  margin: 0 auto;
}

.lp h1,
.lp h2,
.lp h3,
.lp p {
  margin: 0;
}

.lp h1,
.lp h2,
.lp h3,
.lp .btn,
.lp .timer__numbers,
.lp .voucher {
  font-style: italic;
  text-transform: uppercase;
}

.lp .topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 54px;
  background: var(--purple-2);
}

.lp .topbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp .brand {
  display: inline-flex;
  align-items: center;
}

.lp .brand img {
  width: 145px;
  height: auto;
}

.lp .nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
}

.lp .nav a {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.lp .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 22px;
  border: 0;
  background: var(--lime);
  color: #490080;
  font-size: 24px;
  font-weight: 700;
  line-height: 0.9;
  text-decoration: none;
}

.lp .btn--small {
  min-height: 38px;
  padding: 9px 18px;
  font-size: 18px;
}

.lp .hero {
  position: relative;
  min-height: 640px;
  padding: 96px 0 112px;
  isolation: isolate;
  background: #3d006e url("https://files.r-gol.com/LP/penalty_challenge/assets/hero.webp") center / cover no-repeat;
}

.lp .hero::after {
  content: none;
}

.lp .hero__paint {
  display: none;
}

.lp .hero__paint--left {
  display: none;
}

.lp .hero__paint--right {
  display: none;
}

.lp .hero__grid {
  min-height: 450px;
  display: block;
  align-items: center;
}

.lp .hero__copy {
  width: 48%;
}

.lp .event-logo {
  width: min(348px, 80%);
  margin-bottom: 18px;
}

.lp .hero__headline {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.lp .hero__headline img:first-child {
  width: 83.3%;
}

.lp .hero__headline img:last-child {
  width: 100%;
}

.lp h1 {
  max-width: 520px;
  color: var(--lime);
}

.lp .hero__lead {
  margin-top: 14px;
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 0.9;
  text-transform: uppercase;
}

.lp .hero__meta {
  max-width: 420px;
  margin-top: 10px;
  color: var(--white);
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.98;
  text-transform: uppercase;
}

.lp .hero__visual {
  display: none;
}

.lp .hero__visual img {
  display: none;
}

.lp .timer {
  --timer-edge-height: clamp(82px, 19.46vw, 280px);
  position: relative;
  padding: 64px 0 var(--timer-edge-height);
  background: var(--pink);
  text-align: center;
}

.lp .timer::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  width: 100%;
  height: var(--timer-edge-height);
  background: url("https://files.r-gol.com/LP/penalty_challenge/assets/time_btm.jpg") center bottom / 100% 100% no-repeat;
}

.lp .stopwatch {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
}

.lp .timer p {
  color: var(--purple-2);
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.lp .timer__numbers {
  margin-top: 12px;
  color: var(--purple-2);
  font-size: clamp(78px, 10vw, 132px);
  font-weight: 700;
  line-height: 0.8;
}

.lp .timer__numbers i {
  font-style: normal;
}

.lp .rules {
  padding: 44px 0 100px;
  background: var(--purple);
}

.lp .rules h2,
.lp .prizes h2,
.lp .section-title h2 {
  color: var(--lime);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 700;
  font-style: italic;
  line-height: 0.78;
  text-align: center;
  text-transform: uppercase;
}

.lp .rules__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin-top: 44px;
  border-top: 4px solid var(--lime);
  padding-top: 26px;
}

.lp .rules h3 {
  color: var(--lime);
  font-size: 50px;
  font-weight: 700;
  line-height: 0.82;
}

.lp .rules h3 span {
  margin-right: 10px;
}

.lp .rules p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-copy) !important;
  font-size: 16px;
  line-height: 1.45;
}

.lp .prizes {
  position: relative;
  padding: 78px 0 112px;
  background: var(--pink);
}

.lp .prizes::before,
.lp .prizes::after,
.lp .attractions::before,
.lp .attractions::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.lp .prizes::before {
  inset: 0 0 auto;
  height: 82px;
  background: var(--purple);
  clip-path: polygon(0 0, 31% 0, 24% 58%, 48% 0, 70% 0, 63% 48%, 100% 0, 100% 0, 0 0);
}

.lp .prizes h2 {
  color: var(--purple-2);
  margin-bottom: 48px;
}

.lp .prizes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lp .prize {
  position: relative;
  min-height: 260px;
  padding: 32px 34px;
  overflow: hidden;
  background: var(--purple-2);
}

.lp .prize--main {
  grid-column: 1 / -1;
  min-height: 285px;
  display: grid;
  grid-template-columns: 0.44fr 0.28fr 0.28fr;
  align-items: center;
  background:
    var(--lime)
    url("https://files.r-gol.com/LP/penalty_challenge/assets/voucher.webp")
    right center / auto 100%
    no-repeat;
  color: var(--ink);
}

.lp .prize__text {
  position: relative;
  z-index: 2;
}

.lp .prize h3 {
  color: currentColor;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.75;
}

.lp .prize p {
  margin-top: 22px;
  color: currentColor;
  font-family: var(--font-copy) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.lp .prize:not(.prize--main) {
  color: var(--white);
}

.lp .prize:not(.prize--main) .prize__text {
  width: 42%;
}

.lp .prize:not(.prize--main) h3 {
  color: var(--white);
  font-size: 46px;
}

.lp .prize img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.lp .prize--main img {
  display: none;
}

.lp .voucher {
  display: none;
}

.lp .play {
  position: relative;
  min-height: 0;
  aspect-ratio: 1440 / 808;
  display: grid;
  place-items: center;
  isolation: isolate;
  text-align: center;
  background: var(--purple-3);
}

.lp .play__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("https://files.r-gol.com/LP/penalty_challenge/assets/boisko.webp") center / cover no-repeat;
}

.lp .play::after {
  content: none;
}

.lp .play__person {
  display: none;
}

.lp .play__person::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--purple);
}

.lp .play__content {
  position: relative;
  z-index: 2;
}

.lp .play h2 {
  color: var(--pink);
  font-size: clamp(58px, 8vw, 102px);
  font-weight: 700;
  line-height: 0.78;
}

.lp .play p {
  margin: 6px 0 16px;
  color: var(--lime);
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.lp .attractions {
  position: relative;
  padding: 96px 0 150px;
  background: var(--purple);
}

.lp .section-title {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.lp .section-title p {
  margin-top: 18px;
  color: var(--white);
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.02;
  text-transform: uppercase;
}

.lp .attractions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp .tile {
  position: relative;
  min-height: 230px;
  padding: 30px;
  overflow: hidden;
  background: var(--pink);
  color: var(--ink);
}

.lp .tile h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 0.86;
}

.lp .tile p {
  max-width: 280px;
  margin-top: 22px;
  font-family: var(--font-copy) !important;
  font-size: 16px;
  line-height: 1.45;
}

.lp .tile--dj {
  grid-column: 1 / 3;
  min-height: 0;
  aspect-ratio: 821 / 358;
  background: url("https://files.r-gol.com/LP/penalty_challenge/assets/dj.webp") center / 100% 100% no-repeat;
}

.lp .tile--people {
  grid-column: 3;
  min-height: 0;
  aspect-ratio: 404 / 358;
  display: grid;
  align-content: end;
  background: url("https://files.r-gol.com/LP/penalty_challenge/assets/influ.webp") center / 100% 100% no-repeat;
  color: var(--purple-2);
}

.lp .faces {
  display: none;
  align-items: end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.lp .faces span {
  display: grid;
  place-items: end center;
  width: 86px;
  height: 86px;
  padding-bottom: 7px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--purple-2);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 0.8;
  text-align: center;
}

.lp .tile--contest {
  grid-column: 1;
  display: grid;
  align-items: end;
  min-height: 0;
  aspect-ratio: 402 / 357;
  color: var(--purple-2);
  background: url("https://files.r-gol.com/LP/penalty_challenge/assets/konkurs.webp") center / 100% 100% no-repeat;
}

.lp .tile--people h3,
.lp .tile--contest h3 {
  text-align: right;
}

.lp .tile--legend {
  grid-column: 2 / 4;
  min-height: 0;
  aspect-ratio: 819 / 355;
  background: url("https://files.r-gol.com/LP/penalty_challenge/assets/karny.webp") center / 100% 100% no-repeat;
}

.lp .tile--legend h3 {
  max-width: 270px;
  color: var(--purple-2);
}

.lp .tile--legend p {
  color: var(--purple-2);
}

@media (min-width: 861px) {
  .lp .tile--dj p,
.lp .tile--legend p {
    position: absolute;
    left: 30px;
    bottom: 26px;
    margin-top: 0;
  }
}

.lp .footer {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 90px 0 100px;
  background:
    var(--purple-2)
    url("https://files.r-gol.com/LP/penalty_challenge/assets/top_logo.webp")
    center top / 100% auto
    no-repeat;
}

.lp .footer .brand {
  position: relative;
  z-index: 2;
}

.lp .footer .brand img {
  width: 193px;
}

.lp .footer::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: clamp(38px, 9.1vw, 131px);
  background: url("https://files.r-gol.com/LP/penalty_challenge/assets/bottom.png") center bottom / 100% 100% no-repeat;
}

@media (max-width: 860px) {
  .lp .container {
    width: min(100% - 28px, var(--container));
  }

  .lp .topbar {
    position: relative;
    height: 86px;
  }

  .lp .topbar__inner {
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    padding: 10px 0;
  }

  .lp .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 15px;
  }

  .lp .nav a {
    font-size: 18px;
  }

  .lp .btn--small {
    display: none;
  }

  .lp .hero {
   min-height: 820px;
    padding: 36px 0 400px;
    background:
      #5700a7
      url("https://files.r-gol.com/LP/penalty_challenge/assets/hero_mobile.webp")
      center bottom / 100% auto
      no-repeat;
  }

  .lp .hero__grid {
    display: block;
    min-height: auto;
  }

  .lp .hero__copy {
    width: 100%;
  }

  .lp .event-logo {
    margin-inline: auto;
    transform: scale(0.88);
    transform-origin: top center;
  }

  .lp h1 {
    max-width: 360px;
    margin-top: 18px;
    font-size: clamp(76px, 23vw, 102px);
  }

  .lp .hero__lead {
    font-size: 30px;
  }

  .lp .hero__meta {
    font-size: 22px;
  }

  .lp .timer {
    padding: 48px 0 var(--timer-edge-height);
  }

  .lp .timer__numbers {
    font-size: clamp(58px, 19vw, 78px);
  }

  .lp .rules {
    padding-bottom: 74px;
  }

  .lp .rules__grid,
.lp .prizes__grid,
.lp .attractions__grid {
    grid-template-columns: 1fr;
  }

  .lp .prizes__grid {
    gap: 8px;
  }

  .lp .rules h2,
.lp .prizes h2,
.lp .section-title h2 {
    font-size: 66px;
  }

  .lp .rules h3 {
    font-size: 44px;
  }

  .lp .prize--main {
    grid-column: auto;
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 0;
    aspect-ratio: 378 / 680;
    background:
      var(--lime)
      url("https://files.r-gol.com/LP/penalty_challenge/assets/voucher_mobile.webp")
      center / 100% 100%
      no-repeat;
  }

  .lp .prize--main h3 {
    font-size: 50px;
    line-height: 0.78;
  }

  .lp .prize--main .prize__text {
    align-self: start;
  }

  .lp .prize--main p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.3;
  }

  .lp .voucher {
    width: 230px;
    margin: 16px auto 0;
    font-size: 44px;
  }

  .lp .prize {
    min-height: 510px;
  }

  .lp .prize:not(.prize--main) {
    min-height: 0;
    aspect-ratio: 379 / 541;
  }

  .lp .prize:not(.prize--main) .prize__text {
    width: 100%;
  }

  .lp .prize img {
    content: url("https://files.r-gol.com/LP/penalty_challenge/assets/2_miejsce_mobile.webp");
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .lp .prize:nth-child(3) img {
    content: url("https://files.r-gol.com/LP/penalty_challenge/assets/3_miejsce_mobile.webp");
  }

  .lp .prize--main img {
    display: none;
  }

  .lp .play {
    min-height: 0;
  }

  .lp .play__person {
    bottom: 70px;
    width: 190px;
    height: 270px;
  }

  .lp .section-title p {
    font-size: 21px;
  }

  .lp .tile,
.lp .tile--dj,
.lp .tile--people,
.lp .tile--contest,
.lp .tile--legend {
    grid-column: auto;
    min-height: 0;
  }

  .lp .tile--dj {
    aspect-ratio: 380 / 737;
    background-image: url("https://files.r-gol.com/LP/penalty_challenge/assets/dj_mobile.webp");
  }

  .lp .tile--people {
    aspect-ratio: 377 / 357;
    background-image: url("https://files.r-gol.com/LP/penalty_challenge/assets/influ_mobile.webp");
  }

  .lp .tile--contest {
    aspect-ratio: 378 / 357;
    background-image: url("https://files.r-gol.com/LP/penalty_challenge/assets/konkurs_mobile.webp");
  }

  .lp .tile--legend {
    aspect-ratio: 380 / 737;
    background-image: url("https://files.r-gol.com/LP/penalty_challenge/assets/karny_mobie.webp");
  }

  .lp .footer {
    min-height: 220px;
    padding: 58px 0 62px;
  }

  .lp .footer .brand img {
    width: 150px;
  }
}


/* Safari / embed anchor navigation fix */
.lp [id^="pc-"] {
  scroll-margin-top: 72px;
}

@media (max-width: 860px) {
  .lp [id^="pc-"] {
    scroll-margin-top: 12px;
  }
}
