feat(docs): streamline product and privacy pages

This commit is contained in:
2026-07-16 19:49:17 +02:00
parent 0a185077af
commit 526a5da444
16 changed files with 869 additions and 1755 deletions

View File

@@ -1,72 +1,36 @@
.site-footer {
padding-top: 75px;
padding-top: 42px;
background: var(--paper);
}
.footer-main {
display: grid;
grid-template-columns: 1fr auto;
gap: 60px;
padding-bottom: 70px;
}
.footer-brand {
.footer-inner {
display: flex;
align-items: flex-start;
gap: 15px;
align-items: center;
justify-content: space-between;
gap: 40px;
padding-bottom: 38px;
}
.footer-mark {
display: grid;
width: 48px;
height: 48px;
flex: 0 0 auto;
place-items: center;
border: 1px solid var(--line);
border-radius: 14px;
background: white;
}
.footer-mark img {
width: 32px;
height: 32px;
}
.footer-brand p {
margin-bottom: 0;
color: var(--ink-muted);
font-size: 13px;
}
.footer-brand .footer-name {
margin-bottom: 3px;
.footer-identity {
display: inline-flex;
align-items: center;
gap: 7px;
color: var(--ink);
font-family: var(--font-display);
font-size: 21px;
font-size: 18px;
font-weight: 750;
letter-spacing: -0.04em;
}
.footer-identity img {
width: 38px;
height: 38px;
}
.footer-links {
display: grid;
grid-template-columns: repeat(2, minmax(140px, 1fr));
gap: 70px;
}
.footer-links > div {
display: flex;
flex-direction: column;
gap: 9px;
}
.footer-links .footer-label {
margin-bottom: 7px;
color: var(--ink-muted);
font-family: var(--font-mono);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
align-items: center;
gap: 24px;
}
.footer-links a {
@@ -74,8 +38,8 @@
align-items: center;
gap: 6px;
color: var(--ink-soft);
font-size: 13px;
font-weight: 600;
font-size: 12px;
font-weight: 620;
}
.footer-links a:hover {
@@ -83,15 +47,15 @@
}
.footer-links svg {
width: 13px;
width: 14px;
}
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 22px;
padding-bottom: 28px;
padding-top: 20px;
padding-bottom: 26px;
border-top: 1px solid var(--line);
color: var(--ink-muted);
font-size: 11px;