.inspiration-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inspiration-slide-desc {
  margin-top: 1rem;
}
/* Designerski opis pod zdjęciem w sliderze */
.inspiration-slide-desc {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin: 1.2rem auto 0 auto;
  padding: 1.2rem 1rem;
  max-width: 420px;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* PREMIUM SLIDER STYLES - naprawiony layout */
.inspiration-slider-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 1.5px 8px rgba(0,0,0,0.08);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 60%, #f3f6fa 100%);
  transition: box-shadow 0.3s, transform 0.3s;
}
.inspiration-slider-wrapper:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.16), 0 3px 16px rgba(0,0,0,0.10);
  transform: translateY(-6px) scale(1.01);
}
.inspiration-slider-wrapper img {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.inspiration-slider-wrapper:hover img {
  transform: translateY(-4px);
}
.slider-indicators {
  display: none !important;
}
/* 1. Wyłączenie poziomego scrolla całej strony */
body {
  overflow-x: hidden;
}

/* 2. Full‑width slider zamiast 100vw */
/* - Dostosuj selektor .slider-container do klasy Twojego slidera */
.slider-container,
.elementor-slider,
.swiper-container,
.slick-slider,
.owl-carousel {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box;
}

/* 3. Ukrycie kropek paginacji */
/* Elementor/Swiper */
.elementor-swiper .swiper-pagination,
.swiper-container .swiper-pagination {
  display: none !important;
}
/* Slick */
.slick-dots {
  display: none !important;
}
/* OwlCarousel */
.owl-dots {
  display: none !important;
}

/* 4. „Premium look” dla slajdów */
/* — zaokrąglone rogi, miękki cień, delikatny hover‑lift */
.slider-container img,
.elementor-slider img,
.swiper-slide img,
.slick-slide img,
.owl-item img {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.slider-container:hover img,
.elementor-slider:hover img,
.swiper-container:hover .swiper-slide img,
.slick-slider:hover .slick-slide img,
.owl-carousel:hover .owl-item img {
  transform: translateY(-4px);
}
/* PREMIUM SLIDER STYLES */
.inspiration-slider-wrapper {
  width: 100vw;
  max-width: none;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 1.5px 8px rgba(0,0,0,0.08);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 60%, #f3f6fa 100%);
  transition: box-shadow 0.3s, transform 0.3s;
}
.inspiration-slider-wrapper:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.16), 0 3px 16px rgba(0,0,0,0.10);
  transform: translateY(-6px) scale(1.01);
}
.slider-indicators {
  display: none !important;
}
.inspiration-description {
  background: var(--secondary);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2.2rem 1.5rem 2rem 1.5rem;
  margin-top: 2rem;
    margin-top: 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, #f7e9ff 0%, #d4a574 100%);
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px rgba(90,58,122,0.18);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    max-width: 400px;
    color: #2c2c2c;
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 600;
    opacity: 1;
    transition: box-shadow 0.3s, background 0.3s;
    display: block;
    z-index: 2;
  transform: translateY(-2px);
}

