/* NeuroPOS Cloud — Phase 1 modular SaaS marketing landing */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --np-section-y: 80px;
  --np-orange: #f97316;
  --np-orange-deep: #ea580c;
  --np-orange-primary: #9d4300;
  --np-orange-light: #fff7ed;
  --np-orange-border: #fed7aa;
  --np-navy: #191c1e;
  --np-navy-deep: #0f172a;
  --np-body: #565e74;
  --np-muted: #64748b;
  --np-bg: #f7f9fb;
  --np-white: #ffffff;
  --np-border: #e2e8f0;
  --np-success: #16a34a;
  --np-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --np-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --np-shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.08);
  --np-radius: 8px;
  --np-radius-lg: 16px;
  --np-radius-xl: 24px;
  --np-max: 1280px;
  --np-header-h: 64px;
  --np-scroll-offset: 96px;
  --np-font-display: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --np-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--np-scroll-offset);
}

/* Sticky header offset for in-page anchor links */
#top,
#trust,
#modules,
#solutions,
#ecosystem,
#setup,
#resources,
#about,
#pricing,
#starter-pack,
#compare,
#credibility,
#faq,
#cta,
#contact {
  scroll-margin-top: var(--np-scroll-offset);
}

.np-pricing-group {
  display: block;
}

body.np-marketing {
  font-family: var(--np-font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--np-body);
  background: var(--np-bg);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.np-container {
  width: 100%;
  max-width: var(--np-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Header ─── */
.np-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--np-white);
  border-bottom: 1px solid var(--np-border);
  box-shadow: var(--np-shadow-sm);
}

.np-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--np-header-h);
  position: relative;
}

.np-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.np-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--np-orange) 0%, var(--np-orange-deep) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.np-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.np-brand-name {
  font-family: var(--np-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--np-navy);
}

.np-brand-sub {
  font-size: 0.75rem;
  color: var(--np-muted);
  font-weight: 500;
}

.np-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.np-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--np-navy);
  border-radius: 2px;
}

.np-nav-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: flex-end;
}

.np-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.np-nav a {
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--np-muted);
  border-radius: var(--np-radius);
  transition: color 0.15s;
}

.np-nav a:hover {
  color: var(--np-orange-primary);
}

.np-nav a.is-active {
  color: var(--np-orange-primary);
}

.np-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.np-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}

.np-btn-ghost {
  background: transparent;
  color: var(--np-body);
  border-color: transparent;
}

.np-btn-ghost:hover {
  color: var(--np-navy);
  background: var(--np-bg);
}

.np-btn-primary {
  background: var(--np-orange);
  color: #fff;
  border-color: var(--np-orange);
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.28);
}

.np-btn-primary:hover {
  background: var(--np-orange-deep);
  border-color: var(--np-orange-deep);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}

.np-btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.np-btn-outline {
  background: var(--np-white);
  color: var(--np-navy);
  border-color: var(--np-border);
}

.np-btn-outline:hover {
  border-color: var(--np-orange);
  color: var(--np-orange);
}

.np-btn-lg {
  padding: 16px 28px;
  font-size: 1rem;
  border-radius: var(--np-radius);
}

/* ─── Hero ─── */
.np-hero {
  padding: 80px 0 120px;
  background: var(--np-bg);
}

.np-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px 72px;
  align-items: center;
}

.np-hero-content {
  max-width: 36rem;
}

.np-hero-badge {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--np-orange-primary);
  background: var(--np-orange-light);
  border: 1px solid var(--np-orange-border);
  border-radius: 999px;
  margin-bottom: 24px;
}

.np-hero h1 {
  font-family: var(--np-font-display);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--np-navy);
  margin-bottom: 24px;
}

.np-hero h1 .np-accent {
  background: linear-gradient(135deg, var(--np-orange-primary) 0%, var(--np-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.np-hero-lead {
  font-size: 1.125rem;
  color: var(--np-body);
  max-width: 520px;
  margin-bottom: 32px;
  line-height: 1.65;
}

.np-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
  margin-bottom: 36px;
  max-width: 520px;
}

.np-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--np-navy);
}

.np-trust-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--np-orange);
}

.np-trust-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.np-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 8px;
}

.np-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 440px;
  overflow: visible;
  padding: 8px 0 16px 8px;
}

/* Soft panel behind dashboard (Stitch-style) */
.np-hero-visual-shell {
  position: absolute;
  top: 6%;
  right: -4%;
  left: 18%;
  height: 88%;
  min-height: 340px;
  background: #eceef0;
  border-radius: 40px;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.np-hero-showcase {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  margin: 0 0 0 auto;
}

.np-hero-showcase-inner {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 24px 0 40px clamp(64px, 16vw, 108px);
}

/* Dashboard: larger, behind, aligned right */
.np-hero-dashboard {
  display: block;
  width: 94%;
  max-width: 600px;
  height: auto;
  max-height: min(54vh, 470px);
  margin-left: auto;
  margin-right: -3%;
  object-fit: contain;
  object-position: right center;
  border-radius: var(--np-radius-lg);
  border: none;
  background: transparent;
  box-shadow:
    0 2px 8px rgba(15, 23, 42, 0.04),
    0 18px 44px rgba(15, 23, 42, 0.1);
  position: relative;
  z-index: 1;
}

/* Mobile: foreground, front-left overlap */
.np-hero-mobile {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: min(36%, 188px);
  height: auto;
  max-height: 78%;
  object-fit: contain;
  object-position: left bottom;
  z-index: 2;
  filter: drop-shadow(0 14px 32px rgba(15, 23, 42, 0.16));
  pointer-events: none;
}

.np-mockup-stack {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

.np-mockup-dashboard {
  background: var(--np-white);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius-lg);
  box-shadow: var(--np-shadow-lg);
  padding: 20px;
  position: relative;
  z-index: 1;
}

.np-mockup-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--np-border);
}

