/* Spotvira — extends referralcandy-marketing.webflow.shared.* (see public/referralcandy-template/index.html) */

:root {
  --nl-ink: #101828;
  --nl-muted: #475467;
  --nl-cta-band-bg: #eef2f7;
  --nl-line: rgba(16, 24, 40, 0.12);
  --nl-accent: #0ea5e9;
  --nl-accent-ink: #0b1220;
  --nl-green: #067647;
  --nl-green-bg: #ecfdf3;
  --nl-amber-bg: #fff7e8;
  --nl-blue-bg: #eff8ff;
  --nl-shadow: 0 24px 64px rgba(16, 24, 40, 0.14);
  --nl-radius: 1rem;
  --nl-radius-lg: 1.5rem;
  --nl-font-sans: "DM Sans", Inter, system-ui, sans-serif;
  --nl-font-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --untitled-ui--primary50: #f0f9ff;
  --untitled-ui--primary100: #e0f2fe;
  --untitled-ui--primary200: #bae6fd;
  --untitled-ui--primary300: #7dd3fc;
  --untitled-ui--primary500: #38bdf8;
  --untitled-ui--primary600: #0ea5e9;
  --untitled-ui--primary700: #0284c7;
  --untitled-ui--primary800: #0369a1;
  --untitled-ui--primary900: #0c4a6e;
  --nl-sky-cta: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 52%, #0284c7 100%);
  --nl-sky-cta-solid: #0ea5e9;
  --nl-sky-cta-hover: linear-gradient(135deg, #22b7f5 0%, #0891d1 52%, #0369a1 100%);
  --nl-sky-cta-hover-solid: #0891d1;
  --nl-sky-cta-ring: rgba(14, 165, 233, 0.22);
}

/* Shared primary buttons */
body.body .uui-button-48,
body.body .uui-button-49,
body.body .uui-button-55,
body.body .uui-button-68,
body.body .uui-button-69 {
  background: var(--nl-sky-cta) !important;
  background-color: var(--nl-sky-cta-solid) !important;
  border-color: var(--nl-sky-cta-solid) !important;
  color: #ffffff !important;
  border-radius: 0.2rem !important;
  min-height: 3.1rem !important;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
  font-family: var(--nl-font-sans) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  box-shadow: none !important;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease !important;
}

body.body .uui-button-48:hover,
body.body .uui-button-49:hover,
body.body .uui-button-55:hover,
body.body .uui-button-68:hover,
body.body .uui-button-69:hover {
  background: var(--nl-sky-cta-hover) !important;
  background-color: var(--nl-sky-cta-hover-solid) !important;
  border-color: var(--nl-sky-cta-hover-solid) !important;
  transform: translateY(-1px) !important;
}

body.body .uui-button-48:focus,
body.body .uui-button-49:focus,
body.body .uui-button-55:focus,
body.body .uui-button-68:focus,
body.body .uui-button-69:focus {
  background: var(--nl-sky-cta) !important;
  background-color: var(--nl-sky-cta-solid) !important;
  border-color: var(--nl-sky-cta-solid) !important;
  box-shadow: 0 0 0 4px var(--nl-sky-cta-ring) !important;
}

/* Webflow grey hover → white (nav + outline secondaries) */
body.body .uui-button-tertiary-gray-7:hover {
  background-color: #ffffff !important;
  color: var(--nl-ink) !important;
  box-shadow: none;
}

body.body .uui-button-tertiary-gray-7,
body.body .uui-button-secondary-gray-50 {
  border-radius: 0.2rem !important;
  min-height: 3.1rem !important;
  padding-left: 1.15rem !important;
  padding-right: 1.15rem !important;
  font-family: var(--nl-font-sans) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

body.body .uui-button-secondary-gray-50:hover,
body.body .uui-button-secondary-gray-50:focus {
  background-color: #ffffff !important;
  color: var(--nl-ink) !important;
}

body.body .uui-button-secondary-gray-50:hover {
  border-color: rgba(16, 24, 40, 0.18) !important;
  box-shadow: none;
}

/* “Built for local businesses” band: copy left, small illustration right (text + photo) */
.nl-built-local {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  animation: none;
  padding: 2rem 0;
}
.nl-built-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 12.5rem);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1rem 1.35rem;
  border-radius: var(--nl-radius-lg);
  background: #ffffff;
  backdrop-filter: none;
}
@media (max-width: 767px) {
  .nl-built-local {
    padding: 1.5rem 0;
  }
  .nl-built-local-grid {
    grid-template-columns: 1fr;
    max-width: 28rem;
    gap: 1.25rem;
    padding: 1rem 1rem 1.125rem;
  }
}
.nl-built-local-copy {
  text-align: left;
}
.nl-built-local-title,
.nl-built-local-lead {
  color: #0b1220;
}

.nl-built-local .nl-built-local-title {
  margin: 0;
  font-weight: 700;
}
.nl-built-local .nl-built-local-lead {
  margin: 0;
  color: var(--nl-muted);
  font-style: italic;
  line-height: 1.55;
  max-width: none;
}
.nl-built-local-visual {
  margin: 0;
  width: 100%;
  max-width: 12.5rem;
  justify-self: end;
  line-height: 0;
}
@media (max-width: 767px) {
  .nl-built-local-visual {
    justify-self: start;
    max-width: 9.5rem;
  }
}
.nl-built-local-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--nl-radius-lg);
}

/* Home: bottom CTA — light band; no top border (avoids a line under the section above) */
.uui-section_cta08-2.nl-home-cta-band {
  background-color: var(--nl-cta-band-bg);
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}

/* “QR / SMS / Local” block — only on home; drop bottom rule so CTA meets it cleanly */
.uui-section_layout36 {
  border-bottom: none;
  box-shadow: none;
}

/* Preview mockups (aligned with public/referralcandy-template/index.html) */
/* Marketing hero: single image (replaces dense browser mockup) */
.nl-hero-visual {
  margin: 0;
  display: grid;
  gap: 1rem;
  justify-items: center;
}
.nl-hero-visual-frame {
  width: 100%;
  max-width: 36rem;
  border-radius: var(--nl-radius-lg);
  overflow: hidden;
  border: none;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}
.nl-hero-visual-frame--illustration {
  background: transparent;
}
.nl-hero-visual-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Hero “eyebrow” / kicker — short line above the main headline */
.nl-home-hero-stage {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  animation: none;
}

.nl-hero-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: var(--nl-muted);
}

.nl-animated-hero {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #ffffff;
  backdrop-filter: none;
  padding: 2.5rem 1.5rem;
}

.nl-animated-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.nl-animated-hero-copy {
  max-width: 36rem;
}

.nl-animated-hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--nl-font-sans);
  color: rgba(16, 24, 40, 0.7);
}

.nl-animated-hero-title {
  margin: 1rem 0 0;
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-family: var(--nl-font-display);
  color: #000000;
}

.nl-animated-hero-text {
  margin: 1.25rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.7;
  font-family: var(--nl-font-sans);
  color: rgba(16, 24, 40, 0.65);
}

.nl-animated-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.nl-animated-hero-actions .button {
  min-height: 3rem;
  padding-inline: 1.25rem;
  font-family: var(--nl-font-sans);
}

.nl-animated-hero-actions .button-secondary {
  background: #ffffff;
  color: #000000;
  border-color: rgba(16, 24, 40, 0.12);
}

.nl-animated-hero-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 34rem;
  margin-top: 2rem;
}

.nl-animated-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: rgba(14, 165, 233, 0.07);
  font-size: 0.92rem;
  line-height: 1.45;
  font-family: var(--nl-font-sans);
  color: rgba(16, 24, 40, 0.78);
}

