/* Landing page — mesh blobs, reveal-on-scroll, floating hero cards */

/* ---- reveal-on-scroll ---- */
.reveal {
  transition: opacity 0.7s var(--ease-out, cubic-bezier(0.2, 0, 0, 1)),
    transform 0.7s var(--ease-out, cubic-bezier(0.2, 0, 0, 1));
}
html.js .reveal {
  opacity: 0;
  transform: translateY(28px);
}
html.js .reveal.in {
  opacity: 1;
  transform: none;
}
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
.reveal.d5 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
}

/* ---- gradient headline accent ---- */
.nv-grad-text {
  background: linear-gradient(135deg, #e8836b 0%, #e89b2a 55%, #3e7fbe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Landing hybrid header — border follows inner pill when scrolled */
body.landing-page .public-header.landing-header--hybrid {
  border-bottom-color: transparent;
}
body.landing-page .public-header.landing-header--hybrid.header-scrolled {
  border-bottom-color: transparent;
}
body.landing-page .public-header:not(.landing-header--hybrid) {
  border-bottom-color: transparent;
}
body.landing-page .public-header:not(.landing-header--hybrid).header-scrolled {
  border-bottom-color: rgba(232, 131, 107, 0.14);
}
html.dark body.landing-page .public-header:not(.landing-header--hybrid).header-scrolled {
  border-bottom-color: rgba(232, 131, 107, 0.18);
}
.nv-mesh {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.28;
}
.nv-grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 10%, rgba(237, 154, 132, 0.1), transparent 45%),
    radial-gradient(circle at 85% 90%, rgba(232, 131, 107, 0.08), transparent 45%),
    radial-gradient(circle at 50% 48%, rgba(168, 85, 247, 0.06), transparent 50%);
}
body.landing-page .nv-mesh,
body.landing-page .nv-grain {
  display: none !important;
}

/* section-scoped glow */
.landing-section {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
}
.landing-section::before {
  content: "";
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.landing-section > * {
  position: relative;
  z-index: 1;
}
.landing-section--hero::before {
  background:
    radial-gradient(ellipse 72% 58% at 78% 12%, rgba(245, 166, 35, 0.28) 0%, transparent 68%),
    radial-gradient(ellipse 62% 52% at 18% 28%, rgba(252, 238, 228, 0.55) 0%, transparent 66%),
    radial-gradient(ellipse 90% 40% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, transparent 62%);
}
.landing-section--shagerd::before {
  background:
    radial-gradient(ellipse 78% 62% at 70% 44%, rgba(245, 166, 35, 0.42) 0%, rgba(232, 131, 107, 0.24) 44%, transparent 74%),
    radial-gradient(ellipse 58% 48% at 20% 36%, rgba(253, 220, 196, 0.4) 0%, transparent 70%);
}
.landing-section--nirva::before {
  background:
    radial-gradient(ellipse 82% 60% at 48% 46%, rgba(168, 85, 247, 0.38) 0%, rgba(196, 168, 232, 0.2) 42%, transparent 74%),
    radial-gradient(ellipse 52% 42% at 88% 52%, rgba(124, 58, 237, 0.18) 0%, transparent 68%);
}
.landing-section--chavosh::before {
  background:
    radial-gradient(ellipse 78% 62% at 68% 42%, rgba(43, 179, 155, 0.42) 0%, rgba(18, 158, 134, 0.24) 44%, transparent 74%),
    radial-gradient(ellipse 58% 48% at 22% 38%, rgba(18, 158, 134, 0.22) 0%, transparent 70%);
}
.landing-section--cta::before {
  background:
    radial-gradient(ellipse 70% 55% at 50% 88%, rgba(245, 228, 218, 0.45) 0%, transparent 68%),
    radial-gradient(ellipse 55% 40% at 50% 100%, rgba(232, 131, 107, 0.12) 0%, transparent 70%);
}
.landing-section--telegram::before {
  background:
    radial-gradient(ellipse 78% 58% at 22% 38%, rgba(62, 127, 190, 0.32) 0%, rgba(62, 127, 190, 0.12) 42%, transparent 72%),
    radial-gradient(ellipse 62% 50% at 82% 44%, rgba(232, 131, 107, 0.28) 0%, transparent 70%);
}
.landing-section--store::before {
  background:
    radial-gradient(ellipse 72% 56% at 68% 32%, rgba(245, 166, 35, 0.34) 0%, rgba(232, 131, 107, 0.18) 44%, transparent 72%),
    radial-gradient(ellipse 58% 48% at 18% 58%, rgba(253, 220, 196, 0.38) 0%, transparent 70%);
}
html.dark .landing-section--hero::before {
  background:
    radial-gradient(ellipse 72% 58% at 78% 12%, rgba(154, 88, 56, 0.28) 0%, transparent 68%),
    radial-gradient(ellipse 62% 52% at 18% 28%, rgba(90, 56, 36, 0.22) 0%, transparent 66%),
    radial-gradient(ellipse 90% 40% at 50% 0%, rgba(255, 255, 255, 0.05) 0%, transparent 62%);
}
html.dark .landing-section--shagerd::before {
  background:
    radial-gradient(ellipse 78% 62% at 70% 44%, rgba(154, 88, 56, 0.38) 0%, rgba(122, 72, 40, 0.22) 44%, transparent 74%),
    radial-gradient(ellipse 58% 48% at 20% 36%, rgba(90, 56, 36, 0.28) 0%, transparent 70%);
}
html.dark .landing-section--nirva::before {
  background:
    radial-gradient(ellipse 82% 60% at 48% 46%, rgba(109, 72, 160, 0.4) 0%, rgba(88, 64, 136, 0.22) 42%, transparent 74%),
    radial-gradient(ellipse 52% 42% at 88% 52%, rgba(92, 64, 136, 0.2) 0%, transparent 68%);
}
html.dark .landing-section--chavosh::before {
  background:
    radial-gradient(ellipse 78% 62% at 68% 42%, rgba(18, 120, 100, 0.38) 0%, rgba(14, 100, 86, 0.22) 44%, transparent 74%),
    radial-gradient(ellipse 58% 48% at 22% 38%, rgba(12, 80, 70, 0.28) 0%, transparent 70%);
}
html.dark .landing-section--cta::before {
  background:
    radial-gradient(ellipse 70% 55% at 50% 88%, rgba(58, 48, 40, 0.45) 0%, transparent 68%),
    radial-gradient(ellipse 55% 40% at 50% 100%, rgba(122, 72, 40, 0.14) 0%, transparent 70%);
}
html.dark .landing-section--telegram::before {
  background:
    radial-gradient(ellipse 78% 58% at 22% 38%, rgba(46, 90, 140, 0.34) 0%, rgba(46, 90, 140, 0.12) 42%, transparent 72%),
    radial-gradient(ellipse 62% 50% at 82% 44%, rgba(154, 88, 56, 0.26) 0%, transparent 70%);
}
html.dark .landing-section--store::before {
  background:
    radial-gradient(ellipse 72% 56% at 68% 32%, rgba(154, 88, 56, 0.32) 0%, rgba(122, 72, 40, 0.18) 44%, transparent 72%),
    radial-gradient(ellipse 58% 48% at 18% 58%, rgba(90, 56, 36, 0.28) 0%, transparent 70%);
}

.landing-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  background: transparent;
}

body.landing-page:has(> .public-header-root .landing-header--hybrid) .landing-shell {
  padding-top: calc(env(safe-area-inset-top, 0px) + 6.25rem);
}

.landing-shell > * {
  position: relative;
  z-index: 1;
}

body.landing-page > .public-header-root:has(.landing-header--hybrid) {
  z-index: 100;
}