.np-mockup-dots {
  display: flex;
  gap: 6px;
}

.np-mockup-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--np-border);
}

.np-mockup-dots span:first-child { background: #f87171; }
.np-mockup-dots span:nth-child(2) { background: #fbbf24; }
.np-mockup-dots span:nth-child(3) { background: #4ade80; }

.np-mockup-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--np-muted);
}

.np-mockup-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.np-mockup-kpi {
  background: var(--np-bg);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid var(--np-border);
}

.np-mockup-kpi-label {
  font-size: 0.65rem;
  color: var(--np-muted);
  margin-bottom: 4px;
}

.np-mockup-kpi-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--np-navy);
}

.np-mockup-kpi-value small {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--np-success);
}

.np-mockup-chart {
  height: 120px;
  background: linear-gradient(180deg, var(--np-orange-light) 0%, transparent 100%);
  border-radius: 10px;
  border: 1px solid var(--np-border);
  position: relative;
  overflow: hidden;
}

.np-mockup-chart::before {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 20px;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 60' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L30 35 L60 42 L90 20 L120 28 L150 12 L180 18 L200 8' fill='none' stroke='%23f97316' stroke-width='2.5'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.np-mockup-chart-label {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--np-muted);
}

.np-mockup-phone {
  position: absolute;
  right: -8px;
  bottom: -20px;
  width: 140px;
  background: var(--np-navy);
  border-radius: 20px;
  padding: 10px;
  box-shadow: var(--np-shadow-lg);
  z-index: 2;
  border: 3px solid #1e293b;
}

.np-mockup-phone-screen {
  background: var(--np-white);
  border-radius: 12px;
  padding: 10px;
  min-height: 160px;
}

.np-mockup-phone-header {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--np-navy);
  margin-bottom: 8px;
  text-align: center;
}

.np-mockup-menu-item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--np-border);
}

.np-mockup-menu-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.np-mockup-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fed7aa, #fdba74);
  flex-shrink: 0;
}

.np-mockup-menu-text {
  flex: 1;
  min-width: 0;
}

.np-mockup-menu-name {
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--np-navy);
}

.np-mockup-menu-price {
  font-size: 0.6rem;
  color: var(--np-orange);
  font-weight: 700;
}

.np-region-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--np-border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--np-navy);
  box-shadow: var(--np-shadow-sm);
  z-index: 2;
  line-height: 1.3;
}

.np-region-flag {
  font-size: 1rem;
  line-height: 1;
}

.np-env-badge {
  text-align: center;
  font-size: 0.8rem;
  color: var(--np-orange-deep);
  margin-top: 16px;
}

/* ─── Modules ─── */
.np-modules {
  padding: 96px 0 120px;
  background: var(--np-white);
}

.np-modules--features {
  padding-bottom: 80px;
}

.np-modules--features .np-module-card--feature {
  min-height: 0;
}

.np-modules--features .np-module-desc {
  margin-bottom: 16px;
}

/* ─── Module ecosystem — compact 5-column SaaS grid ─── */
.np-modules--ecosystem {
  padding: 72px 0 80px;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 237, 213, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 60%, rgba(241, 245, 249, 0.9) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #ffffff 100%);
}

.np-modules--ecosystem .np-section-sub {
  margin-bottom: 28px;
}

.np-modules-eco-intro {
  max-width: 520px;
  margin-bottom: 20px;
}

.np-modules-ecosystem {
  display: block;
}

.np-eco-group {
  margin-bottom: 28px;
}

.np-eco-group:last-child {
  margin-bottom: 0;
}

.np-eco-group__title {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--np-muted);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--np-border);
}

.np-eco-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.np-eco-card {
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 12px 11px 11px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 4px 16px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
}

.np-eco-card:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(249, 115, 22, 0.28);
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.05),
    0 8px 24px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}

.np-eco-card--muted {
  background: rgba(248, 250, 252, 0.55);
  border-color: rgba(226, 232, 240, 0.85);
  opacity: 0.94;
}

.np-eco-card--muted:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.65);
}

.np-eco-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 8px;
}

