/* About Page - Lawyer Profile (RTL) */
.about-page {
	max-width: 1150px;
	margin: 1.6rem auto;
	padding: 0 1rem;
}
/* Hero */
.about-hero {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 1.4rem;
	box-shadow: 0 4px 18px rgba(0,0,0,.05);
}
.lawyer-card {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 1.2rem;
	align-items: stretch;
}
.lawyer-photo {
	background: center/cover no-repeat, linear-gradient(135deg,#2a5298,#1e3c72);
	border-radius: 12px;
	min-height: 220px;
	box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.lawyer-info {
	display: flex;
	flex-direction: column;
	gap: .75rem;
	padding: .2rem .2rem;
}
.lawyer-name {
	color: #1e3c72;
	font-weight: 900;
	font-size: clamp(1.3rem, 2.2vw, 1.8rem);
	margin: 0;
}
.lawyer-title {
	color: #2c3e50;
	font-weight: 700;
	font-size: 1rem;
}
.lawyer-summary {
	color: #495057;
	line-height: 1.9;
	margin: .2rem 0 .4rem;
}
/* Stats */
.lawyer-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: .6rem;
	margin-top: .2rem;
}
.stat {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: .7rem .8rem;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.stat-value {
	color: #1e3c72;
	font-weight: 900;
	font-size: 1.1rem;
}
.stat-label {
	color: #6c757d;
	font-size: .8rem;
	font-weight: 700;
}
/* Contacts */
.lawyer-contacts {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: .3rem;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .55rem .9rem;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 800;
	font-size: .9rem;
	transition: transform .15s ease, box-shadow .15s ease;
}
.btn i {
	font-size: .95rem;
}
.btn.contact {
	background: #1e3c72;
	color: #fff;
}
.btn.whatsapp {
	background: #25D366;
	color: #fff;
}
.btn.email {
	background: #495057;
	color: #fff;
}
.btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(0,0,0,.08);
}
/* Sections */
.section-title {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: #2c3e50;
	font-weight: 900;
	font-size: 1.1rem;
	margin: 1.2rem 0 .8rem;
	border-bottom: 2px solid #e9ecef;
	padding-bottom: .5rem;
}
.section-title i {
	color: #1e3c72;
}
/* Practice Areas */
.practice-areas .areas-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: .8rem;
}
.area-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: .9rem;
	box-shadow: 0 3px 10px rgba(0,0,0,.04);
}
.area-card h3 {
	color: #1e3c72;
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 .35rem 0;
}
.area-card p {
	color: #6c757d;
	margin: 0;
	line-height: 1.7;
	font-size: .92rem;
}
/* Credentials */
.credentials .creds-wrap {
	display: grid;
	grid-template-columns: 1.6fr .9fr;
	gap: 1rem;
	align-items: start;
}
.cred-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: .5rem;
}
.cred-list li {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: .7rem .9rem;
	color: #2c3e50;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: .5rem;
}
.cred-list i {
	color: #ff661f;
}
.highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: .6rem;
}
.highlight {
	background: linear-gradient(135deg,#ffffff 0%,#f6f8ff 100%);
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: .9rem;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.h-value {
	color: #1e3c72;
	font-weight: 900;
	font-size: 1.05rem;
}
.h-label {
	color: #6c757d;
	font-size: .85rem;
	font-weight: 800;
}
/* Testimonials */
.testimonials .testi-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: .8rem;
}
.testi {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: .9rem;
	color: #495057;
	line-height: 1.9;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.testi footer {
	margin-top: .6rem;
	color: #2c3e50;
	font-weight: 800;
}
/* Contact CTA */
.contact-cta .cta-card {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: .8rem;
	align-items: center;
	background: linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);
	border-radius: 14px;
	padding: 1rem;
	color: #fff;
	box-shadow: 0 6px 20px rgba(30,60,114,.25);
}
.cta-text h3 {
	margin: 0 0 .25rem 0;
	font-weight: 900;
	font-size: 1.15rem;
}
.cta-text p {
	margin: 0;
	color: #e6ebff;
}
.cta-actions {
	display: flex;
	gap: .5rem;
	justify-content: flex-start;
}
.btn.primary {
	background: #ffd700;
	color: #1e3c72;
}
.btn.outline {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255,255,255,.7);
}
.btn.outline:hover {
	background: rgba(255,255,255,.08);
}
/* Responsive */
@media (max-width: 992px) {
	.lawyer-card {
		grid-template-columns: 1fr;
   }
	.lawyer-photo {
		min-height: 200px;
   }
	.practice-areas .areas-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
   }
	.credentials .creds-wrap {
		grid-template-columns: 1fr;
   }
	.testimonials .testi-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
   }
	.contact-cta .cta-card {
		grid-template-columns: 1fr;
		text-align: center;
   }
	.cta-actions {
		justify-content: center;
   }
}
@media (max-width: 576px) {
	.lawyer-stats {
		grid-template-columns: repeat(3, minmax(0,1fr));
   }
	.practice-areas .areas-grid {
		grid-template-columns: 1fr;
   }
	.testimonials .testi-grid {
		grid-template-columns: 1fr;
   }
	.btn {
		font-size: .85rem;
		padding: .5rem .8rem;
   }
}
/* ===================== CTA Professional Enhancements ===================== */
.contact-cta {
	margin-top: 1.2rem;
}
.contact-cta .cta-card {
	position: relative;
	overflow: hidden;
	padding: 1.4rem;
	gap: 1rem;
	border: none;
	background: #000000;
	box-shadow: 0 12px 28px rgba(30,60,114,.25);
}
.contact-cta .cta-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(1200px 400px at 120% -10%, rgba(255,215,0,.18), transparent 60%), radial-gradient(800px 300px at -20% 110%, rgba(255,255,255,.08), transparent 60%);
	pointer-events: none;
}
.cta-text h3 {
	font-size: clamp(1.25rem, 2.8vw, 1.8rem);
	letter-spacing: .2px;
	text-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.cta-text h3::after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	background: #ffd700;
	border-radius: 2px;
	margin: .35rem 0 0;
}
.cta-text p {
	max-width: 640px;
	opacity: .95;
}
.cta-actions {
	gap: .6rem;
}
.cta-actions .btn {
	height: 44px;
	padding: 0 1.1rem;
	border-radius: 10px;
	font-weight: 900;
}
.cta-actions .btn.primary {
	background: #ff661f;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(255,215,0,.28);
}
.cta-actions .btn.primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(255,215,0,.34);
}
.cta-actions .btn.outline {
	border: 2px solid rgba(255,255,255,.85);
	color: #fff;
}
.cta-actions .btn.outline:hover {
	background: rgba(255,255,255,.1);
}
@media (max-width: 768px) {
	.contact-cta .cta-card {
		padding: 1rem;
   }
	.cta-text h3 {
		font-size: clamp(1.15rem, 3.2vw, 1.5rem);
   }
	.cta-text p {
		max-width: none;
   }
	.cta-actions .btn {
		height: 42px;
		padding: 0 .95rem;
   }
}