.nl-animated-hero-tag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 1.9rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--nl-sky-cta-solid);
}

.nl-animated-hero-tag span:last-child {
  min-width: 0;
}

.nl-hero-static-visual {
  margin: 0;
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
}

.nl-hero-static-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .nl-animated-hero {
    padding: 2rem 1.25rem;
  }

  .nl-animated-hero-grid {
    grid-template-columns: 1fr;
  }

  .nl-animated-hero-copy {
    max-width: none;
  }

  .nl-animated-hero-tags {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .nl-hero-static-visual {
    max-width: 38rem;
  }
}

@media (max-width: 640px) {
  .nl-animated-hero {
    padding: 1.5rem 1rem;
    border-radius: 1.5rem;
  }

  .nl-animated-hero-title {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .nl-animated-hero-text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .nl-animated-hero-actions {
    flex-direction: column;
  }

  .nl-animated-hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .nl-hero-static-visual {
    max-width: 100%;
    margin-top: 0.5rem;
  }
}

/* Home: referral growth calculator (ambassadors + adjacent businesses) */
.nl-perk-calculator {
  background: #ffffff;
  padding: 1.25rem 0 1.5rem;
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator .nl-perk-calculator-pad {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nl-perk-calculator-shell {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid var(--nl-line);
  background: #ffffff;
  box-shadow: none;
  max-width: 70rem;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .nl-perk-calculator-shell {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
}

.nl-perk-calculator-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 10.75rem;
  height: 100%;
  padding: 1.1rem 1.1rem 1.2rem;
  background: #f1f5f9;
  color: #ffffff;
}

.nl-perk-calculator-hero-bg {
  position: absolute;
  inset: 0;
  background-color: #f1f5f9;
  background-image:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.45), transparent 50%),
    linear-gradient(
      100deg,
      rgba(15, 23, 42, 0.38) 0%,
      rgba(15, 23, 42, 0.06) 52%,
      rgba(15, 23, 42, 0.2) 100%
    ),
    url("/assets/avalon-flowers-portland.png");
  background-size: auto, auto, cover;
  background-position: center, center, left center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.nl-perk-calculator-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.nl-perk-calculator-pill {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-hero-title {
  margin: 0.5rem 0 0;
  max-width: 18rem;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-family: var(--nl-font-display);
  text-shadow:
    0 1px 2px rgba(15, 23, 42, 0.45),
    0 2px 16px rgba(15, 23, 42, 0.35);
}

.nl-perk-calculator-hero-lead {
  margin: 0.35rem 0 0;
  max-width: 18rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.4);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.nl-perk-calculator-mini-stat {
  padding: 0.5rem 0.6rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}

.nl-perk-calculator-mini-label {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 1px rgba(15, 23, 42, 0.25);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-mini-value {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.1rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-controls {
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
}

.nl-perk-calculator-controls-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.8rem;
  padding: 0.9rem 1rem 0;
}

@media (min-width: 768px) {
  .nl-perk-calculator-controls-head {
    padding: 1rem 1.1rem 0;
  }
}

@media (min-width: 1100px) {
  .nl-perk-calculator-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .nl-perk-calculator-controls-head,
  .nl-perk-calculator-footer {
    grid-column: 1 / -1;
  }
}

.nl-perk-calculator-controls-title {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 600;
  font-family: var(--nl-font-display);
  color: var(--nl-ink);
}

.nl-perk-calculator-controls-sub {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  color: var(--nl-muted);
}

.nl-perk-calculator-chip {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-panel {
  margin: 0.7rem 1rem 0;
  padding: 0.8rem 0.9rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: none;
}

@media (min-width: 768px) {
  .nl-perk-calculator-panel {
    margin: 0.7rem 1.1rem 0;
  }
}

.nl-perk-calculator-panel + .nl-perk-calculator-panel {
  margin-top: 0.7rem;
}

.nl-perk-calculator-panel-head {
  margin-bottom: 0.45rem;
}

.nl-perk-calculator-panel-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-panel-desc {
  margin: 0.15rem 0 0;
  font-size: 0.74rem;
  line-height: 1.35;
  color: var(--nl-muted);
  font-family: var(--nl-font-sans);
}

.nl-perk-slider {
  padding: 0.55rem 0;
  border-top: 1px solid rgba(16, 24, 40, 0.06);
}

.nl-perk-calculator-panel-head + .nl-perk-slider {
  border-top: none;
  padding-top: 0;
}

.nl-perk-slider-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
}

.nl-perk-slider-label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans);
}

.nl-perk-slider-helper {
  margin: 0.15rem 0 0;
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--nl-muted);
  font-family: var(--nl-font-sans);
}

.nl-perk-slider-num {
  width: 4rem;
  min-height: 2rem;
  padding: 0.3rem 0.45rem;
  border-radius: 0.6rem;
  border: 1px solid var(--nl-line);
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: right;
  font-family: var(--nl-font-sans);
}

.nl-perk-slider-bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.nl-perk-slider-range {
  flex: 1;
  min-width: 0;
  height: 0.4rem;
  border-radius: 999px;
  accent-color: var(--nl-sky-cta);
  cursor: pointer;
}

.nl-perk-slider-suffix {
  flex-shrink: 0;
  width: 4rem;
  text-align: right;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--nl-muted);
  font-variant-numeric: tabular-nums;
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-footer {
  margin-top: auto;
  padding: 0.95rem 1rem 1rem;
  background: linear-gradient(180deg, var(--untitled-ui--primary100) 0%, var(--untitled-ui--primary50) 100%);
  border-top: 1px solid rgba(255, 14, 139, 0.18);
  box-shadow: none;
}

@media (min-width: 768px) {
  .nl-perk-calculator-footer {
    padding: 1rem 1.1rem 1.1rem;
  }
}

.nl-perk-calculator-footer-label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans);
}

@media (min-width: 768px) {
  .nl-perk-calculator-footer-label {
    font-size: 0.92rem;
  }
}

.nl-perk-calculator-total {
  margin: 0.15rem 0 0;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--nl-ink);
  font-variant-numeric: tabular-nums;
  font-family: var(--nl-font-display);
}

.nl-perk-calculator-stats3 {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.6rem;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .nl-perk-calculator-stats3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.nl-perk-stat-card {
  padding: 0.55rem 0.6rem;
  border-radius: 0.8rem;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: none;
}

.nl-perk-stat-label {
  display: block;
  font-size: 0.68rem;
  color: var(--nl-muted);
  font-family: var(--nl-font-sans);
}

.nl-perk-stat-value {
  display: block;
  margin-top: 0.15rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--nl-ink);
  font-variant-numeric: tabular-nums;
  font-family: var(--nl-font-sans);
}

.nl-perk-stat-sub {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.6rem;
  line-height: 1.3;
  color: var(--nl-muted);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-cta {
  width: 100%;
  justify-content: center;
  margin-top: 0.7rem;
  min-height: 2.55rem;
  font-size: 0.9rem;
  background: var(--nl-sky-cta);
  color: #ffffff;
  border: 1px solid var(--nl-sky-cta-solid);
  font-family: var(--nl-font-sans);
}

.nl-perk-calculator-cta:hover {
  background: var(--nl-sky-cta-hover);
  border-color: var(--nl-sky-cta-hover-solid);
  color: #ffffff;
  filter: none;
}

/* Home: example scenario block (before “Built for local businesses”) */
.nl-example-story-section {
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 55%);
}
.nl-example-story {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2.25rem 0;
  text-align: center;
}
.nl-example-story-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #667085;
}
.nl-example-story .uui-heading-medium {
  margin: 0;
  font-family: var(--nl-font-display) !important;
}
.nl-example-story-body {
  text-align: left;
  color: var(--nl-muted);
  font-size: 1.0625rem;
  line-height: 1.65;
}
.nl-example-story-body p {
  margin: 0 0 1rem;
}
.nl-example-story-body p:last-child {
  margin-bottom: 0;
}
.nl-example-story-body strong {
  color: var(--nl-ink);
  font-weight: 600;
}

