#root .max-w-\[1400px\].mx-auto.px-4.py-6 > .rounded-xl.overflow-hidden.shadow-lg,
.nsi-hero-section > :not(.nsi-hero-layout) { display: none !important; }
.nsi-hero-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr); gap: 18px; }
.nsi-hero-slider, .nsi-guide-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 18px; }
.nsi-hero-slider { background: #0f2743; box-shadow: 0 14px 34px rgba(15, 39, 67, .16); }
.nsi-hero-slides, .nsi-hero-slide { position: absolute; inset: 0; }
.nsi-hero-slide { display: grid; grid-template-columns: 57% 43%; align-items: center; padding: 52px 58px; opacity: 0; pointer-events: none; transform: translateX(24px); transition: opacity .55s ease, transform .55s ease; }
.nsi-hero-slide.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
.nsi-hero-office { background: radial-gradient(circle at 82% 25%, #365f89 0, transparent 35%), linear-gradient(125deg, #0b1f35, #153d66); }
.nsi-hero-gaming { background: radial-gradient(circle at 80% 35%, rgba(205, 0, 80, .7), transparent 33%), linear-gradient(125deg, #0b0718, #21103f); }
.nsi-hero-microsoft { background: radial-gradient(circle at 82% 30%, rgba(65, 151, 255, .7), transparent 34%), linear-gradient(125deg, #082b50, #075e9f); }
.nsi-hero-payments { background: radial-gradient(circle at 82% 30%, rgba(130, 80, 230, .55), transparent 34%), linear-gradient(125deg, #182348, #46317d); }
.nsi-hero-copy { position: relative; z-index: 3; max-width: 580px; color: #fff; }
.nsi-hero-eyebrow, .nsi-guide-label { display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.nsi-hero-copy h1 { max-width: 600px; margin: 18px 0 14px; color: #fff; font-size: clamp(34px, 3.2vw, 55px); font-weight: 950; line-height: 1.02; letter-spacing: -.045em; }
.nsi-hero-copy p { max-width: 500px; margin: 0 0 25px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.55; }
.nsi-hero-button { display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; border-radius: 9px; background: #d00000; color: #fff !important; font-size: 14px; font-weight: 850; text-decoration: none; box-shadow: 0 8px 20px rgba(120,0,0,.25); }
.nsi-hero-button:hover { background: #f00000; }
.nsi-hero-button span { font-size: 20px; line-height: 1; }
.nsi-hero-art { position: relative; z-index: 2; display: flex; height: 100%; align-items: center; justify-content: center; }
.nsi-hero-art img { position: relative; z-index: 2; width: 130%; max-width: 550px; max-height: 380px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(230,247,255,.78)) drop-shadow(0 0 30px rgba(90,180,255,.46)) drop-shadow(0 28px 28px rgba(0,0,0,.48)); transform: rotate(-2deg); }
.nsi-hero-gaming .nsi-hero-art img { filter: drop-shadow(0 0 12px rgba(255,65,157,.88)) drop-shadow(0 0 34px rgba(140,45,255,.62)) drop-shadow(0 28px 28px rgba(0,0,0,.5)); }
.nsi-hero-microsoft .nsi-hero-art img { filter: drop-shadow(0 0 13px rgba(190,232,255,.9)) drop-shadow(0 0 34px rgba(45,155,255,.6)) drop-shadow(0 28px 28px rgba(0,0,0,.46)); }
.nsi-hero-payments .nsi-hero-art img { filter: drop-shadow(0 0 13px rgba(229,208,255,.88)) drop-shadow(0 0 34px rgba(159,91,255,.58)) drop-shadow(0 28px 28px rgba(0,0,0,.48)); }
.nsi-hero-glow { display: none; }
.nsi-hero-arrow { position: absolute; z-index: 6; top: auto; bottom: 13px; display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(5,15,30,.4); color: #fff; opacity: 0; transform: translateY(7px); backdrop-filter: blur(8px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.nsi-hero-arrow svg { display: block; width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.nsi-hero-slider:hover .nsi-hero-arrow, .nsi-hero-arrow:focus-visible { opacity: 1; transform: translateY(0); }
.nsi-hero-arrow:hover { background: rgba(5,15,30,.72); }
.nsi-hero-prev { left: calc(50% - 39px); } .nsi-hero-next { left: calc(50% + 5px); }
.nsi-hero-dots { position: absolute; z-index: 6; bottom: 18px; left: 58px; display: flex; gap: 8px; }
.nsi-hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.42); transition: width .2s ease, background .2s ease; }
.nsi-hero-dots button.is-active { width: 28px; background: #fff; }
.nsi-guide-card { background: #0d2138; box-shadow: 0 14px 34px rgba(15,39,67,.16); color: #fff; }
.nsi-guide-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.nsi-guide-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,38,.88) 0%, rgba(5,20,38,.62) 49%, rgba(5,20,38,.92) 100%); }
.nsi-guide-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; justify-content: flex-end; padding: 27px; }
.nsi-guide-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.nsi-guide-icon svg { width: 25px; height: 25px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nsi-guide-content h2 { margin: 15px 0 10px; color: #fff; font-size: 27px; font-weight: 950; line-height: 1.08; letter-spacing: -.035em; }
.nsi-guide-content > p { margin: 0 0 17px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.45; }
.nsi-guide-form input[type=email] { width: 100%; height: 43px; padding: 0 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: rgba(255,255,255,.96); color: #15283b; font-size: 13px; outline: 0; }
.nsi-guide-form input[type=email]:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.2); }
.nsi-guide-form label { display: flex; align-items: flex-start; gap: 7px; margin: 9px 0; color: rgba(255,255,255,.77); font-size: 10px; line-height: 1.3; }
.nsi-guide-form label input { margin-top: 1px; accent-color: #d00000; }
.nsi-guide-form button { width: 100%; min-height: 42px; padding: 10px 12px; border: 0; border-radius: 8px; background: #d00000; color: #fff; font-size: 12px; font-weight: 900; }
.nsi-guide-form button:hover { background: #ef0000; } .nsi-guide-form button:disabled { opacity: .7; }
.nsi-guide-trap { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.nsi-guide-status { min-height: 15px; margin-top: 7px; font-size: 10px; font-weight: 750; }
.nsi-guide-status.is-success { color: #9ff5b6; } .nsi-guide-status.is-error { color: #ffc3c3; }
.nsi-guide-download { display: none; margin-top: 7px; color: #fff !important; font-size: 11px; font-weight: 900; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
.nsi-guide-download.is-visible { display: block; }
@media (max-width: 1080px) {
  .nsi-hero-layout { grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr); }
  .nsi-hero-slide { grid-template-columns: 62% 38%; padding: 44px 45px; }
  .nsi-hero-copy h1 { font-size: 39px; }
  .nsi-hero-art img { width: 145%; }
}
@media (max-width: 820px) {
  .nsi-hero-layout { grid-template-columns: 1fr; }
  .nsi-hero-slider { min-height: 480px; }
  .nsi-guide-card { min-height: 420px; }
  .nsi-hero-slide { grid-template-columns: 1fr; padding: 42px 38px 150px; }
  .nsi-hero-copy h1 { font-size: 37px; }
  .nsi-hero-art { position: absolute; right: 15px; bottom: 28px; width: 48%; height: 190px; }
  .nsi-hero-art img { width: 100%; max-height: 190px; }
  .nsi-hero-dots { left: 38px; }
}
@media (max-width: 520px) {
  .nsi-hero-slider { min-height: 520px; border-radius: 14px; }
  .nsi-guide-card { min-height: 440px; border-radius: 14px; }
  .nsi-hero-slide { padding: 38px 28px 155px; }
  .nsi-hero-copy h1 { font-size: 34px; }
  .nsi-hero-copy p { font-size: 14px; }
  .nsi-hero-prev { left: calc(50% - 39px); } .nsi-hero-next { left: calc(50% + 5px); }
  .nsi-hero-dots { left: 28px; }
}
