.seo-copy-section {
	padding: clamp(56px, 7vw, 88px) 0;
	background: #fffaf6;
}

.seo-copy-card {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #efe2da;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(79, 45, 30, .07);
}

.seo-copy-content {
	position: relative;
	color: #62534b;
	transition: max-height .45s ease;
}

.seo-copy-content h2 {
	margin: 0 0 20px;
	color: #34231c;
	font: 400 clamp(34px, 4vw, 48px)/1.12 Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
}

.seo-copy-content h3 {
	margin: 30px 0 10px;
	color: #34231c;
	font-size: 20px;
	line-height: 1.3;
}

.seo-copy-content p {
	margin: 0 0 16px;
	line-height: 1.75;
}

.seo-copy-content p:last-child {
	margin-bottom: 0;
}

.seo-copy-section.is-enhanced .seo-copy-content.is-collapsed {
	max-height: 12.2em;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(#000 72%, transparent 100%);
	mask-image: linear-gradient(#000 72%, transparent 100%);
}

.seo-copy-section.is-enhanced .seo-copy-content:not(.is-collapsed) {
	max-height: 3000px;
}

.seo-copy-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 20px;
	padding: 0 22px;
	border: 1px solid #d86b52;
	border-radius: 13px;
	background: #fff;
	color: #b9523e;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.seo-copy-toggle:hover,
.seo-copy-toggle:focus-visible {
	background: #fff3ed;
}

@media (max-width: 575px) {
	.seo-copy-card {
		border-radius: 19px;
	}

	.seo-copy-content h2 {
		font-size: 32px;
	}

	.seo-copy-section.is-enhanced .seo-copy-content.is-collapsed {
		max-height: 14.7em;
	}

	.seo-copy-toggle {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.seo-copy-content {
		transition: none;
	}
}
