* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f5f0e6; color: #2c2c2c; line-height:1.6; min-height:100vh; }
nav { background: #e08a6e; padding: 1rem; text-align: center; position: fixed; top: 0; width: 100%; z-index: 1000; box-shadow: 0 2px 10px rgba(216,122,94,0.3); }
nav a { color: white; margin: 0 1.5rem; text-decoration: none; font-weight: bold; font-size: 1.1rem; }
nav a:hover { color: #00aaff; }
.top-logo { position: fixed; top: 70px; right: calc(50% - 600px + 2rem); z-index: 999; width: 80px; height: auto; }
.logo-text { font-size: 3.5rem; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; background: linear-gradient(90deg, #ffd700 30%, #ff4500 70%); background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 20px rgba(255, 215, 0, 0.6); animation: gentlePulse 5s infinite ease-in-out; }
@keyframes gentlePulse { 0%, 100% { opacity: 0.85; transform: scale(1); } 50% { opacity: 1; transform: scale(1.03); } }
section { padding: 6rem 2rem 4rem; max-width: 1200px; margin: 0 auto; }
h2 { text-align: center; margin-bottom: 2rem; color: #004aad; font-size: 2.5rem; }
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; justify-items: center; }
.second-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; width: 100%; }
.card { background: white; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; transition: transform 0.4s ease; cursor: pointer; position: relative; overflow: hidden; width: 100%; }
.card:hover { transform: translateY(-10px); }
.card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease-in-out; z-index: 1; filter: brightness(0.7) contrast(1.1); }
.card:hover .card-bg { opacity: 0.25; }
.icon-container { margin-bottom: 1.5rem; font-size: 5rem; color: #007bff; transition: all 0.6s ease; position: relative; z-index: 2; }
.card:hover .icon-container { transform: rotate(360deg); color: #ff4500; }
.fa-icon { animation: gentlePulseIcon 4s infinite ease-in-out; }
@keyframes gentlePulseIcon { 0%, 100% { transform: scale(1); opacity: 0.92; } 50% { transform: scale(1.08); opacity: 1; } }
.card-content { position: relative; z-index: 2; }
.contact { background: #004aad; color: white; text-align: center; }
form { max-width: 600px; margin: 0 auto; display: grid; gap: 1rem; }
input, textarea { padding: 0.8rem; border: none; border-radius: 6px; font-size: 1rem; }
button { background: #00aaff; color: white; border: none; padding: 1rem; font-size: 1.2rem; border-radius: 6px; cursor: pointer; }
button:hover { background: #0088cc; }
footer { background: #222; color: white; text-align: center; padding: 2rem; }
.bank-info { margin-top: 2rem; font-size: 1.1rem; }
@media (max-width: 768px) { .top-logo { top: 60px; right: 1rem; } .logo-text { font-size: 2.8rem; } .icon-container { font-size: 4rem; } nav a { margin: 0 0.8rem; font-size: 1rem; } section { padding: 5rem 1rem 3rem; } .services, .second-row { grid-template-columns: 1fr; } }
.card .card-bg { background-size: cover; background-position: center; transition: opacity 0.6s ease; }
.card:hover .card-bg { opacity: 0.25; }
.logo-img { width: 100%; height: auto; display: block; }
html { overflow-y: scroll; scrollbar-gutter: stable; }

.about-blocks { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 3rem 0; }
.block { background: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); text-align: center; }
.block i { font-size: 3rem; color: #e08a6e; margin-bottom: 1rem; }
.block h3 { font-size: 1.6rem; margin: 0.8rem 0; }
.highlight { background: #f5f0e6; border: 2px solid #e08a6e; }
.lead { font-size: 1.3rem; line-height: 1.6; max-width: 800px; margin: 2rem auto; text-align: center; }
.closing { text-align: center; font-style: italic; margin-top: 4rem; }
.gradient-title h3 { background: linear-gradient(90deg, #e08a6e, #8b5cf6, #e08a6e, #8b5cf6); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 900; font-size: 1.9rem; background-size: 400% 400%; animation: flow 6s ease-in-out infinite; }
@keyframes flow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

/* TABS */
.tabs { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 20px 0 40px; }
.tab { padding: 12px 24px; border: none; background: #f5f0e6; color: #333; font-weight: bold; border-radius: 30px; cursor: pointer; transition: all 0.3s ease; }
.tab.active, .tab:hover { background: #e08a6e; color: white; box-shadow: 0 4px 12px rgba(224,138,110,0.4); }

/* SWIPER GALERIA */
.gallery-swiper { width: 100%; height: 540px; padding: 20px 0; position: relative; }

.swiper-slide { display: flex; justify-content: center; align-items: center; transition: all 0.6s ease; }

.swiper-slide img { 
  width: 100%; 
  height: auto; 
  object-fit: contain; 
  border-radius: 12px; 
  box-shadow: 0 4px 15px rgba(0,0,0,0.15); 
  transition: all 0.6s ease; 
}

/* Boczne – malutkie */
.swiper-slide:not(.swiper-slide-active) img {
  transform: scale(0.4);     /* 40% – bardzo małe */
  opacity: 0.6;
  filter: blur(1px);         /* lekko rozmyte, mniej przyciąga uwagę */
}

/* Środkowy – duży */
.swiper-slide-active img {
  transform: scale(1.0);     /* pełny rozmiar */
  opacity: 1;
  filter: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  z-index: 10;
}

/* Kontrolki */
.gallery-controls { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }
.control-btn { background: #e08a6e; color: white; border: none; width: 50px; height: 50px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; transition: all 0.3s; }
.control-btn:hover { background: #004aad; transform: scale(1.1); }
.control-btn i { pointer-events: none; }