/* Nalashaa homepage, scoped under .nhp so global Styles/main cannot leak */
.nhp {
  --nhp-blue: #3b82f6;
  --nhp-blue-2: #60a5fa;
  --nhp-ink: #0b1220;
  --nhp-mute: #5b6578;
  --nhp-line: rgba(15, 23, 42, .08);
  --nhp-max: 1180px;
  --nhp-ease: cubic-bezier(.22, 1, .36, 1);
  color: var(--nhp-ink);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.nhp *, .nhp *::before, .nhp *::after { box-sizing: border-box; }
.nhp img { max-width: 100%; height: auto; display: block; }
.nhp a { text-decoration: none; }
.nhp h1, .nhp h2, .nhp h3, .nhp h4 {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif !important;
  letter-spacing: -.03em;
  margin: 0;
  color: inherit;
  line-height: 1.12 !important;
  font-weight: 700 !important;
}
.nhp p { margin: 0; line-height: 1.65 !important; font-size: 1.05rem !important; font-weight: 400 !important; }
.nhp ul { margin: 0; padding: 0; list-style: none; }
.nhp .nhp-wrap { width: min(var(--nhp-max), calc(100% - 40px)); margin-inline: auto; }
.nhp-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem !important; font-weight: 600 !important; letter-spacing: .16em;
  text-transform: uppercase; color: var(--nhp-blue); margin-bottom: 14px !important;
}