.button-row-center {
  justify-content: center;
}

.nl-example-story .uui-button-55 {
  box-shadow: none;
}

.spotvira-preview {
  display: grid;
  gap: 1.5rem;
}
.spotvira-browser,
.spotvira-phone,
.spotvira-mini-card {
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.07);
  border: 1px solid rgba(16, 24, 40, 0.08);
}
.spotvira-browser {
  padding: 1rem;
}
.spotvira-browser-bar {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.spotvira-browser-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #d0d5dd;
}
.spotvira-browser-screen {
  display: grid;
  gap: 1rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #fffdf7 0%, #f7f4ee 100%);
  padding: 1.25rem;
}
.spotvira-pill-row,
.spotvira-stat-row,
.spotvira-button-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.spotvira-pill,
.spotvira-stat,
.spotvira-button-chip {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #344054;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
}
.spotvira-button-chip.primary {
  color: #ffffff;
  background: var(--nl-sky-cta);
  border-color: var(--nl-sky-cta);
}
.spotvira-list {
  display: grid;
  gap: 0.75rem;
}
.spotvira-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  color: #344054;
}
.spotvira-list-item strong {
  display: block;
  color: #101828;
  margin-bottom: 0.15rem;
}
.spotvira-status {
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  background: #ecfdf3;
  color: #067647;
  white-space: nowrap;
}
.spotvira-status.pending {
  background: #fff7e8;
  color: #b54708;
}
.spotvira-status.live {
  background: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}
.spotvira-phone-wrap {
  display: flex;
  justify-content: flex-end;
}
.spotvira-phone {
  width: min(18rem, 100%);
  padding: 0.9rem;
}
.spotvira-phone-screen {
  border-radius: 1.4rem;
  background: linear-gradient(180deg, #101828 0%, #182230 100%);
  color: #ffffff;
  padding: 1.2rem;
  display: grid;
  gap: 0.9rem;
}
.spotvira-phone-card {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.9rem;
}
.spotvira-phone-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 0.4rem;
}
.spotvira-phone-field {
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.8rem 0.9rem;
  font-weight: 600;
}
.spotvira-phone-cta {
  border-radius: 0.95rem;
  background: linear-gradient(180deg, var(--untitled-ui--primary500) 0%, var(--nl-sky-cta) 100%);
  color: #ffffff;
  text-align: center;
  padding: 0.85rem 1rem;
  font-weight: 700;
}
.spotvira-section-copy {
  max-width: 44rem;
  margin: 0 auto;
}
.spotvira-plain-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Home: “Start today” — QR / SMS / Local with large icon tiles */
.nl-home-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.nl-home-benefit {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
}

.nl-home-benefit-icon-wrap {
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--nl-ink);
}

.nl-home-benefit-icon {
  width: 2.85rem;
  height: 2.85rem;
}

.nl-home-benefit-copy {
  min-width: 0;
  padding-top: 0.2rem;
}

.nl-home-benefit-label {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans) !important;
  margin-bottom: 0.35rem;
}

.nl-home-benefit-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--nl-muted);
}

@media (max-width: 767px) {
  .nl-home-benefit-icon-wrap {
    width: 4.75rem;
    height: 4.75rem;
  }

  .nl-home-benefit-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.spotvira-step-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.spotvira-preview-heading {
  margin: 0;
  color: #101828;
}
.spotvira-preview-copy {
  margin: 0;
  color: #475467;
}

.nl-mock-flow {
  display: grid;
  gap: 0.55rem;
}

.nl-mock-step {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.6rem 0.7rem;
  border-radius: 0.85rem;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.nl-mock-num {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: var(--nl-sky-cta);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.75rem;
  display: grid;
  place-items: center;
  line-height: 1;
}

.nl-mock-step-body strong {
  display: block;
  font-size: 0.82rem;
  color: #101828;
  margin-bottom: 0.12rem;
}

.nl-mock-step-body span {
  font-size: 0.76rem;
  color: #667085;
  line-height: 1.35;
}

.nl-mock-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.nl-mock-stat {
  text-align: center;
  padding: 0.55rem 0.35rem;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.nl-mock-stat b {
  display: block;
  font-size: 1.05rem;
  color: #101828;
  font-weight: 700;
  line-height: 1.2;
}

.nl-mock-stat span {
  display: block;
  font-size: 0.65rem;
  color: #667085;
  font-weight: 600;
  margin-top: 0.2rem;
  line-height: 1.25;
}

.nl-mock-list-heading {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #667085;
  margin: 0.15rem 0 0;
}

.spotvira-list-item small {
  display: block;
  font-size: 0.72rem;
  color: #667085;
  font-weight: 500;
  margin-top: 0.15rem;
}

/* CSS-only section visuals (no image files) */
.nl-visual-wrap {
  width: 100%;
}

.nl-visual {
  width: 100%;
  min-height: 180px;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.nl-visual--offer {
  background: linear-gradient(165deg, #fffbeb 0%, #fde68a 45%, #f59e0b 100%);
}

.nl-visual--offer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 58%;
  height: 42%;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.12);
}

.nl-visual--qr {
  background: linear-gradient(165deg, #eff6ff 0%, #bfdbfe 50%, #3b82f6 100%);
}

.nl-visual--qr::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, #101828 50%, transparent 50%),
    linear-gradient(#101828 50%, transparent 50%);
  background-size: 16px 16px;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.15);
}

.nl-visual--reward {
  background: linear-gradient(165deg, #ecfdf5 0%, #a7f3d0 50%, #10b981 100%);
}

.nl-visual--reward::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%) rotate(-8deg);
  width: 3.5rem;
  height: 2rem;
  border-radius: 0.35rem;
  border: 4px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.12);
}

.nl-visual--reward::before {
  content: "";
  position: absolute;
  right: 22%;
  top: 28%;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.nl-visual--poster {
  min-height: 200px;
  background: linear-gradient(155deg, #fefce8 0%, #fcd34d 100%);
}

.nl-visual--poster::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  width: 46%;
  height: 62%;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.14);
  border: 1px solid rgba(16, 24, 40, 0.06);
  z-index: 0;
}

.nl-visual--poster::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 0.45rem;
  background-image:
    linear-gradient(90deg, #101828 50%, transparent 50%),
    linear-gradient(#101828 50%, transparent 50%);
  background-size: 12px 12px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.12);
}

.nl-visual--network {
  min-height: 200px;
  background: linear-gradient(155deg, #f0fdf4 0%, #86efac 100%);
}

.nl-visual-hub {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: var(--nl-sky-cta);
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.15);
  z-index: 2;
}

.nl-visual-dot {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.1);
  top: 38%;
}

.nl-visual-dot--left {
  left: 16%;
}

.nl-visual-dot--right {
  right: 16%;
  top: 46%;
  background: rgba(16, 185, 129, 0.4);
}

