@font-face {
  font-family: "BrandingSF";
  src: url('../fonts/BrandingSFCndMedium/font.woff2') format('woff2'),
       url('../fonts/BrandingSFCndMedium/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BrandingSF";
  src: url('../fonts/BrandingSFCndBold/font.woff2') format('woff2'),
       url('../fonts/BrandingSFCndBold/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

:root {
  --navy:    #021b43;
  --red:     #e40134;
  --yellow:  #fec800;
  --white:   #ffffff;
  --muted:   #62738e;
  --border:  #113b6a;
  --divider: #3e5a87;
  --subtle:  #4F6994;
  --font-primary: 'BrandingSF';
  --font-accent:  'Epistula', 'Georgia', serif;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: #e40134;
    color: #fff;
}

::-moz-selection {
    background: #e40134;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.section-text {
    font-family: var(--font-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    line-height: 0.9;
    text-align: center;
    color: var(--white);
}

@media (max-width: 1024px) {
  .section-text {
    font-size: 40px;
  }
}

/* =========================
   BACKGROUNDS
========================= */

.hero {
    width: 100vw;
    height: 100vh;
    min-height: 1500px;
    position: relative;
    margin-bottom: -75px;
    z-index: 1;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../assets/hero-bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to bottom, #000 98%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 98%, transparent 100%);
    z-index: -1;
}

.turf-background-wrapper {
  position: relative;
  width: 100%;
  margin-top: -50px;
}

.turf-background-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(to top, var(--navy) 0%, rgba(0,0,0,0) 35%),
    url('../assets/stadium-aerial.png');
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 2%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 2%);
  z-index: -1;
}

/* .gradient-background {
  width: 100vw;
  background: var(--navy);
  background-size: cover;
  background-position-x: center;
  display: flex;
  flex-direction: column;
} */

.gradient-background {
  width: 100vw;
  background: 
    radial-gradient(50% 50% at 50% 50%, #0F59BE 0%, rgba(15, 89, 190, 0.991353) 6.67%, rgba(15, 88, 189, 0.96449) 13.33%, rgba(14, 87, 187, 0.91834) 20%, rgba(14, 86, 184, 0.852589) 26.67%, rgba(14, 84, 181, 0.768225) 33.33%, rgba(13, 82, 177, 0.668116) 40%, rgba(13, 80, 173, 0.557309) 46.67%, rgba(12, 78, 168, 0.442691) 53.33%, rgba(12, 76, 163, 0.331884) 60%, rgba(11, 74, 159, 0.231775) 66.67%, rgba(11, 72, 156, 0.147411) 73.33%, rgba(10, 71, 153, 0.0816599) 80%, rgba(10, 70, 151, 0.03551) 86.67%, rgba(10, 69, 150, 0.0086472) 93.33%, rgba(10, 69, 150, 0) 100%),
    radial-gradient(50% 50% at 50% 50%, #0F59BE 0%, rgba(15, 89, 190, 0.991353) 6.67%, rgba(15, 88, 189, 0.96449) 13.33%, rgba(14, 87, 187, 0.91834) 20%, rgba(14, 86, 184, 0.852589) 26.67%, rgba(14, 84, 181, 0.768225) 33.33%, rgba(13, 82, 177, 0.668116) 40%, rgba(13, 80, 173, 0.557309) 46.67%, rgba(12, 78, 168, 0.442691) 53.33%, rgba(12, 76, 163, 0.331884) 60%, rgba(11, 74, 159, 0.231775) 66.67%, rgba(11, 72, 156, 0.147411) 73.33%, rgba(10, 71, 153, 0.0816599) 80%, rgba(10, 70, 151, 0.03551) 86.67%, rgba(10, 69, 150, 0.0086472) 93.33%, rgba(10, 69, 150, 0) 100%),
    var(--navy);
  background-size: 80% 60%, 80% 60%, cover;
  background-repeat: no-repeat;
  background-position: -200% 100px, 150% 180%, center;
}

@media (max-width: 768px) {
  .gradient-background {
    background: var(--navy);
  }
}

/* =========================
   HEADER
========================= */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* HEADER GRID */
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 40px;
}

/* Logo */
.logo-img {
  width: 196px;
  height: 101px;
}

/* Menu desktop */
.main-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* Menu linki */
.main-nav a {
    font-family: var(--font-primary);
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover {
    transform: scale(1.1);
}

/* Buttony */
.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-right: 40px;
  justify-self: end;
}

/* Hamburger – ukryty na desktop */
.hamburger {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 32px;
  cursor: pointer;
  z-index: 1001;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    color: var(--white);
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 50px;
    opacity: 1;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: scale(1.05);
}

.btn-frog {
    background-color: var(--white);
    padding: 10px 20px;
    cursor: default;
}

.btn-frog:hover {
    transform: none;
}

.menu-close {
  display: none;
}

.mobile-nav-logo {
  display: none;
}

.mobile-nav-bottom {
  display: none;
}

/* =========================
   HEADER MOBILE
========================= */
@media (max-width: 1320px) {

  .menu-close {
    display: block;
  }

  /* Header grid – logo + hamburger + button */
  .header-inner {
    grid-template-columns: auto auto;
    align-items: center;
    padding: 15px 20px;
  }

  /* Hamburger widoczny */
  .hamburger {
    display: block;
    justify-self: right;
    color: var(--white);
  }

  /* Menu – ukryte dopóki nie kliknięte */
  .main-nav {
    position: fixed;
    inset: 0;
    background: #021b43;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;

    z-index: 1000;
  }

  /* Menu aktywne po kliknięciu */
  .main-nav.active {
    display: flex;
  }

  /* Opcjonalnie zmniejszamy przyciski lub logo */
  .logo-img {
    width: 100px;
    height: auto;
  }

  .header-buttons {
    padding-right: 0px;
    gap: 10px;
    flex-direction: column;
  }

  .header-buttons a.btn {
    font-size: 12px;
    height: 16px;
  }

  .mobile-hidden {
    display: none;
  }

  /* img.frog-btn-text {
    width: auto;
    max-width: 100%;
    height: 22px;
    display: block;
  } */

  .main-nav.active {
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    font-size: 32px;
    text-decoration: none;
    color: var(--white);
    font-weight: 700;
  }

  .menu-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 36px;
    color: var(--white);
    cursor: pointer;
  }

  .header-buttons {
    display: none;
  }

  .mobile-nav-logo {
    display: block;
    width: 140px;
    height: auto;
    margin-bottom: 10px;
  }

  .mobile-nav-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  body.menu-open {
    overflow: hidden;
  }

}

/* =========================
   HERO SITE
========================= */

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 193px;
}

.inner-hero-text {
    display: flex;
    flex-direction: column;
}

.hero-text {
    text-align: center;
    font-size: 140px;
    font-weight: bold;
    font-family: var(--font-primary);
    color: var(--white);
    line-height: 80%;
}

.hero-accent {
    position: relative;
    left: 120.5px;
    top: 31px;
    width: 116px;
    height: 59px;
}

.hero-frog-btn {
  display: none;
}

/* =========================
   HERO SITE MOBILE
========================= */
@media (max-width: 1024px) {
    .hero {
        min-height: 1100px;
    }

    .hero-frog-btn {
        display: inline-flex;
        padding: 6px 20px;
    }

    .hero-frog-btn .frog-btn-text {
        height: 18px;
        width: auto;
    }

    .hero-text {
        font-size: 50px;
    }

    .hero-content {
        gap: 20px;
    }

    .hero-content .btn {
        font-size: 22px;
        padding: 14px 50px;
    }

    .hero-accent {
        width: 50px;
        height: auto;
        left: 40px;
        top: 8px;
    }
}

/* =========================
   PRIZES SITE
========================= */

.prizes-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 77px;
}

