/* ============================================================
   TechReview Premium Footer — tr-footer.css v1.1
   ============================================================ */

.tr-footer {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #e8e8e8;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Satoshi', sans-serif;
	color: #111;
}

.tr-footer .cs-container,
.tr-footer > .cs-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* ── TOPBAR ─────────────────────────────────────────────── */
.tr-footer__topbar {
	border-bottom: 1px solid #e8e8e8;
}

.tr-footer__topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 56px;
	gap: 20px;
}

.tr-footer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.tr-footer__logo-img {
	height: 36px;
	width: auto;
	display: block;
}

.tr-footer__logo-mark {
	width: 36px;
	height: 36px;
	background: #d51212;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tr-footer__brand-text {
	display: flex;
	flex-direction: column;
}

.tr-footer__brand-name {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.4px;
	line-height: 1.1;
}

.tr-footer__brand-sub {
	font-size: 11px;
	color: #aaa;
	margin-top: 2px;
	letter-spacing: 0.1px;
}

.tr-footer__social {
	display: flex;
	align-items: center;
	gap: 6px;
}

.tr-footer__social-btn {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid #e8e8e8;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
	text-decoration: none;
	transition: border-color 0.15s, color 0.15s, background 0.15s;
	flex-shrink: 0;
}

.tr-footer__social-btn:hover {
	border-color: #d51212;
	color: #d51212;
	background: #fff5f5;
}

.tr-footer__social-btn svg {
	display: block;
}

/* ── CATEGORY PILLS ─────────────────────────────────────── */
.tr-footer__cats {
	border-bottom: 1px solid #e8e8e8;
	overflow-x: auto;
	scrollbar-width: none;
}

.tr-footer__cats::-webkit-scrollbar {
	display: none;
}

.tr-footer__cats-inner {
	display: flex;
	align-items: center;
	padding: 0 56px;
	gap: 0;
	min-width: max-content;
}

.tr-footer__cat-pill {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 13px 18px 13px 0;
	margin-right: 18px;
	font-size: 12px;
	font-weight: 500;
	color: #555;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	transition: color 0.15s, border-color 0.15s;
	line-height: 1;
}

.tr-footer__cat-pill:last-child {
	margin-right: 0;
}

.tr-footer__cat-pill:hover,
.tr-footer__cat-pill.is-hot {
	color: #d51212;
	border-bottom-color: #d51212;
}

.tr-footer__cat-icon {
	font-style: normal;
	font-size: 13px;
	line-height: 1;
}

/* ── MAIN COLUMNS ───────────────────────────────────────── */
.tr-footer__main {
	border-bottom: 1px solid #e8e8e8;
}

.tr-footer__main-inner {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
	gap: 0;
}

.tr-footer__col {
	padding: 40px 40px 40px 40px;
	border-right: 1px solid #e8e8e8;
}

.tr-footer__col:first-child {
	padding-left: 56px;
}

.tr-footer__col:last-child {
	border-right: none;
	padding-right: 56px;
}

.tr-footer__col-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #bbb;
	margin-bottom: 18px;
}

/* About column */
.tr-footer__about-desc {
	font-size: 14px;
	color: #878787;
	line-height: 1.75;
	margin-bottom: 24px;
}

.tr-footer__about-desc a {
	color: #878787;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.12s;
}

.tr-footer__about-desc a:hover {
	color: #d51212;
}

.tr-footer__stats {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}

.tr-footer__stat {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.tr-footer__stat-n {
	font-size: 19px;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.5px;
	line-height: 1;
}

.tr-footer__stat-l {
	font-size: 11px;
	color: #aaa;
	line-height: 1;
}

/* Buton grubu */
.tr-footer__btn-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.tr-footer__store-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #0038ff;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	padding: 10px 16px;
	border-radius: 8px;
	text-decoration: none !important;
	letter-spacing: 0.1px;
	transition: background 0.15s;
}

.tr-footer__store-btn:hover {
	background: #d51212;
	color: #fff !important;
}

.tr-footer__adv-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #111;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	padding: 10px 16px;
	border-radius: 8px;
	text-decoration: none !important;
	letter-spacing: 0.1px;
	transition: background 0.15s;
}

.tr-footer__adv-btn:hover {
	background: #d51212;
	color: #fff !important;
}

.tr-footer__arrow {
	transition: transform 0.15s;
}

.tr-footer__store-btn:hover .tr-footer__arrow,
.tr-footer__adv-btn:hover .tr-footer__arrow {
	transform: translateX(3px);
}

/* Link lists */
.tr-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tr-footer__links li {
	margin: 0;
	padding: 0;
}

.tr-footer__links a {
	font-size: 13px;
	color: #878787 !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 1.4;
	transition: color 0.12s;
}

.tr-footer__links a:hover {
	color: #d51212 !important;
}

.tr-footer__badge {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 2px 6px;
	border-radius: 4px;
	background: #ffeaea;
	color: #d51212;
	line-height: 1.5;
}

.tr-footer__badge--ai {
	background: #eef3fe;
	color: #3b5bdb;
}

/* ── BOTTOM BAR ─────────────────────────────────────────── */
.tr-footer__bottom {
	padding: 0;
}

.tr-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 18px 56px;
}

.tr-footer__copy {
	font-size: 13px;
	color: #878787;
	letter-spacing: 0.1px;
}

.tr-footer__legal {
	display: flex;
	align-items: center;
	gap: 0;
}

.tr-footer__legal a {
	font-size: 13px;
	color: #878787 !important;
	text-decoration: none;
	padding: 0 14px;
	border-right: 1px solid #e8e8e8;
	white-space: nowrap;
	transition: color 0.12s;
	line-height: 1;
}

.tr-footer__legal a:first-child {
	padding-left: 0;
}

.tr-footer__legal a:last-child {
	border-right: none;
}

.tr-footer__legal a:hover {
	color: #d51212 !important;
}

.tr-footer__trust {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #878787;
}

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
	.tr-footer__main-inner {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.tr-footer__col--about {
		grid-column: 1 / -1;
		border-right: none;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 32px;
	}

	.tr-footer__col--about .tr-footer__stats {
		gap: 32px;
	}
}

@media (max-width: 768px) {
	.tr-footer__topbar-inner,
	.tr-footer__bottom-inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.tr-footer__cats-inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.tr-footer__main-inner {
		grid-template-columns: 1fr 1fr;
	}

	.tr-footer__col:first-child {
		padding-left: 24px;
	}

	.tr-footer__col:last-child {
		padding-right: 24px;
	}

	.tr-footer__col {
		border-right: none;
		border-bottom: 1px solid #e8e8e8;
		padding: 28px 24px;
	}

	.tr-footer__legal {
		flex-wrap: wrap;
		gap: 4px;
	}

	.tr-footer__trust {
		display: none;
	}
}

@media (max-width: 480px) {
	.tr-footer__main-inner {
		grid-template-columns: 1fr;
	}

	.tr-footer__bottom-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}