.nhp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 600 !important; font-size: .95rem !important;
  border-radius: 999px; padding: 15px 26px; line-height: 1;
  transition: transform .35s var(--nhp-ease), background .25s, color .25s, box-shadow .35s;
  border: 1px solid transparent; cursor: pointer;
}
.nhp-btn svg { width: 16px; height: 16px; }
.nhp-btn--primary {
  background: #fff; color: #0b1220 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.nhp-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.35); color: #0b1220 !important; }
.nhp-btn--ghost {
  background: transparent; color: #fff !important; border-color: rgba(255,255,255,.28);
}
.nhp-btn--ghost:hover { background: rgba(255,255,255,.08); color: #fff !important; transform: translateY(-2px); }
.nhp-btn--solid {
  background: #0b1220; color: #fff !important;
}
.nhp-btn--solid:hover { background: #1e3a8a; color: #fff !important; transform: translateY(-2px); }
.nhp-btn--line {
  background: #fff; color: #0b1220 !important; border-color: #e5e7eb;
}
.nhp-btn--line:hover { border-color: #0b1220; color: #0b1220 !important; }

/* ========== HERO ========== */
.nhp-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  background: #050814;
  color: #fff;
  overflow: hidden;
  padding: 140px 0 0;
  --mx: 50%;
  --my: 40%;
}
.nhp-hero__fx { position: absolute; inset: 0; pointer-events: none; }
.nhp-hero__aurora {
  position: absolute; inset: -20%;
  background:
    radial-gradient(42% 48% at 18% 22%, rgba(37, 99, 235, .55), transparent 58%),
    radial-gradient(38% 42% at 82% 8%, rgba(56, 189, 248, .32), transparent 60%),
    radial-gradient(50% 50% at 70% 78%, rgba(99, 102, 241, .28), transparent 62%),
    radial-gradient(30% 30% at 40% 90%, rgba(14, 165, 233, .18), transparent 70%);
  filter: blur(8px);
  animation: nhp-aurora 18s var(--nhp-ease) infinite alternate;
  will-change: transform;
}
.nhp-hero__grid {
  position: absolute; inset: 0;
  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: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}
.nhp-hero__grid-hot {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(#ff8a1a 1px, transparent 1px),
    linear-gradient(90deg, #ff8a1a 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(170px 170px at var(--mx, 50%) var(--my, 40%), #000 0%, rgba(0,0,0,.5) 42%, transparent 72%);
  mask-image: radial-gradient(170px 170px at var(--mx, 50%) var(--my, 40%), #000 0%, rgba(0,0,0,.5) 42%, transparent 72%);
  opacity: 0;
  transition: opacity .18s ease;
  pointer-events: none;
  will-change: mask-image, -webkit-mask-image, opacity;
}
.nhp-hero.is-hot .nhp-hero__grid-hot { opacity: 1; }
.nhp-hero__orb {
  position: absolute; width: 420px; height: 420px; border-radius: 50%;
  left: 0; top: 0;
  background: radial-gradient(circle, rgba(96,165,250,.35), transparent 68%);
  transform: translate3d(40vw, 20vh, 0);
  filter: blur(10px);
  will-change: transform;
  pointer-events: none;
}
.nhp-hero__inner {
  position: relative; z-index: 2;
  width: min(var(--nhp-max), calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 56px;
}
.nhp-hero h1 {
  font-size: clamp(2.7rem, 7.2vw, 6.1rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.055em;
  max-width: 14ch;
  color: #fff !important;
}
.nhp-swap {
  display: inline-grid;
  color: #7dd3fc;
  min-width: 8.2ch;
  vertical-align: bottom;
}
.nhp-swap span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(28%);
  animation: nhp-word 9s var(--nhp-ease) infinite;
}
.nhp-swap span:nth-child(2) { animation-delay: 3s; }
.nhp-swap span:nth-child(3) { animation-delay: 6s; }
.nhp-hero__lead {
  margin-top: 22px !important;
  max-width: 38rem;
  color: rgba(226, 232, 240, .82) !important;
  font-size: 1.15rem !important;
  line-height: 1.65 !important;
}
.nhp-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.nhp-hero__meta {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  margin-top: 25px !important;
  color: rgba(226,232,240,.62);
  font-size: .82rem !important;
  font-weight: 600 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nhp-hero__meta li { display: flex; align-items: center; gap: 8px; }
.nhp-hero__meta li::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: #7dd3fc;
}
.nhp-marquee {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  padding: 18px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.nhp-marquee__track {
  display: flex; gap: 40px; width: max-content;
  animation: nhp-marquee 32s linear infinite;
  color: rgba(255,255,255,.55);
  font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  white-space: nowrap;
}
.nhp-marquee__track span { display: inline-flex; align-items: center; gap: 40px; }
.nhp-marquee__track span::after {
  content: ""; width: 5px; height: 5px; border-radius: 50%; background: #60a5fa;
}

@keyframes nhp-aurora {
  from { transform: translate3d(-3%, -2%, 0) scale(1); }
  to { transform: translate3d(3%, 4%, 0) scale(1.08); }
}
@keyframes nhp-word {
  0%, 5% { opacity: 0; transform: translateY(32%); }
  10%, 28% { opacity: 1; transform: none; }
  36%, 100% { opacity: 0; transform: translateY(-24%); }
}
@keyframes nhp-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ========== SECTIONS ========== */
.nhp-sec {
  padding: clamp(72px, 8vw, 112px) 0;
}
.nhp-cta-band {
  position: relative;
  overflow: hidden;
  margin: 0 auto; width: min(var(--nhp-max), calc(100% - 40px));
  background: #0b1220; color: #fff; border-radius: 24px;
  min-height: 320px;
  padding: 96px 64px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.nhp-cta-band h2, .nhp-cta-band .nhp-btn { position: relative; z-index: 1; }
.nhp-cta-band h2 { color: #fff !important; max-width: none; font-size: clamp(1.7rem, 3.2vw, 2.4rem) !important; }
.nhp-cta-band h2 span { display: block; font-weight: 500 !important; font-size: .55em; color: rgba(226,232,240,.7); letter-spacing: 0; margin-top: 8px; }
.nhp-cta-band__geo { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.nhp-cta-band__geo span { position: absolute; }
.nhp-cta-band__geo span:nth-child(1) {
  width: 160%; height: 1px; top: 22%; left: -28%;
  background: linear-gradient(90deg, transparent, rgba(96,165,250,.4), transparent);
  transform: rotate(-16deg);
}
.nhp-cta-band__geo span:nth-child(2) {
  width: 150%; height: 1px; top: 48%; left: -18%;
  background: linear-gradient(90deg, transparent, rgba(255,138,26,.32), transparent);
  transform: rotate(11deg);
}
.nhp-cta-band__geo span:nth-child(3) {
  width: 140%; height: 1px; top: 74%; left: -22%;
  background: linear-gradient(90deg, transparent, rgba(125,211,252,.22), transparent);
  transform: rotate(-8deg);
}
.nhp-cta-band__geo span:nth-child(4) {
  width: 260px; height: 260px; border-radius: 28px;
  right: 6%; top: -90px;
  border: 1px solid rgba(96,165,250,.22);
  transform: rotate(-18deg);
}
.nhp-cta-band__geo span:nth-child(5) {
  width: 160px; height: 160px; border-radius: 50%;
  right: 24%; bottom: -70px;
  border: 1px solid rgba(255,138,26,.24);
}
.nhp-cta-band__geo span:nth-child(6) {
  width: 90px; height: 90px;
  left: 8%; bottom: 18%;
  border: 1px solid rgba(125,211,252,.16);
  transform: rotate(24deg);
}
.nhp-cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    repeating-linear-gradient(-32deg, transparent 0 46px, rgba(125,211,252,.07) 46px 47px);
  background-size: 56px 56px, 56px 56px, auto;
  mask-image: radial-gradient(ellipse 85% 100% at 82% 50%, #000 8%, transparent 78%);
  pointer-events: none;
}

.nhp-sec--stats { padding: clamp(56px, 6vw, 88px) 0; }
.nhp-sec--dark { background: #0b1220; color: #fff; }
.nhp-sec--soft { background: #f5f7fb; }
.nhp-sec h2 {
  font-size: clamp(1.85rem, 3.6vw, 3rem) !important;
  max-width: 22ch;
}
.nhp-sec h2 em { font-style: normal; color: var(--nhp-blue); }
.nhp-lead { color: var(--nhp-mute); max-width: 46ch; margin-top: 14px !important; }
.nhp-sec--dark .nhp-lead { color: rgba(226,232,240,.7); }
.nhp-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }

/* logos */
.nhp-logos { padding: clamp(40px, 5vw, 56px) 0; background: #fff; border-bottom: 1px solid var(--nhp-line); }
.nhp-logos__row {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  flex-wrap: wrap;
}
.nhp-logos img {
  height: 30px; width: auto; object-fit: contain;
  filter: grayscale(1) opacity(.7);
  transition: filter .3s ease;
}
.nhp-logos img[alt="LeadSquared"] { height: 62px; }
.nhp-logos img:hover { filter: none; }
.nhp-logos span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #94a3b8; }

/* stats */
.nhp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; overflow: hidden; }
.nhp-stat { background: #0b1220; padding: 32px 24px; }
.nhp-stat b {
  display: block; font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.04em; color: #fff;
  font-variant-numeric: tabular-nums;
}
.nhp-stat span { display: block; margin-top: 8px; color: rgba(226,232,240,.62); font-size: .92rem; }

/* services */
.nhp-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.nhp-svc {
  display: flex; flex-direction: column; min-height: 240px;
  padding: 26px 24px 22px; border-radius: 18px;
  background: #fff; border: 1px solid var(--nhp-line);
  color: inherit !important;
  transition: transform .35s var(--nhp-ease), box-shadow .35s, border-color .25s;
}
.nhp-svc:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15, 23, 42, .1); border-color: transparent; color: inherit !important; }
.nhp-svc__n { font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: var(--nhp-blue); margin-bottom: 28px; }
.nhp-svc h3 { font-size: 1.2rem !important; margin-bottom: 10px !important; }
.nhp-svc p { color: var(--nhp-mute); font-size: .95rem !important; flex: 1; }
.nhp-svc em { margin-top: 18px; font-style: normal; font-weight: 600; font-size: .88rem; color: #0b1220; display: inline-flex; align-items: center; gap: 6px; }
.nhp-svc:hover em { gap: 10px; }

/* industries */
.nhp-inds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.nhp-ind {
  padding: 0; overflow: hidden; border-radius: 14px; background: #fff;
  border: 1px solid var(--nhp-line); color: inherit !important;
  display: flex; flex-direction: column;
  transition: background .25s, color .25s, transform .3s, box-shadow .3s;
}
.nhp-ind:hover { background: #0b1220; color: #fff !important; transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15,23,42,.12); }
.nhp-ind__media { position: relative; height: 168px; overflow: hidden; flex: none; }
.nhp-ind__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11,18,32,.28) 100%);
  pointer-events: none;
}
.nhp-ind__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block;
  transition: transform .5s var(--nhp-ease);
}
.nhp-ind:first-child .nhp-ind__media img { object-position: center 18%; }
.nhp-ind:hover .nhp-ind__media img { transform: scale(1.07); }
.nhp-ind__body { padding: 16px 18px 18px; }
.nhp-ind h3 { font-size: 1.05rem !important; margin-bottom: 6px !important; }
.nhp-ind p { font-size: .88rem !important; color: var(--nhp-mute); }
.nhp-ind:hover p { color: rgba(226,232,240,.7); }

/* AI band */
.nhp-ai { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.nhp-ai__card {
  border-radius: 22px; padding: 36px 32px; min-height: 280px;
  display: flex; flex-direction: column; color: #fff !important;
  position: relative; overflow: hidden;
}
.nhp-ai__card::after {
  content: ""; position: absolute; right: -40px; bottom: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(255,255,255,.08); pointer-events: none;
}
.nhp-ai__card--a { background: linear-gradient(145deg, #1d4ed8 0%, #0b1220 78%); }
.nhp-ai__card--b { background: linear-gradient(145deg, #0e7490 0%, #0b1220 78%); }
.nhp-ai__card h3 { font-size: 1.55rem !important; margin: 12px 0 10px !important; color: #fff !important; }
.nhp-ai__card p { color: rgba(255,255,255,.78) !important; flex: 1; }
.nhp-ai__card .nhp-btn { margin-top: 22px; align-self: flex-start; }

/* why */
.nhp-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nhp-why article {
  padding: 28px 24px; border-radius: 18px; background: #fff;
  border: 1px solid var(--nhp-line);
}
.nhp-why h3 { font-size: 1.15rem !important; margin: 14px 0 8px !important; }
.nhp-why p { color: var(--nhp-mute); font-size: .95rem !important; }
.nhp-why i {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
  background: #eff6ff; color: #1d4ed8; font-style: normal; font-weight: 800; font-size: .85rem;
}

/* work */
.nhp-work { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; }
.nhp-work__side { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nhp-case {
  position: relative; display: block; overflow: hidden; border-radius: 18px;
  min-height: 240px; color: #fff !important;
}
.nhp-case--lg { min-height: 100%; }
.nhp-case img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform .7s var(--nhp-ease); }
.nhp-case::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(5,8,20,.88) 100%);
}
.nhp-case:hover img { transform: scale(1.1); }
.nhp-case__body { position: relative; z-index: 1; padding: 22px; height: 100%; display: flex; flex-direction: column; justify-content: end; }
.nhp-case small { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7dd3fc; }
.nhp-case h3 { font-size: 1.15rem !important; color: #fff !important; margin-top: 8px !important; }

/* testimonials */
.nhp-sec--tix { overflow: hidden; }
.nhp-sec--tix .nhp-head { margin-bottom: 32px; }
.nhp-tix {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.nhp-tix__track {
  display: flex; gap: 16px; width: max-content;
  animation: nhp-tix 50s linear infinite;
  padding: 4px 20px 8px;
}
.nhp-tix:hover .nhp-tix__track { animation-play-state: paused; }
.nhp-tix .nhp-quote {
  flex: 0 0 min(400px, 82vw);
  min-height: 248px;
}
@keyframes nhp-tix {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.nhp-quote {
  position: relative;
  padding: 32px 28px 26px; border-radius: 18px; background: #fff;
  border: 1px solid var(--nhp-line); display: flex; flex-direction: column;
}
.nhp-quote::before {
  content: "“";
  position: absolute; top: 10px; right: 22px;
  font-size: 3.2rem; line-height: 1; color: #dbeafe; font-family: Georgia, serif;
  pointer-events: none;
}
.nhp-quote p { font-size: 1.02rem !important; flex: 1; }
.nhp-quote footer { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.nhp-quote img { height: 28px; width: auto; object-fit: contain; }
.nhp-quote strong { font-size: .85rem; }

/* partners */
.nhp-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.nhp-pill {
  padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1); font-weight: 600; font-size: .92rem;
}

/* form */
.nhp-form {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start;
  background: #0b1220; color: #fff; border-radius: 28px; padding: 48px 40px;
  overflow: hidden;
}
.nhp-form h2 { color: #fff !important; max-width: 18ch; }
.nhp-form .nhp-lead { color: rgba(226,232,240,.72); margin: 14px 0 22px !important; }
.nhp-form ul { display: grid; gap: 10px; }
.nhp-form li { display: flex; gap: 10px; color: rgba(226,232,240,.82); font-size: .95rem; }
.nhp-form li::before { content: "✓"; color: #7dd3fc; font-weight: 700; }
.nhp-form .contact__form, .nhp-form .lsq-form-wrapper { background: #fff !important; border-radius: 16px; }

/* faq */
.nhp-faq-switch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}
.nhp-faq-tab {
  display: flex; align-items: flex-start; gap: 12px;
  text-align: left;
  border: 1px solid var(--nhp-line);
  background: #fff;
  color: #0b1220;
  border-radius: 16px;
  padding: 18px 18px 16px;
  font-family: inherit;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.nhp-faq-tab__n {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  color: var(--nhp-blue); margin-top: 3px;
}
.nhp-faq-tab__copy { display: grid; gap: 4px; }
.nhp-faq-tab strong { font-size: 1.02rem; font-weight: 700; }
.nhp-faq-tab em { font-style: normal; font-size: .82rem; color: var(--nhp-mute); font-weight: 500; }
.nhp-faq-tab.is-on { background: #0b1220; color: #fff; border-color: #0b1220; }
.nhp-faq-tab.is-on .nhp-faq-tab__n { color: #7dd3fc; }
.nhp-faq-tab.is-on em { color: rgba(226,232,240,.65); }
.nhp-faq-tab:focus, .nhp-faq-tab:focus-visible { outline: none !important; box-shadow: none !important; }
.nhp-faq-panel { display: none; gap: 8px; max-width: 920px; }
.nhp-faq-panel.is-on { display: grid; }
.nhp-acc { border: 1px solid var(--nhp-line); border-radius: 14px; background: #fff; overflow: hidden; }
.nhp-acc button {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 18px 20px; font-family: inherit; font-weight: 600; font-size: 1.02rem;
  display: flex; justify-content: space-between; gap: 16px; color: #0b1220;
  outline: none !important;
  box-shadow: none !important;
}
.nhp-acc button:focus,
.nhp-acc button:focus-visible,
.nhp-acc button:active,
.nhp-faq *:focus,
.nhp-faq *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit;
}
.nhp-acc button span { font-size: 1.4rem; line-height: 1; color: var(--nhp-blue); }
.nhp-acc__a { display: none; padding: 0 20px 18px; color: var(--nhp-mute); font-size: .98rem; line-height: 1.65; }
.nhp-acc.is-open .nhp-acc__a { display: block; }

.nhp-reveal { opacity: 0; transform: translateY(18px); animation: nhp-in .8s var(--nhp-ease) forwards; }
.nhp-hero h1, .nhp-hero__lead, .nhp-hero__cta, .nhp-hero__meta { animation: nhp-in .9s var(--nhp-ease) both; }
.nhp-hero__lead { animation-delay: .12s; }
.nhp-hero__cta { animation-delay: .2s; }
.nhp-hero__meta { animation-delay: .28s; }

@keyframes nhp-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
  .nhp-services, .nhp-inds, .nhp-stats, .nhp-why { grid-template-columns: repeat(2, 1fr); }
  .nhp-ai, .nhp-work, .nhp-form { grid-template-columns: 1fr; }
  .nhp-case--lg { min-height: 320px; }
}
@media (max-width: 900px) {
  .nhp-faq-switch { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nhp-hero { padding-top: 110px; min-height: auto; }
  .nhp-hero h1 { max-width: none; }
  .nhp-swap { min-width: 0; }
  .nhp-services, .nhp-inds, .nhp-stats, .nhp-why, .nhp-work__side { grid-template-columns: 1fr; }
  .nhp-hero__cta .nhp-btn { width: 100%; }
  .nhp-form { padding: 28px 20px; }
  .nhp-stat { padding: 24px 18px; }
  .nhp-hero__orb { display: none; }
  .nhp-hero__meta { margin-top: 25px !important; }
  .nhp-cta-band { padding: 72px 24px; min-height: 260px; }
  .nhp-sec { padding: 56px 0; }
  .nhp-ind__media { height: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  .nhp-hero__aurora, .nhp-marquee__track, .nhp-swap span, .nhp-hero h1, .nhp-hero__lead, .nhp-hero__cta, .nhp-hero__meta, .nhp-reveal, .nhp-tix__track {
    animation: none !important;
  }
  .nhp-swap span { opacity: 0; }
  .nhp-swap span:first-child { opacity: 1; transform: none; }
  .nhp-svc:hover, .nhp-case:hover img { transform: none; }
}

/* Landing chrome from main.css — homepage.css is the only extra sheet on / so these
   restore header/footer without editing the shared layout. */
.gap-10 { gap: 10px; }
.header .navbar-nav { margin: auto !important; }
.header p {
  color: #0062FF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-end ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}
.header-right .search { width: 45px !important; text-align: center; }
.navbar-collapse { justify-content: stretch; }
.nav-end .search {
  text-decoration: none;
  border: 1px solid #0062FF;
  padding: 12px 0;
  border-radius: 3px;
}
.bluebtn a {
  background: #004FCC;
  padding: 14px 15px;
  color: #FFC;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #004FCC;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  min-width: 182px;
  transition: 0.3s ease-in-out;
}
.bluebtn a:hover { background: #0062FF; color: #FFC; text-decoration: none; }
.header.header-sticky.sticky ul.navbar-nav > li > a {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.page-footer {
  background: #000828;
  position: relative;
  overflow: hidden;
}
.page-footer .logo { width: 200px !important; }
.page-footer p, .page-footer li a {
  color: #8E939D;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400 !important;
}
.page-footer a { color: #8E939D; text-decoration: none; }
.page-footer a:hover { color: #a0a5af; text-decoration: none; }
.page-footer h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #0062FF;
  display: inline;
  padding-bottom: 6px;
}
.page-footer:after {
  content: '';
  position: absolute;
  background-image: url(../images/home-page/footer-logo.png);
  width: 1053px;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.16;
  background-repeat: no-repeat;
}
.page-footer .position-3 { position: relative; z-index: 3; }
.social-icons { margin: 0; padding: 0; }
.social-icons .fa-twitter { background: none; }
.social-icons li { display: inline-block; margin-right: 5px; }
.social-icons li a, .social-icons li a:hover {
  color: #fff;
  background: #0062FF;
  border-radius: 50px;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons li a:hover { background: #2a77f3; }
.contact-icons i {
  color: #fff;
  background: #0062FF;
  border-radius: 2px;
  padding: 10px;
  width: 32px;
}
.contact-icons span {
  color: #A1A6B0;
  display: block;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
}
.main-list { margin: 0; padding: 0; }
.main-list li { list-style: none; line-height: 1.8em; }
.main-list li a { color: #8E939D !important; }
.main-list li a:hover { color: #a0a5af !important; text-decoration: none; }
.main-list li a i { padding-right: 0; width: auto !important; margin-right: 3px; }
.page-footer .fa { min-height: inherit !important; }
@media only screen and (max-width: 992px) {
  .header.pl-5 { padding-left: 0 !important; padding-right: 0 !important; }
}
