:root {
  --bg: #080a0f;
  --panel: rgba(16, 19, 27, .76);
  --panel-2: #11151e;
  --line: rgba(255,255,255,.09);
  --text: #f7f8fb;
  --muted: #9ca5b5;
  --accent: #74a7ff;
  --accent-2: #7f7bff;
  --success: #6fe3b2;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.bg-orb { position: fixed; width: 38rem; height: 38rem; border-radius: 50%; filter: blur(120px); opacity: .13; pointer-events: none; z-index: -1; }
.orb-1 { background: #5d8dff; top: -18rem; left: -10rem; }
.orb-2 { background: #725cff; right: -16rem; top: 22rem; }
.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 42px; height: 42px; display: block; object-fit: cover; border-radius: 50%; box-shadow: 0 8px 30px rgba(104, 150, 255, .18); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: .95rem; }
.brand-copy small { color: var(--muted); font-size: .72rem; }
nav { display: flex; gap: 26px; color: #c3cad6; font-size: .9rem; }
nav a { transition: .2s ease; }
nav a:hover { color: white; }
.hero { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 80px 0 60px; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; font-size: .78rem; color: #c1cada; border: 1px solid var(--line); background: rgba(255,255,255,.025); padding: 8px 12px; border-radius: 999px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 16px rgba(111,227,178,.7); }
.hero h1 { margin: 22px 0 18px; font-size: clamp(3rem, 7vw, 5.8rem); letter-spacing: -.065em; line-height: .98; max-width: 950px; }
.hero h1 span { background: linear-gradient(90deg, #8fb8ff, #c3bcff); -webkit-background-clip: text; color: transparent; }
.hero p { max-width: 690px; color: var(--muted); line-height: 1.75; margin: 0 auto 28px; font-size: 1rem; }
.primary-btn { border: 0; color: #07101f; font-weight: 800; background: linear-gradient(135deg, #edf4ff, #8bb6ff 58%, #8983ff); min-height: 50px; padding: 0 20px; border-radius: 14px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 12px 34px rgba(106,153,255,.17); transition: transform .2s ease, box-shadow .2s ease; }
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(106,153,255,.25); }
.tool-shell { border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); padding: 26px; backdrop-filter: blur(18px); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.tool-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-kicker { margin: 0 0 8px; color: #7f9dce; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.tool-head h2, .section-title h2 { margin: 0; letter-spacing: -.035em; font-size: 2rem; }
.privacy-badge { color: #aeb7c7; font-size: .78rem; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.upload-zone { min-height: 330px; border: 1px dashed rgba(157,180,226,.32); border-radius: 22px; display: grid; place-items: center; align-content: center; text-align: center; padding: 30px; background: rgba(255,255,255,.018); transition: .2s ease; cursor: pointer; outline: none; }
.upload-zone:hover, .upload-zone.dragover, .upload-zone:focus-visible { background: rgba(114,164,255,.065); border-color: rgba(126,172,255,.65); }
.upload-icon { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; font-size: 1.8rem; color: #dce8ff; background: rgba(123,166,255,.11); border: 1px solid rgba(141,181,255,.18); margin-bottom: 17px; }
.upload-zone h3 { margin: 0 0 7px; font-size: 1.15rem; }
.upload-zone p { margin: 0 0 10px; color: var(--muted); }
.upload-zone span { font-size: .72rem; color: #737d8d; letter-spacing: .1em; }
.workspace { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 18px; }
.hidden { display: none !important; }
.preview-card, .settings-card { border: 1px solid var(--line); background: rgba(11,14,20,.72); border-radius: 22px; padding: 18px; }
.preview-top { display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: .9rem; margin-bottom: 14px; }
.text-btn { border: 0; padding: 0; background: transparent; color: #8daeff; cursor: pointer; font-size: .78rem; }
.preview-frame { height: 390px; border-radius: 16px; background: #090b10; border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; }
.preview-frame img { max-width: 100%; max-height: 100%; display: block; object-fit: contain; }
.file-meta { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 10px; padding-top: 14px; }
.file-meta div { min-width: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); }
.file-meta small { display: block; color: #727c8d; font-size: .68rem; margin-bottom: 5px; }
.file-meta strong { display: block; font-size: .78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.settings-card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.muted { color: var(--muted); line-height: 1.55; font-size: .83rem; margin: 0 0 24px; }
input[type="range"] { width: 100%; accent-color: #8ab4ff; }
.quick-options button.active { color: white; border-color: rgba(133,178,255,.5); background: rgba(118,164,255,.1); }
.field-label { display: block; font-size: .78rem; color: #9fa9b9; margin-bottom: 8px; }
select { width: 100%; height: 46px; color: #e9edf4; background: #0c1017; border: 1px solid var(--line); border-radius: 12px; padding: 0 12px; outline: none; margin-bottom: 12px; }
.full, .download-btn { width: 100%; }
.download-btn { margin-top: 9px; height: 50px; border-radius: 14px; border: 1px solid rgba(111,227,178,.25); background: rgba(111,227,178,.08); color: #a9f0d2; font-weight: 800; cursor: pointer; }
.status { color: #8f9bad; font-size: .75rem; text-align: center; min-height: 18px; margin: 10px 0 0; }
.steps { padding: 120px 0 70px; }
.section-title { text-align: center; margin-bottom: 30px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.018); }
.step-grid span { color: #7699d5; font-weight: 800; font-size: .74rem; }
.step-grid h3 { margin: 20px 0 8px; font-size: 1rem; }
.step-grid p { margin: 0; color: var(--muted); line-height: 1.55; font-size: .82rem; }
.note-card { margin: 0 0 100px; display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }
.note-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; background: rgba(122,165,255,.1); color: #9fc0ff; font-weight: 800; }
.note-card h3 { margin: 2px 0 7px; font-size: .9rem; }
.note-card p { margin: 0; color: #8f99a9; font-size: .78rem; line-height: 1.6; }
footer { border-top: 1px solid var(--line); padding: 36px 0 46px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
footer p { color: #6e7785; font-size: .72rem; margin: 18px 0 0; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: #aeb7c5; font-size: .8rem; }
.footer-links a:hover { color: white; }
@media (max-width: 820px) {
  .site-header nav { display: none; }
  .hero { min-height: 490px; padding-top: 60px; }
  .workspace { grid-template-columns: 1fr; }
  .preview-frame { height: 310px; }
  .step-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .site-header, main, footer { width: min(100% - 24px, 1120px); }
  .hero h1 { font-size: 3.15rem; }
  .hero p { font-size: .9rem; }
  .tool-shell { padding: 14px; border-radius: 22px; }
  .tool-head { align-items: flex-start; flex-direction: column; }
  .privacy-badge { display: none; }
  .upload-zone { min-height: 270px; }
  .preview-frame { height: 250px; }
  .file-meta { grid-template-columns: 1fr 1fr; }
  .file-meta div:first-child { grid-column: 1 / -1; }
}

.example-section { padding: 118px 0 28px; }
.section-title > p:last-child { max-width: 560px; margin: 12px auto 0; color: var(--muted); line-height: 1.6; font-size: .86rem; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 980px; margin: 34px auto 0; }
.comparison-card { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.018); overflow: hidden; }
.comparison-card.featured { border-color: rgba(126,166,255,.32); box-shadow: 0 20px 60px rgba(53,91,166,.12); }
.comparison-label { display: inline-flex; margin: 0 0 12px; min-width: 68px; justify-content: center; padding: 7px 11px; border-radius: 999px; border: 1px solid var(--line); color: #b8c1cf; font-size: .72rem; font-weight: 800; background: rgba(255,255,255,.025); }
.comparison-card img { width: 100%; display: block; border-radius: 14px; border: 1px solid rgba(255,255,255,.05); }
@media (max-width: 720px) { .comparison-grid { grid-template-columns: 1fr; } .example-section { padding-top: 90px; } }

.compact-meta { grid-template-columns: minmax(0, 1fr) auto; }
.simple-settings { align-content: start; }
