@charset "UTF-8";
/* 影构官网：深色影棚视觉，所有颜色和间距集中在这里维护。 */
:root {
  --canvas: #0b1016;
  --canvas-soft: #101821;
  --surface: #151e28;
  --surface-raised: #202c38;
  --surface-hover: #263646;
  --line: #2c3b4b;
  --line-soft: rgba(129, 153, 177, 0.18);
  --text: #f4f7fa;
  --muted: #aab7c5;
  --muted-dim: #7c8c9c;
  --gold: #ffb547;
  --gold-soft: #ffd58a;
  --mint: #4fd1a1;
  --red: #ff7d7d;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 181, 71, 0.09), transparent 28rem),
    radial-gradient(circle at 10% 44%, rgba(79, 209, 161, 0.06), transparent 30rem),
    var(--canvas);
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 10px 14px;
  color: #17110a;
  background: var(--gold);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }

/* 顶部导航 */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(11, 16, 22, 0.76);
  backdrop-filter: blur(18px);
}
.site-header:has(.primary-nav a:focus-visible) { border-bottom-color: var(--line-soft); }
.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { border-radius: 11px; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06); }
.brand-copy { display: grid; line-height: 1.05; gap: 4px; }
.brand-copy strong { font-size: 17px; letter-spacing: 0.08em; }
.brand-copy small { color: var(--muted-dim); font-size: 9px; letter-spacing: 0.18em; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
.primary-nav a:not(.button) { position: relative; padding: 7px 0; transition: color 160ms ease; }
.primary-nav a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.primary-nav a:not(.button):hover { color: var(--text); }
.primary-nav a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; border-radius: 2px; }

