/*
 * SUCCAISS / AI Offer — independent product page
 * A restrained, long-form product narrative with the rhythm, rails and motion
 * language of the supplied Parlo reference. This file is product-page only.
 */

body[data-page="products"] {
  --product-bg: #050505;
  --product-hero-bg: #000000;
  --product-panel: #0a0a0a;
  --product-panel-2: #0e0e0e;
  --product-ink: #f4f4f1;
  --product-muted: rgba(244, 244, 241, 0.64);
  --product-faint: rgba(244, 244, 241, 0.36);
  --product-line: rgba(244, 244, 241, 0.12);
  --product-line-strong: rgba(244, 244, 241, 0.22);
  --product-lime: #c8ff61;
  --product-violet: #a98dff;
  --product-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --product-shell: 1320px;
  --product-hero-divider-gap: 0px;
  margin: 0;
  overflow-x: clip;
  background: var(--product-bg);
  color: var(--product-ink);
}

body[data-page="products"] *,
body[data-page="products"] *::before,
body[data-page="products"] *::after {
  box-sizing: border-box;
}

body[data-page="products"] .product-story {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  overflow: visible;
  background: var(--product-bg);
}

body[data-page="products"] .product-shell {
  position: relative;
  width: min(calc(100% - 60px), var(--product-shell));
  margin-inline: auto;
}

body[data-page="products"] .product-section {
  position: relative;
  width: 100%;
  overflow: clip;
  border-top: 1px solid var(--product-line);
  background: var(--product-bg);
}

body[data-page="products"] .product-section::before {
  position: absolute;
  z-index: 0;
  inset: 0 30px auto;
  height: 72px;
  content: "";
  pointer-events: none;
  opacity: 0.36;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 0.75px, transparent 0.9px);
  background-position: center top;
  background-size: 13px 13px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent);
  mask-image: linear-gradient(to bottom, #000, transparent);
}

body[data-page="products"] .product-kicker,
body[data-page="products"] .product-demo-label {
  margin: 0;
  color: rgba(244, 244, 241, 0.48);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body[data-page="products"] .product-section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 88px;
  align-items: end;
  padding: 122px 0 64px;
}

body[data-page="products"] .product-section-heading h2,
body[data-page="products"] .product-intro-copy h2,
body[data-page="products"] .product-workflow-sticky h2,
body[data-page="products"] .product-faq-heading h2 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--product-ink);
  font-family: var(--parlo-display);
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body[data-page="products"] .product-section-heading > p,
body[data-page="products"] .product-intro-copy > p,
body[data-page="products"] .product-workflow-sticky > p,
body[data-page="products"] .product-faq-heading > p {
  margin: 0;
  color: var(--product-muted);
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: -0.012em;
}

body[data-page="products"] .product-text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  width: fit-content;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(244, 244, 241, 0.38);
  color: var(--product-ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 280ms var(--product-ease), border-color 280ms ease;
}

body[data-page="products"] .product-text-link:hover {
  gap: 20px;
  border-color: var(--product-ink);
}

/* Hero */

body[data-page="products"] .hero.product-hero {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100svh;
  min-height: 720px;
  max-height: none;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--product-line);
  background: var(--product-hero-bg) !important;
}

body[data-page="products"] .product-hero-stage {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--product-hero-bg) !important;
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none;
}

body[data-page="products"] .product-hero-stage::before,
body[data-page="products"] .product-hero-stage::after {
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  content: none !important;
}

body[data-page="products"] .product-hero-pixels {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: flex;
  width: min(calc(100% - 62px), 1512px);
  height: 48%;
  gap: 50px;
  overflow: hidden;
  background: transparent !important;
  transform: translateX(-50%);
  pointer-events: none;
}

body[data-page="products"] .product-hero-pixel-pane {
  position: relative;
  min-width: 0;
  height: 100%;
  flex: 1 1 0;
  overflow: hidden;
  background: transparent !important;
}

body[data-page="products"] .product-hero-pixel-pane--left {
  -webkit-mask-image: radial-gradient(farthest-corner at top left, #000 0 30%, transparent 60%);
  mask-image: radial-gradient(farthest-corner at top left, #000 0 30%, transparent 60%);
}

body[data-page="products"] .product-hero-pixel-pane--right {
  -webkit-mask-image: radial-gradient(farthest-corner at top right, #000 0 30%, transparent 60%);
  mask-image: radial-gradient(farthest-corner at top right, #000 0 30%, transparent 60%);
}

body[data-page="products"] .product-side-particles {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
  opacity: 0;
  transition: opacity 520ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

body[data-page="products"].product-side-particles-ready .product-side-particles {
  opacity: 1;
}

body[data-page="products"].product-side-particles-ready .product-hero-ceiling {
  opacity: 0;
}

body[data-page="products"] .product-hero-ceiling {
  position: absolute;
  inset: 52px 30px auto;
  height: 52%;
  opacity: 0.56;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.52) 0 0.7px, transparent 0.88px);
  background-position: center top;
  background-size: 12px 12px;
  -webkit-mask-image: radial-gradient(ellipse 78% 96% at 50% 12%, #000 0, rgba(0, 0, 0, 0.74) 50%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 96% at 50% 12%, #000 0, rgba(0, 0, 0, 0.74) 50%, transparent 100%);
  animation: none !important;
}

body[data-page="products"] .product-hero-ceiling::after {
  position: absolute;
  inset: -1px;
  content: "";
  background: radial-gradient(ellipse 36% 78% at 50% 24%, rgba(3, 3, 3, 0.96) 0, rgba(3, 3, 3, 0.74) 45%, transparent 78%);
}

body[data-page="products"] .product-hero-grid {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: var(--product-hero-divider-gap);
  left: 0;
  height: calc(60% - var(--product-hero-divider-gap));
  overflow: hidden;
  background: transparent !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
  pointer-events: auto;
}

body[data-page="products"] .product-hero-grid-fade {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: transparent !important;
  opacity: 1;
  animation: none !important;
  transition: none !important;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 10%, #000 34%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 10%, #000 34%, #000 100%);
}

body[data-page="products"] .product-hero-grid-surface {
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100%;
  overflow: hidden;
  background: transparent !important;
  animation: none !important;
  transition: none !important;
  transform: translateX(-50%);
  touch-action: pan-y;
}

body[data-page="products"] .product-hero-grid-perspective {
  position: absolute;
  inset: 0;
  perspective: 1000px;
  perspective-origin: center center;
  background: transparent !important;
  animation: none !important;
  transition: none !important;
  transform-style: preserve-3d;
}

body[data-page="products"] .product-hero-grid-plane {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: flex;
  flex-direction: column;
  background: transparent !important;
  animation: none !important;
  transition: none !important;
  transform: translate(-50%, -50%) rotateY(0deg) rotateX(50deg) !important;
  /* Pivot the floor at its far edge so the rendered grid reaches the section divider. */
  transform-origin: center bottom;
}

body[data-page="products"] .product-hero-grid-row {
  display: flex;
  flex: 0 0 auto;
  border-left: 1px solid #262626;
  background: transparent !important;
  animation: none !important;
  transition: none !important;
}

body[data-page="products"] .product-hero-grid-row.is-last {
  /* The next product section already draws the page divider. */
  border-bottom: 0;
}

body[data-page="products"] .product-hero-grid-row.is-last .product-hero-grid-cell {
  /* Avoid a second projected line just above the section divider. */
  border-top-color: transparent;
}

body[data-page="products"] .product-hero-grid-cell {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  background: transparent;
  animation: none !important;
  transition: none !important;
}

body[data-page="products"] .product-hero-grid-light {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 1;
  pointer-events: none;
  will-change: opacity;
}

body[data-page="products"] .product-hero-grid-light.is-fading {
  opacity: 0;
  transition: opacity 1000ms ease-out;
}

body[data-page="products"] .product-hero-content {
  position: absolute !important;
  z-index: 4;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(calc(100% - 40px), 880px) !important;
  height: 100%;
  margin: 0 auto !important;
  padding: 54px 0 0 !important;
  text-align: center;
  transform: none !important;
  pointer-events: none;
}

body[data-page="products"] .product-hero-content a,
body[data-page="products"] .product-hero-content button,
body[data-page="products"] .product-hero-content input,
body[data-page="products"] .product-hero-content select,
body[data-page="products"] .product-hero-content textarea {
  pointer-events: auto;
}

body[data-page="products"] .product-hero-eyebrow {
  margin: 0 0 16px;
  color: rgba(244, 244, 241, 0.48);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}

body[data-page="products"] .product-hero-content .title-motion {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  transform: translate3d(var(--title-x, 0), var(--title-y, 0), 0) rotate(var(--title-tilt, 0deg));
}

body[data-page="products"] .product-hero-content h1 {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  color: #f6f6f3;
  font-family: var(--parlo-display);
  font-size: clamp(54px, 6vw, 78px) !important;
  font-weight: 500 !important;
  line-height: 0.91 !important;
  letter-spacing: -0.066em !important;
}

body[data-page="products"] .product-hero-content h1.product-hero-title-zh {
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

body[data-page="products"] .product-hero-content h1.product-hero-title-zh .title-word-inner {
  white-space: nowrap;
}

body[data-page="products"] .product-hero-content .title-line {
  display: flex;
  justify-content: center;
  gap: 0.2em;
  min-height: 0;
}

body[data-page="products"] .product-hero-content .title-line + .title-line {
  margin-top: 8px;
}

body[data-page="products"] .product-hero-content .title-word {
  display: inline-block;
  overflow: hidden;
}

body[data-page="products"] .product-hero-content .title-word-inner {
  display: inline-block;
}

body[data-page="products"] .product-hero-content .description {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto;
  max-width: 690px;
  min-height: 24px;
  margin: 24px auto 0 !important;
  color: rgba(244, 244, 241, 0.54) !important;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: -0.012em;
}

body[data-page="products"] .product-hero-content .typewriter-grid {
  display: grid;
  min-height: 24px;
  place-items: center;
}

body[data-page="products"] .product-hero-content .typewriter-reserve {
  visibility: hidden;
  grid-area: 1 / 1;
}

body[data-page="products"] .product-hero-content .typewriter-visual {
  grid-area: 1 / 1;
}

body[data-page="products"] .product-hero-content .entry-actions {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  gap: 12px !important;
  width: auto !important;
  max-width: none !important;
  margin: 40px 0 0 !important;
  opacity: 1;
}

body[data-page="products"] .product-hero-content .entry-card-motion {
  width: auto !important;
  min-width: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body[data-page="products"] .product-hero-content .entry-card {
  position: relative;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
  min-width: 156px !important;
  min-height: 0 !important;
  height: 44px !important;
  padding: 0 20px !important;
  overflow: hidden;
  border: 1px solid #f2f2ef !important;
  border-radius: 999px !important;
  background: #f2f2ef !important;
  box-shadow: none !important;
  color: #060606 !important;
  text-decoration: none;
  transform: none !important;
  transition: color 320ms ease, background 320ms ease, border-color 320ms ease, transform 320ms var(--product-ease) !important;
}

body[data-page="products"] .product-hero-content .entry-card::before {
  position: absolute;
  top: -40%;
  left: -68%;
  width: 44%;
  height: 180%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  transform: rotate(18deg);
  animation: productButtonSheen 3.4s ease-in-out infinite;
}

body[data-page="products"] .product-hero-content .entry-card.secondary {
  border-color: rgba(244, 244, 241, 0.28) !important;
  background: rgba(5, 5, 5, 0.42) !important;
  color: #f2f2ef !important;
  backdrop-filter: blur(10px);
}

body[data-page="products"] .product-hero-content .entry-card.secondary::before {
  opacity: 0.12;
}

body[data-page="products"] .product-hero-content .entry-card:hover {
  transform: translateY(-2px) !important;
}

body[data-page="products"] .product-hero-content .entry-card.secondary:hover {
  border-color: rgba(244, 244, 241, 0.66) !important;
  background: rgba(244, 244, 241, 0.08) !important;
}

body[data-page="products"] .product-hero-content .entry-title {
  position: relative;
  z-index: 1;
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

/* Product introduction */

body[data-page="products"] .product-intro-section {
  min-height: 860px;
  padding: 118px 0 0;
}

body[data-page="products"] .product-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  min-height: 555px;
  overflow: hidden;
  border: 1px solid var(--product-line);
}

body[data-page="products"] .product-agent-demo {
  display: grid;
  align-items: start;
  min-width: 0;
  padding: 36px;
  border-right: 1px solid var(--product-line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #080808;
  background-size: 34px 34px;
}

body[data-page="products"] .product-agent-demo-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
}

body[data-page="products"] .product-demo-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--product-line);
  border-bottom: 0;
  background: #0b0b0b;
  color: var(--product-muted);
  font-size: 10px;
}

body[data-page="products"] .product-demo-topbar > span {
  display: flex;
  gap: 5px;
}

body[data-page="products"] .product-demo-topbar i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(244, 244, 241, 0.34);
}

body[data-page="products"] .product-demo-topbar strong {
  color: rgba(244, 244, 241, 0.72);
  font-weight: 500;
}

body[data-page="products"] .product-demo-topbar small {
  display: flex;
  gap: 7px;
  align-items: center;
}

body[data-page="products"] .product-demo-topbar small::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--product-lime);
  content: "";
  box-shadow: 0 0 10px rgba(200, 255, 97, 0.45);
}

body[data-page="products"] .product-demo-body {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 210px;
  min-height: 420px;
  border: 1px solid var(--product-line);
  background: rgba(5, 5, 5, 0.95);
}

body[data-page="products"] .product-demo-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 18px 0;
  border-right: 1px solid var(--product-line);
}

body[data-page="products"] .product-demo-sidebar span {
  display: grid;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--product-faint);
  font-size: 8px;
  place-items: center;
}

body[data-page="products"] .product-demo-sidebar .is-active {
  border-color: var(--product-line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--product-ink);
}

body[data-page="products"] .product-demo-conversation {
  min-width: 0;
  padding: 26px 24px;
}

body[data-page="products"] .product-demo-conversation h3 {
  max-width: 400px;
  margin: 10px 0 28px;
  color: var(--product-ink);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

body[data-page="products"] .product-demo-message {
  max-width: 420px;
  margin-top: 12px;
  padding: 13px 15px;
  border: 1px solid var(--product-line);
  border-radius: 11px;
  color: rgba(244, 244, 241, 0.72);
  font-size: 11px;
  line-height: 1.55;
}

body[data-page="products"] .product-demo-message.is-user {
  margin-left: 32px;
  background: rgba(255, 255, 255, 0.045);
}

body[data-page="products"] .product-demo-message.is-agent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #070707;
}