.np-eco-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 247, 237, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(254, 215, 170, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.np-eco-icon__svg {
  width: 16px;
  height: 16px;
  stroke: var(--np-orange-primary);
}

.np-eco-status {
  flex-shrink: 0;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
}

.np-eco-status--active {
  background: rgba(236, 253, 245, 0.85);
  color: #047857;
  border: 1px solid rgba(167, 243, 208, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.np-eco-status--available {
  background: rgba(255, 247, 237, 0.9);
  color: #c2410c;
  border: 1px solid rgba(254, 215, 170, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.np-eco-status--coming-soon {
  background: rgba(241, 245, 249, 0.88);
  color: #64748b;
  border: 1px solid rgba(226, 232, 240, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.np-eco-status--premium {
  background: rgba(30, 41, 59, 0.88);
  color: #fde68a;
  border: 1px solid rgba(249, 115, 22, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.np-eco-card__title {
  font-family: var(--np-font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--np-navy);
  margin: 0 0 4px;
}

.np-eco-card__desc {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: var(--np-muted);
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.np-eco-card__features {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  flex: 1;
}

.np-eco-card__features li {
  font-size: 0.625rem;
  color: var(--np-muted);
  padding-left: 10px;
  position: relative;
  margin-bottom: 3px;
  line-height: 1.35;
}

.np-eco-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--np-orange);
}

.np-eco-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--np-orange-primary);
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(226, 232, 240, 0.65);
  width: 100%;
  transition: gap 0.15s ease, color 0.15s ease;
}

.np-eco-card__cta svg {
  width: 14px;
  height: 14px;
}

.np-eco-card__cta:hover {
  color: var(--np-orange);
  gap: 5px;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .np-eco-card {
    background: rgba(255, 255, 255, 0.96);
  }

  .np-eco-card--muted {
    background: #f8fafc;
  }
}

/* Compact operational packages (below section intro, above module grid) */
.np-module-packages-mount {
  margin: 0 0 32px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--np-border);
}

.np-eco-packages__title {
  font-family: var(--np-font-display);
  text-align: center;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--np-navy);
  margin: 0 0 8px;
}

.np-eco-packages__sub {
  text-align: center;
  font-size: 0.875rem;
  color: var(--np-muted);
  margin: 0 auto 20px;
  max-width: 480px;
  line-height: 1.5;
}

.np-eco-package-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.np-eco-package {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: var(--np-bg);
  border: 1px solid var(--np-border);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.np-eco-package:hover {
  border-color: rgba(249, 115, 22, 0.4);
  background: #fff7ed;
}

.np-eco-package--highlight {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border-color: var(--np-orange-border);
}

.np-eco-package__name {
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--np-navy);
}

.np-eco-package__modules {
  font-size: 0.6875rem;
  color: var(--np-muted);
  line-height: 1.35;
}

.np-eco-packages__note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--np-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.5;
}

@media (max-width: 1280px) {
  .np-eco-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .np-eco-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .np-eco-package-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.np-module-card-foot--cta-only {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--np-border);
}

.np-module-card--feature.np-module-card--pro .np-module-card-foot--cta-only {
  border-top-color: rgba(255, 255, 255, 0.12);
}

/* ─── Pricing (modular plans) ─── */
.np-pricing {
  padding: 96px 0 80px;
  background: var(--np-bg);
}

.np-pricing .np-section-sub {
  margin-bottom: 48px;
}

.np-pricing-grid {
  margin-bottom: 40px;
}

.np-starter-banner--in-pricing {
  margin-top: 8px;
}

.np-section-kicker {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--np-orange-primary);
  margin-bottom: 16px;
}

.np-section-title {
  font-family: var(--np-font-display);
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--np-navy);
  margin-bottom: 16px;
}

.np-section-sub {
  text-align: center;
  font-size: 1.125rem;
  color: var(--np-body);
  max-width: 560px;
  margin: 0 auto 64px;
  line-height: 1.65;
}

.np-module-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}

.np-module-card {
  grid-column: span 2;
  background: var(--np-white);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius-xl);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.np-module-card:nth-child(4),
.np-module-card:nth-child(5) {
  grid-column: span 3;
}

.np-module-card:hover {
  box-shadow: var(--np-shadow-lg);
  border-color: rgba(249, 115, 22, 0.25);
}

.np-module-card--pro {
  background: var(--np-navy-deep);
  border-color: rgba(249, 115, 22, 0.2);
  color: #e2e8f0;
  position: relative;
}

.np-module-card--pro:hover {
  border-color: rgba(249, 115, 22, 0.4);
}

.np-pro-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--np-orange);
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
}

.np-module-card-body {
  flex: 1;
}

/* Stitch-style cream icon badges */
.np-icon-badge {
  width: 64px;
  height: 64px;
  border-radius: var(--np-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  background: var(--np-orange-light);
  border: 1px solid var(--np-orange-border);
  transition: transform 0.2s ease;
}

.np-icon-badge__svg {
  width: 30px;
  height: 30px;
  stroke: var(--np-orange-primary);
}

.np-icon-badge--pro {
  background: var(--np-orange);
  border-color: transparent;
}

.np-icon-badge--pro .np-icon-badge__svg {
  stroke: #fff;
}

.np-module-card:hover .np-icon-badge {
  transform: scale(1.05);
}

.np-module-icon {
  display: none;
}

.np-module-card h3 {
  font-family: var(--np-font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--np-navy);
  margin-bottom: 12px;
  line-height: 1.3;
}

.np-module-card--pro h3 {
  color: #fff;
}

.np-module-desc {
  font-size: 1rem;
  color: var(--np-body);
  margin-bottom: 20px;
  line-height: 1.6;
}

.np-module-card--pro .np-module-desc {
  color: #94a3b8;
}

.np-module-features {
  list-style: none;
  margin-bottom: 0;
}

.np-module-features li {
  font-size: 0.9375rem;
  color: var(--np-muted);
  padding-left: 18px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.4;
}

.np-module-card--pro .np-module-features li {
  color: #cbd5e1;
}

.np-module-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--np-orange);
}

.np-module-card-foot {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--np-border);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.np-module-card--pro .np-module-card-foot {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.np-module-price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.np-price-label {
  font-size: 0.75rem;
  color: var(--np-muted);
  font-weight: 500;
}

.np-module-card--pro .np-price-label {
  color: #94a3b8;
}

.np-price-value {
  font-family: var(--np-font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--np-navy);
}

.np-module-card--pro .np-price-value {
  color: #fff;
}

.np-price-period {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--np-muted);
}

