.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===========================================
   EkoZbiór - Base Styles for Elementor
   =========================================== */

/* ===========================================
   Fonts Import
   =========================================== */
/* 
   OPCJA 1: Google Fonts (obecnie aktywna)
   Odkomentuj poniższą linię jeśli używasz tylko Google Fonts:
*/


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* 
   OPCJA 2: Lokalne czcionki z WordPressa
   Aby używać lokalnych czcionek:
   1. Zakomentuj @import powyżej (linia 12) - otocz go komentarzem CSS
   2. Odkomentuj poniższe @font-face - usuń znaki komentarza na początku i końcu bloku
   
   UWAGA: Jeśli lokalne pliki nie są dostępne pod podanymi ścieżkami,
   przeglądarka użyje fallback (system-ui, sans-serif) zamiast Google Fonts.
   Aby mieć fallback do Google Fonts, pozostaw @import aktywny.
*/

/*
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/uploads/2025/12/subset-Outfit-Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/2025/12/subset-Outfit-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/uploads/2025/12/subset-Outfit-Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/uploads/2025/12/subset-Outfit-SemiBold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/2025/12/subset-Outfit-Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/uploads/2025/12/subset-Inter-Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/2025/12/subset-Inter-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/uploads/2025/12/subset-Inter-Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/uploads/2025/12/subset-Inter-SemiBold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/2025/12/subset-Inter-Bold.woff2') format('woff2');
  font-display: swap;
}


/* ===========================================
   CSS Variables (Design Tokens)
   =========================================== */
:root {
  /* Typography - Font Families */
  --font-display: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  
  /* Core Background & Foreground */
  --background: 0 0% 99%;
  --foreground: 160 30% 10%;

  /* Card Surfaces */
  --card: 0 0% 100%;
  --card-foreground: 160 30% 10%;

  /* Popover */
  --popover: 0 0% 100%;
  --popover-foreground: 160 30% 10%;

  /* Primary - Emerald Green */
  --primary: 160 84% 39%;
  --primary-foreground: 0 0% 100%;
  --primary-light: 160 84% 95%;
  --primary-dark: 160 84% 25%;

  /* Secondary - Slate Blue */
  --secondary: 215 25% 27%;
  --secondary-foreground: 0 0% 100%;

  /* Accent - Warm Amber */
  --accent: 38 92% 50%;
  --accent-foreground: 0 0% 100%;

  /* Muted */
  --muted: 160 10% 96%;
  --muted-foreground: 160 10% 45%;

  /* Destructive */
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;

  /* Success */
  --success: 142 76% 36%;
  --success-foreground: 0 0% 100%;

  /* Warning */
  --warning: 38 92% 50%;
  --warning-foreground: 0 0% 100%;

  /* Info */
  --info: 199 89% 48%;
  --info-foreground: 0 0% 100%;

  /* Borders & Inputs */
  --border: 160 10% 90%;
  --input: 160 10% 90%;
  --ring: 160 84% 39%;

  /* Radius */
  --radius: 1rem;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 hsl(160 30% 10% / 0.05);
  --shadow-md: 0 4px 6px -1px hsl(160 30% 10% / 0.1), 0 2px 4px -2px hsl(160 30% 10% / 0.1);
  --shadow-lg: 0 10px 15px -3px hsl(160 30% 10% / 0.1), 0 4px 6px -4px hsl(160 30% 10% / 0.1);
  --shadow-xl: 0 20px 25px -5px hsl(160 30% 10% / 0.1), 0 8px 10px -6px hsl(160 30% 10% / 0.1);
  --shadow-glow: 0 0 40px hsl(160 84% 39% / 0.3);

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, hsl(160 84% 39%) 0%, hsl(160 84% 30%) 100%);
  --gradient-hero: linear-gradient(180deg, hsl(160 84% 97%) 0%, hsl(0 0% 100%) 100%);
  --gradient-card: linear-gradient(180deg, hsl(0 0% 100%) 0%, hsl(160 10% 98%) 100%);
  --gradient-accent: linear-gradient(135deg, hsl(38 92% 50%) 0%, hsl(28 92% 45%) 100%);
  --gradient-dark: linear-gradient(135deg, hsl(215 25% 27%) 0%, hsl(215 25% 20%) 100%);
}

/* ===========================================
   CSS Reset & Base Styles
   =========================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: hsl(var(--foreground));
  background-color: hsl(var(--background));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

/* ===========================================
   Container
   =========================================== */
.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ===========================================
   Typography Classes
   =========================================== */
/* 
   Wszystkie komponenty używają teraz CSS Variables:
   - var(--font-display) dla nagłówków i elementów wyświetlanych
   - var(--font-body) dla tekstu podstawowego
   
   Użyj klas .font-display lub .font-sans jeśli potrzebujesz nadpisać czcionkę
*/
.font-display {
  font-family: var(--font-display);
}

.font-sans {
  font-family: var(--font-body);
}

.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }

.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

/* ===========================================
   Color Classes
   =========================================== */
