/* NEMAZING V748 — clean landing hero */
body.nm-home-page,
body.nm-home-v3{
  background:#fff !important;
}
body.nm-home-page main.nm748-home,
body.nm-home-v3 main.nm748-home{
  width:100%;
  min-height:calc(100vh - 76px);
  padding:0 !important;
  margin:0 !important;
  background:#fff;
  overflow:hidden;
}
.nm748-hero{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  isolation:isolate;
  overflow:hidden;
  background:#fff;
}
.nm748-hero-media{
  position:absolute;
  inset:0;
  z-index:-2;
  background:#fff;
}
.nm748-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block;
}
.nm748-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.99) 28%,rgba(255,255,255,.86) 43%,rgba(255,255,255,.26) 62%,rgba(255,255,255,0) 76%),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
.nm748-hero-inner{
  width:min(1240px,calc(100% - 64px));
  margin:0 auto;
  padding:82px 0 96px;
}
.nm748-hero-copy{
  width:min(650px,52vw);
}
.nm748-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  color:#6f5cff;
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.nm748-eyebrow::before{
  content:"";
  width:28px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#6f5cff,#9b8cff);
}
.nm748-title{
  margin:0;
  color:#111527;
  font-size:clamp(50px,5.25vw,84px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:900;
  max-width:640px;
}
.nm748-title span{
  display:block;
  color:#6f5cff;
}
.nm748-lead{
  max-width:590px;
  margin:28px 0 0;
  color:#5f6882;
  font-size:19px;
  line-height:1.7;
  font-weight:500;
}
.nm748-actions{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:34px;
}
.nm748-play{
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:0 25px;
  border-radius:17px;
  background:linear-gradient(135deg,#6f5cff,#826eff);
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px;
  font-weight:900;
  box-shadow:0 16px 38px rgba(111,92,255,.26);
  transition:transform .18s ease,box-shadow .18s ease;
}
.nm748-play:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 42px rgba(111,92,255,.34);
}
.nm748-play svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.nm748-facts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.nm748-fact{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:0 13px;
  border:1px solid rgba(218,221,236,.9);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#525b77;
  font-size:13px;
  font-weight:800;
  backdrop-filter:blur(8px);
}
.nm748-fact i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#6f5cff;
  box-shadow:0 0 0 4px rgba(111,92,255,.11);
}
@media (max-width: 980px){
  .nm748-hero{
    min-height:680px;
    align-items:flex-end;
  }
  .nm748-hero-media img{
    object-position:64% center;
  }
  .nm748-hero::after{
    background:linear-gradient(180deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.28) 34%,rgba(255,255,255,.94) 68%,#fff 88%);
  }
  .nm748-hero-inner{
    width:min(100% - 34px,760px);
    padding:330px 0 62px;
  }
  .nm748-hero-copy{
    width:100%;
    max-width:680px;
  }
  .nm748-title{
    font-size:clamp(44px,8vw,66px);
    max-width:620px;
  }
  .nm748-lead{
    max-width:620px;
    font-size:17px;
  }
}
@media (max-width: 640px){
  body.nm-home-page main.nm748-home,
  body.nm-home-v3 main.nm748-home{
    min-height:0;
  }
  .nm748-hero{
    min-height:calc(100svh - 64px);
    align-items:flex-end;
  }
  .nm748-hero-media{
    height:48%;
    bottom:auto;
  }
  .nm748-hero-media img{
    object-position:68% center;
  }
  .nm748-hero::after{
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.18) 30%,rgba(255,255,255,.88) 50%,#fff 64%,#fff 100%);
  }
  .nm748-hero-inner{
    width:calc(100% - 28px);
    padding:280px 0 42px;
  }
  .nm748-eyebrow{
    margin-bottom:16px;
    font-size:11px;
  }
  .nm748-title{
    font-size:43px;
    line-height:1;
    letter-spacing:-.045em;
  }
  .nm748-lead{
    margin-top:19px;
    font-size:15px;
    line-height:1.6;
  }
  .nm748-actions{
    margin-top:25px;
  }
  .nm748-play{
    width:100%;
    min-height:56px;
  }
  .nm748-facts{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:18px;
  }
  .nm748-fact{
    justify-content:flex-start;
    min-width:0;
    padding:0 10px;
    font-size:12px;
  }
  .nm748-fact:last-child{
    grid-column:1 / -1;
  }
}
@media (max-width: 390px){
  .nm748-hero-inner{padding-top:250px;}
  .nm748-title{font-size:38px;}
}
