:root {
  color-scheme: dark;
  --canvas: #1d1825;
  --canvas-deep: #15101d;
  --surface: #2b2336;
  --surface-raised: #382c48;
  --text: #fbf7ff;
  --muted: #c7bed0;
  --faint: #978ba5;
  --line: rgb(255 255 255 / 0.12);
  --accent: #b88cff;
  --accent-soft: #dfccff;
  --shadow: rgb(0 0 0 / 0.4);
  --radius: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

.site-header {
  width: min(100% - 48px, 1280px);
  height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
}

.wordmark { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-weight: 630; letter-spacing: -0.02em; }
.wordmark-mark { width: 17px; height: 17px; border: 2px solid var(--accent); border-radius: 5px 3px 5px 2px; background: rgb(184 140 255 / 0.12); box-shadow: 5px 5px 0 -3px var(--accent); transform: rotate(-7deg); }
nav { justify-self: end; display: flex; gap: 26px; color: var(--muted); font-size: 0.9rem; }
.header-support { min-height: 36px; padding-inline: 15px; }
nav a, footer a, .text-link { transition: color 160ms ease; }
nav a:hover, footer a:hover, .text-link:hover { color: var(--accent-soft); }

.button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 11px 7px 11px 7px;
  background: #7946ad;
  color: #fffaff;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 4px 4px 0 rgb(64 35 96 / 0.9), 0 8px 22px rgb(72 41 108 / 0.3);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.button:hover { background: #8d59c3; box-shadow: 6px 6px 0 rgb(64 35 96 / 0.9), 0 10px 30px rgb(72 41 108 / 0.38); transform: translate(-2px, -2px) rotate(-1deg); }
.button:active { box-shadow: 1px 1px 0 rgb(64 35 96 / 0.9); transform: translate(2px, 2px) scale(0.98); }
.button-small { justify-self: end; min-height: 37px; padding-inline: 15px; font-size: 0.84rem; }

.hero {
  position: relative;
  isolation: isolate;
  width: min(100% - 48px, 1280px);
  min-height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  column-gap: clamp(44px, 6vw, 88px);
  row-gap: 42px;
  align-items: start;
  padding: 68px 0 96px;
}
.hero-title { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr); gap: clamp(40px, 5vw, 76px); align-items: center; perspective: 1400px; }
.hero-screenshot { --screen-x: 0px; --screen-y: 0px; --screen-rx: 0deg; --screen-ry: 0deg; width: 100%; margin: 0; filter: drop-shadow(0 28px 32px rgb(0 0 0 / 0.3)); transform: translateX(clamp(0px, 2vw, 32px)) translate3d(var(--screen-x), var(--screen-y), 0) rotateY(calc(-14deg + var(--screen-ry))) rotateX(calc(2.5deg + var(--screen-rx))) rotateZ(-1deg); transform-origin: left center; transition: transform 220ms cubic-bezier(.16, 1, .3, 1), filter 220ms cubic-bezier(.16, 1, .3, 1); }
.hero-screenshot:hover { filter: drop-shadow(0 36px 38px rgb(0 0 0 / 0.36)); }
.hero-screenshot img { width: 100%; height: auto; display: block; }

.document-map { position: absolute; z-index: -1; inset: -32px -70px; overflow: hidden; pointer-events: none; }
.map-line { position: absolute; height: 2px; transform-origin: left center; border-top: 2px dashed rgb(184 140 255 / 0.32); }
.map-line-one { top: 24%; left: -6%; width: 49%; transform: rotate(15deg); }.map-line-two { top: 61%; left: 23%; width: 44%; transform: rotate(-25deg); }.map-line-three { top: 44%; left: 45%; width: 46%; transform: rotate(22deg); }
.map-node { position: absolute; border: 2px solid var(--accent-soft); border-radius: 7px 4px 8px 3px; background: rgb(184 140 255 / 0.2); box-shadow: 0 0 0 7px rgb(184 140 255 / 0.08); }.map-node-one { top: 19%; left: 15%; width: 18px; height: 18px; transform: rotate(-12deg); }.map-node-two { top: 37%; left: 42%; width: 13px; height: 13px; transform: rotate(15deg); }.map-node-three { top: 59%; left: 61%; width: 23px; height: 23px; transform: rotate(-7deg); }.map-node-four { top: 74%; left: 84%; width: 16px; height: 16px; transform: rotate(18deg); }
.map-label { position: absolute; color: rgb(223 204 255 / 0.65); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; }.map-label-one { top: 12%; left: 18%; }.map-label-two { top: 31%; left: 45%; }.map-label-three { top: 64%; left: 66%; }
.map-card { position: absolute; padding: 5px 8px; border: 1px solid rgb(223 204 255 / 0.38); border-radius: 5px 8px 5px 8px; background: rgb(43 35 54 / 0.92); color: var(--accent-soft); font-size: 0.68rem; font-weight: 750; letter-spacing: 0.03em; box-shadow: 3px 3px 0 rgb(184 140 255 / 0.17); }.map-card-one { top: 23%; right: 4%; transform: rotate(7deg); }.map-card-two { bottom: 18%; left: 8%; transform: rotate(-6deg); }.map-card-three { right: 17%; bottom: 6%; transform: rotate(4deg); }

