.a11y-widget {
  position: fixed;
  left: 16px;
  bottom: 22px;
  z-index: 1300;
}
.a11y-widget__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  backdrop-filter: blur(20px) saturate(1.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 10px 24px rgba(0, 0, 0, 0.28);
}
.a11y-widget__toggle svg {
  width: 26px;
  height: 26px;
}
.a11y-panel {
  position: absolute;
  left: 0;
  bottom: 64px;
  width: min(320px, calc(100vw - 24px));
  background: rgba(16, 18, 26, 0.72);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  padding: 1rem;
  backdrop-filter: blur(28px) saturate(1.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 40px rgba(0, 0, 0, 0.25);
}
.a11y-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.a11y-panel__head h2 { font-size: 1.1rem; margin: 0; }
.a11y-panel__group { margin-bottom: 0.9rem; }
.a11y-panel__label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.4rem; }
.a11y-panel__row { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.a11y-panel__row button,
.a11y-panel label {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.88rem;
}
.a11y-panel label { display: flex; gap: 0.45rem; align-items: center; margin-bottom: 0.4rem; }

html.a11y-contrast,
html.a11y-contrast body {
  background: #000 !important;
  color: #fff !important;
}
html.a11y-contrast a,
html.a11y-contrast h1,
html.a11y-contrast h2,
html.a11y-contrast h3,
html.a11y-contrast p,
html.a11y-contrast label,
html.a11y-contrast .quote-desk {
  color: #fff !important;
  background: #000 !important;
}
html.a11y-contrast .quote-desk,
html.a11y-contrast .contact-form,
html.a11y-contrast .value-card {
  border: 2px solid #fff !important;
}

html.a11y-grayscale { filter: grayscale(1); }
html.a11y-underline a { text-decoration: underline !important; }
html.a11y-readable,
html.a11y-readable body,
html.a11y-readable h1,
html.a11y-readable h2,
html.a11y-readable h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
html.a11y-motion *,
html.a11y-motion *::before,
html.a11y-motion *::after {
  animation: none !important;
  transition: none !important;
}
html.a11y-motion .hero__video { display: none !important; }

@media (max-width: 640px) {
  .a11y-widget__toggle-label { display: none; }
}
