/* 
Theme Name:   Wafelki Goralki - child
Template:     wafelkigoralki
*/
@font-face {
    font-family: 'The Hand Black';
    src: url('../wafelkigoralki-child/fonts/Lato-Black.woff2') format('woff2'),
         url('../wafelkigoralki-child/fonts/Lato-Black.woff') format('woff'),
         url('../wafelkigoralki-child/fonts/Lato-Black.ttf') format('truetype'),
         url('../wafelkigoralki-child/fonts/Lato-Black.eot'),
         url('../wafelkigoralki-child/fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'The Hand Bold';
    src: url('../wafelkigoralki-child/fonts/Lato-Bold.woff2') format('woff2'),
         url('../wafelkigoralki-child/fonts/Lato-Bold.woff') format('woff'),
         url('../wafelkigoralki-child/fonts/Lato-Bold.ttf') format('truetype'),
         url('../wafelkigoralki-child/fonts/Lato-Bold.eot'),
         url('../wafelkigoralki-child/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'The Hand Regular';
    src: url('../wafelkigoralki-child/fonts/Lato-Regular.woff2') format('woff2'),
         url('../wafelkigoralki-child/fonts/Lato-Regular.woff') format('woff'),
         url('../wafelkigoralki-child/fonts/Lato-Regular.ttf') format('truetype'),
         url('../wafelkigoralki-child/fonts/Lato-Regular.eot'),
         url('../wafelkigoralki-child/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
Style motywu
*/

body{
    overflow-x: hidden;
    font-family: 'The Hand Regular', sans-serif;
    background: #fff;
}
#wrapper{
  overflow: hidden;
}
a{
    color: #fff;
}
p{
    color: #fff;
    font-family: "The Hand Regular", sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5,h6 {
    font-family: 'The Hand Black', sans-serif;
}

h1{
    font-size: 90px;
    text-transform: uppercase;
    color: #fff;
}

img{
    max-width: 100%;
}
.display-flex{
    display: flex;
}
#main {
    margin-top: 0;
}
.page-e{
  min-height: 100vh;
    padding: 15rem 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand{
	display: flex;
    justify-content: center;
}

.navbar-brand img {
    height: auto;
    z-index: 999;
}

.navbar, .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    left: 0px;
    right: 0;
    position: absolute;
    top: 25px;
    padding: 0;
    background: transparent !important;
    z-index: 99;
	
}
.navbar-toggler{
    border: none;
    z-index: 1000;
    position: fixed;
    height: 73px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 15px 20px;
    top: 10px;
    right: 10px;

}
.line {
    width: 43px;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
    display: block;
    border-radius: 3px;
}
#header > .container-fluid{
  padding: 0 6%;
}
#navbar.show{
    right: 0;
}

#menu-menu li a{
    font-family: 'The Hand Black', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 12px;
}


