/* Shared landing theme; homepage content rules stay scoped to .home-page. */
body.home-redesign { --home-ink: #f1f2ef; --home-muted: #a9afa7; --home-orange: #f19a70; --home-line: #30343b; --home-surface: #1a1d21; --home-raised: #24282e; color-scheme: dark; background: #111315; color: var(--home-ink); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif; }
#page-content.home-page { padding: 0; }
.home-container { width: min(1000px, calc(100% - 64px)); margin-inline: auto; }
.home-page h1, .home-page h2, .home-page h3 { color: var(--home-ink); font-family: inherit; font-weight: 650; margin: 0; }
.home-page p { margin: 0; }
.home-page a { color: inherit; }
.home-page button, .home-page a { -webkit-tap-highlight-color: transparent; }
.home-page button { font: inherit; cursor: pointer; }
.home-page :is(a, button, input):focus-visible { outline: 3px solid var(--home-orange); outline-offset: 5px; }
.home-skip { position: fixed; top: -100px; left: 20px; z-index: 1200; padding: 12px 20px; background: var(--home-raised); border-radius: 8px; }
.home-skip:focus { top: 12px; }
.home-hero { padding: 56px 0 0; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 40px; align-items: center; }
.home-eyebrow { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--home-muted); line-height: 1.6; }
.home-spark { color: var(--home-orange); font-size: 22px; }
.home-page h1 { font-size: clamp(38px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; margin: 18px 0 22px; text-wrap: balance; }
.home-intro { color: var(--home-muted); font-size: 17px; line-height: 1.7; max-width: 450px; }
.home-upload-card { margin-top: 30px; border: 1px solid var(--home-line); border-radius: 18px; background: var(--home-surface); padding: 24px; max-width: 440px; box-shadow: 0 8px 30px #00000014; scroll-margin-top: 100px; }
.home-upload-area { display: flex; flex-direction: column; align-items: center; width: 100%; }
.home-upload-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; width: 100%; border: 0; border-radius: 10px; padding: 14px 24px; background: var(--home-orange); color: #201711; font-weight: 600 !important; font-size: 16px !important; transition: background 180ms; }
.home-upload-button:hover { background: #f5ad88; }
.home-drop-hint { margin-top: 11px; color: var(--home-muted); font-size: 13px; }
.home-page #upload-button, .home-page #upload-button2 { min-width: 0; white-space: normal; }
.home-page .el-upload, .home-page .el-upload-dragger { width: 100%; }
.home-page .el-upload-dragger.is-dragover { outline: 2px dashed var(--home-orange); outline-offset: 8px; }
.home-samples { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--home-line); }
.home-samples > span { font-size: 11px; line-height: 1.7; color: var(--home-muted); }
.home-samples b { font-weight: 500; }
.home-sample-images { display: flex; gap: 8px; }
.home-sample-images a { display: block; border-radius: 9px; overflow: hidden; border: 2px solid transparent; transition: border-color 180ms; }
.home-sample-images a:hover { border-color: var(--home-orange); }
.home-sample-images img { display: block; width: 48px; height: 48px; object-fit: cover; }
.home-privacy { color: #a4aaa3; font-size: 10px; line-height: 1.65; max-width: 440px; margin-top: 15px !important; }
.home-privacy a { color: #bec4bc !important; font-weight: 400 !important; text-decoration: underline; }
.home-hero-visual { min-width: 0; padding-top: 10px; }
.home-preview { overflow: hidden; border: 1px solid var(--home-line); border-radius: 18px; background: var(--home-surface); box-shadow: 0 18px 50px #00000030; }
.home-preview-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 12px 20px; font-size: 11px; color: var(--home-muted); }
.home-preview-toolbar > span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.home-preview-toolbar > span:last-child { border: 1px solid var(--home-line); border-radius: 5px; padding: 2px 6px; font-size: 10px; }
.home-status-dot { width: 6px; height: 6px; background: #9cbb84; border-radius: 100%; }
.home-checker { background-color: #1b1f25; background-image: conic-gradient(#292e35 25%, transparent 0 50%, #292e35 0 75%, transparent 0); background-size: 20px 20px; }
.home-comparison { position: relative; width: 100%; aspect-ratio: 4 / 3; isolation: isolate; overflow: hidden; }
.home-compare-img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: fill; }
.home-image-label { position: absolute; z-index: 3; top: 16px; padding: 6px 10px; border-radius: 6px; background: #171b20eb; color: #f1f2ef; font-size: 10px; pointer-events: none; max-width: 44%; }
.home-label-before { left: 16px; }
.home-label-after { right: 16px; }
.home-compare-divider { position: absolute; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); background: #e4e7df; z-index: 2; pointer-events: none; box-shadow: 0 0 4px #0003; }
.home-compare-divider span { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; transform: translate(-50%, -50%); border-radius: 50%; background: #24282e; border: 1px solid #a8b0a1; box-shadow: 0 3px 12px #0004; color: #f1f2ef; }
.home-compare-range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
.home-comparison:focus-within { outline: 3px solid var(--home-orange); outline-offset: -3px; }
.home-preview-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; min-height: 58px; padding: 10px 18px; color: var(--home-muted); font-size: 11px; }
.home-demo-tabs { display: flex; gap: 4px; }
.home-demo-tabs button { border: 0; padding: 7px 12px; border-radius: 6px; font-size: 11px; background: transparent; color: var(--home-muted); transition: background 180ms; }
.home-demo-tabs button[aria-pressed='true'] { background: #36312d; color: #f6b18d; font-weight: 600; }
.home-demo-tabs button:hover { background: var(--home-raised); }
.home-visual-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin-top: 18px; color: #b0baaa; font-size: 11px; }
.home-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 54px; padding-block: 27px; border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.home-benefits > div { display: flex; align-items: center; gap: 14px; font-size: 12px; }
.home-benefit-icon { flex: none; color: #b8c4ad; border: 1px solid #3b4435; border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center; font-size: 10px; font-weight: 600; }
.home-section-new { padding: 88px 0; }
.home-section-heading { max-width: 690px; margin: 0 auto 38px; text-align: center; }
.home-section-heading .home-eyebrow { justify-content: center; }
.home-page h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; letter-spacing: -.035em; margin: 14px 0; text-wrap: balance; }
.home-section-heading p { color: var(--home-muted); font-size: 14px; line-height: 1.8; }
.home-example-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-example-picture { position: relative; display: block; aspect-ratio: 1.13; border-radius: 14px; overflow: hidden; }
.home-example-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-example-portrait { background: #343033; }
.home-example-product { background: #303a35; }
.home-example-pet { background: #40352e; }
.home-example-arrow { position: absolute; bottom: 16px; right: 16px; border-radius: 50%; width: 32px; height: 32px; display: grid; place-items: center; background: #1a1d21e6; color: #f1f2ef; font-size: 17px; transition: background 180ms; }
.home-example-picture:hover .home-example-arrow { background: #30353c; }
.home-example-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 2px 0; }
.home-example-caption h3 { font-size: 15px; }
.home-example-caption > span { font-size: 11px; color: var(--home-muted); }
.home-swatches { display: flex; gap: 7px; }
.home-swatches button { border: 2px solid var(--home-surface); box-shadow: 0 0 0 1px #51565f; width: 22px; height: 22px; padding: 0; border-radius: 50%; }
.home-swatches button[aria-pressed='true'] { box-shadow: 0 0 0 2px var(--home-orange); }
.home-workflow { background: #161a1d; border-block: 1px solid var(--home-line); }
.home-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.home-step { position: relative; padding-top: 16px; }
.home-step-number { margin-bottom: 17px; color: #b0baa5; font-size: 13px; letter-spacing: .06em; }
.home-step-picture { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 12px; }
.home-step-picture img { width: 100%; height: 100%; object-fit: cover; }
.home-step-finished { background: #303a35; }
.home-step h3 { font-size: 16px; margin-top: 21px; line-height: 1.5; }
.home-step p { font-size: 12px; margin-top: 6px; line-height: 1.6; color: var(--home-muted); }
.home-download-icon { position: absolute; bottom: 16px; right: 16px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--home-raised); }
.home-tools-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.home-tools-heading > span { color: var(--home-muted); font-size: 13px; padding-bottom: 15px; }
.home-tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-tool-grid a { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--home-line); border-radius: 12px; background: var(--home-surface); text-decoration: none; transition: border-color 180ms, background 180ms; }
.home-tool-grid a:hover { border-color: #737e68; background: #242a26; }
.home-tool-preview { position: relative; overflow: hidden; aspect-ratio: 1.45; border-bottom: 1px solid var(--home-line); }
.home-tool-preview img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.home-tool-side-by-side img { width: 50%; left: 50%; object-position: 40% center; }
.home-tool-side-by-side img.home-tool-original { left: 0; }
.home-tool-before { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.home-tool-split::after { content: ''; position: absolute; inset: 0 auto 0 50%; width: 1px; background: #ffffffb3; }
.home-tool-image-label { position: absolute; top: 10px; right: 10px; border: 1px solid #ffffff40; border-radius: 5px; padding: 3px 6px; background: #171b20c9; color: #f1f2ef; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.home-tool-card-body { position: relative; flex: 1; padding: 20px 18px 24px; }
.home-tool-grid h3 { font-size: 14px; line-height: 1.5; padding-right: 12px; overflow-wrap: anywhere; }
.home-tool-grid p { margin-top: 7px; font-size: 11px; color: var(--home-muted); line-height: 1.7; }
.home-tool-arrow { position: absolute; top: 20px; right: 13px; color: #acb6a3; font-size: 14px; }
.home-tool-palette { position: absolute; bottom: 12px; left: 12px; right: 12px; display: flex; height: 22px; border: 3px solid #1a1d21; border-radius: 6px; overflow: hidden; box-shadow: 0 3px 10px #0003; }
.home-tool-palette i { flex: 1; }

.home-final-wrap { padding-bottom: 80px; }
.home-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; background: #25221f; border-radius: 18px; padding: 48px 54px; }
.home-final-cta p { color: var(--home-muted); font-size: 14px; line-height: 1.6; }
.home-final-cta #upload-button2 { width: 230px; flex-shrink: 0; }
.home-redesign .footer-container { background: #111315; color: var(--home-muted); border-top: 1px solid var(--home-line); }
.home-redesign .footer-container :is(a, h4, h5) { color: var(--home-ink); }
.home-redesign .footer-container a:hover { color: var(--home-orange); }
.home-redesign .footer-container .container { max-width: 1000px; }
@media (min-width: 1600px) { .home-hero { padding-top: 64px; } }
@media (max-width: 1100px) { .home-hero-grid { gap: 36px; } .home-hero { padding-top: 52px; } }
@media (max-width: 991px) { .home-hero-grid { gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .home-page h1 { font-size: 42px; } .home-upload-card { padding: 20px; } .home-intro { font-size: 15px; } .home-steps { gap: 24px; } .home-benefits { gap: 20px; margin-top: 48px; } .home-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-final-cta { padding: 36px; } }
@media (max-width: 767px) { .home-container { width: calc(100% - 40px); } .home-hero { padding-top: 36px; } .home-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; } .home-hero-copy { text-align: center; } .home-hero-copy > .home-eyebrow { justify-content: center; } .home-page h1 { font-size: clamp(38px, 8.5vw, 52px); margin-top: 15px; } .home-hero-copy :is(.home-intro, .home-privacy), .home-upload-card { margin-inline: auto; } .home-upload-card { margin-top: 24px; } .home-privacy { padding-inline: 8px; } .home-hero-visual { padding-top: 0; } .home-benefits { grid-template-columns: minmax(0, 1fr); gap: 18px; padding-block: 24px; margin-top: 34px; } .home-benefits > div { font-size: 13px; } .home-section-new { padding-block: 56px; } .home-section-heading { margin-bottom: 28px; } .home-section-heading p { font-size: 13px; } .home-example-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; } .home-example-picture { aspect-ratio: 4 / 3; } .home-example-caption { padding-top: 15px; } .home-steps { grid-template-columns: minmax(0, 1fr); gap: 28px; } .home-step { padding-top: 0; } .home-step h3 { margin-top: 16px; } .home-tools-heading { align-items: start; } .home-tools-heading > span { display: none; } .home-tool-grid { gap: 12px; } .home-tool-card-body { padding: 16px 12px 18px; } .home-tool-grid h3 { font-size: 13px; } .home-tool-preview { aspect-ratio: 1.25; } .home-tool-arrow { top: 16px; right: 10px; } .home-final-wrap { padding-bottom: 48px; } .home-final-cta { flex-direction: column; text-align: center; padding: 32px 24px; gap: 24px; } .home-final-cta .home-eyebrow { justify-content: center; } .home-final-cta #upload-button2 { width: 100%; max-width: 300px; } .home-preview-bottom { padding-inline: 12px; } .home-demo-tabs button { padding-inline: 9px; } .home-preview-toolbar { padding-inline: 14px; } .home-image-label { top: 12px; font-size: 9px; } .home-label-before { left: 12px; } .home-label-after { right: 12px; } .home-redesign .footer-more > .col-3 { flex: 0 0 50%; max-width: 50%; } }
@media (prefers-reduced-motion: reduce) { .home-page * { transition: none !important; scroll-behavior: auto !important; } }
.home-title-accent { display: block; color: var(--home-orange); }
