.elementor-1030 .elementor-element.elementor-element-e957b7a:not(.elementor-motion-effects-element-type-background), .elementor-1030 .elementor-element.elementor-element-e957b7a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D5D5D5;background-image:url("https://wnsf.hu/wp-content/uploads/2026/03/hero-2.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1030 .elementor-element.elementor-element-e957b7a > .elementor-background-overlay{background-color:#181818D1;opacity:0.59;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1030 .elementor-element.elementor-element-e957b7a > .elementor-container{min-height:95vh;}.elementor-1030 .elementor-element.elementor-element-e957b7a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-150px;margin-bottom:0px;z-index:0;}.elementor-1030 .elementor-element.elementor-element-e957b7a > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:283px;}@media(max-width:1024px) and (min-width:768px){.elementor-1030 .elementor-element.elementor-element-e84fab3{width:100%;}}@media(max-width:1024px){.elementor-1030 .elementor-element.elementor-element-e957b7a{padding:0px 20px 0px 20px;}}@media(max-width:767px){.elementor-1030 .elementor-element.elementor-element-e957b7a > .elementor-container{min-height:91vh;}.elementor-1030 .elementor-element.elementor-element-e957b7a > .elementor-shape-bottom svg{height:65px;}}/* Start custom CSS for html, class: .elementor-element-4d1d298 */.wnsf-logo-wrap {
  text-align: center;
  padding: 40px 20px;
  background: transparent;
}

.wnsf-logo {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(78px, 14vw, 220px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #e11d2e;
  text-shadow:
    -2px -2px 0 #111,
     2px -2px 0 #111,
    -2px  2px 0 #111,
     2px  2px 0 #111,
     0 0 8px rgba(225, 29, 46, 0.45),
     0 0 18px rgba(225, 29, 46, 0.35);
  animation: wnsfPulse 2.8s ease-in-out infinite;
}

.wnsf-lang-switch {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.wnsf-lang {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 10px;
  background: transparent;
  transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

.wnsf-lang img {
  width: 76px;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.wnsf-lang span {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f1f1f1;
}

.wnsf-lang:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.wnsf-subtitle {
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #f1f1f1;
  text-transform: uppercase;
}

@keyframes wnsfPulse {
  0%, 100% {
    color: #cf1624;
    text-shadow:
      -2px -2px 0 #111,
       2px -2px 0 #111,
      -2px  2px 0 #111,
       2px  2px 0 #111,
       0 0 6px rgba(225, 29, 46, 0.30),
       0 0 16px rgba(225, 29, 46, 0.25);
  }

  50% {
    color: #ff2a3d;
    text-shadow:
      -2px -2px 0 #111,
       2px -2px 0 #111,
      -2px  2px 0 #111,
       2px  2px 0 #111,
       0 0 12px rgba(255, 42, 61, 0.55),
       0 0 28px rgba(255, 42, 61, 0.45),
       0 0 50px rgba(255, 42, 61, 0.22);
  }
}

@media (max-width: 767px) {
  .wnsf-logo-wrap {
    padding: 30px 16px;
  }

  .wnsf-logo {
    font-size: clamp(56px, 18vw, 110px);
    letter-spacing: 0.01em;
  }

  .wnsf-lang-switch {
    gap: 16px;
    margin-top: 16px;
  }

  .wnsf-lang img {
    width: 58px;
  }

  .wnsf-lang span {
    font-size: 18px;
  }

  .wnsf-subtitle {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wnsf-logo {
    animation: none;
  }

  .wnsf-lang {
    transition: none;
  }
}/* End custom CSS */