:root {
  --background: oklch(0.96 0.025 225);
  --surface: oklch(0.995 0.004 85);
  --ink: oklch(0.19 0.04 255);
  --muted-ink: oklch(0.47 0.035 255);
  --border: oklch(0.78 0.035 235);
  --primary: oklch(0.58 0.19 255);
  --primary-dark: oklch(0.45 0.19 255);
  --review: oklch(0.72 0.16 55);
  --review-soft: oklch(0.94 0.055 62);
  --success: oklch(0.62 0.15 148);
  --success-soft: oklch(0.93 0.07 148);
  --coral: oklch(0.76 0.16 30);
  --green: oklch(0.76 0.13 145);
  --blue: oklch(0.74 0.13 240);
  --danger: oklch(0.52 0.19 28);
  --shadow-control: 4px 4px 0 var(--ink);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  color: var(--ink);
  background: var(--background);
  font-family: "Nunito Sans", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Archivo Black", "Arial Black", "Nunito Sans", ui-rounded, sans-serif;
  font-size: 20px;
  letter-spacing: -0.035em;
}

.brand-mark {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 11px 8px 12px 8px;
  color: white;
  background: var(--primary);
  box-shadow: 3px 3px 0 var(--ink);
  rotate: -5deg;
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 2px solid var(--ink);
  border-radius: 9px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  transition: translate 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.button:hover {
  translate: -1px -1px;
}

.button:active {
  translate: 3px 3px;
  box-shadow: none;
}

.button-primary {
  color: white;
  background: var(--primary);
  box-shadow: var(--shadow-control);
}

.button-primary:hover {
  background: var(--primary-dark);
}

.button-outline {
  background: var(--surface);
  box-shadow: 3px 3px 0 var(--ink);
}

.marketing-body {
  --marketing-width: 1240px;
  background: var(--background);
  color: var(--ink);
  overflow-x: hidden;
}

.marketing-body :where(h1, h2, h3, p) {
  margin-top: 0;
}

.marketing-body h1,
.marketing-body h2,
.marketing-body h3,
.marketing-product-name,
.marketing-window-brand,
.marketing-mini-brand {
  font-family: "Archivo Black", "Arial Black", "Nunito Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.marketing-body a {
  text-decoration: none;
}

.marketing-shell {
  width: min(var(--marketing-width), calc(100% - 56px));
  margin-inline: auto;
}

.marketing-skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 9px 13px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 900;
  translate: 0 -180%;
}

.marketing-skip-link:focus {
  translate: 0;
}

.marketing-header {
  position: relative;
  z-index: 30;
  border-bottom: 2px solid var(--ink);
  background: color-mix(in oklch, var(--surface) 94%, var(--background));
}

.marketing-header-inner {
  display: grid;
  min-height: 74px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.marketing-brand .brand-mark,
.marketing-footer-brand .brand-mark {
  transition: rotate 150ms ease, translate 150ms ease, box-shadow 150ms ease;
}

.marketing-brand:hover .brand-mark,
.marketing-footer-brand:hover .brand-mark {
  rotate: 4deg;
  translate: 0 -1px;
  box-shadow: 4px 5px 0 var(--ink);
}

.marketing-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.marketing-navigation a,
.marketing-sign-in {
  min-height: 38px;
  padding: 9px 11px;
  border: 1.5px solid transparent;
  border-radius: 8px;
  color: var(--muted-ink);
  font-size: 13px;
  font-weight: 900;
  transition: color 150ms ease, background-color 150ms ease, rotate 150ms ease, box-shadow 150ms ease;
}

.marketing-navigation a:hover,
.marketing-sign-in:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--review-soft);
  box-shadow: 2px 2px 0 var(--ink);
  rotate: -1deg;
}

.marketing-header-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.marketing-header-cta {
  min-height: 42px;
  padding-inline: 17px;
}

