/* FNH Consultations — Landing Page
   Palette: cream + warm + gold accent, serif headings.
   Inherits site fonts (Montserrat EN / IBMPlexSansArabic AR) via theme. */
.fnhc-landing {
	--cream: #fcfbfa;        /* white shade */
	--warm: #f2eada;         /* beige */
	--sand: #e8efdf;         /* mint green */
	--gold: #1e202f;         /* navy (primary) */
	--gold-light: #bccccc;   /* secondary light blue */
	--dark: #1e202f;         /* navy */
	--mid: #3d4051;          /* muted navy text */
	--muted: #7a7f95;        /* muted secondary */
	--line: rgba(188,204,204,0.5); /* secondary blue border */
	background: var(--cream);
	color: var(--dark);
	font-family: 'Montserrat-Regular', 'Montserrat', system-ui, -apple-system, sans-serif;
	line-height: 1.7;
	font-size: 15px;
	margin: 0 -1000px;
	
}

@media (max-width: 640px){

	.fnhc-landing {padding: 0 1000px;}
}

.fnhc-landing[dir="rtl"] { font-family: 'IBMPlexSansArabic Regular', 'IBM Plex Sans Arabic', system-ui, sans-serif; font-size: 16px; }
.fnhc-landing *, .fnhc-landing *::before, .fnhc-landing *::after { box-sizing: border-box; }
.fnhc-landing { overflow-x: hidden; }
/* Use logical padding on the major sections so RTL gets the correct start/end gutters. */
@media (max-width: 900px) {
	.fnhc-why { padding-inline: 20px !important; padding-block: 56px !important; }
}

/* Shared headings */
.fnhc-landing h1, .fnhc-landing h2, .fnhc-landing .fnhc-l-h2 {
	font-family: 'Cormorant Garamond', 'Montserrat-Regular', Georgia, serif;
	font-weight: 400; line-height: 1.2; color: var(--dark); margin: 0;
}
.fnhc-landing[dir="rtl"] h1, .fnhc-landing[dir="rtl"] h2, .fnhc-landing[dir="rtl"] .fnhc-l-h2 {
	font-family: 'IBMPlexSansArabic SemiBold', 'IBM Plex Sans Arabic', system-ui, sans-serif;
}
.fnhc-l-h2 { font-size: clamp(28px, 3.5vw, 44px); margin-bottom: 1.5rem !important; }

.fnhc-l-tag {
	font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
	font-weight: 500; margin-bottom: .75rem;
}
.fnhc-l-tag-light { color: var(--gold-light); }

/* ----- HERO ----- */
.fnhc-l-hero { background: var(--warm); padding: 5rem 2rem 4rem; }
.fnhc-l-hero-inner {
	max-width: 1180px; margin: 0 auto;
	display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center;
}
.fnhc-l-hero-title {
	font-size: clamp(36px, 5.5vw, 64px); line-height: 1.1; margin: .5rem 0 1.25rem !important;
}
.fnhc-l-hero-title em { font-style: italic; color: var(--gold); }
.fnhc-l-hero-sub { color: var(--mid); font-size: 17px; line-height: 1.7; max-width: 540px; margin-bottom: 1.5rem; }
.fnhc-l-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.75rem; }
.fnhc-l-chip {
	font-size: 12px; padding: 6px 14px; border: 1px solid var(--gold);
	border-radius: 999px; color: var(--gold); white-space: nowrap;
}
.fnhc-l-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
.fnhc-l-hero-photo {
	width: 100%; aspect-ratio: 3 / 4;
	background: var(--sand); border-radius: 8px; overflow: hidden;
	display: flex; align-items: center; justify-content: center;
}
.fnhc-l-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.fnhc-l-photo-ph { text-align: center; color: var(--muted); font-size: 13px; padding: 1rem; }
.fnhc-l-photo-ph small { display: block; margin-top: 8px; opacity: .7; }