body[data-page="products"] .product-demo-message p {
  margin: 0;
}

body[data-page="products"] .product-demo-mark {
  display: grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--product-ink);
  color: #050505;
  font-size: 8px;
  font-weight: 700;
  place-items: center;
}

body[data-page="products"] .product-demo-progress {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

body[data-page="products"] .product-demo-progress span {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  color: var(--product-muted);
  font-size: 9px;
}

body[data-page="products"] .product-demo-progress span::before,
body[data-page="products"] .product-demo-progress span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="products"] .product-demo-progress span::after {
  right: auto;
  width: var(--progress);
  background: rgba(244, 244, 241, 0.7);
}

body[data-page="products"] .product-demo-progress b,
body[data-page="products"] .product-demo-progress em {
  font-style: normal;
  font-weight: 500;
}

body[data-page="products"] .product-demo-result {
  padding: 26px 18px;
  border-left: 1px solid var(--product-line);
  background: rgba(255, 255, 255, 0.018);
}

body[data-page="products"] .product-demo-candidate {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  margin-top: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #080808;
}

body[data-page="products"] .product-demo-candidate > i {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--product-ink);
  font-size: 10px;
  font-style: normal;
  place-items: center;
}

body[data-page="products"] .product-demo-candidate span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

body[data-page="products"] .product-demo-candidate b {
  overflow: hidden;
  color: rgba(244, 244, 241, 0.78);
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] .product-demo-candidate small {
  overflow: hidden;
  color: var(--product-faint);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] .product-demo-candidate em {
  color: var(--product-lime);
  font-size: 10px;
  font-style: normal;
}

body[data-page="products"] .product-demo-result button,
body[data-page="products"] .channels-detail button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 37px;
  margin-top: 18px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: transparent;
  color: rgba(244, 244, 241, 0.68);
  font-size: 9px;
  cursor: pointer;
}

body[data-page="products"] .product-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 84px);
  background: #070707;
}

body[data-page="products"] .product-intro-copy h2 {
  font-size: clamp(36px, 3.6vw, 50px);
  line-height: 1.03;
}

body[data-page="products"] .product-intro-copy > p {
  margin-top: 28px;
}

body[data-page="products"] .product-principles,
body[data-page="products"] .channels-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
}

body[data-page="products"] .product-principles article,
body[data-page="products"] .channels-benefits article {
  min-height: 182px;
  padding: 28px;
  border-right: 1px solid var(--product-line);
  background: #070707;
}

body[data-page="products"] .product-principles article:last-child,
body[data-page="products"] .channels-benefits article:last-child {
  border-right: 0;
}

body[data-page="products"] .product-principles span,
body[data-page="products"] .channels-benefits span {
  color: var(--product-faint);
  font-size: 9px;
  letter-spacing: 0.12em;
}

body[data-page="products"] .product-principles h3,
body[data-page="products"] .channels-benefits h3 {
  margin: 26px 0 9px;
  font-size: 15px;
  font-weight: 500;
}

body[data-page="products"] .product-principles p,
body[data-page="products"] .channels-benefits p {
  max-width: 230px;
  margin: 0;
  color: var(--product-muted);
  font-size: 11px;
  line-height: 1.65;
}

/* Long workflow */

body[data-page="products"] .product-workflow-section {
  overflow: visible;
  padding: 120px 0 130px;
}

body[data-page="products"] .product-workflow-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

body[data-page="products"] .product-workflow-sticky {
  position: sticky;
  top: 126px;
  padding-top: 18px;
}

body[data-page="products"] .product-workflow-sticky h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.02;
}

body[data-page="products"] .product-workflow-sticky > p {
  max-width: 390px;
  margin-top: 26px;
}

body[data-page="products"] .product-tabs {
  display: flex;
  gap: 8px;
  margin-top: 34px;
}

body[data-page="products"] .product-tabs button {
  height: 39px;
  padding: 0 15px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: transparent;
  color: var(--product-muted);
  font-size: 10px;
  cursor: pointer;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
}

body[data-page="products"] .product-tabs button.is-active,
body[data-page="products"] .product-tabs button[aria-selected="true"] {
  border-color: var(--product-ink);
  background: var(--product-ink);
  color: #060606;
}

body[data-page="products"] .product-workflow-panel {
  display: grid;
  gap: 22px;
}

body[data-page="products"] .product-workflow-panel[hidden] {
  display: none;
}

body[data-page="products"] .workflow-step-card {
  display: grid;
  align-content: start;
  min-height: 610px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--product-line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #080808;
  background-size: 42px 42px;
}

body[data-page="products"] .workflow-step-card > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--product-faint);
  font-size: 9px;
  letter-spacing: 0.12em;
}

body[data-page="products"] .workflow-step-card > header em {
  font-style: normal;
  letter-spacing: 0;
}

body[data-page="products"] .workflow-step-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
  gap: 48px;
  align-items: start;
  margin-top: 58px;
}

body[data-page="products"] .workflow-step-copy h3 {
  margin: 0;
  color: var(--product-ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

body[data-page="products"] .workflow-step-copy p {
  margin: 1px 0 0;
  color: var(--product-muted);
  font-size: 13px;
  line-height: 1.72;
}

body[data-page="products"] .workflow-match-ui,
body[data-page="products"] .workflow-resume-ui,
body[data-page="products"] .workflow-interview-ui,
body[data-page="products"] .workflow-command-ui {
  width: min(100%, 620px);
  margin: 60px auto 0;
  border: 1px solid var(--product-line);
  background: rgba(5, 5, 5, 0.95);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.36);
}

body[data-page="products"] .workflow-match-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 17px;
  border-bottom: 1px solid var(--product-line);
  color: var(--product-muted);
  font-size: 9px;
}

body[data-page="products"] .workflow-match-head strong {
  color: rgba(244, 244, 241, 0.8);
  font-weight: 500;
}

body[data-page="products"] .workflow-match-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 70px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body[data-page="products"] .workflow-match-row:last-child {
  border-bottom: 0;
}

body[data-page="products"] .workflow-match-row.is-primary {
  background: rgba(255, 255, 255, 0.035);
}

body[data-page="products"] .workflow-match-row > i {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid var(--product-line);
  border-radius: 10px;
  color: var(--product-lime);
  font-size: 10px;
  font-style: normal;
  place-items: center;
}

body[data-page="products"] .workflow-match-row > span {
  display: grid;
  gap: 5px;
}

body[data-page="products"] .workflow-match-row b {
  color: rgba(244, 244, 241, 0.8);
  font-size: 11px;
  font-weight: 500;
}

body[data-page="products"] .workflow-match-row small {
  color: var(--product-faint);
  font-size: 9px;
}

body[data-page="products"] .workflow-match-row em {
  padding: 6px 8px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  color: var(--product-muted);
  font-size: 8px;
  font-style: normal;
}

body[data-page="products"] .workflow-resume-ui {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 250px;
  padding: 24px;
}

body[data-page="products"] .resume-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--product-line);
}

body[data-page="products"] .resume-score span,
body[data-page="products"] .resume-score small {
  color: var(--product-faint);
  font-size: 9px;
}

body[data-page="products"] .resume-score strong {
  margin: 12px 0 8px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

body[data-page="products"] .resume-score small {
  color: var(--product-lime);
}

body[data-page="products"] .resume-lines {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 0 25px;
}

body[data-page="products"] .resume-lines span {
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="products"] .resume-lines span:nth-child(1) { width: 78%; }
body[data-page="products"] .resume-lines span:nth-child(2) { width: 94%; }
body[data-page="products"] .resume-lines span:nth-child(3) { width: 68%; }
body[data-page="products"] .resume-lines span:nth-child(4) { width: 86%; }

body[data-page="products"] .resume-change {
  display: flex;
  grid-column: 1 / -1;
  gap: 12px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(200, 255, 97, 0.18);
  background: rgba(200, 255, 97, 0.035);
}

body[data-page="products"] .resume-change i {
  color: var(--product-lime);
  font-style: normal;
}

body[data-page="products"] .resume-change p {
  display: grid;
  gap: 4px;
  margin: 0;
}

body[data-page="products"] .resume-change b {
  font-size: 10px;
  font-weight: 500;
}

body[data-page="products"] .resume-change small {
  color: var(--product-muted);
  font-size: 9px;
}

body[data-page="products"] .workflow-resume-ui button,
body[data-page="products"] .workflow-command-ui button {
  grid-column: 1 / -1;
  width: 100%;
  height: 38px;
  margin-top: 16px;
  border: 0;
  border-radius: 7px;
  background: var(--product-ink);
  color: #060606;
  font-size: 9px;
}

body[data-page="products"] .workflow-interview-ui {
  padding: 24px;
}

body[data-page="products"] .interview-person {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--product-line);
}

body[data-page="products"] .interview-person span {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--product-ink);
  color: #050505;
  font-size: 9px;
  font-weight: 700;
  place-items: center;
}

body[data-page="products"] .interview-person i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--product-lime);
  box-shadow: 0 0 12px rgba(200, 255, 97, 0.5);
}

body[data-page="products"] .interview-person b {
  color: rgba(244, 244, 241, 0.78);
  font-size: 10px;
  font-weight: 500;
}

body[data-page="products"] .interview-wave {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  height: 76px;
}

body[data-page="products"] .interview-wave i {
  width: 2px;
  height: 24px;
  border-radius: 9px;
  background: rgba(244, 244, 241, 0.55);
  animation: productWave 1.6s ease-in-out infinite;
}

body[data-page="products"] .interview-wave i:nth-child(2n) { height: 42px; animation-delay: -0.6s; }
body[data-page="products"] .interview-wave i:nth-child(3n) { height: 16px; animation-delay: -1.1s; }

body[data-page="products"] .interview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--product-line);
}

body[data-page="products"] .interview-metrics span {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 14px 8px;
  border-right: 1px solid var(--product-line);
}

body[data-page="products"] .interview-metrics span:last-child {
  border-right: 0;
}

body[data-page="products"] .interview-metrics b {
  color: var(--product-faint);
  font-size: 8px;
  font-weight: 400;
}

body[data-page="products"] .interview-metrics em {
  font-size: 15px;
  font-style: normal;
}

body[data-page="products"] .workflow-command-ui {
  padding: 26px;
}

body[data-page="products"] .workflow-command-ui > p {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--product-line);
  border-radius: 10px;
  color: rgba(244, 244, 241, 0.72);
  font-size: 12px;
  line-height: 1.6;
}

body[data-page="products"] .workflow-command-ui > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 18px;
}

body[data-page="products"] .workflow-command-ui > div span {
  padding: 11px;
  border: 1px solid var(--product-line);
  color: var(--product-muted);
  font-size: 8px;
  text-align: center;
}

/* Channels */

body[data-page="products"] .product-channels-section {
  padding-bottom: 118px;
}

body[data-page="products"] .channels-dashboard {
  border: 1px solid var(--product-line);
  background: #070707;
}

body[data-page="products"] .channels-dashboard-top {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--product-line);
}

body[data-page="products"] .channels-dashboard-top strong {
  font-size: 11px;
  font-weight: 500;
}

body[data-page="products"] .channels-dashboard-top > em {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--product-muted);
  font-size: 9px;
  font-style: normal;
}

body[data-page="products"] .channels-dashboard-top > em::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--product-lime);
  content: "";
}

body[data-page="products"] .channels-source-pills {
  display: flex;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
}

body[data-page="products"] .channels-source-pills span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  color: var(--product-muted);
  font-size: 8px;
}

body[data-page="products"] .channels-dashboard-body {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 280px;
  min-height: 500px;
}

body[data-page="products"] .channels-dashboard-body > aside {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
  border-right: 1px solid var(--product-line);
}

body[data-page="products"] .channels-dashboard-body > aside b {
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 500;
}

body[data-page="products"] .channels-dashboard-body > aside span {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 7px;
  color: var(--product-muted);
  font-size: 9px;
}

body[data-page="products"] .channels-dashboard-body > aside span.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: var(--product-ink);
}

body[data-page="products"] .channels-dashboard-body > aside i {
  font-style: normal;
}

body[data-page="products"] .channels-dashboard-body > aside small {
  margin-top: auto;
  color: var(--product-faint);
  font-size: 8px;
}

body[data-page="products"] .channels-health {
  display: flex;
  gap: 5px;
}

body[data-page="products"] .channels-health i {
  flex: 1;
  height: 3px;
  border-radius: 99px;
  background: rgba(200, 255, 97, 0.48);
}

body[data-page="products"] .channels-list {
  min-width: 0;
  border-right: 1px solid var(--product-line);
}

body[data-page="products"] .channels-list > header,
body[data-page="products"] .channels-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) minmax(110px, 0.9fr) 70px 80px;
  gap: 12px;
  align-items: center;
}

body[data-page="products"] .channels-list > header {
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--product-line);
  color: var(--product-faint);
  font-size: 8px;
}

body[data-page="products"] .channels-row {
  min-height: 82px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--product-muted);
  font-size: 9px;
}

body[data-page="products"] .channels-row.is-selected {
  background: rgba(255, 255, 255, 0.035);
}

body[data-page="products"] .channels-row > span:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

body[data-page="products"] .channels-row > span:first-child > i {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 244, 241, 0.78);
  font-size: 9px;
  font-style: normal;
  place-items: center;
}

body[data-page="products"] .channels-row b {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: rgba(244, 244, 241, 0.78);
  font-size: 10px;
  font-weight: 500;
}

body[data-page="products"] .channels-row small {
  overflow: hidden;
  color: var(--product-faint);
  font-size: 8px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] .channels-row strong {
  color: var(--product-lime);
  font-size: 10px;
  font-weight: 500;
}

body[data-page="products"] .channels-row > em {
  width: fit-content;
  padding: 6px 8px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  white-space: nowrap;
}

body[data-page="products"] .channels-detail {
  padding: 28px 22px;
}

body[data-page="products"] .channels-detail h3 {
  margin: 18px 0 6px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

body[data-page="products"] .channels-detail > p {
  margin: 0;
  color: var(--product-muted);
  font-size: 10px;
  line-height: 1.65;
}

body[data-page="products"] .channels-detail dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0;
  border: 1px solid var(--product-line);
}

body[data-page="products"] .channels-detail dl div {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 13px 6px;
  border-right: 1px solid var(--product-line);
}

body[data-page="products"] .channels-detail dl div:last-child {
  border-right: 0;
}

body[data-page="products"] .channels-detail dt {
  color: var(--product-faint);
  font-size: 7px;
}

body[data-page="products"] .channels-detail dd {
  margin: 0;
  font-size: 12px;
}

