/* ==========================================================================
   בדרכו — landing site
   Rebuilt 1:1 from the Figma frame "1" (430 × 4414) + the Handoff sheet.
   Every px value below is a design px; 1rem == 1 design px × 16 on screens
   ≥430px wide, and scales down proportionally on narrower phones (see html{}).
   ========================================================================== */

/* ---------- Heebo (self-hosted variable font, hebrew + latin subsets) ------ */
@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;
}

/* ---------- tokens (Handoff → COLORS) ------------------------------------- */
:root {
  --ink: #0b0b0b;
  --paper: #fffdf6;
  --lime: #d8ff3e;
  --blue: #2b5fe3;
  --coral: #ff7a5a;
  --violet: #7b5be8;
  --green: #22a34e;
  --grey: #3a3a3a;

  --gutter: 1.125rem; /* 18 */
  --col: 24.625rem; /* 394 — content width inside the gutters */
  --hard: 0.375rem; /* 6 — the standard hard-shadow offset */
  --edge: 0.1875rem; /* 3 — the standard black outline */
  color-scheme: light;
}

/* The whole design is a 430px column. Scaling the root font-size keeps it
   pixel-exact at ≥430px and proportional below, so nothing ever reflows. */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 429.9px) {
  html {
    font-size: 3.7209vw; /* 16 / 430 */
  }
}

* {
  box-sizing: border-box;
}

/* author rules outrank the UA's [hidden], so restate it with weight */
[hidden] {
  display: none !important;
}

body {
  margin: 0;
  background: #efebdf; /* the mat around the column on wide screens */
  color: var(--ink);
  font-family: Heebo, 'Segoe UI', system-ui, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

:where(a, button):focus-visible {
  outline: 0.1875rem solid var(--blue);
  outline-offset: 0.125rem;
}

.skip {
  position: absolute;
  inset-inline-start: -100vw;
}
.skip:focus {
  position: static;
  display: block;
  padding: 0.5rem;
  background: var(--lime);
}

/* ---------- the 430 column ------------------------------------------------ */
.frame {
  width: 26.875rem; /* 430 */
  max-width: 100%;
  margin-inline: auto;
  background: var(--paper);
  overflow: clip; /* keeps rotated marks and marquee inside the column */
}

@media (min-width: 27.5rem) {
  .frame {
    box-shadow: 0 0 0 1px rgba(11, 11, 11, 0.08), 0 1.5rem 4rem rgba(11, 11, 11, 0.1);
  }
}

.pad {
  padding-inline: var(--gutter);
}

/* ---------- shared marks -------------------------------------------------- */
/* lime/paper "sticker" — outlined box with a hard shadow */
.mark {
  display: inline-block;
  border: 0.15625rem solid var(--ink); /* 2.5 */
  border-radius: 0.625rem; /* 10 */
  background: var(--lime);
  letter-spacing: -0.025em; /* the stickers are tracked looser than the heading */
}

/* ---------- header -------------------------------------------------------- */
.topbar {
  display: flex;
  justify-content: flex-start; /* rtl → logo sits on the right */
  padding-block: 1.0625rem 0; /* 17 */
}

.topbar img {
  width: 5.625rem; /* 90 */
  height: 2.5625rem; /* 41 */
}

/* the header CTA and the wide star field only exist in the desktop frame.
   .topbar > needed so this beats .btn's own display further down the file. */
.topbar > .topbar-cta,
.stars-wide {
  display: none;
}

/* ---------- hero ---------------------------------------------------------- */
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 11.8125rem; /* 189 */
  height: 2rem; /* 32 */
  margin: 2rem 0 0 auto; /* 32 above; rtl → hugs the right edge */
  border: 0.0625rem solid var(--ink);
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  font-size: 0.875rem; /* 14 */
  font-weight: 900;
  line-height: 1;
}

.badge::before {
  content: '';
  order: -1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #1665d7;
}

h1 {
  margin: 1.125rem 0 0; /* 18 */
  font-size: 3.25rem; /* 52 */
  font-weight: 900;
  line-height: 3rem; /* 48 */
  letter-spacing: -0.05em;
  text-align: start;
}

h1 .line {
  display: block;
}

h1 .mark {
  margin-top: 1.4375rem; /* 23 */
  padding: 0.125rem 0.78125rem 0.4375rem;
  transform: rotate(-1.4deg);
}

/* three claim rows */
.claims {
  margin: 2.3125rem 0 0; /* 37 */
  padding: 0;
  list-style: none;
  font-size: 1.15625rem; /* 18.5 */
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.claims li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  height: 1.6875rem; /* 26.94 */
  margin-block-end: 0.375rem; /* → 32.94 pitch */
  overflow: visible;
}

.tag {
  flex: none;
  display: grid;
  place-items: center;
  width: 3.375rem; /* 54 */
  height: 1.625rem; /* 26 */
  border: 0.125rem solid var(--ink);
  border-radius: 0.4375rem;
  font-size: 0.8125rem; /* 13 */
  line-height: 1;
  transform: rotate(1deg);
}

