html body #ngc-wa-root.ngc-wa-root {
  --ngc-green: #168f57;
  position: fixed !important;
  top: auto !important;
  bottom: max(22px, env(safe-area-inset-bottom)) !important;
  z-index: 2147483000 !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Roboto, Arial, sans-serif;
  line-height: 1.4;
}
html body #ngc-wa-root.ngc-wa-left { left: max(20px, env(safe-area-inset-left)) !important; right: auto !important; }
html body #ngc-wa-root.ngc-wa-right { right: max(20px, env(safe-area-inset-right)) !important; left: auto !important; }
#ngc-wa-root, #ngc-wa-root * { box-sizing: border-box; }
#ngc-wa-root .ngc-wa-button {
  appearance: none !important;
  position: static !important;
  inset: auto !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  background: var(--ngc-green) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(6,59,34,.32) !important;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
#ngc-wa-root .ngc-wa-button:hover,
#ngc-wa-root .ngc-wa-button:focus,
#ngc-wa-root .ngc-wa-button:active { background: #087744 !important; color: #fff !important; transform: translateY(-2px) !important; box-shadow: 0 11px 32px rgba(6,59,34,.42) !important; }
#ngc-wa-root .ngc-wa-button:focus-visible,
#ngc-wa-root button:focus-visible,
#ngc-wa-root input:focus-visible,
#ngc-wa-root select:focus-visible { outline: 3px solid rgba(37,211,102,.32) !important; outline-offset: 2px; }
#ngc-wa-root .ngc-wa-button svg { width: 32px !important; height: 32px !important; display: block; fill: currentColor; }

