:root {
	--primary-blue: #00338D;
	--deep-navy: #002B78;
	--gold: #F2C300;
	--white: #ffffff;
	--light-bg: #f7f9fc;
	--card-bg: #f4f8fd;
	--text: #263238;
	--muted: #5f6b7a;
	--border: #dde6f2;
	--header-blue: #002A70;
	--shadow: 0 16px 38px rgba(0, 43, 120, 0.11);
}

/* District Governor page */
.dg-page {
	background: var(--light-bg);
	color: var(--text);
}

.dg-page .dg-container {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
}

.dg-page .dg-hero {
	min-height: 245px;
	background-image:
		linear-gradient(90deg, rgba(0, 43, 120, 0.98) 0%, rgba(0, 51, 141, 0.9) 50%, rgba(0, 43, 120, 0.42) 100%),
		var(--dg-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--white);
}

.dg-page .dg-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 245px;
	overflow: hidden;
}

.dg-page .dg-hero__watermark {
	position: absolute;
	left: -28px;
	top: 16px;
	color: rgba(255, 255, 255, 0.08);
	font-size: 190px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
}

.dg-page .dg-hero__content {
	position: relative;
	z-index: 1;
	max-width: 560px;
}

.dg-page .dg-hero h1 {
	margin: 0 0 14px;
	color: var(--white);
	font-size: 42px;
	font-weight: 800;
	line-height: 1.08;
}

.dg-page .dg-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 600;
}

.dg-page .dg-breadcrumb a {
	color: var(--white);
}

.dg-page .dg-profile-section {
	position: relative;
	z-index: 2;
	margin-top: -46px;
	padding-bottom: 44px;
}

.dg-page .dg-profile-card {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 42px;
	align-items: center;
	padding: 34px;
	background: var(--white);
	border: 1px solid rgba(221, 230, 242, 0.9);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(0, 43, 120, 0.14);
}

.dg-page .dg-profile-card__media {
	position: relative;
}

.dg-page .dg-profile-card__photo {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center top;
	border-radius: 9px;
	box-shadow: 0 12px 26px rgba(0, 43, 120, 0.16);
}

.dg-page .dg-profile-card__badge {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 14px;
	background: var(--primary-blue);
	border-radius: 6px;
	color: var(--white);
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 10px 22px rgba(0, 43, 120, 0.28);
}

.dg-page .dg-profile-card__badge img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.dg-page .dg-profile-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 15px;
}

