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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #0D1B16;
    color: #E8F0EC;
    line-height: 1.7;
    padding: 0 20px;
}

.container {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 0 80px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 48px;
}

.brand svg {
    width: 40px;
    height: 40px;
}

.brand span {
    font-size: 22px;
    font-weight: 600;
    color: #E8F0EC;
    letter-spacing: -0.3px;
}

.brand span em {
    font-style: normal;
    color: #4ADE80;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    color: #E8F0EC;
    margin-bottom: 8px;
}

.effective {
    color: #8BA898;
    font-size: 14px;
    margin-bottom: 40px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #4ADE80;
    margin-top: 36px;
    margin-bottom: 12px;
}

p {
    margin-bottom: 16px;
    color: #E8F0EC;
}

ul {
    margin: 0 0 16px 24px;
    color: #E8F0EC;
}

li {
    margin-bottom: 8px;
}

a {
    color: #4ADE80;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footer {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid #162B22;
    color: #8BA898;
    font-size: 13px;
}
