.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 *//* ============================================
   GLOBALNE STYLE - MEBLE NA WYMIAR RADOM
   ============================================
   
   Ten plik zawiera:
   1. Lokalne czcionki (@font-face) - Poppins i Inter
   2. Zmienne kolorów i fontów (łatwe do edycji)
   3. Style bazowe
   4. Klasy pomocnicze
   5. Animacje
   
   INSTRUKCJA: 
   1. Wgraj ten plik do globalnego CSS w Elementorze
   2. Czcionki są ładowane lokalnie z /wp-content/uploads/2025/12/
   
   ============================================ */

/* ============================================
   LOKALNE CZCIONKI - @font-face deklaracje
   ============================================ */

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

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

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

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

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

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

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

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

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

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

/* ============================================
   1. ZMIENNE KOLORÓW I FONTÓW
   ============================================ */
:root {
  /* CZCIONKA NAGŁÓWKÓW - zmień tutaj aby zmienić wszystkie nagłówki */
  --font-heading: 'Poppins', 'Lato', 'Arial', sans-serif;
  
  /* CZCIONKA TEKSTÓW - zmień tutaj aby zmienić wszystkie teksty */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  /* Główna paleta - ciepłe drewno i beż */
  --background: hsl(40, 33%, 98%);
  --foreground: hsl(30, 20%, 15%);
  
  --card: hsl(40, 30%, 97%);
  --card-foreground: hsl(30, 20%, 15%);
  
  /* Primary - ciepły brąz drewna */
  --primary: hsl(30, 35%, 40%);
  --primary-foreground: hsl(40, 30%, 98%);
  
  /* Secondary - jasny beż */
  --secondary: hsl(35, 30%, 92%);
  --secondary-foreground: hsl(30, 20%, 20%);
  
  /* Muted - delikatny krem */
  --muted: hsl(35, 25%, 94%);
  --muted-foreground: hsl(30, 15%, 45%);
  
  /* Accent - złoto-brązowy */
  --accent: hsl(35, 50%, 50%);
  --accent-foreground: hsl(40, 30%, 98%);
  
  /* Kolory projektowe */
  --wood: hsl(30, 35%, 40%);
  --wood-light: hsl(30, 30%, 55%);
  --wood-medium: hsl(30, 30%, 45%);
  --wood-dark: hsl(30, 40%, 25%);
  --cream: hsl(40, 33%, 96%);
  --cream-light: hsl(40, 35%, 98%);
  --cream-dark: hsl(35, 25%, 90%);
  --gold: hsl(38, 65%, 50%);
  --gold-light: hsl(40, 60%, 65%);
  
  /* Aliasy kolorów dla kompatybilności */
  --color-wood: hsl(30, 35%, 40%);
  --color-wood-light: hsl(30, 30%, 55%);
  --color-wood-medium: hsl(30, 30%, 45%);
  --color-wood-dark: hsl(30, 40%, 25%);
  --color-cream: hsl(40, 33%, 96%);
  --color-cream-light: hsl(40, 35%, 98%);
  --color-cream-dark: hsl(35, 25%, 90%);
  --color-gold: hsl(38, 65%, 50%);
  --color-gold-light: hsl(40, 60%, 65%);
  
  /* Obramowania i inputy */
  --border: hsl(35, 20%, 88%);
  --input: hsl(35, 20%, 88%);
  --ring: hsl(30, 35%, 40%);
  
  /* Promień zaokrąglenia */
  --radius: 0.75rem;
  
  /* Destrukcyjny (błędy) */
  --destructive: hsl(0, 84%, 60%);
  --destructive-foreground: hsl(0, 0%, 100%);
  
  /* Paddingi sekcji */
  --section-padding-x: 1rem;
  --section-padding-y: 3rem;
}

