.country-page-kenya {
	--country-bg: #f6f8fc;
	--country-surface: #ffffff;
	--country-muted: #eef3fa;
	--country-text: #081b31;
	--country-accent: #aa8338;
	--country-line: rgba(8, 27, 49, 0.1);
	background: var(--country-bg);
	color: var(--country-text);
	padding: 2.5rem 0 4rem;
}

.country-page-kenya .country-shell {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

.country-page-kenya .country-section {
	padding: 2.75rem 0;
	border-top: 0;
}

.country-page-kenya .country-section-muted {
	background: var(--country-muted);
}

.country-page-kenya #overview-services {
	text-align: center;
}

.country-page-kenya #overview-services h2 {
	margin-left: auto;
	margin-right: auto;
}

.country-page-kenya #overview-services h2:not(:first-of-type) {
	margin-top: 3rem;
}

.country-page-kenya #overview-services > .country-shell > p {
	margin-left: auto;
	margin-right: auto;
	max-width: 78ch;
}

.country-page-kenya #benefits-industries {
	text-align: center;
}

.country-page-kenya #benefits-industries h2 {
	margin-left: auto;
	margin-right: auto;
}

.country-page-kenya #benefits-industries h2:not(:first-of-type) {
	margin-top: 3rem;
}

.country-page-kenya #benefits-industries > .country-shell > p {
	margin-left: auto;
	margin-right: auto;
	max-width: 78ch;
}

.country-page-kenya #benefits-industries {
	--bi-blue: #081b31;
	--bi-gold: #aa8338;
	--bi-list-height: clamp(16rem, 23vw, 18.5rem);
	--bi-center-offset: clamp(8.8rem, 11vw, 10.8rem);
}

.country-page-kenya .bi-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 200px minmax(0, 1fr);
	gap: clamp(1.2rem, 2.5vw, 2.4rem);
	align-items: stretch;
}

.country-page-kenya .bi-section-head {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 0.6rem;
	margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

.country-page-kenya .bi-section-kicker {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bi-blue);
}

.country-page-kenya .bi-section-kicker::before,
.country-page-kenya .bi-section-kicker::after {
	content: '';
	width: clamp(2.5rem, 7vw, 4.3rem);
	height: 1px;
	background: rgba(52, 120, 246, 0.26);
}

.country-page-kenya .bi-section-title {
	font-size: clamp(1.9rem, 4.6vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	margin: 0;
	max-width: 30ch;
}

@media (min-width: 769px) {
	.country-page-kenya .bi-section-title {
		white-space: nowrap;
	}
}

.country-page-kenya .bi-section-intro {
	max-width: 52ch;
	font-size: clamp(0.98rem, 2vw, 1.1rem);
	line-height: 1.6;
	color: rgba(8, 27, 49, 0.7);
	margin: 0;
}

.country-page-kenya .bi-section-accent {
	width: 4.3rem;
	height: 0.28rem;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--bi-blue) 0%, var(--bi-gold) 100%);
}

.country-page-kenya .bi-panel {
	background: transparent;
	border: 0;
	border-radius: 1.2rem;
	padding: clamp(1.4rem, 3vw, 2rem);
	box-shadow: none;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	align-self: stretch;
	text-align: center;
}

.country-page-kenya .bi-icon-badge {
	width: 3.8rem;
	height: 3.8rem;
	margin: 0 auto 0.35rem;
	border-radius: 50%;
	background: rgba(52, 120, 246, 0.1);
	border: 1px solid rgba(52, 120, 246, 0.22);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bi-blue);
	flex-shrink: 0;
}

.country-page-kenya .bi-icon-badge svg {
	width: 1.6rem;
	height: 1.6rem;
}

.country-page-kenya .bi-icon-badge--gold {
	background: rgba(170, 131, 56, 0.1);
	border-color: rgba(170, 131, 56, 0.28);
	color: var(--bi-gold);
}

.country-page-kenya .bi-panel h2 {
	font-size: clamp(1.2rem, 2.4vw, 1.48rem);
	margin: 0 0 0.25rem;
}

