.seo-pro {
	padding: 72px 0;
}

.seo-pro--muted {
	background: #f5f0eb;
}

.seo-pro__title {
	margin: 0 0 32px;
	color: #513e37;
	font-size: clamp(26px, 3vw, 34px);
	text-align: center;
	line-height: 1.2;
}

.seo-pro__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	align-items: start;
}

.seo-pro__list {
	margin: 0;
	padding-left: 1.2em;
	color: #423c3a;
	font-family: Golos, serif;
	line-height: 1.65;
}

.seo-pro__list li + li {
	margin-top: 10px;
}

.seo-pro__list--problems {
	color: #655e5b;
}

.seo-pro__solution-lead {
	margin: 0 0 14px;
	font-family: Golos, serif;
	font-weight: 600;
	color: #513e37;
}

.seo-pro__cta-wrap {
	margin: 28px 0 0;
	text-align: center;
}

.seo-pro__cta {
	display: inline-block;
	min-width: 280px;
	text-align: center;
}

.seo-pro__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
  max-width: 900px;
	margin-inline: auto;
}

.seo-pro__step {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 20px 22px;
	background: #f5f0eb;
	border-radius: 12px;
}

.seo-pro__step-num {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffd800;
	color: #423c3a;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seo-pro__step-title {
	margin: 0 0 8px;
	color: #513e37;
	font-size: 20px;
	line-height: 1.25;
}

.seo-pro__step-body p {
	margin: 0;
	color: #423c3a;
	font-family: Golos, serif;
	line-height: 1.6;
}

.seo-pro__cases {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.seo-pro__case {
	padding: 22px 20px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(66, 53, 41, 0.08);
}

.seo-pro__case-name {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	color: #513e37;
}

.seo-pro__case-niche {
	margin: 0 0 14px;
	color: #655e5b;
	font-family: Golos, serif;
	font-size: 15px;
}

.seo-pro__case-stats {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	font-family: Golos, serif;
	font-size: 15px;
	color: #423c3a;
	line-height: 1.5;
}

.seo-pro__case-chart {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	height: 72px;
	padding: 10px 12px;
	background: linear-gradient(180deg, #faf8f6 0%, #f0ebe6 100%);
	border-radius: 8px;
}

.seo-pro__case-bar {
	flex: 1 1 0;
	background: linear-gradient(180deg, #ffd800 0%, #f5cc00 100%);
	border-radius: 4px 4px 0 0;
	min-height: 18px;
}

.seo-pro__cases-note {
	margin: 24px 0 0;
	text-align: center;
	font-family: Golos, serif;
}

.seo-pro__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.seo-pro__table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-family: Golos, serif;
	font-size: 15px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(66, 53, 41, 0.08);
}

.seo-pro__table th,
.seo-pro__table td {
	padding: 14px 16px;
	border: 1px solid #e8e0d8;
	text-align: center;
	vertical-align: middle;
}

.seo-pro__table thead th {
	background: #513e37;
	color: #fff;
	font-weight: 600;
}

.seo-pro__table tbody th[scope="row"] {
	text-align: left;
	background: #faf8f6;
	color: #513e37;
	font-weight: 600;
}

.seo-pro__table tbody tr:nth-child(even):not(.seo-pro__table-actions) td {
	background: #fcfbfa;
}

.seo-pro__table-btn {
	display: inline-block;
	padding: 10px 16px;
	font-size: 13px;
	white-space: nowrap;
}

.seo-pro__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.seo-pro__benefit {
	padding: 22px 18px;
	background: #fff;
	border-radius: 12px;
	border-top: 3px solid #ffd800;
}

.seo-pro__benefit-title {
	margin: 0 0 10px;
	color: #513e37;
	font-size: 18px;
	line-height: 1.25;
}

.seo-pro__benefit p {
	margin: 0;
	color: #423c3a;
	font-family: Golos, serif;
	line-height: 1.55;
	font-size: 15px;
}

.seo-pro__faq {
  max-width: 900px;
	margin-inline: auto;
}

.seo-pro-call {
	padding-top: 48px;
}

.seo-pro-lead-form .form__item {
	margin-bottom: 14px;
}

.seo-calc__intro {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
	color: #655e5b;
	font-family: Golos, serif;
	line-height: 1.6;
}

.seo-calc__card {
	margin-bottom: 0;
}

.seo-calc__result-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: end;
	margin-bottom: 16px;
}

.seo-calc__forecast-title {
	margin: 0 0 12px;
	font-family: Golos, serif;
	font-weight: 600;
	color: #513e37;
}

.seo-calc__forecast-chart {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px;
	min-height: 120px;
	padding: 12px 8px 0;
	background: #fff;
	border-radius: 10px;
}

.seo-calc__forecast-bar {
	flex: 1;
	max-width: 36px;
	border-radius: 6px 6px 0 0;
	background: linear-gradient(180deg, #ffd800 0%, #f0a500 100%);
	min-height: 12px;
}

.seo-calc__forecast-caption {
	margin: 10px 0 0;
	font-size: 13px;
	color: #655e5b;
	line-height: 1.4;
}

.seo-calc__cta-wrap {
	margin: 16px 0 0;
	text-align: center;
}

.seo-calc__cta {
	min-width: 240px;
}

/* Kokoc-style offer form */
.seo-pro-offer-section {
	background: #fff;
	padding: 56px 0 72px;
}

.seo-pro-offer {
	max-width: 1120px;
	margin: 0 auto;
}

.seo-pro-offer--inline {
	padding: 56px 20px;
	background: #fff;
}

.seo-pro-offer__title {
	margin: 0 0 20px;
	color: #222;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
}

.seo-pro-offer__title-muted {
	color: #9aa0a6;
	font-weight: 700;
}

.seo-pro-offer__channels-label {
	margin: 0 0 10px;
	color: #222;
	font-size: 15px;
}

.seo-pro-offer__channels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin-bottom: 28px;
}

.seo-pro-offer__channel {
	background: none;
	border: 0;
	border-bottom: 2px dotted transparent;
	color: #222;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	padding: 0 0 4px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.seo-pro-offer__channel.is-active {
	border-bottom-color: #e53935;
	color: #222;
}

.seo-pro-offer__channel-sep {
	color: #d0d0d0;
	user-select: none;
}

.seo-pro-offer__channel-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #7b5cff;
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	line-height: 1;
}

