.wp-block-gaho-blocks-section-row.gaho-section-row {
	padding-top: 40px;
	padding-bottom: 60px;
	
}

.wp-block-gaho-blocks-section-row.gaho-section-row > .wp-block-heading,
.wp-block-gaho-blocks-section-row.gaho-section-row > h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
	text-align: center;
}

.wp-block-gaho-blocks-section-row.gaho-section-row > p {
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	text-align: center;
	margin-bottom: 48px;
}

.wp-block-gaho-blocks-hero-message.gaho-hero-message h2,
.wp-block-gaho-blocks-hero-message.gaho-hero-message .wp-block-heading {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
	text-align: center;
}

.wp-block-gaho-blocks-hero-message.gaho-hero-message p {
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	text-align: center;
	margin-bottom: 48px;
}

.wp-block-gaho-blocks-features-grid.gaho-features-grid {
	display: grid;
	grid-template-columns: repeat(
		auto-fit,
		minmax(min(250px, 100%), 1fr)
	);
	gap: 30px;
	padding: 0;
}

.wp-block-gaho-blocks-features-grid.gaho-features-grid.gaho-features-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-block-gaho-blocks-features-grid.gaho-features-grid.gaho-features-grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-gaho-blocks-features-grid .wp-block-gaho-blocks-feature-item.gaho-feature-item {
	text-align: left;
	padding: 28px 24px;
	border: 1px solid #e8e0f0;
	border-radius: 8px;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.wp-block-gaho-blocks-features-grid .wp-block-gaho-blocks-feature-item.gaho-feature-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	background: #faf7fc;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__icon-wrap {
	width: 68px;
	height: 68px;
	border-radius: 999px;
	background: #56ccc8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 18px 0;
	overflow: hidden;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__icon {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__icon-placeholder {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__content {
	text-align: left;
	color: #6a6e73;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__content.has-text-align-center,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content .has-text-align-center {
	text-align: left;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h1,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h2,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h3,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h4,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h5,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h6 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	color: #1a1a1a;
	text-align: left !important;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h3 a {
	color: #1a1a1a;
	text-decoration: none;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h3 a:hover {
	color: #333333;
}

.wp-block-gaho-blocks-features-grid .gaho-feature-item__content p,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content ul,
.wp-block-gaho-blocks-features-grid .gaho-feature-item__content ol {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
	text-align: left !important;
}

.editor-styles-wrapper .wp-block-gaho-blocks-features-grid.gaho-features-grid {
	gap: 24px;
}

.editor-styles-wrapper .wp-block-gaho-blocks-features-grid .block-editor-inner-blocks {
	width: 100%;
}

.editor-styles-wrapper .wp-block-gaho-blocks-features-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
}

.editor-styles-wrapper .wp-block-gaho-blocks-features-grid.gaho-features-grid--cols-2 > .block-editor-inner-blocks > .block-editor-block-list__layout {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-styles-wrapper .wp-block-gaho-blocks-features-grid.gaho-features-grid--cols-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-gaho-blocks-process-flow.gaho-process-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	padding: 0;
	margin-bottom: 48px;
}

.wp-block-gaho-blocks-process-flow.gaho-process-flow--count-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-gaho-blocks-process-flow.gaho-process-flow--count-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-gaho-blocks-process-flow .wp-block-gaho-blocks-process-step.gaho-process-step {
	flex: 1 1 0;
	min-width: 0;
	position: relative;
	text-align: left;
	padding: 0 12px;
}

.wp-block-gaho-blocks-process-flow.gaho-process-flow--count-4 .wp-block-gaho-blocks-process-step.gaho-process-step:not(:last-child)::after {
	content: "→";
	position: absolute;
	top: 60px;
	right: -28px;
	font-size: 20px;
	line-height: 1;
}

.wp-block-gaho-blocks-process-flow .gaho-process-step__icon-wrap {
	width: 124px;
	height: 124px;
	margin: 0 auto 16px;
	border-radius: 999px;
	background: #ececf1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.wp-block-gaho-blocks-process-flow .gaho-process-step__icon {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.wp-block-gaho-blocks-process-flow .gaho-process-step__icon-placeholder {
	font-size: 12px;
	font-weight: 700;
	color: #585f6b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wp-block-gaho-blocks-process-flow .gaho-process-step__content {
	color: #555b66;
}

.wp-block-gaho-blocks-process-flow .gaho-process-step__content h1,
.wp-block-gaho-blocks-process-flow .gaho-process-step__content h2,
.wp-block-gaho-blocks-process-flow .gaho-process-step__content h3
 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.wp-block-gaho-blocks-process-flow .gaho-process-step__content p,
.wp-block-gaho-blocks-process-flow .gaho-process-step__content ul,
.wp-block-gaho-blocks-process-flow .gaho-process-step__content ol {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
	text-align: left;
}

.editor-styles-wrapper .wp-block-gaho-blocks-process-flow > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	width: 100%;
}

.editor-styles-wrapper .wp-block-gaho-blocks-process-flow.gaho-process-flow--count-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editor-styles-wrapper .wp-block-gaho-blocks-process-flow.gaho-process-flow--count-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.editor-styles-wrapper .wp-block-gaho-blocks-process-flow .gaho-process-step__add-btn {
	margin-top: 14px;
	min-width: 36px;
	height: 36px;
	border: 1px solid #c7ced9;
	border-radius: 999px;
	background: #ffffff;
	color: #1f2937;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.editor-styles-wrapper .wp-block-gaho-blocks-process-flow .gaho-process-step__add-btn[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.wp-block-gaho-blocks-cta-button .gaho-cta-button-wrap,
.wp-block-gaho-blocks-cta-button.gaho-cta-button-wrap {
	display: flex;
	width: 100%;
}

.wp-block-gaho-blocks-cta-button .gaho-cta-button-wrap.gaho-align-left,
.wp-block-gaho-blocks-cta-button.gaho-cta-button-wrap.gaho-align-left {
	justify-content: flex-start;
}

.wp-block-gaho-blocks-cta-button .gaho-cta-button-wrap.gaho-align-center,
.wp-block-gaho-blocks-cta-button.gaho-cta-button-wrap.gaho-align-center {
	justify-content: center;
}

.wp-block-gaho-blocks-cta-button .gaho-cta-button-wrap.gaho-align-right,
.wp-block-gaho-blocks-cta-button.gaho-cta-button-wrap.gaho-align-right {
	justify-content: flex-end;
}

.wp-block-gaho-blocks-cta-button .gaho-cta-button--block,
.wp-block-gaho-blocks-cta-button.gaho-is-block .gaho-cta-button--block {
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.wp-block-gaho-blocks-cta-button a.cta-btn {
	text-decoration: none;
	background: #3d4da8;
	color: #ffffff;
	padding: 12px 40px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 15px;
	border: 2px solid #3d4da8;
	display: inline-block;
	transition: all 0.3s ease;
}

.wp-block-gaho-blocks-cta-button a.cta-btn:hover {
	background: #2d3a85;
	border-color: #2d3a85;
	color: #ffffff;
}

.wp-block-gaho-blocks-cta-button a.gaho-cta-button--minimal {
	background: transparent;
	border: 1px solid currentColor;
	box-shadow: none;
}

@media (max-width: 991px) {
	.wp-block-gaho-blocks-features-grid.gaho-features-grid,
	.wp-block-gaho-blocks-features-grid.gaho-features-grid.gaho-features-grid--cols-2,
	.wp-block-gaho-blocks-features-grid.gaho-features-grid.gaho-features-grid--cols-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wp-block-gaho-blocks-process-flow.gaho-process-flow {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.editor-styles-wrapper .wp-block-gaho-blocks-process-flow > .block-editor-inner-blocks > .block-editor-block-list__layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.wp-block-gaho-blocks-process-flow .wp-block-gaho-blocks-process-step.gaho-process-step:nth-child(2n)::after {
		display: none;
	}

	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h1,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h2,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h3,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h4,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h5,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h6 {
		font-size: 22px;
	}

	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content p,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content ul,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content ol {
		font-size: 15px;
	}

	.editor-styles-wrapper .wp-block-gaho-blocks-features-grid > .block-editor-inner-blocks > .block-editor-block-list__layout,
	.editor-styles-wrapper .wp-block-gaho-blocks-features-grid.gaho-features-grid--cols-2 > .block-editor-inner-blocks > .block-editor-block-list__layout,
	.editor-styles-wrapper .wp-block-gaho-blocks-features-grid.gaho-features-grid--cols-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wp-block-gaho-blocks-features-grid.gaho-features-grid,
	.wp-block-gaho-blocks-features-grid.gaho-features-grid.gaho-features-grid--cols-2,
	.wp-block-gaho-blocks-features-grid.gaho-features-grid.gaho-features-grid--cols-3 {
		grid-template-columns: 1fr;
	}

	.wp-block-gaho-blocks-process-flow.gaho-process-flow {
		display: grid;
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.editor-styles-wrapper .wp-block-gaho-blocks-process-flow > .block-editor-inner-blocks > .block-editor-block-list__layout {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.wp-block-gaho-blocks-process-flow .wp-block-gaho-blocks-process-step.gaho-process-step:not(:last-child)::after {
		display: none;
	}

	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h1,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h2,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h3,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h4,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h5,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content h6 {
		font-size: 20px;
	}

	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content p,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content ul,
	.wp-block-gaho-blocks-features-grid .gaho-feature-item__content ol {
		font-size: 15px;
	}

	.editor-styles-wrapper .wp-block-gaho-blocks-features-grid > .block-editor-inner-blocks > .block-editor-block-list__layout,
	.editor-styles-wrapper .wp-block-gaho-blocks-features-grid.gaho-features-grid--cols-2 > .block-editor-inner-blocks > .block-editor-block-list__layout,
	.editor-styles-wrapper .wp-block-gaho-blocks-features-grid.gaho-features-grid--cols-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
		grid-template-columns: 1fr;
	}
}

.gaho-hero-message{
	text-align: center;
}
