/*
 * "Cik tas maksā?" sadaļas modernais izskats (tumšā sekcija).
 * ADITĪVS fails — neaizvieto style.css. Virsraksts h2.page-title netiek skarts.
 * Cenas bloks = variants B (liels skaitlis + dalītājs + teksts).
 * Kartītes (iekļauts / papildus izmaksas) ar krāsu akcentu un ikonu apļiem.
 */

/* ---- Cenas bloks (variants B) ---- */
.bg-dark .cost-price-block {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	margin: 4px 0 6px;
}

.bg-dark .cost-amount {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bg-dark .cost-amount-num {
	font-size: 44px;
	font-weight: 800;
	line-height: .95;
	color: #ffc20e;
	white-space: nowrap;
	letter-spacing: -.01em;
}

.bg-dark .cost-amount-lab {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #c9c7c2;
}

.bg-dark .cost-divider {
	width: 1px;
	align-self: stretch;
	min-height: 46px;
	background: rgba(255, 255, 255, .16);
}

.bg-dark .cost-text {
	flex: 1;
	min-width: 260px;
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: #d7d5d0;
}

/* ---- Kartītes: iekļauts / papildus izmaksas ---- */
.bg-dark .flexbox-no-wrap-space-between {
	gap: 18px;
	align-items: stretch;
}

.bg-dark .col-2 {
	width: auto;
	flex: 1 1 0;
	background: #434343;
	border: 1px solid #565656;
	border-top: 3px solid #565656;
	border-radius: 12px;
	padding: 18px 22px 8px;
}

/* krāsu akcents pēc satura (ķeksis = dzeltens, X = rozā) */
.bg-dark .col-2:has(.included li i.yes) { border-top-color: #ffc20e; }
.bg-dark .col-2:has(.included li i.not) { border-top-color: #ff0060; }

.bg-dark .col-2 > h3.page-title {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.bg-dark .col-2:has(.included li i.yes) > h3.page-title { color: #ffc20e; }
.bg-dark .col-2:has(.included li i.not) > h3.page-title { color: #ff4f8b; }

/* saraksts ar ikonu apļiem un smalkiem atdalītājiem */
.bg-dark .col-2 .included {
	margin: 0;
}

.bg-dark .col-2 .included li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 0;
	padding: 9px 0;
	font-size: 14.5px;
	line-height: 1.4;
	color: #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, .07);
}

.bg-dark .col-2 .included li:first-child {
	border-top: 0;
}

.bg-dark .col-2 .included li i.yes,
.bg-dark .col-2 .included li i.not {
	position: static;
	top: 0;
	margin: 1px 0 0;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}

.bg-dark .col-2 .included li i.yes {
	color: #ffc20e;
	background: rgba(255, 194, 14, .16);
}

.bg-dark .col-2 .included li i.not {
	color: #ff4f8b;
	background: rgba(255, 0, 96, .16);
}

/* ---- Apakšējā piezīme ---- */
.bg-dark > .frame > .text.text-paragraph:last-child,
.bg-dark .cost-foot {
	margin-top: 22px;
	padding-left: 14px;
	border-left: 3px solid #ffc20e;
	color: #c9c7c2;
	font-size: 13.5px;
	line-height: 1.6;
}

/* ---- Responsīvi ---- */
@media (max-width: 768px) {
	.bg-dark .flexbox-no-wrap-space-between { flex-wrap: wrap; }
	.bg-dark .col-2 { flex-basis: 100%; }
}

@media (max-width: 560px) {
	.bg-dark .cost-divider { display: none; }
	.bg-dark .cost-amount-num { font-size: 38px; }
	.bg-dark .cost-text { min-width: 0; }
}
