:root {
  --ink: #13251d;
  --ink-soft: #5a6861;
  --forest: #0b261c;
  --forest-2: #103629;
  --mint: #b9f4d2;
  --lime: #d8f69a;
  --cream: #f7f5ed;
  --paper: #fffefa;
  --line: rgba(19, 37, 29, .13);
  --shadow: 0 30px 80px rgba(17, 44, 33, .13);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px;
  background: var(--paper); border-radius: 10px; box-shadow: var(--shadow);
}
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #42a875; outline-offset: 4px; }

.ambient {
  position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none;
  opacity: .5; z-index: -1;
}
.ambient-one {
  width: 420px; height: 420px; right: -130px; top: 40px;
  background: radial-gradient(circle, rgba(185,244,210,.8), rgba(185,244,210,0) 70%);
}
.ambient-two {
  width: 500px; height: 500px; left: -280px; top: 600px;
  background: radial-gradient(circle, rgba(216,246,154,.35), rgba(216,246,154,0) 70%);
}

.site-header {
  position: sticky; top: 0; z-index: 100; transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(247,245,237,.88); backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 760; letter-spacing: -.04em; }
.brand-mark { display: block; width: 34px; height: 34px; border-radius: 9px; }
.site-nav { display: flex; align-items: center; gap: 34px; color: #34443d; font-size: 14px; font-weight: 580; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px;
  background: currentColor; transition: right .2s ease;
}
.site-nav > a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 24px; border-radius: 999px;
  color: white; background: var(--forest); font-size: 14px; font-weight: 700;
  box-shadow: 0 10px 24px rgba(11,38,28,.15);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #164535; box-shadow: 0 14px 30px rgba(11,38,28,.2); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-light { color: var(--forest); background: var(--paper); box-shadow: none; flex: 0 0 auto; }
