/* ExpatKit Services page (915): practical help by need.
   Loaded only on the Services page by novamira-sandbox/expatkit-services.php.
   Colours are the Passport Navy tokens (--ek-* in Customizer CSS) written as
   literals so this file has no dependency on blog.css. */

/* Anchor targets clear the sticky header. */
#help-by-need,
#checklist,
.ek-svc-panel {
	scroll-margin-top: 104px;
}

/* ---------- Hero ---------- */
.ek-svc-hero .rank-math-breadcrumb p {
	margin: 0 0 20px;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: #CFDDEF;
}
.ek-svc-hero .rank-math-breadcrumb a {
	color: #CFDDEF;
	text-decoration: underline;
	text-decoration-color: rgba(207, 221, 239, 0.45);
	text-underline-offset: 3px;
}
.ek-svc-hero .rank-math-breadcrumb a:hover {
	color: #E5C158;
}
.ek-svc-hero .rank-math-breadcrumb .separator {
	font-size: 0;
}
.ek-svc-hero .rank-math-breadcrumb .separator::before {
	content: "\203A";
	margin: 0 8px;
	font-size: 13px;
	color: #94AAC7;
}
.ek-svc-hero .rank-math-breadcrumb .last {
	color: #FFFFFF;
}
.ek-svc-hero a:focus-visible {
	outline: 3px solid #E5C158;
	outline-offset: 3px;
}

.ek-svc-map {
	margin: 0;
	padding: 22px;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 26px;
}
.ek-svc-map__label {
	margin: 0 0 14px;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #CFDDEF;
}
.ek-svc-map__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ek-svc-map__item {
	margin: 0;
}
/* Two classes: the site's global link colour otherwise wins on navy. */
.ek-svc-map .ek-svc-map__link {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	color: #FFFFFF;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}
.ek-svc-map .ek-svc-map__link:hover,
.ek-svc-map .ek-svc-map__link:focus-visible {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(229, 193, 88, 0.55);
}
.ek-svc-map__icon {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(229, 193, 88, 0.14);
	font-size: 16px;
	color: #E5C158;
}

/* ---------- Section headers (light grounds) ---------- */
.ek-svc-eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.ek-svc-eyebrow .elementor-heading-title::before {
	content: "";
	width: 22px;
	height: 2px;
	background: #C9A227;
}
.elementor-widget-text-editor.ek-svc-intro {
	max-width: 680px;
}

/* ---------- Need cards: visual discovery (image, badge, strong CTA) ---------- */
.ek-svc-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ek-svc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #FAF7F1;
	border: 1px solid #E7E2D7;
	border-radius: 16px;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.ek-svc-card:hover {
	border-color: rgba(201, 162, 39, 0.6);
	box-shadow: 0 16px 32px -22px rgba(10, 27, 51, 0.38);
	transform: translateY(-2px);
}
.ek-svc-card__media {
	flex: none;
	height: 160px;
	margin: 0;
	overflow: hidden;
	background: #E7E2D7;
}
.ek-svc-card__media .ek-svc-card__img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	border-radius: 0;
}
.ek-svc-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 0 22px 22px;
}
.ek-svc-card__icon,
.ek-svc-panel__icon {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	background: #F5E7BE;
	color: #0A1B33;
}
.ek-svc-card__icon {
	position: relative;
	z-index: 1;
	width: 36px;
	height: 36px;
	margin: -18px 0 12px;
	border-radius: 10px;
	box-shadow: 0 0 0 3px #FAF7F1;
	font-size: 16px;
}
.ek-svc-card--no-image .ek-svc-card__icon {
	margin-top: 22px;
}
.ek-svc-card__title {
	margin: 0 0 8px;
	font-family: Fraunces, Georgia, serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #0A1B33;
}
.ek-svc-card__desc {
	flex: 1 1 auto;
	margin: 0 0 18px;
	font-family: Inter, sans-serif;
	font-size: 15.5px;
	line-height: 1.55;
	color: #5C6B7F;
}
/* Two classes so the site's global link and hover colours can't win. */
.ek-svc-card .ek-svc-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 10px;
	background: #0A1B33;
	font-family: Inter, sans-serif;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.2;
	color: #FAF7F1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}
