/* qr-ez-landing · עיצוב RTL קליל. פונטים-מערכת בלבד (אפס פונט-חיצוני = דף קל + אפס-רשת-יוצאת). */

:root {
  --accent: #0e7c66;
  --accent-dark: #0a5c4c;
  --accent-soft: #e7f4f0;
  --ink: #142029;
  --muted: #566571;
  --bg: #ffffff;
  --bg-soft: #f4f8f7;
  --line: #e3ebe9;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(20, 32, 41, 0.07);
  --max: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: system-ui, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: var(--max); margin-inline: auto; padding-inline: 20px; }

a { color: var(--accent-dark); }

/* --- כותרת עליונה --- */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-block: 12px; flex-wrap: wrap;
}
.brand { font-weight: 800; font-size: 1.25rem; letter-spacing: -0.3px; text-decoration: none; color: var(--ink); }
.brand span { color: var(--accent); }
.nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--muted); font-weight: 600; font-size: 0.95rem; }
.nav a:hover { color: var(--ink); }

/* --- כפתורים --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 1rem;
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform .06s ease, background .2s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-wa { background: #25d366; color: #08331f; }
.btn-wa:hover { background: #1fb457; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-dark); }
.btn-sm { padding: 10px 18px; font-size: 0.92rem; }

/* --- אזורי-תוכן --- */
section { padding-block: 64px; }
.section-soft { background: var(--bg-soft); }
h1, h2, h3 { line-height: 1.25; letter-spacing: -0.4px; margin-top: 0; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); margin-bottom: 12px; }
.lead { color: var(--muted); font-size: 1.1rem; max-width: 60ch; }

/* --- HERO --- */
.hero { padding-block: 72px 56px; background: radial-gradient(1200px 400px at 80% -10%, var(--accent-soft), transparent); }
.hero h1 { font-size: clamp(2.1rem, 5.5vw, 3.4rem); margin-bottom: 18px; }
.hero .lead { font-size: 1.2rem; margin-bottom: 28px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.micro { color: var(--muted); font-size: 0.92rem; margin-top: 16px; }
.micro strong { color: var(--ink); }

/* --- בולטים / כרטיסים --- */
.bullets { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.bullets li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.05rem; }
.bullets .ic { font-size: 1.3rem; line-height: 1.4; flex: none; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow);
}
.card .step-num {
  display: inline-flex; width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent-dark); font-weight: 800;
  align-items: center; justify-content: center; margin-bottom: 12px;
}
.card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.card p { color: var(--muted); margin: 0; }

