/* ── PRIVACY POLICY PAGE ── */
.policy-page {
    background: #EFEBCE;
    color: #040303;
}

.policy-page .navbar {
    background: #566552;
    border-bottom: 0.5px solid rgba(190, 124, 77, 0.3);
}

.policy-page .nav-back {
    font-size: 12px;
    color: #EFEBCE;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.policy-page .nav-back:hover {
    opacity: 1;
}

.policy-wrap {
    min-height: 100vh;
    padding: 80px 24px 60px;
}

.policy-inner {
    max-width: 740px;
    margin: 0 auto;
    padding: 48px 0;
}

.policy-title {
    font-family: 'LemonMilk', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #566552;
    margin-bottom: 8px;
}

.policy-date {
    font-size: 12px;
    color: #566552;
    opacity: 0.6;
    margin-bottom: 32px;
}

.policy-intro {
    font-size: 15px;
    line-height: 1.8;
    color: #040303;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 0.5px solid rgba(86, 101, 82, 0.2);
}

.policy-section {
    margin-bottom: 36px;
}

.policy-section h2 {
    font-family: 'LemonMilk', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #566552;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.policy-section p {
    font-size: 14px;
    line-height: 1.9;
    color: #040303;
    margin-bottom: 12px;
}

.policy-section ul {
    margin: 8px 0 12px 20px;
}

.policy-section ul li {
    font-size: 14px;
    line-height: 1.9;
    color: #040303;
    margin-bottom: 4px;
}

.policy-section a {
    color: #BE7C4D;
    text-decoration: underline;
}

.policy-page .footer {
    background: #566552;
}

.policy-page .footer-copy {
    color: #EFEBCE;
}