:root {
  --wp--preset--font-family--base: 'Poppins', sans-serif;
  --wp--preset--font-family--heading: 'Poppins', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif!important;
}

p {
  margin-block-start: 20px!important;
  margin-block-end: 20px!important;
}

.transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
    margin: 0;
    padding: 20px;
  }
  .row-set{
    padding-top:100px;
    padding-bottom:100px;
  }
  
  .wp-site-blocks {
    position: relative;
  }
  
  .hero-section {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.glass-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(50px);
  position: relative;
  z-index: 10;
}

.hero-section.wp-block-cover {
  overflow: visible !important;
  position: relative;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

form.wp-block-search {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search__input {
  width: 100%;
  background-color: rgba(255,255,255,0.2);
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
}

.wp-block-search__input::placeholder {
  color: rgba(255,255,255,0.8);
}

.wp-block-search__button {
  display: none;
}

.sort-by label {
  font-weight: normal;
}

.taxonomy-category{
  max-width:200px;
}
.read-more-row{
  position: absolute;
  bottom: 40px;
  right:40px;
}


@media screen and (max-width: 768px) {

  .hero-section{
    min-height: 692px!important;
    padding: 140px 40px!important;
  }

  .hero-section-main{
    min-height: 692px!important;
  }

  .wp-image-460{
    object-position: 90% center;
  }

  .transparent-header {
    padding: 10px 0;
  }

  .header-site-logo{
    width:120px;
  }
  .wp-container-content-0733e5d0 {
    flex-basis: 100%;
    padding-top: 28px;
    padding-right: 36px;
    padding-bottom: 28px;
    padding-left: 36px;
  }

  .footer-row-mobile{
    font-size:30px;
  }
  .row-set{
    padding-top:0;
    padding-bottom:0;
  }

  .footer-stack-mobile {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-row-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }

  .footer-group-mobile {
    flex-direction: column;
    align-items: flex-start; 
    gap: 1rem;
    margin-bottom: 1.5rem; 
  }


  .footer-stack-mobile p, 
  .footer-stack-mobile h3,
  .footer-stack-mobile nav,
  .footer-stack-mobile figure {
    text-align: left;
    margin: 0;
  }

  .footer-stack-mobile nav.wp-block-navigation ul.is-vertical li {
    margin-bottom: 0.5rem; 
  }

  .footer-row-mobile img {
    max-width: 150px;
    height: auto;
  }
  .footer-main-row-mobile{
    flex-direction: column;
    align-items: flex-start;
  }

  .partnership-cover {
    display:none!important;
  }
}

@media screen and (min-width: 1024px) {

  .row-layout-1,
  .row-layout-2,
  .row-layout-3 {
    min-height: 80vh;
  }

  .wp-container-core-post-content-is-layout-4383d167 > .alignwide {
    max-width: 1376px;
  }

  .trusted-by-section{
    max-width: 1376px;
  }

  /* Pierwsza sekcja – wyświetlana normalnie na początku */
  .row-layout-1 {
    position: sticky;
    z-index: 1;
    top:0;
  }

  /* Druga sekcja – po osiągnięciu górnej krawędzi ekranu staje się przylepiona,
     a jej z-index powoduje, że przykrywa pierwszą sekcję */
  .row-layout-2 {
    position: sticky;
    top: 0;
    z-index: 2;
  }

  /* Trzecia sekcja – podobnie sticky, ale z wyższym z-index,
     dzięki czemu przykrywa obie poprzednie sekcje */
  .row-layout-3 {
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .footer-row-mobile{
    width:100%;
  }

}
.cta-button a:hover{
  background-color: #B41E13!important;
  border-radius:9px;
}
.cta-button a{
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button-header a:hover{
  background-color: #ffffff!important;
  color: #000!important;
}
.cta-button-header a{
  transition: background-color 0.3s ease, color 0.3s ease;
}

.badge-googleplay,
.badge-appstore {
  transition: content 0.2s ease;
}

.badge-googleplay:hover {
  content: url("/wp-content/uploads/2025/05/badge_googleplay_hover.png") !important;
}

.badge-appstore:hover {
  content: url("/wp-content/uploads/2025/05/badge_appstore_hover.png") !important;
}

