.atl-root {
  --bg: oklch(0.985 0.003 95);
  --bg-soft: oklch(0.97 0.004 95);
  --bg-card: oklch(1 0 0);
  --fg: oklch(0.18 0.01 155);
  --fg-muted: oklch(0.45 0.012 155);
  --fg-subtle: oklch(0.62 0.01 155);
  --border: oklch(0.92 0.005 145);
  --border-strong: oklch(0.86 0.008 145);
  --accent: oklch(0.42 0.09 158);
  --accent-bright: oklch(0.55 0.12 155);
  --accent-soft: oklch(0.95 0.025 155);
  --accent-fg: oklch(0.985 0.003 95);
  --shadow-sm: 0 1px 2px oklch(0.18 0.01 155 / 0.05);
  --shadow-md: 0 6px 24px -8px oklch(0.18 0.01 155 / 0.12), 0 2px 6px -2px oklch(0.18 0.01 155 / 0.06);
  --shadow-lg: 0 24px 60px -20px oklch(0.18 0.01 155 / 0.22), 0 8px 24px -8px oklch(0.18 0.01 155 / 0.1);
  --radius: 10px;
  --radius-lg: 14px;
  --maxw: 1440px;
  --page-edge: 96px;
  --nav-height: 68px;
}

.aln-dashboard-preview.aln-hero-preview {
  --aln-dashboard-scale: 1;
  position: relative;
  display: block;
  width: min(100%, 1120px);
  height: calc(620px * var(--aln-dashboard-scale));
  min-height: 0;
  margin-top: 48px;
  margin-bottom: 0;
  overflow: clip;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-bottom: 0;
  border-radius: var(--aln-radius-card, 8px) var(--aln-radius-card, 8px) 0 0;
  font-family: var(--aln-ui-font);
  background: #d8d2ce;
  color: #111827;
  text-align: left;
  box-shadow: var(--aln-shadow-lg, 0 22px 70px rgba(15, 23, 42, 0.065));
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 34%,
    rgba(0, 0, 0, 0.94) 48%,
    rgba(0, 0, 0, 0.68) 64%,
    rgba(0, 0, 0, 0.28) 82%,
    rgba(0, 0, 0, 0.06) 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 34%,
    rgba(0, 0, 0, 0.94) 48%,
    rgba(0, 0, 0, 0.68) 64%,
    rgba(0, 0, 0, 0.28) 82%,
    rgba(0, 0, 0, 0.06) 94%,
    transparent 100%
  );
}

.aln-dashboard-preview.aln-hero-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.36) 74%),
    url("/generated/hero-landscape.png") center center / cover no-repeat;
  filter: saturate(0.92) contrast(0.96) brightness(0.94);
  transform: scale(1.03);
}

.aln-dashboard-preview.aln-hero-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.aln-dashboard-scale-surface {
  position: relative;
  z-index: 1;
  display: flex;
  width: 1120px;
  height: 620px;
  overflow: hidden;
  border-radius: var(--aln-radius-card, 8px) var(--aln-radius-card, 8px) 0 0;
  background: #fbfcfc;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.1),
    0 14px 34px rgba(15, 23, 42, 0.08);
  transform: translate(
      calc(44px * var(--aln-dashboard-scale)),
      calc(34px * var(--aln-dashboard-scale))
    )
    scale(calc(var(--aln-dashboard-scale) * 0.91));
  transform-origin: top left;
}

.aln-dashboard-sidebar {
  display: flex;
  flex: 0 0 220px;
  flex-direction: column;
  gap: 18px;
  padding: 22px 20px;
  border-right: 1px solid rgba(15, 23, 42, 0.085);
  background: rgba(255, 255, 255, 0.62);
}

.aln-dashboard-brand {
  display: block;
  padding: 2px 0 4px;
}

.aln-dashboard-brand > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.aln-dashboard-brand strong,
.aln-dashboard-user strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.aln-dashboard-brand span,
.aln-dashboard-user span {
  color: #6b7280;
  font-size: 11px;
  line-height: 1.35;
}

.aln-dashboard-nav-group {
  display: grid;
  gap: 3px;
}

.aln-dashboard-nav-group > span {
  padding: 0 8px 4px;
  color: #9ca3af;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aln-dashboard-nav-item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: var(--aln-radius-control, 3px);
  color: #6b7280;
  font-size: 12px;
}

.aln-dashboard-nav-item svg {
  color: #7b858f;
}

.aln-dashboard-nav-item strong {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aln-dashboard-nav-item em {
  color: #9ca3af;
  font-style: normal;
  font-weight: 600;
}

.aln-dashboard-nav-item.active {
  background: rgba(15, 23, 42, 0.08);
  color: #24282f;
}

.aln-dashboard-nav-item.active svg,
.aln-dashboard-nav-item.active em {
  color: #24282f;
}

.aln-dashboard-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #edf0f2;
}

.aln-dashboard-user > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f1f2f4;
  color: #3f454d;
  font-size: 11px;
  font-weight: 700;
}

.aln-dashboard-main {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.aln-dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 60px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.085);
  background: rgba(255, 255, 255, 0.72);
}

.aln-dashboard-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(100%, 360px);
  height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: var(--aln-radius-control, 3px);
  background: rgba(255, 255, 255, 0.62);
  color: #9ca3af;
  font-size: 12px;
}

.aln-dashboard-search span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aln-dashboard-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.aln-dashboard-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: var(--aln-radius-control, 3px);
  background: rgba(255, 255, 255, 0.7);
  color: #374151;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.aln-dashboard-actions button:active {
  transform: scale(0.96);
}

.aln-dashboard-actions button.primary {
  border-color: #111827;
  background: #111827;
  color: #ffffff;
}

.aln-dashboard-kanban {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  min-height: 0;
}

.aln-dashboard-column {
  min-width: 0;
}

.aln-dashboard-column header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
}

.aln-dashboard-column header em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 6px;
  border-radius: var(--aln-radius-control, 3px);
  background: #eef2f7;
  color: #6b7280;
  font-style: normal;
  font-size: 11px;
}

.aln-dashboard-card {
  min-height: 120px;
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--aln-shadow-sm);
}

.aln-dashboard-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  color: #555c66;
  font-size: 11px;
  font-weight: 650;
}

.aln-dashboard-card p {
  margin: 0;
  color: #1f2937;
  font-size: 12px;
  line-height: 1.45;
}

.aln-dashboard-card footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .aln-dashboard-preview.aln-hero-preview {
    width: min(100%, 1120px);
    height: calc(620px * var(--aln-dashboard-scale));
  }

  .aln-dashboard-sidebar {
    flex-basis: 220px;
    padding: 22px 20px;
  }

  .aln-dashboard-kanban {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
  }
}

@media (max-width: 760px) {
  .aln-dashboard-preview.aln-hero-preview {
    width: min(100%, 1120px);
    height: calc(620px * var(--aln-dashboard-scale));
    margin-top: 42px;
  }

  .aln-dashboard-sidebar {
    display: flex;
  }

  .aln-dashboard-topbar {
    min-height: 60px;
    padding: 0 22px;
  }

  .aln-dashboard-actions {
    display: flex;
  }

  .aln-dashboard-search {
    width: min(100%, 360px);
  }

  .aln-dashboard-kanban {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
  }

  .aln-dashboard-card {
    min-height: 120px;
  }
}

.atl-root * { box-sizing: border-box; }
.atl-root html, .atl-root { margin: 0; padding: 0; }
.atl-root {
  font-family: var(--aln-font-sans);
  background: var(--bg);
  color: var(--fg);
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01', 'cv11';
  letter-spacing: -0.005em;
  line-height: 1.5;
}
.atl-root a { color: inherit; text-decoration: none; }
.atl-root button:not(.al2-live-preview button) { font: inherit; cursor: pointer; }

.aln-root {
  --aln-bg: #fafbfb;
  --aln-card: #ffffff;
  --aln-accent: #8b929b;
  --aln-accent-dark: #5f6873;
  --aln-text: #1a1a1a;
  --aln-muted: #73777d;
  --aln-soft: rgba(255, 255, 255, 0.58);
  --aln-ink: #111111;
  --aln-line: #e8ebef;
  --aln-radius-control: 3px;
  --aln-radius-card: 8px;
  --aln-radius-panel: 8px;
  --aln-radius-mark: 3px;
  --aln-radius: var(--aln-radius-card);
  --aln-radius-sm: var(--aln-radius-control);
  --aln-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
  --aln-shadow-md: 0 6px 16px rgba(15, 23, 42, 0.08);
  --aln-shadow-lg: 0 22px 70px rgba(15, 23, 42, 0.065);
  --aln-shadow-featured: 0 0 0 1px rgba(16, 185, 129, 0.14), 0 8px 24px rgba(15, 23, 42, 0.06);
  --aln-ui-bg: #fbfcfc;
  --aln-ui-panel: rgba(255, 255, 255, 0.76);
  --aln-ui-panel-strong: rgba(255, 255, 255, 0.9);
  --aln-ui-line: rgba(15, 23, 42, 0.085);
  --aln-ui-muted: #737c87;
  --aln-ui-ink: #24282d;
  --aln-ui-grid: rgba(148, 163, 184, 0.14);
  --aln-rail: 1240px;
  --aln-rail-half: 620px;
  --aln-rail-padding: 64px;
  --aln-page-scale: 1.2;
  --aln-nav-height: 48px;
  --aln-nav-control-height: 30px;
  --aln-focus-ring: #5f6873;
  --aln-ui-font: var(--aln-font-sans);
  --aln-mx: 0px;
  --aln-my: 0px;
  --aln-thread-opacity: 0;
  --aln-thread-y: 76px;
  --aln-command-opacity: 0;
  --aln-command-y: 76px;
  --aln-call-opacity: 0;
  --aln-call-y: 76px;
  width: calc(100% / var(--aln-page-scale));
  min-height: 100svh;
  margin-inline: auto;
  padding: 0 18px 24px;
  background: var(--aln-bg);
  overflow-x: clip;
  color: var(--aln-text);
  font-family: var(--aln-font-sans);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--aln-nav-height) + 24px);
  zoom: var(--aln-page-scale);
}

