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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    background: linear-gradient(135deg, #fdf6f0 0%, #f8e8d8 50%, #fef5e7 100%);
    color: #3d2c1e;
    min-height: 100vh;
    line-height: 1.7;
}

.container {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 24px 64px;
}

.logo {
    font-size: 48px;
    text-align: center;
    margin-bottom: 8px;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #5a3e28;
}

.subtitle {
    text-align: center;
    color: #9b7b5e;
    font-size: 15px;
    margin-bottom: 32px;
}

.links {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
}

.links a {
    color: #c7763a;
    text-decoration: none;
    font-weight: 500;
}

.links a:hover { text-decoration: underline; }

.links span { color: #c4a88c; margin: 0 4px; }

footer {
    text-align: center;
    font-size: 13px;
    color: #9b7b5e;
    padding-top: 32px;
    border-top: 1px solid #e8d5c0;
}

footer p + p { margin-top: 4px; }

h2 {
    font-size: 22px;
    color: #5a3e28;
    margin-top: 36px;
    margin-bottom: 12px;
}

h3 {
    font-size: 17px;
    color: #6b4d34;
    margin-top: 24px;
    margin-bottom: 8px;
}

p, li {
    font-size: 15px;
    color: #4a3220;
    margin-bottom: 8px;
}

ul {
    padding-left: 20px;
    margin-bottom: 12px;
}

.back-link {
    display: inline-block;
    margin-bottom: 24px;
    color: #c7763a;
    text-decoration: none;
    font-size: 14px;
}

.back-link:hover { text-decoration: underline; }

.effective-date {
    color: #9b7b5e;
    font-size: 14px;
    margin-bottom: 24px;
}
