/* Insights hub page — scoped to #fpp-insights-hub-page */

#fpp-insights-hub-page {
	--fp-gold: #b87f0d;
	--fp-navy: #0c0c30;
	--fp-gray: #f8f8f8;
	--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-jump-offset: 90px;
	font-family: 'IBM Plex Sans', sans-serif;
	color: var(--fp-navy);
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	scroll-behavior: smooth;
}

/* Jump-to section anchors — clear fixed header / admin bar */
#fpp-insights-hub-page #fpp-newsletters,
#fpp-insights-hub-page #fpp-planning-tools,
#fpp-insights-hub-page #fpp-videos,
#fpp-insights-hub-page #fpp-relocation,
#fpp-insights-hub-page #fpp-relocation-map,
#fpp-insights-hub-page #fpp-podcasts,
#fpp-insights-hub-page #fpp-blog {
	scroll-margin-top: var(--fpp-jump-offset);
}

#fpp-insights-hub-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;
}

#fpp-insights-hub-page .fpp-section-wrapper * {
	box-sizing: border-box;
}

#fpp-insights-hub-page .fpp-section-wrapper h1,
#fpp-insights-hub-page .fpp-section-wrapper h2,
#fpp-insights-hub-page .fpp-section-wrapper h3,
#fpp-insights-hub-page .fpp-section-wrapper h4,
#fpp-insights-hub-page .fpp-section-wrapper h5,
#fpp-insights-hub-page .fpp-section-wrapper h6 {
	text-transform: none !important;
}

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

#fpp-insights-hub-page .fpp-hero-card {
	border: var(--fpp-card-border);
	border-radius: var(--fpp-card-radius);
	box-shadow: var(--fpp-card-shadow);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#fpp-insights-hub-page .fpp-hero-top {
	background-color: var(--fp-navy);
	border-bottom: 4px solid var(--fp-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 40px 30px;
}

#fpp-insights-hub-page .fpp-hero-top h1 {
	font-family: 'Vollkorn', serif;
	font-size: 3.2rem;
	color: #fff;
	margin: 0;
	text-align: center;
	line-height: 1.2;
}

#fpp-insights-hub-page .fpp-gold-text {
	color: var(--fp-gold);
	font-style: italic;
}

#fpp-insights-hub-page .fpp-hero-bottom {
	padding: 30px 40px;
	background-color: #fff;
}

#fpp-insights-hub-page .fpp-hero-menu-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

#fpp-insights-hub-page .fpp-hero-menu-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--fp-gray);
	border: 1px solid var(--border-light);
	border-radius: var(--fpp-card-radius);
	padding: 16px 20px;
	color: var(--fp-navy);
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

#fpp-insights-hub-page .fpp-hero-menu-btn:hover {
	background-color: #f0f0f0;
	border-color: #d0d0d0;
}

#fpp-insights-hub-page .fpp-hero-menu-btn svg {
	width: 16px;
	height: 16px;
	stroke: var(--fp-navy);
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ───── Widget containers ───── */

#fpp-insights-hub-page .fpp-widget-container {
	background-color: #fff;
	border: var(--fpp-card-border);
	border-radius: var(--fpp-card-radius);
	box-shadow: var(--fpp-card-shadow);
	overflow: hidden;
	width: 100%;
}

#fpp-insights-hub-page .fpp-widget-header {
	background-color: #f4f4f6;
	border-bottom: 3px solid var(--fp-gold);
	padding: 45px 40px;
	text-align: left !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	gap: 0;
	width: 100%;
}

#fpp-insights-hub-page .fpp-header-text-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	text-align: left !important;
	margin-bottom: 0 !important;
	width: 100%;
}

#fpp-insights-hub-page .fpp-widget-subtitle {
	font-size: 0.75rem;
	color: var(--fp-gold);
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 12px;
	display: block;
	text-align: left !important;
}

#fpp-insights-hub-page .fpp-widget-header h2 {
	font-family: 'Vollkorn', serif;
	font-size: 2.8rem;
	color: var(--fp-navy);
	margin: 0 !important;
	font-weight: 700;
	line-height: 1.1;
	text-align: left !important;
}

#fpp-insights-hub-page .fpp-header-btn-group {
	display: flex;
	flex-direction: row;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	gap: 15px;
	margin-top: 20px !important;
	flex-wrap: wrap;
	width: 100%;
}