.country-page-kenya .bi-panel > p {
	font-size: 0.87rem;
	line-height: 1.6;
	color: rgba(8, 27, 49, 0.65);
	max-width: none;
	margin: 0;
}

.country-page-kenya .bi-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-rows: repeat(6, minmax(0, 1fr));
	gap: 0.45rem;
	text-align: left;
	min-height: var(--bi-list-height);
}

.country-page-kenya .bi-check-list li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.5rem 0.85rem;
	border: 1px solid rgba(52, 120, 246, 0.22);
	border-radius: 0.55rem;
	font-size: 0.87rem;
	font-weight: 500;
	color: var(--country-text);
	background: #ffffff;
}

.country-page-kenya .bi-check-list li::before {
	content: '✓';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background: var(--bi-blue);
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 700;
	flex-shrink: 0;
}

.country-page-kenya .bi-check-list--gold li {
	border-color: rgba(170, 131, 56, 0.2);
}

.country-page-kenya .bi-check-list--gold li::before {
	background: var(--bi-gold);
}

.country-page-kenya .bi-center-col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5rem;
	align-self: start;
	height: var(--bi-list-height);
	margin-top: var(--bi-center-offset);
}

.country-page-kenya .bi-donut-wrap {
	position: relative;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.country-page-kenya .bi-donut-wrap::before {
	content: '';
	position: absolute;
	inset: -20px;
	border-radius: 50%;
	border: 2px dashed rgba(52, 120, 246, 0.3);
	pointer-events: none;
}

.country-page-kenya .bi-donut-ring {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: conic-gradient(var(--bi-gold) 0deg 180deg, var(--bi-blue) 180deg 360deg);
	display: flex;
	align-items: center;
	justify-content: center;
}

.country-page-kenya .bi-donut-hole {
	width: 56%;
	height: 56%;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 18px rgba(8, 27, 49, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bi-blue);
}

.country-page-kenya .bi-donut-hole svg {
	width: 2rem;
	height: 2rem;
}

.country-page-kenya .bi-dot {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
}

.country-page-kenya .bi-dot-l {
	left: -26px;
	background: var(--bi-blue);
}

.country-page-kenya .bi-dot-r {
	right: -26px;
	background: var(--bi-gold);
}

@media (max-width: 768px) {
	.country-page-kenya .bi-section-kicker {
		font-size: 0.8rem;
		gap: 0.5rem;
	}

	.country-page-kenya .bi-layout {
		grid-template-columns: 1fr;
	}

	.country-page-kenya .bi-center-col {
		display: none;
	}
}

.country-page-kenya .country-hero {
	padding-top: 1rem;
	border-top: 0;
}

.country-page-kenya .country-hero-stage {
	position: relative;
	display: grid;
	gap: 1.55rem;
	grid-template-columns: minmax(0, 1fr);
	padding: clamp(0.4rem, 1.2vw, 0.85rem) 0;
	min-height: clamp(470px, 50vw, 590px);
}

.country-page-kenya .country-hero-copy {
	max-width: 100%;
	padding-top: clamp(0.7rem, 2.2vw, 1.8rem);
	padding-left: clamp(0.35rem, 1.2vw, 1rem);
	padding-right: clamp(0.35rem, 1.2vw, 1rem);
}

.country-page-kenya .country-hero .country-eyebrow {
	font-size: 0.7rem;
	padding: 0.22rem 0.62rem;
	margin-bottom: 0.45rem;
}

.country-page-kenya .country-hero h1 {
	font-size: clamp(2rem, 4.3vw, 3.25rem);
	line-height: 1.12;
	margin-bottom: 0.95rem;
	margin-top: clamp(0.65rem, 2vw, 1.3rem);
	max-width: none;
}

@keyframes kenyaGradientMove {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.country-page-kenya .country-hero .country-hero-title-animated {
	background: linear-gradient(
		90deg,
		#081b31 0%,
		#aa8338 25%,
		#081b31 50%,
		#aa8338 75%,
		#081b31 100%
	);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: kenyaGradientMove 8s ease infinite;
	display: inline-block;
}

.country-page-kenya .country-section-title-animated {
	font-size: clamp(2rem, 4.3vw, 3.25rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	background: linear-gradient(
		90deg,
		#081b31 0%,
		#aa8338 25%,
		#081b31 50%,
		#aa8338 75%,
		#081b31 100%
	);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: kenyaGradientMove 8s ease infinite;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.country-page-kenya .country-hero p {
	font-size: 0.95rem;
	line-height: 1.62;
	max-width: 78ch;
}

.country-page-kenya .country-hero-copy > p {
	margin-top: clamp(1.35rem, 3.2vw, 2.2rem);
	margin-bottom: 0;
}

.country-page-kenya .country-hero-subtext {
	margin-top: 0.62rem;
}

.country-page-kenya .country-hero-media {
	position: relative;
	width: 100%;
	min-height: clamp(250px, 34vw, 360px);
	border-radius: 999px;
	overflow: hidden;
	border: 1px solid rgba(8, 27, 49, 0.14);
	box-shadow: 0 20px 34px rgba(8, 27, 49, 0.17);
}

.country-page-kenya .country-hero-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.country-page-kenya .country-highlight-card {
	background: linear-gradient(165deg, #ffffff 0%, #f8efe2 100%);
	border: 1px solid rgba(170, 131, 56, 0.28);
	border-radius: 1rem;
	padding: 1.1rem;
	box-shadow: 0 14px 28px rgba(8, 27, 49, 0.08);
}

.country-page-kenya .country-highlight-card-glass {
	position: absolute;
	top: clamp(8.6rem, 18vw, 12.8rem);
	right: clamp(0.6rem, 1.8vw, 1.35rem);
	max-width: min(430px, 38%);
	backdrop-filter: blur(20px) saturate(145%);
	-webkit-backdrop-filter: blur(20px) saturate(145%);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.18));
	border: 1px solid rgba(255, 255, 255, 0.78);
	box-shadow: 0 18px 42px rgba(8, 27, 49, 0.22);
	z-index: 3;
	padding: 1.2rem 1.2rem 1.1rem;
}

.country-page-kenya .country-highlight-card-glass h3 {
	font-size: 1.02rem;
	line-height: 1.25;
}

.country-page-kenya .country-highlight-card-glass p {
	margin-top: 0.5rem;
	font-size: 0.88rem;
	line-height: 1.45;
}

.country-page-kenya .country-highlight-card-glass ul {
	margin-top: 0.7rem;
	gap: 0.28rem;
	padding-left: 0;
}

.country-page-kenya .country-highlight-card-glass li {
	font-size: 0.9rem;
	line-height: 1.35;
	list-style: none;
	position: relative;
	padding-left: 1.38rem;
}

.country-page-kenya .country-highlight-card-glass li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.34rem;
	width: 0.84rem;
	height: 0.84rem;
	border-radius: 999px;
	background: rgba(170, 131, 56, 0.22);
	border: 1px solid rgba(170, 131, 56, 0.5);
}

.country-page-kenya .country-highlight-card-glass li::after {
	content: '';
	position: absolute;
	left: 0.28rem;
	top: 0.62rem;
	width: 0.26rem;
	height: 0.14rem;
	border-left: 2px solid #081b31;
	border-bottom: 2px solid #081b31;
	transform: rotate(-45deg);
}

.country-page-kenya .country-hero .country-cta-actions {
	margin-top: 1.05rem;
	margin-bottom: clamp(1.5rem, 3.6vw, 2.6rem);
	gap: 0.78rem;
}

.country-page-kenya .country-hero-media {
	margin-top: clamp(1.1rem, 2.6vw, 2rem);
}

.country-page-kenya .country-hero .country-btn {
	padding: 0.66rem 1.18rem;
	font-size: 0.9rem;
}

.country-page-kenya .country-highlight-card h3 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--country-text);
}