.nl-quick-start-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}
.nl-quick-start-form label span {
  font-size: 0.75rem;
}
.nl-quick-start-form input,
.nl-quick-start-form select {
  min-height: 2.5rem;
  font-size: 0.9rem;
}
.nl-quick-start-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 991px) {
  .spotvira-step-grid,
  .spotvira-plain-grid {
    grid-template-columns: 1fr;
  }
  .spotvira-phone-wrap {
    justify-content: center;
  }
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body.body {
  margin: 0;
  color: var(--nl-ink);
  background: #ffffff;
  font-family: var(--nl-font-sans);
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

/* Sticky footer: footer stays at the bottom of the viewport when content is short */
body.body > .uui-navbar07_component-5 {
  flex-shrink: 0;
}

/* Desktop nav: keep primary links on one row (Webflow defaults menu-left to column) */
@media screen and (min-width: 992px) {
  body.body .uui-navbar07_container-5 {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem 1rem;
  }

  body.body .uui-navbar07_menu-5.w-nav-menu {
    flex: 1 1 auto;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end;
    min-width: 0;
    height: auto !important;
    margin-left: 0.75rem !important;
    padding: 0 !important;
    border-top: none !important;
    position: static !important;
    overflow: visible !important;
  }

  body.body .uui-navbar07_menu-left-5 {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    column-gap: 0.35rem;
    row-gap: 0;
  }

  body.body .uui-navbar07_link-5 {
    white-space: nowrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  body.body .uui-navbar07_menu-right-2 {
    flex-shrink: 0;
    margin-left: 0.5rem;
  }

  body.body .uui-navbar07_button-wrapper-4 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
  }
}

/* Mid widths: stack tagline under logo so the nav row has more horizontal room */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body.body .nl-brand-lockup {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.25rem;
  }

  body.body .nl-brand-tagline {
    border-left: none;
    padding-left: 0;
    max-width: 16rem;
  }
}

body.body > main.nl-page,
body.body > section.rc-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.body > section.rc-wrap > main.nl-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

body.body > footer.footer {
  flex-shrink: 0;
}

/*
 * Webflow ships ~1000+ font-family rules (Inter, Montserrat, system-ui, etc.).
 * Reset everything under the app shell to DM Sans, then restore display / mono.
 */
body.body * {
  font-family: var(--nl-font-sans) !important;
}

body.body h1,
body.body h2,
body.body h3,
body.body h4,
body.body h5,
body.body h6,
body.body [class*="uui-heading"],
body.body .footer .title-6,
body.body .footer .title-6 strong {
  font-family: var(--nl-font-display) !important;
}

body.body pre,
body.body code,
body.body kbd,
body.body samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
}

/* Beat `body.body *` for stats, codes, and legacy home (more specific selectors + earlier rules without !important) */
body.body .nl-mock-stat b,
body.body .stat-card strong,
body.body .timeline-item strong,
body.body .code-display,
body.body .print-caption,
body.body .nl-legacy-home .hero-copy h1,
body.body .nl-legacy-home .hero-card h2,
body.body .nl-legacy-home .section-heading h2 {
  font-family: var(--nl-font-display) !important;
}

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

img {
  max-width: 100%;
  display: block;
}

/* Footer (matches template index) */
.spotvira-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.spotvira-footer-note,
.spotvira-section-copy p {
  color: #475467;
}

.spotvira-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.spotvira-link-list a {
  color: #a4abb5;
  text-decoration: none;
}

.spotvira-link-list a:hover {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .spotvira-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* App content shell */
.nl-page {
  background: #ffffff;
  /* Spacing above footer; main flex layout keeps footer at viewport bottom when content is short */
  padding-bottom: clamp(3rem, 8vw, 6rem);
  overflow-x: clip;
}

.nl-page-header {
  margin-bottom: 1.75rem;
}

.nl-page-header .nl-eyebrow {
  margin-bottom: 0.75rem;
}

.nl-brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  text-decoration: none;
  color: inherit;
}

.nl-brand-logo {
  display: block;
  object-fit: contain;
  object-position: left center;
}

.nl-brand-logo--header {
  height: 3.75rem;
  width: auto;
  max-width: min(22rem, 85vw);
}

@media (min-width: 992px) {
  .nl-brand-logo--header {
    height: 4.5rem;
    max-width: min(26rem, 40vw);
  }
}

.nl-brand-tagline {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--nl-muted);
  max-width: 18rem;
}

.nl-brand-logo--footer {
  height: 4.25rem;
  width: auto;
  max-width: min(22rem, 92vw);
}

@media (min-width: 768px) {
  .nl-brand-logo--footer {
    height: 5.5rem;
    max-width: 28rem;
  }
}

@media (min-width: 768px) {
  .nl-brand-lockup {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.85rem;
    row-gap: 0.25rem;
  }

  .nl-brand-tagline {
    max-width: 15rem;
    padding-left: 0.85rem;
    border-left: 1px solid rgba(16, 24, 40, 0.12);
  }
}

.nl-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #667085;
}

.nl-lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--nl-muted);
  max-width: 52rem;
}

/* Legacy container (narrow columns) */
.container {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
}

.container.narrow {
  width: min(740px, calc(100vw - 32px));
}

/* Cards & surfaces */
.nl-card,
.app-card,
.wizard-card,
.claim-card,
.print-card,
.preview-panel,
.qr-card {
  padding: 1.5rem;
  border-radius: var(--nl-radius-lg);
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #ffffff;
  box-shadow: none;
}

.app-card.inset-card,
.inset-card {
  box-shadow: none;
  background: rgba(16, 24, 40, 0.03);
}

.pricing-card.accent-card {
  border-color: rgba(255, 14, 139, 0.25);
  background: linear-gradient(180deg, var(--untitled-ui--primary50) 0%, #ffffff 100%);
}

/* Buttons — align with uui-button-55 / secondary */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.1rem;
  padding: 0 1.2rem;
  border-radius: 0.2rem;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  font-family: var(--nl-font-sans);
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.button-full {
  width: 100%;
}

.button-primary {
  color: var(--nl-accent-ink);
  background: var(--nl-sky-cta);
  border-color: var(--nl-sky-cta-solid);
  box-shadow: none;
}

.button-primary:hover {
  background: var(--nl-sky-cta-hover);
  border-color: var(--nl-sky-cta-hover-solid);
  filter: none;
  transform: translateY(-1px);
}

.button-secondary {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-color: rgba(16, 24, 40, 0.12);
  color: var(--nl-ink);
  box-shadow: none;
}

.button-secondary:hover {
  background: #ffffff;
  border-color: rgba(16, 24, 40, 0.2);
  transform: translateY(-1px);
}

.button-ghost {
  background: #ffffff;
  border-color: rgba(16, 24, 40, 0.1);
  color: var(--nl-ink);
}

.button-ghost:hover {
  background: #f8fafc;
  border-color: rgba(16, 24, 40, 0.18);
  transform: translateY(-1px);
}

.spotvira-pricing {
  display: grid;
  justify-items: center;
  gap: 2.25rem;
}

.spotvira-pricing-hero {
  display: grid;
  justify-items: center;
  gap: 1.15rem;
  text-align: center;
  width: min(100%, 62rem);
}

.spotvira-pricing-headline {
  margin: 0;
  font-size: clamp(2.9rem, 7vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  max-width: 16ch;
}

.spotvira-pricing-subhead {
  margin: 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.62;
  color: var(--nl-muted);
}

.spotvira-pricing-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.35rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: #eef2f6;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.spotvira-pricing-switch-active,
.spotvira-pricing-switch-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 1.35rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--nl-ink);
}

.spotvira-pricing-switch-active {
  background: #ffffff;
  border-radius: 999px;
}

.spotvira-pricing-switch-divider {
  width: 1px;
  height: 1.4rem;
  background: rgba(16, 24, 40, 0.12);
}

.spotvira-pricing-stage {
  position: relative;
  width: min(100%, 64rem);
  padding-top: 1.3rem;
}