.inspiration-description h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
  color: var(--accent);
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.inspiration-description p {
  font-size: 1.15rem;
  color: var(--text);
  margin-bottom: 1rem;
  line-height: 1.5;
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}
.inspiration-details {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}
.inspiration-tag {
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  padding: 0.4rem 1.2rem;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin-bottom: 0.3rem;
}
@media (max-width: 700px) {
  .inspiration-description {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    max-width: 98vw;
    gap: 1rem;
  }
  .inspiration-description h3 {
    font-size: 1.15rem;
  }
  .inspiration-description p {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  .inspiration-tag {
    font-size: 0.95rem;
    padding: 0.25rem 0.7rem;
    border-radius: 6px;
  }
}

/* PREMIUM opis pod sliderem */
.inspiration-description {
  background: var(--secondary);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  transition: box-shadow 0.2s;
}
.inspiration-description h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
  color: var(--accent);
}
.inspiration-description p {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 1rem;
}
.inspiration-details {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.inspiration-tag {
  background: var(--accent);
  color: #fff;
  border-radius: 6px;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
@media (max-width: 700px) {
  .inspiration-description {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    max-width: 98vw;
  }
  .inspiration-description h3 {
    font-size: 1.2rem;
  }
  .inspiration-description p {
    font-size: 1rem;
  }
  .inspiration-tag {
    font-size: 0.95rem;
    padding: 0.2rem 0.7rem;
  }
}
/* ...existing code... */

.footer-contact-link {
  color: var(--footer-text);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-link:hover {
  color: var(--accent);
}
.footer-contact-icon {
  color: var(--footer-text);
  margin-right: 0.5rem;
  font-size: 1.1em;
  vertical-align: middle;
}
/* ...existing code... */
/* Reset i zmienne globalne */
*, 
*::before, 
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #d4a574;
    --primary-dark: #b8956a;
    --secondary-color: #8b5a3c;
    --accent-color: #f7e7ce;
    --text-color: #2c2c2c;
    --text-light: #666;
    --background: #fafafa;
    --white: #ffffff;
    --shadow: rgba(0, 0, 0, 0.1);
    --shadow-hover: rgba(0, 0, 0, 0.15);
    --transition: all 0.3s ease;
    --hero-gradient: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    --reviews-bg: #fdf5ec;
    --border-radius: 12px;
    --border-radius-small: 8px;
}

html {
/* MODERNIZED CSS - Prezentatownia by Jola */
:root {
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background);
    overflow-x: hidden;
    min-height: 100vh;
}

/* Globalne style dla linków */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Sticky Navigation */
.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: var(--transition);
    box-shadow: 0 2px 20px var(--shadow);
}

.navbar.scrolled {
    padding: 0.5rem 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px var(--shadow);
}

.nav-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-initials {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: var(--white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(212, 165, 116, 0.3);
}

.logo-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-nav-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.logo-nav-sub {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: -2px;
    font-weight: 300;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background: var(--text-color);
    margin: 3px 0;
    transition: var(--transition);
    border-radius: 2px;
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Mobile Navigation Overlay */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.nav-overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.nav-overlay-link {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    padding: 1rem;
}

.nav-overlay-link:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .hamburger {
        display: flex;
    }
    
    .logo-nav-text {
        font-size: 1.5rem;
    }
    
    .logo-initials {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .logo-text-container {
        display: none;
    }
}

/* Hero Section - Pełnoekranowy */
.hero {
    min-height: 100vh;
    background: var(--hero-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 800px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: var(--text-light);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-visual {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.1;
}

.gift-animation {
    font-size: 8rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.btn-cta {
    background: #2d6a5a;
    color: var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
    margin-bottom: 4rem;
}

.btn-cta:hover,
.btn-cta:focus {
    background: #255a4a;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
/* 1) Reset Markdown‑owych nagłówków i list w stopce */
.site-footer h3,
.site-footer p {
  margin: 0;
  padding: 0;
}

/* 2) Kolory i font */
.site-footer {
  background: var(--background); /* jaśniejsze tło zgodne z resztą strony */
  color: var(--text-color);    /* ciemniejszy tekst dla lepszej czytelności */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

/* 3) Główny obszar: flex z wrap'em - kompaktowy */
.footer-main {
  display: flex;
  flex-wrap: wrap;               /* złamanie w węższych ekranach */
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;            /* zmniejszone z 60px na 30px */
  gap: 25px;                     /* zmniejszone z 40px na 25px */
}

/* 4) Kolumny o równej szerokości (minimalna 250px) */
.footer-about,
.footer-contact {
  flex: 1 1 250px;
}

/* 5) Tytuły kolumn */
.footer-title {
  font-size: 1.4rem;
  color: #d4af7f;
  margin-bottom: 12px;
  font-weight: 600;
}

/* 6) Tekst w stopce */
.footer-text {
  line-height: 1.6;
  opacity: 0.85;
}

/* 7) Dolna część - kompaktowa */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 15px 0;               /* zmniejszone z 20px na 15px */
}

.footer-copy {
  font-size: 0.9rem;
  opacity: 0.6;
}

/* Stylowanie kontaktu w footer */
.footer-contact h4 {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.footer-contact i {
  color: var(--primary-color);
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

.footer-contact a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.footer-contact a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

/* Style dla ikon społecznościowych w footer */
.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: rgba(212, 165, 116, 0.2);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
  font-size: 1.1rem;
}

.social-icons a:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-2px);
}

/* Pozostałe style... */

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.3);
}

/* Section Styling */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Dlaczego My - Features Row */
.why-us {
    padding: 6rem 0;
    background: var(--white);
}

.features-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.feature-tile {
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    border: 1px solid rgba(212, 165, 116, 0.1);
}

.feature-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px var(--shadow-hover);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: var(--white);
}

.feature-tile h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.feature-tile p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Nasze Inspiracje - Duży Slider */
.inspirations {
    padding: 6rem 0;
    background: var(--background);
}

.inspiration-slider {
    position: relative;
    max-width: 1200px;
    margin: 3rem auto 0;
    border-radius: var(--border-radius);
    overflow: visible; /* pozwala opisie animować się poza ramką slidera */
    box-shadow: 0 10px 40px var(--shadow);
}
/* Przeniesiono overflow:hidden na same slajdy */
.inspiration-slides {
    overflow: hidden;
}

.inspiration-slides {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
}

.inspiration-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    padding: 1.5rem 1rem 1rem 1rem;
    min-width: 340px;
    max-width: 400px;
    transition: box-shadow 0.3s;
    position: relative;
}

.inspiration-slide.active {
    /* Aktywny slajd może mieć dodatkowy cień lub animację, jeśli chcesz */
}

.inspiration-slide img {
    width: 100%;
    height: auto;
    border-radius: 1.2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    margin-bottom: 0.5rem;
    display: block;
}

.inspiration-slide:hover img {
    filter: sepia(0.15) contrast(1.15) brightness(1.1);
    transform: scale(1.02);
}

.inspiration-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: var(--white);
    padding: 3rem 2rem 2rem;
}

.inspiration-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--accent);
}

