/* Homepage hero v2 */
html.ns-home-page #root .ns-home-hero-v2 {
  min-height:clamp(720px,calc(100svh - 78px),940px); padding:0 !important;
  display:flex; align-items:stretch; isolation:isolate; background:#020817 !important;
}
html.ns-home-page #root .ns-home-hero-v2::after {
  content:""; position:absolute; inset:0; z-index:7; pointer-events:none;
  background:linear-gradient(90deg,rgba(2,8,23,.94) 0%,rgba(2,8,23,.7) 48%,rgba(2,8,23,.52) 100%),
             linear-gradient(180deg,rgba(2,8,23,.05),rgba(2,8,23,.62));
}
html.ns-home-page #root .ns-home-hero-v2__original { display:none !important; }
html.ns-home-page #root .ns-home-hero-v2__content {
  position:relative; z-index:12; display:flex; flex-direction:column; justify-content:flex-end;
  width:100%; min-height:inherit; padding-top:78px;
}
.ns-hero-v2__grid {
  display:grid; grid-template-columns:minmax(0,1.2fr) minmax(360px,.68fr); gap:clamp(54px,8vw,116px);
  align-items:center; width:min(1380px,calc(100% - 80px)); margin:auto;
}
.ns-hero-v2__main { max-width:820px; padding:56px 0 46px; }
.ns-hero-v2__eyebrow {
  display:flex; align-items:center; gap:14px; margin-bottom:30px; color:#d8a611;
  font-size:10px; font-weight:850; letter-spacing:.22em; text-transform:uppercase;
  animation:nsHeroRise 700ms 100ms both;
}
.ns-hero-v2__eyebrow span { width:34px; height:1px; background:#d8a611; }
.ns-hero-v2__main h1 {
  margin:0; color:#f8f5ef; font-size:clamp(58px,7vw,108px); font-weight:650;
  letter-spacing:-.066em; line-height:.88; text-wrap:balance; animation:nsHeroRise 850ms 170ms both;
}
.ns-hero-v2__main h1 em {
  position:relative; color:#f4bb23; font-style:normal; white-space:nowrap;
  background:linear-gradient(100deg,#c98200 0%,#ffcb31 34%,#fff0a0 49%,#e5a308 68%,#ffcf3b 100%);
  background-size:220% auto; -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; animation:nsHeroGold 5s linear infinite;
}
.ns-hero-v2__main>p {
  max-width:650px; margin:34px 0 0; color:#adb6c6; font-size:clamp(15px,1.3vw,18px);
  line-height:1.75; animation:nsHeroRise 800ms 250ms both;
}
.ns-hero-v2__actions {
  display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; animation:nsHeroRise 800ms 330ms both;
}
.ns-hero-v2__actions a,.ns-hero-v2__actions button {
  display:inline-flex; align-items:center; justify-content:space-between; gap:34px; min-height:54px;
  padding:0 20px; font-size:12px; font-weight:800; letter-spacing:.025em; text-decoration:none;
  border-radius:2px; transition:transform 240ms ease,background 240ms ease,border-color 240ms ease;
}
.ns-hero-v2__actions a { color:#121827; background:#efb419; border:1px solid #efb419; }
.ns-hero-v2__actions button { color:#edf0f5; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.18); }
.ns-hero-v2__actions a:hover,.ns-hero-v2__actions button:hover { transform:translateY(-4px); }
.ns-hero-v2__actions a:hover { background:#ffd354; }
.ns-hero-v2__actions button:hover { border-color:rgba(239,180,25,.6); background:rgba(239,180,25,.06); }
.ns-hero-v2__assurance {
  display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:34px; color:#7f8a9d;
  font-size:9px; font-weight:750; letter-spacing:.12em; text-transform:uppercase;
  animation:nsHeroRise 800ms 400ms both;
}
.ns-hero-v2__assurance span::before {
  content:""; display:inline-block; width:6px; height:6px; margin:0 9px 1px 0;
  border:1px solid #d8a611; border-radius:50%;
}
.ns-hero-v2__panel {
  position:relative; overflow:hidden; color:#e9edf3; background:rgba(6,12,27,.82);
  border:1px solid rgba(255,255,255,.14); border-top-color:rgba(239,180,25,.48);
  backdrop-filter:blur(20px); box-shadow:0 32px 80px rgba(0,0,0,.32);
  animation:nsHeroPanel 900ms 260ms both;
}
.ns-hero-v2__panel::before {
  content:""; position:absolute; right:-80px; top:-80px; width:210px; height:210px;
  border:1px solid rgba(239,180,25,.2); border-radius:50%;
  box-shadow:0 0 0 38px rgba(239,180,25,.025),0 0 0 76px rgba(239,180,25,.018);
  animation:nsHeroOrbit 12s linear infinite;
}
.ns-hero-v2__panel header {
  position:relative; display:flex; justify-content:space-between; gap:20px; padding:21px 24px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ns-hero-v2__panel header small { color:#8a96a9; font-size:8px; font-weight:850; letter-spacing:.18em; }
.ns-hero-v2__panel header>span { color:#9da7b8; font-size:9px; }
.ns-hero-v2__panel header i {
  display:inline-block; width:6px; height:6px; margin-right:7px; background:#35d49a;
  border-radius:50%; box-shadow:0 0 0 4px rgba(53,212,154,.1); animation:nsHeroPulse 2s ease-in-out infinite;
}
.ns-hero-v2__panel-title { position:relative; padding:34px 24px 28px; }
.ns-hero-v2__panel-title span { color:#d8a611; font-size:9px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.ns-hero-v2__panel-title strong { display:block; margin-top:14px; color:#f4f1eb; font-size:clamp(31px,3vw,46px); font-weight:620; letter-spacing:-.05em; line-height:1.02; }
.ns-hero-v2__panel dl { position:relative; margin:0; padding:0 24px; }
.ns-hero-v2__panel dl>div { display:flex; justify-content:space-between; gap:20px; padding:16px 0; border-top:1px solid rgba(255,255,255,.085); }
.ns-hero-v2__panel dt { color:#79869a; font-size:10px; }
.ns-hero-v2__panel dd { margin:0; color:#d8dee8; font-size:10px; font-weight:750; text-align:right; }
.ns-hero-v2__panel>button {
  position:relative; display:flex; justify-content:space-between; align-items:center; width:calc(100% - 48px);
  min-height:50px; margin:24px; padding:0 17px; color:#101827; font-size:11px; font-weight:850;
  background:#efb419; border:1px solid #efb419; border-radius:2px; transition:background 220ms ease,transform 220ms ease;
}
.ns-hero-v2__panel>button:hover { background:#ffd354; transform:translateY(-3px); }
.ns-hero-v2__ticker { overflow:hidden; width:100%; border-top:1px solid rgba(255,255,255,.1); }
.ns-hero-v2__ticker>div {
  display:flex; width:max-content; animation:nsHeroTicker 24s linear infinite;
}
.ns-hero-v2__ticker span {
  display:flex; align-items:center; min-height:56px; color:#707c90; font-size:9px;
  font-weight:800; letter-spacing:.16em; text-transform:uppercase; white-space:nowrap;
}
.ns-hero-v2__ticker span::after {
  content:""; width:5px; height:5px; margin:0 42px; background:#d8a611; border-radius:50%;
}
@keyframes nsHeroRise { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:none} }
@keyframes nsHeroPanel { from{opacity:0;transform:translateX(42px) scale(.98)} to{opacity:1;transform:none} }
@keyframes nsHeroGold { to{background-position:220% center} }
@keyframes nsHeroTicker { to{transform:translateX(-50%)} }
@keyframes nsHeroOrbit { to{transform:rotate(360deg)} }
@keyframes nsHeroPulse { 50%{opacity:.45;box-shadow:0 0 0 8px rgba(53,212,154,0)} }

@media(max-width:1000px) {
  html.ns-home-page #root .ns-home-hero-v2 { min-height:auto; }
  .ns-hero-v2__grid { grid-template-columns:1fr; gap:20px; width:min(100% - 40px,760px); padding:70px 0 56px; }
  .ns-hero-v2__main { padding:0 0 34px; }
  .ns-hero-v2__panel { width:100%; }
}
@media(max-width:600px) {
  html.ns-home-page #root .ns-home-hero-v2__content { padding-top:70px; }
  .ns-hero-v2__grid { width:calc(100% - 30px); padding-top:48px; }
  .ns-hero-v2__main h1 { font-size:clamp(48px,15.2vw,72px); line-height:.94; }
  .ns-hero-v2__main h1 em { white-space:normal; }
  .ns-hero-v2__main>p { margin-top:26px; font-size:14px; }
  .ns-hero-v2__actions { display:grid; }
  .ns-hero-v2__actions a,.ns-hero-v2__actions button { width:100%; }
  .ns-hero-v2__assurance { gap:10px 16px; }
  .ns-hero-v2__panel-title strong { font-size:34px; }
}

/* Cinematic centered composition with the original motion background visible. */
html.ns-home-page #root .ns-home-hero-v2::after {
  background:
    radial-gradient(ellipse 54% 64% at 50% 45%,rgba(2,8,23,.08) 0%,rgba(2,8,23,.22) 58%,rgba(2,8,23,.56) 100%),
    linear-gradient(180deg,rgba(2,8,23,.08) 0%,rgba(2,8,23,.18) 62%,rgba(2,8,23,.52) 100%);
}
html.ns-home-page #root .ns-home-hero-v2 { min-height:clamp(720px,calc(100svh - 78px),900px); }
.ns-hero-v2__grid { width:min(1240px,calc(100% - 48px)); }
.ns-hero-v2__main { display:block; max-width:1120px; margin-inline:auto; padding:78px 0 58px; text-align:center; }
.ns-hero-v2__eyebrow { justify-content:center; }
.ns-hero-v2__main h1 { max-width:1080px; margin-inline:auto; font-size:clamp(66px,8.4vw,124px); line-height:.88; }
.ns-hero-v2__main>p { max-width:680px; margin:38px auto 0; color:#c2cad6; text-shadow:0 2px 18px rgba(2,8,23,.9); }
.ns-hero-v2__actions { display:flex; justify-content:center; margin-top:34px; }
.ns-hero-v2__actions a,.ns-hero-v2__actions button { width:auto; min-width:245px; }
.ns-hero-v2__assurance { justify-content:center; margin-top:36px; padding-top:0; border-top:0; color:#a9b3c2; text-shadow:0 2px 12px rgba(2,8,23,.9); }

@media(max-width:700px) {
  .ns-hero-v2__grid { width:calc(100% - 30px); padding:42px 0 34px; }
  .ns-hero-v2__main { padding:24px 0; }
  .ns-hero-v2__main h1 { font-size:clamp(50px,15vw,76px); line-height:.94; }
  .ns-hero-v2__actions { display:grid; }
  .ns-hero-v2__actions a,.ns-hero-v2__actions button { width:100%; min-width:0; }
}
@media(prefers-reduced-motion:reduce) {
  .ns-hero-v2__eyebrow,.ns-hero-v2__main h1,.ns-hero-v2__main>p,.ns-hero-v2__actions,
  .ns-hero-v2__assurance,.ns-hero-v2__panel { animation:none; }
  .ns-hero-v2__main h1 em { animation:none; }
  .ns-hero-v2__ticker>div { animation:none; }
  .ns-hero-v2__panel::before,.ns-hero-v2__panel header i { animation:none; }
}

/* Selected hero direction: wide editorial canvas without a side panel. */
html.ns-home-page #root .ns-home-hero-v2 { min-height:clamp(710px,calc(100svh - 78px),880px); }
.ns-hero-v2__grid { display:block; width:min(1380px,calc(100% - 80px)); }
.ns-hero-v2__panel { display:none !important; }
.ns-hero-v2__main {
  display:grid; grid-template-columns:minmax(0,1.1fr) minmax(360px,.72fr);
  column-gap:clamp(70px,10vw,160px); align-items:end; max-width:none; padding:70px 0 64px;
}
.ns-hero-v2__eyebrow,.ns-hero-v2__main h1,.ns-hero-v2__assurance { grid-column:1/-1; }
.ns-hero-v2__main h1 { max-width:1180px; font-size:clamp(64px,8.2vw,126px); line-height:.86; }
.ns-hero-v2__main>p { grid-column:1; max-width:610px; margin-top:44px; }
.ns-hero-v2__actions { grid-column:2; grid-row:3; align-self:start; display:grid; margin-top:44px; }
.ns-hero-v2__actions a,.ns-hero-v2__actions button { width:100%; }
.ns-hero-v2__assurance { margin-top:48px; padding-top:22px; border-top:1px solid rgba(255,255,255,.11); }

@media(max-width:900px) {
  .ns-hero-v2__grid { width:min(100% - 40px,760px); padding:60px 0 50px; }
  .ns-hero-v2__main { display:block; padding:0; }
  .ns-hero-v2__main h1 { font-size:clamp(58px,12vw,90px); }
  .ns-hero-v2__main>p { margin-top:32px; }
  .ns-hero-v2__actions { display:flex; margin-top:30px; }
  .ns-hero-v2__actions a,.ns-hero-v2__actions button { width:auto; }
  .ns-hero-v2__assurance { margin-top:36px; }
}
@media(max-width:600px) {
  .ns-hero-v2__grid { width:calc(100% - 30px); }
  .ns-hero-v2__main h1 { font-size:clamp(48px,15.2vw,72px); }
  .ns-hero-v2__actions { display:grid; }
  .ns-hero-v2__actions a,.ns-hero-v2__actions button { width:100%; }
}
