/* STOP - stop.fund | styles */
:root{
  --red:#D0021B; --red-bright:#FF4256;
  --ink:#191516; --ink-soft:#3B3335;
  --paper:#FAF8F8; --paper-2:#F2EEEE;
  --line:#E4DEDE; --line-dark:#4A4143;
  --muted:#6A6061; --muted-dark:#A69C9D;
  --serif:'Frank Ruhl Libre','David Libre','Times New Roman',serif;
  --sans:'Heebo','Arial Hebrew','Segoe UI',system-ui,-apple-system,sans-serif;
  --wrap:1120px;
  /* type scale */
  --t-h1:clamp(2.25rem,calc(5.4vw * var(--fs,1)),4.125rem);
  --t-h2:clamp(1.75rem,calc(3.5vw * var(--fs,1)),2.625rem);
  --t-h3:clamp(1.3125rem,calc(2vw * var(--fs,1)),1.625rem);
  --t-lead:clamp(1.1875rem,calc(1.7vw * var(--fs,1)),1.4375rem);
  --t-body:1.0625rem;
  --t-small:0.90625rem;
  /* spacing scale */
  --s-xs:10px; --s-sm:18px; --s-md:32px; --s-lg:56px; --s-xl:88px; --s-2xl:128px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:calc(100% * var(--fs,1))}
html,body{direction:rtl}
body{background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:var(--t-body);line-height:1.68;-webkit-font-smoothing:antialiased;overflow-x:hidden}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px}
h1,h2,h3{font-family:var(--serif);font-weight:900;line-height:1.14;text-wrap:balance;letter-spacing:-.012em}
h1{font-size:var(--t-h1)}
h2{font-size:var(--t-h2)}
h3{font-size:var(--t-h3);font-weight:700}
a{color:inherit}
img{max-width:100%;display:block}
:focus-visible{outline:3px solid var(--red-bright);outline-offset:3px}
section{padding:var(--s-2xl) 0}
section.tight{padding:var(--s-xl) 0}
.eyebrow{font-family:var(--sans);font-weight:700;font-size:0.75rem;letter-spacing:.22em;color:var(--red);margin-bottom:var(--s-sm);display:block}
.lead{font-size:var(--t-lead);color:var(--muted);max-width:58ch;margin-top:var(--s-md);line-height:1.55}
.dark{background:var(--ink);color:var(--paper)}
.dark .eyebrow{color:var(--red-bright)}
.dark .lead{color:var(--muted-dark)}
.head{max-width:62ch}

/* ---------- button ---------- */
.lg{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:54px;padding:14px 30px;border:0;border-radius:12px;cursor:pointer;
  font-family:var(--sans);font-weight:700;font-size:1rem;color:#fff;background:transparent;
  text-decoration:none;white-space:nowrap;-webkit-tap-highlight-color:transparent;transform:translateZ(0);
  transition:transform .22s cubic-bezier(.22,.9,.28,1)}
