/* Mobil accessibility assistant. Self-contained, no external services. */
:root{
  --ma11y-accent:#0b7a3b;
  --ma11y-panel:#ffffff;
  --ma11y-text:#102217;
  --ma11y-muted:#516257;
  --ma11y-line:#d7e4db;
  --ma11y-soft:#edf7f0;
  --ma11y-shadow:0 18px 60px rgba(0,0,0,.22);
}
#mobil-a11y-host{position:fixed;inset:auto 20px 20px auto;z-index:2147483000;font:16px/1.35 Arial,Helvetica,sans-serif;direction:ltr;color:var(--ma11y-text);text-align:left;letter-spacing:normal;word-spacing:normal;filter:none!important;isolation:isolate}
html[dir="rtl"] #mobil-a11y-host{inset:auto auto 20px 20px;direction:rtl;text-align:right}
#mobil-a11y-host *{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif!important}
.mobil-a11y-launcher{width:58px;height:58px;border:0;border-radius:50%;background:#148c4a;color:#fff;box-shadow:0 10px 32px rgba(0,0,0,.28);font-size:29px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.mobil-a11y-launcher:hover{transform:translateY(-2px);box-shadow:0 13px 36px rgba(0,0,0,.34)}
.mobil-a11y-launcher:focus-visible{outline:4px solid #ffdb3b;outline-offset:4px}
.mobil-a11y-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 24px));max-height:min(760px,calc(100vh - 100px));overflow:auto;overscroll-behavior:contain;background:var(--ma11y-panel);color:var(--ma11y-text);border:2px solid var(--ma11y-line);border-radius:22px;box-shadow:var(--ma11y-shadow);padding:0}
html[dir="rtl"] .mobil-a11y-panel{right:auto;left:0}
.mobil-a11y-panel[hidden]{display:none!important}
.mobil-a11y-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:8px;padding:14px 14px 12px;background:rgba(255,255,255,.97);border-bottom:1px solid var(--ma11y-line);backdrop-filter:blur(10px)}
.mobil-a11y-title{flex:1;min-width:0;font-size:17px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mobil-a11y-head button{min-width:42px;height:42px;border:1px solid var(--ma11y-line);border-radius:12px;background:#fff;color:#102217;font-size:20px;font-weight:900;cursor:pointer}
.mobil-a11y-head button:hover,.mobil-a11y-head button:focus-visible{background:var(--ma11y-soft);outline:3px solid #ffdb3b;outline-offset:1px}
.mobil-a11y-body{padding:14px;display:grid;gap:14px}
.mobil-a11y-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.mobil-a11y-preset{min-height:58px;border:1px solid var(--ma11y-line);border-radius:14px;background:var(--ma11y-soft);color:var(--ma11y-text);font-size:22px;font-weight:900;cursor:pointer;display:grid;place-items:center}
.mobil-a11y-preset:hover,.mobil-a11y-preset:focus-visible{outline:3px solid #ffdb3b;outline-offset:1px;border-color:#0b7a3b}
.mobil-a11y-section{border:1px solid var(--ma11y-line);border-radius:16px;padding:12px;background:#fff}
.mobil-a11y-section-title{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:14px;font-weight:900;color:var(--ma11y-muted)}
.mobil-a11y-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.mobil-a11y-control{min-height:64px;border:1px solid var(--ma11y-line);border-radius:13px;background:#fff;color:var(--ma11y-text);padding:7px 4px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-weight:800;font-size:11px;text-align:center;line-height:1.15}
.mobil-a11y-control .mobil-a11y-icon{font-size:22px;line-height:1}
.mobil-a11y-control:hover,.mobil-a11y-control:focus-visible{outline:3px solid #ffdb3b;outline-offset:1px;border-color:#0b7a3b}
.mobil-a11y-control[aria-pressed="true"]{background:#0b7a3b;color:#fff;border-color:#0b7a3b}
.mobil-a11y-stepper{display:grid;grid-template-columns:46px 1fr 46px;gap:8px;align-items:center}
.mobil-a11y-stepper button{height:44px;border:1px solid var(--ma11y-line);border-radius:12px;background:#fff;color:#102217;font-size:23px;font-weight:900;cursor:pointer}
.mobil-a11y-stepper button:hover,.mobil-a11y-stepper button:focus-visible{outline:3px solid #ffdb3b;outline-offset:1px}
.mobil-a11y-meter{text-align:center;font-weight:900;font-variant-numeric:tabular-nums;background:var(--ma11y-soft);border-radius:11px;padding:11px 4px}
.mobil-a11y-speech{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:9px}
.mobil-a11y-speech button{min-height:46px;border:1px solid var(--ma11y-line);border-radius:12px;background:#fff;color:#102217;font-size:20px;font-weight:900;cursor:pointer}
.mobil-a11y-speech button:hover,.mobil-a11y-speech button:focus-visible{outline:3px solid #ffdb3b;outline-offset:1px}
.mobil-a11y-range{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-size:12px;font-weight:800}
.mobil-a11y-range input{width:100%;accent-color:#0b7a3b}
.mobil-a11y-voice{width:100%;min-height:42px;margin-top:9px;border:1px solid var(--ma11y-line);border-radius:11px;background:#fff;color:#102217;padding:7px 9px;font-weight:700}
.mobil-a11y-help{border-top:1px solid var(--ma11y-line);padding-top:10px;font-size:12px;color:var(--ma11y-muted)}
.mobil-a11y-help summary{cursor:pointer;font-weight:900;color:#102217}
.mobil-a11y-help p{margin:8px 0 0}
.mobil-a11y-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mobil-a11y-skip{position:fixed;z-index:2147483001;left:12px;top:12px;transform:translateY(-180%);background:#000;color:#fff;padding:12px 16px;border-radius:10px;font:700 16px/1.2 Arial,sans-serif;text-decoration:none}
.mobil-a11y-skip:focus{transform:none;outline:4px solid #ffdb3b}
html[dir="rtl"] .mobil-a11y-skip{left:auto;right:12px}
#mobil-a11y-guide{position:fixed;z-index:2147482995;left:0;right:0;height:5px;background:#ffdb00;box-shadow:0 0 0 2px rgba(0,0,0,.75);pointer-events:none;display:none}
#mobil-a11y-mask-top,#mobil-a11y-mask-bottom{position:fixed;z-index:2147482994;left:0;right:0;background:rgba(0,0,0,.72);pointer-events:none;display:none}
html.mobil-a11y-guide-on #mobil-a11y-guide{display:block}
html.mobil-a11y-mask-on #mobil-a11y-mask-top,html.mobil-a11y-mask-on #mobil-a11y-mask-bottom{display:block}
html.mobil-a11y-readable body,html.mobil-a11y-readable body *:not(#mobil-a11y-host):not(#mobil-a11y-host *){font-family:Arial,Verdana,Tahoma,sans-serif!important}
html.mobil-a11y-contrast body{background:#000!important;color:#fff!important}
html.mobil-a11y-contrast body *:not(#mobil-a11y-host):not(#mobil-a11y-host *){background-color:#000!important;color:#fff!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}
html.mobil-a11y-contrast body a:not(#mobil-a11y-host a){color:#ffeb3b!important;text-decoration:underline!important}
html.mobil-a11y-contrast body input:not(#mobil-a11y-host input),html.mobil-a11y-contrast body textarea:not(#mobil-a11y-host textarea),html.mobil-a11y-contrast body select:not(#mobil-a11y-host select),html.mobil-a11y-contrast body button:not(#mobil-a11y-host button){background:#000!important;color:#fff!important;border:2px solid #fff!important}
html.mobil-a11y-dark body{background:#101411!important;color:#f5fff7!important}
html.mobil-a11y-dark body *:not(#mobil-a11y-host):not(#mobil-a11y-host *){border-color:#59655d!important}
html.mobil-a11y-dark body :is(.panel,.card,.article,.trust-section,.trust-hero,.trust-card,.guide-hero,.guide-body,.site-footer):not(#mobil-a11y-host *){background:#18201b!important;color:#f5fff7!important}
html.mobil-a11y-dark body :is(p,li,label,small,.muted,.guide-deck,.guide-meta,.footer-summary p,.footer-bottom):not(#mobil-a11y-host *){color:#d8e2da!important}
html.mobil-a11y-grayscale body > *:not(#mobil-a11y-host){filter:grayscale(1)!important}
html.mobil-a11y-invert body > *:not(#mobil-a11y-host){filter:invert(1) hue-rotate(180deg)!important}
html.mobil-a11y-invert body img{filter:invert(1) hue-rotate(180deg)!important}
html.mobil-a11y-low-saturation body > *:not(#mobil-a11y-host){filter:saturate(.35)!important}
html.mobil-a11y-high-saturation body > *:not(#mobil-a11y-host){filter:saturate(1.8)!important}
html.mobil-a11y-links body a:not(#mobil-a11y-host a){background:#ffed3b!important;color:#000!important;text-decoration:underline!important;text-decoration-thickness:3px!important;text-underline-offset:3px!important;outline:2px solid #000!important}
html.mobil-a11y-headings body :is(h1,h2,h3,h4,h5,h6):not(#mobil-a11y-host *){background:#dff540!important;color:#000!important;border:3px solid #000!important;padding:.12em .2em!important}
html.mobil-a11y-strong-focus body :focus-visible:not(#mobil-a11y-host *){outline:5px solid #ff2d00!important;outline-offset:5px!important;box-shadow:0 0 0 3px #fff!important}
html.mobil-a11y-no-motion *,html.mobil-a11y-no-motion *::before,html.mobil-a11y-no-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
html.mobil-a11y-plain body *:not(#mobil-a11y-host):not(#mobil-a11y-host *){background-image:none!important;box-shadow:none!important;text-shadow:none!important}
html.mobil-a11y-large-cursor body,html.mobil-a11y-large-cursor body *:not(#mobil-a11y-host):not(#mobil-a11y-host *){cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M4 2L4 33L12 25L18 38L24 35L18 23L29 23Z' fill='white' stroke='black' stroke-width='3'/%3E%3C/svg%3E") 4 2,auto!important}
html.mobil-a11y-focus-mode .mobil-a11y-reading-focus{outline:4px solid #ffb000!important;outline-offset:5px!important;background:#fff6bf!important;color:#000!important;position:relative;z-index:2}
html.mobil-a11y-speaking .mobil-a11y-speaking-node{outline:5px solid #0b7a3b!important;outline-offset:4px!important;background:#eaffd9!important;color:#000!important}
.mobil-a11y-alt-replacement{display:flex;align-items:center;justify-content:center;min-height:100px;width:100%;padding:18px;border:3px dashed currentColor;background:#fff;color:#000;font:700 16px/1.45 Arial,sans-serif;text-align:center}
html.mobil-a11y-hide-images img{display:none!important}
@media(max-width:560px){
  #mobil-a11y-host{inset:auto 10px 10px auto}
  html[dir="rtl"] #mobil-a11y-host{inset:auto auto 10px 10px}
  .mobil-a11y-panel{position:fixed;left:8px!important;right:8px!important;bottom:78px;width:auto;max-height:calc(100vh - 96px);border-radius:18px}
  .mobil-a11y-launcher{width:54px;height:54px}
}
@media(prefers-reduced-motion:reduce){.mobil-a11y-launcher{transition:none}}
html.mobil-a11y-typography body *:not(#mobil-a11y-host):not(#mobil-a11y-host *){min-width:0;overflow-wrap:anywhere}
html.mobil-a11y-typography .footer-links a[href^="mailto:"]{direction:ltr;unicode-bidi:isolate;word-break:break-all}
@media(max-width:480px){html.mobil-a11y-typography .footer-links{grid-template-columns:1fr!important}}

.mobil-a11y-launcher .mobil-a11y-wheelchair{width:37px;height:37px;display:block;color:#fff;fill:none;overflow:visible}
.mobil-a11y-launcher:hover{background:#0f7b40}
