:root {
  color-scheme: light;
  --ink: #171b1d;
  --ink-soft: #242a2d;
  --ink-muted: #4c5559;
  --paper: #f7f2e9;
  --paper-deep: #eee5d8;
  --white: #fffdf8;
  --coral: #c84a35;
  --coral-bright: #e4654e;
  --coral-soft: #f5d9d2;
  --gold: #d6a64a;
  --green: #397965;
  --blue: #3d6d8c;
  --line: rgba(23, 27, 29, 0.12);
  --line-dark: rgba(255, 248, 238, 0.14);
  --shadow-card: 0 0 0 1px rgba(0, 0, 0, 0.06),
    0 1px 2px -1px rgba(0, 0, 0, 0.06), 0 22px 60px -34px rgba(23, 27, 29, 0.32);
  --shadow-hover: 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 5px -1px rgba(0, 0, 0, 0.08), 0 28px 70px -34px rgba(23, 27, 29, 0.38);
  --radius-sm: 0.75rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;
  --shell: 76rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

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

img,
svg {
  display: block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 0.7rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
  transition-property: transform;
  transition-duration: 150ms;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--coral-bright);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 2.5rem), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  padding-top: 1.1rem;
}

.nav {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.75rem 0.85rem 0.75rem 1.2rem;
  border-radius: 1.35rem;
  background: rgba(23, 27, 29, 0.84);
  box-shadow:
    0 0 0 1px rgba(255, 248, 238, 0.11),
    0 18px 50px -30px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(18px);
}

.brand {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
}

.brand img {
  width: 7.9rem;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  color: rgba(255, 248, 238, 0.74);
  font-size: 0.9rem;
  font-weight: 580;
}

.nav-links a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 0.7rem;
  transition-property: color, background-color, transform;
  transition-duration: 160ms;
}

.nav-links a:hover {
  color: var(--white);
  background: rgba(255, 248, 238, 0.08);
}

.nav-links a:active {
  transform: scale(0.96);
}

.nav-links .nav-cta {
  margin-left: 0.4rem;
  padding-inline: 1.1rem;
  background: var(--coral-bright);
  color: var(--white);
}

.nav-links .nav-cta:hover {
  background: #ee735e;
}

.menu-button {
  width: 2.75rem;
  height: 2.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.35rem;
  border: 0;
  border-radius: 0.7rem;
  background: rgba(255, 248, 238, 0.08);
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  width: 1.15rem;
  height: 2px;
  border-radius: 99px;
  background: var(--white);
  transition-property: transform;
  transition-duration: 160ms;
}

.menu-button[aria-expanded='true'] span:nth-of-type(2) {
  transform: translateY(4px) rotate(45deg);
}

.menu-button[aria-expanded='true'] span:nth-of-type(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 54rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 9rem 0 5rem;
  background: radial-gradient(
      circle at 72% 16%,
      rgba(228, 101, 78, 0.2),
      transparent 31rem
    ),
    radial-gradient(
      circle at 16% 85%,
      rgba(214, 166, 74, 0.1),
      transparent 28rem
    ),
    var(--ink);
  color: var(--white);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

.hero-glow {
  position: absolute;
  width: 38rem;
  height: 38rem;
  top: 17%;
  right: -16rem;
  border-radius: 50%;
  border: 1px solid rgba(228, 101, 78, 0.24);
  box-shadow: 0 0 140px rgba(228, 101, 78, 0.12);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(38rem, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 6.5rem);
}

.hero-copy {
  max-width: 39rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
  color: var(--coral);
  font-size: 0.73rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 1.75rem;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: #f3b4a7;
}

.hero h1 {
  max-width: 10ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.5rem, 6.5vw, 6.7rem);
  font-weight: 720;
}

.hero-lede {
  max-width: 37rem;
  margin-bottom: 2rem;
  color: rgba(255, 248, 238, 0.7);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
}

.button {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0 1.35rem;
  border-radius: 0.85rem;
  font-size: 0.94rem;
  font-weight: 680;
  line-height: 1;
  transition-property: transform, background-color, color, box-shadow;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}

.button svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.96);
}

.button-primary {
  background: var(--coral-bright);
  color: var(--white);
  box-shadow: 0 12px 30px -18px rgba(228, 101, 78, 0.82);
}

.button-primary:hover {
  background: #ee735e;
}

.button-quiet {
  background: rgba(255, 248, 238, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 248, 238, 0.13);
  color: var(--white);
}