.spotvira-pricing-glow {
  position: absolute;
  top: 3.2rem;
  bottom: 1.1rem;
  width: 17rem;
  border: 1px solid rgba(16, 24, 40, 0.06);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  opacity: 0.72;
  pointer-events: none;
}

.spotvira-pricing-glow--left {
  left: -6rem;
}

.spotvira-pricing-glow--right {
  right: -6rem;
}

.spotvira-pricing-card {
  position: relative;
  width: min(100%, 42rem);
  margin-inline: auto;
  padding: 0;
  border-color: rgba(16, 24, 40, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  overflow: hidden;
  z-index: 1;
  border-width: 1px;
}

.spotvira-pricing-band {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  background: #101828;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.spotvira-pricing-card-body {
  padding: 1.9rem;
}

.spotvira-pricing-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.spotvira-pricing-plan {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667085;
}

.spotvira-pricing-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(14, 165, 233, 0.18);
  background: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 999px;
}

.spotvira-pricing-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.15rem 1.5rem;
  align-items: start;
}

.spotvira-pricing-price {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 0.95;
}

.spotvira-pricing-price span {
  font-size: 1rem;
  font-family: var(--nl-font-sans);
  font-weight: 600;
  color: var(--nl-muted);
  margin-left: 0.35rem;
}

.spotvira-pricing-copy {
  margin: 0.9rem 0 0;
  max-width: 37rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--nl-muted);
}

.spotvira-pricing-aside {
  display: grid;
  gap: 0.2rem;
  min-width: 10rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(16, 24, 40, 0.03);
}

.spotvira-pricing-note {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--nl-ink);
}

.spotvira-pricing-note-sub {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--nl-muted);
}

.spotvira-pricing-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.spotvira-pricing-feature {
  display: grid;
  gap: 0.35rem;
  padding: 1.05rem;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #ffffff;
}

.spotvira-pricing-feature strong {
  font-size: 0.96rem;
  color: var(--nl-ink);
}

.spotvira-pricing-feature span {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--nl-muted);
}

.spotvira-pricing-footer {
  display: grid;
  gap: 0.8rem;
  justify-items: start;
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.spotvira-pricing-footer .muted-copy {
  margin: 0;
  max-width: 34rem;
}

@media (max-width: 767px) {
  .spotvira-pricing {
    gap: 1.5rem;
  }

  .spotvira-pricing-switch {
    width: 100%;
    max-width: 24rem;
    gap: 0.45rem;
    justify-content: stretch;
  }

  .spotvira-pricing-switch-active,
  .spotvira-pricing-switch-label {
    flex: 1 1 0;
    padding-inline: 0.8rem;
    font-size: 0.9rem;
  }

  .spotvira-pricing-glow {
    display: none;
  }

  .spotvira-pricing-card {
    width: 100%;
  }

  .spotvira-pricing-card-body {
    padding: 1.15rem;
  }

  .spotvira-pricing-price-row {
    grid-template-columns: 1fr;
  }

  .spotvira-pricing-aside {
    min-width: 0;
  }

  .spotvira-pricing-features {
    grid-template-columns: 1fr;
  }
}

.button-ghost:focus-visible {
  outline: none;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 14, 139, 0.22);
}

.button-ghost:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

/* Headings inside app (font stack set globally via body.body h1–h6 + [class*="uui-heading"]) */
.nl-page h1,
.section-heading h1 {
  margin: 0 0 0.75rem;
  line-height: 1.1;
  color: var(--nl-ink);
}

.nl-page h2,
.panel-copy h2,
.app-card h2,
.app-card h3 {
  margin: 0 0 0.5rem;
  color: var(--nl-ink);
}

.section-heading.split,
.panel-header,
.card-topline,
.detail-row,
.status-row,
.inline-actions,
.wizard-nav {
  display: flex;
  gap: 0.875rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-heading.left {
  text-align: left;
}

.section-intro,
.muted-copy,
.helper-copy,
.panel-copy p {
  color: var(--nl-muted);
  line-height: 1.6;
}

/* Grids */
.feature-grid,
.stat-grid,
.review-grid,
.pricing-grid,
.two-column-layout,
.dashboard-sections {
  display: grid;
  gap: 1.25rem;
}

.review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid,
.stat-grid,
.pricing-grid,
.two-column-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card img {
  border-radius: var(--nl-radius);
  width: 100%;
  height: auto;
}

.dashboard-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Merchant dashboard (campaign list) — flat panels, sans titles, aligned with auth / wizard */
.nl-dashboard {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.nl-dashboard .flash {
  margin-bottom: 1.25rem;
}

.nl-dashboard-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.75rem;
}

.nl-dashboard-header-text .nl-eyebrow {
  margin-bottom: 0.5rem;
}

.nl-dashboard-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans) !important;
}

.nl-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.nl-dashboard-actions form {
  margin: 0;
}

.nl-dashboard-columns {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .nl-dashboard-columns {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.dashboard-panel {
  padding: 1.25rem 1.3rem;
  border-radius: var(--nl-radius-lg);
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #ffffff;
  box-shadow: none;
}

.dashboard-panel--programs {
  margin-bottom: 1.25rem;
}

.dashboard-panel-head {
  margin-bottom: 1.15rem;
}

.dashboard-panel-title {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #667085;
  font-family: var(--nl-font-sans) !important;
}

.dashboard-panel-lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--nl-muted);
}

.dashboard-panel-footer {
  margin-top: 1rem;
}

.nl-dashboard .button-primary {
  box-shadow: none;
}

.dashboard-empty {
  padding: 1.75rem 1.25rem;
  border-radius: var(--nl-radius);
  border: 1px dashed rgba(16, 24, 40, 0.16);
  background: rgba(16, 24, 40, 0.02);
  text-align: center;
}

.dashboard-empty-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans) !important;
}

.dashboard-empty-lead {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--nl-muted);
}

.dashboard-program-list {
  display: grid;
  gap: 0.75rem;
}

.dashboard-program-card {
  padding: 1rem 1.1rem;
  border-radius: var(--nl-radius);
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(16, 24, 40, 0.02);
}

.dashboard-program-card .card-topline {
  margin-bottom: 0.35rem;
}

.dashboard-program-offer {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans) !important;
}

.dashboard-program-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

@media (max-width: 640px) {
  .dashboard-stats {
    grid-template-columns: 1fr;
  }
}

.dashboard-stat {
  padding: 0.85rem 0.9rem;
  border-radius: var(--nl-radius);
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(16, 24, 40, 0.02);
}

.dashboard-stat-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #667085;
  margin-bottom: 0.35rem;
}

.dashboard-stat-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--nl-ink);
  font-variant-numeric: tabular-nums;
  font-family: var(--nl-font-sans) !important;
}

.dashboard-details {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-radius: var(--nl-radius);
  border: 1px solid rgba(16, 24, 40, 0.08);
  overflow: hidden;
  background: rgba(16, 24, 40, 0.02);
}

.dashboard-details .dashboard-detail {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(16, 24, 40, 0.06);
  align-items: start;
}

.dashboard-details .dashboard-detail:last-child {
  border-bottom: 0;
}

.dashboard-details dt {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--nl-muted);
}

.dashboard-details dd {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--nl-ink);
  text-align: right;
}

.dashboard-details--compact .dashboard-detail {
  grid-template-columns: 1fr 1fr;
}

.dashboard-subpanel {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.dashboard-subpanel-title {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #667085;
  font-family: var(--nl-font-sans) !important;
}

.dashboard-ledger {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-radius: var(--nl-radius);
  border: 1px solid rgba(16, 24, 40, 0.08);
  overflow: hidden;
}

.dashboard-ledger-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(16, 24, 40, 0.06);
  background: rgba(16, 24, 40, 0.02);
}

