.tpe-banner {
	position: relative;
	overflow: hidden;
	margin: 36px 0 44px;
	padding: 34px 28px;
	border-radius: 18px;
	background: linear-gradient(135deg, #0f141e 0%, #1a2230 45%, #222732 100%);
	color: #fff;
	box-shadow: 0 18px 40px rgba(15, 20, 30, 0.18);
}

.tpe-banner__glow {
	position: absolute;
	top: -80px;
	right: -40px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 70, 5, 0.28) 0%, rgba(255, 70, 5, 0) 70%);
	pointer-events: none;
}

.tpe-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	max-width: 1180px;
	margin: 0 auto;
}

.tpe-banner__badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 70, 5, 0.16);
	color: #ffb08a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.tpe-banner__title {
	margin: 0 0 10px;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height: 1.1;
	font-weight: 800;
}

.tpe-banner__text {
	max-width: 520px;
	margin: 0 0 22px;
	color: #cbd5e1;
	font-size: 1.02rem;
	line-height: 1.6;
}

.tpe-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 999px;
	background: #ff4605;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(255, 70, 5, 0.28);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tpe-banner__btn:hover {
	transform: translateY(-1px);
	background: #e63f04;
	box-shadow: 0 14px 28px rgba(255, 70, 5, 0.34);
	color: #fff !important;
}

.tpe-banner__visual {
	flex: 0 0 280px;
}

.tpe-banner__card {
	padding: 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(8px);
}

.tpe-banner__card-label {
	color: #94a3b8;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.tpe-banner__card-price {
	margin: 6px 0 12px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.tpe-banner__bars {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
}

.tpe-banner__bars span {
	display: block;
	width: 34px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.14);
}

.tpe-banner__bars span.is-on {
	background: #22c55e;
}

.tpe-banner__card-note {
	color: #94a3b8;
	font-size: 0.88rem;
}

@media (max-width: 900px) {
	.tpe-banner {
		padding: 28px 20px;
	}

	.tpe-banner__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.tpe-banner__visual {
		width: 100%;
		flex: 1 1 auto;
	}

	.tpe-banner__card {
		width: 100%;
	}
}