.button-quiet:hover {
  background: rgba(255, 248, 238, 0.13);
}

.button-light {
  align-self: center;
  flex: none;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 32px -20px rgba(0, 0, 0, 0.45);
}

.button-light:hover {
  background: #fff;
}

.hero-note {
  margin: 0;
  color: rgba(255, 248, 238, 0.45);
  font-size: 0.8rem;
}

.product-stage {
  position: relative;
  min-width: 0;
  padding: 2.2rem 0;
}

.stage-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 238, 0.1);
}

.stage-orbit-one {
  width: 30rem;
  height: 30rem;
  inset: -3rem auto auto 7rem;
}

.stage-orbit-two {
  width: 21rem;
  height: 21rem;
  right: -4rem;
  bottom: -2rem;
}

.app-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 1.65rem;
  background: #fbfaf7;
  color: var(--ink);
  box-shadow:
    0 0 0 1px rgba(255, 248, 238, 0.16),
    0 45px 100px -45px rgba(0, 0, 0, 0.85);
  transform: perspective(1500px) rotateY(-2deg) rotateX(1deg);
}

.app-topbar {
  height: 3.1rem;
  display: flex;
  align-items: center;
  padding: 0 0.85rem;
  border-bottom: 1px solid #e9e5de;
  background: #f4f0e9;
}

.window-controls {
  display: flex;
  gap: 0.3rem;
}

.window-controls span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #d5d0c8;
}

.app-account {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-inline: auto;
  color: #5e6567;
  font-size: 0.67rem;
  font-weight: 640;
}

.status-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #39a276;
  box-shadow: 0 0 0 3px rgba(57, 162, 118, 0.12);
}

.avatar {
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.56rem;
  font-weight: 740;
}

.app-body {
  min-height: 31rem;
  display: grid;
  grid-template-columns: 3.5rem 15.6rem minmax(18rem, 1fr);
}

.app-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 0.9rem 0.6rem;
  background: var(--ink);
}

.app-sidebar img {
  width: 2rem;
  height: 2rem;
}

.sidebar-icons {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.side-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  border-radius: 0.58rem;
}

.side-icon::before {
  content: '';
  position: absolute;
  width: 0.78rem;
  height: 0.68rem;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(255, 248, 238, 0.48);
  border-radius: 0.2rem;
  transform: translate(-50%, -50%);
}

.side-icon.active {
  background: rgba(228, 101, 78, 0.2);
}

.side-icon.active::before {
  border-color: var(--coral-bright);
}

.sidebar-spacer {
  flex: 1;
}

.conversation-list {
  min-width: 0;
  border-right: 1px solid #ebe6de;
  background: #fffdf9;
}

.list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.9rem 0.7rem;
}

.list-heading p {
  margin-bottom: 0.08rem;
  font-size: 0.82rem;
  font-weight: 740;
  letter-spacing: -0.02em;
}

.list-heading span {
  color: #8a8f91;
  font-size: 0.55rem;
}

.list-heading strong {
  font-variant-numeric: tabular-nums;
}

.icon-button {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0.7rem;
  background: #f2ede5;
}

.icon-button svg {
  width: 0.9rem;
  fill: none;
  stroke: #5e6567;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.channel-filter {
  display: flex;
  gap: 0.28rem;
  padding: 0 0.75rem 0.75rem;
}

.filter-pill {
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0 0.6rem;
  border: 0;
  border-radius: 0.55rem;
  background: transparent;
  color: #7c8385;
  font-size: 0.55rem;
  font-weight: 660;
  cursor: pointer;
  transition-property: background-color, color, transform;
  transition-duration: 140ms;
}

.filter-pill:hover,
.filter-pill.active {
  background: #ede7df;
  color: var(--ink);
}

.filter-pill:active {
  transform: scale(0.96);
}

.conversation-items {
  padding: 0 0.45rem;
}

.conversation {
  width: 100%;
  min-height: 4.8rem;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.55rem;
  padding: 0.7rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition-property: background-color, transform;
  transition-duration: 140ms;
}

.conversation:hover,
.conversation.active {
  background: #f1ece4;
}

.conversation:active {
  transform: scale(0.985);
}

.contact-avatar,
.mini-avatar {
  display: grid;
  place-items: center;
  border-radius: 0.65rem;
  color: white;
  font-size: 0.55rem;
  font-weight: 740;
}

.contact-avatar {
  width: 2rem;
  height: 2rem;
}