body[data-page="products"] .channels-detail-bars {
  display: grid;
  gap: 15px;
}

body[data-page="products"] .channels-detail-bars span {
  position: relative;
  padding-bottom: 8px;
  color: var(--product-muted);
  font-size: 8px;
}

body[data-page="products"] .channels-detail-bars span::before,
body[data-page="products"] .channels-detail-bars span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="products"] .channels-detail-bars span::after {
  right: auto;
  width: var(--value);
  background: rgba(244, 244, 241, 0.64);
}

body[data-page="products"] .channels-detail-bars b {
  font-weight: 400;
}

body[data-page="products"] .channels-benefits {
  border-bottom: 1px solid var(--product-line);
}

/* Connected sources — supplied Parlo Product composition */

body[data-page="products"] .product-channels-section {
  padding: 0;
  background: #0a0a0a;
}

body[data-page="products"] .product-channels-section > .product-shell {
  width: calc(100% - 60px);
}

body[data-page="products"] .product-channels-section::before {
  display: none;
}

body[data-page="products"] .product-source-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 430px;
  overflow: hidden;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
  background: #0a0a0a;
}

body[data-page="products"] .product-source-visual {
  display: grid;
  min-width: 0;
  min-height: 430px;
  margin: 0;
  padding-right: 10px;
  overflow: hidden;
  background: #0a0a0a;
  align-items: center;
  justify-items: end;
}

body[data-page="products"] .product-source-visual img {
  display: block;
  width: min(70%, 460px);
  height: auto;
  object-fit: contain;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  transition: transform 900ms var(--product-ease), filter 600ms ease;
}

body[data-page="products"] .product-source-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 430px;
  padding: 64px clamp(34px, 4.2vw, 72px) 64px 10px;
  border-left: 1px solid rgba(244, 244, 241, 0.035);
  background: #0a0a0a;
}

body[data-page="products"] .product-source-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--product-ink);
  font-family: var(--parlo-display);
  font-size: clamp(31px, 2.25vw, 38px);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

body[data-page="products"] .product-source-copy h2 span {
  display: block;
}

body[data-page="products"] .product-source-copy h2 span:last-child {
  color: rgba(244, 244, 241, 0.58);
}

body[data-page="products"] .product-source-copy > p {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(244, 244, 241, 0.58);
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: -0.018em;
}

body[data-page="products"] .product-source-copy > p span {
  display: block;
}

body[data-page="products"] .product-source-cta {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  margin-top: 31px;
  padding: 0 16px;
  border: 1px solid rgba(244, 244, 241, 0.28);
  border-radius: 999px;
  color: rgba(244, 244, 241, 0.82);
  font-size: 12px;
  text-decoration: none;
  transition:
    gap 320ms var(--product-ease),
    border-color 320ms ease,
    background-color 320ms ease,
    color 320ms ease;
}

body[data-page="products"] .product-source-cta:hover,
body[data-page="products"] .product-source-cta:focus-visible {
  gap: 16px;
  border-color: rgba(244, 244, 241, 0.72);
  background: rgba(244, 244, 241, 0.06);
  color: var(--product-ink);
}

body[data-page="products"] .product-source-cta:focus-visible {
  outline: 2px solid var(--product-ink);
  outline-offset: 3px;
}

body[data-page="products"] .product-source-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 168px;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
  background: #0a0a0a;
}

body[data-page="products"] .product-source-benefits article {
  min-width: 0;
  min-height: 168px;
  padding: 30px 22px 26px;
  border-right: 1px solid var(--product-line);
  background: #0a0a0a;
}

body[data-page="products"] .product-source-benefits article:last-child {
  border-right: 0;
}

body[data-page="products"] .product-source-benefits span {
  color: rgba(244, 244, 241, 0.28);
  font-size: 9px;
  letter-spacing: 0.1em;
}

body[data-page="products"] .product-source-benefits h3 {
  margin: 22px 0 8px;
  color: rgba(244, 244, 241, 0.92);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body[data-page="products"] .product-source-benefits p {
  max-width: 280px;
  margin: 0;
  color: rgba(244, 244, 241, 0.44);
  font-size: 11px;
  line-height: 1.68;
}

body[data-page="products"] .product-source-pixel-band {
  width: calc(100% - 60px);
  height: 46px;
  margin-inline: auto;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
  background-color: #0a0a0a;
  background-image: url("parlo-product-pixel-band.png?v=1ee301c5");
  background-position: center;
  background-size: cover;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page="products"] .product-source-visual:hover img {
    filter: brightness(1.06);
    transform: translate3d(0, -6px, 0) scale(1.012);
  }
}

@media (min-width: 2200px) {
  body[data-page="products"] .product-channels-section > .product-shell {
    width: calc(100% - 32px);
  }

  body[data-page="products"] .product-source-stage,
  body[data-page="products"] .product-source-visual,
  body[data-page="products"] .product-source-copy {
    min-height: 556px;
  }

  body[data-page="products"] .product-source-visual {
    padding-right: 4px;
  }

  body[data-page="products"] .product-source-visual img {
    width: min(70%, 613.333px);
    transform: translate3d(0, 14px, 0);
  }

  body[data-page="products"] .product-source-copy {
    padding: 92px 72px 64px 16px;
  }

  body[data-page="products"] .product-source-copy h2 {
    max-width: 548px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.045em;
  }

  body[data-page="products"] .product-source-copy > p {
    max-width: 548px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.018em;
  }

  body[data-page="products"] .product-source-cta {
    gap: 8px;
    width: 110px;
    min-height: 40px;
    margin-top: 32px;
    padding: 0 12px;
    justify-content: center;
    font-size: 13px;
  }

  body[data-page="products"] .product-source-benefits,
  body[data-page="products"] .product-source-benefits article {
    min-height: 174px;
  }

  body[data-page="products"] .product-source-benefits article {
    padding: 35px 24px 20px;
  }

  body[data-page="products"] .product-source-benefits span {
    color: #464646;
    font-size: 10px;
    line-height: 12px;
  }

  body[data-page="products"] .product-source-benefits h3 {
    margin: 15px 0 8px;
    color: #fafafa;
    font-size: 20px;
    line-height: 24px;
  }

  body[data-page="products"] .product-source-benefits p {
    max-width: none;
    color: #757575;
    font-size: 16px;
    line-height: 24px;
  }

  body[data-page="products"] .product-source-pixel-band {
    width: calc(100% - 32px);
    height: 50px;
    background-position: center top;
    background-size: auto 52px;
  }

  @media (hover: hover) and (pointer: fine) {
    body[data-page="products"] .product-source-visual:hover img {
      transform: translate3d(0, 8px, 0) scale(1.012);
    }
  }
}

@media (max-width: 1100px) {
  body[data-page="products"] .product-channels-section > .product-shell {
    width: calc(100% - 40px);
  }

  body[data-page="products"] .product-source-stage {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-source-visual {
    min-height: 390px;
    padding-right: 0;
    border-bottom: 1px solid var(--product-line);
    justify-items: center;
  }

  body[data-page="products"] .product-source-visual img {
    width: min(62%, 520px);
  }

  body[data-page="products"] .product-source-copy {
    min-height: 390px;
    padding: 68px clamp(30px, 7vw, 72px);
    border-left: 0;
  }

  body[data-page="products"] .product-source-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="products"] .product-source-benefits article:nth-child(2) {
    border-right: 0;
  }

  body[data-page="products"] .product-source-benefits article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--product-line);
  }

  body[data-page="products"] .product-source-pixel-band {
    width: min(calc(100% - 40px), var(--product-shell));
  }
}

@media (max-width: 767px) {
  body[data-page="products"] .product-channels-section > .product-shell {
    width: calc(100% - 30px);
  }

  body[data-page="products"] .product-source-visual {
    min-height: 250px;
  }

  body[data-page="products"] .product-source-visual img {
    width: min(118%, 470px);
    max-width: none;
  }

  body[data-page="products"] .product-source-copy {
    min-height: 500px;
    padding: 64px 24px 70px;
  }

  body[data-page="products"] .product-source-copy h2 {
    max-width: 300px;
    font-size: clamp(38px, 12vw, 52px);
  }

  body[data-page="products"] .product-source-copy > p {
    max-width: 310px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.75;
  }

  body[data-page="products"] .product-source-copy > p span {
    display: inline;
  }

  body[data-page="products"] .product-source-copy > p span + span::before {
    content: " ";
  }

  body[data-page="products"] .product-source-cta {
    min-height: 42px;
    margin-top: 34px;
    font-size: 13px;
  }

  body[data-page="products"] .product-source-benefits article {
    min-height: 215px;
    padding: 30px 20px;
  }

  body[data-page="products"] .product-source-benefits h3 {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.45;
  }

  body[data-page="products"] .product-source-benefits p {
    font-size: 11px;
    line-height: 1.7;
  }

  body[data-page="products"] .product-source-pixel-band {
    width: calc(100% - 30px);
    height: 38px;
  }
}

/* Natural language command */

body[data-page="products"] .product-command-section {
  min-height: 900px;
  padding: 110px 0;
}

body[data-page="products"] .product-command-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 680px;
  padding: 54px clamp(24px, 6vw, 80px);
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 50% 72%, rgba(169, 141, 255, 0.07), transparent 35%),
    #070707;
  background-size: 40px 40px, 40px 40px, auto, auto;
  box-shadow: none;
  text-align: center;
}

body[data-page="products"] .product-command-meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

body[data-page="products"] .product-command-meta > span {
  color: var(--product-faint);
  font-size: 9px;
}

body[data-page="products"] .product-command-stage .home-mode-switch {
  display: inline-flex;
  gap: 4px;
  margin: 80px 0 25px;
  padding: 4px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: #050505;
}

body[data-page="products"] .product-command-stage .home-mode-button {
  height: 34px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--product-muted);
  font-size: 10px;
}

body[data-page="products"] .product-command-stage .home-mode-button[aria-pressed="true"] {
  background: var(--product-ink);
  color: #050505;
}

body[data-page="products"] .product-command-stage .home-command-copy {
  max-width: 780px;
  margin: 0 auto;
}

body[data-page="products"] .product-command-stage .home-command-copy h2 {
  margin: 0;
  font-size: clamp(45px, 6vw, 76px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

body[data-page="products"] .product-command-stage .home-command-copy p {
  max-width: 610px;
  margin: 24px auto 0;
  color: var(--product-muted);
  font-size: 13px;
  line-height: 1.7;
}

body[data-page="products"] .product-command-stage .home-command-form {
  position: relative;
  display: flex;
  width: min(100%, 720px);
  margin: 46px auto 0;
}

body[data-page="products"] .product-command-stage .home-command-input {
  width: 100%;
  height: 60px;
  padding: 0 60px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  outline: none;
  background: rgba(5, 5, 5, 0.82);
  color: var(--product-ink);
  font-size: 12px;
}

body[data-page="products"] .product-command-stage .home-command-input::placeholder {
  color: rgba(244, 244, 241, 0.35);
}

body[data-page="products"] .product-command-stage .home-command-submit {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--product-ink);
  color: #050505;
  cursor: pointer;
  place-items: center;
}

body[data-page="products"] .product-command-stage .home-command-response {
  width: min(100%, 720px);
  margin: 12px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(200, 255, 97, 0.2);
  background: rgba(200, 255, 97, 0.035);
  color: rgba(244, 244, 241, 0.72);
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
}

body[data-page="products"] .product-command-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin-top: 14px;
}

body[data-page="products"] .product-command-suggestions button {
  height: 30px;
  padding: 0 11px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.65);
  color: var(--product-muted);
  font-size: 8px;
  cursor: pointer;
  transition: border-color 220ms ease, color 220ms ease;
}

body[data-page="products"] .product-command-suggestions button:hover {
  border-color: var(--product-line-strong);
  color: var(--product-ink);
}

/* Feature cards */

body[data-page="products"] .product-features-section {
  padding-bottom: 120px;
}

body[data-page="products"] .product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
}

body[data-page="products"] .product-feature-card {
  display: grid;
  grid-template-rows: auto minmax(290px, 1fr) auto;
  min-height: 610px;
  padding: 28px;
  overflow: hidden;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: #070707;
}

body[data-page="products"] .product-feature-card > header {
  display: flex;
  justify-content: space-between;
  color: var(--product-faint);
  font-size: 9px;
}

body[data-page="products"] .product-feature-card > header em {
  font-style: normal;
}

body[data-page="products"] .feature-visual {
  position: relative;
  align-self: center;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--product-line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    #080808;
  background-size: 27px 27px;
}

body[data-page="products"] .product-feature-card > div:last-child h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

body[data-page="products"] .product-feature-card > div:last-child p {
  margin: 0;
  color: var(--product-muted);
  font-size: 11px;
  line-height: 1.65;
}

body[data-page="products"] .feature-context-visual {
  display: grid;
  place-items: center;
}

body[data-page="products"] .context-core {
  display: grid;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: #0c0c0c;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.02), 0 0 70px rgba(169, 141, 255, 0.08);
  font-size: 18px;
  font-weight: 600;
  place-items: center;
}

body[data-page="products"] .feature-context-visual > span {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: grid;
  min-width: 55px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: #080808;
  color: var(--product-muted);
  font-size: 8px;
  place-items: center;
  animation: productFloat 3.2s ease-in-out infinite alternate;
}

body[data-page="products"] .feature-context-visual > span:nth-of-type(even) {
  animation-delay: -1.4s;
}

body[data-page="products"] .feature-evidence-visual {
  padding: 28px;
}

body[data-page="products"] .feature-evidence-visual > p {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 42px;
}

body[data-page="products"] .feature-evidence-visual > p span {
  color: var(--product-muted);
  font-size: 9px;
}

body[data-page="products"] .feature-evidence-visual > p strong {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

body[data-page="products"] .feature-evidence-visual > div {
  display: grid;
  gap: 22px;
}

body[data-page="products"] .feature-evidence-visual > div span {
  position: relative;
  padding-bottom: 10px;
  color: var(--product-muted);
  font-size: 8px;
}

body[data-page="products"] .feature-evidence-visual > div span::before,
body[data-page="products"] .feature-evidence-visual > div span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="products"] .feature-evidence-visual > div span::after {
  right: auto;
  width: var(--value);
  background: rgba(244, 244, 241, 0.64);
}

body[data-page="products"] .feature-evidence-visual b {
  font-weight: 400;
}

body[data-page="products"] .feature-control-visual {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 24px;
}

body[data-page="products"] .feature-control-visual > span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--product-line);
  background: #080808;
}

body[data-page="products"] .feature-control-visual i {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid var(--product-line);
  border-radius: 50%;
  color: var(--product-muted);
  font-size: 9px;
  font-style: normal;
  place-items: center;
}