/* --- טבלת TCO --- */
.table-wrap { overflow-x: auto; margin-top: 24px; }
table.tco { width: 100%; border-collapse: collapse; min-width: 480px; background: var(--bg); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
table.tco th, table.tco td { padding: 14px 18px; text-align: right; border-bottom: 1px solid var(--line); }
table.tco thead th { background: var(--accent); color: #fff; font-weight: 700; }
table.tco tbody tr:last-child td { border-bottom: none; }
table.tco .win { color: var(--accent-dark); font-weight: 800; }
.punch { margin-top: 22px; font-size: 1.15rem; font-weight: 600; max-width: 62ch; }

/* --- תמחור --- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; align-items: stretch; }
.plan { display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); position: relative; }
.plan.featured { border: 2px solid var(--accent); }
.plan .tag { position: absolute; top: -13px; inset-inline-start: 24px; background: var(--accent); color: #fff; font-size: 0.8rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.plan .name { font-weight: 800; font-size: 1.2rem; }
.plan .price { font-size: 2rem; font-weight: 800; margin: 8px 0 2px; }
.plan .price small { font-size: 0.95rem; color: var(--muted); font-weight: 600; }
.plan .essence { color: var(--muted); margin-bottom: 16px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; flex: 1; }
.plan ul li { padding-inline-start: 26px; position: relative; font-size: 0.98rem; }
.plan ul li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--accent); font-weight: 800; }
.plan .btn { width: 100%; }
.plan .plan-micro { color: var(--muted); font-size: 0.85rem; margin-top: 10px; text-align: center; }

/* --- add-ons --- */
.addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.addon { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.addon .name { font-weight: 700; margin-bottom: 6px; }
.addon .price { color: var(--accent-dark); font-weight: 700; }
.addon p { color: var(--muted); font-size: 0.95rem; }

/* --- בלוק התחייבות/portability --- */
.commit { background: var(--accent-soft); border: 1px solid #cfe8e0; border-radius: var(--radius); padding: 28px; margin-top: 32px; }
.commit ol { margin: 12px 0 0; padding-inline-start: 20px; }
.commit li { margin-bottom: 10px; }

/* --- FAQ --- */
.faq { max-width: 760px; margin-inline: auto; margin-top: 28px; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 4px; }
.faq summary { font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-weight: 800; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { color: var(--muted); margin: 10px 0 0; }

/* --- טופס-לידים --- */
.lead-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.lead-form { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.lead-form label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.95rem; }
.lead-form .field { margin-bottom: 16px; }
.lead-form input, .lead-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; color: var(--ink); background: #fff;
}
.lead-form input:focus, .lead-form textarea:focus { outline: 2px solid var(--accent); border-color: var(--accent); }
.lead-form textarea { min-height: 84px; resize: vertical; }
.form-note { color: var(--muted); font-size: 0.85rem; margin-top: 12px; }
.form-status { margin-top: 14px; font-weight: 700; }
.form-status.ok { color: var(--accent-dark); }
.form-status.err { color: #b4231f; }
.or-wa { margin-top: 18px; }

/* --- footer --- */
.site-footer { background: var(--ink); color: #cdd8dd; padding-block: 40px; }
.site-footer .container { display: flex; flex-direction: column; gap: 14px; }
.site-footer a { color: #cdd8dd; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-commit { color: #8fa6ae; font-size: 0.92rem; }
.footer-legal { color: #7c9098; font-size: 0.82rem; }

/* --- כללי --- */
.center { text-align: center; }
.center .cta-row { justify-content: center; }
.center .lead { margin-inline: auto; }
.sub-anchor { display: inline-block; background: #fff; border: 1px dashed var(--accent); color: var(--accent-dark); padding: 2px 8px; border-radius: 6px; font-weight: 700; direction: ltr; unicode-bidi: embed; }

/* --- דפים משפטיים (terms / privacy / accessibility) --- */
.legal { max-width: 820px; margin-inline: auto; }
.legal h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 8px; }
.legal .doc-meta { color: var(--muted); font-size: 0.95rem; margin-bottom: 32px; }
.legal h2 { font-size: clamp(1.35rem, 2.6vw, 1.7rem); margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); }
.legal h3 { font-size: 1.12rem; margin-top: 28px; margin-bottom: 6px; }
.legal p { margin: 10px 0; }
.legal ul, .legal ol { padding-inline-start: 22px; margin: 12px 0; display: grid; gap: 8px; }
.legal a { font-weight: 600; }
.legal .table-wrap { overflow-x: auto; margin: 18px 0; }
.legal table { width: 100%; border-collapse: collapse; min-width: 480px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.legal th, .legal td { padding: 12px 16px; text-align: right; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal thead th { background: var(--accent-soft); color: var(--accent-dark); font-weight: 700; }
.legal tbody tr:last-child td { border-bottom: none; }
.legal blockquote { margin: 16px 0; padding: 14px 18px; background: var(--bg-soft); border-inline-start: 3px solid var(--accent); border-radius: 8px; color: var(--muted); }
.todo-owner { background: #fff4d6; color: #7a5b00; border: 1px dashed #d9b64a; padding: 1px 8px; border-radius: 6px; font-weight: 700; font-size: 0.92em; }

/* --- רספונסיבי --- */
@media (max-width: 860px) {
  .grid-3, .pricing-grid, .addons { grid-template-columns: 1fr; }
  .lead-wrap { grid-template-columns: 1fr; }
  section { padding-block: 48px; }
}
