.nh-booking-iframe-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 35px rgba(18, 63, 113, 0.12);
}

.nh-booking-iframe-wrap iframe {
	width: 100%;
	min-height: 900px;
}

@media (max-width: 767px) {
	.nh-booking-iframe-wrap iframe {
		min-height: 1050px;
	}
}
.nh-ai-layout {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 56px;
	color: #102738;
	font-family: "Open Sans", sans-serif;
	--nh-theme: #102738;
	--nh-accent: #677764;
	--nh-accent-deep: #102738;
	--nh-soft-bg: #c7d1c5;
	--nh-soft-cream: #faf6f5;
	--nh-dark-band: #7f8976;
	--nh-border: rgba(16, 39, 56, 0.14);
	--nh-text-soft: rgba(16, 39, 56, 0.8);
	--nh-content-width: min(1180px, calc(100% - 40px));
	background: var(--nh-soft-cream);
}

.nh-ai-layout h1,
.nh-ai-layout h2,
.nh-ai-layout h3 {
	color: var(--nh-theme);
	font-family: "Playfair Display", serif;
	font-weight: 400;
}

.nh-ai-layout h1 {
	margin-bottom: 16px;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.1;
}

.nh-ai-layout h2 {
	margin-top: 44px;
	margin-bottom: 14px;
	font-size: clamp(2rem, 3vw, 3rem);
}

.nh-ai-layout h3 {
	margin-top: 28px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.nh-ai-layout p,
.nh-ai-layout li {
	color: var(--nh-text-soft);
	line-height: 1.75;
}

.nh-ai-layout a {
	color: var(--nh-theme);
	text-decoration-color: var(--nh-accent);
	text-underline-offset: 3px;
}

.nh-ai-layout a[data-nh-event],
.nh-ai-layout .nh-ai-page-start-cta .wp-block-button__link,
.nh-ai-layout .nh-ai-page-start-cta a,
.nh-ai-layout .nh-ai-page-hero-cta a {
	display: inline-block;
	padding: 12px 20px;
	background: #c89a43;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(16, 39, 56, 0.24);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nh-ai-layout a[data-nh-event]:hover,
.nh-ai-layout .nh-ai-page-start-cta .wp-block-button__link:hover,
.nh-ai-layout .nh-ai-page-start-cta a:hover,
.nh-ai-layout .nh-ai-page-hero-cta a:hover {
	background: #b98b35;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(16, 39, 56, 0.18);
}

.nh-ai-layout ul {
	padding-left: 22px;
}

.nh-ai-lead {
	font-size: 1.15rem;
	color: var(--nh-theme);
}

.nh-ai-page-hero {
	max-width: var(--nh-content-width);
	margin: 0 auto;
	padding: 110px 0 20px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: end;
	gap: 28px;
	background-position: top right;
	background-size: cover;
}

.nh-ai-page-section {
	max-width: var(--nh-content-width);
	margin: 0 auto;
	padding: 56px 0;
}

.nh-ai-page-hero-cta,
.nh-ai-inline-cta p:last-child {
	margin-bottom: 0;
}

.nh-ai-page-hero-copy {
	text-align: center;
	padding: 0 12px 18px;
}

.nh-ai-page-hero-copy .nh-ai-lead {
	max-width: 620px;
	margin: 0 auto 22px;
}

.nh-ai-page-hero-note {
	max-width: 640px;
	margin: 0 auto;
}

.nh-ai-page-hero-support {
	max-width: 520px;
	margin: 14px auto 0;
	font-size: 0.92rem;
	font-style: italic;
	line-height: 1.45;
}

.nh-ai-page-hero-media img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 440px;
	margin: 0 auto;
}

.nh-ai-specialty-strip {
	background: var(--nh-soft-bg);
	padding: 38px 0 44px;
	position: relative;
}

.nh-ai-specialty-strip::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 22px solid var(--nh-soft-bg);
}

.nh-ai-specialty-grid {
	max-width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 18px;
}