body[data-page="products"] .feature-control-visual b {
  color: rgba(244, 244, 241, 0.76);
  font-size: 9px;
  font-weight: 500;
}

body[data-page="products"] .feature-control-visual small {
  color: var(--product-faint);
  font-size: 7px;
}

body[data-page="products"] .feature-control-visual .is-active {
  border-color: rgba(200, 255, 97, 0.24);
}

body[data-page="products"] .feature-control-visual .is-active i {
  border-color: var(--product-lime);
  color: var(--product-lime);
  box-shadow: 0 0 16px rgba(200, 255, 97, 0.1);
}

/* Outcome marquee */

body[data-page="products"] .product-outcomes-section {
  min-height: 700px;
  padding-bottom: 116px;
}

body[data-page="products"] .outcome-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}

body[data-page="products"] .outcome-rail {
  display: flex;
  width: max-content;
  animation: productOutcomeRail 46s linear infinite;
}

body[data-page="products"] .outcome-marquee:hover .outcome-rail {
  animation-play-state: paused;
}

body[data-page="products"] .outcome-rail article {
  display: flex;
  flex: 0 0 500px;
  flex-direction: column;
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid var(--product-line);
  background: #070707;
}

body[data-page="products"] .outcome-rail article > span {
  color: var(--product-faint);
  font-size: 9px;
}

body[data-page="products"] .outcome-rail article > p {
  max-width: 410px;
  margin: 56px 0;
  color: rgba(244, 244, 241, 0.86);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

body[data-page="products"] .outcome-rail article > footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  color: var(--product-muted);
  font-size: 9px;
}

body[data-page="products"] .outcome-rail article > footer b {
  font-weight: 500;
}

body[data-page="products"] .outcome-rail article > footer em {
  font-style: normal;
}

/* Product plans */

body[data-page="products"] .product-plans-section {
  padding-bottom: 130px;
}

body[data-page="products"] .product-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
}

body[data-page="products"] .product-plan-card {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  padding: clamp(32px, 4.5vw, 58px);
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: #070707;
}

body[data-page="products"] .product-plan-card.is-light {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.06), transparent 38%),
    #0a0a0a;
}

body[data-page="products"] .product-plan-card header > span {
  color: var(--product-faint);
  font-size: 9px;
  letter-spacing: 0.12em;
}

body[data-page="products"] .product-plan-card h3 {
  margin: 30px 0 8px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

body[data-page="products"] .product-plan-card header > p {
  margin: 0;
  color: var(--product-muted);
  font-size: 13px;
}

body[data-page="products"] .product-plan-lead {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  margin: 58px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
}

body[data-page="products"] .product-plan-lead strong {
  font-size: 15px;
  font-weight: 500;
}

body[data-page="products"] .product-plan-lead span {
  color: var(--product-faint);
  font-size: 9px;
  text-align: right;
}

body[data-page="products"] .product-plan-card ul {
  display: grid;
  gap: 0;
  margin: 28px 0 50px;
  padding: 0;
  list-style: none;
}

body[data-page="products"] .product-plan-card li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--product-muted);
  font-size: 11px;
}

body[data-page="products"] .product-plan-card li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(244, 244, 241, 0.52);
  border-radius: 50%;
  content: "";
}

body[data-page="products"] .product-plan-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(244, 244, 241, 0.62);
  border-radius: 999px;
  color: var(--product-ink);
  font-size: 11px;
  text-decoration: none;
  transition: background 260ms ease, color 260ms ease;
}

body[data-page="products"] .product-plan-card.is-light > a,
body[data-page="products"] .product-plan-card > a:hover {
  background: var(--product-ink);
  color: #050505;
}

/* FAQ */

body[data-page="products"] .product-faq-section {
  padding: 126px 0 140px;
}

body[data-page="products"] .product-faq-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: start;
}

body[data-page="products"] .product-faq-heading {
  position: sticky;
  top: 126px;
}

body[data-page="products"] .product-faq-heading > p {
  max-width: 360px;
  margin-top: 24px;
}

body[data-page="products"] .product-faq-list {
  border-top: 1px solid var(--product-line);
}

body[data-page="products"] .product-faq-item {
  border-bottom: 1px solid var(--product-line);
}

body[data-page="products"] .product-faq-item h3 {
  margin: 0;
}

body[data-page="products"] .product-faq-trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 28px;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(244, 244, 241, 0.82);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

body[data-page="products"] .product-faq-trigger i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

body[data-page="products"] .product-faq-trigger i::before,
body[data-page="products"] .product-faq-trigger i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  content: "";
  background: rgba(244, 244, 241, 0.56);
  transform: translate(-50%, -50%);
  transition: transform 320ms var(--product-ease), opacity 260ms ease;
}

body[data-page="products"] .product-faq-trigger i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body[data-page="products"] .product-faq-item.is-open .product-faq-trigger i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

body[data-page="products"] .product-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  color: var(--product-muted);
  font-size: 12px;
  line-height: 1.7;
  opacity: 0;
  transition: grid-template-rows 430ms var(--product-ease), opacity 300ms ease;
}

body[data-page="products"] .product-faq-panel > div {
  min-height: 0;
  overflow: hidden;
}

body[data-page="products"] .product-faq-panel p {
  max-width: 660px;
  margin: 0;
  padding: 0 46px 26px 0;
}

body[data-page="products"] .product-faq-panel.is-open,
body[data-page="products"] .product-faq-item.is-open .product-faq-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

body[data-page="products"] .product-faq-section::before {
  height: 64px;
  opacity: 0.56;
}

/* CTA */

body[data-page="products"] .product-cta-section {
  padding: 0;
}

body[data-page="products"] .product-cta-section::before {
  display: none;
}

body[data-page="products"] .product-cta-stage {
  position: relative;
  display: grid;
  min-height: 568px;
  overflow: hidden;
  border-right: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
  place-items: center;
}

body[data-page="products"] .product-cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 0.7px, transparent 0.86px);
  background-size: 13px 13px;
  -webkit-mask-image: radial-gradient(ellipse 70% 84% at 50% 56%, #000, transparent 76%);
  mask-image: radial-gradient(ellipse 70% 84% at 50% 56%, #000, transparent 76%);
  animation: productCeilingDrift 16s linear infinite reverse;
}

body[data-page="products"] .product-cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 790px;
  padding: 60px 24px;
  text-align: center;
}

body[data-page="products"] .product-cta-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(48px, 6.5vw, 82px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.068em;
}

body[data-page="products"] .product-cta-copy > p {
  max-width: 570px;
  margin: 25px auto 0;
  color: var(--product-muted);
  font-size: 13px;
  line-height: 1.7;
}

body[data-page="products"] .product-cta-actions {
  display: flex;
  gap: 10px;
  margin-top: 38px;
}

body[data-page="products"] .product-cta-actions a {
  display: inline-flex;
  gap: 26px;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  height: 46px;
  padding: 0 20px;
  border: 1px solid var(--product-line-strong);
  border-radius: 999px;
  color: var(--product-ink);
  font-size: 10px;
  text-decoration: none;
  transition: background 250ms ease, color 250ms ease, transform 250ms var(--product-ease);
}

body[data-page="products"] .product-cta-actions a:first-child,
body[data-page="products"] .product-cta-actions a:hover {
  background: var(--product-ink);
  color: #050505;
}

body[data-page="products"] .product-cta-actions a:hover {
  transform: translateY(-2px);
}

body[data-page="products"] .site-footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
  border-top: 1px solid var(--product-line);
  background: var(--product-bg);
}

/* Reveal and movement */

body[data-page="products"].product-reveals-ready .parlo-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 760ms var(--product-ease),
    transform 920ms var(--product-ease);
  transition-delay: calc(var(--reveal-order, 0) * 26ms);
}

body[data-page="products"].product-reveals-ready .parlo-reveal.is-visible,
body[data-page="products"].product-reveals-ready .parlo-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes productCeilingDrift {
  from { background-position: 0 0; }
  to { background-position: 0 52px; }
}

@keyframes productButtonSheen {
  0%, 58% { left: -68%; }
  100% { left: 128%; }
}

@keyframes productWave {
  0%, 100% { transform: scaleY(0.45); opacity: 0.45; }
  50% { transform: scaleY(1); opacity: 0.9; }
}

@keyframes productFloat {
  from { transform: translate3d(0, -4px, 0); }
  to { transform: translate3d(0, 6px, 0); }
}

