:root {
  --ink: #181425;
  --ink-2: #332c4a;
  --tv-muted: #6b6480;
  --line: #e7e0f2;
  --line-2: #f1ecfa;
  --bg: #f8f6fc;
  --bg-2: #fcfaff;
  --bg-3:#F7F4EF;
  --bg-4:#FBF9F5;
  --surface: #fff;
  --paper: #F3EEE4;
  --paper-line: #DCD3C0;
  --card: #F5F1EB; /* lavender card */
  --card-2: #F5F1EA; /* warm card */
  --card-border: 1px solid rgba(80, 60, 120, 0.08);
  --tv-accent: #6644ae;
  --accent-ink: #593b98;
  --accent-soft: #efe8fd;
  --green: #0e9f6e;
  --green-soft: #e4f6ef;
  --amber: #b4690e;
  --amber-soft: #fbf0de;
  --red: #d33b1f;
  --red-soft: #fbe9e4;
  --yellow-accent: #FFC837;
  --dark: #1a1230;
  --dark-2: #261b45;
  --font-display: "Syne", -apple-system, Segoe UI, sans-serif;
  --font-body: "Inter", -apple-system, Segoe UI, Roboto, sans-serif;
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4.5rem;
  --sp-9: 7rem;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;
  --r-pill: 999px;
  --sh-sm: 0 1px 2px #1814250f, 0 1px 1px #1814250a;
  --sh-md: 0 8px 24px -12px #1814252e;
  --sh-lg: 0 40px 80px -40px #18142559, 0 12px 32px -18px #1814252e;
  --t-fast: 0.14s cubic-bezier(0.2, 0.7, 0.3, 1);
  --t: 0.24s cubic-bezier(0.2, 0.7, 0.3, 1);
  --t-slow: 0.52s cubic-bezier(0.16, 0.84, 0.34, 1);
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--bg-3);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  /* padding-top: 100px; */
}
img,
svg {
  max-width: 100%;
  display: block;
}
button {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 700;
  line-height: 1.08;
}
p {
  margin: 0;
}
:focus-visible {
  outline: 2px solid var(--tv-accent);
  outline-offset: 3px;
  border-radius: 4px;
}
.skip-link {
  background: var(--ink);
  color: #fff;
  z-index: 200;
  padding: 0.75rem 1rem;
  position: absolute;
  top: 0;
  left: -9999px;
}
.skip-link:focus {
  top: 1rem;
  left: 1rem;
}
.container {
  width: min(1200px, 100% - 2.5rem);
  margin-inline: auto;
}
.container--narrow {
  width: min(820px, 100% - 2.5rem);
}
.center {
  text-align: center;
}
.mono {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: var(--tv-muted);
  font-size: 0.8rem;
}
.muted {
  color: var(--tv-muted);
  font-size: 0.875rem;
}
.is-green {
  color: var(--green);
}
.is-danger {
  color: var(--red);
}
.display {
  letter-spacing: -0.035em;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-weight: 800;
}
.h2 {
  letter-spacing: -0.03em;
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
}
.h3 {
  letter-spacing: -0.025em;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}
h4 {
  font-size: 1rem;
}
.lede {
  margin-top: var(--sp-5);
  color: var(--tv-muted);
  max-width: 34em;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}
