/* Landing page — как billing-service (body без .settings-page) */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
}

body:not(.settings-page) {
    background: #ffffff;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

h1 {
    font-size: 24px;
    margin: 0 0 8px;
}

p {
    color: #666;
    margin: 0 0 24px;
}

.container {
    width: 100%;
    box-sizing: border-box;
}

body:not(.settings-page) .container {
    text-align: center;
    max-width: 500px;
    padding: 20px;
}

body:not(.settings-page) .container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body:not(.settings-page) .container li {
    margin-bottom: 12px;
}

body:not(.settings-page) .container ul a {
    text-decoration: none;
    color: #0066cc;
    font-size: 14px;
}

body:not(.settings-page) .container ul a:hover {
    text-decoration: underline;
}
