:root {
  --bg: #111116;
  --bg-deep: #0b0b0f;
  --surface: #1b1b21;
  --surface-raised: #24242b;
  --surface-soft: #202027;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(182, 154, 255, 0.28);
  --text: #f7f7fb;
  --muted: #a8a8b3;
  --muted-dark: #74747f;
  --purple: #8b5cf6;
  --purple-light: #b69aff;
  --blue: #4f8cff;
  --cyan: #42d8ff;
  --success: #48c78e;
  --error: #ff6b7a;
  --max-width: 1180px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { background: var(--bg-deep); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
code { padding: 2px 6px; color: #d8caff; font-family: Consolas, monospace; font-size: .9em; overflow-wrap: anywhere; border: 1px solid rgba(182,154,255,.15); border-radius: 5px; background: rgba(139,92,246,.09); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 9px 14px; color: #fff; background: #7652e8; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.content-section { padding-block: 110px; scroll-margin-top: 72px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 68px; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(17,17,22,.82); backdrop-filter: blur(22px) saturate(140%); }
.header-inner { display: flex; align-items: center; width: min(calc(100% - 48px), var(--max-width)); height: 100%; margin-inline: auto; }
.brand-mark { display: inline-flex; align-items: center; gap: 10px; min-width: 175px; }
.brand-icon { position: relative; display: block; width: 30px; height: 30px; filter: drop-shadow(0 0 10px rgba(139,92,246,.4)); }
.brand-icon i { position: absolute; display: block; background: linear-gradient(145deg, var(--purple-light), var(--blue)); }
.brand-icon i:nth-child(1) { top: 1px; left: 12px; width: 6px; height: 28px; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.brand-icon i:nth-child(2) { top: 12px; left: 1px; width: 28px; height: 6px; clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%); }
.brand-icon i:nth-child(3) { top: 3px; right: 2px; width: 5px; height: 5px; transform: rotate(45deg); background: #78c4ff; }
.brand-icon i:nth-child(4) { bottom: 3px; left: 3px; width: 4px; height: 4px; transform: rotate(45deg); background: #d4c1ff; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 15px; letter-spacing: .02em; }
.brand-copy small { margin-top: 1px; color: #8d8d99; font-size: 9px; letter-spacing: .26em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 34px; flex: 1; }
.desktop-nav a { position: relative; color: #c5c5ce; font-size: 13px; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: -10px; left: 50%; height: 1px; background: var(--purple-light); transition: inset .2s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; left: 0; }
.header-download { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 116px; height: 36px; padding: 0 16px; font-size: 12px; font-weight: 650; border: 1px solid rgba(182,154,255,.34); border-radius: 8px; background: rgba(139,92,246,.12); transition: .2s ease; }
.header-download:hover { border-color: rgba(182,154,255,.7); background: rgba(139,92,246,.24); transform: translateY(-1px); }
.header-download svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-download.is-disabled, .primary-button.is-disabled, .inline-download.is-disabled { opacity: .55; pointer-events: none; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; min-height: 680px; padding-block: 72px 74px; }
.hero::before { content: ""; position: absolute; top: 20%; left: -12%; width: 380px; height: 380px; opacity: .4; background: radial-gradient(circle, rgba(79,140,255,.14), transparent 65%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.hero-glow-purple { top: 9%; right: 18%; width: 330px; height: 330px; background: rgba(119,68,236,.22); }
.hero-glow-blue { right: -8%; bottom: 4%; width: 280px; height: 280px; background: rgba(36,135,255,.11); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 10px; }
.eyebrow, .section-kicker { color: var(--purple-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 7px 11px; letter-spacing: .08em; border: 1px solid rgba(182,154,255,.18); border-radius: 999px; background: rgba(139,92,246,.07); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #20e65a; box-shadow: 0 0 8px rgba(32,230,90,.75); animation: pulse-dot 2.2s ease-in-out infinite; }
.hero h1 { margin: 0; max-width: 560px; color: #f4f3f8; font-size: clamp(46px, 5vw, 72px); font-weight: 750; line-height: 1.06; letter-spacing: -.055em; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, #c7b1ff 2%, #9a73ff 47%, #69a7ff 92%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 520px; margin: 25px 0 0; color: #a9a9b4; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: stretch; gap: 12px; margin-top: 32px; }
.primary-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 56px; padding: 0 22px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: linear-gradient(102deg, #7250df, #9658eb 58%, #4f7fe9); box-shadow: 0 12px 34px rgba(104,72,220,.26), inset 0 1px rgba(255,255,255,.16); transition: transform .22s ease, filter .22s ease, box-shadow .22s ease; }
.primary-button::after { content: ""; position: absolute; top: -70%; left: -30%; width: 45%; height: 240%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); transform: rotate(16deg); transition: left .55s ease; }
.primary-button:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(104,72,220,.34), inset 0 1px rgba(255,255,255,.2); }
.primary-button:hover::after { left: 110%; }
.primary-button svg { width: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.primary-button span { text-align: left; }
.primary-button strong, .primary-button small { display: block; }
.primary-button strong { font-size: 13px; }
.primary-button small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 500; }
.secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 20px; color: #d5d4dc; font-size: 12px; border: 1px solid var(--border); border-radius: 10px; background: rgba(34,34,40,.7); transition: .2s ease; }
.secondary-button span { margin-left: 8px; color: var(--purple-light); }
.secondary-button:hover { color: #fff; border-color: rgba(182,154,255,.28); background: rgba(42,42,49,.9); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: #7e7e89; font-size: 10px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.meta-check { display: inline-grid; place-items: center; width: 14px; height: 14px; color: #9d83df; font-size: 8px; font-style: normal; border: 1px solid rgba(182,154,255,.22); border-radius: 50%; }

.plugin-stage { position: relative; z-index: 2; min-height: 560px; perspective: 1200px; }
.plugin-stage::before { content: ""; position: absolute; inset: 7% 1% 4% 8%; border: 1px solid rgba(182,154,255,.08); border-radius: 50%; transform: rotate(-9deg); }
.stage-orbit { position: absolute; border: 1px solid rgba(105,168,255,.09); border-radius: 50%; }
.orbit-one { top: 8%; right: 4%; bottom: 8%; left: 9%; transform: rotate(15deg); }
.orbit-two { top: 14%; right: 0; bottom: 12%; left: 14%; transform: rotate(-26deg); }
.plugin-panel { position: absolute; top: 3px; left: 52%; width: 344px; min-height: 552px; overflow: hidden; border: 1px solid rgba(182,154,255,.26); border-radius: 15px; background: #141418; box-shadow: -8px 28px 70px rgba(0,0,0,.56), 0 0 60px rgba(104,72,220,.15), inset 0 1px rgba(255,255,255,.05); transform: translateX(-46%) rotateY(-5deg) rotateX(2deg); transform-style: preserve-3d; }
.plugin-screenshot { display: block; height: auto; min-height: 0; object-fit: cover; }
.panel-topbar { display: flex; align-items: center; justify-content: space-between; height: 29px; }
.panel-brand { display: flex; align-items: center; gap: 7px; }
.panel-brand > span:last-child strong, .panel-brand > span:last-child small { display: block; }
.panel-brand strong { font-size: 10px; }
.panel-brand small { color: #777783; font-size: 6px; letter-spacing: .14em; }
.mini-spark { color: #bda7ff; font-size: 18px; text-shadow: 0 0 10px #7652e8; }
.panel-setting { padding: 4px 7px; color: #c9c5d5; font-size: 7px; border: 1px solid rgba(255,255,255,.11); border-radius: 5px; background: rgba(20,20,27,.7); }
.panel-banner { position: relative; height: 112px; margin-bottom: 10px; overflow: hidden; border: 1px solid rgba(151,112,255,.24); border-radius: 10px; background: radial-gradient(circle at 74% 48%, rgba(108,78,235,.45), transparent 24%), linear-gradient(125deg, #080b16 10%, #151334 58%, #09172b); box-shadow: 0 12px 26px rgba(13,9,39,.44); }
.panel-banner::before, .panel-banner::after { content: ""; position: absolute; width: 75px; height: 75px; border: 1px solid rgba(119,167,255,.17); transform: rotate(45deg); }
.panel-banner::before { top: -26px; left: 18px; }
.panel-banner::after { right: 22px; bottom: -48px; }
.banner-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(118,117,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(118,117,255,.14) 1px, transparent 1px); background-size: 13px 13px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.banner-orb { position: absolute; top: 11px; right: 35px; width: 65px; height: 65px; border: 1px solid rgba(188,165,255,.34); border-radius: 50%; box-shadow: inset 0 0 25px rgba(124,83,230,.35), 0 0 20px rgba(88,91,240,.25); }
.panel-banner p { position: absolute; top: 23px; left: 20px; z-index: 2; margin: 0; color: #aaa2c7; font-size: 7px; letter-spacing: .08em; }
.panel-banner strong { position: absolute; top: 42px; left: 20px; z-index: 2; font-size: 22px; letter-spacing: -.04em; text-shadow: 0 0 18px rgba(139,92,246,.5); }
.panel-banner strong span { color: var(--purple-light); }
.mode-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 7px; }
.mode-tabs span { padding: 8px 0; color: #a2a2ad; font-size: 8px; text-align: center; border: 1px solid rgba(255,255,255,.08); border-radius: 7px; background: #222228; }
.mode-tabs span.active { color: #c4adff; border-color: rgba(151,112,255,.68); background: rgba(115,73,225,.18); }
.context-note { margin-bottom: 8px; padding: 6px 8px; color: #aaa7b4; font-size: 7px; border-left: 2px solid var(--purple); border-radius: 0 5px 5px 0; background: rgba(139,92,246,.08); }
.mock-field > span, .mock-settings label > span { display: block; margin-bottom: 4px; color: #d8d8df; font-size: 8px; font-weight: 650; }
.mock-textarea { position: relative; height: 82px; padding: 10px 9px; color: #d4d3da; font-size: 9px; line-height: 1.5; border: 1px solid rgba(139,92,246,.7); border-radius: 7px; background: #1b1b20; box-shadow: 0 0 0 1px rgba(139,92,246,.12); }
.mock-textarea small { position: absolute; right: 8px; bottom: 6px; color: #656570; font-size: 6px; }
.typing-caret { display: inline-block; width: 1px; height: 10px; margin-left: 2px; vertical-align: -2px; background: var(--purple-light); animation: caret 1s step-end infinite; }
.mock-settings { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.mock-settings b { display: flex; align-items: center; justify-content: space-between; height: 28px; padding: 0 7px; color: #d7d7dd; font-size: 8px; font-weight: 500; border: 1px solid var(--border); border-radius: 7px; background: #222228; }
.mock-settings i { color: #777783; font-style: normal; }
.mock-run { width: 100%; height: 36px; margin-top: 10px; padding: 0; color: #fff; font-size: 10px; font-weight: 650; border: 0; border-radius: 8px; background: linear-gradient(100deg, #7652e8, #9d5cf1 58%, #557ff0); box-shadow: 0 8px 24px rgba(104,72,220,.28); }
.mock-run span { margin-right: 4px; }
.panel-footer { display: flex; align-items: center; gap: 4px; margin-top: 10px; color: #44d877; font-size: 6px; }
.panel-footer small { margin-left: auto; color: #60606a; }
.online-dot { width: 5px; height: 5px; border-radius: 50%; background: #20e65a; box-shadow: 0 0 5px rgba(32,230,90,.6); }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 10px 13px; color: #cfcbdc; font-size: 9px; border: 1px solid rgba(182,154,255,.2); border-radius: 8px; background: rgba(30,30,38,.86); box-shadow: 0 12px 28px rgba(0,0,0,.35); backdrop-filter: blur(12px); animation: float 4s ease-in-out infinite; }
.floating-chip span { color: var(--purple-light); }
.chip-layer { top: 24%; right: -1%; }
.chip-quality { bottom: 15%; left: 4%; animation-delay: -1.7s; }

.trust-strip { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 5vw, 70px); min-height: 112px; padding: 20px 30px; border-block: 1px solid rgba(255,255,255,.06); background: rgba(14,14,18,.62); }
.trust-strip div { display: flex; align-items: baseline; gap: 10px; }
.trust-strip strong { font-size: 21px; font-weight: 700; }
.trust-strip span { color: #7e7e89; font-size: 11px; }
.trust-strip > i { width: 1px; height: 30px; background: rgba(255,255,255,.08); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .faq-intro h2, .download-copy h2 { margin: 9px 0 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.15; letter-spacing: -.035em; }
.section-heading > p { max-width: 470px; margin: 0 0 3px; color: #8e8e99; font-size: 13px; line-height: 1.75; }
.section-heading.centered { display: block; text-align: center; }
.section-heading.centered > p { max-width: 630px; margin: 16px auto 0; }
.install-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.step-list { margin: 0; padding: 0; list-style: none; }
.install-step { border-bottom: 1px solid rgba(255,255,255,.08); }
.install-step:first-child { border-top: 1px solid rgba(255,255,255,.08); }
.install-step > button { display: grid; grid-template-columns: 44px 1fr 22px; gap: 13px; align-items: start; width: 100%; padding: 22px 0; text-align: left; border: 0; background: transparent; cursor: pointer; }
.step-number { color: #656570; font-family: Consolas, monospace; font-size: 11px; transition: color .2s ease; }
.step-copy strong, .step-copy small { display: block; }
.step-copy strong { margin-top: -4px; font-size: 16px; transition: color .2s ease; }
.step-copy small { margin-top: 7px; color: #7e7e89; font-size: 11px; line-height: 1.6; }
.step-toggle { color: #666671; font-size: 18px; font-weight: 300; text-align: center; }
.install-step.active .step-number, .install-step.active .step-copy strong, .install-step.active .step-toggle { color: var(--purple-light); }
.step-detail { padding: 0 35px 23px 57px; animation: reveal .25s ease; }
.step-detail p { margin: 0; color: #9c9ca7; font-size: 11px; line-height: 1.75; }
.inline-download { display: inline-block; margin-top: 11px; color: #b69aff; font-size: 11px; font-weight: 650; }
.install-preview { position: relative; display: grid; place-items: center; min-height: 430px; padding: clamp(18px, 4vw, 38px); overflow: hidden; border: 1px solid rgba(255,255,255,.055); border-radius: 18px; background: radial-gradient(circle at 50% 45%, rgba(121,81,222,.14), transparent 48%), #141419; }
.install-preview::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(circle, black, transparent 74%); }
.installer-screenshot { position: relative; z-index: 2; display: block; width: 100%; height: auto; border: 1px solid rgba(182,154,255,.18); border-radius: 10px; box-shadow: 0 25px 65px rgba(0,0,0,.56), 0 0 40px rgba(139,92,246,.1); }
.after-install { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 16px; margin-top: 40px; padding: 18px 20px; border: 1px solid rgba(182,154,255,.16); border-radius: 11px; background: linear-gradient(110deg, rgba(139,92,246,.1), rgba(79,140,255,.035)); }
.after-icon { display: grid; place-items: center; width: 40px; height: 40px; color: #b69aff; font-size: 20px; border: 1px solid rgba(182,154,255,.2); border-radius: 9px; background: rgba(139,92,246,.1); }
.after-install strong { font-size: 12px; }
.after-install p { margin: 5px 0 0; color: #8e8e99; font-size: 10px; line-height: 1.6; }
.after-install > a { color: #b69aff; font-size: 10px; white-space: nowrap; }

.features { border-block: 1px solid rgba(255,255,255,.05); background: #0e0e13; }
.feature-tabs { display: flex; justify-content: center; gap: 7px; margin-bottom: 36px; }
.feature-tabs button { min-width: 124px; height: 44px; color: #898994; font-size: 11px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: #1a1a20; cursor: pointer; transition: .2s ease; }
.feature-tabs button span { margin-right: 6px; color: #72727d; }
.feature-tabs button:hover { color: #d6d6de; border-color: rgba(182,154,255,.2); }
.feature-tabs button.active { color: #f1edff; border-color: rgba(151,112,255,.55); background: rgba(115,73,225,.17); box-shadow: inset 0 -1px rgba(182,154,255,.2), 0 8px 24px rgba(89,53,179,.1); }
.feature-tabs button.active span { color: var(--purple-light); }
.feature-panel { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 15px; background: #18181e; animation: panel-in .35s ease; }
.feature-visual { position: relative; min-height: 520px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.06); background: #101014; }
.feature-visual::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 30px 30px; }
.feature-copy { padding: 52px 48px 42px; }
.feature-index { color: #7761b4; font-family: Consolas, monospace; font-size: 9px; letter-spacing: .14em; }
.feature-copy h3 { margin: 8px 0 12px; font-size: 30px; letter-spacing: -.03em; }
.feature-copy > p { margin: 0; color: #9999a4; font-size: 12px; line-height: 1.8; }
.feature-copy ol { margin: 28px 0 0; padding: 0; list-style: none; }
.feature-copy li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin-top: 18px; }
.feature-copy li > span { display: grid; place-items: center; width: 25px; height: 25px; color: #ad98e8; font-family: Consolas, monospace; font-size: 8px; border: 1px solid rgba(182,154,255,.2); border-radius: 50%; background: rgba(139,92,246,.07); }
.feature-copy li p { margin: 0; }
.feature-copy li strong, .feature-copy li small { display: block; }
.feature-copy li strong { color: #dedde4; font-size: 11px; }
.feature-copy li small { margin-top: 4px; color: #777782; font-size: 9px; line-height: 1.55; }
.prompt-example, .feature-callout { margin-top: 28px; padding: 12px 14px; border-left: 2px solid var(--purple); border-radius: 0 7px 7px 0; background: rgba(139,92,246,.07); }
.prompt-example small, .feature-callout span { color: #9176d5; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.prompt-example p, .feature-callout p { margin: 5px 0 0; color: #c8c6d0; font-size: 9px; line-height: 1.55; }
.image-frame { position: absolute; inset: 9%; padding: 8px; border: 1px solid rgba(182,154,255,.18); border-radius: 11px; background: #17171c; box-shadow: 0 24px 60px rgba(0,0,0,.48), 0 0 40px rgba(139,92,246,.09); transform: rotate(-2deg); }
.generated-scene { position: relative; height: 100%; overflow: hidden; border-radius: 7px; background: linear-gradient(#302854 0%, #8d6481 42%, #df9c7a 60%, #25233a 61%); }
.sun { position: absolute; top: 20%; right: 22%; width: 53px; height: 53px; border-radius: 50%; background: #ffd5a1; box-shadow: 0 0 42px #f0a777; }
.mountain { position: absolute; right: -10%; bottom: 20%; left: -10%; height: 43%; clip-path: polygon(0 77%, 18% 27%, 30% 58%, 46% 12%, 63% 59%, 75% 31%, 100% 80%, 100% 100%, 0 100%); }
.mountain.far { opacity: .55; background: #5d506e; transform: translateY(-22px) scale(.9); }
.mountain.near { background: #29263a; }
.city { position: absolute; right: 30%; bottom: 17%; width: 31%; height: 31%; background: linear-gradient(90deg, transparent 8%, #171725 9% 19%, transparent 20% 28%, #171725 29% 45%, transparent 46% 57%, #171725 58% 75%, transparent 76%), linear-gradient(#171725 0 14%, transparent 15% 23%, #171725 24%); clip-path: polygon(0 100%, 0 45%, 12% 45%, 12% 29%, 34% 29%, 34% 8%, 55% 0, 76% 8%, 76% 35%, 100% 35%, 100% 100%); filter: drop-shadow(0 0 12px rgba(255,182,126,.3)); }
.image-badge { position: absolute; right: 18px; bottom: 17px; padding: 5px 7px; color: #cac4da; font-size: 6px; letter-spacing: .12em; border: 1px solid rgba(255,255,255,.12); border-radius: 4px; background: rgba(12,12,18,.65); backdrop-filter: blur(8px); }
.split-image { position: absolute; inset: 9%; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(182,154,255,.18); border-radius: 11px; box-shadow: 0 24px 60px rgba(0,0,0,.48); }
.split-image > div { position: relative; background: radial-gradient(ellipse at 50% 42%, #86594d 0 13%, transparent 14%), radial-gradient(ellipse at 50% 50%, #c49a7e 0 23%, transparent 24%), linear-gradient(150deg, #223047, #8d664e 62%, #10141e); }
.edit-after { filter: hue-rotate(160deg) saturate(1.25); }
.split-image span { position: absolute; bottom: 12px; left: 12px; padding: 4px 7px; color: #ddd; font-size: 7px; border-radius: 4px; background: rgba(0,0,0,.5); }
.split-image i { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #c4afff; box-shadow: 0 0 12px #8b5cf6; }
.expand-canvas { position: absolute; inset: 11%; border: 1px dashed rgba(182,154,255,.3); background: repeating-conic-gradient(#1c1c22 0 25%, #15151a 0 50%) 0 / 24px 24px; }
.original-area { position: absolute; inset: 19% 23%; display: grid; place-items: center; color: rgba(255,255,255,.7); font-size: 9px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg, #383250, #bd7f6c 48%, #262839); box-shadow: 0 0 35px rgba(139,92,246,.16); }
.expand-arrow { position: absolute; color: #baa4fa; font-size: 21px; font-style: normal; text-shadow: 0 0 10px #8b5cf6; }
.expand-arrow.left { top: 49%; left: 10%; }.expand-arrow.right { top: 49%; right: 10%; }.expand-arrow.top { top: 7%; left: 49%; }.expand-arrow.bottom { bottom: 7%; left: 49%; }
.remove-scene { position: absolute; inset: 9%; overflow: hidden; border-radius: 11px; background: radial-gradient(circle at 65% 28%, #d5ad91 0 5%, transparent 6%), linear-gradient(145deg, #1b3145, #aa7c61 63%, #212a32); box-shadow: 0 24px 60px rgba(0,0,0,.48); }
.remove-object { position: absolute; top: 30%; left: 33%; display: grid; place-items: end center; width: 30%; height: 46%; padding-bottom: 10px; color: #fff; font-size: 7px; background: #333542; clip-path: polygon(18% 100%, 22% 28%, 38% 16%, 40% 0, 61% 0, 63% 17%, 79% 30%, 86% 100%); }
.selection-march { position: absolute; top: 25%; left: 28%; width: 40%; height: 56%; border: 2px dashed #dfcfff; border-radius: 48% 48% 12% 12%; filter: drop-shadow(0 0 4px #8b5cf6); animation: march 1s linear infinite; }
.remove-wand { position: absolute; top: 20%; right: 23%; color: #d5c6ff; font-size: 25px; font-style: normal; text-shadow: 0 0 13px #8b5cf6; }
.harmony-scene { position: absolute; inset: 9%; overflow: hidden; border-radius: 11px; box-shadow: 0 24px 60px rgba(0,0,0,.48); }
.harmony-bg { position: absolute; inset: 0; background: linear-gradient(150deg, #191d39, #736079 54%, #d38c70); }
.harmony-bg::after { content: ""; position: absolute; inset: 56% -10% -10%; background: #1d2034; transform: skewY(-8deg); }
.harmony-subject { position: absolute; bottom: 7%; left: 37%; width: 27%; height: 62%; background: linear-gradient(100deg, #272333, #9a7268 48%, #33293b); clip-path: polygon(39% 0, 62% 0, 66% 18%, 81% 28%, 92% 100%, 8% 100%, 19% 28%, 35% 18%); filter: drop-shadow(18px 20px 8px rgba(25,17,35,.48)); }
.harmony-rings { position: absolute; top: 10%; left: 23%; width: 54%; height: 70%; border: 1px solid rgba(212,193,255,.3); border-radius: 50%; box-shadow: 0 0 0 18px rgba(182,154,255,.035), 0 0 0 38px rgba(79,140,255,.025), inset 0 0 35px rgba(139,92,246,.12); }
.harmony-scene > span { position: absolute; right: 12px; bottom: 12px; padding: 5px 7px; color: #d6ccec; font-size: 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; background: rgba(12,12,18,.55); }

.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.workflow-grid article { position: relative; min-height: 270px; padding: 27px 24px 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 11px; background: #1a1a20; transition: transform .2s ease, border-color .2s ease; }
.workflow-grid article:hover { border-color: rgba(182,154,255,.23); transform: translateY(-3px); }
.workflow-number { position: absolute; top: 18px; right: 19px; color: #4f4f59; font-family: Consolas, monospace; font-size: 9px; }
.workflow-icon { display: grid; place-items: center; width: 43px; height: 43px; color: #b9a3fa; font-size: 19px; border: 1px solid rgba(182,154,255,.18); border-radius: 9px; background: rgba(139,92,246,.08); }
.workflow-grid h3 { margin: 23px 0 10px; font-size: 15px; }
.workflow-grid p { margin: 0; color: #8d8d98; font-size: 10px; line-height: 1.75; }
.workflow-grid small { position: absolute; right: 24px; bottom: 20px; left: 24px; padding-top: 12px; color: #62626d; font-size: 8px; border-top: 1px solid rgba(255,255,255,.06); }
.quality-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.quality-guide > div { display: flex; gap: 15px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.065); border-radius: 10px; background: rgba(24,24,30,.7); }
.guide-icon { color: #8e72d9; font-size: 22px; }
.quality-guide strong { font-size: 11px; }
.quality-guide p { margin: 5px 0 0; color: #7f7f8a; font-size: 9px; line-height: 1.6; }

.faq { border-top: 1px solid rgba(255,255,255,.05); background: #0e0e13; }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.faq-intro { position: sticky; top: 116px; align-self: start; }
.faq-intro p { max-width: 320px; margin: 19px 0 0; color: #868691; font-size: 12px; line-height: 1.75; }
.faq-intro a { display: inline-block; margin-top: 24px; color: #b69aff; font-size: 11px; }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.08); }
.faq-list details:first-child { border-top: 1px solid rgba(255,255,255,.08); }
.faq-list summary { position: relative; padding: 23px 45px 23px 0; font-size: 13px; font-weight: 650; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; right: 10px; width: 12px; height: 1px; background: #777782; transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary { color: #cdbdff; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 42px 22px 0; color: #8d8d98; font-size: 11px; line-height: 1.8; }

.download-section { position: relative; display: grid; place-items: center; min-height: 450px; padding: 70px 24px; overflow: hidden; text-align: center; border-inline: 1px solid rgba(182,154,255,.12); background: radial-gradient(circle at 50% 52%, rgba(117,75,224,.18), transparent 37%), linear-gradient(145deg, #14131b, #111117); }
.download-section::before, .download-section::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(182,154,255,.07); transform: rotate(45deg); }
.download-section::before { top: -190px; left: -60px; }.download-section::after { right: -60px; bottom: -195px; }
.download-glow { position: absolute; top: 50%; left: 50%; width: 420px; height: 270px; border-radius: 50%; background: rgba(139,92,246,.08); filter: blur(65px); transform: translate(-50%,-50%); }
.download-pixels i { position: absolute; display: block; width: 5px; height: 5px; transform: rotate(45deg); background: #8064cf; box-shadow: 0 0 10px #7652e8; }
.download-pixels i:nth-child(1) { top: 26%; left: 14%; }.download-pixels i:nth-child(2) { top: 66%; left: 21%; width: 3px; height: 3px; }.download-pixels i:nth-child(3) { top: 18%; right: 24%; width: 4px; height: 4px; }.download-pixels i:nth-child(4) { right: 13%; bottom: 26%; }.download-pixels i:nth-child(5) { top: 38%; left: 7%; width: 2px; height: 2px; }.download-pixels i:nth-child(6) { top: 56%; right: 7%; width: 3px; height: 3px; }
.download-logo { position: relative; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 19px; color: #ccbaff; font-size: 26px; border: 1px solid rgba(182,154,255,.25); border-radius: 13px; background: rgba(139,92,246,.1); box-shadow: 0 0 36px rgba(139,92,246,.14); }
.download-copy { position: relative; z-index: 2; }
.download-copy p { margin: 14px 0 24px; color: #8f8f9a; font-size: 12px; }
.primary-button.large { position: relative; z-index: 2; min-width: 265px; }
.download-state { position: relative; z-index: 2; min-height: 14px; margin: 13px 0 0; color: #6e6e79; font-size: 9px; }
.download-state.error { color: var(--error); }

.site-footer { border-top: 1px solid rgba(255,255,255,.06); background: #0a0a0e; }
.footer-inner { display: flex; align-items: center; gap: 30px; width: min(calc(100% - 48px), var(--max-width)); min-height: 100px; margin-inline: auto; }
.footer-inner p { flex: 1; color: #656570; font-size: 10px; text-align: center; }
.footer-inner > div { display: flex; gap: 15px; color: #5f5f69; font-size: 9px; }
.footer-inner > div span + span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.08); }
.footer-inner b { color: #8e78ca; font-weight: 500; }

@keyframes pulse-dot { 0%,100% { opacity: .55; box-shadow: 0 0 4px rgba(32,230,90,.4); } 50% { opacity: 1; box-shadow: 0 0 10px rgba(32,230,90,.8); } }
@keyframes caret { 50% { opacity: 0; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes reveal { from { opacity: 0; transform: translateY(-5px); } }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } }
@keyframes march { to { filter: hue-rotate(25deg) drop-shadow(0 0 4px #8b5cf6); } }

@media (max-width: 1040px) {
  .hero { grid-template-columns: .9fr 1.1fr; }
  .plugin-panel { width: 320px; transform: translateX(-49%) rotateY(-4deg); }
  .chip-layer { right: -3%; }
  .install-layout { gap: 36px; }
  .feature-copy { padding: 42px 32px 34px; }
  .feature-tabs button { min-width: 108px; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .section-shell, .header-inner, .footer-inner { width: min(calc(100% - 32px), var(--max-width)); }
  .content-section { padding-block: 78px; }
  .desktop-nav, .header-download { display: none; }
  .header-inner { justify-content: space-between; }
  .menu-button { display: grid; place-content: center; gap: 6px; width: 38px; height: 38px; padding: 0; border: 1px solid var(--border); border-radius: 8px; background: #202027; }
  .menu-button span { display: block; width: 16px; height: 1px; background: #d7d7df; transition: .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 10px 16px 18px; border-bottom: 1px solid var(--border); background: rgba(17,17,22,.97); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px; color: #c6c6cf; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .hero { display: block; padding-top: 72px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-lead { max-width: 610px; }
  .plugin-stage { width: min(100%, 580px); margin: 56px auto 0; }
  .plugin-panel { left: 50%; transform: translateX(-50%); }
  .chip-layer { right: 2%; }.chip-quality { left: 2%; }
  .trust-strip { gap: 25px; }
  .trust-strip div { display: grid; gap: 3px; text-align: center; }
  .install-layout { grid-template-columns: 1fr; }
  .install-preview { min-height: 420px; }
  .feature-tabs { flex-wrap: wrap; }
  .feature-tabs button { flex: 1 1 29%; }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-visual { min-height: 390px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; }
  .footer-inner { flex-wrap: wrap; justify-content: space-between; padding-block: 26px; }
  .footer-inner p { order: 3; flex-basis: 100%; }
}

@media (max-width: 580px) {
  .section-shell, .header-inner, .footer-inner { width: min(calc(100% - 24px), var(--max-width)); }
  .site-header { height: 62px; }
  .mobile-nav { top: 62px; }
  .brand-mark { min-width: 0; }
  .hero { min-height: 0; padding-top: 55px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(39px, 12vw, 54px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { display: grid; width: 100%; }
  .hero-meta { justify-content: center; gap: 12px; }
  .plugin-stage { min-height: 520px; margin-top: 46px; transform: scale(.9); transform-origin: top center; margin-bottom: -48px; }
  .plugin-panel { width: 316px; }
  .floating-chip { display: none; }
  .trust-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 10px; }
  .trust-strip > i { display: none; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { margin-top: 14px; }
  .section-heading h2, .faq-intro h2, .download-copy h2 { font-size: 33px; }
  .install-step > button { grid-template-columns: 34px 1fr 18px; }
  .step-detail { padding-left: 47px; }
  .install-preview { min-height: 340px; }
  .window-body { padding: 14px; }
  .after-install { grid-template-columns: 36px 1fr; }
  .after-install > a { grid-column: 2; }
  .feature-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .feature-tabs button { min-width: 0; }
  .feature-panel { border-radius: 10px; }
  .feature-visual { min-height: 300px; }
  .feature-copy { padding: 34px 22px; }
  .feature-copy h3 { font-size: 27px; }
  .workflow-grid, .quality-guide { grid-template-columns: 1fr; }
  .workflow-grid article { min-height: 245px; }
  .faq-list summary { font-size: 12px; }
  .download-section { width: 100%; min-height: 430px; }
  .footer-inner { display: grid; justify-items: center; text-align: center; }
  .footer-inner > div { flex-wrap: wrap; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}