/* The whole card is clickable through the CTA; its own focus ring stays visible. */
.ek-svc-card .ek-svc-card__cta::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
}
.ek-svc-card__arrow {
	font-size: 18px;
	line-height: 1;
	color: #E5C158;
	transition: transform 0.2s ease, color 0.2s ease;
}
.ek-svc-card:hover .ek-svc-card__cta,
.ek-svc-card .ek-svc-card__cta:hover,
.ek-svc-card .ek-svc-card__cta:focus-visible {
	background: #C9A227;
	color: #0A1B33;
}
.ek-svc-card:hover .ek-svc-card__arrow,
.ek-svc-card .ek-svc-card__cta:focus-visible .ek-svc-card__arrow {
	color: #0A1B33;
	transform: translateX(3px);
}
.ek-svc-card .ek-svc-card__cta:focus-visible {
	outline: 3px solid #0A1B33;
	outline-offset: 3px;
}

/* ---------- Need panels: text-first explanation ---------- */
.ek-svc-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.ek-svc-panel {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 28px 28px 22px;
	background: #FFFFFF;
	border: 1px solid #E7E2D7;
	border-radius: 16px;
}
.ek-svc-panel:target {
	border-color: #C9A227;
	box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}
.ek-svc-panel__head {
	display: flex;
	align-items: center;
	gap: 14px;
}
.ek-svc-panel__icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	font-size: 19px;
}
.ek-svc-panel__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #0A1B33;
}
.ek-svc-panel__intro {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 15.5px;
	line-height: 1.6;
	color: #5C6B7F;
}
.ek-svc-panel__steps {
	display: grid;
	gap: 10px;
	margin: 2px 0 4px;
	padding: 0;
	list-style: none;
}
.ek-svc-panel__step {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #101A28;
}
.ek-svc-panel__step i {
	flex: none;
	margin-top: 3px;
	font-size: 15px;
	color: #9A7A12;
}
/* Editorial footer link: lighter than the card buttons above. */
.ek-svc-panel__links {
	margin: auto 0 0;
	border-top: 1px solid #E7E2D7;
}
.ek-svc-panel .ek-svc-panel__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 44px;
	padding: 14px 2px 0;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: #0A1B33;
	text-decoration: none;
}
.ek-svc-panel .ek-svc-panel__link:hover,
.ek-svc-panel .ek-svc-panel__link:focus-visible {
	color: #0A1B33;
	text-decoration: underline;
	text-decoration-color: #C9A227;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}
.ek-svc-panel__arrow {
	font-size: 18px;
	line-height: 1;
	color: #9A7A12;
	transition: transform 0.2s ease;
}
.ek-svc-panel .ek-svc-panel__link:hover .ek-svc-panel__arrow,
.ek-svc-panel .ek-svc-panel__link:focus-visible .ek-svc-panel__arrow {
	transform: translateX(3px);
}
.ek-svc-panel .ek-svc-panel__link:focus-visible {
	outline: 3px solid #0A1B33;
	outline-offset: 4px;
	border-radius: 4px;
}

/* ---------- Destination guides ---------- */
.ek-svc-guides__head {
	max-width: 680px;
	margin: 0 0 28px;
}
.ek-svc-guides__title {
	margin: 0 0 12px;
	font-family: Fraunces, Georgia, serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -1px;
	color: #101A28;
}
.ek-svc-guides__intro {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #5C6B7F;
}
.ek-svc-guides__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ek-svc-guides__list--single {
	grid-template-columns: minmax(0, 640px);
}
.ek-svc-guide {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 24px 26px;
	background: #FAF7F1;
	border: 1px solid #E7E2D7;
	border-radius: 16px;
	transition: border-color 0.2s ease;
}
.ek-svc-guide:hover {
	border-color: #C9A227;
}
.ek-svc-guide:focus-within {
	outline: 3px solid #0A1B33;
	outline-offset: 3px;
}
.ek-svc-guide__meta {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5C6B7F;
}
.ek-svc-guide__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #0A1B33;
}
.ek-svc-guide__title a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
.ek-svc-guide__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
}
.ek-svc-guide__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	font-family: Inter, sans-serif;
	font-size: 14.5px;
	font-weight: 600;
	color: #0A1B33;
}
.ek-svc-guide__arrow {
	color: #9A7A12;
	transition: transform 0.2s ease;
}
.ek-svc-guide:hover .ek-svc-guide__arrow {
	transform: translateX(3px);
}
.ek-svc-guides__all {
	margin: 22px 0 0;
}
.ek-svc-guides__all .ek-svc-panel__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 24px;
	font-family: Inter, sans-serif;
	font-size: 14.5px;
	font-weight: 600;
	color: #0A1B33;
	text-decoration: underline;
	text-decoration-color: rgba(10, 27, 51, 0.3);
	text-underline-offset: 4px;
}
.ek-svc-guides__all .ek-svc-panel__link:hover {
	color: #0A1B33;
	text-decoration-color: #C9A227;
}
.ek-svc-guides__all a:focus-visible {
	outline: 3px solid #0A1B33;
	outline-offset: 3px;
}