.inspiration-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 1rem;
    text-align: center;
    background: linear-gradient(90deg, #f7e9ff 0%, #fff 100%);
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    max-width: 340px;
    color: #5a3a7a;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    opacity: 1;
    transition: opacity 0.3s;
    display: block;
    z-index: 2;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    margin: 0 8px 8px 0;
    border: 1px solid rgba(212, 165, 116, 0.7);
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(212, 165, 116, 0.3);
    transform: translateY(0) scale(1);
    opacity: 1;
}

.inspiration-tag:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.5);
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.9), rgba(212, 165, 116, 0.7));
    color: #222;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--accent);
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.slider-nav:hover {
    background: var(--accent);
    color: white;
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 6px 25px rgba(0,0,0,0.25);
}

.slider-nav.prev {
    left: 20px;
}

.slider-nav.next {
    right: 20px;
}

.slider-indicators {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.8rem;
    z-index: 10;
    padding: 0.5rem 1rem;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    border-radius: 25px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
}

.indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
    transition: transform 0.4s ease;
}

.indicator.active {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.indicator.active::after {
    transform: translate(-50%, -50%) scale(1);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1001;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lightbox.show {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-content img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
}

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
    transition: var(--transition);
}

.lightbox-close:hover {
    background: var(--white);
    transform: scale(1.1);
}

/* Konfigurator Preview - Kafelki */
.configurator-preview {
    padding: 6rem 0;
    background: var(--white);
}

.category-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.category-tile {
    background: var(--white);
    border: 2px solid rgba(212, 165, 116, 0.2);
    border-radius: var(--border-radius);
    padding: 1.5rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    position: relative;
    overflow: hidden;
    outline: none;
}

.category-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.1), transparent);
    transition: var(--transition);
}

.category-tile:hover::before {
    left: 100%;
}

.category-tile:hover {
    border-color: var(--primary-color);
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.10);
}

.tile-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.category-tile h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.category-tile p {
    color: #444;
    font-size: 0.98rem;
    margin-bottom: 0;
}

.configurator-cta {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

/* Modal Konfigurator */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1002;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: var(--white);
    border-radius: var(--border-radius);
    width: 100%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid rgba(212, 165, 116, 0.2);
}

.modal-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--text-color);
}

.modal-close {
    background: none;
    border: none;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.tile-icon svg {
    width: 32px;
    height: 32px;
    display: block;
    transition: var(--transition);
/* Category card focus effect */
.category-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.10);
    border-color: var(--primary-color);
}
/* SCROLL TO TOP BUTTON */
.scroll-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #A259F7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    font-size: 1.5rem;
    z-index: 100;
    cursor: pointer;
    transition: background .2s, box-shadow .2s;
}
.scroll-top:hover {
    background: #F7B267;
    color: #fff;
}
@media (max-width: 768px) {
    .scroll-top { display: none; }
}
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background: rgba(212, 165, 116, 0.1);
    color: var(--primary-color);
}

.modal-body {
    padding: 2rem;
}

