* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0a0a0a;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.8;
    padding: 40px 20px;
    min-height: 100vh;
}

body.home {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.3em;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 1.4em;
    margin-top: 3em;
    margin-bottom: 1em;
    font-weight: 600;
    text-align: left;
}

h3 {
    font-size: 1.1em;
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-weight: 600;
    text-align: left;
}

p {
    margin-bottom: 1.2em;
    font-size: 1.05em;
}

a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.2s;
}

a:hover {
    border-bottom-color: #ffffff;
}

.tagline {
    font-size: 1.3em;
    margin-bottom: 4em;
    color: #aaaaaa;
    font-weight: 400;
}

.support-section {
    margin: 4em 0;
}

.support-section h2 {
    text-align: center;
}

.support-section p {
    text-align: center;
}

.app-store-badge {
    margin: 3em 0;
}

.app-store-badge img {
    height: 50px;
    width: auto;
}

.app-store-badge a {
    border-bottom: none;
    display: inline-block;
}

.app-store-badge a:hover {
    opacity: 0.8;
}

.footer {
    margin-top: 5em;
    text-align: center;
    color: #666666;
    font-size: 0.95em;
}

.footer a {
    color: #666666;
    margin: 0 15px;
}

.footer p {
    margin-bottom: 0.8em;
}

.legal-content {
    margin-bottom: 3em;
    text-align: left;
}

.legal-content ol {
    margin-left: 2em;
    margin-bottom: 1.5em;
}

.legal-content ul {
    margin-left: 2em;
    margin-bottom: 1.5em;
}

.legal-content li {
    margin-bottom: 0.8em;
    line-height: 1.7;
}

.effective-date {
    font-style: italic;
    color: #777777;
    margin-bottom: 3em;
    text-align: left;
    font-size: 0.95em;
}

.back-link {
    display: inline-block;
    margin-bottom: 3em;
    color: #999999;
    font-size: 0.95em;
}

.back-link:hover {
    border-bottom-color: #999999;
}

.container.legal {
    max-width: 700px;
}

.container.legal h1 {
    text-align: left;
    font-size: 2.2em;
    margin-bottom: 0.2em;
}