.dashboard-ledger-row:last-child {
  border-bottom: 0;
}

.dashboard-ledger-row span:first-child {
  color: var(--nl-muted);
}

.dashboard-ledger-row span:last-child {
  color: var(--nl-ink);
  font-weight: 500;
  text-align: right;
}

.dashboard-account-form .dashboard-details {
  margin-bottom: 0.25rem;
}

.dashboard-password-form {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.dashboard-signout {
  margin-top: 1rem;
}

.auth-grid,
.billing-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Sign in / launch account — flat, no card-on-card, aligned with Spotvira UI */
.auth-page {
  padding-top: 0.25rem;
}

.auth-shell {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1rem, 3vw, 1.4rem) 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.auth-shell-header {
  margin-bottom: 1.25rem;
}

.auth-shell-header .nl-eyebrow {
  margin-bottom: 0.65rem;
}

.auth-shell-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans) !important;
}

.auth-shell-lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--nl-muted);
}

.auth-shell .flash {
  margin-bottom: 1rem;
}

.auth-shell .button-primary {
  box-shadow: none;
}

.auth-block {
  padding: 0.6rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.auth-block-title {
  margin: 0 0 0.4rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #667085;
  font-family: var(--nl-font-sans) !important;
}

.auth-block-hint {
  margin: 0 0 0.9rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--nl-muted);
}

.auth-block--form .auth-block-title {
  margin-bottom: 0.65rem;
}

.auth-oauth-buttons.stack-form {
  gap: 0.65rem;
}

.auth-oauth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.auth-oauth-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
}

.auth-oauth-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Sign-in only: single column, calmer vertical flow */
.auth-grid.auth-grid--stack {
  grid-template-columns: 1fr;
  max-width: none;
}

@media (min-width: 961px) {
  /* Launch (two columns): wider shell */
  .auth-page:has(.auth-grid:not(.auth-grid--stack)) .auth-shell {
    max-width: 44rem;
  }
}

.auth-tab-row {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0;
  gap: 1.25rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
}

.auth-tab-button {
  flex: 0 1 auto;
  margin-bottom: -1px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 0.5rem 0;
  border-radius: 0;
  font: inherit;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--nl-muted);
  cursor: pointer;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.auth-tab-button:hover {
  color: var(--nl-ink);
}

.auth-tab-button.active {
  color: var(--nl-ink);
  border-bottom-color: var(--nl-accent);
  box-shadow: none;
}

.stripe-element-shell {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #ffffff;
}

.billing-shell .helper-copy[data-stripe-message] {
  min-height: 1.5rem;
}

.overview-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  margin-bottom: 1.5rem;
}

.dashboard-preview,
.channel-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 320px) 1fr;
}

.form-grid,
.compact-grid {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.span-2 {
  grid-column: span 2;
}

/* Direct child only — avoids styling the “$” prefix inside .input-with-prefix */
label > span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #344054;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(16, 24, 40, 0.14);
  background: #ffffff;
  font: inherit;
  color: var(--nl-ink);
}

textarea {
  min-height: 7.5rem;
  resize: vertical;
}

/* Status */
.status-pill,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.status-pill.active,
.status-card.active {
  background: var(--nl-green-bg);
  color: var(--nl-green);
}

.status-pill.pending,
.status-card.pending {
  background: var(--nl-amber-bg);
  color: #b54708;
}

.status-card.neutral,
.status-pill.neutral,
.pill {
  background: #ffffff;
  border: 1px solid var(--nl-line);
}

.stat-card,
.timeline-item,
.activity-item,
.scanner-box {
  padding: 1rem;
  border-radius: var(--nl-radius);
  background: #ffffff;
  border: 1px solid var(--nl-line);
}

.stat-card span,
.timeline-item span {
  color: var(--nl-muted);
  font-size: 0.8125rem;
}

.stat-card strong,
.timeline-item strong {
  display: block;
  font-size: 1.5rem;
  color: var(--nl-ink);
}

.timeline {
  display: grid;
  gap: 1rem;
}

/* Tables */
.table-shell {
  overflow: auto;
  border-radius: var(--nl-radius-lg);
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.data-table th,
.data-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  vertical-align: top;
}

.data-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #667085;
}

.data-table small {
  display: block;
  margin-top: 0.25rem;
  color: var(--nl-muted);
}

.table-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.mini-table {
  display: grid;
  gap: 0.75rem;
}

.mini-table div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

/* Wizard */
.wizard-page-shell {
  max-width: 72rem;
  width: min(1180px, calc(100vw - 32px));
}

/*
  Full-bleed within nl-page: escapes Webflow uui-container max-width so the 3-column
  grid (guide | centered form | balance) uses the real viewport width.
*/
.wizard-page-shell--full {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: clamp(1rem, 4vw, 2.5rem);
  padding-right: clamp(1rem, 4vw, 2.5rem);
  box-sizing: border-box;
}

.wizard-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

/* Main column: holds the form; width set by grid (center column) */
.wizard-main {
  min-width: 0;
  width: 100%;
}

.wizard-shell {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  max-width: 40rem;
  width: 100%;
}

.wizard-shell.wizard-review-active {
  max-width: 72rem;
}

/* Left column: soft note area — separate from the form, not competing for width */
.wizard-guide {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  padding: 0.25rem 0.75rem 0.25rem 1rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(16, 24, 40, 0.08);
  box-shadow: none;
}

.wizard-guide-kicker {
  display: none;
}

.wizard-guide-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans);
}

.wizard-guide-body {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--nl-muted);
  font-style: normal;
  font-family: var(--nl-font-sans);
}

.wizard-stage {
  position: relative;
}

.wizard-summary-list span,
.wizard-note p,
.wizard-launch-list div {
  color: var(--nl-muted);
}

.wizard-card {
  display: grid;
  gap: 1.5rem;
  box-shadow: none;
}

/* Setup page: no card border around the main form block */
.wizard-page-shell--full .wizard-card {
  border: none;
  background: #ffffff;
}

.wizard-steps-hidden {
  display: none;
}

.wizard-dot {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #ffffff;
  color: var(--nl-muted);
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.wizard-dot:hover {
  transform: translateY(-1px);
}

.wizard-dot.active {
  background: linear-gradient(180deg, var(--untitled-ui--primary500) 0%, var(--nl-accent) 100%);
  border-color: rgba(255, 14, 139, 0.38);
  color: #ffffff;
}

.wizard-dot.is-complete {
  background: #101828;
  border-color: #101828;
  color: #ffffff;
}

.wizard-panel {
  display: none;
  gap: 1.5rem;
}

.wizard-panel.active {
  display: grid;
}

.wizard-panel-head {
  display: grid;
  gap: 0.5rem;
}

.wizard-panel-head p {
  max-width: 44rem;
}

.wizard-primary-fields {
  display: grid;
  gap: 1rem;
}

.wizard-summary-list {
  display: grid;
  gap: 0.875rem;
}

.wizard-summary-list div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.wizard-summary-list strong {
  color: var(--nl-ink);
  font-weight: 700;
}

.wizard-summary-list-expanded div {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.wizard-summary-list-expanded div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Start wizard — review step (“You’re ready to launch”) */
.wizard-panel--launch-review {
  gap: 1.5rem;
}

.wizard-panel--launch-review .wizard-detail-card,
.wizard-panel--launch-review .wizard-note {
  border: none;
  box-shadow: none;
}

.wizard-panel-head--launch {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1.25rem;
  border: none;
  box-shadow: none;
  background: linear-gradient(135deg, var(--untitled-ui--primary50) 0%, #ffffff 55%, var(--nl-amber-bg) 100%);
}

.launch-review-head-copy {
  flex: 1;
  min-width: min(100%, 16rem);
}

.launch-review-head-copy h2 {
  margin: 0 0 0.35rem;
}

.launch-review-head-copy p {
  margin: 0;
}

.launch-review-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--nl-ink);
}

.launch-review-sub {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--nl-muted);
}

