.country-page-ethiopia {
	--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: 0 0 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

.country-page-ethiopia #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-ethiopia .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-ethiopia .bi-section-head {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 0.6rem;
	margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

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

.country-page-ethiopia .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-ethiopia .bi-section-title {
		white-space: nowrap;
	}
}

.country-page-ethiopia .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-ethiopia .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-ethiopia .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-ethiopia .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-ethiopia .bi-icon-badge svg {
	width: 1.6rem;
	height: 1.6rem;
}

.country-page-ethiopia .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-ethiopia .bi-panel h2 {
	font-size: clamp(1.2rem, 2.4vw, 1.48rem);
	margin: 0 0 0.25rem;
}

.country-page-ethiopia .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-ethiopia .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-ethiopia .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-ethiopia .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-ethiopia .bi-check-list--gold li {
	border-color: rgba(170, 131, 56, 0.2);
}

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

.country-page-ethiopia .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-ethiopia .bi-donut-wrap {
	position: relative;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.country-page-ethiopia .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-ethiopia .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-ethiopia .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-ethiopia .bi-donut-hole svg {
	width: 2rem;
	height: 2rem;
}

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

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

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

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

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

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

.country-page-ethiopia .country-hero {
	padding: 0;
	border-top: 0;
	background: radial-gradient(circle at 80% 20%, rgba(170, 131, 56, 0.24), transparent 45%), linear-gradient(140deg, #081b31 0%, #16375f 100%);
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(3, 16, 34, 0.22);
}

.country-page-ethiopia .country-hero-stage {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 2rem;
	min-height: clamp(620px, 68vw, 760px);
}

.country-page-ethiopia .country-hero-subtext {
	margin-top: 0.7rem;
}

.country-page-ethiopia .country-highlight-card {
	background: linear-gradient(160deg, rgba(11, 30, 55, 0.96) 0%, rgba(8, 23, 43, 0.94) 100%);
	border: 1px solid rgba(146, 198, 255, 0.2);
	border-radius: 1rem;
	padding: 1.15rem;
	box-shadow: 0 18px 34px rgba(2, 8, 20, 0.28);
}

.country-page-ethiopia .country-highlight-card h3 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	color: #eaf4ff;
}

.country-page-ethiopia .country-highlight-card p {
	margin-top: 0.6rem;
	max-width: none;
	color: rgba(222, 236, 255, 0.84);
}

.country-page-ethiopia .country-highlight-card ul {
	margin: 0.95rem 0 0;
	padding-left: 1rem;
	display: grid;
	gap: 0.45rem;
	color: rgba(226, 240, 255, 0.84);
}

.country-page-ethiopia .country-hero-copy {
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 2rem;
	display: grid;
	justify-items: center;
	gap: 0.15rem;
}

.country-page-ethiopia .country-eyebrow {
	display: inline-block;
	margin-bottom: 0.7rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: none;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(183, 219, 255, 0.35);
	color: #e8f3ff;
}

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

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

.country-page-ethiopia .country-hero h1 {
	font-size: clamp(2rem, 4.3vw, 3.25rem);
	line-height: 1.12;
	max-width: 24ch;
	color: #f5f9ff;
	margin-bottom: 0.8rem;
}

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

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

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

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

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

.country-page-ethiopia .country-hero p {
	font-size: 0.95rem;
	line-height: 1.62;
	max-width: 82ch;
	color: rgba(225, 238, 255, 0.88);
}

.country-page-ethiopia .country-hero .country-cta-actions {
	justify-content: center;
	margin-top: 1.55rem;
}

.country-page-ethiopia .country-hero .country-btn-primary {
	background: #f2f6ff;
	color: #082241;
	border-color: rgba(255, 255, 255, 0.72);
}

.country-page-ethiopia .country-hero .country-btn-primary:hover {
	background: #ffffff;
	color: #04162d;
}

.country-page-ethiopia .country-hero .country-btn-secondary {
	background: rgba(198, 224, 255, 0.22);
	border-color: rgba(203, 229, 255, 0.38);
	color: #e7f2ff;
}

.country-page-ethiopia .country-hero .country-btn-secondary:hover {
	border-color: rgba(232, 245, 255, 0.62);
	color: #f1f8ff;
	background: rgba(204, 227, 255, 0.28);
}

.country-page-ethiopia .country-hero-visual-wrap {
	position: relative;
	padding-top: 1.2rem;
	display: flex;
	min-height: 0;
}

.country-page-ethiopia .country-hero-visual-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0.4rem;
	transform: translateX(-50%);
	width: min(720px, 80%);
	height: 160px;
	background: radial-gradient(circle, rgba(131, 194, 255, 0.45) 0%, rgba(131, 194, 255, 0) 72%);
	filter: blur(16px);
	pointer-events: none;
}

