/* P193 — Enterprise CTA deterministic first-paint authority */
.s16-enterprise-cta{
  --s16-cta-peek:46px;
  position:fixed;z-index:9800;bottom:22px;right:22px;
  display:flex;align-items:center;gap:14px;min-width:390px;max-width:min(470px,calc(100vw - 44px));
  padding:12px 12px 12px 18px;border:1px solid rgba(30,86,77,.18);border-radius:22px;
  background:rgba(18,35,32,.98);color:#f5f8f7;box-shadow:0 18px 45px rgba(20,39,37,.18);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  transform:translate3d(0,0,0);opacity:1;
  transition:transform .36s cubic-bezier(.22,.61,.36,1),box-shadow .28s ease,border-color .28s ease;
  isolation:isolate;will-change:transform;
}
html[dir="rtl"] .s16-enterprise-cta,.font-arabic .s16-enterprise-cta{right:auto;left:22px;direction:rtl;padding:12px 18px 12px 12px}
.s16-enterprise-cta__copy{display:grid;gap:2px;min-width:0;flex:1}
.s16-enterprise-cta__copy small{font-size:10px;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;color:#d9bd62;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s16-enterprise-cta__copy strong{font-size:16px;line-height:1.35;font-weight:900;color:#f7faf9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s16-enterprise-cta__action{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:15px;background:#e5be47;color:#142725;text-decoration:none;font-size:15px;font-weight:900;white-space:nowrap;box-shadow:0 8px 18px rgba(229,190,71,.24);transition:transform .25s ease,filter .25s ease,box-shadow .25s ease}
.s16-enterprise-cta:hover,.s16-enterprise-cta:focus-within{border-color:rgba(229,190,71,.65);box-shadow:0 24px 58px rgba(20,39,37,.24)}
.s16-enterprise-cta:hover .s16-enterprise-cta__action,.s16-enterprise-cta:focus-within .s16-enterprise-cta__action{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 12px 24px rgba(229,190,71,.38)}
.s16-enterprise-cta__toggle{position:absolute;left:0;top:50%;width:var(--s16-cta-peek);height:58px;display:grid;place-items:center;transform:translate(-100%,-50%);border:1px solid rgba(30,86,77,.18);border-right:0;border-radius:16px 0 0 16px;background:#e5be47;color:#142725;box-shadow:0 10px 24px rgba(20,39,37,.16);cursor:pointer;font:900 28px/1 Inter,Arial,sans-serif;transition:filter .2s ease,box-shadow .2s ease}
.s16-enterprise-cta__toggle:hover,.s16-enterprise-cta__toggle:focus-visible{filter:brightness(1.06);box-shadow:0 14px 30px rgba(20,39,37,.24);outline:3px solid rgba(229,190,71,.28);outline-offset:2px}
html[dir="rtl"] .s16-enterprise-cta__toggle,.font-arabic .s16-enterprise-cta__toggle{left:auto;right:0;transform:translate(100%,-50%);border-right:1px solid rgba(30,86,77,.18);border-left:0;border-radius:0 16px 16px 0}
.s16-enterprise-cta:not([data-state="open"]),.s16-enterprise-cta[data-state="closed"]{transform:translate3d(calc(100% + 22px),0,0);box-shadow:0 10px 28px rgba(20,39,37,.13)}
html[dir="rtl"] .s16-enterprise-cta:not([data-state="open"]),html[dir="rtl"] .s16-enterprise-cta[data-state="closed"],.font-arabic .s16-enterprise-cta:not([data-state="open"]),.font-arabic .s16-enterprise-cta[data-state="closed"]{transform:translate3d(calc(-100% - 22px),0,0)}
.s16-enterprise-cta:not([data-state="open"]) .s16-enterprise-cta__copy,.s16-enterprise-cta:not([data-state="open"]) .s16-enterprise-cta__action,.s16-enterprise-cta[data-state="closed"] .s16-enterprise-cta__copy,.s16-enterprise-cta[data-state="closed"] .s16-enterprise-cta__action{pointer-events:none;visibility:hidden}
html.dark .s16-enterprise-cta{background:rgba(18,35,32,.96);border-color:rgba(118,183,169,.28);color:#f5f8f7;box-shadow:0 20px 50px rgba(0,0,0,.35)}
html.dark .s16-enterprise-cta__copy small{color:#87bdb2}html.dark .s16-enterprise-cta__copy strong{color:#f7faf9}
@media(max-width:760px){
  .s16-enterprise-cta{--s16-cta-peek:42px;right:12px;bottom:12px;min-width:0;width:min(410px,calc(100vw - 58px));padding:10px 10px 10px 14px;border-radius:18px;gap:10px}
  html[dir="rtl"] .s16-enterprise-cta,.font-arabic .s16-enterprise-cta{right:auto;left:12px;padding:10px 14px 10px 10px}
  .s16-enterprise-cta__copy small{font-size:9px}.s16-enterprise-cta__copy strong{font-size:14px}.s16-enterprise-cta__action{min-height:46px;padding:0 17px;font-size:13px;border-radius:13px}
  .s16-enterprise-cta:not([data-state="open"]),.s16-enterprise-cta[data-state="closed"]{transform:translate3d(calc(100% + 12px),0,0)}
  html[dir="rtl"] .s16-enterprise-cta:not([data-state="open"]),html[dir="rtl"] .s16-enterprise-cta[data-state="closed"],.font-arabic .s16-enterprise-cta:not([data-state="open"]),.font-arabic .s16-enterprise-cta[data-state="closed"]{transform:translate3d(calc(-100% - 12px),0,0)}
}
@media(max-width:430px){.s16-enterprise-cta{max-width:calc(100vw - 56px)}.s16-enterprise-cta__copy small{display:none}.s16-enterprise-cta__copy strong{font-size:13px}.s16-enterprise-cta__action{padding:0 14px}}
@media(prefers-reduced-motion:reduce){.s16-enterprise-cta,.s16-enterprise-cta__action,.s16-enterprise-cta__toggle{transition:none!important}}
@media print{.s16-enterprise-cta{display:none!important}}