.prizes-accent {
    position: relative;
    left: -200px;
    top: 15px;
    width: 38px;
    height: 20px;
}

.prizes-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 27px;
}

/* SMARTBAND */
.prize-frame {
    width: 942px;
    height: auto;
    transform: translateX(-20%);
    z-index: 2;
}

.prize-smartband {
    width: 472px;
    height: auto;
    transform: translateX(50%);
    z-index: 1;
}


.prize-smartband-arrow {
  width: 57.4px;
  transform: rotate(15deg)
}

.prize-tickets-arrow {
  width: 57.4px;
  transform: rotate(-10deg) translateY(-200%)
}

.promo-wrapper-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  transform: rotate(-13.96deg) translateX(calc(180% - 50px)) translateY(-10%);
  z-index: 10;
}

.promo-wrapper-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.promo-wrapper-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: rotate(4.1deg) translateX(calc(-200% + 50px)) translateY(-40%);
    z-index: 10;
}

.promo-text {
    font-family: var(--font-accent);
    font-weight: 500;
    font-size: 90px;
    line-height: 0.9;
    color: var(--yellow);
}

.promo-text-2 {
    font-family: var(--font-accent);
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: var(--yellow);
}

.promo-number-img {
    width: auto;
    height: 90px;
}

.promo-text-2-img {
    width: 200px;
    height: auto;
}