.sub {
  margin-top: var(--sp-4);
  color: var(--tv-muted);
  max-width: 52em;
  font-size: 1.03rem;
}
.center .sub {
  margin-inline: auto;
}
.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tv-accent);
  font-size: 0.72rem;
  font-weight: 700;
}
.eyebrow--light {
  color: #bfa3fb;
}
.kicker {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tv-muted);
  margin-bottom: var(--sp-3);
  font-size: 0.75rem;
  font-weight: 700;
}
.microcopy {
  margin-top: var(--sp-4);
  color: var(--tv-muted);
  font-size: 0.85rem;
}
.btn {
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: transform var(--t-fast), background var(--t),
    border-color var(--t), box-shadow var(--t), color var(--t);
  background: 0 0;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.65rem 1.05rem;
  font-size: 0.925rem;
  font-weight: 600;
  display: inline-flex;
}
.btn:active {
  transform: translateY(1px) scale(0.99);
}
.btn--primary {
  background: var(--tv-accent);
  color: #fff;
  box-shadow: 0 8px 20px -10px #6644aecc;
}
.btn--primary:hover {
  background: var(--accent-ink);
  box-shadow: 0 14px 28px -12px #6644aed9;
}
.btn--outline {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}
.btn--outline:hover {
  border-color: var(--ink);
  box-shadow: var(--sh-sm);
}
.btn--ghost {
  color: var(--ink);
}
.btn--ghost:hover {
  background: #1814250d;
}
.btn--google {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}
.btn--google:hover {
  border-color: var(--ink-2);
  box-shadow: var(--sh-sm);
}
.btn--lg {
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
}
.btn--sm {
  min-height: 36px;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
}
.btn--block {
  width: 100% !important;
}
.btn[disabled],
.btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
.spinner {
  border: 2px solid #fff6;
  border-top-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: 0.7s linear infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.iconbtn {
  cursor: pointer;
  color: var(--tv-muted);
  border-radius: var(--r-pill);
  background: 0 0;
  border: 0;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1;
  display: grid;
}
.iconbtn:hover {
  color: var(--ink);
  background: #1814250f;
}
.linkbtn {
  cursor: pointer;
  color: var(--tv-muted);
  text-underline-offset: 3px;
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 0.875rem;
  text-decoration: underline;
}
.linkbtn:hover {
  color: var(--ink);
}
.linkbtn--strong {
  color: var(--tv-accent);
  font-weight: 600;
}
.highlight-span {
  position: relative;
  display: inline-block;
  color: var(--tv-accent);
  z-index: 1;
}
.highlight-span::after {
  content: "";
  position: absolute;
  bottom: 4px; left: -4px; right: -4px;
  height: 16px;
  background: var(--yellow-accent);
  opacity: 0.85;
  border-radius: 4px;
  z-index: -1;
  transform: rotate(-2deg);
}
/* .nav {
  z-index: 80;
  position: fixed;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);

  background: rgba(252, 250, 255, 0.70);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px;

  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);

  box-shadow:
    0 10px 35px rgba(72, 55, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);

  transition: all var(--t);
}
.nav__inner {
  height: 70px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: var(--sp-5);
}
@media (max-width: 900px) {
  .nav {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;

    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;

    background: rgba(252, 250, 255, 0.82);

    -webkit-backdrop-filter: blur(20px) saturate(160%);
    backdrop-filter: blur(20px) saturate(160%);

    box-shadow:
      0 4px 20px rgba(72, 55, 110, 0.06);
  }

  .nav__inner {
    height: 68px;
    padding: 0 20px;
  }

  .nav__links,
  .nav__actions {
    display: none;
  }

  .nav__burger {
    display: block;
  }

  body {
    padding-top: 68px;
  }
}
@media (max-width: 480px) {
  .nav__inner {
    height: 64px;
    padding: 0 16px;
  }

  .logo img {
    height: 30px;
  }

  .nav__burger {
    width: 42px;
    height: 42px;
  }

  body {
    padding-top: 64px;
  }
} */

/* Desktop */
.nav {
  z-index: 80;
  position: fixed;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);

  background: rgba(252, 250, 255, 0.70);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 64px;

  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);

  box-shadow:
    0 10px 35px rgba(72, 55, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.nav__inner {
  height: 70px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: var(--sp-5);
}


/* Mobile */
@media (max-width: 900px) {
  .nav {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;

    /* Solid background */
    background: var(--bg-3);

    /* Remove glass effect */
    -webkit-backdrop-filter: none;
    backdrop-filter: none;

    /* Remove floating appearance */
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;

    box-shadow: none;
  }

  .nav__inner {
    height: 68px;
    padding: 0 20px;
  }

  .nav__links,
  .nav__actions {
    display: none;
  }

  .nav__burger {
    display: block;
  }

  body {
    padding-top: 68px;
  }
}
.logo {
  align-items: center;
  gap: 0.55rem;
  display: inline-flex;
}
.logo img,
.logo__img {
  width: auto;
  height: 34px;
  display: block;
}
.drawer__head .logo__img {
  height: 30px;
}
.logo__mark {
  background: var(--ink);
  border-radius: 8px;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
  transform: rotate(-8deg);
}
.logo__mark > span {
  background: var(--tv-accent);
  border-radius: 3px;
  width: 11px;
  height: 11px;
  display: block;
  transform: rotate(12deg);
}
.logo__word {
  font-family: var(--font-display);
  letter-spacing: -0.045em;
  font-size: 1.22rem;
  font-weight: 800;
}
.nav__links {
  gap: var(--sp-5);
  color: var(--ink-2);
  margin-left: auto;
  font-size: 0.92rem;
  font-weight: 500;
  display: flex;
}
.nav__links a {
  padding: 0.25rem 0;
  position: relative;
}
.nav__links a:after {
  content: "";
  background: var(--ink);
  transform-origin: 100%;
  height: 1.5px;
  transition: transform var(--t);
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.nav__links a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}
.nav__actions {
  margin-left: var(--sp-5);
  align-items: center;
  gap: 0.5rem;
  display: flex;
}
.nav__burger {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  cursor: pointer;
  background: 0 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0 11px;
  display: none;
}
.nav__burger span {
  background: var(--ink);
  height: 1.6px;
  transition: transform var(--t), opacity var(--t);
  margin: 4px 0;
  display: block;
}
.nav__burger[aria-expanded="true"] span:first-child {
  transform: translateY(5.6px) rotate(45deg);
}
.nav__burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav__burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-5.6px) rotate(-45deg);
}
.drawer {
  z-index: 90;
  visibility: hidden;
  position: fixed;
  inset: 0;
}
.drawer.is-open {
  visibility: visible;
}
.drawer__scrim {
  opacity: 0;
  transition: opacity var(--t);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #18142566;
  position: absolute;
  inset: 0;
}
.drawer.is-open .drawer__scrim {
  opacity: 1;
}
.drawer__panel {
  background: var(--bg-4);
  border-left: 1px solid var(--line);
  width: min(360px, 88vw);
  height: 100%;
  padding: var(--sp-5);
  transition: transform var(--t-slow);
  flex-direction: column;
  gap: 0.25rem;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%);
}
.drawer.is-open .drawer__panel {
  transform: none;
}
.drawer__head {
  margin-bottom: var(--sp-5);
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.drawer__panel a {
  border-bottom: 1px solid var(--line-2);
  padding: 0.9rem 0.25rem;
  font-size: 1.05rem;
  font-weight: 600;
}
.drawer__cta {
  margin-top: var(--sp-5);
  gap: 0.6rem;
  display: grid;
}
.section {
  padding: var(--sp-9) 0;
}
.section--tight {
  padding: var(--sp-7) 0;
}
.band {
  background: var(--bg-4);
  border-block: 1px solid var(--line);
}
.section__head {
  max-width: 44rem;
  margin-bottom: var(--sp-7);
}
.dark .section__head {
  color: #fff;
}
.hero {
  padding: var(--sp-8) 0 var(--sp-9);
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.hero__grid-bg {
  pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  opacity: 0.5;
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(90% 60% at 50% 10%, #000 20%, #0000 75%);
  mask-image: radial-gradient(90% 60% at 50% 10%, #000 20%, #0000 75%);
}
.hero__inner {
  gap: var(--sp-6);
  /* grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.05fr); */
  grid-template-columns: minmax(0, 1.95fr) minmax(0, 1.15fr);
  align-items: center;
  display: grid;
  position: relative;
}
.hero__cta {
  margin-top: var(--sp-6);
  flex-wrap: wrap;
  gap: 0.7rem;
  display: flex;
}
.hero__cta--center {
  justify-content: center;
}
/* .hero__visual {
  max-width: 460px;
  margin-left: auto;
} */
 .hero__visual {
  min-width: 0;
  position: relative;
}

.hero__showcase {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 500px;
  margin-left: auto;
  perspective: 1200px;
}

.hero__image {
  position: absolute;
  overflow: visible;

  width: 88%;
  height: 88%;

  border: 1px solid rgba(92, 70, 130, 0.14);
  border-radius: 22px;

  background: #fff;

  box-shadow:
    0 25px 60px rgba(72, 55, 110, 0.10),
    0 6px 20px rgba(72, 55, 110, 0.05);

  transition:
    transform 1s cubic-bezier(.22, 1, .36, 1),
    opacity 1s ease,
    filter 1s ease;
}

.hero__image img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  border-radius: 21px;
}

.hero__image--front {
  z-index: 3;
  top: 0;
  right: 0;
  transform: scale(1);
}

.hero__image--back-1 {
  z-index: 2;
  top: 28px;
  left: 2%;
  transform: scale(.94);
  opacity: .72;
}

.hero__image--back-2 {
  z-index: 1;
  top: 52px;
  left: 5%;
  transform: scale(.88);
  opacity: .45;
}
.audience-card {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;

  padding: 0.6rem 0.85rem;

  background: rgba(252, 250, 255, 0.94);
  border: 1px solid rgba(92, 70, 130, 0.12);
  border-radius: 10px;

  box-shadow: 0 10px 28px rgba(72, 55, 110, 0.12);

  font-size: 0.78rem;
  font-weight: 650;
  color: var(--ink);
}

.audience-card__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tv-accent);
  flex: none;
}
.audience-card--top {
  top: -18px;
  right: 12%;
}

.audience-card--left {
  left: -28px;
  top: 35%;
}

.audience-card--right {
  right: -28px;
  bottom: 25%;
}
.audience-card {
  animation: audienceFloat 5s ease-in-out infinite;
}

.audience-card--left {
  animation-delay: 0.8s;
}

.audience-card--right {
  animation-delay: 1.5s;
}

@keyframes audienceFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}
.floaty {
  z-index: 3;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.8rem;
  animation: 6s ease-in-out infinite float;
  display: none;
  position: absolute;
}
.floaty strong {
  font-size: 0.8rem;
  display: block;
}
.floaty span {
  color: var(--tv-muted);
  font-size: 0.75rem;
}
.floaty--a {
  top: -26px;
  left: -34px;
}
.floaty--b {
  animation-delay: 1.6s;
  bottom: 60px;
  left: -42px;
}
.floaty--c {
  animation-delay: 3s;
  top: 62%;
  right: -34px;
}
@keyframes float {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
.dot {
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.dot--green {
  background: var(--green);
}
.dot--tv-accent {
  background: var(--tv-accent);
}
.dot--red {
  background: var(--red);
}
.app {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--sh-lg);
  position: relative;
  overflow: hidden;
}
.app__bar {
  border-bottom: 1px solid var(--line-2);
  background: var(--bg-4);
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.9rem;
  display: flex;
}
.app__bar > span {
  background: #ddd8cf;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.app__bar p {
  color: var(--tv-muted);
  margin-left: 0.8rem;
  font-size: 0.72rem;
}
.app__body {
  grid-template-columns: 150px minmax(0, 1fr);
  display: grid;
}
.app__side {
  border-right: 1px solid var(--line-2);
  background: var(--bg-4);
  padding: 1rem 0.8rem;
}
.app__sidetitle {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  font-weight: 800;
}
.app__side li {
  color: var(--tv-muted);
  border-radius: var(--r-sm);
  padding: 0.42rem 0.55rem;
  font-size: 0.78rem;
}
.app__side li.is-active {
  background: var(--accent-soft);
  color: var(--accent-ink);
  font-weight: 600;
}
.app__main {
  gap: 0.75rem;
  min-width: 0;
  padding: 1rem;
  display: grid;
}
.app__head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}
.app__head h3 {
  font-size: 1rem;
}
.app__head p {
  color: var(--tv-muted);
  font-size: 0.72rem;
}
.app__cols {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 0.75rem;
  display: grid;
}
.chip {
  color: var(--tv-muted);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  white-space: nowrap;
  padding: 0.18rem 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
}
.chip--green {
  color: var(--green);
  border-color: var(--green);
}
@supports (color: color-mix(in lab, red, red)) {
  .chip--green {
    border-color: color-mix(in oklab, var(--green) 30%, transparent);
  }
}
.chip--green {
  background: var(--green-soft);
}
.chip--dark {
  color: #9fb0cc;
  border-color: #ffffff29;
}
.stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  display: grid;
}
.stat {
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  background: var(--bg-4);
  padding: 0.65rem 0.7rem;
}
.stat p {
  color: var(--tv-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.66rem;
  font-weight: 600;
}
.stat strong {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  margin-top: 0.2rem;
  font-size: 1.02rem;
  display: block;
}
.delta {
  color: var(--tv-muted);
  font-size: 0.66rem;
}
.delta--up {
  color: var(--green);
}
.delta--down {
  color: var(--red);
}
.panel {
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  background: var(--surface);
  min-width: 0;
  padding: 0.75rem;
}
.panel__head {
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
  display: flex;
}
.panel__head--tight {
  margin-top: 0.9rem;
}
.panel__head h4 {
  font-size: 0.82rem;
}
.bars {
  align-items: flex-end;
  gap: 0.4rem;
  height: 120px;
  display: flex;
}
.bar {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3rem;
  height: 100%;
  display: flex;
}
.bar > span {
  background: #dfe4ee;
  border-radius: 5px 5px 3px 3px;
  width: 100%;
  height: 0;
  transition: height 0.9s cubic-bezier(0.16, 0.84, 0.34, 1);
}
.bar.is-current > span {
  background: var(--tv-accent);
}
.bar > em {
  color: var(--tv-muted);
  font-size: 0.6rem;
  font-style: normal;
}
.bars.is-animated .bar > span {
  height: var(--h);
}
.bars--dark {
  height: 190px;
}
.bars--dark .bar > span {
  background: #ffffff24;
}
.bars--dark .bar.is-current > span {
  background: linear-gradient(#4f79ff, #1247f5);
}
.bars--dark .bar > em {
  color: #8393ae;
}
.legend {
  color: var(--tv-muted);
  gap: 0.35rem;
  font-size: 0.74rem;
  display: grid;
}
.legend li {
  align-items: center;
  gap: 0.4rem;
  display: flex;
}
.legend b {
  color: var(--ink);
  margin-left: auto;
}
.meter {
  border-radius: var(--r-pill);
  background: var(--line-2);
  height: 7px;
  margin-top: 0.6rem;
  display: flex;
  overflow: hidden;
}
.meter i {
  height: 100%;
  display: block;
}
.meter--dark {
  background: #ffffff1f;
  margin-top: 0.5rem;
}
.is-green {
  background-color: var(--green);
}
.is-accent {
  background-color: var(--tv-accent);
}
.is-red {
  background-color: var(--red);
}
.legend .is-green,
.aging .is-green {
  background-color: var(--green);
}
.activity {
  gap: 0.5rem;
  display: grid;
}
.activity li {
  align-items: center;
  gap: 0.5rem;
  display: flex;
}
.activity b {
  font-size: 0.78rem;
  display: block;
}
.activity em {
  color: var(--tv-muted);
  font-size: 0.7rem;
  font-style: normal;
}
.av {
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 0.66rem;
  font-weight: 700;
  display: grid;
}
.av--lg {
  width: 46px;
  height: 46px;
  font-size: 0.9rem;
}
.av--sm {
  background: var(--tv-accent);
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
}
.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.78rem;
}
.table th {
  text-align: left;
  color: var(--tv-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-bottom: 1px solid var(--line-2);
  padding: 0.3rem 0.2rem;
  font-size: 0.66rem;
  font-weight: 600;
}
.table td {
  border-bottom: 1px solid var(--line-2);
  font-variant-numeric: tabular-nums;
  padding: 0.45rem 0.2rem;
}
.table tr:last-child td {
  border-bottom: 0;
}
.tag {
  border-radius: var(--r-pill);
  white-space: nowrap;
  padding: 0.16rem 0.45rem;
  font-size: 0.66rem;
  font-weight: 600;
}
.tag--green {
  background: var(--green-soft);
  color: var(--green);
}
.tag--amber {
  background: var(--amber-soft);
  color: var(--amber);
}
.tag--red {
  background: var(--red-soft);
  color: var(--red);
}
.pills {
  margin-top: var(--sp-6);
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.95rem;
  display: flex;
}
.pills li {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--r-pill);
  color: var(--ink-2);
  /* box-shadow: var(--sh-sm); */
  transition: transform var(--t), border-color var(--t);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.pills li:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}
.ba {
  gap: var(--sp-5);
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  display: grid;
}
.ba__card {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  background: var(--surface);
}
.ba__card--before {
  background: var(--bg-3);
  color: var(--tv-muted);
  border-style: dashed;
}
.ba__card--after {
  box-shadow: var(--sh-md);
}
.ba__label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tv-muted);
  margin-bottom: var(--sp-4);
  font-size: 0.72rem;
  font-weight: 700;
}
.ba__label--tv-accent {
  color: var(--tv-accent);
}
.ba__arrow {
  place-items: center;
  display: grid;
}
.ba__arrow span {
  /* border: 1px solid var(--line); */
  /* background: var(--surface); */
  /* width: 44px;
  height: 44px; */
  /* box-shadow: var(--sh-sm); */
  /* border-radius: 50%; */
  place-items: center;
  display: grid;
  position: relative;
}
.ba__arrow span:after {
  content: "→";
  color: var(--tv-accent);
  font-size: 1.1rem;
}
.list {
  gap: 0.7rem;
  font-size: 1rem;
  display: grid;
}
.list li {
  align-items: flex-start;
  gap: 0.6rem;
  display: flex;
}
.list li:before {
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
  font-size: 0.7rem;
  font-weight: 700;
  display: grid;
}
.list--x li:before {
  content: "×";
  background: var(--line-2);
  color: var(--tv-muted);
}
.list--check li:before {
  content: "✓";
  background: var(--green-soft);
  color: var(--green);
}
.feat {
  gap: var(--sp-7);
  padding: var(--sp-7) 0;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  display: grid;
}
.feat:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.feat--rev .feat__copy {
  order: 2;
}
.feat--rev .feat__vis {
  order: 1;
}
.feat__vis {
  min-width: 0;
}
.feat .list {
  margin-top: var(--sp-5);
  font-size: 0.95rem;
}
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  box-shadow: var(--sh-md);
}
.card--invoice .inv__top {
  margin-bottom: var(--sp-4);
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}
.card--invoice h4 {
  margin-top: 0.15rem;
  font-size: 1.05rem;
}
.table--inv td:last-child,
.table--inv th:last-child {
  text-align: right;
}
.inv__total {
  border-top: 1px solid var(--line-2);
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.4rem;
  padding: 0.85rem 0;
  display: flex;
}
.inv__total span {
  color: var(--tv-muted);
  font-size: 0.8rem;
}
.inv__total strong {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.6rem;
}
.inv__foot {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}
.card--pay {
  max-width: 420px;
}
.pay__amt {
  letter-spacing: -0.035em;
  margin: 0.2rem 0 var(--sp-5);
  font-size: 2.2rem;
}
.pay__methods {
  margin-bottom: var(--sp-4);
  gap: 0.5rem;
  display: flex;
}
.method {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--r-md);
  cursor: pointer;
  transition: all var(--t);
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
}
.method.is-active {
  border-color: var(--tv-accent);
  background: var(--accent-soft);
  color: var(--accent-ink);
}
.method__ico {
  opacity: 0.7;
}
.row2 {
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  display: grid;
}
.fakeinput {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--bg-4);
  color: var(--ink-2);
  padding: 0.65rem 0.75rem;
  font-size: 0.9rem;
}
.field--fake label {
  color: var(--tv-muted);
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  display: block;
}
.field--fake {
  margin-bottom: 0.6rem;
}
.pay__ok {
  margin-top: var(--sp-4);
  color: var(--green);
  background: var(--green-soft);
  border-radius: var(--r-md);
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.82rem;
  display: flex;
}
.timeline {
  gap: 0;
  padding-left: 1.4rem;
  display: grid;
  position: relative;
}
.timeline li {
  padding: 0.55rem 0;
  position: relative;
}
.timeline li:before {
  content: "";
  background: var(--surface);
  border: 2px solid var(--line);
  z-index: 1;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0.95rem;
  left: -1.4rem;
}
.timeline li:after {
  content: "";
  background: var(--line);
  width: 1.5px;
  position: absolute;
  top: 1.5rem;
  bottom: -0.4rem;
  left: -0.95rem;
}
.timeline li:last-child:after {
  display: none;
}
.timeline li.is-done:before {
  background: var(--green);
  border-color: var(--green);
}
.timeline li.is-active:before {
  background: var(--tv-accent);
  border-color: var(--tv-accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}
.timeline b {
  font-size: 0.92rem;
  display: block;
}
.timeline em {
  color: var(--tv-muted);
  font-size: 0.75rem;
  font-style: normal;
}
.chatnote {
  margin-top: var(--sp-5);
  border-top: 1px dashed var(--line);
  padding-top: var(--sp-4);
}
.chatnote__head {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--tv-muted);
  margin-bottom: 0.5rem;
  font-size: 0.66rem;
  font-weight: 700;
}
.bubble {
  border-radius: 14px;
  max-width: 88%;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
  line-height: 1.45;
}
.bubble--in {
  background: var(--bg-4);
  border: 1px solid var(--line-2);
  border-bottom-left-radius: 4px;
}
.bubble--out {
  background: var(--tv-accent);
  color: #fff;
  border-bottom-right-radius: 4px;
  margin-left: auto;
}
.cust__head {
  margin-bottom: var(--sp-5);
  align-items: center;
  gap: 0.8rem;
  display: flex;
}
.cust__stats {
  margin-bottom: var(--sp-5);
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  display: grid;
}
.cust__stats div {
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  background: var(--bg-4);
  padding: 0.6rem;
}
.cust__stats p {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--tv-muted);
  font-size: 0.66rem;
  font-weight: 600;
}
.cust__stats strong {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.05rem;
}
.note {
  margin-top: var(--sp-4);
  color: var(--tv-muted);
  background: var(--bg-4);
  border-radius: var(--r-md);
  padding: 0.6rem 0.75rem;
  font-size: 0.82rem;
}
.aging {
  gap: 0.75rem;
  display: grid;
}
.aging li {
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  display: grid;
}
.aging__k {
  color: var(--tv-muted);
}
.aging__bar {
  border-radius: var(--r-pill);
  background: var(--line-2);
  height: 9px;
  overflow: hidden;
}
.aging__bar i {
  border-radius: var(--r-pill);
  height: 100%;
  display: block;
}
.aging b {
  font-variant-numeric: tabular-nums;
}
.ageline {
  margin-top: var(--sp-5);
  border-top: 1px solid var(--line-2);
  color: var(--tv-muted);
  justify-content: space-between;
  padding-top: 0.6rem;
  font-size: 0.7rem;
  display: flex;
}
/* =========================================
   PRODUCT SHOWCASE
========================================= */