.lg:hover{transform:translate3d(0,-2px,0)}
.lg:active{transform:translate3d(0,0,0)}
.lg.sm{min-height:42px;padding:10px 20px;font-size:0.90625rem;border-radius:10px}
.lg__g,.lg__e{position:absolute;inset:0;border-radius:inherit;pointer-events:none}
.lg__g{z-index:0;background:rgba(255,255,255,.07);transition:background .22s}
.lg__e{z-index:1;border:1px solid rgba(255,255,255,.2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 1px 2px rgba(0,0,0,.18),0 14px 28px -16px rgba(0,0,0,.8)}
.lg__e::after{content:"";position:absolute;left:0;right:0;top:0;height:52%;border-radius:inherit;
  border-bottom-left-radius:0;border-bottom-right-radius:0;
  background:linear-gradient(rgba(255,255,255,.11),rgba(255,255,255,0))}
.lg__t{position:relative;z-index:2}
.lg--red .lg__g{background:linear-gradient(180deg,#E11230,#B40318)}
.lg--red:hover .lg__g{background:linear-gradient(180deg,#F01B39,#C6041D)}
.lg--red .lg__e{border-color:rgba(255,255,255,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.2),0 14px 30px -14px rgba(208,2,27,.7)}
.lg--clear .lg__g{background:rgba(255,255,255,.07)}
.lg--clear:hover .lg__g{background:rgba(255,255,255,.14)}
.lg--clear .lg__e{border-color:rgba(255,255,255,.26)}

/* ---------- nav ---------- */
nav{position:sticky;top:0;z-index:80;background:rgba(250,248,248,.93);backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--line)}
.nav-in{max-width:var(--wrap);margin:0 auto;padding:10px 28px;min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:inline-flex;align-items:center;text-decoration:none;line-height:0;flex:none}
.logo img{height:26px;width:auto}
nav ul{display:flex;gap:26px;list-style:none;font-size:0.9375rem;font-weight:500}
nav ul a{text-decoration:none;color:var(--muted);transition:color .18s}
nav ul a:hover{color:var(--red)}
@media(max-width:900px){nav ul{display:none}}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;background:var(--ink);color:var(--paper);padding:var(--s-2xl) 0 0}
.hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(to left,rgba(25,21,22,.9) 0%,rgba(25,21,22,.6) 40%,rgba(25,21,22,0) 74%)}
.hero .wrap{position:relative;z-index:2}
.hero h1{max-width:15ch}
.hero h1 em{font-style:normal;color:var(--red-bright)}
.hero .lead{color:#CDC5C6;max-width:55ch}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:var(--s-lg)}
.hero-tag{display:inline-flex;align-items:center;gap:10px;font-size:0.8125rem;font-weight:700;letter-spacing:.06em;color:var(--muted-dark);margin-bottom:var(--s-md)}
.hero-tag .dot{width:8px;height:8px;border-radius:50%;background:var(--red-bright)}
.paths{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;transform:translateZ(0);backface-visibility:hidden}
.fp{fill:none;stroke-linecap:round;stroke-dasharray:.36 .64;opacity:var(--o);
  animation:fpflow var(--dur) linear infinite;animation-delay:var(--dly)}
.fp.pr{stroke:#E01126}
.fp.pw{stroke:#fff}
@keyframes fpflow{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}
.paths.paused .fp{animation-play-state:paused}
@media (prefers-reduced-motion:reduce){.fp{stroke-dasharray:none;opacity:calc(var(--o)*.5)}}
.trust{margin-top:var(--s-xl);border-top:1px solid var(--line-dark);position:relative;z-index:2}
.trust-in{max-width:var(--wrap);margin:0 auto;padding:var(--s-sm) 28px;display:flex;flex-wrap:wrap;gap:8px 34px;font-size:var(--t-small);font-weight:500;color:var(--muted-dark)}
.trust-in span{display:inline-flex;align-items:center;gap:9px}
.trust-in span::before{content:"";width:5px;height:5px;background:var(--red-bright);border-radius:50%;flex:none}
.trust-in b{color:var(--paper);font-weight:700}

/* ---------- evidence band ---------- */
.band{background:#100E0F;color:var(--paper);padding:var(--s-xl) 0 var(--s-lg)}
.band .wrap{padding-bottom:var(--s-lg)}
.band .eyebrow{color:var(--red-bright)}
.band h2{color:#fff;max-width:18ch}
.band .lead{color:#CDC5C6}
.band__win{position:relative;width:100%;aspect-ratio:16/8;overflow:hidden;background:#000}
.band__win img{position:absolute;top:0;left:0;width:100%;height:auto;display:block;
  will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden}
.band__win::after{content:"";position:absolute;inset:0;pointer-events:none;
  box-shadow:inset 0 0 120px 40px rgba(16,14,15,.55)}
.band figcaption{max-width:var(--wrap);margin:var(--s-sm) auto 0;padding:0 28px;
  font-size:0.78125rem;color:#8E8384;letter-spacing:.02em}
@media (prefers-reduced-motion:reduce){.band__win img{transform:none!important}}
@media(max-width:700px){.band__win{aspect-ratio:16/10}}

/* ---------- alternating feature rows ---------- */
.rows{margin-top:var(--s-xl);display:flex;flex-direction:column;gap:var(--s-xl)}
.row{display:grid;grid-template-columns:1fr 1fr;gap:var(--s-lg);align-items:center}
.row:nth-child(even) .row__media{order:2}
.row__media img{width:100%;height:auto;background:#111}
.row__media figcaption{font-size:0.78125rem;color:var(--muted);margin-top:var(--s-xs)}
.row__k{font-family:var(--sans);font-weight:900;font-size:0.75rem;letter-spacing:.2em;color:var(--red);margin-bottom:var(--s-xs)}
.row__body p{color:var(--ink-soft);margin-top:var(--s-sm);max-width:46ch}
@media(max-width:820px){.row{grid-template-columns:1fr;gap:var(--s-md)}.row:nth-child(even) .row__media{order:0}}

/* ---------- capability strip ---------- */
.strip{margin-top:var(--s-xl);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.strip div{padding:var(--s-md) var(--s-md) var(--s-md) 0;border-bottom:1px solid var(--line)}
.strip div:not(:nth-child(3n)){border-left:1px solid var(--line);padding-left:var(--s-md)}
.strip b{display:block;font-weight:700;font-size:1rem;margin-bottom:4px}
.strip span{color:var(--muted);font-size:var(--t-small);line-height:1.5;display:block}
@media(max-width:820px){.strip{grid-template-columns:1fr}.strip div{border-left:0!important;padding-left:0!important}}

/* ---------- hairline list (problem + audience) ---------- */
.hl{margin-top:var(--s-lg);border-top:1px solid var(--line)}
.hl article{display:grid;grid-template-columns:180px 1fr;gap:var(--s-lg);padding:var(--s-lg) 0;border-bottom:1px solid var(--line);align-items:start}
.hl .who{font-family:var(--sans);font-weight:900;font-size:0.8125rem;letter-spacing:.16em;color:var(--red);padding-top:6px}
.hl h3{font-family:var(--serif);margin-bottom:var(--s-sm)}
.hl p{color:var(--ink-soft);max-width:58ch}
@media(max-width:760px){.hl article{grid-template-columns:1fr;gap:var(--s-xs)}}

/* ---------- why (no boxes) ---------- */
.why{margin-top:var(--s-lg);display:grid;grid-template-columns:1fr 1fr;gap:var(--s-lg) var(--s-xl)}
.why article{border-top:2px solid var(--ink);padding-top:var(--s-sm)}
.why h3{font-family:var(--sans);font-size:1.125rem;font-weight:900;margin-bottom:var(--s-xs)}
.why p{color:var(--ink-soft);font-size:1rem}
@media(max-width:760px){.why{grid-template-columns:1fr;gap:var(--s-md)}}

/* ---------- roadmap (no boxes) ---------- */
.rm{margin-top:var(--s-lg);display:grid;grid-template-columns:1fr 1fr;gap:var(--s-xl)}
.rm h3{font-family:var(--sans);font-size:0.8125rem;font-weight:900;letter-spacing:.2em;margin-bottom:var(--s-md);padding-bottom:var(--s-xs);border-bottom:2px solid currentColor;display:inline-block}
.rm .live h3{color:#0F7A46}
.rm .soon h3{color:var(--red)}
.rm ul{list-style:none;display:flex;flex-direction:column;gap:var(--s-sm)}
.rm li{font-size:1rem;line-height:1.5;padding-right:24px;position:relative;color:var(--ink-soft)}
.rm li::before{position:absolute;right:0;top:0;font-weight:900;font-size:0.8125rem}
.live li::before{content:"✓";color:#0F7A46}
.soon li::before{content:"→";color:var(--red)}
@media(max-width:760px){.rm{grid-template-columns:1fr;gap:var(--s-lg)}}

/* ---------- team ---------- */
.team{margin-top:var(--s-lg);display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-lg)}
.person{border-top:2px solid var(--ink);padding-top:var(--s-sm)}
.person.open{border-top:2px dashed var(--muted)}
.person h3{font-family:var(--serif);font-size:1.375rem;font-weight:700}
.person .role{font-family:var(--sans);font-size:0.75rem;font-weight:700;letter-spacing:.14em;color:var(--red);margin:4px 0 var(--s-xs)}
.person p{font-size:0.96875rem;color:var(--ink-soft)}
.person.open h3,.person.open .role{color:var(--muted)}
@media(max-width:820px){.team{grid-template-columns:1fr;gap:var(--s-md)}}

/* ---------- demo ---------- */
.demo{position:relative;background:var(--ink);color:var(--paper);overflow:hidden}
.demo::before{content:"";position:absolute;inset:0;background:radial-gradient(85% 68% at 12% 0%,rgba(208,2,27,.4),transparent 60%)}
.demo .wrap{position:relative;z-index:2}
.demo-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:var(--s-xl);align-items:start}
.demo ul{list-style:none;margin-top:var(--s-lg);display:flex;flex-direction:column;gap:var(--s-xs)}
.demo ul li{font-size:1.03125rem;color:#DCD5D6;padding-right:24px;position:relative}
.demo ul li::before{content:"✓";position:absolute;right:0;top:0;color:var(--red-bright);font-weight:900}
form{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);padding:var(--s-md) var(--s-md)}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}
.field label{font-size:0.8125rem;font-weight:700;letter-spacing:.04em;color:var(--muted-dark)}
.field input,.field select,.field textarea{font-family:var(--sans);font-size:0.96875rem;color:#fff;background:rgba(0,0,0,.3);
  border:1px solid rgba(255,255,255,.17);padding:12px 14px;border-radius:8px;width:100%}
.field input::placeholder,.field textarea::placeholder{color:#8C8283}
.field select option{background:#191516;color:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--red-bright)}
form .lg{width:100%;margin-top:6px}
.formnote{font-size:0.78125rem;color:var(--muted-dark);margin-top:14px;line-height:1.5}
@media(max-width:900px){.demo-grid{grid-template-columns:1fr;gap:var(--s-lg)}.frow{grid-template-columns:1fr}}

/* ---------- contact / footer ---------- */
.contact{background:var(--paper-2)}
.cpair{display:flex;flex-direction:column;gap:3px;margin-top:var(--s-md)}
.cpair .who{font-size:0.8125rem;color:var(--muted);letter-spacing:.05em}
.cpair a{font-size:1.25rem;font-weight:700;text-decoration:none;direction:ltr;align-self:flex-start;
  border-bottom:2px solid var(--line);padding-bottom:3px;transition:border-color .18s}
.cpair a:hover{border-color:var(--red)}
footer{background:var(--ink);color:var(--muted-dark);padding:var(--s-md) 0}
.foot-in{max-width:var(--wrap);margin:0 auto;padding:0 28px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;font-size:0.84375rem}
footer .logo img{height:22px;opacity:.95}

/* ---------- form states ---------- */
.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
form.sending .lg{opacity:.6;pointer-events:none}
.formnote.ok{color:#8BE3B0}
.formnote.err{color:#FF8A96}


/* ================= accessibility & legal additions ================= */
.sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:absolute;right:16px;top:-60px;z-index:200;background:var(--ink);color:#fff;padding:10px 16px;border-radius:8px;
  font-weight:700;text-decoration:none;transition:top .15s}
.skip:focus{top:12px;outline:3px solid var(--red-bright);outline-offset:2px}
.menu-btn{display:none;background:transparent;border:1px solid var(--line);border-radius:8px;padding:8px 14px;
  font-family:var(--sans);font-weight:700;font-size:0.90625rem;color:var(--ink);cursor:pointer;margin-inline-start:auto}
.menu-btn[aria-expanded="true"]{background:var(--paper-2)}
@media(max-width:900px){
  .menu-btn{display:inline-block}
  nav ul{display:none;position:absolute;right:0;left:0;top:70px;background:var(--paper);border-bottom:1px solid var(--line);
    flex-direction:column;gap:0;padding:8px 28px 14px}
  nav ul.open{display:flex}
  nav ul li a{display:block;padding:12px 0;font-size:1rem;border-bottom:1px solid var(--line)}
  nav ul li:last-child a{border-bottom:0}
  .nav-in{position:relative}
}
.req{color:var(--red-bright);font-weight:900;margin-inline-start:2px}
.opt{font-weight:400;color:var(--muted-dark);font-size:0.75rem;margin-inline-start:4px}
.field input[aria-invalid="true"],.field textarea[aria-invalid="true"]{border-color:var(--red-bright);box-shadow:0 0 0 2px rgba(255,66,86,.25)}
.notice{font-size:0.84375rem;line-height:1.55;color:#DCD5D6;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);
  border-radius:8px;padding:12px 14px;margin:4px 0 14px}
.notice a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.consent{display:flex;gap:10px;align-items:flex-start;margin-bottom:16px}
.consent input{width:20px;height:20px;margin-top:2px;flex:none;accent-color:var(--red)}
.consent label{font-size:0.875rem;line-height:1.5;color:#E4DDDE}
.consent label a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.consent input:focus-visible{outline:3px solid var(--red-bright);outline-offset:2px}
.foot-nav{display:flex;gap:18px;flex-wrap:wrap;position:static;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:0;z-index:auto;padding:0;height:auto}
.foot-nav a{color:var(--paper);text-decoration:none;font-size:0.84375rem;border-bottom:1px solid transparent}
.foot-nav a:hover,.foot-nav a:focus-visible{border-bottom-color:var(--red-bright)}
.foot-biz a{color:var(--paper);text-decoration:underline;text-underline-offset:3px}
.foot-biz a:hover,.foot-biz a:focus-visible{color:#fff;text-decoration-thickness:2px}
footer .foot-in{gap:14px 26px}

/* ---- legal document pages ---- */
.doc{max-width:760px;margin:0 auto;padding:var(--s-xl) 28px var(--s-2xl)}
.doc h1{font-size:clamp(2rem,calc(4.4vw * var(--fs,1)),3rem);margin-bottom:8px}
.doc .meta{font-size:0.84375rem;color:var(--muted);margin-bottom:var(--s-md)}
.doc h2{font-family:var(--sans);font-weight:900;font-size:1.25rem;margin:var(--s-lg) 0 10px;letter-spacing:0}
.doc h3{font-family:var(--sans);font-weight:700;font-size:1.03125rem;margin:var(--s-sm) 0 6px}
.doc p,.doc li{font-size:1.03125rem;line-height:1.7;color:var(--ink-soft)}
.doc ul{padding-inline-start:22px;display:flex;flex-direction:column;gap:8px;margin:8px 0}
.doc a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
.doc a:hover{color:var(--red-deep)}
.doc table{width:100%;border-collapse:collapse;margin:14px 0;font-size:0.9375rem}
.doc th,.doc td{text-align:right;padding:10px 12px 10px 0;border-bottom:1px solid var(--line);vertical-align:top;line-height:1.5}
.doc th{font-family:var(--sans);font-weight:900;font-size:0.78125rem;letter-spacing:.08em;color:var(--muted);border-bottom:2px solid var(--ink)}
.doc .callout{background:var(--paper-2);border-right:3px solid var(--red);padding:14px 18px;margin:var(--s-md) 0;font-size:1rem;line-height:1.6;color:var(--ink-soft)}
.doc .callout strong{color:var(--ink)}
.doc mark.todo{background:#FFE58A;color:#3B2F00;padding:0 4px;border-radius:3px;font-weight:700}
.doc-wrap{overflow-x:auto}


/* ==================================================================
   Accessibility menu (self hosted, no third party script)
   Every rule is scoped to a class on <html> set by assets/js/main.js
   ================================================================== */

/* ---- text size ---- */
html[data-fs="115"]{--fs:1.15}
html[data-fs="130"]{--fs:1.3}
html[data-fs="150"]{--fs:1.5}
html[data-fs="175"]{--fs:1.75}
html[data-fs="115"] .lg,html[data-fs="130"] .lg,html[data-fs="150"] .lg,html[data-fs="175"] .lg{white-space:normal;text-align:center}
html[data-fs="150"] .hero h1,html[data-fs="175"] .hero h1{max-width:none}
html[data-fs="150"] nav ul,html[data-fs="175"] nav ul{gap:16px}

/* ---- increased text spacing (WCAG 1.4.12) ---- */
html.a11y-spacing p,html.a11y-spacing li,html.a11y-spacing td,html.a11y-spacing dd,
html.a11y-spacing label,html.a11y-spacing .lead,html.a11y-spacing .notice{
  line-height:1.9!important;letter-spacing:.055em!important;word-spacing:.16em!important}
html.a11y-spacing p{margin-bottom:1.4em!important}
html.a11y-spacing h1,html.a11y-spacing h2,html.a11y-spacing h3{line-height:1.4!important;letter-spacing:normal!important}

/* ---- readable font ---- */
html.a11y-readable body,html.a11y-readable h1,html.a11y-readable h2,html.a11y-readable h3,
html.a11y-readable p,html.a11y-readable a,html.a11y-readable li,html.a11y-readable span,
html.a11y-readable button,html.a11y-readable input,html.a11y-readable select,
html.a11y-readable textarea,html.a11y-readable label,html.a11y-readable td,html.a11y-readable th{
  font-family:Arial,'Arial Hebrew','Heebo',sans-serif!important;letter-spacing:normal!important}
html.a11y-readable h1,html.a11y-readable h2,html.a11y-readable h3{font-weight:700!important}

/* ---- underline every link ---- */
html.a11y-links a{text-decoration:underline!important;text-underline-offset:3px!important;
  text-decoration-thickness:2px!important}

/* ---- always visible focus ring ---- */
html.a11y-focus :focus{outline:4px solid #FFD400!important;outline-offset:3px!important;
  box-shadow:0 0 0 8px rgba(0,0,0,.72)!important;border-radius:3px}

/* ---- large cursor ---- */
html.a11y-cursor,html.a11y-cursor *{cursor:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20d%3D%22M5%202%20L5%2029%20L12%2022.5%20L17%2033%20L22%2030.8%20L17%2020.6%20L27%2020.6%20Z%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222.6%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") 2 2, auto!important}

/* ---- stop every animation ---- */
html.a11y-nomotion *,html.a11y-nomotion *::before,html.a11y-nomotion *::after{
  animation:none!important;transition:none!important}
html.a11y-nomotion{scroll-behavior:auto!important}
html.a11y-nomotion .fp{stroke-dasharray:none!important;opacity:calc(var(--o) * .45)!important}
html.a11y-nomotion .band__win img{transform:none!important}

/* ---- monochrome ----
   done with colour tokens + a filter on media only. A filter on the page
   containers would create a containing block and break the sticky header. */
html.a11y-mono{--red:#303030;--red-bright:#6C6C6C}
html.a11y-mono img,html.a11y-mono video,html.a11y-mono .paths,html.a11y-mono .dots{filter:grayscale(1)}
html.a11y-mono .lg--red .lg__g{background:linear-gradient(180deg,#4A4A4A,#2B2B2B)!important}
html.a11y-mono .lg--red:hover .lg__g{background:linear-gradient(180deg,#5C5C5C,#3A3A3A)!important}
html.a11y-mono .fp.pr{stroke:#585858}
html.a11y-mono .rm .live h3,html.a11y-mono .live li::before{color:#4A4A4A}
html.a11y-mono .formnote.err{color:#BFBFBF}
html.a11y-mono .doc mark.todo{background:#DCDCDC;color:#242424}

/* ---- high contrast ---- */
html.a11y-contrast{background:#000!important}
html.a11y-contrast body,
html.a11y-contrast body *:not(.a11y):not(.a11y *){
  background-color:#000!important;background-image:none!important;color:#fff!important;
  box-shadow:none!important;text-shadow:none!important;filter:none!important}
html.a11y-contrast body *:not(.a11y):not(.a11y *){border-color:#fff!important}
html.a11y-contrast body a:not(.a11y):not(.a11y *),
html.a11y-contrast body a *:not(.a11y):not(.a11y *){color:#FFD400!important;text-decoration:underline!important}
html.a11y-contrast .lg,html.a11y-contrast button:not(.a11y *),
html.a11y-contrast input,html.a11y-contrast select,html.a11y-contrast textarea{
  border:2px solid #fff!important;border-radius:6px!important}
html.a11y-contrast .lg__g,html.a11y-contrast .lg__e,html.a11y-contrast .lg__e::after{
  background:none!important;border:0!important;box-shadow:none!important}
html.a11y-contrast .paths,html.a11y-contrast .dots,html.a11y-contrast .hero::after{display:none!important}
html.a11y-contrast img{outline:1px solid #fff;outline-offset:2px}
html.a11y-contrast body .logo img:not(.a11y):not(.a11y *){
  content:url("../img/logo-light.png")!important;outline:0!important}
html.a11y-contrast .doc mark.todo{background:#FFD400!important;color:#000!important}
html.a11y-contrast .doc mark.todo *{color:#000!important}
html.a11y-contrast ::placeholder{color:#C9C9C9!important}
html.a11y-contrast nav,html.a11y-contrast footer{border-color:#fff!important}
html.a11y-contrast .rm li::before,html.a11y-contrast .trust-in span::before,
html.a11y-contrast .hero-tag .dot{background:#fff!important;color:#fff!important}

/* ==================================================================
   the widget itself
   ================================================================== */
.a11y{position:fixed;left:16px;right:auto;bottom:16px;z-index:300;
  font-family:'Heebo','Arial Hebrew',Arial,sans-serif;direction:rtl;font-size:16px}
.a11y__btn{width:56px;height:56px;border-radius:50%;border:2px solid #fff;cursor:pointer;
  background:#0E4C92;color:#fff;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 18px rgba(0,0,0,.34);padding:0}
.a11y__btn:hover{background:#0B3B72}
.a11y__btn svg{width:30px;height:30px;display:block}
.a11y__panel{position:absolute;bottom:68px;left:0;right:auto;width:286px;max-width:calc(100vw - 32px);
  max-height:min(82vh,620px);overflow-y:auto;overscroll-behavior:contain;background:#fff;color:#141414;border:2px solid #141414;
  border-radius:14px;padding:14px;box-shadow:0 18px 50px rgba(0,0,0,.34)}
.a11y__panel[hidden]{display:none}
.a11y__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.a11y__title{font-size:17px;font-weight:800;color:#141414;margin:0}
.a11y__x{width:32px;height:32px;flex:none;border:1px solid #767676;background:#fff;color:#141414;
  border-radius:8px;cursor:pointer;font-size:15px;line-height:1;padding:0}
.a11y__x:hover{background:#EDEDED}
.a11y__lbl{display:block;font-size:13px;font-weight:700;color:#3A3A3A;margin:0 0 6px}
.a11y__fs{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.a11y__fs button{flex:1;min-height:40px;border:1px solid #141414;background:#fff;color:#141414;
  border-radius:8px;cursor:pointer;font-size:16px;font-weight:800;font-family:inherit}
.a11y__fs button[aria-disabled="true"]{opacity:.42;cursor:default}
.a11y__fs button:hover{background:#EDEDED}
.a11y__fs output{min-width:54px;text-align:center;font-size:14px;font-weight:700;color:#141414}
.a11y__t{display:flex;align-items:center;gap:9px;width:100%;min-height:38px;margin-bottom:5px;
  border:1px solid #767676;background:#fff;color:#141414;border-radius:8px;cursor:pointer;
  padding:7px 10px;font-size:14px;font-weight:600;font-family:inherit;text-align:start}
.a11y__t:hover{background:#EDEDED}
.a11y__t::before{content:"";flex:none;width:18px;height:18px;border:2px solid #141414;border-radius:4px;background:#fff}
.a11y__t[aria-pressed="true"]{background:#0E4C92;color:#fff;border-color:#0E4C92}
.a11y__t[aria-pressed="true"]::before{background:#fff;border-color:#fff;
  box-shadow:inset 0 0 0 3px #0E4C92}
.a11y__reset{width:100%;min-height:40px;margin-top:7px;border:1px solid #141414;background:#141414;
  color:#fff;border-radius:8px;cursor:pointer;font-size:14px;font-weight:800;font-family:inherit}
.a11y__reset:hover{background:#000}
.a11y__foot{margin-top:9px;padding-top:9px;border-top:1px solid #D8D8D8;font-size:12.5px;line-height:1.5;color:#3A3A3A}
.a11y__foot a{color:#0B3B72;font-weight:700}
.a11y :focus-visible{outline:3px solid #0E4C92;outline-offset:2px}
.a11y__btn:focus-visible{outline:3px solid #FFD400;outline-offset:3px}
@media(max-width:520px){ .a11y__btn{width:50px;height:50px} .a11y__panel{bottom:62px} }
@media print{ .a11y{display:none} }
.doc-wrap:focus-visible{outline:3px solid var(--red-bright);outline-offset:2px}
.doc code,.doc kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;
  background:var(--paper-2);border:1px solid var(--line);border-radius:4px;padding:1px 5px;direction:ltr;display:inline-block}
.doc kbd{font-weight:700;box-shadow:0 1px 0 var(--line)}
html.a11y-contrast .doc code,html.a11y-contrast .doc kbd{background:#000!important;border-color:#fff!important;color:#fff!important}
