.povestka-army-cost {
	padding-bottom: 3rem;
}

.povestka-army-cost .army-cost-calc {
	max-width: 680px;
	margin: 0 auto 2rem;
	padding: 2rem;
	background: #fff;
	border-radius: 16px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.povestka-army-cost .army-cost-calc-title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 1.5rem;
}

.povestka-army-cost .army-cost-controls {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.povestka-army-cost .army-cost-control-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.povestka-army-cost .army-cost-control-row label {
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	min-width: 110px;
}

.povestka-army-cost .army-cost-control-row input[type='range'] {
	flex: 1;
	accent-color: #a32d2d;
}

.povestka-army-cost .army-cost-control-val {
	font-size: 15px;
	font-weight: 500;
	min-width: 100px;
	text-align: right;
}

.povestka-army-cost .army-cost-toggle-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.povestka-army-cost .army-cost-toggle-row label,
.povestka-army-cost .army-cost-toggle-row-label {
	font-size: 14px;
	color: #666;
	min-width: 110px;
}

.povestka-army-cost .army-cost-toggle-group {
	display: flex;
	gap: 8px;
}

.povestka-army-cost .army-cost-toggle-btn {
	padding: 6px 18px;
	border-radius: 8px;
	border: 0.5px solid rgba(0, 0, 0, 0.15);
	background: #f5f5f2;
	font-size: 14px;
	cursor: pointer;
	color: #444;
}

.povestka-army-cost .army-cost-toggle-btn.active,
.povestka-army-cost .army-cost-toggle-btn.active:hover {
	background: #a32d2d;
	color: #fff;
	border-color: #a32d2d;
}

.povestka-army-cost .army-cost-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 2rem;
}

.povestka-army-cost .army-cost-metric {
	background: #f5f5f2;
	border-radius: 10px;
	padding: 1rem;
}

.povestka-army-cost .army-cost-metric-label {
	font-size: 12px;
	color: #888;
	margin-bottom: 6px;
}

.povestka-army-cost .army-cost-metric-value {
	font-size: 22px;
	font-weight: 500;
	color: #a32d2d;
}

.povestka-army-cost .army-cost-metric-sub {
	font-size: 11px;
	color: #aaa;
	margin-top: 4px;
}

.povestka-army-cost .army-cost-section-title {
	font-size: 12px;
	font-weight: 500;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 1.5rem 0 0.75rem;
}

.povestka-army-cost .army-cost-loss-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 9px 0;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
	font-size: 14px;
	gap: 12px;
}

.povestka-army-cost .army-cost-loss-row:last-child {
	border-bottom: none;
}

.povestka-army-cost .army-cost-loss-name small {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}

.povestka-army-cost .army-cost-loss-amount {
	font-weight: 500;
	color: #a32d2d;
	white-space: nowrap;
}

.povestka-army-cost .army-cost-loss-amount.soft {
	color: #aaa;
	font-style: italic;
	font-weight: 400;
}

.povestka-army-cost .army-cost-total-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 14px 0 0;
	margin-top: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.povestka-army-cost .army-cost-total-label {
	font-size: 15px;
	font-weight: 500;
}

.povestka-army-cost .army-cost-total-value {
	font-size: 26px;
	font-weight: 500;
	color: #a32d2d;
}

.povestka-army-cost .army-cost-intangible-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 0.75rem;
}

.povestka-army-cost .army-cost-icard {
	border-radius: 12px;
	padding: 1rem;
	border: 0.5px solid rgba(0, 0, 0, 0.08);
}

.povestka-army-cost .army-cost-icard-icon {
	font-size: 18px;
	margin-bottom: 8px;
}

.povestka-army-cost .army-cost-icard-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.povestka-army-cost .army-cost-icard-stat {
	font-size: 12px;
	font-weight: 500;
	border-radius: 6px;
	display: inline-block;
	padding: 2px 8px;
	margin-bottom: 8px;
}

.povestka-army-cost .army-cost-icard-body {
	font-size: 12px;
	color: #777;
	line-height: 1.55;
}

.povestka-army-cost .army-cost-icard.psych {
	border-left: 3px solid #d85a30;
}

.povestka-army-cost .army-cost-icard.psych .army-cost-icard-stat {
	background: #faece7;
	color: #993c1d;
}

.povestka-army-cost .army-cost-icard.relations {
	border-left: 3px solid #d4537e;
}

.povestka-army-cost .army-cost-icard.relations .army-cost-icard-stat {
	background: #fbeaf0;
	color: #72243e;
}

.povestka-army-cost .army-cost-icard.career-card {
	border-left: 3px solid #378add;
}

.povestka-army-cost .army-cost-icard.career-card .army-cost-icard-stat {
	background: #e6f1fb;
	color: #185fa5;
}

.povestka-army-cost .army-cost-note {
	font-size: 12px;
	color: #bbb;
	margin-top: 1.5rem;
	line-height: 1.6;
}

