:root {
  color-scheme: light;
  --ink: #142139;
  --muted: #5c6980;
  --line: #dce4f1;
  --blue: #215cd8;
  --blue-soft: #eef4ff;
  --page: #fff;
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); line-height: 1.5; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
.shell { width: min(1360px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; inset-block-start: -80px; inset-inline-start: 16px; z-index: 10; background: #fff; border: 2px solid var(--blue); padding: 12px 18px; }
.skip-link:focus { inset-block-start: 12px; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #165cd7; outline-offset: 3px; }
.site-header { background: #fff; border-bottom: 1px solid #edf1f7; }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 23px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.brand > span:last-child > span { color: var(--blue); font-weight: 500; }
.brand-symbol { width: 36px; height: 36px; display: grid; place-items: center; background: var(--blue); border-radius: 11px; }
.brand-symbol svg { width: 21px; fill: none; stroke: #fff; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.language-switch { min-width: 48px; min-height: 44px; padding: 0 12px; background: #fff; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); font-weight: 800; }
.language-switch:hover { background: var(--blue-soft); }
.intro { padding: 32px 0 16px; }
.intro > .eyebrow { display: none; }
.intro h1 { margin: 0; font-size: clamp(24px, 2.8vw, 34px); line-height: 1.2; letter-spacing: -.03em; }
.intro-copy { margin: 5px 0 0; color: var(--muted); font-size: 15px; }
.search-panel { position: relative; margin-top: 20px; padding: 20px 22px 15px; border: 1px solid #cbdcff; border-radius: 22px; background: linear-gradient(115deg, #f9fbff, #fff 55%, #f2f7ff); box-shadow: 0 12px 30px rgba(45, 93, 180, .055); }
.search-label { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 800; color: #254883; }
.search-box { min-height: 60px; display: flex; align-items: center; gap: 13px; padding-inline: 17px; border: 1px solid #c9d8f4; border-radius: 15px; background: #fff; box-shadow: 0 3px 12px rgba(20, 53, 108, .035); }
.search-box:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(33, 92, 216, .15); }
.search-box svg { width: 23px; height: 23px; flex: none; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; }
.search-box input { min-width: 0; width: 100%; height: 58px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 17px; }
.search-box input:focus-visible { outline: 0; }
.search-box input::placeholder { color: #78859a; }
.search-hint { margin: 9px 2px 0; color: var(--muted); font-size: 12px; }
.category-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 13px 0 10px; font-size: 13px; }
.category-nav > span { color: var(--muted); margin-inline-end: 2px; }
.category-nav a { padding: 5px 11px; border: 1px solid #d8e4fb; border-radius: 999px; background: #f8fbff; color: #214d9a; font-weight: 700; text-decoration: none; }
.category-nav a:hover { border-color: var(--blue); background: #edf4ff; }
.category { --category: #245ed9; --category-soft: #f0f5ff; padding: 20px 0 14px; scroll-margin-top: 20px; }
#category-finance { --category: #087b64; --category-soft: #e9f7f2; }
#category-useful { --category: #a552b2; --category-soft: #f9f0fa; }
.category-heading { margin-bottom: 15px; padding-inline-start: 14px; border-inline-start: 4px solid var(--category); }
.category-heading .eyebrow { display: none; }
.category-heading h2 { display: inline-block; margin: 0; padding-bottom: 3px; border-bottom: 2px solid var(--category); font-size: 22px; line-height: 1.25; }
.category-heading p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.store-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.store-card { min-width: 0; min-height: 105px; display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 22px rgba(20, 53, 108, .045); text-decoration: none; transition: border-color .15s, box-shadow .15s, transform .15s; }
.store-card:hover { border-color: var(--category); box-shadow: 0 10px 25px rgba(20, 53, 108, .09); transform: translateY(-2px); }
.store-visual { width: 58px; height: 56px; flex: none; display: flex; align-items: center; justify-content: center; }
.store-logo { display: block; width: auto; height: auto; max-width: 44px; max-height: 44px; object-fit: contain; }
.store-visual--wide { width: 78px; }
.store-visual--wide .store-logo { max-width: 76px; max-height: 38px; }
.store-visual--compact .store-logo { max-width: 30px; max-height: 30px; }
.store-visual--text { width: 72px; }
.store-mark { max-width: 100%; overflow: hidden; color: var(--category); font-size: 18px; font-family: Arial, sans-serif; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.store-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 3px; }
.store-copy strong { font-size: 16px; line-height: 1.25; overflow-wrap: anywhere; }
.store-copy > span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.store-action { align-self: flex-end; display: inline-flex; align-items: center; gap: 3px; color: var(--category); font-size: 13px; font-weight: 800; white-space: nowrap; }
.store-action svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: scaleX(-1); }
html[dir=ltr] .store-action svg { transform: none; }
.featured { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 25px 0 8px; padding: 20px 23px; border: 1px solid #bdd3ff; border-radius: 22px; background: linear-gradient(100deg, #eaf2ff, #f8fbff 75%); }
.featured-copy { display: flex; align-items: center; gap: 16px; }
.featured .store-visual { height: 60px; }
.featured .eyebrow { margin: 0 0 2px; color: #2252ad; font-size: 11px; font-weight: 800; }
.featured h2 { margin: 0; font-size: 18px; }
.featured p:last-child { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.featured a { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; border-radius: 11px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.featured a:hover { background: #144fca; }
.no-results { margin: 35px auto; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #f8fbff; text-align: center; }
.no-results h2 { margin: 0; font-size: 22px; }
.no-results p { margin: 8px 0 0; color: var(--muted); }
.site-footer { margin-top: 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer .shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
html:not(.has-js) .language-switch, html:not(.has-js) .search-panel { display: none; }
@media (max-width: 1120px) { .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1360px); }
  .header-inner { min-height: 64px; }
  .brand { font-size: 21px; }
  .intro { padding-top: 22px; }
  .intro h1 { font-size: 25px; }
  .intro-copy { font-size: 13px; }
  .search-panel { padding: 15px; margin-top: 16px; border-radius: 17px; }
  .search-box { min-height: 54px; }
  .search-box input { height: 52px; font-size: 16px; }
  .category-nav { gap: 7px; }
  .category { padding-top: 18px; }
  .category-heading h2 { font-size: 20px; }
  .store-grid { grid-template-columns: 1fr; gap: 10px; }
  .store-card { min-height: 92px; }
  .featured { align-items: stretch; flex-direction: column; padding: 18px; }
  .featured a { align-self: flex-start; }
  .site-footer .shell { min-height: 0; display: grid; gap: 4px; padding-block: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .store-card { transition: none; }
  .store-card:hover { transform: none; }
}
