:root {
  --bg: #f6f7fb;
  --card: #ffffff;
  --text: #18212f;
  --muted: #687385;
  --brand: #0f766e;
  --brand-dark: #0b5f59;
  --line: #e8edf3;
  --soft: #eef7f6;
  --danger: #b42318;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  direction: rtl;
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }
.logo { font-size: 24px; font-weight: 800; color: var(--brand); }
.nav { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--brand); }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 14px; padding: 10px 16px; background: var(--brand); color: #fff; cursor: pointer; font-weight: 700; }
.btn:hover { background: var(--brand-dark); }
.btn.soft { background: var(--soft); color: var(--brand); }
.hero { padding: 44px 0 26px; }
.hero-card { background: linear-gradient(135deg, #ffffff, #ecfdfb); border: 1px solid var(--line); border-radius: 28px; padding: 34px; display: grid; grid-template-columns: 1.4fr .8fr; gap: 24px; box-shadow: 0 18px 50px rgba(15, 118, 110, .08); }
.hero h1 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 46px); line-height: 1.35; }
.hero p { margin: 0 0 20px; color: var(--muted); font-size: 17px; }
.search-box { display: flex; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 8px; gap: 8px; }
.search-box input { flex: 1; border: 0; outline: 0; font-size: 15px; padding: 10px; font-family: inherit; }
.hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px; }
.stat strong { display: block; font-size: 24px; color: var(--brand); }
.section { padding: 24px 0; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.section h2 { margin: 0; font-size: 24px; }
.grid { display: grid; gap: 16px; }
.grid.jobs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(24, 33, 47, .08); }
.badge { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: var(--soft); color: var(--brand); font-size: 12px; font-weight: 700; }
.job-title { font-size: 18px; font-weight: 800; margin: 10px 0; line-height: 1.5; }
.meta { color: var(--muted); font-size: 13px; display: flex; gap: 10px; flex-wrap: wrap; }
.excerpt { color: var(--muted); font-size: 14px; margin: 12px 0; }
.company-card, .cat-card { display: flex; flex-direction: column; gap: 8px; }
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 24px; padding: 28px 0; align-items: start; }
.article-main { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 26px; }
.article-main h1 { margin-top: 0; line-height: 1.45; }
.content { color: #263244; }
.content h2, .content h3 { margin-top: 26px; }
.info-table { width: 100%; border-collapse: collapse; margin: 18px 0; background: #fff; }
.info-table th, .info-table td { border: 1px solid var(--line); padding: 12px; text-align: right; }
.info-table th { width: 170px; background: #f8fafc; color: var(--muted); }
.sidebar { display: grid; gap: 16px; }
.footer { margin-top: 40px; background: #101827; color: #dbe4ef; padding: 34px 0; }
.footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 20px; }
.footer small { color: #9aa7b5; }
.empty { background: #fff; border: 1px dashed #cbd5e1; border-radius: 18px; padding: 24px; color: var(--muted); text-align: center; }
.pagination { display: flex; gap: 8px; margin-top: 18px; }
.pagination a, .pagination span { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 8px 12px; }
.pagination .current { background: var(--brand); color: #fff; }
@media (max-width: 900px) {
  .hero-card, .article-layout, .footer-grid { grid-template-columns: 1fr; }
  .grid.jobs, .grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-inner { align-items: flex-start; padding: 12px 0; flex-direction: column; }
}
@media (max-width: 560px) {
  .grid.jobs, .grid.cols-4, .hero-stats { grid-template-columns: 1fr; }
  .search-box { flex-direction: column; }
  .hero-card { padding: 22px; }
  .article-main { padding: 18px; }
}
.company-hero{position:relative}.company-logo{max-width:110px;max-height:70px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px;margin-bottom:12px}.muted{color:#667085}.actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
