.country-page-uk {
	--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-uk .country-shell {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.country-page-uk .country-hero {
	padding: 0 0 1.4rem;
	border-top: 0;
	background: #f1f1f6 url('/images/hero_background.png') center / cover no-repeat;
	overflow: hidden;
}

.country-page-uk .country-hero-stage {
	position: relative;
	min-height: 0;
	padding: clamp(2rem, 4.8vw, 3.8rem) clamp(0.7rem, 2vw, 1.4rem) clamp(1rem, 3vw, 1.8rem);
	isolation: isolate;
}

.country-page-uk .country-hero-stage::before {
	content: "";
	position: absolute;
	inset: -8% -4% -20% -4%;
	background:
		radial-gradient(circle at 50% 50%, rgba(22, 35, 84, 0.09) 0 1px, transparent 1px),
		radial-gradient(circle at 50% 50%, rgba(22, 35, 84, 0.07) 0 2px, transparent 2px);
	background-size: 180px 180px, 420px 420px;
	opacity: 0.38;
	pointer-events: none;
	z-index: 0;
}

.country-page-uk .country-hero-subtext {
	margin-top: 0.55rem;
}

.country-page-uk .country-hero h1 {
	position: relative;
	z-index: 2;
	margin: 0 auto clamp(1.4rem, 3vw, 2.2rem);
	max-width: 17ch;
	text-align: center;
	font-size: clamp(2rem, 4.3vw, 3.25rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #1b1d60;
}

.country-page-uk .country-hero-main {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(320px, 550px) minmax(0, 0.88fr);
	gap: clamp(0.9rem, 1.8vw, 1.4rem);
	align-items: center;
}

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

.country-page-uk .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: ukGradientMove 8s ease infinite;
	display: block;
	text-align: center;
}

.country-page-uk .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: ukGradientMove 8s ease infinite;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.country-page-uk .country-hero-floating-card {
	width: 100%;
	padding: 0.78rem 0.84rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(26, 34, 86, 0.12);
	box-shadow: 0 16px 34px rgba(8, 27, 49, 0.08);
	backdrop-filter: blur(6px);
}

.country-page-uk .country-hero-floating-card h3 {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 800;
	color: #1b1d60;
}

.country-page-uk .country-hero-floating-card p {
	margin-top: 0.45rem;
	font-size: 0.76rem;
	line-height: 1.45;
	color: rgba(27, 29, 96, 0.8);
}

.country-page-uk .country-hero-media {
	width: 100%;
	aspect-ratio: 1 / 1.08;
	max-width: 550px;
	justify-self: center;
	z-index: 2;
}

.country-page-uk .country-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
	display: block;
}

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

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

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

.country-page-uk .country-hero-detail-copy {
	max-width: 100%;
	display: grid;
	gap: 0.6rem;
	padding: 0.72rem 0.8rem;
	border-radius: 1rem;
	background: rgba(241, 241, 246, 0.88);
	backdrop-filter: blur(2px);
}

.country-page-uk .country-hero-left {
	display: grid;
	gap: 0.68rem;
	max-width: 330px;
}

.country-page-uk .country-hero-fx-card {
	width: 100%;
	max-width: 340px;
	justify-self: end;
	padding: 0.72rem;
	border-radius: 1.45rem;
	background: linear-gradient(180deg, rgba(247, 247, 251, 0.97) 0%, rgba(239, 239, 245, 0.94) 100%);
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 50px rgba(8, 27, 49, 0.15);
	backdrop-filter: blur(12px);
}

.country-page-uk .uk-forex-panel {
	display: grid;
	gap: 0.52rem;
}

.country-page-uk .uk-forex-row {
	background: #ffffff;
	border-radius: 1.25rem;
	padding: 0.7rem 0.72rem;
	border: 1px solid rgba(8, 27, 49, 0.08);
	overflow: visible;
	position: relative;
}

.country-page-uk .uk-forex-row--result {
	margin-top: 0.1rem;
}

.country-page-uk .uk-forex-caption {
	margin: 0;
	font-size: 0.74rem;
	line-height: 1.2;
	color: rgba(8, 27, 49, 0.56);
	font-weight: 600;
}

.country-page-uk .uk-forex-input-line {
	margin-top: 0.35rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.52rem;
}

.country-page-uk .uk-forex-input-line > * {
	min-width: 0;
}

.country-page-uk .uk-forex-input-line--result {
	margin-top: 0.4rem;
}

.country-page-uk .uk-forex-select-wrap {
	position: relative;
	flex: 0 1 auto;
	min-width: 90px;
	z-index: 1;
}

.country-page-uk .uk-forex-select-wrap.is-open {
	z-index: 80;
}

.country-page-uk .uk-forex-currency-button {
	width: 100%;
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: #081b31;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
}

.country-page-uk .uk-forex-currency-chevron {
	color: rgba(8, 27, 49, 0.45);
	font-size: 0.8rem;
	line-height: 1;
	transition: transform 0.2s ease;
}

.country-page-uk .uk-forex-currency-button[aria-expanded='true'] .uk-forex-currency-chevron {
	transform: rotate(180deg);
}

.country-page-uk .uk-forex-currency-flag {
	font-size: 1.2rem;
	line-height: 1;
	filter: drop-shadow(0 2px 4px rgba(8, 27, 49, 0.2));
}

.country-page-uk .uk-forex-amount-wrap,
.country-page-uk .uk-forex-result-wrap {
	flex: 0 1 138px;
	width: 138px;
	max-width: 138px;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.country-page-uk .uk-forex-result-wrap {
	overflow-x: hidden;
}

.country-page-uk .uk-forex-amount-input {
	width: max-content;
	min-width: 100%;
	border: 0;
	background: transparent;
	color: #081b5f;
	font-size: clamp(1.45rem, 2.6vw, 1.78rem);
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: right;
	padding: 0;
	appearance: textfield;
	-moz-appearance: textfield;
}

.country-page-uk .uk-forex-amount-input:focus {
	outline: none;
}

.country-page-uk .uk-forex-amount-input::-webkit-outer-spin-button,
.country-page-uk .uk-forex-amount-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.country-page-uk .uk-forex-result-input {
	width: 100%;
	border: 0;
	background: transparent;
	font-size: clamp(1.75rem, 3.1vw, 2.18rem);
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.03em;
	color: #081b5f;
	text-align: right;
	padding: 0;
	margin: 0;
	appearance: textfield;
	-moz-appearance: textfield;
}

.country-page-uk .uk-forex-result-input:focus {
	outline: none;
}

.country-page-uk .uk-forex-meta-row {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.38rem;
	border-radius: 1rem;
	padding: 0.62rem 0.72rem;
	background: linear-gradient(90deg, rgba(255, 232, 129, 0.18) 0%, rgba(255, 255, 255, 0.55) 48%, rgba(255, 232, 129, 0.18) 100%);
	overflow: hidden;
}

.country-page-uk .uk-forex-rate-wrap,
.country-page-uk .uk-forex-fee-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.7rem;
}

.country-page-uk .uk-forex-rate-wrap span,
.country-page-uk .uk-forex-fee-wrap span {
	font-size: 0.72rem;
	color: rgba(8, 27, 49, 0.58);
	font-weight: 600;
}

.country-page-uk .uk-forex-rate-wrap strong {
	font-size: 0.76rem;
	font-weight: 700;
	color: rgba(8, 27, 49, 0.72);
	text-align: right;
}

.country-page-uk .uk-forex-fee-value {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.country-page-uk .uk-forex-fee-value em {
	font-style: normal;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.29rem 0.54rem;
	border-radius: 999px;
	background: rgba(8, 27, 49, 0.12);
	color: #081b31;
}

.country-page-uk .uk-forex-fee-value small {
	font-size: 0.7rem;
	font-weight: 700;
	color: #081b31;
}

.country-page-uk .uk-forex-signup-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.66rem 0.92rem;
	margin-top: 0.2rem;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 800;
	color: #ffffff;
	background: linear-gradient(90deg, #081b31 0%, #0f2a48 100%);
	box-shadow: 0 14px 26px rgba(8, 27, 49, 0.28);
	transition: transform 0.2s ease, filter 0.2s ease;
}

.country-page-uk .uk-forex-signup-btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.03);
}

