.embed-cta-card {
  position: relative;
  overflow: hidden;
  padding: 30px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 95% 5%, rgba(56, 189, 248, .34), transparent 30%),
    linear-gradient(145deg, #0b3f91 0%, #075fc7 52%, #168fe5 100%) !important;
  color: #fff;
  box-shadow: 0 22px 50px rgba(15, 82, 160, .24);
}
.embed-cta-card::after { content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-90px;bottom:-90px;pointer-events:none }
.embed-cta-badge { display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.12);font-size:.72rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase }
.embed-cta-icon { width:58px;height:58px;display:grid;place-items:center;margin-top:22px;border-radius:16px;background:#fff;color:#0870cf;font-size:1.55rem;box-shadow:0 10px 22px rgba(0,0,0,.14) }
.embed-cta-card h2 { margin:18px 0 10px !important;color:#fff;font-size:clamp(1.55rem,3vw,2rem);line-height:1.15;font-weight:850 }
.embed-cta-lead { margin-bottom:18px;color:rgba(255,255,255,.9);font-size:1.02rem;line-height:1.65 }
.embed-benefits { display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px }
.embed-benefits span { padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.12);font-size:.78rem;font-weight:700 }
.embed-benefits i { margin-right:4px;color:#8ff0bc }
.embed-primary-button { color:#0759b0 !important;font-weight:800;box-shadow:0 9px 22px rgba(0,0,0,.16);transition:transform .18s,box-shadow .18s }
.embed-primary-button:hover { transform:translateY(-2px);box-shadow:0 13px 28px rgba(0,0,0,.2) }
.embed-install-panel { position:relative;z-index:2;margin-top:16px;padding:16px;border-radius:14px;background:#fff;color:#334155;box-shadow:0 10px 25px rgba(0,0,0,.14) }
.embed-step { padding:4px 7px;border-radius:999px;background:#eaf5ff;color:#0865be;font-size:.68rem;font-weight:800;text-transform:uppercase }
.embed-cta-footnote { position:relative;z-index:2;margin:16px 0 0;text-align:center;color:rgba(255,255,255,.72);font-size:.76rem }
.embed-cta-footnote i { margin-right:4px }
@media(max-width:991px){.embed-cta-card{margin-top:10px}}
@media(max-width:575px){.embed-cta-card{padding:23px !important}.embed-benefits{gap:6px}.embed-benefits span{font-size:.72rem}}