.np-module-card--pro .np-price-period {
  color: #94a3b8;
}

.np-module-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--np-orange-primary);
  transition: gap 0.15s;
}

.np-module-link svg {
  width: 18px;
  height: 18px;
}

.np-module-link:hover {
  color: var(--np-orange);
  gap: 8px;
}

.np-module-card--pro .np-module-link {
  color: var(--np-orange);
}

/* ─── Starter pack ─── */
.np-starter {
  padding: 0 0 80px;
  background: var(--np-white);
}

.np-starter-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid var(--np-orange-border);
  border-radius: var(--np-radius-lg);
  padding: 28px 32px;
}

.np-starter-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

.np-starter-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 240px;
}

.np-starter-left .np-icon-badge {
  margin-bottom: 0;
}

.np-starter-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.np-starter-title-row h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--np-navy);
}

.np-badge-popular {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--np-orange);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
}

.np-starter-desc {
  font-size: 0.9rem;
  color: var(--np-body);
}

.np-starter-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.np-starter-price {
  text-align: right;
}

.np-starter-price .amount {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--np-navy);
}

.np-starter-price .period {
  font-size: 0.85rem;
  color: var(--np-muted);
}

.np-starter-note {
  font-size: 0.8rem;
  color: var(--np-muted);
  margin-top: 4px;
}

/* ─── Contact (Phase 1) ─── */
.np-contact {
  padding: 80px 0 88px;
  background: var(--np-bg);
  border-top: 1px solid var(--np-border);
}

.np-contact .np-section-title,
.np-contact .np-section-sub {
  text-align: center;
}

.np-contact .np-section-sub {
  margin-bottom: 40px;
}

.np-contact-form {
  max-width: 640px;
  margin: 0 auto;
}

.np-contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.np-contact-form .field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--np-navy);
  margin-bottom: 6px;
}

.np-contact-form .field input,
.np-contact-form .field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--np-border);
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: var(--np-white);
}

.np-contact-form .field input:focus,
.np-contact-form .field textarea:focus {
  outline: 2px solid var(--np-orange);
  outline-offset: 0;
  border-color: var(--np-orange);
}

.np-contact-form .field textarea {
  resize: vertical;
  min-height: 88px;
}

.np-contact-form .np-btn {
  margin-top: 8px;
}

.np-form-note {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--np-muted);
}

.np-form-note--error {
  color: #b91c1c;
}

@media (max-width: 600px) {
  .np-contact-fields {
    grid-template-columns: 1fr;
  }
}

/* ─── Phase 2: Works with existing setup ─── */
.np-setup {
  padding: 88px 0;
  background: var(--np-bg);
  border-top: 1px solid var(--np-border);
}

.np-setup-title {
  font-family: var(--np-font-display);
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--np-navy);
  margin-bottom: 12px;
}

.np-setup-sub {
  text-align: center;
  font-size: 1.05rem;
  color: var(--np-body);
  max-width: 520px;
  margin: 0 auto 48px;
}

.np-setup-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.np-setup-card {
  background: var(--np-white);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius-lg);
  padding: 28px 24px;
  text-align: center;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.np-setup-card:hover {
  box-shadow: var(--np-shadow);
  border-color: rgba(249, 115, 22, 0.2);
}

.np-setup-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: var(--np-radius);
  background: var(--np-orange-light);
  border: 1px solid var(--np-orange-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--np-orange-primary);
}

.np-setup-icon svg {
  width: 24px;
  height: 24px;
}

.np-setup-card h3 {
  font-family: var(--np-font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--np-navy);
  margin-bottom: 8px;
}

.np-setup-card p {
  font-size: 0.875rem;
  color: var(--np-muted);
  line-height: 1.55;
}

/* ─── Phase 2: Product showcase ─── */
.np-showcase {
  padding: 96px 0 112px;
  background: var(--np-white);
}

.np-showcase-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1.4fr;
  gap: 48px 56px;
  align-items: start;
}

.np-showcase-intro .np-section-kicker {
  text-align: left;
  margin-bottom: 16px;
}

.np-showcase-title {
  font-family: var(--np-font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--np-navy);
  margin-bottom: 16px;
  line-height: 1.2;
}

.np-showcase-desc {
  font-size: 1.05rem;
  color: var(--np-body);
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 380px;
}

.np-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.np-shot-card {
  margin: 0;
}

.np-shot-frame {
  border-radius: var(--np-radius-lg);
  border: 1px solid var(--np-border);
  background: var(--np-bg);
  overflow: hidden;
  box-shadow: var(--np-shadow-sm);
  aspect-ratio: 16 / 10;
  transition: box-shadow 0.2s, transform 0.2s;
}

.np-shot-card:hover .np-shot-frame {
  box-shadow: var(--np-shadow);
  transform: translateY(-2px);
}

.np-shot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.np-shot-card figcaption {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--np-navy);
  text-align: center;
}

/* ─── Phase 2: Founder story ─── */
.np-founder {
  padding: 96px 0;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
}

.np-founder-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 56px;
  align-items: center;
}

.np-founder-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--np-orange);
  margin-bottom: 16px;
}

.np-founder-title {
  font-family: var(--np-font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
}

.np-founder-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 32px;
  max-width: 560px;
}

.np-founder-signature {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  border-left: 3px solid var(--np-orange);
}

