:root {
  --brand: #0E7C6B;
  --brand-dark: #0B5A4E;
  --brand-soft: #E6F3F0;
  --accent: #D98A3D;
  --accent-dark: #B96F27;
  --ink: #1C2630;
  --muted: #5B6773;
  --bg: #FFFFFF;
  --bg-alt: #F4F7F6;
  --line: #E1E7E5;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(14, 60, 52, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Heebo", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  direction: rtl;
  line-height: 1.65;
  font-size: 17px;
}
img, svg { max-width: 100%; }
a { color: var(--brand); }
h1, h2, h3 { line-height: 1.25; margin: 0 0 .5em; }
h1 { font-size: clamp(30px, 5vw, 50px); font-weight: 800; }
h2 { font-size: clamp(24px, 3.4vw, 36px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 700; }
p { margin: 0 0 1em; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 16px; }
.muted { color: var(--muted); }
.center { text-align: center; }

/* ---------- header ---------- */
.site-top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.top-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: var(--ink); text-decoration: none; }
.logo-mark { width: 38px; height: 38px; border-radius: 10px; background: var(--brand); color: #fff; display: grid; place-items: center; }
.top-nav { display: flex; align-items: center; gap: 6px; }
.top-nav a { text-decoration: none; color: var(--ink); padding: 8px 12px; border-radius: 8px; font-weight: 500; }
.top-nav a.on, .top-nav a:hover { background: var(--brand-soft); color: var(--brand-dark); }
.top-nav a.btn { color: #fff; }
.menu-btn { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; font-size: 22px; padding: 4px 12px; cursor: pointer; }

/* ---------- buttons ---------- */
.btn { display: inline-block; text-decoration: none; font-weight: 700; border-radius: 10px; padding: 14px 26px; border: 2px solid transparent; cursor: pointer; font-size: 17px; font-family: inherit; transition: transform .15s, background .15s; text-align: center; }
.btn:hover { transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dark); }
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-dark); }
.btn-ghost { background: transparent; border-color: currentColor; color: var(--brand-dark); }
.btn-light { background: #fff; color: var(--brand-dark); }
.btn-sm { padding: 8px 16px; font-size: 15px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- sections ---------- */
section { padding: 72px 0; }
.alt { background: var(--bg-alt); }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.eyebrow { display: inline-block; font-size: 14px; font-weight: 700; color: var(--accent-dark); background: #FBEFE3; padding: 4px 12px; border-radius: 99px; margin-bottom: 12px; }

/* hero */
.hero { background: linear-gradient(160deg, var(--brand-dark), var(--brand) 70%); color: #fff; padding: 72px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero .lead { font-size: 20px; opacity: .92; max-width: 560px; }
.hero .eyebrow { background: rgba(255,255,255,.15); color: #fff; }
.hero-points { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 8px; }
.hero-points li::before { content: "✓"; color: var(--accent); font-weight: 800; margin-left: 8px; }
.hero small { display: block; margin-top: 12px; opacity: .8; }

/* phone mockup */
.phone { width: 270px; margin: 0 auto; background: #0D1B19; border-radius: 36px; padding: 12px; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.phone-screen { background: #F4F6F8; border-radius: 26px; padding: 18px 14px; color: var(--ink); min-height: 460px; }
.ps-top { font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; }
.ps-name { font-weight: 800; font-size: 18px; margin: 8px 0 2px; }
.ps-clock { font-size: 42px; font-weight: 800; color: var(--brand-dark); text-align: center; margin: 14px 0 4px; letter-spacing: 1px; }
.ps-geo { background: #E3F4EA; color: #1F6B3A; font-size: 13px; border-radius: 8px; padding: 6px 10px; text-align: center; margin-bottom: 14px; }
.ps-btn { display: block; border-radius: 12px; padding: 14px; text-align: center; font-weight: 800; color: #fff; margin-bottom: 10px; }
.ps-in { background: var(--brand); }
.ps-break { background: var(--accent); }
.ps-out { background: #5B6773; }
.ps-week { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin-top: 10px; font-size: 11px; text-align: center; }
.ps-week span { background: #fff; border-radius: 6px; padding: 6px 0; border: 1px solid var(--line); }
.ps-week b { display: block; color: var(--brand-dark); font-size: 12px; }

/* cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.card p:last-child { margin-bottom: 0; }
.icon { width: 48px; height: 48px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-dark); display: grid; place-items: center; font-size: 24px; margin-bottom: 14px; }

/* feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.checklist { list-style: none; padding: 0; margin: 0 0 1em; }
.checklist li { padding: 8px 32px 8px 0; position: relative; }
.checklist li::before { content: "✓"; position: absolute; right: 0; top: 8px; width: 22px; height: 22px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 13px; display: grid; place-items: center; font-weight: 800; }

/* geofence visual */
.geo-visual { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.geo-visual svg { display: block; width: 100%; height: auto; }

/* steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { position: relative; padding-top: 56px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: 0; right: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: 19px; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.stat b { display: block; font-size: 36px; font-weight: 800; color: var(--brand-dark); }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { background: #fff; border: 2px solid var(--line); border-radius: 18px; padding: 30px 26px; display: flex; flex-direction: column; }
.plan.best { border-color: var(--accent); box-shadow: 0 16px 40px rgba(217,138,61,.18); position: relative; }
.plan .badge { position: absolute; top: -14px; right: 24px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 700; padding: 3px 12px; border-radius: 99px; }
.plan h3 { margin-bottom: 4px; }
.price { font-size: 48px; font-weight: 800; color: var(--brand-dark); line-height: 1; margin: 16px 0 4px; }
.price span { font-size: 18px; font-weight: 500; color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 18px 0 24px; flex: 1; }
.plan li { padding: 6px 0; border-bottom: 1px dashed var(--line); }
.plan li::before { content: "✓ "; color: var(--brand); font-weight: 800; }
.plan .btn { width: 100%; }
.note-box { background: var(--brand-soft); border-radius: var(--radius); padding: 18px 22px; }

/* compare table */
.table-wrap { overflow-x: auto; }
table.cmp { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; min-width: 560px; }
table.cmp th, table.cmp td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: right; }
table.cmp th { background: var(--brand-dark); color: #fff; font-weight: 700; }
table.cmp td.c { text-align: center; color: var(--brand); font-weight: 800; }

/* forms */
.form { display: grid; gap: 14px; }
.form label { font-weight: 600; font-size: 15px; display: block; margin-bottom: 4px; }
.form input, .form select, .form textarea { width: 100%; padding: 12px 14px; border: 1px solid #CBD5D2; border-radius: 10px; font-size: 16px; font-family: inherit; background: #fff; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--brand); border-color: var(--brand); }
.form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 16px; font-weight: 500; }
.alert-ok { background: #E3F4EA; color: #1F6B3A; }
.alert-err { background: #FBE7E5; color: #9B2C20; }

/* faq */
details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 20px; margin-bottom: 10px; }
details summary { cursor: pointer; font-weight: 700; list-style: none; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; float: left; color: var(--brand); font-weight: 800; }
details[open] summary::after { content: "−"; }
details p { margin: 12px 0 0; color: var(--muted); }

/* guide */
.guide-layout { display: grid; grid-template-columns: 250px 1fr; gap: 36px; align-items: start; }
.toc { position: sticky; top: 86px; background: var(--bg-alt); border-radius: var(--radius); padding: 18px; }
.toc a { display: block; padding: 6px 8px; border-radius: 6px; text-decoration: none; color: var(--ink); font-size: 15px; }
.toc a:hover { background: #fff; color: var(--brand-dark); }
.guide-sec { padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); scroll-margin-top: 86px; }
.guide-sec:last-child { border-bottom: 0; }
.path { display: inline-block; background: var(--brand-soft); color: var(--brand-dark); font-size: 14px; font-weight: 700; padding: 2px 10px; border-radius: 6px; }
.tip { border-right: 4px solid var(--accent); background: #FDF6EE; padding: 12px 16px; border-radius: 8px; margin: 12px 0; }
ol.num { padding-right: 22px; }
ol.num li { margin-bottom: 6px; }

.support-box { background: linear-gradient(160deg, var(--brand-dark), var(--brand)); color: #fff; border-radius: 18px; padding: 30px; }
.support-box a { color: #fff; }
.support-phone { font-size: 34px; font-weight: 800; letter-spacing: 1px; text-decoration: none; display: inline-block; margin: 6px 0 10px; }

/* cta band */
.cta { background: var(--accent); color: #fff; text-align: center; padding: 56px 0; }
.cta h2 { color: #fff; }

/* footer */
.site-foot { background: #10211E; color: #C9D6D3; padding: 48px 0 20px; font-size: 15px; }
.site-foot a { color: #fff; text-decoration: none; }
.site-foot strong { color: #fff; display: block; margin-bottom: 8px; }
.site-foot p { margin: 0 0 6px; }
.site-foot .muted { color: #8FA3A0; }
.foot-grid { display: grid; grid-template-columns: 2fr 1.5fr 1fr; gap: 28px; }
.copy { border-top: 1px solid #22403B; margin-top: 30px; padding-top: 16px; font-size: 13px; color: #8FA3A0; }

.wa-float { position: fixed; left: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,.25); z-index: 60; }

/* admin */
.admin-wrap { max-width: 820px; margin: 40px auto; }
.leads { width: 100%; border-collapse: collapse; font-size: 14px; }
.leads th, .leads td { border-bottom: 1px solid var(--line); padding: 8px; text-align: right; }

/* images & faq */
figure { margin: 0; }
img.shot { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); background: #E9EEEC; }
figcaption { font-size: 15px; color: var(--muted); margin-top: 10px; text-align: center; }
.figure-wide { max-width: 980px; margin: 0 auto; }
.faq-group { font-size: 24px; margin: 36px 0 14px; color: var(--brand-dark); scroll-margin-top: 86px; }
.summary-box { border-right: 5px solid var(--brand); }

/* cookie bar */
.cookie-bar { position: fixed; bottom: 16px; right: 16px; left: 90px; max-width: 620px; margin-right: auto; z-index: 70; background: #10211E; color: #E4EEEB;
  border-radius: 14px; padding: 14px 16px; display: flex; gap: 14px; align-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-size: 15px; }
.cookie-bar[hidden] { display: none; }
.cookie-bar p { margin: 0; }
.cookie-bar a { color: #F2C08A; }
.legal h2 { font-size: 22px; margin-top: 30px; color: var(--brand-dark); scroll-margin-top: 86px; }
.legal p, .legal li { color: #2A3843; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .split, .guide-layout { grid-template-columns: 1fr; }
  .grid-3, .plans { grid-template-columns: 1fr; }
  .grid-4, .steps, .stats { grid-template-columns: 1fr 1fr; }
  .toc { position: static; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  section { padding: 52px 0; }
  .menu-btn { display: block; }
  .top-nav { display: none; position: absolute; top: 66px; right: 0; left: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px 16px 18px; border-bottom: 1px solid var(--line); }
  .menu-open .top-nav { display: flex; }
  .grid-2, .form-2 { grid-template-columns: 1fr; }
  .grid-4, .steps, .stats { grid-template-columns: 1fr; }
  .btn-row .btn { flex: 1 1 100%; }
  .phone { width: 240px; }
  .cookie-bar { left: 16px; bottom: 86px; flex-direction: column; align-items: stretch; }
}