.overline { margin: 0 0 21px; color: var(--accent-soft); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.065em; line-height: 0.96; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(3rem, 5vw, 4.65rem); font-weight: 660; }
.hero-shout { max-width: 100%; margin-bottom: 25px; color: #fffaff; font-size: clamp(3.65rem, 5.1vw, 6.15rem); font-weight: 880; letter-spacing: -0.065em; line-height: 0.8; text-shadow: 6px 6px 0 rgb(92 59 142 / 0.78); }
.type-row { display: flex; width: max-content; gap: 0.13em; }.type-row + .type-row { margin-top: 0.04em; }.type-word { display: inline-block; }.type-row-much { margin-top: -0.02em; }.type-word-much { margin-left: -0.025em; color: var(--accent-soft); font-size: 1.18em; letter-spacing: -0.085em; }.type-word-write { color: var(--accent-soft); letter-spacing: -0.025em; }.write-line { display: inline; }
.hero-summary { max-width: 450px; margin-bottom: 31px; color: var(--muted); font-size: clamp(1.06rem, 1.5vw, 1.22rem); line-height: 1.55; }
.hero-promise { max-width: 680px; margin-bottom: 28px; color: var(--muted); font-size: clamp(1.35rem, 2.05vw, 1.82rem); font-weight: 680; line-height: 1.2; letter-spacing: -0.045em; }.hero-promise strong { color: var(--text); font-weight: 820; }.hero-promise span { color: var(--accent-soft); }
.question-lanes { max-width: 710px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); margin: 0 0 32px; border: 1px solid rgb(223 204 255 / 0.28); border-radius: 12px 16px 12px 16px; background: rgb(43 35 54 / 0.78); box-shadow: 5px 6px 0 rgb(92 59 142 / 0.24); overflow: hidden; }
.question-lane { min-height: 0; margin: 0; padding: 24px 24px 26px; color: var(--muted); font-size: clamp(1.3rem, 1.85vw, 1.6rem); font-weight: 680; letter-spacing: -0.045em; line-height: 1.08; }
.question-lane + .question-lane { border-inline-start: 1px solid rgb(223 204 255 / 0.2); color: var(--accent-soft); }
.rolling-stat { position: relative; display: inline-block; height: 1.13em; overflow: hidden; color: var(--text); vertical-align: -0.21em; }
.rolling-metric, .rolling-scope { width: max-content; }.rolling-scope { color: var(--accent-soft); }.question-lane-time .rolling-scope { color: var(--text); }.rolling-metric-track, .rolling-scope-track { display: block; }.rolling-metric-track > span, .rolling-scope-track > span { display: block; height: 1.13em; line-height: 1.13; }
.hero-actions { display: flex; gap: 22px; align-items: center; }
.hero-actions > .button:not(.button-repo), .closing-actions > .button:not(.button-repo) { color: #fffaff; }
.button-repo { border-color: rgb(223 204 255 / 0.45); background: transparent; color: var(--accent-soft); box-shadow: none; }
.button-repo:hover { background: rgb(184 140 255 / 0.15); color: var(--text); box-shadow: none; transform: translateY(-1px); }
.download-count { margin: 22px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.38rem); font-weight: 620; letter-spacing: -0.035em; line-height: 1.25; }.download-count strong { color: var(--accent-soft); font-weight: 820; }.download-count span { display: inline-block; min-width: 3ch; color: var(--text); font-variant-numeric: tabular-nums; }
.text-link { color: var(--text); font-size: 0.94rem; font-weight: 650; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }

