/*
Theme Name: joesdollars-kadence-child
Theme URI: https://joesdollars.com/
Description: Protected child theme for the custom JoesDollars.com Kadence design and templates.
Author: Joe Jepsen
Template: kadence
Version: 1.0.0
Text Domain: joesdollars-kadence-child
Requires at least: 6.3
Requires PHP: 7.4
*/

:root {
	--jd-navy: #13283d;
	--jd-navy-deep: #0b1b2b;
	--jd-green: #167a52;
	--jd-green-dark: #0f6040;
	--jd-green-soft: #e9f5ef;
	--jd-ink: #172231;
	--jd-muted: #5d6875;
	--jd-line: #dce5e1;
	--jd-page: #f4f7f6;
	--jd-white: #ffffff;
	--jd-shadow: 0 12px 32px rgba(19, 40, 61, 0.08);
}

html {
	scroll-behavior: smooth;
}

body,
.site {
	background: var(--jd-page);
	color: var(--jd-ink);
}

a {
	text-underline-offset: 0.16em;
}

.jd-site-header {
	position: relative;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--jd-line);
	box-shadow: 0 4px 18px rgba(19, 40, 61, 0.05);
}

.jd-header-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(230px, auto) 1fr auto;
	align-items: center;
	gap: 26px;
	width: min(1200px, calc(100% - 40px));
	min-height: 82px;
	margin: 0 auto;
}

.jd-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--jd-navy);
	text-decoration: none;
}

.jd-brand:hover,
.jd-brand:focus {
	color: var(--jd-green-dark);
}

.jd-brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 12px;
	background: var(--jd-green);
	color: var(--jd-white);
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(22, 122, 82, 0.2);
}

.jd-brand-copy {
	display: flex;
	flex-direction: column;
}