.dg-page .dg-label {
	display: inline-flex;
	color: var(--gold);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dg-page .dg-year-logo {
	flex: 0 0 auto;
	width: 112px;
	height: auto;
	object-fit: contain;
}

.dg-page .dg-profile-card h2,
.dg-page .dg-message h2,
.dg-page .dg-focus h2 {
	margin: 0;
	color: var(--primary-blue);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
}

.dg-page .dg-title-underline {
	width: 52px;
	height: 4px;
	margin: 14px 0 18px;
	background: var(--gold);
	border-radius: 999px;
}

.dg-page .dg-title-underline--center {
	margin-right: auto;
	margin-left: auto;
}

.dg-page .dg-slogan {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px;
	margin: 0 0 11px;
	color: var(--deep-navy);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.dg-page .dg-slogan span:last-child {
	color: var(--gold);
}

.dg-page .dg-subheading {
	margin: 0 0 30px;
	color: var(--muted);
	font-size: 16px;
	font-weight: 700;
}

.dg-page .dg-profile-card h3 {
	margin: 0 0 10px;
	color: var(--primary-blue);
	font-size: 22px;
	font-weight: 800;
}

.dg-page .dg-profile-card p {
	color: var(--muted);
	font-size: 15.5px;
	line-height: 1.75;
}

.dg-page .dg-message-section {
	padding: 0 0 48px;
}

.dg-page .dg-message {
	position: relative;
	overflow: hidden;
	padding: 42px 46px;
	background: #EEF5FC;
	border: 1px solid rgba(221, 230, 242, 0.8);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0, 43, 120, 0.08);
}

.dg-page .dg-message__content {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.dg-page .dg-message__quote {
	height: 34px;
	margin: 2px 0 4px;
	color: var(--gold);
	font-family: Georgia, serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 0.8;
}

.dg-page .dg-message__text p {
	margin: 0 0 16px;
	color: var(--text);
	font-size: 16px;
	line-height: 1.8;
}

.dg-page .dg-signature {
	margin-top: 24px;
	color: var(--primary-blue);
}

.dg-page .dg-signature strong {
	display: block;
	margin-bottom: 9px;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1;
}

.dg-page .dg-signature span {
	display: block;
	color: var(--muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.dg-page .dg-message__mark {
	position: absolute;
	right: 36px;
	top: 50%;
	width: 255px;
	max-width: 28%;
	height: auto;
	opacity: 0.07;
	transform: translateY(-50%);
}

.dg-page .dg-focus-section {
	padding: 0 0 60px;
	background: var(--light-bg);
}

.dg-page .dg-focus {
	text-align: center;
}

.dg-page .dg-focus-toggle {
	display: none;
}

.dg-page .dg-focus__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.dg-page .dg-focus__item {
	min-height: 210px;
	padding: 26px 16px 22px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 9px;
	box-shadow: 0 12px 28px rgba(0, 43, 120, 0.08);
	text-align: center;
}

.dg-page .dg-focus__icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 16px;
	background: #F4F8FD;
	border-radius: 50%;
	color: var(--primary-blue);
	box-shadow: inset 0 0 0 7px #FFF4D6;
}

.dg-page .dg-focus__icon svg {
	width: 36px;
	height: 36px;
	stroke: var(--primary-blue);
}

.dg-page .dg-focus__item h3 {
	margin: 0 0 9px;
	color: var(--primary-blue);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.dg-page .dg-focus__item p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

/* District Governor Team page */
.lions_dg_team {
	background: #F7F9FC;
	color: var(--text);
}

.lions_dg_team_container,
.lions_dg_team_hero_inner {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
}

.lions_dg_team_hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 83% 24%, rgba(242, 195, 0, 0.16) 0, rgba(242, 195, 0, 0) 28%),
		linear-gradient(135deg, #001E5E 0%, #002B78 52%, #00338D 100%);
	color: var(--white);
}

.lions_dg_team_hero_inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 345px;
	padding: 58px 0 86px;
}

.lions_dg_team_hero_content {
	position: relative;
	z-index: 2;
	max-width: 720px;
}

.lions_dg_team_hero h1 {
	margin: 0;
	color: var(--white);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lions_dg_team_hero h1 span,
.lions_dg_team_hero h1 strong {
	display: block;
}

.lions_dg_team_hero h1 strong {
	color: var(--gold);
}

.lions_dg_team_title_line {
	width: 104px;
	height: 4px;
	margin: 24px 0 22px;
	background: var(--gold);
	border-radius: 999px;
}

.lions_dg_team_hero p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
}

.lions_dg_team_watermark {
	position: absolute;
	right: 8px;
	top: 50%;
	color: rgba(255, 255, 255, 0.08);
	font-size: 250px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
}

.lions_dg_team_curve {
	position: absolute;
	right: -5%;
	bottom: -83px;
	left: -5%;
	height: 150px;
	background: #F7F9FC;
	border-top: 7px solid var(--gold);
	border-radius: 50% 50% 0 0 / 72% 72% 0 0;
}

.lions_dg_team_profiles {
	position: relative;
	z-index: 2;
	margin-top: -34px;
	padding: 0 0 72px;
}

.lions_dg_team_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.lions_dg_team_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 430px;
	padding: 27px 22px 30px;
	background: var(--white);
	border: 1px solid rgba(221, 230, 242, 0.9);
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(0, 43, 120, 0.13);
	text-align: center;
}

.lions_dg_team_card h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0 0 20px;
	color: var(--primary-blue);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.lions_dg_team_photo {
	width: 100%;
	max-width: 190px;
	aspect-ratio: 4 / 5;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #F4F8FD;
	border-radius: 10px;
}

.lions_dg_team_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.lions_dg_team_divider {
	width: 54px;
	height: 3px;
	margin: 0 auto 17px;
	background: var(--gold);
	border-radius: 999px;
}

.lions_dg_team_card h3 {
	margin: 0 0 8px;
	color: var(--deep-navy);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.18;
}

.lions_dg_team_card p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.lions_dg_role_section {
	padding: 0 0 76px;
	background:
		linear-gradient(180deg, #F7F9FC 0%, #FFFFFF 100%);
}

.lions_dg_role_header {
	max-width: 920px;
	margin: 0 auto 30px;
	text-align: center;
}

.lions_dg_role_header h2 {
	margin: 0;
	color: var(--deep-navy);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.18;
}

.lions_dg_role_line {
	width: 76px;
	height: 4px;
	margin: 16px auto 20px;
	background: var(--gold);
	border-radius: 999px;
}

.lions_dg_role_header p {
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
}

.lions_dg_role_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.lions_dg_role_card {
	position: relative;
	min-height: 205px;
	padding: 26px 22px 24px;
	overflow: hidden;
	background: var(--white);
	border: 1px solid rgba(221, 230, 242, 0.95);
	border-radius: 12px;
	box-shadow: 0 14px 30px rgba(0, 43, 120, 0.1);
}

.lions_dg_role_card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--primary-blue), var(--gold));
}