.launch-advocate-pledge {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: var(--nl-radius-lg);
  background: linear-gradient(180deg, rgba(255, 14, 139, 0.08) 0%, var(--untitled-ui--primary50) 100%);
  border: none;
  box-shadow: none;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--nl-ink);
}

.launch-section-title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: var(--nl-font-sans);
  color: var(--nl-ink);
}

.launch-review-hero {
  flex-shrink: 0;
}

.launch-review-hero-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: #ffffff;
  color: #b45309;
  border: none;
  box-shadow: none;
}

.launch-review-hero-icon svg {
  display: block;
}

.launch-summary-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

.launch-summary-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  border: none;
  box-shadow: none;
  background: #ffffff;
}

.launch-summary-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.launch-summary-card-icon svg {
  display: block;
}

.launch-summary-card-body {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.launch-summary-card-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #667085;
}

.launch-summary-card-value {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--nl-ink);
  word-break: break-word;
}

.launch-summary-card--advocate {
  grid-column: 1 / -1;
}

.launch-summary-card--advocate .launch-summary-card-icon {
  background: var(--nl-amber-bg);
  color: #b45309;
}

@media (min-width: 520px) {
  .launch-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .launch-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.launch-story-board {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .launch-story-board {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.85fr);
    align-items: start;
  }
}

.launch-story-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 1.25rem;
  border: none;
  box-shadow: none;
}

.launch-story-card-badge {
  display: inline-flex;
  align-self: start;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--untitled-ui--primary700);
  background: rgba(255, 14, 139, 0.12);
  font-family: var(--nl-font-sans);
}

.launch-story-card--advocates {
  background: linear-gradient(180deg, rgba(255, 247, 232, 0.85) 0%, #ffffff 55%);
}

.launch-story-card--customers {
  background: linear-gradient(180deg, rgba(255, 241, 248, 0.8) 0%, #ffffff 100%);
}

.launch-story-card-title {
  margin: 0.15rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: var(--nl-font-display);
  color: var(--nl-ink);
}

.launch-next-step-text strong {
  font-weight: 700;
  color: var(--nl-ink);
}

.launch-plan-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.launch-plan-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 1.25rem;
  border: none;
  box-shadow: none;
  background: linear-gradient(180deg, #ffffff 0%, rgba(239, 248, 255, 0.35) 100%);
}

.launch-plan-card[data-nearby-plan-card] {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 247, 232, 0.4) 100%);
}

.launch-plan-card-top {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.launch-plan-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: var(--nl-green-bg);
  color: var(--nl-green);
}

.launch-plan-card[data-nearby-plan-card] .launch-plan-card-icon,
.launch-story-card[data-nearby-plan-card] .launch-plan-card-icon,
.launch-story-card--advocates .launch-plan-card-icon {
  background: var(--nl-amber-bg);
  color: #b45309;
}

.launch-plan-card-icon svg {
  display: block;
}

.launch-plan-card h3 {
  margin: 0.15rem 0 0;
  font-size: 1.1rem;
}

.launch-plan-card .clean-list {
  margin: 0;
}

.launch-plan-list {
  padding-left: 1.2rem;
  line-height: 1.55;
}

.launch-plan-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #667085;
}

.launch-next-steps {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.launch-next-step {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: none;
  box-shadow: none;
  background: #ffffff;
}

.launch-next-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: #ffffff;
  border: 1px solid var(--nl-line);
  color: var(--nl-ink);
}

.launch-next-step-icon svg {
  display: block;
}

.launch-next-step-text {
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--nl-muted);
}

.launch-nearby-preview {
  display: grid;
  gap: 1.1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1.25rem;
  border: none;
  box-shadow: none;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 241, 248, 0.38) 100%);
}

.launch-nearby-preview-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.85rem 1rem;
}

.launch-nearby-preview-head > div {
  flex: 1;
  min-width: min(100%, 14rem);
}

.launch-nearby-preview-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: #ffffff;
  border: none;
  box-shadow: none;
  color: var(--nl-ink);
}

.launch-nearby-preview-icon svg {
  display: block;
}

.launch-nearby-preview-head h3 {
  margin: 0 0 0.35rem;
}

.launch-nearby-preview-head p {
  margin: 0;
}

.wizard-panel-head-tight {
  gap: 0.35rem;
}

.launch-match-list {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.launch-match-card {
  display: grid;
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 1rem;
  border: none;
  box-shadow: none;
  background: #ffffff;
}

.launch-match-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.launch-match-top h4 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
}

.launch-match-top p,
.launch-match-reason,
.launch-match-loading {
  margin: 0;
  color: var(--nl-muted);
}

.launch-match-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #f4f4f5;
  color: #344054;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.launch-match-actions {
  display: flex;
  justify-content: flex-start;
}

.launch-manual-entry {
  display: grid;
}

.launch-manual-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.wizard-choice-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wizard-choice-grid-tight {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wizard-choice {
  padding: 1.1rem 1.1rem 1rem;
  display: grid;
  gap: 0.5rem;
  min-height: 140px;
  align-content: start;
  text-align: left;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.wizard-choice:hover {
  border-color: rgba(16, 24, 40, 0.2);
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.04);
}

.wizard-choice.active {
  border-color: rgba(255, 14, 139, 0.38);
  background: linear-gradient(180deg, var(--untitled-ui--primary100) 0%, var(--untitled-ui--primary50) 100%);
  box-shadow: none;
}

.wizard-choice strong {
  font-size: 1rem;
  color: var(--nl-ink);
}

.wizard-choice span {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--nl-muted);
}

/* Wizard — new-customer offer step: examples vs “your offer” field */
.wizard-examples-callout {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: var(--nl-radius);
  border: 1px solid rgba(255, 14, 139, 0.22);
  background: linear-gradient(180deg, rgba(255, 14, 139, 0.08) 0%, var(--untitled-ui--primary50) 100%);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--nl-ink);
}

.wizard-examples-callout strong {
  color: var(--nl-ink);
}

.wizard-examples-block {
  margin-bottom: 1.5rem;
}

.wizard-examples-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #667085;
  font-family: var(--nl-font-sans);
}

.wizard-examples-kicker-hint {
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--nl-muted);
}

.wizard-panel--offer-new-customer .wizard-choice-grid--examples {
  gap: 0.75rem;
}

.wizard-panel--offer-new-customer .wizard-choice {
  min-height: 5.5rem;
  padding: 0.9rem 1rem;
}

.wizard-your-offer-card {
  padding: 1.35rem 1.4rem;
  border-radius: var(--nl-radius-lg);
  border: 2px solid rgba(16, 24, 40, 0.12);
  background: #ffffff;
  box-shadow: none;
}

.wizard-your-offer-title {
  margin: 0 0 0.4rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--nl-ink);
  font-family: var(--nl-font-sans);
}

.wizard-your-offer-lead {
  margin: 0 0 1.1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--nl-muted);
}

.wizard-your-offer-field-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--nl-ink);
}

.wizard-your-offer-label .helper-copy {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.55rem;
}

.wizard-detail-card,
.wizard-highlight,
.wizard-note {
  padding: 1.125rem;
  border-radius: 1.25rem;
  border: 1px solid var(--nl-line);
}