.jd-brand-name {
	font-size: 1.38rem;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.jd-brand-tagline {
	margin-top: 4px;
	color: var(--jd-muted);
	font-size: 0.73rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.jd-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.jd-desktop-nav > a,
.jd-resources-menu > summary {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 9px;
	color: var(--jd-ink);
	font-size: 0.94rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.jd-desktop-nav > a:hover,
.jd-desktop-nav > a:focus,
.jd-resources-menu > summary:hover,
.jd-resources-menu > summary:focus {
	background: var(--jd-green-soft);
	color: var(--jd-green-dark);
}

.jd-resources-menu {
	position: relative;
}

.jd-resources-menu > summary {
	list-style: none;
}

.jd-resources-menu > summary::-webkit-details-marker {
	display: none;
}

.jd-resources-menu > summary::after {
	content: "";
	width: 7px;
	height: 7px;
	margin: -4px 0 0 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.jd-resources-menu[open] > summary::after {
	margin-top: 4px;
	transform: rotate(225deg);
}

.jd-resources-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 230px;
	padding: 8px;
	background: var(--jd-white);
	border: 1px solid var(--jd-line);
	border-radius: 12px;
	box-shadow: var(--jd-shadow);
}

.jd-resources-panel a {
	display: block;
	padding: 11px 12px;
	border-radius: 8px;
	color: var(--jd-ink);
	font-size: 0.9rem;
	font-weight: 650;
	text-decoration: none;
}

.jd-resources-panel a:hover,
.jd-resources-panel a:focus {
	background: var(--jd-green-soft);
	color: var(--jd-green-dark);
}

.jd-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.jd-search {
	display: flex;
	align-items: stretch;
}

.jd-search input,
.jd-mobile-search input {
	min-width: 0;
	border: 1px solid #bfcac5;
	border-radius: 9px 0 0 9px;
	background: #fff;
	color: var(--jd-ink);
}

.jd-search input {
	width: 112px;
	height: 42px;
	padding: 0 10px;
}

.jd-search button,
.jd-mobile-search button {
	border: 0;
	border-radius: 0 9px 9px 0;
	background: var(--jd-navy);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.jd-search button {
	padding: 0 11px;
	font-size: 0.8rem;
}

.jd-search button:hover,
.jd-search button:focus,
.jd-mobile-search button:hover,
.jd-mobile-search button:focus {
	background: var(--jd-green-dark);
}

.jd-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 9px;
	background: var(--jd-green);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.jd-header-cta:hover,
.jd-header-cta:focus {
	background: var(--jd-green-dark);
	color: #fff;
}

.jd-mobile-nav {
	display: none;
}

#inner-wrap {
	padding-block: 38px;
	background: var(--jd-page);
}

.content-container.site-container {
	width: min(1200px, calc(100% - 40px));
	max-width: 1200px;
}

.content-wrap {
	gap: 34px;
}

.content-bg,
.widget-area .widget {
	border: 1px solid var(--jd-line);
	border-radius: 18px;
	background: var(--jd-white);
	box-shadow: var(--jd-shadow);
}

.single-entry .entry-content-wrap {
	padding: clamp(26px, 4vw, 48px);
}

.single-content {
	color: var(--jd-ink);
	font-size: 1.08rem;
	line-height: 1.75;
}

.entry-title {
	color: var(--jd-navy);
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.entry-meta,
.entry-taxonomies {
	color: var(--jd-muted);
}

.single-content a:not(.wp-block-button__link) {
	color: var(--jd-green-dark);
	text-decoration-thickness: 1px;
}

.single-content a:not(.wp-block-button__link):hover,
.single-content a:not(.wp-block-button__link):focus {
	color: var(--jd-navy);
	text-decoration-thickness: 2px;
}

.single-content img,
.entry-content img,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.wp-block-button__link,
.single-content .button,
.edd-submit,
button,
input[type="submit"] {
	min-height: 44px;
	border-radius: 9px;
	font-weight: 750;
}

.primary-sidebar .widget-area .widget,
#secondary .widget {
	margin-bottom: 24px;
	padding: 22px;
}

.jd-site-footer {
	background: var(--jd-navy-deep);
	color: #dce7ef;
}

.jd-footer-main {
	display: grid;
	grid-template-columns: 1.35fr 0.85fr 1fr;
	gap: clamp(30px, 5vw, 72px);
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
	padding: 64px 0 48px;
}

.jd-site-footer h2,
.jd-site-footer h3 {
	margin-top: 0;
	color: #fff;
}

.jd-footer-brand h2 {
	margin-bottom: 16px;
	font-size: 1.55rem;
}

.jd-footer-brand h2 span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	border-radius: 9px;
	background: var(--jd-green);
	font-size: 1.2rem;
}

.jd-footer-brand p {
	max-width: 440px;
	color: #c2d1dc;
	line-height: 1.7;
}

.jd-footer-about {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #92d6b8;
	font-weight: 750;
}

.jd-footer-column h3,
.jd-footer-disclaimers h3 {
	margin-bottom: 16px;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jd-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jd-footer-column li + li {
	margin-top: 9px;
}

.jd-site-footer a {
	color: #dce7ef;
	text-underline-offset: 0.18em;
}

.jd-site-footer a:hover,
.jd-site-footer a:focus {
	color: #8be0b7;
}

.jd-footer-disclaimers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(28px, 6vw, 80px);
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
	padding: 34px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.jd-footer-disclaimers p {
	margin-bottom: 0;
	color: #aebfcb;
	font-size: 0.87rem;
	line-height: 1.65;
}

.jd-footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
	padding: 26px 0;
	color: #aebfcb;
	font-size: 0.82rem;
}

.jd-footer-bottom p {
	margin: 0;
	text-align: center;
}

.jd-footer-bottom nav {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
}

.jd-trust {
	display: flex;
	align-items: center;
	gap: 12px;
}

.jd-trust img {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	object-fit: contain;
}

.jd-trust span {
	max-width: 130px;
	color: #c2d1dc;
	font-weight: 650;
	line-height: 1.35;
}

/* Keep the free TrustedSite trustmark fully inside the viewport. */
#trustedsite-tm-image {
	right: 12px !important;
	bottom: 12px !important;
	z-index: 999 !important;
}

@media (max-width: 1120px) {
	.jd-header-inner {
		grid-template-columns: auto 1fr auto;
		gap: 18px;
	}

	.jd-brand-tagline {
		display: none;
	}

	.jd-desktop-nav > a,
	.jd-resources-menu > summary {
		padding-inline: 9px;
	}

	.jd-search {
		display: none;
	}
}

@media (max-width: 860px) {
	.jd-header-inner {
		grid-template-columns: 1fr auto;
		width: min(100% - 30px, 1200px);
		min-height: 70px;
	}

	.jd-brand-mark {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.jd-brand-name {
		font-size: 1.25rem;
	}

	.jd-desktop-nav,
	.jd-header-actions {
		display: none;
	}

	.jd-mobile-nav {
		display: block;
	}

	.jd-mobile-nav > summary {
		display: grid;
		place-content: center;
		gap: 5px;
		width: 46px;
		height: 46px;
		border: 1px solid var(--jd-line);
		border-radius: 10px;
		background: var(--jd-white);
		cursor: pointer;
		list-style: none;
	}

	.jd-mobile-nav > summary::-webkit-details-marker {
		display: none;
	}

	.jd-mobile-nav > summary > span:not(.screen-reader-text) {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 2px;
		background: var(--jd-navy);
	}

	.jd-mobile-nav[open] > summary {
		background: var(--jd-green-soft);
		border-color: #a9cfbb;
	}

	.jd-mobile-panel {
		position: absolute;
		top: calc(100% + 1px);
		right: 0;
		left: 0;
		z-index: 1001;
		padding: 15px;
		border: 1px solid var(--jd-line);
		border-top: 0;
		border-radius: 0 0 16px 16px;
		background: var(--jd-white);
		box-shadow: var(--jd-shadow);
	}

	.jd-mobile-panel nav {
		display: grid;
	}

	.jd-mobile-panel nav a,
	.jd-mobile-label {
		display: flex;
		align-items: center;
		min-height: 46px;
		padding: 0 13px;
		border-radius: 8px;
		color: var(--jd-ink);
		font-weight: 700;
		text-decoration: none;
	}

	.jd-mobile-panel nav a:hover,
	.jd-mobile-panel nav a:focus {
		background: var(--jd-green-soft);
		color: var(--jd-green-dark);
	}

	.jd-mobile-label {
		margin-top: 3px;
		color: var(--jd-muted);
		font-size: 0.78rem;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.jd-mobile-panel .jd-mobile-sub {
		min-height: 42px;
		padding-left: 30px;
		font-size: 0.94rem;
	}

	.jd-mobile-search {
		display: grid;
		grid-template-columns: 1fr auto;
		margin-top: 12px;
		padding-top: 14px;
		border-top: 1px solid var(--jd-line);
	}

	.jd-mobile-search input {
		height: 46px;
		padding: 0 12px;
	}

	.jd-mobile-search button {
		padding: 0 17px;
	}

	.jd-footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.jd-footer-brand {
		grid-column: 1 / -1;
	}

	.jd-footer-bottom {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.jd-footer-bottom nav {
		justify-content: center;
	}

	.jd-trust {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	#inner-wrap {
		padding-block: 20px;
	}

	.content-container.site-container,
	.jd-footer-main,
	.jd-footer-disclaimers,
	.jd-footer-bottom {
		width: min(100% - 28px, 1200px);
	}

	.content-wrap {
		display: block;
	}

	.content-bg,
	.widget-area .widget {
		border-radius: 14px;
	}

	.single-entry .entry-content-wrap {
		padding: 22px 18px 28px;
	}

	.single-content {
		font-size: 1.02rem;
		line-height: 1.7;
	}

	.entry-title {
		font-size: clamp(1.9rem, 10vw, 2.75rem);
		overflow-wrap: anywhere;
	}

	.primary-sidebar,
	#secondary {
		margin-top: 24px;
	}

	.wp-block-buttons,
	.wp-block-button {
		width: 100%;
	}

	.wp-block-button__link {
		width: 100%;
	}

	.jd-footer-main {
		grid-template-columns: 1fr;
		padding: 46px 0 34px;
	}

	.jd-footer-brand {
		grid-column: auto;
	}

	.jd-footer-disclaimers {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.jd-footer-bottom {
		padding-bottom: 88px;
	}

	.jd-footer-bottom nav {
		flex-wrap: wrap;
	}

	/* Keep the free TrustedSite trustmark visible without covering primary controls. */
	iframe[src*="trustedsite"],
	iframe[src*="mcafeesecure"],
	[id*="trustedsite"],
	[class*="trustedsite"] {
		max-width: 96px !important;
		transform: scale(0.78) !important;
		transform-origin: right bottom !important;
		right: 6px !important;
		bottom: 6px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Preserve the established JoesDollars green while retaining clean content cards. */
body,
.site,
#inner-wrap {
	background: #88bd9a;
}

/* Keep the permanent SSL trust badge prominent in the footer. */
.jd-trust img {
	width: 116px;
	height: 116px;
}

.jd-trust span {
	max-width: 160px;
}

@media (max-width: 640px) {
	.jd-trust img {
		width: 110px;
		height: 110px;
	}
}

/* Use the site's original soft green for primary content and sidebar sections. */
.content-bg,
.widget-area .widget {
	background: #b5d2bf;
}

/* Article index: compact, readable cards inspired by the JoesMind article library. */
.blog .post-archive-hero-section {
	display: none;
}

.blog #inner-wrap {
	padding-top: 30px;
}

.jd-articles-intro {
	margin-bottom: 30px;
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid rgba(19, 40, 61, 0.16);
	border-radius: 22px;
	background: linear-gradient(135deg, #b5d2bf 0%, #dceade 100%);
	box-shadow: 0 12px 32px rgba(19, 40, 61, 0.09);
}

.jd-articles-eyebrow {
	margin: 0 0 8px;
	color: var(--jd-green-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jd-articles-intro h1 {
	margin: 0;
	color: var(--jd-navy);
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.jd-articles-description {
	max-width: 780px;
	margin: 16px 0 0;
	color: #34483f;
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 1.7;
}

.jd-topic-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.jd-topic-links a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 7px 13px;
	border: 1px solid rgba(15, 96, 64, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.46);
	color: var(--jd-green-dark);
	font-size: 0.83rem;
	font-weight: 750;
	text-decoration: none;
}

.jd-topic-links a:hover,
.jd-topic-links a:focus {
	border-color: var(--jd-green-dark);
	background: var(--jd-green-dark);
	color: #fff;
}

.blog #archive-container {
	gap: 24px;
	align-items: stretch;
}

.blog #archive-container > .entry-list-item {
	display: flex;
	min-width: 0;
}

.blog .loop-entry {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-color: rgba(19, 40, 61, 0.14);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(19, 40, 61, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog .loop-entry:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(19, 40, 61, 0.14);
}

.blog .loop-entry .post-thumbnail,
.blog .loop-entry .post-thumbnail-inner {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #9fc5ac;
}

.blog .loop-entry .post-thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	transition: transform 220ms ease;
}

.blog .loop-entry:hover .post-thumbnail img {
	transform: scale(1.025);
}

.blog .loop-entry .entry-content-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.blog .loop-entry .entry-taxonomies {
	margin-bottom: 10px;
	color: rgba(23, 34, 49, 0.5);
	font-size: 0.72rem;
	font-weight: 750;
	line-height: 1.7;
}

.blog .loop-entry .entry-taxonomies a {
	color: var(--jd-green-dark);
	text-decoration: none;
}

.blog .loop-entry .entry-taxonomies a:hover,
.blog .loop-entry .entry-taxonomies a:focus {
	text-decoration: underline;
}

.blog .loop-entry .entry-title {
	margin: 0 0 10px;
	color: var(--jd-navy);
	font-size: clamp(1.16rem, 1.55vw, 1.38rem);
	line-height: 1.28;
	letter-spacing: -0.025em;
	overflow-wrap: anywhere;
}

.blog .loop-entry .entry-title a {
	color: inherit;
	text-decoration: none;
}

.blog .loop-entry .entry-title a:hover,
.blog .loop-entry .entry-title a:focus {
	color: var(--jd-green-dark);
	text-decoration: underline;
}

.blog .loop-entry .entry-meta {
	margin-top: 8px;
	color: #53675e;
	font-size: 0.76rem;
	line-height: 1.5;
}

.blog .loop-entry .entry-summary {
	margin-top: 15px;
	color: #2d4037;
	font-size: 0.92rem;
	line-height: 1.6;
}

.blog .loop-entry .entry-summary > p:first-child {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.blog .loop-entry .entry-footer {
	margin-top: auto;
	padding-top: 12px;
}

.blog .loop-entry .more-link-wrap {
	margin: 0;
}

.blog .loop-entry .post-more-link {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 13px;
	border-radius: 9px;
	background: var(--jd-green-dark);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.blog .loop-entry .post-more-link:hover,
.blog .loop-entry .post-more-link:focus {
	background: var(--jd-navy);
	color: #fff;
}

.blog .pagination {
	margin-top: 8px;
	padding: 22px 0;
}

.blog .pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	margin: 4px 2px;
	border: 1px solid rgba(19, 40, 61, 0.18);
	border-radius: 9px;
	background: #b5d2bf;
	color: var(--jd-navy);
	font-weight: 750;
	text-decoration: none;
}

.blog .pagination .page-numbers.current,
.blog .pagination a.page-numbers:hover,
.blog .pagination a.page-numbers:focus {
	border-color: var(--jd-green-dark);
	background: var(--jd-green-dark);
	color: #fff;
}

@media (max-width: 640px) {
	.jd-articles-intro {
		margin-bottom: 20px;
		padding: 26px 20px;
		border-radius: 16px;
	}

	.jd-topic-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.jd-topic-links a {
		justify-content: center;
		text-align: center;
	}

	.blog #archive-container {
		gap: 18px;
	}

	.blog .loop-entry .entry-content-wrap {
		padding: 21px 18px 23px;
	}
}

/* Carry the smooth article-card system across categories, search, and downloads. */
.archive .post-archive-hero-section,
.search .post-archive-hero-section {
	display: none;
}

:is(.archive, .search) #inner-wrap {
	padding-top: 30px;
}

:is(.archive, .search) #archive-container {
	gap: 24px;
	align-items: stretch;
}

:is(.archive, .search) #archive-container > .entry-list-item {
	display: flex;
	min-width: 0;
}

:is(.archive, .search) .loop-entry {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-color: rgba(19, 40, 61, 0.14);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(19, 40, 61, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

:is(.archive, .search) .loop-entry:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(19, 40, 61, 0.14);
}

:is(.archive, .search) .loop-entry .post-thumbnail,
:is(.archive, .search) .loop-entry .post-thumbnail-inner {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #9fc5ac;
}

:is(.archive, .search) .loop-entry .post-thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

:is(.archive, .search) .loop-entry .entry-content-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

:is(.archive, .search) .loop-entry .entry-taxonomies {
	margin-bottom: 10px;
	color: rgba(23, 34, 49, 0.5);
	font-size: 0.72rem;
	font-weight: 750;
	line-height: 1.7;
}

:is(.archive, .search) .loop-entry .entry-taxonomies a {
	color: var(--jd-green-dark);
	text-decoration: none;
}

:is(.archive, .search) .loop-entry .entry-title {
	margin: 0 0 10px;
	color: var(--jd-navy);
	font-size: clamp(1.16rem, 1.55vw, 1.38rem);
	line-height: 1.28;
	letter-spacing: -0.025em;
	overflow-wrap: anywhere;
}

:is(.archive, .search) .loop-entry .entry-title a {
	color: inherit;
	text-decoration: none;
}

:is(.archive, .search) .loop-entry .entry-meta {
	margin-top: 8px;
	color: #53675e;
	font-size: 0.76rem;
	line-height: 1.5;
}

:is(.archive, .search) .loop-entry .entry-summary {
	margin-top: 15px;
	color: #2d4037;
	font-size: 0.92rem;
	line-height: 1.6;
}

:is(.archive, .search) .loop-entry .entry-summary > p:first-child {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

:is(.archive, .search) .loop-entry .entry-footer {
	margin-top: auto;
	padding-top: 12px;
}

:is(.archive, .search) .loop-entry .more-link-wrap {
	margin: 0;
}

:is(.archive, .search) .loop-entry .post-more-link {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 13px;
	border-radius: 9px;
	background: var(--jd-green-dark);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

:is(.archive, .search) .pagination {
	margin-top: 8px;
	padding: 22px 0;
}

:is(.archive, .search) .pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	margin: 4px 2px;
	border: 1px solid rgba(19, 40, 61, 0.18);
	border-radius: 9px;
	background: #b5d2bf;
	color: var(--jd-navy);
	font-weight: 750;
	text-decoration: none;
}

:is(.archive, .search) .pagination .page-numbers.current,
:is(.archive, .search) .pagination a.page-numbers:hover,
:is(.archive, .search) .pagination a.page-numbers:focus {
	border-color: var(--jd-green-dark);
	background: var(--jd-green-dark);
	color: #fff;
}

.jd-archive-search {
	display: grid;
	grid-template-columns: minmax(0, 520px) auto;
	max-width: 680px;
	margin-top: 24px;
}

.jd-archive-search input {
	min-width: 0;
	height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(19, 40, 61, 0.26);
	border-radius: 10px 0 0 10px;
	background: rgba(255, 255, 255, 0.64);
}

.jd-archive-search button {
	padding: 0 22px;
	border-radius: 0 10px 10px 0;
	background: var(--jd-green-dark);
	color: #fff;
}

/* Compact contextual sidebar for the homepage and individual articles. */
.jd-sidebar-search form {
	display: grid;
	grid-template-columns: 1fr auto;
}

.jd-sidebar-search input {
	min-width: 0;
	height: 44px;
	padding: 0 10px;
	border: 1px solid rgba(19, 40, 61, 0.24);
	border-radius: 8px 0 0 8px;
}

.jd-sidebar-search button {
	padding: 0 11px;
	border-radius: 0 8px 8px 0;
	background: var(--jd-green-dark);
	color: #fff;
}

.jd-sidebar-topics {
	display: grid;
	gap: 7px;
}

.jd-sidebar-topics .widget-title {
	margin-bottom: 7px;
}

.jd-sidebar-topics a {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 7px 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.28);
	color: var(--jd-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.jd-sidebar-topics a:hover,
.jd-sidebar-topics a:focus {
	background: var(--jd-green-dark);
	color: #fff;
}

.jd-sidebar-latest ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jd-sidebar-latest li + li {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(19, 40, 61, 0.13);
}

.jd-sidebar-latest a {
	color: var(--jd-navy);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.jd-sidebar-latest a:hover,
.jd-sidebar-latest a:focus {
	color: var(--jd-green-dark);
	text-decoration: underline;
}

.widget-area .jd-sidebar-cta {
	background: var(--jd-navy);
	color: #dce7ef;
}

.jd-sidebar-cta-label {
	margin: 0 0 8px;
	color: #8be0b7;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jd-sidebar-cta h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.35rem;
	line-height: 1.2;
}

.jd-sidebar-cta p {
	font-size: 0.88rem;
	line-height: 1.55;
}

.jd-sidebar-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 4px;
	padding: 8px 13px;
	border-radius: 8px;
	background: var(--jd-green);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

/* Download pages: stronger hierarchy without changing product copy or images. */
.single-download .content-container.site-container {
	max-width: 1100px;
}

.single-download article.entry {
	overflow: hidden;
}

.single-download .entry-title {
	max-width: 900px;
	font-size: clamp(2.2rem, 5vw, 3.7rem);
}

.single-download .single-content {
	max-width: 850px;
	margin-inline: auto;
}

.single-download .single-content > p:first-child {
	margin: 0 0 10px;
	color: var(--jd-navy);
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
	line-height: 1.28;
	text-align: center;
}

.single-download .single-content > p:nth-child(2) {
	max-width: 720px;
	margin: 0 auto 28px;
	color: var(--jd-green-dark);
	font-size: 1.08rem;
	line-height: 1.5;
	text-align: center;
}

.single-download .single-content > .wp-block-image {
	margin-block: 30px;
	text-align: center;
}

.single-download .single-content > .wp-block-image img {
	max-width: min(100%, 430px);
	border: 1px solid rgba(19, 40, 61, 0.15);
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(19, 40, 61, 0.14);
}

.single-download .single-content > .wp-block-list {
	margin: 22px 0 28px;
	padding: 24px 26px 24px 48px;
	border: 1px solid rgba(19, 40, 61, 0.13);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.28);
}

.single-download .single-content > .wp-block-list li + li {
	margin-top: 10px;
}

.single-download .edd_download_purchase_form {
	margin-top: 30px;
	padding: 26px;
	border: 1px solid rgba(19, 40, 61, 0.14);
	border-radius: 14px;
	background: #dceade;
	text-align: center;
}

.single-download .edd-submit,
.single-download .edd-add-to-cart {
	min-height: 48px;
	padding: 11px 22px;
	border: 0;
	border-radius: 9px;
	background: var(--jd-green-dark);
	color: #fff;
	font-weight: 800;
}

/* Homepage: clearer section rhythm while preserving existing content. */
.home .single-content > h2 {
	margin-top: 54px;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(15, 96, 64, 0.28);
	color: var(--jd-navy);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.home .single-content > h3 {
	margin-top: 30px;
	color: var(--jd-green-dark);
	font-size: clamp(1.3rem, 2vw, 1.65rem);
}

.home .single-content > ul {
	margin-block: 20px 28px;
	padding: 20px 24px 20px 46px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.24);
}

/* Purpose-built searchable 404 page. */
.jd-404 {
	padding: clamp(34px, 7vw, 84px) 20px;
	background: #88bd9a;
}

.jd-404-inner {
	max-width: 920px;
	margin: 0 auto;
	padding: clamp(30px, 6vw, 64px);
	border: 1px solid rgba(19, 40, 61, 0.15);
	border-radius: 24px;
	background: #b5d2bf;
	box-shadow: 0 16px 42px rgba(19, 40, 61, 0.14);
	text-align: center;
}

.jd-404-code {
	margin: 0;
	color: rgba(15, 96, 64, 0.2);
	font-size: clamp(5rem, 16vw, 10rem);
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: -0.08em;
}

.jd-404-eyebrow {
	margin: 24px 0 8px;
	color: var(--jd-green-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jd-404 h1 {
	max-width: 700px;
	margin: 0 auto;
	color: var(--jd-navy);
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.jd-404-copy {
	max-width: 680px;
	margin: 18px auto 0;
	color: #34483f;
	font-size: 1.05rem;
	line-height: 1.7;
}

.jd-404-search {
	display: grid;
	grid-template-columns: 1fr auto;
	max-width: 650px;
	margin: 28px auto 0;
}

.jd-404-search input {
	min-width: 0;
	height: 50px;
	padding: 0 14px;
	border: 1px solid rgba(19, 40, 61, 0.25);
	border-radius: 10px 0 0 10px;
	background: rgba(255, 255, 255, 0.66);
}

.jd-404-search button {
	padding: 0 22px;
	border-radius: 0 10px 10px 0;
	background: var(--jd-green-dark);
	color: #fff;
}

.jd-404-actions,
.jd-404-topics {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.jd-404-actions a,
.jd-404-topics a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid rgba(19, 40, 61, 0.18);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.3);
	color: var(--jd-navy);
	font-weight: 750;
	text-decoration: none;
}

.jd-404-actions .jd-404-primary {
	border-color: var(--jd-green-dark);
	background: var(--jd-green-dark);
	color: #fff;
}

.jd-404-topics {
	margin-top: 12px;
}

.jd-404-topics a {
	min-height: 38px;
	padding: 6px 11px;
	border-radius: 999px;
	font-size: 0.82rem;
}

@media (max-width: 640px) {
	:is(.archive, .search) #archive-container {
		gap: 18px;
	}

	:is(.archive, .search) .loop-entry .entry-content-wrap {
		padding: 21px 18px 23px;
	}

	.jd-archive-search,
	.jd-404-search {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.jd-archive-search input,
	.jd-archive-search button,
	.jd-404-search input,
	.jd-404-search button {
		border-radius: 9px;
	}

	.jd-404-inner {
		padding: 30px 20px;
		border-radius: 17px;
	}

	.jd-404-actions {
		display: grid;
	}

	.jd-404-actions a {
		width: 100%;
	}

	.single-download .single-content > .wp-block-list {
		padding: 20px 18px 20px 38px;
	}
}

/* Sidebar-free page and article layout, following the cleaner JoesMind reading structure. */
.home .content-container.site-container,
.single-post .content-container.site-container {
	grid-template-columns: minmax(0, 1fr) !important;
}

.home .primary-sidebar,
.home #secondary,
.single-post .primary-sidebar,
.single-post #secondary {
	display: none !important;
}

.home .content-wrap,
.single-post .content-wrap {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	min-width: 0;
}

.home .content-container.site-container {
	max-width: 1200px;
}

.home .content-area,
.home .site-main {
	width: 100%;
	max-width: none;
}

.single-post .content-container.site-container {
	max-width: 920px;
}

.single-post .content-wrap,
.single-post .content-area,
.single-post .site-main,
.single-post .single-entry {
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
}

.single-post .single-entry .entry-content-wrap {
	padding: clamp(30px, 5vw, 58px);
}

.single-post .entry-header,
.single-post .post-thumbnail,
.single-post .entry-content,
.single-post .entry-footer {
	max-width: 780px;
	margin-inline: auto;
}

.single-post .entry-header {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(19, 40, 61, 0.14);
}

.single-post .entry-content {
	padding-top: 10px;
}

.single-post .entry-content > :where(h2, h3) {
	scroll-margin-top: 110px;
}

@media (max-width: 760px) {
	.home .content-container.site-container,
	.single-post .content-container.site-container {
		width: min(100% - 28px, 1200px);
	}

	.single-post .single-entry .entry-content-wrap {
		padding: 24px 18px 30px;
	}

	.single-post .entry-header {
		padding-bottom: 18px;
	}
}

/* Full-width homepage hero inspired by the JoesMind front page. */
.home #inner-wrap {
	padding-top: 0;
}

.jd-home-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(68px, 8vw, 104px) 0 clamp(62px, 7vw, 92px);
	background:
		radial-gradient(circle at 82% 18%, rgba(136, 189, 154, 0.32), transparent 34%),
		linear-gradient(135deg, #13283d 0%, #174f42 60%, #0f6040 100%);
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.jd-home-hero::after {
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.jd-home-hero-shell {
	position: relative;
	z-index: 1;
	width: min(100% - 48px, 1180px);
	margin-inline: auto;
}

.jd-home-hero-eyebrow {
	margin: 0 0 14px;
	color: #bfe1c9;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.jd-home-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.7rem, 6vw, 5.35rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.jd-home-hero-copy {
	max-width: 820px;
	margin-top: 26px;
	color: #e4f1e8;
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	line-height: 1.72;
}

.jd-home-hero-copy p {
	margin: 0 0 14px;
}

.jd-home-hero-actions {
	margin-top: 30px;
}

.jd-home-hero-actions .wp-block-buttons {
	gap: 12px;
	margin: 0;
}

.jd-home-hero-actions .wp-block-button__link {
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid #dceade;
	border-radius: 9px;
	background: #dceade;
	color: #13283d;
	font-weight: 800;
}

.jd-home-hero-actions .wp-block-button:nth-child(2) .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.42);
	background: transparent;
	color: #fff;
}

.jd-home-hero-actions .wp-block-button__link:hover,
.jd-home-hero-actions .wp-block-button__link:focus {
	border-color: #fff;
	background: #fff;
	color: #0f6040;
}

.home .content-area {
	padding-top: clamp(34px, 5vw, 62px);
	padding-bottom: clamp(34px, 5vw, 62px);
}

.home #post-18 > .entry-content-wrap {
	padding: clamp(32px, 5vw, 56px);
}

.home #post-18 .entry-header,
.home #post-18 .entry-content > :nth-child(-n + 3) {
	display: none;
}

.home #post-18 .entry-content {
	margin-top: 0;
}

@media (max-width: 640px) {
	.jd-home-hero {
		padding: 58px 0 54px;
	}

	.jd-home-hero-shell {
		width: min(100% - 34px, 1180px);
	}

	.jd-home-hero h1 {
		font-size: clamp(2.45rem, 13vw, 3.65rem);
		line-height: 1.02;
	}

	.jd-home-hero-copy {
		margin-top: 22px;
		font-size: 1rem;
		line-height: 1.65;
	}

	.jd-home-hero-actions .wp-block-buttons {
		display: grid;
	}

	.jd-home-hero-actions .wp-block-button,
	.jd-home-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.home .content-area {
		padding-top: 28px;
	}
}

/* Hero topic shortcuts and individual homepage post cards. */
.jd-home-hero-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	max-width: 980px;
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.jd-home-hero-links a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #f3faf5;
	font-size: 0.84rem;
	font-weight: 750;
	text-decoration: none;
}

.jd-home-hero-links a:hover,
.jd-home-hero-links a:focus {
	border-color: #dceade;
	background: #dceade;
	color: #13283d;
}

.home #post-18 .entry-content > .wp-block-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 34px;
	padding: 0;
	border: 0;
	background: transparent;
	list-style: none;
}

