/* ================================================================
   עונים לי — shared design system ("bold editorial" winner)
   One file for the whole site. Retheme from :root.
   ================================================================ */
/* Miriam Libre — the wire-and-tags voice (OFL, self-hosted, variable 400–700) */
@font-face{font-family:"Miriam Libre";font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/miriam-libre-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:"Miriam Libre";font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/miriam-libre-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:"Miriam Libre";font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/miriam-libre-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 {
  --paper: #F7F2E6;
  --ink: #201D18;
  --ink-soft: #5C564B;
  --rule: #201D18;
  --rule-soft: #cfc9b8;
  --yellow: #ffe81a;          /* the electric highlight — the logo's yellow */
  --wa-green: #1daa61;        /* reserved for the WhatsApp artifact only */
  --success: #1e6b37;
  --error: #b3261e;
  --tagbg: #FDFAF1;           /* cable-tag surface */
  --led: #3ED47E;
  --w: 3px;                   /* the wire gauge */
  --max-width: 1140px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Noto Sans Hebrew", "Arial Hebrew", Arial, sans-serif;
  --font-display: "Miriam Libre", var(--font);
  --font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  font-family: "Miriam Libre", var(--font);
  background: var(--paper);
  /* faint paper grain — a static SVG noise tile, ~4% ink */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.075 0 0 0 0 0.075 0 0 0 0 0.066 0 0 0 0.045 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  color: var(--ink);
  line-height: 1.55;
  font-size: 17px;
}
.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
h1, h2, h3 {
  margin: 0;
  line-height: 1.1;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
}
p { margin: 0 0 1em; }
a { color: var(--ink); text-decoration-thickness: 2px; text-underline-offset: 3px; }

/* focus is always visible (headings included: the signup wizard moves focus to a
   tabindex="-1" step heading on each transition — see .signup-box below) */
a:focus, button:focus, input:focus, h1:focus, h2:focus {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  border-radius: 1px;
}

.skip-link {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
  padding: 10px 16px;
  z-index: 10;
}
.skip-link:focus { inset-inline-start: 8px; top: 8px; }

/* ===== hand-drawn marker strokes (CSS only) ===== */
.hl { position: relative; z-index: 0; white-space: nowrap; --hl-r: -1.4deg; }
.hl::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset-inline-start: -0.14em;
  inset-inline-end: -0.1em;
  bottom: 0.02em;
  height: 0.46em;
  background: var(--yellow);
  transform: rotate(var(--hl-r));
  border-radius: 0.4em 0.12em 0.5em 0.18em / 0.25em 0.5em 0.14em 0.4em;
}
.hl--thin { --hl-r: -0.8deg; }
.hl--thin::after {
  height: 0.16em;
  bottom: -0.06em;
  border-radius: 0.4em 0.1em 0.5em 0.2em / 0.5em 0.2em 0.5em 0.2em;
}

.brand { font-weight: 700; }

/* ===== masthead + site nav ===== */
.masthead { padding: 14px 0 0; }
.masthead-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
}
.masthead-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.masthead-mark {
  width: 34px;
  height: 34px;
  flex: none;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}
.masthead-brand:hover .masthead-mark { transform: rotate(-24deg); }
.masthead-date {
  display: none;
  font-size: .82rem;
  color: var(--ink-soft);
  letter-spacing: .04em;
}
.masthead-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-weight: 700;
  font-size: .9rem;
  white-space: nowrap;
  text-decoration: none;
  border: var(--w) solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  padding: 8px 14px;
  border-radius: 4px 14px 4px 4px;
  box-shadow: 0 3px 0 rgba(32,29,24,.85);
  transition: transform .12s;
}
.masthead-cta:hover { transform: translateY(-2px); }

.rule-double {
  border: 0;
  height: var(--w);
  background: var(--rule);
  border-radius: 2px;
}
.rule-thin { border-top: 2px solid var(--rule); border-radius: 2px; opacity: .55; }

.site-nav { border-bottom: 1px solid var(--rule); }
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
}
.site-nav a {
  display: block;
  padding: 13px 14px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav li:first-child a { padding-inline-start: 0; }
.site-nav a:hover { background: var(--yellow); }
.site-nav a:focus { outline-offset: -3px; }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -5px 0 var(--yellow); }

/* ===== hero (homepage) ===== */
.hero { padding: 26px 0 26px; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .09em;
  border: 1.5px solid var(--ink);
  padding: 5px 12px;
  margin: 0 0 20px;
}
.kicker .dot {
  width: 8px; height: 8px;
  background: var(--ink);
  border-radius: 50%;
  animation: pulse 2.4s ease-in-out 2; /* WCAG 2.2.2: finite run keeps auto-motion under 5s */
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }

.headline-top {
  display: block;
  font-size: clamp(2.9rem, 8.3vw, 6.4rem);
  line-height: .98;
}
.headline-sub {
  display: block;
  font-size: clamp(1.65rem, 4.8vw, 3.25rem);
  line-height: 1.12;
  margin-top: .18em;
}