/* ---------- Checklist CTA (section 114e6e0, card 80542a8) ---------- */
.ek-svc-cta .ek-cta-dark .wpforms-container {
	max-width: 560px;
	margin: 14px 0 0;
}
.ek-svc-cta .ek-cta-dark .ek-form-microcopy {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #CFDDEF;
}
.ek-svc-cta .ek-cta-dark .wpforms-confirmation-container-full a {
	font-weight: 600;
	color: #FBEFCB;
	text-decoration: underline;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	/* Stacked hero: the area map would repeat the cards right below it. */
	.e-con.ek-svc-hero__aside {
		display: none;
	}
	.ek-svc-cards,
	.ek-svc-guides__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ek-svc-cards {
		gap: 20px;
	}
	.ek-svc-card__media {
		height: 176px;
	}
	.ek-svc-guides__list--single {
		grid-template-columns: minmax(0, 640px);
	}
}
@media (max-width: 767px) {
	.ek-svc-cards,
	.ek-svc-panels,
	.ek-svc-guides__list,
	.ek-svc-guides__list--single {
		grid-template-columns: minmax(0, 1fr);
	}
	.ek-svc-cards {
		gap: 16px;
	}
	.ek-svc-card__media {
		height: 168px;
	}
	.ek-svc-card__body {
		padding: 0 18px 18px;
	}
	.ek-svc-card__title {
		font-size: 19px;
	}
	.ek-svc-card__desc {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.ek-svc-card .ek-svc-card__cta {
		min-height: 46px;
	}
	.ek-svc-panel {
		gap: 12px;
		padding: 20px 18px 18px;
	}
	.ek-svc-panel__icon {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}
	.ek-svc-panel__title {
		font-size: 21px;
	}
	.ek-svc-panel__intro {
		font-size: 15px;
		line-height: 1.55;
	}
	.ek-svc-panel__steps {
		gap: 8px;
	}
	.ek-svc-panel__step {
		font-size: 14.5px;
	}
	.ek-svc-guide {
		padding: 20px 18px;
	}
	.ek-svc-guide__title {
		font-size: 18px;
	}
	.ek-svc-guides__title {
		font-size: 29px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.ek-svc-card,
	.ek-svc-card__arrow,
	.ek-svc-panel__arrow,
	.ek-svc-guide__arrow,
	.ek-svc-map .ek-svc-map__link {
		transition: none;
	}
	.ek-svc-card:hover,
	.ek-svc-card:hover .ek-svc-card__arrow,
	.ek-svc-panel .ek-svc-panel__link:hover .ek-svc-panel__arrow,
	.ek-svc-guide:hover .ek-svc-guide__arrow {
		transform: none;
	}
}

/* ---------- FAQ: native <details> accordion, no JavaScript ---------- */
/* A single readable column: constrain the section's own children rather than
   the Elementor container, so the boxed width is left untouched. */
.ek-svc-faq.e-con > .e-con-inner > .elementor-widget,
.ek-svc-faq.e-con > .elementor-widget {
	/* Beats Elementor's own .e-con > .elementor-widget rule, which has the same
	   specificity but loads later. */
	max-width: 960px;
}
.ek-faq {
	width: 100%;
}
.ek-faq__item {
	background: #FAF7F1;
	border: 1px solid #E7E2D7;
	border-radius: 15px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}
.ek-faq__item + .ek-faq__item {
	margin-top: 12px;
}
.ek-faq__item:hover {
	border-color: rgba(201, 162, 39, 0.55);
}
.ek-faq__item[open] {
	background: #FFFFFF;
	border-color: rgba(10, 27, 51, 0.22);
}
/* Two classes so the theme's global summary/list styles can't win. */
.ek-faq .ek-faq__q {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	min-height: 44px;
	margin: 0;
	padding: 20px 22px;
	cursor: pointer;
	list-style: none;
	font-family: Fraunces, Georgia, serif;
	font-size: 17.5px;
	font-weight: 600;
	line-height: 1.35;
	color: #0A1B33;
}
.ek-faq .ek-faq__q::-webkit-details-marker,
.ek-faq .ek-faq__q::marker {
	display: none;
	content: "";
}
.ek-faq .ek-faq__q:focus-visible {
	outline: 3px solid #0A1B33;
	outline-offset: 3px;
	border-radius: 15px;
}
.ek-faq__item:hover .ek-faq__q {
	color: #0A1B33;
}
/* A plus that becomes a minus, drawn in CSS so no icon font is needed. */
.ek-faq__marker {
	position: relative;
	flex: none;
	width: 18px;
	height: 18px;
	margin-top: 4px;
}
.ek-faq__marker::before,
.ek-faq__marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #9A7A12;
	border-radius: 2px;
	transition: transform 0.2s ease;
}
.ek-faq__marker::after {
	transform: rotate(90deg);
}
.ek-faq__item[open] .ek-faq__marker::after {
	transform: rotate(0deg);
}
.ek-faq__a {
	padding: 0 22px 20px;
	font-family: Inter, sans-serif;
	font-size: 15.5px;
	line-height: 1.65;
	color: #5C6B7F;
}
.ek-faq__a p {
	margin: 0 0 12px;
}
.ek-faq__a ul,
.ek-faq__a ol {
	margin: 0 0 12px;
	padding-left: 20px;
}
.ek-faq__a li {
	margin: 0 0 6px;
}
.ek-faq__a > :last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.ek-faq .ek-faq__q {
		padding: 18px;
		font-size: 16.5px;
		gap: 14px;
	}
	.ek-faq__a {
		padding: 0 18px 18px;
		font-size: 15px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.ek-faq__item,
	.ek-faq__marker::before,
	.ek-faq__marker::after {
		transition: none;
	}
}
/* The question is a real h3 for document outline and screen-reader heading
   navigation; it inherits the summary's own type styles. */
.ek-faq .ek-faq__q-text {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

/* ---------- Checklist lead magnet (section 114e6e0) ---------- */
.ek-svc-lead.e-con > .e-con-inner > .elementor-widget,
.ek-svc-lead.e-con > .elementor-widget {
	max-width: none;
}
.ek-svc-lead__row {
	align-items: stretch;
}
/* Left column: value */
.ek-svc-lead__main .ek-svc-lead__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}
.ek-svc-lead__proof-item {
	position: relative;
	margin: 0;
	padding-left: 26px;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #FAF7F1;
}
.ek-svc-lead__proof-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border: 2px solid #E5C158;
	border-radius: 5px;
}
.ek-svc-lead__proof-item::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 5px;
	height: 9px;
	margin-top: -6px;
	border: solid #E5C158;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/* The 7-phase sequence: a lightweight rail, not a diagram */
