/* page-source-css */

    @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

    #ngw-home,
    #ngw-home * { box-sizing: border-box; }

    #ngw-home {
      --ngw-bg: #080712;
      --ngw-bg-2: #0f0b20;
      --ngw-card: rgba(255,255,255,.065);
      --ngw-card-strong: rgba(255,255,255,.095);
      --ngw-line: rgba(255,255,255,.12);
      --ngw-text: #f7f5ff;
      --ngw-muted: #b9b4c9;
      --ngw-purple: #9d35ff;
      --ngw-purple-2: #6b20db;
      --ngw-cyan: #48d9ff;
      --ngw-pink: #ed64ff;
      --ngw-green: #75f2c1;
      --ngw-radius: 26px;
      --ngw-shadow: 0 28px 80px rgba(0,0,0,.36);
      position: relative;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      overflow: clip;
      color: var(--ngw-text);
      background:
        radial-gradient(circle at 10% 4%, rgba(157,53,255,.16), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(72,217,255,.12), transparent 27%),
        linear-gradient(180deg, #070610 0%, #0c0818 45%, #080712 100%);
      font-family: "DM Sans", Arial, sans-serif;
      line-height: 1.6;
      isolation: isolate;
    }

    #ngw-home a { color: inherit; text-decoration: none; }
    #ngw-home button { font: inherit; }
    #ngw-home img { max-width: 100%; display: block; }
    #ngw-home svg { display: block; }

    #ngw-home .ngw-shell {
      width: min(1180px, calc(100% - 40px));
      margin-inline: auto;
      position: relative;
      z-index: 2;
    }

    #ngw-home .ngw-section { padding: 108px 0; position: relative; }
    #ngw-home .ngw-section-sm { padding: 70px 0; position: relative; }

    #ngw-home .ngw-grid-bg {
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .22;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size: 62px 62px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 92%);
      pointer-events: none;
    }

    #ngw-home .ngw-noise {
      position: absolute;
      inset: 0;
      z-index: 8;
      opacity: .045;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
      mix-blend-mode: soft-light;
    }

    #ngw-home .ngw-glow {
      position: absolute;
      width: 440px;
      height: 440px;
      border-radius: 50%;
      filter: blur(95px);
      opacity: .16;
      pointer-events: none;
      z-index: -1;
      animation: ngw-drift 10s ease-in-out infinite alternate;
    }
    #ngw-home .ngw-glow-a { background: var(--ngw-purple); top: 4%; left: -260px; }
    #ngw-home .ngw-glow-b { background: var(--ngw-cyan); top: 26%; right: -280px; animation-delay: -4s; }
    #ngw-home .ngw-glow-c { background: var(--ngw-pink); top: 63%; left: -300px; animation-delay: -7s; }

    @keyframes ngw-drift {
      from { transform: translate3d(0,0,0) scale(.9); }
      to { transform: translate3d(65px,45px,0) scale(1.12); }
    }

    #ngw-home .ngw-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 13px;
      border: 1px solid rgba(157,53,255,.36);
      border-radius: 999px;
      color: #e7ccff;
      background: rgba(157,53,255,.1);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .13em;
      text-transform: uppercase;
      box-shadow: inset 0 0 25px rgba(157,53,255,.06);
    }

    #ngw-home .ngw-eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--ngw-cyan);
      box-shadow: 0 0 14px var(--ngw-cyan);
    }

    #ngw-home .ngw-heading {
      margin: 18px 0 16px;
      font-family: "Manrope", Arial, sans-serif;
      font-size: clamp(36px, 5.4vw, 72px);
      line-height: 1.04;
      letter-spacing: -.055em;
      font-weight: 800;
    }

    #ngw-home .ngw-heading-sm {
      margin: 16px 0 18px;
      font-family: "Manrope", Arial, sans-serif;
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1.08;
      letter-spacing: -.045em;
      font-weight: 800;
    }

    #ngw-home .ngw-gradient-text {
      color: transparent;
      background: linear-gradient(100deg, #fff 0%, #d8b7ff 35%, #82e9ff 72%, #fff 100%);
      background-size: 200% auto;
      background-clip: text;
      -webkit-background-clip: text;
      animation: ngw-shine 7s linear infinite;
    }

    @keyframes ngw-shine { to { background-position: 200% center; } }

    #ngw-home .ngw-lead {
      max-width: 690px;
      margin: 0;
      color: var(--ngw-muted);
      font-size: clamp(16px, 1.45vw, 19px);
      line-height: 1.75;
    }

    #ngw-home .ngw-center { text-align: center; }
    #ngw-home .ngw-center .ngw-lead { margin-inline: auto; }

    #ngw-home .ngw-btns {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
      margin-top: 30px;
    }

    #ngw-home .ngw-btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 22px;
      overflow: hidden;
      border-radius: 14px;
      border: 1px solid transparent;
      font-weight: 800;
      font-size: 15px;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
      isolation: isolate;
    }

    #ngw-home .ngw-btn::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.25) 48%, transparent 75%);
      transform: translateX(-140%);
      transition: transform .7s ease;
    }
    #ngw-home .ngw-btn:hover::after { transform: translateX(140%); }
    #ngw-home .ngw-btn:hover { transform: translateY(-3px); }

    #ngw-home .ngw-btn-primary {
      color: #fff;
      background: linear-gradient(135deg, #a33aff, #6e23dc 60%, #4e1faf);
      box-shadow: 0 15px 34px rgba(126,39,221,.34), inset 0 1px 0 rgba(255,255,255,.28);
    }
    #ngw-home .ngw-btn-primary:hover { box-shadow: 0 19px 42px rgba(126,39,221,.48); }

    #ngw-home .ngw-btn-secondary {
      border-color: rgba(255,255,255,.16);
      background: rgba(255,255,255,.055);
      color: #fff;
      backdrop-filter: blur(14px);
    }
    #ngw-home .ngw-btn-secondary:hover { border-color: rgba(72,217,255,.45); }

    /* Header */
    #ngw-home .ngw-header-wrap {
      position: sticky;
      top: 0;
      z-index: 100;
      padding: 14px 0;
      transition: padding .25s ease, background .25s ease;
    }

    #ngw-home .ngw-header-wrap.ngw-scrolled {
      padding: 8px 0;
      background: rgba(8,7,18,.73);
      backdrop-filter: blur(20px) saturate(150%);
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    #ngw-home .ngw-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      min-height: 62px;
      padding: 8px 10px 8px 14px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 18px;
      background: rgba(255,255,255,.045);
      backdrop-filter: blur(18px);
      box-shadow: 0 12px 35px rgba(0,0,0,.2);
    }

    #ngw-home .ngw-brand {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      width: 185px;
      min-height: 46px;
      padding: 5px 12px;
      border-radius: 12px;
      background: rgba(255,255,255,.95);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
    }
    #ngw-home .ngw-brand img { width: 100%; height: 36px; object-fit: contain; }

    #ngw-home .ngw-nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 28px;
      margin-left: auto;
    }

    #ngw-home .ngw-nav-links a {
      position: relative;
      color: #d4cfdf;
      font-size: 14px;
      font-weight: 700;
      transition: color .2s ease;
    }
    #ngw-home .ngw-nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -7px;
      height: 2px;
      border-radius: 2px;
      background: linear-gradient(90deg,var(--ngw-purple),var(--ngw-cyan));
      transform: scaleX(0);
      transform-origin: center;
      transition: transform .25s ease;
    }
    #ngw-home .ngw-nav-links a:hover { color: #fff; }
    #ngw-home .ngw-nav-links a:hover::after { transform: scaleX(1); }

    #ngw-home .ngw-nav-cta { min-height: 45px; padding-inline: 18px; font-size: 13px; }

    #ngw-home .ngw-menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 12px;
      color: #fff;
      background: rgba(255,255,255,.06);
      cursor: pointer;
    }

    /* Hero */
    #ngw-home .ngw-hero {
      min-height: 820px;
      display: flex;
      align-items: center;
      padding: 74px 0 100px;
      position: relative;
    }

    #ngw-home .ngw-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
      gap: 64px;
      align-items: center;
    }

    #ngw-home .ngw-hero-copy { position: relative; z-index: 4; }
    #ngw-home .ngw-hero .ngw-heading { max-width: 760px; }

    #ngw-home .ngw-proof-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 22px;
      margin-top: 28px;
      color: #d3cede;
      font-size: 13px;
      font-weight: 700;
    }
    #ngw-home .ngw-proof-item { display: inline-flex; align-items: center; gap: 8px; }
    #ngw-home .ngw-proof-check {
      display: inline-grid;
      place-items: center;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      color: #07130f;
      background: var(--ngw-green);
      box-shadow: 0 0 18px rgba(117,242,193,.28);
      font-size: 12px;
    }

    #ngw-home .ngw-hero-visual {
      min-height: 600px;
      display: grid;
      place-items: center;
      position: relative;
      perspective: 1000px;
    }

    #ngw-home .ngw-wizard-frame {
      position: relative;
      width: min(540px, 100%);
      aspect-ratio: 1 / 1.03;
      display: grid;
      place-items: center;
      border-radius: 44% 56% 52% 48% / 43% 38% 62% 57%;
      background:
        radial-gradient(circle at 48% 35%, rgba(72,217,255,.28), transparent 28%),
        radial-gradient(circle at 50% 60%, rgba(157,53,255,.42), transparent 56%),
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015));
      border: 1px solid rgba(255,255,255,.13);
      box-shadow: inset 0 0 70px rgba(118,34,235,.16), var(--ngw-shadow);
      animation: ngw-morph 10s ease-in-out infinite alternate;
    }

    @keyframes ngw-morph {
      0% { border-radius: 44% 56% 52% 48% / 43% 38% 62% 57%; transform: rotate(-1deg); }
      100% { border-radius: 52% 48% 42% 58% / 51% 57% 43% 49%; transform: rotate(1deg); }
    }

    #ngw-home .ngw-wizard-frame::before,
    #ngw-home .ngw-wizard-frame::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(130,226,255,.18);
      pointer-events: none;
    }
    #ngw-home .ngw-wizard-frame::before { inset: -24px; animation: ngw-spin 23s linear infinite; border-style: dashed; }
    #ngw-home .ngw-wizard-frame::after { inset: 25px; border-color: rgba(220,132,255,.17); animation: ngw-spin-reverse 17s linear infinite; }
    @keyframes ngw-spin { to { transform: rotate(360deg); } }
    @keyframes ngw-spin-reverse { to { transform: rotate(-360deg); } }

    #ngw-home .ngw-wizard {
      position: relative;
      z-index: 3;
      width: 94%;
      transform-origin: 50% 85%;
      filter: drop-shadow(0 30px 40px rgba(0,0,0,.4));
      animation: ngw-float 5.5s ease-in-out infinite;
    }
    @keyframes ngw-float {
      0%,100% { transform: translateY(7px) rotate(-.8deg); }
      50% { transform: translateY(-15px) rotate(.8deg); }
    }

    #ngw-home .ngw-spark {
      position: absolute;
      z-index: 4;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 18px 6px rgba(72,217,255,.55);
      animation: ngw-spark 4.3s ease-in-out infinite;
    }
    #ngw-home .ngw-spark-1 { top: 17%; left: 7%; }
    #ngw-home .ngw-spark-2 { top: 9%; right: 16%; animation-delay: -1.5s; background: #f2b6ff; }
    #ngw-home .ngw-spark-3 { bottom: 20%; right: 4%; animation-delay: -2.8s; }
    @keyframes ngw-spark {
      0%,100% { transform: scale(.6); opacity: .35; }
      50% { transform: scale(1.5); opacity: 1; }
    }

    #ngw-home .ngw-float-card {
      position: absolute;
      z-index: 6;
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 13px 15px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(15,11,32,.78);
      backdrop-filter: blur(18px);
      box-shadow: 0 18px 48px rgba(0,0,0,.32);
      animation: ngw-float-card 5s ease-in-out infinite;
    }
    #ngw-home .ngw-float-card-a { top: 10%; left: -4%; }
    #ngw-home .ngw-float-card-b { right: -3%; bottom: 14%; animation-delay: -2s; }
    @keyframes ngw-float-card { 50% { transform: translateY(-9px); } }

    #ngw-home .ngw-float-icon {
      display: grid;
      place-items: center;
      width: 39px;
      height: 39px;
      flex: 0 0 39px;
      border-radius: 12px;
      background: linear-gradient(145deg,rgba(157,53,255,.32),rgba(72,217,255,.16));
      color: #dca9ff;
    }
    #ngw-home .ngw-float-card strong { display: block; font-size: 15px; line-height: 1.25; }
    #ngw-home .ngw-float-card small { display: block; color: var(--ngw-muted); font-size: 11px; margin-top: 2px; }

    /* Stats */
    #ngw-home .ngw-stats-wrap { margin-top: -36px; position: relative; z-index: 8; }
    #ngw-home .ngw-stats {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 24px;
      background: rgba(255,255,255,.055);
      backdrop-filter: blur(18px);
      box-shadow: var(--ngw-shadow);
    }
    #ngw-home .ngw-stat {
      min-height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 28px;
      position: relative;
    }
    #ngw-home .ngw-stat:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 28px;
      right: 0;
      bottom: 28px;
      width: 1px;
      background: rgba(255,255,255,.1);
    }
    #ngw-home .ngw-stat-number {
      font-family: "Manrope", Arial, sans-serif;
      font-size: clamp(32px,4vw,50px);
      line-height: 1;
      font-weight: 800;
      letter-spacing: -.04em;
      color: #fff;
    }
    #ngw-home .ngw-stat-number span { color: var(--ngw-cyan); }
    #ngw-home .ngw-stat-label { margin-top: 10px; color: var(--ngw-muted); font-size: 13px; font-weight: 600; }

    /* Certification */
    #ngw-home .ngw-cert-grid {
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 70px;
      align-items: center;
    }

    #ngw-home .ngw-badges-stage {
      position: relative;
      min-height: 520px;
      display: grid;
      place-items: center;
      border-radius: var(--ngw-radius);
      border: 1px solid rgba(255,255,255,.1);
      background:
        radial-gradient(circle at 50% 50%, rgba(72,217,255,.12), transparent 34%),
        radial-gradient(circle at 50% 50%, rgba(157,53,255,.2), transparent 65%),
        rgba(255,255,255,.035);
      overflow: hidden;
      box-shadow: inset 0 0 100px rgba(133,44,234,.08);
    }

    #ngw-home .ngw-badges-stage::before {
      content: "";
      position: absolute;
      width: 340px;
      height: 340px;
      border: 1px dashed rgba(255,255,255,.15);
      border-radius: 50%;
      animation: ngw-spin 26s linear infinite;
    }

    #ngw-home .ngw-badge {
      position: absolute;
      width: 172px;
      filter: drop-shadow(0 22px 28px rgba(0,0,0,.36));
      transition: transform .35s ease;
    }
    #ngw-home .ngw-badge:hover { transform: translateY(-8px) scale(1.04) !important; }
    #ngw-home .ngw-badge-1 { top: 8%; left: 10%; transform: rotate(-8deg); }
    #ngw-home .ngw-badge-2 { top: 8%; right: 10%; transform: rotate(8deg); }
    #ngw-home .ngw-badge-3 { bottom: 8%; left: 10%; transform: rotate(7deg); }
    #ngw-home .ngw-badge-4 { bottom: 8%; right: 10%; transform: rotate(-7deg); }

    #ngw-home .ngw-feature-list { display: grid; gap: 15px; margin-top: 27px; }
    #ngw-home .ngw-feature {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 14px;
      align-items: start;
      padding: 17px;
      border: 1px solid rgba(255,255,255,.09);
      border-radius: 16px;
      background: rgba(255,255,255,.035);
      transition: transform .25s ease, border-color .25s ease, background .25s ease;
    }
    #ngw-home .ngw-feature:hover {
      transform: translateX(7px);
      border-color: rgba(157,53,255,.34);
      background: rgba(157,53,255,.07);
    }
    #ngw-home .ngw-feature-icon {
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border-radius: 13px;
      color: #e2b7ff;
      background: linear-gradient(145deg,rgba(157,53,255,.24),rgba(72,217,255,.1));
    }
    #ngw-home .ngw-feature h3 { margin: 0 0 4px; font-family: "Manrope"; font-size: 16px; }
    #ngw-home .ngw-feature p { margin: 0; color: var(--ngw-muted); font-size: 13px; }

    /* Logos */
    #ngw-home .ngw-logo-strip { border-block: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.018); }
    #ngw-home .ngw-logo-title { text-align: center; color: #9993a9; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 24px; }
    #ngw-home .ngw-marquee { overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
    #ngw-home .ngw-marquee-track {
      width: max-content;
      display: flex;
      gap: 18px;
      animation: ngw-marquee 30s linear infinite;
    }
    #ngw-home .ngw-marquee:hover .ngw-marquee-track { animation-play-state: paused; }
    @keyframes ngw-marquee { to { transform: translateX(-50%); } }
    #ngw-home .ngw-logo-card {
      width: 210px;
      height: 100px;
      display: grid;
      place-items: center;
      padding: 18px;
      flex: 0 0 auto;
      border-radius: 17px;
      border: 1px solid rgba(255,255,255,.1);
      background: rgba(255,255,255,.94);
      overflow: hidden;
    }
    #ngw-home .ngw-logo-card img { width: 100%; height: 64px; object-fit: contain; }

    /* Services */
    #ngw-home .ngw-services-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 18px;
      margin-top: 46px;
    }

    #ngw-home .ngw-service-card {
      position: relative;
      min-height: 320px;
      display: flex;
      flex-direction: column;
      padding: 28px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 22px;
      background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
      box-shadow: 0 18px 45px rgba(0,0,0,.2);
      transform-style: preserve-3d;
      transition: border-color .25s ease, box-shadow .25s ease;
    }

    #ngw-home .ngw-service-card::before {
      content: "";
      position: absolute;
      width: 200px;
      height: 200px;
      top: -125px;
      right: -90px;
      border-radius: 50%;
      background: var(--ngw-card-accent, var(--ngw-purple));
      opacity: .18;
      filter: blur(12px);
      transition: transform .35s ease, opacity .35s ease;
    }
    #ngw-home .ngw-service-card:hover { border-color: rgba(157,53,255,.34); box-shadow: 0 26px 64px rgba(0,0,0,.3); }
    #ngw-home .ngw-service-card:hover::before { transform: scale(1.25); opacity: .28; }

    #ngw-home .ngw-service-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 17px;
      color: #fff;
      background: linear-gradient(145deg,rgba(157,53,255,.42),rgba(72,217,255,.13));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
    }
    #ngw-home .ngw-service-card h3 { margin: 23px 0 10px; font-family: "Manrope"; font-size: 21px; line-height: 1.25; }
    #ngw-home .ngw-service-card p { margin: 0; color: var(--ngw-muted); font-size: 14px; line-height: 1.72; }
    #ngw-home .ngw-service-link { margin-top: auto; padding-top: 24px; display: inline-flex; align-items: center; gap: 8px; color: #dcb7ff; font-size: 13px; font-weight: 800; }
    #ngw-home .ngw-service-link span { transition: transform .22s ease; }
    #ngw-home .ngw-service-card:hover .ngw-service-link span { transform: translateX(5px); }

    /* Journey */
    #ngw-home .ngw-journey-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 72px;
      align-items: center;
    }

    #ngw-home .ngw-visual-card {
      position: relative;
      min-height: 590px;
      padding: 22px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.11);
      border-radius: 28px;
      background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
      box-shadow: var(--ngw-shadow);
    }

    #ngw-home .ngw-laptop-img {
      width: 100%;
      height: 100%;
      min-height: 545px;
      object-fit: cover;
      border-radius: 20px;
      filter: saturate(.8) contrast(1.05) brightness(.74);
    }
    #ngw-home .ngw-visual-card::after {
      content: "";
      position: absolute;
      inset: 22px;
      border-radius: 20px;
      background: linear-gradient(180deg,rgba(8,7,18,.06),rgba(8,7,18,.72));
      pointer-events: none;
    }
    #ngw-home .ngw-dashboard-overlay {
      position: absolute;
      z-index: 3;
      left: 45px;
      right: 45px;
      bottom: 42px;
      padding: 24px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 20px;
      background: rgba(10,8,21,.78);
      backdrop-filter: blur(18px);
    }
    #ngw-home .ngw-dash-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
    #ngw-home .ngw-dash-top strong { font-size: 15px; }
    #ngw-home .ngw-live { display: inline-flex; align-items: center; gap: 7px; color: var(--ngw-green); font-size: 11px; font-weight: 800; }
    #ngw-home .ngw-live::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 13px currentColor; }
    #ngw-home .ngw-bars { display: grid; grid-template-columns: repeat(12,1fr); gap: 5px; align-items: end; height: 75px; margin-top: 20px; }
    #ngw-home .ngw-bar { height: var(--h); border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg,var(--ngw-cyan),var(--ngw-purple)); opacity: .86; animation: ngw-bars 2.4s ease-in-out infinite alternate; animation-delay: var(--d); }
    @keyframes ngw-bars { to { transform: scaleY(.65); opacity: .55; } }

    #ngw-home .ngw-process { display: grid; gap: 13px; margin-top: 29px; }
    #ngw-home .ngw-process-item {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 15px;
      padding: 17px 18px;
      border-radius: 17px;
      border: 1px solid rgba(255,255,255,.09);
      background: rgba(255,255,255,.035);
    }
    #ngw-home .ngw-process-num {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      font-family: "Manrope";
      font-weight: 800;
      color: #fff;
      background: linear-gradient(145deg,#9d35ff,#4f1ca9);
      box-shadow: 0 10px 25px rgba(124,34,225,.25);
    }
    #ngw-home .ngw-process-item h3 { margin: 0 0 4px; font-size: 16px; }
    #ngw-home .ngw-process-item p { margin: 0; color: var(--ngw-muted); font-size: 13px; }

    /* Split features */
    #ngw-home .ngw-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
    #ngw-home .ngw-split-card {
      position: relative;
      min-height: 470px;
      padding: 36px;
      overflow: hidden;
      border-radius: 26px;
      border: 1px solid rgba(255,255,255,.11);
      background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
      box-shadow: var(--ngw-shadow);
    }
    #ngw-home .ngw-split-card::before {
      content:"";
      position:absolute;
      width:330px;
      height:330px;
      border-radius:50%;
      right:-180px;
      top:-170px;
      background:var(--ngw-accent,var(--ngw-purple));
      opacity:.2;
      filter:blur(20px);
    }
    #ngw-home .ngw-split-card h3 { margin: 21px 0 13px; max-width: 500px; font-family:"Manrope"; font-size: clamp(27px,3vw,39px); line-height:1.13; letter-spacing:-.035em; }
    #ngw-home .ngw-split-card > p { margin:0; color:var(--ngw-muted); max-width:540px; }
    #ngw-home .ngw-bullets { display:grid; gap:12px; margin:25px 0 0; padding:0; list-style:none; }
    #ngw-home .ngw-bullets li { display:flex; gap:10px; align-items:flex-start; color:#e4dfeb; font-size:14px; }
    #ngw-home .ngw-bullets li::before { content:"✓"; flex:0 0 22px; width:22px; height:22px; display:grid; place-items:center; border-radius:50%; color:#07130f; background:var(--ngw-green); font-size:11px; font-weight:900; margin-top:1px; }

    #ngw-home .ngw-mini-orbit {
      position:absolute;
      width:210px;
      height:210px;
      right:28px;
      bottom:18px;
      opacity:.34;
      border:1px dashed rgba(255,255,255,.25);
      border-radius:50%;
      animation:ngw-spin 18s linear infinite;
    }
    #ngw-home .ngw-mini-orbit::before,
    #ngw-home .ngw-mini-orbit::after { content:""; position:absolute; width:14px; height:14px; border-radius:50%; background:var(--ngw-cyan); box-shadow:0 0 20px var(--ngw-cyan); }
    #ngw-home .ngw-mini-orbit::before { top:12px; left:42px; }
    #ngw-home .ngw-mini-orbit::after { right:4px; bottom:52px; background:var(--ngw-pink); box-shadow:0 0 20px var(--ngw-pink); }

    /* Why us */
    #ngw-home .ngw-why-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:66px; align-items:center; }
    #ngw-home .ngw-wizard-secondary {
      position:relative;
      min-height:620px;
      display:grid;
      place-items:center;
      overflow:hidden;
      border-radius:30px;
      border:1px solid rgba(255,255,255,.1);
      background:
        radial-gradient(circle at 50% 42%,rgba(72,217,255,.17),transparent 33%),
        radial-gradient(circle at 48% 54%,rgba(157,53,255,.28),transparent 58%),
        rgba(255,255,255,.03);
    }
    #ngw-home .ngw-wizard-secondary img { position:relative; z-index:2; width:95%; filter:drop-shadow(0 30px 42px rgba(0,0,0,.42)); animation:ngw-float 6s ease-in-out infinite; }
    #ngw-home .ngw-wizard-secondary::before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; border:1px solid rgba(255,255,255,.13); box-shadow:0 0 0 50px rgba(255,255,255,.015),0 0 0 100px rgba(255,255,255,.012); }

    #ngw-home .ngw-values { display:grid; grid-template-columns:1fr 1fr; gap:13px; margin-top:28px; }
    #ngw-home .ngw-value { min-height:150px; padding:20px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.038); }
    #ngw-home .ngw-value strong { display:block; margin-bottom:6px; font-family:"Manrope"; font-size:16px; }
    #ngw-home .ngw-value p { margin:0; color:var(--ngw-muted); font-size:13px; }

    /* FAQ */
    #ngw-home .ngw-faq-wrap { max-width:880px; margin:46px auto 0; }
    #ngw-home .ngw-faq { border-top:1px solid rgba(255,255,255,.11); }
    #ngw-home .ngw-faq-item { border-bottom:1px solid rgba(255,255,255,.11); }
    #ngw-home .ngw-faq-q {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      padding:24px 2px;
      border:0;
      color:#fff;
      background:transparent;
      text-align:left;
      font-family:"Manrope";
      font-size:17px;
      font-weight:700;
      cursor:pointer;
    }
    #ngw-home .ngw-faq-plus { width:32px; height:32px; display:grid; place-items:center; flex:0 0 32px; border-radius:50%; border:1px solid rgba(255,255,255,.13); color:#d8acff; transition:transform .25s ease, background .25s ease; }
    #ngw-home .ngw-faq-a { max-height:0; overflow:hidden; transition:max-height .35s ease; }
    #ngw-home .ngw-faq-a p { margin:0; padding:0 48px 25px 2px; color:var(--ngw-muted); font-size:14px; }
    #ngw-home .ngw-faq-item.ngw-open .ngw-faq-plus { transform:rotate(45deg); background:rgba(157,53,255,.18); }

    /* CTA */
    #ngw-home .ngw-cta {
      position:relative;
      overflow:hidden;
      padding:72px 46px;
      border-radius:32px;
      border:1px solid rgba(255,255,255,.15);
      background:
        radial-gradient(circle at 15% 10%,rgba(72,217,255,.22),transparent 32%),
        radial-gradient(circle at 82% 70%,rgba(237,100,255,.23),transparent 35%),
        linear-gradient(135deg,rgba(104,29,196,.65),rgba(20,14,52,.92));
      text-align:center;
      box-shadow:0 35px 100px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.2);
    }
    #ngw-home .ngw-cta::before { content:""; position:absolute; inset:-2px; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:38px 38px; mask-image:radial-gradient(circle at center,#000,transparent 75%); pointer-events:none; }
    #ngw-home .ngw-cta > * { position:relative; z-index:2; }
    #ngw-home .ngw-cta h2 { max-width:820px; margin:0 auto 17px; font-family:"Manrope"; font-size:clamp(35px,5vw,62px); line-height:1.07; letter-spacing:-.05em; }
    #ngw-home .ngw-cta p { max-width:670px; margin:0 auto; color:#d9d2e8; font-size:17px; }
    #ngw-home .ngw-cta .ngw-btns { justify-content:center; }

    /* Footer */
    #ngw-home .ngw-footer { padding:64px 0 34px; }
    #ngw-home .ngw-footer-grid { display:grid; grid-template-columns:1.35fr .65fr .65fr .8fr; gap:42px; }
    #ngw-home .ngw-footer-logo { display:inline-flex; width:210px; padding:7px 14px; border-radius:13px; background:#fff; }
    #ngw-home .ngw-footer-about { max-width:340px; margin:19px 0 0; color:var(--ngw-muted); font-size:14px; }
    #ngw-home .ngw-footer h4 { margin:0 0 17px; font-family:"Manrope"; font-size:14px; }
    #ngw-home .ngw-footer-links { display:grid; gap:10px; }
    #ngw-home .ngw-footer-links a { color:var(--ngw-muted); font-size:13px; transition:color .2s ease,transform .2s ease; }
    #ngw-home .ngw-footer-links a:hover { color:#fff; transform:translateX(3px); }
    #ngw-home .ngw-footer-meta { display:flex; justify-content:space-between; gap:20px; margin-top:46px; padding-top:24px; border-top:1px solid rgba(255,255,255,.09); color:#8d879d; font-size:12px; }

    /* Reveal */
    #ngw-home .ngw-reveal { opacity:0; transform:translateY(28px); transition:opacity .75s cubic-bezier(.2,.65,.2,1), transform .75s cubic-bezier(.2,.65,.2,1); }
    #ngw-home .ngw-reveal.ngw-visible { opacity:1; transform:none; }
    #ngw-home .ngw-delay-1 { transition-delay:.09s; }
    #ngw-home .ngw-delay-2 { transition-delay:.18s; }
    #ngw-home .ngw-delay-3 { transition-delay:.27s; }

    /* Responsive */
    @media (max-width: 1040px) {
      #ngw-home .ngw-nav-links { gap:18px; }
      #ngw-home .ngw-nav-links a { font-size:13px; }
      #ngw-home .ngw-hero-grid { grid-template-columns:1fr 430px; gap:30px; }
      #ngw-home .ngw-services-grid { grid-template-columns:1fr 1fr; }
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid { gap:40px; }
      #ngw-home .ngw-footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
      #ngw-home .ngw-footer-grid > div:last-child { grid-column:2 / 4; }
    }

    @media (max-width: 860px) {
      #ngw-home .ngw-section { padding:82px 0; }
      #ngw-home .ngw-menu-btn { display:inline-flex; }
      #ngw-home .ngw-nav-cta { display:none; }
      #ngw-home .ngw-nav-links {
        position:absolute;
        top:78px;
        left:20px;
        right:20px;
        display:grid;
        gap:0;
        padding:12px;
        border:1px solid rgba(255,255,255,.12);
        border-radius:17px;
        background:rgba(10,8,21,.96);
        backdrop-filter:blur(18px);
        box-shadow:0 22px 55px rgba(0,0,0,.42);
        opacity:0;
        visibility:hidden;
        transform:translateY(-10px);
        transition:.25s ease;
      }
      #ngw-home .ngw-nav-links.ngw-open { opacity:1; visibility:visible; transform:none; }
      #ngw-home .ngw-nav-links a { padding:13px; border-radius:10px; }
      #ngw-home .ngw-nav-links a:hover { background:rgba(255,255,255,.06); }
      #ngw-home .ngw-nav-links a::after { display:none; }
      #ngw-home .ngw-hero { min-height:auto; padding-top:55px; }
      #ngw-home .ngw-hero-grid,
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid { grid-template-columns:1fr; }
      #ngw-home .ngw-hero-copy { text-align:center; }
      #ngw-home .ngw-hero .ngw-lead { margin-inline:auto; }
      #ngw-home .ngw-btns,
      #ngw-home .ngw-proof-row { justify-content:center; }
      #ngw-home .ngw-hero-visual { min-height:520px; }
      #ngw-home .ngw-wizard-frame { width:min(500px,87%); }
      #ngw-home .ngw-stats { grid-template-columns:1fr 1fr; }
      #ngw-home .ngw-stat:nth-child(2)::after { display:none; }
      #ngw-home .ngw-stat:nth-child(-n/**/+2) { border-bottom:1px solid rgba(255,255,255,.1); }
      #ngw-home .ngw-badges-stage { min-height:520px; }
      #ngw-home .ngw-cert-copy { order:-1; }
      #ngw-home .ngw-split-grid { grid-template-columns:1fr; }
      #ngw-home .ngw-wizard-secondary { min-height:540px; }
      #ngw-home .ngw-footer-grid { grid-template-columns:1fr 1fr; }
      #ngw-home .ngw-footer-grid > div:first-child { grid-column:1 / -1; }
      #ngw-home .ngw-footer-grid > div:last-child { grid-column:auto; }
    }

    @media (max-width: 590px) {
      #ngw-home .ngw-shell { width:min(100% - 26px,1180px); }
      #ngw-home .ngw-section { padding:68px 0; }
      #ngw-home .ngw-section-sm { padding:50px 0; }
      #ngw-home .ngw-header-wrap { padding:8px 0; }
      #ngw-home .ngw-nav { min-height:58px; padding:7px; border-radius:15px; }
      #ngw-home .ngw-brand { width:160px; min-height:42px; }
      #ngw-home .ngw-hero { padding:45px 0 85px; }
      #ngw-home .ngw-heading { font-size:clamp(38px,12vw,54px); }
      #ngw-home .ngw-heading-sm { font-size:clamp(31px,9vw,43px); }
      #ngw-home .ngw-lead { font-size:15px; }
      #ngw-home .ngw-btns { display:grid; grid-template-columns:1fr; width:100%; }
      #ngw-home .ngw-btn { width:100%; }
      #ngw-home .ngw-proof-row { display:grid; justify-items:start; width:max-content; max-width:100%; margin-inline:auto; }
      #ngw-home .ngw-hero-visual { min-height:430px; margin-top:20px; }
      #ngw-home .ngw-wizard-frame { width:92%; }
      #ngw-home .ngw-float-card { transform:scale(.88); }
      #ngw-home .ngw-float-card-a { left:-7%; top:3%; }
      #ngw-home .ngw-float-card-b { right:-6%; bottom:7%; }
      #ngw-home .ngw-stats-wrap { margin-top:-30px; }
      #ngw-home .ngw-stat { min-height:125px; padding:20px 17px; }
      #ngw-home .ngw-stat-number { font-size:34px; }
      #ngw-home .ngw-stat-label { font-size:11px; }
      #ngw-home .ngw-services-grid,
      #ngw-home .ngw-values { grid-template-columns:1fr; }
      #ngw-home .ngw-service-card { min-height:290px; padding:24px; }
      #ngw-home .ngw-badges-stage { min-height:440px; }
      #ngw-home .ngw-badge { width:138px; }
      #ngw-home .ngw-badge-1 { left:5%; }
      #ngw-home .ngw-badge-2 { right:5%; }
      #ngw-home .ngw-badge-3 { left:5%; }
      #ngw-home .ngw-badge-4 { right:5%; }
      #ngw-home .ngw-visual-card { min-height:460px; padding:14px; }
      #ngw-home .ngw-laptop-img { min-height:430px; }
      #ngw-home .ngw-visual-card::after { inset:14px; }
      #ngw-home .ngw-dashboard-overlay { left:26px; right:26px; bottom:25px; padding:18px; }
      #ngw-home .ngw-split-card { min-height:430px; padding:26px; }
      #ngw-home .ngw-mini-orbit { width:150px; height:150px; opacity:.22; }
      #ngw-home .ngw-wizard-secondary { min-height:450px; }
      #ngw-home .ngw-cta { padding:54px 22px; border-radius:24px; }
      #ngw-home .ngw-cta p { font-size:15px; }
      #ngw-home .ngw-footer-grid { grid-template-columns:1fr 1fr; gap:32px 18px; }
      #ngw-home .ngw-footer-grid > div:first-child { grid-column:1 / -1; }
      #ngw-home .ngw-footer-meta { flex-direction:column; }
    }

    @media (prefers-reduced-motion: reduce) {
      #ngw-home *, #ngw-home *::before, #ngw-home *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; }
      #ngw-home .ngw-reveal { opacity:1; transform:none; }
    }


    /* =========================================================
       RESPONSIVE + LAPTOP COMPACTNESS OVERRIDES (v2)
       ========================================================= */
    #ngw-home {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      overflow-x: hidden;
      overflow-y: visible;
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }

    #ngw-home main,
    #ngw-home section,
    #ngw-home header,
    #ngw-home footer { width: 100%; max-width: 100%; }

    #ngw-home [id^="ngw-"] { scroll-margin-top: 92px; }
    #ngw-home .ngw-shell { width: min(1160px, calc(100% - 36px)); }
    #ngw-home .ngw-section { padding: clamp(66px, 6.4vw, 96px) 0; }
    #ngw-home .ngw-section-sm { padding: clamp(46px, 4.4vw, 66px) 0; }
    #ngw-home .ngw-heading { font-size: clamp(40px, 4.55vw, 66px); }
    #ngw-home .ngw-heading-sm { font-size: clamp(32px, 3.35vw, 50px); }
    #ngw-home .ngw-lead { font-size: clamp(15px, 1.2vw, 18px); line-height: 1.68; }
    #ngw-home .ngw-btns { margin-top: 25px; }
    #ngw-home .ngw-btn { min-height: 49px; padding-inline: 20px; }

    #ngw-home .ngw-hero {
      min-height: min(760px, calc(100svh - 10px));
      padding: 52px 0 82px;
    }
    #ngw-home .ngw-hero-grid {
      grid-template-columns: minmax(0, 1.04fr) minmax(370px, .96fr);
      gap: clamp(28px, 4vw, 58px);
    }
    #ngw-home .ngw-hero-visual { min-height: 520px; }
    #ngw-home .ngw-wizard-frame { width: min(475px, 100%); }
    #ngw-home .ngw-float-card { padding: 11px 13px; }
    #ngw-home .ngw-proof-row { margin-top: 23px; }

    #ngw-home .ngw-stats-wrap { margin-top: -28px; }
    #ngw-home .ngw-stat { min-height: 132px; padding: 23px; }
    #ngw-home .ngw-stat-number { font-size: clamp(31px, 3.25vw, 45px); }

    #ngw-home .ngw-cert-grid,
    #ngw-home .ngw-journey-grid,
    #ngw-home .ngw-why-grid { gap: clamp(34px, 5vw, 62px); }
    #ngw-home .ngw-badges-stage { min-height: 470px; }
    #ngw-home .ngw-badge { width: 155px; }

    #ngw-home .ngw-services-grid { margin-top: 38px; gap: 16px; }
    #ngw-home .ngw-service-card { min-height: 292px; padding: 24px; }
    #ngw-home .ngw-service-card h3 { margin-top: 19px; font-size: 19px; }
    #ngw-home .ngw-service-icon { width: 54px; height: 54px; }

    #ngw-home .ngw-visual-card { min-height: 515px; }
    #ngw-home .ngw-laptop-img { min-height: 470px; }
    #ngw-home .ngw-process { margin-top: 24px; }
    #ngw-home .ngw-process-item { padding: 14px 16px; }

    #ngw-home .ngw-split-grid { margin-top: 36px; }
    #ngw-home .ngw-split-card { min-height: 425px; padding: 31px; }
    #ngw-home .ngw-wizard-secondary { min-height: 530px; }
    #ngw-home .ngw-value { min-height: 132px; }

    #ngw-home .ngw-cta { padding: clamp(52px, 5vw, 68px) clamp(24px, 4vw, 44px); }
    #ngw-home .ngw-cta h2 { font-size: clamp(34px, 4.35vw, 57px); }
    #ngw-home .ngw-footer { padding-top: 54px; }

    /* Native FAQ accordion: functional even if Elementor delays JavaScript. */
    #ngw-home details.ngw-faq-item { display: block; }
    #ngw-home .ngw-faq-q {
      list-style: none;
      -webkit-tap-highlight-color: transparent;
      user-select: none;
    }
    #ngw-home .ngw-faq-q::-webkit-details-marker { display: none; }
    #ngw-home details.ngw-faq-item .ngw-faq-a {
      max-height: none;
      overflow: visible;
      display: none;
    }
    #ngw-home details.ngw-faq-item[open] .ngw-faq-a {
      display: block;
      animation: ngw-faq-reveal .24s ease both;
    }
    #ngw-home details.ngw-faq-item[open] .ngw-faq-plus {
      transform: rotate(45deg);
      background: rgba(157,53,255,.18);
    }
    #ngw-home details.ngw-faq-item .ngw-faq-a p { padding-right: 42px; }
    @keyframes ngw-faq-reveal {
      from { opacity: 0; transform: translateY(-5px); }
      to { opacity: 1; transform: none; }
    }

    /* Standard laptop screens: 1280–1440 wide. */
    @media (min-width: 1101px) and (max-width: 1440px) {
      #ngw-home .ngw-shell { width: min(1080px, calc(100% - 42px)); }
      #ngw-home .ngw-section { padding: 76px 0; }
      #ngw-home .ngw-section-sm { padding: 50px 0; }
      #ngw-home .ngw-header-wrap { padding: 9px 0; }
      #ngw-home .ngw-nav { min-height: 56px; border-radius: 16px; }
      #ngw-home .ngw-brand { width: 166px; min-height: 42px; }
      #ngw-home .ngw-brand img { height: 31px; }
      #ngw-home .ngw-nav-links { gap: 19px; }
      #ngw-home .ngw-nav-links a { font-size: 13px; }
      #ngw-home .ngw-nav-cta { min-height: 41px; }
      #ngw-home .ngw-hero { min-height: 650px; padding: 34px 0 70px; }
      #ngw-home .ngw-heading { font-size: clamp(48px, 4.25vw, 59px); }
      #ngw-home .ngw-heading-sm { font-size: clamp(36px, 3.15vw, 45px); }
      #ngw-home .ngw-lead { font-size: 16px; line-height: 1.62; }
      #ngw-home .ngw-hero-grid { grid-template-columns: minmax(0, 1.06fr) minmax(350px, .94fr); gap: 32px; }
      #ngw-home .ngw-hero-visual { min-height: 445px; }
      #ngw-home .ngw-wizard-frame { width: min(410px, 95%); }
      #ngw-home .ngw-float-card { transform: scale(.92); }
      #ngw-home .ngw-stats-wrap { margin-top: -24px; }
      #ngw-home .ngw-stat { min-height: 116px; padding: 19px 22px; }
      #ngw-home .ngw-badges-stage { min-height: 420px; }
      #ngw-home .ngw-badge { width: 142px; }
      #ngw-home .ngw-service-card { min-height: 270px; padding: 22px; }
      #ngw-home .ngw-service-card p { line-height: 1.58; }
      #ngw-home .ngw-visual-card { min-height: 465px; }
      #ngw-home .ngw-laptop-img { min-height: 421px; }
      #ngw-home .ngw-dashboard-overlay { bottom: 34px; }
      #ngw-home .ngw-split-card { min-height: 390px; padding: 28px; }
      #ngw-home .ngw-split-card h3 { font-size: clamp(27px, 2.5vw, 34px); }
      #ngw-home .ngw-wizard-secondary { min-height: 470px; }
      #ngw-home .ngw-cta { padding-block: 54px; }
      #ngw-home .ngw-footer { padding-top: 48px; }
    }

    /* Small laptops and tablet landscape. */
    @media (min-width: 961px) and (max-width: 1100px) {
      #ngw-home .ngw-shell { width: min(940px, calc(100% - 34px)); }
      #ngw-home .ngw-section { padding: 70px 0; }
      #ngw-home .ngw-heading { font-size: clamp(45px, 5vw, 54px); }
      #ngw-home .ngw-heading-sm { font-size: clamp(34px, 4vw, 42px); }
      #ngw-home .ngw-nav-links { gap: 13px; }
      #ngw-home .ngw-nav-links a { font-size: 12px; }
      #ngw-home .ngw-brand { width: 154px; }
      #ngw-home .ngw-nav-cta { padding-inline: 14px; }
      #ngw-home .ngw-hero { min-height: 620px; padding: 36px 0 66px; }
      #ngw-home .ngw-hero-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; }
      #ngw-home .ngw-hero-visual { min-height: 420px; }
      #ngw-home .ngw-wizard-frame { width: 360px; }
      #ngw-home .ngw-float-card { transform: scale(.82); }
      #ngw-home .ngw-services-grid { grid-template-columns: repeat(2, 1fr); }
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
      #ngw-home .ngw-badges-stage { min-height: 390px; }
      #ngw-home .ngw-badge { width: 128px; }
      #ngw-home .ngw-visual-card { min-height: 440px; }
      #ngw-home .ngw-laptop-img { min-height: 396px; }
      #ngw-home .ngw-wizard-secondary { min-height: 440px; }
    }

    /* Tablets and mobile navigation. */
    @media (max-width: 960px) {
      #ngw-home .ngw-shell { width: min(720px, calc(100% - 30px)); }
      #ngw-home .ngw-section { padding: 68px 0; }
      #ngw-home .ngw-section-sm { padding: 46px 0; }
      #ngw-home .ngw-header-wrap { padding: 8px 0; }
      #ngw-home .ngw-nav { position: relative; min-height: 58px; }
      #ngw-home .ngw-menu-btn { display: inline-flex; }
      #ngw-home .ngw-nav-cta { display: none; }
      #ngw-home .ngw-nav-links {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        z-index: 30;
        max-height: calc(100svh - 100px);
        overflow-y: auto;
      }
      #ngw-home .ngw-hero { min-height: auto; padding: 48px 0 78px; }
      #ngw-home .ngw-hero-grid,
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-hero-grid { gap: 34px; }
      #ngw-home .ngw-hero-copy { max-width: 700px; margin-inline: auto; text-align: center; }
      #ngw-home .ngw-hero .ngw-lead { margin-inline: auto; }
      #ngw-home .ngw-btns,
      #ngw-home .ngw-proof-row { justify-content: center; }
      #ngw-home .ngw-hero-visual { min-height: 455px; }
      #ngw-home .ngw-wizard-frame { width: min(430px, 80vw); }
      #ngw-home .ngw-stats { grid-template-columns: repeat(2, 1fr); }
      #ngw-home .ngw-stat:nth-child(2)::after { display: none; }
      #ngw-home .ngw-stat:nth-child(-n/**/+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
      #ngw-home .ngw-services-grid { grid-template-columns: repeat(2, 1fr); }
      #ngw-home .ngw-cert-copy { order: -1; }
      #ngw-home .ngw-badges-stage { min-height: 470px; }
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid { gap: 40px; }
      #ngw-home .ngw-split-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-split-card { min-height: 390px; }
      #ngw-home .ngw-wizard-secondary { min-height: 460px; }
      #ngw-home .ngw-footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
      #ngw-home .ngw-footer-grid > div:last-child { grid-column: auto; }
    }

    /* Phones. */
    @media (max-width: 640px) {
      #ngw-home .ngw-shell { width: calc(100% - 24px); }
      #ngw-home .ngw-section { padding: 56px 0; }
      #ngw-home .ngw-section-sm { padding: 40px 0; }
      #ngw-home .ngw-grid-bg { background-size: 42px 42px; }
      #ngw-home .ngw-glow { width: 280px; height: 280px; filter: blur(75px); opacity: .12; }
      #ngw-home .ngw-nav { min-height: 54px; padding: 6px; border-radius: 14px; }
      #ngw-home .ngw-brand { width: 145px; min-height: 40px; padding-inline: 9px; }
      #ngw-home .ngw-brand img { height: 29px; }
      #ngw-home .ngw-menu-btn { width: 41px; height: 41px; }
      #ngw-home .ngw-nav-links { padding: 9px; border-radius: 14px; }
      #ngw-home .ngw-nav-links a { padding: 12px; }
      #ngw-home .ngw-hero { padding: 38px 0 66px; }
      #ngw-home .ngw-eyebrow { padding: 7px 10px; font-size: 10px; letter-spacing: .095em; }
      #ngw-home .ngw-heading { margin-top: 14px; font-size: clamp(34px, 10.6vw, 47px); line-height: 1.06; }
      #ngw-home .ngw-heading-sm { font-size: clamp(29px, 8.6vw, 39px); line-height: 1.1; }
      #ngw-home .ngw-lead { font-size: 14.5px; line-height: 1.62; }
      #ngw-home .ngw-btns { display: grid; grid-template-columns: 1fr; width: 100%; gap: 10px; margin-top: 22px; }
      #ngw-home .ngw-btn { width: 100%; min-height: 47px; padding: 0 16px; font-size: 14px; }
      #ngw-home .ngw-proof-row { display: grid; width: 100%; max-width: 360px; gap: 10px; justify-items: start; margin: 21px auto 0; }
      #ngw-home .ngw-hero-visual { min-height: 365px; margin-top: 4px; }
      #ngw-home .ngw-wizard-frame { width: min(330px, 84vw); }
      #ngw-home .ngw-wizard-frame::before { inset: -14px; }
      #ngw-home .ngw-float-card { padding: 8px 10px; border-radius: 13px; transform: scale(.78); }
      #ngw-home .ngw-float-card-a { left: -9%; top: 2%; transform-origin: left top; }
      #ngw-home .ngw-float-card-b { right: -9%; bottom: 3%; transform-origin: right bottom; }
      #ngw-home .ngw-float-icon { width: 34px; height: 34px; flex-basis: 34px; }
      #ngw-home .ngw-float-card strong { font-size: 13px; }
      #ngw-home .ngw-stats-wrap { margin-top: -20px; }
      #ngw-home .ngw-stats { border-radius: 18px; }
      #ngw-home .ngw-stat { min-height: 108px; padding: 16px 13px; }
      #ngw-home .ngw-stat:not(:last-child)::after { top: 18px; bottom: 18px; }
      #ngw-home .ngw-stat-number { font-size: 30px; }
      #ngw-home .ngw-stat-label { margin-top: 7px; font-size: 10.5px; line-height: 1.45; }
      #ngw-home .ngw-services-grid,
      #ngw-home .ngw-values { grid-template-columns: 1fr; }
      #ngw-home .ngw-services-grid { margin-top: 30px; }
      #ngw-home .ngw-service-card { min-height: auto; padding: 21px; }
      #ngw-home .ngw-service-link { padding-top: 20px; }
      #ngw-home .ngw-feature { grid-template-columns: 40px 1fr; padding: 14px; }
      #ngw-home .ngw-feature-icon { width: 40px; height: 40px; }
      #ngw-home .ngw-badges-stage {
        min-height: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 8px;
        padding: 28px 14px;
      }
      #ngw-home .ngw-badges-stage::before { width: 250px; height: 250px; opacity: .55; }
      #ngw-home .ngw-badge,
      #ngw-home .ngw-badge-1,
      #ngw-home .ngw-badge-2,
      #ngw-home .ngw-badge-3,
      #ngw-home .ngw-badge-4 {
        position: relative;
        inset: auto;
        width: min(132px, 100%);
        margin: auto;
        transform: none;
      }
      #ngw-home .ngw-logo-card { width: 155px; height: 78px; padding: 13px; }
      #ngw-home .ngw-logo-card img { height: 50px; }
      #ngw-home .ngw-marquee-track { gap: 12px; animation-duration: 24s; }
      #ngw-home .ngw-visual-card { min-height: 385px; padding: 11px; border-radius: 21px; }
      #ngw-home .ngw-laptop-img { min-height: 362px; border-radius: 15px; }
      #ngw-home .ngw-visual-card::after { inset: 11px; border-radius: 15px; }
      #ngw-home .ngw-dashboard-overlay { left: 22px; right: 22px; bottom: 22px; padding: 15px; border-radius: 15px; }
      #ngw-home .ngw-bars { height: 58px; }
      #ngw-home .ngw-process-item { grid-template-columns: 42px 1fr; padding: 13px; }
      #ngw-home .ngw-process-num { width: 42px; height: 42px; }
      #ngw-home .ngw-split-card { min-height: auto; padding: 23px; border-radius: 21px; }
      #ngw-home .ngw-split-card h3 { font-size: 28px; }
      #ngw-home .ngw-mini-orbit { display: none; }
      #ngw-home .ngw-wizard-secondary { min-height: 370px; border-radius: 22px; }
      #ngw-home .ngw-value { min-height: 0; }
      #ngw-home .ngw-faq-wrap { margin-top: 32px; }
      #ngw-home .ngw-faq-q { padding: 19px 0; gap: 13px; font-size: 15px; line-height: 1.45; }
      #ngw-home .ngw-faq-plus { width: 29px; height: 29px; flex-basis: 29px; }
      #ngw-home details.ngw-faq-item .ngw-faq-a p { padding: 0 4px 20px 0; font-size: 13.5px; }
      #ngw-home .ngw-cta { padding: 45px 18px; border-radius: 22px; }
      #ngw-home .ngw-cta h2 { font-size: clamp(31px, 9vw, 41px); }
      #ngw-home .ngw-cta p { font-size: 14.5px; }
      #ngw-home .ngw-footer { padding: 48px 0 28px; }
      #ngw-home .ngw-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
      #ngw-home .ngw-footer-grid > div:first-child { grid-column: 1 / -1; }
      #ngw-home .ngw-footer-grid > div:last-child { grid-column: auto; }
      #ngw-home .ngw-footer-logo { width: 185px; }
      #ngw-home .ngw-footer-meta { margin-top: 34px; flex-direction: column; gap: 8px; }
    }

    /* Very small phones. */
    @media (max-width: 420px) {
      #ngw-home .ngw-shell { width: calc(100% - 20px); }
      #ngw-home .ngw-section { padding: 50px 0; }
      #ngw-home .ngw-brand { width: 136px; }
      #ngw-home .ngw-heading { font-size: clamp(32px, 10.3vw, 41px); }
      #ngw-home .ngw-hero-visual { min-height: 300px; }
      #ngw-home .ngw-wizard-frame { width: min(280px, 82vw); }
      #ngw-home .ngw-float-card { display: none; }
      #ngw-home .ngw-stat { padding-inline: 10px; }
      #ngw-home .ngw-stat-number { font-size: 27px; }
      #ngw-home .ngw-badges-stage { gap: 14px 6px; padding-inline: 8px; }
      #ngw-home .ngw-badge,
      #ngw-home .ngw-badge-1,
      #ngw-home .ngw-badge-2,
      #ngw-home .ngw-badge-3,
      #ngw-home .ngw-badge-4 { width: min(116px, 100%); }
      #ngw-home .ngw-visual-card { min-height: 340px; }
      #ngw-home .ngw-laptop-img { min-height: 318px; }
      #ngw-home .ngw-dashboard-overlay { left: 18px; right: 18px; padding: 13px; }
      #ngw-home .ngw-dash-top { align-items: flex-start; }
      #ngw-home .ngw-dash-top strong { font-size: 13px; }
      #ngw-home .ngw-bars { height: 48px; gap: 3px; }
      #ngw-home .ngw-wizard-secondary { min-height: 320px; }
      #ngw-home .ngw-footer-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-footer-grid > div,
      #ngw-home .ngw-footer-grid > div:first-child,
      #ngw-home .ngw-footer-grid > div:last-child { grid-column: 1; }
    }

    /* Keep mobile rendering smooth and battery-friendly while preserving motion. */
    @media (max-width: 767px) {
      #ngw-home .ngw-service-card { transform: none !important; }
      #ngw-home .ngw-wizard-frame::before,
      #ngw-home .ngw-wizard-frame::after,
      #ngw-home .ngw-badges-stage::before { animation-duration: 38s; }
      #ngw-home .ngw-glow { animation: none; }
      #ngw-home .ngw-noise { opacity: .025; }
    }



    /* Client video testimonials */
    #ngw-home .ngw-testimonials {
      position: relative;
      overflow: hidden;
      border-block: 1px solid rgba(255,255,255,.08);
      background:
        radial-gradient(circle at 50% 0%, rgba(157,53,255,.15), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.03));
    }

    #ngw-home .ngw-testimonial-head {
      max-width: 820px;
      margin-inline: auto;
      text-align: center;
    }

    #ngw-home .ngw-testimonial-head h2 {
      margin: 0;
      font-family: "Manrope", Arial, sans-serif;
      font-size: clamp(32px, 3.5vw, 50px);
      line-height: 1.1;
      letter-spacing: -.045em;
      font-weight: 800;
    }

    #ngw-home .ngw-testimonial-banner {
      width: min(640px, 100%);
      min-height: 68px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 24px auto 0;
      padding: 15px 28px;
      border: 1px solid rgba(157,53,255,.44);
      border-radius: 999px;
      color: #f6efff;
      background: linear-gradient(145deg, rgba(157,53,255,.14), rgba(72,217,255,.055));
      box-shadow:
        0 16px 38px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.12);
      font-family: "Manrope", Arial, sans-serif;
      font-size: clamp(16px, 1.65vw, 22px);
      line-height: 1.35;
      font-weight: 800;
    }

    #ngw-home .ngw-video-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      margin-top: 54px;
    }

    #ngw-home .ngw-video-card {
      position: relative;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 22px;
      background: #05050b;
      box-shadow: 0 24px 55px rgba(0,0,0,.28);
      transition:
        transform .28s ease,
        border-color .28s ease,
        box-shadow .28s ease;
    }

    #ngw-home .ngw-video-card:hover {
      transform: translateY(-5px);
      border-color: rgba(157,53,255,.42);
      box-shadow: 0 30px 68px rgba(0,0,0,.36);
    }

    #ngw-home .ngw-video-frame {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #05050b;
    }

    #ngw-home .ngw-youtube-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: 0;
      background: #05050b;
    }

    @media (min-width: 1101px) and (max-width: 1440px) {
      #ngw-home .ngw-video-grid {
        margin-top: 42px;
        gap: 16px;
      }

      #ngw-home .ngw-testimonial-banner {
        min-height: 60px;
        margin-top: 20px;
      }
    }

    @media (max-width: 960px) {
      #ngw-home .ngw-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #ngw-home .ngw-video-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 10px);
        margin-inline: auto;
      }
    }

    @media (max-width: 640px) {
      #ngw-home .ngw-testimonial-banner {
        min-height: 0;
        margin-top: 18px;
        padding: 13px 17px;
        border-radius: 18px;
        font-size: 15px;
      }

      #ngw-home .ngw-video-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: min(88%, 370px);
        gap: 14px;
        margin-top: 34px;
        margin-inline: -12px;
        padding: 0 12px 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
      }

      #ngw-home .ngw-video-grid::-webkit-scrollbar {
        display: none;
      }

      #ngw-home .ngw-video-card,
      #ngw-home .ngw-video-card:last-child {
        width: auto;
        margin: 0;
        grid-column: auto;
        border-radius: 18px;
        scroll-snap-align: center;
      }
    }


    /* =========================================================
       NEXTGEN WIZARDS — PREMIUM GHL AGENCY EXPERIENCE (v3)
       Conversion-led dashboard, animated analytics and CTA system
       ========================================================= */
    #ngw-home {
      --ngw-orange: #ff9f66;
      --ngw-blue: #7a8cff;
      --ngw-surface: rgba(12, 10, 28, .78);
      --ngw-surface-solid: #100d24;
    }

    #ngw-home .ngw-header-wrap { z-index: 500; }
    #ngw-home .ngw-nav { border-color: rgba(255,255,255,.12); }

    #ngw-home .ngw-btn-primary {
      animation: ngw-cta-breathe 3.2s ease-in-out infinite;
    }
    #ngw-home .ngw-btn-primary::before {
      content: "";
      position: absolute;
      inset: -2px;
      z-index: -2;
      border-radius: inherit;
      background: linear-gradient(110deg, var(--ngw-purple), var(--ngw-cyan), var(--ngw-pink), var(--ngw-purple));
      background-size: 250% 100%;
      opacity: .56;
      filter: blur(10px);
      animation: ngw-cta-gradient 5s linear infinite;
    }
    @keyframes ngw-cta-breathe {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-2px); }
    }
    @keyframes ngw-cta-gradient { to { background-position: 250% 0; } }
    #ngw-home .ngw-btn-primary:hover { animation-play-state: paused; }

    #ngw-home .ngw-hero {
      min-height: min(860px, calc(100svh - 8px));
      padding: 54px 0 102px;
    }
    #ngw-home .ngw-hero-grid {
      grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
      gap: clamp(34px, 4.8vw, 72px);
    }
    #ngw-home .ngw-hero-copy .ngw-lead { max-width: 660px; }
    #ngw-home .ngw-hero-copy .ngw-heading { max-width: 700px; }
    #ngw-home .ngw-hero-kicker {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 20px;
    }
    #ngw-home .ngw-kicker-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 32px;
      padding: 0 11px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 999px;
      color: #d7d2e3;
      background: rgba(255,255,255,.04);
      font-size: 11px;
      font-weight: 750;
    }
    #ngw-home .ngw-kicker-pill i {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--ngw-green);
      box-shadow: 0 0 12px rgba(117,242,193,.75);
    }

    /* Hero command center */
    #ngw-home .ngw-hero-visual {
      min-height: 610px;
      display: grid;
      place-items: center;
      perspective: 1400px;
    }
    #ngw-home .ngw-command-wrap {
      position: relative;
      width: min(660px, 100%);
      transform: rotateY(-3deg) rotateX(1deg);
      transform-style: preserve-3d;
      animation: ngw-command-float 7s ease-in-out infinite;
    }
    @keyframes ngw-command-float {
      0%,100% { transform: rotateY(-3deg) rotateX(1deg) translateY(5px); }
      50% { transform: rotateY(-1deg) rotateX(0deg) translateY(-9px); }
    }
    #ngw-home .ngw-command-wrap::before {
      content: "";
      position: absolute;
      inset: 11% 7% -5%;
      z-index: -2;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(157,53,255,.38), rgba(72,217,255,.08) 48%, transparent 72%);
      filter: blur(48px);
    }
    #ngw-home .ngw-command-center {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 27px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.075), transparent 18%),
        rgba(10,8,24,.91);
      box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
      backdrop-filter: blur(24px);
    }
    #ngw-home .ngw-command-center::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(115deg, transparent 28%, rgba(255,255,255,.055) 49%, transparent 68%);
      transform: translateX(-110%);
      animation: ngw-panel-sheen 8s ease-in-out infinite;
    }
    @keyframes ngw-panel-sheen {
      0%,60% { transform: translateX(-110%); }
      82%,100% { transform: translateX(110%); }
    }
    #ngw-home .ngw-command-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 58px;
      padding: 0 19px;
      border-bottom: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.025);
    }
    #ngw-home .ngw-command-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: "Manrope";
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .02em;
    }
    #ngw-home .ngw-command-mark {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      background: linear-gradient(145deg, #a83cff, #4f31cd 60%, #2acff1);
      box-shadow: 0 9px 24px rgba(121,50,225,.34);
    }
    #ngw-home .ngw-command-live {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--ngw-green);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    #ngw-home .ngw-command-live::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 14px currentColor;
      animation: ngw-live-pulse 1.7s ease-in-out infinite;
    }
    @keyframes ngw-live-pulse { 50% { opacity: .35; transform: scale(.75); } }
    #ngw-home .ngw-command-body { padding: 18px; }
    #ngw-home .ngw-command-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }
    #ngw-home .ngw-command-metric {
      padding: 13px;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 15px;
      background: rgba(255,255,255,.035);
    }
    #ngw-home .ngw-command-metric small {
      display: block;
      color: #938ca5;
      font-size: 9px;
      font-weight: 750;
      text-transform: uppercase;
      letter-spacing: .075em;
    }
    #ngw-home .ngw-command-metric strong {
      display: block;
      margin-top: 5px;
      font-family: "Manrope";
      font-size: 21px;
      line-height: 1;
    }
    #ngw-home .ngw-command-change {
      display: inline-flex;
      margin-top: 7px;
      color: var(--ngw-green);
      font-size: 9px;
      font-weight: 800;
    }
    #ngw-home .ngw-command-grid {
      display: grid;
      grid-template-columns: 1.42fr .78fr;
      gap: 11px;
      margin-top: 11px;
    }
    #ngw-home .ngw-chart-panel,
    #ngw-home .ngw-activity-panel,
    #ngw-home .ngw-workflow-panel {
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 17px;
      background: rgba(255,255,255,.028);
    }
    #ngw-home .ngw-chart-panel { padding: 15px 14px 10px; }
    #ngw-home .ngw-panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
    }
    #ngw-home .ngw-panel-head strong { font-size: 11px; }
    #ngw-home .ngw-panel-head span { color: #8e879e; font-size: 9px; }
    #ngw-home .ngw-main-chart { width: 100%; height: 174px; overflow: visible; }
    #ngw-home .ngw-chart-grid line { stroke: rgba(255,255,255,.07); stroke-width: 1; }
    #ngw-home .ngw-chart-area { opacity: .34; }
    #ngw-home .ngw-chart-line {
      fill: none;
      stroke: url(#ngwLineGradient);
      stroke-width: 4;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: ngw-draw-line 2.8s cubic-bezier(.2,.72,.2,1) .35s forwards;
      filter: drop-shadow(0 0 7px rgba(72,217,255,.45));
    }
    #ngw-home .ngw-chart-dot {
      fill: #fff;
      stroke: #7ee8ff;
      stroke-width: 4;
      opacity: 0;
      transform-box: fill-box;
      transform-origin: center;
      animation: ngw-dot-in .45s ease forwards;
    }
    #ngw-home .ngw-chart-dot:nth-of-type(2) { animation-delay: 1.15s; }
    #ngw-home .ngw-chart-dot:nth-of-type(3) { animation-delay: 1.55s; }
    #ngw-home .ngw-chart-dot:nth-of-type(4) { animation-delay: 2s; }
    @keyframes ngw-draw-line { to { stroke-dashoffset: 0; } }
    @keyframes ngw-dot-in { from { opacity:0; transform:scale(.2); } to { opacity:1; transform:scale(1); } }
    #ngw-home .ngw-chart-labels {
      display: flex;
      justify-content: space-between;
      color: #7f788e;
      font-size: 8px;
      margin-top: -3px;
    }
    #ngw-home .ngw-activity-panel { padding: 14px 12px; }
    #ngw-home .ngw-activity-list { display: grid; gap: 8px; }
    #ngw-home .ngw-activity {
      display: grid;
      grid-template-columns: 29px 1fr;
      gap: 8px;
      align-items: center;
      min-height: 42px;
      padding: 7px;
      border-radius: 11px;
      background: rgba(255,255,255,.035);
      opacity: .55;
      transform: translateX(7px);
      animation: ngw-activity-cycle 4.8s ease-in-out infinite;
    }
    #ngw-home .ngw-activity:nth-child(2) { animation-delay: -1.6s; }
    #ngw-home .ngw-activity:nth-child(3) { animation-delay: -3.2s; }
    @keyframes ngw-activity-cycle {
      0%,100% { opacity:.48; transform:translateX(7px); }
      24%,54% { opacity:1; transform:none; background:rgba(117,242,193,.065); }
    }
    #ngw-home .ngw-activity-icon {
      width: 29px;
      height: 29px;
      display: grid;
      place-items: center;
      border-radius: 9px;
      color: #d8b7ff;
      background: rgba(157,53,255,.14);
    }
    #ngw-home .ngw-activity strong { display:block; font-size:9px; line-height:1.25; }
    #ngw-home .ngw-activity small { display:block; margin-top:2px; color:#888195; font-size:7.5px; }
    #ngw-home .ngw-workflow-panel { margin-top: 11px; padding: 13px 14px; }
    #ngw-home .ngw-workflow-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      position: relative;
    }
    #ngw-home .ngw-workflow-row::before {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      top: 17px;
      height: 2px;
      background: linear-gradient(90deg, var(--ngw-purple), var(--ngw-cyan), var(--ngw-green));
      transform: scaleX(0);
      transform-origin: left;
      animation: ngw-flow-line 3.2s ease 1.3s forwards;
    }
    @keyframes ngw-flow-line { to { transform:scaleX(1); } }
    #ngw-home .ngw-flow-step { position:relative; z-index:2; text-align:center; }
    #ngw-home .ngw-flow-node {
      width: 34px;
      height: 34px;
      display:grid;
      place-items:center;
      margin:0 auto 6px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:11px;
      color:#fff;
      background:#15112f;
      box-shadow:0 0 0 5px rgba(12,9,27,.9);
      font-size:11px;
      animation: ngw-node-pulse 3s ease-in-out infinite;
    }
    #ngw-home .ngw-flow-step:nth-child(2) .ngw-flow-node { animation-delay:-.75s; }
    #ngw-home .ngw-flow-step:nth-child(3) .ngw-flow-node { animation-delay:-1.5s; }
    #ngw-home .ngw-flow-step:nth-child(4) .ngw-flow-node { animation-delay:-2.25s; }
    @keyframes ngw-node-pulse { 50% { border-color:rgba(72,217,255,.65); box-shadow:0 0 0 5px rgba(12,9,27,.9),0 0 20px rgba(72,217,255,.25); } }
    #ngw-home .ngw-flow-step small { display:block; color:#8f889d; font-size:7.5px; }
    #ngw-home .ngw-dashboard-note { margin-top: 8px; color:#716b7e; font-size:8px; text-align:right; }
    #ngw-home .ngw-mini-wizard {
      position:absolute;
      right:-30px;
      bottom:-50px;
      z-index:4;
      width:160px;
      filter:drop-shadow(0 22px 24px rgba(0,0,0,.44));
      animation:ngw-mini-wizard 5s ease-in-out infinite;
    }
    @keyframes ngw-mini-wizard { 50% { transform:translateY(-9px) rotate(1.5deg); } }
    #ngw-home .ngw-command-badge {
      position:absolute;
      left:-35px;
      top:66px;
      z-index:5;
      min-width:152px;
      padding:12px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:15px;
      background:rgba(12,9,29,.88);
      box-shadow:0 16px 42px rgba(0,0,0,.32);
      backdrop-filter:blur(16px);
      animation:ngw-float-card 5.5s ease-in-out infinite;
    }
    #ngw-home .ngw-command-badge strong { display:block; font-size:11px; }
    #ngw-home .ngw-command-badge span { display:flex; align-items:center; gap:6px; margin-top:4px; color:var(--ngw-green); font-size:8px; font-weight:800; }

    /* Growth OS bento */
    #ngw-home .ngw-os-section { overflow:hidden; }
    #ngw-home .ngw-os-bento {
      display:grid;
      grid-template-columns:1.18fr .82fr .82fr;
      grid-template-rows:repeat(2, minmax(230px, auto));
      gap:16px;
      margin-top:45px;
    }
    #ngw-home .ngw-os-card {
      position:relative;
      min-width:0;
      overflow:hidden;
      padding:25px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:22px;
      background:linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.024));
      box-shadow:0 20px 56px rgba(0,0,0,.22);
    }
    #ngw-home .ngw-os-card::before {
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      right:-130px;
      top:-130px;
      border-radius:50%;
      background:var(--ngw-os-accent,var(--ngw-purple));
      opacity:.17;
      filter:blur(15px);
    }
    #ngw-home .ngw-os-main { grid-row:1 / 3; }
    #ngw-home .ngw-os-card h3 { margin:0 0 7px; font-family:"Manrope"; font-size:19px; }
    #ngw-home .ngw-os-card > p { margin:0; color:var(--ngw-muted); font-size:13px; }
    #ngw-home .ngw-os-chip {
      display:inline-flex;
      align-items:center;
      gap:7px;
      margin-bottom:17px;
      color:#cdb8eb;
      font-size:9px;
      font-weight:850;
      letter-spacing:.1em;
      text-transform:uppercase;
    }
    #ngw-home .ngw-os-chip::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--ngw-os-accent,var(--ngw-purple)); box-shadow:0 0 14px var(--ngw-os-accent,var(--ngw-purple)); }
    #ngw-home .ngw-pipeline {
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:8px;
      margin-top:24px;
    }
    #ngw-home .ngw-pipeline-col { padding:9px; border-radius:13px; background:rgba(255,255,255,.025); }
    #ngw-home .ngw-pipeline-col > span { display:block; margin-bottom:8px; color:#8f879d; font-size:8px; font-weight:800; text-transform:uppercase; }
    #ngw-home .ngw-deal {
      min-height:54px;
      margin-top:6px;
      padding:8px;
      border:1px solid rgba(255,255,255,.07);
      border-radius:10px;
      background:rgba(255,255,255,.046);
      animation:ngw-deal-rise 5s ease-in-out infinite;
    }
    #ngw-home .ngw-deal:nth-child(3) { animation-delay:-2.5s; }
    @keyframes ngw-deal-rise { 50% { transform:translateY(-3px); border-color:rgba(72,217,255,.25); } }
    #ngw-home .ngw-deal strong { display:block; font-size:8.5px; }
    #ngw-home .ngw-deal small { display:block; margin-top:4px; color:#7f788c; font-size:7px; }
    #ngw-home .ngw-ai-ring {
      width:126px;
      height:126px;
      display:grid;
      place-items:center;
      margin:21px auto 8px;
      position:relative;
      border-radius:50%;
      background:conic-gradient(var(--ngw-cyan) 0 78%,rgba(255,255,255,.07) 78% 100%);
      animation:ngw-ring-spin 8s linear infinite;
    }
    #ngw-home .ngw-ai-ring::before { content:""; position:absolute; inset:8px; border-radius:50%; background:#100d24; }
    #ngw-home .ngw-ai-ring::after { content:"AI"; position:relative; z-index:2; font-family:"Manrope"; font-size:26px; font-weight:850; color:#fff; }
    @keyframes ngw-ring-spin { to { transform:rotate(360deg); } }
    #ngw-home .ngw-ai-ring-label { text-align:center; color:var(--ngw-green); font-size:10px; font-weight:850; }
    #ngw-home .ngw-speed-number { margin-top:24px; font-family:"Manrope"; font-size:48px; line-height:1; font-weight:850; letter-spacing:-.05em; }
    #ngw-home .ngw-speed-number span { color:var(--ngw-cyan); font-size:19px; }
    #ngw-home .ngw-speed-line { height:8px; margin-top:18px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.06); }
    #ngw-home .ngw-speed-line::after { content:""; display:block; width:86%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--ngw-purple),var(--ngw-cyan)); transform:translateX(-100%); animation:ngw-speed-fill 2.2s ease forwards; }
    @keyframes ngw-speed-fill { to { transform:none; } }
    #ngw-home .ngw-stack-icons { display:flex; flex-wrap:wrap; gap:9px; margin-top:23px; }
    #ngw-home .ngw-stack-icon { min-width:54px; height:43px; display:grid; place-items:center; padding:0 11px; border:1px solid rgba(255,255,255,.08); border-radius:12px; background:rgba(255,255,255,.035); color:#ded8e7; font-size:9px; font-weight:800; }
    #ngw-home .ngw-stack-icon:nth-child(even) { transform:translateY(7px); }

    /* Results / proof strip */
    #ngw-home .ngw-proof-band {
      border-block:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.018);
    }
    #ngw-home .ngw-proof-band-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:44px; align-items:center; }
    #ngw-home .ngw-proof-copy h2 { margin:12px 0 12px; font-family:"Manrope"; font-size:clamp(30px,3.3vw,48px); line-height:1.08; letter-spacing:-.045em; }
    #ngw-home .ngw-proof-copy p { margin:0; color:var(--ngw-muted); }
    #ngw-home .ngw-proof-signal { display:grid; grid-template-columns:repeat(3,1fr); gap:11px; }
    #ngw-home .ngw-signal-card { min-height:140px; padding:19px; border:1px solid rgba(255,255,255,.09); border-radius:18px; background:rgba(255,255,255,.034); }
    #ngw-home .ngw-signal-card strong { display:block; font-family:"Manrope"; font-size:24px; }
    #ngw-home .ngw-signal-card span { display:block; margin-top:6px; color:var(--ngw-muted); font-size:11px; }
    #ngw-home .ngw-signal-spark { display:flex; align-items:flex-end; gap:3px; height:32px; margin-top:13px; }
    #ngw-home .ngw-signal-spark i { flex:1; height:var(--h); border-radius:3px; background:linear-gradient(180deg,var(--ngw-cyan),var(--ngw-purple)); animation:ngw-spark-bars 1.8s ease-in-out infinite alternate; animation-delay:var(--d); }
    @keyframes ngw-spark-bars { to { transform:scaleY(.55); opacity:.55; } }

    /* Video preview optimisation */
    #ngw-home .ngw-video-frame { cursor:pointer; }
    #ngw-home .ngw-video-preview {
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      width:100%;
      border:0;
      padding:0;
      cursor:pointer;
      background-size:cover;
      background-position:center;
      color:#fff;
    }
    #ngw-home .ngw-video-preview::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(4,4,11,.08),rgba(4,4,11,.7)); }
    #ngw-home .ngw-video-preview::after { content:"Client Story"; position:absolute; left:18px; bottom:15px; color:#fff; font-size:11px; font-weight:800; letter-spacing:.04em; }
    #ngw-home .ngw-play-button {
      position:relative;
      z-index:2;
      width:64px;
      height:64px;
      display:grid;
      place-items:center;
      border:1px solid rgba(255,255,255,.38);
      border-radius:50%;
      background:rgba(12,8,28,.66);
      backdrop-filter:blur(10px);
      box-shadow:0 15px 35px rgba(0,0,0,.35),0 0 0 9px rgba(255,255,255,.06);
      transition:transform .25s ease,background .25s ease;
    }
    #ngw-home .ngw-video-preview:hover .ngw-play-button { transform:scale(1.08); background:rgba(126,39,221,.78); }

    /* Floating conversion CTA and progress */
    #ngw-home .ngw-scroll-progress {
      position:fixed;
      left:0;
      top:0;
      z-index:9999;
      width:100%;
      height:3px;
      transform:scaleX(0);
      transform-origin:left;
      background:linear-gradient(90deg,var(--ngw-purple),var(--ngw-cyan),var(--ngw-pink));
      box-shadow:0 0 12px rgba(72,217,255,.45);
      pointer-events:none;
    }
    #ngw-home .ngw-floating-cta {
      position:fixed;
      right:20px;
      bottom:20px;
      z-index:490;
      display:flex;
      align-items:center;
      gap:10px;
      min-height:53px;
      padding:0 17px 0 10px;
      border:1px solid rgba(255,255,255,.18);
      border-radius:17px;
      color:#fff;
      background:rgba(12,8,29,.86);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 50px rgba(0,0,0,.38);
      opacity:0;
      visibility:hidden;
      transform:translateY(18px);
      transition:.3s ease;
    }
    #ngw-home .ngw-floating-cta.ngw-show { opacity:1; visibility:visible; transform:none; }
    #ngw-home .ngw-floating-cta-icon { width:36px; height:36px; display:grid; place-items:center; border-radius:11px; background:linear-gradient(145deg,#a03aff,#4e2fd3); box-shadow:0 8px 20px rgba(126,39,221,.3); }
    #ngw-home .ngw-floating-cta strong { display:block; font-size:11px; line-height:1.2; }
    #ngw-home .ngw-floating-cta small { display:block; color:#a9a2b7; font-size:8px; margin-top:2px; }

    @media (max-width: 1100px) {
      #ngw-home .ngw-hero-grid { grid-template-columns:minmax(0,1fr) 470px; gap:25px; }
      #ngw-home .ngw-command-wrap { width:470px; }
      #ngw-home .ngw-mini-wizard { width:125px; right:-12px; bottom:-35px; }
      #ngw-home .ngw-command-badge { left:-18px; transform:scale(.9); }
      #ngw-home .ngw-os-bento { grid-template-columns:1fr 1fr; grid-template-rows:auto; }
      #ngw-home .ngw-os-main { grid-row:auto; grid-column:1 / -1; }
    }
    @media (max-width: 960px) {
      #ngw-home .ngw-hero-grid { grid-template-columns:1fr; }
      #ngw-home .ngw-command-wrap { width:min(620px,94vw); }
      #ngw-home .ngw-hero-visual { min-height:580px; }
      #ngw-home .ngw-proof-band-grid { grid-template-columns:1fr; }
    }
    @media (max-width: 700px) {
      #ngw-home .ngw-hero-visual { min-height:460px; }
      #ngw-home .ngw-command-wrap { width:100%; transform:none; animation:ngw-command-mobile 6s ease-in-out infinite; }
      @keyframes ngw-command-mobile { 50% { transform:translateY(-7px); } }
      #ngw-home .ngw-command-body { padding:11px; }
      #ngw-home .ngw-command-metrics { gap:6px; }
      #ngw-home .ngw-command-metric { padding:9px 7px; border-radius:11px; }
      #ngw-home .ngw-command-metric strong { font-size:16px; }
      #ngw-home .ngw-command-metric small { font-size:7px; }
      #ngw-home .ngw-command-change { font-size:7px; }
      #ngw-home .ngw-command-grid { grid-template-columns:1fr; }
      #ngw-home .ngw-activity-panel { display:none; }
      #ngw-home .ngw-main-chart { height:135px; }
      #ngw-home .ngw-workflow-row { gap:8px; }
      #ngw-home .ngw-flow-step small { font-size:6.5px; }
      #ngw-home .ngw-command-badge { left:-2px; top:-45px; transform:scale(.82); transform-origin:left bottom; }
      #ngw-home .ngw-mini-wizard { width:100px; right:-10px; bottom:-35px; }
      #ngw-home .ngw-os-bento { grid-template-columns:1fr; }
      #ngw-home .ngw-os-main { grid-column:auto; }
      #ngw-home .ngw-pipeline { grid-template-columns:repeat(2,1fr); }
      #ngw-home .ngw-proof-signal { grid-template-columns:1fr; }
      #ngw-home .ngw-signal-card { min-height:120px; }
      #ngw-home .ngw-floating-cta { right:12px; bottom:12px; }
      #ngw-home .ngw-floating-cta span:not(.ngw-floating-cta-icon) { display:none; }
      #ngw-home .ngw-floating-cta { width:52px; padding:7px; border-radius:16px; }
      #ngw-home .ngw-floating-cta-icon { width:38px; height:38px; }
    }
    @media (max-width: 430px) {
      #ngw-home .ngw-hero-visual { min-height:390px; }
      #ngw-home .ngw-command-top { min-height:48px; padding:0 11px; }
      #ngw-home .ngw-command-brand { font-size:9px; }
      #ngw-home .ngw-command-mark { width:26px; height:26px; }
      #ngw-home .ngw-command-badge { display:none; }
      #ngw-home .ngw-mini-wizard { width:78px; }
      #ngw-home .ngw-chart-panel { padding:10px 8px 8px; }
      #ngw-home .ngw-main-chart { height:110px; }
      #ngw-home .ngw-workflow-panel { padding:10px 7px; }
      #ngw-home .ngw-flow-node { width:28px; height:28px; font-size:9px; }
      #ngw-home .ngw-workflow-row::before { top:14px; }
    }
    @media (prefers-reduced-motion: reduce) {
      #ngw-home .ngw-btn-primary,
      #ngw-home .ngw-command-wrap,
      #ngw-home .ngw-command-center::after,
      #ngw-home .ngw-main-chart *,
      #ngw-home .ngw-activity,
      #ngw-home .ngw-workflow-row::before,
      #ngw-home .ngw-flow-node,
      #ngw-home .ngw-mini-wizard,
      #ngw-home .ngw-ai-ring,
      #ngw-home .ngw-deal { animation:none !important; }
      #ngw-home .ngw-chart-line { stroke-dashoffset:0; }
      #ngw-home .ngw-chart-dot { opacity:1; }
      #ngw-home .ngw-workflow-row::before { transform:scaleX(1); }
    }

  

    /* =========================================================
       FINAL LIVE TEAM + WHITE LOGO + MOVING GRADIENT CTA UPDATES
       ========================================================= */

    /* Use the original transparent image logo, rendered pure white. */
    #ngw-home .ngw-brand,
    #ngw-home .ngw-footer-logo {
      width: 218px;
      min-height: 48px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      overflow: visible;
      isolation: isolate;
    }

    #ngw-home .ngw-brand::before,
    #ngw-home .ngw-footer-logo::before {
      content: "";
      position: absolute;
      inset: -16px -18px;
      z-index: -1;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(157,53,255,.22), rgba(72,217,255,.08) 40%, transparent 72%);
      filter: blur(13px);
      opacity: .82;
      animation: ngw-logo-aura 4.8s ease-in-out infinite;
      pointer-events: none;
    }

    #ngw-home .ngw-brand img,
    #ngw-home .ngw-footer-logo img {
      width: 100%;
      height: auto;
      max-height: 52px;
      object-fit: contain;
      filter: brightness(0) invert(1) contrast(1.38) drop-shadow(0 0 12px rgba(255,255,255,.19));
      animation: ngw-logo-breathe 4.8s ease-in-out infinite;
      transform-origin: 50% 50%;
    }

    #ngw-home .ngw-footer-logo { width: 250px; }
    #ngw-home .ngw-footer-logo img { max-height: 66px; }

    @keyframes ngw-logo-aura {
      0%,100% { opacity:.58; transform:scale(.96); }
      50% { opacity:1; transform:scale(1.05); }
    }
    @keyframes ngw-logo-breathe {
      0%,100% { transform:translateY(0) scale(1); }
      50% { transform:translateY(-2px) scale(1.012); }
    }

    /* Every button CTA receives a continuously moving gradient. */
    #ngw-home .ngw-btn-primary,
    #ngw-home .ngw-btn-secondary {
      border-color: rgba(255,255,255,.17);
      background-image: linear-gradient(115deg, #5a16c7 0%, #a33aff 22%, #ed64ff 43%, #48d9ff 68%, #6b20db 86%, #5a16c7 100%);
      background-size: 320% 320%;
      color: #fff;
      box-shadow: 0 15px 38px rgba(117,35,218,.3), inset 0 1px 0 rgba(255,255,255,.24);
      animation: ngw-moving-cta 7s ease infinite;
    }

    #ngw-home .ngw-btn-secondary {
      background-image: linear-gradient(115deg, rgba(107,32,219,.72) 0%, rgba(157,53,255,.72) 24%, rgba(72,217,255,.56) 54%, rgba(237,100,255,.68) 78%, rgba(107,32,219,.72) 100%);
      box-shadow: 0 12px 34px rgba(58,25,115,.25), inset 0 1px 0 rgba(255,255,255,.22);
      backdrop-filter: blur(14px);
    }

    #ngw-home .ngw-btn-primary:hover,
    #ngw-home .ngw-btn-secondary:hover {
      border-color: rgba(255,255,255,.38);
      box-shadow: 0 20px 48px rgba(126,39,221,.42), 0 0 26px rgba(72,217,255,.13), inset 0 1px 0 rgba(255,255,255,.3);
    }

    #ngw-home .ngw-floating-cta {
      background-image: linear-gradient(115deg, #5a16c7, #a33aff, #48d9ff, #ed64ff, #5a16c7);
      background-size: 320% 320%;
      animation: ngw-moving-cta 7s ease infinite;
    }

    #ngw-home .ngw-service-link {
      color: transparent;
      background: linear-gradient(90deg, #dcb7ff, #48d9ff, #ed64ff, #dcb7ff);
      background-size: 250% auto;
      background-clip: text;
      -webkit-background-clip: text;
      animation: ngw-moving-link 5.5s linear infinite;
    }

    #ngw-home .ngw-cta {
      background-size: 220% 220%;
      animation: ngw-moving-cta-panel 10s ease infinite;
    }

    @keyframes ngw-moving-cta {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    @keyframes ngw-moving-link {
      to { background-position: 250% center; }
    }
    @keyframes ngw-moving-cta-panel {
      0%,100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }

    /* =========================================================
       FINAL RESPONSIVE HARDENING V4
       Sticky header + exact alignment across all screen sizes
       ========================================================= */

    /* Keep the sticky header outside any horizontal clipping context. */
    #ngw-home {
      width: 100%;
      max-width: 100%;
      margin: 0;
      overflow-x: clip;
      overflow-y: visible;
    }

    #ngw-home main,
    #ngw-home footer,
    #ngw-home section {
      max-width: 100%;
      overflow-x: clip;
    }

    #ngw-home .ngw-header-wrap {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 0 !important;
      left: 0;
      right: 0;
      z-index: 99990 !important;
      width: 100%;
      align-self: flex-start;
      isolation: isolate;
      transform: translateZ(0);
      will-change: padding, background-color, backdrop-filter;
    }

    #ngw-home .ngw-header-wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, rgba(8,7,18,.82), rgba(8,7,18,.38));
      border-bottom: 1px solid rgba(255,255,255,.045);
      backdrop-filter: blur(18px) saturate(145%);
      -webkit-backdrop-filter: blur(18px) saturate(145%);
      opacity: .42;
      transition: opacity .25s ease, background .25s ease;
      pointer-events: none;
    }

    #ngw-home .ngw-header-wrap.ngw-scrolled::before {
      opacity: 1;
      background: rgba(8,7,18,.9);
      border-bottom-color: rgba(255,255,255,.09);
    }

    #ngw-home .ngw-header-wrap.ngw-scrolled {
      background: transparent;
      border-bottom: 0;
    }

    #ngw-home .ngw-scroll-progress {
      z-index: 100000;
    }

    #ngw-home .ngw-nav {
      position: relative;
      width: 100%;
      min-width: 0;
    }

    #ngw-home .ngw-shell, #ngw-home .ngw-hero-grid, #ngw-home .ngw-cert-grid, #ngw-home .ngw-journey-grid, #ngw-home .ngw-why-grid, #ngw-home .ngw-services-grid, #ngw-home .ngw-os-bento, #ngw-home .ngw-split-grid, #ngw-home .ngw-video-grid, #ngw-home .ngw-footer-grid, #ngw-home .ngw-command-grid, #ngw-home .ngw-command-metrics, #ngw-home .ngw-pipeline, #ngw-home .ngw-values{
      min-width: 0;
    }

    #ngw-home .ngw-hero-grid > *, #ngw-home .ngw-cert-grid > *, #ngw-home .ngw-journey-grid > *, #ngw-home .ngw-why-grid > *, #ngw-home .ngw-services-grid > *, #ngw-home .ngw-os-bento > *, #ngw-home .ngw-split-grid > *, #ngw-home .ngw-footer-grid > *, #ngw-home .ngw-command-grid > *{
      min-width: 0;
    }

    #ngw-home .ngw-heading,
    #ngw-home .ngw-heading-sm,
    #ngw-home .ngw-testimonial-head h2,
    #ngw-home .ngw-cta h2,
    #ngw-home .ngw-os-card h3,
    #ngw-home .ngw-split-card h3,
    #ngw-home .ngw-service-card h3 {
      text-wrap: balance;
      overflow-wrap: anywhere;
    }

    #ngw-home p,
    #ngw-home .ngw-lead,
    #ngw-home .ngw-stat-label,
    #ngw-home .ngw-footer-links a,
    #ngw-home .ngw-footer-links span {
      overflow-wrap: break-word;
    }

    #ngw-home .ngw-services-grid,
    #ngw-home .ngw-os-bento,
    #ngw-home .ngw-split-grid,
    #ngw-home .ngw-values,
    #ngw-home .ngw-video-grid {
      align-items: stretch;
    }

    #ngw-home .ngw-service-card,
    #ngw-home .ngw-os-card,
    #ngw-home .ngw-split-card,
    #ngw-home .ngw-value,
    #ngw-home .ngw-video-card {
      height: 100%;
    }

    #ngw-home [id^="ngw-"] {
      scroll-margin-top: 108px;
    }

    /* Large desktop and wide monitors. */
    @media (min-width: 1600px) {
      #ngw-home .ngw-shell { width: min(1320px, calc(100% - 96px)); }
      #ngw-home .ngw-section { padding: 112px 0; }
      #ngw-home .ngw-section-sm { padding: 76px 0; }
      #ngw-home .ngw-heading { font-size: clamp(60px, 4.1vw, 76px); }
      #ngw-home .ngw-heading-sm { font-size: clamp(44px, 3vw, 58px); }
      #ngw-home .ngw-lead { font-size: 18px; }
      #ngw-home .ngw-hero { min-height: 880px; padding: 68px 0 118px; }
      #ngw-home .ngw-hero-grid { grid-template-columns: minmax(0,.92fr) minmax(620px,1.08fr); gap: 76px; }
      #ngw-home .ngw-command-wrap { width: min(700px,100%); }
      #ngw-home .ngw-hero-visual { min-height: 660px; }
      #ngw-home .ngw-services-grid { gap: 22px; }
      #ngw-home .ngw-service-card { padding: 30px; min-height: 330px; }
      #ngw-home .ngw-os-bento { gap: 20px; }
      #ngw-home .ngw-os-card { padding: 30px; }
      
      
      
    }

    /* Normal desktop and laptop. */
    @media (min-width: 1181px) and (max-width: 1599px) {
      #ngw-home .ngw-shell { width: min(1160px, calc(100% - 48px)); }
      #ngw-home .ngw-nav-links { gap: clamp(15px, 1.55vw, 24px); }
      #ngw-home .ngw-nav-links a { font-size: 13px; white-space: nowrap; }
      #ngw-home .ngw-brand { width: clamp(185px, 16vw, 218px); }
      #ngw-home .ngw-nav-cta { white-space: nowrap; }
      #ngw-home .ngw-hero-grid { gap: clamp(34px, 4vw, 64px); }
    }

    /* Compact desktop, tablet landscape and all mobile-navigation widths. */
    @media (max-width: 1180px) {
      #ngw-home .ngw-shell { width: min(1040px, calc(100% - 40px)); }
      #ngw-home .ngw-header-wrap { padding: 8px 0; }
      #ngw-home .ngw-nav { min-height: 60px; padding: 7px 8px 7px 12px; border-radius: 16px; }
      #ngw-home .ngw-brand { width: 196px; min-height: 44px; }
      #ngw-home .ngw-brand img { max-height: 46px; }
      #ngw-home .ngw-menu-btn { display: inline-flex; flex: 0 0 auto; }
      #ngw-home .ngw-nav-cta { display: none; }
      #ngw-home .ngw-nav-links {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        z-index: 50;
        display: grid;
        gap: 2px;
        max-height: calc(100svh - 98px);
        padding: 10px;
        overflow-y: auto;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 16px;
        background: rgba(10,8,23,.97);
        box-shadow: 0 25px 65px rgba(0,0,0,.46);
        backdrop-filter: blur(22px) saturate(145%);
        -webkit-backdrop-filter: blur(22px) saturate(145%);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
      }
      #ngw-home .ngw-nav-links.ngw-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
      }
      #ngw-home .ngw-nav-links a {
        width: 100%;
        padding: 12px 13px;
        border-radius: 10px;
        font-size: 14px;
      }
      #ngw-home .ngw-nav-links a:hover { background: rgba(255,255,255,.065); }
      #ngw-home .ngw-nav-links a::after { display: none; }
      #ngw-home [id^="ngw-"] { scroll-margin-top: 94px; }
    }

    /* Tablet portrait and small landscape. */
    @media (min-width: 768px) and (max-width: 1024px) {
      #ngw-home .ngw-shell { width: min(900px, calc(100% - 40px)); }
      #ngw-home .ngw-section { padding: 76px 0; }
      #ngw-home .ngw-section-sm { padding: 52px 0; }
      #ngw-home .ngw-heading { font-size: clamp(46px, 6.3vw, 62px); }
      #ngw-home .ngw-heading-sm { font-size: clamp(36px, 5vw, 48px); }
      #ngw-home .ngw-lead { font-size: 16px; line-height: 1.68; }
      #ngw-home .ngw-hero { min-height: auto; padding: 58px 0 88px; }
      #ngw-home .ngw-hero-grid,
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid,
      #ngw-home .ngw-proof-band-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-hero-grid { gap: 46px; }
      #ngw-home .ngw-hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
      #ngw-home .ngw-hero-copy .ngw-heading,
      #ngw-home .ngw-hero-copy .ngw-lead { margin-inline: auto; }
      #ngw-home .ngw-hero .ngw-btns,
      #ngw-home .ngw-proof-row,
      #ngw-home .ngw-hero-kicker { justify-content: center; }
      #ngw-home .ngw-hero-visual { min-height: 570px; }
      #ngw-home .ngw-command-wrap { width: min(650px, 94vw); }
      #ngw-home .ngw-cert-copy { order: -1; }
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid { gap: 46px; }
      #ngw-home .ngw-services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
      #ngw-home .ngw-service-card { min-height: 300px; }
      #ngw-home .ngw-os-bento { grid-template-columns: repeat(2,minmax(0,1fr)); }
      #ngw-home .ngw-os-main { grid-column: 1 / -1; }
      #ngw-home .ngw-split-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
      #ngw-home .ngw-video-card:last-child { grid-column: 1 / -1; width: min(50%, 420px); margin-inline: auto; }
      
      #ngw-home .ngw-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 34px; }
      #ngw-home .ngw-footer-grid > div:first-child { grid-column: 1 / -1; }
      #ngw-home .ngw-footer-grid > div:last-child { grid-column: auto; }
    }

    /* Large phones and small tablets. */
    @media (min-width: 541px) and (max-width: 767px) {
      #ngw-home .ngw-shell { width: calc(100% - 32px); }
      #ngw-home .ngw-section { padding: 64px 0; }
      #ngw-home .ngw-section-sm { padding: 44px 0; }
      #ngw-home .ngw-heading { font-size: clamp(40px, 8.4vw, 54px); }
      #ngw-home .ngw-heading-sm { font-size: clamp(32px, 7vw, 43px); }
      #ngw-home .ngw-hero { padding: 48px 0 76px; }
      #ngw-home .ngw-hero-grid,
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid,
      #ngw-home .ngw-proof-band-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-hero-copy { text-align: center; }
      #ngw-home .ngw-hero-copy .ngw-heading,
      #ngw-home .ngw-hero-copy .ngw-lead { margin-inline: auto; }
      #ngw-home .ngw-hero .ngw-btns,
      #ngw-home .ngw-proof-row,
      #ngw-home .ngw-hero-kicker { justify-content: center; }
      #ngw-home .ngw-hero-visual { min-height: 500px; }
      #ngw-home .ngw-command-wrap { width: 100%; }
      #ngw-home .ngw-services-grid,
      #ngw-home .ngw-os-bento,
      #ngw-home .ngw-split-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-os-main { grid-column: auto; }
      #ngw-home .ngw-service-card { min-height: auto; }
      
      #ngw-home .ngw-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 24px; }
      #ngw-home .ngw-footer-grid > div:first-child { grid-column: 1 / -1; }
    }

    /* Phones. */
    @media (max-width: 540px) {
      #ngw-home .ngw-shell { width: calc(100% - 22px); }
      #ngw-home .ngw-section { padding: 54px 0; }
      #ngw-home .ngw-section-sm { padding: 38px 0; }
      #ngw-home .ngw-header-wrap { padding: 6px 0; }
      #ngw-home .ngw-nav { min-height: 54px; padding: 6px 7px 6px 9px; border-radius: 14px; gap: 10px; }
      #ngw-home .ngw-brand { width: 165px; min-height: 40px; }
      #ngw-home .ngw-brand img { max-height: 40px; }
      #ngw-home .ngw-menu-btn { width: 42px; height: 42px; border-radius: 11px; }
      #ngw-home .ngw-nav-links { top: calc(100% + 8px); padding: 8px; border-radius: 14px; }
      #ngw-home .ngw-heading { margin: 14px 0 14px; font-size: clamp(34px, 10.4vw, 46px); line-height: 1.065; letter-spacing: -.048em; }
      #ngw-home .ngw-heading-sm { margin: 14px 0 15px; font-size: clamp(29px, 8.7vw, 39px); line-height: 1.1; letter-spacing: -.04em; }
      #ngw-home .ngw-lead { font-size: 14.5px; line-height: 1.62; }
      #ngw-home .ngw-eyebrow { max-width: 100%; padding: 7px 10px; font-size: 9.5px; line-height: 1.25; letter-spacing: .09em; }
      #ngw-home .ngw-hero { min-height: auto; padding: 40px 0 68px; }
      #ngw-home .ngw-hero-grid,
      #ngw-home .ngw-cert-grid,
      #ngw-home .ngw-journey-grid,
      #ngw-home .ngw-why-grid,
      #ngw-home .ngw-proof-band-grid { grid-template-columns: 1fr; gap: 34px; }
      #ngw-home .ngw-hero-copy { text-align: center; }
      #ngw-home .ngw-hero-copy .ngw-heading,
      #ngw-home .ngw-hero-copy .ngw-lead { margin-inline: auto; }
      #ngw-home .ngw-btns { display: grid; grid-template-columns: 1fr; width: 100%; gap: 10px; margin-top: 22px; }
      #ngw-home .ngw-btn { width: 100%; min-height: 48px; padding-inline: 15px; font-size: 13.5px; line-height: 1.25; text-align: center; }
      #ngw-home .ngw-proof-row { display: grid; width: 100%; max-width: 355px; gap: 10px; justify-items: start; margin: 21px auto 0; }
      #ngw-home .ngw-hero-kicker { justify-content: center; gap: 7px; }
      #ngw-home .ngw-kicker-pill { font-size: 10px; }
      #ngw-home .ngw-hero-visual { min-height: 405px; margin-top: 4px; }
      #ngw-home .ngw-command-wrap { width: 100%; }
      #ngw-home .ngw-command-center { border-radius: 19px; }
      #ngw-home .ngw-command-body { padding: 10px; }
      #ngw-home .ngw-command-metrics { gap: 5px; }
      #ngw-home .ngw-command-metric { padding: 8px 6px; }
      #ngw-home .ngw-command-metric strong { font-size: 15px; }
      #ngw-home .ngw-command-grid { grid-template-columns: 1fr; }
      #ngw-home .ngw-activity-panel { display: none; }
      #ngw-home .ngw-main-chart { height: 118px; }
      #ngw-home .ngw-workflow-row { gap: 6px; }
      #ngw-home .ngw-flow-node { width: 28px; height: 28px; font-size: 9px; }
      #ngw-home .ngw-workflow-row::before { top: 14px; }
      #ngw-home .ngw-mini-wizard { width: 78px; right: -4px; bottom: -28px; }
      #ngw-home .ngw-command-badge { display: none; }
      #ngw-home .ngw-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
      #ngw-home .ngw-stat { min-height: 104px; padding: 15px 11px; }
      #ngw-home .ngw-stat-number { font-size: clamp(27px,8vw,32px); }
      #ngw-home .ngw-stat-label { font-size: 10px; line-height: 1.42; }
      #ngw-home .ngw-services-grid,
      #ngw-home .ngw-os-bento,
      #ngw-home .ngw-split-grid,
      #ngw-home .ngw-values { grid-template-columns: 1fr; }
      #ngw-home .ngw-os-main { grid-column: auto; }
      #ngw-home .ngw-service-card,
      #ngw-home .ngw-os-card,
      #ngw-home .ngw-split-card { min-height: auto; padding: 22px; border-radius: 20px; }
      #ngw-home .ngw-pipeline { grid-template-columns: repeat(2,minmax(0,1fr)); }
      #ngw-home .ngw-badges-stage { padding-inline: 10px; }
      #ngw-home .ngw-video-grid { grid-auto-columns: min(90%, 370px); margin-inline: -11px; padding-inline: 11px; }
      
      
      
      
      
      
      
      
      
      #ngw-home .ngw-cta { padding: 44px 18px; border-radius: 22px; }
      #ngw-home .ngw-cta h2 { font-size: clamp(30px,9vw,40px); }
      #ngw-home .ngw-footer { padding: 46px 0 28px; }
      #ngw-home .ngw-footer-grid { grid-template-columns: 1fr; gap: 30px; }
      #ngw-home .ngw-footer-grid > div,
      #ngw-home .ngw-footer-grid > div:first-child,
      #ngw-home .ngw-footer-grid > div:last-child { grid-column: 1; }
      #ngw-home .ngw-footer-logo { width: min(220px, 76vw); }
      #ngw-home .ngw-footer-meta { align-items: flex-start; text-align: left; }
      #ngw-home [id^="ngw-"] { scroll-margin-top: 84px; }
    }

    /* Very small phones. */
    @media (max-width: 390px) {
      #ngw-home .ngw-shell { width: calc(100% - 18px); }
      #ngw-home .ngw-brand { width: 145px; }
      #ngw-home .ngw-heading { font-size: clamp(32px,10.2vw,40px); }
      #ngw-home .ngw-heading-sm { font-size: clamp(27px,8.4vw,35px); }
      #ngw-home .ngw-hero-visual { min-height: 370px; }
      #ngw-home .ngw-command-live { display: none; }
      #ngw-home .ngw-command-brand { font-size: 8.5px; }
      #ngw-home .ngw-command-mark { width: 25px; height: 25px; }
      #ngw-home .ngw-command-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
      #ngw-home .ngw-command-metric:last-child { grid-column: 1 / -1; }
      
      #ngw-home .ngw-floating-cta { right: 9px; bottom: 9px; }
    }

    @supports not (overflow: clip) {
      #ngw-home,
      #ngw-home main,
      #ngw-home footer,
      #ngw-home section { overflow-x: hidden; }
    }

    /* =========================================================
       FINAL SIMPLE CTA SYSTEM — SOLID PRIMARY + GLASS SECONDARY
       ========================================================= */
    #ngw-home .ngw-btn {
      transform: translateZ(0);
      transition:
        transform .3s cubic-bezier(.2,.7,.2,1),
        background-color .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        color .3s ease;
    }

    #ngw-home .ngw-btn::before,
    #ngw-home .ngw-btn::after,
    #ngw-home .ngw-btn-primary::before,
    #ngw-home .ngw-btn-primary::after,
    #ngw-home .ngw-btn-secondary::before,
    #ngw-home .ngw-btn-secondary::after {
      display: none !important;
      content: none !important;
    }

    #ngw-home .ngw-btn-primary {
      color: #fff !important;
      border-color: rgba(255,255,255,.2) !important;
      background: linear-gradient(115deg, #5a16c7 0%, #a33aff 22%, #ed64ff 43%, #48d9ff 68%, #6b20db 86%, #5a16c7 100%) !important;
      background-size: 320% 320% !important;
      box-shadow:
        0 14px 34px rgba(124,58,237,.32),
        inset 0 1px 0 rgba(255,255,255,.24) !important;
      animation: ngw-primary-button-gradient 7s ease infinite !important;
    }

    #ngw-home .ngw-btn-primary:hover {
      transform: translateY(-3px);
      border-color: rgba(255,255,255,.42) !important;
      box-shadow:
        0 20px 44px rgba(124,58,237,.42),
        0 0 24px rgba(72,217,255,.12),
        inset 0 1px 0 rgba(255,255,255,.3) !important;
    }

    @keyframes ngw-primary-button-gradient {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    #ngw-home .ngw-btn-secondary {
      color: #fff !important;
      border-color: rgba(255,255,255,.2) !important;
      background: rgba(255,255,255,.075) !important;
      background-image: none !important;
      -webkit-backdrop-filter: blur(18px) saturate(135%);
      backdrop-filter: blur(18px) saturate(135%);
      box-shadow:
        0 12px 30px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.13) !important;
      animation: none !important;
    }

    #ngw-home .ngw-btn-secondary:hover {
      transform: translateY(-3px);
      border-color: rgba(255,255,255,.36) !important;
      background: rgba(255,255,255,.115) !important;
      box-shadow:
        0 18px 38px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.18) !important;
    }

    #ngw-home .ngw-floating-cta {
      background: rgba(17,13,38,.88) !important;
      background-image: none !important;
      border-color: rgba(255,255,255,.2) !important;
      -webkit-backdrop-filter: blur(18px) saturate(135%);
      backdrop-filter: blur(18px) saturate(135%);
      animation: none !important;
    }

    #ngw-home .ngw-floating-cta-icon {
      background: #7c3aed !important;
      background-image: none !important;
    }

    #ngw-home .ngw-floating-cta { display: none !important; }

    #ngw-home .ngw-section-cta {
      display: flex;
      align-items: center;
      margin-top: 34px;
    }

    #ngw-home .ngw-growth-os-heading > span {
      display: block;
    }

    #ngw-home .ngw-section-cta--center { justify-content: center; }
    #ngw-home .ngw-section-cta--left { justify-content: flex-start; }

    @media (max-width: 640px) {
      #ngw-home .ngw-section-cta { margin-top: 26px; }
      #ngw-home .ngw-section-cta--left { justify-content: flex-start; }
      #ngw-home .ngw-section-cta .ngw-btn { width: 100%; }
    }

    @media (prefers-reduced-motion: reduce) {
      #ngw-home .ngw-btn { transition: none !important; }
    }

  

