﻿/*
Theme Name: ALM Madeira
Theme URI: http://localhost/alm
Description: Child theme moderno para a Academia de Linguas da Madeira.
Author: ALM
Template: hello-elementor
Version: 1.0.1
Text Domain: alm-madeira
*/

:root {
	--alm-ink: #102033;
	--alm-text: #4b5d6b;
	--alm-muted: #8795a3;
	--alm-line: #dbe7e5;
	--alm-paper: #f4f8f7;
	--alm-orange: #114a8a;
	--alm-blue: #176b87;
	--alm-teal: #18b79f;
	--alm-gold: #f4b63f;
	--alm-footer: #0b1f2a;
	--alm-surface: #ffffff;
	--alm-surface-soft: #f9fcfb;
	--alm-coral-soft: #fff1eb;
	--alm-teal-soft: #e8fbf7;
	--alm-shadow-soft: 0 18px 52px rgba(16, 32, 51, 0.07);
	--alm-shadow-lift: 0 28px 78px rgba(16, 32, 51, 0.13);
	--alm-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--alm-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Menu refresh inspired by the InstituitoLinguas header */
.alm-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(17, 74, 138, 0.08);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
	box-shadow: none;
	transition: box-shadow 220ms ease, background 220ms ease;
}

.alm-header.is-scrolled,
.alm-header.is-open {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 34px rgba(8, 40, 72, 0.1);
}

.alm-header .alm-shell {
	width: min(1220px, calc(100% - 40px));
}

.alm-header__inner {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.alm-brand,
.alm-brand--logo {
	flex: 0 0 auto;
}

.alm-brand--logo .custom-logo {
	max-width: 220px;
	max-height: 58px;
}

.alm-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	margin-left: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.alm-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alm-nav a,
.alm-menu a {
	position: relative;
	display: inline-flex;
	min-height: 0;
	align-items: center;
	padding: 0;
	border-radius: 0;
	color: #294b4c;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	transition: color 180ms ease;
}

.alm-nav a::after,
.alm-menu a::after {
	position: absolute;
	right: 100%;
	bottom: -7px;
	left: 0;
	height: 2px;
	background: var(--alm-blue);
	content: "";
	transition: right 180ms ease;
}

.alm-nav a:hover,
.alm-nav a:focus,
.alm-nav .current-menu-item > a,
.alm-nav .current_page_item > a,
.alm-nav .is-active {
	background: transparent;
	color: var(--alm-blue);
	box-shadow: none;
}

.alm-nav a:hover::after,
.alm-nav a:focus::after,
.alm-nav .current-menu-item > a::after,
.alm-nav .current_page_item > a::after,
.alm-nav .is-active::after {
	right: 0;
}

.alm-menu .menu-item-has-children > a {
	padding-right: 14px;
}

.alm-menu .menu-item-has-children > a::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: translateY(-62%) rotate(45deg);
	opacity: 0.7;
}

.alm-menu .sub-menu {
	top: calc(100% + 18px);
	min-width: 220px;
	padding: 10px;
	border: 1px solid rgba(17, 74, 138, 0.11);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(8, 40, 72, 0.14);
	transform: translateX(-50%) translateY(8px);
}

.alm-menu .sub-menu a {
	width: 100%;
	min-height: 38px;
	justify-content: flex-start;
	padding: 0 12px;
	border-radius: 8px;
	color: #3f4a5f;
}

.alm-menu .sub-menu a::after,
.alm-menu .sub-menu a::before {
	display: none;
}

.alm-menu .sub-menu a:hover,
.alm-menu .sub-menu a:focus {
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-blue);
}

.alm-actions {
	flex: 0 0 auto;
	gap: 10px;
}

.alm-student-icon,
.alm-language-switcher__button {
	border-color: rgba(17, 74, 138, 0.12);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

.alm-language-switcher {
	display: inline-flex;
	align-items: center;
	padding: 4px;
	border: 1px solid rgba(17, 74, 138, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
}

.alm-button {
	min-height: 46px;
	padding: 11px 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #0d3d78 0%, var(--alm-blue) 56%, #1d6fb9 100%);
	box-shadow: 0 16px 34px rgba(17, 74, 138, 0.24);
}

.alm-menu-toggle {
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	border-radius: 12px;
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-blue);
}

@media (max-width: 1100px) {
	.alm-header__inner {
		min-height: 86px;
	}

	.alm-nav,
	.alm-menu {
		display: none;
	}

	.alm-menu-toggle {
		display: inline-flex;
	}

	.alm-header.is-open .alm-nav {
		position: fixed;
		inset: 86px 0 auto;
		display: grid;
		align-items: stretch;
		gap: 20px;
		margin: 0;
		padding: 24px 20px 30px;
		border: 0;
		border-top: 1px solid rgba(17, 74, 138, 0.1);
		border-radius: 0;
		background: #fff;
		box-shadow: 0 24px 40px rgba(8, 40, 72, 0.12);
	}

	.alm-header.is-open .alm-menu {
		display: grid;
		gap: 4px;
	}

	.alm-header.is-open .alm-menu a {
		display: block;
		width: 100%;
		padding: 12px;
		font-size: 16px;
	}

	.alm-header.is-open .alm-menu a::after,
	.alm-header.is-open .alm-menu .menu-item-has-children > a::before {
		display: none;
	}

	.alm-header.is-open .alm-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		margin: 4px 0 8px;
		padding: 6px;
		border: 1px solid rgba(17, 74, 138, 0.08);
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}
}

@media (max-width: 760px) {
	.alm-header .alm-shell {
		width: min(100% - 28px, 1220px);
	}

	.alm-header__inner {
		min-height: 74px;
		gap: 14px;
	}

	.alm-brand--logo .custom-logo {
		max-width: 168px;
		max-height: 50px;
	}

	.alm-actions .alm-button {
		display: none;
	}

	.alm-header.is-open .alm-nav {
		inset: 74px 0 auto;
	}
}

/* ALM final fixes: brand palette, stable dropdowns, homepage refinements */
:root {
	--alm-ink: #102033;
	--alm-text: #526274;
	--alm-blue: #114a8a;
	--alm-blue-dark: #082f63;
	--alm-yellow: #f8cb0b;
	--alm-yellow-soft: #fff7cc;
	--alm-line: #dbe6ef;
	--alm-paper: #f4f8fb;
	--alm-mint: #edf6f8;
	--alm-teal-deep: #114a8a;
	--alm-accent: #f8cb0b;
}

.alm-header {
	border-bottom-color: rgba(17, 74, 138, 0.11);
}

.alm-menu .menu-item-has-children {
	position: relative;
}

.alm-menu .menu-item-has-children::after {
	position: absolute;
	top: 100%;
	right: -18px;
	left: -18px;
	height: 24px;
	content: "";
}

.alm-menu .sub-menu {
	top: calc(100% + 8px);
	padding: 10px;
	border-color: rgba(17, 74, 138, 0.14);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(8, 47, 99, 0.16);
	transform: translateX(-50%) translateY(0);
	transition: opacity 150ms ease, transform 150ms ease;
}

.alm-menu .menu-item-has-children:hover > .sub-menu,
.alm-menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.alm-menu .sub-menu a:hover,
.alm-menu .sub-menu a:focus {
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-blue);
}

.alm-language-switcher .current-lang a,
.alm-language-switcher__list a:hover,
.alm-language-switcher__list a:focus,
.alm-language-switcher__list a.is-active {
	background: var(--alm-blue);
	color: #fff;
}

.alm-button,
.alm-form__submit,
.alm-actions .alm-button,
.alm-enroll .alm-button,
.alm-guidance-cta .alm-button {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, var(--alm-blue-dark), var(--alm-blue));
	box-shadow: 0 16px 34px rgba(17, 74, 138, 0.25);
	color: #fff;
}

.alm-button:hover,
.alm-button:focus,
.alm-form__submit:hover,
.alm-form__submit:focus {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #062653, var(--alm-blue));
	color: #fff;
}

.alm-hero {
	min-height: 700px;
	background:
		linear-gradient(135deg, rgba(17, 74, 138, 0.12) 0%, rgba(255, 255, 255, 0) 36%),
		linear-gradient(100deg, #f7fbff 0%, #eef6fb 54%, #fff8d6 100%);
}

.alm-hero::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(115deg, rgba(17, 74, 138, 0.08), transparent 34%),
		radial-gradient(circle at 10% 22%, rgba(248, 203, 11, 0.18), transparent 20rem),
		radial-gradient(rgba(17, 74, 138, 0.14) 1px, transparent 1px);
	background-size: auto, auto, 24px 24px;
	content: "";
	opacity: 0.9;
	pointer-events: none;
	mask-image: linear-gradient(90deg, #000 0%, #000 48%, transparent 82%);
}

.alm-hero__slide {
	align-items: flex-start;
	padding: 92px 0 82px;
	background:
		linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(247, 251, 255, 0.9) 45%, rgba(247, 251, 255, 0.22) 100%);
}

.alm-hero__slide::before {
	position: absolute;
	top: 142px;
	right: max(5vw, 54px);
	z-index: 1;
	width: min(37vw, 540px);
	aspect-ratio: 1.18;
	border-radius: 42% 58% 38% 62% / 56% 42% 58% 44%;
	background: linear-gradient(135deg, var(--alm-yellow), rgba(248, 203, 11, 0.2));
	box-shadow: 0 32px 80px rgba(17, 74, 138, 0.18);
	content: "";
	transform: rotate(-3deg);
}

.alm-hero__slide::after {
	top: 122px;
	right: max(7vw, 72px);
	z-index: 2;
	width: min(35vw, 500px);
	border: 8px solid #fff;
	border-radius: 34% 66% 36% 64% / 58% 38% 62% 42%;
	background:
		linear-gradient(180deg, rgba(17, 74, 138, 0.04), rgba(17, 74, 138, 0)),
		var(--alm-hero-image, url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1200&q=82")) center / cover;
	box-shadow: 0 34px 90px rgba(8, 47, 99, 0.2);
	transform: rotate(1.5deg);
}

.alm-hero__content {
	max-width: 620px;
	margin-left: min(8vw, 92px);
}

.alm-hero .alm-kicker,
.alm-courses-hero .alm-kicker,
.alm-kicker {
	color: var(--alm-blue);
}

.alm-hero .alm-kicker::before,
.alm-courses-hero .alm-kicker::before {
	background: var(--alm-yellow);
}

.alm-hero h1 {
	max-width: 650px;
	color: var(--alm-ink);
	font-size: clamp(54px, 5.2vw, 84px);
	line-height: 0.98;
	letter-spacing: -0.02em;
}

.alm-hero__lead {
	color: #506579;
}

.alm-hero__trust span {
	border-color: rgba(17, 74, 138, 0.12);
	background: rgba(255, 255, 255, 0.78);
	color: var(--alm-blue);
}

.alm-hero__dots button.is-active {
	background: var(--alm-yellow);
}

.alm-quick-link__icon,
.alm-pathway-card > span,
.alm-course__code,
.alm-course-row__code,
.alm-enrollment-panel__course > span {
	background: var(--alm-yellow-soft);
	color: var(--alm-blue);
}

.alm-quick-link__arrow,
.alm-pathway-card strong,
.alm-course__cta {
	color: var(--alm-blue);
}

.alm-more {
	min-height: 44px;
	align-items: center;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, var(--alm-blue-dark), var(--alm-blue));
	box-shadow: 0 14px 30px rgba(17, 74, 138, 0.22);
	color: #fff;
}

.alm-more:hover,
.alm-more:focus {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #062653, var(--alm-blue));
	color: #fff;
}

.alm-course__cta {
	display: inline-flex;
	width: fit-content;
	min-height: 38px;
	align-items: center;
	margin-top: 18px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(17, 74, 138, 0.08);
	font-size: 13px;
	font-weight: 900;
}

.alm-stats {
	padding: 78px 0 70px;
	background:
		linear-gradient(135deg, var(--alm-blue-dark), var(--alm-blue));
}