@keyframes productOutcomeRail {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Tablet */

@media (min-width: 768px) {
  body[data-page="products"] .product-hero-pixels {
    height: 42%;
  }
}

@media (min-width: 1600px) {
  body[data-page="products"] .product-hero-pixels {
    width: calc(100% - 62px);
  }
}

@media (max-width: 1100px) {
  body[data-page="products"] .product-shell {
    width: min(calc(100% - 40px), var(--product-shell));
  }

  body[data-page="products"] .product-section::before {
    right: 20px;
    left: 20px;
  }

  body[data-page="products"] .product-intro-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-agent-demo {
    border-right: 0;
    border-bottom: 1px solid var(--product-line);
  }

  body[data-page="products"] .product-intro-copy {
    min-height: 420px;
  }

  body[data-page="products"] .product-workflow-shell,
  body[data-page="products"] .product-faq-shell {
    grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
    gap: 46px;
  }

  body[data-page="products"] .workflow-step-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="products"] .channels-dashboard-body {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  body[data-page="products"] .channels-detail {
    display: none;
  }

  body[data-page="products"] .channels-dashboard-top {
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }

  body[data-page="products"] .channels-list {
    border-right: 0;
  }

  body[data-page="products"] .channels-list > header,
  body[data-page="products"] .channels-row {
    grid-template-columns: minmax(170px, 1.4fr) minmax(100px, 0.9fr) 60px 70px;
  }

  body[data-page="products"] .product-feature-card {
    min-height: 570px;
    padding: 20px;
  }
}

/* Mobile */

@media (min-width: 768px) and (max-width: 1279px) {
  body[data-page="products"] .product-hero-grid-surface {
    width: 200%;
  }
}

@media (max-width: 767px) {
  body[data-page="products"] .product-hero-grid-surface {
    width: 240%;
  }
}

@media (max-width: 760px) {
  body[data-page="products"] {
    --product-hero-divider-gap: 0px;
  }

  body[data-page="products"] .product-shell {
    width: calc(100% - 28px);
  }

  body[data-page="products"] .product-section::before {
    right: 14px;
    left: 14px;
    height: 50px;
  }

  body[data-page="products"] .hero.product-hero {
    min-height: 720px;
    height: 100svh;
  }

  body[data-page="products"] .product-hero-ceiling {
    inset: 54px 14px auto;
    height: 52%;
    opacity: 0.6;
    background-size: 9px 9px;
  }

  body[data-page="products"] .product-hero-pixels {
    width: calc(100% - 62px);
    height: 48%;
    gap: 40px;
  }

  body[data-page="products"] .product-hero-pixel-pane--left {
    -webkit-mask-image: radial-gradient(farthest-corner at top left, #000 0 30%, transparent 60%);
    mask-image: radial-gradient(farthest-corner at top left, #000 0 30%, transparent 60%);
  }

  body[data-page="products"] .product-hero-pixel-pane--right {
    -webkit-mask-image: radial-gradient(farthest-corner at top right, #000 0 50%, transparent 60%);
    mask-image: radial-gradient(farthest-corner at top right, #000 0 50%, transparent 60%);
  }

  body[data-page="products"] .product-hero-grid {
    right: 0;
    bottom: var(--product-hero-divider-gap);
    left: 0;
    height: calc(60% - var(--product-hero-divider-gap));
  }

  body[data-page="products"] .product-hero-content {
    width: calc(100% - 32px) !important;
    padding-top: 70px !important;
  }

  body[data-page="products"] .product-hero-eyebrow {
    margin-bottom: 14px;
    font-size: 8px;
  }

  body[data-page="products"] .product-hero-content h1 {
    font-size: clamp(43px, 13vw, 58px) !important;
    line-height: 0.94 !important;
  }

  body[data-page="products"] .product-hero-content h1.product-hero-title-zh {
    font-size: clamp(27px, 7.4vw, 34px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  body[data-page="products"] .product-hero-content .title-line {
    gap: 0.18em;
  }

  body[data-page="products"] .product-hero-content .description {
    max-width: 330px;
    min-height: 46px;
    margin: 22px auto 0 !important;
    font-size: 11px;
    line-height: 1.6;
  }

  body[data-page="products"] .product-hero-content .entry-actions {
    flex-direction: row;
    gap: 10px !important;
    width: min(100%, 332px) !important;
    margin-top: 30px !important;
  }

  body[data-page="products"] .product-hero-content .entry-card-motion {
    flex: 1 1 0;
    width: auto !important;
  }

  body[data-page="products"] .product-hero-content .entry-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  body[data-page="products"] .product-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 90px 0 42px;
  }

  body[data-page="products"] .product-section-heading h2,
  body[data-page="products"] .product-intro-copy h2,
  body[data-page="products"] .product-workflow-sticky h2,
  body[data-page="products"] .product-faq-heading h2 {
    font-size: 39px;
    line-height: 1;
  }

  body[data-page="products"] .product-section-heading > p,
  body[data-page="products"] .product-intro-copy > p,
  body[data-page="products"] .product-workflow-sticky > p,
  body[data-page="products"] .product-faq-heading > p {
    font-size: 12px;
    line-height: 1.7;
  }

  body[data-page="products"] .product-intro-section {
    min-height: 0;
    padding-top: 82px;
  }

  body[data-page="products"] .product-agent-demo {
    padding: 12px;
  }

  body[data-page="products"] .product-demo-body {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 430px;
  }

  body[data-page="products"] .product-demo-result {
    display: none;
  }

  body[data-page="products"] .product-demo-conversation {
    padding: 20px 14px;
  }

  body[data-page="products"] .product-demo-conversation h3 {
    font-size: 21px;
  }

  body[data-page="products"] .product-demo-message.is-user {
    margin-left: 10px;
  }

  body[data-page="products"] .product-intro-copy {
    min-height: 430px;
    padding: 46px 24px;
  }

  body[data-page="products"] .product-principles,
  body[data-page="products"] .channels-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="products"] .product-principles article,
  body[data-page="products"] .channels-benefits article {
    min-height: 178px;
    padding: 20px;
    border-bottom: 1px solid var(--product-line);
  }

  body[data-page="products"] .product-principles article:nth-child(2),
  body[data-page="products"] .channels-benefits article:nth-child(2) {
    border-right: 0;
  }

  body[data-page="products"] .product-workflow-section {
    padding: 90px 0 96px;
  }

  body[data-page="products"] .product-workflow-shell,
  body[data-page="products"] .product-faq-shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  body[data-page="products"] .product-workflow-sticky,
  body[data-page="products"] .product-faq-heading {
    position: relative;
    top: auto;
    padding-top: 0;
  }

  body[data-page="products"] .product-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="products"] .product-tabs button {
    padding: 0 10px;
  }

  body[data-page="products"] .workflow-step-card {
    min-height: 590px;
    padding: 22px 18px;
  }

  body[data-page="products"] .workflow-step-card > header {
    gap: 18px;
    align-items: flex-start;
  }

  body[data-page="products"] .workflow-step-card > header em {
    text-align: right;
  }

  body[data-page="products"] .workflow-step-copy {
    margin-top: 38px;
  }

  body[data-page="products"] .workflow-step-copy h3 {
    font-size: 30px;
  }

  body[data-page="products"] .workflow-step-copy p {
    font-size: 11px;
  }

  body[data-page="products"] .workflow-match-ui,
  body[data-page="products"] .workflow-resume-ui,
  body[data-page="products"] .workflow-interview-ui,
  body[data-page="products"] .workflow-command-ui {
    margin-top: 38px;
  }

  body[data-page="products"] .workflow-match-row {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  body[data-page="products"] .workflow-match-row > em {
    display: none;
  }

  body[data-page="products"] .workflow-resume-ui {
    grid-template-columns: 100px minmax(0, 1fr);
    padding: 16px;
  }

  body[data-page="products"] .resume-lines {
    padding: 0 14px;
  }

  body[data-page="products"] .workflow-command-ui > div {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .channels-dashboard-top {
    grid-template-columns: 1fr auto;
  }

  body[data-page="products"] .channels-source-pills {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-bottom: 14px;
    overflow-x: auto;
  }

  body[data-page="products"] .channels-dashboard-body {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .channels-dashboard-body > aside {
    display: none;
  }

  body[data-page="products"] .channels-list {
    overflow-x: auto;
  }

  body[data-page="products"] .channels-list > header,
  body[data-page="products"] .channels-row {
    min-width: 620px;
  }

  body[data-page="products"] .product-command-section {
    min-height: 0;
    padding: 80px 0;
  }

  body[data-page="products"] .product-command-stage {
    min-height: 650px;
    padding: 30px 18px;
  }

  body[data-page="products"] .product-command-meta {
    gap: 12px;
    align-items: flex-start;
  }

  body[data-page="products"] .product-command-meta > span {
    text-align: right;
  }

  body[data-page="products"] .product-command-stage .home-mode-switch {
    margin-top: 72px;
  }

  body[data-page="products"] .product-command-stage .home-command-copy h2 {
    font-size: 43px;
  }

  body[data-page="products"] .product-command-stage .home-command-copy p {
    font-size: 11px;
  }

  body[data-page="products"] .product-command-stage .home-command-form {
    margin-top: 34px;
  }

  body[data-page="products"] .product-command-stage .home-command-input {
    height: 56px;
    font-size: 10px;
  }

  body[data-page="products"] .product-command-stage .home-command-submit {
    width: 40px;
    height: 40px;
  }

  body[data-page="products"] .product-feature-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-feature-card {
    min-height: 560px;
    padding: 22px;
  }

  body[data-page="products"] .outcome-rail article {
    flex-basis: 330px;
    min-height: 270px;
    padding: 24px;
  }

  body[data-page="products"] .outcome-rail article > p {
    margin: 44px 0;
    font-size: 19px;
  }

  body[data-page="products"] .product-plan-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-plan-card {
    min-height: 680px;
    padding: 32px 24px;
  }

  body[data-page="products"] .product-plan-lead {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body[data-page="products"] .product-plan-lead span {
    text-align: left;
  }

  body[data-page="products"] .product-faq-section {
    padding: 90px 0 100px;
  }

  body[data-page="products"] .product-faq-trigger {
    min-height: 74px;
    font-size: 12px;
  }

  body[data-page="products"] .product-faq-panel p {
    padding-right: 16px;
  }

  body[data-page="products"] .product-cta-stage {
    min-height: 560px;
  }

  body[data-page="products"] .product-cta-copy h2 {
    font-size: 47px;
  }

  body[data-page="products"] .product-cta-actions {
    flex-direction: column;
    width: min(100%, 250px);
  }

  body[data-page="products"] .product-cta-actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="products"] .product-hero-ceiling,
  body[data-page="products"] .product-hero-grid,
  body[data-page="products"] .product-hero-content .entry-card::before,
  body[data-page="products"] .interview-wave i,
  body[data-page="products"] .feature-context-visual > span,
  body[data-page="products"] .outcome-rail,
  body[data-page="products"] .product-cta-grid {
    animation: none !important;
  }

  body[data-page="products"] .product-side-particles {
    transition: none !important;
  }

  body[data-page="products"] .product-hero-grid-light {
    transition: none !important;
  }

  body[data-page="products"].product-reveals-ready .parlo-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Keep every layer of the product hero copy on one fixed center axis. */
body[data-page="products"] .product-hero-content .title-motion {
  --title-x: 0px !important;
  --title-y: 0px !important;
  --title-tilt: 0deg !important;
  margin-inline: auto;
  text-align: center;
  transform: none !important;
}

body[data-page="products"] .product-hero-content .title-line {
  width: 100%;
  margin-inline: auto;
  justify-content: center !important;
  text-align: center;
}

@media (min-width: 768px) {
  body[data-page="products"] .product-hero-content .description {
    width: max-content !important;
    max-width: calc(100vw - 40px) !important;
    margin-inline: auto !important;
    white-space: nowrap;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  body[data-page="products"] .product-hero-content .description {
    width: 100% !important;
    max-width: 330px !important;
    margin-inline: auto !important;
    white-space: normal;
    text-align: center !important;
    text-wrap: balance;
  }
}

/* Source-exact Parlo lower narrative. The source page runs in a local, isolated
   frame so its utility CSS, canvas layers and interaction states do not alter
   the SUCCAISS header, hero or the previously approved workflow section. */
body[data-page="products"] .parlo-source-clone-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - 60px);
  min-height: 5600px;
  margin-inline: 30px;
  overflow: hidden;
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
  background: #070707;
}

body[data-page="products"] .parlo-source-clone-frame {
  display: block;
  width: 100%;
  height: 5600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #070707;
}

body[data-page="products"] .parlo-source-clone-anchor {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-margin-top: 88px;
}

@media (max-width: 767px) {
  body[data-page="products"] .parlo-source-clone-shell {
    width: calc(100% - 60px);
    min-height: 7200px;
  }

  body[data-page="products"] .parlo-source-clone-frame {
    height: 7200px;
  }
}

/* Parlo source-matched focus reveal and circular hero label. */
body[data-page="products"] .product-hero-orbit {
  --product-orbit-diameter: 440px;
  --product-orbit-font-size: 13px;
  position: relative;
  flex: 0 0 56px;
  width: min(316px, 100%);
  height: 56px;
  margin: 0 auto 12px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

body[data-page="products"] .product-hero-orbit-track {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--product-orbit-diameter);
  height: var(--product-orbit-diameter);
  border-radius: 50%;
  color: #fff;
  font-family: "Syne Local", "PingFang SC", "Microsoft YaHei UI", sans-serif;
  font-size: var(--product-orbit-font-size);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: center center;
  animation: productHeroOrbitSpin 40s linear infinite;
  will-change: transform;
}

body[data-page="products"] .product-hero-orbit.is-paused .product-hero-orbit-track {
  animation-play-state: paused;
}

body[data-page="products"] .product-hero-orbit-char {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  line-height: 1;
  white-space: pre;
}

body[data-page="products"].product-hero-motion-ready .product-hero-content .title-line {
  gap: 0 !important;
}

body[data-page="products"].product-hero-motion-ready .product-hero-content .title-word,
html.is-ready body[data-page="products"].product-hero-motion-ready .product-hero-content .title-word {
  overflow: visible !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

body[data-page="products"].product-hero-motion-ready .product-hero-content .title-word-inner,
html.is-ready body[data-page="products"].product-hero-motion-ready .product-hero-content .title-word-inner {
  animation: none !important;
}

body[data-page="products"] .product-title-char {
  display: inline-block;
  transform-origin: center center;
  will-change: transform, opacity, filter;
}

body[data-page="products"] .product-title-char--line-break {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

body[data-page="products"].product-hero-motion-ready [data-product-hero-supporting],
body[data-page="products"].product-hero-motion-ready [data-product-hero-actions] {
  opacity: 0 !important;
  transform: translate3d(0, 12px, 0) !important;
  transition: none !important;
}

body[data-page="products"].product-hero-motion-ready [data-product-hero-actions] {
  pointer-events: none;
}

body[data-page="products"].product-hero-title-complete [data-product-hero-supporting] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition:
    opacity 300ms cubic-bezier(.215, .61, .355, 1),
    transform 300ms cubic-bezier(.215, .61, .355, 1) !important;
}

body[data-page="products"].product-hero-title-complete [data-product-hero-actions] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto;
  transition:
    opacity 300ms 100ms cubic-bezier(.215, .61, .355, 1),
    transform 300ms 100ms cubic-bezier(.215, .61, .355, 1) !important;
}

@keyframes productHeroOrbitSpin {
  from { transform: translateX(-50%) rotate(0deg); }
  to { transform: translateX(-50%) rotate(360deg); }
}

body[data-page="products"].product-reduced-motion .product-hero-orbit-track {
  animation: none !important;
  transform: translateX(-50%) rotate(0deg) !important;
}

body[data-page="products"].product-reduced-motion .product-title-char,
body[data-page="products"].product-reduced-motion [data-product-hero-supporting],
body[data-page="products"].product-reduced-motion [data-product-hero-actions] {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="products"] .product-hero-orbit-track {
    animation: none !important;
    transform: translateX(-50%) rotate(0deg) !important;
  }

  body[data-page="products"] .product-title-char,
  body[data-page="products"] [data-product-hero-supporting],
  body[data-page="products"] [data-product-hero-actions] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Parlo source-matched pricing: four-column plans, billing state and star CTA. */
body[data-page="products"] .product-pricing-divider {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  height: 50px;
  margin-inline: auto;
  overflow: hidden;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: var(--product-bg);
}

body[data-page="products"] .product-pricing-divider canvas {
  display: block;
  width: 100%;
  height: 48px;
}

body[data-page="products"] .product-pricing-divider--bottom + .product-faq-section {
  border-top: 0;
}

body[data-page="products"] .product-pricing-section {
  scroll-margin-top: 96px;
  width: calc(100% - 60px);
  margin-inline: auto;
  padding: 64px 0;
  border-top: 0;
  background: var(--product-bg);
}

body[data-page="products"] .product-pricing-section::before {
  display: none;
}

body[data-page="products"] .product-anchor-alias {
  position: absolute;
  top: -96px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

body[data-page="products"] .product-pricing-section > .product-shell {
  width: min(100%, 1280px);
  padding-inline: 24px;
}

body[data-page="products"] .product-pricing-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body[data-page="products"] .product-pricing-head h2 {
  max-width: 384px;
  margin: 0;
  color: #a1a1a1;
  font-family: var(--parlo-display), "PingFang SC", "Microsoft YaHei UI", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

body[data-page="products"] .product-pricing-head h2 span {
  color: #fafafa;
}

body[data-page="products"] .product-pricing-toggle {
  display: inline-flex;
  width: fit-content;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: #121212;
}

body[data-page="products"] .product-pricing-toggle button {
  appearance: none;
  min-height: 32px;
  padding: 6px 12px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: transparent;
  color: #a1a1a1;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease;
}

body[data-page="products"] .product-pricing-toggle button span {
  color: currentColor;
}

body[data-page="products"] .product-pricing-toggle button.is-active {
  background: #fafafa;
  color: #0a0a0a;
}

body[data-page="products"] .product-pricing-toggle button:focus-visible,
body[data-page="products"] .product-pricing-cta:focus-visible {
  outline: 2px solid #fafafa;
  outline-offset: 3px;
}

body[data-page="products"] .product-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  max-width: 384px;
  margin: 48px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="products"] .product-pricing-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  background: var(--product-bg);
}

body[data-page="products"] .product-pricing-card:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="products"] .product-pricing-card:nth-child(2),
body[data-page="products"] .product-pricing-card:nth-child(3) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="products"] .product-pricing-card:nth-child(4) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="products"] .product-pricing-card.is-featured {
  background: #171717;
}

body[data-page="products"] .product-pricing-card header h3,
body[data-page="products"] .product-pricing-card header p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}

body[data-page="products"] .product-pricing-card header h3 {
  color: #fafafa;
}

body[data-page="products"] .product-pricing-card header p {
  color: #a1a1a1;
}

body[data-page="products"] .product-pricing-price {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #fafafa;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.025em;
}

body[data-page="products"] .product-pricing-price strong {
  font: inherit;
  font-weight: 500;
}

body[data-page="products"] .product-pricing-price > span:last-child {
  margin-left: 4px;
  color: #a1a1a1;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

body[data-page="products"] .product-pricing-price--custom {
  min-height: 40px;
}

body[data-page="products"] .product-pricing-cta {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(250, 250, 250, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease, transform 120ms ease;
}

body[data-page="products"] .product-pricing-cta:hover {
  background: rgba(38, 38, 38, 0.5);
}

body[data-page="products"] .product-pricing-cta:active {
  transform: scale(0.98);
}

body[data-page="products"] .product-pricing-cta--star {
  min-height: 40px;
  padding-block: 10px;
  border-radius: 22px;
  background: #101010;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  isolation: isolate;
}

body[data-page="products"] .product-pricing-cta--star:hover {
  background: #101010;
}

body[data-page="products"] .product-pricing-cta--star::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

body[data-page="products"] .product-pricing-starfield {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body[data-page="products"] .product-pricing-star-mask {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

body[data-page="products"] .product-pricing-cta--star > span:not(.product-pricing-double-arrow) {
  position: relative;
  z-index: 4;
  background: linear-gradient(to top, #737373 0%, #fafafa 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

body[data-page="products"] .product-pricing-double-arrow {
  position: relative;
  z-index: 4;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  object-fit: contain;
}

body[data-page="products"] .product-pricing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #a1a1a1;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}

body[data-page="products"] .product-pricing-features li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}

body[data-page="products"] .product-pricing-features li i {
  display: inline-flex;
  width: 12px;
  height: 24px;
  flex: 0 0 12px;
  align-items: center;
  justify-content: center;
  color: #a1a1a1;
  font-family: "Material Symbols Rounded";
  font-size: 12px;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
  line-height: 1;
}

body[data-page="products"] .product-pricing-features li i::before {
  content: "check";
}

@media (min-width: 640px) {
  body[data-page="products"] .product-pricing-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  body[data-page="products"] .product-pricing-section {
    padding-block: 80px;
  }
}

@media (min-width: 1024px) {
  body[data-page="products"] .product-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
    margin-top: 80px;
  }

  body[data-page="products"] .product-pricing-card:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }

  body[data-page="products"] .product-pricing-card:nth-child(2),
  body[data-page="products"] .product-pricing-card:nth-child(3) {
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  body[data-page="products"] .product-pricing-card:nth-child(4) {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

body[data-page="products"].product-reduced-motion .product-pricing-toggle button,
body[data-page="products"].product-reduced-motion .product-pricing-cta {
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="products"] .product-pricing-toggle button,
  body[data-page="products"] .product-pricing-cta {
    transition: none !important;
  }
}

@media (max-width: 639px) {
  body[data-page="products"] .product-pricing-divider {
    width: calc(100% - 24px);
  }

  body[data-page="products"] .product-pricing-head h2 {
    max-width: 320px;
    font-size: 34px;
    line-height: 38px;
  }
}

/* Product Hero CTAs — source-matched to Parlo's live hero controls. */
body[data-page="products"] .product-hero-content .entry-actions[data-product-hero-actions] {
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
}

body[data-page="products"] .product-hero-content .entry-card-motion {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star,
body[data-page="products"] .product-hero-content .entry-card.entry-card--solid {
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transform: none !important;
  -webkit-tap-highlight-color: transparent;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star {
  --product-hero-star-path: path("M 0 0 H 153 V 40 H 0 V 0");
  height: 40px !important;
  padding: 8px 16px !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: #101010 !important;
  box-shadow: none !important;
  color: #fafafa !important;
  isolation: isolate;
  transition: opacity 200ms ease, transform 200ms ease !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star::before {
  display: none !important;
  content: none !important;
  animation: none !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star::after {
  display: none !important;
  content: none !important;
}

body[data-page="products"] .product-hero-content .entry-card-star-light {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 110px;
  height: 110px;
  aspect-ratio: 1;
  background: radial-gradient(ellipse at center, #fafafa 0%, rgba(250, 250, 250, 0) 49%, rgba(250, 250, 250, 0) 100%);
  offset-path: var(--product-hero-star-path);
  offset-distance: 0%;
  animation: productHeroStarButton 3s linear infinite;
  pointer-events: none;
}

body[data-page="products"] .product-hero-content .entry-card-star-mask-layer {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  color: #000000;
  pointer-events: none;
}

body[data-page="products"] .product-hero-content .entry-card-star-mask {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

body[data-page="products"] .product-hero-content .entry-card-label {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  background: linear-gradient(to top, #737373 0%, #fafafa 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star .entry-title,
body[data-page="products"] .product-hero-content .entry-card.entry-card--solid .entry-title {
  font-family: var(--site-font-family) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: -0.01em !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star .entry-title {
  position: relative !important;
  z-index: 4 !important;
  background: linear-gradient(to top, #737373 0%, #fafafa 100%);
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body[data-page="products"] .product-hero-content .entry-card-double-arrow {
  position: relative;
  z-index: 4;
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  pointer-events: none;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--solid {
  height: 36px !important;
  padding: 0 16px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 32px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #303030 !important;
  transition: opacity 200ms ease, transform 200ms ease !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--solid::before {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 32px !important;
  background: #fafafa !important;
  content: "" !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: none !important;
  animation: none !important;
  transition: background-color 200ms ease !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--solid::after {
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: none !important;
  box-shadow: inset 0 -4px 4px rgba(255, 255, 255, 0.05), inset 0 4px 4px rgba(255, 255, 255, 0.05) !important;
  content: "" !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: none !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--solid .entry-title {
  position: relative !important;
  z-index: 4 !important;
  color: #303030 !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star:hover {
  background: #101010 !important;
  transform: none !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--solid:hover {
  border-color: #e5e5e5 !important;
  background: transparent !important;
  transform: none !important;
}

@media (hover: hover) and (pointer: fine) {
  body[data-page="products"] .product-hero-content .entry-card.entry-card--solid:hover::before {
    background: #ffffff !important;
  }
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star:active,
body[data-page="products"] .product-hero-content .entry-card.entry-card--solid:active {
  transform: scale(0.97) !important;
}

body[data-page="products"] .product-hero-content .entry-card.entry-card--star:focus-visible,
body[data-page="products"] .product-hero-content .entry-card.entry-card--solid:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 3px !important;
}

@keyframes productHeroStarButton {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

body[data-page="products"].product-reduced-motion .product-hero-content .entry-card-star-light {
  offset-distance: 11%;
  animation: none !important;
}

body[data-page="products"].product-reduced-motion .product-hero-content .entry-card.entry-card--star,
body[data-page="products"].product-reduced-motion .product-hero-content .entry-card.entry-card--solid {
  transition: none !important;
}

body[data-page="products"].product-reduced-motion .product-hero-content .entry-card.entry-card--star:active,
body[data-page="products"].product-reduced-motion .product-hero-content .entry-card.entry-card--solid:active {
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="products"] .product-hero-content .entry-card-star-light {
    offset-distance: 11%;
    animation: none !important;
  }

  body[data-page="products"] .product-hero-content .entry-card.entry-card--star,
  body[data-page="products"] .product-hero-content .entry-card.entry-card--solid {
    transition: none !important;
  }

  body[data-page="products"] .product-hero-content .entry-card.entry-card--star:active,
  body[data-page="products"] .product-hero-content .entry-card.entry-card--solid:active {
    transform: none !important;
  }
}

@media (max-width: 639px) {
  body[data-page="products"] .product-hero-content .entry-actions[data-product-hero-actions] {
    gap: 10px !important;
  }

  body[data-page="products"] .product-hero-content .entry-card.entry-card--star {
    padding-inline: 12px !important;
  }

  body[data-page="products"] .product-hero-content .entry-card.entry-card--solid {
    padding-inline: 14px !important;
  }
}

/* Parlo-aligned long-form product workflow */

body[data-page="products"] #how-it-works.product-storyflow-section {
  overflow: visible;
  padding: 0;
  background-color: #0a0a0a;
  background-image: none;
}

body[data-page="products"] #how-it-works.product-storyflow-section::before {
  display: none;
}

body[data-page="products"] #how-it-works .product-storyflow-shell {
  width: min(calc(100% - 48px), 1280px);
  padding: 80px 24px;
}

body[data-page="products"] #how-it-works .product-storyflow-title {
  max-width: 896px;
  margin: 0 0 128px;
  color: var(--product-ink);
  font-family: var(--parlo-display);
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

body[data-page="products"] #how-it-works .product-storyflow-title span {
  display: block;
}

body[data-page="products"] #how-it-works .product-storyflow-title span:last-child {
  color: #a1a1a1;
}

body[data-page="products"] #how-it-works .product-storyflow-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 128px;
}

body[data-page="products"] #how-it-works .product-storyflow-head .product-storyflow-title {
  margin: 0;
}

body[data-page="products"] #how-it-works .product-audience-toggle {
  flex: 0 0 auto;
  align-self: flex-start;
  min-width: 304px;
  margin-top: 4px;
  padding: 4px;
  border-color: rgba(244, 244, 241, 0.14);
  background: #11110f;
}

body[data-page="products"] #how-it-works .product-audience-toggle button {
  flex: 1 1 0;
  min-width: 144px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    transform 100ms ease;
}

body[data-page="products"] #how-it-works .product-audience-toggle button:hover {
  color: rgba(244, 244, 241, 0.86);
}

body[data-page="products"] #how-it-works .product-audience-toggle button:active {
  transform: scale(0.99);
}

body[data-page="products"] #how-it-works .product-audience-toggle button.is-active,
body[data-page="products"] #how-it-works .product-audience-toggle button[aria-selected="true"] {
  background: #f4f4f1;
  color: #0a0a0a;
}

body[data-page="products"] #how-it-works .product-audience-panel[hidden],
body[data-page="products"] .parlo-source-clone-shell[hidden] {
  display: none !important;
}

body[data-page="products"] #how-it-works .product-audience-panel.is-active {
  animation: productAudiencePanelEnter 300ms cubic-bezier(0.2, 0, 0, 1) both;
}

@keyframes productAudiencePanelEnter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body[data-page="products"] #how-it-works .product-storyflow-layout {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body[data-page="products"] #how-it-works .product-storyflow-nav {
  position: sticky;
  z-index: 6;
  top: 96px;
  display: flex;
  flex-direction: column;
  width: 224px;
  height: fit-content;
}

body[data-page="products"] #how-it-works .product-storyflow-nav-brand {
  margin: 0 0 16px;
  color: rgba(244, 244, 241, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .product-storyflow-nav a {
  display: flex;
  align-items: center;
  width: 240px;
  height: 36px;
  margin-left: -16px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(244, 244, 241, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms var(--product-ease);
}

body[data-page="products"] #how-it-works .product-storyflow-nav a:hover,
body[data-page="products"] #how-it-works .product-storyflow-nav a:focus-visible {
  color: rgba(244, 244, 241, 0.8);
}

body[data-page="products"] #how-it-works .product-storyflow-nav a:focus-visible {
  outline: 1px solid rgba(244, 244, 241, 0.5);
  outline-offset: -1px;
}

body[data-page="products"] #how-it-works .product-storyflow-nav a[aria-current="true"] {
  color: var(--product-ink);
  font-weight: 500;
  transform: translateX(1px);
}

body[data-page="products"] #how-it-works .product-storyflow-sequence {
  display: grid;
  gap: 128px;
  min-width: 0;
}

body[data-page="products"] #how-it-works .product-storyflow-item {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px;
  min-width: 0;
  scroll-margin-top: 128px;
}

body[data-page="products"] #how-it-works .product-storyflow-copy {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 0 0 16px;
}

body[data-page="products"] #how-it-works .product-storyflow-label {
  margin: 0 0 24px;
  color: rgba(244, 244, 241, 0.48);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .product-storyflow-copy h3 {
  max-width: none;
  margin: 0;
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: normal;
  text-wrap: balance;
}

body[data-page="products"] #how-it-works .product-storyflow-copy h3 strong {
  color: #fafafa;
  font-weight: 500;
}

body[data-page="products"] #how-it-works .product-storyflow-copy ul {
  width: 100%;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

body[data-page="products"] #how-it-works .product-storyflow-copy li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  color: #a1a1a1;
  font-size: 16px;
  line-height: 24px;
}

body[data-page="products"] #how-it-works .product-storyflow-copy li + li {
  border-top: 1px solid rgba(244, 244, 241, 0.1);
}

body[data-page="products"] #how-it-works .product-storyflow-copy li .material-symbols-rounded {
  width: 16px;
  color: rgba(244, 244, 241, 0.62);
  font-size: 17px;
}

body[data-page="products"] #how-it-works .product-storyflow-copy li > img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

body[data-page="products"] #how-it-works .product-storyflow-visual {
  position: relative;
  grid-column: span 3;
  isolation: isolate;
  display: flex;
  aspect-ratio: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 22px;
  background: rgba(250, 250, 250, 0.02);
}

body[data-page="products"] #how-it-works .product-storyflow-visual::before {
  display: none;
}

