/* NursingProxy U.S. new-member campaign */
.np-us-offer-shell{
  width:min(1120px,calc(100% - 32px));
  margin:18px auto;
  font-family:"Outfit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  position:relative;
  z-index:20;
}
.np-us-offer{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  overflow:hidden;
  padding:18px 54px 18px 20px;
  border:1px solid rgba(13,148,136,.25);
  border-radius:20px;
  background:
    radial-gradient(circle at 82% 12%,rgba(94,234,212,.2),transparent 30%),
    linear-gradient(135deg,#071722 0%,#0b332b 48%,#0d766c 100%);
  color:#f0fdfa;
  box-shadow:0 20px 48px rgba(6,30,28,.16);
}
.np-us-offer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.06),transparent 36%);
}
.np-us-offer-copy,.np-us-offer-actions{position:relative;z-index:1;}
.np-us-offer-kicker{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:5px;
  color:#99f6e4;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.np-us-offer-kicker::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#2dd4bf;
  box-shadow:0 0 0 5px rgba(45,212,191,.12);
}
.np-us-offer h2{
  margin:0 0 5px!important;
  color:#fff!important;
  font-size:clamp(1.15rem,2vw,1.45rem)!important;
  line-height:1.18!important;
  letter-spacing:-.45px!important;
}
.np-us-offer p{
  margin:0!important;
  max-width:760px;
  color:#cdebe4!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.np-us-offer-terms{
  display:block;
  margin-top:5px;
  color:#9dcac1;
  font-size:10.5px;
  line-height:1.45;
}
.np-us-offer-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.np-us-offer-code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border:1px dashed rgba(153,246,228,.6);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#ccfbf1;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.np-us-offer-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  background:#fff;
  color:#0f766e!important;
  font-size:12.5px;
  font-weight:900;
  text-decoration:none!important;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(1,12,16,.18);
}
.np-us-offer-cta:hover{background:#ecfdf5;color:#115e59!important;}
.np-us-offer-dismiss{
  position:absolute;
  top:9px;
  right:10px;
  z-index:2;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font:700 20px/1 Arial,sans-serif;
  cursor:pointer;
}
.np-us-offer-dismiss:hover{background:rgba(255,255,255,.16);}
.np-us-offer-shell[data-surface="product"]{margin-top:22px;margin-bottom:22px;}
.np-us-offer-shell[data-surface="dashboard"]{width:100%;margin:0 0 16px;}
.np-us-offer-shell[data-surface="dashboard"] .np-us-offer{
  border-color:#f3cf8b;
  background:
    radial-gradient(circle at 88% 4%,rgba(253,230,138,.24),transparent 30%),
    linear-gradient(135deg,#09221e 0%,#0c4d43 58%,#0d766c 100%);
}
@media(max-width:760px){
  .np-us-offer-shell{width:calc(100% - 24px);margin:12px auto;}
  .np-us-offer{
    grid-template-columns:1fr;
    gap:13px;
    padding:16px 44px 16px 16px;
    border-radius:17px;
  }
  .np-us-offer-actions{justify-content:flex-start;flex-wrap:wrap;}
  .np-us-offer-code{min-height:38px;}
  .np-us-offer-cta{min-height:42px;flex:1 1 170px;}
  .np-us-offer h2{font-size:1.08rem!important;}
  .np-us-offer p{font-size:12px!important;}
}
@media(max-width:420px){
  .np-us-offer-code{display:none;}
  .np-us-offer-cta{width:100%;}
}
@media(prefers-reduced-motion:no-preference){
  .np-us-offer-shell{animation:npOfferEnter .28s ease-out both;}
  @keyframes npOfferEnter{
    from{opacity:0;transform:translateY(-7px);}
    to{opacity:1;transform:translateY(0);}
  }
}