.alm-stats__grid {
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.alm-stat + .alm-stat {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.alm-stat strong {
	color: var(--alm-yellow);
}

.alm-stat span {
	color: rgba(255, 255, 255, 0.86);
}

.alm-trust-band {
	padding: 56px 0 92px;
	background: #fff;
}

.alm-trust-band__grid {
	margin-top: 0;
}

.alm-trust-item {
	border-color: rgba(17, 74, 138, 0.12);
	background: #fff;
	box-shadow: 0 16px 44px rgba(8, 47, 99, 0.08);
}

.alm-trust-item strong {
	color: var(--alm-blue);
}

.alm-pathways,
.alm-courses,
.alm-home-news,
.alm-home-contact,
.alm-services-section,
.alm-about-section,
.alm-locations-section,
.alm-regulation-section,
.alm-exam-section {
	background: #fff;
}

.alm-course,
.alm-pathway-card,
.alm-news-card,
.alm-exam-card,
.alm-partner-card {
	border-color: rgba(17, 74, 138, 0.12);
	box-shadow: 0 18px 52px rgba(8, 47, 99, 0.08);
}

.alm-course::before,
.alm-pathway-card::before {
	background: rgba(248, 203, 11, 0.22);
}

@media (max-width: 1100px) {
	.alm-hero__slide::before,
	.alm-hero__slide::after {
		opacity: 0.22;
		right: 24px;
		width: 48vw;
	}

	.alm-hero__content {
		margin-left: 0;
	}
}

@media (max-width: 760px) {
	.alm-hero {
		min-height: 640px;
	}

	.alm-hero__slide {
		padding: 88px 0 64px;
	}

	.alm-hero__slide::before,
	.alm-hero__slide::after {
		display: none;
	}

	.alm-hero h1 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.alm-stat + .alm-stat {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.alm-trust-band {
		padding-top: 44px;
	}
}

/* Final transversal overrides */
:root {
	--alm-ink: #123132;
	--alm-text: #526a6b;
	--alm-blue: #114a8a;
	--alm-teal: #269997;
	--alm-teal-dark: #147a79;
	--alm-teal-deep: #075a5c;
	--alm-accent: #f8cb0b;
	--alm-mint: #eaf8f4;
	--alm-radius-lg: 28px;
	--alm-radius-md: 22px;
	--alm-shadow-soft: 0 18px 52px rgba(15, 76, 76, 0.09);
	--alm-shadow-lift: 0 26px 72px rgba(15, 76, 76, 0.14);
}

body,
.alm-page {
	background:
		radial-gradient(circle at 86% 8%, rgba(38, 153, 151, 0.12), transparent 28rem),
		linear-gradient(180deg, #f7fbfa 0%, #fff 42rem);
	color: var(--alm-text);
}

.alm-button,
.alm-form__submit,
.alm-actions .alm-button,
.alm-enroll .alm-button,
.alm-guidance-cta .alm-button {
	border: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #0d3d78 0%, var(--alm-blue) 56%, #1d6fb9 100%);
	box-shadow: 0 16px 34px rgba(17, 74, 138, 0.24);
	color: #fff;
}

.alm-button:hover,
.alm-button:focus,
.alm-form__submit:hover,
.alm-form__submit:focus {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #0a3263 0%, var(--alm-blue) 52%, #2580cf 100%);
	box-shadow: 0 20px 48px rgba(17, 74, 138, 0.32);
	color: #fff;
}

.alm-button--ghost {
	border: 1px solid rgba(17, 74, 138, 0.13);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 34px rgba(15, 76, 76, 0.08);
	color: var(--alm-ink);
}

.alm-hero {
	min-height: 670px;
	border-radius: 0;
	background:
		radial-gradient(circle at 70% 22%, rgba(38, 153, 151, 0.22), transparent 27rem),
		linear-gradient(135deg, #eaf8f4 0%, #f7fbfa 54%, #f6f2e8 100%);
}

.alm-hero::before {
	position: absolute;
	inset: 0;
	z-index: 2;
	background-image: radial-gradient(rgba(7, 90, 92, 0.11) 1px, transparent 1px);
	background-size: 22px 22px;
	content: "";
	opacity: 0.42;
	pointer-events: none;
	mask-image: linear-gradient(90deg, #000 0%, #000 34%, transparent 72%);
}

.alm-hero__slide {
	padding: 118px 0 82px;
	background:
		linear-gradient(90deg, rgba(247, 251, 250, 0.98) 0%, rgba(247, 251, 250, 0.92) 38%, rgba(247, 251, 250, 0.4) 68%, rgba(247, 251, 250, 0.1) 100%),
		linear-gradient(135deg, rgba(38, 153, 151, 0.22), rgba(248, 203, 11, 0.1)),
		var(--alm-hero-image, url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1900&q=82")) center right / cover;
}

.alm-hero__content {
	max-width: 650px;
	margin-left: 0;
	padding: 20px 0;
}

.alm-hero h1,
.alm-section__head h2,
.alm-enroll h2,
.alm-guidance-cta h2,
.alm-home-contact h2,
.alm-enrollment-copy h1,
.alm-courses-hero h1,
.alm-news-single__head h1,
.alm-empty-state h2 {
	color: var(--alm-ink);
	font-family: var(--alm-sans);
	font-weight: 900;
	letter-spacing: 0;
}

.alm-hero h1 {
	max-width: 690px;
	font-size: clamp(48px, 6.2vw, 82px);
	line-height: 0.95;
}

.alm-hero__lead {
	max-width: 600px;
	margin: 30px 0;
	color: #415b5d;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
}

.alm-hero .alm-kicker,
.alm-courses-hero .alm-kicker {
	border-color: rgba(38, 153, 151, 0.2);
	background: rgba(255, 255, 255, 0.82);
	color: var(--alm-teal-deep);
	box-shadow: 0 12px 30px rgba(15, 76, 76, 0.08);
}

.alm-hero__dots button.is-active {
	background: var(--alm-accent);
}

.alm-quick-links {
	position: relative;
	z-index: 5;
	margin-top: -46px;
	padding: 0 0 72px;
	background: linear-gradient(180deg, transparent 0, #fff 46px, #fff 100%);
}

.alm-quick-links__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.alm-quick-link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
	min-height: 118px;
	padding: 24px;
	border: 1px solid rgba(38, 153, 151, 0.15);
	border-radius: var(--alm-radius-md);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 24px 70px rgba(15, 76, 76, 0.13);
	color: var(--alm-ink);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-quick-link:hover,
.alm-quick-link:focus {
	border-color: rgba(17, 74, 138, 0.28);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-4px);
}

.alm-quick-link__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--alm-mint), #fff9d6);
	color: var(--alm-teal-deep);
	font-size: 14px;
	font-weight: 950;
}

.alm-quick-link__content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.alm-quick-link strong {
	font-size: clamp(17px, 1.5vw, 21px);
	font-weight: 900;
	line-height: 1.15;
}

.alm-quick-link small {
	color: var(--alm-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.alm-quick-link__arrow {
	color: var(--alm-blue);
	font-size: 22px;
	font-weight: 900;
}

.alm-course,
.alm-pathway-card,
.alm-trust-item,
.alm-form-card,
.alm-enrollment-panel,
.alm-guidance-cta__inner,
.alm-home-contact__copy,
.alm-news-card,
.alm-home-news__cta,
.alm-empty-state,
.alm-news-single__share,
.alm-regulation-index,
.alm-regulation-chapter,
.alm-exam-card,
.alm-exam-partner,
.alm-partner-card,
.alm-contact-panel,
.alm-service-card,
.alm-location-card,
.alm-info-card,
.alm-course-row {
	border: 1px solid rgba(38, 153, 151, 0.14);
	border-radius: var(--alm-radius-md);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 251, 0.96));
	box-shadow: var(--alm-shadow-soft);
}

.alm-course:hover,
.alm-course:focus,
.alm-pathway-card:hover,
.alm-pathway-card:focus,
.alm-news-card:hover,
.alm-news-card:focus-within,
.alm-exam-partner:hover,
.alm-exam-partner:focus,
.alm-partner-card:hover,
.alm-partner-card:focus {
	border-color: rgba(17, 74, 138, 0.26);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-4px);
}

.alm-course h3,
.alm-pathway-card h3,
.alm-news-card h2,
.alm-regulation-chapter h2,
.alm-exam-card h2,
.alm-enrollment-panel h2 {
	font-family: var(--alm-sans);
	font-weight: 900;
	letter-spacing: 0;
}

.alm-pathway-card > span,
.alm-course__code,
.alm-course-row__code,
.alm-enrollment-panel__course > span {
	background: linear-gradient(135deg, var(--alm-mint), #fff8cf);
	color: var(--alm-teal-deep);
}

.alm-guidance-cta__inner {
	border-radius: var(--alm-radius-lg);
	background:
		radial-gradient(circle at 82% 10%, rgba(248, 203, 11, 0.2), transparent 18rem),
		linear-gradient(135deg, var(--alm-mint), #fff);
}

.alm-form input,
.alm-form select,
.alm-form textarea {
	min-height: 48px;
	border-color: rgba(38, 153, 151, 0.18);
	border-radius: 13px;
	background: #fff;
}

.alm-form input:focus,
.alm-form select:focus,
.alm-form textarea:focus {
	border-color: rgba(17, 74, 138, 0.5);
	box-shadow: 0 0 0 4px rgba(17, 74, 138, 0.1);
}

.alm-courses-hero,
.alm-enrollment-hero,
.alm-news-single__hero,
.alm-services-page,
.alm-about-page,
.alm-news-page,
.alm-news-single,
.alm-enrollment-page,
.alm-page-enrollment {
	background:
		radial-gradient(circle at 86% 5%, rgba(38, 153, 151, 0.13), transparent 26rem),
		linear-gradient(180deg, #f7fbfa 0%, #fff 420px);
}

.alm-language-switcher__list a:hover,
.alm-language-switcher__list a:focus,
.alm-language-switcher__list a.is-active,
.alm-language-switcher .current-lang a {
	background: var(--alm-teal-deep);
	color: #fff;
}

.alm-menu .sub-menu a:hover,
.alm-menu .sub-menu a:focus {
	background: var(--alm-mint);
	color: var(--alm-teal-deep);
}

@media (max-width: 1100px) {
	.alm-quick-links__grid {
		grid-template-columns: 1fr;
	}

	.alm-hero__content {
		margin-left: 0;
	}
}

@media (max-width: 760px) {
	.alm-hero {
		min-height: 660px;
	}

	.alm-hero::before {
		mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
	}

	.alm-hero__slide {
		padding: 102px 0 92px;
		background:
			linear-gradient(180deg, rgba(247, 251, 250, 0.97) 0%, rgba(247, 251, 250, 0.9) 58%, rgba(247, 251, 250, 0.22) 100%),
			linear-gradient(135deg, rgba(38, 153, 151, 0.2), rgba(248, 203, 11, 0.1)),
			var(--alm-hero-image, url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1200&q=82")) center / cover;
	}

	.alm-hero h1 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.alm-quick-links {
		margin-top: -30px;
		padding-bottom: 52px;
	}

	.alm-quick-link {
		grid-template-columns: auto 1fr;
		min-height: 0;
		padding: 20px;
	}

	.alm-quick-link__arrow {
		display: none;
	}
}

/* Transversal visual refresh inspired by the InstituitoLinguas system */
:root {
	--alm-ink: #123132;
	--alm-text: #526a6b;
	--alm-muted: #708486;
	--alm-line: #dbe7e4;
	--alm-paper: #f5f8f7;
	--alm-surface-soft: #f8fcfb;
	--alm-blue: #114a8a;
	--alm-teal: #269997;
	--alm-teal-dark: #147a79;
	--alm-teal-deep: #075a5c;
	--alm-accent: #f8cb0b;
	--alm-mint: #eaf8f4;
	--alm-sand: #f6f2e8;
	--alm-radius-lg: 28px;
	--alm-radius-md: 22px;
	--alm-radius-sm: 14px;
	--alm-shadow-soft: 0 18px 52px rgba(15, 76, 76, 0.09);
	--alm-shadow-lift: 0 26px 72px rgba(15, 76, 76, 0.14);
	--alm-shadow-card: 0 24px 70px rgba(15, 76, 76, 0.13);
}

body {
	background:
		radial-gradient(circle at 86% 8%, rgba(38, 153, 151, 0.13), transparent 28rem),
		radial-gradient(circle at 0 18%, rgba(248, 203, 11, 0.12), transparent 24rem),
		linear-gradient(180deg, #f7fbfa 0%, #fff 42rem);
	color: var(--alm-text);
}

.alm-page {
	background: #fff;
}

.alm-button,
.alm-form__submit,
.alm-actions .alm-button,
.alm-enroll .alm-button,
.alm-guidance-cta .alm-button,
.alm-news-share,
.alm-back-link {
	border: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #0d3d78 0%, var(--alm-blue) 56%, #1d6fb9 100%);
	box-shadow: 0 16px 34px rgba(17, 74, 138, 0.24);
	color: #fff;
}

.alm-button:hover,
.alm-button:focus,
.alm-form__submit:hover,
.alm-form__submit:focus,
.alm-news-share:hover,
.alm-news-share:focus,
.alm-back-link:hover,
.alm-back-link:focus {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #0a3263 0%, var(--alm-blue) 52%, #2580cf 100%);
	box-shadow: 0 20px 48px rgba(17, 74, 138, 0.32);
	color: #fff;
}

.alm-button--ghost {
	border: 1px solid rgba(17, 74, 138, 0.13);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 34px rgba(15, 76, 76, 0.08);
	color: var(--alm-ink);
}

.alm-button--ghost:hover,
.alm-button--ghost:focus {
	background: #fff;
	color: var(--alm-blue);
}

.alm-kicker {
	color: var(--alm-teal-dark);
	letter-spacing: 0.16em;
}

.alm-section__head h2,
.alm-enroll h2,
.alm-guidance-cta h2,
.alm-home-contact h2,
.alm-enrollment-copy h1,
.alm-courses-hero h1,
.alm-news-single__head h1,
.alm-empty-state h2 {
	color: var(--alm-ink);
	font-family: var(--alm-sans);
	font-weight: 850;
	letter-spacing: 0;
}

.alm-section__head h2 {
	font-size: clamp(38px, 4.8vw, 68px);
	line-height: 0.98;
}

.alm-hero {
	min-height: 670px;
	border-radius: 0;
	background:
		radial-gradient(circle at 70% 22%, rgba(38, 153, 151, 0.22), transparent 27rem),
		linear-gradient(135deg, #eaf8f4 0%, #f7fbfa 54%, #f6f2e8 100%);
}

.alm-hero::before {
	position: absolute;
	inset: 0;
	z-index: 2;
	background-image: radial-gradient(rgba(7, 90, 92, 0.11) 1px, transparent 1px);
	background-size: 22px 22px;
	content: "";
	opacity: 0.45;
	pointer-events: none;
	mask-image: linear-gradient(90deg, #000 0%, #000 34%, transparent 72%);
}

.alm-hero__slide {
	padding: 118px 0 82px;
	background:
		linear-gradient(90deg, rgba(247, 251, 250, 0.98) 0%, rgba(247, 251, 250, 0.92) 38%, rgba(247, 251, 250, 0.4) 68%, rgba(247, 251, 250, 0.1) 100%),
		linear-gradient(135deg, rgba(38, 153, 151, 0.22), rgba(248, 203, 11, 0.1)),
		var(--alm-hero-image, url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1900&q=82")) center right / cover;
}

.alm-hero__content {
	max-width: 650px;
	margin-left: 0;
	padding: 20px 0;
}

.alm-hero h1 {
	max-width: 690px;
	font-family: var(--alm-sans);
	font-size: clamp(48px, 6.2vw, 82px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
}

.alm-hero__lead {
	max-width: 600px;
	margin: 30px 0 30px;
	color: #415b5d;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
}

.alm-hero .alm-kicker,
.alm-courses-hero .alm-kicker {
	border-color: rgba(38, 153, 151, 0.2);
	background: rgba(255, 255, 255, 0.82);
	color: var(--alm-teal-deep);
	box-shadow: 0 12px 30px rgba(15, 76, 76, 0.08);
}

.alm-hero__trust span {
	border-color: rgba(38, 153, 151, 0.2);
	background: rgba(255, 255, 255, 0.86);
	color: var(--alm-teal-deep);
}

.alm-hero__dots button.is-active {
	background: var(--alm-accent);
}

.alm-quick-links {
	position: relative;
	z-index: 5;
	margin-top: -34px;
	padding: 0 0 84px;
	background: linear-gradient(180deg, transparent 0, #fff 34px, #fff 100%);
}

.alm-quick-links__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(7, 90, 92, 0.14);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 30px 82px rgba(7, 90, 92, 0.12);
}

.alm-quick-link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
	min-height: 88px;
	padding: 22px 26px;
	border: 0;
	border-right: 1px solid rgba(7, 90, 92, 0.13);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--alm-ink);
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease;
}

.alm-quick-link:last-child {
	border-right: 0;
}

.alm-quick-link:hover,
.alm-quick-link:focus {
	background: rgba(234, 248, 244, 0.76);
	box-shadow: none;
	transform: none;
}

.alm-quick-link__icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 14px;
	background: var(--alm-mint);
	color: var(--alm-teal-deep);
	font-size: 13px;
	font-weight: 950;
}

.alm-quick-link__content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.alm-quick-link strong {
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
}

.alm-quick-link small {
	color: var(--alm-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.3;
	text-transform: none;
}

.alm-quick-link__arrow {
	color: var(--alm-teal-deep);
	font-size: 18px;
	font-weight: 900;
}

.alm-stats {
	padding: 76px 0 64px;
	background: #fff;
}

.alm-stat {
	padding: 4px 0;
}

.alm-stat strong {
	color: var(--alm-teal-deep);
	font-family: var(--alm-sans);
	font-weight: 900;
	letter-spacing: 0;
}

.alm-trust-band,
.alm-pathways,
.alm-courses,
.alm-home-news,
.alm-enrollment-form-section,
.alm-news-section {
	background: #fff;
}

.alm-pathways,
.alm-courses,
.alm-home-news {
	padding-top: 88px;
	padding-bottom: 96px;
}

.alm-pathways,
.alm-home-contact,
.alm-services-section,
.alm-about-section,
.alm-locations-section,
.alm-regulation-section,
.alm-exam-section {
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-surface-soft) 100%);
}

.alm-course,
.alm-pathway-card,
.alm-trust-item,
.alm-form-card,
.alm-enrollment-panel,
.alm-guidance-cta__inner,
.alm-home-contact__copy,
.alm-news-card,
.alm-home-news__cta,
.alm-empty-state,
.alm-news-single__share,
.alm-regulation-index,
.alm-regulation-chapter,
.alm-exam-card,
.alm-exam-partner,
.alm-partner-card,
.alm-contact-panel,
.alm-service-card,
.alm-location-card,
.alm-info-card {
	border: 1px solid rgba(38, 153, 151, 0.14);
	border-radius: var(--alm-radius-md);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 251, 0.96));
	box-shadow: var(--alm-shadow-soft);
}

.alm-course,
.alm-pathway-card,
.alm-news-card,
.alm-exam-partner,
.alm-partner-card,
.alm-service-card,
.alm-location-card,
.alm-info-card {
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-course:hover,
.alm-course:focus,
.alm-pathway-card:hover,
.alm-pathway-card:focus,
.alm-news-card:hover,
.alm-news-card:focus-within,
.alm-exam-partner:hover,
.alm-exam-partner:focus,
.alm-partner-card:hover,
.alm-partner-card:focus,
.alm-service-card:hover,
.alm-service-card:focus-within,
.alm-location-card:hover,
.alm-location-card:focus-within,
.alm-info-card:hover,
.alm-info-card:focus-within {
	border-color: rgba(17, 74, 138, 0.26);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-4px);
}

.alm-pathway-card {
	min-height: 214px;
	padding: 28px;
}

.alm-pathway-card > span,
.alm-course__code,
.alm-enrollment-panel__course > span {
	background: linear-gradient(135deg, var(--alm-mint), #fff8cf);
	color: var(--alm-teal-deep);
}

.alm-course {
	overflow: hidden;
	min-height: 285px;
	padding: 30px;
}

.alm-course::before {
	background:
		radial-gradient(circle at 26% 22%, rgba(248, 203, 11, 0.26), transparent 12rem),
		linear-gradient(135deg, rgba(38, 153, 151, 0.14), rgba(17, 74, 138, 0.08));
}

.alm-course h3,
.alm-pathway-card h3,
.alm-news-card h2,
.alm-regulation-chapter h2,
.alm-exam-card h2,
.alm-enrollment-panel h2 {
	font-family: var(--alm-sans);
	font-weight: 900;
	letter-spacing: 0;
}

.alm-more {
	border-color: rgba(38, 153, 151, 0.18);
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 76, 76, 0.08);
	color: var(--alm-teal-deep);
}

.alm-more:hover,
.alm-more:focus {
	border-color: rgba(17, 74, 138, 0.28);
	color: var(--alm-blue);
	transform: translateY(-2px);
}

.alm-enroll {
	width: min(1220px, calc(100% - 48px));
	border-radius: var(--alm-radius-lg);
	box-shadow: var(--alm-shadow-card);
}

.alm-enroll::before {
	background:
		linear-gradient(90deg, rgba(7, 90, 92, 0.92), rgba(17, 74, 138, 0.74) 48%, rgba(17, 74, 138, 0.16) 100%),
		var(--alm-enroll-image, url("https://images.unsplash.com/photo-1523580846011-d3a5bc25702b?auto=format&fit=crop&w=1600&q=82")) center / cover;
}

.alm-guidance-cta {
	padding: 92px 0;
	background: #fff;
}

.alm-guidance-cta__inner {
	border-radius: var(--alm-radius-lg);
	background:
		radial-gradient(circle at 82% 10%, rgba(248, 203, 11, 0.2), transparent 18rem),
		linear-gradient(135deg, var(--alm-mint), #fff);
}

.alm-home-contact {
	padding-top: 92px;
}

.alm-form-card {
	border-radius: var(--alm-radius-md);
}

.alm-form input,
.alm-form select,
.alm-form textarea {
	min-height: 48px;
	border-color: rgba(38, 153, 151, 0.18);
	border-radius: 13px;
	background: #fff;
}

.alm-form input:focus,
.alm-form select:focus,
.alm-form textarea:focus {
	border-color: rgba(17, 74, 138, 0.5);
	box-shadow: 0 0 0 4px rgba(17, 74, 138, 0.1);
}

.alm-courses-hero,
.alm-enrollment-hero,
.alm-news-single__hero,
.alm-services-page,
.alm-about-page,
.alm-news-page,
.alm-news-single,
.alm-enrollment-page,
.alm-page-enrollment {
	background:
		radial-gradient(circle at 86% 5%, rgba(38, 153, 151, 0.13), transparent 26rem),
		linear-gradient(180deg, #f7fbfa 0%, #fff 420px);
}

.alm-courses-hero h1,
.alm-enrollment-copy h1,
.alm-news-single__head h1 {
	font-size: clamp(46px, 6vw, 78px);
	line-height: 0.98;
}

.alm-course-row {
	border-color: rgba(38, 153, 151, 0.14);
	border-radius: var(--alm-radius-md);
	box-shadow: var(--alm-shadow-soft);
}

.alm-course-row__code {
	background: linear-gradient(135deg, var(--alm-mint), #fff8cf);
	color: var(--alm-teal-deep);
}

.alm-news-card,
.alm-news-single__image {
	border-radius: var(--alm-radius-md);
}

.alm-news-card__media {
	background:
		radial-gradient(circle at 28% 24%, rgba(248, 203, 11, 0.22), transparent 10rem),
		linear-gradient(135deg, rgba(38, 153, 151, 0.2), rgba(17, 74, 138, 0.1));
}

.alm-news-card__meta span,
.alm-news-toolbar .is-active {
	background: rgba(248, 203, 11, 0.22);
	color: var(--alm-teal-deep);
}

.alm-regulation-index,
.alm-news-single__share,
.alm-enrollment-panel {
	top: 112px;
}

.alm-language-switcher,
.alm-student-icon,
.alm-language-switcher__button {
	border-color: rgba(38, 153, 151, 0.18);
}

.alm-language-switcher__list a:hover,
.alm-language-switcher__list a:focus,
.alm-language-switcher__list a.is-active,
.alm-language-switcher .current-lang a {
	background: var(--alm-teal-deep);
	color: #fff;
}

.alm-menu .sub-menu {
	border-color: rgba(38, 153, 151, 0.16);
	border-radius: 16px;
	box-shadow: 0 22px 54px rgba(15, 76, 76, 0.14);
}

.alm-menu .sub-menu a:hover,
.alm-menu .sub-menu a:focus {
	background: var(--alm-mint);
	color: var(--alm-teal-deep);
}

.alm-whatsapp-float {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #16855d, #23b47e);
	box-shadow: 0 18px 44px rgba(22, 133, 93, 0.28);
}

@media (max-width: 1100px) {
	.alm-quick-links__grid {
		grid-template-columns: 1fr;
	}

	.alm-hero__content {
		margin-left: 0;
	}
}

@media (max-width: 760px) {
	.alm-hero {
		min-height: 660px;
	}

	.alm-hero::before {
		mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
	}

	.alm-hero__slide {
		padding: 102px 0 92px;
		background:
			linear-gradient(180deg, rgba(247, 251, 250, 0.97) 0%, rgba(247, 251, 250, 0.9) 58%, rgba(247, 251, 250, 0.22) 100%),
			linear-gradient(135deg, rgba(38, 153, 151, 0.2), rgba(248, 203, 11, 0.1)),
			var(--alm-hero-image, url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1200&q=82")) center / cover;
	}

	.alm-hero h1 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.alm-quick-links {
		margin-top: -30px;
		padding-bottom: 52px;
	}

	.alm-quick-link {
		grid-template-columns: auto 1fr;
		min-height: 0;
		padding: 20px;
	}

	.alm-quick-link__arrow {
		display: none;
	}

	.alm-pathways,
	.alm-courses,
	.alm-home-news,
	.alm-guidance-cta,
	.alm-home-contact {
		padding-top: 64px;
		padding-bottom: 70px;
	}

	.alm-enroll {
		width: min(100% - 28px, 1220px);
		border-radius: 22px;
	}
}

.alm-language-switcher__icon {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-blue);
}

.alm-language-switcher__icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.alm-language-switcher ul {
	display: flex;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alm-language-switcher a {
	display: grid;
	min-width: 32px;
	height: 28px;
	place-items: center;
	padding: 0 8px;
	border-radius: 999px;
	color: #657085;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, background 180ms ease;
}

.alm-language-switcher a::after,
.alm-language-switcher a::before {
	display: none;
}

.alm-language-switcher a:hover,
.alm-language-switcher a:focus {
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-blue);
}

.alm-language-switcher .current-lang a {
	background: var(--alm-blue);
	color: #fff;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at top right, rgba(17, 74, 138, 0.08), transparent 30rem),
		radial-gradient(circle at top left, rgba(24, 183, 159, 0.08), transparent 34rem),
		linear-gradient(180deg, #f8fbfa 0%, var(--alm-paper) 42rem);
	color: var(--alm-text);
	font-family: var(--alm-sans);
}

a {
	color: inherit;
	text-decoration: none;
}

.alm-page {
	overflow-x: hidden;
	background: var(--alm-paper);
}

.alm-shell {
	width: min(1220px, calc(100% - 48px));
	margin: 0 auto;
}

.alm-header .alm-shell {
	width: min(1380px, calc(100% - 32px));
}

.alm-header {
	position: fixed;
	z-index: 80;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid rgba(23, 107, 135, 0.11);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86));
	backdrop-filter: blur(22px);
	box-shadow: 0 18px 54px rgba(16, 32, 51, 0.08);
}

.alm-header__inner {
	display: grid;
	grid-template-columns: minmax(150px, 0.75fr) minmax(0, auto) minmax(260px, 0.9fr);
	min-height: 76px;
	align-items: center;
	gap: 18px;
}

.alm-brand,
.alm-footer h2,
.alm-footer-brand {
	font-family: var(--alm-serif);
	color: var(--alm-ink);
	font-size: 25px;
	font-weight: 650;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.alm-brand span,
.alm-footer h2 span,
.alm-footer-brand span {
	color: var(--alm-orange);
	font-style: italic;
	font-weight: 700;
}

.alm-brand--logo {
	display: inline-flex;
	align-items: center;
}

.alm-brand--logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.alm-brand--logo .custom-logo {
	display: block;
	width: auto;
	max-width: 210px;
	max-height: 58px;
	object-fit: contain;
}

.alm-footer-brand {
	display: inline-flex;
	margin: 0 0 24px;
	color: #fff;
	text-decoration: none;
}

.alm-footer-brand--logo {
	display: inline-flex;
	align-items: center;
	margin: 0 0 24px;
}

.alm-footer-brand--logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.alm-footer-brand--logo .custom-logo {
	display: block;
	width: auto;
	max-width: 230px;
	max-height: 76px;
	object-fit: contain;
}

.alm-nav,
.alm-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #505a70;
	font-size: 14px;
	font-weight: 800;
}

.alm-nav {
	padding: 6px;
	border: 1px solid rgba(23, 107, 135, 0.14);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 247, 0.82));
}

.alm-nav a,
.alm-menu a {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	padding: 0 14px;
	border-radius: 999px;
	color: #435369;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition:
		background 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.alm-nav a:hover,
.alm-nav a:focus {
	background: #fff;
	color: var(--alm-blue);
	box-shadow: 0 8px 22px rgba(16, 32, 51, 0.08);
}

.alm-menu .menu-item-has-children {
	position: relative;
}

.alm-menu .menu-item-has-children::after {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 12px;
	content: "";
}

.alm-menu .sub-menu {
	position: absolute;
	z-index: 90;
	top: calc(100% + 10px);
	left: 50%;
	display: grid;
	min-width: 190px;
	margin: 0;
	padding: 8px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(17, 22, 32, 0.14);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.alm-menu .menu-item-has-children:hover > .sub-menu,
.alm-menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.alm-menu .sub-menu a {
	width: 100%;
	justify-content: flex-start;
	border-radius: 6px;
}

.alm-nav .is-active,
.alm-nav .current-menu-item > a,
.alm-nav .current_page_item > a {
	background: linear-gradient(135deg, var(--alm-ink), var(--alm-blue));
	color: #fff;
	box-shadow: 0 10px 26px rgba(23, 107, 135, 0.2);
}

.alm-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
}

.alm-lang {
	display: inline-flex;
	align-items: center;
	padding: 0;
	color: #657085;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.alm-student-icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(8, 13, 26, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--alm-blue);
	box-shadow: 0 10px 26px rgba(16, 32, 51, 0.07);
	transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-student-icon svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alm-student-icon:hover,
.alm-student-icon:focus {
	background: #fff;
	color: var(--alm-orange);
	box-shadow: 0 14px 34px rgba(16, 32, 51, 0.12);
	transform: translateY(-1px);
}

.alm-language-switcher {
	position: relative;
}

.alm-language-switcher__button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 7px;
	padding: 0 10px;
	border: 1px solid rgba(8, 13, 26, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: #3f4a5f;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.alm-language-switcher__button span {
	display: grid;
	text-align: left;
	line-height: 1.05;
}

.alm-language-switcher__button strong {
	font-size: 12px;
	font-weight: 900;
}

.alm-language-switcher__button::after {
	width: 0;
	height: 0;
	border-top: 4px solid currentColor;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: 0.72;
}

.alm-language-switcher img {
	display: block;
	width: 18px;
	height: 12px;
	border-radius: 2px;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(8, 13, 26, 0.1);
}

.alm-language-switcher__list {
	position: absolute;
	z-index: 120;
	top: calc(100% + 10px);
	right: 0;
	display: grid;
	min-width: 96px;
	margin: 0;
	padding: 7px;
	border: 1px solid rgba(8, 13, 26, 0.1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(17, 22, 32, 0.14);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.alm-language-switcher.is-open .alm-language-switcher__list {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.alm-language-switcher__list a {
	display: grid;
	grid-template-columns: 18px 1fr;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border-radius: 6px;
	color: #3f4a5f;
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
}

.alm-language-switcher__list a:hover,
.alm-language-switcher__list a:focus,
.alm-language-switcher__list a.is-active {
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-orange);
}

.alm-lang ul {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alm-lang a,
.alm-lang span {
	color: inherit;
}

.alm-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #0b315f, #114a8a 58%, #1c6fc2);
	box-shadow: 0 14px 34px rgba(17, 74, 138, 0.28);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	transition: background 180ms ease, transform 180ms ease;
}

.alm-button:hover,
.alm-button:focus {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #08294f, #114a8a 56%, #2a7fd4);
	color: #fff;
	box-shadow: 0 18px 44px rgba(17, 74, 138, 0.38);
	transform: translateY(-2px);
}

.alm-button--ghost {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(23, 107, 135, 0.16);
	color: var(--alm-ink);
	box-shadow: 0 12px 34px rgba(16, 32, 51, 0.08);
}

.alm-button--ghost:hover,
.alm-button--ghost:focus {
	background: #fff;
	color: var(--alm-blue);
}

.alm-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	border: 1px solid rgba(8, 13, 26, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.58);
	color: var(--alm-ink);
}

.alm-menu-toggle span,
.alm-menu-toggle::before,
.alm-menu-toggle::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.alm-hero {
	position: relative;
	min-height: 700px;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 8%, rgba(7, 90, 92, 0.1), transparent 26rem),
		radial-gradient(circle at 76% 38%, rgba(38, 153, 151, 0.16), transparent 28rem),
		linear-gradient(135deg, #f3fbf9 0%, #ecf8f5 58%, #f8fbfa 100%);
}

.alm-hero::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: radial-gradient(rgba(38, 153, 151, 0.18) 1px, transparent 1px);
	background-size: 24px 24px;
	content: "";
	opacity: 0.5;
	pointer-events: none;
	mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 78%);
}

.alm-hero__slide::after {
	position: absolute;
	top: 132px;
	right: max(7vw, 72px);
	z-index: 2;
	width: min(35vw, 520px);
	aspect-ratio: 1.12;
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		var(--alm-hero-image, url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1200&q=82")) center / cover;
	box-shadow: 0 34px 90px rgba(7, 90, 92, 0.18);
	content: "";
	transform: rotate(1.8deg);
}

.alm-hero__slides,
.alm-hero__slide {
	position: absolute;
	inset: 0;
}

.alm-hero__slides {
	z-index: 1;
}

.alm-hero__slide {
	display: flex;
	align-items: flex-start;
	padding: 88px 0 82px;
	background:
		linear-gradient(90deg, rgba(243, 251, 249, 0.98) 0%, rgba(243, 251, 249, 0.84) 47%, rgba(243, 251, 249, 0.2) 100%);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	z-index: 0;
	transition: opacity 700ms ease;
}

.alm-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 1;
}

.alm-hero__dots {
	position: absolute;
	z-index: 2;
	right: 50%;
	bottom: 66px;
	display: flex;
	gap: 9px;
	transform: translateX(50%);
}

.alm-hero__dots button {
	width: 34px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(8, 13, 26, 0.24);
	cursor: pointer;
	transition: background 180ms ease, width 180ms ease;
}

.alm-hero__dots button.is-active {
	width: 48px;
	background: var(--alm-orange);
}

.alm-hero__content {
	position: relative;
	z-index: 3;
	max-width: 610px;
	margin-left: min(8vw, 92px);
}

.alm-kicker {
	margin: 0 0 22px;
	color: var(--alm-teal-deep);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.alm-hero .alm-kicker,
.alm-courses-hero .alm-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	gap: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	color: var(--alm-teal-deep);
	letter-spacing: 0.16em;
}

.alm-hero .alm-kicker::before,
.alm-courses-hero .alm-kicker::before {
	display: inline-block;
	width: 28px;
	height: 2px;
	background: currentColor;
	content: "";
}

.alm-hero h1 {
	max-width: 620px;
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-sans);
	font-size: clamp(56px, 5.5vw, 88px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.02em;
}

.alm-hero__lead {
	max-width: 560px;
	margin: 26px 0 32px;
	color: #587273;
	font-size: 19px;
	line-height: 1.65;
}

.alm-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}

.alm-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 36px;
}

.alm-hero__trust span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 11px;
	border: 1px solid rgba(38, 153, 151, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--alm-teal-deep);
	font-size: 12px;
	font-weight: 800;
}

.alm-scroll {
	display: none;
}

.alm-stats {
	padding: 86px 0 118px;
	border-bottom: 1px solid rgba(7, 90, 92, 0.12);
	background: #fff;
}

.alm-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(7, 90, 92, 0.14);
	border-bottom: 1px solid rgba(7, 90, 92, 0.14);
}

.alm-stat {
	padding: 38px 28px 34px;
	text-align: center;
}

.alm-stat + .alm-stat {
	border-left: 1px solid rgba(7, 90, 92, 0.14);
}

.alm-stat strong {
	display: block;
	color: var(--alm-teal-deep);
	font-family: var(--alm-sans);
	font-size: clamp(42px, 4vw, 58px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.alm-stat span {
	display: block;
	margin-top: 13px;
	color: #536b6d;
	font-size: 13px;
	font-weight: 550;
}

.alm-trust-band {
	padding: 0 0 82px;
	background: #fff;
}

.alm-trust-band__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.alm-trust-item {
	padding: 24px 26px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 251, 0.96)),
		linear-gradient(135deg, rgba(24, 183, 159, 0.08), rgba(17, 74, 138, 0.05));
	box-shadow: var(--alm-shadow-soft);
}

.alm-trust-item strong {
	display: block;
	color: var(--alm-ink);
	font-size: 17px;
	font-weight: 900;
}

.alm-trust-item span {
	display: block;
	margin-top: 8px;
	color: #627085;
	font-size: 14px;
	line-height: 1.5;
}

.alm-pathways {
	padding: 96px 0 104px;
	background: #fff;
}

.alm-section__head--compact {
	margin-bottom: 34px;
}

.alm-pathway-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.alm-pathway-card {
	position: relative;
	display: grid;
	min-height: 216px;
	align-content: start;
	padding: 24px;
	border: 1px solid rgba(7, 90, 92, 0.14);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 58px rgba(7, 90, 92, 0.08);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-pathway-card::before {
	position: absolute;
	right: -24px;
	bottom: -28px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: rgba(38, 153, 151, 0.12);
	content: "";
}

.alm-pathway-card:hover,
.alm-pathway-card:focus {
	border-color: rgba(17, 74, 138, 0.28);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-4px);
}

.alm-pathway-card > span {
	display: inline-flex;
	width: fit-content;
	min-width: 48px;
	height: 34px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--alm-mint);
	color: var(--alm-teal-deep);
	font-size: 12px;
	font-weight: 900;
}

.alm-pathway-card h3 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-sans);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.12;
}

.alm-pathway-card p {
	margin: 14px 0 0;
	color: #536b6d;
	font-size: 14px;
	line-height: 1.55;
}

.alm-pathway-card strong {
	display: inline-flex;
	margin-top: 24px;
	color: var(--alm-teal-deep);
	font-size: 0;
	font-weight: 900;
}

.alm-pathway-card strong::after {
	font-size: 18px;
	content: "\2192";
}

.alm-courses {
	padding: 96px 0 104px;
	background: #f8fbfa;
}

.alm-section__head {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 30px;
	max-width: 1220px;
	margin: 0 auto 42px;
}

.alm-section__head h2 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-sans);
	font-size: clamp(40px, 4.4vw, 64px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.alm-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--alm-blue);
	font-size: 15px;
	font-weight: 700;
}