.country-page-kenya .country-highlight-card p {
	margin-top: 0.6rem;
	color: rgba(8, 27, 49, 0.82);
}

.country-page-kenya .country-highlight-card ul {
	margin: 0.95rem 0 0;
	padding-left: 1rem;
	display: grid;
	gap: 0.45rem;
	color: rgba(8, 27, 49, 0.88);
}

.country-page-kenya .country-eyebrow {
	display: inline-block;
	margin-bottom: 0.7rem;
	padding: 0.3rem 0.8rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(170, 131, 56, 0.12);
	color: var(--country-text);
}

.country-page-kenya h1,
.country-page-kenya h2 {
	margin: 0 0 0.65rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--country-text);
}

.country-page-kenya h1 {
	font-size: clamp(2rem, 5vw, 3.25rem);
}

.country-page-kenya h2 {
	font-size: clamp(1.45rem, 3.5vw, 2rem);
}

.country-page-kenya p {
	margin: 0;
	max-width: 64ch;
	line-height: 1.7;
	color: rgba(8, 27, 49, 0.8);
}

.country-page-kenya .country-metric-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1rem;
}

.country-page-kenya #overview-services .country-metric-row {
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.country-page-kenya .country-metric {
	padding: 0.95rem;
	border-radius: 0.9rem;
	background: #ffffff;
	border: 1px solid var(--country-line);
	display: grid;
	gap: 0.25rem;
}