.hero-copy { min-width: 0; padding-top: 6px; grid-column: 2; grid-row: 2; }.editor-stage { position: relative; width: 100%; min-width: 0; justify-self: start; grid-column: 1; grid-row: 2; }
.editor-stage::before { content: ""; position: absolute; z-index: -1; inset: 10% -8% -9% 15%; border: 1px solid rgb(223 204 255 / 0.32); border-radius: 18px 12px 18px 12px; background: rgb(184 140 255 / 0.12); box-shadow: 9px 10px 0 rgb(92 59 142 / 0.2); transform: rotate(3deg); }
.try-prompt { margin: 0 0 11px; color: var(--accent-soft); font-size: 1rem; font-weight: 720; letter-spacing: -0.025em; }

.intro-band { width: min(100% - 48px, 1280px); margin: 0 auto; padding: 27px 31px 29px; display: grid; grid-template-columns: 1fr 96px 1fr; gap: 30px; align-items: center; border: 1px solid rgb(184 140 255 / 0.4); border-radius: 13px 19px 13px 19px; background: rgb(184 140 255 / 0.11); box-shadow: 5px 6px 0 rgb(92 59 142 / 0.32); color: var(--muted); font-size: 1rem; line-height: 1.4; }
.intro-band p { max-width: 390px; margin: 0; }
.intro-band p:last-child { justify-self: end; }
.intro-rule { height: 1px; background: var(--accent); }

.feature-section { width: min(100% - 48px, 1280px); margin: 0 auto; padding: 112px 0 120px; }
.section-heading h2, .target-copy h2, .closing-section h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 650; }
.section-heading h2 { max-width: 900px; margin-bottom: 48px; font-size: clamp(2.65rem, 4.4vw, 4.7rem); }
.feature-list { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); gap: 0 clamp(34px, 6vw, 92px); }
.feature { min-width: 0; padding: 26px 0 30px; border-top: 1px solid var(--line); }.feature-primary { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr); gap: 32px; align-items: baseline; }.feature-primary h3 { margin: 0; }.feature-primary p { max-width: 580px; }
.feature h3 { margin: 0 0 9px; font-size: 1.35rem; letter-spacing: -0.035em; }.feature-primary h3 { font-size: clamp(1.7rem, 2.7vw, 2.25rem); }
.feature p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.6; }

