.seo-page .seo-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 24px 16px 60px;
	color: #1f2937;
	line-height: 1.75;
}

.seo-content__title {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #142414;
	margin: 0 0 1rem;
	line-height: 1.3;
}

.seo-content__lead {
	font-size: 1.1rem;
	color: #334155;
	margin-bottom: 2rem;
	padding: 1rem 1.25rem;
	background: #f7faf4;
	border-left: 4px solid #3c7d38;
	border-radius: 0 8px 8px 0;
}

.seo-content h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #1f331f;
	margin: 2rem 0 0.75rem;
}

.seo-content p {
	margin: 0 0 1rem;
}

.seo-content a {
	color: #3c7d38;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.seo-content a:hover {
	color: #2d5f2a;
}

.seo-content__list,
.seo-content__steps {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
}

.seo-content__list li,
.seo-content__steps li {
	margin-bottom: 0.5rem;
}

.seo-content__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 2.5rem;
}

.seo-content__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 12px 20px;
	border-radius: 8px;
	background: #3c7d38;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
	transition: background 0.2s ease;
}

.seo-content__btn:hover {
	background: #2d5f2a;
	color: #fff !important;
}

.seo-content__btn--outline {
	background: #fff;
	color: #3c7d38 !important;
	border: 1px solid #3c7d38;
}

.seo-content__btn--outline:hover {
	background: #f7faf4;
	color: #2d5f2a !important;
}

.foot-seo-nav {
	margin: 4px 0 10px;
}

.foot-seo-nav ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.foot-seo-nav li {
	flex: 0 0 auto;
}

.foot-seo-nav a {
	font-size: 12px;
	color: #21325d;
	text-decoration: none;
}

.foot-seo-nav a:hover,
.foot-seo-nav a:focus {
	color: #21325d;
	text-decoration: none;
}

.clinic-service h1.com-tit {
	font: inherit;
	margin: 0 0 1rem;
}

.clinic-service__more {
	margin-top: 1.25rem;
	font-size: 0.95rem;
	font-weight: 600;
}

.clinic-service__more a {
	color: var(--clinic-green, #3c7d38);
	text-decoration: none;
}

.clinic-service__more a:hover {
	text-decoration: underline;
}

.foot-bottom .foot-brand-name {
	font-size: 21px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 10px;
	line-height: 1.3;
}