.tag.is-less {
  background: var(--coral);
}
.tag.is-more {
  background: var(--lime);
}

.lede {
  position: relative;
  margin: 1.0625rem 0 0; /* 17 */
  padding-block-end: 0.0625rem;
  padding-inline-start: 1.1875rem; /* room for the blue rule */
  font-size: 0.90625rem; /* 14.5 */
  font-weight: 600;
  line-height: 1.46875rem; /* 23.5 — two lines fill the 47 rule exactly */
  text-align: start;
}

.lede::after {
  content: '';
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 0.3125rem; /* 5 */
  background: var(--blue);
}

.lede b {
  color: var(--blue);
  font-weight: 900;
}

/* the blue hero stage: phone + person + stars, exported straight from Figma */
.stage {
  position: relative;
  height: 28.5625rem; /* 457 = 451 card + 6 shadow */
  margin-top: 1.1875rem; /* 19 */
}

.stage img {
  position: absolute;
  top: -0.375rem; /* the export carries 6px of headroom */
  left: 0;
  width: 25.125rem; /* 402 = 394 card + 8 shadow */
  height: 28.9375rem; /* 463 */
  max-width: none; /* it is 8 wider than the column: the shadow lives outside */
}

/* ---------- buttons ------------------------------------------------------- */
.btn {
  display: grid;
  place-items: center;
  height: 3.875rem; /* 62 */
  border: var(--edge) solid var(--ink);
  border-radius: 1rem;
  background: var(--ink);
  color: var(--lime);
  font-size: 1.1875rem; /* 19 */
  font-weight: 900;
  line-height: 1.625rem; /* 26 */
  text-decoration: none;
  box-shadow: 0 var(--hard) 0 var(--ink);
}

.btn:active {
  transform: translateY(var(--hard));
  box-shadow: none;
}

.hero .btn {
  margin-top: 2.3125rem; /* 37 */
}

.note {
  margin: 1.0625rem 0 0; /* 17 */
  font-size: 0.875rem; /* 14 */
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* ---------- marquee ------------------------------------------------------- */
.marquee {
  display: flex;
  overflow: hidden;
  margin-top: 2.75rem; /* 44 */
  padding-block: 0.5rem;
  height: 2.125rem; /* 34 */
  background: var(--ink);
  color: var(--lime);
  font-size: 0.78125rem; /* 12.5 */
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0.16em;
  white-space: nowrap;
  user-select: none;
}

.marquee span {
  flex: none;
  padding-inline-end: 1em;
  animation: slide 18s linear infinite;
}

@keyframes slide {
  to {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation: none;
  }
}

/* ---------- section 2 ----------------------------------------------------- */
h2 {
  margin: 0;
  font-size: 2.125rem; /* 34 */
  font-weight: 900;
  line-height: 2.375rem; /* 38 */
  letter-spacing: -0.05em;
  text-align: start;
}

h2 .line {
  display: block;
}

h2 .mark {
  margin-top: 0.4375rem; /* 7 */
  padding: 0 0.625rem 0.1875rem;
  transform: rotate(-1.2deg);
}

.section-next {
  padding-top: 4.625rem; /* 74 */
}

.section-next .sub {
  font-size: 0.96875rem; /* 15.5 */
  font-weight: 900;
}

.sub {
  margin: 1.125rem 0 0; /* 18 */
  font-size: 0.875rem; /* 14 */
  font-weight: 600;
  line-height: 1.3125rem; /* 21 */
  text-align: start;
}

/* the ranges screen inside its phone shell, with the star field around it */
.device {
  position: relative;
  height: 27.5625rem; /* 441 */
}

.device .shell {
  position: absolute;
  top: 0;
  left: 5.1875rem; /* 83 = 101 − 18 */
  width: 14.1875rem; /* 227 */
  height: 27.1875rem; /* 435 */
  padding: 0.4375rem; /* 7 */
  border-radius: 1.6875rem; /* 27 */
  background: var(--ink);
  box-shadow: var(--hard) var(--hard) 0 var(--ink);
}

.device .shell img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem; /* 20 */
  object-fit: cover;
}

.device .stars {
  position: absolute;
  top: 2.1625rem; /* 34.6 */
  left: 1.0625rem; /* 17 = 35 − 18 */
  width: 22.5625rem; /* 361 */
  height: 22.9375rem; /* 367 */
  pointer-events: none;
}

/* ---------- timeline ------------------------------------------------------ */
.timeline {
  margin: 0.875rem 0 0; /* 14 */
  padding: 0;
  list-style: none;
}

.timeline .node {
  position: relative;
  height: 2.125rem; /* 34 */
  margin-block: 0.5rem; /* 8 */
}

.timeline .n1 {
  height: 2.375rem; /* 38 */
  margin-block: 2.375rem 0.625rem; /* 38 / 10 */
}

