/* ================================================
   WSPÓŁPRACA — Style unikalne dla strony współpraca
   ================================================ */

#partnership p {
    font-size: 22px;
}

/* ================================================
   KARUZELA W SEKCJACH WSPÓŁPRACY
   ================================================ */

.wspolpraca-carousel {
    position: relative;
    padding: 0 52px;
    margin: 30px 0 28px;
}

.wspolpraca-carousel .carousel-overflow { overflow: hidden; }

.wspolpraca-carousel .carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    user-select: none;
}

.wspolpraca-carousel .carousel-item {
    flex: 0 0 calc((100% - 40px) / 3);
}

.wspolpraca-carousel .carousel-item img {
    width: 100%;
    min-height: 480px;
    max-height: 480px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    pointer-events: none;
}

.wspolpraca-carousel .carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: rgba(201, 162, 39, 0.85);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.wspolpraca-carousel .carousel-btn:hover { background: #c9a227; }
.wspolpraca-carousel .carousel-prev { left: 0; }
.wspolpraca-carousel .carousel-next { right: 0; }

@media (max-width: 768px) {
    .wspolpraca-carousel .carousel-item { flex: 0 0 calc((100% - 20px) / 2); }
    .wspolpraca-carousel { padding: 0 44px; }
}

@media (max-width: 480px) {
    .wspolpraca-carousel .carousel-item { flex: 0 0 100%; }
    .wspolpraca-carousel { padding: 0 52px; }
}

/* ================================================
   PRZYCISK PDF
   ================================================ */

.wspolpraca-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding: 13px 28px;
    background: #c9a227;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.wspolpraca-pdf-btn:hover { background: #d4af37; text-decoration: none; color: #fff; }
.wspolpraca-pdf-btn .ti-download { font-size: 16px; }

/* ================================================
   STOPKA KONTAKTOWA Z SOCIAL
   ================================================ */

.wspolpraca-footer {
    background: #faf8f4;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 60px 0;
    text-align: center;
}

.wspolpraca-footer h3 {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 8px;
}

.wspolpraca-footer .wf-contact {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 28px;
    line-height: 1.8;
}

.wspolpraca-footer .wf-contact a {
    color: #444;
    text-decoration: none;
}

.wspolpraca-footer .wf-contact a:hover { color: #c9a227; }

.wf-social {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wf-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 20px;
    text-decoration: none;
    transition: filter 0.2s, transform 0.2s;
    color: #fff;
}

.wf-social-icon:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
    filter: brightness(1.15);
}

.wf-social-icon.facebook { background: #1877F2; }
.wf-social-icon.instagram { background: #E1306C; }

.wf-social-icon:has(.social-brand-icon) {
    background: transparent;
    border-radius: 0;
}
