body.is-resource-page .container {
	max-width: 1280px;
}

/* Hero */
.resource-hero {
	padding: 5.5rem 0 4rem;
}

.resource-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(380px, 460px);
	gap: 4.25rem;
	align-items: start;
}

.resource-hero__content {
	max-width: 860px;
}

.resource-hero .eyebrow {
	margin: 0 0 1rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5a54ff;
}

.resource-hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(3.2rem, 5vw, 5.1rem);
	line-height: 0.94;
	letter-spacing: -0.04em;
	color: #1b1d3a;
	max-width: 10ch;
}

.resource-subhead {
	margin: 0 0 1.5rem;
	font-size: 1.16rem;
	line-height: 1.8;
	color: #5b647a;
	max-width: 60ch;
}

.resource-benefits {
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
	max-width: 58ch;
}

.resource-benefits li {
	position: relative;
	padding-left: 1.55rem;
	font-size: 1.02rem;
	line-height: 1.72;
	color: #1f2a44;
}

.resource-benefits li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #5a54ff;
	font-size: 1.2rem;
	line-height: 1.2;
}

.resource-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.resource-trust-strip span {
	display: inline-flex;
	align-items: center;
	padding: 0.62rem 0.95rem;
	border: 1px solid #dfe5f0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.84);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	color: #24314f;
	box-shadow: 0 8px 18px rgba(18, 27, 50, 0.04);
}

/* Form card */
.resource-form-card {
	background: #ffffff;
	border: 1px solid #dfe5f0;
	border-radius: 26px;
	padding: 1.9rem;
	box-shadow: 0 24px 50px rgba(18, 27, 50, 0.1);
	position: sticky;
	top: 1.5rem;
}

.resource-form-card h2 {
	margin: 0 0 0.7rem;
	font-size: 1.7rem;
	line-height: 1.18;
	color: #1b1d3a;
}

.resource-form-card > p {
	margin: 0 0 1.2rem;
	font-size: 1rem;
	line-height: 1.68;
	color: #5d6780;
}

/* Details / cards */
.resource-details {
	padding: 3rem 0 3.25rem;
}

.resource-details .narrow {
	max-width: 1180px;
}

.resource-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
	margin-top: 1.25rem;
}

.resource-card {
	background: #ffffff;
	border: 1px solid #dfe5f0;
	border-radius: 22px;
	padding: 1.7rem;
	box-shadow: 0 12px 30px rgba(18, 27, 50, 0.06);
}

.resource-card h3 {
	margin: 0 0 0.8rem;
	font-size: 1.12rem;
	line-height: 1.32;
	color: #1b1d3a;
}

.resource-card p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.74;
	color: #5b647a;
}

/* Audience */
.resource-audience {
	padding: 0.25rem 0 3.25rem;
}

.resource-audience .narrow {
	max-width: 1040px;
}

.resource-audience__box {
	padding: 2.4rem;
	background: #ffffff;
	border: 1px solid #dfe5f0;
	border-radius: 26px;
	box-shadow: 0 14px 34px rgba(18, 27, 50, 0.06);
}

.resource-audience__box h2 {
	margin: 0 0 1rem;
	font-size: clamp(2.1rem, 3vw, 2.9rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #1b1d3a;
	max-width: 18ch;
}

.resource-audience-list {
	margin: 1rem 0 0;
	padding-left: 1.15rem;
}

.resource-audience-list li {
	margin-bottom: 0.75rem;
	font-size: 1.02rem;
	line-height: 1.72;
	color: #24314f;
}

/* Why section */
.resource-why {
	padding: 0.25rem 0 3.25rem;
}

.resource-why .narrow {
	max-width: 1040px;
}

.resource-why__content {
	max-width: 800px;
}

.resource-why__content h2 {
	margin: 0 0 1rem;
	font-size: clamp(2.1rem, 3vw, 2.95rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #1b1d3a;
	max-width: 18ch;
}

.resource-why__content p:last-child {
	margin-bottom: 0;
	font-size: 1.04rem;
	line-height: 1.82;
	color: #5a647b;
}

/* Strategy CTA */
.resource-cta {
	padding: 0.25rem 0 4.5rem;
}

.resource-cta .narrow {
	max-width: 1040px;
	background: #ffffff;
	border: 1px solid #dfe5f0;
	border-radius: 26px;
	padding: 2.4rem;
	text-align: center;
	box-shadow: 0 16px 38px rgba(18, 27, 50, 0.07);
}

.resource-cta h2 {
	margin: 0 0 0.9rem;
	font-size: clamp(2.1rem, 3vw, 3rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #1b1d3a;
}

.resource-cta p {
	margin: 0 auto 1.5rem;
	max-width: 60ch;
	font-size: 1.02rem;
	line-height: 1.76;
	color: #59637c;
}

/* Shared section helpers */
.resource-details .section-heading,
.resource-audience .section-kicker,
.resource-why .section-kicker {
	margin-bottom: 1rem;
}

.resource-details .section-heading p:last-child {
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
}

/* WPForms styling */
.resource-form-card .wpforms-container {
	margin: 0;
}

.resource-form-card .wpforms-field {
	margin-bottom: 1.05rem;
}

.resource-form-card .wpforms-field-label {
	font-size: 0.92rem;
	font-weight: 600;
	color: #1f2a44;
	margin-bottom: 0.35rem;
}

.resource-form-card input,
.resource-form-card select,
.resource-form-card textarea {
	width: 100%;
	min-height: 50px;
	padding: 0.85rem 0.95rem;
	border: 1px solid #cfd7e6;
	border-radius: 12px;
	background: #ffffff;
	font-size: 0.96rem;
	color: #1b1d3a;
	box-sizing: border-box;
}

.resource-form-card input:focus,
.resource-form-card select:focus,
.resource-form-card textarea:focus {
	outline: none;
	border-color: #5a54ff;
	box-shadow: 0 0 0 3px rgba(90, 84, 255, 0.12);
}

.resource-form-card .wpforms-submit-container {
	margin-top: 1.1rem;
}

.resource-form-card button[type="submit"],
.resource-form-card .wpforms-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0.95rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: #5a54ff;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	box-shadow: 0 10px 24px rgba(90, 84, 255, 0.28);
}

.resource-form-card button[type="submit"]:hover,
.resource-form-card .wpforms-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(90, 84, 255, 0.34);
}

.resource-form-card noscript + noscript {
	display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
	.resource-hero__inner {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.resource-form-card {
		position: static;
		max-width: 760px;
	}

	.resource-card-grid {
		grid-template-columns: 1fr;
	}

	.resource-audience__box h2,
	.resource-why__content h2,
	.resource-cta h2 {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.resource-hero {
		padding: 3rem 0 2.25rem;
	}

	.resource-hero h1 {
		font-size: clamp(2.2rem, 10vw, 3.1rem);
		max-width: none;
	}

	.resource-subhead {
		font-size: 1.04rem;
		line-height: 1.75;
	}

	.resource-trust-strip {
		gap: 0.6rem;
	}

	.resource-trust-strip span {
		font-size: 0.86rem;
		padding: 0.55rem 0.8rem;
	}

	.resource-form-card,
	.resource-audience__box,
	.resource-cta .narrow {
		padding: 1.4rem;
	}

	.resource-details,
	.resource-audience,
	.resource-why {
		padding-bottom: 2.4rem;
	}

	.resource-cta {
		padding-bottom: 3rem;
	}
}