.country-page-kenya .country-metric strong {
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--country-text);
}

.country-page-kenya .country-metric span {
	font-size: 0.88rem;
	color: rgba(8, 27, 49, 0.72);
}

.country-page-kenya #overview-services .country-services-visual-stage {
	position: relative;
	min-height: clamp(530px, 56vw, 700px);
	display: grid;
	place-items: center;
	margin-top: 0.2rem;
	padding: clamp(0.35rem, 1vw, 0.7rem);
	background: transparent;
	background-image: none;
	isolation: isolate;
}

.country-page-kenya #overview-services .country-services-image-wrap {
	width: min(900px, 94%);
	aspect-ratio: 16 / 10;
	border-radius: 1.3rem;
	overflow: hidden;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	position: relative;
	z-index: 1;
}

.country-page-kenya #overview-services .country-services-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(0.95) contrast(1.04);
}

.country-page-kenya #overview-services .country-card-grid-floating {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(900px, 94%);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: space-between;
	gap: clamp(0.9rem, 2vw, 1.4rem);
	padding: clamp(0.25rem, 1vw, 0.75rem);
	margin-top: 0;
	z-index: 2;
	pointer-events: none;
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card {
	max-width: min(355px, 95%);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(8, 27, 49, 0.14);
	box-shadow: 0 16px 30px rgba(8, 27, 49, 0.12);
	opacity: 0;
	transform: translateY(18px) scale(0.985);
	animation: country-card-fade-up-kenya 680ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
	transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 260ms ease, background-color 260ms ease;
	pointer-events: auto;
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card:hover {
	transform: translateY(-5px) scale(1.01);
	box-shadow: 0 22px 36px rgba(8, 27, 49, 0.16);
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(1) {
	animation-delay: 80ms;
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(2) {
	animation-delay: 170ms;
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(3) {
	animation-delay: 260ms;
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(4) {
	animation-delay: 350ms;
}

@keyframes country-card-fade-up-kenya {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.country-page-kenya #overview-services .country-card-grid-floating .country-card {
		opacity: 1;
		transform: none;
		animation: none;
		transition: none;
	}
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(2),
.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(4) {
	justify-self: end;
}

.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(3),
.country-page-kenya #overview-services .country-card-grid-floating .country-card:nth-child(4) {
	align-self: end;
}

.country-page-kenya #overview-services .country-card h3 {
	font-size: 0.92rem;
	line-height: 1.3;
}

.country-page-kenya #overview-services .country-card p {
	font-size: 0.84rem;
	line-height: 1.5;
}

.country-page-kenya .country-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1rem;
}

.country-page-kenya .country-card {
	background: #ffffff;
	border: 1px solid var(--country-line);
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 0 10px 22px rgba(8, 27, 49, 0.06);
}

.country-page-kenya .country-card h3 {
	margin: 0;
	font-size: 1.03rem;
	font-weight: 800;
	color: var(--country-text);
}

.country-page-kenya .country-card p {
	margin-top: 0.5rem;
	font-size: 0.97rem;
}

.country-page-kenya .country-list {
	margin: 1rem 0 0;
	padding-left: 1rem;
	display: grid;
	gap: 0.45rem;
	color: rgba(8, 27, 49, 0.88);
}

.country-page-kenya .country-list-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1.2rem;
}