.lions_dg_role_card h3 {
	margin: 0 0 13px;
	color: var(--primary-blue);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.lions_dg_role_card p {
	margin: 0;
	color: var(--text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

@media (max-width: 1199px) {
	.dg-page .dg-profile-card {
		grid-template-columns: 320px minmax(0, 1fr);
		gap: 30px;
	}

	.dg-page .dg-focus__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lions_dg_team_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lions_dg_role_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.home-stat__area-list {
		max-width: 210px;
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.dg-page .dg-container {
		width: min(100% - 32px, 1180px);
	}

	.dg-page .dg-hero,
	.dg-page .dg-hero__inner {
		min-height: 210px;
	}

	.dg-page .dg-hero h1 {
		font-size: 32px;
	}

	.dg-page .dg-breadcrumb {
		font-size: 13px;
	}

	.dg-page .dg-profile-section {
		margin-top: -32px;
		padding-bottom: 34px;
	}

	.dg-page .dg-profile-card {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 18px;
		border-radius: 10px;
	}

	.dg-page .dg-profile-card__photo {
		aspect-ratio: 4 / 3;
		object-fit: contain;
		object-position: center top;
		background: var(--white);
	}

	.dg-page .dg-profile-card__topline {
		align-items: flex-start;
		margin-bottom: 12px;
	}

	.dg-page .dg-year-logo {
		width: 86px;
	}

	.dg-page .dg-profile-card h2,
	.dg-page .dg-message h2,
	.dg-page .dg-focus h2 {
		font-size: 27px;
	}

	.dg-page .dg-slogan {
		display: grid;
		gap: 3px;
		font-size: 14px;
	}

	.dg-page .dg-subheading {
		margin-bottom: 22px;
		font-size: 14px;
	}

	.dg-page .dg-message-section {
		padding-bottom: 34px;
	}

	.dg-page .dg-message {
		padding: 28px 20px;
	}

	.dg-page .dg-message__mark {
		display: none;
	}

	.dg-page .dg-message__text p {
		font-size: 14.5px;
		line-height: 1.75;
	}

	.dg-page .dg-signature strong {
		font-size: 30px;
	}

	.dg-page .dg-focus-section {
		padding-bottom: 44px;
	}

	.dg-page .dg-focus-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 15px 18px;
		background: var(--primary-blue);
		border: 0;
		border-radius: 6px;
		color: var(--white);
		font-family: inherit;
		font-size: 16px;
		font-weight: 800;
		text-align: left;
	}

	.dg-page .dg-focus-toggle svg {
		width: 20px;
		height: 20px;
		transition: transform 0.2s ease;
	}

	.dg-page .dg-focus-toggle.is-open svg {
		transform: rotate(180deg);
	}

	.dg-page .dg-focus {
		display: none;
		padding-top: 18px;
	}

	.dg-page .dg-focus.is-open {
		display: block;
	}

	.dg-page .dg-focus h2,
	.dg-page .dg-focus > .dg-title-underline {
		display: none;
	}

	.dg-page .dg-focus__grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 0;
	}

	.dg-page .dg-focus__item {
		display: grid;
		grid-template-columns: 56px minmax(0, 1fr);
		column-gap: 14px;
		align-items: center;
		min-height: 0;
		padding: 16px;
		text-align: left;
	}

	.dg-page .dg-focus__icon {
		width: 52px;
		height: 52px;
		margin: 0;
		box-shadow: inset 0 0 0 6px #FFF4D6;
	}

	.dg-page .dg-focus__icon svg {
		width: 30px;
		height: 30px;
	}

	.dg-page .dg-focus__item h3 {
		margin-bottom: 4px;
		font-size: 15px;
	}

	.dg-page .dg-focus__item p {
		grid-column: 2;
		font-size: 12.5px;
	}

	.lions_dg_team_container,
	.lions_dg_team_hero_inner {
		width: min(100% - 32px, 1180px);
	}

	.lions_dg_team_hero_inner {
		min-height: 300px;
		padding: 44px 0 78px;
	}

	.lions_dg_team_hero h1 {
		font-size: 39px;
	}

	.lions_dg_team_hero p {
		font-size: 15px;
	}

	.lions_dg_team_watermark {
		right: -20px;
		font-size: 170px;
	}

	.lions_dg_team_profiles {
		margin-top: -30px;
		padding-bottom: 52px;
	}

	.lions_dg_team_grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lions_dg_team_card {
		min-height: 0;
		padding: 24px 20px 28px;
	}

	.lions_dg_team_photo {
		max-width: 210px;
	}

	.lions_dg_role_section {
		padding-bottom: 50px;
	}

	.lions_dg_role_header {
		margin-bottom: 24px;
		text-align: left;
	}

	.lions_dg_role_header h2 {
		font-size: 28px;
	}

	.lions_dg_role_line {
		margin-right: 0;
		margin-left: 0;
	}

	.lions_dg_role_header p {
		font-size: 14.5px;
		line-height: 1.7;
	}

	.lions_dg_role_grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.lions_dg_role_card {
		min-height: 0;
		padding: 23px 20px 21px;
	}

	.lions_dg_role_card h3 {
		font-size: 17px;
	}
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding-top: 86px;
	background: var(--white);
	color: var(--text);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 15.5px;
	line-height: 1.62;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-decoration: none;
}

img,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	background: var(--header-blue);
	border-bottom: 1px solid rgba(242, 195, 0, 0.16);
	box-shadow: 0 10px 24px rgba(0, 24, 74, 0.2);
}

body.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1180px, calc(100% - 40px));
	min-height: 86px;
	margin: 0 auto;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--white);
	min-width: 0;
}

.site-brand__logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
	flex: 0 0 auto;
}

.site-brand__text {
	display: grid;
	gap: 3px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	white-space: nowrap;
}

.site-brand__text strong {
	color: var(--gold);
	font-size: 14px;
	font-weight: 800;
}