body[data-page="products"] #how-it-works .product-storyflow-item.is-storyflow-current .product-storyflow-visual {
  border-color: rgba(255, 255, 255, 0.05);
}

body[data-page="products"] #how-it-works .product-storyflow-visual > * {
  position: relative;
  z-index: 1;
}

body[data-page="products"] #how-it-works .storyflow-actions {
  align-items: flex-end;
  padding: 12px 12px 0;
  overflow: visible;
}

body[data-page="products"] #how-it-works .storyflow-device {
  position: relative;
  width: 100%;
  max-width: 384px;
  margin: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 40px;
  background: transparent;
}

body[data-page="products"] #how-it-works .storyflow-device-ring {
  padding: 12px;
  border-radius: 32px;
  background: rgba(250, 250, 250, 0.02);
  box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.1);
}

body[data-page="products"] #how-it-works .storyflow-device-screen {
  position: relative;
  padding: 16px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

body[data-page="products"] #how-it-works .storyflow-request-head {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="products"] #how-it-works .storyflow-icon,
body[data-page="products"] #how-it-works .storyflow-action-list > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.05);
  color: #a1a1a1;
}

body[data-page="products"] #how-it-works .storyflow-icon {
  border-radius: 999px;
  background: rgba(229, 229, 229, 0.1);
  color: #e5e5e5;
}

body[data-page="products"] #how-it-works .storyflow-icon img,
body[data-page="products"] #how-it-works .storyflow-action-list > div > span img,
body[data-page="products"] #how-it-works .storyflow-action-list > div > i img {
  display: block;
  width: 16px;
  height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-request-head p,
body[data-page="products"] #how-it-works .storyflow-action-list p,
body[data-page="products"] #how-it-works .storyflow-alert-stack p,
body[data-page="products"] #how-it-works .storyflow-timeline-row p,
body[data-page="products"] #how-it-works .storyflow-timeline-file p,
body[data-page="products"] #how-it-works .storyflow-person-card p {
  display: block;
  margin: 0;
}

body[data-page="products"] #how-it-works .storyflow-request-head strong,
body[data-page="products"] #how-it-works .storyflow-request-head small,
body[data-page="products"] #how-it-works .storyflow-action-list strong,
body[data-page="products"] #how-it-works .storyflow-action-list small {
  display: block;
}

body[data-page="products"] #how-it-works .storyflow-request-head strong,
body[data-page="products"] #how-it-works .storyflow-action-list strong,
body[data-page="products"] #how-it-works .storyflow-alert-stack strong,
body[data-page="products"] #how-it-works .storyflow-timeline-row strong,
body[data-page="products"] #how-it-works .storyflow-timeline-file strong,
body[data-page="products"] #how-it-works .storyflow-person-card strong {
  color: rgba(250, 250, 250, 0.98);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .storyflow-request-head small,
body[data-page="products"] #how-it-works .storyflow-action-list small,
body[data-page="products"] #how-it-works .storyflow-alert-stack small,
body[data-page="products"] #how-it-works .storyflow-timeline-row small,
body[data-page="products"] #how-it-works .storyflow-timeline-file small,
body[data-page="products"] #how-it-works .storyflow-person-card small {
  color: #a1a1a1;
  font-size: 12px;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-request-head em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fafafa;
  color: #262626;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-request-marquee {
  position: relative;
  min-height: 64px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 14px;
}

