:root {
  --ink: #101425;
  --muted: #626a7d;
  --line: #dde1ea;
  --panel: #ffffff;
  --soft: #f5f7fb;
  --navy: #0b1020;
  --navy-2: #141b34;
  --blue: #5e6df2;
  --blue-2: #8290ff;
  --violet: #8a62e8;
  --green: #2daa79;
  --amber: #d99637;
  --red: #d95867;
  --radius: 0;
  --shadow: 0 24px 70px rgba(19, 25, 52, .13);
  --shell-max: min(1280px, 100%);
  --shell-gutter: clamp(16px, 4vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-width: 0;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #d99637;
  outline-offset: 4px;
}
.shell {
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--shell-gutter);
}
.section-pad { padding: 112px 0; }
.section-muted { background: var(--soft); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 12px;
  transform: translateY(-150%); background: #fff; color: #111;
  border-radius: 0; padding: 10px 14px; box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-color: rgba(214,219,231,.75);
  box-shadow: 0 8px 30px rgba(16,20,37,.05);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; font-weight: 760; letter-spacing: -.025em; }
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #c6c6cd;
  box-shadow: none;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a { text-decoration: none; color: #4d5568; font-size: 14px; font-weight: 630; }
.primary-nav > a:hover { color: var(--ink); }
.primary-nav > a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -2px var(--blue); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 0;
  text-decoration: none; font-weight: 720; font-size: 14px; letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
.button-small { min-height: 40px; padding-inline: 15px; }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(11,16,32,.18); }
.button-primary:hover { background: #1a2240; box-shadow: 0 16px 35px rgba(11,16,32,.24); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button-secondary:hover { border-color: #bfc6d6; box-shadow: 0 10px 24px rgba(19,25,52,.08); }
.button-ghost { background: rgba(255,255,255,.65); border-color: rgba(160,168,188,.4); color: var(--ink) !important; }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.button-disabled { color: #959bad; background: #eff1f5; border-color: #e3e6ed; cursor: not-allowed; }
.button-disabled:hover { transform: none; }
.button-full { width: 100%; }

.hero {
  position: relative; overflow: hidden; min-height: 790px; padding-top: 170px;
  background:
    radial-gradient(circle at 72% 32%, rgba(111,123,246,.14), transparent 36%),
    radial-gradient(circle at 18% 22%, rgba(167,125,232,.08), transparent 28%),
    linear-gradient(180deg, #fbfcff, #fff 76%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image: linear-gradient(rgba(31,42,74,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(31,42,74,.04) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
.ambient { position: absolute; border-radius: 999px; filter: blur(3px); opacity: .7; }
.ambient-one { width: 270px; height: 270px; right: -95px; top: 195px; border: 1px solid rgba(95,109,242,.15); }
.ambient-two { width: 130px; height: 130px; left: 6%; bottom: 80px; border: 1px solid rgba(139,98,232,.12); }
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}
.hero-copy { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #59617a; font-size: 12px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(94,109,242,.12); }
.hero h1, .section-heading h2, .trust-copy h2, .download-copy h2 {
  margin: 18px 0 22px; font-size: clamp(49px, 5.5vw, 78px); line-height: 1.1; letter-spacing: -.062em; font-weight: 780;
}
.hero h1 span, .section-heading h2 span, .trust-copy h2 span { color: var(--blue); }
.hero-lede { max-width: 590px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.67; letter-spacing: -.012em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: #60687a; font-size: 13px; font-weight: 640; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 17px; height: 17px; fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; }
.hero-visual {
  position: relative;
  min-width: 0;
  width: 100%;
  min-height: min(540px, 70vw);
  display: grid;
  place-items: center;
  perspective: 1300px;
}
.app-window {
  position: relative; z-index: 2; width: min(670px, 100%); border: 1px solid rgba(161,169,190,.46); border-radius: 0; overflow: hidden;
  background: rgba(255,255,255,.96); box-shadow: 0 36px 90px rgba(26,33,69,.19), 0 8px 22px rgba(26,33,69,.08);
  transform: rotateY(-4deg) rotateX(1.2deg);
}
.window-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid #e7e9ef; background: #f8f9fb; font-size: 12px; font-weight: 720; color: #596076; }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border-radius: 50%; background: #ff645f; }
.traffic-lights i:nth-child(2) { background: #ffbd42; }
.traffic-lights i:nth-child(3) { background: #30c84a; }
.window-status { justify-self: end; color: var(--green); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.palette-search { margin: 16px; height: 48px; border: 1px solid #dfe3ec; border-radius: 0; display: flex; align-items: center; gap: 10px; padding: 0 13px; background: #fff; box-shadow: 0 5px 16px rgba(27,34,66,.05); color: #98a0b2; font-size: 13px; }
.palette-search svg { width: 18px; height: 18px; fill: none; stroke: #737b90; stroke-width: 2; }
.palette-search span { flex: 1; }
kbd { display: inline-grid; place-items: center; min-width: 24px; height: 23px; padding: 0 6px; border: 1px solid #d9dde6; border-bottom-color: #c4c9d5; border-radius: 0; background: linear-gradient(#fff,#f2f4f7); color: #5d6577; font-family: inherit; font-size: 10px; font-weight: 720; box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(0,0,0,.04); }
.palette-content { padding: 0 10px 8px; }
.palette-section-label { display: flex; justify-content: space-between; padding: 9px 9px 6px; color: #5f677a; font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.phrase-row { min-height: 61px; padding: 10px 11px; display: flex; align-items: center; gap: 11px; border: 1px solid transparent; border-radius: 0; }
.phrase-row-active { background: #f0f2ff; border-color: #d9ddff; box-shadow: 0 5px 12px rgba(94,109,242,.08); }
.phrase-icon { width: 32px; height: 32px; border-radius: 0; display: grid; place-items: center; font-size: 13px; font-weight: 800; }
.phrase-icon-blue { background: #e5e8ff; color: #4d5ee3; }
.phrase-icon-violet { background: #eee6ff; color: #8250d8; }
.phrase-icon-amber { background: #fff0da; color: #b77820; }
.phrase-icon-green { background: #dff5eb; color: #208c63; }
.phrase-body { flex: 1; min-width: 0; }
.phrase-body strong, .phrase-body small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phrase-body strong { font-size: 12px; }
.phrase-body small { color: #8a91a3; font-size: 10px; margin-top: 2px; }
.phrase-badge { border: 1px solid #dfe2ea; border-radius: 0; padding: 3px 7px; color: #7a8294; font-size: 8px; font-weight: 700; }
.palette-footer { min-height: 40px; display: flex; justify-content: center; gap: 19px; align-items: center; border-top: 1px solid #e9ebf0; background: #fafbfc; color: #5a6274; font-size: 11px; }
.palette-footer span { display: flex; align-items: center; gap: 4px; }
.palette-footer kbd { min-width: 19px; height: 18px; padding-inline: 4px; font-size: 10px; }
.cursor-orbit { position: absolute; z-index: 3; width: 46px; height: 46px; border: 1px solid rgba(139,150,179,.4); border-radius: 0; display: grid; place-items: center; background: rgba(255,255,255,.86); backdrop-filter: blur(8px); box-shadow: 0 12px 25px rgba(17,23,50,.1); color: #606a84; font-size: 15px; font-weight: 800; }
.orbit-one { right: 0; top: 70px; transform: rotate(9deg); }
.orbit-two { left: 5px; bottom: 90px; transform: rotate(-9deg); }
.floating-chip { position: absolute; z-index: 4; border: 1px solid rgba(184,191,209,.6); border-radius: 0; padding: 8px 12px; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); box-shadow: 0 12px 26px rgba(17,23,50,.08); color: #687087; font-size: 10px; font-weight: 650; }
.floating-chip span { color: var(--blue); font-weight: 800; }
.chip-left { left: 7%; top: 64px; }
.chip-right { right: 2%; bottom: 62px; }
.trust-strip { border-top: 1px solid #e8eaf0; border-bottom: 1px solid #e8eaf0; background: #fff; }
.trust-strip-inner { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #767e91; font-size: 12px; font-weight: 670; }
.trust-strip-inner > span { color: var(--ink); }
.role-list { display: flex; align-items: center; gap: 18px; }
.role-list i { width: 3px; height: 3px; border-radius: 50%; background: #bec4d1; }

.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow-centered { justify-content: center; }
.section-heading h2, .trust-copy h2 { font-size: clamp(40px, 4.6vw, 62px); margin-block: 18px 20px; }
.section-heading p, .trust-copy p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.why { overflow: hidden; }
.friction-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
  align-items: center;
  margin-top: 58px;
}
.story-panel { border: 1px solid var(--line); border-radius: 0; padding: 26px; background: #fff; box-shadow: 0 18px 50px rgba(20,26,55,.07); }
.story-before { background: #fafafa; }
.story-after { border-color: #ced4ff; background: linear-gradient(145deg,#fff,#f7f8ff); box-shadow: 0 25px 60px rgba(78,92,198,.13); }
.story-label { display: flex; align-items: center; gap: 8px; color: #777f91; font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; }
.status-red { background: var(--red); box-shadow: 0 0 0 4px rgba(217,88,103,.11); }
.status-green { background: var(--green); box-shadow: 0 0 0 4px rgba(45,170,121,.11); }
.story-panel h3 { margin: 16px 0 22px; font-size: 27px; letter-spacing: -.035em; }
.messy-canvas, .clean-canvas { position: relative; height: 290px; border: 1px solid #e7e9ee; border-radius: 0; background: #f3f4f6; overflow: hidden; }
.messy-canvas { background-image: radial-gradient(#d4d8e0 1px, transparent 1px); background-size: 14px 14px; }
.messy-card { position: absolute; width: 155px; min-height: 79px; border: 1px solid #d8dce5; border-radius: 0; padding: 10px 11px; background: rgba(255,255,255,.95); box-shadow: 0 9px 18px rgba(25,31,59,.08); }
.messy-card span { display: block; color: #8a91a2; font-size: 8px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.messy-card p { margin: 8px 0 0; font-size: 11px; line-height: 1.35; font-weight: 650; color: #5c6476; }
.card-mail { top: 24px; left: 22px; transform: rotate(-4deg); }
.card-notes { top: 40px; right: 24px; transform: rotate(4deg); }
.card-chat { bottom: 26px; left: 42px; transform: rotate(3deg); }
.card-doc { bottom: 32px; right: 35px; transform: rotate(-5deg); }
.clean-canvas { padding: 26px; background: linear-gradient(150deg,#f8f9ff,#f1f3fb); }
.clean-search { height: 46px; display: flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid #dce0ed; border-radius: 0; background: #fff; color: #586078; box-shadow: 0 6px 15px rgba(22,29,61,.05); font-size: 12px; }
.clean-search strong { flex: 1; color: var(--ink); }
.clean-result { margin-top: 14px; padding: 14px; border: 1px solid #d8ddff; border-radius: 0; background: #fff; box-shadow: 0 11px 24px rgba(77,91,195,.08); }
.clean-result-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
.clean-result-head .mini-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 0; background: #e5e8ff; color: var(--blue); font-size: 11px; }
.clean-result-head strong { font-size: 11px; }
.clean-result-head small { color: #9299aa; font-size: 8px; }
.clean-result p { margin: 12px 0 2px; padding-top: 12px; border-top: 1px solid #eceef3; color: #596176; font-size: 11px; line-height: 1.55; }
.clean-result mark { padding: 1px 4px; border-radius: 0; background: #e8ebff; color: #4655d1; }
.clean-delivery { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border-radius: 0; background: #e5f5ee; color: #1f6b4d; font-size: 12px; font-weight: 680; }
.clean-delivery i { font-style: normal; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.story-cost { display: flex; justify-content: space-between; gap: 8px; margin-top: 20px; color: #5a6274; font-size: 12px; }
.story-cost span { padding: 8px; border-radius: 0; background: #f2f3f6; text-align: center; flex: 1; }
.story-cost strong { display: block; color: #3f475a; font-size: 12px; }
.story-gain span { background: #eff2ff; color: #6a7391; }
.story-gain strong { color: #4e5ed0; }
.story-transition { display: grid; justify-items: center; gap: 7px; }
.transition-line { width: 1px; height: 42px; background: linear-gradient(transparent,#c5cad8); }
.transition-line:last-child { background: linear-gradient(#c5cad8,transparent); }
.transition-button { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 0; background: var(--navy); color: #fff; font-size: 11px; box-shadow: 0 9px 18px rgba(11,16,32,.2); }
.value-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  margin: 56px 0 72px;
  padding: 0;
  border: 0;
  background: transparent;
}
.flow-node {
  position: relative;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 22px 16px 20px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
}
.flow-node-accent {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: none;
}
.flow-number {
  position: static;
  order: -1;
  margin: 0 0 4px;
  color: #7a8294;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .08em;
}
.flow-node-accent .flow-number { color: #9aa3bd; }
.flow-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe3ec;
  border-radius: 0;
  background: #f7f8fb;
  color: var(--blue);
}
.flow-node-accent .flow-icon {
  border-color: #394262;
  background: #151d36;
  color: #aeb6ff;
}
.flow-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}
.flow-node strong {
  margin: 2px 0 0;
  font-size: 15px;
  letter-spacing: -.02em;
}
.flow-node small {
  margin: 0;
  color: #6b7386;
  font-size: 12px;
  line-height: 1.35;
}
.flow-node-accent small { color: #b4bcd0; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.benefit-card { min-height: 330px; padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); border-radius: 0; background: #fff; overflow: hidden; min-width: 0; }
.benefit-card h3 { margin: 10px 0 12px; font-size: 27px; line-height: 1.14; letter-spacing: -.04em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.benefit-wide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(20px, 3vw, 36px); align-items: center; }
.benefit-dark { color: #fff; background: var(--navy); border-color: var(--navy); }
.benefit-dark p { color: #adb5c8; }
.card-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.benefit-dark .card-kicker { color: #9da6ff; }
.benefit-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 0; background: #eef0ff; color: var(--blue); }
.benefit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: square; stroke-linejoin: miter; }
.shortcut-art { position: relative; min-height: 230px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 0; background: #f3f4ff; overflow: hidden; }
.shortcut-art kbd { position: relative; z-index: 2; min-width: 54px; height: 50px; border-radius: 0; font-size: 15px; box-shadow: 0 5px 0 #d7dbe7, 0 9px 20px rgba(40,48,89,.08); }
.shortcut-art kbd:last-child { min-width: 93px; }
.shortcut-art > span { position: relative; z-index: 2; color: #7b8398; }
.shortcut-ring { position: absolute; border: 1px solid rgba(94,109,242,.13); border-radius: 50%; }
.ring-one { width: 170px; height: 170px; }
.ring-two { width: 250px; height: 250px; }
.action-stack { display: grid; gap: 8px; }
.action-stack > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 52px; padding: 0 13px; border: 1px solid #2d3552; border-radius: 0; background: #151d36; }
.action-stack strong { font-size: 11px; }
.action-stack small { color: #858fa8; font-size: 8px; }
.action-dot { width: 9px; height: 9px; border-radius: 50%; }
.action-blue { background: #7482ff; }.action-violet { background: #ac7ef4; }.action-amber { background: #e1a246; }.action-green { background: #42bd8c; }

.feature-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-block { position: relative; min-height: 420px; padding: clamp(22px, 3vw, 34px); border: 1px solid #e0e4ec; border-radius: 0; background: #fff; overflow: hidden; min-width: 0; }
.feature-block-large, .feature-block-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 55px);
  align-items: center;
  min-height: 440px;
}
.feature-index { display: inline-block; margin-bottom: 18px; color: #a0a7b7; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.feature-block h3 { margin: 0 0 15px; font-size: 31px; line-height: 1.13; letter-spacing: -.045em; }
.feature-block p { color: var(--muted); font-size: 14px; line-height: 1.72; }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 24px; color: #535c71; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 0; background: #e5f4ed; color: #24825f; font-size: 9px; font-weight: 900; }
.search-visual { padding: 22px; border: 1px solid #e0e4ec; border-radius: 0; background: #f7f8fb; box-shadow: 0 22px 45px rgba(24,31,65,.09); }
.search-demo-head { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid #dfe3eb; border-radius: 0; background: #fff; color: #7b8396; font-size: 12px; }
.search-demo-head strong { color: var(--ink); }
.search-demo-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; min-height: 65px; padding: 0 13px; border: 1px solid transparent; border-radius: 0; margin-top: 8px; }
.search-demo-row.active { background: #ecefff; border-color: #d8ddff; }
.search-demo-row i { width: 31px; height: 31px; border-radius: 0; background: #dfe3ff; }
.search-demo-row span strong, .search-demo-row span small { display: block; }
.search-demo-row span strong { font-size: 11px; }
.search-demo-row span small { color: #5f677a; font-size: 11px; margin-top: 2px; }
.search-demo-row em { color: #4655d1; font-size: 11px; font-style: normal; font-weight: 800; }
.feature-mini-visual { margin: 10px 0 28px; min-height: 155px; border: 1px solid #e3e6ed; border-radius: 0; background: #f7f8fb; }
.variable-visual { padding: 23px; }
.variable-visual p { padding: 14px; border: 1px solid #e0e3eb; border-radius: 0; background: #fff; color: #454d62; font-size: 12px; }
.variable-visual mark { border-radius: 0; padding: 2px 5px; background: #e7eaff; color: #5363dc; }
.variable-visual > div { display: flex; justify-content: space-between; padding: 8px 2px; border-bottom: 1px solid #e5e7ed; color: #8890a2; font-size: 9px; }
.variable-visual > div strong { color: #4e576a; }
.trigger-visual { display: flex; align-items: center; justify-content: center; gap: 12px; color: #8a92a4; font-size: 10px; }
.trigger-visual kbd { height: 35px; font-size: 12px; }
.trigger-visual i { font-style: normal; color: var(--blue); }
.trigger-visual strong { padding: 9px 12px; border-radius: 0; background: #e9ecff; color: #5261da; font-size: 10px; }
.ai-visual { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; padding: 22px; }
.ai-source, .ai-result { min-height: 120px; padding: 14px; border: 1px solid #dfe3eb; border-radius: 0; background: #fff; }
.ai-source span, .ai-result span { color: #939aac; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.ai-source p, .ai-result p { color: #4e576b; font-size: 11px; }
.ai-result { border-color: #d6dbff; background: #f4f5ff; }
.ai-arrow { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 0; background: var(--navy); color: #aeb6ff; }

.persona-tabs { width: fit-content; margin: 0 auto 26px; display: flex; gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 0; background: #f6f7f9; }
.persona-tabs a {
  border: 0; border-radius: 0; padding: 10px 16px; background: transparent; color: #70788b;
  cursor: pointer; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.persona-tabs a[aria-selected="true"] { background: #fff; color: var(--ink); box-shadow: 0 5px 12px rgba(22,29,60,.08); }
.persona-tabs a:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.persona-panels { border: 1px solid var(--line); border-radius: 0; overflow: hidden; box-shadow: 0 22px 60px rgba(20,26,55,.08); }
.persona-panels article {
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(135deg,#fff,#f8f9fc);
}
.persona-label { color: var(--blue); font-size: 10px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.persona-copy h3 { margin: 13px 0 16px; font-size: 36px; line-height: 1.08; letter-spacing: -.05em; }
.persona-copy p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.persona-outcomes { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.persona-outcomes span { padding: 6px 10px; border-radius: 0; background: #edf0ff; color: #5b66cc; font-size: 9px; font-weight: 720; }
.persona-board { min-height: 310px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 17px; border: 1px solid #dfe3eb; border-radius: 0; background: #f1f3f7; }
.board-column > span { display: block; margin-bottom: 10px; color: #8a91a2; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.board-column > div { min-height: 66px; margin-bottom: 9px; padding: 11px; border: 1px solid #dfe2e9; border-radius: 0; background: #fff; color: #5d6577; font-size: 9px; font-weight: 680; box-shadow: 0 5px 12px rgba(30,36,65,.04); }
.board-column .board-active { border-color: #cbd1ff; background: #e9ecff; color: #4e5fd5; }
.terminal-board { display: block; background: #101628; color: #bec6d8; }
.terminal-board > span { font-size: 9px; color: #7f8aa4; }
.terminal-board pre { margin: 25px 0; white-space: pre-wrap; font-size: 12px; line-height: 2; color: #c9d1e5; }
.terminal-board i { display: inline-block; padding: 5px 8px; border-radius: 0; background: #26304d; color: #aeb8d5; font-size: 8px; font-style: normal; }
.timeline-board, .checklist-board { grid-template-columns: 1fr; align-content: center; padding-inline: 45px; }
.timeline-board > div { position: relative; display: flex; align-items: center; gap: 14px; min-height: 65px; border-left: 1px solid #cbd0dd; padding-left: 23px; }
.timeline-board > div i { position: absolute; left: -6px; width: 11px; height: 11px; border: 3px solid #f1f3f7; border-radius: 50%; background: var(--blue); }
.timeline-board strong, .timeline-board small { display: block; }
.timeline-board strong { font-size: 11px; }.timeline-board small { color: #9299aa; font-size: 9px; }
.checklist-board > div { display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 0 14px; border-bottom: 1px solid #dfe2e9; color: #5e6679; font-size: 11px; }
.checklist-board > div i { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #cdd2dd; border-radius: 0; background: #fff; color: var(--green); font-style: normal; font-size: 10px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 30px; border: 1px solid var(--line); border-radius: 0; background: #fff; }
.price-featured { border-color: var(--navy); box-shadow: 0 25px 55px rgba(17,23,49,.12); }
.popular-badge { position: absolute; right: 18px; top: 18px; padding: 5px 8px; border-radius: 0; background: var(--navy); color: #fff; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-head span { color: #4e576b; font-size: 13px; font-weight: 800; }
.price-head span em { margin-left: 5px; padding: 3px 6px; border-radius: 0; background: #fff2dc; color: #a56d1c; font-size: 7px; font-style: normal; text-transform: uppercase; }
.price-head strong { display: block; margin: 18px 0 6px; font-size: 33px; line-height: 1; letter-spacing: -.04em; }
.price-head small { color: #8a92a4; }
.price-card .check-list { flex: 1; margin: 30px 0; }
.price-preview { background: #fafafa; }

.trust { overflow: hidden; }
.trust-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 70px); align-items: center; }
.trust-copy { max-width: 500px; min-width: 0; }
.text-link { display: inline-flex; gap: 8px; margin-top: 13px; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 760; }
.text-link span { color: var(--blue); }
.trust-visual { position: relative; min-height: 520px; min-width: 0; overflow: hidden; }
.trust-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: min(170px, 36vw); height: min(170px, 36vw); transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--navy); color: #fff; box-shadow: 0 25px 55px rgba(11,16,32,.23); }
.trust-core svg { width: 38px; height: 38px; margin-bottom: 12px; fill: none; stroke: #9facff; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.trust-core strong { font-size: 12px; }.trust-core small { color: #8f98b1; font-size: 9px; }
.trust-orbit { position: absolute; left: 50%; top: 50%; width: min(430px, 92%); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid #e1e4eb; border-radius: 50%; }
.trust-orbit::before { content: ""; position: absolute; inset: 50px; border: 1px dashed #dfe3eb; border-radius: 50%; }
.trust-orbit span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(94,109,242,.12); }
.trust-orbit span:nth-child(1) { left: 42px; top: 93px; }.trust-orbit span:nth-child(2) { right: 15px; top: 210px; }.trust-orbit span:nth-child(3) { left: 204px; bottom: -4px; }
.trust-pill { position: absolute; z-index: 4; width: min(220px, 46%); min-height: 66px; display: flex; align-items: center; gap: 11px; padding: 11px 13px; border: 1px solid #e0e3eb; border-radius: 0; background: rgba(255,255,255,.95); box-shadow: 0 13px 28px rgba(20,26,55,.08); }
.trust-pill > i { width: 30px; height: 30px; flex: none; border-radius: 0; background: #edf0ff; }
.trust-pill strong, .trust-pill small { display: block; }.trust-pill strong { font-size: 10px; }.trust-pill small { color: #9097a8; font-size: 8px; margin-top: 2px; }
.trust-pill-one { left: 2%; top: 55px; }.trust-pill-two { right: 0; top: 105px; }.trust-pill-three { left: 0; bottom: 72px; }.trust-pill-four { right: 2%; bottom: 45px; }

.download { padding-top: 55px; }
.download-card {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: center;
  overflow: hidden;
  padding: clamp(36px, 5vw, 60px) clamp(22px, 5vw, 70px);
  border-radius: 0;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 30px 80px rgba(11,16,32,.22);
}
.download-card::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(90deg,transparent,#000); }
.download-glow { position: absolute; right: -80px; top: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle,rgba(113,127,255,.32),transparent 65%); }
.download-copy { position: relative; z-index: 2; }
.eyebrow-light { color: #c8d0e6; }.eyebrow-light .eyebrow-dot { background: #9aa6ff; }
.download-copy h2 { font-size: clamp(43px,5vw,65px); margin-block: 18px; }
.download-copy p { max-width: 600px; color: #c8d0e6; font-size: 15px; }
.download-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.release-state { display: inline-flex; align-items: center; gap: 7px; color: #c8d0e6; font-size: 12px; font-weight: 700; }
.release-state i { width: 7px; height: 7px; border-radius: 50%; background: #d9a548; box-shadow: 0 0 0 4px rgba(217,165,72,.12); }
.release-state.ready i { background: #4fc496; box-shadow: 0 0 0 4px rgba(79,196,150,.12); }
.download-pending { margin-top: 22px; max-width: 560px; }
.download-pending p { margin: 0 0 14px; color: #c8d0e6; font-size: 13px; line-height: 1.6; }
.download-pending-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-on-dark.button-secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.28); }
.button-on-dark.button-secondary:hover { border-color: rgba(255,255,255,.5); box-shadow: none; }
.button-on-dark.button-ghost { color: #fff !important; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.download-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; color: #c0c8de; font-size: 12px; }
.download-app-icon { position: relative; z-index: 2; display: grid; justify-items: center; gap: 18px; color: #9ba5bc; font-size: 12px; font-weight: 700; }
.app-icon-surface { width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid #394360; border-radius: 0; background: linear-gradient(145deg,#252e4d,#10162a); box-shadow: 0 30px 55px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.08); transform: rotate(5deg); }
.app-icon-surface svg { width: 118px; height: 118px; fill: #8390ff; }
.app-icon-surface .app-icon-lines { fill: none; stroke: #10162a; stroke-width: 5; stroke-linecap: square; }
.app-icon-surface--photo { padding: 18px; background: #0f1c38; }
.app-icon-surface--photo img { width: 148px; height: 148px; display: block; image-rendering: pixelated; border-radius: 22%; }

.faq-grid { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 5vw, 80px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 75px; cursor: pointer; font-size: 15px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 0 25px; padding-right: min(55px, 8vw); color: var(--muted); font-size: 13px; line-height: 1.75; }
.site-footer { padding: 70px 0 25px; background: #f7f8fa; border-top: 1px solid #e7e9ef; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 55px); }
.brand-footer { margin-bottom: 15px; }
.footer-grid > div:first-child p { max-width: 280px; color: #7f8798; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 6px; font-size: 13px; }
.footer-links a, .footer-links span { color: #6f778a; text-decoration: none; font-size: 12px; }
.footer-links a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 65px; padding-top: 22px; border-top: 1px solid #e0e3e9; color: #7c8496; font-size: 12px; }
.footer-origin { display: inline-flex; align-items: center; gap: 6px; }
.footer-flag-slot { display: inline-flex; align-items: center; line-height: 0; }
.footer-flag { display: block; border-radius: 2px; box-shadow: 0 0 0 1px rgba(19, 32, 51, .12); flex-shrink: 0; }

/* Content stays visible by default; JS may animate in only after marking .reveal-pending. */
.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.reveal-pending:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Shared layouts for the multi-page marketing site. */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 138px 0 72px;
  background:
    radial-gradient(circle at 80% 24%, rgba(94,109,242,.13), transparent 32%),
    linear-gradient(180deg, #fbfcff, #fff);
  border-bottom: 1px solid #edf0f5;
}
.page-hero-inner { max-width: 900px; }
.breadcrumb { display: flex; gap: 6px; margin: 0 0 24px; color: #747c8f; font-size: 13px; font-weight: 680; }
.breadcrumb a { color: var(--blue); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero h1 { margin: 16px 0 22px; font-size: clamp(48px, 6vw, 76px); line-height: 1.06; letter-spacing: -.058em; }
.page-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.68; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.page-hero-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(34px, 6vw, 80px); align-items: center; }
.page-hero-layout .page-hero-inner { max-width: none; }
.page-hero-aside { padding: 26px; border: 1px solid rgba(186,194,214,.72); background: rgba(255,255,255,.78); box-shadow: 0 22px 55px rgba(28,35,70,.09); backdrop-filter: blur(10px); }
.page-hero-aside > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.page-hero-aside h2 { margin: 12px 0 18px; font-size: 24px; line-height: 1.25; letter-spacing: -.03em; }
.signal-list { display: grid; gap: 10px; }
.signal-list div { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; padding: 10px 12px; border: 1px solid #e1e4ec; background: #fff; }
.signal-list strong { font-size: 13px; }
.signal-list span { color: var(--muted); font-size: 11px; text-align: right; }

.home-readiness { border-top: 1px solid #e7eaf1; }
.readiness-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.readiness-card { scroll-margin-top: 104px; min-height: 300px; padding: 30px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; }
.readiness-card h3 { margin: 20px 0 13px; font-size: 28px; line-height: 1.18; letter-spacing: -.04em; }
.readiness-card p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.readiness-card .text-link { margin-top: auto; }
.readiness-card-dark { color: #fff; border-color: var(--navy); background: var(--navy); }
.readiness-card-dark p { color: #b9c2d8; }
.readiness-card-dark .card-kicker,.readiness-card-dark .text-link { color: #aeb8ff; }

.overview-section { border-top: 1px solid #eef0f4; }
.overview-split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 7vw, 96px); align-items: start; }
.overview-split .section-heading { position: sticky; top: 112px; }
.overview-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.overview-card { min-height: 230px; padding: 30px; border: 1px solid var(--line); background: #fff; }
.overview-card h3 { margin: 17px 0 11px; font-size: 24px; letter-spacing: -.035em; }
.overview-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.audience-card { display: block; min-height: 190px; padding: 26px; border: 1px solid var(--line); background: #fff; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.audience-card:hover { transform: translateY(-3px); border-color: #bcc4d6; box-shadow: 0 16px 34px rgba(19,25,52,.08); }
.audience-card strong { display: block; margin-bottom: 10px; font-size: 20px; letter-spacing: -.025em; }
.audience-card span { color: var(--muted); font-size: 13px; line-height: 1.65; }
.centered-action { display: flex; justify-content: center; margin-top: 38px; }

.journey-list { margin: 0; padding: 0; list-style: none; counter-reset: journey; display: grid; gap: 14px; }
.journey-list li { counter-increment: journey; position: relative; min-height: 88px; padding: 20px 22px 20px 68px; border: 1px solid var(--line); background: #fff; }
.journey-list li::before { content: counter(journey, decimal-leading-zero); position: absolute; left: 22px; top: 21px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.journey-list strong { display: block; margin-bottom: 4px; font-size: 15px; }
.journey-list span { color: var(--muted); font-size: 13px; line-height: 1.6; }
.journey-list-horizontal { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.feature-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-detail-card { min-height: 330px; padding: 34px; border: 1px solid var(--line); background: #fff; }
.feature-detail-card h2 { margin: 22px 0 12px; font-size: 30px; letter-spacing: -.045em; }
.feature-detail-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-detail-card .check-list { margin-top: 23px; }

.persona-detail-grid { display: grid; gap: 22px; }
.persona-detail-card { scroll-margin-top: 104px; display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 5vw, 70px); align-items: center; padding: 38px; border: 1px solid var(--line); background: #fff; }
.persona-detail-card img { width: 100%; max-height: 280px; object-fit: contain; }
.persona-detail-card h2 { margin: 9px 0 13px; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.045em; }
.persona-detail-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.persona-detail-card .check-list { margin-top: 22px; }

.status-stack { display: grid; gap: 12px; }
.trust-grid-compact { align-items: start; }
.boundary-list { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.boundary-list li,
.boundary-list > div { position: relative; padding-left: 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.boundary-list li::before,
.boundary-list > div::before { content: ""; position: absolute; left: 0; top: .68em; width: 9px; height: 1px; background: var(--blue); }
.boundary-list > div strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 14px; }
.boundary-list > div span { display: block; }
.boundary-list-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 28px; }

.marketplace-jump { padding-top: 28px; padding-bottom: 28px; }
.marketplace-category-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.marketplace-category-nav a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 720; transition: border-color .18s ease, transform .18s ease; }
.marketplace-category-nav a:hover { border-color: #bcc4d6; transform: translateY(-1px); }
.marketplace-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
.marketplace-card { display: flex; flex-direction: column; min-height: 220px; padding: 26px; border: 1px solid var(--line); background: #fff; }
.marketplace-kicker { color: #4e576b; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.marketplace-card h3 { margin: 14px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.marketplace-card-has-preview h3 { margin-bottom: 14px; }
.marketplace-preview {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  border: 1px solid #e1e4ec;
  background: #0b1218;
  overflow: hidden;
  aspect-ratio: 720 / 474;
  cursor: zoom-in;
  text-align: left;
  font: inherit;
  color: inherit;
}
.marketplace-preview:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.marketplace-preview img { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.marketplace-preview-still { display: none; }
.marketplace-preview-expand {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(8, 12, 18, .72);
  color: #f4f7fb;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .02em;
  pointer-events: none;
}
.marketplace-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #f4f7fb;
}
.marketplace-lightbox[hidden] { display: none !important; }
.marketplace-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 12, 18, .78);
  cursor: zoom-out;
}
.marketplace-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1400px);
  max-height: calc(100vh - 32px);
  border: 1px solid #2a3344;
  background: #0b1218;
  box-shadow: 0 28px 80px rgba(8, 12, 18, .55);
  overflow: hidden;
}
.marketplace-lightbox-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px 16px;
  padding: 14px 16px;
  border-bottom: 1px solid #243043;
}
.marketplace-lightbox-title {
  margin: 0;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -.01em;
}
.marketplace-lightbox-count {
  margin: 0;
  color: #b9c2d8;
  font-size: 13px;
  font-weight: 720;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.marketplace-lightbox-close {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #3a455a;
  background: #151c28;
  color: #f4f7fb;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}
.marketplace-lightbox-close:hover { border-color: #6b778f; }
.marketplace-lightbox-close:focus-visible,
.marketplace-lightbox-nav:focus-visible { outline: 2px solid #f4f7fb; outline-offset: 2px; }
.marketplace-lightbox-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(70vh, 720px);
  background: #070b10;
}
.marketplace-lightbox-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(82vh, 900px);
  object-fit: contain;
  background: #070b10;
}
.marketplace-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(8, 12, 18, .72);
  color: #f4f7fb;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.marketplace-lightbox-nav:hover { border-color: rgba(255, 255, 255, .55); background: rgba(8, 12, 18, .88); }
.marketplace-lightbox-prev { left: 12px; }
.marketplace-lightbox-next { right: 12px; }
.marketplace-lightbox-nav[hidden] { display: none !important; }
body.marketplace-lightbox-open { overflow: hidden; }
.marketplace-card p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.marketplace-samples { margin: 0 0 18px; flex: 1; }
.marketplace-samples-label {
  display: block;
  margin-bottom: 8px;
  color: #4e576b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.marketplace-samples ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.marketplace-samples li {
  position: relative;
  padding: 0 0 0 14px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 620;
}
.marketplace-samples li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 1px;
  background: var(--blue);
}
.marketplace-status { display: inline-flex; align-self: flex-start; padding: 5px 8px; border: 1px solid #e1e4ec; background: #f7f8fb; color: #5e6679; font-size: 11px; font-weight: 720; letter-spacing: .02em; }
.marketplace-footnote { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.marketplace-more { display: flex; justify-content: center; margin-top: 28px; }
.marketplace-subheading { max-width: 760px; margin: 64px 0 28px; }
.marketplace-subheading h2 { font-size: clamp(28px, 3.2vw, 40px); margin: 0 0 12px; }
.marketplace-subheading p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0; }
.page-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.page-cta { padding: 82px 0; color: #fff; background: var(--navy); }
.page-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.page-cta h2 { margin: 0 0 10px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.page-cta p { max-width: 640px; margin: 0; color: #b9c2d8; }

.feedback-feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feedback-feature-grid .overview-card { min-height: 200px; }
.feedback-form-shell { max-width: 920px; }
.feedback-form {
  position: relative;
  margin-top: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  gap: 22px;
}
.feedback-fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.feedback-fieldset legend {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -.01em;
}
.feedback-required { color: var(--blue); font-weight: 720; }
.feedback-optional { color: #8a91a2; font-weight: 620; }
.feedback-choice-list { display: grid; gap: 10px; }
.feedback-choice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fbfcff;
  cursor: pointer;
}
.feedback-choice:hover { border-color: #bcc4d6; }
.feedback-choice:has(input:checked) {
  border-color: #9aa6d8;
  background: #f3f5ff;
  box-shadow: inset 3px 0 var(--blue);
}
.feedback-choice input { margin-top: 4px; }
.feedback-choice strong { display: block; font-size: 14px; }
.feedback-choice small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.feedback-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feedback-field { display: grid; gap: 8px; font-size: 13px; font-weight: 680; }
.feedback-field-wide { grid-column: 1 / -1; }
.feedback-field span { color: var(--ink); }
.feedback-field input,
.feedback-field select,
.feedback-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
}
.feedback-field textarea { min-height: 128px; resize: vertical; line-height: 1.55; }
.feedback-field input:focus-visible,
.feedback-field select:focus-visible,
.feedback-field textarea:focus-visible,
.feedback-choice:focus-within {
  outline: 3px solid #d99637;
  outline-offset: 3px;
}
.feedback-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.feedback-status { min-height: 1.4em; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.feedback-status[data-kind="ok"] { color: #1f7a56; }
.feedback-status[data-kind="error"] { color: #b13b4a; }
.feedback-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.feedback-footnote { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal.reveal-pending:not(.is-visible) { opacity: 1; transform: none; }
  .marketplace-preview-motion { display: none; }
  .marketplace-preview-still { display: block; }
}

@media (max-width: 1100px) {
  .value-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .footer-grid { grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .readiness-grid { grid-template-columns: minmax(0, 1fr); }
  .readiness-card { min-height: auto; }
  .marketplace-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feedback-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .section-pad { padding: 88px 0; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero-lede { margin-inline: auto; }.hero-actions,.hero-proof { justify-content: center; }
  .hero-visual { min-height: min(500px, 78vw); }
  .friction-story { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .story-transition { grid-template-columns: 1fr auto 1fr; }
  .transition-line { width: 100%; height: 1px; background: linear-gradient(90deg,transparent,#c5cad8); }
  .transition-line:last-child { background: linear-gradient(90deg,#c5cad8,transparent); }
  .benefit-wide { grid-template-columns: minmax(0, 1fr); }
  .feature-block-large,.feature-block-wide { grid-template-columns: minmax(0, 1fr); }
  .persona-panels article { grid-template-columns: minmax(0, 1fr); }
  .price-card { min-height: auto; }
  .trust-grid { grid-template-columns: minmax(0, 1fr); }
  .trust-copy { max-width: 720px; }
  .download-card { grid-template-columns: minmax(0, 1fr); gap: 50px; }
  .download-app-icon { order: -1; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .overview-split { grid-template-columns: minmax(0, 1fr); }
  .overview-split .section-heading { position: static; }
  .journey-list-horizontal { grid-template-columns: minmax(0, 1fr); }
  .page-hero-layout { grid-template-columns: minmax(0, 1fr); }
  .page-hero-aside { max-width: 720px; }
}

@media (max-width: 760px) {
  :root { --shell-gutter: clamp(14px, 5vw, 24px); }
  .site-header { background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-color: #e7e9ef; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 28px; background: #fff; border-bottom: 1px solid #e5e7ed; box-shadow: 0 18px 30px rgba(16,20,37,.08); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 13px 4px; font-size: 15px; }
  .primary-nav > a[aria-current="page"] { box-shadow: inset 3px 0 var(--blue); padding-left: 14px; }
  .primary-nav .button { margin-top: 10px; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero h1 { font-size: 48px; }
  .hero-lede { font-size: 16px; }
  .app-window { transform: none; }
  .hero-visual { min-height: 425px; }
  .floating-chip,.cursor-orbit { display: none; }
  .trust-strip-inner { padding: 18px 0; flex-direction: column; gap: 10px; text-align: center; }
  .role-list { flex-wrap: wrap; justify-content: center; gap: 10px; }
  .section-heading h2,.trust-copy h2 { font-size: 40px; }
  .story-panel { padding: 18px; }
  .messy-canvas,.clean-canvas { height: 260px; }
  .messy-card { width: 125px; }
  .story-cost { flex-direction: column; }
  .value-flow { grid-template-columns: 1fr; gap: 10px; }
  .benefit-grid,.feature-showcase { grid-template-columns: minmax(0, 1fr); }
  .benefit-card,.feature-block { min-height: auto; padding: 25px; }
  .feature-block-large,.feature-block-wide { grid-column: auto; }
  .ai-visual { grid-template-columns: 1fr; }
  .ai-arrow { margin-inline: auto; transform: rotate(90deg); }
  .persona-tabs { max-width: 100%; overflow-x: auto; justify-content: flex-start; }
  .persona-tabs a { flex: none; }
  .persona-panels article { padding: 28px; gap: 30px; }
  .persona-copy h3 { font-size: 31px; }
  .persona-board { min-height: 280px; }
  .trust-visual { min-height: 650px; }
  .trust-orbit { width: 320px; height: 320px; }
  .trust-pill { width: 195px; }
  .trust-pill-one { left: 0; top: 30px; }.trust-pill-two { right: 0; top: 145px; }.trust-pill-three { left: 0; bottom: 135px; }.trust-pill-four { right: 0; bottom: 25px; }
  .download-card { padding: 40px 25px; border-radius: 0; }
  .download-copy h2 { font-size: 43px; }
  .download-meta { flex-direction: column; gap: 5px; }
  .app-icon-surface { width: 145px; height: 145px; border-radius: 0; }
  .app-icon-surface svg { width: 90px; height: 90px; }
  .app-icon-surface--photo img { width: 110px; height: 110px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero { padding: 112px 0 60px; }
  .page-hero h1 { font-size: 46px; }
  .page-hero p { font-size: 16px; }
  .overview-card-grid,.feature-detail-grid { grid-template-columns: minmax(0, 1fr); }
  .persona-detail-card { grid-template-columns: minmax(0, 1fr); padding: 28px; }
  .persona-detail-card img { max-height: 220px; }
  .boundary-list-wide { grid-template-columns: minmax(0, 1fr); }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .marketplace-grid { grid-template-columns: minmax(0, 1fr); }
  .feedback-feature-grid { grid-template-columns: minmax(0, 1fr); }
  .feedback-form { padding: 24px; }
  .feedback-field-grid { grid-template-columns: minmax(0, 1fr); }
  .feedback-actions .button { width: 100%; }
}

@media (max-width: 520px) {
  .section-pad { padding: 72px 0; }
  .hero h1 { font-size: 41px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 370px; }
  .window-bar { height: 42px; }.palette-search { margin: 10px; }
  .phrase-row { min-height: 55px; padding-inline: 7px; }.phrase-badge { display: none; }
  .palette-footer { gap: 8px; }
  .messy-card { width: 112px; padding: 8px; }
  .card-mail { left: 10px; }.card-notes { right: 10px; }.card-chat { left: 18px; }.card-doc { right: 16px; }
  .clean-canvas { padding: 14px; }
  .benefit-card h3 { font-size: 24px; }
  .shortcut-art { min-height: 170px; }
  .feature-block h3 { font-size: 27px; }
  .persona-board { grid-template-columns: 1fr; }
  .board-column > div { min-height: 48px; }
  .trust-visual { min-height: 720px; }
  .trust-core { width: 150px; height: 150px; }
  .trust-pill { width: 185px; }
  .trust-pill-one { left: 50%; transform: translateX(-50%); top: 0; }
  .trust-pill-two { right: 0; top: 145px; }.trust-pill-three { left: 0; bottom: 145px; }.trust-pill-four { left: 50%; right: auto; transform: translateX(-50%); bottom: 0; }
  .download-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .page-hero h1 { font-size: 40px; }
  .page-hero-actions .button { width: 100%; }
  .audience-grid { grid-template-columns: minmax(0, 1fr); }
  .overview-card,.feature-detail-card { padding: 24px; }
}