.product-showcase {
  overflow: hidden;
}

.product-showcase__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: var(--sp-7);
  margin-bottom: var(--sp-6);
}

/* .product-showcase__head .sub {
  max-width: 430px;
  margin-left: auto;
} */


/* =========================================
   CAROUSEL
========================================= */

.product-carousel {
  display: flex;
  gap: 1rem;

  overflow-x: auto;
  scroll-snap-type: x mandatory;

  padding: 0.25rem 0 1rem;

  scrollbar-width: none;
}

.product-carousel::-webkit-scrollbar {
  display: none;
}


/* =========================================
   PRODUCT CARD
========================================= */

.product-card {
  position: relative;
  flex: 0 0 300px;
  height: 500px;

  overflow: hidden;

  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);

  background: var(--bg-4);

  scroll-snap-align: start;

  isolation: isolate;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-lg);
}


/* Image */

.product-card > img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform 0.6s cubic-bezier(.16,.84,.34,1);
}

.product-card:hover > img {
  transform: scale(1.04);
}


/* Gradient */

.product-card__overlay {
  position: absolute;
  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.02) 30%,
      rgba(0, 0, 0, 0.12) 45%,
      rgba(0, 0, 0, 0.82) 100%
    );
}


/* Content */

.product-card__content {
  position: absolute;

  z-index: 2;

  left: 0;
  right: 0;
  bottom: 0;

  padding: 1.35rem;
}

.product-card__number {
  display: block;

  margin-bottom: 0.35rem;

  color: rgba(255, 255, 255, 0.65);

  font-size: 0.68rem;
  font-weight: 700;

  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 0.45rem;

  color: #fff;

  font-family: var(--font-display);

  font-size: 1.45rem;
  line-height: 1.1;

  letter-spacing: -0.035em;
}

.product-card p {
  max-width: 260px;

  margin: 0;

  color: rgba(255, 255, 255, 0.84);

  font-size: 0.84rem;
  line-height: 1.5;
}


/* Arrow */

