/* ============================================================
   NAPally.io — redesign.css
   Styles for the redesigned pages. Loaded AFTER styles.css.
   All classes prefixed .np- to avoid collisions with legacy CSS.
   ============================================================ */
:root {
  --np-navy: #0d1b2a;
  --np-navy-deep: #0a1622;
  --np-blue: #1a6bb5;
  --np-blue-dark: #15599a;
  --np-blue-lt: #d6e8f7;
  --np-blue-xlt: #eaf3fc;
  --np-blue-glow: #5fa8e0;
  --np-blue-soft: #9ccaf0;
  --np-text: #1a1a2e;
  --np-mid: #595959;
  --np-faint: #7e8fa0;
  --np-hero-sub: #b9c6d4;
  --np-bg: #f4f6f8;
  --np-border: #e3e8ee;
  --np-green: #0a5c36;
  --np-green-lt: #d5f0e4;
  --np-green-glow: #4ade80;
  --np-amber: #b45309;
  --np-amber-lt: #fdf0dc;
  --np-red: #b42318;
  --np-red-lt: #fbe3e0;
}
.np-main {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--np-text);
  text-wrap: pretty;
}
.np-main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .np-main .container {
    padding: 0 48px;
  }
}
.np-main h1,
.np-main h2,
.np-main h3 {
  line-height: 1.15;
  margin: 0;
}