.aln-dashboard-preview,
.aln-hero-preview,
.aln-integration-stage,
.aln-product-system-visual,
.aln-product-example {
  font-family: var(--aln-ui-font);
}

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

.aln-root a {
  color: inherit;
  text-decoration: none;
}

.aln-root :where(a, button) {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(100, 116, 139, 0.14);
}

.aln-root :where(a, button):focus-visible {
  outline: 2px solid var(--aln-focus-ring);
  outline-offset: 3px;
}

.aln-skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding-inline: 14px;
  border-radius: var(--aln-radius-control);
  background: #111714;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  box-shadow: var(--aln-shadow-md);
  transform: translateY(calc(-100% - 18px));
  transition: transform 0.16s ease;
}

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

.aln-root h1,
.aln-root h2,
.aln-root h3 {
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.aln-root :where(p, li, blockquote) {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.aln-root :where(.aln-island[id]) {
  scroll-margin-top: calc(var(--aln-nav-height) + 24px);
}

@media (forced-colors: active) {
  .aln-root :where(a, button):focus-visible {
    outline-color: Highlight;
  }
}

body:has(.aln-root) {
  background: #fafbfb;
}

.aln-top-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  width: calc(100% + 36px);
  min-height: var(--aln-nav-height);
  margin: 0 -18px;
  padding-block: 0;
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: rgba(250, 251, 251, 0.82);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition: min-height 0.18s ease, background 0.18s ease;
}

.aln-top-nav-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  padding-block: 6px;
  padding-inline: 0;
  min-height: var(--aln-nav-height);
  transition: min-height 0.18s ease, padding 0.18s ease;
}

.aln-root.aln-root-scrolled .aln-top-nav {
  background: rgba(250, 251, 251, 0.9);
  box-shadow: none;
}

.aln-nav-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: var(--aln-nav-control-height);
  color: var(--aln-text);
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 auto;
  justify-self: start;
  transition: transform 0.2s ease;
}

.aln-nav-brand:hover {
  transform: scale(1.02);
}

.aln-nav-brand-word {
  color: #17191c;
  font-family: var(--aln-font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.aln-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 0 1 auto;
  min-width: 0;
  justify-self: center;
}

.aln-nav-drawer {
  display: none;
}

.aln-nav-drawer-actions {
  display: none;
}

.aln-nav-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: var(--aln-nav-control-height);
  min-height: var(--aln-nav-control-height);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--aln-radius-control);
  background: rgba(255, 255, 255, 0.72);
  color: var(--aln-text);
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.aln-nav-menu-button:active {
  transform: scale(0.96);
}

.aln-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--aln-nav-control-height);
  padding: 0;
  color: #666b70;
  font-family: var(--aln-font-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.aln-nav-link:hover {
  color: #141516;
}

.aln-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  justify-self: end;
  margin-left: 0;
}

.aln-root .aln-nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 28px;
  min-width: 0;
  padding-inline: 10px;
  border: 1px solid transparent;
  border-radius: var(--aln-radius-control);
  font-family: var(--aln-font-sans);
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.aln-root .aln-nav-action.primary {
  border-color: #111714;
  background: #111714;
  color: #ffffff;
}

.aln-root .aln-nav-action.secondary {
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.64);
  color: var(--aln-text);
}

.aln-root .aln-nav-action.primary:hover {
  border-color: #26312d;
  background: #26312d;
}

.aln-root .aln-nav-action.secondary:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.84);
  color: var(--aln-text);
}

.aln-root .aln-nav-action:active {
  transform: scale(0.96);
}

@media (max-width: 768px) {
  .aln-root {
    --aln-nav-height: 58px;
    --aln-nav-control-height: 38px;
  }

  .aln-top-nav {
    top: 0;
    gap: 12px;
    padding-block: 0;
    flex-wrap: nowrap;
  }

  .aln-top-nav-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-block: 10px;
  }

  .aln-nav-links,
  .aln-nav-actions {
    display: none;
  }

  .aln-nav-menu-button {
    display: inline-flex;
    justify-self: end;
  }

  .aln-top-nav.aln-nav-open .aln-nav-drawer {
    display: flex;
    position: fixed;
    inset-block-start: var(--aln-nav-height);
    inset-inline: 18px;
    inset-block-end: auto;
    z-index: 60;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--aln-radius-control);
    background: rgba(250, 251, 251, 0.96);
    box-shadow: none;
    backdrop-filter: blur(14px);
  }

  .aln-nav-drawer .aln-nav-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border-radius: var(--aln-radius-control);
    font-size: 15px;
  }

  .aln-nav-drawer .aln-nav-link:hover {
    background: rgba(15, 23, 42, 0.055);
    color: #141516;
  }

  .aln-top-nav.aln-nav-open .aln-nav-drawer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .aln-nav-drawer-actions .aln-nav-action {
    width: 100%;
    min-height: 38px;
    font-size: 13px;
  }
}

.aln-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 34px;
  border-radius: var(--aln-radius-mark);
  background: transparent;
  flex: 0 0 auto;
  overflow: hidden;
}

.aln-brand-mark.compact {
  width: 68px;
  height: 18px;
  border-radius: var(--aln-radius-mark);
  background: transparent;
  transition: width 0.18s ease, height 0.18s ease;
}

.aln-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.aln-island {
  width: 100%;
  max-width: var(--aln-rail);
  margin: 0 auto;
  padding: 84px 56px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: clip;
  position: relative;
}

.aln-island.aln-hero-island {
  isolation: isolate;
  position: relative;
  display: flex;
  min-height: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 0;
  border-top: 0;
  overflow: visible;
  text-align: center;
}

.aln-hero-island > * {
  position: relative;
  z-index: 1;
}

.aln-hero-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.aln-system-meta,
.aln-section-kicker,
.aln-feature-tag,
.aln-kicker,
.aln-dark-kicker {
  font-family: var(--aln-font-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--aln-muted);
}

.aln-system-meta span {
  margin-right: 8px;
  color: var(--aln-text);
}

.aln-hero-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--aln-muted);
  font-size: 13px;
  font-weight: 600;
}

.aln-hero-pill {
  --aln-pill-x: 50%;
  --aln-pill-y: 50%;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  margin-bottom: 20px;
  padding: 0 11px;
  border: 1px solid #cedad5;
  border-radius: var(--aln-radius-control);
  background: rgba(255, 255, 255, 0.3);
  color: #2f3538;
  font-family: var(--aln-font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  box-shadow: var(--aln-shadow-sm);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.16s ease;
}

.aln-hero-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background:
    radial-gradient(circle at var(--aln-pill-x) var(--aln-pill-y), rgba(226, 232, 240, 0.84), rgba(100, 116, 139, 0.22) 22%, transparent 52%),
    conic-gradient(from var(--aln-pill-angle, 0deg), transparent 0 62%, rgba(226, 232, 240, 0.68), rgba(100, 116, 139, 0.5), transparent 84% 100%);
  opacity: 0.28;
  animation: aln-pill-glow 8s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.aln-hero-pill::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  transition: background 0.18s ease;
}

.aln-hero-pill:hover {
  border-color: rgba(100, 116, 139, 0.18);
  background: rgba(252, 254, 253, 0.42);
  box-shadow: var(--aln-shadow-sm);
}

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

.aln-hero-pill:hover::before {
  opacity: 0.55;
}

.aln-hero-pill:hover::after {
  background: rgba(252, 254, 253, 0.42);
}

.aln-hero-pill svg {
  position: relative;
  transition: transform 0.16s ease;
}

.aln-hero-pill:hover svg {
  transform: translateX(1px);
}

.aln-hero-pill:active svg {
  transform: translateX(0);
}

@property --aln-pill-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes aln-pill-glow {
  to {
    --aln-pill-angle: 360deg;
  }
}

.aln-hero-island h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--aln-font-sans);
  font-size: 36px;
  line-height: 1.08;
  font-weight: 500;
  text-wrap: balance;
}

.aln-hero-preview {
  position: relative;
  width: min(100%, 980px);
  min-height: 430px;
  margin-top: 48px;
  margin-bottom: 12px;
  border-radius: var(--aln-radius-card) var(--aln-radius-card) 0 0;
  background:
    linear-gradient(180deg, rgba(245, 249, 247, 0.88), rgba(250, 251, 251, 0) 78%),
    var(--aln-ui-bg);
  overflow: visible;
  color: #17201c;
  border: 1px solid var(--aln-ui-line);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.aln-hero-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.aln-hero-float-card {
  position: absolute;
  z-index: 7;
  width: 198px;
  padding: 14px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.82);
  color: #17201c;
  text-align: left;
  box-shadow: var(--aln-shadow-md);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(76px) scale(0.96) rotate(var(--aln-float-rotate, 0deg));
  transition: opacity 0.14s linear, transform 0.14s linear;
}