.product-card__arrow {
  position: absolute;

  z-index: 3;

  top: 14px;
  right: 14px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #fff;

  text-decoration: none;

  font-size: 1.05rem;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.product-card:hover .product-card__arrow {
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(2px);
}


/* =========================================
   CONTROLS
========================================= */

.product-carousel__controls {
  display: flex;
  gap: 0.65rem;

  margin-top: 1rem;
}

.carousel-btn {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  border: 1px solid var(--line);
  background: var(--surface);

  color: var(--ink);

  cursor: pointer;

  font-size: 1rem;

  transition:
    background var(--t),
    border-color var(--t),
    transform var(--t);
}

.carousel-btn:hover {
  background: var(--bg-4);
  transform: translateY(-2px);
}

.carousel-btn i {
  font-size: 0.7rem;
  color: var(--tv-accent);
}

.dark {
  background: var(--dark);
  color: #fff;
}
.dark .sub,
.dark .kicker {
  color: #93a2bc;
}
.darkgrid {
  gap: var(--sp-5);
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  display: grid;
}
.dpanel,
.dstat {
  background: var(--dark-2);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  border: 1px solid #ffffff17;
}
.dpanel .panel__head h4 {
  font-size: 0.95rem;
}
.dstats {
  gap: var(--sp-4);
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.dstat p {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8393ae;
  font-size: 0.7rem;
  font-weight: 600;
}
.dstat strong {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: block;
}
.phone {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  max-width: 400px;
  box-shadow: var(--sh-lg);
  margin-inline: auto;
  overflow: hidden;
}
.phone__bar {
  border-bottom: 1px solid var(--line-2);
  background: var(--bg-4);
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  display: flex;
}
.phone__bar b {
  font-size: 0.9rem;
  display: block;
}
.phone__bar em {
  color: var(--tv-muted);
  font-size: 0.68rem;
  font-style: normal;
}
.phone__chat {
  background: radial-gradient(circle at 20% 10%, #6644ae0a, transparent 60%),
    var(--surface);
  gap: 0.6rem;
  padding: 1rem;
  display: grid;
}
.receipt {
  border: 1px solid var(--green);
  background: var(--green-soft);
  border-radius: var(--r-md);
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.3rem;
  padding: 0.7rem 0.85rem;
  display: flex;
}
.receipt b {
  color: var(--green);
  font-size: 0.85rem;
  display: block;
}
.receipt em {
  font-style: normal;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.1rem;
}
.steps {
  gap: var(--sp-6);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.steps li {
  border-top: 2px solid var(--ink);
  padding-top: var(--sp-4);
}
.steps__n {
  font-family: var(--font-display);
  color: var(--tv-accent);
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  font-weight: 800;
}
.steps h4 {
  font-size: 1.35rem;
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  margin: 0.4rem 0 0.35rem;
}
.steps p {
  color: var(--tv-muted);
}
.price {
  gap: var(--sp-6);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  padding: var(--sp-7);
  box-shadow: var(--sh-md);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  display: grid;
}
.price__amt {
  letter-spacing: -0.04em;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 3.2rem;
  display: flex;
}
.price__amt span {
  font-family: var(--font-body);
  color: var(--tv-muted);
  letter-spacing: 0;
  font-size: 0.95rem;
  font-weight: 500;
}
.price__fee {
  margin: var(--sp-4) 0 var(--sp-5);
  color: var(--accent-ink);
  background: var(--accent-soft);
  border-radius: var(--r-pill);
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
}
.price__list {
  border-left: 1px solid var(--line);
  padding-left: var(--sp-6);
  align-self: center;
}
.faq {
  border-top: 1px solid var(--line);
}
.faq__item {
  border-bottom: 1px solid var(--line);
}
.faq__item h3 {
  font-family: var(--font-body);
  margin: 0;
}
.faq__q {
  text-align: left;
  cursor: pointer;
  letter-spacing: -0.01em;
  background: 0 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.15rem 0.25rem;
  font-size: 1.02rem;
  font-weight: 600;
  display: flex;
}
.faq__q:hover {
  color: var(--accent-ink);
}
.faq__ico {
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}
.faq__ico:before,
.faq__ico:after {
  content: "";
  background: var(--ink);
  transition: transform var(--t);
  border-radius: 2px;
  position: absolute;
}
.faq__ico:before {
  width: 16px;
  height: 1.8px;
  top: 7px;
  left: 0;
}
.faq__ico:after {
  width: 1.8px;
  height: 16px;
  top: 0;
  left: 7px;
}
.faq__q[aria-expanded="true"] .faq__ico:after {
  opacity: 0;
  transform: rotate(90deg);
}
.faq__a {
  height: 0;
  transition: height var(--t-slow);
  overflow: hidden;
}
.faq__a p {
  color: var(--tv-muted);
  padding: 0 3rem 1.2rem 0.25rem;
}
.final-section {
  padding-top: var(--sp-8);
  padding-bottom: var(--sp-9);
}

.finalcta {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid color-mix(
    in oklab,
    var(--tv-accent) 25%,
    var(--line)
  );

  background:
    radial-gradient(
      circle at 15% 20%,
      color-mix(in oklab, var(--tv-accent) 18%, transparent),
      transparent 35%
    ),
    radial-gradient(
      circle at 85% 80%,
      color-mix(in oklab, var(--tv-accent) 12%, transparent),
      transparent 35%
    ),
    #17131f;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  box-shadow:
    0 30px 80px rgba(30, 20, 45, 0.16);
}

.finalcta__content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: var(--sp-8) var(--sp-5);
}

.finalcta__eyebrow {
  margin-bottom: var(--sp-5);
  color: #c9baf5;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  font-weight: 700;
}

.finalcta__title {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.finalcta__sub {
  max-width: 500px;
  margin: var(--sp-5) auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
}

.finalcta__actions {
  margin-top: var(--sp-6);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.finalcta__secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

.finalcta__secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.finalcta__micro {
  margin-top: var(--sp-5);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
}

/* Decorative orbs */

.finalcta__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.finalcta__orb--one {
  width: 300px;
  height: 300px;
  top: -170px;
  left: -80px;
  background: color-mix(
    in oklab,
    var(--tv-accent) 20%,
    transparent
  );
}

.finalcta__orb--two {
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -240px;
  background: color-mix(
    in oklab,
    var(--tv-accent) 15%,
    transparent
  );
}

@media (width <= 900px) {
  .finalcta {
    min-height: 440px;
    border-radius: 24px;
  }

  .finalcta__title {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .finalcta__sub {
    font-size: 0.95rem;
  }
}
.footer {
  background: transparent;
  color: var(--tv-muted);
  padding: var(--sp-9) 0 var(--sp-5);
}

/* Main footer */
.footer__main {
  display: grid;
  grid-template-columns: 1.1fr 0.65fr 2fr;
  gap: var(--sp-8);
  padding-bottom: var(--sp-8);
}

/* Brand */
.footer__brand {
  max-width: 280px;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
}

.footer__logo img {
  width: auto;
  height: 50px;
}

.footer__brand p {
  margin-top: var(--sp-4);
  max-width: 22em;
  color: var(--tv-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Navigation */
.footer h4 {
  margin: 0 0 var(--sp-4);
  color: var(--ink);
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: -0.035em;
}

.footer ul {
  display: grid;
  gap: 0.65rem;
}

.footer li {
  margin: 0;
  font-size: 0.88rem;
}

.footer a {
  color: var(--tv-muted);
  text-decoration: none;
  transition:
    color var(--t),
    transform var(--t);
}

.footer a:hover {
  color: var(--ink);
}

/* Newsletter */
.footer__newsletter {
  width: 100%;
  max-width: 620px;
  justify-self: end;
}

.footer__newsletter > p {
  max-width: 42em;
  margin-bottom: var(--sp-4);
  color: var(--tv-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Newsletter input */
.newsletter__form {
  max-width: 600px;
  min-height: 52px;
}

.newsletter__form {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
  padding: 0.3rem;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--surface);
  /* box-shadow: var(--sh-sm); */
  transition:
    border-color var(--t),
    box-shadow var(--t);
}

.newsletter__form:focus-within {
  border-color: color-mix(
    in oklab,
    var(--tv-accent) 45%,
    var(--line)
  );

  box-shadow:
    0 0 0 3px var(--accent-soft),
    var(--sh-sm);
}

.newsletter__form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  padding: 0.65rem 0.7rem;
  font: inherit;
  font-size: 0.82rem;
}

.newsletter__form input::placeholder {
  color: var(--tv-muted);
}

.newsletter__form button {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;

  border: 0;
  border-radius: calc(var(--r-md) - 3px);
  background: var(--tv-accent);
  color: #fff;

  padding: 0.65rem 0.9rem;

  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;

  cursor: pointer;

  transition:
    transform var(--t),
    opacity var(--t);
}

.newsletter__form button:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.newsletter__msg {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
}

.newsletter__msg.is-error {
  color: var(--red);
}

.newsletter__msg.is-success {
  color: var(--green);
}

.footer__newsletter small {
  display: block;
  margin-top: 0.65rem;
  color: var(--tv-muted);
  font-size: 0.7rem;
}

/* Bottom */
.footer__bottom {
  border-top: 1px solid var(--line);
  padding-top: var(--sp-5);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  flex-wrap: wrap;

  color: var(--tv-muted);
  font-size: 0.78rem;
}

.footer__copyright {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.footer__copyright p,
.footer__copyright span {
  margin: 0;
}

.footer__legal {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.footer__legal a:hover {
  color: var(--ink);
}

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

/* Mobile */
@media (width <= 900px) {
  .footer__main {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-7) var(--sp-5);
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .footer__newsletter {
    grid-column: 1 / -1;
    max-width: 100%;
    justify-self: stretch;
  }
}

@media (width <= 560px) {
  .footer__main {
    grid-template-columns: 1fr;
  }

  .footer__brand,
  .footer__newsletter {
    grid-column: auto;
  }

  .footer__newsletter {
    width: 100%;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: var(--sp-5);
}

.footer__socials a {
  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  border: 1px solid var(--line);
  border-radius: 50%;

  background: transparent;
  color: var(--tv-muted);

  transition:
    color var(--t),
    border-color var(--t),
    background var(--t),
    transform var(--t);
}

.footer__socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.footer__socials a:hover {
  color: var(--ink);
  border-color: color-mix(
    in oklab,
    var(--tv-accent) 35%,
    var(--line)
  );
  background: var(--accent-soft);
  transform: translateY(-2px);
}

/* Instagram needs an outline rather than filled icon */
.footer__socials a:nth-child(3) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.footer__socials a:nth-child(3) svg circle:last-child {
  fill: currentColor;
  stroke: none;
}
.modal {
  z-index: 120;
  display: none;
  position: fixed;
  inset: 0;
}
.modal.is-open {
  display: block;
}
.modal__scrim {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity var(--t);
  background: #18142573;
  position: absolute;
  inset: 0;
}
.modal.is-visible .modal__scrim {
  opacity: 1;
}
.modal__dialog {
  opacity: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  width: min(440px, 100% - 2rem);
  max-height: 90vh;
  padding: var(--sp-7) var(--sp-6) var(--sp-6);
  box-shadow: var(--sh-lg);
  transition: opacity var(--t), transform var(--t-slow);
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, -46%) scale(0.98);
}
.modal.is-visible .modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal__close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
}
.modal__title, .pane__title {
  letter-spacing: -0.03em;
  font-size: 1.65rem;
}
.modal__sub, .pane__sub {
  color: var(--tv-muted);
  margin-top: 0.5rem;
  font-size: 0.92rem;
}
.modal__foot {
  margin-top: var(--sp-5);
  text-align: center;
  color: var(--tv-muted);
  font-size: 0.88rem;
}
.modal__terms {
  margin-top: var(--sp-4);
  color: var(--tv-muted);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pane {
  animation: 0.26s cubic-bezier(0.16, 0.84, 0.34, 1) paneIn;
}
.pane--center {
  text-align: center;
}
@keyframes paneIn {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.successmark {
  background: var(--accent-soft);
  width: 52px;
  height: 52px;
  color: var(--tv-accent);
  margin: 0 auto var(--sp-4);
  border-radius: 50%;
  place-items: center;
  font-size: 1.5rem;
  display: grid;
}
.successmark.is-error {
  background: var(--red-soft, #fde2e2);
  color: var(--red, #dc2626);
}
.successmark.is-success {
  background: var(--green-soft);
  color: var(--green);
}
.successmark.is-loading {
  color: transparent;
  background: var(--gray-soft, #eef0f3);
  position: relative;
}
.successmark.is-loading::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid var(--border, #d8dce3);
  border-top-color: var(--primary, #4f46e5);
  border-radius: 50%;
  animation: successmark-spin 0.7s linear infinite;
}
@keyframes successmark-spin {
  to { transform: rotate(360deg); }
}
.form {
  margin-top: var(--sp-5);
  gap: var(--sp-4);
  display: grid;
}
.field label {
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  display: block;
}
.field input {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--bg-4);
  width: 100%;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
  padding: 0.75rem 0.85rem;
  font-size: 0.95rem;
}
.field input::placeholder {
  color: #9aa3b2;
}
.field input:hover {
  border-color: #d6d0c5;
}
.field input:focus {
  background: var(--surface);
  border-color: var(--tv-accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
  outline: none;
}
.field input[aria-invalid="true"] {
  border-color: var(--red);
  background: #fff;
}
.field input[aria-invalid="true"]:focus {
  box-shadow: 0 0 0 4px var(--red-soft);
}
.field input:disabled {
  opacity: 0.6;
}
.pwd {
  position: relative;
}
.pwd input {
  padding-right: 4rem;
}
.pwd__toggle {
  cursor: pointer;
  color: var(--tv-muted);
  border-radius: var(--r-sm);
  background: 0 0;
  border: 0;
  padding: 0.35rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
}
.pwd__toggle:hover {
  color: var(--ink);
  background: #1814250d;
}
.err {
  color: var(--red);
  margin-top: 0.35rem;
  font-size: 0.78rem;
  display: none;
}
.err.is-shown {
  display: block;
}
.err--form {
  background: var(--red-soft);
  border-radius: var(--r-md);
  margin-top: 0;
  padding: 0.55rem 0.7rem;
}
.form__row {
  justify-content: flex-end;
  margin-top: -0.4rem;
  display: flex;
}
.divider {
  margin: var(--sp-5) 0;
  color: var(--tv-muted);
  letter-spacing: 0.1em;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.72rem;
  font-weight: 600;
  display: flex;
}
.divider:before,
.divider:after {
  content: "";
  background: var(--line);
  flex: 1;
  height: 1px;
}
.reveal {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.16, 0.84, 0.34, 1);
  transform: translateY(18px);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
.reveal[data-delay="1"] {
  transition-delay: 0.12s;
}
@media (width<=1199px) {
  .hero__inner {
    gap: var(--sp-8);
    grid-template-columns: 1fr;
  }
  .hero__visual {
    margin-top: var(--sp-4);
  }
  .floaty--b {
    left: -8px;
  }
  .floaty--c {
    right: -8px;
  }
  .floaty--a {
    left: 0;
  }
  .darkgrid {
    grid-template-columns: 1fr;
  }
  .feat {
    gap: var(--sp-6);
    grid-template-columns: 1fr;
  }
  .feat--rev .feat__copy,
  .feat--rev .feat__vis {
    order: 0;
  }
  .price {
    grid-template-columns: 1fr;
  }
  .price__list {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: var(--sp-5);
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (width<=900px) {
  .nav__links,
  .nav__actions {
    display: none;
  }
  .nav__burger {
    display: block;
  }
  .ba {
    grid-template-columns: 1fr;
  }
  .ba__arrow span {
    transform: rotate(90deg);
  }
  .steps {
    gap: var(--sp-5);
    grid-template-columns: 1fr;
  }
  .app {
    min-width: 760px;
  }
  .hero {
    padding-top: 50px;
  }
  .hero__visual {
    -webkit-overflow-scrolling: touch;
    padding: 26px 4px 8px;
    overflow: auto hidden;
  }
  .floaty {
    display: none;
  }
}
@media (width<=767px) {
  :root {
    --sp-9: 4.5rem;
    --sp-8: 3.25rem;
  }
  .container {
    width: min(1200px, 100% - 1.6rem);
  }
  .display {
    font-size: clamp(2.1rem, 9vw, 2.9rem);
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .cust__stats {
    grid-template-columns: 1fr;
  }
  .btn {
    width: auto;
  }
  .hero__cta .btn {
    flex: 100%;
  }
  .finalcta {
    padding: var(--sp-7) var(--sp-5);
  }
  .faq__a p {
    padding-right: 1rem;
  }
  .modal__dialog {
    border-radius: var(--r-xl) var(--r-xl) 0 0;
    width: 100%;
    max-height: 92vh;
    padding: var(--sp-6) var(--sp-5) var(--sp-7);
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(24px);
  }
  .modal.is-visible .modal__dialog {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.soon {
  gap: var(--sp-5);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.soon__card {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  /* background: var(--surface); */
  padding: var(--sp-6);
  /* box-shadow: var(--sh-sm);
  background-image: radial-gradient(
    ellipse 80% 100% at 100% 0%,
    var(--accent-soft),
    transparent 65%
  );
  transition: transform var(--t), box-shadow var(--t), border-color var(--t); */
  position: relative;
  overflow: hidden;
}
.soon__card:hover {
  box-shadow: var(--sh-md);
  border-color: var(--tv-accent);
  transform: translateY(-4px);
}
@supports (color: color-mix(in lab, red, red)) {
  .soon__card:hover {
    border-color: color-mix(in oklab, var(--tv-accent) 35%, var(--line));
  }
}
.soon__badge {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-ink);
  background: var(--accent-soft);
  border: 1px solid var(--tv-accent);
  font-size: 0.68rem;
  font-weight: 700;
  display: inline-block;
}
@supports (color: color-mix(in lab, red, red)) {
  .soon__badge {
    border: 1px solid color-mix(in oklab, var(--tv-accent) 22%, transparent);
  }
}
.soon__badge {
  border-radius: var(--r-pill);
  padding: 0.3rem 0.65rem;
}
.soon__card h3 {
  margin: var(--sp-4) 0 var(--sp-3);
  font-size: 1.32rem;
}
.soon__card p {
  color: var(--tv-muted);
  font-size: 0.95rem;
}
@media (width<=900px) {
  .soon {
    grid-template-columns: 1fr;
  }
}
.traverse {
  isolation: isolate;
}
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.livepanel {
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}
.livepanel__head {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
  display: flex;
}
.livepanel__brand img {
  width: auto;
  height: 26px;
}
.livestats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  display: grid;
}
.livestat {
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  background: var(--bg-4);
  min-width: 0;
  padding: 0.6rem 0.7rem;
}
.livestat p {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tv-muted);
  font-size: 0.68rem;
}
.livestat strong {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  margin-top: 0.2rem;
  font-size: 1.02rem;
  display: block;
}
.livestat em {
  color: var(--tv-muted);
  font-size: 0.7rem;
  font-style: normal;
}
.livechart {
  align-items: flex-end;
  gap: 0.4rem;
  height: 74px;
  margin-top: 0.9rem;
  display: flex;
}
.livebar {
  flex: 1;
  align-items: flex-end;
  height: 100%;
  display: flex;
}
.livebar span {
  background: var(--tv-accent);
  border-radius: 6px 6px 3px 3px;
  width: 100%;
  height: 0;
  display: block;
}
@supports (color: color-mix(in lab, red, red)) {
  .livebar span {
    background: color-mix(in oklab, var(--tv-accent) 22%, transparent);
  }
}
.livebar span {
  transition: height 0.9s cubic-bezier(0.16, 0.84, 0.34, 1);
}
.livebar.is-current span {
  background: var(--tv-accent);
}
.livechart.is-animated .livebar span {
  height: var(--h);
}
.bot--compact {
  border-radius: 0 0 20px 20px;
}
.bot--compact .bot__chat {
  gap: 0.5rem;
  max-height: none;
}
.bot--compact .bot__b {
  font-size: 0.84rem;
}
@media (width<=900px) {
  .livechart {
    height: 60px;
  }
}
/* .shift {
  align-items: center;
  gap: var(--sp-4);
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  display: grid;
}
.shift__label {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tv-muted);
  font-size: 0.7rem;
  font-weight: 700;
}
.shift__label--tv-accent {
  color: var(--tv-accent);
}
.shift__scatter {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: var(--sp-5);
  background: var(--surface);
}
.shift__one {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: var(--sp-5);
  background: var(--surface);
}
.shift__scatter {
  background: 0 0;
  border-style: dashed;
}
.shift__chips {
  margin: var(--sp-4) 0;
  flex-wrap: wrap;
  gap: 0.5rem;
  display: flex;
}
.shift__chip {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-2);
  border-radius: var(--r-sm);
  box-shadow: var(--sh-sm);
  transform: rotate(calc((var(--i) - 2.5) * 1.6deg));
  transition: transform var(--t);
  padding: 0.45rem 0.7rem;
  font-size: 0.85rem;
  display: inline-block;
}
.shift__chip:nth-child(2n) {
  background: var(--bg-4);
}
.shift:hover .shift__chip {
  transform: none;
}
.shift__note {
  color: var(--tv-muted);
  font-size: 0.85rem;
}
.shift__note--tv-accent {
  color: var(--accent-ink);
  font-weight: 600;
}
.shift__one {
  box-shadow: var(--sh-md);
  border-color: var(--tv-accent);
}
@supports (color: color-mix(in lab, red, red)) {
  .shift__one {
    border-color: color-mix(in oklab, var(--tv-accent) 32%, var(--line));
  }
}
.shift__rows {
  margin: var(--sp-4) 0;
  gap: 0.1rem;
  display: grid;
}
.shift__rows li {
  border-bottom: 1px solid var(--line-2);
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.55rem 0;
  display: flex;
}
.shift__rows li:last-child {
  border-bottom: 0;
}
.shift__rows b {
  font-size: 0.95rem;
}
.shift__rows em {
  color: var(--tv-muted);
  text-align: right;
  font-size: 0.82rem;
  font-style: normal;
}
.shift__merge {
  align-content: center;
  gap: 0.35rem;
  display: grid;
  position: relative;
}
.shift__merge span {
  background: linear-gradient(90deg, var(--line), var(--tv-accent));
  border-radius: 2px;
  height: 1.5px;
  display: block;
}
.shift__merge span:first-child {
  width: 60%;
  margin-left: 0;
}
.shift__merge span:nth-child(2) {
  width: 100%;
}
.shift__merge span:nth-child(3) {
  width: 60%;
}
.shift__merge:after {
  content: "";
  border-top: 1.5px solid var(--tv-accent);
  border-right: 1.5px solid var(--tv-accent);
  justify-self: end;
  width: 9px;
  height: 9px;
  margin-top: -13px;
  transform: rotate(45deg);
}
.shift__stats {
  margin-top: var(--sp-6);
  gap: var(--sp-4);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}
.shift__stats li {
  border-left: 2px solid var(--tv-accent);
  padding-left: var(--sp-4);
}
.shift__stats strong {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.7rem;
  display: block;
}
.shift__stats span {
  color: var(--tv-muted);
  font-size: 0.86rem;
}
@media (width<=900px) {
  .shift {
    grid-template-columns: 1fr;
  }
  .shift__merge {
    justify-items: center;
    height: 34px;
  }
  .shift__merge span {
    background: linear-gradient(
      90deg,
      transparent,
      var(--tv-accent),
      transparent
    );
    width: 100% !important;
  }
  .shift__stats {
    grid-template-columns: 1fr;
  }
} */

.shift {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  align-items: stretch;
  gap: var(--sp-5);
  margin-top: var(--sp-7);
}

.shift__side {
  position: relative;
  min-height: 420px;
  padding: var(--sp-6);
  padding-bottom: 4.5rem;
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background: var(--surface);
}

.shift__side--before {
  background: var(--bg-4);
  overflow: hidden;
}

.shift__side--after {
  position: relative;
  overflow: hidden;
  border-color: color-mix(
    in oklab,
    /* var(--tv-accent) 25%, */
    var(--line)
  );
  box-shadow: var(--sh-md);
}


.shift__one {
  position: relative;
  min-height: 420px;
  padding: var(--sp-5);
  padding-bottom: 4.5rem;
  border: 1px solid color-mix(
    in oklab,
    var(--tv-accent) 28%,
    var(--line)
  );
  border-radius: var(--r-xl);
  background:
    radial-gradient(
      circle at 50% 50%,
      color-mix(in oklab, var(--tv-accent) 7%, transparent),
      transparent 55%
    ),
    var(--surface);
  box-shadow: var(--sh-md);
  overflow: hidden;
}

.shift__system {
  position: relative;
  height: 300px;
  margin-top: 0.25rem;
}

/* subtle central glow */
.shift__system::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: color-mix(in oklab, var(--tv-accent) 7%, transparent);
  filter: blur(20px);
}

/* connector lines */
.shift__system::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 150px;
  transform: translate(-50%, -50%);
  border: 1px dashed color-mix(in oklab, var(--tv-accent) 22%, var(--line));
  border-radius: 50%;
  pointer-events: none;
}

/* central Traverse */
.shift__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid color-mix(in oklab, var(--tv-accent) 45%, var(--line));
  background: var(--surface);
  box-shadow:
    0 0 0 8px color-mix(in oklab, var(--tv-accent) 5%, transparent),
    0 12px 35px color-mix(in oklab, var(--tv-accent) 12%, transparent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.shift__core-dot {
  width: 9px;
  height: 9px;
  margin-bottom: 0.45rem;
  border-radius: 50%;
  background: var(--tv-accent);
  box-shadow: 0 0 0 5px var(--accent-soft);
}

.shift__core strong {
  font-family: var(--font-display);
  letter-spacing: -0.035em;
  font-size: 1.05rem;
}

.shift__core small {
  margin-top: 0.15rem;
  color: var(--tv-muted);
  font-size: 0.62rem;
}

/* floating feature cards */
.shift__item {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 135px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--sh-sm);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.shift__item:hover {
  z-index: 8;
  box-shadow: var(--sh-md);
}

/* tiny connector from cards toward center */
.shift__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 1px;
  background: color-mix(in oklab, var(--tv-accent) 25%, var(--line));
}

/* icon */
.shift__item-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent-ink);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.shift__item b {
  display: block;
  font-size: 0.78rem;
  line-height: 1.1;
}

.shift__item em {
  display: block;
  margin-top: 0.15rem;
  color: var(--tv-muted);
  font-size: 0.62rem;
  font-style: normal;
  white-space: nowrap;
}

/* positions */

.shift__item--customers {
  top: 18px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
}

.shift__item--customers::after {
  width: 1px;
  height: 42px;
  left: 50%;
  top: 100%;
}

.shift__item--payments {
  top: 82px;
  left: 4px;
  transform: rotate(-4deg);
}

.shift__item--payments::after {
  width: 65px;
  right: -65px;
  top: 50%;
  transform: rotate(17deg);
  transform-origin: left;
}

.shift__item--receivables {
  top: 82px;
  right: 4px;
  transform: rotate(4deg);
}

.shift__item--receivables::after {
  width: 65px;
  left: -65px;
  top: 50%;
  transform: rotate(-17deg);
  transform-origin: right;
}

.shift__item--followups {
  bottom: 25px;
  left: 28px;
  transform: rotate(3deg);
}

.shift__item--followups::after {
  width: 70px;
  right: -65px;
  top: 5px;
  transform: rotate(-35deg);
  transform-origin: left;
}

.shift__item--reporting {
  bottom: 25px;
  right: 28px;
  transform: rotate(-3deg);
}

.shift__item--reporting::after {
  width: 70px;
  left: -65px;
  top: 5px;
  transform: rotate(35deg);
  transform-origin: right;
}

/* gentle floating motion */
.shift__item--customers {
  animation: shiftFloat1 5s ease-in-out infinite;
}

.shift__item--payments {
  animation: shiftFloat2 5.5s ease-in-out infinite;
}

.shift__item--receivables {
  animation: shiftFloat3 6s ease-in-out infinite;
}

.shift__item--followups {
  animation: shiftFloat4 5.8s ease-in-out infinite;
}

.shift__item--reporting {
  animation: shiftFloat5 6.2s ease-in-out infinite;
}

@keyframes shiftFloat1 {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -5px;
  }
}

@keyframes shiftFloat2 {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 4px;
  }
}

@keyframes shiftFloat3 {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -4px;
  }
}

@keyframes shiftFloat4 {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 5px;
  }
}

@keyframes shiftFloat5 {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: -4px;
  }
}

.shift__note--accent {
  position: relative;
  z-index: 5;
  margin-top: 0;
  color: var(--accent-ink);
  font-weight: 600;
}

@media (width <= 900px) {
  .shift__one {
    min-height: 390px;
  }

  .shift__system {
    height: 280px;
  }

  .shift__item {
    min-width: 125px;
  }

  .shift__item em {
    font-size: 0.58rem;
  }

  .shift__item--payments {
    left: 0;
  }

  .shift__item--receivables {
    right: 0;
  }

  .shift__item--followups {
    left: 5px;
  }

  .shift__item--reporting {
    right: 5px;
  }
}

.shift__label {
  margin-bottom: var(--sp-5);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--tv-muted);
}

.shift__side--after .shift__label {
  color: var(--accent-ink);
}


.shift__items {
  position: relative;
  min-height: 245px;
  display: block;
}

.shift__items > span {
  position: absolute;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--surface);
  color: var(--ink-2);
  font-size: 0.84rem;
  box-shadow: var(--sh-sm);
  white-space: nowrap;
}

/* intentionally scattered in a balanced 3 x 2 arrangement */

.shift__side--before .shift__items > span:nth-child(1) {
  top: 8%;
  left: 5%;
  transform: rotate(-4deg);
}

.shift__side--before .shift__items > span:nth-child(2) {
  top: 8%;
  right: 7%;
  transform: rotate(4deg);
}

.shift__side--before .shift__items > span:nth-child(3) {
  top: 42%;
  left: 22%;
  transform: rotate(2deg);
}

.shift__side--before .shift__items > span:nth-child(4) {
  top: 42%;
  right: 17%;
  transform: rotate(-3deg);
}

.shift__side--before .shift__items > span:nth-child(5) {
  bottom: 8%;
  left: 6%;
  transform: rotate(3deg);
}

.shift__side--before .shift__items > span:nth-child(6) {
  bottom: 8%;
  right: 5%;
  transform: rotate(-5deg);
}

/* subtle interaction */

.shift__side--before:hover .shift__items > span:nth-child(1) {
  transform: translate(-3px, 2px) rotate(-6deg);
}

.shift__side--before:hover .shift__items > span:nth-child(2) {
  transform: translate(3px, -2px) rotate(7deg);
}

.shift__side--before:hover .shift__items > span:nth-child(3) {
  transform: translate(-2px, 3px) rotate(3deg);
}

.shift__side--before:hover .shift__items > span:nth-child(4) {
  transform: translate(2px, -2px) rotate(-7deg);
}

.shift__side--before:hover .shift__items > span:nth-child(5) {
  transform: translate(2px, 2px) rotate(-4deg);
}

.shift__side--before:hover .shift__items > span:nth-child(6) {
  transform: translate(-2px, -2px) rotate(8deg);
}

.shift__items--connected {
  position: static;
  min-height: 0;
  display: grid;
  gap: 0;
}

.shift__items--connected > span {
  position: static;
  transform: none !important;
}

.shift__note {
  position: absolute;
  left: var(--sp-6);
  right: var(--sp-6);
  bottom: var(--sp-6);
  margin: 0;
  color: var(--tv-muted);
  font-size: 0.85rem;
}

.shift__note--accent {
  color: var(--accent-ink);
  font-weight: 600;
}

.shift__transition {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shift__transition span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--line);
}

.shift__transition i {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--tv-accent);
  font-size: 1.1rem;
  font-style: normal;
}

@media (width <= 900px) {
  .shift {
    grid-template-columns: 1fr;
  }

  .shift__transition {
    height: 50px;
  }

  .shift__transition span {
    width: 1px;
    height: 100%;
  }

  .shift__transition i {
    transform: rotate(90deg);
  }
}

/* ============ BEFORE SIDE: make it feel like clutter ============ */

.shift__side--before {
  background: var(--bg-4);
  overflow: hidden;
}

/* faint diagonal hazard-wash to read as "noise" without being loud */
.shift__side--before::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    color-mix(in oklab, var(--ink-2) 4%, transparent) 0 2px,
    transparent 2px 14px
  );
  pointer-events: none;
}

.shift__side--before .shift__items > span {
  /* desaturate + flatten shadow so items read as "just sitting there" */
  filter: saturate(0.75);
  box-shadow: 0 1px 3px color-mix(in oklab, var(--ink-2) 12%, transparent);
  border-color: color-mix(in oklab, var(--line) 70%, var(--ink-2) 10%);
}

/* vary the rotation more, less uniform than before = messier */
.shift__side--before .shift__items > span:nth-child(odd) {
  transform: rotate(-6deg);
}
.shift__side--before .shift__items > span:nth-child(even) {
  transform: rotate(5deg);
}
.shift__side--before .shift__items > span:nth-child(3n) {
  transform: rotate(-2deg) translateY(3px);
}

.shift__note {
  color: var(--tv-muted);
  font-style: italic; /* small tonal cue: this side is the "old" voice */
}


/* ============ AFTER SIDE: make it feel alive ============ */

/* turn the static dashed ellipse into a slow-rotating orbit */
.shift__system::after {
  animation: orbitSpin 40s linear infinite;
}

@keyframes orbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* core gets a gentle breathing glow instead of a static blur */
.shift__system::before {
  animation: coreBreathe 4s ease-in-out infinite;
}

@keyframes coreBreathe {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.08); }
}

/* icons get a filled accent circle instead of flat square — reads as "system nodes" */
.shift__item-icon {
  border-radius: 50%;
  background: color-mix(in oklab, var(--tv-accent) 14%, var(--surface));
  border: 1px solid color-mix(in oklab, var(--tv-accent) 30%, transparent);
}

/* precise geometry, no wobble on hover — After side should feel *settled* */
.shift__item {
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.shift__item:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--sh-md), 0 0 0 3px color-mix(in oklab, var(--tv-accent) 10%, transparent);
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .shift__system::after,
  .shift__system::before {
    animation: none;
  }
}

.faq__a {
  height: auto;
}
.faq__a[hidden] {
  display: none;
}
.bot {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--sh-lg);
  overflow: hidden;
}
.bot__bar {
  border-bottom: 1px solid var(--line-2);
  background: var(--bg-4);
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 0.9rem;
  display: flex;
}
.bot__avatar {
  background: var(--tv-accent);
  color: #fff;
  width: 28px;
  height: 28px;
  font-family: var(--font-display);
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  display: grid;
}
.bot__who b {
  font-size: 0.85rem;
  line-height: 1.2;
  display: block;
}
.bot__who em {
  color: var(--tv-muted);
  font-size: 0.7rem;
  font-style: normal;
}
.bot__bar .chip {
  margin-left: auto;
}
.bot__chat {
  background: radial-gradient(
    120% 60% at 100% 0%,
    var(--tv-accent),
    transparent 70%
  );
  gap: 0.55rem;
  padding: 0.9rem;
  display: grid;
}
@supports (color: color-mix(in lab, red, red)) {
  .bot__chat {
    background: radial-gradient(
      120% 60% at 100% 0%,
      color-mix(in oklab, var(--tv-accent) 6%, transparent),
      transparent 70%
    );
  }
}
.bot__b {
  border-radius: 14px;
  max-width: 86%;
  padding: 0.55rem 0.75rem;
  font-size: 0.86rem;
  line-height: 1.45;
}
.bot__b--out {
  background: var(--tv-accent);
  color: #fff;
  border-bottom-right-radius: 5px;
  justify-self: end;
}
.bot__b--in {
  background: var(--bg-4);
  border: 1px solid var(--line-2);
  border-bottom-left-radius: 5px;
  justify-self: start;
}
.bot__b b {
  font-weight: 700;
}
.bot__card {
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: var(--surface);
  margin-top: 0.5rem;
  padding: 0.5rem 0.6rem;
}
.bot__row {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.15rem 0;
  font-size: 0.78rem;
  display: flex;
}
.bot__meter {
  gap: 3px;
  height: 6px;
  margin-top: 0.5rem;
  display: flex;
}
.bot__meter i {
  border-radius: 99px;
  height: 100%;
  display: block;
}
.bot__meter i.is-green {
  background: var(--green);
}
.bot__meter i.is-accent {
  background: var(--tv-accent);
}
.bot__meter i.is-red {
  background: var(--red);
}
.bot__tasks {
  gap: 0.3rem;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  display: grid;
}
.bot__tasks li {
  align-items: center;
  gap: 0.45rem;
  display: flex;
}
.tick {
  background: var(--green-soft);
  border-radius: 50%;
  flex: none;
  width: 14px;
  height: 14px;
  position: relative;
}
.tick:after {
  content: "";
  border: 1.6px solid var(--green);
  border-top: 0;
  border-left: 0;
  width: 4px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 4px;
  transform: rotate(42deg);
}
.bot__typing {
  gap: 4px;
  padding: 0.35rem 0.2rem;
  display: flex;
}
.bot__typing span {
  background: var(--tv-accent);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@supports (color: color-mix(in lab, red, red)) {
  .bot__typing span {
    background: color-mix(in oklab, var(--tv-accent) 45%, transparent);
  }
}
.bot__typing span {
  animation: 1.2s ease-in-out infinite botdot;
}
.bot__typing span:nth-child(2) {
  animation-delay: 0.15s;
}
.bot__typing span:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes botdot {
  0%,
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}
.bot__foot {
  border-top: 1px solid var(--line-2);
  background: var(--bg-4);
  padding: 0.7rem 0.9rem;
}
.bot__input {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--r-pill);
  color: var(--tv-muted);
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.55rem 0.5rem 0.9rem;
  font-size: 0.8rem;
  display: flex;
}
.bot__input i {
  background: var(--tv-accent);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 0.8rem;
  font-style: normal;
  display: grid;
}
.bot__chips {
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
  display: flex;
}
.bot__chips span {
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  color: var(--tv-muted);
  padding: 0.25rem 0.6rem;
  font-size: 0.72rem;
}
.livestat em.delta--up {
  color: var(--green);
  font-weight: 600;
}
:root {
  --radius: 0.625rem;
  --background: oklch(100% 0 0);
  --foreground: oklch(12.9% 0.042 264.695);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(12.9% 0.042 264.695);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(12.9% 0.042 264.695);
  --primary: oklch(20.8% 0.042 265.755);
  --primary-foreground: oklch(98.4% 0.003 247.858);
  --secondary: oklch(96.8% 0.007 247.896);
  --secondary-foreground: oklch(20.8% 0.042 265.755);
  --muted: oklch(96.8% 0.007 247.896);
  --muted-foreground: oklch(55.4% 0.046 257.417);
  --accent: oklch(96.8% 0.007 247.896);
  --accent-foreground: oklch(20.8% 0.042 265.755);
  --destructive: oklch(57.7% 0.245 27.325);
  --destructive-foreground: oklch(98.4% 0.003 247.858);
  --border: oklch(92.9% 0.013 255.508);
  --input: oklch(92.9% 0.013 255.508);
  --ring: oklch(70.4% 0.04 256.788);
  --chart-1: oklch(64.6% 0.222 41.116);
  --chart-2: oklch(60% 0.118 184.704);
  --chart-3: oklch(39.8% 0.07 227.392);
  --chart-4: oklch(82.8% 0.189 84.429);
  --chart-5: oklch(76.9% 0.188 70.08);
  --sidebar: oklch(98.4% 0.003 247.858);
  --sidebar-foreground: oklch(12.9% 0.042 264.695);
  --sidebar-primary: oklch(20.8% 0.042 265.755);
  --sidebar-primary-foreground: oklch(98.4% 0.003 247.858);
  --sidebar-accent: oklch(96.8% 0.007 247.896);
  --sidebar-accent-foreground: oklch(20.8% 0.042 265.755);
  --sidebar-border: oklch(92.9% 0.013 255.508);
  --sidebar-ring: oklch(70.4% 0.04 256.788);
}
.dark {
  --background: oklch(12.9% 0.042 264.695);
  --foreground: oklch(98.4% 0.003 247.858);
  --card: oklch(20.8% 0.042 265.755);
  --card-foreground: oklch(98.4% 0.003 247.858);
  --popover: oklch(20.8% 0.042 265.755);
  --popover-foreground: oklch(98.4% 0.003 247.858);
  --primary: oklch(92.9% 0.013 255.508);
  --primary-foreground: oklch(20.8% 0.042 265.755);
  --secondary: oklch(27.9% 0.041 260.031);
  --secondary-foreground: oklch(98.4% 0.003 247.858);
  --muted: oklch(27.9% 0.041 260.031);
  --muted-foreground: oklch(70.4% 0.04 256.788);
  --accent: oklch(27.9% 0.041 260.031);
  --accent-foreground: oklch(98.4% 0.003 247.858);
  --destructive: oklch(70.4% 0.191 22.216);
  --destructive-foreground: oklch(98.4% 0.003 247.858);
  --border: oklch(100% 0 0/0.1);
  --input: oklch(100% 0 0/0.15);
  --ring: oklch(55.1% 0.027 264.364);
  --chart-1: oklch(48.8% 0.243 264.376);
  --chart-2: oklch(69.6% 0.17 162.48);
  --chart-3: oklch(76.9% 0.188 70.08);
  --chart-4: oklch(62.7% 0.265 303.9);
  --chart-5: oklch(64.5% 0.246 16.439);
  --sidebar: oklch(20.8% 0.042 265.755);
  --sidebar-foreground: oklch(98.4% 0.003 247.858);
  --sidebar-primary: oklch(48.8% 0.243 264.376);
  --sidebar-primary-foreground: oklch(98.4% 0.003 247.858);
  --sidebar-accent: oklch(27.9% 0.041 260.031);
  --sidebar-accent-foreground: oklch(98.4% 0.003 247.858);
  --sidebar-border: oklch(100% 0 0/0.1);
  --sidebar-ring: oklch(55.1% 0.027 264.364);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes enter {
  0% {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(
        var(--tw-enter-translate-x, 0),
        var(--tw-enter-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1)
      )
      rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(
        var(--tw-exit-translate-x, 0),
        var(--tw-exit-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1)
      )
      rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0));
  }
}
@keyframes accordion-down {
  0% {
    height: 0;
  }
  to {
    height: var(
      --radix-accordion-content-height,
      var(
        --bits-accordion-content-height,
        var(
          --reka-accordion-content-height,
          var(
            --kb-accordion-content-height,
            var(--ngp-accordion-content-height, auto)
          )
        )
      )
    );
  }
}
@keyframes accordion-up {
  0% {
    height: var(
      --radix-accordion-content-height,
      var(
        --bits-accordion-content-height,
        var(
          --reka-accordion-content-height,
          var(
            --kb-accordion-content-height,
            var(--ngp-accordion-content-height, auto)
          )
        )
      )
    );
  }
  to {
    height: 0;
  }
}
@keyframes caret-blink {
  0%,
  70%,
  to {
    opacity: 1;
  }
  20%,
  50% {
    opacity: 0;
  }
}
.roadmap {
  position: relative;
  padding: var(--sp-9) 0 0 0;
}