#fpp-insights-hub-page .fpp-widget-body {
	padding: 50px 40px;
	background-color: #fff;
}

/* ───── Search ───── */

#fpp-insights-hub-page .fpp-search-container {
	margin-bottom: 30px;
	width: 100%;
}

#fpp-insights-hub-page .fpp-search-input {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid var(--border-light);
	border-radius: var(--fpp-card-radius);
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 1.05rem;
	color: var(--fp-navy);
	outline: none;
	transition: all 0.3s ease;
	background-color: #fcfcfc;
}

#fpp-insights-hub-page .fpp-search-input:focus {
	border-color: var(--fp-gold);
	background-color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

/* ───── Insight post grids ───── */

#fpp-insights-hub-page .fpp-insights-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-bottom: 0;
	min-height: 350px;
	transition: margin-bottom 0.3s ease;
}

#fpp-insights-hub-page .fpp-grid-message {
	grid-column: 1 / -1;
	text-align: center;
	font-size: 1.1rem;
	color: var(--fp-navy);
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 200px;
}

#fpp-insights-hub-page .fpp-insight-card {
	background: #fff;
	border: 1px solid var(--border-light);
	border-radius: var(--fpp-card-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	text-decoration: none !important;
	color: inherit;
}

#fpp-insights-hub-page .fpp-insight-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	border-color: rgba(184, 127, 13, 0.4);
}

#fpp-insights-hub-page .fpp-insight-media {
	width: 100%;
	height: 200px;
	background-color: #f5f5f5;
	border-bottom: 1px solid var(--border-light);
	overflow: hidden;
}

#fpp-insights-hub-page .fpp-insight-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

#fpp-insights-hub-page .fpp-insight-card:hover .fpp-insight-media img {
	transform: scale(1.05);
}

#fpp-insights-hub-page .fpp-insight-content {
	padding: 25px 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#fpp-insights-hub-page .fpp-insight-content h3 {
	font-family: 'Vollkorn', serif;
	font-size: 1.35rem;
	color: var(--fp-navy);
	margin: 0 0 12px 0 !important;
	line-height: 1.3;
	font-weight: 700;
}

#fpp-insights-hub-page .fpp-insight-content p {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(12, 12, 48, 0.75);
	margin: 0 !important;
}

/* ───── Buttons ───── */

#fpp-insights-hub-page .fpp-action-row {
	text-align: center;
	margin-top: 50px;
}

#fpp-insights-hub-page button.fpp-btn-insight,
#fpp-insights-hub-page a.fpp-btn-insight {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--fp-gold) !important;
	color: #fff !important;
	padding: 14px 28px;
	border-radius: var(--fpp-card-radius);
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase !important;
	text-decoration: none !important;
	letter-spacing: 1.5px;
	border: 2px solid var(--fp-gold) !important;
	transition: 0.3s ease;
	gap: 8px;
	cursor: pointer;
	appearance: none;
}

#fpp-insights-hub-page button.fpp-btn-insight:hover,
#fpp-insights-hub-page a.fpp-btn-insight:hover {
	background-color: transparent !important;
	color: var(--fp-gold) !important;
}

#fpp-insights-hub-page button.fpp-btn-insight:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

#fpp-insights-hub-page button.fpp-btn-load-more,
#fpp-insights-hub-page a.fpp-btn-header {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--fp-gold) !important;
	color: #fff !important;
	padding: 14px 28px;
	border-radius: var(--fpp-card-radius);
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase !important;
	text-decoration: none !important;
	letter-spacing: 1.5px;
	border: 2px solid var(--fp-gold) !important;
	transition: 0.3s ease;
	gap: 8px;
	cursor: pointer;
	appearance: none;
}

#fpp-insights-hub-page button.fpp-btn-load-more:hover,
#fpp-insights-hub-page a.fpp-btn-header:hover {
	background-color: transparent !important;
	color: var(--fp-gold) !important;
}

/* ───── Planning tools editorial card ───── */

#fpp-insights-hub-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;
}

#fpp-insights-hub-page .fpp-editorial-header {
	background: #f9f9f7;
	border-bottom: 3px solid var(--fp-gold);
	padding: 40px 45px;
	text-align: left !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	gap: 20px;
	width: 100%;
}

#fpp-insights-hub-page .fpp-tools-title-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	text-align: left !important;
	width: 100%;
}

#fpp-insights-hub-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;
}

#fpp-insights-hub-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;
}