.hero-cols {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 26px;
}
.deck {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 36ch;
  margin: 0;
}
.hero-copy { display: flex; flex-direction: column; align-items: start; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-price {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: .9rem;
}
.hero-price strong { color: var(--ink); }
.hero-trust {
  list-style: none;
  margin: 20px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--rule-soft);
  display: grid;
  gap: 7px;
  font-size: .88rem;
  font-weight: 750;
}
.hero-trust li::before { content: "✓"; font-weight: 700; margin-inline-end: 8px; }

.hero-proof {
  margin: 0;
  min-width: 0;
  align-self: start;
}
.hero-proof figcaption {
  margin-bottom: 10px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .045em;
}
.hero-proof-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-proof-step { position: relative; min-width: 0; }
.hero-proof-card {
  min-width: 0;
  background: #fff;
  border: 2.5px solid var(--ink);
}
.hero-proof-call { transition: opacity .45s ease, box-shadow .45s ease; }
.hero-proof-summary {
  box-shadow: -7px 7px 0 var(--yellow);
  transition: opacity .55s ease, filter .55s ease, box-shadow .55s ease;
}
.hero-proof-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 9px;
  border-bottom: 1px solid var(--rule-soft);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
}
.hero-proof-status { color: var(--ink); font-family: var(--font); font-weight: 700; }
.hero-proof-live {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  padding: 13px 11px 8px;
}
.hero-proof-live strong { grid-column: 1 / -1; font-size: .78rem; }
.hero-proof-avatar {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 2.5px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  transition: background .45s ease, color .45s ease;
}
.hero-proof-ring {
  position: absolute;
  inset: -7px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  opacity: 0;
}
.hero-proof-wave { display: flex; align-items: center; gap: 4px; height: 32px; }
.hero-proof-wave i {
  width: 4px;
  height: 26px;
  background: var(--ink);
  transform: scaleY(.25);
  transform-origin: center;
}
.hero-proof-wave i:nth-child(2) { height: 18px; }
.hero-proof-wave i:nth-child(3) { height: 30px; }
.hero-proof-wave i:nth-child(4) { height: 21px; }
.hero-proof-wave i:nth-child(5) { height: 27px; }
.hero-proof-call > p {
  margin: 0;
  padding: 8px 11px 11px;
  border-top: 1px solid var(--rule-soft);
  font-family: var(--font-display);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
}
.hero-proof-wa { display: inline-flex; align-items: center; gap: 5px; color: var(--ink); font-family: var(--font); font-weight: 850; }
.hero-proof-wa img { display: block; width: 24px; height: 24px; }
.hero-proof-bubble {
  display: grid;
  gap: 4px;
  margin: 10px;
  padding: 10px;
  background: #f0faec;
  border: 1px solid #d8e8d2;
  border-radius: 9px;
  border-start-start-radius: 2px;
  font-size: .72rem;
  line-height: 1.4;
}
.hero-proof-connector {
  position: absolute;
  display: block;
  width: 38px;
  height: 3px;
  inset-inline-end: -46px;
  top: 50%;
  background: var(--rule-soft);
}
.hero-proof-connector::after {
  content: "";
  position: absolute;
  inset-inline-end: -1px;
  top: -5px;
  border: 6px solid transparent;
  border-inline-start-color: var(--ink);
}
.hero-proof-connector i {
  position: absolute;
  inset: 0;
  background: var(--yellow);
  transform-origin: 100% 50%;
}
.hero-proof-note {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 750;
}

.btn {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font);
  font-size: 1.12rem;
  font-weight: 700;
  text-decoration: none;
  border: 3px solid var(--ink);
  padding: 14px 30px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.btn:hover { background: var(--yellow); color: var(--ink); }
.btn--secondary { background: transparent; color: var(--ink); }
.btn--secondary:hover { background: var(--ink); color: var(--paper); }

.ticker {
  margin-top: 26px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 10px 0;
  font-weight: 700;
  font-size: .92rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.ticker span { white-space: nowrap; }
.ticker span:not(:last-child)::after {
  content: "●";
  font-size: .5em;
  vertical-align: .35em;
  margin-inline: 12px;
  color: var(--ink-soft);
}

/* ===== section headers, newspaper style ===== */
.sect-head {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 20px;
}
.sect-head::before, .sect-head::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--rule);
}
.sect-more { margin: 22px 0 0; font-weight: 700; }