/* ngw-home-smoothness-and-os-fill */

  html { scroll-behavior: smooth; }

  /* The original logo carousel and all existing page animations remain active. */
  #ngw-home .ngw-marquee-track {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  #ngw-home .ngw-command-wrap,
  #ngw-home .ngw-main-chart,
  #ngw-home .ngw-ai-ring,
  #ngw-home .ngw-mini-wizard,
  #ngw-home .ngw-btn-primary {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  /* Delay painting of off-screen content without deleting or disabling it. */
  #ngw-home main > section:not(.ngw-hero),
  #ngw-home .ngw-stats-wrap {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }

  #ngw-home .ngw-os-main {
    display: flex;
    flex-direction: column;
  }

  #ngw-home .ngw-os-insight {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding-top: 24px;
  }

  #ngw-home .ngw-os-insight-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 11px;
    color: #eee9f7;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .065em;
    text-transform: uppercase;
  }

  #ngw-home .ngw-os-insight-head > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  #ngw-home .ngw-os-insight-head i,
  #ngw-home .ngw-os-sync-row i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--ngw-green);
    box-shadow: 0 0 12px rgba(117,242,193,.6);
  }

  #ngw-home .ngw-os-insight-head small {
    color: #827a91;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .04em;
  }

  #ngw-home .ngw-os-insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  #ngw-home .ngw-os-insight-item {
    min-width: 0;
    padding: 13px 12px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(157,53,255,.075), rgba(72,217,255,.025));
  }

  #ngw-home .ngw-os-insight-item strong {
    display: block;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.035em;
  }

  #ngw-home .ngw-os-insight-item span {
    display: block;
    margin-top: 6px;
    color: #918a9f;
    font-size: 8px;
    line-height: 1.35;
  }

  #ngw-home .ngw-os-sync-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-top: 8px;
  }

  #ngw-home .ngw-os-sync-row span {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 31px;
    padding: 0 7px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 10px;
    color: #aaa3b6;
    background: rgba(255,255,255,.025);
    font-size: 7.5px;
    font-weight: 750;
    white-space: nowrap;
  }

  #ngw-home .ngw-os-sync-row i {
    width: 5px;
    height: 5px;
    flex-basis: 5px;
    box-shadow: 0 0 9px rgba(117,242,193,.5);
  }

  @media (max-width: 1100px) {
    #ngw-home .ngw-os-insight { margin-top: 22px; }
  }

  @media (max-width: 700px) {
    #ngw-home .ngw-os-insight { padding-top: 20px; }
    #ngw-home .ngw-os-insight-grid { gap: 6px; }
    #ngw-home .ngw-os-insight-item { padding: 11px 8px; }
    #ngw-home .ngw-os-insight-item strong { font-size: 17px; }
    #ngw-home .ngw-os-insight-item span { font-size: 7.2px; }
    #ngw-home .ngw-os-sync-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #ngw-home .ngw-os-sync-row span { font-size: 8px; }
  }

  @media (max-width: 390px) {
    #ngw-home .ngw-os-insight-head { align-items: flex-start; }
    #ngw-home .ngw-os-insight-head small { display: none; }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    #ngw-home main > section:not(.ngw-hero),
    #ngw-home .ngw-stats-wrap {
      content-visibility: visible;
      contain-intrinsic-size: none;
    }
  }


