/* memotheme 2.2 — front-page.css (الصفحة الرئيسية فقط) */

.home .section-title {
	text-align: center;
	font-size: clamp(24px, 3vw, 34px);
	margin: 0 0 12px;
}
.home .section-title::after {
	content: '';
	display: block;
	width: 64px;
	height: 4px;
	background: var(--c-gold);
	border-radius: 2px;
	margin: 12px auto 0;
}
.home .section-subtitle {
	text-align: center;
	color: var(--c-muted);
	max-width: 780px;
	margin: 0 auto 28px;
	font-size: 17px;
}

/* الهيرو */
.hero-section {
	background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-navy-deep) 100%);
	color: var(--c-white);
	padding: 56px 0;
}
.hero-content {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
}
.main-title {
	color: var(--c-white);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.3;
	margin: 0 0 12px;
}
.sub-title { color: var(--c-gold); font-size: 20px; font-weight: 700; margin: 0 0 14px; }
.description { font-size: 17px; opacity: .92; max-width: 640px; margin: 0 0 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-image-container { display: flex; justify-content: center; }
.hero-image-circle {
	width: 400px;
	height: 400px;
	max-width: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid rgba(205, 170, 61, .4);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
	background: var(--c-navy-deep);
}
.hero-image { width: 100%; height: 100%; object-fit: cover; display: block; }

/* لماذا نحن */
.features-section { padding: 56px 0 24px; }
.features-hero {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 36px;
	align-items: center;
	margin-bottom: 36px;
}
.features-content .section-title { text-align: right; }
.features-content .section-title::after { margin-right: 0; }
.features-content .section-subtitle { text-align: right; margin: 0; }
.features-image { width: 100%; height: 400px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 22px;
}
.feature-card {
	background: var(--c-white);
	border: 1px solid var(--c-line);
	border-radius: 16px;
	padding: 26px;
	box-shadow: var(--shadow);
}
.feature-icon {
	display: inline-flex;
	width: 52px; height: 52px;
	border-radius: 14px;
	background: var(--c-gold-soft);
	color: var(--c-gold-dark);
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.feature-title { font-size: 19px; margin: 0 0 10px; }
.feature-description { font-size: 15.5px; margin: 0 0 12px; }
.feature-highlight {
	background: var(--c-bg);
	border-right: 4px solid var(--c-gold);
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14.5px;
	margin: 0;
}
.features-grid--compact .feature-card { padding: 20px; }
.features-grid--compact .feature-card p { margin: 0; font-size: 15px; color: var(--c-muted); }

.stats-bar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 16px;
	background: var(--c-navy);
	color: var(--c-white);
	border-radius: 18px;
	padding: 28px 20px;
	margin: 36px 0 0;
}
.stat-item { text-align: center; }
.stat-number { font-size: 32px; font-weight: 800; color: var(--c-gold); line-height: 1.2; direction: ltr; unicode-bidi: isolate; }
.stat-label { margin: 4px 0 0; font-size: 14px; opacity: .9; }

/* الأقسام العامة */
.services-section, .areas-section, .cities-section, .content-section,
.process-section, .latest-services-section, .faq-section { padding: 44px 0; }

.services-grid, .areas-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}
.service-item a, .service-item span, .area-item a, .area-item span {
	display: block;
	background: var(--c-white);
	border: 1px solid var(--c-line);
	border-radius: 12px;
	padding: 14px 16px;
	font-weight: 700;
	text-align: center;
	color: var(--c-navy);
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(8, 22, 49, .05);
	transition: background-color .15s ease, color .15s ease;
}
.service-item a:hover, .area-item a:hover { background: var(--c-navy); color: var(--c-white); border-color: var(--c-navy); }
.service-item span, .area-item span { color: var(--c-muted); }

.cities-block { margin-top: 26px; }
.cities-block-title { font-size: 19px; margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.cities-block-title::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--c-gold); flex: none; }
.cities-block-title a { color: var(--c-navy); text-decoration: none; }
.cities-block-title a:hover { color: var(--c-gold-dark); }
.chips-more { margin: 12px 0 0; font-weight: 800; }

.content-section > p { font-size: 17px; max-width: 920px; margin: 0 auto 24px; text-align: center; }

.competitive-advantages {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 16px;
}
.advantage-item {
	background: var(--c-white);
	border-radius: 14px;
	border-top: 4px solid var(--c-gold);
	padding: 20px;
	box-shadow: var(--shadow);
}
.advantage-title { font-size: 18px; margin: 0 0 8px; }
.advantage-item p { margin: 0; font-size: 15px; color: var(--c-muted); }

.comparison-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.comparison-table table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	background: var(--c-white);
	box-shadow: var(--shadow);
	border-radius: 14px;
	overflow: hidden;
}
.comparison-table th, .comparison-table td { padding: 14px 16px; text-align: center; border-bottom: 1px solid var(--c-line); }
.comparison-table thead th { background: var(--c-navy); color: var(--c-white); }
.comparison-table td.highlight { background: var(--c-gold-soft); color: var(--c-gold-dark); font-weight: 800; }