.aln-hero-float-card strong {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.aln-hero-float-card p {
  margin: 8px 0 10px;
  color: #5f646a;
  font-size: 12px;
  line-height: 1.45;
}

.aln-hero-float-card > span {
  color: #8a9095;
  font-size: 11px;
  font-weight: 500;
}

.aln-float-window-dots {
  display: flex;
  gap: 6px;
}

.aln-float-window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f97373;
}

.aln-float-window-dots span:nth-child(2) {
  background: #fbbf24;
}

.aln-float-window-dots span:nth-child(3) {
  background: #64748b;
}

.aln-hero-float-card.float-command {
  width: 232px;
  background: rgba(16, 17, 18, 0.88);
  color: #f8fafc;
}

.aln-hero-float-card.float-command code {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--aln-font-mono);
  font-size: 11px;
  line-height: 1.75;
  white-space: normal;
}

.aln-call-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-top: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dbeafe, #bbf7d0);
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
}

.aln-hero-float-card.float-thread {
  --aln-float-rotate: -2deg;
  left: -54px;
  top: -28px;
  opacity: var(--aln-thread-opacity);
  transform: translateY(var(--aln-thread-y)) scale(1) rotate(var(--aln-float-rotate));
}

.aln-hero-float-card.float-command {
  --aln-float-rotate: 1.5deg;
  left: -46px;
  bottom: 66px;
  opacity: var(--aln-command-opacity);
  transform: translateY(var(--aln-command-y)) scale(1) rotate(var(--aln-float-rotate));
}

.aln-hero-float-card.float-call {
  --aln-float-rotate: 2deg;
  right: -58px;
  top: 82px;
  opacity: var(--aln-call-opacity);
  transform: translateY(var(--aln-call-y)) scale(1) rotate(var(--aln-float-rotate));
}

.aln-preview-topbar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 18px;
  height: 54px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--aln-ui-line);
}

.aln-window-dots {
  display: flex;
  gap: 6px;
}

.aln-window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.16);
}

.aln-preview-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 34px;
  padding: 0 12px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-control);
  background: rgba(255, 255, 255, 0.66);
  color: #6b7280;
  font-size: 13px;
}

.aln-preview-search span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aln-preview-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #5f646a;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.aln-preview-status span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--aln-accent);
  box-shadow: 0 0 16px var(--aln-accent);
}

.aln-preview-body {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr) 208px;
  gap: 10px;
  min-height: 360px;
  padding: 10px;
  overflow: hidden;
}

.aln-preview-sidebar,
.aln-preview-main,
.aln-preview-panel {
  border: 1px solid var(--aln-ui-line);
  background: var(--aln-ui-panel);
  backdrop-filter: blur(12px);
}

.aln-preview-sidebar {
  border-radius: var(--aln-radius-card);
  padding: 14px;
}

.aln-sidebar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 700;
}

.aln-side-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 10px;
  margin-bottom: 8px;
  border-radius: var(--aln-radius-control);
  color: #6b7280;
  font-size: 13px;
}

.aln-side-item.active {
  background: rgba(15, 23, 42, 0.06);
  color: #15201b;
}

.aln-preview-main {
  position: relative;
  min-width: 0;
  border-radius: var(--aln-radius-card);
  padding: 18px;
  overflow: hidden;
}

.aln-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.aln-preview-head strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(21px, 2.8vw, 32px);
  font-weight: 500;
}

.aln-kicker {
  text-transform: uppercase;
}

.aln-confidence {
  padding: 8px 12px;
  border-radius: var(--aln-radius-control);
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.aln-signal-map {
  position: absolute;
  inset: 76px 20px 20px;
}

.aln-signal-line {
  position: absolute;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(100, 116, 139, 0.12), rgba(100, 116, 139, 0.68), rgba(96, 165, 250, 0.28));
}

.aln-signal-line.line-a {
  left: 20%;
  top: 48%;
  width: 54%;
  transform: rotate(-22deg);
}

.aln-signal-line.line-b {
  left: 22%;
  top: 48%;
  width: 54%;
  transform: rotate(17deg);
}

.aln-signal-line.line-c {
  left: 22%;
  top: 50%;
  width: 50%;
  transform: rotate(0deg);
}

.aln-signal-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-control);
  background: rgba(255, 255, 255, 0.78);
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  transform: translate(var(--aln-mx), var(--aln-my));
  transition: transform 0.15s ease-out;
}

.aln-signal-node.node-primary {
  left: 40%;
  top: 37%;
  min-width: 128px;
  min-height: 58px;
  gap: 8px;
  background: var(--aln-accent);
  color: #07130f;
  box-shadow: 0 0 34px rgba(100, 116, 139, 0.18);
}

.aln-signal-node.node-one {
  left: 4%;
  top: 20%;
}

.aln-signal-node.node-two {
  right: 5%;
  top: 12%;
}

.aln-signal-node.node-three {
  left: 8%;
  bottom: 17%;
}

.aln-signal-node.node-four {
  right: 8%;
  bottom: 17%;
}

.aln-preview-panel {
  display: flex;
  flex-direction: column;
  border-radius: var(--aln-radius-card);
  padding: 18px;
}

.aln-preview-panel h3 {
  margin: 10px 0 10px;
  color: #17201c;
  font-size: 22px;
  font-weight: 500;
}

.aln-preview-panel p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
}

.aln-preview-panel ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.aln-preview-panel li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
}

.aln-preview-panel li svg {
  color: var(--aln-accent);
}

.aln-release-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 12px 20px;
  border-radius: var(--aln-radius-control);
  background: rgba(255, 255, 255, 0.92);
  color: var(--aln-text);
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--aln-shadow-md);
}

.aln-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}

.aln-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--aln-muted);
  font-family: var(--aln-font-sans);
  font-size: 14px;
  line-height: 1.5;
  text-wrap: pretty;
}

.aln-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.aln-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: var(--aln-radius-control);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.aln-button svg {
  transition: transform 0.16s ease;
}

.aln-button:hover {
  box-shadow: var(--aln-shadow-sm);
}

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

.aln-button.primary {
  background: #111714;
  color: #ffffff;
}

.aln-button.primary:hover {
  background: #26312d;
}

.aln-button.secondary {
  background: rgba(255, 255, 255, 0.64);
  color: var(--aln-text);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.aln-button.secondary:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.045);
}

.aln-button.secondary:hover svg {
  transform: translateX(1px);
}

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

.aln-hero-actions .aln-button {
  min-height: 34px;
  padding-inline: 12px;
  font-size: 13px;
}

.aln-hero-actions .aln-button svg {
  width: 14px;
  height: 14px;
}

.aln-button.white {
  background: #ffffff;
  color: #000000;
}

.aln-marquee-island {
  display: flex;
  padding: 20px 0;
  background: transparent;
}

.aln-marquee-track {
  display: flex;
  align-items: center;
  gap: 42px;
  min-width: max-content;
  padding-left: 40px;
  animation: aln-scroll 32s linear infinite;
}

.aln-marquee-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 136px;
  color: #80858a;
  font-size: 14px;
  font-weight: 700;
  filter: grayscale(1);
  opacity: 0.62;
}

.aln-marquee-logo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: var(--aln-radius-mark);
  outline: 1px solid oklch(0 0 0 / 0.1);
  outline-offset: -1px;
}

@keyframes aln-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.aln-section-header {
  margin-bottom: 32px;
}

.aln-section-kicker,
.aln-feature-tag {
  display: block;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.aln-feature-tag {
  font-family: var(--aln-font-mono);
  font-size: 10px;
}

.aln-section-header h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 500;
}

.aln-section-header p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--aln-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aln-brand-pov-island {
  padding-top: 80px;
  padding-bottom: 36px;
}

.aln-brand-pov-island .aln-section-header h2 {
  max-width: 940px;
  font-family: var(--aln-font-sans);
  font-size: 32px;
  line-height: 1.18;
}

.aln-brand-statement span:first-child {
  color: var(--aln-text);
}

.aln-brand-statement span:last-child {
  color: var(--aln-muted);
}

.aln-context-island {
  position: relative;
  width: min(100%, var(--aln-rail));
  margin: 0 auto;
  border: 1px solid var(--aln-line);
  border-radius: 0;
  background: #fbfcfc;
  color: var(--aln-text);
  overflow: hidden;
}

.aln-context-hero {
  position: relative;
  min-height: 500px;
  padding: 56px 44px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(100, 116, 139, 0.08), transparent 34%),
    #fbfcfc;
}

.aln-context-kicker {
  display: block;
  margin-bottom: 18px;
  color: #7a828c;
  font-size: 15px;
  font-weight: 500;
}

.aln-context-hero h2 {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  color: #111314;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.aln-context-bottom-copy {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: min(620px, calc(100% - 48px));
  transform: translateX(-50%);
}

.aln-context-bottom-copy span {
  display: block;
  margin-bottom: 8px;
  color: #7a828c;
  font-family: var(--aln-font-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aln-context-bottom-copy p {
  position: relative;
  margin: 0 auto;
  color: #6f7782;
  font-size: 14px;
  line-height: 1.5;
}

.aln-context-arc {
  position: absolute;
  left: 50%;
  bottom: -350px;
  width: min(1120px, 100%);
  height: 640px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-top-color: rgba(100, 116, 139, 0.22);
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), rgba(251, 252, 252, 0) 44%),
    #fbfcfc;
  box-shadow:
    -260px -70px 90px rgba(249, 115, 22, 0.16),
    -70px -130px 90px rgba(250, 204, 21, 0.13),
    160px -120px 110px rgba(100, 116, 139, 0.12),
    330px -70px 110px rgba(59, 130, 246, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
}

.aln-context-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 0;
}