.roadmap__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 1rem;
  margin-top: var(--sp-7);
}

.roadmap__card {
  position: relative;
  min-height: 340px;
  padding: var(--sp-6);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t),
    border-color var(--t),
    box-shadow var(--t);
}

/* subtle background glow */
.roadmap__card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -100px;
  right: -80px;
  border-radius: 50%;
  background: var(--accent-soft);
  opacity: 0.65;
  filter: blur(10px);
  pointer-events: none;
}

.roadmap__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
  border-color: color-mix(
    in oklab,
    var(--tv-accent) 28%,
    var(--line)
  );
}

.roadmap__card--featured {
  background:
    radial-gradient(
      circle at 100% 0%,
      color-mix(in oklab, var(--tv-accent) 10%, transparent),
      transparent 55%
    ),
    var(--surface);
}

.roadmap__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.roadmap__number {
  color: var(--tv-muted);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.soon__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.3rem 0.65rem;
  border-radius: var(--r-pill);
  border: 1px solid color-mix(
    in oklab,
    var(--tv-accent) 22%,
    transparent
  );
  background: var(--accent-soft);
  color: var(--accent-ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roadmap__icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-bottom: var(--sp-5);
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--bg-4);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.roadmap__icon i {
  font-size: 0.9rem;
  color: var(--tv-accent);
}

.roadmap__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: -0.035em;
}