.price-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}
.price-card {
	background: var(--c-white);
	border: 2px solid var(--c-line);
	border-radius: 18px;
	padding: 26px 22px;
	text-align: center;
	transition: border-color .15s ease;
}
.price-card:hover { border-color: var(--c-gold); }
.price-title { font-size: 18px; margin: 0 0 8px; }
.price-amount { font-size: 30px; font-weight: 800; color: var(--c-gold-dark); margin: 0 0 14px; }
.price-card ul { list-style: none; margin: 0; padding: 0; text-align: right; }
.price-card li { position: relative; padding: 6px 24px 6px 0; font-size: 15px; }
.price-card li::before { content: '✓'; position: absolute; right: 0; color: var(--c-gold); font-weight: 800; }
.offer-note { text-align: center; background: var(--c-gold-soft); border-radius: 12px; padding: 14px; margin: 22px 0 0; font-size: 15.5px; }

.steps-detailed { counter-reset: step; list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.steps-detailed li {
	counter-increment: step;
	position: relative;
	background: var(--c-white);
	border-radius: 14px;
	padding: 20px 68px 20px 20px;
	box-shadow: var(--shadow);
}
.steps-detailed li::before {
	content: counter(step);
	position: absolute;
	right: 18px; top: 20px;
	width: 34px; height: 34px;
	border-radius: 50%;
	background: var(--c-gold);
	color: var(--c-navy);
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.steps-detailed h3 { font-size: 18px; margin: 0 0 6px; }
.steps-detailed p { margin: 0; font-size: 15.5px; }

.process-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 18px;
}
.process-step { background: var(--c-navy); color: var(--c-white); border-radius: 16px; padding: 24px 18px; text-align: center; }
.step-number {
	display: inline-flex;
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--c-gold);
	color: var(--c-navy);
	font-weight: 800;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.step-title { color: var(--c-white); font-size: 17px; margin: 0 0 6px; }
.process-step p { margin: 0; font-size: 14.5px; opacity: .9; }

.cta-section {
	background: linear-gradient(135deg, var(--c-navy), var(--c-navy-deep));
	color: var(--c-white);
	border-radius: 22px;
	padding: 44px 20px;
	text-align: center;
	margin: 20px 0;
}
.cta-section h2 { color: var(--c-white); font-size: 28px; margin: 0 0 8px; }
.cta-section p { opacity: .9; margin: 0 0 20px; }
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.cta-section .btn-outline { color: var(--c-white); border-color: var(--c-white); }

.latest-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 22px;
}
.service-post-card {
	display: flex;
	flex-direction: column;
	background: var(--c-white);
	border: 1px solid var(--c-line);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--shadow);
}
.service-post-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--c-bg); }
.service-post-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-post-content { display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 20px; flex: 1; }
.service-post-date { font-size: 13px; color: var(--c-muted); }
.service-post-title { font-size: 18px; margin: 0; line-height: 1.5; }
.service-post-title a { color: var(--c-navy); text-decoration: none; }
.service-post-excerpt { margin: 0; font-size: 15px; }
.service-post-link { margin-top: auto; font-weight: 800; color: var(--c-gold-dark); text-decoration: none; }

.testimonial-section { padding: 30px 0; }
.testimonial-text {
	margin: 0;
	background: var(--c-white);
	border-right: 6px solid var(--c-gold);
	border-radius: 18px;
	padding: 30px;
	box-shadow: var(--shadow);
	font-size: 17px;
}
.testimonial-text p { margin: 0 0 12px; }
.testimonial-author { font-weight: 800; color: var(--c-navy); font-size: 15px; }

.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--c-white); border: 1px solid var(--c-line); border-radius: 14px; overflow: hidden; }
.faq-question { margin: 0; font-size: 17px; }
.faq-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	text-align: right;
	font-weight: 800;
	color: var(--c-navy);
}
.faq-toggle:hover { background: var(--c-bg); }
.faq-chevron { flex: none; transition: transform .25s ease; }
.faq-toggle[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-answer { padding: 0 18px 16px; font-size: 15.5px; }
.faq-answer p { margin: 0; }

.contact-section {
	background: var(--c-navy);
	color: var(--c-white);
	border-radius: 22px;
	padding: 40px 20px;
	text-align: center;
	margin: 20px 0 50px;
}
.contact-section h2 { color: var(--c-gold); font-size: 26px; margin: 0 0 8px; }
.contact-section > p { opacity: .9; }
.contact-info {
	list-style: none;
	margin: 20px auto 24px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 28px;
}
.contact-item { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; }
.contact-item a { color: var(--c-white); font-weight: 700; }
.contact-item a:hover { color: var(--c-gold); }

/* موبايل */
@media (max-width: 768px) {
	.hero-section { padding: 36px 0; }
	.hero-content { grid-template-columns: 1fr; gap: 26px; text-align: center; }
	.hero-image-circle { width: 280px; height: 280px; }
	.hero-actions { justify-content: center; }
	.description { margin-left: auto; margin-right: auto; }
	.features-hero { grid-template-columns: 1fr; gap: 22px; }
	.features-image { height: 260px; }
	.features-content .section-title, .features-content .section-subtitle { text-align: center; }
	.features-content .section-title::after { margin-right: auto; }
	.stat-number { font-size: 26px; }
	.services-grid, .areas-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.service-item a, .service-item span, .area-item a, .area-item span { padding: 12px 10px; font-size: 14.5px; }
	.steps-detailed li { padding: 18px 60px 18px 16px; }
	.cta-section, .contact-section { padding: 32px 16px; }
}