/* ===== how it works (homepage) ===== */
.how { padding: 38px 0 34px; }
.steps {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.steps li { padding: 18px 0; }
.steps li:not(:first-child) { border-top: 1px solid var(--rule-soft); }
.step-num {
  display: inline-grid;
  place-items: center;
  min-width: 2.3em;
  height: 2.3em;
  font-size: 1.35rem;
  font-weight: 700;
  background: var(--yellow);
  border-radius: 46% 54% 50% 50% / 52% 48% 55% 45%;
  transform: rotate(-3deg);
  margin-bottom: 12px;
}
.steps h3 { font-size: 1.45rem; margin-bottom: 8px; }
.steps p { margin: 0; color: var(--ink-soft); max-width: 30ch; }

/* ===== facts / trust strip ===== */
.facts { padding: 38px 0 34px; }
.facts-deck {
  font-size: 1.15rem;
  font-weight: 700;
  max-width: 52ch;
  margin: 0 0 20px;
}
.fact-list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 3px solid var(--rule);
}
.fact-list li { padding: 16px 0; }
.fact-list li:not(:first-child) { border-top: 1px solid var(--rule-soft); }
.fact-figure {
  display: block;
  font-size: clamp(2.3rem, 6vw, 3.4rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 8px;
}
.fact-list p { margin: 0; color: var(--ink-soft); max-width: 34ch; }
.fact-src {
  display: block;
  margin-top: 8px;
  font-size: .8rem;
  color: var(--ink-soft);
  letter-spacing: .03em;
}

/* ===== pricing line (homepage) ===== */
.pricing { padding: 34px 0; text-align: center; }
.pricing h2 {
  font-size: clamp(1.9rem, 5.5vw, 3.2rem);
  line-height: 1.2;
}
.pricing p {
  margin: 14px auto 0;
  font-size: 1.1rem;
  font-weight: 700;
  max-width: 44ch;
}

/* ===== waitlist form ===== */
.waitlist { padding: 32px 0 44px; }
.waitlist-box {
  border: 3px solid var(--ink);
  padding: 26px 20px 20px;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  background: var(--paper);
}
.waitlist-tag {
  position: absolute;
  top: -16px;
  inset-inline-start: 22px;
  background: var(--yellow);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .08em;
  padding: 4px 14px;
  transform: rotate(-2deg);
}
.waitlist h2 { font-size: clamp(1.6rem, 4.8vw, 2.4rem); margin-bottom: 8px; }
.waitlist-sub { color: var(--ink-soft); margin-bottom: 18px; }
.start-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-weight: 750;
}
.start-list li::before { content: "✓"; margin-inline-end: 9px; font-weight: 700; }
.cta-link { text-align: center; text-decoration: none; }
.start-hint { margin: 12px 0 0; text-align: center; }

