
.about-intro { padding: 90px 0; }
.about-intro h2 { font-size: 38px; color: var(--primary); margin-bottom: 20px; }
.about-intro p { font-size: 15px; line-height: 1.9; color: var(--text-muted); margin-bottom: 16px; }
.about-intro ul { padding: 0; margin: 20px 0 30px; }
.about-intro ul li {
	list-style: none;
	font-size: 15px; color: var(--text-dark);
	padding: 8px 0;
	border-bottom: 1px solid rgba(26,46,74,0.08);
	display: flex; align-items: center; gap: 12px;
}
.about-intro ul li i { color: var(--accent); font-size: 14px; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; border-radius: 8px; box-shadow: 0 20px 60px rgba(26,46,74,0.15); }
.about-media {
	width: 100%;
	height: 420px;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(26,46,74,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 36px;
	color: var(--white);
	background: radial-gradient(900px 320px at 22% 18%, rgba(201, 150, 62, 0.40) 0%, transparent 60%),
	            linear-gradient(135deg, rgba(8, 28, 50, 0.94) 0%, rgba(26, 60, 94, 0.94) 60%, rgba(201, 150, 62, 0.24) 100%);
}

.about-media-inner .kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 8px 14px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.about-media-inner .title {
	font-family: 'Playfair Display', serif;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 10px;
}

.about-media-inner .sub {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.68);
	letter-spacing: 0.4px;
	margin-bottom: 18px;
}

.about-media-inner .highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.78);
}

.about-media-inner .highlights i {
	color: var(--accent-light);
	margin-right: 8px;
}
.about-img-badge {
	position: absolute; bottom: -20px; right: 20px;
	background: var(--primary);
	color: var(--white);
	padding: 20px 28px;
	border-radius: 8px;
	text-align: center;
	border-left: 4px solid var(--accent);
}
.about-img-badge .num {
	font-family: 'Playfair Display', serif;
	font-size: 40px; font-weight: 800;
	color: var(--accent); line-height: 1;
}
.about-img-badge .txt { font-size: 13px; margin-top: 4px; }

/* Vision Mission */
.vm-section { background: var(--light-bg); padding: 90px 0; }
.vm-card {
	background: var(--white);
	border-radius: 8px; padding: 40px;
	height: 100%;
	border-top: 4px solid var(--accent);
	box-shadow: 0 4px 20px rgba(26,46,74,0.06);
}
.vm-card .icon { font-size: 36px; color: var(--accent); margin-bottom: 20px; }
.vm-card h4 { font-size: 22px; color: var(--primary); margin-bottom: 16px; }
.vm-card p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin: 0; }

/* Numbers */
.numbers-section { background: var(--primary); padding: 80px 0; }
.number-item { text-align: center; padding: 20px; }
.number-item .num {
	font-family: 'Playfair Display', serif;
	font-size: 52px; font-weight: 800;
	color: var(--accent); line-height: 1;
}
.number-item .label { color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 8px; }
.number-divider {
	border-right: 1px solid rgba(255,255,255,0.1);
}

/* Team */
.team-section { padding: 90px 0; }
.team-card {
	text-align: center; margin-bottom: 30px;
}
.team-img-wrap {
	width: 160px; height: 160px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
	border: 4px solid var(--light-bg);
	box-shadow: 0 8px 30px rgba(26,46,74,0.12);
	transition: all 0.3s;
}
.team-card:hover .team-img-wrap {
	border-color: var(--accent);
	transform: translateY(-6px);
}
.team-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.team-avatar {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Playfair Display', serif;
	font-size: 46px;
	font-weight: 800;
	color: var(--white);
	background: radial-gradient(320px 220px at 25% 20%, rgba(201, 150, 62, 0.36) 0%, transparent 60%),
	            linear-gradient(135deg, rgba(15, 43, 74, 0.95) 0%, rgba(26, 60, 94, 0.95) 70%, rgba(201, 150, 62, 0.28) 100%);
}
.team-card h4 { font-size: 20px; color: var(--primary); margin-bottom: 4px; }
.team-card .role { color: var(--accent); font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.team-card .bio { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.team-social a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 32px; height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(26,46,74,0.15);
	color: var(--text-muted);
	font-size: 13px; margin: 0 4px;
	transition: all 0.3s;
}
.team-social a:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }

/* Video section */
.video-section {
	position: relative; padding: 130px 0;
	background: radial-gradient(1200px 380px at 20% 15%, rgba(201, 150, 62, 0.35) 0%, transparent 60%),
	            linear-gradient(135deg, rgba(8, 28, 50, 0.98) 0%, rgba(26, 60, 94, 0.98) 60%, rgba(201, 150, 62, 0.18) 100%);
}
.video-section::before {
	content: ''; position: absolute; inset: 0;
	background: rgba(26,46,74,0.75);
}
.video-section .container { position: relative; z-index: 1; }
.video-section h2 { color: var(--white); font-size: 42px; margin-bottom: 24px; }
.video-play-btn {
	width: 80px; height: 80px;
	border-radius: 50%;
	background: var(--accent);
	display: flex; align-items: center; justify-content: center;
	margin: 0 auto;
	color: var(--white); font-size: 24px;
	box-shadow: 0 0 0 15px rgba(201,150,62,0.2);
	text-decoration: none;
	transition: all 0.3s;
}
.video-play-btn:hover {
	background: var(--white); color: var(--accent);
	box-shadow: 0 0 0 15px rgba(201,150,62,0.3);
}

.process-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	padding: 28px 22px;
	height: 100%;
}

.process-card .icon {
	width: 54px;
	height: 54px;
	margin: 0 auto 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(201, 150, 62, 0.22);
	border: 1px solid rgba(201, 150, 62, 0.38);
	color: var(--accent-light);
	font-size: 20px;
}

.process-card h4 {
	color: var(--white);
	font-size: 18px;
	margin-bottom: 10px;
}

.process-card p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13.5px;
	line-height: 1.7;
	margin: 0;
}

/* Certifications */
.cert-section { background: var(--light-bg); padding: 80px 0; }
.cert-item {
	background: var(--white);
	border-radius: 8px; padding: 28px;
	display: flex; align-items: center; gap: 20px;
	box-shadow: 0 4px 15px rgba(26,46,74,0.06);
	margin-bottom: 20px;
	transition: transform 0.3s;
}
.cert-item:hover { transform: translateY(-4px); }
.cert-icon { font-size: 32px; color: var(--accent); flex-shrink: 0; }
.cert-item h5 { font-size: 16px; color: var(--primary); margin-bottom: 4px; }
.cert-item p { font-size: 13px; color: var(--text-muted); margin: 0; }