.outline-copy h2 { margin: 0 0 24px; font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 650; letter-spacing: -0.065em; line-height: 0.96; }
.outline-copy > p:not(.overline) { max-width: 430px; color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.try-editor { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 22px 64px rgb(0 0 0 / 0.16); }
.hero-editor { --background-modifier-border: #dedede; --background-secondary: #f2f2f2; --text-muted: #6d6d6d; --text-normal: #292929; --text-faint: #949494; --color-yellow: #d9ae18; --color-green: #4f9b69; --color-red: #d95763; --line: #dedede; min-height: 0; border-color: #cecece; border-radius: 12px 10px 12px 10px; background: #fff; color: var(--text-normal); box-shadow: 7px 8px 0 rgb(92 59 142 / 0.18), 0 22px 48px rgb(0 0 0 / 0.14); }
.try-editor-bar, .try-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 16px; background: #f8f8f8; color: var(--text-muted); font-size: 0.75rem; }
.try-editor-bar { border-bottom: 1px solid var(--line); }.try-tab { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }.try-tab i { width: 8px; height: 8px; border-radius: 2px; border: 1px solid var(--accent); }.try-mode { color: var(--accent-soft); }
.try-heading-row { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 22px 22px 14px; letter-spacing: -0.025em; }.try-heading-row > span { color: var(--text-faint); font-weight: 750; }.try-heading-row strong { color: var(--text-normal); font-size: 1.12rem; }.try-heading-row .section-meter-badge { margin-left: auto; font-size: 0.816em; }
.section-meter-badge { display: inline-flex; align-items: center; gap: 0.35em; margin-inline-start: 0.5em; padding: 0.05em 0.4em; border: 1px solid var(--background-modifier-border, rgb(255 255 255 / 0.15)); border-radius: 6px; color: var(--text-muted, var(--muted)); background: var(--background-secondary, rgb(255 255 255 / 0.06)); font-size: 0.68em; font-weight: 500; line-height: 1.4; vertical-align: middle; white-space: nowrap; }.section-meter-badge-label { min-inline-size: 0; }.section-meter-target-badge { color: var(--text-normal, var(--text)); }.section-meter-target-group { display: inline-flex; min-inline-size: 0; align-items: center; gap: 0.4em; padding-inline-start: 0.55em; border-inline-start: 1px solid var(--background-modifier-border, rgb(255 255 255 / 0.15)); }.section-meter-target-caption { color: var(--text-faint, var(--faint)); font-size: 0.9em; }.section-meter-target-label { color: var(--text-muted, var(--muted)); }.section-meter-target-progress { display: inline-flex; inline-size: 3.5em; block-size: 0.35em; overflow: hidden; flex: none; border-radius: 999px; background: var(--background-modifier-border, rgb(255 255 255 / 0.15)); }.section-meter-target-progress-fill { display: block; block-size: 100%; border-radius: inherit; background: var(--text-faint, var(--faint)); transition: width 360ms cubic-bezier(.16, 1, .3, 1), background 160ms ease; }.section-meter-target-start .section-meter-target-progress-fill { background: var(--text-faint, var(--faint)); }.section-meter-target-mid .section-meter-target-progress-fill { background: var(--color-yellow, #d8b450); }.section-meter-target-close .section-meter-target-progress-fill { background: var(--color-green, #7ac786); opacity: 0.62; }.section-meter-target-complete .section-meter-target-progress-fill { background: var(--color-green, #7ac786); }.section-meter-target-overage .section-meter-target-progress-fill { background: var(--color-red, #e65b6d); }
.try-editor textarea { width: 100%; min-height: 132px; display: block; resize: vertical; padding: 9px 22px 24px; border: 0; outline: 0; background: transparent; color: var(--text-normal, var(--text)); font: 1rem/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }.try-editor textarea:focus { background: #fcfcfc; }
.try-footer { border-top: 1px solid var(--background-modifier-border, var(--line)); }.try-footer button { padding: 0; border: 0; background: none; color: #6a4c93; font: inherit; font-weight: 650; cursor: pointer; }.try-footer button:hover { color: #3e2e5d; }.try-footer button:focus-visible, .outline-row:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: -2px; }

.outline-section { width: min(100% - 48px, 1280px); margin: 0 auto; display: grid; grid-template-columns: minmax(300px, 0.8fr) minmax(500px, 1.2fr); gap: clamp(50px, 11vw, 170px); align-items: center; padding: 132px 0; border-top: 1px solid var(--line); }.outline-copy h2 { margin-bottom: 24px; }
.outline-demo { --background-modifier-border: rgb(255 255 255 / 0.12); --background-secondary: #211b2a; --text-muted: #b8b1bf; --text-normal: #f1edf5; --text-faint: #817a89; overflow: hidden; border: 1px solid rgb(184 140 255 / 0.36); border-radius: 15px 10px 15px 10px; background: var(--canvas-deep); box-shadow: 7px 8px 0 rgb(92 59 142 / 0.22); }.outline-row { width: 100%; min-height: 62px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 0 18px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--text); text-align: left; cursor: pointer; transition: background 180ms ease, padding 180ms ease, transform 180ms ease; }.outline-row:hover { background: rgb(184 140 255 / 0.12); }.outline-row-active { padding-left: 23px; background: rgb(184 140 255 / 0.2); }.outline-level { color: var(--faint); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.06em; }.outline-row strong { font-size: 0.96rem; letter-spacing: -0.015em; }.outline-row-active .section-meter-badge { border-color: rgb(184 140 255 / 0.55); color: var(--accent-soft); }.outline-row-nested { padding-left: 47px; }.outline-row-nested.outline-row-active { padding-left: 52px; }.outline-row-deep { padding-left: 77px; }.outline-row-deep.outline-row-active { padding-left: 82px; }.outline-demo p { min-height: 70px; margin: 0; padding: 18px; color: var(--muted); font-size: 0.9rem; line-height: 1.5; }

.target-section { width: min(100% - 48px, 1280px); margin: 0 auto; display: grid; grid-template-columns: minmax(300px, 0.88fr) minmax(420px, 1.12fr); gap: clamp(50px, 11vw, 170px); align-items: center; padding: 124px 0 156px; border-top: 1px solid var(--line); }
.target-copy h2 { margin-bottom: 25px; }
.target-copy > p:not(.overline) { max-width: 450px; color: var(--muted); font-size: 1.08rem; line-height: 1.6; }.target-copy code { padding: 0.08em 0.3em; border: 1px solid rgb(223 204 255 / 0.24); border-radius: 4px; background: rgb(184 140 255 / 0.1); color: var(--accent-soft); font: 0.88em ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.markdown-sample { --background-modifier-border: rgb(255 255 255 / 0.12); --background-secondary: #292331; --text-muted: #b8b1bf; --text-normal: #f1edf5; --text-faint: #817a89; --color-yellow: #d8b450; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 22px 64px rgb(0 0 0 / 0.16); }
.sample-bar, .sample-footer { display: flex; justify-content: space-between; gap: 20px; padding: 13px 17px; color: var(--faint); font-size: 0.76rem; }
.sample-bar { border-bottom: 1px solid var(--line); }
.sample-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 22px 24px 8px; letter-spacing: -0.025em; }.sample-heading > span:first-child { color: var(--faint); font-weight: 750; }.sample-heading strong { font-size: 1.12rem; }.sample-heading .section-meter-badge { margin-left: auto; }
.sample-footer { border-top: 1px solid var(--line); color: var(--muted); }
.sample-footer strong { color: var(--accent-soft); font-weight: 650; }
pre { overflow: auto; margin: 0; padding: 28px 30px 31px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: clamp(0.78rem, 1.2vw, 0.96rem); line-height: 1.72; white-space: pre-wrap; }
.syntax-heading { color: #f1e5ff; font-weight: 700; }.syntax-target { color: var(--accent-soft); }

.faq-section { width: min(100% - 48px, 1280px); margin: 0 auto; display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr); gap: clamp(48px, 10vw, 150px); padding: 0 0 132px; }
.faq-heading h2 { margin: 0 0 20px; font-size: clamp(2.7rem, 4.4vw, 4.7rem); font-weight: 650; letter-spacing: -0.065em; line-height: 0.96; }
.faq-heading p { max-width: 360px; margin: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.55; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 34px 22px 0; color: var(--text); font-size: 1.1rem; font-weight: 700; letter-spacing: -0.03em; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 4px; color: var(--accent-soft); font-size: 1.35rem; font-weight: 400; transform: translateY(-52%); transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: translateY(-52%) rotate(45deg); }
.faq-list p { max-width: 600px; margin: 0; padding: 0 0 23px; color: var(--muted); line-height: 1.6; }

.closing-section { min-height: 490px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 96px 24px; border-top: 1px solid rgb(184 140 255 / 0.45); background: #271c36; text-align: center; }
.closing-section .overline { margin-bottom: 18px; }.closing-section h2 { margin-bottom: 20px; }.closing-section > p:not(.overline) { max-width: 420px; margin-bottom: 29px; color: var(--muted); font-size: 1.08rem; }
.closing-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.support-section { padding: 104px 24px; background: var(--accent); color: #211633; }.support-section > div { position: relative; width: min(100%, 1120px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 340px); gap: clamp(40px, 8vw, 118px); align-items: center; }.support-section h2 { max-width: 740px; margin: 0 0 20px; font-size: clamp(2.4rem, 4.2vw, 4.25rem); font-weight: 750; letter-spacing: -0.065em; line-height: 0.96; }.support-name { display: inline-block; }.support-section p { max-width: 650px; margin: 0; color: rgb(33 22 51 / 0.82); font-size: 1.12rem; line-height: 1.6; }.support-section p + p { margin-top: 14px; margin-bottom: 30px; }.support-copy, .support-portrait { position: relative; z-index: 1; }.support-tip { width: fit-content; min-width: 228px; padding: 9px 12px 12px; border: 1px solid rgb(33 22 51 / 0.44); border-radius: 13px 8px 13px 8px; background: rgb(33 22 51 / 0.14); box-shadow: 4px 5px 0 rgb(33 22 51 / 0.17); }.support-tip-label { display: block; margin: 0 0 4px 4px; color: rgb(33 22 51 / 0.72); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }.support-section stripe-buy-button { display: block; width: fit-content; }.support-portrait { width: 100%; aspect-ratio: 1; margin: 0; overflow: hidden; border: 2px solid rgb(33 22 51 / 0.7); border-radius: 19px 12px 19px 12px; box-shadow: 8px 8px 0 rgb(33 22 51 / 0.28); transform: rotate(2deg); }.support-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 48% 38%; }.support-arrow { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }.support-arrow > path { fill: none; stroke: #211633; stroke-linecap: round; stroke-linejoin: round; stroke-width: 15; }.support-arrow > .arrow-stem { vector-effect: non-scaling-stroke; }.arrow-adjust-toggle { margin-top: 22px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: rgb(33 22 51 / 0.76); font: inherit; font-size: 0.82rem; font-weight: 750; cursor: pointer; }.arrow-adjustments { max-width: 560px; margin-top: 14px; padding: 16px; border: 1px dashed rgb(33 22 51 / 0.54); border-radius: 10px; background: rgb(255 255 255 / 0.14); }.arrow-adjustments p { margin-bottom: 12px; font-size: 0.83rem; }.arrow-adjustments code { display: block; margin-top: 12px; padding: 9px; border-radius: 5px; background: rgb(33 22 51 / 0.12); color: #211633; font: 0.73rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }.support-arrow > .arrow-editor-guides { fill: none; stroke: rgb(33 22 51 / 0.35); stroke-width: 2; stroke-dasharray: 7 7; opacity: 0; }.arrow-editor-point { fill: #fffaff; stroke: #211633; stroke-width: 4; cursor: grab; opacity: 0; pointer-events: none; }.arrow-editor-point:active { cursor: grabbing; }.support-layout.is-adjusting-arrow .support-arrow { z-index: 3; pointer-events: auto; }.support-layout.is-adjusting-arrow .arrow-editor-guides, .support-layout.is-adjusting-arrow .arrow-editor-point { opacity: 1; }.support-layout.is-adjusting-arrow .arrow-editor-point { pointer-events: all; }

footer { width: min(100% - 48px, 1280px); min-height: 85px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--faint); font-size: 0.82rem; }
footer > span:first-child { color: var(--muted); font-weight: 650; }
.support-link { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid rgb(223 204 255 / 0.45); border-radius: 8px 5px 8px 5px; background: rgb(184 140 255 / 0.14); color: var(--accent-soft); font-weight: 750; }.support-link:hover { background: rgb(184 140 255 / 0.26); color: var(--text); }

@media (prefers-reduced-motion: no-preference) {
  .editor-stage { animation: product-float 7s cubic-bezier(.45, .05, .55, .95) infinite; }
  .map-node { animation: node-pulse 3.8s ease-in-out infinite; }.map-node-two { animation-delay: 0.7s; }.map-node-three { animation-delay: 1.4s; }.map-node-four { animation-delay: 2.1s; }.map-card { animation: card-wobble 5s ease-in-out infinite; }.map-card-two { animation-delay: 1.2s; }.map-card-three { animation-delay: 2.3s; }
  .rolling-metric-track { animation: roll-metric 4.4s cubic-bezier(.65, 0, .35, 1) infinite; }
  .rolling-scope-track { animation: roll-scope 7.6s cubic-bezier(.65, 0, .35, 1) -1.8s infinite; }
  .hero-title.is-visible .type-word-much { transform-origin: left center; animation: much-pop 520ms cubic-bezier(.16, 1, .3, 1) 160ms both; }
  .hero-title.is-visible .type-word-write { width: 0; overflow: hidden; border-right: 0.06em solid var(--accent); white-space: nowrap; animation: type-write 1.7s steps(26, end) 1.05s forwards, caret-blink 650ms steps(1, end) 1.05s infinite; }
  .reveal { transition: opacity 680ms cubic-bezier(.16, 1, .3, 1), transform 680ms cubic-bezier(.16, 1, .3, 1); }
  .has-reveals .reveal { opacity: 0; transform: translateY(24px); }
  .has-reveals .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .has-reveals .reveal-late { transition-delay: 110ms; }
  .support-layout:not(.arrow-is-drawn) .support-arrow { clip-path: inset(-24% 108% -24% -12%); opacity: 0.4; transform: translate3d(-10px, 7px, 0); }.support-layout.arrow-is-drawn .support-arrow { will-change: clip-path, transform, opacity; animation: arrow-sweep 960ms cubic-bezier(.22, 1, .36, 1) 120ms forwards; }
  .support-portrait { will-change: transform; animation: portrait-hover 6.4s cubic-bezier(.45, .05, .55, .95) 900ms infinite; }
  @keyframes product-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
  @keyframes node-pulse { 0%, 100% { box-shadow: 0 0 0 6px rgb(167 124 239 / 0.08); } 50% { box-shadow: 0 0 0 12px rgb(167 124 239 / 0.015); } }
  @keyframes card-wobble { 0%, 100% { margin-top: 0; } 50% { margin-top: -7px; } }
  @keyframes word-hit { to { opacity: 1; transform: translateY(0) scale(1); } }
  @keyframes much-pop { 0% { transform: scale(0.84); } 62% { transform: scale(1.16); } 100% { transform: scale(1); } }
  @keyframes draw-arrow { to { stroke-dashoffset: 0; } }
  @keyframes arrow-sweep { 0% { clip-path: inset(-24% 108% -24% -12%); opacity: 0.4; transform: translate3d(-10px, 7px, 0); } 70% { clip-path: inset(-24% -3% -24% -12%); opacity: 1; transform: translate3d(1px, -1px, 0); } 84% { clip-path: inset(-24% -3% -24% -12%); transform: translate3d(-1px, 1px, 0); } 100% { clip-path: inset(-24% -3% -24% -12%); opacity: 1; transform: translate3d(0, 0, 0); } }
  @keyframes portrait-hover { 0%, 100% { transform: rotate(2deg) translate3d(0, 0, 0); } 50% { transform: rotate(0.9deg) translate3d(0, -13px, 0); } }
  @keyframes type-write { to { width: 26ch; } }
  @keyframes caret-blink { 50% { border-color: transparent; } }
  @keyframes roll-metric { 0%, 43% { transform: translateY(0); } 52%, 91% { transform: translateY(-1.13em); } 100% { transform: translateY(-2.26em); } }
  @keyframes roll-scope { 0%, 26% { transform: translateY(0); } 34%, 59% { transform: translateY(-1.13em); } 67%, 91% { transform: translateY(-2.26em); } 100% { transform: translateY(-3.39em); } }
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; gap: 52px; }
  .hero-title { grid-template-columns: 1fr; max-width: 760px; }
  .hero-screenshot { width: min(100%, 680px); transform: none; }
  .hero-copy { max-width: 680px; padding-top: 0; grid-column: auto; grid-row: auto; }
  .editor-stage { grid-column: auto; grid-row: auto; }
  .editor-stage { width: min(100%, 680px); }
}

@media (max-width: 1100px) and (prefers-reduced-motion: no-preference) {
  .hero-screenshot { animation: none; }
}

@media (min-width: 1101px) and (prefers-reduced-motion: no-preference) {
  .hero-screenshot img { animation: screenshot-content-float 6.8s cubic-bezier(.45, .05, .55, .95) infinite; }
  @keyframes screenshot-content-float { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(0, -11px, 0) scale(1.006); } }
}

@media (max-width: 820px) {
  .site-header { width: min(100% - 32px, 1280px); height: 66px; grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero, .feature-section, .target-section { width: min(100% - 32px, 1280px); grid-template-columns: 1fr; }.hero { min-height: auto; gap: 52px; padding: 70px 0 88px; }.hero-copy { max-width: 600px; }.editor-stage { width: min(100%, 640px); justify-self: start; }
  .question-lanes { max-width: 620px; }
  .intro-band { width: min(100% - 32px, 1280px); grid-template-columns: 1fr; gap: 16px; }.intro-band p:last-child { justify-self: start; }.intro-rule { width: 68px; }
  .feature-section, .outline-section, .target-section, .faq-section { width: min(100% - 32px, 1280px); grid-template-columns: 1fr; }.feature-section { gap: 58px; padding: 104px 0; }.feature-section::after { display: none; }.outline-section { gap: 52px; padding: 104px 0; }.target-section { gap: 53px; padding: 100px 0; }.faq-section { gap: 42px; padding-bottom: 104px; }.target-copy { max-width: 600px; }
  .feature-list, .feature-primary { grid-template-columns: 1fr; }.feature-primary { gap: 10px; }
  .support-section > div { grid-template-columns: minmax(0, 1fr) 250px; gap: 42px; }
  footer { width: min(100% - 32px, 1280px); padding: 22px 0; flex-wrap: wrap; }
}

/* Tablets and large phones need the same single-column rhythm as phones.
   Keeping either of these paired layouts beyond this point makes the copy
   feel cramped even before it technically overflows. */
@media (max-width: 700px) {
  .question-lanes { grid-template-columns: 1fr; max-width: 560px; }
  .question-lane + .question-lane { border-top: 1px solid rgb(223 204 255 / 0.2); border-inline-start: 0; }

  .support-section { padding-inline: 24px; }
  .support-section > div { grid-template-columns: 1fr; gap: 34px; }
  .support-arrow { display: none; }
  .support-portrait { width: min(100%, 340px); justify-self: center; }

  /* Lead with the promise and actions; the larger product image follows
     once the visitor has the context for it. */
  .hero { gap: 42px; }
  .hero-title { display: contents; }
  .hero-shout { order: 1; }
  .hero-copy { order: 2; }
  .hero-screenshot { order: 3; width: min(100%, 620px); justify-self: start; }
  .editor-stage { order: 4; }
}

@media (min-width: 821px) and (max-width: 960px) {
  .site-header { width: min(100% - 40px, 1280px); grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero, .feature-section, .target-section { width: min(100% - 40px, 1280px); grid-template-columns: 1fr; }.hero { min-height: auto; gap: 52px; padding: 64px 0 84px; }.hero-copy { max-width: 680px; }.editor-stage { width: min(100%, 680px); justify-self: start; }
  .feature-section { gap: 56px; padding: 104px 0; }.feature-section::after { display: none; }.target-section { gap: 52px; padding: 104px 0; }.faq-section { width: min(100% - 40px, 1280px); grid-template-columns: 1fr; gap: 46px; padding-bottom: 104px; }.target-copy { max-width: 650px; }
  .support-section { padding: 88px 40px; }
}

@media (max-width: 520px) {
  .map-card { display: none; }
  .wordmark { font-size: 0.9rem; }.hero { padding-top: 54px; }.hero-title { gap: 28px; }.hero-screenshot { width: 100%; }.overline { margin-bottom: 15px; font-size: 0.68rem; }h1 { margin-bottom: 20px; font-size: clamp(3.2rem, 15.8vw, 4.55rem); }.hero-shout { font-size: clamp(2.9rem, 13.2vw, 4rem); line-height: 0.84; letter-spacing: -0.07em; }.hero-shout .type-row { max-width: 100%; gap: 0.08em; }.hero-shout .type-row:nth-child(3) { flex-wrap: wrap; }.hero-shout .type-row:last-child { width: 100%; }.hero-shout .type-word-write { width: 100%; font-size: 1.44em; letter-spacing: -0.04em; line-height: 0.84; white-space: normal; animation: none; border-right: 0; }.hero-shout .write-line { display: block; }.hero-summary { font-size: 1rem; }.hero-promise { margin-bottom: 19px; font-size: 1.28rem; }.question-lanes { margin-bottom: 26px; }.question-lane { min-height: auto; padding: 21px 19px 23px; font-size: 1.28rem; }.hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }.hero-actions .button { width: min(100%, 290px); }.download-count { max-width: 100%; overflow-wrap: anywhere; font-size: 1.16rem; }.editor-stage { width: 100%; }.hero-editor { min-height: 0; }.section-heading h2, .outline-copy h2, .target-copy h2, .closing-section h2 { font-size: clamp(2.85rem, 14.8vw, 4.2rem); }.feature { display: block; }.feature h3 { font-size: 1.2rem; }.feature p { font-size: 0.95rem; }.try-heading-row { padding: 18px 16px 12px; }.try-heading-row output, .sample-heading .section-meter-badge { width: 100%; margin-left: 0; }.try-editor textarea { min-height: 126px; padding-inline: 16px; font-size: 0.85rem; }.target-section { padding-bottom: 104px; }.faq-section { gap: 34px; padding-bottom: 84px; }pre { padding: 23px 19px 25px; font-size: 0.74rem; }.sample-bar, .sample-footer { padding-inline: 14px; }.closing-section { min-height: 435px; }.closing-actions { flex-direction: column; align-items: center; }.closing-section .button { width: 100%; max-width: 290px; }.support-section { padding: 76px 24px; }.support-portrait { width: min(100%, 300px); }.support-section h2 { font-size: clamp(2.4rem, 12vw, 3.45rem); }.support-tip { width: 100%; max-width: 290px; }.arrow-adjustments code { font-size: 0.66rem; }footer { display: grid; gap: 11px; }
}

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