.wp-site-blocks {
	overflow-x: clip;
}

.ae-site-header {
	background: rgba(247, 244, 238, 0.92);
	border-bottom: 1px solid rgba(23, 33, 29, 0.08);
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(16px);
}

.ae-site-header__inner {
	min-height: 76px;
}

.ae-site-title a {
	color: var(--wp--preset--color--ink);
	font-weight: 800;
}

.ae-hero {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	min-height: 560px;
	position: relative;
	width: 100vw !important;
	isolation: isolate;
	overflow: hidden;
}

.ae-hero::before {
	background: linear-gradient(90deg, rgba(23, 33, 29, 0.82), rgba(23, 33, 29, 0.42) 44%, rgba(23, 33, 29, 0.08) 72%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.ae-hero .wp-block-cover__image-background {
	filter: saturate(0.92) contrast(1.02);
	object-position: center 34%;
}

.ae-hero-content {
	margin-left: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2)) !important;
	max-width: min(720px, calc(100vw - 2.5rem));
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.ae-kicker {
	background: var(--wp--preset--color--road);
	border-radius: 999px;
	color: var(--wp--preset--color--ink);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 0.45rem 0.8rem;
	text-transform: uppercase;
}

.ae-panel,
.ae-card,
.ae-price,
.ae-testimonial,
.ae-form-card,
.ae-plugin-placeholder {
	background: #fffdf8;
	border: 1px solid rgba(23, 33, 29, 0.1);
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(23, 33, 29, 0.08);
}

.ae-panel,
.ae-card,
.ae-price,
.ae-testimonial,
.ae-form-card,
.ae-plugin-placeholder {
	padding: clamp(1.1rem, 2vw, 1.65rem);
}

.ae-card {
	min-height: 100%;
}

.ae-section {
	padding-bottom: var(--wp--preset--spacing--60);
	padding-top: var(--wp--preset--spacing--60);
}

.ae-section-tight {
	padding-bottom: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--50);
}

.ae-band {
	background: #e9f2ed;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
	padding-right: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
}

.ae-feature-strip,
.ae-service-grid,
.ae-testimonial-grid,
.ae-pricing-grid {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1180px !important;
	width: min(100%, 1180px);
}

.ae-feature-strip > *,
.ae-service-grid > *,
.ae-testimonial-grid > *,
.ae-pricing-grid > * {
	align-self: stretch;
	box-sizing: border-box;
	height: 100%;
	min-width: 0;
}

.ae-feature-strip {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ae-feature-card {
	background: #fffdf8;
	border: 1px solid rgba(23, 33, 29, 0.12);
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(23, 33, 29, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 260px;
	padding: clamp(1.35rem, 3vw, 2rem);
}

.ae-feature-card-dark {
	background: var(--wp--preset--color--ink);
	color: #fffdf8;
}

.ae-feature-label {
	color: var(--wp--preset--color--signal);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
}

.ae-feature-card-dark .ae-feature-label {
	color: var(--wp--preset--color--road);
}

.ae-feature-card h3,
.ae-service-card h3,
.ae-price h3 {
	margin-top: 0.7rem;
}

.ae-feature-card .wp-block-buttons {
	margin-top: auto;
}

.ae-section-head {
	margin-bottom: var(--wp--preset--spacing--40);
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 720px;
}

.ae-section-head:not(.ae-section-head-left) {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ae-section-head h1,
.ae-section-head h2 {
	margin-bottom: 0.75rem;
}

.ae-services-section,
.ae-testimonials-section {
	background: #e9f2ed;
	box-sizing: border-box;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	padding-left: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
	padding-right: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
	width: 100vw !important;
}

.ae-service-grid,
.ae-testimonial-grid,
.ae-pricing-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ae-service-card {
	background: #fffdf8;
	border: 1px solid rgba(23, 33, 29, 0.1);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(23, 33, 29, 0.07);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 310px;
	padding: clamp(1.25rem, 2.5vw, 2rem);
}

.ae-service-card::before {
	background: linear-gradient(135deg, var(--wp--preset--color--road), #ffffff 72%);
	border-radius: 999px;
	content: "";
	height: 44px;
	width: 44px;
}

.ae-service-card .wp-block-buttons {
	margin-top: auto;
}

.ae-route-step {
	border-left: 5px solid var(--wp--preset--color--road);
	padding-left: 1rem;
}

.ae-route-step strong {
	display: block;
	font-size: 1.2rem;
}

.ae-price {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 290px;
}

.ae-price-featured {
	background: var(--wp--preset--color--ink);
	color: #fffdf8;
}

.ae-price-value {
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 850;
	line-height: 0.95;
	margin-bottom: 0;
	margin-top: auto;
}

.ae-pricing-note {
	color: var(--wp--preset--color--graphite);
	margin-top: var(--wp--preset--spacing--40);
	max-width: 820px;
}

.ae-footer {
	background: var(--wp--preset--color--ink);
	color: #fffdf8;
	padding-bottom: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--50);
}

.ae-footer a {
	color: var(--wp--preset--color--road);
}

.ae-form-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

.ae-form-field,
.ae-form-field-full {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 0.3rem;
	min-width: 0;
}

.ae-form-field-full {
	grid-column: 1 / -1;
}

.ae-form-card {
	box-sizing: border-box;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.ae-form-card * {
	box-sizing: border-box;
}

.ae-form-card input,
.ae-form-card textarea,
.ae-form-card select {
	background: #fff;
	border: 1px solid rgba(23, 33, 29, 0.22);
	border-radius: 8px;
	color: var(--wp--preset--color--ink);
	font: inherit;
	padding: 0.78rem 0.85rem;
	width: 100%;
}

.ae-form-card button {
	background: var(--wp--preset--color--signal);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 0.85rem 1.2rem;
}

.ae-testimonial {
	display: flex;
	flex-direction: column;
	font-size: 1.04rem;
	height: 100%;
	justify-content: space-between;
	min-height: 260px;
}

.ae-testimonial p:first-child {
	margin-top: 0;
}

.ae-testimonial-name {
	color: var(--wp--preset--color--signal);
	font-weight: 800;
	margin-top: auto;
}

.ae-message {
	border-radius: 8px;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
}

.ae-message-success {
	background: #daf2e7;
	color: #0f5b40;
}

.ae-message-error {
	background: #f8ded8;
	color: #8c2f1b;
}

@media (max-width: 780px) {
	.ae-hero {
		min-height: 560px;
	}

	.ae-site-header__inner {
		min-height: auto;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}

	.ae-feature-strip,
	.ae-service-grid,
	.ae-testimonial-grid,
	.ae-pricing-grid,
	.ae-form-grid {
		grid-template-columns: 1fr;
	}

	.ae-feature-card,
	.ae-service-card,
	.ae-price,
	.ae-testimonial {
		height: auto;
		min-height: auto;
	}
}
