:root {
	--brand-navy: #0e0545;
	--brand-olive: #b3bd87;
	--muted-ink: #4e4e4e;
}
.about-hero {
	background: radial-gradient(120% 120% at 15% 20%, rgba(179, 189, 135, 0.25), transparent 50%), linear-gradient(120deg, var(--brand-navy) 0%, var(--brand-navy) 65%, #1b1e59 100%);
	color: #f4f5fb;
	position: relative;
	overflow: hidden;
}
.about-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(50% 50% at 85% 10%, rgba(179, 189, 135, 0.35), transparent 55%);
	opacity: 0.9;
	pointer-events: none;
}
.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-sublead {
	color: #d7daed;
}
.about-tags .about-chip {
	margin-top: 6px;
}
.about-chip {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	font-size: 14px;
	letter-spacing: -0.1px;
}
.about-chip.dark {
	background: rgba(179, 189, 135, 0.2);
	border-color: rgba(179, 189, 135, 0.5);
	color: var(--brand-navy);
	font-weight: 700;
}
.about-cta .about-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	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);
}
.about-btn.ghost {
	color: var(--brand-olive);
	border: 1px solid rgba(179, 189, 135, 0.7);
	background: transparent;
}
.about-btn.ghost:hover {
	background: rgba(179, 189, 135, 0.1);
}
.about-hero-panel {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 25px 60px rgba(11, 18, 51, 0.25);
	border: 1px solid #e3e6f0;
}
.about-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.about-panel-head p {
	margin: 0;
	color: var(--brand-navy);
	font-weight: 600;
}
.about-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #eef1f7;
}
.about-checklist h5 {
	font-size: 17px;
	font-weight: 700;
	color: var(--brand-navy);
	margin: 0 0 4px 0;
}
.about-checklist p {
	margin: 0;
	color: var(--muted-ink);
}
.check-icon {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: linear-gradient(135deg, #b3bd87, #d8dfb9);
	color: var(--brand-navy);
	font-weight: 800;
}
.about-glance {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 18px;
}
.about-glance .label {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6b7280;
	margin-bottom: 4px;
}
.about-glance h6 {
	margin: 0;
	color: var(--brand-navy);
	font-weight: 700;
}
.about-pillars {
	background: #f7f8fb;
}
.about-section-title {
	font-size: 34px;
	font-weight: 800;
	color: var(--brand-navy);
	margin-bottom: 6px;
}
.about-section-lead {
	max-width: 800px;
	margin: 0 auto;
	color: var(--muted-ink);
}
.pillar-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #e5e7ef;
	padding: 22px;
	height: 100%;
	box-shadow: 0 12px 32px rgba(14, 5, 69, 0.06);
}
.pillar-card h5 {
	color: var(--brand-navy);
	font-weight: 800;
	margin: 12px 0 8px;
}
.pillar-card p {
	color: var(--muted-ink);
	margin-bottom: 12px;
}
.pillar-card ul {
	padding-left: 18px;
	color: #1f2937;
	line-height: 1.6;
	margin: 0;
}
.icon-bubble {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, rgba(179, 189, 135, 0.2), rgba(179, 189, 135, 0.05));
	color: var(--brand-navy);
	font-size: 20px;
}
.about-grid .about-card {
	border-radius: 18px;
	padding: 26px;
	height: 100%;
	box-shadow: 0 18px 40px rgba(15, 18, 51, 0.12);
	border: 1px solid #e5e7ef;
}
.about-card.deep {
	background: linear-gradient(135deg, var(--brand-navy), #17245c);
	color: #f5f7fb;
}
.about-card.deep h4 {
	color: #fff;
	font-weight: 800;
	margin-bottom: 18px;
}
.about-steps li {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.about-steps h6 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 4px;
}
.about-steps p {
	color: #e5e7f5;
	margin: 0;
}
.step-badge {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(179, 189, 135, 0.2);
	color: var(--brand-olive);
	font-weight: 800;
}
.about-card.light h4 {
	color: var(--brand-navy);
	font-weight: 800;
	margin-bottom: 18px;
}
.about-card.light {
	background: #fff;
}
.about-grid-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.about-grid-list .grid-item {
	background: #f7f8fb;
	border-radius: 14px;
	padding: 16px;
	border: 1px solid #e8eaf2;
}
.about-grid-list h5 {
	color: var(--brand-navy);
	font-weight: 800;
	margin-bottom: 6px;
}
.about-grid-list p {
	margin: 0;
	color: var(--muted-ink);
}
.about-commitment {
	background: linear-gradient(120deg, rgba(14, 5, 69, 0.92), rgba(14, 5, 69, 0.85)), url('/media/work3.png');
	background-size: cover;
	background-position: center;
	position: relative;
}
.about-commitment::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(14, 5, 69, 0.9) 0%, rgba(14, 5, 69, 0.75) 55%, rgba(179, 189, 135, 0.35) 100%);
}
.about-commitment .container {
	position: relative;
	z-index: 1;
}
.about-commitment-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	padding: 28px;
	color: #f5f7fb;
	backdrop-filter: blur(4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}
.about-commitment-card h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #fff;
}
.about-commitment-card p {
	color: #e0e5f4;
}
.about-commitment-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 18px;
}
.about-commitment-grid h4 {
	color: var(--brand-olive);
	font-weight: 800;
	margin-bottom: 6px;
}
.about-side-panel {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	border: 1px solid #e5e7ef;
	box-shadow: 0 14px 36px rgba(12, 13, 41, 0.14);
}
.about-side-panel h5 {
	color: var(--brand-navy);
	font-weight: 800;
	margin-bottom: 12px;
}
.about-side-panel ul {
	padding-left: 0;
	margin: 0;
}
.about-side-panel ul li {
	color: var(--muted-ink);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.about-side-panel i {
	color: var(--brand-olive);
	font-size: 10px;
}
.about-side-footer {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #eef1f7;
	color: var(--brand-navy);
	font-weight: 700;
}
@media (max-width: 991px) {
	.about-hero {
		padding-top: 40px;
	}
	.about-title {
		font-size: 34px;
	}
	.about-grid-list {
		grid-template-columns: 1fr;
	}
	.about-hero-panel {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.about-hero,
	.about-commitment {
		background-position: center;
	}
	.about-hero::after {
		opacity: 0.6;
	}
	.about-cta .about-btn {
		width: 100%;
		text-align: center;
	}
	.about-hero-panel {
		padding: 22px;
	}
	.about-glance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.about-glance {
		grid-template-columns: 1fr;
	}
	.about-section-title {
		font-size: 28px;
	}
	.about-hero {
		padding: 36px 0;
	}
}