.coral {
  background: #bd5946;
}
.gold {
  background: #b8872f;
}
.green {
  background: #3e806a;
}
.blue {
  background: #4a7895;
}

.conversation-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: #72797b;
  font-size: 0.55rem;
}

.conversation-copy > span:not(.conversation-meta, .tag) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversation-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.35rem;
  color: var(--ink);
}

.conversation-meta strong {
  font-size: 0.62rem;
}

.conversation-meta time {
  color: #a0a4a5;
  font-size: 0.48rem;
  font-variant-numeric: tabular-nums;
}

.tag {
  width: max-content;
  margin-top: 0.22rem;
  padding: 0.08rem 0.3rem;
  border-radius: 0.25rem;
  background: #e9e3da;
  color: #777e80;
  font-size: 0.45rem;
}

.message-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fbfaf7;
}

.message-header {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border-bottom: 1px solid #ebe6de;
}

.message-header > div:first-child {
  display: flex;
  flex-direction: column;
}

.message-header strong {
  font-size: 0.67rem;
}

.message-header span {
  color: #929799;
  font-size: 0.49rem;
}

.message-header i {
  width: 0.35rem;
  height: 0.35rem;
  display: inline-block;
  border-radius: 50%;
  background: #39a276;
}

.message-header b {
  color: #558873;
  font-weight: 650;
}

.header-actions {
  display: flex;
  gap: 0.45rem;
}

.header-actions span {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.48rem;
  background: #eee9e1;
}

.message-stream {
  min-height: 18rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.05rem;
}

.timeline-label {
  color: #aaaead;
  font-size: 0.48rem;
  text-align: center;
}

.bubble {
  max-width: 78%;
  padding: 0.75rem 0.85rem;
  border-radius: 0.9rem;
  font-size: 0.58rem;
  line-height: 1.55;
}

.bubble.customer {
  align-self: flex-start;
  border-bottom-left-radius: 0.3rem;
  background: #ece7df;
}

.bubble.agent {
  align-self: flex-end;
  border-bottom-right-radius: 0.3rem;
  background: var(--ink);
  color: var(--white);
}

.message-state {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 248, 238, 0.5);
  font-size: 0.45rem;
}

.context-card {
  max-width: 88%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  align-self: flex-end;
  padding: 0.6rem;
  border-radius: 0.75rem;
  background: #f3ddd7;
  box-shadow: 0 0 0 1px rgba(200, 74, 53, 0.12);
}

.context-icon {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  flex: none;
  place-items: center;
  border-radius: 0.5rem;
  background: var(--coral);
}

.context-icon svg {
  width: 0.9rem;
  fill: none;
  stroke: white;
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.context-card > div:last-child {
  display: flex;
  flex-direction: column;
}

.context-card strong {
  font-size: 0.52rem;
}

.context-card span {
  color: #7d554c;
  font-size: 0.46rem;
}

.composer {
  margin: 0 0.85rem 0.85rem;
  padding: 0.7rem;
  border-radius: 0.85rem;
  background: white;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 5px 14px -11px rgba(0, 0, 0, 0.28);
}

.composer-tabs {
  display: flex;
  gap: 0.65rem;
  color: #a1a4a5;
  font-size: 0.5rem;
}

.composer-tabs strong {
  color: var(--coral);
}

.composer p {
  min-height: 1.7rem;
  margin: 0.55rem 0 0.2rem;
  color: #b1b3b3;
  font-size: 0.56rem;
}

.composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.composer-footer > div {
  display: flex;
  gap: 0.6rem;
  color: #929697;
  font-size: 0.63rem;
}

.composer-footer button {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0 0.65rem;
  border: 0;
  border-radius: 0.55rem;
  background: var(--coral);
  color: white;
  font-size: 0.5rem;
  font-weight: 680;
}

.composer-footer svg {
  width: 0.7rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stage-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  margin-top: 0.8rem;
  color: rgba(255, 248, 238, 0.4);
  font-size: 0.63rem;
}

.stage-caption span {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--coral-bright);
}

.channel-strip {
  border-bottom: 1px solid var(--line);
  background: #efe7dc;
}

.channel-row {
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.channel-intro {
  color: #737b7d;
  font-size: 0.78rem;
  font-weight: 600;
}

.channel-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
  color: #444b4e;
  font-size: 0.76rem;
  font-weight: 680;
}

.channel-list i {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: #b9ada0;
}