.aln-context-card {
  min-height: 220px;
  padding: 24px 24px 28px;
  border-right: 0;
  background: rgba(255, 255, 255, 0.5);
}

.aln-context-card:last-child {
  border-right: 0;
}

.aln-context-card svg {
  color: #7a8490;
  margin-bottom: 72px;
}

.aln-context-card h3 {
  margin: 0 0 12px;
  color: #16191c;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.aln-context-card p {
  margin: 0;
  color: #76808c;
  font-size: 14px;
  line-height: 1.45;
}

.aln-flow-strip {
  display: grid;
  margin-top: 28px;
  border-top: 0;
}

.aln-flow-node {
  position: relative;
  display: grid;
  grid-template-columns: 58px 42px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 14px 0;
  border-bottom: 0;
  color: var(--aln-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.aln-flow-index {
  color: #a0a6ad;
  font-family: var(--aln-font-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.aln-flow-graphic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--aln-radius-control);
  background: rgba(100, 116, 139, 0.08);
  color: var(--aln-accent-dark);
  flex: 0 0 auto;
}

.aln-flow-node > span:last-child {
  overflow-wrap: anywhere;
}

.aln-flow-arrow {
  color: var(--aln-accent-dark);
  justify-self: end;
}

.aln-flow-strip.aln-brand-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin-top: 36px;
  border-top: 1px solid #eceef0;
  border-radius: 0;
  background: transparent;
}

.aln-brand-flow .aln-flow-node {
  position: relative;
  grid-template-columns: 1fr;
  align-content: start;
  justify-items: start;
  gap: 0;
  min-height: 150px;
  padding: 34px 28px 28px;
  border-right: 1px solid #eceef0;
  border-bottom: 0;
  text-align: start;
  color: #17191c;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.22s ease;
}

.aln-brand-flow .aln-flow-node:first-child {
  border-left: 0;
}

.aln-brand-flow .aln-flow-node:last-child {
  border-right: 0;
}

.aln-brand-flow .aln-flow-node:not(:last-child)::before {
  content: none;
}

.aln-brand-flow .aln-flow-node::after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 0;
  height: 1px;
  background: #6b7280;
  transition: width 0.18s ease;
}

.aln-brand-flow .aln-flow-node:hover::after,
.aln-brand-flow .aln-flow-node:focus-visible::after {
  width: 42px;
}

.aln-brand-flow .aln-flow-node:hover,
.aln-brand-flow .aln-flow-node:focus-visible {
  color: #111315;
}

.aln-flow-marker {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  min-width: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}

.aln-brand-flow .aln-flow-index {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.aln-brand-flow .aln-flow-graphic {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5f6873;
  box-shadow: none;
  transform: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.aln-brand-flow .aln-flow-graphic::after {
  content: none;
}

.aln-brand-flow .aln-flow-node:hover .aln-flow-graphic,
.aln-brand-flow .aln-flow-node:focus-visible .aln-flow-graphic {
  color: #4b5563;
  transform: scale(1.04);
}

.aln-brand-flow .aln-flow-title {
  align-self: center;
  overflow-wrap: break-word;
  color: #17191c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.18;
}

.aln-flow-copy {
  max-width: 210px;
  margin-top: 10px;
  color: #69727d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.aln-integrations-showcase {
  min-height: 580px;
  padding: 84px 34px 32px;
  text-align: center;
  background: transparent;
}

.aln-integrations-showcase h2 {
  max-width: 780px;
  margin: 0 auto;
  font-family: var(--aln-font-sans);
  font-size: 36px;
  line-height: 1.06;
  font-weight: 500;
}

.aln-integrations-showcase > p {
  max-width: 640px;
  margin: 16px auto 0;
  color: var(--aln-muted);
  font-family: var(--aln-font-sans);
  font-size: 16px;
  line-height: 1.55;
}

.aln-integration-stage {
  position: relative;
  width: min(100%, 680px);
  height: 320px;
  margin: 38px auto 0;
  perspective: 1100px;
  overflow: hidden;
  --aln-orbit-depth: 260px;
  --aln-orbit-duration: 22s;
}

.aln-integration-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  border-radius: 999px;
  transform: translate(-50%, -50%) rotateX(72deg);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(100, 116, 139, 0.08), rgba(100, 116, 139, 0) 62%);
}

.aln-integration-orbit {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: aln-orbit-spin var(--aln-orbit-duration) linear infinite;
}

.aln-integration-stage:hover .aln-integration-orbit,
.aln-integration-stage:hover .aln-integration-face {
  animation-play-state: paused;
}

.aln-integration-app {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 86px;
  font-family: var(--aln-ui-font);
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--aln-shadow-md);
  overflow: hidden;
  transform: translate(-50%, -50%) rotateY(var(--aln-rotate)) translateZ(var(--aln-orbit-depth));
  transform-style: preserve-3d;
}

.aln-integration-face {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  transform: rotateY(calc(-1 * var(--aln-rotate)));
  animation: aln-orbit-face var(--aln-orbit-duration) linear infinite;
  backface-visibility: hidden;
}

.aln-integration-app img {
  max-width: 68%;
  max-height: 46px;
  object-fit: contain;
  filter: saturate(1.08);
}

.aln-integration-app svg {
  color: currentColor;
}

.aln-integration-app strong {
  color: currentColor;
  font-size: 32px;
  line-height: 1;
}

.aln-integration-app span {
  display: none;
  color: rgba(17, 24, 39, 0.58);
  font-size: 10px;
  font-weight: 700;
}

@keyframes aln-orbit-spin {
  from {
    transform: rotateX(-10deg) rotateY(0deg);
  }
  to {
    transform: rotateX(-10deg) rotateY(360deg);
  }
}

@keyframes aln-orbit-face {
  from {
    transform: rotateY(calc(-1 * var(--aln-rotate)));
  }
  to {
    transform: rotateY(calc(-360deg - var(--aln-rotate)));
  }
}

.aln-integration-app.tone-blue,
.aln-integration-app.tone-blue-soft {
  background: rgba(255, 255, 255, 0.76);
  color: #2563eb;
}

.aln-integration-app.tone-dark,
.aln-integration-app.tone-slate {
  background: rgba(255, 255, 255, 0.76);
  color: #ffffff;
}

.aln-integration-app.tone-purple {
  background: rgba(255, 255, 255, 0.76);
  color: #ffffff;
}

.aln-integration-app.tone-sky {
  background: rgba(255, 255, 255, 0.76);
  color: #0284c7;
}

.aln-integration-app.tone-green,
.aln-integration-app.tone-mint {
  background: rgba(255, 255, 255, 0.76);
  color: #5f6873;
}

.aln-integration-app.tone-rainbow {
  background: rgba(255, 255, 255, 0.76);
  color: #ef4444;
}

.aln-integration-app.tone-yellow {
  background: rgba(255, 255, 255, 0.76);
  color: #ca8a04;
}

.aln-integration-app.tone-pink {
  background: rgba(255, 255, 255, 0.76);
  color: #db2777;
}

.aln-product-system {
  max-width: min(var(--aln-rail), calc(100vw - 36px));
  min-height: calc((var(--aln-system-count, 6) + 0.55) * 100vh);
  padding-inline: clamp(24px, 4vw, 56px);
  padding-bottom: 0;
  overflow: clip;
}

.aln-product-system-intro {
  max-width: 900px;
  margin-bottom: 20px;
}

.aln-product-system-intro .aln-section-header h2 {
  max-width: 760px;
  font-family: var(--aln-font-sans);
  font-size: 36px;
}

.aln-product-system-intro .aln-section-header p {
  max-width: 520px;
  font-family: var(--aln-font-sans);
}

.aln-product-system-layout {
  position: sticky;
  top: 88px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 44px);
  align-items: center;
  min-height: calc(100vh - 96px);
  padding: 12px 0 44px;
}

.aln-product-system-copy {
  align-self: center;
  min-width: 0;
}

.aln-product-feature-list {
  display: grid;
  gap: 0;
  padding-top: 4px;
  border-left: 2px solid rgba(148, 163, 184, 0.22);
}

.aln-product-feature {
  display: block;
  appearance: none;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 12px 0 13px 20px;
  color: var(--aln-text);
  font: inherit;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}

.aln-product-feature:hover,
.aln-product-feature.active {
  color: var(--aln-accent-dark);
  transform: translateX(2px);
}

.aln-product-feature.active::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 14px;
  width: 2px;
  height: calc(100% - 28px);
  border-radius: 999px;
  background: var(--aln-accent);
}

.aln-product-feature {
  position: relative;
}

.aln-product-feature h3 {
  margin: 4px 0 0;
  font-family: var(--aln-font-sans);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.aln-product-system-visual {
  position: relative;
  align-self: center;
  justify-self: stretch;
  top: auto;
  min-width: 0;
  min-height: clamp(460px, calc(100vh - 104px), 540px);
}

.aln-product-scroll-card {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  min-height: 480px;
  padding: 22px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-card);
  font-family: var(--aln-ui-font);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--aln-shadow-lg);
}