label { display: block; font-weight: 700; margin-bottom: 8px; }
input[type="tel"], input[type="text"], input[type="email"] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  font-size: 1.15rem;
  padding: 13px 14px;
  border: 2.5px solid var(--ink);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
}
input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="email"]::placeholder { color: #767268; }
.hint { font-size: .88rem; color: var(--ink-soft); margin: 8px 0 20px; }
/* ‏"(לא חובה)" ליד תווית — נוכח מספיק כדי להרגיע, לא מספיק כדי למשוך */
.optional { font-weight: 400; font-size: .85em; color: var(--ink-soft); }

/* Honeypot: clipped in place (not display:none) so naive bots still fill it, real users and AT never see it.
   No left:-9999px — on RTL pages that extends scrollable overflow and lets the page pan sideways. */
.hp-field {
  position: absolute;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cta-button {
  display: block;
  width: 100%;
  border: var(--w) solid var(--ink);
  border-radius: 4px 18px 4px 4px;
  background: var(--yellow);
  color: var(--ink);
  font-family: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 4px 0 rgba(32,29,24,.85);
  padding: 15px 20px;
  cursor: pointer;
  transition: transform .12s;
}
.cta-button:hover { transform: translateY(-2px); }
.cta-button:disabled { opacity: .65; cursor: default; }

.form-message {
  min-height: 1.4em;
  margin: 14px 0 0;
  font-size: .98rem;
  font-weight: 700;
}
.form-message.is-success { color: var(--success); }
.form-message.is-error { color: var(--error); }

/* ===== interior pages: head + article prose ===== */
.page-head { padding: 30px 0 0; }
.page-head .kicker { margin-bottom: 16px; }
.page-head h1 {
  font-size: clamp(2.2rem, 7.5vw, 4.4rem);
  line-height: 1.02;
  max-width: 24ch;
}
.lead {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 62ch;
  margin: 18px 0 0;
}
.page-meta {
  margin: 14px 0 0;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--ink-soft);
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.article { padding: 26px 0 50px; }
.article-body { max-width: 68ch; }
.article-body h2 {
  font-size: 1.6rem;
  margin: 2em 0 .6em;
  padding-top: .8em;
  border-top: 3px solid var(--rule);
}
.article-body h2:first-child { margin-top: .9em; }
.article-body h3 { font-size: 1.2rem; margin: 1.6em 0 .45em; }
.article-body ul, .article-body ol { margin: 0 0 1.2em; padding-inline-start: 1.35em; }
.article-body li { margin-bottom: .5em; }
.article-body li::marker { font-weight: 700; }
.article-body .fact-list { margin-top: 2em; }

/* editorial pull-quote for sourced citations */
.article-body blockquote {
  margin: 1.4em 0;
  padding: .2em 1.1em;
  border-inline-start: 4px solid var(--ink);
  font-style: normal;
}
.article-body blockquote p { margin-bottom: .4em; }
.article-body blockquote cite {
  display: block;
  font-size: .85rem;
  font-style: normal;
  opacity: .75;
}

/* comparison table — newspaper rules, scrolls on narrow screens */
.table-scroll { overflow-x: auto; margin: 1.4em 0; }
.article-body table {
  border-collapse: collapse;
  width: 100%;
  min-width: 560px;
  font-size: .95rem;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.article-body caption {
  text-align: start;
  font-weight: 700;
  padding-bottom: .5em;
}
.article-body th, .article-body td {
  padding: .55em .7em;
  text-align: start;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.article-body thead th { border-bottom: 2px solid var(--ink); font-size: .85rem; }
.article-body tbody th { font-weight: 700; white-space: nowrap; }

/* closing CTA box on interior pages */
.endcta {
  margin-top: 48px;
  border: var(--w) solid var(--ink);
  border-radius: 6px 26px 6px 6px;
  padding: 26px 22px 22px 40px;
  position: relative;
  background: var(--tagbg);
}
.endcta::before {
  content: "";
  position: absolute;
  top: 9px;
  inset-inline-start: 11px;
  width: 12px;
  height: 12px;
  border: var(--w) solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
}
.endcta-tag {
  position: absolute;
  top: -14px;
  inset-inline-start: 18px;
  background: var(--yellow);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .08em;
  padding: 3px 12px;
  transform: rotate(-2deg);
}
.endcta p { margin: 0 0 16px; font-weight: 700; font-size: 1.12rem; max-width: 44ch; }

/* ===== blog listing ===== */
.post-list {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  border-top: 3px solid var(--rule);
}
.post-list li { border-bottom: 1px solid var(--rule-soft); padding: 26px 0 20px; }
.post-kicker {
  margin: 0 0 8px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--ink-soft);
}
.post-list h2 { font-size: clamp(1.45rem, 4.5vw, 2.1rem); margin: 0 0 10px; line-height: 1.15; }
.post-list h2 a { text-decoration: none; }
.post-list h2 a:hover { background: var(--yellow); }
.post-list h2 a:focus { outline-offset: 1px; }
.post-list > li > p { margin: 0; color: var(--ink-soft); max-width: 62ch; }

/* ===== 404 ===== */
.notfound { padding: 48px 0 64px; }
.notfound-code {
  font-size: clamp(4.5rem, 22vw, 10rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.notfound h1 { font-size: clamp(1.6rem, 5vw, 2.6rem); margin-bottom: 14px; }
.notfound p { max-width: 52ch; }
.notfound-links {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  font-weight: 700;
}

/* ===== footer ===== */
footer { padding: 22px 0 44px; font-size: .88rem; color: var(--ink-soft); }
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-links a { color: var(--ink); font-weight: 700; display: inline-grid; min-width: 44px; min-height: 44px; align-items: center; padding: 10px 2px; }

/* ===== desktop ===== */
@media (min-width: 800px) {
  body { font-size: 18px; }
  .masthead-date { display: block; }
  .hero { padding: 52px 0 40px; }
  .hero-cols {
    grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
    gap: 46px;
  }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps li { padding: 6px 28px 10px; }
  .steps li:not(:first-child) {
    border-top: 0;
    border-inline-start: 1px solid var(--rule-soft);
  }
  .steps li:first-child { padding-inline-start: 0; }
  .steps li:last-child { padding-inline-end: 0; }
  .fact-list { grid-template-columns: repeat(3, 1fr); }
  .fact-list--2 { grid-template-columns: repeat(2, 1fr); }
  .fact-list li { padding: 24px 28px 8px; }
  .fact-list li:not(:first-child) {
    border-top: 0;
    border-inline-start: 1px solid var(--rule-soft);
  }
  .fact-list li:first-child { padding-inline-start: 0; }
  .fact-list li:last-child { padding-inline-end: 0; }
  .waitlist-box { padding: 40px 44px 32px; }
  .page-head { padding: 44px 0 0; }
  .signup { padding: 56px 0 64px; }
  .signup-box { padding: 40px 44px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ---- semantic hero proof: incoming call -> answer -> WhatsApp summary ---- */
@keyframes hero-ring {
  0% { transform: scale(.82); opacity: .8; }
  100% { transform: scale(1.25); opacity: 0; }
}
@keyframes hero-speak {
  from { transform: scaleY(.2); }
  to { transform: scaleY(1); }
}
.motion .hero-proof-summary { opacity: .52; filter: grayscale(.35); box-shadow: -4px 4px 0 var(--rule-soft); }
.motion .hero-proof-connector i { transform: scaleX(0); transition: transform .55s cubic-bezier(.3,.7,.25,1); }
.motion .hero-proof[data-playing="true"][data-state="ring"] .hero-proof-ring { animation: hero-ring 1s ease-out 2; }
.motion .hero-proof[data-state="live"] .hero-proof-avatar { background: var(--yellow); }
.motion .hero-proof[data-state="live"] .hero-proof-wave i { animation: hero-speak .7s ease-in-out 3 alternate; }
.motion .hero-proof[data-state="live"] .hero-proof-wave i:nth-child(2) { animation-delay: .08s; }
.motion .hero-proof[data-state="live"] .hero-proof-wave i:nth-child(3) { animation-delay: .16s; }
.motion .hero-proof[data-state="live"] .hero-proof-wave i:nth-child(4) { animation-delay: .05s; }
.motion .hero-proof[data-state="live"] .hero-proof-wave i:nth-child(5) { animation-delay: .12s; }
.motion .hero-proof[data-state="done"] .hero-proof-call { opacity: .72; }
.motion .hero-proof[data-state="done"] .hero-proof-avatar { background: var(--ink); color: var(--paper); }
.motion .hero-proof[data-state="done"] .hero-proof-summary { opacity: 1; filter: none; box-shadow: -8px 8px 0 var(--yellow); }
.motion .hero-proof[data-state="done"] .hero-proof-connector i { transform: scaleX(1); }

/* ================================================================
   Motion layer — active only when motion.js adds .motion to <html>
   (never under prefers-reduced-motion). Without it, everything
   below is inert and the page is complete and fully static.
   All motion is change-in-place: dissolve, develop, tick, ignite.
   ================================================================ */

/* dissolve reveals — opacity only, nothing travels */
.motion [data-reveal] { opacity: 0; transition: opacity .7s ease var(--rd, 0s); }
.motion [data-reveal].is-on { opacity: 1; }
.motion [data-reveal="develop"] {
  filter: blur(9px);
  transition: opacity .85s ease var(--rd, 0s), filter .85s ease var(--rd, 0s);
}
.motion [data-reveal="develop"].is-on { filter: blur(0); }

/* the marker ink draws itself when it enters the page (RTL: from the right) */
.motion .hl::after {
  transform: rotate(var(--hl-r)) scaleX(0);
  transform-origin: 100% 50%;
  transition: transform .55s cubic-bezier(.3, .7, .25, 1) .12s;
}
.motion .hl.is-on::after { transform: rotate(var(--hl-r)) scaleX(1); }

/* step numbers ignite yellow, in place, after their card dissolves in */
.motion .steps li .step-num {
  background: var(--paper);
  box-shadow: inset 0 0 0 2px var(--ink);
  transition: background .5s ease calc(var(--rd, 0s) + .3s),
              box-shadow .5s ease calc(var(--rd, 0s) + .3s);
}
.motion .steps li.is-on .step-num {
  background: var(--yellow);
  box-shadow: inset 0 0 0 2px transparent;
}

/* the rotary dial dials by itself now and then — pull, stop, spring back */
@keyframes dial-pull {
  0%, 55%   { rotate: 0deg; }
  63%       { rotate: -98deg; }
  66%       { rotate: -98deg; }
  73%       { rotate: 5deg; }
  76%, 100% { rotate: 0deg; }
}
.motion .dial { animation: dial-pull 8.5s cubic-bezier(.4, .1, .3, 1) 2.2s 2; } /* WCAG 2.2.2: two pulls (~3.6s of motion), then rests */

/* ================================================================
   The call scene — scroll advances the clock of one real moment.
   Static by default; motion.js turns it into a pinned scene.
   ================================================================ */
.scene { padding: 16px 0 36px; }
.scene .sect-head { margin-bottom: 10px; }
.scene-sub {
  color: var(--ink-soft);
  font-weight: 700;
  margin: 0 0 22px;
}
.scene-tag {
  display: inline-block;
  border: 1.5px solid var(--ink);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .07em;
  padding: 2px 10px;
  margin-inline-start: 8px;
  white-space: nowrap;
}

.motion #call-scene { height: calc(100vh + 180vh); height: calc(100svh + 180vh); padding: 0; }
.motion #call-scene .scene-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
/* scroll-breath + micro-drift: the pinned stage answers every scroll input —
   weight with scroll speed (--mnb) and a slow settle across the scene (--p) —
   so the scene never reads as frozen while the clock tells the story */
.motion #call-scene:not(.scene-compact) .scene-stage {
  translate: 0 calc((var(--p, .5) - .5) * -10px + var(--mnb, 0px));
}

/* live indicator: while the call is on the line, a small dot pulses next to
   the label — real phone-UI language; the scene is alive even at a full stop */
.ph-status { display: inline-flex; align-items: center; gap: 7px; }
.ph-live {
  width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: var(--yellow); border: 1.5px solid var(--ink);
  opacity: 0; transition: opacity .3s ease;
}
.motion #call-scene[data-phase="live"] .ph-live {
  opacity: 1;
  /* finite on purpose: WCAG 2.2.2 + the accessibility statement promises bounded animations */
  animation: ph-livepulse 1.1s steps(2) 4;
}
@keyframes ph-livepulse { 50% { opacity: .3; } }

.scene-grid { display: grid; gap: 20px; }

/* ---- the phone: a living object whose state changes in place ---- */
.phone {
  align-self: start;
  max-width: 340px;
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: -8px 8px 0 var(--yellow);
}
.ph-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 9px 14px;
  border-bottom: 1.5px solid var(--rule-soft);
  font-size: .84rem;
  font-weight: 700;
}
.ph-num { font-family: var(--font-mono); color: var(--ink-soft); font-weight: 700; }
.ph-core {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 18px;
}
.ph-avatar {
  position: relative;
  width: 76px;
  height: 76px;
  flex: none;
  border: 3px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
  transition: background .45s ease, color .45s ease;
}
.ph-glyph {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
}
.ph-halo {
  position: absolute;
  inset: -10px;
  border: 2.5px solid var(--ink);
  border-radius: 50%;
  opacity: 0;
}
#call-scene[data-phase="ring"] .ph-halo { animation: halo 1.15s ease-out 4; } /* WCAG 2.2.2: restarts on each phase entry */
@keyframes halo {
  0%   { transform: scale(.82); opacity: .85; }
  100% { transform: scale(1.28); opacity: 0; }
}
#call-scene[data-phase="live"] .ph-avatar { background: var(--yellow); }
#call-scene[data-phase="done"] .ph-avatar { background: var(--ink); color: var(--paper); }

/* voice bars — an equalizer breathing in place while the call is live */
.ph-wave { display: flex; align-items: center; gap: 6px; height: 44px; }
.ph-wave i {
  width: 6px;
  height: 34px;
  background: var(--ink);
  transform: scaleY(.22);
  transform-origin: center;
  transition: transform .4s ease;
}
#call-scene[data-phase="live"] .ph-wave i { animation: speak 1s ease-in-out 4 alternate; } /* WCAG 2.2.2: restarts on each phase entry */
.ph-wave i:nth-child(1) { animation-delay: 0s;   animation-duration: .82s; }
.ph-wave i:nth-child(2) { animation-delay: .12s; animation-duration: .74s; }
.ph-wave i:nth-child(3) { animation-delay: .05s; animation-duration: .96s; }
.ph-wave i:nth-child(4) { animation-delay: .21s; animation-duration: .68s; }
.ph-wave i:nth-child(5) { animation-delay: .09s; animation-duration: .88s; }
.ph-wave i:nth-child(6) { animation-delay: .17s; animation-duration: .78s; }
.ph-wave i:nth-child(7) { animation-delay: .03s; animation-duration: .92s; }
@keyframes speak {
  from { transform: scaleY(.18); }
  to   { transform: scaleY(1); }
}
#call-scene[data-phase="done"] .ph-wave i { transform: scaleY(.1); animation: none; }

.ph-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 9px 14px;
  border-top: 1.5px solid var(--rule-soft);
}
.sc-clock {
  font-family: var(--font-mono);
  font-size: 1.3rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}
.ph-foot .sc-status-text {
  font-size: .8rem;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: .04em;
}

/* ---- the dialogue: one line at a time, set like a pull quote ---- */
.quote-stack { display: block; }
.motion .quote-stack { display: grid; align-items: end; min-height: 210px; }
.sc-q { margin: 0 0 1.6em; }
.motion .sc-q { grid-area: 1 / 1; margin: 0; }
.sc-chip {
  display: inline-block;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .02em;
  padding: 2px 12px;
  margin-bottom: 14px;
}
.sc-q--bot .sc-chip { background: var(--yellow); }
.sc-q--caller .sc-chip { border: 2px solid var(--ink); }
.sc-q blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.7vw, 2.15rem);
  line-height: 1.32;
  letter-spacing: -0.01em;
  max-width: 21ch;
}
.sc-q--note blockquote {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(1.1rem, 2.1vw, 1.5rem);
  line-height: 1.4;
  color: var(--ink-soft);
}
/* ---- voice-wave transition: each line rises from the call's waveform below,
   the current one settles at center, and the previous lifts up and out — a
   spoken transcript that flows, not text that gets erased and replaced ---- */
.motion #call-scene .sc-q {
  transform: translateY(24px);
  transition: opacity .5s ease, transform .6s cubic-bezier(.22, .9, .3, 1);
}
.motion #call-scene .sc-q.sc-on { transform: translateY(0); transition-delay: .07s; }
.motion #call-scene .sc-q.sc-past {
  transform: translateY(-30px);
  transition: opacity .42s ease, transform .5s cubic-bezier(.4, 0, .6, 1);
}