.section {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
}

.section-heading {
  max-width: 47rem;
  margin-bottom: 3.5rem;
}

.section-heading h2,
.security-copy h2,
.beta-card h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 700;
}

.section-heading > p:last-child,
.security-copy > p,
.beta-card p {
  max-width: 40rem;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.workflow-card {
  position: relative;
  min-height: 22rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition-property: transform, box-shadow;
  transition-duration: 180ms;
}

.workflow-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.step-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #b2aaa0;
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  font-weight: 720;
}

.workflow-icon {
  width: 3.7rem;
  height: 3.7rem;
  display: grid;
  place-items: center;
  margin-bottom: 4rem;
  border-radius: 1rem;
  background: var(--coral-soft);
}

.workflow-icon svg {
  width: 1.65rem;
  fill: none;
  stroke: var(--coral);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-card h3,
.feature-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.55rem;
  font-weight: 690;
}

.workflow-card p,
.feature-card p {
  margin: 0;
  color: #626a6d;
  font-size: 0.93rem;
}

.features-section {
  background: var(--ink);
  color: var(--white);
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: 5rem;
}

.split-heading h2 {
  max-width: 13ch;
  margin-bottom: 0;
}

.split-heading > p:last-child {
  color: rgba(255, 248, 238, 0.57);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.feature-card {
  min-height: 21rem;
  grid-column: span 4;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: #fffaf2;
  color: var(--ink);
  box-shadow: 0 0 0 1px rgba(255, 248, 238, 0.1);
}

.feature-card-wide {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  background: #efe6da;
}

.feature-card-coral {
  background: var(--coral);
  color: var(--white);
}

.feature-card-ink {
  background: #252b2e;
  color: var(--white);
}

.feature-card-coral p,
.feature-card-ink p {
  color: rgba(255, 248, 238, 0.68);
}

.feature-label {
  display: block;
  margin-bottom: 1.2rem;
  color: #8a756c;
  font-size: 0.7rem;
  font-weight: 730;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card-coral .feature-label,
.feature-card-ink .feature-label {
  color: rgba(255, 248, 238, 0.62);
}

.feature-copy h3 {
  max-width: 12ch;
  font-size: 2rem;
}

.queue-demo {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.65rem;
  border-radius: 1rem;
  background: #fffdf9;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.07),
    0 18px 34px -26px rgba(0, 0, 0, 0.4);
}

.queue-row {
  display: grid;
  grid-template-columns: 2.3rem 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem;
  border-radius: 0.7rem;
  background: #f5f0e8;
}

.mini-avatar {
  width: 2.3rem;
  height: 2.3rem;
}

.queue-row > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.queue-row b {
  font-size: 0.72rem;
}

.queue-row small {
  overflow: hidden;
  color: #777f81;
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.queue-row em {
  padding: 0.25rem 0.45rem;
  border-radius: 0.4rem;
  background: #e9e1d6;
  color: #6e7476;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 650;
}

.ai-chip {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.65rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.75rem;
  background: rgba(255, 248, 238, 0.12);
  color: rgba(255, 248, 238, 0.86);
  font-size: 0.75rem;
}

.ai-chip:first-of-type {
  margin-top: 3.5rem;
}

.ai-chip span {
  color: #ffe0a4;
}

.rule-demo {
  position: absolute;
  right: 1.8rem;
  bottom: 2rem;
  left: 1.8rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.4rem;
}

.rule-demo span,
.rule-demo b {
  padding: 0.55rem 0.65rem;
  border-radius: 0.55rem;
  font-size: 0.63rem;
}

.rule-demo span {
  background: rgba(255, 248, 238, 0.09);
  color: rgba(255, 248, 238, 0.5);
}

.rule-demo b {
  background: rgba(255, 248, 238, 0.14);
  font-weight: 620;
}

.rule-demo i {
  display: grid;
  grid-row: span 2;
  place-items: center;
  color: #f0a899;
  font-style: normal;
}

.doc-stack {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  height: 5.8rem;
}

.doc-stack span {
  position: absolute;
  height: 4.3rem;
  border-radius: 0.8rem;
  background: #ece4d8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.doc-stack span:nth-child(1) {
  inset: 1.5rem 1.2rem 0;
}
.doc-stack span:nth-child(2) {
  inset: 0.75rem 0.6rem 0;
  background: #f4eee5;
}
.doc-stack span:nth-child(3) {
  inset: 0;
  background: white;
}

.doc-stack span:nth-child(3)::before,
.doc-stack span:nth-child(3)::after {
  content: '';
  position: absolute;
  left: 1rem;
  height: 0.35rem;
  border-radius: 99px;
  background: #ddd4c8;
}

.doc-stack span:nth-child(3)::before {
  width: 54%;
  top: 1.25rem;
}
.doc-stack span:nth-child(3)::after {
  width: 73%;
  top: 2.15rem;
}

.chart-demo {
  height: 7.5rem;
  display: flex;
  align-items: end;
  gap: 0.55rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  padding-top: 1rem;
  border-bottom: 1px solid #d9d0c4;
}

.chart-demo span {
  height: var(--bar);
  flex: 1;
  border-radius: 0.35rem 0.35rem 0 0;
  background: var(--coral);
  opacity: 0.76;
}

.pricing-section {
  background: var(--white);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.price-card {
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fffaf2;
  box-shadow: var(--shadow-card);
}

.price-card-featured {
  border-color: transparent;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-hover);
}

.plan-name {
  margin: 0;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card-featured .plan-name {
  color: var(--coral-bright);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 1.4rem 0 0.35rem;
}

.price strong {
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  font-weight: 720;
  letter-spacing: -0.06em;
}

.price span,
.plan-note,
.pricing-disclosure {
  color: var(--ink-muted);
}

.price-card-featured .price span,
.price-card-featured .plan-note {
  color: rgba(255, 248, 238, 0.58);
}

.plan-note {
  margin: 0;
  font-size: 0.84rem;
}

.price-card ul {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 1.45rem;
  color: #545d60;
  font-size: 0.88rem;
}

.price-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--coral);
  font-weight: 760;
}

.price-card-featured li {
  color: rgba(255, 248, 238, 0.76);
}

.pricing-disclosure {
  max-width: 58rem;
  margin: 1.5rem 0 0;
  font-size: 0.82rem;
}

.security-section {
  background: #eee5d8;
}

.security-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.security-copy > p {
  margin-bottom: 1.7rem;
}

.text-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--coral);
  font-size: 0.9rem;
  font-weight: 700;
}

