.tmb-integrations-slider-section {
	margin: 24px 0;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	padding: 24px;
	overflow: hidden;
}

.tmb-slider-header {
	text-align: center;
	margin-bottom: 16px;
}

.tmb-slider-eyebrow {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(118, 75, 162, 0.12);
	color: #764ba2;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tmb-slider-title {
	margin: 10px 0 6px;
	font-size: 24px;
	line-height: 1.25;
}

.tmb-slider-subtitle {
	margin: 0 auto;
	max-width: 760px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.6;
}

/* ── Root / arrows ─────────────────────────────────────────────────────────── */

.tmb-slider-root {
	position: relative;
}

.tmb-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid rgba(118, 75, 162, 0.35);
	background: #fff;
	color: #764ba2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.tmb-slider-root:hover .tmb-slider-arrow {
	opacity: 1;
	pointer-events: auto;
}

.tmb-slider-arrow--left  { left: 6px; }
.tmb-slider-arrow--right { right: 6px; }

/* ── Viewport / track ──────────────────────────────────────────────────────── */

.tmb-slider-viewport {
	overflow: hidden;
}

.tmb-slider-viewport--fade {
	mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.tmb-slider-track {
	display: flex;
	gap: 14px;
	will-change: transform;
	padding: 4px 0;
}

/* ── Cards ─────────────────────────────────────────────────────────────────── */

.tmb-slider-card {
	flex: 0 0 280px;
	max-width: 280px;
	height: 190px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f8fafc;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tmb-slider-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.tmb-slider-logo {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e5e7eb;
	flex-shrink: 0;
}

.tmb-slider-logo img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.tmb-slider-badges {
	display: flex;
	gap: 6px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.tmb-slider-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	border-radius: 999px;
	background: #e5e7eb;
	color: #374151;
}

.tmb-slider-badge--pro {
	background: linear-gradient(135deg, #ffc107, #ff9800);
	color: #fff;
	box-shadow: 0 2px 6px rgba(255, 152, 0, 0.3);
}

.tmb-slider-badge--soon {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: #fff;
}

.tmb-slider-card-title {
	margin: 0;
	font-size: 15px;
	line-height: 1.25;
	color: #111827;
}

.tmb-slider-card-desc {
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.5;
	flex: 1;
}

.tmb-slider-card-link {
	align-self: flex-start;
	background: none;
	border: none;
	padding: 0;
	color: #764ba2;
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

.tmb-slider-card-link:hover {
	color: #5b3a87;
	text-decoration: underline;
}
