/* Gutenberg hosting pro-лендинг — в стиле сайта Компини */

.hosting-pro-gutenberg-wrap {
	--wp--style--global--content-size: 900px;
	--wp--style--global--wide-size: 1170px;
	color: #423c3a;
	font-family: Golos, system-ui, sans-serif;
	line-height: 1.65;
}

/* Без белого зазора между hero и первой секцией */
.service-hero:has(+ .hosting-pro-gutenberg-wrap),
.service-hero:has(+ .breadcrumb-bar + .hosting-pro-gutenberg-wrap) {
	margin-bottom: 0;
}

.service-hero + .breadcrumb-bar:has(+ .hosting-pro-gutenberg-wrap) {
	background: #eee8e3;
	padding-bottom: 8px;
	padding-top: 12px;
}

.breadcrumb-bar + .hosting-pro-gutenberg-wrap > .service__container {
	padding-top: 0;
}

.hosting-pro-gutenberg-wrap > .service__container.container {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Секции с фоном — на всю ширину экрана, контент остаётся в container */
.hosting-pro-gutenberg-wrap .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.hosting-pro-gb-hero .wp-block-cover__inner-container {
	max-width: 860px;
	padding: 24px;
}

.hosting-pro-gb-hero__title {
	color: #fff !important;
	font-family: Golos, serif !important;
	font-size: clamp(28px, 4vw, 44px) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	margin-bottom: 16px !important;
	text-transform: uppercase;
}

.hosting-pro-gb-hero__subtitle {
	color: rgba(255, 255, 255, 0.92) !important;
	font-family: Golos, serif;
	font-size: clamp(16px, 2vw, 18px) !important;
	line-height: 1.55 !important;
	max-width: 760px;
	margin-inline: auto !important;
}

.hosting-pro-gb-hero .wp-block-button__link {
	background: #ff6600 !important;
	border-radius: 6px;
	color: #fff !important;
	font-family: Golos, serif;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: filter 0.2s ease;
}

.hosting-pro-gb-hero .wp-block-button__link:hover {
	filter: brightness(0.9);
	color: #fff !important;
}

.hosting-pro-gb-section {
	padding: clamp(60px, 8vw, 100px) 20px;
}

.hosting-pro-gb-section--muted {
	background: #f5f0eb;
}

.hosting-pro-gb-section > .wp-block-heading {
	color: #513e37;
	font-family: Golos, serif;
	font-size: clamp(26px, 3vw, 32px);
	font-weight: 700;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.hosting-pro-gb-section .wp-block-list {
	color: #423c3a;
	font-family: Golos, serif;
}

.hosting-pro-gb-section .wp-block-button__link {
	background: #ff6600;
	border-radius: 6px;
	color: #fff;
	font-family: Golos, serif;
	font-weight: 600;
	padding: 14px 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition: filter 0.2s ease;
}

.hosting-pro-gb-section .wp-block-button__link:hover {
	filter: brightness(0.9);
	color: #fff;
}

.hosting-pro-gb-shield {
	margin-bottom: 12px;
}

.hosting-pro-gb-benefit {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(66, 53, 41, 0.08);
	margin-bottom: 16px;
	padding: 20px;
}

.hosting-pro-gb-benefit p:first-of-type {
	color: #513e37;
	font-weight: 600;
}

.hosting-pro-gb-step {
	align-items: flex-start;
	background: #f5f0eb;
	border-radius: 12px;
	display: flex;
	gap: 18px;
	margin-bottom: 16px;
	padding: 20px 22px;
}

.hosting-pro-gb-step__num {
	align-items: center;
	background: #ffd800;
	border-radius: 50%;
	color: #423c3a;
	display: flex;
	flex-shrink: 0;
	font-family: Golos, serif;
	font-size: 18px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	margin: 0 !important;
	width: 44px;
}

.hosting-pro-gb-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(66, 53, 41, 0.08);
	height: 100%;
	padding: 24px;
}

.hosting-pro-gb-card h3 {
	color: #513e37;
	font-family: Golos, serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.hosting-pro-gb-card .wp-block-list {
	color: #423c3a;
	font-family: Golos, serif;
}

.hosting-pro-gb-note {
	color: #655e5b;
	font-family: Golos, serif;
	font-size: 15px;
	font-style: italic;
	margin-top: 24px;
	text-align: center;
}

.hosting-pro-gb-faq {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 12px 16px;
}

.hosting-pro-gb-faq summary {
	color: #513e37;
	cursor: pointer;
	font-family: Golos, serif;
	font-weight: 600;
	list-style: none;
}

.hosting-pro-gb-faq summary::-webkit-details-marker {
	display: none;
}

.hosting-pro-gb-faq[open] summary {
	margin-bottom: 8px;
}

.hosting-pro-gb-faq p {
	color: #423c3a;
	font-family: Golos, serif;
}

.hosting-pro-gb-cta {
	background: #eee8e3;
	padding: clamp(56px, 8vw, 96px) 20px;
	text-align: center;
}

.hosting-pro-gb-cta .wp-block-heading {
	color: #513e37 !important;
	font-family: Golos, serif !important;
	font-size: clamp(24px, 3vw, 30px) !important;
	margin-bottom: 16px !important;
	text-transform: uppercase;
}

.hosting-pro-gb-cta p {
	color: #423c3a;
	font-family: Golos, serif;
	font-size: 17px;
	margin-bottom: 24px;
	margin-inline: auto;
	max-width: 680px;
}

.hosting-pro-gb-cta .wp-block-button__link {
	background: #ff6600 !important;
	border-radius: 6px;
	color: #fff !important;
	font-family: Golos, serif;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 40px;
	text-decoration: none;
	text-transform: uppercase;
}

.hosting-pro-gb-cta .wp-block-button__link:hover {
	filter: brightness(0.9);
	color: #fff !important;
}

.hosting-pro-gb-footer {
	background: #f5f0eb;
	color: #423c3a;
	font-family: Golos, serif;
	font-size: 14px;
	padding: 32px 20px 40px;
	text-align: center;
}

.hosting-pro-gb-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	justify-content: center;
	margin-bottom: 16px;
}

.hosting-pro-gb-footer__links a {
	color: #513e37;
	text-decoration: none;
}

.hosting-pro-gb-footer__links a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.hosting-pro-gb-footer__disclaimer {
	color: #655e5b;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 720px;
}

/* Форма заявки */
.hosting-pro-offer {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(66, 53, 41, 0.08);
	margin: 0 auto;
	max-width: 640px;
	padding: clamp(28px, 5vw, 40px);
}

.hosting-pro-offer__title {
	color: #513e37;
	font-family: Golos, serif;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}

.hosting-pro-offer__text {
	color: #423c3a;
	font-family: Golos, serif;
	margin-bottom: 24px;
	text-align: center;
}

.hosting-pro-offer-form__field {
	margin-bottom: 16px;
}

.hosting-pro-offer-form__label {
	color: #513e37;
	display: block;
	font-family: Golos, serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
}

.hosting-pro-offer-form__input,
.hosting-pro-offer-form__textarea {
	background: #fff;
	border: 1px solid #d8cabd;
	border-radius: 4px;
	box-sizing: border-box;
	color: #423c3a;
	font-family: Golos, serif;
	font-size: 16px;
	padding: 12px 14px;
	width: 100%;
}

.hosting-pro-offer-form__input:focus,
.hosting-pro-offer-form__textarea:focus {
	border-color: #513e37;
	outline: none;
}

.hosting-pro-offer-form__input.is-invalid,
.hosting-pro-offer-form__textarea.is-invalid {
	border-color: #c0392b;
}

.hosting-pro-offer-form__textarea {
	min-height: 100px;
	resize: vertical;
}

.hosting-pro-offer-form__consent {
	align-items: flex-start;
	color: #423c3a;
	display: flex;
	font-family: Golos, serif;
	font-size: 14px;
	gap: 10px;
	margin-bottom: 20px;
}

.hosting-pro-offer-form__consent a {
	color: #513e37;
}

.hosting-pro-offer-form__consent a:hover {
	color: #ff6600;
}

.hosting-pro-offer-form__submit {
	font-size: 14px;
	padding: 16px 24px;
	width: 100%;
}

.hosting-pro-offer-form__error {
	color: #c0392b;
	font-family: Golos, serif;
	font-size: 14px;
}

.hosting-pro-offer-form__success {
	background: #f5f0eb;
	border-radius: 8px;
	color: #513e37;
	font-family: Golos, serif;
	font-size: 15px;
	padding: 14px;
}

@media (max-width: 781px) {
	.hosting-pro-gb-benefits,
	.hosting-pro-gb-types {
		flex-direction: column;
	}

	.hosting-pro-gb-step {
		flex-direction: column;
	}
}