.n1 { --stop: var(--lime); }
.n2 { --stop: var(--blue); }
.n3 { --stop: var(--coral); }
.n4 { --stop: var(--violet); }
.n5 { --stop: var(--green); }

.c1 { --tone: var(--blue); }
.c2 { --tone: var(--coral); }
.c3 { --tone: var(--violet); }
.c4 { --tone: var(--lime); }
.c5 { --tone: var(--green); }

.node::before {
  /* the dashed rail: 3.5 wide, 6 on / 7 off */
  content: '';
  position: absolute;
  inset-block: 0;
  left: 50%;
  translate: -50% 0;
  width: 0.21875rem;
  background: repeating-linear-gradient(
    to bottom,
    var(--ink) 0 0.375rem,
    transparent 0.375rem 0.8125rem
  );
}

.node::after {
  /* the coloured stop */
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.875rem; /* 14 */
  height: 0.875rem;
  border: 0.15625rem solid var(--ink);
  border-radius: 50%;
  background: var(--stop, var(--lime));
  box-shadow: 0.125rem 0.125rem 0 var(--ink);
}

.card {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem; /* 14 */
  padding: 0.8125rem; /* 13 → 16 from the outer edge */
  border: var(--edge) solid var(--ink);
  border-radius: 1.125rem; /* 18 */
  background: var(--paper);
  box-shadow: 0 var(--hard) 0 var(--ink);
}

.card .icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 3rem; /* 48 */
  height: 3rem;
  border: 0.15625rem solid var(--ink);
  border-radius: 0.875rem; /* 14 */
  background: var(--tone);
}

.card .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.card .copy {
  flex: 1;
  min-width: 0;
}

.card h3 {
  margin: 0;
  font-size: 1.125rem; /* 18 */
  font-weight: 900;
  line-height: 1.5rem; /* 24 */
  letter-spacing: -0.04em;
}

.card p {
  margin: 0.3125rem 0 0; /* 5 */
  font-size: 0.875rem; /* 14 */
  font-weight: 600;
  line-height: 1.3125rem; /* 21 */
}

/* card 3 carries the chat illustration on a striped lime bed */
.card.is-wide {
  display: block;
  padding: 0;
  overflow: hidden;
}

.card.is-wide .head {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.8125rem 0.8125rem 1rem;
}

.chat-bed {
  position: relative;
  height: 20.25rem; /* 324 */
  background: var(--lime)
    repeating-linear-gradient(
      43deg,
      rgba(11, 11, 11, 0.07) 0 0.6875rem,
      transparent 0.6875rem 0.9375rem
    );
}

.chat-bed img {
  position: absolute;
  top: 1.22375rem; /* 19.58 */
  left: 4.43125rem; /* 70.9 */
  width: 16.83rem; /* 269.3 */
  height: 16.675rem; /* 266.8 */
  border: var(--edge) solid var(--ink);
  border-radius: 0.78125rem;
  box-shadow: var(--hard) var(--hard) 0 var(--ink);
  transform-origin: 0 0;
  rotate: 4.709deg;
}

.chat-bed .who {
  position: absolute;
  top: 0.50625rem; /* 8.1 */
  left: 19.21875rem; /* 307.5 */
  display: grid;
  place-items: center;
  width: 6rem; /* 96 */
  height: 1.75rem; /* 28 */
  border: 0.15625rem solid var(--ink);
  border-radius: 0.875rem;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.6875rem;
  font-weight: 900;
  box-shadow: 0.1875rem 0.1875rem 0 var(--ink);
  transform-origin: 0 0;
  rotate: 45deg;
  white-space: nowrap;
}

