/* Identity Theft Protection — safety guide in the same community-bank system. */
.boc-idprotect {
	--boc-idprotect-radius: 18px;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	color: var(--boc-color-text);
}

.boc-idprotect,
.boc-idprotect *,
.boc-idprotect *::before,
.boc-idprotect *::after {
	box-sizing: border-box;
}

.site-main .boc-idprotect .wp-block-group__inner-container {
	padding: 0;
}

.boc-idprotect > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Neutralize the theme's per-block padding, exactly as on the other pages:
 * the page owns spacing at the section/card level instead. */
.boc-idprotect .boc-idprotect-hero > .wp-block-group__inner-container > .boc-kicker,
.boc-idprotect .boc-idprotect-hero > .wp-block-group__inner-container > h1,
.boc-idprotect .boc-idprotect-hero > .wp-block-group__inner-container > p,
.boc-idprotect .boc-idprotect-section .wp-block-group__inner-container > h2,
.boc-idprotect .boc-idprotect-section .wp-block-group__inner-container > h3,
.boc-idprotect .boc-idprotect-section .wp-block-group__inner-container > p,
.boc-idprotect .boc-idprotect-section .wp-block-group__inner-container > .wp-block-list {
	padding-right: 0;
	padding-left: 0;
}

.boc-idprotect > .wp-block-group__inner-container > :not(.boc-idprotect-hero) {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 28px;
	padding-left: 28px;
}

.boc-idprotect .boc-kicker {
	margin: 0 0 12px;
	color: var(--boc-color-accent-dark);
	font: 700 13px/1.3 Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* Full-bleed hero with the security photo behind a navy gradient so headline
 * text always meets contrast requirements. */
.boc-idprotect > .wp-block-group__inner-container > .boc-idprotect-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 calc(50% - 50vw);
	padding: clamp(48px, 7vw, 86px) 0;
	background:
		linear-gradient(90deg, var(--boc-navy-950) 0%, rgba(var(--boc-navy-rgb), .96) 44%, rgba(var(--boc-navy-rgb), .72) 64%, rgba(var(--boc-navy-rgb), .38) 100%),
		url("/wp-content/uploads/2026/09/idprotect-hero.jpg") center 58% / cover no-repeat,
		var(--boc-navy-900);
	color: var(--boc-white);
}

.boc-idprotect .boc-idprotect-hero > .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}

