:root {
  color-scheme: dark;
  --bg: #08090b;
  --surface: #111318;
  --surface-2: #171920;
  --text: #f4f0e8;
  --muted: #aaa8a4;
  --line: rgba(255, 255, 255, .11);
  --accent: linear-gradient(100deg, #ffad45 0%, #ff6e78 42%, #a983ff 72%, #6fc8ff 100%);
  --container: 1240px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .36);
}

/* Compact reusable layout for the ten intent-specific pages. */
.seo-hero { padding: 132px 0 76px; background: #f4f0e8; color: #1d1b19; }
.seo-hero__grid { min-height: 520px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.seo-hero h1 { max-width: 680px; margin: 14px 0 22px; color: #1d1b19; font-size: clamp(42px, 4.2vw, 58px); line-height: .98; letter-spacing: -.055em; }
.seo-hero .eyebrow { color: #62584e; }
.seo-hero .text-link { color: #302c28; }
.seo-lead { max-width: 620px; font-size: 18px; line-height: 1.55; color: #625c55; }
.seo-hero__media { height: 520px; overflow: hidden; border-radius: 28px; background: #ded9ce; box-shadow: 0 24px 60px rgba(28,25,22,.12); }
.seo-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.seo-section { padding-block: 84px; }
.seo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.seo-card { min-height: 250px; padding: 30px; border: 1px solid rgba(31,28,25,.12); border-radius: 22px; background: #fff; color: #1d1b19; }
.seo-card > span { color: #765a3d; font-size: 14px; font-weight: 650; }
.seo-card h3 { margin: 54px 0 12px; font-size: 24px; line-height: 1.1; }
.seo-card p { color: #69625b; line-height: 1.6; }
.seo-step p { color: var(--muted); line-height: 1.6; }
.seo-section--dark { color: #f6f1e8; background: #1d1b19; }
.seo-section--dark .section-heading p, .seo-section--dark .seo-step p { color: #aaa39a; }
.seo-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.seo-steps { display: grid; gap: 12px; }
.seo-step { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.14); }
.seo-step > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; }
.seo-step h3 { margin: 3px 0 8px; font-size: 22px; }
.seo-final { padding-block: 88px; }
.seo-final .final-cta__inner { min-height: 420px; }
.site-footer nav { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); gap: 14px 26px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; padding-top: 22px; color: #6d655e; font-size: 14px; }
.breadcrumbs a { color: #302c28; }
.seo-showcase { color: var(--text); background: #0d0e12; }
.seo-showcase__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: center; }
.seo-showcase h2 { max-width: 580px; }
.seo-demo { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; min-height: 340px; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #14161c; box-shadow: var(--shadow); }
.seo-demo::before { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; top: -120px; border-radius: 50%; background: var(--page-accent); opacity: .16; filter: blur(34px); }
.demo-stage { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; gap: 10px; padding: 18px 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01)); }
.demo-stage span { color: var(--page-accent); font-size: 12px; font-weight: 700; }
.demo-stage b { min-height: 44px; font-size: 15px; line-height: 1.25; }
.demo-stage i { height: 74px; border-radius: 10px; background: linear-gradient(145deg,var(--page-accent),#292c36 76%); opacity: .8; }
.demo-stage:nth-child(2) i { height: 112px; }
.demo-stage:nth-child(3) i { height: 144px; }
.demo-stage:nth-child(4) i { height: 182px; }
.seo-detail { color: #1d1b19; background: #f4f0e8; }
.seo-detail__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.seo-detail p { max-width: 620px; color: #625c55; }
.seo-bullets { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(31,28,25,.16); }
.seo-bullets li { position: relative; padding: 21px 20px 21px 38px; border-bottom: 1px solid rgba(31,28,25,.16); font-weight: 590; }
.seo-bullets li::before { content: "✓"; position: absolute; left: 4px; color: #6f4fd1; font-weight: 800; }
.seo-usecases { background: #111318; }
.seo-usecase-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.seo-usecase-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)); }
.seo-usecase-grid article span { color: var(--page-accent); font-size: 13px; font-weight: 700; }
.seo-usecase-grid article h3 { margin-top: 60px; }
.seo-page .final-cta__inner { position: relative; overflow: hidden; }
.seo-page .final-cta__inner::after { content: ""; position: absolute; width: 340px; height: 340px; right: -120px; bottom: -180px; border-radius: 50%; background: var(--page-accent); opacity: .1; filter: blur(28px); pointer-events: none; }
.seo-editorial { color: #1d1b19; background: #eee8de; }
.seo-editorial__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.seo-prose { max-width: 760px; font-size: 18px; line-height: 1.72; color: #554f49; }
.seo-editorial .seo-prose p { color: #554f49; }
.seo-editorial .eyebrow { color: #655e56; }
.seo-prose p + p { margin-top: 22px; }
.seo-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 54px; }
.seo-gallery figure { margin: 0; overflow: hidden; border-radius: 22px; background: #16171b; color: #f5f0e8; }
.seo-gallery img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.seo-gallery figcaption { display: grid; gap: 5px; padding: 18px 20px 21px; }
.seo-gallery figcaption span { color: #aaa8a4; font-size: 14px; }
.seo-topics { background: #101116; }
.seo-topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 38px; }
.seo-topic { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #16181e; }
.seo-topic > span { color: var(--page-accent); font-size: 13px; font-weight: 700; }
.seo-topic h3 { margin: 30px 0 12px; font-size: 24px; }
.seo-topic p { margin: 0; color: var(--muted); line-height: 1.68; }
.seo-example { color: #1d1b19; background: #f4f0e8; }
.seo-example__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 74px; align-items: center; }
.seo-example blockquote { margin: 28px 0 0; padding: 24px 26px; border-left: 4px solid var(--page-accent); border-radius: 0 16px 16px 0; background: #fff; color: #302c28; font-weight: 600; line-height: 1.65; }
.seo-example__grid > p { margin: 0; color: #625c55; font-size: 18px; line-height: 1.72; }
.seo-limits { background: #0d0e12; }
.seo-limits__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.seo-limits__grid > div { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #15171c; }
.seo-limits ul, .seo-limits ol { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.seo-limits li { position: relative; padding: 16px 10px 16px 30px; border-top: 1px solid var(--line); color: #c0bdb7; }
.seo-limits li::before { position: absolute; left: 2px; color: var(--page-accent); font-weight: 800; }
.seo-limits ul li::before { content: "!"; }
.seo-limits ol { counter-reset: qa; }
.seo-limits ol li { counter-increment: qa; }
.seo-limits ol li::before { content: counter(qa); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #78cfff; outline-offset: 4px; border-radius: 6px; }
@media (max-width: 800px) {
  .seo-hero { padding: 104px 0 54px; }
  .seo-hero__grid, .seo-split { grid-template-columns: 1fr; gap: 38px; min-height: 0; }
  .seo-hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .seo-hero__media { height: min(105vw, 460px); border-radius: 20px; }
  .seo-section { padding-block: 62px; }
  .seo-cards { grid-template-columns: 1fr; }
  .seo-card { min-height: 0; }
  .seo-card h3 { margin-top: 32px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .breadcrumbs { padding-top: 12px; }
  .seo-showcase__grid, .seo-detail__grid { grid-template-columns: 1fr; gap: 38px; }
  .seo-demo { min-height: 300px; }
  .seo-usecase-grid { grid-template-columns: 1fr; }
  .seo-usecase-grid article { min-height: 0; }
  .seo-usecase-grid article h3 { margin-top: 32px; }
  .seo-editorial__grid, .seo-example__grid { grid-template-columns: 1fr; gap: 34px; }
  .seo-gallery, .seo-topic-grid, .seo-limits__grid { grid-template-columns: 1fr; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 45% 8%, rgba(150, 82, 255, .08), transparent 28%), radial-gradient(circle at 10% 22%, rgba(255, 112, 70, .06), transparent 25%); z-index: -1; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; position: relative; }
.section--tight { padding: 48px 0 84px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(50px, 4vw, 56px); line-height: 1.04; letter-spacing: -.045em; font-weight: 650; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 3.4vw, 52px); line-height: 1.08; letter-spacing: -.035em; font-weight: 620; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.02em; }
p { color: var(--muted); }
.lead { max-width: 570px; font-size: 20px; }
.lead-small { max-width: 510px; font-size: 19px; }
.eyebrow { margin-bottom: 16px; color: #d7d3cc; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #ff9f49; box-shadow: 0 0 20px #ff815d; }
.glass { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(26, 28, 34, .95), rgba(12, 13, 17, .92)); box-shadow: var(--shadow); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 12px; background: var(--accent); color: white; font-size: 16px; font-weight: 650; box-shadow: 0 12px 36px rgba(226, 111, 151, .22); transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: saturate(1.15); }
.button--small { min-height: 44px; padding-inline: 19px; font-size: 14px; }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.02); box-shadow: none; }
.button--large { min-width: 250px; min-height: 62px; font-size: 19px; }
.actions { display: flex; gap: 14px; margin-top: 36px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(8, 9, 11, .82); backdrop-filter: blur(18px); }
.header__inner { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.wordmark { font-size: 29px; line-height: 1; letter-spacing: -.04em; font-weight: 650; }
.header__nav { display: flex; gap: 36px; font-size: 14px; color: #c6c3bd; }
.header__nav a:hover { color: white; }
.header__inner > .button { justify-self: end; }
.menu-button { display: none; min-width: 48px; min-height: 44px; }

.hero { min-height: 720px; display: grid; align-items: center; padding-top: 76px; }
.hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.prompt-panel { padding: 22px; }
.prompt-panel label { display: block; margin-bottom: 9px; font-size: 13px; color: #d8d5d0; }
.prompt-input { min-height: 80px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #0f1116; color: #d8d5d0; font-size: 14px; }
.prompt-toolbar { display: flex; gap: 8px; align-items: center; margin: 10px 0 16px; }
.prompt-toolbar span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: #b9b6b0; font-size: 12px; }
.prompt-toolbar a { margin-left: auto; padding: 8px 14px; border-radius: 8px; background: var(--accent); font-size: 12px; font-weight: 650; }
.hero-frames { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.hero-frames img { width: 100%; height: 162px; border-radius: 12px; object-fit: cover; }

.capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.capability { min-width: 0; }
.capability > img, .capability--ui > div:first-child { width: 100%; height: 145px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 16px; object-fit: cover; background: #111318; }
.capability h3 { font-size: 17px; }
.capability p { font-size: 14px; line-height: 1.45; }
.mini-timeline { padding: 30px 16px; display: flex; align-items: center; gap: 4px; }
.mini-timeline i { height: 54px; flex: 1; background: linear-gradient(135deg, #5c3926, #867cff); border-radius: 4px; }
.wave { display: block; background: repeating-linear-gradient(90deg, #9a8cff 0 2px, transparent 2px 7px); clip-path: polygon(0 42%, 4% 28%, 8% 58%, 12% 18%, 16% 70%, 20% 36%, 24% 61%, 28% 20%, 32% 80%, 36% 30%, 40% 60%, 44% 10%, 48% 70%, 52% 30%, 56% 80%, 60% 42%, 64% 62%, 68% 18%, 72% 75%, 76% 32%, 80% 60%, 84% 20%, 88% 70%, 92% 38%, 96% 58%, 100% 44%, 100% 56%, 0 56%); }
.capability--ui .wave { height: 145px; }
.language-ui { display: grid; place-items: center; align-content: center; gap: 5px; color: #d8d4cf; font-size: 13px; }
.language-ui span { color: #7bc7ff; }

.editor { padding: 22px; border-radius: 26px; }
.editor__bar { display: flex; justify-content: space-between; padding: 0 0 16px; color: #bbb7b0; font-size: 13px; }
.editor__layout { display: grid; grid-template-columns: 135px minmax(0, 1fr) 210px; gap: 16px; }
.scene-list { display: grid; gap: 9px; align-content: start; color: #aaa7a1; font-size: 12px; }
.scene-list button { padding: 0; overflow: hidden; border: 1px solid transparent; border-radius: 9px; background: transparent; cursor: pointer; }
.scene-list button.is-selected { border-color: #8e78ef; box-shadow: 0 0 0 2px rgba(142,120,239,.2); }
.scene-list img { width: 100%; height: 66px; object-fit: cover; }
.editor-preview { position: relative; overflow: hidden; border-radius: 14px; }
.editor-preview img { width: 100%; height: 390px; object-fit: cover; }
.editor-preview__play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(8,9,11,.42); color: white; opacity: 0; transform: translate(-50%,-50%); transition: opacity .2s ease; }
.editor-preview:hover .editor-preview__play { opacity: 1; }
.playbar { display: flex; gap: 14px; padding: 11px 4px; color: #b9b6b0; font-size: 12px; }
.playbar span:last-child { margin-left: auto; }
.tracks { display: grid; gap: 6px; }
.tracks div { height: 26px; border-radius: 6px; background: linear-gradient(90deg, #8f73ed, #323f80 68%, #65c7d6); position: relative; overflow: hidden; }
.tracks div::after { content: ""; position: absolute; inset: 6px 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 2px, transparent 2px 6px); }
.editor-tracks i { position: absolute; left: 42%; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.72); z-index: 2; }
.editor-timeline { position: relative; display: grid; gap: 5px; }
.editor-ruler { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 2px; color: #686661; font-size: 8px; }
.editor-ruler span:last-child { text-align: right; }
.editor-track { min-height: 24px; overflow: hidden; border-radius: 5px; }
.editor-track--video { display: grid; grid-template-columns: 1fr 1.15fr .85fr; gap: 3px; }
.editor-track--video b { background: var(--tone); }
.editor-track--transitions { display: flex; align-items: center; gap: 32%; padding-inline: 24%; background: #251842; }
.editor-track--transitions i { display: grid; place-items: center; width: 24px; height: 17px; border-radius: 4px; background: #7653d1; color: #e0d7ff; font-size: 8px; font-style: normal; }
.editor-track--audio { position: relative; color: #64d4e1; background: #183d58; }
.editor-track--audio::after { content: ""; position: absolute; inset: 4px 0; background: repeating-linear-gradient(90deg, transparent 0 2px, currentColor 2px 4px, transparent 4px 7px); opacity: .68; clip-path: polygon(0 48%,2% 24%,4% 70%,6% 16%,8% 78%,10% 35%,12% 61%,14% 22%,16% 74%,18% 31%,20% 67%,22% 20%,24% 72%,26% 38%,28% 79%,30% 25%,32% 66%,34% 29%,36% 75%,38% 34%,40% 60%,42% 18%,44% 77%,46% 27%,48% 64%,50% 31%,52% 72%,54% 20%,56% 68%,58% 33%,60% 76%,62% 17%,64% 70%,66% 36%,68% 62%,70% 24%,72% 74%,74% 30%,76% 67%,78% 19%,80% 77%,82% 35%,84% 61%,86% 25%,88% 71%,90% 32%,92% 66%,94% 21%,96% 73%,98% 30%,100% 55%,100% 66%,0 66%); }
.editor-playhead { position: absolute; left: 42%; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.85); z-index: 3; }
.editor-playhead::before { content: ""; position: absolute; left: 50%; top: -2px; width: 7px; height: 7px; border-radius: 50%; background: white; transform: translateX(-50%); }
.settings { display: grid; gap: 12px; align-content: start; }
.settings label { display: grid; gap: 6px; color: #9f9b96; font-size: 12px; }
.settings label span { padding: 9px; border: 1px solid var(--line); border-radius: 8px; color: #d7d3cd; }

.showcase-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 178px; gap: 12px; }
.showcase-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.showcase-grid img:nth-child(1), .showcase-grid img:nth-child(2) { grid-column: span 2; }
.showcase-grid img:nth-child(3), .showcase-grid img:nth-child(4) { grid-column: span 1; }
.showcase-grid img:nth-child(n+5) { grid-column: span 2; }

.steps__line { height: 2px; margin: 12px 15% -31px; background: linear-gradient(90deg, #ff9f49, #a27cff, #66c9ff); opacity: .5; }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { padding: 30px; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid #ef8e5b; border-radius: 50%; background: #261811; font-weight: 700; }

.feature__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 62px; align-items: center; }
.feature__grid--reverse { grid-template-columns: 1.2fr .8fr; }
.comparison { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.comparison::after { content: ""; position: absolute; inset: 0 50% 0 0; background: rgba(22, 13, 8, .35); border-right: 2px solid rgba(255,255,255,.8); }
.comparison img { width: 100%; height: 430px; object-fit: cover; }
.comparison span { position: absolute; top: 18px; z-index: 2; padding: 6px 10px; border-radius: 7px; background: rgba(0,0,0,.72); font-size: 12px; }
.comparison span:first-of-type { left: 18px; }
.comparison span:last-of-type { right: 18px; }
.sliders { display: grid; gap: 19px; max-width: 360px; margin-top: 36px; }
.sliders label { display: grid; grid-template-columns: 90px 1fr; align-items: center; color: #cbc7c0; font-size: 14px; }
.sliders i { height: 3px; background: linear-gradient(90deg, #f5f1e9 var(--value), #35363b var(--value)); position: relative; }
.sliders i::after { content: ""; position: absolute; left: var(--value); top: 50%; width: 12px; height: 12px; border-radius: 50%; background: white; transform: translate(-50%,-50%); }
.montage-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .82fr); gap: 48px; align-items: center; }
.montage-editor { padding: 18px; border-radius: 24px; }
.montage-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 30px; color: #8f8b86; font-size: 11px; }
.montage-toolbar span:last-child { justify-self: end; padding: 5px 9px; border: 1px solid var(--line); border-radius: 6px; color: #c9c5bf; }
.montage-scenes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 10px 0 4px 82px; }
.montage-scenes figure { margin: 0; min-width: 0; }
.montage-scenes img { width: 100%; height: 74px; border-radius: 7px; object-fit: cover; }
.montage-scenes figcaption { padding-top: 3px; color: #8e8a84; font-size: 9px; text-align: center; }
.montage-ruler { display: grid; grid-template-columns: repeat(6, 1fr); margin-left: 82px; padding: 7px 0 5px; border-bottom: 1px solid rgba(255,255,255,.08); color: #686661; font-size: 8px; }
.montage-ruler span:last-child { text-align: right; }
.montage-timeline { display: grid; grid-template-columns: 74px minmax(0, 1fr); min-height: 214px; }
.track-labels, .track-area { display: grid; grid-template-rows: 46px repeat(4, 36px); gap: 4px; padding-top: 5px; }
.track-labels { padding-right: 8px; color: #aaa69f; font-size: 9px; }
.track-labels span { display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.06); }
.track-area { position: relative; overflow: hidden; }
.video-track, .transition-track { display: flex; gap: 3px; min-width: 0; }
.video-track b { width: var(--w); height: 100%; border-radius: 4px; background: var(--tone); }
.transition-track { align-items: center; background: #24183e; border-radius: 4px; }
.transition-track b { display: grid; place-items: center; width: 26px; height: 20px; margin-left: 14%; border-radius: 4px; background: #7653d1; color: #ddd2ff; font-size: 9px; }
.audio-track { position: relative; overflow: hidden; border-radius: 4px; background: #162d5d; }
.audio-track::after { content: ""; position: absolute; inset: 5px 0; background: repeating-linear-gradient(90deg, transparent 0 2px, currentColor 2px 4px, transparent 4px 7px); opacity: .62; clip-path: polygon(0 45%,2% 28%,4% 62%,6% 19%,8% 72%,10% 35%,12% 58%,14% 22%,16% 78%,18% 33%,20% 61%,22% 25%,24% 68%,26% 38%,28% 73%,30% 20%,32% 66%,34% 30%,36% 79%,38% 38%,40% 58%,42% 18%,44% 72%,46% 29%,48% 64%,50% 35%,52% 75%,54% 22%,56% 61%,58% 31%,60% 70%,62% 19%,64% 77%,66% 36%,68% 63%,70% 24%,72% 72%,74% 32%,76% 61%,78% 20%,80% 78%,82% 38%,84% 60%,86% 26%,88% 70%,90% 34%,92% 65%,94% 21%,96% 74%,98% 32%,100% 55%,100% 65%,0 65%); }
.audio-track--purple { color: #b094ff; background: #292052; }
.audio-track--amber { color: #f5a623; background: #503617; }
.audio-track--cyan { color: #32d1c5; background: #124d4c; }
.playhead { position: absolute; left: 47%; top: 0; bottom: 0; width: 1px; background: #f8f3ea; z-index: 4; box-shadow: 0 0 8px rgba(255,255,255,.45); }
.playhead::before { content: ""; position: absolute; left: 50%; top: -2px; width: 7px; height: 7px; border-radius: 50%; background: white; transform: translateX(-50%); }
.montage-copy h2 { max-width: 520px; }
.check-list { padding: 0; list-style: none; color: #bbb8b2; }
.check-list li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; margin-right: 10px; color: #a982ff; }

.style-strip { padding: 36px; }
.style-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.style-grid figure { margin: 0; }
.style-grid img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; }
.style-grid figcaption { display: grid; gap: 6px; padding-top: 10px; text-align: center; color: #cbc8c2; font-size: 13px; }
.style-grid figcaption span { width: max-content; max-width: 100%; margin-inline: auto; padding: 5px 10px; border-radius: 5px; background: #1a1b1f; color: #89857f; font-size: 10px; }
.tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.tabs button { padding: 9px 17px; border: 1px solid var(--line); border-radius: 9px; background: #101218; color: #aaa7a1; cursor: pointer; }
.tabs button.is-active { background: var(--accent); color: white; }
.usecase-grid { display: grid; grid-template-columns: 1.35fr repeat(2, 1fr); grid-auto-rows: 220px; gap: 14px; }
.usecase { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #101217; }
.usecase--large { grid-row: span 2; }
.usecase img { width: 100%; height: calc(100% - 40px); min-height: 120px; object-fit: cover; border-radius: 12px; }
.usecase--large img { height: calc(100% - 90px); }
.usecase h3 { margin: 11px 0 0; font-size: 17px; }
.usecase p { font-size: 13px; }

.translation { padding: 36px; }
.translation-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.translation-flow > div { min-height: 245px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(0,0,0,.18); }
.translation-flow strong { font-size: 12px; }
.translation-flow img { width: 100%; height: 150px; margin-top: 16px; border-radius: 9px; object-fit: cover; }
.translation-flow p { margin-top: 38px; font-size: 13px; }
.wave--wide { height: 160px; margin-top: 28px; }
.benefits { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; align-items: center; }
.benefit-list { display: grid; gap: 20px; }
.benefit-list article { display: grid; grid-template-columns: 46px 1fr; }
.benefit-list b { grid-row: span 2; color: #ff9c4d; }
.benefit-list p { margin: 0; font-size: 14px; }
.contact-sheet { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.contact-sheet img { width: 100%; height: 105px; object-fit: cover; border-radius: 8px; }
.info-story { background: linear-gradient(90deg, #0c0d10, #17100b); }
.info-story__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: center; }
.info-story__grid > img { height: 480px; width: 100%; object-fit: cover; border-radius: var(--radius); }
.audiences { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.audiences span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #c5c1ba; font-size: 12px; }
.simple-flow { padding: 44px; border-radius: var(--radius); background: linear-gradient(100deg, #f0e6dc, #dfeaf3); color: #161719; }
.simple-flow p { color: #55575c; }
.simple-flow__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.simple-flow article { padding: 20px 34px; border-right: 1px solid rgba(0,0,0,.12); }
.simple-flow article:last-child { border-right: 0; }
.simple-flow span { color: #9f5e47; font-weight: 700; }

.faq { max-width: 980px; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__button { width: 100%; min-height: 70px; display: flex; justify-content: space-between; align-items: center; padding: 0; border: 0; background: transparent; color: var(--text); text-align: left; cursor: pointer; }
.faq__button span { font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq__item > p { max-height: 0; overflow: hidden; margin: 0; transition: max-height .25s ease, margin .25s ease; }
.faq__item.is-open > p { max-height: 160px; margin: -4px 0 22px; }
.faq__item.is-open .faq__button span { transform: rotate(45deg); }
.final-cta { padding-bottom: 110px; }
.final-cta__inner { padding: 64px 40px; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 50% 52%, rgba(255, 119, 81, .13), transparent 24%), radial-gradient(circle at 52% 55%, rgba(130, 91, 255, .14), transparent 42%), #0d0e12; text-align: center; overflow: hidden; }
.orbit { display: grid; grid-template-columns: 170px 1fr 170px; grid-template-rows: 150px 150px; gap: 14px; max-width: 900px; margin: 30px auto; align-items: center; }
.orbit > img { width: 100%; height: 140px; object-fit: cover; border: 1px solid rgba(176, 127, 255, .5); border-radius: 18px; }
.orbit > img:nth-of-type(3), .orbit > img:nth-of-type(4) { grid-row: 2; }
.orbit__center { grid-column: 2; grid-row: 1 / span 2; }
.orbit__center .prompt-input { min-height: 58px; margin-bottom: 12px; text-align: left; }
.orbit__center img { width: 100%; height: 240px; object-fit: cover; border-radius: 18px; }

.site-footer { padding: 66px 0 26px; border-top: 1px solid var(--line); background: #090a0c; }
.footer__grid { display: grid; grid-template-columns: 240px 1fr; gap: 70px; }
.footer__grid > div p { margin-top: 20px; font-size: 14px; }
.footer__grid nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer__grid nav > div { display: grid; gap: 12px; align-content: start; }
.footer__grid nav a { color: #aaa7a1; font-size: 13px; }
.footer__grid nav a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); color: #85827d; font-size: 12px; }
.footer__bottom div { display: flex; gap: 24px; }

@media (max-width: 1100px) {
  .capability-grid { grid-template-columns: repeat(3, 1fr); gap: 24px 16px; }
  .editor__layout { grid-template-columns: 110px 1fr; }
  .settings { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
  .montage-layout { grid-template-columns: 1fr; }
  .montage-copy { max-width: 720px; }
  .translation-flow { grid-template-columns: repeat(3, 1fr); }
  .translation-flow > div:nth-child(n+4) { min-height: 190px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  .header__inner { grid-template-columns: 1fr auto auto; min-height: 64px; }
  .menu-button { display: inline-flex; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: #ddd8d0; font-size: 13px; }
  .header__nav { display: none; position: absolute; top: 64px; left: 16px; right: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #101116; flex-direction: column; gap: 15px; }
  .header__nav.is-open { display: flex; }
  .hero { min-height: auto; padding-top: 66px; }
  .hero__grid, .feature__grid, .feature__grid--reverse, .benefits, .info-story__grid { grid-template-columns: 1fr; gap: 38px; }
  .hero__copy { text-align: center; }
  .hero__copy .lead { margin-inline: auto; }
  .hero__copy .actions { justify-content: center; }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .showcase-grid img { grid-column: span 1 !important; }
  .showcase-grid img:nth-child(1), .showcase-grid img:nth-child(8) { grid-column: span 2 !important; }
  .steps__grid { grid-template-columns: 1fr; }
  .steps__line { display: none; }
  .style-grid { grid-template-columns: repeat(2, 1fr); }
  .usecase-grid { grid-template-columns: repeat(2, 1fr); }
  .usecase--large { grid-row: span 1; }
  .usecase--large img { height: calc(100% - 40px); }
  .translation-flow { grid-template-columns: repeat(2, 1fr); }
  .simple-flow__grid { grid-template-columns: 1fr; }
  .simple-flow article { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.12); }
  .simple-flow article:last-child { border-bottom: 0; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__grid nav { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .section { padding: 58px 0; }
  h1 { font-size: clamp(40px, 11vw, 48px); }
  h2 { font-size: clamp(32px, 9vw, 40px); }
  .header__inner > .button { display: none; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .prompt-panel { padding: 14px; }
  .prompt-toolbar { flex-wrap: wrap; }
  .prompt-toolbar a { width: 100%; margin-left: 0; text-align: center; }
  .hero-frames img { height: 108px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability > img, .capability--ui > div:first-child { height: 112px; }
  .editor__layout { grid-template-columns: 1fr; }
  .scene-list { grid-template-columns: repeat(3, 1fr); }
  .scene-list span { grid-column: 1 / -1; }
  .editor-preview img { height: 230px; }
  .settings { grid-column: auto; grid-template-columns: repeat(2, 1fr); }
  .montage-editor { padding: 12px; overflow-x: auto; }
  .montage-editor { scrollbar-width: none; }
  .montage-editor::-webkit-scrollbar { display: none; }
  .montage-toolbar, .montage-scenes, .montage-ruler, .montage-timeline { min-width: 620px; }
  .montage-scenes img { height: 62px; }
  .showcase-grid { grid-auto-rows: 132px; }
  .comparison img { height: 300px; }
  .style-strip, .translation, .simple-flow { padding: 20px; }
  .style-grid, .usecase-grid, .translation-flow { grid-template-columns: 1fr; }
  .style-grid img { height: 210px; }
  .usecase-grid { grid-auto-rows: 230px; }
  .contact-sheet { grid-template-columns: repeat(3, 1fr); }
  .contact-sheet img { height: 80px; }
  .info-story__grid > img { height: 300px; }
  .orbit { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .orbit__center { grid-column: 1 / -1; grid-row: auto; order: -1; }
  .orbit > img { height: 100px; }
  .final-cta__inner { padding: 42px 18px; }
  .footer__bottom { gap: 20px; flex-direction: column; }
}

.useful-ai-services{border-top:1px solid rgba(255,255,255,.12);padding:32px 0}.useful-ai-services h2{font-size:1.15rem;margin:0 0 16px}.useful-ai-services ul{display:flex;flex-wrap:wrap;gap:10px 18px;list-style:none;margin:0;padding:0}.useful-ai-services a{color:inherit;text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.useful-ai-services ul{display:grid;grid-template-columns:1fr 1fr}}