.primary-navigation {
	display: flex;
	align-items: center;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 86px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 14px;
	font-weight: 700;
	transition: color 160ms ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_ancestor > a {
	color: var(--gold);
}

.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after,
.primary-menu .current-menu-ancestor > a::after,
.primary-menu .current_page_ancestor > a::after {
	position: absolute;
	right: 0;
	bottom: 21px;
	left: 0;
	height: 2px;
	background: var(--gold);
	border-radius: 999px;
	content: "";
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 60;
	display: grid;
	min-width: 220px;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	background: var(--header-blue);
	border: 1px solid rgba(242, 195, 0, 0.16);
	border-radius: 0 0 7px 7px;
	box-shadow: 0 18px 32px rgba(0, 24, 74, 0.28);
	opacity: 0;
	transform: translateY(8px);
	visibility: hidden;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.primary-menu .sub-menu a {
	min-height: auto;
	width: 100%;
	padding: 10px 16px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu .current-menu-item > a {
	color: var(--gold);
}

.primary-menu .sub-menu a::after {
	display: none;
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 6px;
	color: var(--white);
	cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
	width: 19px;
	height: 2px;
	background: currentColor;
	border-radius: 4px;
	transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle.is-open span:nth-child(2) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(3) {
	opacity: 0;
}

.menu-toggle.is-open span:nth-child(4) {
	transform: translateY(-7px) rotate(-45deg);
}

.contact-hero {
	position: relative;
	min-height: 250px;
	background-color: var(--primary-blue);
	background-image:
		linear-gradient(90deg, rgba(0, 43, 120, 0.98) 0%, rgba(0, 51, 141, 0.94) 42%, rgba(0, 51, 141, 0.62) 60%, rgba(0, 43, 120, 0.18) 100%),
		var(--contact-hero-image),
		linear-gradient(135deg, var(--deep-navy), var(--primary-blue));
	background-position: center, right center, center;
	background-size: cover, 56% 100%, cover;
	background-repeat: no-repeat;
	color: var(--white);
	overflow: hidden;
}

.contact-hero::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 46%;
	background: linear-gradient(90deg, rgba(0, 51, 141, 0.42), rgba(0, 43, 120, 0));
	content: "";
	pointer-events: none;
}

.contact-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	width: min(1180px, calc(100% - 40px));
	min-height: 250px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}

.contact-hero__watermark {
	position: absolute;
	left: -18px;
	top: 2px;
	color: rgba(242, 195, 0, 0.055);
	font-size: 196px;
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
}

.contact-hero__content {
	position: relative;
	max-width: 625px;
	padding: 26px 0;
}

.contact-hero h1 {
	margin: 0 0 12px;
	color: var(--white);
	font-size: clamp(38px, 5vw, 50px);
	font-weight: 800;
	line-height: 1.04;
}

.contact-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.58;
}

.contact-section {
	background: var(--white);
	padding: 58px 0 62px;
}

.contact-container {
	display: grid;
	grid-template-columns: minmax(290px, 35.5%) minmax(0, 55.5%);
	gap: 54px;
	align-items: start;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.section-title {
	position: relative;
	margin: 0 0 36px;
	color: var(--deep-navy);
	font-size: 29px;
	font-weight: 800;
	line-height: 1.2;
}

.section-title::after {
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 56px;
	height: 3px;
	background: var(--gold);
	border-radius: 999px;
	content: "";
}

.contact-list {
	border-top: 1px solid rgba(221, 230, 242, 0.95);
}

.contact-item {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 15px;
	padding: 21px 0;
	border-bottom: 1px solid rgba(221, 230, 242, 0.95);
}

.contact-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #EAF2FF;
	border: 1px solid #D8E8FF;
	border-radius: 7px;
	color: var(--primary-blue);
}

.contact-item__icon svg {
	width: 19px;
	height: 19px;
}

.contact-item__body h3 {
	margin: 0 0 5px;
	color: var(--deep-navy);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.contact-item__body p {
	margin: 0;
	color: var(--muted);
	font-size: 14.5px;
	line-height: 1.64;
}

.contact-item__body a {
	color: var(--primary-blue);
	font-weight: 600;
}

.contact-official-card {
	background: var(--card-bg);
	border: 1px solid #E3ECF7;
	border-radius: 7px;
	box-shadow: var(--shadow);
	padding: 36px 39px 38px;
}

.contact-official-card p {
	margin: 0 0 24px;
	color: var(--text);
	font-size: 15px;
	line-height: 1.7;
}

.contact-official-card__item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin-bottom: 24px;
	padding: 17px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 7px;
}

.contact-official-card__item > svg {
	width: 28px;
	height: 28px;
	color: var(--primary-blue);
}

.contact-official-card__item span,
.contact-official-card__social > span {
	display: block;
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
}

.contact-official-card__item a {
	color: var(--primary-blue);
	font-size: 16px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.contact-official-card__social div,
.footer-contact-card__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.contact-official-card__social a,
.footer-contact-card__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: var(--primary-blue);
	border-radius: 50%;
	color: var(--white);
}

.contact-official-card__social a.contact-social-button {
	width: auto;
	height: 42px;
	gap: 8px;
	padding: 0 16px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.contact-official-card__social a.contact-social-button span {
	display: inline;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.social-section {
	background: var(--light-bg);
	border-top: 1px solid rgba(221, 230, 242, 0.6);
	padding: 54px 0 60px;
	text-align: center;
}

.theme-fallback {
	background: var(--white);
	padding: 64px 0;
}

.theme-fallback__inner {
	width: min(900px, calc(100% - 40px));
	margin: 0 auto;
}

.theme-fallback__post h1 {
	margin: 0 0 24px;
	color: var(--deep-navy);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.18;
}

.theme-fallback__content {
	color: var(--text);
}

.social-section__inner {
	width: min(760px, calc(100% - 40px));
	margin: 0 auto;
}

.section-title--center {
	margin-bottom: 26px;
}

.section-title--center::after {
	left: 50%;
	transform: translateX(-50%);
}

.social-section p {
	margin: 0 auto 26px;
	color: var(--muted);
	font-size: 14.5px;
	line-height: 1.68;
}

.social-icons,
.footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.social-icons {
	justify-content: center;
}

.social-icons a,
.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.social-icons a {
	background: var(--deep-navy);
	color: var(--white);
	box-shadow: 0 8px 18px rgba(0, 51, 141, 0.2);
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.social-icons a:hover {
	background: var(--gold);
	color: var(--deep-navy);
	transform: translateY(-2px);
}

.site-footer {
	background: #00256D;
	color: rgba(255, 255, 255, 0.82);
}

.footer-inner {
	display: grid;
	grid-template-columns: 1.22fr 0.78fr 1.02fr 1.08fr;
	gap: 44px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 54px 0 42px;
}

.footer-column h2,
.footer-column h3,
.footer-column p,
.footer-column ul {
	margin-top: 0;
}

.footer-brand img {
	width: 64px;
	height: 64px;
	margin-bottom: 14px;
	object-fit: contain;
}

.footer-brand h2 {
	margin-bottom: 12px;
	color: var(--white);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.footer-brand h2 span {
	display: block;
	color: var(--gold);
	font-size: 14px;
}

.footer-brand p {
	margin-bottom: 18px;
	font-size: 13.5px;
	line-height: 1.65;
}

.footer-column h3 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 12px;
	color: var(--white);
	font-size: 16px;
	font-weight: 800;
}

.footer-column h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 3px;
	background: var(--gold);
	border-radius: 999px;
	content: "";
}

.footer-column ul,
.footer-menu {
	display: grid;
	gap: 8px;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	font-size: 13.5px;
}

.footer-column a,
.footer-column li,
.footer-menu a {
	color: rgba(255, 255, 255, 0.78);
}

.footer-column a:hover,
.footer-menu .current-menu-item > a,
.footer-menu .current_page_item > a,
.footer-menu .current-menu-ancestor > a {
	color: var(--gold);
}

.footer-contact li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.footer-contact svg {
	color: var(--gold);
	width: 17px;
	height: 17px;
	margin-top: 3px;
}

.footer-social a {
	background: rgba(255, 255, 255, 0.09);
	color: var(--white);
}

.footer-social a:hover {
	background: var(--gold);
	color: var(--deep-navy);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	padding: 17px 20px;
	text-align: center;
}

.footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

@media (max-width: 1199px) {
	.primary-menu {
		gap: 18px;
	}

	.primary-menu a {
		font-size: 13.5px;
	}

	.contact-container {
		grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
		gap: 38px;
	}

	.contact-official-card {
		padding: 34px 32px 36px;
	}

	.footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 74px;
	}

	.site-header__inner {
		width: min(100% - 28px, 1180px);
		min-height: 74px;
	}

	.site-brand {
		gap: 10px;
	}

	.site-brand__logo {
		width: 47px;
		height: 47px;
	}

	.site-brand__text {
		font-size: 13.5px;
		line-height: 1.12;
	}

	.site-brand__text strong {
		font-size: 12.5px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		position: absolute;
		top: 74px;
		right: 0;
		left: 0;
		display: none;
		background: var(--header-blue);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 0 18px 34px rgba(0, 24, 74, 0.26);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-menu {
		display: grid;
		gap: 0;
		width: min(100% - 28px, 1180px);
		margin: 0 auto;
		padding: 7px 0 13px;
	}

	.primary-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		padding: 0 0 8px 16px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
		visibility: visible;
	}

	.primary-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	}

	.primary-menu .sub-menu li {
		border-bottom: 0;
	}

	.primary-menu li:last-child {
		border-bottom: 0;
	}

	.primary-menu a {
		justify-content: space-between;
		min-height: 45px;
		width: 100%;
	}

	.primary-menu .sub-menu a {
		min-height: 34px;
		padding: 5px 0;
		font-size: 13px;
		color: rgba(255, 255, 255, 0.78);
	}

	.primary-menu .current-menu-item > a::after,
	.primary-menu .current_page_item > a::after,
	.primary-menu .current-menu-ancestor > a::after,
	.primary-menu .current_page_ancestor > a::after {
		right: auto;
		bottom: 7px;
		width: 42px;
	}

	.contact-hero {
		min-height: 220px;
		background-image:
			linear-gradient(90deg, rgba(0, 43, 120, 0.98) 0%, rgba(0, 51, 141, 0.88) 62%, rgba(0, 43, 120, 0.52) 100%),
			var(--contact-hero-image),
			linear-gradient(135deg, var(--deep-navy), var(--primary-blue));
		background-position: center, right center, center;
		background-size: cover, 82% 100%, cover;
	}

	.contact-hero::after {
		width: 64%;
	}

	.contact-hero__inner {
		width: min(100% - 32px, 1180px);
		min-height: 220px;
	}

	.contact-hero__watermark {
		font-size: 142px;
		left: -12px;
		top: 24px;
	}

	.contact-hero h1 {
		font-size: 33px;
		margin-bottom: 10px;
	}

	.contact-hero p {
		font-size: 15px;
		line-height: 1.55;
	}

	.contact-section {
		padding: 40px 0 34px;
	}

	.contact-container {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100% - 32px, 1180px);
		gap: 28px;
	}

	.section-title {
		font-size: 25px;
		margin-bottom: 34px;
	}

	.contact-item {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 13px;
		padding: 18px 0;
	}

	.contact-item__icon {
		width: 40px;
		height: 40px;
		border-radius: 7px;
	}

	.contact-item__body h3 {
		font-size: 14.5px;
	}

	.contact-item__body p {
		font-size: 14px;
	}

	.contact-official-card {
		padding: 24px 17px 23px;
		box-shadow: none;
	}

	.social-section {
		padding: 40px 0 46px;
	}

	.social-section__inner {
		width: min(100% - 32px, 760px);
	}

	.social-icons a {
		width: 39px;
		height: 39px;
	}

	.footer-inner {
		grid-template-columns: 1fr;
		width: min(100% - 32px, 1180px);
		gap: 29px;
		padding: 40px 0 32px;
		text-align: center;
	}

	.footer-brand img,
	.footer-column h3::after {
		margin-right: auto;
		margin-left: auto;
	}

	.footer-social {
		justify-content: center;
	}

	.footer-contact li {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 4px;
	}

	.footer-contact svg {
		margin-top: 0;
	}
}