.marketing-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 74px);
  align-items: center;
  overflow: hidden;
  padding: clamp(48px, 7vw, 92px) 0 clamp(66px, 8vw, 104px);
  background:
    radial-gradient(circle at 11% 18%, color-mix(in oklch, var(--green) 24%, transparent) 0 8%, transparent 8.3%),
    radial-gradient(circle at 93% 88%, color-mix(in oklch, var(--coral) 28%, transparent) 0 9%, transparent 9.3%),
    var(--background);
}

.marketing-hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(44px, 6vw, 88px);
}

.marketing-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  animation: marketing-copy-in 650ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.marketing-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 17px;
  padding: 6px 11px;
  border: 1.5px solid var(--ink);
  border-radius: 7px 5px 8px 6px;
  color: var(--ink);
  background: var(--review-soft);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.065em;
  line-height: 1;
  rotate: -2deg;
  text-transform: uppercase;
}

.marketing-kicker-green { background: var(--success-soft); rotate: 2deg; }
.marketing-kicker-coral { background: color-mix(in oklch, var(--coral) 38%, white); rotate: -1deg; }
.marketing-kicker-gold { background: color-mix(in oklch, var(--review) 34%, white); rotate: 2deg; }

.marketing-hero h1 {
  margin: 0;
}

.marketing-product-name {
  display: block;
  margin-left: -0.05em;
  color: var(--primary);
  font-size: clamp(66px, 7vw, 98px);
  line-height: 0.84;
  text-shadow: 4px 4px 0 var(--ink);
  -webkit-text-stroke: 2px var(--ink);
}

.marketing-promise {
  position: relative;
  display: inline-block;
  margin-top: 28px;
  font-size: clamp(37px, 4.1vw, 64px);
  line-height: 0.98;
}

.marketing-hero-intro {
  max-width: 570px;
  margin: 27px 0 0;
  color: var(--muted-ink);
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 750;
  line-height: 1.42;
}

.marketing-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin: 30px 0 16px;
}

.marketing-primary-action {
  min-height: 54px;
  padding-inline: 24px;
  font-size: 15px;
  rotate: -1deg;
}

.marketing-primary-action:hover {
  rotate: 1deg;
}

.marketing-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 950;
}

.marketing-text-link span {
  font-size: 19px;
  transition: translate 150ms ease;
}

.marketing-text-link:hover { text-decoration: underline; }
.marketing-text-link:hover span { translate: 0 3px; }

.marketing-trial-note {
  margin: 0;
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 800;
}

.marketing-trial-note span {
  padding-inline: 5px;
}

.marketing-tour {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  animation: marketing-tour-in 800ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.marketing-tour-frame {
  position: relative;
  aspect-ratio: 16 / 10.4;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 18px 12px 20px 14px;
  background: var(--surface);
  box-shadow: 11px 13px 0 color-mix(in oklch, var(--primary) 28%, var(--ink));
  rotate: 1deg;
  transition: translate 250ms ease, rotate 250ms ease, box-shadow 250ms ease;
}

.marketing-tour:hover .marketing-tour-frame {
  translate: 0 -5px;
  rotate: -0.5deg;
  box-shadow: 14px 18px 0 color-mix(in oklch, var(--primary) 30%, var(--ink));
}

.marketing-tour-bar {
  display: grid;
  height: 38px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 13px;
  border-bottom: 1px solid var(--border);
  color: var(--muted-ink);
  background: var(--surface);
  font-size: 9px;
  font-weight: 850;
}

.marketing-tour-dots {
  display: flex;
  gap: 5px;
}

.marketing-tour-dots i {
  width: 8px;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--coral);
}

.marketing-tour-dots i:nth-child(2) { background: var(--review); }
.marketing-tour-dots i:nth-child(3) { background: var(--green); }

.marketing-tour-label {
  justify-self: end;
  padding: 4px 7px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--review-soft);
  rotate: 2deg;
}

.marketing-tour-screen {
  height: calc(100% - 38px);
  padding: 15px;
  background: color-mix(in oklch, var(--background) 82%, white);
}

.marketing-tour-appbar {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 16px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 7px 7px 0 0;
  color: var(--muted-ink);
  background: var(--surface);
  font-size: 7px;
  font-weight: 900;
}

