/* Shared look for tapsteady.com — matches privacy/index.html, which still
   carries its own copy inline. Dark ink, Inter, one cyan accent. */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #0a0a0f;
    color: #c8ccd4;
    line-height: 1.7;
    min-height: 100vh;
}

.page {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    font-size: 0.85rem;
    color: #6b7280;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.brand a { color: inherit; }
.brand a:hover { text-decoration: none; color: #c8ccd4; }

.brand-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22d3ee;
    box-shadow: 0 0 8px rgba(34, 211, 238, 0.4);
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #f0f2f5;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.lede {
    font-size: 1.1rem;
    color: #c8ccd4;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #e2e5ea;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

p { margin-bottom: 1rem; color: #9ca3af; }

ul { margin-bottom: 1rem; padding-left: 1.25rem; }
li { color: #9ca3af; margin-bottom: 0.4rem; }

a { color: #22d3ee; text-decoration: none; }
a:hover { text-decoration: underline; }

address { font-style: normal; color: #9ca3af; margin-bottom: 1rem; }

.status {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #22d3ee;
    border: 1px solid rgba(34, 211, 238, 0.35);
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    margin-bottom: 1.5rem;
}

.small { font-size: 0.8rem; color: #6b7280; }

.footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #1e2028;
    font-size: 0.8rem;
    color: #4b5563;
}

.footer nav { margin-bottom: 0.5rem; }
.footer nav a { margin-right: 1rem; }

@media (max-width: 480px) {
    .page { padding: 2rem 1.25rem 3rem; }
    h1 { font-size: 1.6rem; }
}