#ngc-wa-root .ngc-wa-panel {
  position: absolute !important;
  z-index: 2 !important;
  top: auto !important;
  bottom: 70px !important;
  width: min(356px, calc(100vw - 28px)) !important;
  max-height: calc(100vh - 104px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden auto !important;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  border: 1px solid #dfe7e3 !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #183126 !important;
  box-shadow: 0 20px 65px rgba(0,44,25,.28) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(14px) scale(.98) !important;
  transform-origin: bottom left;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
#ngc-wa-root.ngc-wa-left .ngc-wa-panel { left: 0 !important; right: auto !important; transform-origin: bottom left; }
#ngc-wa-root.ngc-wa-right .ngc-wa-panel { right: 0 !important; left: auto !important; transform-origin: bottom right; }
#ngc-wa-root .ngc-wa-panel.is-open { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: none !important; }
#ngc-wa-root .ngc-wa-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 13px 13px 16px !important; background: linear-gradient(135deg,var(--ngc-green),#087744) !important; color: #fff !important; }
#ngc-wa-root .ngc-wa-head h3 { margin: 0 !important; color: #fff !important; font: 720 16px/1.25 inherit !important; letter-spacing:-.01em; }
#ngc-wa-root .ngc-wa-close { appearance: none !important; position: static !important; width: 40px !important; height: 40px !important; min-width: 40px !important; min-height: 40px !important; flex: 0 0 40px; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 10px !important; display: grid !important; place-items: center !important; background: rgba(255,255,255,.1) !important; color: #fff !important; cursor: pointer; transition: background .18s ease, transform .18s ease; }
#ngc-wa-root .ngc-wa-close svg { width: 21px !important; height: 21px !important; display: block; fill: none; stroke: currentColor; stroke-width: 2.35; stroke-linecap: round; }
#ngc-wa-root .ngc-wa-close:hover,
#ngc-wa-root .ngc-wa-close:focus,
#ngc-wa-root .ngc-wa-close:active { background: rgba(255,255,255,.2) !important; color:#fff!important; transform:scale(1.03); }
#ngc-wa-root .ngc-wa-form { display: grid; gap: 10px; padding: 15px 16px 16px !important; }
#ngc-wa-root .ngc-wa-essential { display:grid;grid-template-columns:1fr;gap:9px; }
#ngc-wa-root .ngc-wa-form label { display: grid !important; gap: 5px; margin: 0 !important; color: #34473e !important; font: 700 12px/1.3 inherit !important; }
#ngc-wa-root .ngc-wa-form label > span { display: block; }
#ngc-wa-root .ngc-wa-form small { color: #6f7d76; font-size:10px; font-weight: 500; }
#ngc-wa-root .ngc-wa-form input,
#ngc-wa-root .ngc-wa-form select { appearance: auto; display: block !important; width: 100% !important; min-height: 42px !important; margin: 0 !important; padding: 9px 11px !important; border: 1px solid #c7d5cd !important; border-radius: 10px !important; background: #fff !important; color: #17231e !important; box-shadow: none !important; font: 400 14px/1.25 inherit !important; }
#ngc-wa-root .ngc-wa-form input:focus,
#ngc-wa-root .ngc-wa-form select:focus { border-color: #75c69d !important; box-shadow: 0 0 0 3px rgba(37,211,102,.14) !important; }
#ngc-wa-root .ngc-wa-optional { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
#ngc-wa-root .ngc-wa-optional label{align-content:start}
#ngc-wa-root .ngc-wa-location { display: grid; grid-template-columns:1fr; align-items:start; gap: 9px; margin: 1px 0 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
#ngc-wa-root .ngc-wa-location label[hidden] { display: none !important; }
#ngc-wa-root #ngc-wa-city-row { grid-column:1/-1; }
#ngc-wa-root .ngc-wa-country-context { display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid #dce8e1;border-radius:11px;background:#f7faf8; }
#ngc-wa-root .ngc-wa-country-context span { color:#65736b;font-size:10px;font-weight:650; }
#ngc-wa-root .ngc-wa-country-context strong { color:#173f2b;font-size:12px;font-weight:800;text-align:right; }
#ngc-wa-root .ngc-wa-compliance { padding: 10px 11px; border: 1px solid #d8e5de; border-radius: 11px; background: #f5f9f7; }
#ngc-wa-root .ngc-wa-consent { display: grid !important; grid-template-columns: 18px 1fr; align-items: flex-start; gap: 9px; font-weight: 450 !important; }
#ngc-wa-root .ngc-wa-consent input { appearance: auto !important; width: 18px !important; height: 18px !important; min-height: 18px !important; margin: 1px 0 0 !important; padding: 0 !important; accent-color: var(--ngc-green); }
#ngc-wa-root .ngc-wa-consent span { color: #4e5e56; font-size: 11px; line-height: 1.4; }
#ngc-wa-root .ngc-wa-consent a { display:inline-flex;align-items:center;gap:3px;color:#087744 !important;font-size:11px;font-weight:800;text-decoration:underline !important;text-underline-offset:2px;pointer-events:auto!important;cursor:pointer!important; }
#ngc-wa-root .ngc-wa-go { appearance: none !important; width: 100% !important; min-height: 44px !important; margin: 0 !important; padding: 10px 13px !important; border: 0 !important; border-radius: 10px !important; background: var(--ngc-green) !important; color: #fff !important; font: 760 13px/1.2 inherit !important; cursor: pointer; }
#ngc-wa-root .ngc-wa-go:hover,
#ngc-wa-root .ngc-wa-go:focus,
#ngc-wa-root .ngc-wa-go:active { background: #087744 !important; color: #fff !important; }
#ngc-wa-root .ngc-wa-privacy { display: block; color: #68756e; font-size: 10px; line-height: 1.38; text-align:center; }
#ngc-wa-root .ngc-wa-error { color: #b4233a; font-size: 12px; min-height: 0; }

@media (max-width: 600px) {
  html body #ngc-wa-root.ngc-wa-root { bottom: max(14px, env(safe-area-inset-bottom)) !important; width: 54px !important; height: 54px !important; }
  html body #ngc-wa-root.ngc-wa-left { left: max(14px, env(safe-area-inset-left)) !important; }
  html body #ngc-wa-root.ngc-wa-right { right: max(14px, env(safe-area-inset-right)) !important; }
  #ngc-wa-root .ngc-wa-button { width: 54px !important; height: 54px !important; min-width: 54px !important; min-height: 54px !important; }
  #ngc-wa-root .ngc-wa-panel { bottom: 64px !important; width: calc(100vw - 28px) !important; max-height: calc(100vh - 92px) !important; border-radius: 16px !important; }
  #ngc-wa-root .ngc-wa-head { padding: 11px 10px 11px 14px !important; }
  #ngc-wa-root .ngc-wa-head h3 { font-size: 15.5px !important; }
  #ngc-wa-root .ngc-wa-form { gap: 9px; padding: 13px 13px 14px !important; }
  #ngc-wa-root .ngc-wa-optional { grid-template-columns: 1fr 1fr; }
  #ngc-wa-root .ngc-wa-location { grid-template-columns:1fr; }
  #ngc-wa-root .ngc-wa-location label[hidden]{grid-column:1}
}

@supports (height: 100dvh) {
  @media (max-width: 600px) {
    #ngc-wa-root .ngc-wa-panel { max-height: calc(100dvh - 92px) !important; }
  }
}

@media (max-width: 350px) {
  #ngc-wa-root .ngc-wa-optional { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  #ngc-wa-root .ngc-wa-panel, #ngc-wa-root .ngc-wa-button { transition: none !important; }
}
