:root {
	--spire-monster-navy: #0f2f4a;
	--spire-monster-gold: #c8a24a;
	--spire-monster-gold-soft: #efe2bc;
	--spire-monster-text: #23313f;
	--spire-monster-alt: #fbfaf7;
	--spire-monster-border: rgba(15, 47, 74, 0.13);
	--spire-monster-shadow: 0 14px 36px rgba(15, 47, 74, 0.08);
}

.spire-monster-free {
	background: #fff;
	color: var(--spire-monster-text);
	overflow: hidden;
}

.spire-monster-free-shell {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.spire-monster-free-hero,
.spire-monster-free-section,
.spire-monster-free-spurgle,
.spire-monster-free-cta {
	padding: 4.5rem 0;
}

.spire-monster-free-section--alt {
	background: var(--spire-monster-alt);
}

.spire-monster-free h1,
.spire-monster-free h2,
.spire-monster-free h3 {
	color: var(--spire-monster-navy);
}

.spire-monster-free h1 {
	max-width: 760px;
	margin: 0 0 1rem;
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	line-height: 1.1;
}

.spire-monster-free h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.7rem, 2.5vw, 2.35rem);
	line-height: 1.2;
}

.spire-monster-free h3 {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.35;
}

.spire-monster-free p,
.spire-monster-free li {
	line-height: 1.7;
}

.spire-monster-free-eyebrow {
	margin: 0 0 0.85rem;
	color: #b8860b;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.spire-monster-free-hero__grid,
.spire-monster-free-welcome {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 2rem;
	align-items: start;
}

.spire-monster-free-hero__intro {
	max-width: 760px;
	margin: 0;
	font-size: 1.08rem;
}

.spire-monster-free-feature-card,
.spire-monster-free-steps article,
.spire-monster-free-download-panel,
.spire-monster-free-reminder {
	border: 1px solid var(--spire-monster-border);
	border-radius: 0.85rem;
	background: #fff;
	box-shadow: var(--spire-monster-shadow);
}

.spire-monster-free-feature-card {
	padding: 1.55rem;
	border-top: 4px solid var(--spire-monster-gold);
}

.spire-monster-free-feature-card ul {
	display: grid;
	gap: 0.85rem;
	margin: 1.1rem 0 0;
	padding: 0;
	list-style: none;
}

.spire-monster-free-feature-card li {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	font-weight: 600;
}

.spire-monster-free-feature-card li::before {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	margin-top: 0.35rem;
	border: 2px solid var(--spire-monster-gold);
	border-radius: 50%;
	background: var(--spire-monster-gold-soft);
	content: "";
}

.spire-monster-free-welcome {
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
}

.spire-monster-free-certificate {
	max-width: 540px;
	margin: 0;
}

.spire-monster-free-certificate img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.85rem;
	box-shadow: var(--spire-monster-shadow);
}

.spire-monster-free-welcome p {
	margin: 0.85rem 0 0;
}

.spire-monster-free-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.2rem;
	font-weight: 700;
}

.spire-monster-free a:not(.spire-button) {
	color: var(--spire-monster-navy);
	font-weight: 700;
}

.spire-monster-free-section-heading {
	max-width: 880px;
	margin-bottom: 2rem;
}

.spire-monster-free-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.spire-monster-free-steps article {
	padding: 1.35rem;
}

.spire-monster-free-steps span {
	display: inline-flex;
	width: 2.4rem;
	height: 2.4rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	border-radius: 50%;
	background: var(--spire-monster-gold-soft);
	color: var(--spire-monster-navy);
	font-weight: 800;
}

.spire-monster-free-steps h3::after {
	display: block;
	width: 2rem;
	height: 2px;
	margin-top: 0.7rem;
	background: var(--spire-monster-gold);
	content: "";
}

.spire-monster-free-steps p {
	margin: 0.75rem 0 0;
}

.spire-monster-free-spurgle {
	background: #fff8e6;
}

.spire-monster-free-spurgle__content {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
	max-width: 960px;
}

.spire-monster-free-spurgle__badge {
	display: inline-flex;
	width: 3.1rem;
	height: 3.1rem;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--spire-monster-gold);
	border-radius: 50%;
	background: #fff;
	color: var(--spire-monster-navy);
	font-size: 1.35rem;
}

.spire-monster-free-spurgle p {
	max-width: 780px;
	margin: 0;
}

.spire-monster-free-download-panel,
.spire-monster-free-reminder {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.75rem;
	align-items: center;
	max-width: 1000px;
	padding: clamp(1.4rem, 3vw, 2rem);
}

.spire-monster-free-download-panel h2,
.spire-monster-free-reminder h2 {
	margin-bottom: 0.65rem;
}

.spire-monster-free-download-panel p,
.spire-monster-free-reminder p {
	margin: 0;
}

.spire-monster-free-file-label {
	display: inline-flex;
	margin-bottom: 0.65rem !important;
}

.spire-monster-free-file-label > span[aria-hidden="true"] {
	display: inline-flex;
	padding: 0.2rem 0.45rem;
	border-radius: 0.25rem;
	background: var(--spire-monster-navy);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.spire-monster-free-download-note {
	margin-top: 0.75rem !important;
	color: #52616e;
	font-size: 0.95rem;
}

.spire-monster-free-reminder {
	max-width: none;
	border-left: 5px solid var(--spire-monster-gold);
}

.spire-monster-free-reminder .spire-button-group,
.spire-monster-free-cta .spire-button-group {
	margin-top: 0;
}

.spire-monster-free-faq {
	display: grid;
	max-width: 940px;
	gap: 0.85rem;
}

.spire-monster-free-faq .spire-faq-item:hover,
.spire-monster-free-faq .spire-faq-item:focus-within {
	border-color: var(--spire-monster-border);
	box-shadow: var(--spire-monster-shadow);
}

.spire-monster-free-cta {
	background: var(--spire-monster-navy);
	color: #fff;
}

.spire-monster-free-cta__content {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 2rem;
	align-items: center;
}

.spire-monster-free-cta h2,
.spire-monster-free-cta p {
	margin: 0;
	color: #fff;
}

.spire-monster-free-cta p {
	max-width: 760px;
	margin-top: 0.85rem;
}

.spire-monster-free-cta__details {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	font-size: 0.92rem;
}

.spire-monster-free a:focus-visible {
	outline: 3px solid var(--spire-monster-gold);
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.spire-monster-free-shell {
		padding: 0 1.25rem;
	}
}

@media (max-width: 768px) {
	.spire-monster-free-hero__grid,
	.spire-monster-free-welcome,
	.spire-monster-free-download-panel,
	.spire-monster-free-reminder,
	.spire-monster-free-cta__content {
		grid-template-columns: 1fr;
	}

	.spire-monster-free-certificate {
		width: min(100%, 540px);
	}
}

@media (max-width: 600px) {
	.spire-monster-free-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.spire-monster-free-shell {
		padding: 0 1rem;
	}

	.spire-monster-free-hero,
	.spire-monster-free-section,
	.spire-monster-free-spurgle,
	.spire-monster-free-cta {
		padding: 3rem 0;
	}

	.spire-monster-free-spurgle__content {
		grid-template-columns: 1fr;
	}

	.spire-monster-free-download-panel .spire-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.spire-monster-free * {
		scroll-behavior: auto;
	}
}