/* full-page aurora — landing index only (not auth/onboarding) */
body.landing-page:not(.auth-page):not(.onboarding-page) {
  position: relative;
  background-color: #f7f3ef;
  isolation: isolate;
}
body.landing-page:not(.auth-page):not(.onboarding-page)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f7f3ef;
  background-image:
    radial-gradient(ellipse 130% 42% at 50% -8%, #f5ebe5 0%, transparent 68%),
    radial-gradient(ellipse 95% 48% at 72% 30%, rgba(245, 166, 35, 0.72) 0%, rgba(232, 131, 107, 0.46) 42%, transparent 72%),
    radial-gradient(ellipse 80% 40% at 18% 26%, rgba(253, 220, 196, 0.74) 0%, transparent 68%),
    radial-gradient(ellipse 105% 46% at 48% 47%, rgba(168, 85, 247, 0.68) 0%, rgba(196, 168, 232, 0.42) 38%, transparent 70%),
    radial-gradient(ellipse 70% 36% at 88% 50%, rgba(124, 58, 237, 0.40) 0%, transparent 65%),
    radial-gradient(ellipse 120% 38% at 50% 100%, #f5ebe5 0%, transparent 66%),
    radial-gradient(ellipse 90% 34% at 28% 82%, rgba(245, 228, 218, 0.45) 0%, transparent 62%);
}
@supports (background: linear-gradient(in oklab, red, blue)) {
  body.landing-page:not(.auth-page):not(.onboarding-page)::before {
    background-image:
      radial-gradient(ellipse 130% 42% at 50% -8% in oklab, #f5ebe5 0%, transparent 68%),
      radial-gradient(ellipse 95% 48% at 72% 30% in oklab, rgba(245, 166, 35, 0.72) 0%, rgba(232, 131, 107, 0.46) 42%, transparent 72%),
      radial-gradient(ellipse 80% 40% at 18% 26% in oklab, rgba(253, 220, 196, 0.74) 0%, transparent 68%),
      radial-gradient(ellipse 105% 46% at 48% 47% in oklab, rgba(168, 85, 247, 0.68) 0%, rgba(196, 168, 232, 0.42) 38%, transparent 70%),
      radial-gradient(ellipse 70% 36% at 88% 50% in oklab, rgba(124, 58, 237, 0.40) 0%, transparent 65%),
      radial-gradient(ellipse 120% 38% at 50% 100% in oklab, #f5ebe5 0%, transparent 66%),
      radial-gradient(ellipse 90% 34% at 28% 82% in oklab, rgba(245, 228, 218, 0.45) 0%, transparent 62%);
  }
}
body.landing-page:not(.auth-page):not(.onboarding-page)::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 110% 48% at 50% 0%, rgba(255, 255, 255, 0.36) 0%, transparent 62%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.32'/%3E%3C/svg%3E");
  background-size: 100% 100%, 200px 200px;
}
html.dark body.landing-page:not(.auth-page):not(.onboarding-page) {
  background-color: #1a1714;
}
html.dark body.landing-page:not(.auth-page):not(.onboarding-page)::before {
  background-color: #1a1714;
  background-image:
    radial-gradient(ellipse 130% 42% at 50% -8%, #2a221c 0%, transparent 68%),
    radial-gradient(ellipse 95% 48% at 72% 30%, rgba(154, 88, 56, 0.74) 0%, rgba(122, 72, 40, 0.52) 42%, transparent 72%),
    radial-gradient(ellipse 80% 40% at 18% 26%, rgba(90, 56, 36, 0.60) 0%, transparent 68%),
    radial-gradient(ellipse 105% 46% at 48% 47%, rgba(109, 72, 160, 0.72) 0%, rgba(88, 64, 136, 0.46) 38%, transparent 70%),
    radial-gradient(ellipse 70% 36% at 88% 50%, rgba(92, 64, 136, 0.44) 0%, transparent 65%),
    radial-gradient(ellipse 120% 38% at 50% 100%, #221c18 0%, transparent 66%),
    radial-gradient(ellipse 90% 34% at 28% 82%, rgba(58, 48, 40, 0.4) 0%, transparent 62%);
}
html.dark body.landing-page:not(.auth-page):not(.onboarding-page)::after {
  background-image:
    radial-gradient(ellipse 110% 48% at 50% 0%, rgba(255, 255, 255, 0.06) 0%, transparent 62%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}
html:has(body.landing-page:not(.auth-page):not(.onboarding-page)),
body.landing-page:not(.auth-page):not(.onboarding-page) {
  overflow-x: clip;
  max-width: 100%;
}
html:has(body.landing-page:not(.auth-page):not(.onboarding-page)) {
  background-color: #f7f3ef;
}

html.dark:has(body.landing-page:not(.auth-page):not(.onboarding-page)) {
  background-color: #1a1714;
}

.nv-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.32;
  will-change: transform;
}
.nv-blob--1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, #e8836b, transparent 68%);
  top: -160px;
  inset-inline-end: -80px;
  opacity: 0.48;
  animation: nv-drift1 18s ease-in-out infinite;
}
.nv-blob--2 {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, #ed9a84, transparent 68%);
  top: 80px;
  inset-inline-start: -120px;
  opacity: 0.36;
  animation: nv-drift2 22s ease-in-out infinite;
}
.nv-blob--3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #ed9a84, transparent 68%);
  bottom: -120px;
  inset-inline-end: 10%;
  opacity: 0.22;
  animation: nv-drift3 26s ease-in-out infinite;
}
.nv-blob--4 {
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, #e8836b 0%, #f5a623 42%, transparent 68%);
  top: 33%;
  inset-inline-start: -180px;
  opacity: 0.28;
  animation: nv-drift2 24s ease-in-out infinite reverse;
}
.nv-blob--5 {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, #f5a623, transparent 68%);
  top: 35%;
  inset-inline-end: -120px;
  opacity: 0.2;
  animation: nv-drift1 20s ease-in-out infinite;
}
.nv-blob--6 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #3e7fbe, transparent 68%);
  top: 68%;
  inset-inline-end: -100px;
  opacity: 0.08;
  animation: nv-drift3 28s ease-in-out infinite;
}
.nv-blob--7 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, #a855f7, transparent 68%);
  top: 46%;
  inset-inline-end: -100px;
  opacity: 0.18;
  animation: nv-drift2 24s ease-in-out infinite;
}
html.dark .nv-blob { opacity: 0.28; }
html.dark .nv-blob--1 { opacity: 0.4; }
html.dark .nv-blob--2 { opacity: 0.3; }
html.dark .nv-blob--3 { opacity: 0.22; }
html.dark .nv-blob--4 { opacity: 0.22; }
html.dark .nv-blob--5 { opacity: 0.16; }
html.dark .nv-blob--6 { opacity: 0.06; }
html.dark .nv-blob--7 { opacity: 0.16; }
html.dark .nv-grain { opacity: 0.35; }

@keyframes nv-drift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-46px, 40px) scale(1.08); }
}
@keyframes nv-drift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, -30px) scale(1.1); }
}
@keyframes nv-drift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -44px) scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .nv-blob { animation: none !important; }
}

/* ---- floating hero cards ---- */
.nv-hero__visual {
  position: relative;
  height: clamp(460px, 50vw, 600px);
  max-width: 100%;
  margin-top: 0.5rem;
  overflow: visible;
}