.nh-ai-specialty-card {
	text-align: center;
	padding: 6px 10px 0;
}

.nh-ai-specialty-card h3 {
	font-size: 1.05rem;
	line-height: 1.25;
	margin-top: 12px;
	margin-bottom: 8px;
}

.nh-ai-specialty-card p {
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
}

.nh-ai-specialty-card.is-active h3 {
	color: var(--nh-accent-deep);
}

.nh-ai-specialty-card.is-active .nh-ai-specialty-icon {
	border-color: var(--nh-accent-deep);
	box-shadow: 0 0 0 10px rgba(16, 39, 56, 0.03);
}

.nh-ai-specialty-icon {
	width: 104px;
	height: 104px;
	margin: 0 auto;
	border: 2px solid rgba(16, 39, 56, 0.45);
	border-radius: 999px;
	position: relative;
}

.nh-ai-specialty-icon::before,
.nh-ai-specialty-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.nh-ai-specialty-icon::before {
	left: 20px;
	right: 20px;
	height: 2px;
	background: rgba(16, 39, 56, 0.4);
}

.nh-ai-specialty-icon::after {
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	border-radius: 999px;
	background: #d5a64d;
	box-shadow: 0 -18px 0 rgba(16, 39, 56, 0.2), 0 18px 0 rgba(16, 39, 56, 0.2);
}

.nh-ai-checklist,
.nh-ai-steps {
	margin: 18px 0 0;
}

.nh-ai-steps {
	padding-left: 18px;
}

.nh-ai-steps li + li {
	margin-top: 18px;
}

.nh-ai-inline-cta {
	margin: 28px 0;
	padding: 18px 20px;
	border-left: 4px solid var(--nh-accent);
	background: rgba(104, 120, 101, 0.12);
}

.nh-ai-inline-cta p {
	margin-top: 0;
}

.nh-ai-inline-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	margin: 28px 0;
}

.nh-ai-related-links {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid var(--nh-border);
}

.nh-ai-related-note,
.nh-ai-crisis-note {
	color: rgba(16, 39, 56, 0.72);
}