.promo-text-3 {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 0.9;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}


/* =========================
   MOBILE PRIZES SITE
========================= */



@media (max-width: 1024px) {
  .prizes-accent {
    width: 25px;
    height: auto;
    left: -100px;
    top: 5px;
  }

  .prizes-layout {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    align-items: center;
  }

  .prize-smartband {
    order: 1;
    width: 100%;
    max-width: 280px;
    transform: none;
    margin-top: 50px;
  }

  .promo-wrapper-left {
    transform: none;
    flex-direction: column;
    align-items: center;
    order: 2;
    gap: 10px;
  }

  .prize-smartband-arrow {
    display: none;
  }

  .prize-frame {
    order: 3;
    width: 100%;
    max-width: 350px;
    transform: none;
    margin-top: 25px;
  }

  .promo-wrapper-right {
    transform: none;
    flex-direction: column;
    align-items: center;
    order: 4;
    gap: 10px;
  }

  .prize-tickets-arrow {
    display: none;
  }

  .promo-number-img {
    height: 70px;
  }

  .promo-text-2-img {
    width: 200px;
  }

  .promo-text-3 {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .prizes-layout {
    gap: 8px;
    padding: 0 10px;
  }

  .prize-smartband {
    max-width: 180px;
  }

  .prize-frame {
    max-width: 220px;
  }

  .promo-number-img {
    height: 55px;
  }

  .promo-text-2-img {
    width: 170px;
  }

  .promo-text-3 {
    font-size: 16px;
  }
}


/* =========================
   STEPS SITE
========================= */

.steps {
  padding-bottom: 136px;
}

.steps-accent {
  position: relative;
  left: -130px;
  top: 15px;
  width: 38px;
  height: 20px;
}

.steps-wrapper-pc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  margin-bottom: 233px;
}

.img-duda-left {
  position: absolute;
  top: 20%;
  transform: translateY(-50%) translateX(-80%);
  width: 650px;
  height: auto;
  z-index: 1;
}

.img-prize-small-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-20%) translateX(-10%);
  width: 550px;
  height: auto;
  z-index: 6;
}

.img-sofa-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-60%) translateX(30%);
  width: 300px;
  height: auto;
  z-index: 5;
}

.img-stadium-aerial-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-10%) translateX(40%);
  width: 500px;
  height: auto;
  z-index: 4;
}

.steps-dashed-line {
  position: absolute;
  top: 0%;
  transform: translateY(200%) translateX(-130%);
  width: 200px;
  height: auto;
  z-index: 6;
}

.first-step {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  top: 0%;
  transform: translateY(150%) translateX(0%) rotate(-3.98deg);
  height: auto;
  z-index: 6;
}

.steps-arrow-first {
  position: absolute;
  top: 50%;
  transform: translateY(-60%) translateX(280%);
  width: 50px;
  height: auto;
  z-index: 6;
}