.alm-course-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.alm-course {
	position: relative;
	min-height: 236px;
	padding: 24px;
	border: 1px solid rgba(7, 90, 92, 0.14);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 58px rgba(7, 90, 92, 0.08);
	overflow: hidden;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.alm-course::before {
	position: absolute;
	right: -24px;
	bottom: -28px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: rgba(38, 153, 151, 0.12);
	content: "";
}

.alm-course:hover {
	border-color: rgba(17, 74, 138, 0.28);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-4px);
}

.alm-course__code {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	margin-bottom: 18px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--alm-mint);
	color: var(--alm-teal-deep);
	font-size: 12px;
	font-weight: 900;
	color: var(--alm-blue);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.alm-course h3 {
	margin: 0 0 8px;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.alm-course:first-child h3 {
	color: var(--alm-orange);
}

.alm-course em {
	display: block;
	color: #9a9fad;
	font-family: var(--alm-serif);
	font-size: 18px;
	font-style: italic;
}

.alm-course p {
	margin: 28px 0 0;
	padding-top: 18px;
	border-top: 1px solid #eeeae5;
	color: #586276;
	font-size: 14px;
	line-height: 1.55;
}

.alm-course__cta {
	display: inline-flex;
	align-items: center;
	margin-top: 24px;
	color: var(--alm-orange);
	font-size: 14px;
	font-weight: 900;
}

.alm-enroll-wrap {
	padding: 88px 0 104px;
	background: #fff;
}

.alm-enroll {
	width: min(1220px, calc(100% - 48px));
	min-height: 420px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(16, 32, 51, 0.9) 0%, rgba(23, 107, 135, 0.62) 46%, rgba(24, 183, 159, 0.18) 100%),
		var(--alm-enroll-image, url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1500&q=82")) center / cover;
	box-shadow: 0 28px 80px rgba(7, 24, 39, 0.18);
	overflow: hidden;
}

.alm-enroll__content {
	max-width: 560px;
	padding: 72px 80px;
	color: #fff;
}

.alm-enroll h2 {
	margin: 0 0 24px;
	color: #fff;
	font-family: var(--alm-serif);
	font-size: clamp(52px, 5vw, 70px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.alm-enroll p:not(.alm-kicker) {
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.55;
}

.alm-guidance-cta {
	padding: 0 0 92px;
	background: #fff;
}

.alm-guidance-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: 34px;
	border: 1px solid rgba(23, 107, 135, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(23, 107, 135, 0.08), rgba(24, 183, 159, 0.08), rgba(244, 182, 63, 0.08)),
		#fff;
	box-shadow: var(--alm-shadow-soft);
}

.alm-guidance-cta h2,
.alm-home-contact__copy h2 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 500;
	line-height: 1;
}

.alm-guidance-cta p:not(.alm-kicker),
.alm-home-contact__copy p:not(.alm-kicker) {
	max-width: 680px;
	margin: 18px 0 0;
	color: #566074;
	font-size: 16px;
	line-height: 1.65;
}

.alm-home-contact {
	padding: 0 0 96px;
	background: linear-gradient(180deg, #fff 0%, #f4f8f7 100%);
}

.alm-home-contact__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.alm-home-contact__copy {
	position: sticky;
	top: 104px;
	padding: 30px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 251, 0.96)),
		linear-gradient(160deg, rgba(23, 107, 135, 0.1), rgba(24, 183, 159, 0.08));
	box-shadow: var(--alm-shadow-soft);
}

.alm-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 80;
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-radius: 999px;
	background: #18b79f;
	box-shadow: 0 18px 44px rgba(7, 24, 39, 0.18);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-whatsapp-float:hover,
.alm-whatsapp-float:focus {
	background: var(--alm-blue);
	box-shadow: 0 24px 58px rgba(7, 24, 39, 0.22);
	color: #fff;
	transform: translateY(-2px);
}

.alm-footer {
	padding: 54px 0 66px;
	background:
		radial-gradient(circle at 12% 0%, rgba(24, 183, 159, 0.16), transparent 28rem),
		radial-gradient(circle at 88% 18%, rgba(17, 74, 138, 0.12), transparent 24rem),
		linear-gradient(135deg, var(--alm-footer) 0%, #102033 58%, #13364a 100%);
	color: #fff;
}

.alm-languages {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	max-width: 1220px;
	margin: 0 auto 54px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.alm-languages span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 13px;
	letter-spacing: 0.04em;
}

.alm-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 1.1fr 0.9fr;
	gap: 54px;
}

.alm-footer h2 {
	margin: 0 0 24px;
	color: #fff;
}

.alm-footer h3 {
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.alm-footer p,
.alm-footer a,
.alm-footer li {
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.7;
}

.alm-footer a:hover,
.alm-footer a:focus {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(24, 183, 159, 0.7);
	text-underline-offset: 4px;
}

.alm-footer ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alm-socials {
	grid-template-columns: repeat(2, auto);
	justify-content: start;
	column-gap: 22px;
}

.alm-footer__bottom {
	margin-top: 58px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.48);
	font-size: 13px;
}

.alm-page-courses {
	background: var(--alm-paper);
}

.alm-page-courses .alm-header {
	border-bottom: 1px solid rgba(7, 24, 39, 0.08);
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(18px);
}

.alm-page-courses .alm-lang {
	border-color: rgba(8, 13, 26, 0.1);
}

.alm-courses-page {
	min-height: 100vh;
	background: linear-gradient(180deg, #f4f8f7 0%, #fff 360px);
}

.alm-generic-page__main {
	min-height: 100vh;
	background: #fff;
}

.alm-generic-page__content {
	padding: 0 0 72px;
	color: #566074;
	font-size: 17px;
	line-height: 1.7;
}

.alm-generic-page__content :where(p, ul, ol, blockquote) {
	max-width: 760px;
}

.alm-courses-hero {
	padding: 136px 0 78px;
}

.alm-courses-hero h1 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(68px, 7vw, 92px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.alm-course-list-section {
	padding: 0 0 86px;
}

.alm-course-list {
	display: grid;
	gap: 24px;
}

.alm-course-row {
	display: grid;
	grid-template-columns: 58px 190px minmax(260px, 1fr) auto auto;
	align-items: center;
	gap: 24px;
	min-height: 118px;
	padding: 26px 32px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-surface-soft) 100%);
	color: var(--alm-text);
	box-shadow: var(--alm-shadow-soft);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-course-row.is-featured,
.alm-course-row:hover {
	border-color: rgba(17, 74, 138, 0.32);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-2px);
}

.alm-course-row__code {
	display: inline-flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(23, 107, 135, 0.08);
	color: var(--alm-blue);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.alm-course-row__name h2 {
	margin: 0 0 5px;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
}

.alm-course-row.is-featured .alm-course-row__name h2 {
	color: var(--alm-orange);
}

.alm-course-row__name em {
	color: #9a9fad;
	font-family: var(--alm-serif);
	font-size: 16px;
	font-style: italic;
}

.alm-course-row__desc {
	max-width: 430px;
	margin: 0;
	color: #5a6477;
	font-size: 15px;
	line-height: 1.55;
}

.alm-course-row__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	color: #5a6477;
	font-size: 13px;
}

.alm-course-row__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.alm-course-row__meta b {
	color: #5d6678;
	font-size: 14px;
	font-weight: 700;
}

.alm-course-row__cta {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 10px;
	justify-content: center;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(17, 74, 138, 0.1);
	white-space: nowrap;
	color: var(--alm-orange);
	font-size: 15px;
	font-weight: 800;
}

.alm-page-lead {
	max-width: 720px;
	margin: 24px 0 0;
	color: #566074;
	font-size: 18px;
	line-height: 1.65;
}

.alm-services-page,
.alm-about-page {
	min-height: 100vh;
	background: linear-gradient(180deg, #f4f8f7 0%, #fff 380px);
}

.alm-services-section,
.alm-about-section,
.alm-locations-section {
	padding: 0 0 86px;
	background: #fff;
}

.alm-services-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.alm-service-list,
.alm-info-grid,
.alm-location-grid {
	display: grid;
	gap: 22px;
}

.alm-info-grid,
.alm-location-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alm-info-card,
.alm-location-card {
	padding: 30px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-surface-soft) 100%);
	box-shadow: var(--alm-shadow-soft);
}

.alm-info-card h2,
.alm-location-card h3 {
	margin: 0 0 14px;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 500;
	line-height: 1;
}

.alm-info-card p,
.alm-location-card p,
.alm-location-card li {
	color: #566074;
	font-size: 15px;
	line-height: 1.65;
}

.alm-location-card ul {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.alm-location-contact-list {
	display: grid;
	gap: 8px;
}

.alm-location-contact-line {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.alm-location-contact-line svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--alm-teal);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alm-location-contact-line a {
	color: var(--alm-blue);
	font-weight: 800;
	text-decoration: none;
	word-break: break-word;
}

.alm-location-contact-line a:hover {
	color: var(--alm-teal);
}

.alm-location-contact-note {
	display: block;
	color: #667489;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.alm-regulation-section {
	padding: 0 0 92px;
	background: #fff;
}

.alm-regulation-layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.alm-regulation-index {
	position: sticky;
	top: 104px;
	padding: 24px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background: #f8faf9;
}

.alm-regulation-index ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.alm-regulation-index a {
	color: #435369;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.alm-regulation-index a:hover,
.alm-regulation-index a:focus {
	color: var(--alm-blue);
}

.alm-regulation-content {
	display: grid;
	gap: 18px;
}

.alm-regulation-chapter {
	padding: 30px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-surface-soft) 100%);
	box-shadow: var(--alm-shadow-soft);
	scroll-margin-top: 110px;
}

.alm-regulation-chapter h2 {
	margin: 0 0 16px;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(28px, 2.5vw, 38px);
	font-weight: 500;
	line-height: 1.05;
}

.alm-regulation-chapter p {
	margin: 0;
	color: #566074;
	font-size: 15px;
	line-height: 1.75;
}

.alm-exam-section {
	padding: 0 0 92px;
	background: #fff;
}

.alm-exam-layout {
	display: grid;
	gap: 48px;
}

.alm-exam-card {
	max-width: 880px;
	padding: 34px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 251, 0.96)),
		linear-gradient(160deg, rgba(23, 107, 135, 0.08), rgba(24, 183, 159, 0.06));
	box-shadow: var(--alm-shadow-soft);
}

.alm-exam-card p {
	margin: 0;
	color: #435369;
	font-size: 18px;
	line-height: 1.75;
}

.alm-exam-partner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.alm-exam-partner {
	display: grid;
	min-height: 118px;
	align-content: start;
	gap: 10px;
	padding: 24px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-surface-soft) 100%);
	box-shadow: var(--alm-shadow-soft);
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-exam-partner:hover,
.alm-exam-partner:focus {
	border-color: rgba(17, 74, 138, 0.28);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-3px);
}

.alm-exam-partner img {
	width: 100%;
	max-width: 160px;
	height: 54px;
	object-fit: contain;
	object-position: left center;
	margin-bottom: 6px;
}

.alm-exam-partner strong {
	color: var(--alm-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.alm-exam-partner span {
	display: block;
	color: #667489;
	font-size: 13px;
	line-height: 1.45;
}

.alm-service-form .alm-form-card {
	position: static;
	top: auto;
}

.alm-service-panel li strong,
.alm-service-panel li span {
	display: block;
}

.alm-service-panel li span {
	margin-top: 4px;
	color: #667489;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.alm-contact-panel a {
	color: var(--alm-blue);
	text-decoration: none;
}

.alm-contact-panel a:hover {
	color: var(--alm-teal);
}

.alm-contact-note span {
	font-size: 12px;
	font-weight: 600;
}

.alm-service-form .alm-form-card h2 {
	grid-column: 1 / -1;
	margin: 0 0 8px;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 500;
	line-height: 1;
}

.alm-service-form .alm-form-card > p {
	grid-column: 1 / -1;
	margin: 0 0 22px;
	color: #566074;
	font-size: 15px;
	line-height: 1.6;
}

.alm-form-notice {
	grid-column: 1 / -1;
	margin-bottom: 4px;
	padding: 13px 14px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 800;
}

.alm-form-notice--success {
	background: rgba(24, 183, 159, 0.12);
	color: #116852;
}

.alm-form-notice--error {
	background: rgba(202, 80, 78, 0.12);
	color: #9f2f2d;
}

.alm-partners {
	padding: 92px 0;
	background:
		linear-gradient(180deg, #fff 0%, #f4f8f7 100%);
}

.alm-partner-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.alm-partner-card {
	display: grid;
	align-content: start;
	gap: 10px;
	min-height: 132px;
	padding: 22px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 251, 0.95));
	box-shadow: var(--alm-shadow-soft);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-partner-card img {
	width: 100%;
	max-width: 160px;
	height: 54px;
	object-fit: contain;
	object-position: left center;
	margin-bottom: 6px;
}

.alm-partner-card:hover,
.alm-partner-card:focus {
	border-color: rgba(17, 74, 138, 0.28);
	box-shadow: var(--alm-shadow-lift);
	transform: translateY(-3px);
}

.alm-partner-card strong {
	color: var(--alm-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
}

.alm-partner-card span {
	display: block;
	margin-top: 8px;
	color: #667489;
	font-size: 13px;
	line-height: 1.45;
}

.alm-news-page,
.alm-news-single {
	min-height: 100vh;
	background: linear-gradient(180deg, #f4f8f7 0%, #fff 380px);
}

.alm-news-section {
	padding: 0 0 92px;
	background: #fff;
}

.alm-news-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px;
}

.alm-news-toolbar a,
.alm-news-share,
.alm-back-link,
.alm-news-single__share a {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 1px solid rgba(23, 107, 135, 0.14);
	border-radius: 999px;
	background: #fff;
	color: #435369;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-news-toolbar a:hover,
.alm-news-toolbar a:focus,
.alm-news-toolbar .is-active,
.alm-news-share:hover,
.alm-news-share:focus,
.alm-back-link:hover,
.alm-back-link:focus,
.alm-news-single__share a:hover,
.alm-news-single__share a:focus {
	border-color: rgba(17, 74, 138, 0.35);
	color: var(--alm-orange);
	box-shadow: 0 14px 34px rgba(7, 24, 39, 0.08);
	transform: translateY(-1px);
}

.alm-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.alm-news-card {
	overflow: hidden;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-surface-soft) 100%);
	box-shadow: var(--alm-shadow-soft);
}

.alm-news-card__media {
	display: grid;
	min-height: 218px;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(23, 107, 135, 0.14), rgba(24, 183, 159, 0.12), rgba(17, 74, 138, 0.1));
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
}

.alm-news-card__media img {
	width: 100%;
	height: 100%;
	min-height: 218px;
	object-fit: cover;
	transition: transform 260ms ease;
}

.alm-news-card:hover .alm-news-card__media img {
	transform: scale(1.04);
}

.alm-news-card__body {
	display: grid;
	gap: 14px;
	padding: 24px;
}

.alm-news-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: #667489;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.alm-news-card__meta span {
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(17, 74, 138, 0.1);
	color: var(--alm-orange);
}

.alm-news-card h2 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(26px, 2.4vw, 34px);
	font-weight: 600;
	line-height: 1;
}

.alm-news-card h2 a {
	color: inherit;
	text-decoration: none;
}

.alm-news-card p {
	margin: 0;
	color: #566074;
	font-size: 15px;
	line-height: 1.6;
}

.alm-news-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-top: 6px;
}

.alm-home-news {
	padding: 88px 0 96px;
	background: #fff;
}

.alm-home-news__grid {
	margin-top: 10px;
}

.alm-home-news-card .alm-news-card__media {
	min-height: 188px;
}

.alm-home-news-card .alm-news-card__media img {
	min-height: 188px;
}

.alm-home-news-card .alm-news-card__body {
	gap: 12px;
	padding: 22px;
}

.alm-home-news-card h2 {
	font-size: clamp(24px, 2vw, 30px);
}

.alm-home-news__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 34px;
	padding: 28px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(23, 107, 135, 0.08), rgba(17, 74, 138, 0.08)),
		#fff;
	box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
}

.alm-home-news__cta h3 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 600;
	line-height: 1;
}

.alm-empty-state {
	max-width: 720px;
	padding: 38px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
}

.alm-empty-state h2 {
	margin: 0 0 12px;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 500;
}

.alm-empty-state p:not(.alm-kicker) {
	margin: 0;
	color: #566074;
	font-size: 16px;
	line-height: 1.6;
}

.alm-news-single__hero {
	padding: 136px 0 52px;
}

.alm-news-single__head {
	display: grid;
	gap: 18px;
}

.alm-news-single__head h1 {
	max-width: 920px;
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(54px, 6vw, 88px);
	font-weight: 500;
	line-height: 0.95;
}

.alm-news-single__image {
	overflow: hidden;
	margin-top: 34px;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(7, 24, 39, 0.12);
}

.alm-news-single__image img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.alm-news-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 44px;
	padding-bottom: 92px;
}

.alm-news-single__content {
	max-width: 820px;
	color: #435369;
	font-size: 18px;
	line-height: 1.8;
}

.alm-news-single__content :where(h2, h3) {
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	line-height: 1.05;
}

.alm-news-single__share {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 10px;
	align-self: start;
	padding: 24px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
}

.alm-page-enrollment {
	background: #fff;
}

.alm-enrollment-page {
	min-height: 100vh;
	background: linear-gradient(180deg, #f4f8f7 0%, #fff 380px);
}

.alm-enrollment-hero {
	padding: 136px 0 72px;
}

.alm-enrollment-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.alm-enrollment-layout > .alm-form,
.alm-enrollment-layout > .alm-form-card--message {
	grid-column: 2;
}

.alm-enrollment-copy {
	position: static;
}

.alm-enrollment-copy h1 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(68px, 7vw, 92px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.alm-enrollment-copy p:not(.alm-kicker) {
	max-width: 620px;
	margin: 24px 0 0;
	color: #566074;
	font-size: 18px;
	line-height: 1.6;
}

.alm-enrollment-form-section {
	padding: 0 0 86px;
	background: #fff;
}

.alm-enrollment-panel {
	position: sticky;
	top: 104px;
	padding: 30px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 251, 0.96)),
		linear-gradient(160deg, rgba(23, 107, 135, 0.1), rgba(24, 183, 159, 0.08));
	box-shadow: var(--alm-shadow-soft);
}

.alm-enrollment-panel h2 {
	margin: 0;
	color: var(--alm-ink);
	font-family: var(--alm-serif);
	font-size: clamp(36px, 3.5vw, 52px);
	font-weight: 500;
	line-height: 1;
}

.alm-enrollment-panel__course {
	display: grid;
	grid-template-columns: 58px 1fr;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.alm-enrollment-panel__course > span {
	display: inline-flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(23, 107, 135, 0.1);
	color: var(--alm-blue);
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.alm-enrollment-panel__course em {
	display: block;
	margin-top: 5px;
	color: #7a8495;
	font-family: var(--alm-serif);
	font-size: 18px;
	font-style: italic;
}

.alm-enrollment-panel p:not(.alm-kicker) {
	margin: 20px 0 22px;
	color: #556579;
	font-size: 15px;
	line-height: 1.6;
}

.alm-enrollment-panel ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alm-enrollment-panel li {
	position: relative;
	padding-left: 24px;
	color: #435369;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.alm-enrollment-panel li::before {
	position: absolute;
	top: 0.15em;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 999px;
	background: var(--alm-teal);
	content: "";
	box-shadow: inset 0 0 0 4px #fff;
}

.alm-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.alm-form-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 20px;
	padding: 28px;
	border: 1px solid rgba(23, 107, 135, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-surface-soft) 100%);
	box-shadow: var(--alm-shadow-soft);
}