.np-founder-signature-role {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.np-founder-signature-brand {
  font-family: var(--np-font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.np-founder-portrait {
  background: linear-gradient(160deg, rgba(249, 115, 22, 0.15) 0%, rgba(15, 23, 42, 0.6) 100%);
  border: 1px solid rgba(249, 115, 22, 0.25);
  border-radius: var(--np-radius-xl);
  padding: 48px 32px;
  text-align: center;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.np-founder-initials {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--np-orange);
  color: #fff;
  font-family: var(--np-font-display);
  font-size: 1.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
}

.np-founder-portrait p {
  font-size: 0.875rem;
  color: #94a3b8;
  max-width: 220px;
  line-height: 1.5;
}

/* ─── Phase 2: Final CTA ─── */
.np-cta-final {
  padding: 96px 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--np-orange-light) 100%);
  border-top: 1px solid var(--np-orange-border);
}

.np-cta-final-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.np-cta-final-title {
  font-family: var(--np-font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--np-navy);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.np-cta-final-sub {
  font-size: 1.125rem;
  color: var(--np-body);
  margin-bottom: 32px;
}

.np-cta-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 28px;
}

.np-btn-on-light {
  background: var(--np-white);
  border-color: var(--np-border);
  color: var(--np-navy);
}

.np-btn-on-light:hover {
  border-color: var(--np-orange);
  color: var(--np-orange);
}

.np-cta-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 32px;
}

.np-cta-trust li {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--np-muted);
  padding-left: 22px;
  position: relative;
}

.np-cta-trust li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--np-orange);
}

.np-contact-heading {
  margin-bottom: 12px;
}

/* ─── Phase 2: Footer ─── */
.np-footer {
  background: var(--np-navy-deep);
  color: #94a3b8;
  padding: 64px 0 32px;
  font-size: 0.875rem;
}

.np-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}

.np-footer-logo {
  margin-bottom: 16px;
}

.np-footer-logo .np-brand-name {
  color: #fff;
}

.np-footer-tagline {
  max-width: 320px;
  line-height: 1.6;
  color: #94a3b8;
}

.np-footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.np-footer-col h4 {
  font-family: var(--np-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}

.np-footer-col a {
  display: block;
  color: #94a3b8;
  padding: 4px 0;
  transition: color 0.15s;
}

.np-footer-col a:hover {
  color: var(--np-orange);
}

.np-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  font-size: 0.8125rem;
  color: #64748b;
}

.np-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.np-footer-legal a {
  color: #94a3b8;
  transition: color 0.2s;
}

.np-footer-legal a:hover {
  color: var(--np-orange);
}

.np-footer-social {
  display: flex;
  gap: 10px;
}

.np-social-link {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.np-social-link:hover {
  color: #fff;
  border-color: rgba(249, 115, 22, 0.45);
  background: rgba(249, 115, 22, 0.12);
}

/* ─── Phase 3: Trust stats ─── */
.np-trust-stats {
  padding: 56px 0 64px;
  background: var(--np-white);
  border-bottom: 1px solid var(--np-border);
}

.np-trust-stats-title {
  font-family: var(--np-font-display);
  text-align: center;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--np-navy);
  margin-bottom: 36px;
  letter-spacing: -0.01em;
}

.np-trust-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.np-trust-stat {
  text-align: center;
  padding: 20px 16px;
  border-radius: var(--np-radius-lg);
  border: 1px solid var(--np-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--np-bg) 100%);
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}

.np-trust-stat:hover {
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow: var(--np-shadow);
  transform: translateY(-2px);
}

.np-trust-stat-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: var(--np-orange-primary);
}

.np-trust-stat-icon svg {
  width: 100%;
  height: 100%;
}

.np-trust-stat-value {
  display: block;
  font-family: var(--np-font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--np-navy);
  line-height: 1.2;
  margin-bottom: 6px;
}

.np-trust-stat-value--phrase {
  font-size: clamp(0.9rem, 1.2vw, 1.0625rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  min-height: 2.5em;
  padding: 0 4px;
}

.np-trust-stat-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--np-muted);
  line-height: 1.4;
}

/* ─── Phase 3: Why choose ─── */
.np-why {
  padding: 88px 0;
  background: var(--np-bg);
  border-top: 1px solid var(--np-border);
}

.np-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.np-why-card {
  background: var(--np-white);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius-lg);
  padding: 28px 24px;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}

.np-why-card:hover {
  border-color: rgba(249, 115, 22, 0.25);
  box-shadow: var(--np-shadow-lg);
  transform: translateY(-3px);
}

.np-why-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--np-radius);
  background: var(--np-orange-light);
  border: 1px solid var(--np-orange-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--np-orange-primary);
  margin-bottom: 16px;
}

.np-why-icon svg {
  width: 24px;
  height: 24px;
}

.np-why-card h3 {
  font-family: var(--np-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--np-navy);
  margin-bottom: 8px;
  line-height: 1.3;
}

.np-why-card p {
  font-size: 0.9rem;
  color: var(--np-muted);
  line-height: 1.55;
}

/* ─── Phase 3: Ecosystem flow ─── */
.np-ecosystem {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, var(--np-white) 0%, var(--np-orange-light) 120%);
  border-top: 1px solid var(--np-orange-border);
}

.np-ecosystem .np-section-sub {
  margin-bottom: 48px;
}

.np-ecosystem-flow {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 320px;
  margin: 0 auto;
}

.np-ecosystem-step {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--np-white);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius-lg);
  box-shadow: var(--np-shadow-sm);
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.np-ecosystem-step:hover {
  border-color: rgba(249, 115, 22, 0.3);
  box-shadow: var(--np-shadow);
  transform: translateX(4px);
}