.aln-product-scroll-card.aln-evidence-only-card {
  height: clamp(460px, calc(100vh - 104px), 540px);
  min-height: 0;
  max-height: min(540px, calc(100vh - 104px));
  overflow: hidden;
}

.aln-product-visual-summary {
  max-width: 620px;
}

.aln-product-visual-summary .aln-feature-tag {
  margin-bottom: 6px;
}

.aln-product-visual-summary h3 {
  margin: 0;
  color: var(--aln-text);
  font-family: var(--aln-font-sans);
  font-size: 30px;
  line-height: 1.08;
  font-weight: 500;
}

.aln-product-visual-summary p {
  max-width: 560px;
  margin: 9px 0 0;
  color: var(--aln-muted);
  font-family: var(--aln-font-sans);
  font-size: 14px;
  line-height: 1.55;
}

.aln-product-visual-example {
  display: flex;
  min-height: 0;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}

.aln-evidence-only-card .aln-product-visual-example {
  position: relative;
  height: 100%;
  min-height: 356px;
  align-items: center;
  padding-top: 0;
  overflow: hidden;
  background: transparent;
}

.aln-evidence-only-card .aln-product-visual-example::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle at 50% 50%,
    rgba(100, 116, 139, 0.1) 0%,
    rgba(100, 116, 139, 0.04) 42%,
    transparent 70%
  );
}

.aln-evidence-only-card .aln-product-visual-example > * {
  position: relative;
  z-index: 1;
}

.aln-product-visual-example .aln-system-graphic {
  width: min(100%, 620px);
  min-height: 340px;
}

.aln-system-graphic {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-card);
  background:
    radial-gradient(circle at 50% 54%, rgba(100, 116, 139, 0.08), transparent 34%),
    var(--aln-ui-bg);
}

.aln-system-graphic-grid {
  position: absolute;
  inset: 0;
  display: none;
}

.aln-system-graphic-lines {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 80%;
  max-width: 460px;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: rgba(100, 116, 139, 0.42);
  stroke-width: 2;
}

.aln-system-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-control);
  background: rgba(255, 255, 255, 0.86);
  color: #1f2937;
  font-size: 12px;
  font-weight: 600;
  box-shadow: var(--aln-shadow-sm);
}

.aln-system-node svg {
  color: var(--aln-accent-dark);
}

.aln-system-output-card {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 3;
  width: min(320px, calc(100% - 52px));
  padding: 16px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--aln-shadow-md);
  transform: translateX(-50%);
}

.aln-system-output-card strong {
  display: block;
  margin-top: 8px;
  color: var(--aln-text);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 600;
}

.aln-system-output-card p {
  margin: 10px 0 0;
  color: var(--aln-muted);
  font-size: 13px;
  line-height: 1.45;
}


.aln-signal-notification-stack {
  display: flex;
  flex-direction: column;
  width: min(100%, 620px);
  gap: 18px;
  padding: 2px;
}

.aln-signal-notification-viewport {
  position: relative;
  width: 100%;
}

.aln-evidence-only-card .aln-signal-notification-viewport {
  display: flex;
  width: min(100%, 620px);
  height: 326px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 6px 0;
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 16%,
    #000 82%,
    transparent 100%
  );
}

.aln-evidence-only-card .aln-signal-notification-stack {
  width: 320px;
  max-width: 100%;
  gap: 24px;
  padding: 0;
  animation: aln-signal-roll 18s linear infinite;
  transform-origin: top center;
  will-change: transform;
}

.aln-signal-notification-loop {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aln-evidence-only-card .aln-signal-notification-viewport::before,
.aln-evidence-only-card .aln-signal-notification-viewport::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 78px;
  pointer-events: none;
}

.aln-evidence-only-card .aln-signal-notification-viewport::before {
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 100%);
}

.aln-evidence-only-card .aln-signal-notification-viewport::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 100%);
}

.aln-signal-notification-row {
  display: grid;
  gap: 8px;
}

.aln-evidence-only-card .aln-signal-notification-row {
  gap: 10px;
}

.aln-signal-notification {
  min-height: 104px;
  padding: 18px 20px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--aln-shadow-md);
}

.aln-evidence-only-card .aln-signal-notification {
  width: 320px;
  max-width: 100%;
  min-height: 84px;
  padding: 12px 14px;
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--aln-shadow-md);
}

.aln-signal-notification-row:nth-child(1) .aln-signal-notification,
.aln-signal-notification-row:nth-child(6) .aln-signal-notification {
  background: rgba(248, 250, 252, 0.96);
}

.aln-signal-person {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 6px;
  color: #1d211f;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.aln-evidence-only-card .aln-signal-person {
  gap: 7px;
  padding-left: 3px;
  color: #2f353a;
  font-family: var(--aln-font-sans);
  font-size: 12px;
  font-weight: 500;
}

.aln-signal-notification-logo {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: var(--aln-radius-mark);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  background: #8b95a1;
}

.aln-evidence-only-card .aln-signal-notification-logo {
  width: 20px;
  height: 20px;
  color: #64707a;
  font-size: 10px;
  background: #eef1f3;
}

.aln-signal-notification-body {
  min-width: 0;
}

.aln-evidence-only-card .aln-signal-notification-body {
  font-weight: 300;
}

.aln-signal-notification-body header,
.aln-signal-notification-body footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.aln-signal-notification-body header span,
.aln-signal-notification-body footer {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #7d8883;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.aln-evidence-only-card .aln-signal-notification-body header span,
.aln-evidence-only-card .aln-signal-notification-body footer {
  font-size: 8.5px;
  letter-spacing: 0.06em;
}

.aln-evidence-only-card .aln-signal-notification-body header {
  gap: 12px;
}

.aln-evidence-only-card .aln-signal-notification-body header span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aln-evidence-only-card .aln-signal-notification-body header span svg {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
}

.aln-signal-notification-body header span {
  text-transform: uppercase;
}

.aln-signal-notification-body header em {
  flex: 0 0 auto;
  min-height: 22px;
  padding: 3px 9px;
  border-radius: var(--aln-radius-control);
  background: #f1f3f5;
  color: #4b5563;
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
}

.aln-evidence-only-card .aln-signal-notification-body header em {
  min-height: 18px;
  padding: 3px 7px;
  font-size: 8px;
}

.aln-signal-notification-body strong {
  display: block;
  margin-top: 7px;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 650;
}

.aln-evidence-only-card .aln-signal-notification-body strong {
  margin-top: 7px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aln-signal-notification-body p {
  margin: 8px 0 10px;
  color: #17201c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.aln-evidence-only-card .aln-signal-notification-body p {
  display: -webkit-box;
  margin: 4px 0 6px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aln-evidence-only-card .aln-signal-notification-body footer {
  gap: 8px;
}

.aln-evidence-only-card .aln-signal-notification-body footer span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes aln-signal-roll {
  from {
    transform: translateY(0) scale(0.72);
  }

  to {
    transform: translateY(calc(-50% - 12px)) scale(0.72);
  }
}

.aln-product-example {
  min-height: 560px;
  padding: 20px;
  border-radius: var(--aln-radius-card);
  background:
    linear-gradient(135deg, rgba(100, 116, 139, 0.14), transparent 44%),
    #171a18;
  color: #ffffff;
  overflow: hidden;
}

.aln-product-example-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.aln-product-example-top strong {
  display: block;
  max-width: 310px;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 500;
}

.aln-product-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--aln-accent);
  color: #08110e;
  font-weight: 800;
}

.aln-product-example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aln-product-example-panel {
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.055);
}

.aln-product-example-panel.wide {
  grid-column: 1 / -1;
  min-height: 166px;
}

.aln-product-example-panel svg {
  color: var(--aln-accent);
  margin-bottom: 12px;
}

.aln-product-example-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.aln-product-example-panel p,
.aln-product-example-panel span {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.aln-product-meter {
  height: 10px;
  margin-top: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.aln-product-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--aln-accent);
}

.aln-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.aln-feature-card {
  border: 1px solid rgba(0, 0, 0, 0.045);
  border-radius: var(--aln-radius-card);
  background: rgba(255, 255, 255, 0.54);
  padding: 20px;
}

.aln-feature-card h3 {
  max-width: 320px;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.aln-feature-card p {
  margin: 0;
  color: var(--aln-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aln-workflow-island {
  max-width: var(--aln-rail);
  padding-top: 58px;
  padding-bottom: 56px;
  scroll-margin-top: calc(var(--aln-nav-height) + 18px);
  overflow: visible;
}

.aln-workflow-intro {
  width: min(100%, var(--aln-rail));
  margin: 0 auto;
}

.aln-workflow-pill {
  display: block;
  margin-bottom: 12px;
  color: var(--aln-muted);
  font-family: var(--aln-font-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aln-workflow-intro h2 {
  max-width: 720px;
  margin: 0;
  color: var(--aln-text);
  font-family: var(--aln-font-sans);
  font-size: 36px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.aln-workflow-intro h2 span {
  color: #7a828e;
}

.aln-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, var(--aln-rail));
  min-height: 300px;
  margin: 54px auto 0;
  font-family: var(--aln-font-sans);
  border-left: 0;
  background: transparent;
}

.aln-workflow-card {
  min-height: 300px;
  padding: 0 24px;
  border-right: 0;
}

.aln-workflow-step-tag {
  display: block;
  margin-bottom: 16px;
  color: #778294;
  font-size: 14px;
  font-weight: 500;
}

.aln-workflow-card h3 {
  margin: 0 0 10px;
  color: #2b2d31;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.aln-workflow-card p {
  max-width: 250px;
  margin: 0;
  color: #76808c;
  font-size: 14px;
  line-height: 1.45;
}

.aln-iso-visual {
  position: relative;
  align-self: end;
  min-height: 140px;
  perspective: 760px;
}

.aln-iso-visual::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 8%;
  bottom: 9px;
  height: 32px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.055);
  filter: blur(10px);
}

.aln-iso-platform {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 88px;
  border: 1px solid var(--aln-ui-line);
  border-radius: var(--aln-radius-card);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(243, 247, 245, 0.86)),
    #ffffff;
  color: var(--aln-accent-dark);
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.075),
    inset -12px -14px 24px rgba(15, 23, 42, 0.024);
  transform: translateX(-50%) rotateX(58deg) rotateZ(-36deg);
  transform-style: preserve-3d;
}