.home #post-18 .entry-content > .wp-block-list li {
	display: flex;
	margin: 0;
	padding: 0;
}

.home #post-18 .entry-content > .wp-block-list li a {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
	min-height: 82px;
	padding: 17px 44px 17px 18px;
	border: 1px solid rgba(19, 40, 61, 0.15);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.42);
	box-shadow: 0 5px 16px rgba(19, 40, 61, 0.06);
	color: var(--jd-navy);
	font-weight: 780;
	line-height: 1.35;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home #post-18 .entry-content > .wp-block-list li a::after {
	position: absolute;
	right: 17px;
	color: var(--jd-green-dark);
	font-size: 1.2rem;
	content: "→";
}

.home #post-18 .entry-content > .wp-block-list li a:hover,
.home #post-18 .entry-content > .wp-block-list li a:focus {
	transform: translateY(-2px);
	border-color: rgba(15, 96, 64, 0.48);
	box-shadow: 0 10px 22px rgba(19, 40, 61, 0.11);
	color: var(--jd-green-dark);
}

@media (max-width: 700px) {
	.jd-home-hero-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jd-home-hero-links a {
		justify-content: center;
		text-align: center;
	}

	.home #post-18 .entry-content > .wp-block-list {
		grid-template-columns: 1fr;
	}

	.home #post-18 .entry-content > .wp-block-list li a {
		min-height: 72px;
	}
}