#fpp-insights-hub-page .fpp-editorial-body {
	padding: 45px;
	background: #fff;
}

#fpp-insights-hub-page .fpp-tools-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}

#fpp-insights-hub-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, opacity 0.4s ease;
	box-shadow: 0 12px 30px rgba(12, 12, 48, 0.08);
	border-bottom: 4px solid transparent;
}

#fpp-insights-hub-page .fpp-tool-card.fpp-hidden-row {
	display: none;
	opacity: 0;
}

#fpp-insights-hub-page .fpp-tool-card.fpp-fade-in {
	display: flex;
	animation: fppInsightsFadeIn 0.5s forwards;
}

@keyframes fppInsightsFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#fpp-insights-hub-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);
}

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

#fpp-insights-hub-page .fpp-icon-wrapper svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	stroke-width: 1.5;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#fpp-insights-hub-page .fpp-tool-card h3 {
	font-family: 'Vollkorn', serif;
	font-size: 1.4rem;
	color: #fff;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

#fpp-insights-hub-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 0;
	flex-grow: 1;
}

#fpp-insights-hub-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;
}

#fpp-insights-hub-page .fpp-tool-link-text svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#fpp-insights-hub-page .fpp-tool-card:hover .fpp-tool-link-text {
	gap: 12px;
}

/* ───── Video / podcast grids ───── */

#fpp-insights-hub-page .fpp-video-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 30px;
	transition: margin-bottom 0.3s ease;
}

#fpp-insights-hub-page .fpp-video-card {
	background: #fff;
	border: 1px solid var(--border-light);
	border-radius: var(--fpp-card-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	text-decoration: none !important;
	color: inherit;
}

#fpp-insights-hub-page .fpp-video-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	border-color: rgba(184, 127, 13, 0.4);
}

#fpp-insights-hub-page .fpp-video-thumbnail {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: var(--fp-navy);
	border-bottom: 1px solid var(--border-light);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#fpp-insights-hub-page .fpp-video-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, opacity 0.3s ease;
	opacity: 0.85;
}

#fpp-insights-hub-page .fpp-play-button {
	position: absolute;
	width: 60px;
	height: 60px;
	background: rgba(184, 127, 13, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	z-index: 2;
}

#fpp-insights-hub-page .fpp-play-button svg {
	width: 24px;
	height: 24px;
	fill: #fff;
	margin-left: 4px;
}

#fpp-insights-hub-page .fpp-video-card:hover .fpp-video-thumbnail img {
	transform: scale(1.05);
	opacity: 1;
}

#fpp-insights-hub-page .fpp-video-card:hover .fpp-play-button {
	background: var(--fp-navy);
	transform: scale(1.1);
}

#fpp-insights-hub-page .fpp-video-content {
	padding: 20px 25px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#fpp-insights-hub-page .fpp-video-content h3 {
	font-family: 'Vollkorn', serif;
	font-size: 1.25rem;
	color: var(--fp-navy);
	margin: 0 0 10px 0 !important;
	line-height: 1.3;
	font-weight: 700;
}

#fpp-insights-hub-page .fpp-video-content p {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(12, 12, 48, 0.75);
	margin: 0 !important;
}

#fpp-insights-hub-page .fpp-video-card.fpp-hidden-row {
	display: none !important;
	opacity: 0;
}

#fpp-insights-hub-page .fpp-video-card.fpp-fade-in {
	display: flex !important;
	animation: fppInsightsFadeIn 0.5s forwards;
}

/* ───── Relocation map dashboard ───── */

#fpp-insights-hub-page .fpp-dashboard-container {
	display: flex;
	width: 100%;
	height: 600px;
	background: #080828;
	border-radius: var(--fpp-card-radius);
	border: var(--fpp-card-border);
	box-shadow: var(--fpp-card-shadow);
	overflow: hidden;
	font-family: 'IBM Plex Sans', sans-serif;
	color: #e8e6e6;
	isolation: isolate;
}

#fpp-insights-hub-page .fpp-left-panel {
	width: 55%;
	padding: 40px;
	position: relative;
	background-color: var(--fp-navy);
	background-size: cover;
	background-position: center;
	transition: background-image 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 10;
	isolation: isolate;
}

#fpp-insights-hub-page .fpp-left-panel::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(12, 12, 48, 0.85) 0%, rgba(8, 8, 40, 0.7) 100%);
	z-index: 0;
}

