:root {
  color-scheme: dark;
  --ink: #f4f2eb;
  --muted: #9c9b96;
  --paper: #0d0f12;
  --panel: #15181d;
  --line: #292d33;
  --lime: #c6ff4a;
  --lime-dark: #95cf16;
  --blue: #6c8fff;
  --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  min-width: 320px;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -.03em; font-size: 21px; }
.brand-mark { display: grid; gap: 3px; width: 25px; transform: rotate(-7deg); }
.brand-mark i { display: block; height: 4px; border-radius: 3px; background: var(--lime); }
.brand-mark i:nth-child(2) { width: 78%; }
.brand-mark i:nth-child(3) { width: 54%; }
.header-cta { color: var(--muted); text-decoration: none; font-size: 13px; letter-spacing: .02em; }

.hero {
  min-height: 720px;
  padding: 86px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 70px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--lime); text-transform: uppercase; font-size: 11px; font-weight: 780; letter-spacing: .17em; }
.eyebrow > span:first-child { width: 24px; height: 1px; background: currentColor; }
.eyebrow.muted { color: #aaa9a3; }
.eyebrow.light { color: #263008; }
h1 { margin: 0; max-width: 640px; font-size: clamp(51px, 5.5vw, 78px); line-height: .96; letter-spacing: -.065em; font-weight: 680; }
.lede { max-width: 570px; margin: 29px 0 30px; color: #b7b7b2; font-size: 18px; line-height: 1.65; }
.steps { display: flex; align-items: center; gap: 13px; margin: 0 0 34px; color: #d7d7d2; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 650; }
.steps span { display: inline-flex; align-items: center; gap: 8px; }
.steps b { color: #71736e; font-size: 9px; }
.steps i { width: 22px; height: 1px; background: #3e4244; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions.centered { justify-content: center; }
.button { min-height: 49px; padding: 0 21px; border-radius: 8px; border: 1px solid transparent; cursor: pointer; font-size: 14px; font-weight: 720; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .trigger-button:focus-visible, .watch-button:focus-visible { outline: 3px solid rgba(198, 255, 74, .35); outline-offset: 3px; }
.button-primary { background: var(--lime); color: #101506; box-shadow: 0 8px 30px rgba(185, 255, 57, .11); }
.button-primary:hover { background: #d0ff69; }
.button-quiet { background: transparent; border-color: #373b40; color: var(--ink); }
.button-quiet:hover { border-color: #666a70; background: #15181c; }
.microcopy { color: #747672; font-size: 11px; margin: 12px 0 0; }

.demo-wrap { position: relative; }
.ambient { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: .16; }
.ambient-one { width: 270px; height: 270px; right: -70px; top: -80px; background: var(--lime); }
.ambient-two { width: 230px; height: 230px; left: -70px; bottom: -60px; background: var(--blue); }
.work-window { position: relative; min-height: 425px; overflow: hidden; border: 1px solid #31363e; border-radius: var(--radius); background: #111419; box-shadow: 0 38px 100px rgba(0, 0, 0, .55); }
.window-bar { height: 43px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; background: #181b20; border-bottom: 1px solid #272b31; color: #7f8287; font-size: 10px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #3b4047; }
.window-action { letter-spacing: 2px; }
.editor-lines { padding: 37px 33px; font: 12px/2.2 ui-monospace, SFMono-Regular, Menlo, monospace; color: #8c929b; opacity: .62; }
.editor-lines p { margin: 0; white-space: nowrap; }
.line-number { display: inline-block; width: 38px; color: #484d54; user-select: none; }
.code-blue { color: #83a9dd; }
.code-cream { color: #d9ca9f; }
.caret { display: inline-block; width: 1px; height: 15px; vertical-align: middle; background: var(--lime); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.roller-hud { position: absolute; z-index: 3; left: 50%; top: 50%; width: min(490px, calc(100% - 44px)); transform: translate(-50%, -43%) scale(.96); opacity: 0; border: 1px solid #434850; border-radius: 15px; background: rgba(26, 29, 34, .97); box-shadow: 0 22px 70px rgba(0, 0, 0, .65); transition: opacity .12s ease, transform .12s ease; pointer-events: none; }
.demo-active .roller-hud { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.hud-top, .hud-bottom { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; color: #7d8188; font-size: 8px; font-weight: 760; letter-spacing: .13em; }
.hud-top { border-bottom: 1px solid #34383e; }
.hud-count { color: #a8abae; }
.hud-bottom { border-top: 1px solid #34383e; letter-spacing: .04em; text-transform: none; }
.hud-bottom kbd { margin-right: 4px; }
.clip-stack { padding: 7px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.clip-card { min-width: 0; height: 142px; padding: 12px; display: flex; flex-direction: column; border: 1px solid #353a41; border-radius: 9px; background: #202329; opacity: .52; transform: scale(.96); transition: opacity .1s ease, transform .1s ease, border-color .1s ease, background .1s ease; }
.clip-card.selected { opacity: 1; transform: scale(1); border-color: var(--lime); background: #292d31; box-shadow: inset 0 -3px 0 var(--lime); }
.clip-source { overflow: hidden; color: #90949a; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.source-dot { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; }
.source-purple { background: #b06cff; }.source-blue { background: #5b9cff; }.source-orange { background: #ff8f45; }.source-green { background: #55d98d; }
.clip-card p { margin: 12px 0 8px; color: #e2e2de; font: 9px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.clip-card time { margin-top: auto; color: #62666d; font-size: 7px; }
kbd { min-width: 19px; padding: 3px 6px; border: 1px solid #50545b; border-bottom-width: 2px; border-radius: 4px; color: #c8cacb; background: #25282e; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.paste-toast { position: absolute; z-index: 2; left: 50%; bottom: 24px; width: min(350px, calc(100% - 40px)); padding: 11px 14px; display: flex; gap: 10px; align-items: center; transform: translate(-50%, 15px); opacity: 0; border: 1px solid #324118; border-radius: 8px; background: #171d12; transition: opacity .2s ease, transform .2s ease; color: var(--lime); font-size: 9px; }
.paste-toast strong { overflow: hidden; color: #c8c9c4; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; white-space: nowrap; }
.paste-toast.visible { opacity: 1; transform: translate(-50%, 0); }
.demo-controls { position: relative; margin-top: 16px; display: flex; align-items: center; justify-content: space-between; }
.trigger-button, .watch-button { border: 0; cursor: pointer; color: #96999d; background: transparent; font-size: 11px; }
.trigger-button { padding: 0; display: flex; align-items: center; gap: 10px; text-align: left; }
.key-cap { padding: 10px 13px; border: 1px solid #454a51; border-bottom-width: 3px; border-radius: 7px; background: #1b1e23; color: #dbddd9; font-weight: 720; box-shadow: 0 4px 10px rgba(0,0,0,.25); }
.trigger-button:active .key-cap, .trigger-button.is-held .key-cap { transform: translateY(2px); border-bottom-width: 1px; background: #252a2f; color: var(--lime); }
.watch-button { padding: 9px 0 9px 12px; }
.watch-button span { margin-left: 4px; color: var(--lime); }
.demo-hint { margin: 9px 0 0; color: #5f6266; font-size: 10px; text-align: center; }

.contrast-band { padding: 110px 0; background: #e9e8e0; color: #171914; }
.contrast-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
.contrast-grid h2, .audience h2, .pricing h2, .final-cta h2 { margin: 0; font-size: clamp(39px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.055em; font-weight: 660; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comparison article { padding: 27px; border: 1px solid #cecdc5; border-radius: 14px; background: #deddd5; }
.comparison article.comparison-active { border-color: #23261d; background: #171914; color: var(--ink); box-shadow: 0 22px 45px rgba(0,0,0,.15); }
.comparison-label { color: #6d6e67; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 760; }
.comparison article > p { margin: 28px 0; font-weight: 700; }
.comparison kbd { color: inherit; background: transparent; border-color: currentColor; opacity: .8; }
.wheel-glyph { padding: 0 9px; color: var(--lime); }
.comparison ul { list-style: none; margin: 0; padding: 0; color: #666860; font-size: 12px; line-height: 2.1; }
.comparison li::before { content: "—"; margin-right: 8px; }
.comparison-active ul { color: #a4a69f; }
.comparison-active li::before { color: var(--lime); }

.audience { padding: 120px 0 130px; }
.audience h2 { max-width: 600px; }
.audience-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid article > span { display: block; color: var(--lime); font: 28px ui-monospace, monospace; }
.audience-grid h3 { margin: 55px 0 12px; font-size: 18px; }
.audience-grid p { margin: 0; color: #898b87; font-size: 13px; line-height: 1.65; }

.pricing { padding: 0 0 120px; }
.price-card { min-height: 430px; padding: 63px 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; border-radius: 22px; background: var(--lime); color: #171b0d; overflow: hidden; position: relative; }
.price-card::after { content: ""; position: absolute; right: -110px; top: -140px; width: 390px; height: 390px; border: 1px solid rgba(27,34,12,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(27,34,12,.035), 0 0 0 90px rgba(27,34,12,.025); }
.price-copy, .price-action { position: relative; z-index: 1; }
.price-copy p:last-child { max-width: 460px; margin: 25px 0 0; color: #4c561f; font-size: 14px; line-height: 1.7; }
.price-action { padding-left: 60px; border-left: 1px solid rgba(35,43,14,.22); }
.price { font-size: 83px; line-height: .8; letter-spacing: -.07em; font-weight: 720; }
.price span { font-size: 35px; vertical-align: top; }
.price-action > p { margin: 17px 0 24px; color: #48511f; font-size: 12px; }
.button-light { width: 100%; background: #151910; color: var(--ink); }
.price-action small { display: block; margin-top: 12px; color: #596526; font-size: 9px; line-height: 1.5; text-align: center; }
.promise-row { display: flex; justify-content: center; gap: 60px; padding: 24px 20px; border-bottom: 1px solid var(--line); color: #989a96; font-size: 11px; }
.promise-row i { margin-right: 6px; color: var(--lime); font-style: normal; }

.final-cta { padding: 70px 0 130px; text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 kbd { font-size: .45em; vertical-align: .18em; }
.final-cta > p:not(.eyebrow) { max-width: 570px; margin: 24px auto 32px; color: #888b87; font-size: 14px; line-height: 1.7; }
.site-footer { min-height: 110px; padding: 28px 0; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; border-top: 1px solid var(--line); color: #686b68; font-size: 10px; }
.site-footer p:nth-child(2) { text-align: center; }
.site-footer p:last-child { text-align: right; }

dialog { width: min(520px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 1px solid #393e44; border-radius: 16px; background: #171a1f; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.75); }
dialog::backdrop { background: rgba(3, 5, 7, .8); backdrop-filter: blur(6px); }
dialog form { padding: 34px; }
.dialog-close { position: absolute; top: 17px; right: 18px; width: 32px; height: 32px; border: 0; border-radius: 50%; cursor: pointer; color: #9c9e9a; background: #262a30; font-size: 22px; line-height: 1; }
dialog h2 { margin: 0; font-size: 31px; letter-spacing: -.04em; }
dialog h2 + p { margin: 11px 0 26px; color: #979a96; font-size: 12px; line-height: 1.6; }
dialog label, dialog legend { color: #c6c7c3; font-size: 11px; font-weight: 650; }
dialog > form > label { display: block; margin-top: 15px; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 11px 12px; border: 1px solid #3a3f46; border-radius: 7px; outline: 0; color: var(--ink); background: #111419; font-size: 13px; }
input:focus, select:focus, textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(198,255,74,.08); }
textarea { resize: vertical; }
fieldset { margin: 17px 0 0; padding: 0; border: 0; }
.radio-row { margin-top: 8px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.radio-row label { cursor: pointer; }
.radio-row input { position: absolute; opacity: 0; pointer-events: none; }
.radio-row span { display: block; padding: 10px; border: 1px solid #3a3f46; border-radius: 7px; text-align: center; }
.radio-row input:checked + span { border-color: var(--lime); color: var(--lime); background: rgba(198,255,74,.06); }
.optional { color: #686b68; font-weight: 400; }
.dialog-submit { width: 100%; margin-top: 7px; }
dialog small { display: block; margin-top: 10px; color: #6f726f; font-size: 9px; line-height: 1.5; text-align: center; }
.form-error { min-height: 16px; margin: 10px 0 0; color: #ff8e7e; font-size: 11px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-toast { position: fixed; z-index: 10; right: 20px; bottom: 20px; max-width: 360px; padding: 14px 17px; transform: translateY(20px); opacity: 0; border: 1px solid #556b26; border-radius: 9px; color: #e9f7c8; background: #1b2511; box-shadow: 0 15px 45px rgba(0,0,0,.4); font-size: 12px; transition: .2s ease; pointer-events: none; }
.success-toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .demo-wrap { width: min(700px, 100%); margin-inline: auto; }
  .contrast-grid { grid-template-columns: 1fr; gap: 50px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { padding: 55px; gap: 50px; }
}

@media (max-width: 680px) {
  .shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { height: 70px; }
  .header-cta { font-size: 10px; }
  .hero { padding: 60px 0 85px; }
  h1 { font-size: clamp(46px, 14vw, 66px); }
  .lede { font-size: 16px; }
  .steps { gap: 8px; font-size: 11px; }
  .steps i { width: 10px; }
  .hero-actions .button { width: 100%; }
  .work-window { min-height: 360px; }
  .clip-stack { grid-template-columns: repeat(4, 92px); overflow: hidden; }
  .clip-card { height: 128px; }
  .roller-hud { overflow: hidden; }
  .editor-lines { padding-left: 18px; }
  .contrast-band { padding: 85px 0; }
  .comparison { grid-template-columns: 1fr; }
  .audience { padding: 90px 0; }
  .audience-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .audience-grid article { min-height: 210px; }
  .audience-grid h3 { margin-top: 35px; }
  .price-card { padding: 40px 27px; grid-template-columns: 1fr; gap: 45px; }
  .price-action { padding: 35px 0 0; border-left: 0; border-top: 1px solid rgba(35,43,14,.22); }
  .promise-row { align-items: flex-start; flex-direction: column; gap: 13px; }
  .final-cta { padding-bottom: 90px; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .site-footer p:nth-child(2), .site-footer p:last-child { margin: 0; text-align: center; }
  dialog form { padding: 28px 20px 22px; }
}

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