/* Purpose-built JoesDollars homepage sections. */
.jd-home-shell {
	width: min(100% - 48px, 1180px);
	margin-inline: auto;
}

.jd-home-section {
	padding: clamp(62px, 7vw, 84px) 0;
}

.jd-home-start {
	background: #edf5ef;
}

.jd-home-section-heading {
	max-width: 760px;
	margin-bottom: 30px;
}

.jd-home-section-heading > p,
.jd-home-section-eyebrow {
	margin: 0 0 7px;
	color: var(--jd-green-dark);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.jd-home-section-heading h2,
.jd-home-about-hero h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.jd-home-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.jd-home-feature-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(19, 40, 61, 0.12);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(19, 40, 61, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.jd-home-feature-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(19, 40, 61, 0.13);
}

.jd-home-feature-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #d7e8dc;
	color: var(--jd-green-dark);
	font-size: 3rem;
	font-weight: 900;
}

.jd-home-feature-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jd-home-feature-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.jd-home-card-label {
	margin: 0 0 9px !important;
	color: var(--jd-green-dark);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.jd-home-feature-content h3 {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.24;
}

.jd-home-feature-content h3 a {
	color: var(--jd-navy);
	text-decoration: none;
}

.jd-home-feature-content > p:not(.jd-home-card-label) {
	margin: 14px 0 18px;
	color: #4b5d55;
	font-size: 0.96rem;
	line-height: 1.62;
}

.jd-home-read-link {
	margin-top: auto;
	color: var(--jd-green-dark);
	font-weight: 800;
	text-decoration: none;
}

.jd-home-about-hero {
	padding: clamp(68px, 8vw, 94px) 0;
	background:
		radial-gradient(circle at 88% 15%, rgba(136, 189, 154, 0.25), transparent 30%),
		linear-gradient(135deg, #13283d 0%, #174f42 64%, #0f6040 100%);
	color: #e6f1e9;
}

.jd-home-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(34px, 6vw, 72px);
	align-items: start;
}

.jd-home-about-hero h2 {
	color: #fff;
}

.jd-home-about-hero p {
	color: #dcebe1;
	line-height: 1.72;
}

.jd-home-about-hero .jd-home-section-eyebrow {
	color: #bfe1c9;
}

.jd-home-about-content {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
}

.jd-home-about-content .wp-block-columns {
	display: grid !important;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 22px;
	margin: 24px 0 0;
}

.jd-home-about-content .wp-block-column {
	flex-basis: auto !important;
	min-width: 0;
}

.jd-home-about-content figure,
.jd-home-about-content .wp-block-image {
	margin: 0;
}

.jd-home-about-content img {
	width: 145px;
	aspect-ratio: 1;
	object-fit: cover;
	border: 3px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
}

.jd-home-about-content p:first-child {
	margin-top: 0;
}

.jd-home-report-hero {
	padding: clamp(62px, 7vw, 88px) 0;
	background:
		radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.72), transparent 30%),
		linear-gradient(135deg, #dceade 0%, #b5d2bf 100%);
}

