:root {
  --navy: #1b2a8a;
  --cyan: #00c2d7;
  --gefen: #ff5a2e;
  --text: #152056;
  --muted: #5c6680;
  --line: #dbe3f0;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  direction: rtl;
  text-align: right;
  font-family: Assistant, "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--text);
  background: #eef2f8;
  line-height: 1.45;
}
a { color: var(--navy); }
.toolbar {
  position: sticky; top: 0; z-index: 10;
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
  padding: 12px; background: #fff; border-bottom: 1px solid var(--line);
}
.toolbar button, .toolbar a {
  min-height: 44px; padding: 10px 16px; border-radius: 999px;
  border: 0; font: inherit; font-weight: 800; cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center;
}
.btn-print { background: var(--gefen); color: #fff; }
.btn-ghost { background: #fff; color: var(--navy); border: 1px solid var(--line) !important; }
.sheet {
  width: min(210mm, calc(100% - 24px));
  margin: 16px auto 32px;
  background: #fff;
  padding: 14mm 14mm 12mm;
  box-shadow: 0 16px 40px rgba(21, 32, 86, .1);
}
.head {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  border-bottom: 3px solid var(--navy); padding-bottom: 10px; margin-bottom: 12px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.mark {
  width: 48px; height: 48px; border-radius: 12px; background: var(--navy); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 22px; flex: none;
}
.brand strong { display: block; font-size: 20px; line-height: 1.1; }
.brand em { display: block; font-style: normal; color: var(--cyan); font-weight: 700; font-size: 12px; }
.contact { font-size: 12px; color: var(--muted); font-weight: 700; line-height: 1.6; }
.kicker {
  display: inline-flex; gap: 6px; flex-wrap: wrap; margin: 0 0 8px;
}
.kicker span {
  background: #e8fbff; color: var(--navy); font-weight: 800; font-size: 11px;
  border-radius: 999px; padding: 4px 10px;
}
h1 { font-size: 26px; line-height: 1.2; margin: 0 0 6px; }
.lead { margin: 0 0 12px; color: var(--muted); font-size: 15px; }
.hero-band {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; align-items: center;
  margin: 0 0 14px;
}
.hero-band img {
  width: 100%; height: 42mm; object-fit: cover; border-radius: 12px;
}
.steam {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin: 10px 0 14px;
}
.steam div {
  border: 1px solid var(--line); border-radius: 10px; padding: 8px 6px; text-align: center;
  background: #f7f9fd;
}
.steam b { display: block; color: var(--gefen); font-size: 18px; }
.steam span { display: block; font-size: 10px; font-weight: 700; color: var(--muted); }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
h2 { font-size: 15px; margin: 0 0 6px; color: var(--navy); }
ul { margin: 0; padding: 0 1.1em 0 0; }
li { margin: 4px 0; font-size: 13px; }
.steps { counter-reset: s; list-style: none; padding: 0; }
.steps li { margin: 6px 0; padding-right: 28px; position: relative; }
.steps li::before {
  counter-increment: s; content: counter(s);
  position: absolute; right: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--navy); color: #fff; font-size: 11px; font-weight: 800;
  display: grid; place-items: center;
}
.foot {
  margin-top: 14px; padding-top: 10px; border-top: 2px solid var(--cyan);
  display: flex; justify-content: space-between; gap: 10px; align-items: end;
  font-size: 12px; font-weight: 700;
}
.cta {
  background: var(--navy); color: #fff; border-radius: 10px; padding: 10px 12px;
}
.cta b { display: block; font-size: 14px; }
.grid4 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.card {
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff;
}
.card img { width: 100%; height: 28mm; object-fit: cover; }
.card .pad { padding: 8px 10px 10px; }
.card h3 { margin: 0 0 4px; font-size: 14px; }
.card p { margin: 0; font-size: 12px; color: var(--muted); }
.note {
  background: #fff6f1; border-right: 4px solid var(--gefen);
  padding: 8px 10px; border-radius: 0 10px 10px 0; font-size: 13px; margin: 10px 0;
}
.facts4 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 10px 0 12px;
}
.facts4 div {
  background: #f7f9fd; border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px;
}
.facts4 span { display: block; font-size: 11px; color: var(--muted); font-weight: 700; }
.facts4 b { display: block; font-size: 15px; }
.syl { width: 100%; border-collapse: collapse; font-size: 12px; margin: 8px 0 12px; }
.syl th, .syl td { border: 1px solid var(--line); padding: 6px 7px; vertical-align: top; text-align: right; }
.syl th { background: var(--navy); color: #fff; font-weight: 800; }
.syl td:nth-child(1) { font-weight: 800; width: 22px; }
.tiny { font-size: 11px; color: var(--muted); margin: 0 0 8px; }
.crit {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 8px 0 12px;
}
.crit div {
  background: #f7f9fd; border-right: 3px solid var(--navy); padding: 7px 8px; font-size: 12px;
}
.crit b { display: block; color: var(--navy); margin-bottom: 2px; }
.page2 { page-break-before: always; }
.rubric { width: 100%; border-collapse: collapse; font-size: 12px; margin: 8px 0 12px; }
.rubric th, .rubric td { border: 1px solid var(--line); padding: 6px 7px; text-align: right; vertical-align: top; }
.rubric th { background: var(--navy); color: #fff; }
h1 { font-size: 22px; }

@page { size: A4; margin: 10mm 11mm; }

@media print {
  html, body { background: #fff; }
  .toolbar { display: none !important; }
  .sheet {
    width: auto; margin: 0; padding: 0; box-shadow: none;
  }
  a { color: inherit; text-decoration: none; }
  .hero-band img, .card img { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
@media (max-width: 700px) {
  .hero-band, .cols, .grid4, .steam { grid-template-columns: 1fr 1fr; }
  .steam { grid-template-columns: repeat(5, 1fr); }
}
