/* ============================================================
   PropertiesManager — public website (www.propertiesmanager.nl)
   Visual language shared with the license-server admin dashboard:
   dark console theme, cyan accent, mono labels, grid background.
   ============================================================ */

:root {
  --bg: #04070b;
  --bg-soft: #070b11;
  --panel: #0a0f16;
  --panel-2: #0d141d;
  --border: rgba(56, 225, 255, 0.14);
  --border-strong: rgba(56, 225, 255, 0.32);
  --hairline: rgba(148, 197, 214, 0.12);
  --text: #dbe9f0;
  --muted: #8aa2b4;
  --accent: #38e1ff;
  --accent-dim: #19b6d4;
  --accent-soft: rgba(56, 225, 255, 0.1);
  --accent-glow: rgba(56, 225, 255, 0.28);
  --success: #3dedae;
  --success-soft: rgba(61, 237, 174, 0.12);
  --warn: #ffb547;
  --warn-soft: rgba(255, 181, 71, 0.12);
  --danger: #ff5470;
  --danger-soft: rgba(255, 84, 112, 0.12);
  --old: #ff8fa3;
  --radius: 4px;
  --radius-sm: 3px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  --font-display: "Space Grotesk", "Inter", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", Consolas, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
  background:
    linear-gradient(rgba(56, 225, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 225, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 12% -10%, rgba(56, 225, 255, 0.07), transparent 42%),
    linear-gradient(180deg, var(--bg) 0%, #060a10 100%);
  background-size: 48px 48px, 48px 48px, auto, auto;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

::selection { background: rgba(56, 225, 255, 0.28); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb {
  background: rgba(56, 225, 255, 0.16);
  border: 3px solid var(--bg);
  border-radius: 8px;
}
::-webkit-scrollbar-track { background: transparent; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.mono { font-family: var(--font-mono); font-size: 0.86em; letter-spacing: 0.02em; }

/* ---------- header ---------- */

header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(4, 7, 11, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 32px;
  max-width: 1180px; margin: 0 auto;
}
.logo {
  font-family: var(--font-display);
  font-weight: 700; font-size: 18px; letter-spacing: 0.01em;
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
}
.logo .mark {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 0.6rem;
  color: var(--bg);
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  border-radius: var(--radius-sm);
  box-shadow: 0 0 18px var(--accent-glow);
}
.logo .mark::before { content: "PM"; }
.logo .dim { color: var(--muted); font-weight: 400; }

nav.links { display: flex; gap: 30px; font-size: 14px; font-weight: 500; }
nav.links a {
  color: var(--muted); text-decoration: none;
  border-bottom: 2px solid transparent; padding-bottom: 3px;
  transition: color .15s, border-color .15s;
}
nav.links a:hover, nav.links a.active { color: var(--text); border-color: var(--accent); }

/* ---------- buttons ---------- */

.btn {
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  padding: 12px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  color: #032028;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.btn:hover { filter: brightness(1.08); box-shadow: 0 0 24px var(--accent-glow); transform: translateY(-1px); }
.btn.ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--border-strong);
  box-shadow: none;
}
.btn.ghost:hover { border-color: var(--accent); background: var(--accent-soft); }
.btn.block { width: 100%; text-align: center; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}

/* ---------- hero / page head ---------- */

.hero { position: relative; overflow: hidden; padding: 0; }
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 900px 520px at 82% -12%, rgba(56, 225, 255, 0.16), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
  position: relative; z-index: 2;
  padding: 92px 0 100px;
}

.eyebrow {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em;
  color: var(--accent); font-weight: 600; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--accent); }

h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.06; letter-spacing: -0.02em;
  margin-bottom: 22px;
}
h1 .accent, h2 .accent { color: var(--accent); }
p.sub { font-size: 17px; color: var(--muted); max-width: 500px; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 14px; margin-bottom: 38px; flex-wrap: wrap; }

.compat-row {
  display: flex; gap: 22px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 12.5px; color: var(--muted);
}
.compat-row span { display: flex; align-items: center; gap: 7px; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

.page-head {
  padding: 72px 0 44px; position: relative; overflow: hidden;
  border-bottom: 1px solid var(--hairline);
}
.page-head::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 900px 420px at 82% -20%, rgba(56, 225, 255, 0.14), transparent 60%);
  pointer-events: none;
}
.page-head .wrap { position: relative; z-index: 2; }
.page-head h1 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 14px; }
.page-head p.sub { margin-bottom: 0; max-width: 580px; }

