/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Subtelne animowane tło strony — jasne mgiełki */

html {
  background: #f8fcfc;
}

body {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(145, 220, 232, 0.18), transparent 34rem),
    radial-gradient(circle at 10% 38%, rgba(235, 249, 251, 0.85), transparent 30rem),
    radial-gradient(circle at 88% 72%, rgba(195, 228, 234, 0.22), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f8fcfc 42%, #eef7f8 72%, #ffffff 100%);
}

/* Animowane mgiełki */
body::before,
body::after {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  filter: blur(46px);
  will-change: transform;
}

/* Pierwsza warstwa mgiełek */
body::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(120, 210, 225, 0.13), transparent 18rem),
    radial-gradient(circle at 76% 36%, rgba(170, 230, 238, 0.12), transparent 22rem),
    radial-gradient(circle at 34% 82%, rgba(210, 240, 245, 0.17), transparent 24rem);
  animation: loopMistOne 26s ease-in-out infinite alternate;
}

/* Druga warstwa mgiełek */
body::after {
  background:
    radial-gradient(circle at 70% 16%, rgba(130, 215, 230, 0.10), transparent 18rem),
    radial-gradient(circle at 16% 68%, rgba(190, 235, 242, 0.13), transparent 25rem),
    radial-gradient(circle at 90% 84%, rgba(230, 248, 250, 0.18), transparent 22rem);
  animation: loopMistTwo 34s ease-in-out infinite alternate;
}

/* Treść strony nad mgiełkami */
body > * {
  position: relative;
  z-index: 1;
}

/* Animacje */
@keyframes loopMistOne {
  0% {
    transform: translate3d(-1.4%, -1%, 0) scale(1);
  }

  100% {
    transform: translate3d(1.4%, 1%, 0) scale(1.045);
  }
}

@keyframes loopMistTwo {
  0% {
    transform: translate3d(1%, 1.4%, 0) scale(1.02);
  }

  100% {
    transform: translate3d(-1%, -1.4%, 0) scale(1.06);
  }
}

/* Dla osób z wyłączonymi animacjami */
@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    animation: none;
  }
}

/* Mobile — jeszcze subtelniej */
@media (max-width: 767px) {
  body::before,
  body::after {
    opacity: 0.28;
    filter: blur(38px);
  }
}

.glass-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.62) 100%
  ) !important;

  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  outline: 1px solid rgba(20, 40, 45, 0.045);
  border-radius: 22px !important;

  box-shadow:
    0 20px 55px rgba(20, 60, 70, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;

  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}


@font-face {
  font-family: 'Goodly';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Goodly-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goodly';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Goodly-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goodly';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Goodly-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goodly';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Goodly-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goodly';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Goodly-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goodly';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Goodly-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
  font-family: 'Goodly', Arial, sans-serif !important;
}


.app-badges {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.app-badge {
  display: inline-flex;
  line-height: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.app-badge:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.app-badge img {
  height: 48px;
  width: auto;
  display: block;
}

.loopmarket-logos-bar {
  width: 100% !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.loopmarket-logos-bar-inner {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 18px 24px 14px !important;
  text-align: center !important;
}

.loopmarket-logos-bar img {
  width: auto !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
}

.site-header {
  padding-top: 20px !important;
}