/* ---- voice-message waveform: the call's audio the words ride on. It sits
   directly under the spoken line (not floating). Idle bars are muted; on each
   new line the bars "play" — the speaker's color sweeps across right→left like
   listening to a voice note (finite — WCAG 2.2.2). Recognizable, not a cluster. ---- */
.sc-wave { display: none; }
.motion #call-scene:not(.scene-compact) .sc-wave {
  display: flex; align-items: center; gap: 2.5px; height: 22px;
  margin-top: 2px; justify-content: flex-start; max-width: 300px;
}
.sc-wave i {
  width: 2.5px; border-radius: 2px; flex: none;
  background: var(--rule-soft);
}
.motion #call-scene .sc-wave.sc-live i {
  background: var(--spk, var(--ink));
  transition: background .32s ease;
}
/* מובייל (compact): הציטוטים כרשימה מלאה — בלי היסט-עלייה ובלי גל */
.motion #call-scene.scene-compact .sc-q { transform: none; }
@media (prefers-reduced-motion: reduce) { .sc-wave { display: none !important; } }

.scene-panels { position: relative; }
.sc-panel--dialog { max-width: 62ch; transition: opacity .6s ease; }
.sc-panel--summary { margin-top: 30px; }
.motion .sc-panel--summary {
  margin-top: 0;
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.motion .sc-flip .sc-panel--summary { opacity: 1; pointer-events: auto; }
.motion .sc-flip .sc-panel--dialog { opacity: .05; }

.sc-line { margin: 0 0 .95em; }
.sc-note {
  color: var(--ink-soft);
  font-weight: 700;
  font-size: .95rem;
}
.sc-say { font-size: 1.08rem; line-height: 1.6; }
.sc-who { font-weight: 700; }
.sc-say--bot .sc-who { background: var(--yellow); padding: 0 .3em; }

/* lines appear only under motion; static page shows the full transcript */
.motion #call-scene [data-at] { opacity: 0; transition: opacity .55s ease; }
.motion #call-scene .sc-on { opacity: 1; }

/* ===== the WhatsApp summary — the artifact you actually receive ===== */
.wa-card {
  margin: 0;
  max-width: 480px;
  background: #fff;
  border: 2.5px solid var(--ink);
  box-shadow: -9px 9px 0 var(--yellow);
}
.motion .wa-card { opacity: 0; filter: blur(10px); transition: opacity .7s ease .1s, filter .7s ease .1s; }
.motion .sc-flip .wa-card { opacity: 1; filter: blur(0); }
.wa-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1.5px solid var(--rule-soft);
  font-size: .92rem;
}
.wa-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--wa-green);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: none;
}
.wa-avatar img { width: 26px; height: 26px; display: block; }
.wa-name { font-weight: 700; }
.wa-via { color: var(--ink-soft); font-weight: 700; }
.wa-time { margin-inline-start: auto; color: var(--ink-soft); font-family: var(--font-mono); font-size: .8rem; }
.wa-bubble {
  position: relative;
  margin: 14px 14px 12px;
  padding: 11px 14px;
  background: #f0faec;
  border: 1px solid #d8e8d2;
  border-radius: 10px;
  border-start-start-radius: 2px;
  font-size: .98rem;
}
.wa-bubble p { margin: 0 0 .45em; }
.wa-bubble p:last-child { margin-bottom: 0; }
.wa-note {
  margin: 0;
  padding: 0 14px 13px;
  font-size: .9rem;
  font-weight: 700;
}
.scene-close { margin: 24px 0 0; font-size: 1.15rem; font-weight: 700; max-width: 44ch; }