.seo-pro-offer__channel-icon--max {
	background: #7b5cff;
}

.seo-pro-offer__channel-icon-img,
.seo-pro-offer__channel picture {
	width: 20px;
	height: 20px;
	margin: 0;
}

.seo-pro-offer__channel-icon-img img,
.seo-pro-offer__channel picture img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.seo-pro-offer-form__fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 32px;
	margin-bottom: 24px;
}

.seo-pro-offer-form__label {
	display: block;
	margin-bottom: 8px;
	color: #222;
	font-size: 14px;
	line-height: 1.35;
}

.seo-pro-offer-form__input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #cfcfcf;
	background: transparent;
	color: #222;
	font: inherit;
	font-size: 16px;
	padding: 8px 0 10px;
	outline: none;
	transition: border-color 0.2s ease;
}

.seo-pro-offer-form__input:focus {
	border-bottom-color: #e53935;
}

.seo-pro-offer-form__input.is-invalid {
	border-bottom-color: #e53935;
}

.seo-pro-offer-form__input::placeholder {
	color: #b0b0b0;
}

.seo-pro-offer-form__consents {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
	max-width: 920px;
}

.seo-pro-offer-form__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #444;
	font-size: 13px;
	line-height: 1.45;
	cursor: pointer;
}

.seo-pro-offer-form__consent input {
	margin-top: 3px;
	flex-shrink: 0;
	-webkit-appearance: checkbox;
	appearance: auto;
	width: 16px;
	height: 16px;
	accent-color: #e53935;
}

.seo-pro-offer-form__consent a {
	color: #e53935;
	text-decoration: none;
}

.seo-pro-offer-form__consent a:hover {
	text-decoration: underline;
}

.seo-pro-offer-form__submit {
	background: #e53935 !important;
	border: 0;
	border-radius: 4px;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	min-width: 240px;
	padding: 16px 32px;
	transition: filter 0.2s ease;
}

.seo-pro-offer-form__submit:hover {
	filter: brightness(0.92);
}

.seo-pro-offer-form__error,
.seo-pro-offer-form__success {
	margin: 0 0 16px;
	font-size: 14px;
}

.seo-pro-offer-form__messenger {
	margin-bottom: 24px;
}

.seo-pro-offer-form__messenger-text {
	margin: 0 0 16px;
	color: #444;
	font-size: 16px;
	line-height: 1.5;
}

.seo-pro-offer-form__messenger-btn {
	background: #e53935 !important;
	min-width: 200px;
}

@media (max-width: 991px) {
	.seo-pro {
		padding: 56px 0;
	}

	.seo-pro__columns,
	.seo-pro__cases,
	.seo-pro__benefits {
		grid-template-columns: 1fr;
	}

	.seo-calc__result-grid {
		grid-template-columns: 1fr;
	}

	.seo-pro-offer-form__fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.seo-pro {
		padding: 44px 0;
	}

	.seo-pro__step {
		flex-direction: column;
		gap: 12px;
	}

	.seo-pro__cta {
		width: 100%;
		min-width: 0;
	}
}