.quick {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem; /* 8 */
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.quick li {
  display: grid;
  place-items: center;
  height: 1.875rem; /* 30 */
  padding-inline: 0.625rem;
  border: 0.125rem solid var(--ink);
  border-radius: 0.9375rem;
  background: var(--paper);
  font-size: 0.8125rem; /* 13 */
  font-weight: 900;
  line-height: 1;
  box-shadow: 0.15625rem 0.15625rem 0 var(--ink);
}

.quick .is-key {
  background: var(--lime);
}

/* ---------- closing lines of section 2 ------------------------------------ */
.kicker {
  margin: 2.875rem 0 0; /* 46 */
  font-size: 1rem; /* 16 */
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.banner {
  display: grid;
  place-items: center;
  height: 3.25rem; /* 52 */
  margin-top: 0.9375rem; /* 15 */
  border: var(--edge) solid var(--ink);
  border-radius: 0.875rem;
  background: var(--lime);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 var(--hard) 0 var(--ink);
}

/* ---------- section 3 — clips --------------------------------------------- */
.section-clips {
  padding-top: 0.6875rem; /* 11 */
}

.section-clips h2 {
  font-size: 2rem; /* 32 — this line is set a notch smaller in the design */
}

.section-clips .sub {
  margin-top: 0.5rem; /* 8 */
}

.clips {
  margin: 2rem 0 0; /* 32 */
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.125rem; /* 18 */
}

.clip {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  appearance: none;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  border: var(--edge) solid var(--ink);
  border-radius: 1.125rem;
  background: var(--ink);
  box-shadow: 0 var(--hard) 0 var(--ink);
  overflow: hidden;
  aspect-ratio: 394 / 246;
}

.clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clip .play {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  width: 3.3125rem; /* 53 */
  height: 3.3125rem;
  border: var(--edge) solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
}

.clip .play svg {
  width: 0.75rem;
  height: 0.75rem;
  margin-inline-start: 0.125rem;
}

.clip .ep {
  position: absolute;
  top: 0.44375rem; /* 7.1 */
  inset-inline-start: 0.44375rem;
  display: grid;
  place-items: center;
  width: 3.1875rem; /* 51 */
  height: 1.5rem; /* 24 */
  border: 0.15625rem solid var(--ink);
  border-radius: 0.6875rem;
  background: #fff;
  color: var(--ink);
  font-size: 0.6875rem;
  font-weight: 900;
  rotate: 3deg;
}

.clip .soon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: none;
  place-items: center;
  padding: 0.5rem 0.9375rem;
  border: 0.15625rem solid var(--ink);
  border-radius: 1.25rem;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0.1875rem 0.1875rem 0 var(--ink);
}

.clip.is-soon .soon {
  display: grid;
}

.clip.is-soon .play {
  display: none;
}

/* ---------- download block ------------------------------------------------ */
.download {
  margin-top: 2rem; /* 32 */
  padding: 2.25rem var(--gutter) 2.5625rem; /* 36 / 41 */
  background: linear-gradient(168.9deg, #2a73f0, #0f3fa8);
  color: #fff;
  text-align: center;
}

.download h2 {
  text-align: center;
}

.download h2 em {
  display: block;
  color: var(--lime);
  font-style: normal;
}

.download p {
  margin: 1.1875rem 0 0; /* 19 */
  color: #dce7fa;
  font-size: 0.9375rem; /* 15 */
  font-weight: 600;
  line-height: 1;
}

.stores {
  display: grid;
  gap: 0.625rem; /* 10 */
  margin-top: 1.3125rem; /* 21 */
}

.store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  height: 3rem; /* 48 */
  border-radius: 0.875rem;
  background: #fff;
  color: var(--ink);
  font-size: 0.875rem; /* 14 */
  font-weight: 900;
  text-decoration: none;
}

.store svg {
  width: 1.125rem; /* 18 */
  height: 1.125rem;
}

.store.is-apple svg {
  width: 1.5rem; /* the apple mark reads smaller inside the same box */
  height: 1.5rem;
}

.store span {
  direction: ltr;
}

.download .soon-note {
  display: inline-grid;
  place-items: center;
  margin: 1.125rem auto 0;
  padding: 0.5rem 1rem;
  border: 0.125rem solid var(--lime);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--lime);
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1;
}

/* ---------- footer -------------------------------------------------------- */
.foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.125rem 0.9375rem 4.125rem; /* 34 / 15 / 66 */
}

.foot-links {
  display: flex;
  gap: 1.5625rem; /* 25 */
}

.chip {
  display: grid;
  place-items: center;
  height: 2rem; /* 32 */
  padding-inline: 1rem;
  border: 0.15625rem solid var(--ink);
  border-radius: 1rem;
  background: var(--lime);
  font-size: 0.8125rem; /* 13 */
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0.25rem 0.25rem 0 var(--ink);
}

.chip.is-quiet {
  background: #d7d7d7;
}

.chip[aria-current] {
  background: var(--paper);
}

/* ==========================================================================
   legal pages (privacy / terms) — same skin, plain document layout
   ========================================================================== */
.legal {
  padding-block: 2.25rem 3.5rem;
}

.legal .back {
  display: inline-grid;
  place-items: center;
  height: 2rem;
  padding-inline: 0.875rem;
  border: 0.15625rem solid var(--ink);
  border-radius: 1rem;
  background: var(--paper);
  font-size: 0.8125rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0.25rem 0.25rem 0 var(--ink);
}

.legal h1 {
  margin: 1.5rem 0 0;
  font-size: 2.125rem;
  line-height: 1.1176;
}

.legal .updated {
  margin: 0.75rem 0 0;
  color: var(--grey);
  font-size: 0.8125rem;
  font-weight: 600;
}

.legal .toc {
  margin: 1.75rem 0 0;
  padding: 1rem;
  border: var(--edge) solid var(--ink);
  border-radius: 1.125rem;
  background: #fff;
  box-shadow: var(--hard) var(--hard) 0 var(--ink);
}

.legal .toc h2 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.legal .toc ol {
  margin: 0.625rem 0 0;
  padding-inline-start: 0;
  list-style: none; /* the section headings carry their own numbers */
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
}

.legal section {
  margin-top: 2rem;
}

.legal h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.legal p,
.legal li {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
}

.legal p {
  margin: 0.75rem 0 0;
}

.legal ul {
  margin: 0.75rem 0 0;
  padding-inline-start: 1.125rem;
}

