/* Analytical Tools page — scoped to :is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) */

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) {
	--fp-gold: #b87f0d;
	--fp-navy: #0c0c30;
	--fp-safe: #10b981;
	--fp-warn: #f59e0b;
	--border-light: #e6e6e3;
	--fpp-content-max: 1500px;
	--fpp-gutter-x: 20px;
	--fpp-card-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
	--fpp-card-border: 1px solid var(--border-light);
	--fpp-card-radius: 4px;
	--fpp-map-poster-height: clamp(235px, 27vh, 355px);
	--fpp-map-poster-zoom: 100%;
	font-family: 'IBM Plex Sans', sans-serif;
	color: var(--fp-navy);
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper {
	font-family: 'IBM Plex Sans', sans-serif;
	width: 100%;
	max-width: var(--fpp-content-max);
	margin: 0 auto 30px auto;
	padding: 0 var(--fpp-gutter-x) !important;
	box-sizing: border-box;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-search-layout__asset-tools .fpp-section-wrapper {
	max-width: none;
	width: 100%;
	margin-bottom: 0;
	padding: 0 !important;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper * {
	box-sizing: border-box;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper h1,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper h2,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper h3,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper h4,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper h5,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper h6,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-ecosystem h1,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-ecosystem h2,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-ecosystem h3,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-ecosystem h4,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-ecosystem h5,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-ecosystem h6 {
	text-transform: none !important;
}

/* ───── Hero ecosystem ───── */

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-ecosystem {
	font-family: 'IBM Plex Sans', sans-serif;
	width: 100%;
	position: relative;
	z-index: 0;
	isolation: isolate;
	border: var(--fpp-card-border);
	border-radius: var(--fpp-card-radius);
	box-shadow: var(--fpp-card-shadow);
	overflow: hidden;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-section {
	background-color: var(--fp-navy);
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 30px 30px;
	background-position: center center;
	position: relative;
	width: 100%;
	padding: 30px;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-wrapper {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: clamp(36px, 4.5vw, 52px);
	align-items: stretch;
	height: 100%;
	min-width: 0;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 0.7rem;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	color: var(--fp-gold);
	font-weight: 700;
	margin-bottom: 18px;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content h1 {
	font-family: 'Vollkorn', serif;
	font-size: clamp(2.5rem, 4.2vw, 3.5rem);
	line-height: 1.1;
	color: #fff;
	margin: 0 0 20px;
	font-weight: 700;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content p {
	font-size: 1.15rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 32px;
	max-width: 95%;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-actions {
	display: flex;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: auto;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) div.fpp-hero-ecosystem .fpp-hero-actions a.fpp-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--fp-gold) !important;
	color: #fff !important;
	padding: 16px 32px;
	border-radius: 4px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 1px;
	border: 2px solid var(--fp-gold) !important;
	transition: 0.3s ease;
	font-size: 15px !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) div.fpp-hero-ecosystem .fpp-hero-actions a.fpp-btn-primary:hover {
	background: transparent !important;
	color: var(--fp-gold) !important;
	-webkit-text-fill-color: var(--fp-gold) !important;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) div.fpp-hero-ecosystem .fpp-hero-actions a.fpp-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	color: #fff !important;
	padding: 16px 32px;
	border-radius: 4px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 1px;
	border: 2px solid rgba(255, 255, 255, 0.4) !important;
	transition: 0.3s ease;
	font-size: 15px !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) div.fpp-hero-ecosystem .fpp-hero-actions a.fpp-btn-outline:hover {
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-visual {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	max-width: 100%;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-card {
	background: #fff;
	border-radius: 4px !important;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	transform: translateZ(0);
	height: 100%;
	flex: 1;
	overflow: hidden;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-header {
	background: #f8f9fa;
	padding: 13px 22px;
	border-bottom: 1px solid var(--border-light);
	border-radius: 4px 4px 0 0 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-title {
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--fp-navy);
	text-transform: uppercase !important;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	gap: 8px;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-pulse-indicator {
	width: 8px;
	height: 8px;
	background-color: var(--fp-safe);
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
	animation: fppToolsPulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes fppToolsPulse {
	to {
		box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
	}
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-container {
	width: 100%;
	position: relative;
	background: #f8f9fa;
	display: flex;
	flex-direction: column;
	z-index: 5;
	padding: 0;
	overflow: hidden;
	flex-grow: 1;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-link {
	display: block;
	position: relative;
	width: 100%;
	flex-grow: 1;
	min-height: var(--fpp-map-poster-height);
	text-decoration: none !important;
	color: inherit;
	outline: none;
	overflow: hidden;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-link:focus-visible {
	box-shadow: inset 0 0 0 3px var(--fp-gold);
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--fpp-map-poster-zoom);
	height: var(--fpp-map-poster-zoom);
	max-width: none;
	margin: 0;
	border: 0;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center center;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-link:hover .fpp-map-preview-img,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-link:focus-visible .fpp-map-preview-img {
	filter: brightness(1.03);
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-cta {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--fp-navy);
	background: rgba(255, 255, 255, 0.95);
	padding: 10px 14px;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
	transition: background 0.2s ease, color 0.2s ease;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-link:hover .fpp-map-preview-cta,
:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-link:focus-visible .fpp-map-preview-cta {
	background: var(--fp-gold);
	color: #fff;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-footer {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-top: 1px solid var(--border-light);
	border-radius: 0 0 4px 4px !important;
	z-index: 12;
	position: relative;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-stat {
	padding: 13px 18px;
	border-right: 1px solid var(--border-light);
	display: flex;
	flex-direction: column;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-stat:last-child {
	border-right: none;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-stat-label {
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-stat-value {
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--fp-navy);
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-stat-value--safe {
	color: var(--fp-safe);
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-stat-value--warn {
	color: var(--fp-warn);
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-ambient-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	background: var(--fp-gold);
	filter: blur(100px);
	opacity: 0.15;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
}

/* ───── Jump directory ───── */

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-directory-container {
	background: #fff;
	border-top: 3px solid var(--fp-gold);
	padding: 30px 35px;
	margin: 0;
	width: 100%;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-directory-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	width: 100%;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) a.fpp-jump-btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f4f4f6;
	color: var(--fp-navy);
	padding: 18px 24px;
	border-radius: 4px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid var(--border-light);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	transition: all 0.3s ease;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) a.fpp-jump-btn:hover {
	background-color: var(--fp-navy);
	color: #fff;
	border-color: var(--fp-navy);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(12, 12, 48, 0.15);
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-jump-btn svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	transition: transform 0.3s ease;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) a.fpp-jump-btn:hover svg {
	transform: translateY(3px);
}

/* ───── Editorial cards ───── */

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-card {
	background: #fff;
	border: var(--fpp-card-border);
	border-radius: var(--fpp-card-radius);
	box-shadow: var(--fpp-card-shadow);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 0;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-header {
	background: #f9f9f7;
	border-bottom: 3px solid var(--fp-gold);
	padding: 40px 45px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-title-group {
	display: flex;
	flex-direction: column;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-subtitle {
	font-size: 0.7rem;
	color: var(--fp-gold);
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-title {
	font-family: 'Vollkorn', serif;
	font-size: 2.6rem;
	color: var(--fp-navy);
	margin: 0;
	line-height: 1.1;
	font-weight: 700;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-body {
	padding: 45px;
	background: #fff;
}

/* ───── Tool cards grid ───── */

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card {
	background: #1a1a42;
	border-radius: var(--fpp-card-radius);
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
	box-shadow: 0 12px 30px rgba(12, 12, 48, 0.08);
	border-bottom: 4px solid transparent;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(12, 12, 48, 0.15);
	background: #151538;
	border-bottom-color: var(--fp-gold);
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-icon-wrapper {
	color: var(--fp-gold);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-icon-wrapper svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	fill: none;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card h3 {
	font-family: 'Vollkorn', serif;
	font-size: 1.4rem;
	color: #fff;
	margin: 0 0 15px;
	line-height: 1.3;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card p {
	font-family: 'IBM Plex Sans', sans-serif;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 0 0 30px;
	flex-grow: 1;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-link-text {
	color: var(--fp-gold);
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: gap 0.2s ease;
	margin-top: auto;
}

:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card:hover .fpp-tool-link-text {
	gap: 12px;
}

/* ───── Responsive ───── */

@media (min-width: 993px) and (max-height: 900px) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) {
		--fpp-map-poster-height: clamp(215px, 25vh, 310px);
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content h1 {
		font-size: clamp(2.25rem, 3.6vw, 3rem);
	}
}

@media (max-width: 1200px) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-grid {
		gap: 32px;
	}
}

@media (max-width: 1024px) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-directory-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 992px) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content {
		align-items: center;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content p {
		max-width: 100%;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-actions {
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 0;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-visual {
		width: 100%;
		min-width: 0;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-card {
		margin-top: 20px;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 900px) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-header {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-body {
		padding: 30px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-grid {
		grid-template-columns: 1fr;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-title {
		font-size: 2.2rem;
	}
}

@media (max-width: 768px) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) {
		--fpp-map-poster-height: clamp(195px, 50vw, 255px);
		--fpp-gutter-x: 15px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-section-wrapper {
		padding: 0 var(--fpp-gutter-x) !important;
		margin-bottom: 20px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-section {
		padding: 24px 20px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content h1 {
		font-size: clamp(1.75rem, 7vw, 2.15rem);
		line-height: 1.15;
		margin-bottom: 16px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content p {
		font-size: 1rem;
		line-height: 1.65;
		margin-bottom: 24px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-eyebrow {
		font-size: 0.65rem;
		letter-spacing: 1.5px;
		margin-bottom: 14px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		width: 100%;
		max-width: 100%;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) div.fpp-hero-ecosystem .fpp-hero-actions a.fpp-btn-primary,
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) div.fpp-hero-ecosystem .fpp-hero-actions a.fpp-btn-outline {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 14px 20px;
		font-size: 14px !important;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-card {
		box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-header {
		padding: 12px 16px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-cta {
		right: 12px;
		bottom: 12px;
		font-size: 0.68rem;
		padding: 8px 12px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-footer {
		grid-template-columns: 1fr;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-stat {
		border-right: none;
		border-bottom: 1px solid var(--border-light);
		padding: 12px 16px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-stat:last-child {
		border-bottom: none;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-directory-container {
		padding: 22px 16px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-directory-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) a.fpp-jump-btn {
		padding: 16px 18px;
		font-size: 0.9rem;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-header {
		padding: 22px 16px !important;
		gap: 10px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-body {
		padding: 22px 16px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-title {
		font-size: 2rem;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tools-grid {
		gap: 20px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card {
		padding: 28px 22px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card h3 {
		font-size: 1.25rem;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-tool-card p {
		font-size: 1rem;
		line-height: 1.65;
		margin-bottom: 22px;
	}
}

@media (max-width: 480px) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) {
		--fpp-gutter-x: 12px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-section {
		padding: 20px 16px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-hero-content h1 {
		font-size: 1.65rem;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-directory-container {
		padding: 18px 14px;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-header,
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-editorial-body {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-pulse-indicator {
		animation: none;
	}

	:is(#fpp-tools-page, #fpp-search-page, #fpp-financing-page) .fpp-map-preview-cta {
		transition: none;
	}
}
