/* ===========================================
   BART-AUTO AUTOLAWETA — Design System CSS
   v2.0 — redesign 2026-07
   =========================================== */

/* --- Tokeny --- */
:root {
  --color-primary:       #F15107;
  --color-primary-dark:  #C43F00;
  --color-primary-tint:  #FEF0E8;
  --color-ink:           #1E252C;
  --color-ink-deep:      #13191E;
  --color-gray:          #5A6470;
  --color-gray-light:    #D4DAE0;
  --color-bg:            #F3F5F7;
  --color-white:         #FFFFFF;

  --font-head: 'Barlow Semi Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;

  --container: 1200px;
  --pad-h:     24px;
  --section-v: 104px;
  --radius:    10px;
  --shadow-sm: 0 2px 8px rgba(30,37,44,0.07);
  --shadow-md: 0 6px 24px rgba(30,37,44,0.11);
  --shadow-lg: 0 16px 48px rgba(30,37,44,0.16);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17px; }
body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-ink);
  background: var(--color-white);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* --- Kontener --- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-h);
}

/* --- Typografia --- */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-ink);
}
h1 { font-size: clamp(2.2rem, 5.5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }

/* --- Eyebrow label nad naglowkiem sekcji --- */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 14px;
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  flex-shrink: 0;
}

/* Stary .section-accent jako alias */
.section-accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 48px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  margin-bottom: 16px;
}

/* --- Naglowek sekcji --- */
.section-header { margin-bottom: 52px; }
.section-header h2 { margin-bottom: 14px; }
.section-header .lead {
  font-size: 1rem;
  color: var(--color-gray);
  max-width: 600px;
  line-height: 1.7;
}

/* --- Sekcje naprzemienne --- */
section { padding: var(--section-v) 0; }
section.bg-alt { background: var(--color-bg); }
section.bg-dark { background: var(--color-ink-deep); color: var(--color-white); }
section.bg-dark h2 { color: var(--color-white); }

/* --- Przyciski --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border-radius: 6px;
  padding: 14px 30px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.12s, box-shadow 0.18s;
  text-decoration: none;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }

.btn-primary {
  background: var(--color-primary-dark);
  color: var(--color-white);
  box-shadow: 0 4px 16px rgba(196,63,0,0.30);
}
.btn-primary:hover {
  background: #A83200;
  box-shadow: 0 6px 24px rgba(196,63,0,0.40);
}

.btn-ghost {
  background: transparent;
  color: var(--color-ink);
  border-color: var(--color-ink);
}
.btn-ghost:hover { background: var(--color-ink); color: var(--color-white); }

.btn-ghost-white {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255,255,255,0.7);
}
.btn-ghost-white:hover { background: var(--color-white); color: var(--color-ink); }

/* =====================
   HEADER
   ===================== */
#site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid var(--color-gray-light);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}
.header-logo picture,
.header-logo img {
  height: 44px;
  width: auto;
  display: block;
}
.header-logo { flex-shrink: 0; }

.header-nav ul {
  display: flex;
  gap: 2px;
  align-items: center;
}
.header-nav a {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-gray);
  padding: 6px 13px;
  border-radius: 5px;
  transition: color 0.18s, background 0.18s;
  position: relative;
}
.header-nav a:hover {
  color: var(--color-primary-dark);
  background: var(--color-primary-tint);
}
.header-cta { flex-shrink: 0; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-ink);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0; bottom: 0;
  background: var(--color-white);
  z-index: 899;
  overflow-y: auto;
  padding: 24px;
}
.mobile-nav.open { display: block; }
.mobile-nav li { border-bottom: 1px solid var(--color-gray-light); }
.mobile-nav a {
  display: block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--color-ink);
  padding: 18px 0;
}
.mobile-nav .btn { margin-top: 24px; width: 100%; justify-content: center; }

/* =====================
   HERO SLIDER
   ===================== */
#hero {
  position: relative;
  overflow: hidden;
  height: clamp(560px, calc(100vh - 72px), 680px);
  min-height: 560px;
  padding: 0;
  background: var(--color-ink-deep);
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #hero {
    height: 560px;
    min-height: 560px;
  }
}
@media (max-width: 480px) {
  #hero {
    height: 600px;
    min-height: 600px;
  }
}