body.landing-page main {
  max-width: 100%;
  overflow-x: clip;
}
.nv-glass {
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(46, 42, 51, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 16px 48px rgba(46, 42, 51, 0.1);
}
html.dark .nv-glass {
  background: rgba(37, 32, 25, 0.72);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.nv-float { animation: nv-floaty 6s ease-in-out infinite; }
.nv-float.f2 { animation-duration: 7.5s; animation-delay: -2s; }
.nv-float.f3 { animation-duration: 8.5s; animation-delay: -4s; }
@keyframes nv-floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@media (prefers-reduced-motion: reduce) {
  .nv-float { animation: none; }
}

/* steps section — clay cards on mobile only */
@media (min-width: 768px) {
  #scroll-steps .scroll-step {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}

.nv-ordercard {
  inset-inline-end: 6%;
  top: 14%;
  width: min(330px, 90%);
  padding: 20px 20px 22px;
  z-index: 3;
}
.nv-oc__top { display: flex; align-items: center; gap: 11px; }
.nv-oc__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8836b, #e89b2a);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
}
.nv-oc__who { flex: 1; min-width: 0; }
.nv-oc__name { font-weight: 600; font-size: 0.875rem; }
.nv-oc__on {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  color: var(--color-mint, #10b981);
  margin-top: 2px;
}
.nv-oc__on .d {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-mint, #10b981);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.22);
}
.nv-oc__code {
  font-family: ui-monospace, monospace;
  font-size: 0.7rem;
  opacity: 0.55;
}
.nv-oc__product {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(46, 42, 51, 0.08);
}
html.dark .nv-oc__product { border-color: rgba(255, 255, 255, 0.08); }
.nv-oc__thumb {
  width: 52px;
  height: 52px;
  border-radius: 0.75rem;
  flex-shrink: 0;
  background: rgba(232, 131, 107, 0.12);
  background-image: repeating-linear-gradient(135deg, rgba(232, 131, 107, 0.22) 0 6px, transparent 6px 12px);
  border: 1px solid rgba(232, 131, 107, 0.2);
}
.nv-oc__pmid { flex: 1; min-width: 0; }
.nv-oc__pname {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nv-oc__qty { font-size: 0.7rem; opacity: 0.55; margin-top: 3px; }
.nv-oc__price {
  margin-inline-start: auto;
  padding-inline-start: 8px;
  font-weight: 800;
  font-size: 0.875rem;
  white-space: nowrap;
}
.nv-oc__status {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nv-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
}
.nv-badge--teal { background: rgba(16, 185, 129, 0.12); color: #059669; }
.nv-badge--amber { background: rgba(234, 179, 8, 0.14); color: #b45309; }
html.dark .nv-badge--teal { color: #34d399; }
html.dark .nv-badge--amber { color: #fbbf24; }
.nv-badge .ck { width: 13px; height: 13px; }
.nv-oc__progress {
  height: 5px;
  border-radius: 999px;
  background: rgba(46, 42, 51, 0.08);
  overflow: hidden;
  flex: 1;
  margin-inline-start: 12px;
}
html.dark .nv-oc__progress { background: rgba(255, 255, 255, 0.08); }
.nv-oc__progress span {
  display: block;
  height: 100%;
  background: linear-gradient(135deg, #e8836b, #e89b2a);
  border-radius: 999px;
  width: 30%;
  transition: width 1s var(--ease-out, cubic-bezier(0.2, 0, 0, 1));
}

.nv-linkcard {
  inset-inline-start: 0;
  top: 0;
  width: min(240px, 62%);
  padding: 15px 16px;
  z-index: 4;
}
.nv-linkcard__lbl { font-size: 0.7rem; opacity: 0.55; }
.nv-linkcard__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background: rgba(46, 42, 51, 0.04);
  border: 1px solid rgba(46, 42, 51, 0.08);
  border-radius: 0.75rem;
  padding: 7px 10px;
}
html.dark .nv-linkcard__row {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}
.nv-linkcard__link {
  font-family: ui-monospace, monospace;
  font-size: 0.7rem;
  color: #2563eb;
  flex: 1;
}
html.dark .nv-linkcard__link { color: #60a5fa; }
.nv-linkcard__copy {
  color: var(--color-primary, #e8836b);
  font-size: 0.7rem;
  font-weight: 700;
}
.nv-linkcard__code {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.7rem;
  opacity: 0.7;
}
.nv-linkcard__code b {
  font-family: ui-monospace, monospace;
  color: #059669;
  background: rgba(16, 185, 129, 0.12);
  padding: 3px 8px;
  border-radius: 0.375rem;
}
html.dark .nv-linkcard__code b { color: #34d399; }

.nv-receiptcard {
  inset-inline-start: 2%;
  bottom: 10%;
  width: min(220px, 58%);
  padding: 15px 16px;
  z-index: 4;
}
.nv-receiptcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nv-receiptcard__bank { font-size: 0.75rem; font-weight: 600; }
.nv-receiptcard__amt {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 9px 0 4px;
}
.nv-receiptcard__match {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  color: #059669;
  font-weight: 600;
}
html.dark .nv-receiptcard__match { color: #34d399; }

@media (max-width: 1023px) {
  .nv-hero__visual {
    height: 440px;
    max-width: 440px;
    margin: 2.5rem auto 0;
    width: 100%;
  }
}

/* ---- story maker phone mockups ---- */
.nv-story-mock {
  display: flex;
  flex-direction: column;
  padding: 7px;
  overflow: hidden;
  min-height: 100%;
}
.nv-story-mock__brand {
  font-family: var(--font-display, "Estedad", sans-serif);
  font-size: 0.55rem;
  font-weight: 700;
  opacity: 0.92;
}
.nv-story-mock__title {
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.35;
  margin-top: auto;
}
.nv-story-mock__price {
  font-size: 0.68rem;
  font-weight: 800;
  margin-top: 2px;
}
.nv-story-mock__tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 0.5rem;
  font-weight: 700;
  margin-top: 4px;
  width: fit-content;
}

.nv-story-mock--story {
  background: linear-gradient(165deg, #f3b0a2 0%, #e8836b 38%, #c84b31 100%);
  color: #fff;
}
.nv-story-mock--story .nv-story-mock__photo {
  flex: 1;
  min-height: 42%;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 8px, transparent 8px 16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.nv-story-mock--post {
  background: linear-gradient(180deg, rgba(232, 131, 107, 0.12), rgba(247, 243, 239, 0.35));
  color: var(--color-ink);
  padding: 10px 7px;
}
html.dark .nv-story-mock--post {
  background: linear-gradient(180deg, rgba(232, 131, 107, 0.14), rgba(37, 32, 25, 0.5));
}
.nv-story-mock--post .nv-story-mock__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(46, 42, 51, 0.08);
  padding: 6px;
  box-shadow: 0 6px 16px rgba(46, 42, 51, 0.08);
}
html.dark .nv-story-mock--post .nv-story-mock__card {
  background: rgba(37, 32, 25, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
}
.nv-story-mock--post .nv-story-mock__photo {
  flex: 1;
  min-height: 52%;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(234, 227, 220, 0.9), rgba(232, 131, 107, 0.18)),
    repeating-linear-gradient(45deg, rgba(46, 42, 51, 0.06) 0 6px, transparent 6px 12px);
}
html.dark .nv-story-mock--post .nv-story-mock__photo {
  background:
    linear-gradient(135deg, rgba(46, 42, 51, 0.5), rgba(232, 131, 107, 0.15)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 6px, transparent 6px 12px);
}
.nv-story-mock--post .nv-story-mock__meta {
  margin-top: 5px;
  padding-top: 4px;
  border-top: 1px dashed rgba(46, 42, 51, 0.12);
}
html.dark .nv-story-mock--post .nv-story-mock__meta {
  border-color: rgba(255, 255, 255, 0.1);
}
.nv-story-mock--post .nv-story-mock__fmt {
  font-size: 0.48rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 2px;
}

.nv-story-mock--sale {
  background: linear-gradient(165deg, #2e2a33 0%, #1a1714 55%, #3d2219 100%);
  color: #fff;
}
.nv-story-mock--sale .nv-story-mock__badge {
  align-self: center;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #e89b2a);
  color: #1a1714;
  font-size: 0.58rem;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(232, 155, 42, 0.35);
}
.nv-story-mock--sale .nv-story-mock__photo {
  flex: 1;
  min-height: 38%;
  margin-top: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 30% 30%, rgba(240, 160, 144, 0.35), transparent 55%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}
.nv-story-mock--sale .nv-story-mock__old {
  font-size: 0.5rem;
  opacity: 0.55;
  text-decoration: line-through;
  margin-top: auto;
}
.nv-story-mock--sale .nv-story-mock__code {
  margin-top: 5px;
  font-family: ui-monospace, monospace;
  font-size: 0.5rem;
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(16, 185, 129, 0.18);
  color: #6ee7b7;
  width: fit-content;
}

/* ---- شاگرد: بدون خط جداکننده بین مزایا ---- */
.landing-shagerd-features > * {
  border: none !important;
  box-shadow: none !important;
}
.landing-shagerd-features > *::before,
.landing-shagerd-features > *::after {
  display: none !important;
}

/* ---- نیروا landing mockups ---- */
.landing-nirva-badge {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  box-shadow:
    0 4px 14px rgba(124, 58, 237, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
html.dark .landing-nirva-badge {
  box-shadow:
    0 4px 18px rgba(124, 58, 237, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.landing-nirva-clay {
  background-color: var(--color-surface);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-clay);
  border: 1px solid rgba(124, 58, 237, 0.14);
}
html.dark .landing-nirva-clay {
  border-color: rgba(168, 85, 247, 0.18);
}
.landing-nirva-tab--active {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.3);
}
.landing-nirva-bubble {
  border-radius: 1rem;
  padding: 0.5rem 0.75rem;
}
.landing-nirva-bubble--seller {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.25);
  border-radius: 1rem 1rem 0.25rem 1rem;
}
.landing-nirva-bubble--nirva {
  color: var(--color-ink, #2e2a33);
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 1rem 1rem 1rem 0.25rem;
}
html.dark .landing-nirva-bubble--nirva {
  background: rgba(124, 58, 237, 0.14);
  border-color: rgba(168, 85, 247, 0.2);
}

/* ---- چاوش landing mockups ---- */
.landing-chavosh-badge {
  color: #fff;
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%);
  box-shadow:
    0 4px 14px rgba(18, 158, 134, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
html.dark .landing-chavosh-badge {
  box-shadow:
    0 4px 18px rgba(18, 158, 134, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.landing-chavosh-clay {
  background-color: var(--color-surface);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-clay);
  border: 1px solid rgba(18, 158, 134, 0.14);
}
html.dark .landing-chavosh-clay {
  border-color: rgba(43, 179, 155, 0.18);
}
.landing-chavosh-avatar {
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%);
  box-shadow: 0 2px 10px rgba(18, 158, 134, 0.35);
}
.landing-chavosh-accent {
  color: #0c7c6b;
}
html.dark .landing-chavosh-accent {
  color: #5ecdb8;
}
.landing-chavosh-message {
  background: rgba(18, 158, 134, 0.08);
  border: 1px solid rgba(18, 158, 134, 0.12);
}
html.dark .landing-chavosh-message {
  background: rgba(18, 158, 134, 0.14);
  border-color: rgba(43, 179, 155, 0.18);
}
.landing-chavosh-icon-bg {
  background: linear-gradient(135deg, rgba(18, 158, 134, 0.15) 0%, rgba(43, 179, 155, 0.15) 100%);
}
.landing-chavosh-cta {
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%) !important;
  box-shadow: 0 8px 24px rgba(18, 158, 134, 0.38);
}
.landing-chavosh-features > * {
  border: none !important;
  box-shadow: none !important;
}
.landing-chavosh-features > *::before,
.landing-chavosh-features > *::after {
  display: none !important;
}
.nv-chavosh-panel {
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 158, 134, 0.14);
  box-shadow: 0 10px 28px rgba(46, 42, 51, 0.07);
  overflow: hidden;
}
html.dark .nv-chavosh-panel {
  background: rgba(42, 36, 32, 0.82);
  border-color: rgba(18, 158, 134, 0.18);
}
.nv-chavosh-panel__head {
  padding: 0.65rem 0.85rem;
  font-size: 0.68rem;
  font-weight: 800;
  color: #0c7c6b;
  background: linear-gradient(135deg, rgba(18, 158, 134, 0.1), rgba(43, 179, 155, 0.06));
  border-bottom: 1px solid rgba(18, 158, 134, 0.1);
}
html.dark .nv-chavosh-panel__head {
  color: #5ecdb8;
}
.nv-chavosh-recipe {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border-bottom: 1px solid rgba(46, 42, 51, 0.05);
  transition: background 0.25s ease;
}
.nv-chavosh-recipe:last-child { border-bottom: none; }
.nv-chavosh-recipe.is-active {
  background: rgba(18, 158, 134, 0.06);
}
html.dark .nv-chavosh-recipe {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
html.dark .nv-chavosh-recipe.is-active {
  background: rgba(18, 158, 134, 0.12);
}
.nv-chavosh-recipe__emoji {
  font-size: 0.95rem;
  flex-shrink: 0;
}
.nv-chavosh-recipe__title {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--color-ink);
}
.nv-chavosh-recipe__desc {
  margin-top: 0.1rem;
  font-size: 0.58rem;
  line-height: 1.45;
  color: rgba(46, 42, 51, 0.55);
}
html.dark .nv-chavosh-recipe__desc {
  color: rgba(245, 238, 232, 0.55);
}
.nv-chavosh-toggle {
  position: relative;
  width: 2.25rem;
  height: 1.25rem;
  border-radius: 999px;
  flex-shrink: 0;
  background: rgba(46, 42, 51, 0.12);
}
.nv-chavosh-toggle span {
  position: absolute;
  top: 0.125rem;
  inset-inline-start: 0.125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(46, 42, 51, 0.15);
  transition: inset-inline-start 0.2s ease;
}
.nv-chavosh-toggle.is-on {
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%);
  box-shadow: 0 2px 8px rgba(18, 158, 134, 0.35);
}
.nv-chavosh-toggle.is-on span {
  inset-inline-start: 1.125rem;
}
.nv-chavosh-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.62rem;
  border-bottom: 1px solid rgba(46, 42, 51, 0.05);
}
.nv-chavosh-setting:last-child { border-bottom: none; }
.nv-chavosh-setting.is-highlight {
  background: rgba(18, 158, 134, 0.06);
}
html.dark .nv-chavosh-setting {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
html.dark .nv-chavosh-setting.is-highlight {
  background: rgba(18, 158, 134, 0.12);
}
.nv-chavosh-setting__label {
  font-weight: 700;
  color: rgba(46, 42, 51, 0.65);
}
html.dark .nv-chavosh-setting__label {
  color: rgba(245, 238, 232, 0.65);
}
.nv-chavosh-setting__value {
  font-weight: 800;
  color: #0c7c6b;
  text-align: end;
}
html.dark .nv-chavosh-setting__value {
  color: #5ecdb8;
}

/* ---- CRM / customer book bento mock ---- */
.nv-crm-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.nv-crm-card__glow {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 70%;
  background:
    radial-gradient(ellipse 70% 60% at 88% 8%, rgba(244, 114, 182, 0.22) 0%, transparent 68%),
    radial-gradient(ellipse 55% 50% at 12% 18%, rgba(232, 131, 107, 0.16) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.nv-crm-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.95rem;
  color: #e8836b;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 240, 235, 0.88));
  border: 1px solid rgba(232, 131, 107, 0.18);
  box-shadow: 0 4px 14px rgba(232, 131, 107, 0.12);
  flex-shrink: 0;
}

.nv-crm-card__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

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

.nv-crm-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0.55rem 0.35rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 131, 107, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.nv-crm-stat__num {
  font-family: var(--font-display, "Estedad", sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-ink, #2e2a33);
}

.nv-crm-stat__label {
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(46, 42, 51, 0.52);
}

.nv-crm-stat--vip {
  background: linear-gradient(145deg, rgba(255, 248, 230, 0.95), rgba(255, 236, 200, 0.82));
  border-color: rgba(245, 166, 35, 0.28);
}

.nv-crm-stat--vip .nv-crm-stat__num {
  color: #b45309;
}

.nv-crm-stat--vip .nv-crm-stat__label {
  color: rgba(180, 83, 9, 0.72);
}

.nv-crm-list {
  position: relative;
}

.nv-crm-list::before {
  content: "";
  position: absolute;
  inset-inline: 1.35rem;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(232, 131, 107, 0.28), rgba(232, 131, 107, 0.04));
  pointer-events: none;
}

.nv-crm-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 0.75rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(232, 131, 107, 0.1);
  box-shadow: 0 2px 10px rgba(46, 42, 51, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    opacity 0.28s ease,
    background 0.28s ease;
}

.nv-crm-row--dim {
  opacity: 0.72;
}

.nv-crm-row.is-active {
  opacity: 1;
  transform: translateX(-3px) scale(1.015);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(232, 131, 107, 0.28);
  box-shadow:
    0 8px 22px rgba(232, 131, 107, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

html[dir="ltr"] .nv-crm-row.is-active {
  transform: translateX(3px) scale(1.015);
}

.nv-crm-row__avatar {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95);
}

.nv-crm-row__avatar--coral {
  color: #c4601c;
  background: linear-gradient(145deg, #ffd9cc, #ffb89e);
}

.nv-crm-row__avatar--gold {
  color: #92400e;
  background: linear-gradient(145deg, #ffe8b8, #f5c86a);
}

.nv-crm-row__avatar--mint {
  color: #047857;
  background: linear-gradient(145deg, #c8f7e8, #7ee0bc);
}

.nv-crm-row__body {
  flex: 1;
  min-width: 0;
}

.nv-crm-row__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.nv-crm-row__name {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--color-ink, #2e2a33);
}

.nv-crm-row__meta {
  margin: 0.18rem 0 0;
  font-size: 0.62rem;
  line-height: 1.45;
  color: rgba(46, 42, 51, 0.52);
}

.nv-crm-row__spend {
  margin: 0.22rem 0 0;
  font-size: 0.68rem;
  font-weight: 800;
  color: #c4601c;
}

.nv-crm-row__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  white-space: nowrap;
}

.nv-crm-row__badge--repeat {
  color: #c4601c;
  background: rgba(232, 131, 107, 0.12);
}

.nv-crm-row__badge--vip {
  color: #92400e;
  background: linear-gradient(135deg, rgba(245, 166, 35, 0.22), rgba(251, 191, 36, 0.16));
  box-shadow: inset 0 0 0 1px rgba(245, 166, 35, 0.22);
}

.nv-crm-row__badge--new {
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
}

html.dark .nv-crm-card__glow {
  background:
    radial-gradient(ellipse 70% 60% at 88% 8%, rgba(244, 114, 182, 0.14) 0%, transparent 68%),
    radial-gradient(ellipse 55% 50% at 12% 18%, rgba(232, 131, 107, 0.1) 0%, transparent 70%);
}

html.dark .nv-crm-card__icon {
  color: #f0a090;
  background: linear-gradient(145deg, rgba(58, 48, 40, 0.92), rgba(72, 56, 48, 0.88));
  border-color: rgba(232, 131, 107, 0.22);
}

html.dark .nv-crm-stat {
  background: rgba(42, 36, 32, 0.72);
  border-color: rgba(232, 131, 107, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.dark .nv-crm-stat__num {
  color: rgba(245, 238, 232, 0.94);
}

html.dark .nv-crm-stat__label {
  color: rgba(245, 238, 232, 0.52);
}

html.dark .nv-crm-stat--vip {
  background: linear-gradient(145deg, rgba(90, 56, 20, 0.72), rgba(72, 48, 16, 0.62));
  border-color: rgba(245, 166, 35, 0.24);
}

html.dark .nv-crm-stat--vip .nv-crm-stat__num {
  color: #fbbf24;
}

html.dark .nv-crm-stat--vip .nv-crm-stat__label {
  color: rgba(251, 191, 36, 0.72);
}

html.dark .nv-crm-row {
  background: rgba(42, 36, 32, 0.68);
  border-color: rgba(232, 131, 107, 0.12);
}

html.dark .nv-crm-row.is-active {
  background: rgba(52, 44, 38, 0.94);
  border-color: rgba(232, 131, 107, 0.28);
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.dark .nv-crm-row__name {
  color: rgba(245, 238, 232, 0.94);
}

html.dark .nv-crm-row__meta {
  color: rgba(245, 238, 232, 0.52);
}

html.dark .nv-crm-row__spend {
  color: #f0a090;
}

html.dark .nv-crm-row__avatar {
  box-shadow: 0 0 0 3px rgba(26, 23, 20, 0.95);
}

@media (prefers-reduced-motion: reduce) {
  .nv-crm-row {
    transition: none;
  }
  .nv-crm-row.is-active {
    transform: none;
  }
}

/* ---- Telegram + Instagram bio mockups ---- */
.nv-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  color: #7c3aed;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(168, 85, 247, 0.08));
  border: 1px solid rgba(124, 58, 237, 0.22);
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.12);
}
.nv-soon-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a855f7;
  animation: nv-soon-pulse 2s ease-in-out infinite;
}
@keyframes nv-soon-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}
html.dark .nv-soon-badge {
  color: #c4b5fd;
  border-color: rgba(168, 85, 247, 0.28);
}

.nv-ig-phone {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 2rem;
  border: 3px solid rgba(46, 42, 51, 0.12);
  background: #fff;
  box-shadow: 0 20px 50px rgba(46, 42, 51, 0.14);
  overflow: hidden;
}
html.dark .nv-ig-phone {
  background: #252019;
  border-color: rgba(255, 255, 255, 0.1);
}
.nv-ig-phone__bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1rem 0.75rem;
}
.nv-ig-phone__avatar {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8836b, #e89b2a);
  border: 2px solid rgba(232, 131, 107, 0.3);
}
.nv-ig-phone__name {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--color-ink);
}
.nv-ig-phone__handle {
  font-size: 0.65rem;
  color: rgba(46, 42, 51, 0.45);
}
html.dark .nv-ig-phone__handle {
  color: rgba(245, 238, 232, 0.58);
}
.nv-ig-phone__bio {
  padding: 0 1rem 1rem;
  font-size: 0.68rem;
  line-height: 1.65;
  color: rgba(46, 42, 51, 0.72);
}
html.dark .nv-ig-phone__bio {
  color: rgba(245, 238, 232, 0.75);
}
.nv-ig-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.45rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.65rem;
  background: rgba(62, 127, 190, 0.08);
  border: 1px solid rgba(62, 127, 190, 0.16);
  font-size: 0.62rem;
  font-weight: 700;
  color: #2563eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.nv-ig-link--active {
  transform: scale(1.02);
  border-color: rgba(62, 127, 190, 0.35);
  box-shadow: 0 4px 14px rgba(62, 127, 190, 0.16);
}
.nv-ig-link--tg {
  background: rgba(34, 158, 217, 0.1);
  border-color: rgba(34, 158, 217, 0.2);
  color: #229ed9;
}
.nv-ig-link--tg.nv-ig-link--active {
  border-color: rgba(34, 158, 217, 0.38);
  box-shadow: 0 4px 14px rgba(34, 158, 217, 0.18);
}
.nv-ig-link__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.nv-tg-mock {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #229ed9 0%, #1a8bc7 100%);
  box-shadow: 0 18px 44px rgba(34, 158, 217, 0.28);
  overflow: hidden;
}
.nv-tg-mock__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  color: #fff;
}
.nv-tg-mock__bot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8836b, #f5a623);
  font-size: 0.7rem;
  font-weight: 900;
}
.nv-tg-mock__title {
  font-size: 0.78rem;
  font-weight: 800;
}
.nv-tg-mock__sub {
  font-size: 0.58rem;
  opacity: 0.82;
}
.nv-tg-mock__body {
  background: #e8edf2;
  padding: 0.85rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
html.dark .nv-tg-mock__body {
  background: #2a3038;
}
.nv-tg-bubble {
  max-width: 88%;
  padding: 0.5rem 0.7rem;
  border-radius: 0.85rem;
  font-size: 0.65rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.nv-tg-bubble.is-visible {
  opacity: 1;
  transform: none;
}
.nv-tg-bubble--in {
  align-self: flex-start;
  background: #fff;
  color: rgba(46, 42, 51, 0.85);
  border-radius: 0.85rem 0.85rem 0.85rem 0.2rem;
  box-shadow: 0 2px 6px rgba(46, 42, 51, 0.06);
}
html.dark .nv-tg-bubble--in {
  background: #3a424c;
  color: rgba(245, 238, 232, 0.9);
}
.nv-tg-bubble--out {
  align-self: flex-end;
  background: #d4e8f7;
  color: rgba(46, 42, 51, 0.85);
  border-radius: 0.85rem 0.85rem 0.2rem 0.85rem;
}
html.dark .nv-tg-bubble--out {
  background: #3d5a72;
  color: rgba(245, 238, 232, 0.9);
}
.nv-tg-typing {
  align-self: flex-start;
  display: inline-flex;
  gap: 4px;
  padding: 0.55rem 0.75rem;
  border-radius: 0.85rem;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nv-tg-typing.is-visible { opacity: 1; }
.nv-tg-typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(46, 42, 51, 0.35);
  animation: nv-tg-dot 1.2s ease-in-out infinite;
}
.nv-tg-typing span:nth-child(2) { animation-delay: 0.15s; }
.nv-tg-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes nv-tg-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-4px); opacity: 1; }
}

/* ---- Store + CRM showcase ---- */
.nv-store-showcase {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.nv-store-showcase__glow {
  position: absolute;
  inset: -15% -10% auto -10%;
  height: 65%;
  background:
    radial-gradient(ellipse 65% 55% at 75% 10%, rgba(245, 166, 35, 0.24) 0%, transparent 68%),
    radial-gradient(ellipse 50% 45% at 15% 25%, rgba(232, 131, 107, 0.14) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.nv-store-preview {
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(232, 131, 107, 0.14);
  box-shadow: 0 12px 32px rgba(46, 42, 51, 0.08);
  overflow: hidden;
}
html.dark .nv-store-preview {
  background: rgba(42, 36, 32, 0.88);
  border-color: rgba(232, 131, 107, 0.18);
}
.nv-store-preview__hero {
  height: 4.5rem;
  background: linear-gradient(135deg, #f3b0a2 0%, #e8836b 55%, #c84b31 100%);
  position: relative;
}
.nv-store-preview__logo {
  position: absolute;
  bottom: -1.1rem;
  inset-inline-start: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(46, 42, 51, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.nv-store-preview__body { padding: 1.5rem 1rem 1rem; }
.nv-store-preview__name {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--color-ink);
}
.nv-store-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.75rem;
}
.nv-store-preview__item {
  aspect-ratio: 1;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(46, 42, 51, 0.06);
  background: #f7f3ef;
}
.nv-store-preview__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
html.dark .nv-store-preview__item {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(42, 36, 32, 0.6);
}
.nv-channel-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(46, 42, 51, 0.08);
  box-shadow: 0 2px 8px rgba(46, 42, 51, 0.04);
}
html.dark .nv-channel-pill {
  background: rgba(42, 36, 32, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
}

/* ---- Shagerd rules + knowledge mocks ---- */
.nv-shagerd-panel {
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(232, 131, 107, 0.14);
  box-shadow: 0 10px 28px rgba(46, 42, 51, 0.07);
  overflow: hidden;
}
html.dark .nv-shagerd-panel {
  background: rgba(42, 36, 32, 0.82);
  border-color: rgba(232, 131, 107, 0.18);
}
.nv-shagerd-panel__head {
  padding: 0.65rem 0.85rem;
  font-size: 0.68rem;
  font-weight: 800;
  color: #c4601c;
  background: linear-gradient(135deg, rgba(232, 131, 107, 0.1), rgba(245, 166, 35, 0.06));
  border-bottom: 1px solid rgba(232, 131, 107, 0.1);
}
.nv-rule-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.65rem;
  line-height: 1.55;
  color: rgba(46, 42, 51, 0.78);
  border-bottom: 1px solid rgba(46, 42, 51, 0.05);
  transition: background 0.25s ease, opacity 0.25s ease;
}
.nv-rule-row:last-child { border-bottom: none; }
.nv-rule-row.is-highlight {
  background: rgba(232, 131, 107, 0.08);
}
html.dark .nv-rule-row {
  color: rgba(245, 238, 232, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
html.dark .nv-rule-row.is-highlight {
  background: rgba(232, 131, 107, 0.14);
}
html.dark .nv-shagerd-panel__head {
  color: #f0a090;
}
html.dark .nv-kb-row {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
html.dark .nv-kb-row__q {
  color: rgba(245, 238, 232, 0.94);
}
html.dark .nv-kb-row__a {
  color: rgba(245, 238, 232, 0.58);
}
html.dark .nv-kb-row.is-active {
  background: rgba(245, 166, 35, 0.12);
}
.nv-rule-row__check {
  width: 1rem;
  height: 1rem;
  border-radius: 0.3rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.14);
  color: #059669;
  font-size: 0.55rem;
  font-weight: 900;
}
.nv-kb-row {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid rgba(46, 42, 51, 0.05);
}
.nv-kb-row:last-child { border-bottom: none; }
.nv-kb-row__q {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--color-ink);
}
.nv-kb-row__a {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  line-height: 1.5;
  color: rgba(46, 42, 51, 0.58);
}
.nv-kb-row.is-active {
  background: rgba(245, 166, 35, 0.08);
}

/* ---- Nirva scheduled insight ---- */
.nv-insight-clock {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.16);
  font-size: 0.72rem;
  font-weight: 800;
  color: #7c3aed;
}
.nv-insight-clock__time {
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
}
.nv-insight-deliver {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(124, 58, 237, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.nv-insight-deliver.is-active {
  transform: translateY(-2px);
  border-color: rgba(124, 58, 237, 0.28);
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.12);
}
html.dark .nv-insight-deliver {
  background: rgba(42, 36, 32, 0.72);
}
.nv-insight-deliver__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.nv-insight-deliver__icon--panel {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #fff;
}
.nv-insight-deliver__icon--tg {
  background: linear-gradient(135deg, #229ed9, #1a8bc7);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .nv-soon-badge__dot,
  .nv-tg-typing span { animation: none !important; }
  .nv-tg-bubble { opacity: 1 !important; transform: none !important; }
}

/* ---- AI solution cards ---- */
.nv-ai-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 1.35rem 1.25rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(46, 42, 51, 0.08);
  box-shadow: 0 8px 24px rgba(46, 42, 51, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
html.dark .nv-ai-card {
  background: rgba(42, 36, 32, 0.78);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.nv-ai-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(46, 42, 51, 0.1);
}
html.dark .nv-ai-card:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}
.nv-ai-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}
.nv-ai-card__badge--shagerd {
  color: #c4601c;
  background: rgba(232, 131, 107, 0.14);
  border: 1px solid rgba(232, 131, 107, 0.2);
}
.nv-brand-shagerd {
  background: linear-gradient(135deg, #e8836b 0%, #f5a623 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.nv-brand-nirva {
  color: #6510f0;
  font-weight: 800;
}
.nv-brand-chavosh {
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
html.dark .nv-brand-shagerd {
  background: linear-gradient(135deg, #f0a090 0%, #f5c842 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html.dark .nv-brand-nirva { color: #c978ff; }
html.dark .nv-brand-chavosh {
  background: linear-gradient(135deg, #5ecdb8 0%, #2bb39b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nv-ai-card__badge--receipt {
  color: #059669;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.nv-ai-card__badge--nirva {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.18);
}
.nv-ai-card__badge--chavosh {
  color: #0c7c6b;
  background: rgba(18, 158, 134, 0.12);
  border: 1px solid rgba(18, 158, 134, 0.18);
}
html.dark .nv-ai-card__badge--shagerd { color: #f0a090; }
html.dark .nv-ai-card__badge--receipt { color: #34d399; }
html.dark .nv-ai-card__badge--nirva { color: #c4b5fd; }
html.dark .nv-ai-card__badge--chavosh { color: #5ecdb8; }
.nv-ai-card__issue {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(46, 42, 51, 0.48);
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
html.dark .nv-ai-card__issue {
  color: rgba(245, 238, 232, 0.45);
}
.nv-ai-card__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--color-ink);
  line-height: 1.55;
  margin-bottom: 0.5rem;
}
html.dark .nv-ai-card__title {
  color: rgba(245, 238, 232, 0.94);
}
.nv-ai-card__resolve {
  font-size: 0.78rem;
  line-height: 1.65;
  color: rgba(46, 42, 51, 0.62);
}
html.dark .nv-ai-card__resolve {
  color: rgba(245, 238, 232, 0.62);
}
.nv-ai-card__arrow {
  display: inline-block;
  margin: 0.35rem 0;
  font-size: 0.85rem;
  color: var(--color-primary, #e8836b);
  opacity: 0.7;
}
@media (prefers-reduced-motion: reduce) {
  .nv-ai-card:hover { transform: none; }
}

/* ---- Chavosh Plus demo (segment + flow) ---- */
.landing-cpp-badge {
  color: #fff;
  background: linear-gradient(135deg, #2bb39b 0%, #3e7fbe 100%);
  box-shadow: 0 4px 14px rgba(62, 127, 190, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.landing-cpp-demo {
  position: relative;
  overflow: hidden;
}
.landing-cpp-demo__caption {
  min-height: 2.75rem;
  margin-bottom: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  color: #0c7c6b;
  background: rgba(18, 158, 134, 0.08);
  border: 1px solid rgba(18, 158, 134, 0.12);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
html.dark .landing-cpp-demo__caption {
  color: #5ecdb8;
  background: rgba(18, 158, 134, 0.12);
  border-color: rgba(43, 179, 155, 0.16);
}
.landing-cpp-demo__panels {
  display: grid;
  gap: 0.75rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .landing-cpp-demo__panels {
    grid-template-columns: 1fr auto 1fr;
    gap: 0.65rem;
  }
}
.landing-cpp-demo__segment,
.landing-cpp-demo__flow {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 158, 134, 0.12);
  padding: 0.75rem;
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}
html.dark .landing-cpp-demo__segment,
html.dark .landing-cpp-demo__flow {
  background: rgba(42, 36, 32, 0.82);
  border-color: rgba(18, 158, 134, 0.16);
}
.landing-cpp-demo__panel-head {
  font-size: 0.65rem;
  font-weight: 800;
  color: #0c7c6b;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(18, 158, 134, 0.1);
}
.landing-cpp-demo__panel-head--plus {
  color: #3e7fbe;
  border-bottom-color: rgba(62, 127, 190, 0.15);
}
html.dark .landing-cpp-demo__panel-head { color: #5ecdb8; }
html.dark .landing-cpp-demo__panel-head--plus { color: #6ea8fe; }
.landing-cpp-demo__segment-name {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--color-ink);
  margin-bottom: 0.55rem;
}
.landing-cpp-demo__match {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}
.landing-cpp-demo__match-btn {
  flex: 1;
  text-align: center;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.35rem 0.4rem;
  border-radius: 0.55rem;
  color: rgba(46, 42, 51, 0.5);
  background: rgba(46, 42, 51, 0.05);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.landing-cpp-demo__match-btn.is-on {
  color: #fff;
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%);
  box-shadow: 0 2px 8px rgba(18, 158, 134, 0.3);
}
html.dark .landing-cpp-demo__match-btn {
  color: rgba(245, 238, 232, 0.45);
  background: rgba(255, 255, 255, 0.05);
}
.landing-cpp-demo__rules {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}
.landing-cpp-demo__rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.6rem;
  font-size: 0.62rem;
  border: 1px dashed rgba(18, 158, 134, 0.2);
  background: rgba(18, 158, 134, 0.04);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.3s ease, background 0.3s ease;
}
.landing-cpp-demo__rule-type { font-weight: 700; color: rgba(46, 42, 51, 0.72); }
.landing-cpp-demo__rule-val { font-weight: 800; color: #0c7c6b; }
html.dark .landing-cpp-demo__rule-type { color: rgba(245, 238, 232, 0.78); }
html.dark .landing-cpp-demo__rule-val { color: #5ecdb8; }
.landing-cpp-demo__count {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.5rem 0.55rem;
  border-radius: 0.6rem;
  background: rgba(62, 127, 190, 0.06);
  border: 1px solid rgba(62, 127, 190, 0.12);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.landing-cpp-demo__count-label {
  font-size: 0.58rem;
  font-weight: 600;
  color: rgba(46, 42, 51, 0.55);
}
.landing-cpp-demo__count-num {
  font-size: 1.1rem;
  font-weight: 900;
  color: #3e7fbe;
  line-height: 1;
}
.landing-cpp-demo__count-suffix {
  font-size: 0.58rem;
  font-weight: 700;
  color: rgba(46, 42, 51, 0.5);
}
html.dark .landing-cpp-demo__count-label,
html.dark .landing-cpp-demo__count-suffix { color: rgba(245, 238, 232, 0.5); }
html.dark .landing-cpp-demo__count-num { color: #6ea8fe; }
.landing-cpp-demo__segment-active,
.landing-cpp-demo__flow-active {
  display: inline-flex;
  margin-top: 0.55rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.landing-cpp-demo__flow-active {
  background: linear-gradient(135deg, #2bb39b 0%, #3e7fbe 100%);
}
.landing-cpp-demo__bridge {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.58rem;
  font-weight: 800;
  color: #3e7fbe;
  opacity: 0;
  transition: opacity 0.45s ease;
}
@media (min-width: 768px) {
  .landing-cpp-demo__bridge { display: flex; }
}
.landing-cpp-demo__bridge-icon {
  width: 1.25rem;
  height: 1.25rem;
  animation: landing-cpp-bridge-pulse 1.6s ease-in-out infinite;
}
@keyframes landing-cpp-bridge-pulse {
  0%, 100% { opacity: 0.45; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(-3px); }
}
.landing-cpp-demo__canvas {
  position: relative;
  min-height: 14rem;
}
.landing-cpp-demo__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-cpp-demo__rail-line {
  width: 2px;
  height: 1.1rem;
  background: rgba(18, 158, 134, 0.15);
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 0.4s ease, background 0.3s ease;
}
.landing-cpp-demo__rail-line--yes {
  background: linear-gradient(180deg, rgba(62, 127, 190, 0.55), rgba(18, 158, 134, 0.35));
}
.landing-cpp-demo__node {
  width: 100%;
  max-width: 10.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.65rem;
  text-align: center;
  border: 1px solid transparent;
  opacity: 0;
  transform: translateY(10px) scale(0.94);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.landing-cpp-demo__node-type {
  display: block;
  font-size: 0.52rem;
  font-weight: 800;
  opacity: 0.75;
  margin-bottom: 0.15rem;
}
.landing-cpp-demo__node-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.4;
}
.landing-cpp-demo__node--trigger,
.landing-cpp-demo__node--exit {
  background: rgba(18, 158, 134, 0.1);
  border-color: rgba(18, 158, 134, 0.2);
  color: #0c7c6b;
}
.landing-cpp-demo__node--delay {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(46, 42, 51, 0.1);
  color: var(--color-ink);
}
.landing-cpp-demo__node--condition {
  background: rgba(245, 166, 35, 0.1);
  border-color: rgba(245, 166, 35, 0.22);
  color: #a16207;
  max-width: 11.5rem;
}
.landing-cpp-demo__node--action {
  background: rgba(62, 127, 190, 0.1);
  border-color: rgba(62, 127, 190, 0.22);
  color: #3e7fbe;
}
html.dark .landing-cpp-demo__node--delay { background: rgba(255, 255, 255, 0.04); }
html.dark .landing-cpp-demo__node--trigger,
html.dark .landing-cpp-demo__node--exit { color: #5ecdb8; }
html.dark .landing-cpp-demo__node--condition { color: #fbbf24; }
html.dark .landing-cpp-demo__node--action { color: #6ea8fe; }
.landing-cpp-demo__branches {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.landing-cpp-demo__branch {
  font-size: 0.52rem;
  font-weight: 800;
  padding: 0.15rem 0.35rem;
  border-radius: 0.35rem;
}
.landing-cpp-demo__branch--yes {
  color: #3e7fbe;
  background: rgba(62, 127, 190, 0.12);
}
.landing-cpp-demo__branch--no {
  color: rgba(46, 42, 51, 0.45);
  background: rgba(46, 42, 51, 0.06);
}
html.dark .landing-cpp-demo__branch--no { color: rgba(245, 238, 232, 0.45); }
.landing-cpp-demo__pulse {
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(18, 158, 134, 0.45), 0 0 14px rgba(18, 158, 134, 0.55);
  opacity: 0;
  pointer-events: none;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: top 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.landing-cpp-demo__progress {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1rem;
}
.landing-cpp-demo__dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(18, 158, 134, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
}
.landing-cpp-demo__dot.is-active {
  transform: scale(1.35);
  background: linear-gradient(135deg, #129e86, #3e7fbe);
}

/* Phase visibility */
.landing-cpp-demo[data-phase="segment-start"] .landing-cpp-demo__flow {
  opacity: 0.35;
  transform: scale(0.97);
}
.landing-cpp-demo[data-phase^="flow-"] .landing-cpp-demo__segment {
  opacity: 0.55;
  transform: scale(0.97);
}
.landing-cpp-demo[data-phase^="flow-"] .landing-cpp-demo__bridge {
  opacity: 1;
}
.landing-cpp-demo[data-phase="segment-rule1"] .landing-cpp-demo__rule[data-rule="1"],
.landing-cpp-demo[data-phase="segment-rule2"] .landing-cpp-demo__rule[data-rule="1"],
.landing-cpp-demo[data-phase="segment-rule2"] .landing-cpp-demo__rule[data-rule="2"],
.landing-cpp-demo[data-phase="segment-count"] .landing-cpp-demo__rule[data-rule="1"],
.landing-cpp-demo[data-phase="segment-count"] .landing-cpp-demo__rule[data-rule="2"],
.landing-cpp-demo[data-phase="segment-active"] .landing-cpp-demo__rule[data-rule="1"],
.landing-cpp-demo[data-phase="segment-active"] .landing-cpp-demo__rule[data-rule="2"],
.landing-cpp-demo[data-phase^="flow-"] .landing-cpp-demo__rule[data-rule="1"],
.landing-cpp-demo[data-phase^="flow-"] .landing-cpp-demo__rule[data-rule="2"] {
  opacity: 1;
  transform: translateY(0);
}
.landing-cpp-demo[data-phase="segment-count"] .landing-cpp-demo__count,
.landing-cpp-demo[data-phase="segment-active"] .landing-cpp-demo__count,
.landing-cpp-demo[data-phase^="flow-"] .landing-cpp-demo__count {
  opacity: 1;
  transform: scale(1);
}
.landing-cpp-demo[data-phase="segment-active"] .landing-cpp-demo__segment-active,
.landing-cpp-demo[data-phase^="flow-"] .landing-cpp-demo__segment-active {
  opacity: 1;
  transform: scale(1);
}
.landing-cpp-demo[data-phase="flow-trigger"] .landing-cpp-demo__node[data-node="trigger"],
.landing-cpp-demo[data-phase="flow-delay"] .landing-cpp-demo__node[data-node="trigger"],
.landing-cpp-demo[data-phase="flow-delay"] .landing-cpp-demo__node[data-node="delay"],
.landing-cpp-demo[data-phase="flow-condition"] .landing-cpp-demo__node[data-node="trigger"],
.landing-cpp-demo[data-phase="flow-condition"] .landing-cpp-demo__node[data-node="delay"],
.landing-cpp-demo[data-phase="flow-condition"] .landing-cpp-demo__node[data-node="condition"],
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__node[data-node="trigger"],
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__node[data-node="delay"],
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__node[data-node="condition"],
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__node[data-node="action"],
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__node[data-node="trigger"],
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__node[data-node="delay"],
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__node[data-node="condition"],
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__node[data-node="action"],
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__node[data-node="exit"],
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__node[data-node="trigger"],
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__node[data-node="delay"],
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__node[data-node="condition"],
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__node[data-node="action"],
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__node[data-node="exit"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.landing-cpp-demo[data-phase="flow-delay"] .landing-cpp-demo__rail-line[data-edge="e1"],
.landing-cpp-demo[data-phase="flow-condition"] .landing-cpp-demo__rail-line[data-edge="e1"],
.landing-cpp-demo[data-phase="flow-condition"] .landing-cpp-demo__rail-line[data-edge="e2"],
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__rail-line[data-edge="e1"],
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__rail-line[data-edge="e2"],
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__rail-line[data-edge="e3"],
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__rail-line,
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__rail-line {
  transform: scaleY(1);
}
.landing-cpp-demo[data-phase="flow-condition"] .landing-cpp-demo__branches,
.landing-cpp-demo[data-phase="flow-action"] .landing-cpp-demo__branches,
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__branches,
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__branches {
  opacity: 1;
}
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__node[data-node="exit"],
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__node[data-node="exit"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.landing-cpp-demo[data-phase="flow-active"] .landing-cpp-demo__flow-active,
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__flow-active {
  opacity: 1;
  transform: scale(1);
}
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__pulse {
  opacity: 1;
}
.landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__node.is-lit {
  box-shadow: 0 0 0 2px rgba(18, 158, 134, 0.35), 0 6px 18px rgba(18, 158, 134, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .landing-cpp-demo__rule,
  .landing-cpp-demo__node,
  .landing-cpp-demo__rail-line,
  .landing-cpp-demo__count,
  .landing-cpp-demo__segment-active,
  .landing-cpp-demo__flow-active,
  .landing-cpp-demo__bridge-icon {
    transition: none !important;
    animation: none !important;
  }
  .landing-cpp-demo[data-phase="flow-run"] .landing-cpp-demo__pulse {
    display: none;
  }
}

/* ===== Landing site footer ===== */
.landing-footer {
  position: relative;
  margin-top: 2rem;
  padding: 0 0 calc(1.5rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(46, 42, 51, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, var(--color-paper) 100%);
  overflow: hidden;
}

.landing-footer__glow {
  position: absolute;
  inset-inline: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 131, 107, 0.55),
    transparent
  );
  pointer-events: none;
}

.landing-footer__inner {
  position: relative;
  padding-top: 2.5rem;
}

.landing-footer__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: start;
}

.landing-footer__brand {
  grid-column: 1 / -1;
  padding-bottom: 0.5rem;
}

.landing-footer__col {
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(46, 42, 51, 0.07);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

.landing-footer__col--legal {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.25rem;
}

.landing-footer__legal-body {
  flex: 1;
  min-width: 0;
}

.landing-footer__col--legal > .mt-5 {
  flex-shrink: 0;
  margin-top: 0;
  justify-content: center;
  align-self: center;
}

.landing-footer__col--legal > .mt-5 img {
  width: 5rem;
  height: auto;
}

@media (min-width: 640px) {
  .landing-footer__grid {
    gap: 1.15rem 1rem;
  }

  .landing-footer__col--legal {
    grid-column: auto;
  }
}

@media (min-width: 960px) {
  .landing-footer__grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    gap: 2.25rem 2rem;
  }

  .landing-footer__col {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
}

.landing-footer__logo-link {
  display: inline-flex;
}

.landing-footer__title {
  margin: 0.85rem 0 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--color-ink);
}

.landing-footer__tagline {
  margin: 0.65rem 0 0;
  max-width: 26rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(46, 42, 51, 0.62);
}

.landing-footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.landing-footer__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 131, 107, 0.18);
  background: rgba(232, 131, 107, 0.08);
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(46, 42, 51, 0.72);
}

.landing-footer__heading {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(46, 42, 51, 0.48);
}

.landing-footer__list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-footer__list li + li {
  margin-top: 0.55rem;
}

.landing-footer__list a {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(46, 42, 51, 0.72);
  transition: color 160ms ease;
}

.landing-footer__list a:hover {
  color: var(--color-primary);
}

.landing-footer__list a.landing-footer__link--shagerd {
  background: linear-gradient(135deg, #e8836b 0%, #f5a623 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.landing-footer__list a.landing-footer__link--shagerd:hover {
  background: linear-gradient(135deg, #d96a50 0%, #e89b2a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.landing-footer__list a.landing-footer__link--nirva {
  color: #6510f0;
  font-weight: 800;
}

.landing-footer__list a.landing-footer__link--nirva:hover {
  color: #5208d4;
}

.landing-footer__list a.landing-footer__link--chavosh {
  background: linear-gradient(135deg, #129e86 0%, #2bb39b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.landing-footer__list a.landing-footer__link--chavosh:hover {
  background: linear-gradient(135deg, #0e8570 0%, #24a088 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html.dark .landing-footer__list a.landing-footer__link--shagerd {
  background: linear-gradient(135deg, #f0a090 0%, #f5c842 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html.dark .landing-footer__list a.landing-footer__link--nirva {
  color: #c978ff;
}

html.dark .landing-footer__list a.landing-footer__link--nirva:hover {
  color: #dba8ff;
}

html.dark .landing-footer__list a.landing-footer__link--chavosh {
  background: linear-gradient(135deg, #5ecdb8 0%, #2bb39b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.landing-footer__contact-label {
  margin: 1.1rem 0 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(46, 42, 51, 0.48);
}

.landing-footer__email {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-primary);
}

.landing-footer__email:hover {
  text-decoration: underline;
}

.landing-footer__contact-hint {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: rgba(46, 42, 51, 0.48);
}

.landing-footer__trust {
  display: grid;
  gap: 0.65rem;
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(232, 131, 107, 0.14);
  background: rgba(255, 255, 255, 0.55);
}

@media (min-width: 640px) {
  .landing-footer__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.landing-footer__trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(46, 42, 51, 0.68);
  text-align: center;
}

.landing-footer__bottom {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(46, 42, 51, 0.08);
  text-align: center;
}

.landing-footer__copy {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(46, 42, 51, 0.55);
}

html.dark .landing-footer {
  border-top-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, var(--color-paper) 100%);
}

html.dark .landing-footer__logo {
  filter: invert(1) hue-rotate(180deg) brightness(1.45) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

html.dark .landing-footer__col {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

@media (min-width: 960px) {
  html.dark .landing-footer__col {
    background: transparent;
    border: none;
  }
}

html.dark .landing-footer__title {
  color: #f5eee8;
}

html.dark .landing-footer__tagline,
html.dark .landing-footer__list a,
html.dark .landing-footer__trust-item {
  color: rgba(245, 238, 232, 0.72);
}

html.dark .landing-footer__heading,
html.dark .landing-footer__contact-label,
html.dark .landing-footer__contact-hint,
html.dark .landing-footer__copy {
  color: rgba(245, 238, 232, 0.52);
}

html.dark .landing-footer__chip {
  border-color: rgba(232, 131, 107, 0.22);
  background: rgba(232, 131, 107, 0.1);
  color: rgba(245, 238, 232, 0.78);
}

html.dark .landing-footer__trust {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

html.dark .landing-footer__bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
}

/* Plan feature lists */
.plan-feature--denied-head {
  margin-top: 0.5rem;
  padding-top: 0.65rem;
  border-top: 1px dashed rgba(46, 42, 51, 0.16);
}

html.dark .plan-feature--denied-head {
  border-top-color: rgba(255, 255, 255, 0.12);
}