#fpp-insights-hub-page .fpp-left-panel > * {
	position: relative;
	z-index: 1;
}

#fpp-insights-hub-page .fpp-right-panel {
	width: 45%;
	height: 100%;
	background: #080828;
	z-index: 1;
}

#fpp-insights-hub-page .fpp-stats-header {
	font-family: 'Vollkorn', serif;
	font-size: 45px;
	color: #fff;
	margin-bottom: 24px;
	font-weight: bold;
	transition: all 0.3s ease;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	text-align: center;
}

#fpp-insights-hub-page .fpp-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	transition: all 0.4s ease-in-out;
}

#fpp-insights-hub-page .fpp-stat-box {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(5px);
	padding: 18px;
	border-radius: 8px;
	border-left: 3px solid var(--fp-gold);
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

#fpp-insights-hub-page .fpp-stat-label {
	font-size: 14px;
	opacity: 0.85;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	margin-bottom: 4px;
}

#fpp-insights-hub-page .fpp-stat-value {
	font-size: 26px;
	font-weight: 700;
	color: var(--fp-gold);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#fpp-insights-hub-page .fpp-listings-cta-wrap {
	display: none;
	margin-top: 28px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.4s ease-in;
}

#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-listings-cta-wrap {
	display: block;
	opacity: 1;
}

#fpp-insights-hub-page .fpp-cta-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--fp-gold);
	color: #080828;
	padding: 16px 28px;
	border-radius: 6px;
	border-bottom: 3px solid #080828;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'IBM Plex Sans', sans-serif;
	transition: all 0.2s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#fpp-insights-hub-page .fpp-cta-button:hover {
	background: #d4951a;
	transform: translateY(-1px);
	color: #080828;
}

#fpp-insights-hub-page .fpp-cta-button .arrow {
	display: inline-block;
	transition: transform 0.2s;
}

#fpp-insights-hub-page .fpp-cta-button:hover .arrow {
	transform: translateX(3px);
}

#fpp-insights-hub-page .fpp-cta-unavailable {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	letter-spacing: 1px;
	font-style: italic;
	padding: 16px 24px;
}

#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stats-header {
	font-size: 28px;
	margin-bottom: 18px;
}

#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stats-grid {
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stat-box {
	padding: 12px 14px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 2px;
}

#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stat-label {
	font-size: 11px;
	margin-bottom: 0;
}

#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stat-value {
	font-size: 18px;
}

#fpp-insights-hub-page .fpp-mobile-selector {
	display: none;
}

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

@media (max-width: 1200px) {
	#fpp-insights-hub-page .fpp-insights-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1100px) {
	#fpp-insights-hub-page .fpp-video-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1024px) {
	#fpp-insights-hub-page .fpp-hero-top {
		padding: 35px 30px 25px;
	}

	#fpp-insights-hub-page .fpp-hero-top h1 {
		font-size: 2.5rem;
	}

	#fpp-insights-hub-page .fpp-hero-bottom {
		padding: 25px 30px;
	}

	#fpp-insights-hub-page .fpp-hero-menu-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	#fpp-insights-hub-page .fpp-tools-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	#fpp-insights-hub-page .fpp-editorial-header {
		padding: 30px;
	}

	#fpp-insights-hub-page .fpp-editorial-body {
		padding: 30px;
	}

	#fpp-insights-hub-page .fpp-tools-grid {
		grid-template-columns: 1fr;
	}

	#fpp-insights-hub-page .fpp-tools-title {
		font-size: 2.2rem;
	}
}

