.policy-page {
    padding-top: 60px;
    height: auto;
    min-height: 100vh;
    overflow: auto;
    align-items: flex-start;
}

.policy-header {
    margin-bottom: 40px;
}

.back-link {
    display: inline-block;
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
    margin-bottom: 20px;
}

.back-link:hover {
    color: #000;
}

.policy-header h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.last-updated {
    font-size: 0.85rem;
    color: #666;
}

.policy-content {
    margin-bottom: 80px;
}

.policy-content section {
    margin-bottom: 32px;
}

.policy-content h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.policy-content h3 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

.policy-content p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 12px;
}

.policy-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 12px;
}

.policy-content li {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 6px;
}

.policy-content a {
    color: #000;
    text-decoration: underline;
}

.policy-content a:hover {
    opacity: 0.6;
}

.summary {
    background: #f9f9f9;
    padding: 24px;
    border-radius: 8px;
    margin-top: 40px;
}

.checkmark-list {
    list-style: none;
    margin-left: 0;
}

.checkmark-list li::before {
    content: "\2713  ";
    color: #22c55e;
    font-weight: bold;
}

.developer-credit {
    margin-top: 40px;
    font-size: 0.85rem;
    color: #666;
}

@media (max-width: 480px) {
    .policy-page {
        padding-top: 40px;
    }

    .policy-header h1 {
        font-size: 1.25rem;
    }

    .policy-content h2 {
        font-size: 1rem;
    }

    .summary {
        padding: 16px;
    }
}