.slider {
  position: relative;
  width: 100%; height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
}
.slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
/* Gradient: ciemny po lewej + delikatny pomaranczowy odcien u dolu */
.slide-bg::after,
.slide-bg-picture::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(19,25,30,0.15) 0%,
      rgba(19,25,30,0.55) 100%
    ),
    linear-gradient(
      105deg,
      rgba(19,25,30,0.88) 0%,
      rgba(19,25,30,0.60) 45%,
      rgba(30,20,10,0.05) 100%
    );
}
.slide-bg-picture {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.slide-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Kolor tla przed zaladowaniem zdjecia */
.slide-1 .slide-bg,
.slide-1 .slide-bg-picture { background-color: #2A3440; }
.slide-2 .slide-bg { background-color: #1E2A30; }
.slide-3 .slide-bg { background-color: #252E35; }

.slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: min(620px, calc(100% - (2 * var(--pad-h))));
  max-width: 620px;
  margin-left: calc(var(--pad-h) + max(0px, (100vw - var(--container)) / 2));
  padding: 28px 0 82px;
}
.slide-content h1,
.slide-content h2 {
  color: var(--color-white);
  margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
  font-size: clamp(2.3rem, 4.6vw, 3.45rem);
  line-height: 1.04;
  text-wrap: balance;
}
.slide-content p {
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
  margin-bottom: 32px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.25);
  line-height: 1.65;
  max-width: 520px;
}
.slide-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Strzalki */
.slider-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.20);
  color: var(--color-white);
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(6px);
}
.slider-arrow:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.40);
}
.slider-arrow.prev { left: 20px; }
.slider-arrow.next { right: 20px; }

/* Kropki */
.slider-dots {
  position: absolute;
  bottom: 34px; left: calc(var(--pad-h) + max(0px, (100vw - var(--container)) / 2));
  z-index: 10;
  display: flex; gap: 6px;
}
.slider-dot {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  border: none;
  display: flex; align-items: center; justify-content: center;
}
.slider-dot::after {
  content: '';
  display: block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.40);
  transition: background 0.3s, transform 0.3s, width 0.3s;
  border-radius: 4px;
}
.slider-dot.active::after {
  background: var(--color-primary);
  width: 20px;
  transform: none;
}

/* =====================
   PASEK ZAUFANIA
   ===================== */
#trust {
  padding: 0;
  background: var(--color-ink);
  color: var(--color-white);
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.trust-strip {
  padding: 36px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,0.10);
}
.trust-item:first-child { border-left: none; padding-left: 0; }
.trust-icon-wrap {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(241,81,7,0.15);
  display: flex; align-items: center; justify-content: center;
}
.trust-icon {
  width: 26px; height: 26px;
  color: var(--color-primary);
}
.trust-item strong {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-white);
  line-height: 1.35;
  display: block;
}
.trust-item span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.50);
  display: block;
  margin-top: 2px;
}

/* =====================
   OFERTA
   ===================== */
#oferta {
  background: var(--color-white);
  padding-top: var(--section-v);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.offer-card {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-gray-light);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.offer-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: transparent;
}
.offer-card picture,
.offer-card__img-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.offer-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  display: block;
}
.offer-card:hover .offer-card__img { transform: scale(1.04); }
.offer-card__img-placeholder {
  background: linear-gradient(135deg, #e8ecef 0%, #d0d6db 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray);
}
.offer-card__img-placeholder svg {
  width: 40px; height: 40px;
  opacity: 0.4;
}
.offer-card__body {
  padding: 0 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.offer-card__accent {
  display: block;
  width: 36px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
  margin: 20px 0 14px;
  transition: width 0.3s;
}
.offer-card:hover .offer-card__accent { width: 56px; }
.offer-card__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--color-ink);
  margin-bottom: 10px;
  line-height: 1.25;
}
.offer-card__desc {
  font-size: 0.9rem;
  color: var(--color-gray);
  line-height: 1.65;
  flex: 1;
}

/* =====================
   JAK DZIALAMY
   ===================== */
#jak-dzialamy { background: var(--color-bg); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  counter-reset: steps;
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(16.66% + 36px);
  right: calc(16.66% + 36px);
  height: 1px;
  background: linear-gradient(to right, var(--color-primary) 0%, var(--color-gray-light) 100%);
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step__num {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--color-white);
  border: 3px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--color-primary);
  margin-bottom: 24px;
  box-shadow: 0 0 0 6px var(--color-bg), var(--shadow-sm);
  line-height: 1;
  position: relative;
}
.step:first-child .step__num::before {
  content: '';
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 1px dashed var(--color-primary-dark);
  opacity: 0.35;
}
.step h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--color-ink);
  margin-bottom: 10px;
}
.step p { font-size: 0.92rem; color: var(--color-gray); line-height: 1.65; }