/* ---------- Buttons ---------- */
.np-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font:
    600 16px/1 "Inter",
    sans-serif;
  height: 52px;
  padding: 0 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s,
    transform 0.1s;
}
.np-btn--lg {
  height: 56px;
  padding: 0 32px;
  font-size: 17px;
}
.np-btn--sm {
  height: 44px;
  padding: 0 22px;
  font-size: 15px;
}
.np-btn--primary {
  background: var(--np-blue);
  color: #fff;
  box-shadow: 0 8px 24px rgba(26, 107, 181, 0.35);
}
.np-btn--primary:hover {
  background: var(--np-blue-dark);
  color: #fff;
}
.np-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}
.np-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.np-btn--outline {
  background: #fff;
  color: var(--np-blue);
  border: 1.5px solid var(--np-blue);
}
.np-btn--outline:hover {
  background: var(--np-blue-xlt);
  color: var(--np-blue);
}
.np-btn--white {
  background: #fff;
  color: var(--np-blue);
}
.np-btn--white:hover {
  background: var(--np-blue-xlt);
  color: var(--np-navy);
}
.np-btn:focus-visible {
  outline: 3px solid var(--np-blue-glow);
  outline-offset: 2px;
}
.np-btngroup {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Hero ---------- */
.np-hero {
  background: var(--np-navy);
  padding: 96px 0 72px;
  text-align: center;
  position: relative;
}
.np-hero--grid {
  background-image:
    linear-gradient(rgba(26, 107, 181, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 107, 181, 0.1) 1px, transparent 1px);
  background-size: 48px 48px;
}
.np-hero--dots {
  background-image: radial-gradient(
    rgba(26, 107, 181, 0.18) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
}
.np-hero--short {
  padding: 72px 0 64px;
}
.np-badge {
  display: inline-block;
  background: var(--np-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
}
.np-badge--outline {
  background: rgba(26, 107, 181, 0.25);
  border: 1px solid var(--np-blue);
  color: var(--np-blue-soft);
}
.np-hero h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  margin: 24px auto 0;
  max-width: 820px;
}
.np-hero .np-sub {
  color: var(--np-hero-sub);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
  max-width: 680px;
  margin: 20px auto 0;
}
.np-hero .np-btngroup {
  margin-top: 36px;
}
.np-trust {
  color: var(--np-faint);
  font-size: 14px;
  margin-top: 28px;
}
.np-hero--split {
  text-align: left;
  padding: 80px 0;
}
.np-hero--split .np-cols {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.np-hero--split h1 {
  margin: 22px 0 0;
  font-size: clamp(30px, 4vw, 46px);
}
.np-hero--split .np-sub {
  margin: 18px 0 0;
  max-width: 520px;
  font-size: 18px;
}
@media (max-width: 900px) {
  .np-hero--split .np-cols {
    grid-template-columns: 1fr;
  }
}

/* ---------- Scan/waitlist bar ---------- */
.np-scanbar {
  display: flex;
  gap: 0;
  margin-top: 32px;
  max-width: 520px;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.np-scanbar input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font:
    500 16px "Inter",
    sans-serif;
  padding: 0 16px;
  color: var(--np-text);
  background: transparent;
}
.np-scanbar .np-btn {
  white-space: nowrap;
  height: 50px;
  padding: 0 24px;
  box-shadow: none;
}
.np-scanbar--center {
  margin-left: auto;
  margin-right: auto;
}
.np-scanbar--light {
  background: var(--np-bg);
  border: 1px solid var(--np-border);
  box-shadow: none;
}
.np-waitnote {
  color: var(--np-faint);
  font-size: 14px;
  margin-top: 16px;
}
.np-waitok {
  background: var(--np-green-lt);
  color: var(--np-green);
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px 18px;
  border-radius: 8px;
  margin-top: 16px;
  text-align: left;
}

/* ---------- Stat bar ---------- */
.np-statbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--np-navy-deep);
}
.np-statbar > div {
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.np-statbar > div:last-child {
  border-right: none;
}
.np-statbar strong {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}
.np-statbar span {
  color: var(--np-faint);
  font-size: 14px;
  margin-top: 4px;
  display: block;
}
@media (max-width: 700px) {
  .np-statbar {
    grid-template-columns: 1fr;
  }
  .np-statbar > div {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}

/* ---------- Sections ---------- */
.np-section {
  padding: 80px 0;
}
.np-section--light {
  background: var(--np-bg);
}
.np-section--navy {
  background: var(--np-navy);
}
.np-section--blue {
  background: var(--np-blue);
}
.np-section--fade {
  background: linear-gradient(180deg, var(--np-blue-xlt) 0%, #fff 80%);
}
.np-sechead {
  text-align: center;
  margin-bottom: 48px;
}
.np-sechead h2 {
  color: var(--np-navy);
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
}
.np-sechead p {
  color: var(--np-mid);
  font-size: 16px;
  line-height: 1.6;
  max-width: 640px;
  margin: 14px auto 0;
}
.np-section--navy .np-sechead h2,
.np-section--blue .np-sechead h2 {
  color: #fff;
}
.np-section--blue .np-sechead p {
  color: var(--np-blue-xlt);
  font-size: 18px;
  max-width: 720px;
}
@media (max-width: 700px) {
  .np-section {
    padding: 48px 0;
  }
}

/* ---------- Grids & cards ---------- */
.np-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.np-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.np-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 960px) {
  .np-grid4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .np-grid2,
  .np-grid3,
  .np-grid4 {
    grid-template-columns: 1fr;
  }
}
.np-card {
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.np-card h3 {
  color: var(--np-navy);
  font-size: 19px;
  margin: 16px 0 8px;
}
.np-card p {
  color: var(--np-mid);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.np-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--np-blue-xlt);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--np-blue);
}
.np-icon svg {
  width: 22px;
  height: 22px;
}
.np-card--navy {
  background: var(--np-navy);
  border: none;
  box-shadow: 0 8px 28px rgba(13, 27, 42, 0.25);
}
.np-card--navy h3 {
  color: #fff;
}
.np-card--navy p {
  color: var(--np-hero-sub);
}
.np-card--pad {
  padding: 40px;
}
.np-eyebrow {
  font:
    600 11px ui-monospace,
    Menlo,
    monospace;
  letter-spacing: 0.1em;
  color: var(--np-blue);
  text-transform: uppercase;
}
.np-card--navy .np-eyebrow {
  color: var(--np-blue-glow);
}
.np-link {
  color: var(--np-blue);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.np-link:hover {
  color: var(--np-navy);
}
.np-card--navy .np-link {
  color: var(--np-blue-glow);
}
.np-card--navy .np-link:hover {
  color: #fff;
}

/* ---------- Steps ---------- */
.np-stepnum {
  font-size: 56px;
  font-weight: 800;
  color: var(--np-blue-lt);
  line-height: 1;
}
.np-step h3 {
  color: var(--np-navy);
  font-size: 20px;
  margin: 12px 0 8px;
}
.np-step p {
  color: var(--np-mid);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.np-hiwrow {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--np-blue-xlt);
}
.np-hiwrow h3 {
  color: var(--np-navy);
  font-size: 21px;
  margin: 0 0 8px;
}
.np-hiwrow p {
  color: var(--np-mid);
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 600px) {
  .np-hiwrow {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* ---------- Navy feature tiles ---------- */
.np-tile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 16px;
  text-align: left;
}
.np-tile .np-icon {
  background: var(--np-blue);
  color: #fff;
  flex: none;
}
.np-tile h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 6px;
}
.np-tile p {
  color: var(--np-hero-sub);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Pricing cards ---------- */
.np-pcard {
  border: 1px solid var(--np-border);
  border-radius: 12px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  text-align: left;
}
.np-pcard--featured {
  background: var(--np-blue);
  border: none;
  box-shadow: 0 12px 32px rgba(26, 107, 181, 0.3);
}
.np-pcard__name {
  font-weight: 600;
  color: var(--np-mid);
  font-size: 15px;
}
.np-pcard__price {
  font-size: 44px;
  font-weight: 800;
  color: var(--np-navy);
}
.np-pcard__price small {
  font-size: 18px;
  font-weight: 600;
  color: var(--np-mid);
}
.np-pcard p {
  color: var(--np-mid);
  font-size: 15px;
  margin: 0;
  line-height: 1.55;
}
.np-pcard--featured .np-pcard__name,
.np-pcard--featured p,
.np-pcard--featured .np-pcard__price small {
  color: var(--np-blue-lt);
}
.np-pcard--featured .np-pcard__price {
  color: #fff;
}
.np-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  font-size: 14.5px;
  color: var(--np-text);
  flex: 1;
}
.np-checks li {
  display: flex;
  gap: 9px;
}
.np-checks li::before {
  content: "✓";
  color: var(--np-green);
  font-weight: 700;
}
.np-pcard--featured .np-checks {
  color: #fff;
}
.np-pcard--featured .np-checks li::before {
  color: #fff;
}
.np-smallprint {
  color: var(--np-faint);
  font-size: 13.5px;
  margin-top: 24px;
  text-align: center;
}

/* ---------- Blue band / stats ---------- */
.np-bigstats {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 44px;
  flex-wrap: wrap;
}
.np-bigstats strong {
  display: block;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}
.np-bigstats span {
  color: var(--np-blue-lt);
  font-size: 14px;
  margin-top: 4px;
  display: block;
}
.np-chips {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.np-chip {
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: 12px;
  padding: 24px 32px;
  font-weight: 700;
  color: var(--np-navy);
  font-size: 17px;
}

/* ---------- Testimonial ---------- */
.np-quote {
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: 12px;
  padding: 36px 40px;
  margin: 32px auto 0;
  max-width: 720px;
  text-align: left;
}
.np-quote > span {
  color: var(--np-blue);
  font-size: 26px;
  line-height: 1;
  display: block;
}
.np-quote p {
  color: var(--np-text);
  font-size: 17px;
  line-height: 1.65;
  margin: 8px 0 0;
  font-style: italic;
}
.np-quote footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.np-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--np-blue-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--np-blue);
  font-weight: 700;
  flex: none;
}
.np-quote cite {
  font-style: normal;
}
.np-quote cite strong {
  display: block;
  font-weight: 700;
  color: var(--np-navy);
  font-size: 15px;
}
.np-quote cite span {
  color: var(--np-mid);
  font-size: 13.5px;
}

/* ---------- Final CTA ---------- */
.np-cta {
  background: var(--np-navy);
  padding: 88px 0;
  text-align: center;
}
.np-cta h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
}
.np-cta p {
  color: var(--np-hero-sub);
  font-size: 17px;
  max-width: 640px;
  margin: 18px auto 0;
  line-height: 1.6;
}
.np-cta .np-btngroup {
  margin-top: 36px;
}

/* ---------- Sticky CTA bar ---------- */
.np-sticky {
  position: sticky;
  bottom: 0;
  z-index: 60;
  background: #fff;
  border-top: 1px solid var(--np-border);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.np-sticky p {
  font-size: 15px;
  color: var(--np-text);
  margin: 0;
}
.np-sticky > div {
  display: flex;
  gap: 12px;
}
@media (max-width: 700px) {
  .np-sticky p {
    display: none;
  }
  .np-sticky > div {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Report mockup ---------- */
.np-report {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  padding: 28px;
  text-align: left;
}
.np-report__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.np-report__title {
  font-weight: 700;
  font-size: 15px;
  color: var(--np-navy);
}
.np-report__tag {
  font:
    600 11px ui-monospace,
    Menlo,
    monospace;
  color: var(--np-mid);
  background: var(--np-bg);
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.06em;
}
.np-report__stats {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.np-report__nums {
  flex: 1;
  min-width: 180px;
  display: grid;
  gap: 8px;
  font-size: 13px;
}
.np-report__nums div {
  display: flex;
  justify-content: space-between;
}
.np-report__nums span {
  color: var(--np-mid);
}
.np-report__rows {
  border-top: 1px solid var(--np-blue-xlt);
  margin-top: 18px;
  padding-top: 14px;
  display: grid;
  gap: 10px;
  font-size: 13.5px;
}
.np-report__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.np-report__row b {
  flex: 1;
  color: var(--np-text);
  font-weight: 500;
}
.np-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: none;
}
.np-dot--ok {
  background: var(--np-green);
}
.np-dot--warn {
  background: var(--np-amber);
}
.np-dot--err {
  background: var(--np-red);
  animation: np-pulse 1.6s infinite;
}
.np-pill {
  font-weight: 600;
  font-size: 11.5px;
  padding: 3px 9px;
  border-radius: 999px;
}
.np-pill--ok {
  color: var(--np-green);
  background: var(--np-green-lt);
}
.np-pill--warn {
  color: var(--np-amber);
  background: var(--np-amber-lt);
}
.np-pill--err {
  color: var(--np-red);
  background: var(--np-red-lt);
}
.np-report__cta {
  margin-top: 18px;
  background: var(--np-blue);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14.5px;
  padding: 13px;
  border-radius: 8px;
}
@keyframes np-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

/* ---------- Gauge ---------- */
.np-gauge-arc {
  animation: np-gauge 1.4s ease both;
}
@keyframes np-gauge {
  from {
    stroke-dashoffset: 251;
  }
}

/* ---------- Before / After ---------- */
.np-ba {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 48px;
  flex-wrap: wrap;
}
.np-ba__card {
  background: #fff;
  border: 1px solid var(--np-border);
  border-radius: 12px;
  padding: 28px 36px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  width: 250px;
  text-align: left;
}
.np-ba__card--dark {
  background: var(--np-navy);
  border: none;
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.35);
}
.np-ba__label {
  font:
    600 11px ui-monospace,
    Menlo,
    monospace;
  letter-spacing: 0.1em;
  color: var(--np-mid);
}
.np-ba__card--dark .np-ba__label {
  color: var(--np-faint);
}
.np-ba__score {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 8px;
}
.np-ba__score--bad {
  color: var(--np-red);
}
.np-ba__score--good {
  color: var(--np-green-glow);
}
.np-ba__sub {
  color: var(--np-mid);
  font-size: 14px;
  margin-top: 2px;
}
.np-ba__card--dark .np-ba__sub {
  color: var(--np-hero-sub);
}
.np-ba__list {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--np-mid);
}
.np-ba__card--dark .np-ba__list {
  color: var(--np-hero-sub);
}
.np-ba__mid {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.np-ba__delta {
  background: var(--np-green);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  padding: 10px 18px;
  border-radius: 999px;
}
.np-ba__arrow {
  color: var(--np-blue);
  font-size: 28px;
  font-weight: 800;
}
.np-ba__note {
  color: var(--np-mid);
  font-size: 12px;
}

/* ---------- Sub-scores & zones ---------- */
.np-subs {
  display: grid;
  gap: 12px;
  text-align: left;
  min-width: 300px;
  max-width: 400px;
}
.np-subs > div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.np-subs b {
  width: 110px;
  font-size: 14px;
  font-weight: 600;
  color: var(--np-navy);
}
.np-subs .bar {
  flex: 1;
  height: 10px;
  background: var(--np-border);
  border-radius: 5px;
  overflow: hidden;
}
.np-subs .bar i {
  display: block;
  height: 100%;
  border-radius: 5px;
}
.np-subs em {
  font-style: normal;
  font-size: 13px;
  color: var(--np-mid);
  width: 36px;
}
.np-zones {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 36px;
  font-size: 13px;
  font-weight: 600;
  flex-wrap: wrap;
}
.np-zones span {
  padding: 6px 14px;
  border-radius: 999px;
}

/* ---------- Bundles ---------- */
.np-bund {
  border: 1px solid var(--np-border);
  border-radius: 12px;
  padding: 32px 24px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.np-bund--featured {
  background: var(--np-blue);
  border: none;
  box-shadow: 0 12px 32px rgba(26, 107, 181, 0.3);
}
.np-bund__name {
  font-weight: 600;
  font-size: 15px;
  color: var(--np-mid);
}
.np-bund__price {
  font-size: 40px;
  font-weight: 800;
  margin-top: 8px;
  color: var(--np-navy);
}
.np-bund__sub {
  font-size: 14.5px;
  margin-top: 4px;
  color: var(--np-mid);
}
.np-bund__per {
  font-size: 13px;
  margin-top: 12px;
  color: var(--np-mid);
}
.np-bund--featured .np-bund__name,
.np-bund--featured .np-bund__sub,
.np-bund--featured .np-bund__per {
  color: var(--np-blue-lt);
}
.np-bund--featured .np-bund__price {
  color: #fff;
}

/* ---------- Table ---------- */
.np-table {
  border: 1px solid var(--np-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.np-tablewrap {
  overflow-x: auto;
  border-radius: 12px;
}
.np-table th {
  background: var(--np-navy);
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  padding: 14px 24px;
  text-align: left;
}
.np-table td {
  padding: 16px 24px;
  font-size: 14.5px;
  border-top: 1px solid var(--np-blue-xlt);
  color: var(--np-mid);
  vertical-align: middle;
}
.np-table td:first-child {
  font-weight: 600;
  color: var(--np-navy);
}
.np-table td.np-price {
  color: var(--np-blue);
  font-weight: 700;
}

/* ---------- Calculator ---------- */
.np-calc {
  max-width: 880px;
  margin: 0 auto;
  background: var(--np-blue-xlt);
  border: 1px solid var(--np-blue-lt);
  border-radius: 12px;
  padding: 40px;
}
.np-calc h2 {
  color: var(--np-navy);
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
.np-calc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 32px;
  align-items: center;
}
.np-calc__row {
  margin-bottom: 24px;
}
.np-calc__row:last-child {
  margin-bottom: 0;
}
.np-calc__label {
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--np-navy);
  margin-bottom: 8px;
}
.np-calc input[type="range"] {
  width: 100%;
  accent-color: var(--np-blue);
}
.np-calc__out {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.np-calc__out small {
  font-size: 14px;
  color: var(--np-mid);
}
.np-calc__total {
  font-size: 48px;
  font-weight: 800;
  color: var(--np-navy);
  margin-top: 6px;
}
.np-calc__min {
  font-size: 13.5px;
  margin-top: 8px;
  font-weight: 600;
}
.np-calc__note {
  text-align: center;
  font-size: 13px;
  color: var(--np-mid);
  margin: 24px 0 0;
}
@media (max-width: 760px) {
  .np-calc__grid {
    grid-template-columns: 1fr;
  }
  .np-calc {
    padding: 24px;
  }
}

/* ---------- FAQ (native details) ---------- */
.np-faq {
  max-width: 760px;
  margin: 40px auto 0;
  display: grid;
  gap: 12px;
}
.np-faq details {
  border: 1px solid var(--np-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.np-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  color: var(--np-navy);
  font-size: 16px;
  list-style: none;
}
.np-faq summary::-webkit-details-marker {
  display: none;
}
.np-faq summary::after {
  content: "+";
  color: var(--np-blue);
  font-size: 20px;
  font-weight: 700;
  flex: none;
}
.np-faq details[open] summary {
  background: var(--np-blue-xlt);
}
.np-faq details[open] summary::after {
  content: "−";
}
.np-faq summary:hover {
  background: var(--np-blue-xlt);
}
.np-faq summary:focus-visible {
  outline: 3px solid var(--np-blue-glow);
  outline-offset: -3px;
}
.np-faq details p {
  padding: 16px 24px 20px;
  color: var(--np-mid);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* ---------- Callouts ---------- */
.np-callout {
  border-radius: 12px;
  padding: 32px;
  text-align: left;
}
.np-callout--info {
  background: #fff;
  border-left: 4px solid var(--np-blue);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.np-callout--navy {
  background: var(--np-navy);
  box-shadow: 0 8px 24px rgba(13, 27, 42, 0.25);
}
.np-callout--soft {
  background: var(--np-blue-xlt);
  border: 1px solid var(--np-blue-lt);
}
.np-callout h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: var(--np-navy);
}
.np-callout--navy h3 {
  color: #fff;
}
.np-callout p {
  color: var(--np-mid);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.np-callout--navy p {
  color: var(--np-hero-sub);
}

/* ---------- Diff strip / deliverables ---------- */
.np-diff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--np-navy-deep);
}
.np-diff > div {
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.np-diff > div:last-child {
  border-right: none;
}
.np-diff strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.np-diff span {
  color: var(--np-faint);
  font-size: 14px;
  margin-top: 4px;
  display: block;
}
@media (max-width: 700px) {
  .np-diff {
    grid-template-columns: 1fr;
  }
  .np-diff > div {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.np-dtile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 22px;
  text-align: left;
}
.np-dtile strong {
  color: #fff;
  font-weight: 700;
  font-size: 15.5px;
  display: block;
}
.np-dtile span {
  color: var(--np-hero-sub);
  font-size: 13.5px;
  margin-top: 6px;
  line-height: 1.5;
  display: block;
}
.np-bigprice {
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 800;
  color: #fff;
  margin-top: 24px;
  text-align: center;
}
.np-bigprice small {
  font-size: 22px;
  font-weight: 600;
  color: var(--np-hero-sub);
}

/* ---------- Contact / forms ---------- */
.np-contactgrid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 900px) {
  .np-contactgrid {
    grid-template-columns: 1fr;
  }
}
.np-form {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.np-form .np-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 560px) {
  .np-form .np-2col {
    grid-template-columns: 1fr;
  }
}
.np-field {
  display: grid;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--np-navy);
}
.np-field input,
.np-field select,
.np-field textarea {
  border: 1px solid #d6dde5;
  border-radius: 8px;
  padding: 12px 14px;
  font:
    400 15px "Inter",
    sans-serif;
  color: var(--np-text);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.np-field input:focus,
.np-field select:focus,
.np-field textarea:focus {
  outline: 2px solid var(--np-blue);
  outline-offset: 0;
  border-color: var(--np-blue);
}
.np-field .np-hint {
  font-weight: 400;
  color: var(--np-faint);
  font-size: 12px;
}
.np-checkline {
  display: flex;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--np-mid);
  align-items: flex-start;
  cursor: pointer;
}
.np-checkline input {
  margin-top: 2px;
  accent-color: var(--np-blue);
  width: auto;
}
.np-form .is-invalid {
  border-color: var(--np-red);
}
.form-error-msg {
  color: var(--np-red);
  font-size: 12.5px;
  font-weight: 500;
  display: none;
}
.form-error-msg.is-visible {
  display: block;
}
.np-formok {
  background: var(--np-green-lt);
  border-radius: 12px;
  padding: 20px 24px;
  color: var(--np-green);
  font-size: 15px;
}
.np-formerr {
  background: var(--np-red-lt);
  border-radius: 12px;
  padding: 20px 24px;
  color: var(--np-red);
  font-size: 14px;
}
.np-formerr a {
  color: var(--np-red);
  font-weight: 600;
}
.np-calendly {
  width: 100%;
  height: 400px;
  border: 1px solid var(--np-border);
  border-radius: 12px;
  margin-top: 24px;
}

/* ---------- Nav (injected by main.js) ---------- */
.np-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--np-navy);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: "Inter", system-ui, sans-serif;
}
.np-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 768px) {
  .np-nav__inner {
    padding: 0 48px;
  }
}
.np-logo {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.np-logo span {
  color: var(--np-blue-glow);
}
.np-logo:hover {
  color: #fff;
}
.np-logo__img {
  height: auto;
  width: 180px;
  display: block;
  border-radius: 8px;
  padding: 3px 8px;
}
.np-nav__links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.np-nav__links a {
  color: var(--np-blue-lt);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.np-nav__links a:hover {
  color: #fff;
}
.np-nav__links a[aria-current="page"] {
  color: #fff;
  border-bottom-color: var(--np-blue);
}
.np-nav__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.np-nav__cta {
  display: inline-flex;
  align-items: center;
  background: var(--np-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}
.np-nav__cta:hover {
  background: var(--np-blue-dark);
  color: #fff;
}
.np-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}
.np-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
@media (max-width: 960px) {
  .np-nav__links {
    display: none;
  }
  .np-burger {
    display: flex;
  }
}
.np-drawer {
  position: fixed;
  inset: 0;
  background: var(--np-navy);
  z-index: 200;
  display: none;
  flex-direction: column;
  padding: 16px 24px;
  overflow-y: auto;
}
.np-drawer.is-open {
  display: flex;
}
.np-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.np-drawer__close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.np-drawer ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.np-drawer ul a {
  display: block;
  color: var(--np-blue-lt);
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.np-drawer ul a:hover,
.np-drawer ul a[aria-current="page"] {
  color: #fff;
}
.np-drawer__cta {
  margin-top: 28px;
}

/* ---------- Footer (injected by main.js) ---------- */
.np-footer {
  background: var(--np-navy-deep);
  padding: 64px 0 0;
  font-family: "Inter", system-ui, sans-serif;
}
.np-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .np-footer__grid {
    padding: 0 48px;
  }
}
@media (max-width: 900px) {
  .np-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .np-footer__grid {
    grid-template-columns: 1fr;
  }
}
.np-footer__tagline {
  color: var(--np-faint);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 12px 0 0;
  max-width: 300px;
}
.np-footer__title {
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  margin: 0 0 14px;
}
.np-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.np-footer ul a {
  color: var(--np-faint);
  font-size: 14.5px;
  text-decoration: none;
}
.np-footer ul a:hover {
  color: #fff;
}
.np-footer .waitlist-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  max-width: none;
  margin: 0;
}
.np-footer .waitlist-form input {
  flex: 1;
  min-width: 0;
  min-height: 0;
  height: 40px;
  border: none;
  outline: none;
  font:
    500 14px "Inter",
    sans-serif;
  padding: 0 12px;
  color: var(--np-text);
  background: transparent;
}
.np-footer .waitlist-form button {
  flex: none;
  align-self: center;
  background: var(--np-blue);
  color: #fff;
  font:
    600 14px "Inter",
    sans-serif;
  padding: 0 16px;
  height: 40px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}
.np-footer .waitlist-form button:hover {
  background: var(--np-blue-dark);
}
.np-footer__note {
  color: var(--np-faint);
  font-size: 12.5px;
  margin: 10px 0 0;
}
.np-footer__ok {
  background: var(--np-green-lt);
  color: var(--np-green);
  font-weight: 600;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 8px;
  margin-top: 10px;
}
.np-footer__bottom {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--np-mid);
}
@media (min-width: 768px) {
  .np-footer__bottom {
    padding: 20px 48px;
  }
}
.np-footer__bottom a {
  color: var(--np-mid);
  text-decoration: none;
  margin-left: 20px;
}
.np-footer__bottom a:hover {
  color: #fff;
}

/* ---------- Reveal animations ---------- */
.np-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.np-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .np-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .np-gauge-arc,
  .np-dot--err {
    animation: none;
  }
}
