/* Identity Theft page — a continuation of the homepage/About/Loan/Contact system. */
.boc-idtheft {
	--boc-idtheft-radius: 18px;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	color: var(--boc-color-text);
}

.boc-idtheft,
.boc-idtheft *,
.boc-idtheft *::before,
.boc-idtheft *::after {
	box-sizing: border-box;
}

.site-main .boc-idtheft .wp-block-group__inner-container {
	padding: 0;
}

.boc-idtheft > .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/panel level instead. */
.boc-idtheft .boc-idtheft-hero > .wp-block-group__inner-container > .boc-kicker,
.boc-idtheft .boc-idtheft-hero > .wp-block-group__inner-container > h1,
.boc-idtheft .boc-idtheft-hero > .wp-block-group__inner-container > p,
.boc-idtheft .boc-idtheft-section .wp-block-group__inner-container > h2,
.boc-idtheft .boc-idtheft-section .wp-block-group__inner-container > h3,
.boc-idtheft .boc-idtheft-section .wp-block-group__inner-container > p {
	padding-right: 0;
	padding-left: 0;
}

.boc-idtheft > .wp-block-group__inner-container > :not(.boc-idtheft-hero) {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 28px;
	padding-left: 28px;
}

.boc-idtheft .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 Pexels security photo (free license) behind
 * a navy gradient so headline text always meets contrast requirements. */
.boc-idtheft > .wp-block-group__inner-container > .boc-idtheft-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/idtheft-hero.jpg") center 40% / cover no-repeat,
		var(--boc-navy-900);
	color: var(--boc-white);
}

.boc-idtheft .boc-idtheft-hero > .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}

.boc-idtheft .boc-idtheft-hero > .wp-block-group__inner-container > * {
	max-width: 680px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.boc-idtheft .boc-idtheft-hero .boc-kicker {
	color: var(--boc-gold-400);
}

.boc-idtheft .boc-idtheft-hero h1 {
	margin: 0 0 18px;
	color: var(--boc-white);
	font-family: Georgia, serif;
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -.028em;
}

.boc-idtheft .boc-idtheft-hero p:not(.boc-kicker) {
	max-width: 610px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 18px;
	line-height: 1.65;
}

.boc-idtheft > .wp-block-group__inner-container > .boc-idtheft-section {
	padding-top: clamp(42px, 5vw, 64px);
	padding-bottom: clamp(34px, 4vw, 52px);
}

.boc-idtheft .boc-idtheft-section + .boc-idtheft-section {
	border-top: 1px solid var(--boc-border);
}

/* A section followed by another one keeps less air under its last block,
 * so the divider line doesn't float in a void (only this page's rhythm). */
.boc-idtheft > .wp-block-group__inner-container > .boc-idtheft-section:has(+ .boc-idtheft-section) {
	padding-bottom: clamp(18px, 2.2vw, 28px);
}

.boc-idtheft .boc-idtheft-section h2 {
	margin: 0 0 14px;
	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-idtheft .boc-idtheft-section h3 {
	margin: 26px 0 10px;
	color: var(--boc-navy-950);
	font-family: Georgia, serif;
	font-size: clamp(22px, 2.4vw, 27px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.015em;
}

.boc-idtheft .boc-idtheft-section p {
	max-width: 820px;
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.68;
}

.boc-idtheft .boc-idtheft-section p:last-child {
	margin-bottom: 0;
}

.boc-idtheft .boc-idtheft-lead {
	color: var(--boc-navy-950);
	font-weight: 700;
}

/* FDIC alert card — Subject / Summary header for the alert text. */
.boc-idtheft .boc-idtheft-alert {
	margin-top: 22px;
	margin-bottom: 28px;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid var(--boc-border);
	border-top: 4px solid var(--boc-gold-600);
	border-radius: var(--boc-idtheft-radius);
	background: var(--boc-white);
	box-shadow: 0 3px 10px rgba(var(--boc-navy-rgb), .06);
}

.boc-idtheft .boc-idtheft-alert p {
	max-width: none;
}

.boc-idtheft .boc-idtheft-alert-label {
	margin: 0 0 4px !important;
	color: var(--boc-color-accent-dark);
	font: 700 12px/1.4 Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.boc-idtheft .boc-idtheft-alert-title {
	color: var(--boc-navy-950) !important;
	font: 700 20px/1.35 Georgia, serif;
	letter-spacing: -.01em;
}

.boc-idtheft .boc-idtheft-alert > p:not(.boc-idtheft-alert-label):not(.boc-idtheft-alert-title) {
	color: var(--boc-color-text-muted);
}

/* Hard warning line after the alert body. */
.boc-idtheft .boc-idtheft-warn {
	max-width: none;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	padding: 16px 24px;
	border-left: 6px solid var(--boc-blue-700);
	border-radius: 10px;
	background: var(--boc-blue-100);
	color: var(--boc-navy-950) !important;
	font-weight: 700 !important;
}

/* Phishing / disclaimer panel — same pattern as the Contact notice. */
.boc-idtheft > .wp-block-group__inner-container > .boc-idtheft-notice {
	max-width: 1144px;
	margin-top: 22px;
	margin-bottom: 28px;
	padding: clamp(26px, 3.4vw, 40px);
	border: 1px solid var(--boc-gold-400);
	border-left: 6px solid var(--boc-gold-600);
	border-radius: var(--boc-idtheft-radius);
	background: var(--boc-gold-100);
}

.boc-idtheft .boc-idtheft-notice h3 {
	margin: 0;
}

.boc-idtheft .boc-idtheft-notice p {
	max-width: 760px;
	margin: 12px 0 0;
	color: var(--boc-navy-950);
	font-size: 16px;
}

.boc-idtheft .boc-idtheft-notice p:last-child {
	margin-bottom: 0;
}

/* Tips & victim-steps lists. */
.boc-idtheft .wp-block-list {
	max-width: 820px;
	margin: 0 0 6px;
	padding-left: 26px;
}

.boc-idtheft .wp-block-list li {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.68;
}

.boc-idtheft ul.wp-block-list li::marker {
	color: var(--boc-gold-600);
}

.boc-idtheft ol.wp-block-list li::marker {
	color: var(--boc-color-accent-dark);
	font-weight: 700;
}

.boc-idtheft .wp-block-list li strong {
	color: var(--boc-navy-950);
}

.boc-idtheft .wp-block-list .wp-block-list {
	margin: 10px 0 2px;
}

/* Press-release block. */
.boc-idtheft .boc-idtheft-release {
	display: block;
	margin: 0 0 14px;
	color: var(--boc-color-text-muted);
	font: 700 12px/1.5 Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* Breakpoints — kept identical to the About/Loan/Contact system. */
@media (max-width: 700px) {
	.boc-idtheft .boc-idtheft-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/idtheft-hero.jpg") center 36% / cover no-repeat,
			var(--boc-navy-900);
	}
}

@media (max-width: 420px) {
	.boc-idtheft > .wp-block-group__inner-container > :not(.boc-idtheft-hero) {
		padding-right: 20px;
		padding-left: 20px;
	}

	.boc-idtheft .boc-idtheft-hero > .wp-block-group__inner-container {
		padding: 0 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.boc-idtheft,
	.boc-idtheft * {
		transition: none !important;
		animation: none !important;
	}
}

