/* Partners — unified layout. Loaded on-demand by [tc_partners]. */

.tc-partners{
	width:100%;
	max-width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.tc-partners *,
.tc-partners *::before,
.tc-partners *::after{
	box-sizing:border-box;
}

.tc-partners{
	/* Fallbacks — used only if Elementor globals are unavailable. */
	--tc-partners-title: #2c3e9f;
	--tc-partners-accent: #f5b83a;
	--tc-partners-card-bg: #fff;
}

.tc-partners__section{
	margin:0 0 56px;
}
.tc-partners__section:last-child{
	margin-bottom:0;
}

.tc-partners__header{
	text-align:center;
	margin:0 auto 28px;
}

/* Tytuł sekcji — kolor/typo z globals tego Elementor kitu,
   rozmiary zgodne z resztą strony: 44 / 33 / 28 px. */
.tc-partners .tc-partners__header .tc-partners__title{
	display:block;
	margin:0;
	padding:0;
	font-family:var(--e-global-typography-959476f-font-family, inherit);
	font-weight:var(--e-global-typography-959476f-font-weight, 800);
	font-size:44px;
	line-height:var(--e-global-typography-959476f-line-height, 1.15);
	letter-spacing:var(--e-global-typography-959476f-letter-spacing, -.01em);
	text-transform:var(--e-global-typography-959476f-text-transform, none);
	color:var(--e-global-color-1c1f6e7, var(--tc-partners-title));
	text-align:center;
	text-decoration:none;
	border:0;
}

/* Separator pod tytułem — 35px szer., 5px grubości, 20px góra/dół.
   Odpowiednik Elementorowego border-block-start: 5px solid var(--divider-color). */
.tc-partners .tc-partners__header .tc-partners__divider{
	display:block;
	width:35px;
	height:5px;
	margin:20px auto;
	background:var(--e-global-color-44167c8, var(--tc-partners-accent));
	opacity:1;
	border:0;
	border-radius:2px;
}

.tc-partners__grid{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	gap:16px;
}

.tc-partners__item{
	flex:0 1 calc(33.3333% - 16px);
	max-width:calc(33.3333% - 16px);
	display:flex;
}

.tc-partners__card{
	flex:1 1 auto;
	width:100%;
	min-height:140px;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:8px;
	box-shadow:0 1px 3px rgba(0,0,0,.06);
}

.tc-partners__link{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	text-decoration:none;
}

/* Logo:
   - max-width cap (A): wordmarki nie rozciągają się na całą szerokość kafelka,
   - --tc-logo-scale (C): opcjonalny mnożnik per-logo z ACF (subfield `skala`). */
.tc-partners__image{
	display:block;
	width:auto;
	height:auto;
	max-width:min(100%, calc(180px * var(--tc-logo-scale, 1)));
	max-height:calc(80px * var(--tc-logo-scale, 1));
	object-fit:contain;
}

@media (max-width: 1024px){
	.tc-partners .tc-partners__header .tc-partners__title{
		font-size:33px;
	}
	.tc-partners__item{
		flex:0 1 calc(50% - 16px);
		max-width:calc(50% - 16px);
	}
	.tc-partners__image{
		max-width:min(100%, calc(160px * var(--tc-logo-scale, 1)));
		max-height:calc(70px * var(--tc-logo-scale, 1));
	}
}

@media (max-width: 767px){
	.tc-partners .tc-partners__header .tc-partners__title{
		font-size:28px;
	}
	.tc-partners__item{
		flex:0 1 100%;
		max-width:100%;
	}
	.tc-partners__card{
		min-height:120px;
		padding:16px;
	}
	.tc-partners__image{
		max-width:min(100%, calc(140px * var(--tc-logo-scale, 1)));
		max-height:calc(60px * var(--tc-logo-scale, 1));
	}
}
