.ttr-footer {
	background: var(--ttr-ink);
	color: #c4c5ca;
}

.ttr-footer__inner {
	padding: 44px 40px 30px;
}

.ttr-footer__top {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 34px;
	border-bottom: 1px solid #1a2c54;
}

.ttr-footer__brand {
	text-align: center;
}

.ttr-footer__brand .ttr-logo {
	display: flex;
	justify-content: center;
	margin: 0 auto 16px;
}

.ttr-footer__brand .ttr-logo__text {
	font-size: 18px;
}

.ttr-footer__brand p {
	font-size: 13.5px;
	line-height: 1.6;
	color: #d5d6db;
	margin: 0 auto 4px;
	max-width: 34ch;
}

.ttr-footer__heading {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ttr-accent-soft);
	margin-bottom: 13px;
}

.ttr-footer__col {
	display: flex;
	flex-direction: column;
}

.ttr-footer__col a {
	text-decoration: none;
	color: #c4c5ca;
	font-size: 13px;
	margin-bottom: 9px;
	width: fit-content;
	transition: color .15s ease, transform .15s ease;
}

.ttr-footer__col a:hover {
	color: var(--ttr-accent-soft);
	transform: translateX(2px);
}

.ttr-footer__col a:last-child {
	margin-bottom: 0;
}

.ttr-footer__bottom {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.ttr-footer__legal {
	font-size: 12.5px;
	line-height: 1.6;
	color: #b8bac2;
	width: 90%;
	margin: 0 auto;
}

.ttr-footer__legal-label {
	color: var(--ttr-accent-soft);
	font-weight: 700;
	margin-right: 4px;
}


