/* Minimal hero buttons and price-list polish for llumar-tlt.ru */

.hero_actions_stack {
	align-items: center;
	flex-direction: column;
	gap: 14px;
	margin: 28px auto 22px;
	width: min(100%, 360px);
}

.hero_actions_stack .site_btn {
	width: 100%;
}

.hero_actions_stack .hero_menu_button {
	background: #fff;
	border-color: #fff;
	color: #000;
	display: inline-flex;
	justify-content: center;
	margin-top: 0;
}

.hero_actions_stack .hero_menu_button:hover,
.hero_actions_stack .hero_menu_button:focus {
	background: #fff;
	color: #000;
}

.rating-result > span:before {
	content: "\2605" !important;
}

.price_panel {
	background: #0a0a0a;
	border: 1px solid rgba(255, 153, 0, 0.3);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
	color: #fff;
	padding: 28px;
}

.price_intro {
	margin: 0 auto 20px;
	max-width: 860px;
	text-align: center;
}

.price_kicker {
	color: var(--accent);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.1;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.price_title {
	background: transparent !important;
	color: #fff !important;
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 10px;
	padding: 0;
}

.price_lead {
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
}

.price_badges {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 22px 0;
}

.price_badges div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	font-weight: 600;
	padding: 13px 14px;
	text-align: center;
}

.price_badges span {
	color: var(--accent);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.price_table_wrap {
	margin-top: 18px;
}

.price_table {
	border-collapse: separate;
	border-spacing: 0 8px;
	display: block;
	margin-top: 0;
	width: 100% !important;
}

.price_table tbody {
	display: block;
	width: 100%;
}

.price_table tr {
	align-items: center;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	color: #111;
	display: grid;
	grid-template-columns: minmax(150px, 0.9fr) minmax(96px, 0.45fr) minmax(145px, 0.65fr) minmax(0, 2.2fr);
	margin-bottom: 8px;
	overflow: hidden;
	padding: 12px 14px;
	width: 100%;
}

.price_table td {
	padding: 6px 10px;
	width: auto !important;
}

.price_table td:empty,
.price_table .old_price:empty {
	display: none;
}

.price_table td[colspan] {
	grid-column: 2 / -1;
}

.price_table .price {
	color: #111;
	font-size: 16px;
	font-weight: 900;
	grid-column: 1;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.price_table .old_price:not(:empty) {
	grid-column: 2;
}

.price_table td:nth-child(3) {
	color: #f97316;
	font-size: 20px;
	font-weight: 900;
	grid-column: 3;
	text-align: right;
	white-space: nowrap;
}

.price_table td:nth-child(4),
.price_table td[colspan] {
	color: #343434;
	font-size: 15px;
	font-weight: 600;
	grid-column: 4;
	line-height: 1.35;
}

.price_table tr:has(td[colspan]) .price {
	color: #f97316;
	font-size: 20px;
	grid-column: 3;
	text-align: right;
}

.price_table tr:has(td[colspan]) td[colspan] {
	grid-column: 4;
}

.price_footer {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 22px;
	text-align: center;
}

.price_note {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	#div_rasp_v,
	.cont_vid_min,
	.cont_vid_max {
		display: none !important;
	}

	.sec_price {
		background: #0a0a0a !important;
		padding: 22px 0 0 !important;
	}

	.price_panel {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		padding: 22px 14px;
	}

	.price_kicker {
		font-size: 30px;
		letter-spacing: 0.1em;
		margin-bottom: 16px;
	}

	.price_title {
		font-size: 25px !important;
	}

	.price_lead {
		font-size: 15px;
	}

	.price_badges {
		gap: 8px;
		grid-template-columns: 1fr;
		margin: 18px 0;
	}

	.price_table tr {
		align-items: start;
		display: grid;
		gap: 8px 12px;
		grid-template-areas:
			"tariff amount"
			"details details";
		grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
		padding: 14px;
	}

	.price_table td {
		padding: 0;
		width: 100% !important;
	}

	.price_table td:before {
		color: #7a7a7a;
		display: block;
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 0.1em;
		margin-bottom: 3px;
		text-transform: uppercase;
	}

	.price_table .price:before {
		content: "Тариф";
	}

	.price_table tr:has(td[colspan]) .price:before,
	.price_table td:nth-child(3):before {
		content: "Цена";
	}

	.price_table td:nth-child(4):before,
	.price_table td[colspan]:before {
		content: "Что входит";
	}

	.price_table .price {
		font-size: 18px;
		grid-area: tariff;
	}

	.price_table td:nth-child(3) {
		font-size: 32px;
		grid-area: amount;
		line-height: 1;
		text-align: right;
	}

	.price_table td:nth-child(4),
	.price_table td[colspan] {
		grid-area: details;
	}

	.price_table tr:has(td[colspan]) {
		grid-template-areas: "details amount";
	}

	.price_table tr:has(td[colspan]) .price {
		color: #f97316;
		font-size: 32px;
		grid-area: amount;
		line-height: 1;
		text-align: right;
	}

	.price_table tr:has(td[colspan]) td[colspan] {
		grid-area: details;
	}
}