/* Homepage */
.home-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.home-hero {
	position: relative;
	min-height: 560px;
	background-color: var(--primary-blue);
	background-image:
		linear-gradient(90deg, rgba(0, 43, 120, 0.98) 0%, rgba(0, 51, 141, 0.94) 38%, rgba(0, 51, 141, 0.58) 61%, rgba(0, 43, 120, 0.1) 100%),
		var(--home-hero-image);
	background-position: center, center right;
	background-size: cover, cover;
	background-repeat: no-repeat;
	color: var(--white);
}

.home-hero__inner {
	display: flex;
	align-items: center;
	width: min(1180px, calc(100% - 40px));
	min-height: 560px;
	margin: 0 auto;
}

.home-hero__content {
	max-width: 720px;
	padding: 40px 0;
}

.home-hero h1 {
	display: grid;
	gap: 2px;
	margin: 0;
	font-size: clamp(46px, 5vw, 58px);
	font-weight: 800;
	line-height: 1.1;
}

.home-hero h1 span {
	color: var(--white);
}

.home-hero h1 strong {
	color: var(--gold);
	font-weight: 800;
}

.home-hero p {
	margin: 24px 0 0;
	color: var(--white);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.45;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 38px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.home-button:hover {
	transform: translateY(-1px);
}

.home-button--gold {
	background: var(--gold);
	border: 2px solid var(--gold);
	color: var(--deep-navy);
}

.home-button--outline {
	background: transparent;
	border: 2px solid var(--white);
	color: var(--white);
}

.home-button--blue {
	background: var(--primary-blue);
	border: 2px solid var(--primary-blue);
	color: var(--white);
}

.home-button--small {
	min-height: 40px;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 13px;
}

.home-button--light {
	min-height: 40px;
	padding: 10px 18px;
	background: var(--white);
	border: 1px solid var(--primary-blue);
	border-radius: 4px;
	color: var(--primary-blue);
	font-size: 14px;
}

.home-about-dg {
	background: var(--white);
	padding: 55px 0 35px;
}

.home-about-dg__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
	gap: 45px;
	align-items: start;
}

