.b-alphatag-lines {
	padding: 4rem 0 2rem;
}

.b-alphatag-lines__title {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 2.5rem;
	line-height: 1.1;
}

.b-alphatag-lines__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: stretch;
}

.at-line {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1.75rem 1.25rem 1.5rem;
	border-radius: 28px;
	background: #141414;
	min-height: 100%;
}

.at-line--rental { box-shadow: 0 0 48px rgba(244, 8, 11, 0.28); }
.at-line--sport { box-shadow: 0 0 48px rgba(47, 128, 237, 0.32); }
.at-line--arena { box-shadow: 0 0 48px rgba(0, 194, 199, 0.32); }

.at-line__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin-bottom: 0.5rem;
}

.at-line__brand img {
	height: 28px;
	width: auto;
}

.at-line__brand span {
	color: #fff;
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1;
}

.at-line__subtitle {
	margin: 0 0 1rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	font-weight: 400;
}

.at-line__photo {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 1.15rem;
}

.at-line__photo img {
	display: block;
	width: 100%;
	height: auto;
}

.at-line__tags {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
	padding: 0;
	margin: 0 0 1.25rem;
}

.at-line__tags li {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-radius: 999px;
	padding: 0.4rem 0.85rem;
	font-size: 0.9rem;
	line-height: 1.2;
}

.at-line__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 70%;
	margin-top: auto;
	padding: 0.7rem 1.5rem;
	border-radius: 999px;
	color: #fff !important;
	font-size: 1.05rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.at-line--rental .at-line__cta { background: #f4080b; }
.at-line--sport .at-line__cta { background: #2f80ed; }
.at-line--arena .at-line__cta { background: #00c2c7; }

.at-line__cta:hover {
	color: #fff;
	filter: brightness(1.08);
	transform: translateY(-1px);
}

@media (max-width: 991.98px) {
	.b-alphatag-lines__title { font-size: 2rem; }
	.b-alphatag-lines__grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin: 0 auto;
	}
}