.aln-iso-platform::after {
  content: "";
  position: absolute;
  inset: auto 11px -10px;
  height: 16px;
  border-radius: 0 0 var(--aln-radius-card) var(--aln-radius-card);
  background: linear-gradient(180deg, rgba(100, 116, 139, 0.14), rgba(15, 23, 42, 0.06));
  transform: translateZ(-1px);
}

.aln-iso-platform svg {
  transform: rotateZ(36deg) rotateX(-58deg);
}

.aln-iso-chip {
  position: absolute;
  display: block;
  width: 54px;
  height: 36px;
  border-radius: var(--aln-radius-control);
  background: rgba(100, 116, 139, 0.1);
  border: 1px solid rgba(100, 116, 139, 0.14);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.055);
  transform: rotateX(58deg) rotateZ(-36deg);
}

.aln-iso-chip.chip-a {
  left: 10%;
  bottom: 54px;
}

.aln-iso-chip.chip-b {
  right: 8%;
  bottom: 74px;
  width: 42px;
  background: rgba(96, 165, 250, 0.13);
  border-color: rgba(96, 165, 250, 0.14);
}

.aln-iso-chip.chip-c {
  right: 28%;
  bottom: 18px;
  width: 66px;
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.07);
}

.aln-iso-visual.iso-extract .aln-iso-platform {
  color: #2563eb;
}

.aln-iso-visual.iso-evidence .aln-iso-platform {
  color: #5f6873;
}

.aln-iso-visual.iso-ticket .aln-iso-platform {
  background:
    linear-gradient(145deg, rgba(100, 116, 139, 0.92), rgba(71, 85, 105, 0.88)),
    var(--aln-accent);
  color: #07130f;
}

.aln-pricing-island {
  padding-top: 84px;
  padding-bottom: 56px;
  color: var(--aln-text);
}

.aln-pricing-intro {
  width: min(100%, var(--aln-rail));
  margin: 0 auto;
}

.aln-pricing-intro h2 {
  max-width: 720px;
  margin: 0;
  color: var(--aln-text);
  font-family: var(--aln-font-sans);
  font-size: 36px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.aln-pricing-intro h2 span {
  color: #7a828e;
}

.aln-pricing-island .aln-workflow-pill {
  letter-spacing: 0;
}

.aln-pricing-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 138px;
  margin-top: 22px;
  padding: 2px;
  border: 0;
  border-radius: var(--aln-radius-control);
  background: #f2f2f4;
  gap: 2px;
}

