:root {
  color-scheme: light;
  --ink: #192624;
  --muted: #6b7773;
  --paper: #f5f3ed;
  --surface: #fffefa;
  --line: #dce2dc;
  --accent: #0f9478;
  --accent-dark: #08725f;
  --accent-soft: #dff3ec;
  --error: #b35b4c;
  --error-soft: rgba(179, 91, 76, .12);
  --warm: #f0dfbf;
  --section-space: clamp(72px, 8vw, 104px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f2f6f0;
  --muted: #aab8b1;
  --paper: #14201d;
  --surface: #1d2c28;
  --line: #38504a;
  --accent: #57d2b1;
  --accent-dark: #8de4c9;
  --accent-soft: #203f36;
  --error: #ef9a8e;
  --error-soft: rgba(239, 154, 142, .14);
  --warm: #55472b;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.5; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.drag-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(15, 148, 120, .16); backdrop-filter: blur(5px); pointer-events: none; }
.drag-overlay[hidden] { display: none; }
.drag-overlay-card { display: grid; justify-items: center; gap: 7px; width: min(430px, 100%); padding: 38px 28px; border: 2px dashed var(--accent); border-radius: 24px; background: color-mix(in srgb, var(--surface) 92%, transparent); box-shadow: 0 24px 80px rgba(25, 38, 36, .18); text-align: center; }
.drag-overlay-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 8px; border-radius: 16px; background: var(--accent-soft); color: var(--accent-dark); font-size: 30px; line-height: 1; }
.drag-overlay-card strong { font-size: clamp(20px, 3vw, 28px); letter-spacing: -.04em; }
.drag-overlay-card > span:last-child { color: var(--muted); font-size: 14px; }
[data-theme="dark"] .drag-overlay { background: rgba(87, 210, 177, .12); }
[data-theme="dark"] .drag-overlay-card { box-shadow: 0 24px 80px rgba(0, 0, 0, .28); }

.site-header { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; }
.brand { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); text-decoration: none; font-weight: 750; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 800; letter-spacing: -.08em; }
.site-header .brand { gap: 6px; font-size: 21px; }
.site-header .brand-mark { width: 42px; height: 42px; border-radius: 12px; font-size: 15px; }
.top-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: var(--muted); }
.top-nav a, .footer-links a { text-decoration: none; }
.top-nav a:hover, .footer-links a:hover { color: var(--accent-dark); }
.nav-support { color: var(--ink); font-weight: 650; }
.theme-toggle { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; transition: background .2s, transform .2s; }
.theme-toggle:hover { background: var(--surface); transform: rotate(15deg); }
.theme-icon { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.theme-icon-moon { display: none; }
[data-theme="dark"] .theme-icon-sun { display: none; }
[data-theme="dark"] .theme-icon-moon { display: block; }

.hero { display: block; padding: clamp(28px, 4vw, 58px) 0 86px; }
.eyebrow, .card-kicker { margin: 0 0 14px; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(44px, 5.7vw, 78px); line-height: .98; letter-spacing: -.075em; font-weight: 760; }
h1 em { color: var(--accent-dark); font-style: normal; }
.trust-row { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: stretch; gap: 16px 28px; color: var(--muted); font-size: 13px; }
.trust-item { display: flex; width: 100%; flex-direction: row; align-items: center; justify-content: center; min-width: 0; gap: 8px; text-align: left; }
.trust-item .badge-dot { flex: none; margin-top: 0; }
.trust-row strong { color: var(--ink); }

.converter-card { padding: 25px; border: 1px solid rgba(25, 38, 36, .12); border-radius: 24px; background: rgba(255, 254, 250, .8); box-shadow: 0 24px 70px rgba(39, 61, 53, .10); }
[data-theme="dark"] .converter-card { border-color: rgba(141, 228, 201, .18); background: rgba(29, 44, 40, .88); box-shadow: 0 24px 70px rgba(0, 0, 0, .22); }
.converter-heading, .selected-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.converter-heading { position: relative; align-items: baseline; justify-content: center; min-height: 44px; text-align: center; }
.card-kicker { position: absolute; top: 50%; left: 0; margin-bottom: 0; transform: translateY(-50%); }
.converter-heading h2 { margin-bottom: 0; font-size: clamp(28px, 3vw, 36px); line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.local-badge { position: static; display: inline-flex; flex: none; align-items: center; gap: 6px; margin-left: auto; padding: 7px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-dark); font-size: 11px; font-weight: 750; white-space: nowrap; }
.converter-heading .local-badge { position: absolute; top: 50%; right: 0; margin-left: 0; transform: translateY(-50%); }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(15, 148, 120, .12); }
.milo-spotlight { display: flex; align-items: center; gap: 17px; min-height: 118px; margin-top: 18px; padding: 10px 18px 10px 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--accent-soft) 44%, transparent); }
.milo-frame { display: grid; flex: 0 0 108px; align-self: stretch; place-items: end center; min-height: 112px; }
.milo-frame img { display: block; width: 100%; height: 112px; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 7px 8px rgba(25, 38, 36, .13)); transform-origin: 50% 100%; }
.milo-message { display: grid; min-width: 0; gap: 4px; padding: 3px 0; }
.milo-kicker { margin: 0; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.milo-message strong { font-size: 16px; letter-spacing: -.02em; }
.milo-message span:last-child { color: var(--muted); font-size: 13px; line-height: 1.45; }
[data-milo-state="waiting"] .milo-frame img, [data-milo-state="preparing"] .milo-frame img { animation: milo-breathe 4.5s ease-in-out infinite; }
[data-milo-state="processing"] .milo-frame img { animation: milo-jog 1.45s ease-in-out infinite; }
[data-milo-state="complete"] .milo-frame img { animation: milo-celebrate 1.25s cubic-bezier(.22, 1.2, .36, 1) 1; }
[data-milo-state="error"] .milo-frame img { animation: milo-sympathetic 3.2s ease-in-out infinite; }
@keyframes milo-breathe { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-4px) rotate(-1deg); } }
@keyframes milo-jog { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-4px) rotate(2deg); } }
@keyframes milo-celebrate { 0% { transform: translateY(4px) scale(.96) rotate(-2deg); } 55% { transform: translateY(-7px) scale(1.04) rotate(2deg); } 100% { transform: translateY(0) scale(1) rotate(0); } }
@keyframes milo-sympathetic { 0%, 100% { transform: translateX(0) rotate(0); } 50% { transform: translateX(-2px) rotate(-2deg); } }
.drop-zone { display: grid; place-items: center; min-height: 240px; margin: 24px 0 18px; padding: 30px; border: 1.5px dashed #aebcb5; border-radius: 18px; background: linear-gradient(145deg, rgba(223, 243, 236, .5), rgba(255, 254, 250, .3)); text-align: center; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.drop-zone:hover, .drop-zone:focus-visible, .drop-zone.is-dragging { border-color: var(--accent); background: var(--accent-soft); outline: none; transform: translateY(-2px); }
html.is-dragging-files .drop-zone { border-color: var(--accent); background: var(--accent-soft); }
[data-theme="dark"] .drop-zone { background: linear-gradient(145deg, rgba(32, 63, 54, .7), rgba(29, 44, 40, .45)); }
.drop-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 14px; border: 1px solid rgba(15, 148, 120, .25); border-radius: 14px; background: var(--surface); color: var(--accent-dark); }
.upload-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.drop-title { font-size: clamp(23px, 2.4vw, 30px); font-weight: 780; letter-spacing: -.04em; line-height: 1.12; }
.drop-subtitle { margin-top: 5px; color: var(--muted); font-size: 18px; }
.drop-formats { margin-top: 15px; color: var(--muted); font-size: 13px; }
.drop-zone.has-files { grid-template-columns: 46px minmax(0, 1fr); grid-template-rows: auto auto; justify-items: start; column-gap: 14px; row-gap: 3px; min-height: 92px; padding: 16px 20px; text-align: left; }
.drop-zone.has-files .upload-icon { grid-row: 1 / span 2; margin-bottom: 0; }
.drop-zone.has-files .drop-title { font-size: 16px; }
.drop-zone.has-files .drop-subtitle { margin-top: 0; font-size: 12px; }
.drop-zone.is-processing { cursor: default; }
.upload-hint { display: grid; justify-items: center; gap: 4px; margin: 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.45; text-align: center; }
.upload-hint strong { color: var(--ink); font-weight: 760; }
.upload-hint span { max-width: 700px; }
.selected-files { margin: 22px 0 0; padding: 0; border: 0; background: transparent; }
.selected-heading { align-items: center; color: var(--muted); font-size: 14px; font-weight: 750; }
.selected-controls { display: flex; gap: 14px; align-items: center; }
.text-button { display: inline-flex; align-items: center; gap: 5px; border: 0; background: transparent; color: var(--accent-dark); cursor: pointer; font-size: 13px; font-weight: 750; }
.text-button:hover { text-decoration: underline; }
.button-icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.9; }
#add-files-button:hover, #add-files-button:focus-visible { color: var(--accent); text-decoration: none; }
#clear-button { color: var(--muted); }
#clear-button:hover, #clear-button:focus-visible { color: #b35b4c; text-decoration: none; }
#file-list { display: grid; gap: 0; margin: 12px 0 0; padding: 0; list-style: none; }
#file-list li { display: grid; grid-template-columns: 40px minmax(0, 1fr) 38px; grid-template-rows: auto auto auto; column-gap: 12px; gap: 5px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; }
#file-list li.is-error { margin-inline: -10px; padding-inline: 10px; border-radius: 10px; background: var(--error-soft); }
.file-type-icon { grid-row: 1 / span 3; display: grid; place-items: center; align-self: center; width: 40px; height: 40px; min-height: 0; aspect-ratio: 1; border-radius: 11px; }
.file-type-icon.is-video { background: rgba(15, 148, 120, .12); color: var(--accent-dark); }
.file-type-icon.is-audio { background: rgba(15, 148, 120, .12); color: var(--accent-dark); }
#file-list li.is-error .file-type-icon.is-video, #file-list li.is-error .file-type-icon.is-audio { background: var(--error-soft); color: var(--error); }
.file-type-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.file-row-main, .file-row-status { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.file-row-main { flex-direction: column; align-items: flex-start; gap: 3px; min-width: 0; }
.file-row-status { justify-content: flex-start; }
.file-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-error-detail { color: var(--error); font-size: 12px; font-weight: 500; line-height: 1.4; }
.file-size, .file-status { color: var(--muted); white-space: nowrap; font-size: 13px; }
.file-status.is-preparing { color: #8b6a32; font-weight: 750; }
.file-status.is-converting { color: var(--accent-dark); font-weight: 750; }
.file-status.is-complete { color: var(--accent-dark); font-weight: 750; }
.file-status.is-error { color: var(--error); font-weight: 750; }
.error-mark { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-right: 6px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; line-height: 1; }
.file-progress-line { grid-column: 2; display: flex; align-items: center; gap: 10px; min-width: 0; margin-top: 1px; }
.file-progress { display: block; flex: 1 1 auto; width: auto; height: 4px; margin: 0; accent-color: var(--accent); }
#file-list li.is-preparing .file-progress { accent-color: #8b6a32; }
#file-list li.is-preparing .file-progress-percent { color: #8b6a32; }
.file-progress-percent { min-width: 34px; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; text-align: right; }
.completion-mark { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-right: 6px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; line-height: 1; }
.file-download-slot { grid-column: 3; grid-row: 1 / span 3; display: inline-flex; align-items: center; justify-content: center; align-self: stretch; min-width: 38px; }
.file-download { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: var(--accent-dark); }
.file-download:hover, .file-download:focus-visible { background: var(--accent-soft); outline: none; }
.file-download svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
button:disabled { cursor: not-allowed; opacity: .45; }
.status-panel { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 0; padding: 11px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.45; }
.status-panel > div:first-child { min-width: 0; }
.status-panel strong, .status-panel span { display: block; }
.status-panel strong { color: var(--ink); font-size: 15px; }
.conversion-actions { display: flex; justify-content: flex-end; gap: 10px; margin: 0 0 0 auto; flex: none; }
.start-over-button, .download-zip-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border-radius: 10px; font-size: 13.5px; font-weight: 800; cursor: pointer; }
.start-over-button { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.download-zip-button { border: 1px solid var(--accent); background: var(--accent); color: #fff; }
.start-over-button:hover, .start-over-button:focus-visible { border-color: var(--accent); color: var(--accent-dark); outline: none; }
.download-zip-button:hover, .download-zip-button:focus-visible { border-color: var(--accent-dark); background: var(--accent-dark); outline: none; }

.seo-intro, .formats-section, .why-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.seo-intro, .formats-section, .content-section, .why-section, .faq-section { padding: 0 0 var(--section-space); }
.seo-intro { padding-top: var(--section-space); border-top: 1px solid var(--line); }
.seo-intro .section-intro h2, .formats-section .section-intro h2, .why-section .section-intro h2 { max-width: 510px; margin-bottom: 14px; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.065em; }
.seo-intro-copy, .why-copy { max-width: 650px; align-self: center; color: var(--muted); font-size: 16px; line-height: 1.75; }
.seo-intro-copy p:last-child, .why-copy p:last-child { margin-bottom: 0; }
.seo-intro-copy .trust-row { margin-top: 26px; }
.formats-section .section-intro > p:last-child { max-width: 430px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-self: start; }
.format-grid article { min-height: 145px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: color-mix(in srgb, var(--surface) 68%, transparent); }
.format-grid h3 { margin: 0 0 9px; font-size: 18px; letter-spacing: -.035em; }
.format-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.content-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.section-intro h2, .privacy-section h2 { max-width: 500px; margin-bottom: 14px; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.065em; }
.section-intro > p:last-child, .privacy-section p:last-child { max-width: 450px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-self: end; }
.steps-grid article { min-height: 200px; padding: 20px; border: 1px solid var(--line); border-top: 2px solid var(--accent); border-radius: 14px; background: color-mix(in srgb, var(--surface) 90%, transparent); color: var(--ink); }
.steps-grid span { color: var(--accent); font-size: 12px; font-weight: 800; }
.steps-grid h3 { margin: 36px 0 8px; font-size: 20px; letter-spacing: -.04em; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.privacy-section { display: grid; grid-template-columns: 58px 1fr; gap: 22px; align-items: start; max-width: 1160px; margin: 0 auto var(--section-space); padding: 30px 32px; border: 1px solid var(--line); border-radius: 18px; background: color-mix(in srgb, var(--surface) 90%, transparent); }
.privacy-mark { display: grid; place-items: center; align-self: start; width: 54px; height: 54px; margin-top: 2px; border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line)); border-radius: 16px; background: var(--accent-soft); color: var(--accent-dark); font-size: 24px; line-height: 1; }
.privacy-copy { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; align-items: start; }
.privacy-heading h2 { max-width: 360px; margin-bottom: 0; }
.privacy-copy p { max-width: 700px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.privacy-copy p:last-child { margin-bottom: 0; }
.why-section { }
.other-tools { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-bottom: var(--section-space); padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.other-tools h2 { margin: 0; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.05em; }
.other-tools p { max-width: 430px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.other-tools a { color: var(--accent-dark); font-weight: 750; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 20px 0; cursor: pointer; font-weight: 700; list-style: none; }
summary::after { float: right; content: "+"; color: var(--accent); font-size: 20px; font-weight: 400; }
details[open] summary::after { content: "−"; }
.faq-answer { display: block; height: 0; overflow: hidden; opacity: 0; transform: translateY(-5px); will-change: height, opacity, transform; }
.faq-list details:not([open]) > .faq-answer { display: block; }
.faq-answer p { max-width: 650px; margin: 0; padding: 0 38px 20px 0; color: var(--muted); font-size: 14px; }
details a { color: var(--accent-dark); font-weight: 700; }
.site-footer { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 30px; align-items: end; padding: 35px 0 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer .brand { color: var(--ink); font-size: 16px; }
.site-footer .brand-mark { width: 30px; height: 30px; border-radius: 9px; font-size: 10px; }
.site-footer p { max-width: 250px; margin: 13px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; }
.copyright { text-align: right; white-space: nowrap; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }

@media (max-width: 850px) {
  .seo-intro, .formats-section, .content-section, .why-section, .faq-section { grid-template-columns: 1fr; }
  .hero { padding-top: 38px; }
  .seo-intro, .formats-section, .content-section, .why-section, .faq-section { gap: 40px; }
  .other-tools { align-items: flex-start; flex-direction: column; gap: 16px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  .copyright { text-align: left; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { padding: 18px 0; }
  .top-nav a:not(.nav-support) { display: none; }
  h1 { font-size: clamp(42px, 14vw, 64px); }
  .hero { padding: 32px 0 60px; }
  .converter-card { padding: 16px; border-radius: 18px; }
  .converter-heading { display: grid; justify-items: center; gap: 10px; min-height: 0; text-align: center; }
  .card-kicker { position: static; transform: none; }
  .card-kicker { margin-bottom: 0; }
  .converter-heading .local-badge { position: static; margin-left: 0; transform: none; }
  .milo-spotlight { gap: 11px; min-height: 100px; padding-right: 12px; }
  .milo-frame { flex-basis: 84px; min-height: 94px; }
  .milo-frame img { height: 94px; }
  .milo-message strong { font-size: 15px; }
  .milo-message span:last-child { font-size: 12px; }
  .drop-zone { min-height: 220px; padding: 20px 12px; }
  .trust-row { gap: 10px; max-width: none; }
  .trust-item { display: grid; grid-template-rows: 8px auto; justify-items: center; align-content: start; gap: 6px; padding: 0 3px; line-height: 1.3; text-align: center; }
  .trust-item .badge-dot { align-self: center; margin-top: 0; }
  .drop-title { font-size: 20px; }
  .drop-subtitle { font-size: 15px; }
  .drop-zone.has-files { min-height: 84px; padding: 14px; }
  .status-panel { flex-direction: column; align-items: stretch; }
  .status-panel .conversion-actions { width: 100%; margin-top: 12px; }
  .conversion-actions { justify-content: stretch; }
  .start-over-button, .download-zip-button { flex: 1; min-width: 0; padding: 10px 11px; font-size: 13px; }
  .format-grid, .steps-grid { grid-template-columns: 1fr; }
  .privacy-section { grid-template-columns: 1fr; gap: 18px; margin-bottom: var(--section-space); padding: 26px 22px; }
  .privacy-copy { grid-template-columns: 1fr; gap: 14px; }
  .privacy-mark { width: 48px; height: 48px; }
  .site-footer { justify-items: center; gap: 24px; padding: 30px 0 38px; text-align: center; }
  .site-footer > div:first-child { display: flex; flex-direction: column; align-items: center; }
  .site-footer p { margin-right: auto; margin-left: auto; }
  .footer-links { justify-content: center; gap: 10px 14px; }
  .copyright { text-align: center; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