.marketing-mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 8px;
  color: var(--ink);
  font-size: 9px;
}

.marketing-mini-brand i,
.marketing-window-brand i {
  display: grid;
  width: 22px;
  aspect-ratio: 1;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 6px 4px 6px 4px;
  color: white;
  background: var(--primary);
  box-shadow: 1.5px 1.5px 0 var(--ink);
  font-family: "Nunito Sans", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
  rotate: -5deg;
}

.marketing-mini-account {
  display: grid;
  width: 22px;
  aspect-ratio: 1;
  place-items: center;
  margin-left: auto;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--coral);
}

.marketing-tour-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 22px 8px 14px;
}

.marketing-tour-heading > div {
  display: grid;
  gap: 4px;
}

.marketing-tour-heading small {
  width: fit-content;
  padding: 3px 6px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--success-soft);
  font-size: 6px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  rotate: -2deg;
}

.marketing-tour-heading strong {
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: clamp(16px, 1.8vw, 25px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.marketing-tour-heading span {
  color: var(--muted-ink);
  font-size: 7px;
  font-weight: 750;
}

.marketing-tour-heading > b {
  display: grid;
  width: 33px;
  aspect-ratio: 1;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 46% 54% 42% 58%;
  color: var(--danger);
  background: var(--review-soft);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 10px;
  rotate: 8deg;
}

.marketing-tour-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(145px, 0.85fr);
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 8px 6px 9px 7px;
  background: var(--surface);
  box-shadow: 3px 4px 0 color-mix(in oklch, var(--primary) 18%, transparent);
}

.marketing-tour-queue {
  min-width: 0;
  border-right: 1px solid var(--border);
}

.marketing-tour-row {
  display: grid;
  min-height: 50px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-bottom: 1px solid var(--border);
}

.marketing-tour-row:last-child { border-bottom: 0; }
.marketing-tour-row.is-selected { background: var(--review-soft); }

.marketing-tour-row > i,
.marketing-file-mark {
  display: grid;
  width: 28px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 5px 3px 6px 4px;
  color: var(--primary-dark);
  background: color-mix(in oklch, var(--blue) 28%, white);
  box-shadow: 1.5px 1.5px 0 var(--ink);
  font-size: 5px;
  font-style: normal;
  font-weight: 950;
  rotate: -2deg;
}

.marketing-tour-row > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.marketing-tour-row strong {
  overflow: hidden;
  font-size: 7px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketing-tour-row small {
  overflow: hidden;
  color: var(--muted-ink);
  font-size: 5px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketing-tour-row > b {
  padding: 3px 5px;
  border: 1px solid currentcolor;
  border-radius: 999px;
  color: var(--danger);
  background: var(--review-soft);
  font-size: 5px;
}

.marketing-tour-editor {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 12px;
}

.marketing-tour-editor > small {
  color: var(--primary-dark);
  font-size: 6px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-tour-editor > strong {
  font-size: 9px;
  font-weight: 950;
}

.marketing-tour-editor > span {
  display: grid;
  gap: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border);
  color: var(--muted-ink);
  font-size: 5px;
  font-weight: 800;
}

.marketing-tour-editor > span b {
  color: var(--ink);
  font-size: 7px;
}

.marketing-tour-editor > em {
  width: fit-content;
  margin-top: 3px;
  padding: 5px 8px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  color: white;
  background: var(--primary);
  box-shadow: 1.5px 1.5px 0 var(--ink);
  font-size: 6px;
  font-style: normal;
  font-weight: 950;
}

.marketing-tour-play {
  position: absolute;
  top: 55%;
  left: 50%;
  display: grid;
  width: clamp(62px, 6vw, 82px);
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 48% 52% 43% 57%;
  color: white;
  background: var(--primary);
  box-shadow: 6px 7px 0 var(--ink);
  translate: -50% -50%;
  rotate: -4deg;
  transition: scale 200ms ease, rotate 200ms ease, box-shadow 200ms ease;
}

.marketing-tour:hover .marketing-tour-play {
  scale: 1.08;
  rotate: 3deg;
  box-shadow: 8px 9px 0 var(--ink);
}

.marketing-tour-play svg {
  width: 37%;
  fill: currentcolor;
  translate: 2px 0;
}

.marketing-tour figcaption {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 13px;
}

.marketing-tour figcaption strong { font-weight: 950; }
.marketing-tour figcaption span { color: var(--muted-ink); font-weight: 700; }

.marketing-workflow,
.marketing-proof,
.marketing-pricing,
.marketing-faq {
  scroll-margin-top: 32px;
}

.marketing-workflow {
  padding: clamp(78px, 9vw, 132px) 0;
  border-block: 2px solid var(--ink);
  background: var(--surface);
}

.marketing-section-heading {
  max-width: 760px;
}

.marketing-section-heading h2,
.marketing-proof-copy h2,
.marketing-pricing h2,
.marketing-final-cta h2 {
  margin-bottom: 17px;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 0.98;
}

.marketing-section-heading > p:last-child,
.marketing-proof-copy > p,
.marketing-pricing-copy > p:last-child,
.marketing-final-cta-inner > p {
  color: var(--muted-ink);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.marketing-workflow-heading {
  margin-bottom: clamp(48px, 6vw, 78px);
}

.marketing-workflow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.marketing-workflow-steps::before {
  position: absolute;
  top: 25px;
  right: calc(16.6667% - 26px);
  left: 26px;
  height: 3px;
  border-radius: 999px;
  background: var(--ink);
  content: "";
  transform-origin: left;
}

.marketing-workflow-steps li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-right: 17px;
}

.marketing-workflow-steps li > span {
  display: grid;
  width: 52px;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 24px;
  border: 2px solid var(--ink);
  border-radius: 13px 9px 14px 10px;
  background: var(--blue);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 13px;
  font-weight: 950;
  rotate: -3deg;
}

.marketing-workflow-steps li:nth-child(2n) > span { background: var(--green); rotate: 3deg; }
.marketing-workflow-steps li:nth-child(3n) > span { background: var(--coral); rotate: -1deg; }
.marketing-workflow-steps li:nth-child(4n) > span { background: var(--review); rotate: 4deg; }

.marketing-workflow-steps strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 950;
}

.marketing-workflow-steps p {
  max-width: 150px;
  margin-bottom: 0;
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.marketing-proof {
  padding: clamp(82px, 10vw, 150px) 0;
}

.marketing-proof-review {
  background: color-mix(in oklch, var(--review-soft) 34%, var(--background));
}

.marketing-proof-client {
  border-top: 2px solid var(--ink);
  background: color-mix(in oklch, var(--success-soft) 38%, var(--surface));
}

.marketing-proof-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(540px, 1.24fr);
  align-items: center;
  gap: clamp(54px, 8vw, 118px);
}

.marketing-proof-grid-reversed {
  grid-template-columns: minmax(540px, 1.24fr) minmax(300px, 0.76fr);
}

.marketing-proof-copy > p {
  max-width: 560px;
  margin-bottom: 0;
}

.marketing-proof-copy > p strong { color: var(--ink); }

.marketing-check-list {
  display: grid;
  gap: 12px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.marketing-check-list li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.marketing-check-list span {
  display: grid;
  width: 25px;
  aspect-ratio: 1;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 7px 5px 8px 6px;
  background: var(--green);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 11px;
  rotate: -3deg;
}

.marketing-product-window {
  position: relative;
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 17px 12px 19px 13px;
  background: var(--surface);
  box-shadow: 10px 12px 0 color-mix(in oklch, var(--primary) 19%, var(--border));
  rotate: 1deg;
  transition: translate 220ms ease, rotate 220ms ease, box-shadow 220ms ease;
}

.marketing-product-window:hover {
  translate: 0 -4px;
  rotate: 0deg;
  box-shadow: 13px 16px 0 color-mix(in oklch, var(--primary) 21%, var(--border));
}

.marketing-client-window { rotate: -1deg; }

.marketing-window-bar {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 20px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
  background: color-mix(in oklch, var(--surface) 92%, var(--background));
  border-radius: 15px 10px 0 0;
}

.marketing-window-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.marketing-window-nav,
.marketing-window-client-name {
  padding: 6px 9px;
  border-radius: 6px;
  color: var(--muted-ink);
  font-size: 9px;
  font-weight: 900;
}

.marketing-window-nav { background: var(--review-soft); }

.marketing-window-account {
  display: grid;
  width: 32px;
  aspect-ratio: 1;
  place-items: center;
  margin-left: auto;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 9px;
  font-weight: 950;
}

.marketing-window-account-coral { background: var(--coral); }

.marketing-window-body {
  padding: clamp(20px, 3vw, 34px);
}

.marketing-package-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.marketing-package-heading h3 {
  margin: 8px 0 5px;
  font-size: clamp(21px, 2.5vw, 33px);
  line-height: 1.04;
}

.marketing-package-heading p {
  margin-bottom: 0;
  color: var(--muted-ink);
  font-size: 11px;
  font-weight: 750;
}

.marketing-ui-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 4px 7px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: var(--blue);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  rotate: -2deg;
}

.marketing-ui-kicker-green { background: var(--green); rotate: 2deg; }

.marketing-status {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1.5px solid currentcolor;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 950;
  white-space: nowrap;
}

.marketing-status-draft {
  color: var(--muted-ink);
  background: color-mix(in oklch, var(--background) 72%, white);
}

.marketing-document-list {
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 10px 7px 11px 8px;
}

.marketing-document-row {
  display: grid;
  min-height: 66px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 13px;
  border-bottom: 1px solid var(--border);
}

.marketing-document-row:last-child { border-bottom: 0; }
.marketing-document-row:hover { background: var(--review-soft); }

.marketing-file-mark {
  width: 35px;
  font-size: 7px;
}

.marketing-file-sheet {
  color: color-mix(in oklch, var(--success) 88%, var(--ink));
  background: var(--success-soft);
  rotate: 2deg;
}

.marketing-document-row > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.marketing-document-row strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketing-document-row small {
  color: var(--muted-ink);
  font-size: 8px;
  font-weight: 750;
}

.marketing-document-row > b {
  color: var(--primary-dark);
  font-size: 9px;
  font-weight: 950;
}

.marketing-publish-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 20px;
  color: var(--muted-ink);
  font-size: 9px;
  font-weight: 800;
}

.marketing-faux-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1.5px solid var(--ink);
  border-radius: 7px;
  color: white;
  background: var(--primary);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 9px;
  font-weight: 950;
}