.configurator-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.elements-section h3,
.preview-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

/* Filtry */
.filters {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.5rem 1rem;
    border: 2px solid rgba(212, 165, 116, 0.3);
    background: transparent;
    color: var(--text-color);
    border-radius: var(--border-radius-small);
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.9rem;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}

/* Elements Grid */
.elements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.gift-item-label {
    display: block;
    position: relative;
    cursor: pointer;
}

.gift-item {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.element-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border: 2px solid rgba(212, 165, 116, 0.2);
    border-radius: var(--border-radius-small);
    transition: var(--transition);
    text-align: center;
    background: var(--white);
}

.gift-item-label:hover .element-content {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px var(--shadow);
}

.gift-item:checked + .element-content {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 165, 116, 0.4);
}

.element-content i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.gift-item:checked + .element-content i {
    color: var(--white);
}

.element-content span {
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    line-height: 1.3;
}

.element-content small {
    font-size: 0.8rem;
    opacity: 0.8;
    font-weight: 600;
}

/* Selected Items List */
#selectedItemsList {
    min-height: 100px;
    margin-bottom: 1rem;
}

.selected-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background: var(--background);
    border-radius: var(--border-radius-small);
    border-left: 3px solid var(--primary-color);
}

.selected-item-name {
    font-weight: 500;
}

.selected-item-price {
    color: var(--primary-color);
    font-weight: 600;
}

.placeholder-text {
    color: var(--text-light);
    font-style: italic;
    text-align: center;
    padding: 2rem;
}

/* Message Input */
.message-section {
    margin: 1.5rem 0;
}

.message-section label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-color);
}

.message-input {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid rgba(212, 165, 116, 0.2);
    border-radius: var(--border-radius-small);
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1.5;
    resize: vertical;
    transition: var(--transition);
}

.message-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.message-input::placeholder {
    color: var(--text-light);
}

