@keyframes spinline {
  from { transform: translate(-50%, -50%) rotate(0turn); }
  to   { transform: translate(-50%, -50%) rotate(1turn); }
}
.nh-hero-logo {
  display: block;
  flex: none;
  height: calc(1.3rem * var(--logo-scale, 1));
  width: auto;
}
@media (max-width: 560px) {
  .nh-hero-logo { height: calc(1.1rem * var(--logo-scale, 1)); }
}

.landing-hero.nh-hero {
  display: block;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
  background:
    radial-gradient(76% 66% at 73% -12%, rgba(99, 234, 113, 0.28) 0%, rgba(99, 234, 113, 0) 55%),
    radial-gradient(58% 52% at 4% -4%, rgba(61, 204, 78, 0.16) 0%, rgba(61, 204, 78, 0) 55%),
    linear-gradient(180deg, #ffffff 0%, #eef7f1 60%, #e6f1ea 100%);
}

.nh-hero-accent { position: absolute; inset: 0; --accent: #1e7a34; --beam-mul: 1; --grid-disp: block; }
.nh-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(70% 55% at 70% 0%, rgba(99, 234, 113, 0.16) 0%, rgba(99, 234, 113, 0) 60%),
    radial-gradient(90% 90% at 102% 58%, rgba(120, 220, 150, 0.2) 0%, rgba(120, 220, 150, 0) 55%),
    transparent;
}
.nh-hero-grid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  display: var(--grid-disp, block);
  background-image:
    linear-gradient(rgba(26, 66, 44, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 66, 44, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(520px) rotateX(64deg);
  transform-origin: bottom center;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 62%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 62%);
  pointer-events: none;
}
.nh-hero-beam {
  position: absolute;
  top: -30px;
  left: 53%;
  width: 340px;
  height: 400px;
  transform: translateX(-50%);
  background: radial-gradient(50% 58% at 50% 0%, rgba(116, 236, 142, calc(0.3 * var(--beam-mul, 1))) 0%, rgba(60, 200, 90, 0) 70%);
  filter: blur(22px);
  pointer-events: none;
}
.nh-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  padding: 1.6rem var(--lp-gutter) 3.4rem;
}
.nh-hero-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nh-hero-brand { display: flex; align-items: center; gap: 0.75rem; }
.nh-hero-brand-logo { height: 1.9rem; width: auto; display: block; }
.nh-hero-brand-name { font-weight: 600; font-size: clamp(1.35rem, 1.5vw, 1.7rem); color: #0b1220; letter-spacing: -0.01em; }
.nh-hero-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  margin-right: 1rem;
  padding: 0.44rem 0.5rem;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 0.8rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.nh-hero-nav-link { position: relative; padding: 0.56rem 1.06rem; border-radius: 0.5rem; font-size: 0.94rem; color: #5c6675; white-space: nowrap; }
.nh-hero-nav-link--active { color: #1e7a34; font-weight: 600; }
.nh-hero-nav-underline { position: absolute; left: 16px; right: 16px; bottom: -8px; height: 2px; background: #27b079; border-radius: 2px; }
.nh-hero-cta-pill {
  position: relative;
  display: inline-flex;
  padding: 2px;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(99, 234, 113, 0.55);
}
.nh-hero-cta-pill--header { flex: none; }
.nh-hero-cta-pill--main { border-radius: 14px; }
.nh-hero-cta-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg, rgba(255, 255, 255, 0) 0deg, rgba(255, 255, 255, 0) 300deg, rgba(255, 255, 255, 0.85) 336deg, #ffffff 350deg, rgba(255, 255, 255, 0.85) 360deg);
  animation: spinline 2.8s linear infinite;
  pointer-events: none;
}
.nh-hero-cta-pill--main .nh-hero-cta-spin { width: 200%; }
.nh-hero-cta {
  position: relative;
  z-index: 1;
  padding: 0.7rem 1.4rem;
  border-radius: 0.7rem;
  font-size: 0.94rem;
  font-weight: 700;
  color: #0a2e12;
  white-space: nowrap;
  background: linear-gradient(135deg, #63ea71, #4fd85f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 6px 18px rgba(99, 234, 113, 0.35);
}
.nh-hero-cta--main {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.7rem;
  border-radius: 0.75rem;
  font-size: 1.15rem;
  color: var(--color-brand-green-ink-2, #0a2e12);
  background: linear-gradient(135deg, var(--primary-color, #63ea71), var(--primary-color-hover, #4fd85f));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 10px 30px rgba(99, 234, 113, 0.4), 0 0 44px rgba(99, 234, 113, 0.3);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.nh-hero-cta-arrow { font-size: 1.2rem; }
.nh-hero-main { flex: 1; display: flex; align-items: center; position: relative; z-index: 2; }
.nh-hero-copy { max-width: 40rem; transform: translateY(10px); }
.nh-hero-title { font-family: "Outfit", "DM Sans", sans-serif; font-weight: 700; font-size: clamp(3.9rem, 4.4vw, 5.6rem); line-height: 1.04; letter-spacing: -0.035em; color: #0b1220; margin: 0 0 1.5rem; }
.nh-hero-title-accent {
  background: linear-gradient(100deg, #63ea71, #3dcc4e, #27b079);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.nh-hero-sub { font-size: clamp(1.15rem, 1.35vw, 1.55rem); line-height: 1.55; color: #5c6675; margin: 0 0 2.25rem; max-width: clamp(28rem, 34vw, 37.5rem); }
.nh-hero-sub-strong { display: block; margin-top: 0.5rem; font-weight: 700; color: #0b1220; }
.nh-hero-sub-pct { color: #1e7a34; }
.nh-hero-media { position: absolute; right: 0; top: 5.6rem; left: 33.75rem; z-index: 1; pointer-events: none; }

.nh-hero-anim {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 17rem);
  overflow: hidden;
  contain: layout paint style;
  background: url("/assets/hero-poster.png") center top / contain no-repeat;
}
.nh-hero-anim-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.nh-hero-anim.is-live .nh-hero-anim-video {
  opacity: 1;
}
.nh-hero-foot {
  margin-top: 0.7rem;
  padding: 0.7rem clamp(1rem, 3vw, 2.25rem) 0.95rem;
  border-radius: clamp(1rem, 1.8vw, 1.4rem);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.nh-hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7rem, 1.6vw, 1.15rem);
  font-size: clamp(0.9rem, 1.05vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4b5563;
  margin-bottom: 1.15rem;
}
.nh-hero-eyebrow::before,
.nh-hero-eyebrow::after {
  content: "";
  height: 1px;
  width: clamp(1.25rem, 6vw, 3.5rem);
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.16));
}
.nh-hero-eyebrow::after {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.16), transparent);
}
.nh-hero-eyebrow-label { display: inline-flex; align-items: center; gap: 0.55rem; white-space: nowrap; }
.nh-hero-eyebrow-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.18);
  animation: nh-hire-pulse 2.2s ease-out infinite;
}
@keyframes nh-hire-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
  70% { box-shadow: 0 0 0 0.5rem rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .nh-hero-eyebrow-dot { animation: none; box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.18); }
}
.nh-hero-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 1.6rem;
}

#landing-page[data-page] > .landing-body > .nh-sec,
#landing-page[data-page] > .landing-body > .nh-deck {
  display: none !important;
}

.nh-sec {
  width: 100%;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  --nh-pad: clamp(3.25rem, 5.5vw, 4.75rem);
  padding-top: var(--nh-pad);
  padding-bottom: var(--nh-pad);
}
.nh-sec--white { background: #ffffff; }
.nh-sec--dash {
  padding-left: var(--lp-gutter);
  padding-right: var(--lp-gutter);
  background:
    radial-gradient(90% 60% at 50% -12%, rgba(99, 234, 113, 0.1), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f9f9f9 55%, #f3f4f6 100%);
}
.nh-sec-head { padding: 0 var(--lp-gutter); }
.nh-dash-wrap { width: 100%; display: flex; flex-direction: column; gap: 1.25rem; }
.nh-dc-txt--center { text-align: center; }

.nh-embed { color-scheme: light; display: block; width: 100%; border: 0; }
.nh-embed-hiring { height: 560px; background: #ffffff; }
.nh-embed-map { height: 640px; background: transparent; }

.nh-features { position: relative; padding-top: clamp(1rem, 2.5vw, 1.75rem); }
.nh-features::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: clamp(3.5rem, 9vw, 7rem);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 72%);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.nh-features.is-rail-end::after { opacity: 0; }
.nh-features-next {
  position: absolute;
  top: 50%;
  right: clamp(0.875rem, 2.1vw, 1.625rem);
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #63ea71, #4fd85f);
  color: #0a2e12;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 10px 30px rgba(99, 234, 113, 0.5), 0 0 44px rgba(99, 234, 113, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease;
}
.nh-features-next:hover {
  transform: translateY(-50%) translateX(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 14px 36px rgba(99, 234, 113, 0.6), 0 0 52px rgba(99, 234, 113, 0.45);
}
.nh-features-next:active { transform: translateY(-50%) translateX(2px); }
.nh-features-next svg { display: block; width: 30px; height: 30px; }
.nh-features.is-rail-end .nh-features-next { opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  .nh-features-next { transition: opacity 0.3s ease; }
}
.nh-features-rail {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 1rem var(--lp-gutter) 1.6rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nh-features-rail::-webkit-scrollbar { display: none; width: 0; height: 0; }
.nh-features-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.nh-features-rail.is-dragging img { pointer-events: none; }
.nh-feature-card {
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 1.75rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
  flex: 0 0 min(26.25rem, 78vw);
  display: flex;
  flex-direction: column;
  transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.34s, border-color 0.34s;
}
.nh-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(61, 204, 78, 0.45);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(61, 204, 78, 0.14);
}
.nh-feature-pane { padding: 1.9rem 1.9rem 1rem; }
.nh-feature-pane h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  color: #0b1220;
}
.nh-feature-pane p {
  margin: 0.55rem 0 0;
  font-size: clamp(0.94rem, 1.05vw, 1.15rem);
  line-height: 1.5;
  color: #6b7280;
  max-width: 26ch;
}
.nh-feature-ph {
  position: relative;
  margin: 0.25rem 1.4rem 1.4rem;
  border-radius: 1rem;
  overflow: hidden;
  background: radial-gradient(125% 90% at 50% -8%, #f1fbf5 0%, #eaeeec 100%);
  aspect-ratio: 1 / 1;
}
.nh-feature-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.nh-feature-img.on { opacity: 1; }
@media (max-width: 900px) {
  .nh-feature-card { flex: 0 0 84vw; }
  .nh-feature-pane { padding: 24px 24px 12px; }
  .nh-feature-ph { margin: 4px 18px 18px; }
}

.nh-card {
  margin: 0 var(--lp-gutter);
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(1100px 640px at 82% 66%, #e9f7ec 0%, rgba(233, 247, 236, 0) 52%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}
.nh-card-head { padding: clamp(2.25rem, 4vw, 3.25rem) var(--lp-gutter) 0; }
.nh-card-head .lp-section-header { margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem); }

.nh-deck {
  position: relative;
  overflow: visible;
}
.nh-deck-stack { padding-bottom: 0; gap: 0; }
.nh-deck-item { top: 0; transform: none; font-family: "Outfit", system-ui, -apple-system, sans-serif; }
.nh-deck-stack > .nh-deck-item:nth-child(1) { z-index: 1; }
.nh-deck-stack > .nh-deck-item:nth-child(2) { z-index: 2; }
.nh-deck-card {
  position: relative;
  margin: 0;
  border-radius: clamp(22px, 2.6vw, 34px) clamp(22px, 2.6vw, 34px) 0 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 -14px 38px -16px rgba(15, 23, 42, 0.22);
}
.nh-deck-card--map {
  background:
    radial-gradient(1100px 640px at 82% 66%, #e9f7ec 0%, rgba(233, 247, 236, 0) 52%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}
.nh-deck-card-head { padding: clamp(2.25rem, 4vw, 3.25rem) var(--lp-gutter) 0; }
.nh-deck-card-head .lp-section-header { margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem); }
.nh-deck-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  border-radius: inherit;
  background: #0b1220;
  opacity: calc(var(--lp-cover, 0) * 0.3);
}
.nh-deck .nh-embed { display: block; width: 100%; border: 0; }
@media (max-width: 900px) {
  .nh-deck-stack { padding-bottom: 0; gap: 0; }
  .nh-deck-card::after { display: none; }
}

.nh-dash { display: flex; flex-direction: column; gap: 1.25rem; width: 100%; }
.nh-dash-r1, .nh-dash-r2, .nh-dash-pair { display: flex; gap: 1.25rem; align-items: flex-start; }
.nh-dash-col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1.25rem; }
.nh-dash-pair { flex: 1; align-items: stretch; }
.nh-dash-r1 > .nh-dc--tall { flex: 0 0 32%; }
.nh-dash-r1 > .nh-dash-col,
.nh-dash-r1 > .nh-dc,
.nh-dash-r2 > .nh-dc,
.nh-dash-pair > .nh-dc { flex: 1; min-width: 0; }
.nh-dash-pair > .nh-dc--narrow { flex: 0 0 40%; }
.nh-dash-r1 { align-items: stretch; }
.nh-dash-r1 > .nh-dc > .nh-dc-copy { min-height: clamp(8.75rem, 11vw, 11.5rem); }
.nh-dash-r1 > .nh-dc > .nh-img { flex: 1 1 auto; min-height: 0; aspect-ratio: auto; object-fit: contain;}
.nh-dc {
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1.75rem;
  overflow: hidden; display: flex; flex-direction: column; min-width: 0;
}
.nh-dc--split { flex-direction: row; align-items: center; }
.nh-img { display: block; width: 100%; height: auto; aspect-ratio: var(--ar, 16 / 10); object-fit: cover; }
.nh-dc--split > .nh-img { flex: 1 1 0; min-width: 0; }
.nh-dc-copy { flex: 0 0 40%; padding: 2rem 1.6rem 2rem 2.1rem; }
.nh-dc-h { margin: 0; color: #12161c; font-size: clamp(1.55rem, 1.7vw, 2.05rem); font-weight: 600; line-height: 1.15; }
.nh-dc-sub { margin: 16px 0 0; color: #66707d; font-size: clamp(1.05rem, 1.15vw, 1.25rem); line-height: 1.5; max-width: clamp(280px, 22vw, 360px); }
.nh-dc-txt { margin: 0; padding: 1.5rem 1.9rem 1.75rem; font-size: clamp(1.15rem, 1.35vw, 1.55rem); line-height: 1.42; color: #66707d; font-weight: 500; }
.nh-dc--txt-top > .nh-dc-txt { padding: 1.75rem 1.9rem 1.25rem; }
.nh-dc-txt b { color: #0b1220; font-weight: 600; }
.nh-dc--tile {
  position: relative;
  background: #0b1220;
  border-color: rgba(15, 23, 42, 0.10);
}
.nh-dc--tile > .nh-img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  aspect-ratio: auto; object-fit: cover; object-position: center;
  padding: 0;
}
.nh-dc-tile-head {
  position: relative; z-index: 1;
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 14px; padding: 24px 24px 34px;
  background: linear-gradient(180deg, rgba(6, 10, 20, 0.58) 0%, rgba(6, 10, 20, 0.30) 52%, rgba(6, 10, 20, 0) 100%);
}
.nh-dc-tile-title { margin: 0; font-size: 20px; line-height: 1.25; font-weight: 700; color: #ffffff; }
.nh-dc-tile-title span { color: #63ea71; }
.nh-dc-tile-arrow {
  flex: none; width: 38px; height: 38px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.16); color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.nh-dc-tile-arrow svg { width: 19px; height: 19px; }
.nh-dc--feature {
  background:
    radial-gradient(130% 92% at 0% 0%, rgba(99, 234, 113, 0.22) 0%, rgba(99, 234, 113, 0) 54%),
    linear-gradient(165deg, #0f2c1a 0%, #123c20 48%, #0b2213 100%);
  border-color: rgba(99, 234, 113, 0.30);
  box-shadow: 0 26px 60px rgba(10, 40, 22, 0.30);
}
.nh-dc--feature .nh-dc-txt { color: rgba(255, 255, 255, 0.88); font-size: clamp(1.4rem, 1.9vw, 2.1rem); line-height: 1.32; font-weight: 600; }
.nh-dc--feature .nh-dc-txt b { color: #8ff59a; font-weight: 700; font-size: 1.22em; letter-spacing: -0.01em; }
.nh-dc--feature.nh-dc--txt-top > .nh-dc-txt { padding: 32px 32px 22px; }
@media (max-width: 1000px) {
  .nh-dash-r1, .nh-dash-r2, .nh-dash-pair { flex-direction: column; }
  .nh-dash-r1 > .nh-dc--tall,
  .nh-dash-pair > .nh-dc--narrow { flex: 1 1 auto; }
  .nh-dc--split { flex-direction: column; align-items: stretch; }
  .nh-dc--split > .nh-dc-copy { flex: none; padding: 28px 28px 2px; }
  .nh-img { aspect-ratio: auto; }
  .nh-dc--split > .nh-img { flex: none; }
  .nh-dc--tile { aspect-ratio: 385 / 320; }
}

@media (min-width: 901px) {
  body[data-route="landing"] #landing-page:not([data-page]) .landing-navbar { display: none; }
  #landing-page:not([data-page]) .landing-hero.nh-hero { margin-top: 0; }
}

@media (max-width: 900px) {
  .nh-hero-header { display: none !important; }

  #landing-hero { min-height: 0 !important; }
  #landing-hero .nh-hero-accent,
  #landing-hero .nh-hero-bg { position: relative !important; }
  #landing-hero .nh-hero-inner {
    position: relative !important;
    padding-top: calc(var(--lp-navh) + 14px) !important;
    padding-bottom: 40px !important;
  }

  #landing-hero .nh-hero-main {
    flex: none !important;
    display: block !important;
  }
  #landing-hero .nh-hero-copy {
    max-width: 560px !important;
    transform: none !important;
  }
  #landing-hero .nh-hero-title { font-size: clamp(2.5rem, 10.5vw, 3.25rem) !important; }
  #landing-hero .nh-hero-sub { font-size: 16px !important; }

  #landing-hero .nh-hero-media {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 500px !important;
    margin: 30px auto 0 !important;
    opacity: 1 !important;
    z-index: auto !important;
  }
  #landing-hero .nh-hero-foot { margin-top: 34px !important; }

  .nh-sec [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: 1fr !important; }
  .nh-sec [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 560px) {
  #landing-hero .nh-hero-title { font-size: clamp(2.25rem, 10vw, 2.75rem) !important; }
  #landing-hero .nh-hero-media { max-width: 380px !important; }
  .nh-sec [style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (prefers-reduced-motion: reduce) {
  #landing-hero [style*="spinline"],
  #landing-hero [style*="chainmarquee"] { animation: none !important; }
}

.nh-feature-ph--aip {
  container-type: inline-size;
}
.aip1c {
  --u: calc(100cqw / 414);
  position: absolute;
  inset: 0;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
}
.aip1c-card {
  position: absolute;
  left: calc(30 * var(--u));
  right: calc(30 * var(--u));
  top: calc(45 * var(--u));
  bottom: calc(45 * var(--u));
  background: #fff;
  border-radius: calc(22 * var(--u));
  padding: calc(22 * var(--u)) calc(24 * var(--u)) calc(24 * var(--u));
  box-shadow: 0 calc(26 * var(--u)) calc(50 * var(--u)) calc(-20 * var(--u)) rgba(15, 26, 23, 0.4);
  border: 1px solid rgba(15, 26, 23, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aip1c-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aip1c-live { display: flex; align-items: center; gap: calc(8 * var(--u)); }
.aip1c-live-dot {
  width: calc(8 * var(--u));
  height: calc(8 * var(--u));
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 calc(3 * var(--u)) rgba(22, 163, 74, 0.18);
}
.aip1c-live-txt {
  font-size: calc(11 * var(--u));
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #16a34a;
}
.aip1c-live-sub {
  font-size: calc(12 * var(--u));
  font-weight: 600;
  color: #6b7280;
}
.aip1c-more { width: calc(16 * var(--u)); height: calc(16 * var(--u)); color: #c2c8cd; flex: none; }
.aip1c-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(16 * var(--u));
  width: 100%;
}
.aip1c-orb { position: relative; width: calc(74 * var(--u)); height: calc(74 * var(--u)); }
.aip1c-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #22c55e;
  opacity: 0.28;
  animation: aipPulseRing 2.6s ease-out infinite;
}
.aip1c-ring:nth-child(2) { animation-delay: 1.3s; }
.aip1c-orb-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(150deg, #22c55e, #16a34a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 calc(12 * var(--u)) calc(26 * var(--u)) calc(-8 * var(--u)) rgba(22, 163, 74, 0.6);
}
.aip1c-orb-core svg { width: calc(28 * var(--u)); height: calc(28 * var(--u)); }
.aip1c-wave { display: flex; align-items: center; gap: calc(4 * var(--u)); height: calc(26 * var(--u)); }
.aip1c-wave span {
  width: calc(4 * var(--u));
  height: 100%;
  border-radius: calc(2 * var(--u));
  transform-origin: center;
  animation: aipWave 1s ease-in-out infinite;
}
.aip1c-wave span:nth-child(1) { background: #86efac; animation-delay: 0s; }
.aip1c-wave span:nth-child(2) { background: #22c55e; animation-delay: 0.18s; }
.aip1c-wave span:nth-child(3) { background: #16a34a; animation-delay: 0.36s; }
.aip1c-wave span:nth-child(4) { background: #22c55e; animation-delay: 0.12s; }
.aip1c-wave span:nth-child(5) { background: #86efac; animation-delay: 0.48s; }
.aip1c-wave span:nth-child(6) { background: #16a34a; animation-delay: 0.3s; }
.aip1c-wave span:nth-child(7) { background: #22c55e; animation-delay: 0.6s; }
.aip1c-wave span:nth-child(8) { background: #86efac; animation-delay: 0.24s; }
.aip1c-wave span:nth-child(9) { background: #22c55e; animation-delay: 0.42s; }
.aip1c-wave span:nth-child(10) { background: #16a34a; animation-delay: 0.54s; }
.aip1c-wave span:nth-child(11) { background: #86efac; animation-delay: 0.1s; }
.aip1c-q {
  font-size: calc(13.5 * var(--u));
  color: #4b5563;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
}
.aip1c-foot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * var(--u));
}
.aip1c-progress { display: flex; align-items: center; gap: calc(7 * var(--u)); }
.aip1c-progress span {
  width: calc(6 * var(--u));
  height: calc(6 * var(--u));
  border-radius: 999px;
  background: #d5dbd8;
}
.aip1c-progress span.is-on { width: calc(22 * var(--u)); background: #16a34a; }
.aip1c-count { font-size: calc(12 * var(--u)); font-weight: 600; color: #8b929a; }
.aip1c-count b { color: #0f1a17; }

@keyframes aipPulseRing {
  0% { transform: scale(0.75); opacity: 0.5; }
  100% { transform: scale(1.9); opacity: 0; }
}
@keyframes aipWave {
  0%, 100% { transform: scaleY(0.32); }
  50% { transform: scaleY(1); }
}
@media (prefers-reduced-motion: reduce) {
  .aip1c-ring,
  .aip1c-wave span { animation: none !important; }
}