.text-black, .text-black p{
  color: #000;
}
.leazy-load-section {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.leazy-load-section-h {
    opacity: 0;
    transform: translateY(10%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.leazy-load-section.visible, .leazy-load-section-h.visible {
    opacity: 1;
    transform: translateY(0);
}

.home #main {
    z-index: 0;
}

.hero--contest{
  position: relative;
  background-image: url(/wp-content/uploads/2026/02/bg-red-1.webp);
  background-repeat: no-repeat;
  z-index: 2;
}

/* navbar */
.hero__nav{
  position: relative;
  z-index: 5;
}


.hero__menu .nav-link{
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: .95;
}

.hero__menu .nav-link:hover{
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: .25em;
}

.hero__ctaLink{
  padding-inline: .25rem;
}

/* body spacing */
.hero__body{
  position: relative;
  z-index: 4;
  padding-top: 1.5rem;
  padding-bottom: 3.75rem;
}
.hero__copy{
  padding-right: 6rem;
  padding-top: 11rem;
}
/* text styles */
.hero__kicker{
  font-family: 'The Hand Black', sans-serif;
    font-weight: 600;
    font-size: 5rem;
    margin-bottom: 0;
}

.hero__title{
    font-weight: 900;
    font-size: clamp(8rem, 8vw, 10rem);
    margin-bottom: 5rem !important;
    line-height: 9rem !important;
}

.hero__lead, .hero__sub{
  line-height: 1.05;
  font-family: 'The Hand Black', sans-serif;
}

.hero__leadStrong{
  font-weight: 900;
  font-size: clamp(2.6rem, 3.2vw, 3.6rem);
}

.hero__leadSmall{
  font-weight: 900;
  font-size: clamp(1.95rem, 2.5vw, 1.15rem);
  display: inline-block;
  transform: translateY(-.15em);
  margin-left: .25em;
}
.hero__sub{
  margin-top: 3rem
}
.hero__subStrong{
font-weight: 600;
    font-size: clamp(3.35rem, 4.6vw, 4.1rem);
}

.hero__subSmall{
  font-weight: 900;
  font-size: clamp(1.95rem, 2.45vw, 1.15rem);
  line-height: 1.3;
}
.hero__sub_2{
  margin-left: 120px;
  line-height: 0.7;
  font-family: 'The Hand Black', sans-serif;
}
.hero__button{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 10;
}
/* button */
.hero__btn{
    font-family: 'The Hand Black', sans-serif;
    background: #ffd100;
    border: 0;
    color: #7a1b00;
    font-weight: 600;
    font-size: 3.1rem;
    border-radius: 45px;
    padding: .95rem 2.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    z-index: 999;
}

.hero__btn:hover{
  filter: brightness(0.98);
  transform: translateY(-1px);
  background: #7a1b00;
  color: #ffd100;
}

/* visuals */
.hero__visuals{
  position: relative;
}

.hero__polaroid{
  max-width: 100%;
  height: auto;
  display: block;
}

.hero__bar{
  position: relative;
  left: -9%;
  top: 0;
  max-width: 865px;
}

.hero__wafers{
  position: absolute;
    left: 13%;
    bottom: -15%;
    height: auto;
    rotate: 348deg;
    max-width: 800px;

}

/* bottom strip */
.hero__bottomStrip{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 84px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(245,245,245,.95));
  z-index: 2;
}

/* offcanvas tweaks */
.hero__offcanvas .nav-link{
  font-weight: 900;
  text-transform: uppercase;
  padding: .75rem 0;
}

/* hero-step */
.hero--step{
  position: relative;
  background-image: url(/wp-content/uploads/2026/02/tlo-biale.png);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover;
}
.hero--step p{
  font-size: 1.8rem;
  text-align: center;
}
.hero--step h2{
  text-align: center;
    font-size: 8rem;
    font-weight: 600;
    margin-top: 7rem;
    margin-bottom: 6rem;
}

.d-flex-left{
    display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.d-flex-center{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.d-flex-right{
    display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* hero-gift */
.hero--gift{
  position: relative;
  background-image: url(/wp-content/uploads/2026/02/bg-red-1.webp);
  background-repeat: no-repeat;
}

.hero--gift h2{
  text-align: center;
    font-size: 8rem;
    font-weight: 600;
    margin-top: 7rem;
    margin-bottom: 3rem;
}

/* hero-CONTACT */
.hero--contact{
  position: relative;
  background-image: url(/wp-content/uploads/2026/02/tlo-biale-2.png);
  background-repeat: no-repeat;
}

.hero--contact h2{
  text-align: center;
    font-size: 8rem;
    font-weight: 600;
    margin-top: 8rem;
    margin-bottom: 1rem;
}
.hero--contact p.center{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}

/* === CF7 GÓRALKI === */
.cf7-goralki{
  max-width: 1140px;
    margin: 0 auto;
    padding-top: 3rem;
  --brand: #b01717;
  --brand-dark: #8f1010;
  --text: #1a1a1a;
  --muted: #6f6f6f;
  color: var(--text);
}

.cf7-goralki *{ box-sizing: border-box; }
.cf7-goralki label{
    display: block;
    margin: 0 0 18px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.cf7-goralki input::placeholder, .cf7-goralki textarea::placeholder{
  color: #000;
}
.txt-label-cf{
  margin-left: 24px;
}
/* inputy/textarea CF7 są zwykle w .wpcf7-form-control */
.cf7-goralki .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance){
  width: 100%;
  border: 2px solid var(--brand);
  background: #fff;
  color: var(--text);
  font-weight: 600;
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease;
}

/* „pigułki” dla inputów */
.cf7-goralki input.wpcf7-form-control:not(.wpcf7-submit){
  border-radius: 45px;
  padding: 24px;
  font-size: 20px;
  line-height: 1.1;
}

/* textarea duże z zaokrągleniem */
.cf7-goralki textarea.wpcf7-form-control{
  border-radius: 26px;
  padding: 22px;
  font-size: 22px;
  line-height: 1.35;
  min-height: 260px;
  resize: vertical;
}

/* placeholder jak na screenie */
.cf7-goralki ::placeholder{
  color: #8d8d8d;
  font-weight: 600;
  opacity: 1;
}

/* focus */
.cf7-goralki .wpcf7-form-control:focus{
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(176, 23, 23, .18);
}

/* link „paragon” */
.cf7-goralki .paragon{
color: var(--brand);
margin-left: 24px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-align: left;
}
.cf7-goralki .paragon:hover{ color: var(--brand-dark); }

/* zgoda */
.cf7-consent{
  margin-top: 10px;
}
.cf7-consent .wpcf7-list-item{
  margin: 0;
}
.cf7-consent input[type="checkbox"]{
  width: 18px;
  height: 18px;
  color: #000;
  margin-right: 10px;
  transform: translateY(2px);
}
.cf7-consent .wpcf7-list-item-label{
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
}

/* dopisek terminu */
.cf7-note{
  margin: 10px 0 0;
  font-size: 18px !important;
  font-weight: 600;
  color: #000;
}

/* przycisk WYŚLIJ */
.wpcf7 input.wpcf7-submit{
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #b01717;
  color: #fff;
  border: 0;
  border-radius: 999px;

  padding: 10px 34px 5px 34px;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: .04em;
  text-transform: uppercase;

  cursor: pointer;
  transition: transform .08s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.15);
}
.wpcf7 input.wpcf7-submit:hover{ background: var(--brand-dark); }
.wpcf7 input.wpcf7-submit:active{ transform: translateY(1px); }

/* walidacje CF7 */
.wpcf7 .wpcf7-not-valid-tip{
  margin: 8px 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
}
.wpcf7 .wpcf7-response-output{
  margin: 14px 0 0;
  border: 2px solid var(--brand);
  border-radius: 18px;
  padding: 12px 14px;
  font-weight: 700;
}

/* === Widget „paragon” (dymek) === */

.cf7-paragon-wrap{
  position: relative;
  display: inline-block;
    line-height: 0.5;
  margin-left: 27px;
}

.cf7-goralki .paragon-pop{
  position: absolute;
  left: 60%;
  top: 12px;
  transform: translate(0, 0);
  width: min(206px, 86vw);
  z-index: 50;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.cf7-goralki .paragon-pop.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 6px);
}

/* Czerwone „pudełko” jak na screenie */
.cf7-goralki .paragon-pop__card{
  background: var(--brand, #b01717);
  border-radius: 14px;
  padding: 18px 16px 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

/* Tekst w górze */
.cf7-goralki .paragon-pop__top{
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  padding: 6px 8px 14px;
}

/* „Paragon” w środku */
.cf7-goralki .paragon-pop__receipt{
  position: relative;
}
.paragon-pop__r-head p, .paragon-pop__r-row p{
  color: #000;
}
.cf7-goralki .paragon-pop__r-head{
  text-align: center;
  color: #222;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.cf7-goralki .paragon-pop__r-row{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.cf7-goralki .paragon-pop__r-left{
  color: #555;
  font-weight: 700;
  font-size: 12px;
}

.cf7-goralki .paragon-pop__r-right{
  color: var(--brand, #b01717);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .02em;
}

/* „ząbki” paragonu */
.cf7-goralki .paragon-pop__r-teeth{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 16px;
  background:
    radial-gradient(circle at 12px 0, transparent 10px, #fff 11px) 0 0/24px 16px repeat-x;
    rotate: 180deg;
}

/* przycisk zamykania */
.cf7-goralki .paragon-pop__close{
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.cf7-goralki .paragon-pop__close:hover{
  background: rgba(255,255,255,.28);
}
.cf7-goralki .paragon-pop__close:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(255,255,255,.25);
}

/* „łącznik” na dół (czerwony pion jak na screenie) */
.cf7-goralki .paragon-pop__stem{
  width: 2px;
  height: 38px;
  background: var(--brand, #b01717);
  margin: 0 auto;
  border-radius: 999px;
}
.hero__wafers-mobile{
      display: none;
    }
/* Na mniejszych ekranach: wyśrodkuj pod linkiem */
@media (max-width: 680px){
  .cf7-goralki .paragon-pop{
    left: 50%;
    transform: translate(-50%, 0);
  }
  .cf7-goralki .paragon-pop.is-open{
    transform: translate(-50%, 6px);
  }
}


.footer{
  position: relative;
  background-image: url(/wp-content/uploads/2026/02/bg-red-1.webp);
  background-repeat: no-repeat;
  padding: 3rem 0;
}
ul.display-flex-footer li{
    padding: 0 40px;
}
.display-flex-footer{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    margin: 0;
    list-style-type: none;
}

.display-flex-col{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media (max-width: 1720px) {
.hero__wafers {
    left: 9%;
}
}

@media (max-width: 1600px) {
  .hero__bar {
    max-width: 710px;
}
 .hero__wafers {
    max-width: 700px;
    left: 6%;
}
}
@media (max-width: 1450px) {
  .hero__bar {
    max-width: 630px;
}
 .hero__wafers {
    max-width: 620px;
    left: 6%;
}
.hero__btn {
    font-size: 2.1rem;
}

.hero__title {
    font-size: clamp(7rem, 7vw, 8rem);
    margin-bottom: 3rem !important;
    line-height: 7rem !important;
}
.hero__kicker {
    font-size: 4rem;
}
.hero__leadStrong, .hero__subStrong  {
    font-size: clamp(2.6rem, 2.2vw, 2.6rem);
}
.hero__leadSmall, .hero__subSmall {
    font-size: clamp(1.5rem, 1.5vw, 2.15rem);
}
#menu-menu li a {
    font-size: 26px;
}

}
@media (max-width: 1240px) {
.hero--step p {
    font-size: 1.4rem;
}
.hero--step h2 {
    font-size: 6rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.hero--gift h2 {
    font-size: 6rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.hero--contact h2 {
    font-size: 6rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.hero--contact p.center {
    font-size: 1.4rem;
}
.display-flex-footer {
    font-size: 18px;
}
    .hero__wafers {
        max-width: 550px;
        left: 4%;
        bottom: -22%;
    }
}

@media (max-width: 992px) {
  #menu-menu{
  background-color: #c61a10;
    position: fixed;  
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding-top: 100px !important;
    z-index: 999;
    display: block;
    overflow: hidden;
}
.navbar-toggler.active .line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}
.navbar-toggler.active .line:nth-child(2) {
    opacity: 0;
}
.navbar-toggler.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(9px, -10px);
}
    .hero__body{
    padding-top: .75rem;
    padding-bottom: 2.25rem;
  }

  .hero__polaroid{
    width: min(300px, 92%);
    transform: rotate(-8deg);
  }

  .hero__btn{
    width: 100%;
    max-width: 340px;
  }
      #header .navbar-collapse{
    padding-top: 12px;
  }
  #header .navbar-nav .nav-link{
    padding: 10px 0;
  }
    #header .navbar-nav{
    gap: 22px; /* odstępy jak w screenie */
  }
    .cf7-goralki label{ margin-bottom: 14px; }
  .wpcf7 input.wpcf7-submit{
    font-size: 28px;
    padding: 14px 34px;
  }
  .hero__copy {
    padding-right: 0;
  }
  .hero__bar {
        max-width: 100%;
        position: relative;
        left: -2rem;
        top: -5rem;
    }
    .display-flex-footer{
      display: flex;
        flex-direction: column;
    }
    .display-flex-footer li{
      margin: 2rem 0;
    }
    .hero__wafers {
        max-width: 100%;
        left: 0%;
        bottom: -6%;
    }
    .hero--contest{
      background-size: cover;
    }
    .hero__wafers-mobile{
      display: block;
        top: -180px;
        margin-bottom: -180px;
        position: relative;
        rotate: 347deg;
    }
    .hero__wafers{
      display: none;
    }
  .d-flex-left, .d-flex-center,.d-flex-right  {
    align-items: center;
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {
  .hero--step h2 {
    font-size: 4rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.hero--gift h2 {
    font-size: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.hero--contact h2 {
    font-size: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

}

@media (max-width: 576px) {
    .hero__title {
        font-size: clamp(5rem, 5vw, 5rem);
        margin-bottom: 3rem !important;
        line-height: 5rem !important;
    }
        .hero__kicker {
        font-size: 3rem;
    }
    .hero__leadStrong, .hero__subStrong {
        font-size: clamp(2.0rem, 1.8vw, 2.0rem);
    }
        .hero__leadSmall, .hero__subSmall {
        font-size: clamp(1rem, 1vw, 1rem);
    }
    .hero__sub_2 {
    margin-left: 50px;
    line-height: 0.2;
    margin-bottom: 2rem;
    }
    .hero__btn {
        font-size: 1.6rem;
        max-width: 80%;
        margin: 0 auto;
        display: block;
        border-radius: 72px;
        padding: 15px 10px 10px 10px;
        line-height: 1;
    }
    .hero__sub {
    margin-top: 1.5rem;
}
.hero__copy {
    padding-top: 8rem;
}
    .hero__button {
    display: flex;
        justify-content: center;
        width: 100%;
    }
   .hero--step .d-flex-left img, .hero--step .d-flex-center img, .hero--step .d-flex-right img {
    max-width: 200px;
}
.mb-glowna{
  margin-bottom: 4rem !important;
}
.navbar-brand img {
    max-width: 150px;
}
.navbar, .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
  top: 10px;
}
    .hero--step h2 {
        margin-top: 6rem;
}
    .hero--gift h2 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .hero--contact h2 {
        margin-top: 3.5rem;
    }

    .hero--step p {
        line-height: 1.2;
    }
    .cf7-goralki .paragon {
    line-height: 1.2;
    top: -20px;
    position: relative;
  }
    .display-flex-footer {
        padding: 0;
        margin-top: 3rem;
        font-size: 24px;
        text-align: center;
    }
    .display-flex-footer li {
        margin: 1rem 0;
    }
    footer .navbar-brand img {
        max-width: 100%;
    }
}

@media (max-width: 360px) {

}