.wizard-detail-card,
.wizard-note {
  background: #ffffff;
}

.wizard-highlight {
  border-color: rgba(255, 14, 139, 0.25);
  background: linear-gradient(180deg, var(--untitled-ui--primary100) 0%, var(--untitled-ui--primary50) 100%);
}

.wizard-highlight strong,
.wizard-note strong {
  display: block;
  margin-bottom: 0.35rem;
}

.wizard-launch-list {
  display: grid;
  gap: 0.875rem;
}

.wizard-launch-list div {
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--nl-line);
  background: #ffffff;
}

.wizard-submit {
  display: none;
}

.wizard-submit.visible {
  display: inline-flex;
}

.wizard-submit-wrap {
  display: none;
  gap: 0.55rem;
  justify-items: start;
}

.wizard-submit-wrap.visible {
  display: grid;
}

.wizard-submit-wrap .wizard-submit {
  margin: 0;
}

.wizard-submit-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
  font-size: 0.82rem;
  color: #667085;
}

.wizard-submit-note-item {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.wizard-submit-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: var(--nl-green-bg);
  color: var(--nl-green);
  flex-shrink: 0;
}

.wizard-submit-note-icon svg {
  display: block;
}

.wizard-nav {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@media (min-width: 992px) {
  /*
    Three columns: [ flexible left | form max 40rem | flexible right ]
    Equal 1fr side tracks keep the form centered. Guide is end-aligned in the left track so it sits next to the form, not the viewport edge.
  */
  .wizard-layout {
    grid-template-columns: 1fr minmax(0, 40rem) 1fr;
    column-gap: clamp(0.4rem, 1vw, 0.75rem);
    row-gap: 0;
    align-items: center;
    width: 100%;
  }

  .wizard-guide {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    width: min(100%, 17rem);
    max-width: 17rem;
  }

  .wizard-main {
    grid-column: 2;
    grid-row: 1;
  }

  .wizard-layout.wizard-layout-review-active {
    grid-template-columns: minmax(0, 72rem);
    justify-content: center;
  }

  .wizard-layout.wizard-layout-review-active .wizard-guide {
    display: none;
  }

  .wizard-layout.wizard-layout-review-active .wizard-main {
    grid-column: 1;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .wizard-main {
    grid-column: auto;
  }
}

.input-with-prefix {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  align-items: stretch;
}

.input-with-prefix > span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 3rem;
  padding: 0 0.35rem;
  border: 1px solid rgba(16, 24, 40, 0.14);
  border-right: 0;
  border-radius: 0.875rem 0 0 0.875rem;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--nl-ink);
}

.input-with-prefix input {
  min-height: 3rem;
  height: 100%;
  align-self: stretch;
  border-radius: 0 0.875rem 0.875rem 0;
}

.stack-form {
  display: grid;
  gap: 1rem;
}

/* Flash */
.flash {
  margin-bottom: 1rem;
  padding: 0.875rem 1rem;
  border-radius: var(--nl-radius);
  font-weight: 600;
}

.flash-error {
  background: #fee4e2;
  color: #b42318;
}

.flash-success {
  background: #d1fadf;
  color: #027a48;
}

/* Claim / centered flows */
.claim-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2.5rem 1rem;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.mobile-card-shell {
  width: min(480px, 100%);
}

.claim-card {
  display: grid;
  gap: 1.125rem;
}

/* QR & print */
.qr-card {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
}

.code-display,
.print-caption {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
}

.preview-qr {
  width: 160px;
  height: 160px;
  margin: 1rem auto;
  border-radius: 1.25rem;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.9) 8px, transparent 8px) 0 0 / 28px 28px,
    linear-gradient(rgba(16, 24, 40, 0.9) 8px, transparent 8px) 0 0 / 28px 28px,
    #f2f4f7;
}

.print-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: #ffffff;
}

.print-card {
  width: min(720px, 100%);
  text-align: center;
}

.left-print-card {
  text-align: left;
}

.left-print-card p {
  margin: 0 0 0.875rem;
}

.print-qr {
  width: 280px;
  margin: 1.25rem auto;
}

#scannerPreview {
  width: 100%;
  min-height: 220px;
  border-radius: var(--nl-radius);
  background: #182230;
}

.clean-list {
  margin: 0;
  padding-left: 1.125rem;
  color: var(--nl-muted);
}

.center {
  text-align: center;
}

.tight {
  padding-top: 0.75rem;
}

.check-line {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.check-line input {
  width: auto;
  min-height: auto;
}

.wrap-actions {
  flex-wrap: wrap;
}

.admin-tabs {
  gap: 0.5rem;
}

.hero-pills,
.metrics-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.logo-strip {
  padding: 0.5rem 0 1.5rem;
}

.metrics-row {
  justify-content: center;
}

.metric-chip {
  padding: 0.75rem 1.25rem;
  border-radius: var(--nl-radius-lg);
  background: #f9fafb;
  border: 1px solid var(--nl-line);
  font-size: 0.9375rem;
  color: var(--nl-muted);
}

.metric-chip strong {
  color: var(--nl-ink);
}

.muted-section {
  background: #f9fafb;
}

.journey-preview,
.activity-list {
  display: grid;
  gap: 0.75rem;
}

.journey-step {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.875rem;
  border-radius: var(--nl-radius);
  border: 1px solid var(--nl-line);
  background: #fff;
}

@media (max-width: 960px) {
  .dashboard-grid,
  .auth-grid,
  .billing-grid,
  .feature-grid,
  .stat-grid,
  .review-grid,
  .pricing-grid,
  .two-column-layout,
  .form-grid,
  .compact-grid,
  .wizard-choice-grid,
  .wizard-choice-grid-tight,
  .dashboard-preview,
  .channel-layout,
  .launch-plan-grid,
  .launch-story-board,
  .launch-match-list,
  .launch-next-steps,
  .launch-summary-grid {
    grid-template-columns: 1fr;
  }

  .launch-manual-row {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }
}

/* Legacy marketing home route (old /neighborloop → /) — classic layout (not Webflow sections) */
.nl-legacy-home .hero-section,
.nl-legacy-home .content-section {
  padding: 2rem 0;
}

.nl-legacy-home .hero-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.nl-legacy-home .hero-copy h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  margin: 0 0 0.75rem;
  color: var(--nl-ink);
}

.nl-legacy-home .hero-card h2 {
  font-size: 1.35rem;
  margin: 0;
  color: var(--nl-ink);
}

.nl-legacy-home .eyebrow,
.nl-legacy-home .mini-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #667085;
  margin-bottom: 0.5rem;
}

.nl-legacy-home .mini-label {
  letter-spacing: 0.08em;
}

.nl-legacy-home .hero-text {
  color: var(--nl-muted);
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.nl-legacy-home .hero-card {
  padding: 1.5rem;
  border-radius: var(--nl-radius-lg);
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.97), rgba(251, 243, 222, 0.92));
  box-shadow: none;
}

.nl-legacy-home .hero-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.nl-legacy-home .section-heading h2 {
  margin: 0 0 0.5rem;
  color: var(--nl-ink);
}

.nl-legacy-home .panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.nl-legacy-home .preview-qr {
  width: 160px;
  height: 160px;
  margin: 1rem auto;
  border-radius: 1.25rem;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.12) 8px, transparent 8px) 0 0 / 28px 28px,
    linear-gradient(rgba(16, 24, 40, 0.12) 8px, transparent 8px) 0 0 / 28px 28px,
    #f2f4f7;
}

@media (min-width: 961px) {
  .nl-legacy-home .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .nl-legacy-home .hero-grid {
    grid-template-columns: 1fr;
  }
}