@media (max-width: 500px) {
	.povestka-army-cost .army-cost-metrics,
	.povestka-army-cost .army-cost-intangible-cards,
	.povestka-army-cost .army-cost-service-cards {
		grid-template-columns: 1fr;
	}
}

.povestka-army-cost .army-cost-calc--services .army-cost-services-heading {
	margin-top: 0;
}

.povestka-army-cost .army-cost-service-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 0.75rem;
}

.povestka-army-cost .army-cost-scard {
	border-radius: 12px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	background: #fff;
	position: relative;
}

.povestka-army-cost .army-cost-scard--featured {
	border: 2px solid #a32d2d;
}

.povestka-army-cost .army-cost-scard-badge {
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	background: #a32d2d;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	padding: 2px 12px;
	border-radius: 20px;
	white-space: nowrap;
}

.povestka-army-cost .army-cost-scard-top {
	margin-bottom: 1rem;
}

.povestka-army-cost .army-cost-scard-name {
	font-size: 13px;
	color: #888;
	margin-bottom: 4px;
}

.povestka-army-cost .army-cost-scard-price {
	font-size: 26px;
	font-weight: 500;
	color: #1a1a18;
	margin-bottom: 6px;
}

.povestka-army-cost .army-cost-scard-desc {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}

.povestka-army-cost .army-cost-scard-list {
	list-style: none;
	flex: 1;
	margin: 0 0 1rem;
	padding: 0;
}

.povestka-army-cost .army-cost-scard-list li {
	font-size: 13px;
	color: #555;
	padding: 5px 0;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.povestka-army-cost .army-cost-scard-list li:last-child {
	border-bottom: none;
}

.povestka-army-cost .army-cost-scard-list li::before {
	content: '✓';
	color: #a32d2d;
	font-size: 11px;
	flex-shrink: 0;
}

.povestka-army-cost .army-cost-scard-btns {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.povestka-army-cost .army-cost-scard-btn-start {
	display: block;
	text-align: center;
	padding: 8px;
	border-radius: 8px;
	border: none;
	font-size: 13px;
	color: #fff !important;
	background: #a32d2d;
	text-decoration: none !important;
}

.povestka-army-cost .army-cost-scard-btn-start:hover,
.povestka-army-cost .army-cost-scard-btn-start:focus {
	background: #8a2424;
	color: #fff !important;
}

.povestka-army-cost .army-cost-scard-btn-more {
	display: block;
	width: 100%;
	text-align: center;
	padding: 7px;
	border-radius: 8px;
	border: 0.5px solid rgba(163, 45, 45, 0.3);
	font-size: 13px;
	color: #a32d2d;
	background: #fff;
	cursor: pointer;
	font-family: inherit;
}

.povestka-army-cost .army-cost-scard-btn-more:hover {
	background: #faece7;
}

.army-cost-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 10000;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.army-cost-modal-overlay.is-open {
	display: flex;
}

.army-cost-modal {
	background: #fff;
	border-radius: 16px;
	max-width: 500px;
	width: 100%;
	max-height: 88vh;
	overflow-y: auto;
	padding: 2rem;
	position: relative;
}

.army-cost-modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: #aaa;
	line-height: 1;
	padding: 2px 8px;
}

.army-cost-modal-close:hover {
	color: #1a1a18;
}

.army-cost-modal-tag {
	font-size: 12px;
	color: #888;
	margin-bottom: 4px;
}

.army-cost-modal-price {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 6px;
}

.army-cost-modal-tagline {
	font-size: 14px;
	color: #666;
	padding-bottom: 1.25rem;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 1.25rem;
	line-height: 1.5;
}

.army-cost-modal-section {
	font-size: 11px;
	font-weight: 500;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 1.25rem 0 0.5rem;
}

.army-cost-modal-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.army-cost-modal-list li {
	font-size: 13px;
	color: #444;
	padding: 6px 0;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.06);
	display: flex;
	gap: 8px;
	line-height: 1.45;
}

.army-cost-modal-list li:last-child {
	border-bottom: none;
}

.army-cost-modal-list li::before {
	content: '✓';
	color: #a32d2d;
	font-size: 11px;
	flex-shrink: 0;
	margin-top: 2px;
}

.army-cost-modal-note {
	font-size: 12px;
	color: #999;
	margin-top: 1rem;
	line-height: 1.6;
	padding: 0.75rem 1rem;
	background: #f9f9f7;
	border-radius: 8px;
}

.army-cost-modal-cta {
	display: block;
	text-align: center;
	margin-top: 1.5rem;
	padding: 13px;
	background: #a32d2d;
	color: #fff !important;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 500;
}

.army-cost-modal-cta:hover,
.army-cost-modal-cta:focus {
	background: #8a2424;
	color: #fff !important;
}
