/* About Us page */
.hck-about-page {
	--hck-navy: var(--fs-color-primary, #002d72);
	--hck-gold: var(--fs-color-secondary, #f7d322);
}

.hck-about-page__hero {
	position: relative;
	padding: 108px 0 88px;
	color: #fff;
	background: linear-gradient(135deg, var(--hck-navy) 0%, #001a45 100%);
	background-size: cover;
	background-position: center;
}

.hck-about-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		120deg,
		rgba(0, 29, 72, 0.92) 0%,
		rgba(0, 29, 72, 0.78) 55%,
		rgba(0, 29, 72, 0.55) 100%
	);
}

.hck-about-page__hero .hck-container {
	position: relative;
	z-index: 1;
	max-width: 900px;
}

.hck-about-page__hero-title {
	margin: 0 0 16px;
	font-size: clamp(1.75rem, 4vw, 2.6rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.hck-about-page__hero-subtitle {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.65;
	opacity: 0.92;
	max-width: 720px;
}

.hck-about-page__intro {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 56px;
}

.hck-about-page__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.hck-about-page__grid--team .hck-about-page__content {
	order: 1;
}

.hck-about-page__grid--team .hck-about-page__media {
	order: 2;
}

.hck-about-page__img {
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 22px 56px rgba(0, 45, 114, 0.14);
	display: block;
}

.hck-about-page__title {
	margin: 0 0 18px;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: var(--hck-navy);
	line-height: 1.25;
}

.hck-about-page__text {
	color: #444;
	font-size: 1rem;
	line-height: 1.75;
}

.hck-about-page__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 48px;
}

.hck-about-page__highlight {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 24px 22px;
	background: #f7f9fc;
	border: 1px solid rgba(0, 45, 114, 0.07);
	border-radius: 16px;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hck-about-page__highlight:hover {
	box-shadow: 0 14px 36px rgba(0, 45, 114, 0.1);
	transform: translateY(-3px);
}

.hck-about-page__highlight-icon {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0, 45, 114, 0.08);
}

.hck-about-page__highlight h3 {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 800;
	color: var(--hck-navy);
}

.hck-about-page__highlight p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #5c6470;
}

.hck-about-page__motto {
	background: linear-gradient(90deg, var(--hck-navy) 0%, #003d8f 100%);
	padding: 40px 0;
}

.hck-about-page__motto-text {
	margin: 0;
	text-align: center;
	font-size: clamp(1.05rem, 2.5vw, 1.25rem);
	font-weight: 600;
	font-style: italic;
	color: #fff;
	line-height: 1.6;
	max-width: 900px;
	margin-inline: auto;
}

.hck-about-page__motto-text::before {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: var(--hck-gold);
	margin: 0 auto 18px;
	border-radius: 2px;
}

.hck-about-page__team {
	background: #f4f6f9;
	padding-top: 72px;
	padding-bottom: 72px;
}

.hck-about-page__contact {
	background: var(--hck-navy);
	color: #fff;
	padding-top: 72px;
	padding-bottom: 80px;
}

.hck-about-page__contact-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 40px;
}

.hck-about-page__contact-title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: #fff;
}

.hck-section__eyebrow--light {
	color: var(--hck-gold);
}

.hck-about-page__contact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.hck-about-page__contact-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	padding: 22px 18px;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.hck-about-page__contact-card:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(247, 211, 34, 0.35);
}

.hck-about-page__contact-card--brand {
	background: rgba(247, 211, 34, 0.12);
	border-color: rgba(247, 211, 34, 0.35);
}

.hck-about-page__contact-card--brand strong {
	font-size: 1.05rem;
	color: var(--hck-gold);
}

.hck-about-page__contact-label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.75;
	margin-bottom: 8px;
}

.hck-about-page__contact-card p,
.hck-about-page__contact-card strong {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #fff;
}

.hck-about-page__contact-card a {
	color: #fff;
	text-decoration: none;
}

.hck-about-page__contact-card a:hover {
	color: var(--hck-gold);
}

.hck-about-page__contact-note {
	text-align: center;
	max-width: 680px;
	margin: 32px auto 0;
	font-size: 1rem;
	line-height: 1.65;
	opacity: 0.9;
}

.hck-about-page__cta {
	text-align: center;
	margin-top: 32px;
}

@media (max-width: 991px) {
	.hck-about-page__grid,
	.hck-about-page__contact-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hck-about-page__grid--team .hck-about-page__content,
	.hck-about-page__grid--team .hck-about-page__media {
		order: unset;
	}
}

@media (max-width: 767px) {
	.hck-about-page__hero {
		padding: 80px 0 64px;
	}

	.hck-about-page__grid,
	.hck-about-page__highlights,
	.hck-about-page__contact-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.hck-about-page__intro,
	.hck-about-page__team,
	.hck-about-page__contact {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}