/* ---------- signature panel mockup ---------- */

.panel {
  background: linear-gradient(180deg, rgba(13, 20, 29, 0.92), rgba(8, 12, 18, 0.96));
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(56, 225, 255, 0.08);
  overflow: hidden;
  font-family: var(--font-mono);
  position: relative;
}
.panel-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  background: rgba(4, 7, 11, 0.7);
  border-bottom: 1px solid var(--border);
  font-size: 11.5px; color: var(--muted);
}
.panel-bar .file { color: var(--text); }
.panel-dots { display: flex; gap: 6px; }
.panel-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--border-strong); display: block; }

.prop-row {
  display: grid; grid-template-columns: 150px 1fr 92px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--hairline);
  font-size: 12.5px;
  align-items: center;
}
.prop-row:last-of-type { border-bottom: none; }
.prop-row .key { color: var(--accent-dim); }
.prop-row .val { color: var(--text); }
.prop-row .val.old { color: var(--old); text-decoration: line-through; margin-right: 8px; opacity: 0.75; }
.prop-row .val.new { color: var(--success); }
.prop-row .tag {
  font-size: 10px; padding: 3px 7px; border-radius: var(--radius-sm); text-align: center;
  background: var(--accent-soft); color: var(--accent); justify-self: end;
  letter-spacing: 0.05em;
}
.prop-row.updating { animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { background: transparent; }
  50% { background: var(--accent-soft); }
}
.panel-footer {
  padding: 12px 16px; display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--hairline);
  font-size: 11px; color: var(--muted);
}
.panel-footer .n { color: var(--success); }

@media (prefers-reduced-motion: reduce) {
  .prop-row.updating { animation: none; }
}

/* ---------- trust strip ---------- */

.trust { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); padding: 20px 0; }
.trust .wrap {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 14px;
  font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.03em;
}

/* ---------- sections ---------- */

section { padding: 92px 0; }
section.tight { padding-top: 48px; }
.section-head { max-width: 620px; margin-bottom: 52px; }
h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.01em; margin-bottom: 16px;
}
.section-head p { color: var(--muted); font-size: 16px; }

/* ---------- feature cards ---------- */

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.feature:hover { transform: translateY(-3px); border-color: var(--border-strong); box-shadow: 0 20px 40px -28px rgba(0, 0, 0, 0.6); }
.feature .body { padding: 24px 22px; }
.feature .key {
  font-family: var(--font-mono); font-size: 11px; color: var(--accent); font-weight: 600;
  letter-spacing: 0.08em; margin-bottom: 12px; display: block;
}
.feature h3 {
  font-family: var(--font-display); font-size: 18px; font-weight: 600;
  margin-bottom: 10px; letter-spacing: -0.01em;
}
.feature p { font-size: 14px; color: var(--muted); }

/* ---------- workflow steps ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.steps::before {
  content: ''; position: absolute; top: 22px; left: 8%; right: 8%; height: 1px;
  background: repeating-linear-gradient(90deg, var(--border-strong) 0 6px, transparent 6px 12px);
  opacity: 0.5;
}
.step { padding: 0 24px; position: relative; }
.step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--bg); border: 1.5px solid var(--accent);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 14px; font-weight: 600;
  position: relative; z-index: 2; margin-bottom: 22px;
  box-shadow: 0 0 16px rgba(56, 225, 255, 0.14);
}
.step h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.step p { font-size: 14px; color: var(--muted); }

/* ---------- proof / diff section ---------- */

.proof { background: var(--bg-soft); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.diff-card {
  background: var(--panel);
  border: 1px solid var(--border); border-radius: var(--radius);
  font-family: var(--font-mono); font-size: 13px; overflow: hidden; max-width: 680px;
}
.diff-row {
  display: grid; grid-template-columns: 260px 1fr; padding: 13px 18px;
  border-bottom: 1px solid var(--hairline);
}
.diff-row:last-child { border-bottom: none; }
.diff-row .k { color: var(--accent-dim); }
.diff-row .v-old { color: var(--old); text-decoration: line-through; margin-right: 10px; opacity: 0.75; }
.diff-row .v-new { color: var(--success); }
.diff-meta {
  display: flex; gap: 26px; margin-top: 26px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 13px; color: var(--muted);
}
.diff-meta b { color: var(--text); display: block; font-size: 22px; font-family: var(--font-display); }

/* ---------- spec table ---------- */

.spec-table { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--panel); }
.spec-row { display: grid; grid-template-columns: 240px 1fr; border-bottom: 1px solid var(--hairline); }
.spec-row:last-child { border-bottom: none; }
.spec-row .k {
  font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.05em;
  padding: 18px 22px; background: var(--panel-2); border-right: 1px solid var(--hairline);
}
.spec-row .v { padding: 18px 22px; font-size: 14.5px; }