/* Preview Section */
.live-preview {
    background: var(--background);
    border-radius: var(--border-radius);
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.gift-box {
    width: 200px;
    height: 200px;
    background: var(--white);
    border: 2px dashed var(--primary-color);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.box-content {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Summary */
.summary {
    background: var(--background);
    padding: 1.5rem;
    border-radius: var(--border-radius);
}

.selected-items {
    margin-bottom: 1rem;
    min-height: 60px;
}

.price-estimate {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.order-button {
    width: 100%;
    padding: 1rem;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: var(--border-radius-small);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    margin-bottom: 1rem;
}

.order-button:hover:not(:disabled) {
    background: var(--primary-dark);
}

.order-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.order-note {
    font-size: 0.8rem;
    color: var(--text-light);
    text-align: center;
}

.filter-btn {
    background: var(--white);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 500;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-color);
    color: var(--white);
}

/* Konfigurator - nowy layout */
.configurator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.elements-section h3,
.preview-section h3 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

/* Live Preview */
.live-preview {
    margin-bottom: 2rem;
}

.gift-box {
    background: linear-gradient(145deg, var(--accent-color), var(--white));
    border: 3px dashed var(--primary-color);
    border-radius: 15px;
    padding: 2rem;
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

.box-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.preview-item {
    background: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: bounceIn 0.5s ease-out;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.preview-item i {
    color: var(--primary-color);
}

/* Cena w konfiguratorze */
.element small {
    display: block;
    color: var(--text-light);
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.price-estimate {
    background: var(--accent-color);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    margin: 1rem 0;
    font-size: 1.2rem;
}

.order-note {
    font-size: 0.8rem;
    color: var(--text-light);
    margin-top: 0.5rem;
}

/* SEO Content */
.seo-content {
    background: var(--white);
    padding: 3rem 0;
    border-top: 1px solid var(--accent-color);
}

.seo-content h2 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.seo-content h3 {
    color: var(--secondary-color);
    margin: 2rem 0 1rem 0;
}

.seo-content ul {
    list-style: none;
    padding-left: 0;
}

.seo-content li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.seo-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-nav {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.logo-nav-sub {
    font-size: 0.8rem;
    color: var(--text-light);
    font-weight: 400;
}

/* Main Layout */
main {
    margin: 0;
    padding: 0;
}

/* Sekcja Hero - Full Width */
.hero {
    width: 100%;
    min-height: 100vh;
    background: var(--hero-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 8rem 2rem 4rem;
    margin-top: 0;
}

.hero-content {
    max-width: 900px;
    z-index: 2;
    margin: 0 auto;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out;
    line-height: 1.2;
}

.hero p {
    font-size: 1.4rem;
    color: var(--text-light);
    margin-bottom: 3.5rem;
    animation: fadeInUp 1s ease-out 0.3s both;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5rem;
    line-height: 1.6;
}

.btn {
    display: inline-block;
    padding: 1.2rem 3rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.3);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.4);
}

/* Features Section */
.features {
    padding: 6rem 0;
    background: var(--white);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 25px var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(212, 165, 116, 0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.feature-card h3 {
    font-size: 1.3rem;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Reviews Section */
.reviews {
    padding: 6rem 0;
    background: var(--reviews-bg);
}

.review-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.review-track {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.review-slide {
    display: none;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.review-slide.active {
    display: block;
    opacity: 1;
}

.review-slide blockquote {
    background: var(--white);
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0;
    position: relative;
}

.review-slide blockquote::before {
    content: '"';
    font-size: 4rem;
    color: var(--primary-color);
    position: absolute;
    top: -10px;
    left: 20px;
    font-family: 'Playfair Display', serif;
}

.stars {
    color: #ffc107;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.review-slide p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.review-slide cite {
    font-weight: 600;
    color: var(--primary-color);
    font-style: normal;
}

.slider-btn {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
    flex-shrink: 0;
}

.slider-btn:hover {
    background: var(--primary-dark);
    transform: scale(1.1);
}

.prev-btn {
    margin-right: 2rem;
}

.next-btn {
    margin-left: 2rem;
}

/* Portfolio/Gallery Section */
.portfolio {
    padding: 6rem 0;
    background: var(--white);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.gallery-grid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: pointer;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
}

/* Karty w sekcji home */
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    animation: fadeInUp 1s ease-out 0.9s both;
    width: 100%;
    grid-auto-rows: min-content;
}

.card {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px var(--shadow);
    transition: var(--transition);
    border: 1px solid rgba(212, 165, 116, 0.1);
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 1rem;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.card p {
    flex-grow: 1;
    margin: 0;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

/* Sekcje */
.section {
    padding: 5rem 0;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

/* Konfigurator */
.configurator {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.elements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.element {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
    box-shadow: 0 5px 15px var(--shadow);
}

.element:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.element.selected {
    background: var(--primary-color);
    color: var(--white);
    transform: scale(1.05);
}

.element i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.element.selected i {
    color: var(--white);
}

.summary {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px var(--shadow);
    height: fit-content;
    position: sticky;
    top: 120px;
}

.selected-items {
    min-height: 150px;
    margin: 1rem 0;
    padding: 1rem;
    background: var(--accent-color);
    border-radius: 10px;
}

.order-button {
    width: 100%;
    padding: 1rem;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.order-button:hover:not(:disabled) {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.order-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Animacje */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes bounceIn {
    from {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.05);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pulse {
    animation: pulse 2s infinite;
}

/* Responsywność */

/* Tablet landscape and smaller desktop */
@media (max-width: 1024px) {
    .configurator {
        gap: 2rem;
    }
    
    .nav-content {
        padding: 0 15px;
    }
    
    .hero {
        padding: 6rem 15px 4rem;
    }
}

/* Footer */
footer {
    
    .nav-link::after {
        display: none;
    }
    
    .wow-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .wow-desc {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .configurator {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .elements-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.8rem;
    }
    
    .element {
        padding: 1rem 0.5rem;
        min-height: 100px;
    }
    
    .element i {
        font-size: 1.5rem;
    }
    
    .element span {
        font-size: 0.9rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .filters {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        gap: 0.5rem;
    }
    
    .filter-btn {
        flex-shrink: 0;
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .popup-content {
        margin: 1rem;
        max-width: calc(100vw - 2rem);
        padding: 1.5rem;
    }
    
    /* Features responsive */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 2rem 1.5rem;
    }
    
    /* Reviews responsive */
    .review-slider {
        padding: 2rem 1rem;
    }
    
    .review-slide blockquote {
        padding: 2rem 1.5rem;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .prev-btn {
        margin-right: 1rem;
    }
    
    .next-btn {
        margin-left: 1rem;
    }
    
    /* Gallery responsive */
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.8rem;
    }
    
    .gallery-grid img {
        height: 200px;
    }
    
    /* Footer responsive */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .card {
        padding: 1.5rem;
    }
    
    .testimonials-slider {
        padding: 0 1rem;
    }
    
    .testimonial {
        padding: 1.5rem;
    }
    
    .section {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

/* Mobile landscape */
@media (max-width: 640px) {
    .hero {
        padding: 6rem 1rem 3rem;
        min-height: 80vh;
    }
    
    .hero h1 {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    
    .hero p {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
    }
    
    .btn {
        padding: 1rem 2.5rem;
        font-size: 1.1rem;
    }
    
    .features {
        padding: 4rem 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .feature-icon {
        font-size: 2.5rem;
    }
    
    .reviews {
        padding: 4rem 0;
    }
    
    .review-slider {
        padding: 1rem 0.5rem;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .prev-btn {
        margin-right: 0.5rem;
    }
    
    .next-btn {
        margin-left: 0.5rem;
    }
    
    .review-slide blockquote {
        padding: 1.5rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid img {
        height: 150px;
    }
    
    .configurator {
        gap: 1.5rem;
    }
    
    .elements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hero {
        min-height: 80vh;
        padding: 6rem 10px 3rem;
    }
    
    .wow-title {
        font-size: 2rem;
    }
    
    .wow-desc {
        font-size: 1rem;
    }
    
    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
    
    .nav-content {
        padding: 0 10px;
    }
    
    .hero {
        padding: 5rem 10px 3rem;
        min-height: 70vh;
    }
    
    .wow-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .wow-desc {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .cards {
        margin-top: 1.5rem;
    }
    
    .card {
        padding: 1rem;
    }
    
    .card h3 {
        font-size: 1.1rem;
    }
    
    .elements-grid {
        grid-template-columns: 1fr;
    }
    
    .element {
        padding: 1rem;
        min-height: 80px;
    }
    
    .element i {
        font-size: 1.3rem;
    }
    
    .element span {
        font-size: 0.85rem;
    }
    
    .element small {
        font-size: 0.75rem;
    }
    
    .testimonials-slider {
        padding: 0 0.5rem;
    }
    
    .testimonial {
        padding: 1rem;
    }
    
    .testimonial p {
        font-size: 1rem;
    }
    
    .section {
        padding: 2rem 0;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .popup-content {
        padding: 1rem;
    }
    
    .gift-box {
        padding: 1rem;
        min-height: 150px;
    }
    
    .summary {
        padding: 1rem;
    }
    
    .price-estimate {
        padding: 0.8rem;
        font-size: 1rem;
    }
    
    .order-button {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
}

/* Very small screens */
@media (max-width: 320px) {
    .hero {
        min-height: 60vh;
        padding: 5rem 10px 2rem;
    }
    
    .wow-title {
        font-size: 1.5rem;
    }
    
    .wow-desc {
        font-size: 0.9rem;
    }
    
    .card {
        padding: 0.8rem;
    }
    
    .element {
        padding: 0.8rem;
        min-height: 70px;
    }
    
    .popup-content {
        margin: 0.5rem;
        max-width: calc(100vw - 1rem);
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .card:hover,
    .element:hover,
    .nav-link:hover,
    .filter-btn:hover {
        transform: none;
    }
    
    .element {
        min-height: 80px;
        padding: 1rem 0.8rem;
    }
    
    .nav-link {
        padding: 1.5rem 2rem;
        font-size: 1.1rem;
    }
    
    .burger {
        padding: 12px;
        touch-action: manipulation;
    }
    
    .burger div {
        width: 30px;
        height: 4px;
        margin: 5px 0;
    }
    
    /* Better touch targets */
    .order-button,
    .cta-button,
    .filter-btn {
        min-height: 44px;
        touch-action: manipulation;
    }
    
    /* Prevent zoom on inputs */
    input[type="email"],
    input[type="text"] {
        font-size: 16px;
    }
}

/* Opinie Klientów - Premium Design */
.testimonials {
    padding: 8rem 0;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMiIgZmlsbD0icmdiYSgyMTIsIDE2NSwgMTE2LCAwLjEpIi8+Cjwvc3ZnPgo=') repeat;
    opacity: 0.3;
    pointer-events: none;
}

.testimonials .container {
    position: relative;
    z-index: 1;
}

/* Premium header styling for testimonials */
.testimonials .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 4rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.testimonials .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 2px;
}

.testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 0 80px;
}

.testimonial-track {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: auto;
    min-height: 400px;
}

.testimonial-slide {
    display: none !important;
    background: var(--white);
    padding: 4rem 3rem;
    border-radius: 20px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.08),
        0 8px 25px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-slide.active {
    display: block !important;
    position: relative;
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: slideIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.testimonial-quote-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.3);
}

.testimonial-quote-icon svg {
    width: 24px;
    height: 24px;
    opacity: 0.9;
}

.testimonial-content {
    text-align: center;
    padding-top: 2rem;
}

.testimonial-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #ffd700;
}

.testimonial-stars i {
    filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
    transition: transform 0.2s ease;
}

.testimonial-stars i:hover {
    transform: scale(1.2);
}

.testimonial-slide blockquote {
    margin: 0 0 2.5rem 0;
    position: relative;
}

.testimonial-slide p {
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0;
    position: relative;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color);
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.author-avatar:hover img {
    transform: scale(1.1);
}

.author-info {
    text-align: left;
}

.author-name {
    font-weight: 600;
    color: var(--text-color);
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.author-location {
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 400;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: var(--white);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 
        0 8px 25px rgba(212, 165, 116, 0.3),
        0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.slider-btn:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 
        0 12px 35px rgba(212, 165, 116, 0.4),
        0 6px 20px rgba(0, 0, 0, 0.15);
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}

.testimonials-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(212, 165, 116, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.indicator:hover {
    background: rgba(212, 165, 116, 0.6);
    transform: scale(1.2);
}

.indicator.active {
    background: var(--primary-color);
    transform: scale(1.3);
}

.indicator.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    opacity: 0.3;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
}

/* Responsive dla opinii */
@media (max-width: 768px) {
    .testimonials {
        padding: 6rem 0;
    }
    
    .testimonials .section-title {
        font-size: clamp(2rem, 6vw, 2.8rem);
        margin-bottom: 3rem;
    }
    
    .testimonials .section-title::after {
        width: 60px;
        height: 2px;
        bottom: -12px;
    }
    
    .testimonials-slider {
        padding: 0 60px;
    }
    
    .testimonial-slide {
        padding: 3rem 2rem;
    }
    
    .testimonial-slide p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    .slider-btn {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
    }
    
    .author-name {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .testimonials .section-title {
        font-size: clamp(1.8rem, 5vw, 2.2rem);
        margin-bottom: 2.5rem;
    }
    
    .testimonials .section-title::after {
        width: 50px;
        height: 2px;
        bottom: -10px;
    }
    
    .testimonials-slider {
        padding: 0 50px;
    }
    
    .testimonial-slide {
        padding: 2.5rem 1.5rem;
    }
    
    .testimonial-author {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .author-info {
        text-align: center;
    }
    
    .slider-btn {
        width: 45px;
        height: 45px;
    }
}

/* Kontakt & Newsletter */
.contact-newsletter {
    padding: 6rem 0;
    background: var(--white);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.contact-info p {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-color);
}

.contact-item i {
    color: var(--primary-color);
    width: 20px;
}

.contact-form {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(212, 165, 116, 0.3);
    border-radius: var(--border-radius-small);
    font-size: 1rem;
    transition: var(--transition);
    resize: vertical;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.social-links a {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--transition);
    font-size: 1.2rem;
}

.social-links a:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

/* Footer */
footer {
    background: var(--text-color);
    color: var(--white);
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand h4,
.footer-contact h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact i {
    color: var(--primary-color);
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(212, 165, 116, 0.2);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary-color);
    color: var(--white);
}

.copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(212, 165, 116, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

/* Toast Notifications */
.toast {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--white);
    border-left: 4px solid var(--primary-color);
    border-radius: var(--border-radius-small);
    box-shadow: 0 5px 25px var(--shadow);
    padding: 1rem 1.5rem;
    z-index: 1003;
    transform: translateX(400px);
    opacity: 0;
    transition: var(--transition);
    max-width: 350px;
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.toast-message {
    color: var(--text-color);
    font-size: 0.9rem;
}

.toast-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--text-light);
    transition: var(--transition);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.toast-close:hover {
    background: rgba(212, 165, 116, 0.1);
    color: var(--primary-color);
}

/* Responsive Improvements */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .features-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    
    .category-tiles {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .configurator-full {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .toast {
        right: 1rem;
        left: 1rem;
        max-width: none;
    }
}

/* Scroll Animations */
.animate-in {
    animation: slideInUp 0.6s ease-out forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading animations */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Focus states for accessibility */
*:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

button:focus,
.btn:focus {
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.3);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --shadow: rgba(0, 0, 0, 0.5);
        --shadow-hover: rgba(0, 0, 0, 0.7);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .hero-visual .gift-animation {
        animation: none;
    }
}

/* Form validation styles */
.field-error {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

input.error,
textarea.error {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

/* Scroll to top button */
.scroll-to-top:hover {
    background: #b8956b !important;
    transform: translateY(-2px);
}

/* Keyboard navigation indicator */
.keyboard-navigation *:focus {
    outline: 3px solid var(--primary-color) !important;
    outline-offset: 2px !important;
}

/* Loading state for images */
.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Enhanced hover effects */
.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.3);
}

.feature-item:hover {
    transform: translateY(-5px);
}

.gallery-item:hover {
    transform: scale(1.02);
}

.category-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Print styles */
@media print {
    .navbar,
    .hamburger,
    .nav-overlay,
    .toast,
    .modal,
    .scroll-to-top {
        display: none !important;
    }
    
    .hero {
        min-height: auto;
        padding: 2rem 0;
    }
}

/* Mobile-specific improvements */
@media (max-width: 480px) {
    .modal-content {
        margin: 1rem;
        max-height: calc(100vh - 2rem);
    }
    
    .lightbox-content {
        padding: 1rem;
    }
    
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--secondary-color);
    color: var(--white);
    padding: 1rem;
    z-index: 1001;
    transform: translateY(100%);
    transition: var(--transition);
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
}

.cookie-accept {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-small);
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.cookie-accept:hover {
    background: var(--primary-dark);
}

.cookie-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    /* Responsywne style dla slidera inspiracji */
    .inspiration-slides {
        height: 400px;
    }
    
    .inspiration-content {
        padding: 2rem 1.5rem 1.5rem;
    }
    
    .inspiration-content h3 {
        font-size: 1.5rem;
    }
    
    .inspiration-content p {
        font-size: 1rem;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .slider-nav.prev {
        left: 10px;
    }
    
    .slider-nav.next {
        right: 10px;
    }
    
    .inspiration-details {
        gap: 0.5rem;
    }
    
    .inspiration-tag {
        font-size: 0.9rem;
        padding: 0.3rem 0.8rem;
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .inspiration-slides {
        height: 350px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .inspiration-description {
        padding: 1.2rem 0.8rem;
        margin: 1rem 0.3rem;
    }
    
    .inspiration-description h3 {
        font-size: 1.1rem;
    }
    
    .inspiration-description p {
        font-size: 0.95rem;
    }
    
    .inspiration-tag {
        font-size: 0.85rem;
        padding: 0.25rem 0.6rem;
    }
    
    .footer-bottom {
        padding: 20px 20px 0;
        margin-top: 30px;
    }
}

/* Dodatkowe style responsywne dla ulepszeń */
@media (max-width: 768px) {
  .features-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
  
  .feature-tile {
    padding: 2rem 1.5rem;
  }
  
  .hero h1 {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
  }
  
  .btn-cta {
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .footer-main {
    flex-direction: column;
    gap: 2rem;
    padding: 40px 20px;
  }
  
  .feature-tile {
    padding: 1.5rem 1rem;
  }
}

/*--------------------------------------------------------------
# Inspirations Gallery
--------------------------------------------------------------*/
.inspirations {
  padding: 80px 0;
  background: linear-gradient(135deg, #fdfbf7 0%, #f8f4ed 100%);
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.inspiration-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}

.inspiration-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.inspiration-card:hover .card-image img {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.inspiration-card:hover .card-overlay {
  opacity: 1;
}

.view-btn {
  background: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(10px);
}

.inspiration-card:hover .view-btn {
  transform: translateY(0);
}

.view-btn:hover {
  background: #f0f0f0;
  transform: scale(1.05);
}

.card-content {
  padding: 25px;
}

.card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: 700;
}

.card-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #f8f4ed;
  color: #8b6914;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
}

.inspiration-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.inspiration-cta p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 20px;
}

.btn-primary {
  background: linear-gradient(45deg, #d4a574, #b8935a);
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212, 165, 116, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .inspiration-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0;
  }
  
  .card-content {
    padding: 20px;
  }
  
  .inspiration-cta {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
