:root {
  --green: #68c914;
  --green-strong: #55b80d;
  --green-deep: #2d6f12;
  --ink: #111312;
  --graphite: #151817;
  --steel: #252b2a;
  --steel-soft: #39413f;
  --text: #f6f8f4;
  --muted: #c8d0c7;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --content: min(1160px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Scroll Offset for Fixed Header */
.asortyment,
.dla-kogo,
.doradztwo,
.galeria,
.kontakt {
  scroll-margin-top: 92px;
}

@media (max-width: 900px) {
  .asortyment,
  .dla-kogo,
  .doradztwo,
  .galeria,
  .kontakt {
    scroll-margin-top: 72px;
  }
}

body {
  margin: 0;
  color: var(--text);
  background: var(--graphite);
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 0;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  transition: box-shadow 220ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.nav-shell {
  position: relative;
  width: var(--content);
  min-height: 92px;
  margin: 0 auto;
  padding: 0 12px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition:
    min-height 220ms ease,
    padding 220ms ease;
}

.site-header.is-scrolled .nav-shell {
  width: var(--content);
  min-height: 82px;
  border-radius: 0;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 286px;
}

.brand img {
  display: block;
  width: 268px;
  height: auto;
  margin-left: -20px;
}

.nav-links {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 30px;
  color: #151815;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-links > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1px;
  transition: color 180ms ease;
}

.nav-links > a::after {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  bottom: 0;
  height: 7px;
  border-radius: 0;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 190ms ease;
}

.nav-links > a:hover,
.nav-links > a:focus-visible {
  color: var(--green-strong);
}

.nav-links > a:hover::after,
.nav-links > a:focus-visible::after {
  transform: scaleX(1);
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(20, 28, 24, 0.16);
  border-radius: 999px;
  background: rgba(21, 24, 23, 0.08);
  align-self: center;
}

.language-switch a {
  min-width: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.language-switch a.active {
  color: #0c130d;
  background: var(--white);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 0;
  border-radius: 999px;
  background: var(--steel);
  cursor: pointer;
  transition: background-color 200ms ease;
}

.menu-toggle:hover {
  background: var(--graphite);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  transition: transform 200ms ease, opacity 200ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 150px max(24px, calc((100vw - 1160px) / 2)) 70px;
  background:
    linear-gradient(110deg, rgba(11, 13, 12, 0.92), rgba(16, 20, 18, 0.62) 48%, rgba(6, 8, 7, 0.44)),
    #101312;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  z-index: -2;
  object-fit: cover;
  background: #111;
}

.hero-shade {
  z-index: -1;
  background:
    radial-gradient(circle at 74% 36%, rgba(104, 201, 20, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(8, 10, 9, 0.82), rgba(12, 15, 14, 0.32) 56%, rgba(8, 10, 9, 0.64)),
    linear-gradient(0deg, rgba(17, 19, 18, 0.98), transparent 24%);
}

.hero-content {
  width: min(690px, 100%);
  padding-top: 34px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  --copy-offset: 0px;
  min-height: clamp(170px, 27vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  transition: opacity 500ms ease;
}

.hero-copy.is-changing {
  opacity: 0;
}

.hero-copy.is-empty {
  opacity: 0;
}

.hero-copy .hero-title {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.3rem, 5.35vw, 4.65rem);
  line-height: 0.96;
  font-weight: 800;
  overflow-wrap: break-word;
}

.hero-title-line {
  display: block;
  opacity: 0;
  animation: heroTitleLineIn 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: var(--line-delay, 0s);
}

.hero-copy p {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.24rem, 2.18vw, 1.62rem);
  line-height: 1.5;
  font-weight: 500;
  opacity: 0;
  animation: heroBodyIn 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: var(--body-delay, 0.85s);
}

.hero-copy p strong {
  color: var(--green);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 5px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #101510;
  background: linear-gradient(135deg, #8ee83a, var(--green-strong));
  box-shadow: 0 16px 36px rgba(89, 190, 13, 0.28);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
}

.hero-card {
  position: absolute;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: 70px;
  width: min(380px, calc(100vw - 48px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(26, 34, 30, 0.58), rgba(13, 17, 16, 0.42));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.hero-card-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.12;
  font-weight: 800;
}

.hero-card p {
  margin: 12px 0 0;
  color: rgba(232, 238, 230, 0.82);
  line-height: 1.5;
  font-weight: 500;
}

/* Container Utility */
.container {
  width: var(--content);
  margin: 0 auto;
}

/* Accessibility / SEO Utility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Brand Highlight */
.brand-highlight {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: var(--green);
}

/* 2. Sekcja przewagi */
.advantages {
  padding: 120px 0;
  background: var(--graphite);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.advantages-content h2 {
  margin: 0 0 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 1.05;
  font-weight: 800;
  color: var(--white);
}

.advantages-desc {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  font-weight: 500;
}

.advantages-stats {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stat-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  transition: border-color 200ms ease, background 200ms ease;
}

.stat-card:hover {
  border-color: rgba(104, 201, 20, 0.35);
  background: rgba(255, 255, 255, 0.03);
}

.stat-num {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 6px;
}

.stat-label {
  display: block;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--muted);
}

@media (max-width: 900px) {
  .advantages {
    padding: 80px 12px;
  }
  
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .advantages-content h2 {
    font-size: 2rem;
  }
  
  .stat-card {
    padding: 20px;
  }
}

/* 3. Sekcja asortymentu */
.asortyment {
  padding: 120px 0;
  background: radial-gradient(circle at 10% 20%, #222928 0%, #171d1c 90%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-title {
  margin: 0 0 54px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  color: var(--white);
}

.asortyment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.asortyment-card {
  position: relative;
  padding: 40px 30px;
  background: rgba(13, 17, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1),
              border-color 300ms ease,
              background-color 300ms ease,
              box-shadow 300ms ease;
  overflow: hidden;
}

.asortyment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--green-strong));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease;
}

.asortyment-card:hover {
  transform: translateY(-8px);
  border-color: rgba(104, 201, 20, 0.25);
  background-color: rgba(21, 28, 26, 0.95);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.asortyment-card:hover::before {
  transform: scaleX(1);
}

.card-icon {
  width: auto;
  height: 60px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border: none;
  border-radius: 0;
}

.card-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: filter 300ms ease, opacity 300ms ease, transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.asortyment-card:hover .card-icon img {
  filter: none;
  opacity: 1;
  transform: scale(1.08);
}

.asortyment-card h3 {
  margin: 0 0 16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
}

.asortyment-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 990px) {
  .asortyment-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .asortyment {
    padding: 80px 12px;
  }
  
  .asortyment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .section-title {
    margin-bottom: 34px;
  }
  
  .asortyment-card {
    padding: 30px 24px;
  }
}

/* 4. Sekcja dla kogo */
.dla-kogo {
  padding: 120px 0;
  background: var(--graphite);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dla-kogo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.dla-kogo-card {
  position: relative;
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1),
              border-color 300ms ease,
              background-color 300ms ease,
              box-shadow 300ms ease;
}

.dla-kogo-card:nth-child(1),
.dla-kogo-card:nth-child(2),
.dla-kogo-card:nth-child(3) {
  grid-column: span 2;
}

.dla-kogo-card:nth-child(4),
.dla-kogo-card:nth-child(5) {
  grid-column: span 3;
}

.dla-kogo-card:hover {
  transform: translateY(-5px);
  border-color: rgba(104, 201, 20, 0.45);
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.card-num {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 2.2rem;
  font-weight: 800;
  color: rgba(104, 201, 20, 0.22);
  line-height: 1;
  transition: color 300ms ease;
}

.dla-kogo-card:hover .card-num {
  color: rgba(104, 201, 20, 0.55);
}

.dla-kogo-card h3 {
  margin: 0 0 16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  max-width: calc(100% - 40px);
}

.dla-kogo-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 990px) {
  .dla-kogo-card:nth-child(1),
  .dla-kogo-card:nth-child(2),
  .dla-kogo-card:nth-child(3),
  .dla-kogo-card:nth-child(4),
  .dla-kogo-card:nth-child(5) {
    grid-column: span 3;
  }
}

@media (max-width: 650px) {
  .dla-kogo {
    padding: 80px 12px;
  }
  
  .dla-kogo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .dla-kogo-card:nth-child(1),
  .dla-kogo-card:nth-child(2),
  .dla-kogo-card:nth-child(3),
  .dla-kogo-card:nth-child(4),
  .dla-kogo-card:nth-child(5) {
    grid-column: span 1;
  }
  
  .dla-kogo-card {
    padding: 30px 24px;
  }
  
  .card-num {
    top: 24px;
    right: 24px;
    font-size: 1.8rem;
  }
}

/* 5. Sekcja doradztwa */
.doradztwo {
  padding: 120px 0;
  background: radial-gradient(circle at 90% 80%, rgba(104, 201, 20, 0.12), transparent 50%), #171d1c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.doradztwo-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  background: linear-gradient(135deg, rgba(13, 17, 16, 0.9), rgba(21, 26, 24, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.doradztwo-content h2 {
  margin: 0 0 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  color: var(--white);
}

.doradztwo-desc {
  margin: 0 0 34px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 500;
}

.doradztwo-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.doradztwo-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.doradztwo-item .dot {
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 555px;
  box-shadow: 0 0 10px var(--green);
  flex-shrink: 0;
}

.doradztwo-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 250px;
}

.laser-effect {
  position: absolute;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(104, 201, 20, 0.35) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(10px);
  animation: pulseLaser 4s infinite alternate ease-in-out;
}

.metal-shield {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c3533 0%, #151817 100%);
  border: 4px solid #3d4946;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
}

.metal-shield strong {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 900;
  color: var(--green);
  text-shadow: 0 0 10px rgba(104, 201, 20, 0.4);
}

.metal-shield span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--muted);
  margin-top: 6px;
  text-transform: uppercase;
}