/* 按钮与通用文字 */
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--text);
  font-weight: 700;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-raised);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { border-color: #60758b; background: var(--surface-hover); transform: translateY(-2px); }
.button-primary { color: #17110a; border-color: var(--gold-soft); background: var(--gold); }
.button-primary:hover { border-color: #ffe0a1; background: var(--gold-soft); }
.button-small { min-height: 36px; padding: 0 14px; font-size: 13px; }
.button-large { min-height: 52px; padding: 0 22px; border-radius: 12px; }
.button-arrow { font-size: 17px; line-height: 1; }
.text-link { color: var(--muted); font-weight: 700; transition: color 160ms ease; }
.text-link:hover { color: var(--gold-soft); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -0.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.4vw, 5.3rem); }
h2 { max-width: 700px; margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4rem); }
h1 em, h2 em { color: var(--gold); font-style: normal; }
h3 { margin-bottom: 10px; font-size: 21px; }
p { color: var(--muted); }

/* 首屏 */
.hero-section { position: relative; padding: 92px 0 48px; }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { top: 8%; right: -12%; width: 36rem; height: 36rem; background: radial-gradient(circle, rgba(255, 181, 71, 0.12), transparent 66%); }
.hero-glow-two { top: 44%; left: -21%; width: 34rem; height: 34rem; background: radial-gradient(circle, rgba(79, 209, 161, 0.08), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr); align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 610px; margin-bottom: 31px; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-bottom: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; list-style: none; }
.hero-meta li { padding: 6px 10px; color: var(--muted); font-size: 11px; border: 1px solid var(--line-soft); border-radius: 100px; background: rgba(21, 30, 40, 0.58); }
.hero-meta li:nth-child(4) { color: var(--mint); }

/* 工作台示意 */
.hero-visual { position: relative; min-height: 570px; perspective: 1400px; }
.visual-orbit { position: absolute; border: 1px solid rgba(255, 181, 71, 0.12); border-radius: 50%; }
.orbit-one { top: 4%; right: 3%; width: 420px; height: 420px; }
.orbit-two { right: 10%; bottom: 4%; width: 310px; height: 310px; border-color: rgba(79, 209, 161, 0.1); }
.studio-window {
  position: absolute;
  top: 58px;
  right: 0;
  width: min(100%, 590px);
  overflow: hidden;
  border: 1px solid rgba(151, 176, 198, 0.27);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(32, 44, 56, 0.98), rgba(15, 23, 31, 0.98));
  box-shadow: var(--shadow), 0 0 90px rgba(255, 181, 71, 0.07);
  transform: rotateY(-7deg) rotateX(2deg);
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-visual:hover .studio-window { transform: rotateY(-3deg) rotateX(1deg) translateY(-6px); }
.window-bar { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--line-soft); background: rgba(10, 16, 23, 0.66); }
.window-dots { display: flex; gap: 5px; }
.window-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #53667a; }
.window-dots i:first-child { background: var(--gold); }
.window-dots i:nth-child(2) { background: var(--mint); }
.window-title { color: var(--muted); font-size: 11px; }
.window-status { margin-left: auto; color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: 0.13em; }
.window-body { display: grid; grid-template-columns: 62px 1fr; min-height: 374px; }
.mock-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 19px; border-right: 1px solid var(--line-soft); background: rgba(8, 13, 18, 0.28); }
.mock-logo { display: grid; width: 28px; height: 28px; place-items: center; color: #1a1309; font-size: 12px; font-weight: 900; border-radius: 9px; background: var(--gold); }
.mock-nav { display: block; width: 20px; height: 20px; border: 1px solid rgba(170, 183, 197, 0.3); border-radius: 7px; }
.mock-nav.active { border-color: var(--mint); background: rgba(79, 209, 161, 0.12); box-shadow: 0 0 16px rgba(79, 209, 161, 0.15); }
.mock-nav.short { width: 13px; height: 13px; margin-top: 40px; }
.mock-workspace { padding: 23px 22px; }
.mock-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--text); font-size: 13px; font-weight: 700; }
.mock-pill { padding: 4px 8px; color: var(--mint); font-size: 9px; border: 1px solid rgba(79, 209, 161, 0.25); border-radius: 100px; background: rgba(79, 209, 161, 0.08); }
.mock-timeline { position: relative; padding: 14px 0 24px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.timeline-ruler { display: flex; justify-content: space-between; color: var(--muted-dim); font-size: 8px; }
.timeline-track { position: relative; height: 42px; margin-top: 13px; border-radius: 7px; background: rgba(7, 12, 17, 0.65); }
.track-gold { border: 1px solid rgba(255, 181, 71, 0.16); }
.track-mint { height: 31px; margin-top: 8px; border: 1px solid rgba(79, 209, 161, 0.16); }
.clip { position: absolute; top: 6px; bottom: 6px; display: block; border-radius: 5px; }
.clip-one { left: 4%; width: 28%; background: linear-gradient(90deg, rgba(255, 181, 71, 0.88), rgba(255, 181, 71, 0.46)); }
.clip-two { left: 34%; width: 17%; background: linear-gradient(90deg, rgba(255, 213, 138, 0.74), rgba(255, 181, 71, 0.28)); }
.clip-three { left: 53%; width: 38%; background: linear-gradient(90deg, rgba(255, 181, 71, 0.35), rgba(255, 181, 71, 0.1)); }
.clip-four { left: 7%; width: 34%; background: linear-gradient(90deg, rgba(79, 209, 161, 0.8), rgba(79, 209, 161, 0.35)); }
.clip-five { left: 46%; width: 44%; background: linear-gradient(90deg, rgba(79, 209, 161, 0.38), rgba(79, 209, 161, 0.09)); }
.playhead { position: absolute; top: 38px; bottom: 16px; left: 66%; width: 1px; background: var(--text); box-shadow: 0 0 12px var(--text); }
.playhead::before { position: absolute; top: -4px; left: -3px; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--text); }
.mock-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.mock-card { display: flex; flex-direction: column; gap: 7px; padding: 12px; border: 1px solid var(--line-soft); border-radius: 10px; background: rgba(8, 13, 18, 0.38); }
.mock-card-kicker { color: var(--muted-dim); font-size: 9px; }
.mock-card strong { font-size: 12px; }
.accent-card { border-color: rgba(79, 209, 161, 0.2); }
.mock-progress { display: block; height: 5px; overflow: hidden; border-radius: 100px; background: #2b3a49; }
.mock-progress i { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--gold); }
.mock-mini-dots { display: flex; gap: 4px; }
.mock-mini-dots i { display: block; width: 10px; height: 10px; border-radius: 3px; background: rgba(79, 209, 161, 0.5); }
.floating-tag { position: absolute; padding: 10px 13px; color: var(--muted); font-size: 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(21, 30, 40, 0.92); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); }
.floating-tag b { color: var(--gold); }
.tag-compose { top: 18px; left: 2%; }
.tag-dedup { right: 3%; bottom: 0; }
.tag-dedup b { color: var(--mint); }