.roadmap__card p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  color: var(--tv-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.roadmap__line {
  height: 1px;
  margin-top: var(--sp-5);
  background: var(--line-2);
}

.roadmap__meta {
  margin-top: 0.7rem;
  color: var(--tv-muted);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

@media (width <= 900px) {
  .roadmap__grid {
    grid-template-columns: 1fr;
  }

  .roadmap__card {
    min-height: 280px;
  }

  .roadmap__icon {
    margin-top: var(--sp-5);
  }
}

/* .wrap { max-width: 1080px; margin: 0 auto; }

.head { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.eyebrow {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--accent-ink);
  font-weight: 500;
  margin: 0 0 0.9rem;
}
.h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.9rem;
}
.sub {
  color: var(--ink-2);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
} */

/* ============ GRID ============ */
.shift {
  display: grid;
  grid-template-columns: minmax(0,1fr) 56px minmax(0,1fr);
  align-items: stretch;
}

/* ============ BEFORE: corkboard of torn receipts ============ */
.panel--before {
  position: relative;
  min-height: 460px;
  padding: 2rem 1.75rem 3rem;
  border-radius: var(--r-xl) 0 0 var(--r-xl);
  background:
    radial-gradient(circle at 18% 22%, rgba(0,0,0,0.035), transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(0,0,0,0.035), transparent 40%),
    var(--paper);
  border: 1px dashed var(--paper-line);
  overflow: hidden;
}
/* faint linen texture */
.panel--before::before {
  content: "";
  position: absolute; inset: 0;
  /* background-image: repeating-linear-gradient(
    45deg, rgba(33,29,23,0.025) 0 1px, transparent 1px 6px
  ); */
  pointer-events: none;
}

.panel-label {
  position: relative;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin: 0 0 1.6rem;
}

.scraps {
  position: relative;
  height: 340px;
}

.scrap {
  position: absolute;
  width: 148px;
  padding: 0.85rem 0.9rem 1.2rem;
  background: #FCFAF4;
  border: 1px solid var(--paper-line);
  box-shadow: var(--sh-sm);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--ink);
  line-height: 1.4;
  clip-path: polygon(
    0% 0%, 100% 0%, 100% 88%,
    91% 100%, 82% 88%, 73% 100%, 64% 88%,
    55% 100%, 46% 88%, 37% 100%, 28% 88%,
    19% 100%, 10% 88%, 0% 100%
  );
}
.scrap::before {
  content: "";
  position: absolute;
  top: 6px; left: 50%;
  width: 7px; height: 7px;
  background: #B5432E;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.scrap b { 
  display:block;
  font-weight: 600; 
  font-size: 0.82rem;
  margin-bottom: 2px; 
  font-family: var(--font-display);
  /* font-size: 1.4rem;  */
  letter-spacing: -0.035em;
}
.scrap span { color: var(--ink-2); }

.scrap:nth-child(1) { top: 0;    left: 2%;   transform: rotate(-7deg); z-index: 3; }
.scrap:nth-child(2) { top: 14px; left: 46%;  transform: rotate(4deg);  z-index: 2; }
.scrap:nth-child(3) { top: 4px;  right: 0;   transform: rotate(8deg);  z-index: 4; }
.scrap:nth-child(4) { top: 150px;left: 20%;  transform: rotate(3deg); z-index: 2; }
.scrap:nth-child(5) { top: 165px;right: 6%;  transform: rotate(-5deg);z-index: 3; }
.scrap:nth-child(6) { top: 235px;left: -2%;  transform: rotate(6deg); z-index: 1; }

.scrap:hover { z-index: 9; box-shadow: var(--sh-md); }

.panel-note {
  position: relative; z-index: 2;
  margin: 1.5rem 0 0;
  color: var(--ink-2);
  font-size: 0.88rem;
  font-style: italic;
}

/* ============ SEAM: jagged settles into straight ============ */
.seam {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seam::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    var(--line) 0 6px, transparent 6px 14px
  );
  transform: translateX(-50%);
}
.seam::after {
  content: "";
  position: absolute;
  bottom: 0; left: 50%;
  width: 1px; height: 45%;
  background: var(--tv-accent);
  opacity: 0.35;
  transform: translateX(-50%);
}
.seam i {
  position: relative;
  z-index: 2;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--tv-accent);
  font-style: normal;
  font-size: 1rem;
  box-shadow: var(--sh-sm);
}