.nh-ai-layout .nh-ai-section {
	margin-top: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

.nh-ai-two-column {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: 52px;
	align-items: start;
}

.nh-ai-two-column-heading h2 {
	margin-top: 0;
}

.nh-ai-section-kicker {
	max-width: 260px;
	font-style: italic;
}

.nh-ai-page-concerns {
	padding-top: 82px;
	padding-bottom: 74px;
}

.nh-ai-page-provider {
	max-width: 100%;
	padding: 68px 0 74px;
	background:
	linear-gradient(180deg, rgba(250, 246, 245, 0.3) 0%, rgba(250, 246, 245, 0) 14%, rgba(250, 246, 245, 0) 86%, rgba(250, 246, 245, 0.3) 100%),
	var(--nh-soft-bg);
	text-align: center;
}

.nh-ai-page-provider > h2,
.nh-ai-page-provider > .nh-ai-provider-credentials,
.nh-ai-provider-grid {
	max-width: var(--nh-content-width);
	margin-left: auto;
	margin-right: auto;
}

.nh-ai-provider-credentials {
	margin-top: -2px;
	margin-bottom: 24px;
	font-size: 0.95rem;
}

.nh-ai-provider-grid {
	display: grid;
	grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	text-align: left;
}

.nh-ai-provider-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.nh-ai-page-darkband {
	max-width: 100%;
	background: var(--nh-dark-band);
	color: #fff;
	padding: 74px 0 84px;
}

.nh-ai-page-darkband h2,
.nh-ai-page-darkband h3,
.nh-ai-page-darkband p,
.nh-ai-page-darkband li,
.nh-ai-page-darkband a {
	color: #fff;
}

.nh-ai-page-darkband-inner {
	max-width: var(--nh-content-width);
	margin: 0 auto;
}

.nh-ai-page-start {
	padding: 0 0 34px;
}

.nh-ai-page-start h2,
.nh-ai-page-faq h2 {
	text-align: center;
}

.nh-ai-page-start-cta {
	margin-top: 20px;
	text-align: center;
}

.nh-ai-page-faq {
	max-width: 920px;
	margin: 18px auto 0;
	padding: 24px 26px 18px;
	background: rgba(255, 255, 255, 0.08);
}

.nh-ai-faq-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.nh-ai-faq-item h3 {
	margin-top: 0;
	text-align: center;
	font-size: 1.15rem;
}

.nh-ai-faq-item p {
	text-align: center;
}

.nh-ai-page-approach,
.nh-ai-page-telehealth,
.nh-ai-page-resources,
.nh-ai-page-insurance {
	background: var(--nh-soft-cream);
}

.nh-ai-page-insurance {
	padding-top: 70px;
	padding-bottom: 64px;
}

.nh-ai-page-insurance h2,
.nh-ai-page-insurance .nh-ai-self-pay {
	text-align: center;
}

.nh-ai-page-insurance p {
	max-width: 900px;
}

.post-type-post .editor-styles-wrapper,
.single-post .nh-ai-layout,
.single-post .entry-content {
	background: var(--nh-soft-cream);
}

.nh-ai-article-header,
.nh-ai-page-section.nh-ai-article-section,
.nh-ai-crisis-note {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.nh-ai-article-header {
	padding: 80px 0 18px;
	text-align: center;
}

.nh-ai-article-divider {
	width: 86px;
	height: 2px;
	margin: 10px auto 24px;
	background: rgba(16, 39, 56, 0.18);
}

.nh-ai-page-section.nh-ai-article-section {
	padding-top: 26px;
	padding-bottom: 26px;
}

.nh-ai-article-question-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.nh-ai-article-question {
	padding: 18px 18px 10px;
	background: rgba(103, 119, 100, 0.08);
}

.nh-ai-article-steps {
	margin-top: 16px;
}

.nh-ai-article-steps li + li {
	margin-top: 12px;
}

.nh-ai-article-resource-grid {
	display: grid;
	gap: 18px;
}

.nh-ai-article-resource {
	padding: 18px 18px 10px;
	background: rgba(16, 39, 56, 0.04);
	border: 1px solid var(--nh-border);
}

.nh-ai-article-resource h3 {
	margin-top: 0;
}

.nh-ai-article-resource p:last-child {
	margin-bottom: 0;
}

.nh-ai-article-question h3 {
	margin-top: 0;
}

.nh-ai-page-resources ul {
	max-width: 780px;
}

.nh-ai-crisis-note {
	max-width: var(--nh-content-width);
	margin: 0 auto;
	padding: 0 0 24px;
}

.nh-ai-content-landing_page .nh-ai-page-approach,
.nh-ai-content-landing_page .nh-ai-page-telehealth,
.nh-ai-content-landing_page .nh-ai-page-resources,
.nh-ai-content-landing_page .nh-ai-page-insurance {
	border-top: 1px solid var(--nh-border);
}

@media (max-width: 767px) {
	.nh-ai-layout {
		padding-bottom: 42px;
	}

	.nh-ai-page-hero {
		grid-template-columns: 1fr;
		padding: 52px 0 0;
		gap: 18px;
		background-position: center top;
	}

	.nh-ai-page-hero-copy {
		padding: 0 18px;
	}

	.nh-ai-specialty-strip {
		padding: 26px 0 34px;
	}

	.nh-ai-specialty-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nh-ai-specialty-icon {
		width: 92px;
		height: 92px;
	}

	.nh-ai-two-column,
	.nh-ai-provider-grid,
	.nh-ai-faq-grid,
	.nh-ai-article-question-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.nh-ai-page-section {
		padding: 42px 20px;
	}

	.nh-ai-page-provider {
		padding-left: 20px;
		padding-right: 20px;
	}

	.nh-ai-page-darkband {
		padding: 54px 20px 62px;
	}

	.nh-ai-page-faq {
		padding: 20px 18px 8px;
	}

	.nh-ai-article-header {
		padding: 54px 20px 10px;
	}
}
