/* sVideo, static interface with no external dependencies */
:root {
  --bg: #080906;
  --bg-soft: #0d0f0b;
  --panel: #11130f;
  --panel-2: #151812;
  --panel-3: #1a1d16;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f5f6ef;
  --muted: #a4aa9c;
  --muted-2: #747a6d;
  --yellow: #ffd60a;
  --yellow-soft: #ffe65b;
  --yellow-dark: #3d3400;
  --green: #86e672;
  --danger: #ff786d;
  --radius: 10px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 74% 7%, rgba(255, 214, 10, 0.07), transparent 22rem),
    var(--bg);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
img, canvas { max-width: 100%; }
[hidden] { display: none !important; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #080906;
  background: var(--yellow);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

/* Donation banner */
.donation-banner {
  position: relative;
  z-index: 110;
  color: #071006;
  background: var(--green);
}
.donation-banner a {
  display: flex;
  width: min(calc(100% - 40px), var(--container));
  min-height: 46px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.donation-banner strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.donation-banner svg { width: 17px; height: 17px; transition: transform 160ms ease; }
.donation-banner a:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.donation-banner a:hover svg { transform: translateX(3px); }
.donation-banner a:focus-visible { outline-color: #071006; outline-offset: -4px; }

/* Navigation */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(8, 9, 6, 0.84);
  backdrop-filter: blur(18px);
}
.nav-wrap { display: flex; min-height: 72px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: baseline; font-size: 21px; font-weight: 800; letter-spacing: -0.8px; }
.brand-mark { color: var(--yellow); font-size: 27px; font-weight: 900; letter-spacing: -2px; }
.main-nav { display: flex; align-items: center; gap: 33px; color: #d9dcd2; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; transition: color 160ms ease; }
.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.main-nav > a:hover { color: var(--yellow); }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  padding: 10px 15px;
  color: var(--bg);
  border: 1px solid var(--yellow);
  border-radius: 5px;
  background: var(--yellow);
  transition: background 160ms ease, color 160ms ease;
}
.nav-cta:hover { color: var(--yellow); background: transparent; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; transition: transform 180ms ease; }

/* Shared elements */
.eyebrow, .section-index, .panel-overline, .drop-kicker, .mini-label {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #d9dcd2; }
.pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,214,10,0.1); }
.pulse-dot::after { position: absolute; inset: -5px; content: ""; border: 1px solid var(--yellow); border-radius: inherit; animation: pulse 2s infinite; }
.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}
.button-primary { color: #0a0b08; border-color: var(--yellow); background: var(--yellow); }
.button-primary:hover { color: var(--yellow); background: #14160f; }
.button-primary:disabled { cursor: wait; opacity: 0.65; transform: none; }
.button-ghost { color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,0.025); }
.button-ghost:hover { border-color: var(--yellow); background: rgba(255,214,10,0.04); }
.button.compact { min-height: 44px; }
.button.large { min-height: 58px; padding-inline: 24px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading .section-index, .privacy-copy .section-index { display: block; margin-bottom: 18px; color: var(--yellow); }
.section-heading h2, .privacy-copy h2 { margin: 0 0 16px; font-size: clamp(34px, 4.6vw, 62px); line-height: 0.98; letter-spacing: -3px; }
.section-heading p, .privacy-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-heading.split { display: grid; max-width: none; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-heading.split p { padding-bottom: 7px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 86px 0 112px; border-bottom: 1px solid var(--line); }
.hero::before {
  position: absolute;
  right: -80px;
  bottom: -350px;
  width: 750px;
  height: 750px;
  content: "";
  border: 1px solid rgba(255,214,10,0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(255,214,10,0.015), 0 0 0 200px rgba(255,214,10,0.01);
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 76px; }
.hero-copy h1 { max-width: 760px; margin: 25px 0 24px; font-size: clamp(51px, 6vw, 82px); font-weight: 900; line-height: .94; letter-spacing: -5px; }
.hero-copy h1 span { color: var(--yellow); }
.hero-lead { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 32px; color: #c2c6bb; font-family: var(--mono); font-size: 11px; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 14px; color: var(--yellow); }
.hero-visual { position: relative; padding: 18px 0 22px 18px; }
.visual-glow { position: absolute; inset: 8% 8% 0; background: var(--yellow); opacity: .09; filter: blur(90px); }
.privacy-card { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 9px; background: #0d0f0b; box-shadow: 0 28px 80px rgba(0,0,0,.48); }
.card-window-bar { display: grid; min-height: 42px; padding: 0 13px; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .3px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #4e5249; }
.window-dots i:first-child { background: var(--yellow); }
.local-chip { justify-self: end; padding: 3px 6px; color: var(--yellow); border: 1px solid rgba(255,214,10,.3); border-radius: 3px; font-size: 8px; }
.privacy-score-row { display: grid; padding: 20px; grid-template-columns: 80px 1fr; gap: 17px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.score-ring { position: relative; display: flex; width: 72px; height: 72px; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--yellow); border-radius: 50%; box-shadow: inset 0 0 20px rgba(255,214,10,.06); }
.score-ring::before { position: absolute; inset: 5px; content: ""; border: 1px dashed rgba(255,214,10,.35); border-radius: 50%; }
.score-ring strong { font-size: 20px; line-height: 1; }
.score-ring small { margin-top: 3px; color: var(--yellow); font-family: var(--mono); font-size: 7px; letter-spacing: 1px; text-transform: uppercase; }
.score-copy .mini-label { color: var(--yellow); font-size: 8px; }
.score-copy h2 { margin: 6px 0 2px; font-size: 21px; letter-spacing: -.7px; }
.score-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.receipt-list { padding: 11px 20px 14px; }
.receipt-list > div { display: flex; min-height: 29px; align-items: center; justify-content: space-between; color: #bfc4b8; font-size: 10px; }
.receipt-list span { display: flex; align-items: center; gap: 8px; }
.receipt-list strong { color: var(--green); font-family: var(--mono); font-size: 8px; letter-spacing: .7px; }
.status-icon { display: grid; width: 14px; height: 14px; place-items: center; color: #111; border-radius: 50%; background: var(--green); font-size: 9px; font-style: normal; font-weight: 800; }
.floating-badge { position: absolute; z-index: 5; right: -24px; bottom: -11px; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,214,10,.35); border-radius: 6px; color: #dbded5; background: #15170f; box-shadow: 0 15px 35px rgba(0,0,0,.4); font-size: 10px; font-weight: 650; }
.floating-badge svg { width: 16px; color: var(--yellow); }

/* Studio */
.studio-section { padding: 112px 0 70px; background: linear-gradient(180deg, #0a0b08, #080906); }
.studio { overflow: clip; scroll-margin-top: 92px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--panel); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.dropzone { position: relative; display: flex; min-height: 500px; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 55px 24px; text-align: center; cursor: pointer; transition: border-color 180ms ease, background 180ms ease; }
.dropzone::before { position: absolute; inset: 28px; content: ""; pointer-events: none; border: 1px dashed rgba(255,255,255,.18); border-radius: 7px; }
.dropzone.dragging { background: rgba(255,214,10,.04); box-shadow: inset 0 0 0 2px var(--yellow); }
.dropzone:focus-visible { outline: 2px solid var(--yellow); outline-offset: -2px; }
.dropzone.dragging::before { border-color: var(--yellow); }
.drop-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 35px 35px; mask-image: radial-gradient(circle, black, transparent 70%); }
.drop-icon { position: relative; display: grid; width: 76px; height: 76px; margin-bottom: 20px; place-items: center; border: 1px solid rgba(255,214,10,.45); border-radius: 50%; color: var(--yellow); background: rgba(255,214,10,.04); box-shadow: 0 0 0 10px rgba(255,214,10,.025); }
.drop-icon svg { width: 31px; }
.drop-kicker { position: relative; margin-bottom: 12px; color: var(--yellow); }
.dropzone h3 { position: relative; margin: 0 0 9px; font-size: clamp(27px, 3vw, 39px); letter-spacing: -1.8px; }
.dropzone p { position: relative; margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.dropzone .button { position: relative; }
.dropzone small { position: relative; margin-top: 16px; color: var(--muted-2); font-size: 11px; }
.editor { min-width: 0; }
.file-bar { display: flex; min-height: 61px; align-items: center; gap: 20px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #0e100c; }
.file-identity { display: flex; min-width: 0; align-items: center; gap: 10px; }
.file-icon { display: grid; width: 33px; height: 33px; flex: 0 0 auto; place-items: center; color: var(--yellow); border: 1px solid rgba(255,214,10,.25); border-radius: 5px; background: rgba(255,214,10,.04); }
.file-icon svg { width: 17px; }
.file-identity > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.file-identity strong { overflow: hidden; max-width: 340px; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.file-identity small { color: var(--muted); font-family: var(--mono); font-size: 9px; }
.file-status { display: flex; align-items: center; gap: 7px; margin-left: auto; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .6px; text-transform: uppercase; }
.file-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(134,230,114,.08); }
.icon-button { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid transparent; border-radius: 5px; color: var(--muted); background: transparent; cursor: pointer; }
.icon-button:hover { color: var(--text); border-color: var(--line); background: var(--panel-2); }
.icon-button svg { width: 17px; }
.workflow-bar { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #0b0d09; position: relative; }
.workflow-bar::before { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; background: var(--yellow); transition: width 350ms cubic-bezier(0.4, 0, 0.2, 1); z-index: 2; }
.workflow-bar[data-step="1"]::before { width: 33.33%; }
.workflow-bar[data-step="2"]::before { width: 66.66%; }
.workflow-bar[data-step="3"]::before { width: 100%; }
.tool-tab { position: relative; display: grid; min-width: 0; min-height: 76px; grid-template-columns: 27px 24px minmax(0, 1fr); align-items: center; gap: 11px; padding: 11px 18px; border: 0; border-right: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; text-align: left; transition: color 160ms ease, background 160ms ease; }
.tool-tab:last-child { border-right: 0; }
.tool-tab::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--yellow); transform: scaleX(0); transition: transform 180ms ease; opacity: 0; }
.tool-tab:hover { color: var(--text); background: rgba(255,255,255,.025); }
.tool-tab.active { color: var(--text); background: rgba(255,214,10,.055); }
.tool-tab.active::after { transform: scaleX(1); }
.tool-tab svg { width: 22px; height: 22px; color: var(--muted); }
.tool-tab.active svg { color: var(--yellow); }
.step-number { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-family: var(--mono); font-size: 8px; }
.tool-tab.active .step-number { color: #111; border-color: var(--yellow); background: var(--yellow); }
.tool-tab.completed .step-number { color: var(--green); border-color: rgba(134,230,114,.42); }
.tool-tab-copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.tool-tab-copy strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.tool-tab-copy small { overflow: hidden; color: var(--muted-2); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.editor-grid { display: grid; min-height: 620px; grid-template-columns: minmax(0, 1fr) 340px; }
.control-panel { border-left: 1px solid var(--line); background: #12140f; }
.tool-panel { padding: 27px 24px 24px; }
.panel-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.panel-step { color: var(--muted-2); font-family: var(--mono); font-size: 7px; letter-spacing: .7px; }
.panel-overline { color: var(--yellow); font-size: 9px; }
.tool-panel h3 { margin: 7px 0 9px; font-size: 24px; letter-spacing: -1px; }
.tool-panel > p { margin: 0 0 23px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.metadata-card { margin-bottom: 15px; padding: 14px; border: 1px solid var(--line); border-radius: 6px; background: #0d0f0b; }
.metadata-top { display: flex; align-items: center; gap: 10px; }
.metadata-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; color: var(--yellow); border-radius: 50%; background: rgba(255,214,10,.08); }
.metadata-icon svg { width: 17px; }
.metadata-top > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.metadata-top small { color: var(--muted-2); font-family: var(--mono); font-size: 7px; letter-spacing: .7px; }
.metadata-top strong { font-size: 11px; }
.metadata-meter { height: 3px; margin: 13px 0 8px; overflow: hidden; border-radius: 2px; background: #2b2e27; }
.metadata-meter i { display: block; width: 10%; height: 100%; background: var(--yellow); transition: width 400ms ease; }
.metadata-foot { display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); font-size: 8px; }
.switch-row { display: flex; min-height: 57px; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 2px; border-bottom: 1px solid var(--line); cursor: pointer; }
.switch-row > span { display: flex; flex-direction: column; gap: 3px; }
.switch-row strong { font-size: 11px; }
.switch-row small { color: var(--muted); font-size: 9px; }
.switch-row input { position: absolute; opacity: 0; pointer-events: none; }
.switch { position: relative; width: 33px; height: 18px; flex: 0 0 auto; border-radius: 99px; background: #353931; transition: background 160ms ease; }
.switch::after { position: absolute; top: 3px; left: 3px; width: 12px; height: 12px; content: ""; border-radius: 50%; background: #a6aa9f; transition: transform 160ms ease, background 160ms ease; }
.switch-row input:checked + .switch { background: var(--yellow); }
.switch-row input:checked + .switch::after { background: #111; transform: translateX(15px); }
.switch-row:focus-within .switch { outline: 2px solid var(--yellow); outline-offset: 2px; }
.switch-row.disabled { cursor: default; opacity: .9; }
.privacy-note { display: flex; gap: 9px; margin-top: 18px; padding: 11px; color: var(--muted); border: 1px solid rgba(255,214,10,.16); border-radius: 5px; background: rgba(255,214,10,.025); }
.privacy-note svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--yellow); }
.privacy-note p { margin: 0; font-size: 9px; line-height: 1.55; }
.instruction-card { display: grid; margin: 0 0 20px; padding: 12px; grid-template-columns: 20px 1fr 16px 20px 1fr; align-items: center; gap: 7px; border: 1px solid rgba(255,214,10,.18); border-radius: 5px; background: rgba(255,214,10,.025); }
.instruction-card span { display: grid; width: 19px; height: 19px; place-items: center; color: #111; border-radius: 50%; background: var(--yellow); font-family: var(--mono); font-size: 8px; font-weight: 800; }
.instruction-card strong { color: var(--muted); font-size: 8px; line-height: 1.3; }
.instruction-card i { height: 1px; background: var(--line-strong); }
.choice-fieldset { margin: 0 0 22px; padding: 0; border: 0; }
.choice-fieldset legend, .preset-fieldset legend, .select-control { margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .5px; }
.redaction-choices { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.redaction-choice { display: flex; min-width: 0; min-height: 61px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 5px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: #0d0f0b; cursor: pointer; font-size: 9px; }
.redaction-choice:hover { color: var(--text); border-color: var(--line-strong); }
.redaction-choice.active { color: var(--yellow); border-color: rgba(255,214,10,.48); background: rgba(255,214,10,.05); }
.pixel-icon { width: 18px; height: 18px; background: conic-gradient(#72776b 25%, #aeb3a7 0 50%, #4c5048 0 75%, #d5d8d0 0); image-rendering: pixelated; }
.blur-icon { width: 18px; height: 18px; border-radius: 50%; background: #c9cec3; filter: blur(3px); opacity: .7; }
.bar-icon { width: 20px; height: 8px; background: currentColor; }
.range-control { display: block; margin: 19px 0; }
.range-control > span { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; font-size: 10px; }
.range-control output { color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.range-control input { width: 100%; height: 3px; appearance: none; border-radius: 2px; background: linear-gradient(90deg, var(--yellow) var(--range-progress, 54%), #34382f var(--range-progress, 54%)); cursor: pointer; }
.range-control input::-webkit-slider-thumb { width: 14px; height: 14px; appearance: none; border: 3px solid #12140f; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 1px var(--yellow); }
.range-control input::-moz-range-thumb { width: 10px; height: 10px; border: 3px solid #12140f; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 1px var(--yellow); }
.range-control > small { display: block; margin-top: 8px; color: var(--muted-2); font-size: 8px; }
.redaction-actions { display: flex; gap: 7px; }
.small-button { display: inline-flex; min-height: 37px; flex: 1; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; color: #ced2c8; background: #191c16; cursor: pointer; font-size: 9px; font-weight: 650; }
.small-button:hover:not(:disabled) { color: var(--yellow); border-color: rgba(255,214,10,.35); }
.small-button:disabled { cursor: not-allowed; opacity: .35; }
.small-button svg { width: 14px; }
.small-button.danger:hover:not(:disabled) { color: var(--danger); border-color: rgba(255,120,109,.35); }
.small-button.full { width: 100%; margin-top: 16px; }
.panel-actions { display: flex; margin-top: 22px; flex-direction: column; gap: 8px; }
.panel-actions.split-actions { display: grid; grid-template-columns: .72fr 1.28fr; }
.panel-next, .panel-back, .panel-skip { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-size: 10px; font-weight: 750; }
.panel-next { color: #111; border-color: var(--yellow); background: var(--yellow); }
.panel-next:hover { color: var(--yellow); background: #181a13; }
.panel-back { color: var(--muted); border-color: var(--line); background: #171a14; }
.panel-back:hover { color: var(--text); border-color: var(--line-strong); }
.panel-skip { min-height: 30px; color: var(--muted); background: transparent; }
.panel-skip:hover { color: var(--yellow); }
.panel-next svg, .panel-back svg { width: 14px; height: 14px; }
.preset-fieldset { margin: 0 0 17px; padding: 0; border: 0; }
.size-presets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.size-presets button { min-height: 34px; padding: 0 5px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); background: #0c0e0a; cursor: pointer; font-size: 8px; font-weight: 650; }
.size-presets button:hover, .size-presets button.active { color: var(--yellow); border-color: rgba(255,214,10,.4); background: rgba(255,214,10,.04); }
.dimension-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dimension-grid label { color: var(--muted); font-size: 9px; font-weight: 650; text-transform: uppercase; }
.dimension-grid label > span { display: flex; margin-top: 7px; align-items: center; border: 1px solid var(--line); border-radius: 4px; background: #0c0e0a; }
.dimension-grid input { min-width: 0; width: 100%; height: 38px; padding: 0 7px; color: var(--text); border: 0; outline: 0; background: transparent; font-family: var(--mono); font-size: 10px; }
.dimension-grid input:focus-visible { box-shadow: 0 0 0 2px var(--yellow); }
.dimension-grid small { padding-right: 7px; color: var(--muted-2); font-family: var(--mono); font-size: 8px; text-transform: lowercase; }
.check-row { display: block; margin: 10px 0 21px; color: var(--muted); cursor: pointer; font-size: 9px; }
.check-row input { position: absolute; opacity: 0; }
.check-row span { display: flex; align-items: center; gap: 7px; }
.check-row i { position: relative; width: 13px; height: 13px; border: 1px solid var(--line-strong); border-radius: 3px; background: #0d0f0b; }
.check-row input:checked + span i { border-color: var(--yellow); background: var(--yellow); }
.check-row input:checked + span i::after { position: absolute; top: 1px; left: 4px; width: 3px; height: 6px; content: ""; border-right: 1.5px solid #111; border-bottom: 1.5px solid #111; transform: rotate(45deg); }
.check-row input:focus-visible + span i { outline: 2px solid var(--yellow); outline-offset: 2px; }
.select-control { display: block; }
.select-control > span { position: relative; display: block; margin-top: 7px; }
.select-control select { width: 100%; height: 42px; appearance: none; padding: 0 30px 0 10px; color: var(--text); border: 1px solid var(--line); border-radius: 4px; outline: 0; background: #0c0e0a; font-size: 10px; }
.select-control select:focus-visible { border-color: var(--yellow); box-shadow: 0 0 0 2px rgba(255, 214, 10, .35); }
.select-control svg { position: absolute; top: 13px; right: 9px; width: 15px; pointer-events: none; color: var(--muted); }
.canvas-panel { display: flex; min-width: 0; flex-direction: column; background: #090a08; }
.canvas-toolbar { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .5px; }
.compare-button { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); background: #131510; cursor: pointer; font-family: var(--font); font-size: 8px; }
.compare-button:hover, .compare-button.comparing { color: var(--yellow); border-color: rgba(255,214,10,.35); }
.compare-button svg { width: 13px; }
.canvas-stage { position: relative; display: flex; min-height: 470px; flex: 1; align-items: center; justify-content: center; overflow: hidden; padding: 28px; background-color: #0a0b08; background-image: linear-gradient(45deg, #10120e 25%, transparent 25%), linear-gradient(-45deg, #10120e 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #10120e 75%), linear-gradient(-45deg, transparent 75%, #10120e 75%); background-position: 0 0, 0 8px, 8px -8px, -8px 0; background-size: 16px 16px; }
.canvas-stage::after { position: absolute; inset: 10px; content: ""; pointer-events: none; border: 1px solid rgba(255,255,255,.045); }
.canvas-stage.redacting { cursor: crosshair; touch-action: none; }
#previewCanvas { position: relative; z-index: 1; display: block; max-width: 100%; max-height: 490px; border: 1px solid rgba(255,255,255,.13); background: #161616; box-shadow: 0 18px 55px rgba(0,0,0,.44); }
.canvas-local-badge { position: absolute; z-index: 3; right: 18px; bottom: 17px; display: flex; align-items: center; gap: 6px; padding: 6px 8px; color: #a9aea3; border: 1px solid var(--line); border-radius: 3px; background: rgba(8,9,6,.82); backdrop-filter: blur(8px); font-family: var(--mono); font-size: 7px; letter-spacing: .6px; }
.canvas-local-badge span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.canvas-help { min-height: 42px; margin: 0; padding: 12px 15px; color: var(--muted-2); border-top: 1px solid var(--line); font-size: 9px; text-align: center; }
.export-bar { position: sticky; z-index: 8; bottom: 0; display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; border-top: 1px solid var(--line); background: rgba(14,16,12,.96); backdrop-filter: blur(14px); }
.export-summary { display: flex; min-width: 0; align-items: center; gap: 10px; }
.export-ready { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(134,230,114,.35); border-radius: 50%; color: #111; background: rgba(134,230,114,.08); }
.export-ready i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--green); font-size: 10px; font-style: normal; font-weight: 900; }
.export-summary > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.export-summary strong { font-size: 11px; }
.export-summary small { overflow: hidden; max-width: 400px; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.export-actions { display: flex; flex: 0 0 auto; gap: 8px; }

/* Canvas redact toolbar */
.canvas-redact-toolbar { position: absolute; z-index: 10; top: 15px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid rgba(255,214,10,.25); border-radius: 8px; background: rgba(14,16,12,.92); backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0,0,0,.4); animation: toolbar-in 200ms ease; }
@keyframes toolbar-in { from { opacity: 0; transform: translateX(-50%) translateY(-8px); } }
.canvas-tool-btn { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid transparent; border-radius: 5px; color: var(--muted); background: transparent; cursor: pointer; transition: all 160ms ease; }
.canvas-tool-btn:hover { color: var(--text); background: rgba(255,255,255,.06); }
.canvas-tool-btn.active { color: var(--yellow); border-color: rgba(255,214,10,.35); background: rgba(255,214,10,.08); }
.canvas-tool-btn:disabled { opacity: .3; cursor: not-allowed; }
.canvas-tool-btn svg { width: 16px; }
.canvas-tool-btn .pixel-icon { width: 14px; height: 14px; }
.canvas-tool-btn .blur-icon { width: 14px; height: 14px; }
.canvas-tool-btn .bar-icon { width: 16px; height: 6px; }
.canvas-tool-divider { width: 1px; height: 24px; margin: 0 3px; background: var(--line-strong); }
.format-strip { display: flex; align-items: center; gap: 15px; padding: 16px 3px 0; color: var(--muted-2); font-family: var(--mono); font-size: 8px; }
.format-strip > span { color: var(--muted); letter-spacing: .7px; }
.format-strip strong { color: #b5baae; font-size: 9px; }
.format-strip i { height: 1px; flex: 1; background: var(--line); }

/* Features */
.features-section { padding: 120px 0; border-top: 1px solid var(--line); background: #090a07; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { position: relative; min-height: 320px; overflow: hidden; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0c09; transition: background 200ms ease; }
.feature-card:hover { background: #11130e; }
.feature-card.featured { background: linear-gradient(145deg, rgba(255,214,10,.08), transparent 60%), #0d0f0b; box-shadow: inset 0 0 0 1px var(--yellow); }
.feature-number { position: absolute; top: 22px; right: 25px; color: #3f433a; font-family: var(--mono); font-size: 10px; }
.feature-icon { display: grid; width: 48px; height: 48px; margin-bottom: 65px; place-items: center; color: var(--yellow); border: 1px solid rgba(255,214,10,.25); border-radius: 6px; background: rgba(255,214,10,.035); }
.feature-icon svg { width: 22px; }
.feature-card h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.7px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.feature-tag { position: absolute; right: 25px; bottom: 23px; color: var(--yellow); font-family: var(--mono); font-size: 7px; letter-spacing: .7px; }

/* Privacy */
.privacy-section { padding: 120px 0; overflow: hidden; border-top: 1px solid var(--line); background: #0b0c09; }
.privacy-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.privacy-list { margin: 39px 0 0; padding: 0; list-style: none; }
.privacy-list li { display: grid; padding: 18px 0; grid-template-columns: 45px 1fr; gap: 10px; border-top: 1px solid var(--line); }
.privacy-list li:last-child { border-bottom: 1px solid var(--line); }
.privacy-list li > span { color: var(--yellow); font-family: var(--mono); font-size: 9px; }
.privacy-list strong { display: block; margin-bottom: 4px; font-size: 13px; }
.privacy-list p { margin: 0; color: var(--muted); font-size: 11px; }
.privacy-diagram { position: relative; padding: 20px; border: 1px solid var(--line-strong); border-radius: 8px; background-color: #0e100c; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 26px 26px; }
.diagram-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; color: var(--muted); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 8px; letter-spacing: .7px; }
.diagram-top i { color: var(--green); font-style: normal; }
.diagram-flow { display: grid; min-height: 280px; grid-template-columns: 1fr 65px 1.2fr 65px 1fr; align-items: center; }
.diagram-node { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; text-align: center; }
.node-icon { display: grid; width: 52px; height: 52px; margin-bottom: 12px; place-items: center; color: var(--text); border: 1px solid var(--line-strong); border-radius: 50%; background: #171a14; }
.node-icon svg { width: 23px; }
.diagram-node strong { font-size: 11px; }
.diagram-node small { margin-top: 4px; color: var(--muted-2); font-family: var(--mono); font-size: 7px; }
.browser-node .node-icon { color: var(--yellow); border-color: var(--yellow); background: rgba(255,214,10,.06); box-shadow: 0 0 45px rgba(255,214,10,.08); }
.safe-node .node-icon { color: var(--green); border-color: rgba(134,230,114,.45); }
.orbit { position: absolute; top: -8px; width: 102px; height: 102px; border: 1px dashed rgba(255,214,10,.18); border-radius: 50%; animation: rotate 16s linear infinite; }
.orbit::after { position: absolute; top: 8px; left: 10px; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--yellow); }
.flow-line { display: flex; flex-direction: column; align-items: center; gap: 7px; color: var(--yellow); font-family: var(--mono); font-size: 6px; }
.flow-line i { position: relative; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--yellow), transparent); }
.flow-line i::after { position: absolute; top: -2px; right: 3px; width: 4px; height: 4px; content: ""; border-top: 1px solid var(--yellow); border-right: 1px solid var(--yellow); transform: rotate(45deg); }
.blocked-cloud { display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px dashed rgba(255,120,109,.28); border-radius: 5px; background: rgba(255,120,109,.025); }
.blocked-cloud svg { width: 24px; color: var(--danger); }
.blocked-cloud span { display: flex; flex-direction: column; gap: 2px; }
.blocked-cloud strong { font-size: 10px; }
.blocked-cloud small { color: var(--muted); font-size: 8px; }

/* Steps and CTA */
.steps-section { padding: 120px 0 70px; border-top: 1px solid var(--line); }
.steps-grid { display: grid; margin: 75px 0 110px; grid-template-columns: repeat(3,1fr); }
.step { position: relative; padding: 0 30px; text-align: center; }
.step > span { display: grid; width: 48px; height: 48px; margin: 0 auto 24px; place-items: center; color: #111; border-radius: 50%; background: var(--yellow); font-family: var(--mono); font-size: 13px; font-weight: 800; box-shadow: 0 0 0 11px rgba(255,214,10,.035); }
.step-line { position: absolute; top: 24px; left: calc(50% + 40px); width: calc(100% - 80px); height: 1px; background: linear-gradient(90deg, rgba(255,214,10,.5), rgba(255,255,255,.1)); }
.step:nth-child(3) .step-line { display: none; }
.step h3 { margin: 0 0 7px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 12px; }
.final-cta { position: relative; display: flex; min-height: 330px; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; padding: 55px 60px; border: 1px solid rgba(255,214,10,.32); border-radius: 9px; background: linear-gradient(120deg, rgba(255,214,10,.085), transparent 55%), #10120e; }
.final-cta::after { position: absolute; right: -170px; width: 390px; height: 390px; content: ""; border: 1px solid rgba(255,214,10,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,214,10,.025), 0 0 0 110px rgba(255,214,10,.015); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .section-index { color: var(--yellow); }
.final-cta h2 { margin: 15px 0 0; font-size: clamp(32px,4vw,54px); line-height: 1.04; letter-spacing: -2.8px; }

/* Footer and toast */
.site-footer { padding: 67px 0 25px; border-top: 1px solid var(--line); background: #060705; }
.footer-grid { display: grid; padding-bottom: 50px; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 60px; }
.footer-grid > div:first-child p { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 30px; color: var(--muted); font-size: 11px; }
.footer-links a:hover { color: var(--yellow); }
.footer-note { justify-self: end; margin: 0; color: var(--muted-2); font-family: var(--mono); font-size: 8px; line-height: 1.7; text-align: right; }
.footer-bottom { display: flex; padding-top: 21px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted-2); font-family: var(--mono); font-size: 8px; }
.footer-bottom span:last-child { display: flex; align-items: center; gap: 7px; }
.footer-bottom i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.toast { position: fixed; z-index: 500; bottom: 24px; left: 50%; max-width: calc(100% - 30px); padding: 12px 17px; color: #111; border-radius: 5px; background: var(--yellow); box-shadow: 0 15px 45px rgba(0,0,0,.45); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.error { color: #fff; background: #c8443a; }

@keyframes pulse { 0% { opacity: 1; transform: scale(.55); } 70%,100% { opacity: 0; transform: scale(1.45); } }
@keyframes rotate { to { transform: rotate(360deg); } }

/* Tablets */
@media (max-width: 1050px) {
  .hero-grid { gap: 40px; }
  .hero-copy h1 { font-size: clamp(47px, 6vw, 64px); letter-spacing: -4px; }
  .editor-grid { grid-template-columns: minmax(0,1fr) 310px; }
  .tool-tab { padding-inline: 12px; grid-template-columns: 25px 22px minmax(0,1fr); gap: 8px; }
  .tool-panel { padding-inline: 18px; }
  .privacy-layout { gap: 45px; }
  .diagram-flow { grid-template-columns: 1fr 40px 1.15fr 40px 1fr; }
}

@media (max-width: 880px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .main-nav { gap: 20px; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 690px; }
  .hero-visual { width: min(100%, 590px); margin-inline: auto; }
  .editor-grid { grid-template-columns: 1fr; }
  .canvas-panel { order: -1; }
  .control-panel { min-height: 410px; border-left: 0; border-top: 1px solid var(--line); }
  .tool-panel { max-width: none; }
  .canvas-stage { min-height: 420px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 10px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { display: none; }
}

/* Phones */
@media (max-width: 660px) {
  html { scroll-padding-top: 68px; }
  .container { width: min(calc(100% - 22px), var(--container)); }
  .donation-banner a { width: min(calc(100% - 22px), var(--container)); min-height: 58px; gap: 5px; flex-direction: column; padding-block: 9px; font-size: 11px; }
  .donation-banner strong { font-size: 9px; }
  .nav-wrap { min-height: 63px; }
  .menu-toggle { display: block; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; top: 63px; right: 0; left: 0; display: none; padding: 18px 15px 22px; flex-direction: column; align-items: stretch; gap: 2px; border-bottom: 1px solid var(--line); background: #0b0c09; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { padding: 52px 0 75px; }
  .hero-copy h1 { margin-top: 21px; font-size: clamp(43px, 13vw, 61px); line-height: .98; letter-spacing: -3.5px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .trust-row { gap: 12px 18px; }
  .hero-visual { padding-left: 0; }
  .privacy-card { border-radius: 6px; }
  .card-window-bar { grid-template-columns: 1fr auto; }
  .card-window-bar > span:nth-child(2) { display: none; }
  .floating-badge { right: 8px; }
  .privacy-score-row { grid-template-columns: 68px 1fr; padding: 16px; }
  .score-ring { width: 62px; height: 62px; }
  .receipt-list { padding-inline: 16px; }
  .studio-section, .features-section, .privacy-section, .steps-section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading h2, .privacy-copy h2 { font-size: 40px; letter-spacing: -2.4px; }
  .studio { margin-inline: -5px; }
  .dropzone { min-height: 460px; padding-inline: 35px; }
  .dropzone::before { inset: 15px; }
  .file-bar { gap: 8px; }
  .file-identity strong { max-width: 190px; }
  .file-status { display: none; }
  .icon-button { margin-left: auto; }
  .workflow-bar { position: sticky; z-index: 7; top: 63px; }
  .tool-tab { min-height: 56px; grid-template-columns: 22px minmax(0,1fr); justify-items: start; gap: 8px; padding: 8px 10px; text-align: left; }
  .tool-tab svg { display: none; }
  .tool-tab-copy small { display: none; }
  .tool-tab-copy strong { font-size: 9px; line-height: 1.2; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .step-number { width: 20px; height: 20px; font-size: 7px; }
  .editor-grid { min-height: 0; grid-template-columns: 1fr; }
  .canvas-panel { order: -1; }
  .control-panel { min-height: 0; border-left: 0; border-top: 1px solid var(--line); }
  .tool-panel { max-width: none; padding: 24px 18px; }
  .canvas-toolbar { padding-inline: 10px; }
  .compare-button { font-size: 0; }
  .compare-button svg { width: 16px; }
  .canvas-stage { min-height: 350px; padding: 18px; }
  #previewCanvas { max-height: 370px; }
  .canvas-local-badge { right: 11px; bottom: 10px; }
  .export-bar { flex-direction: column; align-items: stretch; padding: 15px; }
  .export-actions { display: grid; grid-template-columns: .8fr 1.2fr; }
  .export-actions .button { min-height: 48px; padding-inline: 10px; font-size: 11px; }
  .export-summary small { max-width: 260px; }
  .format-strip { flex-wrap: wrap; }
  .format-strip i { display: none; }
  .format-strip small { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .feature-icon { margin-bottom: 43px; }
  .privacy-diagram { padding: 14px; }
  .diagram-top { align-items: flex-start; flex-direction: column; gap: 6px; }
  .diagram-flow { min-height: 470px; grid-template-columns: 1fr; grid-template-rows: 1fr 38px 1fr 38px 1fr; }
  .flow-line { transform: none; width: 1px; height: 38px; justify-content: center; }
  .flow-line i { width: 1px; height: 100%; background: linear-gradient(180deg, transparent, var(--yellow), transparent); }
  .flow-line i::after { top: auto; right: auto; bottom: 2px; left: -2px; border-top: 0; border-right: 1px solid var(--yellow); border-bottom: 1px solid var(--yellow); transform: none; }
  .blocked-cloud { margin-top: 10px; }
  .steps-grid { margin: 55px 0 75px; grid-template-columns: 1fr; gap: 48px; }
  .step-line { top: 61px; left: 50%; width: 1px; height: 35px; background: linear-gradient(var(--yellow), transparent); }
  .final-cta { min-height: 390px; padding: 38px 25px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .final-cta h2 { font-size: 39px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 380px) {
  .hero-copy h1 { font-size: 40px; letter-spacing: -3px; }
  .trust-row { flex-direction: column; }
  .privacy-score-row { grid-template-columns: 1fr; }
  .score-copy { text-align: center; }
  .score-ring { margin-inline: auto; }
  .receipt-list strong { font-size: 7px; }
  .tool-tab { font-size: 8px; }
  .export-actions { grid-template-columns: 1fr; }
  .dimension-grid { grid-template-columns: 1fr; }
}

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

/* sVideo: hero mock player */
.mock-player {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0a0b08;
}
.mock-player-screen {
  position: relative;
  height: 172px;
  overflow: hidden;
}
.mock-player-screen .mock-sun {
  position: absolute;
  top: 34px;
  right: 66px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: var(--yellow);
  opacity: .85;
  box-shadow: 0 0 34px rgba(255, 214, 10, .45);
}
.mock-player-screen .mock-mountain {
  position: absolute;
  bottom: 0;
  width: 62%;
  height: 58%;
  transform: none;
}
.mock-player-screen .mock-mountain.back {
  left: 0;
  right: auto;
  background: #1c2317;
  clip-path: polygon(0 100%, 0 42%, 26% 18%, 50% 46%, 68% 26%, 100% 62%, 100% 100%);
}
.mock-player-screen .mock-mountain.front {
  left: auto;
  right: 0;
  background: #10150d;
  clip-path: polygon(100% 100%, 100% 38%, 68% 12%, 40% 48%, 18% 30%, 0 68%, 0 100%);
}
.mock-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(8, 9, 6, .55);
  backdrop-filter: blur(4px);
}
.mock-play i {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent var(--yellow);
}
.mock-timeline {
  display: flex;
  height: 26px;
  padding: 0 16px;
  align-items: center;
  gap: 7px;
  background: #0b0d09;
}
.mock-timeline .mock-progress {
  width: 62%;
  height: 3px;
  border-radius: 3px;
  background: var(--yellow);
}
.mock-timeline .mock-cue {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
}

/* sVideo: editor player controls */
.player-bar {
  display: flex;
  width: min(calc(100% - 56px), 1000px);
  margin: 14px auto 0;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0b0d09;
}
.play-button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}
.play-button svg { width: 16px; height: 16px; }
.play-button:hover { border-color: var(--yellow); color: var(--yellow); }
.play-button.playing { border-color: var(--yellow); background: var(--yellow); color: #080906; }
.player-bar input[type="range"] {
  flex: 1;
  min-width: 0;
  height: 4px;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: var(--line-strong);
  cursor: pointer;
}
.player-bar input[type="range"]::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--yellow);
}
.player-bar input[type="range"]::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 50%;
  background: var(--yellow);
}
.player-time {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}
.player-time i { color: var(--muted-2); font-style: normal; }

@media (max-width: 660px) {
  .mock-player-screen { height: 128px; }
  .player-bar { width: calc(100% - 30px); }
  .player-time { font-size: 10px; }
}