/* ============ IBPH FIND HELP STYLES ============ */

.ibph-find-help-page {
	max-width: 900px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	color: #1a1a2e;
	padding: 20px;
}

/* ---------- INTRO ---------- */

.ibph-fh-intro {
	text-align: center;
	margin-bottom: 36px;
}

.ibph-fh-intro h1 {
	font-size: 32px;
	font-weight: 800;
	margin: 0 0 12px 0;
	color: #1a1a2e;
}

.ibph-fh-intro-text {
	font-size: 16px;
	color: #444;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.5;
}

/* ---------- NATIONAL RESOURCE CARDS ---------- */

.ibph-fh-national {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-bottom: 50px;
}

.ibph-fh-resource-card {
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	padding: 20px;
	background: #fafafa;
}

.ibph-fh-resource-card.ibph-fh-priority {
	background: #b02a2a;
	color: #fff;
	border-color: #b02a2a;
	grid-column: 1 / -1;
	text-align: center;
}

.ibph-fh-resource-card.ibph-fh-priority h2 {
	color: #fff;
}

.ibph-fh-resource-card h2 {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 8px 0;
	color: #1a1a2e;
}

.ibph-fh-resource-card p {
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #555;
}

.ibph-fh-resource-card.ibph-fh-priority p {
	color: #fff;
	font-size: 16px;
}

.ibph-fh-phone {
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	color: #1a1a2e;
	text-decoration: none;
}

.ibph-fh-phone:hover {
	text-decoration: underline;
}

.ibph-fh-resource-note {
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

.ibph-fh-link-btn {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #1a1a2e;
	text-decoration: none;
	border-bottom: 2px solid #1a1a2e;
}

.ibph-fh-link-btn:hover {
	color: #444;
}

/* ---------- STATE DIRECTORY ---------- */

.ibph-fh-state-section {
	border-top: 2px solid #e5e5e5;
	padding-top: 36px;
}

.ibph-fh-state-heading {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 8px 0;
}

.ibph-fh-state-sub {
	font-size: 14px;
	color: #555;
	margin: 0 0 24px 0;
	line-height: 1.5;
}

.ibph-fh-state-selector {
	margin-bottom: 24px;
}

.ibph-fh-state-selector label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
}

.ibph-fh-state-selector select {
	width: 100%;
	max-width: 320px;
	padding: 10px 12px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.ibph-fh-state-result {
	background: #1a1a2e;
	color: #fff;
	border-radius: 6px;
	padding: 24px;
	margin-bottom: 20px;
}

.ibph-fh-state-result h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 16px 0;
	color: #fff;
}

.ibph-fh-agency {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding: 14px 0;
}

.ibph-fh-agency:first-of-type {
	border-top: none;
	padding-top: 0;
}

.ibph-fh-agency-name {
	font-weight: 700;
	font-size: 15px;
	margin: 0 0 8px 0;
}

.ibph-fh-phone-small {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	margin-right: 16px;
}

.ibph-fh-phone-small:hover {
	text-decoration: underline;
}

.ibph-fh-link-btn-small {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}

.ibph-fh-source-note {
	font-size: 12px;
	color: #888;
	margin-top: 20px;
}

.ibph-fh-source-note a {
	color: #888;
}

/* ---------- FOOTER NOTE ---------- */

.ibph-fh-footer-note {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.ibph-fh-footer-note p {
	font-size: 12px;
	color: #999;
	font-style: italic;
	line-height: 1.5;
}

/* ---------- PERSISTENT FIND HELP BUTTON ---------- */

.ibph-find-help-fixed-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #b02a2a;
	color: #fff !important;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 14px 22px;
	border-radius: 50px;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(0,0,0,0.25);
	z-index: 9999;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ibph-find-help-fixed-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.3);
	color: #fff !important;
}

.ibph-find-help-btn {
	display: inline-block;
	background: #b02a2a;
	color: #fff !important;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 10px 18px;
	border-radius: 4px;
	text-decoration: none !important;
}

.ibph-find-help-btn:hover {
	background: #8e2222;
	color: #fff !important;
}

/* ---------- MOBILE ---------- */

@media (max-width: 600px) {
	.ibph-fh-national {
		grid-template-columns: 1fr;
	}

	.ibph-fh-intro h1 {
		font-size: 26px;
	}

	.ibph-find-help-fixed-btn {
		bottom: 14px;
		right: 14px;
		padding: 12px 18px;
		font-size: 13px;
	}
}