.country-page-uk .uk-forex-delivery {
	margin: 0.35rem 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	text-align: center;
	color: #081b31;
}

.country-page-uk .uk-forex-updated {
	margin: 0;
	font-size: 0.68rem;
	text-align: center;
	color: rgba(8, 27, 49, 0.45);
}

.country-page-uk .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.country-page-uk .forex-currency-menu {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	z-index: 90;
	min-width: 220px;
	max-height: 250px;
	overflow-y: auto;
	border-radius: 0.65rem;
	background: #ffffff;
	border: 1px solid rgba(8, 27, 49, 0.12);
	box-shadow: 0 16px 30px rgba(8, 27, 49, 0.15);
}

.country-page-uk .forex-currency-option {
	width: 100%;
	padding: 0.6rem 0.8rem;
	border: 0;
	background: #ffffff;
	text-align: left;
	font-size: 0.84rem;
	color: #081b31;
	cursor: pointer;
}

.country-page-uk .forex-currency-option:hover,
.country-page-uk .forex-currency-option:focus,
.country-page-uk .forex-currency-option.active {
	background: rgba(8, 27, 49, 0.08);
	outline: none;
}

.country-page-uk .hidden {
	display: none;
}

.country-page-uk .country-hero-detail-copy p {
	font-size: 0.95rem;
	line-height: 1.62;
	color: rgba(27, 29, 96, 0.9);
	max-width: none;
}

