/* Generated from packages/design-system/elgentic.css. Do not edit directly. */
/*
 * Elgentic Design System
 * Canonical source. Run `node packages/design-system/sync.mjs` after editing.
 * Generated copies are checked into each independently deployed application.
 */

:root {
  color-scheme: light;

  /* Brand */
  --el-color-ink: #17213b;
  --el-color-ink-strong: #10182d;
  --el-color-ink-body: #303a54;
  --el-color-muted: #636e86;
  --el-color-muted-strong: #4f5a72;
  --el-color-brand: #6656e8;
  --el-color-brand-hover: #5146bf;
  --el-color-brand-soft: #eeeaff;
  --el-color-brand-subtle: #f7f5ff;
  --el-color-accent: #8b5cf6;
  --el-color-canvas: #f6f7fb;
  --el-color-surface: #ffffff;
  --el-color-line: #e5e8f0;
  --el-color-line-strong: #cbd1dc;
  --el-color-success: #167654;
  --el-color-success-soft: #e8f7f0;
  --el-color-warning: #7a5500;
  --el-color-warning-soft: #fff6d8;
  --el-color-danger: #a43b4f;
  --el-color-danger-soft: #fff0f2;

  /* Accent families */
  --el-gradient-brand: linear-gradient(130deg, #202a57 0%, #5146bf 56%, #8c5be7 100%);
  --el-gradient-violet: linear-gradient(90deg, #6d5be9, #a667dc);
  --el-gradient-blue: linear-gradient(90deg, #3385e8, #5fc3dd);
  --el-gradient-mint: linear-gradient(90deg, #24a37a, #83d3a7);
  --el-gradient-amber: linear-gradient(90deg, #d7902e, #f4c864);
  --el-gradient-rose: linear-gradient(90deg, #d85d83, #ed8f8f);
  --el-gradient-slate: linear-gradient(90deg, #526079, #91a0b9);

  /* Typography */
  --el-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --el-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --el-text-xs: 0.8rem;
  --el-text-sm: 0.875rem;
  --el-text-base: 1rem;
  --el-text-lg: 1.125rem;
  --el-text-xl: 1.375rem;
  --el-text-2xl: 1.75rem;
  --el-text-3xl: clamp(2rem, 4vw, 3.1rem);
  --el-text-display: clamp(2.75rem, 6.2vw, 5rem);
  --el-weight-body: 400;
  --el-weight-medium: 500;
  --el-weight-emphasis: 600;
  --el-weight-heading: 700;
  --el-weight-display: 800;
  --el-leading-body: 1.58;
  --el-leading-heading: 1.12;

  /* Shape, spacing, elevation */
  --el-space-1: 4px;
  --el-space-2: 8px;
  --el-space-3: 12px;
  --el-space-4: 16px;
  --el-space-5: 20px;
  --el-space-6: 24px;
  --el-space-7: 28px;
  --el-space-8: 32px;
  --el-space-10: 40px;
  --el-space-12: 48px;
  --el-space-16: 64px;
  --el-radius-sm: 10px;
  --el-radius-md: 14px;
  --el-radius-lg: 21px;
  --el-radius-xl: 28px;
  --el-radius-pill: 999px;
  --el-shadow-sm: 0 6px 20px rgba(31, 38, 78, 0.045);
  --el-shadow-lg: 0 18px 45px rgba(31, 38, 78, 0.1);
  --el-content-width: 1180px;
  --el-reading-width: 74ch;
}

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

body {
  margin: 0;
  font-family: var(--el-font-sans);
  font-size: 16px;
  line-height: var(--el-leading-body);
  color: var(--el-color-ink);
  background:
    radial-gradient(circle at 8% 0%, #eeeaff 0, transparent 28rem),
    var(--el-color-canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.marketing-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

a {
  color: var(--el-color-brand);
  text-decoration: none;
}

a:hover {
  color: var(--el-color-brand-hover);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: var(--el-radius-sm);
  color: #ffffff;
  background: var(--el-color-ink);
  font-weight: var(--el-weight-heading);
  transform: translateY(-160%);
}

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

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

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--el-color-brand);
  outline-offset: 3px;
}

:where(.hero, .journey-band, .marketing-cta, .founder, .operator-bar)
  :where(a, button, input, textarea, select, summary):focus-visible {
  outline-color: #ffffff;
}

h1,
h2,
h3 {
  color: var(--el-color-ink-strong);
  line-height: var(--el-leading-heading);
  letter-spacing: -0.03em;
}

h1 {
  letter-spacing: -0.045em;
}

p {
  text-wrap: pretty;
}

.wrap,
.el-container {
  width: min(100%, var(--el-content-width));
  margin-inline: auto;
  padding-inline: 24px;
}

.narrow,
.el-reading-width {
  max-width: var(--el-reading-width);
}

.muted {
  color: var(--el-color-muted);
}

.eyebrow {
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand,
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: var(--el-color-ink);
  font-size: 1.28rem;
  font-weight: var(--el-weight-display);
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand:hover,
.site-brand:hover {
  color: var(--el-color-ink);
}

.brand-dot {
  color: var(--el-color-brand);
}

.brand-logo-mark {
  width: 1.55rem;
  height: 1.55rem;
  flex: none;
}

button {
  min-height: 44px;
  border: 0;
  padding: 0;
  color: inherit;
  background: none;
  font: inherit;
  cursor: pointer;
}

.button,
.btn,
.el-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 11px;
  padding: 11px 17px;
  color: #ffffff;
  background: var(--el-color-brand);
  font: inherit;
  font-weight: var(--el-weight-heading);
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover:not(:disabled):not([aria-disabled="true"]),
.btn:hover:not(:disabled):not([aria-disabled="true"]),
.el-button:hover:not(:disabled):not([aria-disabled="true"]) {
  color: #ffffff;
  background: var(--el-color-brand-hover);
  box-shadow: 0 9px 22px rgba(81, 70, 191, 0.2);
  transform: translateY(-1px);
}

.button.secondary,
.btn.secondary,
button.secondary,
.el-button--secondary {
  color: var(--el-color-ink);
  background: #edf0f6;
}

.button.secondary:hover,
.btn.secondary:hover,
button.secondary:hover {
  color: var(--el-color-ink);
  background: #e1e5ef;
}

button:disabled,
.button[aria-disabled="true"],
.el-button[aria-disabled="true"] {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
}

.button-link,
button.link,
.el-button--link {
  min-height: 0;
  padding: 0;
  color: var(--el-color-brand);
  background: none;
  box-shadow: none;
}

.button-link:hover,
button.link:hover,
.el-button--link:hover {
  color: var(--el-color-brand-hover);
  background: none;
  box-shadow: none;
  transform: none;
}

.card {
  margin-bottom: 17px;
  padding: 23px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--el-shadow-sm);
}

.grid,
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 17px;
}

.tile {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-lg);
  color: var(--el-color-ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--el-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tile:hover {
  color: var(--el-color-ink);
  border-color: #cbc8f1;
  box-shadow: var(--el-shadow-lg);
  transform: translateY(-3px);
}

.tile h3 {
  margin: 7px 0 8px;
  font-size: 1.3rem;
}

.tile p {
  margin: 0;
  color: var(--el-color-muted);
}

.tile .open {
  margin-top: auto;
  padding-top: 20px;
  color: var(--el-color-brand);
  font-weight: var(--el-weight-heading);
}

.tile-icon,
.compact-icon {
  position: relative;
  display: inline-grid;
  flex: none;
  place-items: center;
  border: 1px solid rgba(102, 86, 232, 0.1);
  color: var(--el-color-brand-hover);
  background: linear-gradient(145deg, #f7f5ff 0%, #e9e5ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 5px 14px rgba(65, 53, 154, 0.08);
}

.tile-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 27px;
  border-radius: 16px;
}

.portal-icon {
  width: 24px;
  height: 24px;
}

.tile-icon::after,
.compact-icon::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 6px;
  height: 6px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  background: var(--el-color-brand);
  box-shadow: 0 1px 3px rgba(31, 38, 78, 0.18);
  content: "";
}

.tile-icon.blue,
.compact-icon.blue {
  border-color: rgba(51, 133, 232, 0.12);
  color: #286fbd;
  background: linear-gradient(145deg, #f3f9ff 0%, #dceeff 100%);
}

.tile-icon.mint,
.compact-icon.mint {
  border-color: rgba(36, 163, 122, 0.12);
  color: #18795d;
  background: linear-gradient(145deg, #f1fbf7 0%, #daf4e9 100%);
}

.tile-icon.amber,
.compact-icon.amber {
  border-color: rgba(215, 144, 46, 0.14);
  color: #9b651c;
  background: linear-gradient(145deg, #fffaf0 0%, #ffedc9 100%);
}

.tile-icon.rose,
.compact-icon.rose {
  border-color: rgba(216, 93, 131, 0.12);
  color: #b4496a;
  background: linear-gradient(145deg, #fff7f9 0%, #fbe2ea 100%);
}

.tile-icon.slate,
.compact-icon.slate {
  border-color: rgba(82, 96, 121, 0.12);
  color: #526079;
  background: linear-gradient(145deg, #f7f8fb 0%, #e6eaf1 100%);
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: var(--el-radius-pill);
  padding: 5px 10px;
  color: var(--el-color-muted);
  background: #eef0f6;
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  text-transform: capitalize;
}

.badge.on,
.badge.good,
.notice.good,
.el-state-on,
.el-state-good {
  color: var(--el-color-success);
  background: var(--el-color-success-soft);
}

.badge.off,
.el-state-off {
  color: var(--el-color-muted);
}

.badge.critical {
  color: var(--el-color-danger);
  background: var(--el-color-danger-soft);
}

.badge.warning {
  color: var(--el-color-warning);
  background: var(--el-color-warning-soft);
}

.notice {
  margin: 15px 0;
  padding: 15px 17px;
  border-radius: var(--el-radius-md);
  color: var(--el-color-warning);
  background: var(--el-color-warning-soft);
}

.notice.error,
.field-error-message {
  color: var(--el-color-danger);
  background: var(--el-color-danger-soft);
}

.response-card {
  max-width: 680px;
  border-left: 5px solid #d7902e;
  background: linear-gradient(115deg, var(--el-color-warning-soft), #ffffff 64%);
}

.response-card.error {
  border-left-color: var(--el-color-danger);
  background: linear-gradient(115deg, var(--el-color-danger-soft), #ffffff 64%);
}

.response-card h1 {
  margin: 8px 0 12px;
}

.response-card .button {
  margin-top: 8px;
}

.metric {
  font-size: 2.25rem;
  font-weight: var(--el-weight-display);
  letter-spacing: -0.045em;
}

.launch-summary h2,
.launch-step h2 {
  margin: 5px 0 0;
}

.launch-progress {
  height: 10px;
  margin: 20px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--el-color-line);
}

.launch-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--el-gradient-violet);
  transition: width 240ms ease;
  transform-origin: left center;
  animation: progress-reveal 620ms cubic-bezier(0.2, 0.75, 0.25, 1) 120ms both;
}

@keyframes progress-reveal {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.launch-summary-foot,
.launch-step-foot {
  color: var(--el-color-muted);
  font-size: 0.88rem;
  font-weight: var(--el-weight-heading);
}

.launch-steps {
  position: relative;
}

.launch-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
}

.launch-step.complete {
  border-color: #cce9dc;
}

.launch-step.action_needed {
  border-color: #ecdca4;
}

.launch-step-index {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--el-color-brand);
  background: var(--el-color-brand-soft);
  font-size: 0.86rem;
  font-weight: var(--el-weight-display);
}

.launch-step.complete .launch-step-index {
  color: var(--el-color-success);
  background: var(--el-color-success-soft);
}

.launch-step-body > p {
  margin: 13px 0 18px;
  color: var(--el-color-muted);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 34px 0 15px;
}

.section-head h2 {
  margin: 0;
  font-size: 1.5rem;
}

.section-head p {
  margin: 4px 0 0;
  color: var(--el-color-muted);
}

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.row form {
  margin-left: auto;
}

label {
  display: block;
  margin: 15px 0 5px;
  color: var(--el-color-ink);
  font-weight: var(--el-weight-heading);
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--el-color-line-strong);
  border-radius: var(--el-radius-sm);
  padding: 11px 12px;
  color: var(--el-color-ink);
  background: #ffffff;
  font: inherit;
}

input:hover,
textarea:hover,
select:hover {
  border-color: #afb6c5;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--el-color-brand);
  outline: 3px solid var(--el-color-brand);
  outline-offset: 3px;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 11px 9px;
  border-bottom: 1px solid var(--el-color-line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.security-response-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.security-response-guide > div {
  padding: 23px;
}

.security-response-guide > div + div {
  border-left: 1px solid var(--el-color-line);
}

.security-response-guide h2 {
  margin: 5px 0 8px;
  font-size: 1.12rem;
}

.security-response-guide p {
  margin: 0;
  color: var(--el-color-muted);
  line-height: 1.55;
}

.security-events-section {
  scroll-margin-top: 88px;
}

.security-events-heading,
.security-bulk-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.security-events-heading {
  justify-content: space-between;
  margin-bottom: 18px;
}

.security-events-heading h2 {
  margin: 4px 0 0;
}

.security-filters {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-pill);
  padding: 4px;
  background: var(--el-color-canvas);
}

.security-filters a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  border-radius: var(--el-radius-pill);
  padding: 7px 11px;
  color: var(--el-color-muted-strong);
  font-size: 0.86rem;
  font-weight: var(--el-weight-emphasis);
  text-decoration: none;
}

.security-filters a:hover,
.security-filters a.is-current {
  color: var(--el-color-brand-hover);
  background: #ffffff;
}

.security-filters a.is-current {
  box-shadow: var(--el-shadow-sm);
}

.security-filters a span {
  display: inline-grid;
  min-width: 22px;
  min-height: 22px;
  place-items: center;
  border-radius: var(--el-radius-pill);
  padding-inline: 6px;
  color: var(--el-color-muted-strong);
  background: #eef0f6;
  font-size: var(--el-text-xs);
}

.security-bulk-bar {
  position: sticky;
  z-index: 2;
  top: 72px;
  margin: 0 -6px 16px;
  border: 1px solid #d9d5fb;
  border-radius: var(--el-radius-md);
  padding: 11px 13px;
  background: rgba(247, 245, 255, 0.97);
  box-shadow: var(--el-shadow-sm);
}

.security-bulk-bar .button {
  min-height: 39px;
  padding: 8px 12px;
  font-size: 0.86rem;
}

.security-table-wrap {
  overflow-x: auto;
}

.security-events-section table {
  min-width: 75rem;
}

.security-select-column {
  width: 42px;
  text-align: center;
}

.security-event-select,
#security-select-all {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--el-color-brand);
}

.security-summary {
  max-width: 45rem;
  margin: 5px 0 8px;
  line-height: 1.45;
}

.security-context {
  display: grid;
  min-width: 13rem;
  gap: 3px;
  color: var(--el-color-muted);
  font-size: 0.84rem;
}

.security-event-time {
  display: grid;
  min-width: 6.9rem;
  gap: 2px;
  color: var(--el-color-ink-body);
  font-variant-numeric: tabular-nums;
}

.security-event-time small {
  color: var(--el-color-muted);
  font-size: var(--el-text-xs);
}

.security-context strong {
  color: var(--el-color-ink-body);
  text-transform: capitalize;
}

.security-context span:nth-child(2) {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.security-playbook {
  max-width: 46rem;
  margin-top: 9px;
}

.security-playbook summary {
  width: fit-content;
  color: var(--el-color-brand);
  cursor: pointer;
  font-size: 0.87rem;
  font-weight: var(--el-weight-emphasis);
}

.security-playbook ol {
  margin: 10px 0 9px;
  padding-left: 20px;
  color: var(--el-color-ink-body);
  font-size: 0.88rem;
  line-height: 1.5;
}

.security-playbook li + li {
  margin-top: 6px;
}

.security-playbook p {
  margin: 8px 0 0;
}

.security-row-actions {
  display: grid;
  min-width: 7.5rem;
  justify-items: start;
  gap: 6px;
}

.security-status {
  color: var(--el-color-muted-strong);
  font-size: 0.85rem;
  font-weight: var(--el-weight-emphasis);
}

code {
  border-radius: 6px;
  padding: 0.12em 0.35em;
  background: #f0f2f7;
  font-family: var(--el-font-mono);
  font-size: 0.88em;
}

/* Product portal */
.topbar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 22px;
  padding: 0 max(22px, calc((100% - var(--el-content-width)) / 2));
  border-bottom: 1px solid var(--el-color-line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.nav-link {
  color: var(--el-color-muted);
  font-weight: var(--el-weight-emphasis);
}

.nav-link:hover {
  color: var(--el-color-ink);
}

.spacer {
  margin-left: auto;
}

.identity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--el-color-brand), #b05ce6);
  font-weight: var(--el-weight-display);
}

.operator-pill {
  border-radius: var(--el-radius-pill);
  padding: 5px 10px;
  color: #5b21b6;
  background: #f1e9ff;
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.03em;
}

.portal-wrap {
  max-width: var(--el-content-width);
  margin: 0 auto;
  padding: 38px 24px 90px;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: var(--el-radius-xl);
  padding: 36px;
  color: #ffffff;
  background: var(--el-gradient-brand);
  box-shadow: var(--el-shadow-lg);
}

.hero::after {
  position: absolute;
  top: -100px;
  right: -60px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  content: "";
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.9rem, 5vw, 3rem);
}

.hero p {
  max-width: 720px;
  margin: 0;
  color: #ebeaff;
  font-size: 1.125rem;
}

.hero .eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #d8d4ff;
}

.hero .button {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  color: #38349a;
  background: #ffffff;
}

.welcome-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

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

.welcome-signal {
  position: relative;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
}

.welcome-signal .portal-icon {
  width: 36px;
  height: 36px;
}

.welcome-signal span {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 19px;
  animation: welcome-signal-ring 3.2s ease-out 650ms 3;
}

@keyframes welcome-signal-ring {
  0%, 100% { opacity: 0; transform: scale(0.86); }
  30% { opacity: 0.7; }
  72% { opacity: 0; transform: scale(1.28); }
}

.operator-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
  border-radius: 17px;
  padding: 15px 18px;
  color: #ffffff;
  background: #201e48;
}

.operator-bar:not(.preview-bar) {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: 12px;
  padding: 10px 12px;
}

.operator-bar strong {
  margin-right: auto;
}

.operator-bar a,
.operator-bar label {
  color: #eeecff;
}

.operator-brand {
  padding-inline: 6px;
  white-space: nowrap;
}

.operator-brand a {
  color: #ffffff;
  text-decoration: none;
}

.operator-nav-primary {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 3px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.operator-nav-primary::-webkit-scrollbar {
  display: none;
}

.operator-nav-link,
.operator-nav-more summary {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  border-radius: 11px;
  padding: 8px 10px;
  font-size: 0.89rem;
  font-weight: var(--el-weight-emphasis);
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.operator-bar:not(.preview-bar) .operator-nav-link:hover,
.operator-nav-more summary:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.operator-bar:not(.preview-bar) .operator-nav-link.is-current,
.operator-nav-more.is-current > summary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.17);
}

.operator-nav-more {
  position: relative;
}

.operator-nav-more summary {
  gap: 7px;
  color: #eeecff;
  cursor: pointer;
  list-style: none;
}

.operator-nav-more summary::-webkit-details-marker {
  display: none;
}

.operator-nav-more summary span {
  color: #c8c4ef;
  font-size: 1rem;
  transition: transform 140ms ease;
}

.operator-nav-more[open] summary span {
  transform: rotate(180deg);
}

.operator-nav-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 9px);
  right: 0;
  display: grid;
  width: min(430px, calc(100vw - 58px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid var(--el-color-line);
  border-radius: 15px;
  padding: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(21, 20, 54, 0.2);
}

.operator-nav-menu .operator-nav-link {
  color: var(--el-color-ink-body);
  white-space: normal;
}

.operator-bar:not(.preview-bar) .operator-nav-menu .operator-nav-link:hover {
  color: var(--el-color-brand-hover);
  background: var(--el-color-brand-subtle);
}

.operator-bar:not(.preview-bar) .operator-nav-menu .operator-nav-link.is-current {
  justify-content: space-between;
  gap: 12px;
  color: #302a73;
  background: var(--el-color-brand-soft);
  box-shadow: inset 4px 0 0 var(--el-color-brand), inset 0 0 0 1px rgba(102, 86, 232, 0.16);
}

.operator-nav-current {
  display: none;
}

.operator-nav-menu .operator-nav-current {
  display: inline-flex;
  flex: none;
  align-items: center;
  border-radius: var(--el-radius-pill);
  padding: 4px 8px;
  color: #ffffff;
  background: var(--el-color-brand-hover);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.operator-bar .operator-nav-menu .operator-nav-link:focus-visible {
  outline-color: var(--el-color-brand);
}

.operator-bar select {
  width: auto;
  min-width: 150px;
}

.operations-hero,
.customer-workspace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 28px;
}

.operations-hero > *,
.customer-workspace-hero > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.health-pill {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--el-radius-pill);
  padding: 8px 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  line-height: 1.2;
  white-space: nowrap;
}

.health-pill::before {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: 0.9;
}

.health-pill.green {
  color: #d9ffed;
  background: #0e6848;
}

.health-pill.yellow {
  color: #fff5cf;
  background: #765000;
}

.health-pill.red {
  color: #ffe4e9;
  background: #892639;
}

.command-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin: -8px 0 32px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-lg);
  padding: 18px 20px 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--el-shadow-sm);
}

.command-bar label {
  margin-top: 0;
}

.command-bar button {
  min-width: 84px;
}

.operations-section,
.workspace-section {
  margin-block: 34px;
}

.priority-grid,
.compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.priority-card,
.compact-link,
.next-action-card {
  min-width: 0;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-md);
  color: var(--el-color-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--el-shadow-sm);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.priority-card:hover,
.compact-link:hover,
.next-action-card:hover {
  color: var(--el-color-ink);
  border-color: #cbc8f1;
  box-shadow: var(--el-shadow-lg);
  transform: translateY(-2px);
}

.priority-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 13px;
  padding: 19px;
  border-left-width: 4px;
}