.steps-arrow-second {
  position: absolute;
  top: 50%;
  transform: translateY(220%) translateX(-100%);
  width: 150px;
  height: auto;
  z-index: 6;
}

.steps-arrow-third {
  position: absolute;
  top: 100%;
  transform: translateY(-180%) translateX(-110%);
  width: 120px;
  height: auto;
  z-index: 6;
}

.second-step {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  top: 50%;
  transform: translateY(60%) translateX(40%) rotate(2.86deg);
  height: auto;
  z-index: 6;
}

.third-step {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  top: 100%;
  transform: translateY(-180%) translateX(-140%) rotate(-5.08deg);
  height: auto;
  z-index: 6;
}

.step-first-text {
  color: var(--white);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 45px;
  line-height: 0.9;
  letter-spacing: 0;
}

.step-second-text {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--white);
}

.step-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-epistula {
  font-family: var(--font-accent);
  font-weight: 500;
  font-size: 60px;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
  color: var(--yellow);
}

.steps-wrapper-mobile {
  display: none;
}

/* =========================
   MOBILE STEPS SITE
========================= */

@media (max-width: 1024px) {
  .steps-accent {
    width: 22px;
    height: auto;
    left: -65px;
    top: 5px;
  }

  .steps {
    padding-bottom: 27px;
  }

  .steps-wrapper-pc {
    display: none;
  }

  .img-duda-left {
    display: none;
  }

  .img-prize-small-bottom {
    display: none;
  }

  .img-sofa-bottom {
    display: none;
  }

  .img-stadium-aerial-bottom {
    display: none;
  }

  /* Wrapper mobile */
  .steps-wrapper-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; /* odstęp między krokami */
    padding: 30px 20px;
    max-width: 100%;
  }

  /* Każdy krok */
  .step-mobile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 400px; /* opcjonalnie, żeby nie rozciągało za szeroko */
  }

  /* Numer kroku */
  .step-mobile .step-epistula {
    font-family: var(--font-accent); /* Epistula */
    font-weight: 500;
    font-size: 60px;
    color: var(--yellow);
    flex-shrink: 0;
    line-height: 1;
    text-align: center;
  }

  /* Teksty kroku */
  .step-mobile .step-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .step-mobile .step-first-text {
    color: var(--white);
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
  }

  .step-mobile .step-second-text {
    color: var(--white);
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

/* =========================
   SEND SITE
========================= */

.send {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.send-accent {
  position: relative;
  left: -5px;
  top: 15px;
  width: 38px;
  height: 20px;
}

.form-container {
  position: relative; /* to będzie “parent” dla telefonu */
  display: flex;
  justify-content: center; /* formularz wycentrowany */
}

.form-paper {
  width: 420px;
  background: var(--white);
  border-radius: 20px;
  padding: 50px 110px 50px 50px;
  z-index: 2;
  margin-left: -200px;
}

.form-phone {
  position: absolute;
  top: 80px;
  right: -240px;
  width: 400px;
  height: auto;
  z-index: 4;
}

.form-burger-phone {
  position: absolute;
  top: 460px;
  right: -300px;
  width: 400px;
  height: auto;
  z-index: 3;
}

.form-burger-left {
  position: absolute;
  top: 220px;
  right: 500px;
  width: 450px;
  height: auto;
  z-index: 0;
}

.form-stadium-left {
  position: absolute;
  top: 360px;
  right: 420px;
  width: 450px;
  height: auto;
  z-index: 1;
}

.form-stadium-bottom-left {
  position: absolute;
  top: 1020px;
  right: 150px;
  width: 450px;
  height: auto;
  z-index: 0;
}

.form-stadium-bottom-right {
  position: absolute;
  top: 1150px;
  right: -80px;
  width: 450px;
  height: auto;
  z-index: 0;
}

.form-arrow-left {
  position: absolute;
  top: 1040px;
  right: 370px;
  width: 150px;
  height: auto;
  z-index: 3;
  transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.has-form-errors .form-arrow-left {
  top: 1090px;
}

.form-arrow-right {
  position: absolute;
  top: 305px;
  right: -290px;
  width: 150px;
  height: auto;
  z-index: 5;
}

.form-group{
  margin-bottom:31px
}

.form-group label{
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 0.9;
  font-family: var(--font-primary);
  text-transform: uppercase;
}
/* Figma: inputs 460×60, border 1px #113b6a, pad 10/30, font 21px/27px */
.form-group input,.form-group select{
  width: 90%;
  border:1px solid var(--border);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 30px;
  font-family:var(--font-primary);
  font-size: 21px;
  line-height:1.3;
  text-transform: uppercase;
  color:var(--navy);
  background:var(--white);
  transition: border-color .2s;
}

.form-group .select-wrap {
  width: 116%;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  background: url('../assets/arrow-form-down.svg') no-repeat right 10px center;
  background-size: 20px 20px;
  padding-right: 50px;
}


/* Figma: textarea pad 20/30, font 18px/23px */
.form-group textarea {
  width: 90%;
  border:1px solid var(--border);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 30px;
  font-family:var(--font-primary);
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  color:var(--navy);
  background:var(--white);
  transition:border-color .2s;
  resize: none;
}

.char-counter {
  font-family: var(--font-primary);
  font-size: 14px;
  color: var(--muted);
  text-align: right;
  margin-top: 6px;
  margin-bottom: 0;
}

.form-hint {
  font-family:var(--font-primary);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
  color: var(--muted);
  margin-top: 4px;
}

.form-group input:focus,.form-group textarea:focus,.form-group select:focus {
  outline:none;
  border-color:var(--red)
}

.form-group input::placeholder,.form-group textarea::placeholder{
  color:var(--muted)
}

.form-group--textarea label{
  line-height:22px
}

.form-rodo {
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--muted);
  margin: 10px 0
}

.form-check {
  margin-bottom: 10px
}
.form-check label{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--font-primary);
  font-weight: 500;
  text-transform: uppercase;
}

.form-check input[type="checkbox"] {
  position:absolute;
  opacity:0;
  width:0;
  height:0
}

.custom-checkbox{
  display:inline-block;
  flex-shrink:0;
  width:20px;
  height:20px;
  border:1px solid var(--border);
  border-radius:3.5px;
  margin-top:1px;
  position:relative;
  box-sizing:border-box;
}

.form-check input:checked~.custom-checkbox{
  background:var(--border) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='4 5 12 11'%3E%3Cpath d='M15.924 6.69772L14.4403 5.08463C14.4157 5.0578 14.3863 5.03652 14.3541 5.022C14.3218 5.00747 14.2872 5 14.2522 5C14.2173 5 14.1827 5.00747 14.1504 5.022C14.1181 5.03652 14.0888 5.0578 14.0641 5.08463L7.79768 11.8826C7.773 11.9095 7.74368 11.9308 7.7114 11.9453C7.67912 11.9598 7.64451 11.9673 7.60956 11.9673C7.57461 11.9673 7.54001 11.9598 7.50773 11.9453C7.47545 11.9308 7.44613 11.9095 7.42144 11.8826L5.93774 10.2696C5.91306 10.2427 5.88374 10.2214 5.85146 10.2069C5.81918 10.1924 5.78457 10.1849 5.74962 10.1849C5.71467 10.1849 5.68006 10.1924 5.64778 10.2069C5.6155 10.2214 5.58618 10.2427 5.5615 10.2696L4.0778 11.8826C4.02798 11.9367 4 12.0099 4 12.0863C4 12.1627 4.02798 12.2359 4.0778 12.29L7.42144 15.9154C7.44613 15.9422 7.47545 15.9635 7.50773 15.978C7.54001 15.9925 7.57461 16 7.60956 16C7.64451 16 7.67912 15.9925 7.7114 15.978C7.74368 15.9635 7.773 15.9422 7.79768 15.9154L15.924 7.10099C15.9727 7.04714 16 6.97475 16 6.89935C16 6.82395 15.9727 6.75156 15.924 6.69772Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
  background-size:12px 11px;
  border-color:var(--border)
}

.btn-form {
  border: 0;
  margin-top: 30px;
}

/* =========================
   MOBILE SEND SITE
========================= */

@media (max-width: 1024px) {
  .send-accent {
    width: 20px;
    height: auto;
    left: -2px;
    top: 8px;
  }

  .form-phone {
    display: none;
  }

  .form-burger-phone {
    display: none;
  }

  .form-stadium-bottom-left {
    display: none;
  }

  .form-stadium-bottom-right {
    display: none;
  }

  .form-arrow-left {
    display: none;
  }

  .form-arrow-right {
    display: none;
  }

  .form-burger-left {
    display: none;
  }

  .form-container{
    display: flex;
    flex-direction:column;
    align-items:center;
    max-width:100%
  }

  .form-paper {
    width: 90%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-left: 0px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 90%;
    font-size: 18px;
    padding: 10px 15px;
  }

  .form-group label {
    font-size: 18px;
    line-height: 1.2;
  }

  .form-hint {
    font-size: 14px;
    line-height: 1.3;
  }

  .form-rodo {
    font-size: 12px;
    line-height: 1.3;
  }

  .form-check label {
    font-size: 14px;
    line-height: 1.3;
    gap: 8px;
  }

  .send {
    padding: 20px 0;
  }

  .select-wrap select { 
    padding: 10px 40px 10px 30px;
  }

  .select-arrow {
    display: none;
  }

  .btn-form {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
  }

  .form-group .select-wrap {
    width: 105%;
  }
}

@media (max-width: 768px) { 
  .form-group .select-wrap {
    width: 110%;
  }
}

/* =========================
   WINNERS SITE
========================= */
.winners {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 5;
}

.winners-accent {
  position: relative;
  left: 40px;
  top: 15px;
  width: 38px;
  height: 20px;
}

.winner-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.winner-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.winner-type-text {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 30px;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
}

.winners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.winner-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.winner-block-text {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 22px;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--white);
}