.text-link span {
  transition-property: transform;
  transition-duration: 150ms;
}

.text-link:hover span {
  transform: translateX(4px);
}

.security-panel {
  min-height: 26rem;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem;
  border-radius: var(--radius-xl);
  background: var(--ink);
  color: var(--white);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.12),
    0 30px 60px -44px rgba(23, 27, 29, 0.8);
}

.shield {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(228, 101, 78, 0.35),
    rgba(228, 101, 78, 0.06) 62%,
    transparent 63%
  );
  box-shadow:
    inset 0 0 0 1px rgba(228, 101, 78, 0.2),
    0 0 60px rgba(228, 101, 78, 0.12);
}

.shield svg {
  width: 48%;
  fill: none;
  stroke: var(--coral-bright);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-list {
  display: flex;
  flex-direction: column;
}

.security-list > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.security-list > div:last-child {
  border-bottom: 0;
}

.security-list span {
  color: rgba(255, 248, 238, 0.43);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.security-list strong {
  font-size: 1rem;
  font-weight: 630;
}

.beta-section {
  padding-block: 6rem;
  background: var(--paper);
}

.beta-card {
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: clamp(2.5rem, 6vw, 5rem);
  overflow: hidden;
  position: relative;
  border-radius: var(--radius-xl);
  background: radial-gradient(
      circle at 90% 10%,
      rgba(255, 248, 238, 0.14),
      transparent 22rem
    ),
    var(--coral);
  color: var(--white);
}

.beta-card::before {
  content: 'K';
  position: absolute;
  right: -2rem;
  bottom: -8rem;
  color: rgba(255, 248, 238, 0.07);
  font-size: 27rem;
  font-weight: 800;
  line-height: 1;
}

.beta-card > * {
  position: relative;
  z-index: 1;
}

.beta-card h2 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.beta-card p {
  max-width: 39rem;
  margin-bottom: 0;
  color: rgba(255, 248, 238, 0.72);
}

.faq-section {
  padding-top: 4rem;
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 6rem;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  list-style: none;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 650;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--coral);
  transition-property: transform, background-color;
  transition-duration: 180ms;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
  background: var(--coral-soft);
}

.faq-list details p {
  max-width: 44rem;
  padding: 0 4.5rem 1.5rem 0;
  margin: 0;
  color: var(--ink-muted);
}

.site-footer {
  padding: 5rem 0 1.5rem;
  background: var(--ink);
  color: var(--white);
}

.legal-preview {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(4rem, 12vw, 8rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: radial-gradient(
      circle at 90% 10%,
      rgba(228, 101, 78, 0.2),
      transparent 28rem
    ),
    var(--ink);
  color: var(--white);
}

.legal-preview section {
  width: min(100%, 52rem);
  margin-inline: auto;
}

.legal-preview h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 8vw, 6rem);
}