.legal h3 {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.legal a {
  text-decoration-color: rgba(11, 11, 11, 0.35);
  text-underline-offset: 0.1875rem;
  word-break: break-word;
}

.legal .table-wrap {
  margin-top: 1rem;
  overflow-x: auto;
  border: var(--edge) solid var(--ink);
  border-radius: 1.125rem;
  background: #fff;
  box-shadow: 0 var(--hard) 0 var(--ink);
}

.legal table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: start;
}

.legal thead th {
  background: var(--lime);
  font-weight: 900;
}

.legal th,
.legal td {
  padding: 0.625rem 0.875rem;
  border-block-end: 0.0625rem solid rgba(11, 11, 11, 0.12);
  text-align: start;
  vertical-align: top;
}

.legal tbody th {
  font-weight: 900;
  white-space: normal;
}

.legal tbody tr:last-child th,
.legal tbody tr:last-child td {
  border-block-end: 0;
}

.legal .todo {
  margin-top: 0.75rem;
  padding: 0.75rem 0.875rem;
  border: 0.125rem dashed var(--grey);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--grey);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.7;
}

.legal .draft {
  margin-top: 1.25rem;
  padding: 0.875rem 1rem;
  border: var(--edge) solid var(--ink);
  border-radius: 1.125rem;
  background: var(--lime);
  box-shadow: 0 var(--hard) 0 var(--ink);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}

.legal .toc a {
  text-decoration-color: rgba(11, 11, 11, 0.35);
  text-underline-offset: 0.1875rem;
}

.legal .foot,
.legal + .foot {
  padding-top: 1.5rem;
}

/* ==========================================================================
   DESKTOP — rebuilt from the Figma frame "דסקטופ" (1440 × 3320.55)
   Same trick as the mobile frame: 1rem == 1 design px × 16 at a 1440-wide
   viewport, scaling down proportionally between 1100 and 1440.
   ========================================================================== */