body[data-page="products"] #how-it-works .storyflow-request-message {
  position: relative;
  display: block;
  min-height: 64px;
  padding: 12px;
  border: 0;
  border-radius: 14px;
  background: #262626;
}

body[data-page="products"] #how-it-works .storyflow-request-message small {
  display: block;
  color: #a1a1a1;
  font-size: 12px;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-request-message strong {
  display: block;
  margin-top: 4px;
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .storyflow-moving-border {
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: inherit;
  pointer-events: none;
}

body[data-page="products"] #how-it-works .storyflow-moving-border rect {
  stroke-dasharray: 15 85;
  stroke-dashoffset: 100;
  animation: storyflowMovingBorder 3.6s linear infinite;
}

body[data-page="products"] #how-it-works .storyflow-action-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

body[data-page="products"] #how-it-works .storyflow-action-list > div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
}

body[data-page="products"] #how-it-works .storyflow-action-list > div > span {
  border-radius: 10px;
}

body[data-page="products"] #how-it-works .storyflow-action-list > div > i {
  display: flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: auto;
  font-style: normal;
}

body[data-page="products"] #how-it-works .storyflow-device-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #a1a1a1;
  font-size: 12px;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-device-status strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #00bc7d;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-priority {
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px;
  border-radius: 24px;
  background: rgba(250, 250, 250, 0.02);
  transform: none;
}

body[data-page="products"] #how-it-works .storyflow-alert-stage {
  display: flex;
  width: 100%;
  min-height: 400px;
  align-items: center;
  justify-content: center;
  padding-block: 80px;
}

body[data-page="products"] #how-it-works .storyflow-alert-stack {
  display: grid;
  width: 100%;
  max-width: 768px;
  grid-template-areas: "stack";
  place-items: center;
  opacity: 1;
  transform: translate(-64px, -40px);
}

body[data-page="products"] #how-it-works .storyflow-alert-card {
  --alert-x: 0px;
  --alert-y: 0px;
  --alert-hover-y: -40px;
  position: relative;
  display: flex;
  width: 352px;
  height: 144px;
  grid-area: stack;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 16px;
  overflow: visible;
  border: 2px solid rgba(250, 250, 250, 0.1);
  border-radius: 14px;
  background: rgba(38, 38, 38, 0.7);
  color: #fafafa;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: skewY(-8deg);
  translate: var(--alert-x) var(--alert-y);
  transition: all 700ms cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  will-change: translate, border-color, background-color;
}

body[data-page="products"] #how-it-works .storyflow-alert-card::after {
  position: absolute;
  z-index: 20;
  top: -5%;
  right: -4px;
  width: 320px;
  height: 110%;
  border-radius: inherit;
  background: linear-gradient(to left, #0a0a0a 0%, rgba(10, 10, 10, 0.9) 50%, transparent 100%);
  filter: blur(8px);
  content: "";
  pointer-events: none;
}

body[data-page="products"] #how-it-works .storyflow-alert-card:nth-child(-n + 2)::before {
  position: absolute;
  z-index: 15;
  inset: 0;
  border-radius: 12px;
  outline: 1px solid rgba(250, 250, 250, 0.1);
  background: rgba(10, 10, 10, 0.5);
  background-blend-mode: overlay;
  content: "";
  transition: opacity 700ms cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
}

body[data-page="products"] #how-it-works .storyflow-alert-card:nth-child(2) {
  --alert-x: 64px;
  --alert-y: 40px;
  --alert-hover-y: -4px;
}

body[data-page="products"] #how-it-works .storyflow-alert-card:nth-child(3) {
  --alert-x: 128px;
  --alert-y: 80px;
  --alert-hover-y: 40px;
}

body[data-page="products"] #how-it-works .storyflow-alert-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgb(38, 38, 38);
  translate: var(--alert-x) var(--alert-hover-y);
}

body[data-page="products"] #how-it-works .storyflow-alert-card:nth-child(-n + 2):hover::before {
  opacity: 0;
}

body[data-page="products"] #how-it-works .storyflow-alert-card > * {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
}

body[data-page="products"] #how-it-works .storyflow-alert-head img {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 5px;
  object-fit: contain;
}

body[data-page="products"] #how-it-works .storyflow-alert-head strong {
  color: #fafafa;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

body[data-page="products"] #how-it-works .storyflow-alert-message {
  color: #fafafa;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-alert-meta {
  z-index: 30;
  width: 100%;
  justify-content: space-between;
}

body[data-page="products"] #how-it-works .storyflow-alert-meta small {
  color: #a1a1a1;
  font-size: 16px;
  line-height: 24px;
}

body[data-page="products"] #how-it-works .storyflow-alert-meta em {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: linear-gradient(to right, #3f3f46, #d4d4d8, #3f3f46);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .is-storyflow-current .storyflow-alert-stack {
  animation: storyflowPriorityStackIn 700ms cubic-bezier(.4, 0, .2, 1) both;
}

body[data-page="products"] #how-it-works .storyflow-source-orbs {
  position: absolute;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  height: 136px;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  overflow: hidden;
}

body[data-page="products"] #how-it-works .storyflow-scan-beam {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 4%;
  display: block;
  width: 2px;
  height: auto;
  border-radius: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(161, 161, 170, 0.55) 18%, rgba(250, 250, 250, 0.95) 50%, rgba(161, 161, 170, 0.55) 82%, transparent 100%);
  box-shadow: 0 0 18px rgba(212, 212, 216, 0.7);
  opacity: 0;
  animation: storyflowPriorityBeam 3.3s linear infinite;
  pointer-events: none;
}

body[data-page="products"] #how-it-works .storyflow-source-orb-track {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  max-width: 448px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body[data-page="products"] #how-it-works .storyflow-source-orb {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(250, 250, 250, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 6px -4px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  opacity: 0.45;
  transform: scale(0.94);
  animation: storyflowPriorityOrbPulse 2.6s ease-in-out infinite;
}

body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(2),
body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(4) {
  width: 56px;
  height: 56px;
}

body[data-page="products"] #how-it-works .storyflow-source-orb.is-active {
  width: 80px;
  height: 80px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 8px 10px -6px rgba(0, 0, 0, 0.25);
}

body[data-page="products"] #how-it-works .storyflow-source-orb img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

body[data-page="products"] #how-it-works .storyflow-source-orb.is-active img {
  width: 32px;
  height: 32px;
}

body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(2) { animation-delay: 140ms; }
body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(3) { animation-delay: 280ms; }
body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(4) { animation-delay: 420ms; }
body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(5) { animation-delay: 560ms; }

body[data-page="products"] #how-it-works .storyflow-memory {
  align-items: stretch;
  justify-content: stretch;
  padding: 12px;
}

body[data-page="products"] #how-it-works .storyflow-memory > .storyflow-memory-source-shell {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  width: auto;
  height: 74%;
  padding: 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 64px 64px 0 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  transform-origin: bottom;
}

body[data-page="products"] #how-it-works .storyflow-memory-source-surface {
  height: 100%;
  padding: 12px 12px 0;
  overflow: hidden;
  border-radius: 48px 48px 0 0;
  background: rgba(250, 250, 250, 0.02);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(250, 250, 250, 0.1);
}

body[data-page="products"] #how-it-works .storyflow-memory-content {
  position: relative;
  height: 100%;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-glow {
  position: relative;
  padding: 2px;
  border-radius: 36px;
  background: #161616;
  box-shadow: 0 0 20px rgba(244, 244, 245, 0.18);
}

body[data-page="products"] #how-it-works .storyflow-memory-border-runner {
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: inherit;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.38));
}

body[data-page="products"] #how-it-works .storyflow-memory-border-runner rect {
  stroke-dashoffset: 100;
}

body[data-page="products"] #how-it-works .is-storyflow-current .storyflow-memory-border-runner rect {
  animation: storyflowMovingBorder 3s linear infinite;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-card {
  position: relative;
  z-index: 11;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 34px;
  background: #171717;
}

body[data-page="products"] #how-it-works .storyflow-memory-avatar {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.28);
}

body[data-page="products"] #how-it-works .storyflow-memory-avatar::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  content: "";
}

body[data-page="products"] #how-it-works .storyflow-memory-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-copy {
  min-width: 0;
  padding: 4px 16px 4px 0;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-copy > strong {
  display: block;
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-meta > span {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-meta small {
  color: rgba(250, 250, 250, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-meta b {
  color: #fafafa;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .storyflow-memory-profile-meta > i {
  width: 1px;
  height: 28px;
  flex: 0 0 1px;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="products"] #how-it-works .storyflow-memory-timeline {
  position: relative;
  margin-top: 20px;
  padding-inline: 4px;
}

body[data-page="products"] #how-it-works .storyflow-memory-timeline > p {
  margin: 0;
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .storyflow-memory-events {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}

body[data-page="products"] #how-it-works .storyflow-memory-event {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-track {
  position: relative;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-track > span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  background: #171717;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-track img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-track > i {
  position: absolute;
  top: 32px;
  bottom: -20px;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

body[data-page="products"] #how-it-works .storyflow-memory-event.is-secondary .storyflow-memory-event-track > i {
  bottom: -128px;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-copy {
  min-width: 0;
  padding-top: 2px;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-copy > strong {
  display: block;
  overflow: hidden;
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-copy > small {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-copy > .storyflow-memory-event-association {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 4px;
}

body[data-page="products"] #how-it-works .storyflow-memory-event-association img {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(254, 110, 0, 0.3);
}

body[data-page="products"] #how-it-works .storyflow-memory-event-association b {
  overflow: hidden;
  background: linear-gradient(to right, #d4d4d8, #ffffff, #9f9fa9);
  background-clip: text;
  color: transparent;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-memory-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(38, 38, 38, 0.6);
}

body[data-page="products"] #how-it-works .storyflow-memory-file > span {
  display: grid;
}

body[data-page="products"] #how-it-works .storyflow-memory-file strong {
  color: #fafafa;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-memory-file small {
  color: #a1a1a1;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

body[data-page="products"] #how-it-works .storyflow-memory-file > img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
  transform: rotate(-6deg);
}

body[data-page="products"] #how-it-works .storyflow-memory-event-copy > .storyflow-memory-time {
  margin-top: 8px;
  color: #fafafa;
  font-weight: 500;
}

body[data-page="products"] #how-it-works .storyflow-memory-inline-file {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 4px;
  color: #fafafa;
  font-size: 12px;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-memory-inline-file img {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}

body[data-page="products"] #how-it-works .storyflow-sources {
  align-items: flex-end;
  justify-content: center;
  padding: 12px 12px 0;
}

body[data-page="products"] #how-it-works .storyflow-channel-shell {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 84%;
  align-self: flex-end;
  margin-inline: auto;
  padding: 12px 12px 0;
  overflow: visible;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 48px 48px 0 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}

body[data-page="products"] #how-it-works .storyflow-channel-surface {
  width: 100%;
  height: 100%;
  padding: 12px 12px 0;
  overflow: hidden;
  border-radius: 36px 36px 0 0;
  background: rgba(250, 250, 250, 0.02);
  box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.1);
}

body[data-page="products"] #how-it-works .storyflow-channel-workspace {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: transparent;
}

body[data-page="products"] #how-it-works .storyflow-channel-sidebar {
  display: flex;
  width: 36%;
  flex: 0 0 36%;
  flex-direction: column;
  padding: 12px;
}

body[data-page="products"] #how-it-works .storyflow-channel-sidebar > strong {
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .storyflow-channel-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
}

body[data-page="products"] #how-it-works .storyflow-channel-row {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border-radius: 8px;
  color: #fafafa;
}

body[data-page="products"] #how-it-works .storyflow-channel-row.is-current {
  background: rgba(250, 250, 250, 0.08);
}

body[data-page="products"] #how-it-works .storyflow-channel-row img {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 5px;
  object-fit: contain;
}

body[data-page="products"] #how-it-works .storyflow-channel-row span {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-channel-row em {
  display: inline-flex;
  min-width: 20px;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  padding-inline: 4px;
  border-radius: 999px;
  background: #262626;
  color: #fafafa;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-channel-inbox {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px;
  border-radius: 14px 14px 0 0;
  background: #0f0f0f;
}

body[data-page="products"] #how-it-works .storyflow-channel-inbox header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body[data-page="products"] #how-it-works .storyflow-channel-inbox header strong {
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-page="products"] #how-it-works .storyflow-channel-inbox header span {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding-inline: 8px;
  border-radius: 999px;
  background: #262626;
  color: #fafafa;
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-channel-messages {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

body[data-page="products"] #how-it-works .storyflow-channel-message {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding-block: 10px;
  border-bottom: 1px solid rgba(244, 244, 241, 0.07);
}

body[data-page="products"] #how-it-works .storyflow-channel-message > i {
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-channel-message.tone-violet > i { background: rgba(141, 84, 255, 0.25); }
body[data-page="products"] #how-it-works .storyflow-channel-message.tone-sky > i { background: rgba(0, 165, 239, 0.25); }
body[data-page="products"] #how-it-works .storyflow-channel-message.tone-pink > i { background: rgba(246, 51, 154, 0.25); }
body[data-page="products"] #how-it-works .storyflow-channel-message.tone-emerald > i { background: rgba(0, 187, 127, 0.25); }
body[data-page="products"] #how-it-works .storyflow-channel-message.tone-orange > i { background: rgba(254, 110, 0, 0.2); }
body[data-page="products"] #how-it-works .storyflow-channel-message.tone-cyan > i { background: rgba(0, 183, 215, 0.25); }
body[data-page="products"] #how-it-works .storyflow-channel-message.tone-rose > i { background: rgba(255, 35, 87, 0.25); }
body[data-page="products"] #how-it-works .storyflow-channel-message.tone-amber > i { background: rgba(249, 156, 0, 0.25); }

body[data-page="products"] #how-it-works .storyflow-channel-message p {
  min-width: 0;
  flex: 1 1 auto;
  margin: 0;
}

body[data-page="products"] #how-it-works .storyflow-channel-message p strong,
body[data-page="products"] #how-it-works .storyflow-channel-message p small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-channel-message p strong {
  color: #fafafa;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-channel-message p small {
  margin-top: 2px;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 16px;
}

body[data-page="products"] #how-it-works .storyflow-channel-message time {
  flex: 0 0 auto;
  align-self: flex-start;
  color: #a1a1a1;
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
}

body[data-page="products"] #how-it-works .storyflow-channel-pixel-band {
  width: calc(100% - 60px);
  height: 50px;
  margin-inline: auto;
  overflow: hidden;
  border-top: 1px solid rgba(244, 244, 241, 0.1);
  border-bottom: 1px solid rgba(244, 244, 241, 0.1);
  background: #0a0a0a;
}