.ek-svc-lead__phases {
	padding-top: 22px;
	border-top: 1px solid rgba(250, 247, 241, 0.18);
}
.ek-svc-lead__phases-label {
	margin: 0 0 12px;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #E5C158;
}
.ek-svc-lead__phase-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ekphase;
}
.ek-svc-lead__phase {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 13.5px;
	line-height: 1.3;
	color: #CFDDEF;
}
.ek-svc-lead__phase + .ek-svc-lead__phase::before {
	content: "\2192";
	margin: 0 10px;
	color: rgba(229, 193, 88, 0.75);
}
/* Right column: the product card. Ivory on navy, never a second dark card. */
.ek-svc-lead__aside {
	background: #FAF7F1;
	border: 1px solid rgba(250, 247, 241, 0.5);
	border-radius: 18px;
}
.ek-svc-lead__preview {
	text-align: center;
}
.ek-svc-lead__cover {
	margin: 0 0 12px;
}
.ek-svc-lead .ek-svc-lead__cover-img {
	display: inline-block;
	width: 196px;
	height: auto;
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 34px -20px rgba(10, 27, 51, 0.55);
}
.ek-svc-lead__spec {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #5C6B7F;
}
/* Form inside the ivory card */
.ek-svc-lead .wpforms-field-label {
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0A1B33;
}
.ek-svc-lead .wpforms-form input[type="email"] {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	background: #FFFFFF;
	border: 1px solid #C9D2DE;
	border-radius: 10px;
	font-family: Inter, sans-serif;
	font-size: 16px;
	color: #0A1B33;
}
.ek-svc-lead .wpforms-form input[type="email"]:focus-visible {
	outline: 3px solid #0A1B33;
	outline-offset: 2px;
}
.ek-svc-lead .wpforms-form button[type="submit"] {
	width: 100%;
	min-height: 48px;
	padding: 12px 22px;
	background: #C9A227;
	border: 0;
	border-radius: 10px;
	font-family: Inter, sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	color: #0A1B33;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}
.ek-svc-lead .wpforms-form button[type="submit"]:hover {
	background: #E5C158;
	transform: translateY(-1px);
}
.ek-svc-lead .wpforms-form button[type="submit"]:focus-visible {
	outline: 3px solid #0A1B33;
	outline-offset: 3px;
}
/* .ek-form-microcopy is only styled inside .ek-lead on the homepage, so the
   Services copy needs its own rule or it inherits theme paragraph styles. */
.ek-svc-lead .ek-form-microcopy {
	margin: 12px 0 0;
	font-family: Inter, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #5C6B7F;
}
.ek-svc-lead .wpforms-confirmation-container,
.ek-svc-lead .wpforms-confirmation-container-full {
	/* WPForms renders the AJAX success box without the -full suffix here. */
	background: #FFFFFF;
	border: 1px solid #C9A227;
	border-radius: 12px;
	color: #0A1B33;
}
@media (max-width: 1024px) {
	.ek-svc-lead__aside {
		width: 100%;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.ek-svc-lead__proof {
		gap: 10px 18px;
	}
	.ek-svc-lead__proof-item {
		font-size: 15px;
	}
	.ek-svc-lead .ek-svc-lead__cover-img {
		width: 168px;
	}
	.ek-svc-lead__phase {
		font-size: 13px;
	}
	.ek-svc-lead__phase + .ek-svc-lead__phase::before {
		margin: 0 7px;
	}
	.ek-svc-lead .wpforms-form button[type="submit"] {
		min-height: 50px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.ek-svc-lead .wpforms-form button[type="submit"] {
		transition: none;
	}
	.ek-svc-lead .wpforms-form button[type="submit"]:hover {
		transform: none;
	}
}

.ek-svc-lead .wpforms-confirmation-container p {
	margin: 0 0 10px;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #0A1B33;
}
.ek-svc-lead .wpforms-confirmation-container p:last-child {
	margin-bottom: 0;
}
.ek-svc-lead .wpforms-confirmation-container a {
	font-weight: 700;
	color: #0A1B33;
	text-decoration: underline;
	text-decoration-color: #C9A227;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.ek-svc-lead .wpforms-confirmation-container a:focus-visible {
	outline: 3px solid #0A1B33;
	outline-offset: 3px;
}
/* Second microcopy line: subordinate through size and tighter grouping, not
   through weaker colour, so it keeps the same 5.08:1 contrast as the first. */
.ek-svc-lead .ek-form-microcopy--secondary {
	margin-top: 4px;
	font-size: 12.5px;
}