.np-ecosystem-step--highlight {
  border-color: rgba(249, 115, 22, 0.35);
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.np-ecosystem-step-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--np-orange-light);
  border: 1px solid var(--np-orange-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--np-orange-primary);
}

.np-ecosystem-step-icon svg {
  width: 22px;
  height: 22px;
}

.np-ecosystem-step-label {
  font-family: var(--np-font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--np-navy);
}

.np-ecosystem-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  color: var(--np-orange);
  opacity: 0.7;
}

.np-ecosystem-arrow svg {
  width: 20px;
  height: 20px;
}

.np-ecosystem-caption {
  text-align: center;
  font-size: 0.9375rem;
  color: var(--np-body);
  max-width: 420px;
  margin: 32px auto 0;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .np-ecosystem-flow {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    gap: 8px 4px;
  }

  .np-ecosystem-step {
    flex: 1 1 140px;
    max-width: 168px;
    flex-direction: column;
    text-align: center;
    padding: 20px 14px;
    gap: 10px;
  }

  .np-ecosystem-step:hover {
    transform: translateY(-3px);
  }

  .np-ecosystem-arrow {
    flex: 0 0 auto;
    padding: 0 2px;
    align-self: center;
  }

  .np-ecosystem-arrow svg {
    transform: rotate(-90deg);
    width: 18px;
    height: 18px;
  }
}

/* ─── Phase 3: Popular module badge ─── */
.np-module-card--popular {
  position: relative;
  border-color: rgba(249, 115, 22, 0.35);
  box-shadow: 0 8px 32px rgba(249, 115, 22, 0.08);
}

.np-popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--np-orange);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 1;
}

/* ─── Phase 3: Micro-interactions & polish ─── */
.np-module-card {
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.np-module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.np-btn {
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.2s ease;
}

.np-btn-primary:hover {
  transform: translateY(-1px);
}

.np-btn-primary:active {
  transform: translateY(0);
}

.np-nav a {
  position: relative;
  transition: color 0.2s ease, background 0.2s ease;
}

.np-nav a.is-active {
  color: var(--np-orange-primary);
  background: var(--np-orange-light);
}

.np-nav a.is-active::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: var(--np-orange);
}

.np-footer-col a {
  position: relative;
}

.np-footer-col a:hover {
  text-decoration: none;
}

.np-price-label {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 600;
}

.np-price-value {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.np-price-period {
  font-weight: 500;
}

.np-hero-showcase-inner {
  animation: np-hero-float 7s ease-in-out infinite;
}

@keyframes np-hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .np-hero-showcase-inner {
    animation: none;
  }

  .np-module-card:hover,
  .np-why-card:hover,
  .np-trust-stat:hover,
  .np-ecosystem-step:hover {
    transform: none;
  }

  .np-btn-primary:hover {
    transform: none;
  }

  .np-faq-panel {
    transition: none;
  }
}

/* ─── Phase 4: i18n placeholder ─── */
.np-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 8px;
  border: 1px solid var(--np-border);
  background: var(--np-bg);
  flex-shrink: 0;
}

.np-lang-btn {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 6px;
  color: var(--np-muted);
}

.np-lang-btn.is-active {
  background: var(--np-white);
  color: var(--np-navy);
  box-shadow: var(--np-shadow-sm);
}

.np-lang-btn--soon {
  opacity: 0.45;
  cursor: not-allowed;
}

/* RTL-ready: mirror layout when html[dir="rtl"] ships */
[dir="rtl"] .np-hero-grid,
[dir="rtl"] .np-showcase-layout,
[dir="rtl"] .np-founder-layout {
  direction: rtl;
}

/* ─── Phase 4: Comparison table ─── */
.np-compare {
  padding: 80px 0;
  background: var(--np-bg);
  border-top: 1px solid var(--np-border);
}

.np-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--np-radius-lg);
  border: 1px solid var(--np-border);
  background: var(--np-white);
  box-shadow: var(--np-shadow-sm);
}

.np-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.np-compare-table th,
.np-compare-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid var(--np-border);
  vertical-align: middle;
}

.np-compare-table thead th {
  font-family: var(--np-font-display);
  font-weight: 700;
  color: var(--np-navy);
  background: var(--np-orange-light);
  font-size: 0.8125rem;
}

.np-compare-table tbody th[scope="row"] {
  text-align: left;
  font-weight: 600;
  color: var(--np-navy);
  background: var(--np-bg);
}

.np-compare-table tbody tr:last-child th,
.np-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.np-compare-row-highlight td,
.np-compare-row-highlight th[scope="row"] {
  background: #fffbeb;
  font-weight: 600;
}

.np-compare-included {
  color: var(--np-success);
  font-weight: 600;
}

.np-compare-yes {
  color: var(--np-orange-primary);
  font-weight: 600;
}

.np-compare-add {
  color: var(--np-muted);
  font-size: 0.8125rem;
}

.np-compare-no {
  color: #cbd5e1;
}

.np-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ─── Phase 4: Credibility snippets ─── */
.np-credibility {
  padding: 80px 0;
  background: var(--np-white);
}

.np-credibility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.np-credibility-card {
  padding: 28px 24px;
  border-radius: var(--np-radius-lg);
  border: 1px solid var(--np-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--np-bg) 100%);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.np-credibility-card:hover {
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow: var(--np-shadow);
}

.np-credibility-card h3 {
  font-family: var(--np-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--np-navy);
  margin-bottom: 10px;
}

