.nx-seo-growth-bridge{
  direction:rtl;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.85fr);
  gap:1rem;align-items:center;margin:1rem 0 1.25rem;padding:1.1rem 1.2rem;
  border:1px solid rgba(37,99,235,.16);border-radius:22px;
  background:radial-gradient(circle at 5% 5%,rgba(37,99,235,.11),transparent 20rem),linear-gradient(135deg,#fff,#f8fafc);
  box-shadow:0 12px 35px rgba(15,23,42,.06)
}
.nx-seo-growth-bridge__copy>span{display:inline-block;color:#2563eb;font-size:.78rem;font-weight:900;margin-bottom:.25rem}
.nx-seo-growth-bridge__copy h2{font-size:1.05rem;font-weight:950;line-height:1.8;margin:0 0 .25rem;color:#0f172a}
.nx-seo-growth-bridge__copy p{font-size:.88rem;line-height:2;margin:0;color:#64748b}
.nx-seo-growth-bridge__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
.nx-seo-growth-bridge__actions a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:.55rem .75rem;border:1px solid rgba(15,23,42,.1);border-radius:13px;background:#fff;color:#334155;text-decoration:none;font-size:.82rem;font-weight:850;text-align:center;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.nx-seo-growth-bridge__actions a:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.35);box-shadow:0 8px 20px rgba(37,99,235,.08)}
.nx-seo-growth-bridge__actions a.is-primary{background:#2563eb;border-color:#2563eb;color:#fff;grid-column:1/-1}
@media (max-width:991.98px){.nx-seo-growth-bridge{grid-template-columns:1fr}}
@media (max-width:575.98px){.nx-seo-growth-bridge{padding:.9rem;border-radius:18px}.nx-seo-growth-bridge__actions{grid-template-columns:1fr}.nx-seo-growth-bridge__actions a.is-primary{grid-column:auto}}
