:root {
  --ink: #171715;
  --ink-2: #292824;
  --muted: #5f5d56;
  --paper: #f7f6f2;
  --paper-2: #efede7;
  --white: #fff;
  --line: rgba(23, 23, 21, 0.13);
  --brand: #e84a87;
  --brand-2: #ff6aa5;
  --violet: #7447ff;
  --aqua: #66e0cf;
  --green: #31b87a;
  --dark: #11110f;
  --dark-2: #171714;
  --dark-3: #22221e;
  --dark-line: rgba(255, 255, 255, 0.1);
  --radius: 24px;
  --shadow: 0 28px 80px rgba(18, 18, 16, 0.13);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[data-demo-media] { position: relative; overflow: hidden; }
[data-demo-media] > :not(.demo-media-element) { position: relative; z-index: 1; }
.demo-media-element { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
[data-media-mode="replace"].has-demo-media > .demo-media-fallback { display: none; }
.demo-media-fallback { width: 100%; height: 100%; }
.scene-thumb { appearance: none; padding: 8px; color: inherit; cursor: pointer; }
.scene-thumb:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.video-person, .video-caption, .caption-chip, .preview-play { z-index: 2; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 132px 0; }
.gradient-text {
  background: linear-gradient(105deg, var(--violet), var(--brand) 58%, #b34cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 68px;
  border-bottom: 1px solid rgba(23, 23, 21, 0.08);
  background: rgba(247, 246, 242, 0.88);
  backdrop-filter: blur(18px);
}
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-link { flex: 0 0 auto; }
.nav-links { display: flex; gap: 30px; align-items: center; margin-left: auto; }
.nav-links a, .nav-signin { color: #3d3b36; font-size: 13px; font-weight: 650; transition: color 180ms ease; }
.nav-links a:hover, .nav-signin:hover { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.menu-button { display: none; border: 0; background: transparent; font-weight: 700; }
.button {
  min-height: 44px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { min-height: 38px; padding-inline: 15px; color: white; background: var(--ink); }
.button-brand { color: white; background: linear-gradient(120deg, var(--violet), var(--brand)); box-shadow: 0 13px 30px rgba(116, 71, 255, 0.22); }
.button-brand:hover { box-shadow: 0 16px 34px rgba(232, 74, 135, 0.3); }
.button-secondary { border-color: var(--line); background: rgba(255, 255, 255, 0.66); }

.hero { position: relative; padding: 112px 0 84px; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(rgba(23,23,21,.14) .6px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  pointer-events: none;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.28; pointer-events: none; }
.hero-orb-one { width: 430px; height: 430px; left: -190px; top: 40px; background: #ed68a0; }
.hero-orb-two { width: 380px; height: 380px; right: -150px; top: 180px; background: #7447ff; }
.hero-wrap { position: relative; }
.hero-copy { max-width: 1060px; margin: 0 auto 72px; text-align: center; }
.hero-copy h1 { margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: 0.98; letter-spacing: -0.06em; font-weight: 770; text-wrap: balance; }
.hero-copy > p { max-width: 650px; margin: 28px auto 0; color: #484640; font-size: clamp(18px, 2.1vw, 23px); line-height: 1.45; letter-spacing: -0.02em; }
.hero-actions { margin-top: 32px; display: flex; justify-content: center; gap: 12px; }

.app-shell {
  position: relative;
  width: min(1180px, 100%);
  height: 690px;
  margin: 0 auto;
  color: #eeeff3;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: #10110f;
  box-shadow: 0 46px 110px rgba(19, 17, 18, 0.29), 0 0 0 1px rgba(0,0,0,.48);
  overflow: hidden;
}
.app-shell::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.08); pointer-events: none; }
.app-chrome { height: 45px; padding: 0 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--dark-line); background: #101115; font-size: 11px; }
.traffic-lights { display: flex; gap: 6px; }
.traffic-lights i { width: 9px; height: 9px; border-radius: 50%; background: #3a3b42; }
.traffic-lights i:first-child { background: #ff6c56; }.traffic-lights i:nth-child(2) { background: #f6be4f; }.traffic-lights i:last-child { background: #48c871; }
.app-project { display: flex; align-items: center; gap: 8px; color: #9b9da6; }
.app-project b { color: #6d707a; font-weight: 500; padding-left: 8px; border-left: 1px solid #363840; }
.project-mark { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 5px; color: white; background: var(--brand); font-weight: 800; }
.app-status { justify-self: end; display: flex; align-items: center; gap: 7px; color: #a7a9b0; }
.app-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(49,184,122,.08); animation: status-pulse 2s ease infinite; }
.app-body { display: grid; grid-template-columns: 210px 1fr; height: 100%; }
.app-sidebar { position: relative; padding: 16px 10px; border-right: 1px solid var(--dark-line); background: #171814; }
.app-sidebar-brand { height: 32px; display: flex; align-items: center; gap: 9px; padding: 0 8px; font-size: 12px; font-weight: 750; }
.app-sidebar-brand img { border-radius: 6px; }
.app-sidebar-brand i { width: 20px; height: 20px; margin-left: auto; display: grid; place-items: center; border: 1px solid #34362f; border-radius: 5px; color: #8f9188; font-size: 14px; font-style: normal; }
.workspace-switcher { height: 51px; margin: 12px 2px 14px; padding: 7px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; border: 1px solid #2b2d34; border-radius: 8px; background: #17181d; color: #b8bac1; font-size: 10px; }
.workspace-avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; color: #171715; background: #f4f2ec; font-weight: 800; }
.workspace-switcher b, .workspace-switcher small { display: block; }.workspace-switcher b { color: #ececf0; font-size: 10px; }.workspace-switcher small { margin-top: 2px; color: #72747d; font-size: 8px; }
.app-nav { display: grid; gap: 2px; }
.app-nav button { width: 100%; height: 35px; padding: 0 10px; display: grid; grid-template-columns: 1fr; align-items: center; border: 0; border-radius: 7px; color: #aaa69d; background: transparent; text-align: left; font-size: 10px; cursor: pointer; transition: color 150ms ease, background 150ms ease; }
.app-nav button:hover { color: #f1f1f4; background: #1a1b20; }
.app-nav button[aria-selected="true"] { color: #161613; background: #f5f3ed; box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.app-nav button i { display: none; font-style: normal; color: #696c75; font-size: 13px; }.app-nav button[aria-selected="true"] i { color: #161613; }
.app-nav button span { font-weight: 650; }.app-nav button em, .app-nav button small { color: #5d6069; font-size: 8px; font-style: normal; }
.app-nav button small { padding: 3px 5px; border-radius: 4px; background: #1b1d22; }
.sidebar-footer { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 12px 14px; border-top: 1px solid var(--dark-line); color: #8f9189; font-size: 9px; }
.sidebar-mode { min-height: 27px; display: flex; align-items: center; gap: 8px; }
.sidebar-account { min-height: 34px; display: flex; align-items: center; justify-content: space-between; color: #d4d5cf; }
.sidebar-account small { padding: 3px 6px; border-radius: 999px; color: #9c9e96; background: #24251f; }
.sidebar-user { min-height: 36px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; }
.sidebar-user > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #171715; background: #f4f2ec; font-size: 9px; font-weight: 750; }
.sidebar-user p { min-width: 0; margin: 0; color: #d4d5da; font-weight: 650; }
.sidebar-user small { display: block; margin-top: 2px; color: #71736b; font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app-view { min-width: 0; background: #0f1013; outline: none; }
.view-head { height: 72px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--dark-line); background: #121318; }
.view-path { display: block; margin-bottom: 5px; color: #686b74; font-size: 8px; }.view-head h2 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.view-actions { display: flex; gap: 7px; }.view-actions button { height: 31px; padding: 0 10px; border: 1px solid #2e3037; border-radius: 6px; color: #aaaeb7; background: #191a1f; font-size: 9px; }.view-actions .run-button { color: white; border-color: transparent; background: linear-gradient(120deg, var(--violet), var(--brand)); }
.view-content { height: calc(100% - 72px); padding: 22px 24px 36px; overflow: hidden; }
.view-grid { height: 100%; display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; animation: view-in 350ms ease both; }
.view-grid.single { grid-template-columns: 1fr; }
.ui-card { position: relative; min-width: 0; border: 1px solid #292b32; border-radius: 10px; background: #17181d; overflow: hidden; }
.ui-card-head { min-height: 44px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #292b32; color: #e5e5e8; font-size: 9px; font-weight: 700; }
.ui-card-head span { color: #6f727b; font-weight: 500; }
.flo-chat { padding: 18px; display: flex; flex-direction: column; }
.flo-message { max-width: 86%; padding: 12px 14px; margin-bottom: 12px; border-radius: 9px; color: #c7c9cf; background: #22242a; font-size: 10px; line-height: 1.55; }
.flo-message.user { align-self: flex-end; color: white; background: #5b43c4; }
.flo-thinking { display: flex; align-items: center; gap: 8px; color: #898c96; font-size: 9px; }.flo-thinking i { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); animation: status-pulse 1.5s infinite; }
.prompt-bar { margin-top: auto; height: 50px; padding: 0 8px 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #30323a; border-radius: 8px; color: #777a83; background: #121318; font-size: 9px; }.prompt-bar b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--brand); }
.insight-board { display: grid; grid-template-rows: auto repeat(3, 1fr); }
.insight-row { padding: 12px 13px; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid #282a31; font-size: 9px; }.insight-row:last-child { border: 0; }.insight-row b { color: #6f727b; }.insight-row strong { display: block; color: #e7e8eb; font-size: 10px; }.insight-row small { display: block; margin-top: 4px; color: #6f727b; }.score { padding: 4px 6px; border-radius: 4px; color: #72d8af; background: rgba(49,184,122,.1); }
.asset-grid { padding: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.asset-card { min-height: 150px; padding: 10px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 8px; color: white; background: linear-gradient(145deg, #4f56d8, #ed5e6d); font-size: 9px; font-weight: 700; overflow: hidden; }.asset-card:nth-child(2) { background: linear-gradient(145deg, #ed9c55, #782f5f); }.asset-card:nth-child(3) { background: linear-gradient(145deg, #3b665b, #54c39c); }.asset-card:nth-child(4) { background: linear-gradient(145deg, #23252f, #8c6cf4); }.asset-card:nth-child(5) { background: linear-gradient(145deg, #784336, #df7156); }.asset-card:nth-child(6) { background: linear-gradient(145deg, #263e55, #55a7d4); }
.asset-card i { height: 55%; margin-bottom: auto; border: 1px solid rgba(255,255,255,.25); border-radius: 50% 50% 42% 42%; background: rgba(255,255,255,.15); }
.run-board { height: 100%; display: grid; grid-template-columns: 1fr 1.25fr; gap: 12px; }
.script-card { padding: 16px; }.script-card h3 { margin: 0 0 9px; font-size: 15px; }.script-card p { margin: 0 0 10px; color: #8d9099; font-size: 9px; line-height: 1.6; }.script-card p.active { padding: 10px; border-left: 2px solid var(--brand); color: #dedfe3; background: #202127; }.script-meta { display: flex; gap: 6px; margin-bottom: 12px; }.script-meta span { padding: 4px 6px; border-radius: 4px; color: #a6a9b2; background: #25272e; font-size: 8px; }
.run-timeline { padding: 12px; }.run-timeline > div { height: 73px; margin-bottom: 8px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 10px; padding: 8px; border: 1px solid #292b32; border-radius: 7px; background: #1c1d22; }.run-timeline i { height: 55px; border-radius: 6px; background: linear-gradient(150deg,#713f4b,#e9855f); }.run-timeline div:nth-child(2) i { background: linear-gradient(150deg,#304954,#63b6a7); }.run-timeline div:nth-child(3) i { background: linear-gradient(150deg,#493564,#9672d7); }.run-timeline strong, .run-timeline small { display: block; }.run-timeline strong { font-size: 9px; }.run-timeline small { margin-top: 4px; color: #6f727b; font-size: 8px; }.run-timeline b { color: #5fce9e; font-size: 8px; }
.editor-demo { height: 100%; display: grid; grid-template-columns: 120px 1fr 125px; grid-template-rows: 1fr 128px; gap: 10px; }.editor-demo .asset-panel, .editor-demo .property-panel, .editor-demo .preview-panel, .editor-demo .demo-timeline { border: 1px solid #292b32; border-radius: 8px; background: #17181d; }.asset-panel, .property-panel { padding: 10px; }.asset-panel strong, .property-panel strong { display: block; margin-bottom: 10px; font-size: 9px; }.asset-panel div { height: 68px; margin-bottom: 7px; border-radius: 5px; background: linear-gradient(150deg,#523c6c,#c25f70); }.asset-panel div:nth-child(3) { background: linear-gradient(150deg,#294b51,#55ae9c); }.preview-panel { display: grid; place-items: center; background: #0a0b0d !important; }.preview-frame { position: relative; width: 170px; height: 300px; display: flex; align-items: flex-end; justify-content: center; padding: 20px; text-align: center; background: linear-gradient(170deg,#365068,#e87453); font-size: 12px; font-weight: 850; }.preview-frame::before { content:""; position:absolute; inset: 30px 40px 80px; border-radius: 50% 50% 38% 38%; background: rgba(255,255,255,.16); }.preview-frame span { position: relative; }.property-panel label { display: flex; justify-content: space-between; margin: 12px 0; color: #777a83; font-size: 8px; }.property-panel label span { color: #dadbe0; }.property-panel button { width: 100%; height: 30px; border: 1px solid #644dea; border-radius: 5px; color: white; background: #5b43c4; font-size: 8px; }.demo-timeline { grid-column: 1/-1; position: relative; padding: 20px 10px 10px 34px; }.demo-timeline .track-line { height: 25px; margin-bottom: 5px; border-radius: 3px; background: repeating-linear-gradient(90deg,#7b5548 0 40px,#4b3230 40px 42px); }.demo-timeline .track-line:nth-child(2) { background: repeating-linear-gradient(90deg,#3e5c70 0 54px,#263946 54px 56px); }.demo-timeline .track-line:nth-child(3) { background: repeating-linear-gradient(90deg,#59457b 0 30px,#332747 30px 32px); }.demo-timeline::after { content:""; position:absolute; left: 47%; top: 10px; bottom: 8px; width:1px; background:#ff6f51; box-shadow: 0 0 9px #ff6f51; animation: scrub 5.8s linear infinite; }
.page-builder { height: 100%; display: grid; grid-template-columns: 145px 1fr 150px; gap: 10px; }.block-panel, .publish-panel { padding: 12px; border: 1px solid #292b32; border-radius: 8px; background: #17181d; }.block-panel strong, .publish-panel strong { display:block; margin-bottom: 12px; font-size:9px; }.block-panel span { display:block; margin-bottom:7px; padding:9px; border:1px solid #2d2f36; border-radius:5px; color:#8d9099; font-size:8px; }.page-canvas { padding: 9px; border: 1px solid #292b32; border-radius: 8px; background:#202126; overflow:hidden; }.mini-page { height: 100%; color:#171715; background:#f2efe7; text-align:center; }.mini-page-nav { height:35px; padding:0 10px; display:flex; align-items:center; justify-content:space-between; font-size:8px; font-weight:800; }.mini-page-hero { height: 220px; padding:35px 25px; color:white; background:linear-gradient(145deg,#3f4149,#e07056); }.mini-page-hero strong { display:block; font-size:23px; line-height:1.05; }.mini-page-hero small { display:block; margin-bottom:10px; }.mini-page-hero button { margin-top:18px; padding:8px 12px; border:0; color:white; background:var(--brand); font-size:7px; font-weight:800; }.publish-panel p { color:#7b7e87; font-size:8px; line-height:1.5; }.publish-panel button { width:100%; height:31px; margin-top:8px; border:0; border-radius:5px; color:white; background:#63b566; font-size:8px; font-weight:700; }
.tool-grid { height:100%; display:grid; grid-template-columns:repeat(3,1fr); gap:11px; }.tool-card { padding:16px; border:1px solid #292b32; border-radius:9px; background:#17181d; }.tool-card i { width:30px; height:30px; display:grid; place-items:center; margin-bottom:25px; border-radius:7px; color:white; background:#6048d3; font-style:normal; }.tool-card strong { display:block; font-size:10px; }.tool-card p { margin:6px 0 0; color:#72757f; font-size:8px; line-height:1.5; }
.folder-view { height:100%; display:grid; grid-template-columns:190px 1fr; gap:12px; }.folder-tree, .folder-assets { border:1px solid #292b32; border-radius:8px; background:#17181d; }.folder-tree { padding:12px; }.folder-tree strong { display:block; margin-bottom:12px; font-size:9px; }.folder-tree span { display:block; margin:3px 0; padding:8px; border-radius:5px; color:#81848d; font-size:8px; }.folder-tree span.active { color:white; background:#282a31; }.folder-tree span.child { padding-left:22px; }.folder-assets { padding:12px; display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }.folder-asset { position:relative; min-height:120px; border-radius:6px; background:linear-gradient(150deg,#68485d,#e27558); }.folder-asset:nth-child(2n) { background:linear-gradient(150deg,#314f5c,#64b5a2); }.folder-asset span { position:absolute; left:7px; right:7px; bottom:7px; z-index:2; padding:6px; border-radius:4px; color:white; background:rgba(10,10,10,.64); font-size:7px; font-weight:700; }
.demo-controller { position: absolute; left: 210px; right: 0; bottom: 0; z-index: 5; height: 25px; display: flex; align-items: center; gap: 8px; padding: 0 10px; background: rgba(15,16,19,.92); }
.demo-progress { height: 2px; flex: 1; overflow: hidden; background: #292b31; }.demo-progress i { display:block; width:100%; height:100%; transform-origin:left; background:linear-gradient(90deg,var(--brand),var(--violet)); animation:demo-progress 5.8s linear infinite; }.demo-controller button { width:20px; padding:0; border:0; color:#747781; background:transparent; font-size:9px; }.app-shell.is-paused .demo-progress i { animation-play-state: paused; }

.manifesto { padding: 130px 0; color: white; background: var(--ink); }
.manifesto-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.manifesto h2 { margin:0; font-size:clamp(44px,6vw,78px); line-height:1; letter-spacing:-.055em; }.manifesto h2 span { display:block; color:#77766f; }.manifesto p { margin:0 0 7px; color:#bbb9b1; font-size:18px; line-height:1.55; }
.section-heading h2 { margin:0; font-size:clamp(42px,5.3vw,68px); line-height:1.02; letter-spacing:-.05em; text-wrap:balance; }.section-heading > p, .section-heading > div > p { max-width:650px; margin:20px 0 0; color:#4f4d47; font-size:18px; line-height:1.6; }.section-heading.centered { max-width:820px; margin:0 auto 58px; text-align:center; }.section-heading.centered p { margin:20px auto 0; }

.campaign-section { background: var(--paper); }
.campaign-player { border:1px solid var(--line); border-radius:var(--radius); background:var(--white); box-shadow:var(--shadow); overflow:hidden; }
.story-tabs { height:76px; display:grid; grid-template-columns:repeat(5,1fr); border-bottom:1px solid var(--line); }.story-tabs button { position:relative; border:0; border-right:1px solid var(--line); color:#807e76; background:white; font-weight:700; cursor:pointer; }.story-tabs button:last-child { border-right:0; }.story-tabs button span { margin-right:8px; color:#b7b4aa; font-size:10px; }.story-tabs button[aria-selected="true"] { color:var(--ink); }.story-tabs button[aria-selected="true"]::after { content:""; position:absolute; left:18px; right:18px; bottom:-1px; height:3px; background:var(--brand); }
.story-stage { height:550px; }.story-panel { height:100%; display:grid; grid-template-columns:.72fr 1.28fr; animation:story-in 400ms ease both; }.story-copy { padding:78px 54px; border-right:1px solid var(--line); }.story-copy > span { display:block; margin-bottom:20px; color:var(--brand); font-size:11px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }.story-copy h3 { margin:0; font-size:40px; line-height:1.03; letter-spacing:-.045em; }.story-copy p { margin:22px 0 0; color:#53514b; font-size:16px; line-height:1.6; }.story-panel > div:last-child { position:relative; overflow:hidden; background:#101115; }
.story-progress { height:3px; background:#e7e4dc; }.story-progress i { display:block; height:100%; transform-origin:left; background:linear-gradient(90deg,var(--brand),var(--violet)); animation:story-progress 7s linear infinite; }.campaign-player.is-paused .story-progress i { animation-play-state:paused; }
.strategy-visual { padding:55px; }.research-card { position:relative; z-index:2; width:75%; padding:22px; border:1px solid #33353d; border-radius:12px; color:white; background:#1a1c21; box-shadow:0 25px 60px rgba(0,0,0,.3); }.research-card small,.research-card span { display:block; color:#747781; font-size:10px; }.research-card strong { display:block; margin:11px 0 15px; font-size:18px; line-height:1.4; }.angle-stack { position:relative; z-index:2; width:80%; margin:24px 0 0 auto; }.angle-stack > div { padding:13px; margin-top:7px; display:grid; grid-template-columns:34px 1fr; align-items:center; border:1px solid #30323a; border-radius:9px; color:white; background:#191a1f; }.angle-stack b { color:#666a74; font-size:10px; }.angle-stack strong,.angle-stack small { display:block; }.angle-stack strong { font-size:11px; }.angle-stack small { margin-top:4px; color:#72757e; font-size:8px; }.signal-line { position:absolute; width:380px; height:380px; right:-80px; top:-100px; border:1px solid rgba(124,92,255,.4); border-radius:50%; box-shadow:0 0 100px rgba(124,92,255,.23), inset 0 0 80px rgba(124,92,255,.08); }
.production-visual { padding:40px; }.script-rail { position:absolute; z-index:2; left:28px; top:45px; width:185px; padding:17px; border:1px solid #353740; border-radius:10px; color:white; background:#1b1c22; transform:rotate(-3deg); box-shadow:0 25px 60px rgba(0,0,0,.35); }.script-rail small { color:var(--brand-2); font-size:9px; font-weight:800; }.script-rail p { margin:14px 0; color:#8a8d96; font-size:8px; line-height:1.5; }.scene-film { position:absolute; left:176px; top:90px; right:-45px; display:grid; grid-template-columns:repeat(4,150px); gap:10px; transform:rotate(4deg); }.film-card { height:250px; padding:12px; display:flex; align-items:flex-end; border-radius:10px; color:white; background:linear-gradient(155deg,#394c5a,#df6a55); box-shadow:0 25px 45px rgba(0,0,0,.32); }.film-card:nth-child(2){background:linear-gradient(155deg,#355b51,#64be9f)}.film-card:nth-child(3){background:linear-gradient(155deg,#553b69,#b1608a)}.film-card:nth-child(4){background:linear-gradient(155deg,#62472f,#e8a15d)}.film-card span{font-size:9px;font-weight:800}.production-status { position:absolute; z-index:3; left:50%; bottom:30px; width:270px; padding:13px 15px; display:grid; grid-template-columns:9px 1fr; align-items:center; gap:10px; border:1px solid #383a42; border-radius:10px; color:white; background:rgba(24,25,30,.92); box-shadow:0 16px 40px rgba(0,0,0,.4); }.production-status i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(49,184,122,.1)}.production-status b,.production-status small{display:block}.production-status b{font-size:10px}.production-status small{margin-top:3px;color:#7d8089;font-size:8px}
.editor-visual { padding:30px; }.editor-preview { position:absolute; left:45px; top:38px; width:185px; height:325px; display:grid; place-items:center; color:white; background:linear-gradient(165deg,#325163,#df6d55); box-shadow:0 30px 70px rgba(0,0,0,.4); }.caption-chip { position:absolute; left:14px; right:14px; bottom:28px; text-align:center; font-size:14px; font-weight:800; }.caption-chip b{color:#ffe571}.preview-play{width:42px;height:42px;display:grid;place-items:center;padding-left:3px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.25)}.timeline { position:absolute; left:205px; right:22px; bottom:35px; height:235px; padding:32px 12px 12px; border:1px solid #30323a; border-radius:8px; background:#17181d; }.time-ruler { position:absolute; left:55px; right:12px; top:10px; display:flex; justify-content:space-between; color:#5e616a; font-size:7px; }.track { height:51px; margin-bottom:6px; padding-left:42px; position:relative; display:flex; gap:3px; }.track b { position:absolute; left:0; top:18px; color:#646770; font-size:7px; }.clip{height:100%;flex:1;border-radius:3px;background:linear-gradient(145deg,#5b3f46,#b86655)}.clip.c2{background:linear-gradient(145deg,#30454d,#579b8b)}.clip.c3{background:linear-gradient(145deg,#4b3c60,#8665aa)}.wave,.captions{width:100%;height:100%;border-radius:3px;background:repeating-linear-gradient(90deg,#405d71 0 2px,#253642 2px 5px)}.captions{background:repeating-linear-gradient(90deg,#5f477c 0 28px,#2e2539 28px 31px)}.playhead{position:absolute;left:54%;top:22px;bottom:9px;width:1px;background:#ff6b4c;box-shadow:0 0 8px #ff6b4c;animation:scrub 5s linear infinite}.regen-button { position:absolute; z-index:3; right:34px; top:42px; height:36px; padding:0 14px; border:1px solid #6950dc; border-radius:7px; color:white; background:#5b43c4; font-size:9px; font-weight:700; }
.publish-visual { padding:30px; }.page-card { position:absolute; left:25px; top:28px; width:360px; height:430px; color:#171715; background:#f2eee4; box-shadow:0 28px 70px rgba(0,0,0,.45); }.page-nav { height:44px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:900}.page-nav span{padding:7px 10px;color:white;background:#171715;font-size:7px}.page-hero{height:386px;padding:95px 32px;color:white;background:linear-gradient(145deg,#385569,#e17454)}.page-hero small,.page-hero b{display:block}.page-hero small{font-size:8px}.page-hero b{max-width:250px;margin-top:10px;font-size:32px;line-height:1}.page-hero button{margin-top:25px;padding:10px 14px;border:0;color:white;background:var(--brand);font-size:8px;font-weight:800}.email-card{position:absolute;right:24px;top:63px;width:245px;height:320px;padding:35px 25px;color:#1e1d19;background:#fff1cf;transform:rotate(3deg);box-shadow:0 28px 60px rgba(0,0,0,.38)}.email-bar{padding-bottom:20px;margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.16);font-size:8px;font-weight:800}.email-card strong,.email-card span{display:block}.email-card strong{font-size:23px;line-height:1.08}.email-card span{margin-top:18px;color:#655e51;font-size:9px;line-height:1.5}.publish-targets{position:absolute;z-index:3;right:38px;bottom:26px;width:250px;display:grid;gap:7px}.publish-targets>div{padding:10px 12px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:8px;border:1px solid #373941;border-radius:8px;color:white;background:rgba(24,25,30,.95)}.publish-targets span{width:26px;height:26px;display:grid;place-items:center;border-radius:6px;color:white;background:#57a65c;font-size:10px;font-weight:900}.publish-targets .klaviyo-mark{background:#f2d833;color:#191915}.publish-targets b{font-size:9px}.publish-targets i{color:#60ce9c;font-size:8px;font-style:normal}
.learn-visual { padding:30px; }.memory-orbit { position:absolute; left:50%; top:48%; width:390px; height:390px; transform:translate(-50%,-50%); }.memory-core { position:absolute; z-index:4; left:50%; top:50%; width:112px; height:112px; display:grid; place-content:center; transform:translate(-50%,-50%); border:1px solid rgba(255,255,255,.25); border-radius:50%; color:white; background:radial-gradient(circle at 35% 30%,#a98fff,#5d42cc 48%,#271c64); box-shadow:0 0 70px rgba(124,92,255,.48); text-align:center;font-size:23px;font-weight:850}.memory-core small{display:block;color:#c3b8ff;font-size:8px;font-weight:600}.orbit{position:absolute;border:1px solid rgba(124,92,255,.36);border-radius:50%;animation:orbit-spin 16s linear infinite}.orbit-one{inset:35px}.orbit-two{inset:0;animation-direction:reverse;animation-duration:23s}.memory-node{position:absolute;padding:8px 10px;border:1px solid #3b3d45;border-radius:6px;color:#c5c7cc;background:#1b1c21;font-size:8px}.n1{left:0;top:48px}.n2{right:-18px;top:100px}.n3{left:0;bottom:62px}.n4{right:5px;bottom:25px;color:#69d6a9}.learn-score{position:absolute;right:24px;bottom:22px;width:160px;padding:14px;border:1px solid #33353d;border-radius:9px;color:white;background:rgba(23,24,29,.94)}.learn-score small,.learn-score span{display:block;color:#777a83;font-size:8px}.learn-score strong{display:block;margin:4px 0;color:#68d5aa;font-size:25px}

.memory-section { color:white; background:#0e0f12; overflow:hidden; }.memory-layout { position:relative; }.memory-copy { max-width:850px; }.memory-copy h2 { color:white; }.memory-copy > p { color:#aaa9a3; }.memory-copy .memory-emphasis { color:white;font-size:23px;font-weight:700; }.memory-map { height:480px; margin:70px 0 60px; display:grid; grid-template-columns:1fr .45fr 1.15fr .45fr 1fr; align-items:center; }.memory-column { display:grid; gap:13px; }.memory-column span { padding:15px 17px; display:flex; align-items:center; justify-content:space-between; border:1px solid #2c2e35; border-radius:9px; color:#d9d9dd; background:#17181d; font-size:11px; }.memory-column span:nth-child(2n){transform:translateX(18px)}.memory-column i{color:#6f727b;font-size:8px;font-style:normal}.memory-column.outputs span { border-color:rgba(49,184,122,.26); }.memory-column.outputs i{color:#66d1a7}.memory-beams { height:300px; display:grid; grid-template-rows:repeat(4,1fr); align-items:center; }.memory-beams i { height:1px; background:linear-gradient(90deg,#353741,#7c5cff); transform-origin:right; animation:beam 2.3s ease-in-out infinite; }.memory-beams i:nth-child(2){animation-delay:.3s}.memory-beams i:nth-child(3){animation-delay:.6s}.memory-beams i:nth-child(4){animation-delay:.9s}.memory-beams.outgoing{grid-template-rows:repeat(3,1fr)}.memory-beams.outgoing i{background:linear-gradient(90deg,#7c5cff,#31b87a);transform-origin:left}.memory-engine { display:grid; place-items:center; }.engine-rings { position:relative; width:260px;height:260px;display:grid;place-items:center;border:1px solid rgba(124,92,255,.28);border-radius:50%;box-shadow:0 0 100px rgba(124,92,255,.16)}.engine-rings::before,.engine-rings::after{content:"";position:absolute;border:1px solid rgba(124,92,255,.32);border-radius:50%;animation:ring-pulse 3s ease infinite}.engine-rings::before{inset:28px}.engine-rings::after{inset:57px;animation-delay:.6s}.engine-rings>i{position:absolute;width:7px;height:7px;border-radius:50%;background:#a58cff;box-shadow:0 0 14px #7c5cff}.engine-rings>i:first-child{top:22px;left:125px}.engine-rings>i:nth-child(2){right:35px;bottom:54px}.engine-rings>i:nth-child(3){left:43px;bottom:50px}.engine-rings span{position:relative;z-index:3;text-align:center;color:#bab7c5;font-size:13px;line-height:1.3}.engine-rings b{color:white;font-size:22px}.memory-pillars { display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #2a2c32;border-bottom:1px solid #2a2c32; }.memory-pillars article { padding:34px 34px 40px;border-right:1px solid #2a2c32; }.memory-pillars article:last-child{border-right:0}.memory-pillars span{color:#686b74;font-size:10px}.memory-pillars h3{margin:32px 0 12px;font-size:21px}.memory-pillars p{margin:0;color:#92949b;font-size:13px;line-height:1.6}

.features-section { background:var(--paper); }.feature-intro { max-width:900px; margin-bottom:80px; }.feature-spotlight { min-height:650px; margin-bottom:120px; display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:center; }.feature-spotlight:last-child{margin-bottom:0}.feature-spotlight:nth-of-type(odd) .feature-copy{order:2}.feature-spotlight:nth-of-type(odd) .feature-ui{order:1}.feature-copy h3{margin:0;font-size:clamp(38px,4.4vw,58px);line-height:1.02;letter-spacing:-.05em}.feature-copy>p{margin:22px 0;color:#4e4c46;font-size:17px;line-height:1.65}.feature-copy ul{padding:0;margin:28px 0 0;list-style:none}.feature-copy li{padding:12px 0;border-top:1px solid var(--line);font-size:13px;font-weight:700}.feature-copy li::before{content:"✓";margin-right:10px;color:var(--brand)}.feature-ui { position:relative; min-width:0; height:610px; border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#101115;box-shadow:var(--shadow);overflow:hidden}.feature-mode-switch{position:absolute;z-index:8;right:22px;top:18px;padding:3px;display:flex;gap:2px;border:1px solid #34363d;border-radius:8px;background:rgba(20,21,25,.92);backdrop-filter:blur(12px)}.feature-mode-switch button{height:28px;padding:0 9px;border:0;border-radius:5px;color:#7f828b;background:transparent;font-size:8px;font-weight:750;cursor:pointer}.feature-mode-switch button.active,.feature-mode-switch button[aria-pressed="true"]{color:#161613;background:#f5f3ed}.strategist-ui{padding:45px}.flo-thread{padding:18px;display:grid;grid-template-columns:35px 1fr;gap:12px;border:1px solid #30323a;border-radius:11px;color:#d8d9de;background:#191a20}.flo-avatar{width:35px;height:35px;display:grid;place-items:center;border-radius:8px;color:white;background:linear-gradient(145deg,var(--violet),var(--brand))}.flo-thread small{color:#898c96;font-size:8px;font-weight:800;letter-spacing:.1em}.flo-thread p{margin:8px 0 0;font-size:11px;line-height:1.6}.thinking-flow{margin:24px 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #2d2f36;border-radius:9px;overflow:hidden}.thinking-flow span{padding:13px 8px;border-right:1px solid #2d2f36;color:#696c75;text-align:center;font-size:8px}.thinking-flow span:last-child{border:0}.thinking-flow span.done{color:#8e918f}.thinking-flow span.active{color:white;background:#24252b}.thinking-flow i{margin-left:4px;color:#61cf9f;font-style:normal}.thinking-flow .active i{padding:2px 4px;border-radius:3px;color:white;background:var(--brand)}.strategy-output{position:absolute;left:72px;right:25px;bottom:40px;padding:30px;border:1px solid #373942;border-radius:13px;color:white;background:#1a1b21;box-shadow:-25px 25px 70px rgba(0,0,0,.35)}.strategy-output small{color:var(--brand-2);font-size:8px;font-weight:850;letter-spacing:.12em}.strategy-output strong{display:block;max-width:460px;margin:18px 0 15px;font-size:29px;line-height:1.15}.strategy-output p{color:#9698a0;font-size:11px}.strategy-output div{display:flex;gap:7px;margin-top:25px}.strategy-output span{padding:7px 9px;border-radius:5px;color:#aaa9b2;background:#25272e;font-size:8px}
.video-ui{background:#0c0d10}.video-main{position:absolute;left:40px;top:35px;width:335px;height:470px;display:flex;align-items:flex-end;justify-content:center;color:white;background:linear-gradient(160deg,#31515a,#d8755b);overflow:hidden}.video-person{position:absolute;inset:30px 35px 115px;display:flex;align-items:flex-end;justify-content:center}.person-silhouette{position:absolute;inset:30px 45px 0;border-radius:50% 50% 25% 25%;background:rgba(255,255,255,.18);box-shadow:0 0 70px rgba(255,255,255,.1)}.video-person span{position:relative;z-index:2;padding:6px 8px;border-radius:4px;background:rgba(0,0,0,.36);font-size:7px;font-weight:800}.video-caption{position:relative;z-index:2;margin-bottom:35px;text-align:center;font-size:17px;font-weight:800}.video-caption b{color:#ffe770}.video-scenes{position:absolute;right:28px;top:35px;width:170px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.scene-thumb{height:130px;padding:8px;display:flex;align-items:flex-end;border:1px solid #30323a;border-radius:8px;background:linear-gradient(150deg,#483846,#b35d59)}.scene-thumb:nth-child(2){background:linear-gradient(150deg,#2d4e55,#5fafa2)}.scene-thumb:nth-child(3){background:linear-gradient(150deg,#4e3a5c,#9671b5)}.scene-thumb:nth-child(4){background:linear-gradient(150deg,#514333,#c7945b)}.scene-thumb.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(255,91,61,.18)}.scene-thumb span{color:white;font-size:8px}.render-progress{position:absolute;left:28px;right:28px;bottom:25px;padding:15px 16px 21px;display:grid;grid-template-columns:1fr auto;gap:7px;border:1px solid #30323a;border-radius:9px;color:white;background:#191a1f}.render-progress b,.render-progress small{display:block}.render-progress b{font-size:9px}.render-progress small{margin-top:3px;color:#747781;font-size:7px}.render-progress strong{font-size:14px}.render-progress>i{grid-column:1/-1;height:3px;border-radius:3px;background:#2e3037;overflow:hidden}.render-progress>i b{display:block;width:78%;height:100%;background:linear-gradient(90deg,var(--brand),var(--violet));animation:render-load 4s ease-in-out infinite}
.commerce-ui{background:#111216}.browser-page{position:absolute;left:26px;top:28px;width:430px;height:510px;color:white;background:#f1ede3;box-shadow:0 30px 70px rgba(0,0,0,.4)}.browser-bar{height:35px;padding:0 9px;display:flex;align-items:center;gap:5px;background:#24252a}.browser-bar i{width:6px;height:6px;border-radius:50%;background:#555861}.browser-bar span{margin-left:10px;padding:5px 15px;border-radius:4px;color:#80828a;background:#191a1e;font-size:7px}.commerce-hero{height:475px;padding:90px 35px;background:linear-gradient(150deg,#2f4d61,#df7057)}.commerce-hero small,.commerce-hero strong{display:block}.commerce-hero small{font-size:8px;font-weight:800}.commerce-hero strong{margin-top:14px;font-size:38px;line-height:.98}.commerce-hero button{margin-top:30px;padding:12px 14px;border:0;color:white;background:var(--brand);font-size:8px;font-weight:900}.email-preview{position:absolute;right:25px;top:65px;width:220px;height:355px;padding:28px 24px;color:#24231f;background:#fff1c7;transform:rotate(3deg);box-shadow:0 27px 60px rgba(0,0,0,.42)}.email-preview>span{font-weight:900;font-size:11px}.email-preview small{display:block;margin:50px 0 15px;color:#756d5c;font-size:7px}.email-preview strong{font-size:24px;line-height:1.05}.email-preview i{display:block;width:max-content;margin-top:35px;padding:10px;color:white;background:#22211d;font-size:7px;font-style:normal;font-weight:800}.shipping-toast{position:absolute;right:38px;bottom:33px;width:245px;padding:14px;display:grid;grid-template-columns:28px 1fr;gap:10px;border:1px solid #34363d;border-radius:9px;color:white;background:#1b1c21;box-shadow:0 20px 40px rgba(0,0,0,.35)}.shipping-toast>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#65d2a5;background:rgba(49,184,122,.12)}.shipping-toast b,.shipping-toast small{display:block}.shipping-toast b{font-size:9px}.shipping-toast small{margin-top:4px;color:#747781;font-size:7px}
.commerce-ui .browser-page,.commerce-ui .email-preview{transition:transform 420ms cubic-bezier(.2,.8,.2,1),opacity 420ms ease,filter 420ms ease}.commerce-ui .browser-page{z-index:2}.commerce-ui .email-preview{z-index:3}.commerce-ui.is-email-focus .browser-page{transform:translateX(-48px) scale(.88);opacity:.52;filter:blur(1px)}.commerce-ui.is-email-focus .email-preview{transform:translate(-105px,34px) rotate(0) scale(1.38)}
.editor-spotlight{grid-template-columns:.62fr 1.38fr}.full-editor{height:640px}.editor-toolbar{height:47px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2a2c32;color:#d7d8dc;background:#17181d;font-size:8px}.editor-toolbar span{color:#70737c}.editor-toolbar button{padding:7px 11px;border:0;border-radius:5px;color:white;background:var(--brand);font-size:7px;font-weight:800}.editor-workspace{height:415px;display:grid;grid-template-columns:145px 1fr 135px}.asset-drawer,.inspector{padding:12px;border-right:1px solid #292b31;color:#989ba4;background:#141519;font-size:8px}.asset-drawer strong,.inspector strong{display:block;margin-bottom:11px;color:#e0e1e5}.asset-drawer>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:6px}.asset-drawer i{height:68px;border-radius:4px;background:linear-gradient(150deg,#4d3a55,#b85c5a)}.asset-drawer i:nth-child(2){background:linear-gradient(150deg,#2d4e54,#60a99c)}.asset-drawer button,.inspector button{width:100%;margin-top:12px;padding:8px;border:1px solid #5945be;border-radius:5px;color:white;background:#503bb2;font-size:7px}.canvas-preview{position:relative;display:grid;place-items:center;background:#0b0c0f}.canvas-preview>span{position:absolute;right:9px;top:8px;padding:4px 5px;border-radius:3px;color:#797c84;background:#1c1d22;font-size:6px}.canvas-art{width:170px;height:302px;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;color:white;background:linear-gradient(160deg,#324e61,#d77458);text-align:center}.canvas-art b{font-size:18px}.canvas-art small{color:#ffe56a;font-size:10px;font-weight:800}.inspector{border-right:0;border-left:1px solid #292b31}.inspector label{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #292b31}.inspector label span{color:#d5d6da}.editor-timeline{height:178px;padding:10px 12px;border-top:1px solid #292b31;background:#15161a}.timeline-tools{height:24px;display:flex;justify-content:space-between;color:#737680;font-size:7px}.mini-track{position:relative;height:37px;margin-bottom:4px;padding-left:30px;display:flex;gap:3px}.mini-track>b{position:absolute;left:0;top:13px;color:#666973;font-size:6px}.mini-track>i{height:100%;flex:1;border-radius:3px;background:linear-gradient(145deg,#5b4448,#ad6357)}.mini-track.audio>i{background:repeating-linear-gradient(90deg,#3e5c70 0 2px,#263947 2px 5px)}.mini-track.text>i{background:#5a4477}.mini-track em{position:absolute;left:54%;top:-5px;bottom:-5px;width:1px;background:#ff6e50;box-shadow:0 0 6px #ff6e50;animation:scrub 5s linear infinite}

.pricing-section { background:#efede7; }.pricing-intro { margin-bottom:50px; display:flex; justify-content:space-between; align-items:end; gap:60px; }.pricing-intro>div{max-width:650px}.pricing-intro .pricing-note{max-width:320px;margin:0;padding:15px;border-left:2px solid var(--brand);color:#5b5952;font-size:12px;line-height:1.6}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{position:relative;padding:32px;border:1px solid var(--line);border-radius:16px;background:#f8f7f3}.price-card.featured{color:white;border-color:#242424;background:var(--ink);box-shadow:0 25px 60px rgba(22,22,20,.18);transform:translateY(-10px)}.price-tag{position:absolute;right:18px;top:18px;padding:6px 8px;border-radius:5px;color:#1d1c19;background:#ffe26a;font-size:8px;font-weight:850;text-transform:uppercase}.price-card h3{margin:0;font-size:16px}.price{margin:30px 0 8px;font-size:42px;font-weight:800;letter-spacing:-.05em}.price span{color:#77746c;font-size:12px;letter-spacing:0}.featured .price span{color:#94938e}.price-card ul{min-height:140px;padding:22px 0;margin:20px 0;border-top:1px solid var(--line);list-style:none}.featured ul{border-color:#343434}.price-card li{padding:7px 0;font-size:12px}.price-card li::before{content:"✓";margin-right:9px;color:var(--brand)}.price-card .button{width:100%}.featured .button-secondary{color:white;background:transparent}.agency-strip{margin-top:24px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:14px;background:#f8f7f3}.agency-strip h3,.agency-strip p{margin:0}.agency-strip h3{font-size:17px}.agency-strip p{margin-top:5px;color:#64625c;font-size:12px}
.faq-section{background:#efede7}.faq-layout{display:grid;grid-template-columns:.62fr 1.38fr;gap:100px;align-items:start}.faq-layout .section-heading{position:sticky;top:110px}.faq-layout .section-heading a{color:var(--brand);font-weight:700}.faq-list{border-top:1px solid #cac7bd}.faq-item{border-bottom:1px solid #cac7bd}.faq-question{width:100%;padding:24px 0;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;text-align:left;font-size:17px;font-weight:700;cursor:pointer}.faq-icon{width:28px;height:28px;display:grid;place-items:center;border:1px solid #c6c3ba;border-radius:50%;transition:transform 180ms ease,background 180ms ease}.faq-question[aria-expanded="true"] .faq-icon{color:white;border-color:var(--ink);background:var(--ink);transform:rotate(45deg)}.faq-answer{padding:0 45px 24px 0}.faq-answer p{margin:0;color:#55534d;font-size:14px;line-height:1.7}
.final-cta{padding:32px 0 120px;background:#efede7}.final-card{position:relative;padding:85px 70px;border-radius:24px;color:white;background:var(--ink);overflow:hidden}.final-card::before{content:"";position:absolute;width:430px;height:430px;right:-80px;top:-170px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 90px rgba(124,92,255,.35),inset 0 0 80px rgba(255,91,61,.12)}.final-card h2{position:relative;margin:0;font-size:clamp(46px,6vw,78px);line-height:.96;letter-spacing:-.055em}.final-card p{position:relative;max-width:550px;margin:22px 0 30px;color:#b8b7b1;font-size:16px;line-height:1.6}.final-card .button{position:relative}
.site-footer{padding:76px 0 28px;color:#cbc9c1;background:#11110f}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:48px;padding-bottom:60px}.footer-brand p{max-width:250px;margin:20px 0;color:#7f7e78;font-size:12px;line-height:1.6}.footer-status{width:max-content;padding:7px 9px;display:flex;align-items:center;gap:7px;border:1px solid #30302c;border-radius:6px;color:#9b9992;font-size:8px}.footer-status i{width:6px;height:6px;border-radius:50%;background:var(--green)}.footer-column{display:flex;flex-direction:column;gap:11px}.footer-column h3{margin:0 0 10px;color:white;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.footer-column a,.footer-column span{color:#85847e;font-size:11px;line-height:1.4}.footer-column a:hover{color:white}.footer-bottom{padding-top:25px;display:grid;grid-template-columns:.5fr 1.5fr;gap:60px;border-top:1px solid #2a2a26}.footer-bottom p{margin:0;color:#65645f;font-size:9px;line-height:1.65}
.legal-page{background:var(--paper)}.legal-nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.legal-nav>a:last-child{color:var(--muted);font-size:13px;font-weight:700}.legal-nav>a:last-child:hover{color:var(--brand)}.legal-layout{display:grid;grid-template-columns:180px minmax(0,760px);justify-content:center;gap:72px;padding-top:80px;padding-bottom:120px}.legal-index{position:sticky;top:110px;align-self:start;display:grid;gap:12px}.legal-index strong{margin-bottom:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.legal-index a{color:var(--muted);font-size:13px}.legal-index a:hover,.legal-index a[aria-current="page"]{color:var(--brand)}.legal-document{min-width:0}.legal-kicker{margin:0 0 14px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.legal-document h1{margin:0 0 28px;font-size:clamp(44px,7vw,72px);line-height:1;letter-spacing:-.055em}.legal-document h2{margin:42px 0 12px;font-size:20px;letter-spacing:-.025em}.legal-document p,.legal-document li{color:#4d4b45;font-size:14px;line-height:1.75}.legal-document p{margin:0 0 16px}.legal-document ul{margin:8px 0 18px;padding-left:22px}.legal-document li+li{margin-top:8px}.legal-document a{color:#5f3bd2;text-decoration:underline;text-underline-offset:3px}

.demo-timeline::after,.playhead,.mini-track em{background:var(--brand);box-shadow:0 0 9px rgba(232,74,135,.72)}
.scene-thumb.active{box-shadow:0 0 0 2px rgba(232,74,135,.2)}
.final-card::before{box-shadow:0 0 90px rgba(116,71,255,.35),inset 0 0 80px rgba(232,74,135,.13)}

@keyframes status-pulse { 50% { opacity:.45; transform:scale(.8); } }
@keyframes view-in { from{opacity:0;transform:translateY(7px)} to{opacity:1;transform:none} }
@keyframes story-in { from{opacity:0;transform:translateY(9px)} to{opacity:1;transform:none} }
@keyframes demo-progress { from{transform:scaleX(0)} to{transform:scaleX(1)} }
@keyframes story-progress { from{transform:scaleX(0)} to{transform:scaleX(1)} }
@keyframes scrub { from{transform:translateX(-60px)} to{transform:translateX(120px)} }
@keyframes orbit-spin { to{transform:rotate(360deg)} }
@keyframes beam { 0%,100%{transform:scaleX(.3);opacity:.25} 50%{transform:scaleX(1);opacity:1} }
@keyframes ring-pulse { 0%,100%{transform:scale(.92);opacity:.35} 50%{transform:scale(1.04);opacity:1} }
@keyframes render-load { 0%{width:25%} 70%,100%{width:92%} }

@media (max-width: 1050px) {
  .nav-links{gap:17px}.app-shell{height:620px}.app-body{grid-template-columns:185px 1fr}.app-sidebar{padding-inline:8px}.app-nav button{height:34px}.demo-controller{left:185px}.view-content{padding:16px}.manifesto-inner{gap:50px}.story-copy{padding:55px 36px}.feature-spotlight{gap:38px}.feature-ui{height:560px}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
}

@media (max-width: 820px) {
  .wrap{width:min(100% - 28px,1180px)}.section{padding:90px 0}.site-header{height:62px}.nav-links{position:absolute;left:14px;right:14px;top:69px;padding:15px;display:none;flex-direction:column;align-items:stretch;border:1px solid var(--line);border-radius:12px;background:#f7f6f2;box-shadow:var(--shadow)}.nav-links.is-open{display:flex}.nav-links a{padding:10px}.nav-signin{display:none}.menu-button{display:block}.nav-actions>.button{display:none}.hero{padding:75px 0 55px}.hero-copy{margin-bottom:48px}.hero-copy h1{font-size:clamp(46px,12vw,70px)}.hero-copy>p{font-size:17px}.app-shell{height:570px;transform:none;border-radius:14px}.app-body{grid-template-columns:68px 1fr}.app-sidebar-brand span,.app-sidebar-brand i,.workspace-switcher>span:not(.workspace-avatar),.workspace-switcher>span:nth-child(3),.app-nav button span,.app-nav button em,.app-nav button small,.sidebar-footer .sidebar-mode span,.sidebar-footer .sidebar-account,.sidebar-user p{display:none}.workspace-switcher{grid-template-columns:1fr;padding:4px}.workspace-avatar{margin:auto}.app-nav button{grid-template-columns:1fr;text-align:center}.app-nav button i{display:block;margin:auto}.sidebar-footer{text-align:center}.sidebar-user{grid-template-columns:1fr}.sidebar-user>span{margin:auto}.demo-controller{left:68px}.view-actions button:not(.run-button){display:none}.view-head{padding-inline:15px}.view-content{padding:12px}.view-grid{grid-template-columns:1fr}.view-grid>.ui-card:nth-child(2){display:none}.editor-demo{grid-template-columns:1fr}.editor-demo .asset-panel,.editor-demo .property-panel{display:none}.editor-demo .preview-panel{grid-column:1}.folder-view{grid-template-columns:1fr}.folder-tree{display:none}.folder-assets{grid-template-columns:repeat(2,1fr)}.page-builder{grid-template-columns:1fr}.block-panel,.publish-panel{display:none}.manifesto{padding:90px 0}.manifesto-inner{grid-template-columns:1fr;gap:35px}.manifesto h2{font-size:50px}.story-stage{height:610px}.story-tabs{height:66px;overflow-x:auto;grid-template-columns:repeat(5,130px)}.story-panel{grid-template-columns:1fr;grid-template-rows:auto 1fr}.story-copy{padding:30px;border-right:0;border-bottom:1px solid var(--line)}.story-copy>span{margin-bottom:12px}.story-copy h3{font-size:30px}.story-copy p{margin-top:12px;font-size:13px}.story-panel>div:last-child{min-height:330px}.section-heading h2{font-size:47px}.memory-map{height:auto;grid-template-columns:1fr;margin:55px 0}.memory-column{grid-template-columns:1fr 1fr}.memory-column.outputs{grid-template-columns:repeat(3,1fr)}.memory-column span:nth-child(2n){transform:none}.memory-beams{height:60px;transform:rotate(90deg)}.memory-engine{margin:15px 0}.engine-rings{width:230px;height:230px}.memory-pillars{grid-template-columns:1fr}.memory-pillars article{border-right:0;border-bottom:1px solid #2a2c32}.memory-pillars article:last-child{border-bottom:0}.feature-intro{margin-bottom:60px}.feature-spotlight,.editor-spotlight{min-height:0;margin-bottom:90px;grid-template-columns:1fr;gap:35px}.feature-spotlight:nth-of-type(odd) .feature-copy,.feature-spotlight:nth-of-type(odd) .feature-ui{order:initial}.feature-ui,.full-editor{height:550px}.pricing-intro{display:block}.pricing-intro .pricing-note{margin-top:25px}.price-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.faq-layout{grid-template-columns:1fr;gap:40px}.faq-layout .section-heading{position:static}.final-card{padding:60px 35px}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr;gap:15px}
}

@media (max-width: 560px) {
  .hero-actions{flex-direction:column;align-items:stretch}.app-shell{height:525px}.app-body{height:100%}.view-head{height:63px}.view-actions .run-button{padding:0 8px;font-size:8px}.view-content{height:calc(100% - 63px)}.asset-grid{grid-template-columns:repeat(2,1fr)}.asset-card{min-height:115px}.folder-assets{padding:8px;gap:6px}.folder-asset{min-height:100px}.story-stage{height:650px}.story-copy{padding:24px}.strategy-visual{padding:25px}.research-card{width:90%}.angle-stack{width:92%}.script-rail{left:15px;top:25px}.scene-film{left:135px;top:60px}.editor-preview{left:20px;top:22px;width:140px;height:270px}.timeline{left:130px}.page-card{left:14px;width:300px}.email-card{right:-50px}.memory-column{grid-template-columns:1fr}.memory-column.outputs{grid-template-columns:1fr}.feature-ui,.full-editor{height:500px;border-radius:15px}.strategist-ui{padding:22px}.strategy-output{left:32px;right:15px;bottom:20px;padding:22px}.strategy-output strong{font-size:22px}.video-main{left:20px;top:22px;width:260px;height:385px}.video-scenes{right:14px;top:40px;width:120px}.scene-thumb{height:95px}.browser-page{left:14px;top:18px;width:330px;height:430px}.commerce-hero{height:395px}.email-preview{right:-60px}.editor-workspace{grid-template-columns:90px 1fr}.inspector{display:none}.canvas-art{width:145px;height:258px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-column{padding-top:20px;border-top:1px solid #2a2a26}
}

@media (prefers-reduced-motion: reduce) {
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.app-shell{transform:none}
}

@media (max-width: 820px) {
  .legal-layout{grid-template-columns:1fr;gap:35px;padding-top:50px}.legal-index{position:static;display:flex;flex-wrap:wrap;gap:16px}.legal-index strong{width:100%;margin:0}.legal-document h1{font-size:48px}
}