.np-credibility-card p {
  font-size: 0.9rem;
  color: var(--np-body);
  line-height: 1.6;
}

/* ─── Phase 4: FAQ accordion ─── */
.np-faq {
  padding: 80px 0 88px;
  background: var(--np-bg);
  border-top: 1px solid var(--np-border);
}

.np-faq-inner .np-section-title {
  margin-bottom: 32px;
}

.np-faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.np-faq-item {
  background: var(--np-white);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius-lg);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.np-faq-item.is-open {
  border-color: rgba(249, 115, 22, 0.3);
  box-shadow: var(--np-shadow-sm);
}

.np-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: var(--np-font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--np-navy);
  line-height: 1.4;
}

.np-faq-trigger:hover {
  color: var(--np-orange-primary);
}

.np-faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--np-muted);
  transition: transform 0.25s ease;
}

.np-faq-item.is-open .np-faq-chevron {
  transform: rotate(180deg);
  color: var(--np-orange);
}

.np-faq-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.np-faq-item.is-open .np-faq-panel {
  max-height: 280px;
}

.np-faq-panel p {
  padding: 0 20px 18px;
  font-size: 0.9375rem;
  color: var(--np-body);
  line-height: 1.65;
}

/* ─── Phase 4: Mobile sticky CTA ─── */
.np-mobile-cta {
  display: none;
}

@media (max-width: 768px) {
  body.np-marketing.np-mobile-cta-on {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .np-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--np-border);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .np-mobile-cta[hidden] {
    display: none !important;
  }

  .np-mobile-cta-text {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--np-navy);
    line-height: 1.3;
    max-width: 48%;
  }

  .np-mobile-cta .np-btn {
    flex-shrink: 0;
    padding: 10px 16px;
    font-size: 0.875rem;
  }

  .np-lang-toggle {
    display: none;
  }
}

/* ─── Phase 5: Social proof (future-safe) ─── */
.np-social-proof {
  padding: var(--np-section-y) 0;
  background: var(--np-white);
  border-top: 1px solid var(--np-border);
}

.np-ops-highlights {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto 24px;
}

.np-ops-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: var(--np-radius-lg);
  border: 1px solid var(--np-border);
  background: var(--np-bg);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--np-navy);
  line-height: 1.4;
}

.np-ops-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--np-orange-light);
  border: 1px solid var(--np-orange-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--np-orange-primary);
}

.np-ops-icon svg {
  width: 20px;
  height: 20px;
}

.np-social-proof-note {
  text-align: center;
  font-size: 0.875rem;
  color: var(--np-muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.55;
}

/* ─── Phase 5: Legal pages ─── */
.np-legal-page .np-header--minimal .np-header-inner {
  min-height: 56px;
}

.np-legal-main {
  padding: 48px 0 72px;
  background: var(--np-bg);
  min-height: 50vh;
}

.np-legal-content {
  max-width: 640px;
}

.np-legal-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--np-orange-primary);
  margin-bottom: 12px;
}

.np-legal-content h1 {
  font-family: var(--np-font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--np-navy);
  margin-bottom: 8px;
}

.np-legal-updated {
  font-size: 0.875rem;
  color: var(--np-muted);
  margin-bottom: 24px;
}

.np-legal-card {
  background: var(--np-white);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius-lg);
  padding: 28px 24px;
  box-shadow: var(--np-shadow-sm);
}

.np-legal-card p {
  font-size: 1rem;
  color: var(--np-body);
  line-height: 1.65;
  margin-bottom: 14px;
}

.np-legal-card p:last-child {
  margin-bottom: 0;
}

.np-legal-card a {
  color: var(--np-orange-primary);
  font-weight: 600;
}

.np-legal-card a:hover {
  color: var(--np-orange);
}

.np-legal-back {
  margin-top: 28px;
  font-size: 0.9375rem;
}

.np-legal-back a {
  color: var(--np-navy);
  font-weight: 600;
}

.np-legal-back a:hover {
  color: var(--np-orange-primary);
}

.np-footer--minimal {
  padding: 24px 0;
}

.np-footer--minimal .np-footer-bottom {
  border-top: none;
  padding-top: 0;
  margin: 0;
}

/* ─── Phase 5: Polish — consistent section rhythm ─── */
.np-founder {
  padding: var(--np-section-y) 0;
}

.np-starter {
  padding-bottom: calc(var(--np-section-y) - 16px);
}

/* ─── Later phases (hidden) ─── */
.np-phase-later {
  display: none !important;
}

/* ─── Login modal ─── */
#loginOverlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(15, 23, 42, 0.55);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#loginOverlay.show {
  display: flex;
}

.modal-dialog {
  background: var(--np-white);
  border-radius: var(--np-radius-lg);
  max-width: 420px;
  width: 100%;
  box-shadow: var(--np-shadow-lg);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--np-bg);
  border-radius: 8px;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--np-muted);
}

.modal-body {
  padding: 32px 28px 28px;
}

.modal-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--np-navy);
  margin-bottom: 6px;
}

.modal-desc {
  font-size: 0.9rem;
  color: var(--np-muted);
  margin-bottom: 24px;
}

.modal-form .field {
  margin-bottom: 16px;
}

.modal-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--np-navy);
  margin-bottom: 6px;
}

.modal-form input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--np-border);
  border-radius: 8px;
  font-size: 1rem;
}

.modal-form input:focus {
  outline: 2px solid var(--np-orange);
  outline-offset: 0;
  border-color: var(--np-orange);
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: var(--np-orange);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
}