@keyframes pulseLaser {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .doradztwo-box {
    grid-template-columns: 1fr;
    padding: 40px 30px;
    gap: 40px;
  }
  
  .doradztwo-visual {
    min-height: 200px;
  }
  
  .metal-shield {
    width: 160px;
    height: 160px;
  }
  
  .metal-shield strong {
    font-size: 1.3rem;
  }
  
  .metal-shield span {
    font-size: 0.6rem;
  }
  
  .laser-effect {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 600px) {
  .doradztwo {
    padding: 80px 12px;
  }
}

/* 6. Sekcja galerii */
.galeria {
  padding: 120px 0;
  background: var(--graphite);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 300ms ease, border-color 300ms ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 17, 15, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.zoom-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(0.8);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.zoom-icon::before,
.zoom-icon::after {
  content: "";
  position: absolute;
  background: #111312;
}

.zoom-icon::before {
  width: 16px;
  height: 2px;
}

.zoom-icon::after {
  width: 2px;
  height: 16px;
}

.gallery-item:hover {
  transform: scale(1.02);
  border-color: var(--green);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .zoom-icon {
  transform: scale(1);
}

/* Lightbox styles */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(11, 13, 12, 0.96);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 300ms ease;
}

.lightbox.is-active {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  max-width: 90%;
  max-height: 85vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.lightbox button {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  z-index: 10;
}

.lightbox button:hover {
  background: var(--green);
  color: #111312;
  border-color: var(--green);
}

.lightbox-close {
  top: 30px;
  right: 30px;
}

.lightbox-prev {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 990px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lightbox {
    padding: 20px;
  }
  
  .lightbox button {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }
  
  .lightbox-close {
    top: 20px;
    right: 20px;
  }
  
  .lightbox-prev {
    left: 10px;
  }
  
  .lightbox-next {
    right: 10px;
  }
}

@media (max-width: 600px) {
  .galeria {
    padding: 80px 12px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* 7. Sekcja kontaktowa */
.kontakt {
  padding: 120px 0;
  background: radial-gradient(circle at 50% 120%, rgba(104, 201, 20, 0.1), transparent 50%), #171d1c;
}

.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

.kontakt-card {
  padding: 40px;
  background: rgba(13, 17, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(10px);
}

.kontakt-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 24px;
  margin-bottom: 28px;
}

.kontakt-card h3 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--white);
}

.location-badge {
  padding: 6px 12px;
  background: rgba(104, 201, 20, 0.1);
  border: 1px solid rgba(104, 201, 20, 0.25);
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 34px;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.icon-label {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.detail-item strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
}

.phone-link {
  color: var(--green);
  transition: color 200ms ease;
}

.phone-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.94rem;
  font-weight: 500;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.06);
  padding-bottom: 6px;
}

.hours-list li span {
  color: var(--muted);
}

.hours-list li strong {
  font-size: 0.94rem;
}

.hours-list li strong.closed {
  color: #a0a89d;
}

.card-nav-btn {
  width: 100%;
  text-align: center;
}

/* CTA / Pytanie o produkt */
.kontakt-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 60px;
  background: linear-gradient(135deg, rgba(104, 201, 20, 0.08) 0%, rgba(21, 24, 23, 0.3) 100%);
  border: 1px solid rgba(104, 201, 20, 0.2);
  border-radius: 16px;
  margin-top: 40px;
}

.cta-content h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
}