/* ===== the spam mini-scene ===== */
.spam { padding: 2px 0 38px; }
.spam-verdict {
  display: inline-block;
  background: var(--yellow);
  font-weight: 700;
  font-size: .95rem;
  padding: 3px 12px;
  transform: rotate(-1.2deg);
  margin: 4px 0 10px;
}
.spam .sc-note:last-child { margin-bottom: 0; }

@media (min-width: 800px) {
  .scene-grid { grid-template-columns: 320px 1fr; gap: 52px; align-items: center; }
  .motion .quote-stack { min-height: 300px; }
  .sc-say { font-size: 1.14rem; }
  .spam-cols {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
  }
}

/* compact scene typography on phones */
@media (max-width: 799px) {
  #call-scene { display: none; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 100%; text-align: center; }
  .hero-proof { margin-top: 4px; width: 100%; }
  .hero-proof-head { font-size: .8rem; }
  .hero-proof-bubble { font-size: .84rem; }
  .hero-proof-call > p { font-size: .96rem; }
  .hero-proof-note { font-size: .8rem; line-height: 1.45; }
  .hero-proof-flow { grid-template-columns: 1fr; gap: 42px; }
  .hero-proof-connector {
    width: 3px;
    height: 24px;
    inset-inline-end: auto;
    left: 50%;
    top: auto;
    bottom: -33px;
    transform: translateX(-50%);
  }
  .hero-proof-connector::after {
    inset-inline-end: auto;
    left: -5px;
    top: auto;
    bottom: -6px;
    border-inline-start-color: transparent;
    border-top-color: var(--ink);
  }
  .hero-proof-connector i { transform-origin: 50% 0; }
  .motion .hero-proof-connector i { transform: scaleY(0); }
  .motion .hero-proof[data-state="done"] .hero-proof-connector i { transform: scaleY(1); }

  .scene-sub { margin-bottom: 14px; }
  .sc-line { margin-bottom: .7em; }
  .sc-say { font-size: 1.02rem; line-height: 1.5; }
  .sc-clock { font-size: 1.1rem; }
  .phone { max-width: none; }
  .ph-core { padding: 14px 16px; gap: 16px; }
  .ph-avatar { width: 58px; height: 58px; }
  .ph-glyph { font-size: 1.6rem; }
  .ph-wave { height: 34px; }
  .motion #call-scene.scene-compact { height: auto; padding: 20px 0 36px; }
  .motion #call-scene.scene-compact .scene-stage { position: static; min-height: 0; padding: 0; }
  .motion #call-scene.scene-compact [data-at] { opacity: 1; }
  .motion #call-scene.scene-compact .scene-grid { gap: 24px; }
  .motion #call-scene.scene-compact .quote-stack { display: block; min-height: 0; padding: 0; }
  .motion #call-scene.scene-compact .sc-q { margin: 0 0 1.25em; }
  .motion #call-scene.scene-compact .sc-panel--dialog { opacity: 1; }
  .motion #call-scene.scene-compact .sc-panel--summary { position: static; opacity: 1; pointer-events: auto; margin-top: 10px; }
  .motion #call-scene.scene-compact .wa-card { opacity: 1; filter: none; }
}

