/*
 * Product 020103 protection-content layout.
 * Scoped to .bcp so it cannot leak into other product pages.
 */
.bcp {
	--bcp-red: #b31c2a;
	--bcp-deep: #7f1420;
	--bcp-pale: #fbf3f4;
	--bcp-line: #e6e1e2;
	--bcp-ink: #292627;
	--bcp-muted: #6b6667;
	color: var(--bcp-ink);
	font-size: 16px;
	line-height: 1.75;
}

.bcp,
.bcp * {
	box-sizing: border-box;
}

.bcp p {
	margin: 0;
}

.bcp .bcp-lead {
	max-width: 100%;
	margin: 0 0 14px;
	font-size: 1.05em;
	line-height: 1.85;
	text-align: justify;
	text-justify: inter-ideograph;
	text-wrap: pretty;
}

.bcp .bcp-section {
	margin-top: 38px;
}

.bcp .bcp-eyebrow {
	margin-bottom: 6px;
	color: var(--bcp-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
}

.bcp h3 {
	margin: 0;
	color: var(--bcp-ink);
	font-size: clamp(22px, 2.35vw, 30px);
	font-weight: 700;
	line-height: 1.35;
	text-wrap: pretty;
}

.bcp .bcp-sub {
	margin-top: 7px;
	color: var(--bcp-muted);
	font-size: 14px;
}

.bcp .bcp-tiers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.bcp .bcp-tier {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--bcp-line);
	border-top: 4px solid var(--bcp-red);
	background: #fff;
}

.bcp .bcp-tier-value {
	background: var(--bcp-pale);
}

.bcp .bcp-tier-optional {
	border-top-color: #595455;
}

.bcp .bcp-tier-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 18px 18px 14px;
}

.bcp .bcp-tier-index {
	display: block;
	margin-bottom: 3px;
	color: var(--bcp-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
}

.bcp .bcp-tier-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.bcp .bcp-badge {
	flex: none;
	padding: 4px 8px;
	background: var(--bcp-red);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.bcp .bcp-tier-optional .bcp-badge {
	background: #595455;
}

.bcp .bcp-list {
	margin: 0;
	padding: 0 18px 16px;
	list-style: none;
}

.bcp .bcp-item {
	display: grid;
	grid-template-columns: minmax(90px, .72fr) minmax(0, 1.28fr);
	gap: 10px;
	padding: 11px 0;
	border-top: 1px solid var(--bcp-line);
	line-height: 1.45;
}

.bcp .bcp-item-name {
	min-width: 0;
}

html[lang="en"] .bcp .bcp-item {
	grid-template-columns: minmax(min-content, .9fr) minmax(0, 1.1fr);
}

html[lang="en"] .bcp .bcp-item-name {
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.bcp .bcp-amount {
	color: var(--bcp-deep);
	font-weight: 700;
	text-align: right;
}

.bcp .bcp-rules {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.bcp .bcp-rule {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	padding: 18px;
	border: 1px solid #ead8db;
	background: var(--bcp-pale);
}

.bcp .bcp-rule-num {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: var(--bcp-red);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50%;
}

.bcp .bcp-rule strong {
	display: block;
	margin-bottom: 4px;
	color: var(--bcp-deep);
	font-size: 16px;
}

.bcp .bcp-rule p {
	line-height: 1.65;
}

.bcp .bcp-scroll-hint {
	display: none;
	margin-top: 12px;
	color: var(--bcp-muted);
	font-size: 13px;
}

.bcp .bcp-table-wrap {
	margin-top: 18px;
	overflow-x: auto;
	border: 1px solid var(--bcp-line);
	background: #fff;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #b9b3b4 #f3f1f1;
}

.bcp .bcp-table-wrap:focus {
	outline: 3px solid rgba(179, 28, 42, .28);
	outline-offset: 3px;
}

.bcp .bcp-table {
	width: 100%;
	min-width: 840px;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.5;
}

.bcp .bcp-table th,
.bcp .bcp-table td {
	padding: 13px 12px;
	border-right: 1px solid var(--bcp-line);
	border-bottom: 1px solid var(--bcp-line);
	vertical-align: top;
}

.bcp .bcp-table tr > *:last-child {
	border-right: 0;
}

.bcp .bcp-table tbody tr:last-child > * {
	border-bottom: 0;
}

.bcp .bcp-table thead th {
	background: var(--bcp-deep);
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.bcp .bcp-table thead th:first-child {
	text-align: left;
}

.bcp .bcp-table tbody th {
	background: #fff;
	font-weight: 700;
	text-align: left;
}

.bcp .bcp-table tbody td {
	text-align: center;
}

.bcp .bcp-table .bcp-group th {
	background: #f4e5e7;
	color: var(--bcp-deep);
	font-size: 13px;
	letter-spacing: .04em;
}

.bcp .bcp-table .bcp-budget th,
.bcp .bcp-table .bcp-budget td {
	background: #f7f6f5;
	color: #4f4b4c;
}

.bcp .bcp-yes {
	color: var(--bcp-deep);
	font-weight: 700;
}

.bcp .bcp-no {
	color: var(--bcp-muted);
	font-weight: 700;
}

.bcp .bcp-remark {
	margin-top: 14px;
	padding: 13px 15px;
	border-left: 4px solid var(--bcp-red);
	background: #fff7f8;
	color: #4a4042;
	font-size: 14px;
	line-height: 1.6;
}

.bcp .bcp-footer {
	margin-top: 22px;
	padding: 18px 20px;
	border-top: 1px solid var(--bcp-line);
	background: #f6f5f4;
	color: #4f4b4c;
	line-height: 1.7;
}

@media (max-width: 760px) {
	.bcp {
		font-size: 15px;
		line-height: 1.7;
	}

	.bcp .bcp-lead {
		font-size: 1em;
		line-height: 1.75;
	}

	.bcp .bcp-section {
		margin-top: 30px;
	}

	.bcp .bcp-tiers,
	.bcp .bcp-rules {
		grid-template-columns: 1fr;
	}

	.bcp .bcp-tier-head {
		padding: 16px 15px 12px;
	}

	.bcp .bcp-list {
		padding: 0 15px 14px;
	}

	.bcp .bcp-item {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	html[lang="en"] .bcp .bcp-item {
		grid-template-columns: 1fr;
	}

	.bcp .bcp-amount {
		text-align: left;
	}

	.bcp .bcp-scroll-hint {
		display: block;
	}

	.bcp .bcp-table {
		min-width: 760px;
	}
}