body[data-page="products"] #how-it-works .storyflow-channel-pixel-band > div,
body[data-page="products"] #how-it-works .storyflow-channel-pixel-band canvas {
  display: block;
  width: 100%;
  height: 100%;
}

body[data-page="products"] #how-it-works .storyflow-channel-pixel-band > div {
  position: relative;
  overflow: hidden;
}

@keyframes storyflowMovingBorder {
  from { stroke-dashoffset: 100; }
  to { stroke-dashoffset: 0; }
}

@keyframes storyflowPriorityStackIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes storyflowPriorityBeam {
  0% { left: 4%; opacity: 0; }
  42.424% { left: 50%; opacity: 0.9; }
  84.848% { left: 96%; opacity: 0; }
  100% { left: 96%; opacity: 0; }
}

@keyframes storyflowPriorityOrbPulse {
  0%, 100% { opacity: 0.45; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes storyflowInboxEnter {
  from { opacity: 0; transform: translateX(12px); }
}

@media (max-width: 1100px) {
  body[data-page="products"] #how-it-works .product-storyflow-shell {
    width: min(calc(100% - 40px), var(--product-shell));
    padding: 66px 34px 92px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-layout {
    display: block;
  }

  body[data-page="products"] #how-it-works .product-storyflow-nav {
    display: none;
  }

  body[data-page="products"] #how-it-works .product-storyflow-item {
    grid-template-columns: minmax(250px, 2fr) minmax(380px, 3fr);
  }

  body[data-page="products"] #how-it-works .product-storyflow-copy,
  body[data-page="products"] #how-it-works .product-storyflow-visual {
    grid-column: auto;
  }
}

@media (max-width: 1023px) {
  body[data-page="products"] #how-it-works .product-storyflow-shell {
    padding-inline: 24px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-head {
    gap: 32px;
    margin-bottom: 88px;
  }

  body[data-page="products"] #how-it-works .product-audience-toggle {
    min-width: 280px;
  }

  body[data-page="products"] #how-it-works .product-audience-toggle button {
    min-width: 132px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-title {
    margin-bottom: 88px;
    font-size: 32px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-sequence {
    gap: 88px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-item {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-copy {
    min-height: 310px;
    padding-bottom: 0;
  }

  body[data-page="products"] #how-it-works .product-storyflow-copy h3 {
    max-width: 520px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-copy ul {
    margin-top: 38px;
  }
}

@media (max-width: 767px) {
  body[data-page="products"] #how-it-works .product-storyflow-shell {
    width: calc(100% - 30px);
    padding: 54px 10px 76px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-head {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 72px;
  }

  body[data-page="products"] #how-it-works .product-audience-toggle {
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }

  body[data-page="products"] #how-it-works .product-audience-toggle button {
    min-width: 0;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 14px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-title {
    margin-bottom: 72px;
    font-size: clamp(28px, 8.3vw, 36px);
    line-height: 1.16;
  }

  body[data-page="products"] #how-it-works .product-storyflow-sequence {
    gap: 72px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-copy {
    min-height: 282px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-label {
    margin-bottom: 18px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-copy h3 {
    font-size: 17px;
    line-height: 1.56;
  }

  body[data-page="products"] #how-it-works .product-storyflow-copy li {
    min-height: 46px;
    font-size: 13px;
  }

  body[data-page="products"] #how-it-works .product-storyflow-visual {
    border-radius: 20px;
  }

  body[data-page="products"] #how-it-works .storyflow-actions {
    padding: 12px 12px 0;
  }

  body[data-page="products"] #how-it-works .storyflow-device {
    max-width: 384px;
  }

  body[data-page="products"] #how-it-works .storyflow-device-screen {
    padding: 16px;
  }

  body[data-page="products"] #how-it-works .storyflow-priority {
    padding: 12px;
    border-radius: 24px;
  }

  body[data-page="products"] #how-it-works .storyflow-alert-stage {
    min-height: 400px;
    padding-block: 80px;
  }

  body[data-page="products"] #how-it-works .storyflow-alert-stack {
    transform: translate(-64px, -40px);
  }

  body[data-page="products"] #how-it-works .storyflow-source-orbs {
    right: 12px;
    bottom: 12px;
    left: 12px;
    height: 120px;
    padding-inline: 20px;
  }

  body[data-page="products"] #how-it-works .storyflow-source-orb-track {
    max-width: 384px;
    gap: 8px;
  }

  body[data-page="products"] #how-it-works .storyflow-source-orb {
    width: 36px;
    height: 36px;
  }

  body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(2),
  body[data-page="products"] #how-it-works .storyflow-source-orb:nth-child(4) {
    width: 52px;
    height: 52px;
  }

  body[data-page="products"] #how-it-works .storyflow-source-orb.is-active {
    width: 72px;
    height: 72px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory {
    padding: 12px;
  }

  body[data-page="products"] #how-it-works .storyflow-sources {
    padding: 12px 12px 0;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-pixel-band {
    width: calc(100% - 30px);
  }

  body[data-page="products"] #how-it-works .storyflow-channel-row em {
    display: none;
  }
}

@media (max-width: 359px) {
  body[data-page="products"] #how-it-works .storyflow-memory > .storyflow-memory-source-shell {
    right: 8px;
    left: 8px;
    padding: 8px 8px 0;
    border-radius: 42px 42px 0 0;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-source-surface {
    padding: 8px 8px 0;
    border-radius: 34px 34px 0 0;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-glow {
    border-radius: 24px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-card {
    gap: 6px;
    padding: 6px;
    border-radius: 22px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-avatar {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 16px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-copy {
    padding: 2px 4px 2px 0;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-copy > strong {
    font-size: 12px;
    line-height: 16px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-meta {
    gap: 6px;
    margin-top: 3px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-meta > span {
    gap: 0;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-meta small {
    font-size: 10px;
    line-height: 14px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-meta b {
    font-size: 11px;
    line-height: 16px;
  }

  body[data-page="products"] #how-it-works .storyflow-memory-profile-meta > i {
    height: 22px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-shell {
    padding: 8px 8px 0;
    border-radius: 40px 40px 0 0;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-surface {
    padding: 8px 8px 0;
    border-radius: 32px 32px 0 0;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-sidebar {
    padding: 4px 6px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-sidebar > strong {
    font-size: 12px;
    line-height: 16px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-list {
    gap: 2px;
    margin-top: 4px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-row {
    gap: 5px;
    padding: 5px 4px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-row img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-inbox {
    padding: 8px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-inbox header span,
  body[data-page="products"] #how-it-works .storyflow-channel-message time {
    display: none;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-message {
    padding-block: 8px;
  }

  body[data-page="products"] #how-it-works .storyflow-channel-message > i {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="products"] #how-it-works .product-audience-panel.is-active,
  body[data-page="products"] #how-it-works .product-audience-toggle button {
    animation: none !important;
    transition: none !important;
  }

  body[data-page="products"] #how-it-works .product-storyflow-visual *,
  body[data-page="products"] #how-it-works .product-storyflow-nav a {
    animation: none !important;
    transition: none !important;
  }

  body[data-page="products"] #how-it-works .product-storyflow-visual {
    transition: none !important;
    transform: none !important;
  }

  body[data-page="products"] #how-it-works .storyflow-moving-border rect {
    animation: none !important;
    stroke-dashoffset: 0;
  }

  body[data-page="products"] #how-it-works .storyflow-scan-beam {
    left: 50%;
    opacity: 0.68;
  }

  body[data-page="products"] #how-it-works .storyflow-source-orb {
    opacity: 0.72;
    transform: scale(1);
  }
}

/* Restored Product panel integration: keep the existing source-matched
   composition, while meeting the current control and typography contract. */
body[data-page="products"] .product-source-cta {
  min-height: 44px;
}

body[data-page="products"] .product-source-cta img {
  display: block;
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

@media (min-width: 2200px) {
  body[data-page="products"] .product-source-copy h2 {
    font-weight: 600;
  }

  body[data-page="products"] .product-source-cta {
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  body[data-page="products"] .product-source-copy h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }

  body[data-page="products"] .product-source-cta {
    min-height: 44px;
  }
}

/* ProductCardHero source geometry.
   Keep this block last: it replaces the earlier full-width approximation
   with the measured 1280px source composition used by the supplied reference. */
body[data-page="products"] .product-channels-section {
  padding: 80px 0 0;
  background: #070707;
}

body[data-page="products"] .product-channels-section > .product-shell {
  width: 100%;
  max-width: none;
}

body[data-page="products"] .product-source-stage {
  box-sizing: border-box;
  width: min(100%, 1280px);
  min-height: 0;
  margin: 0 auto;
  padding: 0 24px 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
}

body[data-page="products"] .product-source-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 24px 0;
  border: 0;
  overflow: hidden;
  background: transparent;
}

body[data-page="products"] .product-source-visual img,
body[data-page="products"] .product-source-visual:hover img {
  flex: 0 0 auto;
  width: 604px;
  max-width: none;
  height: auto;
  filter: none;
  transform: none;
  transition: none;
}

body[data-page="products"] .product-source-copy {
  justify-content: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body[data-page="products"] .product-source-copy h2 {
  max-width: none;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.035em;
}

body[data-page="products"] .product-source-copy > p {
  max-width: none;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

body[data-page="products"] .product-source-copy > p span {
  display: inline;
}

body[data-page="products"] .product-source-copy > p span + span::before {
  content: " ";
}

body[data-page="products"] .product-source-cta {
  --product-source-star-path: path("M 0 0 H 151 V 44 H 0 V 0");
  position: relative;
  justify-content: center;
  gap: 8px;
  width: 151px;
  min-height: 44px;
  margin-top: 32px;
  padding: 0 16px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: rgba(244, 244, 241, 0.92);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  isolation: isolate;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 200ms var(--product-ease);
}

body[data-page="products"] .product-source-cta-light {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 110px;
  height: 110px;
  background: radial-gradient(
    ellipse at center,
    #fafafa 0%,
    rgba(250, 250, 250, 0) 49%,
    rgba(250, 250, 250, 0) 100%
  );
  offset-path: var(--product-source-star-path);
  offset-distance: 0%;
  animation: productSourceStarButton 3s linear infinite;
  pointer-events: none;
}

body[data-page="products"] .product-source-cta-mask-layer {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  color: #000000;
  pointer-events: none;
}

body[data-page="products"] .product-source-cta .product-source-cta-mask {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  filter: none;
  pointer-events: none;
}

body[data-page="products"] .product-source-cta-label {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

body[data-page="products"] .product-source-cta .product-source-cta-arrow {
  position: relative;
  z-index: 4;
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

body[data-page="products"] .product-source-cta:hover,
body[data-page="products"] .product-source-cta:focus-visible {
  gap: 8px;
  background: rgba(244, 244, 241, 0.06);
  color: var(--product-ink);
  transform: translateY(-1px);
}

body[data-page="products"] .product-source-cta:hover .product-source-cta-mask-layer,
body[data-page="products"] .product-source-cta:focus-visible .product-source-cta-mask-layer {
  border-color: rgba(255, 255, 255, 0.34);
}

body[data-page="products"] .product-source-cta:active {
  transform: translateY(0) scale(0.99);
  transition-duration: 100ms;
}

@keyframes productSourceStarButton {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

body[data-page="products"].product-reduced-motion .product-source-cta-light {
  offset-distance: 11%;
  animation: none !important;
}

body[data-page="products"].product-reduced-motion .product-source-cta,
body[data-page="products"].product-reduced-motion .product-source-cta:hover,
body[data-page="products"].product-reduced-motion .product-source-cta:focus-visible,
body[data-page="products"].product-reduced-motion .product-source-cta:active {
  transition: none;
  transform: none;
}

body[data-page="products"] .product-source-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
  border: 0;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: #070707;
}

body[data-page="products"] .product-source-benefits article,
body[data-page="products"] .product-source-benefits article:last-child {
  min-height: 0;
  padding: 32px 24px;
  border: 0;
  background: #070707;
}

body[data-page="products"] .product-source-benefits article:nth-child(even) {
  border-left: 1px solid var(--product-line);
}

body[data-page="products"] .product-source-benefits article:nth-child(n + 3) {
  border-top: 1px solid var(--product-line);
}

body[data-page="products"] .product-source-benefits span {
  color: rgba(244, 244, 241, 0.25);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

body[data-page="products"] .product-source-benefits h3 {
  margin: 8px 0 0;
  color: var(--product-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
}

body[data-page="products"] .product-source-benefits p {
  max-width: none;
  margin: 6px 0 0;
  color: rgba(244, 244, 241, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  body[data-page="products"] .product-source-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="products"] .product-source-benefits article:nth-child(n) {
    border-top: 0;
    border-left: 0;
  }

  body[data-page="products"] .product-source-benefits article:nth-child(n + 2) {
    border-left: 1px solid var(--product-line);
  }
}

@media (max-width: 767px) {
  body[data-page="products"] .product-channels-section {
    padding-top: 64px;
  }

  body[data-page="products"] .product-source-stage {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 24px 56px;
  }

  body[data-page="products"] .product-source-visual {
    min-height: 0;
    padding: 24px 0;
  }

  body[data-page="products"] .product-source-visual img {
    width: 604px;
    max-width: none;
  }

  body[data-page="products"] .product-source-copy {
    min-height: 0;
    padding: 0;
  }

  body[data-page="products"] .product-source-copy h2 {
    max-width: none;
    font-size: 36px;
    line-height: 40px;
  }

  body[data-page="products"] .product-source-copy > p {
    max-width: none;
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  body[data-page="products"] .product-source-cta {
    width: 151px;
    min-height: 44px;
    margin-top: 32px;
    font-size: 14px;
  }
}

@media (max-width: 559px) {
  body[data-page="products"] .product-source-stage {
    padding-right: 20px;
    padding-bottom: 48px;
    padding-left: 20px;
  }

  body[data-page="products"] .product-source-copy h2 {
    font-size: 32px;
    line-height: 38px;
  }

  body[data-page="products"] .product-source-copy > p {
    font-size: 16px;
    line-height: 24px;
  }

  body[data-page="products"] .product-source-benefits article,
  body[data-page="products"] .product-source-benefits article:last-child {
    padding: 28px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="products"] .product-source-cta-light {
    offset-distance: 11%;
    animation: none !important;
  }

  body[data-page="products"] .product-source-cta,
  body[data-page="products"] .product-source-cta:hover,
  body[data-page="products"] .product-source-cta:focus-visible,
  body[data-page="products"] .product-source-cta:active {
    transition: none;
    transform: none;
  }
}