/* === BREAKPOINT 360px - MAŁE TELEFONY === */
@media (max-width: 400px) {
  :root {
    --section-padding-x: 0.75rem;
    --section-padding-y: 2rem;
  }
  
  h1 {
    font-size: 1.5rem !important;
  }
  
  h2 {
    font-size: 1.25rem !important;
  }
  
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
  }
  
  .container-custom {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .form-input,
  .form-textarea,
  .form-select {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  
  .form-label {
    font-size: 0.75rem;
  }
  
  .form-submit {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 640px) {
  :root {
    --section-padding-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  :root {
    --section-padding-y: 4rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --section-padding-x: 2rem;
    --section-padding-y: 6rem;
  }
}

/* ============================================
   2. STYLE BAZOWE
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

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

/* Domyślne rozmiary nagłówków zgodne z React */
h1 {
  font-size: 1.875rem; /* text-3xl */
  line-height: 1.1;
}

h2 {
  font-size: 1.875rem; /* text-3xl */
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem; /* text-xl */
  line-height: 1.3;
}

h4 {
  font-size: 1.125rem; /* text-lg */
  line-height: 1.4;
}

h5 {
  font-size: 1rem; /* text-base */
  line-height: 1.5;
}

h6 {
  font-size: 0.875rem; /* text-sm */
  line-height: 1.5;
}

/* Responsywne rozmiary h1 */
@media (min-width: 640px) {
  h1 {
    font-size: 2.25rem; /* sm:text-4xl */
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem; /* md:text-5xl */
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem; /* lg:text-6xl */
  }
  
  h2 {
    font-size: 2.25rem; /* lg:text-4xl */
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 4.5rem; /* xl:text-7xl */
  }
}

/* Domyślne style dla paragrafów */
p {
  font-size: 1rem; /* text-base */
  line-height: 1.5;
  color: var(--foreground);
}

/* Responsywne rozmiary paragrafów */
@media (min-width: 640px) {
  p {
    font-size: 1.125rem; /* sm:text-lg */
  }
}

@media (min-width: 1024px) {
  p {
    font-size: 1.25rem; /* lg:text-xl */
  }
}

/* Domyślne style dla span */
span {
  font-size: inherit;
  line-height: inherit;
}

/* Domyślne style dla linków */
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* ============================================
   MOBILE - ROZMIARY CZCIONEK DLA MAŁYCH EKRANÓW
   ============================================ */
@media (max-width: 640px) {
  /* Zapewnienie odpowiednich rozmiarów na mobile zgodnie z React */
  h1 {
    font-size: 1.875rem !important; /* text-3xl */
  }
  
  h2 {
    font-size: 1.875rem !important; /* text-3xl */
  }
  
  h3 {
    font-size: 1.25rem !important; /* text-xl */
  }
  
  p {
    font-size: 1rem !important; /* text-base */
  }
  
  /* Dla małych telefonów (do 400px) */
  @media (max-width: 400px) {
    h1 {
      font-size: 1.875rem !important; /* text-3xl */
    }
    
    h2 {
      font-size: 1.875rem !important; /* text-3xl */
    }
    
    h3 {
      font-size: 1.25rem !important; /* text-xl */
    }
    
    p {
      font-size: 1rem !important; /* text-base */
    }
  }
}

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

/* ============================================
   3. KLASY POMOCNICZE - LAYOUT
   ============================================ */
.container-custom {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.section-padding {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
  .section-padding {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1024px) {
  .section-padding {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

/* ============================================
   4. KLASY POMOCNICZE - EFEKTY
   ============================================ */
.hover-lift {
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.text-gradient {
  background: linear-gradient(to right, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================
   5. PRZYCISKI
   ============================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primary);
  color: var(--primary-foreground);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--wood-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--background), 0 0 0 4px var(--primary);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--secondary);
  color: var(--secondary-foreground);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: var(--cream-dark);
  border-color: rgba(var(--primary), 0.3);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  color: var(--foreground);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: var(--secondary);
}

/* ============================================
   6. KARTY
   ============================================ */
.card-hover {
  background-color: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ============================================
   7. DEKORACJE
   ============================================ */
.decoration-line {
  height: 2px;
  background-color: var(--gold);
}

.decoration-line-thin {
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.decoration-corner-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-left: 2px solid hsla(38, 65%, 50%, 0.2);
  border-top: 2px solid hsla(38, 65%, 50%, 0.2);
  pointer-events: none;
}

.decoration-corner-br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-right: 2px solid hsla(38, 65%, 50%, 0.2);
  border-bottom: 2px solid hsla(38, 65%, 50%, 0.2);
  pointer-events: none;
}

/* Dekoracyjne linie półkowe */
.shelf-lines {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.shelf-lines.left {
  right: 100%;
  margin-right: 1rem;
}

.shelf-lines.right {
  left: 100%;
  margin-left: 1rem;
}

.shelf-line {
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.shelf-line:first-child {
  width: 60px;
}

.shelf-line:last-child {
  width: 30px;
  opacity: 0.5;
}

/* Narożniki dekoracyjne */
.corner-frame {
  position: absolute;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
}

.corner-frame.top-left {
  top: -0.5rem;
  left: -0.5rem;
  border-left: 2px solid hsla(38, 65%, 50%, 0.3);
  border-top: 2px solid hsla(38, 65%, 50%, 0.3);
}

.corner-frame.top-right {
  top: -0.5rem;
  right: -0.5rem;
  border-right: 2px solid hsla(38, 65%, 50%, 0.3);
  border-top: 2px solid hsla(38, 65%, 50%, 0.3);
}

.corner-frame.bottom-left {
  bottom: -0.5rem;
  left: -0.5rem;
  border-left: 2px solid hsla(38, 65%, 50%, 0.3);
  border-bottom: 2px solid hsla(38, 65%, 50%, 0.3);
}

.corner-frame.bottom-right {
  bottom: -0.5rem;
  right: -0.5rem;
  border-right: 2px solid hsla(38, 65%, 50%, 0.3);
  border-bottom: 2px solid hsla(38, 65%, 50%, 0.3);
}

/* Dekoracyjna siatka w tle */
.grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(to right, hsla(38, 65%, 50%, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, hsla(38, 65%, 50%, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

/* Geometryczne dekoracje */
.geometric-decoration {
  position: absolute;
  pointer-events: none;
  opacity: 0.1;
}

.geometric-decoration.square {
  border: 2px solid var(--gold);
}

.geometric-decoration.circle {
  border: 2px solid var(--primary);
  border-radius: 50%;
}

/* ============================================
   8. FORMULARZE
   ============================================ */
.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--foreground);
  transition: all 0.2s ease;
}

.form-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary), 0.1);
}

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

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foreground);
}

.form-textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.75rem 1rem;
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--foreground);
  resize: vertical;
  transition: all 0.2s ease;
}

.form-textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary), 0.1);
}