/* Buttons */
.fnhc-l-btn {
	display: inline-block; padding: 14px 32px; border-radius: 4px;
	font-size: 13px; letter-spacing: .08em; text-decoration: none;
	font-weight: 600; transition: all .15s; cursor: pointer; border: 1px solid transparent;
	min-height: 48px; line-height: 1.4; box-sizing: border-box;
}
.fnhc-landing[dir="rtl"] .fnhc-l-btn { font-size: 14px; font-family: 'IBMPlexSansArabic SemiBold', sans-serif; letter-spacing: 0; }
.fnhc-l-btn-primary { background: var(--dark); color: #fff; }
.fnhc-l-btn-primary:hover { background: #000; color: #fff; }
.fnhc-l-btn-ghost { background: transparent; color: var(--dark); border-color: var(--dark); }
.fnhc-l-btn-ghost:hover { background: var(--dark); color: #fff; }
.fnhc-l-btn-gold { background: var(--gold); color: #fff; }
.fnhc-l-btn-gold:hover { background: #a3854f; color: #fff; }
.fnhc-l-btn-ghost-light { background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.2); }
.fnhc-l-btn-ghost-light:hover { color: #fff; border-color: #fff; }

/* ----- TRUST BAR ----- */
.fnhc-l-trust {
	background: var(--dark); padding: 1.75rem 2rem;
	display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap;
}
.fnhc-l-trust-item { text-align: center; }
.fnhc-l-trust-num {
	display: block;
	font-family: 'Cormorant Garamond', 'Montserrat-Regular', Georgia, serif;
	font-size: 36px; color: var(--gold-light); line-height: 1;
}
.fnhc-landing[dir="rtl"] .fnhc-l-trust-num { font-family: 'IBMPlexSansArabic SemiBold', sans-serif; font-size: 32px; }
.fnhc-l-trust-label { font-size: 11px; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; margin-top: 6px; }

/* ----- ABOUT ----- */
.fnhc-l-about {
	max-width: 1180px; margin: 0 auto; padding: 5rem 2rem;
	display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; align-items: start;
}
.fnhc-l-about-text { color: var(--mid); font-size: 16px; line-height: 1.8; }
.fnhc-l-about-cred { display: flex; flex-direction: column; gap: 10px; }
.fnhc-l-cred-item {
	background: var(--warm); padding: 14px 18px; border-radius: 4px;
	border-inline-start: 3px solid var(--gold);
}
.fnhc-l-cred-label { font-size: 10px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }
.fnhc-l-cred-val { font-size: 14px; color: var(--dark); font-weight: 500; }

/* ----- SERVICES ----- */
.fnhc-l-services {
	background: var(--warm); padding: 5rem 2rem;
}
.fnhc-l-services > .fnhc-l-tag, .fnhc-l-services > .fnhc-l-h2 { max-width: 1180px; margin-inline: auto; }
.fnhc-l-services-grid {
	max-width: 1180px; margin: 0 auto;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.fnhc-l-card {
	background: var(--cream); border: 1px solid var(--line); border-radius: 6px;
	padding: 1.75rem 1.5rem; text-decoration: none; color: inherit;
	display: flex; flex-direction: column; gap: 8px;
	transition: border-color .15s, transform .15s, box-shadow .15s;
}
.fnhc-l-card {
	text-decoration: none !important;
}
.fnhc-l-card:hover {
	background: var(--dark);
	border-color: var(--dark);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(30,32,47,0.18);
	text-decoration: none;
}
.fnhc-l-card:hover .fnhc-l-card-num,
.fnhc-l-card:hover .fnhc-service-num,
.fnhc-l-card:hover .fnhc-l-card-name,
.fnhc-l-card:hover .fnhc-service-card-title,
.fnhc-l-card:hover .fnhc-l-card-desc,
.fnhc-l-card:hover .fnhc-service-who,
.fnhc-l-card:hover .fnhc-service-for-label,
.fnhc-l-card:hover .fnhc-service-detail-label,
.fnhc-l-card:hover .fnhc-service-detail-value {
	color: #fff;
}
.fnhc-l-card:hover .fnhc-l-card-num,
.fnhc-l-card:hover .fnhc-service-num {
	color: var(--gold-light);
}
.fnhc-l-card:hover .fnhc-l-card-chip {
	background: rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.85);
}
.fnhc-l-card:hover .fnhc-service-divider {
	border-top-color: rgba(255,255,255,0.15);
}
.fnhc-l-card:hover, .fnhc-l-card:hover * { text-decoration: none !important; }
.fnhc-l-card-num {
	font-family: 'Cormorant Garamond', 'Montserrat-Regular', Georgia, serif;
	font-size: 22px; color: var(--gold); margin-bottom: 4px;
}
.fnhc-landing[dir="rtl"] .fnhc-l-card-num { font-family: 'IBMPlexSansArabic SemiBold', sans-serif; }
.fnhc-l-card-name { font-size: 16px; font-weight: 600; color: var(--dark); line-height: 1.3; }
.fnhc-l-card-desc { font-size: 13px; color: var(--muted); line-height: 1.6; flex: 1; }
.fnhc-l-card-meta { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.fnhc-l-card-chip { font-size: 11px; padding: 4px 10px; border-radius: 3px; background: var(--warm); color: var(--mid); }
.fnhc-l-services-note { max-width: 1180px; margin: 1.5rem auto 0; font-size: 13px; color: var(--muted); font-style: italic; text-align: center; }

/* ----- HOW IT WORKS ----- */
.fnhc-l-how { max-width: 1180px; margin: 0 auto; padding: 5rem 2rem; }
.fnhc-l-how-grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
	background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
}
.fnhc-l-how-step { background: var(--cream); padding: 2rem 1.5rem; text-align: center; }
.fnhc-l-how-num {
	font-family: 'Cormorant Garamond', 'Montserrat-Regular', Georgia, serif;
	font-size: 56px; color: var(--gold); display: block; line-height: 1; margin-bottom: 12px;
}
.fnhc-landing[dir="rtl"] .fnhc-l-how-num { font-family: 'IBMPlexSansArabic SemiBold', sans-serif; font-size: 48px; }
.fnhc-l-how-title { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.fnhc-l-how-detail { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ----- TESTIMONIALS ----- */
.fnhc-l-test { background: var(--warm); padding: 5rem 2rem; }
.fnhc-l-test > .fnhc-l-tag, .fnhc-l-test > .fnhc-l-h2 { max-width: 1180px; margin-inline: auto; }
.fnhc-l-test-slider { max-width: 1180px; margin: 0 auto; position: relative; overflow: hidden; }
.fnhc-l-test-track {
	display: flex; gap: 16px; transition: transform .35s ease;
	will-change: transform;
}
.fnhc-l-test-card {
	flex: 0 0 calc((100% - 32px) / 3); background: var(--cream);
	border-radius: 8px; padding: 2rem; border: 1px solid var(--line);
}
.fnhc-l-test-stars { color: var(--gold); font-size: 16px; margin-bottom: .75rem; letter-spacing: 2px; }
.fnhc-l-test-quote { font-size: 14px; color: var(--mid); line-height: 1.7; font-style: italic; margin: 0 0 1rem; }
.fnhc-l-test-name { font-size: 14px; font-weight: 600; color: var(--dark); }
.fnhc-l-test-role { font-size: 12px; color: var(--muted); margin-top: 2px; }
.fnhc-l-test-controls {
	display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 1.75rem;
}
.fnhc-l-test-prev, .fnhc-l-test-next {
	width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold);
	background: transparent; color: var(--gold); font-size: 20px; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: all .15s;
}
.fnhc-l-test-prev:hover, .fnhc-l-test-next:hover { background: var(--gold); color: #fff; }
.fnhc-l-test-dots { display: flex; gap: 6px; }
.fnhc-l-test-dot {
	width: 8px; height: 8px; border-radius: 50%; background: var(--sand);
	border: 0; padding: 0; cursor: pointer; transition: background .15s;
}
.fnhc-l-test-dot.active { background: var(--gold); }

/* ----- FAQ ----- */
.fnhc-l-faq { max-width: 980px; margin: 0 auto; padding: 5rem 2rem; }
.fnhc-l-faq-list { margin-top: 1rem; }
.fnhc-l-faq-item { border-bottom: 1px solid var(--line); padding: 0; }
.fnhc-l-faq-item summary {
	list-style: none; cursor: pointer; padding: 1.25rem 0;
	display: flex; justify-content: space-between; align-items: center; gap: 1rem;
	font-size: 16px; font-weight: 500; color: var(--dark);
}
.fnhc-l-faq-item summary::-webkit-details-marker { display: none; }
.fnhc-l-faq-icon {
	font-size: 24px; color: var(--gold); flex-shrink: 0;
	transition: transform .2s; font-weight: 300; line-height: 1;
}
.fnhc-l-faq-item[open] .fnhc-l-faq-icon { transform: rotate(45deg); }
.fnhc-l-faq-a {
	padding: 0 0 1.5rem; font-size: 14px; color: var(--mid); line-height: 1.7;
	max-width: 700px;
}

/* ----- FINAL CTA ----- */
.fnhc-l-final {
	background: var(--dark); padding: 5rem 2rem; text-align: center;
}
.fnhc-l-final-title {
	font-family: 'Cormorant Garamond', 'Montserrat-Regular', Georgia, serif;
	font-size: clamp(28px, 4vw, 48px); color: #fff!important; margin: .5rem 0 1rem !important;
	font-weight: 300;
}
.fnhc-landing[dir="rtl"] .fnhc-l-final-title { font-family: 'IBMPlexSansArabic SemiBold', sans-serif; }
.fnhc-l-final-sub { color: rgba(255,255,255,.55); font-size: 14px; margin-bottom: 2rem; }
.fnhc-l-final-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.fnhc-l-final-note { color: rgba(255,255,255,.3); font-size: 11px; letter-spacing: .04em; }

/* ----- STICKY MOBILE CTA ----- */
.fnhc-l-sticky {
	display: none;
	position: fixed; bottom: 0; inset-inline: 0;
	background: var(--dark); color: #fff !important;
	padding: 18px; text-align: center; text-decoration: none;
	font-size: 14px; font-weight: 600; letter-spacing: .08em;
	z-index: 9999; box-shadow: 0 -4px 20px rgba(0,0,0,.15);
}
.fnhc-l-sticky.visible { display: block; }
.fnhc-l-sticky:hover { background: #000; color: #fff !important; }

/* ----- RESPONSIVE ----- */
@media (max-width: 960px) {
	.fnhc-l-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
	.fnhc-l-hero-photo { max-width: 380px; margin-inline: auto; }
	.fnhc-l-about { grid-template-columns: 1fr; gap: 2.5rem; padding: 3rem 1.25rem; }
	.fnhc-l-services-grid { grid-template-columns: repeat(2, 1fr); }
	.fnhc-l-how-grid { grid-template-columns: repeat(2, 1fr); }
	.fnhc-l-test-card { flex-basis: calc((100% - 16px) / 2); }
}
@media (max-width: 640px) {
	.fnhc-l-hero { padding: 3rem 1.25rem 2rem; }
	.fnhc-l-trust { gap: 2rem; padding: 1.5rem 1rem; }
	.fnhc-l-trust-item { flex-basis: 40%; }
	.fnhc-l-services, .fnhc-l-how, .fnhc-l-test, .fnhc-l-faq, .fnhc-l-final { padding: 3rem 1.25rem; }
	.fnhc-l-services-grid { grid-template-columns: 1fr; }
	.fnhc-l-how-grid { grid-template-columns: 1fr; }
	.fnhc-l-test-card { flex-basis: 100%; }
	.fnhc-l-final-actions .fnhc-l-btn { width: 100%; }
	body { padding-bottom: 70px; } /* leave room for sticky CTA */
}

/* Hero quote — replaces the trust chips */
.fnhc-l-hero-quote {
	margin: 0 0 1.75rem; padding: 0; border: 0;
	display: flex; flex-direction: column; gap: 6px;
	max-width: 560px;
}
.fnhc-l-hero-quote p {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic; font-weight: 400;
	font-size: clamp(18px, 1.8vw, 22px); line-height: 1.45;
	color: var(--dark); margin: 0;
}
.fnhc-landing[dir="rtl"] .fnhc-l-hero-quote p { font-family: 'IBMPlexSansArabic Regular', sans-serif; }
.fnhc-l-hero-quote cite {
	font-size: 12px; letter-spacing: .08em; color: var(--muted);
	font-style: normal; text-transform: uppercase; font-weight: 500;
}

/* Credential card — logo rows under Recognition + Ventures */
.fnhc-cred-logos {
	display: grid; gap: 12px;
	align-items: center; margin-top: 12px;
}
.fnhc-cred-logos-3 { grid-template-columns: repeat(3, 1fr); }
.fnhc-cred-logos-4 { grid-template-columns: repeat(4, 1fr); }
.fnhc-cred-logo {
	display: flex; align-items: center; justify-content: center;
	padding: 8px; background: #fff; border-radius: 4px;
	border: 1px solid rgba(188,204,204,0.4);
	transition: border-color .15s, transform .15s, box-shadow .15s;
	text-decoration: none !important;
}
.fnhc-cred-logo img {
	max-width: 100%; max-height: 44px; height: auto; width: auto;
	display: block; object-fit: contain;
	filter: grayscale(20%); transition: filter .15s;
}
a.fnhc-cred-logo { cursor: pointer; }
a.fnhc-cred-logo:hover {
	border-color: var(--dark);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(30,32,47,0.12);
}
a.fnhc-cred-logo:hover img { filter: grayscale(0%); }
@media (max-width: 540px) {
	.fnhc-cred-logos-3, .fnhc-cred-logos-4 { grid-template-columns: repeat(2, 1fr); }
	.fnhc-cred-logo img { max-height: 36px; }
}

/* Active Ventures — narrow horizontal marquee inside the credential card.
   Shows ~4 small tiles in view at a time, infinite seamless scroll.
   Isolated from page direction (direction:ltr) so tiles flow consistently
   regardless of EN/AR; AR just reverses the animation so it visually
   scrolls left→right while still starting with tiles in view. */
.fnhc-marquee {
	--tile-w: 56px;
	--tile-h: 46px;
	--tile-gap: 6px;
	direction: ltr;
	margin-top: 12px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
	        mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
}
.fnhc-marquee-track {
	direction: ltr;
	display: flex;
	flex-direction: row;
	gap: var(--tile-gap);
	width: max-content;
	animation: fnhc-marquee 22s linear infinite;
	will-change: transform;
}
.fnhc-marquee:hover .fnhc-marquee-track,
.fnhc-marquee:focus-within .fnhc-marquee-track {
	animation-play-state: paused;
}
@keyframes fnhc-marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
/* RTL: same keyframes played in reverse — tiles flow visually left→right.
   Initial state shows the duplicate set (so tiles are visible immediately, no empty gap). */
.fnhc-landing[dir="rtl"] .fnhc-marquee-track {
	animation-direction: reverse;
}

.fnhc-marquee-tile {
	flex: 0 0 var(--tile-w);
	width: var(--tile-w);
	height: var(--tile-h);
	display: flex; align-items: center; justify-content: center;
	background: #fff;
	border: 1px solid rgba(188,204,204,0.4);
	border-radius: 5px;
	padding: 4px;
	text-decoration: none !important;
	transition: border-color .15s, box-shadow .15s, transform .15s;
	box-sizing: border-box;
}
a.fnhc-marquee-tile { cursor: pointer; }
a.fnhc-marquee-tile:hover {
	border-color: var(--dark);
	box-shadow: 0 3px 8px rgba(30,32,47,0.12);
	transform: translateY(-1px);
}
.fnhc-marquee-tile img {
	max-width: 100%;
	max-height: 100%;
	width: auto; height: auto;
	object-fit: contain;
	display: block;
	filter: grayscale(30%);
	transition: filter .15s;
}
a.fnhc-marquee-tile:hover img { filter: grayscale(0%); }
@media (max-width: 540px) {
	.fnhc-marquee { --tile-w: 48px; --tile-h: 40px; --tile-gap: 5px; }
	.fnhc-marquee-track { animation-duration: 18s; }
}
/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
	.fnhc-marquee-track { animation: none; }
}

/* ============================================================
   v2 sections — Why Farah, Services cards, Process, Format
   ============================================================ */

.fnhc-section-eyebrow {
	display: inline-block;
	font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
	color: var(--fnhc-l-gold, #1e202f);
	font-weight: 600; margin-bottom: 16px;
}
.fnhc-section-title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(28px, 3.6vw, 48px); font-weight: 400; line-height: 1.15;
	color: var(--fnhc-l-dark, #1e202f); margin: 0 0 18px;
}
.fnhc-section-title em { font-style: italic; color: var(--fnhc-l-gold, #1e202f); font-weight: 400; }
.fnhc-section-title.fnhc-on-dark { color: #fff; }
.fnhc-section-title.fnhc-on-dark em { color: var(--fnhc-l-gold-light, #bccccc); }

/* WHY FARAH */
.fnhc-why {
	display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 56px;
	padding: 80px 32px; background: var(--fnhc-l-cream, #fcfbfa);
	max-width: 1200px; margin: 0 auto;
	overflow: hidden;
}
/* Prevent runaway content (long Arabic words, logo tiles, etc.) from forcing horizontal scroll. */
.fnhc-why *, .fnhc-why *::before, .fnhc-why *::after { min-width: 0; max-width: 100%; }
.fnhc-why-left, .fnhc-why-right { min-width: 0; }
.fnhc-why-lead, .fnhc-why-point-text span, .fnhc-cred-value, .fnhc-quote-block p {
	word-wrap: break-word; overflow-wrap: anywhere;
}
.fnhc-why-lead { color: var(--fnhc-l-mid, #3d4051); font-size: 16px; line-height: 1.7; margin: 0 0 28px; max-width: 560px; }
.fnhc-why-points { display: flex; flex-direction: column; gap: 22px; }
.fnhc-why-point { display: flex; gap: 16px; align-items: flex-start; }
.fnhc-why-icon { color: var(--fnhc-l-gold, #1e202f); font-size: 22px; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.fnhc-why-point-text { display: flex; flex-direction: column; gap: 4px; }
.fnhc-why-point-text strong { color: var(--fnhc-l-dark, #1e202f); font-size: 15px; font-weight: 600; }
.fnhc-why-point-text span { color: var(--fnhc-l-mid, #3d4051); font-size: 14px; line-height: 1.6; }

.fnhc-why-right { display: flex; flex-direction: column; gap: 12px; }
.fnhc-credential-card {
	background: #fff; border: 1px solid rgba(188,204,204,.15);
	border-left: 3px solid var(--fnhc-l-gold, #1e202f);
	padding: 16px 20px; border-radius: 4px;
	display: flex; flex-direction: column; gap: 4px;
	min-width: 0; max-width: 100%; overflow: hidden;
	box-sizing: border-box;
}
.fnhc-landing[dir="rtl"] .fnhc-credential-card {
	border-left: 1px solid rgba(188,204,204,.15);
	border-right: 3px solid var(--fnhc-l-gold, #1e202f);
}
.fnhc-cred-label { font-size: 10px; color: var(--fnhc-l-muted, #7a7f95); letter-spacing: .15em; text-transform: uppercase; font-weight: 600; }
.fnhc-cred-value { font-size: 15px; color: var(--fnhc-l-dark, #1e202f); font-weight: 500; }
.fnhc-quote-block {
	margin-top: 14px; padding: 22px;
	background: var(--fnhc-l-warm, #f2eada); border-radius: 6px;
	border-left: 3px solid var(--fnhc-l-gold, #1e202f);
}
.fnhc-quote-block p {
	font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic;
	font-size: 18px; line-height: 1.5; color: var(--fnhc-l-dark, #1e202f);
	margin: 0 0 8px;
}
.fnhc-quote-block cite { font-size: 12px; color: var(--fnhc-l-muted, #7a7f95); font-style: normal; letter-spacing: .05em; }

/* SERVICES CARDS V2 */
.fnhc-services { padding: 80px 32px; background: var(--fnhc-l-warm, #f2eada); max-width: 1200px; margin: 0 auto; }
.fnhc-services-intro { max-width: 640px; margin-bottom: 40px; }
.fnhc-services-intro p { color: var(--fnhc-l-mid, #3d4051); font-size: 14px; line-height: 1.7; margin: 14px 0 0; }
.fnhc-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fnhc-service-card {
	background: var(--fnhc-l-cream, #fcfbfa); border: 1px solid rgba(188,204,204,.15);
	border-radius: 8px; padding: 26px 24px; text-decoration: none;
	display: flex; flex-direction: column; gap: 8px;
	transition: border-color .2s, transform .2s;
}
.fnhc-service-card:hover {
	background: #1e202f;
	border-color: #1e202f;
	color: #fff;
	transform: translateY(-2px);
}
.fnhc-service-card:hover, .fnhc-service-card:hover * { text-decoration: none !important; }
.fnhc-service-num {
	font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px;
	color: var(--fnhc-l-gold, #1e202f); font-weight: 400; margin-bottom: 4px;
}
.fnhc-service-card-title { font-size: 17px; font-weight: 600; color: var(--fnhc-l-dark, #1e202f); margin: 0 0 6px; line-height: 1.3; }
.fnhc-service-for-label { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: var(--fnhc-l-muted, #7a7f95); font-weight: 600; }
.fnhc-service-who { font-size: 13px; color: var(--fnhc-l-mid, #3d4051); line-height: 1.6; margin: 0; }
.fnhc-service-divider { border: 0; border-top: 1px solid rgba(188,204,204,.15); margin: 4px 0; }
.fnhc-service-details { display: flex; gap: 24px; flex-wrap: wrap; }
.fnhc-service-detail-label { display: block; font-size: 10px; color: var(--fnhc-l-muted, #7a7f95); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 2px; }
.fnhc-service-detail-value { font-size: 13px; color: var(--fnhc-l-dark, #1e202f); font-weight: 500; }
.fnhc-services-cta-row {
	margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(188,204,204,.2);
	display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
}
.fnhc-services-cta-row p { color: var(--fnhc-l-muted, #7a7f95); font-size: 13px; margin: 0; font-style: italic; }

/* PROCESS (dark band) */
.fnhc-process { padding: 80px 32px; background: var(--fnhc-l-dark, #1e202f); color: #fff; text-align:center; }
.fnhc-process .fnhc-section-eyebrow { color: var(--fnhc-l-gold-light, #bccccc); }
.fnhc-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 1200px; margin: 36px auto 0; }
.fnhc-process-step { color: #fff; }
.fnhc-process-num {
	font-family: 'Cormorant Garamond', Georgia, serif; font-size: 56px;
	color: var(--fnhc-l-gold, #fff); font-weight: 300; line-height: 1; margin-bottom: 14px;
}
.fnhc-process-title { color: #fff; font-size: 16px; font-weight: 600; margin: 0 0 10px; }
.fnhc-process-text { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; margin: 0; }

/* FORMAT */
.fnhc-format { padding: 80px 32px; background: var(--fnhc-l-cream, #fcfbfa); max-width: 1200px; margin: 0 auto; }
.fnhc-format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.fnhc-format-card {
	background: #fff; border: 1px solid rgba(188,204,204,.15);
	border-radius: 8px; padding: 36px 28px;
	display: flex; flex-direction: column; gap: 12px;
}
.fnhc-format-icon {
	font-size: 36px; color: var(--fnhc-l-gold, #1e202f); line-height: 1; margin-bottom: 6px;
}
.fnhc-format-title { font-size: 17px; font-weight: 600; color: var(--fnhc-l-dark, #1e202f); margin: 0; }
.fnhc-format-text { font-size: 14px; color: var(--fnhc-l-mid, #3d4051); line-height: 1.7; margin: 0; }

/* FAQ V2 — split layout (left intro + CTA, right items) */
.fnhc-faq {
	display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px;
	padding: 80px 32px; background: var(--fnhc-l-warm, #f2eada);
	max-width: 1200px; margin: 0 auto;
}
.fnhc-faq-left p { color: var(--fnhc-l-mid, #3d4051); font-size: 14px; line-height: 1.7; margin: 0 0 24px; }
.fnhc-faq-cta { margin-top: 12px; display: inline-block; }

/* Mobile */
@media (max-width: 900px) {
	.fnhc-why, .fnhc-faq { grid-template-columns: 1fr; gap: 36px; padding: 56px 20px; }
	.fnhc-services { padding: 56px 20px; }
	.fnhc-services-grid { grid-template-columns: 1fr; gap: 14px; }
	.fnhc-process, .fnhc-format { padding: 56px 20px; }
	.fnhc-process-steps { grid-template-columns: 1fr 1fr; gap: 22px; }
	.fnhc-format-grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 540px) {
	.fnhc-process-steps { grid-template-columns: 1fr; }
}

/* LONG-TERM PACKAGES promo band */
.fnhc-packages {
	background: var(--sand, #e8efdf);
	padding: 64px 32px;
}
.fnhc-packages-inner {
	max-width: 720px; margin: 0 auto; text-align: center;
}
.fnhc-packages .fnhc-section-title { margin-bottom: 14px; }
.fnhc-packages-body {
	color: var(--mid, #3d4051); font-size: 15px; line-height: 1.8;
	margin: 0 0 28px;
}
@media (max-width: 640px) {
	.fnhc-packages { padding: 44px 20px; }
	.fnhc-packages .fnhc-l-btn { width: 100%; }
}
