/**
 * Подвал сайта (kinotarjima-site-footer) — стиль темы.
 *
 * @package kinoTarjima
 */

.kinotarjima-site-footer {
	margin-top: 24px;
}

/* Промо-сетка */
.kinotarjima-footer-promo {
	background: linear-gradient(180deg, #1e2a36 0%, #243240 40%, #2a3746 100%);
	border-top: 1px solid rgba(95, 134, 166, 0.35);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	padding: 28px 12px 32px;
}

.kinotarjima-footer-promo__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.kinotarjima-footer-promo__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

@media (min-width: 700px) {
	.kinotarjima-footer-promo__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px 20px;
	}
}

.kinotarjima-footer-promo__card {
	margin: 0;
	padding: 18px 18px 16px;
	border-radius: 14px;
	background: linear-gradient(165deg, rgba(32, 44, 58, 0.75) 0%, rgba(18, 26, 34, 0.9) 100%);
	border: 1px solid rgba(95, 134, 166, 0.28);
	box-shadow:
		0 8px 28px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kinotarjima-footer-promo__card:hover {
	border-color: rgba(126, 184, 216, 0.4);
	box-shadow:
		0 12px 36px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.kinotarjima-footer-promo__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 800;
	color: #f0f6fa;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.kinotarjima-footer-promo__title-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 10px;
	background: rgba(245, 179, 1, 0.15);
	border: 1px solid rgba(245, 179, 1, 0.35);
	color: #f5b301;
	font-size: 1rem;
	flex-shrink: 0;
}

.kinotarjima-footer-promo__text {
	font-size: 0.86rem;
	line-height: 1.65;
	color: #c5d8e8;
}

.kinotarjima-footer-promo__text p {
	margin: 0 0 0.65em;
}

.kinotarjima-footer-promo__text p:last-child {
	margin-bottom: 0;
}

.kinotarjima-footer-promo__text a {
	color: #7dd3fc;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Нижний бар */
.kinotarjima-footer-bar {
	background: linear-gradient(180deg, #1a242f 0%, #141c24 100%);
	border-top: 1px solid rgba(245, 179, 1, 0.2);
	padding: 24px 12px 32px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.kinotarjima-footer-bar__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: stretch;
}

/* Верхняя «карточка»: бренд + контакты + соцсети */
.kinotarjima-footer-bar__panel {
	padding: 20px 18px 18px;
	border-radius: 16px;
	background: linear-gradient(160deg, rgba(30, 42, 54, 0.95) 0%, rgba(18, 26, 34, 0.98) 100%);
	border: 1px solid rgba(95, 134, 166, 0.28);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.kinotarjima-footer-bar__panel-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(95, 134, 166, 0.2);
}

.kinotarjima-footer-bar__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 12px;
	background: rgba(245, 179, 1, 0.12);
	border: 1px solid rgba(245, 179, 1, 0.35);
	color: #f5b301;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.kinotarjima-footer-bar__brand-text {
	font-size: 2.05rem;
	font-weight: 800;
	color: #f0f6fa;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.kinotarjima-footer-bar__meta {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: stretch;
}

@media (min-width: 720px) {
	.kinotarjima-footer-bar__meta {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 24px;
	}

	.kinotarjima-footer-bar__meta .kinotarjima-footer-contact {
		flex: 1 1 auto;
		min-width: 0;
	}

	.kinotarjima-footer-bar__meta .kinotarjima-footer-social {
		flex: 0 0 auto;
		text-align: right;
	}
}

/* Ссылки на страницы (Правообладателям, DMCA, О нас) */
.kinotarjima-footer-sitelinks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 12px;
	padding: 4px 0 2px;
}

.kinotarjima-footer-sitelinks__link {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	font-size: 0.8rem;
	font-weight: 700;
	color: #c5e4f5;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(126, 184, 216, 0.22);
	border-radius: 999px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.15s ease, transform 0.15s ease;
}

.kinotarjima-footer-sitelinks__link:hover,
.kinotarjima-footer-sitelinks__link:focus {
	background: rgba(74, 109, 140, 0.4);
	border-color: rgba(245, 179, 1, 0.45);
	color: #fff;
	transform: translateY(-1px);
	outline: none;
}

/* Контакт + соцсети */

.kinotarjima-footer-contact {
	margin: 0;
	padding: 12px 16px;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #dce8f0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	border: 1px solid rgba(95, 134, 166, 0.2);
}

.kinotarjima-footer-contact p {
	margin: 0;
}

.kinotarjima-footer-contact a {
	color: #7dd3fc;
	font-weight: 600;
}

.kinotarjima-footer-social__title {
	margin: 0 0 10px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #9ecae8;
}

.kinotarjima-footer-social__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

@media (min-width: 720px) {
	.kinotarjima-footer-bar__meta .kinotarjima-footer-social__list {
		justify-content: flex-end;
	}
}

.kinotarjima-footer-social__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 12px;
	color: #f0f6fa;
	background: linear-gradient(145deg, rgba(55, 78, 102, 0.9) 0%, rgba(35, 49, 63, 0.95) 100%);
	border: 1px solid rgba(126, 184, 216, 0.3);
	font-size: 1.35rem;
	text-decoration: none;
	transition: transform 0.15s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.kinotarjima-footer-social__link:hover,
.kinotarjima-footer-social__link:focus {
	border-color: rgba(245, 179, 1, 0.55);
	box-shadow: 0 6px 20px rgba(245, 179, 1, 0.2);
	transform: translateY(-2px);
	outline: none;
	color: #fff;
}

/* Правовой блок */
.kinotarjima-footer-legal {
	padding-top: 16px;
	margin-top: 4px;
	border-top: 1px solid rgba(95, 134, 166, 0.2);
	text-align: center;
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
}

.kinotarjima-footer-legal__copyright {
	margin: 0 0 12px;
	font-size: 0.85rem;
	line-height: 1.55;
	color: #dce8f0;
	font-weight: 600;
}

.kinotarjima-footer-legal__disclaimer {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1.55;
	color: #8eb8d4;
	opacity: 0.95;
}
