.service-hero,
.ai-hero {
	background: #eee8e3;
	padding: 120px 0;
	position: relative;
}

.service-hero.service-block::after,
.ai-hero.service-block::after {
	content: none;
}

.service-hero.service-block,
.ai-hero.service-block {
	padding: 120px 0;
}

.service-hero__wrap,
.ai-hero__wrap {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.service-hero__title,
.ai-hero__title {
	color: #513e37;
	font-size: clamp(28px, 4vw, 46px);
	margin-bottom: 20px;
	line-height: 1.2;
}

.service-hero__subtitle,
.ai-hero__subtitle {
	color: #423c3a;
	font-family: Golos, serif;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.service-hero__cta,
.ai-hero__cta {
	display: inline-block;
	text-decoration: none;
	color: #423c3a;
	font-family: Golos, serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 32px;
	border-radius: 4px;
	background: #ffd800;
	box-shadow: 5.7px 5.7px 14px rgba(66, 53, 41, 0.27), inset 0 0 20px #efbf00;
	transition: transform 0.2s ease;
}

.service-hero__cta:hover,
.ai-hero__cta:hover {
	transform: translateY(-2px);
	color: #423c3a;
}

.service-faq,
.ai-faq {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 24px 0 40px;
}

.service-faq__question,
.ai-faq__question {
	width: 100%;
	text-align: left;
	border: none;
	background: #f5f0eb;
	color: #513e37;
	font-family: Golos, serif;
	font-size: 17px;
	font-weight: 600;
	padding: 16px 48px 16px 20px;
	cursor: pointer;
	position: relative;
	border-radius: 4px;
}

.service-faq__question::after,
.ai-faq__question::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 1;
}

.service-faq__question[aria-expanded="true"]::after,
.ai-faq__question[aria-expanded="true"]::after {
	content: "−";
}

.service-faq__answer,
.ai-faq__answer {
	padding: 0 20px 16px;
	background: #f5f0eb;
	border-radius: 0 0 4px 4px;
	margin-top: -4px;
}

.service-faq__answer p,
.ai-faq__answer p {
	margin: 0;
	color: #423c3a;
	line-height: 1.6;
}

.service-lead-form .form__input_textarea,
.ai-lead-form .form__input_textarea {
	min-height: 100px;
	width: 100%;
	resize: vertical;
	margin-bottom: 12px;
	padding: 14px 20px;
	box-shadow: inset 0.2px 1px 5px rgba(43, 43, 43, 0.51), 0 0 20px rgba(255, 255, 255, 0.41);
}

.service-lead-form__honeypot,
.ai-lead-form__honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
}

.service-lead-form__error,
.ai-lead-form__error {
	color: #c0392b;
	font-size: 14px;
	margin: 0 0 10px;
}

.service-lead-form__success,
.ai-lead-form__success {
	color: #2d6a4f;
	font-weight: 600;
	margin: 0 0 10px;
}

.service-lead-form .form__input.is-invalid,
.ai-lead-form .form__input.is-invalid {
	outline: 2px solid #c0392b;
}

.call .service-lead-form .form__item,
.call .ai-lead-form .form__item {
	margin-bottom: 12px;
}

.content__item table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
}

.content__item table th,
.content__item table td {
	padding: 12px 16px;
	border: 1px solid #ddd;
	text-align: left;
}

.content__item table th {
	background: #f5f0eb;
	color: #513e37;
	font-weight: 600;
}

.content__item ul,
.content__item ol {
	list-style-position: inside;
	margin-bottom: 20px;
	padding-left: 0;
}

.content__item ul {
	list-style-type: disc;
}

.content__item ol {
	list-style-type: decimal;
}

.content__item ul li,
.content__item ol li {
	line-height: 1.75;
}

@media (max-width: 767px) {
	.service-hero,
	.ai-hero,
	.service-hero.service-block,
	.ai-hero.service-block {
		padding: 90px 0;
	}

	.service-hero__subtitle,
	.ai-hero__subtitle {
		font-size: 16px;
	}
}