@media (max-width: 360px) {
  .site-nav a { padding: 11px 8px; font-size: .88rem; }
}

/* short viewports: skip the pinned scene, keep the page fully static */
@media (max-height: 700px) {
  .motion #call-scene { height: auto; padding: 16px 0 36px; }
  .motion #call-scene .scene-stage { position: static; min-height: 0; padding: 0; }
  .motion #call-scene [data-at] { opacity: 1; }
  .motion .sc-flip .sc-panel--dialog, .motion .sc-panel--dialog { opacity: 1; }
  .motion .sc-panel--summary { position: static; opacity: 1; pointer-events: auto; margin-top: 30px; }
  .motion .wa-card { opacity: 1; filter: none; }
  .motion #call-scene .quote-stack { display: block; min-height: 0; }
  .motion #call-scene .sc-q { margin: 0 0 1.6em; }
}

/* ===== editorial video figure (how-it-works) ===== */
.videofig-wrap { padding: 34px 0 4px; }
.videofig { margin: 0 auto; max-width: 860px; }
.videofig-frame {
  border: 4px solid var(--ink);
  box-shadow: -12px 12px 0 var(--yellow);
  background: var(--ink);
  line-height: 0;
}
.videofig video { display: block; width: 100%; height: auto; }
.videofig figcaption {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.videofig-tick {
  width: 14px; height: 14px;
  background: var(--yellow);
  border: 1.5px solid var(--ink);
  transform: rotate(-6deg);
  flex: none;
  align-self: center;
}
.videofig-note { font-weight: 700; color: var(--ink-soft); }
@media (min-width: 800px) {
  .videofig-wrap { padding: 44px 0 8px; }
}

/* ===== signup wizard (/signup/) ===== */
.signup { padding: 40px 0 48px; }
.signup-box {
  border: 3px solid var(--ink);
  padding: 26px 20px 20px;
  max-width: 640px;
  margin: 0 auto;
  background: var(--paper);
}
.signup-box h1 { font-size: clamp(1.6rem, 4.8vw, 2.4rem); margin-bottom: 10px; }
.signup-box h2 { font-size: clamp(1.35rem, 3.6vw, 1.9rem); margin-bottom: 10px; }
.signup-box h2.xl { font-size: clamp(1.6rem, 4.8vw, 2.4rem); }

fieldset { border: 0; margin: 1.1rem 0 0; padding: 0; }
legend { font-weight: 700; margin: 0 0 8px; padding: 0; }
.radio-row { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin: 0 0 4px; }
.radio-row label { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; margin: 0; }
input[type="radio"] { accent-color: var(--ink); width: 1.15em; height: 1.15em; }

/* the WhatsApp activation code — same "digital readout" language as the call-scene clock */
.activation-code {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .02em;
  background: var(--yellow);
  padding: 6px 14px;
  margin: 4px 0 14px;
}

/* ===== accessibility toolbar (assets/a11y.js) ===== */
#a11y-btn {
  position: fixed;
  bottom: 14px;
  left: 14px;
  z-index: 60;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--ink);
  border: 2.5px solid var(--ink);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: -3px 3px 0 var(--ink);
}
#a11y-btn:hover { background: var(--paper); }
#a11y-panel {
  position: fixed;
  bottom: 72px;
  left: 14px;
  z-index: 60;
  width: min(300px, calc(100vw - 28px));
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  background: #fff;
  border: 3px solid var(--ink);
  box-shadow: -6px 6px 0 var(--yellow);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#a11y-panel[hidden] { display: none; }

