
/* WMG conversion-path tuning V1 */
.wmg-path-next{
  width:min(1180px,calc(100% - 32px));
  margin:34px auto 42px;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),
    rgba(8,14,22,.90);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 16px 36px rgba(0,0,0,.18);
}
.wmg-path-next__copy{max-width:760px}
.wmg-path-next__eyebrow{
  display:block;
  margin-bottom:6px;
  color:#56dcff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.wmg-path-next h3{
  margin:0 0 7px;
  color:#fff;
  font-family:"Roboto Condensed","Arial Narrow","Aptos Narrow","Segoe UI",sans-serif;
  font-size:clamp(1.45rem,2.6vw,2.15rem);
  line-height:1.05;
  letter-spacing:-.025em;
}
.wmg-path-next p{
  margin:0;
  color:#9eabba;
  font-size:.95rem;
  line-height:1.58;
}
.wmg-path-next__cta{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid #56dcff;
  color:#fff!important;
  background:color-mix(in srgb,#56dcff 14%, transparent);
  font-weight:800;
  text-decoration:none!important;
  white-space:nowrap;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.wmg-path-next__cta:hover{
  transform:translateY(-2px) translateX(2px);
  box-shadow:0 12px 28px color-mix(in srgb,#56dcff 24%, transparent);
  background:color-mix(in srgb,#56dcff 20%, transparent);
}
@media(max-width:720px){
  .wmg-path-next{align-items:flex-start;flex-direction:column;padding:20px 18px}
}