.home-section-title {
	position: relative;
	margin: 0 0 38px;
	color: var(--primary-blue);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}

.home-section-title::after {
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 48px;
	height: 4px;
	background: var(--gold);
	border-radius: 999px;
	content: "";
}

.home-section-title--center {
	margin-bottom: 44px;
	text-align: center;
	font-size: 28px;
}

.home-section-title--center::after {
	left: 50%;
	transform: translateX(-50%);
}

.home-about p {
	margin: 0;
	color: var(--text);
	font-size: 16px;
	line-height: 1.75;
}

.home-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 35px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	background: var(--white);
}

.home-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 165px;
	gap: 0;
	padding: 28px 20px;
	text-align: center;
}

.home-stat + .home-stat {
	border-left: 1px solid var(--border);
}

.home-stat svg {
	width: 31px;
	height: 31px;
	margin-bottom: 14px;
	color: var(--primary-blue);
}

.home-stat span {
	display: block;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
}

.home-stat > span {
	margin-bottom: 18px;
}

.home-stat strong {
	color: var(--primary-blue);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
}

.home-stat__area-list {
	max-width: 230px;
	color: var(--primary-blue);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.12;
}

.home-stat__area-list span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.dg-card {
	background: #EEF5FC;
	border: 1px solid #DFEAF6;
	border-radius: 10px;
	padding: 32px;
}