/* ============ AFTER: same paper material, but settled ============ */
.panel--after {
  position: relative;
  min-height: 460px;
  padding: 2rem 1.75rem 3rem;
  border-radius: 0 var(--r-xl) var(--r-xl) 0;
  /* background:
    radial-gradient(circle at 18% 22%, rgba(14,110,88,0.05), transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(14,110,88,0.05), transparent 40%),
    var(--paper); */

  background:
    radial-gradient(circle at 18% 22%, rgba(0,0,0,0.035), transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(0,0,0,0.035), transparent 40%),
    var(--paper);

  border: 1px solid color-mix(in srgb, var(--tv-accent) 22%, var(--paper-line));
  overflow: hidden;
}
.panel--after::before {
  content: "";
  position: absolute; inset: 0;
  /* background-image: repeating-linear-gradient(
    45deg, rgba(33,29,23,0.02) 0 1px, transparent 1px 6px
  ); */
  pointer-events: none;
}
/* .panel--after .panel-label { color: var(--accent-ink); } */

/* same scrap shape as Before, but static + aligned, no overlap/rotation */
.scraps--after {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 0.9rem;
}
.scraps--after .scrap {
  position: static;
  width: auto;
  transform: none;
  padding: 0.85rem 0.9rem 1.15rem;
}
.scraps--after .scrap::before {
  background: var(--tv-accent);
}
.scraps--after .scrap:hover { z-index: 1; }

