/* OpsGlobal multilingual support */
.language-select{display:inline-flex;align-items:center;margin:0}
.language-select select{
  height:42px;
  min-width:128px;
  border:1px solid rgba(20,88,255,.18);
  border-radius:12px;
  padding:0 34px 0 14px;
  background:#fff;
  color:#17213a;
  font-weight:800;
  outline:none;
  cursor:pointer;
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
html[dir="rtl"] body{text-align:right}
html[dir="rtl"] .nav,
html[dir="rtl"] .v11-hero-grid,
html[dir="rtl"] .v11-urgent,
html[dir="rtl"] .v14-content-cta{direction:rtl}
html[dir="rtl"] .v11-card-actions,
html[dir="rtl"] .v14-cta-actions{justify-content:flex-start}
.i18n-note{
  border:1px solid #dbe7ff;
  background:#f7faff;
  border-radius:18px;
  padding:16px 18px;
  color:#53627d;
  line-height:1.7;
}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:64px}
.trust-card{border:1px solid var(--v11-line,#e5eaf3);border-radius:22px;background:#fff;padding:24px;box-shadow:0 16px 45px rgba(20,88,255,.07);display:grid;gap:14px}
.trust-card span{width:38px;height:38px;border-radius:12px;background:#edf3ff;color:#1458ff;display:inline-flex;align-items:center;justify-content:center;font-weight:950}
.trust-card b{font-size:18px;color:#0b1533}
.floating-cta{position:fixed;right:22px;bottom:22px;z-index:40;display:flex;flex-direction:column;gap:10px}
.floating-cta a{display:flex;align-items:center;justify-content:center;min-width:132px;border-radius:999px;background:#1458ff;color:#fff;font-weight:950;padding:12px 16px;box-shadow:0 18px 42px rgba(20,88,255,.22)}
.floating-cta a:nth-child(2){background:#14b879}
.floating-cta a:nth-child(3){background:#fff;color:#1458ff;border:1px solid #dbe7ff}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.pricing-page{padding-top:54px}
@media(max-width:900px){.trust-grid{grid-template-columns:1fr 1fr}.floating-cta{left:0;right:0;bottom:0;flex-direction:row;background:#fff;border-top:1px solid #e5eaf3;padding:8px;box-shadow:0 -8px 30px rgba(15,23,42,.08)}.floating-cta a{min-width:0;flex:1;border-radius:14px;padding:11px 8px;font-size:13px}body.public-body{padding-bottom:68px}}
@media(max-width:640px){.trust-grid{grid-template-columns:1fr}}