.cta-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 500;
  max-width: 680px;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  min-width: 240px;
}

.cta-actions .btn {
  width: 100%;
}

/* --- Formularz kontaktowy --- */
.kontakt-form-box {
  margin-top: 40px;
  padding: 50px 60px;
  background: rgba(13, 17, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.kontakt-form-box h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
}

.kontakt-form-box p {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 500;
}

.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(200, 208, 199, 0.45);
}

.form-group input:hover,
.form-group textarea:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 12px rgba(104, 201, 20, 0.18);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
}

.form-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}

.form-consent label {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
  cursor: pointer;
  font-weight: 500;
}

.form-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.form-submit-btn {
  border: none;
  cursor: pointer;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-submit-btn .spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(16, 21, 16, 0.25);
  border-top-color: #101510;
  border-radius: 50%;
  animation: spin 800ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-submit-btn.is-loading {
  pointer-events: none;
  opacity: 0.8;
}

.form-submit-btn.is-loading .spinner {
  display: inline-block;
}

.form-status {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 6px;
  transition: opacity 300ms ease;
  display: none;
  width: 100%;
}

.form-status.success {
  display: block;
  color: #8ee83a;
  background: rgba(104, 201, 20, 0.08);
  border: 1px solid rgba(104, 201, 20, 0.2);
  padding: 16px 20px;
}

.form-status.error {
  display: block;
  color: #ff5f5f;
  background: rgba(255, 95, 95, 0.08);
  border: 1px solid rgba(255, 95, 95, 0.2);
  padding: 16px 20px;
}

@media (max-width: 900px) {
  .kontakt-form-box {
    padding: 40px;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .form-submit-btn {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .kontakt-form-box {
    padding: 30px 20px;
    margin-top: 30px;
  }
}

/* Stopka strony */
.site-footer {
  padding: 40px 0;
  background: #0d100f;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-content p {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-links a {
  transition: color 200ms ease;
}

.footer-links a:hover {
  color: var(--green);
}

.footer-links .divider {
  color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 990px) {
  .kontakt-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .kontakt-cta {
    flex-direction: column;
    padding: 40px;
    align-items: stretch;
    text-align: center;
  }
  
  .kontakt-cta p {
    max-width: 100%;
  }
  
  .cta-actions {
    min-width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .kontakt {
    padding: 80px 12px;
  }
  
  .kontakt-card {
    padding: 30px 20px;
  }
  
  .kontakt-card .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0;
  }

  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    width: 100%;
    max-width: 720px;
    min-height: 72px;
    border-radius: 0;
    padding: 0 24px;
    gap: 12px;
  }

  .brand {
    flex: 0 1 auto;
    min-width: 174px;
  }

  .brand img {
    width: 172px;
    margin-left: -14px;
  }

  .menu-toggle {
    display: flex;
    flex: 0 0 44px;
    margin-left: auto;
    position: static;
    z-index: 40;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links > a {
    height: auto;
    padding: 12px 0;
  }

  .nav-links > a::after {
    left: 0;
    right: auto;
    bottom: 6px;
    width: 44px;
    height: 4px;
    transform-origin: left;
  }

  .language-switch {
    justify-content: center;
    margin-top: 8px;
  }

  .hero {
    min-height: 100svh;
    padding: 118px 24px 42px;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-copy {
    --copy-offset: 0px;
    min-height: 232px;
  }

  .hero-copy .hero-title {
    max-width: 100%;
    font-size: clamp(2.15rem, 9vw, 3.45rem);
    line-height: 1;
  }

  .hero-copy p {
    font-size: 1.12rem;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 42px;
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-top: 34px;
  }

  .btn {
    width: 100%;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Modal Polityki Prywatności */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(11, 13, 12, 0.96);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 300ms ease;
}

.privacy-modal.is-active {
  display: flex;
  opacity: 1;
}

.privacy-modal-content {
  background: #171d1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
  padding: 40px;
}

.privacy-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  line-height: 1;
}

.privacy-modal-close:hover {
  background: var(--green);
  color: #111312;
  border-color: var(--green);
}

.privacy-modal-content h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 12px;
}

.privacy-modal-content h4 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--green);
  margin: 20px 0 8px;
}

.privacy-modal-content p, 
.privacy-modal-content ul {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 16px;
}

.privacy-modal-content ul {
  padding-left: 20px;
}

.privacy-modal-content li {
  margin-bottom: 8px;
}

.kontakt-form-box .privacy-link {
  color: var(--green);
  text-decoration: underline;
  transition: color 200ms ease;
}

.kontakt-form-box .privacy-link:hover {
  color: var(--white);
}
