.policy-page {
    background: #f5f5f5;
    padding: 120px 20px;
}

.policy-container {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.policy-section {
    background: #fff;
    border-radius: 8px;
    padding: 32px 36px;
    border-left: 4px solid #fb3e37;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.policy-section h2 {
    font-size: 13px;
    font-weight: 700;
    color: #fb3e37;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

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

.policy-section p:last-child {
    margin-bottom: 0;
}

.policy-section strong {
    color: #222;
    font-weight: 600;
}

.policy-section ul {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.policy-section ul li {
    list-style: disc;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.policy-inline-link {
    color: #fb3e37;
    font-weight: 600;
    text-decoration: none;
}

.policy-inline-link:hover {
    text-decoration: underline;
}

.policy-section address {
    font-style: normal;
    font-size: 14px;
    color: #555;
    line-height: 2;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 12px;
}

.policy-section address a {
    color: #fb3e37;
    font-weight: 600;
}

.policy-section address a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .policy-page {
        padding: 32px 16px 60px;
    }
    .policy-section {
        padding: 24px 20px;
    }
}