.dg-card__body {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.dg-card img {
	width: 180px;
	height: 255px;
	display: block;
	object-fit: cover;
	object-position: center top;
	border-radius: 4px;
	background: var(--white);
}

.dg-card__message p {
	margin: 0 0 16px;
	color: var(--text);
	font-size: 15px;
	line-height: 1.65;
}

.dg-card__signature {
	margin-bottom: 8px;
	color: var(--primary-blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-style: italic;
	line-height: 1;
}

.dg-card__message strong,
.dg-card__message span {
	display: block;
}

.dg-card__message strong {
	color: var(--primary-blue);
	font-size: 15px;
	font-weight: 800;
}

.dg-card__message span {
	margin: 2px 0 18px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
}

.home-services {
	background: var(--white);
	padding: 20px 0 40px;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 13px;
}

.service-card {
	display: grid;
	place-items: center;
	min-height: 125px;
	padding: 20px 10px;
	background: var(--white);
	border: 1px solid #E2EAF2;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(0, 43, 120, 0.08);
	text-align: center;
}

.service-card__icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	color: var(--primary-blue);
}

.service-card__icon svg {
	width: 44px;
	height: 44px;
	stroke: var(--primary-blue);
}

.service-card h3 {
	margin: 0;
	color: var(--primary-blue);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.home-activities {
	background: var(--light-bg);
	padding: 45px 0 60px;
}

.home-activities__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.home-activities__header .home-section-title {
	margin-bottom: 24px;
}

.activity-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.activity-card {
	overflow: hidden;
	background: var(--white);
	border: 1px solid rgba(221, 230, 242, 0.8);
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(0, 43, 120, 0.1);
}

.activity-card img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.activity-card__body {
	padding: 17px 18px 20px;
}

.activity-card__date {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 9px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 600;
}

.activity-card__date svg {
	width: 14px;
	height: 14px;
	color: var(--primary-blue);
}

.activity-card h3 {
	margin: 0 0 8px;
	color: var(--primary-blue);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.activity-card p {
	margin: 0 0 13px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.58;
}

.activity-card a {
	color: var(--primary-blue);
	font-size: 13px;
	font-weight: 800;
}

/* Homepage header/footer refinements */
.site-brand__logo {
	width: 62px;
	height: 62px;
}

.site-brand__text {
	font-size: 21px;
	line-height: 1.05;
}

.site-brand__text strong {
	font-size: 17px;
}

.site-header__inner,
.primary-menu a {
	min-height: 88px;
}

.primary-menu a {
	font-size: 15px;
}

.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after,
.primary-menu .current-menu-ancestor > a::after,
.primary-menu .current_page_ancestor > a::after {
	bottom: 20px;
	height: 4px;
}

.site-footer {
	background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-navy) 100%);
}

.footer-inner {
	grid-template-columns: 1.05fr 1fr 0.72fr 1.35fr;
	gap: 0;
	padding: 45px 0 35px;
}

.footer-column {
	padding: 0 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-column:first-child {
	padding-left: 0;
	border-left: 0;
}

.footer-column:last-child {
	padding-right: 0;
}

.footer-brand img {
	width: 68px;
	height: 68px;
}

.footer-social a {
	width: 36px;
	height: 36px;
}

.footer-contact-card p {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13.5px;
	line-height: 1.65;
}

.footer-contact-card > a {
	display: inline-flex;
	margin-bottom: 14px;
	color: var(--white);
	font-size: 14px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
	.service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.activity-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 30px;
	}

	.footer-column:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.site-header__inner {
		min-height: 74px;
	}

	.primary-menu a {
		min-height: 45px;
		font-size: 14px;
	}

	.primary-menu .current-menu-item > a::after,
	.primary-menu .current_page_item > a::after,
	.primary-menu .current-menu-ancestor > a::after,
	.primary-menu .current_page_ancestor > a::after {
		bottom: 7px;
	}

	.site-brand__logo {
		width: 50px;
		height: 50px;
	}

	.site-brand__text {
		font-size: 15px;
	}

	.site-brand__text strong {
		font-size: 13px;
	}

	.home-container,
	.home-hero__inner {
		width: min(100% - 32px, 1180px);
	}

	.home-hero,
	.home-hero__inner {
		min-height: 520px;
	}

	.home-hero {
		background-image:
			linear-gradient(90deg, rgba(0, 43, 120, 0.98) 0%, rgba(0, 51, 141, 0.88) 66%, rgba(0, 43, 120, 0.45) 100%),
			var(--home-hero-image);
		background-position: center, center right;
	}

	.home-hero h1 {
		font-size: 40px;
	}

	.home-hero p {
		font-size: 18px;
	}

	.home-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		max-width: 250px;
	}

	.home-button {
		width: 100%;
		padding-right: 24px;
		padding-left: 24px;
	}

	.home-about-dg {
		padding: 42px 0 30px;
	}

	.home-about-dg__grid,
	.dg-card__body,
	.activity-grid {
		grid-template-columns: 1fr;
	}

	.home-section-title {
		font-size: 26px;
	}

	.home-stats {
		grid-template-columns: 1fr;
	}

	.home-stat {
		min-height: auto;
		padding: 26px 20px;
	}

	.home-stat + .home-stat {
		border-top: 1px solid var(--border);
		border-left: 0;
	}

	.home-stat strong {
		font-size: 30px;
	}

	.home-stat__area-list {
		max-width: 280px;
		font-size: 24px;
	}

	.dg-card {
		padding: 24px 18px;
	}

	.dg-card img {
		width: 100%;
		height: 100%;
		aspect-ratio: 4 / 3;
		object-fit: contain;
		object-position: center top;
		background: var(--white);
	}

	.service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.home-activities__header {
		display: grid;
	}

	.home-activities__header .home-button {
		width: 100%;
	}

	.footer-inner {
		grid-template-columns: 1fr;
	}

	.footer-column,
	.footer-column:nth-child(3) {
		padding: 0;
		border-left: 0;
	}

}

/* Services page */
.services-page {
	background: var(--white);
	color: var(--text);
}

.services-page .services-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.services-page .services-hero {
	min-height: 270px;
	background-color: var(--primary-blue);
	background-image:
		linear-gradient(90deg, rgba(0, 43, 120, 0.98) 0%, rgba(0, 51, 141, 0.93) 42%, rgba(0, 51, 141, 0.58) 64%, rgba(0, 43, 120, 0.16) 100%),
		var(--services-hero-image);
	background-position: center, right center;
	background-size: cover, cover;
	background-repeat: no-repeat;
	color: var(--white);
}

.services-page .services-hero__inner {
	display: flex;
	align-items: center;
	min-height: 270px;
}

.services-page .services-hero__content {
	max-width: 650px;
	padding: 26px 0;
}

.services-page .services-hero h1 {
	position: relative;
	margin: 0 0 28px;
	color: var(--white);
	font-size: 44px;
	font-weight: 800;
	line-height: 1.08;
}