@media (min-width: 1024px) {
  html {
    font-size: min(100%, 1.1111vw); /* 16 / 1440 */
  }

  .frame {
    width: 90rem; /* 1440 */
  }

  .pad {
    padding-inline: 8.125rem; /* 130 */
  }

  /* ---------- header ------------------------------------------------------ */
  .topbar {
    justify-content: space-between;
    align-items: center;
    padding-block: 1.275rem 0; /* 20.4 */
  }

  .topbar img {
    width: 8.15625rem; /* 130.5 */
    height: 3.715rem; /* 59.45 */
  }

  .topbar > .topbar-cta {
    display: grid;
    width: 13.125rem; /* 210 */
    height: 3.375rem; /* 54 */
    border-radius: 1rem;
    font-size: 1.1875rem; /* 19 — same as the mobile button */
    box-shadow: 0.375rem 0.375rem 0 var(--ink); /* 6,6 */
  }

  /* ---------- hero -------------------------------------------------------- */
  .hero {
    display: grid;
    grid-template-columns: 31.52rem 1fr; /* 504.32 copy | stage */
    grid-template-rows: auto auto;
    column-gap: 5.205rem; /* 83.28 */
    /* the Figma hero column stops 21.1 short of the page gutter */
    padding-inline: 9.44375rem 8.125rem;
    padding-block-start: 6.478125rem; /* 103.65 */
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-cta {
    grid-column: 1;
    grid-row: 2;
  }

  .stage {
    grid-column: 2;
    grid-row: 1 / 3;
    height: 41.415625rem; /* 662.65 = 653.95 card + 8.7 shadow */
    margin-top: 0;
  }

  .stage img {
    top: -0.54375rem; /* -8.7 */
    left: -0.134375rem; /* -2.15 */
    width: 36.43125rem; /* 582.9 = 402 × 1.45 */
    height: 41.959375rem; /* 671.35 = 463 × 1.45 */
  }

  .badge {
    width: 15.12rem; /* 241.92 */
    height: 2.56rem; /* 40.96 */
    margin-top: 0.03125rem; /* 0.5 */
    gap: 0.64rem;
    border-width: 0.08rem; /* 1.28 */
    border-radius: 0.8rem;
    box-shadow: 0 0.32rem 0.64rem rgba(0, 0, 0, 0.25);
    font-size: 1.12rem; /* 17.92 */
  }

  .badge::before {
    width: 0.64rem;
    height: 0.64rem;
  }

  h1 {
    margin-top: 1.5625rem; /* 25 */
    font-size: 4.16rem; /* 66.56 */
    line-height: 3.84rem; /* 61.44 */
  }

  h1 .mark {
    margin-top: 1.875rem; /* 30 */
    padding: 0.16rem 1rem 0.56rem; /* 2.56 / 16 / 8.96 */
    border-width: 0.2rem; /* 3.2 */
    border-radius: 0.8rem;
    box-shadow: 0 0.32rem 0 var(--ink); /* 5.12, clipped to the column */
  }

  .claims {
    margin-top: 2.9125rem; /* 46.6 */
    font-size: 1.48rem; /* 23.68 */
  }

  .claims li {
    height: 2.18375rem; /* 34.94 */
    margin-block-end: 0.49625rem; /* → 42.88 pitch */
    gap: 0.64rem;
  }

  .tag {
    width: 4.32rem; /* 69.12 */
    height: 2.125rem; /* 34 */
    border-width: 0.16rem; /* 2.56 */
    border-radius: 0.56rem;
    font-size: 1.04rem; /* 16.64 */
  }

  .lede {
    margin-top: 1.0125rem; /* 16.2 */
    padding-block: 0.48rem 0; /* 7.68 */
    padding-inline-start: 1.43125rem; /* 22.9 */
    font-size: 1.1625rem; /* 18.6 — any larger and the second line breaks */
    line-height: 1.9375rem; /* 31 */
  }

  .lede::after {
    inset-block: 0.48rem 0;
    width: 0.4rem; /* 6.4 */
  }

  .hero .btn {
    margin-top: 3.08rem; /* 49.28 */
    height: 5.005rem; /* 80.08 */
    border-width: 0.24rem; /* 3.84 */
    border-radius: 1.28rem;
    font-size: 1.52rem; /* 24.32 */
    line-height: 2.08rem; /* 33.28 */
    box-shadow: 0 0.48rem 0 var(--ink); /* 7.68, clipped to the column */
  }

  .note {
    margin-top: 1.35rem; /* 21.6 */
    font-size: 1.12rem; /* 17.92 */
  }

  /* ---------- marquee ----------------------------------------------------- */
  .marquee {
    margin-top: 4.796875rem; /* 76.75 → bar top at 923.35 */
    height: 3.25rem; /* 52 */
    padding-block: 0.8125rem; /* 13 */
    font-size: 1.19375rem; /* 19.1 */
    line-height: 1.625rem; /* 26 */
  }

  /* ---------- the diagonal wash behind the middle of the page ------------- */
  .wash {
    padding-block-end: 5.975rem; /* 95.6 — carries the wash down to the blue block */
    background: repeating-linear-gradient(
      126.7deg,
      rgba(11, 11, 11, 0.05) 0 5.60625rem,
      transparent 5.60625rem 11.2125rem
    );
  }

  /* ---------- section: how it works --------------------------------------- */
  .section-next {
    padding-block-start: 2.178125rem; /* 34.85 */
  }

  .section-head {
    text-align: center;
  }

  h2 {
    font-size: 2.875rem; /* 46 */
    line-height: 3.20625rem; /* 51.3 */
    text-align: center;
  }

  .sub {
    text-align: center;
  }

  h2 .mark {
    margin-top: 1.25rem; /* 20 */
    padding: 0 0.84375rem 0.065625rem; /* 13.5 / 1.05 */
    border-width: 0.2109375rem; /* 3.375 */
    border-radius: 0.84375rem;
    box-shadow: 0.3375rem 0.3375rem 0 var(--ink); /* 5.4 */
  }

  .section-next .sub {
    margin-top: 2.2125rem; /* 35.4 */
    font-size: 1.23125rem; /* 19.7 */
    line-height: 1.775rem; /* 28.4 */
  }

  /* ---------- the timeline becomes a 5-column grid ------------------------ */
  .timeline {
    display: grid;
    grid-template-columns: 21.625rem 8.7625rem 11.525rem 8.7125rem 21.625rem;
    /* 346 card | 140.2 rail | 184.4 phone | 139.4 rail | 346 card */
    grid-template-rows: 9.875rem 1.5rem 9.875rem 2.65875rem auto;
    /* 158 | 24 | 158 | 42.54 | chat card */
    padding-inline: 0.75rem; /* 12 */
    margin-top: 2.7725rem; /* 44.36 */
  }

  .device {
    grid-column: 3;
    grid-row: 1 / 4;
    align-self: start;
    height: 22.385625rem; /* 358.17 */
    margin-top: -0.77125rem; /* -12.34 */
  }

  .device .shell {
    left: 0;
    width: 11.5228rem; /* 184.365 */
    height: 22.081rem; /* 353.299 */
    padding: 0.355625rem; /* 5.69 */
    border-radius: 1.370556rem; /* 21.93 */
    box-shadow: 0.3045rem 0.3045rem 0 var(--ink); /* 4.87 */
  }

  .device .shell img {
    border-radius: 1.0152rem; /* 16.24 */
  }

  .stars {
    display: none;
  }

  .stars-wide {
    display: block;
    position: absolute;
    top: 1.64125rem; /* 26.26 */
    left: -3.52125rem; /* -56.34 */
    width: 18.666875rem; /* 298.67 */
    height: 18.900625rem; /* 302.41 */
    max-width: none; /* it overhangs the phone column on both sides */
    pointer-events: none;
  }

  .n1 {
    grid-column: 2;
    grid-row: 1;
    --stop: var(--blue);
  }
  .n2 {
    grid-column: 2;
    grid-row: 3;
    --stop: var(--coral);
  }
  .n4 {
    grid-column: 4;
    grid-row: 1;
    --stop: var(--lime);
  }
  .n5 {
    grid-column: 4;
    grid-row: 3;
    --stop: var(--green);
  }
  .n3 {
    grid-column: 3;
    grid-row: 4;
    --stop: var(--lime);
  }

  /* horizontal rails */
  .timeline .n1,
  .timeline .n2,
  .timeline .n4,
  .timeline .n5 {
    align-self: center;
    width: 3.75rem; /* 60 */
    height: 0.1875rem; /* 3 */
    margin: 0;
  }

  .n1,
  .n2 {
    justify-self: start;
    margin-inline-start: 0.75rem; /* 12 off the card */
  }

  .n4,
  .n5 {
    justify-self: end;
    margin-inline-end: 0.75rem;
  }

  .n1::before,
  .n2::before,
  .n4::before,
  .n5::before {
    inset: 0;
    left: 0;
    width: auto;
    translate: none;
    background: var(--ink);
  }

  /* the vertical rail down into the chat card */
  .timeline .n3 {
    justify-self: center;
    width: 0.1875rem;
    height: 100%;
    margin: 0;
  }

  .n3::before {
    inset: auto auto auto 0;
    top: -0.485rem; /* -7.76 */
    width: 100%;
    height: 3.75rem; /* 60 */
    translate: none;
    background: var(--ink);
  }

  .n3::after {
    top: 1.54625rem; /* 24.74 */
    translate: -50% 0;
  }

  .node::after {
    width: 0.9375rem; /* 15 */
    height: 0.9375rem;
    box-shadow: 0.1875rem 0.1875rem 0 var(--ink); /* 3,3 */
  }

  /* ---------- the four small cards ---------------------------------------- */
  .c1 {
    grid-column: 1;
    grid-row: 1;
  }
  .c2 {
    grid-column: 1;
    grid-row: 3;
  }
  .c4 {
    grid-column: 5;
    grid-row: 1;
  }
  .c5 {
    grid-column: 5;
    grid-row: 3;
  }

  .card {
    gap: 0.8225rem; /* 13.16 */
    padding: 0.76375rem; /* 12.22 → 15.04 from the outer edge */
    border-width: 0.17625rem; /* 2.82 */
    border-radius: 1.0575rem; /* 16.92 */
    box-shadow: 0.3525rem 0.3525rem 0 var(--ink); /* 5.64 */
  }

  .card .icon {
    width: 2.82rem; /* 45.12 */
    height: 2.82rem;
    border-width: 0.146875rem; /* 2.35 */
    border-radius: 0.8225rem; /* 13.16 */
    box-shadow: 0.17625rem 0.17625rem 0 var(--ink); /* 2.82 */
  }

  .card .icon svg {
    width: 1.41rem;
    height: 1.41rem;
  }

  .card h3 {
    font-size: 1.05625rem; /* 16.9 */
    line-height: 1.40625rem; /* 22.5 */
  }

  .card p {
    margin-top: 0.29375rem; /* 4.7 */
    font-size: 0.81875rem; /* 13.1 */
    line-height: 1.265625rem; /* 20.25 */
  }

  /* ---------- the wide chat card ------------------------------------------ */
  .card.c3 {
    grid-column: 1 / -1;
    grid-row: 5;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 19.6875rem; /* 315 */
    padding: 0;
    margin-inline: -0.75rem; /* back out to the page gutters */
    border-width: var(--edge);
    border-radius: 1.125rem; /* 18 */
    box-shadow: var(--hard) var(--hard) 0 var(--ink); /* 6,6 */
  }

  .card.c3 .head {
    flex: 1;
    align-items: center;
    gap: 1.25rem; /* 20 */
    padding: 0 1.9375rem 0 2.5rem; /* 31 right / 40 left */
  }

  /* the copy block sits a touch above the card's centre line in the Figma */
  .card.c3 .copy {
    margin-block-end: 0.875rem; /* 14 */
  }

  .card.c3 .icon {
    width: 3.5rem; /* 56 */
    height: 3.5rem;
    border-width: 0.15625rem;
    border-radius: 0.875rem;
    box-shadow: 0.1875rem 0.1875rem 0 var(--ink);
  }

  .card.c3 .icon svg {
    width: 1.375rem; /* 22 */
    height: 1.375rem;
  }

  .card.c3 h3 {
    font-size: 1.65rem; /* 26.4 */
    line-height: 2.25rem; /* 36 */
  }

  .card.c3 .copy > p {
    margin-top: 0.65625rem; /* 10.5 */
    font-size: 1.275rem; /* 20.4 */
    line-height: 1.875rem; /* 30 */
  }

  .quick {
    flex-wrap: nowrap;
    gap: 0.625rem; /* 10 */
    margin: 1.394rem 0 0; /* 22.3 */
  }

  .quick li {
    height: 2.3125rem; /* 37 */
    padding-inline: 0.66875rem; /* 10.7 */
    border-radius: 1.15625rem;
    font-size: 0.9375rem; /* 15 */
    box-shadow: 0.1875rem 0.1875rem 0 var(--ink);
  }

  .chat-bed {
    flex: 0 0 32.3125rem; /* 517 → lime bed ends at 650 */
    height: auto;
    /* the wide bed uses a shallower, tighter stripe than the mobile one */
    background: var(--lime)
      repeating-linear-gradient(
        34.14deg,
        rgba(11, 11, 11, 0.07) 0 0.6875rem,
        transparent 0.6875rem 1.014375rem
      );
  }

  .chat-bed img {
    top: 1.85875rem; /* 29.74 */
    left: 6.785938rem; /* 108.575 */
    width: 15.044563rem; /* 240.713 */
    height: 14.90263rem; /* 238.442 */
  }

  .chat-bed .who {
    top: 0.60875rem; /* 9.74 */
    left: 20.3rem; /* 324.8 */
  }

  /* ---------- closing lines ----------------------------------------------- */
  .section-tail {
    margin-top: 3.625rem; /* 58 */
    text-align: center;
  }

  .kicker {
    margin: 0;
    font-size: 1.33125rem; /* 21.3 */
  }

  .banner {
    width: 33.24375rem; /* 531.9 */
    height: 4.44375rem; /* 71.1 */
    margin: 1.4375rem auto 0; /* 23 */
    border-width: 0.253125rem; /* 4.05 */
    border-radius: 1.18125rem;
    font-size: 1.35rem; /* 21.6 */
    box-shadow: 0 0.50625rem 0 var(--ink); /* 8.1, clipped to the column */
  }

  /* ---------- section: clips ---------------------------------------------- */
  .section-clips {
    padding-block-start: 8.928125rem; /* 142.85 */
  }

  .section-clips h2 {
    font-size: 2.59375rem; /* 41.5 */
    line-height: 2.9rem; /* 46.4 */
  }

  .section-clips .sub {
    margin-top: 0.725rem; /* 11.6 */
    font-size: 1.1375rem; /* 18.2 */
    line-height: 1.70625rem;
  }

  .clips {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.24875rem; /* 19.98 */
    margin-top: 2.55625rem; /* 40.9 */
    overflow: clip; /* the Figma frame clips the last card's shadow */
  }

  .clip {
    aspect-ratio: 379.816 / 237.144;
    border-width: 0.18075rem; /* 2.892 */
    border-radius: 1.0845rem; /* 17.352 */
    box-shadow: 0.3615rem 0 0 var(--ink); /* 5.784 — the Figma clip cuts the drop */
  }

  .clip .play {
    width: 3.19325rem; /* 51.092 */
    height: 3.19325rem;
    border-width: 0.18075rem;
  }

  .clip .play svg {
    width: 0.723rem;
    height: 0.723rem;
  }

  .clip .ep {
    top: 0.7rem; /* 11.2 */
    inset-inline-start: 0.60625rem; /* 9.7 */
    width: 3.0725rem; /* 49.16 */
    height: 1.48125rem; /* 23.7 */
    border-width: 0.150625rem; /* 2.41 */
    border-radius: 0.740625rem;
    font-size: 0.6875rem;
  }

  /* ---------- download --------------------------------------------------- */
  .download {
    margin-top: 0;
    padding: 4.9375rem 8.125rem 7.3625rem; /* 79 / 130 / 117.8 */
  }

  .download h2 {
    font-size: 2.975rem; /* 47.6 */
    line-height: 3.325rem; /* 53.2 */
  }

  .download p {
    margin-top: 2.4875rem; /* 39.8 */
    font-size: 1.1375rem; /* 18.2 */
  }

  .stores {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 1rem; /* 16 */
    margin-top: 4.53125rem; /* 72.5 */
  }

  .store {
    width: 13.625rem; /* 218 */
    height: 3.75rem; /* 60 */
    border-radius: 1.00625rem; /* 16.1 */
    font-size: 1.09375rem; /* 17.5 */
    gap: 0.75rem;
  }

  .store svg {
    width: 1.375rem;
    height: 1.375rem;
  }

  .store.is-apple svg {
    width: 1.8125rem;
    height: 1.8125rem;
  }

  /* ---------- footer ----------------------------------------------------- */
  .foot {
    padding: 2.4375rem 8.125rem 2.375rem; /* 39 / 130 / 38 */
  }

  .foot-links {
    flex-direction: row-reverse;
    gap: 0.75rem; /* 12 */
  }

  /* ---------- legal pages on a wide screen -------------------------------- */
  .legal {
    max-width: 50rem;
    margin-inline: auto;
    padding-inline: 2rem;
    padding-block: 3.5rem 5rem;
  }

  .legal h1 {
    font-size: 2.875rem;
    line-height: 3.20625rem;
    text-align: start;
  }

  .legal h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: start;
  }

  .legal p,
  .legal li {
    font-size: 1rem;
  }
}