.jd-home-report-content {
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid rgba(19, 40, 61, 0.13);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: 0 12px 30px rgba(19, 40, 61, 0.08);
}

.jd-home-report-content .wp-block-columns {
	margin: 0;
	gap: clamp(28px, 6vw, 64px);
	align-items: center !important;
}

.jd-home-report-content img {
	max-width: 240px;
	filter: drop-shadow(0 12px 18px rgba(19, 40, 61, 0.2));
}

.jd-home-report-content .wp-block-button__link {
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 9px;
	background: var(--jd-green-dark);
	color: #fff;
	font-weight: 800;
}

@media (max-width: 900px) {
	.jd-home-feature-grid,
	.jd-home-about-grid {
		grid-template-columns: 1fr;
	}

	.jd-home-feature-grid {
		max-width: 680px;
		margin-inline: auto;
	}

	.jd-home-about-content .wp-block-columns {
		grid-template-columns: 125px minmax(0, 1fr);
	}

	.jd-home-about-content img {
		width: 125px;
	}
}

@media (max-width: 640px) {
	.jd-home-shell {
		width: min(100% - 34px, 1180px);
	}

	.jd-home-section {
		padding: 50px 0;
	}

	.jd-home-feature-grid {
		gap: 17px;
	}

	.jd-home-feature-content {
		padding: 20px 18px 22px;
	}

	.jd-home-about-content {
		padding: 23px 18px;
	}

	.jd-home-about-content .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.jd-home-about-content img {
		width: 118px;
	}

	.jd-home-report-content {
		padding: 24px 18px;
	}

	.jd-home-report-content .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr;
	}

	.jd-home-report-content figure {
		text-align: center;
	}

	.jd-home-report-content img {
		max-width: 190px;
	}
}

