:root {
  color-scheme: light;
  --paper: #f7f8f4;
  --ink: #202622;
  --muted: #68716a;
  --line: #dde1d8;
  --purple: #7462bb;
  --green: #d7edb4;
  --max: 1200px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid #7965bd;
  outline-offset: 5px;
}
button:focus:not(:focus-visible) {
  outline: none;
}
main {
  overflow-x: clip;
}
h1,
h2,
h3,
p {
  margin: 0;
}
svg {
  display: block;
}
svg.icon {
  width: 21px;
  height: 21px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[hidden] {
  display: none !important;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: min(calc(100% - 96px), var(--max));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  padding: 12px 18px;
  background: white;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 248, 244, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e4e7df;
}
.header-inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  font-size: 18px;
  font-weight: 720;
  letter-spacing: -0.5px;
}
.brand img {
  border-radius: 10px;
}
.main-nav {
  display: flex;
  gap: 34px;
  color: #606860;
  font-size: 13px;
}
.main-nav a {
  padding: 12px 0;
}
.main-nav a:hover {
  color: var(--purple);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #3a463c;
}
.button-small {
  min-height: 42px;
  padding: 0 17px;
  gap: 16px;
  font-size: 12px;
}
.button-small .icon {
  width: 17px;
  height: 17px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.text-link:hover .icon {
  transform: translate(3px, -1px);
}
.text-link:hover {
  color: var(--purple);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #54614e;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 1px;
}
.status-dot {
  height: 7px;
  width: 7px;
  flex: none;
  background: #86a967;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e9efdf;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 32px;
  align-items: center;
  padding-block: 94px 92px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero h1 {
  margin-top: 26px;
  font-size: clamp(38px, 4.25vw, 60px);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -2.3px;
  white-space: nowrap;
}
.title-accent {
  position: relative;
}
.title-accent svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 16px;
  fill: none;
  stroke: #b4ce92;
  stroke-width: 6;
  stroke-linecap: round;
}
.hero-description {
  font-size: 15px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 31px;
}
.hero-caption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #7a8278;
}
.tiny-star {
  font-size: 19px;
  color: #6e8168;
}
.hero-art {
  position: relative;
  padding: 22px 0 37px 15px;
  min-width: 0;
}
.art-orbit {
  position: absolute;
  border: 1px solid #dbe1d3;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  inset: -20px -25px -20px -20px;
  transform: rotate(-18deg);
}
.orbit-two {
  inset: 8px -45px 6px 0;
  transform: rotate(19deg);
}
.studio-window {
  position: relative;
  background: #222d29;
  border: 1px solid #3d4941;
  border-radius: 16px;
  padding: 0 21px;
  color: #dce8de;
  box-shadow: 0 25px 45px -25px #30413370;
  transform: rotate(-2deg);
}
.studio-top {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  gap: 10px;
}
.studio-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 1px;
}
.studio-logo .icon {
  color: #c1d9ac;
  width: 18px;
  height: 18px;
}
.example-label {
  font-size: 9px;
  letter-spacing: 1px;
  color: #a8b6ac;
  border: 1px solid #526058;
  border-radius: 4px;
  padding: 3px 6px;
}
.studio-body {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 14px;
}
.script-sheet {
  color: #29342c;
  background: #f5f5ec;
  border-radius: 7px;
  padding: 18px 17px 0;
  min-width: 0;
}
.sheet-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  color: #7d877b;
  letter-spacing: 0.5px;
}
.sheet-label .icon {
  width: 15px;
  height: 15px;
}
.script-sheet h2 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin: 18px 0 20px;
}
.sheet-step {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 2px solid #d9e2cb;
}
.sheet-step b {
  display: block;
  font-size: 9px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #6c7864;
}
.sheet-step > span:not(.faux-line) {
  display: block;
  white-space: nowrap;
  font-size: 8px;
  color: #626c60;
}
.sheet-step.last {
  margin-bottom: 0;
}
.faux-line {
  display: block;
  background: #d9dece;
  height: 4px;
  width: 90%;
  margin-top: 6px;
  border-radius: 4px;
}
.faux-line.short {
  width: 63%;
}
.sheet-footer {
  margin-top: 20px;
  padding: 12px 0;
  border-top: 1px solid #e0e4d6;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  color: #6a7760;
}
.green-check {
  display: grid;
  place-items: center;
  background: #e0ebd0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  color: #638449;
}
.video-poster {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  background: #c7dba9;
  color: #243a30;
  padding: 15px 14px;
  min-width: 0;
}
.poster-top,
.poster-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 8px;
  z-index: 1;
  letter-spacing: 0.4px;
}
.poster-top .icon {
  height: 16px;
  width: 16px;
}
.poster-graphic {
  position: relative;
  height: 140px;
}
.poster-graphic > svg {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 32px;
  left: calc(50% - 40px);
  fill: #eef5df;
  transform: rotate(12deg);
}
.orb {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 128px;
  height: 128px;
  border: 1px solid #77995e;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orb-b {
  width: 94px;
  height: 150px;
  transform: translate(-50%, -50%) rotate(55deg);
}
.orb-c {
  width: 94px;
  height: 150px;
  transform: translate(-50%, -50%) rotate(-55deg);
}
.video-poster > strong {
  position: relative;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 580;
  letter-spacing: -2px;
  padding: 8px 2px 15px;
}
.poster-bottom {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #a4bc8b;
  font-size: 7px;
}
.studio-timeline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
}
.timeline-icon {
  width: 22px;
  color: #8fa095;
}
.timeline-icon .icon {
  width: 16px;
  height: 16px;
}
.timeline-segment {
  position: relative;
  flex: 1;
  background: #526451;
  border-radius: 3px;
  height: 34px;
  padding: 6px 7px;
  color: #e0e7d8;
  font-size: 8px;
  overflow: hidden;
}
.seg-two {
  flex: 1.3;
  background: #636e82;
}
.seg-three {
  background: #746a7f;
}
.timeline-segment i {
  display: block;
  height: 7px;
  margin-top: 3px;
  opacity: 0.5;
  background: repeating-linear-gradient(
    90deg,
    currentColor 0 1px,
    transparent 1px 4px
  );
  clip-path: polygon(
    0 20%,
    10% 45%,
    20% 5%,
    30% 35%,
    40% 20%,
    50% 0,
    60% 30%,
    70% 10%,
    80% 35%,
    90% 5%,
    100% 15%,
    100% 85%,
    90% 95%,
    80% 65%,
    70% 90%,
    60% 70%,
    50% 100%,
    40% 80%,
    30% 65%,
    20% 95%,
    10% 55%,
    0 80%
  );
}
.studio-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #90a096;
  font-size: 8px;
  height: 37px;
  letter-spacing: 0.7px;
}
.studio-bottom span:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}
.studio-bottom i {
  height: 4px;
  width: 4px;
  background: #a2c778;
  border-radius: 50%;
}
.art-note {
  position: absolute;
  display: flex;
  gap: 11px;
  align-items: center;
  right: 18px;
  bottom: 8px;
  background: #fffef9;
  border: 1px solid #e0e2d4;
  box-shadow: 0 12px 25px -17px #4d5b42aa;
  padding: 15px 18px;
  border-radius: 9px;
  transform: rotate(2deg);
}
.art-note > .icon {
  width: 28px;
  height: 28px;
  color: #7f945e;
}
.art-note strong {
  display: block;
  font-size: 10px;
  font-weight: 600;
}
.art-note span {
  display: block;
  font-size: 8px;
  color: #828776;
  margin-top: 5px;
}
.art-note .note-arrow {
  width: 18px;
  height: 18px;
  margin-left: 6px;
  color: #9b9f92;
}
.product-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 26px;
  color: #53604e;
  font-size: 13px;
}
.product-strip > span:not(.strip-caption) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.product-strip .strip-caption {
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #818b7b;
  margin-right: 30px;
}
.product-strip > i {
  font-style: normal;
  font-size: 12px;
  color: #c1cbb7;
}
.product-strip .icon {
  width: 19px;
  height: 19px;
}
.features {
  padding-top: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.section-eyebrow {
  color: #7a876e;
  letter-spacing: 1.4px;
  font-size: 11px;
}
.section-heading h2,
.faq-section h2 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.4;
  margin-top: 14px;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
}
.feature-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
  margin-top: 60px;
}
.feature-copy {
  padding: 12px 0;
}
.feature-number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #717c6b;
  font-weight: 500;
}
.feature-number > span {
  font-size: 10px;
  letter-spacing: 1px;
  border: 1px solid #dce2d2;
  border-radius: 4px;
  padding: 4px 6px;
  color: #88977b;
}
.feature-copy h3 {
  font-size: 36px;
  line-height: 1.45;
  font-weight: 570;
  letter-spacing: -1.4px;
  margin-top: 21px;
}
.feature-copy > p {
  margin-top: 17px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.95;
}
.feature-list {
  padding: 0;
  margin: 24px 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
  line-height: 1.7;
  color: #536050;
}
.feature-list .icon {
  width: 15px;
  height: 18px;
  color: #83a565;
}
.feature-link {
  font-size: 13px;
  margin-top: 5px;
}
.director-demo {
  background: #eceaf0;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #e2dee9;
}
.demo-tabs {
  display: flex;
  gap: 3px;
  border-bottom: 1px solid #d7d3e0;
  padding-bottom: 16px;
}
.demo-tabs button {
  flex: 1;
  border: 0;
  border-radius: 6px;
  background: transparent;
  padding: 12px 5px;
  font-size: 12px;
  color: #72717a;
  transition:
    background 0.2s,
    color 0.2s;
}
.demo-tabs button[aria-selected="true"] {
  background: #fff;
  color: #4f466e;
  box-shadow: 0 3px 7px #38304307;
  font-weight: 600;
}
.demo-tabs button:hover {
  color: #433965;
  background: #f8f7fa;
}
.demo-panel {
  padding: 23px 2px 0;
  min-height: 327px;
}
.demo-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  font-weight: 500;
  color: #5a5667;
}
.demo-topline > span:last-child {
  color: #8a8599;
  font-size: 9px;
  flex: none;
}
.sample-prompt {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 17px 13px;
  margin-top: 18px;
  border: 1px solid #dcd6e7;
  border-radius: 7px;
  background: #f7f5fb;
  color: #6f608c;
  font-size: 11px;
  line-height: 1.7;
}
.sample-prompt .icon {
  width: 18px;
  height: 18px;
}
.sample-steps {
  list-style: none;
  padding: 0;
  margin: 13px 0 0;
}
.sample-steps li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  border-bottom: 1px solid #ddd8e4;
  padding: 13px 0;
}
.sample-steps li:last-child {
  border-bottom: 0;
}
.sample-step-number {
  display: grid;
  place-items: center;
  border: 1px solid #d4cddf;
  border-radius: 50%;
  font-size: 10px;
  color: #8b7c9d;
  height: 25px;
  width: 25px;
  flex: none;
}
.sample-steps b {
  font-size: 11px;
  font-weight: 550;
  color: #514b5e;
}
.sample-steps p {
  font-size: 10px;
  line-height: 1.7;
  color: #8a8294;
  margin-top: 5px;
}
.sample-tag {
  margin-left: auto;
  flex: none;
  font-size: 9px;
  color: #7c728d;
  background: #e2dcea;
  padding: 4px 7px;
  border-radius: 4px;
}
.video-feature {
  grid-template-columns: 1.1fr 0.9fr;
  margin-top: 94px;
  gap: 80px;
}
.video-feature .feature-copy {
  padding-left: 18px;
}
.video-demo {
  background: #e9eee3;
  border: 1px solid #dfe6d7;
  border-radius: 14px;
  padding: 28px;
}
.video-demo-head {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5a6b4d;
  font-size: 12px;
}
.video-demo-head strong {
  font-weight: 550;
}
.video-demo-head > .icon {
  width: 18px;
  height: 18px;
}
.video-demo-head > span {
  font-size: 9px;
  color: #89957d;
  margin-left: auto;
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}
.reference-tile {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  min-width: 0;
  background: #f7f9f2;
  padding: 12px 5px 16px;
  border-radius: 8px;
  border: 1px solid #e0e7d7;
}
.reference-illustration {
  height: 72px;
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
}
.reference-illustration > .icon {
  position: relative;
  z-index: 1;
  height: 34px;
  width: 34px;
  stroke-width: 1.2;
  color: #708b58;
}
.reference-ring {
  position: absolute;
  width: 63px;
  height: 63px;
  border: 1px solid #dce5cb;
  border-radius: 50%;
  background: #eef3e6;
}
.reference-scene .reference-ring {
  border-radius: 15px;
  transform: rotate(12deg);
}
.reference-voice .reference-ring {
  height: 45px;
  border-radius: 50%;
}
.reference-tile > b {
  font-size: 11px;
  margin-top: 8px;
  font-weight: 600;
  color: #5b6e4e;
}
.reference-tile > span {
  font-size: 9px;
  color: #909c84;
  margin-top: 6px;
}
.segment-example {
  margin-top: 15px;
  border: 1px solid #d7e1cc;
  background: #f6f8ef;
  border-radius: 8px;
  padding: 17px;
}
.segment-example > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #718260;
}
.segment-duration {
  font-size: 9px;
  border: 1px solid #d8e1ce;
  border-radius: 4px;
  padding: 3px 6px;
  color: #8e9b81;
}
.segment-example p {
  font-size: 10px;
  margin-top: 15px;
  line-height: 1.7;
  color: #8b9580;
}
.segment-wave {
  height: 21px;
  margin-top: 15px;
  background: repeating-linear-gradient(
    90deg,
    #bfcfab 0 2px,
    transparent 2px 6px
  );
  clip-path: polygon(
    0 30%,
    6% 45%,
    12% 15%,
    18% 35%,
    24% 10%,
    30% 25%,
    36% 5%,
    42% 35%,
    48% 20%,
    54% 0,
    60% 35%,
    66% 10%,
    72% 25%,
    78% 0,
    84% 40%,
    90% 30%,
    96% 20%,
    100% 35%,
    100% 65%,
    96% 80%,
    90% 70%,
    84% 60%,
    78% 100%,
    72% 75%,
    66% 90%,
    60% 65%,
    54% 100%,
    48% 80%,
    42% 65%,
    36% 95%,
    30% 75%,
    24% 90%,
    18% 65%,
    12% 85%,
    6% 55%,
    0 70%
  );
}
.demo-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #9cae8b;
  margin-block: 11px;
}
.demo-connector > span {
  width: 30px;
  height: 1px;
  background: #cbd8bd;
}
.demo-connector > .icon {
  height: 15px;
  width: 15px;
  transform: rotate(90deg);
}
.output-example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #d9e6c9;
  border: 1px solid #cadbb6;
  padding: 13px 15px;
  border-radius: 7px;
  color: #617b49;
  font-size: 10px;
}
.output-example > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.output-example .icon {
  height: 16px;
  width: 16px;
}
.output-example > span:last-child {
  color: #7a8e66;
  font-size: 9px;
}
.output-example i {
  font-style: normal;
  margin-inline: 5px;
}
.support-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-block: 50px 85px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.support-features > a {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 10px 0;
  border-radius: 6px;
}
.support-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  flex: none;
  background: #eaf0e2;
  border-radius: 10px;
  color: #7e936a;
}
.support-icon .icon {
  width: 23px;
  height: 23px;
}
.support-features h3 {
  font-size: 14px;
  font-weight: 550;
}
.support-features p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 6px;
}
.support-arrow {
  color: #95a18b;
  margin-left: auto;
}
.support-features > a:hover h3 {
  color: var(--purple);
}
.workflow-section {
  background: #24312a;
  color: #f5f7ed;
  padding-block: 70px 76px;
}
.workflow-section .section-eyebrow {
  color: #aabb97;
}
.workflow-section .section-heading h2 {
  font-size: 32px;
}
.workflow-section .text-link {
  color: #cde3b5;
  font-size: 12px;
}
.workflow-section .text-link:hover {
  color: #fff;
}
.workflow-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding: 0;
  margin: 42px 0 0;
}
.workflow-step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #83957a;
  padding-bottom: 19px;
  border-bottom: 1px solid #4a5949;
}
.workflow-step-top > span {
  font-size: 12px;
  letter-spacing: 2px;
}
.workflow-step-top .icon {
  height: 22px;
  width: 22px;
  color: #bbcca5;
}
.workflow-steps h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 23px;
  letter-spacing: 0.4px;
}
.workflow-steps p {
  font-size: 12px;
  line-height: 1.95;
  color: #adbaa6;
  margin-top: 12px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  padding-block: 95px 84px;
}
.faq-section h2 {
  font-size: 28px;
}
.faq-intro {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  margin-top: 15px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  font-size: 13px;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: none;
  font-size: 20px;
  font-weight: 300;
  color: #78846d;
  transition: transform 0.15s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.95;
  padding: 0 30px 23px 0;
}
.closing-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 46px;
  border: 1px solid #dde4cc;
  border-radius: 12px;
  background: #e9efdc;
  overflow: hidden;
}
.closing-cta > div,
.closing-cta > a {
  position: relative;
  z-index: 1;
}
.closing-cta p {
  font-size: 12px;
  color: #7d896c;
  letter-spacing: 0.5px;
}
.closing-cta h2 {
  font-size: 29px;
  font-weight: 550;
  letter-spacing: -0.8px;
  margin-top: 13px;
}
.closing-cta .button {
  font-size: 12px;
  min-height: 48px;
  flex: none;
}
.closing-spark {
  position: absolute;
  right: 280px;
  top: -69px;
  font-size: 260px;
  line-height: 1;
  color: #dce6c7;
  transform: rotate(13deg);
}
.site-footer {
  padding-block: 46px 30px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-top .brand {
  font-size: 16px;
}
.footer-top p {
  font-size: 11px;
  color: #828b7b;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  margin-top: 30px;
  color: #8c9586;
  font-size: 10px;
  line-height: 1.8;
}
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.footer-bottom nav a:hover {
  color: var(--ink);
}
@media (min-width: 1450px) {
  .hero {
    padding-block: 110px 100px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-art {
    padding-left: 28px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 24px;
    padding-block: 72px 74px;
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: -2px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero .button {
    padding: 0 20px;
    gap: 16px;
  }
  .hero .text-link {
    font-size: 12px;
  }
  .studio-window {
    padding-inline: 16px;
  }
  .studio-body {
    gap: 10px;
  }
  .script-sheet {
    padding: 15px 12px 0;
  }
  .script-sheet h2 {
    font-size: 21px;
    margin-block: 17px;
  }
  .poster-graphic {
    height: 123px;
  }
  .video-poster > strong {
    font-size: 35px;
  }
  .sheet-step > span:not(.faux-line) {
    font-size: 7px;
  }
  .sheet-step {
    padding-left: 7px;
  }
  .sheet-footer {
    font-size: 7px;
    margin-top: 15px;
  }
  .feature-row,
  .video-feature,
  .faq-section {
    gap: 45px;
  }
  .product-strip {
    gap: 15px;
    font-size: 12px;
  }
  .product-strip .strip-caption {
    margin-right: 10px;
    font-size: 10px;
  }
  .main-nav {
    gap: 25px;
  }
  .feature-copy h3 {
    font-size: 32px;
  }
  .feature-copy > p {
    font-size: 12px;
  }
  .feature-list li {
    font-size: 11px;
  }
  .video-feature .feature-copy {
    padding-left: 0;
  }
  .video-demo {
    padding: 24px;
  }
  .director-demo {
    padding: 19px;
  }
  .sample-steps {
    margin-top: 10px;
  }
  .demo-panel {
    min-height: 335px;
  }
  .sample-tag {
    padding-inline: 5px;
  }
  .workflow-steps {
    gap: 32px;
  }
  .closing-cta h2 {
    font-size: 27px;
  }
}
@media (max-width: 950px) {
  .container {
    width: calc(100% - 56px);
  }
  .header-inner {
    height: 76px;
    gap: 20px;
  }
  .brand {
    font-size: 16px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .main-nav {
    gap: 20px;
    font-size: 12px;
  }
  .button-small {
    font-size: 11px;
    padding: 0 13px;
  }
  .hero {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 22px;
    padding-block: 62px 65px;
  }
  .hero h1 {
    font-size: 39px;
    letter-spacing: -1.7px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.3px;
  }
  .hero-description {
    font-size: 12px;
    margin-top: 26px;
  }
  .hero-actions {
    gap: 17px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .hero .button {
    font-size: 12px;
    min-height: 47px;
    padding: 0 16px;
    gap: 14px;
  }
  .hero .text-link {
    font-size: 11px;
    gap: 5px;
  }
  .hero-caption {
    font-size: 9px;
    letter-spacing: 0;
    margin-top: 23px;
  }
  .hero-art {
    padding-left: 0;
  }
  .studio-window {
    padding-inline: 12px;
    border-radius: 12px;
  }
  .studio-top {
    height: 45px;
  }
  .studio-logo {
    font-size: 9px;
    letter-spacing: 0;
  }
  .example-label {
    font-size: 7px;
  }
  .studio-body {
    gap: 9px;
  }
  .script-sheet {
    padding: 12px 10px 0;
  }
  .sheet-label {
    font-size: 7px;
  }
  .script-sheet h2 {
    font-size: 18px;
    margin-block: 15px;
  }
  .sheet-step {
    padding-left: 6px;
    margin-bottom: 12px;
  }
  .sheet-step b {
    font-size: 7px;
  }
  .sheet-step > span:not(.faux-line) {
    font-size: 6px;
  }
  .sheet-footer {
    font-size: 6px;
    gap: 3px;
    padding-block: 10px;
  }
  .green-check {
    height: 11px;
    width: 11px;
  }
  .video-poster {
    padding: 12px 10px;
  }
  .poster-top {
    font-size: 6px;
  }
  .poster-top .icon {
    width: 13px;
    height: 13px;
  }
  .poster-graphic {
    height: 109px;
  }
  .orb {
    width: 103px;
    height: 103px;
  }
  .orb-b,
  .orb-c {
    width: 75px;
    height: 116px;
  }
  .poster-graphic > svg {
    width: 59px;
    height: 59px;
    left: calc(50% - 29px);
    top: 27px;
  }
  .video-poster > strong {
    font-size: 28px;
    letter-spacing: -1px;
    padding-block: 3px 12px;
  }
  .poster-bottom {
    font-size: 5px;
    padding-top: 9px;
    gap: 4px;
  }
  .studio-timeline {
    margin-top: 13px;
    gap: 4px;
  }
  .timeline-segment {
    height: 28px;
    font-size: 6px;
    padding: 5px;
  }
  .studio-bottom {
    height: 30px;
    font-size: 6px;
    letter-spacing: 0;
  }
  .art-note {
    padding: 12px;
    right: 8px;
    gap: 9px;
  }
  .art-note strong {
    font-size: 9px;
  }
  .art-note span {
    font-size: 7px;
  }
  .art-note > .icon {
    width: 23px;
    height: 23px;
  }
  .art-note .note-arrow {
    width: 15px;
    height: 15px;
  }
  .orbit-one {
    inset: -7px -12px -7px -12px;
  }
  .orbit-two {
    inset: 10px -18px 0 -8px;
  }
  .product-strip {
    padding-block: 22px;
    gap: 12px;
    font-size: 11px;
  }
  .product-strip .strip-caption {
    margin-right: 0;
    font-size: 9px;
  }
  .product-strip > span:not(.strip-caption) {
    gap: 6px;
  }
  .product-strip .icon {
    height: 16px;
    width: 16px;
  }
  .features {
    padding-top: 75px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .section-eyebrow {
    font-size: 10px;
  }
  .feature-row,
  .video-feature {
    gap: 35px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .feature-row {
    margin-top: 40px;
  }
  .feature-copy h3 {
    font-size: 29px;
    margin-top: 17px;
  }
  .feature-copy > p {
    font-size: 11px;
  }
  .feature-list {
    margin-block: 19px;
    gap: 10px;
  }
  .feature-list li {
    font-size: 10px;
    gap: 6px;
  }
  .feature-list .icon {
    height: 16px;
    width: 13px;
  }
  .feature-number {
    font-size: 11px;
  }
  .feature-link {
    font-size: 12px;
  }
  .director-demo {
    padding: 15px;
  }
  .demo-tabs {
    padding-bottom: 12px;
  }
  .demo-tabs button {
    font-size: 11px;
    padding-block: 10px;
  }
  .demo-panel {
    padding-top: 17px;
    min-height: 303px;
  }
  .demo-topline {
    font-size: 9px;
    gap: 6px;
  }
  .demo-topline > span:last-child {
    font-size: 8px;
  }
  .sample-prompt {
    margin-top: 15px;
    padding: 12px 10px;
    gap: 6px;
    font-size: 9px;
  }
  .sample-prompt .icon {
    width: 16px;
    height: 16px;
  }
  .sample-steps li {
    gap: 8px;
    min-height: 73px;
  }
  .sample-steps b {
    font-size: 10px;
  }
  .sample-steps p {
    font-size: 9px;
  }
  .sample-step-number {
    height: 21px;
    width: 21px;
    font-size: 9px;
  }
  .sample-tag {
    font-size: 8px;
  }
  .video-feature {
    grid-template-columns: 1.15fr 0.85fr;
    margin-top: 70px;
  }
  .video-demo {
    padding: 18px;
  }
  .video-demo-head {
    font-size: 10px;
  }
  .video-demo-head > span {
    font-size: 8px;
  }
  .reference-grid {
    gap: 8px;
    margin-top: 18px;
  }
  .reference-tile {
    padding-block: 8px 13px;
  }
  .reference-illustration {
    height: 64px;
  }
  .reference-tile > b {
    font-size: 10px;
  }
  .reference-tile > span {
    font-size: 8px;
  }
  .segment-example {
    padding: 13px;
  }
  .segment-example p {
    font-size: 9px;
  }
  .output-example {
    padding: 11px;
  }
  .support-features {
    gap: 30px;
    margin-bottom: 65px;
  }
  .support-features > a {
    gap: 12px;
  }
  .support-features p {
    font-size: 10px;
  }
  .support-features h3 {
    font-size: 12px;
  }
  .support-icon {
    height: 38px;
    width: 38px;
  }
  .support-arrow {
    width: 17px !important;
    height: 17px !important;
  }
  .workflow-section {
    padding-block: 55px 60px;
  }
  .workflow-section .section-heading h2 {
    font-size: 27px;
  }
  .workflow-steps {
    gap: 27px;
  }
  .workflow-steps h3 {
    font-size: 16px;
  }
  .workflow-steps p {
    font-size: 10px;
  }
  .faq-section {
    gap: 40px;
    padding-block: 70px;
  }
  .faq-section h2 {
    font-size: 24px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .closing-cta {
    padding: 32px;
  }
  .closing-cta h2 {
    font-size: 23px;
  }
  .closing-cta p {
    font-size: 10px;
  }
  .closing-cta .button {
    font-size: 11px;
    padding-inline: 18px;
    gap: 15px;
  }
  .footer-bottom nav {
    gap: 9px 14px;
  }
}
@media (max-width: 740px) {
  html {
    scroll-padding-top: 84px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 68px;
    gap: 12px;
  }
  .main-nav {
    display: none;
  }
  .brand {
    font-size: 15px;
    gap: 8px;
  }
  .brand img {
    width: 29px;
    height: 29px;
  }
  .button-small {
    min-height: 38px;
    font-size: 10px;
    padding-inline: 12px;
    gap: 9px;
  }
  .button-small .icon {
    width: 14px;
    height: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 49px 36px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero .eyebrow {
    justify-content: center;
    font-size: 10px;
  }
  .hero h1 {
    font-size: 48px;
    margin-top: 22px;
    letter-spacing: -2px;
    line-height: 1.32;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 24px;
  }
  .hero-actions {
    justify-content: center;
    gap: 23px;
    margin-top: 25px;
  }
  .hero .button {
    min-height: 48px;
    font-size: 12px;
    padding-inline: 20px;
    gap: 20px;
  }
  .hero .text-link {
    font-size: 12px;
    gap: 7px;
  }
  .hero-caption {
    justify-content: center;
    font-size: 10px;
    margin-top: 21px;
  }
  .hero-art {
    width: min(100%, 475px);
    margin-inline: auto;
    padding: 17px 10px 31px;
  }
  .orbit-one {
    inset: 0 2px 0 2px;
  }
  .orbit-two {
    inset: 10px -8px 10px -8px;
  }
  .studio-window {
    padding-inline: 17px;
  }
  .studio-top {
    height: 49px;
  }
  .studio-logo {
    font-size: 10px;
  }
  .example-label {
    font-size: 8px;
  }
  .studio-body {
    gap: 12px;
  }
  .script-sheet {
    padding: 14px 12px 0;
  }
  .script-sheet h2 {
    font-size: 22px;
    margin-block: 16px;
  }
  .sheet-label {
    font-size: 8px;
  }
  .sheet-step {
    margin-bottom: 14px;
  }
  .sheet-step b {
    font-size: 8px;
  }
  .sheet-step > span:not(.faux-line) {
    font-size: 7px;
  }
  .sheet-footer {
    font-size: 7px;
    margin-top: 19px;
  }
  .video-poster {
    padding: 13px 12px;
  }
  .poster-top {
    font-size: 7px;
  }
  .poster-graphic {
    height: 127px;
  }
  .orb {
    width: 115px;
    height: 115px;
  }
  .orb-b,
  .orb-c {
    width: 84px;
    height: 134px;
  }
  .poster-graphic > svg {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: 29px;
  }
  .video-poster > strong {
    font-size: 35px;
    letter-spacing: -1.5px;
    padding: 0 0 14px;
  }
  .poster-bottom {
    font-size: 6px;
  }
  .studio-timeline {
    margin-top: 15px;
  }
  .timeline-segment {
    height: 31px;
    font-size: 7px;
  }
  .studio-bottom {
    height: 32px;
    font-size: 7px;
  }
  .art-note {
    right: 7px;
    bottom: 6px;
    padding: 13px;
    gap: 10px;
  }
  .art-note strong {
    font-size: 9px;
  }
  .art-note span {
    font-size: 8px;
  }
  .art-note > .icon {
    width: 24px;
    height: 24px;
  }
  .product-strip {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding-block: 23px;
    font-size: 10px;
  }
  .product-strip .strip-caption {
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-bottom: 2px;
  }
  .product-strip > i {
    display: none;
  }
  .product-strip .icon {
    width: 15px;
    height: 15px;
  }
  .product-strip > span:not(.strip-caption) {
    gap: 5px;
  }
  .features {
    padding-top: 54px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 27px;
    margin-top: 10px;
    letter-spacing: -0.8px;
  }
  .section-heading > p {
    font-size: 12px;
    margin-top: 14px;
  }
  .section-heading > p br {
    display: none;
  }
  .feature-row,
  .video-feature {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 38px;
  }
  .feature-copy {
    padding: 0;
  }
  .feature-copy h3 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -1px;
    margin-top: 16px;
  }
  .feature-copy h3 br {
    display: none;
  }
  .feature-copy > p {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 13px;
  }
  .feature-list {
    margin-block: 18px;
    gap: 10px;
  }
  .feature-list li {
    font-size: 11px;
  }
  .feature-number {
    font-size: 11px;
  }
  .feature-link {
    font-size: 12px;
  }
  .director-demo {
    padding: 18px;
  }
  .demo-tabs button {
    font-size: 12px;
    padding-block: 12px;
  }
  .demo-panel {
    min-height: 318px;
    padding-top: 20px;
  }
  .demo-topline {
    font-size: 10px;
  }
  .demo-topline > span:last-child {
    font-size: 8px;
  }
  .sample-prompt {
    font-size: 10px;
    padding: 14px 10px;
  }
  .sample-steps li {
    gap: 10px;
    min-height: 76px;
  }
  .sample-steps b {
    font-size: 11px;
  }
  .sample-steps p {
    font-size: 9px;
  }
  .sample-step-number {
    width: 23px;
    height: 23px;
  }
  .sample-tag {
    font-size: 8px;
    padding: 4px 6px;
  }
  .video-feature {
    margin-top: 53px;
  }
  .video-feature .feature-copy {
    grid-row: 1;
  }
  .video-demo {
    padding: 22px;
  }
  .video-demo-head {
    font-size: 12px;
  }
  .reference-grid {
    margin-top: 22px;
    gap: 9px;
  }
  .reference-illustration {
    height: 69px;
  }
  .reference-tile > b {
    font-size: 11px;
  }
  .reference-tile > span {
    font-size: 9px;
  }
  .segment-example {
    padding: 15px;
    margin-top: 15px;
  }
  .segment-example p {
    font-size: 10px;
  }
  .output-example {
    font-size: 11px;
    padding: 13px;
  }
  .support-features {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-block: 31px 50px;
    padding-top: 17px;
  }
  .support-features > a {
    gap: 15px;
    padding-block: 12px;
  }
  .support-features h3 {
    font-size: 13px;
  }
  .support-features p {
    font-size: 10px;
  }
  .support-icon {
    height: 42px;
    width: 42px;
  }
  .workflow-section {
    padding-block: 45px 48px;
  }
  .workflow-section .section-heading h2 {
    font-size: 26px;
  }
  .workflow-section .section-heading > .text-link {
    margin-top: 19px;
  }
  .workflow-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 30px;
  }
  .workflow-steps li {
    display: grid;
    grid-template-columns: 45px 1fr;
    column-gap: 18px;
  }
  .workflow-step-top {
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    border-bottom: 0;
    border-right: 1px solid #4a5949;
    padding: 5px 17px 0 0;
  }
  .workflow-steps h3 {
    font-size: 17px;
    margin: 0;
  }
  .workflow-steps p {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.85;
  }
  .workflow-steps p br {
    display: none;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 50px 43px;
  }
  .faq-section h2 {
    font-size: 26px;
  }
  .faq-intro {
    font-size: 11px;
    margin-top: 11px;
  }
  .faq-list summary {
    font-size: 12px;
    padding-block: 19px;
    gap: 12px;
  }
  .faq-list details > p {
    font-size: 11px;
    padding-right: 12px;
  }
  .closing-cta {
    padding: 29px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .closing-cta h2 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .closing-cta p {
    font-size: 11px;
  }
  .closing-cta .button {
    min-height: 45px;
    font-size: 12px;
    padding-inline: 19px;
  }
  .closing-spark {
    right: -45px;
    top: 25px;
    font-size: 245px;
  }
  .site-footer {
    padding-block: 32px 22px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-top p {
    font-size: 10px;
  }
  .footer-top .brand {
    font-size: 14px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
    font-size: 9px;
    margin-top: 23px;
    padding-top: 18px;
  }
  .footer-bottom nav {
    gap: 10px 17px;
  }
}
@media (max-width: 380px) {
  .container {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 13px;
    gap: 6px;
  }
  .brand img {
    height: 27px;
    width: 27px;
  }
  .button-small {
    font-size: 9px;
    padding-inline: 10px;
    gap: 6px;
  }
  .hero {
    padding-top: 41px;
  }
  .hero h1 {
    font-size: 39px;
    letter-spacing: -1.5px;
  }
  .hero-description {
    font-size: 11px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero .button {
    font-size: 11px;
    padding-inline: 16px;
    gap: 13px;
  }
  .hero .text-link {
    font-size: 10px;
    gap: 5px;
  }
  .hero-caption {
    font-size: 9px;
  }
  .hero-art {
    padding-inline: 5px;
  }
  .studio-window {
    padding-inline: 11px;
  }
  .studio-top {
    height: 42px;
  }
  .studio-logo {
    font-size: 9px;
  }
  .studio-body {
    gap: 8px;
  }
  .script-sheet {
    padding: 12px 9px 0;
  }
  .script-sheet h2 {
    font-size: 18px;
    margin-block: 13px;
  }
  .sheet-label {
    font-size: 6px;
  }
  .sheet-step b {
    font-size: 7px;
  }
  .sheet-step > span:not(.faux-line) {
    font-size: 5.6px;
  }
  .sheet-step {
    margin-bottom: 12px;
    padding-left: 5px;
  }
  .sheet-footer {
    font-size: 5.6px;
    margin-top: 14px;
  }
  .video-poster {
    padding: 11px 9px;
  }
  .poster-top {
    font-size: 5.5px;
    gap: 3px;
  }
  .poster-graphic {
    height: 110px;
  }
  .orb {
    height: 93px;
    width: 93px;
  }
  .orb-b,
  .orb-c {
    height: 109px;
    width: 70px;
  }
  .poster-graphic > svg {
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    top: 26px;
  }
  .video-poster > strong {
    font-size: 29px;
    padding-bottom: 9px;
  }
  .poster-bottom {
    font-size: 5px;
  }
  .studio-bottom {
    font-size: 6px;
  }
  .art-note {
    padding: 11px;
    gap: 8px;
    right: 0;
  }
  .art-note strong {
    font-size: 8px;
  }
  .art-note span {
    font-size: 7px;
  }
  .product-strip {
    column-gap: 11px;
    font-size: 9px;
  }
  .product-strip .icon {
    height: 13px;
    width: 13px;
  }
  .product-strip > span:not(.strip-caption) {
    gap: 4px;
  }
  .section-heading h2 {
    font-size: 23px;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .director-demo {
    padding: 13px;
  }
  .demo-topline {
    font-size: 9px;
  }
  .sample-prompt {
    font-size: 9px;
  }
  .sample-steps li {
    gap: 8px;
  }
  .sample-steps b {
    font-size: 10px;
  }
  .sample-steps p {
    font-size: 8px;
  }
  .sample-tag {
    font-size: 7px;
    padding-inline: 4px;
  }
  .sample-step-number {
    height: 20px;
    width: 20px;
  }
  .video-demo {
    padding: 15px;
  }
  .video-demo-head {
    font-size: 10px;
  }
  .reference-grid {
    gap: 6px;
  }
  .reference-tile > span {
    font-size: 8px;
  }
  .reference-tile > b {
    font-size: 10px;
  }
  .workflow-section .section-heading h2 {
    font-size: 23px;
  }
  .closing-cta {
    padding: 27px 20px;
  }
  .closing-cta h2 {
    font-size: 21px;
  }
  .closing-cta p {
    font-size: 10px;
  }
  .footer-bottom nav {
    gap: 9px 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover {
    transform: none;
  }
}

@media (max-width: 740px) {
  .script-sheet h2 {
    font-size: clamp(15px, 4.6vw, 22px);
    white-space: nowrap;
  }
}
/* Keep functional copy readable; smaller lettering belongs to the product illustrations. */
.section-eyebrow {
  color: #65725b;
}
.feature-number {
  color: #627057;
}
.feature-copy > p {
  font-size: 14px;
}
.feature-list li {
  font-size: 13px;
}
.demo-tabs button {
  color: #65616f;
}
.demo-topline > span:last-child {
  color: #72697f;
}
.sample-steps p {
  color: #746a80;
}
.sample-step-number {
  color: #746480;
}
.sample-tag {
  color: #665972;
}
.footer-bottom {
  color: #687461;
}
@media (max-width: 1150px) {
  .feature-copy > p {
    font-size: 13px;
  }
  .feature-list li {
    font-size: 12px;
  }
}
@media (max-width: 950px) {
  .feature-copy > p {
    font-size: 12px;
  }
  .feature-list li {
    font-size: 11px;
  }
}
@media (max-width: 740px) {
  .feature-copy > p {
    font-size: 13px;
  }
  .feature-list li {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list details > p {
    font-size: 12px;
  }
  .support-features p {
    font-size: 11px;
  }
}
