/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,)
      var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
      var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,)
      var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,)
      var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
      var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --canvas: #f7f7fb;
  --surface: #fff;
  --ink: #17151f;
  --muted: #625f6c;
  --line: #17151f1c;
  --accent: #7d2ae8;
  --accent-dark: #5f16bd;
  --focus: #0b74ff;
  --cyan: #dff6ff;
  --coral: #ffe3da;
  --mint: #dff7ea;
  --violet-soft: #eee4ff;
  --blue-soft: #e3edff;
  --peach: #fff0df;
  --radius: 24px;
  --control-radius: 14px;
  --shadow: 0 24px 70px #472d6e26;
  --container: min(1200px, calc(100% - 32px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-manrope), ui-sans-serif, system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.metrika-pixel {
  position: absolute;
  left: -9999px;
}
body::selection {
  color: #24103d;
  background: #d6bbff;
}
a {
  color: inherit;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1.5px;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a[data-app-cta] {
  transition:
    transform 0.14s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.18s,
    background 0.18s,
    color 0.18s;
  transform: translateY(0) scale(1);
}
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
img {
  max-width: 100%;
  display: block;
}
.skip-link {
  z-index: 100;
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.container {
  width: var(--container);
  margin-inline: auto;
}
.site-header {
  z-index: 50;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #f7f7fbf0;
  position: sticky;
  top: 0;
}
.header-inner {
  width: var(--container);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  height: 72px;
  margin-inline: auto;
  display: grid;
}
.wordmark {
  letter-spacing: -0.04em;
  color: var(--ink);
  font-size: 25px;
  font-weight: 850;
  text-decoration: none;
}
.wordmark:first-letter {
  color: var(--accent);
}
.desktop-nav {
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  display: flex;
}
.desktop-nav a,
.login-link {
  color: #34313d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a:hover,
.login-link:hover {
  color: var(--accent-dark);
}
.header-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}
.menu-button {
  width: 46px;
  height: 46px;
  color: var(--ink);
  background: 0 0;
  border: 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: none;
}
.mobile-nav {
  display: none;
}
.button {
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.16s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  display: inline-flex;
  position: relative;
  transform: translateY(0) scale(1);
}
.button svg {
  transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}
.button:hover {
  transform: translateY(-2px);
}
.button:hover svg {
  transform: translate(2px);
}
.button:active {
  transition-duration: 80ms;
  transform: translateY(2px) scale(0.985);
}
.button:active svg {
  transform: translate(3px) scale(0.92);
}
.button.primary {
  background: linear-gradient(
    180deg,
    var(--accent) 0%,
    var(--accent) 48%,
    var(--accent-dark) 100%
  );
  border-color: #ffffff47;
}
@supports (color: color-mix(in lab, red, red)) {
  .button.primary {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--accent) 78%, white) 0%,
      var(--accent) 48%,
      color-mix(in srgb, var(--accent-dark) 84%, black) 100%
    );
  }
}
.button.primary {
  color: #fff;
  box-shadow:
    0 5px 10px var(--accent-dark),
    0 14px 28px var(--accent),
    inset 0 1px 0 #ffffff75,
    inset 0 -1px 0 var(--accent-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .button.primary {
    box-shadow:
      0 5px 10px color-mix(in srgb, var(--accent-dark) 30%, transparent),
      0 14px 28px color-mix(in srgb, var(--accent) 28%, transparent),
      inset 0 1px 0 #ffffff75,
      inset 0 -1px 0 color-mix(in srgb, var(--accent-dark) 28%, transparent);
  }
}
.button.primary {
  text-shadow: 0 1px 1px var(--accent-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .button.primary {
    text-shadow: 0 1px 1px
      color-mix(in srgb, var(--accent-dark) 26%, transparent);
  }
}
.button.primary:hover {
  background: linear-gradient(
    180deg,
    var(--accent) 0%,
    var(--accent) 48%,
    var(--accent-dark) 100%
  );
}
@supports (color: color-mix(in lab, red, red)) {
  .button.primary:hover {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--accent) 70%, white) 0%,
      color-mix(in srgb, var(--accent) 90%, white) 48%,
      var(--accent-dark) 100%
    );
  }
}
.button.primary:hover {
  box-shadow:
    0 7px 13px var(--accent-dark),
    0 18px 34px var(--accent),
    inset 0 1px 0 #ffffff80,
    inset 0 -1px 0 var(--accent-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .button.primary:hover {
    box-shadow:
      0 7px 13px color-mix(in srgb, var(--accent-dark) 32%, transparent),
      0 18px 34px color-mix(in srgb, var(--accent) 32%, transparent),
      inset 0 1px 0 #ffffff80,
      inset 0 -1px 0 color-mix(in srgb, var(--accent-dark) 30%, transparent);
  }
}
.button.primary:active {
  box-shadow:
    0 2px 5px var(--accent-dark),
    0 7px 14px var(--accent),
    inset 0 2px 5px var(--accent-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .button.primary:active {
    box-shadow:
      0 2px 5px color-mix(in srgb, var(--accent-dark) 28%, transparent),
      0 7px 14px color-mix(in srgb, var(--accent) 22%, transparent),
      inset 0 2px 5px color-mix(in srgb, var(--accent-dark) 24%, transparent);
  }
}
.button.secondary {
  border-color: var(--accent-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .button.secondary {
    border-color: color-mix(in srgb, var(--accent-dark) 32%, transparent);
  }
}
.button.secondary {
  background: var(--surface);
  color: var(--accent-dark);
  box-shadow:
    0 4px 10px var(--ink),
    0 10px 22px var(--accent-dark),
    inset 0 1px 0 #ffffffe6;
}
@supports (color: color-mix(in lab, red, red)) {
  .button.secondary {
    box-shadow:
      0 4px 10px color-mix(in srgb, var(--ink) 10%, transparent),
      0 10px 22px color-mix(in srgb, var(--accent-dark) 7%, transparent),
      inset 0 1px 0 #ffffffe6;
  }
}
.button.secondary:hover {
  border-color: var(--accent-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .button.secondary:hover {
    border-color: color-mix(in srgb, var(--accent-dark) 46%, transparent);
  }
}
.button.secondary:hover {
  background: var(--violet-soft);
  box-shadow:
    0 6px 13px var(--ink),
    0 14px 26px var(--accent-dark),
    inset 0 1px 0 #ffffffe6;
}
@supports (color: color-mix(in lab, red, red)) {
  .button.secondary:hover {
    box-shadow:
      0 6px 13px color-mix(in srgb, var(--ink) 13%, transparent),
      0 14px 26px color-mix(in srgb, var(--accent-dark) 10%, transparent),
      inset 0 1px 0 #ffffffe6;
  }
}
.button.secondary:active {
  box-shadow:
    0 2px 5px var(--ink),
    inset 0 2px 4px var(--accent-dark);
}
@supports (color: color-mix(in lab, red, red)) {
  .button.secondary:active {
    box-shadow:
      0 2px 5px color-mix(in srgb, var(--ink) 10%, transparent),
      inset 0 2px 4px color-mix(in srgb, var(--accent-dark) 10%, transparent);
  }
}
.header-cta {
  min-height: 42px;
  padding-inline: 18px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  overflow-wrap: break-word;
  text-wrap: balance;
}
h1 {
  letter-spacing: -0.035em;
  font-size: clamp(2.45rem, 5vw, 4.25rem);
  font-weight: 850;
  line-height: 1.03;
}
h2 {
  letter-spacing: -0.03em;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 820;
  line-height: 1.08;
}
h3 {
  letter-spacing: -0.015em;
  font-size: 1.16rem;
  line-height: 1.25;
}
p {
  color: var(--muted);
  max-width: 68ch;
}
.home-hero {
  grid-template-columns: minmax(440px, 0.92fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  width: min(1380px, 100% - 32px);
  margin-inline: auto;
  padding: 64px 0 52px;
  display: grid;
}
.home-hero-copy,
.tool-hero-copy,
.hero-art,
.demo-frame,
.proof-copy,
.proof-image,
.pain-copy,
.pain-list,
.faq-list,
.related-links {
  min-width: 0;
}
.home-hero-copy h1 {
  max-width: 15ch;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 3.5vw, 3.45rem);
}
.home-hero-copy > p {
  max-width: 34ch;
  margin-bottom: 28px;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}
.hero-art {
  border-radius: var(--radius);
  min-height: min(650px, 70dvh);
  box-shadow: var(--shadow);
  background: #ebe9f0;
  border: 1px solid #17141f1a;
  grid-template: 48px 1fr 34px/84px 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-editor-bar {
  border-bottom: 1px solid var(--line);
  min-width: 0;
  color: var(--muted);
  background: #fff;
  grid-column: 1/-1;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0 16px;
  font-size: 12px;
  display: flex;
}
.hero-editor-bar strong {
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hero-editor-bar .editor-share-link {
  background: var(--accent);
  color: #fff;
  min-height: 30px;
  font: inherit;
  border: 0;
  border-radius: 8px;
  align-items: center;
  margin-left: auto;
  padding: 0 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}
.editor-menu-dot {
  background: #f65;
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
  margin-right: 30px;
  box-shadow:
    15px 0 #ffd56a,
    30px 0 #53d39f;
}
.editor-save-state {
  margin-left: auto;
}
.hero-editor-tools {
  z-index: 1;
  border-right: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  gap: 10px;
  padding: 14px 9px;
  display: flex;
}
.hero-editor-tools span {
  min-height: 54px;
  color: var(--muted);
  border-radius: 10px;
  place-items: center;
  gap: 2px;
  font-size: 10px;
  display: grid;
}
.hero-editor-tools span:first-child {
  background: var(--violet-soft);
  color: var(--accent-dark);
}
.hero-editor-canvas {
  border-radius: 12px;
  min-width: 0;
  margin: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #1c142724;
}
.hero-editor-canvas img {
  object-fit: cover;
}
.hero-editor-status {
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
  grid-column: 1/-1;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  padding: 0 16px;
  font-size: 11px;
  display: flex;
}
.stacked-heading {
  max-width: 720px;
}
.stacked-heading h2 {
  margin-bottom: 16px;
}
.stacked-heading p {
  margin-bottom: 0;
  font-size: 1.08rem;
}
.tool-catalog {
  padding: 72px 0 108px;
}
.tool-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
  display: grid;
}
.tool-card {
  border-radius: 20px;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
  min-height: 180px;
  padding: 22px;
  text-decoration: none;
  transition:
    transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.25s;
  display: grid;
  position: relative;
  overflow: hidden;
}
.tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px #3a23581f;
}
.tool-card > span {
  width: 50px;
  height: 50px;
  color: var(--accent-dark);
  background: #ffffffa8;
  border-radius: 14px;
  place-items: center;
  display: grid;
}
.tool-card h3 {
  margin: 4px 0 7px;
}
.tool-card p {
  margin: 0;
  font-size: 14px;
}
.tool-card > svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.tool-violet {
  background: var(--violet-soft);
}
.tool-cyan {
  background: var(--cyan);
}
.tool-coral {
  background: var(--coral);
}
.tool-mint {
  background: var(--mint);
}
.tool-blue {
  background: var(--blue-soft);
}
.tool-peach {
  background: var(--peach);
}
.home-proof {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(34px, 7vw, 90px);
  padding: 30px 0 116px;
  display: grid;
}
.proof-image {
  border-radius: var(--radius);
  min-height: 500px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.proof-image img {
  object-fit: cover;
}
.proof-copy h2 {
  margin-bottom: 18px;
}
.proof-copy p {
  margin-bottom: 28px;
  font-size: 1.08rem;
}
.home-path {
  border-top: 1px solid var(--line);
  padding: 100px 0;
}
.home-path h2 {
  max-width: 560px;
}
.home-path ol {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.home-path li {
  border-top: 1px solid var(--accent);
  padding-top: 24px;
  position: relative;
}
.home-path li > span {
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  font-weight: 850;
  display: grid;
}
.home-path strong {
  margin-bottom: 8px;
  font-size: 18px;
  display: block;
}
.home-path p {
  font-size: 14px;
}
.breadcrumbs {
  color: var(--muted);
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  padding: 20px 0 4px;
  font-size: 13px;
  display: flex;
  overflow: hidden;
}
.breadcrumbs a {
  color: var(--accent-dark);
}
.breadcrumbs span:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.tool-hero {
  grid-template-columns: minmax(420px, 0.92fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
  width: min(1380px, 100% - 32px);
  min-height: min(760px, 100dvh - 96px);
  margin-inline: auto;
  padding: 34px 0 70px;
  display: grid;
}
.tool-hero-copy h1 {
  max-width: 17ch;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 3.35vw, 3.2rem);
}
.tool-hero-copy .hero-kicker {
  color: var(--ink);
  max-width: 28ch;
  margin-bottom: 12px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 800;
}
.tool-hero-copy > p:not(.hero-kicker) {
  max-width: 40ch;
  margin-bottom: 26px;
  font-size: 1.07rem;
}
.hero-showcase {
  grid-template-columns: minmax(420px, 0.88fr) minmax(580px, 1.32fr);
}
.hero-workflow .demo-frame {
  transform: rotate(0.5deg);
}
.hero-gallery {
  grid-template-columns: minmax(420px, 0.88fr) minmax(580px, 1.32fr);
}
.demo-frame {
  border-radius: var(--radius);
  background: var(--surface);
  width: 100%;
  min-height: 520px;
  box-shadow: var(--shadow);
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.demo-frame > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.generator-demo {
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 16px;
  display: grid;
}
.generator-demo > img {
  border-radius: 16px;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.generator-demo > img.gallery-shift {
  transform: scale(1.04) translate(-1.5%);
}
.prompt-row {
  color: #403a49;
  background: #f0edf5;
  border-radius: 16px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 10px 8px 16px;
  font-size: 13px;
  display: grid;
}
.prompt-row svg {
  color: var(--accent);
}
.prompt-row [data-app-cta] {
  background: linear-gradient(
    180deg,
    var(--accent),
    var(--accent) 58%,
    var(--accent-dark)
  );
  border: 1px solid #ffffff47;
  border-radius: 11px;
  align-items: center;
  height: 42px;
  padding-inline: 16px;
  display: inline-flex;
}
@supports (color: color-mix(in lab, red, red)) {
  .prompt-row [data-app-cta] {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--accent) 78%, white),
      var(--accent) 58%,
      color-mix(in srgb, var(--accent-dark) 84%, black)
    );
  }
}
.prompt-row [data-app-cta] {
  color: #fff;
  cursor: pointer;
  box-shadow:
    0 4px 9px var(--accent-dark),
    inset 0 1px 0 #ffffff6b;
  font-weight: 800;
  text-decoration: none;
}
@supports (color: color-mix(in lab, red, red)) {
  .prompt-row [data-app-cta] {
    box-shadow:
      0 4px 9px color-mix(in srgb, var(--accent-dark) 25%, transparent),
      inset 0 1px 0 #ffffff6b;
  }
}
.background-demo {
  place-items: center;
  transition: background 0.4s;
  display: grid;
}
.background-demo > img.background-scene {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.background-demo > img.background-cutout {
  object-fit: contain;
  z-index: 1;
  width: min(78%, 520px);
  height: auto;
}
.background-demo.bg-mint {
  background: linear-gradient(150deg, #dff7ea, #c8e8ff);
}
.background-demo.bg-coral {
  background: linear-gradient(145deg, #ffd8ce, #ffeebc);
}
.background-demo.bg-studio {
  background: linear-gradient(145deg, #ddd1ff, #f6f2ff);
}
.background-demo.bg-checker {
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #e9e7ee 25%, #0000 25%),
    linear-gradient(-45deg, #e9e7ee 25%, #0000 25%),
    linear-gradient(45deg, #0000 75%, #e9e7ee 75%),
    linear-gradient(-45deg, #0000 75%, #e9e7ee 75%);
  background-position:
    0 0,
    0 15px,
    15px -15px,
    -15px 0;
  background-size: 30px 30px;
}
.demo-toolbar {
  z-index: 3;
  gap: 8px;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
}
.demo-toolbar [data-app-cta],
.format-tabs [data-app-cta],
.object-actions [data-app-cta] {
  color: #403a49;
  cursor: pointer;
  background: #fffffff0;
  border: 1px solid #17151f14;
  border-radius: 999px;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 0.14s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.18s,
    background 0.18s,
    color 0.18s;
  display: inline-flex;
  box-shadow:
    0 4px 10px #1e142d1a,
    inset 0 1px #ffffffe6;
}
.demo-toolbar [data-app-cta].active,
.format-tabs [data-app-cta].active,
.object-actions [data-app-cta].active {
  background: linear-gradient(180deg, var(--ink), var(--ink));
  border-color: #ffffff1f;
}
@supports (color: color-mix(in lab, red, red)) {
  .demo-toolbar [data-app-cta].active,
  .format-tabs [data-app-cta].active,
  .object-actions [data-app-cta].active {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--ink) 82%, white),
      var(--ink)
    );
  }
}
.demo-toolbar [data-app-cta].active,
.format-tabs [data-app-cta].active,
.object-actions [data-app-cta].active {
  color: #fff;
  box-shadow:
    0 5px 11px var(--ink),
    inset 0 1px 0 #ffffff29;
}
@supports (color: color-mix(in lab, red, red)) {
  .demo-toolbar [data-app-cta].active,
  .format-tabs [data-app-cta].active,
  .object-actions [data-app-cta].active {
    box-shadow:
      0 5px 11px color-mix(in srgb, var(--ink) 25%, transparent),
      inset 0 1px 0 #ffffff29;
  }
}
[data-app-cta]:active {
  transition-duration: 70ms;
  transform: translateY(2px) scale(0.975);
}
.demo-toolbar [data-app-cta].active:active,
.format-tabs [data-app-cta].active:active,
.object-actions [data-app-cta].active:active {
  box-shadow:
    0 2px 5px var(--ink),
    inset 0 2px 4px #0000003d;
}
@supports (color: color-mix(in lab, red, red)) {
  .demo-toolbar [data-app-cta].active:active,
  .format-tabs [data-app-cta].active:active,
  .object-actions [data-app-cta].active:active {
    box-shadow:
      0 2px 5px color-mix(in srgb, var(--ink) 22%, transparent),
      inset 0 2px 4px #0000003d;
  }
}
.presentation-demo {
  background: #efedf4;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 18px;
  display: grid;
}
.slide-rail {
  flex-direction: column;
  gap: 9px;
  display: flex;
}
.slide-rail [data-app-cta] {
  text-align: left;
  min-height: 64px;
  color: var(--muted);
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 13px;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 7px;
  padding: 10px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  display: grid;
}
.slide-rail [data-app-cta].active {
  outline: 3px solid var(--accent);
  color: var(--ink);
  box-shadow:
    0 7px 16px #5f16bd2e,
    inset 0 1px #ffffffe6;
}
.slide-rail span {
  background: var(--violet-soft);
  border-radius: 7px;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}
.slide-canvas {
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 70px);
  transition: background 0.35s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.slide-canvas > img {
  object-fit: cover;
}
.slide-canvas small {
  color: var(--accent-dark);
  font-weight: 850;
}
.slide-canvas strong {
  letter-spacing: -0.035em;
  max-width: 10ch;
  margin: 10px 0 20px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
}
.slide-canvas p {
  max-width: 34ch;
}
.slide-0 {
  background: var(--violet-soft);
}
.slide-1 {
  background: var(--coral);
}
.slide-2 {
  background: var(--mint);
}
.slide-3 {
  background: var(--cyan);
}
.slide-shapes {
  width: 240px;
  height: 240px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
.slide-shapes i {
  background: var(--accent);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
}
.slide-shapes i:first-child {
  inset: 0;
}
.slide-shapes i:nth-child(2) {
  background: #ff7358;
  width: 120px;
  height: 120px;
  top: 60px;
  left: -60px;
}
.slide-shapes i:nth-child(3) {
  background: #22b8c7;
  width: 70px;
  height: 70px;
  top: -30px;
  left: 80px;
}
.object-demo {
  background: #efedf4;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 18px;
  display: grid;
}
.object-actions {
  flex-direction: column;
  gap: 9px;
  display: flex;
}
.object-actions [data-app-cta] {
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}
.object-scene {
  background: var(--mint);
  border-radius: 17px;
  place-items: center;
  transition: background 0.4s;
  display: grid;
  position: relative;
  overflow: hidden;
}
.object-scene.mode-1 {
  background: var(--coral);
}
.object-scene.mode-2 {
  background: var(--blue-soft);
}
.object-scene img {
  object-fit: cover;
}
.scene-object {
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.merge-demo {
  background: #efedf4;
  grid-template-columns: 1fr 170px;
  gap: 14px;
  padding: 18px;
  display: grid;
}
.merge-canvas {
  border-radius: 17px;
  position: relative;
  overflow: hidden;
}
.merge-canvas img {
  object-fit: cover;
}
.merge-canvas [data-app-cta] {
  z-index: 2;
  min-height: 42px;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.merge-drop {
  background: var(--violet-soft);
  color: var(--accent-dark);
  border: 2px dashed #5f16bd59;
  border-radius: 17px;
  place-content: center;
  justify-items: center;
  gap: 10px;
  font-weight: 800;
  display: grid;
}
.animate-demo {
  background: #efedf4;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: 18px;
  display: grid;
}
.animate-visual {
  border-radius: 17px;
  position: relative;
  overflow: hidden;
}
.animate-visual img {
  object-fit: cover;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-visual.playing img {
  transform: scale(1.08) translate(2%);
}
.animate-visual [data-app-cta] {
  z-index: 2;
  width: 70px;
  height: 70px;
  color: var(--accent);
  cursor: pointer;
  background: #ffffffeb;
  border: 0;
  border-radius: 50%;
  place-items: center;
  margin: auto;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: 0;
}
.timeline {
  grid-template-columns: 1.8fr repeat(4, 1fr);
  gap: 7px;
  height: 52px;
  display: grid;
}
.timeline span,
.timeline i {
  background: var(--accent);
  border-radius: 8px;
}
.timeline i:nth-child(2) {
  background: #ff7358;
}
.timeline i:nth-child(3) {
  background: #22b8c7;
}
.timeline i:nth-child(4) {
  background: #6dc896;
}
.timeline i:nth-child(5) {
  background: #f4b73f;
}
.editor-demo {
  background: #efedf4;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 18px;
  display: grid;
}
.editor-tools {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.editor-tools [data-app-cta] {
  min-height: 52px;
  color: var(--muted);
  cursor: pointer;
  background: #fff;
  border: 1px solid #17151f14;
  border-radius: 13px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 0.14s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.18s,
    background 0.18s;
  display: flex;
  box-shadow: 0 4px 10px #1e142d14;
}
.editor-tools [data-app-cta].active {
  background: linear-gradient(
    180deg,
    var(--accent),
    var(--accent) 58%,
    var(--accent-dark)
  );
  border-color: #ffffff3d;
}
@supports (color: color-mix(in lab, red, red)) {
  .editor-tools [data-app-cta].active {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--accent) 78%, white),
      var(--accent) 58%,
      color-mix(in srgb, var(--accent-dark) 84%, black)
    );
  }
}
.editor-tools [data-app-cta].active {
  color: #fff;
  box-shadow:
    0 5px 11px var(--accent-dark),
    inset 0 1px 0 #ffffff6b;
}
@supports (color: color-mix(in lab, red, red)) {
  .editor-tools [data-app-cta].active {
    box-shadow:
      0 5px 11px color-mix(in srgb, var(--accent-dark) 25%, transparent),
      inset 0 1px 0 #ffffff6b;
  }
}
.editor-photo {
  border-radius: 17px;
  position: relative;
  overflow: hidden;
}
.editor-photo img {
  object-fit: cover;
  transition:
    filter 0.4s,
    transform 0.4s;
}
.editor-photo.tool-0 img {
  transform: scale(1.08);
}
.editor-photo.tool-1 img {
  filter: saturate(1.25) contrast(1.08);
}
.editor-photo.tool-2 img {
  filter: hue-rotate(25deg);
}
.editor-photo.tool-3 img {
  filter: brightness(1.08);
}
.format-demo {
  background: #efedf4;
  grid-template-rows: 1fr auto;
  gap: 13px;
  padding: 16px;
  display: grid;
}
.format-demo > img {
  object-fit: cover;
  border-radius: 16px;
  min-height: 420px;
}
.format-tabs {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.format-tabs [data-app-cta] {
  box-shadow: none;
  background: #fff;
}
.section-stack > div {
  padding: 72px 0;
}
.demo-section,
.steps-section,
.cases-section {
  gap: 36px;
  display: grid;
}
.demo-section .demo-frame {
  min-height: 620px;
}
.section-inline-cta {
  justify-content: flex-end;
  display: flex;
}
.pain-section {
  border-radius: var(--radius);
  background: var(--violet-soft);
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: clamp(40px, 9vw, 120px);
  padding: 78px clamp(24px, 5vw, 72px);
  display: grid;
}
.pain-copy h2 {
  max-width: 12ch;
}
.pain-copy p {
  max-width: 38ch;
}
.pain-list {
  gap: 4px;
  display: grid;
}
.pain-list > div {
  border-bottom: 1px solid #5f16bd24;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  font-size: 1.05rem;
  font-weight: 750;
  display: grid;
}
.pain-list > div:last-child {
  border-bottom: 0;
}
.pain-list svg {
  color: var(--accent);
}
.steps-flow {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.steps-flow li {
  background: var(--surface);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 24px;
  display: flex;
}
.steps-flow li > span {
  background: var(--accent);
  color: #fff;
  border-radius: 12px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-weight: 850;
  display: grid;
}
.steps-flow h3 {
  margin-bottom: 8px;
}
.steps-flow p {
  margin-bottom: 0;
  font-size: 14px;
}
.case-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  display: grid;
}
.case-item {
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 26px;
  display: flex;
}
.case-item > span {
  width: 50px;
  height: 50px;
  color: var(--accent-dark);
  background: #ffffffb3;
  border-radius: 14px;
  place-items: center;
  margin-bottom: auto;
  display: grid;
}
.case-item h3 {
  margin: 24px 0 8px;
}
.case-item p {
  margin-bottom: 0;
  font-size: 14px;
}
.case-item:first-child,
.case-item:nth-child(4) {
  grid-column: span 7;
}
.case-item:nth-child(2),
.case-item:nth-child(3) {
  grid-column: span 5;
}
.case-0 {
  background: var(--cyan);
}
.case-1 {
  background: var(--coral);
}
.case-2 {
  background: var(--mint);
}
.case-3 {
  background: var(--violet-soft);
}
.case-4 {
  background: var(--blue-soft);
}
.case-5 {
  background: var(--peach);
}
.cases-gallery .case-item {
  min-height: 190px;
}
.cases-gallery .case-item:nth-child(n) {
  grid-column: span 4;
}
.cases-workflow .case-item:nth-child(n) {
  grid-column: span 3;
}
.cases-workflow .case-item {
  min-height: 260px;
}
.cases-showcase .case-item:first-child {
  grid-column: span 12;
  min-height: 260px;
}
.cases-showcase .case-item:nth-child(n + 2) {
  grid-column: span 4;
}
.result-wrap {
  padding: 30px 0 42px;
}
.result-section {
  border-radius: var(--radius);
  background: var(--surface);
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(36px, 7vw, 90px);
  padding: clamp(34px, 5vw, 64px);
  display: grid;
}
.result-intro h2 {
  max-width: 13ch;
  margin-bottom: 18px;
}
.result-intro p {
  margin-bottom: 0;
}
.result-list {
  align-content: start;
  display: grid;
}
.result-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 18px;
  min-height: 112px;
  padding: 20px 0;
  display: grid;
}
.result-list article:first-child {
  padding-top: 0;
}
.result-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.result-list article > span {
  background: var(--violet-soft);
  width: 38px;
  height: 38px;
  color: var(--accent-dark);
  border-radius: 12px;
  place-items: center;
  font-weight: 850;
  display: grid;
}
.result-list h3 {
  margin: 4px 0 7px;
}
.result-list p {
  margin: 0;
  font-size: 14px;
}
.extended-sections {
  display: grid;
}
.process-proof,
.visual-journey {
  padding: 96px 0;
}
.process-proof-flow {
  grid-template-columns: 0.78fr 1fr 1.22fr;
  gap: 24px;
  margin-top: 42px;
  display: grid;
}
.process-proof-flow article {
  border-top: 1px solid var(--accent);
  min-height: 190px;
  padding: 24px 0 0;
}
.process-proof-flow article:nth-child(2) {
  margin-top: 34px;
}
.process-proof-flow article:nth-child(3) {
  margin-top: 68px;
}
.process-proof-flow svg {
  color: var(--accent-dark);
}
.process-proof-flow h3 {
  margin: 26px 0 8px;
}
.process-proof-flow p {
  max-width: 30ch;
  margin: 0;
}
.audience-section {
  border-radius: var(--radius);
  background: var(--cyan);
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
  margin: 18px 0 62px;
  padding: clamp(34px, 5vw, 62px);
  display: grid;
}
.audience-section > div:first-child svg {
  color: var(--accent-dark);
}
.audience-section h2 {
  max-width: 12ch;
  margin: 20px 0 16px;
}
.audience-section > div:first-child p {
  max-width: 38ch;
  margin: 0;
}
.audience-list {
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  display: grid;
}
.audience-list p {
  min-height: 88px;
  color: var(--ink);
  border-bottom: 1px solid #17151f24;
  align-items: center;
  margin: 0;
  padding: 22px 0;
  font-weight: 800;
  display: flex;
}
.audience-list p:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.visual-journey-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 42px;
  display: grid;
}
.visual-journey-card {
  grid-column: span 5;
  min-width: 0;
  text-decoration: none;
  display: grid;
}
.visual-journey-card:first-child {
  grid-column: span 7;
}
.visual-journey-card:nth-child(n + 3) {
  grid-column: span 6;
}
.visual-journey-card > div {
  background: #ebe9f0;
  border-radius: 18px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}
.visual-journey-card:nth-child(2) > div {
  min-height: 260px;
  margin-top: 60px;
}
.visual-journey-card img {
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.visual-journey-card:hover img {
  transform: scale(1.025);
}
.visual-journey-card > span {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  padding: 16px 4px 0;
  font-weight: 820;
  display: flex;
}
.visual-journey-card:hover > span {
  color: var(--accent-dark);
}
.limitations-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(36px, 7vw, 90px);
  margin: 32px 0 70px;
  padding: 42px 0;
  display: grid;
}
.limitations-heading {
  align-items: flex-start;
  gap: 18px;
  display: flex;
}
.limitations-heading svg {
  color: var(--accent-dark);
  flex: none;
}
.limitations-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.limitations-list {
  display: grid;
}
.limitations-list p {
  min-height: 62px;
  color: var(--ink);
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
  margin: 0;
  display: grid;
}
.limitations-list svg {
  color: var(--accent-dark);
}
.related-section,
.faq-section {
  padding: 96px 0;
}
.related-links {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
  display: grid;
}
.related-links a {
  background: var(--surface);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 0 22px;
  font-weight: 750;
  text-decoration: none;
  display: flex;
}
.related-links a:hover {
  color: var(--accent-dark);
}
.faq-section {
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(40px, 9vw, 120px);
  display: grid;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  min-height: 78px;
  padding: 22px 44px 22px 0;
  font-size: 1.05rem;
  font-weight: 800;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  color: var(--accent);
  font-size: 28px;
  position: absolute;
  top: 17px;
  right: 5px;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  margin: 0;
  padding: 0 42px 24px 0;
}
.final-cta {
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 60px;
  margin-bottom: 110px;
  padding: clamp(30px, 5vw, 60px);
  display: flex;
}
.final-cta h2 {
  margin-bottom: 10px;
}
.final-cta p {
  color: #d7d3df;
  margin: 0;
}
.final-cta .button.primary {
  flex: none;
}
.not-found {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 70dvh;
  padding: 90px 0;
  display: flex;
}
.not-found > span {
  color: var(--accent);
  font-size: 5rem;
  font-weight: 850;
}
.not-found h1 {
  margin-bottom: 16px;
}
.not-found p {
  margin-bottom: 28px;
  font-size: 1.1rem;
}
.home-journey {
  padding: 100px 0;
}
.home-journey-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 44px;
  display: grid;
}
.home-journey-grid > a {
  grid-column: span 5;
  min-width: 0;
  text-decoration: none;
}
.home-journey-grid > a:first-child {
  grid-column: span 7;
}
.home-journey-grid > a:nth-child(3) {
  grid-column: 3 / span 8;
  margin-top: 24px;
}
.home-journey-grid a > div {
  background: #ebe9f0;
  border-radius: 18px;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.home-journey-grid a:nth-child(2) > div {
  min-height: 300px;
  margin-top: 60px;
}
.home-journey-grid img {
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-journey-grid a:hover img {
  transform: scale(1.025);
}
.home-journey-grid a > span {
  gap: 6px;
  min-height: 104px;
  padding: 18px 34px 0 2px;
  display: grid;
  position: relative;
}
.home-journey-grid strong {
  font-size: 1.1rem;
}
.home-journey-grid small {
  max-width: 48ch;
  color: var(--muted);
  font-size: 14px;
}
.home-journey-grid span > svg {
  position: absolute;
  top: 22px;
  right: 2px;
}
.home-audience {
  border-radius: var(--radius);
  background: var(--mint);
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 7vw, 90px);
  margin-top: 36px;
  padding: clamp(36px, 5vw, 64px);
  display: grid;
}
.home-audience svg {
  color: var(--accent-dark);
}
.home-audience h2 {
  max-width: 14ch;
  margin: 20px 0 16px;
}
.home-audience > div:first-child p {
  margin: 0;
}
.home-audience > div:last-child {
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
  display: grid;
}
.home-audience > div:last-child p {
  min-height: 90px;
  color: var(--ink);
  border-bottom: 1px solid #17151f24;
  align-items: center;
  margin: 0;
  padding: 24px 0;
  font-weight: 800;
  display: flex;
}
.home-audience > div:last-child p:nth-last-child(-n + 2) {
  border: 0;
}
.home-boundaries {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(36px, 7vw, 90px);
  margin-top: 100px;
  padding: 44px 0;
  display: grid;
}
.home-boundaries > div:first-child {
  align-items: flex-start;
  gap: 18px;
  display: flex;
}
.home-boundaries svg {
  color: var(--accent-dark);
  flex: none;
}
.home-boundaries h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.home-boundaries > div:last-child {
  display: grid;
}
.home-boundaries p {
  min-height: 62px;
  color: var(--ink);
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
  margin: 0;
  display: grid;
}
.home-faq {
  padding-top: 110px;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #eeedf3;
  padding: 72px 0 24px;
}
.footer-inner {
  width: var(--container);
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 36px;
  margin-inline: auto;
  display: grid;
}
.footer-brand p {
  max-width: 28ch;
  margin-top: 18px;
  font-size: 14px;
}
.footer-group h2 {
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 14px;
}
.footer-group a {
  color: var(--muted);
  margin: 9px 0;
  font-size: 13px;
  text-decoration: none;
  display: block;
}
.footer-group a:hover {
  color: var(--accent-dark);
}
.motion-ready [data-reveal] {
  opacity: 0.001;
  transition-property: opacity, transform, clip-path, filter, box-shadow;
  transition-duration: 0.68s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.motion-ready [data-reveal="copy"] {
  clip-path: inset(0 0 18% round 8px);
  transform: translateY(22px);
}
.motion-ready [data-reveal="media"] {
  clip-path: inset(0 9% 0 0 round var(--radius));
  filter: blur(5px) saturate(0.9);
  transform: translate(30px) scale(0.985);
}
.motion-ready [data-reveal="surface"] {
  clip-path: inset(0 0 12% 0 round var(--radius));
  transform: translateY(24px);
}
.motion-ready [data-reveal="item"] {
  transition-duration: 0.56s;
  transform: translateY(18px) scale(0.985);
}
.motion-ready [data-reveal].is-revealed {
  opacity: 1;
  clip-path: inset(0);
  filter: none;
  will-change: auto;
  transform: none;
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 14px;
  }
  .desktop-nav a:nth-child(5) {
    display: none;
  }
  .header-inner {
    gap: 18px;
  }
  .home-hero,
  .tool-hero {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 34px;
  }
  .hero-art {
    min-height: 520px;
  }
  .tool-hero .demo-frame {
    min-height: 460px;
  }
  .tool-grid,
  .steps-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1.2fr repeat(2, 1fr);
  }
  .footer-group:nth-child(n + 4) {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .tool-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 54px 0 46px;
  }
  .tool-hero-copy {
    max-width: 640px;
  }
  .tool-hero-copy h1 {
    max-width: 14ch;
  }
  .tool-hero .demo-frame {
    grid-row: auto;
    min-height: 520px;
  }
  .hero-showcase,
  .hero-gallery {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  :root {
    --container: min(100% - 28px, 720px);
  }
  .desktop-nav {
    display: none;
  }
  .menu-button {
    width: 44px;
    height: 44px;
    display: flex;
  }
  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    height: 64px;
  }
  .header-actions {
    gap: 8px;
  }
  .login-link {
    align-items: center;
    min-height: 44px;
    padding: 0 4px;
    display: inline-flex;
  }
  .header-cta {
    min-height: 42px;
    padding-inline: 16px;
    display: inline-flex;
  }
  .mobile-nav {
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    gap: 4px;
    padding: 12px 14px 18px;
    display: grid;
  }
  .mobile-nav > a:not(.button) {
    border-radius: 10px;
    align-items: center;
    min-height: 48px;
    padding: 0 12px;
    font-weight: 750;
    text-decoration: none;
    display: flex;
  }
  .mobile-nav > a:not(.button):hover {
    background: var(--violet-soft);
  }
  .home-hero,
  .tool-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 54px 0 46px;
  }
  .home-hero-copy h1,
  .tool-hero-copy h1 {
    max-width: 14ch;
  }
  .home-hero-copy > p {
    max-width: 38ch;
  }
  .hero-art,
  .tool-hero .demo-frame {
    grid-row: auto;
    min-height: 520px;
  }
  .tool-hero-copy {
    max-width: 640px;
  }
  .hero-showcase,
  .hero-gallery {
    grid-template-columns: 1fr;
  }
  .tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tool-card:nth-child(n) {
    grid-column: span 1;
    min-height: 180px;
  }
  .home-proof {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }
  .proof-image {
    min-height: 500px;
  }
  .home-path ol {
    grid-template-columns: repeat(2, 1fr);
  }
  .pain-section {
    grid-template-columns: 1fr;
  }
  .steps-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-item:nth-child(n) {
    grid-column: span 6;
  }
  .cases-showcase .case-item:first-child {
    grid-column: span 12;
  }
  .demo-section .demo-frame {
    min-height: 540px;
  }
  .faq-section {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  :root {
    --container: calc(100% - 24px);
    --radius: 20px;
  }
  .motion-ready [data-reveal="media"] {
    transform: translateY(18px) scale(0.985);
  }
  h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }
  h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }
  .home-hero,
  .tool-hero {
    width: var(--container);
    gap: 36px;
    padding-top: 42px;
  }
  .home-hero-copy h1,
  .tool-hero-copy h1 {
    max-width: none;
  }
  .hero-actions {
    grid-template-columns: 1fr;
    display: grid;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-art {
    grid-template: 42px 1fr 30px/58px 1fr;
    min-height: 430px;
  }
  .hero-editor-bar {
    padding-left: 12px;
  }
  .hero-editor-tools {
    padding: 10px 6px;
  }
  .hero-editor-tools span {
    min-height: 48px;
    font-size: 0;
  }
  .hero-editor-canvas {
    margin: 10px;
  }
  .editor-save-state {
    display: none;
  }
  .tool-hero .demo-frame {
    min-height: 410px;
  }
  .tool-catalog {
    padding: 54px 0 72px;
  }
  .tool-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .tool-card:nth-child(n) {
    min-height: 140px;
    padding: 20px;
  }
  .home-proof {
    padding-bottom: 68px;
  }
  .proof-image {
    min-height: 340px;
  }
  .home-path {
    padding: 72px 0;
  }
  .home-path ol {
    grid-template-columns: 1fr;
  }
  .home-path li {
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    display: grid;
  }
  .home-path li > span {
    grid-row: 1/3;
    margin: 0;
  }
  .home-path p {
    grid-column: 2;
  }
  .breadcrumbs {
    padding-top: 14px;
  }
  .section-stack > div {
    padding: 50px 0;
  }
  .demo-section .demo-frame {
    min-height: 430px;
  }
  .section-inline-cta {
    justify-content: stretch;
  }
  .section-inline-cta .button {
    width: 100%;
  }
  .pain-section {
    padding: 34px 22px;
  }
  .pain-list > div {
    min-height: 66px;
  }
  .steps-flow {
    grid-template-columns: 1fr;
  }
  .steps-flow li {
    min-height: 190px;
  }
  .case-grid {
    grid-template-columns: 1fr;
  }
  .cases-section .case-item:nth-child(n) {
    grid-column: 1/-1;
    min-height: 190px;
  }
  .related-section,
  .faq-section {
    padding: 70px 0;
  }
  .related-links {
    grid-template-columns: 1fr;
  }
  .final-cta {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .final-cta .button {
    width: 100%;
  }
  .presentation-demo,
  .object-demo,
  .editor-demo {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .slide-rail,
  .object-actions,
  .editor-tools {
    flex-direction: row;
    padding-bottom: 3px;
    overflow-x: auto;
  }
  .slide-rail [data-app-cta] {
    min-width: 116px;
  }
  .slide-canvas {
    min-height: 315px;
  }
  .slide-shapes {
    width: 170px;
    height: 170px;
  }
  .object-actions [data-app-cta],
  .editor-tools [data-app-cta] {
    min-width: max-content;
  }
  .object-scene,
  .editor-photo {
    min-height: 320px;
  }
  .merge-demo {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .merge-canvas {
    min-height: 330px;
  }
  .merge-drop {
    min-height: 100px;
  }
  .animate-demo {
    padding: 12px;
  }
  .animate-visual {
    min-height: 340px;
  }
  .format-demo {
    padding: 12px;
  }
  .format-demo > img {
    min-height: 330px;
  }
  .format-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .format-tabs [data-app-cta] {
    min-width: max-content;
  }
  .prompt-row {
    grid-template-columns: auto 1fr;
  }
  .prompt-row [data-app-cta] {
    grid-column: 1/-1;
    width: 100%;
  }
  .generator-demo {
    padding: 12px;
  }
  .background-demo > img.background-cutout {
    width: 95%;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-group:nth-child(n) {
    margin-top: 0;
  }
  .footer-brand {
    grid-column: auto;
  }
}
@media (max-width: 820px) {
  .result-section,
  .audience-section,
  .limitations-section,
  .home-audience,
  .home-boundaries {
    grid-template-columns: 1fr;
  }
  .process-proof-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .process-proof-flow article:nth-child(n) {
    min-height: 0;
    margin-top: 0;
    padding: 24px 0;
  }
  .visual-journey-grid,
  .home-journey-grid {
    grid-template-columns: 1fr;
  }
  .visual-journey-card:nth-child(n),
  .home-journey-grid > a:nth-child(n) {
    grid-column: 1;
    margin-top: 0;
  }
  .visual-journey-card:nth-child(n) > div,
  .home-journey-grid a:nth-child(n) > div {
    min-height: 360px;
    margin-top: 0;
  }
  .limitations-section,
  .home-boundaries {
    gap: 28px;
  }
  .home-journey {
    padding: 78px 0;
  }
  .home-faq {
    padding-top: 80px;
  }
}
@media (max-width: 560px) {
  .result-wrap {
    padding: 16px 0 26px;
  }
  .result-section {
    gap: 28px;
    padding: 30px 22px;
  }
  .result-list article {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
  .result-list article > span {
    width: 34px;
    height: 34px;
  }
  .process-proof,
  .visual-journey {
    padding: 70px 0;
  }
  .audience-section {
    gap: 28px;
    margin-bottom: 38px;
    padding: 32px 22px;
  }
  .audience-list {
    grid-template-columns: 1fr;
  }
  .audience-list p:nth-last-child(-n + 2) {
    border-bottom: 1px solid #17151f24;
  }
  .audience-list p:last-child {
    border: 0;
  }
  .visual-journey-card:nth-child(n) > div,
  .home-journey-grid a:nth-child(n) > div {
    min-height: 250px;
  }
  .visual-journey-card > span {
    min-height: 62px;
  }
  .limitations-section {
    margin-bottom: 42px;
    padding: 34px 0;
  }
  .home-journey {
    padding: 68px 0;
  }
  .home-journey-grid a > span {
    min-height: 112px;
  }
  .home-audience {
    padding: 32px 22px;
  }
  .home-audience > div:last-child {
    grid-template-columns: 1fr;
  }
  .home-audience > div:last-child p:nth-last-child(-n + 2) {
    border-bottom: 1px solid #17151f24;
  }
  .home-audience > div:last-child p:last-child {
    border: 0;
  }
  .home-boundaries {
    margin-top: 72px;
    padding: 36px 0;
  }
}
@media (max-width: 360px) {
  :root {
    --container: calc(100% - 20px);
  }
  .header-inner {
    gap: 6px;
  }
  .header-actions {
    gap: 4px;
  }
  .wordmark {
    font-size: 20px;
  }
  .login-link {
    padding-inline: 2px;
    font-size: 13px;
  }
  .header-cta {
    padding-inline: 11px;
    font-size: 13px;
  }
  .menu-button {
    width: 44px;
    height: 44px;
  }
  .home-hero,
  .tool-hero {
    padding-top: 34px;
  }
  .button {
    padding-inline: 16px;
  }
  .demo-toolbar {
    overflow-x: auto;
  }
  .demo-toolbar button {
    min-width: max-content;
  }
  .tool-card {
    grid-template-columns: auto 1fr;
  }
  .tool-card > svg {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .button:hover,
  .button:active,
  .tool-card:hover,
  [data-app-cta]:active,
  .button:hover svg,
  .button:active svg,
  .animate-visual.playing img,
  .generator-demo > img.gallery-shift {
    transform: none;
  }
  .motion-ready [data-reveal] {
    clip-path: none !important;
    filter: none !important;
    transition: opacity 0.16s !important;
    transform: none !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}

/* cyrillic-ext */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/438aa629764e75f3-s.woff2) format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/875ae681bfde4580-s.p.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/51251f8b9793cdb3-s.woff2) format("woff2");
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/e857b654a2caa584-s.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/cc978ac5ee68c2b6-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/4c9affa5bc8f420e-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope Fallback";
  src: local("Arial");
  ascent-override: 103.31%;
  descent-override: 29.07%;
  line-gap-override: 0%;
  size-adjust: 103.19%;
}
.__className_fe7774 {
  font-family: "Manrope", "Manrope Fallback";
  font-style: normal;
}
.font-manrope {
  --font-manrope: "Manrope", "Manrope Fallback";
}
