/*
 * Bimeh4883 v12.12 — Technical SEO QA + Analytics Ready
 * Additive-only layer. No previous CSS, JS, template, page or asset is removed.
 */
:root{
  --b4883-v1212-outline: rgba(0, 98, 204, .28);
  --b4883-v1212-soft: rgba(18, 62, 117, .07);
  --b4883-v1212-ink: #12233d;
}

html.b4883-v1212-ready{
  scroll-padding-top: clamp(84px, 12vw, 124px);
}

body.b4883-v1212-technical-qa{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.b4883-v1212-technical-qa :where(a[href^="tel:"], a[href*="wa.me"], a[href*="whatsapp"]){
  touch-action: manipulation;
}

body.b4883-v1212-technical-qa :where(a[href^="tel:"], a[href*="wa.me"], a[href*="whatsapp"], button, input, select, textarea):focus-visible{
  outline: 3px solid var(--b4883-v1212-outline);
  outline-offset: 3px;
}

body.b4883-v1212-technical-qa .b4883-v1212-qa-marker{
  position: fixed;
  inset-inline-end: 16px;
  inset-block-end: 16px;
  z-index: 9990;
  max-width: min(320px, calc(100vw - 32px));
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  color: var(--b4883-v1212-ink);
  border: 1px solid rgba(18,62,117,.12);
  box-shadow: 0 18px 45px rgba(18, 62, 117, .14);
  backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.8;
  display: none;
}

body.b4883-v1212-show-qa .b4883-v1212-qa-marker{
  display: block;
}

body.b4883-v1212-technical-qa .b4883-v1212-qa-marker strong{
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

body.b4883-v1212-overflow-watch::after{
  content: "";
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 4px;
  height: 100vh;
  background: transparent;
  pointer-events: none;
}

body.b4883-v1212-technical-qa img{
  max-width: 100%;
}

body.b4883-v1212-technical-qa :where(.entry-content, .page-content, main) :where(h2,h3)[id]{
  scroll-margin-top: clamp(96px, 12vw, 136px);
}

body.b4883-v1212-technical-qa :where(.b4883-v129-action, .b4883-v1211-action-row a, .b4883-v1211-action-row button, .b4883-v129-copy-button, .b4883-v129-floating__actions a){
  min-height: 44px;
}

body.b4883-v1212-technical-qa .b4883-v1211-copy-state.is-visible,
body.b4883-v1212-technical-qa .b4883-v129-copy-state.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 782px){
  body.b4883-v1212-technical-qa{
    overflow-x: clip;
  }
  body.b4883-v1212-technical-qa :where(.b4883-v1211-proof-grid, .b4883-v129-action-grid){
    grid-template-columns: 1fr;
  }
  body.b4883-v1212-technical-qa :where(a[href^="tel:"], a[href*="wa.me"], a[href*="whatsapp"]){
    -webkit-tap-highlight-color: rgba(18,62,117,.12);
  }
}

@media print{
  body.b4883-v1212-technical-qa .b4883-v1212-qa-marker,
  body.b4883-v1212-technical-qa .b4883-v129-floating,
  body.b4883-v1212-technical-qa .b4883-mobile-actions,
  body.b4883-v1212-technical-qa .b4883-v129-floating__close{
    display:none!important;
  }
  body.b4883-v1212-technical-qa a[href^="tel:"]::after,
  body.b4883-v1212-technical-qa a[href*="wa.me"]::after{
    content:"";
  }
}