.submit-btn:hover {
  background: var(--np-orange-deep);
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tenant-ok {
  display: none;
  color: var(--np-success);
  font-size: 0.85rem;
  margin-top: 6px;
}

.tenant-err {
  display: none;
  color: #dc2626;
  font-size: 0.85rem;
  margin-top: 6px;
}

#loginMessage {
  display: none;
  margin-top: 12px;
  font-size: 0.9rem;
  padding: 10px;
  border-radius: 8px;
}

#loginMessage.info {
  display: block;
  background: #eff6ff;
  color: #1d4ed8;
}

#loginMessage.success {
  display: block;
  background: #dcfce7;
  color: #166534;
}

#loginMessage.error {
  display: block;
  background: #fee2e2;
  color: #b91c1c;
}

/* Desktop: centered nav */
@media (min-width: 901px) {
  .np-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-wrap: nowrap;
  }
}

/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .np-credibility-grid {
    grid-template-columns: 1fr;
  }

  .np-trust-stats-grid,
  .np-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .np-setup-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .np-showcase-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .np-showcase-intro .np-section-kicker {
    text-align: center;
  }

  .np-showcase-title,
  .np-showcase-desc {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .np-showcase-intro .np-btn {
    margin: 0 auto;
    display: inline-flex;
  }

  .np-founder-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .np-footer-top {
    grid-template-columns: 1fr;
  }

  .np-hero-showcase-inner {
    padding-left: clamp(56px, 14vw, 88px);
    min-height: 360px;
  }

  .np-hero-mobile {
    width: min(34%, 168px);
    bottom: 6%;
  }

  .np-hero-dashboard {
    max-height: min(50vh, 420px);
  }

  .np-module-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .np-module-card,
  .np-module-card:nth-child(4),
  .np-module-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .np-hero {
    padding: 48px 0 72px;
  }

  .np-hero-visual-shell {
    display: none;
  }
  .np-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .np-hero-visual {
    justify-content: center;
  }

  .np-hero-visual {
    min-height: 0;
    padding: 0;
  }

  .np-hero-showcase {
    margin: 0 auto;
    max-width: min(100%, 480px);
  }

  .np-hero-showcase-inner {
    min-height: 0;
    padding: 0 0 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .np-hero-dashboard {
    width: 100%;
    max-width: none;
    margin: 0;
    max-height: 300px;
    object-position: center;
  }

  .np-hero-mobile {
    position: relative;
    left: auto;
    bottom: auto;
    align-self: flex-start;
    width: 44%;
    max-width: 170px;
    margin-top: -2.5rem;
    margin-left: 4%;
    max-height: none;
  }

  .np-nav {
    position: static;
    transform: none;
  }

  .np-nav-toggle {
    display: flex;
  }

  .np-nav-wrap {
    display: none;
    position: absolute;
    top: var(--np-header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--np-white);
    border-bottom: 1px solid var(--np-border);
    padding: 16px 24px 20px;
    box-shadow: var(--np-shadow);
  }

  .np-nav-wrap.is-open {
    display: flex;
  }

  .np-nav {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .np-nav a {
    padding: 12px;
  }

  .np-header-actions {
    width: 100%;
    flex-direction: column;
  }

  .np-header-actions .np-btn {
    width: 100%;
  }

  .np-header-inner {
    position: relative;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .np-container {
    padding: 0 16px;
  }

  .np-setup {
    padding: 64px 0;
  }

  .np-setup-grid {
    grid-template-columns: 1fr;
  }

  .np-showcase {
    padding: 72px 0;
  }

  .np-showcase-gallery {
    grid-template-columns: 1fr;
  }

  .np-founder {
    padding: 72px 0;
  }

  .np-cta-final {
    padding: 72px 0;
  }

  .np-cta-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .np-cta-final-actions .np-btn {
    width: 100%;
  }

  .np-cta-trust {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .np-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }

  .np-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .np-footer-legal,
  .np-footer-social {
    justify-content: center;
  }

  .np-trust-stats {
    padding: 48px 0 56px;
  }

  .np-trust-stats-grid,
  .np-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .np-why,
  .np-ecosystem {
    padding: 64px 0;
  }

  .np-modules {
    padding: 72px 0 88px;
  }

  .np-compare,
  .np-credibility,
  .np-faq,
  .np-social-proof {
    padding: 64px 0;
  }

  .np-ops-highlights {
    grid-template-columns: 1fr;
  }

  .np-trust-grid {
    grid-template-columns: 1fr;
  }

  .np-hero-cta {
    flex-direction: column;
  }

  .np-hero-cta .np-btn {
    width: 100%;
  }

  .np-module-grid {
    grid-template-columns: 1fr;
  }

  .np-eco-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .np-eco-package-row {
    grid-template-columns: 1fr;
  }

  .np-module-packages-mount {
    margin-bottom: 24px;
    padding-bottom: 22px;
  }

  .np-modules--ecosystem {
    padding: 56px 0 64px;
  }

  .np-hero-showcase {
    max-width: 100%;
  }

  .np-hero-dashboard {
    max-height: 260px;
  }

  .np-hero-mobile {
    width: 48%;
    max-width: 160px;
    margin-top: -2rem;
    margin-left: 0;
    filter: drop-shadow(0 10px 24px rgba(15, 23, 42, 0.14));
  }

  .np-starter-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .np-starter-right {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .np-starter-price {
    text-align: left;
  }

  .np-starter-right .np-btn-primary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .np-eco-grid {
    grid-template-columns: 1fr;
  }
}