/* =====================
   OBSZAR DZIALANIA
   ===================== */
#obszar { background: var(--color-white); }
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.area-map {
  background: var(--color-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-gray-light);
}
.area-map svg {
  width: 100%;
  height: auto;
  display: block;
}
.area-info h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--color-gray);
  margin-bottom: 12px;
  margin-top: 28px;
}
.area-info h3:first-child { margin-top: 0; }
.area-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.city-tag {
  background: var(--color-primary-tint);
  color: #9B2F00;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.84rem;
  padding: 5px 13px;
  border-radius: 20px;
  border: 1px solid rgba(196,63,0,0.15);
  transition: background 0.15s;
}
.city-tag:hover { background: #FDDECE; }
.area-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.route-tag {
  background: var(--color-ink);
  color: rgba(255,255,255,0.90);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.82rem;
  padding: 5px 13px;
  border-radius: 5px;
  letter-spacing: 0.02em;
}
.area-note {
  margin-top: 18px;
  font-size: 0.88rem;
  color: var(--color-gray);
  line-height: 1.65;
  padding-left: 12px;
  border-left: 3px solid var(--color-primary-tint);
}

/* =====================
   GALERIA
   ===================== */
#galeria { background: var(--color-bg); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 10px;
}
/* Pierwszy element zajmuje 2 kolumny i 2 rzedy */
.gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: var(--color-gray-light);
}
.gallery-item picture,
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery-item:hover picture img,
.gallery-item:hover > img { transform: scale(1.07); }
.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19,25,30,0.55) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.gallery-item__overlay svg {
  color: var(--color-white);
  width: 28px; height: 28px;
  background: rgba(241,81,7,0.90);
  border-radius: 50%;
  padding: 5px;
}
.gallery-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #dce0e4 0%, #c5ccd2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray);
  font-size: 0.8rem;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(19,25,30,0.95);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 24px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--color-white);
  font-size: 1.4rem;
  width: 40px; height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.8;
  transition: opacity 0.2s, background 0.2s;
}
.lightbox-close:hover { opacity: 1; background: rgba(255,255,255,0.20); }
.lightbox-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.20);
  color: var(--color-white);
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lightbox-nav:hover { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-counter {
  color: rgba(255,255,255,0.55);
  font-size: 0.88rem;
  margin-top: 14px;
  letter-spacing: 0.05em;
}

/* =====================
   FAQ
   ===================== */
#faq { background: var(--color-white); }
.faq-list { max-width: 820px; }
.faq-item {
  border-bottom: 1px solid var(--color-gray-light);
  transition: border-color 0.2s;
}
.faq-item:first-child { border-top: 1px solid var(--color-gray-light); }
.faq-item.open { border-bottom-color: var(--color-primary); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--color-ink);
  transition: color 0.2s;
}
.faq-item.open .faq-question { color: var(--color-primary-dark); }
.faq-question svg {
  flex-shrink: 0;
  width: 22px; height: 22px;
  color: var(--color-primary);
  transition: transform 0.3s;
  background: var(--color-primary-tint);
  border-radius: 50%;
  padding: 3px;
}
.faq-item.open .faq-question svg {
  transform: rotate(45deg);
  background: var(--color-primary);
  color: var(--color-white);
}
.faq-answer {
  display: none;
  padding: 0 0 24px 20px;
  font-size: 0.96rem;
  color: var(--color-gray);
  line-height: 1.75;
  border-left: 3px solid var(--color-primary);
  margin-bottom: 4px;
}
.faq-item.open .faq-answer { display: block; }

/* =====================
   KONTAKT
   ===================== */
#kontakt {
  background: var(--color-ink-deep);
  position: relative;
  overflow: hidden;
}
#kontakt::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(19,25,30,0.80);
  z-index: 0;
}
/* Dekoracyjny akcent w prawym gornym rogu */
#kontakt::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241,81,7,0.18) 0%, transparent 70%);
  z-index: 0;
}
#kontakt .container { position: relative; z-index: 1; }
.contact-inner { max-width: 700px; }
#kontakt h2 {
  color: var(--color-white);
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
#kontakt p {
  color: rgba(255,255,255,0.75);
  font-size: 1.02rem;
  margin-bottom: 36px;
  line-height: 1.7;
}
.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: var(--color-white);
  background: var(--color-primary-dark);
  padding: 16px 32px 16px 24px;
  border-radius: 8px;
  margin-bottom: 36px;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 32px rgba(196,63,0,0.35);
}
.contact-phone:hover {
  background: #A83200;
  box-shadow: 0 12px 40px rgba(196,63,0,0.50);
}
.contact-phone svg { width: 32px; height: 32px; }
.contact-details {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  line-height: 2;
}
.contact-details strong { color: rgba(255,255,255,0.85); }
.kontakt-overlay {
  position: absolute;
  inset: 0;
  background: rgba(19,25,30,0.80);
}

