/* Sekcja reviews-opinion */
#reviews-opinion {
            position: relative;
        }

        #reviews-opinion .subtitle span {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
        }

        #reviews-opinion .subtitle img {
            width: 36px;
            height: 36px;
            object-fit: contain;
        }

        /* Desktop: wszystkie slajdy widoczne - UKRYTE */
        .reviews-track-desktop {
            display: none;
        }

        /* Karuzela Swiper - widoczna na wszystkich ekranach */
        .reviews-swiper {
            display: block;
            margin: 0 auto;
            max-width: 1180px;
            padding-bottom: 0 !important;
        }

        .reviews-swiper .swiper-wrapper {
            align-items: start;
            height: auto !important;
            display: flex;
            min-height: 0;
        }

        .reviews-swiper .swiper-slide {
            height: auto !important;
            min-height: 0;
            display: block;
            align-self: flex-start;
            margin-bottom: 0;
        }

        .reviews-swiper .swiper-slide .reviews-grid {
            margin-bottom: 0;
            padding-bottom: 0;
        }

        /* Zawsze pokazuj tylko 1 slajd (bez podglądu obok) */
        .reviews-swiper {
            overflow: hidden;
        }

        .reviews-swiper .swiper-wrapper {
            overflow: visible;
        }

        /* Wymuś pełną szerokość slajdu (fix na "znikający" kolejny slajd) */
        .reviews-swiper .swiper-slide {
            width: 100% !important;
            flex-shrink: 0;
        }

        .reviews-swiper .swiper-button-next,
        .reviews-swiper .swiper-button-prev {
            background: rgba(255, 255, 255, 0.95);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(21, 55, 104, 0.2);
            background-size: 16px 16px;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Ukryj domyślne :after jeśli istnieje */
        .reviews-swiper .swiper-button-next:after,
        .reviews-swiper .swiper-button-prev:after {
            display: none;
        }

        /* Własne SVG strzałki - mniejsze i grubsze */
        .reviews-swiper .swiper-button-prev {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z' fill='%23153768' stroke='%23153768' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }

        .reviews-swiper .swiper-button-next {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' fill='%23153768' stroke='%23153768' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }

        .reviews-swiper .swiper-button-next:hover,
        .reviews-swiper .swiper-button-prev:hover {
            background-color: #ffffff;
            border-color: rgba(15, 75, 154, 0.4);
        }

        .reviews-swiper .swiper-button-prev:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z' fill='%230f4b9a' stroke='%230f4b9a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }

        .reviews-swiper .swiper-button-next:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' fill='%230f4b9a' stroke='%230f4b9a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }

        .reviews-swiper .swiper-pagination {
            position: relative;
            margin-top: 1.5rem;
            margin-bottom: 0;
        }

        .reviews-swiper .swiper-pagination-bullet {
            background: rgba(17, 59, 124, 0.35);
        }

        .reviews-swiper .swiper-pagination-bullet-active {
            background: #113b7c;
        }

        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr)) 280px;
            grid-template-rows: auto;
            gap: 0;
            background: #ffffff;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 38px -24px rgba(12, 48, 110, 0.35);
            align-items: stretch;
            height: auto;
        }

        .reviews-grid__primary {
            grid-column: 1 / 4;
            grid-row: 1;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            align-items: stretch;
            height: 100%;
        }

        .reviews-card {
            padding: 2.25rem 2rem;
            border-right: 1px solid rgba(17, 59, 124, 0.12);
            text-align: left;
            display: flex;
            flex-direction: column;
            gap: 1.35rem;
            min-height: 0;
            height: 100%;
        }

        .reviews-card:last-of-type {
            border-right: none;
        }

        .reviews-card__heading {
            margin: 0;
            font-size: 1.05rem;
            line-height: 1.4;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.035em;
            color: #153768;
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
            min-height: calc(1.4em * 2);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .reviews-card__date {
            font-size: 0.85rem;
            font-weight: 700;
            color: #8a96a8;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .reviews-card__excerpt {
            font-size: 0.94rem;
            color: #525f73;
            line-height: 1.5;
            margin: 0;
            text-align: justify;
            flex-grow: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        .reviews-card--link {
            text-decoration: none;
            color: inherit;
            cursor: pointer;
            transition: background-color 0.2s ease, box-shadow 0.2s ease;
        }

        .reviews-card--link:hover {
            background-color: rgba(15, 75, 154, 0.03);
            box-shadow: inset 0 0 0 1px rgba(15, 75, 154, 0.1);
        }

        .reviews-card--link:hover .reviews-card__heading {
            color: #0f4b9a;
        }

        .reviews-grid__secondary {
            border-left: 1px solid rgba(17, 59, 124, 0.12);
            padding: 2.25rem 2rem;
            background: linear-gradient(180deg, rgba(230, 236, 248, 0.35) 0%, rgba(249, 251, 255, 0.9) 100%);
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            text-align: left;
            grid-column: 4;
            grid-row: 1;
            height: fit-content;
        }

        .reviews-secondary__list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .reviews-secondary__item {
            border-bottom: 1px solid rgba(17, 59, 124, 0.15);
            padding-bottom: 1rem;
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }

        .reviews-secondary__item:last-of-type {
            border-bottom: none;
            padding-bottom: 0;
        }

        .reviews-secondary__link {
            font-size: 0.95rem;
            font-weight: 700;
            color: #153768;
            text-decoration: none;
        }

        .reviews-secondary__date {
            font-size: 0.82rem;
            font-weight: 600;
            color: #8a96a8;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .reviews-secondary__cta {
            margin-top: auto;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #0f4b9a;
            text-decoration: none;
        }

        .reviews-secondary__cta .icon {
            font-size: 1.15rem;
        }

        .reviews-secondary__cta:hover {
            color: #0a356e;
        }

        .reviews-view-all {
            text-align: center;
            margin-top: 2rem;
        }

        .reviews-view-all__button {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            padding: 1rem 2rem;
            background: #0f4b9a;
            color: #ffffff;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: background 0.3s ease, transform 0.2s ease;
        }

        .reviews-view-all__button:hover {
            background: #0a356e;
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-2px);
        }

        .reviews-view-all__button .icon {
            font-size: 1.2rem;
        }

        .reviews-empty {
            margin: 2rem auto 0;
            font-size: 1rem;
            color: #6c757d;
        }

        @media (max-width: 1199.98px) {
            .reviews-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .reviews-grid__secondary {
                grid-column: 1 / -1;
                grid-row: 2;
                border-left: none;
                border-top: 1px solid rgba(17, 59, 124, 0.12);
            }

            .reviews-grid__primary {
                grid-column: 1 / -1;
                grid-row: 1;
            }

            .reviews-card__heading {
                font-size: 1rem;
            }
        }

        @media (max-width: 991.98px) {
            .reviews-grid__primary {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .reviews-card:nth-child(2) {
                border-right: none;
            }

            .reviews-card__heading {
                font-size: 0.95rem;
                min-height: calc(1.4em * 2);
            }
        }


        @media (max-width: 767.98px) {
            .reviews-swiper {
                max-width: 100%;
            }

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

            .reviews-grid__primary {
                grid-template-columns: 1fr;
            }

            .reviews-card {
                border-right: none;
                border-bottom: 1px solid rgba(17, 59, 124, 0.12);
            }

            .reviews-card:last-of-type {
                border-bottom: none;
            }

            .reviews-card__heading {
                font-size: 0.9rem;
                min-height: calc(1.4em * 2);
                -webkit-line-clamp: 3;
            }
        }