.panel-total {
  position: relative;
  margin-top: 1.1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--r-md);
  background: #FCFAF4;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.86rem;
  font-weight: 600;
  font-family: var(--font-display);
}
.panel-total span {
  font-family: var(--font-mono);
  font-weight: 400;
  opacity: 0.85;
  font-size: 0.76rem;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 860px) {
  .shift { grid-template-columns: 1fr; }
  .panel--before, .panel--after { border-radius: var(--r-xl); }
  .seam { height: 64px; }
  .seam::before {
    top: 50%; left: 0; right: 0; bottom: auto;
    width: auto; height: 1px;
    background: repeating-linear-gradient(to right, var(--line) 0 6px, transparent 6px 14px);
    transform: translateY(-50%);
  }
  .seam::after {
    left: 0; bottom: auto; top: 50%;
    width: 45%; height: 1px;
    transform: translateY(-50%);
  }
  .panel--before .scraps { height: 300px; }
  .scrap { width: 130px; font-size: 0.68rem; }
}

@media (max-width: 520px) {
  .panel--before .scraps { height: auto; position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; padding: 4px; }
  .panel--before .scrap { position: static !important; transform: none !important; width: 100%; }
  .panel--before .scrap:nth-child(even) { transform: rotate(2deg) !important; }
  .panel--before .scrap:nth-child(odd) { transform: rotate(-2deg) !important; }
  .panel--before, .panel--after { padding: 1.5rem 1.25rem 2rem; }
}

/* .card {
  opacity: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  width: min(440px, 100% - 2rem);
  max-height: 90vh;
  padding: var(--sp-7) var(--sp-6) var(--sp-6);
  box-shadow: var(--sh-lg);
  transition: opacity var(--t), transform var(--t-slow);
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, -46%) scale(0.98);
} */

.pane-section {
  /* display: flex; 
  justify-content: center; 
  align-items: center; 
  height: 100vh;  */
  max-width: 500px; 
  margin: 0 auto; 
  padding: 100px 0;
  /* padding: 20px; */
}