/* ---------- pricing ---------- */

.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: stretch; max-width: 880px; }
.plan {
  border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel);
  padding: 32px 28px; display: flex; flex-direction: column;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.plan:hover { transform: translateY(-2px); border-color: var(--border-strong); }
.plan.featured {
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 40px -12px var(--accent-glow);
  position: relative;
}
.plan.featured::before {
  content: 'MOST CHOSEN';
  position: absolute; top: -11px; left: 28px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dim)); color: #032028;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
  padding: 4px 10px; border-radius: var(--radius-sm);
}
.plan-name { font-family: var(--font-display); font-size: 20px; font-weight: 600; margin-bottom: 6px; }
.plan-desc { font-size: 13.5px; color: var(--muted); margin-bottom: 22px; min-height: 38px; }
.plan-price-row {
  font-family: var(--font-mono); font-size: 11px; color: var(--muted);
  letter-spacing: 0.08em; margin-bottom: 4px; text-transform: uppercase;
}
.plan-price {
  font-family: var(--font-display); font-size: 34px; font-weight: 700;
  margin-bottom: 2px; letter-spacing: -0.02em;
}
.plan-price .unit { font-family: var(--font-body); font-size: 14px; font-weight: 500; color: var(--muted); }
.plan-price.custom { font-size: 26px; }
.plan-sub { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.plan-feats { list-style: none; margin-bottom: 28px; flex-grow: 1; }
.plan-feats li {
  font-size: 14px; padding: 9px 0; border-top: 1px solid var(--hairline);
  display: flex; gap: 10px; align-items: flex-start;
}
.plan-feats li:first-child { border-top: none; }
.plan-feats li::before { content: '—'; color: var(--accent); font-family: var(--font-mono); flex-shrink: 0; }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid var(--hairline); }
.faq-item { border-bottom: 1px solid var(--hairline); padding: 24px 0; }
.faq-item h3 { font-family: var(--font-display); font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.faq-item p { font-size: 14.5px; color: var(--muted); max-width: 660px; }

/* ---------- contact ---------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-card {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 0; font-family: var(--font-mono); overflow: hidden;
}
.contact-list { list-style: none; }
.contact-list li {
  padding: 13px 16px; border-bottom: 1px solid var(--hairline); font-size: 12.5px;
  display: grid; grid-template-columns: 130px 1fr; color: var(--text);
}
.contact-list li:last-child { border-bottom: none; }
.contact-list li span { color: var(--muted); }
.contact-direct { padding: 24px 26px; border-top: 1px solid var(--hairline); }
.contact-direct a { color: var(--accent); text-decoration: none; font-size: 15px; }
.contact-direct a:hover { text-decoration: underline; }

.checklist { list-style: none; }
.checklist li {
  padding: 14px 0; border-top: 1px solid var(--hairline); font-size: 14.5px; color: var(--muted);
  display: flex; gap: 12px; align-items: flex-start;
}
.checklist li:first-child { border-top: none; }
.checklist li b {
  font-family: var(--font-mono); color: var(--accent); font-size: 12px;
  flex-shrink: 0; padding-top: 2px; letter-spacing: 0.05em;
}

/* ---------- checkout / buy ---------- */

.buy-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: start; }

.order-form {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 28px;
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px;
}
.field label .req { color: var(--accent); }
.field input, .field select {
  width: 100%;
  padding: 11px 13px;
  background: var(--bg-soft);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-sm);
  color: var(--text);
  transition: border-color .15s;
}
.field input:focus, .field select:focus { border-color: var(--border-strong); outline: none; }
.field .hint { font-size: 12px; color: var(--muted); margin-top: 6px; }

