/*
 * Landing Page – Committee Stylesheet
 * RTL-first, mobile-first.
 */

/* ── Wrap ────────────────────────────────────────────────────── */
.gcs-lp-wrap {
	direction: rtl;
	max-width: 860px;
	margin: 0 auto;
	padding: 1.5rem 1rem 3rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
		Arial, "Noto Sans Hebrew", "Arial Hebrew", sans-serif;
	color: #1a1a1a;
}

/* ── Breadcrumb ──────────────────────────────────────────────── */
.gcs-breadcrumb {
	font-size: 13px;
	color: #888;
	margin-bottom: 1.25rem;
	display: flex;
	gap: 6px;
	align-items: center;
	flex-wrap: wrap;
}
.gcs-breadcrumb a { color: #555; text-decoration: none; }
.gcs-breadcrumb a:hover { text-decoration: underline; }

/* ── Hero card ───────────────────────────────────────────────── */
.gcs-hero {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.gcs-hero-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 1rem;
}

.gcs-hero-title {
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 10px;
	color: #1a1a1a;
}

.gcs-hero-updated {
	text-align: left;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}
.gcs-updated-label { font-size: 11px; color: #aaa; }
.gcs-updated-val   { font-size: 12px; color: #555; }

/* ── Badges ──────────────────────────────────────────────────── */
.gcs-badge-row { display: flex; gap: 8px; flex-wrap: wrap; }

.gcs-badge {
	font-size: 12px;
	font-weight: 500;
	padding: 3px 10px;
	border-radius: 20px;
	display: inline-block;
}
.gcs-badge--עצמאית { background: #e8f5e9; color: #2e7d32; }
.gcs-badge--מקומית  { background: #e3f2fd; color: #1565c0; }
.gcs-badge--מרחבית  { background: #fff8e1; color: #f57f17; }
.gcs-badge--open    { background: #e8f5e9; color: #2e7d32; }
.gcs-badge--closed  { background: #f5f5f5; color: #757575; }

/* ── Contact grid ────────────────────────────────────────────── */
.gcs-contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
	margin-top: 1rem;
}
.gcs-contact-item  { display: flex; flex-direction: column; gap: 4px; }
.gcs-contact-label { font-size: 12px; color: #888; }
.gcs-contact-value { font-size: 14px; color: #1a1a1a; }
.gcs-link          { color: #0073aa; text-decoration: none; }
.gcs-link:hover    { text-decoration: underline; }

/* ── Divider ─────────────────────────────────────────────────── */
.gcs-divider { border: none; border-top: 1px solid #f0f0f0; margin: 1rem 0; }

/* ── Link buttons row ────────────────────────────────────────── */
.gcs-links-row { display: flex; gap: 8px; flex-wrap: wrap; }
.gcs-link-btn {
	font-size: 13px;
	padding: 7px 14px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	text-decoration: none;
	color: #333;
	background: #fff;
	transition: background 0.12s;
}
.gcs-link-btn:hover { background: #f5f5f5; color: #000; }

/* ── Stats ───────────────────────────────────────────────────── */
.gcs-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 1rem;
}
.gcs-stat-card {
	background: #f7f7f7;
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.gcs-stat-val { font-size: 1.5rem; font-weight: 600; color: #1a1a1a; }
.gcs-stat-lbl { font-size: 12px; color: #888; }

/* ── Section card ────────────────────────────────────────────── */
.gcs-section {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 1.25rem 1.5rem;
	margin-bottom: 1rem;
}
.gcs-section-title {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 1rem;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* ── Map ─────────────────────────────────────────────────────── */
#gcs-map {
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
.gcs-map-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}
.gcs-map-address { font-size: 13px; color: #666; }
.gcs-map-links   { display: flex; gap: 12px; }
.gcs-map-link    { font-size: 13px; color: #0073aa; text-decoration: none; }
.gcs-map-link:hover { text-decoration: underline; }

/* ── Documents ───────────────────────────────────────────────── */
.gcs-docs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 12px;
	margin-bottom: 1rem;
}
.gcs-doc-type {
	background: #f8f8f8;
	border-radius: 10px;
	padding: 1rem;
}
.gcs-doc-name {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #1a1a1a;
}
.gcs-doc-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.gcs-doc-list li {
	font-size: 12px;
	color: #555;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	line-height: 1.4;
}
.gcs-doc-list li::before {
	content: "•";
	color: #bbb;
	flex-shrink: 0;
	margin-top: 1px;
}
.gcs-docs-note {
	font-size: 12px;
	color: #888;
	margin: 0;
	line-height: 1.6;
}

/* ── Cities ──────────────────────────────────────────────────── */
.gcs-cities-intro { font-size: 13px; color: #666; margin: 0 0 10px; }
.gcs-city-tags    { display: flex; gap: 6px; flex-wrap: wrap; }
.gcs-city-tag {
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 20px;
	background: #f5f5f5;
	color: #555;
	border: 1px solid #e5e5e5;
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.gcs-faq-item {
	border-bottom: 1px solid #f0f0f0;
	padding: 14px 0;
}
.gcs-faq-item:last-child { border-bottom: none; }

.gcs-faq-q {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.5;
}
.gcs-faq-num {
	font-size: 11px;
	color: #1565c0;
	background: #e3f2fd;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-weight: 600;
}
.gcs-faq-a {
	font-size: 13px;
	color: #555;
	line-height: 1.7;
	padding-right: 32px;
}

/* ── CTA coming soon ─────────────────────────────────────────── */
.gcs-cta-coming-soon {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #f9f9f9;
	border: 1px dashed #d0d0d0;
	border-radius: 12px;
	padding: 1.25rem 1.5rem;
	margin-top: 0.5rem;
}
.gcs-cta-icon    { font-size: 2rem; flex-shrink: 0; }
.gcs-cta-content { flex: 1; }
.gcs-cta-title   { font-size: 15px; font-weight: 600; color: #1a1a1a; margin-bottom: 4px; }
.gcs-cta-subtitle { font-size: 13px; color: #888; }
.gcs-cta-badge {
	font-size: 12px;
	padding: 4px 12px;
	background: #fff3cd;
	color: #856404;
	border-radius: 20px;
	font-weight: 600;
	flex-shrink: 0;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 540px) {
	.gcs-hero-top       { flex-direction: column; }
	.gcs-hero-updated   { align-items: flex-start; }
	.gcs-stat-grid      { grid-template-columns: 1fr 1fr; }
	.gcs-stat-grid > :last-child { grid-column: span 2; }
	.gcs-cta-coming-soon { flex-wrap: wrap; }
	.gcs-hero           { padding: 1rem; }
	.gcs-section        { padding: 1rem; }
}

/* ── Dark mode ───────────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
	.gcs-lp-wrap        { color: #e8e8e8; }
	.gcs-hero,
	.gcs-section        { background: #1e1e1e; border-color: #333; }
	.gcs-hero-title,
	.gcs-section-title  { color: #e8e8e8; }
	.gcs-contact-value  { color: #ddd; }
	.gcs-doc-type       { background: #2a2a2a; }
	.gcs-doc-name       { color: #e8e8e8; }
	.gcs-doc-list li    { color: #aaa; }
	.gcs-stat-card      { background: #2a2a2a; }
	.gcs-stat-val       { color: #e8e8e8; }
	.gcs-city-tag       { background: #2a2a2a; color: #bbb; border-color: #3a3a3a; }
	.gcs-faq-q          { color: #e8e8e8; }
	.gcs-faq-a          { color: #aaa; }
	.gcs-link-btn       { background: #2a2a2a; border-color: #444; color: #ccc; }
	.gcs-link-btn:hover { background: #333; }
	.gcs-cta-coming-soon { background: #1a1a1a; border-color: #333; }
	.gcs-cta-title      { color: #e8e8e8; }
	#gcs-map            { border-color: #333; }
}
