/* Heebo is one variable file per script (weight axis 100–900); the unicode
   ranges are Google Fonts' own, so Hebrew text never pulls the Latin file. */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/heebo-hebrew.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/heebo-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #0A1014;
  --muted: #5B6368;
  --green: #1DAA61;
  --green-deep: #15603E;
  --green-pale: #D9FDD3;
  --sand: #F5F1EB;
  --rule: #DEE2E3;
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { direction: rtl; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Heebo, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
a { color: var(--green-deep); text-decoration: none; }
a:hover { color: var(--green); }
img { max-width: 100%; }
.wrap { max-width: 1200px; margin: 0 auto; }
.narrow { max-width: 820px; margin: 0 auto; }
.mono { font-family: var(--mono); font-size: 14px; font-weight: 500; color: var(--green); letter-spacing: 0.04em; }
.eyebrow { font-family: var(--mono); font-size: 14px; font-weight: 500; color: var(--green-deep); letter-spacing: 0.08em; }

/* header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #EDEFF0;
}
.site-header nav { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.brand span { font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.navlinks { display: flex; align-items: center; gap: 28px; margin-inline-start: 12px; font-size: 17px; font-weight: 500; white-space: nowrap; }
.navlinks a { color: var(--muted); }
.navlinks a:hover { color: var(--ink); }
.pill {
  margin-inline-start: auto;
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding: 0 20px; border-radius: 999px;
  background: var(--green); color: #fff; font-size: 16px; font-weight: 700; white-space: nowrap;
}
.pill:hover { background: var(--green-deep); color: #fff; }

/* buttons */
.play-badge {
  display: inline-flex; align-items: center; gap: 12px;
  min-height: 60px; padding: 10px 18px; white-space: nowrap; border-radius: 8px;
  background: #000; border: 1px solid rgba(255, 255, 255, 0.3); color: #fff;
}
.play-badge:hover { background: #1A1A1A; color: #fff; }
.play-badge svg { flex: none; }
.play-badge span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.18; }
.play-badge small { font-size: 13px; font-weight: 400; letter-spacing: 0.02em; }
.play-badge b { font-size: 22px; font-weight: 500; letter-spacing: -0.01em; }
.play-badge.large { min-height: 68px; padding: 12px 22px; }
.play-badge.large svg { width: 30px; height: 30px; }
.play-badge.large small { font-size: 14px; }
.play-badge.large b { font-size: 24px; }
.ghost {
  display: inline-flex; align-items: center; min-height: 56px; padding: 0 24px;
  border-radius: 14px; border: 1.5px solid #DDE1E3; color: var(--ink); font-size: 17px; font-weight: 600;
}
.ghost:hover { border-color: var(--green); color: var(--green-deep); }

/* shared section layout */
.split { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 56px; }
.copy { flex: 1 1 460px; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.stack { flex: 1 1 480px; display: flex; justify-content: center; }
.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
h2 { margin: 0; }

/* phones — upright; the design's tilt read as crooked beside straight text */
.phone {
  position: relative; padding: 8px; border-radius: 34px; background: #23292D;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 24px 60px rgba(10, 16, 20, 0.18);
}
.phone::before, .phone::after {
  content: ""; position: absolute; inset-inline-end: -2.5px; width: 2.5px; border-radius: 0 2px 2px 0; background: #2E353A;
}
.phone::before { top: 18%; height: 8%; }
.phone::after { top: 30%; height: 13%; }
.phone .screen {
  position: relative; width: 100%; height: 100%; border-radius: 27px; overflow: hidden;
  display: flex; flex-direction: column; background: #fff;
}
.statusbar {
  flex: none; height: 26px; padding: 0 16px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; font-weight: 600; color: var(--ink); background: #fff;
}
.statusbar .icons { display: flex; align-items: center; gap: 4px; fill: currentColor; }
.screen img { display: block; flex: 1; min-height: 0; width: 100%; object-fit: cover; object-position: top center; }
.camera { position: absolute; top: 19px; inset-inline-start: 50%; transform: translateX(50%); width: 9px; height: 9px; border-radius: 50%; background: #23292D; }

/* hero */
.hero { padding: 72px 24px 88px; }
.hero h1 { margin: 0; font-size: clamp(40px, 6vw, 68px); line-height: 1.05; font-weight: 800; letter-spacing: -0.035em; }
.hero .lead { margin: 0; max-width: 30ch; font-size: 20px; line-height: 1.55; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.herostack { flex: 1 1 460px; display: flex; justify-content: center; }
.hero-pair { position: relative; width: 420px; height: 620px; }
.hero-back { position: absolute; inset-inline-start: 0; top: 70px; width: 232px; height: 480px; }
.hero-front {
  position: absolute; inset-inline-end: 0; top: 0; width: 300px; height: 615px; padding: 10px; border-radius: 44px;
  background: var(--ink); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 34px 80px rgba(10, 16, 20, 0.28);
}
.hero-front .screen { border-radius: 34px; }

/* benefits */
.benefits { padding: 116px 24px; }
.benefit { display: flex; flex-direction: column; gap: 14px; padding-top: 26px; border-top: 1px solid var(--rule); }
.benefit h3 { margin: 0; font-size: 30px; line-height: 1.15; font-weight: 700; letter-spacing: -0.025em; }
.benefit p { margin: 0; max-width: 26ch; font-size: 18px; line-height: 1.6; color: var(--muted); }

/* familiar */
.familiar { background: var(--sand); padding: 96px 24px; }
.familiar .split { gap: 64px; }
.familiar .copy { flex: 1 1 420px; gap: 20px; }
.familiar h2 { max-width: 18ch; font-size: clamp(34px, 4.6vw, 52px); line-height: 1.08; font-weight: 800; letter-spacing: -0.032em; }
.familiar .text { margin: 0; max-width: 34ch; font-size: 19px; line-height: 1.6; color: var(--muted); }
.punch { margin: 0; font-size: 24px; font-weight: 700; color: var(--green-deep); }
.pair { display: flex; align-items: flex-end; gap: 20px; }
.pair .phone { width: 246px; height: 500px; padding: 9px; border-radius: 38px; box-shadow: 0 24px 60px rgba(10, 16, 20, 0.2); }
.pair .phone .screen { border-radius: 30px; }
.pair .left { background: var(--ink); }
.pair .right { background: #23292D; margin-bottom: 36px; }

/* how */
.how { padding: 116px 24px; }
.how .heading { display: flex; align-items: baseline; gap: 16px; margin: 0 0 56px; }
.how h2 { font-size: clamp(32px, 4.4vw, 46px); font-weight: 800; letter-spacing: -0.03em; }
.how .cols { gap: 44px 40px; }
.step { position: relative; padding-top: 30px; border-top: 1px solid var(--rule); }
.step .num {
  font-family: var(--mono); position: absolute; top: 26px; inset-inline-end: 0;
  font-size: 64px; line-height: 1; font-weight: 400; color: #EDF0F1; pointer-events: none;
}
.step h3 { margin: 0; position: relative; max-width: 16ch; font-size: 28px; line-height: 1.2; font-weight: 700; letter-spacing: -0.025em; }

/* dispatch */
.dispatch { background: var(--green-deep); color: #fff; padding: 96px 24px; }
.dispatch .split { gap: 64px; }
.dispatch .copy { flex: 1 1 520px; gap: 26px; }
.dispatch .eyebrow { font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: 0.12em; color: #9FE8BE; }
.dispatch h2 { max-width: 22ch; font-size: clamp(32px, 4.4vw, 50px); line-height: 1.1; font-weight: 800; letter-spacing: -0.03em; }
.dispatch .stack { flex: 0 1 340px; }
.dispatch .phone { width: 268px; height: 545px; padding: 10px; border-radius: 40px; background: var(--ink); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 30px 70px rgba(0, 0, 0, 0.35); }
.dispatch .screen { border-radius: 31px; }

/* faq */
.faq { padding: 96px 24px; background: var(--sand); }
.faq h2 { margin: 0 0 36px; font-size: clamp(32px, 4.4vw, 48px); font-weight: 800; letter-spacing: -0.03em; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
details { background: #fff; border-radius: 16px; padding: 4px 26px; }
summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 44px; padding: 18px 0; font-size: 20px; font-weight: 700; list-style: none; cursor: pointer;
}
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green); font-size: 24px; font-weight: 400; transition: transform 0.2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: 0; padding: 0 0 22px; font-size: 18px; line-height: 1.6; color: var(--muted); }
details a { text-decoration: underline; text-underline-offset: 3px; }

/* cta */
.cta { background: var(--green); color: #fff; padding: 104px 24px; }
.cta .narrow { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; }
.ctatext { font-size: clamp(40px, 6vw, 64px); line-height: 1.05; font-weight: 800; letter-spacing: -0.035em; }
.cta p { margin: 0; font-size: 18px; color: var(--green-pale); }

/* footer */
.site-footer { background: var(--ink); color: #fff; padding: 64px 24px 40px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand .brand img { width: 30px; height: 30px; border-radius: 8px; }
.footer-brand .brand span { font-size: 18px; font-weight: 700; color: #fff; }
.footer-brand .legal { font-size: 16px; color: #8A9297; }
.footer-brand .mail { font-size: 16px; color: var(--green-pale); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: flex-start; font-size: 16px; }
.footer-links a { color: #C6CBCE; }
.footer-links a:hover { color: #fff; }
.copyright { max-width: 1200px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid #1E262B; font-size: 15px; color: #6E777C; }

/* documents */
.doc { max-width: 820px; margin: 0 auto; padding: 72px 24px 96px; }
.doc h1 { margin: 0 0 12px; font-size: clamp(34px, 4.6vw, 48px); line-height: 1.1; font-weight: 800; letter-spacing: -0.03em; }
.doc .updated { margin: 0 0 36px; font-size: 16px; color: var(--muted); }
.doc h2 { margin: 40px 0 12px; font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.doc p, .doc li { margin: 0 0 12px; font-size: 18px; line-height: 1.7; color: #333A3F; }
.doc ul, .doc ol { margin: 0 0 12px; padding-inline-start: 24px; }
.doc a { text-decoration: underline; text-underline-offset: 3px; }

@keyframes sendyFade { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 1200px) {
  .phonepair { transform: scale(0.86); transform-origin: center; }
  .herostack .phonepair { transform: scale(0.8); }
}
@media (max-width: 1080px) {
  .navlinks { display: none; }
}
@media (max-width: 900px) {
  .split { flex-direction: column; text-align: center; align-items: center; }
  .split .copy { align-items: center; text-align: center; }
  .cols { grid-template-columns: 1fr; }
  .phonepair { transform: scale(0.82); }
  .herostack { order: 2; }
  /* transform: scale shrinks the picture, not the layout box: a 420px phone
     pair inside a 375px viewport still widens the page and lets it pan
     sideways. The stacks clip their own overflow instead. */
  .herostack, .stack { width: 100%; max-width: 100%; overflow: hidden; }
  .phonepair { flex: none; }
}
@media (max-width: 520px) {
  .phonepair { transform: scale(0.66); margin: -40px 0; }
  .ctatext { font-size: 40px; }
  .pill { padding: 0 14px; font-size: 14px; }
}