.boc-idprotect .boc-idprotect-hero > .wp-block-group__inner-container > * {
	max-width: 680px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.boc-idprotect .boc-idprotect-hero .boc-kicker {
	color: var(--boc-gold-400);
}

.boc-idprotect .boc-idprotect-hero h1 {
	margin: 0 0 18px;
	color: var(--boc-white);
	font-family: Georgia, serif;
	font-size: clamp(38px, 4.6vw, 58px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.028em;
}

.boc-idprotect .boc-idprotect-hero p:not(.boc-kicker) {
	max-width: 610px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 18px;
	line-height: 1.65;
}

.boc-idprotect > .wp-block-group__inner-container > .boc-idprotect-section {
	padding-top: clamp(42px, 5vw, 64px);
	padding-bottom: clamp(34px, 4vw, 52px);
}

.boc-idprotect .boc-idprotect-section + .boc-idprotect-section {
	border-top: 1px solid var(--boc-border);
}

.boc-idprotect .boc-idprotect-section h2 {
	max-width: 760px;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	color: var(--boc-navy-950);
	font-family: Georgia, serif;
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.02em;
}

.boc-idprotect .boc-idprotect-section h3 {
	margin: 0 0 8px;
	color: var(--boc-navy-950);
}

.boc-idprotect .boc-idprotect-section p {
	max-width: 760px;
	margin: 0 0 16px;
	color: var(--boc-color-text-muted);
	font-size: 17px;
	line-height: 1.7;
}

.boc-idprotect .boc-idprotect-section p:last-child {
	margin-bottom: 0;
}

.boc-idprotect .boc-idprotect-section p a {
	color: var(--boc-blue-600);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.boc-idprotect .boc-idprotect-section p a:hover,
.boc-idprotect .boc-idprotect-section p a:focus-visible {
	color: var(--boc-navy-800);
}

/* Phishing red-flag checklist — the same card-list system as Loan Options. */
.boc-idprotect .boc-idprotect-checklist {
	max-width: 760px;
	margin: 4px 0 16px;
	padding-left: 0;
	list-style: none;
}

.boc-idprotect .boc-idprotect-checklist li {
	position: relative;
	margin: 0 0 10px;
	padding: 12px 16px 12px 42px;
	border: 1px solid var(--boc-border);
	border-left: 4px solid var(--boc-gold-600);
	border-radius: 10px;
	background: var(--boc-white);
	box-shadow: 0 2px 6px rgba(var(--boc-navy-rgb), .04);
	color: var(--boc-color-text);
	font-size: 16px;
	line-height: 1.6;
}

.boc-idprotect .boc-idprotect-checklist li:last-child {
	margin-bottom: 0;
}

.boc-idprotect .boc-idprotect-checklist li::before {
	position: absolute;
	top: 12px;
	left: 16px;
	color: var(--boc-gold-600);
	content: "\2713";
	font: 700 15px/1.4 Arial, sans-serif;
}

/* Recovery steps — numbered cards in the fixed order recommended by the FTC. */
.boc-idprotect .boc-idprotect-steps {
	max-width: 760px;
	margin: 4px 0 16px;
	padding-left: 0;
	list-style: none;
	counter-reset: bocidprotectstep;
}

.boc-idprotect .boc-idprotect-steps li {
	position: relative;
	margin: 0 0 10px;
	padding: 12px 16px 12px 52px;
	border: 1px solid var(--boc-border);
	border-left: 4px solid var(--boc-blue-600);
	border-radius: 10px;
	background: var(--boc-white);
	box-shadow: 0 2px 6px rgba(var(--boc-navy-rgb), .04);
	color: var(--boc-color-text);
	font-size: 16px;
	line-height: 1.6;
	counter-increment: bocidprotectstep;
}

.boc-idprotect .boc-idprotect-steps li:last-child {
	margin-bottom: 0;
}

.boc-idprotect .boc-idprotect-steps li::before {
	position: absolute;
	top: 12px;
	left: 16px;
	color: var(--boc-gold-600);
	content: counter(bocidprotectstep) ".";
	font: 700 15px/1.4 Arial, sans-serif;
}

/* Closing CTA panel — mirrors the Loan Options closing panel. */
.boc-idprotect > .wp-block-group__inner-container > .boc-idprotect-cta {
	max-width: 1144px;
	margin-top: 14px;
	margin-bottom: clamp(38px, 5vw, 58px);
	padding: clamp(30px, 4vw, 46px);
	border-radius: var(--boc-idprotect-radius);
	background: var(--boc-blue-100);
}

.boc-idprotect .boc-idprotect-cta h2 {
	max-width: none;
	margin-bottom: 0;
	color: var(--boc-navy-950);
	font-family: Georgia, serif;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.02em;
}

.boc-idprotect .boc-idprotect-cta p {
	max-width: 720px;
	margin: 14px 0 0;
	color: var(--boc-navy-950);
}

.boc-idprotect .boc-idprotect-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 22px 0 0;
}

.boc-idprotect .boc-idprotect-actions .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--boc-gold-400);
	border-radius: 999px;
	background: var(--boc-gold-600);
	color: var(--boc-navy-950);
	font-weight: 700;
	text-decoration: none;
	transition: transform .15s ease, background .15s ease;
}

.boc-idprotect .boc-idprotect-actions .wp-block-button__link:hover,
.boc-idprotect .boc-idprotect-actions .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
	background: var(--boc-gold-400);
	color: var(--boc-navy-950);
}

.boc-idprotect .boc-idprotect-actions .boc-button-outline .wp-block-button__link {
	background: transparent;
	color: var(--boc-navy-950);
}

.boc-idprotect .boc-idprotect-actions .boc-button-outline .wp-block-button__link:hover,
.boc-idprotect .boc-idprotect-actions .boc-button-outline .wp-block-button__link:focus-visible {
	background: rgba(255, 255, 255, .55);
	color: var(--boc-navy-950);
}

/* Breakpoints — kept identical to the other pages' system. */
@media (max-width: 700px) {
	.boc-idprotect > .wp-block-group__inner-container > .boc-idprotect-hero {
		background:
			linear-gradient(180deg, rgba(var(--boc-navy-rgb), .94) 0%, rgba(var(--boc-navy-rgb), .82) 60%, rgba(var(--boc-navy-rgb), .66) 100%),
			url("/wp-content/uploads/2026/09/idprotect-hero.jpg") center 55% / cover no-repeat,
			var(--boc-navy-900);
	}

	.boc-idprotect > .wp-block-group__inner-container > :not(.boc-idprotect-hero),
	.boc-idprotect .boc-idprotect-hero > .wp-block-group__inner-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.boc-idprotect .boc-idprotect-actions .wp-block-button,
	.boc-idprotect .boc-idprotect-actions .wp-block-button__link {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.boc-idprotect > .wp-block-group__inner-container > :not(.boc-idprotect-hero),
	.boc-idprotect .boc-idprotect-hero > .wp-block-group__inner-container {
		padding-right: 14px;
		padding-left: 14px;
	}

	.boc-idprotect .boc-idprotect-hero h1 {
		font-size: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.boc-idprotect,
	.boc-idprotect * {
		transition: none !important;
		animation: none !important;
	}
}