.alm-form label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: var(--alm-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.alm-form input,
.alm-form select,
.alm-form textarea {
	width: 100%;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--alm-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--alm-ink);
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.alm-form input::placeholder,
.alm-form textarea::placeholder {
	color: #677085;
}

.alm-form textarea {
	min-height: 104px;
	padding-top: 14px;
	resize: vertical;
}

.alm-form input:focus,
.alm-form select:focus,
.alm-form textarea:focus {
	border-color: rgba(24, 183, 159, 0.62);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(24, 183, 159, 0.12);
}

.alm-form__wide,
.alm-form__submit {
	grid-column: 1 / -1;
}

.alm-form__submit {
	width: fit-content;
	margin-top: -4px;
	border: 0;
	cursor: pointer;
}

@media (max-width: 1100px) {
	.alm-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.alm-nav,
	.alm-menu,
	.alm-actions .alm-lang {
		display: none;
	}

	.alm-menu-toggle {
		display: inline-flex;
	}

	.alm-header.is-open .alm-nav {
		position: absolute;
		top: 76px;
		right: 24px;
		left: 24px;
		display: grid;
		gap: 12px;
		padding: 24px;
		border: 1px solid var(--alm-line);
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 24px 70px rgba(17, 22, 32, 0.12);
	}

	.alm-header.is-open .alm-menu {
		display: grid;
		gap: 12px;
	}

	.alm-header.is-open .alm-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		margin: 8px 0 0;
		padding: 6px;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.alm-header.is-open .alm-menu a {
		width: 100%;
		justify-content: center;
	}

	.alm-hero__content {
		margin-left: 6%;
	}

	.alm-course-grid,
	.alm-pathway-grid,
	.alm-trust-band__grid,
	.alm-partner-grid,
	.alm-exam-partner-grid,
	.alm-news-grid,
	.alm-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alm-course-row {
		grid-template-columns: 50px 160px 1fr;
	}

	.alm-course-row__meta,
	.alm-course-row__cta {
		grid-column: 3;
	}

	.alm-enrollment-layout {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.alm-services-layout,
	.alm-regulation-layout,
	.alm-news-single__layout,
	.alm-home-contact__grid,
	.alm-info-grid,
	.alm-location-grid {
		grid-template-columns: 1fr;
	}

	.alm-enrollment-layout > .alm-form,
	.alm-enrollment-layout > .alm-form-card--message {
		grid-column: 1;
	}

	.alm-enrollment-panel,
	.alm-regulation-index,
	.alm-service-form .alm-form-card,
	.alm-home-contact__copy,
	.alm-news-single__share {
		position: static;
	}

	.alm-enrollment-copy {
		position: static;
	}

	.alm-home-news__cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.alm-guidance-cta__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.alm-shell,
	.alm-enroll {
		width: min(100% - 28px, 1220px);
	}

	.alm-header__inner {
		min-height: 68px;
	}

	.alm-actions .alm-button {
		display: none;
	}

	.alm-header.is-open .alm-nav {
		top: 68px;
	}

	.alm-hero {
		min-height: 640px;
	}

	.alm-hero__slide {
		padding: 88px 0 64px;
		background-position: center;
	}

	.alm-hero__slide::after {
		display: none;
	}

	.alm-hero__content {
		margin-left: 0;
	}

	.alm-hero h1 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.alm-stats__grid,
	.alm-course-grid,
	.alm-pathway-grid,
	.alm-trust-band__grid,
	.alm-partner-grid,
	.alm-exam-partner-grid,
	.alm-news-grid,
	.alm-footer__grid {
		grid-template-columns: 1fr;
	}

	.alm-stats {
		padding: 52px 0;
	}

	.alm-trust-band {
		padding-bottom: 58px;
	}

	.alm-pathways {
		padding-bottom: 68px;
	}

	.alm-section__head {
		grid-template-columns: 1fr;
		margin-bottom: 40px;
	}

	.alm-courses {
		padding: 68px 0;
	}

	.alm-enroll {
		min-height: 430px;
	}

	.alm-enroll__content {
		padding: 42px 28px;
	}

	.alm-guidance-cta {
		padding-bottom: 68px;
	}

	.alm-guidance-cta__inner,
	.alm-home-contact__copy {
		padding: 26px;
	}

	.alm-home-contact {
		padding-bottom: 72px;
	}

	.alm-whatsapp-float {
		right: 14px;
		bottom: 14px;
		min-height: 46px;
		padding: 0 16px;
	}

	.alm-languages {
		margin-bottom: 42px;
		padding-bottom: 38px;
	}

	.alm-courses-hero {
		padding: 104px 0 56px;
	}

	.alm-course-row {
		grid-template-columns: 48px 1fr;
		gap: 16px;
		padding: 24px;
	}

	.alm-course-row__code {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	.alm-course-row__desc,
	.alm-course-row__meta,
	.alm-course-row__cta {
		grid-column: 1 / -1;
	}

	.alm-course-row__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.alm-enrollment-hero {
		padding: 104px 0 58px;
	}

	.alm-form {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.alm-form-card {
		grid-template-columns: 1fr;
	}
}

/* Final menu override: InstituitoLinguas-inspired navigation */
.alm-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(17, 74, 138, 0.08);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
	box-shadow: none;
	transition: box-shadow 220ms ease, background 220ms ease;
}

.alm-header.is-scrolled,
.alm-header.is-open {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 34px rgba(8, 40, 72, 0.1);
}

.alm-header .alm-shell {
	width: min(1220px, calc(100% - 40px));
}

.alm-header__inner {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.alm-brand,
.alm-brand--logo {
	flex: 0 0 auto;
}

.alm-brand--logo .custom-logo {
	max-width: 220px;
	max-height: 58px;
}

.alm-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	margin-left: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.alm-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alm-menu .menu-item-has-children {
	position: relative;
}

.alm-menu .menu-item-has-children::after {
	position: absolute;
	top: 100%;
	right: -18px;
	left: -18px;
	height: 24px;
	content: "";
}

.alm-nav a,
.alm-menu a {
	position: relative;
	display: inline-flex;
	min-height: 0;
	align-items: center;
	padding: 0;
	border-radius: 0;
	color: #294b4c;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	transition: color 180ms ease;
}

.alm-nav a::after,
.alm-menu a::after {
	position: absolute;
	right: 100%;
	bottom: -7px;
	left: 0;
	height: 2px;
	background: var(--alm-blue);
	content: "";
	transition: right 180ms ease;
}

.alm-nav a:hover,
.alm-nav a:focus,
.alm-nav .current-menu-item > a,
.alm-nav .current_page_item > a,
.alm-nav .is-active {
	background: transparent;
	color: var(--alm-blue);
	box-shadow: none;
}

.alm-nav a:hover::after,
.alm-nav a:focus::after,
.alm-nav .current-menu-item > a::after,
.alm-nav .current_page_item > a::after,
.alm-nav .is-active::after {
	right: 0;
}

.alm-menu .menu-item-has-children > a {
	padding-right: 14px;
}

.alm-menu .menu-item-has-children > a::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: translateY(-62%) rotate(45deg);
	opacity: 0.7;
}

.alm-menu .sub-menu {
	top: calc(100% + 8px);
	min-width: 220px;
	padding: 10px;
	border: 1px solid rgba(17, 74, 138, 0.14);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(8, 47, 99, 0.16);
	transform: translateX(-50%) translateY(0);
}

.alm-menu .sub-menu a {
	width: 100%;
	min-height: 38px;
	justify-content: flex-start;
	padding: 0 12px;
	border-radius: 8px;
	color: #3f4a5f;
}

.alm-menu .sub-menu a::after,
.alm-menu .sub-menu a::before {
	display: none;
}

.alm-menu .sub-menu a:hover,
.alm-menu .sub-menu a:focus {
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-blue);
}

.alm-actions {
	flex: 0 0 auto;
	gap: 10px;
}

.alm-student-icon,
.alm-language-switcher__button {
	border-color: rgba(17, 74, 138, 0.12);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

.alm-language-switcher {
	display: inline-flex;
	align-items: center;
	padding: 4px;
	border: 1px solid rgba(17, 74, 138, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
}

.alm-language-switcher__button {
	min-height: 28px;
	padding: 0 8px;
	border: 0;
	background: transparent;
	color: #657085;
}

.alm-language-switcher__button:hover,
.alm-language-switcher__button:focus {
	color: var(--alm-blue);
}

.alm-language-switcher__list {
	top: calc(100% + 12px);
	min-width: 118px;
	border-color: rgba(17, 74, 138, 0.11);
	border-radius: 12px;
	box-shadow: 0 20px 48px rgba(8, 40, 72, 0.14);
}

.alm-language-switcher__list a {
	border-radius: 999px;
}

.alm-language-switcher__list a:hover,
.alm-language-switcher__list a:focus,
.alm-language-switcher__list a.is-active {
	background: var(--alm-blue);
	color: #fff;
}

.alm-button {
	min-height: 46px;
	padding: 11px 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #082f63, #114a8a);
	box-shadow: 0 16px 34px rgba(17, 74, 138, 0.25);
	color: #fff;
}

.alm-menu-toggle {
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	border-radius: 12px;
	background: rgba(17, 74, 138, 0.08);
	color: var(--alm-blue);
}

@media (max-width: 1100px) {
	.alm-header__inner {
		min-height: 86px;
	}

	.alm-nav,
	.alm-menu {
		display: none;
	}

	.alm-menu-toggle {
		display: inline-flex;
	}

	.alm-header.is-open .alm-nav {
		position: fixed;
		inset: 86px 0 auto;
		display: grid;
		align-items: stretch;
		gap: 20px;
		margin: 0;
		padding: 24px 20px 30px;
		border: 0;
		border-top: 1px solid rgba(17, 74, 138, 0.1);
		border-radius: 0;
		background: #fff;
		box-shadow: 0 24px 40px rgba(8, 40, 72, 0.12);
	}

	.alm-header.is-open .alm-menu {
		display: grid;
		gap: 4px;
	}

	.alm-header.is-open .alm-menu a {
		display: block;
		width: 100%;
		padding: 12px;
		font-size: 16px;
	}

	.alm-header.is-open .alm-menu a::after,
	.alm-header.is-open .alm-menu .menu-item-has-children > a::before {
		display: none;
	}

	.alm-header.is-open .alm-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		margin: 4px 0 8px;
		padding: 6px;
		border: 1px solid rgba(17, 74, 138, 0.08);
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}
}

@media (max-width: 760px) {
	.alm-header .alm-shell {
		width: min(100% - 28px, 1220px);
	}

	.alm-header__inner {
		min-height: 74px;
		gap: 14px;
	}

	.alm-brand--logo .custom-logo {
		max-width: 168px;
		max-height: 50px;
	}

	.alm-actions .alm-button {
		display: none;
	}

	.alm-header.is-open .alm-nav {
		inset: 74px 0 auto;
	}
}

/* ALM hard final: brand homepage corrections */
.alm-hero {
	background:
		linear-gradient(135deg, rgba(17, 74, 138, 0.12) 0%, rgba(255, 255, 255, 0) 36%),
		linear-gradient(100deg, #f7fbff 0%, #eef6fb 54%, #fff8d6 100%);
}

.alm-hero::before {
	background:
		linear-gradient(115deg, rgba(17, 74, 138, 0.08), transparent 34%),
		radial-gradient(circle at 10% 22%, rgba(248, 203, 11, 0.18), transparent 20rem),
		radial-gradient(rgba(17, 74, 138, 0.14) 1px, transparent 1px);
	background-size: auto, auto, 24px 24px;
}

.alm-hero__slide::before {
	position: absolute;
	top: 142px;
	right: max(5vw, 54px);
	z-index: 1;
	width: min(37vw, 540px);
	aspect-ratio: 1.18;
	border-radius: 42% 58% 38% 62% / 56% 42% 58% 44%;
	background: linear-gradient(135deg, #f8cb0b, rgba(248, 203, 11, 0.18));
	box-shadow: 0 32px 80px rgba(17, 74, 138, 0.18);
	content: "";
	transform: rotate(-3deg);
}

.alm-hero__slide::after {
	top: 122px;
	right: max(7vw, 72px);
	width: min(35vw, 500px);
	border: 8px solid #fff;
	border-radius: 34% 66% 36% 64% / 58% 38% 62% 42%;
	box-shadow: 0 34px 90px rgba(8, 47, 99, 0.2);
	transform: rotate(1.5deg);
}

.alm-more {
	min-height: 44px;
	align-items: center;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #082f63, #114a8a);
	box-shadow: 0 14px 30px rgba(17, 74, 138, 0.22);
	color: #fff;
}

.alm-more:hover,
.alm-more:focus {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #062653, #114a8a);
	color: #fff;
}

.alm-course__cta {
	display: inline-flex;
	width: fit-content;
	min-height: 38px;
	align-items: center;
	margin-top: 18px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(17, 74, 138, 0.08);
	color: #114a8a;
	font-size: 13px;
	font-weight: 900;
}

.alm-stats {
	padding: 78px 0 70px;
	background:
		linear-gradient(135deg, #082f63, #114a8a);
}

.alm-stats__grid {
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.alm-stat + .alm-stat {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.alm-stat strong {
	color: #f8cb0b;
}

.alm-stat span {
	color: rgba(255, 255, 255, 0.88);
}

.alm-trust-band {
	padding: 56px 0 92px;
	background: #fff;
}

.alm-trust-item strong {
	color: #114a8a;
}

@media (max-width: 760px) {
	.alm-hero__slide::before,
	.alm-hero__slide::after {
		display: none;
	}

	.alm-stat + .alm-stat {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.alm-trust-band {
		padding-top: 44px;
	}
}

/* ALM final palette correction: no teal, no blue stats background */
:root {
	--alm-teal: #114a8a;
	--alm-teal-dark: #0b3b73;
	--alm-teal-deep: #114a8a;
	--alm-mint: #fff7cc;
	--alm-teal-soft: #eef5fc;
	--alm-shadow-soft: 0 18px 52px rgba(8, 47, 99, 0.08);
	--alm-shadow-lift: 0 28px 78px rgba(8, 47, 99, 0.13);
}

body {
	background:
		radial-gradient(circle at 86% 8%, rgba(17, 74, 138, 0.08), transparent 28rem),
		radial-gradient(circle at 0 18%, rgba(248, 203, 11, 0.1), transparent 24rem),
		linear-gradient(180deg, #f7fbff 0%, #fff 42rem);
}

.alm-kicker,
.alm-section__head .alm-kicker,
.alm-hero .alm-kicker,
.alm-courses-hero .alm-kicker {
	color: #114a8a;
}

.alm-hero .alm-kicker::before,
.alm-courses-hero .alm-kicker::before {
	background: #f8cb0b;
}

.alm-quick-links__grid,
.alm-course,
.alm-pathway-card,
.alm-trust-item,
.alm-form-card,
.alm-enrollment-panel,
.alm-guidance-cta__inner,
.alm-home-contact__copy,
.alm-news-card,
.alm-home-news__cta,
.alm-empty-state,
.alm-news-single__share,
.alm-regulation-index,
.alm-regulation-chapter,
.alm-exam-card,
.alm-exam-partner,
.alm-partner-card,
.alm-contact-panel,
.alm-service-card,
.alm-location-card,
.alm-info-card,
.alm-course-row {
	border-color: rgba(17, 74, 138, 0.13);
	box-shadow: 0 18px 52px rgba(8, 47, 99, 0.08);
}

.alm-quick-link {
	border-right-color: rgba(17, 74, 138, 0.12);
}

.alm-quick-link:hover,
.alm-quick-link:focus {
	background: rgba(17, 74, 138, 0.05);
}

.alm-quick-link__icon,
.alm-pathway-card > span,
.alm-course__code,
.alm-course-row__code,
.alm-enrollment-panel__course > span {
	background: #fff7cc;
	color: #114a8a;
}

.alm-pathway-card::before,
.alm-course::before {
	background: rgba(248, 203, 11, 0.2);
}

.alm-pathway-card strong,
.alm-course__cta,
.alm-quick-link__arrow,
.alm-more {
	color: #114a8a;
}

.alm-stats {
	padding: 86px 0 76px;
	border-bottom: 1px solid rgba(17, 74, 138, 0.1);
	background: #fff;
}

.alm-stats__grid {
	border-top: 1px solid rgba(17, 74, 138, 0.14);
	border-bottom: 1px solid rgba(17, 74, 138, 0.14);
}

.alm-stat + .alm-stat {
	border-left: 1px solid rgba(17, 74, 138, 0.12);
}

.alm-stat strong {
	color: #114a8a;
}

.alm-stat span {
	color: #526274;
}

.alm-trust-band {
	padding: 72px 0 104px;
	background: #fff;
}

.alm-trust-item {
	border-radius: 14px;
	background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.alm-trust-item strong {
	color: #114a8a;
}

.alm-trust-item span {
	color: #526274;
}

.alm-pathways {
	padding-top: 110px;
}

.alm-language-switcher .current-lang a,
.alm-language-switcher__list a:hover,
.alm-language-switcher__list a:focus,
.alm-language-switcher__list a.is-active {
	background: #114a8a;
	color: #fff;
}

.alm-menu .sub-menu a:hover,
.alm-menu .sub-menu a:focus {
	background: rgba(17, 74, 138, 0.08);
	color: #114a8a;
}

.alm-form input:focus,
.alm-form select:focus,
.alm-form textarea:focus {
	border-color: rgba(17, 74, 138, 0.5);
	box-shadow: 0 0 0 4px rgba(17, 74, 138, 0.1);
}

@media (max-width: 760px) {
	.alm-stat + .alm-stat {
		border-top: 1px solid rgba(17, 74, 138, 0.12);
		border-left: 0;
	}

	.alm-trust-band {
		padding-top: 56px;
	}
}

/* ALM final content tone: stats and text links */
.alm-stats {
	background: #fff;
}

.alm-stats__grid {
	border-top-color: rgba(17, 74, 138, 0.14);
	border-bottom-color: rgba(17, 74, 138, 0.14);
}

.alm-stat + .alm-stat {
	border-left-color: rgba(17, 74, 138, 0.12);
}

.alm-stat strong {
	color: var(--alm-ink);
}

.alm-stat span {
	color: var(--alm-text);
}

.alm-more {
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #114a8a;
	font-size: 15px;
	font-weight: 900;
}

.alm-more:hover,
.alm-more:focus {
	background: transparent;
	box-shadow: none;
	color: #082f63;
	transform: none;
}

.alm-more span {
	color: #114a8a;
}

@media (max-width: 760px) {
	.alm-stat + .alm-stat {
		border-left: 0;
	}
}

/* Atlas cards: compact version of the objective cards */
.alm-courses {
	background: #f7fbff;
}

.alm-course-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.alm-course {
	position: relative;
	display: grid;
	min-height: 188px;
	align-content: start;
	padding: 22px;
	border: 1px solid rgba(17, 74, 138, 0.13);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(8, 47, 99, 0.08);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alm-course::before {
	position: absolute;
	right: -22px;
	bottom: -26px;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: rgba(248, 203, 11, 0.24);
	content: "";
}

.alm-course:hover,
.alm-course:focus {
	border-color: rgba(17, 74, 138, 0.26);
	box-shadow: 0 24px 64px rgba(8, 47, 99, 0.12);
	transform: translateY(-3px);
}

.alm-course__code {
	display: inline-flex;
	width: fit-content;
	min-width: 42px;
	height: 32px;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff7cc;
	color: #114a8a;
	font-size: 13px;
	font-weight: 950;
	line-height: 1;
}

.alm-course h3 {
	margin: 0 0 6px;
	color: var(--alm-ink);
	font-family: var(--alm-sans);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.alm-course em {
	display: block;
	margin: 0;
	color: #526274;
	font-family: var(--alm-sans);
	font-size: 13px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.35;
}

.alm-course p {
	margin: 12px 0 0;
	padding: 0;
	border: 0;
	color: #526274;
	font-size: 13px;
	line-height: 1.45;
}

.alm-course__cta {
	display: inline-flex;
	width: fit-content;
	min-height: 0;
	align-items: center;
	margin-top: 18px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #114a8a;
	font-size: 0;
	font-weight: 900;
}

.alm-course__cta::after {
	font-size: 18px;
	content: "\2192";
}

@media (max-width: 1100px) {
	.alm-course-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.alm-course-grid {
		grid-template-columns: 1fr;
	}

	.alm-course {
		min-height: 0;
	}
}

/* Enrollment page: keep long sidebar titles inside the card */
.alm-enrollment-layout {
	grid-template-columns: minmax(320px, 0.36fr) minmax(0, 1fr);
}

.alm-enrollment-panel {
	min-width: 0;
	overflow: hidden;
}

.alm-enrollment-panel h2 {
	max-width: 100%;
	font-family: var(--alm-sans);
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.alm-enrollment-panel__course {
	grid-template-columns: 52px minmax(0, 1fr);
}

.alm-enrollment-panel__course > div,
.alm-enrollment-panel__course em,
.alm-enrollment-panel p,
.alm-enrollment-panel li {
	min-width: 0;
	overflow-wrap: anywhere;
}

.alm-enrollment-panel__course--name {
	display: block;
	margin-bottom: 20px;
}

.alm-enrollment-panel__course--name em {
	margin-top: 10px;
}

@media (max-width: 1100px) {
	.alm-enrollment-layout {
		grid-template-columns: 1fr;
	}
}

/* Homepage hero: ALM editorial full-bleed direction */
.alm-hero {
	position: relative;
	min-height: clamp(680px, 82vh, 840px);
	overflow: hidden;
	background: #082f63;
	isolation: isolate;
}

.alm-hero::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(5, 26, 55, 0.88) 0%, rgba(8, 47, 99, 0.76) 38%, rgba(8, 47, 99, 0.34) 68%, rgba(8, 47, 99, 0.14) 100%),
		linear-gradient(180deg, rgba(5, 26, 55, 0.22), rgba(5, 26, 55, 0.52));
	content: "";
	pointer-events: none;
}

.alm-hero::after {
	position: absolute;
	right: clamp(24px, 7vw, 110px);
	bottom: clamp(82px, 12vh, 140px);
	z-index: 3;
	width: min(34vw, 430px);
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f8cb0b, rgba(248, 203, 11, 0));
	content: "";
	pointer-events: none;
}

.alm-hero__slides,
.alm-hero__slide {
	position: absolute;
	inset: 0;
}

.alm-hero__slide {
	display: flex;
	align-items: center;
	padding: 124px 0 132px;
	background:
		linear-gradient(90deg, rgba(5, 26, 55, 0.82) 0%, rgba(8, 47, 99, 0.66) 40%, rgba(8, 47, 99, 0.24) 72%, rgba(8, 47, 99, 0.08) 100%),
		linear-gradient(180deg, rgba(5, 26, 55, 0.08), rgba(5, 26, 55, 0.28)),
		var(--alm-hero-image, url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1900&q=82")) center / cover;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	z-index: 0;
	transition: opacity 760ms ease, visibility 760ms ease;
}

.alm-hero__slide::before,
.alm-hero__slide::after {
	display: none;
}

.alm-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 1;
}

.alm-hero__slide .alm-shell {
	position: relative;
	z-index: 4;
	width: min(1220px, calc(100% - 48px));
}

.alm-hero__content {
	position: relative;
	z-index: 5;
	max-width: 760px;
	margin-left: 0;
	padding: 26px 0 0;
}

.alm-hero .alm-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	gap: 12px;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #f8cb0b;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.alm-hero .alm-kicker::before {
	width: 38px;
	height: 3px;
	border-radius: 999px;
	background: #f8cb0b;
	content: "";
}

.alm-hero h1 {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-family: var(--alm-sans);
	font-size: clamp(48px, 6.4vw, 92px);
	font-weight: 950;
	line-height: 0.96;
	letter-spacing: 0;
	text-shadow: 0 14px 42px rgba(0, 0, 0, 0.48);
}

.alm-hero__lead {
	max-width: 650px;
	margin: 28px 0 34px;
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(17px, 1.6vw, 21px);
	font-weight: 550;
	line-height: 1.65;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
}

.alm-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.alm-hero__buttons .alm-button {
	background: linear-gradient(135deg, #f8cb0b, #ffe879) !important;
	background-image: linear-gradient(135deg, #f8cb0b, #ffe879) !important;
	box-shadow: 0 18px 42px rgba(248, 203, 11, 0.28) !important;
	color: #082f63 !important;
}

.alm-hero__buttons .alm-button--ghost {
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.1) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	backdrop-filter: blur(10px);
}

.alm-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 36px;
}

.alm-hero__trust span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	backdrop-filter: blur(10px);
}

.alm-hero__trust span:first-child {
	border-color: rgba(248, 203, 11, 0.5);
	background: rgba(248, 203, 11, 0.18);
	color: #fff7cc;
}

.alm-hero__dots {
	right: auto;
	bottom: 54px;
	left: max(24px, calc((100vw - 1216px) / 2));
	z-index: 6;
	transform: none;
}

.alm-hero__dots button {
	width: 38px;
	height: 5px;
	background: rgba(255, 255, 255, 0.32);
}

.alm-hero__dots button.is-active {
	width: 58px;
	background: #f8cb0b;
}

.alm-quick-links {
	margin-top: -58px;
	padding-bottom: 76px;
	background: linear-gradient(180deg, transparent 0, #fff 58px, #fff 100%);
}

.alm-quick-links__grid {
	position: relative;
	z-index: 8;
	gap: 0;
	border: 1px solid rgba(17, 74, 138, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 28px 78px rgba(8, 47, 99, 0.16);
	overflow: hidden;
}

.alm-quick-link {
	min-height: 104px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}

.alm-quick-link + .alm-quick-link {
	border-left: 1px solid rgba(17, 74, 138, 0.1);
}

.alm-quick-link:hover,
.alm-quick-link:focus {
	background: #f7fbff;
	transform: none;
}

@media (max-width: 960px) {
	.alm-hero {
		min-height: 720px;
	}

	.alm-hero::before {
		background:
			linear-gradient(90deg, rgba(5, 26, 55, 0.9) 0%, rgba(8, 47, 99, 0.78) 58%, rgba(8, 47, 99, 0.54) 100%),
			linear-gradient(180deg, rgba(5, 26, 55, 0.16), rgba(5, 26, 55, 0.58));
	}

	.alm-hero__slide {
		padding: 112px 0 130px;
		background-position: center;
	}

	.alm-hero__content {
		max-width: 690px;
		margin-left: 0;
	}

	.alm-quick-links__grid {
		grid-template-columns: 1fr;
	}

	.alm-quick-link + .alm-quick-link {
		border-top: 1px solid rgba(17, 74, 138, 0.1);
		border-left: 0;
	}
}

@media (max-width: 760px) {
	.alm-hero {
		min-height: 690px;
	}

	.alm-hero::after {
		display: none;
	}

	.alm-hero__slide {
		padding: 104px 0 118px;
	}

	.alm-hero .alm-kicker {
		font-size: 11px;
		line-height: 1.4;
	}

	.alm-hero h1 {
		font-size: clamp(38px, 12vw, 56px);
		line-height: 1;
	}

	.alm-hero__content {
		margin-right: 20px;
		margin-left: 0;
	}

	.alm-hero__lead {
		font-size: 16px;
		line-height: 1.55;
	}

	.alm-hero__buttons .alm-button {
		width: 100%;
		justify-content: center;
	}

	.alm-hero__trust {
		margin-top: 26px;
	}

	.alm-hero__dots {
		bottom: 34px;
		left: 24px;
	}

	.alm-quick-links {
		margin-top: 0;
		padding-top: 24px;
		background: #fff;
	}
}

/* Final mobile navigation and hero stepper corrections */
body.menu-is-open {
	overflow: hidden;
}

.alm-nav-mobile-actions {
	display: none;
}

.alm-menu-toggle {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.alm-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.alm-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.alm-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.alm-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.alm-hero__dots {
	bottom: 118px;
	z-index: 20;
}

.alm-quick-links {
	z-index: 10;
	margin-top: -48px;
	background: linear-gradient(180deg, transparent 0, #fff 48px, #fff 100%);
}

@media (max-width: 1100px) {
	.alm-menu-toggle {
		display: inline-flex;
	}

	.alm-nav {
		position: fixed;
		inset: 86px 0 auto;
		display: none;
		align-items: stretch;
		max-height: calc(100vh - 86px);
		margin: 0;
		padding: 24px 20px 30px;
		overflow-y: auto;
		border-top: 1px solid rgba(17, 74, 138, 0.1);
		background: #fff;
		box-shadow: 0 24px 40px rgba(8, 40, 72, 0.12);
	}

	.alm-nav.is-open,
	.alm-header.is-open .alm-nav {
		display: grid;
		gap: 18px;
	}

	.alm-header.is-open .alm-menu {
		display: grid;
		gap: 4px;
	}

	.alm-header.is-open .alm-menu a {
		display: block;
		width: 100%;
		padding: 12px;
		text-align: left;
		font-size: 16px;
	}

	.alm-header.is-open .alm-menu a::after,
	.alm-header.is-open .alm-menu .menu-item-has-children > a::before {
		display: none;
	}

	.alm-header.is-open .alm-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		margin: 4px 0 8px;
		padding: 6px;
		border: 1px solid rgba(17, 74, 138, 0.08);
		border-radius: 12px;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.alm-nav-mobile-actions {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 12px;
		padding-top: 8px;
	}

	.alm-nav-mobile-actions .alm-button {
		display: inline-flex;
	}

	.alm-nav-mobile-actions .alm-lang {
		display: inline-flex;
	}

	.alm-nav-mobile-actions .alm-student-icon {
		display: inline-grid;
	}

	.alm-hero__dots {
		bottom: 92px;
	}
}

@media (max-width: 760px) {
	.alm-nav {
		inset: 74px 0 auto;
		max-height: calc(100vh - 74px);
	}

	.alm-nav-mobile-actions {
		display: grid;
		grid-template-columns: 1fr auto auto;
	}

	.alm-nav-mobile-actions .alm-button {
		width: 100%;
		justify-content: center;
	}

	.alm-hero__dots {
		bottom: 38px;
		left: 24px;
	}
}

/* Mobile menu refactor */
.alm-submenu-toggle {
	display: none;
}

@media (max-width: 1100px) {
	.alm-menu-toggle {
		border: 1px solid rgba(17, 74, 138, 0.14);
		background: #fff8c7;
		color: #114a8a;
		box-shadow: 0 10px 24px rgba(17, 74, 138, 0.12);
	}

	.alm-header.is-open .alm-nav {
		gap: 18px;
		padding: 22px 20px 26px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
			#fff;
	}

	.alm-header.is-open .alm-menu {
		gap: 8px;
	}

	.alm-header.is-open .alm-menu > li {
		position: relative;
		border: 1px solid rgba(17, 74, 138, 0.1);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(8, 47, 99, 0.06);
		overflow: hidden;
	}

	.alm-header.is-open .alm-menu > li > a {
		min-height: 50px;
		padding: 14px 52px 14px 16px;
		color: #102033;
		font-weight: 800;
	}

	.alm-submenu-toggle {
		position: absolute;
		top: 8px;
		right: 8px;
		display: grid;
		width: 34px;
		height: 34px;
		place-items: center;
		border: 1px solid rgba(17, 74, 138, 0.12);
		border-radius: 999px;
		background: rgba(17, 74, 138, 0.06);
		color: #114a8a;
	}

	.alm-submenu-toggle span {
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-2px) rotate(45deg);
		transition: transform 180ms ease;
	}

	.alm-submenu-toggle[aria-expanded="true"] span {
		transform: translateY(2px) rotate(225deg);
	}

	.alm-header.is-open .alm-menu .sub-menu {
		display: none;
		margin: 0 10px 12px;
		padding: 8px;
		border: 1px solid rgba(17, 74, 138, 0.08);
		border-radius: 12px;
		background: #f8fbff;
	}

	.alm-header.is-open .alm-menu .is-submenu-open > .sub-menu {
		display: grid;
	}

	.alm-header.is-open .alm-menu .sub-menu a {
		min-height: 40px;
		padding: 10px 12px;
		border-radius: 10px;
		color: #526274;
		font-size: 14px;
		font-weight: 750;
	}

	.alm-nav-mobile-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 4px 0 0;
	}

	.alm-nav-mobile-actions .alm-button {
		display: inline-flex !important;
		width: 100%;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
			linear-gradient(135deg, #082f63, #114a8a) !important;
		box-shadow: 0 16px 34px rgba(17, 74, 138, 0.24);
		color: #fff !important;
		font-weight: 900;
	}

	.alm-nav-mobile-actions .alm-lang,
	.alm-nav-mobile-actions .alm-language-switcher {
		display: flex !important;
		width: 100%;
		justify-content: center;
	}

	.alm-nav-mobile-actions .alm-language-switcher {
		padding: 5px;
		border: 1px solid rgba(17, 74, 138, 0.12);
		border-radius: 999px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(8, 47, 99, 0.06);
	}

	.alm-nav-mobile-actions .alm-language-switcher__button,
	.alm-nav-mobile-actions .alm-language-switcher__list a {
		min-width: 42px;
		height: 32px;
		display: grid;
		place-items: center;
		border-radius: 999px;
		font-size: 12px;
		font-weight: 900;
	}

	.alm-nav-mobile-actions .alm-language-switcher__list {
		right: 50%;
		left: auto;
		transform: translateX(50%);
	}

	.alm-nav-mobile-actions .alm-student-icon {
		display: none !important;
	}
}

@media (max-width: 760px) {
	.alm-nav-mobile-actions {
		grid-template-columns: 1fr;
	}
}

/* Mobile menu polish: cleaner drawer inspired by InstituitoLinguas, adapted to ALM */
@media (max-width: 1100px) {
	.alm-header {
		z-index: 1000;
	}

	.alm-header__inner {
		position: relative;
	}

	.alm-menu-toggle {
		width: 46px;
		height: 46px;
		border: 1px solid rgba(17, 74, 138, 0.12);
		border-radius: 14px;
		background: #eef5fc;
		color: #114a8a;
		box-shadow: none;
	}

	.alm-menu-toggle:hover,
	.alm-menu-toggle:focus,
	.alm-menu-toggle[aria-expanded="true"] {
		background: #fff7cc;
		color: #114a8a;
	}

	.alm-nav,
	.alm-header.is-open .alm-nav {
		position: fixed;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 86px);
		right: 0;
		bottom: 0;
		left: auto;
		display: none;
		width: min(420px, 100vw);
		height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 86px);
		max-height: none;
		margin: 0;
		padding: 30px 32px 34px;
		overflow-y: auto;
		border: 0;
		border-left: 1px solid rgba(17, 74, 138, 0.1);
		background: rgba(255, 255, 255, 0.98);
		box-shadow: -24px 0 70px rgba(8, 47, 99, 0.16);
	}

	.alm-nav.is-open,
	.alm-header.is-open .alm-nav {
		display: grid;
		align-content: start;
		gap: 28px;
	}

	.alm-header.is-open .alm-menu {
		display: grid;
		gap: 0;
		width: 100%;
	}

	.alm-header.is-open .alm-menu > li {
		border: 0;
		border-bottom: 1px solid rgba(17, 74, 138, 0.08);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.alm-header.is-open .alm-menu > li > a {
		display: flex;
		min-height: 56px;
		align-items: center;
		padding: 0 46px 0 0;
		color: #244244;
		font-size: 17px;
		font-weight: 850;
		line-height: 1.2;
		text-align: left;
	}

	.alm-header.is-open .alm-menu > li > a:hover,
	.alm-header.is-open .alm-menu > li > a:focus,
	.alm-header.is-open .alm-menu > .current-menu-item > a,
	.alm-header.is-open .alm-menu > .current_page_item > a {
		color: #114a8a;
	}

	.alm-submenu-toggle {
		top: 10px;
		right: 0;
		width: 36px;
		height: 36px;
		border: 0;
		background: rgba(17, 74, 138, 0.08);
		color: #114a8a;
	}

	.alm-submenu-toggle:hover,
	.alm-submenu-toggle:focus,
	.alm-submenu-toggle[aria-expanded="true"] {
		background: #114a8a;
		color: #fff;
	}

	.alm-header.is-open .alm-menu .sub-menu {
		display: none;
		margin: 0 0 14px;
		padding: 4px 0 8px 16px;
		border: 0;
		border-left: 3px solid #f8cb0b;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.alm-header.is-open .alm-menu .is-submenu-open > .sub-menu {
		display: grid;
	}

	.alm-header.is-open .alm-menu .sub-menu li {
		border: 0;
		background: transparent;
	}

	.alm-header.is-open .alm-menu .sub-menu a {
		min-height: 38px;
		padding: 6px 0;
		border-radius: 0;
		background: transparent;
		color: #526274;
		font-size: 14px;
		font-weight: 750;
	}

	.alm-header.is-open .alm-menu .sub-menu a:hover,
	.alm-header.is-open .alm-menu .sub-menu a:focus {
		background: transparent;
		color: #114a8a;
	}

	.alm-nav-mobile-actions {
		display: grid;
		justify-items: start;
		gap: 18px;
		padding-top: 4px;
	}

	.alm-nav-mobile-actions .alm-button {
		width: auto;
		min-width: 176px;
		min-height: 48px;
		padding: 0 24px;
		border-radius: 999px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
			linear-gradient(135deg, #082f63, #114a8a) !important;
		box-shadow: 0 16px 34px rgba(17, 74, 138, 0.2);
		color: #fff !important;
	}

	.alm-nav-mobile-actions .alm-lang,
	.alm-nav-mobile-actions .alm-language-switcher {
		width: auto;
		justify-content: flex-start;
	}

	.alm-nav-mobile-actions .alm-language-switcher {
		min-height: 42px;
		padding: 4px;
		border-color: rgba(17, 74, 138, 0.12);
		background: #fff;
		box-shadow: 0 10px 26px rgba(8, 47, 99, 0.08);
	}
}

@media (max-width: 760px) {
	.alm-header .alm-shell {
		width: min(100% - 36px, 1220px);
	}

	.alm-brand--logo .custom-logo {
		max-width: 190px;
		max-height: 54px;
	}

	.alm-nav,
	.alm-header.is-open .alm-nav {
		width: 100vw;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 74px);
		height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 74px);
		padding: 28px 32px 34px;
	}

	.alm-nav-mobile-actions {
		grid-template-columns: 1fr;
	}
}

/* Mobile menu final correction: opaque panel, left-aligned links and readable language switch */
@media (max-width: 1100px) {
	.alm-header.is-open {
		background: #fff;
	}

	.alm-header.is-open .alm-nav,
	.alm-nav.is-open {
		top: 86px;
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: calc(100dvh - 86px);
		padding: 34px clamp(28px, 8vw, 72px) 42px;
		background: #fff !important;
		background-image: none !important;
		box-shadow: 0 26px 60px rgba(8, 47, 99, 0.14);
		grid-template-columns: 1fr;
		align-items: start !important;
		justify-content: start !important;
		justify-items: stretch;
		text-align: left !important;
	}

	body.admin-bar .alm-header.is-open .alm-nav,
	body.admin-bar .alm-nav.is-open {
		top: 86px;
		height: calc(100dvh - 86px);
	}

	.alm-header.is-open .alm-menu {
		grid-template-columns: 1fr !important;
		width: 100% !important;
		justify-self: stretch !important;
		justify-content: start !important;
		justify-items: stretch !important;
		align-items: stretch !important;
		margin: 0;
	}

	.alm-header.is-open .alm-menu > li {
		display: block !important;
		width: 100% !important;
	}

	.alm-header.is-open .alm-menu > li > a {
		justify-content: flex-start;
		padding: 0 50px 0 0;
		color: #294b4c;
		text-align: left !important;
	}

	.alm-header.is-open .alm-menu > li > a,
	.alm-header.is-open .alm-menu .sub-menu {
		max-width: 360px;
	}

	.alm-submenu-toggle {
		right: 0;
		border: 1px solid rgba(17, 74, 138, 0.12);
		background: #eef5fc;
		color: #114a8a;
	}

	.alm-nav-mobile-actions {
		width: 100%;
		justify-self: stretch !important;
		justify-content: start !important;
		justify-items: start;
	}

	.alm-nav-mobile-actions .alm-button {
		width: auto !important;
		min-width: 172px;
	}

	.alm-nav-mobile-actions .alm-lang,
	.alm-nav-mobile-actions .alm-language-switcher {
		display: inline-flex !important;
		width: auto !important;
	}

	.alm-nav-mobile-actions .alm-language-switcher {
		align-items: center;
		justify-content: flex-start;
		gap: 2px;
		min-height: 42px;
		padding: 4px;
		border: 1px solid rgba(17, 74, 138, 0.14);
		border-radius: 999px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(8, 47, 99, 0.08);
	}

	.alm-nav-mobile-actions .alm-language-switcher__button {
		display: grid;
		width: 32px;
		min-width: 32px;
		height: 32px;
		place-items: center;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: #eef5fc;
		color: #114a8a;
	}

	.alm-nav-mobile-actions .alm-language-switcher ul,
	.alm-nav-mobile-actions .alm-language-switcher__list {
		position: static;
		display: inline-flex;
		align-items: center;
		gap: 2px;
		margin: 0;
		min-width: 0;
		padding: 0;
		border: 0;
		list-style: none;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
	}

	.alm-nav-mobile-actions .alm-language-switcher ul li,
	.alm-nav-mobile-actions .alm-language-switcher__list li {
		display: contents;
	}

	.alm-nav-mobile-actions .alm-language-switcher ul a,
	.alm-nav-mobile-actions .alm-language-switcher__list a {
		display: grid;
		min-width: 34px;
		height: 32px;
		place-items: center;
		padding: 0 10px;
		border-radius: 999px;
		background: transparent;
		color: #294b4c;
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
	}

	.alm-nav-mobile-actions .alm-language-switcher .current-lang a,
	.alm-nav-mobile-actions .alm-language-switcher ul a[aria-current="true"],
	.alm-nav-mobile-actions .alm-language-switcher__list a.is-active {
		background: #114a8a;
		color: #fff;
	}
}

@media (max-width: 760px) {
	.alm-header.is-open .alm-nav,
	.alm-nav.is-open {
		top: 74px;
		height: calc(100dvh - 74px);
		padding: 30px 44px 42px;
	}

	body.admin-bar .alm-header.is-open .alm-nav,
	body.admin-bar .alm-nav.is-open {
		top: 74px;
		height: calc(100dvh - 74px);
	}

	.alm-header.is-open .alm-menu,
	.alm-nav-mobile-actions {
		width: 100%;
	}
}

/* Homepage: ALM-specific card systems for objectives and course atlas */
.alm-pathways {
	padding: 108px 0 98px;
	background:
		radial-gradient(circle at 100% 8%, rgba(248, 203, 11, 0.14), transparent 22rem),
		linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.alm-pathways .alm-section__head {
	max-width: 820px;
	margin-bottom: 38px;
	margin-left: 0;
	margin-right: auto;
	justify-content: flex-start;
	text-align: left;
}

.alm-pathways .alm-section__head > div {
	width: 100%;
	text-align: left;
}

.alm-pathway-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.alm-pathway-card,
.alm-pathway-card:hover,
.alm-pathway-card:focus {
	position: relative;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	grid-column: span 2;
	gap: 14px;
	min-height: 264px;
	padding: 24px;
	border: 1px solid rgba(17, 74, 138, 0.13);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
		#fff;
	box-shadow: 0 18px 52px rgba(8, 47, 99, 0.08);
	color: var(--alm-ink);
	overflow: hidden;
	text-decoration: none;
	transform: none;
}

.alm-pathway-card:nth-child(1),
.alm-pathway-card:nth-child(2) {
	grid-column: span 3;
}

.alm-pathway-card::before {
	position: absolute;
	right: -34px;
	bottom: -38px;
	width: 118px;
	height: 118px;
	border-radius: 999px;
	background: rgba(248, 203, 11, 0.24);
	content: "";
}

.alm-pathway-card::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #114a8a, #f8cb0b);
	content: "";
	opacity: 0;
	transition: opacity 180ms ease;
}

.alm-pathway-card:hover,
.alm-pathway-card:focus {
	border-color: rgba(17, 74, 138, 0.26);
	box-shadow: 0 26px 70px rgba(8, 47, 99, 0.12);
	transform: translateY(-3px);
}

.alm-pathway-card:hover::after,
.alm-pathway-card:focus::after {
	opacity: 1;
}

.alm-pathway-card > span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: fit-content;
	min-width: 48px;
	height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-radius: 999px;
	background: #fff7cc;
	color: #114a8a;
	font-size: 13px;
	font-weight: 950;
}

.alm-pathway-card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--alm-ink);
	font-size: clamp(22px, 2.1vw, 30px);
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: 0;
}

.alm-pathway-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #526274;
	font-size: 14px;
	line-height: 1.55;
}

.alm-pathway-card strong {
	position: relative;
	z-index: 1;
	color: #114a8a;
	font-size: 14px;
	font-weight: 950;
}

.alm-courses {
	padding: 100px 0 112px;
	background:
		linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.alm-courses .alm-section__head {
	align-items: end;
	margin-bottom: 34px;
}

.alm-course-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.alm-course,
.alm-course:hover,
.alm-course:focus {
	position: relative;
	display: grid;
	gap: 12px;
	align-content: start;
	min-height: 214px;
	padding: 22px 22px 20px;
	border: 1px solid rgba(17, 74, 138, 0.13);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(8, 47, 99, 0.08);
	color: var(--alm-ink);
	overflow: hidden;
	text-decoration: none;
	transform: none;
}

.alm-course::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	border-radius: 0;
	background: linear-gradient(180deg, #114a8a, #f8cb0b);
	content: "";
}

.alm-course::after {
	position: absolute;
	right: -28px;
	bottom: -34px;
	width: 92px;
	height: 92px;
	border-radius: 999px;
	background: rgba(17, 74, 138, 0.06);
	content: "";
}

.alm-course:hover,
.alm-course:focus {
	border-color: rgba(17, 74, 138, 0.26);
	box-shadow: 0 24px 64px rgba(8, 47, 99, 0.12);
	transform: translateY(-3px);
}

.alm-course__code {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: fit-content;
	min-width: 46px;
	height: 34px;
	align-items: center;
	justify-content: center;
	margin: 0 0 4px;
	padding: 0 12px;
	border-radius: 999px;
	background: #fff7cc;
	color: #114a8a;
	font-size: 13px;
	font-weight: 950;
}

.alm-course h3,
.alm-course em,
.alm-course p,
.alm-course__cta {
	position: relative;
	z-index: 1;
}

.alm-course h3 {
	margin: 0;
	color: var(--alm-ink);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: 0;
}

.alm-course em,
.alm-course p {
	margin: 0;
	padding: 0;
	border: 0;
	color: #526274;
	font-size: 14px;
	line-height: 1.42;
}

.alm-course em {
	font-weight: 700;
}

.alm-course__cta {
	display: inline-flex;
	width: fit-content;
	min-height: 0;
	align-self: end;
	margin-top: 8px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #114a8a;
	font-size: 14px;
	font-weight: 950;
}

.alm-course__cta::after {
	content: "";
}

@media (max-width: 1100px) {
	.alm-pathway-card,
	.alm-pathway-card:nth-child(1),
	.alm-pathway-card:nth-child(2) {
		grid-column: span 3;
	}

	.alm-course-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.alm-pathway-grid,
	.alm-course-grid {
		grid-template-columns: 1fr;
	}

	.alm-pathway-card,
	.alm-pathway-card:nth-child(1),
	.alm-pathway-card:nth-child(2) {
		grid-column: auto;
	}

	.alm-pathway-card,
	.alm-course {
		min-height: 0;
	}
}

/* Homepage fixes: avoid double arrows and keep mobile stats compact */
.alm-pathway-card strong::after {
	content: none !important;
}

@media (max-width: 760px) {
	.alm-stats {
		padding: 44px 0 42px;
	}

	.alm-stats__grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		border-top: 1px solid rgba(17, 74, 138, 0.12);
		border-bottom: 1px solid rgba(17, 74, 138, 0.12);
	}

	.alm-stat {
		padding: 24px 12px 22px;
		border-left: 0 !important;
		text-align: center;
	}

	.alm-stat + .alm-stat {
		border-top: 0 !important;
		border-left: 0 !important;
	}

	.alm-stat:nth-child(2n) {
		border-left: 1px solid rgba(17, 74, 138, 0.12) !important;
	}

	.alm-stat:nth-child(n+3) {
		border-top: 1px solid rgba(17, 74, 138, 0.12) !important;
	}

	.alm-stat strong {
		font-size: clamp(30px, 10vw, 42px);
		line-height: 1;
	}

	.alm-stat span {
		margin-top: 8px;
		font-size: 11px;
		line-height: 1.25;
	}
}

/* ALM card identity: replace yellow corner circles with a clean institutional rail */
.alm-pathway-card::before,
.alm-course::before,
.alm-service-card::before,
.alm-info-card::before,
.alm-news-card::before,
.alm-exam-card::before,
.alm-partner-card::before,
.alm-location-card::before {
	position: absolute !important;
	top: 18px !important;
	bottom: 18px !important;
	left: 0 !important;
	right: auto !important;
	display: block !important;
	width: 4px !important;
	height: auto !important;
	margin: 0 !important;
	border-radius: 0 999px 999px 0 !important;
	background: linear-gradient(180deg, #114a8a 0%, #f8cb0b 100%) !important;
	content: "" !important;
	opacity: 0.92;
}

.alm-pathway-card::after,
.alm-course::after,
.alm-service-card::after,
.alm-info-card::after,
.alm-news-card::after,
.alm-exam-card::after,
.alm-partner-card::after,
.alm-location-card::after {
	display: none !important;
}

.alm-pathway-card > span,
.alm-course__code,
.alm-course-row__code {
	border: 1px solid rgba(17, 74, 138, 0.11);
	background: #fff9d9;
	box-shadow: none;
}

/* Homepage card compact institutional pass */
.alm-pathways .alm-pathway-grid {
	gap: 14px;
}

.alm-pathways .alm-pathway-card,
.alm-pathways .alm-pathway-card:hover,
.alm-pathways .alm-pathway-card:focus {
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	gap: 12px;
	min-height: 196px;
	padding: 22px 22px 20px;
	border-radius: 12px;
	box-shadow: 0 10px 26px rgba(8, 47, 99, 0.055);
}

.alm-pathways .alm-pathway-card:hover,
.alm-pathways .alm-pathway-card:focus {
	box-shadow: 0 16px 34px rgba(8, 47, 99, 0.075);
}

.alm-pathways .alm-pathway-card > span {
	min-width: 42px;
	height: 30px;
	padding: 0 10px;
	font-size: 12px;
}

.alm-pathways .alm-pathway-card h3 {
	font-size: clamp(18px, 1.55vw, 24px);
	line-height: 1.12;
}

.alm-pathways .alm-pathway-card p {
	font-size: 13px;
	line-height: 1.45;
}

.alm-pathways .alm-pathway-card strong {
	margin-top: 12px;
	font-size: 13px;
}

.alm-courses .alm-course-grid {
	gap: 14px;
}

.alm-courses .alm-course,
.alm-courses .alm-course:hover,
.alm-courses .alm-course:focus {
	gap: 10px;
	align-content: start;
	min-height: 184px;
	padding: 20px 20px 18px;
	border-radius: 12px;
	box-shadow: 0 10px 26px rgba(8, 47, 99, 0.055);
}

.alm-courses .alm-course:hover,
.alm-courses .alm-course:focus {
	box-shadow: 0 16px 34px rgba(8, 47, 99, 0.075);
}

.alm-courses .alm-course__code {
	min-width: 42px;
	height: 30px;
	padding: 0 10px;
	font-size: 12px;
}

.alm-courses .alm-course h3 {
	font-size: clamp(18px, 1.45vw, 22px);
	line-height: 1.12;
}

.alm-courses .alm-course em,
.alm-courses .alm-course p {
	font-size: 13px;
	line-height: 1.35;
}

.alm-courses .alm-course__cta {
	margin-top: 10px;
	font-size: 13px;
}

@media (max-width: 700px) {
	.alm-pathways .alm-pathway-card,
	.alm-courses .alm-course {
		min-height: 0;
		padding: 18px 18px 16px;
	}

	.alm-pathways .alm-pathway-card h3,
	.alm-courses .alm-course h3 {
		font-size: 18px;
		line-height: 1.18;
	}

	.alm-pathways .alm-pathway-card p,
	.alm-courses .alm-course em,
	.alm-courses .alm-course p {
		font-size: 12.5px;
	}
}

/* Quick links intentionally overlap the hero */
.alm-quick-links {
	margin-top: -42px !important;
	padding-top: 0 !important;
	padding-bottom: 52px !important;
}

@media (max-width: 900px) {
	.alm-quick-links {
		margin-top: -28px !important;
		padding-top: 0 !important;
		padding-bottom: 52px !important;
	}
}

@media (max-width: 560px) {
	.alm-quick-links {
		margin-top: -18px !important;
		padding-top: 0 !important;
		padding-bottom: 52px !important;
	}
}

/* Homepage section colors and final spacing */
main > section:not(.alm-hero):not(.alm-quick-links):not(.alm-reserved__card) {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.alm-quick-links {
	background:
		linear-gradient(180deg, transparent 0, #ffffff 44px, #ffffff 100%) !important;
}

.alm-stats {
	background: #ffffff !important;
}

.alm-stats__grid {
	border-top-color: rgba(17, 74, 138, 0.14) !important;
	border-bottom-color: rgba(17, 74, 138, 0.14) !important;
}

.alm-stat + .alm-stat {
	border-left-color: rgba(17, 74, 138, 0.12) !important;
}

.alm-stat strong {
	color: #114a8a !important;
}

.alm-stat span {
	color: #41566b !important;
}

.alm-trust-band {
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

.alm-pathways {
	background:
		radial-gradient(circle at 88% 12%, rgba(17, 74, 138, 0.06), transparent 22rem),
		linear-gradient(180deg, #fbfcfd 0%, #f4f8fb 100%) !important;
}

.alm-courses {
	background:
		radial-gradient(circle at 8% 12%, rgba(17, 74, 138, 0.08), transparent 22rem),
		linear-gradient(180deg, #f6f9fc 0%, #eef5fb 100%) !important;
}

.alm-enroll-wrap,
.alm-guidance-cta {
	background:
		radial-gradient(circle at 10% 0%, rgba(17, 74, 138, 0.07), transparent 22rem),
		linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%) !important;
}

.alm-home-news {
	background:
		linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%) !important;
}

.alm-home-contact {
	background:
		radial-gradient(circle at 92% 0%, rgba(248, 203, 11, 0.08), transparent 20rem),
		linear-gradient(180deg, #f7fbff 0%, #ffffff 100%) !important;
}

@media (max-width: 760px) {
	main > section:not(.alm-hero):not(.alm-quick-links):not(.alm-reserved__card) {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
	}

	.alm-stat + .alm-stat {
		border-left-color: transparent !important;
	}

	.alm-stat:nth-child(2n) {
		border-left-color: rgba(17, 74, 138, 0.12) !important;
	}

	.alm-stat:nth-child(n+3) {
		border-top-color: rgba(17, 74, 138, 0.12) !important;
	}
}

/* Typography consistency: keep internal pages aligned with the homepage */
.alm-page,
.alm-courses-page,
.alm-page-courses,
.alm-page-enrollment,
.alm-about-page,
.alm-services-page,
.alm-contact-page,
.alm-regulation-page,
.alm-exam-page,
.alm-news-page,
.alm-news-single {
	font-family: var(--alm-sans) !important;
}

.alm-page h1,
.alm-page h2,
.alm-page h3,
.alm-courses-hero h1,
.alm-course-row__name h2,
.alm-course-row__name em,
.alm-page-lead h1,
.alm-enrollment-copy h1,
.alm-enrollment-panel h2,
.alm-about-page h1,
.alm-about-page h2,
.alm-services-page h1,
.alm-services-page h2,
.alm-contact-page h1,
.alm-contact-page h2,
.alm-regulation-page h1,
.alm-regulation-page h2,
.alm-exam-page h1,
.alm-exam-page h2,
.alm-news-page h1,
.alm-news-page h2,
.alm-news-single h1,
.alm-news-single h2 {
	font-family: var(--alm-sans) !important;
	font-weight: 900;
	letter-spacing: 0;
}

.alm-course-row__name em {
	font-weight: 750;
}

/* Mobile cards: avoid hover/focus lift clipping objective cards */
@media (max-width: 760px), (hover: none), (pointer: coarse) {
	.alm-pathways,
	.alm-pathway-grid {
		overflow: visible !important;
	}

	.alm-pathway-card,
	.alm-pathway-card:hover,
	.alm-pathway-card:focus,
	.alm-pathways .alm-pathway-card,
	.alm-pathways .alm-pathway-card:hover,
	.alm-pathways .alm-pathway-card:focus {
		transform: none !important;
	}

	.alm-pathways .alm-pathway-card:hover,
	.alm-pathways .alm-pathway-card:focus {
		box-shadow: 0 10px 26px rgba(8, 47, 99, 0.055) !important;
	}
}

/* Mobile objective cards must stack, never overflow sideways */
@media (max-width: 760px) {
	.alm-pathway-grid,
	.alm-pathways .alm-pathway-grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
		width: 100% !important;
		overflow: visible !important;
	}

	.alm-pathway-card,
	.alm-pathway-card:nth-child(1),
	.alm-pathway-card:nth-child(2),
	.alm-pathways .alm-pathway-card,
	.alm-pathways .alm-pathway-card:nth-child(1),
	.alm-pathways .alm-pathway-card:nth-child(2) {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}

/* Unified desktop card interaction */
@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
	.alm-quick-link,
	.alm-pathway-card,
	.alm-course,
	.alm-trust-item,
	.alm-news-card,
	.alm-exam-card,
	.alm-exam-partner,
	.alm-partner-card,
	.alm-service-card,
	.alm-info-card,
	.alm-location-card,
	.alm-course-row,
	.alm-guidance-cta__inner {
		transition:
			transform 180ms ease,
			box-shadow 180ms ease,
			border-color 180ms ease,
			background 180ms ease;
	}

	.alm-quick-link:hover,
	.alm-quick-link:focus-visible,
	.alm-pathway-card:hover,
	.alm-pathway-card:focus-visible,
	.alm-course:hover,
	.alm-course:focus-visible,
	.alm-trust-item:hover,
	.alm-trust-item:focus-visible,
	.alm-news-card:hover,
	.alm-news-card:focus-within,
	.alm-exam-card:hover,
	.alm-exam-card:focus-within,
	.alm-exam-partner:hover,
	.alm-exam-partner:focus-visible,
	.alm-partner-card:hover,
	.alm-partner-card:focus-visible,
	.alm-service-card:hover,
	.alm-service-card:focus-within,
	.alm-info-card:hover,
	.alm-info-card:focus-within,
	.alm-location-card:hover,
	.alm-location-card:focus-within,
	.alm-course-row:hover,
	.alm-course-row:focus-within,
	.alm-guidance-cta__inner:hover,
	.alm-guidance-cta__inner:focus-within {
		border-color: rgba(17, 74, 138, 0.26) !important;
		box-shadow: 0 18px 46px rgba(8, 47, 99, 0.12) !important;
		transform: translateY(-3px) !important;
	}

	.alm-pathways .alm-pathway-card:hover,
	.alm-pathways .alm-pathway-card:focus-visible,
	.alm-courses .alm-course:hover,
	.alm-courses .alm-course:focus-visible {
		border-color: rgba(17, 74, 138, 0.34) !important;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 251, 255, 0.98)) !important;
		box-shadow: 0 22px 58px rgba(8, 47, 99, 0.16) !important;
		transform: translateY(-5px) !important;
	}

	.alm-pathways .alm-pathway-card:hover::before,
	.alm-pathways .alm-pathway-card:focus-visible::before,
	.alm-courses .alm-course:hover::before,
	.alm-courses .alm-course:focus-visible::before {
		width: 6px !important;
		opacity: 1 !important;
	}

	.alm-pathways .alm-pathway-card:hover > span,
	.alm-pathways .alm-pathway-card:focus-visible > span,
	.alm-courses .alm-course:hover .alm-course__code,
	.alm-courses .alm-course:focus-visible .alm-course__code {
		background: #114a8a !important;
		color: #fff !important;
	}

	.alm-pathways .alm-pathway-card:hover strong,
	.alm-pathways .alm-pathway-card:focus-visible strong,
	.alm-courses .alm-course:hover .alm-course__cta,
	.alm-courses .alm-course:focus-visible .alm-course__cta {
		color: #0b3e78 !important;
		transform: translateX(3px);
	}
}

/* Homepage title scale correction */
.alm-pathways .alm-section__head h2,
.alm-guidance-cta h2,
.alm-home-contact__copy h2,
.alm-home-contact h2 {
	max-width: 820px;
	font-size: clamp(34px, 3.2vw, 48px) !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
}

.alm-guidance-cta h2 {
	max-width: 760px;
}

.alm-home-contact__copy h2,
.alm-home-contact h2 {
	max-width: 680px;
}

@media (max-width: 760px) {
	.alm-pathways .alm-section__head h2,
	.alm-guidance-cta h2,
	.alm-home-contact__copy h2,
	.alm-home-contact h2 {
		font-size: clamp(28px, 8vw, 36px) !important;
		line-height: 1.12 !important;
	}
}

/* Forms should stay stable on hover/focus */
.alm-form-card,
.alm-form-card:hover,
.alm-form-card:focus-within,
.alm-enrollment-panel,
.alm-enrollment-panel:hover,
.alm-enrollment-panel:focus-within,
.alm-form,
.alm-form:hover,
.alm-form:focus-within {
	transform: none !important;
}

/* Courses page: slightly smaller course names */
.alm-page-courses .alm-course-row__name h2,
.alm-courses-page .alm-course-row__name h2 {
	font-size: clamp(22px, 2vw, 30px) !important;
	line-height: 1.12 !important;
}

.alm-page-courses .alm-course-row.is-featured .alm-course-row__name h2,
.alm-courses-page .alm-course-row.is-featured .alm-course-row__name h2 {
	font-size: clamp(24px, 2.2vw, 34px) !important;
}

@media (max-width: 760px) {
	.alm-page-courses .alm-course-row__name h2,
	.alm-courses-page .alm-course-row__name h2,
	.alm-page-courses .alm-course-row.is-featured .alm-course-row__name h2,
	.alm-courses-page .alm-course-row.is-featured .alm-course-row__name h2 {
		font-size: 22px !important;
		line-height: 1.16 !important;
	}
}

.alm-page-courses .alm-course-row__code,
.alm-courses-page .alm-course-row__code {
	font-size: 15px !important;
	letter-spacing: 0 !important;
}

@media (max-width: 760px) {
	.alm-page-courses .alm-course-row__code,
	.alm-courses-page .alm-course-row__code {
		font-size: 14px !important;
	}
}

/* Sticky side panels on service and contact pages */
.alm-services-layout {
	align-items: start !important;
}

.alm-services-layout > .alm-enrollment-panel,
.alm-services-layout > .alm-service-panel,
.alm-services-layout > .alm-contact-panel {
	position: sticky !important;
	top: 104px !important;
	align-self: start !important;
}

@media (max-width: 760px) {
	.alm-services-layout > .alm-enrollment-panel,
	.alm-services-layout > .alm-service-panel,
	.alm-services-layout > .alm-contact-panel {
		position: static !important;
		top: auto !important;
	}
}

/* Services page: keep the sidebar sticky like enrollment */
@media (min-width: 761px) {
	.alm-page-services .alm-services-layout,
	.alm-services-page .alm-services-layout {
		display: grid !important;
		grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr) !important;
		gap: 28px !important;
		align-items: start !important;
	}

	.alm-page-services .alm-services-section,
	.alm-services-page .alm-services-section {
		overflow: visible !important;
	}

	.alm-page-services .alm-services-layout > .alm-service-panel,
	.alm-page-services .alm-services-layout > .alm-enrollment-panel,
	.alm-services-page .alm-services-layout > .alm-service-panel,
	.alm-services-page .alm-services-layout > .alm-enrollment-panel {
		position: sticky !important;
		top: 104px !important;
		align-self: start !important;
		height: fit-content;
		max-height: calc(100vh - 128px);
		overflow: auto;
		overscroll-behavior: contain;
	}

	.alm-page-services .alm-service-form,
	.alm-services-page .alm-service-form {
		min-width: 0;
	}
}

@media (max-width: 760px) {
	.alm-page-services .alm-services-layout,
	.alm-services-page .alm-services-layout {
		grid-template-columns: 1fr !important;
	}

	.alm-page-services .alm-services-layout > .alm-service-panel,
	.alm-page-services .alm-services-layout > .alm-enrollment-panel,
	.alm-services-page .alm-services-layout > .alm-service-panel,
	.alm-services-page .alm-services-layout > .alm-enrollment-panel {
		position: static !important;
		top: auto !important;
	}
}

/* Homepage card system — one ALM language across objectives, courses and content */
.alm-pathways,
.alm-courses,
.alm-partners,
.alm-home-news {
	--alm-card-blue: #114a8a;
	--alm-card-navy: #082f63;
	--alm-card-yellow: #ffd92f;
	--alm-card-ink: #102f4d;
	--alm-card-muted: #62748a;
	--alm-card-line: rgba(17, 74, 138, 0.13);
	--alm-card-shadow: 0 16px 45px rgba(8, 47, 99, 0.09);
}

/* Quick actions: compact, useful and visually tied to the sections below. */
.alm-quick-links__grid {
	overflow: hidden;
	border: 1px solid rgba(17, 74, 138, 0.12);
	border-radius: 24px !important;
	background: #fff;
	box-shadow: 0 22px 60px rgba(8, 47, 99, 0.13) !important;
}

.alm-quick-link,
.alm-quick-link:hover,
.alm-quick-link:focus-visible {
	min-height: 112px;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: #fff !important;
	transform: none !important;
}

.alm-quick-link + .alm-quick-link {
	border-left: 1px solid rgba(17, 74, 138, 0.1) !important;
}

.alm-quick-link__icon {
	width: 48px !important;
	height: 48px !important;
	border-radius: 15px !important;
	background: #fff8c9 !important;
	color: var(--alm-blue, #114a8a) !important;
}

.alm-quick-link__arrow {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	color: #114a8a;
	background: #f1f6fb;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-indent: 0;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.alm-quick-link__arrow b {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	transform: none;
}

.alm-quick-link:hover .alm-quick-link__arrow,
.alm-quick-link:focus-visible .alm-quick-link__arrow {
	color: #fff;
	background: #114a8a;
	transform: translateX(3px);
}

/* Objectives: horizontal decision cards rather than a second course grid. */
.alm-pathways {
	background: #f4f8fc !important;
}

.alm-pathways .alm-pathway-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.alm-pathways .alm-pathway-card,
.alm-pathways .alm-pathway-card:nth-child(n),
.alm-pathways .alm-pathway-card:hover,
.alm-pathways .alm-pathway-card:focus-visible {
	display: grid !important;
	grid-column: auto !important;
	grid-template-columns: 56px minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 18px !important;
	min-height: 148px !important;
	padding: 24px !important;
	border: 1px solid var(--alm-card-line) !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: 0 10px 28px rgba(8, 47, 99, 0.05) !important;
}

.alm-pathways .alm-pathway-card::before,
.alm-pathways .alm-pathway-card::after {
	display: none !important;
}

.alm-pathways .alm-pathway-card > span,
.alm-pathways .alm-pathway-card:hover > span,
.alm-pathways .alm-pathway-card:focus-visible > span {
	width: 54px !important;
	height: 54px !important;
	display: grid !important;
	place-items: center !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 16px !important;
	color: var(--alm-card-blue) !important;
	background: #fff7bd !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

.alm-pathway-card__body {
	min-width: 0;
}

.alm-pathways .alm-pathway-card h3 {
	margin: 0 0 6px !important;
	font-size: clamp(18px, 1.6vw, 23px) !important;
	line-height: 1.16 !important;
}

.alm-pathways .alm-pathway-card p {
	margin: 0 !important;
	color: var(--alm-card-muted) !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.alm-pathways .alm-pathway-card strong,
.alm-pathways .alm-pathway-card:hover strong,
.alm-pathways .alm-pathway-card:focus-visible strong {
	display: grid !important;
	width: 42px;
	height: 42px;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	color: transparent !important;
	background: #eef4fa;
	font-size: 0 !important;
	transform: none !important;
}

.alm-pathways .alm-pathway-card strong b {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	transform: none;
}

.alm-quick-link__arrow b::before,
.alm-pathways .alm-pathway-card strong b::before {
	position: absolute;
	left: 50%;
	top: calc(50% - 2px);
	width: 12px;
	height: 1.5px;
	border-radius: 2px;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
}

.alm-quick-link__arrow b::after,
.alm-pathways .alm-pathway-card strong b::after {
	position: absolute;
	left: calc(50% + 3px);
	top: calc(50% - 2px);
	width: 6px;
	height: 6px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
}

.alm-quick-link__arrow b,
.alm-pathways .alm-pathway-card strong b {
	color: var(--alm-card-blue);
}

/* Optical centring for the circular arrows in "Como quer começar?". */
.alm-pathways .alm-pathway-card strong b {
	overflow: visible;
	transform: translateY(-9px);
}

.alm-pathways .alm-pathway-card strong b::before,
.alm-pathways .alm-pathway-card strong b::after {
	top: 50%;
}

/* Courses: the visual protagonist, inspired by the Instituto but unmistakably ALM. */
.alm-courses {
	background: #fff !important;
}

.alm-courses .alm-course-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

.alm-courses .alm-course,
.alm-courses .alm-course:hover,
.alm-courses .alm-course:focus-visible {
	display: block !important;
	overflow: hidden !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--alm-card-line) !important;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: var(--alm-card-shadow) !important;
}

.alm-courses .alm-course::before,
.alm-courses .alm-course::after {
	display: none !important;
}

.alm-course__art {
	position: relative;
	height: 150px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, #e8f3ff, #c9e0f7);
}

.alm-course__art::before {
	position: absolute;
	width: 180px;
	height: 180px;
	border: 32px solid rgba(255, 255, 255, 0.36);
	border-radius: 50%;
	content: "";
}

.alm-course--2 .alm-course__art { background: linear-gradient(145deg, #fff5aa, #ffdf42); }
.alm-course--3 .alm-course__art { background: linear-gradient(145deg, #dfeaff, #a9c7f1); }
.alm-course--4 .alm-course__art { background: linear-gradient(145deg, #0e4f91, #082f63); }

.alm-courses .alm-course__code,
.alm-courses .alm-course:hover .alm-course__code,
.alm-courses .alm-course:focus-visible .alm-course__code {
	position: relative !important;
	z-index: 2;
	width: auto !important;
	height: auto !important;
	min-width: 68px;
	margin: 0 !important;
	padding: 14px 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 17px !important;
	color: var(--alm-card-navy) !important;
	background: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0 12px 30px rgba(8, 47, 99, 0.13);
	font-size: 19px !important;
	font-weight: 900 !important;
	text-align: center;
	letter-spacing: 0 !important;
}

.alm-course__art i {
	position: absolute;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	color: var(--alm-card-blue);
	background: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.alm-course__art i:nth-of-type(1) { left: 22px; top: 20px; transform: rotate(-8deg); }
.alm-course__art i:nth-of-type(2) { right: 22px; bottom: 18px; transform: rotate(8deg); }

.alm-course__body {
	display: flex;
	min-height: 210px;
	flex-direction: column;
	padding: 23px 24px 25px;
}

.alm-courses .alm-course__level {
	margin: 0 0 8px !important;
	color: var(--alm-card-blue) !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.alm-courses .alm-course h3 {
	margin: 0 0 5px !important;
	font-size: clamp(20px, 1.65vw, 25px) !important;
	line-height: 1.15 !important;
}

.alm-courses .alm-course em {
	margin: 0 0 22px !important;
	color: var(--alm-card-muted) !important;
	font-size: 13px !important;
}

.alm-courses .alm-course__cta,
.alm-courses .alm-course:hover .alm-course__cta,
.alm-courses .alm-course:focus-visible .alm-course__cta {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin-top: auto !important;
	padding-top: 16px;
	border-top: 1px solid var(--alm-card-line);
	color: var(--alm-card-blue) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	transform: none !important;
}

.alm-course__cta b { font-size: 17px; }

/* Partner cards are calm logo tiles, not competing feature cards. */
.alm-partner-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.alm-partner-card,
.alm-partner-card:hover,
.alm-partner-card:focus-visible {
	min-height: 150px !important;
	padding: 24px !important;
	border: 1px solid var(--alm-card-line) !important;
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow: 0 8px 24px rgba(8, 47, 99, 0.05) !important;
}

.alm-partner-card::before,
.alm-partner-card::after { display: none !important; }

.alm-partner-card img {
	max-width: 150px !important;
	max-height: 54px !important;
	object-fit: contain;
	filter: saturate(0.85);
}

.alm-partner-card strong {
	font-size: 14px !important;
	line-height: 1.3;
}

/* News uses the same radius, border and motion as course cards. */
.alm-home-news .alm-news-grid {
	gap: 22px !important;
}

.alm-home-news .alm-news-card,
.alm-home-news .alm-news-card:hover,
.alm-home-news .alm-news-card:focus-within {
	overflow: hidden;
	border: 1px solid var(--alm-card-line) !important;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: var(--alm-card-shadow) !important;
}

.alm-home-news .alm-news-card::before,
.alm-home-news .alm-news-card::after { display: none !important; }

.alm-home-news .alm-news-card__media {
	height: 230px !important;
	border-radius: 0 !important;
	background: linear-gradient(145deg, #e8f3ff, #c9e0f7) !important;
}

.alm-home-news .alm-news-card__body {
	display: flex;
	min-height: 260px;
	flex-direction: column;
	padding: 25px !important;
}

.alm-home-news .alm-news-card .alm-more {
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid var(--alm-card-line);
}

@media (hover: hover) and (pointer: fine) {
	.alm-pathways .alm-pathway-card:hover,
	.alm-pathways .alm-pathway-card:focus-visible,
	.alm-courses .alm-course:hover,
	.alm-courses .alm-course:focus-visible,
	.alm-home-news .alm-news-card:hover,
	.alm-home-news .alm-news-card:focus-within {
		border-color: rgba(17, 74, 138, 0.28) !important;
		box-shadow: 0 22px 55px rgba(8, 47, 99, 0.14) !important;
		transform: translateY(-5px) !important;
	}

	.alm-pathways .alm-pathway-card:hover strong,
	.alm-pathways .alm-pathway-card:focus-visible strong {
		background: var(--alm-card-blue);
	}

	.alm-pathways .alm-pathway-card:hover strong b,
	.alm-pathways .alm-pathway-card:focus-visible strong b { color: #fff; }
}

@media (max-width: 1080px) {
	.alm-courses .alm-course-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	.alm-quick-links__grid { border-radius: 20px !important; }
	.alm-quick-link { min-height: 98px; }
	.alm-quick-link + .alm-quick-link {
		border-top: 1px solid rgba(17, 74, 138, 0.1) !important;
		border-left: 0 !important;
	}

	.alm-pathways .alm-pathway-grid,
	.alm-courses .alm-course-grid,
	.alm-partner-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.alm-pathways .alm-pathway-card,
	.alm-pathways .alm-pathway-card:nth-child(n) {
		grid-template-columns: 48px minmax(0, 1fr) 38px !important;
		gap: 14px !important;
		min-height: 0 !important;
		padding: 19px !important;
	}

	.alm-pathways .alm-pathway-card > span {
		width: 48px !important;
		height: 48px !important;
		border-radius: 14px !important;
	}

	.alm-pathways .alm-pathway-card p { font-size: 13px !important; }
	.alm-pathways .alm-pathway-card strong { width: 38px; height: 38px; }
	.alm-course__art { height: 175px; }
	.alm-course__body { min-height: 190px; }
	.alm-partner-card { min-height: 130px !important; }
}

@media (max-width: 480px) {
	.alm-pathways .alm-pathway-card,
	.alm-pathways .alm-pathway-card:nth-child(n) {
		grid-template-columns: 44px minmax(0, 1fr) !important;
	}

	.alm-pathways .alm-pathway-card > span {
		width: 44px !important;
		height: 44px !important;
	}

	.alm-pathways .alm-pathway-card strong { display: none !important; }
}

/* Atlas 2.0 — editorial bento layout unique to ALM. */
.alm-courses {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 8%, rgba(255, 217, 47, 0.16), transparent 24rem),
		linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%) !important;
}

.alm-courses::before {
	position: absolute;
	right: -130px;
	top: 90px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(17, 74, 138, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 55px rgba(17, 74, 138, 0.025),
		0 0 0 110px rgba(17, 74, 138, 0.018);
	content: "";
	pointer-events: none;
}

.alm-courses .alm-shell {
	position: relative;
	z-index: 1;
}

.alm-courses .alm-course-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

.alm-courses .alm-course,
.alm-courses .alm-course:hover,
.alm-courses .alm-course:focus-visible {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 132px minmax(0, 1fr) !important;
	min-height: 218px !important;
	overflow: hidden !important;
	border: 1px solid rgba(17, 74, 138, 0.13) !important;
	border-radius: 26px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 12px 38px rgba(8, 47, 99, 0.075) !important;
	backdrop-filter: blur(12px);
}

.alm-courses .alm-course:first-child,
.alm-courses .alm-course:last-child {
	grid-column: 1 / -1 !important;
	grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1fr) !important;
	min-height: 250px !important;
}

.alm-courses .alm-course__art {
	position: relative;
	height: 100% !important;
	min-height: 218px;
	overflow: hidden;
	background: linear-gradient(145deg, #0c58a4 0%, #082f63 100%) !important;
}

.alm-courses .alm-course--2 .alm-course__art {
	background: linear-gradient(145deg, #ffec72 0%, #f6c900 100%) !important;
}

.alm-courses .alm-course--3 .alm-course__art {
	background: linear-gradient(145deg, #d9eaff 0%, #8cb9ec 100%) !important;
}

.alm-courses .alm-course--4 .alm-course__art {
	background: linear-gradient(145deg, #123a61 0%, #071f3d 100%) !important;
}

.alm-courses .alm-course__art::before {
	left: 50%;
	top: 50%;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(255, 255, 255, 0.23);
	box-shadow:
		0 0 0 30px rgba(255, 255, 255, 0.07),
		0 0 0 60px rgba(255, 255, 255, 0.04);
	transform: translate(-50%, -50%);
}

.alm-courses .alm-course:first-child .alm-course__art::after,
.alm-courses .alm-course:last-child .alm-course__art::after {
	position: absolute;
	left: 24px;
	bottom: 20px;
	color: rgba(255, 255, 255, 0.36);
	content: "ALM / LANGUAGE";
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.18em;
}

.alm-courses .alm-course__code,
.alm-courses .alm-course:hover .alm-course__code,
.alm-courses .alm-course:focus-visible .alm-course__code {
	position: relative !important;
	z-index: 2;
	min-width: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: clamp(36px, 4vw, 58px) !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	letter-spacing: -0.06em !important;
}

.alm-courses .alm-course--2 .alm-course__code,
.alm-courses .alm-course--3 .alm-course__code {
	color: #082f63 !important;
}

.alm-courses .alm-course__art i {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	font-size: 9px;
	backdrop-filter: blur(8px);
}

.alm-courses .alm-course--2 .alm-course__art i,
.alm-courses .alm-course--3 .alm-course__art i {
	border-color: rgba(8, 47, 99, 0.15);
	color: #082f63;
	background: rgba(255, 255, 255, 0.28);
}

.alm-courses .alm-course__body {
	display: grid !important;
	grid-template-rows: auto auto auto 1fr;
	min-height: 0 !important;
	padding: 26px 28px !important;
}

.alm-courses .alm-course:first-child .alm-course__body,
.alm-courses .alm-course:last-child .alm-course__body {
	padding: 34px 38px !important;
}

.alm-courses .alm-course__level {
	width: fit-content;
	margin: 0 0 14px !important;
	padding: 7px 10px;
	border: 1px solid rgba(17, 74, 138, 0.12);
	border-radius: 999px;
	color: #114a8a !important;
	background: #f0f6fc;
	font-size: 10px !important;
	letter-spacing: 0.08em;
}

.alm-courses .alm-course h3 {
	margin: 0 0 4px !important;
	font-size: clamp(21px, 2vw, 29px) !important;
	letter-spacing: -0.035em !important;
}

.alm-courses .alm-course:first-child h3,
.alm-courses .alm-course:last-child h3 {
	font-size: clamp(28px, 3vw, 40px) !important;
}

.alm-courses .alm-course em {
	margin: 0 !important;
	font-size: 13px !important;
}

.alm-courses .alm-course__cta,
.alm-courses .alm-course:hover .alm-course__cta,
.alm-courses .alm-course:focus-visible .alm-course__cta {
	align-self: end;
	margin-top: 24px !important;
	padding-top: 16px;
	border-top: 1px solid rgba(17, 74, 138, 0.11);
}

@media (hover: hover) and (pointer: fine) {
	.alm-courses .alm-course:hover,
	.alm-courses .alm-course:focus-visible {
		border-color: rgba(17, 74, 138, 0.28) !important;
		box-shadow: 0 24px 65px rgba(8, 47, 99, 0.16) !important;
		transform: translateY(-4px) !important;
	}

	.alm-courses .alm-course__art {
		transition: filter 220ms ease;
	}

	.alm-courses .alm-course:hover .alm-course__art,
	.alm-courses .alm-course:focus-visible .alm-course__art {
		filter: saturate(1.12) brightness(1.03);
	}
}

@media (max-width: 900px) {
	.alm-courses .alm-course,
	.alm-courses .alm-course:first-child,
	.alm-courses .alm-course:last-child {
		grid-column: auto !important;
		grid-template-columns: 112px minmax(0, 1fr) !important;
		min-height: 220px !important;
	}

	.alm-courses .alm-course:first-child .alm-course__body,
	.alm-courses .alm-course:last-child .alm-course__body {
		padding: 26px 28px !important;
	}

	.alm-courses .alm-course:first-child h3,
	.alm-courses .alm-course:last-child h3 {
		font-size: clamp(21px, 3vw, 29px) !important;
	}
}

@media (max-width: 680px) {
	.alm-courses .alm-course-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.alm-courses .alm-course,
	.alm-courses .alm-course:first-child,
	.alm-courses .alm-course:last-child {
		grid-template-columns: 98px minmax(0, 1fr) !important;
		min-height: 205px !important;
		border-radius: 22px !important;
	}

	.alm-courses .alm-course__art {
		min-height: 205px;
	}

	.alm-courses .alm-course__art::before {
		width: 130px;
		height: 130px;
	}

	.alm-courses .alm-course__body,
	.alm-courses .alm-course:first-child .alm-course__body,
	.alm-courses .alm-course:last-child .alm-course__body {
		padding: 22px 20px !important;
	}

	.alm-courses .alm-course__code,
	.alm-courses .alm-course:hover .alm-course__code,
	.alm-courses .alm-course:focus-visible .alm-course__code {
		font-size: 31px !important;
	}

	.alm-courses .alm-course__art i { display: none; }
	.alm-courses .alm-course__level { margin-bottom: 10px !important; }
	.alm-courses .alm-course h3,
	.alm-courses .alm-course:first-child h3,
	.alm-courses .alm-course:last-child h3 { font-size: 20px !important; }
	.alm-courses .alm-course__cta { margin-top: 18px !important; }
}

/* Atlas 3.0 — modern course directory, intentionally card-light. */
.alm-courses {
	background:
		linear-gradient(110deg, rgba(17, 74, 138, 0.035) 0 1px, transparent 1px 100%),
		#f7fafd !important;
	background-size: 56px 56px !important;
}

.alm-courses::before {
	display: none !important;
}

.alm-courses .alm-course-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(17, 74, 138, 0.14);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 22px 65px rgba(8, 47, 99, 0.09);
}

.alm-courses .alm-course,
.alm-courses .alm-course:first-child,
.alm-courses .alm-course:last-child,
.alm-courses .alm-course:hover,
.alm-courses .alm-course:focus-visible {
	position: relative !important;
	display: grid !important;
	grid-column: auto !important;
	grid-template-columns: 112px minmax(0, 1fr) !important;
	min-height: 116px !important;
	overflow: visible !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(17, 74, 138, 0.1) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none;
	transform: none !important;
}

.alm-courses .alm-course:last-child {
	border-bottom: 0 !important;
}

.alm-courses .alm-course:nth-child(even) {
	background: rgba(239, 246, 252, 0.58) !important;
}

.alm-courses .alm-course__art {
	position: relative;
	height: 100% !important;
	min-height: 116px !important;
	overflow: hidden;
	border-right: 1px solid rgba(17, 74, 138, 0.1);
	background: transparent !important;
}

.alm-courses .alm-course__art::before,
.alm-courses .alm-course__art::after,
.alm-courses .alm-course:first-child .alm-course__art::after,
.alm-courses .alm-course:last-child .alm-course__art::after,
.alm-courses .alm-course__art i {
	display: none !important;
}

.alm-courses .alm-course__code,
.alm-courses .alm-course:hover .alm-course__code,
.alm-courses .alm-course:focus-visible .alm-course__code,
.alm-courses .alm-course--2 .alm-course__code,
.alm-courses .alm-course--3 .alm-course__code {
	position: relative !important;
	min-width: 0 !important;
	padding: 0 !important;
	color: #114a8a !important;
	background: transparent !important;
	font-size: 28px !important;
	font-weight: 950 !important;
	letter-spacing: -0.045em !important;
}

.alm-courses .alm-course__code::after {
	position: absolute;
	left: 50%;
	top: calc(100% + 9px);
	width: 22px;
	height: 3px;
	border-radius: 3px;
	background: #ffd92f;
	content: "";
	transform: translateX(-50%);
}

.alm-courses .alm-course__body,
.alm-courses .alm-course:first-child .alm-course__body,
.alm-courses .alm-course:last-child .alm-course__body {
	display: grid !important;
	grid-template-columns: minmax(100px, 0.72fr) minmax(180px, 1.35fr) minmax(150px, 1fr) minmax(135px, auto);
	grid-template-rows: auto !important;
	align-items: center;
	gap: 26px;
	min-height: 0 !important;
	padding: 22px 28px !important;
}

.alm-courses .alm-course__level {
	grid-column: 1;
	width: fit-content;
	margin: 0 !important;
	padding: 7px 11px;
	border-color: rgba(17, 74, 138, 0.13);
	background: #eef5fb;
	white-space: nowrap;
}

.alm-courses .alm-course h3,
.alm-courses .alm-course:first-child h3,
.alm-courses .alm-course:last-child h3 {
	grid-column: 2;
	margin: 0 !important;
	font-size: clamp(20px, 2vw, 27px) !important;
	line-height: 1.12 !important;
}

.alm-courses .alm-course em {
	grid-column: 3;
	margin: 0 !important;
	color: #6c7f93 !important;
	font-size: 14px !important;
}

.alm-courses .alm-course__cta,
.alm-courses .alm-course:hover .alm-course__cta,
.alm-courses .alm-course:focus-visible .alm-course__cta {
	grid-column: 4;
	align-self: center;
	justify-self: stretch;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 13px !important;
}

.alm-courses .alm-course__cta b {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	color: #114a8a;
	background: #eef5fb;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.alm-courses .alm-course:hover,
	.alm-courses .alm-course:focus-visible {
		background: #114a8a !important;
	}

	.alm-courses .alm-course:hover .alm-course__art,
	.alm-courses .alm-course:focus-visible .alm-course__art {
		filter: none;
		border-right-color: rgba(255, 255, 255, 0.16);
	}

	.alm-courses .alm-course:hover .alm-course__code,
	.alm-courses .alm-course:focus-visible .alm-course__code,
	.alm-courses .alm-course:hover h3,
	.alm-courses .alm-course:focus-visible h3,
	.alm-courses .alm-course:hover em,
	.alm-courses .alm-course:focus-visible em,
	.alm-courses .alm-course:hover .alm-course__cta,
	.alm-courses .alm-course:focus-visible .alm-course__cta {
		color: #fff !important;
	}

	.alm-courses .alm-course:hover .alm-course__level,
	.alm-courses .alm-course:focus-visible .alm-course__level {
		border-color: rgba(255, 255, 255, 0.2);
		color: #fff !important;
		background: rgba(255, 255, 255, 0.12);
	}

	.alm-courses .alm-course:hover .alm-course__cta b,
	.alm-courses .alm-course:focus-visible .alm-course__cta b {
		color: #082f63;
		background: #ffd92f;
		transform: translateX(3px);
	}
}

/* Atlas directory: softer colour system for a lighter institutional finish. */
.alm-courses .alm-course--1 .alm-course__art,
.alm-courses .alm-course--1:hover .alm-course__art,
.alm-courses .alm-course--1:focus-visible .alm-course__art {
	background: #edf5fc !important;
}

.alm-courses .alm-course--2 .alm-course__art,
.alm-courses .alm-course--2:hover .alm-course__art,
.alm-courses .alm-course--2:focus-visible .alm-course__art {
	background: #fff8cf !important;
}

.alm-courses .alm-course--3 .alm-course__art,
.alm-courses .alm-course--3:hover .alm-course__art,
.alm-courses .alm-course--3:focus-visible .alm-course__art {
	background: #f1f6fb !important;
}

.alm-courses .alm-course--4 .alm-course__art,
.alm-courses .alm-course--4:hover .alm-course__art,
.alm-courses .alm-course--4:focus-visible .alm-course__art {
	background: #e9f0f7 !important;
}

.alm-courses .alm-course:nth-child(even) {
	background: rgba(246, 249, 252, 0.7) !important;
}

@media (hover: hover) and (pointer: fine) {
	.alm-courses .alm-course:hover,
	.alm-courses .alm-course:focus-visible {
		background: #f0f6fb !important;
	}

	.alm-courses .alm-course:hover .alm-course__code,
	.alm-courses .alm-course:focus-visible .alm-course__code,
	.alm-courses .alm-course:hover h3,
	.alm-courses .alm-course:focus-visible h3,
	.alm-courses .alm-course:hover em,
	.alm-courses .alm-course:focus-visible em,
	.alm-courses .alm-course:hover .alm-course__cta,
	.alm-courses .alm-course:focus-visible .alm-course__cta {
		color: #102f4d !important;
	}

	.alm-courses .alm-course:hover .alm-course__level,
	.alm-courses .alm-course:focus-visible .alm-course__level {
		border-color: rgba(17, 74, 138, 0.14);
		color: #114a8a !important;
		background: #fff;
	}

	.alm-courses .alm-course:hover .alm-course__cta b,
	.alm-courses .alm-course:focus-visible .alm-course__cta b {
		color: #114a8a;
		background: #fff;
	}
}

@media (max-width: 900px) {
	.alm-courses .alm-course__body,
	.alm-courses .alm-course:first-child .alm-course__body,
	.alm-courses .alm-course:last-child .alm-course__body {
		grid-template-columns: minmax(85px, 0.65fr) minmax(155px, 1.2fr) minmax(120px, 0.9fr) minmax(125px, auto);
		gap: 16px;
		padding-inline: 22px !important;
	}
}

@media (max-width: 680px) {
	.alm-courses .alm-course-grid {
		border-radius: 22px;
	}

	.alm-courses .alm-course,
	.alm-courses .alm-course:first-child,
	.alm-courses .alm-course:last-child {
		grid-template-columns: 72px minmax(0, 1fr) !important;
		min-height: 142px !important;
	}

	.alm-courses .alm-course__art {
		min-height: 142px !important;
	}

	.alm-courses .alm-course__code,
	.alm-courses .alm-course:hover .alm-course__code,
	.alm-courses .alm-course:focus-visible .alm-course__code {
		font-size: 23px !important;
	}

	.alm-courses .alm-course__body,
	.alm-courses .alm-course:first-child .alm-course__body,
	.alm-courses .alm-course:last-child .alm-course__body {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto auto !important;
		gap: 5px 12px;
		padding: 18px 17px !important;
	}

	.alm-courses .alm-course__level {
		grid-column: 1;
		grid-row: 1;
		padding: 5px 8px;
		font-size: 9px !important;
	}

	.alm-courses .alm-course h3,
	.alm-courses .alm-course:first-child h3,
	.alm-courses .alm-course:last-child h3 {
		grid-column: 1;
		grid-row: 2;
		font-size: 19px !important;
	}

	.alm-courses .alm-course em {
		grid-column: 1;
		grid-row: 3;
		font-size: 12px !important;
	}

	.alm-courses .alm-course__cta,
	.alm-courses .alm-course:hover .alm-course__cta,
	.alm-courses .alm-course:focus-visible .alm-course__cta {
		grid-column: 2;
		grid-row: 1 / -1;
		align-self: center;
		font-size: 0 !important;
	}

	.alm-courses .alm-course__cta b {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}
}
/* Interactive course atlas */
.alm-atlas-tools{display:grid;grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(150px,.65fr));gap:10px;margin:0 0 14px;padding:14px;border:1px solid #dce7f0;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,47,77,.06)}
.alm-atlas-tools select,.alm-atlas-search{min-height:48px;border:1px solid #dce5ed;border-radius:12px;background:#f8fafc;color:#17324d;font:inherit}.alm-atlas-tools select{padding:0 36px 0 13px}.alm-atlas-search{display:flex;align-items:center;gap:9px;padding:0 14px}.alm-atlas-search span{color:#114a8a;font-size:20px}.alm-atlas-search input{width:100%;border:0;outline:0;background:transparent;font:inherit}
.alm-atlas-summary{display:flex;justify-content:space-between;align-items:center;margin:0 2px 16px;color:#60758a;font-size:13px}.alm-atlas-summary button{border:0;background:none;color:#114a8a;font-weight:800;cursor:pointer}.alm-course-row[hidden]{display:none!important}.alm-atlas-empty{padding:48px;text-align:center;border:1px dashed #cbd8e4;border-radius:18px;color:#60758a;background:#fff}
.alm-course-row__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:7px}.alm-course-row__badges span,.alm-course-row__badges b{padding:4px 8px;border-radius:99px;background:#edf8f2;color:#177245;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.alm-course-row__badges b{background:#fff6c9;color:#765d00}
.alm-course-row__actions{display:grid;justify-items:end;gap:11px}.alm-course-row__actions label{color:#60758a;font-size:11px;font-weight:800;cursor:pointer}.alm-course-row__actions input{accent-color:#114a8a}
.alm-compare-bar{position:fixed;z-index:80;left:50%;bottom:22px;display:flex;align-items:center;gap:24px;padding:10px 12px 10px 18px;border:1px solid rgba(255,255,255,.18);border-radius:16px;color:#fff;background:#102f4d;box-shadow:0 18px 55px rgba(8,31,55,.3);transform:translateX(-50%)}.alm-compare-bar[hidden]{display:none}.alm-compare-bar button{min-height:40px;padding:0 16px;border:0;border-radius:10px;background:#ffd92f;color:#102f4d;font-weight:900;cursor:pointer}
.alm-compare-dialog{width:min(900px,calc(100% - 32px));padding:0;border:0;border-radius:20px;color:#17324d;box-shadow:0 30px 90px rgba(8,31,55,.28)}.alm-compare-dialog::backdrop{background:rgba(8,31,55,.55);backdrop-filter:blur(4px)}.alm-compare-dialog__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e4ebf1}.alm-compare-dialog__head h2{margin:0}.alm-compare-dialog__head button{border:0;background:none;font-size:30px;cursor:pointer}.alm-compare-dialog table{width:100%;border-collapse:collapse}.alm-compare-dialog th,.alm-compare-dialog td{padding:16px;border-bottom:1px solid #e7edf2;text-align:left;vertical-align:top}.alm-compare-dialog thead th{background:#f5f8fb}.alm-compare-dialog thead span{display:block;margin-top:4px;color:#60758a;font-size:12px;font-weight:500}
@media(max-width:900px){.alm-atlas-tools{grid-template-columns:1fr 1fr}.alm-atlas-search{grid-column:1/-1}}
@media(max-width:680px){.alm-atlas-tools{grid-template-columns:1fr}.alm-atlas-search{grid-column:auto}.alm-course-row__actions{justify-items:start}.alm-compare-bar{bottom:12px;width:calc(100% - 24px);justify-content:space-between}.alm-compare-dialog{overflow:auto}.alm-compare-dialog table{min-width:650px}}
.alm-page-courses .alm-compare-bar button{background:#ffd92f;color:#102f4d;box-shadow:none}
.alm-hero__slide{background-position:var(--alm-hero-focus-x,50%) var(--alm-hero-focus-y,50%)}
.alm-hero__slide::before{background:linear-gradient(90deg,rgba(4,31,63,var(--alm-hero-overlay,.55)),rgba(4,31,63,calc(var(--alm-hero-overlay,.55) * .18)))}
.alm-pathways,.alm-courses,.alm-home-news,.alm-home-contact{content-visibility:auto;contain-intrinsic-size:auto 700px}
img{max-width:100%;height:auto}
@media(max-width:768px){.alm-hero__slide{--alm-hero-image:var(--alm-hero-image-mobile)}}
/* Accessibility and mobile experience */
.alm-skip-link {
	position: fixed;
	top: 10px;
	left: 12px;
	z-index: 100000;
	padding: 12px 18px;
	border: 2px solid #fff;
	border-radius: 10px;
	background: #073d78;
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transform: translateY(-160%);
	transition: transform 160ms ease;
}

.alm-skip-link:focus {
	color: #fff;
	transform: translateY(0);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid #f4c900 !important;
	outline-offset: 3px;
	box-shadow: 0 0 0 5px rgba(7, 61, 120, 0.88);
}

main[tabindex="-1"]:focus {
	outline: 0 !important;
	box-shadow: none;
}

.alm-field-error {
	display: block;
	width: 100%;
	margin-top: 7px;
	color: #a32121;
	font-size: 0.875rem;
	font-weight: 750;
	line-height: 1.4;
}

:where(input, select, textarea)[aria-invalid="true"] {
	border-color: #b42318 !important;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.14) !important;
}

.alm-form-notice--error,
.alm-alert--error {
	border-left: 4px solid #b42318;
}

.alm-form-notice--success,
.alm-alert--success {
	border-left: 4px solid #18794e;
}

@media (max-width: 1100px) {
	body.menu-is-open {
		overflow: hidden;
	}

	.alm-nav {
		max-height: calc(100dvh - 82px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 16px clamp(18px, 5vw, 30px) calc(24px + env(safe-area-inset-bottom));
	}

	.alm-menu > li > a,
	.alm-menu > li > .alm-submenu-toggle {
		min-height: 48px;
	}

	.alm-menu > li > a {
		display: flex;
		align-items: center;
		padding-block: 12px;
		font-size: 1rem;
		line-height: 1.35;
	}

	.alm-menu .sub-menu a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding-block: 10px;
	}
}

@media (max-width: 760px) {
	:where(input, select, textarea) {
		font-size: 16px !important;
	}

	.alm-whatsapp-float {
		right: 12px !important;
		bottom: calc(14px + env(safe-area-inset-bottom)) !important;
		width: 50px;
		height: 50px;
		min-width: 50px;
		min-height: 50px;
		padding: 0 !important;
		border-radius: 50%;
		justify-content: center;
	}

	.alm-whatsapp-float span:not([aria-hidden="true"]),
	.alm-whatsapp-float__label {
		display: none !important;
	}

	.alm-footer {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Course Atlas — refined status and comparison controls */
.alm-page-courses .alm-course-list {
	gap: 18px;
}

.alm-page-courses .alm-course-row {
	position: relative;
	grid-template-columns: 58px minmax(190px, 0.75fr) minmax(230px, 1fr) minmax(300px, 1.25fr) 190px;
	gap: clamp(18px, 2vw, 30px);
	min-height: 166px;
	padding: 24px 32px;
	border-color: #ceddea;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(8, 47, 99, 0.055);
}

.alm-page-courses .alm-course-row:hover {
	border-color: #9ebbd5;
	box-shadow: 0 18px 42px rgba(8, 47, 99, 0.1);
}

.alm-page-courses .alm-course-row.is-compared {
	border-color: #176b87;
	background: linear-gradient(90deg, rgba(23, 107, 135, 0.045), #fff 35%);
	box-shadow: 0 0 0 3px rgba(23, 107, 135, 0.1), 0 18px 42px rgba(8, 47, 99, 0.09);
}

.alm-page-courses .alm-course-row__code {
	width: 54px;
	height: 54px;
	font-size: 15px;
	font-weight: 900;
}

.alm-page-courses .alm-course-row__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 26px;
	margin: 0 0 10px;
}

.alm-page-courses .alm-course-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 24px;
	padding: 4px 8px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1;
	text-transform: uppercase;
}

.alm-page-courses .alm-course-badge--open {
	border-color: #cdebd9;
	background: #f0faf4;
	color: #176b45;
}

.alm-page-courses .alm-course-badge--open i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #28a164;
	box-shadow: 0 0 0 3px rgba(40, 161, 100, 0.12);
}

.alm-page-courses .alm-course-badge--popular {
	border-color: #f0df91;
	background: #fff9dc;
	color: #725900;
}

.alm-page-courses .alm-course-badge--popular i {
	color: #d99c00;
	font-size: 10px;
	font-style: normal;
}

.alm-page-courses .alm-course-row__name h2 {
	font-family: inherit;
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 850;
	line-height: 1.08;
}

.alm-page-courses .alm-course-row.is-featured .alm-course-row__name h2 {
	color: #114a8a;
}

.alm-page-courses .alm-course-row__name em {
	display: block;
	margin-top: 8px;
	color: #8b96a8;
	font-family: inherit;
	font-size: 14px;
	font-weight: 650;
}

.alm-page-courses .alm-course-row__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(130px, 1fr));
	gap: 14px 18px;
}

.alm-page-courses .alm-course-row__meta span {
	gap: 9px;
	line-height: 1.35;
}

.alm-page-courses .alm-course-row__meta b {
	display: inline-flex;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: #f1f6fa;
	color: #176b87;
	font-size: 11px;
}

.alm-page-courses .alm-course-row__actions {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 12px;
	flex-direction: column;
}

.alm-page-courses .alm-compare-control {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	align-self: flex-end;
	gap: 9px;
	padding: 0 12px 0 9px;
	border: 1px solid #d5e0e9;
	border-radius: 999px;
	background: #f8fafc;
	color: #52677b;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.alm-page-courses .alm-compare-control:hover {
	border-color: #9ebbd5;
	background: #fff;
	color: #114a8a;
}

.alm-page-courses .alm-compare-control input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.alm-page-courses .alm-compare-control__box {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #9cafbf;
	border-radius: 6px;
	background: #fff;
}

.alm-page-courses .alm-compare-control__box i {
	width: 8px;
	height: 4px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	transform: translateY(-1px) rotate(-45deg) scale(0);
	transition: transform 140ms ease;
}

.alm-page-courses .alm-compare-control input:checked ~ .alm-compare-control__box {
	border-color: #176b87;
	background: #176b87;
}

.alm-page-courses .alm-compare-control input:checked ~ .alm-compare-control__box i {
	transform: translateY(-1px) rotate(-45deg) scale(1);
}

.alm-page-courses .alm-compare-control:has(input:checked) {
	border-color: #9ecbbc;
	background: #edf8f3;
	color: #176b45;
}

.alm-page-courses .alm-compare-control:has(input:focus-visible) {
	outline: 3px solid #f4c900;
	outline-offset: 3px;
	box-shadow: 0 0 0 5px rgba(7, 61, 120, 0.88);
}

.alm-page-courses .alm-course-row__cta {
	min-height: 46px;
	padding: 0 17px;
	background: linear-gradient(90deg, #114a8a, #287bc1);
	color: #fff;
	box-shadow: 0 8px 18px rgba(17, 74, 138, 0.18);
}

.alm-page-courses .alm-course-row__cta span {
	transition: transform 160ms ease;
}

.alm-page-courses .alm-course-row__cta:hover span {
	transform: translateX(3px);
}

@media (max-width: 1180px) {
	.alm-page-courses .alm-course-row {
		grid-template-columns: 58px minmax(190px, 0.8fr) minmax(240px, 1fr) 190px;
	}

	.alm-page-courses .alm-course-row__desc {
		grid-column: 3;
	}

	.alm-page-courses .alm-course-row__meta {
		grid-column: 2 / 4;
		grid-row: 2;
	}

	.alm-page-courses .alm-course-row__actions {
		grid-column: 4;
		grid-row: 1 / 3;
	}
}

@media (max-width: 820px) {
	.alm-page-courses .alm-course-row {
		grid-template-columns: 54px 1fr;
		gap: 18px;
		padding: 22px;
	}

	.alm-page-courses .alm-course-row__name {
		grid-column: 2;
	}

	.alm-page-courses .alm-course-row__desc,
	.alm-page-courses .alm-course-row__meta,
	.alm-page-courses .alm-course-row__actions {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.alm-page-courses .alm-course-row__meta {
		grid-template-columns: 1fr 1fr;
	}

	.alm-page-courses .alm-course-row__actions {
		align-items: stretch;
		flex-direction: row;
		justify-content: space-between;
	}

	.alm-page-courses .alm-compare-control {
		align-self: center;
	}
}

@media (max-width: 520px) {
	.alm-page-courses .alm-course-row__meta {
		grid-template-columns: 1fr;
	}

	.alm-page-courses .alm-course-row__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.alm-page-courses .alm-compare-control {
		align-self: flex-start;
	}

	.alm-page-courses .alm-course-row__cta {
		width: 100%;
	}
}

/* Course comparison modal */
.alm-page-courses .alm-compare-dialog {
	width: min(980px, calc(100% - 40px));
	max-height: min(780px, calc(100dvh - 40px));
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(17, 74, 138, 0.13);
	border-radius: 24px;
	background: #fff;
	color: #17324d;
	box-shadow: 0 32px 100px rgba(5, 31, 57, 0.32);
}

.alm-page-courses .alm-compare-dialog[open] {
	display: flex;
	flex-direction: column;
}

.alm-page-courses .alm-compare-dialog::backdrop {
	background: rgba(7, 38, 67, 0.62);
	backdrop-filter: blur(8px);
}

.alm-page-courses .alm-compare-dialog__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 30px 24px;
	border-bottom: 1px solid #e5edf4;
	background: linear-gradient(135deg, #fff 55%, #f1f7fb 100%);
}

.alm-page-courses .alm-compare-dialog__head > div > span {
	display: block;
	margin-bottom: 6px;
	color: #176b87;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.alm-page-courses .alm-compare-dialog__head h2 {
	margin: 0;
	color: #112f4c;
	font-family: inherit;
	font-size: clamp(27px, 3vw, 36px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.alm-page-courses .alm-compare-dialog__head p {
	margin: 8px 0 0;
	color: #64778b;
	font-size: 14px;
}

.alm-page-courses .alm-compare-dialog__head button {
	display: inline-flex;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d5e2ec;
	border-radius: 50%;
	background: #fff;
	color: #114a8a;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.alm-page-courses .alm-compare-dialog__head button:hover {
	border-color: #114a8a;
	background: #eef5fb;
	transform: rotate(4deg);
}

.alm-page-courses .alm-compare-dialog__head button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.alm-page-courses .alm-compare-dialog__body {
	overflow: auto;
	padding: 20px 30px 10px;
}

.alm-page-courses .alm-compare-dialog table {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dfe8ef;
	border-radius: 16px;
	border-collapse: separate;
	border-spacing: 0;
}

.alm-page-courses .alm-compare-dialog th,
.alm-page-courses .alm-compare-dialog td {
	padding: 17px 18px;
	border: 0;
	border-right: 1px solid #e5edf3;
	border-bottom: 1px solid #e5edf3;
	text-align: left;
	vertical-align: middle;
}

.alm-page-courses .alm-compare-dialog tr > *:last-child {
	border-right: 0;
}

.alm-page-courses .alm-compare-dialog tbody tr:last-child > * {
	border-bottom: 0;
}

.alm-page-courses .alm-compare-dialog thead th {
	background: #f6f9fc;
}

.alm-page-courses .alm-compare-dialog thead th:first-child {
	width: 180px;
	background: #fff;
}

.alm-page-courses .alm-compare-course {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 4px 10px;
}

.alm-page-courses .alm-compare-course > b {
	display: inline-flex;
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5d999;
	border-radius: 50%;
	background: #fff9d9;
	color: #114a8a;
	font-size: 12px;
	font-weight: 900;
}

.alm-page-courses .alm-compare-course > span {
	color: #17324d;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
}

.alm-page-courses .alm-compare-course > a {
	grid-column: 2;
	color: #176b87;
	font-size: 11px;
	font-weight: 850;
	text-decoration: none;
}

.alm-page-courses .alm-compare-course > a i {
	display: inline-block;
	font-style: normal;
	transition: transform 150ms ease;
}

.alm-page-courses .alm-compare-course > a:hover i {
	transform: translateX(3px);
}

.alm-page-courses .alm-compare-dialog tbody th {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fbfcfd;
	color: #27445e;
	font-size: 13px;
	font-weight: 850;
}

.alm-page-courses .alm-compare-row-icon {
	display: inline-flex;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #eaf4f8;
	color: #176b87;
}

.alm-page-courses .alm-compare-row-icon svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alm-page-courses .alm-compare-dialog tbody td {
	color: #455f78;
	font-size: 14px;
	line-height: 1.45;
}

.alm-page-courses .alm-compare-dialog tbody tr:nth-child(even) td {
	background: #fbfcfd;
}

.alm-page-courses .alm-compare-dialog__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 30px 24px;
}

.alm-page-courses .alm-compare-dialog__foot span {
	color: #718397;
	font-size: 12px;
	font-weight: 750;
}

.alm-page-courses .alm-compare-dialog__foot button {
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid #cbdbe7;
	border-radius: 999px;
	background: #fff;
	color: #114a8a;
	font-weight: 850;
	cursor: pointer;
}

@media (max-width: 680px) {
	.alm-page-courses .alm-compare-dialog {
		width: calc(100% - 20px);
		max-height: calc(100dvh - 20px);
		border-radius: 18px;
	}

	.alm-page-courses .alm-compare-dialog__head {
		padding: 22px 20px 18px;
	}

	.alm-page-courses .alm-compare-dialog__body {
		padding: 14px 14px 6px;
	}

	.alm-page-courses .alm-compare-dialog table {
		min-width: 0;
		border: 0;
	}

	.alm-page-courses .alm-compare-dialog thead tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.alm-page-courses .alm-compare-dialog thead th:first-child {
		display: none;
	}

	.alm-page-courses .alm-compare-dialog thead th {
		padding: 12px;
		border: 1px solid #dfe8ef !important;
		border-radius: 12px;
	}

	.alm-page-courses .alm-compare-dialog tbody {
		display: block;
		margin-top: 12px;
	}

	.alm-page-courses .alm-compare-dialog tbody tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 10px;
		border: 1px solid #dfe8ef;
		border-radius: 12px;
		overflow: hidden;
	}

	.alm-page-courses .alm-compare-dialog tbody th {
		grid-column: 1 / -1;
		padding: 9px 12px;
		border: 0;
		border-bottom: 1px solid #e5edf3;
	}

	.alm-page-courses .alm-compare-dialog tbody td {
		padding: 12px;
		border: 0;
		border-right: 1px solid #e5edf3;
		background: #fff !important;
		font-size: 12px;
	}

	.alm-page-courses .alm-compare-dialog tbody td:last-child {
		border-right: 0;
	}

	.alm-page-courses .alm-compare-dialog__foot {
		padding: 12px 18px 18px;
	}
}

@media (max-width: 440px) {
	.alm-page-courses .alm-compare-course {
		grid-template-columns: 1fr;
	}

	.alm-page-courses .alm-compare-course > b {
		grid-row: auto;
		width: 34px;
		height: 34px;
	}

	.alm-page-courses .alm-compare-course > a {
		grid-column: 1;
	}
}

/* ALM reserved access */
body.alm-reserved-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 10% 15%, rgba(17, 74, 138, 0.12), transparent 30%),
		radial-gradient(circle at 90% 85%, rgba(248, 203, 11, 0.2), transparent 27%),
		linear-gradient(145deg, #edf5fa 0%, #fff 52%, #fff9dc 100%);
}

body.alm-reserved-page::before {
	position: fixed;
	inset: 0;
	background-image: linear-gradient(rgba(17, 74, 138, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 74, 138, 0.035) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
	pointer-events: none;
}

.alm-reserved {
	position: relative;
	display: flex;
	width: min(1120px, calc(100% - 40px));
	min-height: 100vh;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 48px 0 34px;
}

.alm-reserved__brand {
	margin-bottom: 24px;
}

.alm-reserved__brand .alm-brand {
	margin: 0;
}

.alm-reserved__brand .alm-brand img {
	max-height: 68px;
}

.alm-reserved__card {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	overflow: hidden;
	border: 1px solid rgba(17, 74, 138, 0.14);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 32px 90px rgba(8, 47, 99, 0.17);
}

.alm-reserved__intro {
	position: relative;
	display: flex;
	min-height: 560px;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	padding: clamp(42px, 6vw, 76px);
	background: linear-gradient(145deg, #0c3f78 0%, #176b87 100%);
	color: #fff;
}

.alm-reserved__intro::before,
.alm-reserved__intro::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	content: "";
}

.alm-reserved__intro::before {
	top: -140px;
	right: -110px;
	width: 380px;
	height: 380px;
}

.alm-reserved__intro::after {
	right: 45px;
	bottom: -180px;
	width: 320px;
	height: 320px;
	box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025);
}

.alm-reserved__eyebrow {
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	color: #ffe36a;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.alm-reserved__intro h1 {
	position: relative;
	z-index: 1;
	max-width: 480px;
	margin: 0;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.alm-reserved__intro > p {
	position: relative;
	z-index: 1;
	max-width: 480px;
	margin: 24px 0 34px;
	color: rgba(255,255,255,.8);
	font-size: 16px;
	line-height: 1.65;
}

.alm-reserved__features {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 13px;
}

.alm-reserved__features span {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 13px;
	font-weight: 700;
}

.alm-reserved__features i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 227, 106, 0.16);
	color: #ffe36a;
	font-style: normal;
}

.alm-reserved__form-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 5vw, 64px);
}

.alm-reserved__form-head > span {
	color: #176b87;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.alm-reserved__form-head h2 {
	margin: 7px 0 6px;
	color: #112f4c;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.035em;
}

.alm-reserved__form-head p {
	margin: 0 0 28px;
	color: #708397;
	font-size: 13px;
}

.alm-reserved__notice {
	margin: 0 0 20px;
	padding: 12px 14px;
	border: 1px solid #efc5c0;
	border-radius: 10px;
	background: #fff3f1;
	color: #9f2f26;
	font-size: 13px;
	font-weight: 700;
}

.alm-reserved__form {
	display: grid;
	gap: 10px;
}

.alm-reserved__form > label {
	margin-top: 7px;
	color: #29445d;
	font-size: 12px;
	font-weight: 800;
}

.alm-reserved__field {
	display: flex;
	min-height: 52px;
	align-items: center;
	gap: 10px;
	padding: 0 14px;
	border: 1px solid #cddce7;
	border-radius: 12px;
	background: #f8fafc;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.alm-reserved__field:focus-within {
	border-color: #176b87;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(23,107,135,.1);
}

.alm-reserved__field > svg {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #6e8396;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alm-reserved__field input {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #17324d;
	font: inherit;
	font-size: 16px;
	box-shadow: none !important;
}

.alm-reserved__password-toggle {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #61778b;
	cursor: pointer;
}

.alm-reserved__options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 5px 0 10px;
	font-size: 12px;
}

.alm-reserved__options label {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #60758a;
	cursor: pointer;
}

.alm-reserved__options input {
	accent-color: #176b87;
}

.alm-reserved__options a,
.alm-reserved__student a,
.alm-reserved__back a {
	color: #114a8a;
	font-weight: 800;
	text-decoration: none;
}

.alm-reserved__submit {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #114a8a, #287bc1);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(17,74,138,.22);
	cursor: pointer;
}

.alm-reserved__submit span {
	font-size: 18px;
	transition: transform 160ms ease;
}

.alm-reserved__submit:hover span {
	transform: translateX(4px);
}

.alm-reserved__student {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid #e3ebf1;
	color: #718397;
	font-size: 12px;
	text-align: center;
}

.alm-reserved__back {
	margin: 22px 0 0;
	font-size: 12px;
}

@media (max-width: 860px) {
	.alm-reserved__card {
		grid-template-columns: 1fr;
		max-width: 580px;
	}

	.alm-reserved__intro {
		min-height: auto;
		padding: 42px;
	}

	.alm-reserved__intro h1 {
		font-size: 42px;
	}

	.alm-reserved__intro > p {
		margin: 18px 0 24px;
	}

	.alm-reserved__features {
		display: none;
	}
}

@media (max-width: 520px) {
	.alm-reserved {
		width: calc(100% - 24px);
		padding: 24px 0;
	}

	.alm-reserved__brand {
		margin-bottom: 16px;
	}

	.alm-reserved__card {
		border-radius: 20px;
	}

	.alm-reserved__intro,
	.alm-reserved__form-wrap {
		padding: 28px 24px;
	}

	.alm-reserved__intro h1 {
		font-size: 35px;
	}

	.alm-reserved__options {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Atlas card positioning refinements */
@media (min-width: 821px) {
	.alm-page-courses .alm-course-row {
		padding-top: 58px;
	}

	.alm-page-courses .alm-course-row__badges {
		position: absolute;
		top: 20px;
		left: 120px;
		min-height: 24px;
		margin: 0;
		flex-wrap: nowrap;
	}

	.alm-page-courses .alm-compare-control {
		position: absolute;
		top: 18px;
		right: 30px;
	}
}

.alm-page-courses .alm-course-row__meta b svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 820px) {
	.alm-page-courses .alm-course-row__badges {
		flex-wrap: nowrap;
	}

	.alm-page-courses .alm-course-row__actions {
		position: relative;
		padding-top: 2px;
	}
}

@media (max-width: 520px) {
	.alm-page-courses .alm-course-row__badges {
		grid-column: 1 / -1;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.alm-page-courses .alm-course-row__badges::-webkit-scrollbar {
		display: none;
	}
}

/* Global black keyboard focus and reserved-area layout fix */
.alm-reserved > .alm-reserved__card {
	padding: 0 !important;
}

.alm-reserved__intro {
	height: 100%;
	align-self: stretch;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 2px solid #111 !important;
	outline-offset: 3px;
	box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.14) !important;
}

.alm-reserved__field:focus-within {
	border-color: #111;
	box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.12);
}

.alm-reserved__field input:focus,
.alm-reserved__field input:focus-visible {
	outline: 0 !important;
	box-shadow: none !important;
}

.alm-page-courses .alm-compare-control:has(input:focus-visible) {
	outline-color: #111;
	box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.14);
}


/* ALM passport language switcher */
.alm-language-switcher[data-language-switcher] { position: relative; isolation: isolate; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__button {
	display: inline-flex; min-height: 46px; align-items: center; gap: 10px; padding: 5px 12px 5px 6px;
	border: 1px solid rgba(17,74,138,.16); border-radius: 999px; background: rgba(255,255,255,.92);
	color: #173f68; box-shadow: 0 8px 26px rgba(8,47,99,.09); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.alm-language-switcher[data-language-switcher] .alm-language-switcher__button:hover,
.alm-language-switcher[data-language-switcher] .alm-language-switcher__button:focus-visible { transform: translateY(-1px); border-color: rgba(235,104,42,.55); box-shadow: 0 12px 30px rgba(8,47,99,.14); outline: none; }
.alm-language-switcher__symbol { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#114a8a,#0b315f); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.alm-language-switcher__symbol svg { width: 17px; height: 17px; fill: currentColor; }
.alm-language-switcher__current { display: grid !important; min-width: 34px; gap: 1px; text-align: left; line-height: 1; }
.alm-language-switcher__current small { color: #718096; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.alm-language-switcher__current strong { color: #173f68; font-size: 13px; font-weight: 900; letter-spacing: .04em; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__button::after { margin-left: 2px; transition: transform .2s ease; }
.alm-language-switcher[data-language-switcher].is-open .alm-language-switcher__button::after { transform: rotate(180deg); }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list { top: calc(100% + 12px); min-width: 220px; padding: 8px; border: 1px solid rgba(17,74,138,.12); border-radius: 16px; box-shadow: 0 22px 55px rgba(8,47,99,.18); transform: translateY(-7px) scale(.98); transform-origin: top right; }
.alm-language-switcher[data-language-switcher].is-open .alm-language-switcher__list { transform: translateY(0) scale(1); }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list::before { display: block; padding: 7px 10px 9px; color: #8a98a9; content: "Escolher idioma"; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; min-height: 44px; align-items: center; padding: 7px 10px; border-radius: 10px; }
.alm-language-switcher__flag { display: grid; width: 28px; height: 28px; place-items: center; overflow: hidden; border-radius: 50%; background: #edf3f8; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__flag img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.alm-language-switcher__name { color: #294b4c; font-size: 13px; font-weight: 800; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a small { color: #91a0b0; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a.is-active { background: linear-gradient(135deg,rgba(17,74,138,.1),rgba(235,104,42,.08)); color: #114a8a; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a.is-active::after { grid-column: 3; content: "✓"; color: #eb682a; font-weight: 900; }
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a.is-active small { display: none; }
.alm-language-switcher--single .alm-language-switcher__single { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #114a8a; color: #fff; }
@media (max-width: 980px) {
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] { display: block !important; padding: 0; border: 0; background: transparent; box-shadow: none; }
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] .alm-language-switcher__button { display: inline-flex; width: auto; min-width: 0; height: 46px; padding: 5px 12px 5px 6px; }
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] .alm-language-switcher__list { position: absolute; top: calc(100% + 10px); right: auto; left: 0; display: grid; min-width: 220px; padding: 8px; opacity: 0; pointer-events: none; visibility: visible; transform: translateY(-7px) scale(.98); }
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher].is-open .alm-language-switcher__list { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] .alm-language-switcher__list li { display: block; }
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] .alm-language-switcher__list a { display: grid; width: 100%; height: auto; min-height: 44px; padding: 7px 10px; border-radius: 10px; }
}

/* ALM language orbit v2 */
.alm-language-switcher[data-language-switcher] {
	position: relative;
	display: inline-grid;
	width: 52px;
	height: 52px;
	place-items: center;
	isolation: isolate;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__button {
	position: relative;
	display: grid;
	width: 48px;
	min-width: 48px;
	height: 48px;
	min-height: 48px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(145deg, #123f75 0%, #0b2c55 100%);
	color: #fff;
	box-shadow: 0 10px 24px rgba(9, 45, 85, .2), inset 0 0 0 1px rgba(255, 255, 255, .14);
	transform: rotate(0);
	transition: border-radius .22s ease, transform .22s ease, box-shadow .22s ease;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__button:hover,
.alm-language-switcher[data-language-switcher] .alm-language-switcher__button:focus-visible {
	border-radius: 50%;
	outline: none;
	box-shadow: 0 12px 28px rgba(9, 45, 85, .28), 0 0 0 3px rgba(235, 104, 42, .16);
	transform: rotate(-4deg) translateY(-1px);
}

.alm-language-switcher[data-language-switcher].is-open .alm-language-switcher__button {
	border-radius: 50%;
	transform: rotate(5deg);
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__symbol {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: inherit;
	background: transparent;
	box-shadow: none;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__symbol svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: .7;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__current {
	position: absolute;
	right: -6px;
	bottom: -5px;
	display: grid !important;
	min-width: 25px;
	height: 20px;
	place-items: center;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 7px;
	background: #eb682a;
	box-shadow: 0 4px 10px rgba(128, 56, 21, .25);
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__current small {
	display: none;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__current strong {
	color: #fff;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .05em;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__button::after {
	display: none;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list {
	position: absolute;
	z-index: 240;
	top: calc(100% + 14px);
	right: -4px;
	display: grid;
	width: 248px;
	min-width: 248px;
	gap: 4px;
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(17, 74, 138, .12);
	border-radius: 20px 6px 20px 20px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 25px 60px rgba(8, 47, 99, .2);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px) scale(.94);
	transform-origin: top right;
	transition: opacity .18s ease, transform .22s cubic-bezier(.2,.8,.2,1);
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list::before {
	display: block;
	padding: 7px 9px 10px;
	color: #7b8ea3;
	content: "IDIOMAS";
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .18em;
}

.alm-language-switcher[data-language-switcher].is-open .alm-language-switcher__list {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list li {
	display: block;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a {
	position: relative;
	display: grid;
	grid-template-columns: 34px 1fr auto;
	width: 100%;
	min-height: 50px;
	align-items: center;
	gap: 11px;
	padding: 7px 10px;
	border-radius: 13px;
	background: transparent;
	color: #294b4c;
	text-decoration: none;
	transition: background .16s ease, transform .16s ease;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a:hover,
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a:focus-visible {
	background: #f1f6fb;
	color: #114a8a;
	outline: none;
	transform: translateX(2px);
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__flag {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(17, 74, 138, .1);
	border-radius: 10px;
	background: #edf3f8;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__flag img {
	width: 32px !important;
	height: 32px !important;
	border-radius: 0;
	object-fit: cover;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__name {
	font-size: 13px;
	font-weight: 850;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a small {
	color: #8a9bad;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .09em;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a.is-active {
	background: #114a8a;
	color: #fff;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a.is-active .alm-language-switcher__name,
.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a.is-active small {
	color: #fff;
}

.alm-language-switcher[data-language-switcher] .alm-language-switcher__list a.is-active::after {
	display: none;
}

@media (max-width: 980px) {
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] {
		display: inline-grid !important;
		width: 52px !important;
		height: 52px;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] .alm-language-switcher__button {
		display: grid;
		width: 48px;
		min-width: 48px;
		height: 48px;
		padding: 0;
		border-radius: 15px;
		background: linear-gradient(145deg, #123f75, #0b2c55);
	}
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] .alm-language-switcher__list {
		position: absolute;
		top: calc(100% + 14px);
		right: auto;
		left: 0;
		display: grid;
		width: min(248px, calc(100vw - 48px));
		min-width: 0;
		padding: 10px;
		border-radius: 6px 20px 20px 20px;
		opacity: 0;
		pointer-events: none;
		transform-origin: top left;
	}
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher].is-open .alm-language-switcher__list {
		opacity: 1;
		pointer-events: auto;
	}
	.alm-nav-mobile-actions .alm-language-switcher[data-language-switcher] .alm-language-switcher__list a {
		display: grid;
		width: 100%;
		height: auto;
		min-height: 50px;
		padding: 7px 10px;
		border-radius: 13px;
	}
}

/* ALM native language selector v3 */
.alm-native-language { display: inline-block; min-width: 176px; }
.alm-native-language__label {
	position: relative; display: grid; grid-template-columns: 34px 1fr; min-width: 176px; height: 48px;
	align-items: center; gap: 10px; padding: 6px 36px 6px 8px; overflow: hidden;
	border: 1px solid #d9e2eb; border-radius: 6px; background: #fff; box-shadow: 0 8px 24px rgba(8,47,99,.08);
}
.alm-native-language__label::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: #eb682a; content: ""; }
.alm-native-language__label::after { position: absolute; top: 50%; right: 14px; width: 7px; height: 7px; border-right: 2px solid #114a8a; border-bottom: 2px solid #114a8a; content: ""; pointer-events: none; transform: translateY(-65%) rotate(45deg); }
.alm-native-language__globe { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 6px; background: #eef4fa; color: #114a8a; }
.alm-native-language__globe svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.alm-native-language__copy { display: grid; gap: 2px; line-height: 1; pointer-events: none; }
.alm-native-language__copy small { color: #8795a5; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.alm-native-language__copy strong { color: #173f68; font-size: 12px; font-weight: 850; }
.alm-native-language__select { position: absolute; inset: 0; width: 100%; height: 100%; cursor: pointer; opacity: 0; }
.alm-native-language__label:focus-within { border-color: #eb682a; box-shadow: 0 0 0 3px rgba(235,104,42,.14), 0 10px 28px rgba(8,47,99,.11); }
.alm-native-language--single { display: grid; min-width: 150px; height: 46px; align-content: center; padding: 6px 12px; border-left: 3px solid #eb682a; border-radius: 6px; background: #fff; }
.alm-native-language--single span { color: #8795a5; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.alm-native-language--single strong { color: #173f68; font-size: 12px; }
@media (max-width: 980px) {
	.alm-nav-mobile-actions .alm-native-language { display: inline-block !important; width: 176px !important; min-width: 176px; }
}

/* ALM minimal language selector v4 */
.alm-native-language { min-width: 88px; }
.alm-native-language__label {
	grid-template-columns: 28px 1fr;
	min-width: 88px;
	height: 42px;
	gap: 7px;
	padding: 4px 24px 4px 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.alm-native-language__label::before { display: none; }
.alm-native-language__label::after { right: 5px; width: 6px; height: 6px; }
.alm-native-language__globe { width: 28px; height: 28px; border-radius: 50%; background: transparent; }
.alm-native-language__globe svg { width: 19px; height: 19px; }
.alm-native-language__copy { display: block; }
.alm-native-language__copy strong { color: #173f68; font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.alm-native-language__label:focus-within { border: 0; box-shadow: none; }
@media (max-width: 980px) {
	.alm-nav-mobile-actions .alm-native-language { width: 88px !important; min-width: 88px; }
}

/* ALM localized custom language menu v5 */
.alm-language-menu { position: relative; display: inline-block; }
.alm-language-menu .alm-language-menu__trigger { display: inline-flex; width: auto; min-width: 76px; min-height: 42px; align-items: center; gap: 8px; padding: 0 7px; border: 0; border-radius: 0; background: transparent; color: #173f68; box-shadow: none; }
.alm-language-menu .alm-language-menu__trigger:hover, .alm-language-menu .alm-language-menu__trigger:focus-visible { background: transparent; color: #eb682a; box-shadow: none; outline: none; transform: none; }
.alm-language-menu__globe { display: grid; width: 25px; height: 25px; place-items: center; color: #496c89; }
.alm-language-menu__globe svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.alm-language-menu__trigger strong { font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.alm-language-menu .alm-language-menu__trigger::after { display: none; }
.alm-language-menu__chevron { width: 7px; height: 7px; margin: 0 2px 4px 3px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.alm-language-menu.is-open .alm-language-menu__chevron { margin-bottom: -3px; transform: rotate(225deg); }
.alm-language-menu .alm-language-menu__panel { position: absolute; z-index: 250; top: calc(100% + 9px); right: 0; display: grid; min-width: 190px; gap: 4px; margin: 0; padding: 7px; border: 1px solid rgba(17,74,138,.12); border-radius: 12px; background: #fff; box-shadow: 0 18px 45px rgba(8,47,99,.18); list-style: none; opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .16s ease, transform .16s ease; }
.alm-language-menu.is-open .alm-language-menu__panel { opacity: 1; pointer-events: auto; transform: translateY(0); }
.alm-language-menu .alm-language-menu__panel::before { display: none; }
.alm-language-menu .alm-language-menu__panel li { display: block; }
.alm-language-menu .alm-language-menu__panel a { display: grid; grid-template-columns: 32px 1fr 18px; min-height: 42px; align-items: center; gap: 9px; padding: 5px 9px; border-radius: 8px; color: #294b4c; font-size: 13px; font-weight: 700; text-decoration: none; }
.alm-language-menu .alm-language-menu__panel a:hover, .alm-language-menu .alm-language-menu__panel a:focus-visible { background: #f1f6fb; color: #114a8a; outline: none; }
.alm-language-menu .alm-language-menu__panel a.is-active { background: #edf4fb; color: #114a8a; }
.alm-language-menu__code { display: grid; width: 30px; height: 25px; place-items: center; border-radius: 6px; background: #e9f0f7; color: #114a8a; font-size: 9px; font-weight: 950; letter-spacing: .06em; }
.alm-language-menu .is-active .alm-language-menu__code { background: #114a8a; color: #fff; }
.alm-language-menu__check { color: #eb682a; font-size: 13px; font-weight: 900; text-align: center; }
@media (max-width: 980px) {
	.alm-nav-mobile-actions .alm-language-menu { display: inline-block !important; width: auto !important; }
	.alm-nav-mobile-actions .alm-language-menu .alm-language-menu__trigger { display: inline-flex; width: auto; min-width: 76px; height: 42px; padding: 0 7px; background: transparent; }
	.alm-nav-mobile-actions .alm-language-menu .alm-language-menu__panel { right: auto; left: 0; }
}