.aln-pricing-toggle button {
  display: grid;
  min-height: 30px;
  place-items: center;
  padding: 0 10px;
  border: 0;
  border-radius: var(--aln-radius-control);
  background: transparent;
  color: #17181a;
  font-family: var(--aln-font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.aln-pricing-toggle button:active {
  transform: scale(0.96);
}

.aln-pricing-toggle button.active {
  background: #ffffff;
  box-shadow: var(--aln-shadow-sm);
}

.aln-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  margin-top: 28px;
}

.aln-pricing-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 20px 18px 18px;
  border: 1px solid #e1e3e6;
  border-radius: var(--aln-radius-card);
  background: #ffffff;
  box-shadow: var(--aln-shadow-sm);
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.aln-pricing-card.featured {
  border-color: rgba(15, 23, 42, 0.18);
  background: #ffffff;
  box-shadow: var(--aln-shadow-featured);
}

.aln-pricing-card h3 {
  margin: 0;
  color: #4c5055;
  font-family: var(--aln-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.aln-pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-top: 14px;
}

.aln-pricing-price span {
  color: var(--aln-text);
  font-family: var(--aln-font-system);
  font-size: clamp(28px, 2.8vw, 32px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.aln-pricing-price small {
  margin-bottom: 4px;
  color: #777b83;
  font-family: var(--aln-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.aln-pricing-card > p {
  min-height: 44px;
  margin: 12px 0 0;
  color: #8b9198;
  font-size: 13px;
  line-height: 1.5;
}

.aln-pricing-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
}

.aln-pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6d727a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.aln-pricing-features svg {
  flex: 0 0 auto;
  color: #7d838c;
  stroke-width: 1.75;
}

.aln-pricing-action {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid #e0e3e7;
  border-radius: var(--aln-radius-control);
  background: #ffffff;
  color: #151719;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: var(--aln-shadow-sm);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background 0.16s ease;
}

.aln-pricing-action:not(.primary):hover {
  border-color: rgba(17, 17, 17, 0.2);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.045);
}

.aln-pricing-action:active {
  transform: scale(0.96);
}

.aln-pricing-action.primary {
  border-color: #111315;
  background: #111315;
  color: #ffffff;
  box-shadow: var(--aln-shadow-md);
}

.aln-pricing-action.primary:hover {
  background: #26292d;
  border-color: #26292d;
}

@media (max-width: 960px) {
  .aln-pricing-grid {
    grid-template-columns: 1fr;
  }

  .aln-pricing-card.featured {
    transform: none;
  }
}

@media (max-width: 700px) {
  .aln-pricing-island {
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .aln-pricing-intro h2 {
    font-size: 32px;
  }

  .aln-pricing-toggle {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
  }

  .aln-pricing-toggle button {
    min-height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }

  .aln-pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .aln-pricing-card {
    min-height: 0;
    padding: 22px 20px 20px;
  }

  .aln-pricing-card > p {
    min-height: 0;
  }

  .aln-pricing-features {
    gap: 10px;
    margin-top: 24px;
  }
}

.aln-cta-island {
  isolation: isolate;
  width: min(100%, var(--aln-rail));
  max-width: var(--aln-rail);
  margin-top: 40px;
  padding: 92px var(--aln-rail-padding);
  border-radius: var(--aln-radius-card);
  background:
    linear-gradient(180deg, rgba(4, 12, 8, 0.18), rgba(4, 12, 8, 0.54)),
    url("/generated/cta-forest-lake.png") center 54% / cover no-repeat;
  color: #ffffff;
  text-align: center;
  outline: 1px solid oklch(0 0 0 / 0.1);
  outline-offset: -1px;
  box-shadow: var(--aln-shadow-lg);
}

.aln-cta-island h2 {
  max-width: 620px;
  margin: 0 auto 16px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 500;
}

.aln-cta-island p {
  max-width: 620px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.aln-cta-island .aln-button.white {
  background: rgba(255, 255, 255, 0.94);
  color: #101513;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.aln-cta-island .aln-button.white:hover {
  background: #ffffff;
}

.aln-footer {
  width: 100%;
  max-width: var(--aln-rail);
  margin: 40px auto 0;
  padding: 22px var(--aln-rail-padding) 18px;
  border-top: 0;
  background: transparent;
  overflow: visible;
}

.aln-footer--utility .aln-footer-main {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(0, 2.4fr);
  gap: 24px 48px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 0;
}

.aln-footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 260px;
}

.aln-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-inline-start: 0;
  color: var(--aln-text);
  text-decoration: none;
}

.aln-footer-brand .aln-brand-mark.compact {
  width: 96px;
  height: 25px;
}

.aln-footer-brand span {
  font-family: var(--aln-font-system);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.aln-footer-brand-block p {
  margin: 0;
  color: #8c9298;
  font-size: 13px;
  line-height: 1.45;
}

.aln-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 28px;
  border-bottom: none;
}

.aln-footer-heading {
  display: block;
  margin: 0 0 2px;
  color: #4c5055;
  font-family: var(--aln-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aln-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-height: 0;
  padding: 0;
}

.aln-footer-column a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: #747a80;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.16s ease, text-decoration-color 0.16s ease;
}

.aln-footer-column a:hover {
  color: #151719;
  text-decoration-color: rgba(21, 23, 25, 0.36);
}

.aln-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0 0;
  color: #6f757b;
  font-family: var(--aln-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.aln-footer-bottom a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: #747a80;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.16s ease, text-decoration-color 0.16s ease;
}

.aln-footer-bottom a:hover {
  color: #151719;
  text-decoration-color: rgba(21, 23, 25, 0.36);
}

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

  .aln-root *,
  .aln-root *::before,
  .aln-root *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .aln-integration-orbit {
    transform: rotateX(-10deg) rotateY(-18deg);
  }

  .aln-evidence-only-card .aln-signal-notification-stack {
    animation: none !important;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .aln-hero-island {
    padding-bottom: 44px;
  }

  .aln-hero-preview {
    width: min(100%, 880px);
    min-height: 400px;
    margin-top: 58px;
    margin-bottom: 8px;
  }

  .aln-hero-float-card {
    width: 176px;
    padding: 12px;
  }

  .aln-hero-float-card.float-command {
    width: 206px;
  }

  .aln-hero-float-card.float-thread {
    left: -28px;
    top: -22px;
  }

  .aln-hero-float-card.float-command {
    left: -28px;
    bottom: 54px;
  }

  .aln-hero-float-card.float-call {
    right: -28px;
    top: 86px;
  }

  .aln-preview-body {
    grid-template-columns: 132px minmax(0, 1fr) 190px;
    min-height: 332px;
  }

  .aln-preview-sidebar,
  .aln-preview-main,
  .aln-preview-panel {
  border-radius: var(--aln-radius-card);
  }

  .aln-preview-panel {
    padding: 16px;
  }
}

@media (max-width: 900px) {
  .aln-hero-float-card {
    display: none;
  }

  .aln-preview-body {
    grid-template-columns: 1fr;
  }

  .aln-preview-sidebar {
    display: none;
  }

  .aln-preview-panel {
    min-height: 220px;
  }

  .aln-flow-strip {
    margin-top: 26px;
  }

  .aln-flow-node {
    grid-template-columns: 52px 38px minmax(0, 1fr) 26px;
    gap: 14px;
  }

  .aln-context-hero {
    min-height: 500px;
    padding: 64px 32px 0;
  }

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

  .aln-context-card {
    min-height: 230px;
    border-bottom: 0;
  }

  .aln-context-card svg {
    margin-bottom: 72px;
  }

  .aln-integrations-showcase {
    padding-top: 48px;
  }

  .aln-integration-stage {
    height: 330px;
    margin-top: 48px;
    --aln-orbit-depth: 220px;
  }

  .aln-integration-stage::after {
    width: 250px;
    height: 250px;
  }

  .aln-integration-app {
    width: 96px;
    height: 76px;
  }

  .aln-product-system-layout {
    grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
    gap: 18px;
  }

  .aln-product-scroll-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .aln-system-graphic {
    min-height: 360px;
  }

  .aln-product-example-top strong {
    font-size: 16px;
  }

  .aln-product-example {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .aln-product-system {
    min-height: auto;
    padding-bottom: 48px;
  }

  .aln-product-system-intro {
    margin-bottom: 36px;
  }

  .aln-product-system-layout {
    position: static;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0;
  }

  .aln-product-feature-list,
  .aln-product-system-visual,
  .aln-product-scroll-card {
    position: static;
  }

  .aln-product-feature-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    border-left: 0;
    padding: 4px 0 12px;
    scroll-snap-type: x mandatory;
  }

  .aln-product-feature {
    flex: 0 0 220px;
    padding: 14px;
    border: 1px solid var(--aln-line);
    border-radius: var(--aln-radius-card);
    background: rgba(255, 255, 255, 0.56);
    scroll-snap-align: start;
  }

  .aln-product-scroll-card {
    border-radius: var(--aln-radius-card);
  }

  .aln-system-graphic {
    min-height: 320px;
  }

  .aln-flow-strip.aln-brand-flow {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 28px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .aln-brand-flow .aln-flow-node {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 4px;
    min-height: 0;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid #eceef0;
    scroll-snap-align: none;
  }

  .aln-brand-flow .aln-flow-node:first-child {
    border-left: 0;
  }

  .aln-brand-flow .aln-flow-node::after {
    content: none;
  }

  .aln-flow-marker {
    grid-row: 1 / span 2;
    margin-bottom: 28px;
  }

  .aln-brand-flow .aln-flow-marker {
    margin-bottom: 0;
  }

  .aln-brand-flow .aln-flow-index {
    min-width: 0;
  }

  .aln-brand-flow .aln-flow-graphic {
    width: 18px;
    height: 18px;
  }

  .aln-brand-flow .aln-flow-title {
    align-self: end;
    font-size: 14px;
    font-weight: 500;
  }

  .aln-brand-flow .aln-flow-copy {
    grid-column: 2;
    max-width: none;
    margin-top: 0;
    font-size: 12px;
  }

  .aln-product-visual-summary h3 {
    font-size: 26px;
  }

  .aln-product-visual-summary p {
    font-size: 14px;
  }

  .aln-product-example {
    min-height: 520px;
  }

}

@media (max-width: 920px) {
  .aln-root {
    --aln-rail-padding: 24px;
    --aln-nav-height: 58px;
    --aln-nav-control-height: 38px;
    padding: 0 12px 18px;
    background: var(--aln-bg);
  }

  .aln-top-nav {
    top: 0;
    width: calc(100% + 24px);
    margin: 0 -12px;
    gap: 12px;
    padding-block: 0;
    padding-inline: 12px;
    flex-wrap: nowrap;
  }

  .aln-top-nav-inner {
    width: 100%;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-block: 10px;
    padding-inline: 0;
  }

  .aln-nav-links,
  .aln-nav-actions {
    display: none;
  }

  .aln-nav-menu-button {
    display: inline-flex;
    margin-inline-start: auto;
  }

  .aln-top-nav.aln-nav-open .aln-nav-drawer {
    display: flex;
    position: fixed;
    inset-block-start: var(--aln-nav-height);
    inset-inline: 12px;
    inset-block-end: auto;
    z-index: 60;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--aln-radius-control);
    background: rgba(250, 251, 251, 0.96);
    box-shadow: none;
    backdrop-filter: blur(14px);
  }

  .aln-nav-drawer .aln-nav-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border-radius: var(--aln-radius-control);
    font-size: 15px;
  }

  .aln-nav-drawer .aln-nav-link:hover {
    background: rgba(15, 23, 42, 0.055);
    color: #141516;
  }

  .aln-top-nav.aln-nav-open .aln-nav-drawer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .aln-nav-drawer-actions .aln-nav-action {
    width: 100%;
    min-height: 40px;
    font-size: 14px;
  }

  .aln-nav-brand {
    min-width: 0;
  }

  .aln-brand-mark.compact {
    width: 68px;
    height: 18px;
  }

  .aln-island {
    padding: 48px 24px;
  }

  .aln-hero-island {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .aln-hero-pill {
    margin-bottom: 22px;
  }

  .aln-hero-island h1 {
    font-size: clamp(34px, 5vw, 36px);
  }

  .aln-hero-preview {
    width: min(100%, 640px);
    min-height: 0;
    margin-top: 42px;
    border-radius: var(--aln-radius-card) var(--aln-radius-card) 0 0;
    overflow: hidden;
  }

  .aln-hero-float-card {
    width: 180px;
    padding: 12px;
    border-radius: var(--aln-radius-card);
  }

  .aln-hero-float-card strong {
    margin-top: 8px;
    font-size: 12px;
  }

  .aln-hero-float-card p,
  .aln-hero-float-card > span {
    font-size: 10px;
  }

  .aln-hero-float-card.float-thread {
    left: 8px;
    top: 72px;
  }

  .aln-hero-float-card.float-command {
    width: 210px;
    left: 8px;
    bottom: 54px;
  }

  .aln-hero-float-card.float-call {
    right: 8px;
    top: 172px;
  }

  .aln-preview-topbar {
    grid-template-columns: auto 1fr;
    height: 52px;
    padding: 10px 12px;
  }

  .aln-preview-status {
    display: none;
  }

  .aln-preview-body {
    min-height: auto;
    gap: 10px;
    padding: 10px;
  }

  .aln-preview-main {
    min-height: 190px;
    padding: 18px;
  }

  .aln-signal-map {
    inset: 84px 14px 18px;
  }

  .aln-preview-panel {
    min-height: 190px;
    padding: 18px;
    text-align: left;
  }

  .aln-preview-panel h3,
  .aln-preview-panel p {
    text-align: left;
  }

  .aln-preview-panel ul {
    padding-top: 18px;
  }

  .aln-release-badge {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 10px 10px;
    text-align: center;
    box-shadow: none;
  }

  .aln-feature-grid,
  .aln-product-example-grid {
    grid-template-columns: 1fr;
  }

  .aln-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    margin-top: 56px;
    background-size: 100% 36px;
  }

  .aln-workflow-card {
    min-height: 260px;
    padding: 0 24px 42px;
  }

  .aln-product-example {
    min-height: 0;
    padding: 18px;
  }

  .aln-product-example-panel.wide {
    grid-column: auto;
  }

  .aln-footer {
    margin-top: 52px;
    padding-top: 24px;
  }

  .aln-footer--utility .aln-footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .aln-footer-brand-block {
    max-width: none;
  }

  .aln-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .aln-root {
    padding: 0 10px 16px;
  }

  .aln-top-nav {
    width: calc(100% + 20px);
    margin: 0 -10px;
    gap: 10px;
    padding-block: 0;
    padding-inline: 10px;
  }

  .aln-top-nav-inner {
    width: 100%;
    margin: 0 auto;
    gap: 10px;
  }

  .aln-top-nav.aln-nav-open .aln-nav-drawer {
    inset-inline: 10px;
  }

  .aln-hero-island {
    padding-top: 38px;
  }

  .aln-hero-pill {
    max-width: 100%;
    min-height: 32px;
    padding-inline: 10px;
    font-size: 11px;
    white-space: nowrap;
  }

  .aln-hero-island h1 {
    max-width: 430px;
    font-size: clamp(32px, 8vw, 36px);
    line-height: 1.08;
  }

  .aln-hero-island h1 br {
    display: none;
  }

  .aln-hero-copy {
    margin-top: 18px;
  }

  .aln-hero-copy p {
    max-width: 310px;
    font-size: 14px;
  }

  .aln-hero-preview {
    min-height: 0;
    margin-top: 30px;
    border-radius: var(--aln-radius-card) var(--aln-radius-card) 0 0;
  }

  .aln-hero-float-card {
    display: none;
  }

  .aln-hero-header {
    margin-bottom: 28px;
  }

  .aln-hero-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .aln-preview-search span {
    max-width: 160px;
  }

  .aln-signal-node {
    min-width: 64px;
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .aln-signal-node.node-primary {
    left: 32%;
    min-width: 112px;
  }

  .aln-flow-strip,
  .aln-workflow-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .aln-flow-strip.aln-brand-flow {
    grid-template-columns: 1fr;
  }

  .aln-workflow-island {
    padding-top: 64px;
  }

  .aln-workflow-intro h2 {
    font-size: 36px;
  }

  .aln-workflow-grid {
    margin-top: 46px;
  }

  .aln-workflow-card {
    min-height: 210px;
    padding: 0 18px 36px;
  }

  .aln-workflow-card p {
    max-width: none;
    font-size: 14px;
  }

  .aln-flow-node {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 68px;
    padding: 16px 0;
    font-size: 16px;
  }

  .aln-flow-index {
    grid-column: 1 / -1;
  }

  .aln-context-island {
    width: 100%;
  }

  .aln-context-hero {
    min-height: 430px;
    padding: 52px 22px 0;
  }

  .aln-context-hero h2 {
    font-size: 42px;
  }

  .aln-context-bottom-copy p {
    font-size: 14px;
  }

  .aln-context-arc {
    bottom: -300px;
    width: 760px;
    height: 520px;
  }

  .aln-context-card-grid {
    grid-template-columns: 1fr;
  }

  .aln-context-card {
    min-height: 0;
    padding: 26px 22px;
    border-right: 0;
    border-bottom: 0;
  }

  .aln-context-card svg {
    margin-bottom: 42px;
  }

  .aln-integrations-showcase h2 {
    font-size: 36px;
  }

  .aln-integration-stage {
    height: 280px;
    margin-top: 36px;
    --aln-orbit-depth: 160px;
  }

  .aln-integration-stage::after {
    width: 190px;
    height: 190px;
  }

  .aln-integration-app {
    width: 78px;
    height: 64px;
  border-radius: var(--aln-radius-card);
  }

  .aln-integration-app img {
    max-width: 68%;
    max-height: 34px;
  }

  .aln-integration-app svg {
    width: 26px;
    height: 26px;
  }

  .aln-integration-app span {
    font-size: 9px;
  }

  .aln-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 330px);
    margin-top: 18px;
  }

  .aln-hero-actions .aln-button {
    width: 100%;
    min-height: 34px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .aln-marquee-track {
    gap: 34px;
  }

  .aln-cta-island {
    margin-top: 28px;
    padding: 64px 24px;
  }

  .aln-footer {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .aln-footer--utility .aln-footer-main {
    gap: 16px;
    padding-bottom: 18px;
  }

  .aln-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .aln-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
  }
}

/* Typography alignment pass */
.aln-root {
  --aln-font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --aln-font-system: var(--aln-font-sans);
  --aln-font-mono: var(--aln-font-sans);
  --aln-label-letter-spacing: 0.04em;
}

.aln-root {
  font-family: var(--aln-font-system);
}

.aln-root :where(button, input, textarea, select, a, p, h1, h2, h3, h4, h5, h6, span, li, article) {
  font-family: inherit;
}

.aln-root :where(.aln-section-kicker, .aln-feature-tag, .aln-workflow-pill, .aln-pricing-kicker, .aln-footer-heading, .aln-signal-notification-source) {
  font-family: var(--aln-font-mono);
  text-transform: uppercase;
}

.aln-pricing-price small {
  font-family: var(--aln-font-mono);
}

#info h1 {
  font-family: var(--aln-font-system);
}

#info.aln-hero-island::before {
  content: none;
  display: none;
}

#info .aln-hero-copy p {
  max-width: 720px;
  font-family: var(--aln-font-system);
  font-size: 14px;
}