.country-page-uk .country-hero .country-cta-actions {
	margin-top: 0.35rem;
	gap: 0.65rem;
	justify-content: flex-start;
}

.country-page-uk .country-hero .country-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.6rem 1.05rem;
	font-size: 0.86rem;
	border-radius: 999px;
}

.country-page-uk .country-hero .country-btn-icon {
	width: 0.95rem;
	height: 0.95rem;
	flex: 0 0 auto;
}

.country-page-uk .country-hero .country-btn-primary {
	background: #262873;
	color: #ffffff;
}

.country-page-uk .country-hero .country-btn-primary:hover {
	background: #1b1d60;
}

.country-page-uk .country-hero .country-btn-secondary {
	background: #ffffff;
	border-color: rgba(38, 40, 115, 0.22);
	color: #262873;
}

.country-page-uk .country-hero .country-btn-secondary:hover {
	border-color: rgba(38, 40, 115, 0.45);
	color: #1b1d60;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes ukWhyMapFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-1deg) scale(1);
	}
	35% {
		transform: translate3d(0.65rem, -0.8rem, 0) rotate(0.6deg) scale(1.018);
	}
	68% {
		transform: translate3d(-0.45rem, 0.45rem, 0) rotate(-0.35deg) scale(0.992);
	}
}

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

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

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

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

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

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

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

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

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

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

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

	.country-page-uk .country-hero {
		padding: 0.8rem 0 1.2rem;
	}

	.country-page-uk .country-hero-stage {
		min-height: 0;
		display: grid;
		gap: 1rem;
		padding: 1.15rem 0.2rem 0.3rem;
	}

	.country-page-uk .country-hero-stage::before {
		inset: -12% -35% -10%;
	}

	.country-page-uk .country-hero h1 {
		max-width: 15ch;
		font-size: clamp(2rem, 4.3vw, 3.25rem);
	}

	.country-page-uk .country-hero-main {
		grid-template-columns: 1fr;
		gap: 0.9rem;
	}

	.country-page-uk .country-hero-media {
		order: 1;
		width: min(390px, 100%);
	}

	.country-page-uk .country-hero-left {
		order: 2;
		max-width: 100%;
	}

	.country-page-uk .country-hero-fx-card {
		order: 3;
		max-width: 100%;
		justify-self: stretch;
	}

	.country-page-uk .country-hero-floating-card,
	.country-page-uk .country-hero-detail-copy {
		max-width: 100%;
		width: 100%;
	}

	.country-page-uk .uk-forex-amount-input {
		max-width: 120px;
		font-size: clamp(1.5rem, 7.8vw, 2rem);
	}

	.country-page-uk .uk-forex-result-wrap p {
		font-size: clamp(1.9rem, 9vw, 2.4rem);
	}

	.country-page-uk .forex-currency-menu {
		min-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1180px) and (min-width: 769px) {
	.country-page-uk .country-hero-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.country-page-uk .country-hero-media {
		grid-column: 1 / -1;
		order: 1;
	}

	.country-page-uk .country-hero-left {
		order: 2;
		max-width: 100%;
	}

	.country-page-uk .country-hero-fx-card {
		order: 3;
		max-width: 100%;
	}
}

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