@media (max-width: 768px) {
	#fpp-insights-hub-page {
		--fpp-gutter-x: 15px;
	}

	#fpp-insights-hub-page .fpp-section-wrapper {
		padding: 0 var(--fpp-gutter-x) !important;
		margin-bottom: 20px;
	}

	#fpp-insights-hub-page .fpp-hero-top {
		padding: 30px 20px 20px;
	}

	#fpp-insights-hub-page .fpp-hero-top h1 {
		font-size: 1.8rem;
	}

	#fpp-insights-hub-page .fpp-hero-bottom {
		padding: 20px;
	}

	#fpp-insights-hub-page .fpp-hero-menu-grid {
		grid-template-columns: 1fr;
	}

	#fpp-insights-hub-page .fpp-widget-header {
		padding: 35px 20px;
	}

	#fpp-insights-hub-page .fpp-widget-header h2 {
		font-size: 2.2rem;
	}

	#fpp-insights-hub-page .fpp-header-btn-group {
		flex-direction: column;
		width: 100%;
		margin-top: 15px !important;
	}

	#fpp-insights-hub-page .fpp-header-btn-group .fpp-btn-insight,
	#fpp-insights-hub-page .fpp-header-btn-group .fpp-btn-header {
		width: 100%;
	}

	#fpp-insights-hub-page .fpp-widget-body {
		padding: 35px 20px;
	}

	#fpp-insights-hub-page .fpp-insights-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		min-height: auto;
	}

	#fpp-insights-hub-page .fpp-insight-media {
		height: 220px;
	}

	#fpp-insights-hub-page .fpp-editorial-header {
		padding: 22px 16px !important;
		gap: 10px;
	}

	#fpp-insights-hub-page .fpp-editorial-body {
		padding: 22px 16px;
	}

	#fpp-insights-hub-page .fpp-tools-grid {
		gap: 20px;
	}

	#fpp-insights-hub-page .fpp-tools-title {
		font-size: 2rem;
	}

	#fpp-insights-hub-page .fpp-tool-card {
		padding: 28px 22px;
	}

	#fpp-insights-hub-page .fpp-video-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 25px;
	}

	#fpp-insights-hub-page button.fpp-btn-load-more,
	#fpp-insights-hub-page button.fpp-btn-insight {
		width: 100%;
	}

	#fpp-insights-hub-page .fpp-dashboard-container {
		flex-direction: column;
		height: auto;
		min-height: unset;
	}

	#fpp-insights-hub-page .fpp-left-panel {
		width: 100%;
		padding: 28px 20px;
	}

	#fpp-insights-hub-page .fpp-right-panel {
		display: none;
	}

	#fpp-insights-hub-page .fpp-stats-header {
		font-size: 26px;
		margin-bottom: 18px;
	}

	#fpp-insights-hub-page .fpp-stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	#fpp-insights-hub-page .fpp-stat-box {
		padding: 12px;
	}

	#fpp-insights-hub-page .fpp-stat-label {
		font-size: 12px;
	}

	#fpp-insights-hub-page .fpp-stat-value {
		font-size: 18px;
	}

	#fpp-insights-hub-page .fpp-mobile-selector {
		display: block;
		margin-top: 24px;
		margin-bottom: 20px;
		text-align: center;
		position: relative;
		z-index: 20;
	}

	#fpp-insights-hub-page .fpp-mobile-selector select {
		width: 100%;
		padding: 14px 40px 14px 16px;
		background-color: #0c0c30;
		color: #ffffff;
		border: 2px solid var(--fp-gold);
		border-radius: 6px;
		font-size: 16px;
		font-family: 'IBM Plex Sans', sans-serif;
		font-weight: 600;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
		color-scheme: light;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23B87F0D' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 14px center;
		box-sizing: border-box;
	}

	#fpp-insights-hub-page .fpp-mobile-selector select:focus {
		outline: 2px solid var(--fp-gold);
		outline-offset: 2px;
	}

	#fpp-insights-hub-page .fpp-mobile-selector select option {
		color: #0c0c30;
		background-color: #ffffff;
		font-weight: 500;
	}

	#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stat-box {
		flex-direction: column;
		padding: 10px;
		gap: 4px;
	}

	#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stat-label {
		font-size: 11px;
	}

	#fpp-insights-hub-page .fpp-dashboard-container.clicked .fpp-stat-value {
		font-size: 16px;
	}

	#fpp-insights-hub-page .fpp-cta-button {
		padding: 14px 22px;
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	#fpp-insights-hub-page {
		--fpp-gutter-x: 12px;
	}

	#fpp-insights-hub-page .fpp-section-wrapper {
		padding: 0 var(--fpp-gutter-x) !important;
	}

	#fpp-insights-hub-page .fpp-hero-top {
		padding: 24px 16px 18px;
	}

	#fpp-insights-hub-page .fpp-hero-bottom {
		padding: 18px 16px;
	}

	#fpp-insights-hub-page .fpp-editorial-header,
	#fpp-insights-hub-page .fpp-widget-header {
		padding: 20px 16px !important;
	}

	#fpp-insights-hub-page .fpp-editorial-body,
	#fpp-insights-hub-page .fpp-widget-body {
		padding: 20px 16px;
	}
}