#info .aln-hero-pill {
  font-family: var(--aln-font-system);
  font-size: 12px;
  border-color: #cedad5;
}

.aln-brand-statement,
.aln-brand-statement span {
  font-family: var(--aln-font-system);
  font-size: clamp(32px, 3.2vw, 36px);
  line-height: 1.16;
}

.aln-brand-statement span:first-child {
  color: #171717;
}

.aln-brand-statement span:last-child {
  color: #6f7680;
}

#integrations h2,
.aln-product-system-intro .aln-section-header h2,
.aln-workflow-intro h2,
.aln-workflow-intro h2 span,
.aln-pricing-intro h2,
.aln-pricing-intro h2 span,
.aln-proof-intro h2,
.aln-proof-intro h2 span {
  font-family: var(--aln-font-system);
  font-size: clamp(32px, 3.2vw, 36px);
  line-height: 1.12;
}

#integrations p,
.aln-product-system-intro .aln-section-header p,
.aln-workflow-card p,
.aln-pricing-features li {
  font-family: var(--aln-font-system);
  font-size: 14px;
}

.aln-pricing-card > p {
  font-family: var(--aln-font-system);
  font-size: 13px;
}

.aln-pricing-price span {
  font-family: var(--aln-font-system);
}

.aln-product-feature h3 {
  font-family: var(--aln-font-system);
  font-size: 16px;
}

.aln-feature-tag,
.aln-product-system-visual .aln-feature-tag,
.aln-product-feature .aln-feature-tag {
  font-family: var(--aln-font-mono);
  font-size: 10px;
}

.aln-product-visual-summary h3 {
  font-family: var(--aln-font-system);
  font-size: 30px;
  font-weight: 500;
}

.aln-product-visual-summary p {
  font-family: var(--aln-font-system);
  font-size: 14px;
  line-height: 1.55;
}

.aln-workflow-card,
.aln-pricing-island :where(h2, h3, p, span, li, a, button) {
  font-family: var(--aln-font-system);
}

.aln-signal-notification-body {
  font-weight: 300;
}

.aln-root :where(h1, h2, h3, h4, h5, h6),
.aln-root :where(h1, h2, h3, h4, h5, h6) :where(span, em),
.atl-root :where(h1, h2, h3, h4, h5, h6),
.atl-root :where(h1, h2, h3, h4, h5, h6) :where(span, em) {
  letter-spacing: -1px !important;
}

.aln-root :where(h1, h2),
.aln-root :where(h1, h2) :where(span, em),
.atl-root :where(h1, h2),
.atl-root :where(h1, h2) :where(span, em) {
  letter-spacing: -2px !important;
}

.aln-root p {
  font-family: var(--aln-font-system);
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.aln-root :where(
  .aln-section-kicker,
  .aln-kicker,
  .aln-dark-kicker,
  .aln-context-kicker,
  .aln-integrations-eyebrow,
  .aln-feature-tag,
  .aln-workflow-pill,
  .aln-pricing-kicker,
  .aln-footer-heading,
  .aln-signal-notification-source,
  .aln-systems-carousel-copy > span
) {
  font-family: var(--aln-font-system) !important;
  font-size: 10px !important;
  letter-spacing: var(--aln-label-letter-spacing) !important;
}

.aln-pricing-island :where(.aln-workflow-pill, .aln-pricing-kicker),
.aln-pricing-card h3 {
  letter-spacing: 0 !important;
}

.aln-root :where(h1, h2, h3, h4, h5, h6),
.aln-root :where(h1, h2, h3, h4, h5, h6) :where(span, em),
.atl-root :where(h1, h2, h3, h4, h5, h6),
.atl-root :where(h1, h2, h3, h4, h5, h6) :where(span, em),
.aln-root :where(
  .aln-brand-statement,
  .aln-brand-statement span,
  .aln-flow-title,
  .aln-systems-carousel-copy > strong,
  .aln-product-visual-summary h3,
  .aln-footer-heading
) {
  font-weight: 400 !important;
}

.aln-root :where(
  .aln-section-kicker,
  .aln-kicker,
  .aln-dark-kicker,
  .aln-context-kicker,
  .aln-integrations-eyebrow,
  .aln-workflow-pill,
  .aln-pricing-kicker
) {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  min-height: 18px;
  padding: 2px 6px;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: var(--aln-radius-control);
  background: rgba(15, 23, 42, 0.035);
  color: #737a84 !important;
  line-height: 1 !important;
}

@media (prefers-reduced-motion: no-preference) {
  .aln-root.aln-reveal-ready .aln-island:not(.aln-hero-island):not(.aln-workflow-island) {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(2px);
    transition:
      opacity 0.5s ease-out,
      transform 0.62s cubic-bezier(0.2, 0, 0, 1),
      filter 0.62s cubic-bezier(0.2, 0, 0, 1);
  }

  .aln-root.aln-reveal-ready .aln-island:not(.aln-hero-island):not(.aln-workflow-island).is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  .aln-root.aln-reveal-ready .aln-island:not(.aln-hero-island):not(.aln-workflow-island) > * {
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.46s ease-out 0.08s,
      transform 0.58s cubic-bezier(0.2, 0, 0, 1) 0.08s;
  }

  .aln-root.aln-reveal-ready .aln-island:not(.aln-hero-island):not(.aln-workflow-island).is-visible > * {
    opacity: 1;
    transform: translateY(0);
  }
}