.legal-preview p {
  max-width: 44rem;
  color: rgba(255, 248, 238, 0.64);
  font-size: 1.05rem;
}

.legal-preview .button {
  width: max-content;
  margin-top: 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  padding-bottom: 4rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-grid > div:first-child p {
  color: rgba(255, 248, 238, 0.5);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links strong {
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links a {
  width: max-content;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 248, 238, 0.5);
  font-size: 0.85rem;
  transition-property: color;
  transition-duration: 150ms;
}

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

.footer-bottom {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 248, 238, 0.4);
  font-size: 0.72rem;
}

.preview-state {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.preview-state i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(214, 166, 74, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition-property: opacity, transform;
  transition-duration: 520ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-step {
  animation: hero-enter 560ms cubic-bezier(0.2, 0, 0, 1) both;
}

.hero-step:nth-child(2) {
  animation-delay: 80ms;
}
.hero-step:nth-child(3) {
  animation-delay: 160ms;
}
.hero-step:nth-child(4) {
  animation-delay: 240ms;
}
.hero-step:nth-child(5) {
  animation-delay: 320ms;
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 46rem;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .product-stage {
    width: min(100%, 49rem);
  }

  .workflow-card {
    min-height: 20rem;
  }

  .feature-card,
  .feature-card-wide {
    grid-column: span 6;
  }

  .feature-card-wide {
    display: block;
  }

  .queue-demo {
    margin-top: 2rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
  }

  .nav {
    position: relative;
  }

  .menu-button {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.65rem;
    border-radius: 1rem;
    background: rgba(23, 27, 29, 0.97);
    box-shadow:
      0 0 0 1px rgba(255, 248, 238, 0.11),
      0 24px 48px -28px rgba(0, 0, 0, 0.8);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    justify-content: center;
  }

  .nav-links .nav-cta {
    margin: 0.25rem 0 0;
  }

  .hero {
    padding-top: 8rem;
  }

  .app-body {
    grid-template-columns: 3.2rem 13rem minmax(17rem, 1fr);
  }

  .app-window {
    overflow-x: auto;
  }

  .channel-row,
  .beta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .channel-row {
    padding-block: 1.6rem;
  }

  .channel-list {
    justify-content: flex-start;
  }

  .workflow-grid,
  .pricing-grid,
  .security-grid,
  .faq-grid,
  .footer-grid,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .workflow-grid {
    gap: 0.75rem;
  }

  .price-card {
    min-height: auto;
  }

  .workflow-card {
    min-height: auto;
  }

  .workflow-icon {
    margin-bottom: 2rem;
  }

  .split-heading,
  .security-grid,
  .faq-grid,
  .footer-grid {
    gap: 3rem;
  }

  .feature-card,
  .feature-card-wide {
    grid-column: 1 / -1;
  }

  .security-panel {
    min-height: 22rem;
  }

  .beta-card {
    gap: 2.5rem;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .nav {
    border-radius: 1rem;
  }

  .hero {
    min-height: 0;
    padding-bottom: 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.4rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .product-stage {
    margin-right: -0.65rem;
  }

  .app-window {
    border-radius: 1.1rem;
  }

  .app-body {
    min-width: 41rem;
  }

  .channel-list i {
    display: none;
  }

  .channel-list {
    gap: 0.55rem 1rem;
  }

  .section {
    padding-block: 5rem;
  }

  .section-heading h2,
  .security-copy h2,
  .beta-card h2 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  .workflow-card,
  .feature-card {
    padding: 1.5rem;
    border-radius: 1.25rem;
  }

  .feature-card-wide {
    display: block;
  }

  .security-panel {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .shield {
    width: 9rem;
    margin-inline: auto;
  }

  .beta-card {
    padding: 2rem 1.5rem;
    border-radius: 1.35rem;
  }

  .faq-list summary {
    min-height: 4.8rem;
    font-size: 0.96rem;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
