/* ============================================================
   ירון סלמון אינסטלציה — POC (הדר · Hero · אבחון) — Refinement
   קוד מקורי · פלטה נעולה · SVG/CSS בלבד · ללא תמונות
   ============================================================ */
@font-face{font-family:"HeeboLocal";font-style:normal;font-weight:100 900;font-display:swap;
  src:url("assets/fonts/heebo-hebrew.woff2") format("woff2");
  unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;}
@font-face{font-family:"HeeboLocal";font-style:normal;font-weight:100 900;font-display:swap;
  src:url("assets/fonts/heebo-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;}

:root{
  --ink:#0B1F2E; --ink-2:#123954; --off:#F4F1EB; --off-2:#efece3;
  --steel:#415D69; --reveal:#8AAEB8; --text:#11191F; --muted:#5b6b73;
  --line:#d7d4ca; --white:#fff; --wa:#3C7D5B;
  --wrap:1340px; --pad:clamp(20px,5vw,68px);
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---- scoped reset (:where = 0 specificity so component colors win) ---- */
.ys{font-family:"HeeboLocal","Heebo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  direction:rtl;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.ys *{box-sizing:border-box;margin:0;padding:0}
.ys :where(img,svg){display:block;max-width:100%}
.ys :where(a){color:inherit;text-decoration:none}
.ys :where(button){font:inherit;cursor:pointer;background:none;border:0;color:inherit}
.ys :where(h1,h2,h3){font-weight:800;line-height:1.05;letter-spacing:-.02em;color:var(--ink);text-wrap:balance}
.ys :focus-visible{outline:3px solid var(--steel);outline-offset:3px;border-radius:6px}
.ys .wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}
.ys .skip{position:absolute;right:8px;top:-60px;background:var(--ink);color:#fff;padding:10px 16px;border-radius:8px;z-index:200;transition:top .2s}
.ys .skip:focus{top:8px}

/* ============================ HEADER ============================ */
.ys-hd{position:sticky;top:0;z-index:100;background:rgba(244,241,235,.55);
  border-bottom:1px solid transparent;transition:background .3s var(--ease),box-shadow .3s var(--ease),border-color .3s}
.ys-hd.is-stuck{background:rgba(244,241,235,.9);backdrop-filter:saturate(1.1) blur(12px);
  -webkit-backdrop-filter:saturate(1.1) blur(12px);border-color:var(--line);box-shadow:0 4px 24px rgba(11,31,46,.06)}
.ys-hd .bar{display:flex;align-items:center;justify-content:space-between;gap:28px;height:74px;transition:height .3s var(--ease)}
.ys-hd.is-stuck .bar{height:62px}
/* wordmark — more presence, readable descriptor */
.ys-wm{display:flex;flex-direction:column;line-height:1;gap:6px}
.ys-wm .n{font-weight:800;font-size:25px;color:var(--ink);letter-spacing:-.015em}
.ys-wm .d{font-weight:700;font-size:12.5px;letter-spacing:.2em;color:var(--steel)}
/* nav — only working links */
.ys-nav{display:flex;align-items:center;gap:4px}
.ys-nav a{position:relative;padding:9px 12px;font-size:14.5px;font-weight:600;color:#2f3f48;border-radius:9px;transition:color .2s,background .2s;white-space:nowrap}
.ys-nav a:hover{color:var(--ink);background:rgba(65,93,105,.09)}
.ys-nav a.is-active{color:var(--ink)}
.ys-nav a.is-active::after{content:"";position:absolute;inset-inline:14px;bottom:3px;height:2px;background:var(--steel);border-radius:2px}
/* actions */
.ys-act{display:flex;align-items:center;gap:14px}
.ys-tel{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:15px;color:var(--ink);white-space:nowrap;letter-spacing:.01em;
  border:1.5px solid rgba(11,31,46,.32);border-radius:11px;padding:10px 16px;transition:background .2s,color .2s,border-color .2s}
.ys-tel svg{color:var(--steel);transition:color .2s}
.ys-tel:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.ys-tel:hover svg{color:#fff}
.ys-tel:focus-visible{outline:3px solid var(--steel);outline-offset:3px}
.ys-cta{display:inline-flex;align-items:center;gap:8px;background:var(--ink);color:#fff;font-weight:700;font-size:15px;
  padding:11px 20px;border-radius:11px;white-space:nowrap;transition:transform .18s var(--ease),background .2s,box-shadow .2s}
.ys-cta .wi{display:inline-flex;color:#7fd0a0}
.ys-cta:hover{background:var(--ink-2);transform:translateY(-1px);box-shadow:0 10px 22px rgba(11,31,46,.22)}
.ys-cta:active{transform:translateY(0);background:#0a1a26}
.ys-burger{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:11px;place-items:center;color:var(--ink);background:rgba(255,255,255,.55)}
.ys-burger svg{width:22px;height:22px}
.ys-burger:hover{background:#fff}

/* ---- mobile drawer ---- */
.ys-drawer{position:fixed;inset:0;z-index:150;background:var(--ink);color:#eaf1f3;display:flex;flex-direction:column;
  transform:translateX(-100%);visibility:hidden;transition:transform .38s var(--ease),visibility .38s}
.ys-drawer.open{transform:none;visibility:visible}
.ys-drawer .top{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #1c3b4d}
.ys-drawer .top .n{font-weight:800;font-size:18px;color:#fff}
.ys-drawer .x{width:44px;height:44px;border:1px solid #2c4c5c;border-radius:11px;display:grid;place-items:center;color:#fff}
.ys-drawer .x:hover{background:#12324a}
.ys-drawer nav{padding:12px;display:flex;flex-direction:column;overflow:auto;flex:1}
.ys-drawer nav a{padding:17px 14px;font-size:20px;font-weight:600;color:#e8eef3;border-bottom:1px solid rgba(255,255,255,.06)}
.ys-drawer nav a.blog{color:var(--reveal)}
.ys-drawer .foot{padding:16px 18px calc(16px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid #1c3b4d}
.ys-drawer .foot a{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px;border-radius:12px;font-weight:800;font-size:15px}
.ys-drawer .foot .call{background:#fff;color:var(--ink)}
.ys-drawer .foot .call svg{color:var(--ink)}
.ys-drawer .foot .wa{border:1px solid #2c4c5c;color:#fff}
.ys-drawer .foot .wa .wi{color:#7fd0a0}
.ys-noscroll{overflow:hidden}

/* ============================ HERO ============================ */
.ys-hero{position:relative;background:radial-gradient(120% 90% at 80% 6%,#fbf9f3 0%,var(--off) 48%,var(--off-2) 100%);overflow:hidden}
.ys-hero .wrap{display:grid;grid-template-columns:1fr 1.06fr;align-items:center;gap:clamp(16px,2.2vw,34px);
  padding-block:clamp(28px,4vw,56px);min-height:min(74vh,620px)}
.ys-hcopy{max-width:37em}
.ys-hcopy .eyb{font-size:12.5px;font-weight:700;letter-spacing:.32em;color:var(--steel)}
.ys-hcopy .rule{width:56px;height:2px;background:var(--steel);opacity:.6;margin:16px 0 18px;transform-origin:right;animation:growline .8s var(--ease) both .1s}
.ys-hcopy h1{font-size:clamp(40px,4.6vw,60px);line-height:1.0;letter-spacing:-.025em}
.ys-hmsg{font-size:clamp(24px,2.7vw,34px);font-weight:600;color:var(--steel);line-height:1.12;margin-top:10px;letter-spacing:-.01em}
.ys-hcopy .desc{font-size:clamp(16px,1.35vw,18.5px);color:#3d4b52;max-width:46ch;margin-top:20px}
.ys-cta-row{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap;margin-top:26px}
.ys-b-call{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ink);color:#fff;font-weight:800;font-size:15px;
  min-height:56px;padding:0 18px;border-radius:13px;white-space:nowrap;box-shadow:0 14px 30px rgba(11,31,46,.20);transition:transform .18s var(--ease),box-shadow .2s,background .2s}
.ys-b-call svg{color:#fff}
.ys-b-call:hover{background:var(--ink-2);transform:translateY(-2px);box-shadow:0 22px 44px rgba(11,31,46,.26)}
.ys-b-call:active{transform:translateY(0);background:#0a1a26}
.ys-b-call:focus-visible{outline:3px solid var(--reveal);outline-offset:3px}
.ys-b-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--ink);border:1.5px solid rgba(11,31,46,.3);
  font-weight:700;font-size:14px;min-height:56px;padding:0 14px;border-radius:13px;white-space:nowrap;transition:border-color .2s,background .2s}
.ys-b-wa:hover{background:var(--ink);border-color:var(--ink)}
.ys-b-wa:focus-visible{outline:3px solid var(--steel);outline-offset:3px}
.ys-b-wa .wi{display:inline-flex;color:var(--wa)}
.ys-b-wa:hover .wi{color:#7fd0a0}
.ys-trust{margin-top:20px;font-size:13.5px;color:var(--muted);display:flex;align-items:center;gap:9px}
.ys-trust .dot{width:6px;height:6px;border-radius:50%;background:var(--reveal)}

/* ---- hero photo (תמונת ירון האמיתית) — ללא overlay/מסגרת כרטיס ---- */
.ys-himg{position:relative;justify-self:stretch;margin:0;line-height:0}
.ys-hero-photo{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:50% 36%;
  border-radius:14px;background:var(--off-2);
  box-shadow:0 30px 64px -30px rgba(11,31,46,.42), 0 1px 0 rgba(255,255,255,.6)}

/* ============================ DIAGNOSE ============================ */
.ys-diag{background:#fff;border-top:1px solid var(--line)}
.ys-diag .wrap{padding-block:clamp(40px,5vw,72px)}
.ys-diag .head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}
.ys-diag .eyb{font-size:12px;font-weight:700;letter-spacing:.3em;color:var(--steel)}
.ys-diag h2{font-size:clamp(28px,3.2vw,40px);margin-top:8px}
.ys-diag .idx{font-family:ui-monospace,monospace;font-size:13px;color:var(--reveal);letter-spacing:.1em}
.ys-diag .grid{display:grid;grid-template-columns:0.8fr 1.2fr;gap:clamp(20px,3vw,44px);align-items:start;
  border-top:1px solid var(--line);padding-top:26px}
/* fault list (tablist) */
.ys-faults{display:flex;flex-direction:column;gap:2px}
.ys-faults .tab{display:flex;align-items:center;gap:14px;min-height:58px;padding:15px 6px;border:0;border-bottom:1px solid var(--line);
  background:none;text-align:start;font-size:16.5px;font-weight:600;color:#2a3a42;transition:color .2s,padding .2s}
.ys-faults .tab .dot{width:9px;height:9px;border-radius:50%;border:1.6px solid #c3c8c2;flex:0 0 auto;transition:.2s}
.ys-faults .tab .ar{margin-inline-start:auto;color:#b3bbb6;transition:.2s;opacity:0}
.ys-faults .tab:hover{color:var(--ink);padding-inline-end:12px}
.ys-faults .tab:hover .ar{opacity:1}
.ys-faults .tab[aria-selected="true"]{color:var(--ink);font-weight:700}
.ys-faults .tab[aria-selected="true"] .dot{border-color:var(--steel);background:var(--steel);box-shadow:0 0 0 4px rgba(65,93,105,.12)}
.ys-faults .tab[aria-selected="true"] .ar{opacity:1;color:var(--steel)}
/* answer panel — structural, not a heavy card */
.ys-panel{max-width:640px;border-inline-start:2px solid var(--line);padding-inline-start:clamp(18px,2.4vw,34px)}
.ys-panel .k{font-size:12px;font-weight:700;letter-spacing:.14em;color:var(--steel)}
.ys-panel h3{font-size:clamp(20px,2vw,25px);margin:8px 0 12px;color:var(--ink)}
.ys-cause{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid var(--line);font-size:15.5px;color:#33434b}
.ys-cause b{color:var(--steel);font-weight:700;white-space:nowrap}
.ys-disc{font-size:12.5px;color:var(--muted);margin:15px 0 20px;display:flex;gap:8px}
.ys-disc svg{color:var(--reveal);flex:0 0 auto}
.ys-panel .cta{display:flex;gap:10px;flex-wrap:wrap}
.ys-panel .cta a{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14.5px;padding:12px 18px;border-radius:11px}
.ys-panel .cta .call{background:var(--ink);color:#fff}
.ys-panel .cta .call svg{color:#fff}
.ys-panel .cta .call:hover{background:var(--ink-2)}
.ys-panel .cta .wa{border:1.5px solid rgba(11,31,46,.3);color:var(--ink)}
.ys-panel .cta .wa .wi{color:var(--wa)}
/* mini mechanism with highlighted component */
.ys-mini{align-self:stretch;border-radius:10px;background:linear-gradient(158deg,#173247,var(--ink));
  box-shadow:inset 0 14px 30px rgba(0,0,0,.55);position:relative;min-height:200px;display:grid;place-items:center;padding:16px}
.ys-mini svg{width:100%;height:auto}
.ys-mini .base{stroke:#42606f;stroke-width:1.5;fill:none;stroke-linecap:round}
.ys-mini .hl{stroke:var(--reveal);stroke-width:2.6;fill:none;stroke-linecap:round;filter:drop-shadow(0 0 5px rgba(138,174,184,.55))}
.ys-mini .water{stroke:#6fb0c2;stroke-width:1.4;opacity:.6}
.ys-mini .lab{fill:var(--reveal);font-size:11px;font-family:"HeeboLocal",sans-serif}
.ys-fade{animation:fadein .3s var(--ease)}

/* ============================ ANIMATIONS ============================ */
@keyframes growline{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes fadein{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(65,93,105,.45)}70%{box-shadow:0 0 0 8px rgba(65,93,105,0)}100%{box-shadow:0 0 0 0 rgba(65,93,105,0)}}

/* ============================ RESPONSIVE ============================ */
@media (max-width:1080px){
  .ys-nav{display:none}
  .ys-tel span.txt{display:none}
  .ys-cta{display:none}
  .ys-burger{display:grid}
  .ys-hd .bar{height:60px}
  .ys-hero .wrap{grid-template-columns:1fr;gap:26px;padding-block:26px 40px;min-height:0}
  .ys-hcopy{order:1;max-width:none}
  .ys-himg{order:2;justify-self:stretch}
  .ys-hero-photo{aspect-ratio:4/5;object-position:72% 24%;border-radius:12px;box-shadow:0 20px 44px -24px rgba(11,31,46,.4)}
  .ys-diag .grid{grid-template-columns:1fr;gap:0}
  .ys-panel{max-width:none;border-inline-start:0;padding-inline-start:0;
    border-inline-end:2px solid var(--steel);padding-inline-end:16px;margin:4px 0 14px}
}
@media (max-width:560px){
  :root{--pad:18px}
  .ys-hcopy h1{font-size:clamp(30px,8.4vw,38px)}
  .ys-hmsg{font-size:clamp(20px,5.6vw,25px)}
  .ys-cta-row{flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:12px}
  .ys-b-call,.ys-b-wa{width:100%;font-size:15.5px}
  .ys-diag .head{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:22px}
  .ys-faults .tab{min-height:54px;font-size:16px}
}
@media (max-width:380px){
  .ys-b-call{font-size:14px;padding-inline:12px;gap:8px}
  .ys-b-call svg{width:17px;height:17px}
}

/* ============================ REDUCED MOTION ============================ */
@media (prefers-reduced-motion:reduce){
  .ys *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}
}

/* ==================================================================
   FULL SITE SECTIONS — trust · specialty · services · process ·
   reviews · about · faq · contact/form · blog · footer · mobile bar · cookie
   ================================================================== */
html{scroll-behavior:smooth;scroll-padding-top:86px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* shared section header */
.ys-serv .head,.ys-proc .head,.ys-faq .head,.ys-rev .head,.ys-blog .head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;
  margin-bottom:clamp(26px,3vw,40px);border-bottom:1px solid var(--line);padding-bottom:22px}
.ys-serv .eyb,.ys-proc .eyb,.ys-faq .eyb,.ys-rev .eyb,.ys-blog .eyb,.ys-spec-copy .eyb,.ys-about-copy .eyb,.ys-contact-aside .eyb{
  font-size:12px;font-weight:700;letter-spacing:.3em;color:var(--steel)}
.ys-serv h2,.ys-proc h2,.ys-faq h2,.ys-rev h2,.ys-blog h2{font-size:clamp(27px,3.1vw,40px);margin-top:8px}
.ys-serv .idx,.ys-proc .idx,.ys-faq .idx,.ys-rev .idx,.ys-blog .idx{font-family:ui-monospace,monospace;font-size:13px;color:var(--reveal);letter-spacing:.1em}

/* ---- trust strip ---- */
.ys-trustbar{background:var(--ink);color:#dfe8ec}
.ys-trustbar .wrap{padding-block:20px}
.ys-trustbar ul{list-style:none;display:flex;flex-wrap:wrap;gap:14px 34px;align-items:center;justify-content:center}
.ys-trustbar li{display:flex;align-items:center;gap:11px;font-size:14.5px;font-weight:600;color:#eaf1f4}
.ys-trustbar .i{display:grid;place-items:center;color:var(--reveal)}
.ys-trustbar .i svg{width:20px;height:20px}

/* ---- specialty ---- */
.ys-spec{background:var(--off);border-top:1px solid var(--line)}
.ys-spec .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-spec-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(28px,4vw,64px);align-items:center}
.ys-spec-img{margin:0;line-height:0}
.ys-spec-photo{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:50% 42%;border-radius:14px;
  background:var(--off-2);box-shadow:0 30px 64px -30px rgba(11,31,46,.42),0 1px 0 rgba(255,255,255,.6)}
.ys-spec-copy h2{font-size:clamp(28px,3.4vw,44px);margin:12px 0 16px}
.ys-spec-copy .lead{font-size:clamp(16px,1.3vw,18px);color:#3d4b52;max-width:54ch;margin-bottom:24px}
.ys-spec-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin-bottom:26px}
.ys-spec-list li{display:flex;align-items:center;gap:10px;font-size:15.5px;font-weight:600;color:var(--ink)}
.ys-spec-list .c{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:rgba(65,93,105,.14);color:var(--steel);flex:0 0 auto}
.ys-spec-cta{margin-top:4px}

/* ---- additional services (editorial rows) ---- */
.ys-serv{background:#fff;border-top:1px solid var(--line)}
.ys-serv .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-serv-list{display:grid}
.ys-serv-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;
  padding:22px 4px;border-top:1px solid var(--line);transition:background .2s}
.ys-serv-row:last-child{border-bottom:1px solid var(--line)}
.ys-serv-row:hover{background:var(--off)}
.ys-serv-row .num{font-family:ui-monospace,monospace;font-size:14px;color:var(--reveal);letter-spacing:.06em}
.ys-serv-row .tx h3{font-size:clamp(18px,1.6vw,21px);color:var(--ink);margin-bottom:4px}
.ys-serv-row .tx p{font-size:15px;color:#4a5860;max-width:66ch}
.ys-serv-row .go{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:11px;color:var(--ink);background:#fff;transition:.2s;flex:0 0 auto}
.ys-serv-row .go:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---- process ---- */
.ys-proc{background:var(--off);border-top:1px solid var(--line)}
.ys-proc .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-proc-grid{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,26px);counter-reset:none}
.ys-proc-step{position:relative;padding:26px 22px;background:#fff;border:1px solid var(--line);border-radius:14px}
.ys-proc-step .n{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--ink);color:#fff;font-weight:800;font-size:16px;margin-bottom:15px}
.ys-proc-step h3{font-size:18px;color:var(--ink);margin-bottom:7px;line-height:1.2}
.ys-proc-step p{font-size:14.5px;color:#4a5860;line-height:1.55}
.ys-proc-note{margin-top:24px;font-size:13.5px;color:var(--muted);max-width:70ch}

/* ---- reviews (shell) ---- */
.ys-rev{background:#fff;border-top:1px solid var(--line)}
.ys-rev .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-rev-viewport{overflow:hidden}
.ys-rev-track{display:flex;gap:20px;transition:transform .4s var(--ease)}
.ys-rev-ctrl{display:flex;align-items:center;gap:16px;margin-top:24px}
.ys-rev-bar{flex:1;height:3px;background:var(--line);border-radius:3px;overflow:hidden}
.ys-rev-bar span{display:block;height:100%;background:var(--steel);width:20%}
.ys-rev-ctrl .prev,.ys-rev-ctrl .next{width:44px;height:44px;border:1px solid var(--line);border-radius:11px;color:var(--ink);display:grid;place-items:center;font-size:18px}
.ys-rev-link{display:inline-block;margin-top:18px;color:var(--steel);font-weight:700;border-bottom:1px solid currentColor}

/* ---- about ---- */
.ys-about{background:#fff;border-top:1px solid var(--line)}
.ys-about .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(28px,4vw,64px);align-items:center}
.ys-about-copy h2{font-size:clamp(28px,3.4vw,44px);margin:12px 0 18px}
.ys-about-copy p{font-size:clamp(15.5px,1.2vw,17px);color:#3d4b52;margin-bottom:13px;max-width:60ch}
.ys-about-cta{margin-top:22px}
.ys-about-img{margin:0;line-height:0;justify-self:center;max-width:420px;width:100%}
.ys-about-photo{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 26%;border-radius:16px;
  background:var(--off-2);box-shadow:0 30px 64px -30px rgba(11,31,46,.42)}

/* ---- faq ---- */
.ys-faq{background:var(--off);border-top:1px solid var(--line)}
.ys-faq .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-faq-list{display:grid;max-width:920px}
.ys-faq-item{border-top:1px solid var(--line)}
.ys-faq-item:last-child{border-bottom:1px solid var(--line)}
.ys-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:20px 4px;font-size:clamp(16px,1.5vw,18.5px);font-weight:700;color:var(--ink);text-align:start}
.ys-faq-q .pm{position:relative;width:18px;height:18px;flex:0 0 auto}
.ys-faq-q .pm::before,.ys-faq-q .pm::after{content:"";position:absolute;background:var(--steel);border-radius:2px;transition:.25s var(--ease)}
.ys-faq-q .pm::before{inset-inline:0;top:8px;height:2px}
.ys-faq-q .pm::after{inset-block:0;inset-inline-start:8px;width:2px}
.ys-faq-q[aria-expanded="true"] .pm::after{transform:scaleY(0)}
.ys-faq-a{overflow:hidden}
.ys-faq-a p{padding:0 4px 22px;font-size:15.5px;color:#3d4b52;line-height:1.65;max-width:74ch}

/* ---- contact + form ---- */
.ys-contact{background:var(--ink);color:#e8eef2;border-top:1px solid var(--line)}
.ys-contact .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(30px,4vw,64px);align-items:start}
.ys-contact-aside .eyb{color:var(--reveal)}
.ys-contact-aside h2{color:#fff;font-size:clamp(26px,3vw,38px);margin:12px 0 14px}
.ys-contact-aside p{color:#b9c8d0;font-size:16px;margin-bottom:24px;max-width:44ch}
.ys-contact-links{display:flex;flex-direction:column;gap:12px;max-width:360px}
.ys-contact-links .ys-b-call{background:#fff;color:var(--ink)}
.ys-contact-links .ys-b-call svg{color:var(--ink)}
.ys-contact-links .ys-b-call:hover{background:#eef2f4}
.ys-contact-links .ys-b-wa{color:#fff;border-color:rgba(255,255,255,.34)}
.ys-contact-links .ys-b-wa:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.6)}
.ys-form-wrap{background:#fff;border-radius:18px;padding:clamp(22px,2.4vw,34px);box-shadow:0 30px 70px -30px rgba(0,0,0,.5)}
.ys-form{display:grid;gap:15px}
.ys-form .fld{display:grid;gap:6px}
.ys-form label{font-size:14px;font-weight:700;color:var(--ink)}
.ys-form input[type=text],.ys-form input[type=tel],.ys-form select,.ys-form textarea{
  width:100%;font:inherit;font-size:15.5px;color:var(--text);background:var(--off);border:1.5px solid var(--line);
  border-radius:11px;padding:12px 14px;transition:border-color .2s,box-shadow .2s}
.ys-form input:focus,.ys-form select:focus,.ys-form textarea:focus{outline:none;border-color:var(--steel);box-shadow:0 0 0 3px rgba(65,93,105,.16)}
.ys-form textarea{resize:vertical;min-height:96px}
.ys-form .chk label{display:flex;align-items:flex-start;gap:10px;font-weight:600;font-size:14px;color:#3d4b52;line-height:1.5}
.ys-form .chk input{width:18px;height:18px;margin-top:2px;flex:0 0 auto;accent-color:var(--steel)}
.ys-form .chk a{color:var(--steel);text-decoration:underline}
.ys-hp{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;padding:0;margin:-1px;border:0}
.ys-form-submit{margin-top:4px;background:var(--ink);color:#fff;font-weight:800;font-size:16px;padding:15px;border-radius:12px;transition:background .2s,transform .18s var(--ease)}
.ys-form-submit:hover{background:var(--ink-2);transform:translateY(-1px)}
.ys-form-mini{font-size:12.5px;color:var(--muted)}
.ys-form-ok{background:#e8f2ec;border:1px solid #b8d8c6;color:#1f5638;padding:14px 16px;border-radius:12px;margin-bottom:16px;font-weight:600}
.ys-form-ok a,.ys-form-e a{color:inherit;text-decoration:underline;font-weight:800}
.ys-form-e{background:#fbeaea;border:1px solid #e6bcbc;color:#8a2a2a;padding:14px 16px;border-radius:12px;margin-bottom:16px;font-weight:600}

/* ---- blog ---- */
.ys-blog{background:var(--off);border-top:1px solid var(--line)}
.ys-blog .wrap{padding-block:clamp(48px,6vw,92px)}
.ys-blog-all{color:var(--steel);font-weight:700;border-bottom:1px solid currentColor;white-space:nowrap;align-self:flex-end}
.ys-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px)}
.ys-blog-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s}
.ys-blog-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px -24px rgba(11,31,46,.3)}
.ys-blog-card .thumb{display:block;aspect-ratio:16/10;background:var(--off-2);line-height:0}
.ys-blog-card .thumb img{width:100%;height:100%;object-fit:cover}
.ys-blog-card .thumb .ph{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--off-2),#e3ddd0)}
.ys-blog-card .b{padding:20px}
.ys-blog-card h3{font-size:18px;line-height:1.3;margin-bottom:8px}
.ys-blog-card h3 a{color:var(--ink)}
.ys-blog-card p{font-size:14.5px;color:#4a5860;margin-bottom:12px}
.ys-blog-card .more{color:var(--steel);font-weight:700;font-size:14px}
.ys-blog-empty{color:var(--muted);font-size:16px}

/* ---- footer ---- */
.ys-ft{background:#08161f;color:#c3d1d8}
.ys-ft .wrap{padding-block:clamp(44px,5vw,72px)}
.ys-ft-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:clamp(26px,3vw,48px);padding-bottom:30px;border-bottom:1px solid #1b3442}
.ys-ft-brand .n{font-weight:800;font-size:20px;color:#fff}
.ys-ft-brand p{margin:12px 0 18px;font-size:14.5px;color:#9db0b9;max-width:38ch;line-height:1.6}
.ys-ft-actions{display:flex;flex-wrap:wrap;gap:12px}
.ys-ft-actions a{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14.5px;color:#eaf1f4;border:1px solid #24404f;padding:10px 15px;border-radius:11px;transition:.2s}
.ys-ft-actions a:hover{background:#0f2632;border-color:#33586b}
.ys-ft-actions .wi{color:#7fd0a0;display:inline-flex}
.ys-ft-nav,.ys-ft-legal{display:flex;flex-direction:column;gap:11px}
.ys-ft-nav .h,.ys-ft-legal .h{font-size:12px;font-weight:700;letter-spacing:.2em;color:#6f8794;text-transform:uppercase;margin-bottom:4px}
.ys-ft-nav a,.ys-ft-legal a,.ys-cookie-open{color:#c3d1d8;font-size:14.5px;text-align:start;transition:color .15s}
.ys-ft-nav a:hover,.ys-ft-legal a:hover,.ys-cookie-open:hover{color:#fff}
.ys-cookie-open{font:inherit;font-size:14.5px}
.ys-ft-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:22px;font-size:13px;color:#7f96a1}
.ys-ft-bottom .cred a{color:#9db0b9;border-bottom:1px solid #33586b}
.ys-ft-bottom .cred a:hover{color:#fff}

/* ---- mobile action bar ---- */
.ys-mbar{display:none;position:fixed;inset-inline:0;bottom:0;z-index:90;
  background:rgba(244,241,235,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-top:1px solid var(--line);padding:8px 12px calc(8px + env(safe-area-inset-bottom));
  grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 -6px 24px rgba(11,31,46,.1)}
.ys-mbar a{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:15px;padding:13px;border-radius:12px}
.ys-mbar .call{background:var(--ink);color:#fff}
.ys-mbar .call svg{color:#fff}
.ys-mbar .wa{border:1.5px solid rgba(11,31,46,.28);color:var(--ink)}
.ys-mbar .wa .wi{color:var(--wa);display:inline-flex}

/* ---- cookie banner ---- */
.ys-cookie{position:fixed;inset-inline:14px;bottom:14px;z-index:120;max-width:520px;margin-inline:auto;
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;box-shadow:0 20px 54px rgba(11,31,46,.24)}
.ys-cookie p{font-size:13.5px;color:#3d4b52;line-height:1.55;margin-bottom:12px}
.ys-cookie a{color:var(--steel);text-decoration:underline}
.ys-cookie .btns{display:flex;gap:10px;justify-content:flex-end}
.ys-cookie .btns button{font:inherit;font-weight:700;font-size:14px;padding:10px 18px;border-radius:10px;border:1.5px solid var(--line);color:var(--ink);background:#fff}
.ys-cookie .btns .primary{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---- responsive (new sections) ---- */
@media (max-width:1080px){
  .ys-ft-top{grid-template-columns:1fr 1fr}
  .ys-ft-brand{grid-column:1 / -1}
}
@media (max-width:900px){
  .ys-spec-grid{grid-template-columns:1fr;gap:26px}
  .ys-spec-img{order:2}.ys-spec-copy{order:1}
  .ys-about-grid{grid-template-columns:1fr;gap:26px}
  .ys-about-img{order:2;max-width:340px}.ys-about-copy{order:1}
  .ys-proc-grid{grid-template-columns:repeat(2,1fr)}
  .ys-contact-grid{grid-template-columns:1fr}
  .ys-blog-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .ys-mbar{display:grid}
  body.ys{padding-bottom:76px}
  .ys-cookie{bottom:calc(76px + env(safe-area-inset-bottom))}
}
@media (max-width:560px){
  .ys-spec-list{grid-template-columns:1fr}
  .ys-proc-grid{grid-template-columns:1fr}
  .ys-blog-grid{grid-template-columns:1fr}
  .ys-serv-row{grid-template-columns:auto 1fr;gap:6px 16px}
  .ys-serv-row .go{grid-row:1 / span 2;align-self:center}
  .ys-trustbar ul{flex-direction:column;align-items:flex-start;gap:12px}
  .ys-ft-top{grid-template-columns:1fr}
  .ys-contact-links{max-width:none}
}

/* ==================================================================
   INNER PAGES — breadcrumbs · prose · article · archive · pagination · 404
   ================================================================== */
.ys-main{background:var(--off);min-height:60vh}
.ys-main .wrap{padding-block:clamp(28px,3.5vw,52px) clamp(48px,6vw,88px)}
.ys-crumbs{margin-bottom:22px;font-size:13.5px}
.ys-crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted)}
.ys-crumbs li{display:flex;align-items:center;gap:8px}
.ys-crumbs li+li::before{content:"‹";color:var(--reveal)}
.ys-crumbs a{color:var(--steel)}
.ys-crumbs a:hover{color:var(--ink);text-decoration:underline}
.ys-crumbs [aria-current="page"]{color:var(--ink);font-weight:600}

.ys-page-hd h1,.ys-arch-hd h1,.ys-article-hd h1,.ys-404 h1{font-size:clamp(28px,3.6vw,46px);color:var(--ink);letter-spacing:-.02em}
.ys-arch-hd,.ys-page-hd{margin-bottom:clamp(22px,3vw,36px)}
.ys-arch-hd p{margin-top:12px;color:#4a5860;font-size:16px;max-width:64ch}

/* prose */
.ys-prose{max-width:760px;color:#2c3940;font-size:17px;line-height:1.75}
.ys-prose > *{margin-bottom:1.1em}
.ys-prose h2{font-size:clamp(22px,2.4vw,30px);color:var(--ink);margin-top:1.6em;margin-bottom:.5em}
.ys-prose h3{font-size:clamp(19px,2vw,23px);color:var(--ink);margin-top:1.3em;margin-bottom:.4em}
.ys-prose a{color:var(--steel);text-decoration:underline;text-underline-offset:2px}
.ys-prose a:hover{color:var(--ink)}
.ys-prose ul,.ys-prose ol{padding-inline-start:1.3em}
.ys-prose li{margin-bottom:.5em}
.ys-prose ul li{list-style:disc}
.ys-prose ol li{list-style:decimal}
.ys-prose blockquote{border-inline-start:3px solid var(--steel);padding-inline-start:18px;color:#3d4b52;font-style:italic}
.ys-prose img{border-radius:12px;height:auto}
.ys-prose strong{color:var(--ink)}
.ys-prose code{background:var(--off-2);padding:2px 6px;border-radius:5px;font-size:.9em}

/* single article */
.ys-single{max-width:1080px}
.ys-article-hd{margin-bottom:22px}
.ys-article-hd .meta{margin-top:12px;font-size:13.5px;color:var(--muted);display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ys-article-hd .meta a{color:var(--steel)}
.ys-article-hero{margin:0 0 28px;line-height:0}
.ys-article-hero img{width:100%;height:auto;border-radius:16px}
.ys-inline-cta{display:flex;flex-wrap:wrap;gap:12px;margin:34px 0 0;padding:24px;background:#fff;border:1px solid var(--line);border-radius:16px}
.ys-related{margin-top:52px;padding-top:34px;border-top:1px solid var(--line)}
.ys-related h2{font-size:clamp(22px,2.4vw,30px);margin-bottom:22px}
.ys-back{margin-top:32px}
.ys-back a{color:var(--steel);font-weight:700;border-bottom:1px solid currentColor}

/* pagination */
.ys-pagination{margin-top:40px;display:flex;justify-content:center}
.ys-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;margin:0 3px;
  border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-weight:700;font-size:14.5px}
.ys-pagination .page-numbers.current{background:var(--ink);color:#fff;border-color:var(--ink)}
.ys-pagination a.page-numbers:hover{background:var(--off-2)}
.ys-pagination .dots{border:0;background:none}

/* 404 */
.ys-404{padding:20px 0 10px}
.ys-404 p{color:#4a5860;font-size:17px;margin:12px 0;max-width:56ch}
.ys-404 .a{margin-top:20px}

@media (max-width:560px){
  .ys-prose{font-size:16px}
  .ys-inline-cta{padding:18px}
}

/* nav collapse (8 items + outline phone btn) — avoid header overflow */
@media (max-width:1340px){
  .ys-nav{display:none}
  .ys-tel span.txt{display:none}
  .ys-tel{padding:9px 11px}
  .ys-cta{display:none}
  .ys-burger{display:grid}
}

/* ==================================================================
   QA FIXES — button color locks (defeat external a:hover) + overflow guards
   ================================================================== */

/* PRIMARY dark buttons — white text/icon in every state */
.ys .ys-b-call, .ys .ys-b-call:hover, .ys .ys-b-call:focus, .ys .ys-b-call:focus-visible, .ys .ys-b-call:active,
.ys .ys-cta, .ys .ys-cta:hover, .ys .ys-cta:focus, .ys .ys-cta:focus-visible, .ys .ys-cta:active,
.ys .ys-form-submit, .ys .ys-form-submit:hover, .ys .ys-form-submit:focus, .ys .ys-form-submit:focus-visible, .ys .ys-form-submit:active,
.ys-mbar .call, .ys-mbar .call:hover, .ys-mbar .call:focus-visible,
.ys-panel .cta .call, .ys-panel .cta .call:hover, .ys-panel .cta .call:focus-visible{color:#fff !important}
.ys .ys-b-call svg, .ys .ys-cta svg, .ys .ys-form-submit svg, .ys-mbar .call svg, .ys-panel .cta .call svg{color:#fff !important}

/* SECONDARY / outline buttons — navy text default, WHITE on hover (navy fill) */
.ys .ys-b-wa, .ys .ys-b-wa:focus, .ys .ys-b-wa:focus-visible, .ys .ys-b-wa:active,
.ys .ys-tel,
.ys-panel .cta .wa, .ys-panel .cta .wa:focus-visible,
.ys-mbar .wa, .ys-mbar .wa:focus-visible{color:var(--ink) !important}
.ys .ys-b-wa:hover, .ys .ys-tel:hover{color:#fff !important}
.ys .ys-tel:hover svg{color:#fff !important}
.ys-panel .cta .wa:hover{background:var(--ink) !important;color:#fff !important;border-color:var(--ink) !important}

/* LIGHT-bg primary variants — navy text every state (contact aside, drawer) */
.ys-contact-links .ys-b-call, .ys-contact-links .ys-b-call:hover, .ys-contact-links .ys-b-call:focus-visible, .ys-contact-links .ys-b-call:active{color:var(--ink) !important}
.ys-contact-links .ys-b-call svg{color:var(--ink) !important}
.ys-drawer .foot .call, .ys-drawer .foot .call:hover{color:var(--ink) !important}
.ys-drawer .foot .call svg{color:var(--ink) !important}
.ys-drawer .foot .wa, .ys-drawer .foot .wa:hover{color:#fff !important}

/* keep the WhatsApp green-hint icon regardless of state */
.ys .ys-b-wa .wi, .ys-mbar .wa .wi, .ys-panel .cta .wa .wi, .ys-drawer .foot .wa .wi{color:var(--wa)}
.ys .ys-b-wa:hover .wi{color:#7fd0a0}

/* ---- OVERFLOW: root-cause safety (after real fixes above) ---- */
.ys :where(section,article,div,figure,ul,ol,li,p,h1,h2,h3,form,nav){min-width:0}
.ys :where(p,h1,h2,h3,li,a,span,td,th){overflow-wrap:break-word}
.ys img,.ys svg,.ys video{max-width:100%}
.ys-mbar,.ys-cookie,.ys-hd{max-width:100%}
html,body{max-width:100%;overflow-x:clip}

/* ---- blog featured (single latest post) ---- */
.ys-blog-feat{display:grid;grid-template-columns:1.05fr 1fr;gap:0;align-items:stretch;
  background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.ys-blog-feat .thumb{display:block;background:var(--off-2);line-height:0;min-height:100%}
.ys-blog-feat .thumb img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/11}
.ys-blog-feat .thumb .ph{display:block;width:100%;height:100%;min-height:300px;background:linear-gradient(135deg,var(--off-2),#e3ddd0)}
.ys-blog-feat .b{padding:clamp(24px,3vw,46px);display:flex;flex-direction:column;justify-content:center}
.ys-blog-feat .k{font-size:12px;font-weight:700;letter-spacing:.2em;color:var(--steel)}
.ys-blog-feat h3{font-size:clamp(22px,2.5vw,31px);line-height:1.22;margin:12px 0 14px}
.ys-blog-feat h3 a{color:var(--ink)}
.ys-blog-feat p{font-size:16px;color:#4a5860;line-height:1.65;margin-bottom:22px;max-width:58ch}
.ys-blog-feat .more{color:var(--steel);font-weight:700;align-self:flex-start;border-bottom:1px solid currentColor}
@media (max-width:760px){
  .ys-blog-feat{grid-template-columns:1fr}
  .ys-blog-feat .thumb img{aspect-ratio:16/9}
  .ys-blog-feat .thumb .ph{min-height:200px}
}

/* prose tables (article) */
.ys-prose table{width:100%;border-collapse:collapse;margin:1.4em 0;font-size:14.5px;display:block;overflow-x:auto}
.ys-prose thead th{background:var(--ink);color:#fff;text-align:start;padding:11px 12px;font-weight:700;white-space:nowrap}
.ys-prose tbody td{border-bottom:1px solid var(--line);padding:11px 12px;color:#33434b;vertical-align:top}
.ys-prose tbody tr:nth-child(even){background:var(--off-2)}

/* FIX: contact-section WhatsApp (secondary on DARK navy bg) must be white/visible.
   Overrides the global navy button-lock which made it navy-on-navy. */
.ys-contact .ys-contact-links .ys-b-wa,
.ys-contact .ys-contact-links .ys-b-wa:focus,
.ys-contact .ys-contact-links .ys-b-wa:focus-visible,
.ys-contact .ys-contact-links .ys-b-wa:active{color:#fff !important;border-color:rgba(255,255,255,.42) !important}
.ys-contact .ys-contact-links .ys-b-wa:hover{background:#fff !important;color:var(--ink) !important;border-color:#fff !important}
.ys-contact .ys-contact-links .ys-b-wa .wi{color:#7fd0a0 !important}
.ys-contact .ys-contact-links .ys-b-wa:hover .wi{color:var(--wa) !important}

/* cookie banner — compact on mobile so the text fits (near) one line */
@media (max-width:560px){
  .ys-cookie{inset-inline:10px;padding:12px 14px}
  .ys-cookie p{font-size:11px;line-height:1.45;margin-bottom:10px;letter-spacing:-.1px}
  .ys-cookie .btns button{font-size:13px;padding:9px 20px}
}
@media (max-width:360px){
  .ys-cookie p{font-size:10.5px}
}

/* ==================================================================
   COOKIE BANNER — redesign: minimalist card, bottom-LEFT, row layout
   (overrides earlier full-width rule + max-width:100% overflow guard)
   ================================================================== */
.ys-cookie{position:fixed;left:16px;right:auto;bottom:16px;z-index:120;
  width:min(440px,calc(100vw - 32px));max-width:none;margin:0;inset-inline:auto;
  display:flex;align-items:center;gap:14px;
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 15px;
  box-shadow:0 18px 48px rgba(11,31,46,.22)}
.ys-cookie p{font-size:12.5px;color:#3d4b52;line-height:1.45;margin:0;flex:1 1 auto}
.ys-cookie a{color:var(--steel);text-decoration:underline}
.ys-cookie .btns{display:flex;gap:8px;margin:0;flex:0 0 auto}
.ys-cookie .btns button{font:inherit;font-weight:700;font-size:13.5px;padding:10px 20px;border-radius:10px;
  border:1.5px solid var(--ink);color:#fff;background:var(--ink);white-space:nowrap}
.ys-cookie .btns button:hover{background:var(--ink-2)}

@media (max-width:560px){
  .ys-cookie{left:12px;right:auto;inset-inline:auto;width:min(340px,calc(100vw - 24px));
    bottom:calc(84px + env(safe-area-inset-bottom));padding:12px 13px;gap:10px}
  .ys-cookie p{font-size:13px;line-height:1.4}
  .ys-cookie .btns button{padding:10px 16px;font-size:13.5px}
}

/* cookie: nudge slightly toward the left corner on desktop, keep safe gap so it never touches the edge */
@media (min-width:561px){
  .ys-cookie{left:12px;right:auto;width:min(430px,calc(100vw - 24px))}
}

/* desktop only: cookie card to the RIGHT corner (avoid overlap with Go Top a11y icon on the left) */
@media (min-width:561px){
  .ys-cookie{right:16px;left:auto;inset-inline:auto;width:min(430px,calc(100vw - 32px))}
}

/* FIX: respect the [hidden] attribute (the redesign's display:flex was overriding it,
   so "אישור" clicked but the box never hid). + comfortable desktop margin from the edge. */
.ys-cookie[hidden]{display:none !important}
@media (min-width:561px){
  .ys-cookie{right:24px;left:auto;inset-inline:auto;bottom:22px;width:min(420px,calc(100vw - 60px))}
}

/* ==================================================================
   MOBILE: keep Go Top accessibility toggle + cookie clear of the fixed action bar
   (bar shows <=760px; raise the a11y toggle above it, cookie to the opposite side)
   ================================================================== */
@media (max-width:760px){
  .abgt-toggle{bottom:calc(84px + env(safe-area-inset-bottom)) !important}
  .ys-cookie{right:12px;left:auto;inset-inline:auto;width:min(340px,calc(100vw - 24px));
    bottom:calc(90px + env(safe-area-inset-bottom))}
}

/* nudge cookie card a touch inward (away from the right edge) */
@media (max-width:760px){
  .ys-cookie{right:18px;width:min(330px,calc(100vw - 36px))}
}
@media (min-width:761px){
  .ys-cookie{right:30px}
}