.country-page-kenya .country-step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1.35rem;
}

.country-page-kenya .country-step-card {
	background: #ffffff;
	border: 1px solid var(--country-line);
	border-radius: 1rem;
	padding: 1rem;
	min-height: 175px;
	box-shadow: 0 10px 20px rgba(8, 27, 49, 0.05);
}

.country-page-kenya .country-step-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 999px;
	background: rgba(170, 131, 56, 0.15);
	color: var(--country-text);
	font-weight: 800;
	font-size: 0.8rem;
}

.country-page-kenya .country-step-card h3 {
	margin: 0.55rem 0 0;
	font-size: 1.02rem;
	font-weight: 800;
	color: var(--country-text);
}

.country-page-kenya .country-step-card p {
	margin-top: 0.45rem;
	font-size: 0.94rem;
	line-height: 1.55;
}

.country-page-kenya #why-emaal .why-emaal-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
	gap: clamp(1.4rem, 3vw, 3rem);
	align-items: center;
}

.country-page-kenya #why-emaal .why-emaal-content {
	max-width: 56ch;
	justify-self: start;
}

.country-page-kenya #why-emaal .why-emaal-kicker {
	display: inline-block;
	font-size: 0.83rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(8, 27, 49, 0.78);
	margin-bottom: 0.95rem;
}

.country-page-kenya #why-emaal h2 {
	max-width: 100%;
	font-size: clamp(1.65rem, 3.2vw, 2.45rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 769px) {
	.country-page-kenya #why-emaal h2 {
		white-space: nowrap;
	}
}

.country-page-kenya #why-emaal .why-emaal-content > p {
	margin-top: 1rem;
	font-size: 1.02rem;
	line-height: 1.72;
	color: rgba(8, 27, 49, 0.72);
}

.country-page-kenya #why-emaal .why-emaal-list {
	margin-top: 1rem;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	gap: 0.45rem;
	color: rgba(8, 27, 49, 0.86);
}

.country-page-kenya #why-emaal .why-emaal-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.country-page-kenya #why-emaal .why-emaal-list li::before {
	content: '✓';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	background: rgba(170, 131, 56, 0.16);
	color: var(--country-text);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 0.1rem;
}

.country-page-kenya #why-emaal .why-emaal-note {
	margin-top: 1rem;
	font-size: 0.96rem;
	line-height: 1.62;
	color: rgba(8, 27, 49, 0.75);
}

.country-page-kenya #why-emaal .why-emaal-media {
	margin: 0;
	width: 100%;
	aspect-ratio: 4 / 4.3;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	justify-self: end;
}

.country-page-kenya #why-emaal .why-emaal-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transform-origin: 50% 52%;
	will-change: transform;
	animation: kenyaWhyMapDrift 8.4s ease-in-out 1.15s infinite;
}

@keyframes kenyaWhyMapDrift {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	30% {
		transform: translate3d(-0.8rem, -0.55rem, 0) scale(1.024);
	}
	62% {
		transform: translate3d(0.75rem, 0.35rem, 0) scale(0.994);
	}
	82% {
		transform: translate3d(0.15rem, -0.4rem, 0) scale(1.012);
	}
}

.country-page-kenya .country-two-col {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 0.95rem;
	align-items: start;
}

.country-page-kenya .country-security-panel {
	background: #ffffff;
	border: 1px solid var(--country-line);
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 0 10px 20px rgba(8, 27, 49, 0.05);
}

.country-page-kenya .country-security-panel h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--country-text);
}

