.hh-v2-lang-switch {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0;
	padding: 3px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(8, 12, 18, 0.72);
	backdrop-filter: blur(8px);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.hh-v2-lang-switch__link {
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	padding: 0.38rem 0.55rem;
	border-radius: 999px;
	white-space: nowrap;
	transition: background 0.18s ease, color 0.18s ease;
}

.hh-v2-lang-switch__link + .hh-v2-lang-switch__link {
	margin-inline-start: 0;
}

.hh-v2-lang-switch__link.is-active {
	color: #061d33;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.hh-v2-lang-switch__link:not(.is-active):hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
}

.hh-v2-lang-switch--footer {
	margin-top: 0.85rem;
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
}

.hh-v2-lang-switch--footer .hh-v2-lang-switch__link {
	color: rgba(255, 255, 255, 0.9);
}

.hh-v2-lang-switch--footer .hh-v2-lang-switch__link.is-active {
	color: #061d33;
	background: #f4f1ec;
}

.hh-v2-lang-switch--mobile {
	margin: 1rem 0 0;
	padding: 4px;
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	justify-content: center;
	position: relative;
	z-index: 4;
	pointer-events: auto;
}

.hh-v2-lang-switch--mobile .hh-v2-lang-switch__link {
	flex: 1 1 0;
	text-align: center;
	font-size: 0.8rem;
	padding: 0.5rem 0.35rem;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	pointer-events: auto;
}

.hh-v2-intl {
	background: #f8f6f3;
	color: #061d33;
}

.hh-v2-intl-hero,
.hh-v2-intl-worlds,
.hh-v2-intl-band,
.hh-v2-intl-cta,
.hh-v2-intl-sub {
	padding: 2.5rem 1.25rem;
}

.hh-v2-intl-hero__shell,
.hh-v2-intl-worlds__shell,
.hh-v2-intl-band__shell,
.hh-v2-intl-cta__shell,
.hh-v2-intl-sub__shell {
	max-width: 960px;
	margin: 0 auto;
}

.hh-v2-intl-hero {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d1810 100%);
	color: #fff;
}

.hh-v2-intl-hero__eyebrow {
	opacity: 0.85;
	font-size: 0.9rem;
	margin: 0 0 0.5rem;
}

.hh-v2-intl-hero h1 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.hh-v2-intl-hero__lead {
	max-width: 42rem;
	line-height: 1.6;
	margin: 0 0 1.25rem;
}

.hh-v2-intl-hero__actions,
.hh-v2-intl-sub__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.hh-v2-intl-worlds__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.hh-v2-intl-world {
	background: #fff;
	border-radius: 12px;
	padding: 1.25rem;
	box-shadow: 0 2px 12px rgba(6, 29, 51, 0.06);
}

.hh-v2-intl-world h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.hh-v2-intl-world p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #4a5560;
}

.hh-v2-intl-band {
	background: #fff;
}

.hh-v2-intl-cta {
	background: #061d33;
	color: #fff;
	text-align: center;
}

.hh-v2-intl-sub__back a {
	color: #66707c;
	text-decoration: none;
	font-size: 0.9rem;
}

.hh-v2-intl-sub__lead {
	max-width: 40rem;
	line-height: 1.65;
}

.hh-v2-intl-rtl .hh-v2-intl-hero__actions,
.hh-v2-intl-rtl .hh-v2-intl-sub__actions {
	justify-content: flex-start;
}

.hh-v2-intl-ltr .hh-v2-intl-hero__actions,
.hh-v2-intl-ltr .hh-v2-intl-sub__actions {
	justify-content: flex-start;
}

.hh-v2-header__lang {
	display: none;
	margin-inline-start: 0.65rem;
	flex-shrink: 0;
}

@media (min-width: 900px) {
	.hh-v2-header__lang {
		display: block;
	}
}

@media (max-width: 1200px) {
	.hh-v2-lang-switch--header .hh-v2-lang-switch__link {
		font-size: 0.68rem;
		padding: 0.34rem 0.45rem;
	}
}