.text-foreground { color: hsl(var(--foreground)); }
.text-muted-foreground { color: hsl(var(--muted-foreground)); }
.text-primary { color: hsl(var(--primary)); }
.text-primary-foreground { color: hsl(var(--primary-foreground)); }
.text-secondary-foreground { color: hsl(var(--secondary-foreground)); }

.bg-background { background-color: hsl(var(--background)); }
.bg-card { background-color: hsl(var(--card)); }
.bg-muted { background-color: hsl(var(--muted)); }
.bg-primary { background-color: hsl(var(--primary)); }
.bg-primary-light { background-color: hsl(var(--primary-light)); }
.bg-secondary { background-color: hsl(var(--secondary)); }

.border-border { border-color: hsl(var(--border)); }

/* ===========================================
   Button Component
   =========================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 500;
  border-radius: var(--radius);
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn:focus {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Button Sizes */
.btn-sm {
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.btn-md {
  height: 3rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.btn-lg {
  height: 3.5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.75rem;
}

.btn-xl {
  height: 4rem;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}

/* Button Variants */
.btn-primary {
  background: var(--gradient-primary) !important;
  color: hsl(var(--primary-foreground)) !important;
  box-shadow: var(--shadow-md) !important;
}

.btn-primary:hover {
  background: linear-gradient(135deg, hsl(160 84% 39% / 0.9) 0%, hsl(160 84% 30% / 0.9) 100%) !important;
  color: hsl(var(--primary-foreground)) !important;
  box-shadow: var(--shadow-lg) !important;
  transform: translateY(-1px) !important;
}

.btn-secondary {
  background-color: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}

.btn-secondary:hover {
  opacity: 0.9;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid hsl(var(--border));
  color: hsl(var(--foreground));
}

.btn-outline:hover {
  background-color: hsl(var(--muted));
  border-color: hsl(var(--primary) / 0.5);
}

.btn-ghost {
  background-color: transparent;
  color: hsl(var(--foreground));
}

.btn-ghost:hover {
  background-color: hsl(var(--muted));
}

/* ===========================================
   Card Component
   =========================================== */
.card {
  background-color: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

/* ===========================================
   Form Elements
   =========================================== */
.input {
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  font-size: 1rem;
  background-color: hsl(var(--card));
  border: 2px solid hsl(var(--border));
  border-radius: 0.75rem;
  transition: all 0.2s ease;
}

.input:focus {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 4px hsl(var(--primary) / 0.1);
  outline: none;
}

.input::placeholder {
  color: hsl(var(--muted-foreground));
}

/* ===========================================
   Badge Component
   =========================================== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
}

.badge-primary {
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.badge-secondary {
  background-color: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}

/* ===========================================
   Utility Classes
   =========================================== */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }

.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1; }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }

.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }

.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }

.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }

.mx-auto { margin-left: auto; margin-right: auto; }

.w-full { width: 100%; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }

.text-center { text-align: center; }
.text-left { text-align: left; }

.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }

.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }

.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[9999\] { z-index: 9999; }

.opacity-70 { opacity: 0.7; }
.opacity-50 { opacity: 0.5; }

.transition { transition: all 0.2s ease; }
.transition-colors { transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
.transition-transform { transition: transform 0.2s ease; }

.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:-translate-y-1:hover { transform: translateY(-4px); }

.cursor-pointer { cursor: pointer; }

/* ===========================================
   Animations
   =========================================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@keyframes pulseSoft {
  0%, 100% { box-shadow: 0 0 0 0 hsl(var(--primary) / 0.4); }
  50% { box-shadow: 0 0 0 10px hsl(var(--primary) / 0); }
}

.animate-fade-up {
  animation: fadeUp 0.5s ease-out forwards;
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: scaleIn 0.3s ease-out forwards;
}

.pulse-soft {
  animation: pulseSoft 2s ease-in-out infinite;
}

/* Stagger children animation */
.stagger-children > * {
  opacity: 0;
  animation: fadeUp 0.4s ease-out forwards;
}
.stagger-children > *:nth-child(1) { animation-delay: 0.05s; }
.stagger-children > *:nth-child(2) { animation-delay: 0.1s; }
.stagger-children > *:nth-child(3) { animation-delay: 0.15s; }
.stagger-children > *:nth-child(4) { animation-delay: 0.2s; }
.stagger-children > *:nth-child(5) { animation-delay: 0.25s; }
.stagger-children > *:nth-child(6) { animation-delay: 0.3s; }

/* ===========================================
   Responsive Display Utilities
   =========================================== */
.lg\:flex { display: none; }
.lg\:hidden { display: block; }
.lg\:grid { display: none; }

@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:grid { display: grid; }
}

.md\:flex { display: none; }
.md\:hidden { display: block; }
.md\:grid { display: none; }

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:grid { display: grid; }
}

/* ===========================================
   Special Effects
   =========================================== */
.glass {
  background-color: hsl(var(--card) / 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-gradient {
  background: var(--gradient-hero);
}

/* Hide scrollbar */
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Tap highlight removal for mobile */
.tap-highlight-none {
  -webkit-tap-highlight-color: transparent;
}/* End custom CSS */