.services-page .services-hero h1::after {
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 54px;
	height: 4px;
	background: var(--gold);
	border-radius: 999px;
	content: "";
}

.services-page .services-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.58;
}

.services-page .services-intro {
	padding: 46px 0 28px;
	background: var(--white);
	text-align: center;
}

.services-page .services-section-title {
	position: relative;
	margin: 0 0 30px;
	color: var(--primary-blue);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}

.services-page .services-section-title::after {
	position: absolute;
	bottom: -13px;
	left: 50%;
	width: 50px;
	height: 4px;
	background: var(--gold);
	border-radius: 999px;
	content: "";
	transform: translateX(-50%);
}

.services-page .services-intro > .services-container > p {
	max-width: 760px;
	margin: 0 auto 34px;
	color: var(--muted);
	font-size: 15.5px;
	line-height: 1.75;
}

.services-page .services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	text-align: left;
}

.services-page .services-card {
	position: relative;
	display: grid;
	justify-items: center;
	min-height: 220px;
	padding: 26px 20px 22px;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(0, 43, 120, 0.09);
	text-align: center;
}

.services-page .services-card__icon {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin-bottom: 14px;
	background: #F4F8FD;
	border-radius: 50%;
	color: var(--primary-blue);
	box-shadow: inset 0 0 0 7px #FFF4D6;
}

.services-page .services-card__icon svg {
	width: 38px;
	height: 38px;
	stroke: var(--primary-blue);
}

.services-page .services-card h3 {
	margin: 0 0 9px;
	color: var(--primary-blue);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.services-page .services-card p {
	margin: 0 0 14px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.services-page .services-card a {
	color: var(--primary-blue);
	font-size: 13px;
	font-weight: 800;
}

.services-page .services-card__arrow {
	display: none;
}

.services-page .services-mobile-button {
	display: none;
}

.services-page .services-cta-section {
	padding: 18px 0 58px;
	background: var(--white);
}

.services-page .services-cta {
	position: relative;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	overflow: hidden;
	padding: 26px 30px;
	background: #FFF4D6;
	border-radius: 10px;
}

.services-page .services-cta::after {
	position: absolute;
	right: 28px;
	bottom: -42px;
	color: rgba(0, 51, 141, 0.06);
	font-size: 150px;
	font-weight: 800;
	content: "♥";
	pointer-events: none;
}

.services-page .services-cta__icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	background: var(--white);
	border-radius: 50%;
}

.services-page .services-cta__icon img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.services-page .services-cta__content {
	position: relative;
	z-index: 1;
}

.services-page .services-cta h2 {
	margin: 0 0 5px;
	color: var(--primary-blue);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}

.services-page .services-cta p {
	margin: 0;
	color: var(--muted);
	font-size: 14.5px;
	line-height: 1.55;
}

.services-page .services-cta__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 11px 20px;
	background: var(--primary-blue);
	border-radius: 5px;
	color: var(--white);
	font-size: 14px;
	font-weight: 800;
}

@media (max-width: 1199px) {
	.services-page .services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.services-page .services-container {
		width: min(100% - 32px, 1180px);
	}

	.services-page .services-hero,
	.services-page .services-hero__inner {
		min-height: 220px;
	}

	.services-page .services-hero {
		background-image:
			linear-gradient(90deg, rgba(0, 43, 120, 0.98) 0%, rgba(0, 51, 141, 0.88) 68%, rgba(0, 43, 120, 0.44) 100%),
			var(--services-hero-image);
	}

	.services-page .services-hero h1 {
		font-size: 34px;
	}

	.services-page .services-hero p {
		font-size: 15px;
	}

	.services-page .services-intro {
		padding: 36px 0 22px;
	}

	.services-page .services-section-title {
		font-size: 27px;
	}

	.services-page .services-intro > .services-container > p {
		margin-bottom: 24px;
		font-size: 14px;
	}

	.services-page .services-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		text-align: left;
	}

	.services-page .services-card {
		grid-template-columns: 58px minmax(0, 1fr) 20px;
		gap: 13px;
		align-items: center;
		justify-items: start;
		min-height: 0;
		padding: 16px;
		text-align: left;
	}

	.services-page .services-card__icon {
		width: 52px;
		height: 52px;
		margin-bottom: 0;
		box-shadow: inset 0 0 0 6px #FFF4D6;
	}

	.services-page .services-card__icon svg {
		width: 30px;
		height: 30px;
	}

	.services-page .services-card h3 {
		margin-bottom: 4px;
		font-size: 16px;
	}

	.services-page .services-card p {
		margin-bottom: 0;
		font-size: 12.5px;
		line-height: 1.45;
	}

	.services-page .services-card a {
		display: none;
	}

	.services-page .services-card__arrow {
		display: block;
		color: var(--primary-blue);
		font-weight: 800;
	}

	.services-page .services-mobile-button {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		margin-top: 18px;
		padding: 12px 18px;
		background: var(--primary-blue);
		border-radius: 5px;
		color: var(--white);
		font-size: 14px;
		font-weight: 800;
	}

	.services-page .services-cta-section {
		padding: 14px 0 44px;
	}

	.services-page .services-cta {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 14px;
		padding: 24px 18px;
		text-align: center;
	}

	.services-page .services-cta h2 {
		font-size: 23px;
	}

	.services-page .services-cta__button {
		width: 100%;
	}
}