.country-page-ethiopia .country-hero-visual {
	position: relative;
	background: linear-gradient(180deg, rgba(11, 24, 45, 0.95) 0%, rgba(7, 16, 30, 0.98) 100%);
	border: 1px solid rgba(173, 213, 255, 0.4);
	border-radius: 1.25rem 1.25rem 0 0;
	padding: 0;
	box-shadow: 0 28px 52px rgba(1, 7, 18, 0.42);
	min-height: clamp(300px, 38vw, 430px);
	width: 100%;
	flex: 1;
	overflow: hidden;
}

.country-page-ethiopia .country-hero-visual-topbar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	gap: 0.45rem;
	padding: 0.85rem 0.95rem;
	background: linear-gradient(180deg, rgba(10, 22, 40, 0.9) 0%, rgba(10, 22, 40, 0.35) 75%, rgba(10, 22, 40, 0) 100%);
	z-index: 2;
}

.country-page-ethiopia .country-hero-visual-topbar span {
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 999px;
	background: rgba(178, 215, 252, 0.72);
}

.country-page-ethiopia .country-hero-visual-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

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

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

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

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

.country-page-ethiopia #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-ethiopia #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-ethiopia #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-ethiopia #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-ethiopia #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-ethiopia 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-ethiopia #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-ethiopia #overview-services .country-card-grid-floating .country-card:nth-child(1) {
	animation-delay: 80ms;
}

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

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

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

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

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

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

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

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

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

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

.country-page-ethiopia .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-ethiopia .country-card h3 {
	margin: 0;
	font-size: 1.03rem;
	font-weight: 800;
	color: var(--country-text);
}

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

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

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

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

.country-page-ethiopia .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-ethiopia .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-ethiopia .country-step-card h3 {
	margin: 0.55rem 0 0;
	font-size: 1.02rem;
	font-weight: 800;
	color: var(--country-text);
}

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

.country-page-ethiopia #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-ethiopia #why-emaal .why-emaal-content {
	max-width: 56ch;
	justify-self: start;
}

.country-page-ethiopia #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-ethiopia #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-ethiopia #why-emaal h2 {
		white-space: nowrap;
	}
}

.country-page-ethiopia #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-ethiopia #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-ethiopia #why-emaal .why-emaal-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.country-page-ethiopia #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-ethiopia #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-ethiopia #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-ethiopia #why-emaal .why-emaal-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transform-origin: 50% 54%;
	will-change: transform;
	animation: ethiopiaWhyMapRise 7.8s ease-in-out 1.2s infinite;
}

@keyframes ethiopiaWhyMapRise {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
	}
	40% {
		transform: translate3d(0.35rem, -0.95rem, 0) scale(1.022) rotate(0.8deg);
	}
	72% {
		transform: translate3d(-0.55rem, 0.25rem, 0) scale(0.996) rotate(-0.5deg);
	}
}

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

.country-page-ethiopia .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-ethiopia .country-security-panel h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--country-text);
}

.country-page-ethiopia .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-ethiopia .country-cta {
	background: transparent;
	padding-bottom: 3.25rem;
}

.country-page-ethiopia .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-ethiopia .country-cta h2 {
	color: #ffffff;
	max-width: 20ch;
	margin-left: auto;
	margin-right: auto;
}

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

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

.country-page-ethiopia .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-ethiopia .country-cta .country-btn-primary {
	background: #ffffff;
	color: #081b31;
}

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

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

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

@media (max-width: 768px) {
	.country-page-ethiopia {
		padding-top: 0;
	}

	.country-page-ethiopia .country-hero {
		padding-bottom: 0;
	}

	.country-page-ethiopia .country-hero h1 {
		font-size: clamp(2rem, 4.3vw, 3.25rem);
	}

	.country-page-ethiopia .country-hero-visual {
		min-height: 260px;
	}

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

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

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

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

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

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

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

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

	.country-page-ethiopia #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-ethiopia #overview-services .country-card-grid-floating .country-card {
		max-width: 100%;
	}

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

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