/* 首屏下方的信号条 */
.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.signal { display: grid; gap: 3px; padding: 21px 20px; border-right: 1px solid var(--line-soft); }
.signal:first-child { border-left: 1px solid var(--line-soft); }
.signal strong { color: var(--gold); font-size: 12px; letter-spacing: 0.12em; }
.signal span { font-weight: 700; }
.signal small { color: var(--muted-dim); font-size: 11px; }

/* 通用章节 */
.section { padding: 130px 0; }
.section-dark { position: relative; background: linear-gradient(180deg, rgba(21, 30, 40, 0.72), rgba(16, 24, 33, 0.4)); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading p:last-child { max-width: 650px; margin-bottom: 0; font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 310px; padding: 25px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(32, 44, 56, 0.78), rgba(21, 30, 40, 0.76)); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.feature-card:hover { border-color: rgba(255, 181, 71, 0.46); background: linear-gradient(145deg, rgba(42, 57, 72, 0.94), rgba(21, 30, 40, 0.86)); transform: translateY(-5px); }
.feature-card-wide { grid-column: span 2; }
.feature-card p { margin-bottom: 0; font-size: 14px; }
.feature-index { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 0.16em; }
.feature-icon { display: flex; height: 62px; align-items: center; gap: 8px; margin: 26px 0 28px; }
.feature-icon i { display: block; border: 1px solid var(--gold); background: rgba(255, 181, 71, 0.08); }
.icon-rings i { width: 24px; height: 24px; border-radius: 50%; }
.icon-rings i:nth-child(2) { width: 38px; height: 38px; border-color: var(--mint); }
.icon-rings i:nth-child(3) { width: 52px; height: 52px; }
.icon-cut i { width: 42px; height: 30px; border-radius: 8px; }
.icon-cut i:nth-child(2) { width: 23px; height: 23px; margin-left: -14px; border-color: var(--mint); border-radius: 50%; }
.icon-stack { align-items: end; }
.icon-stack i { width: 48px; height: 28px; border-radius: 7px; }
.icon-stack i:nth-child(2) { width: 38px; height: 38px; border-color: var(--mint); }
.icon-stack i:nth-child(3) { width: 28px; height: 48px; }
.icon-pulse { gap: 6px; }
.icon-pulse i { width: 8px; height: 18px; border-radius: 100px; }
.icon-pulse i:nth-child(2) { height: 34px; border-color: var(--mint); }
.icon-pulse i:nth-child(3) { height: 52px; }
.icon-pulse i:nth-child(4) { height: 26px; border-color: var(--mint); }

/* 流程 */
.workflow-shell { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 72px; }
.workflow-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line-soft); }
.workflow-step { display: grid; grid-template-columns: 66px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line-soft); }
.step-number { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; }
.workflow-step h3 { margin-bottom: 5px; }
.workflow-step p { margin-bottom: 0; font-size: 14px; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.case-card { min-height: 230px; padding: 25px; border: 1px solid var(--line-soft); border-radius: var(--radius-md); background: rgba(21, 30, 40, 0.68); transition: border-color 180ms ease, transform 180ms ease; }
.case-card:hover { border-color: var(--mint); transform: translateY(-4px); }
.case-label { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: 0.17em; }
.case-card h3 { margin: 54px 0 10px; }
.case-card p { margin-bottom: 0; font-size: 14px; }

/* 下载区 */
.download-section { padding-top: 40px; }
.download-panel { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 430px; overflow: hidden; border: 1px solid rgba(255, 181, 71, 0.32); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(40, 48, 52, 0.98), rgba(18, 27, 35, 0.98)); box-shadow: var(--shadow); }
.download-copy { padding: 60px; }
.download-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.download-copy > p:not(.eyebrow):not(.download-note) { max-width: 520px; margin-bottom: 28px; }
.download-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.download-version { color: var(--muted); font-size: 12px; }
.download-note { margin: 20px 0 0; color: var(--muted-dim); font-size: 12px; }
.download-note[data-state="error"] { color: var(--red); }
.download-art { position: relative; display: grid; min-height: 380px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(255, 181, 71, 0.15), transparent 56%), rgba(10, 16, 22, 0.25); }
.download-ring { position: absolute; border: 1px solid rgba(255, 181, 71, 0.28); border-radius: 50%; }
.ring-a { width: 290px; height: 290px; }
.ring-b { width: 190px; height: 190px; border-color: rgba(79, 209, 161, 0.32); }
.download-core { position: relative; display: grid; width: 130px; height: 130px; place-items: center; align-content: center; gap: 5px; border: 1px solid rgba(255, 181, 71, 0.55); border-radius: 31px; background: rgba(21, 30, 40, 0.9); box-shadow: 0 0 70px rgba(255, 181, 71, 0.12); }
.download-core-mark { display: grid; width: 34px; height: 34px; place-items: center; color: #17110a; font-weight: 900; border-radius: 11px; background: var(--gold); }
.download-core strong { font-size: 18px; }
.download-core small { color: var(--muted-dim); font-size: 7px; letter-spacing: 0.14em; }

/* FAQ */
.faq-shell { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 72px; align-items: start; }
.faq-list { display: grid; border-top: 1px solid var(--line-soft); }
.faq-list details { border-bottom: 1px solid var(--line-soft); }
.faq-list summary { position: relative; padding: 21px 36px 21px 0; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 17px; right: 5px; color: var(--gold); content: "+"; font-size: 22px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 36px 20px 0; margin: 0; font-size: 14px; }

/* 页脚与进场动画 */
.site-footer { padding: 44px 0 50px; border-top: 1px solid var(--line-soft); }
.footer-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted-dim); font-size: 12px; }
.footer-shell > p { margin: 0; }
.footer-brand { flex: 0 0 auto; }
.footer-brand .brand-copy strong { font-size: 14px; }
.footer-brand .brand-copy small { font-size: 7px; }
.footer-meta { display: flex; gap: 18px; }
/* 默认保持可见，JS 失败时也不会隐藏整页内容；动画只作为增强。 */
.reveal { opacity: 1; transform: translateY(0); transition: opacity 620ms ease, transform 620ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid, .workflow-shell, .faq-shell { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { min-height: 500px; }
  .studio-window { right: auto; left: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-wide { grid-column: span 1; }
  .workflow-shell .section-heading, .faq-shell .section-heading { margin-bottom: 20px; }
  .download-panel { grid-template-columns: 1fr; }
  .download-art { min-height: 280px; }
}

@media (max-width: 760px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .site-header { background: rgba(11, 16, 22, 0.94); }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(21, 30, 40, 0.98); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a:not(.button) { padding: 10px 12px; border-radius: 8px; }
  .primary-nav a:not(.button):hover { background: var(--surface-hover); }
  .primary-nav .button { margin-top: 5px; }
  .hero-section { padding-top: 58px; }
  .hero-grid { gap: 34px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-visual { min-height: 405px; }
  .studio-window { top: 25px; width: 100%; transform: none; }
  .hero-visual:hover .studio-window { transform: translateY(-3px); }
  .floating-tag { font-size: 9px; }
  .tag-compose { top: 0; left: 0; }
  .tag-dedup { right: 0; bottom: -2px; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); margin-top: 48px; }
  .signal:nth-child(3) { border-left: 1px solid var(--line-soft); }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 32px; }
  .feature-grid, .case-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .case-card { min-height: 190px; }
  .download-copy { padding: 34px 26px 38px; }
  .download-art { min-height: 240px; }
  .faq-list summary { padding-top: 18px; padding-bottom: 18px; }
  .footer-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 460px) {
  .brand-copy small { display: none; }
  .hero-meta { gap: 6px; }
  .hero-meta li { padding: 5px 8px; font-size: 10px; }
  .window-body { grid-template-columns: 48px 1fr; }
  .mock-workspace { padding: 17px 14px; }
  .mock-cards { grid-template-columns: 1fr; }
  .download-actions { align-items: stretch; flex-direction: column; }
  .download-actions .button { width: 100%; }
  .footer-meta { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