/* ============================================
   9. ANIMACJE
   ============================================ */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

.animate-slide-in-right {
  animation: slideInRight 0.5s ease-out forwards;
}

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

/* Opóźnienia animacji */
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }

/* ============================================
   10. RESPONSYWNOŚĆ - UKRYWANIE ELEMENTÓW
   ============================================ */
.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .md-hidden {
    display: none !important;
  }
  .md-block {
    display: block !important;
  }
  .md-flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .lg-hidden {
    display: none !important;
  }
  .lg-block {
    display: block !important;
  }
  .lg-flex {
    display: flex !important;
  }
}

/* ============================================
   11. POMOCNICZE KLASY FLEXBOX I GRID
   ============================================ */
.flex {
  display: flex;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.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; }

.grid {
  display: grid;
}

.grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (min-width: 640px) {
  .sm-grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  .md-grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .md-grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .lg-grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .lg-grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================
   12. MARGINESY I PADDINGI
   ============================================ */
.m-0 { margin: 0; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.ml-2 { margin-left: 0.5rem; }
.mr-2 { margin-right: 0.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

.p-0 { padding: 0; }
.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-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }

/* ============================================
   13. TYPOGRAFIA
   ============================================ */
.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; }

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

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }

.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

.leading-tight { line-height: 1.25; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================
   14. KOLORY TEKSTU I TŁA
   ============================================ */
.text-foreground { color: var(--foreground); }
.text-muted { color: var(--muted-foreground); }
.text-primary { color: var(--primary) !important; }
.text-primary-foreground { color: var(--primary-foreground); }
.text-gold { color: var(--gold); }
.text-white { color: #ffffff; }

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

/* ============================================
   15. OBRAMOWANIA I CIENIE
   ============================================ */
.border { border: 1px solid var(--border); }
.border-t { border-top: 1px solid var(--border); }
.border-b { border-bottom: 1px solid var(--border); }
.border-l { border-left: 1px solid var(--border); }
.border-r { border-right: 1px solid var(--border); }

.rounded { border-radius: var(--radius); }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

.shadow-sm { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.shadow { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06); }
.shadow-md { box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04); }

/* ============================================
   16. POZYCJONOWANIE
   ============================================ */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }

.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }

.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

/* ============================================
   17. OVERFLOW I WIDOCZNOŚĆ
   ============================================ */
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }

.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-100 { opacity: 1; }

/* ============================================
   18. WYMIARY
   ============================================ */
.w-full { width: 100%; }
.w-auto { width: auto; }
.h-full { height: 100%; }
.h-auto { height: auto; }
.h-screen { height: 100vh; }
.min-h-screen { min-height: 100vh; }

.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-4-3 { aspect-ratio: 4 / 3; }

/* ============================================
   19. OBJECT FIT
   ============================================ */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-center { object-position: center; }

/* ============================================
   20. TRANSITIONS
   ============================================ */
.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; }
.transition-opacity { transition: opacity 0.2s ease; }
.duration-300 { transition-duration: 0.3s; }
.duration-500 { transition-duration: 0.5s; }

/* ============================================
   21. POINTER I CURSOR
   ============================================ */
.pointer-events-none { pointer-events: none; }
.cursor-pointer { cursor: pointer; }

/* ============================================
   22. OVERRIDE ELEMENTOR MAX-WIDTH
   ============================================ */
@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: none !important;
  }
}/* End custom CSS */