/* =====================
   STOPKA
   ===================== */
#site-footer {
  background: var(--color-ink-deep);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 52px 0 28px;
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.footer-brand {}
.footer-logo picture,
.footer-logo img {
  height: 52px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}
.footer-data {
  color: rgba(255,255,255,0.50);
  font-size: 0.85rem;
  line-height: 1.85;
}
.footer-data a {
  color: rgba(255,255,255,0.50);
  transition: color 0.2s;
  display: block;
}
.footer-data a:hover { color: var(--color-primary); }
.footer-col-title {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  margin-bottom: 14px;
}
.footer-links {
  color: rgba(255,255,255,0.30);
  font-size: 0.78rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 20px;
}
.footer-links a {
  color: rgba(255,255,255,0.30);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--color-white); }

/* =====================
   STICKY CALL (mobile)
   ===================== */
.sticky-call {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 800;
  background: var(--color-primary-dark);
  color: var(--color-white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.08rem;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 -4px 24px rgba(196,63,0,0.35);
  letter-spacing: 0.01em;
}
.sticky-call svg {
  width: 22px; height: 22px;
  animation: ring-pulse 2.4s ease-in-out infinite;
}
@keyframes ring-pulse {
  0%   { transform: scale(1); }
  10%  { transform: scale(1.18) rotate(-8deg); }
  20%  { transform: scale(1) rotate(6deg); }
  30%  { transform: scale(1.12) rotate(-4deg); }
  40%  { transform: scale(1); }
  100% { transform: scale(1); }
}

/* =====================
   RESPONSYWNOSC
   ===================== */
@media (max-width: 1024px) {
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
  .area-grid { gap: 36px; }
  .trust-item { padding: 0 18px; }
}

@media (max-width: 768px) {
  :root { --section-v: 72px; }

  .header-nav, .header-cta { display: none; }
  .hamburger { display: flex; }

  .slider-arrow { display: none; }
  .slide-content {
    width: calc(100% - (2 * var(--pad-h)));
    margin-left: var(--pad-h);
    padding-bottom: 74px;
  }
  .slide-actions {
    flex-direction: column;
    align-items: flex-start;
    max-width: 320px;
  }
  .slide-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .trust-item { border-left: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 20px 16px; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) {}
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }

  .offer-grid { grid-template-columns: 1fr; }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .steps-grid::before { display: none; }
  .step {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
  }
  .step__num { margin-bottom: 0; min-width: 72px; flex-shrink: 0; }

  .area-grid { grid-template-columns: 1fr; }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }

  .footer-inner { flex-direction: column; gap: 28px; }

  .sticky-call { display: flex; }
  body { padding-bottom: 56px; }

  .slider-dots {
    bottom: 26px;
    left: var(--pad-h);
  }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:first-child { grid-column: span 2; }
  .slide-content {
    width: calc(100% - (2 * var(--pad-h)));
    margin-left: var(--pad-h);
    padding-bottom: 70px;
  }
  .slide-content h1,
  .slide-content h2 {
    font-size: clamp(2rem, 12vw, 2.55rem);
  }
  .slide-content p {
    font-size: 1rem;
    line-height: 1.55;
  }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none !important; }
  .contact-phone { font-size: 1.7rem; padding: 14px 24px 14px 20px; }
}

/* =====================
   TELEFON KLIKALNY
   ===================== */
a[href^="tel"] { cursor: pointer; }
.tel-link { color: inherit; font-weight: inherit; }
.tel-link:hover { color: var(--color-primary); }

/* =====================
   ANIMACJE WEJSCIA (scroll)
   ===================== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}
.fade-up:nth-child(2) { transition-delay: 0.10s; }
.fade-up:nth-child(3) { transition-delay: 0.20s; }
.fade-up:nth-child(4) { transition-delay: 0.30s; }
.fade-up:nth-child(5) { transition-delay: 0.40s; }
.fade-up:nth-child(6) { transition-delay: 0.50s; }

/* Test polskich znakow: ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ */
