:root {
	--brand-navy: #0e0545;
	--brand-olive: #b3bd87;
	--ink: #4e4e4e;
}
.about-kicker {
	color: var(--brand-olive);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 12px;
}
.about-title {
	color: #fff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 14px;
}
.about-lead {
	color: #e6e8f5;
	font-size: 18px;
	margin-bottom: 6px;
}
.about-btn {
	display: block;
	padding: 12px 20px;
	margin: 10px 0;
	border-radius: 12px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.15px;
	transition: all 0.2s ease;
	text-decoration: none;
}
.about-btn.primary {
	background: var(--brand-olive);
	color: var(--brand-navy);
	border: 1px solid var(--brand-olive);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.about-btn.primary:hover {
	background: #c4cf9e;
	color: var(--brand-navy);
	transform: translateY(-2px);
}
.contact-hero {
	background: linear-gradient(125deg, rgba(14, 5, 69, 0.96), rgba(14, 5, 69, 0.9)), url('/media/work2.png');
	background-size: cover;
	background-position: center;
	color: #f5f7fb;
	position: relative;
}
.contact-highlights .contact-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 12px;
	background: rgba(179, 189, 135, 0.18);
	color: #fff;
	border: 1px solid rgba(179, 189, 135, 0.35);
	font-weight: 600;
}
.contact-meta-box {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: 20px;
	border-radius: 16px;
	backdrop-filter: blur(4px);
}
.contact-meta-box h5 {
	color: #fff;
	font-weight: 800;
	margin-bottom: 12px;
}
.contact-meta-box ul li {
	color: #e5e7f5;
	margin-bottom: 8px;
}
.contact-meta-box ul li span {
	color: var(--brand-olive);
	font-weight: 700;
	margin-right: 8px;
}
.contact-form-section {
	background: #f7f8fb;
}
.contact-card {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	border: 1px solid #e5e7ef;
	box-shadow: 0 18px 44px rgba(15, 18, 51, 0.12);
}
.contact-card h2 {
	color: var(--brand-navy);
	font-weight: 800;
	margin-bottom: 6px;
}
.contact-card p {
	color: var(--ink);
	margin-bottom: 12px;
}
.contact-card .form-control {
	border-radius: 10px;
	border: 1px solid #d7dbe8;
	padding: 12px 14px;
}
.contact-card .form-label {
	font-weight: 600;
	color: var(--brand-navy);
}
.contact-card .about-btn.primary {
	border-radius: 10px;
}
@media (max-width: 767px) {
	.contact-card {
		padding: 18px;
	}
	.contact-hero {
		padding: 40px 0;
	}
}