.marketing-download-all {
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--surface);
}

.marketing-window-note {
  position: absolute;
  right: 25px;
  bottom: -17px;
  padding: 7px 11px;
  border: 1.5px solid var(--ink);
  border-radius: 8px 5px 9px 6px;
  background: var(--review-soft);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 10px;
  font-weight: 950;
  rotate: -3deg;
}

.marketing-window-note-green { background: var(--success-soft); rotate: 3deg; }

.marketing-activity {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 15px;
  margin-top: 31px;
  padding: 15px;
  border: 1.5px solid var(--ink);
  border-radius: 11px 8px 12px 9px;
  background: var(--surface);
  box-shadow: 4px 5px 0 color-mix(in oklch, var(--success) 26%, var(--border));
  rotate: 1deg;
}

.marketing-activity-mark {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--green);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 20px;
  font-weight: 950;
}

.marketing-activity > div {
  display: grid;
  gap: 3px;
}

.marketing-activity strong { font-size: 11px; font-weight: 950; }
.marketing-activity small { color: var(--muted-ink); font-size: 8px; font-weight: 750; }

.marketing-privacy-note {
  margin-top: 19px !important;
  color: var(--muted-ink) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.marketing-pricing {
  padding: clamp(82px, 10vw, 138px) 0;
  border-block: 2px solid var(--ink);
  background: var(--background);
}

.marketing-pricing-panel {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) auto minmax(230px, 0.8fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(30px, 5vw, 64px);
  border: 2px solid var(--ink);
  border-radius: 20px 14px 22px 16px;
  background: var(--primary);
  box-shadow: 11px 13px 0 var(--ink);
  color: white;
  rotate: -0.5deg;
}

.marketing-pricing-copy h2 {
  margin-bottom: 11px;
  font-size: clamp(37px, 4.4vw, 62px);
}

.marketing-pricing-copy > p:last-child {
  max-width: 440px;
  margin-bottom: 0;
  color: color-mix(in oklch, white 78%, var(--primary));
}

.marketing-price {
  padding-inline: clamp(20px, 3vw, 42px);
  border-inline: 1px solid color-mix(in oklch, white 55%, var(--primary));
}

.marketing-price > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.marketing-price > div > strong {
  display: flex;
  align-items: flex-start;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: clamp(74px, 8vw, 112px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.marketing-price > div > strong span {
  margin-top: 8px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 27%;
  letter-spacing: 0;
}

.marketing-price small {
  font-size: 9px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.marketing-price > p {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.marketing-price-details {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 850;
}

.marketing-price-details li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marketing-price-details span {
  display: grid;
  width: 19px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid white;
  border-radius: 999px;
  font-size: 8px;
}

.marketing-pricing-action {
  min-height: 50px;
  color: var(--ink);
  white-space: nowrap;
  rotate: 1deg;
}

.marketing-faq {
  padding: clamp(84px, 10vw, 146px) 0;
  background: var(--surface);
}

.marketing-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(500px, 1.3fr);
  align-items: start;
  gap: clamp(56px, 10vw, 150px);
}

.marketing-faq-heading {
  position: sticky;
  top: 40px;
}

.marketing-questions {
  border-top: 2px solid var(--ink);
}

.marketing-questions details {
  border-bottom: 1.5px solid var(--ink);
}

.marketing-questions summary {
  display: grid;
  min-height: 84px;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: 18px;
  padding: 18px 4px;
  cursor: pointer;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 950;
  list-style: none;
}

.marketing-questions summary::-webkit-details-marker { display: none; }

.marketing-questions summary span {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 9px 6px 10px 7px;
  background: var(--review-soft);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 22px;
  font-weight: 800;
  transition: rotate 150ms ease, background-color 150ms ease;
}

.marketing-questions details[open] summary span {
  background: var(--green);
  rotate: 45deg;
}

.marketing-questions details p {
  max-width: 680px;
  margin: -5px 50px 26px 4px;
  color: var(--muted-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.marketing-final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 11vw, 150px) 0;
  border-top: 2px solid var(--ink);
  color: white;
  background: var(--primary);
}

.marketing-final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  text-align: center;
}

.marketing-final-cta .marketing-kicker { margin-inline: auto; color: var(--ink); }

.marketing-final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(48px, 7.4vw, 102px);
}

.marketing-final-cta-inner > p {
  margin-bottom: 31px;
  color: color-mix(in oklch, white 84%, var(--primary));
}

.marketing-final-action {
  min-height: 54px;
  padding-inline: 25px;
  color: var(--ink);
  rotate: -1deg;
}

.marketing-final-dot {
  position: absolute;
  border: 3px solid var(--ink);
  border-radius: 45% 55% 48% 52%;
  background: var(--coral);
  box-shadow: 6px 7px 0 var(--ink);
}

.marketing-final-dot-one {
  top: 20%;
  left: 7%;
  width: clamp(42px, 5vw, 72px);
  aspect-ratio: 1;
  rotate: -13deg;
}

.marketing-final-dot-two {
  right: 8%;
  bottom: 17%;
  width: clamp(30px, 3.5vw, 52px);
  aspect-ratio: 1;
  background: var(--green);
  rotate: 9deg;
}

.marketing-footer {
  border-top: 2px solid var(--ink);
  background: var(--surface);
}

.marketing-footer-inner {
  display: grid;
  min-height: 116px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.marketing-footer-inner p {
  margin: 0;
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 750;
}

.marketing-footer nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 900;
}

.marketing-footer nav a:hover { color: var(--primary-dark); text-decoration: underline; }

@supports (animation-timeline: view()) {
  .marketing-workflow-steps::before {
    animation: marketing-line-draw linear both;
    animation-range: entry 20% cover 42%;
    animation-timeline: view();
    scale: 0 1;
  }

  .marketing-product-window,
  .marketing-pricing-panel {
    animation: marketing-window-rise linear both;
    animation-range: entry 12% cover 34%;
    animation-timeline: view();
  }
}

@keyframes marketing-copy-in {
  from { opacity: 0; translate: 0 20px; }
  to { opacity: 1; translate: 0; }
}

@keyframes marketing-tour-in {
  from { opacity: 0; scale: 0.96; translate: 22px 18px; }
  to { opacity: 1; scale: 1; translate: 0; }
}

@keyframes marketing-line-draw {
  to { scale: 1 1; }
}

@keyframes marketing-window-rise {
  from { opacity: 0.45; translate: 0 28px; }
  to { opacity: 1; translate: 0; }
}

@media (max-width: 1080px) {
  .marketing-hero-grid,
  .marketing-proof-grid,
  .marketing-proof-grid-reversed {
    grid-template-columns: 1fr;
  }

  .marketing-hero {
    min-height: auto;
  }

  .marketing-hero-copy {
    max-width: 780px;
  }

  .marketing-product-name {
    font-size: clamp(72px, 13vw, 112px);
  }

  .marketing-tour {
    width: min(880px, 100%);
  }

  .marketing-proof-copy {
    max-width: 740px;
  }

  .marketing-proof-grid-reversed .marketing-product-window {
    order: 2;
  }

  .marketing-pricing-panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .marketing-price-details { grid-column: 1; }
  .marketing-pricing-action { grid-column: 2; grid-row: 2; }
}

@media (max-width: 860px) {
  .marketing-header-inner {
    gap: 16px;
  }

  .marketing-navigation {
    display: none;
  }

  .marketing-header-actions {
    grid-column: 3;
  }

  .marketing-workflow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 22px;
  }

  .marketing-workflow-steps::before { display: none; }

  .marketing-faq-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .marketing-faq-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .marketing-shell {
    width: min(100% - 28px, var(--marketing-width));
  }

  .marketing-header-inner {
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .marketing-brand {
    gap: 8px;
    font-size: 17px;
  }

  .marketing-brand .brand-mark {
    width: 34px;
  }

  .marketing-header-actions {
    grid-column: 2;
  }

  .marketing-sign-in {
    display: none;
  }

  .marketing-header-cta {
    min-height: 40px;
    padding: 7px 11px;
    font-size: 12px;
  }

  .marketing-hero {
    padding: 48px 0 70px;
    background:
      radial-gradient(circle at 5% 10%, color-mix(in oklch, var(--green) 22%, transparent) 0 6%, transparent 6.3%),
      radial-gradient(circle at 98% 92%, color-mix(in oklch, var(--coral) 24%, transparent) 0 7%, transparent 7.3%),
      var(--background);
  }

  .marketing-hero-grid {
    gap: 54px;
  }

  .marketing-product-name {
    font-size: clamp(52px, 16.5vw, 64px);
    text-shadow: 3px 3px 0 var(--ink);
    -webkit-text-stroke-width: 1.5px;
  }

  .marketing-promise {
    margin-top: 24px;
    font-size: clamp(36px, 12vw, 48px);
  }

  .marketing-hero-intro {
    margin-top: 23px;
    font-size: 17px;
  }

  .marketing-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .marketing-primary-action {
    width: 100%;
    rotate: 0deg;
  }

  .marketing-text-link {
    justify-content: center;
  }

  .marketing-trial-note {
    text-align: center;
  }

  .marketing-tour-frame {
    aspect-ratio: 4 / 3.2;
    border-radius: 13px 9px 14px 10px;
    box-shadow: 7px 8px 0 color-mix(in oklch, var(--primary) 28%, var(--ink));
    rotate: 0.5deg;
  }

  .marketing-tour-bar {
    grid-template-columns: 1fr auto;
  }

  .marketing-tour-bar > span:nth-child(2) { display: none; }
  .marketing-tour-label { grid-column: 2; }
  .marketing-tour-screen { padding: 8px; }
  .marketing-tour-appbar { gap: 8px; }
  .marketing-tour-appbar > span:nth-child(3) { display: none; }
  .marketing-tour-heading { padding: 16px 4px 10px; }
  .marketing-tour-heading span { display: none; }
  .marketing-tour-workspace { grid-template-columns: 1fr; }
  .marketing-tour-editor { display: none; }
  .marketing-tour-queue { border-right: 0; }
  .marketing-tour-row { min-height: 42px; }
  .marketing-tour-play { top: 59%; }

  .marketing-tour figcaption {
    align-items: center;
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .marketing-workflow,
  .marketing-proof,
  .marketing-pricing,
  .marketing-faq {
    scroll-margin-top: 12px;
  }

  .marketing-workflow-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .marketing-workflow-steps li {
    display: grid;
    min-height: 92px;
    grid-template-columns: 46px minmax(0, 1fr);
    align-content: center;
    column-gap: 15px;
    padding: 12px 0 12px 2px;
    border-bottom: 1px solid var(--border);
  }

  .marketing-workflow-steps li:last-child { border-bottom: 0; }

  .marketing-workflow-steps li > span {
    width: 42px;
    grid-row: 1 / 3;
    margin: 0;
  }

  .marketing-workflow-steps strong {
    align-self: end;
    margin-bottom: 2px;
  }

  .marketing-workflow-steps p {
    max-width: none;
  }

  .marketing-proof-grid,
  .marketing-proof-grid-reversed {
    gap: 52px;
  }

  .marketing-section-heading h2,
  .marketing-proof-copy h2,
  .marketing-pricing h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .marketing-product-window {
    box-shadow: 7px 8px 0 color-mix(in oklch, var(--primary) 19%, var(--border));
  }

  .marketing-window-bar {
    min-height: 50px;
    gap: 8px;
    padding: 8px 11px;
  }

  .marketing-window-nav { display: none; }
  .marketing-window-client-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .marketing-window-body { padding: 21px 14px 24px; }

  .marketing-package-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .marketing-package-heading h3 { font-size: 22px; }

  .marketing-status,
  .marketing-download-all { align-self: flex-start; }

  .marketing-document-row {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 10px;
  }

  .marketing-document-row > b { display: none; }

  .marketing-publish-row {
    align-items: stretch;
    flex-direction: column;
  }

  .marketing-faux-button { justify-content: center; }

  .marketing-window-note {
    right: 13px;
  }

  .marketing-activity {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .marketing-activity > div:last-child {
    grid-column: 2;
  }

  .marketing-pricing-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px 23px 38px;
    box-shadow: 7px 8px 0 var(--ink);
    rotate: 0deg;
  }

  .marketing-price {
    padding: 26px 0;
    border-block: 1px solid color-mix(in oklch, white 55%, var(--primary));
    border-inline: 0;
  }

  .marketing-price > div { justify-content: center; }
  .marketing-price-details { grid-column: auto; }
  .marketing-pricing-action { grid-column: auto; grid-row: auto; width: 100%; }

  .marketing-questions summary {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 12px;
    font-size: 16px;
  }

  .marketing-questions summary span { width: 30px; }
  .marketing-questions details p { margin-right: 4px; font-size: 14px; }

  .marketing-final-cta h2 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .marketing-final-action { width: 100%; }
  .marketing-final-dot-one { top: 11%; left: -18px; }
  .marketing-final-dot-two { right: -8px; bottom: 8%; }

  .marketing-footer-inner {
    min-height: 190px;
    grid-template-columns: 1fr;
    gap: 17px;
    padding-block: 38px;
  }

  .marketing-footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

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

  .marketing-hero-copy,
  .marketing-tour,
  .marketing-product-window,
  .marketing-pricing-panel,
  .marketing-workflow-steps::before {
    animation: none !important;
  }
}