.order-summary {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; font-family: var(--font-mono);
  position: sticky; top: 96px;
}
.order-summary .rows { padding: 6px 0; }
.order-summary .row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 11px 18px; font-size: 12.5px;
}
.order-summary .row span:first-child { color: var(--muted); }
.order-summary .row.total {
  border-top: 1px solid var(--border);
  font-size: 15px; font-weight: 600; color: var(--text);
  padding-top: 14px; padding-bottom: 14px;
}
.order-summary .row.total span:last-child { color: var(--accent); }
.order-summary .fineprint {
  padding: 14px 18px; border-top: 1px solid var(--hairline);
  font-size: 10.5px; line-height: 1.6; color: var(--muted);
}

.pay-methods {
  display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px;
}
.pay-methods span {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.05em;
  color: var(--muted);
  border: 1px solid var(--hairline); border-radius: var(--radius-sm);
  padding: 4px 9px;
}

.notice {
  border-radius: var(--radius); padding: 14px 16px; margin-top: 18px;
  font-size: 13.5px; line-height: 1.55; display: none;
}
.notice.show { display: block; }
.notice.error { background: var(--danger-soft); border: 1px solid rgba(255, 84, 112, 0.4); color: #ffc4cf; }
.notice.success { background: var(--success-soft); border: 1px solid rgba(61, 237, 174, 0.4); color: #b8f5de; }
.notice a { color: inherit; }

/* ---------- payment result ---------- */

.result-card {
  max-width: 560px; margin: 0 auto;
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 44px 40px; text-align: center;
  box-shadow: var(--shadow);
}
.result-icon {
  width: 64px; height: 64px; margin: 0 auto 22px;
  display: grid; place-items: center;
  border-radius: 50%;
  font-size: 26px; font-family: var(--font-mono);
}
.result-icon.ok { background: var(--success-soft); color: var(--success); border: 1px solid rgba(61, 237, 174, 0.4); }
.result-icon.warn { background: var(--warn-soft); color: var(--warn); border: 1px solid rgba(255, 181, 71, 0.4); }
.result-card h1 { font-size: 28px; }
.result-card p { color: var(--muted); margin-bottom: 12px; }
.result-card .actions { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- legal / prose ---------- */

.prose { max-width: 760px; }
.prose h2 { font-size: 22px; margin: 40px 0 12px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); font-size: 14.5px; margin-bottom: 12px; }
.prose ul { padding-left: 20px; }

/* ---------- CTA band ---------- */

.cta {
  background:
    radial-gradient(ellipse 600px 300px at 85% 0%, rgba(56, 225, 255, 0.16), transparent 60%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--border-strong);
  border-radius: var(--radius); padding: 52px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  position: relative; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(56, 225, 255, 0.08);
}
.cta h2 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 10px; }
.cta p { color: var(--muted); font-size: 15px; max-width: 440px; }

/* ---------- footer ---------- */

footer { border-top: 1px solid var(--hairline); padding: 44px 0 32px; background: var(--bg-soft); }
footer .wrap { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; align-items: start; }
footer .f-brand .logo { margin-bottom: 12px; }
footer .f-brand p { font-size: 13px; color: var(--muted); max-width: 300px; }
footer .f-col h4 {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--muted); text-transform: uppercase; margin-bottom: 14px;
}
footer .f-links { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; color: var(--muted); }
footer .f-links a { text-decoration: none; }
footer .f-links a:hover { color: var(--text); }
footer .f-address { font-size: 13.5px; color: var(--muted); line-height: 1.7; }
footer .f-address a { color: var(--accent); text-decoration: none; }
footer .copy-row {
  max-width: 1180px; margin: 36px auto 0; padding: 20px 32px 0; border-top: 1px solid var(--hairline);
  font-size: 12px; color: var(--muted); font-family: var(--font-mono);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

/* ---------- reveal on scroll ---------- */

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- responsive ---------- */

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; padding: 64px 0 72px; }
  nav.links { display: none; }
  .features { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .steps::before { display: none; }
  .spec-row { grid-template-columns: 1fr; }
  .spec-row .k { border-right: none; border-bottom: 1px solid var(--hairline); }
  .plans { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .buy-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .diff-row { grid-template-columns: 1fr; gap: 4px; }
  footer .wrap { grid-template-columns: 1fr; gap: 24px; }
}