.country-page-kenya .country-security-panel ul {
	margin: 0.75rem 0 0;
	padding-left: 1rem;
	display: grid;
	gap: 0.45rem;
	color: rgba(8, 27, 49, 0.85);
}

.country-page-kenya .country-cta {
	background: transparent;
	padding-bottom: 3.25rem;
}

.country-page-kenya .country-cta .country-shell {
	border-radius: 1.1rem;
	background: radial-gradient(circle at 75% 20%, rgba(170, 131, 56, 0.22), transparent 35%), linear-gradient(140deg, #081b31 0%, #173d66 100%);
	padding: clamp(2.2rem, 6vw, 4rem) clamp(1.2rem, 4vw, 2.5rem);
	margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
	text-align: center;
	color: #ffffff;
}

.country-page-kenya .country-cta h2 {
	color: #ffffff;
	max-width: 20ch;
	margin-left: auto;
	margin-right: auto;
}

.country-page-kenya .country-cta p {
	color: rgba(255, 255, 255, 0.82);
	max-width: 62ch;
	margin-left: auto;
	margin-right: auto;
}

.country-page-kenya .country-cta-actions {
	display: flex;
	gap: 0.85rem;
	margin-top: 1.6rem;
	flex-wrap: wrap;
	justify-content: center;
}

.country-page-kenya .country-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
	border: 1px solid transparent;
}

.country-page-kenya .country-cta .country-btn-primary {
	background: #ffffff;
	color: #081b31;
}

.country-page-kenya .country-cta .country-btn-primary:hover {
	background: #eef3fa;
}

.country-page-kenya .country-cta .country-btn-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: #ffffff;
}

.country-page-kenya .country-cta .country-btn-secondary:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

@media (max-width: 768px) {
	.country-page-kenya {
		padding-top: 1.5rem;
	}

	.country-page-kenya .country-section {
		padding: 2.1rem 0;
	}

	.country-page-kenya .country-hero-grid,
	.country-page-kenya .country-two-col,
	.country-page-kenya .country-step-grid,
	.country-page-kenya .country-metric-row,
	.country-page-kenya .country-card-grid,
	.country-page-kenya .country-list-columns {
		grid-template-columns: 1fr;
	}

	.country-page-kenya #why-emaal .why-emaal-layout {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.country-page-kenya #why-emaal .why-emaal-content {
		max-width: 100%;
	}

	.country-page-kenya #why-emaal h2 {
		max-width: 100%;
		white-space: normal;
	}

	.country-page-kenya #why-emaal .why-emaal-media {
		justify-self: stretch;
		aspect-ratio: 4 / 3.6;
	}

	.country-page-kenya #overview-services .country-services-visual-stage {
		min-height: 0;
		display: grid;
		gap: 1rem;
		padding: 0;
	}

	.country-page-kenya #overview-services .country-services-image-wrap {
		width: 100%;
		aspect-ratio: 5 / 4;
	}

	.country-page-kenya #overview-services .country-card-grid-floating {
		position: static;
		inset: auto;
		left: auto;
		transform: none;
		width: 100%;
		padding: 0;
		gap: 0.8rem;
		margin-top: -0.65rem;
	}

	.country-page-kenya #overview-services .country-card-grid-floating .country-card {
		max-width: 100%;
	}

	.country-page-kenya .country-hero-stage {
		padding: 0.2rem 0;
		min-height: 0;
	}

	.country-page-kenya .country-hero-copy {
		max-width: 100%;
		padding-top: 0.4rem;
		padding-left: 0;
		padding-right: 0;
	}

	.country-page-kenya .country-highlight-card-glass {
		position: static;
		max-width: 100%;
		margin-top: 0.2rem;
		padding: 1rem;
	}

	.country-page-kenya .country-hero-media {
		min-height: 220px;
		border-radius: 1.35rem;
	}

	.country-page-kenya .country-hero-media img {
		inset: 0;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.country-page-kenya .country-step-card {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.country-page-kenya #why-emaal .why-emaal-media img {
		animation: none;
	}
}