/* ngw-v1.4.2-home-hero-dashboard-fit */
@keyframes ngw-command-contained-float {
  0%, 100% { transform: translateY(4px); }
  50% { transform: translateY(-8px); }
}
@media (min-width: 1025px) {
  #ngw-home .ngw-hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr) !important;
    gap: clamp(26px, 3vw, 46px) !important;
    width: min(1160px, calc(100% - 48px));
  }
  #ngw-home .ngw-hero-copy,
  #ngw-home .ngw-hero-visual,
  #ngw-home .ngw-command-wrap,
  #ngw-home .ngw-command-center,
  #ngw-home .ngw-command-body,
  #ngw-home .ngw-command-metrics,
  #ngw-home .ngw-command-grid {
    min-width: 0;
    max-width: 100%;
  }
  #ngw-home .ngw-hero-visual {
    width: 100%;
    overflow: visible;
  }
  #ngw-home .ngw-command-wrap {
    width: 100% !important;
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
    animation: ngw-command-contained-float 7s ease-in-out infinite;
  }
  #ngw-home .ngw-command-center { width: 100%; }
  #ngw-home .ngw-command-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  #ngw-home .ngw-command-metric {
    min-width: 0;
    overflow: hidden;
  }
  #ngw-home .ngw-command-metric small,
  #ngw-home .ngw-command-metric strong,
  #ngw-home .ngw-command-metric span {
    overflow-wrap: anywhere;
  }
  #ngw-home .ngw-mini-wizard { right: 0; }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  #ngw-home .ngw-hero-grid {
    width: min(1040px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
    gap: 26px !important;
  }
  #ngw-home .ngw-hero-copy .ngw-heading {
    font-size: clamp(48px, 5.65vw, 60px);
    line-height: 1.04;
  }
  #ngw-home .ngw-command-wrap { max-width: 500px; }
  #ngw-home .ngw-command-body { padding: 14px; }
  #ngw-home .ngw-command-metric { padding: 10px 9px; }
  #ngw-home .ngw-command-metric strong { font-size: 17px; }
  #ngw-home .ngw-command-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); }
  #ngw-home .ngw-command-badge { left: -8px; }
}