/* Przejścia */
.winner-type-text.active {
  color: var(--white);
  border-bottom: 3px solid var(--white);
}

.winner-type-text.inactive {
  color: rgba(255,255,255,0.5);
  border-bottom: none;
}

/* Hide inactive lists */
.winners-list.hidden {
  display: none;
}

.winner-text-box {
  padding-top: 180px;
}

/* =========================
   MOBILE WINNERS SITE
========================= */

@media (max-width: 1024px) {
  .winners {
      gap: 30px;
  }

  .winners-accent {
    width: 20px;
    height: auto;
    left: 33px;
    top: 6px;
  }
  .winner-type-text {
    font-size: 22px;
  }

  .winner-block-text {
    font-size: 22px;
  }
  
  .winners-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .winner-block {
    width: 100%;
    max-width: 400px;
    padding: 14px 22px;
    box-sizing: border-box;
  }

  .winner-text-box {
    padding-top: 27px;
  }
}

@media (max-width: 767px) {
  .winners-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

/* =========================
   PRODUCTS SITE
========================= */

.products-accent {
  position: relative;
  left: -150px;
  top: 15px;
  width: 38px;
  height: 20px;
}

.products {
  padding-top: 170px;
}

.filet-accent {
  position: relative;
  left: 80px;
  top: -30px;
  width: 38px;
  height: 20px;
}

.products-img {
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 0 auto;      /* wycentrowanie obrazka niezależnie od tekstu */
    display: block;
}

.products-box {
    display: grid;
    grid-template-columns: max-content auto max-content; /* lewy tekst | obrazek | prawy tekst */
    align-items: center;     /* pionowo wycentrowany */
    justify-items: center;   /* poziomo wycentrowany */
    gap: 0px;                /* dokładnie przy obrazku */
}

.product-filet {
    grid-column: 1 / 2;
    justify-self: end;       /* przy obrazku */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-szynka {
    grid-column: 3 / 4;
    justify-self: start;     /* przy obrazku */
    text-align: center;
    margin-top: -200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.product-text-header {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
}

.product-text-unit {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.products-outer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-pasztetowa {
    position: relative;
    top: -70px;
    left: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.product-img-wrapper {
    position: relative; /* punkt odniesienia dla strzałek */
    display: inline-block;
}

.product-arrow-left {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 157px;
    height: 71px;
}

.product-arrow-right {
    position: absolute;
    right: 0px;
    top: 44%;
    transform: translateY(-50%);
    width: 177px;
    height: 80px;
}

.product-arrow-down {
    position: absolute;
    top: 70%;
    left: 40%;
    transform: translateX(-50%);
    width: 70px;
    height: auto;
}

/* =========================
   MOBILE PRODUCTS SITE
========================= */

@media (max-width: 1024px) {
  .products {
    padding-top: 30px;
  }

  .products-accent {
    width: 20px;
    height: auto;
    left: -75px;
    top: 8px;
  }

  .products-outer-box {
    padding: 0 20px;
  }

  .products-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .product-img-wrapper {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .products-img {
    width: 90%;
    max-width: 500px;
    height: auto;
  }

  .product-arrow-left,
  .product-arrow-right,
  .product-arrow-down {
    display: none;
  }

  .product-filet {
    order: 2;
    grid-column: auto;
    justify-self: center;
    margin-top: 0;
  }

  .product-szynka {
    order: 3;
    grid-column: auto;
    justify-self: center;
    margin-top: 0;
  }

  .product-pasztetowa {
    order: 4;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .filet-accent {
    display: none;
  }

  .product-text-header {
    font-size: 24px;
  }

  .product-text-unit {
    font-size: 16px;
  }
}

/* =========================
   FAQ SITE
========================= */

.faq {
  padding-bottom: 87px;
}

.faq-accent {
  position: relative;
  left: -35px;
  width: 38px;
  height: 20px;
}

.faq-list {
  padding-top: 40px;
  max-width:800px;
  margin: 0 auto
}

.faq-item { 
  border-bottom:1px solid rgba(62,90,135,.2)
}

.faq-item:first-child {
  border-top: 1px solid rgba(62, 90, 135, .2);
}

.faq-item button {
  font-family: var(--font-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  padding: 25px 0 25px 0;
  gap: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.faq-icon { 
  flex-shrink:0;
  width: 20px;
  height: 20px;
  background:var(--divider);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.faq-icon::before,.faq-icon::after {
  content:'';
  position:absolute;
  background:var(--white);
  border-radius:1px;
  transition:transform .3s
}

.faq-icon::before {top:50%;left:4px;right:4px;height:3px;transform:translateY(-50%)}
.faq-icon::after{top:4px;bottom:4px;left:50%;width:3px;transform:translateX(-50%)}
.faq-item.open .faq-icon::after{transform:translateX(-50%) rotate(90deg)}


.faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease
}

.faq-answer p {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 25px;
  color: var(--white);
  font-family: var(--font-primary);
}

.faq-item.open .faq-answer {
  max-height:300px
}

/* =========================
   MOBILE FAQ SITE
========================= */

@media (max-width: 1024px) {
  .faq-accent {
    width: 20px;
    height: auto;
    left: -17px;
  }

  .faq-item button {
    font-size: 18px;
    padding: 14px 15px;
  }

  .faq-answer p {
    font-size: 17px;
    padding: 0px 15px;
  }
}

/* =========================
   FOOTER
========================= */

.site-footer {
  padding: 36px 0px;
  position:relative;
  z-index:2
}

.footer-inner {
  margin:0 auto;
  text-align: center
}

.footer-nav{ 
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 20px;
}

.footer-nav a{ 
  font-family: var(--font-primary);
  font-size: 21px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: uppercase;
  transition:color .2s;
  color: var(--white);
  text-decoration: none;
}

.footer-nav a:hover{ 
  color:var(--yellow)
}

.copyright { 
  font-family: var(--font-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  color:var(--subtle);
  text-transform: uppercase;
}

.ekstraklasa {
  display: flex;
  justify-content: center;
}

.ekstraklasa-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* =========================
   FOOTER MOBILE
========================= */

@media (max-width: 1024px) {
  .copyright {
    flex-direction: column;
    gap: 20px;
  }

  .footer-nav {
    flex-direction: column;
  }
}

/* =========================
   FORM STATES (CMS)
========================= */

.form-errors {
  background: rgba(228,1,52,0.1);
  border: 1px solid var(--red);
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 30px;
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--red);
}

.form-errors p {
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-errors ul {
  margin: 0;
  padding-left: 20px;
}

.form-errors li {
  margin-bottom: 5px;
}

.form-sent-box {
  text-align: center;
  padding: 60px 30px;
}

.form-sent-box .form-sent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #22c55e;
  border-radius: 50%;
  margin-bottom: 30px;
}

.form-sent-box .form-sent-icon svg {
  width: 40px;
  height: 40px;
}

.form-sent-box h3 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--navy);
  margin: 0 0 10px;
}

.form-sent-box p {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  color: var(--muted);
  text-transform: uppercase;
}

.form-ended-box {
  text-align: center;
  padding: 60px 30px;
}

.form-ended-box h3 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--navy);
  margin: 0 0 10px;
}

.form-ended-box p {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  color: var(--muted);
  text-transform: uppercase;
}

.form-group--error input,
.form-group--error select,
.form-group--error textarea {
  border-color: var(--red) !important;
}

.form-group .form__error,
.form-check .form__error {
  display: block;
  font-family: var(--font-primary);
  font-size: 14px;
  color: var(--red);
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.form-check--error .custom-checkbox {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 2px rgba(228,1,52,0.25);
}

.form-check--error input:checked~.custom-checkbox {
  background: var(--border) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='4 5 12 11'%3E%3Cpath d='M15.924 6.69772L14.4403 5.08463C14.4157 5.0578 14.3863 5.03652 14.3541 5.022C14.3218 5.00747 14.2872 5 14.2522 5C14.2173 5 14.1827 5.00747 14.1504 5.022C14.1181 5.03652 14.0888 5.0578 14.0641 5.08463L7.79768 11.8826C7.773 11.9095 7.74368 11.9308 7.7114 11.9453C7.67912 11.9598 7.64451 11.9673 7.60956 11.9673C7.57461 11.9673 7.54001 11.9598 7.50773 11.9453C7.47545 11.9308 7.44613 11.9095 7.42144 11.8826L5.93774 10.2696C5.91306 10.2427 5.88374 10.2214 5.85146 10.2069C5.81918 10.1924 5.78457 10.1849 5.74962 10.1849C5.71467 10.1849 5.68006 10.1924 5.64778 10.2069C5.6155 10.2214 5.58618 10.2427 5.5615 10.2696L4.0778 11.8826C4.02798 11.9367 4 12.0099 4 12.0863C4 12.1627 4.02798 12.2359 4.0778 12.29L7.42144 15.9154C7.44613 15.9422 7.47545 15.9635 7.50773 15.978C7.54001 15.9925 7.57461 16 7.60956 16C7.64451 16 7.67912 15.9925 7.7114 15.978C7.74368 15.9635 7.773 15.9422 7.79768 15.9154L15.924 7.10099C15.9727 7.04714 16 6.97475 16 6.89935C16 6.82395 15.9727 6.75156 15.924 6.69772Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
  background-size: 12px 11px;
  border-color: var(--red) !important;
}

.form-check--error label {
  color: var(--red) !important;
}

/* =========================
   COOKIE BOX
========================= */
#cookie {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 20px;
  padding: 20px 30px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  z-index: 9999;
  font-family: var(--font-primary);
}

#cookie h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 10px;
}

#cookie p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 15px;
  line-height: 1.4;
}

.form-stadium-left { display: none; }

@media (max-width: 1024px) {
  .form-stadium-left { display: none; }
}