.priority-card.critical {
  border-left-color: var(--el-color-danger);
  background: linear-gradient(110deg, var(--el-color-danger-soft), #ffffff 56%);
}

.priority-card.warning {
  border-left-color: #d7902e;
  background: linear-gradient(110deg, var(--el-color-warning-soft), #ffffff 56%);
}

.priority-card.action {
  border-left-color: var(--el-color-brand);
  background: linear-gradient(110deg, var(--el-color-brand-subtle), #ffffff 56%);
}

.priority-card h3,
.priority-card p {
  margin: 3px 0 0;
}

.priority-card p,
.compact-link small,
.next-action-card p,
.calm-state p {
  color: var(--el-color-muted);
}

.priority-card .open {
  align-self: center;
  font-size: 0.85rem;
  font-weight: var(--el-weight-display);
  white-space: nowrap;
}

.status-dot {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--el-color-brand);
  box-shadow: 0 0 0 4px var(--el-color-brand-soft);
}

.priority-card.critical .status-dot {
  background: var(--el-color-danger);
  box-shadow: 0 0 0 4px var(--el-color-danger-soft);
}

.priority-card.warning .status-dot {
  background: #d7902e;
  box-shadow: 0 0 0 4px var(--el-color-warning-soft);
}

.calm-state {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #bfe3d4;
  border-radius: var(--el-radius-md);
  padding: 18px 20px;
  background: var(--el-color-success-soft);
}

.calm-state .status-dot {
  flex: none;
  background: var(--el-color-success);
  box-shadow: 0 0 0 4px #d0efe1;
}

.calm-state p {
  margin: 2px 0 0;
}

.demo-lane-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.demo-lane-card.ready {
  border-color: #bfe3d4;
  background: linear-gradient(145deg, #ffffff, #f5fcf8);
}

.demo-lane-card.blocked {
  border-color: #efcbd4;
}

.demo-lane-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: none;
  place-items: center;
  border-radius: 14px;
  color: var(--el-color-warning);
  background: var(--el-color-warning-soft);
}

.demo-lane-icon.on {
  color: var(--el-color-success);
  background: var(--el-color-success-soft);
}

.demo-lane-icon .portal-icon {
  width: 23px;
  height: 23px;
}

.demo-lane-card.ready .demo-lane-icon {
  animation: demo-ready-settle 2.8s ease-out 500ms 2;
}

@keyframes demo-ready-settle {
  0%, 100% { transform: scale(1); }
  42% { transform: scale(1.055); }
}

.compact-link {
  display: grid;
  min-height: 92px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 16px 17px;
}

.compact-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.compact-icon .portal-icon {
  width: 22px;
  height: 22px;
}

.compact-link strong,
.compact-link small {
  display: block;
}

.compact-link small {
  margin-top: 2px;
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  line-height: 1.4;
}

.compact-arrow {
  color: var(--el-color-brand);
  font-weight: var(--el-weight-display);
  transition: transform 180ms ease;
}

.next-action-card {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
  border-left: 5px solid var(--el-color-brand);
  padding: 24px 26px;
  background: linear-gradient(115deg, var(--el-color-brand-subtle), #ffffff 62%);
}

.next-action-card.pending {
  border-left-color: #d7902e;
  background: linear-gradient(115deg, var(--el-color-warning-soft), #ffffff 62%);
}

.next-action-card.complete {
  border-left-color: var(--el-color-success);
  background: linear-gradient(115deg, var(--el-color-success-soft), #ffffff 62%);
}

.next-action-card.complete {
  animation: success-arrive 520ms cubic-bezier(0.2, 0.75, 0.25, 1) 90ms both;
}

.next-action-card h2,
.next-action-card p {
  margin: 4px 0 0;
}

.next-action-card > span {
  color: var(--el-color-brand);
  font-weight: var(--el-weight-display);
  white-space: nowrap;
}

.next-action-card.complete > span {
  color: var(--el-color-success);
}

.next-action-card.pending > span {
  color: var(--el-color-warning);
}

.next-step-meta,
.outcome-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 12px;
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-emphasis);
}

.next-step-meta span + span::before,
.outcome-meta span + span::before {
  margin-right: 14px;
  color: var(--el-color-line-strong);
  content: "·";
}

.secondary-tools {
  margin-top: 36px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-md);
  padding: 17px 19px 19px;
  background: rgba(255, 255, 255, 0.78);
}

.secondary-tools summary {
  min-height: 44px;
  align-content: center;
  color: var(--el-color-ink);
  font-weight: var(--el-weight-display);
  cursor: pointer;
}

.secondary-tools[open] summary {
  margin-bottom: 12px;
}

.portal-icon {
  transition: transform 180ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.portal-wrap > .hero,
.portal-wrap > .command-bar,
.portal-wrap > .next-action-card {
  animation: portal-arrive 440ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.portal-wrap > .command-bar,
.portal-wrap > .next-action-card {
  animation-delay: 70ms;
}

.priority-card.critical:first-child {
  animation: attention-cue 2.6s ease-out 500ms 2;
}

@keyframes portal-arrive {
  from { opacity: 0; translate: 0 9px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes attention-cue {
  0%, 100% { box-shadow: var(--el-shadow-sm); }
  35% { box-shadow: 0 12px 30px rgba(164, 59, 79, 0.16); }
}

@keyframes success-arrive {
  from { opacity: 0; transform: translateY(7px) scale(0.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (hover: hover) and (pointer: fine) {
  .compact-link:hover .portal-icon,
  .tile:hover .portal-icon,
  .next-action-card:hover .portal-icon {
    transform: translateY(-1px) scale(1.07);
  }

  .compact-link:hover .compact-arrow {
    transform: translateX(3px);
  }
}

.compact-link:active,
.tile:active,
.next-action-card:active {
  transform: scale(0.992);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.tabs a {
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-sm);
  padding: 9px 13px;
  background: #ffffff;
  font-weight: var(--el-weight-emphasis);
}

.document-body {
  max-width: 78ch;
  margin: 22px 0;
  padding: 24px 0;
  border-block: 1px solid var(--el-color-line);
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.empty {
  padding: 48px 24px;
  text-align: center;
}

.customer-picker {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px;
}

.customer-picker label {
  margin: 0;
}

.customer-picker select {
  min-width: 240px;
}

/* Public marketing site */
.marketing-body {
  background:
    radial-gradient(circle at 7% 4%, #eeeaff 0, transparent 31rem),
    linear-gradient(#ffffff 0, #ffffff 46rem, var(--el-color-canvas) 70rem);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(229, 232, 240, 0.82);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}

.site-header-row {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 26px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.site-nav a:not(.button) {
  color: var(--el-color-muted);
  font-size: 0.93rem;
  font-weight: var(--el-weight-emphasis);
}

.site-nav a:not(.button):hover {
  color: var(--el-color-ink);
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.mobile-nav {
  position: relative;
}

.mobile-nav summary {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--el-color-line);
  border-radius: 11px;
  color: var(--el-color-ink);
  background: #ffffff;
  cursor: pointer;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
}

.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }

.mobile-nav[open] .menu-icon {
  background: transparent;
}

.mobile-nav[open] .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.mobile-nav[open] .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-nav-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(310px, calc(100vw - 34px));
  gap: 4px;
  border: 1px solid var(--el-color-line);
  border-radius: 17px;
  padding: 10px;
  background: #ffffff;
  box-shadow: var(--el-shadow-lg);
}

.mobile-nav-panel a {
  border-radius: 10px;
  padding: 11px 12px;
  color: var(--el-color-ink);
  font-weight: var(--el-weight-emphasis);
}

.mobile-nav-panel a:hover {
  color: var(--el-color-brand-hover);
  background: var(--el-color-brand-subtle);
}

.marketing-hero {
  padding: clamp(64px, 7.5vw, 92px) 0 70px;
}

.marketing-hero .eyebrow,
.marketing-hero h1,
.marketing-hero .hero-promise,
.marketing-hero .lead,
.marketing-hero .cta-row,
.marketing-hero .product-preview {
  animation: marketing-arrive 520ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.marketing-hero h1 { animation-delay: 65ms; }
.marketing-hero .hero-promise { animation-delay: 105ms; }
.marketing-hero .lead { animation-delay: 145ms; }
.marketing-hero .cta-row { animation-delay: 205ms; }
.marketing-hero .product-preview {
  animation-delay: 150ms;
  translate: 0;
}

@keyframes marketing-arrive {
  from { translate: 0 10px; }
  to { translate: 0 0; }
}

.marketing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(40px, 7vw, 88px);
}

.marketing-hero-grid > * {
  min-width: 0;
}

.marketing-hero h1 {
  max-width: 760px;
  margin: 13px 0 0;
  font-size: clamp(2.75rem, 6.2vw, 5rem);
}

.marketing-hero .lead {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--el-color-muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-promise {
  margin: 22px 0 0;
  color: var(--el-color-ink);
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  font-weight: var(--el-weight-heading);
  letter-spacing: -0.015em;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cta-note {
  width: 100%;
  margin: 2px 0 0;
  color: var(--el-color-muted);
  font-size: 0.84rem;
}

.product-preview {
  --depth-x: 0deg;
  --depth-y: 0deg;
  position: relative;
  border: 1px solid #dddafa;
  border-radius: 26px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--el-shadow-lg);
  transform: perspective(900px) rotateX(var(--depth-y)) rotateY(var(--depth-x));
  transform-style: preserve-3d;
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 220ms ease;
}

.product-preview::before {
  position: absolute;
  z-index: -1;
  inset: -22px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(102, 86, 232, 0.16), rgba(139, 92, 246, 0.04));
  content: "";
}

.signal-story {
  overflow: hidden;
}

.signal-intake,
.signal-resolution {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border: 1px solid var(--el-color-line);
  border-radius: 17px;
  padding: 15px 16px;
  background: #ffffff;
}

.signal-intake .eyebrow {
  display: block;
  margin-bottom: 2px;
  font-size: var(--el-text-xs);
}

.signal-intake strong,
.signal-resolution strong,
.signal-resolution small,
.signal-flow strong,
.signal-flow small {
  display: block;
}

.signal-call-mark {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 17px;
  color: #ffffff;
  background: var(--el-gradient-brand);
}

.signal-call-mark span {
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.signal-call-mark span:nth-child(2),
.signal-call-mark span:nth-child(4) { height: 22px; }
.signal-call-mark span:nth-child(3) { height: 31px; }

.signal-story.is-playing .signal-call-mark span {
  animation: signal-wave 1.15s ease-in-out 180ms 4;
}

.signal-story.is-playing .signal-call-mark span:nth-child(2) { animation-delay: 260ms; }
.signal-story.is-playing .signal-call-mark span:nth-child(3) { animation-delay: 340ms; }
.signal-story.is-playing .signal-call-mark span:nth-child(4) { animation-delay: 420ms; }
.signal-story.is-playing .signal-call-mark span:nth-child(5) { animation-delay: 500ms; }

.signal-path {
  position: relative;
  width: 2px;
  height: 25px;
  margin: 0 0 0 41px;
  overflow: hidden;
  background: #dfdcfa;
}

.signal-path span {
  position: absolute;
  inset: 0;
  background: var(--el-color-brand);
  transform: translateY(-105%);
}

.signal-story.is-playing .signal-path span {
  animation: signal-travel 760ms cubic-bezier(0.2, 0.75, 0.25, 1) 520ms 1 both;
}

.signal-flow {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-flow li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid var(--el-color-line);
  border-radius: 14px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.94);
}

.signal-flow-index,
.signal-resolution-mark {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 10px;
  color: var(--el-color-brand);
  background: var(--el-color-brand-soft);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
}

.signal-flow small,
.signal-resolution small {
  margin-top: 1px;
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  line-height: 1.35;
}

.signal-story.signal-motion-ready [data-signal-step],
.signal-story.signal-motion-ready [data-signal-resolution] {
  opacity: 0.78;
  transform: translateY(4px);
}

.signal-story.is-playing [data-signal-step],
.signal-story.is-playing [data-signal-resolution] {
  animation: signal-step-in 430ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.signal-story.is-playing [data-signal-step]:nth-child(1) { animation-delay: 800ms; }
.signal-story.is-playing [data-signal-step]:nth-child(2) { animation-delay: 1050ms; }
.signal-story.is-playing [data-signal-step]:nth-child(3) { animation-delay: 1300ms; }
.signal-story.is-playing [data-signal-resolution] { animation-delay: 1600ms; }

.signal-resolution {
  margin-top: 9px;
  border-color: #cce9dc;
  background: linear-gradient(115deg, var(--el-color-success-soft), #ffffff 76%);
}

.signal-resolution-mark {
  color: var(--el-color-success);
  background: #d8f2e6;
}

.outcome-label {
  display: block;
  margin-bottom: 4px;
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes signal-wave {
  0%, 100% { transform: scaleY(0.72); opacity: 0.78; }
  50% { transform: scaleY(1.08); opacity: 1; }
}

@keyframes signal-travel {
  from { transform: translateY(-105%); }
  to { transform: translateY(105%); }
}

@keyframes signal-step-in {
  from { opacity: 0.78; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.preview-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 3px 2px 15px;
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-heading);
}

.preview-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--el-color-success);
  box-shadow: 0 0 0 4px var(--el-color-success-soft);
  animation: signal-breathe 3.6s ease-in-out 1s 3;
}

@keyframes signal-breathe {
  0%, 100% { box-shadow: 0 0 0 4px var(--el-color-success-soft); }
  50% { box-shadow: 0 0 0 7px rgba(22, 118, 84, 0.08); }
}

.proof-strip {
  border-block: 1px solid var(--el-color-line);
  background: rgba(255, 255, 255, 0.72);
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-item {
  display: grid;
  grid-template-columns: auto minmax(0, max-content);
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 24px;
  color: var(--el-color-muted);
  font-size: 0.9rem;
  text-align: left;
}

.proof-item + .proof-item {
  border-left: 1px solid var(--el-color-line);
}

.proof-item strong {
  display: block;
  margin-bottom: 2px;
  color: var(--el-color-ink);
  font-size: 0.98rem;
}

.proof-icon,
.feature-icon svg,
.demo-tab-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-icon {
  width: 22px;
  height: 22px;
  flex: none;
  color: var(--el-color-brand-hover);
}

.proof-icon.blue { color: #286fbd; }
.proof-icon.mint { color: #18795d; }

.marketing-section {
  padding: 74px 0;
  scroll-margin-top: 76px;
}

.marketing-section.compact {
  padding-block: 56px;
}

.section-intro {
  max-width: 680px;
  margin-bottom: 38px;
}

.section-intro h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.section-intro p {
  margin: 16px 0 0;
  color: var(--el-color-muted);
  font-size: 1.05rem;
}

.section-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.surface-section {
  border-block: 1px solid var(--el-color-line);
  background: rgba(255, 255, 255, 0.72);
}

.journey-band {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: var(--el-gradient-brand);
}

.journey-band::after {
  position: absolute;
  top: -180px;
  right: -90px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.journey-band .wrap {
  position: relative;
  z-index: 1;
}

.journey-band .eyebrow {
  color: #d8d4ff;
}

.journey-band .section-intro h2 {
  color: #ffffff;
}

.journey-band .journey {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--el-shadow-lg);
}

.feature-grid,
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.principle {
  min-height: 250px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-lg);
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--el-shadow-sm);
  transition: transform 200ms cubic-bezier(0.2, 0.75, 0.25, 1), border-color 200ms ease, box-shadow 200ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card:hover,
  .principle:hover,
  .trust-item:hover {
    border-color: #cbc8f1;
    box-shadow: var(--el-shadow-lg);
    transform: translateY(-4px);
  }
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 36px;
  place-items: center;
  border: 1px solid rgba(102, 86, 232, 0.1);
  border-radius: 13px;
  color: var(--el-color-brand-hover);
  background: linear-gradient(145deg, #f7f5ff 0%, #e9e5ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 5px 14px rgba(65, 53, 154, 0.08);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-icon.blue {
  border-color: rgba(51, 133, 232, 0.12);
  color: #286fbd;
  background: linear-gradient(145deg, #f3f9ff 0%, #dceeff 100%);
}

.feature-icon.mint {
  border-color: rgba(36, 163, 122, 0.12);
  color: #18795d;
  background: linear-gradient(145deg, #f1fbf7 0%, #daf4e9 100%);
}

.motion-ready .proof-item.is-visible .proof-icon,
.motion-ready .feature-card.is-visible .feature-icon {
  animation: semantic-icon-settle 430ms cubic-bezier(0.2, 0.75, 0.25, 1) 100ms both;
}

@keyframes semantic-icon-settle {
  from { opacity: 0; transform: translateY(4px) scale(0.88); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.feature-card h3,
.principle h3 {
  margin: 0 0 9px;
  font-size: 1.22rem;
}

.feature-card p,
.principle p {
  margin: 0;
  color: var(--el-color-muted);
}

.outcome-intro {
  max-width: 780px;
  margin-top: 58px;
}

.outcome-intro h3 {
  margin: 7px 0 9px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.outcome-intro p {
  margin: 0;
  color: var(--el-color-muted);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.outcome-card {
  min-height: 190px;
  border: 1px solid var(--el-color-line);
  border-top: 4px solid var(--el-color-brand);
  border-radius: var(--el-radius-md);
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--el-shadow-sm);
}

.outcome-card.pending {
  border-top-color: #d7902e;
  background: linear-gradient(145deg, var(--el-color-warning-soft), #ffffff 72%);
}

.outcome-card h3 {
  margin: 0 0 8px;
  font-size: 1.04rem;
}

.outcome-card p {
  margin: 0;
  color: var(--el-color-muted);
  font-size: 0.91rem;
}

.journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-xl);
  background: #ffffff;
}

.journey::before {
  position: absolute;
  z-index: 0;
  top: 48px;
  right: 16.6667%;
  left: 16.6667%;
  height: 2px;
  background: linear-gradient(90deg, #cbc5ff, #86c5e9 52%, #8bd7b4);
  content: "";
  transform: scaleX(1);
  transform-origin: left center;
}

.motion-ready .journey::before {
  transform: scaleX(0);
}

.motion-ready .journey.is-visible::before {
  transition: transform 760ms cubic-bezier(0.2, 0.75, 0.25, 1) 120ms;
  transform: scaleX(1);
}

.journey-step {
  position: relative;
  z-index: 1;
  min-height: 245px;
  padding: 30px;
  background: transparent;
}

.journey-step + .journey-step {
  border-left: 1px solid var(--el-color-line);
}

.journey-marker {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.journey-marker span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d8d3ff;
  border-radius: 50%;
  color: var(--el-color-brand-hover);
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(65, 53, 154, 0.1);
  font-size: 0.84rem;
  font-weight: var(--el-weight-display);
}

.journey-step h3 {
  margin: 28px 0 9px;
  font-size: 1.28rem;
}

.journey-step p {
  margin: 0;
  color: var(--el-color-muted);
}

/* Plug-and-play product demos */
.demo-experience {
  display: grid;
  gap: 18px;
}

.live-demo-guide {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: auto minmax(0, 1fr) minmax(175px, 0.42fr);
  align-items: center;
  gap: 22px;
  border: 1px solid #d6d2fa;
  border-radius: var(--el-radius-xl);
  padding: 24px 26px;
  background:
    radial-gradient(circle at 94% 10%, rgba(102, 86, 232, 0.17), transparent 14rem),
    linear-gradient(120deg, #ffffff, #f8f7ff);
  box-shadow: var(--el-shadow-sm);
}

.live-demo-signal {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 24px;
  background: var(--el-color-brand-soft);
}

.live-demo-signal img {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
}

.live-demo-signal span {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(102, 86, 232, 0.25);
  border-radius: 20px;
  animation: demo-signal-ring 3.4s ease-out 600ms 3;
}

.live-demo-copy h3,
.live-demo-copy p,
.live-demo-prompt {
  margin: 0;
}

.live-demo-copy h3 {
  margin-top: 4px;
  font-size: 1.35rem;
}

.live-demo-copy > p {
  margin-top: 5px;
  color: var(--el-color-muted);
  font-size: 0.9rem;
}

.live-demo-prompt {
  margin-top: 13px;
  border-left: 3px solid var(--el-color-brand);
  padding: 8px 12px;
  color: var(--el-color-ink);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.93rem;
  font-weight: var(--el-weight-heading);
}

.live-demo-note {
  min-height: 1.3em;
}

.live-demo-actions {
  display: grid;
  justify-items: stretch;
  gap: 5px;
  text-align: center;
}

.live-demo-actions .button {
  width: 100%;
}

.live-demo-phone {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  justify-self: center;
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--el-color-ink);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: var(--el-weight-display);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.015em;
  animation: demo-phone-arrive 520ms cubic-bezier(0.2, 0.75, 0.25, 1) 420ms both;
}

.live-demo-phone::before {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--el-color-brand);
  box-shadow: 0 0 0 4px rgba(102, 86, 232, 0.12);
  content: "";
  animation: demo-phone-ready 2.8s ease-out 1s 3;
}

.live-demo-actions small {
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  line-height: 1.35;
}

@keyframes demo-signal-ring {
  0%, 100% { opacity: 0; transform: scale(0.88); }
  28% { opacity: 0.75; }
  70% { opacity: 0; transform: scale(1.22); }
}

@keyframes demo-phone-arrive {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes demo-phone-ready {
  0%, 100% { box-shadow: 0 0 0 4px rgba(102, 86, 232, 0.12); }
  45% { box-shadow: 0 0 0 8px rgba(102, 86, 232, 0.04); }
}

.demo-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.5fr);
  gap: 18px;
  align-items: stretch;
}

.demo-controls {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 9px;
}

.demo-tab {
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--el-color-line);
  border-radius: 15px;
  padding: 17px;
  color: var(--el-color-ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  text-align: left;
}

.demo-tab:hover,
.demo-tab[aria-selected="true"] {
  color: var(--el-color-ink);
  border-color: #cbc8f1;
  background: #ffffff;
  box-shadow: var(--el-shadow-sm);
  transform: none;
}

.demo-tab[aria-selected="true"] {
  box-shadow: inset 4px 0 0 var(--el-color-brand), var(--el-shadow-sm);
}

.demo-tab-copy,
.demo-tab-copy > strong,
.demo-tab-copy > span {
  display: block;
}

.demo-tab-copy > span {
  margin-top: 3px;
  color: var(--el-color-muted);
  font-size: 0.82rem;
  font-weight: var(--el-weight-medium);
}

.demo-tab-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(102, 86, 232, 0.1);
  border-radius: 12px;
  color: var(--el-color-brand-hover);
  background: var(--el-color-brand-subtle);
  transition: color 180ms ease, background 180ms ease, transform 180ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.demo-tab-icon svg {
  width: 20px;
  height: 20px;
}

.demo-tab-icon.blue {
  border-color: rgba(51, 133, 232, 0.12);
  color: #286fbd;
  background: #f3f9ff;
}

.demo-tab-icon.mint {
  border-color: rgba(36, 163, 122, 0.12);
  color: #18795d;
  background: #f1fbf7;
}

.demo-tab[aria-selected="true"] .demo-tab-icon {
  color: #ffffff;
  background: var(--el-color-brand);
  transform: scale(1.04);
}

.demo-tab[aria-selected="true"] .demo-tab-icon.blue { background: #286fbd; }
.demo-tab[aria-selected="true"] .demo-tab-icon.mint { background: #18795d; }

.demo-stage {
  min-width: 0;
  border: 1px solid #dddafa;
  border-radius: var(--el-radius-xl);
  padding: clamp(18px, 4vw, 32px);
  background:
    radial-gradient(circle at 100% 0, #ede9ff 0, transparent 19rem),
    #ffffff;
  box-shadow: var(--el-shadow-lg);
}

.demo-stage-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  border-top: 1px solid var(--el-color-line);
  padding-top: 22px;
}

.demo-stage-cta > div {
  display: grid;
  gap: 3px;
}

.demo-stage-cta strong {
  color: var(--el-color-ink);
  font-size: 1.08rem;
}

.demo-stage-cta small {
  color: var(--el-color-muted);
}

.local-salon-preview-grid {
  grid-template-columns: 1fr;
}

.demo-panel[hidden] {
  display: none;
}

.demo-panel:not([hidden]) {
  animation: panel-reveal 320ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.demo-panel:not([hidden]) .demo-turn,
.demo-panel:not([hidden]) .demo-outcome {
  animation: conversation-arrive 340ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.demo-panel:not([hidden]) .demo-turn:nth-child(1) { animation-delay: 70ms; }
.demo-panel:not([hidden]) .demo-turn:nth-child(2) { animation-delay: 130ms; }
.demo-panel:not([hidden]) .demo-turn:nth-child(3) { animation-delay: 190ms; }
.demo-panel:not([hidden]) .demo-turn:nth-child(4) { animation-delay: 250ms; }
.demo-panel:not([hidden]) .demo-outcome { animation-delay: 310ms; }

@keyframes panel-reveal {
  from { opacity: 0; translate: 8px 0; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes conversation-arrive {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.demo-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.demo-panel-header h3 {
  margin: 5px 0 0;
  font-size: 1.35rem;
}

.demo-conversation {
  display: grid;
  gap: 12px;
}

.demo-turn {
  max-width: 84%;
  border-radius: 16px 16px 16px 5px;
  padding: 14px 16px;
  color: var(--el-color-ink);
  background: #f0f2f7;
}

.demo-turn.assistant {
  margin-left: auto;
  border-radius: 16px 16px 5px;
  background: var(--el-color-brand-soft);
}

.demo-speaker {
  display: block;
  margin-bottom: 3px;
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-outcome {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: 22px;
  border-top: 1px solid var(--el-color-line);
  padding-top: 20px;
}

.demo-outcome-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--el-color-success);
  background: var(--el-color-success-soft);
  font-weight: var(--el-weight-display);
}

.demo-outcome.pending .demo-outcome-mark {
  color: var(--el-color-warning);
  background: var(--el-color-warning-soft);
}

.demo-outcome h4,
.demo-outcome p {
  margin: 0;
}

.demo-outcome p {
  color: var(--el-color-muted);
  font-size: 0.88rem;
}

.media-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-lg);
  background: #11182d;
}

.media-frame :where(iframe, video, img) {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.audio-demo {
  width: 100%;
  margin-top: 16px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(34px, 7vw, 84px);
}

.trust-layout .section-intro {
  position: sticky;
  top: 118px;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border: 1px solid var(--el-color-line);
  border-radius: 17px;
  padding: 20px;
  background: #ffffff;
}

.trust-item-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(102, 86, 232, 0.1);
  border-radius: 13px;
  color: var(--el-color-brand-hover);
  background: linear-gradient(145deg, #f7f5ff 0%, #e9e5ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 5px 14px rgba(65, 53, 154, 0.08);
  transition: transform 180ms cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 180ms ease;
}

.trust-item-mark svg {
  width: 22px;
  height: 22px;
}

.trust-item-mark.blue {
  border-color: rgba(51, 133, 232, 0.12);
  color: #286fbd;
  background: linear-gradient(145deg, #f3f9ff 0%, #dceeff 100%);
}

.trust-item-mark.mint {
  border-color: rgba(36, 163, 122, 0.12);
  color: #18795d;
  background: linear-gradient(145deg, #f1fbf7 0%, #daf4e9 100%);
}

.trust-item-mark.amber {
  border-color: rgba(215, 144, 46, 0.14);
  color: #9b651c;
  background: linear-gradient(145deg, #fffaf0 0%, #ffedc9 100%);
}

@media (hover: hover) and (pointer: fine) {
  .trust-item:hover .trust-item-mark {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 18px rgba(65, 53, 154, 0.12);
    transform: translateY(-1px) scale(1.04);
  }
}

.trust-item h3,
.trust-item p {
  margin: 0;
}

.trust-item h3 {
  font-size: 1.03rem;
}

.trust-item p {
  margin-top: 4px;
  color: var(--el-color-muted);
  font-size: 0.9rem;
}

.faq-section {
  border-top: 1px solid var(--el-color-line);
  background:
    radial-gradient(circle at 8% 8%, rgba(102, 86, 232, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.52);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(34px, 7vw, 82px);
}

.faq-layout .section-intro {
  position: sticky;
  top: 104px;
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--el-color-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--el-shadow-sm);
}

.faq-list summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  color: var(--el-color-ink);
  cursor: pointer;
  font-weight: var(--el-weight-heading);
  list-style: none;
}

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

.faq-list summary:focus-visible {
  outline: 3px solid var(--el-color-brand);
  outline-offset: 3px;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  color: var(--el-color-brand-hover);
  background: var(--el-color-brand-soft);
  content: "+";
  font-size: 1.1rem;
  line-height: 23px;
  text-align: center;
  transform: translateY(-50%);
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.faq-list details[open] summary::after {
  color: #ffffff;
  background: var(--el-color-brand);
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details[open] summary {
  color: var(--el-color-brand-hover);
}

.faq-list details p {
  margin: -2px 54px 18px 20px;
  color: var(--el-color-muted);
  font-size: 0.93rem;
}

.marketing-cta,
.founder {
  position: relative;
  overflow: hidden;
  border-radius: var(--el-radius-xl);
  padding: clamp(34px, 6vw, 62px);
  color: #ffffff;
  background: var(--el-gradient-brand);
  box-shadow: var(--el-shadow-lg);
}

.marketing-cta::after,
.founder::after {
  position: absolute;
  top: -120px;
  right: -70px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.marketing-cta h2,
.founder h2 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.marketing-cta p,
.founder p {
  position: relative;
  z-index: 1;
  max-width: 690px;
  color: #e4e2ff;
}

.marketing-cta .eyebrow,
.founder .eyebrow {
  position: relative;
  z-index: 1;
  color: #d8d4ff;
}

.marketing-cta .button {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #38349a;
  background: #ffffff;
}

.salon-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  align-items: center;
  gap: clamp(30px, 6vw, 72px);
}

.salon-cta-copy,
.founder-note {
  position: relative;
  z-index: 1;
}

.founder-note {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  padding: 24px;
  background: rgba(20, 24, 55, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.founder-note .eyebrow {
  color: #d8d4ff;
}

.founder-note h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
  letter-spacing: -0.025em;
}

.founder-note p {
  margin: 12px 0 0;
  color: #e4e2ff;
  font-size: 0.92rem;
}

.founder-signature {
  display: grid;
  gap: 1px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 16px;
}

.founder-signature strong {
  color: #ffffff;
}

.founder-signature span {
  color: #d8d4ff;
  font-size: var(--el-text-xs);
}

.primary-cta {
  position: relative;
  isolation: isolate;
}

.motion-ready .motion-reveal {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 320ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--reveal-delay, 0ms), translate 320ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--reveal-delay, 0ms);
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

.site-footer {
  margin-top: 88px;
  border-top: 1px solid var(--el-color-line);
  padding: 38px 0 48px;
  color: var(--el-color-muted);
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.marketing-body .site-footer {
  margin-top: 0;
}

.site-footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: var(--el-color-muted);
  font-weight: var(--el-weight-emphasis);
}

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

/* Editorial and utility pages */
.page-main {
  min-height: 58vh;
  padding: 64px 0 86px;
}

.page-header {
  max-width: 780px;
  margin-bottom: 38px;
}

.page-header h1 {
  margin: 10px 0;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.page-header .sub {
  color: var(--el-color-muted);
  font-size: 1.08rem;
}

.mission-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 11%, rgba(139, 92, 246, 0.1), transparent 22rem),
    radial-gradient(circle at 72% 30%, rgba(95, 195, 221, 0.08), transparent 18rem);
}

.mission-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 86px);
  margin-bottom: 72px;
}

.mission-page-header {
  margin-bottom: 0;
}

.mission-care-visual {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(102, 86, 232, 0.14);
  border-radius: var(--el-radius-xl);
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 60px rgba(31, 38, 78, 0.1);
}

.mission-care-visual::before {
  position: absolute;
  z-index: -1;
  top: -52px;
  right: -58px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(102, 86, 232, 0.2), rgba(95, 195, 221, 0.1));
  content: "";
  filter: blur(2px);
}

.mission-care-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid var(--el-color-line);
  border-radius: 18px;
  padding: 16px;
  background: #ffffff;
  box-shadow: var(--el-shadow-sm);
  transition: transform 200ms cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 200ms ease;
}

.mission-care-card > div > span {
  display: block;
  margin-bottom: 2px;
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mission-care-card strong {
  display: block;
  color: var(--el-color-ink-strong);
  font-size: 0.98rem;
  line-height: 1.35;
}

.mission-care-icon,
.mission-principle-icon {
  display: inline-grid;
  flex: none;
  place-items: center;
  border: 1px solid rgba(102, 86, 232, 0.11);
  color: var(--el-color-brand-hover);
  background: linear-gradient(145deg, #f7f5ff 0%, #e9e5ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 5px 14px rgba(65, 53, 154, 0.08);
}

.mission-care-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
}

.mission-principle-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  border-radius: 16px;
}

.mission-care-icon svg,
.mission-principle-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mission-care-icon.mint,
.mission-principle-icon.mint {
  border-color: rgba(36, 163, 122, 0.14);
  color: #18795d;
  background: linear-gradient(145deg, #f1fbf7 0%, #daf4e9 100%);
}

.mission-principle-icon.blue {
  border-color: rgba(51, 133, 232, 0.14);
  color: #286fbd;
  background: linear-gradient(145deg, #f3f9ff 0%, #dceeff 100%);
}

.mission-principle-icon.amber {
  border-color: rgba(215, 144, 46, 0.16);
  color: #9b651c;
  background: linear-gradient(145deg, #fffaf0 0%, #ffedc9 100%);
}

.mission-care-bridge {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.mission-care-bridge span {
  width: 4px;
  height: 12px;
  border-radius: 999px;
  background: var(--el-color-brand);
  transform-origin: center;
}

.mission-care-bridge span:nth-child(2),
.mission-care-bridge span:nth-child(4) {
  height: 20px;
}

.mission-care-bridge span:nth-child(3) {
  height: 30px;
}

.mission-care-next {
  padding-right: 48px;
}

.mission-care-check {
  position: absolute;
  right: 16px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--el-color-success);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
}

.mission-care-visual > p {
  margin: 20px 6px 0;
  color: var(--el-color-ink);
  font-size: 0.9rem;
  font-weight: var(--el-weight-heading);
  text-align: center;
}

.mission-problem-copy {
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .mission-care-card:hover {
    box-shadow: var(--el-shadow-lg);
    transform: translateY(-2px);
  }
}

.motion-ready .mission-care-visual.is-visible .mission-care-now {
  animation: mission-card-arrive 460ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.motion-ready .mission-care-visual.is-visible .mission-care-next {
  animation: mission-card-arrive 460ms cubic-bezier(0.2, 0.75, 0.25, 1) 220ms both;
}

.motion-ready .mission-care-visual.is-visible .mission-care-bridge span {
  animation: mission-signal-pulse 390ms ease-in-out 2 alternate;
}

.motion-ready .mission-care-visual.is-visible .mission-care-bridge span:nth-child(2) { animation-delay: 45ms; }
.motion-ready .mission-care-visual.is-visible .mission-care-bridge span:nth-child(3) { animation-delay: 90ms; }
.motion-ready .mission-care-visual.is-visible .mission-care-bridge span:nth-child(4) { animation-delay: 135ms; }
.motion-ready .mission-care-visual.is-visible .mission-care-bridge span:nth-child(5) { animation-delay: 180ms; }

.motion-ready .mission-care-visual.is-visible .mission-care-check {
  animation: mission-check-settle 420ms cubic-bezier(0.2, 0.9, 0.25, 1.25) 480ms both;
}

.motion-ready .principle.is-visible .mission-principle-icon,
.motion-ready .founder.is-visible .founder-mark {
  animation: semantic-icon-settle 430ms cubic-bezier(0.2, 0.75, 0.25, 1) 80ms both;
}

@keyframes mission-card-arrive {
  from { opacity: 0.72; transform: translateY(8px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes mission-signal-pulse {
  from { opacity: 0.46; transform: scaleY(0.58); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes mission-check-settle {
  from { opacity: 0.55; transform: scale(0.72); }
  to { opacity: 1; transform: scale(1); }
}

.legal-copy {
  max-width: 76ch;
}

.legal-copy-wide {
  max-width: 100ch;
}

.legal-copy h2 {
  margin: 34px 0 9px;
  font-size: 1.3rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--el-color-ink-body);
}

.legal-copy ul {
  margin: 10px 0;
  padding-left: 23px;
}

.legal-copy li {
  margin-bottom: 7px;
}

.demo-consent-main {
  min-height: 72vh;
  padding: clamp(58px, 9vw, 108px) 0 92px;
  background:
    radial-gradient(circle at 88% 10%, rgba(102, 86, 232, 0.16), transparent 25rem),
    radial-gradient(circle at 8% 88%, rgba(95, 195, 221, 0.1), transparent 22rem);
}

.demo-consent-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
  align-items: start;
  gap: clamp(38px, 7vw, 86px);
}

.demo-consent-intro {
  padding-top: 24px;
}

.demo-consent-intro h1 {
  max-width: 10ch;
  margin: 12px 0 18px;
  font-size: clamp(2.75rem, 6vw, 4.8rem);
}

.demo-consent-intro .lead {
  max-width: 35rem;
  color: var(--el-color-ink-body);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.demo-example-card {
  display: grid;
  gap: 7px;
  margin-top: 34px;
  border-left: 4px solid var(--el-color-brand);
  border-radius: 0 var(--el-radius-md) var(--el-radius-md) 0;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--el-shadow-sm);
}

.demo-example-card span {
  color: var(--el-color-muted-strong);
  font-size: var(--el-text-xs);
  font-weight: var(--el-weight-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-example-card strong {
  color: var(--el-color-ink);
  font-size: 1.04rem;
}

.demo-consent-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 18px;
  border: 1px solid rgba(102, 86, 232, 0.18);
  border-radius: var(--el-radius-xl);
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 72px rgba(31, 38, 78, 0.13);
}

.demo-consent-card h2 {
  margin: 8px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.demo-consent-signal {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 19px;
  background: var(--el-color-brand-soft);
}

.demo-consent-signal img {
  width: 40px;
  height: 40px;
}

.demo-notice-list,
.demo-web-acknowledgment,
.demo-call-button,
.demo-consent-error,
.demo-consent-card > .fineprint {
  grid-column: 1 / -1;
}

.demo-notice-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 24px;
  padding-left: 22px;
  color: var(--el-color-ink-body);
}

.demo-notice-list li {
  padding-left: 4px;
}

.demo-web-acknowledgment {
  margin-bottom: 16px;
  border: 1px solid rgba(102, 86, 232, 0.14);
}

.demo-call-button {
  width: 100%;
  min-height: 56px;
  font-size: 1.08rem;
}

.demo-consent-error {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--el-color-muted-strong);
  font-size: 0.88rem;
  font-weight: var(--el-weight-emphasis);
  text-align: center;
}

.demo-consent-card > .fineprint {
  margin: 12px 0 0;
  line-height: 1.55;
}

.updated,
.required-legend,
.fineprint,
.hint {
  color: var(--el-color-muted);
  font-size: 0.85rem;
}

.sub {
  color: var(--el-color-muted);
}

.form-shell > .sub {
  max-width: 54ch;
  margin-bottom: 32px;
}

.required-legend {
  margin-bottom: 20px;
}

.body-copy p {
  max-width: 64ch;
  margin: 0 0 19px;
  color: var(--el-color-ink-body);
  font-size: 1.02rem;
}

.pull {
  max-width: 34em;
  margin: 28px 0;
  border-left: 3px solid var(--el-color-brand);
  padding-left: 22px;
  color: var(--el-color-ink);
  font-size: 1.25rem;
  font-weight: var(--el-weight-heading);
}

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

.principle {
  min-height: 0;
}

.founder-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(10, 16, 43, 0.18);
}

.founder-mark img {
  width: 40px;
  height: 40px;
}

.founder .eyebrow {
  color: #d8d4ff;
}

.founder .sign {
  color: #ffffff;
  font-weight: var(--el-weight-heading);
}

.form-shell {
  max-width: 720px;
}

.form-card,
section.card {
  margin-bottom: 20px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-lg);
  padding: 26px;
  background: #ffffff;
  box-shadow: var(--el-shadow-sm);
}

.form-card label,
section.card label {
  font-size: 0.87rem;
}

.form-card input,
.form-card textarea,
.form-card select,
section.card input,
section.card textarea,
section.card select {
  margin-bottom: 16px;
  background: #fbfbfe;
}

.marketing-body button[type="submit"] {
  color: #ffffff;
  background: var(--el-color-brand);
}

.marketing-body button[type="submit"]:hover:not(:disabled) {
  background: var(--el-color-brand-hover);
}

section.card h2 {
  margin: 0 0 4px;
  font-size: 1.22rem;
}

section.card p.hint {
  margin: 0 0 18px;
}

.radio-stack .hint {
  display: block;
  margin-top: 4px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
  border-radius: var(--el-radius-md);
  padding: 16px;
  background: var(--el-color-brand-subtle);
}

.consent input {
  width: auto;
  flex-shrink: 0;
  margin-top: 4px;
}

.consent label {
  margin: 0;
  font-size: 0.88rem;
  font-weight: var(--el-weight-body);
}

.grid2,
.grid3 {
  display: grid;
  gap: 0 16px;
}

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

.hours-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.hours-row label,
.hours-row input {
  margin-block: 0;
}

.repeat-row {
  position: relative;
  margin-bottom: 14px;
  border: 1px solid var(--el-color-line);
  border-radius: var(--el-radius-md);
  padding: 16px 16px 2px;
  background: #fbfbfe;
}

.repeat-row .remove-row {
  position: absolute;
  top: 10px;
  right: 12px;
  min-height: 0;
  padding: 0;
  color: var(--el-color-muted);
  background: none;
  box-shadow: none;
  font-size: 0.85rem;
  text-decoration: underline;
}

.add-row {
  min-height: 40px;
  margin-bottom: 4px;
  padding: 9px 15px;
  color: var(--el-color-brand);
  background: var(--el-color-brand-soft);
  font-size: 0.9rem;
}

.add-row:hover {
  color: var(--el-color-brand-hover);
  background: #e3defd;
}

.radio-row,
.radio-stack {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.radio-row {
  flex-wrap: wrap;
}

.radio-stack {
  flex-direction: column;
}

.radio-row label,
.radio-stack label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  font-size: 0.93rem;
  font-weight: var(--el-weight-body);
}

.radio-row input,
.radio-stack input {
  width: auto;
  margin: 4px 0 0;
}

.req {
  margin-left: 2px;
  color: var(--el-color-danger);
  font-weight: var(--el-weight-display);
}

.field-error {
  border-color: var(--el-color-danger) !important;
  background: var(--el-color-danger-soft) !important;
}

.consent.field-error {
  border: 2px solid var(--el-color-danger);
}

.el-form-result {
  display: none;
  margin-top: 18px;
  border-radius: var(--el-radius-sm);
  padding: 14px 16px;
  font-size: 0.93rem;
}

.el-form-result[data-state="ok"] {
  display: block;
  color: var(--el-color-success);
  background: var(--el-color-success-soft);
}

.el-form-result[data-state="err"] {
  display: block;
  color: var(--el-color-danger);
  background: var(--el-color-danger-soft);
}

@media (max-width: 840px) {
  .site-nav {
    display: none;
  }

  .mobile-actions {
    display: flex;
  }

  .marketing-hero-grid {
    grid-template-columns: 1fr;
  }

  .demo-consent-layout {
    grid-template-columns: 1fr;
  }

  .demo-consent-intro {
    padding-top: 0;
  }

  .demo-consent-intro h1 {
    max-width: 13ch;
  }

  .mission-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 60px;
  }

  .mission-care-visual {
    width: min(100%, 560px);
  }

  .product-preview {
    max-width: 560px;
  }

  .feature-grid,
  .outcome-grid,
  .journey,
  .proof-list {
    grid-template-columns: 1fr;
  }

  .journey::before {
    top: 49px;
    right: auto;
    bottom: 49px;
    left: 48px;
    width: 2px;
    height: auto;
    transform: scaleY(1);
    transform-origin: center top;
  }

  .motion-ready .journey::before {
    transform: scaleY(0);
  }

  .motion-ready .journey.is-visible::before {
    transform: scaleY(1);
  }

  .journey-marker {
    position: absolute;
    top: 30px;
    left: 29px;
    justify-content: flex-start;
  }

  .journey-step {
    min-height: 190px;
    padding: 32px 30px 32px 82px;
  }

  .journey-step + .journey-step {
    border-top: 1px solid var(--el-color-line);
    border-left: 0;
  }

  .journey-step h3 {
    margin-top: 0;
  }

  .demo-shell,
  .trust-layout,
  .faq-layout,
  .salon-cta-grid {
    grid-template-columns: 1fr;
  }

  .live-demo-guide {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .live-demo-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(180px, 0.45fr) auto;
    align-items: center;
    justify-content: start;
    text-align: left;
  }

  .live-demo-actions small {
    grid-column: 1 / -1;
  }

  .demo-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .demo-tab {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .demo-tab-icon {
    width: 36px;
    height: 36px;
  }

  .trust-layout .section-intro {
    position: static;
  }

  .faq-layout .section-intro {
    position: static;
    margin-bottom: 0;
  }

  .proof-item + .proof-item {
    border-top: 1px solid var(--el-color-line);
    border-left: 0;
  }

  .proof-item {
    grid-template-columns: 28px minmax(0, 1fr);
    justify-content: stretch;
  }

  .proof-icon {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .topbar {
    min-height: 64px;
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  .identity span:not(.operator-pill) {
    display: none;
  }

  .portal-wrap {
    padding: 26px 17px 70px;
  }

  .hero {
    border-radius: 22px;
    padding: 27px 23px;
  }

  .tile-grid,
  .grid,
  .principles,
  .grid2,
  .grid3 {
    grid-template-columns: 1fr;
  }

  .operator-bar {
    align-items: flex-start;
  }

  .operator-bar:not(.preview-bar) {
    grid-template-columns: minmax(0, 1fr) max-content;
  }

  .operator-bar:not(.preview-bar) .operator-brand {
    align-self: center;
  }

  .operator-nav-primary {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    padding-top: 2px;
  }

  .operator-nav-more {
    grid-column: 2;
    grid-row: 1;
  }

  .operator-nav-menu {
    grid-template-columns: 1fr;
  }

  .operations-hero,
  .customer-workspace-hero,
  .welcome-hero,
  .command-bar,
  .next-action-card {
    grid-template-columns: 1fr;
  }

  .health-pill {
    justify-self: start;
  }

  .welcome-signal {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .command-bar {
    margin-top: -10px;
    padding: 16px;
  }

  .command-bar button {
    width: 100%;
  }

  .priority-grid,
  .compact-grid {
    grid-template-columns: 1fr;
  }

  .priority-card,
  .compact-link,
  .next-action-card {
    overflow-wrap: anywhere;
  }

  .priority-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .priority-card .open {
    grid-column: 2;
    justify-self: start;
  }

  .next-action-card {
    align-items: start;
    gap: 14px;
    padding: 21px 19px;
  }

  .next-action-card > span {
    white-space: normal;
  }

  .secondary-tools {
    padding: 14px 16px 17px;
  }

  .customer-picker {
    display: grid;
    width: 100%;
  }

  .customer-picker select {
    min-width: 0;
  }

  .card {
    overflow-x: auto;
  }

  .card:has(> table)::before {
    display: block;
    margin-bottom: 8px;
    color: var(--el-color-muted-strong);
    content: "Swipe to see all columns →";
    font-size: var(--el-text-xs);
    font-weight: var(--el-weight-emphasis);
  }

  .card > table {
    min-width: 40rem;
  }

  .security-response-guide {
    grid-template-columns: 1fr;
  }

  .security-response-guide > div + div {
    border-top: 1px solid var(--el-color-line);
    border-left: 0;
  }

  .security-events-heading {
    align-items: stretch;
  }

  .security-filters {
    width: 100%;
    border-radius: var(--el-radius-md);
  }

  .security-bulk-bar {
    position: static;
  }

  .security-bulk-bar .spacer {
    display: none;
  }

  .launch-step {
    grid-template-columns: 1fr;
  }

  .site-header-row {
    min-height: 68px;
  }

.mobile-actions > .button {
    min-height: 40px;
    padding: 9px 13px;
  }

  .marketing-hero {
    padding: 58px 0 66px;
  }

  .mission-main {
    padding-top: 48px;
  }

  .mission-hero-grid {
    gap: 28px;
    margin-bottom: 52px;
  }

  .mission-care-visual {
    border-radius: 22px;
    padding: 20px;
  }

  .mission-care-visual::before {
    top: -34px;
    right: -42px;
    width: 138px;
    height: 138px;
  }

  .mission-care-card {
    padding: 14px;
  }

  .signal-intake,
  .signal-resolution {
    padding: 13px;
  }

  .signal-flow li {
    padding: 10px 11px;
  }

  .live-demo-guide {
    gap: 16px;
    padding: 20px;
  }

  .marketing-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .marketing-hero .eyebrow,
  .marketing-hero h1,
  .marketing-hero .hero-promise,
  .marketing-hero .lead,
  .marketing-hero .cta-row,
  .marketing-hero .product-preview {
    animation-duration: 520ms;
  }

  .motion-ready .motion-reveal {
    translate: 0 10px;
    transition-duration: 440ms;
  }

  .preview-dot {
    animation-iteration-count: 2;
  }

  .marketing-section {
    padding: 62px 0;
  }

  .marketing-section.compact {
    padding-block: 52px;
  }

  .founder-note {
    padding: 21px;
  }

  .feature-card,
  .journey-step {
    min-height: 0;
  }

  .journey-step h3 {
    margin-top: 0;
  }

  .site-footer {
    margin-top: 60px;
  }

  .hours-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

}

@media (max-width: 560px) {
  .mobile-actions > .button {
    display: none;
  }

  .demo-consent-main {
    padding-top: 42px;
  }

  .demo-consent-card {
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 22px;
  }

  .demo-consent-signal {
    width: 52px;
    height: 52px;
  }

  .demo-consent-signal img {
    width: 36px;
    height: 36px;
  }

  .demo-notice-list,
  .demo-web-acknowledgment,
  .demo-call-button,
  .demo-consent-error,
  .demo-consent-card > .fineprint {
    grid-column: auto;
  }

  .demo-controls {
    grid-template-columns: 1fr;
  }

  .live-demo-guide {
    grid-template-columns: 1fr;
  }

  .live-demo-signal {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .live-demo-signal img {
    width: 46px;
    height: 46px;
  }

  .live-demo-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .live-demo-actions small {
    grid-column: auto;
  }

  .demo-tab-copy > span {
    display: none;
  }

  .demo-turn {
    max-width: 94%;
  }

  .demo-stage-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .demo-stage-cta .button {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .quick-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quick-grid .compact-link {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .quick-grid .compact-arrow {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .motion-reveal {
    opacity: 1 !important;
    translate: none !important;
  }

  .product-preview,
  .compact-link,
  .tile,
  .next-action-card {
    transform: none !important;
    translate: none !important;
  }
}
