:root {
  --paper: #f7f3ec;
  --paper-deep: #eee7dc;
  --ink: #171b19;
  --muted: #626763;
  --line: #d8d0c4;
  --white: #fffdfa;
  --accent: #ff5a36;
  --accent-dark: #d94122;
  --mint: #bbebcf;
  --mint-dark: #1d6b47;
  --blue: #b7d8ff;
  --yellow: #f3db79;
  --shadow: 0 28px 70px rgba(53, 42, 30, .14);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; background: var(--ink); color: white; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(1360px, calc(100% - 48px));
  height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; font: 800 24px/1 var(--display); letter-spacing: -.04em; }
.brand-name { display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.brand-name strong { color: var(--accent-dark); font-size: .46em; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; position: relative; border-radius: 10px; background: var(--accent); transform: rotate(-4deg); }
.brand-mark:before, .brand-mark:after, .brand-mark span { content: ""; position: absolute; background: var(--white); border-radius: 99px; }
.brand-mark:before { width: 4px; height: 15px; left: 9px; top: 8px; transform: rotate(-16deg); }
.brand-mark:after { width: 4px; height: 19px; right: 9px; top: 6px; transform: rotate(16deg); }
.brand-mark span { width: 5px; height: 5px; left: 14px; top: 14px; }
.nav-links { display: flex; gap: 36px; }
.nav-links a, .footer-links a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: 14px; }
.nav-links a:hover, .footer-links a:hover { color: var(--ink); }
.header-cta { justify-self: end; text-decoration: none; background: var(--ink); color: white; padding: 12px 17px; border-radius: 12px; font-weight: 700; font-size: 14px; }
.tool-menu { position: relative; z-index: 60; justify-self: end; }.tool-menu summary { min-width: 144px; padding: 12px 15px 12px 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-radius: 12px; background: var(--ink); color: white; cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; user-select: none; }.tool-menu summary::-webkit-details-marker { display: none; }.tool-menu summary > span { font-size: 16px; transition: transform .18s ease; }.tool-menu[open] summary > span { transform: rotate(180deg); }.tool-menu summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }.tool-menu-panel { width: min(610px, calc(100vw - 48px)); max-height: calc(100vh - 110px); overflow: auto; position: absolute; top: calc(100% + 10px); right: 0; padding: 24px; border: 2px solid var(--ink); border-radius: 20px; background: var(--white); box-shadow: 8px 9px 0 var(--ink), var(--shadow); }.tool-menu-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }.tool-menu-heading > strong { font: 700 22px var(--display); letter-spacing: -.04em; }.tool-menu-heading small { color: var(--muted); font-size: 11px; }.tool-menu-groups { padding: 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }.tool-menu-group { display: grid; align-content: start; gap: 4px; }.tool-menu-group > strong { margin-bottom: 6px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.tool-menu-group a, .tool-menu-all { min-height: 38px; padding: 8px 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 9px; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; }.tool-menu-group a:hover, .tool-menu-group a:focus-visible { background: var(--paper-deep); outline: none; }.tool-menu-group a[aria-current="page"] { background: #fff0ea; color: var(--accent-dark); }.tool-menu-group a span, .tool-menu-all span { color: var(--accent); }.tool-menu-all { padding: 14px 10px 2px; border-top: 1px solid var(--line); border-radius: 0; }.tool-menu-all:hover { color: var(--accent-dark); }

.section-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 78px; padding: 76px 0 88px; }
.hero-copy { padding-bottom: 36px; }
.eyebrow { width: max-content; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-weight: 700; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #36a867; box-shadow: 0 0 0 4px rgba(54,168,103,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 24px; font: 700 clamp(50px, 5.6vw, 78px)/.97 var(--display); letter-spacing: -.07em; }
h1 em, .formats h2 em { font-style: normal; color: var(--accent); }
.hero-copy > p { max-width: 520px; margin-bottom: 26px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--ink); font-size: 13px; font-weight: 700; }
.hero-notes span:before { content: "✓"; margin-right: 7px; color: var(--mint-dark); }

.converter-card { background: var(--white); border: 1px solid #ded8ce; border-radius: 28px; padding: 26px; box-shadow: var(--shadow); position: relative; }
.converter-card:before { content: ""; position: absolute; z-index: -1; width: 100px; height: 100px; border-radius: 50%; background: var(--yellow); right: -42px; top: -32px; }
.converter-head, .queue-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.converter-kicker { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 7px; }
.converter-head h2, .queue-title-row h3 { margin: 0; font: 700 23px/1.2 var(--display); letter-spacing: -.04em; }
.privacy-pill { display: flex; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 99px; color: var(--mint-dark); background: #e4f7ec; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.privacy-pill span { font-size: 9px; }

.drop-zone { margin-top: 22px; min-height: 245px; border: 1.5px solid #cec5b8; border-radius: 20px; background: #fbf8f3; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 32px; cursor: pointer; transition: border-color .2s, transform .2s, background .2s; }
.drop-zone:hover, .drop-zone:focus-visible, .drop-zone.dragover { outline: none; border-color: var(--accent); background: #fff4ef; transform: translateY(-2px); }
.upload-visual { height: 64px; width: 90px; position: relative; margin-bottom: 20px; }
.frame { position: absolute; width: 58px; height: 44px; border-radius: 10px; border: 2px solid var(--ink); background: var(--white); box-shadow: 0 5px 0 var(--ink); }
.frame:after { content: ""; position: absolute; inset: 6px; border-radius: 5px; background: linear-gradient(135deg, var(--blue) 0 48%, var(--mint) 49% 100%); }
.frame-one { left: 4px; top: 5px; transform: rotate(-9deg); }
.frame-two { right: 2px; top: 9px; transform: rotate(7deg); z-index: 2; }
.frame-two b { position: absolute; z-index: 3; right: -10px; top: -13px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--accent); border: 2px solid var(--white); font-size: 17px; line-height: 1; }
.drop-zone h3 { margin: 0 0 7px; font: 700 18px var(--display); letter-spacing: -.03em; }
.drop-zone p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.drop-zone small { color: #8a8c89; font-size: 11px; }
.text-button { padding: 0; border: 0; color: var(--accent-dark); background: none; cursor: pointer; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.text-button.muted { color: var(--muted); font-size: 12px; }

.notice { margin-top: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 13px; border: 1px solid #efc5ad; background: #fff4e8; }
.notice[hidden] { display: none; }
.notice.error { border-color: #edb6ae; background: #fff0ee; }
.notice.success { border-color: #b2dec5; background: #eaf8f0; }
.notice-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-weight: 800; }
.notice strong { display: block; font-size: 13px; }
.notice p { margin: 1px 0 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.notice > button { border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 20px; }

.queue-panel { margin-top: 20px; }
.queue-panel[hidden] { display: none; }
.queue-title-row { margin-bottom: 12px; }
.queue-title-row h3 { font-size: 18px; }
.queue-list { display: grid; gap: 10px; }
.queue-item { border: 1px solid var(--line); border-radius: 16px; background: #fbf8f3; overflow: hidden; }
.queue-main { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 12px; }
.video-thumb { width: 74px; aspect-ratio: 16/10; border-radius: 9px; overflow: hidden; position: relative; background: #292c2b; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-thumb .format-chip { position: absolute; left: 5px; bottom: 5px; padding: 3px 5px; border-radius: 4px; background: rgba(23,27,25,.83); color: white; font: 700 8px var(--body); letter-spacing: .05em; }
.file-copy { min-width: 0; }
.file-name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font: 700 13px var(--display); }
.file-meta { margin-top: 5px; color: var(--muted); font: 500 10px var(--body); letter-spacing: .01em; }
.item-actions { display: flex; align-items: center; gap: 7px; }
.icon-button, .small-button { border: 0; cursor: pointer; border-radius: 9px; font-weight: 700; }
.icon-button { width: 31px; height: 31px; background: #eee8de; color: var(--muted); font-size: 17px; }
.small-button { padding: 8px 11px; background: var(--ink); color: white; font-size: 11px; text-decoration: none; }
.small-button.secondary { background: #e9e2d7; color: var(--ink); }
.status-line { display: flex; align-items: center; gap: 7px; margin-top: 6px; font-size: 10px; font-weight: 700; color: var(--muted); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #a5a8a6; }
.status-dot.processing { background: var(--accent); animation: blink 1s infinite alternate; }
.status-dot.completed { background: #2c9a5c; }
.status-dot.failed { background: #cf402e; }
@keyframes blink { to { opacity: .35; } }
.progress-track { height: 4px; background: #e5ded3; }
.progress-track i { display: block; width: 0; height: 100%; background: var(--accent); transition: width .2s ease; }

.settings { border: 0; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 10px; }
.settings legend { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; }
.setting-block, .select-field { min-width: 0; }
.setting-block > label, .select-field > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.segmented-control { display: flex; padding: 4px; border-radius: 11px; background: #eee9e1; }
.segmented-control label { flex: 1; cursor: pointer; }
.segmented-control input { position: absolute; opacity: 0; pointer-events: none; }
.segmented-control span { display: block; padding: 9px 5px; border-radius: 8px; text-align: center; color: var(--muted); font-size: 10px; font-weight: 800; white-space: nowrap; }
.segmented-control input:checked + span { background: var(--white); color: var(--ink); box-shadow: 0 2px 7px rgba(48,39,30,.08); }
.select-field select { width: 100%; border: 0; border-radius: 11px; color: var(--ink); background: #eee9e1; padding: 12px 28px 12px 10px; font-size: 10px; font-weight: 800; outline: 0; }
.converter-actions { margin-top: 18px; text-align: center; }
.primary-button { min-height: 50px; border: 0; border-radius: 13px; background: var(--accent); color: white; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; text-decoration: none; cursor: pointer; font-weight: 800; transition: transform .2s, background .2s; }
.primary-button:hover:not(:disabled) { background: var(--accent-dark); transform: translateY(-2px); }
.primary-button:disabled { background: #d7d1c7; color: #918f8b; cursor: not-allowed; }
.converter-actions .primary-button { width: 100%; }
.converter-actions p { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.conversion-progress-panel { margin-top: 18px; padding: 18px; border-radius: 18px; background: var(--ink); color: white; }
.conversion-progress-panel[hidden] { display: none; }
.conversion-progress-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.conversion-progress-panel .converter-kicker { color: #aeb5b1; }
.conversion-progress-head h3 { margin: 0; font: 700 19px var(--display); letter-spacing: -.035em; }
.conversion-progress-head > strong { color: var(--yellow); font: 800 20px var(--display); font-variant-numeric: tabular-nums; }
.conversion-progress-panel > p { margin: 12px 0 10px; overflow: hidden; color: #c9cecb; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.conversion-progress-track { height: 10px; overflow: hidden; border-radius: 99px; background: #3b403d; }
.conversion-progress-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--accent); transition: width .2s ease; }
.conversion-progress-panel > small { display: block; margin-top: 9px; color: #929994; font-size: 9px; }
.result-panel { margin-top: 18px; padding: 18px; border: 1px solid #abd9bd; border-radius: 18px; background: #eaf8f0; }
.result-panel[hidden] { display: none; }
.result-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.result-panel-head h3 { margin: 0; font: 700 19px var(--display); letter-spacing: -.035em; }
.ready-badge { padding: 7px 10px; border-radius: 99px; background: #2c9a5c; color: white; font-size: 10px; font-weight: 800; }
.result-list { display: grid; gap: 9px; }
.result-item { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 10px; border: 1px solid rgba(44,154,92,.28); border-radius: 14px; background: var(--white); }
.result-media { width: 82px; aspect-ratio: 16/10; position: relative; overflow: hidden; border-radius: 9px; background: #151817; }
.result-media img, .result-media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.result-media span { position: absolute; left: 5px; bottom: 5px; padding: 3px 5px; border-radius: 4px; background: rgba(23,27,25,.83); color: white; font-size: 8px; font-weight: 800; }
.result-copy { min-width: 0; display: grid; gap: 4px; }
.result-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 700 12px var(--display); }
.result-copy span { color: var(--muted); font-size: 10px; }
.result-actions { display: flex; align-items: center; gap: 7px; }
.result-download { display: inline-flex; align-items: center; gap: 12px; background: #2c9a5c; }
.format-choice { display: grid; grid-template-columns: auto minmax(170px, 1fr); align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: #f4efe7; }
.format-choice-top { margin-top: 20px; }
.format-choice-after-upload { margin-top: 16px; }
.format-choice > span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.format-choice select { min-width: 0; width: 100%; border: 0; border-radius: 9px; padding: 10px 30px 10px 12px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 800; outline: 0; }
.format-choice + .drop-zone { margin-top: 12px; }
.settings.image-settings { grid-template-columns: 1.5fr .8fr; }
.image-upload-visual { width: 190px; height: 78px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.image-upload-visual span, .image-upload-visual b { width: 72px; height: 58px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 12px; background: var(--blue); box-shadow: 4px 5px 0 var(--ink); font: 800 9px var(--display); }
.image-upload-visual b { background: var(--mint); transform: rotate(5deg); }
.image-upload-visual span { transform: rotate(-5deg); }
.image-upload-visual i { font-style: normal; font-size: 22px; font-weight: 800; }
.image-upload-visual.animated span { background: var(--yellow); }
.image-upload-visual.animated b { background: var(--accent); color: white; }
.image-thumb { background: #e5ded3; }
.image-preview-dialog img, .image-preview-dialog video { display: block; max-width: 100%; width: auto; max-height: 65vh; margin: 0 auto; border-radius: 14px; background: #eee8de; object-fit: contain; }
.image-preview-dialog video { width: 100%; background: #111; }
.image-preview-dialog [hidden] { display: none; }
.format-chip-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.format-chip-row span { padding: 8px 10px; border-radius: 8px; background: var(--ink); color: white; font: 800 9px var(--display); letter-spacing: .06em; }
.status-dot.preparing { background: var(--blue); animation: blink 1s infinite alternate; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > div { padding: 27px 24px; display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; align-items: center; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-icon { grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--ink); color: white; font: 800 10px var(--display); }
.trust-strip > div:nth-child(2) .trust-icon { background: var(--accent); }
.trust-strip > div:nth-child(3) .trust-icon { background: var(--blue); color: var(--ink); }
.trust-strip > div:nth-child(4) .trust-icon { background: var(--mint); color: var(--mint-dark); }
.trust-strip strong { font-size: 13px; }
.trust-strip small { color: var(--muted); font-size: 11px; margin-top: 2px; }

.steps, .formats, .quality, .pricing, .privacy, .faq { padding: 120px 0; }
.section-heading { max-width: 650px; margin-bottom: 50px; }
.eyebrow-number { display: block; margin-bottom: 18px; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.section-heading h2, .format-intro h2, .quality-copy h2, .pricing-copy h2, .privacy-copy h2 { margin-bottom: 18px; font: 700 clamp(38px, 4.6vw, 58px)/1.05 var(--display); letter-spacing: -.055em; }
.section-heading p, .format-intro > p, .quality-copy > p, .pricing-copy > p, .privacy-copy > p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.step-grid article { min-height: 360px; padding: 26px; position: relative; background: var(--white); }
.step-grid article > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; border: 1px solid var(--line); color: var(--muted); font-weight: 700; font-size: 12px; }
.step-grid h3, .use-grid h3 { margin-bottom: 9px; font: 700 20px var(--display); letter-spacing: -.035em; }
.step-grid p, .use-grid p { color: var(--muted); line-height: 1.55; font-size: 14px; }
.mini-frame, .mini-sliders, .mini-download { height: 130px; margin: 36px 0 18px; display: grid; place-items: center; }
.mini-frame i { width: 135px; height: 86px; border: 2px solid var(--ink); border-radius: 14px; position: relative; background: linear-gradient(145deg, var(--blue) 50%, var(--mint) 51%); box-shadow: 6px 7px 0 var(--ink); }
.mini-frame i:after { content: "▶"; position: absolute; display: grid; place-items: center; inset: 0; color: var(--ink); }
.mini-sliders { align-content: center; gap: 16px; }
.mini-sliders i { width: 150px; height: 4px; border-radius: 4px; background: var(--ink); position: relative; }
.mini-sliders i:after { content: ""; position: absolute; top: -7px; width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--ink); background: var(--yellow); }
.mini-sliders i:nth-child(1):after { left: 20%; }.mini-sliders i:nth-child(2):after { left: 65%; background: var(--accent); }.mini-sliders i:nth-child(3):after { left: 40%; background: var(--blue); }
.mini-download { font: 500 80px var(--display); color: var(--accent); }

.formats { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: center; }
.format-intro > p { max-width: 440px; }
.format-flow { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.format-flow strong { padding: 11px 14px; border-radius: 10px; background: var(--ink); color: white; font: 800 12px var(--display); }
.format-flow strong:last-child { background: var(--accent); }
.format-flow span { color: var(--muted); }
.use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.use-grid article { min-height: 270px; border-radius: 20px; padding: 24px; background: var(--white); border: 1px solid var(--line); }
.use-art { height: 114px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; position: relative; border-radius: 14px; overflow: hidden; background: #e9f2fd; }
.recording i { width: 115px; height: 70px; border-radius: 10px; background: var(--ink); box-shadow: inset 0 0 0 8px #fff; }
.recording b { position: absolute; top: 13px; right: 14px; color: var(--accent); font-size: 10px; }
.social { gap: 7px; background: #feeee8; }.social i { width: 43px; height: 70px; border-radius: 8px; background: var(--accent); transform: translateY(5px) rotate(-5deg); }.social i:nth-child(2) { background: var(--yellow); transform: translateY(-5px); }.social i:nth-child(3) { background: var(--blue); transform: translateY(3px) rotate(5deg); }
.slides { background: #e8f7ee; }.slides i { width: 115px; height: 72px; border: 2px solid var(--ink); border-radius: 7px; background: var(--white); }.slides b { position: absolute; font-size: 20px; }
.archive { background: #f4ecca; }.archive i { width: 120px; height: 70px; background: var(--ink); border-radius: 35px 8px 8px 35px; }.archive b { position: absolute; color: white; font-size: 20px; letter-spacing: 5px; }

.quality { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; border-top: 1px solid var(--line); }
.quality-copy .fine-print { font-size: 12px; border-left: 3px solid var(--accent); padding-left: 13px; margin-top: 24px; }
.quality-comparison { border: 1px solid var(--line); background: var(--white); border-radius: 22px; overflow: hidden; }
.quality-comparison > div { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 18px; align-items: center; padding: 21px 24px; border-top: 1px solid var(--line); font-size: 13px; }
.quality-comparison .comparison-head { border: 0; background: #ebe5dc; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quality-comparison .recommended { background: #fff3ee; }
.quality-comparison strong { font: 700 14px var(--display); }
.quality-comparison strong small { display: inline-block; margin-left: 5px; padding: 4px 6px; border-radius: 5px; background: var(--accent); color: white; font: 700 8px var(--body); text-transform: uppercase; }
.meter { height: 8px; background: #e7e0d5; border-radius: 9px; overflow: hidden; }
.meter i { display: block; width: var(--meter); height: 100%; background: var(--ink); border-radius: inherit; }
.recommended .meter i { background: var(--accent); }

.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: var(--ink); color: white; width: min(1360px, calc(100% - 48px)); padding-inline: max(40px, calc((100% - 1200px) / 2)); border-radius: 32px; }
.pricing-copy > p { color: #b8bdb9; max-width: 500px; }
.price-card { padding: 32px; border-radius: 22px; background: var(--white); color: var(--ink); transform: rotate(1deg); }
.price-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.price-top > span { font-weight: 800; }
.price-top strong { font: 800 38px var(--display); letter-spacing: -.05em; }.price-top small { color: var(--muted); font: 600 11px var(--body); letter-spacing: 0; }
.price-card ul { list-style: none; padding: 18px 0; margin: 0; display: grid; gap: 11px; }
.price-card li { font-size: 13px; color: var(--muted); }.price-card li:before { content: "✓"; color: var(--mint-dark); margin-right: 9px; font-weight: 800; }

.privacy { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.privacy-visual { min-height: 480px; display: grid; place-items: center; position: relative; border-radius: 50%; background: #e4eee8; }
.device-shape { width: 250px; height: 320px; border: 3px solid var(--ink); border-radius: 32px; background: var(--white); box-shadow: 12px 14px 0 var(--ink); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; }
.play-shape { width: 100px; height: 75px; display: grid; place-items: center; border-radius: 15px; background: var(--accent); color: white; font-size: 25px; }
.device-shape i { width: 135px; height: 5px; border-radius: 4px; background: #d8d2c8; }.device-shape i:nth-of-type(2) { width: 100px; }.device-shape i:nth-of-type(3) { width: 70px; }
.orbit { position: absolute; padding: 14px; border-radius: 12px; color: white; font: 800 11px var(--display); box-shadow: 5px 6px 0 var(--ink); }
.orbit-one { left: 7%; top: 20%; background: var(--ink); transform: rotate(-8deg); }.orbit-two { right: 6%; bottom: 20%; background: var(--accent); transform: rotate(7deg); }
.privacy-copy > p { max-width: 510px; }
.privacy-facts { display: grid; gap: 18px; margin-top: 28px; }
.privacy-facts div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.privacy-facts strong { font-size: 13px; }.privacy-facts span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.faq { border-top: 1px solid var(--line); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.section-heading.compact { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 21px 0; display: flex; justify-content: space-between; gap: 25px; font: 700 16px var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -5px 45px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.site-footer { width: min(1360px, calc(100% - 48px)); margin: 0 auto 24px; padding: 48px; border-radius: 28px; background: #e9e2d8; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 42px; }.footer-main p { margin: 0; color: var(--muted); }.footer-main > a:last-child { color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 25px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-legal { padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; color: #80837f; font-size: 10px; }

.drag-overlay { position: fixed; inset: 0; z-index: 100; padding: 24px; display: none; background: rgba(247,243,236,.86); backdrop-filter: blur(12px); }
body.global-drag .drag-overlay { display: grid; place-items: center; }
.drag-overlay > div { width: min(560px, 100%); min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--accent); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.drag-overlay span { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-size: 35px; }.drag-overlay strong { margin-top: 20px; font: 700 25px var(--display); }.drag-overlay small { margin-top: 8px; color: var(--muted); }
.preview-dialog { width: min(850px, calc(100% - 32px)); padding: 22px; border: 0; border-radius: 22px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }.preview-dialog::backdrop { background: rgba(23,27,25,.72); backdrop-filter: blur(8px); }.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 15px; }.dialog-head h2 { margin: 0; font: 700 20px var(--display); }.dialog-head button { border: 0; background: #eee8de; width: 35px; height: 35px; border-radius: 50%; cursor: pointer; font-size: 20px; }.preview-dialog video { display: block; width: 100%; max-height: 65vh; border-radius: 14px; background: #111; }

/* Multi-tool homepage */
.hub-hero { min-height: 710px; padding: 88px 0 92px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.hub-hero-copy > p { max-width: 590px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hub-primary { width: 210px; margin-top: 28px; }
.hub-visual { min-height: 510px; position: relative; border-radius: 48% 52% 46% 54%; background: #e3eee7; overflow: hidden; }
.hub-visual:before { content: ""; position: absolute; width: 310px; height: 245px; left: 50%; top: 47%; transform: translate(-50%, -50%) rotate(-4deg); border: 3px solid var(--ink); border-radius: 26px; background: var(--white); box-shadow: 14px 15px 0 var(--ink); }
.hub-play { position: absolute; z-index: 2; width: 112px; height: 84px; left: 50%; top: 43%; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 20px; background: var(--accent); color: white; font-size: 30px; }
.hub-play i, .hub-play b { position: absolute; top: 104px; height: 7px; border-radius: 99px; }.hub-play i { width: 180px; left: -35px; background: #d9d2c8; }.hub-play b { width: 72px; left: -35px; background: var(--accent); }
.hub-timeline { position: absolute; z-index: 3; display: flex; gap: 30px; left: 50%; top: 67%; transform: translateX(-50%); }.hub-timeline i { width: 13px; height: 13px; border: 3px solid var(--ink); border-radius: 50%; background: var(--white); }
.format-orbit { position: absolute; z-index: 4; width: 78px; height: 78px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 18px; background: var(--white); box-shadow: 6px 7px 0 var(--ink); font: 800 11px var(--display); }
.orbit-webm { left: 7%; top: 18%; transform: rotate(-9deg); background: var(--blue); }.orbit-gif { right: 8%; top: 22%; transform: rotate(8deg); background: var(--yellow); }.orbit-mp4 { right: 13%; bottom: 12%; transform: rotate(-5deg); background: var(--mint); }
.hub-trust { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.hub-trust span { padding: 24px; text-align: center; font-size: 12px; font-weight: 800; }.hub-trust span + span { border-left: 1px solid var(--line); }.hub-trust span:before { content: "✓"; color: var(--mint-dark); margin-right: 8px; }
.tool-section { padding: 120px 0; }.tool-section > .section-heading { scroll-margin-top: 36px; }.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tool-card { min-height: 510px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); border-radius: 24px; color: var(--ink); text-decoration: none; box-shadow: 7px 8px 0 var(--ink); transition: transform .2s, box-shadow .2s; }.tool-card:hover { transform: translate(-2px, -4px); box-shadow: 10px 13px 0 var(--ink); }.tool-coral { background: #ff7658; }.tool-mint { background: var(--mint); }.tool-blue { background: var(--blue); }.tool-yellow { background: var(--yellow); }.tool-cream { background: #eadfce; }
.tool-card-top { display: flex; align-items: center; justify-content: space-between; }.tool-category { min-height: 35px; padding: 0 12px; display: inline-flex; align-items: center; border: 1px solid rgba(23,27,25,.35); border-radius: 99px; font: 800 10px var(--display); letter-spacing: .06em; }.tool-arrow { font-size: 25px; }
.tool-preview { height: 145px; display: flex; align-items: center; justify-content: center; gap: 10px; }.tool-preview i, .tool-preview b { width: 86px; height: 68px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 13px; background: var(--white); box-shadow: 5px 6px 0 var(--ink); font: 800 11px var(--display); font-style: normal; }.tool-preview b { transform: rotate(5deg); }.tool-preview i { transform: rotate(-6deg); }.tool-preview span { font-size: 24px; font-weight: 800; }
.tool-card h2 { margin: 0 0 10px; font: 700 28px var(--display); letter-spacing: -.05em; }.tool-card p { min-height: 66px; margin: 0; line-height: 1.55; font-size: 14px; color: rgba(23,27,25,.72); }.tool-link { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(23,27,25,.28); font-size: 13px; font-weight: 800; }
.image-tools-heading { margin: 105px 0 42px; scroll-margin-top: 36px; }
.popular-conversions { margin-top: 48px; padding: 22px 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.52); }.popular-conversions span { margin-right: 8px; font: 800 11px var(--display); letter-spacing: .08em; text-transform: uppercase; }.popular-conversions a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; }.popular-conversions a:hover { border-color: var(--ink); transform: translateY(-1px); }
.info-hero { padding: 150px 0 72px; }.info-hero .section-heading { max-width: 860px; }.info-hero h1 { margin: 18px 0 20px; font: 700 clamp(48px, 7vw, 88px)/.96 var(--display); letter-spacing: -.065em; }.info-hero p { max-width: 760px; font-size: 20px; line-height: 1.55; color: var(--muted); }.info-updated { display: block; margin-top: 20px; color: var(--muted); font-size: 12px; }.info-content { padding: 0 0 120px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: 60px; }.info-copy { display: grid; gap: 38px; }.info-copy section { padding-bottom: 34px; border-bottom: 1px solid var(--line); }.info-copy h2 { margin: 0 0 12px; font: 700 30px var(--display); letter-spacing: -.04em; }.info-copy p, .info-copy li { color: var(--muted); font-size: 16px; line-height: 1.72; }.info-copy ul { margin: 12px 0 0; padding-left: 20px; }.info-aside { align-self: start; position: sticky; top: 110px; padding: 26px; border: 2px solid var(--ink); border-radius: 20px; background: var(--mint); box-shadow: 6px 7px 0 var(--ink); }.info-aside strong { display: block; margin-bottom: 10px; font: 700 20px var(--display); }.info-aside p { margin: 0 0 18px; line-height: 1.55; }.info-aside a { color: var(--ink); font-weight: 800; }.footer-policy-links { display: flex; flex-wrap: wrap; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }.footer-policy-links a { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.hub-why { padding: 110px 0 130px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; border-top: 1px solid var(--line); }

/* Converter route additions */
.converter-hero { padding-top: 54px; }.back-link { display: block; width: max-content; margin-bottom: 25px; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 700; }.back-link:hover { color: var(--ink); }
.gif-upload-visual { position: relative; width: 100px; height: 70px; margin-bottom: 18px; }.gif-upload-visual span { position: absolute; width: 57px; height: 48px; top: 8px; border: 2px solid var(--ink); border-radius: 10px; background: var(--mint); box-shadow: 4px 5px 0 var(--ink); }.gif-upload-visual span:nth-child(1) { left: 3px; transform: rotate(-10deg); }.gif-upload-visual span:nth-child(2) { left: 21px; top: 3px; background: var(--yellow); }.gif-upload-visual span:nth-child(3) { right: 3px; transform: rotate(10deg); background: var(--blue); }.gif-upload-visual b { position: absolute; z-index: 4; left: 34px; top: 24px; padding: 5px 7px; border-radius: 6px; background: var(--accent); color: white; font: 800 9px var(--display); }
.clip-upload-visual { width: 120px; height: 72px; position: relative; margin-bottom: 20px; border: 2px solid var(--ink); border-radius: 13px; background: var(--blue); box-shadow: 5px 6px 0 var(--ink); display: grid; place-items: center; }.clip-upload-visual > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-size: 12px; }.clip-upload-visual i { position: absolute; bottom: -12px; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }.clip-upload-visual i:nth-of-type(1) { left: 18px; }.clip-upload-visual i:nth-of-type(2) { left: 54px; }.clip-upload-visual i:nth-of-type(3) { right: 18px; }.clip-upload-visual b { position: absolute; right: -20px; top: -14px; padding: 7px; border-radius: 7px; background: var(--yellow); border: 2px solid var(--ink); font: 800 9px var(--display); transform: rotate(8deg); }
.settings.gif-settings { grid-template-columns: repeat(4, 1fr); }.number-field > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.number-field > div { height: 39px; display: flex; align-items: center; border-radius: 11px; background: #eee9e1; overflow: hidden; }.number-field input { min-width: 0; width: 100%; padding: 10px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 800; }.number-field b { padding-right: 9px; color: var(--muted); font-size: 9px; }.gif-quality-setting { grid-column: 1 / -1; }
.size-guidance { margin-top: 13px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; }.size-guidance span { padding: 4px 7px; border-radius: 6px; background: var(--yellow); color: var(--ink); font-weight: 800; text-transform: uppercase; }.size-guidance p { margin: 0; }
.clip-editor { margin-top: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #f4efe7; }.clip-editor[hidden] { display: none; }.clip-editor-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 13px; }.clip-editor-head h3 { margin: 0; font: 700 17px var(--display); letter-spacing: -.035em; }.selection-badge { padding: 7px 10px; border-radius: 99px; background: var(--yellow); color: var(--ink); font-size: 9px; font-weight: 700; white-space: nowrap; }.selection-badge strong { font-variant-numeric: tabular-nums; }
.clip-preview-stage { min-height: 220px; display: flex; flex-direction: column; overflow: hidden; border-radius: 14px; background: #151817; }.clip-preview-stage video { display: block; width: 100%; height: 260px; object-fit: contain; background: #151817; }.preview-selection-button { position: static; width: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; }.preview-selection-button span { color: var(--accent); }.preview-selection-button:hover:not(:disabled) { background: #fff3ee; }.preview-selection-button.is-playing { background: var(--accent); color: white; }.preview-selection-button.is-playing span { color: white; }
.clip-time-row { display: flex; justify-content: space-between; padding: 12px 2px 8px; color: var(--muted); font-size: 10px; }.clip-time-row strong { margin-left: 4px; color: var(--ink); font-variant-numeric: tabular-nums; }
.timeline-track { height: 64px; position: relative; overflow: hidden; border: 2px solid var(--ink); border-radius: 10px; background: #d7d1c7; cursor: crosshair; touch-action: none; user-select: none; }.timeline-frames { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(8, 1fr); overflow: hidden; }.timeline-frames i, .timeline-frames img { display: block; width: 100%; height: 100%; object-fit: cover; border-right: 1px solid rgba(255,255,255,.28); background: linear-gradient(135deg, #c8dff8, #badfc9); }.timeline-frames i:nth-child(even) { background: linear-gradient(135deg, #f1dc84, #f4b69f); }
.timeline-shade { position: absolute; top: 0; bottom: 0; z-index: 2; background: rgba(18,22,20,.66); pointer-events: none; }.timeline-shade-left { left: 0; width: 0; }.timeline-shade-right { right: 0; width: 0; }.timeline-selection { position: absolute; z-index: 3; top: 0; bottom: 0; left: 0; width: 10%; border-top: 3px solid var(--accent); border-bottom: 3px solid var(--accent); pointer-events: none; }
.timeline-handle { position: absolute; z-index: 5; top: -2px; bottom: -2px; width: 19px; padding: 0; border: 0; background: var(--accent); cursor: ew-resize; transform: translateX(-50%); touch-action: none; }.timeline-handle:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }.timeline-handle span { position: absolute; left: 6px; top: 20px; width: 7px; height: 22px; border-left: 2px solid rgba(255,255,255,.9); border-right: 2px solid rgba(255,255,255,.9); }.timeline-handle-start { left: 0; border-radius: 7px 2px 2px 7px; }.timeline-handle-end { left: 10%; border-radius: 2px 7px 7px 2px; }
.timeline-ruler { display: flex; justify-content: space-between; padding-top: 6px; color: var(--muted); font: 700 9px var(--body); font-variant-numeric: tabular-nums; }
.gif-step-art { height: 130px; margin: 36px 0 18px; display: flex; align-items: center; justify-content: center; }.gif-step-art i { width: 72px; height: 82px; margin: 0 -14px; border: 2px solid var(--ink); border-radius: 12px; background: var(--blue); box-shadow: 4px 5px 0 var(--ink); transform: rotate(-8deg); }.gif-step-art i:nth-child(2) { z-index: 2; background: var(--yellow); transform: translateY(-8px); }.gif-step-art i:nth-child(3) { background: var(--mint); transform: rotate(8deg); }
.trim-step-art { height: 130px; margin: 36px 0 18px; display: grid; place-items: center; position: relative; }.trim-step-art i { width: 165px; height: 7px; border-radius: 99px; background: var(--ink); }.trim-step-art b { position: absolute; width: 23px; height: 62px; top: 34px; border: 3px solid var(--ink); border-radius: 9px; background: var(--accent); }.trim-step-art b:nth-of-type(1) { left: calc(50% - 72px); }.trim-step-art b:nth-of-type(2) { right: calc(50% - 72px); background: var(--blue); }
.format-explainer { padding: 115px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; border-top: 1px solid var(--line); }.format-explainer h2 { margin-bottom: 18px; font: 700 clamp(38px, 4.6vw, 58px)/1.05 var(--display); letter-spacing: -.055em; }.format-explainer p { max-width: 540px; color: var(--muted); font-size: 17px; line-height: 1.6; }.format-stage { min-height: 260px; display: flex; align-items: center; justify-content: center; gap: 18px; border-radius: 24px; background: #fdebe5; }.format-stage span, .format-stage strong { width: 125px; height: 96px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 18px; background: var(--white); box-shadow: 7px 8px 0 var(--ink); font: 800 14px var(--display); }.format-stage strong { background: var(--accent); color: white; transform: rotate(6deg); }.format-stage span { transform: rotate(-6deg); }.format-stage i { font-size: 30px; font-style: normal; }.stage-gif { background: #e4f3ea; }.stage-gif span { background: var(--yellow); }.stage-mp4 { background: #e6effa; }.stage-mp4 strong { background: var(--yellow); color: var(--ink); }
.gif-preview-dialog img { display: block; max-width: 100%; max-height: 65vh; margin: 0 auto; border-radius: 14px; background: #eee8de; object-fit: contain; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
  .hero-copy { padding: 0; max-width: 680px; }
  .converter-card { width: min(680px, 100%); }
  .trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.trust-strip > div:nth-child(4) { border-top: 1px solid var(--line); }
  .formats, .quality, .privacy, .faq { grid-template-columns: 1fr; gap: 50px; }
  .formats { align-items: start; }.format-intro { max-width: 670px; }
  .quality-comparison { max-width: 700px; }.privacy-visual { width: min(560px, 100%); }.faq .section-heading { max-width: none; }
  .pricing { gap: 50px; }
  .hub-hero { grid-template-columns: 1fr; gap: 30px; }.hub-hero-copy { max-width: 720px; }.hub-visual { width: min(650px, 100%); }
  .tool-grid { grid-template-columns: 1fr 1fr; }.tool-card:last-child { grid-column: 1 / -1; min-height: 430px; }.tool-card:last-child .tool-preview { height: 110px; }
  .hub-why, .format-explainer { grid-template-columns: 1fr; gap: 50px; }
  .info-content { grid-template-columns: 1fr; gap: 42px; }.info-aside { position: static; max-width: 520px; }
}

@media (max-width: 720px) {
  .site-header, .section-shell, .site-footer { width: min(100% - 28px, 1200px); }
  .site-header { height: 72px; grid-template-columns: 1fr auto; }.nav-links { display: none; }.header-cta { padding: 10px 12px; font-size: 12px; }
  .tool-menu summary { min-width: 126px; padding: 10px 12px; font-size: 12px; }.tool-menu-panel { width: calc(100vw - 28px); max-height: calc(100vh - 90px); padding: 18px; }.tool-menu-heading { display: block; }.tool-menu-heading small { display: block; margin-top: 4px; }.tool-menu-groups { grid-template-columns: 1fr; gap: 20px; }.tool-menu-group a { min-height: 42px; }
  .brand { font-size: 19px; gap: 8px; }.brand-name { gap: 4px; }.brand-mark { width: 29px; height: 29px; }
  .hero { padding: 45px 0 65px; }.hero-copy > p { font-size: 16px; }.hero-notes { gap: 8px 14px; }
  h1 { font-size: clamp(46px, 15vw, 64px); }
  .converter-card { border-radius: 22px; padding: 17px; }.converter-card:before { display: none; }.converter-head h2 { font-size: 20px; }.privacy-pill { font-size: 9px; }
  .drop-zone { min-height: 220px; padding: 25px 14px; }.settings { grid-template-columns: 1fr 1fr; }.quality-setting { grid-column: 1 / -1; }
  .queue-main { grid-template-columns: 60px minmax(0, 1fr) auto; gap: 9px; }.video-thumb { width: 60px; }.item-actions .small-button span { display: none; }.small-button { padding: 8px; }
  .trust-strip { width: 100%; grid-template-columns: 1fr; }.trust-strip > div { padding-inline: 20px; }.trust-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .steps, .formats, .quality, .pricing, .privacy, .faq { padding: 82px 0; }
  .section-heading h2, .format-intro h2, .quality-copy h2, .pricing-copy h2, .privacy-copy h2 { font-size: 39px; }
  .step-grid { grid-template-columns: 1fr; }.step-grid article { min-height: 335px; }
  .use-grid { grid-template-columns: 1fr; }.use-grid article { min-height: 250px; }
  .quality { gap: 35px; }.quality-comparison > div { grid-template-columns: 1fr .8fr; }.quality-comparison > div span:last-child { display: none; }
  .pricing { width: calc(100% - 16px); border-radius: 24px; padding-inline: 22px; grid-template-columns: 1fr; gap: 35px; }.price-card { padding: 22px; transform: none; }
  .privacy { gap: 40px; }.privacy-visual { min-height: 360px; }.device-shape { width: 190px; height: 250px; }.orbit-one { left: 1%; }.orbit-two { right: 1%; }.privacy-facts div { grid-template-columns: 1fr; gap: 5px; }
  .faq { gap: 30px; }.faq-list summary { font-size: 15px; }
  .site-footer { padding: 28px; }.footer-main { grid-template-columns: 1fr; gap: 18px; }.footer-links { flex-wrap: wrap; }
  .hub-hero { min-height: auto; padding: 55px 0 75px; }.hub-hero-copy > p { font-size: 16px; }.hub-visual { min-height: 390px; border-radius: 32px; }.hub-visual:before { width: 240px; height: 200px; }.format-orbit { width: 62px; height: 62px; }.orbit-webm { left: 2%; }.orbit-gif { right: 2%; }.orbit-mp4 { right: 5%; }.hub-play { top: 42%; }
  .hub-trust { width: 100%; grid-template-columns: 1fr 1fr; }.hub-trust span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.hub-trust span:nth-child(4) { border-top: 1px solid var(--line); }
  .tool-section { padding: 82px 0; }.tool-grid { grid-template-columns: 1fr; gap: 18px; }.tool-card, .tool-card:last-child { min-height: 470px; grid-column: auto; }.tool-card:last-child .tool-preview { height: 145px; }.hub-why { padding: 82px 0; }
  .converter-hero { padding-top: 34px; }.settings.gif-settings { grid-template-columns: 1fr 1fr; }.gif-quality-setting { grid-column: 1 / -1; }
  .result-item { grid-template-columns: 68px minmax(0, 1fr); }.result-media { width: 68px; }.result-actions { grid-column: 1 / -1; }.result-actions .small-button { flex: 1; text-align: center; justify-content: center; }
  .format-choice { grid-template-columns: 1fr; gap: 7px; }
  .clip-editor { padding: 12px; }.clip-preview-stage { min-height: 180px; }.clip-preview-stage video { height: 210px; }.clip-editor-head { align-items: center; }.clip-editor-head h3 { font-size: 15px; }.selection-badge { padding: 6px 8px; }.timeline-track { height: 58px; }.timeline-handle { width: 23px; }.timeline-handle span { left: 8px; top: 18px; }
  .format-explainer { padding: 82px 0; gap: 35px; }.format-stage { min-height: 220px; }.format-stage span, .format-stage strong { width: 95px; height: 78px; }
  .popular-conversions { padding: 18px; }.popular-conversions span { width: 100%; margin: 0 0 4px; }.info-hero { padding: 92px 0 48px; }.info-hero h1 { font-size: clamp(44px, 13vw, 62px); }.info-hero p { font-size: 17px; }.info-content { padding-bottom: 82px; }
}

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