/* The UA's [hidden] { display: none } is the weakest rule there is, so ANY author
   rule that sets display beats it -- .btn is inline-block and .cta-button is block,
   which silently made hidden a no-op on every button in the site (#restart showed
   on the verify step before the code had expired). !important because the whole
   point is to outrank the component's own display. */
[hidden] { display: none !important; }
#a11y-panel h2 { font-size: 1.15rem; margin: 0 0 4px; }
#a11y-panel button {
  font: inherit;
  font-weight: 700;
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 10px 12px;
  cursor: pointer;
  text-align: start;
}
#a11y-panel button:hover { background: var(--yellow); }
#a11y-panel .a11y-toggle[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
#a11y-panel .a11y-toggle[aria-pressed="true"]::after { content: " ✓"; }
.a11y-row { display: flex; align-items: center; gap: 8px; }
.a11y-row .a11y-lbl { font-weight: 700; margin-inline-end: auto; }
.a11y-row button { min-width: 46px; text-align: center; }
#a11y-panel a { font-weight: 700; margin-top: 4px; }

/* applied preference classes (set on <html> by a11y.js) */
.a11y-contrast { --paper: #ffffff; --ink: #000000; --ink-soft: #1c1c1c; --rule: #000000; --rule-soft: #4a4a44; }
.a11y-links a:not(.btn):not(.cta-button):not(.masthead-cta) {
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  background: var(--yellow);
}
.a11y-font * { font-family: var(--font) !important; letter-spacing: 0 !important; }
.a11y-no-motion *, .a11y-no-motion *::before, .a11y-no-motion *::after {
  animation: none !important;
  transition: none !important;
}
html.a11y-no-motion { scroll-behavior: auto; }

/* transcript disclosure under the demo video */
.video-transcript { margin: 12px 0 0; font-size: .95rem; }
.video-transcript summary { display: flex; min-height: 44px; align-items: center; font-weight: 700; cursor: pointer; padding: 8px 0; }
.video-transcript p { margin: 6px 0 0; color: var(--ink-soft); }