.button-light:hover { color: white; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.hero {
  min-height: 720px; padding: 70px 0 105px; display: grid; grid-template-columns: .92fr 1.08fr;
  align-items: center; gap: 48px;
}
.eyebrow {
  margin: 0 0 22px; display: flex; align-items: center; gap: 10px;
  color: #496158; text-transform: uppercase; letter-spacing: .16em;
  font-size: 11px; line-height: 1.4; font-weight: 760;
}
.eyebrow > span { width: 24px; height: 1px; background: #6f8a7e; }
.hero h1 {
  margin: 0; max-width: 640px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.25vw, 79px); line-height: .99; letter-spacing: -.055em; font-weight: 500;
}
.hero h1 em { color: #2f7255; font-weight: 400; }
.hero-lede { max-width: 605px; margin: 27px 0 30px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-proof { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 23px; color: #52635b; font-size: 12px; list-style: none; }
.hero-proof li::before { content: "✓"; margin-right: 7px; color: #2d8e61; font-weight: 800; }

.product-stage { position: relative; min-width: 0; margin: 0; perspective: 1400px; }
.stage-glow {
  position: absolute; inset: 15% 4% -7%; z-index: -1; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(75,175,122,.25), transparent 69%); filter: blur(22px);
}
.app-window {
  position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 24px;
  background: #f8faf7; box-shadow: 0 42px 90px rgba(20,50,38,.2), 0 3px 10px rgba(20,50,38,.1);
  transform: rotateY(-3deg) rotateX(1deg); transform-origin: center;
}
.app-bar { height: 58px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; background: var(--forest); color: white; }
.app-brand { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }
.app-logo { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: var(--forest); background: var(--mint); }
.app-actions { display: flex; align-items: center; gap: 10px; }
.app-actions > span:not(.avatar) { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.35); }
.avatar { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #416c59; font-size: 8px; }
.app-layout { min-height: 436px; display: grid; grid-template-columns: 52px 1fr; }
.app-sidebar { padding: 28px 14px; display: flex; align-items: center; flex-direction: column; gap: 22px; background: #eef3ed; border-right: 1px solid #e0e7e1; }
.app-sidebar span { width: 16px; height: 16px; border: 2px solid #a4b0a8; border-radius: 5px; }
.app-sidebar span.active { border-color: var(--forest); background: var(--forest); box-shadow: 0 0 0 5px rgba(20,70,50,.08); }
.dashboard { padding: 28px; min-width: 0; }
.dashboard-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.dashboard-heading div { display: flex; flex-direction: column; gap: 5px; }
.dashboard-heading small { color: #64716a; font-size: 9px; }
.dashboard-heading strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.status-pill { padding: 7px 10px; border: 1px solid #c8e6d2; border-radius: 99px; color: #327451; background: #edf9f1; font-size: 8px; font-weight: 700; }
.metric-row { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-row article { padding: 17px; display: grid; grid-template-columns: 1fr auto; gap: 7px; border: 1px solid #e1e7e1; border-radius: 14px; background: white; }
.metric-row small { color: #64716a; font-size: 8px; }
.metric-row strong { grid-row: 2; font-size: 25px; }
.metric-row span { grid-row: 2; align-self: end; color: #78857e; font-size: 7px; }
.metric-row .trend { color: #34845b; }
.workflow-card { margin-top: 13px; padding: 17px; border: 1px solid #e1e7e1; border-radius: 14px; background: white; }
.card-heading { padding-bottom: 13px; display: flex; justify-content: space-between; border-bottom: 1px solid #edf0ed; font-size: 10px; }
.card-heading span { color: #5d6963; font-size: 8px; }
.workflow-item { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid #f0f2f0; }
.workflow-item:last-child { border: 0; }
.workflow-item div { display: flex; flex-direction: column; gap: 3px; }
.workflow-item strong { font-size: 9px; }
.workflow-item small { color: #64726b; font-size: 7px; }
.workflow-item b { padding: 5px 8px; border-radius: 8px; color: #3b7658; background: #edf7f0; font-size: 7px; }
.item-icon { width: 27px; height: 27px; border-radius: 8px; background: #f1f5ed; position: relative; }
.item-icon::after { content: ""; position: absolute; inset: 8px; border: 1px solid #5f806e; border-radius: 2px; }
.bank-icon { background: #f5f1e9; }.bank-icon::after { border-radius: 50%; }
.stock-icon { background: #edf4f5; }.stock-icon::after { transform: rotate(45deg); border-radius: 1px; }
.float-card {
  position: absolute; display: flex; align-items: center; gap: 11px; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,252,.92);
  backdrop-filter: blur(13px); box-shadow: 0 15px 40px rgba(30,60,47,.15);
}
.float-card div { display: flex; flex-direction: column; gap: 4px; }
.float-card small { color: #738078; font-size: 8px; }
.float-card strong { font-size: 10px; }
.float-card-one { left: -32px; bottom: 56px; animation: float 5s ease-in-out infinite; }
.float-card-two { right: -22px; top: 72px; align-items: flex-start; flex-direction: column; animation: float 5s ease-in-out -2s infinite; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: #4cb77c; box-shadow: 0 0 0 6px rgba(76,183,124,.14); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.statement { padding: 40px 0 100px; border-top: 1px solid var(--line); }
.statement p { max-width: 930px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(29px,3.4vw,47px); line-height: 1.24; text-align: center; letter-spacing: -.035em; }
.section { padding: 105px 0; }
.section-intro { max-width: 700px; margin-bottom: 50px; }
.section-intro h2, .cta-section h2, .trust-copy h2 {
  margin: 0; font-family: Georgia, serif; font-size: clamp(39px,4.2vw,58px);
  line-height: 1.06; letter-spacing: -.045em; font-weight: 500;
}
.section-intro > p:last-child { max-width: 620px; margin: 22px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.section-intro.centered > p:last-child { margin-inline: auto; }

.bento-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card {
  min-height: 390px; padding: 40px; position: relative; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,254,250,.72);
}
.feature-wide { min-height: 430px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; }
.feature-card .number { display: block; margin-bottom: 55px; color: #75827b; font-size: 11px; font-weight: 800; }
.feature-card h3 { max-width: 420px; margin: 0 0 14px; font-family: Georgia, serif; font-size: 30px; line-height: 1.12; letter-spacing: -.035em; font-weight: 500; }
.feature-card p { max-width: 510px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.check-list { margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.check-list li { padding: 8px 11px; border: 1px solid #dce8df; border-radius: 8px; color: #496158; background: #f4f9f5; font-size: 9px; }
.invoice-visual { position: relative; min-height: 320px; display: grid; place-items: center; }
.paper { width: 190px; height: 245px; padding: 26px 23px; transform: rotate(4deg); border-radius: 4px; background: white; box-shadow: 0 25px 50px rgba(21,51,38,.16); }
.paper > span { display: block; width: 70%; height: 5px; margin: 9px 0; border-radius: 2px; background: #dfe8e1; }
.paper .paper-title { width: 42%; height: 10px; margin-bottom: 24px; background: #375c4b; }
.paper-lines { margin-top: 22px; }
.paper-lines i { display: block; height: 1px; margin: 17px 0; background: #dde5df; }
.paper-total { width: 50%; height: 12px; margin: 26px 0 0 auto; background: #cae6d3; }
.scan-line { position: absolute; left: 12%; right: 10%; top: 47%; height: 2px; background: #57b77e; box-shadow: 0 0 18px #57b77e; animation: scan 3s ease-in-out infinite; }
@keyframes scan { 0%,100% { transform: translateY(-75px); opacity: .4; } 50% { transform: translateY(75px); opacity: 1; } }
.match-badge { position: absolute; right: 0; bottom: 35px; padding: 11px 13px; border-radius: 11px; color: #2f7552; background: white; box-shadow: 0 12px 30px rgba(20,50,38,.15); font-size: 9px; font-weight: 700; }
.match-badge b { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-left: 6px; border-radius: 50%; color: white; background: #4da977; }
.feature-dark { color: white; background: var(--forest); border-color: var(--forest); }
.feature-dark p, .feature-dark .number { color: #aec2b8; }
.category-list { margin-top: 38px; display: flex; flex-direction: column; gap: 9px; }
.category-list span { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.05); font-size: 10px; }
.category-list b { color: #aee0c2; font-size: 8px; }
.cat { width: 18px; height: 18px; border-radius: 6px; background: #315647; }
.cat.supplies { background: #495a3b; }.cat.review { background: #685c36; }
.reconcile-visual { height: 135px; margin-top: 38px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; position: relative; }
.reconcile-visual span, .reconcile-visual b { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #dce6df; border-radius: 50%; background: white; font-size: 9px; }
.reconcile-visual b { color: white; background: #386b53; }
.reconcile-visual i { height: 1px; border-top: 1px dashed #87a294; }
.reconcile-visual em { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); color: #9a6a32; font-size: 9px; font-style: normal; }
.feature-inventory { background: #eef3e6; }
.inventory-visual { display: flex; flex-direction: column; justify-content: flex-end; }
.mini-chart { height: 180px; display: flex; align-items: end; gap: 9px; border-bottom: 1px solid #bac8b8; }
.mini-chart i { flex: 1; height: var(--h); border-radius: 6px 6px 0 0; background: linear-gradient(#77ad87, #315d49); }
.margin-label { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; }
.margin-label small { color: #748378; font-size: 9px; }.margin-label strong { font-size: 10px; }

.process-section { background: #e9eee5; }
.process-grid { margin: 65px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; }
.process-grid li { min-height: 300px; padding: 28px; border-left: 1px solid rgba(20,50,38,.14); }
.process-grid li:last-child { border-right: 1px solid rgba(20,50,38,.14); }
.process-grid li > span { color: #718078; font-size: 10px; }
.process-icon { width: 45px; height: 45px; margin: 50px 0 35px; display: grid; place-items: center; border-radius: 50%; color: white; background: #2d674d; font-size: 18px; }
.process-grid h3 { margin: 0 0 12px; font-family: Georgia,serif; font-size: 21px; font-weight: 500; }
.process-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.trust-panel { padding: 72px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; border-radius: 35px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.eyebrow.light { color: #a6beaf; }.eyebrow.light > span { background: #a6beaf; }
.trust-copy h2 { font-size: clamp(38px,4vw,55px); }
.trust-copy > p:not(.eyebrow) { margin: 22px 0 0; color: #b4c6bc; font-size: 14px; line-height: 1.75; }
.trust-links { margin-top: 35px; display: flex; gap: 26px; }
.trust-links a { padding-bottom: 4px; border-bottom: 1px solid #658375; font-size: 11px; font-weight: 700; }
.trust-principles { display: flex; flex-direction: column; justify-content: center; }
.trust-principles article { padding: 24px 0; display: grid; grid-template-columns: 36px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.13); }
.trust-principles article:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.trust-principles span { color: #82a592; font-size: 9px; }
.trust-principles h3 { margin: 0 0 7px; font-family: Georgia,serif; font-size: 20px; font-weight: 500; }
.trust-principles p { margin: 0; color: #a9bbb1; font-size: 11px; line-height: 1.6; }

.cta-section { margin-bottom: 105px; padding: 65px 70px; display: flex; align-items: end; justify-content: space-between; gap: 55px; border-radius: 32px; background: var(--mint); }
.cta-section h2 { max-width: 820px; font-size: clamp(35px,3.8vw,53px); }
.cta-section .eyebrow { color: #3d6754; }

.site-footer { padding: 75px 0 25px; color: #dbe8e1; background: #071b13; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.brand-footer { color: white; }
.footer-grid > div:first-child > p { max-width: 350px; margin: 18px 0 0; color: #81988c; font-size: 13px; line-height: 1.65; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 12px; }
.footer-links strong { margin-bottom: 8px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-links a { color: #94a99e; }.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #829a8e; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.legal-main { padding: 80px 0 110px; }
.not-found-hero { margin-top: 100px; }
.legal-hero { max-width: 780px; margin-bottom: 70px; }
.legal-hero h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(48px,6vw,75px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.legal-hero p { margin: 25px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 80px; align-items: start; }
.legal-aside { position: sticky; top: 110px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.45); }
.legal-aside strong { display: block; margin-bottom: 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.legal-aside a { display: block; padding: 7px 0; color: var(--ink-soft); font-size: 12px; }
.legal-aside a:hover { color: var(--ink); }
.legal-content { max-width: 760px; }
.legal-content section { scroll-margin-top: 110px; margin-bottom: 46px; }
.legal-content h2 { margin: 0 0 15px; font-family: Georgia,serif; font-size: 27px; font-weight: 500; letter-spacing: -.02em; }
.legal-content h3 { margin: 24px 0 10px; font-size: 15px; }
.legal-content p, .legal-content li { color: #4f5f57; font-size: 14px; line-height: 1.8; }
.legal-content ul { padding-left: 20px; }
.legal-note { padding: 18px 20px; border-left: 3px solid #69a981; background: #eef4ed; }
.updated { display: inline-block; margin-top: 18px; color: #78857e; font-size: 11px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { max-width: 760px; }
  .product-stage { max-width: 720px; margin: 15px auto 0; width: 100%; }
  .feature-wide { grid-template-columns: 1fr; }
  .feature-wide .invoice-visual { position: absolute; width: 42%; right: 3%; top: 45px; opacity: .82; }
  .feature-wide .feature-copy { max-width: 55%; position: relative; z-index: 2; }
  .feature-inventory .inventory-visual { position: static; width: auto; opacity: 1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-top: 1px solid rgba(20,50,38,.14); }
  .process-grid li:nth-child(4) { border-top: 1px solid rgba(20,50,38,.14); }
  .trust-panel { padding: 55px; grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 22px; }
  .nav-wrap { min-height: 68px; }
  .menu-button { display: grid; gap: 6px; }
  .menu-button span:not(.sr-only) { width: 23px; height: 1px; background: currentColor; }
  .site-nav {
    position: absolute; left: 14px; right: 14px; top: 64px; padding: 22px;
    display: none; flex-direction: column; align-items: stretch; gap: 18px;
    border: 1px solid var(--line); border-radius: 18px; background: rgba(255,254,250,.97);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav .button { width: 100%; }
  .hero { min-height: 0; padding: 50px 0 80px; gap: 55px; }
  .hero h1 { font-size: clamp(48px,14vw,65px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { flex-direction: column; }
  .app-window { transform: none; }
  .app-layout { min-height: 340px; grid-template-columns: 36px 1fr; }
  .app-sidebar { padding-inline: 9px; }
  .app-sidebar span { width: 12px; height: 12px; }
  .dashboard { padding: 17px; }
  .dashboard-heading strong { font-size: 15px; }
  .status-pill { display: none; }
  .metric-row article { padding: 11px; }
  .metric-row strong { font-size: 20px; }
  .metric-row span { display: none; }
  .workflow-item:nth-child(4) { display: none; }
  .float-card { display: none; }
  .statement { padding-bottom: 70px; }
  .section { padding: 78px 0; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 350px; padding: 28px; }
  .feature-wide { display: block; }
  .feature-card .number { margin-bottom: 38px; }
  .feature-wide .feature-copy { max-width: 100%; }
  .feature-wide .invoice-visual { display: none; }
  .feature-inventory .inventory-visual { display: block; margin-top: 25px; }
  .mini-chart { height: 105px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(2) { min-height: 235px; border-right: 1px solid rgba(20,50,38,.14); border-top: 1px solid rgba(20,50,38,.14); }
  .process-grid li:first-child { border-top: 0; }
  .process-icon { margin: 32px 0 25px; }
  .trust-panel { padding: 35px 27px; border-radius: 24px; }
  .trust-links { flex-direction: column; align-items: flex-start; }
  .cta-section { margin-bottom: 70px; padding: 40px 28px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .legal-main { padding-top: 55px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; display: none; }
}

@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; }
}
